From 227cd7b44beb0949be8d8186899c91f2fc08ba59 Mon Sep 17 00:00:00 2001 From: Denis Kozadaev Date: Sun, 14 May 2023 12:34:44 +0300 Subject: Add SunOS specific patches Signed-off-by: Denis Kozadaev (cherry picked from commit e5acdb1b39fa7d97d7153741202709e078b463a6) --- config.h.cmake | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.h.cmake') diff --git a/config.h.cmake b/config.h.cmake index b2daa5979..17a871252 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -174,6 +174,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_DL_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_SYS_DL_H 1 + /* Define if your system has Linux Directory Notification */ #undef HAVE_DNOTIFY @@ -240,6 +243,9 @@ /* Define to 1 if you have the `getpeereid' function. */ #cmakedefine HAVE_GETPEEREID 1 +/* Define to 1 if you have the `getpeerucred' function. */ +#cmakedefine HAVE_GETPEERUCRED 1 + /* Define to 1 if you have the `getpeername' function. */ #cmakedefine HAVE_GETPEERNAME 1 @@ -651,6 +657,9 @@ /* Define to 1 if you have the header file. */ #cmakedefine HAVE_SYS_UCRED_H 1 +/* Define to 1 if you have the header file. */ +#cmakedefine HAVE_UCRED_H 1 + /* Define if system has the sys/xattr.h header. */ #cmakedefine HAVE_SYS_XATTR_H 1 -- cgit v1.2.1