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