http://ftp.x.org/contrib/applications/xscreensaver-3.25.tar.gz
[xscreensaver] / hacks / glx / extrusion-helix4.c
index 6c81607cc30d9eb5256f1838536998c8445e34d9..d6a786a78b860e800d3e6b47c8a679d61969df9b 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;