X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fplatform.h;h=d8773420bb4a8b18cf23398364d16f49d178f15e;hb=e05dda5c8cc6687dcbc59e182a81aed627e262d0;hp=5e1683619d8053a003a5273eabf58e15d2c3a165;hpb=98cdb3fce945485772ccc49741fa29051338ce0d;p=rocksndiamonds.git diff --git a/src/libgame/platform.h b/src/libgame/platform.h index 5e168361..d8773420 100644 --- a/src/libgame/platform.h +++ b/src/libgame/platform.h @@ -1,7 +1,7 @@ /*********************************************************** * Artsoft Retro-Game Library * *----------------------------------------------------------* -* (c) 1994-2002 Artsoft Entertainment * +* (c) 1994-2006 Artsoft Entertainment * * Holger Schemel * * Detmolder Strasse 189 * * 33604 Bielefeld * @@ -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)