SWI-Prolog/swipl-devel
packages/cmake/Sockets.cmake
:8
check_library_exists(nsl gethostent "" HAVE_LIBNSL)
check_library_exists(nsl gethostent "" HAVE_LIBNSL)
check_library_exists(nsl gethostbyname "nsl.h" HAVE_LIBNSL)
check_library_exists(nsl inet_pton "" HAVE_LIBNSL)
endif (HAVE_LIBNSL)