ipc/chromium/src/third_party/libevent/config.h.in

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ipc/chromium/src/third_party/libevent/config.h.in	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,439 @@
     1.4 +/* config.h.in.  Generated from configure.in by autoheader.  */
     1.5 +
     1.6 +/* Define if libevent should build without support for a debug mode */
     1.7 +#undef DISABLE_DEBUG_MODE
     1.8 +
     1.9 +/* Define if libevent should not allow replacing the mm functions */
    1.10 +#undef DISABLE_MM_REPLACEMENT
    1.11 +
    1.12 +/* Define if libevent should not be compiled with thread support */
    1.13 +#undef DISABLE_THREAD_SUPPORT
    1.14 +
    1.15 +/* Define to 1 if you have the `arc4random' function. */
    1.16 +#undef HAVE_ARC4RANDOM
    1.17 +
    1.18 +/* Define to 1 if you have the `arc4random_buf' function. */
    1.19 +#undef HAVE_ARC4RANDOM_BUF
    1.20 +
    1.21 +/* Define to 1 if you have the <arpa/inet.h> header file. */
    1.22 +#undef HAVE_ARPA_INET_H
    1.23 +
    1.24 +/* Define to 1 if you have the `clock_gettime' function. */
    1.25 +#undef HAVE_CLOCK_GETTIME
    1.26 +
    1.27 +/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
    1.28 +   don't. */
    1.29 +#undef HAVE_DECL_CTL_KERN
    1.30 +
    1.31 +/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
    1.32 +   don't. */
    1.33 +#undef HAVE_DECL_KERN_ARND
    1.34 +
    1.35 +/* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
    1.36 +   don't. */
    1.37 +#undef HAVE_DECL_KERN_RANDOM
    1.38 +
    1.39 +/* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
    1.40 +   don't. */
    1.41 +#undef HAVE_DECL_RANDOM_UUID
    1.42 +
    1.43 +/* Define if /dev/poll is available */
    1.44 +#undef HAVE_DEVPOLL
    1.45 +
    1.46 +/* Define to 1 if you have the <dlfcn.h> header file. */
    1.47 +#undef HAVE_DLFCN_H
    1.48 +
    1.49 +/* Define if your system supports the epoll system calls */
    1.50 +#undef HAVE_EPOLL
    1.51 +
    1.52 +/* Define to 1 if you have the `epoll_ctl' function. */
    1.53 +#undef HAVE_EPOLL_CTL
    1.54 +
    1.55 +/* Define to 1 if you have the `eventfd' function. */
    1.56 +#undef HAVE_EVENTFD
    1.57 +
    1.58 +/* Define if your system supports event ports */
    1.59 +#undef HAVE_EVENT_PORTS
    1.60 +
    1.61 +/* Define to 1 if you have the `fcntl' function. */
    1.62 +#undef HAVE_FCNTL
    1.63 +
    1.64 +/* Define to 1 if you have the <fcntl.h> header file. */
    1.65 +#undef HAVE_FCNTL_H
    1.66 +
    1.67 +/* Define to 1 if the system has the type `fd_mask'. */
    1.68 +#undef HAVE_FD_MASK
    1.69 +
    1.70 +/* Do we have getaddrinfo()? */
    1.71 +#undef HAVE_GETADDRINFO
    1.72 +
    1.73 +/* Define to 1 if you have the `getegid' function. */
    1.74 +#undef HAVE_GETEGID
    1.75 +
    1.76 +/* Define to 1 if you have the `geteuid' function. */
    1.77 +#undef HAVE_GETEUID
    1.78 +
    1.79 +/* Define this if you have any gethostbyname_r() */
    1.80 +#undef HAVE_GETHOSTBYNAME_R
    1.81 +
    1.82 +/* Define this if gethostbyname_r takes 3 arguments */
    1.83 +#undef HAVE_GETHOSTBYNAME_R_3_ARG
    1.84 +
    1.85 +/* Define this if gethostbyname_r takes 5 arguments */
    1.86 +#undef HAVE_GETHOSTBYNAME_R_5_ARG
    1.87 +
    1.88 +/* Define this if gethostbyname_r takes 6 arguments */
    1.89 +#undef HAVE_GETHOSTBYNAME_R_6_ARG
    1.90 +
    1.91 +/* Define to 1 if you have the `getnameinfo' function. */
    1.92 +#undef HAVE_GETNAMEINFO
    1.93 +
    1.94 +/* Define to 1 if you have the `getprotobynumber' function. */
    1.95 +#undef HAVE_GETPROTOBYNUMBER
    1.96 +
    1.97 +/* Define to 1 if you have the `getservbyname' function. */
    1.98 +#undef HAVE_GETSERVBYNAME
    1.99 +
   1.100 +/* Define to 1 if you have the `gettimeofday' function. */
   1.101 +#undef HAVE_GETTIMEOFDAY
   1.102 +
   1.103 +/* Define to 1 if you have the `inet_aton' function. */
   1.104 +#undef HAVE_INET_ATON
   1.105 +
   1.106 +/* Define to 1 if you have the `inet_ntop' function. */
   1.107 +#undef HAVE_INET_NTOP
   1.108 +
   1.109 +/* Define to 1 if you have the `inet_pton' function. */
   1.110 +#undef HAVE_INET_PTON
   1.111 +
   1.112 +/* Define to 1 if you have the <inttypes.h> header file. */
   1.113 +#undef HAVE_INTTYPES_H
   1.114 +
   1.115 +/* Define to 1 if you have the `issetugid' function. */
   1.116 +#undef HAVE_ISSETUGID
   1.117 +
   1.118 +/* Define to 1 if you have the `kqueue' function. */
   1.119 +#undef HAVE_KQUEUE
   1.120 +
   1.121 +/* Define if the system has zlib */
   1.122 +#undef HAVE_LIBZ
   1.123 +
   1.124 +/* Define to 1 if you have the <memory.h> header file. */
   1.125 +#undef HAVE_MEMORY_H
   1.126 +
   1.127 +/* Define to 1 if you have the `mmap' function. */
   1.128 +#undef HAVE_MMAP
   1.129 +
   1.130 +/* Define to 1 if you have the <netdb.h> header file. */
   1.131 +#undef HAVE_NETDB_H
   1.132 +
   1.133 +/* Define to 1 if you have the <netinet/in6.h> header file. */
   1.134 +#undef HAVE_NETINET_IN6_H
   1.135 +
   1.136 +/* Define to 1 if you have the <netinet/in.h> header file. */
   1.137 +#undef HAVE_NETINET_IN_H
   1.138 +
   1.139 +/* Define if the system has openssl */
   1.140 +#undef HAVE_OPENSSL
   1.141 +
   1.142 +/* Define to 1 if you have the <openssl/bio.h> header file. */
   1.143 +#undef HAVE_OPENSSL_BIO_H
   1.144 +
   1.145 +/* Define to 1 if you have the `pipe' function. */
   1.146 +#undef HAVE_PIPE
   1.147 +
   1.148 +/* Define to 1 if you have the `poll' function. */
   1.149 +#undef HAVE_POLL
   1.150 +
   1.151 +/* Define to 1 if you have the <poll.h> header file. */
   1.152 +#undef HAVE_POLL_H
   1.153 +
   1.154 +/* Define to 1 if you have the `port_create' function. */
   1.155 +#undef HAVE_PORT_CREATE
   1.156 +
   1.157 +/* Define to 1 if you have the <port.h> header file. */
   1.158 +#undef HAVE_PORT_H
   1.159 +
   1.160 +/* Define if you have POSIX threads libraries and header files. */
   1.161 +#undef HAVE_PTHREAD
   1.162 +
   1.163 +/* Define if we have pthreads on this system */
   1.164 +#undef HAVE_PTHREADS
   1.165 +
   1.166 +/* Define to 1 if you have the `putenv' function. */
   1.167 +#undef HAVE_PUTENV
   1.168 +
   1.169 +/* Define to 1 if the system has the type `sa_family_t'. */
   1.170 +#undef HAVE_SA_FAMILY_T
   1.171 +
   1.172 +/* Define to 1 if you have the `select' function. */
   1.173 +#undef HAVE_SELECT
   1.174 +
   1.175 +/* Define to 1 if you have the `sendfile' function. */
   1.176 +#undef HAVE_SENDFILE
   1.177 +
   1.178 +/* Define to 1 if you have the `setenv' function. */
   1.179 +#undef HAVE_SETENV
   1.180 +
   1.181 +/* Define if F_SETFD is defined in <fcntl.h> */
   1.182 +#undef HAVE_SETFD
   1.183 +
   1.184 +/* Define to 1 if you have the `sigaction' function. */
   1.185 +#undef HAVE_SIGACTION
   1.186 +
   1.187 +/* Define to 1 if you have the `signal' function. */
   1.188 +#undef HAVE_SIGNAL
   1.189 +
   1.190 +/* Define to 1 if you have the `splice' function. */
   1.191 +#undef HAVE_SPLICE
   1.192 +
   1.193 +/* Define to 1 if you have the <stdarg.h> header file. */
   1.194 +#undef HAVE_STDARG_H
   1.195 +
   1.196 +/* Define to 1 if you have the <stddef.h> header file. */
   1.197 +#undef HAVE_STDDEF_H
   1.198 +
   1.199 +/* Define to 1 if you have the <stdint.h> header file. */
   1.200 +#undef HAVE_STDINT_H
   1.201 +
   1.202 +/* Define to 1 if you have the <stdlib.h> header file. */
   1.203 +#undef HAVE_STDLIB_H
   1.204 +
   1.205 +/* Define to 1 if you have the <strings.h> header file. */
   1.206 +#undef HAVE_STRINGS_H
   1.207 +
   1.208 +/* Define to 1 if you have the <string.h> header file. */
   1.209 +#undef HAVE_STRING_H
   1.210 +
   1.211 +/* Define to 1 if you have the `strlcpy' function. */
   1.212 +#undef HAVE_STRLCPY
   1.213 +
   1.214 +/* Define to 1 if you have the `strsep' function. */
   1.215 +#undef HAVE_STRSEP
   1.216 +
   1.217 +/* Define to 1 if you have the `strtok_r' function. */
   1.218 +#undef HAVE_STRTOK_R
   1.219 +
   1.220 +/* Define to 1 if you have the `strtoll' function. */
   1.221 +#undef HAVE_STRTOLL
   1.222 +
   1.223 +/* Define to 1 if the system has the type `struct addrinfo'. */
   1.224 +#undef HAVE_STRUCT_ADDRINFO
   1.225 +
   1.226 +/* Define to 1 if the system has the type `struct in6_addr'. */
   1.227 +#undef HAVE_STRUCT_IN6_ADDR
   1.228 +
   1.229 +/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
   1.230 +#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16
   1.231 +
   1.232 +/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
   1.233 +#undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32
   1.234 +
   1.235 +/* Define to 1 if the system has the type `struct sockaddr_in6'. */
   1.236 +#undef HAVE_STRUCT_SOCKADDR_IN6
   1.237 +
   1.238 +/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
   1.239 +#undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
   1.240 +
   1.241 +/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
   1.242 +#undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
   1.243 +
   1.244 +/* Define to 1 if the system has the type `struct sockaddr_storage'. */
   1.245 +#undef HAVE_STRUCT_SOCKADDR_STORAGE
   1.246 +
   1.247 +/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
   1.248 +#undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
   1.249 +
   1.250 +/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
   1.251 +#undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
   1.252 +
   1.253 +/* Define to 1 if you have the `sysctl' function. */
   1.254 +#undef HAVE_SYSCTL
   1.255 +
   1.256 +/* Define to 1 if you have the <sys/devpoll.h> header file. */
   1.257 +#undef HAVE_SYS_DEVPOLL_H
   1.258 +
   1.259 +/* Define to 1 if you have the <sys/epoll.h> header file. */
   1.260 +#undef HAVE_SYS_EPOLL_H
   1.261 +
   1.262 +/* Define to 1 if you have the <sys/eventfd.h> header file. */
   1.263 +#undef HAVE_SYS_EVENTFD_H
   1.264 +
   1.265 +/* Define to 1 if you have the <sys/event.h> header file. */
   1.266 +#undef HAVE_SYS_EVENT_H
   1.267 +
   1.268 +/* Define to 1 if you have the <sys/ioctl.h> header file. */
   1.269 +#undef HAVE_SYS_IOCTL_H
   1.270 +
   1.271 +/* Define to 1 if you have the <sys/mman.h> header file. */
   1.272 +#undef HAVE_SYS_MMAN_H
   1.273 +
   1.274 +/* Define to 1 if you have the <sys/param.h> header file. */
   1.275 +#undef HAVE_SYS_PARAM_H
   1.276 +
   1.277 +/* Define to 1 if you have the <sys/queue.h> header file. */
   1.278 +#undef HAVE_SYS_QUEUE_H
   1.279 +
   1.280 +/* Define to 1 if you have the <sys/select.h> header file. */
   1.281 +#undef HAVE_SYS_SELECT_H
   1.282 +
   1.283 +/* Define to 1 if you have the <sys/sendfile.h> header file. */
   1.284 +#undef HAVE_SYS_SENDFILE_H
   1.285 +
   1.286 +/* Define to 1 if you have the <sys/socket.h> header file. */
   1.287 +#undef HAVE_SYS_SOCKET_H
   1.288 +
   1.289 +/* Define to 1 if you have the <sys/stat.h> header file. */
   1.290 +#undef HAVE_SYS_STAT_H
   1.291 +
   1.292 +/* Define to 1 if you have the <sys/sysctl.h> header file. */
   1.293 +#undef HAVE_SYS_SYSCTL_H
   1.294 +
   1.295 +/* Define to 1 if you have the <sys/time.h> header file. */
   1.296 +#undef HAVE_SYS_TIME_H
   1.297 +
   1.298 +/* Define to 1 if you have the <sys/types.h> header file. */
   1.299 +#undef HAVE_SYS_TYPES_H
   1.300 +
   1.301 +/* Define to 1 if you have the <sys/uio.h> header file. */
   1.302 +#undef HAVE_SYS_UIO_H
   1.303 +
   1.304 +/* Define to 1 if you have the <sys/wait.h> header file. */
   1.305 +#undef HAVE_SYS_WAIT_H
   1.306 +
   1.307 +/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
   1.308 +#undef HAVE_TAILQFOREACH
   1.309 +
   1.310 +/* Define if timeradd is defined in <sys/time.h> */
   1.311 +#undef HAVE_TIMERADD
   1.312 +
   1.313 +/* Define if timerclear is defined in <sys/time.h> */
   1.314 +#undef HAVE_TIMERCLEAR
   1.315 +
   1.316 +/* Define if timercmp is defined in <sys/time.h> */
   1.317 +#undef HAVE_TIMERCMP
   1.318 +
   1.319 +/* Define if timerisset is defined in <sys/time.h> */
   1.320 +#undef HAVE_TIMERISSET
   1.321 +
   1.322 +/* Define to 1 if the system has the type `uint16_t'. */
   1.323 +#undef HAVE_UINT16_T
   1.324 +
   1.325 +/* Define to 1 if the system has the type `uint32_t'. */
   1.326 +#undef HAVE_UINT32_T
   1.327 +
   1.328 +/* Define to 1 if the system has the type `uint64_t'. */
   1.329 +#undef HAVE_UINT64_T
   1.330 +
   1.331 +/* Define to 1 if the system has the type `uint8_t'. */
   1.332 +#undef HAVE_UINT8_T
   1.333 +
   1.334 +/* Define to 1 if the system has the type `uintptr_t'. */
   1.335 +#undef HAVE_UINTPTR_T
   1.336 +
   1.337 +/* Define to 1 if you have the `umask' function. */
   1.338 +#undef HAVE_UMASK
   1.339 +
   1.340 +/* Define to 1 if you have the <unistd.h> header file. */
   1.341 +#undef HAVE_UNISTD_H
   1.342 +
   1.343 +/* Define to 1 if you have the `unsetenv' function. */
   1.344 +#undef HAVE_UNSETENV
   1.345 +
   1.346 +/* Define to 1 if you have the `vasprintf' function. */
   1.347 +#undef HAVE_VASPRINTF
   1.348 +
   1.349 +/* Define if kqueue works correctly with pipes */
   1.350 +#undef HAVE_WORKING_KQUEUE
   1.351 +
   1.352 +/* Define to 1 if you have the <zlib.h> header file. */
   1.353 +#undef HAVE_ZLIB_H
   1.354 +
   1.355 +/* Define to the sub-directory in which libtool stores uninstalled libraries.
   1.356 +   */
   1.357 +#undef LT_OBJDIR
   1.358 +
   1.359 +/* Define to 1 if your C compiler doesn't accept -c and -o together. */
   1.360 +#undef NO_MINUS_C_MINUS_O
   1.361 +
   1.362 +/* Numeric representation of the version */
   1.363 +#undef NUMERIC_VERSION
   1.364 +
   1.365 +/* Name of package */
   1.366 +#undef PACKAGE
   1.367 +
   1.368 +/* Define to the address where bug reports for this package should be sent. */
   1.369 +#undef PACKAGE_BUGREPORT
   1.370 +
   1.371 +/* Define to the full name of this package. */
   1.372 +#undef PACKAGE_NAME
   1.373 +
   1.374 +/* Define to the full name and version of this package. */
   1.375 +#undef PACKAGE_STRING
   1.376 +
   1.377 +/* Define to the one symbol short name of this package. */
   1.378 +#undef PACKAGE_TARNAME
   1.379 +
   1.380 +/* Define to the home page for this package. */
   1.381 +#undef PACKAGE_URL
   1.382 +
   1.383 +/* Define to the version of this package. */
   1.384 +#undef PACKAGE_VERSION
   1.385 +
   1.386 +/* Define to necessary symbol if this constant uses a non-standard name on
   1.387 +   your system. */
   1.388 +#undef PTHREAD_CREATE_JOINABLE
   1.389 +
   1.390 +/* The size of `int', as computed by sizeof. */
   1.391 +#undef SIZEOF_INT
   1.392 +
   1.393 +/* The size of `long', as computed by sizeof. */
   1.394 +#undef SIZEOF_LONG
   1.395 +
   1.396 +/* The size of `long long', as computed by sizeof. */
   1.397 +#undef SIZEOF_LONG_LONG
   1.398 +
   1.399 +/* The size of `pthread_t', as computed by sizeof. */
   1.400 +#undef SIZEOF_PTHREAD_T
   1.401 +
   1.402 +/* The size of `short', as computed by sizeof. */
   1.403 +#undef SIZEOF_SHORT
   1.404 +
   1.405 +/* The size of `size_t', as computed by sizeof. */
   1.406 +#undef SIZEOF_SIZE_T
   1.407 +
   1.408 +/* The size of `void *', as computed by sizeof. */
   1.409 +#undef SIZEOF_VOID_P
   1.410 +
   1.411 +/* Define to 1 if you have the ANSI C header files. */
   1.412 +#undef STDC_HEADERS
   1.413 +
   1.414 +/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
   1.415 +#undef TIME_WITH_SYS_TIME
   1.416 +
   1.417 +/* Version number of package */
   1.418 +#undef VERSION
   1.419 +
   1.420 +/* Define to appropriate substitue if compiler doesnt have __func__ */
   1.421 +#undef __func__
   1.422 +
   1.423 +/* Define to empty if `const' does not conform to ANSI C. */
   1.424 +#undef const
   1.425 +
   1.426 +/* Define to `__inline__' or `__inline' if that's what the C compiler
   1.427 +   calls it, or to nothing if 'inline' is not supported under any name.  */
   1.428 +#ifndef __cplusplus
   1.429 +#undef inline
   1.430 +#endif
   1.431 +
   1.432 +/* Define to `int' if <sys/types.h> does not define. */
   1.433 +#undef pid_t
   1.434 +
   1.435 +/* Define to `unsigned int' if <sys/types.h> does not define. */
   1.436 +#undef size_t
   1.437 +
   1.438 +/* Define to unsigned int if you dont have it */
   1.439 +#undef socklen_t
   1.440 +
   1.441 +/* Define to `int' if <sys/types.h> does not define. */
   1.442 +#undef ssize_t

mercurial