Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnscrypt / src / libevent / config.h
blob15977bfbfacb2577463f7e323abdb135b2a1c0d5
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
4 /* Define if libevent should build without support for a debug mode */
5 /* #undef DISABLE_DEBUG_MODE */
7 /* Define if libevent should not allow replacing the mm functions */
8 /* #undef DISABLE_MM_REPLACEMENT */
10 /* Define if libevent should not be compiled with thread support */
11 #define DISABLE_THREAD_SUPPORT 1
13 /* Define to 1 if you have the `arc4random' function. */
14 /* #undef HAVE_ARC4RANDOM */
16 /* Define to 1 if you have the `arc4random_buf' function. */
17 /* #undef HAVE_ARC4RANDOM_BUF */
19 /* Define to 1 if you have the <arpa/inet.h> header file. */
20 #define HAVE_ARPA_INET_H 1
22 /* Define to 1 if you have the `clock_gettime' function. */
23 #define HAVE_CLOCK_GETTIME 1
25 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
26 don't. */
27 #define HAVE_DECL_CTL_KERN 1
29 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
30 don't. */
31 #define HAVE_DECL_KERN_ARND 0
33 /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
34 don't. */
35 #define HAVE_DECL_KERN_RANDOM 1
37 /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
38 don't. */
39 #define HAVE_DECL_RANDOM_UUID 1
41 /* Define if /dev/poll is available */
42 /* #undef HAVE_DEVPOLL */
44 /* Define to 1 if you have the <dlfcn.h> header file. */
45 #define HAVE_DLFCN_H 1
47 /* Define if your system supports the epoll system calls */
48 #define HAVE_EPOLL 1
50 /* Define to 1 if you have the `epoll_ctl' function. */
51 #define HAVE_EPOLL_CTL 1
53 /* Define to 1 if you have the `eventfd' function. */
54 /* #undef HAVE_EVENTFD */
56 /* Define if your system supports event ports */
57 /* #undef HAVE_EVENT_PORTS */
59 /* Define to 1 if you have the `fcntl' function. */
60 #define HAVE_FCNTL 1
62 /* Define to 1 if you have the <fcntl.h> header file. */
63 #define HAVE_FCNTL_H 1
65 /* Define to 1 if the system has the type `fd_mask'. */
66 #define HAVE_FD_MASK 1
68 /* Do we have getaddrinfo()? */
69 #define HAVE_GETADDRINFO 1
71 /* Define to 1 if you have the `getegid' function. */
72 #define HAVE_GETEGID 1
74 /* Define to 1 if you have the `geteuid' function. */
75 #define HAVE_GETEUID 1
77 /* Define this if you have any gethostbyname_r() */
78 /* #undef HAVE_GETHOSTBYNAME_R */
80 /* Define this if gethostbyname_r takes 3 arguments */
81 /* #undef HAVE_GETHOSTBYNAME_R_3_ARG */
83 /* Define this if gethostbyname_r takes 5 arguments */
84 /* #undef HAVE_GETHOSTBYNAME_R_5_ARG */
86 /* Define this if gethostbyname_r takes 6 arguments */
87 /* #undef HAVE_GETHOSTBYNAME_R_6_ARG */
89 /* Define to 1 if you have the `getnameinfo' function. */
90 #define HAVE_GETNAMEINFO 1
92 /* Define to 1 if you have the `getprotobynumber' function. */
93 #define HAVE_GETPROTOBYNUMBER 1
95 /* Define to 1 if you have the `getservbyname' function. */
96 /* #undef HAVE_GETSERVBYNAME */
98 /* Define to 1 if you have the `gettimeofday' function. */
99 #define HAVE_GETTIMEOFDAY 1
101 /* Define to 1 if you have the `inet_aton' function. */
102 #define HAVE_INET_ATON 1
104 /* Define to 1 if you have the `inet_ntop' function. */
105 #define HAVE_INET_NTOP 1
107 /* Define to 1 if you have the `inet_pton' function. */
108 #define HAVE_INET_PTON 1
110 /* Define to 1 if you have the <inttypes.h> header file. */
111 #define HAVE_INTTYPES_H 1
113 /* Define to 1 if you have the `issetugid' function. */
114 /* #undef HAVE_ISSETUGID */
116 /* Define to 1 if you have the `kqueue' function. */
117 /* #undef HAVE_KQUEUE */
119 /* Define if the system has zlib */
120 /* #undef HAVE_LIBZ */
122 /* Define to 1 if you have the <memory.h> header file. */
123 #define HAVE_MEMORY_H 1
125 /* Define to 1 if you have the `mmap' function. */
126 #define HAVE_MMAP 1
128 /* Define to 1 if you have the <netdb.h> header file. */
129 #define HAVE_NETDB_H 1
131 /* Define to 1 if you have the <netinet/in6.h> header file. */
132 /* #undef HAVE_NETINET_IN6_H */
134 /* Define to 1 if you have the <netinet/in.h> header file. */
135 #define HAVE_NETINET_IN_H 1
137 /* Define if the system has openssl */
138 /* #undef HAVE_OPENSSL */
140 /* Define to 1 if you have the <openssl/bio.h> header file. */
141 /* #undef HAVE_OPENSSL_BIO_H */
143 /* Define to 1 if you have the `pipe' function. */
144 #define HAVE_PIPE 1
146 /* Define to 1 if you have the `poll' function. */
147 #define HAVE_POLL 1
149 /* Define to 1 if you have the <poll.h> header file. */
150 #define HAVE_POLL_H 1
152 /* Define to 1 if you have the `port_create' function. */
153 /* #undef HAVE_PORT_CREATE */
155 /* Define to 1 if you have the <port.h> header file. */
156 /* #undef HAVE_PORT_H */
158 /* Define if you have POSIX threads libraries and header files. */
159 /* #undef HAVE_PTHREAD */
161 /* Define if we have pthreads on this system */
162 /* #undef HAVE_PTHREADS */
164 /* Define to 1 if you have the `putenv' function. */
165 #define HAVE_PUTENV 1
167 /* Define to 1 if the system has the type `sa_family_t'. */
168 #define HAVE_SA_FAMILY_T 1
170 /* Define to 1 if you have the `select' function. */
171 #define HAVE_SELECT 1
173 /* Define to 1 if you have the `sendfile' function. */
174 #define HAVE_SENDFILE 1
176 /* Define to 1 if you have the `setenv' function. */
177 #define HAVE_SETENV 1
179 /* Define if F_SETFD is defined in <fcntl.h> */
180 #define HAVE_SETFD 1
182 /* Define to 1 if you have the `sigaction' function. */
183 #define HAVE_SIGACTION 1
185 /* Define to 1 if you have the `signal' function. */
186 #define HAVE_SIGNAL 1
188 /* Define to 1 if you have the `splice' function. */
189 #define HAVE_SPLICE 1
191 /* Define to 1 if you have the <stdarg.h> header file. */
192 #define HAVE_STDARG_H 1
194 /* Define to 1 if you have the <stddef.h> header file. */
195 #define HAVE_STDDEF_H 1
197 /* Define to 1 if you have the <stdint.h> header file. */
198 #define HAVE_STDINT_H 1
200 /* Define to 1 if you have the <stdlib.h> header file. */
201 #define HAVE_STDLIB_H 1
203 /* Define to 1 if you have the <strings.h> header file. */
204 #define HAVE_STRINGS_H 1
206 /* Define to 1 if you have the <string.h> header file. */
207 #define HAVE_STRING_H 1
209 /* Define to 1 if you have the `strlcpy' function. */
210 #define HAVE_STRLCPY 1
212 /* Define to 1 if you have the `strsep' function. */
213 #define HAVE_STRSEP 1
215 /* Define to 1 if you have the `strtok_r' function. */
216 #define HAVE_STRTOK_R 1
218 /* Define to 1 if you have the `strtoll' function. */
219 #define HAVE_STRTOLL 1
221 /* Define to 1 if the system has the type `struct addrinfo'. */
222 #define HAVE_STRUCT_ADDRINFO 1
224 /* Define to 1 if the system has the type `struct in6_addr'. */
225 #define HAVE_STRUCT_IN6_ADDR 1
227 /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
228 #define HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
230 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
231 #define HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
233 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
234 #define HAVE_STRUCT_SOCKADDR_IN6 1
236 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
237 /* #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */
239 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
240 /* #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
242 /* Define to 1 if the system has the type `struct sockaddr_storage'. */
243 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
245 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
246 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
248 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
249 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
251 /* Define to 1 if you have the `sysctl' function. */
252 #define HAVE_SYSCTL 1
254 /* Define to 1 if you have the <sys/devpoll.h> header file. */
255 /* #undef HAVE_SYS_DEVPOLL_H */
257 /* Define to 1 if you have the <sys/epoll.h> header file. */
258 #define HAVE_SYS_EPOLL_H 1
260 /* Define to 1 if you have the <sys/eventfd.h> header file. */
261 /* #undef HAVE_SYS_EVENTFD_H */
263 /* Define to 1 if you have the <sys/event.h> header file. */
264 /* #undef HAVE_SYS_EVENT_H */
266 /* Define to 1 if you have the <sys/ioctl.h> header file. */
267 #define HAVE_SYS_IOCTL_H 1
269 /* Define to 1 if you have the <sys/mman.h> header file. */
270 #define HAVE_SYS_MMAN_H 1
272 /* Define to 1 if you have the <sys/param.h> header file. */
273 #define HAVE_SYS_PARAM_H 1
275 /* Define to 1 if you have the <sys/queue.h> header file. */
276 #define HAVE_SYS_QUEUE_H 1
278 /* Define to 1 if you have the <sys/select.h> header file. */
279 #define HAVE_SYS_SELECT_H 1
281 /* Define to 1 if you have the <sys/sendfile.h> header file. */
282 #define HAVE_SYS_SENDFILE_H 1
284 /* Define to 1 if you have the <sys/socket.h> header file. */
285 #define HAVE_SYS_SOCKET_H 1
287 /* Define to 1 if you have the <sys/stat.h> header file. */
288 #define HAVE_SYS_STAT_H 1
290 /* Define to 1 if you have the <sys/sysctl.h> header file. */
291 #define HAVE_SYS_SYSCTL_H 1
293 /* Define to 1 if you have the <sys/time.h> header file. */
294 #define HAVE_SYS_TIME_H 1
296 /* Define to 1 if you have the <sys/types.h> header file. */
297 #define HAVE_SYS_TYPES_H 1
299 /* Define to 1 if you have the <sys/uio.h> header file. */
300 #define HAVE_SYS_UIO_H 1
302 /* Define to 1 if you have the <sys/wait.h> header file. */
303 #define HAVE_SYS_WAIT_H 1
305 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
306 #define HAVE_TAILQFOREACH 1
308 /* Define if timeradd is defined in <sys/time.h> */
309 #define HAVE_TIMERADD 1
311 /* Define if timerclear is defined in <sys/time.h> */
312 #define HAVE_TIMERCLEAR 1
314 /* Define if timercmp is defined in <sys/time.h> */
315 #define HAVE_TIMERCMP 1
317 /* Define if timerisset is defined in <sys/time.h> */
318 #define HAVE_TIMERISSET 1
320 /* Define to 1 if the system has the type `uint16_t'. */
321 #define HAVE_UINT16_T 1
323 /* Define to 1 if the system has the type `uint32_t'. */
324 #define HAVE_UINT32_T 1
326 /* Define to 1 if the system has the type `uint64_t'. */
327 #define HAVE_UINT64_T 1
329 /* Define to 1 if the system has the type `uint8_t'. */
330 #define HAVE_UINT8_T 1
332 /* Define to 1 if the system has the type `uintptr_t'. */
333 #define HAVE_UINTPTR_T 1
335 /* Define to 1 if you have the <unistd.h> header file. */
336 #define HAVE_UNISTD_H 1
338 /* Define to 1 if you have the `unsetenv' function. */
339 #define HAVE_UNSETENV 1
341 /* Define to 1 if you have the `vasprintf' function. */
342 #define HAVE_VASPRINTF 1
344 /* Define if kqueue works correctly with pipes */
345 /* #undef HAVE_WORKING_KQUEUE */
347 /* Define to 1 if you have the <zlib.h> header file. */
348 /* #undef HAVE_ZLIB_H */
350 /* Define to the sub-directory in which libtool stores uninstalled libraries.
352 #define LT_OBJDIR ".libs/"
354 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
355 /* #undef NO_MINUS_C_MINUS_O */
357 /* Numeric representation of the version */
358 #define NUMERIC_VERSION 0x02001301
360 /* Name of package */
361 #define PACKAGE "libevent"
363 /* Define to the address where bug reports for this package should be sent. */
364 #define PACKAGE_BUGREPORT ""
366 /* Define to the full name of this package. */
367 #define PACKAGE_NAME ""
369 /* Define to the full name and version of this package. */
370 #define PACKAGE_STRING ""
372 /* Define to the one symbol short name of this package. */
373 #define PACKAGE_TARNAME ""
375 /* Define to the home page for this package. */
376 #define PACKAGE_URL ""
378 /* Define to the version of this package. */
379 #define PACKAGE_VERSION ""
381 /* Define to necessary symbol if this constant uses a non-standard name on
382 your system. */
383 /* #undef PTHREAD_CREATE_JOINABLE */
385 /* The size of `int', as computed by sizeof. */
386 #define SIZEOF_INT 4
388 /* The size of `long', as computed by sizeof. */
389 #define SIZEOF_LONG 4
391 /* The size of `long long', as computed by sizeof. */
392 #define SIZEOF_LONG_LONG 8
394 /* The size of `pthread_t', as computed by sizeof. */
395 /* #undef SIZEOF_PTHREAD_T */
397 /* The size of `short', as computed by sizeof. */
398 #define SIZEOF_SHORT 2
400 /* The size of `size_t', as computed by sizeof. */
401 #define SIZEOF_SIZE_T 4
403 /* The size of `void *', as computed by sizeof. */
404 #define SIZEOF_VOID_P 4
406 /* Define to 1 if you have the ANSI C header files. */
407 #define STDC_HEADERS 1
409 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
410 #define TIME_WITH_SYS_TIME 1
412 /* Version number of package */
413 #define VERSION "2.0.19-stable-dev"
415 /* Define to appropriate substitue if compiler doesnt have __func__ */
416 /* #undef __func__ */
418 /* Define to empty if `const' does not conform to ANSI C. */
419 /* #undef const */
421 /* Define to `__inline__' or `__inline' if that's what the C compiler
422 calls it, or to nothing if 'inline' is not supported under any name. */
423 #ifndef __cplusplus
424 /* #undef inline */
425 #endif
427 /* Define to `int' if <sys/types.h> does not define. */
428 /* #undef pid_t */
430 /* Define to `unsigned int' if <sys/types.h> does not define. */
431 /* #undef size_t */
433 /* Define to unsigned int if you dont have it */
434 /* #undef socklen_t */
436 /* Define to `int' if <sys/types.h> does not define. */
437 /* #undef ssize_t */