X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fplatform.h;h=baabd7e102080c53bae2efeb6eb7f610bd205bce;hb=002c075b9935dc5dc055d3a8f35b2774796fa1c4;hp=5e1683619d8053a003a5273eabf58e15d2c3a165;hpb=98cdb3fce945485772ccc49741fa29051338ce0d;p=rocksndiamonds.git diff --git a/src/libgame/platform.h b/src/libgame/platform.h index 5e168361..baabd7e1 100644 --- a/src/libgame/platform.h +++ b/src/libgame/platform.h @@ -58,14 +58,17 @@ #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)