From: ak1 Date: Sun, 23 Jan 2005 23:13:36 +0000 (+0000) Subject: Andreas Krennmair: X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=commitdiff_plain;h=93fff313ededa74d6b1350931a37744729498e3b Andreas Krennmair: fix for the last fix (#ifdef placed too early) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@29 e385b8ad-14ed-0310-8656-cc95a2468c6d --- diff --git a/hcache.c b/hcache.c index 1d168e3..ed1cae5 100644 --- a/hcache.c +++ b/hcache.c @@ -18,13 +18,14 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -#ifdef USE_HCACHE #if HAVE_CONFIG_H #include "config.h" #endif /* HAVE_CONFIG_H */ +#ifdef USE_HCACHE + #if HAVE_GDBM #include #elif HAVE_DB4