tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

event-config.h (18519B)


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