OSDN Git Service

Update mainline egcs to gcc2 snapshot 971021.
[pf3gnuchains/gcc-fork.git] / gcc / acconfig.h
1 /* Whether malloc must be declared even if <stdlib.h> is included.  */
2 #undef NEED_DECLARATION_MALLOC
3
4 /* Whether realloc must be declared even if <stdlib.h> is included.  */
5 #undef NEED_DECLARATION_REALLOC
6
7 /* Whether calloc must be declared even if <stdlib.h> is included.  */
8 #undef NEED_DECLARATION_CALLOC
9
10 /* Whether free must be declared even if <stdlib.h> is included.  */
11 #undef NEED_DECLARATION_FREE
12 @TOP@