]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
configure.in: new flags --with-ld and --with-as...
[thirdparty/gcc.git] / gcc / config.in
CommitLineData
861bb6c1 1/* config.in. Generated automatically from configure.in by autoheader. */
ccc7d11a
KG
2/* Define if you can safely include both <string.h> and <strings.h>. */
3#undef STRING_WITH_STRINGS
4
092f7be3
KG
5/* Define if printf supports "%p". */
6#undef HAVE_PRINTF_PTR
f1b54f9b 7
a494747c
MM
8/* Define if you want expensive run-time checks. */
9#undef ENABLE_CHECKING
10
76844337
RH
11/* Define if your cpp understands the stringify operator. */
12#undef HAVE_CPP_STRINGIFY
13
e9b4fabf
JL
14/* Define if your compiler understands volatile. */
15#undef HAVE_VOLATILE
16
9e423e6d
JW
17/* Define if your assembler supports specifying the maximum number
18 of bytes to skip when using the GAS .p2align command. */
19#undef HAVE_GAS_MAX_SKIP_P2ALIGN
20
2bab5c19
JL
21/* Define if your assembler supports .balign and .p2align. */
22#undef HAVE_GAS_BALIGN_AND_P2ALIGN
23
d1accaa3
JJ
24/* Define if your assembler supports .subsection and .subsection -1 starts
25 emitting at the beginning of your section */
26#undef HAVE_GAS_SUBSECTION_ORDERING
27
7636d567
JW
28/* Define if you have a working <inttypes.h> header file. */
29#undef HAVE_INTTYPES_H
30
861bb6c1
JL
31/* Whether malloc must be declared even if <stdlib.h> is included. */
32#undef NEED_DECLARATION_MALLOC
33
34/* Whether realloc must be declared even if <stdlib.h> is included. */
35#undef NEED_DECLARATION_REALLOC
36
19372aa1
JW
37/* Whether calloc must be declared even if <stdlib.h> is included. */
38#undef NEED_DECLARATION_CALLOC
39
861bb6c1
JL
40/* Whether free must be declared even if <stdlib.h> is included. */
41#undef NEED_DECLARATION_FREE
42
a81fb89e
KG
43/* Whether bcopy must be declared even if <string.h> is included. */
44#undef NEED_DECLARATION_BCOPY
45
46/* Whether bcmp must be declared even if <string.h> is included. */
47#undef NEED_DECLARATION_BCMP
48
49/* Whether bzero must be declared even if <string.h> is included. */
50#undef NEED_DECLARATION_BZERO
51
c5d0345e 52/* Whether index must be declared even if <string.h> is included. */
956d6950
JL
53#undef NEED_DECLARATION_INDEX
54
c5d0345e 55/* Whether rindex must be declared even if <string.h> is included. */
956d6950
JL
56#undef NEED_DECLARATION_RINDEX
57
6d8ccdbb
JL
58/* Whether getenv must be declared even if <stdlib.h> is included. */
59#undef NEED_DECLARATION_GETENV
60
aef28d1d
JL
61/* Whether atol must be declared even if <stdlib.h> is included. */
62#undef NEED_DECLARATION_ATOL
63
e5e809f4 64/* Whether sbrk must be declared even if <stdlib.h> is included. */
c5d0345e
RH
65#undef NEED_DECLARATION_SBRK
66
64a438d6
JL
67/* Whether abort must be declared even if <stdlib.h> is included. */
68#undef NEED_DECLARATION_ABORT
69
6cd5dccd
KG
70/* Whether strerror must be declared even if <string.h> is included. */
71#undef NEED_DECLARATION_STRERROR
72
007e8d2a
KG
73/* Whether strsignal must be declared even if <string.h> is included. */
74#undef NEED_DECLARATION_STRSIGNAL
75
6cd5dccd
KG
76/* Whether getcwd must be declared even if <unistd.h> is included. */
77#undef NEED_DECLARATION_GETCWD
78
79/* Whether getwd must be declared even if <unistd.h> is included. */
80#undef NEED_DECLARATION_GETWD
81
d2cabf16
KG
82/* Whether getrlimit must be declared even if <sys/resource.h> is included. */
83#undef NEED_DECLARATION_GETRLIMIT
84
85/* Whether setrlimit must be declared even if <sys/resource.h> is included. */
86#undef NEED_DECLARATION_SETRLIMIT
87
88/* Define if you want expensive run-time checks. */
89#undef ENABLE_CHECKING
90
ab339d62
AO
91/* Define to enable the use of a default assembler. */
92#undef DEFAULT_ASSEMBLER
93
94/* Define to enable the use of a default linker. */
95#undef DEFAULT_LINKER
96
97
76b4b31e
KG
98/* Define if you don't have vprintf but do have _doprnt. */
99#undef HAVE_DOPRNT
100
101/* Define if you have the vprintf function. */
102#undef HAVE_VPRINTF
103
956d6950
JL
104/* Define if you have the ANSI C header files. */
105#undef STDC_HEADERS
106
e3512ac2
JL
107/* Define if `sys_siglist' is declared by <signal.h>. */
108#undef SYS_SIGLIST_DECLARED
109
956d6950
JL
110/* Define if you can safely include both <sys/time.h> and <time.h>. */
111#undef TIME_WITH_SYS_TIME
112
0ee31ab1
JL
113/* Define if you have the atoll function. */
114#undef HAVE_ATOLL
115
116/* Define if you have the atoq function. */
117#undef HAVE_ATOQ
118
956d6950
JL
119/* Define if you have the bcmp function. */
120#undef HAVE_BCMP
121
122/* Define if you have the bcopy function. */
123#undef HAVE_BCOPY
124
1e467e19
JL
125/* Define if you have the bsearch function. */
126#undef HAVE_BSEARCH
127
956d6950
JL
128/* Define if you have the bzero function. */
129#undef HAVE_BZERO
130
24a184c9
JL
131/* Define if you have the getrlimit function. */
132#undef HAVE_GETRLIMIT
133
d3ee8d68
JL
134/* Define if you have the gettimeofday function. */
135#undef HAVE_GETTIMEOFDAY
136
956d6950
JL
137/* Define if you have the index function. */
138#undef HAVE_INDEX
139
c400f7ae
JM
140/* Define if you have the isascii function. */
141#undef HAVE_ISASCII
142
956d6950
JL
143/* Define if you have the kill function. */
144#undef HAVE_KILL
145
146/* Define if you have the popen function. */
147#undef HAVE_POPEN
148
149/* Define if you have the putenv function. */
150#undef HAVE_PUTENV
151
152/* Define if you have the rindex function. */
153#undef HAVE_RINDEX
154
24a184c9
JL
155/* Define if you have the setrlimit function. */
156#undef HAVE_SETRLIMIT
157
f5963e61
JL
158/* Define if you have the strchr function. */
159#undef HAVE_STRCHR
160
a63d08e6
JL
161/* Define if you have the strerror function. */
162#undef HAVE_STRERROR
163
f55b1ca8
MM
164/* Define if you have the strrchr function. */
165#undef HAVE_STRRCHR
166
007e8d2a
KG
167/* Define if you have the strsignal function. */
168#undef HAVE_STRSIGNAL
169
1e467e19
JL
170/* Define if you have the strtoul function. */
171#undef HAVE_STRTOUL
172
e5e809f4
JL
173/* Define if you have the sysconf function. */
174#undef HAVE_SYSCONF
175
956d6950
JL
176/* Define if you have the <fcntl.h> header file. */
177#undef HAVE_FCNTL_H
178
e9a25f70
JL
179/* Define if you have the <limits.h> header file. */
180#undef HAVE_LIMITS_H
181
f5963e61
JL
182/* Define if you have the <stab.h> header file. */
183#undef HAVE_STAB_H
184
861bb6c1
JL
185/* Define if you have the <stddef.h> header file. */
186#undef HAVE_STDDEF_H
187
188/* Define if you have the <stdlib.h> header file. */
189#undef HAVE_STDLIB_H
190
191/* Define if you have the <string.h> header file. */
192#undef HAVE_STRING_H
193
194/* Define if you have the <strings.h> header file. */
195#undef HAVE_STRINGS_H
196
956d6950
JL
197/* Define if you have the <sys/file.h> header file. */
198#undef HAVE_SYS_FILE_H
199
200/* Define if you have the <sys/param.h> header file. */
201#undef HAVE_SYS_PARAM_H
202
203/* Define if you have the <sys/resource.h> header file. */
204#undef HAVE_SYS_RESOURCE_H
205
206/* Define if you have the <sys/time.h> header file. */
207#undef HAVE_SYS_TIME_H
208
209/* Define if you have the <sys/times.h> header file. */
210#undef HAVE_SYS_TIMES_H
211
2414de71
JL
212/* Define if you have the <sys/wait.h> header file. */
213#undef HAVE_SYS_WAIT_H
214
861bb6c1
JL
215/* Define if you have the <time.h> header file. */
216#undef HAVE_TIME_H
217
218/* Define if you have the <unistd.h> header file. */
219#undef HAVE_UNISTD_H
70988851 220
2414de71
JL
221/* Define if you have the <wait.h> header file. */
222#undef HAVE_WAIT_H