]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_STRERROR, HAVE_XRMSETDATABASE)
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Jun 1994 23:10:29 +0000 (23:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Jun 1994 23:10:29 +0000 (23:10 +0000)
(HAVE_XSCREENRESOURCESTRING, HAVE_SETSID): Add #undefs.

src/m/mips4.h

index eb8445f2a9bd4f2c2660cd5c37e0247626312592..8590d6e71bc2b273ba85ee69290f69a69fc1576b 100644 (file)
@@ -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