Formerly make.h.~74~
authorRoland McGrath <roland@redhat.com>
Tue, 13 Jul 1993 02:42:59 +0000 (02:42 +0000)
committerRoland McGrath <roland@redhat.com>
Tue, 13 Jul 1993 02:42:59 +0000 (02:42 +0000)
make.h

diff --git a/make.h b/make.h
index 8475efa..dd79070 100644 (file)
--- a/make.h
+++ b/make.h
@@ -57,7 +57,8 @@ extern int errno;
 
 /* Some systems define _POSIX_VERSION but are not really POSIX.1.  */
 #if (defined (butterfly) || \
-     (defined (__mips) && defined (_SYSTYPE_SVR3)))
+     (defined (__mips) && defined (_SYSTYPE_SVR3)) || \
+     (defined (sequent) && defined (i386)))
 #undef POSIX
 #endif