xref: /freebsd/contrib/libevent/config.h.in (revision b50261e2)
1c43e99fdSEd Maste/* config.h.in.  Generated from configure.ac by autoheader.  */
2c43e99fdSEd Maste
3c43e99fdSEd Maste/* Define if libevent should build without support for a debug mode */
4c43e99fdSEd Maste#undef DISABLE_DEBUG_MODE
5c43e99fdSEd Maste
6c43e99fdSEd Maste/* Define if libevent should not allow replacing the mm functions */
7c43e99fdSEd Maste#undef DISABLE_MM_REPLACEMENT
8c43e99fdSEd Maste
9c43e99fdSEd Maste/* Define if libevent should not be compiled with thread support */
10c43e99fdSEd Maste#undef DISABLE_THREAD_SUPPORT
11c43e99fdSEd Maste
12c43e99fdSEd Maste/* Define to 1 if you have the `accept4' function. */
13c43e99fdSEd Maste#undef HAVE_ACCEPT4
14c43e99fdSEd Maste
15*b50261e2SCy Schubert/* Define to 1 if you have the <afunix.h> header file. */
16*b50261e2SCy Schubert#undef HAVE_AFUNIX_H
17*b50261e2SCy Schubert
18c43e99fdSEd Maste/* Define to 1 if you have the `arc4random' function. */
19c43e99fdSEd Maste#undef HAVE_ARC4RANDOM
20c43e99fdSEd Maste
21*b50261e2SCy Schubert/* Define to 1 if you have the `arc4random_addrandom' function. */
22*b50261e2SCy Schubert#undef HAVE_ARC4RANDOM_ADDRANDOM
23*b50261e2SCy Schubert
24c43e99fdSEd Maste/* Define to 1 if you have the `arc4random_buf' function. */
25c43e99fdSEd Maste#undef HAVE_ARC4RANDOM_BUF
26c43e99fdSEd Maste
27c43e99fdSEd Maste/* Define to 1 if you have the <arpa/inet.h> header file. */
28c43e99fdSEd Maste#undef HAVE_ARPA_INET_H
29c43e99fdSEd Maste
30c43e99fdSEd Maste/* Define to 1 if you have the `clock_gettime' function. */
31c43e99fdSEd Maste#undef HAVE_CLOCK_GETTIME
32c43e99fdSEd Maste
33c43e99fdSEd Maste/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
34c43e99fdSEd Maste   don't. */
35c43e99fdSEd Maste#undef HAVE_DECL_CTL_KERN
36c43e99fdSEd Maste
37c43e99fdSEd Maste/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
38c43e99fdSEd Maste   don't. */
39c43e99fdSEd Maste#undef HAVE_DECL_KERN_ARND
40c43e99fdSEd Maste
41c43e99fdSEd Maste/* Define if /dev/poll is available */
42c43e99fdSEd Maste#undef HAVE_DEVPOLL
43c43e99fdSEd Maste
44c43e99fdSEd Maste/* Define to 1 if you have the <dlfcn.h> header file. */
45c43e99fdSEd Maste#undef HAVE_DLFCN_H
46c43e99fdSEd Maste
47c43e99fdSEd Maste/* Define if your system supports the epoll system calls */
48c43e99fdSEd Maste#undef HAVE_EPOLL
49c43e99fdSEd Maste
50c43e99fdSEd Maste/* Define to 1 if you have the `epoll_create1' function. */
51c43e99fdSEd Maste#undef HAVE_EPOLL_CREATE1
52c43e99fdSEd Maste
53c43e99fdSEd Maste/* Define to 1 if you have the `epoll_ctl' function. */
54c43e99fdSEd Maste#undef HAVE_EPOLL_CTL
55c43e99fdSEd Maste
56c43e99fdSEd Maste/* Define to 1 if you have the <errno.h> header file. */
57c43e99fdSEd Maste#undef HAVE_ERRNO_H
58c43e99fdSEd Maste
59c43e99fdSEd Maste/* Define to 1 if you have the `eventfd' function. */
60c43e99fdSEd Maste#undef HAVE_EVENTFD
61c43e99fdSEd Maste
62c43e99fdSEd Maste/* Define if your system supports event ports */
63c43e99fdSEd Maste#undef HAVE_EVENT_PORTS
64c43e99fdSEd Maste
65c43e99fdSEd Maste/* Define to 1 if you have the `fcntl' function. */
66c43e99fdSEd Maste#undef HAVE_FCNTL
67c43e99fdSEd Maste
68c43e99fdSEd Maste/* Define to 1 if you have the <fcntl.h> header file. */
69c43e99fdSEd Maste#undef HAVE_FCNTL_H
70c43e99fdSEd Maste
71c43e99fdSEd Maste/* Define to 1 if the system has the type `fd_mask'. */
72c43e99fdSEd Maste#undef HAVE_FD_MASK
73c43e99fdSEd Maste
74c43e99fdSEd Maste/* Do we have getaddrinfo()? */
75c43e99fdSEd Maste#undef HAVE_GETADDRINFO
76c43e99fdSEd Maste
77c43e99fdSEd Maste/* Define to 1 if you have the `getegid' function. */
78c43e99fdSEd Maste#undef HAVE_GETEGID
79c43e99fdSEd Maste
80c43e99fdSEd Maste/* Define to 1 if you have the `geteuid' function. */
81c43e99fdSEd Maste#undef HAVE_GETEUID
82c43e99fdSEd Maste
83c43e99fdSEd Maste/* Define this if you have any gethostbyname_r() */
84c43e99fdSEd Maste#undef HAVE_GETHOSTBYNAME_R
85c43e99fdSEd Maste
86c43e99fdSEd Maste/* Define this if gethostbyname_r takes 3 arguments */
87c43e99fdSEd Maste#undef HAVE_GETHOSTBYNAME_R_3_ARG
88c43e99fdSEd Maste
89c43e99fdSEd Maste/* Define this if gethostbyname_r takes 5 arguments */
90c43e99fdSEd Maste#undef HAVE_GETHOSTBYNAME_R_5_ARG
91c43e99fdSEd Maste
92c43e99fdSEd Maste/* Define this if gethostbyname_r takes 6 arguments */
93c43e99fdSEd Maste#undef HAVE_GETHOSTBYNAME_R_6_ARG
94c43e99fdSEd Maste
95c43e99fdSEd Maste/* Define to 1 if you have the `getifaddrs' function. */
96c43e99fdSEd Maste#undef HAVE_GETIFADDRS
97c43e99fdSEd Maste
98c43e99fdSEd Maste/* Define to 1 if you have the `getnameinfo' function. */
99c43e99fdSEd Maste#undef HAVE_GETNAMEINFO
100c43e99fdSEd Maste
101c43e99fdSEd Maste/* Define to 1 if you have the `getprotobynumber' function. */
102c43e99fdSEd Maste#undef HAVE_GETPROTOBYNUMBER
103c43e99fdSEd Maste
104*b50261e2SCy Schubert/* Define to 1 if you have the `getrandom' function. */
105*b50261e2SCy Schubert#undef HAVE_GETRANDOM
106*b50261e2SCy Schubert
107c43e99fdSEd Maste/* Define to 1 if you have the `getservbyname' function. */
108c43e99fdSEd Maste#undef HAVE_GETSERVBYNAME
109c43e99fdSEd Maste
110c43e99fdSEd Maste/* Define to 1 if you have the `gettimeofday' function. */
111c43e99fdSEd Maste#undef HAVE_GETTIMEOFDAY
112c43e99fdSEd Maste
113c43e99fdSEd Maste/* Define to 1 if you have the <ifaddrs.h> header file. */
114c43e99fdSEd Maste#undef HAVE_IFADDRS_H
115c43e99fdSEd Maste
116c43e99fdSEd Maste/* Define to 1 if you have the `inet_ntop' function. */
117c43e99fdSEd Maste#undef HAVE_INET_NTOP
118c43e99fdSEd Maste
119c43e99fdSEd Maste/* Define to 1 if you have the `inet_pton' function. */
120c43e99fdSEd Maste#undef HAVE_INET_PTON
121c43e99fdSEd Maste
122c43e99fdSEd Maste/* Define to 1 if you have the <inttypes.h> header file. */
123c43e99fdSEd Maste#undef HAVE_INTTYPES_H
124c43e99fdSEd Maste
125c43e99fdSEd Maste/* Define to 1 if you have the `issetugid' function. */
126c43e99fdSEd Maste#undef HAVE_ISSETUGID
127c43e99fdSEd Maste
128c43e99fdSEd Maste/* Define to 1 if you have the `kqueue' function. */
129c43e99fdSEd Maste#undef HAVE_KQUEUE
130c43e99fdSEd Maste
131*b50261e2SCy Schubert/* Define to 1 if you have the `ws2_32' library (-lws2_32). */
132*b50261e2SCy Schubert#undef HAVE_LIBWS2_32
133*b50261e2SCy Schubert
134c43e99fdSEd Maste/* Define if the system has zlib */
135c43e99fdSEd Maste#undef HAVE_LIBZ
136c43e99fdSEd Maste
137c43e99fdSEd Maste/* Define to 1 if you have the `mach_absolute_time' function. */
138c43e99fdSEd Maste#undef HAVE_MACH_ABSOLUTE_TIME
139c43e99fdSEd Maste
140*b50261e2SCy Schubert/* Define to 1 if you have the <mach/mach.h> header file. */
141*b50261e2SCy Schubert#undef HAVE_MACH_MACH_H
142*b50261e2SCy Schubert
143c43e99fdSEd Maste/* Define to 1 if you have the <mach/mach_time.h> header file. */
144c43e99fdSEd Maste#undef HAVE_MACH_MACH_TIME_H
145c43e99fdSEd Maste
146c43e99fdSEd Maste/* Define to 1 if you have the <memory.h> header file. */
147c43e99fdSEd Maste#undef HAVE_MEMORY_H
148c43e99fdSEd Maste
149c43e99fdSEd Maste/* Define to 1 if you have the `mmap' function. */
150c43e99fdSEd Maste#undef HAVE_MMAP
151c43e99fdSEd Maste
152c43e99fdSEd Maste/* Define to 1 if you have the `nanosleep' function. */
153c43e99fdSEd Maste#undef HAVE_NANOSLEEP
154c43e99fdSEd Maste
155c43e99fdSEd Maste/* Define to 1 if you have the <netdb.h> header file. */
156c43e99fdSEd Maste#undef HAVE_NETDB_H
157c43e99fdSEd Maste
158c43e99fdSEd Maste/* Define to 1 if you have the <netinet/in6.h> header file. */
159c43e99fdSEd Maste#undef HAVE_NETINET_IN6_H
160c43e99fdSEd Maste
161c43e99fdSEd Maste/* Define to 1 if you have the <netinet/in.h> header file. */
162c43e99fdSEd Maste#undef HAVE_NETINET_IN_H
163c43e99fdSEd Maste
164c43e99fdSEd Maste/* Define to 1 if you have the <netinet/tcp.h> header file. */
165c43e99fdSEd Maste#undef HAVE_NETINET_TCP_H
166c43e99fdSEd Maste
167c43e99fdSEd Maste/* Define if the system has openssl */
168c43e99fdSEd Maste#undef HAVE_OPENSSL
169c43e99fdSEd Maste
170*b50261e2SCy Schubert/* Define to 1 if you have the <openssl/ssl.h> header file. */
171*b50261e2SCy Schubert#undef HAVE_OPENSSL_SSL_H
172*b50261e2SCy Schubert
173c43e99fdSEd Maste/* Define to 1 if you have the `pipe' function. */
174c43e99fdSEd Maste#undef HAVE_PIPE
175c43e99fdSEd Maste
176c43e99fdSEd Maste/* Define to 1 if you have the `pipe2' function. */
177c43e99fdSEd Maste#undef HAVE_PIPE2
178c43e99fdSEd Maste
179c43e99fdSEd Maste/* Define to 1 if you have the `poll' function. */
180c43e99fdSEd Maste#undef HAVE_POLL
181c43e99fdSEd Maste
182c43e99fdSEd Maste/* Define to 1 if you have the <poll.h> header file. */
183c43e99fdSEd Maste#undef HAVE_POLL_H
184c43e99fdSEd Maste
185c43e99fdSEd Maste/* Define to 1 if you have the `port_create' function. */
186c43e99fdSEd Maste#undef HAVE_PORT_CREATE
187c43e99fdSEd Maste
188c43e99fdSEd Maste/* Define to 1 if you have the <port.h> header file. */
189c43e99fdSEd Maste#undef HAVE_PORT_H
190c43e99fdSEd Maste
191c43e99fdSEd Maste/* Define if you have POSIX threads libraries and header files. */
192c43e99fdSEd Maste#undef HAVE_PTHREAD
193c43e99fdSEd Maste
194c43e99fdSEd Maste/* Define if we have pthreads on this system */
195c43e99fdSEd Maste#undef HAVE_PTHREADS
196c43e99fdSEd Maste
197c43e99fdSEd Maste/* Define to 1 if you have the `putenv' function. */
198c43e99fdSEd Maste#undef HAVE_PUTENV
199c43e99fdSEd Maste
200c43e99fdSEd Maste/* Define to 1 if the system has the type `sa_family_t'. */
201c43e99fdSEd Maste#undef HAVE_SA_FAMILY_T
202c43e99fdSEd Maste
203c43e99fdSEd Maste/* Define to 1 if you have the `select' function. */
204c43e99fdSEd Maste#undef HAVE_SELECT
205c43e99fdSEd Maste
206c43e99fdSEd Maste/* Define to 1 if you have the `sendfile' function. */
207c43e99fdSEd Maste#undef HAVE_SENDFILE
208c43e99fdSEd Maste
209c43e99fdSEd Maste/* Define to 1 if you have the `setenv' function. */
210c43e99fdSEd Maste#undef HAVE_SETENV
211c43e99fdSEd Maste
212c43e99fdSEd Maste/* Define if F_SETFD is defined in <fcntl.h> */
213c43e99fdSEd Maste#undef HAVE_SETFD
214c43e99fdSEd Maste
215c43e99fdSEd Maste/* Define to 1 if you have the `setrlimit' function. */
216c43e99fdSEd Maste#undef HAVE_SETRLIMIT
217c43e99fdSEd Maste
218c43e99fdSEd Maste/* Define to 1 if you have the `sigaction' function. */
219c43e99fdSEd Maste#undef HAVE_SIGACTION
220c43e99fdSEd Maste
221c43e99fdSEd Maste/* Define to 1 if you have the `signal' function. */
222c43e99fdSEd Maste#undef HAVE_SIGNAL
223c43e99fdSEd Maste
224c43e99fdSEd Maste/* Define to 1 if you have the `splice' function. */
225c43e99fdSEd Maste#undef HAVE_SPLICE
226c43e99fdSEd Maste
227c43e99fdSEd Maste/* Define to 1 if you have the <stdarg.h> header file. */
228c43e99fdSEd Maste#undef HAVE_STDARG_H
229c43e99fdSEd Maste
230c43e99fdSEd Maste/* Define to 1 if you have the <stddef.h> header file. */
231c43e99fdSEd Maste#undef HAVE_STDDEF_H
232c43e99fdSEd Maste
233c43e99fdSEd Maste/* Define to 1 if you have the <stdint.h> header file. */
234c43e99fdSEd Maste#undef HAVE_STDINT_H
235c43e99fdSEd Maste
236c43e99fdSEd Maste/* Define to 1 if you have the <stdlib.h> header file. */
237c43e99fdSEd Maste#undef HAVE_STDLIB_H
238c43e99fdSEd Maste
239c43e99fdSEd Maste/* Define to 1 if you have the <strings.h> header file. */
240c43e99fdSEd Maste#undef HAVE_STRINGS_H
241c43e99fdSEd Maste
242c43e99fdSEd Maste/* Define to 1 if you have the <string.h> header file. */
243c43e99fdSEd Maste#undef HAVE_STRING_H
244c43e99fdSEd Maste
245c43e99fdSEd Maste/* Define to 1 if you have the `strlcpy' function. */
246c43e99fdSEd Maste#undef HAVE_STRLCPY
247c43e99fdSEd Maste
248c43e99fdSEd Maste/* Define to 1 if you have the `strsep' function. */
249c43e99fdSEd Maste#undef HAVE_STRSEP
250c43e99fdSEd Maste
251c43e99fdSEd Maste/* Define to 1 if you have the `strtok_r' function. */
252c43e99fdSEd Maste#undef HAVE_STRTOK_R
253c43e99fdSEd Maste
254c43e99fdSEd Maste/* Define to 1 if you have the `strtoll' function. */
255c43e99fdSEd Maste#undef HAVE_STRTOLL
256c43e99fdSEd Maste
257c43e99fdSEd Maste/* Define to 1 if the system has the type `struct addrinfo'. */
258c43e99fdSEd Maste#undef HAVE_STRUCT_ADDRINFO
259c43e99fdSEd Maste
260c43e99fdSEd Maste/* Define to 1 if the system has the type `struct in6_addr'. */
261c43e99fdSEd Maste#undef HAVE_STRUCT_IN6_ADDR
262c43e99fdSEd Maste
263c43e99fdSEd Maste/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
264c43e99fdSEd Maste#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16
265c43e99fdSEd Maste
266c43e99fdSEd Maste/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
267c43e99fdSEd Maste#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32
268c43e99fdSEd Maste
269*b50261e2SCy Schubert/* Define to 1 if the system has the type `struct linger'. */
270*b50261e2SCy Schubert#undef HAVE_STRUCT_LINGER
271*b50261e2SCy Schubert
272c43e99fdSEd Maste/* Define to 1 if the system has the type `struct sockaddr_in6'. */
273c43e99fdSEd Maste#undef HAVE_STRUCT_SOCKADDR_IN6
274c43e99fdSEd Maste
275c43e99fdSEd Maste/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
276c43e99fdSEd Maste#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
277c43e99fdSEd Maste
278c43e99fdSEd Maste/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
279c43e99fdSEd Maste#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
280c43e99fdSEd Maste
281c43e99fdSEd Maste/* Define to 1 if the system has the type `struct sockaddr_storage'. */
282c43e99fdSEd Maste#undef HAVE_STRUCT_SOCKADDR_STORAGE
283c43e99fdSEd Maste
284c43e99fdSEd Maste/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
285c43e99fdSEd Maste#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
286c43e99fdSEd Maste
287c43e99fdSEd Maste/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
288c43e99fdSEd Maste#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
289c43e99fdSEd Maste
290*b50261e2SCy Schubert/* Define to 1 if the system has the type `struct sockaddr_un'. */
291*b50261e2SCy Schubert#undef HAVE_STRUCT_SOCKADDR_UN
292c43e99fdSEd Maste
293c43e99fdSEd Maste/* Define to 1 if you have the `sysctl' function. */
294c43e99fdSEd Maste#undef HAVE_SYSCTL
295c43e99fdSEd Maste
296c43e99fdSEd Maste/* Define to 1 if you have the <sys/devpoll.h> header file. */
297c43e99fdSEd Maste#undef HAVE_SYS_DEVPOLL_H
298c43e99fdSEd Maste
299c43e99fdSEd Maste/* Define to 1 if you have the <sys/epoll.h> header file. */
300c43e99fdSEd Maste#undef HAVE_SYS_EPOLL_H
301c43e99fdSEd Maste
302c43e99fdSEd Maste/* Define to 1 if you have the <sys/eventfd.h> header file. */
303c43e99fdSEd Maste#undef HAVE_SYS_EVENTFD_H
304c43e99fdSEd Maste
305c43e99fdSEd Maste/* Define to 1 if you have the <sys/event.h> header file. */
306c43e99fdSEd Maste#undef HAVE_SYS_EVENT_H
307c43e99fdSEd Maste
308c43e99fdSEd Maste/* Define to 1 if you have the <sys/ioctl.h> header file. */
309c43e99fdSEd Maste#undef HAVE_SYS_IOCTL_H
310c43e99fdSEd Maste
311c43e99fdSEd Maste/* Define to 1 if you have the <sys/mman.h> header file. */
312c43e99fdSEd Maste#undef HAVE_SYS_MMAN_H
313c43e99fdSEd Maste
314c43e99fdSEd Maste/* Define to 1 if you have the <sys/param.h> header file. */
315c43e99fdSEd Maste#undef HAVE_SYS_PARAM_H
316c43e99fdSEd Maste
317c43e99fdSEd Maste/* Define to 1 if you have the <sys/queue.h> header file. */
318c43e99fdSEd Maste#undef HAVE_SYS_QUEUE_H
319c43e99fdSEd Maste
320*b50261e2SCy Schubert/* Define to 1 if you have the <sys/random.h> header file. */
321*b50261e2SCy Schubert#undef HAVE_SYS_RANDOM_H
322*b50261e2SCy Schubert
323c43e99fdSEd Maste/* Define to 1 if you have the <sys/resource.h> header file. */
324c43e99fdSEd Maste#undef HAVE_SYS_RESOURCE_H
325c43e99fdSEd Maste
326c43e99fdSEd Maste/* Define to 1 if you have the <sys/select.h> header file. */
327c43e99fdSEd Maste#undef HAVE_SYS_SELECT_H
328c43e99fdSEd Maste
329c43e99fdSEd Maste/* Define to 1 if you have the <sys/sendfile.h> header file. */
330c43e99fdSEd Maste#undef HAVE_SYS_SENDFILE_H
331c43e99fdSEd Maste
332c43e99fdSEd Maste/* Define to 1 if you have the <sys/socket.h> header file. */
333c43e99fdSEd Maste#undef HAVE_SYS_SOCKET_H
334c43e99fdSEd Maste
335c43e99fdSEd Maste/* Define to 1 if you have the <sys/stat.h> header file. */
336c43e99fdSEd Maste#undef HAVE_SYS_STAT_H
337c43e99fdSEd Maste
338c43e99fdSEd Maste/* Define to 1 if you have the <sys/sysctl.h> header file. */
339c43e99fdSEd Maste#undef HAVE_SYS_SYSCTL_H
340c43e99fdSEd Maste
341c43e99fdSEd Maste/* Define to 1 if you have the <sys/timerfd.h> header file. */
342c43e99fdSEd Maste#undef HAVE_SYS_TIMERFD_H
343c43e99fdSEd Maste
344c43e99fdSEd Maste/* Define to 1 if you have the <sys/time.h> header file. */
345c43e99fdSEd Maste#undef HAVE_SYS_TIME_H
346c43e99fdSEd Maste
347c43e99fdSEd Maste/* Define to 1 if you have the <sys/types.h> header file. */
348c43e99fdSEd Maste#undef HAVE_SYS_TYPES_H
349c43e99fdSEd Maste
350c43e99fdSEd Maste/* Define to 1 if you have the <sys/uio.h> header file. */
351c43e99fdSEd Maste#undef HAVE_SYS_UIO_H
352c43e99fdSEd Maste
353*b50261e2SCy Schubert/* Define to 1 if you have the <sys/un.h> header file. */
354*b50261e2SCy Schubert#undef HAVE_SYS_UN_H
355*b50261e2SCy Schubert
356c43e99fdSEd Maste/* Define to 1 if you have the <sys/wait.h> header file. */
357c43e99fdSEd Maste#undef HAVE_SYS_WAIT_H
358c43e99fdSEd Maste
359c43e99fdSEd Maste/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
360c43e99fdSEd Maste#undef HAVE_TAILQFOREACH
361c43e99fdSEd Maste
362c43e99fdSEd Maste/* Define if timeradd is defined in <sys/time.h> */
363c43e99fdSEd Maste#undef HAVE_TIMERADD
364c43e99fdSEd Maste
365c43e99fdSEd Maste/* Define if timerclear is defined in <sys/time.h> */
366c43e99fdSEd Maste#undef HAVE_TIMERCLEAR
367c43e99fdSEd Maste
368c43e99fdSEd Maste/* Define if timercmp is defined in <sys/time.h> */
369c43e99fdSEd Maste#undef HAVE_TIMERCMP
370c43e99fdSEd Maste
371c43e99fdSEd Maste/* Define to 1 if you have the `timerfd_create' function. */
372c43e99fdSEd Maste#undef HAVE_TIMERFD_CREATE
373c43e99fdSEd Maste
374c43e99fdSEd Maste/* Define if timerisset is defined in <sys/time.h> */
375c43e99fdSEd Maste#undef HAVE_TIMERISSET
376c43e99fdSEd Maste
377c43e99fdSEd Maste/* Define to 1 if the system has the type `uint16_t'. */
378c43e99fdSEd Maste#undef HAVE_UINT16_T
379c43e99fdSEd Maste
380c43e99fdSEd Maste/* Define to 1 if the system has the type `uint32_t'. */
381c43e99fdSEd Maste#undef HAVE_UINT32_T
382c43e99fdSEd Maste
383c43e99fdSEd Maste/* Define to 1 if the system has the type `uint64_t'. */
384c43e99fdSEd Maste#undef HAVE_UINT64_T
385c43e99fdSEd Maste
386c43e99fdSEd Maste/* Define to 1 if the system has the type `uint8_t'. */
387c43e99fdSEd Maste#undef HAVE_UINT8_T
388c43e99fdSEd Maste
389c43e99fdSEd Maste/* Define to 1 if the system has the type `uintptr_t'. */
390c43e99fdSEd Maste#undef HAVE_UINTPTR_T
391c43e99fdSEd Maste
392c43e99fdSEd Maste/* Define to 1 if you have the `umask' function. */
393c43e99fdSEd Maste#undef HAVE_UMASK
394c43e99fdSEd Maste
395c43e99fdSEd Maste/* Define to 1 if you have the <unistd.h> header file. */
396c43e99fdSEd Maste#undef HAVE_UNISTD_H
397c43e99fdSEd Maste
398c43e99fdSEd Maste/* Define to 1 if you have the `unsetenv' function. */
399c43e99fdSEd Maste#undef HAVE_UNSETENV
400c43e99fdSEd Maste
401c43e99fdSEd Maste/* Define to 1 if you have the `usleep' function. */
402c43e99fdSEd Maste#undef HAVE_USLEEP
403c43e99fdSEd Maste
404c43e99fdSEd Maste/* Define to 1 if you have the `vasprintf' function. */
405c43e99fdSEd Maste#undef HAVE_VASPRINTF
406c43e99fdSEd Maste
407c43e99fdSEd Maste/* Define if kqueue works correctly with pipes */
408c43e99fdSEd Maste#undef HAVE_WORKING_KQUEUE
409c43e99fdSEd Maste
410c43e99fdSEd Maste/* Define to 1 if you have the <zlib.h> header file. */
411c43e99fdSEd Maste#undef HAVE_ZLIB_H
412c43e99fdSEd Maste
413*b50261e2SCy Schubert/* Define to 1 if you have the `_gmtime64' function. */
414*b50261e2SCy Schubert#undef HAVE__GMTIME64
415*b50261e2SCy Schubert
416*b50261e2SCy Schubert/* Define to 1 if you have the `_gmtime64_s' function. */
417*b50261e2SCy Schubert#undef HAVE__GMTIME64_S
418*b50261e2SCy Schubert
419*b50261e2SCy Schubert/* Define to 1 if compiler have __FUNCTION__ */
420*b50261e2SCy Schubert#undef HAVE___FUNCTION__
421*b50261e2SCy Schubert
422*b50261e2SCy Schubert/* Define to 1 if compiler have __func__ */
423*b50261e2SCy Schubert#undef HAVE___func__
424*b50261e2SCy Schubert
425c43e99fdSEd Maste/* Define to the sub-directory where libtool stores uninstalled libraries. */
426c43e99fdSEd Maste#undef LT_OBJDIR
427c43e99fdSEd Maste
428c43e99fdSEd Maste/* Numeric representation of the version */
429c43e99fdSEd Maste#undef NUMERIC_VERSION
430c43e99fdSEd Maste
431c43e99fdSEd Maste/* Name of package */
432c43e99fdSEd Maste#undef PACKAGE
433c43e99fdSEd Maste
434c43e99fdSEd Maste/* Define to the address where bug reports for this package should be sent. */
435c43e99fdSEd Maste#undef PACKAGE_BUGREPORT
436c43e99fdSEd Maste
437c43e99fdSEd Maste/* Define to the full name of this package. */
438c43e99fdSEd Maste#undef PACKAGE_NAME
439c43e99fdSEd Maste
440c43e99fdSEd Maste/* Define to the full name and version of this package. */
441c43e99fdSEd Maste#undef PACKAGE_STRING
442c43e99fdSEd Maste
443c43e99fdSEd Maste/* Define to the one symbol short name of this package. */
444c43e99fdSEd Maste#undef PACKAGE_TARNAME
445c43e99fdSEd Maste
446c43e99fdSEd Maste/* Define to the home page for this package. */
447c43e99fdSEd Maste#undef PACKAGE_URL
448c43e99fdSEd Maste
449c43e99fdSEd Maste/* Define to the version of this package. */
450c43e99fdSEd Maste#undef PACKAGE_VERSION
451c43e99fdSEd Maste
452c43e99fdSEd Maste/* Define to necessary symbol if this constant uses a non-standard name on
453c43e99fdSEd Maste   your system. */
454c43e99fdSEd Maste#undef PTHREAD_CREATE_JOINABLE
455c43e99fdSEd Maste
456c43e99fdSEd Maste/* The size of `int', as computed by sizeof. */
457c43e99fdSEd Maste#undef SIZEOF_INT
458c43e99fdSEd Maste
459c43e99fdSEd Maste/* The size of `long', as computed by sizeof. */
460c43e99fdSEd Maste#undef SIZEOF_LONG
461c43e99fdSEd Maste
462c43e99fdSEd Maste/* The size of `long long', as computed by sizeof. */
463c43e99fdSEd Maste#undef SIZEOF_LONG_LONG
464c43e99fdSEd Maste
465c43e99fdSEd Maste/* The size of `off_t', as computed by sizeof. */
466c43e99fdSEd Maste#undef SIZEOF_OFF_T
467c43e99fdSEd Maste
468c43e99fdSEd Maste/* The size of `pthread_t', as computed by sizeof. */
469c43e99fdSEd Maste#undef SIZEOF_PTHREAD_T
470c43e99fdSEd Maste
471c43e99fdSEd Maste/* The size of `short', as computed by sizeof. */
472c43e99fdSEd Maste#undef SIZEOF_SHORT
473c43e99fdSEd Maste
474c43e99fdSEd Maste/* The size of `size_t', as computed by sizeof. */
475c43e99fdSEd Maste#undef SIZEOF_SIZE_T
476c43e99fdSEd Maste
477*b50261e2SCy Schubert/* The size of `time_t', as computed by sizeof. */
478*b50261e2SCy Schubert#undef SIZEOF_TIME_T
479*b50261e2SCy Schubert
480c43e99fdSEd Maste/* The size of `void *', as computed by sizeof. */
481c43e99fdSEd Maste#undef SIZEOF_VOID_P
482c43e99fdSEd Maste
483c43e99fdSEd Maste/* Define to 1 if you have the ANSI C header files. */
484c43e99fdSEd Maste#undef STDC_HEADERS
485c43e99fdSEd Maste
486c43e99fdSEd Maste/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
487c43e99fdSEd Maste#undef TIME_WITH_SYS_TIME
488c43e99fdSEd Maste
489c43e99fdSEd Maste/* Enable extensions on AIX 3, Interix.  */
490c43e99fdSEd Maste#ifndef _ALL_SOURCE
491c43e99fdSEd Maste# undef _ALL_SOURCE
492c43e99fdSEd Maste#endif
493c43e99fdSEd Maste/* Enable GNU extensions on systems that have them.  */
494c43e99fdSEd Maste#ifndef _GNU_SOURCE
495c43e99fdSEd Maste# undef _GNU_SOURCE
496c43e99fdSEd Maste#endif
497c43e99fdSEd Maste/* Enable threading extensions on Solaris.  */
498c43e99fdSEd Maste#ifndef _POSIX_PTHREAD_SEMANTICS
499c43e99fdSEd Maste# undef _POSIX_PTHREAD_SEMANTICS
500c43e99fdSEd Maste#endif
501c43e99fdSEd Maste/* Enable extensions on HP NonStop.  */
502c43e99fdSEd Maste#ifndef _TANDEM_SOURCE
503c43e99fdSEd Maste# undef _TANDEM_SOURCE
504c43e99fdSEd Maste#endif
505c43e99fdSEd Maste/* Enable general extensions on Solaris.  */
506c43e99fdSEd Maste#ifndef __EXTENSIONS__
507c43e99fdSEd Maste# undef __EXTENSIONS__
508c43e99fdSEd Maste#endif
509c43e99fdSEd Maste
510c43e99fdSEd Maste
511c43e99fdSEd Maste/* Version number of package */
512c43e99fdSEd Maste#undef VERSION
513c43e99fdSEd Maste
514c43e99fdSEd Maste/* Enable large inode numbers on Mac OS X 10.5.  */
515c43e99fdSEd Maste#ifndef _DARWIN_USE_64_BIT_INODE
516c43e99fdSEd Maste# define _DARWIN_USE_64_BIT_INODE 1
517c43e99fdSEd Maste#endif
518c43e99fdSEd Maste
519c43e99fdSEd Maste/* Number of bits in a file offset, on hosts where this is settable. */
520c43e99fdSEd Maste#undef _FILE_OFFSET_BITS
521c43e99fdSEd Maste
522c43e99fdSEd Maste/* Define for large files, on AIX-style hosts. */
523c43e99fdSEd Maste#undef _LARGE_FILES
524c43e99fdSEd Maste
525c43e99fdSEd Maste/* Define to 1 if on MINIX. */
526c43e99fdSEd Maste#undef _MINIX
527c43e99fdSEd Maste
528c43e99fdSEd Maste/* Define to 2 if the system does not provide POSIX.1 features except with
529c43e99fdSEd Maste   this defined. */
530c43e99fdSEd Maste#undef _POSIX_1_SOURCE
531c43e99fdSEd Maste
532c43e99fdSEd Maste/* Define to 1 if you need to in order for `stat' and other things to work. */
533c43e99fdSEd Maste#undef _POSIX_SOURCE
534c43e99fdSEd Maste
535c43e99fdSEd Maste/* Define to empty if `const' does not conform to ANSI C. */
536c43e99fdSEd Maste#undef const
537c43e99fdSEd Maste
538c43e99fdSEd Maste/* Define to `__inline__' or `__inline' if that's what the C compiler
539c43e99fdSEd Maste   calls it, or to nothing if 'inline' is not supported under any name.  */
540c43e99fdSEd Maste#ifndef __cplusplus
541c43e99fdSEd Maste#undef inline
542c43e99fdSEd Maste#endif
543c43e99fdSEd Maste
544c43e99fdSEd Maste/* Define to `int' if <sys/types.h> does not define. */
545c43e99fdSEd Maste#undef pid_t
546c43e99fdSEd Maste
547c43e99fdSEd Maste/* Define to `unsigned int' if <sys/types.h> does not define. */
548c43e99fdSEd Maste#undef size_t
549c43e99fdSEd Maste
550c43e99fdSEd Maste/* Define to unsigned int if you dont have it */
551c43e99fdSEd Maste#undef socklen_t
552c43e99fdSEd Maste
553c43e99fdSEd Maste/* Define to `int' if <sys/types.h> does not define. */
554c43e99fdSEd Maste#undef ssize_t
555