aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
>perky2002-06-251-1/+1 * Fix ports for building with -current without perlpat2002-05-231-6/+1 * - Unbreak after last USE_LIBTOOL changes;sobomax2002-04-251-1/+0 * upgrade to 1.8.5ijliao2002-04-181-13/+17 * Bump PORTREVISION to reflect the (lib)iconv upgrade.knu2002-03-181-1/+1 * Iconv cleanup, stage 1b: correct {BUILD,LIB,RUN}_DEPENDS of all ports that needsobomax2002-03-181-1/+1 * Bump PORTREVISION after the freetype2 shlib major update.knu2002-03-131-1/+1 * Chase increase of freetype2 shlib version.sobomax2002-03-121-1/+1 * Fix build problem if converters/iconv is installedpat2002-02-251-1/+9 * Update version number of freetype2 shared library.sobomax2002-01-211-1/+1 * portlint: remove extra whitespaces before end of line.dirk2001-12-241-1/+1 * Upgrade to 1.7.7.tg2001-11-091-10/+6 * Bump png majorache2001-09-111-1/+1 * freetype2 is now freetype.7ijliao2001-08-061-1/+1 * o Update to 1.7.6lioux2001-08-061-12/+9 * track new distfile -- many objects have been added, so make clean first.sf2001-03-061-1/+5 * update MASTER_SITES.sf2001-03-061-1/+1 * Update to version 1.7ckevlo2001-02-28