summaryrefslogtreecommitdiff
path: root/RISCOS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-06-09 13:41:37 +0000
committerMartin v. Löwis <martin@v.loewis.de>2002-06-09 13:41:37 +0000
commit2befa48926ed4804758442033ab2c09c2678bef1 (patch)
tree249291e509578c826ba449fe2db851c968d95aee /RISCOS
parenta3fb4f78164e55ddecfd875b9b33791850213dfd (diff)
downloadcpython-git-2befa48926ed4804758442033ab2c09c2678bef1.tar.gz
Patch #505375: Make doc strings optional.
Diffstat (limited to 'RISCOS')
-rw-r--r--RISCOS/pyconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/RISCOS/pyconfig.h b/RISCOS/pyconfig.h
index 7934fa4ea4..12f8fc6497 100644
--- a/RISCOS/pyconfig.h
+++ b/RISCOS/pyconfig.h
@@ -250,6 +250,9 @@
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 use the new-style (Openstep, Rhapsody, MacOS)
dynamic linker (dyld) instead of the old-style (NextStep) dynamic
linker (rld). Dyld is necessary to support frameworks. */