summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
diff options
context:
space:
mode:
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/pyconfig.h3
1 files changed, 3 insertions, 0 deletions
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