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