@@ -36,9 +36,9 @@
#include "../../mem/mem.h"
#include "../../dprint.h"
-#include "bdb_util.h"
-#include "bdb_lib.h"
-#include "bdb_val.h"
+#include "km_bdb_util.h"
+#include "km_bdb_lib.h"
+#include "km_bdb_val.h"
static database_p *_cachedb = NULL;
static db_parms_p _db_parms = NULL;
@@ -29,8 +29,8 @@
#include "../../db/db.h"
-#include "db_berkeley.h"
-#include "bdb_mi.h"
+#include "km_db_berkeley.h"
+#include "km_bdb_mi.h"
/*
@@ -31,7 +31,7 @@
#include <string.h>
#include <sys/types.h>
-#include "bdb_res.h"
+#include "km_bdb_res.h"
int bdb_get_columns(table_p _tp, db_res_t* _res, int* _lres, int _nc)
@@ -34,8 +34,8 @@
#include "../../db/db_op.h"
#include "../../db/db_res.h"
#include "../../db/db_con.h"
typedef struct _con
{
#include <dirent.h>
/**
*
@@ -30,9 +30,9 @@
#include "../../db/db_val.h"
#include "../../db/db_ut.h"
@@ -39,10 +39,10 @@
#include "../../sr_module.h"
#ifndef CFG_DIR
#define CFG_DIR "/tmp"