http://ftp.x.org/contrib/applications/xscreensaver-3.09.tar.gz
[xscreensaver] / hacks / flame.c
index ffadb67a601ff5f02cfcc50ebd69709383ff9964..9d3543c1482db113964cd2b02353064800c75e50 100644 (file)
@@ -372,9 +372,12 @@ flame (Display *dpy, Window window)
 }
 
 
-#ifdef __hpux
+#if defined(__hpux) && defined(PLOSS)
 /* I don't understand why this is necessary, but I'm told that this program
    does nothing at all on HP-sUX without it.
+
+   I'm further told that HPUX 11.0 doesn't define PLOSS, and works ok without
+   this section.  Go figure.
  */
 #undef random
 #undef srandom