rtl.def (CALL_PLACEHOLDER): New rtx code.
[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 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
98 /* Define if you don't have vprintf but do have _doprnt. */
99 #undef HAVE_DOPRNT
100
101 /* Define if you have <sys/wait.h> that is POSIX.1 compatible. */
102 #undef HAVE_SYS_WAIT_H
103
104 /* Define if you have <vfork.h>. */
105 #undef HAVE_VFORK_H
106
107 /* Define if you have the vprintf function. */
108 #undef HAVE_VPRINTF
109
110 /* Define to `int' if <sys/types.h> doesn't define. */
111 #undef pid_t
112
113 /* Define if you have the ANSI C header files. */
114 #undef STDC_HEADERS
115
116 /* Define if `sys_siglist' is declared by <signal.h>. */
117 #undef SYS_SIGLIST_DECLARED
118
119 /* Define if you can safely include both <sys/time.h> and <time.h>. */
120 #undef TIME_WITH_SYS_TIME
121
122 /* Define vfork as fork if vfork does not work. */
123 #undef vfork
124
125 /* Define if you have the atoll function. */
126 #undef HAVE_ATOLL
127
128 /* Define if you have the atoq function. */
129 #undef HAVE_ATOQ
130
131 /* Define if you have the bcmp function. */
132 #undef HAVE_BCMP
133
134 /* Define if you have the bcopy function. */
135 #undef HAVE_BCOPY
136
137 /* Define if you have the bsearch function. */
138 #undef HAVE_BSEARCH
139
140 /* Define if you have the bzero function. */
141 #undef HAVE_BZERO
142
143 /* Define if you have the fputc_unlocked function. */
144 #undef HAVE_FPUTC_UNLOCKED
145
146 /* Define if you have the fputs_unlocked function. */
147 #undef HAVE_FPUTS_UNLOCKED
148
149 /* Define if you have the getrlimit function. */
150 #undef HAVE_GETRLIMIT
151
152 /* Define if you have the gettimeofday function. */
153 #undef HAVE_GETTIMEOFDAY
154
155 /* Define if you have the index function. */
156 #undef HAVE_INDEX
157
158 /* Define if you have the isascii function. */
159 #undef HAVE_ISASCII
160
161 /* Define if you have the kill function. */
162 #undef HAVE_KILL
163
164 /* Define if you have the popen function. */
165 #undef HAVE_POPEN
166
167 /* Define if you have the putc_unlocked function. */
168 #undef HAVE_PUTC_UNLOCKED
169
170 /* Define if you have the putenv function. */
171 #undef HAVE_PUTENV
172
173 /* Define if you have the rindex function. */
174 #undef HAVE_RINDEX
175
176 /* Define if you have the setrlimit function. */
177 #undef HAVE_SETRLIMIT
178
179 /* Define if you have the strchr function. */
180 #undef HAVE_STRCHR
181
182 /* Define if you have the strerror function. */
183 #undef HAVE_STRERROR
184
185 /* Define if you have the strrchr function. */
186 #undef HAVE_STRRCHR
187
188 /* Define if you have the strsignal function. */
189 #undef HAVE_STRSIGNAL
190
191 /* Define if you have the strtoul function. */
192 #undef HAVE_STRTOUL
193
194 /* Define if you have the sysconf function. */
195 #undef HAVE_SYSCONF
196
197 /* Define if you have the <fcntl.h> header file. */
198 #undef HAVE_FCNTL_H
199
200 /* Define if you have the <limits.h> header file. */
201 #undef HAVE_LIMITS_H
202
203 /* Define if you have the <stab.h> header file. */
204 #undef HAVE_STAB_H
205
206 /* Define if you have the <stddef.h> header file. */
207 #undef HAVE_STDDEF_H
208
209 /* Define if you have the <stdlib.h> header file. */
210 #undef HAVE_STDLIB_H
211
212 /* Define if you have the <string.h> header file. */
213 #undef HAVE_STRING_H
214
215 /* Define if you have the <strings.h> header file. */
216 #undef HAVE_STRINGS_H
217
218 /* Define if you have the <sys/file.h> header file. */
219 #undef HAVE_SYS_FILE_H
220
221 /* Define if you have the <sys/param.h> header file. */
222 #undef HAVE_SYS_PARAM_H
223
224 /* Define if you have the <sys/resource.h> header file. */
225 #undef HAVE_SYS_RESOURCE_H
226
227 /* Define if you have the <sys/stat.h> header file. */
228 #undef HAVE_SYS_STAT_H
229
230 /* Define if you have the <sys/time.h> header file. */
231 #undef HAVE_SYS_TIME_H
232
233 /* Define if you have the <sys/times.h> header file. */
234 #undef HAVE_SYS_TIMES_H
235
236 /* Define if you have the <time.h> header file. */
237 #undef HAVE_TIME_H
238
239 /* Define if you have the <unistd.h> header file. */
240 #undef HAVE_UNISTD_H