comparison 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
comparison
equal deleted inserted replaced
162:6cb85306e28a 163:03fbb0269f3c
6 */ 6 */
7 7
8 #ifndef DEFINEH_H 8 #ifndef DEFINEH_H
9 #define DEFINEH_H 9 #define DEFINEH_H
10 10
11 #ifdef HAVE_CONFIG_H
12 #include "config.h"
13 #endif
14
11 #include "libpst.h" 15 #include "libpst.h"
12 #include "timeconv.h" 16 #include "timeconv.h"
13 #include "libstrfunc.h" 17 #include "libstrfunc.h"
14 #include "vbuf.h" 18 #include "vbuf.h"
15
16
17 #ifdef HAVE_CONFIG_H
18 #include "config.h"
19 #endif
20
21 19
22 #define DEBUG_MODE_GEN 20 #define DEBUG_MODE_GEN
23 #define DEBUGPRINT 21 #define DEBUGPRINT
24 #define DEBUG_MODE_WARN 22 #define DEBUG_MODE_WARN
25 #define DEBUG_MODE_READ 23 #define DEBUG_MODE_READ