X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=4ee2cd7a66fa7192cc258ec816ebd153af262e49;hb=0bd2eabab3e404c6769fe8f59b639275e960c415;hp=8cac343a3613928832d4226a26c82148d6afd1e0;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/config.h.in b/config.h.in index 8cac343a..4ee2cd7a 100644 --- a/config.h.in +++ b/config.h.in @@ -14,11 +14,16 @@ ************************************************************************* */ /* Define this if you have the XReadDisplay extension (I think this is an - SGI-only thing; it's in .) A couple of - the screenhacks will take advantage of this if it's available. + SGI-only thing; it's in .) A few of the + screenhacks will take advantage of this if it's available. */ #undef HAVE_READ_DISPLAY_EXTENSION +/* Define this if you have the Iris Video Library (dmedia/vl.h on SGI.) + A few of the screenhacks will take advantage of this if it's available. + */ +#undef HAVE_SGI_VIDEO + /* Define this if you have the XHPDisableReset function (an HP only thing.) */ #undef HAVE_XHPDISABLERESET @@ -80,6 +85,16 @@ */ #undef HAVE_SGI_SAVER_EXTENSION +/* Define this if you have the SGI-VIDEO-CONTROL extension. This is standard + * on Irix systems, and not available elsewhere. + */ +#undef HAVE_SGI_VC_EXTENSION + +/* Define this if you have the XDPMS extension. This is standard on + * sufficiently-recent XFree86 systems, and possibly elsewhere. (It's + * available if the file /usr/include/X11/extensions/dpms.h exists.) + */ +#undef HAVE_DPMS_EXTENSION /* ************************************************************************* @@ -121,6 +136,10 @@ */ #undef HAVE_MESA_GL +/* Define this if you have the X Shared Memory Extension. + */ +#undef HAVE_XSHM_EXTENSION + /* Some screenhacks like to run an external program to generate random pieces of text; set this to the one you like ("yow" and "fortune" are the most likely prospects.) Note that this is just the default; X resources can @@ -242,5 +261,13 @@ /* Define if you have the fcntl function. */ #undef HAVE_FCNTL +/* Define if you have the sigaction function. */ +#undef HAVE_SIGACTION + /* Define if you have the header file. */ #undef HAVE_UNISTD_H + +/* Define to use sigaction() instead of signal() for SIGCHLD-related activity. + This is necessary at least on SCO OpenServer 5, due to a Unix kernel bug. + */ +#undef USE_SIGACTION