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

Wed, 31 Dec 2014 06:55:46 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:55:46 +0100
changeset 1
ca08bd8f51b2
permissions
-rw-r--r--

Added tag TORBROWSER_REPLICA for changeset 6474c204b198

     1 /* event2/event-config.h
     2  *
     3  * This file was generated by autoconf when libevent was built, and post-
     4  * processed by Libevent so that its macros would have a uniform prefix.
     5  *
     6  * DO NOT EDIT THIS FILE.
     7  *
     8  * Do not rely on macros in this file existing in later versions.
     9  */
    10 #ifndef _EVENT_CONFIG_H_
    11 #define _EVENT_CONFIG_H_
    12 /* config.h.  Generated by configure.  */
    13 /* config.h.in.  Generated from configure.in by autoheader.  */
    15 /* Define if libevent should not allow replacing the mm functions */
    16 /* #undef _EVENT_DISABLE_MM_REPLACEMENT */
    18 /* Define if libevent should not be compiled with thread support */
    19 /* #undef _EVENT_DISABLE_THREAD_SUPPORT */
    21 /* Define if clock_gettime is available in libc */
    22 /* #undef _EVENT_DNS_USE_CPU_CLOCK_FOR_ID */
    24 /* Define is no secure id variant is available */
    25 /* #define _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID 1 */
    26 #define _EVENT_DNS_USE_FTIME_FOR_ID 1
    28 /* Define to 1 if you have the <arpa/inet.h> header file. */
    29 /* #undef _EVENT_HAVE_ARPA_INET_H */
    31 /* Define to 1 if you have the `clock_gettime' function. */
    32 /* #undef _EVENT_HAVE_CLOCK_GETTIME */
    34 /* Define if /dev/poll is available */
    35 /* #undef _EVENT_HAVE_DEVPOLL */
    37 /* Define to 1 if you have the <dlfcn.h> header file. */
    38 /* #undef _EVENT_HAVE_DLFCN_H */
    40 /* Define if your system supports the epoll system calls */
    41 /* #undef _EVENT_HAVE_EPOLL */
    43 /* Define to 1 if you have the `epoll_ctl' function. */
    44 /* #undef _EVENT_HAVE_EPOLL_CTL */
    46 /* Define to 1 if you have the `eventfd' function. */
    47 /* #undef _EVENT_HAVE_EVENTFD */
    49 /* Define if your system supports event ports */
    50 /* #undef _EVENT_HAVE_EVENT_PORTS */
    52 /* Define to 1 if you have the `fcntl' function. */
    53 /* #undef _EVENT_HAVE_FCNTL */
    55 /* Define to 1 if you have the <fcntl.h> header file. */
    56 #define _EVENT_HAVE_FCNTL_H 1
    58 /* Define to 1 if you have the `getaddrinfo' function. */
    59 #define _EVENT_HAVE_GETADDRINFO 1
    61 /* Define to 1 if you have the `getnameinfo' function. */
    62 #define _EVENT_HAVE_GETNAMEINFO 1
    64 /* Define to 1 if you have the `getprotobynumber' function. */
    65 #define _EVENT_HAVE_GETPROTOBYNUMBER 1
    67 /* Define to 1 if you have the `getservbyname' function. */
    68 #define _EVENT_HAVE_GETSERVBYNAME 1
    70 /* Define to 1 if you have the `gettimeofday' function. */
    71 /* #define _EVENT_HAVE_GETTIMEOFDAY 1 */
    73 /* Define to 1 if you have the `inet_aton' function. */
    74 /* #undef _EVENT_HAVE_INET_ATON */
    76 /* Define to 1 if you have the `inet_ntop' function. */
    77 /* #undef _EVENT_HAVE_INET_NTOP */
    79 /* Define to 1 if you have the `inet_pton' function. */
    80 /* #undef _EVENT_HAVE_INET_PTON */
    82 /* Define to 1 if you have the <inttypes.h> header file. */
    83 /* #define _EVENT_HAVE_INTTYPES_H 1 */
    85 /* Define to 1 if you have the `kqueue' function. */
    86 /* #undef _EVENT_HAVE_KQUEUE */
    88 /* Define if the system has zlib */
    89 /* #undef _EVENT_HAVE_LIBZ */
    91 /* Define to 1 if you have the <memory.h> header file. */
    92 #define _EVENT_HAVE_MEMORY_H 1
    94 /* Define to 1 if you have the `mmap' function. */
    95 /* #undef _EVENT_HAVE_MMAP */
    97 /* Define to 1 if you have the <netinet/in6.h> header file. */
    98 /* #undef _EVENT_HAVE_NETINET_IN6_H */
   100 /* Define to 1 if you have the <netinet/in.h> header file. */
   101 /* #undef _EVENT_HAVE_NETINET_IN_H */
   103 /* Define to 1 if you have the `pipe' function. */
   104 /* #undef _EVENT_HAVE_PIPE */
   106 /* Define to 1 if you have the `poll' function. */
   107 /* #undef _EVENT_HAVE_POLL */
   109 /* Define to 1 if you have the <poll.h> header file. */
   110 /* #undef _EVENT_HAVE_POLL_H */
   112 /* Define to 1 if you have the `port_create' function. */
   113 /* #undef _EVENT_HAVE_PORT_CREATE */
   115 /* Define to 1 if you have the <port.h> header file. */
   116 /* #undef _EVENT_HAVE_PORT_H */
   118 /* Define if you have POSIX threads libraries and header files. */
   119 /* #undef _EVENT_HAVE_PTHREAD */
   121 /* Define if we have pthreads on this system */
   122 /* #undef _EVENT_HAVE_PTHREADS */
   124 /* Define to 1 if the system has the type `sa_family_t'. */
   125 /* #undef _EVENT_HAVE_SA_FAMILY_T */
   127 /* Define to 1 if you have the `select' function. */
   128 /* #undef _EVENT_HAVE_SELECT */
   130 /* Define to 1 if you have the `sendfile' function. */
   131 /* #undef _EVENT_HAVE_SENDFILE */
   133 /* Define if F_SETFD is defined in <fcntl.h> */
   134 /* #undef _EVENT_HAVE_SETFD */
   136 /* Define to 1 if you have the `sigaction' function. */
   137 /* #undef _EVENT_HAVE_SIGACTION */
   139 /* Define to 1 if you have the `signal' function. */
   140 #define _EVENT_HAVE_SIGNAL 1
   142 /* Define to 1 if you have the `splice' function. */
   143 /* #undef _EVENT_HAVE_SPLICE */
   145 /* Define to 1 if you have the <stdarg.h> header file. */
   146 #define _EVENT_HAVE_STDARG_H 1
   148 /* Define to 1 if you have the <stddef.h> header file. */
   149 #define _EVENT_HAVE_STDDEF_H 1
   151 /* Define to 1 if you have the <stdint.h> header file. */
   152 /* #define _EVENT_HAVE_STDINT_H 1 */
   154 /* Define to 1 if you have the <stdlib.h> header file. */
   155 #define _EVENT_HAVE_STDLIB_H 1
   157 /* Define to 1 if you have the <strings.h> header file. */
   158 #define _EVENT_HAVE_STRINGS_H 1
   160 /* Define to 1 if you have the <string.h> header file. */
   161 #define _EVENT_HAVE_STRING_H 1
   163 /* Define to 1 if you have the `strlcpy' function. */
   164 /* #undef _EVENT_HAVE_STRLCPY */
   166 /* Define to 1 if you have the `strsep' function. */
   167 /* #undef _EVENT_HAVE_STRSEP */
   169 /* Define to 1 if you have the `strtok_r' function. */
   170 /* #undef _EVENT_HAVE_STRTOK_R */
   172 /* Define to 1 if you have the `strtoll' function. */
   173 /* #define _EVENT_HAVE_STRTOLL 1 */
   175 #define _EVENT_HAVE_STRUCT_ADDRINFO 1
   177 /* Define to 1 if the system has the type `struct in6_addr'. */
   178 #define _EVENT_HAVE_STRUCT_IN6_ADDR 1
   180 /* Define to 1 if `s6_addr16' is member of `struct in6_addr'. */
   181 #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
   183 /* Define to 1 if `s6_addr32' is member of `struct in6_addr'. */
   184 #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
   186 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
   187 #define _EVENT_HAVE_STRUCT_SOCKADDR_IN6 1
   189 /* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
   190 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */
   192 /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
   193 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
   195 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
   196 #define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE 1
   198 /* Define to 1 if you have the <sys/devpoll.h> header file. */
   199 /* #undef _EVENT_HAVE_SYS_DEVPOLL_H */
   201 /* Define to 1 if you have the <sys/epoll.h> header file. */
   202 /* #undef _EVENT_HAVE_SYS_EPOLL_H */
   204 /* Define to 1 if you have the <sys/eventfd.h> header file. */
   205 /* #undef _EVENT_HAVE_SYS_EVENTFD_H */
   207 /* Define to 1 if you have the <sys/event.h> header file. */
   208 /* #undef _EVENT_HAVE_SYS_EVENT_H */
   210 /* Define to 1 if you have the <sys/ioctl.h> header file. */
   211 /* #undef _EVENT_HAVE_SYS_IOCTL_H */
   213 /* Define to 1 if you have the <sys/mman.h> header file. */
   214 /* #undef _EVENT_HAVE_SYS_MMAN_H */
   216 /* Define to 1 if you have the <sys/param.h> header file. */
   217 /* #define _EVENT_HAVE_SYS_PARAM_H 1 */
   219 /* Define to 1 if you have the <sys/queue.h> header file. */
   220 /* #undef _EVENT_HAVE_SYS_QUEUE_H */
   222 /* Define to 1 if you have the <sys/select.h> header file. */
   223 /* #undef _EVENT_HAVE_SYS_SELECT_H */
   225 /* Define to 1 if you have the <sys/sendfile.h> header file. */
   226 /* #undef _EVENT_HAVE_SYS_SENDFILE_H */
   228 /* Define to 1 if you have the <sys/socket.h> header file. */
   229 /* #undef _EVENT_HAVE_SYS_SOCKET_H */
   231 /* Define to 1 if you have the <sys/stat.h> header file. */
   232 #define _EVENT_HAVE_SYS_STAT_H 1
   234 /* Define to 1 if you have the <sys/time.h> header file. */
   235 /* #define _EVENT_HAVE_SYS_TIME_H 1 */
   237 /* Define to 1 if you have the <sys/types.h> header file. */
   238 #define _EVENT_HAVE_SYS_TYPES_H 1
   240 /* Define to 1 if you have the <sys/uio.h> header file. */
   241 /* #undef _EVENT_HAVE_SYS_UIO_H */
   243 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
   244 /* #undef _EVENT_HAVE_TAILQFOREACH */
   246 /* Define if timeradd is defined in <sys/time.h> */
   247 /* #undef _EVENT_HAVE_TIMERADD */
   249 /* Define if timerclear is defined in <sys/time.h> */
   250 #define _EVENT_HAVE_TIMERCLEAR 1
   252 /* Define if timercmp is defined in <sys/time.h> */
   253 #define _EVENT_HAVE_TIMERCMP 1
   255 /* Define if timerisset is defined in <sys/time.h> */
   256 #define _EVENT_HAVE_TIMERISSET 1
   258 /* Define to 1 if the system has the type `uint16_t'. */
   259 /* #define _EVENT_HAVE_UINT16_T 1 */
   261 /* Define to 1 if the system has the type `uint32_t'. */
   262 /* #define _EVENT_HAVE_UINT32_T 1 */
   264 /* Define to 1 if the system has the type `uint64_t'. */
   265 /* #define _EVENT_HAVE_UINT64_T 1 */
   267 /* Define to 1 if the system has the type `uint8_t'. */
   268 /* #define _EVENT_HAVE_UINT8_T 1 */
   270 /* Define to 1 if you have the <unistd.h> header file. */
   271 /* #define _EVENT_HAVE_UNISTD_H 1 */
   273 /* Define to 1 if you have the `vasprintf' function. */
   274 /* #undef _EVENT_HAVE_VASPRINTF */
   276 /* Define if kqueue works correctly with pipes */
   277 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
   279 /* Numeric representation of the version */
   280 #define _EVENT_NUMERIC_VERSION 0x02001500
   282 /* Name of package */
   283 #define _EVENT_PACKAGE "libevent"
   285 /* Define to the address where bug reports for this package should be sent. */
   286 #define _EVENT_PACKAGE_BUGREPORT ""
   288 /* Define to the full name of this package. */
   289 #define _EVENT_PACKAGE_NAME ""
   291 /* Define to the full name and version of this package. */
   292 #define _EVENT_PACKAGE_STRING ""
   294 /* Define to the one symbol short name of this package. */
   295 #define _EVENT_PACKAGE_TARNAME ""
   297 /* Define to the version of this package. */
   298 #define _EVENT_PACKAGE_VERSION ""
   300 /* Define to necessary symbol if this constant uses a non-standard name on
   301    your system. */
   302 /* #undef _EVENT_PTHREAD_CREATE_JOINABLE */
   304 /* The size of a `int', as computed by sizeof. */
   305 #define _EVENT_SIZEOF_INT 4
   307 /* The size of a `long', as computed by sizeof. */
   308 #define _EVENT_SIZEOF_LONG 4
   310 /* The size of a `long long', as computed by sizeof. */
   311 #define _EVENT_SIZEOF_LONG_LONG 8
   313 /* The size of a `short', as computed by sizeof. */
   314 #define _EVENT_SIZEOF_SHORT 2
   316 /* The size of `size_t', as computed by sizeof. */
   317 #ifdef _WIN64
   318 #define _EVENT_SIZEOF_SIZE_T 8
   319 #else
   320 #define _EVENT_SIZEOF_SIZE_T 4
   321 #endif
   323 /* The size of `void *', as computed by sizeof. */
   324 #ifdef _WIN64
   325 #define _EVENT_SIZEOF_VOID_P 8
   326 #else
   327 #define _EVENT_SIZEOF_VOID_P 4
   328 #endif
   330 /* Define to 1 if you have the ANSI C header files. */
   331 #define _EVENT_STDC_HEADERS 1
   333 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
   334 #define _EVENT_TIME_WITH_SYS_TIME 1
   336 /* Version number of package */
   337 #define _EVENT_VERSION "2.0.21-stable"
   339 /* Define to appropriate substitue if compiler doesnt have __func__ */
   340 #define _EVENT___func__ __FUNCTION__
   342 /* Define to empty if `const' does not conform to ANSI C. */
   343 /* #undef _EVENT_const */
   345 /* Define to `__inline__' or `__inline' if that's what the C compiler
   346    calls it, or to nothing if 'inline' is not supported under any name.  */
   347 #ifndef _EVENT___cplusplus
   348 #define _EVENT_inline __inline
   349 #endif
   351 /* Define to `int' if <sys/types.h> does not define. */
   352 /* #undef _EVENT_pid_t */
   354 /* Define to `unsigned' if <sys/types.h> does not define. */
   355 /* #undef _EVENT_size_t */
   357 /* Define to unsigned int if you dont have it */
   358 #define _EVENT_socklen_t unsigned int
   360 /* Define to `int' if <sys/types.h> does not define. */
   361 #define _EVENT_ssize_t SSIZE_T
   363 #endif

mercurial