aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-06-19 03:04:26 +0800
committerDan Winship <danw@src.gnome.org>2001-06-19 03:04:26 +0800
commit5e1e9d747480efbbc29500923ae5f976ae2bb0e4 (patch)
tree6a6c74dcfeb46e4288e8a1ad0224b8ccfbf1c11e
parent8634b6ddd4ae608eb5cef51715c1d12ded1057db (diff)
downloadgsoc2013-evolution-5e1e9d747480efbbc29500923ae5f976ae2bb0e4.tar
gsoc2013-evolution-5e1e9d747480efbbc29500923ae5f976ae2bb0e4.tar.gz
gsoc2013-evolution-5e1e9d747480efbbc29500923ae5f976ae2bb0e4.tar.bz2
gsoc2013-evolution-5e1e9d747480efbbc29500923ae5f976ae2bb0e4.tar.lz
gsoc2013-evolution-5e1e9d747480efbbc29500923ae5f976ae2bb0e4.tar.xz
gsoc2013-evolution-5e1e9d747480efbbc29500923ae5f976ae2bb0e4.tar.zst
gsoc2013-evolution-5e1e9d747480efbbc29500923ae5f976ae2bb0e4.zip
Add #defines for the current supported db3 version so that when we change
* acconfig.h: Add #defines for the current supported db3 version so that when we change it we don't have to hunt all of them down svn path=/trunk/; revision=10270
-rw-r--r--ChangeLog3
-rw-r--r--acconfig.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ba8de5f9c..6b9ca54477 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,9 @@
properly so you don't need to specify it every time. Simplify some
code.
+ * acconfig.h: Add #defines for the current supported db3 version
+ so that when we change it we don't have to hunt all of them down
+
2001-06-18 Dan Winship <danw@ximian.com>
* configure.in: Check the modes on $system_mail_dir and set up
diff --git a/acconfig.h b/acconfig.h
index 63f8f69d2a..aea8d22e1d 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -24,8 +24,10 @@
#undef USE_FLOCK
#undef ENABLE_NNTP
-#undef HAVE_DB_H
-#undef HAVE_DB3_DB_H
+/* db3 version */
+#undef EVOLUTION_DB_VERSION_MAJOR
+#undef EVOLUTION_DB_VERSION_MINOR
+#undef EVOLUTION_DB_VERSION_PATCH
/* Sub-version identification string. */
#undef SUB_VERSION