OpenCores
URL https://opencores.org/ocsvn/altor32/altor32/trunk

Subversion Repositories altor32

[/] [altor32/] [trunk/] [gcc-x64/] [or1knd-elf/] [lib/] [gcc/] [or1knd-elf/] [4.8.0/] [plugin/] [include/] [auto-host.h] - Blame information for rev 35

Details | Compare with Previous | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.