Andreas Krennmair:
authorak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 23 Jan 2005 23:13:36 +0000 (23:13 +0000)
committerak1 <ak1@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 23 Jan 2005 23:13:36 +0000 (23:13 +0000)
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

hcache.c

index 1d168e3..ed1cae5 100644 (file)
--- a/hcache.c
+++ b/hcache.c
  *     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
  *     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 */
 
 
 
 #if HAVE_CONFIG_H
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
+#ifdef USE_HCACHE
+
 #if HAVE_GDBM
 #include <gdbm.h>
 #elif HAVE_DB4
 #if HAVE_GDBM
 #include <gdbm.h>
 #elif HAVE_DB4