summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2001-06-01 21:30:00 +0000
committerPeter Williams <peterw@src.gnome.org>2001-06-01 21:30:00 +0000
commita99ffbcc08162cb392d9cdbcd55aa04e0bffcb78 (patch)
treebc2f53c952e53615e0c9e298b5291a639339ca44 /acconfig.h
parentec955ea1057189aebbb9f4d8402e25baac728c2a (diff)
downloadgconf-a99ffbcc08162cb392d9cdbcd55aa04e0bffcb78.tar.gz
Check if DB3 headers are in db3/db.h as well.
2001-06-01 Peter Williams <peterw@ximian.com> * configure.in: Check if DB3 headers are in db3/db.h as well. * acconfig.h: Add HAVE_DB3_DB_H * backends/bdb.c: #include config.h to get HAVE_DB3_DB_H * backends/bdb.h: Include the proper db.h
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 05f1ae3b..8e2a8ee3 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -7,3 +7,4 @@
#undef ENABLE_NLS
#undef HAVE_PTHREAD_H
#undef GETTEXT_PACKAGE
+#undef HAVE_DB3_DB_H