FIX: un-comment Linux

This commit is contained in:
qPCR4vir 2015-12-04 10:03:52 +01:00
parent 48b622acc7
commit b8b174b1f2

View File

@ -65,14 +65,12 @@
#define NANA_MACOS 1 #define NANA_MACOS 1
#define NANA_X11 1 #define NANA_X11 1
// how to add this: include_directories(/opt/X11/include/) // how to add this: include_directories(/opt/X11/include/)
// MacOS // end MacOS
// Linux: // Linux: (not sure about __GNU__ ??)
#elif (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)) && !defined(_CRAYC) #elif (defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__)) && !defined(_CRAYC)
#define NANA_LINUX 1
//#define NANA_LINUX 1 #define NANA_X11 1
//#define NANA_X11 1
// end Linux // end Linux