Browse Source

Include bdb_mod.h and remove variables available there from the file.

Jan Janak 16 years ago
parent
commit
bc848993b3
1 changed files with 1 additions and 4 deletions
  1. 1 4
      modules/db_berkeley/km_db_berkeley.c

+ 1 - 4
modules/db_berkeley/km_db_berkeley.c

@@ -43,6 +43,7 @@
 #include "km_bdb_lib.h"
 #include "km_bdb_res.h"
 #include "km_bdb_mi.h"
+#include "bdb_mod.h"
 
 #ifndef CFG_DIR
 #define CFG_DIR "/tmp"
@@ -57,10 +58,6 @@
 
 /*MODULE_VERSION*/
 
-int auto_reload = 0;
-int log_enable  = 0;
-int journal_roll_interval = 0;
-
 static int mod_init(void);
 static void destroy(void);