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