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
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 <afunix.h> header file. */
30/* #undef EVENT__HAVE_AFUNIX_H */
31
32/* Define to 1 if you have the 'arc4random' function. */
33#define EVENT__HAVE_ARC4RANDOM 1
34
35/* Define to 1 if you have the 'arc4random_addrandom' function. */
36/* #undef EVENT__HAVE_ARC4RANDOM_ADDRANDOM */
37
38/* Define to 1 if you have the 'arc4random_buf' function. */
39#define EVENT__HAVE_ARC4RANDOM_BUF 1
40
41/* Define to 1 if you have the <arpa/inet.h> header file. */
42#define EVENT__HAVE_ARPA_INET_H 1
43
44/* Define to 1 if you have the 'clock_gettime' function. */
45#define EVENT__HAVE_CLOCK_GETTIME 1
46
47/* Define to 1 if you have the declaration of 'CTL_KERN', and to 0 if you
48 don't. */
49/* #undef EVENT__HAVE_DECL_CTL_KERN */
50
51/* Define to 1 if you have the declaration of 'KERN_ARND', and to 0 if you
52 don't. */
53/* #undef EVENT__HAVE_DECL_KERN_ARND */
54
55/* Define if /dev/poll is available */
56/* #undef EVENT__HAVE_DEVPOLL */
57
58/* Define to 1 if you have the <dlfcn.h> header file. */
59#define EVENT__HAVE_DLFCN_H 1
60
61/* Define if your system supports the epoll system calls */
62#define EVENT__HAVE_EPOLL 1
63
64/* Define to 1 if you have the 'epoll_create1' function. */
65#define EVENT__HAVE_EPOLL_CREATE1 1
66
67/* Define to 1 if you have the 'epoll_ctl' function. */
68#define EVENT__HAVE_EPOLL_CTL 1
69
70/* Define to 1 if you have the <errno.h> header file. */
71#define EVENT__HAVE_ERRNO_H 1
72
73/* Define to 1 if you have the 'eventfd' function. */
74#define EVENT__HAVE_EVENTFD 1
75
76/* Define if your system supports event ports */
77/* #undef EVENT__HAVE_EVENT_PORTS */
78
79/* Define to 1 if you have the 'fcntl' function. */
80#define EVENT__HAVE_FCNTL 1
81
82/* Define to 1 if you have the <fcntl.h> header file. */
83#define EVENT__HAVE_FCNTL_H 1
84
85/* Define to 1 if the system has the type 'fd_mask'. */
86#define EVENT__HAVE_FD_MASK 1
87
88/* Do we have getaddrinfo()? */
89#define EVENT__HAVE_GETADDRINFO 1
90
91/* Define to 1 if you have the 'getegid' function. */
92#define EVENT__HAVE_GETEGID 1
93
94/* Define to 1 if you have the 'geteuid' function. */
95#define EVENT__HAVE_GETEUID 1
96
97/* Define this if you have any gethostbyname_r() */
98/* #undef EVENT__HAVE_GETHOSTBYNAME_R */
99
100/* Define this if gethostbyname_r takes 3 arguments */
101/* #undef EVENT__HAVE_GETHOSTBYNAME_R_3_ARG */
102
103/* Define this if gethostbyname_r takes 5 arguments */
104/* #undef EVENT__HAVE_GETHOSTBYNAME_R_5_ARG */
105
106/* Define this if gethostbyname_r takes 6 arguments */
107/* #undef EVENT__HAVE_GETHOSTBYNAME_R_6_ARG */
108
109/* Define to 1 if you have the 'getifaddrs' function. */
110#define EVENT__HAVE_GETIFADDRS 1
111
112/* Define to 1 if you have the 'getnameinfo' function. */
113#define EVENT__HAVE_GETNAMEINFO 1
114
115/* Define to 1 if you have the 'getprotobynumber' function. */
116#define EVENT__HAVE_GETPROTOBYNUMBER 1
117
118/* Define to 1 if you have the 'getrandom' function. */
119#define EVENT__HAVE_GETRANDOM 1
120
121/* Define to 1 if you have the 'getservbyname' function. */
122#define EVENT__HAVE_GETSERVBYNAME 1
123
124/* Define to 1 if you have the 'gettimeofday' function. */
125#define EVENT__HAVE_GETTIMEOFDAY 1
126
127/* Define to 1 if you have the <ifaddrs.h> header file. */
128#define EVENT__HAVE_IFADDRS_H 1
129
130/* Define to 1 if you have the 'inet_ntop' function. */
131#define EVENT__HAVE_INET_NTOP 1
132
133/* Define to 1 if you have the 'inet_pton' function. */
134#define EVENT__HAVE_INET_PTON 1
135
136/* Define to 1 if you have the <inttypes.h> header file. */
137#define EVENT__HAVE_INTTYPES_H 1
138
139/* Define to 1 if you have the 'issetugid' function. */
140/* #undef EVENT__HAVE_ISSETUGID */
141
142/* Define to 1 if you have the 'kqueue' function. */
143/* #undef EVENT__HAVE_KQUEUE */
144
145/* Define to 1 if you have the 'ws2_32' library (-lws2_32). */
146/* #undef EVENT__HAVE_LIBWS2_32 */
147
148/* Define if the system has zlib */
149#define EVENT__HAVE_LIBZ 1
150
151/* Define to 1 if you have the 'mach_absolute_time' function. */
152/* #undef EVENT__HAVE_MACH_ABSOLUTE_TIME */
153
154/* Define to 1 if you have the <mach/mach.h> header file. */
155/* #undef EVENT__HAVE_MACH_MACH_H */
156
157/* Define to 1 if you have the <mach/mach_time.h> header file. */
158/* #undef EVENT__HAVE_MACH_MACH_TIME_H */
159
160/* Define to 1 if you have the <minix/config.h> header file. */
161/* #undef EVENT__HAVE_MINIX_CONFIG_H */
162
163/* Define to 1 if you have the 'mmap' function. */
164#define EVENT__HAVE_MMAP 1
165
166/* Define to 1 if you have the 'nanosleep' function. */
167#define EVENT__HAVE_NANOSLEEP 1
168
169/* Define to 1 if you have the <netdb.h> header file. */
170#define EVENT__HAVE_NETDB_H 1
171
172/* Define to 1 if you have the <netinet/in6.h> header file. */
173/* #undef EVENT__HAVE_NETINET_IN6_H */
174
175/* Define to 1 if you have the <netinet/in.h> header file. */
176#define EVENT__HAVE_NETINET_IN_H 1
177
178/* Define to 1 if you have the <netinet/tcp.h> header file. */
179#define EVENT__HAVE_NETINET_TCP_H 1
180
181/* Define if the system has openssl */
182#define EVENT__HAVE_OPENSSL 1
183
184/* Define to 1 if you have the <openssl/ssl.h> header file. */
185#define EVENT__HAVE_OPENSSL_SSL_H 1
186
187/* Define to 1 if you have the 'pipe' function. */
188#define EVENT__HAVE_PIPE 1
189
190/* Define to 1 if you have the 'pipe2' function. */
191#define EVENT__HAVE_PIPE2 1
192
193/* Define to 1 if you have the 'poll' function. */
194#define EVENT__HAVE_POLL 1
195
196/* Define to 1 if you have the <poll.h> header file. */
197#define EVENT__HAVE_POLL_H 1
198
199/* Define to 1 if you have the 'port_create' function. */
200/* #undef EVENT__HAVE_PORT_CREATE */
201
202/* Define to 1 if you have the <port.h> header file. */
203/* #undef EVENT__HAVE_PORT_H */
204
205/* Define if you have POSIX threads libraries and header files. */
206/* #undef EVENT__HAVE_PTHREAD */
207
208/* Define if we have pthreads on this system */
209#define EVENT__HAVE_PTHREADS 1
210
211/* Define to 1 if you have the 'putenv' function. */
212#define EVENT__HAVE_PUTENV 1
213
214/* Define to 1 if the system has the type 'sa_family_t'. */
215#define EVENT__HAVE_SA_FAMILY_T 1
216
217/* Define to 1 if you have the 'select' function. */
218/* #undef EVENT__HAVE_SELECT */
219
220/* Define to 1 if you have the 'sendfile' function. */
221#define EVENT__HAVE_SENDFILE 1
222
223/* Define to 1 if you have the 'setenv' function. */
224#define EVENT__HAVE_SETENV 1
225
226/* Define if F_SETFD is defined in <fcntl.h> */
227#define EVENT__HAVE_SETFD 1
228
229/* Define to 1 if you have the 'setrlimit' function. */
230#define EVENT__HAVE_SETRLIMIT 1
231
232/* Define to 1 if you have the 'sigaction' function. */
233#define EVENT__HAVE_SIGACTION 1
234
235/* Define to 1 if you have the 'signal' function. */
236#define EVENT__HAVE_SIGNAL 1
237
238/* Define to 1 if you have the 'splice' function. */
239#define EVENT__HAVE_SPLICE 1
240
241/* Define to 1 if you have the <stdarg.h> header file. */
242#define EVENT__HAVE_STDARG_H 1
243
244/* Define to 1 if you have the <stddef.h> header file. */
245#define EVENT__HAVE_STDDEF_H 1
246
247/* Define to 1 if you have the <stdint.h> header file. */
248#define EVENT__HAVE_STDINT_H 1
249
250/* Define to 1 if you have the <stdio.h> header file. */
251#define EVENT__HAVE_STDIO_H 1
252
253/* Define to 1 if you have the <stdlib.h> header file. */
254#define EVENT__HAVE_STDLIB_H 1
255
256/* Define to 1 if you have the <strings.h> header file. */
257#define EVENT__HAVE_STRINGS_H 1
258
259/* Define to 1 if you have the <string.h> header file. */
260#define EVENT__HAVE_STRING_H 1
261
262/* Define to 1 if you have the 'strlcpy' function. */
263#define EVENT__HAVE_STRLCPY 1
264
265/* Define to 1 if you have the 'strsep' function. */
266#define EVENT__HAVE_STRSEP 1
267
268/* Define to 1 if you have the 'strtok_r' function. */
269#define EVENT__HAVE_STRTOK_R 1
270
271/* Define to 1 if you have the 'strtoll' function. */
272#define EVENT__HAVE_STRTOLL 1
273
274/* Define to 1 if the system has the type 'struct addrinfo'. */
275#define EVENT__HAVE_STRUCT_ADDRINFO 1
276
277/* Define to 1 if the system has the type 'struct in6_addr'. */
278#define EVENT__HAVE_STRUCT_IN6_ADDR 1
279
280/* Define to 1 if 's6_addr16' is a member of 'struct in6_addr'. */
281#define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
282
283/* Define to 1 if 's6_addr32' is a member of 'struct in6_addr'. */
284#define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
285
286/* Define to 1 if the system has the type 'struct linger'. */
287#define EVENT__HAVE_STRUCT_LINGER 1
288
289/* Define to 1 if the system has the type 'struct sockaddr_in6'. */
290#define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1
291
292/* Define to 1 if 'sin6_len' is a member of 'struct sockaddr_in6'. */
293/* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */
294
295/* Define to 1 if 'sin_len' is a member of 'struct sockaddr_in'. */
296/* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
297
298/* Define to 1 if the system has the type 'struct sockaddr_storage'. */
299#define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
300
301/* Define to 1 if 'ss_family' is a member of 'struct sockaddr_storage'. */
302#define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
303
304/* Define to 1 if '__ss_family' is a member of 'struct sockaddr_storage'. */
305/* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
306
307/* Define to 1 if the system has the type 'struct sockaddr_un'. */
308#define EVENT__HAVE_STRUCT_SOCKADDR_UN 1
309
310/* Define to 1 if you have the 'sysctl' function. */
311/* #undef EVENT__HAVE_SYSCTL */
312
313/* Define to 1 if you have the <sys/devpoll.h> header file. */
314/* #undef EVENT__HAVE_SYS_DEVPOLL_H */
315
316/* Define to 1 if you have the <sys/epoll.h> header file. */
317#define EVENT__HAVE_SYS_EPOLL_H 1
318
319/* Define to 1 if you have the <sys/eventfd.h> header file. */
320#define EVENT__HAVE_SYS_EVENTFD_H 1
321
322/* Define to 1 if you have the <sys/event.h> header file. */
323/* #undef EVENT__HAVE_SYS_EVENT_H */
324
325/* Define to 1 if you have the <sys/ioctl.h> header file. */
326#define EVENT__HAVE_SYS_IOCTL_H 1
327
328/* Define to 1 if you have the <sys/mman.h> header file. */
329#define EVENT__HAVE_SYS_MMAN_H 1
330
331/* Define to 1 if you have the <sys/param.h> header file. */
332#define EVENT__HAVE_SYS_PARAM_H 1
333
334/* Define to 1 if you have the <sys/queue.h> header file. */
335#define EVENT__HAVE_SYS_QUEUE_H 1
336
337/* Define to 1 if you have the <sys/random.h> header file. */
338#define EVENT__HAVE_SYS_RANDOM_H 1
339
340/* Define to 1 if you have the <sys/resource.h> header file. */
341#define EVENT__HAVE_SYS_RESOURCE_H 1
342
343/* Define to 1 if you have the <sys/select.h> header file. */
344#define EVENT__HAVE_SYS_SELECT_H 1
345
346/* Define to 1 if you have the <sys/sendfile.h> header file. */
347#define EVENT__HAVE_SYS_SENDFILE_H 1
348
349/* Define to 1 if you have the <sys/socket.h> header file. */
350#define EVENT__HAVE_SYS_SOCKET_H 1
351
352/* Define to 1 if you have the <sys/stat.h> header file. */
353#define EVENT__HAVE_SYS_STAT_H 1
354
355/* Define to 1 if you have the <sys/sysctl.h> header file. */
356/* #undef EVENT__HAVE_SYS_SYSCTL_H */
357
358/* Define to 1 if you have the <sys/timerfd.h> header file. */
359#define EVENT__HAVE_SYS_TIMERFD_H 1
360
361/* Define to 1 if you have the <sys/time.h> header file. */
362#define EVENT__HAVE_SYS_TIME_H 1
363
364/* Define to 1 if you have the <sys/types.h> header file. */
365#define EVENT__HAVE_SYS_TYPES_H 1
366
367/* Define to 1 if you have the <sys/uio.h> header file. */
368#define EVENT__HAVE_SYS_UIO_H 1
369
370/* Define to 1 if you have the <sys/un.h> header file. */
371#define EVENT__HAVE_SYS_UN_H 1
372
373/* Define to 1 if you have the <sys/wait.h> header file. */
374#define EVENT__HAVE_SYS_WAIT_H 1
375
376/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
377#define EVENT__HAVE_TAILQFOREACH 1
378
379/* Define if timeradd is defined in <sys/time.h> */
380#define EVENT__HAVE_TIMERADD 1
381
382/* Define if timerclear is defined in <sys/time.h> */
383#define EVENT__HAVE_TIMERCLEAR 1
384
385/* Define if timercmp is defined in <sys/time.h> */
386#define EVENT__HAVE_TIMERCMP 1
387
388/* Define to 1 if you have the 'timerfd_create' function. */
389#define EVENT__HAVE_TIMERFD_CREATE 1
390
391/* Define if timerisset is defined in <sys/time.h> */
392#define EVENT__HAVE_TIMERISSET 1
393
394/* Define to 1 if the system has the type 'uint16_t'. */
395#define EVENT__HAVE_UINT16_T 1
396
397/* Define to 1 if the system has the type 'uint32_t'. */
398#define EVENT__HAVE_UINT32_T 1
399
400/* Define to 1 if the system has the type 'uint64_t'. */
401#define EVENT__HAVE_UINT64_T 1
402
403/* Define to 1 if the system has the type 'uint8_t'. */
404#define EVENT__HAVE_UINT8_T 1
405
406/* Define to 1 if the system has the type 'uintptr_t'. */
407#define EVENT__HAVE_UINTPTR_T 1
408
409/* Define to 1 if you have the 'umask' function. */
410#define EVENT__HAVE_UMASK 1
411
412/* Define to 1 if you have the <unistd.h> header file. */
413#define EVENT__HAVE_UNISTD_H 1
414
415/* Define to 1 if you have the 'unsetenv' function. */
416#define EVENT__HAVE_UNSETENV 1
417
418/* Define to 1 if you have the 'usleep' function. */
419#define EVENT__HAVE_USLEEP 1
420
421/* Define to 1 if you have the 'vasprintf' function. */
422#define EVENT__HAVE_VASPRINTF 1
423
424/* Define to 1 if you have the <wchar.h> header file. */
425#define EVENT__HAVE_WCHAR_H 1
426
427/* Define if kqueue works correctly with pipes */
428/* #undef EVENT__HAVE_WORKING_KQUEUE */
429
430/* Define to 1 if you have the <zlib.h> header file. */
431#define EVENT__HAVE_ZLIB_H 1
432
433/* Define to 1 if you have the '_gmtime64' function. */
434/* #undef EVENT__HAVE__GMTIME64 */
435
436/* Define to 1 if you have the '_gmtime64_s' function. */
437/* #undef EVENT__HAVE__GMTIME64_S */
438
439/* Define to 1 if compiler have __FUNCTION__ */
440#define EVENT__HAVE___FUNCTION__ 1
441
442/* Define to 1 if compiler have __func__ */
443#define EVENT__HAVE___func__ 1
444
445/* Define to the sub-directory where libtool stores uninstalled libraries. */
446#define EVENT__LT_OBJDIR ".libs/"
447
448/* Numeric representation of the version */
449#define EVENT__NUMERIC_VERSION 0x02010c00
450
451/* Name of package */
452#define EVENT__PACKAGE "libevent"
453
454/* Define to the address where bug reports for this package should be sent. */
455#define EVENT__PACKAGE_BUGREPORT ""
456
457/* Define to the full name of this package. */
458#define EVENT__PACKAGE_NAME "libevent"
459
460/* Define to the full name and version of this package. */
461#define EVENT__PACKAGE_STRING "libevent 2.1.12-stable"
462
463/* Define to the one symbol short name of this package. */
464#define EVENT__PACKAGE_TARNAME "libevent"
465
466/* Define to the home page for this package. */
467#define EVENT__PACKAGE_URL ""
468
469/* Define to the version of this package. */
470#define EVENT__PACKAGE_VERSION "2.1.12-stable"
471
472/* Define to necessary symbol if this constant uses a non-standard name on
473 your system. */
474/* #undef EVENT__PTHREAD_CREATE_JOINABLE */
475
476/* The size of 'int', as computed by sizeof. */
477#define EVENT__SIZEOF_INT 4
478
479/* The size of 'long', as computed by sizeof. */
480#define EVENT__SIZEOF_LONG 8
481
482/* The size of 'long long', as computed by sizeof. */
483#define EVENT__SIZEOF_LONG_LONG 8
484
485/* The size of 'off_t', as computed by sizeof. */
486#define EVENT__SIZEOF_OFF_T 8
487
488/* The size of 'pthread_t', as computed by sizeof. */
489#define EVENT__SIZEOF_PTHREAD_T 8
490
491/* The size of 'short', as computed by sizeof. */
492#define EVENT__SIZEOF_SHORT 2
493
494/* The size of 'size_t', as computed by sizeof. */
495#define EVENT__SIZEOF_SIZE_T 8
496
497/* The size of 'time_t', as computed by sizeof. */
498#define EVENT__SIZEOF_TIME_T 8
499
500/* The size of 'void *', as computed by sizeof. */
501#define EVENT__SIZEOF_VOID_P 8
502
503/* Define to 1 if all of the C89 standard headers exist (not just the ones
504 required in a freestanding environment). This macro is provided for
505 backward compatibility; new code need not use it. */
506#define STDC_HEADERS 1
507
508/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
509 macro is obsolete. */
510#define EVENT__TIME_WITH_SYS_TIME 1
511
512/* Enable extensions on AIX, Interix, z/OS. */
513#ifndef _ALL_SOURCE
514# define _ALL_SOURCE 1
515#endif
516/* Enable general extensions on macOS. */
517#ifndef _DARWIN_C_SOURCE
518# define _DARWIN_C_SOURCE 1
519#endif
520/* Enable general extensions on Solaris. */
521#ifndef __EXTENSIONS__
522# define __EXTENSIONS__ 1
523#endif
524/* Enable GNU extensions on systems that have them. */
525#ifndef _GNU_SOURCE
526# define _GNU_SOURCE 1
527#endif
528/* Enable X/Open compliant socket functions that do not require linking
529 with -lxnet on HP-UX 11.11. */
530#ifndef _HPUX_ALT_XOPEN_SOCKET_API
531# define _HPUX_ALT_XOPEN_SOCKET_API 1
532#endif
533/* Identify the host operating system as Minix.
534 This macro does not affect the system headers' behavior.
535 A future release of Autoconf may stop defining this macro. */
536#ifndef _MINIX
537/* # undef _MINIX */
538#endif
539/* Enable general extensions on NetBSD.
540 Enable NetBSD compatibility extensions on Minix. */
541#ifndef _NETBSD_SOURCE
542# define _NETBSD_SOURCE 1
543#endif
544/* Enable OpenBSD compatibility extensions on NetBSD.
545 Oddly enough, this does nothing on OpenBSD. */
546#ifndef _OPENBSD_SOURCE
547# define _OPENBSD_SOURCE 1
548#endif
549/* Define to 1 if needed for POSIX-compatible behavior. */
550#ifndef _POSIX_SOURCE
551/* # undef _POSIX_SOURCE */
552#endif
553/* Define to 2 if needed for POSIX-compatible behavior. */
554#ifndef _POSIX_1_SOURCE
555/* # undef _POSIX_1_SOURCE */
556#endif
557/* Enable POSIX-compatible threading on Solaris. */
558#ifndef _POSIX_PTHREAD_SEMANTICS
559# define _POSIX_PTHREAD_SEMANTICS 1
560#endif
561/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
562#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
563# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
564#endif
565/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
566#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
567# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
568#endif
569/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
570#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
571# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
572#endif
573/* Enable extensions specified by C23 Annex F. */
574#ifndef __STDC_WANT_IEC_60559_EXT__
575# define __STDC_WANT_IEC_60559_EXT__ 1
576#endif
577/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
578#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
579# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
580#endif
581/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
582#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
583# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
584#endif
585/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
586#ifndef __STDC_WANT_LIB_EXT2__
587# define __STDC_WANT_LIB_EXT2__ 1
588#endif
589/* Enable extensions specified by ISO/IEC 24747:2009. */
590#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
591# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
592#endif
593/* Enable extensions on HP NonStop. */
594#ifndef _TANDEM_SOURCE
595# define _TANDEM_SOURCE 1
596#endif
597/* Enable X/Open extensions. Define to 500 only if necessary
598 to make mbstate_t available. */
599#ifndef _XOPEN_SOURCE
600/* # undef _XOPEN_SOURCE */
601#endif
602
603
604/* Version number of package */
605#define EVENT__VERSION "2.1.12-stable"
606
607/* Number of bits in a file offset, on hosts where this is settable. */
608/* #undef _FILE_OFFSET_BITS */
609
610/* Define to 1 on platforms where this makes off_t a 64-bit type. */
611/* #undef _LARGE_FILES */
612
613/* Number of bits in time_t, on hosts where this is settable. */
614/* #undef _TIME_BITS */
615
616/* Define to 1 on platforms where this makes time_t a 64-bit type. */
617/* #undef __MINGW_USE_VC2005_COMPAT */
618
619/* Define to empty if 'const' does not conform to ANSI C. */
620/* #undef const */
621
622/* Define to '__inline__' or '__inline' if that's what the C compiler
623 calls it, or to nothing if 'inline' is not supported under any name. */
624#ifndef __cplusplus
625/* #undef inline */
626#endif
627
628/* Define as a signed integer type capable of holding a process identifier. */
629/* #undef pid_t */
630
631/* Define as 'unsigned int' if <stddef.h> doesn't define. */
632/* #undef size_t */
633
634/* Define to unsigned int if you dont have it */
635/* #undef socklen_t */
636
637/* Define to 'int' if <sys/types.h> does not define. */
638/* #undef ssize_t */
639
640#endif /* event2/event-config.h */
641