X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.h;h=1c9328312a619b440bc4a6e3469e4fb3acfd0abc;hp=aa2c2bdd00277e64f25f677c1ef67ac8a063834a;hb=97677c08933e16e25ecb3c12473ef1efdab7962b;hpb=e7ca08ff86e3d01578d024a62385bafe7bceffd2 diff --git a/init.h b/init.h index aa2c2bd..1c93283 100644 --- a/init.h +++ b/init.h @@ -17,10 +17,11 @@ # include "sort.h" #endif +#include + #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