X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=941853240b3f03e56799326c34e1e60ae0d96764;hb=50be9bb40dc60130c99ffa568e6677779904ff70;hp=59a6ccf995253a48d9e34b91df023125c5a34f92;hpb=3f438031d610c7e15fd33876a879b97e290e05fb;p=xscreensaver diff --git a/config.h.in b/config.h.in index 59a6ccf9..94185324 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 @@ -212,6 +219,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 +238,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. */ @@ -271,6 +285,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 @@ -327,14 +344,6 @@ /* Define to 1 if you have the header file. */ #undef HAVE_UTIL_H -/* Define this if you are on a system that supports the VT_LOCKSWITCH and - VT_UNLOCKSWITCH ioctls. If this is defined, then when the screen is locked, - switching to another virtual terminal will also be prevented. That is, the - whole console will be locked, rather than just the VT on which X is - running. (Well, that's the theory anyway -- in practice, I haven't yet - figured out how to make that work.) */ -#undef HAVE_VT_LOCKSWITCH - /* Define this if you have the XF86MiscSetGrabKeysState function (which allows the Ctrl-Alt-KP_star and Ctrl-Alt-KP_slash key sequences to be temporarily disabled. Sadly, it doesn't affect Ctrl-Alt-BS or Ctrl-Alt-F1.) */ @@ -377,6 +386,11 @@ 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 @@ -443,7 +457,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 */ @@ -473,11 +487,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