blob: 185ea3bef0e72a237dabf64dbf2106e5fb900d04 [file] [log] [blame]
Daniel Erat3b641bc2015-08-11 14:05:33 -06001/* MHD_config.h. Generated from MHD_config.h.in by configure. */
2/* MHD_config.h.in. Generated from configure.ac by autoheader. */
3
4#define _GNU_SOURCE 1
5
6/* Define if building universal (internal helper macro) */
7/* #undef AC_APPLE_UNIVERSAL_BUILD */
8
9/* disable basic Auth support */
10#define BAUTH_SUPPORT 1
11
12/* This is a Cygwin system */
13/* #undef CYGWIN */
14
15/* disable digest Auth support */
16#define DAUTH_SUPPORT 1
17
18/* define to 0 to disable epoll support */
19/* #undef EPOLL_SUPPORT */
20
21/* This is a FreeBSD system */
22/* #undef FREEBSD */
23
24/* Define to 1 if you have the `accept4' function. */
25#define HAVE_ACCEPT4 1
26
27/* Define to 1 if you have the <arpa/inet.h> header file. */
28#define HAVE_ARPA_INET_H 1
29
30/* Have clock_gettime */
31#define HAVE_CLOCK_GETTIME 1
32
33/* Define to 1 if you have the declaration of `SOCK_NONBLOCK', and to 0 if you
34 don't. */
35#define HAVE_DECL_SOCK_NONBLOCK 1
36
37/* Define to 1 if you have the declaration of `TCP_CORK', and to 0 if you
38 don't. */
39#define HAVE_DECL_TCP_CORK 1
40
41/* Define to 1 if you have the declaration of `TCP_NOPUSH', and to 0 if you
42 don't. */
43#define HAVE_DECL_TCP_NOPUSH 0
44
45/* Define to 1 if you have the <dlfcn.h> header file. */
46#define HAVE_DLFCN_H 1
47
48/* Define if you have epoll_create1 function. */
49/* #undef HAVE_EPOLL_CREATE1 */
50
51/* Define to 1 if you have the <errno.h> header file. */
52#define HAVE_ERRNO_H 1
53
54/* Define to 1 if you have the <fcntl.h> header file. */
55#define HAVE_FCNTL_H 1
56
57/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
58#define HAVE_FSEEKO 1
59
60/* Define to 1 if you have the <gcrypt.h> header file. */
Darren Krahn98eba182015-08-13 17:01:56 -070061/* #undef HAVE_GCRYPT_H */
Daniel Erat3b641bc2015-08-11 14:05:33 -060062
63/* Define to 1 if you have `gmtime_s' function (only for W32). */
64/* #undef HAVE_GMTIME_S */
65
66/* Define to 1 if you have the <gnutls/gnutls.h> header file. */
67/* #undef HAVE_GNUTLS_GNUTLS_H */
68
69/* Provides IPv6 headers */
70#define HAVE_INET6 1
71
72/* Define to 1 if you have the <inttypes.h> header file. */
73#define HAVE_INTTYPES_H 1
74
75/* Define to 1 if you have a functional curl library. */
76/* #undef HAVE_LIBCURL */
77
78/* Define to 1 if you have the <limits.h> header file. */
79#define HAVE_LIMITS_H 1
80
81/* can use shutdown on listen sockets */
82#define HAVE_LISTEN_SHUTDOWN 1
83
84/* Define to 1 if you have the <locale.h> header file. */
85#define HAVE_LOCALE_H 1
86
87/* Define to 1 if you have the <magic.h> header file. */
88/* #undef HAVE_MAGIC_H */
89
90/* Define to 1 if you have the <math.h> header file. */
91#define HAVE_MATH_H 1
92
93/* Define to 1 if you have the `memmem' function. */
94#define HAVE_MEMMEM 1
95
96/* Define to 1 if you have the <memory.h> header file. */
97#define HAVE_MEMORY_H 1
98
99/* Disable error messages */
100#define HAVE_MESSAGES 1
101
102/* Define to 1 if you have the <netdb.h> header file. */
103#define HAVE_NETDB_H 1
104
105/* Define to 1 if you have the <netinet/in.h> header file. */
106#define HAVE_NETINET_IN_H 1
107
108/* Define to 1 if you have the <netinet/tcp.h> header file. */
109#define HAVE_NETINET_TCP_H 1
110
111/* Define to 1 if you have the <openssl/engine.h> header file. */
Darren Krahn98eba182015-08-13 17:01:56 -0700112#define HAVE_OPENSSL_ENGINE_H 1
Daniel Erat3b641bc2015-08-11 14:05:33 -0600113
114/* Define to 1 if you have the <openssl/err.h> header file. */
Darren Krahn98eba182015-08-13 17:01:56 -0700115#define HAVE_OPENSSL_ERR_H 1
Daniel Erat3b641bc2015-08-11 14:05:33 -0600116
117/* Define to 1 if you have the <openssl/evp.h> header file. */
Darren Krahn98eba182015-08-13 17:01:56 -0700118#define HAVE_OPENSSL_EVP_H 1
Daniel Erat3b641bc2015-08-11 14:05:33 -0600119
120/* Define to 1 if you have the <openssl/pem.h> header file. */
Darren Krahn98eba182015-08-13 17:01:56 -0700121#define HAVE_OPENSSL_PEM_H 1
Daniel Erat3b641bc2015-08-11 14:05:33 -0600122
123/* Define to 1 if you have the <openssl/rand.h> header file. */
Darren Krahn98eba182015-08-13 17:01:56 -0700124#define HAVE_OPENSSL_RAND_H 1
Daniel Erat3b641bc2015-08-11 14:05:33 -0600125
126/* Define to 1 if you have the <openssl/rsa.h> header file. */
Darren Krahn98eba182015-08-13 17:01:56 -0700127#define HAVE_OPENSSL_RSA_H 1
Daniel Erat3b641bc2015-08-11 14:05:33 -0600128
129/* Define to 1 if you have the <openssl/sha.h> header file. */
Darren Krahn98eba182015-08-13 17:01:56 -0700130#define HAVE_OPENSSL_SHA_H 1
Daniel Erat3b641bc2015-08-11 14:05:33 -0600131
132/* Define to 1 if you have the `poll' function. */
133#define HAVE_POLL 1
134
135/* Define to 1 if you have the <poll.h> header file. */
136#define HAVE_POLL_H 1
137
138/* define to 1 if MHD was build with postprocessor.c */
139#define HAVE_POSTPROCESSOR 1
140
141/* Define to 1 if you have the <pthread.h> header file. */
142#define HAVE_PTHREAD_H 1
143
144/* Have PTHREAD_PRIO_INHERIT. */
145#define HAVE_PTHREAD_PRIO_INHERIT 1
146
147/* Define if you have pthread_setname_np function. */
148#define HAVE_PTHREAD_SETNAME_NP 1
149
150/* Define to 1 if you have the <search.h> header file. */
151#define HAVE_SEARCH_H 1
152
153/* Do we have sockaddr_in.sin_len? */
154/* #undef HAVE_SOCKADDR_IN_SIN_LEN */
155
156/* SOCK_NONBLOCK is defined in a socket header */
157#define HAVE_SOCK_NONBLOCK 1
158
159/* Define to 1 if you have the <spdylay/spdylay.h> header file. */
160/* #undef HAVE_SPDYLAY_SPDYLAY_H */
161
162/* Define to 1 if you have the <stdint.h> header file. */
163#define HAVE_STDINT_H 1
164
165/* Define to 1 if you have the <stdio.h> header file. */
166#define HAVE_STDIO_H 1
167
168/* Define to 1 if you have the <stdlib.h> header file. */
169#define HAVE_STDLIB_H 1
170
171/* Define to 1 if you have the <strings.h> header file. */
172#define HAVE_STRINGS_H 1
173
174/* Define to 1 if you have the <string.h> header file. */
175#define HAVE_STRING_H 1
176
177/* Define to 1 if you have the <sys/mman.h> header file. */
178#define HAVE_SYS_MMAN_H 1
179
180/* Define to 1 if you have the <sys/msg.h> header file. */
181#define HAVE_SYS_MSG_H 1
182
183/* Define to 1 if you have the <sys/select.h> header file. */
184#define HAVE_SYS_SELECT_H 1
185
186/* Define to 1 if you have the <sys/socket.h> header file. */
187#define HAVE_SYS_SOCKET_H 1
188
189/* Define to 1 if you have the <sys/stat.h> header file. */
190#define HAVE_SYS_STAT_H 1
191
192/* Define to 1 if you have the <sys/time.h> header file. */
193#define HAVE_SYS_TIME_H 1
194
195/* Define to 1 if you have the <sys/types.h> header file. */
196#define HAVE_SYS_TYPES_H 1
197
198/* Define to 1 if you have the <time.h> header file. */
199#define HAVE_TIME_H 1
200
201/* Define to 1 if you have the <unistd.h> header file. */
202#define HAVE_UNISTD_H 1
203
204/* Define to 1 if you have the <winsock2.h> header file. */
205/* #undef HAVE_WINSOCK2_H */
206
207/* Define to 1 if you have the <ws2tcpip.h> header file. */
208/* #undef HAVE_WS2TCPIP_H */
209
210/* disable HTTPS support */
Darren Krahn98eba182015-08-13 17:01:56 -0700211#define HTTPS_SUPPORT 1
Daniel Erat3b641bc2015-08-11 14:05:33 -0600212
213/* Defined if libcurl supports AsynchDNS */
214/* #undef LIBCURL_FEATURE_ASYNCHDNS */
215
216/* Defined if libcurl supports IDN */
217/* #undef LIBCURL_FEATURE_IDN */
218
219/* Defined if libcurl supports IPv6 */
220/* #undef LIBCURL_FEATURE_IPV6 */
221
222/* Defined if libcurl supports KRB4 */
223/* #undef LIBCURL_FEATURE_KRB4 */
224
225/* Defined if libcurl supports libz */
226/* #undef LIBCURL_FEATURE_LIBZ */
227
228/* Defined if libcurl supports NTLM */
229/* #undef LIBCURL_FEATURE_NTLM */
230
231/* Defined if libcurl supports SSL */
232/* #undef LIBCURL_FEATURE_SSL */
233
234/* Defined if libcurl supports SSPI */
235/* #undef LIBCURL_FEATURE_SSPI */
236
237/* Defined if libcurl supports DICT */
238/* #undef LIBCURL_PROTOCOL_DICT */
239
240/* Defined if libcurl supports FILE */
241/* #undef LIBCURL_PROTOCOL_FILE */
242
243/* Defined if libcurl supports FTP */
244/* #undef LIBCURL_PROTOCOL_FTP */
245
246/* Defined if libcurl supports FTPS */
247/* #undef LIBCURL_PROTOCOL_FTPS */
248
249/* Defined if libcurl supports HTTP */
250/* #undef LIBCURL_PROTOCOL_HTTP */
251
252/* Defined if libcurl supports HTTPS */
253/* #undef LIBCURL_PROTOCOL_HTTPS */
254
255/* Defined if libcurl supports IMAP */
256/* #undef LIBCURL_PROTOCOL_IMAP */
257
258/* Defined if libcurl supports LDAP */
259/* #undef LIBCURL_PROTOCOL_LDAP */
260
261/* Defined if libcurl supports POP3 */
262/* #undef LIBCURL_PROTOCOL_POP3 */
263
264/* Defined if libcurl supports RTSP */
265/* #undef LIBCURL_PROTOCOL_RTSP */
266
267/* Defined if libcurl supports SMTP */
268/* #undef LIBCURL_PROTOCOL_SMTP */
269
270/* Defined if libcurl supports TELNET */
271/* #undef LIBCURL_PROTOCOL_TELNET */
272
273/* Defined if libcurl supports TFTP */
274/* #undef LIBCURL_PROTOCOL_TFTP */
275
276/* This is a Linux kernel */
277#define LINUX 1
278
279/* Define to the sub-directory in which libtool stores uninstalled libraries.
280 */
281#define LT_OBJDIR ".libs/"
282
283/* Define to use pair of sockets instead of pipes for signaling */
284/* #undef MHD_DONT_USE_PIPES */
285
286/* gnuTLS lib version - used in conjunction with cURL */
287/* #undef MHD_REQ_CURL_GNUTLS_VERSION */
288
289/* NSS lib version - used in conjunction with cURL */
290/* #undef MHD_REQ_CURL_NSS_VERSION */
291
292/* required cURL SSL version to run tests */
293/* #undef MHD_REQ_CURL_OPENSSL_VERSION */
294
295/* required cURL version to run tests */
296/* #undef MHD_REQ_CURL_VERSION */
297
298/* define to use pthreads */
299#define MHD_USE_POSIX_THREADS 1
300
301/* define to use W32 threads */
302/* #undef MHD_USE_W32_THREADS */
303
304/* This is a MinGW system */
305/* #undef MINGW */
306
307/* This is a NetBSD system */
308/* #undef NETBSD */
309
310/* This is an OpenBSD system */
311/* #undef OPENBSD */
312
313/* This is a OS/390 system */
314/* #undef OS390 */
315
316/* This is an OS X system */
317/* #undef OSX */
318
319/* Some strange OS */
320/* #undef OTHEROS */
321
322/* Name of package */
323#define PACKAGE "libmicrohttpd"
324
325/* Define to the address where bug reports for this package should be sent. */
326#define PACKAGE_BUGREPORT "libmicrohttpd@gnu.org"
327
328/* Define to the full name of this package. */
329#define PACKAGE_NAME "libmicrohttpd"
330
331/* Define to the full name and version of this package. */
332#define PACKAGE_STRING "libmicrohttpd 0.9.42"
333
334/* Define to the one symbol short name of this package. */
335#define PACKAGE_TARNAME "libmicrohttpd"
336
337/* Define to the home page for this package. */
338#define PACKAGE_URL ""
339
340/* Define to the version of this package. */
341#define PACKAGE_VERSION "0.9.42"
342
343/* Define to necessary symbol if this constant uses a non-standard name on
344 your system. */
345/* #undef PTHREAD_CREATE_JOINABLE */
346
347/* This is a Solaris system */
348/* #undef SOLARIS */
349
350/* This is a BSD system */
351/* #undef SOMEBSD */
352
353/* disable libmicrospdy support */
354#define SPDY_SUPPORT 0
355
356/* Define to 1 if you have the ANSI C header files. */
357#define STDC_HEADERS 1
358
359/* Version number of package */
360#define VERSION "0.9.42"
361
362/* This is a Windows system */
363/* #undef WINDOWS */
364
365/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
366 significant byte first (like Motorola and SPARC, unlike Intel). */
367#if defined AC_APPLE_UNIVERSAL_BUILD
368# if defined __BIG_ENDIAN__
369# define WORDS_BIGENDIAN 1
370# endif
371#else
372# ifndef WORDS_BIGENDIAN
373/* # undef WORDS_BIGENDIAN */
374# endif
375#endif
376
377/* Enable large inode numbers on Mac OS X 10.5. */
378#ifndef _DARWIN_USE_64_BIT_INODE
379# define _DARWIN_USE_64_BIT_INODE 1
380#endif
381
382/* Number of bits in a file offset, on hosts where this is settable. */
383/* #undef _FILE_OFFSET_BITS */
384
385/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
386/* #undef _LARGEFILE_SOURCE */
387
388/* Define for large files, on AIX-style hosts. */
389/* #undef _LARGE_FILES */
390
391/* defines how to decorate public symbols while building */
392#define _MHD_EXTERN __attribute__((visibility("default"))) extern
393
394/* Need with solaris or errno doesnt work */
395/* #undef _REENTRANT */
396
397/* Define curl_free() as free() if our version of curl lacks curl_free. */
398/* #undef curl_free */