aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/iris4d.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r--src/m/iris4d.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index bcff842fc35..89eee47d49b 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -28,11 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
28 28
29#define NO_ARG_ARRAY 29#define NO_ARG_ARRAY
30 30
31/* Define WORD_MACHINE if addresses and such have
32 * to be corrected before they can be used as byte counts. */
33
34#undef WORD_MACHINE
35
36/* Now define a symbol for the cpu type, if your compiler 31/* Now define a symbol for the cpu type, if your compiler
37 does not define it automatically: 32 does not define it automatically:
38 Ones defined so far include vax, m68000, ns16000, pyramid, 33 Ones defined so far include vax, m68000, ns16000, pyramid,
@@ -59,22 +54,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
59 54
60#define EXPLICIT_SIGN_EXTEND 55#define EXPLICIT_SIGN_EXTEND
61 56
62/* jg@genmagic.genmagic.com (John Giannandrea) says this is unnecessary. */
63#if 0
64/* Data type of load average, as read out of kmem. */
65
66#define LOAD_AVE_TYPE long /* This doesn't quite work on the 4D */
67
68/* Convert that into an integer that is 100 for a load average of 1.0 */
69
70#define LOAD_AVE_CVT(x) (int)(((double)(x)*100)/1024.0)
71
72/* s-iris3-6.h uses /vmunix */
73
74#undef KERNEL_FILE
75#define KERNEL_FILE "/unix"
76#endif
77
78/* Define CANNOT_DUMP on machines where unexec does not work. 57/* Define CANNOT_DUMP on machines where unexec does not work.
79 Then the function dump-emacs will not be defined 58 Then the function dump-emacs will not be defined
80 and temacs will do (load "loadup") automatically unless told otherwise. */ 59 and temacs will do (load "loadup") automatically unless told otherwise. */