summaryrefslogtreecommitdiffstats
path: root/init.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2006-08-11 09:08:20 +0000
committerThomas Roessler <roessler@does-not-exist.org>2006-08-11 09:08:20 +0000
commit0a8743acab81e845d9301facfa1164415593b894 (patch)
tree49d07cb060447c7560abde5a1441939c8f9bfa9d /init.h
parent254f338f95b486f0ad6f89256bc6c9a3ac7d3788 (diff)
Use #ifdef in some appropriate places. (Particularly relevant
when building the documentation.)
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 93b24919..66575f58 100644
--- a/init.h
+++ b/init.h
@@ -1105,7 +1105,7 @@ struct option_t MuttVars[] = {
** or less optimal for most use cases.
*/
#endif /* HAVE_GDBM || HAVE_DB4 */
-#if HAVE_QDBM
+#if defined(HAVE_QDBM)
{ "header_cache_compress", DT_BOOL, R_NONE, OPTHCACHECOMPRESS, 0 },
/*
** .pp