libcheck/check
CMakeLists.txt
:188
check_function_exists(alarm HAVE_DECL_ALARM)
check_function_exists(alarm HAVE_DECL_ALARM)
add_definitions(-DHAVE_DECL_ALARM=1)
else(HAVE_DECL_ALARM)
add_definitions(-DHAVE_DECL_ALARM=0)
endif(HAVE_DECL_ALARM)
endif(NOT HAVE_DECL_ALARM)
endif(NOT HAVE_DECL_ALARM)