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