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