SWI-Prolog/swipl-devel
cmake/Config.cmake
:225
check_function_exists(kill HAVE_KILL)
check_function_exists(kill HAVE_KILL)
check_symbol_exists (kill "signal.h" HAVE_KILL)
endif (HAVE_KILL)
CHECK_FUNCTION_EXISTS(kill HAVE_KILL)