Go to the documentation of this file.
5 #ifndef DMLITE_COMMON_CONFIG_H
6 #define DMLITE_COMMON_CONFIG_H
10 #define DMLITE_MINOR 7
11 #define DMLITE_PATCH 6
14 #if !defined(__x86_64__) && (_FILE_OFFSET_BITS != 64 || !defined(_LARGEFILE64_SOURCE))
15 # error "You need to compile with -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE"