rnd-20040814-1-src
[rocksndiamonds.git] / src / libgame / platform.h
index 5e1683619d8053a003a5273eabf58e15d2c3a165..baabd7e102080c53bae2efeb6eb7f610bd205bce 100644 (file)
 
 #if defined(__FreeBSD__)
 #define PLATFORM_FREEBSD
+#define PLATFORM_BSD
 #endif
 
 #if defined(__NetBSD__)
 #define PLATFORM_NETBSD
+#define PLATFORM_BSD
 #endif
 
 #if defined(__bsdi__)
 #define PLATFORM_BSDI
+#define PLATFORM_BSD
 #endif
 
 #if defined(sparc) && defined(sun)