From 36ea6c3ec49aace8bc7ac3d9d696a0395267ee9a Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Fri, 5 Mar 2010 14:28:42 +0000 Subject: [PATCH] More accuracy platform-compiler definitions --- goldlib/gall/gcmpall.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/goldlib/gall/gcmpall.h b/goldlib/gall/gcmpall.h index fcc0a6f..f5c6a7c 100644 --- a/goldlib/gall/gcmpall.h +++ b/goldlib/gall/gcmpall.h @@ -63,6 +63,11 @@ #endif #endif +#if !defined(__UNIX__) + #if defined(unix) || defined(__unix__) || defined(__unix) + #define __UNIX__ + #endif +#endif #if !defined(__UNIX__) #if defined(__linux__) #define __UNIX__ __linux__