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 #if __ANDROID_API__ >= 21
28 #define EVENT__HAVE_ACCEPT4 1
29 #else
30 /* #undef EVENT__HAVE_ACCEPT4 */
31 #endif
32 
33 /* Define to 1 if you have the `arc4random' function. */
34 #define EVENT__HAVE_ARC4RANDOM 1
35 
36 /* Define to 1 if you have the `arc4random_buf' function. */
37 #if __ANDROID_API__ >= 21 || defined(__ANDROID_API_L__)
38 #define EVENT__HAVE_ARC4RANDOM_BUF 1
39 #else
40 /* #undef EVENT__HAVE_ARC4RANDOM_BUF */
41 #endif
42 
43 /* Define to 1 if you have the <arpa/inet.h> header file. */
44 #define EVENT__HAVE_ARPA_INET_H 1
45 
46 /* Define to 1 if you have the `clock_gettime' function. */
47 #define EVENT__HAVE_CLOCK_GETTIME 1
48 
49 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
50    don't. */
51 /* #undef EVENT__HAVE_DECL_CTL_KERN */
52 
53 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
54    don't. */
55 /* #undef EVENT__HAVE_DECL_KERN_ARND */
56 
57 /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
58    don't. */
59 /* #undef EVENT__HAVE_DECL_KERN_RANDOM */
60 
61 /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
62    don't. */
63 /* #undef EVENT__HAVE_DECL_RANDOM_UUID */
64 
65 /* Define if /dev/poll is available */
66 /* #undef EVENT__HAVE_DEVPOLL */
67 
68 /* Define to 1 if you have the <dlfcn.h> header file. */
69 #define EVENT__HAVE_DLFCN_H 1
70 
71 /* Define if your system supports the epoll system calls */
72 #define EVENT__HAVE_EPOLL 1
73 
74 /* Define to 1 if you have the `epoll_create1' function. */
75 /* #undef EVENT__HAVE_EPOLL_CREATE1 */
76 
77 /* Define to 1 if you have the `epoll_ctl' function. */
78 #define EVENT__HAVE_EPOLL_CTL 1
79 
80 /* Define to 1 if you have the <errno.h> header file. */
81 #define EVENT__HAVE_ERRNO_H 1
82 
83 /* Define to 1 if you have ERR_remove_thread_stat(). */
84 /* #undef EVENT__HAVE_ERR_REMOVE_THREAD_STATE */
85 
86 /* Define to 1 if you have the `eventfd' function. */
87 #define EVENT__HAVE_EVENTFD 1
88 
89 /* Define if your system supports event ports */
90 /* #undef EVENT__HAVE_EVENT_PORTS */
91 
92 /* Define to 1 if you have the `fcntl' function. */
93 #define EVENT__HAVE_FCNTL 1
94 
95 /* Define to 1 if you have the <fcntl.h> header file. */
96 #define EVENT__HAVE_FCNTL_H 1
97 
98 /* Define to 1 if the system has the type `fd_mask'. */
99 /* #undef EVENT__HAVE_FD_MASK */
100 
101 /* Do we have getaddrinfo()? */
102 #define EVENT__HAVE_GETADDRINFO 1
103 
104 /* Define to 1 if you have the `getegid' function. */
105 #define EVENT__HAVE_GETEGID 1
106 
107 /* Define to 1 if you have the `geteuid' function. */
108 #define EVENT__HAVE_GETEUID 1
109 
110 /* Define this if you have any gethostbyname_r() */
111 /* #undef EVENT__HAVE_GETHOSTBYNAME_R */
112 
113 /* Define this if gethostbyname_r takes 3 arguments */
114 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_3_ARG */
115 
116 /* Define this if gethostbyname_r takes 5 arguments */
117 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_5_ARG */
118 
119 /* Define this if gethostbyname_r takes 6 arguments */
120 /* #undef EVENT__HAVE_GETHOSTBYNAME_R_6_ARG */
121 
122 /* Define to 1 if you have the `getifaddrs' function. */
123 /* #undef EVENT__HAVE_GETIFADDRS */
124 
125 /* Define to 1 if you have the `getnameinfo' function. */
126 #define EVENT__HAVE_GETNAMEINFO 1
127 
128 /* Define to 1 if you have the `getprotobynumber' function. */
129 #define EVENT__HAVE_GETPROTOBYNUMBER 1
130 
131 /* Define to 1 if you have the `getservbyname' function. */
132 #define EVENT__HAVE_GETSERVBYNAME 1
133 
134 /* Define to 1 if you have the `gettimeofday' function. */
135 #define EVENT__HAVE_GETTIMEOFDAY 1
136 
137 /* Define to 1 if you have the <ifaddrs.h> header file. */
138 /* #undef EVENT__HAVE_IFADDRS_H */
139 
140 /* Define to 1 if you have the `inet_ntop' function. */
141 #define EVENT__HAVE_INET_NTOP 1
142 
143 /* Define to 1 if you have the `inet_pton' function. */
144 #define EVENT__HAVE_INET_PTON 1
145 
146 /* Define to 1 if you have the <inttypes.h> header file. */
147 #define EVENT__HAVE_INTTYPES_H 1
148 
149 /* Define to 1 if you have the `issetugid' function. */
150 /* #undef EVENT__HAVE_ISSETUGID */
151 
152 /* Define to 1 if you have the `kqueue' function. */
153 /* #undef EVENT__HAVE_KQUEUE */
154 
155 /* Define if the system has zlib */
156 #define EVENT__HAVE_LIBZ 1
157 
158 /* Define to 1 if you have the `mach_absolute_time' function. */
159 /* #undef EVENT__HAVE_MACH_ABSOLUTE_TIME */
160 
161 /* Define to 1 if you have the <mach/mach_time.h> header file. */
162 /* #undef EVENT__HAVE_MACH_MACH_TIME_H */
163 
164 /* Define to 1 if you have the <memory.h> header file. */
165 #define EVENT__HAVE_MEMORY_H 1
166 
167 /* Define to 1 if you have the `mmap' function. */
168 #define EVENT__HAVE_MMAP 1
169 
170 /* Define to 1 if you have the `nanosleep' function. */
171 #define EVENT__HAVE_NANOSLEEP 1
172 
173 /* Define to 1 if you have the <netdb.h> header file. */
174 #define EVENT__HAVE_NETDB_H 1
175 
176 /* Define to 1 if you have the <netinet/in6.h> header file. */
177 #define EVENT__HAVE_NETINET_IN6_H 1
178 
179 /* Define to 1 if you have the <netinet/in.h> header file. */
180 #define EVENT__HAVE_NETINET_IN_H 1
181 
182 /* Define to 1 if you have the <netinet/tcp.h> header file. */
183 #define EVENT__HAVE_NETINET_TCP_H 1
184 
185 /* Define if the system has openssl */
186 /* #undef EVENT__HAVE_OPENSSL */
187 
188 /* Define to 1 if you have the `pipe' function. */
189 #define EVENT__HAVE_PIPE 1
190 
191 /* Define to 1 if you have the `pipe2' function. */
192 #define EVENT__HAVE_PIPE2 1
193 
194 /* Define to 1 if you have the `poll' function. */
195 #define EVENT__HAVE_POLL 1
196 
197 /* Define to 1 if you have the <poll.h> header file. */
198 #define EVENT__HAVE_POLL_H 1
199 
200 /* Define to 1 if you have the `port_create' function. */
201 /* #undef EVENT__HAVE_PORT_CREATE */
202 
203 /* Define to 1 if you have the <port.h> header file. */
204 /* #undef EVENT__HAVE_PORT_H */
205 
206 /* Define if you have POSIX threads libraries and header files. */
207 /* #undef EVENT__HAVE_PTHREAD */
208 
209 /* Define if we have pthreads on this system */
210 #define EVENT__HAVE_PTHREADS 1
211 
212 /* Define to 1 if you have the `putenv' function. */
213 #define EVENT__HAVE_PUTENV 1
214 
215 /* Define to 1 if the system has the type `sa_family_t'. */
216 #define EVENT__HAVE_SA_FAMILY_T 1
217 
218 /* Define to 1 if you have the `select' function. */
219 #define EVENT__HAVE_SELECT 1
220 
221 /* Define to 1 if you have the `sendfile' function. */
222 #define EVENT__HAVE_SENDFILE 1
223 
224 /* Define to 1 if you have the `setenv' function. */
225 #define EVENT__HAVE_SETENV 1
226 
227 /* Define if F_SETFD is defined in <fcntl.h> */
228 #define EVENT__HAVE_SETFD 1
229 
230 /* Define to 1 if you have the `setrlimit' function. */
231 #define EVENT__HAVE_SETRLIMIT 1
232 
233 /* Define to 1 if you have the `sigaction' function. */
234 #define EVENT__HAVE_SIGACTION 1
235 
236 /* Define to 1 if you have the `signal' function. */
237 /* #undef EVENT__HAVE_SIGNAL */
238 
239 /* Define to 1 if you have the `splice' function. */
240 /* #undef EVENT__HAVE_SPLICE */
241 
242 /* Define to 1 if you have the <stdarg.h> header file. */
243 #define EVENT__HAVE_STDARG_H 1
244 
245 /* Define to 1 if you have the <stddef.h> header file. */
246 #define EVENT__HAVE_STDDEF_H 1
247 
248 /* Define to 1 if you have the <stdint.h> header file. */
249 #define EVENT__HAVE_STDINT_H 1
250 
251 /* Define to 1 if you have the <stdlib.h> header file. */
252 #define EVENT__HAVE_STDLIB_H 1
253 
254 /* Define to 1 if you have the <strings.h> header file. */
255 #define EVENT__HAVE_STRINGS_H 1
256 
257 /* Define to 1 if you have the <string.h> header file. */
258 #define EVENT__HAVE_STRING_H 1
259 
260 /* Define to 1 if you have the `strlcpy' function. */
261 #define EVENT__HAVE_STRLCPY 1
262 
263 /* Define to 1 if you have the `strsep' function. */
264 #define EVENT__HAVE_STRSEP 1
265 
266 /* Define to 1 if you have the `strtok_r' function. */
267 #define EVENT__HAVE_STRTOK_R 1
268 
269 /* Define to 1 if you have the `strtoll' function. */
270 #define EVENT__HAVE_STRTOLL 1
271 
272 /* Define to 1 if the system has the type `struct addrinfo'. */
273 #define EVENT__HAVE_STRUCT_ADDRINFO 1
274 
275 /* Define to 1 if the system has the type `struct in6_addr'. */
276 #define EVENT__HAVE_STRUCT_IN6_ADDR 1
277 
278 /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
279 #define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
280 
281 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
282 #define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
283 
284 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
285 #define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1
286 
287 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
288 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */
289 
290 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
291 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
292 
293 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
294 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
295 
296 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
297 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
298 
299 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
300 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
301 
302 /* Define to 1 if the system has the type `struct so_linger'. */
303 #define EVENT__HAVE_STRUCT_SO_LINGER 1
304 
305 /* Define to 1 if you have the `sysctl' function. */
306 /* #undef EVENT__HAVE_SYSCTL */
307 
308 /* Define to 1 if you have the <sys/devpoll.h> header file. */
309 /* #undef EVENT__HAVE_SYS_DEVPOLL_H */
310 
311 /* Define to 1 if you have the <sys/epoll.h> header file. */
312 #define EVENT__HAVE_SYS_EPOLL_H 1
313 
314 /* Define to 1 if you have the <sys/eventfd.h> header file. */
315 #define EVENT__HAVE_SYS_EVENTFD_H 1
316 
317 /* Define to 1 if you have the <sys/event.h> header file. */
318 /* #undef EVENT__HAVE_SYS_EVENT_H */
319 
320 /* Define to 1 if you have the <sys/ioctl.h> header file. */
321 #define EVENT__HAVE_SYS_IOCTL_H 1
322 
323 /* Define to 1 if you have the <sys/mman.h> header file. */
324 #define EVENT__HAVE_SYS_MMAN_H 1
325 
326 /* Define to 1 if you have the <sys/param.h> header file. */
327 #define EVENT__HAVE_SYS_PARAM_H 1
328 
329 /* Define to 1 if you have the <sys/queue.h> header file. */
330 #define EVENT__HAVE_SYS_QUEUE_H 1
331 
332 /* Define to 1 if you have the <sys/resource.h> header file. */
333 #define EVENT__HAVE_SYS_RESOURCE_H 1
334 
335 /* Define to 1 if you have the <sys/select.h> header file. */
336 #define EVENT__HAVE_SYS_SELECT_H 1
337 
338 /* Define to 1 if you have the <sys/sendfile.h> header file. */
339 #define EVENT__HAVE_SYS_SENDFILE_H 1
340 
341 /* Define to 1 if you have the <sys/socket.h> header file. */
342 #define EVENT__HAVE_SYS_SOCKET_H 1
343 
344 /* Define to 1 if you have the <sys/stat.h> header file. */
345 #define EVENT__HAVE_SYS_STAT_H 1
346 
347 /* Define to 1 if you have the <sys/sysctl.h> header file. */
348 /* #undef EVENT__HAVE_SYS_SYSCTL_H */
349 
350 /* Define to 1 if you have the <sys/timerfd.h> header file. */
351 /* #undef EVENT__HAVE_SYS_TIMERFD_H */
352 
353 /* Define to 1 if you have the <sys/time.h> header file. */
354 #define EVENT__HAVE_SYS_TIME_H 1
355 
356 /* Define to 1 if you have the <sys/types.h> header file. */
357 #define EVENT__HAVE_SYS_TYPES_H 1
358 
359 /* Define to 1 if you have the <sys/uio.h> header file. */
360 #define EVENT__HAVE_SYS_UIO_H 1
361 
362 /* Define to 1 if you have the <sys/wait.h> header file. */
363 #define EVENT__HAVE_SYS_WAIT_H 1
364 
365 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
366 #define EVENT__HAVE_TAILQFOREACH 1
367 
368 /* Define if timeradd is defined in <sys/time.h> */
369 #define EVENT__HAVE_TIMERADD 1
370 
371 /* Define if timerclear is defined in <sys/time.h> */
372 #define EVENT__HAVE_TIMERCLEAR 1
373 
374 /* Define if timercmp is defined in <sys/time.h> */
375 #define EVENT__HAVE_TIMERCMP 1
376 
377 /* Define to 1 if you have the `timerfd_create' function. */
378 #define EVENT__HAVE_TIMERFD_CREATE 1
379 
380 /* Define if timerisset is defined in <sys/time.h> */
381 #define EVENT__HAVE_TIMERISSET 1
382 
383 /* Define to 1 if the system has the type `uint16_t'. */
384 #define EVENT__HAVE_UINT16_T 1
385 
386 /* Define to 1 if the system has the type `uint32_t'. */
387 #define EVENT__HAVE_UINT32_T 1
388 
389 /* Define to 1 if the system has the type `uint64_t'. */
390 #define EVENT__HAVE_UINT64_T 1
391 
392 /* Define to 1 if the system has the type `uint8_t'. */
393 #define EVENT__HAVE_UINT8_T 1
394 
395 /* Define to 1 if the system has the type `uintptr_t'. */
396 #define EVENT__HAVE_UINTPTR_T 1
397 
398 /* Define to 1 if you have the `umask' function. */
399 #define EVENT__HAVE_UMASK 1
400 
401 /* Define to 1 if you have the <unistd.h> header file. */
402 #define EVENT__HAVE_UNISTD_H 1
403 
404 /* Define to 1 if you have the `unsetenv' function. */
405 #define EVENT__HAVE_UNSETENV 1
406 
407 /* Define to 1 if you have the `usleep' function. */
408 #define EVENT__HAVE_USLEEP 1
409 
410 /* Define to 1 if you have the `vasprintf' function. */
411 #define EVENT__HAVE_VASPRINTF 1
412 
413 /* Define if waitpid() supports WNOWAIT */
414 #define EVENT__HAVE_WAITPID_WITH_WNOWAIT 1
415 
416 /* Define if kqueue works correctly with pipes */
417 /* #undef EVENT__HAVE_WORKING_KQUEUE */
418 
419 /* Define to 1 if you have the <zlib.h> header file. */
420 #define EVENT__HAVE_ZLIB_H 1
421 
422 /* Define to the sub-directory where libtool stores uninstalled libraries. */
423 #define EVENT__LT_OBJDIR ".libs/"
424 
425 /* Numeric representation of the version */
426 #define EVENT__NUMERIC_VERSION 0x02010800
427 
428 /* Name of package */
429 #define EVENT__PACKAGE "libevent"
430 
431 /* Define to the address where bug reports for this package should be sent. */
432 #define EVENT__PACKAGE_BUGREPORT ""
433 
434 /* Define to the full name of this package. */
435 #define EVENT__PACKAGE_NAME "libevent"
436 
437 /* Define to the full name and version of this package. */
438 #define EVENT__PACKAGE_STRING "libevent 2.1.8-stable"
439 
440 /* Define to the one symbol short name of this package. */
441 #define EVENT__PACKAGE_TARNAME "libevent"
442 
443 /* Define to the home page for this package. */
444 #define EVENT__PACKAGE_URL ""
445 
446 /* Define to the version of this package. */
447 #define EVENT__PACKAGE_VERSION "2.1.8-stable"
448 
449 /* Define to necessary symbol if this constant uses a non-standard name on
450    your system. */
451 /* #undef EVENT__PTHREAD_CREATE_JOINABLE */
452 
453 /* ------------------------------------------------------------------------ */
454 /* MOZILLA NOTE: the following constants are hand-modified to be suitable   */
455 /* for both 32-bit and 64-bit platforms. See README.mozilla for details.    */
456 /* ------------------------------------------------------------------------ */
457 
458 /* The size of `int', as computed by sizeof. */
459 #define EVENT__SIZEOF_INT 4
460 
461 /* The size of `long', as computed by sizeof. */
462 #ifdef __LP64__
463 #define EVENT__SIZEOF_LONG 8
464 #else
465 #define EVENT__SIZEOF_LONG 4
466 #endif
467 
468 /* The size of `long long', as computed by sizeof. */
469 #define EVENT__SIZEOF_LONG_LONG 8
470 
471 /* The size of `off_t', as computed by sizeof. */
472 #ifdef __LP64__
473 #define EVENT__SIZEOF_OFF_T 8
474 #else
475 #define EVENT__SIZEOF_OFF_T 4
476 #endif
477 
478 /* The size of `pthread_t', as computed by sizeof. */
479 #ifdef __LP64__
480 #define EVENT__SIZEOF_PTHREAD_T 8
481 #else
482 #define EVENT__SIZEOF_PTHREAD_T 4
483 #endif
484 
485 /* The size of `short', as computed by sizeof. */
486 #define EVENT__SIZEOF_SHORT 2
487 
488 /* The size of `size_t', as computed by sizeof. */
489 #ifdef __LP64__
490 #define EVENT__SIZEOF_SIZE_T 8
491 #else
492 #define EVENT__SIZEOF_SIZE_T 4
493 #endif
494 
495 /* The size of `void *', as computed by sizeof. */
496 #ifdef __LP64__
497 #define EVENT__SIZEOF_VOID_P 8
498 #else
499 #define EVENT__SIZEOF_VOID_P 4
500 #endif
501 
502 /* Define to 1 if you have the ANSI C header files. */
503 #define EVENT__STDC_HEADERS 1
504 
505 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
506 #define EVENT__TIME_WITH_SYS_TIME 1
507 
508 /* Enable extensions on AIX 3, Interix.  */
509 #ifndef EVENT___ALL_SOURCE
510 # define EVENT___ALL_SOURCE 1
511 #endif
512 /* Enable GNU extensions on systems that have them.  */
513 #ifndef EVENT___GNU_SOURCE
514 # define EVENT___GNU_SOURCE 1
515 #endif
516 /* Enable threading extensions on Solaris.  */
517 #ifndef EVENT___POSIX_PTHREAD_SEMANTICS
518 # define EVENT___POSIX_PTHREAD_SEMANTICS 1
519 #endif
520 /* Enable extensions on HP NonStop.  */
521 #ifndef EVENT___TANDEM_SOURCE
522 # define EVENT___TANDEM_SOURCE 1
523 #endif
524 /* Enable general extensions on Solaris.  */
525 #ifndef EVENT____EXTENSIONS__
526 # define EVENT____EXTENSIONS__ 1
527 #endif
528 
529 
530 /* Version number of package */
531 #define EVENT__VERSION "2.1.8-stable"
532 
533 /* Enable large inode numbers on Mac OS X 10.5.  */
534 #ifndef EVENT___DARWIN_USE_64_BIT_INODE
535 # define EVENT___DARWIN_USE_64_BIT_INODE 1
536 #endif
537 
538 /* Number of bits in a file offset, on hosts where this is settable. */
539 /* #undef EVENT___FILE_OFFSET_BITS */
540 
541 /* Define for large files, on AIX-style hosts. */
542 /* #undef EVENT___LARGE_FILES */
543 
544 /* Define to 1 if on MINIX. */
545 /* #undef EVENT___MINIX */
546 
547 /* Define to 2 if the system does not provide POSIX.1 features except with
548    this defined. */
549 /* #undef EVENT___POSIX_1_SOURCE */
550 
551 /* Define to 1 if you need to in order for `stat' and other things to work. */
552 /* #undef EVENT___POSIX_SOURCE */
553 
554 /* Define to appropriate substitue if compiler doesnt have __func__ */
555 /* #undef EVENT____func__ */
556 
557 /* Define to empty if `const' does not conform to ANSI C. */
558 /* #undef EVENT__const */
559 
560 /* Define to `__inline__' or `__inline' if that's what the C compiler
561    calls it, or to nothing if 'inline' is not supported under any name.  */
562 #ifndef EVENT____cplusplus
563 /* #undef EVENT__inline */
564 #endif
565 
566 /* Define to `int' if <sys/types.h> does not define. */
567 /* #undef EVENT__pid_t */
568 
569 /* Define to `unsigned int' if <sys/types.h> does not define. */
570 /* #undef EVENT__size_t */
571 
572 /* Define to unsigned int if you dont have it */
573 /* #undef EVENT__socklen_t */
574 
575 /* Define to `int' if <sys/types.h> does not define. */
576 /* #undef EVENT__ssize_t */
577 
578 #endif /* event2/event-config.h */
579