rnd-20001130-1-src
[rocksndiamonds.git] / src / platform.h
index 6c40c6958d3c99f9a827a27d1056ead3440b639f..02513071f7988999d00ddbf1046dd5a4810a566a 100644 (file)
@@ -14,6 +14,8 @@
 #ifndef PLATFORM_H
 #define PLATFORM_H
 
+/* define keywords for supported main platforms */
+
 #if defined(MSDOS)
 #define PLATFORM_MSDOS
 #elif defined(WIN32)
 
 /* define additional keywords for several Unix platforms */
 
+#if defined(linux)
+#define PLATFORM_LINUX
+#endif
+
 #if defined(__FreeBSD__)
 #define PLATFORM_FREEBSD
 #endif