X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fflame.c;h=9d3543c1482db113964cd2b02353064800c75e50;hp=ffadb67a601ff5f02cfcc50ebd69709383ff9964;hb=a719ec12b8b2563112366a8ac3196816fd64d2c7;hpb=59ac4e9a0de290e4275a7bbb890ad16abd09d68f diff --git a/hacks/flame.c b/hacks/flame.c index ffadb67a..9d3543c1 100644 --- a/hacks/flame.c +++ b/hacks/flame.c @@ -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