Advertisement
Guest User

Untitled

a guest
Nov 7th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 44.48 KB | None | 0 0
  1. /* auto-host.h.  Generated from config.in by configure.  */
  2. /* config.in.  Generated from configure.ac by autoheader.  */
  3.  
  4. /* Define if building universal (internal helper macro) */
  5. #ifndef USED_FOR_TARGET
  6. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  7. #endif
  8.  
  9.  
  10. /* Define as the number of bits in a byte, if `limits.h' doesn't. */
  11. #ifndef USED_FOR_TARGET
  12. /* #undef CHAR_BIT */
  13. #endif
  14.  
  15.  
  16. /* Define 0/1 to force the choice for exception handling model. */
  17. #ifndef USED_FOR_TARGET
  18. /* #undef CONFIG_SJLJ_EXCEPTIONS */
  19. #endif
  20.  
  21.  
  22. /* Define to enable the use of a default assembler. */
  23. #ifndef USED_FOR_TARGET
  24. /* #undef DEFAULT_ASSEMBLER */
  25. #endif
  26.  
  27.  
  28. /* Define to enable the use of a default linker. */
  29. #ifndef USED_FOR_TARGET
  30. /* #undef DEFAULT_LINKER */
  31. #endif
  32.  
  33.  
  34. /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
  35.    destructors for local statics and global objects. This is essential for
  36.    fully standards-compliant handling of destructors, but requires
  37.    __cxa_atexit in libc. */
  38. #ifndef USED_FOR_TARGET
  39. /* #undef DEFAULT_USE_CXA_ATEXIT */
  40. #endif
  41.  
  42.  
  43. /* Define if you want assertions enabled. This is a cheap check. */
  44. #ifndef USED_FOR_TARGET
  45. #define ENABLE_ASSERT_CHECKING 1
  46. #endif
  47.  
  48.  
  49. /* Define if building with C++. */
  50. #ifndef USED_FOR_TARGET
  51. /* #undef ENABLE_BUILD_WITH_CXX */
  52. #endif
  53.  
  54.  
  55. /* Define if you want more run-time sanity checks. This one gets a grab bag of
  56.    miscellaneous but relatively cheap checks. */
  57. #ifndef USED_FOR_TARGET
  58. /* #undef ENABLE_CHECKING */
  59. #endif
  60.  
  61.  
  62. /* Define to 1 to specify that we are using the BID decimal floating point
  63.    format instead of DPD */
  64. #ifndef USED_FOR_TARGET
  65. #define ENABLE_DECIMAL_BID_FORMAT 0
  66. #endif
  67.  
  68.  
  69. /* Define to 1 to enable decimal float extension to C. */
  70. #ifndef USED_FOR_TARGET
  71. #define ENABLE_DECIMAL_FLOAT 0
  72. #endif
  73.  
  74.  
  75. /* Define if you want more run-time sanity checks for dataflow. */
  76. #ifndef USED_FOR_TARGET
  77. /* #undef ENABLE_DF_CHECKING */
  78. #endif
  79.  
  80.  
  81. /* Define to 1 to enable fixed-point arithmetic extension to C. */
  82. #ifndef USED_FOR_TARGET
  83. #define ENABLE_FIXED_POINT 0
  84. #endif
  85.  
  86.  
  87. /* Define if you want fold checked that it never destructs its argument. This
  88.    is quite expensive. */
  89. #ifndef USED_FOR_TARGET
  90. /* #undef ENABLE_FOLD_CHECKING */
  91. #endif
  92.  
  93.  
  94. /* Define if you want the garbage collector to operate in maximally paranoid
  95.    mode, validating the entire heap and collecting garbage at every
  96.    opportunity. This is extremely expensive. */
  97. #ifndef USED_FOR_TARGET
  98. /* #undef ENABLE_GC_ALWAYS_COLLECT */
  99. #endif
  100.  
  101.  
  102. /* Define if you want the garbage collector to do object poisoning and other
  103.    memory allocation checks. This is quite expensive. */
  104. #ifndef USED_FOR_TARGET
  105. /* #undef ENABLE_GC_CHECKING */
  106. #endif
  107.  
  108.  
  109. /* Define if you want operations on GIMPLE (the basic data structure of the
  110.    high-level optimizers) to be checked for dynamic type safety at runtime.
  111.    This is moderately expensive. */
  112. #ifndef USED_FOR_TARGET
  113. /* #undef ENABLE_GIMPLE_CHECKING */
  114. #endif
  115.  
  116.  
  117. /* Define if gcc should always pass --build-id to linker. */
  118. #ifndef USED_FOR_TARGET
  119. /* #undef ENABLE_LD_BUILDID */
  120. #endif
  121.  
  122.  
  123. /* Define to 1 to enable libquadmath support */
  124. #ifndef USED_FOR_TARGET
  125. #define ENABLE_LIBQUADMATH_SUPPORT 1
  126. #endif
  127.  
  128.  
  129. /* Define to enable LTO support. */
  130. #ifndef USED_FOR_TARGET
  131. #define ENABLE_LTO 1
  132. #endif
  133.  
  134.  
  135. /* Define to 1 if translation of program messages to the user's native
  136.   language is requested. */
  137. #ifndef USED_FOR_TARGET
  138. /* #undef ENABLE_NLS */
  139. #endif
  140.  
  141.  
  142. /* Define to enable plugin support. */
  143. #ifndef USED_FOR_TARGET
  144. #define ENABLE_PLUGIN 1
  145. #endif
  146.  
  147.  
  148. /* Define if you want all operations on RTL (the basic data structure of the
  149.   optimizer and back end) to be checked for dynamic type safety at runtime.
  150.   This is quite expensive. */
  151. #ifndef USED_FOR_TARGET
  152. /* #undef ENABLE_RTL_CHECKING */
  153. #endif
  154.  
  155.  
  156. /* Define if you want RTL flag accesses to be checked against the RTL codes
  157.   that are supported for each access macro. This is relatively cheap. */
  158. #ifndef USED_FOR_TARGET
  159. /* #undef ENABLE_RTL_FLAG_CHECKING */
  160. #endif
  161.  
  162.  
  163. /* Define if you want runtime assertions enabled. This is a cheap check. */
  164. #define ENABLE_RUNTIME_CHECKING 1
  165.  
  166. /* Define if you want all operations on trees (the basic data structure of the
  167.   front ends) to be checked for dynamic type safety at runtime. This is
  168.   moderately expensive. The tree browser debugging routines will also be
  169.   enabled by this option. */
  170. #ifndef USED_FOR_TARGET
  171. /* #undef ENABLE_TREE_CHECKING */
  172. #endif
  173.  
  174.  
  175. /* Define if you want all gimple types to be verified after gimplifiation.
  176.   This is cheap. */
  177. #ifndef USED_FOR_TARGET
  178. /* #undef ENABLE_TYPES_CHECKING */
  179. #endif
  180.  
  181.  
  182. /* Define if you want to run subprograms and generated programs through
  183.   valgrind (a memory checker). This is extremely expensive. */
  184. #ifndef USED_FOR_TARGET
  185. /* #undef ENABLE_VALGRIND_CHECKING */
  186. #endif
  187.  
  188.  
  189. /* Define to 1 if installation paths should be looked up in the Windows
  190.   Registry. Ignored on non-Windows hosts. */
  191. #ifndef USED_FOR_TARGET
  192. /* #undef ENABLE_WIN32_REGISTRY */
  193. #endif
  194.  
  195.  
  196. /* Define to the name of a file containing a list of extra machine modes for
  197.   this architecture. */
  198. #ifndef USED_FOR_TARGET
  199. #define EXTRA_MODES_FILE "config/arm/arm-modes.def"
  200. #endif
  201.  
  202.  
  203. /* Define to enable detailed memory allocation stats gathering. */
  204. #ifndef USED_FOR_TARGET
  205. /* #undef GATHER_STATISTICS */
  206. #endif
  207.  
  208.  
  209. /* Define if the zone collector is in use */
  210. #ifndef USED_FOR_TARGET
  211. /* #undef GGC_ZONE */
  212. #endif
  213.  
  214.  
  215. /* mcontext_t fields start with __ */
  216. #ifndef USED_FOR_TARGET
  217. /* #undef HAS_MCONTEXT_T_UNDERSCORES */
  218. #endif
  219.  
  220.  
  221. /* Define if your assembler supports cmpb. */
  222. #ifndef USED_FOR_TARGET
  223. /* #undef HAVE_AS_CMPB */
  224. #endif
  225.  
  226.  
  227. /* Define if your assembler supports the DCI/ICI instructions. */
  228. #ifndef USED_FOR_TARGET
  229. /* #undef HAVE_AS_DCI */
  230. #endif
  231.  
  232.  
  233. /* Define if your assembler supports the --debug-prefix-map option. */
  234. #ifndef USED_FOR_TARGET
  235. #define HAVE_AS_DEBUG_PREFIX_MAP 1
  236. #endif
  237.  
  238.  
  239. /* Define if your assembler supports DFP instructions. */
  240. #ifndef USED_FOR_TARGET
  241. /* #undef HAVE_AS_DFP */
  242. #endif
  243.  
  244.  
  245. /* Define if your assembler supports DSPR1 mult. */
  246. #ifndef USED_FOR_TARGET
  247. /* #undef HAVE_AS_DSPR1_MULT */
  248. #endif
  249.  
  250.  
  251. /* Define if your assembler supports .dtprelword. */
  252. #ifndef USED_FOR_TARGET
  253. /* #undef HAVE_AS_DTPRELWORD */
  254. #endif
  255.  
  256.  
  257. /* Define if your assembler supports dwarf2 .file/.loc directives, and
  258.   preserves file table indices exactly as given. */
  259. #ifndef USED_FOR_TARGET
  260. #define HAVE_AS_DWARF2_DEBUG_LINE 1
  261. #endif
  262.  
  263.  
  264. /* Define if your assembler supports explicit relocations. */
  265. #ifndef USED_FOR_TARGET
  266. /* #undef HAVE_AS_EXPLICIT_RELOCS */
  267. #endif
  268.  
  269.  
  270. /* Define if your assembler supports fprnd. */
  271. #ifndef USED_FOR_TARGET
  272. /* #undef HAVE_AS_FPRND */
  273. #endif
  274.  
  275.  
  276. /* Define if your assembler supports the --gdwarf2 option. */
  277. #ifndef USED_FOR_TARGET
  278. #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
  279. #endif
  280.  
  281.  
  282. /* Define if your assembler supports .gnu_attribute. */
  283. #ifndef USED_FOR_TARGET
  284. /* #undef HAVE_AS_GNU_ATTRIBUTE */
  285. #endif
  286.  
  287.  
  288. /* Define true if the assembler supports '.long foo@GOTOFF'. */
  289. #ifndef USED_FOR_TARGET
  290. /* #undef HAVE_AS_GOTOFF_IN_DATA */
  291. #endif
  292.  
  293.  
  294. /* Define if your assembler supports the --gstabs option. */
  295. #ifndef USED_FOR_TARGET
  296. #define HAVE_AS_GSTABS_DEBUG_FLAG 1
  297. #endif
  298.  
  299.  
  300. /* Define if your assembler supports the Sun syntax for cmov. */
  301. #ifndef USED_FOR_TARGET
  302. /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */
  303. #endif
  304.  
  305.  
  306. /* Define if your assembler supports the subtraction of symbols in different
  307.   sections. */
  308. #ifndef USED_FOR_TARGET
  309. /* #undef HAVE_AS_IX86_DIFF_SECT_DELTA */
  310. #endif
  311.  
  312.  
  313. /* Define if your assembler supports the ffreep mnemonic. */
  314. #ifndef USED_FOR_TARGET
  315. /* #undef HAVE_AS_IX86_FFREEP */
  316. #endif
  317.  
  318.  
  319. /* Define if your assembler uses fildq and fistq mnemonics. */
  320. #ifndef USED_FOR_TARGET
  321. /* #undef HAVE_AS_IX86_FILDQ */
  322. #endif
  323.  
  324.  
  325. /* Define if your assembler uses filds and fists mnemonics. */
  326. #ifndef USED_FOR_TARGET
  327. /* #undef HAVE_AS_IX86_FILDS */
  328. #endif
  329.  
  330.  
  331. /* Define if your assembler supports the .quad directive. */
  332. #ifndef USED_FOR_TARGET
  333. /* #undef HAVE_AS_IX86_QUAD */
  334. #endif
  335.  
  336.  
  337. /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
  338. #ifndef USED_FOR_TARGET
  339. /* #undef HAVE_AS_IX86_REP_LOCK_PREFIX */
  340. #endif
  341.  
  342.  
  343. /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
  344. #ifndef USED_FOR_TARGET
  345. /* #undef HAVE_AS_IX86_SAHF */
  346. #endif
  347.  
  348.  
  349. /* Define if your assembler supports the swap suffix. */
  350. #ifndef USED_FOR_TARGET
  351. /* #undef HAVE_AS_IX86_SWAP */
  352. #endif
  353.  
  354.  
  355. /* Define if your assembler supports the lituse_jsrdirect relocation. */
  356. #ifndef USED_FOR_TARGET
  357. /* #undef HAVE_AS_JSRDIRECT_RELOCS */
  358. #endif
  359.  
  360.  
  361. /* Define if your assembler supports .sleb128 and .uleb128. */
  362. #ifndef USED_FOR_TARGET
  363. #define HAVE_AS_LEB128 1
  364. #endif
  365.  
  366.  
  367. /* Define if the assembler won't complain about a line such as # 0 "" 2. */
  368. #ifndef USED_FOR_TARGET
  369. #define HAVE_AS_LINE_ZERO 1
  370. #endif
  371.  
  372.  
  373. /* Define if your assembler supports ltoffx and ldxmov relocations. */
  374. #ifndef USED_FOR_TARGET
  375. /* #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS */
  376. #endif
  377.  
  378.  
  379. /* Define if your assembler supports LWSYNC instructions. */
  380. #ifndef USED_FOR_TARGET
  381. /* #undef HAVE_AS_LWSYNC */
  382. #endif
  383.  
  384.  
  385. /* Define if your assembler supports mfcr field. */
  386. #ifndef USED_FOR_TARGET
  387. /* #undef HAVE_AS_MFCRF */
  388. #endif
  389.  
  390.  
  391. /* Define if your assembler supports mffgpr and mftgpr. */
  392. #ifndef USED_FOR_TARGET
  393. /* #undef HAVE_AS_MFPGPR */
  394. #endif
  395.  
  396.  
  397. /* Define if your assembler supports the -no-mul-bug-abort option. */
  398. #ifndef USED_FOR_TARGET
  399. /* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */
  400. #endif
  401.  
  402.  
  403. /* Define if the assembler understands -mno-shared. */
  404. #ifndef USED_FOR_TARGET
  405. /* #undef HAVE_AS_NO_SHARED */
  406. #endif
  407.  
  408.  
  409. /* Define if your assembler supports offsetable %lo(). */
  410. #ifndef USED_FOR_TARGET
  411. /* #undef HAVE_AS_OFFSETABLE_LO10 */
  412. #endif
  413.  
  414.  
  415. /* Define if your assembler supports popcntb field. */
  416. #ifndef USED_FOR_TARGET
  417. /* #undef HAVE_AS_POPCNTB */
  418. #endif
  419.  
  420.  
  421. /* Define if your assembler supports POPCNTD instructions. */
  422. #ifndef USED_FOR_TARGET
  423. /* #undef HAVE_AS_POPCNTD */
  424. #endif
  425.  
  426.  
  427. /* Define if your assembler supports .ref */
  428. #ifndef USED_FOR_TARGET
  429. /* #undef HAVE_AS_REF */
  430. #endif
  431.  
  432.  
  433. /* Define if your assembler supports .register. */
  434. #ifndef USED_FOR_TARGET
  435. /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
  436. #endif
  437.  
  438.  
  439. /* Define if your assembler supports R_PPC_REL16 relocs. */
  440. #ifndef USED_FOR_TARGET
  441. /* #undef HAVE_AS_REL16 */
  442. #endif
  443.  
  444.  
  445. /* Define if your assembler supports -relax option. */
  446. #ifndef USED_FOR_TARGET
  447. /* #undef HAVE_AS_RELAX_OPTION */
  448. #endif
  449.  
  450.  
  451. /* Define if your assembler and linker support GOTDATA_OP relocs. */
  452. #ifndef USED_FOR_TARGET
  453. /* #undef HAVE_AS_SPARC_GOTDATA_OP */
  454. #endif
  455.  
  456.  
  457. /* Define if your assembler and linker support unaligned PC relative relocs.
  458.    */
  459. #ifndef USED_FOR_TARGET
  460. /* #undef HAVE_AS_SPARC_UA_PCREL */
  461. #endif
  462.  
  463.  
  464. /* Define if your assembler and linker support unaligned PC relative relocs
  465.    against hidden symbols. */
  466. #ifndef USED_FOR_TARGET
  467. /* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
  468. #endif
  469.  
  470.  
  471. /* Define if your assembler and linker support thread-local storage. */
  472. #ifndef USED_FOR_TARGET
  473. #define HAVE_AS_TLS 1
  474. #endif
  475.  
  476.  
  477. /* Define if your assembler supports arg info for __tls_get_addr. */
  478. #ifndef USED_FOR_TARGET
  479. /* #undef HAVE_AS_TLS_MARKERS */
  480. #endif
  481.  
  482.  
  483. /* Define if your assembler supports VSX instructions. */
  484. #ifndef USED_FOR_TARGET
  485. /* #undef HAVE_AS_VSX */
  486. #endif
  487.  
  488.  
  489. /* Define to 1 if you have the `atoll' function. */
  490. #ifndef USED_FOR_TARGET
  491. #define HAVE_ATOLL 1
  492. #endif
  493.  
  494.  
  495. /* Define to 1 if you have the `atoq' function. */
  496. #ifndef USED_FOR_TARGET
  497. /* #undef HAVE_ATOQ */
  498. #endif
  499.  
  500.  
  501. /* Define to 1 if you have the `clearerr_unlocked' function. */
  502. #ifndef USED_FOR_TARGET
  503. #define HAVE_CLEARERR_UNLOCKED 1
  504. #endif
  505.  
  506.  
  507. /* Define to 1 if you have the `clock' function. */
  508. #ifndef USED_FOR_TARGET
  509. #define HAVE_CLOCK 1
  510. #endif
  511.  
  512.  
  513. /* Define if <time.h> defines clock_t. */
  514. #ifndef USED_FOR_TARGET
  515. #define HAVE_CLOCK_T 1
  516. #endif
  517.  
  518.  
  519. /* Define 0/1 if your assembler and linker support COMDAT groups. */
  520. #ifndef USED_FOR_TARGET
  521. #define HAVE_COMDAT_GROUP 1
  522. #endif
  523.  
  524.  
  525. /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
  526.    */
  527. #ifndef USED_FOR_TARGET
  528. #define HAVE_DECL_ABORT 1
  529. #endif
  530.  
  531.  
  532. /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
  533.    0. */
  534. #ifndef USED_FOR_TARGET
  535. #define HAVE_DECL_ASPRINTF 1
  536. #endif
  537.  
  538.  
  539. /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
  540. #ifndef USED_FOR_TARGET
  541. #define HAVE_DECL_ATOF 1
  542. #endif
  543.  
  544.  
  545. /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
  546. #ifndef USED_FOR_TARGET
  547. #define HAVE_DECL_ATOL 1
  548. #endif
  549.  
  550.  
  551. /* Define to 1 if we found a declaration for 'basename', otherwise define to
  552.    0. */
  553. #ifndef USED_FOR_TARGET
  554. #define HAVE_DECL_BASENAME 1
  555. #endif
  556.  
  557.  
  558. /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
  559.    */
  560. #ifndef USED_FOR_TARGET
  561. #define HAVE_DECL_CALLOC 1
  562. #endif
  563.  
  564.  
  565. /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
  566.    define to 0. */
  567. #ifndef USED_FOR_TARGET
  568. #define HAVE_DECL_CLEARERR_UNLOCKED 1
  569. #endif
  570.  
  571.  
  572. /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
  573.    */
  574. #ifndef USED_FOR_TARGET
  575. #define HAVE_DECL_CLOCK 1
  576. #endif
  577.  
  578.  
  579. /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
  580.    */
  581. #ifndef USED_FOR_TARGET
  582. #define HAVE_DECL_ERRNO 1
  583. #endif
  584.  
  585.  
  586. /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
  587.    to 0. */
  588. #ifndef USED_FOR_TARGET
  589. #define HAVE_DECL_FEOF_UNLOCKED 1
  590. #endif
  591.  
  592.  
  593. /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
  594.    define to 0. */
  595. #ifndef USED_FOR_TARGET
  596. #define HAVE_DECL_FERROR_UNLOCKED 1
  597. #endif
  598.  
  599.  
  600. /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
  601.    define to 0. */
  602. #ifndef USED_FOR_TARGET
  603. #define HAVE_DECL_FFLUSH_UNLOCKED 1
  604. #endif
  605.  
  606.  
  607. /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
  608.    define to 0. */
  609. #ifndef USED_FOR_TARGET
  610. #define HAVE_DECL_FGETC_UNLOCKED 1
  611. #endif
  612.  
  613.  
  614. /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
  615.    define to 0. */
  616. #ifndef USED_FOR_TARGET
  617. #define HAVE_DECL_FGETS_UNLOCKED 1
  618. #endif
  619.  
  620.  
  621. /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
  622.    define to 0. */
  623. #ifndef USED_FOR_TARGET
  624. #define HAVE_DECL_FILENO_UNLOCKED 1
  625. #endif
  626.  
  627.  
  628. /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
  629.    define to 0. */
  630. #ifndef USED_FOR_TARGET
  631. #define HAVE_DECL_FPRINTF_UNLOCKED 0
  632. #endif
  633.  
  634.  
  635. /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
  636.    define to 0. */
  637. #ifndef USED_FOR_TARGET
  638. #define HAVE_DECL_FPUTC_UNLOCKED 1
  639. #endif
  640.  
  641.  
  642. /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
  643.    define to 0. */
  644. #ifndef USED_FOR_TARGET
  645. #define HAVE_DECL_FPUTS_UNLOCKED 1
  646. #endif
  647.  
  648.  
  649. /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
  650.    define to 0. */
  651. #ifndef USED_FOR_TARGET
  652. #define HAVE_DECL_FREAD_UNLOCKED 1
  653. #endif
  654.  
  655.  
  656. /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
  657. #ifndef USED_FOR_TARGET
  658. #define HAVE_DECL_FREE 1
  659. #endif
  660.  
  661.  
  662. /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
  663.    define to 0. */
  664. #ifndef USED_FOR_TARGET
  665. #define HAVE_DECL_FWRITE_UNLOCKED 1
  666. #endif
  667.  
  668.  
  669. /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
  670.    define to 0. */
  671. #ifndef USED_FOR_TARGET
  672. #define HAVE_DECL_GETCHAR_UNLOCKED 1
  673. #endif
  674.  
  675.  
  676. /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
  677.    */
  678. #ifndef USED_FOR_TARGET
  679. #define HAVE_DECL_GETCWD 1
  680. #endif
  681.  
  682.  
  683. /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
  684.    to 0. */
  685. #ifndef USED_FOR_TARGET
  686. #define HAVE_DECL_GETC_UNLOCKED 1
  687. #endif
  688.  
  689.  
  690. /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
  691.    */
  692. #ifndef USED_FOR_TARGET
  693. #define HAVE_DECL_GETENV 1
  694. #endif
  695.  
  696.  
  697. /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
  698.    */
  699. #ifndef USED_FOR_TARGET
  700. #define HAVE_DECL_GETOPT 0
  701. #endif
  702.  
  703.  
  704. /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
  705.    to 0. */
  706. #ifndef USED_FOR_TARGET
  707. #define HAVE_DECL_GETPAGESIZE 1
  708. #endif
  709.  
  710.  
  711. /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
  712.    0. */
  713. #ifndef USED_FOR_TARGET
  714. #define HAVE_DECL_GETRLIMIT 1
  715. #endif
  716.  
  717.  
  718. /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
  719.    0. */
  720. #ifndef USED_FOR_TARGET
  721. #define HAVE_DECL_GETRUSAGE 1
  722. #endif
  723.  
  724.  
  725. /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
  726.    */
  727. #ifndef USED_FOR_TARGET
  728. #define HAVE_DECL_GETWD 1
  729. #endif
  730.  
  731.  
  732. /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
  733.    0. */
  734. #ifndef USED_FOR_TARGET
  735. #define HAVE_DECL_LDGETNAME 0
  736. #endif
  737.  
  738.  
  739. /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
  740.    */
  741. #ifndef USED_FOR_TARGET
  742. #define HAVE_DECL_MALLOC 1
  743. #endif
  744.  
  745.  
  746. /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
  747.    define to 0. */
  748. #ifndef USED_FOR_TARGET
  749. #define HAVE_DECL_PUTCHAR_UNLOCKED 1
  750. #endif
  751.  
  752.  
  753. /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
  754.    to 0. */
  755. #ifndef USED_FOR_TARGET
  756. #define HAVE_DECL_PUTC_UNLOCKED 1
  757. #endif
  758.  
  759.  
  760. /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
  761.    */
  762. #ifndef USED_FOR_TARGET
  763. #define HAVE_DECL_REALLOC 1
  764. #endif
  765.  
  766.  
  767. /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
  768. #ifndef USED_FOR_TARGET
  769. #define HAVE_DECL_SBRK 1
  770. #endif
  771.  
  772.  
  773. /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
  774.    0. */
  775. #ifndef USED_FOR_TARGET
  776. #define HAVE_DECL_SETRLIMIT 1
  777. #endif
  778.  
  779.  
  780. /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
  781.    to 0. */
  782. #ifndef USED_FOR_TARGET
  783. #define HAVE_DECL_SIGALTSTACK 1
  784. #endif
  785.  
  786.  
  787. /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
  788.    0. */
  789. #ifndef USED_FOR_TARGET
  790. #define HAVE_DECL_SNPRINTF 1
  791. #endif
  792.  
  793.  
  794. /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
  795.    0. */
  796. #ifndef USED_FOR_TARGET
  797. #define HAVE_DECL_STRSIGNAL 1
  798. #endif
  799.  
  800.  
  801. /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
  802.    */
  803. #ifndef USED_FOR_TARGET
  804. #define HAVE_DECL_STRSTR 1
  805. #endif
  806.  
  807.  
  808. /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
  809.    0. */
  810. #ifndef USED_FOR_TARGET
  811. #define HAVE_DECL_STRVERSCMP 1
  812. #endif
  813.  
  814.  
  815. /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
  816.    */
  817. #ifndef USED_FOR_TARGET
  818. #define HAVE_DECL_TIMES 1
  819. #endif
  820.  
  821.  
  822. /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
  823.    0. */
  824. #ifndef USED_FOR_TARGET
  825. #define HAVE_DECL_VASPRINTF 1
  826. #endif
  827.  
  828.  
  829. /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
  830.    0. */
  831. #ifndef USED_FOR_TARGET
  832. #define HAVE_DECL_VSNPRINTF 1
  833. #endif
  834.  
  835.  
  836. /* Define to 1 if you have the <direct.h> header file. */
  837. #ifndef USED_FOR_TARGET
  838. /* #undef HAVE_DIRECT_H */
  839. #endif
  840.  
  841.  
  842. /* Define to 1 if you have the <dlfcn.h> header file. */
  843. #ifndef USED_FOR_TARGET
  844. #define HAVE_DLFCN_H 1
  845. #endif
  846.  
  847.  
  848. /* Define to 1 if you have the <ext/hash_map> header file. */
  849. #ifndef USED_FOR_TARGET
  850. #define HAVE_EXT_HASH_MAP 1
  851. #endif
  852.  
  853.  
  854. /* Define to 1 if you have the <fcntl.h> header file. */
  855. #ifndef USED_FOR_TARGET
  856. #define HAVE_FCNTL_H 1
  857. #endif
  858.  
  859.  
  860. /* Define to 1 if you have the `feof_unlocked' function. */
  861. #ifndef USED_FOR_TARGET
  862. #define HAVE_FEOF_UNLOCKED 1
  863. #endif
  864.  
  865.  
  866. /* Define to 1 if you have the `ferror_unlocked' function. */
  867. #ifndef USED_FOR_TARGET
  868. #define HAVE_FERROR_UNLOCKED 1
  869. #endif
  870.  
  871.  
  872. /* Define to 1 if you have the `fflush_unlocked' function. */
  873. #ifndef USED_FOR_TARGET
  874. #define HAVE_FFLUSH_UNLOCKED 1
  875. #endif
  876.  
  877.  
  878. /* Define to 1 if you have the `fgetc_unlocked' function. */
  879. #ifndef USED_FOR_TARGET
  880. #define HAVE_FGETC_UNLOCKED 1
  881. #endif
  882.  
  883.  
  884. /* Define to 1 if you have the `fgets_unlocked' function. */
  885. #ifndef USED_FOR_TARGET
  886. #define HAVE_FGETS_UNLOCKED 1
  887. #endif
  888.  
  889.  
  890. /* Define to 1 if you have the `fileno_unlocked' function. */
  891. #ifndef USED_FOR_TARGET
  892. #define HAVE_FILENO_UNLOCKED 1
  893. #endif
  894.  
  895.  
  896. /* Define to 1 if you have the `fork' function. */
  897. #ifndef USED_FOR_TARGET
  898. #define HAVE_FORK 1
  899. #endif
  900.  
  901.  
  902. /* Define to 1 if you have the `fprintf_unlocked' function. */
  903. #ifndef USED_FOR_TARGET
  904. /* #undef HAVE_FPRINTF_UNLOCKED */
  905. #endif
  906.  
  907.  
  908. /* Define to 1 if you have the `fputc_unlocked' function. */
  909. #ifndef USED_FOR_TARGET
  910. #define HAVE_FPUTC_UNLOCKED 1
  911. #endif
  912.  
  913.  
  914. /* Define to 1 if you have the `fputs_unlocked' function. */
  915. #ifndef USED_FOR_TARGET
  916. #define HAVE_FPUTS_UNLOCKED 1
  917. #endif
  918.  
  919.  
  920. /* Define to 1 if you have the `fread_unlocked' function. */
  921. #ifndef USED_FOR_TARGET
  922. #define HAVE_FREAD_UNLOCKED 1
  923. #endif
  924.  
  925.  
  926. /* Define to 1 if you have the `fwrite_unlocked' function. */
  927. #ifndef USED_FOR_TARGET
  928. #define HAVE_FWRITE_UNLOCKED 1
  929. #endif
  930.  
  931.  
  932. /* Define if your assembler supports specifying the alignment of objects
  933.    allocated using the GAS .comm command. */
  934. #ifndef USED_FOR_TARGET
  935. /* #undef HAVE_GAS_ALIGNED_COMM */
  936. #endif
  937.  
  938.  
  939. /* Define if your assembler supports .balign and .p2align. */
  940. #ifndef USED_FOR_TARGET
  941. #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
  942. #endif
  943.  
  944.  
  945. /* Define 0/1 if your assembler supports CFI directives. */
  946. #define HAVE_GAS_CFI_DIRECTIVE 1
  947.  
  948. /* Define 0/1 if your assembler supports .cfi_personality. */
  949. #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 1
  950.  
  951. /* Define 0/1 if your assembler supports .cfi_sections. */
  952. #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 1
  953.  
  954. /* Define if your assembler supports the .loc discriminator sub-directive. */
  955. #ifndef USED_FOR_TARGET
  956. #define HAVE_GAS_DISCRIMINATOR 1
  957. #endif
  958.  
  959.  
  960. /* Define if your assembler supports @gnu_unique_object. */
  961. #ifndef USED_FOR_TARGET
  962. /* #undef HAVE_GAS_GNU_UNIQUE_OBJECT */
  963. #endif
  964.  
  965.  
  966. /* Define if your assembler and linker support .hidden. */
  967. #define HAVE_GAS_HIDDEN 1
  968.  
  969. /* Define if your assembler supports .lcomm with an alignment field. */
  970. #ifndef USED_FOR_TARGET
  971. /* #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT */
  972. #endif
  973.  
  974.  
  975. /* Define if your assembler supports .literal16. */
  976. #ifndef USED_FOR_TARGET
  977. /* #undef HAVE_GAS_LITERAL16 */
  978. #endif
  979.  
  980.  
  981. /* Define if your assembler supports specifying the maximum number of bytes to
  982.    skip when using the GAS .p2align command. */
  983. #ifndef USED_FOR_TARGET
  984. #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
  985. #endif
  986.  
  987.  
  988. /* Define if your assembler supports .nsubspa comdat option. */
  989. #ifndef USED_FOR_TARGET
  990. /* #undef HAVE_GAS_NSUBSPA_COMDAT */
  991. #endif
  992.  
  993.  
  994. /* Define if your assembler and linker support 32-bit section relative relocs
  995.    via '.secrel32 label'. */
  996. #ifndef USED_FOR_TARGET
  997. /* #undef HAVE_GAS_PE_SECREL32_RELOC */
  998. #endif
  999.  
  1000.  
  1001. /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
  1002.    */
  1003. #ifndef USED_FOR_TARGET
  1004. #define HAVE_GAS_SHF_MERGE 1
  1005. #endif
  1006.  
  1007.  
  1008. /* Define if your assembler supports .subsection and .subsection -1 starts
  1009.    emitting at the beginning of your section. */
  1010. #ifndef USED_FOR_TARGET
  1011. #define HAVE_GAS_SUBSECTION_ORDERING 1
  1012. #endif
  1013.  
  1014.  
  1015. /* Define if your assembler supports .weak. */
  1016. #ifndef USED_FOR_TARGET
  1017. #define HAVE_GAS_WEAK 1
  1018. #endif
  1019.  
  1020.  
  1021. /* Define if your assembler supports .weakref. */
  1022. #ifndef USED_FOR_TARGET
  1023. #define HAVE_GAS_WEAKREF 1
  1024. #endif
  1025.  
  1026.  
  1027. /* Define to 1 if you have the `getchar_unlocked' function. */
  1028. #ifndef USED_FOR_TARGET
  1029. #define HAVE_GETCHAR_UNLOCKED 1
  1030. #endif
  1031.  
  1032.  
  1033. /* Define to 1 if you have the `getc_unlocked' function. */
  1034. #ifndef USED_FOR_TARGET
  1035. #define HAVE_GETC_UNLOCKED 1
  1036. #endif
  1037.  
  1038.  
  1039. /* Define if _Unwind_GetIPInfo is available. */
  1040. #ifndef USED_FOR_TARGET
  1041. #define HAVE_GETIPINFO 1
  1042. #endif
  1043.  
  1044.  
  1045. /* Define to 1 if you have the `getrlimit' function. */
  1046. #ifndef USED_FOR_TARGET
  1047. #define HAVE_GETRLIMIT 1
  1048. #endif
  1049.  
  1050.  
  1051. /* Define to 1 if you have the `getrusage' function. */
  1052. #ifndef USED_FOR_TARGET
  1053. #define HAVE_GETRUSAGE 1
  1054. #endif
  1055.  
  1056.  
  1057. /* Define to 1 if you have the `gettimeofday' function. */
  1058. #ifndef USED_FOR_TARGET
  1059. #define HAVE_GETTIMEOFDAY 1
  1060. #endif
  1061.  
  1062.  
  1063. /* Define if using GNU as. */
  1064. #ifndef USED_FOR_TARGET
  1065. #define HAVE_GNU_AS 0
  1066. #endif
  1067.  
  1068.  
  1069. /* Define if your system supports gnu indirect functions. */
  1070. #ifndef USED_FOR_TARGET
  1071. /* #undef HAVE_GNU_INDIRECT_FUNCTION */
  1072. #endif
  1073.  
  1074.  
  1075. /* Define if using GNU ld. */
  1076. #ifndef USED_FOR_TARGET
  1077. #define HAVE_GNU_LD 1
  1078. #endif
  1079.  
  1080.  
  1081. /* Define if you have the iconv() function. */
  1082. #ifndef USED_FOR_TARGET
  1083. #define HAVE_ICONV 1
  1084. #endif
  1085.  
  1086.  
  1087. /* Define to 1 if you have the <iconv.h> header file. */
  1088. #ifndef USED_FOR_TARGET
  1089. #define HAVE_ICONV_H 1
  1090. #endif
  1091.  
  1092.  
  1093. /* Define .init_array/.fini_array sections are available and working. */
  1094. #ifndef USED_FOR_TARGET
  1095. #define HAVE_INITFINI_ARRAY 1
  1096. #endif
  1097.  
  1098.  
  1099. /* Define to 1 if the system has the type `intmax_t'. */
  1100. #ifndef USED_FOR_TARGET
  1101. #define HAVE_INTMAX_T 1
  1102. #endif
  1103.  
  1104.  
  1105. /* Define to 1 if the system has the type `intptr_t'. */
  1106. #ifndef USED_FOR_TARGET
  1107. #define HAVE_INTPTR_T 1
  1108. #endif
  1109.  
  1110.  
  1111. /* Define if you have a working <inttypes.h> header file. */
  1112. #ifndef USED_FOR_TARGET
  1113. #define HAVE_INTTYPES_H 1
  1114. #endif
  1115.  
  1116.  
  1117. /* Define to 1 if you have the `kill' function. */
  1118. #ifndef USED_FOR_TARGET
  1119. #define HAVE_KILL 1
  1120. #endif
  1121.  
  1122.  
  1123. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  1124. #ifndef USED_FOR_TARGET
  1125. #define HAVE_LANGINFO_CODESET 1
  1126. #endif
  1127.  
  1128.  
  1129. /* Define to 1 if you have the <langinfo.h> header file. */
  1130. #ifndef USED_FOR_TARGET
  1131. #define HAVE_LANGINFO_H 1
  1132. #endif
  1133.  
  1134.  
  1135. /* Define if your <locale.h> file defines LC_MESSAGES. */
  1136. #ifndef USED_FOR_TARGET
  1137. #define HAVE_LC_MESSAGES 1
  1138. #endif
  1139.  
  1140.  
  1141. /* Define to 1 if you have the <ldfcn.h> header file. */
  1142. #ifndef USED_FOR_TARGET
  1143. /* #undef HAVE_LDFCN_H */
  1144. #endif
  1145.  
  1146.  
  1147. /* Define if your linker supports --as-needed and --no-as-needed options. */
  1148. #ifndef USED_FOR_TARGET
  1149. #define HAVE_LD_AS_NEEDED 1
  1150. #endif
  1151.  
  1152.  
  1153. /* Define if your linker supports --build-id. */
  1154. #ifndef USED_FOR_TARGET
  1155. #define HAVE_LD_BUILDID 1
  1156. #endif
  1157.  
  1158.  
  1159. /* Define if your linker supports --demangle option. */
  1160. #ifndef USED_FOR_TARGET
  1161. /* #undef HAVE_LD_DEMANGLE */
  1162. #endif
  1163.  
  1164.  
  1165. /* Define if your linker supports .eh_frame_hdr. */
  1166. #define HAVE_LD_EH_FRAME_HDR 1
  1167.  
  1168. /* Define if your linker supports garbage collection of sections in presence
  1169.    of EH frames. */
  1170. #ifndef USED_FOR_TARGET
  1171. /* #undef HAVE_LD_EH_GC_SECTIONS */
  1172. #endif
  1173.  
  1174.  
  1175. /* Define if your linker has buggy garbage collection of sections support when
  1176.    .text.startup.foo like sections are used. */
  1177. #ifndef USED_FOR_TARGET
  1178. /* #undef HAVE_LD_EH_GC_SECTIONS_BUG */
  1179. #endif
  1180.  
  1181.  
  1182. /* Define if your PowerPC64 linker supports a large TOC. */
  1183. #ifndef USED_FOR_TARGET
  1184. /* #undef HAVE_LD_LARGE_TOC */
  1185. #endif
  1186.  
  1187.  
  1188. /* Define if your PowerPC64 linker only needs function descriptor syms. */
  1189. #ifndef USED_FOR_TARGET
  1190. /* #undef HAVE_LD_NO_DOT_SYMS */
  1191. #endif
  1192.  
  1193.  
  1194. /* Define if your linker can relax absolute .eh_frame personality pointers
  1195.    into PC-relative form. */
  1196. #ifndef USED_FOR_TARGET
  1197. /* #undef HAVE_LD_PERSONALITY_RELAXATION */
  1198. #endif
  1199.  
  1200.  
  1201. /* Define if your linker supports -pie option. */
  1202. #ifndef USED_FOR_TARGET
  1203. #define HAVE_LD_PIE 1
  1204. #endif
  1205.  
  1206.  
  1207. /* Define if your linker links a mix of read-only and read-write sections into
  1208.    a read-write section. */
  1209. #ifndef USED_FOR_TARGET
  1210. #define HAVE_LD_RO_RW_SECTION_MIXING 1
  1211. #endif
  1212.  
  1213.  
  1214. /* Define if your linker supports the *_sol2 emulations. */
  1215. #ifndef USED_FOR_TARGET
  1216. /* #undef HAVE_LD_SOL2_EMULATION */
  1217. #endif
  1218.  
  1219.  
  1220. /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
  1221. #ifndef USED_FOR_TARGET
  1222. #define HAVE_LD_STATIC_DYNAMIC 1
  1223. #endif
  1224.  
  1225.  
  1226. /* Define if your linker supports --sysroot. */
  1227. #ifndef USED_FOR_TARGET
  1228. #define HAVE_LD_SYSROOT 1
  1229. #endif
  1230.  
  1231.  
  1232. /* Define to 1 if you have the <limits.h> header file. */
  1233. #ifndef USED_FOR_TARGET
  1234. #define HAVE_LIMITS_H 1
  1235. #endif
  1236.  
  1237.  
  1238. /* Define to 1 if you have the <locale.h> header file. */
  1239. #ifndef USED_FOR_TARGET
  1240. #define HAVE_LOCALE_H 1
  1241. #endif
  1242.  
  1243.  
  1244. /* Define to 1 if the system has the type `long long'. */
  1245. #ifndef USED_FOR_TARGET
  1246. #define HAVE_LONG_LONG 1
  1247. #endif
  1248.  
  1249.  
  1250. /* Define to 1 if the system has the type `long long int'. */
  1251. #ifndef USED_FOR_TARGET
  1252. #define HAVE_LONG_LONG_INT 1
  1253. #endif
  1254.  
  1255.  
  1256. /* Define if your linker supports plugin. */
  1257. #ifndef USED_FOR_TARGET
  1258. #define HAVE_LTO_PLUGIN 1
  1259. #endif
  1260.  
  1261.  
  1262. /* Define to 1 if you have the <malloc.h> header file. */
  1263. #ifndef USED_FOR_TARGET
  1264. #define HAVE_MALLOC_H 1
  1265. #endif
  1266.  
  1267.  
  1268. /* Define to 1 if you have the `mbstowcs' function. */
  1269. #ifndef USED_FOR_TARGET
  1270. #define HAVE_MBSTOWCS 1
  1271. #endif
  1272.  
  1273.  
  1274. /* Define if valgrind's memcheck.h header is installed. */
  1275. #ifndef USED_FOR_TARGET
  1276. /* #undef HAVE_MEMCHECK_H */
  1277. #endif
  1278.  
  1279.  
  1280. /* Define to 1 if you have the <memory.h> header file. */
  1281. #ifndef USED_FOR_TARGET
  1282. #define HAVE_MEMORY_H 1
  1283. #endif
  1284.  
  1285.  
  1286. /* Define to 1 if you have the `mmap' function. */
  1287. #ifndef USED_FOR_TARGET
  1288. #define HAVE_MMAP 1
  1289. #endif
  1290.  
  1291.  
  1292. /* Define if mmap with MAP_ANON(YMOUS) works. */
  1293. #ifndef USED_FOR_TARGET
  1294. #define HAVE_MMAP_ANON 1
  1295. #endif
  1296.  
  1297.  
  1298. /* Define if mmap of /dev/zero works. */
  1299. #ifndef USED_FOR_TARGET
  1300. #define HAVE_MMAP_DEV_ZERO 1
  1301. #endif
  1302.  
  1303.  
  1304. /* Define if read-only mmap of a plain file works. */
  1305. #ifndef USED_FOR_TARGET
  1306. #define HAVE_MMAP_FILE 1
  1307. #endif
  1308.  
  1309.  
  1310. /* Define to 1 if you have the `nl_langinfo' function. */
  1311. #ifndef USED_FOR_TARGET
  1312. #define HAVE_NL_LANGINFO 1
  1313. #endif
  1314.  
  1315.  
  1316. /* Define to 1 if you have the `putchar_unlocked' function. */
  1317. #ifndef USED_FOR_TARGET
  1318. #define HAVE_PUTCHAR_UNLOCKED 1
  1319. #endif
  1320.  
  1321.  
  1322. /* Define to 1 if you have the `putc_unlocked' function. */
  1323. #ifndef USED_FOR_TARGET
  1324. #define HAVE_PUTC_UNLOCKED 1
  1325. #endif
  1326.  
  1327.  
  1328. /* Define to 1 if you have the `setlocale' function. */
  1329. #ifndef USED_FOR_TARGET
  1330. #define HAVE_SETLOCALE 1
  1331. #endif
  1332.  
  1333.  
  1334. /* Define to 1 if you have the `setrlimit' function. */
  1335. #ifndef USED_FOR_TARGET
  1336. #define HAVE_SETRLIMIT 1
  1337. #endif
  1338.  
  1339.  
  1340. /* Define to 1 if you have the <stddef.h> header file. */
  1341. #ifndef USED_FOR_TARGET
  1342. #define HAVE_STDDEF_H 1
  1343. #endif
  1344.  
  1345.  
  1346. /* Define to 1 if you have the <stdint.h> header file. */
  1347. #ifndef USED_FOR_TARGET
  1348. #define HAVE_STDINT_H 1
  1349. #endif
  1350.  
  1351.  
  1352. /* Define to 1 if you have the <stdlib.h> header file. */
  1353. #ifndef USED_FOR_TARGET
  1354. #define HAVE_STDLIB_H 1
  1355. #endif
  1356.  
  1357.  
  1358. /* Define to 1 if you have the <strings.h> header file. */
  1359. #ifndef USED_FOR_TARGET
  1360. #define HAVE_STRINGS_H 1
  1361. #endif
  1362.  
  1363.  
  1364. /* Define to 1 if you have the <string.h> header file. */
  1365. #ifndef USED_FOR_TARGET
  1366. #define HAVE_STRING_H 1
  1367. #endif
  1368.  
  1369.  
  1370. /* Define to 1 if you have the `strsignal' function. */
  1371. #ifndef USED_FOR_TARGET
  1372. #define HAVE_STRSIGNAL 1
  1373. #endif
  1374.  
  1375.  
  1376. /* Define if <sys/times.h> defines struct tms. */
  1377. #ifndef USED_FOR_TARGET
  1378. #define HAVE_STRUCT_TMS 1
  1379. #endif
  1380.  
  1381.  
  1382. /* Define to 1 if you have the `sysconf' function. */
  1383. #ifndef USED_FOR_TARGET
  1384. #define HAVE_SYSCONF 1
  1385. #endif
  1386.  
  1387.  
  1388. /* Define to 1 if you have the <sys/file.h> header file. */
  1389. #ifndef USED_FOR_TARGET
  1390. #define HAVE_SYS_FILE_H 1
  1391. #endif
  1392.  
  1393.  
  1394. /* Define to 1 if you have the <sys/mman.h> header file. */
  1395. #ifndef USED_FOR_TARGET
  1396. #define HAVE_SYS_MMAN_H 1
  1397. #endif
  1398.  
  1399.  
  1400. /* Define to 1 if you have the <sys/param.h> header file. */
  1401. #ifndef USED_FOR_TARGET
  1402. #define HAVE_SYS_PARAM_H 1
  1403. #endif
  1404.  
  1405.  
  1406. /* Define to 1 if you have the <sys/resource.h> header file. */
  1407. #ifndef USED_FOR_TARGET
  1408. #define HAVE_SYS_RESOURCE_H 1
  1409. #endif
  1410.  
  1411.  
  1412. /* Define to 1 if you have the <sys/stat.h> header file. */
  1413. #ifndef USED_FOR_TARGET
  1414. #define HAVE_SYS_STAT_H 1
  1415. #endif
  1416.  
  1417.  
  1418. /* Define to 1 if you have the <sys/times.h> header file. */
  1419. #ifndef USED_FOR_TARGET
  1420. #define HAVE_SYS_TIMES_H 1
  1421. #endif
  1422.  
  1423.  
  1424. /* Define to 1 if you have the <sys/time.h> header file. */
  1425. #ifndef USED_FOR_TARGET
  1426. #define HAVE_SYS_TIME_H 1
  1427. #endif
  1428.  
  1429.  
  1430. /* Define to 1 if you have the <sys/types.h> header file. */
  1431. #ifndef USED_FOR_TARGET
  1432. #define HAVE_SYS_TYPES_H 1
  1433. #endif
  1434.  
  1435.  
  1436. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  1437. #ifndef USED_FOR_TARGET
  1438. #define HAVE_SYS_WAIT_H 1
  1439. #endif
  1440.  
  1441.  
  1442. /* Define to 1 if you have the `times' function. */
  1443. #ifndef USED_FOR_TARGET
  1444. #define HAVE_TIMES 1
  1445. #endif
  1446.  
  1447.  
  1448. /* Define to 1 if you have the <time.h> header file. */
  1449. #ifndef USED_FOR_TARGET
  1450. #define HAVE_TIME_H 1
  1451. #endif
  1452.  
  1453.  
  1454. /* Define to 1 if you have the <tr1/unordered_map> header file. */
  1455. #ifndef USED_FOR_TARGET
  1456. #define HAVE_TR1_UNORDERED_MAP 1
  1457. #endif
  1458.  
  1459.  
  1460. /* Define to 1 if the system has the type `uintmax_t'. */
  1461. #ifndef USED_FOR_TARGET
  1462. #define HAVE_UINTMAX_T 1
  1463. #endif
  1464.  
  1465.  
  1466. /* Define to 1 if the system has the type `uintptr_t'. */
  1467. #ifndef USED_FOR_TARGET
  1468. #define HAVE_UINTPTR_T 1
  1469. #endif
  1470.  
  1471.  
  1472. /* Define to 1 if you have the <unistd.h> header file. */
  1473. #ifndef USED_FOR_TARGET
  1474. #define HAVE_UNISTD_H 1
  1475. #endif
  1476.  
  1477.  
  1478. /* Define to 1 if you have the <unordered_map> header file. */
  1479. #ifndef USED_FOR_TARGET
  1480. /* #undef HAVE_UNORDERED_MAP */
  1481. #endif
  1482.  
  1483.  
  1484. /* Define to 1 if the system has the type `unsigned long long int'. */
  1485. #ifndef USED_FOR_TARGET
  1486. #define HAVE_UNSIGNED_LONG_LONG_INT 1
  1487. #endif
  1488.  
  1489.  
  1490. /* Define if valgrind's valgrind/memcheck.h header is installed. */
  1491. #ifndef USED_FOR_TARGET
  1492. /* #undef HAVE_VALGRIND_MEMCHECK_H */
  1493. #endif
  1494.  
  1495.  
  1496. /* Define to 1 if you have the `vfork' function. */
  1497. #ifndef USED_FOR_TARGET
  1498. #define HAVE_VFORK 1
  1499. #endif
  1500.  
  1501.  
  1502. /* Define to 1 if you have the <vfork.h> header file. */
  1503. #ifndef USED_FOR_TARGET
  1504. /* #undef HAVE_VFORK_H */
  1505. #endif
  1506.  
  1507.  
  1508. /* Define to 1 if you have the <wchar.h> header file. */
  1509. #ifndef USED_FOR_TARGET
  1510. #define HAVE_WCHAR_H 1
  1511. #endif
  1512.  
  1513.  
  1514. /* Define to 1 if you have the `wcswidth' function. */
  1515. #ifndef USED_FOR_TARGET
  1516. #define HAVE_WCSWIDTH 1
  1517. #endif
  1518.  
  1519.  
  1520. /* Define to 1 if `fork' works. */
  1521. #ifndef USED_FOR_TARGET
  1522. #define HAVE_WORKING_FORK 1
  1523. #endif
  1524.  
  1525.  
  1526. /* Define this macro if mbstowcs does not crash when its first argument is
  1527.    NULL. */
  1528. #ifndef USED_FOR_TARGET
  1529. #define HAVE_WORKING_MBSTOWCS 1
  1530. #endif
  1531.  
  1532.  
  1533. /* Define to 1 if `vfork' works. */
  1534. #ifndef USED_FOR_TARGET
  1535. #define HAVE_WORKING_VFORK 1
  1536. #endif
  1537.  
  1538.  
  1539. /* Define to 1 if the system has the type `__int64'. */
  1540. #ifndef USED_FOR_TARGET
  1541. /* #undef HAVE___INT64 */
  1542. #endif
  1543.  
  1544.  
  1545. /* Define if cloog is in use. */
  1546. #ifndef USED_FOR_TARGET
  1547. /* #undef HAVE_cloog */
  1548. #endif
  1549.  
  1550.  
  1551. /* Define as const if the declaration of iconv() needs const. */
  1552. #ifndef USED_FOR_TARGET
  1553. #define ICONV_CONST
  1554. #endif
  1555.  
  1556.  
  1557. /* Define to the linker option to enable use of shared objects. */
  1558. #ifndef USED_FOR_TARGET
  1559. #define LD_DYNAMIC_OPTION "-Bdynamic"
  1560. #endif
  1561.  
  1562.  
  1563. /* Define to the linker option to disable use of shared objects. */
  1564. #ifndef USED_FOR_TARGET
  1565. #define LD_STATIC_OPTION "-Bstatic"
  1566. #endif
  1567.  
  1568.  
  1569. /* Define to the linker flags to use for -pthread. */
  1570. #ifndef USED_FOR_TARGET
  1571. /* #undef LIB_THREAD_LDFLAGS_SPEC */
  1572. #endif
  1573.  
  1574.  
  1575. /* Define to the library containing __tls_get_addr/___tls_get_addr. */
  1576. #ifndef USED_FOR_TARGET
  1577. /* #undef LIB_TLS_SPEC */
  1578. #endif
  1579.  
  1580.  
  1581. /* Define to the name of the LTO plugin DSO that must be passed to the
  1582.    linker's -plugin=LIB option. */
  1583. #ifndef USED_FOR_TARGET
  1584. #define LTOPLUGINSONAME "liblto_plugin.so"
  1585. #endif
  1586.  
  1587.  
  1588. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  1589.   */
  1590. #ifndef USED_FOR_TARGET
  1591. #define LT_OBJDIR ".libs/"
  1592. #endif
  1593.  
  1594.  
  1595. /* Define if host mkdir takes a single argument. */
  1596. #ifndef USED_FOR_TARGET
  1597. /* #undef MKDIR_TAKES_ONE_ARG */
  1598. #endif
  1599.  
  1600.  
  1601. /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
  1602. #ifndef USED_FOR_TARGET
  1603. #define NEED_64BIT_HOST_WIDE_INT 1
  1604. #endif
  1605.  
  1606.  
  1607. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  1608. #ifndef USED_FOR_TARGET
  1609. /* #undef NO_MINUS_C_MINUS_O */
  1610. #endif
  1611.  
  1612.  
  1613. /* Define to the address where bug reports for this package should be sent. */
  1614. #ifndef USED_FOR_TARGET
  1615. #define PACKAGE_BUGREPORT ""
  1616. #endif
  1617.  
  1618.  
  1619. /* Define to the full name of this package. */
  1620. #ifndef USED_FOR_TARGET
  1621. #define PACKAGE_NAME ""
  1622. #endif
  1623.  
  1624.  
  1625. /* Define to the full name and version of this package. */
  1626. #ifndef USED_FOR_TARGET
  1627. #define PACKAGE_STRING ""
  1628. #endif
  1629.  
  1630.  
  1631. /* Define to the one symbol short name of this package. */
  1632. #ifndef USED_FOR_TARGET
  1633. #define PACKAGE_TARNAME ""
  1634. #endif
  1635.  
  1636.  
  1637. /* Define to the home page for this package. */
  1638. #ifndef USED_FOR_TARGET
  1639. #define PACKAGE_URL ""
  1640. #endif
  1641.  
  1642.  
  1643. /* Define to the version of this package. */
  1644. #ifndef USED_FOR_TARGET
  1645. #define PACKAGE_VERSION ""
  1646. #endif
  1647.  
  1648.  
  1649. /* Specify plugin linker */
  1650. #ifndef USED_FOR_TARGET
  1651. #define PLUGIN_LD "ld"
  1652. #endif
  1653.  
  1654.  
  1655. /* Define to PREFIX/include if cpp should also search that directory. */
  1656. #ifndef USED_FOR_TARGET
  1657. /* #undef PREFIX_INCLUDE_DIR */
  1658. #endif
  1659.  
  1660.  
  1661. /* The size of `int', as computed by sizeof. */
  1662. #ifndef USED_FOR_TARGET
  1663. #define SIZEOF_INT 4
  1664. #endif
  1665.  
  1666.  
  1667. /* The size of `long', as computed by sizeof. */
  1668. #ifndef USED_FOR_TARGET
  1669. #define SIZEOF_LONG 4
  1670. #endif
  1671.  
  1672.  
  1673. /* The size of `long long', as computed by sizeof. */
  1674. #ifndef USED_FOR_TARGET
  1675. #define SIZEOF_LONG_LONG 8
  1676. #endif
  1677.  
  1678.  
  1679. /* The size of `short', as computed by sizeof. */
  1680. #ifndef USED_FOR_TARGET
  1681. #define SIZEOF_SHORT 2
  1682. #endif
  1683.  
  1684.  
  1685. /* The size of `void *', as computed by sizeof. */
  1686. #ifndef USED_FOR_TARGET
  1687. #define SIZEOF_VOID_P 4
  1688. #endif
  1689.  
  1690.  
  1691. /* The size of `__int64', as computed by sizeof. */
  1692. #ifndef USED_FOR_TARGET
  1693. /* #undef SIZEOF___INT64 */
  1694. #endif
  1695.  
  1696.  
  1697. /* Define to 1 if you have the ANSI C header files. */
  1698. #ifndef USED_FOR_TARGET
  1699. #define STDC_HEADERS 1
  1700. #endif
  1701.  
  1702.  
  1703. /* Define if you can safely include both <string.h> and <strings.h>. */
  1704. #ifndef USED_FOR_TARGET
  1705. #define STRING_WITH_STRINGS 1
  1706. #endif
  1707.  
  1708.  
  1709. /* Define if TFmode long double should be the default */
  1710. #ifndef USED_FOR_TARGET
  1711. /* #undef TARGET_DEFAULT_LONG_DOUBLE_128 */
  1712. #endif
  1713.  
  1714.  
  1715. /* Define if your target C library provides the `dl_iterate_phdr' function. */
  1716. /* #undef TARGET_DL_ITERATE_PHDR */
  1717.  
  1718. /* Define if your target C library provides stack protector support */
  1719. #ifndef USED_FOR_TARGET
  1720. /* #undef TARGET_LIBC_PROVIDES_SSP */
  1721. #endif
  1722.  
  1723.  
  1724. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  1725. #ifndef USED_FOR_TARGET
  1726. #define TIME_WITH_SYS_TIME 1
  1727. #endif
  1728.  
  1729.  
  1730. /* Define to the flag used to mark TLS sections if the default (`T') doesn't
  1731.   work. */
  1732. #ifndef USED_FOR_TARGET
  1733. /* #undef TLS_SECTION_ASM_FLAG */
  1734. #endif
  1735.  
  1736.  
  1737. /* Define if your assembler mis-optimizes .eh_frame data. */
  1738. #ifndef USED_FOR_TARGET
  1739. /* #undef USE_AS_TRADITIONAL_FORMAT */
  1740. #endif
  1741.  
  1742.  
  1743. /* Define if you want to generate code by default that assumes that the Cygwin
  1744.   DLL exports wrappers to support libstdc++ function replacement. */
  1745. #ifndef USED_FOR_TARGET
  1746. /* #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS */
  1747. #endif
  1748.  
  1749.  
  1750. /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
  1751.   still efficiently supported by the host hardware. */
  1752. #ifndef USED_FOR_TARGET
  1753. /* #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT */
  1754. #endif
  1755.  
  1756.  
  1757. /* Define if we should use leading underscore on 64 bit mingw targets */
  1758. #ifndef USED_FOR_TARGET
  1759. /* #undef USE_MINGW64_LEADING_UNDERSCORES */
  1760. #endif
  1761.  
  1762.  
  1763. /* Enable extensions on AIX 3, Interix.  */
  1764. #ifndef _ALL_SOURCE
  1765. # define _ALL_SOURCE 1
  1766. #endif
  1767. /* Enable GNU extensions on systems that have them.  */
  1768. #ifndef _GNU_SOURCE
  1769. # define _GNU_SOURCE 1
  1770. #endif
  1771. /* Enable threading extensions on Solaris.  */
  1772. #ifndef _POSIX_PTHREAD_SEMANTICS
  1773. # define _POSIX_PTHREAD_SEMANTICS 1
  1774. #endif
  1775. /* Enable extensions on HP NonStop.  */
  1776. #ifndef _TANDEM_SOURCE
  1777. # define _TANDEM_SOURCE 1
  1778. #endif
  1779. /* Enable general extensions on Solaris.  */
  1780. #ifndef __EXTENSIONS__
  1781. # define __EXTENSIONS__ 1
  1782. #endif
  1783.  
  1784.  
  1785. /* Define to be the last component of the Windows registry key under which to
  1786.   look for installation paths. The full key used will be
  1787.   HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
  1788.   The default is the GCC version number. */
  1789. #ifndef USED_FOR_TARGET
  1790. /* #undef WIN32_REGISTRY_KEY */
  1791. #endif
  1792.  
  1793.  
  1794. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  1795.   significant byte first (like Motorola and SPARC, unlike Intel). */
  1796. #if defined AC_APPLE_UNIVERSAL_BUILD
  1797. # if defined __BIG_ENDIAN__
  1798. #  define WORDS_BIGENDIAN 1
  1799. # endif
  1800. #else
  1801. # ifndef WORDS_BIGENDIAN
  1802. /* #  undef WORDS_BIGENDIAN */
  1803. # endif
  1804. #endif
  1805.  
  1806. /* Number of bits in a file offset, on hosts where this is settable. */
  1807. #ifndef USED_FOR_TARGET
  1808. #define _FILE_OFFSET_BITS 64
  1809. #endif
  1810.  
  1811.  
  1812. /* Define for large files, on AIX-style hosts. */
  1813. #ifndef USED_FOR_TARGET
  1814. /* #undef _LARGE_FILES */
  1815. #endif
  1816.  
  1817.  
  1818. /* Define to 1 if on MINIX. */
  1819. #ifndef USED_FOR_TARGET
  1820. /* #undef _MINIX */
  1821. #endif
  1822.  
  1823.  
  1824. /* Define to 2 if the system does not provide POSIX.1 features except with
  1825.   this defined. */
  1826. #ifndef USED_FOR_TARGET
  1827. /* #undef _POSIX_1_SOURCE */
  1828. #endif
  1829.  
  1830.  
  1831. /* Define to 1 if you need to in order for `stat' and other things to work. */
  1832. #ifndef USED_FOR_TARGET
  1833. /* #undef _POSIX_SOURCE */
  1834. #endif
  1835.  
  1836.  
  1837. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  1838.    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1839.    #define below would cause a syntax error. */
  1840. #ifndef USED_FOR_TARGET
  1841. /* #undef _UINT32_T */
  1842. #endif
  1843.  
  1844.  
  1845. /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
  1846.    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1847.    #define below would cause a syntax error. */
  1848. #ifndef USED_FOR_TARGET
  1849. /* #undef _UINT64_T */
  1850. #endif
  1851.  
  1852.  
  1853. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  1854.    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  1855.    #define below would cause a syntax error. */
  1856. #ifndef USED_FOR_TARGET
  1857. /* #undef _UINT8_T */
  1858. #endif
  1859.  
  1860.  
  1861. /* Define to `char *' if <sys/types.h> does not define. */
  1862. #ifndef USED_FOR_TARGET
  1863. /* #undef caddr_t */
  1864. #endif
  1865.  
  1866.  
  1867. /* Define to `__inline__' or `__inline' if that's what the C compiler
  1868.    calls it, or to nothing if 'inline' is not supported under any name.  */
  1869. #ifndef __cplusplus
  1870. /* #undef inline */
  1871. #endif
  1872.  
  1873. /* Define to the type of a signed integer type of width exactly 16 bits if
  1874.    such a type exists and the standard includes do not define it. */
  1875. #ifndef USED_FOR_TARGET
  1876. /* #undef int16_t */
  1877. #endif
  1878.  
  1879.  
  1880. /* Define to the type of a signed integer type of width exactly 32 bits if
  1881.    such a type exists and the standard includes do not define it. */
  1882. #ifndef USED_FOR_TARGET
  1883. /* #undef int32_t */
  1884. #endif
  1885.  
  1886.  
  1887. /* Define to the type of a signed integer type of width exactly 64 bits if
  1888.    such a type exists and the standard includes do not define it. */
  1889. #ifndef USED_FOR_TARGET
  1890. /* #undef int64_t */
  1891. #endif
  1892.  
  1893.  
  1894. /* Define to the type of a signed integer type of width exactly 8 bits if such
  1895.    a type exists and the standard includes do not define it. */
  1896. #ifndef USED_FOR_TARGET
  1897. /* #undef int8_t */
  1898. #endif
  1899.  
  1900.  
  1901. /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
  1902.    not define. */
  1903. #ifndef USED_FOR_TARGET
  1904. /* #undef intmax_t */
  1905. #endif
  1906.  
  1907.  
  1908. /* Define to the type of a signed integer type wide enough to hold a pointer,
  1909.    if such a type exists, and if the system does not define it. */
  1910. #ifndef USED_FOR_TARGET
  1911. /* #undef intptr_t */
  1912. #endif
  1913.  
  1914.  
  1915. /* Define to `int' if <sys/types.h> does not define. */
  1916. #ifndef USED_FOR_TARGET
  1917. /* #undef pid_t */
  1918. #endif
  1919.  
  1920.  
  1921. /* Define to `long' if <sys/resource.h> doesn't define. */
  1922. #ifndef USED_FOR_TARGET
  1923. /* #undef rlim_t */
  1924. #endif
  1925.  
  1926.  
  1927. /* Define to `int' if <sys/types.h> does not define. */
  1928. #ifndef USED_FOR_TARGET
  1929. /* #undef ssize_t */
  1930. #endif
  1931.  
  1932.  
  1933. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  1934.    such a type exists and the standard includes do not define it. */
  1935. #ifndef USED_FOR_TARGET
  1936. /* #undef uint16_t */
  1937. #endif
  1938.  
  1939.  
  1940. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  1941.    such a type exists and the standard includes do not define it. */
  1942. #ifndef USED_FOR_TARGET
  1943. /* #undef uint32_t */
  1944. #endif
  1945.  
  1946.  
  1947. /* Define to the type of an unsigned integer type of width exactly 64 bits if
  1948.    such a type exists and the standard includes do not define it. */
  1949. #ifndef USED_FOR_TARGET
  1950. /* #undef uint64_t */
  1951. #endif
  1952.  
  1953.  
  1954. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  1955.    such a type exists and the standard includes do not define it. */
  1956. #ifndef USED_FOR_TARGET
  1957. /* #undef uint8_t */
  1958. #endif
  1959.  
  1960.  
  1961. /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
  1962.    do not define. */
  1963. #ifndef USED_FOR_TARGET
  1964. /* #undef uintmax_t */
  1965. #endif
  1966.  
  1967.  
  1968. /* Define to the type of an unsigned integer type wide enough to hold a
  1969.    pointer, if such a type exists, and if the system does not define it. */
  1970. #ifndef USED_FOR_TARGET
  1971. /* #undef uintptr_t */
  1972. #endif
  1973.  
  1974.  
  1975. /* Define as `fork' if `vfork' does not work. */
  1976. #ifndef USED_FOR_TARGET
  1977. /* #undef vfork */
  1978. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement