source: asp3_tinet_ecnl_arm/trunk/curl-7.57.0/lib/curl_config.h@ 352

Last change on this file since 352 was 352, checked in by coas-nagasima, 6 years ago

arm向けASP3版ECNLを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 28.2 KB
Line 
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/* Default SSL backend */
14/* #undef CURL_DEFAULT_SSL_BACKEND */
15
16/* to disable cookies support */
17/* #undef CURL_DISABLE_COOKIES */
18
19/* to disable cryptographic authentication */
20/* #undef CURL_DISABLE_CRYPTO_AUTH */
21
22/* to disable DICT */
23/* #undef CURL_DISABLE_DICT */
24
25/* to disable FILE */
26/* #undef CURL_DISABLE_FILE */
27
28/* to disable FTP */
29/* #undef CURL_DISABLE_FTP */
30
31/* to disable Gopher */
32/* #undef CURL_DISABLE_GOPHER */
33
34/* to disable HTTP */
35/* #undef CURL_DISABLE_HTTP */
36
37/* to disable IMAP */
38/* #undef CURL_DISABLE_IMAP */
39
40/* to disable LDAP */
41#define CURL_DISABLE_LDAP 1
42
43/* to disable LDAPS */
44#define CURL_DISABLE_LDAPS 1
45
46/* to disable --libcurl C code generation option */
47/* #undef CURL_DISABLE_LIBCURL_OPTION */
48
49/* to disable POP3 */
50/* #undef CURL_DISABLE_POP3 */
51
52/* to disable proxies */
53/* #undef CURL_DISABLE_PROXY */
54
55/* to disable RTSP */
56/* #undef CURL_DISABLE_RTSP */
57
58/* to disable SMB/CIFS */
59/* #undef CURL_DISABLE_SMB */
60
61/* to disable SMTP */
62/* #undef CURL_DISABLE_SMTP */
63
64/* to disable TELNET */
65/* #undef CURL_DISABLE_TELNET */
66
67/* to disable TFTP */
68/* #undef CURL_DISABLE_TFTP */
69
70/* to disable TLS-SRP authentication */
71/* #undef CURL_DISABLE_TLS_SRP */
72
73/* to disable verbose strings */
74/* #undef CURL_DISABLE_VERBOSE_STRINGS */
75
76/* Definition to make a library symbol externally visible. */
77#define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
78
79/* built with multiple SSL backends */
80/* #undef CURL_WITH_MULTI_SSL */
81
82/* your Entropy Gathering Daemon socket pathname */
83/* #undef EGD_SOCKET */
84
85/* Define if you want to enable IPv6 support */
86/* #undef ENABLE_IPV6 */
87
88/* Define to the type of arg 2 for gethostname. */
89/* #undef GETHOSTNAME_TYPE_ARG2 */
90
91/* Define to the type qualifier of arg 1 for getnameinfo. */
92#define GETNAMEINFO_QUAL_ARG1 const
93
94/* Define to the type of arg 1 for getnameinfo. */
95#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
96
97/* Define to the type of arg 2 for getnameinfo. */
98#define GETNAMEINFO_TYPE_ARG2 socklen_t
99
100/* Define to the type of args 4 and 6 for getnameinfo. */
101#define GETNAMEINFO_TYPE_ARG46 size_t
102
103/* Define to the type of arg 7 for getnameinfo. */
104#define GETNAMEINFO_TYPE_ARG7 int
105
106/* Specifies the number of arguments to getservbyport_r */
107/* #undef GETSERVBYPORT_R_ARGS */
108
109/* Specifies the size of the buffer to pass to getservbyport_r */
110/* #undef GETSERVBYPORT_R_BUFSIZE */
111
112/* Define to 1 if you have the alarm function. */
113#define HAVE_ALARM 1
114
115/* Define to 1 if you have the <alloca.h> header file. */
116#define HAVE_ALLOCA_H 1
117
118/* Define to 1 if you have the <arpa/inet.h> header file. */
119#define HAVE_ARPA_INET_H 1
120
121/* Define to 1 if you have the <arpa/tftp.h> header file. */
122#define HAVE_ARPA_TFTP_H 1
123
124/* Define to 1 if you have the <assert.h> header file. */
125#define HAVE_ASSERT_H 1
126
127/* Define to 1 if you have the basename function. */
128#define HAVE_BASENAME 1
129
130/* Define to 1 if bool is an available type. */
131#define HAVE_BOOL_T 1
132
133/* Define to 1 if using BoringSSL. */
134/* #undef HAVE_BORINGSSL */
135
136/* if BROTLI is in use */
137/* #undef HAVE_BROTLI */
138
139/* Define to 1 if you have the <brotli/decode.h> header file. */
140/* #undef HAVE_BROTLI_DECODE_H */
141
142/* Define to 1 if you have the __builtin_available function. */
143/* #undef HAVE_BUILTIN_AVAILABLE */
144
145/* Define to 1 if you have the clock_gettime function and monotonic timer. */
146#define HAVE_CLOCK_GETTIME_MONOTONIC 1
147
148/* Define to 1 if you have the closesocket function. */
149/* #undef HAVE_CLOSESOCKET */
150
151/* Define to 1 if you have the CloseSocket camel case function. */
152/* #undef HAVE_CLOSESOCKET_CAMEL */
153
154/* Define to 1 if you have the connect function. */
155/* #undef HAVE_CONNECT */
156
157/* Define to 1 if you have the <crypto.h> header file. */
158/* #undef HAVE_CRYPTO_H */
159
160/* Define to 1 if you have the `CyaSSL_CTX_UseSupportedCurve' function. */
161/* #undef HAVE_CYASSL_CTX_USESUPPORTEDCURVE */
162
163/* Define to 1 if you have the <cyassl/error-ssl.h> header file. */
164#define HAVE_CYASSL_ERROR_SSL_H 1
165
166/* Define to 1 if you have the `CyaSSL_get_peer_certificate' function. */
167/* #undef HAVE_CYASSL_GET_PEER_CERTIFICATE */
168
169/* Define to 1 if you have the <cyassl/options.h> header file. */
170/* #undef HAVE_CYASSL_OPTIONS_H */
171
172/* Define to 1 if you have the <dlfcn.h> header file. */
173#define HAVE_DLFCN_H 1
174
175/* Define to 1 if you have the `ENGINE_cleanup' function. */
176/* #undef HAVE_ENGINE_CLEANUP */
177
178/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
179#define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
180
181/* Define to 1 if you have the <errno.h> header file. */
182#define HAVE_ERRNO_H 1
183
184/* Define to 1 if you have the <err.h> header file. */
185/* #undef HAVE_ERR_H */
186
187/* Define to 1 if you have the fcntl function. */
188#define HAVE_FCNTL 1
189
190/* Define to 1 if you have the <fcntl.h> header file. */
191#define HAVE_FCNTL_H 1
192
193/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
194#define HAVE_FCNTL_O_NONBLOCK 1
195
196/* Define to 1 if you have the fdopen function. */
197#define HAVE_FDOPEN 1
198
199/* Define to 1 if you have the freeaddrinfo function. */
200/* #undef HAVE_FREEADDRINFO */
201
202/* Define to 1 if you have the freeifaddrs function. */
203/* #undef HAVE_FREEIFADDRS */
204
205/* Define to 1 if you have the fsetxattr function. */
206/* #undef HAVE_FSETXATTR */
207
208/* fsetxattr() takes 5 args */
209/* #undef HAVE_FSETXATTR_5 */
210
211/* fsetxattr() takes 6 args */
212/* #undef HAVE_FSETXATTR_6 */
213
214/* Define to 1 if you have the ftruncate function. */
215#define HAVE_FTRUNCATE 1
216
217/* Define to 1 if you have the gai_strerror function. */
218/* #undef HAVE_GAI_STRERROR */
219
220/* Define to 1 if you have a working getaddrinfo function. */
221/* #undef HAVE_GETADDRINFO */
222
223/* Define to 1 if the getaddrinfo function is threadsafe. */
224/* #undef HAVE_GETADDRINFO_THREADSAFE */
225
226/* Define to 1 if you have the `geteuid' function. */
227/* #undef HAVE_GETEUID */
228
229/* Define to 1 if you have the gethostbyaddr function. */
230/* #undef HAVE_GETHOSTBYADDR */
231
232/* Define to 1 if you have the gethostbyaddr_r function. */
233/* #undef HAVE_GETHOSTBYADDR_R */
234
235/* gethostbyaddr_r() takes 5 args */
236/* #undef HAVE_GETHOSTBYADDR_R_5 */
237
238/* gethostbyaddr_r() takes 7 args */
239/* #undef HAVE_GETHOSTBYADDR_R_7 */
240
241/* gethostbyaddr_r() takes 8 args */
242/* #undef HAVE_GETHOSTBYADDR_R_8 */
243
244/* Define to 1 if you have the gethostbyname function. */
245#define HAVE_GETHOSTBYNAME 1
246
247/* Define to 1 if you have the gethostbyname_r function. */
248/* #undef HAVE_GETHOSTBYNAME_R */
249
250/* gethostbyname_r() takes 3 args */
251/* #undef HAVE_GETHOSTBYNAME_R_3 */
252
253/* gethostbyname_r() takes 5 args */
254/* #undef HAVE_GETHOSTBYNAME_R_5 */
255
256/* gethostbyname_r() takes 6 args */
257/* #undef HAVE_GETHOSTBYNAME_R_6 */
258
259/* Define to 1 if you have the gethostname function. */
260/* #undef HAVE_GETHOSTNAME */
261
262/* Define to 1 if you have a working getifaddrs function. */
263/* #undef HAVE_GETIFADDRS */
264
265/* Define to 1 if you have the getnameinfo function. */
266#define HAVE_GETNAMEINFO 1
267
268/* Define to 1 if you have the `getpass_r' function. */
269/* #undef HAVE_GETPASS_R */
270
271/* Define to 1 if you have the `getppid' function. */
272/* #define HAVE_GETPPID */
273
274/* Define to 1 if you have the `getpwuid' function. */
275/* #define HAVE_GETPWUID */
276
277/* Define to 1 if you have the `getpwuid_r' function. */
278/* #undef HAVE_GETPWUID_R */
279
280/* Define to 1 if you have the `getrlimit' function. */
281#define HAVE_GETRLIMIT 1
282
283/* Define to 1 if you have the getservbyport_r function. */
284/* #undef HAVE_GETSERVBYPORT_R */
285
286/* Define to 1 if you have the `gettimeofday' function. */
287#define HAVE_GETTIMEOFDAY 1
288
289/* Define to 1 if you have a working glibc-style strerror_r function. */
290/* #undef HAVE_GLIBC_STRERROR_R */
291
292/* Define to 1 if you have a working gmtime_r function. */
293#define HAVE_GMTIME_R 1
294
295/* Define to 1 if you have the `gnutls_alpn_set_protocols' function. */
296/* #undef HAVE_GNUTLS_ALPN_SET_PROTOCOLS */
297
298/* Define to 1 if you have the `gnutls_certificate_set_x509_key_file2'
299 function. */
300/* #undef HAVE_GNUTLS_CERTIFICATE_SET_X509_KEY_FILE2 */
301
302/* Define to 1 if you have the `gnutls_ocsp_req_init' function. */
303/* #undef HAVE_GNUTLS_OCSP_REQ_INIT */
304
305/* if you have the function gnutls_srp_verifier */
306/* #undef HAVE_GNUTLS_SRP */
307
308/* if you have GSS-API libraries */
309/* #undef HAVE_GSSAPI */
310
311/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
312/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
313
314/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
315/* #undef HAVE_GSSAPI_GSSAPI_H */
316
317/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
318/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
319
320/* if you have GNU GSS */
321/* #undef HAVE_GSSGNU */
322
323/* if you have Heimdal */
324/* #undef HAVE_GSSHEIMDAL */
325
326/* if you have MIT Kerberos */
327/* #undef HAVE_GSSMIT */
328
329/* Define to 1 if you have the <idn2.h> header file. */
330/* #undef HAVE_IDN2_H */
331
332/* Define to 1 if you have the <ifaddrs.h> header file. */
333#define HAVE_IFADDRS_H 1
334
335/* Define to 1 if you have the `if_nametoindex' function. */
336#define HAVE_IF_NAMETOINDEX 1
337
338/* Define to 1 if you have the inet_ntoa_r function. */
339/* #undef HAVE_INET_NTOA_R */
340
341/* inet_ntoa_r() takes 2 args */
342/* #undef HAVE_INET_NTOA_R_2 */
343
344/* inet_ntoa_r() takes 3 args */
345/* #undef HAVE_INET_NTOA_R_3 */
346
347/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
348/* #undef HAVE_INET_NTOP */
349
350/* Define to 1 if you have a IPv6 capable working inet_pton function. */
351/* #undef HAVE_INET_PTON */
352
353/* Define to 1 if you have the <inttypes.h> header file. */
354#define HAVE_INTTYPES_H 1
355
356/* Define to 1 if you have the ioctl function. */
357/* #undef HAVE_IOCTL */
358
359/* Define to 1 if you have the ioctlsocket function. */
360/* #undef HAVE_IOCTLSOCKET */
361
362/* Define to 1 if you have the IoctlSocket camel case function. */
363/* #undef HAVE_IOCTLSOCKET_CAMEL */
364
365/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
366 */
367/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
368
369/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
370/* #undef HAVE_IOCTLSOCKET_FIONBIO */
371
372/* Define to 1 if you have a working ioctl FIONBIO function. */
373/* #undef HAVE_IOCTL_FIONBIO */
374
375/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
376/* #undef HAVE_IOCTL_SIOCGIFADDR */
377
378/* Define to 1 if you have the <io.h> header file. */
379/* #undef HAVE_IO_H */
380
381/* Define to 1 if you have the lber.h header file. */
382/* #undef HAVE_LBER_H */
383
384/* Define to 1 if you have the ldapssl.h header file. */
385/* #undef HAVE_LDAPSSL_H */
386
387/* Define to 1 if you have the ldap.h header file. */
388/* #undef HAVE_LDAP_H */
389
390/* Define to 1 if you have the `ldap_init_fd' function. */
391/* #undef HAVE_LDAP_INIT_FD */
392
393/* Use LDAPS implementation */
394#define HAVE_LDAP_SSL 1
395
396/* Define to 1 if you have the ldap_ssl.h header file. */
397/* #undef HAVE_LDAP_SSL_H */
398
399/* Define to 1 if you have the `ldap_url_parse' function. */
400/* #undef HAVE_LDAP_URL_PARSE */
401
402/* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
403/* #undef HAVE_LIBBROTLIDEC */
404
405/* Define to 1 if you have the <libgen.h> header file. */
406#define HAVE_LIBGEN_H 1
407
408/* Define to 1 if you have the `idn2' library (-lidn2). */
409/* #undef HAVE_LIBIDN2 */
410
411/* Define to 1 if using libressl. */
412/* #undef HAVE_LIBRESSL */
413
414/* Define to 1 if you have the <librtmp/rtmp.h> header file. */
415/* #undef HAVE_LIBRTMP_RTMP_H */
416
417/* Define to 1 if you have the `ssh2' library (-lssh2). */
418/* #undef HAVE_LIBSSH2 */
419
420/* Define to 1 if you have the <libssh2.h> header file. */
421/* #undef HAVE_LIBSSH2_H */
422
423/* Define to 1 if you have the `ssl' library (-lssl). */
424#define HAVE_LIBSSL 1
425
426/* if zlib is available */
427#define HAVE_LIBZ 1
428
429/* Define to 1 if you have the <limits.h> header file. */
430#define HAVE_LIMITS_H 1
431
432/* Define to 1 if you have the <linux/tcp.h> header file. */
433/* #undef HAVE_LINUX_TCP_H */
434
435/* if your compiler supports LL */
436#define HAVE_LL 1
437
438/* Define to 1 if you have the <locale.h> header file. */
439#define HAVE_LOCALE_H 1
440
441/* Define to 1 if you have a working localtime_r function. */
442#define HAVE_LOCALTIME_R 1
443
444/* Define to 1 if the compiler supports the 'long long' data type. */
445#define HAVE_LONGLONG 1
446
447/* Define to 1 if you have the `mach_absolute_time' function. */
448/* #undef HAVE_MACH_ABSOLUTE_TIME */
449
450/* Define to 1 if you have the malloc.h header file. */
451#define HAVE_MALLOC_H 1
452
453/* Define to 1 if you have the memory.h header file. */
454#define HAVE_MEMORY_H 1
455
456/* Define to 1 if you have the memrchr function or macro. */
457/* #undef HAVE_MEMRCHR */
458
459/* Define to 1 if you have the MSG_NOSIGNAL flag. */
460#define HAVE_MSG_NOSIGNAL 1
461
462/* Define to 1 if you have the <netdb.h> header file. */
463#define HAVE_NETDB_H 1
464
465/* Define to 1 if you have the <netinet/in.h> header file. */
466#define HAVE_NETINET_IN_H 1
467
468/* Define to 1 if you have the <netinet/tcp.h> header file. */
469#define HAVE_NETINET_TCP_H 1
470
471/* Define to 1 if you have the <net/if.h> header file. */
472#define HAVE_NET_IF_H 1
473
474/* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
475/* #undef HAVE_NGHTTP2_NGHTTP2_H */
476
477/* Define to 1 if NI_WITHSCOPEID exists and works. */
478/* #undef HAVE_NI_WITHSCOPEID */
479
480/* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
481 */
482/* #undef HAVE_OLD_GSSMIT */
483
484/* Define to 1 if you have the <openssl/crypto.h> header file. */
485#define HAVE_OPENSSL_CRYPTO_H 1
486
487/* Define to 1 if you have the <openssl/engine.h> header file. */
488#define HAVE_OPENSSL_ENGINE_H 1
489
490/* Define to 1 if you have the <openssl/err.h> header file. */
491#define HAVE_OPENSSL_ERR_H 1
492
493/* Define to 1 if you have the <openssl/pem.h> header file. */
494#define HAVE_OPENSSL_PEM_H 1
495
496/* Define to 1 if you have the <openssl/rsa.h> header file. */
497#define HAVE_OPENSSL_RSA_H 1
498
499/* if you have the function SRP_Calc_client_key */
500#define HAVE_OPENSSL_SRP 1
501
502/* Define to 1 if you have the <openssl/ssl.h> header file. */
503#define HAVE_OPENSSL_SSL_H 1
504
505/* Define to 1 if you have the <openssl/x509.h> header file. */
506#define HAVE_OPENSSL_X509_H 1
507
508/* Define to 1 if you have the <pem.h> header file. */
509/* #undef HAVE_PEM_H */
510
511/* Define to 1 if you have the `pipe' function. */
512/* #undef HAVE_PIPE */
513
514/* Define to 1 if you have a working poll function. */
515/* #undef HAVE_POLL */
516
517/* If you have a fine poll */
518/* #undef HAVE_POLL_FINE */
519
520/* Define to 1 if you have the <poll.h> header file. */
521#define HAVE_POLL_H 1
522
523/* Define to 1 if you have a working POSIX-style strerror_r function. */
524#define HAVE_POSIX_STRERROR_R 1
525
526/* if you have <pthread.h> */
527/* #undef HAVE_PTHREAD_H */
528
529/* Define to 1 if you have the <pwd.h> header file. */
530#define HAVE_PWD_H 1
531
532/* Define to 1 if you have the `RAND_egd' function. */
533/* #undef HAVE_RAND_EGD */
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/* #undef HAVE_SETSOCKOPT */
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/* #undef HAVE_SGTTY_H */
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/* #undef HAVE_SIGINTERRUPT */
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/* #undef HAVE_SIGSETJMP */
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/* #undef HAVE_SOCKETPAIR */
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#define HAVE_STROPTS_H 1
654
655/* Define to 1 if you have the strstr function. */
656#define HAVE_STRSTR 1
657
658/* Define to 1 if you have the strtok_r function. */
659#define HAVE_STRTOK_R 1
660
661/* Define to 1 if you have the strtoll function. */
662#define HAVE_STRTOLL 1
663
664/* if struct sockaddr_storage is defined */
665#define HAVE_STRUCT_SOCKADDR_STORAGE 1
666
667/* Define to 1 if you have the timeval struct. */
668#define HAVE_STRUCT_TIMEVAL 1
669
670/* Define to 1 if you have the <sys/filio.h> header file. */
671/* #undef HAVE_SYS_FILIO_H */
672
673/* Define to 1 if you have the <sys/ioctl.h> header file. */
674#define HAVE_SYS_IOCTL_H 1
675
676/* Define to 1 if you have the <sys/param.h> header file. */
677#define HAVE_SYS_PARAM_H 1
678
679/* Define to 1 if you have the <sys/poll.h> header file. */
680#define HAVE_SYS_POLL_H 1
681
682/* Define to 1 if you have the <sys/resource.h> header file. */
683#define HAVE_SYS_RESOURCE_H 1
684
685/* Define to 1 if you have the <sys/select.h> header file. */
686#define HAVE_SYS_SELECT_H 1
687
688/* Define to 1 if you have the <sys/socket.h> header file. */
689#define HAVE_SYS_SOCKET_H 1
690
691/* Define to 1 if you have the <sys/sockio.h> header file. */
692/* #undef HAVE_SYS_SOCKIO_H */
693
694/* Define to 1 if you have the <sys/stat.h> header file. */
695#define HAVE_SYS_STAT_H 1
696
697/* Define to 1 if you have the <sys/time.h> header file. */
698#define HAVE_SYS_TIME_H 1
699
700/* Define to 1 if you have the <sys/types.h> header file. */
701#define HAVE_SYS_TYPES_H 1
702
703/* Define to 1 if you have the <sys/uio.h> header file. */
704#define HAVE_SYS_UIO_H 1
705
706/* Define to 1 if you have the <sys/un.h> header file. */
707#define HAVE_SYS_UN_H 1
708
709/* Define to 1 if you have the <sys/utime.h> header file. */
710/* #undef HAVE_SYS_UTIME_H */
711
712/* Define to 1 if you have the <sys/wait.h> header file. */
713#define HAVE_SYS_WAIT_H 1
714
715/* Define to 1 if you have the <sys/xattr.h> header file. */
716#define HAVE_SYS_XATTR_H 1
717
718/* Define to 1 if you have the <termios.h> header file. */
719#define HAVE_TERMIOS_H 1
720
721/* Define to 1 if you have the <termio.h> header file. */
722/* #undef HAVE_TERMIO_H */
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 <unistd.h> header file. */
728#define HAVE_UNISTD_H 1
729
730/* Define to 1 if you have the `utime' function. */
731#define HAVE_UTIME 1
732
733/* Define to 1 if you have the `utimes' function. */
734#define HAVE_UTIMES 1
735
736/* Define to 1 if you have the <utime.h> header file. */
737#define HAVE_UTIME_H 1
738
739/* Define to 1 if compiler supports C99 variadic macro style. */
740#define HAVE_VARIADIC_MACROS_C99 1
741
742/* Define to 1 if compiler supports old gcc variadic macro style. */
743#define HAVE_VARIADIC_MACROS_GCC 1
744
745/* Define to 1 if you have the winber.h header file. */
746/* #undef HAVE_WINBER_H */
747
748/* Define to 1 if you have the windows.h header file. */
749/* #undef HAVE_WINDOWS_H */
750
751/* Define to 1 if you have the winldap.h header file. */
752/* #undef HAVE_WINLDAP_H */
753
754/* Define to 1 if you have the winsock2.h header file. */
755/* #undef HAVE_WINSOCK2_H */
756
757/* Define to 1 if you have the winsock.h header file. */
758/* #undef HAVE_WINSOCK_H */
759
760/* Define to 1 if you have the `wolfSSLv3_client_method' function. */
761/* #undef HAVE_WOLFSSLV3_CLIENT_METHOD */
762
763/* Define to 1 if you have the `wolfSSL_CTX_UseSupportedCurve' function. */
764/* #undef HAVE_WOLFSSL_CTX_USESUPPORTEDCURVE */
765
766/* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
767/* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */
768
769/* Define to 1 if you have the `wolfSSL_UseALPN' function. */
770/* #undef HAVE_WOLFSSL_USEALPN */
771
772/* Define this symbol if your OS supports changing the contents of argv */
773/* #undef HAVE_WRITABLE_ARGV */
774
775/* Define to 1 if you have the writev function. */
776/* #undef HAVE_WRITEV */
777
778/* Define to 1 if you have the ws2tcpip.h header file. */
779/* #undef HAVE_WS2TCPIP_H */
780
781/* Define to 1 if you have the <x509.h> header file. */
782/* #undef HAVE_X509_H */
783
784/* if you have the zlib.h header file */
785#define HAVE_ZLIB_H 1
786
787/* Define to the sub-directory where libtool stores uninstalled libraries. */
788#define LT_OBJDIR ".libs/"
789
790/* Define to 1 if you need the lber.h header file even with ldap.h */
791/* #undef NEED_LBER_H */
792
793/* Define to 1 if you need the malloc.h header file even with stdlib.h */
794/* #undef NEED_MALLOC_H */
795
796/* Define to 1 if you need the memory.h header file even with stdlib.h */
797/* #undef NEED_MEMORY_H */
798
799/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
800/* #undef NEED_REENTRANT */
801
802/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
803/* #undef NEED_THREAD_SAFE */
804
805/* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
806#define NTLM_WB_ENABLED 1
807
808/* Define absolute filename for winbind's ntlm_auth helper. */
809#define NTLM_WB_FILE "/usr/bin/ntlm_auth"
810
811/* cpu-machine-OS */
812#define OS "arm-none-eabi"
813
814/* Name of package */
815#define PACKAGE "curl"
816
817/* Define to the address where bug reports for this package should be sent. */
818#define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.haxx.se/mail/"
819
820/* Define to the full name of this package. */
821#define PACKAGE_NAME "curl"
822
823/* Define to the full name and version of this package. */
824#define PACKAGE_STRING "curl -"
825
826/* Define to the one symbol short name of this package. */
827#define PACKAGE_TARNAME "curl"
828
829/* Define to the home page for this package. */
830#define PACKAGE_URL ""
831
832/* Define to the version of this package. */
833#define PACKAGE_VERSION "-"
834
835/* a suitable file to read random data from */
836/* #undef RANDOM_FILE */
837
838/* Define to the type of arg 1 for recv. */
839#define RECV_TYPE_ARG1 int
840
841/* Define to the type of arg 2 for recv. */
842#define RECV_TYPE_ARG2 void *
843
844/* Define to the type of arg 3 for recv. */
845#define RECV_TYPE_ARG3 size_t
846
847/* Define to the type of arg 4 for recv. */
848#define RECV_TYPE_ARG4 int
849
850/* Define to the function return type for recv. */
851#define RECV_TYPE_RETV int
852
853/* Define as the return type of signal handlers (`int' or `void'). */
854#define RETSIGTYPE void
855
856/* Define to the type qualifier of arg 5 for select. */
857#define SELECT_QUAL_ARG5
858
859/* Define to the type of arg 1 for select. */
860#define SELECT_TYPE_ARG1 int
861
862/* Define to the type of args 2, 3 and 4 for select. */
863#define SELECT_TYPE_ARG234 fd_set *
864
865/* Define to the type of arg 5 for select. */
866#define SELECT_TYPE_ARG5 struct timeval *
867
868/* Define to the function return type for select. */
869#define SELECT_TYPE_RETV int
870
871/* Define to the type qualifier of arg 2 for send. */
872#define SEND_QUAL_ARG2 const
873
874/* Define to the type of arg 1 for send. */
875#define SEND_TYPE_ARG1 int
876
877/* Define to the type of arg 2 for send. */
878#define SEND_TYPE_ARG2 void *
879
880/* Define to the type of arg 3 for send. */
881#define SEND_TYPE_ARG3 size_t
882
883/* Define to the type of arg 4 for send. */
884#define SEND_TYPE_ARG4 int
885
886/* Define to the function return type for send. */
887#define SEND_TYPE_RETV int
888
889/* The size of `curl_off_t', as computed by sizeof. */
890#define SIZEOF_CURL_OFF_T 8
891
892/* The size of `int', as computed by sizeof. */
893#define SIZEOF_INT 4
894
895/* The size of `long', as computed by sizeof. */
896#define SIZEOF_LONG 4
897
898/* The size of `long long', as computed by sizeof. */
899#define SIZEOF_LONG_LONG 8
900
901/* The size of `off_t', as computed by sizeof. */
902#define SIZEOF_OFF_T 8
903
904/* The size of `short', as computed by sizeof. */
905#define SIZEOF_SHORT 2
906
907/* The size of `size_t', as computed by sizeof. */
908#define SIZEOF_SIZE_T 4
909
910/* The size of `time_t', as computed by sizeof. */
911#define SIZEOF_TIME_T 4
912
913/* Define to 1 if you have the ANSI C header files. */
914#define STDC_HEADERS 1
915
916/* Define to the type of arg 3 for strerror_r. */
917#define STRERROR_R_TYPE_ARG3 size_t
918
919/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
920#define TIME_WITH_SYS_TIME 1
921
922/* Define to enable c-ares support */
923/* #undef USE_ARES */
924
925/* if axTLS is enabled */
926/* #undef USE_AXTLS */
927
928/* if CyaSSL/WolfSSL is enabled */
929#define USE_CYASSL 1
930
931/* to enable Apple OS native SSL/TLS support */
932/* #undef USE_DARWINSSL */
933
934/* if GnuTLS is enabled */
935/* #undef USE_GNUTLS */
936
937/* if GnuTLS uses nettle as crypto backend */
938/* #undef USE_GNUTLS_NETTLE */
939
940/* PSL support enabled */
941/* #undef USE_LIBPSL */
942
943/* if librtmp is in use */
944/* #undef USE_LIBRTMP */
945
946/* if libSSH2 is in use */
947/* #undef USE_LIBSSH2 */
948
949/* If you want to build curl with the built-in manual */
950#define USE_MANUAL 1
951
952/* if mbedTLS is enabled */
953/* #undef USE_MBEDTLS */
954
955/* Define to enable metalink support */
956/* #undef USE_METALINK */
957
958/* if nghttp2 is in use */
959/* #undef USE_NGHTTP2 */
960
961/* if NSS is enabled */
962/* #undef USE_NSS */
963
964/* Use OpenLDAP-specific code */
965/* #undef USE_OPENLDAP */
966
967/* if OpenSSL is in use */
968/* #undef USE_OPENSSL */
969
970/* if PolarSSL is enabled */
971/* #undef USE_POLARSSL */
972
973/* to enable Windows native SSL/TLS support */
974/* #undef USE_SCHANNEL */
975
976/* if you want POSIX threaded DNS lookup */
977/* #undef USE_THREADS_POSIX */
978
979/* if you want Win32 threaded DNS lookup */
980/* #undef USE_THREADS_WIN32 */
981
982/* Use TLS-SRP authentication */
983#define USE_TLS_SRP 1
984
985/* Use Unix domain sockets */
986#define USE_UNIX_SOCKETS 1
987
988/* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
989/* #undef USE_WIN32_IDN */
990
991/* Define to 1 if you are building a Windows target with large file support.
992 */
993/* #undef USE_WIN32_LARGE_FILES */
994
995/* Use Windows LDAP implementation */
996/* #undef USE_WIN32_LDAP */
997
998/* Define to 1 if you are building a Windows target without large file
999 support. */
1000/* #undef USE_WIN32_SMALL_FILES */
1001
1002/* to enable SSPI support */
1003/* #undef USE_WINDOWS_SSPI */
1004
1005/* Version number of package */
1006#define VERSION "-"
1007
1008/* Define to 1 to provide own prototypes. */
1009/* #undef WANT_IDN_PROTOTYPES */
1010
1011/* Define to 1 if OS is AIX. */
1012#ifndef _ALL_SOURCE
1013/* # undef _ALL_SOURCE */
1014#endif
1015
1016/* Enable large inode numbers on Mac OS X 10.5. */
1017#ifndef _DARWIN_USE_64_BIT_INODE
1018# define _DARWIN_USE_64_BIT_INODE 1
1019#endif
1020
1021/* Number of bits in a file offset, on hosts where this is settable. */
1022/* #undef _FILE_OFFSET_BITS */
1023
1024/* Define for large files, on AIX-style hosts. */
1025/* #undef _LARGE_FILES */
1026
1027/* Define to empty if `const' does not conform to ANSI C. */
1028/* #undef const */
1029
1030/* Type to use in place of in_addr_t when system does not provide it. */
1031/* #undef in_addr_t */
1032
1033/* Define to `__inline__' or `__inline' if that's what the C compiler
1034 calls it, or to nothing if 'inline' is not supported under any name. */
1035#ifndef __cplusplus
1036/* #undef inline */
1037#endif
1038
1039/* Define to `unsigned int' if <sys/types.h> does not define. */
1040/* #undef size_t */
1041
1042/* the signed version of size_t */
1043/* #undef ssize_t */
1044
1045#define CURL_MAX_WRITE_SIZE 4096
1046#define CURL_MAX_READ_SIZE 4096
Note: See TracBrowser for help on using the repository browser.