mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-01-12 08:30:53 +00:00
Formerly make.h.~73~
This commit is contained in:
parent
3a511f5874
commit
5a4a5d3160
1 changed files with 3 additions and 3 deletions
6
make.h
6
make.h
|
@ -55,9 +55,9 @@ extern int errno;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef butterfly
|
||||
/* The BBN Butterfly has <unistd.h> that defines _POSIX_VERSION,
|
||||
but isn't really a POSIX.1 system. */
|
||||
/* Some systems define _POSIX_VERSION but are not really POSIX.1. */
|
||||
#if (defined (butterfly) || \
|
||||
(defined (__mips) && defined (_SYSTYPE_SVR3)))
|
||||
#undef POSIX
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue