summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-07 18:10:24 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-07 18:10:24 (GMT)
commit52d168a9950cc0933b6f650e5fdebfad13347e88 (patch)
tree513a176653aeddee22e0d0b3571360b7d4cc21a4 /PC
parent22ec03c286094298227b2068fa02bcafedf76860 (diff)
downloadcpython-52d168a9950cc0933b6f650e5fdebfad13347e88.zip
cpython-52d168a9950cc0933b6f650e5fdebfad13347e88.tar.gz
cpython-52d168a9950cc0933b6f650e5fdebfad13347e88.tar.bz2
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.
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/pyconfig.h1
-rw-r--r--PC/os2vacpp/pyconfig.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h
index 1039d3d..380e19c 100644
--- a/PC/os2emx/pyconfig.h
+++ b/PC/os2emx/pyconfig.h
@@ -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
diff --git a/PC/os2vacpp/pyconfig.h b/PC/os2vacpp/pyconfig.h
index 97f9b80..f7d388c 100644
--- a/PC/os2vacpp/pyconfig.h
+++ b/PC/os2vacpp/pyconfig.h
@@ -80,7 +80,6 @@
/* #define SIZEOF_LONG_LONG 8 */ /* Count of Bytes in a (long long) */
/* unicode definines */
-#define Py_USING_UNICODE
#define PY_UNICODE_TYPE wchar_t
#define Py_UNICODE_SIZE SIZEOF_SHORT