1228753Smm/* event2/event-config.h
2248616Smm *
3228753Smm * This file was generated by autoconf when libevent was built, and post-
4228753Smm * processed by Libevent so that its macros would have a uniform prefix.
5228753Smm *
6228753Smm * DO NOT EDIT THIS FILE.
7228753Smm *
8228753Smm * Do not rely on macros in this file existing in later versions.
9228753Smm */
10228753Smm#ifndef EVENT_CONFIG_H__
11228753Smm#define EVENT_CONFIG_H__
12228753Smm/* config.h.  Generated by configure.  */
13228753Smm/* config.h.in.  Generated from configure.in by autoheader.  */
14228753Smm
15228753Smm/* Define if libevent should not allow replacing the mm functions */
16228753Smm/* #undef EVENT__DISABLE_MM_REPLACEMENT */
17228753Smm
18228753Smm/* Define if libevent should not be compiled with thread support */
19228753Smm/* #undef EVENT__DISABLE_THREAD_SUPPORT */
20228753Smm
21228753Smm/* Define if clock_gettime is available in libc */
22228753Smm/* #undef _EVENT_DNS_USE_CPU_CLOCK_FOR_ID */
23228753Smm
24228753Smm/* Define is no secure id variant is available */
25228753Smm/* #define _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID 1 */
26228753Smm#define EVENT_DNS_USE_FTIME_FOR_ID_ 1
27228753Smm
28228763Smm/* Define to 1 if you have the <arpa/inet.h> header file. */
29228753Smm/* #undef EVENT__HAVE_ARPA_INET_H */
30228753Smm
31228753Smm/* Define to 1 if you have the `clock_gettime' function. */
32228753Smm/* #undef EVENT__HAVE_CLOCK_GETTIME */
33232153Smm
34232153Smm/* Define if /dev/poll is available */
35232153Smm/* #undef EVENT__HAVE_DEVPOLL */
36232153Smm
37232153Smm/* Define to 1 if you have the <dlfcn.h> header file. */
38232153Smm/* #undef EVENT__HAVE_DLFCN_H */
39228753Smm
40228753Smm/* Define if your system supports the epoll system calls */
41228753Smm/* #undef EVENT__HAVE_EPOLL */
42228753Smm
43228753Smm/* Define to 1 if you have the `epoll_ctl' function. */
44228753Smm/* #undef EVENT__HAVE_EPOLL_CTL */
45232153Smm
46232153Smm/* Define to 1 if you have the `eventfd' function. */
47232153Smm/* #undef EVENT__HAVE_EVENTFD */
48228753Smm
49228753Smm/* Define if your system supports event ports */
50228753Smm/* #undef EVENT__HAVE_EVENT_PORTS */
51228753Smm
52228753Smm/* Define to 1 if you have the `fcntl' function. */
53248616Smm/* #undef EVENT__HAVE_FCNTL */
54248616Smm
55248616Smm/* Define to 1 if you have the <fcntl.h> header file. */
56248616Smm#define EVENT__HAVE_FCNTL_H 1
57232153Smm
58228753Smm/* Define to 1 if you have the `getaddrinfo' function. */
59232153Smm#define EVENT__HAVE_GETADDRINFO 1
60228753Smm
61232153Smm/* Define to 1 if you have the `getnameinfo' function. */
62232153Smm#define EVENT__HAVE_GETNAMEINFO 1
63228753Smm
64228753Smm/* Define to 1 if you have the `getprotobynumber' function. */
65228753Smm#define EVENT__HAVE_GETPROTOBYNUMBER 1
66228753Smm
67228753Smm/* Define to 1 if you have the `getservbyname' function. */
68228753Smm#define EVENT__HAVE_GETSERVBYNAME 1
69228753Smm
70228753Smm/* Define to 1 if you have the `gettimeofday' function. */
71228753Smm/* #define EVENT__HAVE_GETTIMEOFDAY 1 */
72228753Smm
73228753Smm/* Define to 1 if you have the `inet_ntop' function. */
74228753Smm/* #undef EVENT__HAVE_INET_NTOP */
75228753Smm
76228753Smm/* Define to 1 if you have the `inet_pton' function. */
77228753Smm/* #undef EVENT__HAVE_INET_PTON */
78228753Smm
79228753Smm/* Define to 1 if you have the <inttypes.h> header file. */
80228753Smm/* #define EVENT__HAVE_INTTYPES_H 1 */
81228753Smm
82228753Smm/* Define to 1 if you have the `kqueue' function. */
83228753Smm/* #undef EVENT__HAVE_KQUEUE */
84228753Smm
85228753Smm/* Define if the system has zlib */
86228753Smm/* #undef EVENT__HAVE_LIBZ */
87228753Smm
88228753Smm/* Define to 1 if you have the <memory.h> header file. */
89228753Smm#define EVENT__HAVE_MEMORY_H 1
90232153Smm
91228753Smm/* Define to 1 if you have the `mmap' function. */
92228753Smm/* #undef EVENT__HAVE_MMAP */
93228753Smm
94228753Smm/* Define to 1 if you have the <netinet/in6.h> header file. */
95228753Smm/* #undef EVENT__HAVE_NETINET_IN6_H */
96228753Smm
97228753Smm/* Define to 1 if you have the <netinet/in.h> header file. */
98228753Smm/* #undef EVENT__HAVE_NETINET_IN_H */
99228753Smm
100228753Smm/* Define to 1 if you have the `pipe' function. */
101228753Smm/* #undef EVENT__HAVE_PIPE */
102228753Smm
103228753Smm/* Define to 1 if you have the `poll' function. */
104228753Smm/* #undef EVENT__HAVE_POLL */
105228753Smm
106228753Smm/* Define to 1 if you have the <poll.h> header file. */
107228753Smm/* #undef EVENT__HAVE_POLL_H */
108228753Smm
109228753Smm/* Define to 1 if you have the `port_create' function. */
110228753Smm/* #undef EVENT__HAVE_PORT_CREATE */
111228753Smm
112228753Smm/* Define to 1 if you have the <port.h> header file. */
113228753Smm/* #undef EVENT__HAVE_PORT_H */
114228753Smm
115232153Smm/* Define if you have POSIX threads libraries and header files. */
116228753Smm/* #undef EVENT__HAVE_PTHREAD */
117228753Smm
118228753Smm/* Define if we have pthreads on this system */
119228753Smm/* #undef EVENT__HAVE_PTHREADS */
120228753Smm
121232153Smm/* Define to 1 if the system has the type `sa_family_t'. */
122228753Smm/* #undef EVENT__HAVE_SA_FAMILY_T */
123228753Smm
124228753Smm/* Define to 1 if you have the `select' function. */
125228753Smm/* #undef EVENT__HAVE_SELECT */
126228753Smm
127228753Smm/* Define to 1 if you have the `sendfile' function. */
128228753Smm/* #undef EVENT__HAVE_SENDFILE */
129228753Smm
130228753Smm/* Define if F_SETFD is defined in <fcntl.h> */
131232153Smm/* #undef EVENT__HAVE_SETFD */
132228753Smm
133228753Smm/* Define to 1 if you have the `sigaction' function. */
134228753Smm/* #undef EVENT__HAVE_SIGACTION */
135228753Smm
136228753Smm/* Define to 1 if you have the `signal' function. */
137228753Smm#define EVENT__HAVE_SIGNAL 1
138228753Smm
139228753Smm/* Define to 1 if you have the `splice' function. */
140232153Smm/* #undef EVENT__HAVE_SPLICE */
141228753Smm
142228753Smm/* Define to 1 if you have the <stdarg.h> header file. */
143228753Smm#define EVENT__HAVE_STDARG_H 1
144228753Smm
145228753Smm/* Define to 1 if you have the <stddef.h> header file. */
146228753Smm#define EVENT__HAVE_STDDEF_H 1
147228753Smm
148228753Smm/* Define to 1 if you have the <stdint.h> header file. */
149228753Smm/* #define EVENT__HAVE_STDINT_H 1 */
150228753Smm
151228753Smm/* Define to 1 if you have the <stdlib.h> header file. */
152228753Smm#define EVENT__HAVE_STDLIB_H 1
153228753Smm
154228753Smm/* Define to 1 if you have the <strings.h> header file. */
155228753Smm#define EVENT__HAVE_STRINGS_H 1
156228753Smm
157228753Smm/* Define to 1 if you have the <string.h> header file. */
158228753Smm#define EVENT__HAVE_STRING_H 1
159228753Smm
160228753Smm/* Define to 1 if you have the `strlcpy' function. */
161228753Smm/* #undef EVENT__HAVE_STRLCPY */
162232153Smm
163228753Smm/* Define to 1 if you have the `strsep' function. */
164228753Smm/* #undef EVENT__HAVE_STRSEP */
165228753Smm
166228753Smm/* Define to 1 if you have the `strtok_r' function. */
167228753Smm/* #undef EVENT__HAVE_STRTOK_R */
168228753Smm
169228753Smm/* Define to 1 if you have the `strtoll' function. */
170228753Smm/* #define EVENT__HAVE_STRTOLL 1 */
171228753Smm
172228753Smm#define EVENT__HAVE_STRUCT_ADDRINFO 1
173228753Smm
174228753Smm/* Define to 1 if the system has the type `struct in6_addr'. */
175228753Smm#define EVENT__HAVE_STRUCT_IN6_ADDR 1
176228753Smm
177228753Smm/* Define to 1 if `s6_addr16' is member of `struct in6_addr'. */
178228753Smm#define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
179228753Smm
180228753Smm/* Define to 1 if `s6_addr32' is member of `struct in6_addr'. */
181228753Smm#define EVENT__HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
182228753Smm
183228753Smm/* Define to 1 if the system has the type `struct sockaddr_in6'. */
184228753Smm#define EVENT__HAVE_STRUCT_SOCKADDR_IN6 1
185228753Smm
186228753Smm/* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
187228753Smm/* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */
188228753Smm
189228753Smm/* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
190228753Smm/* #undef EVENT__HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
191228753Smm
192228753Smm/* Define to 1 if the system has the type `struct sockaddr_storage'. */
193228753Smm#define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
194232153Smm
195228753Smm/* Define to 1 if you have the <sys/epoll.h> header file. */
196232153Smm/* #undef EVENT__HAVE_SYS_EPOLL_H */
197232153Smm
198232153Smm/* Define to 1 if you have the <sys/eventfd.h> header file. */
199232153Smm/* #undef EVENT__HAVE_SYS_EVENTFD_H */
200232153Smm
201232153Smm/* Define to 1 if you have the <sys/event.h> header file. */
202232153Smm/* #undef EVENT__HAVE_SYS_EVENT_H */
203232153Smm
204232153Smm/* Define to 1 if you have the <sys/ioctl.h> header file. */
205232153Smm/* #undef EVENT__HAVE_SYS_IOCTL_H */
206228753Smm
207232153Smm/* Define to 1 if you have the <sys/mman.h> header file. */
208228753Smm/* #undef EVENT__HAVE_SYS_MMAN_H */
209232153Smm
210232153Smm/* Define to 1 if you have the <sys/param.h> header file. */
211232153Smm/* #define EVENT__HAVE_SYS_PARAM_H 1 */
212232153Smm
213232153Smm/* Define to 1 if you have the <sys/queue.h> header file. */
214232153Smm/* #undef EVENT__HAVE_SYS_QUEUE_H */
215232153Smm
216232153Smm/* Define to 1 if you have the <sys/select.h> header file. */
217232153Smm/* #undef EVENT__HAVE_SYS_SELECT_H */
218232153Smm
219232153Smm/* Define to 1 if you have the <sys/sendfile.h> header file. */
220232153Smm/* #undef EVENT__HAVE_SYS_SENDFILE_H */
221232153Smm
222232153Smm/* Define to 1 if you have the <sys/socket.h> header file. */
223232153Smm/* #undef EVENT__HAVE_SYS_SOCKET_H */
224232153Smm
225228753Smm/* Define to 1 if you have the <sys/stat.h> header file. */
226232153Smm#define EVENT__HAVE_SYS_STAT_H 1
227232153Smm
228232153Smm/* Define to 1 if you have the <sys/time.h> header file. */
229232153Smm/* #define EVENT__HAVE_SYS_TIME_H 1 */
230232153Smm
231232153Smm/* Define to 1 if you have the <sys/types.h> header file. */
232232153Smm#define EVENT__HAVE_SYS_TYPES_H 1
233232153Smm
234232153Smm/* Define to 1 if you have the <sys/uio.h> header file. */
235232153Smm/* #undef EVENT__HAVE_SYS_UIO_H */
236232153Smm
237232153Smm/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
238232153Smm/* #undef EVENT__HAVE_TAILQFOREACH */
239232153Smm
240232153Smm/* Define if timeradd is defined in <sys/time.h> */
241232153Smm/* #undef EVENT__HAVE_TIMERADD */
242232153Smm
243232153Smm/* Define if timerclear is defined in <sys/time.h> */
244232153Smm#define EVENT__HAVE_TIMERCLEAR 1
245232153Smm
246248616Smm/* Define if timercmp is defined in <sys/time.h> */
247232153Smm#define EVENT__HAVE_TIMERCMP 1
248232153Smm
249232153Smm/* Define if timerisset is defined in <sys/time.h> */
250238856Smm#define EVENT__HAVE_TIMERISSET 1
251238856Smm
252238856Smm/* Define to 1 if the system has the type `uint16_t'. */
253232153Smm/* #define EVENT__HAVE_UINT16_T 1 */
254232153Smm
255228753Smm/* Define to 1 if the system has the type `uint32_t'. */
256228753Smm/* #define EVENT__HAVE_UINT32_T 1 */
257232153Smm
258232153Smm/* Define to 1 if the system has the type `uint64_t'. */
259232153Smm/* #define EVENT__HAVE_UINT64_T 1 */
260232153Smm
261232153Smm/* Define to 1 if the system has the type `uint8_t'. */
262232153Smm/* #define EVENT__HAVE_UINT8_T 1 */
263228753Smm
264232153Smm/* Define to 1 if you have the <unistd.h> header file. */
265232153Smm/* #define EVENT__HAVE_UNISTD_H 1 */
266232153Smm
267232153Smm/* Define to 1 if you have the `vasprintf' function. */
268232153Smm/* #undef EVENT__HAVE_VASPRINTF */
269232153Smm
270232153Smm/* Define if kqueue works correctly with pipes */
271232153Smm/* #undef EVENT__HAVE_WORKING_KQUEUE */
272232153Smm
273232153Smm/* Numeric representation of the version */
274228753Smm#define EVENT__NUMERIC_VERSION 0x02010c00
275232153Smm
276232153Smm/* Name of package */
277232153Smm#define EVENT__PACKAGE "libevent"
278232153Smm
279228753Smm/* Define to the address where bug reports for this package should be sent. */
280232153Smm#define EVENT__PACKAGE_BUGREPORT ""
281232153Smm
282232153Smm/* Define to the full name of this package. */
283232153Smm#define EVENT__PACKAGE_NAME ""
284232153Smm
285232153Smm/* Define to the full name and version of this package. */
286232153Smm#define EVENT__PACKAGE_STRING ""
287228753Smm
288232153Smm/* Define to the one symbol short name of this package. */
289232153Smm#define EVENT__PACKAGE_TARNAME ""
290232153Smm
291232153Smm/* Define to the version of this package. */
292232153Smm#define EVENT__PACKAGE_VERSION ""
293232153Smm
294232153Smm/* Define to necessary symbol if this constant uses a non-standard name on
295232153Smm   your system. */
296232153Smm/* #undef EVENT__PTHREAD_CREATE_JOINABLE */
297232153Smm
298232153Smm/* The size of a `int', as computed by sizeof. */
299232153Smm#define EVENT__SIZEOF_INT 4
300248616Smm
301248616Smm/* The size of a `long', as computed by sizeof. */
302232153Smm#define EVENT__SIZEOF_LONG 4
303232153Smm
304232153Smm/* The size of a `long long', as computed by sizeof. */
305232153Smm#define EVENT__SIZEOF_LONG_LONG 8
306232153Smm
307232153Smm/* The size of a `short', as computed by sizeof. */
308232153Smm#define EVENT__SIZEOF_SHORT 2
309232153Smm
310232153Smm/* The size of `size_t', as computed by sizeof. */
311232153Smm#ifdef _WIN64
312232153Smm#define EVENT__SIZEOF_SIZE_T 8
313232153Smm#else
314232153Smm#define EVENT__SIZEOF_SIZE_T 4
315232153Smm#endif
316232153Smm
317232153Smm/* The size of `void *', as computed by sizeof. */
318232153Smm#ifdef _WIN64
319232153Smm#define EVENT__SIZEOF_VOID_P 8
320232153Smm#else
321232153Smm#define EVENT__SIZEOF_VOID_P 4
322232153Smm#endif
323232153Smm
324232153Smm/* The size of `time_t`, as computed by sizeof. */
325232153Smm#ifdef _WIN64
326232153Smm#define EVENT__SIZEOF_TIME_T 8
327232153Smm#else
328232153Smm#define EVENT__SIZEOF_TIME_T 4
329232153Smm#endif
330232153Smm
331232153Smm/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
332232153Smm#define EVENT__TIME_WITH_SYS_TIME 1
333232153Smm
334232153Smm/* Version number of package */
335232153Smm#define EVENT__VERSION "2.1.12-stable"
336232153Smm
337232153Smm/* Define to `__inline__' or `__inline' if that's what the C compiler
338232153Smm   calls it, or to nothing if 'inline' is not supported under any name.  */
339232153Smm#define EVENT__inline __inline
340232153Smm
341232153Smm/* Define to `unsigned' if <sys/types.h> does not define. */
342232153Smm/* #undef EVENT__size_t */
343232153Smm
344232153Smm/* Define to unsigned int if you dont have it */
345232153Smm#define EVENT__socklen_t unsigned int
346228753Smm
347232153Smm/* Define to `int' if <sys/types.h> does not define. */
348232153Smm#define EVENT__ssize_t SSIZE_T
349232153Smm
350232153Smm#endif
351232153Smm