Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

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