e9b4fabf5c
* acconfig.h (HAVE_VOLATILE): Insert stub for autoconf. * alocal.m4 (GCC_C_VOLATILE): New autoconf test. * configure.in: Use GCC_C_VOLATILE. * system.h (volatile): Define as empty if no volatile support is available. * genemit.c (output_add_clobbers): Removed unused variable 'i' from generated fucntion. From-SVN: r19653
52 lines
1.6 KiB
C
52 lines
1.6 KiB
C
/* Define to "%p" if printf supports it, else machmode.h will define it. */
|
|
#undef HOST_PTR_PRINTF
|
|
|
|
/* Define if your cpp understands the stringify operator. */
|
|
#undef HAVE_CPP_STRINGIFY
|
|
|
|
/* Define if your compiler understands volatile. */
|
|
#undef HAVE_VOLATILE
|
|
|
|
/* Define if you have a working <inttypes.h> header file. */
|
|
#undef HAVE_INTTYPES_H
|
|
|
|
/* 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
|
|
|
|
/* Whether free must be declared even if <stdlib.h> is included. */
|
|
#undef NEED_DECLARATION_FREE
|
|
|
|
/* Whether bcopy must be declared even if <string.h> is included. */
|
|
#undef NEED_DECLARATION_BCOPY
|
|
|
|
/* Whether bcmp must be declared even if <string.h> is included. */
|
|
#undef NEED_DECLARATION_BCMP
|
|
|
|
/* Whether bzero must be declared even if <string.h> is included. */
|
|
#undef NEED_DECLARATION_BZERO
|
|
|
|
/* Whether index must be declared even if <string.h> is included. */
|
|
#undef NEED_DECLARATION_INDEX
|
|
|
|
/* Whether rindex must be declared even if <string.h> is included. */
|
|
#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 <stdlib.h> is included. */
|
|
#undef NEED_DECLARATION_SBRK
|
|
|
|
/* Whether abort must be declared even if <stdlib.h> is included. */
|
|
#undef NEED_DECLARATION_ABORT
|
|
@TOP@
|