http://ftp.x.org/contrib/applications/xscreensaver-3.25.tar.gz
[xscreensaver] / hacks / glx / extrusion-helix2.c
index 2b2c41d4622913eb07ebb7a7be6ba49f153ad5f8..9220133ef253a766b16025c90a20cb06b31a6c9d 100644 (file)
  */
 
 /* required include files */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <GL/gl.h>
 #include <GL/glut.h>
+#ifdef HAVE_GLE3
+#include <GL/gle.h>
+#else
 #include <GL/tube.h>
+#endif
 
 /*  most recent mouse postion */
 extern float lastx;