xref: /netbsd-src/external/gpl3/gcc/usr.bin/libcpp/arch/mips64el/config.h (revision cf89d143ddc4c4858b3b762976d9b0ce1d6c4300)
1748830d1Smrg /* This file is automatically generated.  DO NOT EDIT! */
2*cf89d143Smrg /* Generated from: NetBSD: mknative-gcc,v 1.117 2023/07/31 01:48:37 mrg Exp  */
399866253Smrg /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4748830d1Smrg 
5748830d1Smrg /* config.h.  Generated from config.in by configure.  */
6748830d1Smrg /* config.in.  Generated from configure.ac by autoheader.  */
7748830d1Smrg 
849d8c9ecSmrg /* Define if building universal (internal helper macro) */
949d8c9ecSmrg /* #undef AC_APPLE_UNIVERSAL_BUILD */
1049d8c9ecSmrg 
11d79d5e15Smrg /* Define to 1 if you want more run-time sanity checks. */
12d79d5e15Smrg #define CHECKING_P 0
13d79d5e15Smrg 
14748830d1Smrg /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
15748830d1Smrg    systems. This function is required for `alloca.c' support on those systems.
16748830d1Smrg    */
17748830d1Smrg /* #undef CRAY_STACKSEG_END */
18748830d1Smrg 
19748830d1Smrg /* Define to 1 if using `alloca.c'. */
20748830d1Smrg /* #undef C_ALLOCA */
21748830d1Smrg 
2299866253Smrg /* Define if you want assertions enabled. This is a cheap check. */
2399866253Smrg #define ENABLE_ASSERT_CHECKING 1
2499866253Smrg 
2549d8c9ecSmrg /* Define to enable system headers canonicalization. */
2649d8c9ecSmrg #define ENABLE_CANONICAL_SYSTEM_HEADERS 1
2749d8c9ecSmrg 
28748830d1Smrg /* Define to 1 if translation of program messages to the user's native
29748830d1Smrg    language is requested. */
30748830d1Smrg #define ENABLE_NLS 1
31748830d1Smrg 
3299866253Smrg /* Define to get calls to the valgrind runtime enabled. */
3399866253Smrg /* #undef ENABLE_VALGRIND_ANNOTATIONS */
3499866253Smrg 
3549d8c9ecSmrg /* Define if you want to workaround valgrind (a memory checker) warnings about
3649d8c9ecSmrg    possible memory leaks because of libcpp use of interior pointers. */
3749d8c9ecSmrg /* #undef ENABLE_VALGRIND_CHECKING */
3849d8c9ecSmrg 
39748830d1Smrg /* Define to 1 if you have `alloca', as a function or macro. */
40748830d1Smrg #define HAVE_ALLOCA 1
41748830d1Smrg 
42748830d1Smrg /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
43748830d1Smrg    */
44748830d1Smrg /* #undef HAVE_ALLOCA_H */
45748830d1Smrg 
46748830d1Smrg /* Define to 1 if you have the `clearerr_unlocked' function. */
47748830d1Smrg /* #undef HAVE_CLEARERR_UNLOCKED */
48748830d1Smrg 
49748830d1Smrg /* Define to 1 if you have the declaration of `abort', and to 0 if you don't.
50748830d1Smrg    */
51748830d1Smrg #define HAVE_DECL_ABORT 1
52748830d1Smrg 
53748830d1Smrg /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
54748830d1Smrg    don't. */
55748830d1Smrg #define HAVE_DECL_ASPRINTF 1
56748830d1Smrg 
5749d8c9ecSmrg /* Define to 1 if you have the declaration of `basename(char *)', and to 0 if
5849d8c9ecSmrg    you don't. */
59748830d1Smrg #define HAVE_DECL_BASENAME 0
60748830d1Smrg 
61748830d1Smrg /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
62748830d1Smrg    you don't. */
63748830d1Smrg #define HAVE_DECL_CLEARERR_UNLOCKED 0
64748830d1Smrg 
65748830d1Smrg /* Define to 1 if you have the declaration of `errno', and to 0 if you don't.
66748830d1Smrg    */
67748830d1Smrg #define HAVE_DECL_ERRNO 0
68748830d1Smrg 
69748830d1Smrg /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
70748830d1Smrg    don't. */
71748830d1Smrg #define HAVE_DECL_FEOF_UNLOCKED 0
72748830d1Smrg 
73748830d1Smrg /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
74748830d1Smrg    you don't. */
75748830d1Smrg #define HAVE_DECL_FERROR_UNLOCKED 0
76748830d1Smrg 
77748830d1Smrg /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
78748830d1Smrg    you don't. */
79748830d1Smrg #define HAVE_DECL_FFLUSH_UNLOCKED 0
80748830d1Smrg 
81748830d1Smrg /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if
82748830d1Smrg    you don't. */
83748830d1Smrg #define HAVE_DECL_FGETC_UNLOCKED 0
84748830d1Smrg 
85748830d1Smrg /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
86748830d1Smrg    you don't. */
87748830d1Smrg #define HAVE_DECL_FGETS_UNLOCKED 0
88748830d1Smrg 
89748830d1Smrg /* Define to 1 if you have the declaration of `fileno_unlocked', and to 0 if
90748830d1Smrg    you don't. */
91748830d1Smrg #define HAVE_DECL_FILENO_UNLOCKED 0
92748830d1Smrg 
93748830d1Smrg /* Define to 1 if you have the declaration of `fprintf_unlocked', and to 0 if
94748830d1Smrg    you don't. */
95748830d1Smrg #define HAVE_DECL_FPRINTF_UNLOCKED 0
96748830d1Smrg 
97748830d1Smrg /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
98748830d1Smrg    you don't. */
99748830d1Smrg #define HAVE_DECL_FPUTC_UNLOCKED 0
100748830d1Smrg 
101748830d1Smrg /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
102748830d1Smrg    you don't. */
103748830d1Smrg #define HAVE_DECL_FPUTS_UNLOCKED 0
104748830d1Smrg 
105748830d1Smrg /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
106748830d1Smrg    you don't. */
107748830d1Smrg #define HAVE_DECL_FREAD_UNLOCKED 0
108748830d1Smrg 
109748830d1Smrg /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
110748830d1Smrg    you don't. */
111748830d1Smrg #define HAVE_DECL_FWRITE_UNLOCKED 0
112748830d1Smrg 
113748830d1Smrg /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
114748830d1Smrg    you don't. */
115748830d1Smrg #define HAVE_DECL_GETCHAR_UNLOCKED 1
116748830d1Smrg 
117748830d1Smrg /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
118748830d1Smrg    don't. */
119748830d1Smrg #define HAVE_DECL_GETC_UNLOCKED 1
120748830d1Smrg 
121748830d1Smrg /* Define to 1 if you have the declaration of `getopt', and to 0 if you don't.
122748830d1Smrg    */
123748830d1Smrg #define HAVE_DECL_GETOPT 1
124748830d1Smrg 
125748830d1Smrg /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
126748830d1Smrg    you don't. */
127748830d1Smrg #define HAVE_DECL_PUTCHAR_UNLOCKED 1
128748830d1Smrg 
129748830d1Smrg /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
130748830d1Smrg    don't. */
131748830d1Smrg #define HAVE_DECL_PUTC_UNLOCKED 1
132748830d1Smrg 
133748830d1Smrg /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
134748830d1Smrg    don't. */
135748830d1Smrg #define HAVE_DECL_VASPRINTF 1
136748830d1Smrg 
137748830d1Smrg /* Define to 1 if you have the <fcntl.h> header file. */
138748830d1Smrg #define HAVE_FCNTL_H 1
139748830d1Smrg 
140748830d1Smrg /* Define to 1 if you have the `feof_unlocked' function. */
141748830d1Smrg /* #undef HAVE_FEOF_UNLOCKED */
142748830d1Smrg 
143748830d1Smrg /* Define to 1 if you have the `ferror_unlocked' function. */
144748830d1Smrg /* #undef HAVE_FERROR_UNLOCKED */
145748830d1Smrg 
146748830d1Smrg /* Define to 1 if you have the `fflush_unlocked' function. */
147748830d1Smrg /* #undef HAVE_FFLUSH_UNLOCKED */
148748830d1Smrg 
149748830d1Smrg /* Define to 1 if you have the `fgetc_unlocked' function. */
150748830d1Smrg /* #undef HAVE_FGETC_UNLOCKED */
151748830d1Smrg 
152748830d1Smrg /* Define to 1 if you have the `fgets_unlocked' function. */
153748830d1Smrg /* #undef HAVE_FGETS_UNLOCKED */
154748830d1Smrg 
155748830d1Smrg /* Define to 1 if you have the `fileno_unlocked' function. */
156748830d1Smrg /* #undef HAVE_FILENO_UNLOCKED */
157748830d1Smrg 
158748830d1Smrg /* Define to 1 if you have the `fprintf_unlocked' function. */
159748830d1Smrg /* #undef HAVE_FPRINTF_UNLOCKED */
160748830d1Smrg 
161748830d1Smrg /* Define to 1 if you have the `fputc_unlocked' function. */
162748830d1Smrg /* #undef HAVE_FPUTC_UNLOCKED */
163748830d1Smrg 
164748830d1Smrg /* Define to 1 if you have the `fputs_unlocked' function. */
165748830d1Smrg /* #undef HAVE_FPUTS_UNLOCKED */
166748830d1Smrg 
167748830d1Smrg /* Define to 1 if you have the `fread_unlocked' function. */
168748830d1Smrg /* #undef HAVE_FREAD_UNLOCKED */
169748830d1Smrg 
170748830d1Smrg /* Define to 1 if you have the `fwrite_unlocked' function. */
171748830d1Smrg /* #undef HAVE_FWRITE_UNLOCKED */
172748830d1Smrg 
173748830d1Smrg /* Define to 1 if you have the `getchar_unlocked' function. */
174748830d1Smrg #define HAVE_GETCHAR_UNLOCKED 1
175748830d1Smrg 
176748830d1Smrg /* Define to 1 if you have the `getc_unlocked' function. */
177748830d1Smrg #define HAVE_GETC_UNLOCKED 1
178748830d1Smrg 
179748830d1Smrg /* Define if you have the iconv() function. */
1805b741f07Smrg #define HAVE_ICONV 1
181748830d1Smrg 
182748830d1Smrg /* Define to 1 if you have the <inttypes.h> header file. */
183748830d1Smrg #define HAVE_INTTYPES_H 1
184748830d1Smrg 
185748830d1Smrg /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
186748830d1Smrg #define HAVE_LANGINFO_CODESET 1
187748830d1Smrg 
188748830d1Smrg /* Define to 1 if you have the <limits.h> header file. */
189748830d1Smrg #define HAVE_LIMITS_H 1
190748830d1Smrg 
191748830d1Smrg /* Define to 1 if you have the <locale.h> header file. */
192748830d1Smrg #define HAVE_LOCALE_H 1
193748830d1Smrg 
194748830d1Smrg /* Define to 1 if you have the <memory.h> header file. */
195748830d1Smrg #define HAVE_MEMORY_H 1
196748830d1Smrg 
197748830d1Smrg /* Define to 1 if libc includes obstacks. */
198748830d1Smrg /* #undef HAVE_OBSTACK */
199748830d1Smrg 
200748830d1Smrg /* Define to 1 if you have the `putchar_unlocked' function. */
201748830d1Smrg #define HAVE_PUTCHAR_UNLOCKED 1
202748830d1Smrg 
203748830d1Smrg /* Define to 1 if you have the `putc_unlocked' function. */
204748830d1Smrg #define HAVE_PUTC_UNLOCKED 1
205748830d1Smrg 
20649d8c9ecSmrg /* Define to 1 if you can assemble SSE4 insns. */
20749d8c9ecSmrg /* #undef HAVE_SSE4 */
20849d8c9ecSmrg 
209748830d1Smrg /* Define to 1 if you have the <stddef.h> header file. */
210748830d1Smrg #define HAVE_STDDEF_H 1
211748830d1Smrg 
212748830d1Smrg /* Define to 1 if you have the <stdint.h> header file. */
213748830d1Smrg #define HAVE_STDINT_H 1
214748830d1Smrg 
215748830d1Smrg /* Define to 1 if you have the <stdlib.h> header file. */
216748830d1Smrg #define HAVE_STDLIB_H 1
217748830d1Smrg 
218748830d1Smrg /* Define to 1 if you have the <strings.h> header file. */
219748830d1Smrg #define HAVE_STRINGS_H 1
220748830d1Smrg 
221748830d1Smrg /* Define to 1 if you have the <string.h> header file. */
222748830d1Smrg #define HAVE_STRING_H 1
223748830d1Smrg 
224748830d1Smrg /* Define to 1 if you have the <sys/file.h> header file. */
225748830d1Smrg #define HAVE_SYS_FILE_H 1
226748830d1Smrg 
227748830d1Smrg /* Define to 1 if you have the <sys/stat.h> header file. */
228748830d1Smrg #define HAVE_SYS_STAT_H 1
229748830d1Smrg 
230748830d1Smrg /* Define to 1 if you have the <sys/types.h> header file. */
231748830d1Smrg #define HAVE_SYS_TYPES_H 1
232748830d1Smrg 
233748830d1Smrg /* Define if <sys/types.h> defines \`uchar'. */
234748830d1Smrg /* #undef HAVE_UCHAR */
235748830d1Smrg 
23649d8c9ecSmrg /* Define to 1 if the system has the type `uintptr_t'. */
23749d8c9ecSmrg #define HAVE_UINTPTR_T 1
23849d8c9ecSmrg 
239748830d1Smrg /* Define to 1 if you have the <unistd.h> header file. */
240748830d1Smrg #define HAVE_UNISTD_H 1
241748830d1Smrg 
242748830d1Smrg /* Define as const if the declaration of iconv() needs const. */
24377a1ad5fSkamil #define ICONV_CONST
244748830d1Smrg 
245748830d1Smrg /* Define to the name of this package. */
246748830d1Smrg #define PACKAGE "cpplib"
247748830d1Smrg 
248748830d1Smrg /* Define to the address where bug reports for this package should be sent. */
249748830d1Smrg #define PACKAGE_BUGREPORT "gcc-bugs@gcc.gnu.org"
250748830d1Smrg 
251748830d1Smrg /* Define to the full name of this package. */
252748830d1Smrg #define PACKAGE_NAME "cpplib"
253748830d1Smrg 
254748830d1Smrg /* Define to the full name and version of this package. */
255748830d1Smrg #define PACKAGE_STRING "cpplib  "
256748830d1Smrg 
257748830d1Smrg /* Define to the one symbol short name of this package. */
258748830d1Smrg #define PACKAGE_TARNAME "cpplib"
259748830d1Smrg 
260748830d1Smrg /* Define to the home page for this package. */
261748830d1Smrg #define PACKAGE_URL ""
262748830d1Smrg 
263748830d1Smrg /* Define to the version of this package. */
264748830d1Smrg #define PACKAGE_VERSION " "
265748830d1Smrg 
266*cf89d143Smrg /* The size of `dev_t', as computed by sizeof. */
267*cf89d143Smrg #define SIZEOF_DEV_T 8
268*cf89d143Smrg 
269*cf89d143Smrg /* The size of `ino_t', as computed by sizeof. */
270*cf89d143Smrg #define SIZEOF_INO_T 8
271*cf89d143Smrg 
272748830d1Smrg /* The size of `int', as computed by sizeof. */
273748830d1Smrg #define SIZEOF_INT 4
274748830d1Smrg 
275748830d1Smrg /* The size of `long', as computed by sizeof. */
276748830d1Smrg #define SIZEOF_LONG 4
277748830d1Smrg 
278748830d1Smrg /* If using the C implementation of alloca, define if you know the
279748830d1Smrg    direction of stack growth for your system; otherwise it will be
280748830d1Smrg    automatically deduced at runtime.
281748830d1Smrg 	STACK_DIRECTION > 0 => grows toward higher addresses
282748830d1Smrg 	STACK_DIRECTION < 0 => grows toward lower addresses
283748830d1Smrg 	STACK_DIRECTION = 0 => direction of growth unknown */
284748830d1Smrg /* #undef STACK_DIRECTION */
285748830d1Smrg 
286748830d1Smrg /* Define to 1 if you have the ANSI C header files. */
287748830d1Smrg #define STDC_HEADERS 1
288748830d1Smrg 
289748830d1Smrg /* Define if you can safely include both <string.h> and <strings.h>. */
290748830d1Smrg #define STRING_WITH_STRINGS 1
291748830d1Smrg 
292748830d1Smrg /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
293748830d1Smrg #define TIME_WITH_SYS_TIME 1
294748830d1Smrg 
295748830d1Smrg /* Define to 1 if your <sys/time.h> declares `struct tm'. */
296748830d1Smrg /* #undef TM_IN_SYS_TIME */
297748830d1Smrg 
29849d8c9ecSmrg /* Enable extensions on AIX 3, Interix.  */
29949d8c9ecSmrg #ifndef _ALL_SOURCE
30049d8c9ecSmrg # define _ALL_SOURCE 1
30149d8c9ecSmrg #endif
30249d8c9ecSmrg /* Enable GNU extensions on systems that have them.  */
30349d8c9ecSmrg #ifndef _GNU_SOURCE
30449d8c9ecSmrg # define _GNU_SOURCE 1
30549d8c9ecSmrg #endif
30649d8c9ecSmrg /* Enable threading extensions on Solaris.  */
30749d8c9ecSmrg #ifndef _POSIX_PTHREAD_SEMANTICS
30849d8c9ecSmrg # define _POSIX_PTHREAD_SEMANTICS 1
30949d8c9ecSmrg #endif
31049d8c9ecSmrg /* Enable extensions on HP NonStop.  */
31149d8c9ecSmrg #ifndef _TANDEM_SOURCE
31249d8c9ecSmrg # define _TANDEM_SOURCE 1
31349d8c9ecSmrg #endif
31449d8c9ecSmrg /* Enable general extensions on Solaris.  */
31549d8c9ecSmrg #ifndef __EXTENSIONS__
31649d8c9ecSmrg # define __EXTENSIONS__ 1
31749d8c9ecSmrg #endif
31849d8c9ecSmrg 
31949d8c9ecSmrg 
32049d8c9ecSmrg /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
32149d8c9ecSmrg    significant byte first (like Motorola and SPARC, unlike Intel). */
32249d8c9ecSmrg #if defined AC_APPLE_UNIVERSAL_BUILD
32349d8c9ecSmrg # if defined __BIG_ENDIAN__
32449d8c9ecSmrg #  define WORDS_BIGENDIAN 1
32549d8c9ecSmrg # endif
32649d8c9ecSmrg #else
32749d8c9ecSmrg # ifndef WORDS_BIGENDIAN
32849d8c9ecSmrg /* #  undef WORDS_BIGENDIAN */
32949d8c9ecSmrg # endif
33049d8c9ecSmrg #endif
33149d8c9ecSmrg 
3323d883ed1Smrg /* Enable large inode numbers on Mac OS X 10.5.  */
3333d883ed1Smrg #ifndef _DARWIN_USE_64_BIT_INODE
3343d883ed1Smrg # define _DARWIN_USE_64_BIT_INODE 1
3353d883ed1Smrg #endif
3363d883ed1Smrg 
33749d8c9ecSmrg /* Number of bits in a file offset, on hosts where this is settable. */
33849d8c9ecSmrg /* #undef _FILE_OFFSET_BITS */
33949d8c9ecSmrg 
34049d8c9ecSmrg /* Define for large files, on AIX-style hosts. */
34149d8c9ecSmrg /* #undef _LARGE_FILES */
34249d8c9ecSmrg 
34349d8c9ecSmrg /* Define to 1 if on MINIX. */
34449d8c9ecSmrg /* #undef _MINIX */
34549d8c9ecSmrg 
34649d8c9ecSmrg /* Define to 2 if the system does not provide POSIX.1 features except with
34749d8c9ecSmrg    this defined. */
34849d8c9ecSmrg /* #undef _POSIX_1_SOURCE */
34949d8c9ecSmrg 
35049d8c9ecSmrg /* Define to 1 if you need to in order for `stat' and other things to work. */
35149d8c9ecSmrg /* #undef _POSIX_SOURCE */
35249d8c9ecSmrg 
35332934a1fSmrg /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
35432934a1fSmrg    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
35532934a1fSmrg    #define below would cause a syntax error. */
35632934a1fSmrg /* #undef _UINT64_T */
35732934a1fSmrg 
358748830d1Smrg /* Define to empty if `const' does not conform to ANSI C. */
359748830d1Smrg /* #undef const */
360748830d1Smrg 
361748830d1Smrg /* Define to `__inline__' or `__inline' if that's what the C compiler
362748830d1Smrg    calls it, or to nothing if 'inline' is not supported under any name.  */
363748830d1Smrg #ifndef __cplusplus
364748830d1Smrg /* #undef inline */
365748830d1Smrg #endif
366748830d1Smrg 
367748830d1Smrg /* Define to `long int' if <sys/types.h> does not define. */
368748830d1Smrg /* #undef off_t */
369748830d1Smrg 
37049d8c9ecSmrg /* Define to `int' if <sys/types.h> does not define. */
37149d8c9ecSmrg /* #undef ptrdiff_t */
37249d8c9ecSmrg 
373748830d1Smrg /* Define to `unsigned int' if <sys/types.h> does not define. */
374748830d1Smrg /* #undef size_t */
375748830d1Smrg 
376748830d1Smrg /* Define to `int' if <sys/types.h> does not define. */
377748830d1Smrg /* #undef ssize_t */
37849d8c9ecSmrg 
37932934a1fSmrg /* Define to the type of an unsigned integer type of width exactly 64 bits if
38032934a1fSmrg    such a type exists and the standard includes do not define it. */
38132934a1fSmrg /* #undef uint64_t */
38232934a1fSmrg 
38349d8c9ecSmrg /* Define to the type of an unsigned integer type wide enough to hold a
38449d8c9ecSmrg    pointer, if such a type exists, and if the system does not define it. */
38549d8c9ecSmrg /* #undef uintptr_t */
386