transmission: update from 2.13 to 2.22
[tomato.git] / release / src / router / libevent / include / event2 / event-config.h
blob83a4b8aa465f4df2294acafb5204c91cd96283af
1 /* event2/event-config.h
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.
6 * DO NOT EDIT THIS FILE.
8 * Do not rely on macros in this file existing in later versions.
9 */
10 #ifndef _EVENT2_EVENT_CONFIG_H_
11 #define _EVENT2_EVENT_CONFIG_H_
12 /* config.h. Generated from config.h.in by configure. */
13 /* config.h.in. Generated from configure.in by autoheader. */
15 /* Define if libevent should build without support for a debug mode */
16 /* #undef _EVENT_DISABLE_DEBUG_MODE */
18 /* Define if libevent should not allow replacing the mm functions */
19 /* #undef _EVENT_DISABLE_MM_REPLACEMENT */
21 /* Define if libevent should not be compiled with thread support */
22 /* #undef _EVENT_DISABLE_THREAD_SUPPORT */
24 /* Define to 1 if you have the `arc4random' function. */
25 /* #undef _EVENT_HAVE_ARC4RANDOM */
27 /* Define to 1 if you have the `arc4random_buf' function. */
28 /* #undef _EVENT_HAVE_ARC4RANDOM_BUF */
30 /* Define to 1 if you have the <arpa/inet.h> header file. */
31 #define _EVENT_HAVE_ARPA_INET_H 1
33 /* Define to 1 if you have the `clock_gettime' function. */
34 #define _EVENT_HAVE_CLOCK_GETTIME 1
36 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
37 don't. */
38 #define _EVENT_HAVE_DECL_CTL_KERN 1
40 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
41 don't. */
42 #define _EVENT_HAVE_DECL_KERN_ARND 0
44 /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
45 don't. */
46 #define _EVENT_HAVE_DECL_KERN_RANDOM 1
48 /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
49 don't. */
50 #define _EVENT_HAVE_DECL_RANDOM_UUID 1
52 /* Define if /dev/poll is available */
53 /* #undef _EVENT_HAVE_DEVPOLL */
55 /* Define to 1 if you have the <dlfcn.h> header file. */
56 #define _EVENT_HAVE_DLFCN_H 1
58 /* Define if your system supports the epoll system calls */
59 #define _EVENT_HAVE_EPOLL 1
61 /* Define to 1 if you have the `epoll_ctl' function. */
62 #define _EVENT_HAVE_EPOLL_CTL 1
64 /* Define to 1 if you have the `eventfd' function. */
65 /* #undef _EVENT_HAVE_EVENTFD */
67 /* Define if your system supports event ports */
68 /* #undef _EVENT_HAVE_EVENT_PORTS */
70 /* Define to 1 if you have the `fcntl' function. */
71 #define _EVENT_HAVE_FCNTL 1
73 /* Define to 1 if you have the <fcntl.h> header file. */
74 #define _EVENT_HAVE_FCNTL_H 1
76 /* Define to 1 if the system has the type `fd_mask'. */
77 #define _EVENT_HAVE_FD_MASK 1
79 /* Define to 1 if you have the `getaddrinfo' function. */
80 #define _EVENT_HAVE_GETADDRINFO 1
82 /* Define to 1 if you have the `getegid' function. */
83 #define _EVENT_HAVE_GETEGID 1
85 /* Define to 1 if you have the `geteuid' function. */
86 #define _EVENT_HAVE_GETEUID 1
88 /* Define this if you have any gethostbyname_r() */
89 #define _EVENT_HAVE_GETHOSTBYNAME_R 1
91 /* Define this if gethostbyname_r takes 3 arguments */
92 /* #undef _EVENT_HAVE_GETHOSTBYNAME_R_3_ARG */
94 /* Define this if gethostbyname_r takes 5 arguments */
95 /* #undef _EVENT_HAVE_GETHOSTBYNAME_R_5_ARG */
97 /* Define this if gethostbyname_r takes 6 arguments */
98 #define _EVENT_HAVE_GETHOSTBYNAME_R_6_ARG 1
100 /* Define to 1 if you have the `getnameinfo' function. */
101 #define _EVENT_HAVE_GETNAMEINFO 1
103 /* Define to 1 if you have the `getprotobynumber' function. */
104 #define _EVENT_HAVE_GETPROTOBYNUMBER 1
106 /* Define to 1 if you have the `getservbyname' function. */
107 #define _EVENT_HAVE_GETSERVBYNAME 1
109 /* Define to 1 if you have the `gettimeofday' function. */
110 #define _EVENT_HAVE_GETTIMEOFDAY 1
112 /* Define to 1 if you have the `inet_aton' function. */
113 #define _EVENT_HAVE_INET_ATON 1
115 /* Define to 1 if you have the `inet_ntop' function. */
116 #define _EVENT_HAVE_INET_NTOP 1
118 /* Define to 1 if you have the `inet_pton' function. */
119 #define _EVENT_HAVE_INET_PTON 1
121 /* Define to 1 if you have the <inttypes.h> header file. */
122 #define _EVENT_HAVE_INTTYPES_H 1
124 /* Define to 1 if you have the `issetugid' function. */
125 /* #undef _EVENT_HAVE_ISSETUGID */
127 /* Define to 1 if you have the `kqueue' function. */
128 /* #undef _EVENT_HAVE_KQUEUE */
130 /* Define if the system has zlib */
131 /* #undef _EVENT_HAVE_LIBZ */
133 /* Define to 1 if you have the <memory.h> header file. */
134 #define _EVENT_HAVE_MEMORY_H 1
136 /* Define to 1 if you have the `mmap' function. */
137 #define _EVENT_HAVE_MMAP 1
139 /* Define to 1 if you have the <netdb.h> header file. */
140 #define _EVENT_HAVE_NETDB_H 1
142 /* Define to 1 if you have the <netinet/in6.h> header file. */
143 /* #undef _EVENT_HAVE_NETINET_IN6_H */
145 /* Define to 1 if you have the <netinet/in.h> header file. */
146 #define _EVENT_HAVE_NETINET_IN_H 1
148 /* Define if the system has openssl */
149 /* #undef _EVENT_HAVE_OPENSSL */
151 /* Define to 1 if you have the `pipe' function. */
152 #define _EVENT_HAVE_PIPE 1
154 /* Define to 1 if you have the `poll' function. */
155 #define _EVENT_HAVE_POLL 1
157 /* Define to 1 if you have the <poll.h> header file. */
158 #define _EVENT_HAVE_POLL_H 1
160 /* Define to 1 if you have the `port_create' function. */
161 /* #undef _EVENT_HAVE_PORT_CREATE */
163 /* Define to 1 if you have the <port.h> header file. */
164 /* #undef _EVENT_HAVE_PORT_H */
166 /* Define if you have POSIX threads libraries and header files. */
167 /* #undef _EVENT_HAVE_PTHREAD */
169 /* Define if we have pthreads on this system */
170 #define _EVENT_HAVE_PTHREADS 1
172 /* Define to 1 if you have the `putenv' function. */
173 #define _EVENT_HAVE_PUTENV 1
175 /* Define to 1 if the system has the type `sa_family_t'. */
176 #define _EVENT_HAVE_SA_FAMILY_T 1
178 /* Define to 1 if you have the `select' function. */
179 #define _EVENT_HAVE_SELECT 1
181 /* Define to 1 if you have the `sendfile' function. */
182 #define _EVENT_HAVE_SENDFILE 1
184 /* Define to 1 if you have the `setenv' function. */
185 #define _EVENT_HAVE_SETENV 1
187 /* Define if F_SETFD is defined in <fcntl.h> */
188 #define _EVENT_HAVE_SETFD 1
190 /* Define to 1 if you have the `sigaction' function. */
191 #define _EVENT_HAVE_SIGACTION 1
193 /* Define to 1 if you have the `signal' function. */
194 #define _EVENT_HAVE_SIGNAL 1
196 /* Define to 1 if you have the `splice' function. */
197 #define _EVENT_HAVE_SPLICE 1
199 /* Define to 1 if you have the <stdarg.h> header file. */
200 #define _EVENT_HAVE_STDARG_H 1
202 /* Define to 1 if you have the <stddef.h> header file. */
203 #define _EVENT_HAVE_STDDEF_H 1
205 /* Define to 1 if you have the <stdint.h> header file. */
206 #define _EVENT_HAVE_STDINT_H 1
208 /* Define to 1 if you have the <stdlib.h> header file. */
209 #define _EVENT_HAVE_STDLIB_H 1
211 /* Define to 1 if you have the <strings.h> header file. */
212 #define _EVENT_HAVE_STRINGS_H 1
214 /* Define to 1 if you have the <string.h> header file. */
215 #define _EVENT_HAVE_STRING_H 1
217 /* Define to 1 if you have the `strlcpy' function. */
218 #define _EVENT_HAVE_STRLCPY 1
220 /* Define to 1 if you have the `strsep' function. */
221 #define _EVENT_HAVE_STRSEP 1
223 /* Define to 1 if you have the `strtok_r' function. */
224 #define _EVENT_HAVE_STRTOK_R 1
226 /* Define to 1 if you have the `strtoll' function. */
227 #define _EVENT_HAVE_STRTOLL 1
229 /* Define to 1 if the system has the type `struct addrinfo'. */
230 #define _EVENT_HAVE_STRUCT_ADDRINFO 1
232 /* Define to 1 if the system has the type `struct in6_addr'. */
233 #define _EVENT_HAVE_STRUCT_IN6_ADDR 1
235 /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
236 #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
238 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
239 #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
241 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
242 #define _EVENT_HAVE_STRUCT_SOCKADDR_IN6 1
244 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
245 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */
247 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
248 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
250 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
251 #define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
253 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
254 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
256 /* Define to 1 if you have the <sys/devpoll.h> header file. */
257 /* #undef _EVENT_HAVE_SYS_DEVPOLL_H */
259 /* Define to 1 if you have the <sys/epoll.h> header file. */
260 #define _EVENT_HAVE_SYS_EPOLL_H 1
262 /* Define to 1 if you have the <sys/eventfd.h> header file. */
263 /* #undef _EVENT_HAVE_SYS_EVENTFD_H */
265 /* Define to 1 if you have the <sys/event.h> header file. */
266 /* #undef _EVENT_HAVE_SYS_EVENT_H */
268 /* Define to 1 if you have the <sys/ioctl.h> header file. */
269 #define _EVENT_HAVE_SYS_IOCTL_H 1
271 /* Define to 1 if you have the <sys/mman.h> header file. */
272 #define _EVENT_HAVE_SYS_MMAN_H 1
274 /* Define to 1 if you have the <sys/param.h> header file. */
275 #define _EVENT_HAVE_SYS_PARAM_H 1
277 /* Define to 1 if you have the <sys/queue.h> header file. */
278 #define _EVENT_HAVE_SYS_QUEUE_H 1
280 /* Define to 1 if you have the <sys/select.h> header file. */
281 #define _EVENT_HAVE_SYS_SELECT_H 1
283 /* Define to 1 if you have the <sys/sendfile.h> header file. */
284 #define _EVENT_HAVE_SYS_SENDFILE_H 1
286 /* Define to 1 if you have the <sys/socket.h> header file. */
287 #define _EVENT_HAVE_SYS_SOCKET_H 1
289 /* Define to 1 if you have the <sys/stat.h> header file. */
290 #define _EVENT_HAVE_SYS_STAT_H 1
292 /* Define to 1 if you have the <sys/sysctl.h> header file. */
293 #define _EVENT_HAVE_SYS_SYSCTL_H 1
295 /* Define to 1 if you have the <sys/time.h> header file. */
296 #define _EVENT_HAVE_SYS_TIME_H 1
298 /* Define to 1 if you have the <sys/types.h> header file. */
299 #define _EVENT_HAVE_SYS_TYPES_H 1
301 /* Define to 1 if you have the <sys/uio.h> header file. */
302 #define _EVENT_HAVE_SYS_UIO_H 1
304 /* Define to 1 if you have the <sys/wait.h> header file. */
305 #define _EVENT_HAVE_SYS_WAIT_H 1
307 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
308 #define _EVENT_HAVE_TAILQFOREACH 1
310 /* Define if timeradd is defined in <sys/time.h> */
311 #define _EVENT_HAVE_TIMERADD 1
313 /* Define if timerclear is defined in <sys/time.h> */
314 #define _EVENT_HAVE_TIMERCLEAR 1
316 /* Define if timercmp is defined in <sys/time.h> */
317 #define _EVENT_HAVE_TIMERCMP 1
319 /* Define if timerisset is defined in <sys/time.h> */
320 #define _EVENT_HAVE_TIMERISSET 1
322 /* Define to 1 if the system has the type `uint16_t'. */
323 #define _EVENT_HAVE_UINT16_T 1
325 /* Define to 1 if the system has the type `uint32_t'. */
326 #define _EVENT_HAVE_UINT32_T 1
328 /* Define to 1 if the system has the type `uint64_t'. */
329 #define _EVENT_HAVE_UINT64_T 1
331 /* Define to 1 if the system has the type `uint8_t'. */
332 #define _EVENT_HAVE_UINT8_T 1
334 /* Define to 1 if the system has the type `uintptr_t'. */
335 #define _EVENT_HAVE_UINTPTR_T 1
337 /* Define to 1 if you have the <unistd.h> header file. */
338 #define _EVENT_HAVE_UNISTD_H 1
340 /* Define to 1 if you have the `unsetenv' function. */
341 #define _EVENT_HAVE_UNSETENV 1
343 /* Define to 1 if you have the `vasprintf' function. */
344 #define _EVENT_HAVE_VASPRINTF 1
346 /* Define if kqueue works correctly with pipes */
347 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
349 /* Define to the sub-directory in which libtool stores uninstalled libraries.
351 #define _EVENT_LT_OBJDIR ".libs/"
353 /* Numeric representation of the version */
354 #define _EVENT_NUMERIC_VERSION 0x02000a00
356 /* Name of package */
357 #define _EVENT_PACKAGE "libevent"
359 /* Define to the address where bug reports for this package should be sent. */
360 #define _EVENT_PACKAGE_BUGREPORT ""
362 /* Define to the full name of this package. */
363 #define _EVENT_PACKAGE_NAME ""
365 /* Define to the full name and version of this package. */
366 #define _EVENT_PACKAGE_STRING ""
368 /* Define to the one symbol short name of this package. */
369 #define _EVENT_PACKAGE_TARNAME ""
371 /* Define to the home page for this package. */
372 #define _EVENT_PACKAGE_URL ""
374 /* Define to the version of this package. */
375 #define _EVENT_PACKAGE_VERSION ""
377 /* Define to necessary symbol if this constant uses a non-standard name on
378 your system. */
379 /* #undef _EVENT_PTHREAD_CREATE_JOINABLE */
381 /* The size of `int', as computed by sizeof. */
382 #define _EVENT_SIZEOF_INT 4
384 /* The size of `long', as computed by sizeof. */
385 #define _EVENT_SIZEOF_LONG 4
387 /* The size of `long long', as computed by sizeof. */
388 #define _EVENT_SIZEOF_LONG_LONG 8
390 /* The size of `pthread_t', as computed by sizeof. */
391 #define _EVENT_SIZEOF_PTHREAD_T 4
393 /* The size of `short', as computed by sizeof. */
394 #define _EVENT_SIZEOF_SHORT 2
396 /* The size of `size_t', as computed by sizeof. */
397 #define _EVENT_SIZEOF_SIZE_T 4
399 /* The size of `void *', as computed by sizeof. */
400 #define _EVENT_SIZEOF_VOID_P 4
402 /* Define to 1 if you have the ANSI C header files. */
403 #define _EVENT_STDC_HEADERS 1
405 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
406 #define _EVENT_TIME_WITH_SYS_TIME 1
408 /* Version number of package */
409 #define _EVENT_VERSION "2.0.10-stable"
411 /* Define to appropriate substitue if compiler doesnt have __func__ */
412 /* #undef _EVENT___func__ */
414 /* Define to empty if `const' does not conform to ANSI C. */
415 /* #undef _EVENT_const */
417 /* Define to `__inline__' or `__inline' if that's what the C compiler
418 calls it, or to nothing if 'inline' is not supported under any name. */
419 #ifndef _EVENT___cplusplus
420 /* #undef _EVENT_inline */
421 #endif
423 /* Define to `int' if <sys/types.h> does not define. */
424 /* #undef _EVENT_pid_t */
426 /* Define to `unsigned int' if <sys/types.h> does not define. */
427 /* #undef _EVENT_size_t */
429 /* Define to unsigned int if you dont have it */
430 /* #undef _EVENT_socklen_t */
432 /* Define to `int' if <sys/types.h> does not define. */
433 /* #undef _EVENT_ssize_t */
434 #endif