diff options
| author | Vincent Richard <[email protected]> | 2010-02-03 11:45:17 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2010-02-03 11:45:17 +0100 |
| commit | 1b19b400225ddf11847eea1c2cc3c0045e2138a6 (patch) | |
| tree | 512f329234b55fed3a38150a9327c80beaab99b4 /SConstruct | |
| parent | Fixed memory leak. (diff) | |
| download | vmime-1b19b400225ddf11847eea1c2cc3c0045e2138a6.tar.gz vmime-1b19b400225ddf11847eea1c2cc3c0045e2138a6.zip | |
Removed wide-char support.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -530,14 +530,6 @@ opts.AddOptions( defaultSendmailPath ), EnumOption( - 'with_wide_char_support', - 'Support for wide characters (rarely used, should be set to "no")', - 'no', - allowed_values = ('yes', 'no'), - map = { }, - ignorecase = 1 - ), - EnumOption( 'byte_order', 'Byte order (Big Endian or Little Endian)', sys.byteorder, @@ -802,12 +794,6 @@ config_hpp.write('\n') config_hpp.write('// Options\n') -config_hpp.write('// -- Wide characters support\n') -if env['with_wide_char_support'] == 'yes': - config_hpp.write('#define VMIME_WIDE_CHAR_SUPPORT 1\n') -else: - config_hpp.write('#define VMIME_WIDE_CHAR_SUPPORT 0\n') - config_hpp.write('// -- File-system support\n') if env['with_filesystem'] == 'yes': config_hpp.write('#define VMIME_HAVE_FILESYSTEM_FEATURES 1\n') @@ -1916,8 +1902,6 @@ typedef signed ${VMIME_TYPE_INT32} vmime_int32; typedef unsigned ${VMIME_TYPE_INT32} vmime_uint32; // Options -// -- Wide characters support -#define VMIME_WIDE_CHAR_SUPPORT 0 // -- File-system support #define VMIME_HAVE_FILESYSTEM_FEATURES 1 // -- SASL support @@ -2261,8 +2245,6 @@ typedef unsigned int vmime_uint32; // Options -// -- Wide characters support -#define VMIME_WIDE_CHAR_SUPPORT 0 // -- File-system support #define VMIME_HAVE_FILESYSTEM_FEATURES 1 // -- SASL support |
