commit | 2befa48926ed4804758442033ab2c09c2678bef1 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 09 13:41:37 2002 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jun 09 13:41:37 2002 +0000 |
tree | 249291e509578c826ba449fe2db851c968d95aee | |
parent | a3fb4f78164e55ddecfd875b9b33791850213dfd [diff] [blame] |
Patch #505375: Make doc strings optional.
diff --git a/PC/os2emx/pyconfig.h b/PC/os2emx/pyconfig.h index a72f981..d3207d6 100644 --- a/PC/os2emx/pyconfig.h +++ b/PC/os2emx/pyconfig.h
@@ -32,6 +32,9 @@ /* enable the GC module */ #define WITH_CYCLE_GC 1 +/* Define if you want documentation strings in extension modules */ +#define WITH_DOC_STRINGS 1 + /* Unicode related */ #define Py_USING_UNICODE #define PY_UNICODE_TYPE wchar_t