diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-09-16 14:52:28 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-20 04:53:05 +0200 |
commit | 8316577b7538f7204c5fd6328756c4c3f171b36e (patch) | |
tree | 12afa55329f2b725c8a4ba26bf9e222683d8a9bb /lib/util/charset/wscript_build | |
parent | be4f188128d631abe014a8182c22a03f4c09264a (diff) | |
download | samba-8316577b7538f7204c5fd6328756c4c3f171b36e.tar.gz samba-8316577b7538f7204c5fd6328756c4c3f171b36e.tar.bz2 samba-8316577b7538f7204c5fd6328756c4c3f171b36e.zip |
lib/util/charcnv: Remove broken internal CP850 and CP464 modules
These modules are now known to be faulty, and Samba 3.6.0 didn't
include support for them, so we now require a system iconv if you wish
to support these character sets for the non-ASCII range.
Andrew Bartlett
Diffstat (limited to 'lib/util/charset/wscript_build')
-rw-r--r-- | lib/util/charset/wscript_build | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build index d659c7a450..390a1448fb 100644 --- a/lib/util/charset/wscript_build +++ b/lib/util/charset/wscript_build @@ -22,22 +22,6 @@ bld.SAMBA_MODULE('charset_weird', internal_module=True, enabled=bld.SAMBA3_IS_ENABLED_MODULE('charset_weird')) -bld.SAMBA_MODULE('charset_CP850', - subsystem='charset', - source='CP850.c', - init_function='charset_CP850_init', - deps='samba-util', - internal_module=True, - enabled=bld.SAMBA3_IS_ENABLED_MODULE('charset_CP850')) - -bld.SAMBA_MODULE('charset_CP437', - subsystem='charset', - source='CP437.c', - init_function='charset_CP437_init', - deps='samba-util', - internal_module=True, - enabled=bld.SAMBA3_IS_ENABLED_MODULE('charset_CP437')) - bld.SAMBA_MODULE('charset_macosxfs', subsystem='charset', source='charset_macosxfs.c', |