Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libevent / config.h.in
blobe86379fe4eec65efe65e74b3b191f1407cfefdb0
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define if libevent should build without support for a debug mode */
4 #undef DISABLE_DEBUG_MODE
6 /* Define if libevent should not allow replacing the mm functions */
7 #undef DISABLE_MM_REPLACEMENT
9 /* Define if libevent should not be compiled with thread support */
10 #undef DISABLE_THREAD_SUPPORT
12 /* Define to 1 if you have the `arc4random' function. */
13 #undef HAVE_ARC4RANDOM
15 /* Define to 1 if you have the `arc4random_buf' function. */
16 #undef HAVE_ARC4RANDOM_BUF
18 /* Define to 1 if you have the <arpa/inet.h> header file. */
19 #undef HAVE_ARPA_INET_H
21 /* Define to 1 if you have the `clock_gettime' function. */
22 #undef HAVE_CLOCK_GETTIME
24 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
25 don't. */
26 #undef HAVE_DECL_CTL_KERN
28 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
29 don't. */
30 #undef HAVE_DECL_KERN_ARND
32 /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
33 don't. */
34 #undef HAVE_DECL_KERN_RANDOM
36 /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
37 don't. */
38 #undef HAVE_DECL_RANDOM_UUID
40 /* Define if /dev/poll is available */
41 #undef HAVE_DEVPOLL
43 /* Define to 1 if you have the <dlfcn.h> header file. */
44 #undef HAVE_DLFCN_H
46 /* Define if your system supports the epoll system calls */
47 #undef HAVE_EPOLL
49 /* Define to 1 if you have the `epoll_ctl' function. */
50 #undef HAVE_EPOLL_CTL
52 /* Define to 1 if you have the `eventfd' function. */
53 #undef HAVE_EVENTFD
55 /* Define if your system supports event ports */
56 #undef HAVE_EVENT_PORTS
58 /* Define to 1 if you have the `fcntl' function. */
59 #undef HAVE_FCNTL
61 /* Define to 1 if you have the <fcntl.h> header file. */
62 #undef HAVE_FCNTL_H
64 /* Define to 1 if the system has the type `fd_mask'. */
65 #undef HAVE_FD_MASK
67 /* Do we have getaddrinfo()? */
68 #undef HAVE_GETADDRINFO
70 /* Define to 1 if you have the `getegid' function. */
71 #undef HAVE_GETEGID
73 /* Define to 1 if you have the `geteuid' function. */
74 #undef HAVE_GETEUID
76 /* Define this if you have any gethostbyname_r() */
77 #undef HAVE_GETHOSTBYNAME_R
79 /* Define this if gethostbyname_r takes 3 arguments */
80 #undef HAVE_GETHOSTBYNAME_R_3_ARG
82 /* Define this if gethostbyname_r takes 5 arguments */
83 #undef HAVE_GETHOSTBYNAME_R_5_ARG
85 /* Define this if gethostbyname_r takes 6 arguments */
86 #undef HAVE_GETHOSTBYNAME_R_6_ARG
88 /* Define to 1 if you have the `getnameinfo' function. */
89 #undef HAVE_GETNAMEINFO
91 /* Define to 1 if you have the `getprotobynumber' function. */
92 #undef HAVE_GETPROTOBYNUMBER
94 /* Define to 1 if you have the `getservbyname' function. */
95 #undef HAVE_GETSERVBYNAME
97 /* Define to 1 if you have the `gettimeofday' function. */
98 #undef HAVE_GETTIMEOFDAY
100 /* Define to 1 if you have the `inet_aton' function. */
101 #undef HAVE_INET_ATON
103 /* Define to 1 if you have the `inet_ntop' function. */
104 #undef HAVE_INET_NTOP
106 /* Define to 1 if you have the `inet_pton' function. */
107 #undef HAVE_INET_PTON
109 /* Define to 1 if you have the <inttypes.h> header file. */
110 #undef HAVE_INTTYPES_H
112 /* Define to 1 if you have the `issetugid' function. */
113 #undef HAVE_ISSETUGID
115 /* Define to 1 if you have the `kqueue' function. */
116 #undef HAVE_KQUEUE
118 /* Define if the system has zlib */
119 #undef HAVE_LIBZ
121 /* Define to 1 if you have the <memory.h> header file. */
122 #undef HAVE_MEMORY_H
124 /* Define to 1 if you have the `mmap' function. */
125 #undef HAVE_MMAP
127 /* Define to 1 if you have the <netdb.h> header file. */
128 #undef HAVE_NETDB_H
130 /* Define to 1 if you have the <netinet/in6.h> header file. */
131 #undef HAVE_NETINET_IN6_H
133 /* Define to 1 if you have the <netinet/in.h> header file. */
134 #undef HAVE_NETINET_IN_H
136 /* Define if the system has openssl */
137 #undef HAVE_OPENSSL
139 /* Define to 1 if you have the <openssl/bio.h> header file. */
140 #undef HAVE_OPENSSL_BIO_H
142 /* Define to 1 if you have the `pipe' function. */
143 #undef HAVE_PIPE
145 /* Define to 1 if you have the `poll' function. */
146 #undef HAVE_POLL
148 /* Define to 1 if you have the <poll.h> header file. */
149 #undef HAVE_POLL_H
151 /* Define to 1 if you have the `port_create' function. */
152 #undef HAVE_PORT_CREATE
154 /* Define to 1 if you have the <port.h> header file. */
155 #undef HAVE_PORT_H
157 /* Define if you have POSIX threads libraries and header files. */
158 #undef HAVE_PTHREAD
160 /* Define if we have pthreads on this system */
161 #undef HAVE_PTHREADS
163 /* Define to 1 if you have the `putenv' function. */
164 #undef HAVE_PUTENV
166 /* Define to 1 if the system has the type `sa_family_t'. */
167 #undef HAVE_SA_FAMILY_T
169 /* Define to 1 if you have the `select' function. */
170 #undef HAVE_SELECT
172 /* Define to 1 if you have the `sendfile' function. */
173 #undef HAVE_SENDFILE
175 /* Define to 1 if you have the `setenv' function. */
176 #undef HAVE_SETENV
178 /* Define if F_SETFD is defined in <fcntl.h> */
179 #undef HAVE_SETFD
181 /* Define to 1 if you have the `sigaction' function. */
182 #undef HAVE_SIGACTION
184 /* Define to 1 if you have the `signal' function. */
185 #undef HAVE_SIGNAL
187 /* Define to 1 if you have the `splice' function. */
188 #undef HAVE_SPLICE
190 /* Define to 1 if you have the <stdarg.h> header file. */
191 #undef HAVE_STDARG_H
193 /* Define to 1 if you have the <stddef.h> header file. */
194 #undef HAVE_STDDEF_H
196 /* Define to 1 if you have the <stdint.h> header file. */
197 #undef HAVE_STDINT_H
199 /* Define to 1 if you have the <stdlib.h> header file. */
200 #undef HAVE_STDLIB_H
202 /* Define to 1 if you have the <strings.h> header file. */
203 #undef HAVE_STRINGS_H
205 /* Define to 1 if you have the <string.h> header file. */
206 #undef HAVE_STRING_H
208 /* Define to 1 if you have the `strlcpy' function. */
209 #undef HAVE_STRLCPY
211 /* Define to 1 if you have the `strsep' function. */
212 #undef HAVE_STRSEP
214 /* Define to 1 if you have the `strtok_r' function. */
215 #undef HAVE_STRTOK_R
217 /* Define to 1 if you have the `strtoll' function. */
218 #undef HAVE_STRTOLL
220 /* Define to 1 if the system has the type `struct addrinfo'. */
221 #undef HAVE_STRUCT_ADDRINFO
223 /* Define to 1 if the system has the type `struct in6_addr'. */
224 #undef HAVE_STRUCT_IN6_ADDR
226 /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
227 #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR16
229 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
230 #undef HAVE_STRUCT_IN6_ADDR_S6_ADDR32
232 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
233 #undef HAVE_STRUCT_SOCKADDR_IN6
235 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
236 #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN
238 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
239 #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
241 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
242 #undef HAVE_STRUCT_SOCKADDR_STORAGE
244 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
245 #undef HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY
247 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
248 #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY
250 /* Define to 1 if you have the `sysctl' function. */
251 #undef HAVE_SYSCTL
253 /* Define to 1 if you have the <sys/devpoll.h> header file. */
254 #undef HAVE_SYS_DEVPOLL_H
256 /* Define to 1 if you have the <sys/epoll.h> header file. */
257 #undef HAVE_SYS_EPOLL_H
259 /* Define to 1 if you have the <sys/eventfd.h> header file. */
260 #undef HAVE_SYS_EVENTFD_H
262 /* Define to 1 if you have the <sys/event.h> header file. */
263 #undef HAVE_SYS_EVENT_H
265 /* Define to 1 if you have the <sys/ioctl.h> header file. */
266 #undef HAVE_SYS_IOCTL_H
268 /* Define to 1 if you have the <sys/mman.h> header file. */
269 #undef HAVE_SYS_MMAN_H
271 /* Define to 1 if you have the <sys/param.h> header file. */
272 #undef HAVE_SYS_PARAM_H
274 /* Define to 1 if you have the <sys/queue.h> header file. */
275 #undef HAVE_SYS_QUEUE_H
277 /* Define to 1 if you have the <sys/select.h> header file. */
278 #undef HAVE_SYS_SELECT_H
280 /* Define to 1 if you have the <sys/sendfile.h> header file. */
281 #undef HAVE_SYS_SENDFILE_H
283 /* Define to 1 if you have the <sys/socket.h> header file. */
284 #undef HAVE_SYS_SOCKET_H
286 /* Define to 1 if you have the <sys/stat.h> header file. */
287 #undef HAVE_SYS_STAT_H
289 /* Define to 1 if you have the <sys/sysctl.h> header file. */
290 #undef HAVE_SYS_SYSCTL_H
292 /* Define to 1 if you have the <sys/time.h> header file. */
293 #undef HAVE_SYS_TIME_H
295 /* Define to 1 if you have the <sys/types.h> header file. */
296 #undef HAVE_SYS_TYPES_H
298 /* Define to 1 if you have the <sys/uio.h> header file. */
299 #undef HAVE_SYS_UIO_H
301 /* Define to 1 if you have the <sys/wait.h> header file. */
302 #undef HAVE_SYS_WAIT_H
304 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
305 #undef HAVE_TAILQFOREACH
307 /* Define if timeradd is defined in <sys/time.h> */
308 #undef HAVE_TIMERADD
310 /* Define if timerclear is defined in <sys/time.h> */
311 #undef HAVE_TIMERCLEAR
313 /* Define if timercmp is defined in <sys/time.h> */
314 #undef HAVE_TIMERCMP
316 /* Define if timerisset is defined in <sys/time.h> */
317 #undef HAVE_TIMERISSET
319 /* Define to 1 if the system has the type `uint16_t'. */
320 #undef HAVE_UINT16_T
322 /* Define to 1 if the system has the type `uint32_t'. */
323 #undef HAVE_UINT32_T
325 /* Define to 1 if the system has the type `uint64_t'. */
326 #undef HAVE_UINT64_T
328 /* Define to 1 if the system has the type `uint8_t'. */
329 #undef HAVE_UINT8_T
331 /* Define to 1 if the system has the type `uintptr_t'. */
332 #undef HAVE_UINTPTR_T
334 /* Define to 1 if you have the <unistd.h> header file. */
335 #undef HAVE_UNISTD_H
337 /* Define to 1 if you have the `unsetenv' function. */
338 #undef HAVE_UNSETENV
340 /* Define to 1 if you have the `vasprintf' function. */
341 #undef HAVE_VASPRINTF
343 /* Define if kqueue works correctly with pipes */
344 #undef HAVE_WORKING_KQUEUE
346 /* Define to 1 if you have the <zlib.h> header file. */
347 #undef HAVE_ZLIB_H
349 /* Define to the sub-directory in which libtool stores uninstalled libraries.
351 #undef LT_OBJDIR
353 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
354 #undef NO_MINUS_C_MINUS_O
356 /* Numeric representation of the version */
357 #undef NUMERIC_VERSION
359 /* Name of package */
360 #undef PACKAGE
362 /* Define to the address where bug reports for this package should be sent. */
363 #undef PACKAGE_BUGREPORT
365 /* Define to the full name of this package. */
366 #undef PACKAGE_NAME
368 /* Define to the full name and version of this package. */
369 #undef PACKAGE_STRING
371 /* Define to the one symbol short name of this package. */
372 #undef PACKAGE_TARNAME
374 /* Define to the home page for this package. */
375 #undef PACKAGE_URL
377 /* Define to the version of this package. */
378 #undef PACKAGE_VERSION
380 /* Define to necessary symbol if this constant uses a non-standard name on
381 your system. */
382 #undef PTHREAD_CREATE_JOINABLE
384 /* The size of `int', as computed by sizeof. */
385 #undef SIZEOF_INT
387 /* The size of `long', as computed by sizeof. */
388 #undef SIZEOF_LONG
390 /* The size of `long long', as computed by sizeof. */
391 #undef SIZEOF_LONG_LONG
393 /* The size of `pthread_t', as computed by sizeof. */
394 #undef SIZEOF_PTHREAD_T
396 /* The size of `short', as computed by sizeof. */
397 #undef SIZEOF_SHORT
399 /* The size of `size_t', as computed by sizeof. */
400 #undef SIZEOF_SIZE_T
402 /* The size of `void *', as computed by sizeof. */
403 #undef SIZEOF_VOID_P
405 /* Define to 1 if you have the ANSI C header files. */
406 #undef STDC_HEADERS
408 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
409 #undef TIME_WITH_SYS_TIME
411 /* Version number of package */
412 #undef VERSION
414 /* Define to appropriate substitue if compiler doesnt have __func__ */
415 #undef __func__
417 /* Define to empty if `const' does not conform to ANSI C. */
418 #undef const
420 /* Define to `__inline__' or `__inline' if that's what the C compiler
421 calls it, or to nothing if 'inline' is not supported under any name. */
422 #ifndef __cplusplus
423 #undef inline
424 #endif
426 /* Define to `int' if <sys/types.h> does not define. */
427 #undef pid_t
429 /* Define to `unsigned int' if <sys/types.h> does not define. */
430 #undef size_t
432 /* Define to unsigned int if you dont have it */
433 #undef socklen_t
435 /* Define to `int' if <sys/types.h> does not define. */
436 #undef ssize_t