config-tpf.h 21 KB

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