summaryrefslogtreecommitdiff
path: root/zhm/zhm.h
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-10-24 13:17:49 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-10-24 13:17:49 +0000
commitf664029e1f7b78ef36eb3356b3953e56dd1a2c95 (patch)
treef29bdedc7135c44483fe4b3cc37d53d01bb4066a /zhm/zhm.h
parent5ef2619a9e62615e349179322cd2f4b02bbc566c (diff)
add decmips type
Diffstat (limited to 'zhm/zhm.h')
-rw-r--r--zhm/zhm.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/zhm/zhm.h b/zhm/zhm.h
index a5f164c..9fe5051 100644
--- a/zhm/zhm.h
+++ b/zhm/zhm.h
@@ -77,6 +77,11 @@ extern void init_queue(), retransmit_queue();
#define ok
#endif /* SUN4_ARCH */
+#if defined(ultrix) && defined(mips)
+#define MACHINE "decmips"
+#define ok
+#endif /* ultrix && mips */
+
#ifndef ok
#define MACHINE "unknown"
#endif ok