config.h.cmake 32 KB

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