config.h.in 12 KB

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