new
[libcurl.git] / config.h
blob195afa8ba8a792947ceb7c137a0d307abd28a741
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
4 /* Define if on AIX 3.
5 System headers sometimes define this.
6 We just want to avoid a redefinition error message. */
7 #ifndef _ALL_SOURCE
8 /* #undef _ALL_SOURCE */
9 #endif
11 /* Define to empty if the keyword does not work. */
12 /* #undef const */
14 /* Define if you don't have vprintf but do have _doprnt. */
15 /* #undef HAVE_DOPRNT */
17 /* Define if you have the vprintf function. */
18 #define HAVE_VPRINTF 1
20 /* Define as the return type of signal handlers (int or void). */
21 #define RETSIGTYPE void
23 /* Define to `unsigned' if <sys/types.h> doesn't define. */
24 /* #undef size_t */
26 /* Define if you have the ANSI C header files. */
27 #define STDC_HEADERS 1
29 /* Define if you can safely include both <sys/time.h> and <time.h>. */
30 #define TIME_WITH_SYS_TIME 1
32 /* Define cpu-machine-OS */
33 #define OS "sparc-sun-solaris2.6"
35 /* The number of bytes in a long double. */
36 #define SIZEOF_LONG_DOUBLE 16
38 /* The number of bytes in a long long. */
39 #define SIZEOF_LONG_LONG 8
41 /* Define if you have the closesocket function. */
42 /* #undef HAVE_CLOSESOCKET */
44 /* Define if you have the gethostbyaddr function. */
45 #define HAVE_GETHOSTBYADDR 1
47 /* Define if you have the gethostname function. */
48 #define HAVE_GETHOSTNAME 1
50 /* Define if you have the getpass function. */
51 #define HAVE_GETPASS 1
53 /* Define if you have the getservbyname function. */
54 #define HAVE_GETSERVBYNAME 1
56 /* Define if you have the gettimeofday function. */
57 #define HAVE_GETTIMEOFDAY 1
59 /* Define if you have the inet_addr function. */
60 #define HAVE_INET_ADDR 1
62 /* Define if you have the inet_ntoa function. */
63 #define HAVE_INET_NTOA 1
65 /* Define if you have the perror function. */
66 #define HAVE_PERROR 1
68 /* Define if you have the select function. */
69 #define HAVE_SELECT 1
71 /* Define if you have the socket function. */
72 #define HAVE_SOCKET 1
74 /* Define if you have the strcasecmp function. */
75 #define HAVE_STRCASECMP 1
77 /* Define if you have the strdup function. */
78 #define HAVE_STRDUP 1
80 /* Define if you have the strftime function. */
81 #define HAVE_STRFTIME 1
83 /* Define if you have the strstr function. */
84 #define HAVE_STRSTR 1
86 /* Define if you have the tcgetattr function. */
87 #define HAVE_TCGETATTR 1
89 /* Define if you have the tcsetattr function. */
90 #define HAVE_TCSETATTR 1
92 /* Define if you have the uname function. */
93 #define HAVE_UNAME 1
95 /* Define if you have the <alloca.h> header file. */
96 #define HAVE_ALLOCA_H 1
98 /* Define if you have the <arpa/inet.h> header file. */
99 #define HAVE_ARPA_INET_H 1
101 /* Define if you have the <crypto.h> header file. */
102 /* #undef HAVE_CRYPTO_H */
104 /* Define if you have the <dlfcn.h> header file. */
105 #define HAVE_DLFCN_H 1
107 /* Define if you have the <err.h> header file. */
108 /* #undef HAVE_ERR_H */
110 /* Define if you have the <fcntl.h> header file. */
111 #define HAVE_FCNTL_H 1
113 /* Define if you have the <getopt.h> header file. */
114 /* #undef HAVE_GETOPT_H */
116 /* Define if you have the <io.h> header file. */
117 /* #undef HAVE_IO_H */
119 /* Define if you have the <net/if.h> header file. */
120 #define HAVE_NET_IF_H 1
122 /* Define if you have the <netdb.h> header file. */
123 #define HAVE_NETDB_H 1
125 /* Define if you have the <netinet/in.h> header file. */
126 #define HAVE_NETINET_IN_H 1
128 /* Define if you have the <openssl/crypto.h> header file. */
129 #define HAVE_OPENSSL_CRYPTO_H 1
131 /* Define if you have the <openssl/err.h> header file. */
132 #define HAVE_OPENSSL_ERR_H 1
134 /* Define if you have the <openssl/pem.h> header file. */
135 #define HAVE_OPENSSL_PEM_H 1
137 /* Define if you have the <openssl/rsa.h> header file. */
138 #define HAVE_OPENSSL_RSA_H 1
140 /* Define if you have the <openssl/ssl.h> header file. */
141 #define HAVE_OPENSSL_SSL_H 1
143 /* Define if you have the <openssl/x509.h> header file. */
144 #define HAVE_OPENSSL_X509_H 1
146 /* Define if you have the <pem.h> header file. */
147 /* #undef HAVE_PEM_H */
149 /* Define if you have the <rsa.h> header file. */
150 /* #undef HAVE_RSA_H */
152 /* Define if you have the <sgtty.h> header file. */
153 #define HAVE_SGTTY_H 1
155 /* Define if you have the <ssl.h> header file. */
156 /* #undef HAVE_SSL_H */
158 /* Define if you have the <sys/param.h> header file. */
159 #define HAVE_SYS_PARAM_H 1
161 /* Define if you have the <sys/select.h> header file. */
162 #define HAVE_SYS_SELECT_H 1
164 /* Define if you have the <sys/socket.h> header file. */
165 #define HAVE_SYS_SOCKET_H 1
167 /* Define if you have the <sys/sockio.h> header file. */
168 #define HAVE_SYS_SOCKIO_H 1
170 /* Define if you have the <sys/stat.h> header file. */
171 #define HAVE_SYS_STAT_H 1
173 /* Define if you have the <sys/types.h> header file. */
174 #define HAVE_SYS_TYPES_H 1
176 /* Define if you have the <termio.h> header file. */
177 #define HAVE_TERMIO_H 1
179 /* Define if you have the <termios.h> header file. */
180 #define HAVE_TERMIOS_H 1
182 /* Define if you have the <time.h> header file. */
183 #define HAVE_TIME_H 1
185 /* Define if you have the <unistd.h> header file. */
186 #define HAVE_UNISTD_H 1
188 /* Define if you have the <winsock.h> header file. */
189 /* #undef HAVE_WINSOCK_H */
191 /* Define if you have the <x509.h> header file. */
192 /* #undef HAVE_X509_H */
194 /* Define if you have the crypto library (-lcrypto). */
195 #define HAVE_LIBCRYPTO 1
197 /* Define if you have the dl library (-ldl). */
198 #define HAVE_LIBDL 1
200 /* Define if you have the nsl library (-lnsl). */
201 #define HAVE_LIBNSL 1
203 /* Define if you have the resolve library (-lresolve). */
204 /* #undef HAVE_LIBRESOLVE */
206 /* Define if you have the socket library (-lsocket). */
207 #define HAVE_LIBSOCKET 1
209 /* Define if you have the ssl library (-lssl). */
210 #define HAVE_LIBSSL 1
212 /* Define if you have the ucb library (-lucb). */
213 /* #undef HAVE_LIBUCB */
215 /* Name of package */
216 #define PACKAGE "curl"
218 /* Version number of package */
219 #define VERSION "6.3.1"