diff src/m/mips.h @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents ecf1ebac70d8
children 308d34e9f07d 861f2601a38b
line wrap: on
line diff
--- a/src/m/mips.h	Wed Nov 18 22:44:28 2009 +0900
+++ b/src/m/mips.h	Wed Nov 18 08:49:14 2009 -0700
@@ -77,7 +77,7 @@
 
 /* Alter some of the options used when linking.  */
 
-#if !defined(NEWSOS5) && !defined(linux)
+#if !defined(linux)
 #ifdef BSD
 
 /* DECstations don't have this library. */
@@ -100,9 +100,9 @@
 #define C_DEBUG_SWITCH "-O -g3"
 
 #endif /* not BSD */
-#endif /* !NEWSOS5 && !linux */
+#endif /* !linux */
 
-#if !defined(NEWSOS5) && !defined(linux)
+#if !defined(linux)
 #ifdef USG
 
 /* Don't try to use SIGIO even though it is defined.  */
@@ -127,4 +127,4 @@
 #define TERMINFO
 #undef MAIL_USE_FLOCK  /* Someone should check this.  */
 #endif /* BSD */
-#endif /* !NEWSOS5 && !linux */
+#endif /* !linux */