mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-28 15:57:48 +00:00
Formerly make.h.~74~
This commit is contained in:
parent
c2cc8e33fb
commit
c3b30f576d
1 changed files with 2 additions and 1 deletions
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue