VirtualBox

source: vbox/trunk/src/libs/curl-8.7.1/config.h.solaris.x86

Last change on this file was 104083, checked in by vboxsync, 2 months ago

curl-8.7.1: Applied and adjusted our curl changes to 8.4.0. bugref:10639

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

© 2023 Oracle
ContactPrivacy policyTerms of Use