]>
Commit | Line | Data |
---|---|---|
e2b4bd2a ILT |
1 | /* Name of package. */ |
2 | #undef PACKAGE | |
3 | ||
4 | /* Version of package. */ | |
5 | #undef VERSION | |
6 | ||
b11fb939 KR |
7 | /* Should gas use high-level BFD interfaces? */ |
8 | #undef BFD_ASSEMBLER | |
9 | ||
10 | /* Some assert/preprocessor combinations are incapable of handling | |
11 | certain kinds of constructs in the argument of assert. For example, | |
12 | quoted strings (if requoting isn't done right) or newlines. */ | |
13 | #undef BROKEN_ASSERT | |
14 | ||
15 | /* If we aren't doing cross-assembling, some operations can be optimized, | |
16 | since byte orders and value sizes don't need to be adjusted. */ | |
17 | #undef CROSS_COMPILE | |
18 | ||
b11fb939 KR |
19 | /* Some gas code wants to know these parameters. */ |
20 | #undef TARGET_ALIAS | |
21 | #undef TARGET_CPU | |
22 | #undef TARGET_CANONICAL | |
23 | #undef TARGET_OS | |
24 | #undef TARGET_VENDOR | |
25 | ||
5cece526 ILT |
26 | /* Sometimes the system header files don't declare strstr. */ |
27 | #undef NEED_DECLARATION_STRSTR | |
28 | ||
b11fb939 | 29 | /* Sometimes the system header files don't declare malloc and realloc. */ |
bf111c9f | 30 | #undef NEED_DECLARATION_MALLOC |
b11fb939 KR |
31 | |
32 | /* Sometimes the system header files don't declare free. */ | |
bf111c9f | 33 | #undef NEED_DECLARATION_FREE |
b11fb939 | 34 | |
5cece526 ILT |
35 | /* Sometimes the system header files don't declare sbrk. */ |
36 | #undef NEED_DECLARATION_SBRK | |
37 | ||
b11fb939 | 38 | /* Sometimes errno.h doesn't declare errno itself. */ |
bf111c9f | 39 | #undef NEED_DECLARATION_ERRNO |
b11fb939 KR |
40 | |
41 | #undef MANY_SEGMENTS | |
42 | ||
4dc4c45d ILT |
43 | /* The configure script defines this for some targets based on the |
44 | target name used. It is not always defined. */ | |
45 | #undef TARGET_BYTES_BIG_ENDIAN | |
e7757ad0 KR |
46 | |
47 | /* Needed only for some configurations that can produce multiple output | |
48 | formats. */ | |
49 | #undef DEFAULT_EMULATION | |
50 | #undef EMULATIONS | |
51 | #undef USE_EMULATIONS | |
52 | #undef OBJ_MAYBE_AOUT | |
53 | #undef OBJ_MAYBE_BOUT | |
54 | #undef OBJ_MAYBE_COFF | |
55 | #undef OBJ_MAYBE_ECOFF | |
56 | #undef OBJ_MAYBE_ELF | |
57 | #undef OBJ_MAYBE_GENERIC | |
58 | #undef OBJ_MAYBE_HP300 | |
59 | #undef OBJ_MAYBE_IEEE | |
60 | #undef OBJ_MAYBE_SOM | |
61 | #undef OBJ_MAYBE_VMS | |
62 | ||
63 | /* Used for some of the COFF configurations, when the COFF code needs | |
64 | to select something based on the CPU type before it knows it... */ | |
65 | #undef I386COFF | |
66 | #undef M68KCOFF | |
67 | #undef M88KCOFF | |
e2b4bd2a ILT |
68 | |
69 | /* Using cgen code? */ | |
70 | #undef USING_CGEN | |
4dc4c45d ILT |
71 | |
72 | /* Needed only for sparc configuration. */ | |
2b09622a | 73 | #undef DEFAULT_ARCH |
4dc4c45d ILT |
74 | |
75 | /* Needed only for PowerPC Solaris. */ | |
76 | #undef TARGET_SOLARIS_COMMENT | |
77 | ||
78 | /* Needed only for SCO 5. */ | |
79 | #undef SCO_ELF | |
48401fcf TT |
80 | |
81 | /* Define to 1 if NLS is requested. */ | |
82 | #undef ENABLE_NLS | |
83 | ||
84 | /* Define as 1 if you have catgets and don't want to use GNU gettext. */ | |
85 | #undef HAVE_CATGETS | |
86 | ||
87 | /* Define as 1 if you have gettext and don't want to use GNU gettext. */ | |
88 | #undef HAVE_GETTEXT | |
89 | ||
90 | /* Define as 1 if you have the stpcpy function. */ | |
91 | #undef HAVE_STPCPY | |
92 | ||
93 | /* Define if your locale.h file contains LC_MESSAGES. */ | |
94 | #undef HAVE_LC_MESSAGES |