xref: /minix3/external/gpl3/binutils/usr.bin/common/arch/riscv32/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 to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
16*0a6a1f1dSLionel Sambuc    systems. This function is required for `alloca.c' support on those systems.
17*0a6a1f1dSLionel Sambuc    */
18*0a6a1f1dSLionel Sambuc /* #undef CRAY_STACKSEG_END */
19*0a6a1f1dSLionel Sambuc 
20*0a6a1f1dSLionel Sambuc /* Define to 1 if using `alloca.c'. */
21*0a6a1f1dSLionel Sambuc /* #undef C_ALLOCA */
22*0a6a1f1dSLionel Sambuc 
23*0a6a1f1dSLionel Sambuc /* Should ar and ranlib use -D behavior by default? */
24*0a6a1f1dSLionel Sambuc #define DEFAULT_AR_DETERMINISTIC 0
25*0a6a1f1dSLionel Sambuc 
26*0a6a1f1dSLionel Sambuc /* Define to 1 if translation of program messages to the user's native
27*0a6a1f1dSLionel Sambuc    language is requested. */
28*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1
29*0a6a1f1dSLionel Sambuc 
30*0a6a1f1dSLionel Sambuc /* Suffix used for executables, if any. */
31*0a6a1f1dSLionel Sambuc #define EXECUTABLE_SUFFIX ""
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 declaration of `environ', and to 0 if you
41*0a6a1f1dSLionel Sambuc    don't. */
42*0a6a1f1dSLionel Sambuc #define HAVE_DECL_ENVIRON 0
43*0a6a1f1dSLionel Sambuc 
44*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `fprintf', and to 0 if you
45*0a6a1f1dSLionel Sambuc    don't. */
46*0a6a1f1dSLionel Sambuc #define HAVE_DECL_FPRINTF 1
47*0a6a1f1dSLionel Sambuc 
48*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
49*0a6a1f1dSLionel Sambuc    don't. */
50*0a6a1f1dSLionel Sambuc #define HAVE_DECL_GETC_UNLOCKED 1
51*0a6a1f1dSLionel Sambuc 
52*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
53*0a6a1f1dSLionel Sambuc    */
54*0a6a1f1dSLionel Sambuc #define HAVE_DECL_GETENV 1
55*0a6a1f1dSLionel Sambuc 
56*0a6a1f1dSLionel Sambuc /* Is the prototype for getopt in <unistd.h> in the expected format? */
57*0a6a1f1dSLionel Sambuc #define HAVE_DECL_GETOPT 1
58*0a6a1f1dSLionel Sambuc 
59*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `sbrk', and to 0 if you don't.
60*0a6a1f1dSLionel Sambuc    */
61*0a6a1f1dSLionel Sambuc #define HAVE_DECL_SBRK 1
62*0a6a1f1dSLionel Sambuc 
63*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `snprintf', and to 0 if you
64*0a6a1f1dSLionel Sambuc    don't. */
65*0a6a1f1dSLionel Sambuc #define HAVE_DECL_SNPRINTF 1
66*0a6a1f1dSLionel Sambuc 
67*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
68*0a6a1f1dSLionel Sambuc    */
69*0a6a1f1dSLionel Sambuc #define HAVE_DECL_STPCPY 1
70*0a6a1f1dSLionel Sambuc 
71*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `strstr', and to 0 if you don't.
72*0a6a1f1dSLionel Sambuc    */
73*0a6a1f1dSLionel Sambuc #define HAVE_DECL_STRSTR 1
74*0a6a1f1dSLionel Sambuc 
75*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
76*0a6a1f1dSLionel Sambuc    don't. */
77*0a6a1f1dSLionel Sambuc #define HAVE_DECL_VSNPRINTF 1
78*0a6a1f1dSLionel Sambuc 
79*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
80*0a6a1f1dSLionel Sambuc #define HAVE_DLFCN_H 1
81*0a6a1f1dSLionel Sambuc 
82*0a6a1f1dSLionel Sambuc /* Does the platform use an executable suffix? */
83*0a6a1f1dSLionel Sambuc /* #undef HAVE_EXECUTABLE_SUFFIX */
84*0a6a1f1dSLionel Sambuc 
85*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <fcntl.h> header file. */
86*0a6a1f1dSLionel Sambuc #define HAVE_FCNTL_H 1
87*0a6a1f1dSLionel Sambuc 
88*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `getc_unlocked' function. */
89*0a6a1f1dSLionel Sambuc #define HAVE_GETC_UNLOCKED 1
90*0a6a1f1dSLionel Sambuc 
91*0a6a1f1dSLionel Sambuc /* Does <utime.h> define struct utimbuf? */
92*0a6a1f1dSLionel Sambuc #define HAVE_GOOD_UTIME_H 1
93*0a6a1f1dSLionel Sambuc 
94*0a6a1f1dSLionel Sambuc /* Define if you have the iconv() function. */
95*0a6a1f1dSLionel Sambuc #define HAVE_ICONV 1
96*0a6a1f1dSLionel Sambuc 
97*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
98*0a6a1f1dSLionel Sambuc #define HAVE_INTTYPES_H 1
99*0a6a1f1dSLionel Sambuc 
100*0a6a1f1dSLionel Sambuc /* Define if your <locale.h> file defines LC_MESSAGES. */
101*0a6a1f1dSLionel Sambuc #define HAVE_LC_MESSAGES 1
102*0a6a1f1dSLionel Sambuc 
103*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */
104*0a6a1f1dSLionel Sambuc #define HAVE_LIMITS_H 1
105*0a6a1f1dSLionel Sambuc 
106*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <locale.h> header file. */
107*0a6a1f1dSLionel Sambuc #define HAVE_LOCALE_H 1
108*0a6a1f1dSLionel Sambuc 
109*0a6a1f1dSLionel Sambuc /* Define if mbstate_t exists in wchar.h. */
110*0a6a1f1dSLionel Sambuc #define HAVE_MBSTATE_T 1
111*0a6a1f1dSLionel Sambuc 
112*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
113*0a6a1f1dSLionel Sambuc #define HAVE_MEMORY_H 1
114*0a6a1f1dSLionel Sambuc 
115*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `mkdtemp' function. */
116*0a6a1f1dSLionel Sambuc #define HAVE_MKDTEMP 1
117*0a6a1f1dSLionel Sambuc 
118*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `mkstemp' function. */
119*0a6a1f1dSLionel Sambuc #define HAVE_MKSTEMP 1
120*0a6a1f1dSLionel Sambuc 
121*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `sbrk' function. */
122*0a6a1f1dSLionel Sambuc #define HAVE_SBRK 1
123*0a6a1f1dSLionel Sambuc 
124*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `setlocale' function. */
125*0a6a1f1dSLionel Sambuc #define HAVE_SETLOCALE 1
126*0a6a1f1dSLionel Sambuc 
127*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `setmode' function. */
128*0a6a1f1dSLionel Sambuc #define HAVE_SETMODE 1
129*0a6a1f1dSLionel Sambuc 
130*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
131*0a6a1f1dSLionel Sambuc #define HAVE_STDINT_H 1
132*0a6a1f1dSLionel Sambuc 
133*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
134*0a6a1f1dSLionel Sambuc #define HAVE_STDLIB_H 1
135*0a6a1f1dSLionel Sambuc 
136*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `strcoll' function. */
137*0a6a1f1dSLionel Sambuc #define HAVE_STRCOLL 1
138*0a6a1f1dSLionel Sambuc 
139*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
140*0a6a1f1dSLionel Sambuc #define HAVE_STRINGS_H 1
141*0a6a1f1dSLionel Sambuc 
142*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
143*0a6a1f1dSLionel Sambuc #define HAVE_STRING_H 1
144*0a6a1f1dSLionel Sambuc 
145*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/file.h> header file. */
146*0a6a1f1dSLionel Sambuc #define HAVE_SYS_FILE_H 1
147*0a6a1f1dSLionel Sambuc 
148*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/param.h> header file. */
149*0a6a1f1dSLionel Sambuc #define HAVE_SYS_PARAM_H 1
150*0a6a1f1dSLionel Sambuc 
151*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
152*0a6a1f1dSLionel Sambuc #define HAVE_SYS_STAT_H 1
153*0a6a1f1dSLionel Sambuc 
154*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
155*0a6a1f1dSLionel Sambuc #define HAVE_SYS_TYPES_H 1
156*0a6a1f1dSLionel Sambuc 
157*0a6a1f1dSLionel Sambuc /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
158*0a6a1f1dSLionel Sambuc #define HAVE_SYS_WAIT_H 1
159*0a6a1f1dSLionel Sambuc 
160*0a6a1f1dSLionel Sambuc /* Is the type time_t defined in <time.h>? */
161*0a6a1f1dSLionel Sambuc #define HAVE_TIME_T_IN_TIME_H 1
162*0a6a1f1dSLionel Sambuc 
163*0a6a1f1dSLionel Sambuc /* Is the type time_t defined in <sys/types.h>? */
164*0a6a1f1dSLionel Sambuc #define HAVE_TIME_T_IN_TYPES_H 1
165*0a6a1f1dSLionel Sambuc 
166*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
167*0a6a1f1dSLionel Sambuc #define HAVE_UNISTD_H 1
168*0a6a1f1dSLionel Sambuc 
169*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the `utimes' function. */
170*0a6a1f1dSLionel Sambuc #define HAVE_UTIMES 1
171*0a6a1f1dSLionel Sambuc 
172*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <wchar.h> header file. */
173*0a6a1f1dSLionel Sambuc #define HAVE_WCHAR_H 1
174*0a6a1f1dSLionel Sambuc 
175*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <zlib.h> header file. */
176*0a6a1f1dSLionel Sambuc #define HAVE_ZLIB_H 1
177*0a6a1f1dSLionel Sambuc 
178*0a6a1f1dSLionel Sambuc /* Define as const if the declaration of iconv() needs const. */
179*0a6a1f1dSLionel Sambuc #define ICONV_CONST const
180*0a6a1f1dSLionel Sambuc 
181*0a6a1f1dSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
182*0a6a1f1dSLionel Sambuc    */
183*0a6a1f1dSLionel Sambuc #define LT_OBJDIR ".libs/"
184*0a6a1f1dSLionel Sambuc 
185*0a6a1f1dSLionel Sambuc /* Name of package */
186*0a6a1f1dSLionel Sambuc #define PACKAGE "binutils"
187*0a6a1f1dSLionel Sambuc 
188*0a6a1f1dSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
189*0a6a1f1dSLionel Sambuc #define PACKAGE_BUGREPORT ""
190*0a6a1f1dSLionel Sambuc 
191*0a6a1f1dSLionel Sambuc /* Define to the full name of this package. */
192*0a6a1f1dSLionel Sambuc #define PACKAGE_NAME ""
193*0a6a1f1dSLionel Sambuc 
194*0a6a1f1dSLionel Sambuc /* Define to the full name and version of this package. */
195*0a6a1f1dSLionel Sambuc #define PACKAGE_STRING ""
196*0a6a1f1dSLionel Sambuc 
197*0a6a1f1dSLionel Sambuc /* Define to the one symbol short name of this package. */
198*0a6a1f1dSLionel Sambuc #define PACKAGE_TARNAME ""
199*0a6a1f1dSLionel Sambuc 
200*0a6a1f1dSLionel Sambuc /* Define to the home page for this package. */
201*0a6a1f1dSLionel Sambuc #define PACKAGE_URL ""
202*0a6a1f1dSLionel Sambuc 
203*0a6a1f1dSLionel Sambuc /* Define to the version of this package. */
204*0a6a1f1dSLionel Sambuc #define PACKAGE_VERSION ""
205*0a6a1f1dSLionel Sambuc 
206*0a6a1f1dSLionel Sambuc /* If using the C implementation of alloca, define if you know the
207*0a6a1f1dSLionel Sambuc    direction of stack growth for your system; otherwise it will be
208*0a6a1f1dSLionel Sambuc    automatically deduced at runtime.
209*0a6a1f1dSLionel Sambuc 	STACK_DIRECTION > 0 => grows toward higher addresses
210*0a6a1f1dSLionel Sambuc 	STACK_DIRECTION < 0 => grows toward lower addresses
211*0a6a1f1dSLionel Sambuc 	STACK_DIRECTION = 0 => direction of growth unknown */
212*0a6a1f1dSLionel Sambuc /* #undef STACK_DIRECTION */
213*0a6a1f1dSLionel Sambuc 
214*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
215*0a6a1f1dSLionel Sambuc #define STDC_HEADERS 1
216*0a6a1f1dSLionel Sambuc 
217*0a6a1f1dSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */
218*0a6a1f1dSLionel Sambuc #define STRING_WITH_STRINGS 1
219*0a6a1f1dSLionel Sambuc 
220*0a6a1f1dSLionel Sambuc /* Configured target name. */
221*0a6a1f1dSLionel Sambuc #define TARGET "riscv32-ucb-netbsd"
222*0a6a1f1dSLionel Sambuc 
223*0a6a1f1dSLionel Sambuc /* Define to 1 if user symbol names have a leading underscore, 0 if not. */
224*0a6a1f1dSLionel Sambuc #define TARGET_PREPENDS_UNDERSCORE 0
225*0a6a1f1dSLionel Sambuc 
226*0a6a1f1dSLionel Sambuc /* Use b modifier when opening binary files? */
227*0a6a1f1dSLionel Sambuc /* #undef USE_BINARY_FOPEN */
228*0a6a1f1dSLionel Sambuc 
229*0a6a1f1dSLionel Sambuc /* Enable extensions on AIX 3, Interix.  */
230*0a6a1f1dSLionel Sambuc #ifndef _ALL_SOURCE
231*0a6a1f1dSLionel Sambuc # define _ALL_SOURCE 1
232*0a6a1f1dSLionel Sambuc #endif
233*0a6a1f1dSLionel Sambuc /* Enable GNU extensions on systems that have them.  */
234*0a6a1f1dSLionel Sambuc #ifndef _GNU_SOURCE
235*0a6a1f1dSLionel Sambuc # define _GNU_SOURCE 1
236*0a6a1f1dSLionel Sambuc #endif
237*0a6a1f1dSLionel Sambuc /* Enable threading extensions on Solaris.  */
238*0a6a1f1dSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS
239*0a6a1f1dSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1
240*0a6a1f1dSLionel Sambuc #endif
241*0a6a1f1dSLionel Sambuc /* Enable extensions on HP NonStop.  */
242*0a6a1f1dSLionel Sambuc #ifndef _TANDEM_SOURCE
243*0a6a1f1dSLionel Sambuc # define _TANDEM_SOURCE 1
244*0a6a1f1dSLionel Sambuc #endif
245*0a6a1f1dSLionel Sambuc /* Enable general extensions on Solaris.  */
246*0a6a1f1dSLionel Sambuc #ifndef __EXTENSIONS__
247*0a6a1f1dSLionel Sambuc # define __EXTENSIONS__ 1
248*0a6a1f1dSLionel Sambuc #endif
249*0a6a1f1dSLionel Sambuc 
250*0a6a1f1dSLionel Sambuc 
251*0a6a1f1dSLionel Sambuc /* Version number of package */
252*0a6a1f1dSLionel Sambuc #define VERSION "2.23.2"
253*0a6a1f1dSLionel Sambuc 
254*0a6a1f1dSLionel Sambuc /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
255*0a6a1f1dSLionel Sambuc    `char[]'. */
256*0a6a1f1dSLionel Sambuc #define YYTEXT_POINTER 1
257*0a6a1f1dSLionel Sambuc 
258*0a6a1f1dSLionel Sambuc /* Number of bits in a file offset, on hosts where this is settable. */
259*0a6a1f1dSLionel Sambuc /* #undef _FILE_OFFSET_BITS */
260*0a6a1f1dSLionel Sambuc 
261*0a6a1f1dSLionel Sambuc /* Define for large files, on AIX-style hosts. */
262*0a6a1f1dSLionel Sambuc /* #undef _LARGE_FILES */
263*0a6a1f1dSLionel Sambuc 
264*0a6a1f1dSLionel Sambuc /* Define to 1 if on MINIX. */
265*0a6a1f1dSLionel Sambuc /* #undef _MINIX */
266*0a6a1f1dSLionel Sambuc 
267*0a6a1f1dSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with
268*0a6a1f1dSLionel Sambuc    this defined. */
269*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */
270*0a6a1f1dSLionel Sambuc 
271*0a6a1f1dSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */
272*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */
273