# HG changeset patch # User Richard M. Stallman # Date 772153829 0 # Node ID b2419e15cbbdffc3be203d97075e9d81a2ad92e7 # Parent f6c309d5d31494f8e4db22942665b9cea8fd2ffa (HAVE_STRERROR, HAVE_XRMSETDATABASE) (HAVE_XSCREENRESOURCESTRING, HAVE_SETSID): Add #undefs. diff -r f6c309d5d314 -r b2419e15cbbd src/m/mips4.h --- 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