summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1993-07-13 02:42:59 +0000
committerRoland McGrath <roland@redhat.com>1993-07-13 02:42:59 +0000
commitc3b30f576d6ab8feadc2ad53580f7404e8bfdf9e (patch)
tree5077a71c18b6ad5f429f6d5149ed355d4f13adf4
parentc2cc8e33fb57d5d1fc2675a69288d72ea906aee7 (diff)
downloadgunmake-c3b30f576d6ab8feadc2ad53580f7404e8bfdf9e.tar.gz
Formerly make.h.~74~
-rw-r--r--make.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/make.h b/make.h
index 8475efa..dd79070 100644
--- 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