X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fplatform.h;h=02513071f7988999d00ddbf1046dd5a4810a566a;hb=228a5718ede5ee00512ed2e333b3cee47baa124c;hp=6c40c6958d3c99f9a827a27d1056ead3440b639f;hpb=10c48f0b3b2cf27451ddf355a3f72ee5c169eae4;p=rocksndiamonds.git diff --git a/src/platform.h b/src/platform.h index 6c40c695..02513071 100644 --- a/src/platform.h +++ b/src/platform.h @@ -14,6 +14,8 @@ #ifndef PLATFORM_H #define PLATFORM_H +/* define keywords for supported main platforms */ + #if defined(MSDOS) #define PLATFORM_MSDOS #elif defined(WIN32) @@ -24,6 +26,10 @@ /* define additional keywords for several Unix platforms */ +#if defined(linux) +#define PLATFORM_LINUX +#endif + #if defined(__FreeBSD__) #define PLATFORM_FREEBSD #endif