DtMmdb: replace Berkeley DB with LMDB.

This commit is contained in:
hyousatsu
2024-06-27 11:13:05 +00:00
parent 3fa42c44a8
commit c7ade43d86
36 changed files with 106 additions and 6835 deletions

View File

@@ -4,7 +4,6 @@ SUBDIRS = HardCopy \
StyleSheet \
api \
btree \
btree_berkeley \
compression \
diskhash \
dstr \
@@ -29,7 +28,6 @@ libDtMmdb_la_LIBADD = HardCopy/libHardCopy.la \
StyleSheet/libStyleSheet.la \
api/libapi.la \
btree/libbtree.la \
btree_berkeley/libbtree_berkeley.la \
compression/libcompression.la \
diskhash/libdiskhash.la \
dstr/libdstr.la \