diff options
author | Doug Evans <dje@gnu.org> | 1997-07-19 02:37:36 +0000 |
---|---|---|
committer | Doug Evans <dje@gnu.org> | 1997-07-19 02:37:36 +0000 |
commit | 2f51182ac3209817ffcea613aa84a0a60de287ae (patch) | |
tree | d83876238768d45bde3aca18b67b9f4b464feb4b /gcc/acconfig.h | |
parent | 571a8de585db7ec6c03a846b87a1091e498640fb (diff) | |
download | gcc-2f51182ac3209817ffcea613aa84a0a60de287ae.tar.gz |
Initial revision
From-SVN: r14486
Diffstat (limited to 'gcc/acconfig.h')
-rw-r--r-- | gcc/acconfig.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gcc/acconfig.h b/gcc/acconfig.h new file mode 100644 index 00000000000..690a21301a6 --- /dev/null +++ b/gcc/acconfig.h @@ -0,0 +1,14 @@ + +/* Include the old config.h as config2.h to simplify the transition + to autoconf. */ +#include "config2.h" + +/* Whether malloc must be declared even if <stdlib.h> is included. */ +#undef NEED_DECLARATION_MALLOC + +/* Whether realloc must be declared even if <stdlib.h> is included. */ +#undef NEED_DECLARATION_REALLOC + +/* Whether free must be declared even if <stdlib.h> is included. */ +#undef NEED_DECLARATION_FREE +@TOP@ |