Check to see if the filename symbol has been initialised before extracting
[deliverable/binutils-gdb.git] / gas / config.in
CommitLineData
252b5132
RH
1/* config.in. Generated automatically from configure.in by autoheader. */
2
6840198f
NC
3/* Use BFD interface? */
4#undef BFD_ASSEMBLER
252b5132 5
6840198f
NC
6/* assert broken? */
7#undef BROKEN_ASSERT
252b5132 8
6840198f
NC
9/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10 systems. This function is required for `alloca.c' support on those systems.
11 */
252b5132
RH
12#undef CRAY_STACKSEG_END
13
6840198f
NC
14/* Compiling cross-assembler? */
15#undef CROSS_COMPILE
16
17/* Define if using `alloca.c'. */
18#undef C_ALLOCA
19
20/* Default architecture. */
21#undef DEFAULT_ARCH
22
23/* Default emulation. */
24#undef DEFAULT_EMULATION
25
26/* Supported emulations. */
27#undef EMULATIONS
28
29/* Define to 1 if NLS is requested */
30#undef ENABLE_NLS
31
32/* Define if you have `alloca', as a function or macro. */
252b5132
RH
33#undef HAVE_ALLOCA
34
6840198f 35/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
252b5132
RH
36#undef HAVE_ALLOCA_H
37
6840198f
NC
38/* Define if you have the <argz.h> header file. */
39#undef HAVE_ARGZ_H
252b5132 40
6840198f
NC
41/* Define if you have the `dcgettext' function. */
42#undef HAVE_DCGETTEXT
252b5132 43
6840198f
NC
44/* Define if you have the <errno.h> header file. */
45#undef HAVE_ERRNO_H
252b5132 46
6840198f
NC
47/* Define if you have the `getcwd' function. */
48#undef HAVE_GETCWD
252b5132 49
6840198f
NC
50/* Define if you have the `getpagesize' function. */
51#undef HAVE_GETPAGESIZE
252b5132 52
6840198f
NC
53/* Define as 1 if you have gettext and don't want to use GNU gettext. */
54#undef HAVE_GETTEXT
252b5132 55
6840198f
NC
56/* Define if you have the <inttypes.h> header file. */
57#undef HAVE_INTTYPES_H
252b5132 58
6840198f
NC
59/* Define if your locale.h file contains LC_MESSAGES. */
60#undef HAVE_LC_MESSAGES
252b5132 61
6840198f
NC
62/* Define if you have the <limits.h> header file. */
63#undef HAVE_LIMITS_H
252b5132 64
6840198f
NC
65/* Define if you have the <locale.h> header file. */
66#undef HAVE_LOCALE_H
252b5132 67
6840198f
NC
68/* Define if you have the <malloc.h> header file. */
69#undef HAVE_MALLOC_H
252b5132 70
6840198f
NC
71/* Define if you have the <memory.h> header file. */
72#undef HAVE_MEMORY_H
252b5132 73
6840198f
NC
74/* Define if you have a working `mmap' system call. */
75#undef HAVE_MMAP
252b5132 76
6840198f 77/* Define if you have the `munmap' function. */
252b5132
RH
78#undef HAVE_MUNMAP
79
6840198f
NC
80/* Define if you have the <nl_types.h> header file. */
81#undef HAVE_NL_TYPES_H
82
83/* Define if you have the `putenv' function. */
252b5132
RH
84#undef HAVE_PUTENV
85
6840198f 86/* Define if you have the `remove' function. */
252b5132
RH
87#undef HAVE_REMOVE
88
6840198f 89/* Define if you have the `sbrk' function. */
252b5132
RH
90#undef HAVE_SBRK
91
6840198f 92/* Define if you have the `setenv' function. */
252b5132
RH
93#undef HAVE_SETENV
94
6840198f 95/* Define if you have the `setlocale' function. */
252b5132
RH
96#undef HAVE_SETLOCALE
97
6840198f
NC
98/* Define if you have the <stdarg.h> header file. */
99#undef HAVE_STDARG_H
100
101/* Define if you have the <stdlib.h> header file. */
102#undef HAVE_STDLIB_H
103
104/* Define if you have the stpcpy function */
252b5132
RH
105#undef HAVE_STPCPY
106
6840198f 107/* Define if you have the `strcasecmp' function. */
252b5132
RH
108#undef HAVE_STRCASECMP
109
6840198f 110/* Define if you have the `strchr' function. */
252b5132
RH
111#undef HAVE_STRCHR
112
6840198f
NC
113/* Define if you have the <strings.h> header file. */
114#undef HAVE_STRINGS_H
252b5132 115
6840198f 116/* Define if you have the <string.h> header file. */
252b5132
RH
117#undef HAVE_STRING_H
118
6840198f 119/* Define if you have the <sys/param.h> header file. */
252b5132
RH
120#undef HAVE_SYS_PARAM_H
121
6840198f 122/* Define if you have the <sys/types.h> header file. */
252b5132
RH
123#undef HAVE_SYS_TYPES_H
124
6840198f 125/* Define if you have the <unistd.h> header file. */
252b5132
RH
126#undef HAVE_UNISTD_H
127
6840198f
NC
128/* Define if you have the `unlink' function. */
129#undef HAVE_UNLINK
130
131/* Define if you have the <values.h> header file. */
252b5132
RH
132#undef HAVE_VALUES_H
133
6840198f 134/* Define if you have the <varargs.h> header file. */
252b5132
RH
135#undef HAVE_VARARGS_H
136
6840198f
NC
137/* Define if you have the `__argz_count' function. */
138#undef HAVE___ARGZ_COUNT
252b5132 139
6840198f
NC
140/* Define if you have the `__argz_next' function. */
141#undef HAVE___ARGZ_NEXT
252b5132 142
6840198f
NC
143/* Define if you have the `__argz_stringify' function. */
144#undef HAVE___ARGZ_STRINGIFY
252b5132 145
6840198f
NC
146/* Using i386 COFF? */
147#undef I386COFF
ed265386 148
6840198f
NC
149/* Using m68k COFF? */
150#undef M68KCOFF
252b5132 151
6840198f
NC
152/* Using m88k COFF? */
153#undef M88KCOFF
252b5132 154
6840198f
NC
155/* old COFF support? */
156#undef MANY_SEGMENTS
252b5132 157
6840198f
NC
158/* Use ELF stabs for MIPS, not ECOFF stabs */
159#undef MIPS_STABS_ELF
a85d7ed0 160
6840198f
NC
161/* Define if environ is not declared in system header files. */
162#undef NEED_DECLARATION_ENVIRON
a85d7ed0 163
6840198f
NC
164/* Define if errno is not declared in system header files. */
165#undef NEED_DECLARATION_ERRNO
252b5132 166
6840198f
NC
167/* Define if free is not declared in system header files. */
168#undef NEED_DECLARATION_FREE
252b5132 169
6840198f
NC
170/* Define if malloc is not declared in system header files. */
171#undef NEED_DECLARATION_MALLOC
252b5132 172
6840198f
NC
173/* Define if sbrk is not declared in system header files. */
174#undef NEED_DECLARATION_SBRK
252b5132 175
6840198f
NC
176/* Define if strstr is not declared in system header files. */
177#undef NEED_DECLARATION_STRSTR
252b5132
RH
178
179/* a.out support? */
180#undef OBJ_MAYBE_AOUT
181
182/* b.out support? */
183#undef OBJ_MAYBE_BOUT
184
185/* COFF support? */
186#undef OBJ_MAYBE_COFF
187
188/* ECOFF support? */
189#undef OBJ_MAYBE_ECOFF
190
191/* ELF support? */
192#undef OBJ_MAYBE_ELF
193
194/* generic support? */
195#undef OBJ_MAYBE_GENERIC
196
197/* HP300 support? */
198#undef OBJ_MAYBE_HP300
199
200/* IEEE support? */
201#undef OBJ_MAYBE_IEEE
202
203/* SOM support? */
204#undef OBJ_MAYBE_SOM
205
206/* VMS support? */
207#undef OBJ_MAYBE_VMS
208
6840198f
NC
209/* Name of package */
210#undef PACKAGE
252b5132 211
6840198f
NC
212/* Define if defaulting to ELF on SCO 5. */
213#undef SCO_ELF
252b5132 214
6840198f
NC
215/* If using the C implementation of alloca, define if you know the
216 direction of stack growth for your system; otherwise it will be
217 automatically deduced at run-time.
218 STACK_DIRECTION > 0 => grows toward higher addresses
219 STACK_DIRECTION < 0 => grows toward lower addresses
220 STACK_DIRECTION = 0 => direction of growth unknown */
221#undef STACK_DIRECTION
252b5132 222
6840198f
NC
223/* Define if you have the ANSI C header files. */
224#undef STDC_HEADERS
252b5132 225
6840198f
NC
226/* Using strict COFF? */
227#undef STRICTCOFF
252b5132
RH
228
229/* Target alias. */
230#undef TARGET_ALIAS
231
6840198f
NC
232/* Define as 1 if big endian. */
233#undef TARGET_BYTES_BIG_ENDIAN
234
252b5132
RH
235/* Canonical target. */
236#undef TARGET_CANONICAL
237
238/* Target CPU. */
239#undef TARGET_CPU
240
252b5132
RH
241/* Target OS. */
242#undef TARGET_OS
243
6840198f
NC
244/* Define if default target is PowerPC Solaris. */
245#undef TARGET_SOLARIS_COMMENT
252b5132 246
6840198f
NC
247/* Target vendor. */
248#undef TARGET_VENDOR
252b5132 249
6840198f
NC
250/* Use emulation support? */
251#undef USE_EMULATIONS
252b5132 252
6840198f
NC
253/* Using cgen code? */
254#undef USING_CGEN
252b5132 255
6840198f
NC
256/* Version number of package */
257#undef VERSION
252b5132 258
6840198f
NC
259/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
260 */
261#undef YYTEXT_POINTER
252b5132 262
6840198f
NC
263/* Define if you need to in order for stat and other things to work. */
264#undef _POSIX_SOURCE
252b5132 265
6840198f
NC
266/* Define to empty if `const' does not conform to ANSI C. */
267#undef const
252b5132 268
6840198f
NC
269/* Define as `__inline' if that's what the C compiler calls it, or to nothing
270 if it is not supported. */
271#undef inline
252b5132 272
6840198f
NC
273/* Define to `long' if <sys/types.h> does not define. */
274#undef off_t
252b5132 275
6840198f
NC
276/* Define to `unsigned' if <sys/types.h> does not define. */
277#undef size_t
This page took 0.090921 seconds and 4 git commands to generate.