Formerly make.h.~74~

This commit is contained in:
Roland McGrath 1993-07-13 02:42:59 +00:00
parent c2cc8e33fb
commit c3b30f576d

3
make.h
View file

@ -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