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