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