diff options
author | Sven Gothel <[email protected]> | 2011-07-28 16:23:05 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-07-28 16:23:05 +0200 |
commit | 81a679d3b1a63ed91b7909db24e1fee58d69b3c2 (patch) | |
tree | 2b85e419a2f937d69d1d3cf1711f2325b6cc924c /make/config/jogl/glu-gl2.cfg | |
parent | 02791a2ac598e36c343b74ae07fe2a0e09ea7303 (diff) |
gl header cfg: use __unix__ define, instead of all avail variations (linux, sun, ..)
Diffstat (limited to 'make/config/jogl/glu-gl2.cfg')
-rw-r--r-- | make/config/jogl/glu-gl2.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 <inttypes.h> CustomCCode #include <jni.h> CustomCCode #include </usr/include/machine/types.h> -CustomCCode #elif defined(linux) || defined(__sun) || defined(__FreeBSD__) || defined(_HPUX) +CustomCCode #elif defined(__unix__) CustomCCode #include <inttypes.h> CustomCCode #endif |