xref: /dflybsd-src/gnu/usr.bin/cc80/support-libs/libcpp/config.h (revision 794d56434eb286a928220fda3d0eec22f5c8b9a2)
1069dffd8Szrj /* config.h.  Generated from config.in by configure.  */
2069dffd8Szrj /* config.in.  Generated from configure.ac by autoheader.  */
3069dffd8Szrj 
4069dffd8Szrj /* Define if building universal (internal helper macro) */
5069dffd8Szrj /* #undef AC_APPLE_UNIVERSAL_BUILD */
6069dffd8Szrj 
7069dffd8Szrj /* Define to 1 if you want more run-time sanity checks. */
849138b3bSzrj #ifndef TOOLCHAIN_CHECKING
9069dffd8Szrj #define CHECKING_P 0
1049138b3bSzrj #else
1149138b3bSzrj #define CHECKING_P 1
1249138b3bSzrj #endif
13069dffd8Szrj 
14069dffd8Szrj /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
15069dffd8Szrj    systems. This function is required for `alloca.c' support on those systems.
16069dffd8Szrj    */
17069dffd8Szrj /* #undef CRAY_STACKSEG_END */
18069dffd8Szrj 
19069dffd8Szrj /* Define to 1 if using `alloca.c'. */
20069dffd8Szrj /* #undef C_ALLOCA */
21069dffd8Szrj 
22069dffd8Szrj /* Define if you want assertions enabled. This is a cheap check. */
23069dffd8Szrj #define ENABLE_ASSERT_CHECKING 1
24069dffd8Szrj 
25069dffd8Szrj /* Define to enable system headers canonicalization. */
26069dffd8Szrj #define ENABLE_CANONICAL_SYSTEM_HEADERS 1
27069dffd8Szrj 
28069dffd8Szrj /* Define to 1 if translation of program messages to the user's native
29069dffd8Szrj    language is requested. */
30069dffd8Szrj /* #undef ENABLE_NLS */
31069dffd8Szrj 
32069dffd8Szrj /* Define to get calls to the valgrind runtime enabled. */
33069dffd8Szrj /* #undef ENABLE_VALGRIND_ANNOTATIONS */
34069dffd8Szrj 
35069dffd8Szrj /* Define if you want to workaround valgrind (a memory checker) warnings about
36069dffd8Szrj    possible memory leaks because of libcpp use of interior pointers. */
37069dffd8Szrj /* #undef ENABLE_VALGRIND_CHECKING */
38069dffd8Szrj 
39069dffd8Szrj /* Define to 1 if you have `alloca', as a function or macro. */
40069dffd8Szrj #define HAVE_ALLOCA 1
41069dffd8Szrj 
42069dffd8Szrj /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
43069dffd8Szrj    */
44069dffd8Szrj /* #undef HAVE_ALLOCA_H */
45069dffd8Szrj 
46069dffd8Szrj /* Define to 1 if you have the `clearerr_unlocked' function. */
47069dffd8Szrj #define HAVE_CLEARERR_UNLOCKED 1
48069dffd8Szrj 
49069dffd8Szrj /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
50069dffd8Szrj    */
51069dffd8Szrj #define HAVE_DECL_ABORT 1
52069dffd8Szrj 
53069dffd8Szrj /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
54069dffd8Szrj    don't. */
55069dffd8Szrj #define HAVE_DECL_ASPRINTF 1
56069dffd8Szrj 
57069dffd8Szrj /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
58069dffd8Szrj    you don't. */
59069dffd8Szrj #define HAVE_DECL_BASENAME 0
60069dffd8Szrj 
61069dffd8Szrj /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
62069dffd8Szrj    you don't. */
63069dffd8Szrj #define HAVE_DECL_CLEARERR_UNLOCKED 1
64069dffd8Szrj 
65069dffd8Szrj /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
66069dffd8Szrj    */
67069dffd8Szrj #define HAVE_DECL_ERRNO 0
68069dffd8Szrj 
69069dffd8Szrj /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
70069dffd8Szrj    don't. */
71069dffd8Szrj #define HAVE_DECL_FEOF_UNLOCKED 1
72069dffd8Szrj 
73069dffd8Szrj /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
74069dffd8Szrj    you don't. */
75069dffd8Szrj #define HAVE_DECL_FERROR_UNLOCKED 1
76069dffd8Szrj 
77069dffd8Szrj /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
78069dffd8Szrj    you don't. */
79*794d5643SSascha Wildner #define HAVE_DECL_FFLUSH_UNLOCKED 1
80069dffd8Szrj 
81069dffd8Szrj /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
82069dffd8Szrj    you don't. */
83069dffd8Szrj #define HAVE_DECL_FGETC_UNLOCKED 0
84069dffd8Szrj 
85069dffd8Szrj /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
86069dffd8Szrj    you don't. */
87069dffd8Szrj #define HAVE_DECL_FGETS_UNLOCKED 0
88069dffd8Szrj 
89069dffd8Szrj /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
90069dffd8Szrj    you don't. */
91069dffd8Szrj #define HAVE_DECL_FILENO_UNLOCKED 1
92069dffd8Szrj 
93069dffd8Szrj /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
94069dffd8Szrj    you don't. */
95069dffd8Szrj #define HAVE_DECL_FPRINTF_UNLOCKED 0
96069dffd8Szrj 
97069dffd8Szrj /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
98069dffd8Szrj    you don't. */
99*794d5643SSascha Wildner #define HAVE_DECL_FPUTC_UNLOCKED 1
100069dffd8Szrj 
101069dffd8Szrj /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
102069dffd8Szrj    you don't. */
103*794d5643SSascha Wildner #define HAVE_DECL_FPUTS_UNLOCKED 1
104069dffd8Szrj 
105069dffd8Szrj /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
106069dffd8Szrj    you don't. */
107*794d5643SSascha Wildner #define HAVE_DECL_FREAD_UNLOCKED 1
108069dffd8Szrj 
109069dffd8Szrj /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
110069dffd8Szrj    you don't. */
111*794d5643SSascha Wildner #define HAVE_DECL_FWRITE_UNLOCKED 1
112069dffd8Szrj 
113069dffd8Szrj /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
114069dffd8Szrj    you don't. */
115069dffd8Szrj #define HAVE_DECL_GETCHAR_UNLOCKED 1
116069dffd8Szrj 
117069dffd8Szrj /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
118069dffd8Szrj    don't. */
119069dffd8Szrj #define HAVE_DECL_GETC_UNLOCKED 1
120069dffd8Szrj 
121069dffd8Szrj /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
122069dffd8Szrj    */
123069dffd8Szrj #define HAVE_DECL_GETOPT 1
124069dffd8Szrj 
125069dffd8Szrj /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
126069dffd8Szrj    you don't. */
127069dffd8Szrj #define HAVE_DECL_PUTCHAR_UNLOCKED 1
128069dffd8Szrj 
129069dffd8Szrj /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
130069dffd8Szrj    don't. */
131069dffd8Szrj #define HAVE_DECL_PUTC_UNLOCKED 1
132069dffd8Szrj 
133069dffd8Szrj /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
134069dffd8Szrj    don't. */
135069dffd8Szrj #define HAVE_DECL_VASPRINTF 1
136069dffd8Szrj 
137069dffd8Szrj /* Define to 1 if you have the <fcntl.h> header file. */
138069dffd8Szrj #define HAVE_FCNTL_H 1
139069dffd8Szrj 
140069dffd8Szrj /* Define to 1 if you have the `feof_unlocked' function. */
141069dffd8Szrj #define HAVE_FEOF_UNLOCKED 1
142069dffd8Szrj 
143069dffd8Szrj /* Define to 1 if you have the `ferror_unlocked' function. */
144069dffd8Szrj #define HAVE_FERROR_UNLOCKED 1
145069dffd8Szrj 
146069dffd8Szrj /* Define to 1 if you have the `fflush_unlocked' function. */
147069dffd8Szrj /* #undef HAVE_FFLUSH_UNLOCKED */
148069dffd8Szrj 
149069dffd8Szrj /* Define to 1 if you have the `fgetc_unlocked' function. */
150069dffd8Szrj /* #undef HAVE_FGETC_UNLOCKED */
151069dffd8Szrj 
152069dffd8Szrj /* Define to 1 if you have the `fgets_unlocked' function. */
153069dffd8Szrj /* #undef HAVE_FGETS_UNLOCKED */
154069dffd8Szrj 
155069dffd8Szrj /* Define to 1 if you have the `fileno_unlocked' function. */
156069dffd8Szrj #define HAVE_FILENO_UNLOCKED 1
157069dffd8Szrj 
158069dffd8Szrj /* Define to 1 if you have the `fprintf_unlocked' function. */
159069dffd8Szrj /* #undef HAVE_FPRINTF_UNLOCKED */
160069dffd8Szrj 
161069dffd8Szrj /* Define to 1 if you have the `fputc_unlocked' function. */
162069dffd8Szrj /* #undef HAVE_FPUTC_UNLOCKED */
163069dffd8Szrj 
164069dffd8Szrj /* Define to 1 if you have the `fputs_unlocked' function. */
165069dffd8Szrj /* #undef HAVE_FPUTS_UNLOCKED */
166069dffd8Szrj 
167069dffd8Szrj /* Define to 1 if you have the `fread_unlocked' function. */
168069dffd8Szrj /* #undef HAVE_FREAD_UNLOCKED */
169069dffd8Szrj 
170069dffd8Szrj /* Define to 1 if you have the `fwrite_unlocked' function. */
171069dffd8Szrj /* #undef HAVE_FWRITE_UNLOCKED */
172069dffd8Szrj 
173069dffd8Szrj /* Define to 1 if you have the `getchar_unlocked' function. */
174069dffd8Szrj #define HAVE_GETCHAR_UNLOCKED 1
175069dffd8Szrj 
176069dffd8Szrj /* Define to 1 if you have the `getc_unlocked' function. */
177069dffd8Szrj #define HAVE_GETC_UNLOCKED 1
178069dffd8Szrj 
179069dffd8Szrj /* Define if you have the iconv() function. */
180225cb38fSzrj #ifndef BOOTSTRAPPING
181069dffd8Szrj #define HAVE_ICONV 1
182225cb38fSzrj #endif
183069dffd8Szrj 
184069dffd8Szrj /* Define to 1 if you have the <inttypes.h> header file. */
185069dffd8Szrj #define HAVE_INTTYPES_H 1
186069dffd8Szrj 
187069dffd8Szrj /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
188069dffd8Szrj #define HAVE_LANGINFO_CODESET 1
189069dffd8Szrj 
190069dffd8Szrj /* Define to 1 if you have the <limits.h> header file. */
191069dffd8Szrj #define HAVE_LIMITS_H 1
192069dffd8Szrj 
193069dffd8Szrj /* Define to 1 if you have the <locale.h> header file. */
194069dffd8Szrj #define HAVE_LOCALE_H 1
195069dffd8Szrj 
196069dffd8Szrj /* Define to 1 if you have the <memory.h> header file. */
197069dffd8Szrj #define HAVE_MEMORY_H 1
198069dffd8Szrj 
199069dffd8Szrj /* Define to 1 if libc includes obstacks. */
200069dffd8Szrj /* #undef HAVE_OBSTACK */
201069dffd8Szrj 
202069dffd8Szrj /* Define to 1 if you have the `putchar_unlocked' function. */
203069dffd8Szrj #define HAVE_PUTCHAR_UNLOCKED 1
204069dffd8Szrj 
205069dffd8Szrj /* Define to 1 if you have the `putc_unlocked' function. */
206069dffd8Szrj #define HAVE_PUTC_UNLOCKED 1
207069dffd8Szrj 
208069dffd8Szrj /* Define to 1 if you can assemble SSE4 insns. */
209069dffd8Szrj #define HAVE_SSE4 1
210069dffd8Szrj 
211069dffd8Szrj /* Define to 1 if you have the <stddef.h> header file. */
212069dffd8Szrj #define HAVE_STDDEF_H 1
213069dffd8Szrj 
214069dffd8Szrj /* Define to 1 if you have the <stdint.h> header file. */
215069dffd8Szrj #define HAVE_STDINT_H 1
216069dffd8Szrj 
217069dffd8Szrj /* Define to 1 if you have the <stdlib.h> header file. */
218069dffd8Szrj #define HAVE_STDLIB_H 1
219069dffd8Szrj 
220069dffd8Szrj /* Define to 1 if you have the <strings.h> header file. */
221069dffd8Szrj #define HAVE_STRINGS_H 1
222069dffd8Szrj 
223069dffd8Szrj /* Define to 1 if you have the <string.h> header file. */
224069dffd8Szrj #define HAVE_STRING_H 1
225069dffd8Szrj 
226069dffd8Szrj /* Define to 1 if you have the <sys/file.h> header file. */
227069dffd8Szrj #define HAVE_SYS_FILE_H 1
228069dffd8Szrj 
229069dffd8Szrj /* Define to 1 if you have the <sys/stat.h> header file. */
230069dffd8Szrj #define HAVE_SYS_STAT_H 1
231069dffd8Szrj 
232069dffd8Szrj /* Define to 1 if you have the <sys/types.h> header file. */
233069dffd8Szrj #define HAVE_SYS_TYPES_H 1
234069dffd8Szrj 
235069dffd8Szrj /* Define if <sys/types.h> defines \`uchar'. */
236069dffd8Szrj /* #undef HAVE_UCHAR */
237069dffd8Szrj 
238069dffd8Szrj /* Define to 1 if the system has the type `uintptr_t'. */
239069dffd8Szrj #define HAVE_UINTPTR_T 1
240069dffd8Szrj 
241069dffd8Szrj /* Define to 1 if you have the <unistd.h> header file. */
242069dffd8Szrj #define HAVE_UNISTD_H 1
243069dffd8Szrj 
244069dffd8Szrj /* Define as const if the declaration of iconv() needs const. */
245069dffd8Szrj #define ICONV_CONST
246069dffd8Szrj 
247069dffd8Szrj /* Define to the name of this package. */
248069dffd8Szrj #define PACKAGE "cpplib"
249069dffd8Szrj 
250069dffd8Szrj /* Define to the address where bug reports for this package should be sent. */
251069dffd8Szrj #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
252069dffd8Szrj 
253069dffd8Szrj /* Define to the full name of this package. */
254069dffd8Szrj #define PACKAGE_NAME "cpplib"
255069dffd8Szrj 
256069dffd8Szrj /* Define to the full name and version of this package. */
257069dffd8Szrj #define PACKAGE_STRING "cpplib  "
258069dffd8Szrj 
259069dffd8Szrj /* Define to the one symbol short name of this package. */
260069dffd8Szrj #define PACKAGE_TARNAME "cpplib"
261069dffd8Szrj 
262069dffd8Szrj /* Define to the home page for this package. */
263069dffd8Szrj #define PACKAGE_URL ""
264069dffd8Szrj 
265069dffd8Szrj /* Define to the version of this package. */
266069dffd8Szrj #define PACKAGE_VERSION " "
267069dffd8Szrj 
268069dffd8Szrj /* The size of `int', as computed by sizeof. */
269069dffd8Szrj #define SIZEOF_INT 4
270069dffd8Szrj 
271069dffd8Szrj /* The size of `long', as computed by sizeof. */
272069dffd8Szrj #define SIZEOF_LONG 8
273069dffd8Szrj 
274069dffd8Szrj /* If using the C implementation of alloca, define if you know the
275069dffd8Szrj    direction of stack growth for your system; otherwise it will be
276069dffd8Szrj    automatically deduced at runtime.
277069dffd8Szrj 	STACK_DIRECTION > 0 => grows toward higher addresses
278069dffd8Szrj 	STACK_DIRECTION < 0 => grows toward lower addresses
279069dffd8Szrj 	STACK_DIRECTION = 0 => direction of growth unknown */
280069dffd8Szrj /* #undef STACK_DIRECTION */
281069dffd8Szrj 
282069dffd8Szrj /* Define to 1 if you have the ANSI C header files. */
283069dffd8Szrj #define STDC_HEADERS 1
284069dffd8Szrj 
285069dffd8Szrj /* Define if you can safely include both <string.h> and <strings.h>. */
286069dffd8Szrj #define STRING_WITH_STRINGS 1
287069dffd8Szrj 
288069dffd8Szrj /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
289069dffd8Szrj #define TIME_WITH_SYS_TIME 1
290069dffd8Szrj 
291069dffd8Szrj /* Define to 1 if your <sys/time.h> declares `struct tm'. */
292069dffd8Szrj /* #undef TM_IN_SYS_TIME */
293069dffd8Szrj 
294069dffd8Szrj /* Enable extensions on AIX 3, Interix.  */
295069dffd8Szrj #ifndef _ALL_SOURCE
296069dffd8Szrj # define _ALL_SOURCE 1
297069dffd8Szrj #endif
298069dffd8Szrj /* Enable GNU extensions on systems that have them.  */
299069dffd8Szrj #ifndef _GNU_SOURCE
300069dffd8Szrj # define _GNU_SOURCE 1
301069dffd8Szrj #endif
302069dffd8Szrj /* Enable threading extensions on Solaris.  */
303069dffd8Szrj #ifndef _POSIX_PTHREAD_SEMANTICS
304069dffd8Szrj # define _POSIX_PTHREAD_SEMANTICS 1
305069dffd8Szrj #endif
306069dffd8Szrj /* Enable extensions on HP NonStop.  */
307069dffd8Szrj #ifndef _TANDEM_SOURCE
308069dffd8Szrj # define _TANDEM_SOURCE 1
309069dffd8Szrj #endif
310069dffd8Szrj /* Enable general extensions on Solaris.  */
311069dffd8Szrj #ifndef __EXTENSIONS__
312069dffd8Szrj # define __EXTENSIONS__ 1
313069dffd8Szrj #endif
314069dffd8Szrj 
315069dffd8Szrj 
316069dffd8Szrj /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
317069dffd8Szrj    significant byte first (like Motorola and SPARC, unlike Intel). */
318069dffd8Szrj #if defined AC_APPLE_UNIVERSAL_BUILD
319069dffd8Szrj # if defined __BIG_ENDIAN__
320069dffd8Szrj #  define WORDS_BIGENDIAN 1
321069dffd8Szrj # endif
322069dffd8Szrj #else
323069dffd8Szrj # ifndef WORDS_BIGENDIAN
324069dffd8Szrj /* #  undef WORDS_BIGENDIAN */
325069dffd8Szrj # endif
326069dffd8Szrj #endif
327069dffd8Szrj 
328069dffd8Szrj /* Number of bits in a file offset, on hosts where this is settable. */
329069dffd8Szrj /* #undef _FILE_OFFSET_BITS */
330069dffd8Szrj 
331069dffd8Szrj /* Define for large files, on AIX-style hosts. */
332069dffd8Szrj /* #undef _LARGE_FILES */
333069dffd8Szrj 
334069dffd8Szrj /* Define to 1 if on MINIX. */
335069dffd8Szrj /* #undef _MINIX */
336069dffd8Szrj 
337069dffd8Szrj /* Define to 2 if the system does not provide POSIX.1 features except with
338069dffd8Szrj    this defined. */
339069dffd8Szrj /* #undef _POSIX_1_SOURCE */
340069dffd8Szrj 
341069dffd8Szrj /* Define to 1 if you need to in order for `stat' and other things to work. */
342069dffd8Szrj /* #undef _POSIX_SOURCE */
343069dffd8Szrj 
344069dffd8Szrj /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
345069dffd8Szrj    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
346069dffd8Szrj    #define below would cause a syntax error. */
347069dffd8Szrj /* #undef _UINT64_T */
348069dffd8Szrj 
349069dffd8Szrj /* Define to empty if `const' does not conform to ANSI C. */
350069dffd8Szrj /* #undef const */
351069dffd8Szrj 
352069dffd8Szrj /* Define to `__inline__' or `__inline' if that's what the C compiler
353069dffd8Szrj    calls it, or to nothing if 'inline' is not supported under any name.  */
354069dffd8Szrj #ifndef __cplusplus
355069dffd8Szrj /* #undef inline */
356069dffd8Szrj #endif
357069dffd8Szrj 
358069dffd8Szrj /* Define to `long int' if <sys/types.h> does not define. */
359069dffd8Szrj /* #undef off_t */
360069dffd8Szrj 
361069dffd8Szrj /* Define to `int' if <sys/types.h> does not define. */
362069dffd8Szrj /* #undef ptrdiff_t */
363069dffd8Szrj 
364069dffd8Szrj /* Define to `unsigned int' if <sys/types.h> does not define. */
365069dffd8Szrj /* #undef size_t */
366069dffd8Szrj 
367069dffd8Szrj /* Define to `int' if <sys/types.h> does not define. */
368069dffd8Szrj /* #undef ssize_t */
369069dffd8Szrj 
370069dffd8Szrj /* Define to the type of an unsigned integer type of width exactly 64 bits if
371069dffd8Szrj    such a type exists and the standard includes do not define it. */
372069dffd8Szrj /* #undef uint64_t */
373069dffd8Szrj 
374069dffd8Szrj /* Define to the type of an unsigned integer type wide enough to hold a
375069dffd8Szrj    pointer, if such a type exists, and if the system does not define it. */
376069dffd8Szrj /* #undef uintptr_t */
377