comparison src/getloadavg.c @ 4288:64c6649f40b8

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Mon, 26 Jul 1993 17:37:11 +0000
parents d14ba65a1363
children 294aa73cf31c
comparison
equal deleted inserted replaced
4287:20486b99584f 4288:64c6649f40b8
201 #if defined(MIPS) || defined(SVR4) || defined(decstation) 201 #if defined(MIPS) || defined(SVR4) || defined(decstation)
202 #define FSCALE 256 202 #define FSCALE 256
203 #endif 203 #endif
204 204
205 #if defined (sgi) || defined (sequent) 205 #if defined (sgi) || defined (sequent)
206 /* Sometimes both MIPS and sgi are defined, so FSCALE was just defined
207 above under #ifdef MIPS. But we want the sgi value. */
208 #undef FSCALE
206 #define FSCALE 1000.0 209 #define FSCALE 1000.0
207 #endif 210 #endif
208 211
209 #if defined (ardent) && defined (titan) 212 #if defined (ardent) && defined (titan)
210 #define FSCALE 65536.0 213 #define FSCALE 65536.0