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