diff options
author | Roland McGrath <roland@redhat.com> | 1993-05-14 20:40:38 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-05-14 20:40:38 +0000 |
commit | fa67064dc668311ec6bd5137b65fd36b20995489 (patch) | |
tree | 69097444f111210ece39558f40d47d8f99f2a42c | |
parent | 5340230f6bb2f0eb184157f2035d37a1591fc890 (diff) | |
download | gunmake-fa67064dc668311ec6bd5137b65fd36b20995489.tar.gz |
Formerly make.h.~71~
-rw-r--r-- | make.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. */ |