Remove traces of Py_USING_UNICODE and Unicode-specific conditionals in configure.

Rename --enable-unicode to --with-wide-unicode; the default is still not wide.
This commit is contained in:
Georg Brandl 2008-01-07 18:10:24 +00:00
parent 22ec03c286
commit 52d168a995
9 changed files with 93 additions and 132 deletions

View file

@ -58,7 +58,6 @@
#define WITH_DOC_STRINGS 1
/* Unicode related */
#define Py_USING_UNICODE 1
#define PY_UNICODE_TYPE wchar_t
#define Py_UNICODE_SIZE SIZEOF_SHORT