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