12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef _LSUP_STORE_MDB_H
- #define _LSUP_STORE_MDB_H
- #include "lmdb.h"
- #include "buffer.h"
- #include "store_base.h"
- #define LSUP_MDB_STORE_URN "file:
- extern const LSUP_StoreInt mdbstore_int;
- #endif
|