sources: update source headers
[platform/upstream/curl.git] / lib / config-tpf.h
1 #ifndef __LIBCONFIGTPF_H
2 #define __LIBCONFIGTPF_H
3 /***************************************************************************
4  *                                  _   _ ____  _
5  *  Project                     ___| | | |  _ \| |
6  *                             / __| | | | |_) | |
7  *                            | (__| |_| |  _ <| |___
8  *                             \___|\___/|_| \_\_____|
9  *
10  * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
11  *
12  * This software is licensed as described in the file COPYING, which
13  * you should have received as part of this distribution. The terms
14  * are also available at http://curl.haxx.se/docs/copyright.html.
15  *
16  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
17  * copies of the Software, and permit persons to whom the Software is
18  * furnished to do so, under the terms of the COPYING file.
19  *
20  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21  * KIND, either express or implied.
22  *
23  ***************************************************************************/
24
25 /* ================================================================ */
26 /*    lib/config-tpf.h - Hand crafted config file for TPF           */
27 /* ================================================================ */
28
29 /* ---------------------------------------------------------------- */
30 /*            FEATURES, FUNCTIONS, and DEFINITIONS                  */
31 /* ---------------------------------------------------------------- */
32
33 /* NOTE: Refer also to the .mak file for some of the flags below */
34
35 /* when building libcurl itself */
36 /* #undef BUILDING_LIBCURL */
37
38 /* to disable cookies support */
39 /* #undef CURL_DISABLE_COOKIES */
40
41 /* to disable cryptographic authentication */
42 /* #undef CURL_DISABLE_CRYPTO_AUTH */
43
44 /* to disable DICT */
45 /* #undef CURL_DISABLE_DICT */
46
47 /* to disable FILE */
48 /* #undef CURL_DISABLE_FILE */
49
50 /* to disable FTP */
51 /* #undef CURL_DISABLE_FTP */
52
53 /* to disable HTTP */
54 /* #undef CURL_DISABLE_HTTP */
55
56 /* to disable LDAP */
57 /* #undef CURL_DISABLE_LDAP */
58
59 /* to disable TELNET */
60 /* #undef CURL_DISABLE_TELNET */
61
62 /* to disable TFTP */
63 /* #undef CURL_DISABLE_TFTP */
64
65 /* to disable verbose strings */
66 /* #undef CURL_DISABLE_VERBOSE_STRINGS */
67
68 /* when not building a shared library */
69 /* #undef CURL_STATICLIB */
70
71 /* lber dynamic library file */
72 /* #undef DL_LBER_FILE */
73
74 /* ldap dynamic library file */
75 /* #undef DL_LDAP_FILE */
76
77 /* your Entropy Gathering Daemon socket pathname */
78 /* #undef EGD_SOCKET */
79
80 /* Define if you want to enable IPv6 support */
81 /* #undef ENABLE_IPV6 */
82
83 /* Define if struct sockaddr_in6 has the sin6_scope_id member */
84 /* #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID */
85
86 /* Define to the type of arg 1 for getnameinfo. */
87 /* #undef GETNAMEINFO_TYPE_ARG1 */
88
89 /* Define to the type of arg 2 for getnameinfo. */
90 /* #undef GETNAMEINFO_TYPE_ARG2 */
91
92 /* Define to the type of args 4 and 6 for getnameinfo. */
93 /* #undef GETNAMEINFO_TYPE_ARG46 */
94
95 /* Define to the type of arg 7 for getnameinfo. */
96 /* #undef GETNAMEINFO_TYPE_ARG7 */
97
98 /* Define to 1 if you have the alarm function. */
99 #define HAVE_ALARM 1
100
101 /* Define to 1 if you have the <arpa/inet.h> header file. */
102 #define HAVE_ARPA_INET_H 1
103
104 /* Define to 1 if you have the <arpa/tftp.h> header file. */
105 /* #undef HAVE_ARPA_TFTP_H */
106
107 /* Define to 1 if you have the <assert.h> header file. */
108 #define HAVE_ASSERT_H 1
109
110 /* Define to 1 if you have the `basename' function. */
111 #define HAVE_BASENAME 1
112
113 /* Define to 1 if you have the `closesocket' function. */
114 /* #undef HAVE_CLOSESOCKET */
115
116 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
117 /* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */
118 #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
119
120 /* Define to 1 if you have the <crypto.h> header file. */
121 /* #undef HAVE_CRYPTO_H */
122 #define HAVE_CRYPTO_H 1
123
124 /* Define to 1 if you have the <des.h> header file. */
125 /* #undef HAVE_DES_H */
126 #define HAVE_DES_H 1
127
128 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
129 /* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
130 #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
131
132 /* Define to 1 if you have the <errno.h> header file. */
133 #define HAVE_ERRNO_H 1
134
135 /* Define to 1 if you have the <err.h> header file. */
136 /* #undef HAVE_ERR_H */
137 #define HAVE_ERR_H 1
138
139 /* Define to 1 if you have the <fcntl.h> header file. */
140 #define HAVE_FCNTL_H 1
141
142 /* Define to 1 if you have the fcntl function. */
143 #define HAVE_FCNTL 1
144
145 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
146 #define HAVE_FCNTL_O_NONBLOCK 1
147
148 /* Define to 1 if you have the `fork' function. */
149 /* #undef HAVE_FORK */
150 #define HAVE_FORK 1
151
152 /* Define to 1 if you have the `ftruncate' function. */
153 #define HAVE_FTRUNCATE 1
154
155 /* Define if getaddrinfo exists and works */
156 /* #undef HAVE_GETADDRINFO */
157
158 /* Define to 1 if you have the `geteuid' function. */
159 #define HAVE_GETEUID 1
160
161 /* Define to 1 if you have the `gethostbyaddr' function. */
162 #define HAVE_GETHOSTBYADDR 1
163
164 /* If you have gethostbyname */
165 #define HAVE_GETHOSTBYNAME 1
166
167 /* Define to 1 if you have the `gethostbyname_r' function. */
168 /* #undef HAVE_GETHOSTBYNAME_R */
169
170 /* gethostbyname_r() takes 3 args */
171 /* #undef HAVE_GETHOSTBYNAME_R_3 */
172
173 /* gethostbyname_r() takes 5 args */
174 /* #undef HAVE_GETHOSTBYNAME_R_5 */
175
176 /* gethostbyname_r() takes 6 args */
177 /* #undef HAVE_GETHOSTBYNAME_R_6 1 */
178
179 /* Define to 1 if you have the getnameinfo function. */
180 /* #undef HAVE_GETNAMEINFO */
181
182 /* Define to 1 if you have the `getpass_r' function. */
183 /* #undef HAVE_GETPASS_R */
184
185 /* Define to 1 if you have the `getprotobyname' function. */
186 /* #undef HAVE_GETPROTOBYNAME */
187
188 /* Define to 1 if you have the `getpwuid' function. */
189 #define HAVE_GETPWUID 1
190
191 /* Define to 1 if you have the `getrlimit' function. */
192 /* #undef HAVE_GETRLIMIT */
193
194 /* Define to 1 if you have the `gettimeofday' function. */
195 #define HAVE_GETTIMEOFDAY 1
196
197 /* we have a glibc-style strerror_r() */
198 /* #undef HAVE_GLIBC_STRERROR_R */
199 #define HAVE_GLIBC_STRERROR_R 1
200
201 /* Define to 1 if you have the `gmtime_r' function. */
202 #define HAVE_GMTIME_R 1
203
204 /* if you have the gssapi libraries */
205 /* #undef HAVE_GSSAPI */
206
207 /* if you have the GNU gssapi libraries */
208 /* #undef HAVE_GSSGNU */
209
210 /* if you have the Heimdal gssapi libraries */
211 /* #undef HAVE_GSSHEIMDAL */
212
213 /* if you have the MIT gssapi libraries */
214 /* #undef HAVE_GSSMIT */
215
216 /* Define to 1 if you have the `iconv' functions. */
217 #define HAVE_ICONV 1
218
219 /* Define to 1 if you have the `idna_strerror' function. */
220 /* #undef HAVE_IDNA_STRERROR */
221
222 /* Define to 1 if you have the `idn_free' function. */
223 /* #undef HAVE_IDN_FREE */
224
225 /* Define to 1 if you have the <idn-free.h> header file. */
226 /* #undef HAVE_IDN_FREE_H */
227
228 /* Define to 1 if you have the `inet_addr' function. */
229 #define HAVE_INET_ADDR 1
230
231 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
232 /* #undef HAVE_INET_NTOP */
233
234 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
235 /* #undef HAVE_INET_PTON */
236
237 /* Define to 1 if you have the <inttypes.h> header file. */
238 #define HAVE_INTTYPES_H 1
239
240 /* Define to 1 if you have the ioctl function. */
241 #define HAVE_IOCTL 1
242
243 /* Define to 1 if you have a working ioctl FIONBIO function. */
244 #define HAVE_IOCTL_FIONBIO 1
245
246 /* Define to 1 if you have the ioctlsocket function. */
247 /* #undef HAVE_IOCTLSOCKET */
248
249 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
250 /* #undef HAVE_IOCTLSOCKET_FIONBIO */
251
252 /* Define to 1 if you have the IoctlSocket camel case function. */
253 /* #undef HAVE_IOCTLSOCKET_CAMEL */
254
255 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. */
256 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
257
258 /* Define to 1 if you have the <io.h> header file. */
259 /* #undef HAVE_IO_H */
260
261 /* if you have the Kerberos4 libraries (including -ldes) */
262 /* #undef HAVE_KRB4 */
263
264 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
265 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
266
267 /* Define to 1 if you have the <krb.h> header file. */
268 /* #undef HAVE_KRB_H */
269
270 /* Define to 1 if you have the <libgen.h> header file. */
271 /* #undef HAVE_LIBGEN_H 1 */
272
273 /* Define to 1 if you have the `idn' library (-lidn). */
274 /* #undef HAVE_LIBIDN */
275
276 /* Define to 1 if you have the `resolv' library (-lresolv). */
277 /* #undef HAVE_LIBRESOLV */
278
279 /* Define to 1 if you have the `resolve' library (-lresolve). */
280 /* #undef HAVE_LIBRESOLVE */
281
282 /* Define to 1 if you have the `socket' library (-lsocket). */
283 /* #undef HAVE_LIBSOCKET */
284
285 /* Define to 1 if you have the `ssl' library (-lssl). */
286 /* #undef HAVE_LIBSSL */
287 #define HAVE_LIBSSL 1
288
289 /* if zlib is available */
290 /* #undef HAVE_LIBZ */
291
292 /* Define to 1 if you have the <limits.h> header file. */
293 #define HAVE_LIMITS_H 1
294
295 /* if your compiler supports LL */
296 #define HAVE_LL 1
297
298 /* Define to 1 if you have the <locale.h> header file. */
299 #define HAVE_LOCALE_H 1
300
301 /* Define to 1 if you have the `localtime_r' function. */
302 #define HAVE_LOCALTIME_R 1
303
304 /* Define to 1 if the compiler supports the 'long long' data type. */
305 #define HAVE_LONGLONG 1
306
307 /* Define to 1 if you need the malloc.h header file even with stdlib.h  */
308 /* #undef NEED_MALLOC_H */
309
310 /* Define to 1 if you have the <memory.h> header file. */
311 #define HAVE_MEMORY_H 1
312
313 /* Define to 1 if you have the <netdb.h> header file. */
314 #define HAVE_NETDB_H 1
315
316 /* Define to 1 if you have the <netinet/in.h> header file. */
317 #define HAVE_NETINET_IN_H 1
318
319 /* Define to 1 if you have the <netinet/tcp.h> header file. */
320 /* undef HAVE_NETINET_TCP_H */
321
322 /* Define to 1 if you have the <net/if.h> header file. */
323 #define HAVE_NET_IF_H 1
324
325 /* Define if NI_WITHSCOPEID exists and works */
326 /* #undef HAVE_NI_WITHSCOPEID */
327
328 /* we have no strerror_r() proto */
329 /* #undef HAVE_NO_STRERROR_R_DECL */
330
331 /* Define to 1 if you have the <openssl/crypto.h> header file. */
332 /* #undef HAVE_OPENSSL_CRYPTO_H */
333 #define HAVE_OPENSSL_CRYPTO_H 1
334
335 /* Define to 1 if you have the <openssl/engine.h> header file. */
336 /* #undef HAVE_OPENSSL_ENGINE_H */
337 #define HAVE_OPENSSL_ENGINE_H 1
338
339 /* Define to 1 if you have the <openssl/err.h> header file. */
340 /* #undef HAVE_OPENSSL_ERR_H */
341 #define HAVE_OPENSSL_ERR_H 1
342
343 /* Define to 1 if you have the <openssl/pem.h> header file. */
344 /* #undef HAVE_OPENSSL_PEM_H */
345 #define HAVE_OPENSSL_PEM_H 1
346
347 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
348 /* #undef HAVE_OPENSSL_PKCS12_H */
349 #define HAVE_OPENSSL_PKCS12_H 1
350
351 /* Define to 1 if you have the <openssl/rsa.h> header file. */
352 /* #undef HAVE_OPENSSL_RSA_H */
353 #define HAVE_OPENSSL_RSA_H 1
354
355 /* Define to 1 if you have the <openssl/ssl.h> header file. */
356 /* #undef HAVE_OPENSSL_SSL_H */
357 #define HAVE_OPENSSL_SSL_H 1
358
359 /* Define to 1 if you have the <openssl/x509.h> header file. */
360 /* #undef HAVE_OPENSSL_X509_H */
361 #define HAVE_OPENSSL_X509_H 1
362
363 /* Define to 1 if you have the <pem.h> header file. */
364 /* #undef HAVE_PEM_H */
365 #define HAVE_PEM_H 1
366
367 /* Define to 1 if you have the `perror' function. */
368 #define HAVE_PERROR 1
369
370 /* Define to 1 if you have the `pipe' function. */
371 #define HAVE_PIPE 1
372
373 /* Define to 1 if you have the `poll' function. */
374 /* #undef HAVE_POLL */
375
376 /* If you have a fine poll */
377 /* #undef HAVE_POLL_FINE */
378
379 /* we have a POSIX-style strerror_r() */
380 /* #undef HAVE_POSIX_STRERROR_R */
381
382 /* Define to 1 if you have the <pwd.h> header file. */
383 #define HAVE_PWD_H 1
384
385 /* Define to 1 if you have the `RAND_egd' function. */
386 /* #undef HAVE_RAND_EGD */
387 #define HAVE_RAND_EGD 1
388
389 /* Define to 1 if you have the `RAND_screen' function. */
390 /* #undef HAVE_RAND_SCREEN */
391
392 /* Define to 1 if you have the `RAND_status' function. */
393 /* #undef HAVE_RAND_STATUS */
394 #define HAVE_RAND_STATUS 1
395
396 /* Define to 1 if you have the <rsa.h> header file. */
397 /* #undef HAVE_RSA_H */
398 #define HAVE_RSA_H 1
399
400 /* Define to 1 if you have the `select' function. */
401 #define HAVE_SELECT 1
402
403 /* Define to 1 if you have the <setjmp.h> header file. */
404 #define HAVE_SETJMP_H 1
405
406 /* Define to 1 if you have the `setlocale' function. */
407 #define HAVE_SETLOCALE 1
408
409 /* Define to 1 if you have the `setrlimit' function. */
410 #define HAVE_SETRLIMIT 1
411
412 /* Define to 1 if you have the setsockopt function. */
413 /* #undef HAVE_SETSOCKOPT */
414
415 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
416 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
417
418 /* Define to 1 if you have the <sgtty.h> header file. */
419 /* #undef HAVE_SGTTY_H 1 */
420
421 /* Define to 1 if you have the `sigaction' function. */
422 #define HAVE_SIGACTION 1
423
424 /* Define to 1 if you have the `siginterrupt' function. */
425 /* #undef HAVE_SIGINTERRUPT */
426
427 /* Define to 1 if you have the `signal' function. */
428 #define HAVE_SIGNAL 1
429
430 /* Define to 1 if you have the <signal.h> header file. */
431 #define HAVE_SIGNAL_H 1
432
433 /* Define to 1 if sig_atomic_t is an available typedef. */
434 #define HAVE_SIG_ATOMIC_T 1
435
436 /* Define to 1 if sig_atomic_t is already defined as volatile. */
437 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
438
439 /* If you have sigsetjmp */
440 /* #undef HAVE_SIGSETJMP */
441
442 /* Define to 1 if you have the `socket' function. */
443 #define HAVE_SOCKET 1
444
445 /* Define this if you have the SPNEGO library fbopenssl */
446 /* #undef HAVE_SPNEGO */
447
448 /* Define to 1 if you have the <ssl.h> header file. */
449 /* #undef HAVE_SSL_H */
450 #define HAVE_SSL_H 1
451
452 /* Define to 1 if you have the <stdint.h> header file. */
453 #define HAVE_STDINT_H 1
454
455 /* Define to 1 if you have the <stdlib.h> header file. */
456 #define HAVE_STDLIB_H 1
457
458 /* Define to 1 if you have the `strcasecmp' function. */
459 #define HAVE_STRCASECMP 1
460
461 /* Define to 1 if you have the `strcmpi' function. */
462 /* #undef HAVE_STRCMPI */
463
464 /* Define to 1 if you have the `strdup' function. */
465 #define HAVE_STRDUP 1
466
467 /* Define to 1 if you have the `strerror_r' function. */
468 #define HAVE_STRERROR_R 1
469
470 /* Define to 1 if you have the `stricmp' function. */
471 /* #undef HAVE_STRICMP */
472 #define HAVE_STRICMP 1
473
474 /* Define to 1 if you have the <strings.h> header file. */
475 #define HAVE_STRINGS_H 1
476
477 /* Define to 1 if you have the <string.h> header file. */
478 #define HAVE_STRING_H 1
479
480 /* Define to 1 if you have the `strlcat' function. */
481 /* #undef HAVE_STRLCAT */
482
483 /* Define to 1 if you have the `strlcpy' function. */
484 /* #undef HAVE_STRLCPY */
485
486 /* Define to 1 if you have the `strstr' function. */
487 #define HAVE_STRSTR 1
488
489 /* Define to 1 if you have the `strtok_r' function. */
490 #define HAVE_STRTOK_R 1
491
492 /* Define to 1 if you have the `strtoll' function. */
493 #define HAVE_STRTOLL 1
494
495 /* if struct sockaddr_storage is defined */
496 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE */
497
498 /* Define this if you have struct timeval */
499 #define HAVE_STRUCT_TIMEVAL 1
500
501 /* Define to 1 if you have the <sys/filio.h> header file. */
502 #define HAVE_SYS_FILIO_H 1
503
504 /* Define to 1 if you have the <sys/ioctl.h> header file. */
505 #define HAVE_SYS_IOCTL_H 1
506
507 /* Define to 1 if you have the <sys/param.h> header file. */
508 #define HAVE_SYS_PARAM_H 1
509
510 /* Define to 1 if you have the <sys/poll.h> header file. */
511 /* #undef HAVE_SYS_POLL_H */
512
513 /* Define to 1 if you have the <sys/resource.h> header file. */
514 #define HAVE_SYS_RESOURCE_H 1
515
516 /* Define to 1 if you have the <sys/select.h> header file. */
517 #define HAVE_SYS_SELECT_H 1
518
519 /* Define to 1 if you have the <sys/socket.h> header file. */
520 #define HAVE_SYS_SOCKET_H 1
521
522 /* Define to 1 if you have the <sys/sockio.h> header file. */
523 /* #undef HAVE_SYS_SOCKIO_H */
524 #define HAVE_SYS_SOCKIO_H 1
525
526 /* Define to 1 if you have the <sys/stat.h> header file. */
527 #define HAVE_SYS_STAT_H 1
528
529 /* Define to 1 if you have the <sys/time.h> header file. */
530 #define HAVE_SYS_TIME_H 1
531
532 /* Define to 1 if you have the <sys/types.h> header file. */
533 #define HAVE_SYS_TYPES_H 1
534
535 /* Define to 1 if you have the <sys/utime.h> header file. */
536 /* #undef HAVE_SYS_UTIME_H */
537
538 /* Define to 1 if you have the <termios.h> header file. */
539 /* #undef HAVE_TERMIOS_H */
540
541 /* Define to 1 if you have the <termio.h> header file. */
542 /* #undef HAVE_TERMIO_H */
543
544 /* Define to 1 if you have the <time.h> header file. */
545 #define HAVE_TIME_H 1
546
547 /* Define to 1 if you have the <tld.h> header file. */
548 /* #undef HAVE_TLD_H */
549
550 /* Define to 1 if you have the `tld_strerror' function. */
551 /* #undef HAVE_TLD_STRERROR */
552
553 /* Define to 1 if you have the <unistd.h> header file. */
554 #define HAVE_UNISTD_H 1
555
556 /* Define to 1 if you have the `utime' function. */
557 #define HAVE_UTIME 1
558
559 /* Define to 1 if you have the <utime.h> header file. */
560 #define HAVE_UTIME_H 1
561
562 /* Define to 1 if you have the <winsock2.h> header file. */
563 /* #undef HAVE_WINSOCK2_H */
564
565 /* Define to 1 if you have the <winsock.h> header file. */
566 /* #undef HAVE_WINSOCK_H */
567
568 /* Define this symbol if your OS supports changing the contents of argv */
569 /* #undef HAVE_WRITABLE_ARGV */
570
571 /* Define to 1 if you have the ws2tcpip.h header file. */
572 /* #undef HAVE_WS2TCPIP_H */
573
574 /* Define to 1 if you have the <x509.h> header file. */
575 /* #undef HAVE_X509_H */
576
577 /* if you have the zlib.h header file */
578 /* #undef HAVE_ZLIB_H */
579
580 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
581 /* #undef NEED_REENTRANT */
582
583 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
584 /* #undef NEED_THREAD_SAFE */
585
586 /* cpu-machine-OS */
587 #define OS "s390x-ibm-tpf"
588
589 /* Name of package */
590 #define PACKAGE "curl"
591
592 /* Define to the address where bug reports for this package should be sent. */
593 #define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"
594
595 /* Define to the full name of this package. */
596 #define PACKAGE_NAME "curl"
597
598 /* Define to the full name and version of this package. */
599 #define PACKAGE_STRING "curl -"
600
601 /* Define to the one symbol short name of this package. */
602 #define PACKAGE_TARNAME "curl"
603
604 /* Define to the version of this package. */
605 #define PACKAGE_VERSION "-"
606
607 /* a suitable file to read random data from */
608 /* #undef RANDOM_FILE */
609
610 /* Define as the return type of signal handlers (`int' or `void'). */
611 #define RETSIGTYPE void
612
613 /* Define to the type of arg 1 for `select'. */
614 #define SELECT_TYPE_ARG1 int
615
616 /* Define to the type of args 2, 3 and 4 for `select'. */
617 #define SELECT_TYPE_ARG234 (fd_set *)
618
619 /* Define to the type of arg 5 for `select'. */
620 #define SELECT_TYPE_ARG5 (struct timeval *)
621
622 /* The size of `int', as computed by sizeof. */
623 #define SIZEOF_INT 4
624
625 /* The size of `off_t', as computed by sizeof. */
626 #define SIZEOF_OFF_T 8
627
628 /* The size of `short', as computed by sizeof. */
629 #define SIZEOF_SHORT 2
630
631 /* The size of `size_t', as computed by sizeof. */
632 #define SIZEOF_SIZE_T 8
633
634 /* The size of `time_t', as computed by sizeof. */
635 #define SIZEOF_TIME_T 8
636
637 /* Define to 1 if you have the ANSI C header files. */
638 #define STDC_HEADERS 1
639
640 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
641 #define TIME_WITH_SYS_TIME 1
642
643 /* Define if you want to enable ares support */
644 /* #undef USE_ARES */
645
646 /* Define to disable non-blocking sockets */
647 /* #undef USE_BLOCKING_SOCKETS */
648
649 /* if GnuTLS is enabled */
650 /* #undef USE_GNUTLS */
651
652 /* If you want to build curl with the built-in manual */
653 /* #undef USE_MANUAL */
654
655 /* if OpenSSL is in use */
656 /* #undef USE_OPENSSL */
657
658 /* if SSL is enabled */
659 /* #undef USE_SSLEAY */
660
661 /* to enable SSPI support */
662 /* #undef USE_WINDOWS_SSPI */
663
664 /* Version number of package */
665 #define VERSION "not-used"
666
667 /* Define to avoid automatic inclusion of winsock.h */
668 /* #undef WIN32_LEAN_AND_MEAN */
669
670 /* Define to 1 if on AIX 3.
671    System headers sometimes define this.
672    We just want to avoid a redefinition error message.  */
673 #ifndef _ALL_SOURCE
674 /* # undef _ALL_SOURCE */
675 #endif
676
677 /* Number of bits in a file offset, on hosts where this is settable. */
678 /* #undef _FILE_OFFSET_BITS */
679
680 /* Define for large files, on AIX-style hosts. */
681 /* #undef _LARGE_FILES */
682
683 /* Define to empty if `const' does not conform to ANSI C. */
684 /* #undef const */
685
686 /* type to use in place of in_addr_t if not defined */
687 /* #undef in_addr_t */
688
689 /* Define to `unsigned' if <sys/types.h> does not define. */
690 /* #undef size_t */
691
692 /* the signed version of size_t */
693 /* #undef ssize_t */
694
695 /* Define to 1 if you have the getnameinfo function. */
696 /* #undef HAVE_GETNAMEINFO 1 */
697
698 /* Define to the type qualifier of arg 1 for getnameinfo. */
699 /* #undef GETNAMEINFO_QUAL_ARG1 const */
700
701 /* Define to the type of arg 1 for getnameinfo. */
702 /* #undef GETNAMEINFO_TYPE_ARG1 struct sockaddr * */
703
704 /* Define to the type of arg 2 for getnameinfo. */
705 /* #undef GETNAMEINFO_TYPE_ARG2 socklen_t */
706
707 /* Define to the type of args 4 and 6 for getnameinfo. */
708 /* #undef GETNAMEINFO_TYPE_ARG46 size_t */
709
710 /* Define to the type of arg 7 for getnameinfo. */
711 /* #undef GETNAMEINFO_TYPE_ARG7 int */
712
713 /* Define to 1 if you have the recv function. */
714 #define HAVE_RECV 1
715
716 /* Define to the type of arg 1 for recv. */
717 #define RECV_TYPE_ARG1 int
718
719 /* Define to the type of arg 2 for recv. */
720 #define RECV_TYPE_ARG2 char *
721
722 /* Define to the type of arg 3 for recv. */
723 #define RECV_TYPE_ARG3 int
724
725 /* Define to the type of arg 4 for recv. */
726 #define RECV_TYPE_ARG4 int
727
728 /* Define to the function return type for recv. */
729 #define RECV_TYPE_RETV int
730
731 /* Define to 1 if you have the recvfrom function. */
732 #define HAVE_RECVFROM 1
733
734 /* Define to the type of arg 1 for recvfrom. */
735 #define RECVFROM_TYPE_ARG1 int
736
737 /* Define to the type pointed by arg 2 for recvfrom. */
738 #define RECVFROM_TYPE_ARG2 char
739
740 /* Define to the type of arg 3 for recvfrom. */
741 #define RECVFROM_TYPE_ARG3 int
742
743 /* Define to the type of arg 4 for recvfrom. */
744 #define RECVFROM_TYPE_ARG4 int
745
746 /* Define to the type pointed by arg 5 for recvfrom. */
747 #define RECVFROM_TYPE_ARG5 struct sockaddr
748
749 /* Define to the type pointed by arg 6 for recvfrom. */
750 #define RECVFROM_TYPE_ARG6 int
751
752 /* Define to the function return type for recvfrom. */
753 #define RECVFROM_TYPE_RETV int
754
755 /* Define to 1 if you have the send function. */
756 #define HAVE_SEND 1
757
758 /* Define to the type of arg 1 for send. */
759 #define SEND_TYPE_ARG1 int
760
761 /* Define to the type qualifier of arg 2 for send. */
762 #define SEND_QUAL_ARG2 const
763
764 /* Define to the type of arg 2 for send. */
765 #define SEND_TYPE_ARG2 char *
766
767 /* Define to the type of arg 3 for send. */
768 #define SEND_TYPE_ARG3 int
769
770 /* Define to the type of arg 4 for send. */
771 #define SEND_TYPE_ARG4 int
772
773 /* Define to the function return type for send. */
774 #define SEND_TYPE_RETV int
775
776 #define CURL_DOES_CONVERSIONS
777 #ifndef CURL_ICONV_CODESET_OF_HOST
778 #define CURL_ICONV_CODESET_OF_HOST "IBM-1047"
779 #endif
780
781
782 #endif /* __LIBCONFIGTPF_H */