summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-01-15 17:07:21 +0000
committerBarry Warsaw <barry@python.org>2001-01-15 17:07:21 +0000
commita57b89b4926bf49052ebd8a6401059e0a5368139 (patch)
tree3819ce08f5a1f6edd16efcb3e9af096ed4d12023 /config.h.in
parente13be40b889619af8c26d7d19e924e7babcbb683 (diff)
downloadcpython-git-a57b89b4926bf49052ebd8a6401059e0a5368139.tar.gz
Committing patch #103216, autodetect of dbmmodule support and building
of dbmmodule dynamically by default (otherwise it can pull in dependencies with libdb that croak pybsddb3). This change moves the Setup line for dbmmodule to Setup.config.in.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 5c2ac37696..b1b711fc92 100644
--- a/config.h.in
+++ b/config.h.in
@@ -225,6 +225,9 @@
/* Define if you want to use BSD db. */
#undef WITH_LIBDB
+/* Define if you want to use ndbm. */
+#undef WITH_LIBNDBM
+
/* Define if you want to produce an OpenStep/Rhapsody framework
(shared library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK