summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorEmanuele Giaquinta <e.giaquinta@glauco.it>2008-09-25 15:07:16 -0700
committerEmanuele Giaquinta <e.giaquinta@glauco.it>2008-09-25 15:07:16 -0700
commit7fedd3e902e7aec814d2c966b02ff6d52cb29233 (patch)
tree63b10565f57ad8f237436e09cbfe95a1ab4b33cb /init.h
parentc8aead4e6d2f54e40def5c339d31f1867e1f915a (diff)
Support tokyocabinet (successor to qdbm). Closes #3112
Diffstat (limited to 'init.h')
-rw-r--r--init.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.h b/init.h
index f55fbf2a..2a8cfaae 100644
--- a/init.h
+++ b/init.h
@@ -1223,7 +1223,7 @@ struct option_t MuttVars[] = {
** or less optimal for most use cases.
*/
#endif /* HAVE_GDBM || HAVE_DB4 */
-#if defined(HAVE_QDBM)
+#if defined(HAVE_QDBM) || defined(HAVE_TC)
{ "header_cache_compress", DT_BOOL, R_NONE, OPTHCACHECOMPRESS, 1 },
/*
** .pp