diff options
Diffstat (limited to 'gas/acconfig.h')
-rw-r--r-- | gas/acconfig.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/acconfig.h b/gas/acconfig.h index d2ca454..ae1587b 100644 --- a/gas/acconfig.h +++ b/gas/acconfig.h @@ -1,3 +1,9 @@ +/* Name of package. */ +#undef PACKAGE + +/* Version of package. */ +#undef VERSION + /* Should gas use high-level BFD interfaces? */ #undef BFD_ASSEMBLER @@ -59,3 +65,6 @@ #undef I386COFF #undef M68KCOFF #undef M88KCOFF + +/* Using cgen code? */ +#undef USING_CGEN |