diff options
Diffstat (limited to 'PC/pyconfig.h')
-rw-r--r-- | PC/pyconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/PC/pyconfig.h b/PC/pyconfig.h index f2ef7f95..c432fa8 100644 --- a/PC/pyconfig.h +++ b/PC/pyconfig.h @@ -475,9 +475,6 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */ /* Define if you want to use the GNU readline library */ /* #define WITH_READLINE 1 */ -/* Define if you want to have a Unicode type. */ -#define Py_USING_UNICODE - /* Define as the integral type used for Unicode representation. */ #define PY_UNICODE_TYPE unsigned short |