00001 /** @file include/dmlite/common/config.h 00002 * @brief Header generated by CMake with the build configuration used. 00003 * @author Automated generation 00004 */ 00005 #ifndef DMLITE_COMMON_CONFIG_H 00006 #define DMLITE_COMMON_CONFIG_H 00007 00008 /* Version */ 00009 #define DMLITE_MAJOR 1 00010 #define DMLITE_MINOR 10 00011 #define DMLITE_PATCH 2 00012 00013 /* 64 bits types must be used */ 00014 #if !defined(__x86_64__) && (_FILE_OFFSET_BITS != 64 || !defined(_LARGEFILE64_SOURCE)) 00015 # error "You need to compile with -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE" 00016 #endif 00017 00018 #endif /* DMLITE_COMMON_CONFIG_H */