Mercurial > emacs
changeset 3597:a9d02b8cec6e
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 09 Jun 1993 20:28:35 +0000 |
parents | 9137e78cc171 |
children | 3c4b5489d2b4 |
files | src/getloadavg.c |
diffstat | 1 files changed, 5 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/getloadavg.c Wed Jun 09 12:53:35 1993 +0000 +++ b/src/getloadavg.c Wed Jun 09 20:28:35 1993 +0000 @@ -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