1*2b15cb3dSCy Schubert /* event2/event-config.h 2*2b15cb3dSCy Schubert * 3*2b15cb3dSCy Schubert * This file was generated by autoconf when libevent was built, and post- 4*2b15cb3dSCy Schubert * processed by Libevent so that its macros would have a uniform prefix. 5*2b15cb3dSCy Schubert * 6*2b15cb3dSCy Schubert * DO NOT EDIT THIS FILE. 7*2b15cb3dSCy Schubert * 8*2b15cb3dSCy Schubert * Do not rely on macros in this file existing in later versions. 9*2b15cb3dSCy Schubert */ 10*2b15cb3dSCy Schubert 11*2b15cb3dSCy Schubert #ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_ 12*2b15cb3dSCy Schubert #define EVENT2_EVENT_CONFIG_H_INCLUDED_ 13*2b15cb3dSCy Schubert /* config.h. Generated from config.h.in by configure. */ 14*2b15cb3dSCy Schubert /* config.h.in. Generated from configure.ac by autoheader. */ 15*2b15cb3dSCy Schubert 16*2b15cb3dSCy Schubert /* Define if libevent should build without support for a debug mode */ 17*2b15cb3dSCy Schubert /* #undef EVENT__DISABLE_DEBUG_MODE */ 18*2b15cb3dSCy Schubert 19*2b15cb3dSCy Schubert /* Define if libevent should not allow replacing the mm functions */ 20*2b15cb3dSCy Schubert /* #undef EVENT__DISABLE_MM_REPLACEMENT */ 21*2b15cb3dSCy Schubert 22*2b15cb3dSCy Schubert /* Define if libevent should not be compiled with thread support */ 23*2b15cb3dSCy Schubert /* #undef EVENT__DISABLE_THREAD_SUPPORT */ 24*2b15cb3dSCy Schubert 25*2b15cb3dSCy Schubert /* Define to 1 if you have the `accept4' function. */ 26*2b15cb3dSCy Schubert #define EVENT__HAVE_ACCEPT4 1 27*2b15cb3dSCy Schubert 28*2b15cb3dSCy Schubert /* Define to 1 if you have the `arc4random' function. */ 29*2b15cb3dSCy Schubert #define EVENT__HAVE_ARC4RANDOM 1 30*2b15cb3dSCy Schubert 31*2b15cb3dSCy Schubert /* Define to 1 if you have the `arc4random_buf' function. */ 32*2b15cb3dSCy Schubert #define EVENT__HAVE_ARC4RANDOM_BUF 1 33*2b15cb3dSCy Schubert 34*2b15cb3dSCy Schubert /* Define to 1 if you have the <arpa/inet.h> header file. */ 35*2b15cb3dSCy Schubert #define EVENT__HAVE_ARPA_INET_H 1 36*2b15cb3dSCy Schubert 37*2b15cb3dSCy Schubert /* Define to 1 if you have the `clock_gettime' function. */ 38*2b15cb3dSCy Schubert #define EVENT__HAVE_CLOCK_GETTIME 1 39*2b15cb3dSCy Schubert 40*2b15cb3dSCy Schubert /* Define to 1 if you have the <cthreads.h> header file. */ 41*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_CTHREADS_H */ 42*2b15cb3dSCy Schubert 43*2b15cb3dSCy Schubert /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you 44*2b15cb3dSCy Schubert don't. */ 45*2b15cb3dSCy Schubert #define EVENT__HAVE_DECL_CTL_KERN 1 46*2b15cb3dSCy Schubert 47*2b15cb3dSCy Schubert /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you 48*2b15cb3dSCy Schubert don't. */ 49*2b15cb3dSCy Schubert #define EVENT__HAVE_DECL_KERN_ARND 1 50*2b15cb3dSCy Schubert 51*2b15cb3dSCy Schubert /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you 52*2b15cb3dSCy Schubert don't. */ 53*2b15cb3dSCy Schubert #define EVENT__HAVE_DECL_KERN_RANDOM 0 54*2b15cb3dSCy Schubert 55*2b15cb3dSCy Schubert /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you 56*2b15cb3dSCy Schubert don't. */ 57*2b15cb3dSCy Schubert #define EVENT__HAVE_DECL_RANDOM_UUID 0 58*2b15cb3dSCy Schubert 59*2b15cb3dSCy Schubert /* Define if /dev/poll is available */ 60*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_DEVPOLL */ 61*2b15cb3dSCy Schubert 62*2b15cb3dSCy Schubert /* Define to 1 if you have the <dlfcn.h> header file. */ 63*2b15cb3dSCy Schubert #define EVENT__HAVE_DLFCN_H 1 64*2b15cb3dSCy Schubert 65*2b15cb3dSCy Schubert /* Define if your system supports the epoll system calls */ 66*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_EPOLL */ 67*2b15cb3dSCy Schubert 68*2b15cb3dSCy Schubert /* Define to 1 if you have the `epoll_create1' function. */ 69*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_EPOLL_CREATE1 */ 70*2b15cb3dSCy Schubert 71*2b15cb3dSCy Schubert /* Define to 1 if you have the `epoll_ctl' function. */ 72*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_EPOLL_CTL */ 73*2b15cb3dSCy Schubert 74*2b15cb3dSCy Schubert /* Define to 1 if you have the `eventfd' function. */ 75*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_EVENTFD */ 76*2b15cb3dSCy Schubert 77*2b15cb3dSCy Schubert /* Define if your system supports event ports */ 78*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_EVENT_PORTS */ 79*2b15cb3dSCy Schubert 80*2b15cb3dSCy Schubert /* Define to 1 if you have the `fcntl' function. */ 81*2b15cb3dSCy Schubert #define EVENT__HAVE_FCNTL 1 82*2b15cb3dSCy Schubert 83*2b15cb3dSCy Schubert /* Define to 1 if you have the <fcntl.h> header file. */ 84*2b15cb3dSCy Schubert #define EVENT__HAVE_FCNTL_H 1 85*2b15cb3dSCy Schubert 86*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `fd_mask'. */ 87*2b15cb3dSCy Schubert #define EVENT__HAVE_FD_MASK 1 88*2b15cb3dSCy Schubert 89*2b15cb3dSCy Schubert /* Do we have getaddrinfo()? */ 90*2b15cb3dSCy Schubert #define EVENT__HAVE_GETADDRINFO 1 91*2b15cb3dSCy Schubert 92*2b15cb3dSCy Schubert /* Define to 1 if you have the `getegid' function. */ 93*2b15cb3dSCy Schubert #define EVENT__HAVE_GETEGID 1 94*2b15cb3dSCy Schubert 95*2b15cb3dSCy Schubert /* Define to 1 if you have the `geteuid' function. */ 96*2b15cb3dSCy Schubert #define EVENT__HAVE_GETEUID 1 97*2b15cb3dSCy Schubert 98*2b15cb3dSCy Schubert /* Define this if you have any gethostbyname_r() */ 99*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_GETHOSTBYNAME_R */ 100*2b15cb3dSCy Schubert 101*2b15cb3dSCy Schubert /* Define this if gethostbyname_r takes 3 arguments */ 102*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_GETHOSTBYNAME_R_3_ARG */ 103*2b15cb3dSCy Schubert 104*2b15cb3dSCy Schubert /* Define this if gethostbyname_r takes 5 arguments */ 105*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_GETHOSTBYNAME_R_5_ARG */ 106*2b15cb3dSCy Schubert 107*2b15cb3dSCy Schubert /* Define this if gethostbyname_r takes 6 arguments */ 108*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_GETHOSTBYNAME_R_6_ARG */ 109*2b15cb3dSCy Schubert 110*2b15cb3dSCy Schubert /* Define to 1 if you have the `getifaddrs' function. */ 111*2b15cb3dSCy Schubert #define EVENT__HAVE_GETIFADDRS 1 112*2b15cb3dSCy Schubert 113*2b15cb3dSCy Schubert /* Define to 1 if you have the `getnameinfo' function. */ 114*2b15cb3dSCy Schubert #define EVENT__HAVE_GETNAMEINFO 1 115*2b15cb3dSCy Schubert 116*2b15cb3dSCy Schubert /* Define to 1 if you have the `getprotobynumber' function. */ 117*2b15cb3dSCy Schubert #define EVENT__HAVE_GETPROTOBYNUMBER 1 118*2b15cb3dSCy Schubert 119*2b15cb3dSCy Schubert /* Define to 1 if you have the `getservbyname' function. */ 120*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_GETSERVBYNAME */ 121*2b15cb3dSCy Schubert 122*2b15cb3dSCy Schubert /* Define to 1 if you have the `gettimeofday' function. */ 123*2b15cb3dSCy Schubert #define EVENT__HAVE_GETTIMEOFDAY 1 124*2b15cb3dSCy Schubert 125*2b15cb3dSCy Schubert /* if you have GNU Pth */ 126*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_GNU_PTH */ 127*2b15cb3dSCy Schubert 128*2b15cb3dSCy Schubert /* Define to 1 if you have the <ifaddrs.h> header file. */ 129*2b15cb3dSCy Schubert #define EVENT__HAVE_IFADDRS_H 1 130*2b15cb3dSCy Schubert 131*2b15cb3dSCy Schubert /* Define to 1 if you have the `inet_ntop' function. */ 132*2b15cb3dSCy Schubert #define EVENT__HAVE_INET_NTOP 1 133*2b15cb3dSCy Schubert 134*2b15cb3dSCy Schubert /* Define to 1 if you have the `inet_pton' function. */ 135*2b15cb3dSCy Schubert #define EVENT__HAVE_INET_PTON 1 136*2b15cb3dSCy Schubert 137*2b15cb3dSCy Schubert /* Define to 1 if you have the <inttypes.h> header file. */ 138*2b15cb3dSCy Schubert #define EVENT__HAVE_INTTYPES_H 1 139*2b15cb3dSCy Schubert 140*2b15cb3dSCy Schubert /* Define to 1 if you have the `issetugid' function. */ 141*2b15cb3dSCy Schubert #define EVENT__HAVE_ISSETUGID 1 142*2b15cb3dSCy Schubert 143*2b15cb3dSCy Schubert /* Define to 1 if you have the `kqueue' function. */ 144*2b15cb3dSCy Schubert #define EVENT__HAVE_KQUEUE 1 145*2b15cb3dSCy Schubert 146*2b15cb3dSCy Schubert /* Define if the system has zlib */ 147*2b15cb3dSCy Schubert #define EVENT__HAVE_LIBZ 1 148*2b15cb3dSCy Schubert 149*2b15cb3dSCy Schubert /* if you have LinuxThreads */ 150*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_LINUX_THREADS */ 151*2b15cb3dSCy Schubert 152*2b15cb3dSCy Schubert /* if you have SunOS LWP package */ 153*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_LWP */ 154*2b15cb3dSCy Schubert 155*2b15cb3dSCy Schubert /* Define to 1 if you have the <lwp/lwp.h> header file. */ 156*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_LWP_LWP_H */ 157*2b15cb3dSCy Schubert 158*2b15cb3dSCy Schubert /* Define to 1 if you have the `mach_absolute_time' function. */ 159*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_MACH_ABSOLUTE_TIME */ 160*2b15cb3dSCy Schubert 161*2b15cb3dSCy Schubert /* define if you have Mach Cthreads */ 162*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_MACH_CTHREADS */ 163*2b15cb3dSCy Schubert 164*2b15cb3dSCy Schubert /* Define to 1 if you have the <mach/cthreads.h> header file. */ 165*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_MACH_CTHREADS_H */ 166*2b15cb3dSCy Schubert 167*2b15cb3dSCy Schubert /* Define to 1 if you have the <mach/mach_time.h> header file. */ 168*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_MACH_MACH_TIME_H */ 169*2b15cb3dSCy Schubert 170*2b15cb3dSCy Schubert /* Define to 1 if you have the <memory.h> header file. */ 171*2b15cb3dSCy Schubert #define EVENT__HAVE_MEMORY_H 1 172*2b15cb3dSCy Schubert 173*2b15cb3dSCy Schubert /* Define to 1 if you have the `mmap' function. */ 174*2b15cb3dSCy Schubert #define EVENT__HAVE_MMAP 1 175*2b15cb3dSCy Schubert 176*2b15cb3dSCy Schubert /* Define to 1 if you have the `nanosleep' function. */ 177*2b15cb3dSCy Schubert #define EVENT__HAVE_NANOSLEEP 1 178*2b15cb3dSCy Schubert 179*2b15cb3dSCy Schubert /* Define to 1 if you have the <netdb.h> header file. */ 180*2b15cb3dSCy Schubert #define EVENT__HAVE_NETDB_H 1 181*2b15cb3dSCy Schubert 182*2b15cb3dSCy Schubert /* Define to 1 if you have the <netinet/in6.h> header file. */ 183*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_NETINET_IN6_H */ 184*2b15cb3dSCy Schubert 185*2b15cb3dSCy Schubert /* Define to 1 if you have the <netinet/in.h> header file. */ 186*2b15cb3dSCy Schubert #define EVENT__HAVE_NETINET_IN_H 1 187*2b15cb3dSCy Schubert 188*2b15cb3dSCy Schubert /* Define to 1 if you have the <netinet/tcp.h> header file. */ 189*2b15cb3dSCy Schubert #define EVENT__HAVE_NETINET_TCP_H 1 190*2b15cb3dSCy Schubert 191*2b15cb3dSCy Schubert /* if you have NT Event Log */ 192*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_NT_EVENT_LOG */ 193*2b15cb3dSCy Schubert 194*2b15cb3dSCy Schubert /* if you have NT Service Manager */ 195*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_NT_SERVICE_MANAGER */ 196*2b15cb3dSCy Schubert 197*2b15cb3dSCy Schubert /* if you have NT Threads */ 198*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_NT_THREADS */ 199*2b15cb3dSCy Schubert 200*2b15cb3dSCy Schubert /* Define if the system has openssl */ 201*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_OPENSSL */ 202*2b15cb3dSCy Schubert 203*2b15cb3dSCy Schubert /* Define to 1 if you have the `pipe' function. */ 204*2b15cb3dSCy Schubert #define EVENT__HAVE_PIPE 1 205*2b15cb3dSCy Schubert 206*2b15cb3dSCy Schubert /* Define to 1 if you have the `pipe2' function. */ 207*2b15cb3dSCy Schubert #define EVENT__HAVE_PIPE2 1 208*2b15cb3dSCy Schubert 209*2b15cb3dSCy Schubert /* Define to 1 if you have the `poll' function. */ 210*2b15cb3dSCy Schubert #define EVENT__HAVE_POLL 1 211*2b15cb3dSCy Schubert 212*2b15cb3dSCy Schubert /* Define to 1 if you have the <poll.h> header file. */ 213*2b15cb3dSCy Schubert #define EVENT__HAVE_POLL_H 1 214*2b15cb3dSCy Schubert 215*2b15cb3dSCy Schubert /* Define to 1 if you have the `port_create' function. */ 216*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_PORT_CREATE */ 217*2b15cb3dSCy Schubert 218*2b15cb3dSCy Schubert /* Define to 1 if you have the <port.h> header file. */ 219*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_PORT_H */ 220*2b15cb3dSCy Schubert 221*2b15cb3dSCy Schubert /* Define if you have POSIX threads libraries and header files. */ 222*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_PTHREAD */ 223*2b15cb3dSCy Schubert 224*2b15cb3dSCy Schubert /* define to pthreads API spec revision */ 225*2b15cb3dSCy Schubert #define EVENT__HAVE_PTHREADS 10 226*2b15cb3dSCy Schubert 227*2b15cb3dSCy Schubert /* define if you have pthread_detach function */ 228*2b15cb3dSCy Schubert #define EVENT__HAVE_PTHREAD_DETACH 1 229*2b15cb3dSCy Schubert 230*2b15cb3dSCy Schubert /* Define to 1 if you have the `pthread_getconcurrency' function. */ 231*2b15cb3dSCy Schubert #define EVENT__HAVE_PTHREAD_GETCONCURRENCY 1 232*2b15cb3dSCy Schubert 233*2b15cb3dSCy Schubert /* Define to 1 if you have the <pthread.h> header file. */ 234*2b15cb3dSCy Schubert #define EVENT__HAVE_PTHREAD_H 1 235*2b15cb3dSCy Schubert 236*2b15cb3dSCy Schubert /* Define to 1 if you have the `pthread_kill' function. */ 237*2b15cb3dSCy Schubert #define EVENT__HAVE_PTHREAD_KILL 1 238*2b15cb3dSCy Schubert 239*2b15cb3dSCy Schubert /* Define to 1 if you have the `pthread_kill_other_threads_np' function. */ 240*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_PTHREAD_KILL_OTHER_THREADS_NP */ 241*2b15cb3dSCy Schubert 242*2b15cb3dSCy Schubert /* define if you have pthread_rwlock_destroy function */ 243*2b15cb3dSCy Schubert #define EVENT__HAVE_PTHREAD_RWLOCK_DESTROY 1 244*2b15cb3dSCy Schubert 245*2b15cb3dSCy Schubert /* Define to 1 if you have the `pthread_setconcurrency' function. */ 246*2b15cb3dSCy Schubert #define EVENT__HAVE_PTHREAD_SETCONCURRENCY 1 247*2b15cb3dSCy Schubert 248*2b15cb3dSCy Schubert /* Define to 1 if you have the `pthread_yield' function. */ 249*2b15cb3dSCy Schubert #define EVENT__HAVE_PTHREAD_YIELD 1 250*2b15cb3dSCy Schubert 251*2b15cb3dSCy Schubert /* Define to 1 if you have the <pth.h> header file. */ 252*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_PTH_H */ 253*2b15cb3dSCy Schubert 254*2b15cb3dSCy Schubert /* Define to 1 if you have the `putenv' function. */ 255*2b15cb3dSCy Schubert #define EVENT__HAVE_PUTENV 1 256*2b15cb3dSCy Schubert 257*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `sa_family_t'. */ 258*2b15cb3dSCy Schubert #define EVENT__HAVE_SA_FAMILY_T 1 259*2b15cb3dSCy Schubert 260*2b15cb3dSCy Schubert /* Define to 1 if you have the <sched.h> header file. */ 261*2b15cb3dSCy Schubert #define EVENT__HAVE_SCHED_H 1 262*2b15cb3dSCy Schubert 263*2b15cb3dSCy Schubert /* Define to 1 if you have the `sched_yield' function. */ 264*2b15cb3dSCy Schubert #define EVENT__HAVE_SCHED_YIELD 1 265*2b15cb3dSCy Schubert 266*2b15cb3dSCy Schubert /* Define to 1 if you have the `select' function. */ 267*2b15cb3dSCy Schubert #define EVENT__HAVE_SELECT 1 268*2b15cb3dSCy Schubert 269*2b15cb3dSCy Schubert /* Define to 1 if you have the `sendfile' function. */ 270*2b15cb3dSCy Schubert #define EVENT__HAVE_SENDFILE 1 271*2b15cb3dSCy Schubert 272*2b15cb3dSCy Schubert /* Define to 1 if you have the `setenv' function. */ 273*2b15cb3dSCy Schubert #define EVENT__HAVE_SETENV 1 274*2b15cb3dSCy Schubert 275*2b15cb3dSCy Schubert /* Define if F_SETFD is defined in <fcntl.h> */ 276*2b15cb3dSCy Schubert #define EVENT__HAVE_SETFD 1 277*2b15cb3dSCy Schubert 278*2b15cb3dSCy Schubert /* Define to 1 if you have the `setrlimit' function. */ 279*2b15cb3dSCy Schubert #define EVENT__HAVE_SETRLIMIT 1 280*2b15cb3dSCy Schubert 281*2b15cb3dSCy Schubert /* Define to 1 if you have the `sigaction' function. */ 282*2b15cb3dSCy Schubert #define EVENT__HAVE_SIGACTION 1 283*2b15cb3dSCy Schubert 284*2b15cb3dSCy Schubert /* Define to 1 if you have the `signal' function. */ 285*2b15cb3dSCy Schubert #define EVENT__HAVE_SIGNAL 1 286*2b15cb3dSCy Schubert 287*2b15cb3dSCy Schubert /* Define to 1 if you have the `splice' function. */ 288*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_SPLICE */ 289*2b15cb3dSCy Schubert 290*2b15cb3dSCy Schubert /* Define to 1 if you have the <stdarg.h> header file. */ 291*2b15cb3dSCy Schubert #define EVENT__HAVE_STDARG_H 1 292*2b15cb3dSCy Schubert 293*2b15cb3dSCy Schubert /* Define to 1 if you have the <stddef.h> header file. */ 294*2b15cb3dSCy Schubert #define EVENT__HAVE_STDDEF_H 1 295*2b15cb3dSCy Schubert 296*2b15cb3dSCy Schubert /* Define to 1 if you have the <stdint.h> header file. */ 297*2b15cb3dSCy Schubert #define EVENT__HAVE_STDINT_H 1 298*2b15cb3dSCy Schubert 299*2b15cb3dSCy Schubert /* Define to 1 if you have the <stdlib.h> header file. */ 300*2b15cb3dSCy Schubert #define EVENT__HAVE_STDLIB_H 1 301*2b15cb3dSCy Schubert 302*2b15cb3dSCy Schubert /* Define to 1 if you have the <strings.h> header file. */ 303*2b15cb3dSCy Schubert #define EVENT__HAVE_STRINGS_H 1 304*2b15cb3dSCy Schubert 305*2b15cb3dSCy Schubert /* Define to 1 if you have the <string.h> header file. */ 306*2b15cb3dSCy Schubert #define EVENT__HAVE_STRING_H 1 307*2b15cb3dSCy Schubert 308*2b15cb3dSCy Schubert /* Define to 1 if you have the `strlcpy' function. */ 309*2b15cb3dSCy Schubert #define EVENT__HAVE_STRLCPY 1 310*2b15cb3dSCy Schubert 311*2b15cb3dSCy Schubert /* Define to 1 if you have the `strsep' function. */ 312*2b15cb3dSCy Schubert #define EVENT__HAVE_STRSEP 1 313*2b15cb3dSCy Schubert 314*2b15cb3dSCy Schubert /* Define to 1 if you have the `strtok_r' function. */ 315*2b15cb3dSCy Schubert #define EVENT__HAVE_STRTOK_R 1 316*2b15cb3dSCy Schubert 317*2b15cb3dSCy Schubert /* Define to 1 if you have the `strtoll' function. */ 318*2b15cb3dSCy Schubert #define EVENT__HAVE_STRTOLL 1 319*2b15cb3dSCy Schubert 320*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `struct addrinfo'. */ 321*2b15cb3dSCy Schubert #define EVENT__HAVE_STRUCT_ADDRINFO 1 322*2b15cb3dSCy Schubert 323*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `struct in6_addr'. */ 324*2b15cb3dSCy Schubert #define EVENT__HAVE_STRUCT_IN6_ADDR 1 325*2b15cb3dSCy Schubert 326*2b15cb3dSCy Schubert /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */ 327*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */ 328*2b15cb3dSCy Schubert 329*2b15cb3dSCy Schubert /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */ 330*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */ 331*2b15cb3dSCy Schubert 332*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `struct sockaddr_in6'. */ 333*2b15cb3dSCy Schubert #define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1 334*2b15cb3dSCy Schubert 335*2b15cb3dSCy Schubert /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */ 336*2b15cb3dSCy Schubert #define EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1 337*2b15cb3dSCy Schubert 338*2b15cb3dSCy Schubert /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */ 339*2b15cb3dSCy Schubert #define EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1 340*2b15cb3dSCy Schubert 341*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `struct sockaddr_storage'. */ 342*2b15cb3dSCy Schubert #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1 343*2b15cb3dSCy Schubert 344*2b15cb3dSCy Schubert /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ 345*2b15cb3dSCy Schubert #define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 346*2b15cb3dSCy Schubert 347*2b15cb3dSCy Schubert /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */ 348*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */ 349*2b15cb3dSCy Schubert 350*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `struct so_linger'. */ 351*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_STRUCT_SO_LINGER */ 352*2b15cb3dSCy Schubert 353*2b15cb3dSCy Schubert /* Define to 1 if you have the <synch.h> header file. */ 354*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_SYNCH_H */ 355*2b15cb3dSCy Schubert 356*2b15cb3dSCy Schubert /* Define to 1 if you have the `sysctl' function. */ 357*2b15cb3dSCy Schubert #define EVENT__HAVE_SYSCTL 1 358*2b15cb3dSCy Schubert 359*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/devpoll.h> header file. */ 360*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_SYS_DEVPOLL_H */ 361*2b15cb3dSCy Schubert 362*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/epoll.h> header file. */ 363*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_SYS_EPOLL_H */ 364*2b15cb3dSCy Schubert 365*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/eventfd.h> header file. */ 366*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_SYS_EVENTFD_H */ 367*2b15cb3dSCy Schubert 368*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/event.h> header file. */ 369*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_EVENT_H 1 370*2b15cb3dSCy Schubert 371*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/ioctl.h> header file. */ 372*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_IOCTL_H 1 373*2b15cb3dSCy Schubert 374*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/mman.h> header file. */ 375*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_MMAN_H 1 376*2b15cb3dSCy Schubert 377*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/param.h> header file. */ 378*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_PARAM_H 1 379*2b15cb3dSCy Schubert 380*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/queue.h> header file. */ 381*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_QUEUE_H 1 382*2b15cb3dSCy Schubert 383*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/resource.h> header file. */ 384*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_RESOURCE_H 1 385*2b15cb3dSCy Schubert 386*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/select.h> header file. */ 387*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_SELECT_H 1 388*2b15cb3dSCy Schubert 389*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/sendfile.h> header file. */ 390*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_SYS_SENDFILE_H */ 391*2b15cb3dSCy Schubert 392*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/socket.h> header file. */ 393*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_SOCKET_H 1 394*2b15cb3dSCy Schubert 395*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/stat.h> header file. */ 396*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_STAT_H 1 397*2b15cb3dSCy Schubert 398*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/sysctl.h> header file. */ 399*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_SYSCTL_H 1 400*2b15cb3dSCy Schubert 401*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/timerfd.h> header file. */ 402*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_SYS_TIMERFD_H */ 403*2b15cb3dSCy Schubert 404*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/time.h> header file. */ 405*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_TIME_H 1 406*2b15cb3dSCy Schubert 407*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/types.h> header file. */ 408*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_TYPES_H 1 409*2b15cb3dSCy Schubert 410*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/uio.h> header file. */ 411*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_UIO_H 1 412*2b15cb3dSCy Schubert 413*2b15cb3dSCy Schubert /* Define to 1 if you have the <sys/wait.h> header file. */ 414*2b15cb3dSCy Schubert #define EVENT__HAVE_SYS_WAIT_H 1 415*2b15cb3dSCy Schubert 416*2b15cb3dSCy Schubert /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ 417*2b15cb3dSCy Schubert #define EVENT__HAVE_TAILQFOREACH 1 418*2b15cb3dSCy Schubert 419*2b15cb3dSCy Schubert /* if you have Solaris LWP (thr) package */ 420*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_THR */ 421*2b15cb3dSCy Schubert 422*2b15cb3dSCy Schubert /* Define to 1 if you have the <thread.h> header file. */ 423*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_THREAD_H */ 424*2b15cb3dSCy Schubert 425*2b15cb3dSCy Schubert /* Define to 1 if you have the `thr_getconcurrency' function. */ 426*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_THR_GETCONCURRENCY */ 427*2b15cb3dSCy Schubert 428*2b15cb3dSCy Schubert /* Define to 1 if you have the `thr_setconcurrency' function. */ 429*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_THR_SETCONCURRENCY */ 430*2b15cb3dSCy Schubert 431*2b15cb3dSCy Schubert /* Define to 1 if you have the `thr_yield' function. */ 432*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_THR_YIELD */ 433*2b15cb3dSCy Schubert 434*2b15cb3dSCy Schubert /* Define if timeradd is defined in <sys/time.h> */ 435*2b15cb3dSCy Schubert #define EVENT__HAVE_TIMERADD 1 436*2b15cb3dSCy Schubert 437*2b15cb3dSCy Schubert /* Define if timerclear is defined in <sys/time.h> */ 438*2b15cb3dSCy Schubert #define EVENT__HAVE_TIMERCLEAR 1 439*2b15cb3dSCy Schubert 440*2b15cb3dSCy Schubert /* Define if timercmp is defined in <sys/time.h> */ 441*2b15cb3dSCy Schubert #define EVENT__HAVE_TIMERCMP 1 442*2b15cb3dSCy Schubert 443*2b15cb3dSCy Schubert /* Define to 1 if you have the `timerfd_create' function. */ 444*2b15cb3dSCy Schubert /* #undef EVENT__HAVE_TIMERFD_CREATE */ 445*2b15cb3dSCy Schubert 446*2b15cb3dSCy Schubert /* Define if timerisset is defined in <sys/time.h> */ 447*2b15cb3dSCy Schubert #define EVENT__HAVE_TIMERISSET 1 448*2b15cb3dSCy Schubert 449*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `uint16_t'. */ 450*2b15cb3dSCy Schubert #define EVENT__HAVE_UINT16_T 1 451*2b15cb3dSCy Schubert 452*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `uint32_t'. */ 453*2b15cb3dSCy Schubert #define EVENT__HAVE_UINT32_T 1 454*2b15cb3dSCy Schubert 455*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `uint64_t'. */ 456*2b15cb3dSCy Schubert #define EVENT__HAVE_UINT64_T 1 457*2b15cb3dSCy Schubert 458*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `uint8_t'. */ 459*2b15cb3dSCy Schubert #define EVENT__HAVE_UINT8_T 1 460*2b15cb3dSCy Schubert 461*2b15cb3dSCy Schubert /* Define to 1 if the system has the type `uintptr_t'. */ 462*2b15cb3dSCy Schubert #define EVENT__HAVE_UINTPTR_T 1 463*2b15cb3dSCy Schubert 464*2b15cb3dSCy Schubert /* Define to 1 if you have the `umask' function. */ 465*2b15cb3dSCy Schubert #define EVENT__HAVE_UMASK 1 466*2b15cb3dSCy Schubert 467*2b15cb3dSCy Schubert /* Define to 1 if you have the <unistd.h> header file. */ 468*2b15cb3dSCy Schubert #define EVENT__HAVE_UNISTD_H 1 469*2b15cb3dSCy Schubert 470*2b15cb3dSCy Schubert /* Define to 1 if you have the `unsetenv' function. */ 471*2b15cb3dSCy Schubert #define EVENT__HAVE_UNSETENV 1 472*2b15cb3dSCy Schubert 473*2b15cb3dSCy Schubert /* Define to 1 if you have the `usleep' function. */ 474*2b15cb3dSCy Schubert #define EVENT__HAVE_USLEEP 1 475*2b15cb3dSCy Schubert 476*2b15cb3dSCy Schubert /* Define to 1 if you have the `vasprintf' function. */ 477*2b15cb3dSCy Schubert #define EVENT__HAVE_VASPRINTF 1 478*2b15cb3dSCy Schubert 479*2b15cb3dSCy Schubert /* Define if kqueue works correctly with pipes */ 480*2b15cb3dSCy Schubert #define EVENT__HAVE_WORKING_KQUEUE 1 481*2b15cb3dSCy Schubert 482*2b15cb3dSCy Schubert /* define if select implicitly yields */ 483*2b15cb3dSCy Schubert #define EVENT__HAVE_YIELDING_SELECT 1 484*2b15cb3dSCy Schubert 485*2b15cb3dSCy Schubert /* Define to 1 if you have the <zlib.h> header file. */ 486*2b15cb3dSCy Schubert #define EVENT__HAVE_ZLIB_H 1 487*2b15cb3dSCy Schubert 488*2b15cb3dSCy Schubert /* define to 1 if library is thread safe */ 489*2b15cb3dSCy Schubert #define EVENT__LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1 490*2b15cb3dSCy Schubert 491*2b15cb3dSCy Schubert /* Define to the sub-directory in which libtool stores uninstalled libraries. 492*2b15cb3dSCy Schubert */ 493*2b15cb3dSCy Schubert #define EVENT__LT_OBJDIR ".libs/" 494*2b15cb3dSCy Schubert 495*2b15cb3dSCy Schubert /* Define to 1 if your C compiler doesn't accept -c and -o together. */ 496*2b15cb3dSCy Schubert /* #undef EVENT__NO_MINUS_C_MINUS_O */ 497*2b15cb3dSCy Schubert 498*2b15cb3dSCy Schubert /* define if you have (or want) no threads */ 499*2b15cb3dSCy Schubert /* #undef EVENT__NO_THREADS */ 500*2b15cb3dSCy Schubert 501*2b15cb3dSCy Schubert /* Numeric representation of the version */ 502*2b15cb3dSCy Schubert #define EVENT__NUMERIC_VERSION 0x02010301 503*2b15cb3dSCy Schubert 504*2b15cb3dSCy Schubert /* Name of package */ 505*2b15cb3dSCy Schubert #define EVENT__PACKAGE "libevent" 506*2b15cb3dSCy Schubert 507*2b15cb3dSCy Schubert /* Define to the address where bug reports for this package should be sent. */ 508*2b15cb3dSCy Schubert #define EVENT__PACKAGE_BUGREPORT "" 509*2b15cb3dSCy Schubert 510*2b15cb3dSCy Schubert /* Define to the full name of this package. */ 511*2b15cb3dSCy Schubert #define EVENT__PACKAGE_NAME "libevent" 512*2b15cb3dSCy Schubert 513*2b15cb3dSCy Schubert /* Define to the full name and version of this package. */ 514*2b15cb3dSCy Schubert #define EVENT__PACKAGE_STRING "libevent 2.1.3-alpha-dev" 515*2b15cb3dSCy Schubert 516*2b15cb3dSCy Schubert /* Define to the one symbol short name of this package. */ 517*2b15cb3dSCy Schubert #define EVENT__PACKAGE_TARNAME "libevent" 518*2b15cb3dSCy Schubert 519*2b15cb3dSCy Schubert /* Define to the home page for this package. */ 520*2b15cb3dSCy Schubert #define EVENT__PACKAGE_URL "" 521*2b15cb3dSCy Schubert 522*2b15cb3dSCy Schubert /* Define to the version of this package. */ 523*2b15cb3dSCy Schubert #define EVENT__PACKAGE_VERSION "2.1.3-alpha-dev" 524*2b15cb3dSCy Schubert 525*2b15cb3dSCy Schubert /* enable thread safety */ 526*2b15cb3dSCy Schubert #define EVENT__REENTRANT 1 527*2b15cb3dSCy Schubert 528*2b15cb3dSCy Schubert /* define if sched_yield yields the entire process */ 529*2b15cb3dSCy Schubert /* #undef EVENT__REPLACE_BROKEN_YIELD */ 530*2b15cb3dSCy Schubert 531*2b15cb3dSCy Schubert /* The size of `int', as computed by sizeof. */ 532*2b15cb3dSCy Schubert #define EVENT__SIZEOF_INT 4 533*2b15cb3dSCy Schubert 534*2b15cb3dSCy Schubert /* The size of `long', as computed by sizeof. */ 535*2b15cb3dSCy Schubert #define EVENT__SIZEOF_LONG 8 536*2b15cb3dSCy Schubert 537*2b15cb3dSCy Schubert /* The size of `long long', as computed by sizeof. */ 538*2b15cb3dSCy Schubert #define EVENT__SIZEOF_LONG_LONG 8 539*2b15cb3dSCy Schubert 540*2b15cb3dSCy Schubert /* The size of `off_t', as computed by sizeof. */ 541*2b15cb3dSCy Schubert #define EVENT__SIZEOF_OFF_T 8 542*2b15cb3dSCy Schubert 543*2b15cb3dSCy Schubert /* The size of `pthread_t', as computed by sizeof. */ 544*2b15cb3dSCy Schubert #define EVENT__SIZEOF_PTHREAD_T 8 545*2b15cb3dSCy Schubert 546*2b15cb3dSCy Schubert /* The size of `short', as computed by sizeof. */ 547*2b15cb3dSCy Schubert #define EVENT__SIZEOF_SHORT 2 548*2b15cb3dSCy Schubert 549*2b15cb3dSCy Schubert /* The size of `size_t', as computed by sizeof. */ 550*2b15cb3dSCy Schubert #define EVENT__SIZEOF_SIZE_T 8 551*2b15cb3dSCy Schubert 552*2b15cb3dSCy Schubert /* The size of `void *', as computed by sizeof. */ 553*2b15cb3dSCy Schubert #define EVENT__SIZEOF_VOID_P 8 554*2b15cb3dSCy Schubert 555*2b15cb3dSCy Schubert /* Define to 1 if you have the ANSI C header files. */ 556*2b15cb3dSCy Schubert #define EVENT__STDC_HEADERS 1 557*2b15cb3dSCy Schubert 558*2b15cb3dSCy Schubert /* enable thread safety */ 559*2b15cb3dSCy Schubert #define EVENT__THREADSAFE 1 560*2b15cb3dSCy Schubert 561*2b15cb3dSCy Schubert /* enable thread safety */ 562*2b15cb3dSCy Schubert #define EVENT__THREAD_SAFE 1 563*2b15cb3dSCy Schubert 564*2b15cb3dSCy Schubert /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 565*2b15cb3dSCy Schubert #define EVENT__TIME_WITH_SYS_TIME 1 566*2b15cb3dSCy Schubert 567*2b15cb3dSCy Schubert /* Version number of package */ 568*2b15cb3dSCy Schubert #define EVENT__VERSION "2.1.3-alpha-dev" 569*2b15cb3dSCy Schubert 570*2b15cb3dSCy Schubert /* Number of bits in a file offset, on hosts where this is settable. */ 571*2b15cb3dSCy Schubert /* #undef EVENT___FILE_OFFSET_BITS */ 572*2b15cb3dSCy Schubert 573*2b15cb3dSCy Schubert /* Define for large files, on AIX-style hosts. */ 574*2b15cb3dSCy Schubert /* #undef EVENT___LARGE_FILES */ 575*2b15cb3dSCy Schubert 576*2b15cb3dSCy Schubert /* Define to 1 if on MINIX. */ 577*2b15cb3dSCy Schubert /* #undef EVENT___MINIX */ 578*2b15cb3dSCy Schubert 579*2b15cb3dSCy Schubert /* Define to 2 if the system does not provide POSIX.1 features except with 580*2b15cb3dSCy Schubert this defined. */ 581*2b15cb3dSCy Schubert /* #undef EVENT___POSIX_1_SOURCE */ 582*2b15cb3dSCy Schubert 583*2b15cb3dSCy Schubert /* Define to 1 if you need to in order for `stat' and other things to work. */ 584*2b15cb3dSCy Schubert /* #undef EVENT___POSIX_SOURCE */ 585*2b15cb3dSCy Schubert 586*2b15cb3dSCy Schubert /* enable thread safety */ 587*2b15cb3dSCy Schubert #define EVENT___REENTRANT 1 588*2b15cb3dSCy Schubert 589*2b15cb3dSCy Schubert /* enable thread safety */ 590*2b15cb3dSCy Schubert #define EVENT___SGI_MP_SOURCE 1 591*2b15cb3dSCy Schubert 592*2b15cb3dSCy Schubert /* enable thread safety */ 593*2b15cb3dSCy Schubert #define EVENT___THREADSAFE 1 594*2b15cb3dSCy Schubert 595*2b15cb3dSCy Schubert /* enable thread safety */ 596*2b15cb3dSCy Schubert #define EVENT___THREAD_SAFE 1 597*2b15cb3dSCy Schubert 598*2b15cb3dSCy Schubert /* Define to 500 only on HP-UX. */ 599*2b15cb3dSCy Schubert /* #undef EVENT___XOPEN_SOURCE */ 600*2b15cb3dSCy Schubert 601*2b15cb3dSCy Schubert /* Enable extensions on AIX 3, Interix. */ 602*2b15cb3dSCy Schubert #ifndef EVENT___ALL_SOURCE 603*2b15cb3dSCy Schubert # define EVENT___ALL_SOURCE 1 604*2b15cb3dSCy Schubert #endif 605*2b15cb3dSCy Schubert /* Enable GNU extensions on systems that have them. */ 606*2b15cb3dSCy Schubert #ifndef EVENT___GNU_SOURCE 607*2b15cb3dSCy Schubert # define EVENT___GNU_SOURCE 1 608*2b15cb3dSCy Schubert #endif 609*2b15cb3dSCy Schubert /* Enable threading extensions on Solaris. */ 610*2b15cb3dSCy Schubert #ifndef EVENT___POSIX_PTHREAD_SEMANTICS 611*2b15cb3dSCy Schubert # define EVENT___POSIX_PTHREAD_SEMANTICS 1 612*2b15cb3dSCy Schubert #endif 613*2b15cb3dSCy Schubert /* Enable extensions on HP NonStop. */ 614*2b15cb3dSCy Schubert #ifndef EVENT___TANDEM_SOURCE 615*2b15cb3dSCy Schubert # define EVENT___TANDEM_SOURCE 1 616*2b15cb3dSCy Schubert #endif 617*2b15cb3dSCy Schubert /* Enable general extensions on Solaris. */ 618*2b15cb3dSCy Schubert #ifndef EVENT____EXTENSIONS__ 619*2b15cb3dSCy Schubert # define EVENT____EXTENSIONS__ 1 620*2b15cb3dSCy Schubert #endif 621*2b15cb3dSCy Schubert 622*2b15cb3dSCy Schubert 623*2b15cb3dSCy Schubert /* Define to appropriate substitue if compiler doesnt have __func__ */ 624*2b15cb3dSCy Schubert /* #undef EVENT____func__ */ 625*2b15cb3dSCy Schubert 626*2b15cb3dSCy Schubert /* Define to empty if `const' does not conform to ANSI C. */ 627*2b15cb3dSCy Schubert /* #undef EVENT__const */ 628*2b15cb3dSCy Schubert 629*2b15cb3dSCy Schubert /* Define to `__inline__' or `__inline' if that's what the C compiler 630*2b15cb3dSCy Schubert calls it, or to nothing if 'inline' is not supported under any name. */ 631*2b15cb3dSCy Schubert #ifndef EVENT____cplusplus 632*2b15cb3dSCy Schubert /* #undef EVENT__inline */ 633*2b15cb3dSCy Schubert #endif 634*2b15cb3dSCy Schubert 635*2b15cb3dSCy Schubert /* Define to `int' if <sys/types.h> does not define. */ 636*2b15cb3dSCy Schubert /* #undef EVENT__pid_t */ 637*2b15cb3dSCy Schubert 638*2b15cb3dSCy Schubert /* Define to `unsigned int' if <sys/types.h> does not define. */ 639*2b15cb3dSCy Schubert /* #undef EVENT__size_t */ 640*2b15cb3dSCy Schubert 641*2b15cb3dSCy Schubert /* Define to unsigned int if you dont have it */ 642*2b15cb3dSCy Schubert /* #undef EVENT__socklen_t */ 643*2b15cb3dSCy Schubert 644*2b15cb3dSCy Schubert /* Define to `int' if <sys/types.h> does not define. */ 645*2b15cb3dSCy Schubert /* #undef EVENT__ssize_t */ 646*2b15cb3dSCy Schubert 647*2b15cb3dSCy Schubert #endif /* event2/event-config.h */ 648