|
1 /* event2/event-config.h |
|
2 * |
|
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. |
|
5 * |
|
6 * DO NOT EDIT THIS FILE. |
|
7 * |
|
8 * Do not rely on macros in this file existing in later versions. |
|
9 */ |
|
10 |
|
11 #ifndef _EVENT2_EVENT_CONFIG_H_ |
|
12 #define _EVENT2_EVENT_CONFIG_H_ |
|
13 |
|
14 /* config.h. Generated from config.h.in by configure. */ |
|
15 /* config.h.in. Generated from configure.in by autoheader. */ |
|
16 |
|
17 /* Define if libevent should build without support for a debug mode */ |
|
18 /* #undef _EVENT_DISABLE_DEBUG_MODE */ |
|
19 |
|
20 /* Define if libevent should not allow replacing the mm functions */ |
|
21 /* #undef _EVENT_DISABLE_MM_REPLACEMENT */ |
|
22 |
|
23 /* Define if libevent should not be compiled with thread support */ |
|
24 /* #undef _EVENT_DISABLE_THREAD_SUPPORT */ |
|
25 |
|
26 /* Define to 1 if you have the `arc4random' function. */ |
|
27 /* #undef _EVENT_HAVE_ARC4RANDOM */ |
|
28 |
|
29 /* Define to 1 if you have the `arc4random_buf' function. */ |
|
30 /* #undef _EVENT_HAVE_ARC4RANDOM_BUF */ |
|
31 |
|
32 /* Define to 1 if you have the <arpa/inet.h> header file. */ |
|
33 #define _EVENT_HAVE_ARPA_INET_H 1 |
|
34 |
|
35 /* Define to 1 if you have the `clock_gettime' function. */ |
|
36 #define _EVENT_HAVE_CLOCK_GETTIME 1 |
|
37 |
|
38 /* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you |
|
39 don't. */ |
|
40 #define _EVENT_HAVE_DECL_CTL_KERN 1 |
|
41 |
|
42 /* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you |
|
43 don't. */ |
|
44 #define _EVENT_HAVE_DECL_KERN_ARND 0 |
|
45 |
|
46 /* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you |
|
47 don't. */ |
|
48 #define _EVENT_HAVE_DECL_KERN_RANDOM 1 |
|
49 |
|
50 /* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you |
|
51 don't. */ |
|
52 #define _EVENT_HAVE_DECL_RANDOM_UUID 1 |
|
53 |
|
54 /* Define if /dev/poll is available */ |
|
55 /* #undef _EVENT_HAVE_DEVPOLL */ |
|
56 |
|
57 /* Define to 1 if you have the <dlfcn.h> header file. */ |
|
58 #define _EVENT_HAVE_DLFCN_H 1 |
|
59 |
|
60 /* Define if your system supports the epoll system calls */ |
|
61 #define _EVENT_HAVE_EPOLL 1 |
|
62 |
|
63 /* Define to 1 if you have the `epoll_ctl' function. */ |
|
64 #define _EVENT_HAVE_EPOLL_CTL 1 |
|
65 |
|
66 /* Define to 1 if you have the `eventfd' function. */ |
|
67 #define _EVENT_HAVE_EVENTFD 1 |
|
68 |
|
69 /* Define if your system supports event ports */ |
|
70 /* #undef _EVENT_HAVE_EVENT_PORTS */ |
|
71 |
|
72 /* Define to 1 if you have the `fcntl' function. */ |
|
73 #define _EVENT_HAVE_FCNTL 1 |
|
74 |
|
75 /* Define to 1 if you have the <fcntl.h> header file. */ |
|
76 #define _EVENT_HAVE_FCNTL_H 1 |
|
77 |
|
78 /* Define to 1 if the system has the type `fd_mask'. */ |
|
79 #define _EVENT_HAVE_FD_MASK 1 |
|
80 |
|
81 /* Do we have getaddrinfo()? */ |
|
82 #define _EVENT_HAVE_GETADDRINFO 1 |
|
83 |
|
84 /* Define to 1 if you have the `getegid' function. */ |
|
85 #define _EVENT_HAVE_GETEGID 1 |
|
86 |
|
87 /* Define to 1 if you have the `geteuid' function. */ |
|
88 #define _EVENT_HAVE_GETEUID 1 |
|
89 |
|
90 /* Define this if you have any gethostbyname_r() */ |
|
91 /* #undef _EVENT_HAVE_GETHOSTBYNAME_R */ |
|
92 |
|
93 /* Define this if gethostbyname_r takes 3 arguments */ |
|
94 /* #undef _EVENT_HAVE_GETHOSTBYNAME_R_3_ARG */ |
|
95 |
|
96 /* Define this if gethostbyname_r takes 5 arguments */ |
|
97 /* #undef _EVENT_HAVE_GETHOSTBYNAME_R_5_ARG */ |
|
98 |
|
99 /* Define this if gethostbyname_r takes 6 arguments */ |
|
100 /* #undef _EVENT_HAVE_GETHOSTBYNAME_R_6_ARG */ |
|
101 |
|
102 /* Define to 1 if you have the `getnameinfo' function. */ |
|
103 #define _EVENT_HAVE_GETNAMEINFO 1 |
|
104 |
|
105 /* Define to 1 if you have the `getprotobynumber' function. */ |
|
106 #define _EVENT_HAVE_GETPROTOBYNUMBER 1 |
|
107 |
|
108 /* Define to 1 if you have the `getservbyname' function. */ |
|
109 /* #undef _EVENT_HAVE_GETSERVBYNAME */ |
|
110 |
|
111 /* Define to 1 if you have the `gettimeofday' function. */ |
|
112 #define _EVENT_HAVE_GETTIMEOFDAY 1 |
|
113 |
|
114 /* Define to 1 if you have the `inet_aton' function. */ |
|
115 #define _EVENT_HAVE_INET_ATON 1 |
|
116 |
|
117 /* Define to 1 if you have the `inet_ntop' function. */ |
|
118 #define _EVENT_HAVE_INET_NTOP 1 |
|
119 |
|
120 /* Define to 1 if you have the `inet_pton' function. */ |
|
121 #define _EVENT_HAVE_INET_PTON 1 |
|
122 |
|
123 /* Define to 1 if you have the <inttypes.h> header file. */ |
|
124 #define _EVENT_HAVE_INTTYPES_H 1 |
|
125 |
|
126 /* Define to 1 if you have the `issetugid' function. */ |
|
127 /* #undef _EVENT_HAVE_ISSETUGID */ |
|
128 |
|
129 /* Define to 1 if you have the `kqueue' function. */ |
|
130 /* #undef _EVENT_HAVE_KQUEUE */ |
|
131 |
|
132 /* Define if the system has zlib */ |
|
133 #define _EVENT_HAVE_LIBZ 1 |
|
134 |
|
135 /* Define to 1 if you have the <memory.h> header file. */ |
|
136 #define _EVENT_HAVE_MEMORY_H 1 |
|
137 |
|
138 /* Define to 1 if you have the `mmap' function. */ |
|
139 #define _EVENT_HAVE_MMAP 1 |
|
140 |
|
141 /* Define to 1 if you have the <netdb.h> header file. */ |
|
142 #define _EVENT_HAVE_NETDB_H 1 |
|
143 |
|
144 /* Define to 1 if you have the <netinet/in6.h> header file. */ |
|
145 /* #undef _EVENT_HAVE_NETINET_IN6_H */ |
|
146 |
|
147 /* Define to 1 if you have the <netinet/in.h> header file. */ |
|
148 #define _EVENT_HAVE_NETINET_IN_H 1 |
|
149 |
|
150 /* Define if the system has openssl */ |
|
151 #define _EVENT_HAVE_OPENSSL 1 |
|
152 |
|
153 /* Define to 1 if you have the <openssl/bio.h> header file. */ |
|
154 #define _EVENT_HAVE_OPENSSL_BIO_H 1 |
|
155 |
|
156 /* Define to 1 if you have the `pipe' function. */ |
|
157 #define _EVENT_HAVE_PIPE 1 |
|
158 |
|
159 /* Define to 1 if you have the `poll' function. */ |
|
160 #define _EVENT_HAVE_POLL 1 |
|
161 |
|
162 /* Define to 1 if you have the <poll.h> header file. */ |
|
163 #define _EVENT_HAVE_POLL_H 1 |
|
164 |
|
165 /* Define to 1 if you have the `port_create' function. */ |
|
166 /* #undef _EVENT_HAVE_PORT_CREATE */ |
|
167 |
|
168 /* Define to 1 if you have the <port.h> header file. */ |
|
169 /* #undef _EVENT_HAVE_PORT_H */ |
|
170 |
|
171 /* Define if you have POSIX threads libraries and header files. */ |
|
172 /* #undef _EVENT_HAVE_PTHREAD */ |
|
173 |
|
174 /* Define if we have pthreads on this system */ |
|
175 #define _EVENT_HAVE_PTHREADS 1 |
|
176 |
|
177 /* Define to 1 if you have the `putenv' function. */ |
|
178 #define _EVENT_HAVE_PUTENV 1 |
|
179 |
|
180 /* Define to 1 if the system has the type `sa_family_t'. */ |
|
181 #define _EVENT_HAVE_SA_FAMILY_T 1 |
|
182 |
|
183 /* Define to 1 if you have the `select' function. */ |
|
184 #define _EVENT_HAVE_SELECT 1 |
|
185 |
|
186 /* Define to 1 if you have the `sendfile' function. */ |
|
187 #define _EVENT_HAVE_SENDFILE 1 |
|
188 |
|
189 /* Define to 1 if you have the `setenv' function. */ |
|
190 #define _EVENT_HAVE_SETENV 1 |
|
191 |
|
192 /* Define if F_SETFD is defined in <fcntl.h> */ |
|
193 #define _EVENT_HAVE_SETFD 1 |
|
194 |
|
195 /* Define to 1 if you have the `sigaction' function. */ |
|
196 #define _EVENT_HAVE_SIGACTION 1 |
|
197 |
|
198 /* Define to 1 if you have the `signal' function. */ |
|
199 #define _EVENT_HAVE_SIGNAL 1 |
|
200 |
|
201 /* Define to 1 if you have the `splice' function. */ |
|
202 #define _EVENT_HAVE_SPLICE 1 |
|
203 |
|
204 /* Define to 1 if you have the <stdarg.h> header file. */ |
|
205 #define _EVENT_HAVE_STDARG_H 1 |
|
206 |
|
207 /* Define to 1 if you have the <stddef.h> header file. */ |
|
208 #define _EVENT_HAVE_STDDEF_H 1 |
|
209 |
|
210 /* Define to 1 if you have the <stdint.h> header file. */ |
|
211 #define _EVENT_HAVE_STDINT_H 1 |
|
212 |
|
213 /* Define to 1 if you have the <stdlib.h> header file. */ |
|
214 #define _EVENT_HAVE_STDLIB_H 1 |
|
215 |
|
216 /* Define to 1 if you have the <strings.h> header file. */ |
|
217 #define _EVENT_HAVE_STRINGS_H 1 |
|
218 |
|
219 /* Define to 1 if you have the <string.h> header file. */ |
|
220 #define _EVENT_HAVE_STRING_H 1 |
|
221 |
|
222 /* Define to 1 if you have the `strlcpy' function. */ |
|
223 /* #undef _EVENT_HAVE_STRLCPY */ |
|
224 |
|
225 /* Define to 1 if you have the `strsep' function. */ |
|
226 #define _EVENT_HAVE_STRSEP 1 |
|
227 |
|
228 /* Define to 1 if you have the `strtok_r' function. */ |
|
229 #define _EVENT_HAVE_STRTOK_R 1 |
|
230 |
|
231 /* Define to 1 if you have the `strtoll' function. */ |
|
232 #define _EVENT_HAVE_STRTOLL 1 |
|
233 |
|
234 /* Define to 1 if the system has the type `struct addrinfo'. */ |
|
235 #define _EVENT_HAVE_STRUCT_ADDRINFO 1 |
|
236 |
|
237 /* Define to 1 if the system has the type `struct in6_addr'. */ |
|
238 #define _EVENT_HAVE_STRUCT_IN6_ADDR 1 |
|
239 |
|
240 /* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */ |
|
241 #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1 |
|
242 |
|
243 /* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */ |
|
244 #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1 |
|
245 |
|
246 /* Define to 1 if the system has the type `struct sockaddr_in6'. */ |
|
247 #define _EVENT_HAVE_STRUCT_SOCKADDR_IN6 1 |
|
248 |
|
249 /* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */ |
|
250 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */ |
|
251 |
|
252 /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */ |
|
253 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */ |
|
254 |
|
255 /* Define to 1 if the system has the type `struct sockaddr_storage'. */ |
|
256 #define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE 1 |
|
257 |
|
258 /* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */ |
|
259 #define _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 |
|
260 |
|
261 /* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */ |
|
262 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */ |
|
263 |
|
264 /* Define to 1 if you have the `sysctl' function. */ |
|
265 #define _EVENT_HAVE_SYSCTL 1 |
|
266 |
|
267 /* Define to 1 if you have the <sys/devpoll.h> header file. */ |
|
268 /* #undef _EVENT_HAVE_SYS_DEVPOLL_H */ |
|
269 |
|
270 /* Define to 1 if you have the <sys/epoll.h> header file. */ |
|
271 #define _EVENT_HAVE_SYS_EPOLL_H 1 |
|
272 |
|
273 /* Define to 1 if you have the <sys/eventfd.h> header file. */ |
|
274 /* #define _EVENT_HAVE_SYS_EVENTFD_H 1 */ |
|
275 |
|
276 /* Define to 1 if you have the <sys/event.h> header file. */ |
|
277 /* #undef _EVENT_HAVE_SYS_EVENT_H */ |
|
278 |
|
279 /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
|
280 #define _EVENT_HAVE_SYS_IOCTL_H 1 |
|
281 |
|
282 /* Define to 1 if you have the <sys/mman.h> header file. */ |
|
283 #define _EVENT_HAVE_SYS_MMAN_H 1 |
|
284 |
|
285 /* Define to 1 if you have the <sys/param.h> header file. */ |
|
286 #define _EVENT_HAVE_SYS_PARAM_H 1 |
|
287 |
|
288 /* Define to 1 if you have the <sys/queue.h> header file. */ |
|
289 #define _EVENT_HAVE_SYS_QUEUE_H 1 |
|
290 |
|
291 /* Define to 1 if you have the <sys/select.h> header file. */ |
|
292 #define _EVENT_HAVE_SYS_SELECT_H 1 |
|
293 |
|
294 /* Define to 1 if you have the <sys/sendfile.h> header file. */ |
|
295 #define _EVENT_HAVE_SYS_SENDFILE_H 1 |
|
296 |
|
297 /* Define to 1 if you have the <sys/socket.h> header file. */ |
|
298 #define _EVENT_HAVE_SYS_SOCKET_H 1 |
|
299 |
|
300 /* Define to 1 if you have the <sys/stat.h> header file. */ |
|
301 #define _EVENT_HAVE_SYS_STAT_H 1 |
|
302 |
|
303 /* Define to 1 if you have the <sys/sysctl.h> header file. */ |
|
304 #define _EVENT_HAVE_SYS_SYSCTL_H 1 |
|
305 |
|
306 /* Define to 1 if you have the <sys/time.h> header file. */ |
|
307 #define _EVENT_HAVE_SYS_TIME_H 1 |
|
308 |
|
309 /* Define to 1 if you have the <sys/types.h> header file. */ |
|
310 #define _EVENT_HAVE_SYS_TYPES_H 1 |
|
311 |
|
312 /* Define to 1 if you have the <sys/uio.h> header file. */ |
|
313 #define _EVENT_HAVE_SYS_UIO_H 1 |
|
314 |
|
315 /* Define to 1 if you have the <sys/wait.h> header file. */ |
|
316 #define _EVENT_HAVE_SYS_WAIT_H 1 |
|
317 |
|
318 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */ |
|
319 #define _EVENT_HAVE_TAILQFOREACH 1 |
|
320 |
|
321 /* Define if timeradd is defined in <sys/time.h> */ |
|
322 #define _EVENT_HAVE_TIMERADD 1 |
|
323 |
|
324 /* Define if timerclear is defined in <sys/time.h> */ |
|
325 #define _EVENT_HAVE_TIMERCLEAR 1 |
|
326 |
|
327 /* Define if timercmp is defined in <sys/time.h> */ |
|
328 #define _EVENT_HAVE_TIMERCMP 1 |
|
329 |
|
330 /* Define if timerisset is defined in <sys/time.h> */ |
|
331 #define _EVENT_HAVE_TIMERISSET 1 |
|
332 |
|
333 /* Define to 1 if the system has the type `uint16_t'. */ |
|
334 #define _EVENT_HAVE_UINT16_T 1 |
|
335 |
|
336 /* Define to 1 if the system has the type `uint32_t'. */ |
|
337 #define _EVENT_HAVE_UINT32_T 1 |
|
338 |
|
339 /* Define to 1 if the system has the type `uint64_t'. */ |
|
340 #define _EVENT_HAVE_UINT64_T 1 |
|
341 |
|
342 /* Define to 1 if the system has the type `uint8_t'. */ |
|
343 #define _EVENT_HAVE_UINT8_T 1 |
|
344 |
|
345 /* Define to 1 if the system has the type `uintptr_t'. */ |
|
346 #define _EVENT_HAVE_UINTPTR_T 1 |
|
347 |
|
348 /* Define to 1 if you have the `umask' function. */ |
|
349 #define _EVENT_HAVE_UMASK 1 |
|
350 |
|
351 /* Define to 1 if you have the <unistd.h> header file. */ |
|
352 #define _EVENT_HAVE_UNISTD_H 1 |
|
353 |
|
354 /* Define to 1 if you have the `unsetenv' function. */ |
|
355 #define _EVENT_HAVE_UNSETENV 1 |
|
356 |
|
357 /* Define to 1 if you have the `vasprintf' function. */ |
|
358 #define _EVENT_HAVE_VASPRINTF 1 |
|
359 |
|
360 /* Define if kqueue works correctly with pipes */ |
|
361 /* #undef _EVENT_HAVE_WORKING_KQUEUE */ |
|
362 |
|
363 /* Define to 1 if you have the <zlib.h> header file. */ |
|
364 #define _EVENT_HAVE_ZLIB_H 1 |
|
365 |
|
366 /* Define to the sub-directory in which libtool stores uninstalled libraries. |
|
367 */ |
|
368 #define _EVENT_LT_OBJDIR ".libs/" |
|
369 |
|
370 /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
|
371 /* #undef _EVENT_NO_MINUS_C_MINUS_O */ |
|
372 |
|
373 /* Numeric representation of the version */ |
|
374 #define _EVENT_NUMERIC_VERSION 0x02001500 |
|
375 |
|
376 /* Name of package */ |
|
377 #define _EVENT_PACKAGE "libevent" |
|
378 |
|
379 /* Define to the address where bug reports for this package should be sent. */ |
|
380 #define _EVENT_PACKAGE_BUGREPORT "" |
|
381 |
|
382 /* Define to the full name of this package. */ |
|
383 #define _EVENT_PACKAGE_NAME "" |
|
384 |
|
385 /* Define to the full name and version of this package. */ |
|
386 #define _EVENT_PACKAGE_STRING "" |
|
387 |
|
388 /* Define to the one symbol short name of this package. */ |
|
389 #define _EVENT_PACKAGE_TARNAME "" |
|
390 |
|
391 /* Define to the home page for this package. */ |
|
392 #define _EVENT_PACKAGE_URL "" |
|
393 |
|
394 /* Define to the version of this package. */ |
|
395 #define _EVENT_PACKAGE_VERSION "" |
|
396 |
|
397 /* Define to necessary symbol if this constant uses a non-standard name on |
|
398 your system. */ |
|
399 /* #undef _EVENT_PTHREAD_CREATE_JOINABLE */ |
|
400 |
|
401 /* The size of `int', as computed by sizeof. */ |
|
402 #define _EVENT_SIZEOF_INT 4 |
|
403 |
|
404 /* The size of `long', as computed by sizeof. */ |
|
405 #define _EVENT_SIZEOF_LONG 8 |
|
406 |
|
407 /* The size of `long long', as computed by sizeof. */ |
|
408 #define _EVENT_SIZEOF_LONG_LONG 8 |
|
409 |
|
410 /* The size of `pthread_t', as computed by sizeof. */ |
|
411 #define _EVENT_SIZEOF_PTHREAD_T 8 |
|
412 |
|
413 /* The size of `short', as computed by sizeof. */ |
|
414 #define _EVENT_SIZEOF_SHORT 2 |
|
415 |
|
416 /* The size of `size_t', as computed by sizeof. */ |
|
417 #define _EVENT_SIZEOF_SIZE_T 8 |
|
418 |
|
419 /* The size of `void *', as computed by sizeof. */ |
|
420 #define _EVENT_SIZEOF_VOID_P 8 |
|
421 |
|
422 /* Define to 1 if you have the ANSI C header files. */ |
|
423 #define _EVENT_STDC_HEADERS 1 |
|
424 |
|
425 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
|
426 #define _EVENT_TIME_WITH_SYS_TIME 1 |
|
427 |
|
428 /* Version number of package */ |
|
429 #define _EVENT_VERSION "2.0.21-stable" |
|
430 |
|
431 /* Define to appropriate substitue if compiler doesnt have __func__ */ |
|
432 /* #undef _EVENT___func__ */ |
|
433 |
|
434 /* Define to empty if `const' does not conform to ANSI C. */ |
|
435 /* #undef _EVENT_const */ |
|
436 |
|
437 /* Define to `__inline__' or `__inline' if that's what the C compiler |
|
438 calls it, or to nothing if 'inline' is not supported under any name. */ |
|
439 #ifndef _EVENT___cplusplus |
|
440 /* #undef _EVENT_inline */ |
|
441 #endif |
|
442 |
|
443 /* Define to `int' if <sys/types.h> does not define. */ |
|
444 /* #undef _EVENT_pid_t */ |
|
445 |
|
446 /* Define to `unsigned int' if <sys/types.h> does not define. */ |
|
447 /* #undef _EVENT_size_t */ |
|
448 |
|
449 /* Define to unsigned int if you dont have it */ |
|
450 /* #undef _EVENT_socklen_t */ |
|
451 |
|
452 /* Define to `int' if <sys/types.h> does not define. */ |
|
453 /* #undef _EVENT_ssize_t */ |
|
454 |
|
455 #endif /* event2/event-config.h */ |