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