diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-09-23 13:57:00 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2007-09-23 13:57:00 +0000 |
commit | 23ae3dfbbeca9f9e433b06391adf22de42d513dd (patch) | |
tree | 354535dd26ee636f15157dea2dcaed81afcd649b /hints | |
parent | 2a6abc0ef9cf5fdfbc698e8c38a9360f018ec7a3 (diff) | |
download | perl-23ae3dfbbeca9f9e433b06391adf22de42d513dd.tar.gz |
Revert #31942, as it was inconsistent between threaded and
non-threaded builds
p4raw-id: //depot/perl@31943
Diffstat (limited to 'hints')
-rw-r--r-- | hints/netbsd.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/hints/netbsd.sh b/hints/netbsd.sh index 11fa30cce3..e82a3d1b30 100644 --- a/hints/netbsd.sh +++ b/hints/netbsd.sh @@ -103,15 +103,6 @@ case "$osvers" in ;; esac -# @20070922: setlocale() doesn't support LC_COLLATE and LC_NUMERIC -case "$osvers" in -2.*|3.*|4.*) - # next two lines should start at column 0 -locale_cflags='ccflags="$ccflags -DNO_LOCALE_COLLATE -DNO_LOCALE_NUMERIC"' -sv_cflags='ccflags="$ccflags -DNO_LOCALE_COLLATE"' - ;; -esac - # These are obsolete in any netbsd. d_setrgid="$undef" d_setruid="$undef" |