From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / glx / glut_stroke.c
index 9cd46e0e69ea8f0606769e5a7f753b7e6475b8cf..59850ea76c43c010d7aede3435716f1749799417 100644 (file)
@@ -8,8 +8,25 @@
 #if 0   /* for Mesa */
 # include "glutint.h"
 #else   /* for xscreensaver */
-# include "config.h"
-# include <GL/gl.h>
+
+# ifdef HAVE_CONFIG_H
+#  include "config.h"
+# endif
+
+# ifdef HAVE_COCOA
+#  include "jwxyz.h"
+# elif defined(HAVE_ANDROID)
+#  include "jwxyz.h"
+#  include <GLES/gl.h>
+# else  /* real X11 */
+#  include <GL/gl.h>
+# endif
+
+# ifdef HAVE_JWZGLES
+#  include "jwzgles.h"
+# endif /* HAVE_JWZGLES */
+
+# undef APIENTRY
 # define APIENTRY /**/
 #endif