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