config-aix.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486
  1. /* lib/config.h. Generated by configure. */
  2. /* lib/config.h.in. Generated from configure.in by autoheader. */
  3. /* Name of this package! */
  4. #define PACKAGE "curl"
  5. /* Version number of this archive. */
  6. #define VERSION "7.10.2"
  7. /* Define if you have the getpass function. */
  8. /* #undef HAVE_GETPASS */
  9. /* Define cpu-machine-OS */
  10. #define OS "powerpc-ibm-aix5.1.0.0"
  11. /* Define if you have the gethostbyaddr_r() function with 5 arguments */
  12. #define HAVE_GETHOSTBYADDR_R_5 1
  13. /* Define if you have the gethostbyaddr_r() function with 7 arguments */
  14. /* #undef HAVE_GETHOSTBYADDR_R_7 */
  15. /* Define if you have the gethostbyaddr_r() function with 8 arguments */
  16. /* #undef HAVE_GETHOSTBYADDR_R_8 */
  17. /* Define if you have the gethostbyname_r() function with 3 arguments */
  18. #define HAVE_GETHOSTBYNAME_R_3 1
  19. /* Define if you have the gethostbyname_r() function with 5 arguments */
  20. /* #undef HAVE_GETHOSTBYNAME_R_5 */
  21. /* Define if you have the gethostbyname_r() function with 6 arguments */
  22. /* #undef HAVE_GETHOSTBYNAME_R_6 */
  23. /* Define if you have the inet_ntoa_r function declared. */
  24. /* #undef HAVE_INET_NTOA_R_DECL */
  25. /* Define if you need the _REENTRANT define for some functions */
  26. /* #undef NEED_REENTRANT */
  27. /* Define if you have the Kerberos4 libraries (including -ldes) */
  28. /* #undef KRB4 */
  29. /* Define if you want to enable IPv6 support */
  30. #define ENABLE_IPV6 1
  31. /* Define this to 'int' if ssize_t is not an available typedefed type */
  32. /* #undef ssize_t */
  33. /* Define this to 'int' if socklen_t is not an available typedefed type */
  34. /* #undef socklen_t */
  35. /* Define this as a suitable file to read random data from */
  36. /* #undef RANDOM_FILE */
  37. /* Define this to your Entropy Gathering Daemon socket pathname */
  38. /* #undef EGD_SOCKET */
  39. /* Define if you have a working OpenSSL installation */
  40. /* #undef OPENSSL_ENABLED */
  41. /* Define the one correct non-blocking socket method below */
  42. /* #undef HAVE_FIONBIO */
  43. /* #undef HAVE_IOCTLSOCKET */
  44. /* #undef HAVE_IOCTLSOCKET_CASE */
  45. /* #undef HAVE_O_NONBLOCK */
  46. #define HAVE_DISABLED_NONBLOCKING 1
  47. /* Define this to 'int' if in_addr_t is not an available typedefed type */
  48. /* #undef in_addr_t */
  49. /* Define to disable DICT */
  50. /* #undef CURL_DISABLE_DICT */
  51. /* Define to disable FILE */
  52. /* #undef CURL_DISABLE_FILE */
  53. /* Define to disable FTP */
  54. /* #undef CURL_DISABLE_FTP */
  55. /* Define to disable GOPHER */
  56. /* #undef CURL_DISABLE_GOPHER */
  57. /* Define to disable HTTP */
  58. /* #undef CURL_DISABLE_HTTP */
  59. /* Define to disable LDAP */
  60. /* #undef CURL_DISABLE_LDAP */
  61. /* Define to disable TELNET */
  62. /* #undef CURL_DISABLE_TELNET */
  63. /* Define if you have zlib present */
  64. #define HAVE_LIBZ 1
  65. /* CA bundle full path name */
  66. #define CURL_CA_BUNDLE "/usr/local/share/curl/curl-ca-bundle.crt"
  67. /* to disable FILE */
  68. /* #undef CURL_DISABLE_FILE */
  69. /* to disable FTP */
  70. /* #undef CURL_DISABLE_FTP */
  71. /* to disable GOPHER */
  72. /* #undef CURL_DISABLE_GOPHER */
  73. /* to disable HTTP */
  74. /* #undef CURL_DISABLE_HTTP */
  75. /* to disable LDAP */
  76. /* #undef CURL_DISABLE_LDAP */
  77. /* to disable TELNET */
  78. /* #undef CURL_DISABLE_TELNET */
  79. /* Set to explicitly specify we don't want to use thread-safe functions */
  80. /* #undef DISABLED_THREADSAFE */
  81. /* your Entropy Gathering Daemon socket pathname */
  82. /* #undef EGD_SOCKET */
  83. /* Define if you want to enable IPv6 support */
  84. #define ENABLE_IPV6 1
  85. /* Define to 1 if you have the <alloca.h> header file. */
  86. #define HAVE_ALLOCA_H 1
  87. /* Define to 1 if you have the <arpa/inet.h> header file. */
  88. #define HAVE_ARPA_INET_H 1
  89. /* Define to 1 if you have the `closesocket' function. */
  90. /* #undef HAVE_CLOSESOCKET */
  91. /* Define to 1 if you have the <crypto.h> header file. */
  92. /* #undef HAVE_CRYPTO_H */
  93. /* Define to 1 if you have the <des.h> header file. */
  94. /* #undef HAVE_DES_H */
  95. /* to disable NON-BLOCKING connections */
  96. #define HAVE_DISABLED_NONBLOCKING 1
  97. /* Define to 1 if you have the <dlfcn.h> header file. */
  98. #define HAVE_DLFCN_H 1
  99. /* Define to 1 if you have the `dlopen' function. */
  100. #define HAVE_DLOPEN 1
  101. /* Define to 1 if you have the <err.h> header file. */
  102. /* #undef HAVE_ERR_H */
  103. /* Define to 1 if you have the <fcntl.h> header file. */
  104. #define HAVE_FCNTL_H 1
  105. /* Define if getaddrinfo exists and works */
  106. #define HAVE_GETADDRINFO 1
  107. /* Define to 1 if you have the `geteuid' function. */
  108. #define HAVE_GETEUID 1
  109. /* Define to 1 if you have the `gethostbyaddr' function. */
  110. #define HAVE_GETHOSTBYADDR 1
  111. /* Define to 1 if you have the `gethostbyaddr_r' function. */
  112. #define HAVE_GETHOSTBYADDR_R 1
  113. /* Define to 1 if you have the `gethostbyname_r' function. */
  114. #define HAVE_GETHOSTBYNAME_R 1
  115. /* Define to 1 if you have the `getpass_r' function. */
  116. /* #undef HAVE_GETPASS_R */
  117. /* Define to 1 if you have the `getpwuid' function. */
  118. #define HAVE_GETPWUID 1
  119. /* Define to 1 if you have the `gettimeofday' function. */
  120. #define HAVE_GETTIMEOFDAY 1
  121. /* Define to 1 if you have the `gmtime_r' function. */
  122. #define HAVE_GMTIME_R 1
  123. /* Define to 1 if you have the `inet_addr' function. */
  124. #define HAVE_INET_ADDR 1
  125. /* Define to 1 if you have the `inet_ntoa' function. */
  126. #define HAVE_INET_NTOA 1
  127. /* Define to 1 if you have the `inet_ntoa_r' function. */
  128. #define HAVE_INET_NTOA_R 1
  129. /* Define to 1 if you have the <inttypes.h> header file. */
  130. #define HAVE_INTTYPES_H 1
  131. /* Define to 1 if you have the <io.h> header file. */
  132. /* #undef HAVE_IO_H */
  133. /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
  134. /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
  135. /* Define to 1 if you have the <krb.h> header file. */
  136. /* #undef HAVE_KRB_H */
  137. /* Define to 1 if you have the `crypto' library (-lcrypto). */
  138. /* #undef HAVE_LIBCRYPTO */
  139. /* Define to 1 if you have the `dl' library (-ldl). */
  140. /* #undef HAVE_LIBDL */
  141. /* Define to 1 if you have the `nsl' library (-lnsl). */
  142. /* #undef HAVE_LIBNSL */
  143. /* Define to 1 if you have the `resolv' library (-lresolv). */
  144. /* #undef HAVE_LIBRESOLV */
  145. /* Define to 1 if you have the `resolve' library (-lresolve). */
  146. /* #undef HAVE_LIBRESOLVE */
  147. /* Define to 1 if you have the `socket' library (-lsocket). */
  148. /* #undef HAVE_LIBSOCKET */
  149. /* Define to 1 if you have the `ssl' library (-lssl). */
  150. /* #undef HAVE_LIBSSL */
  151. /* If zlib is available */
  152. #define HAVE_LIBZ 1
  153. /* Define to 1 if you have the `localtime_r' function. */
  154. #define HAVE_LOCALTIME_R 1
  155. /* Define to 1 if you have the <malloc.h> header file. */
  156. #define HAVE_MALLOC_H 1
  157. /* Define to 1 if you have the <memory.h> header file. */
  158. #define HAVE_MEMORY_H 1
  159. /* Define to 1 if you have the <netdb.h> header file. */
  160. #define HAVE_NETDB_H 1
  161. /* Define to 1 if you have the <netinet/if_ether.h> header file. */
  162. #define HAVE_NETINET_IF_ETHER_H 1
  163. /* Define to 1 if you have the <netinet/in.h> header file. */
  164. #define HAVE_NETINET_IN_H 1
  165. /* Define to 1 if you have the <net/if.h> header file. */
  166. #define HAVE_NET_IF_H 1
  167. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  168. /* #undef HAVE_OPENSSL_CRYPTO_H */
  169. /* Define to 1 if you have the <openssl/engine.h> header file. */
  170. /* #undef HAVE_OPENSSL_ENGINE_H */
  171. /* Define to 1 if you have the <openssl/err.h> header file. */
  172. /* #undef HAVE_OPENSSL_ERR_H */
  173. /* Define to 1 if you have the <openssl/pem.h> header file. */
  174. /* #undef HAVE_OPENSSL_PEM_H */
  175. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  176. /* #undef HAVE_OPENSSL_RSA_H */
  177. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  178. /* #undef HAVE_OPENSSL_SSL_H */
  179. /* Define to 1 if you have the <openssl/x509.h> header file. */
  180. /* #undef HAVE_OPENSSL_X509_H */
  181. /* Define to 1 if you have the <pem.h> header file. */
  182. /* #undef HAVE_PEM_H */
  183. /* Define to 1 if you have the `perror' function. */
  184. #define HAVE_PERROR 1
  185. /* Define to 1 if you have the `poll' function. */
  186. #define HAVE_POLL 1
  187. /* Define to 1 if you have the <pwd.h> header file. */
  188. #define HAVE_PWD_H 1
  189. /* Define to 1 if you have the `RAND_egd' function. */
  190. /* #undef HAVE_RAND_EGD */
  191. /* Define to 1 if you have the `RAND_screen' function. */
  192. /* #undef HAVE_RAND_SCREEN */
  193. /* Define to 1 if you have the `RAND_status' function. */
  194. /* #undef HAVE_RAND_STATUS */
  195. /* Define to 1 if you have the <rsa.h> header file. */
  196. /* #undef HAVE_RSA_H */
  197. /* Define to 1 if you have the `select' function. */
  198. #define HAVE_SELECT 1
  199. /* Define to 1 if you have the <setjmp.h> header file. */
  200. #define HAVE_SETJMP_H 1
  201. /* Define to 1 if you have the `setvbuf' function. */
  202. #define HAVE_SETVBUF 1
  203. /* Define to 1 if you have the <sgtty.h> header file. */
  204. #define HAVE_SGTTY_H 1
  205. /* Define to 1 if you have the `sigaction' function. */
  206. #define HAVE_SIGACTION 1
  207. /* Define to 1 if you have the `signal' function. */
  208. #define HAVE_SIGNAL 1
  209. /* If you have sigsetjmp */
  210. #define HAVE_SIGSETJMP 1
  211. /* Define to 1 if you have the `socket' function. */
  212. #define HAVE_SOCKET 1
  213. /* Define to 1 if you have the <ssl.h> header file. */
  214. /* #undef HAVE_SSL_H */
  215. /* Define to 1 if you have the <stdint.h> header file. */
  216. /* #undef HAVE_STDINT_H */
  217. /* Define to 1 if you have the <stdlib.h> header file. */
  218. #define HAVE_STDLIB_H 1
  219. /* Define to 1 if you have the `strcasecmp' function. */
  220. #define HAVE_STRCASECMP 1
  221. /* Define to 1 if you have the `strcmpi' function. */
  222. /* #undef HAVE_STRCMPI */
  223. /* Define to 1 if you have the `strdup' function. */
  224. #define HAVE_STRDUP 1
  225. /* Define to 1 if you have the `strftime' function. */
  226. #define HAVE_STRFTIME 1
  227. /* Define to 1 if you have the `stricmp' function. */
  228. /* #undef HAVE_STRICMP */
  229. /* Define to 1 if you have the <strings.h> header file. */
  230. #define HAVE_STRINGS_H 1
  231. /* Define to 1 if you have the <string.h> header file. */
  232. #define HAVE_STRING_H 1
  233. /* Define to 1 if you have the `strlcat' function. */
  234. /* #undef HAVE_STRLCAT */
  235. /* Define to 1 if you have the `strlcpy' function. */
  236. /* #undef HAVE_STRLCPY */
  237. /* Define to 1 if you have the `strstr' function. */
  238. #define HAVE_STRSTR 1
  239. /* Define to 1 if you have the `strtok_r' function. */
  240. #define HAVE_STRTOK_R 1
  241. /* Define to 1 if you have the <sys/param.h> header file. */
  242. #define HAVE_SYS_PARAM_H 1
  243. /* Define to 1 if you have the <sys/poll.h> header file. */
  244. #define HAVE_SYS_POLL_H 1
  245. /* Define to 1 if you have the <sys/select.h> header file. */
  246. #define HAVE_SYS_SELECT_H 1
  247. /* Define to 1 if you have the <sys/socket.h> header file. */
  248. #define HAVE_SYS_SOCKET_H 1
  249. /* Define to 1 if you have the <sys/sockio.h> header file. */
  250. /* #undef HAVE_SYS_SOCKIO_H */
  251. /* Define to 1 if you have the <sys/stat.h> header file. */
  252. #define HAVE_SYS_STAT_H 1
  253. /* Define to 1 if you have the <sys/time.h> header file. */
  254. #define HAVE_SYS_TIME_H 1
  255. /* Define to 1 if you have the <sys/types.h> header file. */
  256. #define HAVE_SYS_TYPES_H 1
  257. /* Define to 1 if you have the <sys/utime.h> header file. */
  258. /* #undef HAVE_SYS_UTIME_H */
  259. /* Define to 1 if you have the `tcgetattr' function. */
  260. #define HAVE_TCGETATTR 1
  261. /* Define to 1 if you have the `tcsetattr' function. */
  262. #define HAVE_TCSETATTR 1
  263. /* Define to 1 if you have the <termios.h> header file. */
  264. #define HAVE_TERMIOS_H 1
  265. /* Define to 1 if you have the <termio.h> header file. */
  266. #define HAVE_TERMIO_H 1
  267. /* Define to 1 if you have the <time.h> header file. */
  268. #define HAVE_TIME_H 1
  269. /* Define to 1 if you have the `uname' function. */
  270. #define HAVE_UNAME 1
  271. /* Define to 1 if you have the <unistd.h> header file. */
  272. #define HAVE_UNISTD_H 1
  273. /* Define to 1 if you have the `utime' function. */
  274. #define HAVE_UTIME 1
  275. /* Define to 1 if you have the <utime.h> header file. */
  276. #define HAVE_UTIME_H 1
  277. /* Define to 1 if you have the <winsock.h> header file. */
  278. /* #undef HAVE_WINSOCK_H */
  279. /* Define to 1 if you have the <x509.h> header file. */
  280. /* #undef HAVE_X509_H */
  281. /* if you have the zlib.h header file */
  282. /* #undef HAVE_ZLIB_H */
  283. /* if you have the Kerberos4 libraries (including -ldes) */
  284. /* #undef KRB4 */
  285. /* cpu-machine-OS */
  286. #define OS "powerpc-ibm-aix5.1.0.0"
  287. /* Name of package */
  288. #define PACKAGE "curl"
  289. /* Define to the address where bug reports for this package should be sent. */
  290. #define PACKAGE_BUGREPORT ""
  291. /* Define to the full name of this package. */
  292. #define PACKAGE_NAME ""
  293. /* Define to the full name and version of this package. */
  294. #define PACKAGE_STRING ""
  295. /* Define to the one symbol short name of this package. */
  296. #define PACKAGE_TARNAME ""
  297. /* Define to the version of this package. */
  298. #define PACKAGE_VERSION ""
  299. /* a suitable file to read random data from */
  300. /* #undef RANDOM_FILE */
  301. /* Define as the return type of signal handlers (`int' or `void'). */
  302. #define RETSIGTYPE void
  303. /* Define to 1 if you have the ANSI C header files. */
  304. #define STDC_HEADERS 1
  305. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  306. #define TIME_WITH_SYS_TIME 1
  307. /* Version number of package */
  308. #define VERSION "7.10.2"
  309. /* Define to 1 if on AIX 3.
  310. System headers sometimes define this.
  311. We just want to avoid a redefinition error message. */
  312. #ifndef _ALL_SOURCE
  313. # define _ALL_SOURCE 1
  314. #endif
  315. /* Number of bits in a file offset, on hosts where this is settable. */
  316. /* #undef _FILE_OFFSET_BITS */
  317. /* Define for large files, on AIX-style hosts. */
  318. #define _LARGE_FILES 1
  319. /* Define to empty if `const' does not conform to ANSI C. */
  320. /* #undef const */
  321. /* type to use in place of in_addr_t if not defined */
  322. /* #undef in_addr_t */
  323. /* Define to `unsigned' if <sys/types.h> does not define. */
  324. /* #undef size_t */
  325. /* type to use in place of socklen_t if not defined */
  326. /* #undef socklen_t */
  327. /* Define to `int' if <sys/types.h> does not define. */
  328. /* #undef ssize_t */