(HAVE_STRING_H): Add #undef.

(NO_ABORT): Defined.
This commit is contained in:
Richard M. Stallman 1998-05-02 06:40:41 +00:00
parent dbcb258a89
commit d85e7184b9

View file

@ -109,3 +109,9 @@ Boston, MA 02111-1307, USA. */
#define TEXT_END get_etext ()
/* This seems to be right for end_of_data, but it may not be used anyway. */
#define DATA_END get_edata ()
/* Don't include string.h--it causes trouble. */
#undef HAVE_STRING_H
/* Tell emacs.c not to define abort. */
#define NO_ABORT