aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-05-19 22:30:22 +0000
committerJohn Gilmore <gnu@cygnus>1991-05-19 22:30:22 +0000
commit1ccc2d06eb3957b81760fb4c86d30ebbdf86fb1c (patch)
tree3444ec7e8a3aecc7f38ac71638a243c66c2b7dfb /include
parent17563ca1e1891fdd257983f2760375a7fbb1c60f (diff)
downloadfsf-binutils-gdb-1ccc2d06eb3957b81760fb4c86d30ebbdf86fb1c.zip
fsf-binutils-gdb-1ccc2d06eb3957b81760fb4c86d30ebbdf86fb1c.tar.gz
fsf-binutils-gdb-1ccc2d06eb3957b81760fb4c86d30ebbdf86fb1c.tar.bz2
Add Vax-BSD and Tahoe-BSD support.
Diffstat (limited to 'include')
-rwxr-xr-xinclude/sysdep.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/sysdep.h b/include/sysdep.h
index 9f39a5d..e69da67 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 <ansidecl.h>
#if __STDC__
@@ -111,4 +114,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <sys/h_dos.h>
#endif
+#if HOST_SYS == VAX_BSD_SYS
+#include <sys/h-vaxbsd.h>
+#endif
+
+#if HOST_SYS == TAHOE_BSD_SYS
+#include <sys/h-tahoebsd.h>
+#endif
+
#endif