config.h.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if the compiler is building for multiple architectures of Apple
  3. platforms at once. */
  4. #undef AA_APPLE_UNIVERSAL_BUILD
  5. /* Define to the number of bits in type 'ptrdiff_t'. */
  6. #undef BITSIZEOF_PTRDIFF_T
  7. /* Define to the number of bits in type 'sig_atomic_t'. */
  8. #undef BITSIZEOF_SIG_ATOMIC_T
  9. /* Define to the number of bits in type 'size_t'. */
  10. #undef BITSIZEOF_SIZE_T
  11. /* Define to the number of bits in type 'wchar_t'. */
  12. #undef BITSIZEOF_WCHAR_T
  13. /* Define to the number of bits in type 'wint_t'. */
  14. #undef BITSIZEOF_WINT_T
  15. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  16. systems. This function is required for `alloca.c' support on those systems.
  17. */
  18. #undef CRAY_STACKSEG_END
  19. /* Define to 1 if using `alloca.c'. */
  20. #undef C_ALLOCA
  21. /* Define as good substitute value for EILSEQ. */
  22. #undef EILSEQ
  23. /* Define to 1 to enable a few rarely used encodings. */
  24. #undef ENABLE_EXTRA
  25. /* Define to 1 if translation of program messages to the user's native
  26. language is requested. */
  27. #undef ENABLE_NLS
  28. /* Define to 1 if the package shall run at any location in the filesystem. */
  29. #undef ENABLE_RELOCATABLE
  30. /* Define to 1 when using the gnulib module canonicalize-lgpl. */
  31. #undef GNULIB_CANONICALIZE_LGPL
  32. /* Define to 1 when using the gnulib module sigpipe. */
  33. #undef GNULIB_SIGPIPE
  34. /* Define to 1 if you have `alloca', as a function or macro. */
  35. #undef HAVE_ALLOCA
  36. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  37. */
  38. #undef HAVE_ALLOCA_H
  39. /* Define to 1 if you have the `canonicalize_file_name' function. */
  40. #undef HAVE_CANONICALIZE_FILE_NAME
  41. /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
  42. CoreFoundation framework. */
  43. #undef HAVE_CFLOCALECOPYCURRENT
  44. /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
  45. the CoreFoundation framework. */
  46. #undef HAVE_CFPREFERENCESCOPYAPPVALUE
  47. /* Define if the GNU dcgettext() function is already present or preinstalled.
  48. */
  49. #undef HAVE_DCGETTEXT
  50. /* Define to 1 if you have the declaration of `canonicalize_file_name', and to
  51. 0 if you don't. */
  52. #undef HAVE_DECL_CANONICALIZE_FILE_NAME
  53. /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
  54. you don't. */
  55. #undef HAVE_DECL_CLEARERR_UNLOCKED
  56. /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
  57. don't. */
  58. #undef HAVE_DECL_FEOF_UNLOCKED
  59. /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
  60. you don't. */
  61. #undef HAVE_DECL_FERROR_UNLOCKED
  62. /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
  63. you don't. */
  64. #undef HAVE_DECL_FFLUSH_UNLOCKED
  65. /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  66. you don't. */
  67. #undef HAVE_DECL_FGETS_UNLOCKED
  68. /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
  69. you don't. */
  70. #undef HAVE_DECL_FPUTC_UNLOCKED
  71. /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
  72. you don't. */
  73. #undef HAVE_DECL_FPUTS_UNLOCKED
  74. /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
  75. you don't. */
  76. #undef HAVE_DECL_FREAD_UNLOCKED
  77. /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
  78. you don't. */
  79. #undef HAVE_DECL_FWRITE_UNLOCKED
  80. /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
  81. you don't. */
  82. #undef HAVE_DECL_GETCHAR_UNLOCKED
  83. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  84. don't. */
  85. #undef HAVE_DECL_GETC_UNLOCKED
  86. /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
  87. you don't. */
  88. #undef HAVE_DECL_PUTCHAR_UNLOCKED
  89. /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
  90. don't. */
  91. #undef HAVE_DECL_PUTC_UNLOCKED
  92. /* Define to 1 if you have the declaration of `strerror', and to 0 if you
  93. don't. */
  94. #undef HAVE_DECL_STRERROR
  95. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  96. don't. */
  97. #undef HAVE_DECL_STRERROR_R
  98. /* Define to 1 if you have the <dlfcn.h> header file. */
  99. #undef HAVE_DLFCN_H
  100. /* Define if you have the declaration of environ. */
  101. #undef HAVE_ENVIRON_DECL
  102. /* Define to 1 if you have the <errno.h> header file. */
  103. #undef HAVE_ERRNO_H
  104. /* Define to 1 if you have the `getcwd' function. */
  105. #undef HAVE_GETCWD
  106. /* Define to 1 if you have the `getc_unlocked' function. */
  107. #undef HAVE_GETC_UNLOCKED
  108. /* Define if the GNU gettext() function is already present or preinstalled. */
  109. #undef HAVE_GETTEXT
  110. /* Define if you have the iconv() function and it works. */
  111. #undef HAVE_ICONV
  112. /* Define to 1 if you have the <inttypes.h> header file. */
  113. #undef HAVE_INTTYPES_H
  114. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  115. #undef HAVE_LANGINFO_CODESET
  116. /* Define to 1 if the system has the type `long long int'. */
  117. #undef HAVE_LONG_LONG_INT
  118. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  119. #undef HAVE_MACH_O_DYLD_H
  120. /* Define if the 'malloc' function is POSIX compliant. */
  121. #undef HAVE_MALLOC_POSIX
  122. /* Define to 1 if you have the `mbrtowc' function. */
  123. #undef HAVE_MBRTOWC
  124. /* Define to 1 if you have the `mbsinit' function. */
  125. #undef HAVE_MBSINIT
  126. /* Define to 1 if <wchar.h> declares mbstate_t. */
  127. #undef HAVE_MBSTATE_T
  128. /* Define to 1 if you have the `memmove' function. */
  129. #undef HAVE_MEMMOVE
  130. /* Define to 1 if you have the <memory.h> header file. */
  131. #undef HAVE_MEMORY_H
  132. /* Define to 1 if you have the `pathconf' function. */
  133. #undef HAVE_PATHCONF
  134. /* Define to 1 if you have the <random.h> header file. */
  135. #undef HAVE_RANDOM_H
  136. /* Define to 1 if you have the `readlink' function. */
  137. #undef HAVE_READLINK
  138. /* Define to 1 if you have the <search.h> header file. */
  139. #undef HAVE_SEARCH_H
  140. /* Define to 1 if you have the `setenv' function. */
  141. #undef HAVE_SETENV
  142. /* Define to 1 if you have the `setlocale' function. */
  143. #undef HAVE_SETLOCALE
  144. /* Define to 1 if you have the <signal.h> header file. */
  145. #undef HAVE_SIGNAL_H
  146. /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
  147. #undef HAVE_SIGNED_SIG_ATOMIC_T
  148. /* Define to 1 if 'wchar_t' is a signed integer type. */
  149. #undef HAVE_SIGNED_WCHAR_T
  150. /* Define to 1 if 'wint_t' is a signed integer type. */
  151. #undef HAVE_SIGNED_WINT_T
  152. /* Define to 1 if the system has the type `sigset_t'. */
  153. #undef HAVE_SIGSET_T
  154. /* Define to 1 if stdbool.h conforms to C99. */
  155. #undef HAVE_STDBOOL_H
  156. /* Define to 1 if you have the <stdint.h> header file. */
  157. #undef HAVE_STDINT_H
  158. /* Define to 1 if you have the <stdio.h> header file. */
  159. #undef HAVE_STDIO_H
  160. /* Define to 1 if you have the <stdlib.h> header file. */
  161. #undef HAVE_STDLIB_H
  162. /* Define to 1 if you have the `strerror_r' function. */
  163. #undef HAVE_STRERROR_R
  164. /* Define to 1 if you have the <strings.h> header file. */
  165. #undef HAVE_STRINGS_H
  166. /* Define to 1 if you have the <string.h> header file. */
  167. #undef HAVE_STRING_H
  168. /* Define to 1 if the system has the type `struct random_data'. */
  169. #undef HAVE_STRUCT_RANDOM_DATA
  170. /* Define to 1 if you have the <sys/bitypes.h> header file. */
  171. #undef HAVE_SYS_BITYPES_H
  172. /* Define to 1 if you have the <sys/inttypes.h> header file. */
  173. #undef HAVE_SYS_INTTYPES_H
  174. /* Define to 1 if you have the <sys/param.h> header file. */
  175. #undef HAVE_SYS_PARAM_H
  176. /* Define to 1 if you have the <sys/socket.h> header file. */
  177. #undef HAVE_SYS_SOCKET_H
  178. /* Define to 1 if you have the <sys/stat.h> header file. */
  179. #undef HAVE_SYS_STAT_H
  180. /* Define to 1 if you have the <sys/types.h> header file. */
  181. #undef HAVE_SYS_TYPES_H
  182. /* Define to 1 if you have the `tsearch' function. */
  183. #undef HAVE_TSEARCH
  184. /* Define to 1 if you have the <unistd.h> header file. */
  185. #undef HAVE_UNISTD_H
  186. /* Define to 1 if the system has the type `unsigned long long int'. */
  187. #undef HAVE_UNSIGNED_LONG_LONG_INT
  188. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  189. declarations. */
  190. #undef HAVE_VISIBILITY
  191. /* Define to 1 if you have the <wchar.h> header file. */
  192. #undef HAVE_WCHAR_H
  193. /* Define if you have the 'wchar_t' type. */
  194. #undef HAVE_WCHAR_T
  195. /* Define to 1 if you have the `wcrtomb' function. */
  196. #undef HAVE_WCRTOMB
  197. /* Define to 1 if you have the <winsock2.h> header file. */
  198. #undef HAVE_WINSOCK2_H
  199. /* Define if you have the 'wint_t' type. */
  200. #undef HAVE_WINT_T
  201. /* Define to 1 if the system has the type `_Bool'. */
  202. #undef HAVE__BOOL
  203. /* Define to 1 if you have the `_NSGetExecutablePath' function. */
  204. #undef HAVE__NSGETEXECUTABLEPATH
  205. /* Define as const if the declaration of iconv() needs const. */
  206. #undef ICONV_CONST
  207. /* Define to the value of ${prefix}, as a string. */
  208. #undef INSTALLPREFIX
  209. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  210. */
  211. #undef LT_OBJDIR
  212. /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
  213. #undef MALLOC_0_IS_NONNULL
  214. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  215. #undef NO_MINUS_C_MINUS_O
  216. /* Name of package */
  217. #undef PACKAGE
  218. /* Define to the address where bug reports for this package should be sent. */
  219. #undef PACKAGE_BUGREPORT
  220. /* Define to the full name of this package. */
  221. #undef PACKAGE_NAME
  222. /* Define to the full name and version of this package. */
  223. #undef PACKAGE_STRING
  224. /* Define to the one symbol short name of this package. */
  225. #undef PACKAGE_TARNAME
  226. /* Define to the version of this package. */
  227. #undef PACKAGE_VERSION
  228. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  229. 'ptrdiff_t'. */
  230. #undef PTRDIFF_T_SUFFIX
  231. /* Define this to 1 if strerror is broken. */
  232. #undef REPLACE_STRERROR
  233. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  234. 'sig_atomic_t'. */
  235. #undef SIG_ATOMIC_T_SUFFIX
  236. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  237. 'size_t'. */
  238. #undef SIZE_T_SUFFIX
  239. /* If using the C implementation of alloca, define if you know the
  240. direction of stack growth for your system; otherwise it will be
  241. automatically deduced at runtime.
  242. STACK_DIRECTION > 0 => grows toward higher addresses
  243. STACK_DIRECTION < 0 => grows toward lower addresses
  244. STACK_DIRECTION = 0 => direction of growth unknown */
  245. #undef STACK_DIRECTION
  246. /* Define to 1 if you have the ANSI C header files. */
  247. #undef STDC_HEADERS
  248. /* Define to 1 if strerror_r returns char *. */
  249. #undef STRERROR_R_CHAR_P
  250. /* Define to 1 if you want getc etc. to use unlocked I/O if available.
  251. Unlocked I/O can improve performance in unithreaded apps, but it is not
  252. safe for multithreaded apps. */
  253. #undef USE_UNLOCKED_IO
  254. /* Version number of package */
  255. #undef VERSION
  256. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  257. 'wchar_t'. */
  258. #undef WCHAR_T_SUFFIX
  259. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  260. 'wint_t'. */
  261. #undef WINT_T_SUFFIX
  262. /* Define if the machine's byte ordering is little endian. */
  263. #undef WORDS_LITTLEENDIAN
  264. /* Define to 1 if on MINIX. */
  265. #undef _MINIX
  266. /* Define to 2 if the system does not provide POSIX.1 features except with
  267. this defined. */
  268. #undef _POSIX_1_SOURCE
  269. /* Define to 1 if you need to in order for `stat' and other things to work. */
  270. #undef _POSIX_SOURCE
  271. /* Define to 500 only on HP-UX. */
  272. #undef _XOPEN_SOURCE
  273. /* Enable extensions on AIX 3, Interix. */
  274. #ifndef _ALL_SOURCE
  275. # undef _ALL_SOURCE
  276. #endif
  277. /* Enable GNU extensions on systems that have them. */
  278. #ifndef _GNU_SOURCE
  279. # undef _GNU_SOURCE
  280. #endif
  281. /* Enable threading extensions on Solaris. */
  282. #ifndef _POSIX_PTHREAD_SEMANTICS
  283. # undef _POSIX_PTHREAD_SEMANTICS
  284. #endif
  285. /* Enable extensions on HP NonStop. */
  286. #ifndef _TANDEM_SOURCE
  287. # undef _TANDEM_SOURCE
  288. #endif
  289. /* Enable general extensions on Solaris. */
  290. #ifndef __EXTENSIONS__
  291. # undef __EXTENSIONS__
  292. #endif
  293. /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
  294. the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
  295. earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
  296. __APPLE__ && __MACH__ test for MacOS X.
  297. __APPLE_CC__ tests for the Apple compiler and its version.
  298. __STDC_VERSION__ tests for the C99 mode. */
  299. #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
  300. # define __GNUC_STDC_INLINE__ 1
  301. #endif
  302. /* Define to a type if <wchar.h> does not define. */
  303. #undef mbstate_t
  304. /* Define to a replacement function name for realpath(). */
  305. #undef realpath
  306. /* Define to the equivalent of the C99 'restrict' keyword, or to
  307. nothing if this is not supported. Do not define if restrict is
  308. supported directly. */
  309. #undef restrict
  310. /* Work around a bug in Sun C++: it does not support _Restrict, even
  311. though the corresponding Sun C compiler does, which causes
  312. "#define restrict _Restrict" in the previous line. Perhaps some future
  313. version of Sun C++ will work with _Restrict; if so, it'll probably
  314. define __RESTRICT, just as Sun C does. */
  315. #if defined __SUNPRO_CC && !defined __RESTRICT
  316. # define _Restrict
  317. #endif
  318. /* Define as a signed type of the same size as size_t. */
  319. #undef ssize_t
  320. /* Define as a marker that can be attached to function parameter declarations
  321. for parameters that are not used. This helps to reduce warnings, such as
  322. from GCC -Wunused-parameter. */
  323. #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
  324. # define _UNUSED_PARAMETER_ __attribute__ ((__unused__))
  325. #else
  326. # define _UNUSED_PARAMETER_
  327. #endif
  328. /* On Windows, variables that may be in a DLL must be marked specially. */
  329. #if defined _MSC_VER && defined _DLL
  330. # define DLL_VARIABLE __declspec (dllimport)
  331. #else
  332. # define DLL_VARIABLE
  333. #endif