Add build infrastructure for binutils-2.17.
[games.git] / gnu / usr.bin / binutils217 / as / config.h
1 /* $DragonFly: src/gnu/usr.bin/binutils217/as/config.h,v 1.1 2007/04/13 12:24:32 corecode Exp $ */
2 /* config.h.  Generated by configure.  */
3 /* config.in.  Generated from configure.in by autoheader.  */
4
5 /* Define if using AIX 5.2 value for C_WEAKEXT. */
6 /* #undef AIX_WEAK_SUPPORT */
7
8 /* assert broken? */
9 /* #undef BROKEN_ASSERT */
10
11 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
12    systems. This function is required for `alloca.c' support on those systems.
13    */
14 /* #undef CRAY_STACKSEG_END */
15
16 /* Compiling cross-assembler? */
17 /* #undef CROSS_COMPILE */
18
19 /* Define to 1 if using `alloca.c'. */
20 /* #undef C_ALLOCA */
21
22 /* Default architecture. */
23 /* #define DEFAULT_ARCH "i386" */
24
25 /* Default CRIS architecture. */
26 /* #undef DEFAULT_CRIS_ARCH */
27
28 /* Default emulation. */
29 /* #define DEFAULT_EMULATION "i386elf" */
30
31 /* Supported emulations. */
32 /* #define EMULATIONS &i386elf, */
33
34 /* Define to 1 if NLS is requested */
35 /* #undef ENABLE_NLS */
36
37 /* Define to 1 if you have `alloca', as a function or macro. */
38 #define HAVE_ALLOCA 1
39
40 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
41    */
42 /* #undef HAVE_ALLOCA_H */
43
44 /* Define to 1 if you have the <argz.h> header file. */
45 /* #undef HAVE_ARGZ_H */
46
47 /* Define to 1 if you have the `dcgettext' function. */
48 /* #undef HAVE_DCGETTEXT */
49
50 /* Is the prototype for getopt in <unistd.h> in the expected format? */
51 #define HAVE_DECL_GETOPT 1
52
53 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
54    don't. */
55 #define HAVE_DECL_VSNPRINTF 1
56
57 /* Define to 1 if you have the <errno.h> header file. */
58 #define HAVE_ERRNO_H 1
59
60 /* Define to 1 if you have the `getcwd' function. */
61 #define HAVE_GETCWD 1
62
63 /* Define to 1 if you have the `getpagesize' function. */
64 #define HAVE_GETPAGESIZE 1
65
66 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
67 /* #undef HAVE_GETTEXT */
68
69 /* Define to 1 if you have the <inttypes.h> header file. */
70 #define HAVE_INTTYPES_H 1
71
72 /* Define if your locale.h file contains LC_MESSAGES. */
73 #define HAVE_LC_MESSAGES 1
74
75 /* Define to 1 if you have the <limits.h> header file. */
76 #define HAVE_LIMITS_H 1
77
78 /* Define to 1 if you have the <locale.h> header file. */
79 #define HAVE_LOCALE_H 1
80
81 /* Define to 1 if you have the <malloc.h> header file. */
82 #define HAVE_MALLOC_H 1
83
84 /* Define to 1 if you have the <memory.h> header file. */
85 #define HAVE_MEMORY_H 1
86
87 /* Define to 1 if you have a working `mmap' system call. */
88 #define HAVE_MMAP 1
89
90 /* Define to 1 if you have the `munmap' function. */
91 #define HAVE_MUNMAP 1
92
93 /* Define to 1 if you have the <nl_types.h> header file. */
94 #define HAVE_NL_TYPES_H 1
95
96 /* Define to 1 if you have the `putenv' function. */
97 #define HAVE_PUTENV 1
98
99 /* Define to 1 if you have the `remove' function. */
100 /* #undef HAVE_REMOVE */
101
102 /* Define to 1 if you have the `sbrk' function. */
103 #define HAVE_SBRK 1
104
105 /* Define to 1 if you have the `setenv' function. */
106 #define HAVE_SETENV 1
107
108 /* Define to 1 if you have the `setlocale' function. */
109 #define HAVE_SETLOCALE 1
110
111 /* Define to 1 if you have the <stdarg.h> header file. */
112 #define HAVE_STDARG_H 1
113
114 /* Define to 1 if you have the <stdint.h> header file. */
115 #define HAVE_STDINT_H 1
116
117 /* Define to 1 if you have the <stdlib.h> header file. */
118 #define HAVE_STDLIB_H 1
119
120 /* Define if you have the stpcpy function */
121 /* #undef HAVE_STPCPY */
122
123 /* Define to 1 if you have the `strcasecmp' function. */
124 #define HAVE_STRCASECMP 1
125
126 /* Define to 1 if you have the `strchr' function. */
127 #define HAVE_STRCHR 1
128
129 /* Define to 1 if you have the <strings.h> header file. */
130 #define HAVE_STRINGS_H 1
131
132 /* Define to 1 if you have the <string.h> header file. */
133 #define HAVE_STRING_H 1
134
135 /* Define to 1 if you have the <sys/param.h> header file. */
136 #define HAVE_SYS_PARAM_H 1
137
138 /* Define to 1 if you have the <sys/stat.h> header file. */
139 #define HAVE_SYS_STAT_H 1
140
141 /* Define to 1 if you have the <sys/types.h> header file. */
142 #define HAVE_SYS_TYPES_H 1
143
144 /* Define to 1 if you have the <unistd.h> header file. */
145 #define HAVE_UNISTD_H 1
146
147 /* Define to 1 if you have the `unlink' function. */
148 #define HAVE_UNLINK 1
149
150 /* Define to 1 if you have the <values.h> header file. */
151 /* #undef HAVE_VALUES_H */
152
153 /* Define to 1 if you have the <varargs.h> header file. */
154 #define HAVE_VARARGS_H 1
155
156 /* Define to 1 if you have the `__argz_count' function. */
157 /* #undef HAVE___ARGZ_COUNT */
158
159 /* Define to 1 if you have the `__argz_next' function. */
160 /* #undef HAVE___ARGZ_NEXT */
161
162 /* Define to 1 if you have the `__argz_stringify' function. */
163 /* #undef HAVE___ARGZ_STRINGIFY */
164
165 /* Using i386 COFF? */
166 /* #undef I386COFF */
167
168 /* Using m68k COFF? */
169 /* #undef M68KCOFF */
170
171 /* Using m88k COFF? */
172 /* #undef M88KCOFF */
173
174 /* Default CPU for MIPS targets. */
175 /* #undef MIPS_CPU_STRING_DEFAULT */
176
177 /* Generate 64-bit code by default on MIPS targets. */
178 /* #undef MIPS_DEFAULT_64BIT */
179
180 /* Choose a default ABI for MIPS targets. */
181 /* #undef MIPS_DEFAULT_ABI */
182
183 /* Define if environ is not declared in system header files. */
184 #define NEED_DECLARATION_ENVIRON 1
185
186 /* Define if errno is not declared in system header files. */
187 /* #undef NEED_DECLARATION_ERRNO */
188
189 /* Define if ffs is not declared in system header files. */
190 /* #undef NEED_DECLARATION_FFS */
191
192 /* Define if free is not declared in system header files. */
193 /* #undef NEED_DECLARATION_FREE */
194
195 /* Define if malloc is not declared in system header files. */
196 /* #undef NEED_DECLARATION_MALLOC */
197
198 /* Define if sbrk is not declared in system header files. */
199 /* #undef NEED_DECLARATION_SBRK */
200
201 /* Define if strstr is not declared in system header files. */
202 /* #undef NEED_DECLARATION_STRSTR */
203
204 /* a.out support? */
205 /* #undef OBJ_MAYBE_AOUT */
206
207 /* b.out support? */
208 /* #undef OBJ_MAYBE_BOUT */
209
210 /* COFF support? */
211 /* #undef OBJ_MAYBE_COFF */
212
213 /* ECOFF support? */
214 /* #undef OBJ_MAYBE_ECOFF */
215
216 /* ELF support? */
217 /* #undef OBJ_MAYBE_ELF */
218
219 /* generic support? */
220 /* #undef OBJ_MAYBE_GENERIC */
221
222 /* IEEE support? */
223 /* #undef OBJ_MAYBE_IEEE */
224
225 /* SOM support? */
226 /* #undef OBJ_MAYBE_SOM */
227
228 /* Name of package */
229 #define PACKAGE "gas"
230
231 /* Define to the address where bug reports for this package should be sent. */
232 #define PACKAGE_BUGREPORT ""
233
234 /* Define to the full name of this package. */
235 #define PACKAGE_NAME ""
236
237 /* Define to the full name and version of this package. */
238 #define PACKAGE_STRING ""
239
240 /* Define to the one symbol short name of this package. */
241 #define PACKAGE_TARNAME ""
242
243 /* Define to the version of this package. */
244 #define PACKAGE_VERSION ""
245
246 /* Define if defaulting to ELF on SCO 5. */
247 /* #undef SCO_ELF */
248
249 /* If using the C implementation of alloca, define if you know the
250    direction of stack growth for your system; otherwise it will be
251    automatically deduced at run-time.
252         STACK_DIRECTION > 0 => grows toward higher addresses
253         STACK_DIRECTION < 0 => grows toward lower addresses
254         STACK_DIRECTION = 0 => direction of growth unknown */
255 /* #undef STACK_DIRECTION */
256
257 /* Define to 1 if you have the ANSI C header files. */
258 #define STDC_HEADERS 1
259
260 /* Using strict COFF? */
261 /* #undef STRICTCOFF */
262
263 /* Target alias. */
264 /* #define TARGET_ALIAS "" */
265
266 /* Define as 1 if big endian. */
267 /* #undef TARGET_BYTES_BIG_ENDIAN */
268
269 /* Canonical target. */
270 /* #define TARGET_CANONICAL "i386-unknown-dragonfly1.9.0" */
271
272 /* Target CPU. */
273 /* #define TARGET_CPU "i386" */
274
275 /* Target OS. */
276 /* #define TARGET_OS "dragonfly1.9.0" */
277
278 /* Define if default target is PowerPC Solaris. */
279 /* #undef TARGET_SOLARIS_COMMENT */
280
281 /* Define if target is Symbian OS. */
282 /* #undef TARGET_SYMBIAN */
283
284 /* Target vendor. */
285 /* #define TARGET_VENDOR "unknown" */
286
287 /* Use emulation support? */
288 /* #undef USE_EMULATIONS */
289
290 /* Allow use of E_MIPS_ABI_O32 on MIPS targets. */
291 /* #undef USE_E_MIPS_ABI_O32 */
292
293 /* Using cgen code? */
294 /* #undef USING_CGEN */
295
296 /* Version number of package */
297 /* #define VERSION "2.17" */
298
299 /* Define to 1 if your processor stores words with the most significant byte
300    first (like Motorola and SPARC, unlike Intel and VAX). */
301 /* #undef WORDS_BIGENDIAN */
302
303 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
304    `char[]'. */
305 #define YYTEXT_POINTER 1
306
307 /* Define to empty if `const' does not conform to ANSI C. */
308 /* #undef const */
309
310 /* Define to `__inline__' or `__inline' if that's what the C compiler
311    calls it, or to nothing if 'inline' is not supported under any name.  */
312 #ifndef __cplusplus
313 /* #undef inline */
314 #endif
315
316 /* Define to `long' if <sys/types.h> does not define. */
317 /* #undef off_t */
318
319 /* Define to `unsigned' if <sys/types.h> does not define. */
320 /* #undef size_t */