blob: f60321521a496f55f0a28442090ed1061908fe15 [file] [log] [blame]
Elliott Hughes82be86d2017-09-20 17:00:17 -07001/* lib/curl_config.h.in. Generated from configure.ac by autoheader. */
2
Elliott Hughes1ef06ba2018-05-30 15:43:58 -07003/* to enable curl debug memory tracking */
4#undef CURLDEBUG
5
Elliott Hughes82be86d2017-09-20 17:00:17 -07006/* Location of default ca bundle */
7#undef CURL_CA_BUNDLE
8
9/* define "1" to use built in CA store of SSL library */
10#undef CURL_CA_FALLBACK
11
12/* Location of default ca path */
13#undef CURL_CA_PATH
14
Alex Deymo486467e2017-12-19 19:04:07 +010015/* Default SSL backend */
16#undef CURL_DEFAULT_SSL_BACKEND
17
Elliott Hughes82be86d2017-09-20 17:00:17 -070018/* to disable cookies support */
19#undef CURL_DISABLE_COOKIES
20
21/* to disable cryptographic authentication */
22#undef CURL_DISABLE_CRYPTO_AUTH
23
24/* to disable DICT */
25#undef CURL_DISABLE_DICT
26
27/* to disable FILE */
28#undef CURL_DISABLE_FILE
29
30/* to disable FTP */
31#undef CURL_DISABLE_FTP
32
33/* to disable Gopher */
34#undef CURL_DISABLE_GOPHER
35
36/* to disable HTTP */
37#undef CURL_DISABLE_HTTP
38
39/* to disable IMAP */
40#undef CURL_DISABLE_IMAP
41
42/* to disable LDAP */
43#undef CURL_DISABLE_LDAP
44
45/* to disable LDAPS */
46#undef CURL_DISABLE_LDAPS
47
48/* to disable --libcurl C code generation option */
49#undef CURL_DISABLE_LIBCURL_OPTION
50
51/* to disable POP3 */
52#undef CURL_DISABLE_POP3
53
54/* to disable proxies */
55#undef CURL_DISABLE_PROXY
56
57/* to disable RTSP */
58#undef CURL_DISABLE_RTSP
59
60/* to disable SMB/CIFS */
61#undef CURL_DISABLE_SMB
62
63/* to disable SMTP */
64#undef CURL_DISABLE_SMTP
65
66/* to disable TELNET */
67#undef CURL_DISABLE_TELNET
68
69/* to disable TFTP */
70#undef CURL_DISABLE_TFTP
71
72/* to disable TLS-SRP authentication */
73#undef CURL_DISABLE_TLS_SRP
74
75/* to disable verbose strings */
76#undef CURL_DISABLE_VERBOSE_STRINGS
77
78/* Definition to make a library symbol externally visible. */
79#undef CURL_EXTERN_SYMBOL
80
Elliott Hughes1ef06ba2018-05-30 15:43:58 -070081/* IP address type in sockaddr */
82#undef CURL_SA_FAMILY_T
83
Alex Deymo486467e2017-12-19 19:04:07 +010084/* built with multiple SSL backends */
85#undef CURL_WITH_MULTI_SSL
86
Elliott Hughes1ef06ba2018-05-30 15:43:58 -070087/* enable debug build options */
88#undef DEBUGBUILD
89
Elliott Hughes82be86d2017-09-20 17:00:17 -070090/* your Entropy Gathering Daemon socket pathname */
91#undef EGD_SOCKET
92
93/* Define if you want to enable IPv6 support */
94#undef ENABLE_IPV6
95
96/* Define to the type of arg 2 for gethostname. */
97#undef GETHOSTNAME_TYPE_ARG2
98
99/* Define to the type qualifier of arg 1 for getnameinfo. */
100#undef GETNAMEINFO_QUAL_ARG1
101
102/* Define to the type of arg 1 for getnameinfo. */
103#undef GETNAMEINFO_TYPE_ARG1
104
105/* Define to the type of arg 2 for getnameinfo. */
106#undef GETNAMEINFO_TYPE_ARG2
107
108/* Define to the type of args 4 and 6 for getnameinfo. */
109#undef GETNAMEINFO_TYPE_ARG46
110
111/* Define to the type of arg 7 for getnameinfo. */
112#undef GETNAMEINFO_TYPE_ARG7
113
114/* Specifies the number of arguments to getservbyport_r */
115#undef GETSERVBYPORT_R_ARGS
116
117/* Specifies the size of the buffer to pass to getservbyport_r */
118#undef GETSERVBYPORT_R_BUFSIZE
119
120/* Define to 1 if you have the alarm function. */
121#undef HAVE_ALARM
122
123/* Define to 1 if you have the <alloca.h> header file. */
124#undef HAVE_ALLOCA_H
125
126/* Define to 1 if you have the <arpa/inet.h> header file. */
127#undef HAVE_ARPA_INET_H
128
129/* Define to 1 if you have the <arpa/tftp.h> header file. */
130#undef HAVE_ARPA_TFTP_H
131
132/* Define to 1 if you have the <assert.h> header file. */
133#undef HAVE_ASSERT_H
134
135/* Define to 1 if you have the basename function. */
136#undef HAVE_BASENAME
137
138/* Define to 1 if bool is an available type. */
139#undef HAVE_BOOL_T
140
141/* Define to 1 if using BoringSSL. */
142#undef HAVE_BORINGSSL
143
Alex Deymo486467e2017-12-19 19:04:07 +0100144/* if BROTLI is in use */
145#undef HAVE_BROTLI
146
147/* Define to 1 if you have the <brotli/decode.h> header file. */
148#undef HAVE_BROTLI_DECODE_H
149
150/* Define to 1 if you have the __builtin_available function. */
151#undef HAVE_BUILTIN_AVAILABLE
152
Elliott Hughes82be86d2017-09-20 17:00:17 -0700153/* Define to 1 if you have the clock_gettime function and monotonic timer. */
154#undef HAVE_CLOCK_GETTIME_MONOTONIC
155
156/* Define to 1 if you have the closesocket function. */
157#undef HAVE_CLOSESOCKET
158
159/* Define to 1 if you have the CloseSocket camel case function. */
160#undef HAVE_CLOSESOCKET_CAMEL
161
162/* Define to 1 if you have the connect function. */
163#undef HAVE_CONNECT
164
165/* Define to 1 if you have the <crypto.h> header file. */
166#undef HAVE_CRYPTO_H
167
168/* Define to 1 if you have the `CyaSSL_CTX_UseSupportedCurve' function. */
169#undef HAVE_CYASSL_CTX_USESUPPORTEDCURVE
170
171/* Define to 1 if you have the <cyassl/error-ssl.h> header file. */
172#undef HAVE_CYASSL_ERROR_SSL_H
173
174/* Define to 1 if you have the `CyaSSL_get_peer_certificate' function. */
175#undef HAVE_CYASSL_GET_PEER_CERTIFICATE
176
177/* Define to 1 if you have the <cyassl/options.h> header file. */
178#undef HAVE_CYASSL_OPTIONS_H
179
180/* Define to 1 if you have the <dlfcn.h> header file. */
181#undef HAVE_DLFCN_H
182
183/* Define to 1 if you have the `ENGINE_cleanup' function. */
184#undef HAVE_ENGINE_CLEANUP
185
186/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
187#undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES
188
189/* Define to 1 if you have the <errno.h> header file. */
190#undef HAVE_ERRNO_H
191
192/* Define to 1 if you have the <err.h> header file. */
193#undef HAVE_ERR_H
194
195/* Define to 1 if you have the fcntl function. */
196#undef HAVE_FCNTL
197
198/* Define to 1 if you have the <fcntl.h> header file. */
199#undef HAVE_FCNTL_H
200
201/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
202#undef HAVE_FCNTL_O_NONBLOCK
203
204/* Define to 1 if you have the fdopen function. */
205#undef HAVE_FDOPEN
206
207/* Define to 1 if you have the freeaddrinfo function. */
208#undef HAVE_FREEADDRINFO
209
210/* Define to 1 if you have the freeifaddrs function. */
211#undef HAVE_FREEIFADDRS
212
213/* Define to 1 if you have the fsetxattr function. */
214#undef HAVE_FSETXATTR
215
216/* fsetxattr() takes 5 args */
217#undef HAVE_FSETXATTR_5
218
219/* fsetxattr() takes 6 args */
220#undef HAVE_FSETXATTR_6
221
222/* Define to 1 if you have the ftruncate function. */
223#undef HAVE_FTRUNCATE
224
225/* Define to 1 if you have the gai_strerror function. */
226#undef HAVE_GAI_STRERROR
227
228/* Define to 1 if you have a working getaddrinfo function. */
229#undef HAVE_GETADDRINFO
230
231/* Define to 1 if the getaddrinfo function is threadsafe. */
232#undef HAVE_GETADDRINFO_THREADSAFE
233
234/* Define to 1 if you have the `geteuid' function. */
235#undef HAVE_GETEUID
236
237/* Define to 1 if you have the gethostbyaddr function. */
238#undef HAVE_GETHOSTBYADDR
239
240/* Define to 1 if you have the gethostbyaddr_r function. */
241#undef HAVE_GETHOSTBYADDR_R
242
243/* gethostbyaddr_r() takes 5 args */
244#undef HAVE_GETHOSTBYADDR_R_5
245
246/* gethostbyaddr_r() takes 7 args */
247#undef HAVE_GETHOSTBYADDR_R_7
248
249/* gethostbyaddr_r() takes 8 args */
250#undef HAVE_GETHOSTBYADDR_R_8
251
252/* Define to 1 if you have the gethostbyname function. */
253#undef HAVE_GETHOSTBYNAME
254
255/* Define to 1 if you have the gethostbyname_r function. */
256#undef HAVE_GETHOSTBYNAME_R
257
258/* gethostbyname_r() takes 3 args */
259#undef HAVE_GETHOSTBYNAME_R_3
260
261/* gethostbyname_r() takes 5 args */
262#undef HAVE_GETHOSTBYNAME_R_5
263
264/* gethostbyname_r() takes 6 args */
265#undef HAVE_GETHOSTBYNAME_R_6
266
267/* Define to 1 if you have the gethostname function. */
268#undef HAVE_GETHOSTNAME
269
270/* Define to 1 if you have a working getifaddrs function. */
271#undef HAVE_GETIFADDRS
272
273/* Define to 1 if you have the getnameinfo function. */
274#undef HAVE_GETNAMEINFO
275
276/* Define to 1 if you have the `getpass_r' function. */
277#undef HAVE_GETPASS_R
278
279/* Define to 1 if you have the `getppid' function. */
280#undef HAVE_GETPPID
281
282/* Define to 1 if you have the `getpwuid' function. */
283#undef HAVE_GETPWUID
284
285/* Define to 1 if you have the `getpwuid_r' function. */
286#undef HAVE_GETPWUID_R
287
288/* Define to 1 if you have the `getrlimit' function. */
289#undef HAVE_GETRLIMIT
290
291/* Define to 1 if you have the getservbyport_r function. */
292#undef HAVE_GETSERVBYPORT_R
293
294/* Define to 1 if you have the `gettimeofday' function. */
295#undef HAVE_GETTIMEOFDAY
296
297/* Define to 1 if you have a working glibc-style strerror_r function. */
298#undef HAVE_GLIBC_STRERROR_R
299
300/* Define to 1 if you have a working gmtime_r function. */
301#undef HAVE_GMTIME_R
302
303/* Define to 1 if you have the `gnutls_alpn_set_protocols' function. */
304#undef HAVE_GNUTLS_ALPN_SET_PROTOCOLS
305
306/* Define to 1 if you have the `gnutls_certificate_set_x509_key_file2'
307 function. */
308#undef HAVE_GNUTLS_CERTIFICATE_SET_X509_KEY_FILE2
309
310/* Define to 1 if you have the `gnutls_ocsp_req_init' function. */
311#undef HAVE_GNUTLS_OCSP_REQ_INIT
312
313/* if you have the function gnutls_srp_verifier */
314#undef HAVE_GNUTLS_SRP
315
316/* if you have GSS-API libraries */
317#undef HAVE_GSSAPI
318
319/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
320#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
321
322/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
323#undef HAVE_GSSAPI_GSSAPI_H
324
325/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
326#undef HAVE_GSSAPI_GSSAPI_KRB5_H
327
328/* if you have GNU GSS */
329#undef HAVE_GSSGNU
330
331/* if you have Heimdal */
332#undef HAVE_GSSHEIMDAL
333
334/* if you have MIT Kerberos */
335#undef HAVE_GSSMIT
336
337/* Define to 1 if you have the <idn2.h> header file. */
338#undef HAVE_IDN2_H
339
340/* Define to 1 if you have the <ifaddrs.h> header file. */
341#undef HAVE_IFADDRS_H
342
343/* Define to 1 if you have the `if_nametoindex' function. */
344#undef HAVE_IF_NAMETOINDEX
345
346/* Define to 1 if you have the inet_ntoa_r function. */
347#undef HAVE_INET_NTOA_R
348
349/* inet_ntoa_r() takes 2 args */
350#undef HAVE_INET_NTOA_R_2
351
352/* inet_ntoa_r() takes 3 args */
353#undef HAVE_INET_NTOA_R_3
354
355/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
356#undef HAVE_INET_NTOP
357
358/* Define to 1 if you have a IPv6 capable working inet_pton function. */
359#undef HAVE_INET_PTON
360
361/* Define to 1 if you have the <inttypes.h> header file. */
362#undef HAVE_INTTYPES_H
363
364/* Define to 1 if you have the ioctl function. */
365#undef HAVE_IOCTL
366
367/* Define to 1 if you have the ioctlsocket function. */
368#undef HAVE_IOCTLSOCKET
369
370/* Define to 1 if you have the IoctlSocket camel case function. */
371#undef HAVE_IOCTLSOCKET_CAMEL
372
373/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
374 */
375#undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
376
377/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
378#undef HAVE_IOCTLSOCKET_FIONBIO
379
380/* Define to 1 if you have a working ioctl FIONBIO function. */
381#undef HAVE_IOCTL_FIONBIO
382
383/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
384#undef HAVE_IOCTL_SIOCGIFADDR
385
386/* Define to 1 if you have the <io.h> header file. */
387#undef HAVE_IO_H
388
389/* Define to 1 if you have the lber.h header file. */
390#undef HAVE_LBER_H
391
392/* Define to 1 if you have the ldapssl.h header file. */
393#undef HAVE_LDAPSSL_H
394
395/* Define to 1 if you have the ldap.h header file. */
396#undef HAVE_LDAP_H
397
398/* Define to 1 if you have the `ldap_init_fd' function. */
399#undef HAVE_LDAP_INIT_FD
400
401/* Use LDAPS implementation */
402#undef HAVE_LDAP_SSL
403
404/* Define to 1 if you have the ldap_ssl.h header file. */
405#undef HAVE_LDAP_SSL_H
406
407/* Define to 1 if you have the `ldap_url_parse' function. */
408#undef HAVE_LDAP_URL_PARSE
409
Alex Deymo486467e2017-12-19 19:04:07 +0100410/* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
411#undef HAVE_LIBBROTLIDEC
412
Elliott Hughes82be86d2017-09-20 17:00:17 -0700413/* Define to 1 if you have the <libgen.h> header file. */
414#undef HAVE_LIBGEN_H
415
416/* Define to 1 if you have the `idn2' library (-lidn2). */
417#undef HAVE_LIBIDN2
418
419/* Define to 1 if using libressl. */
420#undef HAVE_LIBRESSL
421
422/* Define to 1 if you have the <librtmp/rtmp.h> header file. */
423#undef HAVE_LIBRTMP_RTMP_H
424
Elliott Hughes0128fe42018-02-27 14:57:55 -0800425/* Define to 1 if you have the `ssh' library (-lssh). */
426#undef HAVE_LIBSSH
427
Elliott Hughes82be86d2017-09-20 17:00:17 -0700428/* Define to 1 if you have the `ssh2' library (-lssh2). */
429#undef HAVE_LIBSSH2
430
431/* Define to 1 if you have the <libssh2.h> header file. */
432#undef HAVE_LIBSSH2_H
433
Elliott Hughes0128fe42018-02-27 14:57:55 -0800434/* Define to 1 if you have the <libssh/libssh.h> header file. */
435#undef HAVE_LIBSSH_LIBSSH_H
436
Elliott Hughes82be86d2017-09-20 17:00:17 -0700437/* Define to 1 if you have the `ssl' library (-lssl). */
438#undef HAVE_LIBSSL
439
440/* if zlib is available */
441#undef HAVE_LIBZ
442
Alex Deymo486467e2017-12-19 19:04:07 +0100443/* Define to 1 if you have the <linux/tcp.h> header file. */
444#undef HAVE_LINUX_TCP_H
445
Elliott Hughes82be86d2017-09-20 17:00:17 -0700446/* if your compiler supports LL */
447#undef HAVE_LL
448
449/* Define to 1 if you have the <locale.h> header file. */
450#undef HAVE_LOCALE_H
451
452/* Define to 1 if you have a working localtime_r function. */
453#undef HAVE_LOCALTIME_R
454
455/* Define to 1 if the compiler supports the 'long long' data type. */
456#undef HAVE_LONGLONG
457
Alex Deymo486467e2017-12-19 19:04:07 +0100458/* Define to 1 if you have the `mach_absolute_time' function. */
459#undef HAVE_MACH_ABSOLUTE_TIME
460
Elliott Hughes82be86d2017-09-20 17:00:17 -0700461/* Define to 1 if you have the malloc.h header file. */
462#undef HAVE_MALLOC_H
463
464/* Define to 1 if you have the memory.h header file. */
465#undef HAVE_MEMORY_H
466
467/* Define to 1 if you have the memrchr function or macro. */
468#undef HAVE_MEMRCHR
469
470/* Define to 1 if you have the MSG_NOSIGNAL flag. */
471#undef HAVE_MSG_NOSIGNAL
472
473/* Define to 1 if you have the <netdb.h> header file. */
474#undef HAVE_NETDB_H
475
Elliott Hughes0128fe42018-02-27 14:57:55 -0800476/* Define to 1 if you have the <netinet/in6.h> header file. */
477#undef HAVE_NETINET_IN6_H
478
Elliott Hughes82be86d2017-09-20 17:00:17 -0700479/* Define to 1 if you have the <netinet/in.h> header file. */
480#undef HAVE_NETINET_IN_H
481
482/* Define to 1 if you have the <netinet/tcp.h> header file. */
483#undef HAVE_NETINET_TCP_H
484
485/* Define to 1 if you have the <net/if.h> header file. */
486#undef HAVE_NET_IF_H
487
488/* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
489#undef HAVE_NGHTTP2_NGHTTP2_H
490
491/* Define to 1 if NI_WITHSCOPEID exists and works. */
492#undef HAVE_NI_WITHSCOPEID
493
494/* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
495 */
496#undef HAVE_OLD_GSSMIT
497
498/* Define to 1 if you have the <openssl/crypto.h> header file. */
499#undef HAVE_OPENSSL_CRYPTO_H
500
501/* Define to 1 if you have the <openssl/engine.h> header file. */
502#undef HAVE_OPENSSL_ENGINE_H
503
504/* Define to 1 if you have the <openssl/err.h> header file. */
505#undef HAVE_OPENSSL_ERR_H
506
507/* Define to 1 if you have the <openssl/pem.h> header file. */
508#undef HAVE_OPENSSL_PEM_H
509
Elliott Hughes82be86d2017-09-20 17:00:17 -0700510/* Define to 1 if you have the <openssl/rsa.h> header file. */
511#undef HAVE_OPENSSL_RSA_H
512
513/* if you have the function SRP_Calc_client_key */
514#undef HAVE_OPENSSL_SRP
515
516/* Define to 1 if you have the <openssl/ssl.h> header file. */
517#undef HAVE_OPENSSL_SSL_H
518
519/* Define to 1 if you have the <openssl/x509.h> header file. */
520#undef HAVE_OPENSSL_X509_H
521
522/* Define to 1 if you have the <pem.h> header file. */
523#undef HAVE_PEM_H
524
525/* Define to 1 if you have the `pipe' function. */
526#undef HAVE_PIPE
527
Elliott Hughescac39802018-04-27 16:19:43 -0700528/* if you have the PK11_CreateManagedGenericObject function */
529#undef HAVE_PK11_CREATEMANAGEDGENERICOBJECT
530
Elliott Hughes82be86d2017-09-20 17:00:17 -0700531/* Define to 1 if you have a working poll function. */
532#undef HAVE_POLL
533
534/* If you have a fine poll */
535#undef HAVE_POLL_FINE
536
537/* Define to 1 if you have the <poll.h> header file. */
538#undef HAVE_POLL_H
539
540/* Define to 1 if you have a working POSIX-style strerror_r function. */
541#undef HAVE_POSIX_STRERROR_R
542
543/* if you have <pthread.h> */
544#undef HAVE_PTHREAD_H
545
546/* Define to 1 if you have the <pwd.h> header file. */
547#undef HAVE_PWD_H
548
549/* Define to 1 if you have the `RAND_egd' function. */
550#undef HAVE_RAND_EGD
551
552/* Define to 1 if you have the recv function. */
553#undef HAVE_RECV
554
555/* Define to 1 if you have the <rsa.h> header file. */
556#undef HAVE_RSA_H
557
558/* Define to 1 if you have the select function. */
559#undef HAVE_SELECT
560
561/* Define to 1 if you have the send function. */
562#undef HAVE_SEND
563
564/* Define to 1 if you have the <setjmp.h> header file. */
565#undef HAVE_SETJMP_H
566
567/* Define to 1 if you have the `setlocale' function. */
568#undef HAVE_SETLOCALE
569
570/* Define to 1 if you have the `setmode' function. */
571#undef HAVE_SETMODE
572
573/* Define to 1 if you have the `setrlimit' function. */
574#undef HAVE_SETRLIMIT
575
576/* Define to 1 if you have the setsockopt function. */
577#undef HAVE_SETSOCKOPT
578
579/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
580#undef HAVE_SETSOCKOPT_SO_NONBLOCK
581
582/* Define to 1 if you have the <sgtty.h> header file. */
583#undef HAVE_SGTTY_H
584
585/* Define to 1 if you have the sigaction function. */
586#undef HAVE_SIGACTION
587
588/* Define to 1 if you have the siginterrupt function. */
589#undef HAVE_SIGINTERRUPT
590
591/* Define to 1 if you have the signal function. */
592#undef HAVE_SIGNAL
593
594/* Define to 1 if you have the <signal.h> header file. */
595#undef HAVE_SIGNAL_H
596
597/* Define to 1 if you have the sigsetjmp function or macro. */
598#undef HAVE_SIGSETJMP
599
600/* Define to 1 if sig_atomic_t is an available typedef. */
601#undef HAVE_SIG_ATOMIC_T
602
603/* Define to 1 if sig_atomic_t is already defined as volatile. */
604#undef HAVE_SIG_ATOMIC_T_VOLATILE
605
606/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
607#undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
608
609/* Define to 1 if you have the socket function. */
610#undef HAVE_SOCKET
611
612/* Define to 1 if you have the socketpair function. */
613#undef HAVE_SOCKETPAIR
614
615/* Define to 1 if you have the <socket.h> header file. */
616#undef HAVE_SOCKET_H
617
618/* Define to 1 if you have the `SSLv2_client_method' function. */
619#undef HAVE_SSLV2_CLIENT_METHOD
620
621/* Define to 1 if you have the `SSL_get_shutdown' function. */
622#undef HAVE_SSL_GET_SHUTDOWN
623
624/* Define to 1 if you have the <ssl.h> header file. */
625#undef HAVE_SSL_H
626
627/* Define to 1 if you have the <stdbool.h> header file. */
628#undef HAVE_STDBOOL_H
629
630/* Define to 1 if you have the <stdint.h> header file. */
631#undef HAVE_STDINT_H
632
633/* Define to 1 if you have the <stdio.h> header file. */
634#undef HAVE_STDIO_H
635
636/* Define to 1 if you have the <stdlib.h> header file. */
637#undef HAVE_STDLIB_H
638
639/* Define to 1 if you have the strcasecmp function. */
640#undef HAVE_STRCASECMP
641
642/* Define to 1 if you have the strcmpi function. */
643#undef HAVE_STRCMPI
644
645/* Define to 1 if you have the strdup function. */
646#undef HAVE_STRDUP
647
648/* Define to 1 if you have the strerror_r function. */
649#undef HAVE_STRERROR_R
650
651/* Define to 1 if you have the stricmp function. */
652#undef HAVE_STRICMP
653
654/* Define to 1 if you have the <strings.h> header file. */
655#undef HAVE_STRINGS_H
656
657/* Define to 1 if you have the <string.h> header file. */
658#undef HAVE_STRING_H
659
660/* Define to 1 if you have the strncasecmp function. */
661#undef HAVE_STRNCASECMP
662
663/* Define to 1 if you have the strncmpi function. */
664#undef HAVE_STRNCMPI
665
666/* Define to 1 if you have the strnicmp function. */
667#undef HAVE_STRNICMP
668
669/* Define to 1 if you have the <stropts.h> header file. */
670#undef HAVE_STROPTS_H
671
672/* Define to 1 if you have the strstr function. */
673#undef HAVE_STRSTR
674
675/* Define to 1 if you have the strtok_r function. */
676#undef HAVE_STRTOK_R
677
678/* Define to 1 if you have the strtoll function. */
679#undef HAVE_STRTOLL
680
681/* if struct sockaddr_storage is defined */
682#undef HAVE_STRUCT_SOCKADDR_STORAGE
683
684/* Define to 1 if you have the timeval struct. */
685#undef HAVE_STRUCT_TIMEVAL
686
687/* Define to 1 if you have the <sys/filio.h> header file. */
688#undef HAVE_SYS_FILIO_H
689
690/* Define to 1 if you have the <sys/ioctl.h> header file. */
691#undef HAVE_SYS_IOCTL_H
692
693/* Define to 1 if you have the <sys/param.h> header file. */
694#undef HAVE_SYS_PARAM_H
695
696/* Define to 1 if you have the <sys/poll.h> header file. */
697#undef HAVE_SYS_POLL_H
698
699/* Define to 1 if you have the <sys/resource.h> header file. */
700#undef HAVE_SYS_RESOURCE_H
701
702/* Define to 1 if you have the <sys/select.h> header file. */
703#undef HAVE_SYS_SELECT_H
704
705/* Define to 1 if you have the <sys/socket.h> header file. */
706#undef HAVE_SYS_SOCKET_H
707
708/* Define to 1 if you have the <sys/sockio.h> header file. */
709#undef HAVE_SYS_SOCKIO_H
710
711/* Define to 1 if you have the <sys/stat.h> header file. */
712#undef HAVE_SYS_STAT_H
713
714/* Define to 1 if you have the <sys/time.h> header file. */
715#undef HAVE_SYS_TIME_H
716
717/* Define to 1 if you have the <sys/types.h> header file. */
718#undef HAVE_SYS_TYPES_H
719
720/* Define to 1 if you have the <sys/uio.h> header file. */
721#undef HAVE_SYS_UIO_H
722
723/* Define to 1 if you have the <sys/un.h> header file. */
724#undef HAVE_SYS_UN_H
725
726/* Define to 1 if you have the <sys/utime.h> header file. */
727#undef HAVE_SYS_UTIME_H
728
729/* Define to 1 if you have the <sys/wait.h> header file. */
730#undef HAVE_SYS_WAIT_H
731
732/* Define to 1 if you have the <sys/xattr.h> header file. */
733#undef HAVE_SYS_XATTR_H
734
735/* Define to 1 if you have the <termios.h> header file. */
736#undef HAVE_TERMIOS_H
737
738/* Define to 1 if you have the <termio.h> header file. */
739#undef HAVE_TERMIO_H
740
741/* Define to 1 if you have the <time.h> header file. */
742#undef HAVE_TIME_H
743
Elliott Hughescac39802018-04-27 16:19:43 -0700744/* Define this if time_t is unsigned */
745#undef HAVE_TIME_T_UNSIGNED
746
Elliott Hughes82be86d2017-09-20 17:00:17 -0700747/* Define to 1 if you have the <unistd.h> header file. */
748#undef HAVE_UNISTD_H
749
750/* Define to 1 if you have the `utime' function. */
751#undef HAVE_UTIME
752
753/* Define to 1 if you have the `utimes' function. */
754#undef HAVE_UTIMES
755
756/* Define to 1 if you have the <utime.h> header file. */
757#undef HAVE_UTIME_H
758
759/* Define to 1 if compiler supports C99 variadic macro style. */
760#undef HAVE_VARIADIC_MACROS_C99
761
762/* Define to 1 if compiler supports old gcc variadic macro style. */
763#undef HAVE_VARIADIC_MACROS_GCC
764
765/* Define to 1 if you have the winber.h header file. */
766#undef HAVE_WINBER_H
767
768/* Define to 1 if you have the windows.h header file. */
769#undef HAVE_WINDOWS_H
770
771/* Define to 1 if you have the winldap.h header file. */
772#undef HAVE_WINLDAP_H
773
774/* Define to 1 if you have the winsock2.h header file. */
775#undef HAVE_WINSOCK2_H
776
777/* Define to 1 if you have the winsock.h header file. */
778#undef HAVE_WINSOCK_H
779
780/* Define to 1 if you have the `wolfSSLv3_client_method' function. */
781#undef HAVE_WOLFSSLV3_CLIENT_METHOD
782
783/* Define to 1 if you have the `wolfSSL_CTX_UseSupportedCurve' function. */
784#undef HAVE_WOLFSSL_CTX_USESUPPORTEDCURVE
785
786/* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
787#undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE
788
789/* Define to 1 if you have the `wolfSSL_UseALPN' function. */
790#undef HAVE_WOLFSSL_USEALPN
791
792/* Define this symbol if your OS supports changing the contents of argv */
793#undef HAVE_WRITABLE_ARGV
794
795/* Define to 1 if you have the writev function. */
796#undef HAVE_WRITEV
797
798/* Define to 1 if you have the ws2tcpip.h header file. */
799#undef HAVE_WS2TCPIP_H
800
801/* Define to 1 if you have the <x509.h> header file. */
802#undef HAVE_X509_H
803
804/* if you have the zlib.h header file */
805#undef HAVE_ZLIB_H
806
807/* Define to the sub-directory where libtool stores uninstalled libraries. */
808#undef LT_OBJDIR
809
810/* Define to 1 if you need the lber.h header file even with ldap.h */
811#undef NEED_LBER_H
812
813/* Define to 1 if you need the malloc.h header file even with stdlib.h */
814#undef NEED_MALLOC_H
815
816/* Define to 1 if you need the memory.h header file even with stdlib.h */
817#undef NEED_MEMORY_H
818
819/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
820#undef NEED_REENTRANT
821
822/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
823#undef NEED_THREAD_SAFE
824
825/* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
826#undef NTLM_WB_ENABLED
827
828/* Define absolute filename for winbind's ntlm_auth helper. */
829#undef NTLM_WB_FILE
830
831/* cpu-machine-OS */
832#undef OS
833
834/* Name of package */
835#undef PACKAGE
836
837/* Define to the address where bug reports for this package should be sent. */
838#undef PACKAGE_BUGREPORT
839
840/* Define to the full name of this package. */
841#undef PACKAGE_NAME
842
843/* Define to the full name and version of this package. */
844#undef PACKAGE_STRING
845
846/* Define to the one symbol short name of this package. */
847#undef PACKAGE_TARNAME
848
849/* Define to the home page for this package. */
850#undef PACKAGE_URL
851
852/* Define to the version of this package. */
853#undef PACKAGE_VERSION
854
855/* a suitable file to read random data from */
856#undef RANDOM_FILE
857
858/* Define to the type of arg 1 for recv. */
859#undef RECV_TYPE_ARG1
860
861/* Define to the type of arg 2 for recv. */
862#undef RECV_TYPE_ARG2
863
864/* Define to the type of arg 3 for recv. */
865#undef RECV_TYPE_ARG3
866
867/* Define to the type of arg 4 for recv. */
868#undef RECV_TYPE_ARG4
869
870/* Define to the function return type for recv. */
871#undef RECV_TYPE_RETV
872
873/* Define as the return type of signal handlers (`int' or `void'). */
874#undef RETSIGTYPE
875
876/* Define to the type qualifier of arg 5 for select. */
877#undef SELECT_QUAL_ARG5
878
879/* Define to the type of arg 1 for select. */
880#undef SELECT_TYPE_ARG1
881
882/* Define to the type of args 2, 3 and 4 for select. */
883#undef SELECT_TYPE_ARG234
884
885/* Define to the type of arg 5 for select. */
886#undef SELECT_TYPE_ARG5
887
888/* Define to the function return type for select. */
889#undef SELECT_TYPE_RETV
890
891/* Define to the type qualifier of arg 2 for send. */
892#undef SEND_QUAL_ARG2
893
894/* Define to the type of arg 1 for send. */
895#undef SEND_TYPE_ARG1
896
897/* Define to the type of arg 2 for send. */
898#undef SEND_TYPE_ARG2
899
900/* Define to the type of arg 3 for send. */
901#undef SEND_TYPE_ARG3
902
903/* Define to the type of arg 4 for send. */
904#undef SEND_TYPE_ARG4
905
906/* Define to the function return type for send. */
907#undef SEND_TYPE_RETV
908
Alex Deymo486467e2017-12-19 19:04:07 +0100909/* The size of `curl_off_t', as computed by sizeof. */
910#undef SIZEOF_CURL_OFF_T
911
Elliott Hughes82be86d2017-09-20 17:00:17 -0700912/* The size of `int', as computed by sizeof. */
913#undef SIZEOF_INT
914
915/* The size of `long', as computed by sizeof. */
916#undef SIZEOF_LONG
917
918/* The size of `long long', as computed by sizeof. */
919#undef SIZEOF_LONG_LONG
920
921/* The size of `off_t', as computed by sizeof. */
922#undef SIZEOF_OFF_T
923
924/* The size of `short', as computed by sizeof. */
925#undef SIZEOF_SHORT
926
927/* The size of `size_t', as computed by sizeof. */
928#undef SIZEOF_SIZE_T
929
930/* The size of `time_t', as computed by sizeof. */
931#undef SIZEOF_TIME_T
932
Elliott Hughes82be86d2017-09-20 17:00:17 -0700933/* Define to 1 if you have the ANSI C header files. */
934#undef STDC_HEADERS
935
936/* Define to the type of arg 3 for strerror_r. */
937#undef STRERROR_R_TYPE_ARG3
938
939/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
940#undef TIME_WITH_SYS_TIME
941
942/* Define to enable c-ares support */
943#undef USE_ARES
944
945/* if axTLS is enabled */
946#undef USE_AXTLS
947
948/* if CyaSSL/WolfSSL is enabled */
949#undef USE_CYASSL
950
951/* to enable Apple OS native SSL/TLS support */
952#undef USE_DARWINSSL
953
954/* if GnuTLS is enabled */
955#undef USE_GNUTLS
956
957/* if GnuTLS uses nettle as crypto backend */
958#undef USE_GNUTLS_NETTLE
959
960/* PSL support enabled */
961#undef USE_LIBPSL
962
963/* if librtmp is in use */
964#undef USE_LIBRTMP
965
Elliott Hughes0128fe42018-02-27 14:57:55 -0800966/* if libSSH is in use */
967#undef USE_LIBSSH
968
Elliott Hughes82be86d2017-09-20 17:00:17 -0700969/* if libSSH2 is in use */
970#undef USE_LIBSSH2
971
972/* If you want to build curl with the built-in manual */
973#undef USE_MANUAL
974
975/* if mbedTLS is enabled */
976#undef USE_MBEDTLS
977
978/* Define to enable metalink support */
979#undef USE_METALINK
980
981/* if nghttp2 is in use */
982#undef USE_NGHTTP2
983
984/* if NSS is enabled */
985#undef USE_NSS
986
987/* Use OpenLDAP-specific code */
988#undef USE_OPENLDAP
989
990/* if OpenSSL is in use */
991#undef USE_OPENSSL
992
993/* if PolarSSL is enabled */
994#undef USE_POLARSSL
995
996/* to enable Windows native SSL/TLS support */
997#undef USE_SCHANNEL
998
999/* if you want POSIX threaded DNS lookup */
1000#undef USE_THREADS_POSIX
1001
1002/* if you want Win32 threaded DNS lookup */
1003#undef USE_THREADS_WIN32
1004
1005/* Use TLS-SRP authentication */
1006#undef USE_TLS_SRP
1007
1008/* Use Unix domain sockets */
1009#undef USE_UNIX_SOCKETS
1010
1011/* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
1012#undef USE_WIN32_IDN
1013
1014/* Define to 1 if you are building a Windows target with large file support.
1015 */
1016#undef USE_WIN32_LARGE_FILES
1017
1018/* Use Windows LDAP implementation */
1019#undef USE_WIN32_LDAP
1020
1021/* Define to 1 if you are building a Windows target without large file
1022 support. */
1023#undef USE_WIN32_SMALL_FILES
1024
1025/* to enable SSPI support */
1026#undef USE_WINDOWS_SSPI
1027
1028/* Version number of package */
1029#undef VERSION
1030
1031/* Define to 1 to provide own prototypes. */
1032#undef WANT_IDN_PROTOTYPES
1033
1034/* Define to 1 if OS is AIX. */
1035#ifndef _ALL_SOURCE
1036# undef _ALL_SOURCE
1037#endif
1038
1039/* Enable large inode numbers on Mac OS X 10.5. */
1040#ifndef _DARWIN_USE_64_BIT_INODE
1041# define _DARWIN_USE_64_BIT_INODE 1
1042#endif
1043
1044/* Number of bits in a file offset, on hosts where this is settable. */
1045#undef _FILE_OFFSET_BITS
1046
1047/* Define for large files, on AIX-style hosts. */
1048#undef _LARGE_FILES
1049
1050/* Define to empty if `const' does not conform to ANSI C. */
1051#undef const
1052
1053/* Type to use in place of in_addr_t when system does not provide it. */
1054#undef in_addr_t
1055
1056/* Define to `__inline__' or `__inline' if that's what the C compiler
1057 calls it, or to nothing if 'inline' is not supported under any name. */
1058#ifndef __cplusplus
1059#undef inline
1060#endif
1061
1062/* Define to `unsigned int' if <sys/types.h> does not define. */
1063#undef size_t
1064
1065/* the signed version of size_t */
1066#undef ssize_t