config.in 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if you want more run-time sanity checks. */
  5. #undef CHECKING_P
  6. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  7. systems. This function is required for `alloca.c' support on those systems.
  8. */
  9. #undef CRAY_STACKSEG_END
  10. /* Define to 1 if using `alloca.c'. */
  11. #undef C_ALLOCA
  12. /* Define if you want assertions enabled. This is a cheap check. */
  13. #undef ENABLE_ASSERT_CHECKING
  14. /* Define to enable system headers canonicalization. */
  15. #undef ENABLE_CANONICAL_SYSTEM_HEADERS
  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 get calls to the valgrind runtime enabled. */
  20. #undef ENABLE_VALGRIND_ANNOTATIONS
  21. /* Define if you want to workaround valgrind (a memory checker) warnings about
  22. possible memory leaks because of libcpp use of interior pointers. */
  23. #undef ENABLE_VALGRIND_CHECKING
  24. /* Define to 1 if you have `alloca', as a function or macro. */
  25. #undef HAVE_ALLOCA
  26. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  27. */
  28. #undef HAVE_ALLOCA_H
  29. /* Define to 1 if you have the `clearerr_unlocked' function. */
  30. #undef HAVE_CLEARERR_UNLOCKED
  31. /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
  32. */
  33. #undef HAVE_DECL_ABORT
  34. /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
  35. don't. */
  36. #undef HAVE_DECL_ASPRINTF
  37. /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
  38. you don't. */
  39. #undef HAVE_DECL_BASENAME
  40. /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
  41. you don't. */
  42. #undef HAVE_DECL_CLEARERR_UNLOCKED
  43. /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
  44. */
  45. #undef HAVE_DECL_ERRNO
  46. /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
  47. don't. */
  48. #undef HAVE_DECL_FEOF_UNLOCKED
  49. /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
  50. you don't. */
  51. #undef HAVE_DECL_FERROR_UNLOCKED
  52. /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
  53. you don't. */
  54. #undef HAVE_DECL_FFLUSH_UNLOCKED
  55. /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
  56. you don't. */
  57. #undef HAVE_DECL_FGETC_UNLOCKED
  58. /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  59. you don't. */
  60. #undef HAVE_DECL_FGETS_UNLOCKED
  61. /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
  62. you don't. */
  63. #undef HAVE_DECL_FILENO_UNLOCKED
  64. /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
  65. you don't. */
  66. #undef HAVE_DECL_FPRINTF_UNLOCKED
  67. /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
  68. you don't. */
  69. #undef HAVE_DECL_FPUTC_UNLOCKED
  70. /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
  71. you don't. */
  72. #undef HAVE_DECL_FPUTS_UNLOCKED
  73. /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
  74. you don't. */
  75. #undef HAVE_DECL_FREAD_UNLOCKED
  76. /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
  77. you don't. */
  78. #undef HAVE_DECL_FWRITE_UNLOCKED
  79. /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
  80. you don't. */
  81. #undef HAVE_DECL_GETCHAR_UNLOCKED
  82. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  83. don't. */
  84. #undef HAVE_DECL_GETC_UNLOCKED
  85. /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
  86. */
  87. #undef HAVE_DECL_GETOPT
  88. /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
  89. you don't. */
  90. #undef HAVE_DECL_PUTCHAR_UNLOCKED
  91. /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
  92. don't. */
  93. #undef HAVE_DECL_PUTC_UNLOCKED
  94. /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
  95. don't. */
  96. #undef HAVE_DECL_VASPRINTF
  97. /* Define to 1 if you have the <fcntl.h> header file. */
  98. #undef HAVE_FCNTL_H
  99. /* Define to 1 if you have the `feof_unlocked' function. */
  100. #undef HAVE_FEOF_UNLOCKED
  101. /* Define to 1 if you have the `ferror_unlocked' function. */
  102. #undef HAVE_FERROR_UNLOCKED
  103. /* Define to 1 if you have the `fflush_unlocked' function. */
  104. #undef HAVE_FFLUSH_UNLOCKED
  105. /* Define to 1 if you have the `fgetc_unlocked' function. */
  106. #undef HAVE_FGETC_UNLOCKED
  107. /* Define to 1 if you have the `fgets_unlocked' function. */
  108. #undef HAVE_FGETS_UNLOCKED
  109. /* Define to 1 if you have the `fileno_unlocked' function. */
  110. #undef HAVE_FILENO_UNLOCKED
  111. /* Define to 1 if you have the `fprintf_unlocked' function. */
  112. #undef HAVE_FPRINTF_UNLOCKED
  113. /* Define to 1 if you have the `fputc_unlocked' function. */
  114. #undef HAVE_FPUTC_UNLOCKED
  115. /* Define to 1 if you have the `fputs_unlocked' function. */
  116. #undef HAVE_FPUTS_UNLOCKED
  117. /* Define to 1 if you have the `fread_unlocked' function. */
  118. #undef HAVE_FREAD_UNLOCKED
  119. /* Define to 1 if you have the `fwrite_unlocked' function. */
  120. #undef HAVE_FWRITE_UNLOCKED
  121. /* Define to 1 if you have the `getchar_unlocked' function. */
  122. #undef HAVE_GETCHAR_UNLOCKED
  123. /* Define to 1 if you have the `getc_unlocked' function. */
  124. #undef HAVE_GETC_UNLOCKED
  125. /* Define if you have the iconv() function. */
  126. #undef HAVE_ICONV
  127. /* Define to 1 if you have the <inttypes.h> header file. */
  128. #undef HAVE_INTTYPES_H
  129. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  130. #undef HAVE_LANGINFO_CODESET
  131. /* Define to 1 if you have the <limits.h> header file. */
  132. #undef HAVE_LIMITS_H
  133. /* Define to 1 if you have the <locale.h> header file. */
  134. #undef HAVE_LOCALE_H
  135. /* Define to 1 if you have the <memory.h> header file. */
  136. #undef HAVE_MEMORY_H
  137. /* Define to 1 if libc includes obstacks. */
  138. #undef HAVE_OBSTACK
  139. /* Define to 1 if you have the `putchar_unlocked' function. */
  140. #undef HAVE_PUTCHAR_UNLOCKED
  141. /* Define to 1 if you have the `putc_unlocked' function. */
  142. #undef HAVE_PUTC_UNLOCKED
  143. /* Define to 1 if you can assemble SSE4 insns. */
  144. #undef HAVE_SSE4
  145. /* Define to 1 if you have the <stddef.h> header file. */
  146. #undef HAVE_STDDEF_H
  147. /* Define to 1 if you have the <stdint.h> header file. */
  148. #undef HAVE_STDINT_H
  149. /* Define to 1 if you have the <stdlib.h> header file. */
  150. #undef HAVE_STDLIB_H
  151. /* Define to 1 if you have the <strings.h> header file. */
  152. #undef HAVE_STRINGS_H
  153. /* Define to 1 if you have the <string.h> header file. */
  154. #undef HAVE_STRING_H
  155. /* Define to 1 if you have the <sys/file.h> header file. */
  156. #undef HAVE_SYS_FILE_H
  157. /* Define to 1 if you have the <sys/stat.h> header file. */
  158. #undef HAVE_SYS_STAT_H
  159. /* Define to 1 if you have the <sys/types.h> header file. */
  160. #undef HAVE_SYS_TYPES_H
  161. /* Define if <sys/types.h> defines \`uchar'. */
  162. #undef HAVE_UCHAR
  163. /* Define to 1 if the system has the type `uintptr_t'. */
  164. #undef HAVE_UINTPTR_T
  165. /* Define to 1 if you have the <unistd.h> header file. */
  166. #undef HAVE_UNISTD_H
  167. /* Define as const if the declaration of iconv() needs const. */
  168. #undef ICONV_CONST
  169. /* Define to the name of this package. */
  170. #undef PACKAGE
  171. /* Define to the address where bug reports for this package should be sent. */
  172. #undef PACKAGE_BUGREPORT
  173. /* Define to the full name of this package. */
  174. #undef PACKAGE_NAME
  175. /* Define to the full name and version of this package. */
  176. #undef PACKAGE_STRING
  177. /* Define to the one symbol short name of this package. */
  178. #undef PACKAGE_TARNAME
  179. /* Define to the home page for this package. */
  180. #undef PACKAGE_URL
  181. /* Define to the version of this package. */
  182. #undef PACKAGE_VERSION
  183. /* The size of `dev_t', as computed by sizeof. */
  184. #undef SIZEOF_DEV_T
  185. /* The size of `ino_t', as computed by sizeof. */
  186. #undef SIZEOF_INO_T
  187. /* The size of `int', as computed by sizeof. */
  188. #undef SIZEOF_INT
  189. /* The size of `long', as computed by sizeof. */
  190. #undef SIZEOF_LONG
  191. /* If using the C implementation of alloca, define if you know the
  192. direction of stack growth for your system; otherwise it will be
  193. automatically deduced at runtime.
  194. STACK_DIRECTION > 0 => grows toward higher addresses
  195. STACK_DIRECTION < 0 => grows toward lower addresses
  196. STACK_DIRECTION = 0 => direction of growth unknown */
  197. #undef STACK_DIRECTION
  198. /* Define to 1 if you have the ANSI C header files. */
  199. #undef STDC_HEADERS
  200. /* Define if you can safely include both <string.h> and <strings.h>. */
  201. #undef STRING_WITH_STRINGS
  202. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  203. #undef TIME_WITH_SYS_TIME
  204. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  205. #undef TM_IN_SYS_TIME
  206. /* Enable extensions on AIX 3, Interix. */
  207. #ifndef _ALL_SOURCE
  208. # undef _ALL_SOURCE
  209. #endif
  210. /* Enable GNU extensions on systems that have them. */
  211. #ifndef _GNU_SOURCE
  212. # undef _GNU_SOURCE
  213. #endif
  214. /* Enable threading extensions on Solaris. */
  215. #ifndef _POSIX_PTHREAD_SEMANTICS
  216. # undef _POSIX_PTHREAD_SEMANTICS
  217. #endif
  218. /* Enable extensions on HP NonStop. */
  219. #ifndef _TANDEM_SOURCE
  220. # undef _TANDEM_SOURCE
  221. #endif
  222. /* Enable general extensions on Solaris. */
  223. #ifndef __EXTENSIONS__
  224. # undef __EXTENSIONS__
  225. #endif
  226. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  227. significant byte first (like Motorola and SPARC, unlike Intel). */
  228. #if defined AC_APPLE_UNIVERSAL_BUILD
  229. # if defined __BIG_ENDIAN__
  230. # define WORDS_BIGENDIAN 1
  231. # endif
  232. #else
  233. # ifndef WORDS_BIGENDIAN
  234. # undef WORDS_BIGENDIAN
  235. # endif
  236. #endif
  237. /* Enable large inode numbers on Mac OS X 10.5. */
  238. #ifndef _DARWIN_USE_64_BIT_INODE
  239. # define _DARWIN_USE_64_BIT_INODE 1
  240. #endif
  241. /* Number of bits in a file offset, on hosts where this is settable. */
  242. #undef _FILE_OFFSET_BITS
  243. /* Define for large files, on AIX-style hosts. */
  244. #undef _LARGE_FILES
  245. /* Define to 1 if on MINIX. */
  246. #undef _MINIX
  247. /* Define to 2 if the system does not provide POSIX.1 features except with
  248. this defined. */
  249. #undef _POSIX_1_SOURCE
  250. /* Define to 1 if you need to in order for `stat' and other things to work. */
  251. #undef _POSIX_SOURCE
  252. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  253. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  254. #define below would cause a syntax error. */
  255. #undef _UINT64_T
  256. /* Define to empty if `const' does not conform to ANSI C. */
  257. #undef const
  258. /* Define to `__inline__' or `__inline' if that's what the C compiler
  259. calls it, or to nothing if 'inline' is not supported under any name. */
  260. #ifndef __cplusplus
  261. #undef inline
  262. #endif
  263. /* Define to `long int' if <sys/types.h> does not define. */
  264. #undef off_t
  265. /* Define to `int' if <sys/types.h> does not define. */
  266. #undef ptrdiff_t
  267. /* Define to `unsigned int' if <sys/types.h> does not define. */
  268. #undef size_t
  269. /* Define to `int' if <sys/types.h> does not define. */
  270. #undef ssize_t
  271. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  272. such a type exists and the standard includes do not define it. */
  273. #undef uint64_t
  274. /* Define to the type of an unsigned integer type wide enough to hold a
  275. pointer, if such a type exists, and if the system does not define it. */
  276. #undef uintptr_t