comparison src/getloadavg.c @ 3597:a9d02b8cec6e

*** empty log message ***
author Roland McGrath <roland@gnu.org>
date Wed, 09 Jun 1993 20:28:35 +0000
parents 2b2b70186646
children 1117ec91799c
comparison
equal deleted inserted replaced
3596:9137e78cc171 3597:a9d02b8cec6e
140 #define tek4300 /* Define by emacs, but not by other users. */ 140 #define tek4300 /* Define by emacs, but not by other users. */
141 #endif 141 #endif
142 142
143 143
144 /* VAX C can't handle multi-line #ifs, or lines longer than 256 chars. */ 144 /* VAX C can't handle multi-line #ifs, or lines longer than 256 chars. */
145 #ifndef LOAD_AVE_TYPE
146
145 #ifdef MORE_BSD 147 #ifdef MORE_BSD
146 #define LOAD_AVE_TYPE long 148 #define LOAD_AVE_TYPE long
147 #endif 149 #endif
148 150
149 #ifdef sun 151 #ifdef sun
176 178
177 #ifdef OSF_ALPHA 179 #ifdef OSF_ALPHA
178 #define LOAD_AVE_TYPE long 180 #define LOAD_AVE_TYPE long
179 #endif 181 #endif
180 182
181 #ifdef ardent && titan 183 #if defined (ardent) && defined (titan)
182 #define LOAD_AVE_TYPE long 184 #define LOAD_AVE_TYPE long
183 #endif 185 #endif
184 186
185 #ifdef tex4300 187 #ifdef tek4300
186 #define LOAD_AVE_TYPE long 188 #define LOAD_AVE_TYPE long
187 #endif 189 #endif
188 190
191 #endif /* No LOAD_AVE_TYPE. */
189 192
190 #ifndef FSCALE 193 #ifndef FSCALE
191 194
192 /* SunOS and some others define FSCALE in sys/param.h. */ 195 /* SunOS and some others define FSCALE in sys/param.h. */
193 196