nfs-ganesha/nfs-ganesha
src/CMakeLists.txt
:1218
check_library_exists(
c
daemon
""
HAVE_DAEMON
)
check_library_exists(
c
daemon
""
HAVE_DAEMON
)
CHECK_FUNCTION_EXISTS (daemon HAVE_DAEMON)
add_definitions(-DHAVE_DAEMON)
endif(HAVE_DAEMON)