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