]>
Commit | Line | Data |
---|---|---|
a6a5e4c9 | 1 | /* config.in. Generated from configure.ac by autoheader. */ |
71a94577 | 2 | |
85c64bbe BS |
3 | /* Define if this compiler should be built as the offload target compiler. */ |
4 | #ifndef USED_FOR_TARGET | |
5 | #undef ACCEL_COMPILER | |
6 | #endif | |
7 | ||
8 | ||
5213506e RW |
9 | /* Define if building universal (internal helper macro) */ |
10 | #ifndef USED_FOR_TARGET | |
11 | #undef AC_APPLE_UNIVERSAL_BUILD | |
12 | #endif | |
13 | ||
14 | ||
29d7cbd1 RO |
15 | /* Define to the assembler option to enable compressed debug sections. */ |
16 | #ifndef USED_FOR_TARGET | |
17 | #undef AS_COMPRESS_DEBUG_OPTION | |
18 | #endif | |
19 | ||
20 | ||
21 | /* Define to the assembler option to disable compressed debug sections. */ | |
22 | #ifndef USED_FOR_TARGET | |
23 | #undef AS_NO_COMPRESS_DEBUG_OPTION | |
24 | #endif | |
25 | ||
26 | ||
e33a1eae JJ |
27 | /* Define to the root for URLs about GCC changes. */ |
28 | #ifndef USED_FOR_TARGET | |
29 | #undef CHANGES_ROOT_URL | |
30 | #endif | |
31 | ||
32 | ||
236ec2d7 | 33 | /* Define as the number of bits in a byte, if `limits.h' doesn't. */ |
232b67d9 | 34 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 35 | #undef CHAR_BIT |
232b67d9 NS |
36 | #endif |
37 | ||
e256b8b6 | 38 | |
b06f87c7 BE |
39 | /* Define to 0/1 if you want more run-time sanity checks. This one gets a grab |
40 | bag of miscellaneous but relatively cheap checks. */ | |
7ec491c0 MM |
41 | #ifndef USED_FOR_TARGET |
42 | #undef CHECKING_P | |
43 | #endif | |
44 | ||
45 | ||
a6a5e4c9 | 46 | /* Define 0/1 to force the choice for exception handling model. */ |
232b67d9 | 47 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 48 | #undef CONFIG_SJLJ_EXCEPTIONS |
232b67d9 NS |
49 | #endif |
50 | ||
e9831ca0 | 51 | |
a6a5e4c9 | 52 | /* Define to enable the use of a default assembler. */ |
232b67d9 | 53 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 54 | #undef DEFAULT_ASSEMBLER |
232b67d9 NS |
55 | #endif |
56 | ||
c375c43b | 57 | |
3b5e8ee4 IS |
58 | /* Define to enable the use of a default debug linker. */ |
59 | #ifndef USED_FOR_TARGET | |
60 | #undef DEFAULT_DSYMUTIL | |
61 | #endif | |
62 | ||
63 | ||
a6a5e4c9 | 64 | /* Define to enable the use of a default linker. */ |
232b67d9 | 65 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 66 | #undef DEFAULT_LINKER |
232b67d9 NS |
67 | #endif |
68 | ||
ab87f8c8 | 69 | |
dc6b6330 | 70 | /* Define to larger than zero set the default stack clash protector size. */ |
630b1e3a TC |
71 | #ifndef USED_FOR_TARGET |
72 | #undef DEFAULT_STK_CLASH_GUARD_SIZE | |
73 | #endif | |
74 | ||
75 | ||
a6a5e4c9 KC |
76 | /* Define if you want to use __cxa_atexit, rather than atexit, to register C++ |
77 | destructors for local statics and global objects. This is essential for | |
78 | fully standards-compliant handling of destructors, but requires | |
79 | __cxa_atexit in libc. */ | |
232b67d9 | 80 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 81 | #undef DEFAULT_USE_CXA_ATEXIT |
232b67d9 NS |
82 | #endif |
83 | ||
3ec83fc2 | 84 | |
899c78ae JJ |
85 | /* The default for -fdiagnostics-color option */ |
86 | #ifndef USED_FOR_TARGET | |
87 | #undef DIAGNOSTICS_COLOR_DEFAULT | |
88 | #endif | |
89 | ||
90 | ||
458c8d64 BE |
91 | /* The default for -fdiagnostics-urls option */ |
92 | #ifndef USED_FOR_TARGET | |
93 | #undef DIAGNOSTICS_URLS_DEFAULT | |
94 | #endif | |
95 | ||
96 | ||
e33a1eae JJ |
97 | /* Define to the root for documentation URLs. */ |
98 | #ifndef USED_FOR_TARGET | |
99 | #undef DOCUMENTATION_ROOT_URL | |
100 | #endif | |
101 | ||
102 | ||
3b5e8ee4 IS |
103 | /* Define to the dsymutil version. */ |
104 | #ifndef USED_FOR_TARGET | |
105 | #undef DSYMUTIL_VERSION | |
106 | #endif | |
107 | ||
108 | ||
757bf1df DM |
109 | /* Define 0/1 if static analyzer feature is enabled. */ |
110 | #ifndef USED_FOR_TARGET | |
111 | #undef ENABLE_ANALYZER | |
112 | #endif | |
113 | ||
114 | ||
06c37c96 | 115 | /* Define if you want assertions enabled. This is a cheap check. */ |
232b67d9 | 116 | #ifndef USED_FOR_TARGET |
06c37c96 | 117 | #undef ENABLE_ASSERT_CHECKING |
232b67d9 NS |
118 | #endif |
119 | ||
06c37c96 | 120 | |
3089f8b5 PB |
121 | /* Define to 1 to specify that we are using the BID decimal floating point |
122 | format instead of DPD */ | |
123 | #ifndef USED_FOR_TARGET | |
124 | #undef ENABLE_DECIMAL_BID_FORMAT | |
125 | #endif | |
126 | ||
127 | ||
486aa804 BE |
128 | /* Define to 1 to enable decimal float extension to C. */ |
129 | #ifndef USED_FOR_TARGET | |
130 | #undef ENABLE_DECIMAL_FLOAT | |
131 | #endif | |
132 | ||
133 | ||
428b3812 L |
134 | /* Define if your target supports default PIE and it is enabled. */ |
135 | #ifndef USED_FOR_TARGET | |
136 | #undef ENABLE_DEFAULT_PIE | |
137 | #endif | |
138 | ||
139 | ||
e0f6cba0 MG |
140 | /* Define if your target supports default stack protector and it is enabled. |
141 | */ | |
142 | #ifndef USED_FOR_TARGET | |
143 | #undef ENABLE_DEFAULT_SSP | |
144 | #endif | |
145 | ||
146 | ||
3089f8b5 | 147 | /* Define if you want more run-time sanity checks for dataflow. */ |
79b87c74 | 148 | #ifndef USED_FOR_TARGET |
3089f8b5 | 149 | #undef ENABLE_DF_CHECKING |
79b87c74 MM |
150 | #endif |
151 | ||
152 | ||
8f56cb51 AM |
153 | /* Define to 0/1 if you want extra run-time checking that might affect code |
154 | generation. */ | |
155 | #ifndef USED_FOR_TARGET | |
156 | #undef ENABLE_EXTRA_CHECKING | |
157 | #endif | |
158 | ||
159 | ||
ab22c1fa CF |
160 | /* Define to 1 to enable fixed-point arithmetic extension to C. */ |
161 | #ifndef USED_FOR_TARGET | |
162 | #undef ENABLE_FIXED_POINT | |
163 | #endif | |
164 | ||
165 | ||
a6a5e4c9 KC |
166 | /* Define if you want fold checked that it never destructs its argument. This |
167 | is quite expensive. */ | |
232b67d9 | 168 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 169 | #undef ENABLE_FOLD_CHECKING |
232b67d9 NS |
170 | #endif |
171 | ||
956d6950 | 172 | |
a6a5e4c9 KC |
173 | /* Define if you want the garbage collector to operate in maximally paranoid |
174 | mode, validating the entire heap and collecting garbage at every | |
175 | opportunity. This is extremely expensive. */ | |
232b67d9 | 176 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 177 | #undef ENABLE_GC_ALWAYS_COLLECT |
232b67d9 NS |
178 | #endif |
179 | ||
956d6950 | 180 | |
a6a5e4c9 KC |
181 | /* Define if you want the garbage collector to do object poisoning and other |
182 | memory allocation checks. This is quite expensive. */ | |
232b67d9 | 183 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 184 | #undef ENABLE_GC_CHECKING |
232b67d9 NS |
185 | #endif |
186 | ||
e256b8b6 | 187 | |
70b1e376 RW |
188 | /* Define if you want operations on GIMPLE (the basic data structure of the |
189 | high-level optimizers) to be checked for dynamic type safety at runtime. | |
190 | This is moderately expensive. */ | |
191 | #ifndef USED_FOR_TARGET | |
192 | #undef ENABLE_GIMPLE_CHECKING | |
193 | #endif | |
194 | ||
195 | ||
cd533689 PP |
196 | /* Define if gcc should always pass --build-id to linker. */ |
197 | #ifndef USED_FOR_TARGET | |
198 | #undef ENABLE_LD_BUILDID | |
199 | #endif | |
200 | ||
201 | ||
87e6d9dc TB |
202 | /* Define to 1 to enable libquadmath support */ |
203 | #ifndef USED_FOR_TARGET | |
204 | #undef ENABLE_LIBQUADMATH_SUPPORT | |
205 | #endif | |
206 | ||
207 | ||
d7f09764 DN |
208 | /* Define to enable LTO support. */ |
209 | #ifndef USED_FOR_TARGET | |
210 | #undef ENABLE_LTO | |
211 | #endif | |
212 | ||
213 | ||
a6a5e4c9 KC |
214 | /* Define to 1 if translation of program messages to the user's native |
215 | language is requested. */ | |
232b67d9 | 216 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 217 | #undef ENABLE_NLS |
232b67d9 NS |
218 | #endif |
219 | ||
c375c43b | 220 | |
85c64bbe BS |
221 | /* Define this to enable support for offloading. */ |
222 | #ifndef USED_FOR_TARGET | |
223 | #undef ENABLE_OFFLOADING | |
224 | #endif | |
225 | ||
226 | ||
68a607d8 DN |
227 | /* Define to enable plugin support. */ |
228 | #ifndef USED_FOR_TARGET | |
229 | #undef ENABLE_PLUGIN | |
230 | #endif | |
231 | ||
232 | ||
a6a5e4c9 KC |
233 | /* Define if you want all operations on RTL (the basic data structure of the |
234 | optimizer and back end) to be checked for dynamic type safety at runtime. | |
235 | This is quite expensive. */ | |
232b67d9 | 236 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 237 | #undef ENABLE_RTL_CHECKING |
232b67d9 NS |
238 | #endif |
239 | ||
a15135c9 | 240 | |
a6a5e4c9 KC |
241 | /* Define if you want RTL flag accesses to be checked against the RTL codes |
242 | that are supported for each access macro. This is relatively cheap. */ | |
232b67d9 | 243 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 244 | #undef ENABLE_RTL_FLAG_CHECKING |
232b67d9 NS |
245 | #endif |
246 | ||
0ee31ab1 | 247 | |
b53ef395 NS |
248 | /* Define if you want runtime assertions enabled. This is a cheap check. */ |
249 | #undef ENABLE_RUNTIME_CHECKING | |
250 | ||
a5dd6b69 MH |
251 | /* Define to enable evaluating float expressions with double precision in |
252 | standards-compatible mode on s390 targets. */ | |
253 | #undef ENABLE_S390_EXCESS_FLOAT_PRECISION | |
254 | ||
662b9c55 IS |
255 | /* Define if the -stdlib= option should be enabled. */ |
256 | #ifndef USED_FOR_TARGET | |
257 | #undef ENABLE_STDLIB_OPTION | |
258 | #endif | |
259 | ||
260 | ||
a6a5e4c9 KC |
261 | /* Define if you want all operations on trees (the basic data structure of the |
262 | front ends) to be checked for dynamic type safety at runtime. This is | |
8d2ccbd2 | 263 | moderately expensive. */ |
232b67d9 | 264 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 265 | #undef ENABLE_TREE_CHECKING |
232b67d9 NS |
266 | #endif |
267 | ||
0ee31ab1 | 268 | |
dc60b775 CD |
269 | /* Define if you want all gimple types to be verified after gimplifiation. |
270 | This is cheap. */ | |
7e98624c RG |
271 | #ifndef USED_FOR_TARGET |
272 | #undef ENABLE_TYPES_CHECKING | |
273 | #endif | |
274 | ||
275 | ||
279a935f RB |
276 | /* Define to get calls to the valgrind runtime enabled. */ |
277 | #ifndef USED_FOR_TARGET | |
278 | #undef ENABLE_VALGRIND_ANNOTATIONS | |
279 | #endif | |
280 | ||
281 | ||
a6a5e4c9 KC |
282 | /* Define if you want to run subprograms and generated programs through |
283 | valgrind (a memory checker). This is extremely expensive. */ | |
232b67d9 | 284 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 285 | #undef ENABLE_VALGRIND_CHECKING |
232b67d9 NS |
286 | #endif |
287 | ||
c1800ec8 | 288 | |
ad103b01 RO |
289 | /* Define 0/1 if vtable verification feature is enabled. */ |
290 | #ifndef USED_FOR_TARGET | |
291 | #undef ENABLE_VTABLE_VERIFY | |
292 | #endif | |
293 | ||
294 | ||
a1286ef5 ZW |
295 | /* Define to 1 if installation paths should be looked up in the Windows |
296 | Registry. Ignored on non-Windows hosts. */ | |
232b67d9 | 297 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 298 | #undef ENABLE_WIN32_REGISTRY |
232b67d9 NS |
299 | #endif |
300 | ||
475c267f | 301 | |
a6a5e4c9 KC |
302 | /* Define to the name of a file containing a list of extra machine modes for |
303 | this architecture. */ | |
232b67d9 | 304 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 305 | #undef EXTRA_MODES_FILE |
232b67d9 NS |
306 | #endif |
307 | ||
3b681e9d | 308 | |
a6a5e4c9 | 309 | /* Define to enable detailed memory allocation stats gathering. */ |
232b67d9 | 310 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 311 | #undef GATHER_STATISTICS |
232b67d9 NS |
312 | #endif |
313 | ||
54953b66 | 314 | |
c68a6e08 JW |
315 | /* Define to 1 if `TIOCGWINSZ' requires <sys/ioctl.h>. */ |
316 | #ifndef USED_FOR_TARGET | |
317 | #undef GWINSZ_IN_SYS_IOCTL | |
318 | #endif | |
319 | ||
320 | ||
4f6d8cc8 GK |
321 | /* mcontext_t fields start with __ */ |
322 | #ifndef USED_FOR_TARGET | |
323 | #undef HAS_MCONTEXT_T_UNDERSCORES | |
324 | #endif | |
325 | ||
326 | ||
e1f07131 NS |
327 | /* Define if AF_INET6 supported. */ |
328 | #ifndef USED_FOR_TARGET | |
329 | #undef HAVE_AF_INET6 | |
330 | #endif | |
331 | ||
332 | ||
333 | /* Define if AF_UNIX supported. */ | |
334 | #ifndef USED_FOR_TARGET | |
335 | #undef HAVE_AF_UNIX | |
336 | #endif | |
337 | ||
338 | ||
ec47b086 DV |
339 | /* Define if your assembler supports architecture modifiers. */ |
340 | #ifndef USED_FOR_TARGET | |
341 | #undef HAVE_AS_ARCHITECTURE_MODIFIERS | |
342 | #endif | |
343 | ||
344 | ||
63866e04 GJL |
345 | /* Define if your avr assembler supports -mgcc-isr option. */ |
346 | #ifndef USED_FOR_TARGET | |
347 | #undef HAVE_AS_AVR_MGCCISR_OPTION | |
348 | #endif | |
349 | ||
350 | ||
0c9dc4ae GJL |
351 | /* Define if your avr assembler supports --mlink-relax option. */ |
352 | #ifndef USED_FOR_TARGET | |
353 | #undef HAVE_AS_AVR_MLINK_RELAX_OPTION | |
354 | #endif | |
355 | ||
356 | ||
357 | /* Define if your avr assembler supports -mrmw option. */ | |
358 | #ifndef USED_FOR_TARGET | |
359 | #undef HAVE_AS_AVR_MRMW_OPTION | |
360 | #endif | |
361 | ||
362 | ||
29d7cbd1 RO |
363 | /* Define to the level of your assembler's compressed debug section support. |
364 | */ | |
365 | #ifndef USED_FOR_TARGET | |
366 | #undef HAVE_AS_COMPRESS_DEBUG | |
367 | #endif | |
368 | ||
369 | ||
c8aea42c PB |
370 | /* Define if your assembler supports the --debug-prefix-map option. */ |
371 | #ifndef USED_FOR_TARGET | |
372 | #undef HAVE_AS_DEBUG_PREFIX_MAP | |
373 | #endif | |
374 | ||
375 | ||
899c78ae JJ |
376 | /* Define if your assembler supports .module. */ |
377 | #ifndef USED_FOR_TARGET | |
378 | #undef HAVE_AS_DOT_MODULE | |
379 | #endif | |
380 | ||
381 | ||
293b77b0 CF |
382 | /* Define if your assembler supports DSPR1 mult. */ |
383 | #ifndef USED_FOR_TARGET | |
384 | #undef HAVE_AS_DSPR1_MULT | |
385 | #endif | |
386 | ||
387 | ||
a44380d2 JM |
388 | /* Define if your assembler supports .dtprelword. */ |
389 | #ifndef USED_FOR_TARGET | |
390 | #undef HAVE_AS_DTPRELWORD | |
391 | #endif | |
392 | ||
393 | ||
a6a5e4c9 KC |
394 | /* Define if your assembler supports dwarf2 .file/.loc directives, and |
395 | preserves file table indices exactly as given. */ | |
232b67d9 | 396 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 397 | #undef HAVE_AS_DWARF2_DEBUG_LINE |
232b67d9 NS |
398 | #endif |
399 | ||
24a184c9 | 400 | |
bd2b9f1e AO |
401 | /* Define if your assembler supports views in dwarf2 .loc directives. */ |
402 | #ifndef USED_FOR_TARGET | |
403 | #undef HAVE_AS_DWARF2_DEBUG_VIEW | |
404 | #endif | |
405 | ||
406 | ||
201e8d9f LC |
407 | /* Define if your assembler supports eh_frame pcrel encoding. */ |
408 | #ifndef USED_FOR_TARGET | |
409 | #undef HAVE_AS_EH_FRAME_PCREL_ENCODING_SUPPORT | |
410 | #endif | |
411 | ||
412 | ||
157bb85d UW |
413 | /* Define if your assembler supports the R_PPC64_ENTRY relocation. */ |
414 | #ifndef USED_FOR_TARGET | |
415 | #undef HAVE_AS_ENTRY_MARKERS | |
416 | #endif | |
417 | ||
418 | ||
201e8d9f | 419 | /* Define if your assembler supports explicit relocation. */ |
232b67d9 | 420 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 421 | #undef HAVE_AS_EXPLICIT_RELOCS |
232b67d9 NS |
422 | #endif |
423 | ||
03c41c05 | 424 | |
e8b141b5 DM |
425 | /* Define if your assembler supports FMAF, HPC, and VIS 3.0 instructions. */ |
426 | #ifndef USED_FOR_TARGET | |
427 | #undef HAVE_AS_FMAF_HPC_VIS3 | |
428 | #endif | |
429 | ||
430 | ||
a6a5e4c9 | 431 | /* Define if your assembler supports the --gdwarf2 option. */ |
232b67d9 | 432 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 433 | #undef HAVE_AS_GDWARF2_DEBUG_FLAG |
232b67d9 NS |
434 | #endif |
435 | ||
a37db56b | 436 | |
6923255e JJ |
437 | /* Define if your assembler supports the --gdwarf-5 option. */ |
438 | #ifndef USED_FOR_TARGET | |
439 | #undef HAVE_AS_GDWARF_5_DEBUG_FLAG | |
440 | #endif | |
441 | ||
442 | ||
dcb957d9 JM |
443 | /* Define if your assembler supports .gnu_attribute. */ |
444 | #ifndef USED_FOR_TARGET | |
445 | #undef HAVE_AS_GNU_ATTRIBUTE | |
446 | #endif | |
447 | ||
448 | ||
a6a5e4c9 | 449 | /* Define true if the assembler supports '.long foo@GOTOFF'. */ |
232b67d9 | 450 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 451 | #undef HAVE_AS_GOTOFF_IN_DATA |
232b67d9 NS |
452 | #endif |
453 | ||
956d6950 | 454 | |
a6a5e4c9 | 455 | /* Define if your assembler supports the Sun syntax for cmov. */ |
232b67d9 | 456 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 457 | #undef HAVE_AS_IX86_CMOV_SUN_SYNTAX |
232b67d9 NS |
458 | #endif |
459 | ||
8eb6a092 | 460 | |
68b92f78 RS |
461 | /* Define if your assembler supports the subtraction of symbols in different |
462 | sections. */ | |
463 | #ifndef USED_FOR_TARGET | |
464 | #undef HAVE_AS_IX86_DIFF_SECT_DELTA | |
465 | #endif | |
466 | ||
467 | ||
b6c03bcd RS |
468 | /* Define if your assembler supports the ffreep mnemonic. */ |
469 | #ifndef USED_FOR_TARGET | |
470 | #undef HAVE_AS_IX86_FFREEP | |
471 | #endif | |
472 | ||
473 | ||
a3a5e3d1 UB |
474 | /* Define if your assembler uses fildq and fistq mnemonics. */ |
475 | #ifndef USED_FOR_TARGET | |
476 | #undef HAVE_AS_IX86_FILDQ | |
477 | #endif | |
478 | ||
479 | ||
480 | /* Define if your assembler uses filds and fists mnemonics. */ | |
481 | #ifndef USED_FOR_TARGET | |
482 | #undef HAVE_AS_IX86_FILDS | |
483 | #endif | |
484 | ||
485 | ||
c0597759 L |
486 | /* Define 0/1 if your assembler and linker support @GOT. */ |
487 | #ifndef USED_FOR_TARGET | |
488 | #undef HAVE_AS_IX86_GOT32X | |
489 | #endif | |
490 | ||
491 | ||
b993039f EB |
492 | /* Define if your assembler supports HLE prefixes. */ |
493 | #ifndef USED_FOR_TARGET | |
494 | #undef HAVE_AS_IX86_HLE | |
495 | #endif | |
496 | ||
497 | ||
fe04878d UB |
498 | /* Define if your assembler supports interunit movq mnemonic. */ |
499 | #ifndef USED_FOR_TARGET | |
500 | #undef HAVE_AS_IX86_INTERUNIT_MOVQ | |
501 | #endif | |
502 | ||
503 | ||
953c29f7 | 504 | /* Define if your assembler supports the .quad directive. */ |
2433310d | 505 | #ifndef USED_FOR_TARGET |
953c29f7 | 506 | #undef HAVE_AS_IX86_QUAD |
2433310d RO |
507 | #endif |
508 | ||
509 | ||
abcb0bd9 | 510 | /* Define if the assembler supports 'rep <insn>, lock <insn>'. */ |
ed104137 | 511 | #ifndef USED_FOR_TARGET |
953c29f7 | 512 | #undef HAVE_AS_IX86_REP_LOCK_PREFIX |
ed104137 RO |
513 | #endif |
514 | ||
515 | ||
953c29f7 | 516 | /* Define if your assembler supports the sahf mnemonic in 64bit mode. */ |
38ca3765 UB |
517 | #ifndef USED_FOR_TARGET |
518 | #undef HAVE_AS_IX86_SAHF | |
519 | #endif | |
520 | ||
521 | ||
bad72d7a RH |
522 | /* Define if your assembler supports the swap suffix. */ |
523 | #ifndef USED_FOR_TARGET | |
524 | #undef HAVE_AS_IX86_SWAP | |
525 | #endif | |
526 | ||
527 | ||
0f24748c | 528 | /* Define if your assembler and linker support @tlsgdplt. */ |
8950516e RO |
529 | #ifndef USED_FOR_TARGET |
530 | #undef HAVE_AS_IX86_TLSGDPLT | |
531 | #endif | |
532 | ||
533 | ||
caa16d41 RO |
534 | /* Define to 1 if your assembler and linker support @tlsldm. */ |
535 | #ifndef USED_FOR_TARGET | |
536 | #undef HAVE_AS_IX86_TLSLDM | |
537 | #endif | |
538 | ||
539 | ||
540 | /* Define to 1 if your assembler and linker support @tlsldmplt. */ | |
8950516e RO |
541 | #ifndef USED_FOR_TARGET |
542 | #undef HAVE_AS_IX86_TLSLDMPLT | |
543 | #endif | |
544 | ||
545 | ||
de86ff8f L |
546 | /* Define 0/1 if your assembler and linker support calling ___tls_get_addr via |
547 | GOT. */ | |
548 | #ifndef USED_FOR_TARGET | |
549 | #undef HAVE_AS_IX86_TLS_GET_ADDR_GOT | |
550 | #endif | |
551 | ||
552 | ||
88f7c49a RM |
553 | /* Define if your assembler supports the 'ud2' mnemonic. */ |
554 | #ifndef USED_FOR_TARGET | |
555 | #undef HAVE_AS_IX86_UD2 | |
556 | #endif | |
557 | ||
558 | ||
d006f5eb RH |
559 | /* Define if your assembler supports the lituse_jsrdirect relocation. */ |
560 | #ifndef USED_FOR_TARGET | |
561 | #undef HAVE_AS_JSRDIRECT_RELOCS | |
562 | #endif | |
563 | ||
564 | ||
a6a5e4c9 | 565 | /* Define if your assembler supports .sleb128 and .uleb128. */ |
232b67d9 | 566 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 567 | #undef HAVE_AS_LEB128 |
232b67d9 NS |
568 | #endif |
569 | ||
03943c05 | 570 | |
1f65ae7a EB |
571 | /* Define if your assembler supports LEON instructions. */ |
572 | #ifndef USED_FOR_TARGET | |
573 | #undef HAVE_AS_LEON | |
574 | #endif | |
575 | ||
576 | ||
03943c05 AO |
577 | /* Define if the assembler won't complain about a line such as # 0 "" 2. */ |
578 | #ifndef USED_FOR_TARGET | |
579 | #undef HAVE_AS_LINE_ZERO | |
580 | #endif | |
581 | ||
1072ec3f | 582 | |
a6a5e4c9 | 583 | /* Define if your assembler supports ltoffx and ldxmov relocations. */ |
232b67d9 | 584 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 585 | #undef HAVE_AS_LTOFFX_LDXMOV_RELOCS |
232b67d9 NS |
586 | #endif |
587 | ||
d21445e7 | 588 | |
eaf4967a CL |
589 | /* Define if your assembler supports the -mabi option. */ |
590 | #ifndef USED_FOR_TARGET | |
591 | #undef HAVE_AS_MABI_OPTION | |
592 | #endif | |
593 | ||
594 | ||
ec47b086 DV |
595 | /* Define if your assembler supports .machine and .machinemode. */ |
596 | #ifndef USED_FOR_TARGET | |
597 | #undef HAVE_AS_MACHINE_MACHINEMODE | |
598 | #endif | |
599 | ||
600 | ||
e1f07131 NS |
601 | /* Define if the assembler understands -march=rv*_zifencei. */ |
602 | #ifndef USED_FOR_TARGET | |
603 | #undef HAVE_AS_MARCH_ZIFENCEI | |
604 | #endif | |
605 | ||
606 | ||
a6a5e4c9 | 607 | /* Define if your assembler supports mfcr field. */ |
232b67d9 | 608 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 609 | #undef HAVE_AS_MFCRF |
232b67d9 NS |
610 | #endif |
611 | ||
54953b66 | 612 | |
e1f07131 NS |
613 | /* Define if the assembler understands -misa-spec=. */ |
614 | #ifndef USED_FOR_TARGET | |
615 | #undef HAVE_AS_MISA_SPEC | |
616 | #endif | |
617 | ||
618 | ||
743b8dd6 IS |
619 | /* Define if your Mac OS X assembler supports -mllvm -x86-pad-for-align=false. |
620 | */ | |
621 | #ifndef USED_FOR_TARGET | |
622 | #undef HAVE_AS_MLLVM_X86_PAD_FOR_ALIGN | |
623 | #endif | |
624 | ||
625 | ||
b410cf1d IS |
626 | /* Define if your Mac OS X assembler supports the -mmacos-version-min option. |
627 | */ | |
628 | #ifndef USED_FOR_TARGET | |
629 | #undef HAVE_AS_MMACOSX_VERSION_MIN_OPTION | |
630 | #endif | |
631 | ||
632 | ||
8682b1a5 JL |
633 | /* Define if your assembler supports .mspabi_attribute. */ |
634 | #ifndef USED_FOR_TARGET | |
635 | #undef HAVE_AS_MSPABI_ATTRIBUTE | |
636 | #endif | |
637 | ||
638 | ||
ff3f3951 MR |
639 | /* Define if the assembler understands -mnan=. */ |
640 | #ifndef USED_FOR_TARGET | |
641 | #undef HAVE_AS_NAN | |
642 | #endif | |
643 | ||
644 | ||
2d33dcfe SL |
645 | /* Define if your assembler supports %gotoff relocation syntax. */ |
646 | #ifndef USED_FOR_TARGET | |
647 | #undef HAVE_AS_NIOS2_GOTOFF_RELOCATION | |
648 | #endif | |
649 | ||
650 | ||
86da66b5 | 651 | /* Define if your assembler supports the -no-mul-bug-abort option. */ |
232b67d9 | 652 | #ifndef USED_FOR_TARGET |
86da66b5 | 653 | #undef HAVE_AS_NO_MUL_BUG_ABORT_OPTION |
232b67d9 NS |
654 | #endif |
655 | ||
86da66b5 | 656 | |
4551169f RS |
657 | /* Define if the assembler understands -mno-shared. */ |
658 | #ifndef USED_FOR_TARGET | |
659 | #undef HAVE_AS_NO_SHARED | |
660 | #endif | |
661 | ||
662 | ||
a6a5e4c9 | 663 | /* Define if your assembler supports offsetable %lo(). */ |
232b67d9 | 664 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 665 | #undef HAVE_AS_OFFSETABLE_LO10 |
232b67d9 NS |
666 | #endif |
667 | ||
a15135c9 | 668 | |
3f79c0ad AM |
669 | /* Define if your assembler supports R_PPC*_PLTSEQ relocations. */ |
670 | #ifndef USED_FOR_TARGET | |
671 | #undef HAVE_AS_PLTSEQ | |
672 | #endif | |
673 | ||
674 | ||
636cf8b1 RS |
675 | /* Define if your assembler supports .ref */ |
676 | #ifndef USED_FOR_TARGET | |
677 | #undef HAVE_AS_REF | |
678 | #endif | |
679 | ||
680 | ||
7f970b70 AM |
681 | /* Define if your assembler supports R_PPC_REL16 relocs. */ |
682 | #ifndef USED_FOR_TARGET | |
683 | #undef HAVE_AS_REL16 | |
684 | #endif | |
685 | ||
686 | ||
a6a5e4c9 | 687 | /* Define if your assembler supports -relax option. */ |
232b67d9 | 688 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 689 | #undef HAVE_AS_RELAX_OPTION |
232b67d9 NS |
690 | #endif |
691 | ||
24a184c9 | 692 | |
8e966210 KC |
693 | /* Define if your assembler supports .attribute. */ |
694 | #ifndef USED_FOR_TARGET | |
695 | #undef HAVE_AS_RISCV_ATTRIBUTE | |
696 | #endif | |
697 | ||
698 | ||
6de59c8a IE |
699 | /* Define if your assembler supports relocs needed by -fpic. */ |
700 | #ifndef USED_FOR_TARGET | |
701 | #undef HAVE_AS_SMALL_PIC_RELOCS | |
702 | #endif | |
703 | ||
704 | ||
20804d96 RO |
705 | /* Define if your assembler supports SPARC4 instructions. */ |
706 | #ifndef USED_FOR_TARGET | |
707 | #undef HAVE_AS_SPARC4 | |
708 | #endif | |
709 | ||
c0597759 L |
710 | |
711 | /* Define if your assembler supports SPARC5 and VIS 4.0 instructions. */ | |
690f24b7 JM |
712 | #ifndef USED_FOR_TARGET |
713 | #undef HAVE_AS_SPARC5_VIS4 | |
714 | #endif | |
715 | ||
63866e04 | 716 | |
bcc3c3f1 JM |
717 | /* Define if your assembler supports SPARC6 instructions. */ |
718 | #ifndef USED_FOR_TARGET | |
719 | #undef HAVE_AS_SPARC6 | |
720 | #endif | |
20804d96 | 721 | |
63866e04 | 722 | |
878ee0ab DM |
723 | /* Define if your assembler and linker support GOTDATA_OP relocs. */ |
724 | #ifndef USED_FOR_TARGET | |
725 | #undef HAVE_AS_SPARC_GOTDATA_OP | |
726 | #endif | |
727 | ||
728 | ||
a6a5e4c9 KC |
729 | /* Define if your assembler and linker support unaligned PC relative relocs. |
730 | */ | |
232b67d9 | 731 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 732 | #undef HAVE_AS_SPARC_UA_PCREL |
232b67d9 NS |
733 | #endif |
734 | ||
007e8d2a | 735 | |
a6a5e4c9 KC |
736 | /* Define if your assembler and linker support unaligned PC relative relocs |
737 | against hidden symbols. */ | |
232b67d9 | 738 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 739 | #undef HAVE_AS_SPARC_UA_PCREL_HIDDEN |
232b67d9 NS |
740 | #endif |
741 | ||
e5e809f4 | 742 | |
16c9d3b1 | 743 | /* Define if your assembler and linker support thread-local storage. */ |
232b67d9 | 744 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 745 | #undef HAVE_AS_TLS |
232b67d9 NS |
746 | #endif |
747 | ||
28e6bb13 | 748 | |
b8923037 AK |
749 | /* Define if your assembler supports vl/vst/vlm/vstm with an optional |
750 | alignment hint argument. */ | |
751 | #ifndef USED_FOR_TARGET | |
752 | #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS | |
753 | #endif | |
754 | ||
755 | ||
929fd91b SSF |
756 | /* Define if your assembler supports vl/vst/vlm/vstm with an optional |
757 | alignment hint argument on z13. */ | |
758 | #ifndef USED_FOR_TARGET | |
759 | #undef HAVE_AS_VECTOR_LOADSTORE_ALIGNMENT_HINTS_ON_Z13 | |
760 | #endif | |
761 | ||
762 | ||
d40c9e33 PB |
763 | /* Define if your assembler supports VSX instructions. */ |
764 | #ifndef USED_FOR_TARGET | |
765 | #undef HAVE_AS_VSX | |
766 | #endif | |
c1800ec8 | 767 | |
28e6bb13 | 768 | |
1aeb7d7d L |
769 | /* Define if your assembler supports --gdwarf-4/--gdwarf-5 even with compiler |
770 | generated .debug_line. */ | |
6923255e | 771 | #ifndef USED_FOR_TARGET |
1aeb7d7d | 772 | #undef HAVE_AS_WORKING_DWARF_N_FLAG |
6923255e JJ |
773 | #endif |
774 | ||
775 | ||
8c2e5ecf RO |
776 | /* Define if your assembler supports -xbrace_comment option. */ |
777 | #ifndef USED_FOR_TARGET | |
778 | #undef HAVE_AS_XBRACE_COMMENT_OPTION | |
779 | #endif | |
780 | ||
781 | ||
a6a5e4c9 | 782 | /* Define to 1 if you have the `atoq' function. */ |
232b67d9 | 783 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 784 | #undef HAVE_ATOQ |
232b67d9 NS |
785 | #endif |
786 | ||
75923b2f | 787 | |
0d667716 | 788 | /* Define to 1 if you have the `clearerr_unlocked' function. */ |
232b67d9 | 789 | #ifndef USED_FOR_TARGET |
0d667716 | 790 | #undef HAVE_CLEARERR_UNLOCKED |
232b67d9 NS |
791 | #endif |
792 | ||
0d667716 | 793 | |
a6a5e4c9 | 794 | /* Define to 1 if you have the `clock' function. */ |
232b67d9 | 795 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 796 | #undef HAVE_CLOCK |
232b67d9 NS |
797 | #endif |
798 | ||
956d6950 | 799 | |
a6a5e4c9 | 800 | /* Define if <time.h> defines clock_t. */ |
232b67d9 | 801 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 802 | #undef HAVE_CLOCK_T |
232b67d9 NS |
803 | #endif |
804 | ||
eb158727 | 805 | |
11176d2a JB |
806 | /* Define 0/1 if your assembler and linker support COMDAT groups. */ |
807 | #ifndef USED_FOR_TARGET | |
808 | #undef HAVE_COMDAT_GROUP | |
809 | #endif | |
810 | ||
811 | ||
ad6717df PB |
812 | /* Define to 1 if we found a declaration for 'abort', otherwise define to 0. |
813 | */ | |
232b67d9 | 814 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 815 | #undef HAVE_DECL_ABORT |
232b67d9 NS |
816 | #endif |
817 | ||
d21445e7 | 818 | |
7391b66c GDR |
819 | /* Define to 1 if we found a declaration for 'asprintf', otherwise define to |
820 | 0. */ | |
821 | #ifndef USED_FOR_TARGET | |
822 | #undef HAVE_DECL_ASPRINTF | |
823 | #endif | |
824 | ||
825 | ||
ad6717df | 826 | /* Define to 1 if we found a declaration for 'atof', otherwise define to 0. */ |
232b67d9 | 827 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 828 | #undef HAVE_DECL_ATOF |
232b67d9 NS |
829 | #endif |
830 | ||
351df804 | 831 | |
ad6717df | 832 | /* Define to 1 if we found a declaration for 'atol', otherwise define to 0. */ |
232b67d9 | 833 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 834 | #undef HAVE_DECL_ATOL |
232b67d9 NS |
835 | #endif |
836 | ||
e9a25f70 | 837 | |
418dd5ce AT |
838 | /* Define to 1 if we found a declaration for 'atoll', otherwise define to 0. |
839 | */ | |
840 | #ifndef USED_FOR_TARGET | |
841 | #undef HAVE_DECL_ATOLL | |
842 | #endif | |
843 | ||
844 | ||
845 | /* Define to 1 if you have the declaration of `basename(const char*)', and to | |
846 | 0 if you don't. */ | |
232b67d9 | 847 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 848 | #undef HAVE_DECL_BASENAME |
232b67d9 NS |
849 | #endif |
850 | ||
ab87f8c8 | 851 | |
ad6717df PB |
852 | /* Define to 1 if we found a declaration for 'calloc', otherwise define to 0. |
853 | */ | |
232b67d9 | 854 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 855 | #undef HAVE_DECL_CALLOC |
232b67d9 NS |
856 | #endif |
857 | ||
ab87f8c8 | 858 | |
0d667716 KG |
859 | /* Define to 1 if we found a declaration for 'clearerr_unlocked', otherwise |
860 | define to 0. */ | |
232b67d9 | 861 | #ifndef USED_FOR_TARGET |
0d667716 | 862 | #undef HAVE_DECL_CLEARERR_UNLOCKED |
232b67d9 NS |
863 | #endif |
864 | ||
0d667716 | 865 | |
ad6717df PB |
866 | /* Define to 1 if we found a declaration for 'clock', otherwise define to 0. |
867 | */ | |
232b67d9 | 868 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 869 | #undef HAVE_DECL_CLOCK |
232b67d9 NS |
870 | #endif |
871 | ||
861bb6c1 | 872 | |
ad6717df PB |
873 | /* Define to 1 if we found a declaration for 'errno', otherwise define to 0. |
874 | */ | |
232b67d9 | 875 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 876 | #undef HAVE_DECL_ERRNO |
232b67d9 NS |
877 | #endif |
878 | ||
861bb6c1 | 879 | |
0d667716 KG |
880 | /* Define to 1 if we found a declaration for 'feof_unlocked', otherwise define |
881 | to 0. */ | |
232b67d9 | 882 | #ifndef USED_FOR_TARGET |
0d667716 | 883 | #undef HAVE_DECL_FEOF_UNLOCKED |
232b67d9 NS |
884 | #endif |
885 | ||
0d667716 KG |
886 | |
887 | /* Define to 1 if we found a declaration for 'ferror_unlocked', otherwise | |
888 | define to 0. */ | |
232b67d9 | 889 | #ifndef USED_FOR_TARGET |
0d667716 | 890 | #undef HAVE_DECL_FERROR_UNLOCKED |
232b67d9 NS |
891 | #endif |
892 | ||
0d667716 KG |
893 | |
894 | /* Define to 1 if we found a declaration for 'fflush_unlocked', otherwise | |
895 | define to 0. */ | |
232b67d9 | 896 | #ifndef USED_FOR_TARGET |
0d667716 | 897 | #undef HAVE_DECL_FFLUSH_UNLOCKED |
232b67d9 NS |
898 | #endif |
899 | ||
0d667716 | 900 | |
19f75783 JM |
901 | /* Define to 1 if we found a declaration for 'ffs', otherwise define to 0. */ |
902 | #ifndef USED_FOR_TARGET | |
903 | #undef HAVE_DECL_FFS | |
904 | #endif | |
905 | ||
906 | ||
0d667716 KG |
907 | /* Define to 1 if we found a declaration for 'fgetc_unlocked', otherwise |
908 | define to 0. */ | |
232b67d9 | 909 | #ifndef USED_FOR_TARGET |
0d667716 | 910 | #undef HAVE_DECL_FGETC_UNLOCKED |
232b67d9 NS |
911 | #endif |
912 | ||
0d667716 KG |
913 | |
914 | /* Define to 1 if we found a declaration for 'fgets_unlocked', otherwise | |
915 | define to 0. */ | |
232b67d9 | 916 | #ifndef USED_FOR_TARGET |
0d667716 | 917 | #undef HAVE_DECL_FGETS_UNLOCKED |
232b67d9 NS |
918 | #endif |
919 | ||
0d667716 KG |
920 | |
921 | /* Define to 1 if we found a declaration for 'fileno_unlocked', otherwise | |
922 | define to 0. */ | |
232b67d9 | 923 | #ifndef USED_FOR_TARGET |
0d667716 | 924 | #undef HAVE_DECL_FILENO_UNLOCKED |
232b67d9 NS |
925 | #endif |
926 | ||
0d667716 | 927 | |
ad6717df PB |
928 | /* Define to 1 if we found a declaration for 'fprintf_unlocked', otherwise |
929 | define to 0. */ | |
232b67d9 | 930 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 931 | #undef HAVE_DECL_FPRINTF_UNLOCKED |
232b67d9 NS |
932 | #endif |
933 | ||
861bb6c1 | 934 | |
0d667716 KG |
935 | /* Define to 1 if we found a declaration for 'fputc_unlocked', otherwise |
936 | define to 0. */ | |
232b67d9 | 937 | #ifndef USED_FOR_TARGET |
0d667716 | 938 | #undef HAVE_DECL_FPUTC_UNLOCKED |
232b67d9 NS |
939 | #endif |
940 | ||
0d667716 | 941 | |
ad6717df PB |
942 | /* Define to 1 if we found a declaration for 'fputs_unlocked', otherwise |
943 | define to 0. */ | |
232b67d9 | 944 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 945 | #undef HAVE_DECL_FPUTS_UNLOCKED |
232b67d9 NS |
946 | #endif |
947 | ||
861bb6c1 | 948 | |
0d667716 KG |
949 | /* Define to 1 if we found a declaration for 'fread_unlocked', otherwise |
950 | define to 0. */ | |
232b67d9 | 951 | #ifndef USED_FOR_TARGET |
0d667716 | 952 | #undef HAVE_DECL_FREAD_UNLOCKED |
232b67d9 NS |
953 | #endif |
954 | ||
0d667716 | 955 | |
ad6717df | 956 | /* Define to 1 if we found a declaration for 'free', otherwise define to 0. */ |
232b67d9 | 957 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 958 | #undef HAVE_DECL_FREE |
232b67d9 NS |
959 | #endif |
960 | ||
956d6950 | 961 | |
ad6717df PB |
962 | /* Define to 1 if we found a declaration for 'fwrite_unlocked', otherwise |
963 | define to 0. */ | |
232b67d9 | 964 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 965 | #undef HAVE_DECL_FWRITE_UNLOCKED |
232b67d9 NS |
966 | #endif |
967 | ||
1072ec3f | 968 | |
0d667716 KG |
969 | /* Define to 1 if we found a declaration for 'getchar_unlocked', otherwise |
970 | define to 0. */ | |
232b67d9 | 971 | #ifndef USED_FOR_TARGET |
0d667716 | 972 | #undef HAVE_DECL_GETCHAR_UNLOCKED |
232b67d9 NS |
973 | #endif |
974 | ||
0d667716 | 975 | |
ad6717df PB |
976 | /* Define to 1 if we found a declaration for 'getcwd', otherwise define to 0. |
977 | */ | |
232b67d9 | 978 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 979 | #undef HAVE_DECL_GETCWD |
232b67d9 NS |
980 | #endif |
981 | ||
956d6950 | 982 | |
0d667716 KG |
983 | /* Define to 1 if we found a declaration for 'getc_unlocked', otherwise define |
984 | to 0. */ | |
232b67d9 | 985 | #ifndef USED_FOR_TARGET |
0d667716 | 986 | #undef HAVE_DECL_GETC_UNLOCKED |
232b67d9 NS |
987 | #endif |
988 | ||
0d667716 | 989 | |
ad6717df PB |
990 | /* Define to 1 if we found a declaration for 'getenv', otherwise define to 0. |
991 | */ | |
232b67d9 | 992 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 993 | #undef HAVE_DECL_GETENV |
232b67d9 NS |
994 | #endif |
995 | ||
956d6950 | 996 | |
ad6717df PB |
997 | /* Define to 1 if we found a declaration for 'getopt', otherwise define to 0. |
998 | */ | |
232b67d9 | 999 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1000 | #undef HAVE_DECL_GETOPT |
232b67d9 NS |
1001 | #endif |
1002 | ||
a05e22b8 | 1003 | |
6a257778 AL |
1004 | /* Define to 1 if we found a declaration for 'getpagesize', otherwise define |
1005 | to 0. */ | |
232b67d9 | 1006 | #ifndef USED_FOR_TARGET |
6a257778 | 1007 | #undef HAVE_DECL_GETPAGESIZE |
232b67d9 NS |
1008 | #endif |
1009 | ||
6a257778 | 1010 | |
ad6717df PB |
1011 | /* Define to 1 if we found a declaration for 'getrlimit', otherwise define to |
1012 | 0. */ | |
232b67d9 | 1013 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1014 | #undef HAVE_DECL_GETRLIMIT |
232b67d9 NS |
1015 | #endif |
1016 | ||
956d6950 | 1017 | |
ad6717df PB |
1018 | /* Define to 1 if we found a declaration for 'getrusage', otherwise define to |
1019 | 0. */ | |
232b67d9 | 1020 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1021 | #undef HAVE_DECL_GETRUSAGE |
232b67d9 NS |
1022 | #endif |
1023 | ||
956d6950 | 1024 | |
ad6717df PB |
1025 | /* Define to 1 if we found a declaration for 'getwd', otherwise define to 0. |
1026 | */ | |
232b67d9 | 1027 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1028 | #undef HAVE_DECL_GETWD |
232b67d9 NS |
1029 | #endif |
1030 | ||
861bb6c1 | 1031 | |
ad6717df PB |
1032 | /* Define to 1 if we found a declaration for 'ldgetname', otherwise define to |
1033 | 0. */ | |
232b67d9 | 1034 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1035 | #undef HAVE_DECL_LDGETNAME |
232b67d9 NS |
1036 | #endif |
1037 | ||
ab87f8c8 | 1038 | |
87fb500b RO |
1039 | /* Define to 1 if we found a declaration for 'madvise', otherwise define to 0. |
1040 | */ | |
1041 | #ifndef USED_FOR_TARGET | |
1042 | #undef HAVE_DECL_MADVISE | |
1043 | #endif | |
1044 | ||
1045 | ||
5187b01a JJ |
1046 | /* Define to 1 if we found a declaration for 'mallinfo', otherwise define to |
1047 | 0. */ | |
c9ef0409 JH |
1048 | #ifndef USED_FOR_TARGET |
1049 | #undef HAVE_DECL_MALLINFO | |
1050 | #endif | |
1051 | ||
1052 | ||
432c551b ML |
1053 | /* Define to 1 if we found a declaration for 'mallinfo2', otherwise define to |
1054 | 0. */ | |
1055 | #ifndef USED_FOR_TARGET | |
1056 | #undef HAVE_DECL_MALLINFO2 | |
1057 | #endif | |
1058 | ||
1059 | ||
ad6717df PB |
1060 | /* Define to 1 if we found a declaration for 'malloc', otherwise define to 0. |
1061 | */ | |
232b67d9 | 1062 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1063 | #undef HAVE_DECL_MALLOC |
232b67d9 NS |
1064 | #endif |
1065 | ||
2bd02043 | 1066 | |
0d667716 KG |
1067 | /* Define to 1 if we found a declaration for 'putchar_unlocked', otherwise |
1068 | define to 0. */ | |
232b67d9 | 1069 | #ifndef USED_FOR_TARGET |
0d667716 | 1070 | #undef HAVE_DECL_PUTCHAR_UNLOCKED |
232b67d9 NS |
1071 | #endif |
1072 | ||
0d667716 | 1073 | |
ad6717df PB |
1074 | /* Define to 1 if we found a declaration for 'putc_unlocked', otherwise define |
1075 | to 0. */ | |
232b67d9 | 1076 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1077 | #undef HAVE_DECL_PUTC_UNLOCKED |
232b67d9 NS |
1078 | #endif |
1079 | ||
91029a29 | 1080 | |
ad6717df PB |
1081 | /* Define to 1 if we found a declaration for 'realloc', otherwise define to 0. |
1082 | */ | |
232b67d9 | 1083 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1084 | #undef HAVE_DECL_REALLOC |
232b67d9 NS |
1085 | #endif |
1086 | ||
91029a29 | 1087 | |
ad6717df | 1088 | /* Define to 1 if we found a declaration for 'sbrk', otherwise define to 0. */ |
232b67d9 | 1089 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1090 | #undef HAVE_DECL_SBRK |
232b67d9 NS |
1091 | #endif |
1092 | ||
414d23ae | 1093 | |
297c364d JDA |
1094 | /* Define to 1 if we found a declaration for 'setenv', otherwise define to 0. |
1095 | */ | |
1096 | #ifndef USED_FOR_TARGET | |
1097 | #undef HAVE_DECL_SETENV | |
1098 | #endif | |
1099 | ||
1100 | ||
ad6717df PB |
1101 | /* Define to 1 if we found a declaration for 'setrlimit', otherwise define to |
1102 | 0. */ | |
232b67d9 | 1103 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1104 | #undef HAVE_DECL_SETRLIMIT |
232b67d9 NS |
1105 | #endif |
1106 | ||
414d23ae | 1107 | |
4f6d8cc8 GK |
1108 | /* Define to 1 if we found a declaration for 'sigaltstack', otherwise define |
1109 | to 0. */ | |
1110 | #ifndef USED_FOR_TARGET | |
1111 | #undef HAVE_DECL_SIGALTSTACK | |
1112 | #endif | |
1113 | ||
1114 | ||
ad6717df PB |
1115 | /* Define to 1 if we found a declaration for 'snprintf', otherwise define to |
1116 | 0. */ | |
232b67d9 | 1117 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1118 | #undef HAVE_DECL_SNPRINTF |
232b67d9 NS |
1119 | #endif |
1120 | ||
414d23ae | 1121 | |
123cd463 DA |
1122 | /* Define to 1 if we found a declaration for 'stpcpy', otherwise define to 0. |
1123 | */ | |
1124 | #ifndef USED_FOR_TARGET | |
1125 | #undef HAVE_DECL_STPCPY | |
1126 | #endif | |
1127 | ||
1128 | ||
35fa894a TS |
1129 | /* Define to 1 if we found a declaration for 'strnlen', otherwise define to 0. |
1130 | */ | |
1131 | #ifndef USED_FOR_TARGET | |
1132 | #undef HAVE_DECL_STRNLEN | |
1133 | #endif | |
1134 | ||
1135 | ||
ad6717df PB |
1136 | /* Define to 1 if we found a declaration for 'strsignal', otherwise define to |
1137 | 0. */ | |
232b67d9 | 1138 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1139 | #undef HAVE_DECL_STRSIGNAL |
232b67d9 NS |
1140 | #endif |
1141 | ||
75b6f3fd | 1142 | |
418dd5ce AT |
1143 | /* Define to 1 if you have the declaration of `strstr(const char*,const |
1144 | char*)', and to 0 if you don't. */ | |
232b67d9 | 1145 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1146 | #undef HAVE_DECL_STRSTR |
232b67d9 NS |
1147 | #endif |
1148 | ||
414d23ae | 1149 | |
2d3a2063 JDA |
1150 | /* Define to 1 if we found a declaration for 'strtol', otherwise define to 0. |
1151 | */ | |
1152 | #ifndef USED_FOR_TARGET | |
1153 | #undef HAVE_DECL_STRTOL | |
1154 | #endif | |
1155 | ||
1156 | ||
1157 | /* Define to 1 if we found a declaration for 'strtoll', otherwise define to 0. | |
1158 | */ | |
1159 | #ifndef USED_FOR_TARGET | |
1160 | #undef HAVE_DECL_STRTOLL | |
1161 | #endif | |
1162 | ||
1163 | ||
1164 | /* Define to 1 if we found a declaration for 'strtoul', otherwise define to 0. | |
1165 | */ | |
1166 | #ifndef USED_FOR_TARGET | |
1167 | #undef HAVE_DECL_STRTOUL | |
1168 | #endif | |
1169 | ||
1170 | ||
1171 | /* Define to 1 if we found a declaration for 'strtoull', otherwise define to | |
1172 | 0. */ | |
1173 | #ifndef USED_FOR_TARGET | |
1174 | #undef HAVE_DECL_STRTOULL | |
1175 | #endif | |
1176 | ||
1177 | ||
ed5b9f96 GK |
1178 | /* Define to 1 if we found a declaration for 'strverscmp', otherwise define to |
1179 | 0. */ | |
1180 | #ifndef USED_FOR_TARGET | |
1181 | #undef HAVE_DECL_STRVERSCMP | |
1182 | #endif | |
1183 | ||
1184 | ||
ad6717df PB |
1185 | /* Define to 1 if we found a declaration for 'times', otherwise define to 0. |
1186 | */ | |
232b67d9 | 1187 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1188 | #undef HAVE_DECL_TIMES |
232b67d9 NS |
1189 | #endif |
1190 | ||
414d23ae | 1191 | |
297c364d JDA |
1192 | /* Define to 1 if we found a declaration for 'unsetenv', otherwise define to |
1193 | 0. */ | |
1194 | #ifndef USED_FOR_TARGET | |
1195 | #undef HAVE_DECL_UNSETENV | |
1196 | #endif | |
1197 | ||
1198 | ||
ad6717df PB |
1199 | /* Define to 1 if we found a declaration for 'vasprintf', otherwise define to |
1200 | 0. */ | |
232b67d9 | 1201 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1202 | #undef HAVE_DECL_VASPRINTF |
232b67d9 NS |
1203 | #endif |
1204 | ||
414d23ae | 1205 | |
367e8319 EB |
1206 | /* Define to 1 if we found a declaration for 'vsnprintf', otherwise define to |
1207 | 0. */ | |
232b67d9 | 1208 | #ifndef USED_FOR_TARGET |
367e8319 | 1209 | #undef HAVE_DECL_VSNPRINTF |
232b67d9 NS |
1210 | #endif |
1211 | ||
367e8319 | 1212 | |
a6a5e4c9 | 1213 | /* Define to 1 if you have the <direct.h> header file. */ |
232b67d9 | 1214 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1215 | #undef HAVE_DIRECT_H |
232b67d9 NS |
1216 | #endif |
1217 | ||
414d23ae | 1218 | |
236ec2d7 RW |
1219 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
1220 | #ifndef USED_FOR_TARGET | |
1221 | #undef HAVE_DLFCN_H | |
1222 | #endif | |
1223 | ||
1224 | ||
5427046f ILT |
1225 | /* Define to 1 if you have the <ext/hash_map> header file. */ |
1226 | #ifndef USED_FOR_TARGET | |
1227 | #undef HAVE_EXT_HASH_MAP | |
1228 | #endif | |
1229 | ||
1230 | ||
a6a5e4c9 | 1231 | /* Define to 1 if you have the <fcntl.h> header file. */ |
232b67d9 | 1232 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1233 | #undef HAVE_FCNTL_H |
232b67d9 NS |
1234 | #endif |
1235 | ||
119d24d1 | 1236 | |
0d667716 | 1237 | /* Define to 1 if you have the `feof_unlocked' function. */ |
232b67d9 | 1238 | #ifndef USED_FOR_TARGET |
0d667716 | 1239 | #undef HAVE_FEOF_UNLOCKED |
232b67d9 NS |
1240 | #endif |
1241 | ||
0d667716 KG |
1242 | |
1243 | /* Define to 1 if you have the `ferror_unlocked' function. */ | |
232b67d9 | 1244 | #ifndef USED_FOR_TARGET |
0d667716 | 1245 | #undef HAVE_FERROR_UNLOCKED |
232b67d9 NS |
1246 | #endif |
1247 | ||
0d667716 KG |
1248 | |
1249 | /* Define to 1 if you have the `fflush_unlocked' function. */ | |
232b67d9 | 1250 | #ifndef USED_FOR_TARGET |
0d667716 | 1251 | #undef HAVE_FFLUSH_UNLOCKED |
232b67d9 NS |
1252 | #endif |
1253 | ||
0d667716 KG |
1254 | |
1255 | /* Define to 1 if you have the `fgetc_unlocked' function. */ | |
232b67d9 | 1256 | #ifndef USED_FOR_TARGET |
0d667716 | 1257 | #undef HAVE_FGETC_UNLOCKED |
232b67d9 NS |
1258 | #endif |
1259 | ||
0d667716 KG |
1260 | |
1261 | /* Define to 1 if you have the `fgets_unlocked' function. */ | |
232b67d9 | 1262 | #ifndef USED_FOR_TARGET |
0d667716 | 1263 | #undef HAVE_FGETS_UNLOCKED |
232b67d9 NS |
1264 | #endif |
1265 | ||
0d667716 KG |
1266 | |
1267 | /* Define to 1 if you have the `fileno_unlocked' function. */ | |
232b67d9 | 1268 | #ifndef USED_FOR_TARGET |
0d667716 | 1269 | #undef HAVE_FILENO_UNLOCKED |
232b67d9 NS |
1270 | #endif |
1271 | ||
0d667716 | 1272 | |
a6a5e4c9 | 1273 | /* Define to 1 if you have the `fork' function. */ |
232b67d9 | 1274 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1275 | #undef HAVE_FORK |
232b67d9 NS |
1276 | #endif |
1277 | ||
119d24d1 | 1278 | |
a6a5e4c9 | 1279 | /* Define to 1 if you have the `fprintf_unlocked' function. */ |
232b67d9 | 1280 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1281 | #undef HAVE_FPRINTF_UNLOCKED |
232b67d9 NS |
1282 | #endif |
1283 | ||
119d24d1 | 1284 | |
a6a5e4c9 | 1285 | /* Define to 1 if you have the `fputc_unlocked' function. */ |
232b67d9 | 1286 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1287 | #undef HAVE_FPUTC_UNLOCKED |
232b67d9 NS |
1288 | #endif |
1289 | ||
4c76f856 | 1290 | |
a6a5e4c9 | 1291 | /* Define to 1 if you have the `fputs_unlocked' function. */ |
232b67d9 | 1292 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1293 | #undef HAVE_FPUTS_UNLOCKED |
232b67d9 NS |
1294 | #endif |
1295 | ||
119d24d1 | 1296 | |
0d667716 | 1297 | /* Define to 1 if you have the `fread_unlocked' function. */ |
232b67d9 | 1298 | #ifndef USED_FOR_TARGET |
0d667716 | 1299 | #undef HAVE_FREAD_UNLOCKED |
232b67d9 NS |
1300 | #endif |
1301 | ||
0d667716 | 1302 | |
e1f07131 NS |
1303 | /* Define to 1 if you have the `fstatat' function. */ |
1304 | #ifndef USED_FOR_TARGET | |
1305 | #undef HAVE_FSTATAT | |
1306 | #endif | |
1307 | ||
1308 | ||
37050045 TS |
1309 | /* Define to 1 if you have the <ftw.h> header file. */ |
1310 | #ifndef USED_FOR_TARGET | |
1311 | #undef HAVE_FTW_H | |
1312 | #endif | |
1313 | ||
1314 | ||
a6a5e4c9 | 1315 | /* Define to 1 if you have the `fwrite_unlocked' function. */ |
232b67d9 | 1316 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1317 | #undef HAVE_FWRITE_UNLOCKED |
232b67d9 NS |
1318 | #endif |
1319 | ||
119d24d1 | 1320 | |
233215fe DK |
1321 | /* Define if your assembler supports specifying the alignment of objects |
1322 | allocated using the GAS .comm command. */ | |
1323 | #ifndef USED_FOR_TARGET | |
1324 | #undef HAVE_GAS_ALIGNED_COMM | |
1325 | #endif | |
1326 | ||
1327 | ||
36bd6eaf AS |
1328 | /* Define if your Arm assembler permits context-specific feature extensions. |
1329 | */ | |
1330 | #ifndef USED_FOR_TARGET | |
1331 | #undef HAVE_GAS_ARM_EXTENDED_ARCH | |
1332 | #endif | |
1333 | ||
1334 | ||
a6a5e4c9 | 1335 | /* Define if your assembler supports .balign and .p2align. */ |
232b67d9 | 1336 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1337 | #undef HAVE_GAS_BALIGN_AND_P2ALIGN |
232b67d9 NS |
1338 | #endif |
1339 | ||
5dfa45d0 | 1340 | |
d4ea4622 | 1341 | /* Define 0/1 if your assembler supports CFI directives. */ |
d4ea4622 | 1342 | #undef HAVE_GAS_CFI_DIRECTIVE |
d4ea4622 | 1343 | |
058514b3 | 1344 | /* Define 0/1 if your assembler supports .cfi_personality. */ |
058514b3 | 1345 | #undef HAVE_GAS_CFI_PERSONALITY_DIRECTIVE |
058514b3 | 1346 | |
7d45fb94 | 1347 | /* Define 0/1 if your assembler supports .cfi_sections. */ |
7d45fb94 | 1348 | #undef HAVE_GAS_CFI_SECTIONS_DIRECTIVE |
7d45fb94 | 1349 | |
6c52e687 CC |
1350 | /* Define if your assembler supports the .loc discriminator sub-directive. */ |
1351 | #ifndef USED_FOR_TARGET | |
1352 | #undef HAVE_GAS_DISCRIMINATOR | |
1353 | #endif | |
1354 | ||
1355 | ||
e31bcd1b JM |
1356 | /* Define if your assembler supports @gnu_unique_object. */ |
1357 | #ifndef USED_FOR_TARGET | |
1358 | #undef HAVE_GAS_GNU_UNIQUE_OBJECT | |
1359 | #endif | |
1360 | ||
1361 | ||
a6a5e4c9 KC |
1362 | /* Define if your assembler and linker support .hidden. */ |
1363 | #undef HAVE_GAS_HIDDEN | |
a207b594 | 1364 | |
28e6bb13 NC |
1365 | /* Define if your assembler supports .lcomm with an alignment field. */ |
1366 | #ifndef USED_FOR_TARGET | |
1367 | #undef HAVE_GAS_LCOMM_WITH_ALIGNMENT | |
1368 | #endif | |
1369 | ||
1370 | ||
5708d18d MS |
1371 | /* Define if your assembler supports .literal16. */ |
1372 | #ifndef USED_FOR_TARGET | |
1373 | #undef HAVE_GAS_LITERAL16 | |
1374 | #endif | |
1375 | ||
1376 | ||
894f597f AO |
1377 | /* Define if your assembler supports the .loc is_stmt sub-directive. */ |
1378 | #ifndef USED_FOR_TARGET | |
1379 | #undef HAVE_GAS_LOC_STMT | |
1380 | #endif | |
1381 | ||
1382 | ||
a6a5e4c9 KC |
1383 | /* Define if your assembler supports specifying the maximum number of bytes to |
1384 | skip when using the GAS .p2align command. */ | |
232b67d9 | 1385 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1386 | #undef HAVE_GAS_MAX_SKIP_P2ALIGN |
232b67d9 NS |
1387 | #endif |
1388 | ||
14011ca4 | 1389 | |
22c4c869 CM |
1390 | /* Define if your assembler supports the .set micromips directive */ |
1391 | #ifndef USED_FOR_TARGET | |
1392 | #undef HAVE_GAS_MICROMIPS | |
1393 | #endif | |
1394 | ||
1395 | ||
e41f3691 | 1396 | /* Define if your assembler supports .nsubspa comdat option. */ |
232b67d9 | 1397 | #ifndef USED_FOR_TARGET |
e41f3691 | 1398 | #undef HAVE_GAS_NSUBSPA_COMDAT |
232b67d9 NS |
1399 | #endif |
1400 | ||
e41f3691 | 1401 | |
d38bc601 BF |
1402 | /* Define if your assembler and linker support 32-bit section relative relocs |
1403 | via '.secrel32 label'. */ | |
232b67d9 | 1404 | #ifndef USED_FOR_TARGET |
d38bc601 | 1405 | #undef HAVE_GAS_PE_SECREL32_RELOC |
232b67d9 NS |
1406 | #endif |
1407 | ||
d38bc601 | 1408 | |
f8d70404 | 1409 | /* Define if your assembler supports specifying the exclude section flag. */ |
08c71c82 KT |
1410 | #ifndef USED_FOR_TARGET |
1411 | #undef HAVE_GAS_SECTION_EXCLUDE | |
1412 | #endif | |
1413 | ||
1414 | ||
694d4a6d L |
1415 | /* Define 0/1 if your assembler supports 'o' flag in .section directive. */ |
1416 | #ifndef USED_FOR_TARGET | |
1417 | #undef HAVE_GAS_SECTION_LINK_ORDER | |
1418 | #endif | |
1419 | ||
1420 | ||
6fbec038 L |
1421 | /* Define 0/1 if your assembler supports marking sections with SHF_GNU_RETAIN |
1422 | flag. */ | |
1423 | #ifndef USED_FOR_TARGET | |
1424 | #undef HAVE_GAS_SHF_GNU_RETAIN | |
1425 | #endif | |
1426 | ||
1427 | ||
a6a5e4c9 KC |
1428 | /* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag. |
1429 | */ | |
232b67d9 | 1430 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1431 | #undef HAVE_GAS_SHF_MERGE |
232b67d9 NS |
1432 | #endif |
1433 | ||
439a7e54 | 1434 | |
a6a5e4c9 KC |
1435 | /* Define if your assembler supports .subsection and .subsection -1 starts |
1436 | emitting at the beginning of your section. */ | |
232b67d9 | 1437 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1438 | #undef HAVE_GAS_SUBSECTION_ORDERING |
232b67d9 NS |
1439 | #endif |
1440 | ||
75e93faa | 1441 | |
a6a5e4c9 | 1442 | /* Define if your assembler supports .weak. */ |
232b67d9 | 1443 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1444 | #undef HAVE_GAS_WEAK |
232b67d9 NS |
1445 | #endif |
1446 | ||
827ae6cf | 1447 | |
a0203ca7 AO |
1448 | /* Define if your assembler supports .weakref. */ |
1449 | #ifndef USED_FOR_TARGET | |
1450 | #undef HAVE_GAS_WEAKREF | |
1451 | #endif | |
1452 | ||
1453 | ||
f036d759 LH |
1454 | /* Define to 1 if you have the `getauxval' function. */ |
1455 | #ifndef USED_FOR_TARGET | |
1456 | #undef HAVE_GETAUXVAL | |
1457 | #endif | |
1458 | ||
1459 | ||
0d667716 | 1460 | /* Define to 1 if you have the `getchar_unlocked' function. */ |
232b67d9 | 1461 | #ifndef USED_FOR_TARGET |
0d667716 | 1462 | #undef HAVE_GETCHAR_UNLOCKED |
232b67d9 NS |
1463 | #endif |
1464 | ||
0d667716 KG |
1465 | |
1466 | /* Define to 1 if you have the `getc_unlocked' function. */ | |
232b67d9 | 1467 | #ifndef USED_FOR_TARGET |
0d667716 | 1468 | #undef HAVE_GETC_UNLOCKED |
232b67d9 NS |
1469 | #endif |
1470 | ||
0d667716 | 1471 | |
a6a5e4c9 | 1472 | /* Define to 1 if you have the `getrlimit' function. */ |
232b67d9 | 1473 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1474 | #undef HAVE_GETRLIMIT |
232b67d9 NS |
1475 | #endif |
1476 | ||
91029a29 | 1477 | |
a6a5e4c9 | 1478 | /* Define to 1 if you have the `getrusage' function. */ |
232b67d9 | 1479 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1480 | #undef HAVE_GETRUSAGE |
232b67d9 NS |
1481 | #endif |
1482 | ||
75e93faa | 1483 | |
a6a5e4c9 | 1484 | /* Define to 1 if you have the `gettimeofday' function. */ |
232b67d9 | 1485 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1486 | #undef HAVE_GETTIMEOFDAY |
232b67d9 NS |
1487 | #endif |
1488 | ||
4977bab6 | 1489 | |
b993039f | 1490 | /* Define to 1 if using GNU as. */ |
dc60b775 CD |
1491 | #ifndef USED_FOR_TARGET |
1492 | #undef HAVE_GNU_AS | |
1493 | #endif | |
1494 | ||
1495 | ||
1cd0b716 DK |
1496 | /* Define if your system supports gnu indirect functions. */ |
1497 | #ifndef USED_FOR_TARGET | |
1498 | #undef HAVE_GNU_INDIRECT_FUNCTION | |
1499 | #endif | |
1500 | ||
1501 | ||
b993039f | 1502 | /* Define to 1 if using GNU ld. */ |
2091ff66 NF |
1503 | #ifndef USED_FOR_TARGET |
1504 | #undef HAVE_GNU_LD | |
1505 | #endif | |
1506 | ||
1507 | ||
402565b6 LB |
1508 | /* Define if the gold linker supports split stack and is available as a |
1509 | non-default */ | |
1510 | #ifndef USED_FOR_TARGET | |
1511 | #undef HAVE_GOLD_NON_DEFAULT_SPLIT_STACK | |
1512 | #endif | |
1513 | ||
1514 | ||
a6a5e4c9 | 1515 | /* Define if you have the iconv() function. */ |
232b67d9 | 1516 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1517 | #undef HAVE_ICONV |
232b67d9 NS |
1518 | #endif |
1519 | ||
84c041a1 | 1520 | |
a6a5e4c9 | 1521 | /* Define to 1 if you have the <iconv.h> header file. */ |
232b67d9 | 1522 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1523 | #undef HAVE_ICONV_H |
232b67d9 NS |
1524 | #endif |
1525 | ||
a6a5e4c9 | 1526 | |
e6b6bf09 RO |
1527 | /* Define 0/1 if .init_array/.fini_array sections are available and working. |
1528 | */ | |
232b67d9 | 1529 | #ifndef USED_FOR_TARGET |
e10e461e | 1530 | #undef HAVE_INITFINI_ARRAY_SUPPORT |
232b67d9 NS |
1531 | #endif |
1532 | ||
4977bab6 | 1533 | |
7c2a2dbf KT |
1534 | /* Define to 1 if the system has the type `intmax_t'. */ |
1535 | #ifndef USED_FOR_TARGET | |
1536 | #undef HAVE_INTMAX_T | |
1537 | #endif | |
1538 | ||
1539 | ||
1540 | /* Define to 1 if the system has the type `intptr_t'. */ | |
1541 | #ifndef USED_FOR_TARGET | |
1542 | #undef HAVE_INTPTR_T | |
1543 | #endif | |
1544 | ||
1545 | ||
91029a29 | 1546 | /* Define if you have a working <inttypes.h> header file. */ |
232b67d9 | 1547 | #ifndef USED_FOR_TARGET |
91029a29 | 1548 | #undef HAVE_INTTYPES_H |
232b67d9 NS |
1549 | #endif |
1550 | ||
91029a29 | 1551 | |
a6a5e4c9 | 1552 | /* Define to 1 if you have the `kill' function. */ |
232b67d9 | 1553 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1554 | #undef HAVE_KILL |
232b67d9 NS |
1555 | #endif |
1556 | ||
39f6c4c8 | 1557 | |
a03ea89b | 1558 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ |
232b67d9 | 1559 | #ifndef USED_FOR_TARGET |
a03ea89b | 1560 | #undef HAVE_LANGINFO_CODESET |
232b67d9 NS |
1561 | #endif |
1562 | ||
a03ea89b | 1563 | |
a6a5e4c9 | 1564 | /* Define to 1 if you have the <langinfo.h> header file. */ |
232b67d9 | 1565 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1566 | #undef HAVE_LANGINFO_H |
232b67d9 NS |
1567 | #endif |
1568 | ||
8ada417f | 1569 | |
a6a5e4c9 | 1570 | /* Define if your <locale.h> file defines LC_MESSAGES. */ |
232b67d9 | 1571 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1572 | #undef HAVE_LC_MESSAGES |
232b67d9 NS |
1573 | #endif |
1574 | ||
91029a29 | 1575 | |
a6a5e4c9 | 1576 | /* Define to 1 if you have the <ldfcn.h> header file. */ |
232b67d9 | 1577 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1578 | #undef HAVE_LDFCN_H |
232b67d9 NS |
1579 | #endif |
1580 | ||
1072ec3f | 1581 | |
dc6b6330 RO |
1582 | /* Define 0/1 if your linker supports the SHF_MERGE flag with section |
1583 | alignment > 1. */ | |
1584 | #ifndef USED_FOR_TARGET | |
1585 | #undef HAVE_LD_ALIGNED_SHF_MERGE | |
1586 | #endif | |
1587 | ||
1588 | ||
e927b6ad RO |
1589 | /* Define if your linker supports --as-needed/--no-as-needed or equivalent |
1590 | options. */ | |
232b67d9 | 1591 | #ifndef USED_FOR_TARGET |
765f1bf9 | 1592 | #undef HAVE_LD_AS_NEEDED |
232b67d9 NS |
1593 | #endif |
1594 | ||
765f1bf9 | 1595 | |
98f9d0ca GJL |
1596 | /* Define if your default avr linker script for avrxmega3 leaves .rodata in |
1597 | flash. */ | |
1598 | #ifndef USED_FOR_TARGET | |
1599 | #undef HAVE_LD_AVR_AVRXMEGA3_RODATA_IN_FLASH | |
1600 | #endif | |
1601 | ||
1602 | ||
6de59c8a IE |
1603 | /* Define if your linker supports -z bndplt */ |
1604 | #ifndef USED_FOR_TARGET | |
1605 | #undef HAVE_LD_BNDPLT_SUPPORT | |
1606 | #endif | |
1607 | ||
1608 | ||
a49a96f6 JJ |
1609 | /* Define if the PE linker has broken DWARF 5 support. */ |
1610 | #ifndef USED_FOR_TARGET | |
1611 | #undef HAVE_LD_BROKEN_PE_DWARF5 | |
1612 | #endif | |
1613 | ||
1614 | ||
cd533689 PP |
1615 | /* Define if your linker supports --build-id. */ |
1616 | #ifndef USED_FOR_TARGET | |
1617 | #undef HAVE_LD_BUILDID | |
1618 | #endif | |
1619 | ||
1620 | ||
3c698bf0 RO |
1621 | /* Define if the linker supports clearing hardware capabilities via mapfile. |
1622 | */ | |
1623 | #ifndef USED_FOR_TARGET | |
1624 | #undef HAVE_LD_CLEARCAP | |
1625 | #endif | |
1626 | ||
1627 | ||
29d7cbd1 RO |
1628 | /* Define to the level of your linker's compressed debug section support. */ |
1629 | #ifndef USED_FOR_TARGET | |
1630 | #undef HAVE_LD_COMPRESS_DEBUG | |
1631 | #endif | |
1632 | ||
1633 | ||
d594623a | 1634 | /* Define if your linker supports --demangle option. */ |
232b67d9 | 1635 | #ifndef USED_FOR_TARGET |
d594623a | 1636 | #undef HAVE_LD_DEMANGLE |
232b67d9 NS |
1637 | #endif |
1638 | ||
d594623a | 1639 | |
5022315a RO |
1640 | /* Define 0/1 if your linker supports CIE v3 in .eh_frame. */ |
1641 | #ifndef USED_FOR_TARGET | |
1642 | #undef HAVE_LD_EH_FRAME_CIEV3 | |
1643 | #endif | |
1644 | ||
1645 | ||
6961669f | 1646 | /* Define if your linker supports .eh_frame_hdr. */ |
a6a5e4c9 | 1647 | #undef HAVE_LD_EH_FRAME_HDR |
825b6926 | 1648 | |
22ba88ef EB |
1649 | /* Define if your linker supports garbage collection of sections in presence |
1650 | of EH frames. */ | |
1651 | #ifndef USED_FOR_TARGET | |
1652 | #undef HAVE_LD_EH_GC_SECTIONS | |
1653 | #endif | |
1654 | ||
1655 | ||
1b500976 JJ |
1656 | /* Define if your linker has buggy garbage collection of sections support when |
1657 | .text.startup.foo like sections are used. */ | |
1658 | #ifndef USED_FOR_TARGET | |
1659 | #undef HAVE_LD_EH_GC_SECTIONS_BUG | |
1660 | #endif | |
1661 | ||
1662 | ||
c68a6e08 | 1663 | /* Define if your PowerPC64 linker supports a large TOC. */ |
070b27da AM |
1664 | #ifndef USED_FOR_TARGET |
1665 | #undef HAVE_LD_LARGE_TOC | |
1666 | #endif | |
1667 | ||
1668 | ||
85b776df | 1669 | /* Define if your PowerPC64 linker only needs function descriptor syms. */ |
232b67d9 | 1670 | #ifndef USED_FOR_TARGET |
85b776df | 1671 | #undef HAVE_LD_NO_DOT_SYMS |
232b67d9 NS |
1672 | #endif |
1673 | ||
85b776df | 1674 | |
49576e25 RS |
1675 | /* Define if your linker can relax absolute .eh_frame personality pointers |
1676 | into PC-relative form. */ | |
1677 | #ifndef USED_FOR_TARGET | |
1678 | #undef HAVE_LD_PERSONALITY_RELAXATION | |
1679 | #endif | |
1680 | ||
1681 | ||
2bdf17de EB |
1682 | /* Define if the PE linker supports --disable-dynamicbase option. */ |
1683 | #ifndef USED_FOR_TARGET | |
1684 | #undef HAVE_LD_PE_DISABLE_DYNAMICBASE | |
1685 | #endif | |
1686 | ||
1687 | ||
df2a1cc4 | 1688 | /* Define if your linker supports PIE option. */ |
232b67d9 | 1689 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1690 | #undef HAVE_LD_PIE |
232b67d9 NS |
1691 | #endif |
1692 | ||
4acab94b | 1693 | |
77ad54d9 ST |
1694 | /* Define 0/1 if your linker supports -pie option with copy reloc. */ |
1695 | #ifndef USED_FOR_TARGET | |
1696 | #undef HAVE_LD_PIE_COPYRELOC | |
1697 | #endif | |
1698 | ||
1699 | ||
e9dda04f AM |
1700 | /* Define if your PowerPC linker has .gnu.attributes long double support. */ |
1701 | #ifndef USED_FOR_TARGET | |
1702 | #undef HAVE_LD_PPC_GNU_ATTR_LONG_DOUBLE | |
1703 | #endif | |
1704 | ||
1705 | ||
7e495577 AI |
1706 | /* Define if your linker supports --push-state/--pop-state */ |
1707 | #ifndef USED_FOR_TARGET | |
1708 | #undef HAVE_LD_PUSHPOPSTATE_SUPPORT | |
1709 | #endif | |
1710 | ||
1711 | ||
a6a5e4c9 KC |
1712 | /* Define if your linker links a mix of read-only and read-write sections into |
1713 | a read-write section. */ | |
232b67d9 | 1714 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1715 | #undef HAVE_LD_RO_RW_SECTION_MIXING |
232b67d9 NS |
1716 | #endif |
1717 | ||
f91abfce | 1718 | |
a6198222 RO |
1719 | /* Define if your linker supports the *_sol2 emulations. */ |
1720 | #ifndef USED_FOR_TARGET | |
1721 | #undef HAVE_LD_SOL2_EMULATION | |
1722 | #endif | |
1723 | ||
1724 | ||
c6092243 | 1725 | /* Define if your linker supports -Bstatic/-Bdynamic or equivalent options. */ |
232b67d9 | 1726 | #ifndef USED_FOR_TARGET |
7e9d8517 | 1727 | #undef HAVE_LD_STATIC_DYNAMIC |
232b67d9 NS |
1728 | #endif |
1729 | ||
7e9d8517 | 1730 | |
380e5ca4 | 1731 | /* Define if your linker supports --sysroot. */ |
232b67d9 | 1732 | #ifndef USED_FOR_TARGET |
380e5ca4 | 1733 | #undef HAVE_LD_SYSROOT |
232b67d9 NS |
1734 | #endif |
1735 | ||
380e5ca4 | 1736 | |
a6a5e4c9 | 1737 | /* Define to 1 if you have the <limits.h> header file. */ |
232b67d9 | 1738 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1739 | #undef HAVE_LIMITS_H |
232b67d9 NS |
1740 | #endif |
1741 | ||
f91abfce | 1742 | |
a6a5e4c9 | 1743 | /* Define to 1 if you have the <locale.h> header file. */ |
232b67d9 | 1744 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1745 | #undef HAVE_LOCALE_H |
232b67d9 NS |
1746 | #endif |
1747 | ||
56694dd9 | 1748 | |
5ec1c5e6 | 1749 | /* Define to 1 if the system has the type `long long'. */ |
232b67d9 | 1750 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1751 | #undef HAVE_LONG_LONG |
232b67d9 NS |
1752 | #endif |
1753 | ||
86cf1cbd | 1754 | |
7c2a2dbf KT |
1755 | /* Define to 1 if the system has the type `long long int'. */ |
1756 | #ifndef USED_FOR_TARGET | |
1757 | #undef HAVE_LONG_LONG_INT | |
1758 | #endif | |
1759 | ||
1760 | ||
55b46574 | 1761 | /* Define to the level of your linker's plugin support. */ |
c6092243 RO |
1762 | #ifndef USED_FOR_TARGET |
1763 | #undef HAVE_LTO_PLUGIN | |
1764 | #endif | |
1765 | ||
1766 | ||
711a3d82 AK |
1767 | /* Define to 1 if you have the `madvise' function. */ |
1768 | #ifndef USED_FOR_TARGET | |
1769 | #undef HAVE_MADVISE | |
1770 | #endif | |
1771 | ||
1772 | ||
c9ef0409 JH |
1773 | /* Define to 1 if you have the `mallinfo' function. */ |
1774 | #ifndef USED_FOR_TARGET | |
1775 | #undef HAVE_MALLINFO | |
1776 | #endif | |
1777 | ||
1778 | ||
432c551b ML |
1779 | /* Define to 1 if you have the `mallinfo2' function. */ |
1780 | #ifndef USED_FOR_TARGET | |
1781 | #undef HAVE_MALLINFO2 | |
1782 | #endif | |
1783 | ||
1784 | ||
a6a5e4c9 | 1785 | /* Define to 1 if you have the <malloc.h> header file. */ |
232b67d9 | 1786 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1787 | #undef HAVE_MALLOC_H |
232b67d9 NS |
1788 | #endif |
1789 | ||
86cf1cbd | 1790 | |
a6a5e4c9 | 1791 | /* Define to 1 if you have the `mbstowcs' function. */ |
232b67d9 | 1792 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1793 | #undef HAVE_MBSTOWCS |
232b67d9 NS |
1794 | #endif |
1795 | ||
86cf1cbd | 1796 | |
a6a5e4c9 | 1797 | /* Define if valgrind's memcheck.h header is installed. */ |
232b67d9 | 1798 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1799 | #undef HAVE_MEMCHECK_H |
232b67d9 NS |
1800 | #endif |
1801 | ||
86cf1cbd | 1802 | |
a6a5e4c9 | 1803 | /* Define to 1 if you have the <memory.h> header file. */ |
232b67d9 | 1804 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1805 | #undef HAVE_MEMORY_H |
232b67d9 NS |
1806 | #endif |
1807 | ||
86cf1cbd | 1808 | |
a6a5e4c9 | 1809 | /* Define to 1 if you have the `mmap' function. */ |
232b67d9 | 1810 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1811 | #undef HAVE_MMAP |
232b67d9 NS |
1812 | #endif |
1813 | ||
86cf1cbd | 1814 | |
a6a5e4c9 | 1815 | /* Define if mmap with MAP_ANON(YMOUS) works. */ |
232b67d9 | 1816 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1817 | #undef HAVE_MMAP_ANON |
232b67d9 NS |
1818 | #endif |
1819 | ||
86cf1cbd | 1820 | |
a6a5e4c9 | 1821 | /* Define if mmap of /dev/zero works. */ |
232b67d9 | 1822 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1823 | #undef HAVE_MMAP_DEV_ZERO |
232b67d9 NS |
1824 | #endif |
1825 | ||
86cf1cbd | 1826 | |
a6a5e4c9 | 1827 | /* Define if read-only mmap of a plain file works. */ |
232b67d9 | 1828 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1829 | #undef HAVE_MMAP_FILE |
232b67d9 NS |
1830 | #endif |
1831 | ||
86cf1cbd | 1832 | |
02afb6a9 JL |
1833 | /* Define if GCC has been configured with --enable-newlib-nano-formatted-io. |
1834 | */ | |
1835 | #ifndef USED_FOR_TARGET | |
1836 | #undef HAVE_NEWLIB_NANO_FORMATTED_IO | |
1837 | #endif | |
1838 | ||
1839 | ||
a6a5e4c9 | 1840 | /* Define to 1 if you have the `nl_langinfo' function. */ |
232b67d9 | 1841 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1842 | #undef HAVE_NL_LANGINFO |
232b67d9 NS |
1843 | #endif |
1844 | ||
3b681e9d | 1845 | |
b6d94045 MS |
1846 | /* Define to 1 if you have the `popen' function. */ |
1847 | #ifndef USED_FOR_TARGET | |
1848 | #undef HAVE_POPEN | |
1849 | #endif | |
1850 | ||
1851 | ||
e1f07131 NS |
1852 | /* Define to 1 if you have the `posix_fallocate' function. */ |
1853 | #ifndef USED_FOR_TARGET | |
1854 | #undef HAVE_POSIX_FALLOCATE | |
1855 | #endif | |
1856 | ||
1857 | ||
0d667716 | 1858 | /* Define to 1 if you have the `putchar_unlocked' function. */ |
232b67d9 | 1859 | #ifndef USED_FOR_TARGET |
0d667716 | 1860 | #undef HAVE_PUTCHAR_UNLOCKED |
232b67d9 NS |
1861 | #endif |
1862 | ||
0d667716 | 1863 | |
a6a5e4c9 | 1864 | /* Define to 1 if you have the `putc_unlocked' function. */ |
232b67d9 | 1865 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1866 | #undef HAVE_PUTC_UNLOCKED |
232b67d9 NS |
1867 | #endif |
1868 | ||
86cf1cbd | 1869 | |
a6a5e4c9 | 1870 | /* Define to 1 if you have the `setlocale' function. */ |
232b67d9 | 1871 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1872 | #undef HAVE_SETLOCALE |
232b67d9 NS |
1873 | #endif |
1874 | ||
236ce4b2 | 1875 | |
a6a5e4c9 | 1876 | /* Define to 1 if you have the `setrlimit' function. */ |
232b67d9 | 1877 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1878 | #undef HAVE_SETRLIMIT |
232b67d9 NS |
1879 | #endif |
1880 | ||
a7475ab1 | 1881 | |
e1f07131 NS |
1882 | /* Define if <sys/signal.h> defines sighandler_t */ |
1883 | #ifndef USED_FOR_TARGET | |
1884 | #undef HAVE_SIGHANDLER_T | |
1885 | #endif | |
1886 | ||
1887 | ||
2d110442 RO |
1888 | /* Define if the system-provided CRTs are present on Solaris. */ |
1889 | #ifndef USED_FOR_TARGET | |
1890 | #undef HAVE_SOLARIS_CRTS | |
1891 | #endif | |
1892 | ||
1893 | ||
a6a5e4c9 | 1894 | /* Define to 1 if you have the <stddef.h> header file. */ |
232b67d9 | 1895 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1896 | #undef HAVE_STDDEF_H |
232b67d9 NS |
1897 | #endif |
1898 | ||
86cf1cbd | 1899 | |
a6a5e4c9 | 1900 | /* Define to 1 if you have the <stdint.h> header file. */ |
232b67d9 | 1901 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1902 | #undef HAVE_STDINT_H |
232b67d9 NS |
1903 | #endif |
1904 | ||
86cf1cbd | 1905 | |
a6a5e4c9 | 1906 | /* Define to 1 if you have the <stdlib.h> header file. */ |
232b67d9 | 1907 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1908 | #undef HAVE_STDLIB_H |
232b67d9 NS |
1909 | #endif |
1910 | ||
86cf1cbd | 1911 | |
a6a5e4c9 | 1912 | /* Define to 1 if you have the <strings.h> header file. */ |
232b67d9 | 1913 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1914 | #undef HAVE_STRINGS_H |
232b67d9 NS |
1915 | #endif |
1916 | ||
86cf1cbd | 1917 | |
a6a5e4c9 | 1918 | /* Define to 1 if you have the <string.h> header file. */ |
232b67d9 | 1919 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1920 | #undef HAVE_STRING_H |
232b67d9 NS |
1921 | #endif |
1922 | ||
86cf1cbd | 1923 | |
a6a5e4c9 | 1924 | /* Define to 1 if you have the `strsignal' function. */ |
232b67d9 | 1925 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1926 | #undef HAVE_STRSIGNAL |
232b67d9 NS |
1927 | #endif |
1928 | ||
c1800ec8 | 1929 | |
a6a5e4c9 | 1930 | /* Define if <sys/times.h> defines struct tms. */ |
232b67d9 | 1931 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1932 | #undef HAVE_STRUCT_TMS |
232b67d9 NS |
1933 | #endif |
1934 | ||
f31e826b | 1935 | |
3dde4d65 MM |
1936 | /* Define if <utility> defines std::swap. */ |
1937 | #ifndef USED_FOR_TARGET | |
1938 | #undef HAVE_SWAP_IN_UTILITY | |
1939 | #endif | |
1940 | ||
1941 | ||
a6a5e4c9 | 1942 | /* Define to 1 if you have the `sysconf' function. */ |
232b67d9 | 1943 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1944 | #undef HAVE_SYSCONF |
232b67d9 NS |
1945 | #endif |
1946 | ||
f31e826b | 1947 | |
66c48be2 YS |
1948 | /* Define to 1 if you have the <sys/auxv.h> header file. */ |
1949 | #ifndef USED_FOR_TARGET | |
1950 | #undef HAVE_SYS_AUXV_H | |
1951 | #endif | |
1952 | ||
1953 | ||
a6a5e4c9 | 1954 | /* Define to 1 if you have the <sys/file.h> header file. */ |
232b67d9 | 1955 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1956 | #undef HAVE_SYS_FILE_H |
232b67d9 NS |
1957 | #endif |
1958 | ||
86cf1cbd | 1959 | |
9ec469f5 EB |
1960 | /* Define to 1 if you have the <sys/locking.h> header file. */ |
1961 | #ifndef USED_FOR_TARGET | |
1962 | #undef HAVE_SYS_LOCKING_H | |
1963 | #endif | |
1964 | ||
1965 | ||
a6a5e4c9 | 1966 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
232b67d9 | 1967 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1968 | #undef HAVE_SYS_MMAN_H |
232b67d9 NS |
1969 | #endif |
1970 | ||
cb49b9ad | 1971 | |
a6a5e4c9 | 1972 | /* Define to 1 if you have the <sys/param.h> header file. */ |
232b67d9 | 1973 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1974 | #undef HAVE_SYS_PARAM_H |
232b67d9 NS |
1975 | #endif |
1976 | ||
351df804 | 1977 | |
a6a5e4c9 | 1978 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
232b67d9 | 1979 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1980 | #undef HAVE_SYS_RESOURCE_H |
232b67d9 NS |
1981 | #endif |
1982 | ||
c1800ec8 | 1983 | |
f4e749b4 TT |
1984 | /* Define if your target C library provides sys/sdt.h */ |
1985 | #undef HAVE_SYS_SDT_H | |
1986 | ||
a6a5e4c9 | 1987 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
232b67d9 | 1988 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1989 | #undef HAVE_SYS_STAT_H |
232b67d9 NS |
1990 | #endif |
1991 | ||
c1800ec8 | 1992 | |
a6a5e4c9 | 1993 | /* Define to 1 if you have the <sys/times.h> header file. */ |
232b67d9 | 1994 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 1995 | #undef HAVE_SYS_TIMES_H |
232b67d9 NS |
1996 | #endif |
1997 | ||
a6a5e4c9 KC |
1998 | |
1999 | /* Define to 1 if you have the <sys/time.h> header file. */ | |
232b67d9 | 2000 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2001 | #undef HAVE_SYS_TIME_H |
232b67d9 NS |
2002 | #endif |
2003 | ||
a6a5e4c9 KC |
2004 | |
2005 | /* Define to 1 if you have the <sys/types.h> header file. */ | |
232b67d9 | 2006 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2007 | #undef HAVE_SYS_TYPES_H |
232b67d9 NS |
2008 | #endif |
2009 | ||
a6a5e4c9 KC |
2010 | |
2011 | /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ | |
232b67d9 | 2012 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2013 | #undef HAVE_SYS_WAIT_H |
232b67d9 NS |
2014 | #endif |
2015 | ||
a6a5e4c9 KC |
2016 | |
2017 | /* Define to 1 if you have the `times' function. */ | |
232b67d9 | 2018 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2019 | #undef HAVE_TIMES |
232b67d9 NS |
2020 | #endif |
2021 | ||
a6a5e4c9 KC |
2022 | |
2023 | /* Define to 1 if you have the <time.h> header file. */ | |
232b67d9 | 2024 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2025 | #undef HAVE_TIME_H |
232b67d9 NS |
2026 | #endif |
2027 | ||
c1800ec8 | 2028 | |
5427046f ILT |
2029 | /* Define to 1 if you have the <tr1/unordered_map> header file. */ |
2030 | #ifndef USED_FOR_TARGET | |
2031 | #undef HAVE_TR1_UNORDERED_MAP | |
2032 | #endif | |
2033 | ||
2034 | ||
7c2a2dbf KT |
2035 | /* Define to 1 if the system has the type `uintmax_t'. */ |
2036 | #ifndef USED_FOR_TARGET | |
2037 | #undef HAVE_UINTMAX_T | |
2038 | #endif | |
2039 | ||
2040 | ||
2041 | /* Define to 1 if the system has the type `uintptr_t'. */ | |
2042 | #ifndef USED_FOR_TARGET | |
2043 | #undef HAVE_UINTPTR_T | |
2044 | #endif | |
2045 | ||
2046 | ||
a6a5e4c9 | 2047 | /* Define to 1 if you have the <unistd.h> header file. */ |
232b67d9 | 2048 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2049 | #undef HAVE_UNISTD_H |
232b67d9 NS |
2050 | #endif |
2051 | ||
07cf4226 | 2052 | |
5427046f ILT |
2053 | /* Define to 1 if you have the <unordered_map> header file. */ |
2054 | #ifndef USED_FOR_TARGET | |
2055 | #undef HAVE_UNORDERED_MAP | |
2056 | #endif | |
2057 | ||
2058 | ||
7c2a2dbf KT |
2059 | /* Define to 1 if the system has the type `unsigned long long int'. */ |
2060 | #ifndef USED_FOR_TARGET | |
2061 | #undef HAVE_UNSIGNED_LONG_LONG_INT | |
2062 | #endif | |
2063 | ||
2064 | ||
a6a5e4c9 | 2065 | /* Define if valgrind's valgrind/memcheck.h header is installed. */ |
232b67d9 | 2066 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2067 | #undef HAVE_VALGRIND_MEMCHECK_H |
232b67d9 NS |
2068 | #endif |
2069 | ||
91029a29 | 2070 | |
a6a5e4c9 | 2071 | /* Define to 1 if you have the `vfork' function. */ |
232b67d9 | 2072 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2073 | #undef HAVE_VFORK |
232b67d9 NS |
2074 | #endif |
2075 | ||
4977bab6 | 2076 | |
a6a5e4c9 | 2077 | /* Define to 1 if you have the <vfork.h> header file. */ |
232b67d9 | 2078 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2079 | #undef HAVE_VFORK_H |
232b67d9 NS |
2080 | #endif |
2081 | ||
4977bab6 | 2082 | |
a6a5e4c9 | 2083 | /* Define to 1 if you have the <wchar.h> header file. */ |
232b67d9 | 2084 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2085 | #undef HAVE_WCHAR_H |
232b67d9 NS |
2086 | #endif |
2087 | ||
4977bab6 | 2088 | |
a6a5e4c9 | 2089 | /* Define to 1 if you have the `wcswidth' function. */ |
232b67d9 | 2090 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2091 | #undef HAVE_WCSWIDTH |
232b67d9 NS |
2092 | #endif |
2093 | ||
1072ec3f | 2094 | |
a6a5e4c9 | 2095 | /* Define to 1 if `fork' works. */ |
232b67d9 | 2096 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2097 | #undef HAVE_WORKING_FORK |
232b67d9 NS |
2098 | #endif |
2099 | ||
a5381466 | 2100 | |
a6a5e4c9 KC |
2101 | /* Define this macro if mbstowcs does not crash when its first argument is |
2102 | NULL. */ | |
232b67d9 | 2103 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2104 | #undef HAVE_WORKING_MBSTOWCS |
232b67d9 NS |
2105 | #endif |
2106 | ||
71a94577 | 2107 | |
a6a5e4c9 | 2108 | /* Define to 1 if `vfork' works. */ |
232b67d9 | 2109 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2110 | #undef HAVE_WORKING_VFORK |
232b67d9 NS |
2111 | #endif |
2112 | ||
91029a29 | 2113 | |
b8cd1630 ML |
2114 | /* Define if your assembler supports AIX debug frame section label reference. |
2115 | */ | |
2116 | #ifndef USED_FOR_TARGET | |
2117 | #undef HAVE_XCOFF_DWARF_EXTRAS | |
2118 | #endif | |
2119 | ||
2120 | ||
87741e51 ML |
2121 | /* Define if you have a working <zstd.h> header file. */ |
2122 | #ifndef USED_FOR_TARGET | |
2123 | #undef HAVE_ZSTD_H | |
2124 | #endif | |
2125 | ||
2126 | ||
2f73a6c7 JM |
2127 | /* Define if isl is in use. */ |
2128 | #ifndef USED_FOR_TARGET | |
2129 | #undef HAVE_isl | |
2130 | #endif | |
2131 | ||
2132 | ||
c1736aea TJ |
2133 | /* Define if F_SETLKW supported by fcntl. */ |
2134 | #ifndef USED_FOR_TARGET | |
2135 | #undef HOST_HAS_F_SETLKW | |
2136 | #endif | |
2137 | ||
2138 | ||
9ec469f5 EB |
2139 | /* Define if _LK_LOC supported by _locking. */ |
2140 | #ifndef USED_FOR_TARGET | |
2141 | #undef HOST_HAS_LK_LOCK | |
2142 | #endif | |
2143 | ||
2144 | ||
e1f07131 NS |
2145 | /* Define if O_CLOEXEC supported by fcntl. */ |
2146 | #ifndef USED_FOR_TARGET | |
2147 | #undef HOST_HAS_O_CLOEXEC | |
2148 | #endif | |
2149 | ||
2150 | ||
827f6413 ML |
2151 | /* Define if O_NONBLOCK supported by fcntl. */ |
2152 | #ifndef USED_FOR_TARGET | |
2153 | #undef HOST_HAS_O_NONBLOCK | |
2154 | #endif | |
2155 | ||
2156 | ||
8086230e AS |
2157 | /* Define which stat syscall is able to handle 64bit indodes. */ |
2158 | #ifndef USED_FOR_TARGET | |
2159 | #undef HOST_STAT_FOR_64BIT_INODES | |
2160 | #endif | |
2161 | ||
2162 | ||
a6a5e4c9 | 2163 | /* Define as const if the declaration of iconv() needs const. */ |
232b67d9 | 2164 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2165 | #undef ICONV_CONST |
232b67d9 NS |
2166 | #endif |
2167 | ||
91029a29 | 2168 | |
35987ae9 RB |
2169 | /* Define if int64_t uses long as underlying type. */ |
2170 | #ifndef USED_FOR_TARGET | |
2171 | #undef INT64_T_IS_LONG | |
2172 | #endif | |
2173 | ||
2174 | ||
eb89c82f IS |
2175 | /* Define to 1 if ld64 supports '-export_dynamic'. */ |
2176 | #ifndef USED_FOR_TARGET | |
2177 | #undef LD64_HAS_EXPORT_DYNAMIC | |
2178 | #endif | |
2179 | ||
2180 | ||
d3cc82dc IS |
2181 | /* Define to 1 if ld64 supports '-platform_version'. */ |
2182 | #ifndef USED_FOR_TARGET | |
2183 | #undef LD64_HAS_PLATFORM_VERSION | |
2184 | #endif | |
2185 | ||
2186 | ||
eb89c82f IS |
2187 | /* Define to ld64 version. */ |
2188 | #ifndef USED_FOR_TARGET | |
2189 | #undef LD64_VERSION | |
2190 | #endif | |
2191 | ||
2192 | ||
e927b6ad RO |
2193 | /* Define to the linker option to ignore unused dependencies. */ |
2194 | #ifndef USED_FOR_TARGET | |
2195 | #undef LD_AS_NEEDED_OPTION | |
2196 | #endif | |
2197 | ||
2198 | ||
29d7cbd1 RO |
2199 | /* Define to the linker option to enable compressed debug sections. */ |
2200 | #ifndef USED_FOR_TARGET | |
2201 | #undef LD_COMPRESS_DEBUG_OPTION | |
2202 | #endif | |
2203 | ||
2204 | ||
c6092243 RO |
2205 | /* Define to the linker option to enable use of shared objects. */ |
2206 | #ifndef USED_FOR_TARGET | |
2207 | #undef LD_DYNAMIC_OPTION | |
2208 | #endif | |
2209 | ||
2210 | ||
e927b6ad RO |
2211 | /* Define to the linker option to keep unused dependencies. */ |
2212 | #ifndef USED_FOR_TARGET | |
2213 | #undef LD_NO_AS_NEEDED_OPTION | |
2214 | #endif | |
2215 | ||
2216 | ||
c6092243 RO |
2217 | /* Define to the linker option to disable use of shared objects. */ |
2218 | #ifndef USED_FOR_TARGET | |
2219 | #undef LD_STATIC_OPTION | |
2220 | #endif | |
2221 | ||
2222 | ||
79bec923 ST |
2223 | /* The linker hash style */ |
2224 | #ifndef USED_FOR_TARGET | |
2225 | #undef LINKER_HASH_STYLE | |
2226 | #endif | |
2227 | ||
2228 | ||
1cd0b716 DK |
2229 | /* Define to the name of the LTO plugin DSO that must be passed to the |
2230 | linker's -plugin=LIB option. */ | |
2231 | #ifndef USED_FOR_TARGET | |
2232 | #undef LTOPLUGINSONAME | |
2233 | #endif | |
2234 | ||
2235 | ||
236ec2d7 RW |
2236 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
2237 | */ | |
2238 | #ifndef USED_FOR_TARGET | |
2239 | #undef LT_OBJDIR | |
2240 | #endif | |
2241 | ||
2242 | ||
dc6b6330 | 2243 | /* Define if we should link mingw executables with --large-address-aware */ |
67aeaded AO |
2244 | #ifndef USED_FOR_TARGET |
2245 | #undef MINGW_DEFAULT_LARGE_ADDR_AWARE | |
2246 | #endif | |
2247 | ||
2248 | ||
446163e2 TP |
2249 | /* Value to set mingw's _dowildcard to. */ |
2250 | #ifndef USED_FOR_TARGET | |
2251 | #undef MINGW_DOWILDCARD | |
2252 | #endif | |
2253 | ||
2254 | ||
a6a5e4c9 | 2255 | /* Define if host mkdir takes a single argument. */ |
232b67d9 | 2256 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2257 | #undef MKDIR_TAKES_ONE_ARG |
232b67d9 NS |
2258 | #endif |
2259 | ||
91029a29 | 2260 | |
fe5bfa67 TB |
2261 | /* Define to 1 to if -foffload is defaulted */ |
2262 | #ifndef USED_FOR_TARGET | |
2263 | #undef OFFLOAD_DEFAULTED | |
2264 | #endif | |
2265 | ||
2266 | ||
64186aad | 2267 | /* Define to offload targets, separated by commas. */ |
85c64bbe BS |
2268 | #ifndef USED_FOR_TARGET |
2269 | #undef OFFLOAD_TARGETS | |
2270 | #endif | |
2271 | ||
2272 | ||
a6a5e4c9 | 2273 | /* Define to the address where bug reports for this package should be sent. */ |
232b67d9 | 2274 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2275 | #undef PACKAGE_BUGREPORT |
232b67d9 NS |
2276 | #endif |
2277 | ||
c64688ae | 2278 | |
a6a5e4c9 | 2279 | /* Define to the full name of this package. */ |
232b67d9 | 2280 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2281 | #undef PACKAGE_NAME |
232b67d9 NS |
2282 | #endif |
2283 | ||
201556f0 | 2284 | |
a6a5e4c9 | 2285 | /* Define to the full name and version of this package. */ |
232b67d9 | 2286 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2287 | #undef PACKAGE_STRING |
232b67d9 NS |
2288 | #endif |
2289 | ||
f996902d | 2290 | |
a6a5e4c9 | 2291 | /* Define to the one symbol short name of this package. */ |
232b67d9 | 2292 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2293 | #undef PACKAGE_TARNAME |
232b67d9 NS |
2294 | #endif |
2295 | ||
3a37b08e | 2296 | |
5213506e RW |
2297 | /* Define to the home page for this package. */ |
2298 | #ifndef USED_FOR_TARGET | |
2299 | #undef PACKAGE_URL | |
2300 | #endif | |
2301 | ||
2302 | ||
a6a5e4c9 | 2303 | /* Define to the version of this package. */ |
232b67d9 | 2304 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2305 | #undef PACKAGE_VERSION |
232b67d9 NS |
2306 | #endif |
2307 | ||
91029a29 | 2308 | |
5938f74d L |
2309 | /* Specify plugin linker */ |
2310 | #ifndef USED_FOR_TARGET | |
36d21883 | 2311 | #undef PLUGIN_LD_SUFFIX |
5938f74d L |
2312 | #endif |
2313 | ||
2314 | ||
3954ead0 AM |
2315 | /* Define to .TOC. alignment forced by your linker. */ |
2316 | #ifndef USED_FOR_TARGET | |
2317 | #undef POWERPC64_TOC_POINTER_ALIGNMENT | |
2318 | #endif | |
2319 | ||
2320 | ||
a6a5e4c9 | 2321 | /* Define to PREFIX/include if cpp should also search that directory. */ |
232b67d9 | 2322 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2323 | #undef PREFIX_INCLUDE_DIR |
232b67d9 NS |
2324 | #endif |
2325 | ||
e95b1e6a | 2326 | |
354c97ee YS |
2327 | /* Specify if mutliarch is enabled. */ |
2328 | #ifndef USED_FOR_TARGET | |
2329 | #undef ENABLE_MULTIARCH | |
2330 | #endif | |
2331 | ||
2332 | ||
14e0d832 CC |
2333 | /* The size of `dev_t', as computed by sizeof. */ |
2334 | #ifndef USED_FOR_TARGET | |
2335 | #undef SIZEOF_DEV_T | |
2336 | #endif | |
2337 | ||
2338 | ||
2339 | /* The size of `ino_t', as computed by sizeof. */ | |
2340 | #ifndef USED_FOR_TARGET | |
2341 | #undef SIZEOF_INO_T | |
2342 | #endif | |
2343 | ||
2344 | ||
5213506e | 2345 | /* The size of `int', as computed by sizeof. */ |
232b67d9 | 2346 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2347 | #undef SIZEOF_INT |
232b67d9 NS |
2348 | #endif |
2349 | ||
17e9e88c | 2350 | |
5213506e | 2351 | /* The size of `long', as computed by sizeof. */ |
232b67d9 | 2352 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2353 | #undef SIZEOF_LONG |
232b67d9 NS |
2354 | #endif |
2355 | ||
cf7b8b0d | 2356 | |
5213506e | 2357 | /* The size of `long long', as computed by sizeof. */ |
232b67d9 | 2358 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2359 | #undef SIZEOF_LONG_LONG |
232b67d9 NS |
2360 | #endif |
2361 | ||
91029a29 | 2362 | |
5213506e | 2363 | /* The size of `short', as computed by sizeof. */ |
232b67d9 | 2364 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2365 | #undef SIZEOF_SHORT |
232b67d9 NS |
2366 | #endif |
2367 | ||
8ada417f | 2368 | |
5213506e | 2369 | /* The size of `void *', as computed by sizeof. */ |
232b67d9 | 2370 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2371 | #undef SIZEOF_VOID_P |
232b67d9 NS |
2372 | #endif |
2373 | ||
f6f5dff2 | 2374 | |
a6a5e4c9 | 2375 | /* Define to 1 if you have the ANSI C header files. */ |
232b67d9 | 2376 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2377 | #undef STDC_HEADERS |
232b67d9 NS |
2378 | #endif |
2379 | ||
ef1ecf87 | 2380 | |
a6a5e4c9 | 2381 | /* Define if you can safely include both <string.h> and <strings.h>. */ |
232b67d9 | 2382 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2383 | #undef STRING_WITH_STRINGS |
232b67d9 NS |
2384 | #endif |
2385 | ||
2c4a9cff | 2386 | |
ed965309 JJ |
2387 | /* Define if TFmode long double should be the default */ |
2388 | #ifndef USED_FOR_TARGET | |
2389 | #undef TARGET_DEFAULT_LONG_DOUBLE_128 | |
2390 | #endif | |
2391 | ||
2392 | ||
6961669f RO |
2393 | /* Define if your target C library provides the `dl_iterate_phdr' function. */ |
2394 | #undef TARGET_DL_ITERATE_PHDR | |
2395 | ||
2f73a6c7 JM |
2396 | /* GNU C Library major version number used on the target, or 0. */ |
2397 | #ifndef USED_FOR_TARGET | |
2398 | #undef TARGET_GLIBC_MAJOR | |
2399 | #endif | |
2400 | ||
2401 | ||
2402 | /* GNU C Library minor version number used on the target, or 0. */ | |
2403 | #ifndef USED_FOR_TARGET | |
2404 | #undef TARGET_GLIBC_MINOR | |
2405 | #endif | |
2406 | ||
2407 | ||
e0332517 DM |
2408 | /* Define if your target C Library properly handles PT_GNU_STACK */ |
2409 | #ifndef USED_FOR_TARGET | |
2410 | #undef TARGET_LIBC_GNUSTACK | |
2411 | #endif | |
2412 | ||
2413 | ||
26a2e6ae PB |
2414 | /* Define if your target C Library provides the AT_HWCAP value in the TCB */ |
2415 | #ifndef USED_FOR_TARGET | |
2416 | #undef TARGET_LIBC_PROVIDES_HWCAP_IN_TCB | |
2417 | #endif | |
2418 | ||
2419 | ||
77008252 JJ |
2420 | /* Define if your target C library provides stack protector support */ |
2421 | #ifndef USED_FOR_TARGET | |
2422 | #undef TARGET_LIBC_PROVIDES_SSP | |
2423 | #endif | |
2424 | ||
2425 | ||
a6a5e4c9 | 2426 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
232b67d9 | 2427 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2428 | #undef TIME_WITH_SYS_TIME |
232b67d9 NS |
2429 | #endif |
2430 | ||
9d147085 | 2431 | |
f1c26cad RO |
2432 | /* Define to the flag used to mark TLS sections if the default (`T') doesn't |
2433 | work. */ | |
2434 | #ifndef USED_FOR_TARGET | |
2435 | #undef TLS_SECTION_ASM_FLAG | |
2436 | #endif | |
2437 | ||
2438 | ||
a6a5e4c9 | 2439 | /* Define if your assembler mis-optimizes .eh_frame data. */ |
232b67d9 | 2440 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2441 | #undef USE_AS_TRADITIONAL_FORMAT |
232b67d9 NS |
2442 | #endif |
2443 | ||
5f0e9ea2 | 2444 | |
f7e413e2 DK |
2445 | /* Define if you want to generate code by default that assumes that the Cygwin |
2446 | DLL exports wrappers to support libstdc++ function replacement. */ | |
2447 | #ifndef USED_FOR_TARGET | |
2448 | #undef USE_CYGWIN_LIBSTDCXX_WRAPPERS | |
2449 | #endif | |
2450 | ||
2451 | ||
af2e3244 RO |
2452 | /* Define 0/1 if your linker supports hidden thunks in linkonce sections. */ |
2453 | #ifndef USED_FOR_TARGET | |
2454 | #undef USE_HIDDEN_LINKONCE | |
2455 | #endif | |
2456 | ||
2457 | ||
edf6ddf6 RB |
2458 | /* Define to 1 if the 'long long' type is wider than 'long' but still |
2459 | efficiently supported by the host hardware. */ | |
232b67d9 | 2460 | #ifndef USED_FOR_TARGET |
99fa8911 | 2461 | #undef USE_LONG_LONG_FOR_WIDEST_FAST_INT |
232b67d9 NS |
2462 | #endif |
2463 | ||
99fa8911 | 2464 | |
ad211091 KT |
2465 | /* Define if we should use leading underscore on 64 bit mingw targets */ |
2466 | #ifndef USED_FOR_TARGET | |
2467 | #undef USE_MINGW64_LEADING_UNDERSCORES | |
2468 | #endif | |
2469 | ||
2470 | ||
5213506e RW |
2471 | /* Enable extensions on AIX 3, Interix. */ |
2472 | #ifndef _ALL_SOURCE | |
2473 | # undef _ALL_SOURCE | |
2474 | #endif | |
2475 | /* Enable GNU extensions on systems that have them. */ | |
2476 | #ifndef _GNU_SOURCE | |
2477 | # undef _GNU_SOURCE | |
2478 | #endif | |
2479 | /* Enable threading extensions on Solaris. */ | |
2480 | #ifndef _POSIX_PTHREAD_SEMANTICS | |
2481 | # undef _POSIX_PTHREAD_SEMANTICS | |
2482 | #endif | |
2483 | /* Enable extensions on HP NonStop. */ | |
2484 | #ifndef _TANDEM_SOURCE | |
2485 | # undef _TANDEM_SOURCE | |
2486 | #endif | |
2487 | /* Enable general extensions on Solaris. */ | |
2488 | #ifndef __EXTENSIONS__ | |
2489 | # undef __EXTENSIONS__ | |
2490 | #endif | |
2491 | ||
2492 | ||
a1286ef5 ZW |
2493 | /* Define to be the last component of the Windows registry key under which to |
2494 | look for installation paths. The full key used will be | |
2495 | HKEY_LOCAL_MACHINE/SOFTWARE/Free Software Foundation/{WIN32_REGISTRY_KEY}. | |
2496 | The default is the GCC version number. */ | |
232b67d9 | 2497 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2498 | #undef WIN32_REGISTRY_KEY |
232b67d9 NS |
2499 | #endif |
2500 | ||
96d0f4dc | 2501 | |
5213506e RW |
2502 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
2503 | significant byte first (like Motorola and SPARC, unlike Intel). */ | |
2504 | #if defined AC_APPLE_UNIVERSAL_BUILD | |
2505 | # if defined __BIG_ENDIAN__ | |
2506 | # define WORDS_BIGENDIAN 1 | |
2507 | # endif | |
2508 | #else | |
2509 | # ifndef WORDS_BIGENDIAN | |
2510 | # undef WORDS_BIGENDIAN | |
2511 | # endif | |
232b67d9 NS |
2512 | #endif |
2513 | ||
22e05272 JM |
2514 | /* Enable large inode numbers on Mac OS X 10.5. */ |
2515 | #ifndef _DARWIN_USE_64_BIT_INODE | |
2516 | # define _DARWIN_USE_64_BIT_INODE 1 | |
2517 | #endif | |
2518 | ||
480767a9 ILT |
2519 | /* Number of bits in a file offset, on hosts where this is settable. */ |
2520 | #ifndef USED_FOR_TARGET | |
2521 | #undef _FILE_OFFSET_BITS | |
2522 | #endif | |
2523 | ||
2524 | ||
2525 | /* Define for large files, on AIX-style hosts. */ | |
2526 | #ifndef USED_FOR_TARGET | |
2527 | #undef _LARGE_FILES | |
2528 | #endif | |
2529 | ||
2530 | ||
60d26958 | 2531 | /* Define to 1 if on MINIX. */ |
232b67d9 | 2532 | #ifndef USED_FOR_TARGET |
60d26958 PB |
2533 | #undef _MINIX |
2534 | #endif | |
2535 | ||
2536 | ||
2537 | /* Define to 2 if the system does not provide POSIX.1 features except with | |
2538 | this defined. */ | |
2539 | #ifndef USED_FOR_TARGET | |
2540 | #undef _POSIX_1_SOURCE | |
2541 | #endif | |
2542 | ||
2543 | ||
2544 | /* Define to 1 if you need to in order for `stat' and other things to work. */ | |
2545 | #ifndef USED_FOR_TARGET | |
2546 | #undef _POSIX_SOURCE | |
2547 | #endif | |
2548 | ||
2549 | ||
7c2a2dbf KT |
2550 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
2551 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | |
2552 | #define below would cause a syntax error. */ | |
2553 | #ifndef USED_FOR_TARGET | |
2554 | #undef _UINT32_T | |
2555 | #endif | |
2556 | ||
2557 | ||
2558 | /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, | |
2559 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | |
2560 | #define below would cause a syntax error. */ | |
2561 | #ifndef USED_FOR_TARGET | |
2562 | #undef _UINT64_T | |
2563 | #endif | |
2564 | ||
2565 | ||
2566 | /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, | |
2567 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the | |
2568 | #define below would cause a syntax error. */ | |
2569 | #ifndef USED_FOR_TARGET | |
2570 | #undef _UINT8_T | |
2571 | #endif | |
2572 | ||
2573 | ||
c71618c6 AT |
2574 | /* Define to `char *' if <sys/types.h> does not define. */ |
2575 | #ifndef USED_FOR_TARGET | |
2576 | #undef caddr_t | |
2577 | #endif | |
2578 | ||
2579 | ||
86da66b5 HPN |
2580 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
2581 | calls it, or to nothing if 'inline' is not supported under any name. */ | |
2582 | #ifndef __cplusplus | |
a6a5e4c9 | 2583 | #undef inline |
86da66b5 | 2584 | #endif |
a6a5e4c9 | 2585 | |
7c2a2dbf KT |
2586 | /* Define to the type of a signed integer type of width exactly 16 bits if |
2587 | such a type exists and the standard includes do not define it. */ | |
2588 | #ifndef USED_FOR_TARGET | |
2589 | #undef int16_t | |
2590 | #endif | |
2591 | ||
2592 | ||
2593 | /* Define to the type of a signed integer type of width exactly 32 bits if | |
2594 | such a type exists and the standard includes do not define it. */ | |
2595 | #ifndef USED_FOR_TARGET | |
2596 | #undef int32_t | |
2597 | #endif | |
2598 | ||
2599 | ||
2600 | /* Define to the type of a signed integer type of width exactly 64 bits if | |
2601 | such a type exists and the standard includes do not define it. */ | |
2602 | #ifndef USED_FOR_TARGET | |
2603 | #undef int64_t | |
2604 | #endif | |
2605 | ||
2606 | ||
2607 | /* Define to the type of a signed integer type of width exactly 8 bits if such | |
2608 | a type exists and the standard includes do not define it. */ | |
2609 | #ifndef USED_FOR_TARGET | |
2610 | #undef int8_t | |
2611 | #endif | |
2612 | ||
2613 | ||
2614 | /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do | |
2615 | not define. */ | |
2616 | #ifndef USED_FOR_TARGET | |
2617 | #undef intmax_t | |
2618 | #endif | |
2619 | ||
2620 | ||
2621 | /* Define to the type of a signed integer type wide enough to hold a pointer, | |
2622 | if such a type exists, and if the system does not define it. */ | |
2623 | #ifndef USED_FOR_TARGET | |
2624 | #undef intptr_t | |
2625 | #endif | |
2626 | ||
2627 | ||
a6a5e4c9 | 2628 | /* Define to `int' if <sys/types.h> does not define. */ |
232b67d9 | 2629 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2630 | #undef pid_t |
232b67d9 NS |
2631 | #endif |
2632 | ||
475c267f | 2633 | |
236ec2d7 | 2634 | /* Define to `long' if <sys/resource.h> doesn't define. */ |
232b67d9 | 2635 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2636 | #undef rlim_t |
232b67d9 NS |
2637 | #endif |
2638 | ||
a6a5e4c9 KC |
2639 | |
2640 | /* Define to `int' if <sys/types.h> does not define. */ | |
232b67d9 | 2641 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2642 | #undef ssize_t |
232b67d9 NS |
2643 | #endif |
2644 | ||
a6a5e4c9 | 2645 | |
7c2a2dbf KT |
2646 | /* Define to the type of an unsigned integer type of width exactly 16 bits if |
2647 | such a type exists and the standard includes do not define it. */ | |
2648 | #ifndef USED_FOR_TARGET | |
2649 | #undef uint16_t | |
2650 | #endif | |
2651 | ||
2652 | ||
2653 | /* Define to the type of an unsigned integer type of width exactly 32 bits if | |
2654 | such a type exists and the standard includes do not define it. */ | |
2655 | #ifndef USED_FOR_TARGET | |
2656 | #undef uint32_t | |
2657 | #endif | |
2658 | ||
2659 | ||
2660 | /* Define to the type of an unsigned integer type of width exactly 64 bits if | |
2661 | such a type exists and the standard includes do not define it. */ | |
2662 | #ifndef USED_FOR_TARGET | |
2663 | #undef uint64_t | |
2664 | #endif | |
2665 | ||
2666 | ||
2667 | /* Define to the type of an unsigned integer type of width exactly 8 bits if | |
2668 | such a type exists and the standard includes do not define it. */ | |
2669 | #ifndef USED_FOR_TARGET | |
2670 | #undef uint8_t | |
2671 | #endif | |
2672 | ||
2673 | ||
2674 | /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> | |
2675 | do not define. */ | |
2676 | #ifndef USED_FOR_TARGET | |
2677 | #undef uintmax_t | |
2678 | #endif | |
2679 | ||
2680 | ||
2681 | /* Define to the type of an unsigned integer type wide enough to hold a | |
2682 | pointer, if such a type exists, and if the system does not define it. */ | |
2683 | #ifndef USED_FOR_TARGET | |
2684 | #undef uintptr_t | |
2685 | #endif | |
2686 | ||
2687 | ||
a6a5e4c9 | 2688 | /* Define as `fork' if `vfork' does not work. */ |
232b67d9 | 2689 | #ifndef USED_FOR_TARGET |
a6a5e4c9 | 2690 | #undef vfork |
232b67d9 NS |
2691 | #endif |
2692 |