1 /* event2/event-config.h
2 *
3 * This file was generated by autoconf when libevent was built, and post-
4 * processed by Libevent so that its macros would have a uniform prefix.
5 *
6 * DO NOT EDIT THIS FILE.
7 *
8 * Do not rely on macros in this file existing in later versions.
9 */
10 
11 #ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_
12 #define EVENT2_EVENT_CONFIG_H_INCLUDED_
13 /* config.h.  Generated from config.h.in by configure.  */
14 /* config.h.in.  Generated from configure.ac by autoheader.  */
15 
16 /* Define if libevent should build without support for a debug mode */
17 /* #undef EVENT__DISABLE_DEBUG_MODE */
18 
19 /* Define if libevent should not allow replacing the mm functions */
20 /* #undef EVENT__DISABLE_MM_REPLACEMENT */
21 
22 /* Define if libevent should not be compiled with thread support */
23 /* #undef EVENT__DISABLE_THREAD_SUPPORT */
24 
25 /* Define to 1 if you have the `accept4' function. */
26 #define EVENT__HAVE_ACCEPT4 1
27 
28 /* Define to 1 if you have the `arc4random' function. */
29 #define EVENT__HAVE_ARC4RANDOM 1
30 
31 /* Define to 1 if you have the `arc4random_buf' function. */
32 #define EVENT__HAVE_ARC4RANDOM_BUF 1
33 
34 /* Define to 1 if you have the <arpa/inet.h> header file. */
35 #define EVENT__HAVE_ARPA_INET_H 1
36 
37 /* Define to 1 if you have the `clock_gettime' function. */
38 #define EVENT__HAVE_CLOCK_GETTIME 1
39 
40 /* Define to 1 if you have the <cthreads.h> header file. */
41 /* #undef EVENT__HAVE_CTHREADS_H */
42 
43 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
44    don't. */
45 #define EVENT__HAVE_DECL_CTL_KERN 1
46 
47 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
48    don't. */
49 #define EVENT__HAVE_DECL_KERN_ARND 1
50 
51 /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
52    don't. */
53 #define EVENT__HAVE_DECL_KERN_RANDOM 0
54 
55 /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
56    don't. */
57 #define EVENT__HAVE_DECL_RANDOM_UUID 0
58 
59 /* Define if /dev/poll is available */
60 /* #undef EVENT__HAVE_DEVPOLL */
61 
62 /* Define to 1 if you have the <dlfcn.h> header file. */
63 #define EVENT__HAVE_DLFCN_H 1
64 
65 /* Define if your system supports the epoll system calls */
66 /* #undef EVENT__HAVE_EPOLL */
67 
68 /* Define to 1 if you have the `epoll_create1' function. */
69 /* #undef EVENT__HAVE_EPOLL_CREATE1 */
70 
71 /* Define to 1 if you have the `epoll_ctl' function. */
72 /* #undef EVENT__HAVE_EPOLL_CTL */
73 
74 /* Define to 1 if you have the `eventfd' function. */
75 /* #undef EVENT__HAVE_EVENTFD */
76 
77 /* Define if your system supports event ports */
78 /* #undef EVENT__HAVE_EVENT_PORTS */
79 
80 /* Define to 1 if you have the `fcntl' function. */
81 #define EVENT__HAVE_FCNTL 1
82 
83 /* Define to 1 if you have the <fcntl.h> header file. */
84 #define EVENT__HAVE_FCNTL_H 1
85 
86 /* Define to 1 if the system has the type `fd_mask'. */
87 #define EVENT__HAVE_FD_MASK 1
88 
89 /* Do we have getaddrinfo()? */
90 #define EVENT__HAVE_GETADDRINFO 1
91 
92 /* Define to 1 if you have the `getegid' function. */
93 #define EVENT__HAVE_GETEGID 1
94 
95 /* Define to 1 if you have the `geteuid' function. */
96 #define EVENT__HAVE_GETEUID 1
97 
98 /* Define this if you have any gethostbyname_r() */
99 /* #undef EVENT__HAVE_GETHOSTBYNAME_R */
100 
101 /* Define this if gethostbyname_r takes 3 arguments */
102 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_3_ARG */
103 
104 /* Define this if gethostbyname_r takes 5 arguments */
105 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_5_ARG */
106 
107 /* Define this if gethostbyname_r takes 6 arguments */
108 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_6_ARG */
109 
110 /* Define to 1 if you have the `getifaddrs' function. */
111 #define EVENT__HAVE_GETIFADDRS 1
112 
113 /* Define to 1 if you have the `getnameinfo' function. */
114 #define EVENT__HAVE_GETNAMEINFO 1
115 
116 /* Define to 1 if you have the `getprotobynumber' function. */
117 #define EVENT__HAVE_GETPROTOBYNUMBER 1
118 
119 /* Define to 1 if you have the `getservbyname' function. */
120 /* #undef EVENT__HAVE_GETSERVBYNAME */
121 
122 /* Define to 1 if you have the `gettimeofday' function. */
123 #define EVENT__HAVE_GETTIMEOFDAY 1
124 
125 /* if you have GNU Pth */
126 /* #undef EVENT__HAVE_GNU_PTH */
127 
128 /* Define to 1 if you have the <ifaddrs.h> header file. */
129 #define EVENT__HAVE_IFADDRS_H 1
130 
131 /* Define to 1 if you have the `inet_ntop' function. */
132 #define EVENT__HAVE_INET_NTOP 1
133 
134 /* Define to 1 if you have the `inet_pton' function. */
135 #define EVENT__HAVE_INET_PTON 1
136 
137 /* Define to 1 if you have the <inttypes.h> header file. */
138 #define EVENT__HAVE_INTTYPES_H 1
139 
140 /* Define to 1 if you have the `issetugid' function. */
141 #define EVENT__HAVE_ISSETUGID 1
142 
143 /* Define to 1 if you have the `kqueue' function. */
144 #define EVENT__HAVE_KQUEUE 1
145 
146 /* Define if the system has zlib */
147 #define EVENT__HAVE_LIBZ 1
148 
149 /* if you have LinuxThreads */
150 /* #undef EVENT__HAVE_LINUX_THREADS */
151 
152 /* if you have SunOS LWP package */
153 /* #undef EVENT__HAVE_LWP */
154 
155 /* Define to 1 if you have the <lwp/lwp.h> header file. */
156 /* #undef EVENT__HAVE_LWP_LWP_H */
157 
158 /* Define to 1 if you have the `mach_absolute_time' function. */
159 /* #undef EVENT__HAVE_MACH_ABSOLUTE_TIME */
160 
161 /* define if you have Mach Cthreads */
162 /* #undef EVENT__HAVE_MACH_CTHREADS */
163 
164 /* Define to 1 if you have the <mach/cthreads.h> header file. */
165 /* #undef EVENT__HAVE_MACH_CTHREADS_H */
166 
167 /* Define to 1 if you have the <mach/mach_time.h> header file. */
168 /* #undef EVENT__HAVE_MACH_MACH_TIME_H */
169 
170 /* Define to 1 if you have the <memory.h> header file. */
171 #define EVENT__HAVE_MEMORY_H 1
172 
173 /* Define to 1 if you have the `mmap' function. */
174 #define EVENT__HAVE_MMAP 1
175 
176 /* Define to 1 if you have the `nanosleep' function. */
177 #define EVENT__HAVE_NANOSLEEP 1
178 
179 /* Define to 1 if you have the <netdb.h> header file. */
180 #define EVENT__HAVE_NETDB_H 1
181 
182 /* Define to 1 if you have the <netinet/in6.h> header file. */
183 /* #undef EVENT__HAVE_NETINET_IN6_H */
184 
185 /* Define to 1 if you have the <netinet/in.h> header file. */
186 #define EVENT__HAVE_NETINET_IN_H 1
187 
188 /* Define to 1 if you have the <netinet/tcp.h> header file. */
189 #define EVENT__HAVE_NETINET_TCP_H 1
190 
191 /* if you have NT Event Log */
192 /* #undef EVENT__HAVE_NT_EVENT_LOG */
193 
194 /* if you have NT Service Manager */
195 /* #undef EVENT__HAVE_NT_SERVICE_MANAGER */
196 
197 /* if you have NT Threads */
198 /* #undef EVENT__HAVE_NT_THREADS */
199 
200 /* Define if the system has openssl */
201 /* #undef EVENT__HAVE_OPENSSL */
202 
203 /* Define to 1 if you have the `pipe' function. */
204 #define EVENT__HAVE_PIPE 1
205 
206 /* Define to 1 if you have the `pipe2' function. */
207 #define EVENT__HAVE_PIPE2 1
208 
209 /* Define to 1 if you have the `poll' function. */
210 #define EVENT__HAVE_POLL 1
211 
212 /* Define to 1 if you have the <poll.h> header file. */
213 #define EVENT__HAVE_POLL_H 1
214 
215 /* Define to 1 if you have the `port_create' function. */
216 /* #undef EVENT__HAVE_PORT_CREATE */
217 
218 /* Define to 1 if you have the <port.h> header file. */
219 /* #undef EVENT__HAVE_PORT_H */
220 
221 /* Define if you have POSIX threads libraries and header files. */
222 /* #undef EVENT__HAVE_PTHREAD */
223 
224 /* define to pthreads API spec revision */
225 #define EVENT__HAVE_PTHREADS 10
226 
227 /* define if you have pthread_detach function */
228 #define EVENT__HAVE_PTHREAD_DETACH 1
229 
230 /* Define to 1 if you have the `pthread_getconcurrency' function. */
231 #define EVENT__HAVE_PTHREAD_GETCONCURRENCY 1
232 
233 /* Define to 1 if you have the <pthread.h> header file. */
234 #define EVENT__HAVE_PTHREAD_H 1
235 
236 /* Define to 1 if you have the `pthread_kill' function. */
237 #define EVENT__HAVE_PTHREAD_KILL 1
238 
239 /* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
240 /* #undef EVENT__HAVE_PTHREAD_KILL_OTHER_THREADS_NP */
241 
242 /* define if you have pthread_rwlock_destroy function */
243 #define EVENT__HAVE_PTHREAD_RWLOCK_DESTROY 1
244 
245 /* Define to 1 if you have the `pthread_setconcurrency' function. */
246 #define EVENT__HAVE_PTHREAD_SETCONCURRENCY 1
247 
248 /* Define to 1 if you have the `pthread_yield' function. */
249 #define EVENT__HAVE_PTHREAD_YIELD 1
250 
251 /* Define to 1 if you have the <pth.h> header file. */
252 /* #undef EVENT__HAVE_PTH_H */
253 
254 /* Define to 1 if you have the `putenv' function. */
255 #define EVENT__HAVE_PUTENV 1
256 
257 /* Define to 1 if the system has the type `sa_family_t'. */
258 #define EVENT__HAVE_SA_FAMILY_T 1
259 
260 /* Define to 1 if you have the <sched.h> header file. */
261 #define EVENT__HAVE_SCHED_H 1
262 
263 /* Define to 1 if you have the `sched_yield' function. */
264 #define EVENT__HAVE_SCHED_YIELD 1
265 
266 /* Define to 1 if you have the `select' function. */
267 #define EVENT__HAVE_SELECT 1
268 
269 /* Define to 1 if you have the `sendfile' function. */
270 #define EVENT__HAVE_SENDFILE 1
271 
272 /* Define to 1 if you have the `setenv' function. */
273 #define EVENT__HAVE_SETENV 1
274 
275 /* Define if F_SETFD is defined in <fcntl.h> */
276 #define EVENT__HAVE_SETFD 1
277 
278 /* Define to 1 if you have the `setrlimit' function. */
279 #define EVENT__HAVE_SETRLIMIT 1
280 
281 /* Define to 1 if you have the `sigaction' function. */
282 #define EVENT__HAVE_SIGACTION 1
283 
284 /* Define to 1 if you have the `signal' function. */
285 #define EVENT__HAVE_SIGNAL 1
286 
287 /* Define to 1 if you have the `splice' function. */
288 /* #undef EVENT__HAVE_SPLICE */
289 
290 /* Define to 1 if you have the <stdarg.h> header file. */
291 #define EVENT__HAVE_STDARG_H 1
292 
293 /* Define to 1 if you have the <stddef.h> header file. */
294 #define EVENT__HAVE_STDDEF_H 1
295 
296 /* Define to 1 if you have the <stdint.h> header file. */
297 #define EVENT__HAVE_STDINT_H 1
298 
299 /* Define to 1 if you have the <stdlib.h> header file. */
300 #define EVENT__HAVE_STDLIB_H 1
301 
302 /* Define to 1 if you have the <strings.h> header file. */
303 #define EVENT__HAVE_STRINGS_H 1
304 
305 /* Define to 1 if you have the <string.h> header file. */
306 #define EVENT__HAVE_STRING_H 1
307 
308 /* Define to 1 if you have the `strlcpy' function. */
309 #define EVENT__HAVE_STRLCPY 1
310 
311 /* Define to 1 if you have the `strsep' function. */
312 #define EVENT__HAVE_STRSEP 1
313 
314 /* Define to 1 if you have the `strtok_r' function. */
315 #define EVENT__HAVE_STRTOK_R 1
316 
317 /* Define to 1 if you have the `strtoll' function. */
318 #define EVENT__HAVE_STRTOLL 1
319 
320 /* Define to 1 if the system has the type `struct addrinfo'. */
321 #define EVENT__HAVE_STRUCT_ADDRINFO 1
322 
323 /* Define to 1 if the system has the type `struct in6_addr'. */
324 #define EVENT__HAVE_STRUCT_IN6_ADDR 1
325 
326 /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
327 /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */
328 
329 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
330 /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */
331 
332 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
333 #define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1
334 
335 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
336 #define EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
337 
338 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
339 #define EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
340 
341 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
342 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
343 
344 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
345 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
346 
347 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
348 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
349 
350 /* Define to 1 if the system has the type `struct so_linger'. */
351 /* #undef EVENT__HAVE_STRUCT_SO_LINGER */
352 
353 /* Define to 1 if you have the <synch.h> header file. */
354 /* #undef EVENT__HAVE_SYNCH_H */
355 
356 /* Define to 1 if you have the `sysctl' function. */
357 #define EVENT__HAVE_SYSCTL 1
358 
359 /* Define to 1 if you have the <sys/devpoll.h> header file. */
360 /* #undef EVENT__HAVE_SYS_DEVPOLL_H */
361 
362 /* Define to 1 if you have the <sys/epoll.h> header file. */
363 /* #undef EVENT__HAVE_SYS_EPOLL_H */
364 
365 /* Define to 1 if you have the <sys/eventfd.h> header file. */
366 /* #undef EVENT__HAVE_SYS_EVENTFD_H */
367 
368 /* Define to 1 if you have the <sys/event.h> header file. */
369 #define EVENT__HAVE_SYS_EVENT_H 1
370 
371 /* Define to 1 if you have the <sys/ioctl.h> header file. */
372 #define EVENT__HAVE_SYS_IOCTL_H 1
373 
374 /* Define to 1 if you have the <sys/mman.h> header file. */
375 #define EVENT__HAVE_SYS_MMAN_H 1
376 
377 /* Define to 1 if you have the <sys/param.h> header file. */
378 #define EVENT__HAVE_SYS_PARAM_H 1
379 
380 /* Define to 1 if you have the <sys/queue.h> header file. */
381 #define EVENT__HAVE_SYS_QUEUE_H 1
382 
383 /* Define to 1 if you have the <sys/resource.h> header file. */
384 #define EVENT__HAVE_SYS_RESOURCE_H 1
385 
386 /* Define to 1 if you have the <sys/select.h> header file. */
387 #define EVENT__HAVE_SYS_SELECT_H 1
388 
389 /* Define to 1 if you have the <sys/sendfile.h> header file. */
390 /* #undef EVENT__HAVE_SYS_SENDFILE_H */
391 
392 /* Define to 1 if you have the <sys/socket.h> header file. */
393 #define EVENT__HAVE_SYS_SOCKET_H 1
394 
395 /* Define to 1 if you have the <sys/stat.h> header file. */
396 #define EVENT__HAVE_SYS_STAT_H 1
397 
398 /* Define to 1 if you have the <sys/sysctl.h> header file. */
399 #define EVENT__HAVE_SYS_SYSCTL_H 1
400 
401 /* Define to 1 if you have the <sys/timerfd.h> header file. */
402 /* #undef EVENT__HAVE_SYS_TIMERFD_H */
403 
404 /* Define to 1 if you have the <sys/time.h> header file. */
405 #define EVENT__HAVE_SYS_TIME_H 1
406 
407 /* Define to 1 if you have the <sys/types.h> header file. */
408 #define EVENT__HAVE_SYS_TYPES_H 1
409 
410 /* Define to 1 if you have the <sys/uio.h> header file. */
411 #define EVENT__HAVE_SYS_UIO_H 1
412 
413 /* Define to 1 if you have the <sys/wait.h> header file. */
414 #define EVENT__HAVE_SYS_WAIT_H 1
415 
416 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
417 #define EVENT__HAVE_TAILQFOREACH 1
418 
419 /* if you have Solaris LWP (thr) package */
420 /* #undef EVENT__HAVE_THR */
421 
422 /* Define to 1 if you have the <thread.h> header file. */
423 /* #undef EVENT__HAVE_THREAD_H */
424 
425 /* Define to 1 if you have the `thr_getconcurrency' function. */
426 /* #undef EVENT__HAVE_THR_GETCONCURRENCY */
427 
428 /* Define to 1 if you have the `thr_setconcurrency' function. */
429 /* #undef EVENT__HAVE_THR_SETCONCURRENCY */
430 
431 /* Define to 1 if you have the `thr_yield' function. */
432 /* #undef EVENT__HAVE_THR_YIELD */
433 
434 /* Define if timeradd is defined in <sys/time.h> */
435 #define EVENT__HAVE_TIMERADD 1
436 
437 /* Define if timerclear is defined in <sys/time.h> */
438 #define EVENT__HAVE_TIMERCLEAR 1
439 
440 /* Define if timercmp is defined in <sys/time.h> */
441 #define EVENT__HAVE_TIMERCMP 1
442 
443 /* Define to 1 if you have the `timerfd_create' function. */
444 /* #undef EVENT__HAVE_TIMERFD_CREATE */
445 
446 /* Define if timerisset is defined in <sys/time.h> */
447 #define EVENT__HAVE_TIMERISSET 1
448 
449 /* Define to 1 if the system has the type `uint16_t'. */
450 #define EVENT__HAVE_UINT16_T 1
451 
452 /* Define to 1 if the system has the type `uint32_t'. */
453 #define EVENT__HAVE_UINT32_T 1
454 
455 /* Define to 1 if the system has the type `uint64_t'. */
456 #define EVENT__HAVE_UINT64_T 1
457 
458 /* Define to 1 if the system has the type `uint8_t'. */
459 #define EVENT__HAVE_UINT8_T 1
460 
461 /* Define to 1 if the system has the type `uintptr_t'. */
462 #define EVENT__HAVE_UINTPTR_T 1
463 
464 /* Define to 1 if you have the `umask' function. */
465 #define EVENT__HAVE_UMASK 1
466 
467 /* Define to 1 if you have the <unistd.h> header file. */
468 #define EVENT__HAVE_UNISTD_H 1
469 
470 /* Define to 1 if you have the `unsetenv' function. */
471 #define EVENT__HAVE_UNSETENV 1
472 
473 /* Define to 1 if you have the `usleep' function. */
474 #define EVENT__HAVE_USLEEP 1
475 
476 /* Define to 1 if you have the `vasprintf' function. */
477 #define EVENT__HAVE_VASPRINTF 1
478 
479 /* Define if kqueue works correctly with pipes */
480 #define EVENT__HAVE_WORKING_KQUEUE 1
481 
482 /* define if select implicitly yields */
483 #define EVENT__HAVE_YIELDING_SELECT 1
484 
485 /* Define to 1 if you have the <zlib.h> header file. */
486 #define EVENT__HAVE_ZLIB_H 1
487 
488 /* define to 1 if library is thread safe */
489 #define EVENT__LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
490 
491 /* Define to the sub-directory in which libtool stores uninstalled libraries.
492    */
493 #define EVENT__LT_OBJDIR ".libs/"
494 
495 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
496 /* #undef EVENT__NO_MINUS_C_MINUS_O */
497 
498 /* define if you have (or want) no threads */
499 /* #undef EVENT__NO_THREADS */
500 
501 /* Numeric representation of the version */
502 #define EVENT__NUMERIC_VERSION 0x02010301
503 
504 /* Name of package */
505 #define EVENT__PACKAGE "libevent"
506 
507 /* Define to the address where bug reports for this package should be sent. */
508 #define EVENT__PACKAGE_BUGREPORT ""
509 
510 /* Define to the full name of this package. */
511 #define EVENT__PACKAGE_NAME "libevent"
512 
513 /* Define to the full name and version of this package. */
514 #define EVENT__PACKAGE_STRING "libevent 2.1.3-alpha-dev"
515 
516 /* Define to the one symbol short name of this package. */
517 #define EVENT__PACKAGE_TARNAME "libevent"
518 
519 /* Define to the home page for this package. */
520 #define EVENT__PACKAGE_URL ""
521 
522 /* Define to the version of this package. */
523 #define EVENT__PACKAGE_VERSION "2.1.3-alpha-dev"
524 
525 /* enable thread safety */
526 #define EVENT__REENTRANT 1
527 
528 /* define if sched_yield yields the entire process */
529 /* #undef EVENT__REPLACE_BROKEN_YIELD */
530 
531 /* The size of `int', as computed by sizeof. */
532 #define EVENT__SIZEOF_INT 4
533 
534 /* The size of `long', as computed by sizeof. */
535 #define EVENT__SIZEOF_LONG 8
536 
537 /* The size of `long long', as computed by sizeof. */
538 #define EVENT__SIZEOF_LONG_LONG 8
539 
540 /* The size of `off_t', as computed by sizeof. */
541 #define EVENT__SIZEOF_OFF_T 8
542 
543 /* The size of `pthread_t', as computed by sizeof. */
544 #define EVENT__SIZEOF_PTHREAD_T 8
545 
546 /* The size of `short', as computed by sizeof. */
547 #define EVENT__SIZEOF_SHORT 2
548 
549 /* The size of `size_t', as computed by sizeof. */
550 #define EVENT__SIZEOF_SIZE_T 8
551 
552 /* The size of `void *', as computed by sizeof. */
553 #define EVENT__SIZEOF_VOID_P 8
554 
555 /* Define to 1 if you have the ANSI C header files. */
556 #define EVENT__STDC_HEADERS 1
557 
558 /* enable thread safety */
559 #define EVENT__THREADSAFE 1
560 
561 /* enable thread safety */
562 #define EVENT__THREAD_SAFE 1
563 
564 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
565 #define EVENT__TIME_WITH_SYS_TIME 1
566 
567 /* Version number of package */
568 #define EVENT__VERSION "2.1.3-alpha-dev"
569 
570 /* Number of bits in a file offset, on hosts where this is settable. */
571 /* #undef EVENT___FILE_OFFSET_BITS */
572 
573 /* Define for large files, on AIX-style hosts. */
574 /* #undef EVENT___LARGE_FILES */
575 
576 /* Define to 1 if on MINIX. */
577 /* #undef EVENT___MINIX */
578 
579 /* Define to 2 if the system does not provide POSIX.1 features except with
580    this defined. */
581 /* #undef EVENT___POSIX_1_SOURCE */
582 
583 /* Define to 1 if you need to in order for `stat' and other things to work. */
584 /* #undef EVENT___POSIX_SOURCE */
585 
586 /* enable thread safety */
587 #define EVENT___REENTRANT 1
588 
589 /* enable thread safety */
590 #define EVENT___SGI_MP_SOURCE 1
591 
592 /* enable thread safety */
593 #define EVENT___THREADSAFE 1
594 
595 /* enable thread safety */
596 #define EVENT___THREAD_SAFE 1
597 
598 /* Define to 500 only on HP-UX. */
599 /* #undef EVENT___XOPEN_SOURCE */
600 
601 /* Enable extensions on AIX 3, Interix.  */
602 #ifndef EVENT___ALL_SOURCE
603 # define EVENT___ALL_SOURCE 1
604 #endif
605 /* Enable GNU extensions on systems that have them.  */
606 #ifndef EVENT___GNU_SOURCE
607 # define EVENT___GNU_SOURCE 1
608 #endif
609 /* Enable threading extensions on Solaris.  */
610 #ifndef EVENT___POSIX_PTHREAD_SEMANTICS
611 # define EVENT___POSIX_PTHREAD_SEMANTICS 1
612 #endif
613 /* Enable extensions on HP NonStop.  */
614 #ifndef EVENT___TANDEM_SOURCE
615 # define EVENT___TANDEM_SOURCE 1
616 #endif
617 /* Enable general extensions on Solaris.  */
618 #ifndef EVENT____EXTENSIONS__
619 # define EVENT____EXTENSIONS__ 1
620 #endif
621 
622 
623 /* Define to appropriate substitue if compiler doesnt have __func__ */
624 /* #undef EVENT____func__ */
625 
626 /* Define to empty if `const' does not conform to ANSI C. */
627 /* #undef EVENT__const */
628 
629 /* Define to `__inline__' or `__inline' if that's what the C compiler
630    calls it, or to nothing if 'inline' is not supported under any name.  */
631 #ifndef EVENT____cplusplus
632 /* #undef EVENT__inline */
633 #endif
634 
635 /* Define to `int' if <sys/types.h> does not define. */
636 /* #undef EVENT__pid_t */
637 
638 /* Define to `unsigned int' if <sys/types.h> does not define. */
639 /* #undef EVENT__size_t */
640 
641 /* Define to unsigned int if you dont have it */
642 /* #undef EVENT__socklen_t */
643 
644 /* Define to `int' if <sys/types.h> does not define. */
645 /* #undef EVENT__ssize_t */
646 
647 #endif /* event2/event-config.h */
648