From 81a679d3b1a63ed91b7909db24e1fee58d69b3c2 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 28 Jul 2011 16:23:05 +0200 Subject: gl header cfg: use __unix__ define, instead of all avail variations (linux, sun, ..) --- make/config/jogl/glu-gl2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/config/jogl/glu-gl2.cfg') diff --git a/make/config/jogl/glu-gl2.cfg b/make/config/jogl/glu-gl2.cfg index 11eeb7c50..5909c8743 100644 --- a/make/config/jogl/glu-gl2.cfg +++ b/make/config/jogl/glu-gl2.cfg @@ -18,7 +18,7 @@ CustomCCode #elif defined(macosx) CustomCCode #include CustomCCode #include CustomCCode #include -CustomCCode #elif defined(linux) || defined(__sun) || defined(__FreeBSD__) || defined(_HPUX) +CustomCCode #elif defined(__unix__) CustomCCode #include CustomCCode #endif -- cgit v1.2.3