pike.git
/
src
/
modules
/
_Stdio
/
configure.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/modules/_Stdio/configure.in:1:
AC_INIT(file.c) AC_CONFIG_HEADER(file_machine.h) AC_MODULE_INIT() AC_DEFINE(WITH_TERMIOS)
-
AC_HAVE_HEADERS(sys/types.h sys/socket.h arpa/inet.h sys/socketvar.h \
+
AC_HAVE_HEADERS(sys/types.h sys/socket.h arpa/inet.h sys/socketvar.h
pty.h
\
netinet/in.h poll.h sys/poll.h sys/uio.h sys/mman.h linux/mman.h sys/time.h \ sys/param.h sys/mount.h ustat.h sys/statfs.h sys/statvfs.h sys/vfs.h \ sys/stream.h sys/protosw.h netdb.h sys/sysproto.h winsock2.h ws2tcpip.h \ direct.h sys/wait.h process.h sys/file.h net/netdb.h limits.h unistd.h \ termios.h poll.h sys/poll.h sys/select.h sys/un.h netinet/tcp.h \ sys/sendfile.h sys/ioctl.h linux/if.h sys/xattr.h libzfs.h \
-
AvailabilityMacros.h,,,[
+
AvailabilityMacros.h
sys/stropts.h
,,,[
/* Needed for <sys/socket.h> on FreeBSD 4.9. */ #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif /* Needed for <sys/socketvar.h> on Solaris 10. */ #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> #endif /* Needed for <sys/mount.h> on OpenBSD */ #ifdef HAVE_SYS_PARAM_H
pike.git/src/modules/_Stdio/configure.in:63:
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(getwd readdir_r statvfs statfs ustat lseek64 lstat fsync \ grantpt unlockpt ptsname posix_openpt socketpair writev sendfile munmap \
+
openpty \
madvise poll setsockopt getprotobyname truncate64 ftruncate64 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