config-tpf.h 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760
  1. #ifndef __LIBCONFIGTPF_H
  2. #define __LIBCONFIGTPF_H
  3. /* ================================================================ */
  4. /* lib/config-tpf.h - Hand crafted config file for TPF */
  5. /* ================================================================ */
  6. /* ---------------------------------------------------------------- */
  7. /* FEATURES, FUNCTIONS, and DEFINITIONS */
  8. /* ---------------------------------------------------------------- */
  9. /* NOTE: Refer also to the .mak file for some of the flags below */
  10. /* when building libcurl itself */
  11. /* #undef BUILDING_LIBCURL */
  12. /* to disable cookies support */
  13. /* #undef CURL_DISABLE_COOKIES */
  14. /* to disable cryptographic authentication */
  15. /* #undef CURL_DISABLE_CRYPTO_AUTH */
  16. /* to disable DICT */
  17. /* #undef CURL_DISABLE_DICT */
  18. /* to disable FILE */
  19. /* #undef CURL_DISABLE_FILE */
  20. /* to disable FTP */
  21. /* #undef CURL_DISABLE_FTP */
  22. /* to disable HTTP */
  23. /* #undef CURL_DISABLE_HTTP */
  24. /* to disable LDAP */
  25. /* #undef CURL_DISABLE_LDAP */
  26. /* to disable TELNET */
  27. /* #undef CURL_DISABLE_TELNET */
  28. /* to disable TFTP */
  29. /* #undef CURL_DISABLE_TFTP */
  30. /* to disable verbose strings */
  31. /* #undef CURL_DISABLE_VERBOSE_STRINGS */
  32. /* when not building a shared library */
  33. /* #undef CURL_STATICLIB */
  34. /* Set to explicitly specify we don't want to use thread-safe functions */
  35. /* #undef DISABLED_THREADSAFE */
  36. /* lber dynamic library file */
  37. /* #undef DL_LBER_FILE */
  38. /* ldap dynamic library file */
  39. /* #undef DL_LDAP_FILE */
  40. /* your Entropy Gathering Daemon socket pathname */
  41. /* #undef EGD_SOCKET */
  42. /* Define if you want to enable IPv6 support */
  43. /* #undef ENABLE_IPV6 */
  44. /* Define to the type of arg 1 for getnameinfo. */
  45. /* #undef GETNAMEINFO_TYPE_ARG1 */
  46. /* Define to the type of arg 2 for getnameinfo. */
  47. /* #undef GETNAMEINFO_TYPE_ARG2 */
  48. /* Define to the type of args 4 and 6 for getnameinfo. */
  49. /* #undef GETNAMEINFO_TYPE_ARG46 */
  50. /* Define to the type of arg 7 for getnameinfo. */
  51. /* #undef GETNAMEINFO_TYPE_ARG7 */
  52. /* Define to 1 if you have the <alloca.h> header file. */
  53. #define HAVE_ALLOCA_H 1
  54. /* Define to 1 if you have the <arpa/inet.h> header file. */
  55. #define HAVE_ARPA_INET_H 1
  56. /* Define to 1 if you have the <arpa/tftp.h> header file. */
  57. /* #undef HAVE_ARPA_TFTP_H */
  58. /* Define to 1 if you have the <assert.h> header file. */
  59. #define HAVE_ASSERT_H 1
  60. /* Define to 1 if you have the `basename' function. */
  61. #define HAVE_BASENAME 1
  62. /* Define to 1 if you have the `closesocket' function. */
  63. /* #undef HAVE_CLOSESOCKET */
  64. /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
  65. /* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */
  66. #define HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
  67. /* Define to 1 if you have the <crypto.h> header file. */
  68. /* #undef HAVE_CRYPTO_H */
  69. #define HAVE_CRYPTO_H 1
  70. /* Define to 1 if you have the <des.h> header file. */
  71. /* #undef HAVE_DES_H */
  72. #define HAVE_DES_H 1
  73. /* disabled non-blocking sockets */
  74. /* #undef HAVE_DISABLED_NONBLOCKING */
  75. /* Define to 1 if you have the <dlfcn.h> header file. */
  76. #define HAVE_DLFCN_H 1
  77. /* Define to 1 if you have the `dlopen' function. */
  78. #define HAVE_DLOPEN 1
  79. /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
  80. /* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
  81. #define HAVE_ENGINE_LOAD_BUILTIN_ENGINES 1
  82. /* Define to 1 if you have the <errno.h> header file. */
  83. #define HAVE_ERRNO_H 1
  84. /* Define to 1 if you have the <err.h> header file. */
  85. /* #undef HAVE_ERR_H */
  86. #define HAVE_ERR_H 1
  87. /* Define to 1 if you have the <fcntl.h> header file. */
  88. #define HAVE_FCNTL_H 1
  89. /* use FIONBIO for non-blocking sockets */
  90. /* #undef HAVE_FIONBIO */
  91. #define HAVE_FIONBIO 1
  92. /* Define to 1 if you have the `fork' function. */
  93. /* #undef HAVE_FORK */
  94. #define HAVE_FORK 1
  95. /* Define to 1 if you have the `ftruncate' function. */
  96. #define HAVE_FTRUNCATE 1
  97. /* Define if getaddrinfo exists and works */
  98. /* #undef HAVE_GETADDRINFO */
  99. /* Define to 1 if you have the `geteuid' function. */
  100. #define HAVE_GETEUID 1
  101. /* Define to 1 if you have the `gethostbyaddr' function. */
  102. #define HAVE_GETHOSTBYADDR 1
  103. /* If you have gethostbyname */
  104. #define HAVE_GETHOSTBYNAME 1
  105. /* Define to 1 if you have the `gethostbyname_r' function. */
  106. /* #undef HAVE_GETHOSTBYNAME_R */
  107. /* gethostbyname_r() takes 3 args */
  108. /* #undef HAVE_GETHOSTBYNAME_R_3 */
  109. /* gethostbyname_r() takes 5 args */
  110. /* #undef HAVE_GETHOSTBYNAME_R_5 */
  111. /* gethostbyname_r() takes 6 args */
  112. /* #undef HAVE_GETHOSTBYNAME_R_6 1 */
  113. /* Define to 1 if you have the getnameinfo function. */
  114. /* #undef HAVE_GETNAMEINFO */
  115. /* Define to 1 if you have the `getpass_r' function. */
  116. /* #undef HAVE_GETPASS_R */
  117. /* Define to 1 if you have the `getprotobyname' function. */
  118. /* #undef HAVE_GETPROTOBYNAME */
  119. /* Define to 1 if you have the `getpwuid' function. */
  120. #define HAVE_GETPWUID 1
  121. /* Define to 1 if you have the `getrlimit' function. */
  122. /* #undef HAVE_GETRLIMIT */
  123. /* Define to 1 if you have the `gettimeofday' function. */
  124. #define HAVE_GETTIMEOFDAY 1
  125. /* we have a glibc-style strerror_r() */
  126. /* #undef HAVE_GLIBC_STRERROR_R */
  127. #define HAVE_GLIBC_STRERROR_R 1
  128. /* Define to 1 if you have the `gmtime_r' function. */
  129. #define HAVE_GMTIME_R 1
  130. /* if you have the gssapi libraries */
  131. /* #undef HAVE_GSSAPI */
  132. /* if you have the GNU gssapi libraries */
  133. /* #undef HAVE_GSSGNU */
  134. /* if you have the Heimdal gssapi libraries */
  135. /* #undef HAVE_GSSHEIMDAL */
  136. /* if you have the MIT gssapi libraries */
  137. /* #undef HAVE_GSSMIT */
  138. /* Define to 1 if you have the `iconv' functions. */
  139. #define HAVE_ICONV 1
  140. /* Define to 1 if you have the `idna_strerror' function. */
  141. /* #undef HAVE_IDNA_STRERROR */
  142. /* Define to 1 if you have the `idn_free' function. */
  143. /* #undef HAVE_IDN_FREE */
  144. /* Define to 1 if you have the <idn-free.h> header file. */
  145. /* #undef HAVE_IDN_FREE_H */
  146. /* Define to 1 if you have the `inet_addr' function. */
  147. #define HAVE_INET_ADDR 1
  148. /* Define to 1 if you have the `inet_ntoa' function. */
  149. #define HAVE_INET_NTOA 1
  150. /* Define to 1 if you have the `inet_ntoa_r' function. */
  151. /* #undef HAVE_INET_NTOA_R */
  152. /* inet_ntoa_r() is declared */
  153. /* #undef HAVE_INET_NTOA_R_DECL */
  154. /* Define to 1 if you have the `inet_pton' function. */
  155. /* #undef HAVE_INET_PTON */
  156. /* Define to 1 if you have the <inttypes.h> header file. */
  157. #define HAVE_INTTYPES_H 1
  158. /* use ioctlsocket() for non-blocking sockets */
  159. /* #undef HAVE_IOCTLSOCKET */
  160. /* use Ioctlsocket() for non-blocking sockets */
  161. /* #undef HAVE_IOCTLSOCKET_CASE */
  162. /* Define to 1 if you have the <io.h> header file. */
  163. /* #undef HAVE_IO_H */
  164. /* if you have the Kerberos4 libraries (including -ldes) */
  165. /* #undef HAVE_KRB4 */
  166. /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
  167. /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
  168. /* Define to 1 if you have the <krb.h> header file. */
  169. /* #undef HAVE_KRB_H */
  170. /* Define to 1 if you have the `dl' library (-ldl). */
  171. #define HAVE_LIBDL 1
  172. /* Define to 1 if you have the <libgen.h> header file. */
  173. /* #undef HAVE_LIBGEN_H 1 */
  174. /* Define to 1 if you have the `idn' library (-lidn). */
  175. /* #undef HAVE_LIBIDN */
  176. /* Define to 1 if you have the `resolv' library (-lresolv). */
  177. /* #undef HAVE_LIBRESOLV */
  178. /* Define to 1 if you have the `resolve' library (-lresolve). */
  179. /* #undef HAVE_LIBRESOLVE */
  180. /* Define to 1 if you have the `socket' library (-lsocket). */
  181. /* #undef HAVE_LIBSOCKET */
  182. /* Define to 1 if you have the `ssl' library (-lssl). */
  183. /* #undef HAVE_LIBSSL */
  184. #define HAVE_LIBSSL 1
  185. /* if zlib is available */
  186. /* #undef HAVE_LIBZ */
  187. /* Define to 1 if you have the <limits.h> header file. */
  188. #define HAVE_LIMITS_H 1
  189. /* if your compiler supports LL */
  190. #define HAVE_LL 1
  191. /* Define to 1 if you have the <locale.h> header file. */
  192. #define HAVE_LOCALE_H 1
  193. /* Define to 1 if you have the `localtime_r' function. */
  194. #define HAVE_LOCALTIME_R 1
  195. /* if your compiler supports long long */
  196. #define HAVE_LONGLONG 1
  197. /* Define to 1 if you have the <malloc.h> header file. */
  198. /* #undef HAVE_MALLOC_H */
  199. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  200. /* #undef NEED_MALLOC_H */
  201. /* Define to 1 if you have the <memory.h> header file. */
  202. #define HAVE_MEMORY_H 1
  203. /* Define to 1 if you have the <netdb.h> header file. */
  204. #define HAVE_NETDB_H 1
  205. /* Define to 1 if you have the <netinet/in.h> header file. */
  206. #define HAVE_NETINET_IN_H 1
  207. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  208. /* undef HAVE_NETINET_TCP_H */
  209. /* Define to 1 if you have the <net/if.h> header file. */
  210. #define HAVE_NET_IF_H 1
  211. /* Define if NI_WITHSCOPEID exists and works */
  212. /* #undef HAVE_NI_WITHSCOPEID */
  213. /* Defined if no inet_pton() prototype available */
  214. /* #undef HAVE_NO_INET_PTON_PROTO */
  215. /* we have no strerror_r() proto */
  216. /* #undef HAVE_NO_STRERROR_R_DECL */
  217. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  218. /* #undef HAVE_OPENSSL_CRYPTO_H */
  219. #define HAVE_OPENSSL_CRYPTO_H 1
  220. /* Define to 1 if you have the <openssl/engine.h> header file. */
  221. /* #undef HAVE_OPENSSL_ENGINE_H */
  222. #define HAVE_OPENSSL_ENGINE_H 1
  223. /* Define to 1 if you have the <openssl/err.h> header file. */
  224. /* #undef HAVE_OPENSSL_ERR_H */
  225. #define HAVE_OPENSSL_ERR_H 1
  226. /* Define to 1 if you have the <openssl/pem.h> header file. */
  227. /* #undef HAVE_OPENSSL_PEM_H */
  228. #define HAVE_OPENSSL_PEM_H 1
  229. /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
  230. /* #undef HAVE_OPENSSL_PKCS12_H */
  231. #define HAVE_OPENSSL_PKCS12_H 1
  232. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  233. /* #undef HAVE_OPENSSL_RSA_H */
  234. #define HAVE_OPENSSL_RSA_H 1
  235. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  236. /* #undef HAVE_OPENSSL_SSL_H */
  237. #define HAVE_OPENSSL_SSL_H 1
  238. /* Define to 1 if you have the <openssl/x509.h> header file. */
  239. /* #undef HAVE_OPENSSL_X509_H */
  240. #define HAVE_OPENSSL_X509_H 1
  241. /* use O_NONBLOCK for non-blocking sockets */
  242. /* #undef HAVE_O_NONBLOCK 1 */
  243. /* Define to 1 if you have the <pem.h> header file. */
  244. /* #undef HAVE_PEM_H */
  245. #define HAVE_PEM_H 1
  246. /* Define to 1 if you have the `perror' function. */
  247. #define HAVE_PERROR 1
  248. /* Define to 1 if you have the `pipe' function. */
  249. #define HAVE_PIPE 1
  250. /* Define to 1 if you have the `poll' function. */
  251. /* #undef HAVE_POLL */
  252. /* If you have a fine poll */
  253. /* #undef HAVE_POLL_FINE */
  254. /* we have a POSIX-style strerror_r() */
  255. /* #undef HAVE_POSIX_STRERROR_R */
  256. /* Define to 1 if you have the <pwd.h> header file. */
  257. #define HAVE_PWD_H 1
  258. /* Define to 1 if you have the `RAND_egd' function. */
  259. /* #undef HAVE_RAND_EGD */
  260. #define HAVE_RAND_EGD 1
  261. /* Define to 1 if you have the `RAND_screen' function. */
  262. /* #undef HAVE_RAND_SCREEN */
  263. /* Define to 1 if you have the `RAND_status' function. */
  264. /* #undef HAVE_RAND_STATUS */
  265. #define HAVE_RAND_STATUS 1
  266. /* Define to 1 if you have the <rsa.h> header file. */
  267. /* #undef HAVE_RSA_H */
  268. #define HAVE_RSA_H 1
  269. /* Define to 1 if you have the `select' function. */
  270. #define HAVE_SELECT 1
  271. /* Define to 1 if you have the <setjmp.h> header file. */
  272. #define HAVE_SETJMP_H 1
  273. /* Define to 1 if you have the `setlocale' function. */
  274. #define HAVE_SETLOCALE 1
  275. /* Define to 1 if you have the `setrlimit' function. */
  276. #define HAVE_SETRLIMIT 1
  277. /* Define to 1 if you have the <sgtty.h> header file. */
  278. /* #undef HAVE_SGTTY_H 1 */
  279. /* Define to 1 if you have the `sigaction' function. */
  280. #define HAVE_SIGACTION 1
  281. /* Define to 1 if you have the `siginterrupt' function. */
  282. /* #undef HAVE_SIGINTERRUPT */
  283. /* Define to 1 if you have the `signal' function. */
  284. #define HAVE_SIGNAL 1
  285. /* Define to 1 if you have the <signal.h> header file. */
  286. #define HAVE_SIGNAL_H 1
  287. /* Define to 1 if sig_atomic_t is an available typedef. */
  288. #define HAVE_SIG_ATOMIC_T 1
  289. /* Define to 1 if sig_atomic_t is already defined as volatile. */
  290. /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
  291. /* If you have sigsetjmp */
  292. /* #undef HAVE_SIGSETJMP */
  293. /* Define to 1 if you have the `socket' function. */
  294. #define HAVE_SOCKET 1
  295. /* use SO_NONBLOCK for non-blocking sockets */
  296. /* #undef HAVE_SO_NONBLOCK */
  297. /* Define this if you have the SPNEGO library fbopenssl */
  298. /* #undef HAVE_SPNEGO */
  299. /* Define to 1 if you have the <ssl.h> header file. */
  300. /* #undef HAVE_SSL_H */
  301. #define HAVE_SSL_H 1
  302. /* Define to 1 if you have the <stdint.h> header file. */
  303. #define HAVE_STDINT_H 1
  304. /* Define to 1 if you have the <stdlib.h> header file. */
  305. #define HAVE_STDLIB_H 1
  306. /* Define to 1 if you have the `strcasecmp' function. */
  307. #define HAVE_STRCASECMP 1
  308. /* Define to 1 if you have the `strcmpi' function. */
  309. /* #undef HAVE_STRCMPI */
  310. /* Define to 1 if you have the `strdup' function. */
  311. #define HAVE_STRDUP 1
  312. /* Define to 1 if you have the `strerror_r' function. */
  313. #define HAVE_STRERROR_R 1
  314. /* Define to 1 if you have the `stricmp' function. */
  315. /* #undef HAVE_STRICMP */
  316. #define HAVE_STRICMP 1
  317. /* Define to 1 if you have the <strings.h> header file. */
  318. #define HAVE_STRINGS_H 1
  319. /* Define to 1 if you have the <string.h> header file. */
  320. #define HAVE_STRING_H 1
  321. /* Define to 1 if you have the `strlcat' function. */
  322. /* #undef HAVE_STRLCAT */
  323. /* Define to 1 if you have the `strlcpy' function. */
  324. /* #undef HAVE_STRLCPY */
  325. /* Define to 1 if you have the `strstr' function. */
  326. #define HAVE_STRSTR 1
  327. /* Define to 1 if you have the `strtok_r' function. */
  328. #define HAVE_STRTOK_R 1
  329. /* Define to 1 if you have the `strtoll' function. */
  330. #define HAVE_STRTOLL 1
  331. /* if struct sockaddr_storage is defined */
  332. /* #undef HAVE_STRUCT_SOCKADDR_STORAGE */
  333. /* Define this if you have struct timeval */
  334. #define HAVE_STRUCT_TIMEVAL 1
  335. /* Define to 1 if you have the <sys/filio.h> header file. */
  336. #define HAVE_SYS_FILIO_H 1
  337. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  338. #define HAVE_SYS_IOCTL_H 1
  339. /* Define to 1 if you have the <sys/param.h> header file. */
  340. #define HAVE_SYS_PARAM_H 1
  341. /* Define to 1 if you have the <sys/poll.h> header file. */
  342. /* #undef HAVE_SYS_POLL_H */
  343. /* Define to 1 if you have the <sys/resource.h> header file. */
  344. #define HAVE_SYS_RESOURCE_H 1
  345. /* Define to 1 if you have the <sys/select.h> header file. */
  346. #define HAVE_SYS_SELECT_H 1
  347. /* Define to 1 if you have the <sys/socket.h> header file. */
  348. #define HAVE_SYS_SOCKET_H 1
  349. /* Define to 1 if you have the <sys/sockio.h> header file. */
  350. /* #undef HAVE_SYS_SOCKIO_H */
  351. #define HAVE_SYS_SOCKIO_H 1
  352. /* Define to 1 if you have the <sys/stat.h> header file. */
  353. #define HAVE_SYS_STAT_H 1
  354. /* Define to 1 if you have the <sys/time.h> header file. */
  355. #define HAVE_SYS_TIME_H 1
  356. /* Define to 1 if you have the <sys/types.h> header file. */
  357. #define HAVE_SYS_TYPES_H 1
  358. /* Define to 1 if you have the <sys/utime.h> header file. */
  359. /* #undef HAVE_SYS_UTIME_H */
  360. /* Define to 1 if you have the <termios.h> header file. */
  361. /* #undef HAVE_TERMIOS_H */
  362. /* Define to 1 if you have the <termio.h> header file. */
  363. /* #undef HAVE_TERMIO_H */
  364. /* Define to 1 if you have the <time.h> header file. */
  365. #define HAVE_TIME_H 1
  366. /* Define to 1 if you have the <tld.h> header file. */
  367. /* #undef HAVE_TLD_H */
  368. /* Define to 1 if you have the `tld_strerror' function. */
  369. /* #undef HAVE_TLD_STRERROR */
  370. /* Define to 1 if you have the `uname' function. */
  371. /* #undef HAVE_UNAME */
  372. /* Define to 1 if you have the <unistd.h> header file. */
  373. #define HAVE_UNISTD_H 1
  374. /* Define to 1 if you have the `utime' function. */
  375. #define HAVE_UTIME 1
  376. /* Define to 1 if you have the <utime.h> header file. */
  377. #define HAVE_UTIME_H 1
  378. /* Define to 1 if you have the <winsock2.h> header file. */
  379. /* #undef HAVE_WINSOCK2_H */
  380. /* Define to 1 if you have the <winsock.h> header file. */
  381. /* #undef HAVE_WINSOCK_H */
  382. /* Define this symbol if your OS supports changing the contents of argv */
  383. /* #undef HAVE_WRITABLE_ARGV */
  384. /* Define to 1 if you have the ws2tcpip.h header file. */
  385. /* #undef HAVE_WS2TCPIP_H */
  386. /* Define to 1 if you have the <x509.h> header file. */
  387. /* #undef HAVE_X509_H */
  388. /* if you have the zlib.h header file */
  389. /* #undef HAVE_ZLIB_H */
  390. /* If you lack a fine basename() prototype */
  391. /* #undef NEED_BASENAME_PROTO */
  392. /* need REENTRANT defined */
  393. /* #undef NEED_REENTRANT */
  394. /* cpu-machine-OS */
  395. #define OS "s390x-ibm-tpf"
  396. /* Name of package */
  397. #define PACKAGE "curl"
  398. /* Define to the address where bug reports for this package should be sent. */
  399. #define PACKAGE_BUGREPORT "a suitable curl mailing list => http://curl.haxx.se/mail/"
  400. /* Define to the full name of this package. */
  401. #define PACKAGE_NAME "curl"
  402. /* Define to the full name and version of this package. */
  403. #define PACKAGE_STRING "curl -"
  404. /* Define to the one symbol short name of this package. */
  405. #define PACKAGE_TARNAME "curl"
  406. /* Define to the version of this package. */
  407. #define PACKAGE_VERSION "-"
  408. /* a suitable file to read random data from */
  409. /* #undef RANDOM_FILE */
  410. /* Define as the return type of signal handlers (`int' or `void'). */
  411. #define RETSIGTYPE void
  412. /* Define to the type of arg 1 for `select'. */
  413. #define SELECT_TYPE_ARG1 int
  414. /* Define to the type of args 2, 3 and 4 for `select'. */
  415. #define SELECT_TYPE_ARG234 (fd_set *)
  416. /* Define to the type of arg 5 for `select'. */
  417. #define SELECT_TYPE_ARG5 (struct timeval *)
  418. /* The size of a `curl_off_t', as computed by sizeof. */
  419. #define SIZEOF_CURL_OFF_T 8
  420. /* The size of a `long', as computed by sizeof. */
  421. #define SIZEOF_LONG 8
  422. /* The size of a `size_t', as computed by sizeof. */
  423. #define SIZEOF_SIZE_T 8
  424. /* The size of a `time_t', as computed by sizeof. */
  425. #define SIZEOF_TIME_T 8
  426. /* Define to 1 if you have the ANSI C header files. */
  427. #define STDC_HEADERS 1
  428. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  429. #define TIME_WITH_SYS_TIME 1
  430. /* Define if you want to enable ares support */
  431. /* #undef USE_ARES */
  432. /* if GnuTLS is enabled */
  433. /* #undef USE_GNUTLS */
  434. /* If you want to build curl with the built-in manual */
  435. /* #undef USE_MANUAL */
  436. /* if OpenSSL is in use */
  437. /* #undef USE_OPENSSL */
  438. /* if SSL is enabled */
  439. /* #undef USE_SSLEAY */
  440. /* to enable SSPI support */
  441. /* #undef USE_WINDOWS_SSPI */
  442. /* Version number of package */
  443. #define VERSION "not-used"
  444. /* Define to avoid automatic inclusion of winsock.h */
  445. /* #undef WIN32_LEAN_AND_MEAN */
  446. /* Define to 1 if on AIX 3.
  447. System headers sometimes define this.
  448. We just want to avoid a redefinition error message. */
  449. #ifndef _ALL_SOURCE
  450. /* # undef _ALL_SOURCE */
  451. #endif
  452. /* Number of bits in a file offset, on hosts where this is settable. */
  453. /* #undef _FILE_OFFSET_BITS */
  454. /* Define for large files, on AIX-style hosts. */
  455. /* #undef _LARGE_FILES */
  456. /* define this if you need it to compile thread-safe code */
  457. /* #undef _THREAD_SAFE */
  458. /* Define to empty if `const' does not conform to ANSI C. */
  459. /* #undef const */
  460. /* type to use in place of in_addr_t if not defined */
  461. /* #undef in_addr_t */
  462. /* Define to `unsigned' if <sys/types.h> does not define. */
  463. /* #undef size_t */
  464. /* type to use in place of socklen_t if not defined */
  465. /* #undef socklen_t */
  466. /* the signed version of size_t */
  467. /* #undef ssize_t */
  468. /* Define to 1 if you have the getnameinfo function. */
  469. /* #undef HAVE_GETNAMEINFO 1 */
  470. /* Define to the type qualifier of arg 1 for getnameinfo. */
  471. /* #undef GETNAMEINFO_QUAL_ARG1 const */
  472. /* Define to the type of arg 1 for getnameinfo. */
  473. /* #undef GETNAMEINFO_TYPE_ARG1 struct sockaddr * */
  474. /* Define to the type of arg 2 for getnameinfo. */
  475. /* #undef GETNAMEINFO_TYPE_ARG2 socklen_t */
  476. /* Define to the type of args 4 and 6 for getnameinfo. */
  477. /* #undef GETNAMEINFO_TYPE_ARG46 size_t */
  478. /* Define to the type of arg 7 for getnameinfo. */
  479. /* #undef GETNAMEINFO_TYPE_ARG7 int */
  480. /* Define to 1 if you have the recv function. */
  481. #define HAVE_RECV 1
  482. /* Define to the type of arg 1 for recv. */
  483. #define RECV_TYPE_ARG1 int
  484. /* Define to the type of arg 2 for recv. */
  485. #define RECV_TYPE_ARG2 char *
  486. /* Define to the type of arg 3 for recv. */
  487. #define RECV_TYPE_ARG3 int
  488. /* Define to the type of arg 4 for recv. */
  489. #define RECV_TYPE_ARG4 int
  490. /* Define to the function return type for recv. */
  491. #define RECV_TYPE_RETV int
  492. /* Define to 1 if you have the send function. */
  493. #define HAVE_SEND 1
  494. /* Define to the type of arg 1 for send. */
  495. #define SEND_TYPE_ARG1 int
  496. /* Define to the type qualifier of arg 2 for send. */
  497. #define SEND_QUAL_ARG2 const
  498. /* Define to the type of arg 2 for send. */
  499. #define SEND_TYPE_ARG2 char *
  500. /* Define to the type of arg 3 for send. */
  501. #define SEND_TYPE_ARG3 int
  502. /* Define to the type of arg 4 for send. */
  503. #define SEND_TYPE_ARG4 int
  504. /* Define to the function return type for send. */
  505. #define SEND_TYPE_RETV int
  506. #define CURL_DOES_CONVERSIONS
  507. #ifndef CURL_ICONV_CODESET_OF_HOST
  508. #define CURL_ICONV_CODESET_OF_HOST "IBM-1047"
  509. #endif
  510. /* ---------------------------------------------------------------- */
  511. /* HEADER FILES */
  512. /* ---------------------------------------------------------------- */
  513. #include <strings.h> /* for bzero, strcasecmp, and strncasecmp */
  514. #include <string.h> /* for strcpy and strlen */
  515. #include <stdlib.h> /* for rand and srand */
  516. #include <sys/socket.h> /* for select and ioctl*/
  517. #include <netdb.h> /* for in_addr_t definition */
  518. #include <tpf/sysapi.h> /* for tpf_process_signals */
  519. #endif /* __LIBCONFIGTPF_H */