From: Roland McGrath Date: Wed, 9 Jun 1993 20:28:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 3.70.2~241 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=122c9699faf9933a7641cd549e6d5401f2425d92;p=thirdparty%2Fmake.git *** empty log message *** --- diff --git a/getloadavg.c b/getloadavg.c index c74f63d0..339e9ba4 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -142,6 +142,8 @@ /* VAX C can't handle multi-line #ifs, or lines longer than 256 chars. */ +#ifndef LOAD_AVE_TYPE + #ifdef MORE_BSD #define LOAD_AVE_TYPE long #endif @@ -178,14 +180,15 @@ #define LOAD_AVE_TYPE long #endif -#ifdef ardent && titan +#if defined (ardent) && defined (titan) #define LOAD_AVE_TYPE long #endif -#ifdef tex4300 +#ifdef tek4300 #define LOAD_AVE_TYPE long #endif +#endif /* No LOAD_AVE_TYPE. */ #ifndef FSCALE