comparison src/m/7300.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 4be8406ebef9
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
18 along with GNU Emacs; see the file COPYING. If not, write to 18 along with GNU Emacs; see the file COPYING. If not, write to
19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 19 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20 Boston, MA 02111-1307, USA. */ 20 Boston, MA 02111-1307, USA. */
21 21
22 22
23 /* The following line tells the configuration script what sort of 23 /* The following line tells the configuration script what sort of
24 operating system this machine is likely to run. 24 operating system this machine is likely to run.
25 USUAL-OPSYS="usg5-2-2" */ 25 USUAL-OPSYS="usg5-2-2" */
26 26
27 /* Supposedly now these machines have flexnames. 27 /* Supposedly now these machines have flexnames.
28 28
57 57
58 #define NEED_ERRNO 58 #define NEED_ERRNO
59 59
60 /* Data type of load average, as read out of kmem. */ 60 /* Data type of load average, as read out of kmem. */
61 /* These are commented out since it is not supported by this machine. */ 61 /* These are commented out since it is not supported by this machine. */
62 62
63 /* #define LOAD_AVE_TYPE long */ 63 /* #define LOAD_AVE_TYPE long */
64 64
65 /* Convert that into an integer that is 100 for a load average of 1.0 */ 65 /* Convert that into an integer that is 100 for a load average of 1.0 */
66 66
67 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */ 67 /* #define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0) */