config.h.in 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  3. systems. This function is required for `alloca.c' support on those systems.
  4. */
  5. #undef CRAY_STACKSEG_END
  6. /* Define to 1 if using `alloca.c'. */
  7. #undef C_ALLOCA
  8. /* Define to 1 if asynchronous DNS support is enabled. */
  9. #undef ENABLE_ASYNC_DNS
  10. /* Define to 1 if BitTorrent support is enabled. */
  11. #undef ENABLE_BITTORRENT
  12. /* Define to 1 if message digest support is enabled. */
  13. #undef ENABLE_MESSAGE_DIGEST
  14. /* Define to 1 if Metalink support is enabled. */
  15. #undef ENABLE_METALINK
  16. /* Define to 1 if translation of program messages to the user's native
  17. language is requested. */
  18. #undef ENABLE_NLS
  19. /* Define to 1 if ssl support is enabled. */
  20. #undef ENABLE_SSL
  21. /* Define to 1 if you have `alloca', as a function or macro. */
  22. #undef HAVE_ALLOCA
  23. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  24. */
  25. #undef HAVE_ALLOCA_H
  26. /* Define to 1 if you have the <argz.h> header file. */
  27. #undef HAVE_ARGZ_H
  28. /* Define to 1 if you have the <arpa/inet.h> header file. */
  29. #undef HAVE_ARPA_INET_H
  30. /* Define to 1 if you have the `basename' function. */
  31. #undef HAVE_BASENAME
  32. /* Define to 1 if you have the `daemon' function. */
  33. #undef HAVE_DAEMON
  34. /* Define if the GNU dcgettext() function is already present or preinstalled.
  35. */
  36. #undef HAVE_DCGETTEXT
  37. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  38. #undef HAVE_DOPRNT
  39. /* Define to 1 if you have the `EVP_DigestInit_ex' function. */
  40. #undef HAVE_EVP_DIGESTINIT_EX
  41. /* Define to 1 if you have the `EVP_sha256' function. */
  42. #undef HAVE_EVP_SHA256
  43. /* Define to 1 if you have the <fcntl.h> header file. */
  44. #undef HAVE_FCNTL_H
  45. /* Define to 1 if you have the `feof_unlocked' function. */
  46. #undef HAVE_FEOF_UNLOCKED
  47. /* Define to 1 if you have the `fgets_unlocked' function. */
  48. #undef HAVE_FGETS_UNLOCKED
  49. /* Define to 1 if you have the `ftruncate' function. */
  50. #undef HAVE_FTRUNCATE
  51. /* Define to 1 if you have the `gai_strerror' function. */
  52. #undef HAVE_GAI_STRERROR
  53. /* Define to 1 if you have the `getaddrinfo' function. */
  54. #undef HAVE_GETADDRINFO
  55. /* Define to 1 if you have the `getcwd' function. */
  56. #undef HAVE_GETCWD
  57. /* Define to 1 if you have the `getc_unlocked' function. */
  58. #undef HAVE_GETC_UNLOCKED
  59. /* Define to 1 if you have the `getegid' function. */
  60. #undef HAVE_GETEGID
  61. /* Define to 1 if you have the `geteuid' function. */
  62. #undef HAVE_GETEUID
  63. /* Define to 1 if you have the `getgid' function. */
  64. #undef HAVE_GETGID
  65. /* Define to 1 if you have the `getpagesize' function. */
  66. #undef HAVE_GETPAGESIZE
  67. /* Define if the GNU gettext() function is already present or preinstalled. */
  68. #undef HAVE_GETTEXT
  69. /* Define to 1 if you have the `gettimeofday' function. */
  70. #undef HAVE_GETTIMEOFDAY
  71. /* Define to 1 if you have the `getuid' function. */
  72. #undef HAVE_GETUID
  73. /* Define if you have the iconv() function. */
  74. #undef HAVE_ICONV
  75. /* Define to 1 if you have the `inet_aton' function. */
  76. #undef HAVE_INET_ATON
  77. /* Define to 1 if you have the `inet_ntoa' function. */
  78. #undef HAVE_INET_NTOA
  79. /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
  80. #undef HAVE_INTTYPES_H
  81. /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
  82. declares uintmax_t. */
  83. #undef HAVE_INTTYPES_H_WITH_UINTMAX
  84. /* Define to 1 if you have the <io.h> header file. */
  85. #undef HAVE_IO_H
  86. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  87. #undef HAVE_LANGINFO_CODESET
  88. /* Define to 1 if you have the <langinfo.h> header file. */
  89. #undef HAVE_LANGINFO_H
  90. /* Define if your <locale.h> file defines LC_MESSAGES. */
  91. #undef HAVE_LC_MESSAGES
  92. /* Define to 1 if you have libares. */
  93. #undef HAVE_LIBARES
  94. /* Define to 1 if you have libcares. */
  95. #undef HAVE_LIBCARES
  96. /* Define to 1 if you have libgcrypt. */
  97. #undef HAVE_LIBGCRYPT
  98. /* Define to 1 if you have the <libgen.h> header file. */
  99. #undef HAVE_LIBGEN_H
  100. /* Define to 1 if you have libgnutls. */
  101. #undef HAVE_LIBGNUTLS
  102. /* Define to 1 if you have the <libintl.h> header file. */
  103. #undef HAVE_LIBINTL_H
  104. /* Define to 1 if you have openssl. */
  105. #undef HAVE_LIBSSL
  106. /* Define to 1 if you have libxml2. */
  107. #undef HAVE_LIBXML2
  108. /* Define to 1 if you have the <limits.h> header file. */
  109. #undef HAVE_LIMITS_H
  110. /* Define to 1 if you have the <locale.h> header file. */
  111. #undef HAVE_LOCALE_H
  112. /* Define to 1 if you have the `localtime_r' function. */
  113. #undef HAVE_LOCALTIME_R
  114. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  115. to 0 otherwise. */
  116. #undef HAVE_MALLOC
  117. /* Define to 1 if you have the <malloc.h> header file. */
  118. #undef HAVE_MALLOC_H
  119. /* Define to 1 if you have the `memchr' function. */
  120. #undef HAVE_MEMCHR
  121. /* Define to 1 if you have the <memory.h> header file. */
  122. #undef HAVE_MEMORY_H
  123. /* Define to 1 if you have the `mempcpy' function. */
  124. #undef HAVE_MEMPCPY
  125. /* Define to 1 if you have the `memset' function. */
  126. #undef HAVE_MEMSET
  127. /* Define to 1 if you have the `mkdir' function. */
  128. #undef HAVE_MKDIR
  129. /* Define to 1 if you have a working `mmap' system call. */
  130. #undef HAVE_MMAP
  131. /* Define to 1 if you have the `munmap' function. */
  132. #undef HAVE_MUNMAP
  133. /* Define to 1 if you have the <netdb.h> header file. */
  134. #undef HAVE_NETDB_H
  135. /* Define to 1 if you have the <netinet/in.h> header file. */
  136. #undef HAVE_NETINET_IN_H
  137. /* Define to 1 if you have the `nl_langinfo' function. */
  138. #undef HAVE_NL_LANGINFO
  139. /* Define to 1 if you have the <nl_types.h> header file. */
  140. #undef HAVE_NL_TYPES_H
  141. /* Define to 1 if you have old openssl. */
  142. #undef HAVE_OLD_LIBSSL
  143. /* Define to 1 if you have the `putenv' function. */
  144. #undef HAVE_PUTENV
  145. /* Define to 1 if you have the `random' function. */
  146. #undef HAVE_RANDOM
  147. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  148. and to 0 otherwise. */
  149. #undef HAVE_REALLOC
  150. /* Define to 1 if you have the `rmdir' function. */
  151. #undef HAVE_RMDIR
  152. /* Define to 1 if you have the `select' function. */
  153. #undef HAVE_SELECT
  154. /* Define to 1 if you have the `setenv' function. */
  155. #undef HAVE_SETENV
  156. /* Define to 1 if you have the `setlocale' function. */
  157. #undef HAVE_SETLOCALE
  158. /* Define to 1 if you have the `setmode' function. */
  159. #undef HAVE_SETMODE
  160. /* Define to 1 if you have the `sigaction' function. */
  161. #undef HAVE_SIGACTION
  162. /* Define to 1 if you have the `sleep' function. */
  163. #undef HAVE_SLEEP
  164. /* Define to 1 if you have the `socket' function. */
  165. #undef HAVE_SOCKET
  166. /* Define to 1 if you have the `srandom' function. */
  167. #undef HAVE_SRANDOM
  168. /* Define to 1 if `stat' has the bug that it succeeds when given the
  169. zero-length file name argument. */
  170. #undef HAVE_STAT_EMPTY_STRING_BUG
  171. /* Define to 1 if stdbool.h conforms to C99. */
  172. #undef HAVE_STDBOOL_H
  173. /* Define to 1 if you have the <stddef.h> header file. */
  174. #undef HAVE_STDDEF_H
  175. /* Define to 1 if you have the <stdint.h> header file. */
  176. #undef HAVE_STDINT_H
  177. /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
  178. uintmax_t. */
  179. #undef HAVE_STDINT_H_WITH_UINTMAX
  180. /* Define to 1 if you have the <stdio_ext.h> header file. */
  181. #undef HAVE_STDIO_EXT_H
  182. /* Define to 1 if you have the <stdlib.h> header file. */
  183. #undef HAVE_STDLIB_H
  184. /* Define to 1 if you have the `stpcpy' function. */
  185. #undef HAVE_STPCPY
  186. /* Define to 1 if you have the `strcasecmp' function. */
  187. #undef HAVE_STRCASECMP
  188. /* Define to 1 if you have the `strchr' function. */
  189. #undef HAVE_STRCHR
  190. /* Define to 1 if you have the `strcspn' function. */
  191. #undef HAVE_STRCSPN
  192. /* Define to 1 if you have the `strdup' function. */
  193. #undef HAVE_STRDUP
  194. /* Define to 1 if you have the `strerror' function. */
  195. #undef HAVE_STRERROR
  196. /* Define to 1 if you have the <strings.h> header file. */
  197. #undef HAVE_STRINGS_H
  198. /* Define to 1 if you have the <string.h> header file. */
  199. #undef HAVE_STRING_H
  200. /* Define to 1 if you have the `strptime' function. */
  201. #undef HAVE_STRPTIME
  202. /* Define to 1 if you have the `strstr' function. */
  203. #undef HAVE_STRSTR
  204. /* Define to 1 if you have the `strtol' function. */
  205. #undef HAVE_STRTOL
  206. /* Define to 1 if you have the `strtoul' function. */
  207. #undef HAVE_STRTOUL
  208. /* Define to 1 if you have the <sys/param.h> header file. */
  209. #undef HAVE_SYS_PARAM_H
  210. /* Define to 1 if you have the <sys/select.h> header file. */
  211. #undef HAVE_SYS_SELECT_H
  212. /* Define to 1 if you have the <sys/socket.h> header file. */
  213. #undef HAVE_SYS_SOCKET_H
  214. /* Define to 1 if you have the <sys/stat.h> header file. */
  215. #undef HAVE_SYS_STAT_H
  216. /* Define to 1 if you have the <sys/time.h> header file. */
  217. #undef HAVE_SYS_TIME_H
  218. /* Define to 1 if you have the <sys/types.h> header file. */
  219. #undef HAVE_SYS_TYPES_H
  220. /* Define to 1 if you have the `timegm' function. */
  221. #undef HAVE_TIMEGM
  222. /* Define to 1 if you have the `tsearch' function. */
  223. #undef HAVE_TSEARCH
  224. /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
  225. #undef HAVE_UINTMAX_T
  226. /* Define to 1 if you have the <unistd.h> header file. */
  227. #undef HAVE_UNISTD_H
  228. /* Define if you have the unsigned long long type. */
  229. #undef HAVE_UNSIGNED_LONG_LONG
  230. /* Define to 1 if you have the `usleep' function. */
  231. #undef HAVE_USLEEP
  232. /* Define to 1 if you have the `vprintf' function. */
  233. #undef HAVE_VPRINTF
  234. /* Define to 1 if you have the <winsock2.h> header file. */
  235. #undef HAVE_WINSOCK2_H
  236. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  237. #undef HAVE_WS2TCPIP_H
  238. /* Define to 1 if the system has the type `_Bool'. */
  239. #undef HAVE__BOOL
  240. /* Define to 1 if you have the `__argz_count' function. */
  241. #undef HAVE___ARGZ_COUNT
  242. /* Define to 1 if you have the `__argz_next' function. */
  243. #undef HAVE___ARGZ_NEXT
  244. /* Define to 1 if you have the `__argz_stringify' function. */
  245. #undef HAVE___ARGZ_STRINGIFY
  246. /* Define to 1 if you have the `__fsetlocking' function. */
  247. #undef HAVE___FSETLOCKING
  248. /* Define as const if the declaration of iconv() needs const. */
  249. #undef ICONV_CONST
  250. /* Define if integer division by zero raises signal SIGFPE. */
  251. #undef INTDIV0_RAISES_SIGFPE
  252. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  253. slash. */
  254. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  255. /* Name of package */
  256. #undef PACKAGE
  257. /* Define to the address where bug reports for this package should be sent. */
  258. #undef PACKAGE_BUGREPORT
  259. /* Define to the full name of this package. */
  260. #undef PACKAGE_NAME
  261. /* Define to the full name and version of this package. */
  262. #undef PACKAGE_STRING
  263. /* Define to the one symbol short name of this package. */
  264. #undef PACKAGE_TARNAME
  265. /* Define to the version of this package. */
  266. #undef PACKAGE_VERSION
  267. /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
  268. #undef PRI_MACROS_BROKEN
  269. /* Define to the type of arg 1 for `select'. */
  270. #undef SELECT_TYPE_ARG1
  271. /* Define to the type of args 2, 3 and 4 for `select'. */
  272. #undef SELECT_TYPE_ARG234
  273. /* Define to the type of arg 5 for `select'. */
  274. #undef SELECT_TYPE_ARG5
  275. /* If using the C implementation of alloca, define if you know the
  276. direction of stack growth for your system; otherwise it will be
  277. automatically deduced at runtime.
  278. STACK_DIRECTION > 0 => grows toward higher addresses
  279. STACK_DIRECTION < 0 => grows toward lower addresses
  280. STACK_DIRECTION = 0 => direction of growth unknown */
  281. #undef STACK_DIRECTION
  282. /* Define to 1 if you have the ANSI C header files. */
  283. #undef STDC_HEADERS
  284. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  285. #undef TIME_WITH_SYS_TIME
  286. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  287. #undef TM_IN_SYS_TIME
  288. /* Version number of package */
  289. #undef VERSION
  290. /* Define to empty if `const' does not conform to ANSI C. */
  291. #undef const
  292. /* Define to `__inline__' or `__inline' if that's what the C compiler
  293. calls it, or to nothing if 'inline' is not supported under any name. */
  294. #ifndef __cplusplus
  295. #undef inline
  296. #endif
  297. /* Define to rpl_malloc if the replacement function should be used. */
  298. #undef malloc
  299. /* Define to `long int' if <sys/types.h> does not define. */
  300. #undef off_t
  301. /* Define to rpl_realloc if the replacement function should be used. */
  302. #undef realloc
  303. /* Define to `unsigned int' if <sys/types.h> does not define. */
  304. #undef size_t
  305. /* Define to unsigned long or unsigned long long if <stdint.h> and
  306. <inttypes.h> don't define. */
  307. #undef uintmax_t
  308. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  309. code using `volatile' can become incorrect without. Disable with care. */
  310. #undef volatile