X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=4ee2cd7a66fa7192cc258ec816ebd153af262e49;hb=0bd2eabab3e404c6769fe8f59b639275e960c415;hp=d9d285cb064c76a221635f3aa06d13e109f4f8f3;hpb=5b7bc6e70fb439cf4c4bf771ae9f94077fe4fe08;p=xscreensaver diff --git a/config.h.in b/config.h.in index d9d285cb..4ee2cd7a 100644 --- a/config.h.in +++ b/config.h.in @@ -90,6 +90,12 @@ */ #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 + /* ************************************************************************* CONFIGURING GRAPHICS TOOLKITS @@ -255,6 +261,9 @@ /* 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