ipc/chromium/src/third_party/libevent/bsd/event2/event-config.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipc/chromium/src/third_party/libevent/bsd/event2/event-config.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,455 @@
     1.4 +/* event2/event-config.h
     1.5 + *
     1.6 + * This file was generated by autoconf when libevent was built, and post-
     1.7 + * processed by Libevent so that its macros would have a uniform prefix.
     1.8 + *
     1.9 + * DO NOT EDIT THIS FILE.
    1.10 + *
    1.11 + * Do not rely on macros in this file existing in later versions.
    1.12 + */
    1.13 +
    1.14 +#ifndef _EVENT2_EVENT_CONFIG_H_
    1.15 +#define _EVENT2_EVENT_CONFIG_H_
    1.16 +
    1.17 +/* config.h.  Generated from config.h.in by configure.  */
    1.18 +/* config.h.in.  Generated from configure.in by autoheader.  */
    1.19 +
    1.20 +/* Define if libevent should build without support for a debug mode */
    1.21 +/* #undef _EVENT_DISABLE_DEBUG_MODE */
    1.22 +
    1.23 +/* Define if libevent should not allow replacing the mm functions */
    1.24 +/* #undef _EVENT_DISABLE_MM_REPLACEMENT */
    1.25 +
    1.26 +/* Define if libevent should not be compiled with thread support */
    1.27 +/* #undef _EVENT_DISABLE_THREAD_SUPPORT */
    1.28 +
    1.29 +/* Define to 1 if you have the `arc4random' function. */
    1.30 +#define _EVENT_HAVE_ARC4RANDOM 1
    1.31 +
    1.32 +/* Define to 1 if you have the `arc4random_buf' function. */
    1.33 +#define _EVENT_HAVE_ARC4RANDOM_BUF 1
    1.34 +
    1.35 +/* Define to 1 if you have the <arpa/inet.h> header file. */
    1.36 +#define _EVENT_HAVE_ARPA_INET_H 1
    1.37 +
    1.38 +/* Define to 1 if you have the `clock_gettime' function. */
    1.39 +#define _EVENT_HAVE_CLOCK_GETTIME 1
    1.40 +
    1.41 +/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
    1.42 +   don't. */
    1.43 +#define _EVENT_HAVE_DECL_CTL_KERN 1
    1.44 +
    1.45 +/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
    1.46 +   don't. */
    1.47 +#define _EVENT_HAVE_DECL_KERN_ARND 1
    1.48 +
    1.49 +/* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
    1.50 +   don't. */
    1.51 +#define _EVENT_HAVE_DECL_KERN_RANDOM 0
    1.52 +
    1.53 +/* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
    1.54 +   don't. */
    1.55 +#define _EVENT_HAVE_DECL_RANDOM_UUID 0
    1.56 +
    1.57 +/* Define if /dev/poll is available */
    1.58 +/* #undef _EVENT_HAVE_DEVPOLL */
    1.59 +
    1.60 +/* Define to 1 if you have the <dlfcn.h> header file. */
    1.61 +#define _EVENT_HAVE_DLFCN_H 1
    1.62 +
    1.63 +/* Define if your system supports the epoll system calls */
    1.64 +/* #undef _EVENT_HAVE_EPOLL */
    1.65 +
    1.66 +/* Define to 1 if you have the `epoll_ctl' function. */
    1.67 +/* #undef _EVENT_HAVE_EPOLL_CTL */
    1.68 +
    1.69 +/* Define to 1 if you have the `eventfd' function. */
    1.70 +/* #undef _EVENT_HAVE_EVENTFD */
    1.71 +
    1.72 +/* Define if your system supports event ports */
    1.73 +/* #undef _EVENT_HAVE_EVENT_PORTS */
    1.74 +
    1.75 +/* Define to 1 if you have the `fcntl' function. */
    1.76 +#define _EVENT_HAVE_FCNTL 1
    1.77 +
    1.78 +/* Define to 1 if you have the <fcntl.h> header file. */
    1.79 +#define _EVENT_HAVE_FCNTL_H 1
    1.80 +
    1.81 +/* Define to 1 if the system has the type `fd_mask'. */
    1.82 +#define _EVENT_HAVE_FD_MASK 1
    1.83 +
    1.84 +/* Do we have getaddrinfo()? */
    1.85 +#define _EVENT_HAVE_GETADDRINFO 1
    1.86 +
    1.87 +/* Define to 1 if you have the `getegid' function. */
    1.88 +#define _EVENT_HAVE_GETEGID 1
    1.89 +
    1.90 +/* Define to 1 if you have the `geteuid' function. */
    1.91 +#define _EVENT_HAVE_GETEUID 1
    1.92 +
    1.93 +/* Define this if you have any gethostbyname_r() */
    1.94 +/* #undef _EVENT_HAVE_GETHOSTBYNAME_R */
    1.95 +
    1.96 +/* Define this if gethostbyname_r takes 3 arguments */
    1.97 +/* #undef _EVENT_HAVE_GETHOSTBYNAME_R_3_ARG */
    1.98 +
    1.99 +/* Define this if gethostbyname_r takes 5 arguments */
   1.100 +/* #undef _EVENT_HAVE_GETHOSTBYNAME_R_5_ARG */
   1.101 +
   1.102 +/* Define this if gethostbyname_r takes 6 arguments */
   1.103 +/* #undef _EVENT_HAVE_GETHOSTBYNAME_R_6_ARG */
   1.104 +
   1.105 +/* Define to 1 if you have the `getnameinfo' function. */
   1.106 +#define _EVENT_HAVE_GETNAMEINFO 1
   1.107 +
   1.108 +/* Define to 1 if you have the `getprotobynumber' function. */
   1.109 +#define _EVENT_HAVE_GETPROTOBYNUMBER 1
   1.110 +
   1.111 +/* Define to 1 if you have the `getservbyname' function. */
   1.112 +/* #undef _EVENT_HAVE_GETSERVBYNAME */
   1.113 +
   1.114 +/* Define to 1 if you have the `gettimeofday' function. */
   1.115 +#define _EVENT_HAVE_GETTIMEOFDAY 1
   1.116 +
   1.117 +/* Define to 1 if you have the `inet_aton' function. */
   1.118 +#define _EVENT_HAVE_INET_ATON 1
   1.119 +
   1.120 +/* Define to 1 if you have the `inet_ntop' function. */
   1.121 +#define _EVENT_HAVE_INET_NTOP 1
   1.122 +
   1.123 +/* Define to 1 if you have the `inet_pton' function. */
   1.124 +#define _EVENT_HAVE_INET_PTON 1
   1.125 +
   1.126 +/* Define to 1 if you have the <inttypes.h> header file. */
   1.127 +#define _EVENT_HAVE_INTTYPES_H 1
   1.128 +
   1.129 +/* Define to 1 if you have the `issetugid' function. */
   1.130 +#define _EVENT_HAVE_ISSETUGID 1
   1.131 +
   1.132 +/* Define to 1 if you have the `kqueue' function. */
   1.133 +#define _EVENT_HAVE_KQUEUE 1
   1.134 +
   1.135 +/* Define if the system has zlib */
   1.136 +#define _EVENT_HAVE_LIBZ 1
   1.137 +
   1.138 +/* Define to 1 if you have the <memory.h> header file. */
   1.139 +#define _EVENT_HAVE_MEMORY_H 1
   1.140 +
   1.141 +/* Define to 1 if you have the `mmap' function. */
   1.142 +#define _EVENT_HAVE_MMAP 1
   1.143 +
   1.144 +/* Define to 1 if you have the <netdb.h> header file. */
   1.145 +#define _EVENT_HAVE_NETDB_H 1
   1.146 +
   1.147 +/* Define to 1 if you have the <netinet/in6.h> header file. */
   1.148 +/* #undef _EVENT_HAVE_NETINET_IN6_H */
   1.149 +
   1.150 +/* Define to 1 if you have the <netinet/in.h> header file. */
   1.151 +#define _EVENT_HAVE_NETINET_IN_H 1
   1.152 +
   1.153 +/* Define if the system has openssl */
   1.154 +#define _EVENT_HAVE_OPENSSL 1
   1.155 +
   1.156 +/* Define to 1 if you have the <openssl/bio.h> header file. */
   1.157 +#define _EVENT_HAVE_OPENSSL_BIO_H 1
   1.158 +
   1.159 +/* Define to 1 if you have the `pipe' function. */
   1.160 +#define _EVENT_HAVE_PIPE 1
   1.161 +
   1.162 +/* Define to 1 if you have the `poll' function. */
   1.163 +#define _EVENT_HAVE_POLL 1
   1.164 +
   1.165 +/* Define to 1 if you have the <poll.h> header file. */
   1.166 +#define _EVENT_HAVE_POLL_H 1
   1.167 +
   1.168 +/* Define to 1 if you have the `port_create' function. */
   1.169 +/* #undef _EVENT_HAVE_PORT_CREATE */
   1.170 +
   1.171 +/* Define to 1 if you have the <port.h> header file. */
   1.172 +/* #undef _EVENT_HAVE_PORT_H */
   1.173 +
   1.174 +/* Define if you have POSIX threads libraries and header files. */
   1.175 +/* #undef _EVENT_HAVE_PTHREAD */
   1.176 +
   1.177 +/* Define if we have pthreads on this system */
   1.178 +#define _EVENT_HAVE_PTHREADS 1
   1.179 +
   1.180 +/* Define to 1 if you have the `putenv' function. */
   1.181 +#define _EVENT_HAVE_PUTENV 1
   1.182 +
   1.183 +/* Define to 1 if the system has the type `sa_family_t'. */
   1.184 +#define _EVENT_HAVE_SA_FAMILY_T 1
   1.185 +
   1.186 +/* Define to 1 if you have the `select' function. */
   1.187 +#define _EVENT_HAVE_SELECT 1
   1.188 +
   1.189 +/* Define to 1 if you have the `sendfile' function. */
   1.190 +#define _EVENT_HAVE_SENDFILE 1
   1.191 +
   1.192 +/* Define to 1 if you have the `setenv' function. */
   1.193 +#define _EVENT_HAVE_SETENV 1
   1.194 +
   1.195 +/* Define if F_SETFD is defined in <fcntl.h> */
   1.196 +#define _EVENT_HAVE_SETFD 1
   1.197 +
   1.198 +/* Define to 1 if you have the `sigaction' function. */
   1.199 +#define _EVENT_HAVE_SIGACTION 1
   1.200 +
   1.201 +/* Define to 1 if you have the `signal' function. */
   1.202 +#define _EVENT_HAVE_SIGNAL 1
   1.203 +
   1.204 +/* Define to 1 if you have the `splice' function. */
   1.205 +/* #undef _EVENT_HAVE_SPLICE */
   1.206 +
   1.207 +/* Define to 1 if you have the <stdarg.h> header file. */
   1.208 +#define _EVENT_HAVE_STDARG_H 1
   1.209 +
   1.210 +/* Define to 1 if you have the <stddef.h> header file. */
   1.211 +#define _EVENT_HAVE_STDDEF_H 1
   1.212 +
   1.213 +/* Define to 1 if you have the <stdint.h> header file. */
   1.214 +#define _EVENT_HAVE_STDINT_H 1
   1.215 +
   1.216 +/* Define to 1 if you have the <stdlib.h> header file. */
   1.217 +#define _EVENT_HAVE_STDLIB_H 1
   1.218 +
   1.219 +/* Define to 1 if you have the <strings.h> header file. */
   1.220 +#define _EVENT_HAVE_STRINGS_H 1
   1.221 +
   1.222 +/* Define to 1 if you have the <string.h> header file. */
   1.223 +#define _EVENT_HAVE_STRING_H 1
   1.224 +
   1.225 +/* Define to 1 if you have the `strlcpy' function. */
   1.226 +#define _EVENT_HAVE_STRLCPY 1
   1.227 +
   1.228 +/* Define to 1 if you have the `strsep' function. */
   1.229 +#define _EVENT_HAVE_STRSEP 1
   1.230 +
   1.231 +/* Define to 1 if you have the `strtok_r' function. */
   1.232 +#define _EVENT_HAVE_STRTOK_R 1
   1.233 +
   1.234 +/* Define to 1 if you have the `strtoll' function. */
   1.235 +#define _EVENT_HAVE_STRTOLL 1
   1.236 +
   1.237 +/* Define to 1 if the system has the type `struct addrinfo'. */
   1.238 +#define _EVENT_HAVE_STRUCT_ADDRINFO 1
   1.239 +
   1.240 +/* Define to 1 if the system has the type `struct in6_addr'. */
   1.241 +#define _EVENT_HAVE_STRUCT_IN6_ADDR 1
   1.242 +
   1.243 +/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
   1.244 +/* #undef _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */
   1.245 +
   1.246 +/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
   1.247 +/* #undef _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */
   1.248 +
   1.249 +/* Define to 1 if the system has the type `struct sockaddr_in6'. */
   1.250 +#define _EVENT_HAVE_STRUCT_SOCKADDR_IN6 1
   1.251 +
   1.252 +/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
   1.253 +#define _EVENT_HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
   1.254 +
   1.255 +/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
   1.256 +#define _EVENT_HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
   1.257 +
   1.258 +/* Define to 1 if the system has the type `struct sockaddr_storage'. */
   1.259 +#define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE 1
   1.260 +
   1.261 +/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
   1.262 +#define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
   1.263 +
   1.264 +/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
   1.265 +/* #undef _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
   1.266 +
   1.267 +/* Define to 1 if you have the `sysctl' function. */
   1.268 +#define _EVENT_HAVE_SYSCTL 1
   1.269 +
   1.270 +/* Define to 1 if you have the <sys/devpoll.h> header file. */
   1.271 +/* #undef _EVENT_HAVE_SYS_DEVPOLL_H */
   1.272 +
   1.273 +/* Define to 1 if you have the <sys/epoll.h> header file. */
   1.274 +/* #undef _EVENT_HAVE_SYS_EPOLL_H */
   1.275 +
   1.276 +/* Define to 1 if you have the <sys/eventfd.h> header file. */
   1.277 +/* #undef _EVENT_HAVE_SYS_EVENTFD_H */
   1.278 +
   1.279 +/* Define to 1 if you have the <sys/event.h> header file. */
   1.280 +#define _EVENT_HAVE_SYS_EVENT_H 1
   1.281 +
   1.282 +/* Define to 1 if you have the <sys/ioctl.h> header file. */
   1.283 +#define _EVENT_HAVE_SYS_IOCTL_H 1
   1.284 +
   1.285 +/* Define to 1 if you have the <sys/mman.h> header file. */
   1.286 +#define _EVENT_HAVE_SYS_MMAN_H 1
   1.287 +
   1.288 +/* Define to 1 if you have the <sys/param.h> header file. */
   1.289 +#define _EVENT_HAVE_SYS_PARAM_H 1
   1.290 +
   1.291 +/* Define to 1 if you have the <sys/queue.h> header file. */
   1.292 +#define _EVENT_HAVE_SYS_QUEUE_H 1
   1.293 +
   1.294 +/* Define to 1 if you have the <sys/select.h> header file. */
   1.295 +#define _EVENT_HAVE_SYS_SELECT_H 1
   1.296 +
   1.297 +/* Define to 1 if you have the <sys/sendfile.h> header file. */
   1.298 +/* #undef _EVENT_HAVE_SYS_SENDFILE_H */
   1.299 +
   1.300 +/* Define to 1 if you have the <sys/socket.h> header file. */
   1.301 +#define _EVENT_HAVE_SYS_SOCKET_H 1
   1.302 +
   1.303 +/* Define to 1 if you have the <sys/stat.h> header file. */
   1.304 +#define _EVENT_HAVE_SYS_STAT_H 1
   1.305 +
   1.306 +/* Define to 1 if you have the <sys/sysctl.h> header file. */
   1.307 +#define _EVENT_HAVE_SYS_SYSCTL_H 1
   1.308 +
   1.309 +/* Define to 1 if you have the <sys/time.h> header file. */
   1.310 +#define _EVENT_HAVE_SYS_TIME_H 1
   1.311 +
   1.312 +/* Define to 1 if you have the <sys/types.h> header file. */
   1.313 +#define _EVENT_HAVE_SYS_TYPES_H 1
   1.314 +
   1.315 +/* Define to 1 if you have the <sys/uio.h> header file. */
   1.316 +#define _EVENT_HAVE_SYS_UIO_H 1
   1.317 +
   1.318 +/* Define to 1 if you have the <sys/wait.h> header file. */
   1.319 +#define _EVENT_HAVE_SYS_WAIT_H 1
   1.320 +
   1.321 +/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
   1.322 +#define _EVENT_HAVE_TAILQFOREACH 1
   1.323 +
   1.324 +/* Define if timeradd is defined in <sys/time.h> */
   1.325 +#define _EVENT_HAVE_TIMERADD 1
   1.326 +
   1.327 +/* Define if timerclear is defined in <sys/time.h> */
   1.328 +#define _EVENT_HAVE_TIMERCLEAR 1
   1.329 +
   1.330 +/* Define if timercmp is defined in <sys/time.h> */
   1.331 +#define _EVENT_HAVE_TIMERCMP 1
   1.332 +
   1.333 +/* Define if timerisset is defined in <sys/time.h> */
   1.334 +#define _EVENT_HAVE_TIMERISSET 1
   1.335 +
   1.336 +/* Define to 1 if the system has the type `uint16_t'. */
   1.337 +#define _EVENT_HAVE_UINT16_T 1
   1.338 +
   1.339 +/* Define to 1 if the system has the type `uint32_t'. */
   1.340 +#define _EVENT_HAVE_UINT32_T 1
   1.341 +
   1.342 +/* Define to 1 if the system has the type `uint64_t'. */
   1.343 +#define _EVENT_HAVE_UINT64_T 1
   1.344 +
   1.345 +/* Define to 1 if the system has the type `uint8_t'. */
   1.346 +#define _EVENT_HAVE_UINT8_T 1
   1.347 +
   1.348 +/* Define to 1 if the system has the type `uintptr_t'. */
   1.349 +#define _EVENT_HAVE_UINTPTR_T 1
   1.350 +
   1.351 +/* Define to 1 if you have the `umask' function. */
   1.352 +#define _EVENT_HAVE_UMASK 1
   1.353 +
   1.354 +/* Define to 1 if you have the <unistd.h> header file. */
   1.355 +#define _EVENT_HAVE_UNISTD_H 1
   1.356 +
   1.357 +/* Define to 1 if you have the `unsetenv' function. */
   1.358 +#define _EVENT_HAVE_UNSETENV 1
   1.359 +
   1.360 +/* Define to 1 if you have the `vasprintf' function. */
   1.361 +#define _EVENT_HAVE_VASPRINTF 1
   1.362 +
   1.363 +/* Define if kqueue works correctly with pipes */
   1.364 +#define _EVENT_HAVE_WORKING_KQUEUE 1
   1.365 +
   1.366 +/* Define to 1 if you have the <zlib.h> header file. */
   1.367 +#define _EVENT_HAVE_ZLIB_H 1
   1.368 +
   1.369 +/* Define to the sub-directory in which libtool stores uninstalled libraries.
   1.370 +   */
   1.371 +#define _EVENT_LT_OBJDIR ".libs/"
   1.372 +
   1.373 +/* Define to 1 if your C compiler doesn't accept -c and -o together. */
   1.374 +/* #undef _EVENT_NO_MINUS_C_MINUS_O */
   1.375 +
   1.376 +/* Numeric representation of the version */
   1.377 +#define _EVENT_NUMERIC_VERSION 0x02001500
   1.378 +
   1.379 +/* Name of package */
   1.380 +#define _EVENT_PACKAGE "libevent"
   1.381 +
   1.382 +/* Define to the address where bug reports for this package should be sent. */
   1.383 +#define _EVENT_PACKAGE_BUGREPORT ""
   1.384 +
   1.385 +/* Define to the full name of this package. */
   1.386 +#define _EVENT_PACKAGE_NAME ""
   1.387 +
   1.388 +/* Define to the full name and version of this package. */
   1.389 +#define _EVENT_PACKAGE_STRING ""
   1.390 +
   1.391 +/* Define to the one symbol short name of this package. */
   1.392 +#define _EVENT_PACKAGE_TARNAME ""
   1.393 +
   1.394 +/* Define to the home page for this package. */
   1.395 +#define _EVENT_PACKAGE_URL ""
   1.396 +
   1.397 +/* Define to the version of this package. */
   1.398 +#define _EVENT_PACKAGE_VERSION ""
   1.399 +
   1.400 +/* Define to necessary symbol if this constant uses a non-standard name on
   1.401 +   your system. */
   1.402 +/* #undef _EVENT_PTHREAD_CREATE_JOINABLE */
   1.403 +
   1.404 +/* The size of `int', as computed by sizeof. */
   1.405 +#define _EVENT_SIZEOF_INT 4
   1.406 +
   1.407 +/* The size of `long', as computed by sizeof. */
   1.408 +#define _EVENT_SIZEOF_LONG 8
   1.409 +
   1.410 +/* The size of `long long', as computed by sizeof. */
   1.411 +#define _EVENT_SIZEOF_LONG_LONG 8
   1.412 +
   1.413 +/* The size of `pthread_t', as computed by sizeof. */
   1.414 +#define _EVENT_SIZEOF_PTHREAD_T 8
   1.415 +
   1.416 +/* The size of `short', as computed by sizeof. */
   1.417 +#define _EVENT_SIZEOF_SHORT 2
   1.418 +
   1.419 +/* The size of `size_t', as computed by sizeof. */
   1.420 +#define _EVENT_SIZEOF_SIZE_T 8
   1.421 +
   1.422 +/* The size of `void *', as computed by sizeof. */
   1.423 +#define _EVENT_SIZEOF_VOID_P 8
   1.424 +
   1.425 +/* Define to 1 if you have the ANSI C header files. */
   1.426 +#define _EVENT_STDC_HEADERS 1
   1.427 +
   1.428 +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
   1.429 +#define _EVENT_TIME_WITH_SYS_TIME 1
   1.430 +
   1.431 +/* Version number of package */
   1.432 +#define _EVENT_VERSION "2.0.21-stable"
   1.433 +
   1.434 +/* Define to appropriate substitue if compiler doesnt have __func__ */
   1.435 +/* #undef _EVENT___func__ */
   1.436 +
   1.437 +/* Define to empty if `const' does not conform to ANSI C. */
   1.438 +/* #undef _EVENT_const */
   1.439 +
   1.440 +/* Define to `__inline__' or `__inline' if that's what the C compiler
   1.441 +   calls it, or to nothing if 'inline' is not supported under any name.  */
   1.442 +#ifndef _EVENT___cplusplus
   1.443 +/* #undef _EVENT_inline */
   1.444 +#endif
   1.445 +
   1.446 +/* Define to `int' if <sys/types.h> does not define. */
   1.447 +/* #undef _EVENT_pid_t */
   1.448 +
   1.449 +/* Define to `unsigned int' if <sys/types.h> does not define. */
   1.450 +/* #undef _EVENT_size_t */
   1.451 +
   1.452 +/* Define to unsigned int if you dont have it */
   1.453 +/* #undef _EVENT_socklen_t */
   1.454 +
   1.455 +/* Define to `int' if <sys/types.h> does not define. */
   1.456 +/* #undef _EVENT_ssize_t */
   1.457 +
   1.458 +#endif /* event2/event-config.h */

mercurial