config.h.in 17 KB

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