summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
Diffstat (limited to 'PC')
-rw-r--r--PC/os2emx/pyconfig.h3
-rw-r--r--PC/os2vacpp/pyconfig.h3
-rw-r--r--PC/pyconfig.h3
3 files changed, 9 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
diff --git a/PC/os2vacpp/pyconfig.h b/PC/os2vacpp/pyconfig.h
index 1ce73c7..8a27059 100644
--- a/PC/os2vacpp/pyconfig.h
+++ b/PC/os2vacpp/pyconfig.h
@@ -202,6 +202,9 @@ typedef int pid_t;
/* #define HAVE_UNISTD_H 1 */ /* #include <unistd.h> */
/* #define HAVE_UNAME 1 */ /* uname () */
+/* Define if you want documentation strings in extension modules */
+#define WITH_DOC_STRINGS 1
+
#ifdef USE_DL_EXPORT
#define DL_IMPORT(RTYPE) RTYPE _System
#endif
diff --git a/PC/pyconfig.h b/PC/pyconfig.h
index 081142f..893db43 100644
--- a/PC/pyconfig.h
+++ b/PC/pyconfig.h
@@ -481,6 +481,9 @@ typedef int pid_t;
shared libraries */
/* #undef WITH_DL_DLD */
+/* Define if you want documentation strings in extension modules */
+#define WITH_DOC_STRINGS 1
+
/* Define if you want to compile in rudimentary thread support */
/* #undef WITH_THREAD */