mirror of
https://github.com/mirror/make.git
synced 2026-08-07 00:21:03 +00:00
Formerly make.h.~74~
This commit is contained in:
3
make.h
3
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user