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