Home | History | Annotate | Download | only in m4

Lines Matching full:socket

21          of socket functions.])
25 AC_CACHE_CHECK([whether <sys/socket.h> is self-contained],
28 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/socket.h>]], [[]])],
33 dnl If the shutdown function exists, <sys/socket.h> should define
37 AC_CACHE_CHECK([whether <sys/socket.h> defines the SHUT_* macros],
41 [AC_LANG_PROGRAM([[#include <sys/socket.h>]],
47 SYS_SOCKET_H='sys/socket.h'
55 sys/socket.h in i386-unknown-freebsd4.10 and
59 #include <sys/socket.h>
77 #include <sys/socket.h>
86 SYS_SOCKET_H='sys/socket.h'
95 #include <sys/socket.h>
96 ]], [socket connect accept bind getpeername getsockname getsockopt
102 dnl Check prerequisites of the <sys/socket.h> replacement.
104 gl_CHECK_NEXT_HEADERS([sys/socket.h])
120 # Common prerequisites of the <sys/socket.h> replacement and of the
127 AC_CHECK_HEADERS_ONCE([sys/socket.h])
132 dnl cygwin, all socket information should come from sys/socket.h).