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