xref: /minix3/external/gpl3/binutils/usr.bin/gas/arch/or1k/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 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.in by autoheader.  */
7*0a6a1f1dSLionel Sambuc 
8*0a6a1f1dSLionel Sambuc /* Check that config.h is #included before system headers
9*0a6a1f1dSLionel Sambuc    (this works only for glibc, but that should be enough).  */
10*0a6a1f1dSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11*0a6a1f1dSLionel Sambuc #  error config.h must be #included before system headers
12*0a6a1f1dSLionel Sambuc #endif
13*0a6a1f1dSLionel Sambuc #define __CONFIG_H__ 1
14*0a6a1f1dSLionel Sambuc 
15*0a6a1f1dSLionel Sambuc /* Define if building universal (internal helper macro) */
16*0a6a1f1dSLionel Sambuc /* #undef AC_APPLE_UNIVERSAL_BUILD */
17*0a6a1f1dSLionel Sambuc 
18*0a6a1f1dSLionel Sambuc /* Define if using AIX 5.2 value for C_WEAKEXT. */
19*0a6a1f1dSLionel Sambuc /* #undef AIX_WEAK_SUPPORT */
20*0a6a1f1dSLionel Sambuc 
21*0a6a1f1dSLionel Sambuc /* assert broken? */
22*0a6a1f1dSLionel Sambuc /* #undef BROKEN_ASSERT */
23*0a6a1f1dSLionel Sambuc 
24*0a6a1f1dSLionel Sambuc /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
25*0a6a1f1dSLionel Sambuc    systems. This function is required for `alloca.c' support on those systems.
26*0a6a1f1dSLionel Sambuc    */
27*0a6a1f1dSLionel Sambuc /* #undef CRAY_STACKSEG_END */
28*0a6a1f1dSLionel Sambuc 
29*0a6a1f1dSLionel Sambuc /* Compiling cross-assembler? */
30*0a6a1f1dSLionel Sambuc /* #undef CROSS_COMPILE */
31*0a6a1f1dSLionel Sambuc 
32*0a6a1f1dSLionel Sambuc /* Define to 1 if using `alloca.c'. */
33*0a6a1f1dSLionel Sambuc /* #undef C_ALLOCA */
34*0a6a1f1dSLionel Sambuc 
35*0a6a1f1dSLionel Sambuc /* Default architecture. */
36*0a6a1f1dSLionel Sambuc /* #undef DEFAULT_ARCH */
37*0a6a1f1dSLionel Sambuc 
38*0a6a1f1dSLionel Sambuc /* Default CRIS architecture. */
39*0a6a1f1dSLionel Sambuc /* #undef DEFAULT_CRIS_ARCH */
40*0a6a1f1dSLionel Sambuc 
41*0a6a1f1dSLionel Sambuc /* Default emulation. */
42*0a6a1f1dSLionel Sambuc #define DEFAULT_EMULATION ""
43*0a6a1f1dSLionel Sambuc 
44*0a6a1f1dSLionel Sambuc /* Supported emulations. */
45*0a6a1f1dSLionel Sambuc #define EMULATIONS
46*0a6a1f1dSLionel Sambuc 
47*0a6a1f1dSLionel Sambuc /* Define if you want run-time sanity checks. */
48*0a6a1f1dSLionel Sambuc /* #undef ENABLE_CHECKING */
49*0a6a1f1dSLionel Sambuc 
50*0a6a1f1dSLionel Sambuc /* Define to 1 if translation of program messages to the user's native
51*0a6a1f1dSLionel Sambuc    language is requested. */
52*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1
53*0a6a1f1dSLionel Sambuc 
54*0a6a1f1dSLionel Sambuc /* Define to 1 if you have `alloca', as a function or macro. */
55*0a6a1f1dSLionel Sambuc #define HAVE_ALLOCA 1
56*0a6a1f1dSLionel Sambuc 
57*0a6a1f1dSLionel Sambuc /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
58*0a6a1f1dSLionel Sambuc    */
59*0a6a1f1dSLionel Sambuc /* #undef HAVE_ALLOCA_H */
60*0a6a1f1dSLionel Sambuc 
61*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `free', and to 0 if you don't.
62*0a6a1f1dSLionel Sambuc    */
63*0a6a1f1dSLionel Sambuc #define HAVE_DECL_FREE 1
64*0a6a1f1dSLionel Sambuc 
65*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
66*0a6a1f1dSLionel Sambuc    */
67*0a6a1f1dSLionel Sambuc #define HAVE_DECL_GETENV 1
68*0a6a1f1dSLionel Sambuc 
69*0a6a1f1dSLionel Sambuc /* Is the prototype for getopt in <unistd.h> in the expected format? */
70*0a6a1f1dSLionel Sambuc #define HAVE_DECL_GETOPT 1
71*0a6a1f1dSLionel Sambuc 
72*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `malloc', and to 0 if you don't.
73*0a6a1f1dSLionel Sambuc    */
74*0a6a1f1dSLionel Sambuc #define HAVE_DECL_MALLOC 1
75*0a6a1f1dSLionel Sambuc 
76*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `mempcpy', and to 0 if you
77*0a6a1f1dSLionel Sambuc    don't. */
78*0a6a1f1dSLionel Sambuc #define HAVE_DECL_MEMPCPY 0
79*0a6a1f1dSLionel Sambuc 
80*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `realloc', and to 0 if you
81*0a6a1f1dSLionel Sambuc    don't. */
82*0a6a1f1dSLionel Sambuc #define HAVE_DECL_REALLOC 1
83*0a6a1f1dSLionel Sambuc 
84*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
85*0a6a1f1dSLionel Sambuc    */
86*0a6a1f1dSLionel Sambuc #define HAVE_DECL_STPCPY 1
87*0a6a1f1dSLionel Sambuc 
88*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
89*0a6a1f1dSLionel Sambuc    */
90*0a6a1f1dSLionel Sambuc #define HAVE_DECL_STRSTR 1
91*0a6a1f1dSLionel Sambuc 
92*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
93*0a6a1f1dSLionel Sambuc    don't. */
94*0a6a1f1dSLionel Sambuc #define HAVE_DECL_VSNPRINTF 1
95*0a6a1f1dSLionel Sambuc 
96*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
97*0a6a1f1dSLionel Sambuc #define HAVE_DLFCN_H 1
98*0a6a1f1dSLionel Sambuc 
99*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <errno.h> header file. */
100*0a6a1f1dSLionel Sambuc #define HAVE_ERRNO_H 1
101*0a6a1f1dSLionel Sambuc 
102*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
103*0a6a1f1dSLionel Sambuc #define HAVE_INTTYPES_H 1
104*0a6a1f1dSLionel Sambuc 
105*0a6a1f1dSLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */
106*0a6a1f1dSLionel Sambuc #define HAVE_LC_MESSAGES 1
107*0a6a1f1dSLionel Sambuc 
108*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */
109*0a6a1f1dSLionel Sambuc #define HAVE_LIMITS_H 1
110*0a6a1f1dSLionel Sambuc 
111*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */
112*0a6a1f1dSLionel Sambuc #define HAVE_LOCALE_H 1
113*0a6a1f1dSLionel Sambuc 
114*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
115*0a6a1f1dSLionel Sambuc #define HAVE_MEMORY_H 1
116*0a6a1f1dSLionel Sambuc 
117*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `remove' function. */
118*0a6a1f1dSLionel Sambuc /* #undef HAVE_REMOVE */
119*0a6a1f1dSLionel Sambuc 
120*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `sbrk' function. */
121*0a6a1f1dSLionel Sambuc #define HAVE_SBRK 1
122*0a6a1f1dSLionel Sambuc 
123*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */
124*0a6a1f1dSLionel Sambuc #define HAVE_SETLOCALE 1
125*0a6a1f1dSLionel Sambuc 
126*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
127*0a6a1f1dSLionel Sambuc #define HAVE_STDINT_H 1
128*0a6a1f1dSLionel Sambuc 
129*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
130*0a6a1f1dSLionel Sambuc #define HAVE_STDLIB_H 1
131*0a6a1f1dSLionel Sambuc 
132*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
133*0a6a1f1dSLionel Sambuc #define HAVE_STRINGS_H 1
134*0a6a1f1dSLionel Sambuc 
135*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
136*0a6a1f1dSLionel Sambuc #define HAVE_STRING_H 1
137*0a6a1f1dSLionel Sambuc 
138*0a6a1f1dSLionel Sambuc /* Define if <sys/stat.h> has struct stat.st_mtim.tv_nsec */
139*0a6a1f1dSLionel Sambuc #define HAVE_ST_MTIM_TV_NSEC 1
140*0a6a1f1dSLionel Sambuc 
141*0a6a1f1dSLionel Sambuc /* Define if <sys/stat.h> has struct stat.st_mtim.tv_sec */
142*0a6a1f1dSLionel Sambuc #define HAVE_ST_MTIM_TV_SEC 1
143*0a6a1f1dSLionel Sambuc 
144*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
145*0a6a1f1dSLionel Sambuc #define HAVE_SYS_STAT_H 1
146*0a6a1f1dSLionel Sambuc 
147*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
148*0a6a1f1dSLionel Sambuc #define HAVE_SYS_TYPES_H 1
149*0a6a1f1dSLionel Sambuc 
150*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <time.h> header file. */
151*0a6a1f1dSLionel Sambuc #define HAVE_TIME_H 1
152*0a6a1f1dSLionel Sambuc 
153*0a6a1f1dSLionel Sambuc /* Define if <time.h> has struct tm.tm_gmtoff. */
154*0a6a1f1dSLionel Sambuc #define HAVE_TM_GMTOFF 1
155*0a6a1f1dSLionel Sambuc 
156*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
157*0a6a1f1dSLionel Sambuc #define HAVE_UNISTD_H 1
158*0a6a1f1dSLionel Sambuc 
159*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `unlink' function. */
160*0a6a1f1dSLionel Sambuc #define HAVE_UNLINK 1
161*0a6a1f1dSLionel Sambuc 
162*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <zlib.h> header file. */
163*0a6a1f1dSLionel Sambuc #define HAVE_ZLIB_H 1
164*0a6a1f1dSLionel Sambuc 
165*0a6a1f1dSLionel Sambuc /* Using i386 COFF? */
166*0a6a1f1dSLionel Sambuc /* #undef I386COFF */
167*0a6a1f1dSLionel Sambuc 
168*0a6a1f1dSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
169*0a6a1f1dSLionel Sambuc    */
170*0a6a1f1dSLionel Sambuc #define LT_OBJDIR ".libs/"
171*0a6a1f1dSLionel Sambuc 
172*0a6a1f1dSLionel Sambuc /* Using m68k COFF? */
173*0a6a1f1dSLionel Sambuc /* #undef M68KCOFF */
174*0a6a1f1dSLionel Sambuc 
175*0a6a1f1dSLionel Sambuc /* Using m88k COFF? */
176*0a6a1f1dSLionel Sambuc /* #undef M88KCOFF */
177*0a6a1f1dSLionel Sambuc 
178*0a6a1f1dSLionel Sambuc /* Default CPU for MIPS targets. */
179*0a6a1f1dSLionel Sambuc /* #undef MIPS_CPU_STRING_DEFAULT */
180*0a6a1f1dSLionel Sambuc 
181*0a6a1f1dSLionel Sambuc /* Generate 64-bit code by default on MIPS targets. */
182*0a6a1f1dSLionel Sambuc /* #undef MIPS_DEFAULT_64BIT */
183*0a6a1f1dSLionel Sambuc 
184*0a6a1f1dSLionel Sambuc /* Choose a default ABI for MIPS targets. */
185*0a6a1f1dSLionel Sambuc /* #undef MIPS_DEFAULT_ABI */
186*0a6a1f1dSLionel Sambuc 
187*0a6a1f1dSLionel Sambuc /* Define if environ is not declared in system header files. */
188*0a6a1f1dSLionel Sambuc #define NEED_DECLARATION_ENVIRON 1
189*0a6a1f1dSLionel Sambuc 
190*0a6a1f1dSLionel Sambuc /* Define if errno is not declared in system header files. */
191*0a6a1f1dSLionel Sambuc /* #undef NEED_DECLARATION_ERRNO */
192*0a6a1f1dSLionel Sambuc 
193*0a6a1f1dSLionel Sambuc /* Define if ffs is not declared in system header files. */
194*0a6a1f1dSLionel Sambuc /* #undef NEED_DECLARATION_FFS */
195*0a6a1f1dSLionel Sambuc 
196*0a6a1f1dSLionel Sambuc /* Define if free is not declared in system header files. */
197*0a6a1f1dSLionel Sambuc /* #undef NEED_DECLARATION_FREE */
198*0a6a1f1dSLionel Sambuc 
199*0a6a1f1dSLionel Sambuc /* Define if malloc is not declared in system header files. */
200*0a6a1f1dSLionel Sambuc /* #undef NEED_DECLARATION_MALLOC */
201*0a6a1f1dSLionel Sambuc 
202*0a6a1f1dSLionel Sambuc /* Define if sbrk is not declared in system header files. */
203*0a6a1f1dSLionel Sambuc /* #undef NEED_DECLARATION_SBRK */
204*0a6a1f1dSLionel Sambuc 
205*0a6a1f1dSLionel Sambuc /* Define if strstr is not declared in system header files. */
206*0a6a1f1dSLionel Sambuc /* #undef NEED_DECLARATION_STRSTR */
207*0a6a1f1dSLionel Sambuc 
208*0a6a1f1dSLionel Sambuc /* a.out support? */
209*0a6a1f1dSLionel Sambuc /* #undef OBJ_MAYBE_AOUT */
210*0a6a1f1dSLionel Sambuc 
211*0a6a1f1dSLionel Sambuc /* b.out support? */
212*0a6a1f1dSLionel Sambuc /* #undef OBJ_MAYBE_BOUT */
213*0a6a1f1dSLionel Sambuc 
214*0a6a1f1dSLionel Sambuc /* COFF support? */
215*0a6a1f1dSLionel Sambuc /* #undef OBJ_MAYBE_COFF */
216*0a6a1f1dSLionel Sambuc 
217*0a6a1f1dSLionel Sambuc /* ECOFF support? */
218*0a6a1f1dSLionel Sambuc /* #undef OBJ_MAYBE_ECOFF */
219*0a6a1f1dSLionel Sambuc 
220*0a6a1f1dSLionel Sambuc /* ELF support? */
221*0a6a1f1dSLionel Sambuc /* #undef OBJ_MAYBE_ELF */
222*0a6a1f1dSLionel Sambuc 
223*0a6a1f1dSLionel Sambuc /* generic support? */
224*0a6a1f1dSLionel Sambuc /* #undef OBJ_MAYBE_GENERIC */
225*0a6a1f1dSLionel Sambuc 
226*0a6a1f1dSLionel Sambuc /* SOM support? */
227*0a6a1f1dSLionel Sambuc /* #undef OBJ_MAYBE_SOM */
228*0a6a1f1dSLionel Sambuc 
229*0a6a1f1dSLionel Sambuc /* Name of package */
230*0a6a1f1dSLionel Sambuc #define PACKAGE "gas"
231*0a6a1f1dSLionel Sambuc 
232*0a6a1f1dSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
233*0a6a1f1dSLionel Sambuc #define PACKAGE_BUGREPORT ""
234*0a6a1f1dSLionel Sambuc 
235*0a6a1f1dSLionel Sambuc /* Define to the full name of this package. */
236*0a6a1f1dSLionel Sambuc #define PACKAGE_NAME ""
237*0a6a1f1dSLionel Sambuc 
238*0a6a1f1dSLionel Sambuc /* Define to the full name and version of this package. */
239*0a6a1f1dSLionel Sambuc #define PACKAGE_STRING ""
240*0a6a1f1dSLionel Sambuc 
241*0a6a1f1dSLionel Sambuc /* Define to the one symbol short name of this package. */
242*0a6a1f1dSLionel Sambuc #define PACKAGE_TARNAME ""
243*0a6a1f1dSLionel Sambuc 
244*0a6a1f1dSLionel Sambuc /* Define to the home page for this package. */
245*0a6a1f1dSLionel Sambuc #define PACKAGE_URL ""
246*0a6a1f1dSLionel Sambuc 
247*0a6a1f1dSLionel Sambuc /* Define to the version of this package. */
248*0a6a1f1dSLionel Sambuc #define PACKAGE_VERSION ""
249*0a6a1f1dSLionel Sambuc 
250*0a6a1f1dSLionel Sambuc /* Define if defaulting to ELF on SCO 5. */
251*0a6a1f1dSLionel Sambuc /* #undef SCO_ELF */
252*0a6a1f1dSLionel Sambuc 
253*0a6a1f1dSLionel Sambuc /* If using the C implementation of alloca, define if you know the
254*0a6a1f1dSLionel Sambuc    direction of stack growth for your system; otherwise it will be
255*0a6a1f1dSLionel Sambuc    automatically deduced at runtime.
256*0a6a1f1dSLionel Sambuc 	STACK_DIRECTION > 0 => grows toward higher addresses
257*0a6a1f1dSLionel Sambuc 	STACK_DIRECTION < 0 => grows toward lower addresses
258*0a6a1f1dSLionel Sambuc 	STACK_DIRECTION = 0 => direction of growth unknown */
259*0a6a1f1dSLionel Sambuc /* #undef STACK_DIRECTION */
260*0a6a1f1dSLionel Sambuc 
261*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
262*0a6a1f1dSLionel Sambuc #define STDC_HEADERS 1
263*0a6a1f1dSLionel Sambuc 
264*0a6a1f1dSLionel Sambuc /* Using strict COFF? */
265*0a6a1f1dSLionel Sambuc /* #undef STRICTCOFF */
266*0a6a1f1dSLionel Sambuc 
267*0a6a1f1dSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */
268*0a6a1f1dSLionel Sambuc #define STRING_WITH_STRINGS 1
269*0a6a1f1dSLionel Sambuc 
270*0a6a1f1dSLionel Sambuc /* Target alias. */
271*0a6a1f1dSLionel Sambuc #define TARGET_ALIAS "or1k--netbsd"
272*0a6a1f1dSLionel Sambuc 
273*0a6a1f1dSLionel Sambuc /* Define as 1 if big endian. */
274*0a6a1f1dSLionel Sambuc #define TARGET_BYTES_BIG_ENDIAN 1
275*0a6a1f1dSLionel Sambuc 
276*0a6a1f1dSLionel Sambuc /* Canonical target. */
277*0a6a1f1dSLionel Sambuc #define TARGET_CANONICAL "or1k-unknown-netbsd"
278*0a6a1f1dSLionel Sambuc 
279*0a6a1f1dSLionel Sambuc /* Target CPU. */
280*0a6a1f1dSLionel Sambuc #define TARGET_CPU "or1k"
281*0a6a1f1dSLionel Sambuc 
282*0a6a1f1dSLionel Sambuc /* Target OS. */
283*0a6a1f1dSLionel Sambuc #define TARGET_OS "netbsd"
284*0a6a1f1dSLionel Sambuc 
285*0a6a1f1dSLionel Sambuc /* Define if default target is PowerPC Solaris. */
286*0a6a1f1dSLionel Sambuc /* #undef TARGET_SOLARIS_COMMENT */
287*0a6a1f1dSLionel Sambuc 
288*0a6a1f1dSLionel Sambuc /* Define if target is Symbian OS. */
289*0a6a1f1dSLionel Sambuc /* #undef TARGET_SYMBIAN */
290*0a6a1f1dSLionel Sambuc 
291*0a6a1f1dSLionel Sambuc /* Target vendor. */
292*0a6a1f1dSLionel Sambuc #define TARGET_VENDOR "unknown"
293*0a6a1f1dSLionel Sambuc 
294*0a6a1f1dSLionel Sambuc /* Use b modifier when opening binary files? */
295*0a6a1f1dSLionel Sambuc /* #undef USE_BINARY_FOPEN */
296*0a6a1f1dSLionel Sambuc 
297*0a6a1f1dSLionel Sambuc /* Use emulation support? */
298*0a6a1f1dSLionel Sambuc /* #undef USE_EMULATIONS */
299*0a6a1f1dSLionel Sambuc 
300*0a6a1f1dSLionel Sambuc /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
301*0a6a1f1dSLionel Sambuc /* #undef USE_E_MIPS_ABI_O32 */
302*0a6a1f1dSLionel Sambuc 
303*0a6a1f1dSLionel Sambuc /* Enable extensions on AIX 3, Interix.  */
304*0a6a1f1dSLionel Sambuc #ifndef _ALL_SOURCE
305*0a6a1f1dSLionel Sambuc # define _ALL_SOURCE 1
306*0a6a1f1dSLionel Sambuc #endif
307*0a6a1f1dSLionel Sambuc /* Enable GNU extensions on systems that have them.  */
308*0a6a1f1dSLionel Sambuc #ifndef _GNU_SOURCE
309*0a6a1f1dSLionel Sambuc # define _GNU_SOURCE 1
310*0a6a1f1dSLionel Sambuc #endif
311*0a6a1f1dSLionel Sambuc /* Enable threading extensions on Solaris.  */
312*0a6a1f1dSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS
313*0a6a1f1dSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1
314*0a6a1f1dSLionel Sambuc #endif
315*0a6a1f1dSLionel Sambuc /* Enable extensions on HP NonStop.  */
316*0a6a1f1dSLionel Sambuc #ifndef _TANDEM_SOURCE
317*0a6a1f1dSLionel Sambuc # define _TANDEM_SOURCE 1
318*0a6a1f1dSLionel Sambuc #endif
319*0a6a1f1dSLionel Sambuc /* Enable general extensions on Solaris.  */
320*0a6a1f1dSLionel Sambuc #ifndef __EXTENSIONS__
321*0a6a1f1dSLionel Sambuc # define __EXTENSIONS__ 1
322*0a6a1f1dSLionel Sambuc #endif
323*0a6a1f1dSLionel Sambuc 
324*0a6a1f1dSLionel Sambuc 
325*0a6a1f1dSLionel Sambuc /* Using cgen code? */
326*0a6a1f1dSLionel Sambuc #define USING_CGEN 1
327*0a6a1f1dSLionel Sambuc 
328*0a6a1f1dSLionel Sambuc /* Version number of package */
329*0a6a1f1dSLionel Sambuc #define VERSION "2.23.2"
330*0a6a1f1dSLionel Sambuc 
331*0a6a1f1dSLionel Sambuc /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
332*0a6a1f1dSLionel Sambuc    significant byte first (like Motorola and SPARC, unlike Intel). */
333*0a6a1f1dSLionel Sambuc #if defined AC_APPLE_UNIVERSAL_BUILD
334*0a6a1f1dSLionel Sambuc # if defined __BIG_ENDIAN__
335*0a6a1f1dSLionel Sambuc #  define WORDS_BIGENDIAN 1
336*0a6a1f1dSLionel Sambuc # endif
337*0a6a1f1dSLionel Sambuc #else
338*0a6a1f1dSLionel Sambuc # ifndef WORDS_BIGENDIAN
339*0a6a1f1dSLionel Sambuc #  define WORDS_BIGENDIAN 1
340*0a6a1f1dSLionel Sambuc # endif
341*0a6a1f1dSLionel Sambuc #endif
342*0a6a1f1dSLionel Sambuc 
343*0a6a1f1dSLionel Sambuc /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
344*0a6a1f1dSLionel Sambuc    `char[]'. */
345*0a6a1f1dSLionel Sambuc /* #undef YYTEXT_POINTER */
346*0a6a1f1dSLionel Sambuc 
347*0a6a1f1dSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */
348*0a6a1f1dSLionel Sambuc /* #undef _FILE_OFFSET_BITS */
349*0a6a1f1dSLionel Sambuc 
350*0a6a1f1dSLionel Sambuc /* Define for large files, on AIX-style hosts. */
351*0a6a1f1dSLionel Sambuc /* #undef _LARGE_FILES */
352*0a6a1f1dSLionel Sambuc 
353*0a6a1f1dSLionel Sambuc /* Define to 1 if on MINIX. */
354*0a6a1f1dSLionel Sambuc /* #undef _MINIX */
355*0a6a1f1dSLionel Sambuc 
356*0a6a1f1dSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with
357*0a6a1f1dSLionel Sambuc    this defined. */
358*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */
359*0a6a1f1dSLionel Sambuc 
360*0a6a1f1dSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */
361*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */
362*0a6a1f1dSLionel Sambuc 
363*0a6a1f1dSLionel Sambuc /* Define to `__inline__' or `__inline' if that's what the C compiler
364*0a6a1f1dSLionel Sambuc    calls it, or to nothing if 'inline' is not supported under any name.  */
365*0a6a1f1dSLionel Sambuc #ifndef __cplusplus
366*0a6a1f1dSLionel Sambuc /* #undef inline */
367*0a6a1f1dSLionel Sambuc #endif
368