vmmlib  1.13.0
Templatized C++ vector and matrix math library
definesLinux.h
1 // generated by CommonFindPackage.cmake, do not edit.
2 
3 #ifndef vmmlib_DEFINES_Linux_H
4 #define vmmlib_DEFINES_Linux_H
5 
6 #ifndef VMMLIB_USE_BOOST
7 # define VMMLIB_USE_BOOST 1
8 #endif
9 #ifndef Linux
10 # define Linux 1
11 #endif
12 #ifndef VMMLIB_USE_CXX11
13 # define VMMLIB_USE_CXX11 1
14 #endif
15 #ifndef VMMLIB_LITTLEENDIAN
16 # define VMMLIB_LITTLEENDIAN 1
17 #endif
18 
19 #endif