summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-02-21 21:12:59 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-02-21 21:12:59 (GMT)
commitf55204b0ceb6a20dd9cc1d8f7e4d0b4508d360a9 (patch)
tree0a7f82309069aa93dad70704367dc4efa192dd2a /config.h.in
parent39c4ed6e708dd70c1c3f0a0168ea3e1de7260e11 (diff)
downloadcpython-f55204b0ceb6a20dd9cc1d8f7e4d0b4508d360a9.zip
cpython-f55204b0ceb6a20dd9cc1d8f7e4d0b4508d360a9.tar.gz
cpython-f55204b0ceb6a20dd9cc1d8f7e4d0b4508d360a9.tar.bz2
Rip out various module-enabling switches, made obsolete by setup.py
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index c751175..da32b69 100644
--- a/config.h.in
+++ b/config.h.in
@@ -222,12 +222,6 @@
linker (rld). Dyld is necessary to support frameworks. */
#undef WITH_DYLD
-/* 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