X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fplatform.h;h=352e3562ebf33c0214388eb4f6cc317040af0d80;hb=90620849f8c48a86c5f76233501672fbbeb8aa08;hp=e5851343cd7857d3fda92f1e83e207e1108499fe;hpb=681721dddc91bcdaef50002d1e861cc8d484e938;p=rocksndiamonds.git diff --git a/src/libgame/platform.h b/src/libgame/platform.h index e5851343..352e3562 100644 --- a/src/libgame/platform.h +++ b/src/libgame/platform.h @@ -56,6 +56,10 @@ #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"