Go to the documentation of this file. 1 #ifndef LICORNEA_UTILITY_OS_H_ 2 #define LICORNEA_UTILITY_OS_H_ 6 #define LICORNEA_OS_DARWIN 8 #define LICORNEA_OS_WINDOWS 9 #elif defined(__linux__) 10 #define LICORNEA_OS_LINUX 12 #error Unknown operating system