config.h.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Set this to the canonical Debian architecture string for this CPU type. */
  3. #undef ARCHITECTURE
  4. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  5. systems. This function is required for `alloca.c' support on those systems.
  6. */
  7. #undef CRAY_STACKSEG_END
  8. /* Define to 1 if using `alloca.c'. */
  9. #undef C_ALLOCA
  10. /* Define to 1 if translation of program messages to the user's native
  11. language is requested. */
  12. #undef ENABLE_NLS
  13. /* Define to 1 if you have `alloca', as a function or macro. */
  14. #undef HAVE_ALLOCA
  15. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  16. */
  17. #undef HAVE_ALLOCA_H
  18. /* Define to 1 if you have the `alphasort' function. */
  19. #undef HAVE_ALPHASORT
  20. /* Define to 1 if you have the <argz.h> header file. */
  21. #undef HAVE_ARGZ_H
  22. /* Define to 1 if you have the `asprintf' function. */
  23. #undef HAVE_ASPRINTF
  24. /* Define to 1 if you have the `bcopy' function. */
  25. #undef HAVE_BCOPY
  26. /* Define to 1 if the compiler supports C99. */
  27. #undef HAVE_C99
  28. /* Define to 1 if compiler supports `__attribute__', 0 otherwise. */
  29. #undef HAVE_C_ATTRIBUTE
  30. /* Define if the GNU dcgettext() function is already present or preinstalled.
  31. */
  32. #undef HAVE_DCGETTEXT
  33. /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
  34. don't. */
  35. #undef HAVE_DECL_FEOF_UNLOCKED
  36. /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  37. you don't. */
  38. #undef HAVE_DECL_FGETS_UNLOCKED
  39. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  40. don't. */
  41. #undef HAVE_DECL_GETC_UNLOCKED
  42. /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
  43. don't. */
  44. #undef HAVE_DECL_SYS_SIGLIST
  45. /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
  46. don't. */
  47. #undef HAVE_DECL__SNPRINTF
  48. /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
  49. don't. */
  50. #undef HAVE_DECL__SNWPRINTF
  51. /* Define to 1 if you have the <error.h> header file. */
  52. #undef HAVE_ERROR_H
  53. /* Define to 1 if you have the `fwprintf' function. */
  54. #undef HAVE_FWPRINTF
  55. /* Define to 1 if you have the `getcwd' function. */
  56. #undef HAVE_GETCWD
  57. /* Define to 1 if you have the `getegid' function. */
  58. #undef HAVE_GETEGID
  59. /* Define to 1 if you have the `geteuid' function. */
  60. #undef HAVE_GETEUID
  61. /* Define to 1 if you have the `getgid' function. */
  62. #undef HAVE_GETGID
  63. /* Define to 1 if you have the `getpagesize' function. */
  64. #undef HAVE_GETPAGESIZE
  65. /* Define if the GNU gettext() function is already present or preinstalled. */
  66. #undef HAVE_GETTEXT
  67. /* Define to 1 if you have the `getuid' function. */
  68. #undef HAVE_GETUID
  69. /* Define if you have the iconv() function. */
  70. #undef HAVE_ICONV
  71. /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
  72. #undef HAVE_INTMAX_T
  73. /* Define if <inttypes.h> exists and doesn't clash with <sys/types.h>. */
  74. #undef HAVE_INTTYPES_H
  75. /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
  76. declares uintmax_t. */
  77. #undef HAVE_INTTYPES_H_WITH_UINTMAX
  78. /* Define to 1 if you have the `isascii' function. */
  79. #undef HAVE_ISASCII
  80. /* Define to 1 if you have the <kvm.h> header file. */
  81. #undef HAVE_KVM_H
  82. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  83. #undef HAVE_LANGINFO_CODESET
  84. /* Define to 1 if you have the `lchown' function. */
  85. #undef HAVE_LCHOWN
  86. /* Define if your <locale.h> file defines LC_MESSAGES. */
  87. #undef HAVE_LC_MESSAGES
  88. /* Define to 1 if you have the <limits.h> header file. */
  89. #undef HAVE_LIMITS_H
  90. /* Define to 1 if you have the <locale.h> header file. */
  91. #undef HAVE_LOCALE_H
  92. /* Define if you have the 'long double' type. */
  93. #undef HAVE_LONG_DOUBLE
  94. /* Define if you have the 'long long' type. */
  95. #undef HAVE_LONG_LONG
  96. /* Define to 1 if you have the <malloc.h> header file. */
  97. #undef HAVE_MALLOC_H
  98. /* Define to 1 if you have the `memcpy' function. */
  99. #undef HAVE_MEMCPY
  100. /* Define to 1 if you have the <memory.h> header file. */
  101. #undef HAVE_MEMORY_H
  102. /* Define to 1 if you have the `mempcpy' function. */
  103. #undef HAVE_MEMPCPY
  104. /* Define to 1 if you have a working `mmap' system call. */
  105. #undef HAVE_MMAP
  106. /* Define to 1 if you have the `munmap' function. */
  107. #undef HAVE_MUNMAP
  108. /* Define to 1 if you have the <nl_types.h> header file. */
  109. #undef HAVE_NL_TYPES_H
  110. /* Define if your printf() function supports format strings with positions. */
  111. #undef HAVE_POSIX_PRINTF
  112. /* Define to 1 if you have the `putenv' function. */
  113. #undef HAVE_PUTENV
  114. /* Define to 1 if you have the `scandir' function. */
  115. #undef HAVE_SCANDIR
  116. /* Define to 1 if you have the `setenv' function. */
  117. #undef HAVE_SETENV
  118. /* Define to 1 if you have the `setlocale' function. */
  119. #undef HAVE_SETLOCALE
  120. /* Define to 1 if you have the `setsid' function. */
  121. #undef HAVE_SETSID
  122. /* Define to 1 if you have the `snprintf' function. */
  123. #undef HAVE_SNPRINTF
  124. /* Define to 1 if you have the <stddef.h> header file. */
  125. #undef HAVE_STDDEF_H
  126. /* Define to 1 if you have the <stdint.h> header file. */
  127. #undef HAVE_STDINT_H
  128. /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
  129. uintmax_t. */
  130. #undef HAVE_STDINT_H_WITH_UINTMAX
  131. /* Define to 1 if you have the <stdlib.h> header file. */
  132. #undef HAVE_STDLIB_H
  133. /* Define to 1 if you have the `stpcpy' function. */
  134. #undef HAVE_STPCPY
  135. /* Define to 1 if you have the `strcasecmp' function. */
  136. #undef HAVE_STRCASECMP
  137. /* Define to 1 if you have the `strdup' function. */
  138. #undef HAVE_STRDUP
  139. /* Define to 1 if you have the `strerror' function. */
  140. #undef HAVE_STRERROR
  141. /* Define to 1 if you have the <strings.h> header file. */
  142. #undef HAVE_STRINGS_H
  143. /* Define to 1 if you have the <string.h> header file. */
  144. #undef HAVE_STRING_H
  145. /* Define to 1 if you have the `strsignal' function. */
  146. #undef HAVE_STRSIGNAL
  147. /* Define to 1 if you have the `strtoul' function. */
  148. #undef HAVE_STRTOUL
  149. /* Define to 1 if you have the <sys/cdefs.h> header file. */
  150. #undef HAVE_SYS_CDEFS_H
  151. /* Define to 1 if you have the <sys/param.h> header file. */
  152. #undef HAVE_SYS_PARAM_H
  153. /* Define to 1 if you have the <sys/stat.h> header file. */
  154. #undef HAVE_SYS_STAT_H
  155. /* Define to 1 if you have the <sys/types.h> header file. */
  156. #undef HAVE_SYS_TYPES_H
  157. /* Define to 1 if you have the macro `TIOCNOTTY' in `sys/ioctl.h', and to 0 if
  158. you don't. */
  159. #undef HAVE_TIOCNOTTY
  160. /* Define to 1 if you have the `tsearch' function. */
  161. #undef HAVE_TSEARCH
  162. /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
  163. #undef HAVE_UINTMAX_T
  164. /* Define to 1 if you have the <unistd.h> header file. */
  165. #undef HAVE_UNISTD_H
  166. /* Define to 1 if you have the `unsetenv' function. */
  167. #undef HAVE_UNSETENV
  168. /* Define if you have the 'unsigned long long' type. */
  169. #undef HAVE_UNSIGNED_LONG_LONG
  170. /* Define to 1 if the `va_copy' macro exists */
  171. #undef HAVE_VA_COPY
  172. /* Define to 1 if you have the `vsnprintf' function. */
  173. #undef HAVE_VSNPRINTF
  174. /* Define if you have the 'wchar_t' type. */
  175. #undef HAVE_WCHAR_T
  176. /* Define to 1 if you have the `wcslen' function. */
  177. #undef HAVE_WCSLEN
  178. /* Define if you have the 'wint_t' type. */
  179. #undef HAVE_WINT_T
  180. /* Define to 1 if you have the `__argz_count' function. */
  181. #undef HAVE___ARGZ_COUNT
  182. /* Define to 1 if you have the `__argz_next' function. */
  183. #undef HAVE___ARGZ_NEXT
  184. /* Define to 1 if you have the `__argz_stringify' function. */
  185. #undef HAVE___ARGZ_STRINGIFY
  186. /* Define to 1 if you have the `__fsetlocking' function. */
  187. #undef HAVE___FSETLOCKING
  188. /* Define as const if the declaration of iconv() needs const. */
  189. #undef ICONV_CONST
  190. /* Define if integer division by zero raises signal SIGFPE. */
  191. #undef INTDIV0_RAISES_SIGFPE
  192. /* Name of package */
  193. #undef PACKAGE
  194. /* Define to the address where bug reports for this package should be sent. */
  195. #undef PACKAGE_BUGREPORT
  196. /* Define to the full name of this package. */
  197. #undef PACKAGE_NAME
  198. /* Define to the full name and version of this package. */
  199. #undef PACKAGE_STRING
  200. /* Define to the one symbol short name of this package. */
  201. #undef PACKAGE_TARNAME
  202. /* Define to the version of this package. */
  203. #undef PACKAGE_VERSION
  204. /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
  205. #undef PRI_MACROS_BROKEN
  206. /* The size of a `unsigned int', as computed by sizeof. */
  207. #undef SIZEOF_UNSIGNED_INT
  208. /* The size of a `unsigned long', as computed by sizeof. */
  209. #undef SIZEOF_UNSIGNED_LONG
  210. /* Define as the maximum value of type 'size_t', if the system doesn't define
  211. it. */
  212. #undef SIZE_MAX
  213. /* If using the C implementation of alloca, define if you know the
  214. direction of stack growth for your system; otherwise it will be
  215. automatically deduced at run-time.
  216. STACK_DIRECTION > 0 => grows toward higher addresses
  217. STACK_DIRECTION < 0 => grows toward lower addresses
  218. STACK_DIRECTION = 0 => direction of growth unknown */
  219. #undef STACK_DIRECTION
  220. /* Define to 1 if you have the ANSI C header files. */
  221. #undef STDC_HEADERS
  222. /* Version number of package */
  223. #undef VERSION
  224. /* Define to 1 if start-stop-daemon is compiled. */
  225. #undef WITH_START_STOP_DAEMON
  226. /* Define to 1 if your processor stores words with the most significant byte
  227. first (like Motorola and SPARC, unlike Intel and VAX). */
  228. #undef WORDS_BIGENDIAN
  229. /* Number of bits in a file offset, on hosts where this is settable. */
  230. #undef _FILE_OFFSET_BITS
  231. /* Enable GNU extensions on systems that have them. */
  232. #ifndef _GNU_SOURCE
  233. # undef _GNU_SOURCE
  234. #endif
  235. /* Define for large files, on AIX-style hosts. */
  236. #undef _LARGE_FILES
  237. /* Define to empty if `const' does not conform to ANSI C. */
  238. #undef const
  239. /* Define to `__inline__' or `__inline' if that's what the C compiler
  240. calls it, or to nothing if 'inline' is not supported under any name. */
  241. #ifndef __cplusplus
  242. #undef inline
  243. #endif
  244. /* Define to `int' if <sys/types.h> does not define. */
  245. #undef mode_t
  246. /* Define to `long' if <sys/types.h> does not define. */
  247. #undef off_t
  248. /* Define to `int' if <sys/types.h> does not define. */
  249. #undef pid_t
  250. /* Define to `int' if <malloc.h> does not define. */
  251. #undef ptrdiff_t
  252. /* Define to empty if the C compiler doesn't support this keyword. */
  253. #undef signed
  254. /* Define to `unsigned' if <sys/types.h> does not define. */
  255. #undef size_t
  256. /* Define to unsigned long or unsigned long long if <stdint.h> and
  257. <inttypes.h> don't define. */
  258. #undef uintmax_t
  259. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  260. code using `volatile' can become incorrect without. Disable with care. */
  261. #undef volatile