comparison src/getloadavg.c @ 4422:e51a7e8fffe2

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Mon, 02 Aug 1993 20:48:12 +0000
parents 084df29978c7
children 0dd1dfcb2332
comparison
equal deleted inserted replaced
4421:95bb7e28d761 4422:e51a7e8fffe2
194 #ifdef tek4300 194 #ifdef tek4300
195 #define LOAD_AVE_TYPE long 195 #define LOAD_AVE_TYPE long
196 #endif 196 #endif
197 197
198 #endif /* No LOAD_AVE_TYPE. */ 198 #endif /* No LOAD_AVE_TYPE. */
199
200 #ifdef OSF_ALPHA
201 /* <sys/param.h> defines an incorrect value for FSCALE on Alpha OSF/1,
202 according to ghazi@noc.rutgers.edu. */
203 #undef FSCALE
204 #define FSCALE 1024.0
205 #endif
206
199 207
200 #ifndef FSCALE 208 #ifndef FSCALE
201 209
202 /* SunOS and some others define FSCALE in sys/param.h. */ 210 /* SunOS and some others define FSCALE in sys/param.h. */
203 211