From c846fdeb423937fd9260ba94392e9279dfb5eb83 Mon Sep 17 00:00:00 2001 From: "David C. Jedlinsky" Date: Tue, 6 Oct 1987 16:36:04 +0000 Subject: Changes consistent with split of hm.c --- zhm/zhm.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'zhm/zhm.h') diff --git a/zhm/zhm.h b/zhm/zhm.h index 6731aa3..f8cc5a5 100644 --- a/zhm/zhm.h +++ b/zhm/zhm.h @@ -17,6 +17,9 @@ #include #include #include +#include +#include +#include #ifdef DEBUG #define DPR(a) fprintf(stderr, a); fflush(stderr) @@ -39,4 +42,16 @@ extern char *malloc(); +#ifdef vax +#define MACHINE "vax" +#define ok +#endif vax +#ifdef ibm032 +#define MACHINE "rt" +#define ok +#endif ibm032 +#ifndef ok +#define MACHINE "unknown" +#endif ok + #endif !__HM_H__ -- cgit v1.2.3