瀏覽代碼

Defines protecting header fields changed to match filenames.

Jan Janak 16 年之前
父節點
當前提交
b78d0d7be6

+ 2 - 2
modules/db_berkeley/km_bdb_lib.h

@@ -28,8 +28,8 @@
  */
 
 
-#ifndef _BDB_LIB_H_
-#define _BDB_LIB_H_
+#ifndef _KM_BDB_LIB_H_
+#define _KM_BDB_LIB_H_
 
 #include <stdlib.h>
 #include <syslog.h>

+ 2 - 2
modules/db_berkeley/km_bdb_mi.h

@@ -23,8 +23,8 @@
  */
 
 
-#ifndef _BDB_MI_H_
-#define _BDB_MI_H_
+#ifndef _KM_BDB_MI_H_
+#define _KM_BDB_MI_H_
 
 #include "../../mi/mi.h"
 

+ 2 - 2
modules/db_berkeley/km_bdb_res.h

@@ -28,8 +28,8 @@
  */
 
 
-#ifndef _BDB_RES_H_
-#define _BDB_RES_H_
+#ifndef _KM_BDB_RES_H_
+#define _KM_BDB_RES_H_
 
 #include "../../db/db_op.h"
 #include "../../db/db_res.h"

+ 2 - 2
modules/db_berkeley/km_bdb_util.h

@@ -28,8 +28,8 @@
  */
 
 
-#ifndef _BDB_UTIL_H_
-#define _BDB_UTIL_H_
+#ifndef _KM_BDB_UTIL_H_
+#define _KM_BDB_UTIL_H_
 
 #include "../../str.h"
 

+ 2 - 2
modules/db_berkeley/km_bdb_val.h

@@ -28,8 +28,8 @@
  */
 
 
-#ifndef _BDB_VAL_H_
-#define _BDB_VAL_H_
+#ifndef _KM_BDB_VAL_H_
+#define _KM_BDB_VAL_H_
 
 #include "../../db/db_op.h"
 #include "../../db/db_res.h"

+ 2 - 2
modules/db_berkeley/km_db_berkeley.h

@@ -28,8 +28,8 @@
  */
 
 
-#ifndef _BDB_H_
-#define _BDB_H_
+#ifndef _KM_BDB_H_
+#define _KM_BDB_H_
 
 #include "../../db/db_con.h"
 #include "../../db/db_res.h"