]> arthur.barton.de Git - netatalk.git/blob - libevent/WIN32-Code/event2/event-config.h
Add libevent
[netatalk.git] / libevent / WIN32-Code / event2 / event-config.h
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 #ifndef _EVENT_CONFIG_H_
11 #define _EVENT_CONFIG_H_
12 /* config.h.  Generated by configure.  */
13 /* config.h.in.  Generated from configure.in by autoheader.  */
14
15 /* Define if libevent should not allow replacing the mm functions */
16 /* #undef _EVENT_DISABLE_MM_REPLACEMENT */
17
18 /* Define if libevent should not be compiled with thread support */
19 /* #undef _EVENT_DISABLE_THREAD_SUPPORT */
20
21 /* Define if clock_gettime is available in libc */
22 /* #undef _EVENT_DNS_USE_CPU_CLOCK_FOR_ID */
23
24 /* Define is no secure id variant is available */
25 /* #define _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID 1 */
26 #define _EVENT_DNS_USE_FTIME_FOR_ID 1
27
28 /* Define to 1 if you have the <arpa/inet.h> header file. */
29 /* #undef _EVENT_HAVE_ARPA_INET_H */
30
31 /* Define to 1 if you have the `clock_gettime' function. */
32 /* #undef _EVENT_HAVE_CLOCK_GETTIME */
33
34 /* Define if /dev/poll is available */
35 /* #undef _EVENT_HAVE_DEVPOLL */
36
37 /* Define to 1 if you have the <dlfcn.h> header file. */
38 /* #undef _EVENT_HAVE_DLFCN_H */
39
40 /* Define if your system supports the epoll system calls */
41 /* #undef _EVENT_HAVE_EPOLL */
42
43 /* Define to 1 if you have the `epoll_ctl' function. */
44 /* #undef _EVENT_HAVE_EPOLL_CTL */
45
46 /* Define to 1 if you have the `eventfd' function. */
47 /* #undef _EVENT_HAVE_EVENTFD */
48
49 /* Define if your system supports event ports */
50 /* #undef _EVENT_HAVE_EVENT_PORTS */
51
52 /* Define to 1 if you have the `fcntl' function. */
53 /* #undef _EVENT_HAVE_FCNTL */
54
55 /* Define to 1 if you have the <fcntl.h> header file. */
56 #define _EVENT_HAVE_FCNTL_H 1
57
58 /* Define to 1 if you have the `getaddrinfo' function. */
59 #define _EVENT_HAVE_GETADDRINFO 1
60
61 /* Define to 1 if you have the `getnameinfo' function. */
62 #define _EVENT_HAVE_GETNAMEINFO 1
63
64 /* Define to 1 if you have the `getprotobynumber' function. */
65 #define _EVENT_HAVE_GETPROTOBYNUMBER 1
66
67 /* Define to 1 if you have the `getservbyname' function. */
68 #define _EVENT_HAVE_GETSERVBYNAME 1
69
70 /* Define to 1 if you have the `gettimeofday' function. */
71 /* #define _EVENT_HAVE_GETTIMEOFDAY 1 */
72
73 /* Define to 1 if you have the `inet_aton' function. */
74 /* #undef _EVENT_HAVE_INET_ATON */
75
76 /* Define to 1 if you have the `inet_ntop' function. */
77 /* #undef _EVENT_HAVE_INET_NTOP */
78
79 /* Define to 1 if you have the `inet_pton' function. */
80 /* #undef _EVENT_HAVE_INET_PTON */
81
82 /* Define to 1 if you have the <inttypes.h> header file. */
83 /* #define _EVENT_HAVE_INTTYPES_H 1 */
84
85 /* Define to 1 if you have the `kqueue' function. */
86 /* #undef _EVENT_HAVE_KQUEUE */
87
88 /* Define if the system has zlib */
89 /* #undef _EVENT_HAVE_LIBZ */
90
91 /* Define to 1 if you have the <memory.h> header file. */
92 #define _EVENT_HAVE_MEMORY_H 1
93
94 /* Define to 1 if you have the `mmap' function. */
95 /* #undef _EVENT_HAVE_MMAP */
96
97 /* Define to 1 if you have the <netinet/in6.h> header file. */
98 /* #undef _EVENT_HAVE_NETINET_IN6_H */
99
100 /* Define to 1 if you have the <netinet/in.h> header file. */
101 /* #undef _EVENT_HAVE_NETINET_IN_H */
102
103 /* Define to 1 if you have the `pipe' function. */
104 /* #undef _EVENT_HAVE_PIPE */
105
106 /* Define to 1 if you have the `poll' function. */
107 /* #undef _EVENT_HAVE_POLL */
108
109 /* Define to 1 if you have the <poll.h> header file. */
110 /* #undef _EVENT_HAVE_POLL_H */
111
112 /* Define to 1 if you have the `port_create' function. */
113 /* #undef _EVENT_HAVE_PORT_CREATE */
114
115 /* Define to 1 if you have the <port.h> header file. */
116 /* #undef _EVENT_HAVE_PORT_H */
117
118 /* Define if you have POSIX threads libraries and header files. */
119 /* #undef _EVENT_HAVE_PTHREAD */
120
121 /* Define if we have pthreads on this system */
122 /* #undef _EVENT_HAVE_PTHREADS */
123
124 /* Define to 1 if the system has the type `sa_family_t'. */
125 /* #undef _EVENT_HAVE_SA_FAMILY_T */
126
127 /* Define to 1 if you have the `select' function. */
128 /* #undef _EVENT_HAVE_SELECT */
129
130 /* Define to 1 if you have the `sendfile' function. */
131 /* #undef _EVENT_HAVE_SENDFILE */
132
133 /* Define if F_SETFD is defined in <fcntl.h> */
134 /* #undef _EVENT_HAVE_SETFD */
135
136 /* Define to 1 if you have the `sigaction' function. */
137 /* #undef _EVENT_HAVE_SIGACTION */
138
139 /* Define to 1 if you have the `signal' function. */
140 #define _EVENT_HAVE_SIGNAL 1
141
142 /* Define to 1 if you have the `splice' function. */
143 /* #undef _EVENT_HAVE_SPLICE */
144
145 /* Define to 1 if you have the <stdarg.h> header file. */
146 #define _EVENT_HAVE_STDARG_H 1
147
148 /* Define to 1 if you have the <stddef.h> header file. */
149 #define _EVENT_HAVE_STDDEF_H 1
150
151 /* Define to 1 if you have the <stdint.h> header file. */
152 /* #define _EVENT_HAVE_STDINT_H 1 */
153
154 /* Define to 1 if you have the <stdlib.h> header file. */
155 #define _EVENT_HAVE_STDLIB_H 1
156
157 /* Define to 1 if you have the <strings.h> header file. */
158 #define _EVENT_HAVE_STRINGS_H 1
159
160 /* Define to 1 if you have the <string.h> header file. */
161 #define _EVENT_HAVE_STRING_H 1
162
163 /* Define to 1 if you have the `strlcpy' function. */
164 /* #undef _EVENT_HAVE_STRLCPY */
165
166 /* Define to 1 if you have the `strsep' function. */
167 /* #undef _EVENT_HAVE_STRSEP */
168
169 /* Define to 1 if you have the `strtok_r' function. */
170 /* #undef _EVENT_HAVE_STRTOK_R */
171
172 /* Define to 1 if you have the `strtoll' function. */
173 /* #define _EVENT_HAVE_STRTOLL 1 */
174
175 #define _EVENT_HAVE_STRUCT_ADDRINFO 1
176
177 /* Define to 1 if the system has the type `struct in6_addr'. */
178 #define _EVENT_HAVE_STRUCT_IN6_ADDR 1
179
180 /* Define to 1 if `s6_addr16' is member of `struct in6_addr'. */
181 #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR16 1
182
183 /* Define to 1 if `s6_addr32' is member of `struct in6_addr'. */
184 #define _EVENT_HAVE_STRUCT_IN6_ADDR_S6_ADDR32 1
185
186 /* Define to 1 if the system has the type `struct sockaddr_in6'. */
187 #define _EVENT_HAVE_STRUCT_SOCKADDR_IN6 1
188
189 /* Define to 1 if `sin6_len' is member of `struct sockaddr_in6'. */
190 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN6_SIN6_LEN */
191
192 /* Define to 1 if `sin_len' is member of `struct sockaddr_in'. */
193 /* #undef _EVENT_HAVE_STRUCT_SOCKADDR_IN_SIN_LEN */
194
195 /* Define to 1 if you have the <sys/devpoll.h> header file. */
196 /* #undef _EVENT_HAVE_SYS_DEVPOLL_H */
197
198 /* Define to 1 if you have the <sys/epoll.h> header file. */
199 /* #undef _EVENT_HAVE_SYS_EPOLL_H */
200
201 /* Define to 1 if you have the <sys/eventfd.h> header file. */
202 /* #undef _EVENT_HAVE_SYS_EVENTFD_H */
203
204 /* Define to 1 if you have the <sys/event.h> header file. */
205 /* #undef _EVENT_HAVE_SYS_EVENT_H */
206
207 /* Define to 1 if you have the <sys/ioctl.h> header file. */
208 /* #undef _EVENT_HAVE_SYS_IOCTL_H */
209
210 /* Define to 1 if you have the <sys/mman.h> header file. */
211 /* #undef _EVENT_HAVE_SYS_MMAN_H */
212
213 /* Define to 1 if you have the <sys/param.h> header file. */
214 /* #define _EVENT_HAVE_SYS_PARAM_H 1 */
215
216 /* Define to 1 if you have the <sys/queue.h> header file. */
217 /* #undef _EVENT_HAVE_SYS_QUEUE_H */
218
219 /* Define to 1 if you have the <sys/select.h> header file. */
220 /* #undef _EVENT_HAVE_SYS_SELECT_H */
221
222 /* Define to 1 if you have the <sys/sendfile.h> header file. */
223 /* #undef _EVENT_HAVE_SYS_SENDFILE_H */
224
225 /* Define to 1 if you have the <sys/socket.h> header file. */
226 /* #undef _EVENT_HAVE_SYS_SOCKET_H */
227
228 /* Define to 1 if you have the <sys/stat.h> header file. */
229 #define _EVENT_HAVE_SYS_STAT_H 1
230
231 /* Define to 1 if you have the <sys/time.h> header file. */
232 /* #define _EVENT_HAVE_SYS_TIME_H 1 */
233
234 /* Define to 1 if you have the <sys/types.h> header file. */
235 #define _EVENT_HAVE_SYS_TYPES_H 1
236
237 /* Define to 1 if you have the <sys/uio.h> header file. */
238 /* #undef _EVENT_HAVE_SYS_UIO_H */
239
240 /* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
241 /* #undef _EVENT_HAVE_TAILQFOREACH */
242
243 /* Define if timeradd is defined in <sys/time.h> */
244 /* #undef _EVENT_HAVE_TIMERADD */
245
246 /* Define if timerclear is defined in <sys/time.h> */
247 #define _EVENT_HAVE_TIMERCLEAR 1
248
249 /* Define if timercmp is defined in <sys/time.h> */
250 #define _EVENT_HAVE_TIMERCMP 1
251
252 /* Define if timerisset is defined in <sys/time.h> */
253 #define _EVENT_HAVE_TIMERISSET 1
254
255 /* Define to 1 if the system has the type `uint16_t'. */
256 /* #define _EVENT_HAVE_UINT16_T 1 */
257
258 /* Define to 1 if the system has the type `uint32_t'. */
259 /* #define _EVENT_HAVE_UINT32_T 1 */
260
261 /* Define to 1 if the system has the type `uint64_t'. */
262 /* #define _EVENT_HAVE_UINT64_T 1 */
263
264 /* Define to 1 if the system has the type `uint8_t'. */
265 /* #define _EVENT_HAVE_UINT8_T 1 */
266
267 /* Define to 1 if you have the <unistd.h> header file. */
268 /* #define _EVENT_HAVE_UNISTD_H 1 */
269
270 /* Define to 1 if you have the `vasprintf' function. */
271 /* #undef _EVENT_HAVE_VASPRINTF */
272
273 /* Define if kqueue works correctly with pipes */
274 /* #undef _EVENT_HAVE_WORKING_KQUEUE */
275
276 /* Numeric representation of the version */
277 #define _EVENT_NUMERIC_VERSION 0x02000a00
278
279 /* Name of package */
280 #define _EVENT_PACKAGE "libevent"
281
282 /* Define to the address where bug reports for this package should be sent. */
283 #define _EVENT_PACKAGE_BUGREPORT ""
284
285 /* Define to the full name of this package. */
286 #define _EVENT_PACKAGE_NAME ""
287
288 /* Define to the full name and version of this package. */
289 #define _EVENT_PACKAGE_STRING ""
290
291 /* Define to the one symbol short name of this package. */
292 #define _EVENT_PACKAGE_TARNAME ""
293
294 /* Define to the version of this package. */
295 #define _EVENT_PACKAGE_VERSION ""
296
297 /* Define to necessary symbol if this constant uses a non-standard name on
298    your system. */
299 /* #undef _EVENT_PTHREAD_CREATE_JOINABLE */
300
301 /* The size of a `int', as computed by sizeof. */
302 #define _EVENT_SIZEOF_INT 4
303
304 /* The size of a `long', as computed by sizeof. */
305 #define _EVENT_SIZEOF_LONG 4
306
307 /* The size of a `long long', as computed by sizeof. */
308 #define _EVENT_SIZEOF_LONG_LONG 8
309
310 /* The size of a `short', as computed by sizeof. */
311 #define _EVENT_SIZEOF_SHORT 2
312
313 /* The size of `size_t', as computed by sizeof. */
314 #ifdef _WIN64
315 #define _EVENT_SIZEOF_SIZE_T 8
316 #else
317 #define _EVENT_SIZEOF_SIZE_T 4
318 #endif
319
320 /* The size of `void *', as computed by sizeof. */
321 #ifdef _WIN64
322 #define _EVENT_SIZEOF_VOID_P 8
323 #else
324 #define _EVENT_SIZEOF_VOID_P 4
325 #endif
326
327 /* Define to 1 if you have the ANSI C header files. */
328 #define _EVENT_STDC_HEADERS 1
329
330 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
331 #define _EVENT_TIME_WITH_SYS_TIME 1
332
333 /* Version number of package */
334 #define _EVENT_VERSION "2.0.10-stable"
335
336 /* Define to appropriate substitue if compiler doesnt have __func__ */
337 #define _EVENT___func__ __FUNCTION__
338
339 /* Define to empty if `const' does not conform to ANSI C. */
340 /* #undef _EVENT_const */
341
342 /* Define to `__inline__' or `__inline' if that's what the C compiler
343    calls it, or to nothing if 'inline' is not supported under any name.  */
344 #ifndef _EVENT___cplusplus
345 #define _EVENT_inline __inline
346 #endif
347
348 /* Define to `int' if <sys/types.h> does not define. */
349 /* #undef _EVENT_pid_t */
350
351 /* Define to `unsigned' if <sys/types.h> does not define. */
352 /* #undef _EVENT_size_t */
353
354 /* Define to unsigned int if you dont have it */
355 #define _EVENT_socklen_t unsigned int
356
357 /* Define to `int' if <sys/types.h> does not define. */
358 #define _EVENT_ssize_t SSIZE_T
359
360 #endif