Fix irix5 build problem resulting from FSF merge.
[platform/upstream/gcc.git] / gcc / acconfig.h
1 /* Define if you have a working <inttypes.h> header file.  */
2 #undef HAVE_INTTYPES_H
3
4 /* Whether malloc must be declared even if <stdlib.h> is included.  */
5 #undef NEED_DECLARATION_MALLOC
6
7 /* Whether realloc must be declared even if <stdlib.h> is included.  */
8 #undef NEED_DECLARATION_REALLOC
9
10 /* Whether calloc must be declared even if <stdlib.h> is included.  */
11 #undef NEED_DECLARATION_CALLOC
12
13 /* Whether free must be declared even if <stdlib.h> is included.  */
14 #undef NEED_DECLARATION_FREE
15 @TOP@