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 /* Location of default ca path */
8 #define CURL_CA_PATH "/system/etc/security/cacerts"
9 
10 /* to disable cookies support */
11 /* #undef CURL_DISABLE_COOKIES */
12 
13 /* to disable cryptographic authentication */
14 /* #undef CURL_DISABLE_CRYPTO_AUTH */
15 
16 /* to disable DICT */
17 /* #undef CURL_DISABLE_DICT */
18 
19 /* to disable FILE */
20 /* #undef CURL_DISABLE_FILE */
21 
22 /* to disable FTP */
23 /* #undef CURL_DISABLE_FTP */
24 
25 /* to disable Gopher */
26 /* #undef CURL_DISABLE_GOPHER */
27 
28 /* to disable HTTP */
29 /* #undef CURL_DISABLE_HTTP */
30 
31 /* to disable IMAP */
32 /* #undef CURL_DISABLE_IMAP */
33 
34 /* to disable LDAP */
35 #define CURL_DISABLE_LDAP 1
36 
37 /* to disable LDAPS */
38 #define CURL_DISABLE_LDAPS 1
39 
40 /* to disable --libcurl C code generation option */
41 /* #undef CURL_DISABLE_LIBCURL_OPTION */
42 
43 /* to disable POP3 */
44 /* #undef CURL_DISABLE_POP3 */
45 
46 /* to disable proxies */
47 /* #undef CURL_DISABLE_PROXY */
48 
49 /* to disable RTSP */
50 /* #undef CURL_DISABLE_RTSP */
51 
52 /* to disable SMB/CIFS */
53 /* #undef CURL_DISABLE_SMB */
54 
55 /* to disable SMTP */
56 /* #undef CURL_DISABLE_SMTP */
57 
58 /* to disable TELNET */
59 /* #undef CURL_DISABLE_TELNET */
60 
61 /* to disable TFTP */
62 /* #undef CURL_DISABLE_TFTP */
63 
64 /* to disable TLS-SRP authentication */
65 /* #undef CURL_DISABLE_TLS_SRP */
66 
67 /* to disable verbose strings */
68 /* #undef CURL_DISABLE_VERBOSE_STRINGS */
69 
70 /* Definition to make a library symbol externally visible. */
71 #define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
72 
73 /* your Entropy Gathering Daemon socket pathname */
74 /* #undef EGD_SOCKET */
75 
76 /* Define if you want to enable IPv6 support */
77 #define ENABLE_IPV6 1
78 
79 /* Define to the type of arg 2 for gethostname. */
80 #define GETHOSTNAME_TYPE_ARG2 unsigned int
81 
82 /* Define to the type qualifier of arg 1 for getnameinfo. */
83 #define GETNAMEINFO_QUAL_ARG1 const
84 
85 /* Define to the type of arg 1 for getnameinfo. */
86 #define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
87 
88 /* Define to the type of arg 2 for getnameinfo. */
89 #define GETNAMEINFO_TYPE_ARG2 socklen_t
90 
91 /* Define to the type of args 4 and 6 for getnameinfo. */
92 #define GETNAMEINFO_TYPE_ARG46 size_t
93 
94 /* Define to the type of arg 7 for getnameinfo. */
95 #define GETNAMEINFO_TYPE_ARG7 int
96 
97 /* Specifies the number of arguments to getservbyport_r */
98 /* #undef GETSERVBYPORT_R_ARGS */
99 
100 /* Specifies the size of the buffer to pass to getservbyport_r */
101 /* #undef GETSERVBYPORT_R_BUFSIZE */
102 
103 /* Define to 1 if you have the alarm function. */
104 #define HAVE_ALARM 1
105 
106 /* Define to 1 if you have the <alloca.h> header file. */
107 #define HAVE_ALLOCA_H 1
108 
109 /* Define to 1 if you have the <arpa/inet.h> header file. */
110 #define HAVE_ARPA_INET_H 1
111 
112 /* Define to 1 if you have the <arpa/tftp.h> header file. */
113 /* #undef HAVE_ARPA_TFTP_H */
114 
115 /* Define to 1 if you have the <assert.h> header file. */
116 #define HAVE_ASSERT_H 1
117 
118 /* Define to 1 if you have the basename function. */
119 #define HAVE_BASENAME 1
120 
121 /* Define to 1 if bool is an available type. */
122 #define HAVE_BOOL_T 1
123 
124 /* Define to 1 if using BoringSSL. */
125 #define HAVE_BORINGSSL 1
126 
127 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
128 #ifndef __APPLE__
129 /* CLOCK_MONOTONIC is not defined in mac when building for the host. */
130 #define HAVE_CLOCK_GETTIME_MONOTONIC 1
131 #endif
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 #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
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/error-ssl.h> header file. */
149 /* #undef HAVE_CYASSL_ERROR_SSL_H */
150 
151 /* Define to 1 if you have the <cyassl/options.h> header file. */
152 /* #undef HAVE_CYASSL_OPTIONS_H */
153 
154 /* Define to 1 if you have the `DES_set_odd_parity' function. */
155 #define HAVE_DES_SET_ODD_PARITY 1
156 
157 /* Define to 1 if you have the <dlfcn.h> header file. */
158 #define HAVE_DLFCN_H 1
159 
160 /* Define to 1 if you have the `ENGINE_cleanup' function. */
161 /* #undef HAVE_ENGINE_CLEANUP */
162 
163 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
164 /* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
165 
166 /* Define to 1 if you have the <errno.h> header file. */
167 #define HAVE_ERRNO_H 1
168 
169 /* Define to 1 if you have the <err.h> header file. */
170 /* #undef HAVE_ERR_H */
171 
172 /* Define to 1 if you have the fcntl function. */
173 #define HAVE_FCNTL 1
174 
175 /* Define to 1 if you have the <fcntl.h> header file. */
176 #define HAVE_FCNTL_H 1
177 
178 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
179 #define HAVE_FCNTL_O_NONBLOCK 1
180 
181 /* Define to 1 if you have the fdopen function. */
182 #define HAVE_FDOPEN 1
183 
184 /* Define to 1 if you have the `fork' function. */
185 #define HAVE_FORK 1
186 
187 /* Define to 1 if you have the freeaddrinfo function. */
188 #define HAVE_FREEADDRINFO 1
189 
190 /* Define to 1 if you have the freeifaddrs function. */
191 /* #undef HAVE_FREEIFADDRS */
192 
193 /* Define to 1 if you have the fsetxattr function. */
194 #define HAVE_FSETXATTR 1
195 
196 /* fsetxattr() takes 5 args */
197 #define HAVE_FSETXATTR_5 1
198 
199 /* fsetxattr() takes 6 args */
200 /* #undef HAVE_FSETXATTR_6 */
201 
202 /* Define to 1 if you have the ftruncate function. */
203 #define HAVE_FTRUNCATE 1
204 
205 /* Define to 1 if you have the gai_strerror function. */
206 #define HAVE_GAI_STRERROR 1
207 
208 /* Define to 1 if you have a working getaddrinfo function. */
209 #define HAVE_GETADDRINFO 1
210 
211 /* Define to 1 if the getaddrinfo function is threadsafe. */
212 #define HAVE_GETADDRINFO_THREADSAFE 1
213 
214 /* Define to 1 if you have the `geteuid' function. */
215 #define HAVE_GETEUID 1
216 
217 /* Define to 1 if you have the gethostbyaddr function. */
218 #define HAVE_GETHOSTBYADDR 1
219 
220 /* Define to 1 if you have the gethostbyaddr_r function. */
221 #define HAVE_GETHOSTBYADDR_R 1
222 
223 /* gethostbyaddr_r() takes 5 args */
224 /* #undef HAVE_GETHOSTBYADDR_R_5 */
225 
226 /* gethostbyaddr_r() takes 7 args */
227 /* #undef HAVE_GETHOSTBYADDR_R_7 */
228 
229 /* gethostbyaddr_r() takes 8 args */
230 #define HAVE_GETHOSTBYADDR_R_8 1
231 
232 /* Define to 1 if you have the gethostbyname function. */
233 #define HAVE_GETHOSTBYNAME 1
234 
235 /* Define to 1 if you have the gethostbyname_r function. */
236 #define HAVE_GETHOSTBYNAME_R 1
237 
238 /* gethostbyname_r() takes 3 args */
239 /* #undef HAVE_GETHOSTBYNAME_R_3 */
240 
241 /* gethostbyname_r() takes 5 args */
242 /* #undef HAVE_GETHOSTBYNAME_R_5 */
243 
244 /* gethostbyname_r() takes 6 args */
245 #define HAVE_GETHOSTBYNAME_R_6 1
246 
247 /* Define to 1 if you have the gethostname function. */
248 #define HAVE_GETHOSTNAME 1
249 
250 /* Define to 1 if you have a working getifaddrs function. */
251 /* #undef HAVE_GETIFADDRS */
252 
253 /* Define to 1 if you have the getnameinfo function. */
254 #define HAVE_GETNAMEINFO 1
255 
256 /* Define to 1 if you have the `getpass_r' function. */
257 /* #undef HAVE_GETPASS_R */
258 
259 /* Define to 1 if you have the `getppid' function. */
260 #define HAVE_GETPPID 1
261 
262 /* Define to 1 if you have the `getprotobyname' function. */
263 #define HAVE_GETPROTOBYNAME 1
264 
265 /* Define to 1 if you have the `getpwuid' function. */
266 #define HAVE_GETPWUID 1
267 
268 /* Define to 1 if you have the `getpwuid_r' function. */
269 #define HAVE_GETPWUID_R 1
270 
271 /* Define to 1 if you have the `getrlimit' function. */
272 #define HAVE_GETRLIMIT 1
273 
274 /* Define to 1 if you have the getservbyport_r function. */
275 /* #undef HAVE_GETSERVBYPORT_R */
276 
277 /* Define to 1 if you have the `gettimeofday' function. */
278 #define HAVE_GETTIMEOFDAY 1
279 
280 /* Define to 1 if you have a working glibc-style strerror_r function. */
281 /* #undef HAVE_GLIBC_STRERROR_R */
282 
283 /* Define to 1 if you have a working gmtime_r function. */
284 #define HAVE_GMTIME_R 1
285 
286 /* if you have the function gnutls_srp_verifier */
287 /* #undef HAVE_GNUTLS_SRP */
288 
289 /* if you have GSS-API libraries */
290 /* #undef HAVE_GSSAPI */
291 
292 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
293 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
294 
295 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
296 /* #undef HAVE_GSSAPI_GSSAPI_H */
297 
298 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
299 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
300 
301 /* if you have GNU GSS */
302 /* #undef HAVE_GSSGNU */
303 
304 /* if you have Heimdal */
305 /* #undef HAVE_GSSHEIMDAL */
306 
307 /* if you have MIT Kerberos */
308 /* #undef HAVE_GSSMIT */
309 
310 /* Define to 1 if you have the `idna_strerror' function. */
311 /* #undef HAVE_IDNA_STRERROR */
312 
313 /* Define to 1 if you have the `idn_free' function. */
314 /* #undef HAVE_IDN_FREE */
315 
316 /* Define to 1 if you have the <idn-free.h> header file. */
317 /* #undef HAVE_IDN_FREE_H */
318 
319 /* Define to 1 if you have the <ifaddrs.h> header file. */
320 /* #undef HAVE_IFADDRS_H */
321 
322 /* Define to 1 if you have the `if_nametoindex' function. */
323 #define HAVE_IF_NAMETOINDEX 1
324 
325 /* Define to 1 if you have the `inet_addr' function. */
326 #define HAVE_INET_ADDR 1
327 
328 /* Define to 1 if you have the inet_ntoa_r function. */
329 /* #undef HAVE_INET_NTOA_R */
330 
331 /* inet_ntoa_r() takes 2 args */
332 /* #undef HAVE_INET_NTOA_R_2 */
333 
334 /* inet_ntoa_r() takes 3 args */
335 /* #undef HAVE_INET_NTOA_R_3 */
336 
337 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
338 #define HAVE_INET_NTOP 1
339 
340 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
341 #define HAVE_INET_PTON 1
342 
343 /* Define to 1 if you have the <inttypes.h> header file. */
344 #define HAVE_INTTYPES_H 1
345 
346 /* Define to 1 if you have the ioctl function. */
347 #define HAVE_IOCTL 1
348 
349 /* Define to 1 if you have the ioctlsocket function. */
350 /* #undef HAVE_IOCTLSOCKET */
351 
352 /* Define to 1 if you have the IoctlSocket camel case function. */
353 /* #undef HAVE_IOCTLSOCKET_CAMEL */
354 
355 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
356    */
357 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
358 
359 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
360 /* #undef HAVE_IOCTLSOCKET_FIONBIO */
361 
362 /* Define to 1 if you have a working ioctl FIONBIO function. */
363 #define HAVE_IOCTL_FIONBIO 1
364 
365 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
366 #define HAVE_IOCTL_SIOCGIFADDR 1
367 
368 /* Define to 1 if you have the <io.h> header file. */
369 /* #undef HAVE_IO_H */
370 
371 /* Define to 1 if you have the lber.h header file. */
372 /* #undef HAVE_LBER_H */
373 
374 /* Define to 1 if you have the ldapssl.h header file. */
375 /* #undef HAVE_LDAPSSL_H */
376 
377 /* Define to 1 if you have the ldap.h header file. */
378 /* #undef HAVE_LDAP_H */
379 
380 /* Define to 1 if you have the `ldap_init_fd' function. */
381 /* #undef HAVE_LDAP_INIT_FD */
382 
383 /* Use LDAPS implementation */
384 #define HAVE_LDAP_SSL 1
385 
386 /* Define to 1 if you have the ldap_ssl.h header file. */
387 /* #undef HAVE_LDAP_SSL_H */
388 
389 /* Define to 1 if you have the `ldap_url_parse' function. */
390 /* #undef HAVE_LDAP_URL_PARSE */
391 
392 /* Define to 1 if you have the <libgen.h> header file. */
393 #define HAVE_LIBGEN_H 1
394 
395 /* Define to 1 if you have the `idn' library (-lidn). */
396 /* #undef HAVE_LIBIDN */
397 
398 /* Define to 1 if you have the `resolve' library (-lresolve). */
399 /* #undef HAVE_LIBRESOLVE */
400 
401 /* Define to 1 if using libressl. */
402 /* #undef HAVE_LIBRESSL */
403 
404 /* Define to 1 if you have the <librtmp/rtmp.h> header file. */
405 /* #undef HAVE_LIBRTMP_RTMP_H */
406 
407 /* Define to 1 if you have the `ssh2' library (-lssh2). */
408 /* #undef HAVE_LIBSSH2 */
409 
410 /* Define to 1 if you have the <libssh2.h> header file. */
411 /* #undef HAVE_LIBSSH2_H */
412 
413 /* Define to 1 if you have the `ssl' library (-lssl). */
414 #define HAVE_LIBSSL 1
415 
416 /* if zlib is available */
417 #define HAVE_LIBZ 1
418 
419 /* Define to 1 if you have the <limits.h> header file. */
420 #define HAVE_LIMITS_H 1
421 
422 /* if your compiler supports LL */
423 #define HAVE_LL 1
424 
425 /* Define to 1 if you have the <locale.h> header file. */
426 #define HAVE_LOCALE_H 1
427 
428 /* Define to 1 if you have a working localtime_r function. */
429 #define HAVE_LOCALTIME_R 1
430 
431 /* Define to 1 if the compiler supports the 'long long' data type. */
432 #define HAVE_LONGLONG 1
433 
434 /* Define to 1 if you have the malloc.h header file. */
435 #define HAVE_MALLOC_H 1
436 
437 /* Define to 1 if you have the memory.h header file. */
438 #define HAVE_MEMORY_H 1
439 
440 /* Define to 1 if you have the memrchr function or macro. */
441 #ifndef __APPLE__
442 #define HAVE_MEMRCHR 1
443 #endif
444 
445 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
446 #ifndef __APPLE__
447 #define HAVE_MSG_NOSIGNAL 1
448 #endif
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 #define HAVE_OPENSSL_CRYPTO_H 1
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 #define HAVE_OPENSSL_ERR_H 1
480 
481 /* Define to 1 if you have the <openssl/pem.h> header file. */
482 #define HAVE_OPENSSL_PEM_H 1
483 
484 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
485 #define HAVE_OPENSSL_PKCS12_H 1
486 
487 /* Define to 1 if you have the <openssl/rsa.h> header file. */
488 #define HAVE_OPENSSL_RSA_H 1
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 #define HAVE_OPENSSL_SSL_H 1
495 
496 /* Define to 1 if you have the <openssl/x509.h> header file. */
497 #define HAVE_OPENSSL_X509_H 1
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 #define HAVE_RAND_STATUS 1
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 #define HAVE_SSL_GET_SHUTDOWN 1
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 #define HAVE_SYS_UTIME_H 1
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 /* #undef HAVE_TLD_H */
729 
730 /* Define to 1 if you have the `tld_strerror' function. */
731 /* #undef HAVE_TLD_STRERROR */
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 this symbol if your OS supports changing the contents of argv */
767 /* #undef HAVE_WRITABLE_ARGV */
768 
769 /* Define to 1 if you have the writev function. */
770 #define HAVE_WRITEV 1
771 
772 /* Define to 1 if you have the ws2tcpip.h header file. */
773 /* #undef HAVE_WS2TCPIP_H */
774 
775 /* Define to 1 if you have the <x509.h> header file. */
776 /* #undef HAVE_X509_H */
777 
778 /* if you have the zlib.h header file */
779 #define HAVE_ZLIB_H 1
780 
781 /* Define to the sub-directory in which libtool stores uninstalled libraries.
782    */
783 #define LT_OBJDIR ".libs/"
784 
785 /* Define to 1 if you need the lber.h header file even with ldap.h */
786 /* #undef NEED_LBER_H */
787 
788 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
789 /* #undef NEED_MALLOC_H */
790 
791 /* Define to 1 if you need the memory.h header file even with stdlib.h */
792 /* #undef NEED_MEMORY_H */
793 
794 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
795 /* #undef NEED_REENTRANT */
796 
797 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
798 /* #undef NEED_THREAD_SAFE */
799 
800 /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
801 /* #undef NTLM_WB_ENABLED */
802 
803 /* Define absolute filename for winbind's ntlm_auth helper. */
804 /* #undef NTLM_WB_FILE */
805 
806 /* Name of package */
807 #define PACKAGE "curl"
808 
809 /* Define to the address where bug reports for this package should be sent. */
810 #define PACKAGE_BUGREPORT "a suitable curl mailing list: http://curl.haxx.se/mail/"
811 
812 /* Define to the full name of this package. */
813 #define PACKAGE_NAME "curl"
814 
815 /* Define to the full name and version of this package. */
816 #define PACKAGE_STRING "curl -"
817 
818 /* Define to the one symbol short name of this package. */
819 #define PACKAGE_TARNAME "curl"
820 
821 /* Define to the home page for this package. */
822 #define PACKAGE_URL ""
823 
824 /* Define to the version of this package. */
825 #define PACKAGE_VERSION "-"
826 
827 /* a suitable file to read random data from */
828 /* #undef RANDOM_FILE */
829 
830 /* Define to the type of arg 1 for recv. */
831 #define RECV_TYPE_ARG1 int
832 
833 /* Define to the type of arg 2 for recv. */
834 #define RECV_TYPE_ARG2 void *
835 
836 /* Define to the type of arg 3 for recv. */
837 #define RECV_TYPE_ARG3 size_t
838 
839 /* Define to the type of arg 4 for recv. */
840 #define RECV_TYPE_ARG4 int
841 
842 /* Define to the function return type for recv. */
843 #define RECV_TYPE_RETV int
844 
845 /* Define as the return type of signal handlers (`int' or `void'). */
846 #define RETSIGTYPE void
847 
848 /* Define to the type qualifier of arg 5 for select. */
849 #define SELECT_QUAL_ARG5
850 
851 /* Define to the type of arg 1 for select. */
852 #define SELECT_TYPE_ARG1 int
853 
854 /* Define to the type of args 2, 3 and 4 for select. */
855 #define SELECT_TYPE_ARG234 fd_set *
856 
857 /* Define to the type of arg 5 for select. */
858 #define SELECT_TYPE_ARG5 struct timeval *
859 
860 /* Define to the function return type for select. */
861 #define SELECT_TYPE_RETV int
862 
863 /* Define to the type qualifier of arg 2 for send. */
864 #define SEND_QUAL_ARG2 const
865 
866 /* Define to the type of arg 1 for send. */
867 #define SEND_TYPE_ARG1 int
868 
869 /* Define to the type of arg 2 for send. */
870 #define SEND_TYPE_ARG2 void *
871 
872 /* Define to the type of arg 3 for send. */
873 #define SEND_TYPE_ARG3 size_t
874 
875 /* Define to the type of arg 4 for send. */
876 #define SEND_TYPE_ARG4 int
877 
878 /* Define to the function return type for send. */
879 #define SEND_TYPE_RETV int
880 
881 /* The size of `long long', as computed by sizeof. */
882 /* #undef SIZEOF_LONG_LONG */
883 
884 /* The size of `off_t', as computed by sizeof. */
885 #define SIZEOF_OFF_T 8
886 
887 /* Define to 1 if you have the ANSI C header files. */
888 #define STDC_HEADERS 1
889 
890 /* Define to the type of arg 3 for strerror_r. */
891 #define STRERROR_R_TYPE_ARG3 size_t
892 
893 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
894 #define TIME_WITH_SYS_TIME 1
895 
896 /* Define to enable c-ares support */
897 /* #undef USE_ARES */
898 
899 /* if axTLS is enabled */
900 /* #undef USE_AXTLS */
901 
902 /* if CyaSSL is enabled */
903 /* #undef USE_CYASSL */
904 
905 /* to enable iOS/Mac OS X native SSL/TLS support */
906 /* #undef USE_DARWINSSL */
907 
908 /* if GnuTLS is enabled */
909 /* #undef USE_GNUTLS */
910 
911 /* if GnuTLS uses nettle as crypto backend */
912 /* #undef USE_GNUTLS_NETTLE */
913 
914 /* if librtmp is in use */
915 /* #undef USE_LIBRTMP */
916 
917 /* if libSSH2 is in use */
918 /* #undef USE_LIBSSH2 */
919 
920 /* If you want to build curl with the built-in manual */
921 #define USE_MANUAL 1
922 
923 /* Define to enable metalink support */
924 /* #undef USE_METALINK */
925 
926 /* if nghttp2 is in use */
927 /* #undef USE_NGHTTP2 */
928 
929 /* if NSS is enabled */
930 /* #undef USE_NSS */
931 
932 /* Use OpenLDAP-specific code */
933 /* #undef USE_OPENLDAP */
934 
935 /* if OpenSSL is in use */
936 #define USE_OPENSSL 1
937 
938 /* if PolarSSL is enabled */
939 /* #undef USE_POLARSSL */
940 
941 /* to enable Windows native SSL/TLS support */
942 /* #undef USE_SCHANNEL */
943 
944 /* if you want POSIX threaded DNS lookup */
945 /* #undef USE_THREADS_POSIX */
946 
947 /* Use TLS-SRP authentication */
948 /* #undef USE_TLS_SRP */
949 
950 /* Use Unix domain sockets */
951 #define USE_UNIX_SOCKETS 1
952 
953 /* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
954 /* #undef USE_WIN32_IDN */
955 
956 /* Define to 1 if you are building a Windows target with large file support.
957    */
958 /* #undef USE_WIN32_LARGE_FILES */
959 
960 /* Use Windows LDAP implementation */
961 /* #undef USE_WIN32_LDAP */
962 
963 /* Define to 1 if you are building a Windows target without large file
964    support. */
965 /* #undef USE_WIN32_SMALL_FILES */
966 
967 /* to enable SSPI support */
968 /* #undef USE_WINDOWS_SSPI */
969 
970 /* Version number of package */
971 #define VERSION "-"
972 
973 /* Define to 1 to provide own prototypes. */
974 /* #undef WANT_IDN_PROTOTYPES */
975 
976 /* Define to avoid automatic inclusion of winsock.h */
977 /* #undef WIN32_LEAN_AND_MEAN */
978 
979 /* Define to 1 if OS is AIX. */
980 #ifndef _ALL_SOURCE
981 /* #  undef _ALL_SOURCE */
982 #endif
983 
984 /* Enable large inode numbers on Mac OS X 10.5.  */
985 #ifndef _DARWIN_USE_64_BIT_INODE
986 # define _DARWIN_USE_64_BIT_INODE 1
987 #endif
988 
989 /* Number of bits in a file offset, on hosts where this is settable. */
990 #define _FILE_OFFSET_BITS 64
991 
992 /* Define for large files, on AIX-style hosts. */
993 /* #undef _LARGE_FILES */
994 
995 /* Define to empty if `const' does not conform to ANSI C. */
996 /* #undef const */
997 
998 /* Type to use in place of in_addr_t when system does not provide it. */
999 /* #undef in_addr_t */
1000 
1001 /* Define to `__inline__' or `__inline' if that's what the C compiler
1002    calls it, or to nothing if 'inline' is not supported under any name.  */
1003 #ifndef __cplusplus
1004 /* #undef inline */
1005 #endif
1006 
1007 /* Define to `unsigned int' if <sys/types.h> does not define. */
1008 /* #undef size_t */
1009 
1010 /* the signed version of size_t */
1011 /* #undef ssize_t */
1012