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