Initial revision
[official-gcc.git] / gcc / acconfig.h
blob690a21301a64180c23b0dd064a06ba9d12288d50
2 /* Include the old config.h as config2.h to simplify the transition
3 to autoconf. */
4 #include "config2.h"
6 /* Whether malloc must be declared even if <stdlib.h> is included. */
7 #undef NEED_DECLARATION_MALLOC
9 /* Whether realloc must be declared even if <stdlib.h> is included. */
10 #undef NEED_DECLARATION_REALLOC
12 /* Whether free must be declared even if <stdlib.h> is included. */
13 #undef NEED_DECLARATION_FREE
14 @TOP@