config-mac.h 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544
  1. /* config/config.h. Generated from config.h.in by configure. */
  2. /* config/config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define to 1 to call abort() on panics (internal errors), for debugging. */
  4. /* #undef ABORT_ON_PANIC */
  5. /* Define if building universal (internal helper macro) */
  6. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  7. /* Define to 1 if compiled with the `-fdata-sections' compiler flag */
  8. /* #undef CFLAG_FDATA_SECTIONS */
  9. /* Define to 1 if compiled with the `-ffunction-sections' compiler flag */
  10. /* #undef CFLAG_FFUNCTION_SECTIONS */
  11. /* Define to 1 if compiled with the `-fgnu89-inline' compiler flag */
  12. /* #undef CFLAG_FGNU89_INLINE */
  13. /* Define to 1 if compiled with the `-flto' compiler flag */
  14. /* #undef CFLAG_FLTO */
  15. /* Define to 1 if compiled with the `-fno-common' compiler flag */
  16. #define CFLAG_FNO_COMMON 1
  17. /* Define to 1 if compiled with the `-fno-omit-frame-pointer' compiler flag */
  18. /* #undef CFLAG_FNO_OMIT_FRAME_POINTER */
  19. /* Define to 1 if compiled with the `-fsanitize=address' compiler flag */
  20. /* #undef CFLAG_FSANITIZE_ADDRESS */
  21. /* Define to 1 if compiled with the `-fsanitize=undefined' compiler flag */
  22. /* #undef CFLAG_FSANITIZE_UNDEFINED */
  23. /* Define to 1 if compiled with the `-fvisibility=hidden' compiler flag */
  24. #define CFLAG_FVISIBILITY_HIDDEN 1
  25. /* Define to 1 if compiled with the `-fwrapv' compiler flag */
  26. #define CFLAG_FWRAPV 1
  27. /* Define to 1 if compiled with the `-ggdb3' compiler flag */
  28. /* #undef CFLAG_GGDB3 */
  29. /* Define to 1 if compiled with the `-O0' compiler flag */
  30. /* #undef CFLAG_O0 */
  31. /* Define to 1 if compiled with the `-pedantic' compiler flag */
  32. #define CFLAG_PEDANTIC 1
  33. /* Define to 1 if compiled with the `-U__STRICT_ANSI__' compiler flag */
  34. #define CFLAG_U_STRICT_ANSI 1
  35. /* Define to 1 if compiled with the `-W' compiler flag */
  36. #define CFLAG_W 1
  37. /* Define to 1 if compiled with the `-Wall' compiler flag */
  38. #define CFLAG_WALL 1
  39. /* Define to 1 if compiled with the `-Wc90-c99-compat' compiler flag */
  40. /* #undef CFLAG_WC90_C99_COMPAT */
  41. /* Define to 1 if compiled with the `-Werror' compiler flag */
  42. /* #undef CFLAG_WERROR */
  43. /* Define to 1 if compiled with the `-Werror=attributes' compiler flag */
  44. #define CFLAG_WERROR_ATTRIBUTES 1
  45. /* Define to 1 if compiled with the `-Werror=comment' compiler flag */
  46. #define CFLAG_WERROR_COMMENT 1
  47. /* Define to 1 if compiled with the `-Werror=implicit' compiler flag */
  48. #define CFLAG_WERROR_IMPLICIT 1
  49. /* Define to 1 if compiled with the `-Werror=missing-braces' compiler flag */
  50. #define CFLAG_WERROR_MISSING_BRACES 1
  51. /* Define to 1 if compiled with the `-Werror=missing-declarations' compiler
  52. flag */
  53. #define CFLAG_WERROR_MISSING_DECLARATIONS 1
  54. /* Define to 1 if compiled with the `-Werror=missing-prototypes' compiler flag
  55. */
  56. #define CFLAG_WERROR_MISSING_PROTOTYPES 1
  57. /* Define to 1 if compiled with the `-Werror=pointer-arith' compiler flag */
  58. #define CFLAG_WERROR_POINTER_ARITH 1
  59. /* Define to 1 if compiled with the `-Werror=return-type' compiler flag */
  60. #define CFLAG_WERROR_RETURN_TYPE 1
  61. /* Define to 1 if compiled with the `-Werror=strict-prototypes' compiler flag
  62. */
  63. #define CFLAG_WERROR_STRICT_PROTOTYPES 1
  64. /* Define to 1 if compiled with the `-Werror=trigraphs' compiler flag */
  65. #define CFLAG_WERROR_TRIGRAPHS 1
  66. /* Define to 1 if compiled with the `-Werror=unknown-warning-option' compiler
  67. flag */
  68. #define CFLAG_WERROR_UNKNOWN_WARNING_OPTION 1
  69. /* Define to 1 if compiled with the `-Werror=vla' compiler flag */
  70. #define CFLAG_WERROR_VLA 1
  71. /* Define to 1 if compiled with the `-Wlong-long' compiler flag */
  72. #define CFLAG_WLONG_LONG 1
  73. /* Define to 1 if compiled with the `-Wl,--gc-sections' compiler flag */
  74. /* #undef CFLAG_WL_GC_SECTIONS */
  75. /* Define to 1 if compiled with the `-Wpedantic-ms-format' compiler flag */
  76. /* #undef CFLAG_WPEDANTIC_MS_FORMAT */
  77. /* Define to 1 if compiled with the `-Wstringop-truncation' compiler flag */
  78. /* #undef CFLAG_WSTRINGOP_TRUNCATION */
  79. /* Define to 1 if you have the `access' function. */
  80. #define HAVE_ACCESS 1
  81. /* Define to 1 if you have the `canonicalize_file_name' function. */
  82. /* #undef HAVE_CANONICALIZE_FILE_NAME */
  83. /* Define to 1 if you have the `cpu_to_le16' intrinsic function. */
  84. /* #undef HAVE_CPU_TO_LE16 */
  85. /* Define to 1 if you have the `cpu_to_le32' intrinsic function. */
  86. /* #undef HAVE_CPU_TO_LE32 */
  87. /* Define to 1 if you have the `cpu_to_le64' intrinsic function. */
  88. /* #undef HAVE_CPU_TO_LE64 */
  89. /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
  90. don't. */
  91. #define HAVE_DECL_STRCASECMP 1
  92. /* Define to 1 if you have the declaration of `stricmp', and to 0 if you
  93. don't. */
  94. #define HAVE_DECL_STRICMP 0
  95. /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
  96. don't. */
  97. #define HAVE_DECL_STRLCPY 1
  98. /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
  99. don't. */
  100. #define HAVE_DECL_STRNCASECMP 1
  101. /* Define to 1 if you have the declaration of `strnicmp', and to 0 if you
  102. don't. */
  103. #define HAVE_DECL_STRNICMP 0
  104. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  105. don't. */
  106. #define HAVE_DECL_STRNLEN 1
  107. /* Define to 1 if you have the declaration of `strrchrnul', and to 0 if you
  108. don't. */
  109. #define HAVE_DECL_STRRCHRNUL 0
  110. /* Define to 1 if you have the declaration of `strsep', and to 0 if you don't.
  111. */
  112. #define HAVE_DECL_STRSEP 1
  113. /* Define to 1 if you have the <endian.h> header file. */
  114. /* #undef HAVE_ENDIAN_H */
  115. /* Define to 1 if you have the `faccessat' function. */
  116. /* #undef HAVE_FACCESSAT */
  117. /* Define to 1 if you have the <fcntl.h> header file. */
  118. #define HAVE_FCNTL_H 1
  119. /* Define to 1 if you have the `fileno' function. */
  120. #define HAVE_FILENO 1
  121. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  122. #define HAVE_FSEEKO 1
  123. /* Define to 1 if you have the `fstat' function. */
  124. #define HAVE_FSTAT 1
  125. /* Define to 1 if you have the `ftruncate' function. */
  126. #define HAVE_FTRUNCATE 1
  127. /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
  128. functions */
  129. #define HAVE_FUNC_ATTRIBUTE_ALLOC_SIZE 1
  130. /* Define to 1 if your compiler supports __attribute__((cold)) on functions */
  131. #define HAVE_FUNC_ATTRIBUTE_COLD 1
  132. /* Define to 1 if your compiler supports __attribute__((const)) on functions
  133. */
  134. #define HAVE_FUNC_ATTRIBUTE_CONST 1
  135. /* Define to 1 if your compiler supports __attribute__((error)) on functions
  136. */
  137. /* #undef HAVE_FUNC_ATTRIBUTE_ERROR */
  138. /* Define to 1 if your compiler supports __attribute__((format)) on functions
  139. */
  140. #define HAVE_FUNC_ATTRIBUTE_FORMAT 1
  141. /* Define to 1 if your compiler supports __attribute__((malloc)) on functions
  142. */
  143. #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
  144. /* Define to 1 if your compiler supports __attribute__((noreturn)) on
  145. functions */
  146. #define HAVE_FUNC_ATTRIBUTE_NORETURN 1
  147. /* Define to 1 if your compiler supports __attribute__((pure)) on functions */
  148. #define HAVE_FUNC_ATTRIBUTE_PURE 1
  149. /* Define to 1 if your compiler supports __attribute__((returns_nonnull)) on
  150. functions */
  151. #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1
  152. /* Define to 1 if your compiler supports __attribute__((sentinel)) on
  153. functions */
  154. #define HAVE_FUNC_ATTRIBUTE_SENTINEL 1
  155. /* Define to 1 if you have the `getgid' function. */
  156. #define HAVE_GETGID 1
  157. /* Define to 1 if you have the `getpagesize' function. */
  158. #define HAVE_GETPAGESIZE 1
  159. /* Define to 1 if you have the `getuid' function. */
  160. #define HAVE_GETUID 1
  161. /* Define to 1 if you have the `htole16' intrinsic function. */
  162. /* #undef HAVE_HTOLE16 */
  163. /* Define to 1 if you have the `htole32' intrinsic function. */
  164. /* #undef HAVE_HTOLE32 */
  165. /* Define to 1 if you have the `htole64' intrinsic function. */
  166. /* #undef HAVE_HTOLE64 */
  167. /* Define to 1 if you have the <intrin.h> header file. */
  168. /* #undef HAVE_INTRIN_H */
  169. /* Define to 1 if you have the <inttypes.h> header file. */
  170. #define HAVE_INTTYPES_H 1
  171. /* Define to 1 if you have the <io.h> header file. */
  172. /* #undef HAVE_IO_H */
  173. /* Define to 1 if you have the <machine/endian.h> header file. */
  174. #define HAVE_MACHINE_ENDIAN_H 1
  175. /* Define to 1 if you have the <memory.h> header file. */
  176. #define HAVE_MEMORY_H 1
  177. /* Define to 1 if you have a working `mmap' system call. */
  178. #define HAVE_MMAP 1
  179. /* Define to 1 if you have the `pathconf' function. */
  180. #define HAVE_PATHCONF 1
  181. /* Define to 1 if you have the `realpath' function. */
  182. #define HAVE_REALPATH 1
  183. /* Define to 1 if you have the `snprintf' function. */
  184. #define HAVE_SNPRINTF 1
  185. /* Define to 1 if you have the `stat' function. */
  186. #define HAVE_STAT 1
  187. /* Define to 1 if stdbool.h conforms to C99. */
  188. #define HAVE_STDBOOL_H 1
  189. /* Define to 1 if your compiler supports C99 extern inline */
  190. #define HAVE_STDC_INLINE 1
  191. /* Define to 1 if you have the <stdint.h> header file. */
  192. #define HAVE_STDINT_H 1
  193. /* Define to 1 if you have the <stdlib.h> header file. */
  194. #define HAVE_STDLIB_H 1
  195. /* Define to 1 if you have the <stdnoreturn.h> header file. */
  196. #define HAVE_STDNORETURN_H 1
  197. /* Define to 1 if you have the `strcasecmp' function. */
  198. #define HAVE_STRCASECMP 1
  199. /* Define to 1 if you have the `stricmp' function. */
  200. /* #undef HAVE_STRICMP */
  201. /* Define to 1 if you have the <strings.h> header file. */
  202. #define HAVE_STRINGS_H 1
  203. /* Define to 1 if you have the <string.h> header file. */
  204. #define HAVE_STRING_H 1
  205. /* Define to 1 if you have the `strlcpy' function. */
  206. #define HAVE_STRLCPY 1
  207. /* Define to 1 if you have the `strncasecmp' function. */
  208. #define HAVE_STRNCASECMP 1
  209. /* Define to 1 if you have the `strnicmp' function. */
  210. /* #undef HAVE_STRNICMP */
  211. /* Define to 1 if you have the `strnlen' function. */
  212. #define HAVE_STRNLEN 1
  213. /* Define to 1 if you have the `strrchrnul' function. */
  214. /* #undef HAVE_STRRCHRNUL */
  215. /* Define to 1 if you have the `strsep' function. */
  216. #define HAVE_STRSEP 1
  217. /* Define to 1 if the system has the type `struct stat'. */
  218. #define HAVE_STRUCT_STAT 1
  219. /* Define to 1 if the system has the type `struct _stati64'. */
  220. /* #undef HAVE_STRUCT__STATI64 */
  221. /* Define to 1 if you have the `sysconf' function. */
  222. #define HAVE_SYSCONF 1
  223. /* Define to 1 if you have the <sys/endian.h> header file. */
  224. /* #undef HAVE_SYS_ENDIAN_H */
  225. /* Define to 1 if you have the <sys/mman.h> header file. */
  226. #define HAVE_SYS_MMAN_H 1
  227. /* Define to 1 if you have the <sys/param.h> header file. */
  228. #define HAVE_SYS_PARAM_H 1
  229. /* Define to 1 if you have the <sys/stat.h> header file. */
  230. #define HAVE_SYS_STAT_H 1
  231. /* Define to 1 if you have the <sys/types.h> header file. */
  232. #define HAVE_SYS_TYPES_H 1
  233. /* Define to 1 if the system has the type `uintptr_t'. */
  234. #define HAVE_UINTPTR_T 1
  235. /* Define to 1 if you have the <unistd.h> header file. */
  236. #define HAVE_UNISTD_H 1
  237. /* Define to 1 if you have the `vsnprintf' function. */
  238. #define HAVE_VSNPRINTF 1
  239. /* Define to 1 if you have the `_access' function. */
  240. /* #undef HAVE__ACCESS */
  241. /* Define to 1 if you have the `_BitScanReverse' intrinsic function. */
  242. /* #undef HAVE__BITSCANREVERSE */
  243. /* Define to 1 if you have the `_BitScanReverse64' intrinsic function. */
  244. /* #undef HAVE__BITSCANREVERSE64 */
  245. /* Define to 1 if the system has the type `_Bool'. */
  246. #define HAVE__BOOL 1
  247. /* Define to 1 if you have the `_byteswap_uint64' intrinsic function. */
  248. /* #undef HAVE__BYTESWAP_UINT64 */
  249. /* Define to 1 if you have the `_byteswap_ulong' intrinsic function. */
  250. /* #undef HAVE__BYTESWAP_ULONG */
  251. /* Define to 1 if you have the `_byteswap_ushort' intrinsic function. */
  252. /* #undef HAVE__BYTESWAP_USHORT */
  253. /* Define to 1 if you have the `_chsize' function. */
  254. /* #undef HAVE__CHSIZE */
  255. /* Define to 1 if you have the `_chsize_s' function. */
  256. /* #undef HAVE__CHSIZE_S */
  257. /* Define to 1 if you have the `_filelengthi64' function. */
  258. /* #undef HAVE__FILELENGTHI64 */
  259. /* Define to 1 if you have the `_fileno' function. */
  260. /* #undef HAVE__FILENO */
  261. /* Define to 1 if you have the `_fseeki64' function. */
  262. /* #undef HAVE__FSEEKI64 */
  263. /* Define to 1 if you have the `_fstati64' function. */
  264. /* #undef HAVE__FSTATI64 */
  265. /* Define to 1 if you have the `_fullpath' function. */
  266. /* #undef HAVE__FULLPATH */
  267. /* Define to 1 if you have the `_snprintf' function. */
  268. /* #undef HAVE__SNPRINTF */
  269. /* Define to 1 if you have the `_stati64' function. */
  270. /* #undef HAVE__STATI64 */
  271. /* Define to 1 if you have the `_vsnprintf' function. */
  272. /* #undef HAVE__VSNPRINTF */
  273. /* Define to 1 if you have the `__bswap_16' intrinsic function. */
  274. /* #undef HAVE___BSWAP_16 */
  275. /* Define to 1 if you have the `__bswap_32' intrinsic function. */
  276. /* #undef HAVE___BSWAP_32 */
  277. /* Define to 1 if you have the `__bswap_64' intrinsic function. */
  278. /* #undef HAVE___BSWAP_64 */
  279. /* Define to 1 if you have the `__builtin_bswap16' intrinsic function. */
  280. #define HAVE___BUILTIN_BSWAP16 1
  281. /* Define to 1 if you have the `__builtin_bswap32' intrinsic function. */
  282. #define HAVE___BUILTIN_BSWAP32 1
  283. /* Define to 1 if you have the `__builtin_bswap64' intrinsic function. */
  284. #define HAVE___BUILTIN_BSWAP64 1
  285. /* Define to 1 if you have the `__builtin_clz' intrinsic function. */
  286. #define HAVE___BUILTIN_CLZ 1
  287. /* Define to 1 if you have the `__builtin_clzl' intrinsic function. */
  288. #define HAVE___BUILTIN_CLZL 1
  289. /* Define to 1 if you have the `__builtin_clzll' intrinsic function. */
  290. #define HAVE___BUILTIN_CLZLL 1
  291. /* Define to 1 if you have the `__builtin_constant_p' intrinsic function. */
  292. #define HAVE___BUILTIN_CONSTANT_P 1
  293. /* Define to 1 if you have the `__builtin_expect' intrinsic function. */
  294. #define HAVE___BUILTIN_EXPECT 1
  295. /* Define to 1 if you have the `__cpu_to_le16' intrinsic function. */
  296. /* #undef HAVE___CPU_TO_LE16 */
  297. /* Define to 1 if you have the `__cpu_to_le32' intrinsic function. */
  298. /* #undef HAVE___CPU_TO_LE32 */
  299. /* Define to 1 if you have the `__cpu_to_le64' intrinsic function. */
  300. /* #undef HAVE___CPU_TO_LE64 */
  301. /* Define to the address where bug reports for this package should be sent. */
  302. #define PACKAGE_BUGREPORT ""
  303. /* Define to the full name of this package. */
  304. #define PACKAGE_NAME ""
  305. /* Define to the full name and version of this package. */
  306. #define PACKAGE_STRING ""
  307. /* Define to the one symbol short name of this package. */
  308. #define PACKAGE_TARNAME ""
  309. /* Define to the home page for this package. */
  310. #define PACKAGE_URL ""
  311. /* Define to the version of this package. */
  312. #define PACKAGE_VERSION ""
  313. /* Define to 1 if you have the ANSI C header files. */
  314. #define STDC_HEADERS 1
  315. /* Enable extensions on AIX 3, Interix. */
  316. #ifndef _ALL_SOURCE
  317. # define _ALL_SOURCE 1
  318. #endif
  319. /* Enable GNU extensions on systems that have them. */
  320. #ifndef _GNU_SOURCE
  321. # define _GNU_SOURCE 1
  322. #endif
  323. /* Enable threading extensions on Solaris. */
  324. #ifndef _POSIX_PTHREAD_SEMANTICS
  325. # define _POSIX_PTHREAD_SEMANTICS 1
  326. #endif
  327. /* Enable extensions on HP NonStop. */
  328. #ifndef _TANDEM_SOURCE
  329. # define _TANDEM_SOURCE 1
  330. #endif
  331. /* Enable general extensions on Solaris. */
  332. #ifndef __EXTENSIONS__
  333. # define __EXTENSIONS__ 1
  334. #endif
  335. /* Define to 1 if your processor stores words with the most significant byte
  336. first (like Motorola and SPARC, unlike Intel and VAX). */
  337. /* #undef WORDS_BIGENDIAN */
  338. /* Define to 1 if your processor stores words with the least significant byte
  339. first (like Intel and VAX, unlike Motorola and SPARC). */
  340. #define WORDS_LITTLEENDIAN 1
  341. /* Enable large inode numbers on Mac OS X 10.5. */
  342. #ifndef _DARWIN_USE_64_BIT_INODE
  343. # define _DARWIN_USE_64_BIT_INODE 1
  344. #endif
  345. /* Number of bits in a file offset, on hosts where this is settable. */
  346. /* #undef _FILE_OFFSET_BITS */
  347. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  348. /* #undef _LARGEFILE_SOURCE */
  349. /* Define for large files, on AIX-style hosts. */
  350. /* #undef _LARGE_FILES */
  351. /* Define to 1 if on MINIX. */
  352. /* #undef _MINIX */
  353. /* Define to 2 if the system does not provide POSIX.1 features except with
  354. this defined. */
  355. /* #undef _POSIX_1_SOURCE */
  356. /* Define to 1 if you need to in order for `stat' and other things to work. */
  357. /* #undef _POSIX_SOURCE */
  358. /* Define to empty if `const' does not conform to ANSI C. */
  359. /* #undef const */
  360. /* Define to `__inline__' or `__inline' if that's what the C compiler
  361. calls it, or to nothing if 'inline' is not supported under any name. */
  362. #ifndef __cplusplus
  363. /* #undef inline */
  364. #endif
  365. /* Define to the equivalent of the C99 'restrict' keyword, or to
  366. nothing if this is not supported. Do not define if restrict is
  367. supported directly. */
  368. #define restrict __restrict
  369. /* Work around a bug in Sun C++: it does not support _Restrict or
  370. __restrict__, even though the corresponding Sun C compiler ends up with
  371. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  372. previous line. Perhaps some future version of Sun C++ will work with
  373. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  374. #if defined __SUNPRO_CC && !defined __RESTRICT
  375. # define _Restrict
  376. # define __restrict__
  377. #endif
  378. /* Define to `unsigned int' if <sys/types.h> does not define. */
  379. /* #undef size_t */
  380. /* Define to the type of an unsigned integer type wide enough to hold a
  381. pointer, if such a type exists, and if the system does not define it. */
  382. /* #undef uintptr_t */