config-linux.h 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827
  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. #define CFLAGS_FDATA_SECTIONS 1
  9. /* Define to 1 if compiled with the `-ffunction-sections' compiler flag */
  10. #define CFLAGS_FFUNCTION_SECTIONS 1
  11. /* Define to 1 if compiled with the `-fgnu89-inline' compiler flag */
  12. /* #undef CFLAGS_FGNU89_INLINE */
  13. /* Define to 1 if compiled with the `-flto' compiler flag */
  14. /* #undef CFLAGS_FLTO */
  15. /* Define to 1 if compiled with the `-fno-common' compiler flag */
  16. #define CFLAGS_FNO_COMMON 1
  17. /* Define to 1 if compiled with the `-fno-omit-frame-pointer' compiler flag */
  18. /* #undef CFLAGS_FNO_OMIT_FRAME_POINTER */
  19. /* Define to 1 if compiled with the `-fsanitize=address' compiler flag */
  20. /* #undef CFLAGS_FSANITIZE_ADDRESS */
  21. /* Define to 1 if compiled with the `-fsanitize=undefined' compiler flag */
  22. /* #undef CFLAGS_FSANITIZE_UNDEFINED */
  23. /* Define to 1 if compiled with the `-ftrivial-auto-var-init=zero' compiler
  24. flag */
  25. /* #undef CFLAGS_FTRIVIAL_AUTO_VAR_INIT_ZERO */
  26. /* Define to 1 if compiled with the `-fvisibility=hidden' compiler flag */
  27. #define CFLAGS_FVISIBILITY_HIDDEN 1
  28. /* Define to 1 if compiled with the `-fwrapv' compiler flag */
  29. #define CFLAGS_FWRAPV 1
  30. /* Define to 1 if compiled with the `-ggdb3' compiler flag */
  31. /* #undef CFLAGS_GGDB3 */
  32. /* Define to 1 if compiled with the `-O0' compiler flag */
  33. /* #undef CFLAGS_O0 */
  34. /* Define to 1 if compiled with the `-pedantic' compiler flag */
  35. #define CFLAGS_PEDANTIC 1
  36. /* Define to 1 if compiled with the `-pg' compiler flag */
  37. /* #undef CFLAGS_PG */
  38. /* Define to 1 if compiled with the `-std=c11' compiler flag */
  39. /* #undef CFLAGS_STD_C11 */
  40. /* Define to 1 if compiled with the `-std=c17' compiler flag */
  41. #define CFLAGS_STD_C17 1
  42. /* Define to 1 if compiled with the `-std=c99' compiler flag */
  43. /* #undef CFLAGS_STD_C99 */
  44. /* Define to 1 if compiled with the `-U__STRICT_ANSI__' compiler flag */
  45. #define CFLAGS_U_STRICT_ANSI 1
  46. /* Define to 1 if compiled with the `-W' compiler flag */
  47. #define CFLAGS_W 1
  48. /* Define to 1 if compiled with the `-Wall' compiler flag */
  49. #define CFLAGS_WALL 1
  50. /* Define to 1 if compiled with the `-Wc90-c99-compat' compiler flag */
  51. /* #undef CFLAGS_WC90_C99_COMPAT */
  52. /* Define to 1 if compiled with the `-Wc99-compat' compiler flag */
  53. #define CFLAGS_WC99_COMPAT 1
  54. /* Define to 1 if compiled with the `-Wc99-extensions' compiler flag */
  55. #define CFLAGS_WC99_EXTENSIONS 1
  56. /* Define to 1 if compiled with the `-Werror' compiler flag */
  57. /* #undef CFLAGS_WERROR */
  58. /* Define to 1 if compiled with the `-Werror=attributes' compiler flag */
  59. #define CFLAGS_WERROR_ATTRIBUTES 1
  60. /* Define to 1 if compiled with the `-Werror=comment' compiler flag */
  61. #define CFLAGS_WERROR_COMMENT 1
  62. /* Define to 1 if compiled with the `-Werror=implicit' compiler flag */
  63. #define CFLAGS_WERROR_IMPLICIT 1
  64. /* Define to 1 if compiled with the `-Werror=missing-braces' compiler flag */
  65. #define CFLAGS_WERROR_MISSING_BRACES 1
  66. /* Define to 1 if compiled with the `-Werror=missing-declarations' compiler
  67. flag */
  68. #define CFLAGS_WERROR_MISSING_DECLARATIONS 1
  69. /* Define to 1 if compiled with the `-Werror=missing-prototypes' compiler flag
  70. */
  71. #define CFLAGS_WERROR_MISSING_PROTOTYPES 1
  72. /* Define to 1 if compiled with the `-Werror=pointer-arith' compiler flag */
  73. #define CFLAGS_WERROR_POINTER_ARITH 1
  74. /* Define to 1 if compiled with the `-Werror=return-type' compiler flag */
  75. #define CFLAGS_WERROR_RETURN_TYPE 1
  76. /* Define to 1 if compiled with the `-Werror=strict-prototypes' compiler flag
  77. */
  78. #define CFLAGS_WERROR_STRICT_PROTOTYPES 1
  79. /* Define to 1 if compiled with the `-Werror=trigraphs' compiler flag */
  80. #define CFLAGS_WERROR_TRIGRAPHS 1
  81. /* Define to 1 if compiled with the `-Werror=unknown-warning-option' compiler
  82. flag */
  83. #define CFLAGS_WERROR_UNKNOWN_WARNING_OPTION 1
  84. /* Define to 1 if compiled with the `-Werror=vla' compiler flag */
  85. #define CFLAGS_WERROR_VLA 1
  86. /* Define to 1 if compiled with the `-Wlong-long' compiler flag */
  87. #define CFLAGS_WLONG_LONG 1
  88. /* Define to 1 if compiled with the `-Wpedantic-ms-format' compiler flag */
  89. /* #undef CFLAGS_WPEDANTIC_MS_FORMAT */
  90. /* Define to 1 if compiled with the `-Wshift-negative-value' compiler flag */
  91. #define CFLAGS_WSHIFT_NEGATIVE_VALUE 1
  92. /* Define to 1 if compiled with the `-Wstringop-truncation' compiler flag */
  93. /* #undef CFLAGS_WSTRINGOP_TRUNCATION */
  94. /* Define to 1 if you have the `access' function. */
  95. #define HAVE_ACCESS 1
  96. /* Define to 1 if you have the `canonicalize_file_name' function. */
  97. #define HAVE_CANONICALIZE_FILE_NAME 1
  98. /* Define to 1 if you have the `cpu_to_le16' intrinsic function. */
  99. /* #undef HAVE_CPU_TO_LE16 */
  100. /* Define to 1 if you have the `cpu_to_le32' intrinsic function. */
  101. /* #undef HAVE_CPU_TO_LE32 */
  102. /* Define to 1 if you have the `cpu_to_le64' intrinsic function. */
  103. /* #undef HAVE_CPU_TO_LE64 */
  104. /* Define to 1 if you have the declaration of `strcasecmp', and to 0 if you
  105. don't. */
  106. #define HAVE_DECL_STRCASECMP 1
  107. /* Define to 1 if you have the declaration of `stricmp', and to 0 if you
  108. don't. */
  109. #define HAVE_DECL_STRICMP 0
  110. /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
  111. don't. */
  112. #define HAVE_DECL_STRLCPY 0
  113. /* Define to 1 if you have the declaration of `strncasecmp', and to 0 if you
  114. don't. */
  115. #define HAVE_DECL_STRNCASECMP 1
  116. /* Define to 1 if you have the declaration of `strnicmp', and to 0 if you
  117. don't. */
  118. #define HAVE_DECL_STRNICMP 0
  119. /* Define to 1 if you have the declaration of `strnlen', and to 0 if you
  120. don't. */
  121. #define HAVE_DECL_STRNLEN 1
  122. /* Define to 1 if you have the declaration of `strrchrnul', and to 0 if you
  123. don't. */
  124. #define HAVE_DECL_STRRCHRNUL 0
  125. /* Define to 1 if you have the declaration of `strsep', and to 0 if you don't.
  126. */
  127. #define HAVE_DECL_STRSEP 1
  128. /* Define to 1 if you have the <endian.h> header file. */
  129. #define HAVE_ENDIAN_H 1
  130. /* Define to 1 if you have the `faccessat' function. */
  131. #define HAVE_FACCESSAT 1
  132. /* Define to 1 if you have the <fcntl.h> header file. */
  133. #define HAVE_FCNTL_H 1
  134. /* Define to 1 if you have the `fileno' function. */
  135. #define HAVE_FILENO 1
  136. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  137. #define HAVE_FSEEKO 1
  138. /* Define to 1 if you have the `fstat' function. */
  139. #define HAVE_FSTAT 1
  140. /* Define to 1 if you have the `ftruncate' function. */
  141. #define HAVE_FTRUNCATE 1
  142. /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
  143. functions */
  144. #define HAVE_FUNC_ATTRIBUTE1_ALLOC_SIZE 1
  145. /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
  146. functions */
  147. /* #undef HAVE_FUNC_ATTRIBUTE2_ALLOC_SIZE */
  148. /* Define to 1 if your compiler supports __attribute__((format)) on functions
  149. */
  150. #define HAVE_FUNC_ATTRIBUTE3_FORMAT 1
  151. /* Define to 1 if your compiler supports __attribute__((cold)) on functions */
  152. #define HAVE_FUNC_ATTRIBUTE_COLD 1
  153. /* Define to 1 if your compiler supports __attribute__((const)) on functions
  154. */
  155. #define HAVE_FUNC_ATTRIBUTE_CONST 1
  156. /* Define to 1 if your compiler supports __attribute__((error)) on functions
  157. */
  158. /* #undef HAVE_FUNC_ATTRIBUTE_ERROR */
  159. /* Define to 1 if your compiler supports __attribute__((malloc)) on functions
  160. */
  161. #define HAVE_FUNC_ATTRIBUTE_MALLOC 1
  162. /* Define to 1 if your compiler supports __attribute__((noreturn)) on
  163. functions */
  164. #define HAVE_FUNC_ATTRIBUTE_NORETURN 1
  165. /* Define to 1 if your compiler supports __attribute__((pure)) on functions */
  166. #define HAVE_FUNC_ATTRIBUTE_PURE 1
  167. /* Define to 1 if your compiler supports __attribute__((returns_nonnull)) on
  168. functions */
  169. #define HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL 1
  170. /* Define to 1 if your compiler supports __attribute__((sentinel)) on
  171. functions */
  172. #define HAVE_FUNC_ATTRIBUTE_SENTINEL 1
  173. /* Define to 1 if your compiler supports __attribute__((unused)) on functions
  174. */
  175. #define HAVE_FUNC_ATTRIBUTE_UNUSED 1
  176. /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
  177. function pointers */
  178. /* #undef HAVE_FUNC_PTR_ATTRIBUTE1_ALLOC_SIZE */
  179. /* Define to 1 if your compiler supports __attribute__((alloc_size)) on
  180. function pointers */
  181. /* #undef HAVE_FUNC_PTR_ATTRIBUTE2_ALLOC_SIZE */
  182. /* Define to 1 if your compiler supports __attribute__((format)) on function
  183. pointers */
  184. #define HAVE_FUNC_PTR_ATTRIBUTE3_FORMAT 1
  185. /* Define to 1 if your compiler supports __attribute__((cold)) on function
  186. pointers */
  187. /* #undef HAVE_FUNC_PTR_ATTRIBUTE_COLD */
  188. /* Define to 1 if your compiler supports __attribute__((const)) on function
  189. pointers */
  190. #define HAVE_FUNC_PTR_ATTRIBUTE_CONST 1
  191. /* Define to 1 if your compiler supports __attribute__((malloc)) on function
  192. pointers */
  193. /* #undef HAVE_FUNC_PTR_ATTRIBUTE_MALLOC */
  194. /* Define to 1 if your compiler supports __attribute__((noreturn)) on function
  195. pointers */
  196. #define HAVE_FUNC_PTR_ATTRIBUTE_NORETURN 1
  197. /* Define to 1 if your compiler supports __attribute__((pure)) on function
  198. pointers */
  199. #define HAVE_FUNC_PTR_ATTRIBUTE_PURE 1
  200. /* Define to 1 if your compiler supports __attribute__((returns_nonnull)) on
  201. function pointers */
  202. /* #undef HAVE_FUNC_PTR_ATTRIBUTE_RETURNS_NONNULL */
  203. /* Define to 1 if your compiler supports __attribute__((sentinel)) on function
  204. pointers */
  205. /* #undef HAVE_FUNC_PTR_ATTRIBUTE_SENTINEL */
  206. /* Define to 1 if your compiler supports __attribute__((unused)) on function
  207. pointers */
  208. #define HAVE_FUNC_PTR_ATTRIBUTE_UNUSED 1
  209. /* Define to 1 if you have the `getgid' function. */
  210. #define HAVE_GETGID 1
  211. /* Define to 1 if you have the `getpagesize' function. */
  212. #define HAVE_GETPAGESIZE 1
  213. /* Define to 1 if you have the `getrlimit' function. */
  214. #define HAVE_GETRLIMIT 1
  215. /* Define to 1 if you have the `getuid' function. */
  216. #define HAVE_GETUID 1
  217. /* Define to 1 if you have the `htole16' intrinsic function. */
  218. #define HAVE_HTOLE16 1
  219. /* Define to 1 if you have the `htole32' intrinsic function. */
  220. #define HAVE_HTOLE32 1
  221. /* Define to 1 if you have the `htole64' intrinsic function. */
  222. #define HAVE_HTOLE64 1
  223. /* Define to 1 if you have the <intrin.h> header file. */
  224. /* #undef HAVE_INTRIN_H */
  225. /* Define to 1 if you have the <inttypes.h> header file. */
  226. #define HAVE_INTTYPES_H 1
  227. /* Define to 1 if you have the <io.h> header file. */
  228. /* #undef HAVE_IO_H */
  229. /* Define to 1 if you have the `isascii' function. */
  230. #define HAVE_ISASCII 1
  231. /* Define to 1 if you have the `iscntrl' function. */
  232. /* #undef HAVE_ISCNTRL */
  233. /* Define to 1 if you have the <machine/endian.h> header file. */
  234. /* #undef HAVE_MACHINE_ENDIAN_H */
  235. /* Define to 1 if you have the <memory.h> header file. */
  236. #define HAVE_MEMORY_H 1
  237. /* Define to 1 if you have the `mempcpy' function. */
  238. #define HAVE_MEMPCPY 1
  239. /* Define to 1 if you have a working `mmap' system call. */
  240. #define HAVE_MMAP 1
  241. /* Define to 1 if you have the `pathconf' function. */
  242. #define HAVE_PATHCONF 1
  243. /* Define to 1 if you have the `realpath' function. */
  244. #define HAVE_REALPATH 1
  245. /* Define to 1 if you have some version of the snprintf function. */
  246. #define HAVE_SNPRINTF 1
  247. /* Define to 1 if you have the `stat' function. */
  248. #define HAVE_STAT 1
  249. /* Define to 1 if you have the <stdarg.h> header file. */
  250. #define HAVE_STDARG_H 1
  251. /* Define to 1 if stdbool.h conforms to C99. */
  252. /* #undef HAVE_STDBOOL_H */
  253. /* Define to 1 if your compiler supports C99 extern inline */
  254. #define HAVE_STDC_INLINE 1
  255. /* Define to 1 if you have the <stdint.h> header file. */
  256. #define HAVE_STDINT_H 1
  257. /* Define to 1 if you have the <stdlib.h> header file. */
  258. #define HAVE_STDLIB_H 1
  259. /* Define to 1 if you have the <stdnoreturn.h> header file. */
  260. #define HAVE_STDNORETURN_H 1
  261. /* Define to 1 if you have the `strcasecmp' function. */
  262. #define HAVE_STRCASECMP 1
  263. /* Define to 1 if you have the `stricmp' function. */
  264. /* #undef HAVE_STRICMP */
  265. /* Define to 1 if you have the <strings.h> header file. */
  266. #define HAVE_STRINGS_H 1
  267. /* Define to 1 if you have the <string.h> header file. */
  268. #define HAVE_STRING_H 1
  269. /* Define to 1 if you have the `strlcpy' function. */
  270. /* #undef HAVE_STRLCPY */
  271. /* Define to 1 if you have the `strncasecmp' function. */
  272. #define HAVE_STRNCASECMP 1
  273. /* Define to 1 if you have the `strnicmp' function. */
  274. /* #undef HAVE_STRNICMP */
  275. /* Define to 1 if you have the `strnlen' function. */
  276. #define HAVE_STRNLEN 1
  277. /* Define to 1 if you have the `strrchrnul' function. */
  278. /* #undef HAVE_STRRCHRNUL */
  279. /* Define to 1 if you have the `strsep' function. */
  280. #define HAVE_STRSEP 1
  281. /* Define to 1 if the system has the type `struct stat'. */
  282. #define HAVE_STRUCT_STAT 1
  283. /* Define to 1 if the system has the type `struct _stati64'. */
  284. /* #undef HAVE_STRUCT__STATI64 */
  285. /* Define to 1 if you have the `sysconf' function. */
  286. #define HAVE_SYSCONF 1
  287. /* Define to 1 if you have the <sys/endian.h> header file. */
  288. /* #undef HAVE_SYS_ENDIAN_H */
  289. /* Define to 1 if you have the <sys/mman.h> header file. */
  290. #define HAVE_SYS_MMAN_H 1
  291. /* Define to 1 if you have the <sys/param.h> header file. */
  292. #define HAVE_SYS_PARAM_H 1
  293. /* Define to 1 if you have the <sys/resource.h> header file. */
  294. #define HAVE_SYS_RESOURCE_H 1
  295. /* Define to 1 if you have the <sys/stat.h> header file. */
  296. #define HAVE_SYS_STAT_H 1
  297. /* Define to 1 if you have the <sys/types.h> header file. */
  298. #define HAVE_SYS_TYPES_H 1
  299. /* Define to 1 if you have the `S_ISREG' function. */
  300. /* #undef HAVE_S_ISREG */
  301. /* Define to 1 if you have some version of the typeof operator. */
  302. #define HAVE_TYPEOF 1
  303. /* Define to 1 if the system has the type `uintptr_t'. */
  304. #define HAVE_UINTPTR_T 1
  305. /* Define to 1 if you have the <unistd.h> header file. */
  306. #define HAVE_UNISTD_H 1
  307. /* Define to 1 if you have some version of the vsnprintf function. */
  308. #define HAVE_VSNPRINTF 1
  309. /* Define to 1 if you have the `_access' function. */
  310. /* #undef HAVE__ACCESS */
  311. /* Define to 1 if you have the `_BitScanReverse' intrinsic function. */
  312. /* #undef HAVE__BITSCANREVERSE */
  313. /* Define to 1 if you have the `_BitScanReverse64' intrinsic function. */
  314. /* #undef HAVE__BITSCANREVERSE64 */
  315. /* Define to 1 if the system has the type `_Bool'. */
  316. #define HAVE__BOOL 1
  317. /* Define to 1 if you have the `_byteswap_uint64' intrinsic function. */
  318. /* #undef HAVE__BYTESWAP_UINT64 */
  319. /* Define to 1 if you have the `_byteswap_ulong' intrinsic function. */
  320. /* #undef HAVE__BYTESWAP_ULONG */
  321. /* Define to 1 if you have the `_byteswap_ushort' intrinsic function. */
  322. /* #undef HAVE__BYTESWAP_USHORT */
  323. /* Define to 1 if you have the `_chsize' function. */
  324. /* #undef HAVE__CHSIZE */
  325. /* Define to 1 if you have the `_chsize_s' function. */
  326. /* #undef HAVE__CHSIZE_S */
  327. /* Define to 1 if you have the `_fileno' function. */
  328. /* #undef HAVE__FILENO */
  329. /* Define to 1 if you have the `_fseeki64' function. */
  330. /* #undef HAVE__FSEEKI64 */
  331. /* Define to 1 if you have the `_fstati64' function. */
  332. /* #undef HAVE__FSTATI64 */
  333. /* Define to 1 if you have the `_fullpath' function. */
  334. /* #undef HAVE__FULLPATH */
  335. /* Define to 1 if you have the `_stati64' function. */
  336. /* #undef HAVE__STATI64 */
  337. /* Define to 1 if you have the `__bswap_16' intrinsic function. */
  338. #define HAVE___BSWAP_16 1
  339. /* Define to 1 if you have the `__bswap_32' intrinsic function. */
  340. #define HAVE___BSWAP_32 1
  341. /* Define to 1 if you have the `__bswap_64' intrinsic function. */
  342. #define HAVE___BSWAP_64 1
  343. /* Define to 1 if you have the `__builtin_bswap16' intrinsic function. */
  344. #define HAVE___BUILTIN_BSWAP16 1
  345. /* Define to 1 if you have the `__builtin_bswap32' intrinsic function. */
  346. #define HAVE___BUILTIN_BSWAP32 1
  347. /* Define to 1 if you have the `__builtin_bswap64' intrinsic function. */
  348. #define HAVE___BUILTIN_BSWAP64 1
  349. /* Define to 1 if you have the `__builtin_choose_expr' intrinsic function. */
  350. #define HAVE___BUILTIN_CHOOSE_EXPR 1
  351. /* Define to 1 if you have the `__builtin_clz' intrinsic function. */
  352. #define HAVE___BUILTIN_CLZ 1
  353. /* Define to 1 if you have the `__builtin_clzl' intrinsic function. */
  354. #define HAVE___BUILTIN_CLZL 1
  355. /* Define to 1 if you have the `__builtin_clzll' intrinsic function. */
  356. #define HAVE___BUILTIN_CLZLL 1
  357. /* Define to 1 if you have the `__builtin_constant_p' intrinsic function. */
  358. #define HAVE___BUILTIN_CONSTANT_P 1
  359. /* Define to 1 if you have the `__builtin_expect' intrinsic function. */
  360. #define HAVE___BUILTIN_EXPECT 1
  361. /* Define to 1 if you have the `__cpu_to_le16' intrinsic function. */
  362. /* #undef HAVE___CPU_TO_LE16 */
  363. /* Define to 1 if you have the `__cpu_to_le32' intrinsic function. */
  364. /* #undef HAVE___CPU_TO_LE32 */
  365. /* Define to 1 if you have the `__cpu_to_le64' intrinsic function. */
  366. /* #undef HAVE___CPU_TO_LE64 */
  367. /* Define to 1 if compiled with the `-Wl,--gc-sections' compiler flag */
  368. #define LDFLAGS_WL_GC_SECTIONS 1
  369. /* Define to the address where bug reports for this package should be sent. */
  370. #define PACKAGE_BUGREPORT ""
  371. /* Define to the full name of this package. */
  372. #define PACKAGE_NAME ""
  373. /* Define to the full name and version of this package. */
  374. #define PACKAGE_STRING ""
  375. /* Define to the one symbol short name of this package. */
  376. #define PACKAGE_TARNAME ""
  377. /* Define to the home page for this package. */
  378. #define PACKAGE_URL ""
  379. /* Define to the version of this package. */
  380. #define PACKAGE_VERSION ""
  381. /* Define to 1 if you have the ANSI C header files. */
  382. #define STDC_HEADERS 1
  383. /* Enable extensions on AIX 3, Interix. */
  384. #ifndef _ALL_SOURCE
  385. # define _ALL_SOURCE 1
  386. #endif
  387. /* Enable GNU extensions on systems that have them. */
  388. #ifndef _GNU_SOURCE
  389. # define _GNU_SOURCE 1
  390. #endif
  391. /* Enable threading extensions on Solaris. */
  392. #ifndef _POSIX_PTHREAD_SEMANTICS
  393. # define _POSIX_PTHREAD_SEMANTICS 1
  394. #endif
  395. /* Enable extensions on HP NonStop. */
  396. #ifndef _TANDEM_SOURCE
  397. # define _TANDEM_SOURCE 1
  398. #endif
  399. /* Enable general extensions on Solaris. */
  400. #ifndef __EXTENSIONS__
  401. # define __EXTENSIONS__ 1
  402. #endif
  403. /* Define to 1 if your processor stores words with the most significant byte
  404. first (like Motorola and SPARC, unlike Intel and VAX). */
  405. /* #undef WORDS_BIGENDIAN */
  406. /* Define to 1 if your processor stores words with the least significant byte
  407. first (like Intel and VAX, unlike Motorola and SPARC). */
  408. #define WORDS_LITTLEENDIAN 1
  409. /* Enable large inode numbers on Mac OS X 10.5. */
  410. #ifndef _DARWIN_USE_64_BIT_INODE
  411. # define _DARWIN_USE_64_BIT_INODE 1
  412. #endif
  413. /* Number of bits in a file offset, on hosts where this is settable. */
  414. /* #undef _FILE_OFFSET_BITS */
  415. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  416. /* #undef _LARGEFILE_SOURCE */
  417. /* Define for large files, on AIX-style hosts. */
  418. /* #undef _LARGE_FILES */
  419. /* Define to 1 if on MINIX. */
  420. /* #undef _MINIX */
  421. /* Define to 2 if the system does not provide POSIX.1 features except with
  422. this defined. */
  423. /* #undef _POSIX_1_SOURCE */
  424. /* Define to 1 if you need to in order for `stat' and other things to work. */
  425. /* #undef _POSIX_SOURCE */
  426. /* Define to empty if `const' does not conform to ANSI C. */
  427. /* #undef const */
  428. /* Define to `__inline__' or `__inline' if that's what the C compiler
  429. calls it, or to nothing if 'inline' is not supported under any name. */
  430. #ifndef __cplusplus
  431. /* #undef inline */
  432. #endif
  433. /* Define to the equivalent of the C99 'restrict' keyword, or to
  434. nothing if this is not supported. Do not define if restrict is
  435. supported directly. */
  436. #define restrict __restrict
  437. /* Work around a bug in Sun C++: it does not support _Restrict or
  438. __restrict__, even though the corresponding Sun C compiler ends up with
  439. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  440. previous line. Perhaps some future version of Sun C++ will work with
  441. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  442. #if defined __SUNPRO_CC && !defined __RESTRICT
  443. # define _Restrict
  444. # define __restrict__
  445. #endif
  446. /* Define to `unsigned int' if <sys/types.h> does not define. */
  447. /* #undef size_t */
  448. /* Define if your snprintf function is not named snprintf. */
  449. /* #undef snprintf */
  450. /* Define if your typeof operator is not named typeof. */
  451. #define typeof __typeof
  452. /* Define to the type of an unsigned integer type wide enough to hold a
  453. pointer, if such a type exists, and if the system does not define it. */
  454. /* #undef uintptr_t */
  455. /* Define if your vsnprintf function is not named vsnprintf. */
  456. /* #undef vsnprintf */
  457. /* Begin unconfig.h */
  458. #ifndef alloc_size_func2
  459. # ifdef HAVE_FUNC_ATTRIBUTE2_ALLOC_SIZE
  460. # define alloc_size_func2(x1,x2) __attribute__((alloc_size(x1,x2)))
  461. # else
  462. # define alloc_size_func2(x1,x2)
  463. # endif
  464. #endif
  465. #ifndef alloc_size_func2_ptr
  466. # ifdef HAVE_FUNC_PTR_ATTRIBUTE2_ALLOC_SIZE
  467. # define alloc_size_func2_ptr(x1,x2) __attribute__((alloc_size(x1,x2)))
  468. # else
  469. # define alloc_size_func2_ptr(x1,x2)
  470. # endif
  471. #endif
  472. #ifndef end_with_null
  473. # ifdef HAVE_FUNC_ATTRIBUTE_SENTINEL
  474. # define end_with_null __attribute__((sentinel))
  475. # else
  476. # define end_with_null
  477. # endif
  478. #endif
  479. #ifndef end_with_null_ptr
  480. # ifdef HAVE_FUNC_PTR_ATTRIBUTE_SENTINEL
  481. # define end_with_null_ptr __attribute__((sentinel))
  482. # else
  483. # define end_with_null_ptr
  484. # endif
  485. #endif
  486. #ifndef format_func3
  487. # ifdef HAVE_FUNC_ATTRIBUTE3_FORMAT
  488. # define format_func3(x1,x2,x3) __attribute__((format(x1,x2,x3)))
  489. # else
  490. # define format_func3(x1,x2,x3)
  491. # endif
  492. #endif
  493. #ifndef format_func3_ptr
  494. # ifdef HAVE_FUNC_PTR_ATTRIBUTE3_FORMAT
  495. # define format_func3_ptr(x1,x2,x3) __attribute__((format(x1,x2,x3)))
  496. # else
  497. # define format_func3_ptr(x1,x2,x3)
  498. # endif
  499. #endif
  500. #ifndef const_func
  501. # ifdef HAVE_FUNC_ATTRIBUTE_CONST
  502. # define const_func __attribute__((const))
  503. # else
  504. # define const_func
  505. # endif
  506. #endif
  507. #ifndef const_func_ptr
  508. # ifdef HAVE_FUNC_PTR_ATTRIBUTE_CONST
  509. # define const_func_ptr __attribute__((const))
  510. # else
  511. # define const_func_ptr
  512. # endif
  513. #endif
  514. #ifndef pure_func
  515. # ifdef HAVE_FUNC_ATTRIBUTE_PURE
  516. # define pure_func __attribute__((pure))
  517. # else
  518. # define pure_func
  519. # endif
  520. #endif
  521. #ifndef pure_func_ptr
  522. # ifdef HAVE_FUNC_PTR_ATTRIBUTE_PURE
  523. # define pure_func_ptr __attribute__((pure))
  524. # else
  525. # define pure_func_ptr
  526. # endif
  527. #endif
  528. #ifndef noreturn_func
  529. # ifdef HAVE_FUNC_ATTRIBUTE_NORETURN
  530. # define noreturn_func __attribute__((noreturn))
  531. # else
  532. # define noreturn_func
  533. # endif
  534. #endif
  535. #ifndef unlikely_func
  536. # ifdef HAVE_FUNC_ATTRIBUTE_COLD
  537. # define unlikely_func __attribute__((cold))
  538. # else
  539. # define unlikely_func
  540. # endif
  541. #endif
  542. #ifndef unlikely_func_ptr
  543. # ifdef HAVE_FUNC_PTR_ATTRIBUTE_COLD
  544. # define unlikely_func_ptr __attribute__((cold))
  545. # else
  546. # define unlikely_func_ptr
  547. # endif
  548. #endif
  549. #ifndef unused_func
  550. # ifdef HAVE_FUNC_ATTRIBUTE_UNUSED
  551. # define unused_func __attribute__((unused))
  552. # else
  553. # define unused_func
  554. # endif
  555. #endif
  556. #ifndef unused_func_ptr
  557. # ifdef HAVE_FUNC_PTR_ATTRIBUTE_UNUSED
  558. # define unused_func_ptr __attribute__((unused))
  559. # else
  560. # define unused_func_ptr
  561. # endif
  562. #endif
  563. #ifndef noreturn_func_ptr
  564. # ifdef HAVE_FUNC_PTR_ATTRIBUTE_NORETURN
  565. # define noreturn_func_ptr __attribute__((noreturn))
  566. # else
  567. # define noreturn_func_ptr
  568. # endif
  569. #endif
  570. #ifndef never_null
  571. # ifdef HAVE_FUNC_ATTRIBUTE_RETURNS_NONNULL
  572. # define never_null __attribute__((returns_nonnull))
  573. # else
  574. # define never_null
  575. # endif
  576. #endif
  577. #ifndef never_null_ptr
  578. # ifdef HAVE_FUNC_PTR_ATTRIBUTE_RETURNS_NONNULL
  579. # define never_null_ptr __attribute__((returns_nonnull))
  580. # else
  581. # define never_null_ptr
  582. # endif
  583. #endif
  584. #ifndef malloc_func
  585. # ifdef HAVE_FUNC_ATTRIBUTE_MALLOC
  586. # define malloc_func __attribute__((malloc))
  587. # else
  588. # define malloc_func
  589. # endif
  590. #endif
  591. #ifndef malloc_func_ptr
  592. # ifdef HAVE_FUNC_PTR_ATTRIBUTE_MALLOC
  593. # define malloc_func_ptr __attribute__((malloc))
  594. # else
  595. # define malloc_func_ptr
  596. # endif
  597. #endif
  598. #ifndef alloc_size_func1
  599. # ifdef HAVE_FUNC_ATTRIBUTE1_ALLOC_SIZE
  600. # define alloc_size_func1(x1) __attribute__((alloc_size(x1)))
  601. # else
  602. # define alloc_size_func1(x1)
  603. # endif
  604. #endif
  605. #ifndef alloc_size_func1_ptr
  606. # ifdef HAVE_FUNC_PTR_ATTRIBUTE1_ALLOC_SIZE
  607. # define alloc_size_func1_ptr(x1) __attribute__((alloc_size(x1)))
  608. # else
  609. # define alloc_size_func1_ptr(x1)
  610. # endif
  611. #endif