From: Roland McGrath Date: Fri, 14 May 1993 20:40:38 +0000 (+0000) Subject: Formerly make.h.~71~ X-Git-Tag: 3.70.2~284 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa67064dc668311ec6bd5137b65fd36b20995489;p=thirdparty%2Fmake.git Formerly make.h.~71~ --- diff --git a/make.h b/make.h index 7b9aa319..d42720a9 100644 --- a/make.h +++ b/make.h @@ -55,6 +55,12 @@ extern int errno; #endif #endif +#ifdef butterfly +/* The BBN Butterfly has 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. */