iconv, typo fixes, libtool versioning, added MySQL to gmdb2 export

This commit is contained in:
brianb
2004-06-21 00:31:39 +00:00
parent 642a74c8c3
commit 620db14f4b
12 changed files with 118 additions and 12 deletions

View File

@@ -31,6 +31,10 @@
#include <string.h>
#include <glib.h>
#ifdef HAVE_ICONV
#include <iconv.h>
#endif
#define MDB_DEBUG 0
#define MDB_PGSIZE 4096
@@ -221,6 +225,9 @@ typedef struct {
char *backend_name;
MdbFormatConstants *fmt;
MdbStatistics *stats;
#ifdef HAVE_ICONV
iconv_t iconv_out;
#endif
} MdbHandle;
typedef struct {