summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-09-15 03:38:12 (GMT)
committerFred Drake <fdrake@acm.org>2000-09-15 03:38:12 (GMT)
commitae90f8da24d825285a0d12023412e96b58084f6c (patch)
treefeeff1e887cb09801f8da03224df4459743d8910 /config.h.in
parentbbba66eb7d52c0f00b306009d37e8b488cdfe616 (diff)
downloadcpython-ae90f8da24d825285a0d12023412e96b58084f6c.zip
cpython-ae90f8da24d825285a0d12023412e96b58084f6c.tar.gz
cpython-ae90f8da24d825285a0d12023412e96b58084f6c.tar.bz2
Trent Mick points out that the BSD DB also provides an ndbm compatibility
layer. If that is available, consider that as an option as well.
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 8616811..9e4bdad 100644
--- a/config.h.in
+++ b/config.h.in
@@ -524,6 +524,9 @@
/* Define if you have the <db_185.h> header file. */
#undef HAVE_DB_185_H
+/* Define if you have the <db1/ndbm.h> header file. */
+#undef HAVE_DB1_NDBM_H
+
/* Define if you have the <db.h> header file. */
#undef HAVE_DB_H