aboutsummaryrefslogtreecommitdiff
path: root/contrib/tcsh/host.defs
diff options
context:
space:
mode:
authorMark Peek <mp@FreeBSD.org>2009-07-11 05:35:08 +0000
committerMark Peek <mp@FreeBSD.org>2009-07-11 05:35:08 +0000
commita15e6f9a9a49be5eae10ed6689eb2f855462ffbb (patch)
treeb22c970391cc429da340ec007eb76294ea034b89 /contrib/tcsh/host.defs
parente69811df2160ceab96681a9c9e8c31c95c946f31 (diff)
parent0019e4ce59d3c558ec308aeb83e80048b72332f6 (diff)
downloadsrc-a15e6f9a9a49be5eae10ed6689eb2f855462ffbb.tar.gz
src-a15e6f9a9a49be5eae10ed6689eb2f855462ffbb.zip
Update to tcsh 6.17.00.
Approved by: re (kensmith)
Notes
Notes: svn path=/head/; revision=195609
Diffstat (limited to 'contrib/tcsh/host.defs')
-rw-r--r--contrib/tcsh/host.defs22
1 files changed, 20 insertions, 2 deletions
diff --git a/contrib/tcsh/host.defs b/contrib/tcsh/host.defs
index 60b18e84d865..38fe156799a0 100644
--- a/contrib/tcsh/host.defs
+++ b/contrib/tcsh/host.defs
@@ -1,5 +1,5 @@
newcode :
-/* $Header: /p/tcsh/cvsroot/tcsh/host.defs,v 1.43 2006/03/02 18:46:44 christos Exp $ */
+/* $Header: /p/tcsh/cvsroot/tcsh/host.defs,v 1.46 2008/09/25 14:41:05 christos Exp $ */
/*
* host.defs: Hosttype/Machtype etc.
*/
@@ -33,7 +33,7 @@ newcode :
*/
#include "sh.h"
-RCSID("$tcsh: host.defs,v 1.43 2006/03/02 18:46:44 christos Exp $")
+RCSID("$tcsh: host.defs,v 1.46 2008/09/25 14:41:05 christos Exp $")
endcode :
@@ -520,6 +520,15 @@ machtype: defined(M_i386) : "i386"
enddef :
+newdef : defined(__MidnightBSD__)
+comment : MidnightBSD
+vendor : defined(M_intel) : "intel"
+hosttype: : "MidnightBSD"
+ostype : : "MidnightBSD"
+machtype: defined(M_i386) : "i386"
+enddef :
+
+
newdef : defined(__386BSD__)
comment : Bill Jolitz's 386BSD
vendor : defined(M_intel) : "intel"
@@ -1003,6 +1012,9 @@ hosttype: : "clipper"
machtype: : "clipper"
enddef :
+newdef : defined(__QNX__)
+ostype : : "qnx"
+enddef :
newdef : (defined(SNI) || defined(sinix)) && !defined(_OSD_POSIX)
comment : Fujitsu Siemens Computers (former "Siemens Nixdorf Informationssysteme"): SINIX aka. ReliantUNIX, a SVR4 derivative
@@ -1061,6 +1073,12 @@ ostype : : "sysv4"
machtype: : "sparc"
enddef :
+newdef : defined(__CYGWIN__)
+comment : Cygwin
+hosttype: : "i386-cygwin"
+ostype : : "cygwin"
+enddef :
+
newdef : defined(_UWIN)
comment : AT&T Research Unix for Windows
vendor : : "att"