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