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