From 7fedd3e902e7aec814d2c966b02ff6d52cb29233 Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Thu, 25 Sep 2008 15:07:16 -0700 Subject: Support tokyocabinet (successor to qdbm). Closes #3112 --- init.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init.h') 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 -- cgit v1.2.3