mirror of
https://github.com/mirror/make.git
synced 2025-01-29 13:50:20 +08:00
Formerly make.h.~74~
This commit is contained in:
parent
c2cc8e33fb
commit
c3b30f576d
3
make.h
3
make.h
@ -57,7 +57,8 @@ extern int errno;
|
|||||||
|
|
||||||
/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
|
/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
|
||||||
#if (defined (butterfly) || \
|
#if (defined (butterfly) || \
|
||||||
(defined (__mips) && defined (_SYSTYPE_SVR3)))
|
(defined (__mips) && defined (_SYSTYPE_SVR3)) || \
|
||||||
|
(defined (sequent) && defined (i386)))
|
||||||
#undef POSIX
|
#undef POSIX
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user