Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | /* event2/event-config.h |
michael@0 | 2 | * |
michael@0 | 3 | * This file was generated by autoconf when libevent was built, and post- |
michael@0 | 4 | * processed by Libevent so that its macros would have a uniform prefix. |
michael@0 | 5 | * |
michael@0 | 6 | * DO NOT EDIT THIS FILE. |
michael@0 | 7 | * |
michael@0 | 8 | * Do not rely on macros in this file existing in later versions. |
michael@0 | 9 | */ |
michael@0 | 10 | |
michael@0 | 11 | #ifndef _EVENT2_EVENT_CONFIG_H_ |
michael@0 | 12 | #define _EVENT2_EVENT_CONFIG_H_ |
michael@0 | 13 | |
michael@0 | 14 | /* config.h. Generated from config.h.in by configure. */ |
michael@0 | 15 | /* config.h.in. Generated from configure.in by autoheader. */ |
michael@0 | 16 | |
michael@0 | 17 | /* Define if libevent should build without support for a debug mode */ |
michael@0 | 18 | /* #undef _EVENT_DISABLE_DEBUG_MODE */ |
michael@0 | 19 | |
michael@0 | 20 | /* Define if libevent should not allow replacing the mm functions */ |
michael@0 | 21 | /* #undef _EVENT_DISABLE_MM_REPLACEMENT */ |
michael@0 | 22 | |
michael@0 | 23 | /* Define if libevent should not be compiled with thread support */ |
michael@0 | 24 | /* #undef _EVENT_DISABLE_THREAD_SUPPORT */ |
michael@0 | 25 | |
michael@0 | 26 | /* Define to 1 if you have the `arc4random' function. */ |
michael@0 | 27 | /* #undef _EVENT_HAVE_ARC4RANDOM */ |
michael@0 | 28 | |
michael@0 | 29 | /* Define to 1 if you have the `arc4random_buf' function. */ |
michael@0 | 30 | /* #undef _EVENT_HAVE_ARC4RANDOM_BUF */ |
michael@0 | 31 | |
michael@0 | 32 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
michael@0 | 33 | #define _EVENT_HAVE_ARPA_INET_H 1 |
michael@0 | 34 | |
michael@0 | 35 | /* Define to 1 if you have the `clock_gettime' function. */ |
michael@0 | 36 | #define _EVENT_HAVE_CLOCK_GETTIME 1 |
michael@0 | 37 | |
michael@0 | 38 | /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you |
michael@0 | 39 | don't. */ |
michael@0 | 40 | #define _EVENT_HAVE_DECL_CTL_KERN 1 |
michael@0 | 41 | |
michael@0 | 42 | /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you |
michael@0 | 43 | don't. */ |
michael@0 | 44 | #define _EVENT_HAVE_DECL_KERN_ARND 0 |
michael@0 | 45 | |
michael@0 | 46 | /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you |
michael@0 | 47 | don't. */ |
michael@0 | 48 | #define _EVENT_HAVE_DECL_KERN_RANDOM 1 |
michael@0 | 49 | |
michael@0 | 50 | /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you |
michael@0 | 51 | don't. */ |
michael@0 | 52 | #define _EVENT_HAVE_DECL_RANDOM_UUID 1 |
michael@0 | 53 | |
michael@0 | 54 | /* Define if /dev/poll is available */ |
michael@0 | 55 | /* #undef _EVENT_HAVE_DEVPOLL */ |
michael@0 | 56 | |
michael@0 | 57 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
michael@0 | 58 | #define _EVENT_HAVE_DLFCN_H 1 |
michael@0 | 59 | |
michael@0 | 60 | /* Define if your system supports the epoll system calls */ |
michael@0 | 61 | #define _EVENT_HAVE_EPOLL 1 |
michael@0 | 62 | |
michael@0 | 63 | /* Define to 1 if you have the `epoll_ctl' function. */ |
michael@0 | 64 | #define _EVENT_HAVE_EPOLL_CTL 1 |
michael@0 | 65 | |
michael@0 | 66 | /* Define to 1 if you have the `eventfd' function. */ |
michael@0 | 67 | #define _EVENT_HAVE_EVENTFD 1 |
michael@0 | 68 | |
michael@0 | 69 | /* Define if your system supports event ports */ |
michael@0 | 70 | /* #undef _EVENT_HAVE_EVENT_PORTS */ |
michael@0 | 71 | |
michael@0 | 72 | /* Define to 1 if you have the `fcntl' function. */ |
michael@0 | 73 | #define _EVENT_HAVE_FCNTL 1 |
michael@0 | 74 | |
michael@0 | 75 | /* Define to 1 if you have the <fcntl.h> header file. */ |
michael@0 | 76 | #define _EVENT_HAVE_FCNTL_H 1 |
michael@0 | 77 | |
michael@0 | 78 | /* Define to 1 if the system has the type `fd_mask'. */ |
michael@0 | 79 | #define _EVENT_HAVE_FD_MASK 1 |
michael@0 | 80 | |
michael@0 | 81 | /* Do we have getaddrinfo()? */ |
michael@0 | 82 | #define _EVENT_HAVE_GETADDRINFO 1 |
michael@0 | 83 | |
michael@0 | 84 | /* Define to 1 if you have the `getegid' function. */ |
michael@0 | 85 | #define _EVENT_HAVE_GETEGID 1 |
michael@0 | 86 | |
michael@0 | 87 | /* Define to 1 if you have the `geteuid' function. */ |
michael@0 | 88 | #define _EVENT_HAVE_GETEUID 1 |
michael@0 | 89 | |
michael@0 | 90 | /* Define this if you have any gethostbyname_r() */ |
michael@0 | 91 | /* #undef _EVENT_HAVE_GETHOSTBYNAME_R */ |
michael@0 | 92 | |
michael@0 | 93 | /* Define this if gethostbyname_r takes 3 arguments */ |
michael@0 | 94 | /* #undef _EVENT_HAVE_GETHOSTBYNAME_R_3_ARG */ |
michael@0 | 95 | |
michael@0 | 96 | /* Define this if gethostbyname_r takes 5 arguments */ |
michael@0 | 97 | /* #undef _EVENT_HAVE_GETHOSTBYNAME_R_5_ARG */ |
michael@0 | 98 | |
michael@0 | 99 | /* Define this if gethostbyname_r takes 6 arguments */ |
michael@0 | 100 | /* #undef _EVENT_HAVE_GETHOSTBYNAME_R_6_ARG */ |
michael@0 | 101 | |
michael@0 | 102 | /* Define to 1 if you have the `getnameinfo' function. */ |
michael@0 | 103 | #define _EVENT_HAVE_GETNAMEINFO 1 |
michael@0 | 104 | |
michael@0 | 105 | /* Define to 1 if you have the `getprotobynumber' function. */ |
michael@0 | 106 | #define _EVENT_HAVE_GETPROTOBYNUMBER 1 |
michael@0 | 107 | |
michael@0 | 108 | /* Define to 1 if you have the `getservbyname' function. */ |
michael@0 | 109 | /* #undef _EVENT_HAVE_GETSERVBYNAME */ |
michael@0 | 110 | |
michael@0 | 111 | /* Define to 1 if you have the `gettimeofday' function. */ |
michael@0 | 112 | #define _EVENT_HAVE_GETTIMEOFDAY 1 |
michael@0 | 113 | |
michael@0 | 114 | /* Define to 1 if you have the `inet_aton' function. */ |
michael@0 | 115 | #define _EVENT_HAVE_INET_ATON 1 |
michael@0 | 116 | |
michael@0 | 117 | /* Define to 1 if you have the `inet_ntop' function. */ |
michael@0 | 118 | #define _EVENT_HAVE_INET_NTOP 1 |
michael@0 | 119 | |
michael@0 | 120 | /* Define to 1 if you have the `inet_pton' function. */ |
michael@0 | 121 | #define _EVENT_HAVE_INET_PTON 1 |
michael@0 | 122 | |
michael@0 | 123 | /* Define to 1 if you have the <inttypes.h> header file. */ |
michael@0 | 124 | #define _EVENT_HAVE_INTTYPES_H 1 |
michael@0 | 125 | |
michael@0 | 126 | /* Define to 1 if you have the `issetugid' function. */ |
michael@0 | 127 | /* #undef _EVENT_HAVE_ISSETUGID */ |
michael@0 | 128 | |
michael@0 | 129 | /* Define to 1 if you have the `kqueue' function. */ |
michael@0 | 130 | /* #undef _EVENT_HAVE_KQUEUE */ |
michael@0 | 131 | |
michael@0 | 132 | /* Define if the system has zlib */ |
michael@0 | 133 | #define _EVENT_HAVE_LIBZ 1 |
michael@0 | 134 | |
michael@0 | 135 | /* Define to 1 if you have the <memory.h> header file. */ |
michael@0 | 136 | #define _EVENT_HAVE_MEMORY_H 1 |
michael@0 | 137 | |
michael@0 | 138 | /* Define to 1 if you have the `mmap' function. */ |
michael@0 | 139 | #define _EVENT_HAVE_MMAP 1 |
michael@0 | 140 | |
michael@0 | 141 | /* Define to 1 if you have the <netdb.h> header file. */ |
michael@0 | 142 | #define _EVENT_HAVE_NETDB_H 1 |
michael@0 | 143 | |
michael@0 | 144 | /* Define to 1 if you have the <netinet/in6.h> header file. */ |
michael@0 | 145 | /* #undef _EVENT_HAVE_NETINET_IN6_H */ |
michael@0 | 146 | |
michael@0 | 147 | /* Define to 1 if you have the <netinet/in.h> header file. */ |
michael@0 | 148 | #define _EVENT_HAVE_NETINET_IN_H 1 |
michael@0 | 149 | |
michael@0 | 150 | /* Define if the system has openssl */ |
michael@0 | 151 | #define _EVENT_HAVE_OPENSSL 1 |
michael@0 | 152 | |
michael@0 | 153 | /* Define to 1 if you have the <openssl/bio.h> header file. */ |
michael@0 | 154 | #define _EVENT_HAVE_OPENSSL_BIO_H 1 |
michael@0 | 155 | |
michael@0 | 156 | /* Define to 1 if you have the `pipe' function. */ |
michael@0 | 157 | #define _EVENT_HAVE_PIPE 1 |
michael@0 | 158 | |
michael@0 | 159 | /* Define to 1 if you have the `poll' function. */ |
michael@0 | 160 | #define _EVENT_HAVE_POLL 1 |
michael@0 | 161 | |
michael@0 | 162 | /* Define to 1 if you have the <poll.h> header file. */ |
michael@0 | 163 | #define _EVENT_HAVE_POLL_H 1 |
michael@0 | 164 | |
michael@0 | 165 | /* Define to 1 if you have the `port_create' function. */ |
michael@0 | 166 | /* #undef _EVENT_HAVE_PORT_CREATE */ |
michael@0 | 167 | |
michael@0 | 168 | /* Define to 1 if you have the <port.h> header file. */ |
michael@0 | 169 | /* #undef _EVENT_HAVE_PORT_H */ |
michael@0 | 170 | |
michael@0 | 171 | /* Define if you have POSIX threads libraries and header files. */ |
michael@0 | 172 | /* #undef _EVENT_HAVE_PTHREAD */ |
michael@0 | 173 | |
michael@0 | 174 | /* Define if we have pthreads on this system */ |
michael@0 | 175 | #define _EVENT_HAVE_PTHREADS 1 |
michael@0 | 176 | |
michael@0 | 177 | /* Define to 1 if you have the `putenv' function. */ |
michael@0 | 178 | #define _EVENT_HAVE_PUTENV 1 |
michael@0 | 179 | |
michael@0 | 180 | /* Define to 1 if the system has the type `sa_family_t'. */ |
michael@0 | 181 | #define _EVENT_HAVE_SA_FAMILY_T 1 |
michael@0 | 182 | |
michael@0 | 183 | /* Define to 1 if you have the `select' function. */ |
michael@0 | 184 | #define _EVENT_HAVE_SELECT 1 |
michael@0 | 185 | |
michael@0 | 186 | /* Define to 1 if you have the `sendfile' function. */ |
michael@0 | 187 | #define _EVENT_HAVE_SENDFILE 1 |
michael@0 | 188 | |
michael@0 | 189 | /* Define to 1 if you have the `setenv' function. */ |
michael@0 | 190 | #define _EVENT_HAVE_SETENV 1 |
michael@0 | 191 | |
michael@0 | 192 | /* Define if F_SETFD is defined in <fcntl.h> */ |
michael@0 | 193 | #define _EVENT_HAVE_SETFD 1 |
michael@0 | 194 | |
michael@0 | 195 | /* Define to 1 if you have the `sigaction' function. */ |
michael@0 | 196 | #define _EVENT_HAVE_SIGACTION 1 |
michael@0 | 197 | |
michael@0 | 198 | /* Define to 1 if you have the `signal' function. */ |
michael@0 | 199 | #define _EVENT_HAVE_SIGNAL 1 |
michael@0 | 200 | |
michael@0 | 201 | /* Define to 1 if you have the `splice' function. */ |
michael@0 | 202 | #define _EVENT_HAVE_SPLICE 1 |
michael@0 | 203 | |
michael@0 | 204 | /* Define to 1 if you have the <stdarg.h> header file. */ |
michael@0 | 205 | #define _EVENT_HAVE_STDARG_H 1 |
michael@0 | 206 | |
michael@0 | 207 | /* Define to 1 if you have the <stddef.h> header file. */ |
michael@0 | 208 | #define _EVENT_HAVE_STDDEF_H 1 |
michael@0 | 209 | |
michael@0 | 210 | /* Define to 1 if you have the <stdint.h> header file. */ |
michael@0 | 211 | #define _EVENT_HAVE_STDINT_H 1 |
michael@0 | 212 | |
michael@0 | 213 | /* Define to 1 if you have the <stdlib.h> header file. */ |
michael@0 | 214 | #define _EVENT_HAVE_STDLIB_H 1 |
michael@0 | 215 | |
michael@0 | 216 | /* Define to 1 if you have the <strings.h> header file. */ |
michael@0 | 217 | #define _EVENT_HAVE_STRINGS_H 1 |
michael@0 | 218 | |
michael@0 | 219 | /* Define to 1 if you have the <string.h> header file. */ |
michael@0 | 220 | #define _EVENT_HAVE_STRING_H 1 |
michael@0 | 221 | |
michael@0 | 222 | /* Define to 1 if you have the `strlcpy' function. */ |
michael@0 | 223 | /* #undef _EVENT_HAVE_STRLCPY */ |
michael@0 | 224 | |
michael@0 | 225 | /* Define to 1 if you have the `strsep' function. */ |
michael@0 | 226 | #define _EVENT_HAVE_STRSEP 1 |
michael@0 | 227 | |
michael@0 | 228 | /* Define to 1 if you have the `strtok_r' function. */ |
michael@0 | 229 | #define _EVENT_HAVE_STRTOK_R 1 |
michael@0 | 230 | |
michael@0 | 231 | /* Define to 1 if you have the `strtoll' function. */ |
michael@0 | 232 | #define _EVENT_HAVE_STRTOLL 1 |
michael@0 | 233 | |
michael@0 | 234 | /* Define to 1 if the system has the type `struct addrinfo'. */ |
michael@0 | 235 | #define _EVENT_HAVE_STRUCT_ADDRINFO 1 |
michael@0 | 236 | |
michael@0 | 237 | /* Define to 1 if the system has the type `struct in6_addr'. */ |
michael@0 | 238 | #define _EVENT_HAVE_STRUCT_IN6_ADDR 1 |
michael@0 | 239 | |
michael@0 | 240 | /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */ |
michael@0 | 241 | #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 |
michael@0 | 242 | |
michael@0 | 243 | /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */ |
michael@0 | 244 | #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 |
michael@0 | 245 | |
michael@0 | 246 | /* Define to 1 if the system has the type `struct sockaddr_in6'. */ |
michael@0 | 247 | #define _EVENT_HAVE_STRUCT_SOCKADDR_IN6 1 |
michael@0 | 248 | |
michael@0 | 249 | /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */ |
michael@0 | 250 | /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */ |
michael@0 | 251 | |
michael@0 | 252 | /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */ |
michael@0 | 253 | /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */ |
michael@0 | 254 | |
michael@0 | 255 | /* Define to 1 if the system has the type `struct sockaddr_storage'. */ |
michael@0 | 256 | #define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE 1 |
michael@0 | 257 | |
michael@0 | 258 | /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ |
michael@0 | 259 | #define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 |
michael@0 | 260 | |
michael@0 | 261 | /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */ |
michael@0 | 262 | /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */ |
michael@0 | 263 | |
michael@0 | 264 | /* Define to 1 if you have the `sysctl' function. */ |
michael@0 | 265 | #define _EVENT_HAVE_SYSCTL 1 |
michael@0 | 266 | |
michael@0 | 267 | /* Define to 1 if you have the <sys/devpoll.h> header file. */ |
michael@0 | 268 | /* #undef _EVENT_HAVE_SYS_DEVPOLL_H */ |
michael@0 | 269 | |
michael@0 | 270 | /* Define to 1 if you have the <sys/epoll.h> header file. */ |
michael@0 | 271 | #define _EVENT_HAVE_SYS_EPOLL_H 1 |
michael@0 | 272 | |
michael@0 | 273 | /* Define to 1 if you have the <sys/eventfd.h> header file. */ |
michael@0 | 274 | /* #define _EVENT_HAVE_SYS_EVENTFD_H 1 */ |
michael@0 | 275 | |
michael@0 | 276 | /* Define to 1 if you have the <sys/event.h> header file. */ |
michael@0 | 277 | /* #undef _EVENT_HAVE_SYS_EVENT_H */ |
michael@0 | 278 | |
michael@0 | 279 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
michael@0 | 280 | #define _EVENT_HAVE_SYS_IOCTL_H 1 |
michael@0 | 281 | |
michael@0 | 282 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
michael@0 | 283 | #define _EVENT_HAVE_SYS_MMAN_H 1 |
michael@0 | 284 | |
michael@0 | 285 | /* Define to 1 if you have the <sys/param.h> header file. */ |
michael@0 | 286 | #define _EVENT_HAVE_SYS_PARAM_H 1 |
michael@0 | 287 | |
michael@0 | 288 | /* Define to 1 if you have the <sys/queue.h> header file. */ |
michael@0 | 289 | #define _EVENT_HAVE_SYS_QUEUE_H 1 |
michael@0 | 290 | |
michael@0 | 291 | /* Define to 1 if you have the <sys/select.h> header file. */ |
michael@0 | 292 | #define _EVENT_HAVE_SYS_SELECT_H 1 |
michael@0 | 293 | |
michael@0 | 294 | /* Define to 1 if you have the <sys/sendfile.h> header file. */ |
michael@0 | 295 | #define _EVENT_HAVE_SYS_SENDFILE_H 1 |
michael@0 | 296 | |
michael@0 | 297 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
michael@0 | 298 | #define _EVENT_HAVE_SYS_SOCKET_H 1 |
michael@0 | 299 | |
michael@0 | 300 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
michael@0 | 301 | #define _EVENT_HAVE_SYS_STAT_H 1 |
michael@0 | 302 | |
michael@0 | 303 | /* Define to 1 if you have the <sys/sysctl.h> header file. */ |
michael@0 | 304 | #define _EVENT_HAVE_SYS_SYSCTL_H 1 |
michael@0 | 305 | |
michael@0 | 306 | /* Define to 1 if you have the <sys/time.h> header file. */ |
michael@0 | 307 | #define _EVENT_HAVE_SYS_TIME_H 1 |
michael@0 | 308 | |
michael@0 | 309 | /* Define to 1 if you have the <sys/types.h> header file. */ |
michael@0 | 310 | #define _EVENT_HAVE_SYS_TYPES_H 1 |
michael@0 | 311 | |
michael@0 | 312 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
michael@0 | 313 | #define _EVENT_HAVE_SYS_UIO_H 1 |
michael@0 | 314 | |
michael@0 | 315 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
michael@0 | 316 | #define _EVENT_HAVE_SYS_WAIT_H 1 |
michael@0 | 317 | |
michael@0 | 318 | /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ |
michael@0 | 319 | #define _EVENT_HAVE_TAILQFOREACH 1 |
michael@0 | 320 | |
michael@0 | 321 | /* Define if timeradd is defined in <sys/time.h> */ |
michael@0 | 322 | #define _EVENT_HAVE_TIMERADD 1 |
michael@0 | 323 | |
michael@0 | 324 | /* Define if timerclear is defined in <sys/time.h> */ |
michael@0 | 325 | #define _EVENT_HAVE_TIMERCLEAR 1 |
michael@0 | 326 | |
michael@0 | 327 | /* Define if timercmp is defined in <sys/time.h> */ |
michael@0 | 328 | #define _EVENT_HAVE_TIMERCMP 1 |
michael@0 | 329 | |
michael@0 | 330 | /* Define if timerisset is defined in <sys/time.h> */ |
michael@0 | 331 | #define _EVENT_HAVE_TIMERISSET 1 |
michael@0 | 332 | |
michael@0 | 333 | /* Define to 1 if the system has the type `uint16_t'. */ |
michael@0 | 334 | #define _EVENT_HAVE_UINT16_T 1 |
michael@0 | 335 | |
michael@0 | 336 | /* Define to 1 if the system has the type `uint32_t'. */ |
michael@0 | 337 | #define _EVENT_HAVE_UINT32_T 1 |
michael@0 | 338 | |
michael@0 | 339 | /* Define to 1 if the system has the type `uint64_t'. */ |
michael@0 | 340 | #define _EVENT_HAVE_UINT64_T 1 |
michael@0 | 341 | |
michael@0 | 342 | /* Define to 1 if the system has the type `uint8_t'. */ |
michael@0 | 343 | #define _EVENT_HAVE_UINT8_T 1 |
michael@0 | 344 | |
michael@0 | 345 | /* Define to 1 if the system has the type `uintptr_t'. */ |
michael@0 | 346 | #define _EVENT_HAVE_UINTPTR_T 1 |
michael@0 | 347 | |
michael@0 | 348 | /* Define to 1 if you have the `umask' function. */ |
michael@0 | 349 | #define _EVENT_HAVE_UMASK 1 |
michael@0 | 350 | |
michael@0 | 351 | /* Define to 1 if you have the <unistd.h> header file. */ |
michael@0 | 352 | #define _EVENT_HAVE_UNISTD_H 1 |
michael@0 | 353 | |
michael@0 | 354 | /* Define to 1 if you have the `unsetenv' function. */ |
michael@0 | 355 | #define _EVENT_HAVE_UNSETENV 1 |
michael@0 | 356 | |
michael@0 | 357 | /* Define to 1 if you have the `vasprintf' function. */ |
michael@0 | 358 | #define _EVENT_HAVE_VASPRINTF 1 |
michael@0 | 359 | |
michael@0 | 360 | /* Define if kqueue works correctly with pipes */ |
michael@0 | 361 | /* #undef _EVENT_HAVE_WORKING_KQUEUE */ |
michael@0 | 362 | |
michael@0 | 363 | /* Define to 1 if you have the <zlib.h> header file. */ |
michael@0 | 364 | #define _EVENT_HAVE_ZLIB_H 1 |
michael@0 | 365 | |
michael@0 | 366 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
michael@0 | 367 | */ |
michael@0 | 368 | #define _EVENT_LT_OBJDIR ".libs/" |
michael@0 | 369 | |
michael@0 | 370 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
michael@0 | 371 | /* #undef _EVENT_NO_MINUS_C_MINUS_O */ |
michael@0 | 372 | |
michael@0 | 373 | /* Numeric representation of the version */ |
michael@0 | 374 | #define _EVENT_NUMERIC_VERSION 0x02001500 |
michael@0 | 375 | |
michael@0 | 376 | /* Name of package */ |
michael@0 | 377 | #define _EVENT_PACKAGE "libevent" |
michael@0 | 378 | |
michael@0 | 379 | /* Define to the address where bug reports for this package should be sent. */ |
michael@0 | 380 | #define _EVENT_PACKAGE_BUGREPORT "" |
michael@0 | 381 | |
michael@0 | 382 | /* Define to the full name of this package. */ |
michael@0 | 383 | #define _EVENT_PACKAGE_NAME "" |
michael@0 | 384 | |
michael@0 | 385 | /* Define to the full name and version of this package. */ |
michael@0 | 386 | #define _EVENT_PACKAGE_STRING "" |
michael@0 | 387 | |
michael@0 | 388 | /* Define to the one symbol short name of this package. */ |
michael@0 | 389 | #define _EVENT_PACKAGE_TARNAME "" |
michael@0 | 390 | |
michael@0 | 391 | /* Define to the home page for this package. */ |
michael@0 | 392 | #define _EVENT_PACKAGE_URL "" |
michael@0 | 393 | |
michael@0 | 394 | /* Define to the version of this package. */ |
michael@0 | 395 | #define _EVENT_PACKAGE_VERSION "" |
michael@0 | 396 | |
michael@0 | 397 | /* Define to necessary symbol if this constant uses a non-standard name on |
michael@0 | 398 | your system. */ |
michael@0 | 399 | /* #undef _EVENT_PTHREAD_CREATE_JOINABLE */ |
michael@0 | 400 | |
michael@0 | 401 | /* The size of `int', as computed by sizeof. */ |
michael@0 | 402 | #define _EVENT_SIZEOF_INT 4 |
michael@0 | 403 | |
michael@0 | 404 | /* The size of `long', as computed by sizeof. */ |
michael@0 | 405 | #define _EVENT_SIZEOF_LONG 8 |
michael@0 | 406 | |
michael@0 | 407 | /* The size of `long long', as computed by sizeof. */ |
michael@0 | 408 | #define _EVENT_SIZEOF_LONG_LONG 8 |
michael@0 | 409 | |
michael@0 | 410 | /* The size of `pthread_t', as computed by sizeof. */ |
michael@0 | 411 | #define _EVENT_SIZEOF_PTHREAD_T 8 |
michael@0 | 412 | |
michael@0 | 413 | /* The size of `short', as computed by sizeof. */ |
michael@0 | 414 | #define _EVENT_SIZEOF_SHORT 2 |
michael@0 | 415 | |
michael@0 | 416 | /* The size of `size_t', as computed by sizeof. */ |
michael@0 | 417 | #define _EVENT_SIZEOF_SIZE_T 8 |
michael@0 | 418 | |
michael@0 | 419 | /* The size of `void *', as computed by sizeof. */ |
michael@0 | 420 | #define _EVENT_SIZEOF_VOID_P 8 |
michael@0 | 421 | |
michael@0 | 422 | /* Define to 1 if you have the ANSI C header files. */ |
michael@0 | 423 | #define _EVENT_STDC_HEADERS 1 |
michael@0 | 424 | |
michael@0 | 425 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
michael@0 | 426 | #define _EVENT_TIME_WITH_SYS_TIME 1 |
michael@0 | 427 | |
michael@0 | 428 | /* Version number of package */ |
michael@0 | 429 | #define _EVENT_VERSION "2.0.21-stable" |
michael@0 | 430 | |
michael@0 | 431 | /* Define to appropriate substitue if compiler doesnt have __func__ */ |
michael@0 | 432 | /* #undef _EVENT___func__ */ |
michael@0 | 433 | |
michael@0 | 434 | /* Define to empty if `const' does not conform to ANSI C. */ |
michael@0 | 435 | /* #undef _EVENT_const */ |
michael@0 | 436 | |
michael@0 | 437 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
michael@0 | 438 | calls it, or to nothing if 'inline' is not supported under any name. */ |
michael@0 | 439 | #ifndef _EVENT___cplusplus |
michael@0 | 440 | /* #undef _EVENT_inline */ |
michael@0 | 441 | #endif |
michael@0 | 442 | |
michael@0 | 443 | /* Define to `int' if <sys/types.h> does not define. */ |
michael@0 | 444 | /* #undef _EVENT_pid_t */ |
michael@0 | 445 | |
michael@0 | 446 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
michael@0 | 447 | /* #undef _EVENT_size_t */ |
michael@0 | 448 | |
michael@0 | 449 | /* Define to unsigned int if you dont have it */ |
michael@0 | 450 | /* #undef _EVENT_socklen_t */ |
michael@0 | 451 | |
michael@0 | 452 | /* Define to `int' if <sys/types.h> does not define. */ |
michael@0 | 453 | /* #undef _EVENT_ssize_t */ |
michael@0 | 454 | |
michael@0 | 455 | #endif /* event2/event-config.h */ |