summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-07 18:10:24 +0000
committerGeorg Brandl <georg@python.org>2008-01-07 18:10:24 +0000
commit52d168a9950cc0933b6f650e5fdebfad13347e88 (patch)
tree513a176653aeddee22e0d0b3571360b7d4cc21a4 /pyconfig.h.in
parent22ec03c286094298227b2068fa02bcafedf76860 (diff)
downloadcpython-git-52d168a9950cc0933b6f650e5fdebfad13347e88.tar.gz
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.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index dbd7f0484b..41dd943728 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