diff options
author | Georg Brandl <georg@python.org> | 2008-01-07 18:10:24 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-07 18:10:24 (GMT) |
commit | 52d168a9950cc0933b6f650e5fdebfad13347e88 (patch) | |
tree | 513a176653aeddee22e0d0b3571360b7d4cc21a4 /pyconfig.h.in | |
parent | 22ec03c286094298227b2068fa02bcafedf76860 (diff) | |
download | cpython-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 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index dbd7f04..41dd943 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -821,9 +821,6 @@ /* Define as the size of the unicode type. */ #undef Py_UNICODE_SIZE -/* Define if you want to have a Unicode type. */ -#undef Py_USING_UNICODE - /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE |