diff options
Diffstat (limited to 'contrib/tcsh/config/bsd4.4')
-rw-r--r-- | contrib/tcsh/config/bsd4.4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/tcsh/config/bsd4.4 b/contrib/tcsh/config/bsd4.4 index 96e83ad9a017..b99531e2ac70 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) |