mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly make.h.~71~
This commit is contained in:
parent
5340230f6b
commit
fa67064dc6
1 changed files with 6 additions and 0 deletions
6
make.h
6
make.h
|
@ -55,6 +55,12 @@ 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. */
|
||||
#undef POSIX
|
||||
#endif
|
||||
|
||||
#if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST)
|
||||
#define sys_siglist _sys_siglist
|
||||
#define HAVE_SYS_SIGLIST /* Now we have it. */
|
||||
|
|
Loading…
Reference in a new issue