From: Richard M. Stallman Date: Mon, 20 Jun 1994 23:10:29 +0000 (+0000) Subject: (HAVE_STRERROR, HAVE_XRMSETDATABASE) X-Git-Tag: emacs-19.34~7867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ecc22c11bcaad2e641c8c283c5471fc156f71c32;p=emacs.git (HAVE_STRERROR, HAVE_XRMSETDATABASE) (HAVE_XSCREENRESOURCESTRING, HAVE_SETSID): Add #undefs. --- diff --git a/src/m/mips4.h b/src/m/mips4.h index eb8445f2a9b..8590d6e71bc 100644 --- a/src/m/mips4.h +++ b/src/m/mips4.h @@ -48,3 +48,12 @@ NOTE-END */ #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