From: Eric Bollengier Date: Thu, 3 Dec 2009 17:42:26 +0000 (+0100) Subject: Disable SQLite2 code in cats.h X-Git-Tag: Release-5.0.0~204 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=185cead7e652c4ddf0134a5d94302ad2e620a274;p=bacula%2Fbacula Disable SQLite2 code in cats.h --- diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index 6e8bb92420..d252def605 100644 --- a/bacula/src/cats/cats.h +++ b/bacula/src/cats/cats.h @@ -87,6 +87,7 @@ typedef int (DB_RESULT_HANDLER)(void *, int, char **); #if defined(BUILDING_CATS) #ifdef HAVE_SQLITE +#error "SQLite2 is now deprecated, use SQLite3 instead." #define BDB_VERSION 11