Mercurial > hg > xemacs-beta
comparison src/m/ibm370aix.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 376386a54a3c |
children |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
23 /* Data type of load average, as read out of kmem. */ | 23 /* Data type of load average, as read out of kmem. */ |
24 #define LOAD_AVE_CVT(x) (int)(((double) (x)) * 100.0 / 1.0) | 24 #define LOAD_AVE_CVT(x) (int)(((double) (x)) * 100.0 / 1.0) |
25 #define LOAD_AVE_TYPE double | 25 #define LOAD_AVE_TYPE double |
26 | 26 |
27 #undef LIBS_MACHINE | 27 #undef LIBS_MACHINE |
28 #define LIBS_MACHINE | 28 #define LIBS_MACHINE |
29 | 29 |
30 #undef LD_SWITCH_MACHINE | 30 #undef LD_SWITCH_MACHINE |
31 #define LD_SWITCH_MACHINE -xa | 31 #define LD_SWITCH_MACHINE "-xa" |