Mercurial > hg > xemacs-beta
comparison src/m/orion.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 |
comparison
equal
deleted
inserted
replaced
399:376370fb5946 | 400:a86b2b5e0111 |
---|---|
29 | 29 |
30 #ifndef orion | 30 #ifndef orion |
31 #define orion | 31 #define orion |
32 #endif | 32 #endif |
33 | 33 |
34 /* Define WORD_MACHINE if addresses and such have | |
35 * to be corrected before they can be used as byte counts. */ | |
36 | |
37 #define WORD_MACHINE | |
38 | |
39 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend */ | |
40 | |
41 #define EXPLICIT_SIGN_EXTEND | |
42 | |
43 /* Data type of load average, as read out of kmem. */ | 34 /* Data type of load average, as read out of kmem. */ |
44 | 35 |
45 #define LOAD_AVE_TYPE double | 36 #define LOAD_AVE_TYPE double |
46 | 37 |
47 /* Convert that into an integer that is 100 for a load average of 1.0 */ | 38 /* Convert that into an integer that is 100 for a load average of 1.0 */ |