From 1ccc2d06eb3957b81760fb4c86d30ebbdf86fb1c Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Sun, 19 May 1991 22:30:22 +0000 Subject: [PATCH] Add Vax-BSD and Tahoe-BSD support. --- include/sysdep.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/include/sysdep.h b/include/sysdep.h index 9f39a5d31ce..e69da675a50 100755 --- a/include/sysdep.h +++ b/include/sysdep.h @@ -44,6 +44,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HP9000_SYS 11 #define APOLLO400_SYS 12 #define DOS_SYS 13 +#define VAX_BSD_SYS 14 +#define TAHOE_BSD_SYS 15 + #include #if __STDC__ @@ -111,4 +114,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #endif +#if HOST_SYS == VAX_BSD_SYS +#include +#endif + +#if HOST_SYS == TAHOE_BSD_SYS +#include +#endif + #endif -- 2.30.2