vmmlib  1.9.0
Templatized C++ vector and matrix math library
definesLinux.h
1 // generated by CommonPackage.cmake, do not edit.
2 
3 #ifndef vmmlib_DEFINES_Linux_H
4 #define vmmlib_DEFINES_Linux_H
5 
6 #ifndef Linux
7 # define Linux 1
8 #endif
9 #ifndef VMMLIB_USE_BOOST
10 # define VMMLIB_USE_BOOST 1
11 #endif
12 
13 #endif