1 changed files with
4 additions and
3 deletions
|
|
@ -19,9 +19,6 @@
|
|
|
|
#ifndef _mdbtools_h_
|
|
|
|
#ifndef _mdbtools_h_
|
|
|
|
#define _mdbtools_h_
|
|
|
|
#define _mdbtools_h_
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <stdarg.h>
|
|
|
|
#include <stdarg.h>
|
|
|
@ -38,6 +35,10 @@
|
|
|
|
#include <iconv.h>
|
|
|
|
#include <iconv.h>
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
|
|
|
extern "C" {
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
#define MDB_DEBUG 0
|
|
|
|
#define MDB_DEBUG 0
|
|
|
|
|
|
|
|
|
|
|
|
#define MDB_PGSIZE 4096
|
|
|
|
#define MDB_PGSIZE 4096
|
|
|
|