event-config.h (18323B)
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 #define EVENT__HAVE_ARC4RANDOM_ADDRANDOM 1 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 #define EVENT__HAVE_DEVPOLL 1 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 /* #undef EVENT__HAVE_EPOLL */ 63 64 /* Define to 1 if you have the `epoll_create1' function. */ 65 /* #undef EVENT__HAVE_EPOLL_CREATE1 */ 66 67 /* Define to 1 if you have the `epoll_ctl' function. */ 68 /* #undef EVENT__HAVE_EPOLL_CTL */ 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 /* #undef EVENT__HAVE_EVENTFD */ 75 76 /* Define if your system supports event ports */ 77 #define EVENT__HAVE_EVENT_PORTS 1 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 #define EVENT__HAVE_ISSETUGID 1 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 <memory.h> header file. */ 161 #define EVENT__HAVE_MEMORY_H 1 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 #define EVENT__HAVE_PORT_CREATE 1 201 202 /* Define to 1 if you have the <port.h> header file. */ 203 #define EVENT__HAVE_PORT_H 1 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 #define EVENT__HAVE_SELECT 1 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 /* #undef EVENT__HAVE_SPLICE */ 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 <stdlib.h> header file. */ 251 #define EVENT__HAVE_STDLIB_H 1 252 253 /* Define to 1 if you have the <strings.h> header file. */ 254 #define EVENT__HAVE_STRINGS_H 1 255 256 /* Define to 1 if you have the <string.h> header file. */ 257 #define EVENT__HAVE_STRING_H 1 258 259 /* Define to 1 if you have the `strlcpy' function. */ 260 #define EVENT__HAVE_STRLCPY 1 261 262 /* Define to 1 if you have the `strsep' function. */ 263 #define EVENT__HAVE_STRSEP 1 264 265 /* Define to 1 if you have the `strtok_r' function. */ 266 #define EVENT__HAVE_STRTOK_R 1 267 268 /* Define to 1 if you have the `strtoll' function. */ 269 #define EVENT__HAVE_STRTOLL 1 270 271 /* Define to 1 if the system has the type `struct addrinfo'. */ 272 #define EVENT__HAVE_STRUCT_ADDRINFO 1 273 274 /* Define to 1 if the system has the type `struct in6_addr'. */ 275 #define EVENT__HAVE_STRUCT_IN6_ADDR 1 276 277 /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */ 278 /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */ 279 280 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */ 281 /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */ 282 283 /* Define to 1 if the system has the type `struct linger'. */ 284 #define EVENT__HAVE_STRUCT_LINGER 1 285 286 /* Define to 1 if the system has the type `struct sockaddr_in6'. */ 287 #define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1 288 289 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */ 290 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */ 291 292 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */ 293 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */ 294 295 /* Define to 1 if the system has the type `struct sockaddr_storage'. */ 296 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1 297 298 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ 299 #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 300 301 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */ 302 /* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */ 303 304 /* Define to 1 if the system has the type `struct sockaddr_un'. */ 305 #define EVENT__HAVE_STRUCT_SOCKADDR_UN 1 306 307 /* Define to 1 if you have the `sysctl' function. */ 308 /* #undef EVENT__HAVE_SYSCTL */ 309 310 /* Define to 1 if you have the <sys/devpoll.h> header file. */ 311 #define EVENT__HAVE_SYS_DEVPOLL_H 1 312 313 /* Define to 1 if you have the <sys/epoll.h> header file. */ 314 /* #undef EVENT__HAVE_SYS_EPOLL_H */ 315 316 /* Define to 1 if you have the <sys/eventfd.h> header file. */ 317 /* #undef EVENT__HAVE_SYS_EVENTFD_H */ 318 319 /* Define to 1 if you have the <sys/event.h> header file. */ 320 /* #undef EVENT__HAVE_SYS_EVENT_H */ 321 322 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 323 #define EVENT__HAVE_SYS_IOCTL_H 1 324 325 /* Define to 1 if you have the <sys/mman.h> header file. */ 326 #define EVENT__HAVE_SYS_MMAN_H 1 327 328 /* Define to 1 if you have the <sys/param.h> header file. */ 329 #define EVENT__HAVE_SYS_PARAM_H 1 330 331 /* Define to 1 if you have the <sys/queue.h> header file. */ 332 #define EVENT__HAVE_SYS_QUEUE_H 1 333 334 /* Define to 1 if you have the <sys/random.h> header file. */ 335 #define EVENT__HAVE_SYS_RANDOM_H 1 336 337 /* Define to 1 if you have the <sys/resource.h> header file. */ 338 #define EVENT__HAVE_SYS_RESOURCE_H 1 339 340 /* Define to 1 if you have the <sys/select.h> header file. */ 341 #define EVENT__HAVE_SYS_SELECT_H 1 342 343 /* Define to 1 if you have the <sys/sendfile.h> header file. */ 344 #define EVENT__HAVE_SYS_SENDFILE_H 1 345 346 /* Define to 1 if you have the <sys/socket.h> header file. */ 347 #define EVENT__HAVE_SYS_SOCKET_H 1 348 349 /* Define to 1 if you have the <sys/stat.h> header file. */ 350 #define EVENT__HAVE_SYS_STAT_H 1 351 352 /* Define to 1 if you have the <sys/sysctl.h> header file. */ 353 /* #undef EVENT__HAVE_SYS_SYSCTL_H */ 354 355 /* Define to 1 if you have the <sys/timerfd.h> header file. */ 356 /* #undef EVENT__HAVE_SYS_TIMERFD_H */ 357 358 /* Define to 1 if you have the <sys/time.h> header file. */ 359 #define EVENT__HAVE_SYS_TIME_H 1 360 361 /* Define to 1 if you have the <sys/types.h> header file. */ 362 #define EVENT__HAVE_SYS_TYPES_H 1 363 364 /* Define to 1 if you have the <sys/uio.h> header file. */ 365 #define EVENT__HAVE_SYS_UIO_H 1 366 367 /* Define to 1 if you have the <sys/un.h> header file. */ 368 #define EVENT__HAVE_SYS_UN_H 1 369 370 /* Define to 1 if you have the <sys/wait.h> header file. */ 371 #define EVENT__HAVE_SYS_WAIT_H 1 372 373 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ 374 #define EVENT__HAVE_TAILQFOREACH 1 375 376 /* Define if timeradd is defined in <sys/time.h> */ 377 #define EVENT__HAVE_TIMERADD 1 378 379 /* Define if timerclear is defined in <sys/time.h> */ 380 #define EVENT__HAVE_TIMERCLEAR 1 381 382 /* Define if timercmp is defined in <sys/time.h> */ 383 #define EVENT__HAVE_TIMERCMP 1 384 385 /* Define to 1 if you have the `timerfd_create' function. */ 386 /* #undef EVENT__HAVE_TIMERFD_CREATE */ 387 388 /* Define if timerisset is defined in <sys/time.h> */ 389 #define EVENT__HAVE_TIMERISSET 1 390 391 /* Define to 1 if the system has the type `uint16_t'. */ 392 #define EVENT__HAVE_UINT16_T 1 393 394 /* Define to 1 if the system has the type `uint32_t'. */ 395 #define EVENT__HAVE_UINT32_T 1 396 397 /* Define to 1 if the system has the type `uint64_t'. */ 398 #define EVENT__HAVE_UINT64_T 1 399 400 /* Define to 1 if the system has the type `uint8_t'. */ 401 #define EVENT__HAVE_UINT8_T 1 402 403 /* Define to 1 if the system has the type `uintptr_t'. */ 404 #define EVENT__HAVE_UINTPTR_T 1 405 406 /* Define to 1 if you have the `umask' function. */ 407 #define EVENT__HAVE_UMASK 1 408 409 /* Define to 1 if you have the <unistd.h> header file. */ 410 #define EVENT__HAVE_UNISTD_H 1 411 412 /* Define to 1 if you have the `unsetenv' function. */ 413 #define EVENT__HAVE_UNSETENV 1 414 415 /* Define to 1 if you have the `usleep' function. */ 416 #define EVENT__HAVE_USLEEP 1 417 418 /* Define to 1 if you have the `vasprintf' function. */ 419 #define EVENT__HAVE_VASPRINTF 1 420 421 /* Define if kqueue works correctly with pipes */ 422 /* #undef EVENT__HAVE_WORKING_KQUEUE */ 423 424 /* Define to 1 if you have the <zlib.h> header file. */ 425 #define EVENT__HAVE_ZLIB_H 1 426 427 /* Define to 1 if you have the `_gmtime64' function. */ 428 /* #undef EVENT__HAVE__GMTIME64 */ 429 430 /* Define to 1 if you have the `_gmtime64_s' function. */ 431 /* #undef EVENT__HAVE__GMTIME64_S */ 432 433 /* Define to 1 if compiler have __FUNCTION__ */ 434 #define EVENT__HAVE___FUNCTION__ 1 435 436 /* Define to 1 if compiler have __func__ */ 437 #define EVENT__HAVE___func__ 1 438 439 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 440 #define EVENT__LT_OBJDIR ".libs/" 441 442 /* Numeric representation of the version */ 443 #define EVENT__NUMERIC_VERSION 0x02010c00 444 445 /* Name of package */ 446 #define EVENT__PACKAGE "libevent" 447 448 /* Define to the address where bug reports for this package should be sent. */ 449 #define EVENT__PACKAGE_BUGREPORT "" 450 451 /* Define to the full name of this package. */ 452 #define EVENT__PACKAGE_NAME "libevent" 453 454 /* Define to the full name and version of this package. */ 455 #define EVENT__PACKAGE_STRING "libevent 2.1.12-stable" 456 457 /* Define to the one symbol short name of this package. */ 458 #define EVENT__PACKAGE_TARNAME "libevent" 459 460 /* Define to the home page for this package. */ 461 #define EVENT__PACKAGE_URL "" 462 463 /* Define to the version of this package. */ 464 #define EVENT__PACKAGE_VERSION "2.1.12-stable" 465 466 /* Define to necessary symbol if this constant uses a non-standard name on 467 your system. */ 468 /* #undef EVENT__PTHREAD_CREATE_JOINABLE */ 469 470 /* ------------------------------------------------------------------------ */ 471 /* MOZILLA NOTE: the following constants are hand-modified to be suitable */ 472 /* for both 32-bit and 64-bit platforms. See README.mozilla for details. */ 473 /* ------------------------------------------------------------------------ */ 474 475 /* The size of `int', as computed by sizeof. */ 476 #define EVENT__SIZEOF_INT 4 477 478 /* The size of `long', as computed by sizeof. */ 479 #ifdef __LP64__ 480 #define EVENT__SIZEOF_LONG 8 481 #else 482 #define EVENT__SIZEOF_LONG 4 483 #endif 484 485 /* The size of `long long', as computed by sizeof. */ 486 #define EVENT__SIZEOF_LONG_LONG 8 487 488 /* The size of `off_t', as computed by sizeof. */ 489 #define EVENT__SIZEOF_OFF_T 8 490 491 /* The size of `pthread_t', as computed by sizeof. */ 492 #define EVENT__SIZEOF_PTHREAD_T 4 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 #ifdef __LP64__ 506 #define EVENT__SIZEOF_TIME_T 8 507 #else 508 #define EVENT__SIZEOF_TIME_T 4 509 #endif 510 511 /* The size of `void *', as computed by sizeof. */ 512 #ifdef __LP64__ 513 #define EVENT__SIZEOF_VOID_P 8 514 #else 515 #define EVENT__SIZEOF_VOID_P 4 516 #endif 517 518 /* ------------------------------------------------------------------------ */ 519 /* END MOZILLA NOTE */ 520 /* ------------------------------------------------------------------------ */ 521 522 /* Define to 1 if you have the ANSI C header files. */ 523 #define STDC_HEADERS 1 524 525 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 526 #define EVENT__TIME_WITH_SYS_TIME 1 527 528 /* Enable extensions on AIX 3, Interix. */ 529 #ifndef _ALL_SOURCE 530 # define _ALL_SOURCE 1 531 #endif 532 /* Enable GNU extensions on systems that have them. */ 533 #ifndef _GNU_SOURCE 534 # define _GNU_SOURCE 1 535 #endif 536 /* Enable threading extensions on Solaris. */ 537 #ifndef _POSIX_PTHREAD_SEMANTICS 538 # define _POSIX_PTHREAD_SEMANTICS 1 539 #endif 540 /* Enable extensions on HP NonStop. */ 541 #ifndef _TANDEM_SOURCE 542 # define _TANDEM_SOURCE 1 543 #endif 544 /* Enable general extensions on Solaris. */ 545 #ifndef __EXTENSIONS__ 546 # define __EXTENSIONS__ 1 547 #endif 548 549 550 /* Version number of package */ 551 #define EVENT__VERSION "2.1.12-stable" 552 553 /* Enable large inode numbers on Mac OS X 10.5. */ 554 #ifndef _DARWIN_USE_64_BIT_INODE 555 # define _DARWIN_USE_64_BIT_INODE 1 556 #endif 557 558 /* Number of bits in a file offset, on hosts where this is settable. */ 559 #ifdef __LP64__ 560 /* #undef _FILE_OFFSET_BITS */ 561 #else 562 #define _FILE_OFFSET_BITS 64 563 #endif 564 565 /* Define for large files, on AIX-style hosts. */ 566 /* #undef _LARGE_FILES */ 567 568 /* Define to 1 if on MINIX. */ 569 /* #undef _MINIX */ 570 571 /* Define to 2 if the system does not provide POSIX.1 features except with 572 this defined. */ 573 /* #undef _POSIX_1_SOURCE */ 574 575 /* Define to 1 if you need to in order for `stat' and other things to work. */ 576 /* #undef _POSIX_SOURCE */ 577 578 /* Define to appropriate substitue if compiler doesnt have __func__ */ 579 /* #undef __func__ */ 580 581 /* Define to empty if `const' does not conform to ANSI C. */ 582 /* #undef const */ 583 584 /* Define to `__inline__' or `__inline' if that's what the C compiler 585 calls it, or to nothing if 'inline' is not supported under any name. */ 586 #ifndef __cplusplus 587 /* #undef inline */ 588 #endif 589 590 /* Define to `int' if <sys/types.h> does not define. */ 591 /* #undef pid_t */ 592 593 /* Define to `unsigned int' if <sys/types.h> does not define. */ 594 /* #undef size_t */ 595 596 /* Define to unsigned int if you dont have it */ 597 /* #undef socklen_t */ 598 599 /* Define to `int' if <sys/types.h> does not define. */ 600 /* #undef ssize_t */ 601 602 #endif /* event2/event-config.h */