summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/config
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2004-07-11 02:17:56 +0000
committermp <mp@FreeBSD.org>2004-07-11 02:17:56 +0000
commitbbd1addf8f9452690ad13ce5b875ee4cc9633958 (patch)
tree730792f0cc19f3bb4fb663fe727589381f5901be /contrib/tcsh/config
parentf2c2aa29b7d05c53575ab7ce4dc5870fd33a1310 (diff)
downloadFreeBSD-src-bbd1addf8f9452690ad13ce5b875ee4cc9633958.zip
FreeBSD-src-bbd1addf8f9452690ad13ce5b875ee4cc9633958.tar.gz
Import of tcsh-6.13.00
Diffstat (limited to 'contrib/tcsh/config')
-rw-r--r--contrib/tcsh/config/bsd4.47
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/tcsh/config/bsd4.4 b/contrib/tcsh/config/bsd4.4
index 96e83ad..b99531e 100644
--- a/contrib/tcsh/config/bsd4.4
+++ b/contrib/tcsh/config/bsd4.4
@@ -125,6 +125,13 @@
#define BSD_STYLE_COLORLS
#endif
+#if defined(__NetBSD__)
+#include <sys/param.h>
+#if __NetBSD_Version__ >= 106030000 /* NetBSD 1.6C */
+#define HAVEUTMPX
+#endif
+#endif
+
#if defined(__bsdi__)
/*
* _PATH_TCSHELL if you've change the installation location (vix)
OpenPOWER on IntegriCloud