From: Richard M. Stallman Date: Tue, 22 Jul 1997 21:35:43 +0000 (+0000) Subject: Test `__unix' along with `unix'. X-Git-Tag: 3.75.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=806c7aa46c95f1c36a2cb37ef92c1b058ea48860;p=thirdparty%2Fmake.git Test `__unix' along with `unix'. --- diff --git a/getloadavg.c b/getloadavg.c index 52958d4d..adc4befe 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -81,7 +81,7 @@ /* Both the Emacs and non-Emacs sections want this. Some configuration files' definitions for the LOAD_AVE_CVT macro (like sparc.h's) use macros like FSCALE, defined here. */ -#ifdef unix +#if defined (unix) || defined (__unix) # include #endif