diff options
author | gjb <gjb@FreeBSD.org> | 2016-03-06 04:13:17 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-03-06 04:13:17 +0000 |
commit | f4bd2481be4a57485def5a36b1489879e5d7a470 (patch) | |
tree | 7e556653474c7cbaf439c575734d098129e88b2b /bin | |
parent | 7f622b840367101a59fea39a608e273d9e888eae (diff) | |
parent | ffbdd975f04fc5e43744acfd92c1e69c6e4dbb14 (diff) | |
download | FreeBSD-src-f4bd2481be4a57485def5a36b1489879e5d7a470.zip FreeBSD-src-f4bd2481be4a57485def5a36b1489879e5d7a470.tar.gz |
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'bin')
-rw-r--r-- | bin/csh/config_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index 0006fe0..f2d7ebc 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -80,6 +80,7 @@ /****************** local defines *********************/ #if defined(__FreeBSD__) +#define SAVESIGVEC #define NLS_BUGS #define BSD_STYLE_COLORLS /* Use LC_MESSAGES locale category to open the message catalog */ |