summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-08-31 16:13:20 (GMT)
committerFred Drake <fdrake@acm.org>2000-08-31 16:13:20 (GMT)
commita50d6ec623f675082fb11a5d53d7fd0de96f5c85 (patch)
treeda3d4a396295597f638c36cb48c2757dfa270318 /config.h.in
parentc9cb84703b016ec6d273d979aee6a6a8763846d9 (diff)
downloadcpython-a50d6ec623f675082fb11a5d53d7fd0de96f5c85.zip
cpython-a50d6ec623f675082fb11a5d53d7fd0de96f5c85.tar.gz
cpython-a50d6ec623f675082fb11a5d53d7fd0de96f5c85.tar.bz2
Skip Montanaro <skip@mojam.com>:
Update the generated files related to the autoconf support for BSD db. This closes SourceForge patch #101272.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 92b8123..4f09fef 100644
--- a/config.h.in
+++ b/config.h.in
@@ -210,6 +210,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
@@ -518,6 +521,12 @@
/* Define if you have the waitpid function. */
#undef HAVE_WAITPID
+/* Define if you have the <db_185.h> header file. */
+#undef HAVE_DB_185_H
+
+/* Define if you have the <db.h> header file. */
+#undef HAVE_DB_H
+
/* Define if you have the <dirent.h> header file. */
#undef HAVE_DIRENT_H