Several source files contain #ifdef's around all the code.
They aren't necessary -- their inclusion is handled by the Makefile.
# include "config.h"
#endif
-#ifdef CRYPT_BACKEND_GPGME
-
#include "mutt.h"
#include "mutt_crypt.h"
#include "mutt_menu.h"
current_sender = safe_strdup (sender);
}
-
-#endif
#include "config.h"
-#ifdef HAVE_BDB
-
#include "hcache-backend.h"
#include "mutt.h"
#include "mx.h"
HCACHE_BACKEND_OPS(bdb)
-#endif /* HAVE_BDB */
#include "config.h"
-#ifdef HAVE_GDBM
-
#include "hcache-backend.h"
#include "mutt.h"
#include <gdbm.h>
HCACHE_BACKEND_OPS(gdbm)
-#endif /* HAVE_GDBM */
#include "config.h"
-#ifdef HAVE_KC
-
#include "hcache-backend.h"
#include "mutt.h"
#include <kclangc.h>
HCACHE_BACKEND_OPS(kyotocabinet)
-#endif /* HAVE_KC */
#include "config.h"
-#ifdef HAVE_LMDB
-
#include "hcache-backend.h"
#include "lib.h"
HCACHE_BACKEND_OPS(lmdb)
-#endif /* HAVE_LMDB */
#include "config.h"
-#ifdef HAVE_QDBM
-
#include "hcache-backend.h"
#include "mutt.h"
#include <depot.h>
HCACHE_BACKEND_OPS(qdbm)
-#endif /* HAVE_LMDB */
#include "config.h"
-#ifdef HAVE_TC
-
#include "hcache-backend.h"
#include "mutt.h"
#include <tcbdb.h>
HCACHE_BACKEND_OPS(tokyocabinet)
-#endif /* HAVE_TC */