ftp://ftp.uni-heidelberg.de/pub/X11/contrib/applications/xscreensaver-1.25.tar.Z
[xscreensaver] / hacks / helix.c
old mode 100755 (executable)
new mode 100644 (file)
index 25149c3..a6ce0aa
  */
 
 #include "screenhack.h"
-#include <math.h>
-#ifdef VMS
-#define M_PI 3.14159265358979323846
-#endif
-#if __STDC__
+#ifdef __STDC__
 #include <math.h>      /* for M_PI */
 #endif