Mercurial > emacs
changeset 7986:b2419e15cbbd
(HAVE_STRERROR, HAVE_XRMSETDATABASE)
(HAVE_XSCREENRESOURCESTRING, HAVE_SETSID): Add #undefs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 20 Jun 1994 23:10:29 +0000 |
parents | f6c309d5d314 |
children | 5d29639db749 |
files | src/m/mips4.h |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/mips4.h Mon Jun 20 23:10:07 1994 +0000 +++ b/src/m/mips4.h Mon Jun 20 23:10:29 1994 +0000 @@ -48,3 +48,12 @@ #define LD_SWITCH_MACHINE -systype bsd43 -g3 -D 800000 #define NO_MODE_T + +/* These are needed on Riscos 4.0. + It appears that's the only system which uses mips4.h and defined BSD. */ +#ifdef BSD +#undef HAVE_STRERROR +#undef HAVE_XRMSETDATABASE +#undef HAVE_XSCREENRESOURCESTRING +#undef HAVE_SETSID +#endif