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