|
|
@ -18,7 +18,11 @@ check_function_exists( getdomainname HAVE_GETDOMAINNAME )
|
|
|
|
check_function_exists( initgroups HAVE_INITGROUPS )
|
|
|
|
check_function_exists( initgroups HAVE_INITGROUPS )
|
|
|
|
check_function_exists( mkstemp HAVE_MKSTEMP )
|
|
|
|
check_function_exists( mkstemp HAVE_MKSTEMP )
|
|
|
|
check_function_exists( setproctitle HAVE_SETPROCTITLE )
|
|
|
|
check_function_exists( setproctitle HAVE_SETPROCTITLE )
|
|
|
|
|
|
|
|
tde_save_and_set( CMAKE_REQUIRED_DEFINITIONS "-D_GNU_SOURCE" "-D__BSD_VISIBLE=1" )
|
|
|
|
|
|
|
|
tde_save_and_set( CMAKE_REQUIRED_LIBRARIES "pthread" )
|
|
|
|
check_function_exists( pthread_setname_np HAVE_PTHREAD_SETNAME_NP )
|
|
|
|
check_function_exists( pthread_setname_np HAVE_PTHREAD_SETNAME_NP )
|
|
|
|
|
|
|
|
tde_restore( CMAKE_REQUIRED_DEFINITIONS )
|
|
|
|
|
|
|
|
tde_restore( CMAKE_REQUIRED_LIBRARIES )
|
|
|
|
check_function_exists( sysinfo HAVE_SYSINFO )
|
|
|
|
check_function_exists( sysinfo HAVE_SYSINFO )
|
|
|
|
check_function_exists( strnlen HAVE_STRNLEN )
|
|
|
|
check_function_exists( strnlen HAVE_STRNLEN )
|
|
|
|
check_function_exists( getifaddrs HAVE_GETIFADDRS )
|
|
|
|
check_function_exists( getifaddrs HAVE_GETIFADDRS )
|
|
|
|