dmlite  0.6
config.h
Go to the documentation of this file.
1 /** @file include/dmlite/common/config.h
2  * @brief Header generated by CMake with the build configuration used.
3  * @author Automated generation
4  */
5 #ifndef DMLITE_COMMON_CONFIG_H
6 #define DMLITE_COMMON_CONFIG_H
7 
8 /* Version */
9 #define DMLITE_MAJOR 0
10 #define DMLITE_MINOR 7
11 #define DMLITE_PATCH 6
12 
13 /* 64 bits types must be used */
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"
16 #endif
17 
18 #endif /* DMLITE_COMMON_CONFIG_H */