rationalize list handling in mutt a bit.
[apps/madmutt.git] / init.h
diff --git a/init.h b/init.h
index aa2c2bd..1c93283 100644 (file)
--- a/init.h
+++ b/init.h
 # include "sort.h"
 #endif
 
+#include <lib-lib/debug.h>
+
 #include "buffy.h"
 #include "mutt.h"
 #include "version.h"
-#include "lib/debug.h"
 
 #ifndef _MAKEDOC
 #define DT_MASK         0x0f
@@ -1345,7 +1346,7 @@ struct option_t MuttVars[] = {
    ** files when the header cache is in use. This incurs one \fTstat(2)\fP per
    ** message every time the folder is opened.
    */
-#if HAVE_GDBM || HAVE_DB4
+#if defined(HAVE_GDBM) || defined(HAVE_DB4)
   {"header_cache_pagesize", DT_STR, R_NONE, UL &HeaderCachePageSize, "16384"},
   /*
    ** .pp