From: Roland McGrath Date: Wed, 28 Sep 1994 21:00:06 +0000 (+0000) Subject: [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define. X-Git-Tag: 3.71.5~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e9521d344742418f743a26d3a68d5c47076ee7bf;p=platform%2Fupstream%2Fmake.git [alliant && i860] (LOAD_AVE_TYPE, FSCALE, NLIST_STRUCT): Define. --- diff --git a/getloadavg.c b/getloadavg.c index fd9fbae..9bf992b 100644 --- a/getloadavg.c +++ b/getloadavg.c @@ -205,6 +205,10 @@ extern int errno; #define LOAD_AVE_TYPE long #endif +#if defined(alliant) && defined(i860) /* Alliant FX/2800 */ +#define LOAD_AVE_TYPE long +#endif + #endif /* No LOAD_AVE_TYPE. */ #ifdef OSF_ALPHA @@ -242,6 +246,13 @@ extern int errno; #define FSCALE 100.0 #endif +#if defined(alliant) && defined(i860) /* Alliant FX/2800 */ +/* defines an incorrect value for FSCALE on an + Alliant FX/2800 Concentrix 2.2, according to ghazi@noc.rutgers.edu. */ +#undef FSCALE +#define FSCALE 100.0 +#endif + #endif /* Not FSCALE. */ #if !defined (LDAV_CVT) && defined (FSCALE) @@ -291,7 +302,7 @@ extern int errno; #define NLIST_STRUCT #endif -#ifdef tex4300 +#ifdef tek4300 #define NLIST_STRUCT #endif @@ -299,6 +310,10 @@ extern int errno; #define NLIST_STRUCT #endif +#if defined(alliant) && defined(i860) /* Alliant FX/2800 */ +#define NLIST_STRUCT +#endif + #endif /* defined (NLIST_STRUCT) */