comparison src/m/orion105.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents a86b2b5e0111
children
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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
28 /* Data type of load average, as read out of kmem. */ 31 /* Data type of load average, as read out of kmem. */
29 /* This used to be `double'. */ 32 /* This used to be `double'. */
30 33
31 #define LOAD_AVE_TYPE long 34 #define LOAD_AVE_TYPE long
32 35