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