diff src/define.h @ 163:03fbb0269f3c

fix large file support, some sytems require config.h to be included earlier in the compilation.
author Carl Byington <carl@five-ten-sg.com>
date Mon, 16 Mar 2009 12:43:31 -0700
parents 0b1766da9be8
children 6954d315aaa8
line wrap: on
line diff
--- a/src/define.h	Sat Mar 14 19:25:17 2009 -0700
+++ b/src/define.h	Mon Mar 16 12:43:31 2009 -0700
@@ -8,17 +8,15 @@
 #ifndef DEFINEH_H
 #define DEFINEH_H
 
+#ifdef HAVE_CONFIG_H
+    #include "config.h"
+#endif
+
 #include "libpst.h"
 #include "timeconv.h"
 #include "libstrfunc.h"
 #include "vbuf.h"
 
-
-#ifdef HAVE_CONFIG_H
-    #include "config.h"
-#endif
-
-
 #define DEBUG_MODE_GEN
 #define DEBUGPRINT
 #define DEBUG_MODE_WARN