6ba73d42b0c0b5d3a8374392c18f9a372e0c346c
[dragonfly.git] / gnu / usr.bin / cc80 / support-libs / libcpp / config.h
1 /* config.h.  Generated from config.in by configure.  */
2 /* config.in.  Generated from configure.ac by autoheader.  */
3
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6
7 /* Define to 1 if you want more run-time sanity checks. */
8 #define CHECKING_P 0
9
10 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
11    systems. This function is required for `alloca.c' support on those systems.
12    */
13 /* #undef CRAY_STACKSEG_END */
14
15 /* Define to 1 if using `alloca.c'. */
16 /* #undef C_ALLOCA */
17
18 /* Define if you want assertions enabled. This is a cheap check. */
19 #define ENABLE_ASSERT_CHECKING 1
20
21 /* Define to enable system headers canonicalization. */
22 #define ENABLE_CANONICAL_SYSTEM_HEADERS 1
23
24 /* Define to 1 if translation of program messages to the user's native
25    language is requested. */
26 /* #undef ENABLE_NLS */
27
28 /* Define to get calls to the valgrind runtime enabled. */
29 /* #undef ENABLE_VALGRIND_ANNOTATIONS */
30
31 /* Define if you want to workaround valgrind (a memory checker) warnings about
32    possible memory leaks because of libcpp use of interior pointers. */
33 /* #undef ENABLE_VALGRIND_CHECKING */
34
35 /* Define to 1 if you have `alloca', as a function or macro. */
36 #define HAVE_ALLOCA 1
37
38 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
39    */
40 /* #undef HAVE_ALLOCA_H */
41
42 /* Define to 1 if you have the `clearerr_unlocked' function. */
43 #define HAVE_CLEARERR_UNLOCKED 1
44
45 /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
46    */
47 #define HAVE_DECL_ABORT 1
48
49 /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
50    don't. */
51 #define HAVE_DECL_ASPRINTF 1
52
53 /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
54    you don't. */
55 #define HAVE_DECL_BASENAME 0
56
57 /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
58    you don't. */
59 #define HAVE_DECL_CLEARERR_UNLOCKED 1
60
61 /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
62    */
63 #define HAVE_DECL_ERRNO 0
64
65 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
66    don't. */
67 #define HAVE_DECL_FEOF_UNLOCKED 1
68
69 /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
70    you don't. */
71 #define HAVE_DECL_FERROR_UNLOCKED 1
72
73 /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
74    you don't. */
75 #define HAVE_DECL_FFLUSH_UNLOCKED 0
76
77 /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
78    you don't. */
79 #define HAVE_DECL_FGETC_UNLOCKED 0
80
81 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
82    you don't. */
83 #define HAVE_DECL_FGETS_UNLOCKED 0
84
85 /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
86    you don't. */
87 #define HAVE_DECL_FILENO_UNLOCKED 1
88
89 /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
90    you don't. */
91 #define HAVE_DECL_FPRINTF_UNLOCKED 0
92
93 /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
94    you don't. */
95 #define HAVE_DECL_FPUTC_UNLOCKED 0
96
97 /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
98    you don't. */
99 #define HAVE_DECL_FPUTS_UNLOCKED 0
100
101 /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
102    you don't. */
103 #define HAVE_DECL_FREAD_UNLOCKED 0
104
105 /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
106    you don't. */
107 #define HAVE_DECL_FWRITE_UNLOCKED 0
108
109 /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
110    you don't. */
111 #define HAVE_DECL_GETCHAR_UNLOCKED 1
112
113 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
114    don't. */
115 #define HAVE_DECL_GETC_UNLOCKED 1
116
117 /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
118    */
119 #define HAVE_DECL_GETOPT 1
120
121 /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
122    you don't. */
123 #define HAVE_DECL_PUTCHAR_UNLOCKED 1
124
125 /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
126    don't. */
127 #define HAVE_DECL_PUTC_UNLOCKED 1
128
129 /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
130    don't. */
131 #define HAVE_DECL_VASPRINTF 1
132
133 /* Define to 1 if you have the <fcntl.h> header file. */
134 #define HAVE_FCNTL_H 1
135
136 /* Define to 1 if you have the `feof_unlocked' function. */
137 #define HAVE_FEOF_UNLOCKED 1
138
139 /* Define to 1 if you have the `ferror_unlocked' function. */
140 #define HAVE_FERROR_UNLOCKED 1
141
142 /* Define to 1 if you have the `fflush_unlocked' function. */
143 /* #undef HAVE_FFLUSH_UNLOCKED */
144
145 /* Define to 1 if you have the `fgetc_unlocked' function. */
146 /* #undef HAVE_FGETC_UNLOCKED */
147
148 /* Define to 1 if you have the `fgets_unlocked' function. */
149 /* #undef HAVE_FGETS_UNLOCKED */
150
151 /* Define to 1 if you have the `fileno_unlocked' function. */
152 #define HAVE_FILENO_UNLOCKED 1
153
154 /* Define to 1 if you have the `fprintf_unlocked' function. */
155 /* #undef HAVE_FPRINTF_UNLOCKED */
156
157 /* Define to 1 if you have the `fputc_unlocked' function. */
158 /* #undef HAVE_FPUTC_UNLOCKED */
159
160 /* Define to 1 if you have the `fputs_unlocked' function. */
161 /* #undef HAVE_FPUTS_UNLOCKED */
162
163 /* Define to 1 if you have the `fread_unlocked' function. */
164 /* #undef HAVE_FREAD_UNLOCKED */
165
166 /* Define to 1 if you have the `fwrite_unlocked' function. */
167 /* #undef HAVE_FWRITE_UNLOCKED */
168
169 /* Define to 1 if you have the `getchar_unlocked' function. */
170 #define HAVE_GETCHAR_UNLOCKED 1
171
172 /* Define to 1 if you have the `getc_unlocked' function. */
173 #define HAVE_GETC_UNLOCKED 1
174
175 /* Define if you have the iconv() function. */
176 #define HAVE_ICONV 1
177
178 /* Define to 1 if you have the <inttypes.h> header file. */
179 #define HAVE_INTTYPES_H 1
180
181 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
182 #define HAVE_LANGINFO_CODESET 1
183
184 /* Define to 1 if you have the <limits.h> header file. */
185 #define HAVE_LIMITS_H 1
186
187 /* Define to 1 if you have the <locale.h> header file. */
188 #define HAVE_LOCALE_H 1
189
190 /* Define to 1 if you have the <memory.h> header file. */
191 #define HAVE_MEMORY_H 1
192
193 /* Define to 1 if libc includes obstacks. */
194 /* #undef HAVE_OBSTACK */
195
196 /* Define to 1 if you have the `putchar_unlocked' function. */
197 #define HAVE_PUTCHAR_UNLOCKED 1
198
199 /* Define to 1 if you have the `putc_unlocked' function. */
200 #define HAVE_PUTC_UNLOCKED 1
201
202 /* Define to 1 if you can assemble SSE4 insns. */
203 #define HAVE_SSE4 1
204
205 /* Define to 1 if you have the <stddef.h> header file. */
206 #define HAVE_STDDEF_H 1
207
208 /* Define to 1 if you have the <stdint.h> header file. */
209 #define HAVE_STDINT_H 1
210
211 /* Define to 1 if you have the <stdlib.h> header file. */
212 #define HAVE_STDLIB_H 1
213
214 /* Define to 1 if you have the <strings.h> header file. */
215 #define HAVE_STRINGS_H 1
216
217 /* Define to 1 if you have the <string.h> header file. */
218 #define HAVE_STRING_H 1
219
220 /* Define to 1 if you have the <sys/file.h> header file. */
221 #define HAVE_SYS_FILE_H 1
222
223 /* Define to 1 if you have the <sys/stat.h> header file. */
224 #define HAVE_SYS_STAT_H 1
225
226 /* Define to 1 if you have the <sys/types.h> header file. */
227 #define HAVE_SYS_TYPES_H 1
228
229 /* Define if <sys/types.h> defines \`uchar'. */
230 /* #undef HAVE_UCHAR */
231
232 /* Define to 1 if the system has the type `uintptr_t'. */
233 #define HAVE_UINTPTR_T 1
234
235 /* Define to 1 if you have the <unistd.h> header file. */
236 #define HAVE_UNISTD_H 1
237
238 /* Define as const if the declaration of iconv() needs const. */
239 #define ICONV_CONST
240
241 /* Define to the name of this package. */
242 #define PACKAGE "cpplib"
243
244 /* Define to the address where bug reports for this package should be sent. */
245 #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
246
247 /* Define to the full name of this package. */
248 #define PACKAGE_NAME "cpplib"
249
250 /* Define to the full name and version of this package. */
251 #define PACKAGE_STRING "cpplib  "
252
253 /* Define to the one symbol short name of this package. */
254 #define PACKAGE_TARNAME "cpplib"
255
256 /* Define to the home page for this package. */
257 #define PACKAGE_URL ""
258
259 /* Define to the version of this package. */
260 #define PACKAGE_VERSION " "
261
262 /* The size of `int', as computed by sizeof. */
263 #define SIZEOF_INT 4
264
265 /* The size of `long', as computed by sizeof. */
266 #define SIZEOF_LONG 8
267
268 /* If using the C implementation of alloca, define if you know the
269    direction of stack growth for your system; otherwise it will be
270    automatically deduced at runtime.
271         STACK_DIRECTION > 0 => grows toward higher addresses
272         STACK_DIRECTION < 0 => grows toward lower addresses
273         STACK_DIRECTION = 0 => direction of growth unknown */
274 /* #undef STACK_DIRECTION */
275
276 /* Define to 1 if you have the ANSI C header files. */
277 #define STDC_HEADERS 1
278
279 /* Define if you can safely include both <string.h> and <strings.h>. */
280 #define STRING_WITH_STRINGS 1
281
282 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
283 #define TIME_WITH_SYS_TIME 1
284
285 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
286 /* #undef TM_IN_SYS_TIME */
287
288 /* Enable extensions on AIX 3, Interix.  */
289 #ifndef _ALL_SOURCE
290 # define _ALL_SOURCE 1
291 #endif
292 /* Enable GNU extensions on systems that have them.  */
293 #ifndef _GNU_SOURCE
294 # define _GNU_SOURCE 1
295 #endif
296 /* Enable threading extensions on Solaris.  */
297 #ifndef _POSIX_PTHREAD_SEMANTICS
298 # define _POSIX_PTHREAD_SEMANTICS 1
299 #endif
300 /* Enable extensions on HP NonStop.  */
301 #ifndef _TANDEM_SOURCE
302 # define _TANDEM_SOURCE 1
303 #endif
304 /* Enable general extensions on Solaris.  */
305 #ifndef __EXTENSIONS__
306 # define __EXTENSIONS__ 1
307 #endif
308
309
310 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
311    significant byte first (like Motorola and SPARC, unlike Intel). */
312 #if defined AC_APPLE_UNIVERSAL_BUILD
313 # if defined __BIG_ENDIAN__
314 #  define WORDS_BIGENDIAN 1
315 # endif
316 #else
317 # ifndef WORDS_BIGENDIAN
318 /* #  undef WORDS_BIGENDIAN */
319 # endif
320 #endif
321
322 /* Number of bits in a file offset, on hosts where this is settable. */
323 /* #undef _FILE_OFFSET_BITS */
324
325 /* Define for large files, on AIX-style hosts. */
326 /* #undef _LARGE_FILES */
327
328 /* Define to 1 if on MINIX. */
329 /* #undef _MINIX */
330
331 /* Define to 2 if the system does not provide POSIX.1 features except with
332    this defined. */
333 /* #undef _POSIX_1_SOURCE */
334
335 /* Define to 1 if you need to in order for `stat' and other things to work. */
336 /* #undef _POSIX_SOURCE */
337
338 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
339    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
340    #define below would cause a syntax error. */
341 /* #undef _UINT64_T */
342
343 /* Define to empty if `const' does not conform to ANSI C. */
344 /* #undef const */
345
346 /* Define to `__inline__' or `__inline' if that's what the C compiler
347    calls it, or to nothing if 'inline' is not supported under any name.  */
348 #ifndef __cplusplus
349 /* #undef inline */
350 #endif
351
352 /* Define to `long int' if <sys/types.h> does not define. */
353 /* #undef off_t */
354
355 /* Define to `int' if <sys/types.h> does not define. */
356 /* #undef ptrdiff_t */
357
358 /* Define to `unsigned int' if <sys/types.h> does not define. */
359 /* #undef size_t */
360
361 /* Define to `int' if <sys/types.h> does not define. */
362 /* #undef ssize_t */
363
364 /* Define to the type of an unsigned integer type of width exactly 64 bits if
365    such a type exists and the standard includes do not define it. */
366 /* #undef uint64_t */
367
368 /* Define to the type of an unsigned integer type wide enough to hold a
369    pointer, if such a type exists, and if the system does not define it. */
370 /* #undef uintptr_t */