Formerly make.h.~73~

This commit is contained in:
Roland McGrath 1993-07-08 23:51:22 +00:00
parent 3a511f5874
commit 5a4a5d3160

6
make.h
View file

@ -55,9 +55,9 @@ extern int errno;
#endif #endif
#endif #endif
#ifdef butterfly /* Some systems define _POSIX_VERSION but are not really POSIX.1. */
/* The BBN Butterfly has <unistd.h> that defines _POSIX_VERSION, #if (defined (butterfly) || \
but isn't really a POSIX.1 system. */ (defined (__mips) && defined (_SYSTYPE_SVR3)))
#undef POSIX #undef POSIX
#endif #endif