config-tpf.h 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680
  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, <[email protected]>, 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. /* Hand crafted config file for TPF */
  26. /* ================================================================ */
  27. /* ---------------------------------------------------------------- */
  28. /* FEATURES, FUNCTIONS, and DEFINITIONS */
  29. /* ---------------------------------------------------------------- */
  30. /* NOTE: Refer also to the .mak file for some of the flags below */
  31. /* to disable cookies support */
  32. /* #undef CURL_DISABLE_COOKIES */
  33. /* to disable cryptographic authentication */
  34. /* #undef CURL_DISABLE_CRYPTO_AUTH */
  35. /* to disable DICT */
  36. /* #undef CURL_DISABLE_DICT */
  37. /* to disable FILE */
  38. /* #undef CURL_DISABLE_FILE */
  39. /* to disable FTP */
  40. /* #undef CURL_DISABLE_FTP */
  41. /* to disable HTTP */
  42. /* #undef CURL_DISABLE_HTTP */
  43. /* to disable LDAP */
  44. /* #undef CURL_DISABLE_LDAP */
  45. /* to disable TELNET */
  46. /* #undef CURL_DISABLE_TELNET */
  47. /* to disable TFTP */
  48. /* #undef CURL_DISABLE_TFTP */
  49. /* to disable verbose strings */
  50. /* #undef CURL_DISABLE_VERBOSE_STRINGS */
  51. /* lber dynamic library file */
  52. /* #undef DL_LBER_FILE */
  53. /* ldap dynamic library file */
  54. /* #undef DL_LDAP_FILE */
  55. /* your Entropy Gathering Daemon socket pathname */
  56. /* #undef EGD_SOCKET */
  57. /* Define if you want to enable IPv6 support */
  58. /* #undef ENABLE_IPV6 */
  59. /* Define if struct sockaddr_in6 has the sin6_scope_id member */
  60. /* #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID */
  61. /* Define to 1 if you have the alarm function. */
  62. #define HAVE_ALARM 1
  63. /* Define to 1 if you have the <arpa/inet.h> header file. */
  64. #define HAVE_ARPA_INET_H 1
  65. /* Define to 1 if you have the <arpa/tftp.h> header file. */
  66. /* #undef HAVE_ARPA_TFTP_H */
  67. /* Define to 1 if you have the <assert.h> header file. */
  68. #define HAVE_ASSERT_H 1
  69. /* Define to 1 if you have the `basename' function. */
  70. #define HAVE_BASENAME 1
  71. /* Define to 1 if you have the `closesocket' function. */
  72. /* #undef HAVE_CLOSESOCKET */
  73. /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
  74. /* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */
  75. #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
  76. /* Define to 1 if you have the <errno.h> header file. */
  77. #define HAVE_ERRNO_H 1
  78. /* Define to 1 if you have the <fcntl.h> header file. */
  79. #define HAVE_FCNTL_H 1
  80. /* Define to 1 if you have the fcntl function. */
  81. #define HAVE_FCNTL 1
  82. /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
  83. #define HAVE_FCNTL_O_NONBLOCK 1
  84. /* Define to 1 if you have the `ftruncate' function. */
  85. #define HAVE_FTRUNCATE 1
  86. /* Define if getaddrinfo exists and works */
  87. /* #undef HAVE_GETADDRINFO */
  88. /* Define to 1 if you have the `geteuid' function. */
  89. #define HAVE_GETEUID 1
  90. /* If you have gethostbyname */
  91. #define HAVE_GETHOSTBYNAME 1
  92. /* Define to 1 if you have the `gethostbyname_r' function. */
  93. /* #undef HAVE_GETHOSTBYNAME_R */
  94. /* gethostbyname_r() takes 3 args */
  95. /* #undef HAVE_GETHOSTBYNAME_R_3 */
  96. /* gethostbyname_r() takes 5 args */
  97. /* #undef HAVE_GETHOSTBYNAME_R_5 */
  98. /* gethostbyname_r() takes 6 args */
  99. /* #undef HAVE_GETHOSTBYNAME_R_6 1 */
  100. /* Define to 1 if you have the `getpass_r' function. */
  101. /* #undef HAVE_GETPASS_R */
  102. /* Define to 1 if you have the `getprotobyname' function. */
  103. /* #undef HAVE_GETPROTOBYNAME */
  104. /* Define to 1 if you have the `getpwuid' function. */
  105. #define HAVE_GETPWUID 1
  106. /* Define to 1 if you have the `getrlimit' function. */
  107. /* #undef HAVE_GETRLIMIT */
  108. /* Define to 1 if you have the `gettimeofday' function. */
  109. #define HAVE_GETTIMEOFDAY 1
  110. /* we have a glibc-style strerror_r() */
  111. /* #undef HAVE_GLIBC_STRERROR_R */
  112. #define HAVE_GLIBC_STRERROR_R 1
  113. /* Define to 1 if you have the `gmtime_r' function. */
  114. #define HAVE_GMTIME_R 1
  115. /* if you have the gssapi libraries */
  116. /* #undef HAVE_GSSAPI */
  117. /* if you have the GNU gssapi libraries */
  118. /* #undef HAVE_GSSGNU */
  119. /* if you have the Heimdal gssapi libraries */
  120. /* #undef HAVE_GSSHEIMDAL */
  121. /* if you have the MIT gssapi libraries */
  122. /* #undef HAVE_GSSMIT */
  123. /* Define to 1 if you have the `iconv' functions. */
  124. #define HAVE_ICONV 1
  125. /* Define to 1 if you have the `idna_strerror' function. */
  126. /* #undef HAVE_IDNA_STRERROR */
  127. /* Define to 1 if you have the `idn_free' function. */
  128. /* #undef HAVE_IDN_FREE */
  129. /* Define to 1 if you have the <idn-free.h> header file. */
  130. /* #undef HAVE_IDN_FREE_H */
  131. /* Define to 1 if you have the `inet_addr' function. */
  132. #define HAVE_INET_ADDR 1
  133. /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
  134. /* #undef HAVE_INET_NTOP */
  135. /* Define to 1 if you have a IPv6 capable working inet_pton function. */
  136. /* #undef HAVE_INET_PTON */
  137. /* Define to 1 if you have the <inttypes.h> header file. */
  138. #define HAVE_INTTYPES_H 1
  139. /* Define to 1 if you have the ioctl function. */
  140. #define HAVE_IOCTL 1
  141. /* Define to 1 if you have a working ioctl FIONBIO function. */
  142. #define HAVE_IOCTL_FIONBIO 1
  143. /* Define to 1 if you have the ioctlsocket function. */
  144. /* #undef HAVE_IOCTLSOCKET */
  145. /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
  146. /* #undef HAVE_IOCTLSOCKET_FIONBIO */
  147. /* Define to 1 if you have the IoctlSocket camel case function. */
  148. /* #undef HAVE_IOCTLSOCKET_CAMEL */
  149. /* Define to 1 if you have a working IoctlSocket camel case FIONBIO
  150. function. */
  151. /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
  152. /* Define to 1 if you have the <io.h> header file. */
  153. /* #undef HAVE_IO_H */
  154. /* if you have the Kerberos4 libraries (including -ldes) */
  155. /* #undef HAVE_KRB4 */
  156. /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
  157. /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
  158. /* Define to 1 if you have the <krb.h> header file. */
  159. /* #undef HAVE_KRB_H */
  160. /* Define to 1 if you have the <libgen.h> header file. */
  161. /* #undef HAVE_LIBGEN_H 1 */
  162. /* Define to 1 if you have the `idn' library (-lidn). */
  163. /* #undef HAVE_LIBIDN */
  164. /* Define to 1 if you have the `resolv' library (-lresolv). */
  165. /* #undef HAVE_LIBRESOLV */
  166. /* Define to 1 if you have the `resolve' library (-lresolve). */
  167. /* #undef HAVE_LIBRESOLVE */
  168. /* Define to 1 if you have the `socket' library (-lsocket). */
  169. /* #undef HAVE_LIBSOCKET */
  170. /* if zlib is available */
  171. /* #undef HAVE_LIBZ */
  172. /* if your compiler supports LL */
  173. #define HAVE_LL 1
  174. /* Define to 1 if you have the <locale.h> header file. */
  175. #define HAVE_LOCALE_H 1
  176. /* Define to 1 if you have the `localtime_r' function. */
  177. #define HAVE_LOCALTIME_R 1
  178. /* Define to 1 if the compiler supports the 'long long' data type. */
  179. #define HAVE_LONGLONG 1
  180. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  181. /* #undef NEED_MALLOC_H */
  182. /* Define to 1 if you have the <memory.h> header file. */
  183. #define HAVE_MEMORY_H 1
  184. /* Define to 1 if you have the <netdb.h> header file. */
  185. #define HAVE_NETDB_H 1
  186. /* Define to 1 if you have the <netinet/in.h> header file. */
  187. #define HAVE_NETINET_IN_H 1
  188. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  189. /* undef HAVE_NETINET_TCP_H */
  190. /* Define to 1 if you have the <net/if.h> header file. */
  191. #define HAVE_NET_IF_H 1
  192. /* Define if NI_WITHSCOPEID exists and works */
  193. /* #undef HAVE_NI_WITHSCOPEID */
  194. /* we have no strerror_r() proto */
  195. /* #undef HAVE_NO_STRERROR_R_DECL */
  196. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  197. /* #undef HAVE_OPENSSL_CRYPTO_H */
  198. #define HAVE_OPENSSL_CRYPTO_H 1
  199. /* Define to 1 if you have the <openssl/err.h> header file. */
  200. /* #undef HAVE_OPENSSL_ERR_H */
  201. #define HAVE_OPENSSL_ERR_H 1
  202. /* Define to 1 if you have the <openssl/pem.h> header file. */
  203. /* #undef HAVE_OPENSSL_PEM_H */
  204. #define HAVE_OPENSSL_PEM_H 1
  205. /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
  206. /* #undef HAVE_OPENSSL_PKCS12_H */
  207. #define HAVE_OPENSSL_PKCS12_H 1
  208. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  209. /* #undef HAVE_OPENSSL_RSA_H */
  210. #define HAVE_OPENSSL_RSA_H 1
  211. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  212. /* #undef HAVE_OPENSSL_SSL_H */
  213. #define HAVE_OPENSSL_SSL_H 1
  214. /* Define to 1 if you have the <openssl/x509.h> header file. */
  215. /* #undef HAVE_OPENSSL_X509_H */
  216. #define HAVE_OPENSSL_X509_H 1
  217. /* Define to 1 if you have the <pem.h> header file. */
  218. /* #undef HAVE_PEM_H */
  219. #define HAVE_PEM_H 1
  220. /* Define to 1 if you have the `pipe' function. */
  221. #define HAVE_PIPE 1
  222. /* Define to 1 if you have the `poll' function. */
  223. /* #undef HAVE_POLL */
  224. /* If you have a fine poll */
  225. /* #undef HAVE_POLL_FINE */
  226. /* we have a POSIX-style strerror_r() */
  227. /* #undef HAVE_POSIX_STRERROR_R */
  228. /* Define to 1 if you have the <pwd.h> header file. */
  229. #define HAVE_PWD_H 1
  230. /* Define to 1 if you have the `RAND_egd' function. */
  231. /* #undef HAVE_RAND_EGD */
  232. #define HAVE_RAND_EGD 1
  233. /* Define to 1 if you have the `RAND_screen' function. */
  234. /* #undef HAVE_RAND_SCREEN */
  235. /* Define to 1 if you have the `RAND_status' function. */
  236. /* #undef HAVE_RAND_STATUS */
  237. #define HAVE_RAND_STATUS 1
  238. /* Define to 1 if you have the `select' function. */
  239. #define HAVE_SELECT 1
  240. /* Define to 1 if you have the <setjmp.h> header file. */
  241. #define HAVE_SETJMP_H 1
  242. /* Define to 1 if you have the `setlocale' function. */
  243. #define HAVE_SETLOCALE 1
  244. /* Define to 1 if you have the `setrlimit' function. */
  245. #define HAVE_SETRLIMIT 1
  246. /* Define to 1 if you have the setsockopt function. */
  247. /* #undef HAVE_SETSOCKOPT */
  248. /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
  249. /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
  250. /* Define to 1 if you have the `sigaction' function. */
  251. #define HAVE_SIGACTION 1
  252. /* Define to 1 if you have the `siginterrupt' function. */
  253. /* #undef HAVE_SIGINTERRUPT */
  254. /* Define to 1 if you have the `signal' function. */
  255. #define HAVE_SIGNAL 1
  256. /* Define to 1 if you have the <signal.h> header file. */
  257. #define HAVE_SIGNAL_H 1
  258. /* If you have sigsetjmp */
  259. /* #undef HAVE_SIGSETJMP */
  260. /* Define to 1 if you have the `socket' function. */
  261. #define HAVE_SOCKET 1
  262. /* Define to 1 if you have the <ssl.h> header file. */
  263. /* #undef HAVE_SSL_H */
  264. #define HAVE_SSL_H 1
  265. /* Define to 1 if you have the <stdint.h> header file. */
  266. #define HAVE_STDINT_H 1
  267. /* Define to 1 if you have the <stdlib.h> header file. */
  268. #define HAVE_STDLIB_H 1
  269. /* Define to 1 if you have the `strcasecmp' function. */
  270. #define HAVE_STRCASECMP 1
  271. /* Define to 1 if you have the `strcmpi' function. */
  272. /* #undef HAVE_STRCMPI */
  273. /* Define to 1 if you have the `strdup' function. */
  274. #define HAVE_STRDUP 1
  275. /* Define to 1 if you have the `strerror_r' function. */
  276. #define HAVE_STRERROR_R 1
  277. /* Define to 1 if you have the `stricmp' function. */
  278. /* #undef HAVE_STRICMP */
  279. #define HAVE_STRICMP 1
  280. /* Define to 1 if you have the <strings.h> header file. */
  281. #define HAVE_STRINGS_H 1
  282. /* Define to 1 if you have the <string.h> header file. */
  283. #define HAVE_STRING_H 1
  284. /* Define to 1 if you have the `strstr' function. */
  285. #define HAVE_STRSTR 1
  286. /* Define to 1 if you have the `strtok_r' function. */
  287. #define HAVE_STRTOK_R 1
  288. /* Define to 1 if you have the `strtoll' function. */
  289. #define HAVE_STRTOLL 1
  290. /* if struct sockaddr_storage is defined */
  291. /* #undef HAVE_STRUCT_SOCKADDR_STORAGE */
  292. /* Define this if you have struct timeval */
  293. #define HAVE_STRUCT_TIMEVAL 1
  294. /* Define to 1 if you have the <sys/filio.h> header file. */
  295. #define HAVE_SYS_FILIO_H 1
  296. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  297. #define HAVE_SYS_IOCTL_H 1
  298. /* Define to 1 if you have the <sys/param.h> header file. */
  299. #define HAVE_SYS_PARAM_H 1
  300. /* Define to 1 if you have the <sys/poll.h> header file. */
  301. /* #undef HAVE_SYS_POLL_H */
  302. /* Define to 1 if you have the <sys/resource.h> header file. */
  303. #define HAVE_SYS_RESOURCE_H 1
  304. /* Define to 1 if you have the <sys/select.h> header file. */
  305. #define HAVE_SYS_SELECT_H 1
  306. /* Define to 1 if you have the <sys/socket.h> header file. */
  307. #define HAVE_SYS_SOCKET_H 1
  308. /* Define to 1 if you have the <sys/sockio.h> header file. */
  309. /* #undef HAVE_SYS_SOCKIO_H */
  310. #define HAVE_SYS_SOCKIO_H 1
  311. /* Define to 1 if you have the <sys/stat.h> header file. */
  312. #define HAVE_SYS_STAT_H 1
  313. /* Define to 1 if you have the <sys/time.h> header file. */
  314. #define HAVE_SYS_TIME_H 1
  315. /* Define to 1 if you have the <sys/types.h> header file. */
  316. #define HAVE_SYS_TYPES_H 1
  317. /* Define to 1 if you have the <sys/utime.h> header file. */
  318. /* #undef HAVE_SYS_UTIME_H */
  319. /* Define to 1 if you have the <termios.h> header file. */
  320. /* #undef HAVE_TERMIOS_H */
  321. /* Define to 1 if you have the <termio.h> header file. */
  322. /* #undef HAVE_TERMIO_H */
  323. /* Define to 1 if you have the <time.h> header file. */
  324. #define HAVE_TIME_H 1
  325. /* Define to 1 if you have the <tld.h> header file. */
  326. /* #undef HAVE_TLD_H */
  327. /* Define to 1 if you have the `tld_strerror' function. */
  328. /* #undef HAVE_TLD_STRERROR */
  329. /* Define to 1 if you have the <unistd.h> header file. */
  330. #define HAVE_UNISTD_H 1
  331. /* Define to 1 if you have the `utime' function. */
  332. #define HAVE_UTIME 1
  333. /* Define to 1 if you have the <utime.h> header file. */
  334. #define HAVE_UTIME_H 1
  335. /* Define to 1 if you have the <winsock2.h> header file. */
  336. /* #undef HAVE_WINSOCK2_H */
  337. /* Define this symbol if your OS supports changing the contents of argv */
  338. /* #undef HAVE_WRITABLE_ARGV */
  339. /* Define to 1 if you have the ws2tcpip.h header file. */
  340. /* #undef HAVE_WS2TCPIP_H */
  341. /* Define to 1 if you have the <x509.h> header file. */
  342. /* #undef HAVE_X509_H */
  343. /* if you have the zlib.h header file */
  344. /* #undef HAVE_ZLIB_H */
  345. /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  346. /* #undef NEED_REENTRANT */
  347. /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
  348. /* #undef NEED_THREAD_SAFE */
  349. /* cpu-machine-OS */
  350. #define OS "s390x-ibm-tpf"
  351. /* Name of package */
  352. #define PACKAGE "curl"
  353. /* Define to the address where bug reports for this package should be sent. */
  354. #define PACKAGE_BUGREPORT \
  355. "a suitable curl mailing list => https://curl.se/mail/"
  356. /* Define to the full name of this package. */
  357. #define PACKAGE_NAME "curl"
  358. /* Define to the full name and version of this package. */
  359. #define PACKAGE_STRING "curl -"
  360. /* Define to the one symbol short name of this package. */
  361. #define PACKAGE_TARNAME "curl"
  362. /* Define to the version of this package. */
  363. #define PACKAGE_VERSION "-"
  364. /* a suitable file to read random data from */
  365. /* #undef RANDOM_FILE */
  366. /* Define to the type of arg 1 for `select'. */
  367. #define SELECT_TYPE_ARG1 int
  368. /* Define to the type of args 2, 3 and 4 for `select'. */
  369. #define SELECT_TYPE_ARG234 (fd_set *)
  370. /* Define to the type of arg 5 for `select'. */
  371. #define SELECT_TYPE_ARG5 (struct timeval *)
  372. /* The size of `int', as computed by sizeof. */
  373. #define SIZEOF_INT 4
  374. /* The size of `off_t', as computed by sizeof. */
  375. #define SIZEOF_OFF_T 8
  376. /* The size of `short', as computed by sizeof. */
  377. #define SIZEOF_SHORT 2
  378. /* Define to the size of `long', as computed by sizeof. */
  379. #define SIZEOF_LONG 8
  380. /* The size of `size_t', as computed by sizeof. */
  381. #define SIZEOF_SIZE_T 8
  382. /* The size of `time_t', as computed by sizeof. */
  383. #define SIZEOF_TIME_T 8
  384. /* Define to 1 if you have the ANSI C header files. */
  385. #define STDC_HEADERS 1
  386. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  387. #define TIME_WITH_SYS_TIME 1
  388. /* Define if you want to enable ares support */
  389. /* #undef USE_ARES */
  390. /* if GnuTLS is enabled */
  391. /* #undef USE_GNUTLS */
  392. /* If you want to build curl with the built-in manual */
  393. /* #undef USE_MANUAL */
  394. /* if OpenSSL is in use */
  395. /* #undef USE_OPENSSL */
  396. /* if SSL is enabled */
  397. /* #undef USE_OPENSSL */
  398. /* to enable SSPI support */
  399. /* #undef USE_WINDOWS_SSPI */
  400. /* Version number of package */
  401. #define VERSION "not-used"
  402. /* Define to avoid automatic inclusion of winsock.h */
  403. /* #undef WIN32_LEAN_AND_MEAN */
  404. /* Define to 1 if on AIX 3.
  405. System headers sometimes define this.
  406. We just want to avoid a redefinition error message. */
  407. #ifndef _ALL_SOURCE
  408. /* # undef _ALL_SOURCE */
  409. #endif
  410. /* Number of bits in a file offset, on hosts where this is settable. */
  411. /* #undef _FILE_OFFSET_BITS */
  412. /* Define for large files, on AIX-style hosts. */
  413. /* #undef _LARGE_FILES */
  414. /* Define to empty if `const' does not conform to ANSI C. */
  415. /* #undef const */
  416. /* type to use in place of in_addr_t if not defined */
  417. /* #undef in_addr_t */
  418. /* Define to `unsigned' if <sys/types.h> does not define. */
  419. /* #undef size_t */
  420. /* the signed version of size_t */
  421. /* #undef ssize_t */
  422. /* Define to 1 if you have the recv function. */
  423. #define HAVE_RECV 1
  424. /* Define to the type of arg 1 for recv. */
  425. #define RECV_TYPE_ARG1 int
  426. /* Define to the type of arg 2 for recv. */
  427. #define RECV_TYPE_ARG2 char *
  428. /* Define to the type of arg 3 for recv. */
  429. #define RECV_TYPE_ARG3 int
  430. /* Define to the type of arg 4 for recv. */
  431. #define RECV_TYPE_ARG4 int
  432. /* Define to the function return type for recv. */
  433. #define RECV_TYPE_RETV int
  434. /* Define to 1 if you have the recvfrom function. */
  435. #define HAVE_RECVFROM 1
  436. /* Define to the type of arg 1 for recvfrom. */
  437. #define RECVFROM_TYPE_ARG1 int
  438. /* Define to the type pointed by arg 2 for recvfrom. */
  439. #define RECVFROM_TYPE_ARG2 char
  440. /* Define to the type of arg 3 for recvfrom. */
  441. #define RECVFROM_TYPE_ARG3 int
  442. /* Define to the type of arg 4 for recvfrom. */
  443. #define RECVFROM_TYPE_ARG4 int
  444. /* Define to the type pointed by arg 5 for recvfrom. */
  445. #define RECVFROM_TYPE_ARG5 struct sockaddr
  446. /* Define to the type pointed by arg 6 for recvfrom. */
  447. #define RECVFROM_TYPE_ARG6 int
  448. /* Define to the function return type for recvfrom. */
  449. #define RECVFROM_TYPE_RETV int
  450. /* Define to 1 if you have the send function. */
  451. #define HAVE_SEND 1
  452. /* Define to the type of arg 1 for send. */
  453. #define SEND_TYPE_ARG1 int
  454. /* Define to the type qualifier of arg 2 for send. */
  455. #define SEND_QUAL_ARG2 const
  456. /* Define to the type of arg 2 for send. */
  457. #define SEND_TYPE_ARG2 char *
  458. /* Define to the type of arg 3 for send. */
  459. #define SEND_TYPE_ARG3 int
  460. /* Define to the type of arg 4 for send. */
  461. #define SEND_TYPE_ARG4 int
  462. /* Define to the function return type for send. */
  463. #define SEND_TYPE_RETV int
  464. #define CURL_DOES_CONVERSIONS
  465. #ifndef CURL_ICONV_CODESET_OF_HOST
  466. #define CURL_ICONV_CODESET_OF_HOST "IBM-1047"
  467. #endif
  468. #endif /* HEADER_CURL_CONFIG_TPF_H */