1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.in by autoheader.  */
3
4/* Define if libevent should build without support for a debug mode */
5/* #undef DISABLE_DEBUG_MODE */
6
7/* Define if libevent should not allow replacing the mm functions */
8/* #undef DISABLE_MM_REPLACEMENT */
9
10/* Define if libevent should not be compiled with thread support */
11/* #undef DISABLE_THREAD_SUPPORT */
12
13/* Define to 1 if you have the `arc4random' function. */
14#define HAVE_ARC4RANDOM 1
15
16/* Define to 1 if you have the `arc4random_buf' function. */
17/* #undef HAVE_ARC4RANDOM_BUF */
18
19/* Define to 1 if you have the <arpa/inet.h> header file. */
20#define HAVE_ARPA_INET_H 1
21
22/* Define to 1 if you have the `clock_gettime' function. */
23/* #undef HAVE_CLOCK_GETTIME */
24
25/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
26   don't. */
27#define HAVE_DECL_CTL_KERN 1
28
29/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
30   don't. */
31#define HAVE_DECL_KERN_ARND 0
32
33/* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
34   don't. */
35#define HAVE_DECL_KERN_RANDOM 0
36
37/* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
38   don't. */
39#define HAVE_DECL_RANDOM_UUID 0
40
41/* Define if /dev/poll is available */
42/* #undef HAVE_DEVPOLL */
43
44/* Define to 1 if you have the <dlfcn.h> header file. */
45#define HAVE_DLFCN_H 1
46
47/* Define if your system supports the epoll system calls */
48/* #undef HAVE_EPOLL */
49
50/* Define to 1 if you have the `epoll_ctl' function. */
51/* #undef HAVE_EPOLL_CTL */
52
53/* Define to 1 if you have the `eventfd' function. */
54/* #undef HAVE_EVENTFD */
55
56/* Define if your system supports event ports */
57/* #undef HAVE_EVENT_PORTS */
58
59/* Define to 1 if you have the `fcntl' function. */
60#define HAVE_FCNTL 1
61
62/* Define to 1 if you have the <fcntl.h> header file. */
63#define HAVE_FCNTL_H 1
64
65/* Define to 1 if the system has the type `fd_mask'. */
66#define HAVE_FD_MASK 1
67
68/* Define to 1 if you have the `getaddrinfo' function. */
69#define HAVE_GETADDRINFO 1
70
71/* Define to 1 if you have the `getegid' function. */
72#define HAVE_GETEGID 1
73
74/* Define to 1 if you have the `geteuid' function. */
75#define HAVE_GETEUID 1
76
77/* Define this if you have any gethostbyname_r() */
78/* #undef HAVE_GETHOSTBYNAME_R */
79
80/* Define this if gethostbyname_r takes 3 arguments */
81/* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
82
83/* Define this if gethostbyname_r takes 5 arguments */
84/* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
85
86/* Define this if gethostbyname_r takes 6 arguments */
87/* #undef HAVE_GETHOSTBYNAME_R_6_ARG */
88
89/* Define to 1 if you have the `getnameinfo' function. */
90#define HAVE_GETNAMEINFO 1
91
92/* Define to 1 if you have the `getprotobynumber' function. */
93#define HAVE_GETPROTOBYNUMBER 1
94
95/* Define to 1 if you have the `getservbyname' function. */
96#define HAVE_GETSERVBYNAME 1
97
98/* Define to 1 if you have the `gettimeofday' function. */
99#define HAVE_GETTIMEOFDAY 1
100
101/* Define to 1 if you have the `inet_aton' function. */
102#define HAVE_INET_ATON 1
103
104/* Define to 1 if you have the `inet_ntop' function. */
105#define HAVE_INET_NTOP 1
106
107/* Define to 1 if you have the `inet_pton' function. */
108#define HAVE_INET_PTON 1
109
110/* Define to 1 if you have the <inttypes.h> header file. */
111#define HAVE_INTTYPES_H 1
112
113/* Define to 1 if you have the `issetugid' function. */
114#define HAVE_ISSETUGID 1
115
116/* Define to 1 if you have the `kqueue' function. */
117#define HAVE_KQUEUE 1
118
119/* Define if the system has zlib */
120#define HAVE_LIBZ 1
121
122/* Define to 1 if you have the <memory.h> header file. */
123#define HAVE_MEMORY_H 1
124
125/* Define to 1 if you have the `mmap' function. */
126#define HAVE_MMAP 1
127
128/* Define to 1 if you have the <netdb.h> header file. */
129#define HAVE_NETDB_H 1
130
131/* Define to 1 if you have the <netinet/in6.h> header file. */
132/* #undef HAVE_NETINET_IN6_H */
133
134/* Define to 1 if you have the <netinet/in.h> header file. */
135#define HAVE_NETINET_IN_H 1
136
137/* Define if the system has openssl */
138#define HAVE_OPENSSL 1
139
140/* Define to 1 if you have the `pipe' function. */
141#define HAVE_PIPE 1
142
143/* Define to 1 if you have the `poll' function. */
144#define HAVE_POLL 1
145
146/* Define to 1 if you have the <poll.h> header file. */
147#define HAVE_POLL_H 1
148
149/* Define to 1 if you have the `port_create' function. */
150/* #undef HAVE_PORT_CREATE */
151
152/* Define to 1 if you have the <port.h> header file. */
153/* #undef HAVE_PORT_H */
154
155/* Define if you have POSIX threads libraries and header files. */
156/* #undef HAVE_PTHREAD */
157
158/* Define if we have pthreads on this system */
159#define HAVE_PTHREADS 1
160
161/* Define to 1 if you have the `putenv' function. */
162#define HAVE_PUTENV 1
163
164/* Define to 1 if the system has the type `sa_family_t'. */
165#define HAVE_SA_FAMILY_T 1
166
167/* Define to 1 if you have the `select' function. */
168#define HAVE_SELECT 1
169
170/* Define to 1 if you have the `sendfile' function. */
171#define HAVE_SENDFILE 1
172
173/* Define to 1 if you have the `setenv' function. */
174#define HAVE_SETENV 1
175
176/* Define if F_SETFD is defined in <fcntl.h> */
177#define HAVE_SETFD 1
178
179/* Define to 1 if you have the `sigaction' function. */
180#define HAVE_SIGACTION 1
181
182/* Define to 1 if you have the `signal' function. */
183#define HAVE_SIGNAL 1
184
185/* Define to 1 if you have the `splice' function. */
186/* #undef HAVE_SPLICE */
187
188/* Define to 1 if you have the <stdarg.h> header file. */
189#define HAVE_STDARG_H 1
190
191/* Define to 1 if you have the <stddef.h> header file. */
192#define HAVE_STDDEF_H 1
193
194/* Define to 1 if you have the <stdint.h> header file. */
195#define HAVE_STDINT_H 1
196
197/* Define to 1 if you have the <stdlib.h> header file. */
198#define HAVE_STDLIB_H 1
199
200/* Define to 1 if you have the <strings.h> header file. */
201#define HAVE_STRINGS_H 1
202
203/* Define to 1 if you have the <string.h> header file. */
204#define HAVE_STRING_H 1
205
206/* Define to 1 if you have the `strlcpy' function. */
207#define HAVE_STRLCPY 1
208
209/* Define to 1 if you have the `strsep' function. */
210#define HAVE_STRSEP 1
211
212/* Define to 1 if you have the `strtok_r' function. */
213#define HAVE_STRTOK_R 1
214
215/* Define to 1 if you have the `strtoll' function. */
216#define HAVE_STRTOLL 1
217
218/* Define to 1 if the system has the type `struct addrinfo'. */
219#define HAVE_STRUCT_ADDRINFO 1
220
221/* Define to 1 if the system has the type `struct in6_addr'. */
222#define HAVE_STRUCT_IN6_ADDR 1
223
224/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
225/* #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */
226
227/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
228/* #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */
229
230/* Define to 1 if the system has the type `struct sockaddr_in6'. */
231#define HAVE_STRUCT_SOCKADDR_IN6 1
232
233/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
234#define HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
235
236/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
237#define HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
238
239/* Define to 1 if the system has the type `struct sockaddr_storage'. */
240#define HAVE_STRUCT_SOCKADDR_STORAGE 1
241
242/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
243#define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
244
245/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
246/* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
247
248/* Define to 1 if you have the <sys/devpoll.h> header file. */
249/* #undef HAVE_SYS_DEVPOLL_H */
250
251/* Define to 1 if you have the <sys/epoll.h> header file. */
252/* #undef HAVE_SYS_EPOLL_H */
253
254/* Define to 1 if you have the <sys/eventfd.h> header file. */
255/* #undef HAVE_SYS_EVENTFD_H */
256
257/* Define to 1 if you have the <sys/event.h> header file. */
258#define HAVE_SYS_EVENT_H 1
259
260/* Define to 1 if you have the <sys/ioctl.h> header file. */
261#define HAVE_SYS_IOCTL_H 1
262
263/* Define to 1 if you have the <sys/mman.h> header file. */
264#define HAVE_SYS_MMAN_H 1
265
266/* Define to 1 if you have the <sys/param.h> header file. */
267#define HAVE_SYS_PARAM_H 1
268
269/* Define to 1 if you have the <sys/queue.h> header file. */
270#define HAVE_SYS_QUEUE_H 1
271
272/* Define to 1 if you have the <sys/select.h> header file. */
273#define HAVE_SYS_SELECT_H 1
274
275/* Define to 1 if you have the <sys/sendfile.h> header file. */
276/* #undef HAVE_SYS_SENDFILE_H */
277
278/* Define to 1 if you have the <sys/socket.h> header file. */
279#define HAVE_SYS_SOCKET_H 1
280
281/* Define to 1 if you have the <sys/stat.h> header file. */
282#define HAVE_SYS_STAT_H 1
283
284/* Define to 1 if you have the <sys/sysctl.h> header file. */
285#define HAVE_SYS_SYSCTL_H 1
286
287/* Define to 1 if you have the <sys/time.h> header file. */
288#define HAVE_SYS_TIME_H 1
289
290/* Define to 1 if you have the <sys/types.h> header file. */
291#define HAVE_SYS_TYPES_H 1
292
293/* Define to 1 if you have the <sys/uio.h> header file. */
294#define HAVE_SYS_UIO_H 1
295
296/* Define to 1 if you have the <sys/wait.h> header file. */
297#define HAVE_SYS_WAIT_H 1
298
299/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
300#define HAVE_TAILQFOREACH 1
301
302/* Define if timeradd is defined in <sys/time.h> */
303#define HAVE_TIMERADD 1
304
305/* Define if timerclear is defined in <sys/time.h> */
306#define HAVE_TIMERCLEAR 1
307
308/* Define if timercmp is defined in <sys/time.h> */
309#define HAVE_TIMERCMP 1
310
311/* Define if timerisset is defined in <sys/time.h> */
312#define HAVE_TIMERISSET 1
313
314/* Define to 1 if the system has the type `uint16_t'. */
315#define HAVE_UINT16_T 1
316
317/* Define to 1 if the system has the type `uint32_t'. */
318#define HAVE_UINT32_T 1
319
320/* Define to 1 if the system has the type `uint64_t'. */
321#define HAVE_UINT64_T 1
322
323/* Define to 1 if the system has the type `uint8_t'. */
324#define HAVE_UINT8_T 1
325
326/* Define to 1 if the system has the type `uintptr_t'. */
327#define HAVE_UINTPTR_T 1
328
329/* Define to 1 if you have the <unistd.h> header file. */
330#define HAVE_UNISTD_H 1
331
332/* Define to 1 if you have the `unsetenv' function. */
333#define HAVE_UNSETENV 1
334
335/* Define to 1 if you have the `vasprintf' function. */
336#define HAVE_VASPRINTF 1
337
338/* Define if kqueue works correctly with pipes */
339#define HAVE_WORKING_KQUEUE 1
340
341/* Define to 1 if you have the <zlib.h> header file. */
342#define HAVE_ZLIB_H 1
343
344/* Define to the sub-directory in which libtool stores uninstalled libraries.
345   */
346#define LT_OBJDIR ".libs/"
347
348/* Numeric representation of the version */
349#define NUMERIC_VERSION 0x02000b01
350
351/* Name of package */
352#define PACKAGE "libevent"
353
354/* Define to the address where bug reports for this package should be sent. */
355#define PACKAGE_BUGREPORT ""
356
357/* Define to the full name of this package. */
358#define PACKAGE_NAME ""
359
360/* Define to the full name and version of this package. */
361#define PACKAGE_STRING ""
362
363/* Define to the one symbol short name of this package. */
364#define PACKAGE_TARNAME ""
365
366/* Define to the version of this package. */
367#define PACKAGE_VERSION ""
368
369/* Define to necessary symbol if this constant uses a non-standard name on
370   your system. */
371/* #undef PTHREAD_CREATE_JOINABLE */
372
373/* The size of `int', as computed by sizeof. */
374#define SIZEOF_INT 4
375
376/* The size of `long', as computed by sizeof. */
377#define SIZEOF_LONG 8
378
379/* The size of `long long', as computed by sizeof. */
380#define SIZEOF_LONG_LONG 8
381
382/* The size of `pthread_t', as computed by sizeof. */
383#define SIZEOF_PTHREAD_T 8
384
385/* The size of `short', as computed by sizeof. */
386#define SIZEOF_SHORT 2
387
388/* The size of `size_t', as computed by sizeof. */
389#define SIZEOF_SIZE_T 8
390
391/* The size of `void *', as computed by sizeof. */
392#define SIZEOF_VOID_P 8
393
394/* Define to 1 if you have the ANSI C header files. */
395#define STDC_HEADERS 1
396
397/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
398#define TIME_WITH_SYS_TIME 1
399
400/* Version number of package */
401#define VERSION "2.0.11-stable-dev"
402
403/* Define to appropriate substitue if compiler doesnt have __func__ */
404/* #undef __func__ */
405
406/* Define to empty if `const' does not conform to ANSI C. */
407/* #undef const */
408
409/* Define to `__inline__' or `__inline' if that's what the C compiler
410   calls it, or to nothing if 'inline' is not supported under any name.  */
411#ifndef __cplusplus
412/* #undef inline */
413#endif
414
415/* Define to `int' if <sys/types.h> does not define. */
416/* #undef pid_t */
417
418/* Define to `unsigned int' if <sys/types.h> does not define. */
419/* #undef size_t */
420
421/* Define to unsigned int if you dont have it */
422/* #undef socklen_t */
423
424/* Define to `int' if <sys/types.h> does not define. */
425/* #undef ssize_t */
426