summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/config/bsd4.4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/config/bsd4.4')
-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