]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Remove TCABD reference
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 12 Mar 2009 09:47:51 +0000 (09:47 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 12 Mar 2009 09:47:51 +0000 (09:47 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8520 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/filed/filed.h
bacula/technotes-2.5

index 7ef7d6a049859bc5263d3a372cc0d47b5f96a6c0..3c3649be307f0c90a952f0af782dfcfdb9367076 100644 (file)
 
 
 #define FILE_DAEMON 1
-#ifdef USE_TCADB                     /* hash disk based */
-# include <tcadb.h>
-#else
-# include "lib/htable.h"
-#endif
+#include "lib/htable.h"
 #include "filed_conf.h"
 #include "fd_plugins.h"
 #include "findlib/find.h"
index 2d77ac78f855b2f7c92adea76e413f4b54a5a238..56739fedc307a01af7e59f8973133d89324f0977 100644 (file)
@@ -33,6 +33,9 @@ Code to be completed before 3.0.0 is released:
 
 
 General:
+12Mar09
+ebl  Tweak configure to remove bash specific code
+ebl  Remove TCABD reference
 11Mar09
 ebl  Free lock manager in when btape exits
 09Mar09