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