From 3902e7332d3d79c257fca451635d08a58d327d70 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 26 Sep 2012 08:10:29 +1000 Subject: [PATCH] lib/util/charset: We do not use fucntions from wchar.h any more Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Wed Sep 26 02:13:10 CEST 2012 on sn-devel-104 --- lib/util/charset/wscript_configure | 8 +------- source3/passdb/pdb_nds.c | 1 - source3/registry/reg_parse.c | 1 - 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/util/charset/wscript_configure b/lib/util/charset/wscript_configure index dc197c12441..804c2663f64 100644 --- a/lib/util/charset/wscript_configure +++ b/lib/util/charset/wscript_configure @@ -15,10 +15,4 @@ if (conf.CHECK_FUNCS_IN('iconv_open', 'iconv', checklibc=False, headers='iconv.h conf.CHECK_FUNCS_IN('libiconv_open', 'iconv', checklibc=False, headers='iconv.h') or conf.CHECK_FUNCS('iconv_open', headers='iconv.h')): - if conf.env['HAVE_LIBICONV']: - if conf.CHECK_FUNCS('mbrtowc', headers='wchar.h'): - conf.DEFINE('HAVE_NATIVE_ICONV', 1) - elif conf.env.LIB_ICONV: - del conf.env['LIB_ICONV'] - else: - conf.DEFINE('HAVE_NATIVE_ICONV', 1) + conf.DEFINE('HAVE_NATIVE_ICONV', 1) diff --git a/source3/passdb/pdb_nds.c b/source3/passdb/pdb_nds.c index 3e1bdfc1514..cce4937ac9d 100644 --- a/source3/passdb/pdb_nds.c +++ b/source3/passdb/pdb_nds.c @@ -23,7 +23,6 @@ #include #include -#include #include "smbldap.h" #include "passdb/pdb_ldap.h" diff --git a/source3/registry/reg_parse.c b/source3/registry/reg_parse.c index babf5c015e1..c276c7e2d62 100644 --- a/source3/registry/reg_parse.c +++ b/source3/registry/reg_parse.c @@ -34,7 +34,6 @@ #include "reg_format.h" #include -#include #include #include #include -- 2.11.4.GIT