aboutsummaryrefslogtreecommitdiffstats
path: root/make/config/jogl/gl3-headers.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/gl3-headers.cfg')
-rw-r--r--make/config/jogl/gl3-headers.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/config/jogl/gl3-headers.cfg b/make/config/jogl/gl3-headers.cfg
index 8af9157cf..3cab4a4e9 100644
--- a/make/config/jogl/gl3-headers.cfg
+++ b/make/config/jogl/gl3-headers.cfg
@@ -17,7 +17,7 @@ CustomCCode #include </usr/include/machine/types.h>
CustomCCode /* Provide Windows typedefs */
CustomCCode typedef void* LPVOID;
CustomCCode typedef unsigned int* PUINT;
-CustomCCode #elif defined(linux) || defined(__sun) || defined(__FreeBSD__) || defined(_HPUX)
+CustomCCode #elif defined(__unix__)
CustomCCode #include <inttypes.h>
CustomCCode #include <stdlib.h>
CustomCCode #include <X11/Xlib.h>