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