X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=8c31259748367075e7115eec5fc79dd089d832fc;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hp=54e872c9bf48112c25e18f01bc66fbd11acca925;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/config.h.in b/config.h.in index 54e872c9..8c312597 100644 --- a/config.h.in +++ b/config.h.in @@ -12,6 +12,9 @@ */ +/* Define this to allow the root password to unlock the screen. */ +#undef ALLOW_ROOT_PASSWD + /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP systems. This function is required for `alloca.c' support on those systems. */ @@ -93,6 +96,10 @@ can make use of this if it is available. */ #undef HAVE_GDK_PIXBUF +/* Define this if you have the gdk_pixbuf_apply_embedded_orientation function + (gdk-pixbuf 2.12). */ +#undef HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -181,11 +188,6 @@ have different names.) (HAVE_GL should be defined too.) */ #undef HAVE_MESA_GL -/* Define this if you have the MIT-SCREEN-SAVER extension installed. See the - caveats about this extension, above. (It's available if - /usr/include/X11/extensions/scrnsaver.h exists.) */ -#undef HAVE_MIT_SAVER_EXTENSION - /* Define to 1 if you have a working `mmap' system call. */ #undef HAVE_MMAP @@ -212,6 +214,10 @@ lock/unlock the screen, instead of standard /etc/passwd authentication. */ #undef HAVE_PAM +/* Define this if you have pam_fail_delay function. see driver/passwd-pam.c. + */ +#undef HAVE_PAM_FAIL_DELAY + /* Define this if you have a Linux-like /proc/interrupts file which can be examined to determine when keyboard activity has occurred. */ #undef HAVE_PROC_INTERRUPTS @@ -227,6 +233,9 @@ available if the file /usr/include/X11/extensions/Xrandr.h exists.) */ #undef HAVE_RANDR +/* Define this if the RANDR library is version 1.2 or newer. */ +#undef HAVE_RANDR_12 + /* Define this if you have the XReadDisplay extension (I think this is an SGI-only thing; it's in .) A few of the screenhacks will take advantage of this if it's available. */ @@ -253,14 +262,6 @@ /* Define to 1 if you have the `setrlimit' function. */ #undef HAVE_SETRLIMIT -/* Define this if you have the SGI SCREEN_SAVER extension. This is standard on - Irix systems, and not available elsewhere. */ -#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 your system uses 'shadow' passwords, that is, the passwords live in /etc/shadow instead of /etc/passwd, and one reads them with getspnam() instead of getpwnam(). (Note that SCO systems do some random @@ -271,6 +272,9 @@ /* Define to 1 if you have the `sigaction' function. */ #undef HAVE_SIGACTION +/* Define to 1 if you have the `sigtimedwait' function. */ +#undef HAVE_SIGTIMEDWAIT + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -356,19 +360,16 @@ which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.) */ #undef HAVE_XHPDISABLERESET -/* Define this if you have the XIDLE extension installed. If you have the - XIDLE extension, this is recommended. (You have this extension if the file - /usr/include/X11/extensions/xidle.h exists.) Turning on this flag lets - XScreenSaver work better with servers which support this extension; but it - will still work with servers which do not suport it, so it's a good idea to - compile in support for it if you can. */ -#undef HAVE_XIDLE_EXTENSION - /* Define this if you have the Xinerama extension. This is standard on sufficiently-recent XFree86 systems, and possibly elsewhere. (It's available if the file /usr/include/X11/extensions/Xinerama.h exists.) */ #undef HAVE_XINERAMA +/* Define this if you have the Xinput extension. This is standard since X11R5, + and is thus almost everywhere. (It's available if the file + /usr/include/X11/extensions/XInput.h exists.) */ +#undef HAVE_XINPUT + /* Define this if you have the XmComboBox Motif widget (Motif 2.0.) */ #undef HAVE_XMCOMBOBOX @@ -435,7 +436,7 @@ /* If using the C implementation of alloca, define if you know the direction of stack growth for your system; otherwise it will be - automatically deduced at run-time. + automatically deduced at runtime. STACK_DIRECTION > 0 => grows toward higher addresses STACK_DIRECTION < 0 => grows toward lower addresses STACK_DIRECTION = 0 => direction of growth unknown */ @@ -465,11 +466,11 @@ /* Define to `int' if does not define. */ #undef mode_t -/* Define to `long' if does not define. */ +/* Define to `long int' if does not define. */ #undef off_t /* Define to `int' if does not define. */ #undef pid_t -/* Define to `unsigned' if does not define. */ +/* Define to `unsigned int' if does not define. */ #undef size_t