]> git.sur5r.net Git - bacula/bacula/commitdiff
Disable SQLite2 code in cats.h
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Dec 2009 17:42:26 +0000 (18:42 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 3 Dec 2009 17:42:26 +0000 (18:42 +0100)
bacula/src/cats/cats.h

index 6e8bb92420a836df5a7dbd5f72fe216d48b159a4..d252def6057d4ab5f5a4514a2ac4b09bb4c6037a 100644 (file)
@@ -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