config.h.in 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887
  1. /* lib/config.h.in. generated by cmake. */
  2. #if defined(_MSC_VER) && (_MSC_VER >= 1500)
  3. # ifndef _WIN32_WINNT
  4. # define _WIN32_WINNT 0x0501
  5. # endif
  6. # ifndef WINVER
  7. # define WINVER 0x0501
  8. # endif
  9. # if (_WIN32_WINNT < 0x0501) || (WINVER < 0x0501)
  10. # error VS2008 does not support Windows build targets prior to WinXP
  11. # endif
  12. #endif
  13. /* ---------------------------------------------------------------- */
  14. /* LARGE FILE SUPPORT */
  15. /* ---------------------------------------------------------------- */
  16. #if defined(_MSC_VER) && !defined(_WIN32_WCE)
  17. # if (_MSC_VER >= 900) && (_INTEGRAL_MAX_BITS >= 64)
  18. # define USE_WIN32_LARGE_FILES
  19. # else
  20. # define USE_WIN32_SMALL_FILES
  21. # endif
  22. #endif
  23. #if !defined(USE_WIN32_LARGE_FILES) && !defined(USE_WIN32_SMALL_FILES)
  24. # define USE_WIN32_SMALL_FILES
  25. #endif
  26. /* Define to 1 if you have the $func function. */
  27. #cmakedefine AS_TR_CPP
  28. /* when building libcurl itself */
  29. #cmakedefine BUILDING_LIBCURL
  30. /* Location of default ca bundle */
  31. #cmakedefine CURL_CA_BUNDLE
  32. /* Location of default ca path */
  33. #cmakedefine CURL_CA_PATH
  34. /* to disable cookies support */
  35. #cmakedefine CURL_DISABLE_COOKIES
  36. /* to disable cryptographic authentication */
  37. #cmakedefine CURL_DISABLE_CRYPTO_AUTH
  38. /* to disable DICT */
  39. #cmakedefine CURL_DISABLE_DICT
  40. /* to disable FILE */
  41. #cmakedefine CURL_DISABLE_FILE
  42. /* to disable FTP */
  43. #cmakedefine CURL_DISABLE_FTP
  44. /* to disable HTTP */
  45. #cmakedefine CURL_DISABLE_HTTP
  46. /* to disable LDAP */
  47. #cmakedefine CURL_DISABLE_LDAP
  48. /* to disable LDAPS */
  49. #cmakedefine CURL_DISABLE_LDAPS
  50. /* to disable TELNET */
  51. #cmakedefine CURL_DISABLE_TELNET
  52. /* to disable TFTP */
  53. #cmakedefine CURL_DISABLE_TFTP
  54. /* to disable verbose strings */
  55. #cmakedefine CURL_DISABLE_VERBOSE_STRINGS
  56. /* to make a symbol visible */
  57. #cmakedefine CURL_EXTERN_SYMBOL
  58. /* to enable hidden symbols */
  59. #cmakedefine CURL_HIDDEN_SYMBOLS
  60. /* W$ LDAP with non-W$ compiler */
  61. #cmakedefine CURL_LDAP_HYBRID
  62. /* Use W$ LDAP implementation */
  63. #cmakedefine CURL_LDAP_WIN
  64. /* when not building a shared library */
  65. #cmakedefine CURL_STATICLIB
  66. /* Set to explicitly specify we don't want to use thread-safe functions */
  67. #cmakedefine DISABLED_THREADSAFE
  68. /* your Entropy Gathering Daemon socket pathname */
  69. #cmakedefine EGD_SOCKET
  70. /* Define if you want to enable IPv6 support */
  71. #cmakedefine ENABLE_IPV6
  72. /* Define to the type qualifier of arg 1 for getnameinfo. */
  73. #cmakedefine GETNAMEINFO_QUAL_ARG1
  74. /* Define to the type of arg 1 for getnameinfo. */
  75. #cmakedefine GETNAMEINFO_TYPE_ARG1
  76. /* Define to the type of arg 2 for getnameinfo. */
  77. #cmakedefine GETNAMEINFO_TYPE_ARG2
  78. /* Define to the type of args 4 and 6 for getnameinfo. */
  79. #cmakedefine GETNAMEINFO_TYPE_ARG46
  80. /* Define to the type of arg 7 for getnameinfo. */
  81. #cmakedefine GETNAMEINFO_TYPE_ARG7
  82. /* Define to 1 if you have the <alloca.h> header file. */
  83. #cmakedefine HAVE_ALLOCA_H
  84. /* Define to 1 if you have the <arpa/inet.h> header file. */
  85. #cmakedefine HAVE_ARPA_INET_H
  86. /* Define to 1 if you have the <arpa/tftp.h> header file. */
  87. #cmakedefine HAVE_ARPA_TFTP_H
  88. /* Define to 1 if you have the <assert.h> header file. */
  89. #cmakedefine HAVE_ASSERT_H
  90. /* Define to 1 if you have the `basename' function. */
  91. #cmakedefine HAVE_BASENAME
  92. /* Define to 1 if bool is an available type. */
  93. #cmakedefine HAVE_BOOL_T
  94. /* Define to 1 if you have the clock_gettime function and monotonic timer. */
  95. #cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC
  96. /* Define to 1 if you have the `closesocket' function. */
  97. #cmakedefine HAVE_CLOSESOCKET
  98. /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
  99. #cmakedefine HAVE_CRYPTO_CLEANUP_ALL_EX_DATA
  100. /* Define to 1 if you have the <crypto.h> header file. */
  101. #cmakedefine HAVE_CRYPTO_H
  102. /* Define to 1 if you have the <des.h> header file. */
  103. #cmakedefine HAVE_DES_H
  104. /* disabled non-blocking sockets */
  105. #cmakedefine HAVE_DISABLED_NONBLOCKING
  106. /* Define to 1 if you have the <dlfcn.h> header file. */
  107. #cmakedefine HAVE_DLFCN_H
  108. /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
  109. #cmakedefine HAVE_ENGINE_LOAD_BUILTIN_ENGINES
  110. /* Define to 1 if you have the <errno.h> header file. */
  111. #cmakedefine HAVE_ERRNO_H
  112. /* Define to 1 if you have the <err.h> header file. */
  113. #cmakedefine HAVE_ERR_H
  114. /* Define to 1 if you have the <fcntl.h> header file. */
  115. #cmakedefine HAVE_FCNTL_H
  116. /* use FIONBIO for non-blocking sockets */
  117. #cmakedefine HAVE_FIONBIO
  118. /* Define to 1 if you have the `fork' function. */
  119. #cmakedefine HAVE_FORK
  120. /* Define to 1 if you have the `ftruncate' function. */
  121. #cmakedefine HAVE_FTRUNCATE
  122. /* Define if getaddrinfo exists and works */
  123. #cmakedefine HAVE_GETADDRINFO
  124. /* Define to 1 if you have the `geteuid' function. */
  125. #cmakedefine HAVE_GETEUID
  126. /* Define to 1 if you have the `gethostbyaddr' function. */
  127. #cmakedefine HAVE_GETHOSTBYADDR
  128. /* If you have gethostbyname */
  129. #cmakedefine HAVE_GETHOSTBYNAME
  130. /* Define to 1 if you have the gethostbyname_r function. */
  131. #cmakedefine HAVE_GETHOSTBYNAME_R
  132. /* gethostbyname_r() takes 3 args */
  133. #cmakedefine HAVE_GETHOSTBYNAME_R_3
  134. /* gethostbyname_r() takes 5 args */
  135. #cmakedefine HAVE_GETHOSTBYNAME_R_5
  136. /* gethostbyname_r() takes 6 args */
  137. #cmakedefine HAVE_GETHOSTBYNAME_R_6
  138. /* Define to 1 if you have the getnameinfo function. */
  139. #cmakedefine HAVE_GETNAMEINFO
  140. /* Define to 1 if you have the `getpass_r' function. */
  141. #cmakedefine HAVE_GETPASS_R
  142. /* Define to 1 if you have the `getppid' function. */
  143. #cmakedefine HAVE_GETPPID
  144. /* Define to 1 if you have the `getprotobyname' function. */
  145. #cmakedefine HAVE_GETPROTOBYNAME
  146. /* Define to 1 if you have the `getpwuid' function. */
  147. #cmakedefine HAVE_GETPWUID
  148. /* Define to 1 if you have the `getrlimit' function. */
  149. #cmakedefine HAVE_GETRLIMIT
  150. /* Define to 1 if you have the `gettimeofday' function. */
  151. #cmakedefine HAVE_GETTIMEOFDAY
  152. /* we have a glibc-style strerror_r() */
  153. #cmakedefine HAVE_GLIBC_STRERROR_R
  154. /* Define to 1 if you have the `gmtime_r' function. */
  155. #cmakedefine HAVE_GMTIME_R
  156. /* if you have the gssapi libraries */
  157. #cmakedefine HAVE_GSSAPI
  158. /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  159. #cmakedefine HAVE_GSSAPI_GSSAPI_GENERIC_H
  160. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  161. #cmakedefine HAVE_GSSAPI_GSSAPI_H
  162. /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  163. #cmakedefine HAVE_GSSAPI_GSSAPI_KRB5_H
  164. /* if you have the GNU gssapi libraries */
  165. #cmakedefine HAVE_GSSGNU
  166. /* if you have the Heimdal gssapi libraries */
  167. #cmakedefine HAVE_GSSHEIMDAL
  168. /* if you have the MIT gssapi libraries */
  169. #cmakedefine HAVE_GSSMIT
  170. /* Define to 1 if you have the `idna_strerror' function. */
  171. #cmakedefine HAVE_IDNA_STRERROR
  172. /* Define to 1 if you have the `idn_free' function. */
  173. #cmakedefine HAVE_IDN_FREE
  174. /* Define to 1 if you have the <idn-free.h> header file. */
  175. #cmakedefine HAVE_IDN_FREE_H
  176. /* Define to 1 if you have the `inet_addr' function. */
  177. #cmakedefine HAVE_INET_ADDR
  178. /* Define to 1 if you have the `inet_ntoa' function. */
  179. #cmakedefine HAVE_INET_NTOA
  180. /* Define to 1 if you have the `inet_ntoa_r' function. */
  181. #cmakedefine HAVE_INET_NTOA_R
  182. /* inet_ntoa_r() is declared */
  183. #cmakedefine HAVE_INET_NTOA_R_DECL
  184. /* Define to 1 if you have the `inet_pton' function. */
  185. #cmakedefine HAVE_INET_PTON
  186. /* Define to 1 if you have the <inttypes.h> header file. */
  187. #cmakedefine HAVE_INTTYPES_H
  188. /* use ioctlsocket() for non-blocking sockets */
  189. #cmakedefine HAVE_IOCTLSOCKET
  190. /* use Ioctlsocket() for non-blocking sockets */
  191. #cmakedefine HAVE_IOCTLSOCKET_CASE
  192. /* Define to 1 if you have the <io.h> header file. */
  193. #cmakedefine HAVE_IO_H
  194. /* if you have the Kerberos4 libraries (including -ldes) */
  195. #cmakedefine HAVE_KRB4
  196. /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
  197. #cmakedefine HAVE_KRB_GET_OUR_IP_FOR_REALM
  198. /* Define to 1 if you have the <krb.h> header file. */
  199. #cmakedefine HAVE_KRB_H
  200. /* Define to 1 if you have the lber.h header file. */
  201. #cmakedefine HAVE_LBER_H
  202. /* Define to 1 if you have the ldapssl.h header file. */
  203. #cmakedefine HAVE_LDAPSSL_H
  204. /* Define to 1 if you have the ldap.h header file. */
  205. #cmakedefine HAVE_LDAP_H
  206. /* Use LDAPS implementation */
  207. #cmakedefine HAVE_LDAP_SSL
  208. /* Define to 1 if you have the ldap_ssl.h header file. */
  209. #cmakedefine HAVE_LDAP_SSL_H
  210. /* Define to 1 if you have the `ldap_url_parse' function. */
  211. #cmakedefine HAVE_LDAP_URL_PARSE
  212. /* Define to 1 if you have the <libgen.h> header file. */
  213. #cmakedefine HAVE_LIBGEN_H
  214. /* Define to 1 if you have the `idn' library (-lidn). */
  215. #cmakedefine HAVE_LIBIDN
  216. /* Define to 1 if you have the `resolv' library (-lresolv). */
  217. #cmakedefine HAVE_LIBRESOLV
  218. /* Define to 1 if you have the `resolve' library (-lresolve). */
  219. #cmakedefine HAVE_LIBRESOLVE
  220. /* Define to 1 if you have the `socket' library (-lsocket). */
  221. #cmakedefine HAVE_LIBSOCKET
  222. /* Define to 1 if you have the `ssh2' library (-lssh2). */
  223. #cmakedefine HAVE_LIBSSH2
  224. /* Define to 1 if you have the <libssh2.h> header file. */
  225. #cmakedefine HAVE_LIBSSH2_H
  226. /* Define to 1 if you have the `ssl' library (-lssl). */
  227. #cmakedefine HAVE_LIBSSL
  228. /* if zlib is available */
  229. #cmakedefine HAVE_LIBZ
  230. /* Define to 1 if you have the <limits.h> header file. */
  231. #cmakedefine HAVE_LIMITS_H
  232. /* if your compiler supports LL */
  233. #cmakedefine HAVE_LL
  234. /* Define to 1 if you have the <locale.h> header file. */
  235. #cmakedefine HAVE_LOCALE_H
  236. /* Define to 1 if you have the `localtime_r' function. */
  237. #cmakedefine HAVE_LOCALTIME_R
  238. /* Define to 1 if the compiler supports the 'long long' data type. */
  239. #cmakedefine HAVE_LONGLONG
  240. /* Define to 1 if you have the malloc.h header file. */
  241. #cmakedefine HAVE_MALLOC_H
  242. /* Define to 1 if you have the <memory.h> header file. */
  243. #cmakedefine HAVE_MEMORY_H
  244. /* Define to 1 if you have the MSG_NOSIGNAL flag. */
  245. #cmakedefine HAVE_MSG_NOSIGNAL
  246. /* Define to 1 if you have the <netdb.h> header file. */
  247. #cmakedefine HAVE_NETDB_H
  248. /* Define to 1 if you have the <netinet/in.h> header file. */
  249. #cmakedefine HAVE_NETINET_IN_H
  250. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  251. #cmakedefine HAVE_NETINET_TCP_H
  252. /* Define to 1 if you have the <net/if.h> header file. */
  253. #cmakedefine HAVE_NET_IF_H
  254. /* Define to 1 if NI_WITHSCOPEID exists and works. */
  255. #cmakedefine HAVE_NI_WITHSCOPEID
  256. /* Defined if no inet_pton() prototype available */
  257. #cmakedefine HAVE_NO_INET_PTON_PROTO
  258. /* we have no strerror_r() proto */
  259. #cmakedefine HAVE_NO_STRERROR_R_DECL
  260. /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE
  261. */
  262. #cmakedefine HAVE_OLD_GSSMIT
  263. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  264. #cmakedefine HAVE_OPENSSL_CRYPTO_H
  265. /* Define to 1 if you have the <openssl/engine.h> header file. */
  266. #cmakedefine HAVE_OPENSSL_ENGINE_H
  267. /* Define to 1 if you have the <openssl/err.h> header file. */
  268. #cmakedefine HAVE_OPENSSL_ERR_H
  269. /* Define to 1 if you have the <openssl/pem.h> header file. */
  270. #cmakedefine HAVE_OPENSSL_PEM_H
  271. /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
  272. #cmakedefine HAVE_OPENSSL_PKCS12_H
  273. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  274. #cmakedefine HAVE_OPENSSL_RSA_H
  275. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  276. #cmakedefine HAVE_OPENSSL_SSL_H
  277. /* Define to 1 if you have the <openssl/x509.h> header file. */
  278. #cmakedefine HAVE_OPENSSL_X509_H
  279. /* use O_NONBLOCK for non-blocking sockets */
  280. #cmakedefine HAVE_O_NONBLOCK
  281. /* Define to 1 if you have the <pem.h> header file. */
  282. #cmakedefine HAVE_PEM_H @HAVE_PEM_H@
  283. /* Define to 1 if you have the `perror' function. */
  284. #cmakedefine HAVE_PERROR @HAVE_PERROR@
  285. /* Define to 1 if you have the `pipe' function. */
  286. #cmakedefine HAVE_PIPE @HAVE_PIPE@
  287. /* define if you have process.h */
  288. #cmakedefine HAVE_PROCESS_H
  289. /* if you have the function PK11_CreateGenericObject */
  290. #cmakedefine HAVE_PK11_CREATEGENERICOBJECT
  291. /* Define to 1 if you have the `poll' function. */
  292. #cmakedefine HAVE_POLL
  293. /* If you have a fine poll */
  294. #cmakedefine HAVE_POLL_FINE
  295. /* Define to 1 if you have the <poll.h> header file. */
  296. #cmakedefine HAVE_POLL_H
  297. /* we have a POSIX-style strerror_r() */
  298. #cmakedefine HAVE_POSIX_STRERROR_R
  299. /* Define to 1 if you have the <pwd.h> header file. */
  300. #cmakedefine HAVE_PWD_H
  301. /* Define to 1 if you have the `RAND_egd' function. */
  302. #cmakedefine HAVE_RAND_EGD
  303. /* Define to 1 if you have the `RAND_screen' function. */
  304. #cmakedefine HAVE_RAND_SCREEN
  305. /* Define to 1 if you have the `RAND_status' function. */
  306. #cmakedefine HAVE_RAND_STATUS
  307. /* Define to 1 if you have the recv function. */
  308. #cmakedefine HAVE_RECV
  309. /* Define to 1 if you have the recvfrom function. */
  310. #cmakedefine HAVE_RECVFROM
  311. /* Define to 1 if you have the <rsa.h> header file. */
  312. #cmakedefine HAVE_RSA_H
  313. /* Define to 1 if you have the select function. */
  314. #cmakedefine HAVE_SELECT
  315. /* Define to 1 if you have the send function. */
  316. #cmakedefine HAVE_SEND
  317. /* Define to 1 if you have the <setjmp.h> header file. */
  318. #cmakedefine HAVE_SETJMP_H
  319. /* Define to 1 if you have the `setlocale' function. */
  320. #cmakedefine HAVE_SETLOCALE
  321. /* Define to 1 if you have the `setmode' function. */
  322. #cmakedefine HAVE_SETMODE
  323. /* Define to 1 if you have the `setrlimit' function. */
  324. #cmakedefine HAVE_SETRLIMIT
  325. /* Define to 1 if you have the <sgtty.h> header file. */
  326. #cmakedefine HAVE_SGTTY_H
  327. /* Define to 1 if you have the `sigaction' function. */
  328. #cmakedefine HAVE_SIGACTION
  329. /* Define to 1 if you have the `siginterrupt' function. */
  330. #cmakedefine HAVE_SIGINTERRUPT
  331. /* Define to 1 if you have the `signal' function. */
  332. #cmakedefine HAVE_SIGNAL
  333. /* Define to 1 if you have the <signal.h> header file. */
  334. #cmakedefine HAVE_SIGNAL_H
  335. /* If you have sigsetjmp */
  336. #cmakedefine HAVE_SIGSETJMP
  337. /* Define to 1 if sig_atomic_t is an available typedef. */
  338. #cmakedefine HAVE_SIG_ATOMIC_T
  339. /* Define to 1 if sig_atomic_t is already defined as volatile. */
  340. #cmakedefine HAVE_SIG_ATOMIC_T_VOLATILE
  341. /* Define to 1 if you have the `socket' function. */
  342. #cmakedefine HAVE_SOCKET
  343. /* use SO_NONBLOCK for non-blocking sockets */
  344. #cmakedefine HAVE_SO_NONBLOCK
  345. /* Define this if you have the SPNEGO library fbopenssl */
  346. #cmakedefine HAVE_SPNEGO
  347. /* Define to 1 if you have the `SSL_get_shutdown' function. */
  348. #cmakedefine HAVE_SSL_GET_SHUTDOWN
  349. /* Define to 1 if you have the <ssl.h> header file. */
  350. #cmakedefine HAVE_SSL_H
  351. /* Define to 1 if you have the <stdbool.h> header file. */
  352. #cmakedefine HAVE_STDBOOL_H
  353. /* Define to 1 if you have the <stdint.h> header file. */
  354. #cmakedefine HAVE_STDINT_H
  355. /* Define to 1 if you have the <stdio.h> header file. */
  356. #cmakedefine HAVE_STDIO_H
  357. /* Define to 1 if you have the <stdlib.h> header file. */
  358. #cmakedefine HAVE_STDLIB_H
  359. /* Define to 1 if you have the `strcasecmp' function. */
  360. #cmakedefine HAVE_STRCASECMP
  361. /* Define to 1 if you have the `strcasestr' function. */
  362. #cmakedefine HAVE_STRCASESTR
  363. /* Define to 1 if you have the `strcmpi' function. */
  364. #cmakedefine HAVE_STRCMPI
  365. /* Define to 1 if you have the `strdup' function. */
  366. #cmakedefine HAVE_STRDUP
  367. /* Define to 1 if you have the `strerror_r' function. */
  368. #cmakedefine HAVE_STRERROR_R
  369. /* Define to 1 if you have the `stricmp' function. */
  370. #cmakedefine HAVE_STRICMP
  371. /* Define to 1 if you have the <strings.h> header file. */
  372. #cmakedefine HAVE_STRINGS_H
  373. /* Define to 1 if you have the <string.h> header file. */
  374. #cmakedefine HAVE_STRING_H
  375. /* Define to 1 if you have the `strlcat' function. */
  376. #cmakedefine HAVE_STRLCAT
  377. /* Define to 1 if you have the `strlcpy' function. */
  378. #cmakedefine HAVE_STRLCPY
  379. /* Define to 1 if you have the `strstr' function. */
  380. #cmakedefine HAVE_STRSTR
  381. /* Define to 1 if you have the `strtok_r' function. */
  382. #cmakedefine HAVE_STRTOK_R
  383. /* Define to 1 if you have the `strtoll' function. */
  384. #cmakedefine HAVE_STRTOLL
  385. /* if struct sockaddr_storage is defined */
  386. #cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE
  387. /* Define to 1 if you have the timeval struct. */
  388. #cmakedefine HAVE_STRUCT_TIMEVAL
  389. /* Define to 1 if you have the <sys/filio.h> header file. */
  390. #cmakedefine HAVE_SYS_FILIO_H
  391. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  392. #cmakedefine HAVE_SYS_IOCTL_H
  393. /* Define to 1 if you have the <sys/param.h> header file. */
  394. #cmakedefine HAVE_SYS_PARAM_H
  395. /* Define to 1 if you have the <sys/poll.h> header file. */
  396. #cmakedefine HAVE_SYS_POLL_H
  397. /* Define to 1 if you have the <sys/resource.h> header file. */
  398. #cmakedefine HAVE_SYS_RESOURCE_H
  399. /* Define to 1 if you have the <sys/select.h> header file. */
  400. #cmakedefine HAVE_SYS_SELECT_H
  401. /* Define to 1 if you have the <sys/socket.h> header file. */
  402. #cmakedefine HAVE_SYS_SOCKET_H
  403. /* Define to 1 if you have the <sys/sockio.h> header file. */
  404. #cmakedefine HAVE_SYS_SOCKIO_H
  405. /* Define to 1 if you have the <sys/stat.h> header file. */
  406. #cmakedefine HAVE_SYS_STAT_H
  407. /* Define to 1 if you have the <sys/time.h> header file. */
  408. #cmakedefine HAVE_SYS_TIME_H
  409. /* Define to 1 if you have the <sys/types.h> header file. */
  410. #cmakedefine HAVE_SYS_TYPES_H
  411. /* Define to 1 if you have the <sys/un.h> header file. */
  412. #cmakedefine HAVE_SYS_UN_H
  413. /* Define to 1 if you have the <sys/utime.h> header file. */
  414. #cmakedefine HAVE_SYS_UTIME_H
  415. /* Define to 1 if you have the <termios.h> header file. */
  416. #cmakedefine HAVE_TERMIOS_H
  417. /* Define to 1 if you have the <termio.h> header file. */
  418. #cmakedefine HAVE_TERMIO_H
  419. /* Define to 1 if you have the <time.h> header file. */
  420. #cmakedefine HAVE_TIME_H
  421. /* Define to 1 if you have the <tld.h> header file. */
  422. #cmakedefine HAVE_TLD_H
  423. /* Define to 1 if you have the `tld_strerror' function. */
  424. #cmakedefine HAVE_TLD_STRERROR
  425. /* Define to 1 if you have the `uname' function. */
  426. #cmakedefine HAVE_UNAME
  427. /* Define to 1 if you have the <unistd.h> header file. */
  428. #cmakedefine HAVE_UNISTD_H
  429. /* Define to 1 if you have the `utime' function. */
  430. #cmakedefine HAVE_UTIME
  431. /* Define to 1 if you have the <utime.h> header file. */
  432. #cmakedefine HAVE_UTIME_H
  433. /* Define to 1 if compiler supports C99 variadic macro style. */
  434. #cmakedefine HAVE_VARIADIC_MACROS_C99
  435. /* Define to 1 if compiler supports old gcc variadic macro style. */
  436. #cmakedefine HAVE_VARIADIC_MACROS_GCC
  437. /* Define to 1 if you have the winber.h header file. */
  438. #cmakedefine HAVE_WINBER_H
  439. /* Define to 1 if you have the windows.h header file. */
  440. #cmakedefine HAVE_WINDOWS_H
  441. /* Define to 1 if you have the winldap.h header file. */
  442. #cmakedefine HAVE_WINLDAP_H
  443. /* Define to 1 if you have the winsock2.h header file. */
  444. #cmakedefine HAVE_WINSOCK2_H
  445. /* Define to 1 if you have the winsock.h header file. */
  446. #cmakedefine HAVE_WINSOCK_H
  447. /* Define this symbol if your OS supports changing the contents of argv */
  448. #cmakedefine HAVE_WRITABLE_ARGV
  449. /* Define to 1 if you have the ws2tcpip.h header file. */
  450. #cmakedefine HAVE_WS2TCPIP_H
  451. /* Define to 1 if you have the <x509.h> header file. */
  452. #cmakedefine HAVE_X509_H
  453. /* if you have the zlib.h header file */
  454. #cmakedefine HAVE_ZLIB_H
  455. /* Define to 1 if you are building a native Windows target. */
  456. #cmakedefine NATIVE_WINDOWS @NATIVE_WINDOWS@
  457. /* If you lack a fine basename() prototype */
  458. #cmakedefine NEED_BASENAME_PROTO
  459. /* Define to 1 if you need the lber.h header file even with ldap.h */
  460. #cmakedefine NEED_LBER_H
  461. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  462. #cmakedefine NEED_MALLOC_H
  463. /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  464. #cmakedefine NEED_REENTRANT
  465. /* cpu-machine-OS */
  466. #cmakedefine OS "@OS@"
  467. /* Name of package */
  468. #cmakedefine PACKAGE @PACKAGE@
  469. /* Define to the address where bug reports for this package should be sent. */
  470. #cmakedefine PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
  471. /* Define to the full name of this package. */
  472. #cmakedefine PACKAGE_NAME @PACKAGE_NAME@
  473. /* Define to the full name and version of this package. */
  474. #cmakedefine PACKAGE_STRING @PACKAGE_STRING@
  475. /* Define to the one symbol short name of this package. */
  476. #cmakedefine PACKAGE_TARNAME @PACKAGE_TARNAME@
  477. /* Define to the version of this package. */
  478. #cmakedefine PACKAGE_VERSION @PACKAGE_VERSION@
  479. /* a suitable file to read random data from */
  480. #cmakedefine RANDOM_FILE "@RANDOM_FILE@"
  481. /* Define to the type of arg 1 for recvfrom. */
  482. #cmakedefine RECVFROM_TYPE_ARG1 @RECVFROM_TYPE_ARG1@
  483. /* Define to the type pointed by arg 2 for recvfrom. */
  484. #cmakedefine RECVFROM_TYPE_ARG2 @RECVFROM_TYPE_ARG2@
  485. /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
  486. #cmakedefine RECVFROM_TYPE_ARG2_IS_VOID @RECVFROM_TYPE_ARG2_IS_VOID@
  487. /* Define to the type of arg 3 for recvfrom. */
  488. #cmakedefine RECVFROM_TYPE_ARG3 @RECVFROM_TYPE_ARG3@
  489. /* Define to the type of arg 4 for recvfrom. */
  490. #cmakedefine RECVFROM_TYPE_ARG4 @RECVFROM_TYPE_ARG4@
  491. /* Define to the type pointed by arg 5 for recvfrom. */
  492. #cmakedefine RECVFROM_TYPE_ARG5 @RECVFROM_TYPE_ARG5@
  493. /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
  494. #cmakedefine RECVFROM_TYPE_ARG5_IS_VOID @RECVFROM_TYPE_ARG5_IS_VOID@
  495. /* Define to the type pointed by arg 6 for recvfrom. */
  496. #cmakedefine RECVFROM_TYPE_ARG6 @RECVFROM_TYPE_ARG6@
  497. /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
  498. #cmakedefine RECVFROM_TYPE_ARG6_IS_VOID
  499. /* Define to the function return type for recvfrom. */
  500. #cmakedefine RECVFROM_TYPE_RETV @RECVFROM_TYPE_RETV@
  501. /* Define to the type of arg 1 for recv. */
  502. #cmakedefine RECV_TYPE_ARG1 @RECV_TYPE_ARG1@
  503. /* Define to the type of arg 2 for recv. */
  504. #cmakedefine RECV_TYPE_ARG2 @RECV_TYPE_ARG2@
  505. /* Define to the type of arg 3 for recv. */
  506. #cmakedefine RECV_TYPE_ARG3 @RECV_TYPE_ARG3@
  507. /* Define to the type of arg 4 for recv. */
  508. #cmakedefine RECV_TYPE_ARG4 @RECV_TYPE_ARG4@
  509. /* Define to the function return type for recv. */
  510. #cmakedefine RECV_TYPE_RETV @RECV_TYPE_RETV@
  511. /* Define as the return type of signal handlers (`int' or `void'). */
  512. #cmakedefine RETSIGTYPE @RETSIGTYPE@
  513. /* Define to the type qualifier of arg 5 for select. */
  514. #cmakedefine SELECT_QUAL_ARG5 @SELECT_QUAL_ARG5@
  515. /* Define to the type of arg 1 for select. */
  516. #cmakedefine SELECT_TYPE_ARG1 @SELECT_TYPE_ARG1@
  517. /* Define to the type of args 2, 3 and 4 for select. */
  518. #cmakedefine SELECT_TYPE_ARG234 @SELECT_TYPE_ARG234@
  519. /* Define to the type of arg 5 for select. */
  520. #cmakedefine SELECT_TYPE_ARG5 @SELECT_TYPE_ARG5@
  521. /* Define to the function return type for select. */
  522. #cmakedefine SELECT_TYPE_RETV @SELECT_TYPE_RETV@
  523. /* Define to the type qualifier of arg 2 for send. */
  524. #cmakedefine SEND_QUAL_ARG2 @SEND_QUAL_ARG2@
  525. /* Define to the type of arg 1 for send. */
  526. #cmakedefine SEND_TYPE_ARG1 @SEND_TYPE_ARG1@
  527. /* Define to the type of arg 2 for send. */
  528. #cmakedefine SEND_TYPE_ARG2 @SEND_TYPE_ARG2@
  529. /* Define to the type of arg 3 for send. */
  530. #cmakedefine SEND_TYPE_ARG3 @SEND_TYPE_ARG3@
  531. /* Define to the type of arg 4 for send. */
  532. #cmakedefine SEND_TYPE_ARG4 @SEND_TYPE_ARG4@
  533. /* Define to the function return type for send. */
  534. #cmakedefine SEND_TYPE_RETV @SEND_TYPE_RETV@
  535. /* The size of `int', as computed by sizeof. */
  536. #cmakedefine SIZEOF_INT
  537. /* The size of `long', as computed by sizeof. */
  538. #cmakedefine SIZEOF_LONG @SIZEOF_LONG@
  539. /* The size of `off_t', as computed by sizeof. */
  540. #cmakedefine SIZEOF_OFF_T @SIZEOF_OFF_T@
  541. /* The size of `size_t', as computed by sizeof. */
  542. #cmakedefine SIZEOF_SIZE_T @SIZEOF_SIZE_T@
  543. /* The size of `time_t', as computed by sizeof. */
  544. #cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
  545. /* The size of `void*', as computed by sizeof. */
  546. #cmakedefine SIZEOF_VOIDP @SIZEOF_VOIDP@
  547. /* Define to 1 if you have the ANSI C header files. */
  548. #cmakedefine STDC_HEADERS
  549. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  550. #cmakedefine TIME_WITH_SYS_TIME
  551. /* Define if you want to enable c-ares support */
  552. #cmakedefine USE_ARES
  553. /* if GnuTLS is enabled */
  554. #cmakedefine USE_GNUTLS
  555. /* if libSSH2 is in use */
  556. #cmakedefine USE_LIBSSH2
  557. /* If you want to build curl with the built-in manual */
  558. #cmakedefine USE_MANUAL
  559. /* if NSS is enabled */
  560. #cmakedefine USE_NSS
  561. /* if OpenSSL is in use */
  562. #cmakedefine USE_OPENSSL
  563. /* if SSL is enabled */
  564. #cmakedefine USE_SSLEAY
  565. /* Define to 1 if you are building a Windows target without large file
  566. support. */
  567. #cmakedefine USE_WIN32_LARGE_FILES
  568. /* to enable SSPI support */
  569. #cmakedefine USE_WINDOWS_SSPI
  570. /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
  571. #cmakedefine USE_YASSLEMUL
  572. /* Version number of package */
  573. #cmakedefine VERSION
  574. /* Define to avoid automatic inclusion of winsock.h */
  575. #cmakedefine WIN32_LEAN_AND_MEAN
  576. /* Define to 1 if OS is AIX. */
  577. #ifndef _ALL_SOURCE
  578. #cmakedefine _ALL_SOURCE
  579. #endif
  580. /* Number of bits in a file offset, on hosts where this is settable. */
  581. #cmakedefine _FILE_OFFSET_BITS
  582. /* Define for large files, on AIX-style hosts. */
  583. #cmakedefine _LARGE_FILES
  584. /* define this if you need it to compile thread-safe code */
  585. #cmakedefine _THREAD_SAFE
  586. /* Define to empty if `const' does not conform to ANSI C. */
  587. #cmakedefine const @const@
  588. /* Type to use in place of in_addr_t when system does not provide it. */
  589. #cmakedefine in_addr_t @in_addr_t@
  590. /* Define to `__inline__' or `__inline' if that's what the C compiler
  591. calls it, or to nothing if 'inline' is not supported under any name. */
  592. #ifndef __cplusplus
  593. #cmakedefine inline @inline@
  594. #endif
  595. /* Define to `unsigned int' if <sys/types.h> does not define. */
  596. #cmakedefine size_t @size_t@
  597. /* Type to use in place of socklen_t when system does not provide it. */
  598. #cmakedefine socklen_t @socklen_t@
  599. /* the signed version of size_t */
  600. #cmakedefine ssize_t @ssize_t@