1 /*	$NetBSD: event-config.h,v 1.5 2021/04/07 03:36:48 christos Exp $	*/
2 /* event2/event-config.h
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 
15 /* config.h.  Generated from config.h.in by configure.  */
16 /* config.h.in.  Generated from configure.ac by autoheader.  */
17 
18 /* Define if libevent should build without support for a debug mode */
19 /* #undef EVENT__DISABLE_DEBUG_MODE */
20 
21 /* Define if libevent should not allow replacing the mm functions */
22 /* #undef EVENT__DISABLE_MM_REPLACEMENT */
23 
24 /* Define if libevent should not be compiled with thread support */
25 /* #undef EVENT__DISABLE_THREAD_SUPPORT */
26 
27 /* Define to 1 if you have the `accept4' function. */
28 #define EVENT__HAVE_ACCEPT4 1
29 
30 /* Define to 1 if you have the <afunix.h> header file. */
31 /* #undef EVENT__HAVE_AFUNIX_H */
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_addrandom' function. */
37 #define EVENT__HAVE_ARC4RANDOM_ADDRANDOM 1
38 
39 /* Define to 1 if you have the `arc4random_buf' function. */
40 #define EVENT__HAVE_ARC4RANDOM_BUF 1
41 
42 /* Define to 1 if you have the <arpa/inet.h> header file. */
43 #define EVENT__HAVE_ARPA_INET_H 1
44 
45 /* Define to 1 if you have the `clock_gettime' function. */
46 #define EVENT__HAVE_CLOCK_GETTIME 1
47 
48 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
49    don't. */
50 #define EVENT__HAVE_DECL_CTL_KERN 1
51 
52 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
53    don't. */
54 #define EVENT__HAVE_DECL_KERN_ARND 1
55 
56 /* Define if /dev/poll is available */
57 /* #undef EVENT__HAVE_DEVPOLL */
58 
59 /* Define to 1 if you have the <dlfcn.h> header file. */
60 #define EVENT__HAVE_DLFCN_H 1
61 
62 /* Define if your system supports the epoll system calls */
63 /* #undef EVENT__HAVE_EPOLL */
64 
65 /* Define to 1 if you have the `epoll_create1' function. */
66 /* #undef EVENT__HAVE_EPOLL_CREATE1 */
67 
68 /* Define to 1 if you have the `epoll_ctl' function. */
69 /* #undef EVENT__HAVE_EPOLL_CTL */
70 
71 /* Define to 1 if you have the <errno.h> header file. */
72 #define EVENT__HAVE_ERRNO_H 1
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 `getrandom' function. */
120 #define EVENT__HAVE_GETRANDOM 1
121 
122 /* Define to 1 if you have the `getservbyname' function. */
123 #define EVENT__HAVE_GETSERVBYNAME 1
124 
125 /* Define to 1 if you have the `gettimeofday' function. */
126 #define EVENT__HAVE_GETTIMEOFDAY 1
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 to 1 if you have the `ws2_32' library (-lws2_32). */
147 /* #undef EVENT__HAVE_LIBWS2_32 */
148 
149 /* Define if the system has zlib */
150 #define EVENT__HAVE_LIBZ 1
151 
152 /* Define to 1 if you have the `mach_absolute_time' function. */
153 /* #undef EVENT__HAVE_MACH_ABSOLUTE_TIME */
154 
155 /* Define to 1 if you have the <mach/mach.h> header file. */
156 /* #undef EVENT__HAVE_MACH_MACH_H */
157 
158 /* Define to 1 if you have the <mach/mach_time.h> header file. */
159 /* #undef EVENT__HAVE_MACH_MACH_TIME_H */
160 
161 /* Define to 1 if you have the <memory.h> header file. */
162 #define EVENT__HAVE_MEMORY_H 1
163 
164 /* Define to 1 if you have the `mmap' function. */
165 #define EVENT__HAVE_MMAP 1
166 
167 /* Define to 1 if you have the `nanosleep' function. */
168 #define EVENT__HAVE_NANOSLEEP 1
169 
170 /* Define to 1 if you have the <netdb.h> header file. */
171 #define EVENT__HAVE_NETDB_H 1
172 
173 /* Define to 1 if you have the <netinet/in6.h> header file. */
174 /* #undef EVENT__HAVE_NETINET_IN6_H */
175 
176 /* Define to 1 if you have the <netinet/in.h> header file. */
177 #define EVENT__HAVE_NETINET_IN_H 1
178 
179 /* Define to 1 if you have the <netinet/tcp.h> header file. */
180 #define EVENT__HAVE_NETINET_TCP_H 1
181 
182 /* Define if the system has openssl */
183 #define EVENT__HAVE_OPENSSL 1
184 
185 /* Define to 1 if you have the <openssl/ssl.h> header file. */
186 #define EVENT__HAVE_OPENSSL_SSL_H 1
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 /* #undef EVENT__HAVE_SENDFILE */
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 #define EVENT__HAVE_SIGNAL 1
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 /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */
280 
281 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
282 /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */
283 
284 /* Define to 1 if the system has the type `struct linger'. */
285 #define EVENT__HAVE_STRUCT_LINGER 1
286 
287 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
288 #define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1
289 
290 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
291 #define EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
292 
293 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
294 #define EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
295 
296 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
297 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
298 
299 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
300 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
301 
302 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
303 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
304 
305 /* Define to 1 if the system has the type `struct sockaddr_un'. */
306 #define EVENT__HAVE_STRUCT_SOCKADDR_UN 1
307 
308 /* Define to 1 if you have the `sysctl' function. */
309 #define EVENT__HAVE_SYSCTL 1
310 
311 /* Define to 1 if you have the <sys/devpoll.h> header file. */
312 /* #undef EVENT__HAVE_SYS_DEVPOLL_H */
313 
314 /* Define to 1 if you have the <sys/epoll.h> header file. */
315 /* #undef EVENT__HAVE_SYS_EPOLL_H */
316 
317 /* Define to 1 if you have the <sys/eventfd.h> header file. */
318 /* #undef EVENT__HAVE_SYS_EVENTFD_H */
319 
320 /* Define to 1 if you have the <sys/event.h> header file. */
321 #define EVENT__HAVE_SYS_EVENT_H 1
322 
323 /* Define to 1 if you have the <sys/ioctl.h> header file. */
324 #define EVENT__HAVE_SYS_IOCTL_H 1
325 
326 /* Define to 1 if you have the <sys/mman.h> header file. */
327 #define EVENT__HAVE_SYS_MMAN_H 1
328 
329 /* Define to 1 if you have the <sys/param.h> header file. */
330 #define EVENT__HAVE_SYS_PARAM_H 1
331 
332 /* Define to 1 if you have the <sys/queue.h> header file. */
333 #define EVENT__HAVE_SYS_QUEUE_H 1
334 
335 /* Define to 1 if you have the <sys/random.h> header file. */
336 #define EVENT__HAVE_SYS_RANDOM_H 1
337 
338 /* Define to 1 if you have the <sys/resource.h> header file. */
339 #define EVENT__HAVE_SYS_RESOURCE_H 1
340 
341 /* Define to 1 if you have the <sys/select.h> header file. */
342 #define EVENT__HAVE_SYS_SELECT_H 1
343 
344 /* Define to 1 if you have the <sys/sendfile.h> header file. */
345 /* #undef EVENT__HAVE_SYS_SENDFILE_H */
346 
347 /* Define to 1 if you have the <sys/socket.h> header file. */
348 #define EVENT__HAVE_SYS_SOCKET_H 1
349 
350 /* Define to 1 if you have the <sys/stat.h> header file. */
351 #define EVENT__HAVE_SYS_STAT_H 1
352 
353 /* Define to 1 if you have the <sys/sysctl.h> header file. */
354 #define EVENT__HAVE_SYS_SYSCTL_H 1
355 
356 /* Define to 1 if you have the <sys/timerfd.h> header file. */
357 /* #undef EVENT__HAVE_SYS_TIMERFD_H */
358 
359 /* Define to 1 if you have the <sys/time.h> header file. */
360 #define EVENT__HAVE_SYS_TIME_H 1
361 
362 /* Define to 1 if you have the <sys/types.h> header file. */
363 #define EVENT__HAVE_SYS_TYPES_H 1
364 
365 /* Define to 1 if you have the <sys/uio.h> header file. */
366 #define EVENT__HAVE_SYS_UIO_H 1
367 
368 /* Define to 1 if you have the <sys/un.h> header file. */
369 #define EVENT__HAVE_SYS_UN_H 1
370 
371 /* Define to 1 if you have the <sys/wait.h> header file. */
372 #define EVENT__HAVE_SYS_WAIT_H 1
373 
374 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
375 #define EVENT__HAVE_TAILQFOREACH 1
376 
377 /* Define if timeradd is defined in <sys/time.h> */
378 #define EVENT__HAVE_TIMERADD 1
379 
380 /* Define if timerclear is defined in <sys/time.h> */
381 #define EVENT__HAVE_TIMERCLEAR 1
382 
383 /* Define if timercmp is defined in <sys/time.h> */
384 #define EVENT__HAVE_TIMERCMP 1
385 
386 /* Define to 1 if you have the `timerfd_create' function. */
387 /* #undef EVENT__HAVE_TIMERFD_CREATE */
388 
389 /* Define if timerisset is defined in <sys/time.h> */
390 #define EVENT__HAVE_TIMERISSET 1
391 
392 /* Define to 1 if the system has the type `uint16_t'. */
393 #define EVENT__HAVE_UINT16_T 1
394 
395 /* Define to 1 if the system has the type `uint32_t'. */
396 #define EVENT__HAVE_UINT32_T 1
397 
398 /* Define to 1 if the system has the type `uint64_t'. */
399 #define EVENT__HAVE_UINT64_T 1
400 
401 /* Define to 1 if the system has the type `uint8_t'. */
402 #define EVENT__HAVE_UINT8_T 1
403 
404 /* Define to 1 if the system has the type `uintptr_t'. */
405 #define EVENT__HAVE_UINTPTR_T 1
406 
407 /* Define to 1 if you have the `umask' function. */
408 #define EVENT__HAVE_UMASK 1
409 
410 /* Define to 1 if you have the <unistd.h> header file. */
411 #define EVENT__HAVE_UNISTD_H 1
412 
413 /* Define to 1 if you have the `unsetenv' function. */
414 #define EVENT__HAVE_UNSETENV 1
415 
416 /* Define to 1 if you have the `usleep' function. */
417 #define EVENT__HAVE_USLEEP 1
418 
419 /* Define to 1 if you have the `vasprintf' function. */
420 #define EVENT__HAVE_VASPRINTF 1
421 
422 /* Define if kqueue works correctly with pipes */
423 #define EVENT__HAVE_WORKING_KQUEUE 1
424 
425 /* Define to 1 if you have the <zlib.h> header file. */
426 #define EVENT__HAVE_ZLIB_H 1
427 
428 /* Define to 1 if you have the `_gmtime64' function. */
429 /* #undef EVENT__HAVE__GMTIME64 */
430 
431 /* Define to 1 if you have the `_gmtime64_s' function. */
432 /* #undef EVENT__HAVE__GMTIME64_S */
433 
434 /* Define to 1 if compiler have __FUNCTION__ */
435 #define EVENT__HAVE___FUNCTION__ 1
436 
437 /* Define to 1 if compiler have __func__ */
438 #define EVENT__HAVE___func__ 1
439 
440 /* Define to the sub-directory where libtool stores uninstalled libraries. */
441 #define EVENT__LT_OBJDIR ".libs/"
442 
443 /* Numeric representation of the version */
444 #define EVENT__NUMERIC_VERSION 0x02010c00
445 
446 /* Name of package */
447 #define EVENT__PACKAGE "libevent"
448 
449 /* Define to the address where bug reports for this package should be sent. */
450 #define EVENT__PACKAGE_BUGREPORT ""
451 
452 /* Define to the full name of this package. */
453 #define EVENT__PACKAGE_NAME "libevent"
454 
455 /* Define to the full name and version of this package. */
456 #define EVENT__PACKAGE_STRING "libevent 2.1.12-stable"
457 
458 /* Define to the one symbol short name of this package. */
459 #define EVENT__PACKAGE_TARNAME "libevent"
460 
461 /* Define to the home page for this package. */
462 #define EVENT__PACKAGE_URL ""
463 
464 /* Define to the version of this package. */
465 #define EVENT__PACKAGE_VERSION "2.1.12-stable"
466 
467 /* Define to necessary symbol if this constant uses a non-standard name on
468    your system. */
469 /* #undef EVENT__PTHREAD_CREATE_JOINABLE */
470 
471 /* The size of `int', as computed by sizeof. */
472 #define EVENT__SIZEOF_INT 4
473 
474 /* The size of `long', as computed by sizeof. */
475 #ifdef _LP64
476 #define EVENT__SIZEOF_LONG 8
477 #else
478 #define EVENT__SIZEOF_LONG 4
479 #endif
480 
481 /* The size of `long long', as computed by sizeof. */
482 #define EVENT__SIZEOF_LONG_LONG 8
483 
484 /* The size of `off_t', as computed by sizeof. */
485 #define EVENT__SIZEOF_OFF_T 8
486 
487 /* The size of `pthread_t', as computed by sizeof. */
488 #ifdef _LP64
489 #define EVENT__SIZEOF_PTHREAD_T 8
490 #else
491 #define EVENT__SIZEOF_PTHREAD_T 4
492 #endif
493 
494 /* The size of `short', as computed by sizeof. */
495 #define EVENT__SIZEOF_SHORT 2
496 
497 /* The size of `size_t', as computed by sizeof. */
498 #ifdef _LP64
499 #define EVENT__SIZEOF_SIZE_T 8
500 #else
501 #define EVENT__SIZEOF_SIZE_T 4
502 #endif
503 
504 /* The size of `time_t', as computed by sizeof. */
505 #define EVENT__SIZEOF_TIME_T 8
506 
507 /* The size of `void *', as computed by sizeof. */
508 #ifdef _LP64
509 #define EVENT__SIZEOF_VOID_P 8
510 #else
511 #define EVENT__SIZEOF_VOID_P 4
512 #endif
513 
514 /* Define to 1 if you have the ANSI C header files. */
515 #define STDC_HEADERS 1
516 
517 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
518 #define EVENT__TIME_WITH_SYS_TIME 1
519 
520 /* Enable extensions on AIX 3, Interix.  */
521 #ifndef _ALL_SOURCE
522 # define _ALL_SOURCE 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 threading extensions on Solaris.  */
529 #ifndef _POSIX_PTHREAD_SEMANTICS
530 # define _POSIX_PTHREAD_SEMANTICS 1
531 #endif
532 /* Enable extensions on HP NonStop.  */
533 #ifndef _TANDEM_SOURCE
534 # define _TANDEM_SOURCE 1
535 #endif
536 /* Enable general extensions on Solaris.  */
537 #ifndef __EXTENSIONS__
538 # define __EXTENSIONS__ 1
539 #endif
540 
541 
542 /* Version number of package */
543 #define EVENT__VERSION "2.1.12-stable"
544 
545 /* Enable large inode numbers on Mac OS X 10.5.  */
546 #ifndef _DARWIN_USE_64_BIT_INODE
547 # define _DARWIN_USE_64_BIT_INODE 1
548 #endif
549 
550 /* Number of bits in a file offset, on hosts where this is settable. */
551 /* #undef _FILE_OFFSET_BITS */
552 
553 /* Define for large files, on AIX-style hosts. */
554 /* #undef _LARGE_FILES */
555 
556 /* Define to 1 if on MINIX. */
557 /* #undef _MINIX */
558 
559 /* Define to 2 if the system does not provide POSIX.1 features except with
560    this defined. */
561 /* #undef _POSIX_1_SOURCE */
562 
563 /* Define to 1 if you need to in order for `stat' and other things to work. */
564 /* #undef _POSIX_SOURCE */
565 
566 /* Define to empty if `const' does not conform to ANSI C. */
567 /* #undef const */
568 
569 /* Define to `__inline__' or `__inline' if that's what the C compiler
570    calls it, or to nothing if 'inline' is not supported under any name.  */
571 #ifndef __cplusplus
572 /* #undef inline */
573 #endif
574 
575 /* Define to `int' if <sys/types.h> does not define. */
576 /* #undef pid_t */
577 
578 /* Define to `unsigned int' if <sys/types.h> does not define. */
579 /* #undef size_t */
580 
581 /* Define to unsigned int if you dont have it */
582 /* #undef socklen_t */
583 
584 /* Define to `int' if <sys/types.h> does not define. */
585 /* #undef ssize_t */
586 
587 #endif /* event2/event-config.h */
588