00001 #ifndef HEADER_CURL_CONFIG_TPF_H 00002 #define HEADER_CURL_CONFIG_TPF_H 00003 /*************************************************************************** 00004 * _ _ ____ _ 00005 * Project ___| | | | _ \| | 00006 * / __| | | | |_) | | 00007 * | (__| |_| | _ <| |___ 00008 * \___|\___/|_| \_\_____| 00009 * 00010 * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. 00011 * 00012 * This software is licensed as described in the file COPYING, which 00013 * you should have received as part of this distribution. The terms 00014 * are also available at https://curl.haxx.se/docs/copyright.html. 00015 * 00016 * You may opt to use, copy, modify, merge, publish, distribute and/or sell 00017 * copies of the Software, and permit persons to whom the Software is 00018 * furnished to do so, under the terms of the COPYING file. 00019 * 00020 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 00021 * KIND, either express or implied. 00022 * 00023 ***************************************************************************/ 00024 00025 /* ================================================================ */ 00026 /* Hand crafted config file for TPF */ 00027 /* ================================================================ */ 00028 00029 /* ---------------------------------------------------------------- */ 00030 /* FEATURES, FUNCTIONS, and DEFINITIONS */ 00031 /* ---------------------------------------------------------------- */ 00032 00033 /* NOTE: Refer also to the .mak file for some of the flags below */ 00034 00035 /* to disable cookies support */ 00036 /* #undef CURL_DISABLE_COOKIES */ 00037 00038 /* to disable cryptographic authentication */ 00039 /* #undef CURL_DISABLE_CRYPTO_AUTH */ 00040 00041 /* to disable DICT */ 00042 /* #undef CURL_DISABLE_DICT */ 00043 00044 /* to disable FILE */ 00045 /* #undef CURL_DISABLE_FILE */ 00046 00047 /* to disable FTP */ 00048 /* #undef CURL_DISABLE_FTP */ 00049 00050 /* to disable HTTP */ 00051 /* #undef CURL_DISABLE_HTTP */ 00052 00053 /* to disable LDAP */ 00054 /* #undef CURL_DISABLE_LDAP */ 00055 00056 /* to disable TELNET */ 00057 /* #undef CURL_DISABLE_TELNET */ 00058 00059 /* to disable TFTP */ 00060 /* #undef CURL_DISABLE_TFTP */ 00061 00062 /* to disable verbose strings */ 00063 /* #undef CURL_DISABLE_VERBOSE_STRINGS */ 00064 00065 /* lber dynamic library file */ 00066 /* #undef DL_LBER_FILE */ 00067 00068 /* ldap dynamic library file */ 00069 /* #undef DL_LDAP_FILE */ 00070 00071 /* your Entropy Gathering Daemon socket pathname */ 00072 /* #undef EGD_SOCKET */ 00073 00074 /* Define if you want to enable IPv6 support */ 00075 /* #undef ENABLE_IPV6 */ 00076 00077 /* Define if struct sockaddr_in6 has the sin6_scope_id member */ 00078 /* #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID */ 00079 00080 /* Define to the type of arg 1 for getnameinfo. */ 00081 /* #undef GETNAMEINFO_TYPE_ARG1 */ 00082 00083 /* Define to the type of arg 2 for getnameinfo. */ 00084 /* #undef GETNAMEINFO_TYPE_ARG2 */ 00085 00086 /* Define to the type of args 4 and 6 for getnameinfo. */ 00087 /* #undef GETNAMEINFO_TYPE_ARG46 */ 00088 00089 /* Define to the type of arg 7 for getnameinfo. */ 00090 /* #undef GETNAMEINFO_TYPE_ARG7 */ 00091 00092 /* Define to 1 if you have the alarm function. */ 00093 #define HAVE_ALARM 1 00094 00095 /* Define to 1 if you have the <arpa/inet.h> header file. */ 00096 #define HAVE_ARPA_INET_H 1 00097 00098 /* Define to 1 if you have the <arpa/tftp.h> header file. */ 00099 /* #undef HAVE_ARPA_TFTP_H */ 00100 00101 /* Define to 1 if you have the <assert.h> header file. */ 00102 #define HAVE_ASSERT_H 1 00103 00104 /* Define to 1 if you have the `basename' function. */ 00105 #define HAVE_BASENAME 1 00106 00107 /* Define to 1 if you have the `closesocket' function. */ 00108 /* #undef HAVE_CLOSESOCKET */ 00109 00110 /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */ 00111 /* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */ 00112 #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1 00113 00114 /* Define to 1 if you have the <crypto.h> header file. */ 00115 /* #undef HAVE_CRYPTO_H */ 00116 #define HAVE_CRYPTO_H 1 00117 00118 /* Define to 1 if you have the <des.h> header file. */ 00119 /* #undef HAVE_DES_H */ 00120 #define HAVE_DES_H 1 00121 00122 /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */ 00123 /* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */ 00124 #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1 00125 00126 /* Define to 1 if you have the <errno.h> header file. */ 00127 #define HAVE_ERRNO_H 1 00128 00129 /* Define to 1 if you have the <err.h> header file. */ 00130 /* #undef HAVE_ERR_H */ 00131 #define HAVE_ERR_H 1 00132 00133 /* Define to 1 if you have the <fcntl.h> header file. */ 00134 #define HAVE_FCNTL_H 1 00135 00136 /* Define to 1 if you have the fcntl function. */ 00137 #define HAVE_FCNTL 1 00138 00139 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */ 00140 #define HAVE_FCNTL_O_NONBLOCK 1 00141 00142 /* Define to 1 if you have the `fork' function. */ 00143 /* #undef HAVE_FORK */ 00144 #define HAVE_FORK 1 00145 00146 /* Define to 1 if you have the `ftruncate' function. */ 00147 #define HAVE_FTRUNCATE 1 00148 00149 /* Define if getaddrinfo exists and works */ 00150 /* #undef HAVE_GETADDRINFO */ 00151 00152 /* Define to 1 if you have the `geteuid' function. */ 00153 #define HAVE_GETEUID 1 00154 00155 /* Define to 1 if you have the `gethostbyaddr' function. */ 00156 #define HAVE_GETHOSTBYADDR 1 00157 00158 /* If you have gethostbyname */ 00159 #define HAVE_GETHOSTBYNAME 1 00160 00161 /* Define to 1 if you have the `gethostbyname_r' function. */ 00162 /* #undef HAVE_GETHOSTBYNAME_R */ 00163 00164 /* gethostbyname_r() takes 3 args */ 00165 /* #undef HAVE_GETHOSTBYNAME_R_3 */ 00166 00167 /* gethostbyname_r() takes 5 args */ 00168 /* #undef HAVE_GETHOSTBYNAME_R_5 */ 00169 00170 /* gethostbyname_r() takes 6 args */ 00171 /* #undef HAVE_GETHOSTBYNAME_R_6 1 */ 00172 00173 /* Define to 1 if you have the getnameinfo function. */ 00174 /* #undef HAVE_GETNAMEINFO */ 00175 00176 /* Define to 1 if you have the `getpass_r' function. */ 00177 /* #undef HAVE_GETPASS_R */ 00178 00179 /* Define to 1 if you have the `getprotobyname' function. */ 00180 /* #undef HAVE_GETPROTOBYNAME */ 00181 00182 /* Define to 1 if you have the `getpwuid' function. */ 00183 #define HAVE_GETPWUID 1 00184 00185 /* Define to 1 if you have the `getrlimit' function. */ 00186 /* #undef HAVE_GETRLIMIT */ 00187 00188 /* Define to 1 if you have the `gettimeofday' function. */ 00189 #define HAVE_GETTIMEOFDAY 1 00190 00191 /* we have a glibc-style strerror_r() */ 00192 /* #undef HAVE_GLIBC_STRERROR_R */ 00193 #define HAVE_GLIBC_STRERROR_R 1 00194 00195 /* Define to 1 if you have the `gmtime_r' function. */ 00196 #define HAVE_GMTIME_R 1 00197 00198 /* if you have the gssapi libraries */ 00199 /* #undef HAVE_GSSAPI */ 00200 00201 /* if you have the GNU gssapi libraries */ 00202 /* #undef HAVE_GSSGNU */ 00203 00204 /* if you have the Heimdal gssapi libraries */ 00205 /* #undef HAVE_GSSHEIMDAL */ 00206 00207 /* if you have the MIT gssapi libraries */ 00208 /* #undef HAVE_GSSMIT */ 00209 00210 /* Define to 1 if you have the `iconv' functions. */ 00211 #define HAVE_ICONV 1 00212 00213 /* Define to 1 if you have the `idna_strerror' function. */ 00214 /* #undef HAVE_IDNA_STRERROR */ 00215 00216 /* Define to 1 if you have the `idn_free' function. */ 00217 /* #undef HAVE_IDN_FREE */ 00218 00219 /* Define to 1 if you have the <idn-free.h> header file. */ 00220 /* #undef HAVE_IDN_FREE_H */ 00221 00222 /* Define to 1 if you have the `inet_addr' function. */ 00223 #define HAVE_INET_ADDR 1 00224 00225 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */ 00226 /* #undef HAVE_INET_NTOP */ 00227 00228 /* Define to 1 if you have a IPv6 capable working inet_pton function. */ 00229 /* #undef HAVE_INET_PTON */ 00230 00231 /* Define to 1 if you have the <inttypes.h> header file. */ 00232 #define HAVE_INTTYPES_H 1 00233 00234 /* Define to 1 if you have the ioctl function. */ 00235 #define HAVE_IOCTL 1 00236 00237 /* Define to 1 if you have a working ioctl FIONBIO function. */ 00238 #define HAVE_IOCTL_FIONBIO 1 00239 00240 /* Define to 1 if you have the ioctlsocket function. */ 00241 /* #undef HAVE_IOCTLSOCKET */ 00242 00243 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */ 00244 /* #undef HAVE_IOCTLSOCKET_FIONBIO */ 00245 00246 /* Define to 1 if you have the IoctlSocket camel case function. */ 00247 /* #undef HAVE_IOCTLSOCKET_CAMEL */ 00248 00249 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO 00250 function. */ 00251 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */ 00252 00253 /* Define to 1 if you have the <io.h> header file. */ 00254 /* #undef HAVE_IO_H */ 00255 00256 /* if you have the Kerberos4 libraries (including -ldes) */ 00257 /* #undef HAVE_KRB4 */ 00258 00259 /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */ 00260 /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */ 00261 00262 /* Define to 1 if you have the <krb.h> header file. */ 00263 /* #undef HAVE_KRB_H */ 00264 00265 /* Define to 1 if you have the <libgen.h> header file. */ 00266 /* #undef HAVE_LIBGEN_H 1 */ 00267 00268 /* Define to 1 if you have the `idn' library (-lidn). */ 00269 /* #undef HAVE_LIBIDN */ 00270 00271 /* Define to 1 if you have the `resolv' library (-lresolv). */ 00272 /* #undef HAVE_LIBRESOLV */ 00273 00274 /* Define to 1 if you have the `resolve' library (-lresolve). */ 00275 /* #undef HAVE_LIBRESOLVE */ 00276 00277 /* Define to 1 if you have the `socket' library (-lsocket). */ 00278 /* #undef HAVE_LIBSOCKET */ 00279 00280 /* Define to 1 if you have the `ssl' library (-lssl). */ 00281 /* #undef HAVE_LIBSSL */ 00282 #define HAVE_LIBSSL 1 00283 00284 /* if zlib is available */ 00285 /* #undef HAVE_LIBZ */ 00286 00287 /* Define to 1 if you have the <limits.h> header file. */ 00288 #define HAVE_LIMITS_H 1 00289 00290 /* if your compiler supports LL */ 00291 #define HAVE_LL 1 00292 00293 /* Define to 1 if you have the <locale.h> header file. */ 00294 #define HAVE_LOCALE_H 1 00295 00296 /* Define to 1 if you have the `localtime_r' function. */ 00297 #define HAVE_LOCALTIME_R 1 00298 00299 /* Define to 1 if the compiler supports the 'long long' data type. */ 00300 #define HAVE_LONGLONG 1 00301 00302 /* Define to 1 if you need the malloc.h header file even with stdlib.h */ 00303 /* #undef NEED_MALLOC_H */ 00304 00305 /* Define to 1 if you have the <memory.h> header file. */ 00306 #define HAVE_MEMORY_H 1 00307 00308 /* Define to 1 if you have the <netdb.h> header file. */ 00309 #define HAVE_NETDB_H 1 00310 00311 /* Define to 1 if you have the <netinet/in.h> header file. */ 00312 #define HAVE_NETINET_IN_H 1 00313 00314 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 00315 /* undef HAVE_NETINET_TCP_H */ 00316 00317 /* Define to 1 if you have the <net/if.h> header file. */ 00318 #define HAVE_NET_IF_H 1 00319 00320 /* Define if NI_WITHSCOPEID exists and works */ 00321 /* #undef HAVE_NI_WITHSCOPEID */ 00322 00323 /* we have no strerror_r() proto */ 00324 /* #undef HAVE_NO_STRERROR_R_DECL */ 00325 00326 /* Define to 1 if you have the <openssl/crypto.h> header file. */ 00327 /* #undef HAVE_OPENSSL_CRYPTO_H */ 00328 #define HAVE_OPENSSL_CRYPTO_H 1 00329 00330 /* Define to 1 if you have the <openssl/engine.h> header file. */ 00331 /* #undef HAVE_OPENSSL_ENGINE_H */ 00332 #define HAVE_OPENSSL_ENGINE_H 1 00333 00334 /* Define to 1 if you have the <openssl/err.h> header file. */ 00335 /* #undef HAVE_OPENSSL_ERR_H */ 00336 #define HAVE_OPENSSL_ERR_H 1 00337 00338 /* Define to 1 if you have the <openssl/pem.h> header file. */ 00339 /* #undef HAVE_OPENSSL_PEM_H */ 00340 #define HAVE_OPENSSL_PEM_H 1 00341 00342 /* Define to 1 if you have the <openssl/pkcs12.h> header file. */ 00343 /* #undef HAVE_OPENSSL_PKCS12_H */ 00344 #define HAVE_OPENSSL_PKCS12_H 1 00345 00346 /* Define to 1 if you have the <openssl/rsa.h> header file. */ 00347 /* #undef HAVE_OPENSSL_RSA_H */ 00348 #define HAVE_OPENSSL_RSA_H 1 00349 00350 /* Define to 1 if you have the <openssl/ssl.h> header file. */ 00351 /* #undef HAVE_OPENSSL_SSL_H */ 00352 #define HAVE_OPENSSL_SSL_H 1 00353 00354 /* Define to 1 if you have the <openssl/x509.h> header file. */ 00355 /* #undef HAVE_OPENSSL_X509_H */ 00356 #define HAVE_OPENSSL_X509_H 1 00357 00358 /* Define to 1 if you have the <pem.h> header file. */ 00359 /* #undef HAVE_PEM_H */ 00360 #define HAVE_PEM_H 1 00361 00362 /* Define to 1 if you have the `perror' function. */ 00363 #define HAVE_PERROR 1 00364 00365 /* Define to 1 if you have the `pipe' function. */ 00366 #define HAVE_PIPE 1 00367 00368 /* Define to 1 if you have the `poll' function. */ 00369 /* #undef HAVE_POLL */ 00370 00371 /* If you have a fine poll */ 00372 /* #undef HAVE_POLL_FINE */ 00373 00374 /* we have a POSIX-style strerror_r() */ 00375 /* #undef HAVE_POSIX_STRERROR_R */ 00376 00377 /* Define to 1 if you have the <pwd.h> header file. */ 00378 #define HAVE_PWD_H 1 00379 00380 /* Define to 1 if you have the `RAND_egd' function. */ 00381 /* #undef HAVE_RAND_EGD */ 00382 #define HAVE_RAND_EGD 1 00383 00384 /* Define to 1 if you have the `RAND_screen' function. */ 00385 /* #undef HAVE_RAND_SCREEN */ 00386 00387 /* Define to 1 if you have the `RAND_status' function. */ 00388 /* #undef HAVE_RAND_STATUS */ 00389 #define HAVE_RAND_STATUS 1 00390 00391 /* Define to 1 if you have the <rsa.h> header file. */ 00392 /* #undef HAVE_RSA_H */ 00393 #define HAVE_RSA_H 1 00394 00395 /* Define to 1 if you have the `select' function. */ 00396 #define HAVE_SELECT 1 00397 00398 /* Define to 1 if you have the <setjmp.h> header file. */ 00399 #define HAVE_SETJMP_H 1 00400 00401 /* Define to 1 if you have the `setlocale' function. */ 00402 #define HAVE_SETLOCALE 1 00403 00404 /* Define to 1 if you have the `setrlimit' function. */ 00405 #define HAVE_SETRLIMIT 1 00406 00407 /* Define to 1 if you have the setsockopt function. */ 00408 /* #undef HAVE_SETSOCKOPT */ 00409 00410 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */ 00411 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */ 00412 00413 /* Define to 1 if you have the <sgtty.h> header file. */ 00414 /* #undef HAVE_SGTTY_H 1 */ 00415 00416 /* Define to 1 if you have the `sigaction' function. */ 00417 #define HAVE_SIGACTION 1 00418 00419 /* Define to 1 if you have the `siginterrupt' function. */ 00420 /* #undef HAVE_SIGINTERRUPT */ 00421 00422 /* Define to 1 if you have the `signal' function. */ 00423 #define HAVE_SIGNAL 1 00424 00425 /* Define to 1 if you have the <signal.h> header file. */ 00426 #define HAVE_SIGNAL_H 1 00427 00428 /* Define to 1 if sig_atomic_t is an available typedef. */ 00429 #define HAVE_SIG_ATOMIC_T 1 00430 00431 /* Define to 1 if sig_atomic_t is already defined as volatile. */ 00432 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */ 00433 00434 /* If you have sigsetjmp */ 00435 /* #undef HAVE_SIGSETJMP */ 00436 00437 /* Define to 1 if you have the `socket' function. */ 00438 #define HAVE_SOCKET 1 00439 00440 /* Define to 1 if you have the <ssl.h> header file. */ 00441 /* #undef HAVE_SSL_H */ 00442 #define HAVE_SSL_H 1 00443 00444 /* Define to 1 if you have the <stdint.h> header file. */ 00445 #define HAVE_STDINT_H 1 00446 00447 /* Define to 1 if you have the <stdlib.h> header file. */ 00448 #define HAVE_STDLIB_H 1 00449 00450 /* Define to 1 if you have the `strcasecmp' function. */ 00451 #define HAVE_STRCASECMP 1 00452 00453 /* Define to 1 if you have the `strcmpi' function. */ 00454 /* #undef HAVE_STRCMPI */ 00455 00456 /* Define to 1 if you have the `strdup' function. */ 00457 #define HAVE_STRDUP 1 00458 00459 /* Define to 1 if you have the `strerror_r' function. */ 00460 #define HAVE_STRERROR_R 1 00461 00462 /* Define to 1 if you have the `stricmp' function. */ 00463 /* #undef HAVE_STRICMP */ 00464 #define HAVE_STRICMP 1 00465 00466 /* Define to 1 if you have the <strings.h> header file. */ 00467 #define HAVE_STRINGS_H 1 00468 00469 /* Define to 1 if you have the <string.h> header file. */ 00470 #define HAVE_STRING_H 1 00471 00472 /* Define to 1 if you have the `strlcpy' function. */ 00473 /* #undef HAVE_STRLCPY */ 00474 00475 /* Define to 1 if you have the `strstr' function. */ 00476 #define HAVE_STRSTR 1 00477 00478 /* Define to 1 if you have the `strtok_r' function. */ 00479 #define HAVE_STRTOK_R 1 00480 00481 /* Define to 1 if you have the `strtoll' function. */ 00482 #define HAVE_STRTOLL 1 00483 00484 /* if struct sockaddr_storage is defined */ 00485 /* #undef HAVE_STRUCT_SOCKADDR_STORAGE */ 00486 00487 /* Define this if you have struct timeval */ 00488 #define HAVE_STRUCT_TIMEVAL 1 00489 00490 /* Define to 1 if you have the <sys/filio.h> header file. */ 00491 #define HAVE_SYS_FILIO_H 1 00492 00493 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 00494 #define HAVE_SYS_IOCTL_H 1 00495 00496 /* Define to 1 if you have the <sys/param.h> header file. */ 00497 #define HAVE_SYS_PARAM_H 1 00498 00499 /* Define to 1 if you have the <sys/poll.h> header file. */ 00500 /* #undef HAVE_SYS_POLL_H */ 00501 00502 /* Define to 1 if you have the <sys/resource.h> header file. */ 00503 #define HAVE_SYS_RESOURCE_H 1 00504 00505 /* Define to 1 if you have the <sys/select.h> header file. */ 00506 #define HAVE_SYS_SELECT_H 1 00507 00508 /* Define to 1 if you have the <sys/socket.h> header file. */ 00509 #define HAVE_SYS_SOCKET_H 1 00510 00511 /* Define to 1 if you have the <sys/sockio.h> header file. */ 00512 /* #undef HAVE_SYS_SOCKIO_H */ 00513 #define HAVE_SYS_SOCKIO_H 1 00514 00515 /* Define to 1 if you have the <sys/stat.h> header file. */ 00516 #define HAVE_SYS_STAT_H 1 00517 00518 /* Define to 1 if you have the <sys/time.h> header file. */ 00519 #define HAVE_SYS_TIME_H 1 00520 00521 /* Define to 1 if you have the <sys/types.h> header file. */ 00522 #define HAVE_SYS_TYPES_H 1 00523 00524 /* Define to 1 if you have the <sys/utime.h> header file. */ 00525 /* #undef HAVE_SYS_UTIME_H */ 00526 00527 /* Define to 1 if you have the <termios.h> header file. */ 00528 /* #undef HAVE_TERMIOS_H */ 00529 00530 /* Define to 1 if you have the <termio.h> header file. */ 00531 /* #undef HAVE_TERMIO_H */ 00532 00533 /* Define to 1 if you have the <time.h> header file. */ 00534 #define HAVE_TIME_H 1 00535 00536 /* Define to 1 if you have the <tld.h> header file. */ 00537 /* #undef HAVE_TLD_H */ 00538 00539 /* Define to 1 if you have the `tld_strerror' function. */ 00540 /* #undef HAVE_TLD_STRERROR */ 00541 00542 /* Define to 1 if you have the <unistd.h> header file. */ 00543 #define HAVE_UNISTD_H 1 00544 00545 /* Define to 1 if you have the `utime' function. */ 00546 #define HAVE_UTIME 1 00547 00548 /* Define to 1 if you have the <utime.h> header file. */ 00549 #define HAVE_UTIME_H 1 00550 00551 /* Define to 1 if you have the <winsock2.h> header file. */ 00552 /* #undef HAVE_WINSOCK2_H */ 00553 00554 /* Define to 1 if you have the <winsock.h> header file. */ 00555 /* #undef HAVE_WINSOCK_H */ 00556 00557 /* Define this symbol if your OS supports changing the contents of argv */ 00558 /* #undef HAVE_WRITABLE_ARGV */ 00559 00560 /* Define to 1 if you have the ws2tcpip.h header file. */ 00561 /* #undef HAVE_WS2TCPIP_H */ 00562 00563 /* Define to 1 if you have the <x509.h> header file. */ 00564 /* #undef HAVE_X509_H */ 00565 00566 /* if you have the zlib.h header file */ 00567 /* #undef HAVE_ZLIB_H */ 00568 00569 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ 00570 /* #undef NEED_REENTRANT */ 00571 00572 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */ 00573 /* #undef NEED_THREAD_SAFE */ 00574 00575 /* cpu-machine-OS */ 00576 #define OS "s390x-ibm-tpf" 00577 00578 /* Name of package */ 00579 #define PACKAGE "curl" 00580 00581 /* Define to the address where bug reports for this package should be sent. */ 00582 #define PACKAGE_BUGREPORT \ 00583 "a suitable curl mailing list => https://curl.haxx.se/mail/" 00584 00585 /* Define to the full name of this package. */ 00586 #define PACKAGE_NAME "curl" 00587 00588 /* Define to the full name and version of this package. */ 00589 #define PACKAGE_STRING "curl -" 00590 00591 /* Define to the one symbol short name of this package. */ 00592 #define PACKAGE_TARNAME "curl" 00593 00594 /* Define to the version of this package. */ 00595 #define PACKAGE_VERSION "-" 00596 00597 /* a suitable file to read random data from */ 00598 /* #undef RANDOM_FILE */ 00599 00600 /* Define as the return type of signal handlers (`int' or `void'). */ 00601 #define RETSIGTYPE void 00602 00603 /* Define to the type of arg 1 for `select'. */ 00604 #define SELECT_TYPE_ARG1 int 00605 00606 /* Define to the type of args 2, 3 and 4 for `select'. */ 00607 #define SELECT_TYPE_ARG234 (fd_set *) 00608 00609 /* Define to the type of arg 5 for `select'. */ 00610 #define SELECT_TYPE_ARG5 (struct timeval *) 00611 00612 /* The size of `int', as computed by sizeof. */ 00613 #define SIZEOF_INT 4 00614 00615 /* The size of `off_t', as computed by sizeof. */ 00616 #define SIZEOF_OFF_T 8 00617 00618 /* The size of `short', as computed by sizeof. */ 00619 #define SIZEOF_SHORT 2 00620 00621 /* The size of `size_t', as computed by sizeof. */ 00622 #define SIZEOF_SIZE_T 8 00623 00624 /* The size of `time_t', as computed by sizeof. */ 00625 #define SIZEOF_TIME_T 8 00626 00627 /* Define to 1 if you have the ANSI C header files. */ 00628 #define STDC_HEADERS 1 00629 00630 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ 00631 #define TIME_WITH_SYS_TIME 1 00632 00633 /* Define if you want to enable ares support */ 00634 /* #undef USE_ARES */ 00635 00636 /* Define to disable non-blocking sockets */ 00637 /* #undef USE_BLOCKING_SOCKETS */ 00638 00639 /* if GnuTLS is enabled */ 00640 /* #undef USE_GNUTLS */ 00641 00642 /* If you want to build curl with the built-in manual */ 00643 /* #undef USE_MANUAL */ 00644 00645 /* if OpenSSL is in use */ 00646 /* #undef USE_OPENSSL */ 00647 00648 /* if SSL is enabled */ 00649 /* #undef USE_OPENSSL */ 00650 00651 /* to enable SSPI support */ 00652 /* #undef USE_WINDOWS_SSPI */ 00653 00654 /* Version number of package */ 00655 #define VERSION "not-used" 00656 00657 /* Define to avoid automatic inclusion of winsock.h */ 00658 /* #undef WIN32_LEAN_AND_MEAN */ 00659 00660 /* Define to 1 if on AIX 3. 00661 System headers sometimes define this. 00662 We just want to avoid a redefinition error message. */ 00663 #ifndef _ALL_SOURCE 00664 /* # undef _ALL_SOURCE */ 00665 #endif 00666 00667 /* Number of bits in a file offset, on hosts where this is settable. */ 00668 /* #undef _FILE_OFFSET_BITS */ 00669 00670 /* Define for large files, on AIX-style hosts. */ 00671 /* #undef _LARGE_FILES */ 00672 00673 /* Define to empty if `const' does not conform to ANSI C. */ 00674 /* #undef const */ 00675 00676 /* type to use in place of in_addr_t if not defined */ 00677 /* #undef in_addr_t */ 00678 00679 /* Define to `unsigned' if <sys/types.h> does not define. */ 00680 /* #undef size_t */ 00681 00682 /* the signed version of size_t */ 00683 /* #undef ssize_t */ 00684 00685 /* Define to 1 if you have the getnameinfo function. */ 00686 /* #undef HAVE_GETNAMEINFO 1 */ 00687 00688 /* Define to the type qualifier of arg 1 for getnameinfo. */ 00689 /* #undef GETNAMEINFO_QUAL_ARG1 const */ 00690 00691 /* Define to the type of arg 1 for getnameinfo. */ 00692 /* #undef GETNAMEINFO_TYPE_ARG1 struct sockaddr * */ 00693 00694 /* Define to the type of arg 2 for getnameinfo. */ 00695 /* #undef GETNAMEINFO_TYPE_ARG2 socklen_t */ 00696 00697 /* Define to the type of args 4 and 6 for getnameinfo. */ 00698 /* #undef GETNAMEINFO_TYPE_ARG46 size_t */ 00699 00700 /* Define to the type of arg 7 for getnameinfo. */ 00701 /* #undef GETNAMEINFO_TYPE_ARG7 int */ 00702 00703 /* Define to 1 if you have the recv function. */ 00704 #define HAVE_RECV 1 00705 00706 /* Define to the type of arg 1 for recv. */ 00707 #define RECV_TYPE_ARG1 int 00708 00709 /* Define to the type of arg 2 for recv. */ 00710 #define RECV_TYPE_ARG2 char * 00711 00712 /* Define to the type of arg 3 for recv. */ 00713 #define RECV_TYPE_ARG3 int 00714 00715 /* Define to the type of arg 4 for recv. */ 00716 #define RECV_TYPE_ARG4 int 00717 00718 /* Define to the function return type for recv. */ 00719 #define RECV_TYPE_RETV int 00720 00721 /* Define to 1 if you have the recvfrom function. */ 00722 #define HAVE_RECVFROM 1 00723 00724 /* Define to the type of arg 1 for recvfrom. */ 00725 #define RECVFROM_TYPE_ARG1 int 00726 00727 /* Define to the type pointed by arg 2 for recvfrom. */ 00728 #define RECVFROM_TYPE_ARG2 char 00729 00730 /* Define to the type of arg 3 for recvfrom. */ 00731 #define RECVFROM_TYPE_ARG3 int 00732 00733 /* Define to the type of arg 4 for recvfrom. */ 00734 #define RECVFROM_TYPE_ARG4 int 00735 00736 /* Define to the type pointed by arg 5 for recvfrom. */ 00737 #define RECVFROM_TYPE_ARG5 struct sockaddr 00738 00739 /* Define to the type pointed by arg 6 for recvfrom. */ 00740 #define RECVFROM_TYPE_ARG6 int 00741 00742 /* Define to the function return type for recvfrom. */ 00743 #define RECVFROM_TYPE_RETV int 00744 00745 /* Define to 1 if you have the send function. */ 00746 #define HAVE_SEND 1 00747 00748 /* Define to the type of arg 1 for send. */ 00749 #define SEND_TYPE_ARG1 int 00750 00751 /* Define to the type qualifier of arg 2 for send. */ 00752 #define SEND_QUAL_ARG2 const 00753 00754 /* Define to the type of arg 2 for send. */ 00755 #define SEND_TYPE_ARG2 char * 00756 00757 /* Define to the type of arg 3 for send. */ 00758 #define SEND_TYPE_ARG3 int 00759 00760 /* Define to the type of arg 4 for send. */ 00761 #define SEND_TYPE_ARG4 int 00762 00763 /* Define to the function return type for send. */ 00764 #define SEND_TYPE_RETV int 00765 00766 #define CURL_DOES_CONVERSIONS 00767 #ifndef CURL_ICONV_CODESET_OF_HOST 00768 #define CURL_ICONV_CODESET_OF_HOST "IBM-1047" 00769 #endif 00770 00771 00772 #endif /* HEADER_CURL_CONFIG_TPF_H */