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