diff options
| author | Jim Blandy | 1993-05-25 06:25:07 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-25 06:25:07 +0000 |
| commit | 7af17c1c21b1fd545b6aaaf94e2de0eaa6cd8ff8 (patch) | |
| tree | 564e5f03232a345cfa7c8decc243dbafd23657aa /src | |
| parent | bb292c9277b88d49e08a1482ebb0936cf0f759af (diff) | |
| download | emacs-7af17c1c21b1fd545b6aaaf94e2de0eaa6cd8ff8.tar.gz emacs-7af17c1c21b1fd545b6aaaf94e2de0eaa6cd8ff8.zip | |
* m/iris4d.h: Dyke out the section which specifies how to get the
load average.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/iris4d.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index 200ab5d5c44..e90381d8681 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* machine description file for Iris-4D machines. Use with s-iris3-6.h | 1 | /* machine description file for Iris-4D machines. Use with s/iris[45]-*.h. |
| 2 | Copyright (C) 1987 Free Software Foundation, Inc. | 2 | Copyright (C) 1987 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| @@ -18,10 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to | |||
| 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | 18 | the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ |
| 19 | 19 | ||
| 20 | 20 | ||
| 21 | /* The following line tells the configuration script what sort of | ||
| 22 | operating system this machine is likely to run. | ||
| 23 | USUAL-OPSYS="irix3-3" */ | ||
| 24 | |||
| 25 | /* The following three symbols give information on | 21 | /* The following three symbols give information on |
| 26 | the size of various data types. */ | 22 | the size of various data types. */ |
| 27 | 23 | ||
| @@ -72,6 +68,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 72 | 68 | ||
| 73 | #define EXPLICIT_SIGN_EXTEND | 69 | #define EXPLICIT_SIGN_EXTEND |
| 74 | 70 | ||
| 71 | /* jg@genmagic.genmagic.com (John Giannandrea) says this is unnecessary. */ | ||
| 72 | #if 0 | ||
| 75 | /* Data type of load average, as read out of kmem. */ | 73 | /* Data type of load average, as read out of kmem. */ |
| 76 | 74 | ||
| 77 | #define LOAD_AVE_TYPE long /* This doesn't quite work on the 4D */ | 75 | #define LOAD_AVE_TYPE long /* This doesn't quite work on the 4D */ |
| @@ -84,6 +82,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 84 | 82 | ||
| 85 | #undef KERNEL_FILE | 83 | #undef KERNEL_FILE |
| 86 | #define KERNEL_FILE "/unix" | 84 | #define KERNEL_FILE "/unix" |
| 85 | #endif | ||
| 87 | 86 | ||
| 88 | /* Define CANNOT_DUMP on machines where unexec does not work. | 87 | /* Define CANNOT_DUMP on machines where unexec does not work. |
| 89 | Then the function dump-emacs will not be defined | 88 | Then the function dump-emacs will not be defined |