1280849Scy/* event2/event-config.h
2280849Scy* $FreeBSD$
3280849Scy*
4280849Scy* This file was generated by autoconf when libevent was built, and post-
5280849Scy* processed by Libevent so that its macros would have a uniform prefix.
6280849Scy*
7280849Scy* DO NOT EDIT THIS FILE.
8280849Scy*
9280849Scy* Do not rely on macros in this file existing in later versions.
10280849Scy*/
11280849Scy
12280849Scy#ifndef EVENT2_EVENT_CONFIG_H_INCLUDED_
13280849Scy#define EVENT2_EVENT_CONFIG_H_INCLUDED_
14280849Scy/* config.h.  Generated from config.h.in by configure.  */
15280849Scy/* config.h.in.  Generated from configure.ac by autoheader.  */
16280849Scy
17280849Scy/* Define if libevent should build without support for a debug mode */
18280849Scy/* #undef EVENT__DISABLE_DEBUG_MODE */
19280849Scy
20280849Scy/* Define if libevent should not allow replacing the mm functions */
21280849Scy/* #undef EVENT__DISABLE_MM_REPLACEMENT */
22280849Scy
23280849Scy/* Define if libevent should not be compiled with thread support */
24280849Scy/* #undef EVENT__DISABLE_THREAD_SUPPORT */
25280849Scy
26280849Scy/* Define to 1 if you have the `accept4' function. */
27280849Scy#define EVENT__HAVE_ACCEPT4 1
28280849Scy
29280849Scy/* Define to 1 if you have the `arc4random' function. */
30280849Scy#define EVENT__HAVE_ARC4RANDOM 1
31280849Scy
32280849Scy/* Define to 1 if you have the `arc4random_buf' function. */
33280849Scy#define EVENT__HAVE_ARC4RANDOM_BUF 1
34280849Scy
35280849Scy/* Define to 1 if you have the <arpa/inet.h> header file. */
36280849Scy#define EVENT__HAVE_ARPA_INET_H 1
37280849Scy
38280849Scy/* Define to 1 if you have the `clock_gettime' function. */
39280849Scy#define EVENT__HAVE_CLOCK_GETTIME 1
40280849Scy
41280849Scy/* Define to 1 if you have the <cthreads.h> header file. */
42280849Scy/* #undef EVENT__HAVE_CTHREADS_H */
43280849Scy
44280849Scy/* Define to 1 if you have the declaration of `CTL_KERN', and to 0 if you
45280849Scy   don't. */
46280849Scy#define EVENT__HAVE_DECL_CTL_KERN 1
47280849Scy
48280849Scy/* Define to 1 if you have the declaration of `KERN_ARND', and to 0 if you
49280849Scy   don't. */
50280849Scy#define EVENT__HAVE_DECL_KERN_ARND 1
51280849Scy
52280849Scy/* Define to 1 if you have the declaration of `KERN_RANDOM', and to 0 if you
53280849Scy   don't. */
54280849Scy#define EVENT__HAVE_DECL_KERN_RANDOM 0
55280849Scy
56280849Scy/* Define to 1 if you have the declaration of `RANDOM_UUID', and to 0 if you
57280849Scy   don't. */
58280849Scy#define EVENT__HAVE_DECL_RANDOM_UUID 0
59280849Scy
60280849Scy/* Define if /dev/poll is available */
61280849Scy/* #undef EVENT__HAVE_DEVPOLL */
62280849Scy
63280849Scy/* Define to 1 if you have the <dlfcn.h> header file. */
64280849Scy#define EVENT__HAVE_DLFCN_H 1
65280849Scy
66280849Scy/* Define if your system supports the epoll system calls */
67280849Scy/* #undef EVENT__HAVE_EPOLL */
68280849Scy
69280849Scy/* Define to 1 if you have the `epoll_create1' function. */
70280849Scy/* #undef EVENT__HAVE_EPOLL_CREATE1 */
71280849Scy
72280849Scy/* Define to 1 if you have the `epoll_ctl' function. */
73280849Scy/* #undef EVENT__HAVE_EPOLL_CTL */
74280849Scy
75280849Scy/* Define to 1 if you have the `eventfd' function. */
76280849Scy/* #undef EVENT__HAVE_EVENTFD */
77280849Scy
78280849Scy/* Define if your system supports event ports */
79280849Scy/* #undef EVENT__HAVE_EVENT_PORTS */
80280849Scy
81280849Scy/* Define to 1 if you have the `fcntl' function. */
82280849Scy#define EVENT__HAVE_FCNTL 1
83280849Scy
84280849Scy/* Define to 1 if you have the <fcntl.h> header file. */
85280849Scy#define EVENT__HAVE_FCNTL_H 1
86280849Scy
87280849Scy/* Define to 1 if the system has the type `fd_mask'. */
88280849Scy#define EVENT__HAVE_FD_MASK 1
89280849Scy
90280849Scy/* Do we have getaddrinfo()? */
91280849Scy#define EVENT__HAVE_GETADDRINFO 1
92280849Scy
93280849Scy/* Define to 1 if you have the `getegid' function. */
94280849Scy#define EVENT__HAVE_GETEGID 1
95280849Scy
96280849Scy/* Define to 1 if you have the `geteuid' function. */
97280849Scy#define EVENT__HAVE_GETEUID 1
98280849Scy
99280849Scy/* Define this if you have any gethostbyname_r() */
100280849Scy/* #undef EVENT__HAVE_GETHOSTBYNAME_R */
101280849Scy
102280849Scy/* Define this if gethostbyname_r takes 3 arguments */
103280849Scy/* #undef EVENT__HAVE_GETHOSTBYNAME_R_3_ARG */
104280849Scy
105280849Scy/* Define this if gethostbyname_r takes 5 arguments */
106280849Scy/* #undef EVENT__HAVE_GETHOSTBYNAME_R_5_ARG */
107280849Scy
108280849Scy/* Define this if gethostbyname_r takes 6 arguments */
109280849Scy/* #undef EVENT__HAVE_GETHOSTBYNAME_R_6_ARG */
110280849Scy
111280849Scy/* Define to 1 if you have the `getifaddrs' function. */
112280849Scy#define EVENT__HAVE_GETIFADDRS 1
113280849Scy
114280849Scy/* Define to 1 if you have the `getnameinfo' function. */
115280849Scy#define EVENT__HAVE_GETNAMEINFO 1
116280849Scy
117280849Scy/* Define to 1 if you have the `getprotobynumber' function. */
118280849Scy#define EVENT__HAVE_GETPROTOBYNUMBER 1
119280849Scy
120280849Scy/* Define to 1 if you have the `getservbyname' function. */
121280849Scy/* #undef EVENT__HAVE_GETSERVBYNAME */
122280849Scy
123280849Scy/* Define to 1 if you have the `gettimeofday' function. */
124280849Scy#define EVENT__HAVE_GETTIMEOFDAY 1
125280849Scy
126280849Scy/* if you have GNU Pth */
127280849Scy/* #undef EVENT__HAVE_GNU_PTH */
128280849Scy
129280849Scy/* Define to 1 if you have the <ifaddrs.h> header file. */
130280849Scy#define EVENT__HAVE_IFADDRS_H 1
131280849Scy
132280849Scy/* Define to 1 if you have the `inet_ntop' function. */
133280849Scy#define EVENT__HAVE_INET_NTOP 1
134280849Scy
135280849Scy/* Define to 1 if you have the `inet_pton' function. */
136280849Scy#define EVENT__HAVE_INET_PTON 1
137280849Scy
138280849Scy/* Define to 1 if you have the <inttypes.h> header file. */
139280849Scy#define EVENT__HAVE_INTTYPES_H 1
140280849Scy
141280849Scy/* Define to 1 if you have the `issetugid' function. */
142280849Scy#define EVENT__HAVE_ISSETUGID 1
143280849Scy
144280849Scy/* Define to 1 if you have the `kqueue' function. */
145280849Scy#define EVENT__HAVE_KQUEUE 1
146280849Scy
147280849Scy/* Define if the system has zlib */
148280849Scy#define EVENT__HAVE_LIBZ 1
149280849Scy
150280849Scy/* if you have LinuxThreads */
151280849Scy/* #undef EVENT__HAVE_LINUX_THREADS */
152280849Scy
153280849Scy/* if you have SunOS LWP package */
154280849Scy/* #undef EVENT__HAVE_LWP */
155280849Scy
156280849Scy/* Define to 1 if you have the <lwp/lwp.h> header file. */
157280849Scy/* #undef EVENT__HAVE_LWP_LWP_H */
158280849Scy
159280849Scy/* Define to 1 if you have the `mach_absolute_time' function. */
160280849Scy/* #undef EVENT__HAVE_MACH_ABSOLUTE_TIME */
161280849Scy
162280849Scy/* define if you have Mach Cthreads */
163280849Scy/* #undef EVENT__HAVE_MACH_CTHREADS */
164280849Scy
165280849Scy/* Define to 1 if you have the <mach/cthreads.h> header file. */
166280849Scy/* #undef EVENT__HAVE_MACH_CTHREADS_H */
167280849Scy
168280849Scy/* Define to 1 if you have the <mach/mach_time.h> header file. */
169280849Scy/* #undef EVENT__HAVE_MACH_MACH_TIME_H */
170280849Scy
171280849Scy/* Define to 1 if you have the <memory.h> header file. */
172280849Scy#define EVENT__HAVE_MEMORY_H 1
173280849Scy
174280849Scy/* Define to 1 if you have the `mmap' function. */
175280849Scy#define EVENT__HAVE_MMAP 1
176280849Scy
177280849Scy/* Define to 1 if you have the `nanosleep' function. */
178280849Scy#define EVENT__HAVE_NANOSLEEP 1
179280849Scy
180280849Scy/* Define to 1 if you have the <netdb.h> header file. */
181280849Scy#define EVENT__HAVE_NETDB_H 1
182280849Scy
183280849Scy/* Define to 1 if you have the <netinet/in6.h> header file. */
184280849Scy/* #undef EVENT__HAVE_NETINET_IN6_H */
185280849Scy
186280849Scy/* Define to 1 if you have the <netinet/in.h> header file. */
187280849Scy#define EVENT__HAVE_NETINET_IN_H 1
188280849Scy
189280849Scy/* Define to 1 if you have the <netinet/tcp.h> header file. */
190280849Scy#define EVENT__HAVE_NETINET_TCP_H 1
191280849Scy
192280849Scy/* if you have NT Event Log */
193280849Scy/* #undef EVENT__HAVE_NT_EVENT_LOG */
194280849Scy
195280849Scy/* if you have NT Service Manager */
196280849Scy/* #undef EVENT__HAVE_NT_SERVICE_MANAGER */
197280849Scy
198280849Scy/* if you have NT Threads */
199280849Scy/* #undef EVENT__HAVE_NT_THREADS */
200280849Scy
201280849Scy/* Define if the system has openssl */
202280849Scy/* #undef EVENT__HAVE_OPENSSL */
203280849Scy
204280849Scy/* Define to 1 if you have the `pipe' function. */
205280849Scy#define EVENT__HAVE_PIPE 1
206280849Scy
207280849Scy/* Define to 1 if you have the `pipe2' function. */
208280849Scy#define EVENT__HAVE_PIPE2 1
209280849Scy
210280849Scy/* Define to 1 if you have the `poll' function. */
211280849Scy#define EVENT__HAVE_POLL 1
212280849Scy
213280849Scy/* Define to 1 if you have the <poll.h> header file. */
214280849Scy#define EVENT__HAVE_POLL_H 1
215280849Scy
216280849Scy/* Define to 1 if you have the `port_create' function. */
217280849Scy/* #undef EVENT__HAVE_PORT_CREATE */
218280849Scy
219280849Scy/* Define to 1 if you have the <port.h> header file. */
220280849Scy/* #undef EVENT__HAVE_PORT_H */
221280849Scy
222280849Scy/* Define if you have POSIX threads libraries and header files. */
223280849Scy/* #undef EVENT__HAVE_PTHREAD */
224280849Scy
225280849Scy/* define to pthreads API spec revision */
226280849Scy#define EVENT__HAVE_PTHREADS 10
227280849Scy
228280849Scy/* define if you have pthread_detach function */
229280849Scy#define EVENT__HAVE_PTHREAD_DETACH 1
230280849Scy
231280849Scy/* Define to 1 if you have the `pthread_getconcurrency' function. */
232280849Scy#define EVENT__HAVE_PTHREAD_GETCONCURRENCY 1
233280849Scy
234280849Scy/* Define to 1 if you have the <pthread.h> header file. */
235280849Scy#define EVENT__HAVE_PTHREAD_H 1
236280849Scy
237280849Scy/* Define to 1 if you have the `pthread_kill' function. */
238280849Scy#define EVENT__HAVE_PTHREAD_KILL 1
239280849Scy
240280849Scy/* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
241280849Scy/* #undef EVENT__HAVE_PTHREAD_KILL_OTHER_THREADS_NP */
242280849Scy
243280849Scy/* define if you have pthread_rwlock_destroy function */
244280849Scy#define EVENT__HAVE_PTHREAD_RWLOCK_DESTROY 1
245280849Scy
246280849Scy/* Define to 1 if you have the `pthread_setconcurrency' function. */
247280849Scy#define EVENT__HAVE_PTHREAD_SETCONCURRENCY 1
248280849Scy
249280849Scy/* Define to 1 if you have the `pthread_yield' function. */
250280849Scy#define EVENT__HAVE_PTHREAD_YIELD 1
251280849Scy
252280849Scy/* Define to 1 if you have the <pth.h> header file. */
253280849Scy/* #undef EVENT__HAVE_PTH_H */
254280849Scy
255280849Scy/* Define to 1 if you have the `putenv' function. */
256280849Scy#define EVENT__HAVE_PUTENV 1
257280849Scy
258280849Scy/* Define to 1 if the system has the type `sa_family_t'. */
259280849Scy#define EVENT__HAVE_SA_FAMILY_T 1
260280849Scy
261280849Scy/* Define to 1 if you have the <sched.h> header file. */
262280849Scy#define EVENT__HAVE_SCHED_H 1
263280849Scy
264280849Scy/* Define to 1 if you have the `sched_yield' function. */
265280849Scy#define EVENT__HAVE_SCHED_YIELD 1
266280849Scy
267280849Scy/* Define to 1 if you have the `select' function. */
268280849Scy#define EVENT__HAVE_SELECT 1
269280849Scy
270280849Scy/* Define to 1 if you have the `sendfile' function. */
271280849Scy#define EVENT__HAVE_SENDFILE 1
272280849Scy
273280849Scy/* Define to 1 if you have the `setenv' function. */
274280849Scy#define EVENT__HAVE_SETENV 1
275280849Scy
276280849Scy/* Define if F_SETFD is defined in <fcntl.h> */
277280849Scy#define EVENT__HAVE_SETFD 1
278280849Scy
279280849Scy/* Define to 1 if you have the `setrlimit' function. */
280280849Scy#define EVENT__HAVE_SETRLIMIT 1
281280849Scy
282280849Scy/* Define to 1 if you have the `sigaction' function. */
283280849Scy#define EVENT__HAVE_SIGACTION 1
284280849Scy
285280849Scy/* Define to 1 if you have the `signal' function. */
286280849Scy#define EVENT__HAVE_SIGNAL 1
287280849Scy
288280849Scy/* Define to 1 if you have the `splice' function. */
289280849Scy/* #undef EVENT__HAVE_SPLICE */
290280849Scy
291280849Scy/* Define to 1 if you have the <stdarg.h> header file. */
292280849Scy#define EVENT__HAVE_STDARG_H 1
293280849Scy
294280849Scy/* Define to 1 if you have the <stddef.h> header file. */
295280849Scy#define EVENT__HAVE_STDDEF_H 1
296280849Scy
297280849Scy/* Define to 1 if you have the <stdint.h> header file. */
298280849Scy#define EVENT__HAVE_STDINT_H 1
299280849Scy
300280849Scy/* Define to 1 if you have the <stdlib.h> header file. */
301280849Scy#define EVENT__HAVE_STDLIB_H 1
302280849Scy
303280849Scy/* Define to 1 if you have the <strings.h> header file. */
304280849Scy#define EVENT__HAVE_STRINGS_H 1
305280849Scy
306280849Scy/* Define to 1 if you have the <string.h> header file. */
307280849Scy#define EVENT__HAVE_STRING_H 1
308280849Scy
309280849Scy/* Define to 1 if you have the `strlcpy' function. */
310280849Scy#define EVENT__HAVE_STRLCPY 1
311280849Scy
312280849Scy/* Define to 1 if you have the `strsep' function. */
313280849Scy#define EVENT__HAVE_STRSEP 1
314280849Scy
315280849Scy/* Define to 1 if you have the `strtok_r' function. */
316280849Scy#define EVENT__HAVE_STRTOK_R 1
317280849Scy
318280849Scy/* Define to 1 if you have the `strtoll' function. */
319280849Scy#define EVENT__HAVE_STRTOLL 1
320280849Scy
321280849Scy/* Define to 1 if the system has the type `struct addrinfo'. */
322280849Scy#define EVENT__HAVE_STRUCT_ADDRINFO 1
323280849Scy
324280849Scy/* Define to 1 if the system has the type `struct in6_addr'. */
325280849Scy#define EVENT__HAVE_STRUCT_IN6_ADDR 1
326280849Scy
327280849Scy/* Define to 1 if `s6_addr16' is a member of `struct in6_addr'. */
328280849Scy/* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 */
329280849Scy
330280849Scy/* Define to 1 if `s6_addr32' is a member of `struct in6_addr'. */
331280849Scy/* #undef EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 */
332280849Scy
333280849Scy/* Define to 1 if the system has the type `struct sockaddr_in6'. */
334280849Scy#define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1
335280849Scy
336280849Scy/* Define to 1 if `sin6_len' is a member of `struct sockaddr_in6'. */
337280849Scy#define EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN 1
338280849Scy
339280849Scy/* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
340280849Scy#define EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN 1
341280849Scy
342280849Scy/* Define to 1 if the system has the type `struct sockaddr_storage'. */
343280849Scy#define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
344280849Scy
345280849Scy/* Define to 1 if `ss_family' is a member of `struct sockaddr_storage'. */
346280849Scy#define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1
347280849Scy
348280849Scy/* Define to 1 if `__ss_family' is a member of `struct sockaddr_storage'. */
349280849Scy/* #undef EVENT__HAVE_STRUCT_SOCKADDR_STORAGE___SS_FAMILY */
350280849Scy
351280849Scy/* Define to 1 if the system has the type `struct so_linger'. */
352280849Scy/* #undef EVENT__HAVE_STRUCT_SO_LINGER */
353280849Scy
354280849Scy/* Define to 1 if you have the <synch.h> header file. */
355280849Scy/* #undef EVENT__HAVE_SYNCH_H */
356280849Scy
357280849Scy/* Define to 1 if you have the `sysctl' function. */
358280849Scy#define EVENT__HAVE_SYSCTL 1
359280849Scy
360280849Scy/* Define to 1 if you have the <sys/devpoll.h> header file. */
361280849Scy/* #undef EVENT__HAVE_SYS_DEVPOLL_H */
362280849Scy
363280849Scy/* Define to 1 if you have the <sys/epoll.h> header file. */
364280849Scy/* #undef EVENT__HAVE_SYS_EPOLL_H */
365280849Scy
366280849Scy/* Define to 1 if you have the <sys/eventfd.h> header file. */
367280849Scy/* #undef EVENT__HAVE_SYS_EVENTFD_H */
368280849Scy
369280849Scy/* Define to 1 if you have the <sys/event.h> header file. */
370280849Scy#define EVENT__HAVE_SYS_EVENT_H 1
371280849Scy
372280849Scy/* Define to 1 if you have the <sys/ioctl.h> header file. */
373280849Scy#define EVENT__HAVE_SYS_IOCTL_H 1
374280849Scy
375280849Scy/* Define to 1 if you have the <sys/mman.h> header file. */
376280849Scy#define EVENT__HAVE_SYS_MMAN_H 1
377280849Scy
378280849Scy/* Define to 1 if you have the <sys/param.h> header file. */
379280849Scy#define EVENT__HAVE_SYS_PARAM_H 1
380280849Scy
381280849Scy/* Define to 1 if you have the <sys/queue.h> header file. */
382280849Scy#define EVENT__HAVE_SYS_QUEUE_H 1
383280849Scy
384280849Scy/* Define to 1 if you have the <sys/resource.h> header file. */
385280849Scy#define EVENT__HAVE_SYS_RESOURCE_H 1
386280849Scy
387280849Scy/* Define to 1 if you have the <sys/select.h> header file. */
388280849Scy#define EVENT__HAVE_SYS_SELECT_H 1
389280849Scy
390280849Scy/* Define to 1 if you have the <sys/sendfile.h> header file. */
391280849Scy/* #undef EVENT__HAVE_SYS_SENDFILE_H */
392280849Scy
393280849Scy/* Define to 1 if you have the <sys/socket.h> header file. */
394280849Scy#define EVENT__HAVE_SYS_SOCKET_H 1
395280849Scy
396280849Scy/* Define to 1 if you have the <sys/stat.h> header file. */
397280849Scy#define EVENT__HAVE_SYS_STAT_H 1
398280849Scy
399280849Scy/* Define to 1 if you have the <sys/sysctl.h> header file. */
400280849Scy#define EVENT__HAVE_SYS_SYSCTL_H 1
401280849Scy
402280849Scy/* Define to 1 if you have the <sys/timerfd.h> header file. */
403280849Scy/* #undef EVENT__HAVE_SYS_TIMERFD_H */
404280849Scy
405280849Scy/* Define to 1 if you have the <sys/time.h> header file. */
406280849Scy#define EVENT__HAVE_SYS_TIME_H 1
407280849Scy
408280849Scy/* Define to 1 if you have the <sys/types.h> header file. */
409280849Scy#define EVENT__HAVE_SYS_TYPES_H 1
410280849Scy
411280849Scy/* Define to 1 if you have the <sys/uio.h> header file. */
412280849Scy#define EVENT__HAVE_SYS_UIO_H 1
413280849Scy
414280849Scy/* Define to 1 if you have the <sys/wait.h> header file. */
415280849Scy#define EVENT__HAVE_SYS_WAIT_H 1
416280849Scy
417280849Scy/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
418280849Scy#define EVENT__HAVE_TAILQFOREACH 1
419280849Scy
420280849Scy/* if you have Solaris LWP (thr) package */
421280849Scy/* #undef EVENT__HAVE_THR */
422280849Scy
423280849Scy/* Define to 1 if you have the <thread.h> header file. */
424280849Scy/* #undef EVENT__HAVE_THREAD_H */
425280849Scy
426280849Scy/* Define to 1 if you have the `thr_getconcurrency' function. */
427280849Scy/* #undef EVENT__HAVE_THR_GETCONCURRENCY */
428280849Scy
429280849Scy/* Define to 1 if you have the `thr_setconcurrency' function. */
430280849Scy/* #undef EVENT__HAVE_THR_SETCONCURRENCY */
431280849Scy
432280849Scy/* Define to 1 if you have the `thr_yield' function. */
433280849Scy/* #undef EVENT__HAVE_THR_YIELD */
434280849Scy
435280849Scy/* Define if timeradd is defined in <sys/time.h> */
436280849Scy#define EVENT__HAVE_TIMERADD 1
437280849Scy
438280849Scy/* Define if timerclear is defined in <sys/time.h> */
439280849Scy#define EVENT__HAVE_TIMERCLEAR 1
440280849Scy
441280849Scy/* Define if timercmp is defined in <sys/time.h> */
442280849Scy#define EVENT__HAVE_TIMERCMP 1
443280849Scy
444280849Scy/* Define to 1 if you have the `timerfd_create' function. */
445280849Scy/* #undef EVENT__HAVE_TIMERFD_CREATE */
446280849Scy
447280849Scy/* Define if timerisset is defined in <sys/time.h> */
448280849Scy#define EVENT__HAVE_TIMERISSET 1
449280849Scy
450280849Scy/* Define to 1 if the system has the type `uint16_t'. */
451280849Scy#define EVENT__HAVE_UINT16_T 1
452280849Scy
453280849Scy/* Define to 1 if the system has the type `uint32_t'. */
454280849Scy#define EVENT__HAVE_UINT32_T 1
455280849Scy
456280849Scy/* Define to 1 if the system has the type `uint64_t'. */
457280849Scy#define EVENT__HAVE_UINT64_T 1
458280849Scy
459280849Scy/* Define to 1 if the system has the type `uint8_t'. */
460280849Scy#define EVENT__HAVE_UINT8_T 1
461280849Scy
462280849Scy/* Define to 1 if the system has the type `uintptr_t'. */
463280849Scy#define EVENT__HAVE_UINTPTR_T 1
464280849Scy
465280849Scy/* Define to 1 if you have the `umask' function. */
466280849Scy#define EVENT__HAVE_UMASK 1
467280849Scy
468280849Scy/* Define to 1 if you have the <unistd.h> header file. */
469280849Scy#define EVENT__HAVE_UNISTD_H 1
470280849Scy
471280849Scy/* Define to 1 if you have the `unsetenv' function. */
472280849Scy#define EVENT__HAVE_UNSETENV 1
473280849Scy
474280849Scy/* Define to 1 if you have the `usleep' function. */
475280849Scy#define EVENT__HAVE_USLEEP 1
476280849Scy
477280849Scy/* Define to 1 if you have the `vasprintf' function. */
478280849Scy#define EVENT__HAVE_VASPRINTF 1
479280849Scy
480280849Scy/* Define if kqueue works correctly with pipes */
481280849Scy#define EVENT__HAVE_WORKING_KQUEUE 1
482280849Scy
483280849Scy/* define if select implicitly yields */
484280849Scy#define EVENT__HAVE_YIELDING_SELECT 1
485280849Scy
486280849Scy/* Define to 1 if you have the <zlib.h> header file. */
487280849Scy#define EVENT__HAVE_ZLIB_H 1
488280849Scy
489280849Scy/* define to 1 if library is thread safe */
490280849Scy#define EVENT__LDAP_API_FEATURE_X_OPENLDAP_THREAD_SAFE 1
491280849Scy
492280849Scy/* Define to the sub-directory in which libtool stores uninstalled libraries.
493280849Scy   */
494280849Scy#define EVENT__LT_OBJDIR ".libs/"
495280849Scy
496280849Scy/* Define to 1 if your C compiler doesn't accept -c and -o together. */
497280849Scy/* #undef EVENT__NO_MINUS_C_MINUS_O */
498280849Scy
499280849Scy/* define if you have (or want) no threads */
500280849Scy/* #undef EVENT__NO_THREADS */
501280849Scy
502280849Scy/* Numeric representation of the version */
503280849Scy#define EVENT__NUMERIC_VERSION 0x02010301
504280849Scy
505280849Scy/* Name of package */
506280849Scy#define EVENT__PACKAGE "libevent"
507280849Scy
508280849Scy/* Define to the address where bug reports for this package should be sent. */
509280849Scy#define EVENT__PACKAGE_BUGREPORT ""
510280849Scy
511280849Scy/* Define to the full name of this package. */
512280849Scy#define EVENT__PACKAGE_NAME "libevent"
513280849Scy
514280849Scy/* Define to the full name and version of this package. */
515280849Scy#define EVENT__PACKAGE_STRING "libevent 2.1.3-alpha-dev"
516280849Scy
517280849Scy/* Define to the one symbol short name of this package. */
518280849Scy#define EVENT__PACKAGE_TARNAME "libevent"
519280849Scy
520280849Scy/* Define to the home page for this package. */
521280849Scy#define EVENT__PACKAGE_URL ""
522280849Scy
523280849Scy/* Define to the version of this package. */
524280849Scy#define EVENT__PACKAGE_VERSION "2.1.3-alpha-dev"
525280849Scy
526280849Scy/* enable thread safety */
527280849Scy#define EVENT__REENTRANT 1
528280849Scy
529280849Scy/* define if sched_yield yields the entire process */
530280849Scy/* #undef EVENT__REPLACE_BROKEN_YIELD */
531280849Scy
532280849Scy/* The size of `int', as computed by sizeof. */
533280849Scy#define EVENT__SIZEOF_INT 4
534280849Scy
535280849Scy/* The size of `long', as computed by sizeof. */
536280849Scy#define EVENT__SIZEOF_LONG 8
537280849Scy
538280849Scy/* The size of `long long', as computed by sizeof. */
539280849Scy#define EVENT__SIZEOF_LONG_LONG 8
540280849Scy
541280849Scy/* The size of `off_t', as computed by sizeof. */
542280849Scy#define EVENT__SIZEOF_OFF_T 8
543280849Scy
544280849Scy/* The size of `pthread_t', as computed by sizeof. */
545280849Scy#define EVENT__SIZEOF_PTHREAD_T 8
546280849Scy
547280849Scy/* The size of `short', as computed by sizeof. */
548280849Scy#define EVENT__SIZEOF_SHORT 2
549280849Scy
550280849Scy/* The size of `size_t', as computed by sizeof. */
551280849Scy#define EVENT__SIZEOF_SIZE_T 8
552280849Scy
553280849Scy/* The size of `void *', as computed by sizeof. */
554280849Scy#define EVENT__SIZEOF_VOID_P 8
555280849Scy
556280849Scy/* Define to 1 if you have the ANSI C header files. */
557280849Scy#define EVENT__STDC_HEADERS 1
558280849Scy
559280849Scy/* enable thread safety */
560280849Scy#define EVENT__THREADSAFE 1
561280849Scy
562280849Scy/* enable thread safety */
563280849Scy#define EVENT__THREAD_SAFE 1
564280849Scy
565280849Scy/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
566280849Scy#define EVENT__TIME_WITH_SYS_TIME 1
567280849Scy
568280849Scy/* Version number of package */
569280849Scy#define EVENT__VERSION "2.1.3-alpha-dev"
570280849Scy
571280849Scy/* Number of bits in a file offset, on hosts where this is settable. */
572280849Scy/* #undef EVENT___FILE_OFFSET_BITS */
573280849Scy
574280849Scy/* Define for large files, on AIX-style hosts. */
575280849Scy/* #undef EVENT___LARGE_FILES */
576280849Scy
577280849Scy/* Define to 1 if on MINIX. */
578280849Scy/* #undef EVENT___MINIX */
579280849Scy
580280849Scy/* Define to 2 if the system does not provide POSIX.1 features except with
581280849Scy   this defined. */
582280849Scy/* #undef EVENT___POSIX_1_SOURCE */
583280849Scy
584280849Scy/* Define to 1 if you need to in order for `stat' and other things to work. */
585280849Scy/* #undef EVENT___POSIX_SOURCE */
586280849Scy
587280849Scy/* enable thread safety */
588280849Scy#define EVENT___REENTRANT 1
589280849Scy
590280849Scy/* enable thread safety */
591280849Scy#define EVENT___SGI_MP_SOURCE 1
592280849Scy
593280849Scy/* enable thread safety */
594280849Scy#define EVENT___THREADSAFE 1
595280849Scy
596280849Scy/* enable thread safety */
597280849Scy#define EVENT___THREAD_SAFE 1
598280849Scy
599280849Scy/* Define to 500 only on HP-UX. */
600280849Scy/* #undef EVENT___XOPEN_SOURCE */
601280849Scy
602280849Scy/* Enable extensions on AIX 3, Interix.  */
603280849Scy#ifndef EVENT___ALL_SOURCE
604280849Scy# define EVENT___ALL_SOURCE 1
605280849Scy#endif
606280849Scy/* Enable GNU extensions on systems that have them.  */
607280849Scy#ifndef EVENT___GNU_SOURCE
608280849Scy# define EVENT___GNU_SOURCE 1
609280849Scy#endif
610280849Scy/* Enable threading extensions on Solaris.  */
611280849Scy#ifndef EVENT___POSIX_PTHREAD_SEMANTICS
612280849Scy# define EVENT___POSIX_PTHREAD_SEMANTICS 1
613280849Scy#endif
614280849Scy/* Enable extensions on HP NonStop.  */
615280849Scy#ifndef EVENT___TANDEM_SOURCE
616280849Scy# define EVENT___TANDEM_SOURCE 1
617280849Scy#endif
618280849Scy/* Enable general extensions on Solaris.  */
619280849Scy#ifndef EVENT____EXTENSIONS__
620280849Scy# define EVENT____EXTENSIONS__ 1
621280849Scy#endif
622280849Scy
623280849Scy
624280849Scy/* Define to appropriate substitue if compiler doesnt have __func__ */
625280849Scy/* #undef EVENT____func__ */
626280849Scy
627280849Scy/* Define to empty if `const' does not conform to ANSI C. */
628280849Scy/* #undef EVENT__const */
629280849Scy
630280849Scy/* Define to `__inline__' or `__inline' if that's what the C compiler
631280849Scy   calls it, or to nothing if 'inline' is not supported under any name.  */
632280849Scy#ifndef EVENT____cplusplus
633280849Scy/* #undef EVENT__inline */
634280849Scy#endif
635280849Scy
636280849Scy/* Define to `int' if <sys/types.h> does not define. */
637280849Scy/* #undef EVENT__pid_t */
638280849Scy
639280849Scy/* Define to `unsigned int' if <sys/types.h> does not define. */
640280849Scy/* #undef EVENT__size_t */
641280849Scy
642280849Scy/* Define to unsigned int if you dont have it */
643280849Scy/* #undef EVENT__socklen_t */
644280849Scy
645280849Scy/* Define to `int' if <sys/types.h> does not define. */
646280849Scy/* #undef EVENT__ssize_t */
647280849Scy
648280849Scy#endif /* event2/event-config.h */
649