diff options
author | Roland McGrath <roland@redhat.com> | 1993-07-13 02:42:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-07-13 02:42:59 +0000 |
commit | c3b30f576d6ab8feadc2ad53580f7404e8bfdf9e (patch) | |
tree | 5077a71c18b6ad5f429f6d5149ed355d4f13adf4 /make.h | |
parent | c2cc8e33fb57d5d1fc2675a69288d72ea906aee7 (diff) | |
download | gunmake-c3b30f576d6ab8feadc2ad53580f7404e8bfdf9e.tar.gz |
Formerly make.h.~74~
Diffstat (limited to 'make.h')
-rw-r--r-- | make.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |