http://ftp.x.org/contrib/applications/xscreensaver-3.25.tar.gz
[xscreensaver] / hacks / glx / extrusion-helix3.c
index 7924663933bf97d416db117523065aeedb514d21..003e4bd666977ce5bca342715d5f6499afa4cdbf 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;