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