]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/lib/config.h.in
hello world
[icculus/iodoom3.git] / neo / curl / lib / config.h.in
1 /* lib/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* to disable DICT */
4 #undef CURL_DISABLE_DICT
5
6 /* to disable FILE */
7 #undef CURL_DISABLE_FILE
8
9 /* to disable FTP */
10 #undef CURL_DISABLE_FTP
11
12 /* to disable GOPHER */
13 #undef CURL_DISABLE_GOPHER
14
15 /* to disable HTTP */
16 #undef CURL_DISABLE_HTTP
17
18 /* to disable LDAP */
19 #undef CURL_DISABLE_LDAP
20
21 /* to disable TELNET */
22 #undef CURL_DISABLE_TELNET
23
24 /* Set to explicitly specify we don't want to use thread-safe functions */
25 #undef DISABLED_THREADSAFE
26
27 /* your Entropy Gathering Daemon socket pathname */
28 #undef EGD_SOCKET
29
30 /* Define if you want to enable IPv6 support */
31 #undef ENABLE_IPV6
32
33 /* Define to 1 if you have the <alloca.h> header file. */
34 #undef HAVE_ALLOCA_H
35
36 /* Define to 1 if you have the <arpa/inet.h> header file. */
37 #undef HAVE_ARPA_INET_H
38
39 /* Define to 1 if you have the <assert.h> header file. */
40 #undef HAVE_ASSERT_H
41
42 /* Define to 1 if you have the `closesocket' function. */
43 #undef HAVE_CLOSESOCKET
44
45 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
46 #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA
47
48 /* Define to 1 if you have the <crypto.h> header file. */
49 #undef HAVE_CRYPTO_H
50
51 /* Define to 1 if you have the <des.h> header file. */
52 #undef HAVE_DES_H
53
54 /* disabled non-blocking sockets */
55 #undef HAVE_DISABLED_NONBLOCKING
56
57 /* Define to 1 if you have the <dlfcn.h> header file. */
58 #undef HAVE_DLFCN_H
59
60 /* Define to 1 if you have the `dlopen' function. */
61 #undef HAVE_DLOPEN
62
63 /* Define to 1 if you have the <err.h> header file. */
64 #undef HAVE_ERR_H
65
66 /* Define to 1 if you have the <fcntl.h> header file. */
67 #undef HAVE_FCNTL_H
68
69 /* use FIONBIO for non-blocking sockets */
70 #undef HAVE_FIONBIO
71
72 /* Define if getaddrinfo exists and works */
73 #undef HAVE_GETADDRINFO
74
75 /* Define to 1 if you have the `geteuid' function. */
76 #undef HAVE_GETEUID
77
78 /* Define to 1 if you have the `gethostbyaddr' function. */
79 #undef HAVE_GETHOSTBYADDR
80
81 /* Define to 1 if you have the `gethostbyaddr_r' function. */
82 #undef HAVE_GETHOSTBYADDR_R
83
84 /* gethostbyaddr_r() takes 5 args */
85 #undef HAVE_GETHOSTBYADDR_R_5
86
87 /* gethostbyaddr_r() takes 7 args */
88 #undef HAVE_GETHOSTBYADDR_R_7
89
90 /* gethostbyaddr_r() takes 8 args */
91 #undef HAVE_GETHOSTBYADDR_R_8
92
93 /* If you have gethostbyname */
94 #undef HAVE_GETHOSTBYNAME
95
96 /* Define to 1 if you have the `gethostbyname_r' function. */
97 #undef HAVE_GETHOSTBYNAME_R
98
99 /* gethostbyname_r() takes 3 args */
100 #undef HAVE_GETHOSTBYNAME_R_3
101
102 /* gethostbyname_r() takes 5 args */
103 #undef HAVE_GETHOSTBYNAME_R_5
104
105 /* gethostbyname_r() takes 6 args */
106 #undef HAVE_GETHOSTBYNAME_R_6
107
108 /* Define to 1 if you have the `getpass_r' function. */
109 #undef HAVE_GETPASS_R
110
111 /* Define to 1 if you have the `getpwuid' function. */
112 #undef HAVE_GETPWUID
113
114 /* Define to 1 if you have the `gettimeofday' function. */
115 #undef HAVE_GETTIMEOFDAY
116
117 /* Define to 1 if you have the `gmtime_r' function. */
118 #undef HAVE_GMTIME_R
119
120 /* if you have the gssapi libraries */
121 #undef HAVE_GSSAPI
122
123 /* if you have the Heimdal gssapi libraries */
124 #undef HAVE_GSSHEIMDAL
125
126 /* if you have the MIT gssapi libraries */
127 #undef HAVE_GSSMIT
128
129 /* Define to 1 if you have the `inet_addr' function. */
130 #undef HAVE_INET_ADDR
131
132 /* Define to 1 if you have the `inet_ntoa' function. */
133 #undef HAVE_INET_NTOA
134
135 /* Define to 1 if you have the `inet_ntoa_r' function. */
136 #undef HAVE_INET_NTOA_R
137
138 /* inet_ntoa_r() is declared */
139 #undef HAVE_INET_NTOA_R_DECL
140
141 /* Define to 1 if you have the `inet_pton' function. */
142 #undef HAVE_INET_PTON
143
144 /* Define to 1 if you have the <inttypes.h> header file. */
145 #undef HAVE_INTTYPES_H
146
147 /* use ioctlsocket() for non-blocking sockets */
148 #undef HAVE_IOCTLSOCKET
149
150 /* use Ioctlsocket() for non-blocking sockets */
151 #undef HAVE_IOCTLSOCKET_CASE
152
153 /* Define to 1 if you have the <io.h> header file. */
154 #undef HAVE_IO_H
155
156 /* if you have the Kerberos4 libraries (including -ldes) */
157 #undef HAVE_KRB4
158
159 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
160 #undef HAVE_KRB_GET_OUR_IP_FOR_REALM
161
162 /* Define to 1 if you have the <krb.h> header file. */
163 #undef HAVE_KRB_H
164
165 /* Define to 1 if you have the `crypto' library (-lcrypto). */
166 #undef HAVE_LIBCRYPTO
167
168 /* Define to 1 if you have the `dl' library (-ldl). */
169 #undef HAVE_LIBDL
170
171 /* Define to 1 if you have the `resolv' library (-lresolv). */
172 #undef HAVE_LIBRESOLV
173
174 /* Define to 1 if you have the `resolve' library (-lresolve). */
175 #undef HAVE_LIBRESOLVE
176
177 /* Define to 1 if you have the `socket' library (-lsocket). */
178 #undef HAVE_LIBSOCKET
179
180 /* Define to 1 if you have the `ssl' library (-lssl). */
181 #undef HAVE_LIBSSL
182
183 /* if zlib is available */
184 #undef HAVE_LIBZ
185
186 /* Define to 1 if you have the <limits.h> header file. */
187 #undef HAVE_LIMITS_H
188
189 /* Define to 1 if you have the `localtime_r' function. */
190 #undef HAVE_LOCALTIME_R
191
192 /* if your compiler supports 'long long' */
193 #undef HAVE_LONGLONG
194
195 /* Define to 1 if you have the <malloc.h> header file. */
196 #undef HAVE_MALLOC_H
197
198 /* Define to 1 if you have the <memory.h> header file. */
199 #undef HAVE_MEMORY_H
200
201 /* Define to 1 if you have the <netdb.h> header file. */
202 #undef HAVE_NETDB_H
203
204 /* Define to 1 if you have the <netinet/in.h> header file. */
205 #undef HAVE_NETINET_IN_H
206
207 /* Define to 1 if you have the <net/if.h> header file. */
208 #undef HAVE_NET_IF_H
209
210 /* Define to 1 if you have the <openssl/crypto.h> header file. */
211 #undef HAVE_OPENSSL_CRYPTO_H
212
213 /* Define to 1 if you have the <openssl/engine.h> header file. */
214 #undef HAVE_OPENSSL_ENGINE_H
215
216 /* Define to 1 if you have the <openssl/err.h> header file. */
217 #undef HAVE_OPENSSL_ERR_H
218
219 /* Define to 1 if you have the <openssl/pem.h> header file. */
220 #undef HAVE_OPENSSL_PEM_H
221
222 /* Define to 1 if you have the <openssl/rsa.h> header file. */
223 #undef HAVE_OPENSSL_RSA_H
224
225 /* Define to 1 if you have the <openssl/ssl.h> header file. */
226 #undef HAVE_OPENSSL_SSL_H
227
228 /* Define to 1 if you have the <openssl/x509.h> header file. */
229 #undef HAVE_OPENSSL_X509_H
230
231 /* use O_NONBLOCK for non-blocking sockets */
232 #undef HAVE_O_NONBLOCK
233
234 /* Define to 1 if you have the <pem.h> header file. */
235 #undef HAVE_PEM_H
236
237 /* Define to 1 if you have the `perror' function. */
238 #undef HAVE_PERROR
239
240 /* Define to 1 if you have the `poll' function. */
241 #undef HAVE_POLL
242
243 /* Define to 1 if you have the <pwd.h> header file. */
244 #undef HAVE_PWD_H
245
246 /* Define to 1 if you have the `RAND_egd' function. */
247 #undef HAVE_RAND_EGD
248
249 /* Define to 1 if you have the `RAND_screen' function. */
250 #undef HAVE_RAND_SCREEN
251
252 /* Define to 1 if you have the `RAND_status' function. */
253 #undef HAVE_RAND_STATUS
254
255 /* Define to 1 if you have the <rsa.h> header file. */
256 #undef HAVE_RSA_H
257
258 /* Define to 1 if you have the `select' function. */
259 #undef HAVE_SELECT
260
261 /* Define to 1 if you have the <setjmp.h> header file. */
262 #undef HAVE_SETJMP_H
263
264 /* Define to 1 if you have the <sgtty.h> header file. */
265 #undef HAVE_SGTTY_H
266
267 /* Define to 1 if you have the `sigaction' function. */
268 #undef HAVE_SIGACTION
269
270 /* Define to 1 if you have the `siginterrupt' function. */
271 #undef HAVE_SIGINTERRUPT
272
273 /* Define to 1 if you have the `signal' function. */
274 #undef HAVE_SIGNAL
275
276 /* If you have sigsetjmp */
277 #undef HAVE_SIGSETJMP
278
279 /* Define to 1 if you have the `socket' function. */
280 #undef HAVE_SOCKET
281
282 /* use SO_NONBLOCK for non-blocking sockets */
283 #undef HAVE_SO_NONBLOCK
284
285 /* Define this if you have the SPNEGO library fbopenssl */
286 #undef HAVE_SPNEGO
287
288 /* Define to 1 if you have the <ssl.h> header file. */
289 #undef HAVE_SSL_H
290
291 /* Define to 1 if you have the <stdint.h> header file. */
292 #undef HAVE_STDINT_H
293
294 /* Define to 1 if you have the <stdlib.h> header file. */
295 #undef HAVE_STDLIB_H
296
297 /* Define to 1 if you have the `strcasecmp' function. */
298 #undef HAVE_STRCASECMP
299
300 /* Define to 1 if you have the `strcmpi' function. */
301 #undef HAVE_STRCMPI
302
303 /* Define to 1 if you have the `strdup' function. */
304 #undef HAVE_STRDUP
305
306 /* Define to 1 if you have the `strftime' function. */
307 #undef HAVE_STRFTIME
308
309 /* Define to 1 if you have the `stricmp' function. */
310 #undef HAVE_STRICMP
311
312 /* Define to 1 if you have the <strings.h> header file. */
313 #undef HAVE_STRINGS_H
314
315 /* Define to 1 if you have the <string.h> header file. */
316 #undef HAVE_STRING_H
317
318 /* Define to 1 if you have the `strlcat' function. */
319 #undef HAVE_STRLCAT
320
321 /* Define to 1 if you have the `strlcpy' function. */
322 #undef HAVE_STRLCPY
323
324 /* Define to 1 if you have the `strstr' function. */
325 #undef HAVE_STRSTR
326
327 /* Define to 1 if you have the `strtok_r' function. */
328 #undef HAVE_STRTOK_R
329
330 /* Define to 1 if you have the `strtoll' function. */
331 #undef HAVE_STRTOLL
332
333 /* Define to 1 if you have the <sys/ioctl.h> header file. */
334 #undef HAVE_SYS_IOCTL_H
335
336 /* Define to 1 if you have the <sys/param.h> header file. */
337 #undef HAVE_SYS_PARAM_H
338
339 /* Define to 1 if you have the <sys/poll.h> header file. */
340 #undef HAVE_SYS_POLL_H
341
342 /* Define to 1 if you have the <sys/select.h> header file. */
343 #undef HAVE_SYS_SELECT_H
344
345 /* Define to 1 if you have the <sys/socket.h> header file. */
346 #undef HAVE_SYS_SOCKET_H
347
348 /* Define to 1 if you have the <sys/sockio.h> header file. */
349 #undef HAVE_SYS_SOCKIO_H
350
351 /* Define to 1 if you have the <sys/stat.h> header file. */
352 #undef HAVE_SYS_STAT_H
353
354 /* Define to 1 if you have the <sys/time.h> header file. */
355 #undef HAVE_SYS_TIME_H
356
357 /* Define to 1 if you have the <sys/types.h> header file. */
358 #undef HAVE_SYS_TYPES_H
359
360 /* Define to 1 if you have the <sys/utime.h> header file. */
361 #undef HAVE_SYS_UTIME_H
362
363 /* Define to 1 if you have the `tcgetattr' function. */
364 #undef HAVE_TCGETATTR
365
366 /* Define to 1 if you have the `tcsetattr' function. */
367 #undef HAVE_TCSETATTR
368
369 /* Define to 1 if you have the <termios.h> header file. */
370 #undef HAVE_TERMIOS_H
371
372 /* Define to 1 if you have the <termio.h> header file. */
373 #undef HAVE_TERMIO_H
374
375 /* Define to 1 if you have the <time.h> header file. */
376 #undef HAVE_TIME_H
377
378 /* Define to 1 if you have the `uname' function. */
379 #undef HAVE_UNAME
380
381 /* Define to 1 if you have the <unistd.h> header file. */
382 #undef HAVE_UNISTD_H
383
384 /* Define to 1 if you have the `utime' function. */
385 #undef HAVE_UTIME
386
387 /* Define to 1 if you have the <utime.h> header file. */
388 #undef HAVE_UTIME_H
389
390 /* Define to 1 if you have the <winsock.h> header file. */
391 #undef HAVE_WINSOCK_H
392
393 /* Define this symbol if your OS supports changing the contents of argv */
394 #undef HAVE_WRITABLE_ARGV
395
396 /* Define to 1 if you have the <x509.h> header file. */
397 #undef HAVE_X509_H
398
399 /* if you have the zlib.h header file */
400 #undef HAVE_ZLIB_H
401
402 /* need REENTRANT defined */
403 #undef NEED_REENTRANT
404
405 /* cpu-machine-OS */
406 #undef OS
407
408 /* Name of package */
409 #undef PACKAGE
410
411 /* Define to the address where bug reports for this package should be sent. */
412 #undef PACKAGE_BUGREPORT
413
414 /* Define to the full name of this package. */
415 #undef PACKAGE_NAME
416
417 /* Define to the full name and version of this package. */
418 #undef PACKAGE_STRING
419
420 /* Define to the one symbol short name of this package. */
421 #undef PACKAGE_TARNAME
422
423 /* Define to the version of this package. */
424 #undef PACKAGE_VERSION
425
426 /* a suitable file to read random data from */
427 #undef RANDOM_FILE
428
429 /* Define as the return type of signal handlers (`int' or `void'). */
430 #undef RETSIGTYPE
431
432 /* Define to the type of arg 1 for `select'. */
433 #undef SELECT_TYPE_ARG1
434
435 /* Define to the type of args 2, 3 and 4 for `select'. */
436 #undef SELECT_TYPE_ARG234
437
438 /* Define to the type of arg 5 for `select'. */
439 #undef SELECT_TYPE_ARG5
440
441 /* The size of a `curl_off_t', as computed by sizeof. */
442 #undef SIZEOF_CURL_OFF_T
443
444 /* Define to 1 if you have the ANSI C header files. */
445 #undef STDC_HEADERS
446
447 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
448 #undef TIME_WITH_SYS_TIME
449
450 /* Define if you want to enable ares support */
451 #undef USE_ARES
452
453 /* If you want to build curl with the built-in manual */
454 #undef USE_MANUAL
455
456 /* Version number of package */
457 #undef VERSION
458
459 /* Define to 1 if on AIX 3.
460    System headers sometimes define this.
461    We just want to avoid a redefinition error message.  */
462 #ifndef _ALL_SOURCE
463 # undef _ALL_SOURCE
464 #endif
465
466 /* Number of bits in a file offset, on hosts where this is settable. */
467 #undef _FILE_OFFSET_BITS
468
469 /* Define for large files, on AIX-style hosts. */
470 #undef _LARGE_FILES
471
472 /* Define to empty if `const' does not conform to ANSI C. */
473 #undef const
474
475 /* type to use in place of in_addr_t if not defined */
476 #undef in_addr_t
477
478 /* Define to `unsigned' if <sys/types.h> does not define. */
479 #undef size_t
480
481 /* type to use in place of socklen_t if not defined */
482 #undef socklen_t
483
484 /* the signed version of size_t */
485 #undef ssize_t