Mercurial > emacs
comparison src/m/nu.h @ 49600:23a1cea22d13
Trailing whitespace deleted.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Feb 2003 14:56:31 +0000 |
parents | ee40177f6c68 |
children | 695cf19ef79e d7ddb3e565de |
comparison
equal
deleted
inserted
replaced
49599:5ade352e8d1c | 49600:23a1cea22d13 |
---|---|
17 along with GNU Emacs; see the file COPYING. If not, write to | 17 along with GNU Emacs; see the file COPYING. If not, write to |
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02111-1307, USA. */ |
20 | 20 |
21 | 21 |
22 /* The following line tells the configuration script what sort of | 22 /* The following line tells the configuration script what sort of |
23 operating system this machine is likely to run. | 23 operating system this machine is likely to run. |
24 USUAL-OPSYS="usg5-2" */ | 24 USUAL-OPSYS="usg5-2" */ |
25 | 25 |
26 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word | 26 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word |
27 is the most significant byte. */ | 27 is the most significant byte. */ |
48 #define NU | 48 #define NU |
49 #endif | 49 #endif |
50 | 50 |
51 /* Data type of load average, as read out of kmem. */ | 51 /* Data type of load average, as read out of kmem. */ |
52 /* These are commented out since it does not really work in uniplus */ | 52 /* These are commented out since it does not really work in uniplus */ |
53 | 53 |
54 /* #define LOAD_AVE_TYPE long */ | 54 /* #define LOAD_AVE_TYPE long */ |
55 | 55 |
56 /* Convert that into an integer that is 100 for a load average of 1.0 */ | 56 /* Convert that into an integer that is 100 for a load average of 1.0 */ |
57 | 57 |
58 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */ | 58 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */ |