Go to the documentation of this file.
59 #if !defined(__GNUC__) || __GNUC__ < 2 || \
60 (__GNUC__ == 2 && __GNUC_MINOR__ < 7) ||\
63 #define __attribute__(__x)
66 #define APR_HAS_INLINE 0
68 #define APR_INLINE __inline__
69 #define APR_HAS_INLINE 1
72 #define APR_HAVE_ARPA_INET_H 1
73 #define APR_HAVE_CONIO_H 0
74 #define APR_HAVE_CRYPT_H 1
75 #define APR_HAVE_CTYPE_H 1
76 #define APR_HAVE_DIRENT_H 1
77 #define APR_HAVE_ERRNO_H 1
78 #define APR_HAVE_FCNTL_H 1
79 #define APR_HAVE_IO_H 0
80 #define APR_HAVE_LIMITS_H 1
81 #define APR_HAVE_NETDB_H 1
82 #define APR_HAVE_NETINET_IN_H 1
83 #define APR_HAVE_NETINET_SCTP_H 0
84 #define APR_HAVE_NETINET_SCTP_UIO_H 0
85 #define APR_HAVE_NETINET_TCP_H 1
86 #define APR_HAVE_PROCESS_H 0
87 #define APR_HAVE_PTHREAD_H 1
88 #define APR_HAVE_SEMAPHORE_H 1
89 #define APR_HAVE_SIGNAL_H 1
90 #define APR_HAVE_STDARG_H 1
91 #define APR_HAVE_STDINT_H 1
92 #define APR_HAVE_STDIO_H 1
93 #define APR_HAVE_STDLIB_H 1
94 #define APR_HAVE_STRING_H 1
95 #define APR_HAVE_STRINGS_H 1
96 #define APR_HAVE_SYS_IOCTL_H 1
97 #define APR_HAVE_SYS_SENDFILE_H 1
98 #define APR_HAVE_SYS_SIGNAL_H 1
99 #define APR_HAVE_SYS_SOCKET_H 1
100 #define APR_HAVE_SYS_SOCKIO_H 0
101 #define APR_HAVE_SYS_SYSLIMITS_H 0
102 #define APR_HAVE_SYS_TIME_H 1
103 #define APR_HAVE_SYS_TYPES_H 1
104 #define APR_HAVE_SYS_UIO_H 1
105 #define APR_HAVE_SYS_UN_H 1
106 #define APR_HAVE_SYS_WAIT_H 1
107 #define APR_HAVE_TIME_H 1
108 #define APR_HAVE_UNISTD_H 1
109 #define APR_HAVE_WINDOWS_H 0
110 #define APR_HAVE_WINSOCK2_H 0
119 #if APR_HAVE_WINDOWS_H
125 #ifndef WIN32_LEAN_AND_MEAN
126 #define WIN32_LEAN_AND_MEAN
132 #define _WIN32_WINNT 0x0501
153 #include <winsock2.h>
154 #include <ws2tcpip.h>