source: trunk/third/gcc/acconfig.h @ 11288

Revision 11288, 907 bytes checked in by ghudson, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r11287, which included commits to RCS files with non-trunk default branches.
Line 
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
16/* Whether index must be declared even if <stdlib.h> is included.  */
17#undef NEED_DECLARATION_INDEX
18
19/* Whether rindex must be declared even if <stdlib.h> is included.  */
20#undef NEED_DECLARATION_RINDEX
21
22/* Whether getenv must be declared even if <stdlib.h> is included.  */
23#undef NEED_DECLARATION_GETENV
24
25/* Whether sbrk must be declared even if <stdlib.h> is included.  */
26#undef NEED_DECLARATION_SBRK
27@TOP@
Note: See TracBrowser for help on using the repository browser.