8sa1-gcc/gcc/acconfig.h

31 lines
1006 B
C
Raw Normal View History

/* Define if you have a working <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
1997-07-18 22:37:36 -04:00
/* Whether malloc must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_MALLOC
/* Whether realloc must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_REALLOC
/* Whether calloc must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_CALLOC
1997-07-18 22:37:36 -04:00
/* Whether free must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_FREE
1997-12-06 19:31:01 -05:00
/* Whether index must be declared even if <string.h> is included. */
1997-12-06 19:31:01 -05:00
#undef NEED_DECLARATION_INDEX
/* Whether rindex must be declared even if <string.h> is included. */
1997-12-06 19:31:01 -05:00
#undef NEED_DECLARATION_RINDEX
/* Whether getenv must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_GETENV
/* Whether atol must be declared even if <stdlib.h> is included. */
#undef NEED_DECLARATION_ATOL
/* Whether sbrk must be declared even if <unistd.h> is included. */
#undef NEED_DECLARATION_SBRK
1997-07-18 22:37:36 -04:00
@TOP@