VirtualBox

source: vbox/trunk/src/libs/curl-7.64.0/config.h.solaris.amd64@ 95000

Last change on this file since 95000 was 85671, checked in by vboxsync, 4 years ago

Export out internal curl copy to make it a lot simpler to build VBox (OSE) on Windows. bugref:9814

File size: 53.5 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 socklen_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 ssize_t
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 ssize_t
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 ssize_t
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 8
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 8
861
862/* The size of `time_t', as computed by sizeof. */
863#define SIZEOF_TIME_T 8
864
865/* The size of `void*', as computed by sizeof. */
866#define SIZEOF_VOIDP 8
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.19.4"
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/* #undef _FILE_OFFSET_BITS */
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/* lib/config.h. Generated from config.h.in by configure. */
952/* lib/config.h.in. Generated from configure.ac by autoheader. */
953
954/* Define to 1 if you have the $func function. */
955/* #undef AS_TR_CPP */
956
957/* when building libcurl itself */
958/* #undef BUILDING_LIBCURL */
959
960/* Location of default ca bundle */
961/* #undef CURL_CA_BUNDLE */
962
963/* Location of default ca path */
964/* #undef CURL_CA_PATH */
965
966/* to disable cookies support */
967/* #undef CURL_DISABLE_COOKIES */
968
969/* to disable cryptographic authentication */
970/* #undef CURL_DISABLE_CRYPTO_AUTH */
971
972/* to disable DICT */
973/* #undef CURL_DISABLE_DICT */
974
975/* to disable FILE */
976/* #undef CURL_DISABLE_FILE */
977
978/* to disable FTP */
979/* #undef CURL_DISABLE_FTP */
980
981/* to disable HTTP */
982/* #undef CURL_DISABLE_HTTP */
983
984/* to disable LDAP */
985#define CURL_DISABLE_LDAP 1
986
987/* to disable LDAPS */
988#define CURL_DISABLE_LDAPS 1
989
990/* to disable proxies */
991/* #undef CURL_DISABLE_PROXY */
992
993/* to disable TELNET */
994/* #undef CURL_DISABLE_TELNET */
995
996/* to disable TFTP */
997/* #undef CURL_DISABLE_TFTP */
998
999/* to disable verbose strings */
1000/* #undef CURL_DISABLE_VERBOSE_STRINGS */
1001
1002/* to make a symbol visible */
1003/* #undef CURL_EXTERN_SYMBOL */
1004
1005/* to enable hidden symbols */
1006/* #undef CURL_HIDDEN_SYMBOLS */
1007
1008/* W$ LDAP with non-W$ compiler */
1009/* #undef CURL_LDAP_HYBRID */
1010
1011/* Use W$ LDAP implementation */
1012/* #undef CURL_LDAP_WIN */
1013
1014/* when not building a shared library */
1015/* #undef CURL_STATICLIB */
1016
1017/* Set to explicitly specify we don't want to use thread-safe functions */
1018/* #undef DISABLED_THREADSAFE */
1019
1020/* your Entropy Gathering Daemon socket pathname */
1021/* #undef EGD_SOCKET */
1022
1023/* Define if you want to enable IPv6 support */
1024#define ENABLE_IPV6 1
1025
1026/* Define to the type qualifier of arg 1 for getnameinfo. */
1027#define GETNAMEINFO_QUAL_ARG1 const
1028
1029/* Define to the type of arg 1 for getnameinfo. */
1030#define GETNAMEINFO_TYPE_ARG1 struct sockaddr *
1031
1032/* Define to the type of arg 2 for getnameinfo. */
1033#define GETNAMEINFO_TYPE_ARG2 socklen_t
1034
1035/* Define to the type of args 4 and 6 for getnameinfo. */
1036#define GETNAMEINFO_TYPE_ARG46 socklen_t
1037
1038/* Define to the type of arg 7 for getnameinfo. */
1039#define GETNAMEINFO_TYPE_ARG7 int
1040
1041/* Specifies the number of arguments to getservbyport_r */
1042#define GETSERVBYPORT_R_ARGS 5
1043
1044/* Specifies the size of the buffer to pass to getservbyport_r */
1045#define GETSERVBYPORT_R_BUFSIZE 4096
1046
1047/* Define to 1 if you have the alarm function. */
1048#define HAVE_ALARM 1
1049
1050/* Define to 1 if you have the <alloca.h> header file. */
1051#define HAVE_ALLOCA_H 1
1052
1053/* Define to 1 if you have the <arpa/inet.h> header file. */
1054#define HAVE_ARPA_INET_H 1
1055
1056/* Define to 1 if you have the <arpa/tftp.h> header file. */
1057#define HAVE_ARPA_TFTP_H 1
1058
1059/* Define to 1 if you have the <assert.h> header file. */
1060#define HAVE_ASSERT_H 1
1061
1062/* Define to 1 if you have the `basename' function. */
1063#define HAVE_BASENAME 1
1064
1065/* Define to 1 if bool is an available type. */
1066/* #undef HAVE_BOOL_T */
1067
1068/* Define to 1 if you have the clock_gettime function and monotonic timer. */
1069#define HAVE_CLOCK_GETTIME_MONOTONIC 1
1070
1071/* Define to 1 if you have the `closesocket' function. */
1072/* #undef HAVE_CLOSESOCKET */
1073
1074/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
1075/* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */
1076
1077/* Define to 1 if you have the <crypto.h> header file. */
1078/* #undef HAVE_CRYPTO_H */
1079
1080/* Define to 1 if you have the <des.h> header file. */
1081/* #undef HAVE_DES_H */
1082
1083/* Define to 1 if you have the <dlfcn.h> header file. */
1084#define HAVE_DLFCN_H 1
1085
1086/* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
1087/* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
1088
1089/* Define to 1 if you have the <errno.h> header file. */
1090#define HAVE_ERRNO_H 1
1091
1092/* Define to 1 if you have the <err.h> header file. */
1093/* #undef HAVE_ERR_H */
1094
1095/* Define to 1 if you have the fcntl function. */
1096#define HAVE_FCNTL 1
1097
1098/* Define to 1 if you have the <fcntl.h> header file. */
1099#define HAVE_FCNTL_H 1
1100
1101/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
1102#define HAVE_FCNTL_O_NONBLOCK 1
1103
1104/* Define to 1 if you have the fdopen function. */
1105#define HAVE_FDOPEN 1
1106
1107/* Define to 1 if you have the `fork' function. */
1108#define HAVE_FORK 1
1109
1110/* Define to 1 if you have the freeaddrinfo function. */
1111#define HAVE_FREEADDRINFO 1
1112
1113/* Define to 1 if you have the freeifaddrs function. */
1114/* #undef HAVE_FREEIFADDRS */
1115
1116/* Define to 1 if you have the ftruncate function. */
1117#define HAVE_FTRUNCATE 1
1118
1119/* Define to 1 if you have a working getaddrinfo function. */
1120#define HAVE_GETADDRINFO 1
1121
1122/* Define to 1 if you have the `geteuid' function. */
1123#define HAVE_GETEUID 1
1124
1125/* Define to 1 if you have the gethostbyaddr function. */
1126#define HAVE_GETHOSTBYADDR 1
1127
1128/* Define to 1 if you have the gethostbyaddr_r function. */
1129#define HAVE_GETHOSTBYADDR_R 1
1130
1131/* gethostbyaddr_r() takes 5 args */
1132/* #undef HAVE_GETHOSTBYADDR_R_5 */
1133
1134/* gethostbyaddr_r() takes 7 args */
1135#define HAVE_GETHOSTBYADDR_R_7 1
1136
1137/* gethostbyaddr_r() takes 8 args */
1138/* #undef HAVE_GETHOSTBYADDR_R_8 */
1139
1140/* Define to 1 if you have the gethostbyname function. */
1141#define HAVE_GETHOSTBYNAME 1
1142
1143/* Define to 1 if you have the gethostbyname_r function. */
1144#define HAVE_GETHOSTBYNAME_R 1
1145
1146/* gethostbyname_r() takes 3 args */
1147/* #undef HAVE_GETHOSTBYNAME_R_3 */
1148
1149/* gethostbyname_r() takes 5 args */
1150#define HAVE_GETHOSTBYNAME_R_5 1
1151
1152/* gethostbyname_r() takes 6 args */
1153/* #undef HAVE_GETHOSTBYNAME_R_6 */
1154
1155/* Define to 1 if you have the gethostname function. */
1156#define HAVE_GETHOSTNAME 1
1157
1158/* Define to 1 if you have a working getifaddrs function. */
1159/* #undef HAVE_GETIFADDRS */
1160
1161/* Define to 1 if you have the getnameinfo function. */
1162#define HAVE_GETNAMEINFO 1
1163
1164/* Define to 1 if you have the `getpass_r' function. */
1165/* #undef HAVE_GETPASS_R */
1166
1167/* Define to 1 if you have the `getppid' function. */
1168#define HAVE_GETPPID 1
1169
1170/* Define to 1 if you have the `getprotobyname' function. */
1171#define HAVE_GETPROTOBYNAME 1
1172
1173/* Define to 1 if you have the `getpwuid' function. */
1174#define HAVE_GETPWUID 1
1175
1176/* Define to 1 if you have the `getrlimit' function. */
1177#define HAVE_GETRLIMIT 1
1178
1179/* Define to 1 if you have the getservbyport_r function. */
1180#define HAVE_GETSERVBYPORT_R 1
1181
1182/* Define to 1 if you have the `gettimeofday' function. */
1183#define HAVE_GETTIMEOFDAY 1
1184
1185/* Define to 1 if you have a working glibc-style strerror_r function. */
1186/* #undef HAVE_GLIBC_STRERROR_R */
1187
1188/* Define to 1 if you have a working gmtime_r function. */
1189#define HAVE_GMTIME_R 1
1190
1191/* if you have the gssapi libraries */
1192/* #undef HAVE_GSSAPI */
1193
1194/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
1195/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
1196
1197/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
1198/* #undef HAVE_GSSAPI_GSSAPI_H */
1199
1200/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
1201/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
1202
1203/* if you have the GNU gssapi libraries */
1204/* #undef HAVE_GSSGNU */
1205
1206/* if you have the Heimdal gssapi libraries */
1207/* #undef HAVE_GSSHEIMDAL */
1208
1209/* if you have the MIT gssapi libraries */
1210/* #undef HAVE_GSSMIT */
1211
1212/* Define to 1 if you have the `idna_strerror' function. */
1213/* #undef HAVE_IDNA_STRERROR */
1214
1215/* Define to 1 if you have the `idn_free' function. */
1216/* #undef HAVE_IDN_FREE */
1217
1218/* Define to 1 if you have the <idn-free.h> header file. */
1219/* #undef HAVE_IDN_FREE_H */
1220
1221/* Define to 1 if you have the <ifaddrs.h> header file. */
1222/* #undef HAVE_IFADDRS_H */
1223
1224/* Define to 1 if you have the `inet_addr' function. */
1225#define HAVE_INET_ADDR 1
1226
1227/* Define to 1 if you have the inet_ntoa_r function. */
1228/* #undef HAVE_INET_NTOA_R */
1229
1230/* inet_ntoa_r() takes 2 args */
1231/* #undef HAVE_INET_NTOA_R_2 */
1232
1233/* inet_ntoa_r() takes 3 args */
1234/* #undef HAVE_INET_NTOA_R_3 */
1235
1236/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
1237#define HAVE_INET_NTOP 1
1238
1239/* Define to 1 if you have a IPv6 capable working inet_pton function. */
1240#define HAVE_INET_PTON 1
1241
1242/* Define to 1 if you have the <inttypes.h> header file. */
1243#define HAVE_INTTYPES_H 1
1244
1245/* Define to 1 if you have the ioctl function. */
1246#define HAVE_IOCTL 1
1247
1248/* Define to 1 if you have the ioctlsocket function. */
1249/* #undef HAVE_IOCTLSOCKET */
1250
1251/* Define to 1 if you have the IoctlSocket camel case function. */
1252/* #undef HAVE_IOCTLSOCKET_CAMEL */
1253
1254/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
1255 */
1256/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
1257
1258/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
1259/* #undef HAVE_IOCTLSOCKET_FIONBIO */
1260
1261/* Define to 1 if you have a working ioctl FIONBIO function. */
1262/* #undef HAVE_IOCTL_FIONBIO */
1263
1264/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
1265/* #undef HAVE_IOCTL_SIOCGIFADDR */
1266
1267/* Define to 1 if you have the <io.h> header file. */
1268/* #undef HAVE_IO_H */
1269
1270/* if you have the Kerberos4 libraries (including -ldes) */
1271/* #undef HAVE_KRB4 */
1272
1273/* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
1274/* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
1275
1276/* Define to 1 if you have the <krb.h> header file. */
1277/* #undef HAVE_KRB_H */
1278
1279/* Define to 1 if you have the lber.h header file. */
1280/* #undef HAVE_LBER_H */
1281
1282/* Define to 1 if you have the ldapssl.h header file. */
1283/* #undef HAVE_LDAPSSL_H */
1284
1285/* Define to 1 if you have the ldap.h header file. */
1286/* #undef HAVE_LDAP_H */
1287
1288/* Use LDAPS implementation */
1289/* #undef HAVE_LDAP_SSL */
1290
1291/* Define to 1 if you have the ldap_ssl.h header file. */
1292/* #undef HAVE_LDAP_SSL_H */
1293
1294/* Define to 1 if you have the `ldap_url_parse' function. */
1295/* #undef HAVE_LDAP_URL_PARSE */
1296
1297/* Define to 1 if you have the <libgen.h> header file. */
1298#define HAVE_LIBGEN_H 1
1299
1300/* Define to 1 if you have the `idn' library (-lidn). */
1301/* #undef HAVE_LIBIDN */
1302
1303/* Define to 1 if you have the `resolv' library (-lresolv). */
1304/* #undef HAVE_LIBRESOLV */
1305
1306/* Define to 1 if you have the `resolve' library (-lresolve). */
1307/* #undef HAVE_LIBRESOLVE */
1308
1309/* Define to 1 if you have the `socket' library (-lsocket). */
1310#define HAVE_LIBSOCKET 1
1311
1312/* Define to 1 if you have the `ssh2' library (-lssh2). */
1313/* #undef HAVE_LIBSSH2 */
1314
1315/* Define to 1 if you have the <libssh2.h> header file. */
1316/* #undef HAVE_LIBSSH2_H */
1317
1318/* Define to 1 if you have the `ssl' library (-lssl). */
1319/* #undef HAVE_LIBSSL */
1320
1321/* if zlib is available */
1322#define HAVE_LIBZ 1
1323
1324/* Define to 1 if you have the <limits.h> header file. */
1325#define HAVE_LIMITS_H 1
1326
1327/* if your compiler supports LL */
1328#define HAVE_LL 1
1329
1330/* Define to 1 if you have the <locale.h> header file. */
1331#define HAVE_LOCALE_H 1
1332
1333/* Define to 1 if you have a working localtime_r function. */
1334#define HAVE_LOCALTIME_R 1
1335
1336/* Define to 1 if the compiler supports the 'long long' data type. */
1337#define HAVE_LONGLONG 1
1338
1339/* Define to 1 if you have the malloc.h header file. */
1340#define HAVE_MALLOC_H 1
1341
1342/* Define to 1 if you have the <memory.h> header file. */
1343#define HAVE_MEMORY_H 1
1344
1345/* Define to 1 if you have the MSG_NOSIGNAL flag. */
1346/* #undef HAVE_MSG_NOSIGNAL */
1347
1348/* Define to 1 if you have the <netdb.h> header file. */
1349#define HAVE_NETDB_H 1
1350
1351/* Define to 1 if you have the <netinet/in.h> header file. */
1352#define HAVE_NETINET_IN_H 1
1353
1354/* Define to 1 if you have the <netinet/tcp.h> header file. */
1355#define HAVE_NETINET_TCP_H 1
1356
1357/* Define to 1 if you have the <net/if.h> header file. */
1358#define HAVE_NET_IF_H 1
1359
1360/* Define to 1 if NI_WITHSCOPEID exists and works. */
1361/* #undef HAVE_NI_WITHSCOPEID */
1362
1363/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
1364 */
1365/* #undef HAVE_OLD_GSSMIT */
1366
1367/* Define to 1 if you have the <openssl/crypto.h> header file. */
1368/* #undef HAVE_OPENSSL_CRYPTO_H */
1369
1370/* Define to 1 if you have the <openssl/engine.h> header file. */
1371/* #undef HAVE_OPENSSL_ENGINE_H */
1372
1373/* Define to 1 if you have the <openssl/err.h> header file. */
1374/* #undef HAVE_OPENSSL_ERR_H */
1375
1376/* Define to 1 if you have the <openssl/pem.h> header file. */
1377/* #undef HAVE_OPENSSL_PEM_H */
1378
1379/* Define to 1 if you have the <openssl/pkcs12.h> header file. */
1380/* #undef HAVE_OPENSSL_PKCS12_H */
1381
1382/* Define to 1 if you have the <openssl/rsa.h> header file. */
1383/* #undef HAVE_OPENSSL_RSA_H */
1384
1385/* Define to 1 if you have the <openssl/ssl.h> header file. */
1386/* #undef HAVE_OPENSSL_SSL_H */
1387
1388/* Define to 1 if you have the <openssl/x509.h> header file. */
1389/* #undef HAVE_OPENSSL_X509_H */
1390
1391/* Define to 1 if you have the <pem.h> header file. */
1392/* #undef HAVE_PEM_H */
1393
1394/* Define to 1 if you have the `perror' function. */
1395#define HAVE_PERROR 1
1396
1397/* Define to 1 if you have the `pipe' function. */
1398#define HAVE_PIPE 1
1399
1400/* if you have the function PK11_CreateGenericObject */
1401/* #undef HAVE_PK11_CREATEGENERICOBJECT */
1402
1403/* Define to 1 if you have a working poll function. */
1404#define HAVE_POLL 1
1405
1406/* If you have a fine poll */
1407#define HAVE_POLL_FINE 1
1408
1409/* Define to 1 if you have the <poll.h> header file. */
1410#define HAVE_POLL_H 1
1411
1412/* Define to 1 if you have a working POSIX-style strerror_r function. */
1413#define HAVE_POSIX_STRERROR_R 1
1414
1415/* Define to 1 if you have the <pwd.h> header file. */
1416#define HAVE_PWD_H 1
1417
1418/* Define to 1 if you have the `RAND_egd' function. */
1419/* #undef HAVE_RAND_EGD */
1420
1421/* Define to 1 if you have the `RAND_screen' function. */
1422/* #undef HAVE_RAND_SCREEN */
1423
1424/* Define to 1 if you have the `RAND_status' function. */
1425/* #undef HAVE_RAND_STATUS */
1426
1427/* Define to 1 if you have the recv function. */
1428#define HAVE_RECV 1
1429
1430/* Define to 1 if you have the recvfrom function. */
1431#define HAVE_RECVFROM 1
1432
1433/* Define to 1 if you have the <rsa.h> header file. */
1434/* #undef HAVE_RSA_H */
1435
1436/* Define to 1 if you have the select function. */
1437#define HAVE_SELECT 1
1438
1439/* Define to 1 if you have the send function. */
1440#define HAVE_SEND 1
1441
1442/* Define to 1 if you have the <setjmp.h> header file. */
1443#define HAVE_SETJMP_H 1
1444
1445/* Define to 1 if you have the `setlocale' function. */
1446#define HAVE_SETLOCALE 1
1447
1448/* Define to 1 if you have the `setmode' function. */
1449/* #undef HAVE_SETMODE */
1450
1451/* Define to 1 if you have the `setrlimit' function. */
1452#define HAVE_SETRLIMIT 1
1453
1454/* Define to 1 if you have the setsockopt function. */
1455#define HAVE_SETSOCKOPT 1
1456
1457/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
1458/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
1459
1460/* Define to 1 if you have the <sgtty.h> header file. */
1461#define HAVE_SGTTY_H 1
1462
1463/* Define to 1 if you have the sigaction function. */
1464#define HAVE_SIGACTION 1
1465
1466/* Define to 1 if you have the siginterrupt function. */
1467#define HAVE_SIGINTERRUPT 1
1468
1469/* Define to 1 if you have the signal function. */
1470#define HAVE_SIGNAL 1
1471
1472/* Define to 1 if you have the <signal.h> header file. */
1473#define HAVE_SIGNAL_H 1
1474
1475/* Define to 1 if you have the sigsetjmp function or macro. */
1476#define HAVE_SIGSETJMP 1
1477
1478/* Define to 1 if sig_atomic_t is an available typedef. */
1479#define HAVE_SIG_ATOMIC_T 1
1480
1481/* Define to 1 if sig_atomic_t is already defined as volatile. */
1482/* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
1483
1484/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
1485#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
1486
1487/* Define to 1 if you have the `socket' function. */
1488#define HAVE_SOCKET 1
1489
1490/* Define this if you have the SPNEGO library fbopenssl */
1491/* #undef HAVE_SPNEGO */
1492
1493/* Define to 1 if you have the `SSL_get_shutdown' function. */
1494/* #undef HAVE_SSL_GET_SHUTDOWN */
1495
1496/* Define to 1 if you have the <ssl.h> header file. */
1497/* #undef HAVE_SSL_H */
1498
1499/* Define to 1 if you have the <stdbool.h> header file. */
1500/* #undef HAVE_STDBOOL_H */
1501
1502/* Define to 1 if you have the <stdint.h> header file. */
1503#define HAVE_STDINT_H 1
1504
1505/* Define to 1 if you have the <stdio.h> header file. */
1506#define HAVE_STDIO_H 1
1507
1508/* Define to 1 if you have the <stdlib.h> header file. */
1509#define HAVE_STDLIB_H 1
1510
1511/* Define to 1 if you have the strcasecmp function. */
1512#define HAVE_STRCASECMP 1
1513
1514/* Define to 1 if you have the strcasestr function. */
1515/* #undef HAVE_STRCASESTR */
1516
1517/* Define to 1 if you have the strcmpi function. */
1518/* #undef HAVE_STRCMPI */
1519
1520/* Define to 1 if you have the strdup function. */
1521#define HAVE_STRDUP 1
1522
1523/* Define to 1 if you have the strerror_r function. */
1524#define HAVE_STRERROR_R 1
1525
1526/* Define to 1 if you have the stricmp function. */
1527/* #undef HAVE_STRICMP */
1528
1529/* Define to 1 if you have the <strings.h> header file. */
1530#define HAVE_STRINGS_H 1
1531
1532/* Define to 1 if you have the <string.h> header file. */
1533#define HAVE_STRING_H 1
1534
1535/* Define to 1 if you have the strlcat function. */
1536#define HAVE_STRLCAT 1
1537
1538/* Define to 1 if you have the `strlcpy' function. */
1539/* #undef HAVE_STRLCPY */
1540
1541/* Define to 1 if you have the strncasecmp function. */
1542#define HAVE_STRNCASECMP 1
1543
1544/* Define to 1 if you have the strncmpi function. */
1545/* #undef HAVE_STRNCMPI */
1546
1547/* Define to 1 if you have the strnicmp function. */
1548/* #undef HAVE_STRNICMP */
1549
1550/* Define to 1 if you have the <stropts.h> header file. */
1551#define HAVE_STROPTS_H 1
1552
1553/* Define to 1 if you have the strstr function. */
1554#define HAVE_STRSTR 1
1555
1556/* Define to 1 if you have the strtok_r function. */
1557#define HAVE_STRTOK_R 1
1558
1559/* Define to 1 if you have the strtoll function. */
1560#define HAVE_STRTOLL 1
1561
1562/* if struct sockaddr_storage is defined */
1563#define HAVE_STRUCT_SOCKADDR_STORAGE 1
1564
1565/* Define to 1 if you have the timeval struct. */
1566#define HAVE_STRUCT_TIMEVAL 1
1567
1568/* Define to 1 if you have the <sys/filio.h> header file. */
1569#define HAVE_SYS_FILIO_H 1
1570
1571/* Define to 1 if you have the <sys/ioctl.h> header file. */
1572#define HAVE_SYS_IOCTL_H 1
1573
1574/* Define to 1 if you have the <sys/param.h> header file. */
1575#define HAVE_SYS_PARAM_H 1
1576
1577/* Define to 1 if you have the <sys/poll.h> header file. */
1578#define HAVE_SYS_POLL_H 1
1579
1580/* Define to 1 if you have the <sys/resource.h> header file. */
1581#define HAVE_SYS_RESOURCE_H 1
1582
1583/* Define to 1 if you have the <sys/select.h> header file. */
1584#define HAVE_SYS_SELECT_H 1
1585
1586/* Define to 1 if you have the <sys/socket.h> header file. */
1587#define HAVE_SYS_SOCKET_H 1
1588
1589/* Define to 1 if you have the <sys/sockio.h> header file. */
1590#define HAVE_SYS_SOCKIO_H 1
1591
1592/* Define to 1 if you have the <sys/stat.h> header file. */
1593#define HAVE_SYS_STAT_H 1
1594
1595/* Define to 1 if you have the <sys/time.h> header file. */
1596#define HAVE_SYS_TIME_H 1
1597
1598/* Define to 1 if you have the <sys/types.h> header file. */
1599#define HAVE_SYS_TYPES_H 1
1600
1601/* Define to 1 if you have the <sys/uio.h> header file. */
1602#define HAVE_SYS_UIO_H 1
1603
1604/* Define to 1 if you have the <sys/un.h> header file. */
1605#define HAVE_SYS_UN_H 1
1606
1607/* Define to 1 if you have the <sys/utime.h> header file. */
1608#define HAVE_SYS_UTIME_H 1
1609
1610/* Define to 1 if you have the <termios.h> header file. */
1611#define HAVE_TERMIOS_H 1
1612
1613/* Define to 1 if you have the <termio.h> header file. */
1614#define HAVE_TERMIO_H 1
1615
1616/* Define to 1 if you have the <time.h> header file. */
1617#define HAVE_TIME_H 1
1618
1619/* Define to 1 if you have the <tld.h> header file. */
1620/* #undef HAVE_TLD_H */
1621
1622/* Define to 1 if you have the `tld_strerror' function. */
1623/* #undef HAVE_TLD_STRERROR */
1624
1625/* Define to 1 if you have the `uname' function. */
1626#define HAVE_UNAME 1
1627
1628/* Define to 1 if you have the <unistd.h> header file. */
1629#define HAVE_UNISTD_H 1
1630
1631/* Define to 1 if you have the `utime' function. */
1632#define HAVE_UTIME 1
1633
1634/* Define to 1 if you have the <utime.h> header file. */
1635#define HAVE_UTIME_H 1
1636
1637/* Define to 1 if compiler supports C99 variadic macro style. */
1638#define HAVE_VARIADIC_MACROS_C99 1
1639
1640/* Define to 1 if compiler supports old gcc variadic macro style. */
1641#define HAVE_VARIADIC_MACROS_GCC 1
1642
1643/* Define to 1 if you have the winber.h header file. */
1644/* #undef HAVE_WINBER_H */
1645
1646/* Define to 1 if you have the windows.h header file. */
1647/* #undef HAVE_WINDOWS_H */
1648
1649/* Define to 1 if you have the winldap.h header file. */
1650/* #undef HAVE_WINLDAP_H */
1651
1652/* Define to 1 if you have the winsock2.h header file. */
1653/* #undef HAVE_WINSOCK2_H */
1654
1655/* Define to 1 if you have the winsock.h header file. */
1656/* #undef HAVE_WINSOCK_H */
1657
1658/* Define this symbol if your OS supports changing the contents of argv */
1659#define HAVE_WRITABLE_ARGV 1
1660
1661/* Define to 1 if you have the writev function. */
1662#define HAVE_WRITEV 1
1663
1664/* Define to 1 if you have the ws2tcpip.h header file. */
1665/* #undef HAVE_WS2TCPIP_H */
1666
1667/* Define to 1 if you have the <x509.h> header file. */
1668/* #undef HAVE_X509_H */
1669
1670/* if you have the zlib.h header file */
1671#define HAVE_ZLIB_H 1
1672
1673/* Define to the sub-directory in which libtool stores uninstalled libraries.
1674 */
1675#define LT_OBJDIR ".libs/"
1676
1677/* Define to 1 if you are building a native Windows target. */
1678/* #undef NATIVE_WINDOWS */
1679
1680/* If you lack a fine basename() prototype */
1681/* #undef NEED_BASENAME_PROTO */
1682
1683/* Define to 1 if you need the lber.h header file even with ldap.h */
1684/* #undef NEED_LBER_H */
1685
1686/* Define to 1 if you need the malloc.h header file even with stdlib.h */
1687/* #undef NEED_MALLOC_H */
1688
1689/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
1690#define NEED_REENTRANT 1
1691
1692/* cpu-machine-OS */
1693#define OS "i386-pc-solaris2.10"
1694
1695/* Name of package */
1696#define PACKAGE "curl"
1697
1698/* Define to the address where bug reports for this package should be sent. */
1699#define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"
1700
1701/* Define to the full name of this package. */
1702#define PACKAGE_NAME "curl"
1703
1704/* Define to the full name and version of this package. */
1705#define PACKAGE_STRING "curl -"
1706
1707/* Define to the one symbol short name of this package. */
1708#define PACKAGE_TARNAME "curl"
1709
1710/* Define to the version of this package. */
1711#define PACKAGE_VERSION "-"
1712
1713/* a suitable file to read random data from */
1714/* #undef RANDOM_FILE */
1715
1716/* Define to the type of arg 1 for recvfrom. */
1717#define RECVFROM_TYPE_ARG1 int
1718
1719/* Define to the type pointed by arg 2 for recvfrom. */
1720#define RECVFROM_TYPE_ARG2 void
1721
1722/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
1723#define RECVFROM_TYPE_ARG2_IS_VOID 1
1724
1725/* Define to the type of arg 3 for recvfrom. */
1726#define RECVFROM_TYPE_ARG3 size_t
1727
1728/* Define to the type of arg 4 for recvfrom. */
1729#define RECVFROM_TYPE_ARG4 int
1730
1731/* Define to the type pointed by arg 5 for recvfrom. */
1732#define RECVFROM_TYPE_ARG5 struct sockaddr
1733
1734/* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
1735/* #undef RECVFROM_TYPE_ARG5_IS_VOID */
1736
1737/* Define to the type pointed by arg 6 for recvfrom. */
1738#define RECVFROM_TYPE_ARG6 void
1739
1740/* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
1741#define RECVFROM_TYPE_ARG6_IS_VOID 1
1742
1743/* Define to the function return type for recvfrom. */
1744#define RECVFROM_TYPE_RETV ssize_t
1745
1746/* Define to the type of arg 1 for recv. */
1747#define RECV_TYPE_ARG1 int
1748
1749/* Define to the type of arg 2 for recv. */
1750#define RECV_TYPE_ARG2 void *
1751
1752/* Define to the type of arg 3 for recv. */
1753#define RECV_TYPE_ARG3 size_t
1754
1755/* Define to the type of arg 4 for recv. */
1756#define RECV_TYPE_ARG4 int
1757
1758/* Define to the function return type for recv. */
1759#define RECV_TYPE_RETV ssize_t
1760
1761/* Define as the return type of signal handlers (`int' or `void'). */
1762#define RETSIGTYPE void
1763
1764/* Define to the type qualifier of arg 5 for select. */
1765#define SELECT_QUAL_ARG5
1766
1767/* Define to the type of arg 1 for select. */
1768#define SELECT_TYPE_ARG1 int
1769
1770/* Define to the type of args 2, 3 and 4 for select. */
1771#define SELECT_TYPE_ARG234 fd_set *
1772
1773/* Define to the type of arg 5 for select. */
1774#define SELECT_TYPE_ARG5 struct timeval *
1775
1776/* Define to the function return type for select. */
1777#define SELECT_TYPE_RETV int
1778
1779/* Define to the type qualifier of arg 2 for send. */
1780#define SEND_QUAL_ARG2 const
1781
1782/* Define to the type of arg 1 for send. */
1783#define SEND_TYPE_ARG1 int
1784
1785/* Define to the type of arg 2 for send. */
1786#define SEND_TYPE_ARG2 void *
1787
1788/* Define to the type of arg 3 for send. */
1789#define SEND_TYPE_ARG3 size_t
1790
1791/* Define to the type of arg 4 for send. */
1792#define SEND_TYPE_ARG4 int
1793
1794/* Define to the function return type for send. */
1795#define SEND_TYPE_RETV ssize_t
1796
1797/* The size of `int', as computed by sizeof. */
1798#define SIZEOF_INT 4
1799
1800/* The size of `long', as computed by sizeof. */
1801#define SIZEOF_LONG 8
1802
1803/* The size of `off_t', as computed by sizeof. */
1804#define SIZEOF_OFF_T 8
1805
1806/* The size of `short', as computed by sizeof. */
1807#define SIZEOF_SHORT 2
1808
1809/* The size of `size_t', as computed by sizeof. */
1810#define SIZEOF_SIZE_T 8
1811
1812/* The size of `time_t', as computed by sizeof. */
1813#define SIZEOF_TIME_T 8
1814
1815/* The size of `void*', as computed by sizeof. */
1816#define SIZEOF_VOIDP 8
1817
1818/* Define to 1 if you have the ANSI C header files. */
1819#define STDC_HEADERS 1
1820
1821/* Define to the type of arg 3 for strerror_r. */
1822#define STRERROR_R_TYPE_ARG3 size_t
1823
1824/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1825#define TIME_WITH_SYS_TIME 1
1826
1827/* Define if you want to enable c-ares support */
1828/* #undef USE_ARES */
1829
1830/* Define to disable non-blocking sockets. */
1831/* #undef USE_BLOCKING_SOCKETS */
1832
1833/* if GnuTLS is enabled */
1834/* #undef USE_GNUTLS */
1835
1836/* if libSSH2 is in use */
1837/* #undef USE_LIBSSH2 */
1838
1839/* If you want to build curl with the built-in manual */
1840/* #undef USE_MANUAL */
1841
1842/* if NSS is enabled */
1843/* #undef USE_NSS */
1844
1845/* if OpenSSL is in use */
1846#define USE_OPENSSL
1847
1848/* if SSL is enabled */
1849#define USE_SSLEAY
1850
1851/* Define to 1 if you are building a Windows target without large file
1852 support. */
1853/* #undef USE_WIN32_LARGE_FILES */
1854
1855/* to enable SSPI support */
1856/* #undef USE_WINDOWS_SSPI */
1857
1858/* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
1859/* #undef USE_YASSLEMUL */
1860
1861/* Version number of package */
1862#define VERSION "7.19.4"
1863
1864/* Define to avoid automatic inclusion of winsock.h */
1865/* #undef WIN32_LEAN_AND_MEAN */
1866
1867/* Define to 1 if OS is AIX. */
1868#ifndef _ALL_SOURCE
1869/* # undef _ALL_SOURCE */
1870#endif
1871
1872/* Number of bits in a file offset, on hosts where this is settable. */
1873/* #undef _FILE_OFFSET_BITS */
1874
1875/* Define for large files, on AIX-style hosts. */
1876/* #undef _LARGE_FILES */
1877
1878/* define this if you need it to compile thread-safe code */
1879/* #undef _THREAD_SAFE */
1880
1881/* Define to empty if `const' does not conform to ANSI C. */
1882/* #undef const */
1883
1884/* Type to use in place of in_addr_t when system does not provide it. */
1885/* #undef in_addr_t */
1886
1887/* Define to `__inline__' or `__inline' if that's what the C compiler
1888 calls it, or to nothing if 'inline' is not supported under any name. */
1889#ifndef __cplusplus
1890/* #undef inline */
1891#endif
1892
1893/* Define to `unsigned int' if <sys/types.h> does not define. */
1894/* #undef size_t */
1895
1896/* Type to use in place of socklen_t when system does not provide it. */
1897/* #undef socklen_t */
1898
1899/* the signed version of size_t */
1900/* #undef ssize_t */
1901
1902/* The size of `curl_off_t', as computed by sizeof. */
1903#define SIZEOF_CURL_OFF_T 8
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette