From 5e1e9d747480efbbc29500923ae5f976ae2bb0e4 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 18 Jun 2001 19:04:26 +0000 Subject: 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 --- acconfig.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'acconfig.h') 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 -- cgit v1.2.3