]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
Patch from Dan Nicolaescu
[thirdparty/gcc.git] / gcc / config.in
CommitLineData
5dfa45d0 1/* config.in. Generated automatically from configure.in by autoheader. */
71a94577 2
e256b8b6
DA
3/* Define to the type of elements in the array set by `getgroups'.
4 Usually this is either `int' or `gid_t'. */
5#undef GETGROUPS_T
6
7/* Define to `int' if <sys/types.h> doesn't define. */
8#undef gid_t
9
e9831ca0
KG
10/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
11#undef HAVE_SYS_WAIT_H
12
c375c43b
KG
13/* Define if you have <vfork.h>. */
14#undef HAVE_VFORK_H
15
ab87f8c8
JL
16/* Define as __inline if that's what the C compiler calls it. */
17#undef inline
18
3ec83fc2
RH
19/* Define if your C compiler doesn't accept -c and -o together. */
20#undef NO_MINUS_C_MINUS_O
21
c375c43b
KG
22/* Define to `int' if <sys/types.h> doesn't define. */
23#undef pid_t
24
956d6950
JL
25/* Define if you have the ANSI C header files. */
26#undef STDC_HEADERS
27
956d6950
JL
28/* Define if you can safely include both <sys/time.h> and <time.h>. */
29#undef TIME_WITH_SYS_TIME
30
e256b8b6
DA
31/* Define to `int' if <sys/types.h> doesn't define. */
32#undef uid_t
33
c375c43b
KG
34/* Define vfork as fork if vfork does not work. */
35#undef vfork
36
a15135c9
MM
37/* Define if you have the alphasort function. */
38#undef HAVE_ALPHASORT
39
0ee31ab1
JL
40/* Define if you have the atoll function. */
41#undef HAVE_ATOLL
42
43/* Define if you have the atoq function. */
44#undef HAVE_ATOQ
45
c1800ec8
ZW
46/* Define if you have the clock function. */
47#undef HAVE_CLOCK
48
475c267f
KG
49/* Define if you have the dup2 function. */
50#undef HAVE_DUP2
51
3b681e9d
ZW
52/* Define if you have the fprintf_unlocked function. */
53#undef HAVE_FPRINTF_UNLOCKED
54
54953b66
UD
55/* Define if you have the fputc_unlocked function. */
56#undef HAVE_FPUTC_UNLOCKED
57
58/* Define if you have the fputs_unlocked function. */
59#undef HAVE_FPUTS_UNLOCKED
60
3b681e9d
ZW
61/* Define if you have the fwrite_unlocked function. */
62#undef HAVE_FWRITE_UNLOCKED
63
24a184c9
JL
64/* Define if you have the getrlimit function. */
65#undef HAVE_GETRLIMIT
66
03c41c05
ZW
67/* Define if you have the getrusage function. */
68#undef HAVE_GETRUSAGE
69
a37db56b
GK
70/* Define if you have the gettimeofday function. */
71#undef HAVE_GETTIMEOFDAY
72
956d6950
JL
73/* Define if you have the kill function. */
74#undef HAVE_KILL
75
2bd02043
ZW
76/* Define if you have the mbstowcs function. */
77#undef HAVE_MBSTOWCS
78
8eb6a092
EB
79/* Define if you have the mincore function. */
80#undef HAVE_MINCORE
81
1072ec3f
ZW
82/* Define if you have the mmap function. */
83#undef HAVE_MMAP
84
d21445e7
TT
85/* Define if you have the nl_langinfo function. */
86#undef HAVE_NL_LANGINFO
87
54953b66
UD
88/* Define if you have the putc_unlocked function. */
89#undef HAVE_PUTC_UNLOCKED
90
a15135c9
MM
91/* Define if you have the scandir function. */
92#undef HAVE_SCANDIR
93
ab87f8c8
JL
94/* Define if you have the setlocale function. */
95#undef HAVE_SETLOCALE
96
24a184c9
JL
97/* Define if you have the setrlimit function. */
98#undef HAVE_SETRLIMIT
99
007e8d2a
KG
100/* Define if you have the strsignal function. */
101#undef HAVE_STRSIGNAL
102
e5e809f4
JL
103/* Define if you have the sysconf function. */
104#undef HAVE_SYSCONF
105
c1800ec8
ZW
106/* Define if you have the times function. */
107#undef HAVE_TIMES
108
2bd02043
ZW
109/* Define if you have the wcswidth function. */
110#undef HAVE_WCSWIDTH
111
75923b2f
MK
112/* Define if you have the <direct.h> header file. */
113#undef HAVE_DIRECT_H
114
956d6950
JL
115/* Define if you have the <fcntl.h> header file. */
116#undef HAVE_FCNTL_H
117
eb158727
ZW
118/* Define if you have the <iconv.h> header file. */
119#undef HAVE_ICONV_H
120
d21445e7
TT
121/* Define if you have the <langinfo.h> header file. */
122#undef HAVE_LANGINFO_H
123
351df804
KG
124/* Define if you have the <ldfcn.h> header file. */
125#undef HAVE_LDFCN_H
126
e9a25f70
JL
127/* Define if you have the <limits.h> header file. */
128#undef HAVE_LIMITS_H
129
ab87f8c8
JL
130/* Define if you have the <locale.h> header file. */
131#undef HAVE_LOCALE_H
132
133/* Define if you have the <malloc.h> header file. */
134#undef HAVE_MALLOC_H
135
861bb6c1
JL
136/* Define if you have the <stddef.h> header file. */
137#undef HAVE_STDDEF_H
138
139/* Define if you have the <stdlib.h> header file. */
140#undef HAVE_STDLIB_H
141
142/* Define if you have the <string.h> header file. */
143#undef HAVE_STRING_H
144
145/* Define if you have the <strings.h> header file. */
146#undef HAVE_STRINGS_H
147
956d6950
JL
148/* Define if you have the <sys/file.h> header file. */
149#undef HAVE_SYS_FILE_H
150
1072ec3f
ZW
151/* Define if you have the <sys/mman.h> header file. */
152#undef HAVE_SYS_MMAN_H
153
956d6950
JL
154/* Define if you have the <sys/param.h> header file. */
155#undef HAVE_SYS_PARAM_H
156
157/* Define if you have the <sys/resource.h> header file. */
158#undef HAVE_SYS_RESOURCE_H
159
a05e22b8
RH
160/* Define if you have the <sys/stat.h> header file. */
161#undef HAVE_SYS_STAT_H
162
956d6950
JL
163/* Define if you have the <sys/time.h> header file. */
164#undef HAVE_SYS_TIME_H
165
166/* Define if you have the <sys/times.h> header file. */
167#undef HAVE_SYS_TIMES_H
168
861bb6c1
JL
169/* Define if you have the <time.h> header file. */
170#undef HAVE_TIME_H
171
172/* Define if you have the <unistd.h> header file. */
173#undef HAVE_UNISTD_H
ab87f8c8 174
2bd02043
ZW
175/* Define if you have the <wchar.h> header file. */
176#undef HAVE_WCHAR_H
177
91029a29
KG
178/* Define to enable the use of a default linker. */
179#undef DEFAULT_LINKER
180
181/* Define to enable the use of a default assembler. */
182#undef DEFAULT_ASSEMBLER
183
414d23ae
HPN
184/* Define if your compiler supports the `long long' type. */
185#undef HAVE_LONG_LONG
186
187/* Define if your compiler supports the `__int64' type. */
188#undef HAVE___INT64
189
190/* Define if the `_Bool' type is built-in. */
191#undef HAVE__BOOL
192
75b6f3fd
KG
193/* The number of bytes in type void * */
194#undef SIZEOF_VOID_P
195
414d23ae
HPN
196/* The number of bytes in type short */
197#undef SIZEOF_SHORT
198
199/* The number of bytes in type int */
200#undef SIZEOF_INT
201
202/* The number of bytes in type long */
203#undef SIZEOF_LONG
204
205/* The number of bytes in type long long */
206#undef SIZEOF_LONG_LONG
207
208/* The number of bytes in type __int64 */
209#undef SIZEOF___INT64
210
119d24d1
KG
211/* Define if you want more run-time sanity checks. This one gets a grab
212 bag of miscellaneous but relatively cheap checks. */
213#undef ENABLE_CHECKING
214
215/* Define if you want all operations on trees (the basic data
216 structure of the front ends) to be checked for dynamic type safety
217 at runtime. This is moderately expensive. */
218#undef ENABLE_TREE_CHECKING
219
220/* Define if you want all operations on RTL (the basic data structure
221 of the optimizer and back end) to be checked for dynamic type safety
222 at runtime. This is quite expensive. */
223#undef ENABLE_RTL_CHECKING
224
4c76f856
JJ
225/* Define if you want RTL flag accesses to be checked against the RTL
226 codes that are supported for each access macro. This is relatively
a15135c9 227 cheap. */
4c76f856
JJ
228#undef ENABLE_RTL_FLAG_CHECKING
229
119d24d1
KG
230/* Define if you want the garbage collector to do object poisoning and
231 other memory allocation checks. This is quite expensive. */
232#undef ENABLE_GC_CHECKING
233
234/* Define if you want the garbage collector to operate in maximally
235 paranoid mode, validating the entire heap and collecting garbage at
236 every opportunity. This is extremely expensive. */
237#undef ENABLE_GC_ALWAYS_COLLECT
238
5dfa45d0
JJ
239/* Define if you want fold checked that it never destructs its argument.
240 This is quite expensive. */
241#undef ENABLE_FOLD_CHECKING
242
414d23ae
HPN
243/* Define if you want to run subprograms and generated programs
244 through valgrind (a memory checker). This is extremely expensive. */
245#undef ENABLE_VALGRIND_CHECKING
246
a207b594
HPN
247/* Define if valgrind's valgrind/memcheck.h header is installed. */
248#undef HAVE_VALGRIND_MEMCHECK_H
249
cb49b9ad 250/* Define if valgrind's memcheck.h header is installed. */
14011ca4
AJ
251#undef HAVE_MEMCHECK_H
252
439a7e54
DN
253/* Define to enable detailed memory allocation stats gathering. */
254#undef GATHER_STATISTICS
255
75e93faa
ZW
256/* Always define this when using the GNU C Library */
257#undef _GNU_SOURCE
258
827ae6cf
RO
259/* Define if you have a working <stdbool.h> header file. */
260#undef HAVE_STDBOOL_H
261
91029a29
KG
262/* Define if you can safely include both <string.h> and <strings.h>. */
263#undef STRING_WITH_STRINGS
264
75e93faa
ZW
265/* Define as the number of bits in a byte, if `limits.h' doesn't. */
266#undef CHAR_BIT
267
4977bab6
ZW
268/* whether byteorder is bigendian */
269#undef WORDS_BIGENDIAN
270
84c041a1
ZW
271/* Define if the host machine stores words of multi-word integers in
272 big-endian order. */
273#undef HOST_WORDS_BIG_ENDIAN
274
4977bab6
ZW
275/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
276#undef BYTEORDER
277
91029a29
KG
278/* Define if you have a working <inttypes.h> header file. */
279#undef HAVE_INTTYPES_H
280
39f6c4c8
KW
281/* Define this macro if mbstowcs does not crash when its
282 first argument is NULL. */
283#undef HAVE_WORKING_MBSTOWCS
284
8ada417f
ZW
285/* Define as `int' if <sys/types.h> doesn't define. */
286#undef ssize_t
287
91029a29
KG
288/* Define if printf supports %p. */
289#undef HAVE_PRINTF_PTR
290
1072ec3f
ZW
291/* Define if read-only mmap of a plain file works. */
292#undef HAVE_MMAP_FILE
293
294/* Define if mmap of /dev/zero works. */
825b6926
ZW
295#undef HAVE_MMAP_DEV_ZERO
296
1072ec3f 297/* Define if mmap with MAP_ANON(YMOUS) works. */
825b6926 298#undef HAVE_MMAP_ANON
4acab94b 299
f91abfce
TT
300/* Define if you have the iconv() function. */
301#undef HAVE_ICONV
302
303/* Define as const if the declaration of iconv() needs const. */
304#undef ICONV_CONST
305
56694dd9
ZW
306/* Define if your <locale.h> file defines LC_MESSAGES. */
307#undef HAVE_LC_MESSAGES
308
f31e826b
KG
309/* Define to 1 if we found this declaration otherwise define to 0. */
310#undef HAVE_DECL_GETENV
86cf1cbd 311
f31e826b
KG
312/* Define to 1 if we found this declaration otherwise define to 0. */
313#undef HAVE_DECL_ATOL
86cf1cbd 314
f31e826b
KG
315/* Define to 1 if we found this declaration otherwise define to 0. */
316#undef HAVE_DECL_SBRK
86cf1cbd 317
f31e826b
KG
318/* Define to 1 if we found this declaration otherwise define to 0. */
319#undef HAVE_DECL_ABORT
86cf1cbd 320
f31e826b
KG
321/* Define to 1 if we found this declaration otherwise define to 0. */
322#undef HAVE_DECL_ATOF
86cf1cbd 323
f31e826b
KG
324/* Define to 1 if we found this declaration otherwise define to 0. */
325#undef HAVE_DECL_GETCWD
86cf1cbd 326
f31e826b
KG
327/* Define to 1 if we found this declaration otherwise define to 0. */
328#undef HAVE_DECL_GETWD
86cf1cbd 329
f31e826b
KG
330/* Define to 1 if we found this declaration otherwise define to 0. */
331#undef HAVE_DECL_STRSIGNAL
86cf1cbd 332
f31e826b
KG
333/* Define to 1 if we found this declaration otherwise define to 0. */
334#undef HAVE_DECL_PUTC_UNLOCKED
86cf1cbd 335
f31e826b
KG
336/* Define to 1 if we found this declaration otherwise define to 0. */
337#undef HAVE_DECL_FPUTS_UNLOCKED
86cf1cbd 338
3b681e9d
ZW
339/* Define to 1 if we found this declaration otherwise define to 0. */
340#undef HAVE_DECL_FWRITE_UNLOCKED
341
342/* Define to 1 if we found this declaration otherwise define to 0. */
343#undef HAVE_DECL_FPRINTF_UNLOCKED
344
f31e826b
KG
345/* Define to 1 if we found this declaration otherwise define to 0. */
346#undef HAVE_DECL_STRSTR
86cf1cbd 347
6c889b67
KG
348/* Define to 1 if we found this declaration otherwise define to 0. */
349#undef HAVE_DECL_ERRNO
350
236ce4b2
ZW
351/* Define to 1 if we found this declaration otherwise define to 0. */
352#undef HAVE_DECL_SNPRINTF
353
a7475ab1
HPN
354/* Define to 1 if we found this declaration otherwise define to 0. */
355#undef HAVE_DECL_VASPRINTF
356
f31e826b
KG
357/* Define to 1 if we found this declaration otherwise define to 0. */
358#undef HAVE_DECL_MALLOC
86cf1cbd 359
f31e826b
KG
360/* Define to 1 if we found this declaration otherwise define to 0. */
361#undef HAVE_DECL_REALLOC
86cf1cbd 362
f31e826b
KG
363/* Define to 1 if we found this declaration otherwise define to 0. */
364#undef HAVE_DECL_CALLOC
86cf1cbd 365
f31e826b
KG
366/* Define to 1 if we found this declaration otherwise define to 0. */
367#undef HAVE_DECL_FREE
86cf1cbd 368
f31e826b
KG
369/* Define to 1 if we found this declaration otherwise define to 0. */
370#undef HAVE_DECL_BASENAME
86cf1cbd 371
f31e826b
KG
372/* Define to 1 if we found this declaration otherwise define to 0. */
373#undef HAVE_DECL_GETOPT
86cf1cbd 374
c1800ec8
ZW
375/* Define to 1 if we found this declaration otherwise define to 0. */
376#undef HAVE_DECL_CLOCK
377
f31e826b
KG
378/* Define to 1 if we found this declaration otherwise define to 0. */
379#undef HAVE_DECL_GETRLIMIT
380
381/* Define to 1 if we found this declaration otherwise define to 0. */
382#undef HAVE_DECL_SETRLIMIT
383
384/* Define to 1 if we found this declaration otherwise define to 0. */
385#undef HAVE_DECL_GETRUSAGE
86cf1cbd 386
cb49b9ad
HPN
387/* Define to `long' if <sys/resource.h> doesn't define. */
388#undef rlim_t
389
351df804
KG
390/* Define to 1 if we found this declaration otherwise define to 0. */
391#undef HAVE_DECL_LDGETNAME
392
c1800ec8
ZW
393/* Define to 1 if we found this declaration otherwise define to 0. */
394#undef HAVE_DECL_TIMES
395
396/* Define if <sys/times.h> defines struct tms. */
397#undef HAVE_STRUCT_TMS
398
399/* Define if <time.h> defines clock_t. */
400#undef HAVE_CLOCK_T
401
a12b5bd9
ZW
402/* Define if <sys/types.h> defines `uchar'. */
403#undef HAVE_UCHAR
404
07cf4226
DM
405/* Define .init_array/.fini_array sections are available and working. */
406#undef HAVE_INITFINI_ARRAY
407
91029a29
KG
408/* Define if host mkdir takes a single argument. */
409#undef MKDIR_TAKES_ONE_ARG
410
4977bab6
ZW
411/* Define 0/1 to force the choice for exception handling model. */
412#undef CONFIG_SJLJ_EXCEPTIONS
413
414/* Define if gcc should use -lunwind. */
415#undef USE_LIBUNWIND_EXCEPTIONS
416
417/* Define to 1 if HOST_WIDE_INT must be 64 bits wide (see hwint.h). */
418#undef NEED_64BIT_HOST_WIDE_INT
419
1072ec3f
ZW
420/* Define if you want to use __cxa_atexit, rather than atexit, to
421 register C++ destructors for local statics and global objects.
422 This is essential for fully standards-compliant handling of
423 destructors, but requires __cxa_atexit in libc. */
424#undef DEFAULT_USE_CXA_ATEXIT
425
a5381466
ZW
426/* Define to the name of a file containing a list of extra machine modes
427 for this architecture. */
428#undef EXTRA_MODES_FILE
429
56694dd9
ZW
430/* Define to 1 if translation of program messages to the
431 user's native language is requested. */
71a94577
ZW
432#undef ENABLE_NLS
433
91029a29
KG
434/* Define to 1 if installation paths should be looked up in Windows32
435 Registry. Ignored on non windows32 hosts. */
436#undef ENABLE_WIN32_REGISTRY
437
438/* Define to be the last portion of registry key on windows hosts. */
439#undef WIN32_REGISTRY_KEY
440
8ada417f
ZW
441/* Define if your assembler supports .balign and .p2align. */
442#undef HAVE_GAS_BALIGN_AND_P2ALIGN
443
444/* Define if your assembler supports specifying the maximum number
445 of bytes to skip when using the GAS .p2align command. */
446#undef HAVE_GAS_MAX_SKIP_P2ALIGN
447
91029a29
KG
448/* Define if your assembler supports .subsection and .subsection -1 starts
449 emitting at the beginning of your section. */
450#undef HAVE_GAS_SUBSECTION_ORDERING
451
452/* Define if your assembler supports .weak. */
453#undef HAVE_GAS_WEAK
454
8ada417f 455/* Define if your assembler and linker support .hidden. */
91029a29
KG
456#undef HAVE_GAS_HIDDEN
457
8ada417f 458/* Define if your assembler supports .sleb128 and .uleb128. */
b7460f24
RH
459#undef HAVE_AS_LEB128
460
c64688ae
RH
461/* Define if your assembler mis-optimizes .eh_frame data. */
462#undef USE_AS_TRADITIONAL_FORMAT
463
5d4856a0 464/* Define 0/1 if your assembler supports marking sections with SHF_MERGE flag. */
201556f0
JJ
465#undef HAVE_GAS_SHF_MERGE
466
f996902d
RH
467/* Define if your assembler supports thread-local storage. */
468#undef HAVE_AS_TLS
469
3a37b08e
RH
470/* Define if your assembler supports explicit relocations. */
471#undef HAVE_AS_EXPLICIT_RELOCS
472
91029a29
KG
473/* Define if your assembler supports .register. */
474#undef HAVE_AS_REGISTER_PSEUDO_OP
475
e95b1e6a
JJ
476/* Define if your assembler supports -relax option. */
477#undef HAVE_AS_RELAX_OPTION
478
17e9e88c
JJ
479/* Define if your assembler and linker support unaligned PC relative relocs. */
480#undef HAVE_AS_SPARC_UA_PCREL
481
cf7b8b0d
JJ
482/* Define if your assembler and linker support unaligned PC relative relocs against hidden symbols. */
483#undef HAVE_AS_SPARC_UA_PCREL_HIDDEN
484
91029a29
KG
485/* Define if your assembler supports offsetable %lo(). */
486#undef HAVE_AS_OFFSETABLE_LO10
487
8ada417f
ZW
488/* Define if your assembler uses the new HImode fild and fist notation. */
489#undef HAVE_GAS_FILDS_FISTS
490
f6f5dff2
RO
491/* Define if your assembler supports the Sun syntax for cmov. */
492#undef HAVE_AS_IX86_CMOV_SUN_SYNTAX
493
f88c65f7
RH
494/* Define true if the assembler supports '.long foo@GOTOFF'. */
495#undef HAVE_AS_GOTOFF_IN_DATA
496
ef1ecf87
RH
497/* Define if your assembler supports ltoffx and ldxmov relocations. */
498#undef HAVE_AS_LTOFFX_LDXMOV_RELOCS
499
2c4a9cff
DE
500/* Define if your assembler supports mfcr field. */
501#undef HAVE_AS_MFCRF
502
981975b6 503/* Define if your assembler supports dwarf2 .file/.loc directives,
eaec9b3d 504 and preserves file table indices exactly as given. */
9d147085
RH
505#undef HAVE_AS_DWARF2_DEBUG_LINE
506
5f0e9ea2
GK
507/* Define if your assembler supports the --gdwarf2 option. */
508#undef HAVE_AS_GDWARF2_DEBUG_FLAG
509
3d1ebd63
ZW
510/* Define if your assembler supports the --gstabs option. */
511#undef HAVE_AS_GSTABS_DEBUG_FLAG
512
96d0f4dc
JJ
513/* Define if your linker links a mix of read-only
514 and read-write sections into a read-write section. */
515#undef HAVE_LD_RO_RW_SECTION_MIXING
516
275b60d6
JJ
517/* Define if your linker supports --eh-frame-hdr option. */
518#undef HAVE_LD_EH_FRAME_HDR
519
24a4dd31
JJ
520/* Define if your linker supports -pie option. */
521#undef HAVE_LD_PIE
522
8ada417f
ZW
523/* Define to PREFIX/include if cpp should also search that directory. */
524#undef PREFIX_INCLUDE_DIR
475c267f 525