]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
cppmacro.c (check_trad_stringification): Check token text pointers against limit...
[thirdparty/gcc.git] / gcc / config.in
CommitLineData
861bb6c1 1/* config.in. Generated automatically from configure.in by autoheader. */
ab87f8c8
JL
2
3/* Define if using alloca.c. */
4#undef C_ALLOCA
5
6/* Define to empty if the keyword does not work. */
7#undef const
8
9/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10 This function is required for alloca.c support on those systems. */
11#undef CRAY_STACKSEG_END
12
e256b8b6
DA
13/* Define to the type of elements in the array set by `getgroups'.
14 Usually this is either `int' or `gid_t'. */
15#undef GETGROUPS_T
16
17/* Define to `int' if <sys/types.h> doesn't define. */
18#undef gid_t
19
ab87f8c8
JL
20/* Define if you have alloca, as a function or macro. */
21#undef HAVE_ALLOCA
22
23/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
24#undef HAVE_ALLOCA_H
ab339d62 25
76b4b31e
KG
26/* Define if you don't have vprintf but do have _doprnt. */
27#undef HAVE_DOPRNT
28
04cabffc
KG
29/* Define if the `long double' type works. */
30#undef HAVE_LONG_DOUBLE
31
890ad3ea
KG
32/* Define if you have the ANSI # stringizing operator in cpp. */
33#undef HAVE_STRINGIZE
34
e9831ca0
KG
35/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
36#undef HAVE_SYS_WAIT_H
37
c375c43b
KG
38/* Define if you have <vfork.h>. */
39#undef HAVE_VFORK_H
40
76b4b31e
KG
41/* Define if you have the vprintf function. */
42#undef HAVE_VPRINTF
43
ab87f8c8
JL
44/* Define as __inline if that's what the C compiler calls it. */
45#undef inline
46
3ec83fc2
RH
47/* Define if your C compiler doesn't accept -c and -o together. */
48#undef NO_MINUS_C_MINUS_O
49
ab87f8c8
JL
50/* Define to `long' if <sys/types.h> doesn't define. */
51#undef off_t
52
c375c43b
KG
53/* Define to `int' if <sys/types.h> doesn't define. */
54#undef pid_t
55
ab87f8c8
JL
56/* Define to `unsigned' if <sys/types.h> doesn't define. */
57#undef size_t
58
59/* If using the C implementation of alloca, define if you know the
60 direction of stack growth for your system; otherwise it will be
61 automatically deduced at run-time.
62 STACK_DIRECTION > 0 => grows toward higher addresses
63 STACK_DIRECTION < 0 => grows toward lower addresses
64 STACK_DIRECTION = 0 => direction of growth unknown
65 */
66#undef STACK_DIRECTION
67
956d6950
JL
68/* Define if you have the ANSI C header files. */
69#undef STDC_HEADERS
70
956d6950
JL
71/* Define if you can safely include both <sys/time.h> and <time.h>. */
72#undef TIME_WITH_SYS_TIME
73
e256b8b6
DA
74/* Define to `int' if <sys/types.h> doesn't define. */
75#undef uid_t
76
c375c43b
KG
77/* Define vfork as fork if vfork does not work. */
78#undef vfork
79
f12bc141
ZW
80/* Define to 1 if NLS is requested. */
81#undef ENABLE_NLS
82
83/* Define as 1 if you have catgets and don't want to use GNU gettext. */
84#undef HAVE_CATGETS
85
86/* Define as 1 if you have gettext and don't want to use GNU gettext. */
87#undef HAVE_GETTEXT
88
89/* Define if your locale.h file contains LC_MESSAGES. */
90#undef HAVE_LC_MESSAGES
91
92/* Define as 1 if you have the stpcpy function. */
93#undef HAVE_STPCPY
94
95/* Define if your assembler supports specifying the maximum number
96 of bytes to skip when using the GAS .p2align command. */
97#undef HAVE_GAS_MAX_SKIP_P2ALIGN
98
99/* Define if your assembler supports .balign and .p2align. */
100#undef HAVE_GAS_BALIGN_AND_P2ALIGN
101
102/* Define if your assembler uses the old HImode fild and fist notation. */
103#undef HAVE_GAS_FILDS_FISTS
104
105/* Define to `int' if <sys/types.h> doesn't define. */
106#undef ssize_t
107
ab87f8c8
JL
108/* Define if you have the __argz_count function. */
109#undef HAVE___ARGZ_COUNT
110
111/* Define if you have the __argz_next function. */
112#undef HAVE___ARGZ_NEXT
113
114/* Define if you have the __argz_stringify function. */
115#undef HAVE___ARGZ_STRINGIFY
116
0ee31ab1
JL
117/* Define if you have the atoll function. */
118#undef HAVE_ATOLL
119
120/* Define if you have the atoq function. */
121#undef HAVE_ATOQ
122
956d6950
JL
123/* Define if you have the bcmp function. */
124#undef HAVE_BCMP
125
126/* Define if you have the bcopy function. */
127#undef HAVE_BCOPY
128
1e467e19
JL
129/* Define if you have the bsearch function. */
130#undef HAVE_BSEARCH
131
956d6950
JL
132/* Define if you have the bzero function. */
133#undef HAVE_BZERO
134
ab87f8c8
JL
135/* Define if you have the dcgettext function. */
136#undef HAVE_DCGETTEXT
137
54953b66
UD
138/* Define if you have the fputc_unlocked function. */
139#undef HAVE_FPUTC_UNLOCKED
140
141/* Define if you have the fputs_unlocked function. */
142#undef HAVE_FPUTS_UNLOCKED
143
ab87f8c8
JL
144/* Define if you have the getcwd function. */
145#undef HAVE_GETCWD
146
147/* Define if you have the getpagesize function. */
148#undef HAVE_GETPAGESIZE
149
24a184c9
JL
150/* Define if you have the getrlimit function. */
151#undef HAVE_GETRLIMIT
152
03c41c05
ZW
153/* Define if you have the getrusage function. */
154#undef HAVE_GETRUSAGE
155
d3ee8d68
JL
156/* Define if you have the gettimeofday function. */
157#undef HAVE_GETTIMEOFDAY
158
d21445e7
TT
159/* Define if you have the iconv function. */
160#undef HAVE_ICONV
161
956d6950
JL
162/* Define if you have the index function. */
163#undef HAVE_INDEX
164
c400f7ae
JM
165/* Define if you have the isascii function. */
166#undef HAVE_ISASCII
167
956d6950
JL
168/* Define if you have the kill function. */
169#undef HAVE_KILL
170
ab87f8c8
JL
171/* Define if you have the munmap function. */
172#undef HAVE_MUNMAP
173
d21445e7
TT
174/* Define if you have the nl_langinfo function. */
175#undef HAVE_NL_LANGINFO
176
956d6950
JL
177/* Define if you have the popen function. */
178#undef HAVE_POPEN
179
54953b66
UD
180/* Define if you have the putc_unlocked function. */
181#undef HAVE_PUTC_UNLOCKED
182
956d6950
JL
183/* Define if you have the putenv function. */
184#undef HAVE_PUTENV
185
186/* Define if you have the rindex function. */
187#undef HAVE_RINDEX
188
ab87f8c8
JL
189/* Define if you have the setenv function. */
190#undef HAVE_SETENV
191
192/* Define if you have the setlocale function. */
193#undef HAVE_SETLOCALE
194
24a184c9
JL
195/* Define if you have the setrlimit function. */
196#undef HAVE_SETRLIMIT
197
ab87f8c8
JL
198/* Define if you have the stpcpy function. */
199#undef HAVE_STPCPY
200
201/* Define if you have the strcasecmp function. */
202#undef HAVE_STRCASECMP
203
f5963e61
JL
204/* Define if you have the strchr function. */
205#undef HAVE_STRCHR
206
ab87f8c8
JL
207/* Define if you have the strdup function. */
208#undef HAVE_STRDUP
209
f55b1ca8
MM
210/* Define if you have the strrchr function. */
211#undef HAVE_STRRCHR
212
007e8d2a
KG
213/* Define if you have the strsignal function. */
214#undef HAVE_STRSIGNAL
215
1e467e19
JL
216/* Define if you have the strtoul function. */
217#undef HAVE_STRTOUL
218
e5e809f4
JL
219/* Define if you have the sysconf function. */
220#undef HAVE_SYSCONF
221
005537df
RH
222/* Define if you have the valloc function. */
223#undef HAVE_VALLOC
224
ab87f8c8
JL
225/* Define if you have the <argz.h> header file. */
226#undef HAVE_ARGZ_H
227
75923b2f
MK
228/* Define if you have the <direct.h> header file. */
229#undef HAVE_DIRECT_H
230
956d6950
JL
231/* Define if you have the <fcntl.h> header file. */
232#undef HAVE_FCNTL_H
233
d21445e7
TT
234/* Define if you have the <langinfo.h> header file. */
235#undef HAVE_LANGINFO_H
236
e9a25f70
JL
237/* Define if you have the <limits.h> header file. */
238#undef HAVE_LIMITS_H
239
ab87f8c8
JL
240/* Define if you have the <locale.h> header file. */
241#undef HAVE_LOCALE_H
242
243/* Define if you have the <malloc.h> header file. */
244#undef HAVE_MALLOC_H
245
246/* Define if you have the <nl_types.h> header file. */
247#undef HAVE_NL_TYPES_H
248
f5963e61
JL
249/* Define if you have the <stab.h> header file. */
250#undef HAVE_STAB_H
251
861bb6c1
JL
252/* Define if you have the <stddef.h> header file. */
253#undef HAVE_STDDEF_H
254
255/* Define if you have the <stdlib.h> header file. */
256#undef HAVE_STDLIB_H
257
258/* Define if you have the <string.h> header file. */
259#undef HAVE_STRING_H
260
261/* Define if you have the <strings.h> header file. */
262#undef HAVE_STRINGS_H
263
956d6950
JL
264/* Define if you have the <sys/file.h> header file. */
265#undef HAVE_SYS_FILE_H
266
267/* Define if you have the <sys/param.h> header file. */
268#undef HAVE_SYS_PARAM_H
269
270/* Define if you have the <sys/resource.h> header file. */
271#undef HAVE_SYS_RESOURCE_H
272
a05e22b8
RH
273/* Define if you have the <sys/stat.h> header file. */
274#undef HAVE_SYS_STAT_H
275
956d6950
JL
276/* Define if you have the <sys/time.h> header file. */
277#undef HAVE_SYS_TIME_H
278
279/* Define if you have the <sys/times.h> header file. */
280#undef HAVE_SYS_TIMES_H
281
861bb6c1
JL
282/* Define if you have the <time.h> header file. */
283#undef HAVE_TIME_H
284
285/* Define if you have the <unistd.h> header file. */
286#undef HAVE_UNISTD_H
ab87f8c8
JL
287
288/* Define if you have the i library (-li). */
289#undef HAVE_LIBI
4acab94b 290
91029a29
KG
291/* Define to enable the use of a default linker. */
292#undef DEFAULT_LINKER
293
294/* Define to enable the use of a default assembler. */
295#undef DEFAULT_ASSEMBLER
296
119d24d1
KG
297/* Define if you want more run-time sanity checks. This one gets a grab
298 bag of miscellaneous but relatively cheap checks. */
299#undef ENABLE_CHECKING
300
301/* Define if you want all operations on trees (the basic data
302 structure of the front ends) to be checked for dynamic type safety
303 at runtime. This is moderately expensive. */
304#undef ENABLE_TREE_CHECKING
305
306/* Define if you want all operations on RTL (the basic data structure
307 of the optimizer and back end) to be checked for dynamic type safety
308 at runtime. This is quite expensive. */
309#undef ENABLE_RTL_CHECKING
310
311/* Define if you want the garbage collector to do object poisoning and
312 other memory allocation checks. This is quite expensive. */
313#undef ENABLE_GC_CHECKING
314
315/* Define if you want the garbage collector to operate in maximally
316 paranoid mode, validating the entire heap and collecting garbage at
317 every opportunity. This is extremely expensive. */
318#undef ENABLE_GC_ALWAYS_COLLECT
319
9ec7291f
ZW
320/* Define if you want the preprocessor merged into the C and C++ compilers.
321 This mode is not ready for production use. */
322#undef USE_CPPLIB
323
324/* Define if you want the C and C++ compilers to support multibyte
325 character sets for source code. */
326#undef MULTIBYTE_CHARS
327
91029a29
KG
328/* Define if your compiler understands volatile. */
329#undef HAVE_VOLATILE
330
331/* Define if you can safely include both <string.h> and <strings.h>. */
332#undef STRING_WITH_STRINGS
333
334/* Define if you have a working <inttypes.h> header file. */
335#undef HAVE_INTTYPES_H
336
c149cc37
RL
337/* Define if enumerated bitfields are treated as unsigned values. */
338#undef ENUM_BITFIELDS_ARE_UNSIGNED
339
91029a29
KG
340/* Define if printf supports %p. */
341#undef HAVE_PRINTF_PTR
342
4c1331d6 343/* Define if mmap can get us zeroed pages without MAP_FIXED. */
4acab94b
AO
344#undef HAVE_MMAP_ANYWHERE
345
56f02b88
ZW
346/* Define if read-only mmap of a plain file works. */
347#undef HAVE_MMAP_FILE
348
f31e826b
KG
349/* Define to 1 if we found this declaration otherwise define to 0. */
350#undef HAVE_DECL_BCOPY
86cf1cbd 351
f31e826b
KG
352/* Define to 1 if we found this declaration otherwise define to 0. */
353#undef HAVE_DECL_BZERO
86cf1cbd 354
f31e826b
KG
355/* Define to 1 if we found this declaration otherwise define to 0. */
356#undef HAVE_DECL_BCMP
86cf1cbd 357
f31e826b
KG
358/* Define to 1 if we found this declaration otherwise define to 0. */
359#undef HAVE_DECL_INDEX
86cf1cbd 360
f31e826b
KG
361/* Define to 1 if we found this declaration otherwise define to 0. */
362#undef HAVE_DECL_RINDEX
86cf1cbd 363
f31e826b
KG
364/* Define to 1 if we found this declaration otherwise define to 0. */
365#undef HAVE_DECL_GETENV
86cf1cbd 366
f31e826b
KG
367/* Define to 1 if we found this declaration otherwise define to 0. */
368#undef HAVE_DECL_ATOL
86cf1cbd 369
f31e826b
KG
370/* Define to 1 if we found this declaration otherwise define to 0. */
371#undef HAVE_DECL_SBRK
86cf1cbd 372
f31e826b
KG
373/* Define to 1 if we found this declaration otherwise define to 0. */
374#undef HAVE_DECL_ABORT
86cf1cbd 375
f31e826b
KG
376/* Define to 1 if we found this declaration otherwise define to 0. */
377#undef HAVE_DECL_ATOF
86cf1cbd 378
f31e826b
KG
379/* Define to 1 if we found this declaration otherwise define to 0. */
380#undef HAVE_DECL_GETCWD
86cf1cbd 381
f31e826b
KG
382/* Define to 1 if we found this declaration otherwise define to 0. */
383#undef HAVE_DECL_GETWD
86cf1cbd 384
f31e826b
KG
385/* Define to 1 if we found this declaration otherwise define to 0. */
386#undef HAVE_DECL_STRSIGNAL
86cf1cbd 387
f31e826b
KG
388/* Define to 1 if we found this declaration otherwise define to 0. */
389#undef HAVE_DECL_PUTC_UNLOCKED
86cf1cbd 390
f31e826b
KG
391/* Define to 1 if we found this declaration otherwise define to 0. */
392#undef HAVE_DECL_FPUTS_UNLOCKED
86cf1cbd 393
f31e826b
KG
394/* Define to 1 if we found this declaration otherwise define to 0. */
395#undef HAVE_DECL_STRSTR
86cf1cbd 396
f31e826b
KG
397/* Define to 1 if we found this declaration otherwise define to 0. */
398#undef HAVE_DECL_ENVIRON
86cf1cbd 399
f31e826b
KG
400/* Define to 1 if we found this declaration otherwise define to 0. */
401#undef HAVE_DECL_MALLOC
86cf1cbd 402
f31e826b
KG
403/* Define to 1 if we found this declaration otherwise define to 0. */
404#undef HAVE_DECL_REALLOC
86cf1cbd 405
f31e826b
KG
406/* Define to 1 if we found this declaration otherwise define to 0. */
407#undef HAVE_DECL_CALLOC
86cf1cbd 408
f31e826b
KG
409/* Define to 1 if we found this declaration otherwise define to 0. */
410#undef HAVE_DECL_FREE
86cf1cbd 411
f31e826b
KG
412/* Define to 1 if we found this declaration otherwise define to 0. */
413#undef HAVE_DECL_BASENAME
86cf1cbd 414
f31e826b
KG
415/* Define to 1 if we found this declaration otherwise define to 0. */
416#undef HAVE_DECL_GETOPT
86cf1cbd 417
f31e826b
KG
418/* Define to 1 if we found this declaration otherwise define to 0. */
419#undef HAVE_DECL_GETRLIMIT
420
421/* Define to 1 if we found this declaration otherwise define to 0. */
422#undef HAVE_DECL_SETRLIMIT
423
424/* Define to 1 if we found this declaration otherwise define to 0. */
425#undef HAVE_DECL_GETRUSAGE
86cf1cbd 426
91029a29
KG
427/* Define if host mkdir takes a single argument. */
428#undef MKDIR_TAKES_ONE_ARG
429
430/* Define to the name of the distribution. */
431#undef PACKAGE
432
433/* Define to the version of the distribution. */
434#undef VERSION
435
436/* Define to 1 if installation paths should be looked up in Windows32
437 Registry. Ignored on non windows32 hosts. */
438#undef ENABLE_WIN32_REGISTRY
439
440/* Define to be the last portion of registry key on windows hosts. */
441#undef WIN32_REGISTRY_KEY
442
443/* Define if your assembler supports .subsection and .subsection -1 starts
444 emitting at the beginning of your section. */
445#undef HAVE_GAS_SUBSECTION_ORDERING
446
447/* Define if your assembler supports .weak. */
448#undef HAVE_GAS_WEAK
449
450/* Define if your assembler supports .hidden. */
451#undef HAVE_GAS_HIDDEN
452
453/* Define if your assembler supports .register. */
454#undef HAVE_AS_REGISTER_PSEUDO_OP
455
e95b1e6a
JJ
456/* Define if your assembler supports -relax option. */
457#undef HAVE_AS_RELAX_OPTION
458
91029a29
KG
459/* Define if the assembler supports 64bit sparc. */
460#undef AS_SPARC64_FLAG
461
462/* Define if your assembler supports offsetable %lo(). */
463#undef HAVE_AS_OFFSETABLE_LO10
464
465/* Define if you want to always select the new-abi for g++. */
466#undef ENABLE_NEW_GXX_ABI
467
119d24d1
KG
468/* Define to 1 if you want to enable namespaces (-fhonor-std) by default. */
469#undef ENABLE_STD_NAMESPACE
470