rnd-20020315-2-src
[rocksndiamonds.git] / src / libgame / platform.h
index e5851343cd7857d3fda92f1e83e207e1108499fe..352e3562ebf33c0214388eb4f6cc317040af0d80 100644 (file)
 #define PLATFORM_FREEBSD
 #endif
 
+#if defined(__NetBSD__)
+#define PLATFORM_NETBSD
+#endif
+
 /* detecting HP-UX by the following compiler keyword definitions:
    - in K&R mode (the default), the HP C compiler defines "hpux"
    - in ANSI mode (-Aa or -Ae), the HP C compiler defines "__hpux"