Fix `make bootstrap' failures where libraries are compiled with wrong compiler.
[gcc.git] / gcc / config.in
1 /* config.in. Generated automatically from configure.in by autoheader. */
2 /* Define if you can safely include both <string.h> and <strings.h>. */
3 #undef STRING_WITH_STRINGS
4
5 /* Define if printf supports "%p". */
6 #undef HAVE_PRINTF_PTR
7
8 /* Define if you want expensive run-time checks. */
9 #undef ENABLE_CHECKING
10
11 /* Define if your cpp understands the stringify operator. */
12 #undef HAVE_CPP_STRINGIFY
13
14 /* Define if your compiler understands volatile. */
15 #undef HAVE_VOLATILE
16
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
21 /* Define if your assembler supports .balign and .p2align. */
22 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
23
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
28 /* Define if you have a working <inttypes.h> header file. */
29 #undef HAVE_INTTYPES_H
30
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
37 /* Whether calloc must be declared even if <stdlib.h> is included. */
38 #undef NEED_DECLARATION_CALLOC
39
40 /* Whether free must be declared even if <stdlib.h> is included. */
41 #undef NEED_DECLARATION_FREE
42
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
52 /* Whether index must be declared even if <string.h> is included. */
53 #undef NEED_DECLARATION_INDEX
54
55 /* Whether rindex must be declared even if <string.h> is included. */
56 #undef NEED_DECLARATION_RINDEX
57
58 /* Whether getenv must be declared even if <stdlib.h> is included. */
59 #undef NEED_DECLARATION_GETENV
60
61 /* Whether atol must be declared even if <stdlib.h> is included. */
62 #undef NEED_DECLARATION_ATOL
63
64 /* Whether sbrk must be declared even if <stdlib.h> is included. */
65 #undef NEED_DECLARATION_SBRK
66
67 /* Whether abort must be declared even if <stdlib.h> is included. */
68 #undef NEED_DECLARATION_ABORT
69
70 /* Whether strerror must be declared even if <string.h> is included. */
71 #undef NEED_DECLARATION_STRERROR
72
73 /* Whether strsignal must be declared even if <string.h> is included. */
74 #undef NEED_DECLARATION_STRSIGNAL
75
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
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
91 /* Define if you don't have vprintf but do have _doprnt. */
92 #undef HAVE_DOPRNT
93
94 /* Define if you have the vprintf function. */
95 #undef HAVE_VPRINTF
96
97 /* Define if you have the ANSI C header files. */
98 #undef STDC_HEADERS
99
100 /* Define if `sys_siglist' is declared by <signal.h>. */
101 #undef SYS_SIGLIST_DECLARED
102
103 /* Define if you can safely include both <sys/time.h> and <time.h>. */
104 #undef TIME_WITH_SYS_TIME
105
106 /* Define if you have the atoll function. */
107 #undef HAVE_ATOLL
108
109 /* Define if you have the atoq function. */
110 #undef HAVE_ATOQ
111
112 /* Define if you have the bcmp function. */
113 #undef HAVE_BCMP
114
115 /* Define if you have the bcopy function. */
116 #undef HAVE_BCOPY
117
118 /* Define if you have the bsearch function. */
119 #undef HAVE_BSEARCH
120
121 /* Define if you have the bzero function. */
122 #undef HAVE_BZERO
123
124 /* Define if you have the getrlimit function. */
125 #undef HAVE_GETRLIMIT
126
127 /* Define if you have the gettimeofday function. */
128 #undef HAVE_GETTIMEOFDAY
129
130 /* Define if you have the index function. */
131 #undef HAVE_INDEX
132
133 /* Define if you have the isascii function. */
134 #undef HAVE_ISASCII
135
136 /* Define if you have the kill function. */
137 #undef HAVE_KILL
138
139 /* Define if you have the popen function. */
140 #undef HAVE_POPEN
141
142 /* Define if you have the putenv function. */
143 #undef HAVE_PUTENV
144
145 /* Define if you have the rindex function. */
146 #undef HAVE_RINDEX
147
148 /* Define if you have the setrlimit function. */
149 #undef HAVE_SETRLIMIT
150
151 /* Define if you have the strchr function. */
152 #undef HAVE_STRCHR
153
154 /* Define if you have the strerror function. */
155 #undef HAVE_STRERROR
156
157 /* Define if you have the strrchr function. */
158 #undef HAVE_STRRCHR
159
160 /* Define if you have the strsignal function. */
161 #undef HAVE_STRSIGNAL
162
163 /* Define if you have the strtoul function. */
164 #undef HAVE_STRTOUL
165
166 /* Define if you have the sysconf function. */
167 #undef HAVE_SYSCONF
168
169 /* Define if you have the <fcntl.h> header file. */
170 #undef HAVE_FCNTL_H
171
172 /* Define if you have the <limits.h> header file. */
173 #undef HAVE_LIMITS_H
174
175 /* Define if you have the <stab.h> header file. */
176 #undef HAVE_STAB_H
177
178 /* Define if you have the <stddef.h> header file. */
179 #undef HAVE_STDDEF_H
180
181 /* Define if you have the <stdlib.h> header file. */
182 #undef HAVE_STDLIB_H
183
184 /* Define if you have the <string.h> header file. */
185 #undef HAVE_STRING_H
186
187 /* Define if you have the <strings.h> header file. */
188 #undef HAVE_STRINGS_H
189
190 /* Define if you have the <sys/file.h> header file. */
191 #undef HAVE_SYS_FILE_H
192
193 /* Define if you have the <sys/param.h> header file. */
194 #undef HAVE_SYS_PARAM_H
195
196 /* Define if you have the <sys/resource.h> header file. */
197 #undef HAVE_SYS_RESOURCE_H
198
199 /* Define if you have the <sys/time.h> header file. */
200 #undef HAVE_SYS_TIME_H
201
202 /* Define if you have the <sys/times.h> header file. */
203 #undef HAVE_SYS_TIMES_H
204
205 /* Define if you have the <sys/wait.h> header file. */
206 #undef HAVE_SYS_WAIT_H
207
208 /* Define if you have the <time.h> header file. */
209 #undef HAVE_TIME_H
210
211 /* Define if you have the <unistd.h> header file. */
212 #undef HAVE_UNISTD_H
213
214 /* Define if you have the <wait.h> header file. */
215 #undef HAVE_WAIT_H