1*657871a7Schristos/* event-config.h 2*657871a7Schristos * 3*657871a7Schristos * This file was generated by cmake when the makefiles were generated. 4*657871a7Schristos * 5*657871a7Schristos * DO NOT EDIT THIS FILE. 6*657871a7Schristos * 7*657871a7Schristos * Do not rely on macros in this file existing in later versions. 8*657871a7Schristos */ 9*657871a7Schristos#ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_ 10*657871a7Schristos#define EVENT2_EVENT_CONFIG_H_INCLUDED_ 11*657871a7Schristos 12*657871a7Schristos/* Numeric representation of the version */ 13*657871a7Schristos#define EVENT__NUMERIC_VERSION @EVENT_NUMERIC_VERSION@ 14*657871a7Schristos#define EVENT__PACKAGE_VERSION "@EVENT_PACKAGE_VERSION@" 15*657871a7Schristos 16*657871a7Schristos#define EVENT__VERSION_MAJOR @EVENT_VERSION_MAJOR@ 17*657871a7Schristos#define EVENT__VERSION_MINOR @EVENT_VERSION_MINOR@ 18*657871a7Schristos#define EVENT__VERSION_PATCH @EVENT_VERSION_PATCH@ 19*657871a7Schristos 20*657871a7Schristos/* Version number of package */ 21*657871a7Schristos#define EVENT__VERSION "@EVENT_VERSION@" 22*657871a7Schristos 23*657871a7Schristos/* Name of package */ 24*657871a7Schristos#define EVENT__PACKAGE "libevent" 25*657871a7Schristos 26*657871a7Schristos/* Define to the address where bug reports for this package should be sent. */ 27*657871a7Schristos#define EVENT__PACKAGE_BUGREPORT "" 28*657871a7Schristos 29*657871a7Schristos/* Define to the full name of this package. */ 30*657871a7Schristos#define EVENT__PACKAGE_NAME "" 31*657871a7Schristos 32*657871a7Schristos/* Define to the full name and version of this package. */ 33*657871a7Schristos#define EVENT__PACKAGE_STRING "" 34*657871a7Schristos 35*657871a7Schristos/* Define to the one symbol short name of this package. */ 36*657871a7Schristos#define EVENT__PACKAGE_TARNAME "" 37*657871a7Schristos 38*657871a7Schristos/* Define if libevent should build without support for a debug mode */ 39*657871a7Schristos#cmakedefine EVENT__DISABLE_DEBUG_MODE 1 40*657871a7Schristos 41*657871a7Schristos/* Define if libevent should not allow replacing the mm functions */ 42*657871a7Schristos#cmakedefine EVENT__DISABLE_MM_REPLACEMENT 1 43*657871a7Schristos 44*657871a7Schristos/* Define if libevent should not be compiled with thread support */ 45*657871a7Schristos#cmakedefine EVENT__DISABLE_THREAD_SUPPORT 1 46*657871a7Schristos 47*657871a7Schristos/* Define to 1 if you have the `accept4' function. */ 48*657871a7Schristos#cmakedefine EVENT__HAVE_ACCEPT4 1 49*657871a7Schristos 50*657871a7Schristos/* Define to 1 if you have the `arc4random' function. */ 51*657871a7Schristos#cmakedefine EVENT__HAVE_ARC4RANDOM 1 52*657871a7Schristos 53*657871a7Schristos/* Define to 1 if you have the `arc4random_buf' function. */ 54*657871a7Schristos#cmakedefine EVENT__HAVE_ARC4RANDOM_BUF 1 55*657871a7Schristos 56*657871a7Schristos/* Define to 1 if you have the `arc4random_addrandom' function. */ 57*657871a7Schristos#cmakedefine EVENT__HAVE_ARC4RANDOM_ADDRANDOM 1 58*657871a7Schristos 59*657871a7Schristos/* Define if clock_gettime is available in libc */ 60*657871a7Schristos#cmakedefine EVENT__DNS_USE_CPU_CLOCK_FOR_ID 1 61*657871a7Schristos 62*657871a7Schristos/* Define is no secure id variant is available */ 63*657871a7Schristos#cmakedefine EVENT__DNS_USE_GETTIMEOFDAY_FOR_ID 1 64*657871a7Schristos#cmakedefine EVENT__DNS_USE_FTIME_FOR_ID 1 65*657871a7Schristos 66*657871a7Schristos/* Define to 1 if you have the <arpa/inet.h> header file. */ 67*657871a7Schristos#cmakedefine EVENT__HAVE_ARPA_INET_H 1 68*657871a7Schristos 69*657871a7Schristos/* Define to 1 if you have the `clock_gettime' function. */ 70*657871a7Schristos#cmakedefine EVENT__HAVE_CLOCK_GETTIME 1 71*657871a7Schristos 72*657871a7Schristos/* Define to 1 if you have the declaration of `CTL_KERN'. */ 73*657871a7Schristos#define EVENT__HAVE_DECL_CTL_KERN @EVENT__HAVE_DECL_CTL_KERN@ 74*657871a7Schristos 75*657871a7Schristos/* Define to 1 if you have the declaration of `KERN_ARND'. */ 76*657871a7Schristos#define EVENT__HAVE_DECL_KERN_ARND @EVENT__HAVE_DECL_KERN_ARND@ 77*657871a7Schristos 78*657871a7Schristos/* Define to 1 if you have `getrandom' function. */ 79*657871a7Schristos#cmakedefine EVENT__HAVE_GETRANDOM 1 80*657871a7Schristos 81*657871a7Schristos/* Define if /dev/poll is available */ 82*657871a7Schristos#cmakedefine EVENT__HAVE_DEVPOLL 1 83*657871a7Schristos 84*657871a7Schristos/* Define to 1 if you have the <netdb.h> header file. */ 85*657871a7Schristos#cmakedefine EVENT__HAVE_NETDB_H 1 86*657871a7Schristos 87*657871a7Schristos/* Define to 1 if fd_mask type is defined */ 88*657871a7Schristos#cmakedefine EVENT__HAVE_FD_MASK 1 89*657871a7Schristos 90*657871a7Schristos/* Define to 1 if the <sys/queue.h> header file defines TAILQ_FOREACH. */ 91*657871a7Schristos#cmakedefine EVENT__HAVE_TAILQFOREACH 1 92*657871a7Schristos 93*657871a7Schristos/* Define to 1 if you have the <dlfcn.h> header file. */ 94*657871a7Schristos#cmakedefine EVENT__HAVE_DLFCN_H 1 95*657871a7Schristos 96*657871a7Schristos/* Define if your system supports the epoll system calls */ 97*657871a7Schristos#cmakedefine EVENT__HAVE_EPOLL 1 98*657871a7Schristos 99*657871a7Schristos/* Define to 1 if you have the `epoll_create1' function. */ 100*657871a7Schristos#cmakedefine EVENT__HAVE_EPOLL_CREATE1 1 101*657871a7Schristos 102*657871a7Schristos/* Define to 1 if you have the `epoll_ctl' function. */ 103*657871a7Schristos#cmakedefine EVENT__HAVE_EPOLL_CTL 1 104*657871a7Schristos 105*657871a7Schristos/* Define to 1 if you have the `eventfd' function. */ 106*657871a7Schristos#cmakedefine EVENT__HAVE_EVENTFD 1 107*657871a7Schristos 108*657871a7Schristos/* Define if your system supports event ports */ 109*657871a7Schristos#cmakedefine EVENT__HAVE_EVENT_PORTS 1 110*657871a7Schristos 111*657871a7Schristos/* Define to 1 if you have the `fcntl' function. */ 112*657871a7Schristos#cmakedefine EVENT__HAVE_FCNTL 1 113*657871a7Schristos 114*657871a7Schristos/* Define to 1 if you have the <fcntl.h> header file. */ 115*657871a7Schristos#cmakedefine EVENT__HAVE_FCNTL_H 1 116*657871a7Schristos 117*657871a7Schristos/* Define to 1 if you have the `getaddrinfo' function. */ 118*657871a7Schristos#cmakedefine EVENT__HAVE_GETADDRINFO 1 119*657871a7Schristos 120*657871a7Schristos/* Define to 1 if you have the `getegid' function. */ 121*657871a7Schristos#cmakedefine EVENT__HAVE_GETEGID 1 122*657871a7Schristos 123*657871a7Schristos/* Define to 1 if you have the `geteuid' function. */ 124*657871a7Schristos#cmakedefine EVENT__HAVE_GETEUID 1 125*657871a7Schristos 126*657871a7Schristos/* TODO: Check for different gethostname argument counts. CheckPrototypeDefinition.cmake can be used. */ 127*657871a7Schristos/* Define this if you have any gethostbyname_r() */ 128*657871a7Schristos#cmakedefine EVENT__HAVE_GETHOSTBYNAME_R 1 129*657871a7Schristos 130*657871a7Schristos/* Define this if gethostbyname_r takes 3 arguments */ 131*657871a7Schristos#cmakedefine EVENT__HAVE_GETHOSTBYNAME_R_3_ARG 1 132*657871a7Schristos 133*657871a7Schristos/* Define this if gethostbyname_r takes 5 arguments */ 134*657871a7Schristos#cmakedefine EVENT__HAVE_GETHOSTBYNAME_R_5_ARG 1 135*657871a7Schristos 136*657871a7Schristos/* Define this if gethostbyname_r takes 6 arguments */ 137*657871a7Schristos#cmakedefine EVENT__HAVE_GETHOSTBYNAME_R_6_ARG 1 138*657871a7Schristos 139*657871a7Schristos/* Define to 1 if you have the `getifaddrs' function. */ 140*657871a7Schristos#cmakedefine EVENT__HAVE_GETIFADDRS 1 141*657871a7Schristos 142*657871a7Schristos/* Define to 1 if you have the `getnameinfo' function. */ 143*657871a7Schristos#cmakedefine EVENT__HAVE_GETNAMEINFO 1 144*657871a7Schristos 145*657871a7Schristos/* Define to 1 if you have the `getprotobynumber' function. */ 146*657871a7Schristos#cmakedefine EVENT__HAVE_GETPROTOBYNUMBER 1 147*657871a7Schristos 148*657871a7Schristos/* Define to 1 if you have the `getservbyname' function. */ 149*657871a7Schristos#cmakedefine EVENT__HAVE_GETSERVBYNAME 1 150*657871a7Schristos 151*657871a7Schristos/* Define to 1 if you have the `gettimeofday' function. */ 152*657871a7Schristos#cmakedefine EVENT__HAVE_GETTIMEOFDAY 1 153*657871a7Schristos 154*657871a7Schristos/* Define to 1 if you have the <ifaddrs.h> header file. */ 155*657871a7Schristos#cmakedefine EVENT__HAVE_IFADDRS_H 1 156*657871a7Schristos 157*657871a7Schristos/* Define to 1 if you have the `inet_ntop' function. */ 158*657871a7Schristos#cmakedefine EVENT__HAVE_INET_NTOP 1 159*657871a7Schristos 160*657871a7Schristos/* Define to 1 if you have the `inet_pton' function. */ 161*657871a7Schristos#cmakedefine EVENT__HAVE_INET_PTON 1 162*657871a7Schristos 163*657871a7Schristos/* Define to 1 if you have the <inttypes.h> header file. */ 164*657871a7Schristos#cmakedefine EVENT__HAVE_INTTYPES_H 1 165*657871a7Schristos 166*657871a7Schristos/* Define to 1 if you have the `issetugid' function. */ 167*657871a7Schristos#cmakedefine EVENT__HAVE_ISSETUGID 1 168*657871a7Schristos 169*657871a7Schristos/* Define to 1 if you have the `kqueue' function. */ 170*657871a7Schristos#cmakedefine EVENT__HAVE_KQUEUE 1 171*657871a7Schristos 172*657871a7Schristos/* Define if the system has zlib */ 173*657871a7Schristos#cmakedefine EVENT__HAVE_LIBZ 1 174*657871a7Schristos 175*657871a7Schristos/* Define to 1 if you have the `mach_absolute_time' function. */ 176*657871a7Schristos#cmakedefine EVENT__HAVE_MACH_ABSOLUTE_TIME 1 177*657871a7Schristos 178*657871a7Schristos/* Define to 1 if you have the <mach/mach_time.h> header file. */ 179*657871a7Schristos#cmakedefine EVENT__HAVE_MACH_MACH_TIME_H 1 180*657871a7Schristos 181*657871a7Schristos/* Define to 1 if you have the <mach/mach.h> header file. */ 182*657871a7Schristos#cmakedefine EVENT__HAVE_MACH_MACH_H 1 183*657871a7Schristos 184*657871a7Schristos/* Define to 1 if you have the <memory.h> header file. */ 185*657871a7Schristos#cmakedefine EVENT__HAVE_MEMORY_H 1 186*657871a7Schristos 187*657871a7Schristos/* Define to 1 if you have the `mmap' function. */ 188*657871a7Schristos#cmakedefine EVENT__HAVE_MMAP 1 189*657871a7Schristos 190*657871a7Schristos/* Define to 1 if you have the `nanosleep' function. */ 191*657871a7Schristos#cmakedefine EVENT__HAVE_NANOSLEEP 1 192*657871a7Schristos 193*657871a7Schristos/* Define to 1 if you have the `usleep' function. */ 194*657871a7Schristos#cmakedefine EVENT__HAVE_USLEEP 1 195*657871a7Schristos 196*657871a7Schristos/* Define to 1 if you have the <netinet/in6.h> header file. */ 197*657871a7Schristos#cmakedefine EVENT__HAVE_NETINET_IN6_H 1 198*657871a7Schristos 199*657871a7Schristos/* Define to 1 if you have the <netinet/in.h> header file. */ 200*657871a7Schristos#cmakedefine EVENT__HAVE_NETINET_IN_H 1 201*657871a7Schristos 202*657871a7Schristos/* Define to 1 if you have the <netinet/tcp.h> header file. */ 203*657871a7Schristos#cmakedefine EVENT__HAVE_NETINET_TCP_H 1 204*657871a7Schristos 205*657871a7Schristos/* Define to 1 if you have the <sys/un.h> header file. */ 206*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_UN_H 1 207*657871a7Schristos 208*657871a7Schristos/* Define to 1 if you have the <afunix.h> header file. */ 209*657871a7Schristos#cmakedefine EVENT__HAVE_AFUNIX_H 1 210*657871a7Schristos 211*657871a7Schristos/* Define if the system has openssl */ 212*657871a7Schristos#cmakedefine EVENT__HAVE_OPENSSL 1 213*657871a7Schristos 214*657871a7Schristos/* Define to 1 if you have the `pipe' function. */ 215*657871a7Schristos#cmakedefine EVENT__HAVE_PIPE 1 216*657871a7Schristos 217*657871a7Schristos/* Define to 1 if you have the `pipe2' function. */ 218*657871a7Schristos#cmakedefine EVENT__HAVE_PIPE2 1 219*657871a7Schristos 220*657871a7Schristos/* Define to 1 if you have the `poll' function. */ 221*657871a7Schristos#cmakedefine EVENT__HAVE_POLL 1 222*657871a7Schristos 223*657871a7Schristos/* Define to 1 if you have the <poll.h> header file. */ 224*657871a7Schristos#cmakedefine EVENT__HAVE_POLL_H 1 225*657871a7Schristos 226*657871a7Schristos/* Define to 1 if you have the `port_create' function. */ 227*657871a7Schristos#cmakedefine EVENT__HAVE_PORT_CREATE 1 228*657871a7Schristos 229*657871a7Schristos/* Define to 1 if you have the <port.h> header file. */ 230*657871a7Schristos#cmakedefine EVENT__HAVE_PORT_H 1 231*657871a7Schristos 232*657871a7Schristos/* Define if we have pthreads on this system */ 233*657871a7Schristos#cmakedefine EVENT__HAVE_PTHREADS 1 234*657871a7Schristos 235*657871a7Schristos/* Define to 1 if you have the `putenv' function. */ 236*657871a7Schristos#cmakedefine EVENT__HAVE_PUTENV 1 237*657871a7Schristos 238*657871a7Schristos/* Define to 1 if the system has the type `sa_family_t'. */ 239*657871a7Schristos#cmakedefine EVENT__HAVE_SA_FAMILY_T 1 240*657871a7Schristos 241*657871a7Schristos/* Define to 1 if you have the `select' function. */ 242*657871a7Schristos#cmakedefine EVENT__HAVE_SELECT 1 243*657871a7Schristos 244*657871a7Schristos/* Define to 1 if you have the `setenv' function. */ 245*657871a7Schristos#cmakedefine EVENT__HAVE_SETENV 1 246*657871a7Schristos 247*657871a7Schristos/* Define if F_SETFD is defined in <fcntl.h> */ 248*657871a7Schristos#cmakedefine EVENT__HAVE_SETFD 1 249*657871a7Schristos 250*657871a7Schristos/* Define to 1 if you have the `setrlimit' function. */ 251*657871a7Schristos#cmakedefine EVENT__HAVE_SETRLIMIT 1 252*657871a7Schristos 253*657871a7Schristos/* Define to 1 if you have the `sendfile' function. */ 254*657871a7Schristos#cmakedefine EVENT__HAVE_SENDFILE 1 255*657871a7Schristos 256*657871a7Schristos/* Define to 1 if you have the `sigaction' function. */ 257*657871a7Schristos#cmakedefine EVENT__HAVE_SIGACTION 1 258*657871a7Schristos 259*657871a7Schristos/* Define to 1 if you have the `signal' function. */ 260*657871a7Schristos#cmakedefine EVENT__HAVE_SIGNAL 1 261*657871a7Schristos 262*657871a7Schristos/* Define to 1 if you have the `splice' function. */ 263*657871a7Schristos#cmakedefine EVENT__HAVE_SPLICE 1 264*657871a7Schristos 265*657871a7Schristos/* Define to 1 if you have the <stdarg.h> header file. */ 266*657871a7Schristos#cmakedefine EVENT__HAVE_STDARG_H 1 267*657871a7Schristos 268*657871a7Schristos/* Define to 1 if you have the <stddef.h> header file. */ 269*657871a7Schristos#cmakedefine EVENT__HAVE_STDDEF_H 1 270*657871a7Schristos 271*657871a7Schristos/* Define to 1 if you have the <stdint.h> header file. */ 272*657871a7Schristos#cmakedefine EVENT__HAVE_STDINT_H 1 273*657871a7Schristos 274*657871a7Schristos/* Define to 1 if you have the <stdlib.h> header file. */ 275*657871a7Schristos#cmakedefine EVENT__HAVE_STDLIB_H 1 276*657871a7Schristos 277*657871a7Schristos/* Define to 1 if you have the <string.h> header file. */ 278*657871a7Schristos#cmakedefine EVENT__HAVE_STRING_H 1 279*657871a7Schristos 280*657871a7Schristos/* Define to 1 if you have the `strlcpy' function. */ 281*657871a7Schristos#cmakedefine EVENT__HAVE_STRLCPY 1 282*657871a7Schristos 283*657871a7Schristos/* Define to 1 if you have the `strsep' function. */ 284*657871a7Schristos#cmakedefine EVENT__HAVE_STRSEP 1 285*657871a7Schristos 286*657871a7Schristos/* Define to 1 if you have the `strtok_r' function. */ 287*657871a7Schristos#cmakedefine EVENT__HAVE_STRTOK_R 1 288*657871a7Schristos 289*657871a7Schristos/* Define to 1 if you have the `strtoll' function. */ 290*657871a7Schristos#cmakedefine EVENT__HAVE_STRTOLL 1 291*657871a7Schristos 292*657871a7Schristos/* Define to 1 if you have the `_gmtime64_s' function. */ 293*657871a7Schristos#cmakedefine EVENT__HAVE__GMTIME64_S 1 294*657871a7Schristos 295*657871a7Schristos/* Define to 1 if you have the `_gmtime64' function. */ 296*657871a7Schristos#cmakedefine EVENT__HAVE__GMTIME64 1 297*657871a7Schristos 298*657871a7Schristos/* Define to 1 if the system has the type `struct addrinfo'. */ 299*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_ADDRINFO 1 300*657871a7Schristos 301*657871a7Schristos/* Define to 1 if the system has the type `struct in6_addr'. */ 302*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_IN6_ADDR 1 303*657871a7Schristos 304*657871a7Schristos/* Define to 1 if `s6_addr16' is member of `struct in6_addr'. */ 305*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 306*657871a7Schristos 307*657871a7Schristos/* Define to 1 if `s6_addr32' is member of `struct in6_addr'. */ 308*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 309*657871a7Schristos 310*657871a7Schristos/* Define to 1 if the system has the type `struct sockaddr_in6'. */ 311*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_SOCKADDR_IN6 1 312*657871a7Schristos 313*657871a7Schristos/* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */ 314*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1 315*657871a7Schristos 316*657871a7Schristos/* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */ 317*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1 318*657871a7Schristos 319*657871a7Schristos/* Define to 1 if the system has the type `struct sockaddr_un'. */ 320*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_SOCKADDR_UN 1 321*657871a7Schristos 322*657871a7Schristos/* Define to 1 if the system has the type `struct sockaddr_storage'. */ 323*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1 324*657871a7Schristos 325*657871a7Schristos/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ 326*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 327*657871a7Schristos 328*657871a7Schristos/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */ 329*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY 1 330*657871a7Schristos 331*657871a7Schristos/* Define to 1 if the system has the type `struct linger'. */ 332*657871a7Schristos#cmakedefine EVENT__HAVE_STRUCT_LINGER 1 333*657871a7Schristos 334*657871a7Schristos/* Define to 1 if you have the `sysctl' function. */ 335*657871a7Schristos#cmakedefine EVENT__HAVE_SYSCTL 1 336*657871a7Schristos 337*657871a7Schristos/* Define to 1 if you have the <sys/epoll.h> header file. */ 338*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_EPOLL_H 1 339*657871a7Schristos 340*657871a7Schristos/* Define to 1 if you have the <sys/eventfd.h> header file. */ 341*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_EVENTFD_H 1 342*657871a7Schristos 343*657871a7Schristos/* Define to 1 if you have the <sys/event.h> header file. */ 344*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_EVENT_H 1 345*657871a7Schristos 346*657871a7Schristos/* Define to 1 if you have the <sys/ioctl.h> header file. */ 347*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_IOCTL_H 1 348*657871a7Schristos 349*657871a7Schristos/* Define to 1 if you have the <sys/mman.h> header file. */ 350*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_MMAN_H 1 351*657871a7Schristos 352*657871a7Schristos/* Define to 1 if you have the <sys/param.h> header file. */ 353*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_PARAM_H 1 354*657871a7Schristos 355*657871a7Schristos/* Define to 1 if you have the <sys/queue.h> header file. */ 356*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_QUEUE_H 1 357*657871a7Schristos 358*657871a7Schristos/* Define to 1 if you have the <sys/resource.h> header file. */ 359*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_RESOURCE_H 1 360*657871a7Schristos 361*657871a7Schristos/* Define to 1 if you have the <sys/select.h> header file. */ 362*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_SELECT_H 1 363*657871a7Schristos 364*657871a7Schristos/* Define to 1 if you have the <sys/sendfile.h> header file. */ 365*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_SENDFILE_H 1 366*657871a7Schristos 367*657871a7Schristos/* Define to 1 if you have the <sys/socket.h> header file. */ 368*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_SOCKET_H 1 369*657871a7Schristos 370*657871a7Schristos/* Define to 1 if you have the <sys/stat.h> header file. */ 371*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_STAT_H 1 372*657871a7Schristos 373*657871a7Schristos/* Define to 1 if you have the <sys/random.h> header file. */ 374*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_RANDOM_H 1 375*657871a7Schristos 376*657871a7Schristos/* Define to 1 if you have the <sys/sysctl.h> header file. */ 377*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_SYSCTL_H 1 378*657871a7Schristos 379*657871a7Schristos/* Define to 1 if you have the <sys/timerfd.h> header file. */ 380*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_TIMERFD_H 1 381*657871a7Schristos 382*657871a7Schristos/* Define to 1 if you have the <sys/time.h> header file. */ 383*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_TIME_H 1 384*657871a7Schristos 385*657871a7Schristos/* Define to 1 if you have the <sys/types.h> header file. */ 386*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_TYPES_H 1 387*657871a7Schristos 388*657871a7Schristos/* Define to 1 if you have the <sys/uio.h> header file. */ 389*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_UIO_H 1 390*657871a7Schristos 391*657871a7Schristos/* Define to 1 if you have the <sys/wait.h> header file. */ 392*657871a7Schristos#cmakedefine EVENT__HAVE_SYS_WAIT_H 1 393*657871a7Schristos 394*657871a7Schristos/* Define to 1 if you have the <errno.h> header file. */ 395*657871a7Schristos#cmakedefine EVENT__HAVE_ERRNO_H 1 396*657871a7Schristos 397*657871a7Schristos/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ 398*657871a7Schristos#cmakedefine EVENT__HAVE_TAILQFOREACH 1 399*657871a7Schristos 400*657871a7Schristos/* Define if timeradd is defined in <sys/time.h> */ 401*657871a7Schristos#cmakedefine EVENT__HAVE_TIMERADD 1 402*657871a7Schristos 403*657871a7Schristos/* Define if timerclear is defined in <sys/time.h> */ 404*657871a7Schristos#cmakedefine EVENT__HAVE_TIMERCLEAR 1 405*657871a7Schristos 406*657871a7Schristos/* Define if timercmp is defined in <sys/time.h> */ 407*657871a7Schristos#cmakedefine EVENT__HAVE_TIMERCMP 1 408*657871a7Schristos 409*657871a7Schristos 410*657871a7Schristos/* Define to 1 if you have the `timerfd_create' function. */ 411*657871a7Schristos#cmakedefine EVENT__HAVE_TIMERFD_CREATE 1 412*657871a7Schristos 413*657871a7Schristos/* Define if timerisset is defined in <sys/time.h> */ 414*657871a7Schristos#cmakedefine EVENT__HAVE_TIMERISSET 1 415*657871a7Schristos 416*657871a7Schristos/* Define to 1 if the system has the type `uint8_t'. */ 417*657871a7Schristos#cmakedefine EVENT__HAVE_UINT8_T 1 418*657871a7Schristos 419*657871a7Schristos/* Define to 1 if the system has the type `uint16_t'. */ 420*657871a7Schristos#cmakedefine EVENT__HAVE_UINT16_T 1 421*657871a7Schristos 422*657871a7Schristos/* Define to 1 if the system has the type `uint32_t'. */ 423*657871a7Schristos#cmakedefine EVENT__HAVE_UINT32_T 1 424*657871a7Schristos 425*657871a7Schristos/* Define to 1 if the system has the type `uint64_t'. */ 426*657871a7Schristos#cmakedefine EVENT__HAVE_UINT64_T 1 427*657871a7Schristos 428*657871a7Schristos/* Define to 1 if the system has the type `uintptr_t'. */ 429*657871a7Schristos#cmakedefine EVENT__HAVE_UINTPTR_T 1 430*657871a7Schristos 431*657871a7Schristos/* Define to 1 if you have the `umask' function. */ 432*657871a7Schristos#cmakedefine EVENT__HAVE_UMASK 1 433*657871a7Schristos 434*657871a7Schristos/* Define to 1 if you have the <unistd.h> header file. */ 435*657871a7Schristos#cmakedefine EVENT__HAVE_UNISTD_H 1 436*657871a7Schristos 437*657871a7Schristos/* Define to 1 if you have the `unsetenv' function. */ 438*657871a7Schristos#cmakedefine EVENT__HAVE_UNSETENV 1 439*657871a7Schristos 440*657871a7Schristos/* Define to 1 if you have the `vasprintf' function. */ 441*657871a7Schristos#cmakedefine EVENT__HAVE_VASPRINTF 1 442*657871a7Schristos 443*657871a7Schristos/* Define if kqueue works correctly with pipes */ 444*657871a7Schristos#cmakedefine EVENT__HAVE_WORKING_KQUEUE 1 445*657871a7Schristos 446*657871a7Schristos#ifdef __USE_UNUSED_DEFINITIONS__ 447*657871a7Schristos/* Define to necessary symbol if this constant uses a non-standard name on your system. */ 448*657871a7Schristos/* XXX: Hello, this isn't even used, nor is it defined anywhere... - Ellzey */ 449*657871a7Schristos#define EVENT__PTHREAD_CREATE_JOINABLE ${EVENT__PTHREAD_CREATE_JOINABLE} 450*657871a7Schristos#endif 451*657871a7Schristos 452*657871a7Schristos/* The size of `pthread_t', as computed by sizeof. */ 453*657871a7Schristos#define EVENT__SIZEOF_PTHREAD_T @EVENT__SIZEOF_PTHREAD_T@ 454*657871a7Schristos 455*657871a7Schristos/* The size of a `int', as computed by sizeof. */ 456*657871a7Schristos#define EVENT__SIZEOF_INT @EVENT__SIZEOF_INT@ 457*657871a7Schristos 458*657871a7Schristos/* The size of a `long', as computed by sizeof. */ 459*657871a7Schristos#define EVENT__SIZEOF_LONG @EVENT__SIZEOF_LONG@ 460*657871a7Schristos 461*657871a7Schristos/* The size of a `long long', as computed by sizeof. */ 462*657871a7Schristos#define EVENT__SIZEOF_LONG_LONG @EVENT__SIZEOF_LONG_LONG@ 463*657871a7Schristos 464*657871a7Schristos/* The size of `off_t', as computed by sizeof. */ 465*657871a7Schristos#define EVENT__SIZEOF_OFF_T @EVENT__SIZEOF_OFF_T@ 466*657871a7Schristos 467*657871a7Schristos#define EVENT__SIZEOF_SSIZE_T @EVENT__SIZEOF_SSIZE_T@ 468*657871a7Schristos 469*657871a7Schristos 470*657871a7Schristos/* The size of a `short', as computed by sizeof. */ 471*657871a7Schristos#define EVENT__SIZEOF_SHORT @EVENT__SIZEOF_SHORT@ 472*657871a7Schristos 473*657871a7Schristos/* The size of `size_t', as computed by sizeof. */ 474*657871a7Schristos#define EVENT__SIZEOF_SIZE_T @EVENT__SIZEOF_SIZE_T@ 475*657871a7Schristos 476*657871a7Schristos/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 477*657871a7Schristos#cmakedefine EVENT__TIME_WITH_SYS_TIME 1 478*657871a7Schristos 479*657871a7Schristos/* The size of `socklen_t', as computed by sizeof. */ 480*657871a7Schristos#define EVENT__SIZEOF_SOCKLEN_T @EVENT__SIZEOF_SOCKLEN_T@ 481*657871a7Schristos 482*657871a7Schristos/* The size of 'void *', as computer by sizeof */ 483*657871a7Schristos#define EVENT__SIZEOF_VOID_P @EVENT__SIZEOF_VOID_P@ 484*657871a7Schristos 485*657871a7Schristos/* Define to `__inline__' or `__inline' if that's what the C compiler 486*657871a7Schristos calls it, or to nothing if 'inline' is not supported under any name. */ 487*657871a7Schristos#ifndef __cplusplus 488*657871a7Schristos/* why not c++? 489*657871a7Schristos * 490*657871a7Schristos * and are we really expected to use EVENT__inline everywhere, 491*657871a7Schristos * shouldn't we just do: 492*657871a7Schristos * ifdef EVENT__inline 493*657871a7Schristos * define inline EVENT__inline 494*657871a7Schristos * 495*657871a7Schristos * - Ellzey 496*657871a7Schristos */ 497*657871a7Schristos 498*657871a7Schristos#define EVENT__inline @EVENT__inline@ 499*657871a7Schristos#endif 500*657871a7Schristos 501*657871a7Schristos#cmakedefine EVENT__HAVE___func__ 1 502*657871a7Schristos#cmakedefine EVENT__HAVE___FUNCTION__ 1 503*657871a7Schristos 504*657871a7Schristos/* Define to `unsigned' if <sys/types.h> does not define. */ 505*657871a7Schristos#define EVENT__size_t @EVENT__size_t@ 506*657871a7Schristos 507*657871a7Schristos/* Define to unsigned int if you dont have it */ 508*657871a7Schristos#define EVENT__socklen_t @EVENT__socklen_t@ 509*657871a7Schristos 510*657871a7Schristos/* Define to `int' if <sys/types.h> does not define. */ 511*657871a7Schristos#define EVENT__ssize_t @EVENT__ssize_t@ 512*657871a7Schristos 513*657871a7Schristos#endif /* \EVENT2_EVENT_CONFIG_H_INCLUDED_ */ 514