summaryrefslogtreecommitdiffstats
path: root/mandocdb.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2012-06-08 10:43:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2012-06-08 10:43:01 +0000
commitda0fcee05b3a404a921d654e0d4118bce438716e (patch)
treec7bc6c980599aedf21147724bad8ef6a0fc9f016 /mandocdb.h
parent4d2a21b04fba0be7d5b7cea8853dfb6bdf5eb1fe (diff)
downloadmandoc-da0fcee05b3a404a921d654e0d4118bce438716e.tar.gz
Re-tooled mandocdb using sqlite3 and ohash.
See the tech@ mailing list entries in June 2012 for details, as well as the discuss@ mailing list entries from March 2012. Among other changes, this utility now: 1. uses a single sqlite3 database instead of several berkeley dbs 2. stores utf-8 encoded strings 3. using ohash to aggressively hash its contents 4. using fts() instead of manually walking directories
Diffstat (limited to 'mandocdb.h')
-rw-r--r--mandocdb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/mandocdb.h b/mandocdb.h
index 473b5d68..c0e56361 100644
--- a/mandocdb.h
+++ b/mandocdb.h
@@ -18,7 +18,6 @@
#define MANDOCDB_H
#define MANDOC_DB "mandocdb.db"
-#define MANDOC_IDX "mandocdb.index"
#define TYPE_An 0x0000000000000001ULL
#define TYPE_Ar 0x0000000000000002ULL