summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-31 16:11:07 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-31 16:11:07 (GMT)
commitc9cb84703b016ec6d273d979aee6a6a8763846d9 (patch)
tree795b93889517903e0b23612ab7b9d62561fabfbd /acconfig.h
parent6102e29df28fa0707752875e23445ef1d84d5b10 (diff)
downloadcpython-c9cb84703b016ec6d273d979aee6a6a8763846d9.zip
cpython-c9cb84703b016ec6d273d979aee6a6a8763846d9.tar.gz
cpython-c9cb84703b016ec6d273d979aee6a6a8763846d9.tar.bz2
Skip Montanaro <skip@mojam.com>:
Update the build structures to automatically detect the presence of BSD db, including the proper name of the header file to include. Has all the expected niceties associated with yet-more-configure-options. ;) This checkin includes changes for non-generated files only; subsequent checkin will catch those. This is part of SourceForge patch #101272.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index d8b0fc3..6eb9feb 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -151,6 +151,9 @@
(shared library plus accessory files). */
#undef WITH_NEXT_FRAMEWORK
+/* Define if you want to use BSD db. */
+#undef WITH_LIBDB
+
/* Define if you want to build an interpreter with many run-time checks */
#undef Py_DEBUG