summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/host.defs
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
committerache <ache@FreeBSD.org>2000-11-30 21:05:33 +0000
commit5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068 (patch)
treea212ee10b5214f5c4302ff44d44c2542d83cf7b6 /contrib/tcsh/host.defs
parentd7d472004aa5fe13bc67f9aa639952d978d342e9 (diff)
downloadFreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.zip
FreeBSD-src-5e7fc01bd9bf3444f2d8b21ab1c56c1f2d599068.tar.gz
Initial import of slightly trimmed tcsh 6.10
Diffstat (limited to 'contrib/tcsh/host.defs')
-rw-r--r--contrib/tcsh/host.defs13
1 files changed, 10 insertions, 3 deletions
diff --git a/contrib/tcsh/host.defs b/contrib/tcsh/host.defs
index f5297d7..b00090c 100644
--- a/contrib/tcsh/host.defs
+++ b/contrib/tcsh/host.defs
@@ -1,5 +1,5 @@
newcode :
-/* $Header: /src/pub/tcsh/host.defs,v 1.26 2000/06/10 18:48:09 kim Exp $ */
+/* $Header: /src/pub/tcsh/host.defs,v 1.28 2000/11/11 23:03:35 christos Exp $ */
/*
* host.defs: Hosttype/Machtype etc.
*/
@@ -37,7 +37,7 @@ newcode :
*/
#include "sh.h"
-RCSID("$Id: host.defs,v 1.26 2000/06/10 18:48:09 kim Exp $")
+RCSID("$Id: host.defs,v 1.28 2000/11/11 23:03:35 christos Exp $")
endcode :
@@ -1004,6 +1004,14 @@ ostype : : "posix"
machtype: : "bs2000"
enddef :
+newdef : defined(__MVS__)
+comment : ibm uss s/390 (mainframe, EBCDIC)
+vendor : : "ibm"
+hosttype: : "s390"
+ostype : : "os390"
+machtype: : "s390"
+enddef :
+
newdef : defined(_SX)
comment : NEC Corporation (SX-4)
vendor : : "nec"
@@ -1081,7 +1089,6 @@ newdef : SYSVREL == 0
ostype : defined(BSD4_4) : "bsd44"
ostype : defined(BSD) : "bsd"
ostype : defined(POSIX) : "posix"
-ostype : defined(unix) || defined(__unix__) : "unix"
enddef :
OpenPOWER on IntegriCloud