Commit | Line | Data |
---|---|---|
e2b4bd2a | 1 | /* config.in. Generated automatically from configure.in by autoheader. */ |
b11fb939 KR |
2 | |
3 | /* Define if using alloca.c. */ | |
4 | #undef C_ALLOCA | |
5 | ||
6 | /* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems. | |
7 | This function is required for alloca.c support on those systems. */ | |
8 | #undef CRAY_STACKSEG_END | |
9 | ||
f2889110 KR |
10 | /* Define if you have alloca, as a function or macro. */ |
11 | #undef HAVE_ALLOCA | |
12 | ||
b11fb939 KR |
13 | /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ |
14 | #undef HAVE_ALLOCA_H | |
15 | ||
16 | /* Define as __inline if that's what the C compiler calls it. */ | |
17 | #undef inline | |
18 | ||
19 | /* If using the C implementation of alloca, define if you know the | |
20 | direction of stack growth for your system; otherwise it will be | |
21 | automatically deduced at run-time. | |
775c64a9 ILT |
22 | STACK_DIRECTION > 0 => grows toward higher addresses |
23 | STACK_DIRECTION < 0 => grows toward lower addresses | |
24 | STACK_DIRECTION = 0 => direction of growth unknown | |
b11fb939 KR |
25 | */ |
26 | #undef STACK_DIRECTION | |
27 | ||
e2b4bd2a ILT |
28 | /* Define if lex declares yytext as a char * by default, not a char[]. */ |
29 | #undef YYTEXT_POINTER | |
30 | ||
31 | /* Name of package. */ | |
32 | #undef PACKAGE | |
33 | ||
34 | /* Version of package. */ | |
35 | #undef VERSION | |
36 | ||
b11fb939 KR |
37 | /* Should gas use high-level BFD interfaces? */ |
38 | #undef BFD_ASSEMBLER | |
39 | ||
40 | /* Some assert/preprocessor combinations are incapable of handling | |
41 | certain kinds of constructs in the argument of assert. For example, | |
42 | quoted strings (if requoting isn't done right) or newlines. */ | |
43 | #undef BROKEN_ASSERT | |
44 | ||
45 | /* If we aren't doing cross-assembling, some operations can be optimized, | |
46 | since byte orders and value sizes don't need to be adjusted. */ | |
47 | #undef CROSS_COMPILE | |
48 | ||
b11fb939 KR |
49 | /* Some gas code wants to know these parameters. */ |
50 | #undef TARGET_ALIAS | |
51 | #undef TARGET_CPU | |
52 | #undef TARGET_CANONICAL | |
53 | #undef TARGET_OS | |
54 | #undef TARGET_VENDOR | |
55 | ||
5cece526 ILT |
56 | /* Sometimes the system header files don't declare strstr. */ |
57 | #undef NEED_DECLARATION_STRSTR | |
58 | ||
b11fb939 | 59 | /* Sometimes the system header files don't declare malloc and realloc. */ |
bf111c9f | 60 | #undef NEED_DECLARATION_MALLOC |
b11fb939 KR |
61 | |
62 | /* Sometimes the system header files don't declare free. */ | |
bf111c9f | 63 | #undef NEED_DECLARATION_FREE |
b11fb939 | 64 | |
5cece526 ILT |
65 | /* Sometimes the system header files don't declare sbrk. */ |
66 | #undef NEED_DECLARATION_SBRK | |
67 | ||
b11fb939 | 68 | /* Sometimes errno.h doesn't declare errno itself. */ |
bf111c9f | 69 | #undef NEED_DECLARATION_ERRNO |
b11fb939 KR |
70 | |
71 | #undef MANY_SEGMENTS | |
72 | ||
7fcb3191 DE |
73 | /* Needed only for sparc configuration. */ |
74 | #undef SPARC_V9 | |
75 | #undef SPARC_ARCH64 | |
b11fb939 | 76 | |
e7757ad0 KR |
77 | /* Needed only for some configurations that can produce multiple output |
78 | formats. */ | |
79 | #undef DEFAULT_EMULATION | |
80 | #undef EMULATIONS | |
81 | #undef USE_EMULATIONS | |
82 | #undef OBJ_MAYBE_AOUT | |
83 | #undef OBJ_MAYBE_BOUT | |
84 | #undef OBJ_MAYBE_COFF | |
85 | #undef OBJ_MAYBE_ECOFF | |
86 | #undef OBJ_MAYBE_ELF | |
87 | #undef OBJ_MAYBE_GENERIC | |
88 | #undef OBJ_MAYBE_HP300 | |
89 | #undef OBJ_MAYBE_IEEE | |
90 | #undef OBJ_MAYBE_SOM | |
91 | #undef OBJ_MAYBE_VMS | |
92 | ||
93 | /* Used for some of the COFF configurations, when the COFF code needs | |
94 | to select something based on the CPU type before it knows it... */ | |
95 | #undef I386COFF | |
96 | #undef M68KCOFF | |
97 | #undef M88KCOFF | |
98 | ||
e2b4bd2a ILT |
99 | /* Using cgen code? */ |
100 | #undef USING_CGEN | |
101 | ||
eb3028aa KR |
102 | /* Define if you have the remove function. */ |
103 | #undef HAVE_REMOVE | |
b9419dd2 | 104 | |
9814e22f ILT |
105 | /* Define if you have the sbrk function. */ |
106 | #undef HAVE_SBRK | |
107 | ||
ad0ab4eb KR |
108 | /* Define if you have the unlink function. */ |
109 | #undef HAVE_UNLINK | |
110 | ||
b11fb939 KR |
111 | /* Define if you have the <errno.h> header file. */ |
112 | #undef HAVE_ERRNO_H | |
113 | ||
114 | /* Define if you have the <memory.h> header file. */ | |
115 | #undef HAVE_MEMORY_H | |
116 | ||
117 | /* Define if you have the <stdarg.h> header file. */ | |
118 | #undef HAVE_STDARG_H | |
119 | ||
120 | /* Define if you have the <stdlib.h> header file. */ | |
121 | #undef HAVE_STDLIB_H | |
122 | ||
123 | /* Define if you have the <string.h> header file. */ | |
124 | #undef HAVE_STRING_H | |
125 | ||
126 | /* Define if you have the <strings.h> header file. */ | |
127 | #undef HAVE_STRINGS_H | |
128 | ||
129 | /* Define if you have the <sys/types.h> header file. */ | |
130 | #undef HAVE_SYS_TYPES_H | |
131 | ||
132 | /* Define if you have the <unistd.h> header file. */ | |
133 | #undef HAVE_UNISTD_H | |
134 | ||
135 | /* Define if you have the <varargs.h> header file. */ | |
136 | #undef HAVE_VARARGS_H |