From 5fad8bf967d81c1eb8801980b1a49cdbb4568dd4 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Sat, 31 Aug 1991 00:59:29 +0000 Subject: [PATCH] Merge in irix support. --- include/sysdep.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/include/sysdep.h b/include/sysdep.h index da40fc38aa4..fd05606adc9 100755 --- a/include/sysdep.h +++ b/include/sysdep.h @@ -50,7 +50,9 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define VAX_BSD_SYS 14 #define TAHOE_BSD_SYS 15 #define RTBSD_SYS 16 /* IBM RT/PC running bsd Unix */ -#define HP300BSD_SYS 17 +#define IRIX3_SYS 17 /* SGI Iris running irix 3.x */ +#define IRIX4_SYS 18 /* SGI Iris running cypress */ +#define HP300BSD_SYS 19 #include @@ -132,8 +134,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #endif +#if HOST_SYS == IRIX3_SYS +#include +#endif + +#if HOST_SYS == IRIX4_SYS +#include +#endif + #if HOST_SYS == HP300BSD_SYS #include #endif -#endif +#endif /* _SYSDEP_H */ -- 2.30.2