OSDN Git Service

gcc:
[pf3gnuchains/gcc-fork.git] / libcpp / config.in
1 /* config.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7    systems. This function is required for `alloca.c' support on those systems.
8    */
9 #undef CRAY_STACKSEG_END
10
11 /* Define to 1 if using `alloca.c'. */
12 #undef C_ALLOCA
13
14 /* Define if you want more run-time sanity checks. */
15 #undef ENABLE_CHECKING
16
17 /* Define to 1 if translation of program messages to the user's native
18    language is requested. */
19 #undef ENABLE_NLS
20
21 /* Define to 1 if you have `alloca', as a function or macro. */
22 #undef HAVE_ALLOCA
23
24 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
25    */
26 #undef HAVE_ALLOCA_H
27
28 /* Define to 1 if you have the `clearerr_unlocked' function. */
29 #undef HAVE_CLEARERR_UNLOCKED
30
31 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
32    */
33 #undef HAVE_DECL_ABORT
34
35 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
36    don't. */
37 #undef HAVE_DECL_ASPRINTF
38
39 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
40    you don't. */
41 #undef HAVE_DECL_BASENAME
42
43 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
44    you don't. */
45 #undef HAVE_DECL_CLEARERR_UNLOCKED
46
47 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
48    */
49 #undef HAVE_DECL_ERRNO
50
51 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
52    don't. */
53 #undef HAVE_DECL_FEOF_UNLOCKED
54
55 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
56    you don't. */
57 #undef HAVE_DECL_FERROR_UNLOCKED
58
59 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
60    you don't. */
61 #undef HAVE_DECL_FFLUSH_UNLOCKED
62
63 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
64    you don't. */
65 #undef HAVE_DECL_FGETC_UNLOCKED
66
67 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
68    you don't. */
69 #undef HAVE_DECL_FGETS_UNLOCKED
70
71 /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
72    you don't. */
73 #undef HAVE_DECL_FILENO_UNLOCKED
74
75 /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
76    you don't. */
77 #undef HAVE_DECL_FPRINTF_UNLOCKED
78
79 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
80    you don't. */
81 #undef HAVE_DECL_FPUTC_UNLOCKED
82
83 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
84    you don't. */
85 #undef HAVE_DECL_FPUTS_UNLOCKED
86
87 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
88    you don't. */
89 #undef HAVE_DECL_FREAD_UNLOCKED
90
91 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
92    you don't. */
93 #undef HAVE_DECL_FWRITE_UNLOCKED
94
95 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
96    you don't. */
97 #undef HAVE_DECL_GETCHAR_UNLOCKED
98
99 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
100    don't. */
101 #undef HAVE_DECL_GETC_UNLOCKED
102
103 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
104    */
105 #undef HAVE_DECL_GETOPT
106
107 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
108    you don't. */
109 #undef HAVE_DECL_PUTCHAR_UNLOCKED
110
111 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
112    don't. */
113 #undef HAVE_DECL_PUTC_UNLOCKED
114
115 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
116    don't. */
117 #undef HAVE_DECL_VASPRINTF
118
119 /* Define to 1 if you have the <fcntl.h> header file. */
120 #undef HAVE_FCNTL_H
121
122 /* Define to 1 if you have the `feof_unlocked' function. */
123 #undef HAVE_FEOF_UNLOCKED
124
125 /* Define to 1 if you have the `ferror_unlocked' function. */
126 #undef HAVE_FERROR_UNLOCKED
127
128 /* Define to 1 if you have the `fflush_unlocked' function. */
129 #undef HAVE_FFLUSH_UNLOCKED
130
131 /* Define to 1 if you have the `fgetc_unlocked' function. */
132 #undef HAVE_FGETC_UNLOCKED
133
134 /* Define to 1 if you have the `fgets_unlocked' function. */
135 #undef HAVE_FGETS_UNLOCKED
136
137 /* Define to 1 if you have the `fileno_unlocked' function. */
138 #undef HAVE_FILENO_UNLOCKED
139
140 /* Define to 1 if you have the `fprintf_unlocked' function. */
141 #undef HAVE_FPRINTF_UNLOCKED
142
143 /* Define to 1 if you have the `fputc_unlocked' function. */
144 #undef HAVE_FPUTC_UNLOCKED
145
146 /* Define to 1 if you have the `fputs_unlocked' function. */
147 #undef HAVE_FPUTS_UNLOCKED
148
149 /* Define to 1 if you have the `fread_unlocked' function. */
150 #undef HAVE_FREAD_UNLOCKED
151
152 /* Define to 1 if you have the `fwrite_unlocked' function. */
153 #undef HAVE_FWRITE_UNLOCKED
154
155 /* Define to 1 if you have the `getchar_unlocked' function. */
156 #undef HAVE_GETCHAR_UNLOCKED
157
158 /* Define to 1 if you have the `getc_unlocked' function. */
159 #undef HAVE_GETC_UNLOCKED
160
161 /* Define if you have the iconv() function. */
162 #undef HAVE_ICONV
163
164 /* Define to 1 if you have the <inttypes.h> header file. */
165 #undef HAVE_INTTYPES_H
166
167 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
168 #undef HAVE_LANGINFO_CODESET
169
170 /* Define to 1 if you have the <limits.h> header file. */
171 #undef HAVE_LIMITS_H
172
173 /* Define to 1 if you have the <locale.h> header file. */
174 #undef HAVE_LOCALE_H
175
176 /* Define to 1 if you have the <memory.h> header file. */
177 #undef HAVE_MEMORY_H
178
179 /* Define to 1 if libc includes obstacks. */
180 #undef HAVE_OBSTACK
181
182 /* Define to 1 if you have the `putchar_unlocked' function. */
183 #undef HAVE_PUTCHAR_UNLOCKED
184
185 /* Define to 1 if you have the `putc_unlocked' function. */
186 #undef HAVE_PUTC_UNLOCKED
187
188 /* Define to 1 if you can assemble SSE4 insns. */
189 #undef HAVE_SSE4
190
191 /* Define to 1 if you have the <stddef.h> header file. */
192 #undef HAVE_STDDEF_H
193
194 /* Define to 1 if you have the <stdint.h> header file. */
195 #undef HAVE_STDINT_H
196
197 /* Define to 1 if you have the <stdlib.h> header file. */
198 #undef HAVE_STDLIB_H
199
200 /* Define to 1 if you have the <strings.h> header file. */
201 #undef HAVE_STRINGS_H
202
203 /* Define to 1 if you have the <string.h> header file. */
204 #undef HAVE_STRING_H
205
206 /* Define to 1 if you have the <sys/file.h> header file. */
207 #undef HAVE_SYS_FILE_H
208
209 /* Define to 1 if you have the <sys/stat.h> header file. */
210 #undef HAVE_SYS_STAT_H
211
212 /* Define to 1 if you have the <sys/types.h> header file. */
213 #undef HAVE_SYS_TYPES_H
214
215 /* Define if <sys/types.h> defines \`uchar'. */
216 #undef HAVE_UCHAR
217
218 /* Define to 1 if the system has the type `uintptr_t'. */
219 #undef HAVE_UINTPTR_T
220
221 /* Define to 1 if you have the <unistd.h> header file. */
222 #undef HAVE_UNISTD_H
223
224 /* Define to the widest efficient host integer type at least as wide as the
225    target's size_t type. */
226 #undef HOST_WIDE_INT
227
228 /* Define as const if the declaration of iconv() needs const. */
229 #undef ICONV_CONST
230
231 /* Define to the name of this package. */
232 #undef PACKAGE
233
234 /* Define to the address where bug reports for this package should be sent. */
235 #undef PACKAGE_BUGREPORT
236
237 /* Define to the full name of this package. */
238 #undef PACKAGE_NAME
239
240 /* Define to the full name and version of this package. */
241 #undef PACKAGE_STRING
242
243 /* Define to the one symbol short name of this package. */
244 #undef PACKAGE_TARNAME
245
246 /* Define to the home page for this package. */
247 #undef PACKAGE_URL
248
249 /* Define to the version of this package. */
250 #undef PACKAGE_VERSION
251
252 /* The size of `int', as computed by sizeof. */
253 #undef SIZEOF_INT
254
255 /* The size of `long', as computed by sizeof. */
256 #undef SIZEOF_LONG
257
258 /* If using the C implementation of alloca, define if you know the
259    direction of stack growth for your system; otherwise it will be
260    automatically deduced at runtime.
261         STACK_DIRECTION > 0 => grows toward higher addresses
262         STACK_DIRECTION < 0 => grows toward lower addresses
263         STACK_DIRECTION = 0 => direction of growth unknown */
264 #undef STACK_DIRECTION
265
266 /* Define to 1 if you have the ANSI C header files. */
267 #undef STDC_HEADERS
268
269 /* Define if you can safely include both <string.h> and <strings.h>. */
270 #undef STRING_WITH_STRINGS
271
272 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
273 #undef TIME_WITH_SYS_TIME
274
275 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
276 #undef TM_IN_SYS_TIME
277
278 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
279    significant byte first (like Motorola and SPARC, unlike Intel). */
280 #if defined AC_APPLE_UNIVERSAL_BUILD
281 # if defined __BIG_ENDIAN__
282 #  define WORDS_BIGENDIAN 1
283 # endif
284 #else
285 # ifndef WORDS_BIGENDIAN
286 #  undef WORDS_BIGENDIAN
287 # endif
288 #endif
289
290 /* Define to empty if `const' does not conform to ANSI C. */
291 #undef const
292
293 /* Define to `__inline__' or `__inline' if that's what the C compiler
294    calls it, or to nothing if 'inline' is not supported under any name.  */
295 #ifndef __cplusplus
296 #undef inline
297 #endif
298
299 /* Define to `long int' if <sys/types.h> does not define. */
300 #undef off_t
301
302 /* Define to `int' if <sys/types.h> does not define. */
303 #undef ptrdiff_t
304
305 /* Define to `unsigned int' if <sys/types.h> does not define. */
306 #undef size_t
307
308 /* Define to `int' if <sys/types.h> does not define. */
309 #undef ssize_t
310
311 /* Define to the type of an unsigned integer type wide enough to hold a
312    pointer, if such a type exists, and if the system does not define it. */
313 #undef uintptr_t