aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/iris4d.h
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-05-25 06:25:07 +0000
committerJim Blandy <[email protected]>1993-05-25 06:25:07 +0000
commit7af17c1c21b1fd545b6aaaf94e2de0eaa6cd8ff8 (patch)
tree564e5f03232a345cfa7c8decc243dbafd23657aa /src/m/iris4d.h
parentbb292c9277b88d49e08a1482ebb0936cf0f759af (diff)
* m/iris4d.h: Dyke out the section which specifies how to get the
load average.
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r--src/m/iris4d.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index 200ab5d5c4..e90381d868 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -1,4 +1,4 @@
-/* machine description file for Iris-4D machines. Use with s-iris3-6.h
+/* machine description file for Iris-4D machines. Use with s/iris[45]-*.h.
Copyright (C) 1987 Free Software Foundation, Inc.
This file is part of GNU Emacs.
@@ -18,10 +18,6 @@ along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-/* The following line tells the configuration script what sort of
- operating system this machine is likely to run.
- USUAL-OPSYS="irix3-3" */
-
/* The following three symbols give information on
the size of various data types. */
@@ -72,6 +68,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define EXPLICIT_SIGN_EXTEND
+/* [email protected] (John Giannandrea) says this is unnecessary. */
+#if 0
/* Data type of load average, as read out of kmem. */
#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. */
#undef KERNEL_FILE
#define KERNEL_FILE "/unix"
+#endif
/* Define CANNOT_DUMP on machines where unexec does not work.
Then the function dump-emacs will not be defined