Added some useful shared library macros to the build system, converted math to a...
[fail.git] / src / core / config.h.in
blob9b07ffedd625c26a8e82490d132060f252fe4bb5
1 #ifndef AWFUL_CORE_CONFIG_H_
2 #define AWFUL_CORE_CONFIG_H_
4 #define AWFUL_EXPORT ${AWFUL_EXPORT}
5 #define AWFUL_IMPORT ${AWFUL_IMPORT}
6 #cmakedefine AWFUL_BIG_ENDIAN
7 #cmakedefine AWFUL_LITTLE_ENDIAN
9 #endif