comparison src/m/orion105.h @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 376386a54a3c
children 697ef44129c6 ecf1ebac70d8
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
23 23
24 /* The following line tells the configuration script what sort of 24 /* The following line tells the configuration script what sort of
25 operating system this machine is likely to run. 25 operating system this machine is likely to run.
26 USUAL-OPSYS="bsd4-2" */ 26 USUAL-OPSYS="bsd4-2" */
27 27
28 /* Define WORD_MACHINE if addresses and such have
29 * to be corrected before they can be used as byte counts. */
30
31 /* Data type of load average, as read out of kmem. */ 28 /* Data type of load average, as read out of kmem. */
32 /* This used to be `double'. */ 29 /* This used to be `double'. */
33 30
34 #define LOAD_AVE_TYPE long 31 #define LOAD_AVE_TYPE long
35 32