xref: /minix3/external/gpl3/gcc/usr.bin/gcc/arch/ia64/auto-host.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
184d9c625SLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-gcc,v 1.81 2015/01/31 08:50:01 mrg Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
484d9c625SLionel Sambuc 
584d9c625SLionel Sambuc /* auto-host.h.  Generated from config.in by configure.  */
684d9c625SLionel Sambuc /* config.in.  Generated from configure.ac by autoheader.  */
784d9c625SLionel Sambuc 
884d9c625SLionel Sambuc /* Define if building universal (internal helper macro) */
984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1084d9c625SLionel Sambuc /* #undef AC_APPLE_UNIVERSAL_BUILD */
1184d9c625SLionel Sambuc #endif
1284d9c625SLionel Sambuc 
1384d9c625SLionel Sambuc 
1484d9c625SLionel Sambuc /* Define as the number of bits in a byte, if `limits.h' doesn't. */
1584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1684d9c625SLionel Sambuc /* #undef CHAR_BIT */
1784d9c625SLionel Sambuc #endif
1884d9c625SLionel Sambuc 
1984d9c625SLionel Sambuc 
2084d9c625SLionel Sambuc /* Define 0/1 to force the choice for exception handling model. */
2184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
2284d9c625SLionel Sambuc /* #undef CONFIG_SJLJ_EXCEPTIONS */
2384d9c625SLionel Sambuc #endif
2484d9c625SLionel Sambuc 
2584d9c625SLionel Sambuc 
2684d9c625SLionel Sambuc /* Define to enable the use of a default assembler. */
2784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
2884d9c625SLionel Sambuc /* #undef DEFAULT_ASSEMBLER */
2984d9c625SLionel Sambuc #endif
3084d9c625SLionel Sambuc 
3184d9c625SLionel Sambuc 
3284d9c625SLionel Sambuc /* Define to enable the use of a default linker. */
3384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
3484d9c625SLionel Sambuc /* #undef DEFAULT_LINKER */
3584d9c625SLionel Sambuc #endif
3684d9c625SLionel Sambuc 
3784d9c625SLionel Sambuc 
3884d9c625SLionel Sambuc /* Define if you want to use __cxa_atexit, rather than atexit, to register C++
3984d9c625SLionel Sambuc    destructors for local statics and global objects. This is essential for
4084d9c625SLionel Sambuc    fully standards-compliant handling of destructors, but requires
4184d9c625SLionel Sambuc    __cxa_atexit in libc. */
4284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
4384d9c625SLionel Sambuc #define DEFAULT_USE_CXA_ATEXIT 2
4484d9c625SLionel Sambuc #endif
4584d9c625SLionel Sambuc 
4684d9c625SLionel Sambuc 
4784d9c625SLionel Sambuc /* Define if you want assertions enabled. This is a cheap check. */
4884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
4984d9c625SLionel Sambuc #define ENABLE_ASSERT_CHECKING 1
5084d9c625SLionel Sambuc #endif
5184d9c625SLionel Sambuc 
5284d9c625SLionel Sambuc 
5384d9c625SLionel Sambuc /* Define if you want more run-time sanity checks. This one gets a grab bag of
5484d9c625SLionel Sambuc    miscellaneous but relatively cheap checks. */
5584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
5684d9c625SLionel Sambuc /* #undef ENABLE_CHECKING */
5784d9c625SLionel Sambuc #endif
5884d9c625SLionel Sambuc 
5984d9c625SLionel Sambuc 
6084d9c625SLionel Sambuc /* Define to 1 to specify that we are using the BID decimal floating point
6184d9c625SLionel Sambuc    format instead of DPD */
6284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
6384d9c625SLionel Sambuc #define ENABLE_DECIMAL_BID_FORMAT 0
6484d9c625SLionel Sambuc #endif
6584d9c625SLionel Sambuc 
6684d9c625SLionel Sambuc 
6784d9c625SLionel Sambuc /* Define to 1 to enable decimal float extension to C. */
6884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
6984d9c625SLionel Sambuc #define ENABLE_DECIMAL_FLOAT 0
7084d9c625SLionel Sambuc #endif
7184d9c625SLionel Sambuc 
7284d9c625SLionel Sambuc 
7384d9c625SLionel Sambuc /* Define if you want more run-time sanity checks for dataflow. */
7484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
7584d9c625SLionel Sambuc /* #undef ENABLE_DF_CHECKING */
7684d9c625SLionel Sambuc #endif
7784d9c625SLionel Sambuc 
7884d9c625SLionel Sambuc 
7984d9c625SLionel Sambuc /* Define to 1 to enable fixed-point arithmetic extension to C. */
8084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
8184d9c625SLionel Sambuc #define ENABLE_FIXED_POINT 0
8284d9c625SLionel Sambuc #endif
8384d9c625SLionel Sambuc 
8484d9c625SLionel Sambuc 
8584d9c625SLionel Sambuc /* Define if you want fold checked that it never destructs its argument. This
8684d9c625SLionel Sambuc    is quite expensive. */
8784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
8884d9c625SLionel Sambuc /* #undef ENABLE_FOLD_CHECKING */
8984d9c625SLionel Sambuc #endif
9084d9c625SLionel Sambuc 
9184d9c625SLionel Sambuc 
9284d9c625SLionel Sambuc /* Define if you want the garbage collector to operate in maximally paranoid
9384d9c625SLionel Sambuc    mode, validating the entire heap and collecting garbage at every
9484d9c625SLionel Sambuc    opportunity. This is extremely expensive. */
9584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
9684d9c625SLionel Sambuc /* #undef ENABLE_GC_ALWAYS_COLLECT */
9784d9c625SLionel Sambuc #endif
9884d9c625SLionel Sambuc 
9984d9c625SLionel Sambuc 
10084d9c625SLionel Sambuc /* Define if you want the garbage collector to do object poisoning and other
10184d9c625SLionel Sambuc    memory allocation checks. This is quite expensive. */
10284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
10384d9c625SLionel Sambuc /* #undef ENABLE_GC_CHECKING */
10484d9c625SLionel Sambuc #endif
10584d9c625SLionel Sambuc 
10684d9c625SLionel Sambuc 
10784d9c625SLionel Sambuc /* Define if you want operations on GIMPLE (the basic data structure of the
10884d9c625SLionel Sambuc    high-level optimizers) to be checked for dynamic type safety at runtime.
10984d9c625SLionel Sambuc    This is moderately expensive. */
11084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
11184d9c625SLionel Sambuc /* #undef ENABLE_GIMPLE_CHECKING */
11284d9c625SLionel Sambuc #endif
11384d9c625SLionel Sambuc 
11484d9c625SLionel Sambuc 
11584d9c625SLionel Sambuc /* Define if gcc should always pass --build-id to linker. */
11684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
11784d9c625SLionel Sambuc /* #undef ENABLE_LD_BUILDID */
11884d9c625SLionel Sambuc #endif
11984d9c625SLionel Sambuc 
12084d9c625SLionel Sambuc 
121*0a6a1f1dSLionel Sambuc /* Define to 1 to enable libquadmath support */
122*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
123*0a6a1f1dSLionel Sambuc #define ENABLE_LIBQUADMATH_SUPPORT 1
124*0a6a1f1dSLionel Sambuc #endif
125*0a6a1f1dSLionel Sambuc 
126*0a6a1f1dSLionel Sambuc 
12784d9c625SLionel Sambuc /* Define to enable LTO support. */
12884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
12984d9c625SLionel Sambuc #define ENABLE_LTO 1
13084d9c625SLionel Sambuc #endif
13184d9c625SLionel Sambuc 
13284d9c625SLionel Sambuc 
13384d9c625SLionel Sambuc /* Define to 1 if translation of program messages to the user's native
13484d9c625SLionel Sambuc    language is requested. */
13584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
13684d9c625SLionel Sambuc #define ENABLE_NLS 1
13784d9c625SLionel Sambuc #endif
13884d9c625SLionel Sambuc 
13984d9c625SLionel Sambuc 
14084d9c625SLionel Sambuc /* Define to enable plugin support. */
14184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
14284d9c625SLionel Sambuc #define ENABLE_PLUGIN 1
14384d9c625SLionel Sambuc #endif
14484d9c625SLionel Sambuc 
14584d9c625SLionel Sambuc 
14684d9c625SLionel Sambuc /* Define if you want all operations on RTL (the basic data structure of the
14784d9c625SLionel Sambuc    optimizer and back end) to be checked for dynamic type safety at runtime.
14884d9c625SLionel Sambuc    This is quite expensive. */
14984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
15084d9c625SLionel Sambuc /* #undef ENABLE_RTL_CHECKING */
15184d9c625SLionel Sambuc #endif
15284d9c625SLionel Sambuc 
15384d9c625SLionel Sambuc 
15484d9c625SLionel Sambuc /* Define if you want RTL flag accesses to be checked against the RTL codes
15584d9c625SLionel Sambuc    that are supported for each access macro. This is relatively cheap. */
15684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
15784d9c625SLionel Sambuc /* #undef ENABLE_RTL_FLAG_CHECKING */
15884d9c625SLionel Sambuc #endif
15984d9c625SLionel Sambuc 
16084d9c625SLionel Sambuc 
16184d9c625SLionel Sambuc /* Define if you want runtime assertions enabled. This is a cheap check. */
16284d9c625SLionel Sambuc #define ENABLE_RUNTIME_CHECKING 1
16384d9c625SLionel Sambuc 
16484d9c625SLionel Sambuc /* Define if you want all operations on trees (the basic data structure of the
16584d9c625SLionel Sambuc    front ends) to be checked for dynamic type safety at runtime. This is
16684d9c625SLionel Sambuc    moderately expensive. The tree browser debugging routines will also be
16784d9c625SLionel Sambuc    enabled by this option. */
16884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
16984d9c625SLionel Sambuc /* #undef ENABLE_TREE_CHECKING */
17084d9c625SLionel Sambuc #endif
17184d9c625SLionel Sambuc 
17284d9c625SLionel Sambuc 
17384d9c625SLionel Sambuc /* Define if you want all gimple types to be verified after gimplifiation.
17484d9c625SLionel Sambuc    This is cheap. */
17584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
17684d9c625SLionel Sambuc /* #undef ENABLE_TYPES_CHECKING */
17784d9c625SLionel Sambuc #endif
17884d9c625SLionel Sambuc 
17984d9c625SLionel Sambuc 
18084d9c625SLionel Sambuc /* Define if you want to run subprograms and generated programs through
18184d9c625SLionel Sambuc    valgrind (a memory checker). This is extremely expensive. */
18284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
18384d9c625SLionel Sambuc /* #undef ENABLE_VALGRIND_CHECKING */
18484d9c625SLionel Sambuc #endif
18584d9c625SLionel Sambuc 
18684d9c625SLionel Sambuc 
18784d9c625SLionel Sambuc /* Define to 1 if installation paths should be looked up in the Windows
18884d9c625SLionel Sambuc    Registry. Ignored on non-Windows hosts. */
18984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
19084d9c625SLionel Sambuc /* #undef ENABLE_WIN32_REGISTRY */
19184d9c625SLionel Sambuc #endif
19284d9c625SLionel Sambuc 
19384d9c625SLionel Sambuc 
19484d9c625SLionel Sambuc /* Define to the name of a file containing a list of extra machine modes for
19584d9c625SLionel Sambuc    this architecture. */
19684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
19784d9c625SLionel Sambuc #define EXTRA_MODES_FILE "config/ia64/ia64-modes.def"
19884d9c625SLionel Sambuc #endif
19984d9c625SLionel Sambuc 
20084d9c625SLionel Sambuc 
20184d9c625SLionel Sambuc /* Define to enable detailed memory allocation stats gathering. */
20284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
203*0a6a1f1dSLionel Sambuc #define GATHER_STATISTICS 0
20484d9c625SLionel Sambuc #endif
20584d9c625SLionel Sambuc 
20684d9c625SLionel Sambuc 
20784d9c625SLionel Sambuc /* mcontext_t fields start with __ */
20884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
20984d9c625SLionel Sambuc /* #undef HAS_MCONTEXT_T_UNDERSCORES */
21084d9c625SLionel Sambuc #endif
21184d9c625SLionel Sambuc 
21284d9c625SLionel Sambuc 
21384d9c625SLionel Sambuc /* Define if your assembler supports cmpb. */
21484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
21584d9c625SLionel Sambuc /* #undef HAVE_AS_CMPB */
21684d9c625SLionel Sambuc #endif
21784d9c625SLionel Sambuc 
21884d9c625SLionel Sambuc 
21984d9c625SLionel Sambuc /* Define if your assembler supports the DCI/ICI instructions. */
22084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
22184d9c625SLionel Sambuc /* #undef HAVE_AS_DCI */
22284d9c625SLionel Sambuc #endif
22384d9c625SLionel Sambuc 
22484d9c625SLionel Sambuc 
22584d9c625SLionel Sambuc /* Define if your assembler supports the --debug-prefix-map option. */
22684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
22784d9c625SLionel Sambuc #define HAVE_AS_DEBUG_PREFIX_MAP 1
22884d9c625SLionel Sambuc #endif
22984d9c625SLionel Sambuc 
23084d9c625SLionel Sambuc 
23184d9c625SLionel Sambuc /* Define if your assembler supports DFP instructions. */
23284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
23384d9c625SLionel Sambuc /* #undef HAVE_AS_DFP */
23484d9c625SLionel Sambuc #endif
23584d9c625SLionel Sambuc 
23684d9c625SLionel Sambuc 
237*0a6a1f1dSLionel Sambuc /* Define if your assembler supports DSPR1 mult. */
238*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
239*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_DSPR1_MULT */
240*0a6a1f1dSLionel Sambuc #endif
241*0a6a1f1dSLionel Sambuc 
242*0a6a1f1dSLionel Sambuc 
24384d9c625SLionel Sambuc /* Define if your assembler supports .dtprelword. */
24484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
24584d9c625SLionel Sambuc /* #undef HAVE_AS_DTPRELWORD */
24684d9c625SLionel Sambuc #endif
24784d9c625SLionel Sambuc 
24884d9c625SLionel Sambuc 
24984d9c625SLionel Sambuc /* Define if your assembler supports dwarf2 .file/.loc directives, and
25084d9c625SLionel Sambuc    preserves file table indices exactly as given. */
25184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
25284d9c625SLionel Sambuc #define HAVE_AS_DWARF2_DEBUG_LINE 1
25384d9c625SLionel Sambuc #endif
25484d9c625SLionel Sambuc 
25584d9c625SLionel Sambuc 
25684d9c625SLionel Sambuc /* Define if your assembler supports explicit relocations. */
25784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
25884d9c625SLionel Sambuc /* #undef HAVE_AS_EXPLICIT_RELOCS */
25984d9c625SLionel Sambuc #endif
26084d9c625SLionel Sambuc 
26184d9c625SLionel Sambuc 
262*0a6a1f1dSLionel Sambuc /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */
263*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
264*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_FMAF_HPC_VIS3 */
265*0a6a1f1dSLionel Sambuc #endif
266*0a6a1f1dSLionel Sambuc 
267*0a6a1f1dSLionel Sambuc 
26884d9c625SLionel Sambuc /* Define if your assembler supports fprnd. */
26984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
27084d9c625SLionel Sambuc /* #undef HAVE_AS_FPRND */
27184d9c625SLionel Sambuc #endif
27284d9c625SLionel Sambuc 
27384d9c625SLionel Sambuc 
27484d9c625SLionel Sambuc /* Define if your assembler supports the --gdwarf2 option. */
27584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
27684d9c625SLionel Sambuc #define HAVE_AS_GDWARF2_DEBUG_FLAG 1
27784d9c625SLionel Sambuc #endif
27884d9c625SLionel Sambuc 
27984d9c625SLionel Sambuc 
28084d9c625SLionel Sambuc /* Define if your assembler supports .gnu_attribute. */
28184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
28284d9c625SLionel Sambuc /* #undef HAVE_AS_GNU_ATTRIBUTE */
28384d9c625SLionel Sambuc #endif
28484d9c625SLionel Sambuc 
28584d9c625SLionel Sambuc 
28684d9c625SLionel Sambuc /* Define true if the assembler supports '.long foo@GOTOFF'. */
28784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
28884d9c625SLionel Sambuc /* #undef HAVE_AS_GOTOFF_IN_DATA */
28984d9c625SLionel Sambuc #endif
29084d9c625SLionel Sambuc 
29184d9c625SLionel Sambuc 
29284d9c625SLionel Sambuc /* Define if your assembler supports the --gstabs option. */
29384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
29484d9c625SLionel Sambuc /* #undef HAVE_AS_GSTABS_DEBUG_FLAG */
29584d9c625SLionel Sambuc #endif
29684d9c625SLionel Sambuc 
29784d9c625SLionel Sambuc 
29884d9c625SLionel Sambuc /* Define if your assembler supports the Sun syntax for cmov. */
29984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
30084d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX */
30184d9c625SLionel Sambuc #endif
30284d9c625SLionel Sambuc 
30384d9c625SLionel Sambuc 
30484d9c625SLionel Sambuc /* Define if your assembler supports the subtraction of symbols in different
30584d9c625SLionel Sambuc    sections. */
30684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
30784d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_DIFF_SECT_DELTA */
30884d9c625SLionel Sambuc #endif
30984d9c625SLionel Sambuc 
31084d9c625SLionel Sambuc 
31184d9c625SLionel Sambuc /* Define if your assembler supports the ffreep mnemonic. */
31284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
31384d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_FFREEP */
31484d9c625SLionel Sambuc #endif
31584d9c625SLionel Sambuc 
31684d9c625SLionel Sambuc 
31784d9c625SLionel Sambuc /* Define if your assembler uses fildq and fistq mnemonics. */
31884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
31984d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_FILDQ */
32084d9c625SLionel Sambuc #endif
32184d9c625SLionel Sambuc 
32284d9c625SLionel Sambuc 
32384d9c625SLionel Sambuc /* Define if your assembler uses filds and fists mnemonics. */
32484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
32584d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_FILDS */
32684d9c625SLionel Sambuc #endif
32784d9c625SLionel Sambuc 
32884d9c625SLionel Sambuc 
329*0a6a1f1dSLionel Sambuc /* Define if your assembler supports HLE prefixes. */
330*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
331*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_IX86_HLE */
332*0a6a1f1dSLionel Sambuc #endif
333*0a6a1f1dSLionel Sambuc 
334*0a6a1f1dSLionel Sambuc 
33584d9c625SLionel Sambuc /* Define if your assembler supports the .quad directive. */
33684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
33784d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_QUAD */
33884d9c625SLionel Sambuc #endif
33984d9c625SLionel Sambuc 
34084d9c625SLionel Sambuc 
341*0a6a1f1dSLionel Sambuc /* Define if the assembler supports 'rep <insn>, lock <insn>'. */
34284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
34384d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_REP_LOCK_PREFIX */
34484d9c625SLionel Sambuc #endif
34584d9c625SLionel Sambuc 
34684d9c625SLionel Sambuc 
34784d9c625SLionel Sambuc /* Define if your assembler supports the sahf mnemonic in 64bit mode. */
34884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
34984d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_SAHF */
35084d9c625SLionel Sambuc #endif
35184d9c625SLionel Sambuc 
35284d9c625SLionel Sambuc 
35384d9c625SLionel Sambuc /* Define if your assembler supports the swap suffix. */
35484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
35584d9c625SLionel Sambuc /* #undef HAVE_AS_IX86_SWAP */
35684d9c625SLionel Sambuc #endif
35784d9c625SLionel Sambuc 
35884d9c625SLionel Sambuc 
359*0a6a1f1dSLionel Sambuc /* Define if your assembler and linker support @tlsgdplt. */
360*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
361*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_IX86_TLSGDPLT */
362*0a6a1f1dSLionel Sambuc #endif
363*0a6a1f1dSLionel Sambuc 
364*0a6a1f1dSLionel Sambuc 
365*0a6a1f1dSLionel Sambuc /* Define if your assembler and linker support @tlsldmplt. */
366*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
367*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_IX86_TLSLDMPLT */
368*0a6a1f1dSLionel Sambuc #endif
369*0a6a1f1dSLionel Sambuc 
370*0a6a1f1dSLionel Sambuc 
371*0a6a1f1dSLionel Sambuc /* Define if your assembler supports the 'ud2' mnemonic. */
372*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
373*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_IX86_UD2 */
374*0a6a1f1dSLionel Sambuc #endif
375*0a6a1f1dSLionel Sambuc 
376*0a6a1f1dSLionel Sambuc 
37784d9c625SLionel Sambuc /* Define if your assembler supports the lituse_jsrdirect relocation. */
37884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
37984d9c625SLionel Sambuc /* #undef HAVE_AS_JSRDIRECT_RELOCS */
38084d9c625SLionel Sambuc #endif
38184d9c625SLionel Sambuc 
38284d9c625SLionel Sambuc 
38384d9c625SLionel Sambuc /* Define if your assembler supports .sleb128 and .uleb128. */
38484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
38584d9c625SLionel Sambuc #define HAVE_AS_LEB128 1
38684d9c625SLionel Sambuc #endif
38784d9c625SLionel Sambuc 
38884d9c625SLionel Sambuc 
389*0a6a1f1dSLionel Sambuc /* Define if your assembler supports LEON instructions. */
390*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
391*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_LEON */
392*0a6a1f1dSLionel Sambuc #endif
393*0a6a1f1dSLionel Sambuc 
394*0a6a1f1dSLionel Sambuc 
39584d9c625SLionel Sambuc /* Define if the assembler won't complain about a line such as # 0 "" 2. */
39684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
39784d9c625SLionel Sambuc #define HAVE_AS_LINE_ZERO 1
39884d9c625SLionel Sambuc #endif
39984d9c625SLionel Sambuc 
40084d9c625SLionel Sambuc 
40184d9c625SLionel Sambuc /* Define if your assembler supports ltoffx and ldxmov relocations. */
40284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
40384d9c625SLionel Sambuc #define HAVE_AS_LTOFFX_LDXMOV_RELOCS 1
40484d9c625SLionel Sambuc #endif
40584d9c625SLionel Sambuc 
40684d9c625SLionel Sambuc 
40784d9c625SLionel Sambuc /* Define if your assembler supports LWSYNC instructions. */
40884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
40984d9c625SLionel Sambuc /* #undef HAVE_AS_LWSYNC */
41084d9c625SLionel Sambuc #endif
41184d9c625SLionel Sambuc 
41284d9c625SLionel Sambuc 
41384d9c625SLionel Sambuc /* Define if your assembler supports mfcr field. */
41484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
41584d9c625SLionel Sambuc /* #undef HAVE_AS_MFCRF */
41684d9c625SLionel Sambuc #endif
41784d9c625SLionel Sambuc 
41884d9c625SLionel Sambuc 
41984d9c625SLionel Sambuc /* Define if your assembler supports mffgpr and mftgpr. */
42084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
42184d9c625SLionel Sambuc /* #undef HAVE_AS_MFPGPR */
42284d9c625SLionel Sambuc #endif
42384d9c625SLionel Sambuc 
42484d9c625SLionel Sambuc 
42584d9c625SLionel Sambuc /* Define if your assembler supports the -no-mul-bug-abort option. */
42684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
42784d9c625SLionel Sambuc /* #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION */
42884d9c625SLionel Sambuc #endif
42984d9c625SLionel Sambuc 
43084d9c625SLionel Sambuc 
43184d9c625SLionel Sambuc /* Define if the assembler understands -mno-shared. */
43284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
43384d9c625SLionel Sambuc /* #undef HAVE_AS_NO_SHARED */
43484d9c625SLionel Sambuc #endif
43584d9c625SLionel Sambuc 
43684d9c625SLionel Sambuc 
43784d9c625SLionel Sambuc /* Define if your assembler supports offsetable %lo(). */
43884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
43984d9c625SLionel Sambuc /* #undef HAVE_AS_OFFSETABLE_LO10 */
44084d9c625SLionel Sambuc #endif
44184d9c625SLionel Sambuc 
44284d9c625SLionel Sambuc 
44384d9c625SLionel Sambuc /* Define if your assembler supports popcntb field. */
44484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
44584d9c625SLionel Sambuc /* #undef HAVE_AS_POPCNTB */
44684d9c625SLionel Sambuc #endif
44784d9c625SLionel Sambuc 
44884d9c625SLionel Sambuc 
44984d9c625SLionel Sambuc /* Define if your assembler supports POPCNTD instructions. */
45084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
45184d9c625SLionel Sambuc /* #undef HAVE_AS_POPCNTD */
45284d9c625SLionel Sambuc #endif
45384d9c625SLionel Sambuc 
45484d9c625SLionel Sambuc 
455*0a6a1f1dSLionel Sambuc /* Define if your assembler supports POWER8 instructions. */
456*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
457*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_POWER8 */
458*0a6a1f1dSLionel Sambuc #endif
459*0a6a1f1dSLionel Sambuc 
460*0a6a1f1dSLionel Sambuc 
46184d9c625SLionel Sambuc /* Define if your assembler supports .ref */
46284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
46384d9c625SLionel Sambuc /* #undef HAVE_AS_REF */
46484d9c625SLionel Sambuc #endif
46584d9c625SLionel Sambuc 
46684d9c625SLionel Sambuc 
46784d9c625SLionel Sambuc /* Define if your assembler supports .register. */
46884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
46984d9c625SLionel Sambuc /* #undef HAVE_AS_REGISTER_PSEUDO_OP */
47084d9c625SLionel Sambuc #endif
47184d9c625SLionel Sambuc 
47284d9c625SLionel Sambuc 
47384d9c625SLionel Sambuc /* Define if your assembler supports R_PPC_REL16 relocs. */
47484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
47584d9c625SLionel Sambuc /* #undef HAVE_AS_REL16 */
47684d9c625SLionel Sambuc #endif
47784d9c625SLionel Sambuc 
47884d9c625SLionel Sambuc 
47984d9c625SLionel Sambuc /* Define if your assembler supports -relax option. */
48084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
48184d9c625SLionel Sambuc /* #undef HAVE_AS_RELAX_OPTION */
48284d9c625SLionel Sambuc #endif
48384d9c625SLionel Sambuc 
48484d9c625SLionel Sambuc 
485*0a6a1f1dSLionel Sambuc /* Define if your assembler supports SPARC4 instructions. */
486*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
487*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_SPARC4 */
488*0a6a1f1dSLionel Sambuc #endif
489*0a6a1f1dSLionel Sambuc 
490*0a6a1f1dSLionel Sambuc 
49184d9c625SLionel Sambuc /* Define if your assembler and linker support GOTDATA_OP relocs. */
49284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
49384d9c625SLionel Sambuc /* #undef HAVE_AS_SPARC_GOTDATA_OP */
49484d9c625SLionel Sambuc #endif
49584d9c625SLionel Sambuc 
49684d9c625SLionel Sambuc 
497*0a6a1f1dSLionel Sambuc /* Define to 1 if your assembler supports #nobits, 0 otherwise. */
498*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
499*0a6a1f1dSLionel Sambuc /* #undef HAVE_AS_SPARC_NOBITS */
500*0a6a1f1dSLionel Sambuc #endif
501*0a6a1f1dSLionel Sambuc 
502*0a6a1f1dSLionel Sambuc 
50384d9c625SLionel Sambuc /* Define if your assembler and linker support unaligned PC relative relocs.
50484d9c625SLionel Sambuc    */
50584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
50684d9c625SLionel Sambuc /* #undef HAVE_AS_SPARC_UA_PCREL */
50784d9c625SLionel Sambuc #endif
50884d9c625SLionel Sambuc 
50984d9c625SLionel Sambuc 
51084d9c625SLionel Sambuc /* Define if your assembler and linker support unaligned PC relative relocs
51184d9c625SLionel Sambuc    against hidden symbols. */
51284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
51384d9c625SLionel Sambuc /* #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN */
51484d9c625SLionel Sambuc #endif
51584d9c625SLionel Sambuc 
51684d9c625SLionel Sambuc 
517*0a6a1f1dSLionel Sambuc /* Define if your assembler and linker support thread-local storage. */
51884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
51984d9c625SLionel Sambuc #define HAVE_AS_TLS 1
52084d9c625SLionel Sambuc #endif
52184d9c625SLionel Sambuc 
52284d9c625SLionel Sambuc 
52384d9c625SLionel Sambuc /* Define if your assembler supports arg info for __tls_get_addr. */
52484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
52584d9c625SLionel Sambuc /* #undef HAVE_AS_TLS_MARKERS */
52684d9c625SLionel Sambuc #endif
52784d9c625SLionel Sambuc 
52884d9c625SLionel Sambuc 
52984d9c625SLionel Sambuc /* Define if your assembler supports VSX instructions. */
53084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
53184d9c625SLionel Sambuc /* #undef HAVE_AS_VSX */
53284d9c625SLionel Sambuc #endif
53384d9c625SLionel Sambuc 
53484d9c625SLionel Sambuc 
53584d9c625SLionel Sambuc /* Define to 1 if you have the `atoll' function. */
53684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
53784d9c625SLionel Sambuc #define HAVE_ATOLL 1
53884d9c625SLionel Sambuc #endif
53984d9c625SLionel Sambuc 
54084d9c625SLionel Sambuc 
54184d9c625SLionel Sambuc /* Define to 1 if you have the `atoq' function. */
54284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
54384d9c625SLionel Sambuc /* #undef HAVE_ATOQ */
54484d9c625SLionel Sambuc #endif
54584d9c625SLionel Sambuc 
54684d9c625SLionel Sambuc 
54784d9c625SLionel Sambuc /* Define to 1 if you have the `clearerr_unlocked' function. */
54884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
54984d9c625SLionel Sambuc /* #undef HAVE_CLEARERR_UNLOCKED */
55084d9c625SLionel Sambuc #endif
55184d9c625SLionel Sambuc 
55284d9c625SLionel Sambuc 
55384d9c625SLionel Sambuc /* Define to 1 if you have the `clock' function. */
55484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
55584d9c625SLionel Sambuc #define HAVE_CLOCK 1
55684d9c625SLionel Sambuc #endif
55784d9c625SLionel Sambuc 
55884d9c625SLionel Sambuc 
55984d9c625SLionel Sambuc /* Define if <time.h> defines clock_t. */
56084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
56184d9c625SLionel Sambuc #define HAVE_CLOCK_T 1
56284d9c625SLionel Sambuc #endif
56384d9c625SLionel Sambuc 
56484d9c625SLionel Sambuc 
56584d9c625SLionel Sambuc /* Define 0/1 if your assembler and linker support COMDAT groups. */
56684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
56784d9c625SLionel Sambuc #define HAVE_COMDAT_GROUP 1
56884d9c625SLionel Sambuc #endif
56984d9c625SLionel Sambuc 
57084d9c625SLionel Sambuc 
57184d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'abort', otherwise define to 0.
57284d9c625SLionel Sambuc    */
57384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
57484d9c625SLionel Sambuc #define HAVE_DECL_ABORT 1
57584d9c625SLionel Sambuc #endif
57684d9c625SLionel Sambuc 
57784d9c625SLionel Sambuc 
57884d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'asprintf', otherwise define to
57984d9c625SLionel Sambuc    0. */
58084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
58184d9c625SLionel Sambuc #define HAVE_DECL_ASPRINTF 1
58284d9c625SLionel Sambuc #endif
58384d9c625SLionel Sambuc 
58484d9c625SLionel Sambuc 
58584d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */
58684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
58784d9c625SLionel Sambuc #define HAVE_DECL_ATOF 1
58884d9c625SLionel Sambuc #endif
58984d9c625SLionel Sambuc 
59084d9c625SLionel Sambuc 
59184d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */
59284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
59384d9c625SLionel Sambuc #define HAVE_DECL_ATOL 1
59484d9c625SLionel Sambuc #endif
59584d9c625SLionel Sambuc 
59684d9c625SLionel Sambuc 
59784d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'basename', otherwise define to
59884d9c625SLionel Sambuc    0. */
59984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
60084d9c625SLionel Sambuc #define HAVE_DECL_BASENAME 0
60184d9c625SLionel Sambuc #endif
60284d9c625SLionel Sambuc 
60384d9c625SLionel Sambuc 
60484d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0.
60584d9c625SLionel Sambuc    */
60684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
60784d9c625SLionel Sambuc #define HAVE_DECL_CALLOC 1
60884d9c625SLionel Sambuc #endif
60984d9c625SLionel Sambuc 
61084d9c625SLionel Sambuc 
61184d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise
61284d9c625SLionel Sambuc    define to 0. */
61384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
61484d9c625SLionel Sambuc #define HAVE_DECL_CLEARERR_UNLOCKED 0
61584d9c625SLionel Sambuc #endif
61684d9c625SLionel Sambuc 
61784d9c625SLionel Sambuc 
61884d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'clock', otherwise define to 0.
61984d9c625SLionel Sambuc    */
62084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
62184d9c625SLionel Sambuc #define HAVE_DECL_CLOCK 1
62284d9c625SLionel Sambuc #endif
62384d9c625SLionel Sambuc 
62484d9c625SLionel Sambuc 
62584d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'errno', otherwise define to 0.
62684d9c625SLionel Sambuc    */
62784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
62884d9c625SLionel Sambuc #define HAVE_DECL_ERRNO 1
62984d9c625SLionel Sambuc #endif
63084d9c625SLionel Sambuc 
63184d9c625SLionel Sambuc 
63284d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define
63384d9c625SLionel Sambuc    to 0. */
63484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
63584d9c625SLionel Sambuc #define HAVE_DECL_FEOF_UNLOCKED 0
63684d9c625SLionel Sambuc #endif
63784d9c625SLionel Sambuc 
63884d9c625SLionel Sambuc 
63984d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise
64084d9c625SLionel Sambuc    define to 0. */
64184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
64284d9c625SLionel Sambuc #define HAVE_DECL_FERROR_UNLOCKED 0
64384d9c625SLionel Sambuc #endif
64484d9c625SLionel Sambuc 
64584d9c625SLionel Sambuc 
64684d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise
64784d9c625SLionel Sambuc    define to 0. */
64884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
64984d9c625SLionel Sambuc #define HAVE_DECL_FFLUSH_UNLOCKED 0
65084d9c625SLionel Sambuc #endif
65184d9c625SLionel Sambuc 
65284d9c625SLionel Sambuc 
653*0a6a1f1dSLionel Sambuc /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */
654*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
655*0a6a1f1dSLionel Sambuc #define HAVE_DECL_FFS 1
656*0a6a1f1dSLionel Sambuc #endif
657*0a6a1f1dSLionel Sambuc 
658*0a6a1f1dSLionel Sambuc 
65984d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise
66084d9c625SLionel Sambuc    define to 0. */
66184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
66284d9c625SLionel Sambuc #define HAVE_DECL_FGETC_UNLOCKED 0
66384d9c625SLionel Sambuc #endif
66484d9c625SLionel Sambuc 
66584d9c625SLionel Sambuc 
66684d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise
66784d9c625SLionel Sambuc    define to 0. */
66884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
66984d9c625SLionel Sambuc #define HAVE_DECL_FGETS_UNLOCKED 0
67084d9c625SLionel Sambuc #endif
67184d9c625SLionel Sambuc 
67284d9c625SLionel Sambuc 
67384d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise
67484d9c625SLionel Sambuc    define to 0. */
67584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
67684d9c625SLionel Sambuc #define HAVE_DECL_FILENO_UNLOCKED 0
67784d9c625SLionel Sambuc #endif
67884d9c625SLionel Sambuc 
67984d9c625SLionel Sambuc 
68084d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise
68184d9c625SLionel Sambuc    define to 0. */
68284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
68384d9c625SLionel Sambuc #define HAVE_DECL_FPRINTF_UNLOCKED 0
68484d9c625SLionel Sambuc #endif
68584d9c625SLionel Sambuc 
68684d9c625SLionel Sambuc 
68784d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise
68884d9c625SLionel Sambuc    define to 0. */
68984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
69084d9c625SLionel Sambuc #define HAVE_DECL_FPUTC_UNLOCKED 0
69184d9c625SLionel Sambuc #endif
69284d9c625SLionel Sambuc 
69384d9c625SLionel Sambuc 
69484d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise
69584d9c625SLionel Sambuc    define to 0. */
69684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
69784d9c625SLionel Sambuc #define HAVE_DECL_FPUTS_UNLOCKED 0
69884d9c625SLionel Sambuc #endif
69984d9c625SLionel Sambuc 
70084d9c625SLionel Sambuc 
70184d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise
70284d9c625SLionel Sambuc    define to 0. */
70384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
70484d9c625SLionel Sambuc #define HAVE_DECL_FREAD_UNLOCKED 0
70584d9c625SLionel Sambuc #endif
70684d9c625SLionel Sambuc 
70784d9c625SLionel Sambuc 
70884d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */
70984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
71084d9c625SLionel Sambuc #define HAVE_DECL_FREE 1
71184d9c625SLionel Sambuc #endif
71284d9c625SLionel Sambuc 
71384d9c625SLionel Sambuc 
71484d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise
71584d9c625SLionel Sambuc    define to 0. */
71684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
71784d9c625SLionel Sambuc #define HAVE_DECL_FWRITE_UNLOCKED 0
71884d9c625SLionel Sambuc #endif
71984d9c625SLionel Sambuc 
72084d9c625SLionel Sambuc 
72184d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise
72284d9c625SLionel Sambuc    define to 0. */
72384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
72484d9c625SLionel Sambuc #define HAVE_DECL_GETCHAR_UNLOCKED 1
72584d9c625SLionel Sambuc #endif
72684d9c625SLionel Sambuc 
72784d9c625SLionel Sambuc 
72884d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0.
72984d9c625SLionel Sambuc    */
73084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
73184d9c625SLionel Sambuc #define HAVE_DECL_GETCWD 1
73284d9c625SLionel Sambuc #endif
73384d9c625SLionel Sambuc 
73484d9c625SLionel Sambuc 
73584d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define
73684d9c625SLionel Sambuc    to 0. */
73784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
73884d9c625SLionel Sambuc #define HAVE_DECL_GETC_UNLOCKED 1
73984d9c625SLionel Sambuc #endif
74084d9c625SLionel Sambuc 
74184d9c625SLionel Sambuc 
74284d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0.
74384d9c625SLionel Sambuc    */
74484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
74584d9c625SLionel Sambuc #define HAVE_DECL_GETENV 1
74684d9c625SLionel Sambuc #endif
74784d9c625SLionel Sambuc 
74884d9c625SLionel Sambuc 
74984d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0.
75084d9c625SLionel Sambuc    */
75184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
75284d9c625SLionel Sambuc #define HAVE_DECL_GETOPT 1
75384d9c625SLionel Sambuc #endif
75484d9c625SLionel Sambuc 
75584d9c625SLionel Sambuc 
75684d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getpagesize', otherwise define
75784d9c625SLionel Sambuc    to 0. */
75884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
75984d9c625SLionel Sambuc #define HAVE_DECL_GETPAGESIZE 1
76084d9c625SLionel Sambuc #endif
76184d9c625SLionel Sambuc 
76284d9c625SLionel Sambuc 
76384d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to
76484d9c625SLionel Sambuc    0. */
76584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
76684d9c625SLionel Sambuc #define HAVE_DECL_GETRLIMIT 1
76784d9c625SLionel Sambuc #endif
76884d9c625SLionel Sambuc 
76984d9c625SLionel Sambuc 
77084d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getrusage', otherwise define to
77184d9c625SLionel Sambuc    0. */
77284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
77384d9c625SLionel Sambuc #define HAVE_DECL_GETRUSAGE 1
77484d9c625SLionel Sambuc #endif
77584d9c625SLionel Sambuc 
77684d9c625SLionel Sambuc 
77784d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0.
77884d9c625SLionel Sambuc    */
77984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
78084d9c625SLionel Sambuc #define HAVE_DECL_GETWD 1
78184d9c625SLionel Sambuc #endif
78284d9c625SLionel Sambuc 
78384d9c625SLionel Sambuc 
78484d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to
78584d9c625SLionel Sambuc    0. */
78684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
78784d9c625SLionel Sambuc #define HAVE_DECL_LDGETNAME 0
78884d9c625SLionel Sambuc #endif
78984d9c625SLionel Sambuc 
79084d9c625SLionel Sambuc 
791*0a6a1f1dSLionel Sambuc /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0.
792*0a6a1f1dSLionel Sambuc    */
793*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
794*0a6a1f1dSLionel Sambuc #define HAVE_DECL_MADVISE 1
795*0a6a1f1dSLionel Sambuc #endif
796*0a6a1f1dSLionel Sambuc 
797*0a6a1f1dSLionel Sambuc 
79884d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0.
79984d9c625SLionel Sambuc    */
80084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
80184d9c625SLionel Sambuc #define HAVE_DECL_MALLOC 1
80284d9c625SLionel Sambuc #endif
80384d9c625SLionel Sambuc 
80484d9c625SLionel Sambuc 
80584d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise
80684d9c625SLionel Sambuc    define to 0. */
80784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
80884d9c625SLionel Sambuc #define HAVE_DECL_PUTCHAR_UNLOCKED 1
80984d9c625SLionel Sambuc #endif
81084d9c625SLionel Sambuc 
81184d9c625SLionel Sambuc 
81284d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define
81384d9c625SLionel Sambuc    to 0. */
81484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
81584d9c625SLionel Sambuc #define HAVE_DECL_PUTC_UNLOCKED 1
81684d9c625SLionel Sambuc #endif
81784d9c625SLionel Sambuc 
81884d9c625SLionel Sambuc 
81984d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0.
82084d9c625SLionel Sambuc    */
82184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
82284d9c625SLionel Sambuc #define HAVE_DECL_REALLOC 1
82384d9c625SLionel Sambuc #endif
82484d9c625SLionel Sambuc 
82584d9c625SLionel Sambuc 
82684d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */
82784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
82884d9c625SLionel Sambuc #define HAVE_DECL_SBRK 1
82984d9c625SLionel Sambuc #endif
83084d9c625SLionel Sambuc 
83184d9c625SLionel Sambuc 
83284d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to
83384d9c625SLionel Sambuc    0. */
83484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
83584d9c625SLionel Sambuc #define HAVE_DECL_SETRLIMIT 1
83684d9c625SLionel Sambuc #endif
83784d9c625SLionel Sambuc 
83884d9c625SLionel Sambuc 
83984d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define
84084d9c625SLionel Sambuc    to 0. */
84184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
84284d9c625SLionel Sambuc #define HAVE_DECL_SIGALTSTACK 1
84384d9c625SLionel Sambuc #endif
84484d9c625SLionel Sambuc 
84584d9c625SLionel Sambuc 
84684d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'snprintf', otherwise define to
84784d9c625SLionel Sambuc    0. */
84884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
84984d9c625SLionel Sambuc #define HAVE_DECL_SNPRINTF 1
85084d9c625SLionel Sambuc #endif
85184d9c625SLionel Sambuc 
85284d9c625SLionel Sambuc 
853*0a6a1f1dSLionel Sambuc /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0.
854*0a6a1f1dSLionel Sambuc    */
855*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
856*0a6a1f1dSLionel Sambuc #define HAVE_DECL_STPCPY 1
857*0a6a1f1dSLionel Sambuc #endif
858*0a6a1f1dSLionel Sambuc 
859*0a6a1f1dSLionel Sambuc 
86084d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'strsignal', otherwise define to
86184d9c625SLionel Sambuc    0. */
86284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
86384d9c625SLionel Sambuc #define HAVE_DECL_STRSIGNAL 1
86484d9c625SLionel Sambuc #endif
86584d9c625SLionel Sambuc 
86684d9c625SLionel Sambuc 
86784d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'strstr', otherwise define to 0.
86884d9c625SLionel Sambuc    */
86984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
87084d9c625SLionel Sambuc #define HAVE_DECL_STRSTR 1
87184d9c625SLionel Sambuc #endif
87284d9c625SLionel Sambuc 
87384d9c625SLionel Sambuc 
87484d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to
87584d9c625SLionel Sambuc    0. */
87684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
87784d9c625SLionel Sambuc #define HAVE_DECL_STRVERSCMP 0
87884d9c625SLionel Sambuc #endif
87984d9c625SLionel Sambuc 
88084d9c625SLionel Sambuc 
88184d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'times', otherwise define to 0.
88284d9c625SLionel Sambuc    */
88384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
88484d9c625SLionel Sambuc #define HAVE_DECL_TIMES 1
88584d9c625SLionel Sambuc #endif
88684d9c625SLionel Sambuc 
88784d9c625SLionel Sambuc 
88884d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to
88984d9c625SLionel Sambuc    0. */
89084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
89184d9c625SLionel Sambuc #define HAVE_DECL_VASPRINTF 1
89284d9c625SLionel Sambuc #endif
89384d9c625SLionel Sambuc 
89484d9c625SLionel Sambuc 
89584d9c625SLionel Sambuc /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to
89684d9c625SLionel Sambuc    0. */
89784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
89884d9c625SLionel Sambuc #define HAVE_DECL_VSNPRINTF 1
89984d9c625SLionel Sambuc #endif
90084d9c625SLionel Sambuc 
90184d9c625SLionel Sambuc 
90284d9c625SLionel Sambuc /* Define to 1 if you have the <direct.h> header file. */
90384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
90484d9c625SLionel Sambuc /* #undef HAVE_DIRECT_H */
90584d9c625SLionel Sambuc #endif
90684d9c625SLionel Sambuc 
90784d9c625SLionel Sambuc 
90884d9c625SLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
90984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
91084d9c625SLionel Sambuc #define HAVE_DLFCN_H 1
91184d9c625SLionel Sambuc #endif
91284d9c625SLionel Sambuc 
91384d9c625SLionel Sambuc 
914*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <ext/hash_map> header file. */
91584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
916*0a6a1f1dSLionel Sambuc #define HAVE_EXT_HASH_MAP 1
91784d9c625SLionel Sambuc #endif
91884d9c625SLionel Sambuc 
91984d9c625SLionel Sambuc 
92084d9c625SLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */
92184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
92284d9c625SLionel Sambuc #define HAVE_FCNTL_H 1
92384d9c625SLionel Sambuc #endif
92484d9c625SLionel Sambuc 
92584d9c625SLionel Sambuc 
92684d9c625SLionel Sambuc /* Define to 1 if you have the `feof_unlocked' function. */
92784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
92884d9c625SLionel Sambuc /* #undef HAVE_FEOF_UNLOCKED */
92984d9c625SLionel Sambuc #endif
93084d9c625SLionel Sambuc 
93184d9c625SLionel Sambuc 
93284d9c625SLionel Sambuc /* Define to 1 if you have the `ferror_unlocked' function. */
93384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
93484d9c625SLionel Sambuc /* #undef HAVE_FERROR_UNLOCKED */
93584d9c625SLionel Sambuc #endif
93684d9c625SLionel Sambuc 
93784d9c625SLionel Sambuc 
93884d9c625SLionel Sambuc /* Define to 1 if you have the `fflush_unlocked' function. */
93984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
94084d9c625SLionel Sambuc /* #undef HAVE_FFLUSH_UNLOCKED */
94184d9c625SLionel Sambuc #endif
94284d9c625SLionel Sambuc 
94384d9c625SLionel Sambuc 
94484d9c625SLionel Sambuc /* Define to 1 if you have the `fgetc_unlocked' function. */
94584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
94684d9c625SLionel Sambuc /* #undef HAVE_FGETC_UNLOCKED */
94784d9c625SLionel Sambuc #endif
94884d9c625SLionel Sambuc 
94984d9c625SLionel Sambuc 
95084d9c625SLionel Sambuc /* Define to 1 if you have the `fgets_unlocked' function. */
95184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
95284d9c625SLionel Sambuc /* #undef HAVE_FGETS_UNLOCKED */
95384d9c625SLionel Sambuc #endif
95484d9c625SLionel Sambuc 
95584d9c625SLionel Sambuc 
95684d9c625SLionel Sambuc /* Define to 1 if you have the `fileno_unlocked' function. */
95784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
95884d9c625SLionel Sambuc /* #undef HAVE_FILENO_UNLOCKED */
95984d9c625SLionel Sambuc #endif
96084d9c625SLionel Sambuc 
96184d9c625SLionel Sambuc 
96284d9c625SLionel Sambuc /* Define to 1 if you have the `fork' function. */
96384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
96484d9c625SLionel Sambuc #define HAVE_FORK 1
96584d9c625SLionel Sambuc #endif
96684d9c625SLionel Sambuc 
96784d9c625SLionel Sambuc 
96884d9c625SLionel Sambuc /* Define to 1 if you have the `fprintf_unlocked' function. */
96984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
97084d9c625SLionel Sambuc /* #undef HAVE_FPRINTF_UNLOCKED */
97184d9c625SLionel Sambuc #endif
97284d9c625SLionel Sambuc 
97384d9c625SLionel Sambuc 
97484d9c625SLionel Sambuc /* Define to 1 if you have the `fputc_unlocked' function. */
97584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
97684d9c625SLionel Sambuc /* #undef HAVE_FPUTC_UNLOCKED */
97784d9c625SLionel Sambuc #endif
97884d9c625SLionel Sambuc 
97984d9c625SLionel Sambuc 
98084d9c625SLionel Sambuc /* Define to 1 if you have the `fputs_unlocked' function. */
98184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
98284d9c625SLionel Sambuc /* #undef HAVE_FPUTS_UNLOCKED */
98384d9c625SLionel Sambuc #endif
98484d9c625SLionel Sambuc 
98584d9c625SLionel Sambuc 
98684d9c625SLionel Sambuc /* Define to 1 if you have the `fread_unlocked' function. */
98784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
98884d9c625SLionel Sambuc /* #undef HAVE_FREAD_UNLOCKED */
98984d9c625SLionel Sambuc #endif
99084d9c625SLionel Sambuc 
99184d9c625SLionel Sambuc 
99284d9c625SLionel Sambuc /* Define to 1 if you have the `fwrite_unlocked' function. */
99384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
99484d9c625SLionel Sambuc /* #undef HAVE_FWRITE_UNLOCKED */
99584d9c625SLionel Sambuc #endif
99684d9c625SLionel Sambuc 
99784d9c625SLionel Sambuc 
99884d9c625SLionel Sambuc /* Define if your assembler supports specifying the alignment of objects
99984d9c625SLionel Sambuc    allocated using the GAS .comm command. */
100084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
100184d9c625SLionel Sambuc /* #undef HAVE_GAS_ALIGNED_COMM */
100284d9c625SLionel Sambuc #endif
100384d9c625SLionel Sambuc 
100484d9c625SLionel Sambuc 
100584d9c625SLionel Sambuc /* Define if your assembler supports .balign and .p2align. */
100684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
100784d9c625SLionel Sambuc #define HAVE_GAS_BALIGN_AND_P2ALIGN 1
100884d9c625SLionel Sambuc #endif
100984d9c625SLionel Sambuc 
101084d9c625SLionel Sambuc 
101184d9c625SLionel Sambuc /* Define 0/1 if your assembler supports CFI directives. */
101284d9c625SLionel Sambuc #define HAVE_GAS_CFI_DIRECTIVE 0
101384d9c625SLionel Sambuc 
101484d9c625SLionel Sambuc /* Define 0/1 if your assembler supports .cfi_personality. */
101584d9c625SLionel Sambuc #define HAVE_GAS_CFI_PERSONALITY_DIRECTIVE 0
101684d9c625SLionel Sambuc 
101784d9c625SLionel Sambuc /* Define 0/1 if your assembler supports .cfi_sections. */
101884d9c625SLionel Sambuc #define HAVE_GAS_CFI_SECTIONS_DIRECTIVE 0
101984d9c625SLionel Sambuc 
102084d9c625SLionel Sambuc /* Define if your assembler supports the .loc discriminator sub-directive. */
102184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
102284d9c625SLionel Sambuc #define HAVE_GAS_DISCRIMINATOR 1
102384d9c625SLionel Sambuc #endif
102484d9c625SLionel Sambuc 
102584d9c625SLionel Sambuc 
102684d9c625SLionel Sambuc /* Define if your assembler supports @gnu_unique_object. */
102784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
102884d9c625SLionel Sambuc /* #undef HAVE_GAS_GNU_UNIQUE_OBJECT */
102984d9c625SLionel Sambuc #endif
103084d9c625SLionel Sambuc 
103184d9c625SLionel Sambuc 
103284d9c625SLionel Sambuc /* Define if your assembler and linker support .hidden. */
103384d9c625SLionel Sambuc #define HAVE_GAS_HIDDEN 1
103484d9c625SLionel Sambuc 
103584d9c625SLionel Sambuc /* Define if your assembler supports .lcomm with an alignment field. */
103684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
103784d9c625SLionel Sambuc #define HAVE_GAS_LCOMM_WITH_ALIGNMENT 1
103884d9c625SLionel Sambuc #endif
103984d9c625SLionel Sambuc 
104084d9c625SLionel Sambuc 
104184d9c625SLionel Sambuc /* Define if your assembler supports .literal16. */
104284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
104384d9c625SLionel Sambuc /* #undef HAVE_GAS_LITERAL16 */
104484d9c625SLionel Sambuc #endif
104584d9c625SLionel Sambuc 
104684d9c625SLionel Sambuc 
104784d9c625SLionel Sambuc /* Define if your assembler supports specifying the maximum number of bytes to
104884d9c625SLionel Sambuc    skip when using the GAS .p2align command. */
104984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
105084d9c625SLionel Sambuc #define HAVE_GAS_MAX_SKIP_P2ALIGN 1
105184d9c625SLionel Sambuc #endif
105284d9c625SLionel Sambuc 
105384d9c625SLionel Sambuc 
105484d9c625SLionel Sambuc /* Define if your assembler supports .nsubspa comdat option. */
105584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
105684d9c625SLionel Sambuc /* #undef HAVE_GAS_NSUBSPA_COMDAT */
105784d9c625SLionel Sambuc #endif
105884d9c625SLionel Sambuc 
105984d9c625SLionel Sambuc 
106084d9c625SLionel Sambuc /* Define if your assembler and linker support 32-bit section relative relocs
106184d9c625SLionel Sambuc    via '.secrel32 label'. */
106284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
106384d9c625SLionel Sambuc /* #undef HAVE_GAS_PE_SECREL32_RELOC */
106484d9c625SLionel Sambuc #endif
106584d9c625SLionel Sambuc 
106684d9c625SLionel Sambuc 
1067*0a6a1f1dSLionel Sambuc /* Define if your assembler supports specifying the section flag e. */
1068*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1069*0a6a1f1dSLionel Sambuc /* #undef HAVE_GAS_SECTION_EXCLUDE */
1070*0a6a1f1dSLionel Sambuc #endif
1071*0a6a1f1dSLionel Sambuc 
1072*0a6a1f1dSLionel Sambuc 
107384d9c625SLionel Sambuc /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag.
107484d9c625SLionel Sambuc    */
107584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
107684d9c625SLionel Sambuc #define HAVE_GAS_SHF_MERGE 1
107784d9c625SLionel Sambuc #endif
107884d9c625SLionel Sambuc 
107984d9c625SLionel Sambuc 
108084d9c625SLionel Sambuc /* Define if your assembler supports .subsection and .subsection -1 starts
108184d9c625SLionel Sambuc    emitting at the beginning of your section. */
108284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
108384d9c625SLionel Sambuc #define HAVE_GAS_SUBSECTION_ORDERING 1
108484d9c625SLionel Sambuc #endif
108584d9c625SLionel Sambuc 
108684d9c625SLionel Sambuc 
108784d9c625SLionel Sambuc /* Define if your assembler supports .weak. */
108884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
108984d9c625SLionel Sambuc #define HAVE_GAS_WEAK 1
109084d9c625SLionel Sambuc #endif
109184d9c625SLionel Sambuc 
109284d9c625SLionel Sambuc 
109384d9c625SLionel Sambuc /* Define if your assembler supports .weakref. */
109484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
109584d9c625SLionel Sambuc #define HAVE_GAS_WEAKREF 1
109684d9c625SLionel Sambuc #endif
109784d9c625SLionel Sambuc 
109884d9c625SLionel Sambuc 
109984d9c625SLionel Sambuc /* Define to 1 if you have the `getchar_unlocked' function. */
110084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
110184d9c625SLionel Sambuc #define HAVE_GETCHAR_UNLOCKED 1
110284d9c625SLionel Sambuc #endif
110384d9c625SLionel Sambuc 
110484d9c625SLionel Sambuc 
110584d9c625SLionel Sambuc /* Define to 1 if you have the `getc_unlocked' function. */
110684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
110784d9c625SLionel Sambuc #define HAVE_GETC_UNLOCKED 1
110884d9c625SLionel Sambuc #endif
110984d9c625SLionel Sambuc 
111084d9c625SLionel Sambuc 
111184d9c625SLionel Sambuc /* Define to 1 if you have the `getrlimit' function. */
111284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
111384d9c625SLionel Sambuc #define HAVE_GETRLIMIT 1
111484d9c625SLionel Sambuc #endif
111584d9c625SLionel Sambuc 
111684d9c625SLionel Sambuc 
111784d9c625SLionel Sambuc /* Define to 1 if you have the `getrusage' function. */
111884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
111984d9c625SLionel Sambuc #define HAVE_GETRUSAGE 1
112084d9c625SLionel Sambuc #endif
112184d9c625SLionel Sambuc 
112284d9c625SLionel Sambuc 
112384d9c625SLionel Sambuc /* Define to 1 if you have the `gettimeofday' function. */
112484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
112584d9c625SLionel Sambuc #define HAVE_GETTIMEOFDAY 1
112684d9c625SLionel Sambuc #endif
112784d9c625SLionel Sambuc 
112884d9c625SLionel Sambuc 
1129*0a6a1f1dSLionel Sambuc /* Define to 1 if using GNU as. */
113084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1131*0a6a1f1dSLionel Sambuc #define HAVE_GNU_AS 1
113284d9c625SLionel Sambuc #endif
113384d9c625SLionel Sambuc 
113484d9c625SLionel Sambuc 
1135*0a6a1f1dSLionel Sambuc /* Define if your system supports gnu indirect functions. */
113684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1137*0a6a1f1dSLionel Sambuc /* #undef HAVE_GNU_INDIRECT_FUNCTION */
1138*0a6a1f1dSLionel Sambuc #endif
1139*0a6a1f1dSLionel Sambuc 
1140*0a6a1f1dSLionel Sambuc 
1141*0a6a1f1dSLionel Sambuc /* Define to 1 if using GNU ld. */
1142*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1143*0a6a1f1dSLionel Sambuc #define HAVE_GNU_LD 1
114484d9c625SLionel Sambuc #endif
114584d9c625SLionel Sambuc 
114684d9c625SLionel Sambuc 
114784d9c625SLionel Sambuc /* Define if you have the iconv() function. */
114884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1149*0a6a1f1dSLionel Sambuc /* #undef HAVE_ICONV */
115084d9c625SLionel Sambuc #endif
115184d9c625SLionel Sambuc 
115284d9c625SLionel Sambuc 
115384d9c625SLionel Sambuc /* Define to 1 if you have the <iconv.h> header file. */
115484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
115584d9c625SLionel Sambuc #define HAVE_ICONV_H 1
115684d9c625SLionel Sambuc #endif
115784d9c625SLionel Sambuc 
115884d9c625SLionel Sambuc 
115984d9c625SLionel Sambuc /* Define .init_array/.fini_array sections are available and working. */
116084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1161*0a6a1f1dSLionel Sambuc /* #undef HAVE_INITFINI_ARRAY_SUPPORT */
116284d9c625SLionel Sambuc #endif
116384d9c625SLionel Sambuc 
116484d9c625SLionel Sambuc 
116584d9c625SLionel Sambuc /* Define to 1 if the system has the type `intmax_t'. */
116684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
116784d9c625SLionel Sambuc #define HAVE_INTMAX_T 1
116884d9c625SLionel Sambuc #endif
116984d9c625SLionel Sambuc 
117084d9c625SLionel Sambuc 
117184d9c625SLionel Sambuc /* Define to 1 if the system has the type `intptr_t'. */
117284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
117384d9c625SLionel Sambuc #define HAVE_INTPTR_T 1
117484d9c625SLionel Sambuc #endif
117584d9c625SLionel Sambuc 
117684d9c625SLionel Sambuc 
117784d9c625SLionel Sambuc /* Define if you have a working <inttypes.h> header file. */
117884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
117984d9c625SLionel Sambuc #define HAVE_INTTYPES_H 1
118084d9c625SLionel Sambuc #endif
118184d9c625SLionel Sambuc 
118284d9c625SLionel Sambuc 
1183*0a6a1f1dSLionel Sambuc /* Define if isl_schedule_constraints_compute_schedule exists. */
1184*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1185*0a6a1f1dSLionel Sambuc /* #undef HAVE_ISL_SCHED_CONSTRAINTS_COMPUTE_SCHEDULE */
1186*0a6a1f1dSLionel Sambuc #endif
1187*0a6a1f1dSLionel Sambuc 
1188*0a6a1f1dSLionel Sambuc 
118984d9c625SLionel Sambuc /* Define to 1 if you have the `kill' function. */
119084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
119184d9c625SLionel Sambuc #define HAVE_KILL 1
119284d9c625SLionel Sambuc #endif
119384d9c625SLionel Sambuc 
119484d9c625SLionel Sambuc 
119584d9c625SLionel Sambuc /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
119684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
119784d9c625SLionel Sambuc #define HAVE_LANGINFO_CODESET 1
119884d9c625SLionel Sambuc #endif
119984d9c625SLionel Sambuc 
120084d9c625SLionel Sambuc 
120184d9c625SLionel Sambuc /* Define to 1 if you have the <langinfo.h> header file. */
120284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
120384d9c625SLionel Sambuc #define HAVE_LANGINFO_H 1
120484d9c625SLionel Sambuc #endif
120584d9c625SLionel Sambuc 
120684d9c625SLionel Sambuc 
120784d9c625SLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */
120884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
120984d9c625SLionel Sambuc #define HAVE_LC_MESSAGES 1
121084d9c625SLionel Sambuc #endif
121184d9c625SLionel Sambuc 
121284d9c625SLionel Sambuc 
121384d9c625SLionel Sambuc /* Define to 1 if you have the <ldfcn.h> header file. */
121484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
121584d9c625SLionel Sambuc /* #undef HAVE_LDFCN_H */
121684d9c625SLionel Sambuc #endif
121784d9c625SLionel Sambuc 
121884d9c625SLionel Sambuc 
121984d9c625SLionel Sambuc /* Define if your linker supports --as-needed and --no-as-needed options. */
122084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
122184d9c625SLionel Sambuc #define HAVE_LD_AS_NEEDED 1
122284d9c625SLionel Sambuc #endif
122384d9c625SLionel Sambuc 
122484d9c625SLionel Sambuc 
122584d9c625SLionel Sambuc /* Define if your linker supports --build-id. */
122684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
122784d9c625SLionel Sambuc #define HAVE_LD_BUILDID 1
122884d9c625SLionel Sambuc #endif
122984d9c625SLionel Sambuc 
123084d9c625SLionel Sambuc 
123184d9c625SLionel Sambuc /* Define if your linker supports --demangle option. */
123284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1233*0a6a1f1dSLionel Sambuc #define HAVE_LD_DEMANGLE 1
123484d9c625SLionel Sambuc #endif
123584d9c625SLionel Sambuc 
123684d9c625SLionel Sambuc 
1237*0a6a1f1dSLionel Sambuc /* Define if your linker supports .eh_frame_hdr. */
123884d9c625SLionel Sambuc #define HAVE_LD_EH_FRAME_HDR 1
123984d9c625SLionel Sambuc 
124084d9c625SLionel Sambuc /* Define if your linker supports garbage collection of sections in presence
124184d9c625SLionel Sambuc    of EH frames. */
124284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
124384d9c625SLionel Sambuc /* #undef HAVE_LD_EH_GC_SECTIONS */
124484d9c625SLionel Sambuc #endif
124584d9c625SLionel Sambuc 
124684d9c625SLionel Sambuc 
1247*0a6a1f1dSLionel Sambuc /* Define if your linker has buggy garbage collection of sections support when
1248*0a6a1f1dSLionel Sambuc    .text.startup.foo like sections are used. */
1249*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1250*0a6a1f1dSLionel Sambuc #define HAVE_LD_EH_GC_SECTIONS_BUG 1
1251*0a6a1f1dSLionel Sambuc #endif
1252*0a6a1f1dSLionel Sambuc 
1253*0a6a1f1dSLionel Sambuc 
1254*0a6a1f1dSLionel Sambuc /* Define if your PowerPC64 linker supports a large TOC. */
1255*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1256*0a6a1f1dSLionel Sambuc /* #undef HAVE_LD_LARGE_TOC */
1257*0a6a1f1dSLionel Sambuc #endif
1258*0a6a1f1dSLionel Sambuc 
1259*0a6a1f1dSLionel Sambuc 
126084d9c625SLionel Sambuc /* Define if your PowerPC64 linker only needs function descriptor syms. */
126184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
126284d9c625SLionel Sambuc /* #undef HAVE_LD_NO_DOT_SYMS */
126384d9c625SLionel Sambuc #endif
126484d9c625SLionel Sambuc 
126584d9c625SLionel Sambuc 
126684d9c625SLionel Sambuc /* Define if your linker can relax absolute .eh_frame personality pointers
126784d9c625SLionel Sambuc    into PC-relative form. */
126884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
126984d9c625SLionel Sambuc /* #undef HAVE_LD_PERSONALITY_RELAXATION */
127084d9c625SLionel Sambuc #endif
127184d9c625SLionel Sambuc 
127284d9c625SLionel Sambuc 
127384d9c625SLionel Sambuc /* Define if your linker supports -pie option. */
127484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
127584d9c625SLionel Sambuc #define HAVE_LD_PIE 1
127684d9c625SLionel Sambuc #endif
127784d9c625SLionel Sambuc 
127884d9c625SLionel Sambuc 
127984d9c625SLionel Sambuc /* Define if your linker links a mix of read-only and read-write sections into
128084d9c625SLionel Sambuc    a read-write section. */
128184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
128284d9c625SLionel Sambuc #define HAVE_LD_RO_RW_SECTION_MIXING 1
128384d9c625SLionel Sambuc #endif
128484d9c625SLionel Sambuc 
128584d9c625SLionel Sambuc 
128684d9c625SLionel Sambuc /* Define if your linker supports the *_sol2 emulations. */
128784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
128884d9c625SLionel Sambuc /* #undef HAVE_LD_SOL2_EMULATION */
128984d9c625SLionel Sambuc #endif
129084d9c625SLionel Sambuc 
129184d9c625SLionel Sambuc 
1292*0a6a1f1dSLionel Sambuc /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */
129384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
129484d9c625SLionel Sambuc #define HAVE_LD_STATIC_DYNAMIC 1
129584d9c625SLionel Sambuc #endif
129684d9c625SLionel Sambuc 
129784d9c625SLionel Sambuc 
129884d9c625SLionel Sambuc /* Define if your linker supports --sysroot. */
129984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
130084d9c625SLionel Sambuc #define HAVE_LD_SYSROOT 1
130184d9c625SLionel Sambuc #endif
130284d9c625SLionel Sambuc 
130384d9c625SLionel Sambuc 
130484d9c625SLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */
130584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
130684d9c625SLionel Sambuc #define HAVE_LIMITS_H 1
130784d9c625SLionel Sambuc #endif
130884d9c625SLionel Sambuc 
130984d9c625SLionel Sambuc 
131084d9c625SLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */
131184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
131284d9c625SLionel Sambuc #define HAVE_LOCALE_H 1
131384d9c625SLionel Sambuc #endif
131484d9c625SLionel Sambuc 
131584d9c625SLionel Sambuc 
131684d9c625SLionel Sambuc /* Define to 1 if the system has the type `long long'. */
131784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
131884d9c625SLionel Sambuc #define HAVE_LONG_LONG 1
131984d9c625SLionel Sambuc #endif
132084d9c625SLionel Sambuc 
132184d9c625SLionel Sambuc 
132284d9c625SLionel Sambuc /* Define to 1 if the system has the type `long long int'. */
132384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
132484d9c625SLionel Sambuc #define HAVE_LONG_LONG_INT 1
132584d9c625SLionel Sambuc #endif
132684d9c625SLionel Sambuc 
132784d9c625SLionel Sambuc 
1328*0a6a1f1dSLionel Sambuc /* Define to the level of your linker's plugin support. */
1329*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1330*0a6a1f1dSLionel Sambuc #define HAVE_LTO_PLUGIN 2
1331*0a6a1f1dSLionel Sambuc #endif
1332*0a6a1f1dSLionel Sambuc 
1333*0a6a1f1dSLionel Sambuc 
1334*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `madvise' function. */
1335*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1336*0a6a1f1dSLionel Sambuc #define HAVE_MADVISE 1
1337*0a6a1f1dSLionel Sambuc #endif
1338*0a6a1f1dSLionel Sambuc 
1339*0a6a1f1dSLionel Sambuc 
134084d9c625SLionel Sambuc /* Define to 1 if you have the <malloc.h> header file. */
134184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
134284d9c625SLionel Sambuc #define HAVE_MALLOC_H 1
134384d9c625SLionel Sambuc #endif
134484d9c625SLionel Sambuc 
134584d9c625SLionel Sambuc 
134684d9c625SLionel Sambuc /* Define to 1 if you have the `mbstowcs' function. */
134784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
134884d9c625SLionel Sambuc #define HAVE_MBSTOWCS 1
134984d9c625SLionel Sambuc #endif
135084d9c625SLionel Sambuc 
135184d9c625SLionel Sambuc 
135284d9c625SLionel Sambuc /* Define if valgrind's memcheck.h header is installed. */
135384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
135484d9c625SLionel Sambuc /* #undef HAVE_MEMCHECK_H */
135584d9c625SLionel Sambuc #endif
135684d9c625SLionel Sambuc 
135784d9c625SLionel Sambuc 
135884d9c625SLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
135984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
136084d9c625SLionel Sambuc #define HAVE_MEMORY_H 1
136184d9c625SLionel Sambuc #endif
136284d9c625SLionel Sambuc 
136384d9c625SLionel Sambuc 
136484d9c625SLionel Sambuc /* Define to 1 if you have the `mmap' function. */
136584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
136684d9c625SLionel Sambuc #define HAVE_MMAP 1
136784d9c625SLionel Sambuc #endif
136884d9c625SLionel Sambuc 
136984d9c625SLionel Sambuc 
137084d9c625SLionel Sambuc /* Define if mmap with MAP_ANON(YMOUS) works. */
137184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
137284d9c625SLionel Sambuc #define HAVE_MMAP_ANON 1
137384d9c625SLionel Sambuc #endif
137484d9c625SLionel Sambuc 
137584d9c625SLionel Sambuc 
137684d9c625SLionel Sambuc /* Define if mmap of /dev/zero works. */
137784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
137884d9c625SLionel Sambuc #define HAVE_MMAP_DEV_ZERO 1
137984d9c625SLionel Sambuc #endif
138084d9c625SLionel Sambuc 
138184d9c625SLionel Sambuc 
138284d9c625SLionel Sambuc /* Define if read-only mmap of a plain file works. */
138384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
138484d9c625SLionel Sambuc #define HAVE_MMAP_FILE 1
138584d9c625SLionel Sambuc #endif
138684d9c625SLionel Sambuc 
138784d9c625SLionel Sambuc 
138884d9c625SLionel Sambuc /* Define to 1 if you have the `nl_langinfo' function. */
138984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
139084d9c625SLionel Sambuc #define HAVE_NL_LANGINFO 1
139184d9c625SLionel Sambuc #endif
139284d9c625SLionel Sambuc 
139384d9c625SLionel Sambuc 
139484d9c625SLionel Sambuc /* Define to 1 if you have the `putchar_unlocked' function. */
139584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
139684d9c625SLionel Sambuc #define HAVE_PUTCHAR_UNLOCKED 1
139784d9c625SLionel Sambuc #endif
139884d9c625SLionel Sambuc 
139984d9c625SLionel Sambuc 
140084d9c625SLionel Sambuc /* Define to 1 if you have the `putc_unlocked' function. */
140184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
140284d9c625SLionel Sambuc #define HAVE_PUTC_UNLOCKED 1
140384d9c625SLionel Sambuc #endif
140484d9c625SLionel Sambuc 
140584d9c625SLionel Sambuc 
140684d9c625SLionel Sambuc /* Define to 1 if you have the `setlocale' function. */
140784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
140884d9c625SLionel Sambuc #define HAVE_SETLOCALE 1
140984d9c625SLionel Sambuc #endif
141084d9c625SLionel Sambuc 
141184d9c625SLionel Sambuc 
141284d9c625SLionel Sambuc /* Define to 1 if you have the `setrlimit' function. */
141384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
141484d9c625SLionel Sambuc #define HAVE_SETRLIMIT 1
141584d9c625SLionel Sambuc #endif
141684d9c625SLionel Sambuc 
141784d9c625SLionel Sambuc 
141884d9c625SLionel Sambuc /* Define to 1 if you have the <stddef.h> header file. */
141984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
142084d9c625SLionel Sambuc #define HAVE_STDDEF_H 1
142184d9c625SLionel Sambuc #endif
142284d9c625SLionel Sambuc 
142384d9c625SLionel Sambuc 
142484d9c625SLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
142584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
142684d9c625SLionel Sambuc #define HAVE_STDINT_H 1
142784d9c625SLionel Sambuc #endif
142884d9c625SLionel Sambuc 
142984d9c625SLionel Sambuc 
143084d9c625SLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
143184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
143284d9c625SLionel Sambuc #define HAVE_STDLIB_H 1
143384d9c625SLionel Sambuc #endif
143484d9c625SLionel Sambuc 
143584d9c625SLionel Sambuc 
143684d9c625SLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
143784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
143884d9c625SLionel Sambuc #define HAVE_STRINGS_H 1
143984d9c625SLionel Sambuc #endif
144084d9c625SLionel Sambuc 
144184d9c625SLionel Sambuc 
144284d9c625SLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
144384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
144484d9c625SLionel Sambuc #define HAVE_STRING_H 1
144584d9c625SLionel Sambuc #endif
144684d9c625SLionel Sambuc 
144784d9c625SLionel Sambuc 
144884d9c625SLionel Sambuc /* Define to 1 if you have the `strsignal' function. */
144984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
145084d9c625SLionel Sambuc #define HAVE_STRSIGNAL 1
145184d9c625SLionel Sambuc #endif
145284d9c625SLionel Sambuc 
145384d9c625SLionel Sambuc 
145484d9c625SLionel Sambuc /* Define if <sys/times.h> defines struct tms. */
145584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
145684d9c625SLionel Sambuc #define HAVE_STRUCT_TMS 1
145784d9c625SLionel Sambuc #endif
145884d9c625SLionel Sambuc 
145984d9c625SLionel Sambuc 
146084d9c625SLionel Sambuc /* Define to 1 if you have the `sysconf' function. */
146184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
146284d9c625SLionel Sambuc #define HAVE_SYSCONF 1
146384d9c625SLionel Sambuc #endif
146484d9c625SLionel Sambuc 
146584d9c625SLionel Sambuc 
146684d9c625SLionel Sambuc /* Define to 1 if you have the <sys/file.h> header file. */
146784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
146884d9c625SLionel Sambuc #define HAVE_SYS_FILE_H 1
146984d9c625SLionel Sambuc #endif
147084d9c625SLionel Sambuc 
147184d9c625SLionel Sambuc 
147284d9c625SLionel Sambuc /* Define to 1 if you have the <sys/mman.h> header file. */
147384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
147484d9c625SLionel Sambuc #define HAVE_SYS_MMAN_H 1
147584d9c625SLionel Sambuc #endif
147684d9c625SLionel Sambuc 
147784d9c625SLionel Sambuc 
147884d9c625SLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */
147984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
148084d9c625SLionel Sambuc #define HAVE_SYS_PARAM_H 1
148184d9c625SLionel Sambuc #endif
148284d9c625SLionel Sambuc 
148384d9c625SLionel Sambuc 
148484d9c625SLionel Sambuc /* Define to 1 if you have the <sys/resource.h> header file. */
148584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
148684d9c625SLionel Sambuc #define HAVE_SYS_RESOURCE_H 1
148784d9c625SLionel Sambuc #endif
148884d9c625SLionel Sambuc 
148984d9c625SLionel Sambuc 
1490*0a6a1f1dSLionel Sambuc /* Define if your target C library provides sys/sdt.h */
1491*0a6a1f1dSLionel Sambuc #define HAVE_SYS_SDT_H 1
1492*0a6a1f1dSLionel Sambuc 
149384d9c625SLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
149484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
149584d9c625SLionel Sambuc #define HAVE_SYS_STAT_H 1
149684d9c625SLionel Sambuc #endif
149784d9c625SLionel Sambuc 
149884d9c625SLionel Sambuc 
149984d9c625SLionel Sambuc /* Define to 1 if you have the <sys/times.h> header file. */
150084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
150184d9c625SLionel Sambuc #define HAVE_SYS_TIMES_H 1
150284d9c625SLionel Sambuc #endif
150384d9c625SLionel Sambuc 
150484d9c625SLionel Sambuc 
150584d9c625SLionel Sambuc /* Define to 1 if you have the <sys/time.h> header file. */
150684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
150784d9c625SLionel Sambuc #define HAVE_SYS_TIME_H 1
150884d9c625SLionel Sambuc #endif
150984d9c625SLionel Sambuc 
151084d9c625SLionel Sambuc 
151184d9c625SLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
151284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
151384d9c625SLionel Sambuc #define HAVE_SYS_TYPES_H 1
151484d9c625SLionel Sambuc #endif
151584d9c625SLionel Sambuc 
151684d9c625SLionel Sambuc 
151784d9c625SLionel Sambuc /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
151884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
151984d9c625SLionel Sambuc #define HAVE_SYS_WAIT_H 1
152084d9c625SLionel Sambuc #endif
152184d9c625SLionel Sambuc 
152284d9c625SLionel Sambuc 
152384d9c625SLionel Sambuc /* Define to 1 if you have the `times' function. */
152484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
152584d9c625SLionel Sambuc #define HAVE_TIMES 1
152684d9c625SLionel Sambuc #endif
152784d9c625SLionel Sambuc 
152884d9c625SLionel Sambuc 
152984d9c625SLionel Sambuc /* Define to 1 if you have the <time.h> header file. */
153084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
153184d9c625SLionel Sambuc #define HAVE_TIME_H 1
153284d9c625SLionel Sambuc #endif
153384d9c625SLionel Sambuc 
153484d9c625SLionel Sambuc 
1535*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <tr1/unordered_map> header file. */
1536*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1537*0a6a1f1dSLionel Sambuc #define HAVE_TR1_UNORDERED_MAP 1
1538*0a6a1f1dSLionel Sambuc #endif
1539*0a6a1f1dSLionel Sambuc 
1540*0a6a1f1dSLionel Sambuc 
154184d9c625SLionel Sambuc /* Define to 1 if the system has the type `uintmax_t'. */
154284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
154384d9c625SLionel Sambuc #define HAVE_UINTMAX_T 1
154484d9c625SLionel Sambuc #endif
154584d9c625SLionel Sambuc 
154684d9c625SLionel Sambuc 
154784d9c625SLionel Sambuc /* Define to 1 if the system has the type `uintptr_t'. */
154884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
154984d9c625SLionel Sambuc #define HAVE_UINTPTR_T 1
155084d9c625SLionel Sambuc #endif
155184d9c625SLionel Sambuc 
155284d9c625SLionel Sambuc 
155384d9c625SLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
155484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
155584d9c625SLionel Sambuc #define HAVE_UNISTD_H 1
155684d9c625SLionel Sambuc #endif
155784d9c625SLionel Sambuc 
155884d9c625SLionel Sambuc 
1559*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <unordered_map> header file. */
1560*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1561*0a6a1f1dSLionel Sambuc /* #undef HAVE_UNORDERED_MAP */
1562*0a6a1f1dSLionel Sambuc #endif
1563*0a6a1f1dSLionel Sambuc 
1564*0a6a1f1dSLionel Sambuc 
156584d9c625SLionel Sambuc /* Define to 1 if the system has the type `unsigned long long int'. */
156684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
156784d9c625SLionel Sambuc #define HAVE_UNSIGNED_LONG_LONG_INT 1
156884d9c625SLionel Sambuc #endif
156984d9c625SLionel Sambuc 
157084d9c625SLionel Sambuc 
157184d9c625SLionel Sambuc /* Define if valgrind's valgrind/memcheck.h header is installed. */
157284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
157384d9c625SLionel Sambuc /* #undef HAVE_VALGRIND_MEMCHECK_H */
157484d9c625SLionel Sambuc #endif
157584d9c625SLionel Sambuc 
157684d9c625SLionel Sambuc 
157784d9c625SLionel Sambuc /* Define to 1 if you have the `vfork' function. */
157884d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
157984d9c625SLionel Sambuc /* #undef HAVE_VFORK */
158084d9c625SLionel Sambuc #endif
158184d9c625SLionel Sambuc 
158284d9c625SLionel Sambuc 
158384d9c625SLionel Sambuc /* Define to 1 if you have the <vfork.h> header file. */
158484d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
158584d9c625SLionel Sambuc /* #undef HAVE_VFORK_H */
158684d9c625SLionel Sambuc #endif
158784d9c625SLionel Sambuc 
158884d9c625SLionel Sambuc 
158984d9c625SLionel Sambuc /* Define to 1 if you have the <wchar.h> header file. */
159084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
159184d9c625SLionel Sambuc #define HAVE_WCHAR_H 1
159284d9c625SLionel Sambuc #endif
159384d9c625SLionel Sambuc 
159484d9c625SLionel Sambuc 
159584d9c625SLionel Sambuc /* Define to 1 if you have the `wcswidth' function. */
159684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
159784d9c625SLionel Sambuc #define HAVE_WCSWIDTH 1
159884d9c625SLionel Sambuc #endif
159984d9c625SLionel Sambuc 
160084d9c625SLionel Sambuc 
160184d9c625SLionel Sambuc /* Define to 1 if `fork' works. */
160284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
160384d9c625SLionel Sambuc #define HAVE_WORKING_FORK 1
160484d9c625SLionel Sambuc #endif
160584d9c625SLionel Sambuc 
160684d9c625SLionel Sambuc 
160784d9c625SLionel Sambuc /* Define this macro if mbstowcs does not crash when its first argument is
160884d9c625SLionel Sambuc    NULL. */
160984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
161084d9c625SLionel Sambuc #define HAVE_WORKING_MBSTOWCS 1
161184d9c625SLionel Sambuc #endif
161284d9c625SLionel Sambuc 
161384d9c625SLionel Sambuc 
161484d9c625SLionel Sambuc /* Define to 1 if `vfork' works. */
161584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
161684d9c625SLionel Sambuc /* #undef HAVE_WORKING_VFORK */
161784d9c625SLionel Sambuc #endif
161884d9c625SLionel Sambuc 
161984d9c625SLionel Sambuc 
162084d9c625SLionel Sambuc /* Define to 1 if the system has the type `__int64'. */
162184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
162284d9c625SLionel Sambuc /* #undef HAVE___INT64 */
162384d9c625SLionel Sambuc #endif
162484d9c625SLionel Sambuc 
162584d9c625SLionel Sambuc 
162684d9c625SLionel Sambuc /* Define if cloog is in use. */
162784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
162884d9c625SLionel Sambuc /* #undef HAVE_cloog */
162984d9c625SLionel Sambuc #endif
163084d9c625SLionel Sambuc 
163184d9c625SLionel Sambuc 
1632*0a6a1f1dSLionel Sambuc /* Define if F_SETLKW supported by fcntl. */
163384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1634*0a6a1f1dSLionel Sambuc #define HOST_HAS_F_SETLKW 1
163584d9c625SLionel Sambuc #endif
163684d9c625SLionel Sambuc 
163784d9c625SLionel Sambuc 
163884d9c625SLionel Sambuc /* Define as const if the declaration of iconv() needs const. */
163984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1640*0a6a1f1dSLionel Sambuc /* #undef ICONV_CONST */
1641*0a6a1f1dSLionel Sambuc #endif
1642*0a6a1f1dSLionel Sambuc 
1643*0a6a1f1dSLionel Sambuc 
1644*0a6a1f1dSLionel Sambuc /* Define to the linker option to enable use of shared objects. */
1645*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1646*0a6a1f1dSLionel Sambuc #define LD_DYNAMIC_OPTION "-Bdynamic"
1647*0a6a1f1dSLionel Sambuc #endif
1648*0a6a1f1dSLionel Sambuc 
1649*0a6a1f1dSLionel Sambuc 
1650*0a6a1f1dSLionel Sambuc /* Define to the linker option to disable use of shared objects. */
1651*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1652*0a6a1f1dSLionel Sambuc #define LD_STATIC_OPTION "-Bstatic"
1653*0a6a1f1dSLionel Sambuc #endif
1654*0a6a1f1dSLionel Sambuc 
1655*0a6a1f1dSLionel Sambuc 
1656*0a6a1f1dSLionel Sambuc /* Define to the library containing __tls_get_addr/___tls_get_addr. */
1657*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1658*0a6a1f1dSLionel Sambuc /* #undef LIB_TLS_SPEC */
1659*0a6a1f1dSLionel Sambuc #endif
1660*0a6a1f1dSLionel Sambuc 
1661*0a6a1f1dSLionel Sambuc 
1662*0a6a1f1dSLionel Sambuc /* The linker hash style */
1663*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1664*0a6a1f1dSLionel Sambuc /* #undef LINKER_HASH_STYLE */
1665*0a6a1f1dSLionel Sambuc #endif
1666*0a6a1f1dSLionel Sambuc 
1667*0a6a1f1dSLionel Sambuc 
1668*0a6a1f1dSLionel Sambuc /* Define to the name of the LTO plugin DSO that must be passed to the
1669*0a6a1f1dSLionel Sambuc    linker's -plugin=LIB option. */
1670*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1671*0a6a1f1dSLionel Sambuc #define LTOPLUGINSONAME "liblto_plugin.so"
167284d9c625SLionel Sambuc #endif
167384d9c625SLionel Sambuc 
167484d9c625SLionel Sambuc 
167584d9c625SLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
167684d9c625SLionel Sambuc    */
167784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
167884d9c625SLionel Sambuc #define LT_OBJDIR ".libs/"
167984d9c625SLionel Sambuc #endif
168084d9c625SLionel Sambuc 
168184d9c625SLionel Sambuc 
168284d9c625SLionel Sambuc /* Define if host mkdir takes a single argument. */
168384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
168484d9c625SLionel Sambuc /* #undef MKDIR_TAKES_ONE_ARG */
168584d9c625SLionel Sambuc #endif
168684d9c625SLionel Sambuc 
168784d9c625SLionel Sambuc 
168884d9c625SLionel Sambuc /* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
168984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
169084d9c625SLionel Sambuc #define NEED_64BIT_HOST_WIDE_INT 1
169184d9c625SLionel Sambuc #endif
169284d9c625SLionel Sambuc 
169384d9c625SLionel Sambuc 
169484d9c625SLionel Sambuc /* Define to 1 if your C compiler doesn't accept -c and -o together. */
169584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
169684d9c625SLionel Sambuc /* #undef NO_MINUS_C_MINUS_O */
169784d9c625SLionel Sambuc #endif
169884d9c625SLionel Sambuc 
169984d9c625SLionel Sambuc 
170084d9c625SLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
170184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
170284d9c625SLionel Sambuc #define PACKAGE_BUGREPORT ""
170384d9c625SLionel Sambuc #endif
170484d9c625SLionel Sambuc 
170584d9c625SLionel Sambuc 
170684d9c625SLionel Sambuc /* Define to the full name of this package. */
170784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
170884d9c625SLionel Sambuc #define PACKAGE_NAME ""
170984d9c625SLionel Sambuc #endif
171084d9c625SLionel Sambuc 
171184d9c625SLionel Sambuc 
171284d9c625SLionel Sambuc /* Define to the full name and version of this package. */
171384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
171484d9c625SLionel Sambuc #define PACKAGE_STRING ""
171584d9c625SLionel Sambuc #endif
171684d9c625SLionel Sambuc 
171784d9c625SLionel Sambuc 
171884d9c625SLionel Sambuc /* Define to the one symbol short name of this package. */
171984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
172084d9c625SLionel Sambuc #define PACKAGE_TARNAME ""
172184d9c625SLionel Sambuc #endif
172284d9c625SLionel Sambuc 
172384d9c625SLionel Sambuc 
172484d9c625SLionel Sambuc /* Define to the home page for this package. */
172584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
172684d9c625SLionel Sambuc #define PACKAGE_URL ""
172784d9c625SLionel Sambuc #endif
172884d9c625SLionel Sambuc 
172984d9c625SLionel Sambuc 
173084d9c625SLionel Sambuc /* Define to the version of this package. */
173184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
173284d9c625SLionel Sambuc #define PACKAGE_VERSION ""
173384d9c625SLionel Sambuc #endif
173484d9c625SLionel Sambuc 
173584d9c625SLionel Sambuc 
173684d9c625SLionel Sambuc /* Specify plugin linker */
173784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
1738*0a6a1f1dSLionel Sambuc #define PLUGIN_LD_SUFFIX "ld"
173984d9c625SLionel Sambuc #endif
174084d9c625SLionel Sambuc 
174184d9c625SLionel Sambuc 
174284d9c625SLionel Sambuc /* Define to PREFIX/include if cpp should also search that directory. */
174384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
174484d9c625SLionel Sambuc /* #undef PREFIX_INCLUDE_DIR */
174584d9c625SLionel Sambuc #endif
174684d9c625SLionel Sambuc 
174784d9c625SLionel Sambuc 
174884d9c625SLionel Sambuc /* The size of `int', as computed by sizeof. */
174984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
175084d9c625SLionel Sambuc #define SIZEOF_INT 4
175184d9c625SLionel Sambuc #endif
175284d9c625SLionel Sambuc 
175384d9c625SLionel Sambuc 
175484d9c625SLionel Sambuc /* The size of `long', as computed by sizeof. */
175584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
175684d9c625SLionel Sambuc #define SIZEOF_LONG 8
175784d9c625SLionel Sambuc #endif
175884d9c625SLionel Sambuc 
175984d9c625SLionel Sambuc 
176084d9c625SLionel Sambuc /* The size of `long long', as computed by sizeof. */
176184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
176284d9c625SLionel Sambuc #define SIZEOF_LONG_LONG 8
176384d9c625SLionel Sambuc #endif
176484d9c625SLionel Sambuc 
176584d9c625SLionel Sambuc 
176684d9c625SLionel Sambuc /* The size of `short', as computed by sizeof. */
176784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
176884d9c625SLionel Sambuc #define SIZEOF_SHORT 2
176984d9c625SLionel Sambuc #endif
177084d9c625SLionel Sambuc 
177184d9c625SLionel Sambuc 
177284d9c625SLionel Sambuc /* The size of `void *', as computed by sizeof. */
177384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
177484d9c625SLionel Sambuc #define SIZEOF_VOID_P 8
177584d9c625SLionel Sambuc #endif
177684d9c625SLionel Sambuc 
177784d9c625SLionel Sambuc 
177884d9c625SLionel Sambuc /* The size of `__int64', as computed by sizeof. */
177984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
178084d9c625SLionel Sambuc /* #undef SIZEOF___INT64 */
178184d9c625SLionel Sambuc #endif
178284d9c625SLionel Sambuc 
178384d9c625SLionel Sambuc 
178484d9c625SLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
178584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
178684d9c625SLionel Sambuc #define STDC_HEADERS 1
178784d9c625SLionel Sambuc #endif
178884d9c625SLionel Sambuc 
178984d9c625SLionel Sambuc 
179084d9c625SLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */
179184d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
179284d9c625SLionel Sambuc #define STRING_WITH_STRINGS 1
179384d9c625SLionel Sambuc #endif
179484d9c625SLionel Sambuc 
179584d9c625SLionel Sambuc 
179684d9c625SLionel Sambuc /* Define if TFmode long double should be the default */
179784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
179884d9c625SLionel Sambuc /* #undef TARGET_DEFAULT_LONG_DOUBLE_128 */
179984d9c625SLionel Sambuc #endif
180084d9c625SLionel Sambuc 
180184d9c625SLionel Sambuc 
1802*0a6a1f1dSLionel Sambuc /* Define if your target C library provides the `dl_iterate_phdr' function. */
1803*0a6a1f1dSLionel Sambuc /* #undef TARGET_DL_ITERATE_PHDR */
1804*0a6a1f1dSLionel Sambuc 
180584d9c625SLionel Sambuc /* Define if your target C library provides stack protector support */
180684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
180784d9c625SLionel Sambuc #define TARGET_LIBC_PROVIDES_SSP 1
180884d9c625SLionel Sambuc #endif
180984d9c625SLionel Sambuc 
181084d9c625SLionel Sambuc 
181184d9c625SLionel Sambuc /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
181284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
181384d9c625SLionel Sambuc #define TIME_WITH_SYS_TIME 1
181484d9c625SLionel Sambuc #endif
181584d9c625SLionel Sambuc 
181684d9c625SLionel Sambuc 
181784d9c625SLionel Sambuc /* Define to the flag used to mark TLS sections if the default (`T') doesn't
181884d9c625SLionel Sambuc    work. */
181984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
182084d9c625SLionel Sambuc /* #undef TLS_SECTION_ASM_FLAG */
182184d9c625SLionel Sambuc #endif
182284d9c625SLionel Sambuc 
182384d9c625SLionel Sambuc 
182484d9c625SLionel Sambuc /* Define if your assembler mis-optimizes .eh_frame data. */
182584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
182684d9c625SLionel Sambuc /* #undef USE_AS_TRADITIONAL_FORMAT */
182784d9c625SLionel Sambuc #endif
182884d9c625SLionel Sambuc 
182984d9c625SLionel Sambuc 
183084d9c625SLionel Sambuc /* Define if you want to generate code by default that assumes that the Cygwin
183184d9c625SLionel Sambuc    DLL exports wrappers to support libstdc++ function replacement. */
183284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
183384d9c625SLionel Sambuc /* #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS */
183484d9c625SLionel Sambuc #endif
183584d9c625SLionel Sambuc 
183684d9c625SLionel Sambuc 
183784d9c625SLionel Sambuc /* Define to 1 if the 'long long' (or '__int64') is wider than 'long' but
183884d9c625SLionel Sambuc    still efficiently supported by the host hardware. */
183984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
184084d9c625SLionel Sambuc /* #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT */
184184d9c625SLionel Sambuc #endif
184284d9c625SLionel Sambuc 
184384d9c625SLionel Sambuc 
184484d9c625SLionel Sambuc /* Define if we should use leading underscore on 64 bit mingw targets */
184584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
184684d9c625SLionel Sambuc /* #undef USE_MINGW64_LEADING_UNDERSCORES */
184784d9c625SLionel Sambuc #endif
184884d9c625SLionel Sambuc 
184984d9c625SLionel Sambuc 
185084d9c625SLionel Sambuc /* Enable extensions on AIX 3, Interix.  */
185184d9c625SLionel Sambuc #ifndef _ALL_SOURCE
185284d9c625SLionel Sambuc # define _ALL_SOURCE 1
185384d9c625SLionel Sambuc #endif
185484d9c625SLionel Sambuc /* Enable GNU extensions on systems that have them.  */
185584d9c625SLionel Sambuc #ifndef _GNU_SOURCE
185684d9c625SLionel Sambuc # define _GNU_SOURCE 1
185784d9c625SLionel Sambuc #endif
185884d9c625SLionel Sambuc /* Enable threading extensions on Solaris.  */
185984d9c625SLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS
186084d9c625SLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1
186184d9c625SLionel Sambuc #endif
186284d9c625SLionel Sambuc /* Enable extensions on HP NonStop.  */
186384d9c625SLionel Sambuc #ifndef _TANDEM_SOURCE
186484d9c625SLionel Sambuc # define _TANDEM_SOURCE 1
186584d9c625SLionel Sambuc #endif
186684d9c625SLionel Sambuc /* Enable general extensions on Solaris.  */
186784d9c625SLionel Sambuc #ifndef __EXTENSIONS__
186884d9c625SLionel Sambuc # define __EXTENSIONS__ 1
186984d9c625SLionel Sambuc #endif
187084d9c625SLionel Sambuc 
187184d9c625SLionel Sambuc 
187284d9c625SLionel Sambuc /* Define to be the last component of the Windows registry key under which to
187384d9c625SLionel Sambuc    look for installation paths. The full key used will be
187484d9c625SLionel Sambuc    HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}.
187584d9c625SLionel Sambuc    The default is the GCC version number. */
187684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
187784d9c625SLionel Sambuc /* #undef WIN32_REGISTRY_KEY */
187884d9c625SLionel Sambuc #endif
187984d9c625SLionel Sambuc 
188084d9c625SLionel Sambuc 
188184d9c625SLionel Sambuc /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
188284d9c625SLionel Sambuc    significant byte first (like Motorola and SPARC, unlike Intel). */
188384d9c625SLionel Sambuc #if defined AC_APPLE_UNIVERSAL_BUILD
188484d9c625SLionel Sambuc # if defined __BIG_ENDIAN__
188584d9c625SLionel Sambuc #  define WORDS_BIGENDIAN 1
188684d9c625SLionel Sambuc # endif
188784d9c625SLionel Sambuc #else
188884d9c625SLionel Sambuc # ifndef WORDS_BIGENDIAN
188984d9c625SLionel Sambuc /* #  undef WORDS_BIGENDIAN */
189084d9c625SLionel Sambuc # endif
189184d9c625SLionel Sambuc #endif
189284d9c625SLionel Sambuc 
1893*0a6a1f1dSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */
1894*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1895*0a6a1f1dSLionel Sambuc /* #undef _FILE_OFFSET_BITS */
1896*0a6a1f1dSLionel Sambuc #endif
1897*0a6a1f1dSLionel Sambuc 
1898*0a6a1f1dSLionel Sambuc 
1899*0a6a1f1dSLionel Sambuc /* Define for large files, on AIX-style hosts. */
1900*0a6a1f1dSLionel Sambuc #ifndef USED_FOR_TARGET
1901*0a6a1f1dSLionel Sambuc /* #undef _LARGE_FILES */
1902*0a6a1f1dSLionel Sambuc #endif
1903*0a6a1f1dSLionel Sambuc 
1904*0a6a1f1dSLionel Sambuc 
190584d9c625SLionel Sambuc /* Define to 1 if on MINIX. */
190684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
190784d9c625SLionel Sambuc /* #undef _MINIX */
190884d9c625SLionel Sambuc #endif
190984d9c625SLionel Sambuc 
191084d9c625SLionel Sambuc 
191184d9c625SLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with
191284d9c625SLionel Sambuc    this defined. */
191384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
191484d9c625SLionel Sambuc /* #undef _POSIX_1_SOURCE */
191584d9c625SLionel Sambuc #endif
191684d9c625SLionel Sambuc 
191784d9c625SLionel Sambuc 
191884d9c625SLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */
191984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
192084d9c625SLionel Sambuc /* #undef _POSIX_SOURCE */
192184d9c625SLionel Sambuc #endif
192284d9c625SLionel Sambuc 
192384d9c625SLionel Sambuc 
192484d9c625SLionel Sambuc /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
192584d9c625SLionel Sambuc    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
192684d9c625SLionel Sambuc    #define below would cause a syntax error. */
192784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
192884d9c625SLionel Sambuc /* #undef _UINT32_T */
192984d9c625SLionel Sambuc #endif
193084d9c625SLionel Sambuc 
193184d9c625SLionel Sambuc 
193284d9c625SLionel Sambuc /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
193384d9c625SLionel Sambuc    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
193484d9c625SLionel Sambuc    #define below would cause a syntax error. */
193584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
193684d9c625SLionel Sambuc /* #undef _UINT64_T */
193784d9c625SLionel Sambuc #endif
193884d9c625SLionel Sambuc 
193984d9c625SLionel Sambuc 
194084d9c625SLionel Sambuc /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
194184d9c625SLionel Sambuc    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
194284d9c625SLionel Sambuc    #define below would cause a syntax error. */
194384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
194484d9c625SLionel Sambuc /* #undef _UINT8_T */
194584d9c625SLionel Sambuc #endif
194684d9c625SLionel Sambuc 
194784d9c625SLionel Sambuc 
194884d9c625SLionel Sambuc /* Define to `char *' if <sys/types.h> does not define. */
194984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
195084d9c625SLionel Sambuc /* #undef caddr_t */
195184d9c625SLionel Sambuc #endif
195284d9c625SLionel Sambuc 
195384d9c625SLionel Sambuc 
195484d9c625SLionel Sambuc /* Define to `__inline__' or `__inline' if that's what the C compiler
195584d9c625SLionel Sambuc    calls it, or to nothing if 'inline' is not supported under any name.  */
195684d9c625SLionel Sambuc #ifndef __cplusplus
195784d9c625SLionel Sambuc /* #undef inline */
195884d9c625SLionel Sambuc #endif
195984d9c625SLionel Sambuc 
196084d9c625SLionel Sambuc /* Define to the type of a signed integer type of width exactly 16 bits if
196184d9c625SLionel Sambuc    such a type exists and the standard includes do not define it. */
196284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
196384d9c625SLionel Sambuc /* #undef int16_t */
196484d9c625SLionel Sambuc #endif
196584d9c625SLionel Sambuc 
196684d9c625SLionel Sambuc 
196784d9c625SLionel Sambuc /* Define to the type of a signed integer type of width exactly 32 bits if
196884d9c625SLionel Sambuc    such a type exists and the standard includes do not define it. */
196984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
197084d9c625SLionel Sambuc /* #undef int32_t */
197184d9c625SLionel Sambuc #endif
197284d9c625SLionel Sambuc 
197384d9c625SLionel Sambuc 
197484d9c625SLionel Sambuc /* Define to the type of a signed integer type of width exactly 64 bits if
197584d9c625SLionel Sambuc    such a type exists and the standard includes do not define it. */
197684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
197784d9c625SLionel Sambuc /* #undef int64_t */
197884d9c625SLionel Sambuc #endif
197984d9c625SLionel Sambuc 
198084d9c625SLionel Sambuc 
198184d9c625SLionel Sambuc /* Define to the type of a signed integer type of width exactly 8 bits if such
198284d9c625SLionel Sambuc    a type exists and the standard includes do not define it. */
198384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
198484d9c625SLionel Sambuc /* #undef int8_t */
198584d9c625SLionel Sambuc #endif
198684d9c625SLionel Sambuc 
198784d9c625SLionel Sambuc 
198884d9c625SLionel Sambuc /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
198984d9c625SLionel Sambuc    not define. */
199084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
199184d9c625SLionel Sambuc /* #undef intmax_t */
199284d9c625SLionel Sambuc #endif
199384d9c625SLionel Sambuc 
199484d9c625SLionel Sambuc 
199584d9c625SLionel Sambuc /* Define to the type of a signed integer type wide enough to hold a pointer,
199684d9c625SLionel Sambuc    if such a type exists, and if the system does not define it. */
199784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
199884d9c625SLionel Sambuc /* #undef intptr_t */
199984d9c625SLionel Sambuc #endif
200084d9c625SLionel Sambuc 
200184d9c625SLionel Sambuc 
200284d9c625SLionel Sambuc /* Define to `int' if <sys/types.h> does not define. */
200384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
200484d9c625SLionel Sambuc /* #undef pid_t */
200584d9c625SLionel Sambuc #endif
200684d9c625SLionel Sambuc 
200784d9c625SLionel Sambuc 
200884d9c625SLionel Sambuc /* Define to `long' if <sys/resource.h> doesn't define. */
200984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
201084d9c625SLionel Sambuc /* #undef rlim_t */
201184d9c625SLionel Sambuc #endif
201284d9c625SLionel Sambuc 
201384d9c625SLionel Sambuc 
201484d9c625SLionel Sambuc /* Define to `int' if <sys/types.h> does not define. */
201584d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
201684d9c625SLionel Sambuc /* #undef ssize_t */
201784d9c625SLionel Sambuc #endif
201884d9c625SLionel Sambuc 
201984d9c625SLionel Sambuc 
202084d9c625SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 16 bits if
202184d9c625SLionel Sambuc    such a type exists and the standard includes do not define it. */
202284d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
202384d9c625SLionel Sambuc /* #undef uint16_t */
202484d9c625SLionel Sambuc #endif
202584d9c625SLionel Sambuc 
202684d9c625SLionel Sambuc 
202784d9c625SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 32 bits if
202884d9c625SLionel Sambuc    such a type exists and the standard includes do not define it. */
202984d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
203084d9c625SLionel Sambuc /* #undef uint32_t */
203184d9c625SLionel Sambuc #endif
203284d9c625SLionel Sambuc 
203384d9c625SLionel Sambuc 
203484d9c625SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 64 bits if
203584d9c625SLionel Sambuc    such a type exists and the standard includes do not define it. */
203684d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
203784d9c625SLionel Sambuc /* #undef uint64_t */
203884d9c625SLionel Sambuc #endif
203984d9c625SLionel Sambuc 
204084d9c625SLionel Sambuc 
204184d9c625SLionel Sambuc /* Define to the type of an unsigned integer type of width exactly 8 bits if
204284d9c625SLionel Sambuc    such a type exists and the standard includes do not define it. */
204384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
204484d9c625SLionel Sambuc /* #undef uint8_t */
204584d9c625SLionel Sambuc #endif
204684d9c625SLionel Sambuc 
204784d9c625SLionel Sambuc 
204884d9c625SLionel Sambuc /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
204984d9c625SLionel Sambuc    do not define. */
205084d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
205184d9c625SLionel Sambuc /* #undef uintmax_t */
205284d9c625SLionel Sambuc #endif
205384d9c625SLionel Sambuc 
205484d9c625SLionel Sambuc 
205584d9c625SLionel Sambuc /* Define to the type of an unsigned integer type wide enough to hold a
205684d9c625SLionel Sambuc    pointer, if such a type exists, and if the system does not define it. */
205784d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
205884d9c625SLionel Sambuc /* #undef uintptr_t */
205984d9c625SLionel Sambuc #endif
206084d9c625SLionel Sambuc 
206184d9c625SLionel Sambuc 
206284d9c625SLionel Sambuc /* Define as `fork' if `vfork' does not work. */
206384d9c625SLionel Sambuc #ifndef USED_FOR_TARGET
206484d9c625SLionel Sambuc #define vfork fork
206584d9c625SLionel Sambuc #endif
206684d9c625SLionel Sambuc 
2067