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