summaryrefslogtreecommitdiff
path: root/source4/lib/charcnv.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-12-10 04:41:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:28 -0500
commit60c69445f6fa86b27bd697cc8af52b582f620725 (patch)
treed0567afab045d1e684f7f923c5aab6bbb239098f /source4/lib/charcnv.c
parent06fbfade75af40d2d68f86a71a8dd5eaa3ecd0ab (diff)
downloadsamba-60c69445f6fa86b27bd697cc8af52b582f620725.tar.gz
samba-60c69445f6fa86b27bd697cc8af52b582f620725.tar.bz2
samba-60c69445f6fa86b27bd697cc8af52b582f620725.zip
r4124: include locale.h to get LC_ALL in include/system/iconv.h
(This used to be commit 573230ea99136bd66d00bac18effd28b1e5ba76f)
Diffstat (limited to 'source4/lib/charcnv.c')
-rw-r--r--source4/lib/charcnv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/charcnv.c b/source4/lib/charcnv.c
index fc1f511403..7e9750e948 100644
--- a/source4/lib/charcnv.c
+++ b/source4/lib/charcnv.c
@@ -89,7 +89,7 @@ static smb_iconv_t get_conv_handle(charset_t from, charset_t to)
if (initialised == 0) {
initialised = 1;
-#ifdef HAVE_SETLOCALE
+#ifdef LC_ALL
/* we set back the locale to C to get ASCII-compatible
toupper/lower functions. For now we do not need
any other POSIX localisations anyway. When we