summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/host.defs
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-06-10 20:14:21 +0000
committerobrien <obrien@FreeBSD.org>2000-06-10 20:14:21 +0000
commit85b66f4b34daef6618e01f81ba3e799b9cbbf082 (patch)
tree0312ae26cda1507ae4657d30f0f21c9a53877db3 /contrib/tcsh/host.defs
parent1ac43653c055c440832211fd4562816d1f67fceb (diff)
downloadFreeBSD-src-85b66f4b34daef6618e01f81ba3e799b9cbbf082.zip
FreeBSD-src-85b66f4b34daef6618e01f81ba3e799b9cbbf082.tar.gz
Offical fixes to the history and I18N bugs ache found.
Diffstat (limited to 'contrib/tcsh/host.defs')
-rw-r--r--contrib/tcsh/host.defs9
1 files changed, 7 insertions, 2 deletions
diff --git a/contrib/tcsh/host.defs b/contrib/tcsh/host.defs
index 6f25601..f5297d7 100644
--- a/contrib/tcsh/host.defs
+++ b/contrib/tcsh/host.defs
@@ -1,5 +1,5 @@
newcode :
-/* $Header: /src/pub/tcsh/host.defs,v 1.25 1999/04/20 07:48:41 christos Exp $ */
+/* $Header: /src/pub/tcsh/host.defs,v 1.26 2000/06/10 18:48:09 kim Exp $ */
/*
* host.defs: Hosttype/Machtype etc.
*/
@@ -37,7 +37,7 @@ newcode :
*/
#include "sh.h"
-RCSID("$Id: host.defs,v 1.25 1999/04/20 07:48:41 christos Exp $")
+RCSID("$Id: host.defs,v 1.26 2000/06/10 18:48:09 kim Exp $")
endcode :
@@ -184,6 +184,11 @@ getmachine()
endcode :
+newdef : defined(HOSTTYPE)
+hosttype: : HOSTTYPE
+enddef :
+
+
newdef : defined(__PARAGON__)
comment : Intel Paragon running OSF/1
vendor : : "intel"
OpenPOWER on IntegriCloud