pike.git
/
src
/
modules
/
_Stdio
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Stdio/configure.in:60:
AC_CHECK_LIB(net, __get_socket_descriptor) dnl AC_CHECK_LIB(zfs, libzfs_init) dnl GMP is required and tested for in Gmp module. We just want LIBS dnl updated here. This is needed in case the gmp library is not a dnl shared library. AC_CHECK_LIB(gmp, main) AC_HAVE_FUNCS(readdir_r statvfs statfs ustat lseek64 lstat fsync \ grantpt unlockpt ptsname posix_openpt socketpair writev sendfile munmap \
-
madvise poll setsockopt getprotobyname
truncate64 ftruncate64
inet_ntoa \
+
madvise poll setsockopt getprotobyname inet_ntoa \
inet_ntop execve listxattr flistxattr getxattr fgetxattr setxattr fsetxattr \ fdopendir pathconf fpathconf dirfd fstatat openat unlinkat kqueue access) AC_MSG_CHECKING([whether IPPROTO_IPV6 exists]) AC_CACHE_VAL(pike_cv_have_IPPROTO_IPV6, [ AC_TRY_COMPILE([ // The WIN32 SDK hides the symbol if the API level is not at least 5.2. #define WIN32 100 #define _WIN32_WINDOWS 0x05ff #define _WIN32_WINNT 0x05ff