diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 |