1998-02-07 08:21:36 -05:00
|
|
|
/* Define to "%p" if printf supports it, else machmode.h will define it. */
|
|
|
|
#undef HOST_PTR_PRINTF
|
|
|
|
|
1998-05-13 07:57:25 -04:00
|
|
|
/* Define if you want expensive run-time checks. */
|
|
|
|
#undef ENABLE_CHECKING
|
|
|
|
|
1998-01-19 05:09:47 -05:00
|
|
|
/* Define if your cpp understands the stringify operator. */
|
|
|
|
#undef HAVE_CPP_STRINGIFY
|
|
|
|
|
1998-05-09 21:27:49 -04:00
|
|
|
/* Define if your compiler understands volatile. */
|
|
|
|
#undef HAVE_VOLATILE
|
|
|
|
|
1998-05-21 15:12:20 -04:00
|
|
|
/* Define if your assembler supports specifying the maximum number
|
|
|
|
of bytes to skip when using the GAS .p2align command. */
|
|
|
|
#undef HAVE_GAS_MAX_SKIP_P2ALIGN
|
|
|
|
|
1997-11-04 19:30:37 -05:00
|
|
|
/* 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
|
|
|
|
|
1997-08-22 17:39:10 -04:00
|
|
|
/* 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
|
|
|
|
1998-01-31 19:48:06 -05:00
|
|
|
/* 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
|
|
|
|
|
1998-01-19 04:37:12 -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
|
|
|
|
|
1998-01-19 04:37:12 -05:00
|
|
|
/* Whether rindex must be declared even if <string.h> is included. */
|
1997-12-06 19:31:01 -05:00
|
|
|
#undef NEED_DECLARATION_RINDEX
|
1997-12-15 02:05:04 -05:00
|
|
|
|
|
|
|
/* Whether getenv must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_GETENV
|
1998-01-17 18:00:46 -05:00
|
|
|
|
|
|
|
/* Whether atol must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_ATOL
|
1998-01-19 04:37:12 -05:00
|
|
|
|
1998-04-04 08:32:39 -05:00
|
|
|
/* Whether sbrk must be declared even if <stdlib.h> is included. */
|
1998-01-19 04:37:12 -05:00
|
|
|
#undef NEED_DECLARATION_SBRK
|
1998-01-30 03:08:31 -05:00
|
|
|
|
|
|
|
/* Whether abort must be declared even if <stdlib.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_ABORT
|
1998-06-28 02:09:57 -04:00
|
|
|
|
|
|
|
/* Whether strerror must be declared even if <string.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_STRERROR
|
|
|
|
|
|
|
|
/* Whether getcwd must be declared even if <unistd.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_GETCWD
|
|
|
|
|
|
|
|
/* Whether getwd must be declared even if <unistd.h> is included. */
|
|
|
|
#undef NEED_DECLARATION_GETWD
|
1997-07-18 22:37:36 -04:00
|
|
|
@TOP@
|