]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/config.in
i386.md (QImode add pattern): Support lea instruction.
[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
ab87f8c8
JL
11/* Define to 1 if NLS is requested. */
12#undef ENABLE_NLS
13
14/* Define as 1 if you have catgets and don't want to use GNU gettext. */
15#undef HAVE_CATGETS
16
17/* Define as 1 if you have gettext and don't want to use GNU gettext. */
18#undef HAVE_GETTEXT
19
76844337
RH
20/* Define if your cpp understands the stringify operator. */
21#undef HAVE_CPP_STRINGIFY
22
e9b4fabf
JL
23/* Define if your compiler understands volatile. */
24#undef HAVE_VOLATILE
25
9e423e6d
JW
26/* Define if your assembler supports specifying the maximum number
27 of bytes to skip when using the GAS .p2align command. */
28#undef HAVE_GAS_MAX_SKIP_P2ALIGN
29
2bab5c19
JL
30/* Define if your assembler supports .balign and .p2align. */
31#undef HAVE_GAS_BALIGN_AND_P2ALIGN
32
d1accaa3
JJ
33/* Define if your assembler supports .subsection and .subsection -1 starts
34 emitting at the beginning of your section */
35#undef HAVE_GAS_SUBSECTION_ORDERING
36
7636d567
JW
37/* Define if you have a working <inttypes.h> header file. */
38#undef HAVE_INTTYPES_H
39
ab87f8c8
JL
40/* Define if your locale.h file contains LC_MESSAGES. */
41#undef HAVE_LC_MESSAGES
42
43/* Define as 1 if you have the stpcpy function. */
44#undef HAVE_STPCPY
45
861bb6c1
JL
46/* Whether malloc must be declared even if <stdlib.h> is included. */
47#undef NEED_DECLARATION_MALLOC
48
49/* Whether realloc must be declared even if <stdlib.h> is included. */
50#undef NEED_DECLARATION_REALLOC
51
19372aa1
JW
52/* Whether calloc must be declared even if <stdlib.h> is included. */
53#undef NEED_DECLARATION_CALLOC
54
861bb6c1
JL
55/* Whether free must be declared even if <stdlib.h> is included. */
56#undef NEED_DECLARATION_FREE
57
a81fb89e
KG
58/* Whether bcopy must be declared even if <string.h> is included. */
59#undef NEED_DECLARATION_BCOPY
60
61/* Whether bcmp must be declared even if <string.h> is included. */
62#undef NEED_DECLARATION_BCMP
63
64/* Whether bzero must be declared even if <string.h> is included. */
65#undef NEED_DECLARATION_BZERO
66
c5d0345e 67/* Whether index must be declared even if <string.h> is included. */
956d6950
JL
68#undef NEED_DECLARATION_INDEX
69
c5d0345e 70/* Whether rindex must be declared even if <string.h> is included. */
956d6950
JL
71#undef NEED_DECLARATION_RINDEX
72
6d8ccdbb
JL
73/* Whether getenv must be declared even if <stdlib.h> is included. */
74#undef NEED_DECLARATION_GETENV
75
aef28d1d
JL
76/* Whether atol must be declared even if <stdlib.h> is included. */
77#undef NEED_DECLARATION_ATOL
78
9c30c0e7
ZW
79/* Whether atof must be declared even if <stdlib.h> is included. */
80#undef NEED_DECLARATION_ATOF
81
e5e809f4 82/* Whether sbrk must be declared even if <stdlib.h> is included. */
c5d0345e
RH
83#undef NEED_DECLARATION_SBRK
84
64a438d6
JL
85/* Whether abort must be declared even if <stdlib.h> is included. */
86#undef NEED_DECLARATION_ABORT
87
6cd5dccd
KG
88/* Whether strerror must be declared even if <string.h> is included. */
89#undef NEED_DECLARATION_STRERROR
90
007e8d2a
KG
91/* Whether strsignal must be declared even if <string.h> is included. */
92#undef NEED_DECLARATION_STRSIGNAL
93
6cd5dccd
KG
94/* Whether getcwd must be declared even if <unistd.h> is included. */
95#undef NEED_DECLARATION_GETCWD
96
97/* Whether getwd must be declared even if <unistd.h> is included. */
98#undef NEED_DECLARATION_GETWD
99
d2cabf16
KG
100/* Whether getrlimit must be declared even if <sys/resource.h> is included. */
101#undef NEED_DECLARATION_GETRLIMIT
102
103/* Whether setrlimit must be declared even if <sys/resource.h> is included. */
104#undef NEED_DECLARATION_SETRLIMIT
105
9c30c0e7
ZW
106/* Whether putc_unlocked must be declared even if <stdio.h> is included. */
107#undef NEED_DECLARATION_PUTC_UNLOCKED
108
109/* Whether fputs_unlocked must be declared even if <stdio.h> is included. */
110#undef NEED_DECLARATION_FPUTS_UNLOCKED
111
ab339d62
AO
112/* Define to enable the use of a default assembler. */
113#undef DEFAULT_ASSEMBLER
114
115/* Define to enable the use of a default linker. */
116#undef DEFAULT_LINKER
117
ab87f8c8
JL
118/* Define to the name of the distribution. */
119#undef PACKAGE
120
121/* Define to the version of the distribution. */
122#undef VERSION
123
124/* Define if using alloca.c. */
125#undef C_ALLOCA
126
127/* Define to empty if the keyword does not work. */
128#undef const
129
130/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
131 This function is required for alloca.c support on those systems. */
132#undef CRAY_STACKSEG_END
133
134/* Define if you have alloca, as a function or macro. */
135#undef HAVE_ALLOCA
136
137/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
138#undef HAVE_ALLOCA_H
ab339d62 139
76b4b31e
KG
140/* Define if you don't have vprintf but do have _doprnt. */
141#undef HAVE_DOPRNT
142
ab87f8c8
JL
143/* Define if you have a working `mmap' system call. */
144#undef HAVE_MMAP
145
e9831ca0
KG
146/* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
147#undef HAVE_SYS_WAIT_H
148
c375c43b
KG
149/* Define if you have <vfork.h>. */
150#undef HAVE_VFORK_H
151
76b4b31e
KG
152/* Define if you have the vprintf function. */
153#undef HAVE_VPRINTF
154
ab87f8c8
JL
155/* Define as __inline if that's what the C compiler calls it. */
156#undef inline
157
158/* Define to `long' if <sys/types.h> doesn't define. */
159#undef off_t
160
c375c43b
KG
161/* Define to `int' if <sys/types.h> doesn't define. */
162#undef pid_t
163
ab87f8c8
JL
164/* Define to `unsigned' if <sys/types.h> doesn't define. */
165#undef size_t
166
167/* If using the C implementation of alloca, define if you know the
168 direction of stack growth for your system; otherwise it will be
169 automatically deduced at run-time.
170 STACK_DIRECTION > 0 => grows toward higher addresses
171 STACK_DIRECTION < 0 => grows toward lower addresses
172 STACK_DIRECTION = 0 => direction of growth unknown
173 */
174#undef STACK_DIRECTION
175
956d6950
JL
176/* Define if you have the ANSI C header files. */
177#undef STDC_HEADERS
178
e3512ac2
JL
179/* Define if `sys_siglist' is declared by <signal.h>. */
180#undef SYS_SIGLIST_DECLARED
181
956d6950
JL
182/* Define if you can safely include both <sys/time.h> and <time.h>. */
183#undef TIME_WITH_SYS_TIME
184
c375c43b
KG
185/* Define vfork as fork if vfork does not work. */
186#undef vfork
187
ab87f8c8
JL
188/* Define if you have the __argz_count function. */
189#undef HAVE___ARGZ_COUNT
190
191/* Define if you have the __argz_next function. */
192#undef HAVE___ARGZ_NEXT
193
194/* Define if you have the __argz_stringify function. */
195#undef HAVE___ARGZ_STRINGIFY
196
0ee31ab1
JL
197/* Define if you have the atoll function. */
198#undef HAVE_ATOLL
199
200/* Define if you have the atoq function. */
201#undef HAVE_ATOQ
202
956d6950
JL
203/* Define if you have the bcmp function. */
204#undef HAVE_BCMP
205
206/* Define if you have the bcopy function. */
207#undef HAVE_BCOPY
208
1e467e19
JL
209/* Define if you have the bsearch function. */
210#undef HAVE_BSEARCH
211
956d6950
JL
212/* Define if you have the bzero function. */
213#undef HAVE_BZERO
214
ab87f8c8
JL
215/* Define if you have the dcgettext function. */
216#undef HAVE_DCGETTEXT
217
54953b66
UD
218/* Define if you have the fputc_unlocked function. */
219#undef HAVE_FPUTC_UNLOCKED
220
221/* Define if you have the fputs_unlocked function. */
222#undef HAVE_FPUTS_UNLOCKED
223
ab87f8c8
JL
224/* Define if you have the getcwd function. */
225#undef HAVE_GETCWD
226
227/* Define if you have the getpagesize function. */
228#undef HAVE_GETPAGESIZE
229
24a184c9
JL
230/* Define if you have the getrlimit function. */
231#undef HAVE_GETRLIMIT
232
d3ee8d68
JL
233/* Define if you have the gettimeofday function. */
234#undef HAVE_GETTIMEOFDAY
235
956d6950
JL
236/* Define if you have the index function. */
237#undef HAVE_INDEX
238
c400f7ae
JM
239/* Define if you have the isascii function. */
240#undef HAVE_ISASCII
241
956d6950
JL
242/* Define if you have the kill function. */
243#undef HAVE_KILL
244
ab87f8c8
JL
245/* Define if you have the munmap function. */
246#undef HAVE_MUNMAP
247
956d6950
JL
248/* Define if you have the popen function. */
249#undef HAVE_POPEN
250
54953b66
UD
251/* Define if you have the putc_unlocked function. */
252#undef HAVE_PUTC_UNLOCKED
253
956d6950
JL
254/* Define if you have the putenv function. */
255#undef HAVE_PUTENV
256
257/* Define if you have the rindex function. */
258#undef HAVE_RINDEX
259
ab87f8c8
JL
260/* Define if you have the setenv function. */
261#undef HAVE_SETENV
262
263/* Define if you have the setlocale function. */
264#undef HAVE_SETLOCALE
265
24a184c9
JL
266/* Define if you have the setrlimit function. */
267#undef HAVE_SETRLIMIT
268
ab87f8c8
JL
269/* Define if you have the stpcpy function. */
270#undef HAVE_STPCPY
271
272/* Define if you have the strcasecmp function. */
273#undef HAVE_STRCASECMP
274
f5963e61
JL
275/* Define if you have the strchr function. */
276#undef HAVE_STRCHR
277
ab87f8c8
JL
278/* Define if you have the strdup function. */
279#undef HAVE_STRDUP
280
a63d08e6
JL
281/* Define if you have the strerror function. */
282#undef HAVE_STRERROR
283
f55b1ca8
MM
284/* Define if you have the strrchr function. */
285#undef HAVE_STRRCHR
286
007e8d2a
KG
287/* Define if you have the strsignal function. */
288#undef HAVE_STRSIGNAL
289
1e467e19
JL
290/* Define if you have the strtoul function. */
291#undef HAVE_STRTOUL
292
e5e809f4
JL
293/* Define if you have the sysconf function. */
294#undef HAVE_SYSCONF
295
ab87f8c8
JL
296/* Define if you have the <argz.h> header file. */
297#undef HAVE_ARGZ_H
298
956d6950
JL
299/* Define if you have the <fcntl.h> header file. */
300#undef HAVE_FCNTL_H
301
e9a25f70
JL
302/* Define if you have the <limits.h> header file. */
303#undef HAVE_LIMITS_H
304
ab87f8c8
JL
305/* Define if you have the <locale.h> header file. */
306#undef HAVE_LOCALE_H
307
308/* Define if you have the <malloc.h> header file. */
309#undef HAVE_MALLOC_H
310
311/* Define if you have the <nl_types.h> header file. */
312#undef HAVE_NL_TYPES_H
313
f5963e61
JL
314/* Define if you have the <stab.h> header file. */
315#undef HAVE_STAB_H
316
861bb6c1
JL
317/* Define if you have the <stddef.h> header file. */
318#undef HAVE_STDDEF_H
319
320/* Define if you have the <stdlib.h> header file. */
321#undef HAVE_STDLIB_H
322
323/* Define if you have the <string.h> header file. */
324#undef HAVE_STRING_H
325
326/* Define if you have the <strings.h> header file. */
327#undef HAVE_STRINGS_H
328
956d6950
JL
329/* Define if you have the <sys/file.h> header file. */
330#undef HAVE_SYS_FILE_H
331
332/* Define if you have the <sys/param.h> header file. */
333#undef HAVE_SYS_PARAM_H
334
335/* Define if you have the <sys/resource.h> header file. */
336#undef HAVE_SYS_RESOURCE_H
337
a05e22b8
RH
338/* Define if you have the <sys/stat.h> header file. */
339#undef HAVE_SYS_STAT_H
340
956d6950
JL
341/* Define if you have the <sys/time.h> header file. */
342#undef HAVE_SYS_TIME_H
343
344/* Define if you have the <sys/times.h> header file. */
345#undef HAVE_SYS_TIMES_H
346
861bb6c1
JL
347/* Define if you have the <time.h> header file. */
348#undef HAVE_TIME_H
349
350/* Define if you have the <unistd.h> header file. */
351#undef HAVE_UNISTD_H
ab87f8c8
JL
352
353/* Define if you have the i library (-li). */
354#undef HAVE_LIBI