Home | History | Annotate | Download | only in android
      1 /* config.h.  Generated from config.h.in by configure.  */
      2 /* config.h.in.  Generated from configure.in by autoheader.  */
      3 
      4 /* Define if clock_gettime is available in libc */
      5 #define DNS_USE_CPU_CLOCK_FOR_ID 1
      6 
      7 /* Define is no secure id variant is available */
      8 /* #undef DNS_USE_GETTIMEOFDAY_FOR_ID */
      9 
     10 /* Define to 1 if you have the `clock_gettime' function. */
     11 #define HAVE_CLOCK_GETTIME 1
     12 
     13 /* Define if /dev/poll is available */
     14 /* #undef HAVE_DEVPOLL */
     15 
     16 /* Define to 1 if you have the <dlfcn.h> header file. */
     17 #define HAVE_DLFCN_H 1
     18 
     19 /* Define if your system supports the epoll system calls */
     20 #ifndef HAVE_EPOLL
     21   #define HAVE_EPOLL 1
     22 #endif
     23 
     24 /* Define to 1 if you have the `epoll_ctl' function. */
     25 #define HAVE_EPOLL_CTL 1
     26 
     27 /* Define if your system supports event ports */
     28 /* #undef HAVE_EVENT_PORTS */
     29 
     30 /* Define to 1 if you have the `fcntl' function. */
     31 #define HAVE_FCNTL 1
     32 
     33 /* Define to 1 if you have the <fcntl.h> header file. */
     34 #define HAVE_FCNTL_H 1
     35 
     36 /* Define to 1 if the system has the type `fd_mask'. */
     37 //#define HAVE_FD_MASK 0
     38 
     39 /* Define to 1 if you have the `getaddrinfo' function. */
     40 #define HAVE_GETADDRINFO 1
     41 
     42 /* Define to 1 if you have the `getegid' function. */
     43 #define HAVE_GETEGID 1
     44 
     45 /* Define to 1 if you have the `geteuid' function. */
     46 #define HAVE_GETEUID 1
     47 
     48 /* Define to 1 if you have the `getnameinfo' function. */
     49 #define HAVE_GETNAMEINFO 1
     50 
     51 /* Define to 1 if you have the `gettimeofday' function. */
     52 #define HAVE_GETTIMEOFDAY 1
     53 
     54 /* Define to 1 if you have the `inet_ntop' function. */
     55 #define HAVE_INET_NTOP 1
     56 
     57 /* Define to 1 if you have the <inttypes.h> header file. */
     58 #define HAVE_INTTYPES_H 1
     59 
     60 /* Define to 1 if you have the `issetugid' function. */
     61 /* #undef HAVE_ISSETUGID */
     62 
     63 /* Define to 1 if you have the `kqueue' function. */
     64 /* #undef HAVE_KQUEUE */
     65 
     66 /* Define to 1 if you have the `nsl' library (-lnsl). */
     67 #define HAVE_LIBNSL 1
     68 
     69 /* Define to 1 if you have the `resolv' library (-lresolv). */
     70 #define HAVE_LIBRESOLV 1
     71 
     72 /* Define to 1 if you have the `rt' library (-lrt). */
     73 #define HAVE_LIBRT 1
     74 
     75 /* Define to 1 if you have the `socket' library (-lsocket). */
     76 /* #undef HAVE_LIBSOCKET */
     77 
     78 /* Define to 1 if you have the <memory.h> header file. */
     79 #define HAVE_MEMORY_H 1
     80 
     81 /* Define to 1 if you have the <netinet/in6.h> header file. */
     82 /* #undef HAVE_NETINET_IN6_H */
     83 
     84 /* Define to 1 if you have the `poll' function. */
     85 #define HAVE_POLL 1
     86 
     87 /* Define to 1 if you have the <poll.h> header file. */
     88 #define HAVE_POLL_H 1
     89 
     90 /* Define to 1 if you have the `port_create' function. */
     91 /* #undef HAVE_PORT_CREATE */
     92 
     93 /* Define to 1 if you have the <port.h> header file. */
     94 /* #undef HAVE_PORT_H */
     95 
     96 /* Define to 1 if you have the `select' function. */
     97 #define HAVE_SELECT 1
     98 
     99 /* Define if F_SETFD is defined in <fcntl.h> */
    100 #define HAVE_SETFD 1
    101 
    102 /* Define to 1 if you have the `sigaction' function. */
    103 #define HAVE_SIGACTION 1
    104 
    105 /* Define to 1 if you have the `signal' function. */
    106 #define HAVE_SIGNAL 1
    107 
    108 /* Define to 1 if you have the <signal.h> header file. */
    109 #define HAVE_SIGNAL_H 1
    110 
    111 /* Define to 1 if you have the <stdarg.h> header file. */
    112 #define HAVE_STDARG_H 1
    113 
    114 /* Define to 1 if you have the <stdint.h> header file. */
    115 #define HAVE_STDINT_H 1
    116 
    117 /* Define to 1 if you have the <stdlib.h> header file. */
    118 #define HAVE_STDLIB_H 1
    119 
    120 /* Define to 1 if you have the <strings.h> header file. */
    121 #define HAVE_STRINGS_H 1
    122 
    123 /* Define to 1 if you have the <string.h> header file. */
    124 #define HAVE_STRING_H 1
    125 
    126 /* Define to 1 if you have the `strlcpy' function. */
    127 /* #undef HAVE_STRLCPY */
    128 
    129 /* Define to 1 if you have the `strsep' function. */
    130 #define HAVE_STRSEP 1
    131 
    132 /* Define to 1 if you have the `strtok_r' function. */
    133 #define HAVE_STRTOK_R 1
    134 
    135 /* Define to 1 if you have the `strtoll' function. */
    136 #define HAVE_STRTOLL 1
    137 
    138 /* Define to 1 if the system has the type `struct in6_addr'. */
    139 #define HAVE_STRUCT_IN6_ADDR 1
    140 
    141 /* Define to 1 if you have the <sys/devpoll.h> header file. */
    142 /* #undef HAVE_SYS_DEVPOLL_H */
    143 
    144 /* Define to 1 if you have the <sys/epoll.h> header file. */
    145 #define HAVE_SYS_EPOLL_H 1
    146 
    147 /* Define to 1 if you have the <sys/event.h> header file. */
    148 /* #undef HAVE_SYS_EVENT_H */
    149 
    150 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    151 #define HAVE_SYS_IOCTL_H 1
    152 
    153 /* Define to 1 if you have the <sys/param.h> header file. */
    154 #define HAVE_SYS_PARAM_H 1
    155 
    156 /* Define to 1 if you have the <sys/queue.h> header file. */
    157 #define HAVE_SYS_QUEUE_H 1
    158 
    159 /* Define to 1 if you have the <sys/select.h> header file. */
    160 #define HAVE_SYS_SELECT_H 1
    161 
    162 /* Define to 1 if you have the <sys/socket.h> header file. */
    163 #define HAVE_SYS_SOCKET_H 1
    164 
    165 /* Define to 1 if you have the <sys/stat.h> header file. */
    166 #define HAVE_SYS_STAT_H 1
    167 
    168 /* Define to 1 if you have the <sys/time.h> header file. */
    169 #define HAVE_SYS_TIME_H 1
    170 
    171 /* Define to 1 if you have the <sys/types.h> header file. */
    172 #define HAVE_SYS_TYPES_H 1
    173 
    174 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
    175 #define HAVE_TAILQFOREACH 1
    176 
    177 /* Define if timeradd is defined in <sys/time.h> */
    178 #define HAVE_TIMERADD 1
    179 
    180 /* Define if timerclear is defined in <sys/time.h> */
    181 #define HAVE_TIMERCLEAR 1
    182 
    183 /* Define if timercmp is defined in <sys/time.h> */
    184 #define HAVE_TIMERCMP 1
    185 
    186 /* Define if timerisset is defined in <sys/time.h> */
    187 #define HAVE_TIMERISSET 1
    188 
    189 /* Define to 1 if the system has the type `uint16_t'. */
    190 #define HAVE_UINT16_T 1
    191 
    192 /* Define to 1 if the system has the type `uint32_t'. */
    193 #define HAVE_UINT32_T 1
    194 
    195 /* Define to 1 if the system has the type `uint64_t'. */
    196 #define HAVE_UINT64_T 1
    197 
    198 /* Define to 1 if the system has the type `uint8_t'. */
    199 #define HAVE_UINT8_T 1
    200 
    201 /* Define to 1 if you have the <unistd.h> header file. */
    202 #define HAVE_UNISTD_H 1
    203 
    204 /* Define to 1 if you have the `vasprintf' function. */
    205 #define HAVE_VASPRINTF 1
    206 
    207 /* Define if kqueue works correctly with pipes */
    208 /* #undef HAVE_WORKING_KQUEUE */
    209 
    210 /* Name of package */
    211 #define PACKAGE "libevent"
    212 
    213 /* Define to the address where bug reports for this package should be sent. */
    214 #define PACKAGE_BUGREPORT ""
    215 
    216 /* Define to the full name of this package. */
    217 #define PACKAGE_NAME ""
    218 
    219 /* Define to the full name and version of this package. */
    220 #define PACKAGE_STRING ""
    221 
    222 /* Define to the one symbol short name of this package. */
    223 #define PACKAGE_TARNAME ""
    224 
    225 /* Define to the version of this package. */
    226 #define PACKAGE_VERSION ""
    227 
    228 /* The size of `int', as computed by sizeof. */
    229 #define SIZEOF_INT 4
    230 
    231 /* The size of `long', as computed by sizeof. */
    232 #define SIZEOF_LONG 8
    233 
    234 /* The size of `long long', as computed by sizeof. */
    235 #define SIZEOF_LONG_LONG 8
    236 
    237 /* The size of `short', as computed by sizeof. */
    238 #define SIZEOF_SHORT 2
    239 
    240 /* Define to 1 if you have the ANSI C header files. */
    241 #define STDC_HEADERS 1
    242 
    243 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
    244 #define TIME_WITH_SYS_TIME 1
    245 
    246 /* Version number of package */
    247 #define VERSION "1.4.13-stable"
    248 
    249 /* Define to appropriate substitue if compiler doesnt have __func__ */
    250 /* #undef __func__ */
    251 
    252 /* Define to empty if `const' does not conform to ANSI C. */
    253 /* #undef const */
    254 
    255 /* Define to `__inline__' or `__inline' if that's what the C compiler
    256    calls it, or to nothing if 'inline' is not supported under any name.  */
    257 #ifndef __cplusplus
    258 /* #undef inline */
    259 #endif
    260 
    261 /* Define to `int' if <sys/types.h> does not define. */
    262 /* #undef pid_t */
    263 
    264 /* Define to `unsigned int' if <sys/types.h> does not define. */
    265 /* #undef size_t */
    266 
    267 /* Define to unsigned int if you dont have it */
    268 /* #undef socklen_t */
    269