ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[xscreensaver] / config.h.in
index 0a62ee15c0f6c9757b55032f454b6e09c281f5b9..59a6ccf995253a48d9e34b91df023125c5a34f92 100644 (file)
@@ -1,3 +1,6 @@
+/* config.h.in.  Generated from configure.in by autoheader.  */
+
+
 /* config.h.in --- xscreensaver, Copyright (c) 1998-2000 Jamie Zawinski.
  *
  *  The best way to set these parameters is by running the included `configure'
  */
 
 
-/* *************************************************************************
-                          CONFIGURING SERVER EXTENSIONS
-   ************************************************************************* */
+/* 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.
+   */
+#undef CRAY_STACKSEG_END
 
-/* Define this if you have the XReadDisplay extension (I think this is an
-   SGI-only thing; it's in <X11/extensions/readdisplay.h>.)  A few of the
-   screenhacks will take advantage of this if it's available.
- */
-#undef HAVE_READ_DISPLAY_EXTENSION
+/* Define to 1 if using `alloca.c'. */
+#undef C_ALLOCA
 
-/* Define this if you have the XHPDisableReset function (an HP only thing
-   which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.)
- */
-#undef HAVE_XHPDISABLERESET
+/* always defined to indicate that i18n is enabled */
+#undef ENABLE_NLS
 
-/*  First, some background: there are three distinct server extensions which
- *  are useful to a screen saver program: they are XIDLE, MIT-SCREEN-SAVER, 
- *  and SCREEN_SAVER.
- *
- *  The XIDLE extension resides in .../contrib/extensions/xidle/ on the X11R5
- *  contrib tape.  This extension lets the client get accurate idle-time 
- *  information from the X server in a potentially more reliable way than by
- *  simply watching for keyboard and mouse activity.  However, the XIDLE 
- *  extension has apparently not been ported to X11R6.
- *
- *  The SCREEN_SAVER extension is found (as far as I know) only in the SGI
- *  X server, and it exists in all releases since (at least) Irix 5.  The
- *  relevant header file is /usr/include/X11/extensions/XScreenSaver.h.
- *
- *  The similarly-named MIT-SCREEN-SAVER extension came into existence long
- *  after the SGI SCREEN_SAVER extension was already in use, and resides in
- *  .../contrib/extensions/screensaver/ on the X11R6 contrib tape.  It is
- *  also found in certain recent X servers built in to NCD X terminals.
- *
- *     The MIT extension does basically the same thing that the XIDLE extension
- *     does, but there are two things wrong with it: first, because of the way
- *     the extension was designed, the `fade' option to XScreenSaver will be
- *     uglier: just before the screen fades out, there will be an unattractive
- *     flicker to black, because this extension blanks the screen *before*
- *     telling us that it is time to do so.  Second, this extension is known to
- *     be buggy; on the systems I use, it works, but some people have reported
- *     X server crashes as a result of using it.  XScreenSaver uses this
- *     extension rather conservatively, because when I tried to use any of its
- *     more complicated features, I could get it to crash the server at the
- *     drop of a hat.
- *
- *     In short, the MIT-SCREEN-SAVER extension is a piece of junk.  The older
- *     SGI SCREEN_SAVER extension works great, as does XIDLE.  It would be nice
- *     If those two existed on more systems, that is, would be adopted by the
- *     X Consortium in favor of their inferior "not-invented-here" entry.
- */
+/* Some screenhacks like to run an external program to generate random pieces
+   of text; set this to the one you like. Note that this is just the default;
+   X resources can be used to override it. */
+#undef FORTUNE_PROGRAM
 
-/*  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
+/* This is the name of the gettext package to use. */
+#undef GETTEXT_PACKAGE
 
-/*  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 gettimeofday() takes two arguments. */
+#undef GETTIMEOFDAY_TWO_ARGS
 
-/*  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 is Solaris with ``adjunct'' passwords (this is
+   the version where one gets at the passwords with getpwanam() instead of
  getpwnam().) I haven't tested this one, let me know if it works. */
+#undef HAVE_ADJUNCT_PASSWD
 
-/*  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.)
- */
+/* Define to 1 if you have `alloca', as a function or macro. */
+#undef HAVE_ALLOCA
+
+/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
+   */
+#undef HAVE_ALLOCA_H
+
+/* Define to 1 if you have the <argz.h> header file. */
+#undef HAVE_ARGZ_H
+
+/* Define this if you have Gnome and want to build support for the
+   xscreensaver control panel in the Gnome Control Center (gnomecc). (This is
+   needed only with Gtk 1.x.) */
+#undef HAVE_CRAPPLET
+
+/* Define this if HAVE_CRAPPLET is defined, and the function
+   capplet_widget_changes_are_immediate() is available. */
+#undef HAVE_CRAPPLET_IMMEDIATE
+
+/* Define to 1 if you have the <crypt.h> header file. */
+#undef HAVE_CRYPT_H
+
+/* Define to 1 if you have the `dcgettext' function. */
+#undef HAVE_DCGETTEXT
+
+/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_DIRENT_H
+
+/* Define this if you have the X Double Buffer Extension. */
+#undef HAVE_DOUBLE_BUFFER_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
 
-/*  Define this if you have the functions XF86VidModeGetModeLine() and
- *  XF86VidModeGetViewPort(), in support of virtual desktops where the
- *  X server's root window is bigger than the actual screen.  This is
- *  an XFree86 thing, and probably doesn't exist elsewhere.  (It's
- *  available if the file /usr/include/X11/extensions/xf86vmode.h exists.)
- */
-#undef HAVE_XF86VMODE
+/* Define this if your system is Digital or SCO Unix with so-called ``Enhanced
+   Security'', that is, the passwords live in /tcb/files/auth/<x>/<xyz>
+   instead of in /etc/passwd, and one reads them with getprpwnam() instead of
+   getpwnam(). */
+#undef HAVE_ENHANCED_PASSWD
 
-/*  Define this if you have the functions XF86VidModeGetGamma() and
- *  XF86VidModeSetGamma(), which allow clients to change the gamma
- *  response of the monitor.  This is an XFree86 4.0.x thing, and
- *  probably doesn't exist elsewhere.  (It's available if the file
- *  /usr/include/X11/extensions/xf86vmode.h exists and has stuff about
- *  gamma in it.)
- */
-#undef HAVE_XF86VMODE_GAMMA
+/* Define to 1 if you have the `fcntl' function. */
+#undef HAVE_FCNTL
 
-/*  Define this if you have the functions XF86VidModeGetGammaRamp() and
- *  XF86VidModeSetGammaRamp(), which provide finer-grained control than
- *  XF86VidMode[GS]etGamma().  These appeared in XFree86 4.1.0.
- */
-#undef HAVE_XF86VMODE_GAMMA_RAMP
+/* Define this if you have the 'forkpty' function: This allows 'phosphor' and
+   'apple2' to run curses-based programs, or be used as terminal windows. */
+#undef HAVE_FORKPTY
 
-/*  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 GDK_Pixbuf library installed. Some of the demos
+   can make use of this if it is available. */
+#undef HAVE_GDK_PIXBUF
 
-/*  Define this if you have the Resize and Rotate extension.  This is standard
- *  on sufficiently-recent XFree86 systems, and possibly elsewhere.  (It's
- *  available if the file /usr/include/X11/extensions/Xrandr.h exists.)
- */
-#undef HAVE_RANDR
+/* Define to 1 if you have the `getcwd' function. */
+#undef HAVE_GETCWD
 
-/* 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.)
- */
-#undef HAVE_XF86MISCSETGRABKEYSSTATE
+/* Define to 1 if you have the `getpagesize' function. */
+#undef HAVE_GETPAGESIZE
 
-/*  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
+/* Define if the GNU gettext() function is already present or preinstalled. */
+#undef HAVE_GETTEXT
 
+/* Define this if you have the gettimeofday function. */
+#undef HAVE_GETTIMEOFDAY
 
+/* Define to 1 if you have the `getwd' function. */
+#undef HAVE_GETWD
 
-/* *************************************************************************
-                          CONFIGURING GRAPHICS TOOLKITS
-   ************************************************************************* */
+/* Define this if you have OpenGL. Some of the demos require it, so if you
+   don't have it, then those particular demos won't be built. (This won't
+   affect the screen saver as a whole.) */
+#undef HAVE_GL
 
-/*  Define this if you have Motif.
- */
-#undef HAVE_MOTIF
+/* Define this if your version of OpenGL has the glBindTexture() routine. This
  is the case for OpenGL 1.1, but not for OpenGL 1.0. */
+#undef HAVE_GLBINDTEXTURE
 
-/*  Define this if you have the XmComboBox Motif widget (Motif 2.0.)
- */
-#undef HAVE_XMCOMBOBOX
+/* Define this if you have the -lgle and -lmatrix libraries (GL extrusion.) */
+#undef HAVE_GLE
 
-/*  Define this if you have Gtk (any version.)
- */
+/* Define this if you have the -lgle from GLE version 3 */
+#undef HAVE_GLE3
+
+/* Define this if you have Gtk (any version.) */
 #undef HAVE_GTK
 
-/* Define this if you have Gtk 2.x.
- */
+/* Define this if you have Gtk 2.x. */
 #undef HAVE_GTK2
 
-/*  Define this if you have Gnome and want to build support for the 
-    xscreensaver control panel in the Gnome Control Center (gnomecc).
-    (This is needed only with Gtk 1.x.)
- */
-#undef HAVE_CRAPPLET
+/* Define this if you are running HPUX with so-called ``Secure Passwords'' (if
+   you have /usr/include/hpsecurity.h, you probably have this.) I haven't
+   tested this one, let me know if it works. */
+#undef HAVE_HPUX_PASSWD
 
-/*  Define this if HAVE_CRAPPLET is defined, and the function
-    capplet_widget_changes_are_immediate() is available.
- */
-#undef HAVE_CRAPPLET_IMMEDIATE
+/* Define this if you do pings with a `struct icmp' and an `icmp_id' slot. */
+#undef HAVE_ICMP
 
-/*  Define this if you have the XML library.
- */
-#undef HAVE_XML
+/* Define this if you do pings with a `struct icmphdr' and an `un.echo.id'
  slot. */
+#undef HAVE_ICMPHDR
 
-/* Define this if you have the XML library headers in their old,
- * non-namespaced location (you lack the gnome-xml/libxml symlink)
- */
-#undef HAVE_OLD_XML_HEADERS
+/* Define to 1 if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
 
-/*  Define this if you have the XPM library installed.  Some of the demos can
- *  make use of this if it is available.
- */
-#undef HAVE_XPM
+/* Define this if you have the Independent JPEG Group's JPEG library
+   installed. Some of the demos can make use of this if it is available. */
+#undef HAVE_JPEGLIB
 
-/*  Define this if you have the GDK_Pixbuf library installed.  Some of the
- *  demos can make use of this if it is available.
- */
-#undef HAVE_GDK_PIXBUF
+/* Define this if you want to use Kerberos authentication to lock/unlock the
+   screen instead of your local password. This currently uses Kerberos V4, but
+   a V5 server with V4 compatibility will work. WARNING: DO NOT USE AFS
+   string-to-key passwords with this option. This option currently *only*
+   works with standard Kerberos des_string_to_key. If your password is an AFS
+   password and not a kerberos password, it will not authenticate properly.
+   See the comments in driver/kpasswd.c for more information if you need it.
+   */
+#undef HAVE_KERBEROS
 
-/*  Define this if you have the Independent JPEG Group's JPEG library
- *  installed.  Some of the demos can make use of this if it is available.
- */
-#undef HAVE_JPEGLIB
+/* Define this if you have Kerberos 5, meaning we need to use the Kerberos 4
+   compatibility layer. */
+#undef HAVE_KERBEROS5
 
-/*  Define this if you have the Xmu library.  This is standard part of X, and
- *  if your vendor doesn't ship it, you should report that as a bug.
- */
-#undef HAVE_XMU
+/* Define if your <locale.h> file defines LC_MESSAGES. */
+#undef HAVE_LC_MESSAGES
 
-/*  Define this if you have OpenGL.  Some of the demos require it, so if you
- *  don't have it, then those particular demos won't be built.  (This won't
- *  affect the screen saver as a whole.)
- */
-#undef HAVE_GL
+/* Define to 1 if you have the <limits.h> header file. */
+#undef HAVE_LIMITS_H
 
-/*  Define this if you have OpenGL, but it's the MesaGL variant.  (The 
-    libraries have different names.)  (HAVE_GL should be defined too.)
- */
+/* Define to 1 if you have the <locale.h> header file. */
+#undef HAVE_LOCALE_H
+
+/* Define to 1 if you have the <malloc.h> header file. */
+#undef HAVE_MALLOC_H
+
+/* Define to 1 if you have the <memory.h> header file. */
+#undef HAVE_MEMORY_H
+
+/* Define this if you have OpenGL, but it's the MesaGL variant. (The libraries
+   have different names.) (HAVE_GL should be defined too.) */
 #undef HAVE_MESA_GL
 
-/*  Define this if your version of OpenGL has the glBindTexture() routine.
-    This is the case for OpenGL 1.1, but not for OpenGL 1.0.
- */
-#undef HAVE_GLBINDTEXTURE
+/* 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 this if you have the -lgle and -lmatrix libraries (GL extrusion.)
- */
-#undef HAVE_GLE
+/* Define to 1 if you have a working `mmap' system call. */
+#undef HAVE_MMAP
 
-/*  Define this if you have the -lgle from GLE version 3
- */
-#undef HAVE_GLE3
+/* Define this if you have Motif. */
+#undef HAVE_MOTIF
 
-/*  Define this if you have the X Shared Memory Extension.
- */
-#undef HAVE_XSHM_EXTENSION
+/* Define to 1 if you have the `munmap' function. */
+#undef HAVE_MUNMAP
 
-/*  Define this if you have the X Double Buffer Extension.
- */
-#undef HAVE_DOUBLE_BUFFER_EXTENSION
+/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
+#undef HAVE_NDIR_H
 
-/*  Set the name of the password helper program, if any
- */
-#undef PASSWD_HELPER_PROGRAM
+/* Define to 1 if you have the `nice' function. */
+#undef HAVE_NICE
 
+/* Define to 1 if you have the <nl_types.h> header file. */
+#undef HAVE_NL_TYPES_H
 
+/* Define this if you have the XML library headers in their old,
+   non-namespaced location (you lack the gnome-xml/libxml symlink) */
+#undef HAVE_OLD_XML_HEADERS
 
-/* *************************************************************************
-                       CONFIGURING PASSWORD AUTHENTICATION
-   ************************************************************************* */
+/* Define this if you want to use PAM (Pluggable Authentication Modules) to
+   lock/unlock the screen, instead of standard /etc/passwd authentication. */
+#undef HAVE_PAM
 
-/* Define this to remove the option of locking the screen at all.
- */
-#undef NO_LOCKING
+/* 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
 
-/*  Define this if you want to use Kerberos authentication to lock/unlock the
- *  screen instead of your local password.  This currently uses Kerberos V4, 
- *  but a V5 server with V4 compatibility will work.  WARNING: DO NOT USE AFS
- *  string-to-key passwords with this option. This option currently *only* 
- *  works with standard Kerberos des_string_to_key.  If your password is an
- *  AFS password and not a kerberos password, it will not authenticate 
- *  properly. See the comments in driver/kpasswd.c for more information if you
- *  need it. 
- */
-#undef HAVE_KERBEROS
+/* Define to 1 if you have the <pty.h> header file. */
+#undef HAVE_PTY_H
 
-/* Define this if you have Kerberos 5, meaning we need to use the Kerberos 4
- * compatibility layer.
- */
-#undef HAVE_KERBEROS5
+/* Define to 1 if you have the `putenv' function. */
+#undef HAVE_PUTENV
 
-/*  Define this if you want to use PAM (Pluggable Authentication Modules)
- *  to lock/unlock the screen, instead of standard /etc/passwd authentication.
- */
-#undef HAVE_PAM
+/* Define this if you have the Resize and Rotate extension. This is standard
+   on sufficiently-recent XFree86 systems, and possibly elsewhere. (It's
  available if the file /usr/include/X11/extensions/Xrandr.h exists.) */
+#undef HAVE_RANDR
 
-/*  If PAM is being used, this is the name of the PAM service that xscreensaver
- *  will authenticate as.  The default is "xscreensaver", which means that the
- *  PAM library will look for an "xscreensaver" line in /etc/pam.conf, or (on
- *  recent Linux systems) will look for a file called /etc/pam.d/xscreensaver.
- *  Some systems might already have a PAM installation that is configured for
- *  xlock, so setting this to "xlock" would also work in that case.
- */
-#define PAM_SERVICE_NAME "xscreensaver"
+/* Define this if you have the XReadDisplay extension (I think this is an
+   SGI-only thing; it's in <X11/extensions/readdisplay.h>.) A few of the
+   screenhacks will take advantage of this if it's available. */
+#undef HAVE_READ_DISPLAY_EXTENSION
 
-/* Define if you have PAM and pam_strerror() requires two arguments.  */
-#undef PAM_STRERROR_TWO_ARGS
+/* Define to 1 if you have the `realpath' function. */
+#undef HAVE_REALPATH
 
-/*  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
- *  other thing; others might as well.  See the ifdefs in driver/passwd-pwent.c
- *  if you're having trouble related to reading passwords.)
- */
+/* Define to 1 if you have the `sbrk' function. */
+#undef HAVE_SBRK
+
+/* Define to 1 if you have the `select' function. */
+#undef HAVE_SELECT
+
+/* Define to 1 if you have the `setenv' function. */
+#undef HAVE_SETENV
+
+/* Define to 1 if you have the `setlocale' function. */
+#undef HAVE_SETLOCALE
+
+/* Define to 1 if you have the `setpriority' function. */
+#undef HAVE_SETPRIORITY
+
+/* 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
+   other thing; others might as well. See the ifdefs in driver/passwd-pwent.c
+   if you're having trouble related to reading passwords.) */
 #undef HAVE_SHADOW_PASSWD
 
-/*  Define this if your system is Digital or SCO Unix with so-called ``Enhanced
-    Security'', that is, the passwords live in /tcb/files/auth/<x>/<xyz> 
-    instead of in /etc/passwd, and one reads them with getprpwnam() instead 
-    of getpwnam().
- */
-#undef HAVE_ENHANCED_PASSWD
+/* Define to 1 if you have the `sigaction' function. */
+#undef HAVE_SIGACTION
 
-/*  Define this if your system is Solaris with ``adjunct'' passwords (this is
-    the version where one gets at the passwords with getpwanam() instead of
-    getpwnam().)  I haven't tested this one, let me know if it works.
- */
-#undef HAVE_ADJUNCT_PASSWD
+/* Define to 1 if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
 
-/*  Define this if you are running HPUX with so-called ``Secure Passwords'' 
-    (if you have /usr/include/hpsecurity.h, you probably have this.)  I
-    haven't tested this one, let me know if it works.
- */
-#undef HAVE_HPUX_PASSWD
+/* Define to 1 if you have the <stdlib.h> header file. */
+#undef HAVE_STDLIB_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 to 1 if you have the `strcasecmp' function. */
+#undef HAVE_STRCASECMP
 
+/* Define to 1 if you have the `strchr' function. */
+#undef HAVE_STRCHR
 
-/* Define this if you the openlog(), syslog(), and closelog() functions.
-   This is used for logging failed login attempts.
- */
+/* Define to 1 if you have the `strdup' function. */
+#undef HAVE_STRDUP
+
+/* Define to 1 if you have the <strings.h> header file. */
+#undef HAVE_STRINGS_H
+
+/* Define to 1 if you have the <string.h> header file. */
+#undef HAVE_STRING_H
+
+/* Define to 1 if you have the `syslog' function. */
 #undef HAVE_SYSLOG
 
+/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_SYS_DIR_H
 
-/* *************************************************************************
-                            OTHER C ENVIRONMENT JUNK
-   ************************************************************************* */
+/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
+   */
+#undef HAVE_SYS_NDIR_H
 
-/* Define this to void* if you're using X11R4 or earlier.  */
-#undef XPointer
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
 
-/* Define if you have the nice function.  */
-#undef HAVE_NICE
+/* Define to 1 if you have the <sys/select.h> header file. */
+#undef HAVE_SYS_SELECT_H
 
-/* Define if you have the setpriority function.  */
-#undef HAVE_SETPRIORITY
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#undef HAVE_SYS_STAT_H
 
-/* Define to empty if the keyword does not work.  */
-#undef const
+/* Define to 1 if you have the <sys/types.h> header file. */
+#undef HAVE_SYS_TYPES_H
 
-/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
+/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
 #undef HAVE_SYS_WAIT_H
 
-/* Define as __inline if that's what the C compiler calls it.  */
-#undef inline
+/* Define to 1 if you have the `uname' function. */
+#undef HAVE_UNAME
 
-/* Define to `int' if <sys/types.h> doesn't define.  */
-#undef mode_t
+/* Define to 1 if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H
 
-/* Define to `int' if <sys/types.h> doesn't define.  */
-#undef pid_t
+/* Define to 1 if you have the <util.h> header file. */
+#undef HAVE_UTIL_H
 
-/* Define as the return type of signal handlers (int or void).  */
-#undef RETSIGTYPE
+/* 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 to `unsigned' if <sys/types.h> doesn't define.  */
-#undef size_t
+/* 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.) */
+#undef HAVE_XF86MISCSETGRABKEYSSTATE
 
-/* Define if you have the ANSI C header files.  */
-#undef STDC_HEADERS
+/* Define this if you have the functions XF86VidModeGetModeLine() and
+   XF86VidModeGetViewPort(), in support of virtual desktops where the X
+   server's root window is bigger than the actual screen. This is an XFree86
+   thing, and probably doesn't exist elsewhere. (It's available if the file
+   /usr/include/X11/extensions/xf86vmode.h exists.) */
+#undef HAVE_XF86VMODE
 
-/* Define if you can safely include both <sys/time.h> and <time.h>.  */
-#undef TIME_WITH_SYS_TIME
+/* Define this if you have the functions XF86VidModeGetGamma() and
+   XF86VidModeSetGamma(), which allow clients to change the gamma response of
+   the monitor. This is an XFree86 4.0.x thing, and probably doesn't exist
+   elsewhere. (It's available if the file
+   /usr/include/X11/extensions/xf86vmode.h exists and has stuff about gamma in
+   it.) */
+#undef HAVE_XF86VMODE_GAMMA
 
-/* Define if you have the gettimeofday function.  */
-#undef HAVE_GETTIMEOFDAY
+/* Define this if you have the functions XF86VidModeGetGammaRamp() and
+   XF86VidModeSetGammaRamp(), which provide finer-grained control than
+   XF86VidMode[GS]etGamma(). These appeared in XFree86 4.1.0. */
+#undef HAVE_XF86VMODE_GAMMA_RAMP
 
-/* Define if gettimeofday requires two arguments.  */
-#undef GETTIMEOFDAY_TWO_ARGS
+/* Define this if you have the XHPDisableReset function (an HP only thing
+   which allows the Ctrl-Sh-Reset key sequence to be temporarily disabled.) */
+#undef HAVE_XHPDISABLERESET
 
-/* Define if you have the putenv function.  */
-#undef HAVE_PUTENV
+/* 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 if you have the select function.  */
-#undef HAVE_SELECT
+/* 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 if you have the getcwd function.  */
-#undef HAVE_GETCWD
+/* Define this if you have the XmComboBox Motif widget (Motif 2.0.) */
+#undef HAVE_XMCOMBOBOX
 
-/* Define if you have the getcwd function.  */
-#undef HAVE_GETWD
+/* Define this if you have the XML library. */
+#undef HAVE_XML
 
-/* Define if you have the realpath function.  */
-#undef HAVE_REALPATH
+/* Define this if you have the Xmu library. This is standard part of X, and if
+   your vendor doesn't ship it, you should report that as a bug. */
+#undef HAVE_XMU
 
-/* Define if you have the uname function.  */
-#undef HAVE_UNAME
+/* Define this if you have the XPM library installed. Some of the demos can
+   make use of this if it is available. */
+#undef HAVE_XPM
 
-/* Define if you have the fcntl function.  */
-#undef HAVE_FCNTL
+/* Define this if you have the X Shared Memory Extension. */
+#undef HAVE_XSHM_EXTENSION
 
-/* Define if you have the sigaction function.  */
-#undef HAVE_SIGACTION
+/* Define to 1 if you have the `__argz_count' function. */
+#undef HAVE___ARGZ_COUNT
 
-/* Define this if you have the setrlimit function. */
-#undef HAVE_SETRLIMIT
+/* Define to 1 if you have the `__argz_next' function. */
+#undef HAVE___ARGZ_NEXT
 
-/* Define if you have the sbrk function.  */
-#undef HAVE_SBRK
+/* Define to 1 if you have the `__argz_stringify' function. */
+#undef HAVE___ARGZ_STRINGIFY
 
-/* Define if you have the forkpty function.  */
-#undef HAVE_FORKPTY
+/* Define this to remove the option of locking the screen at all. */
+#undef NO_LOCKING
 
-/* Define if you have the <pty.h> header file.  */
-#undef HAVE_PTY_H
+/* This is the same as GETTEXT_PACKAGE, but for the glade generated code. */
+#undef PACKAGE
 
-/* Define if you have the <util.h> header file.  */
-#undef HAVE_UTIL_H
+/* Define to the address where bug reports for this package should be sent. */
+#undef PACKAGE_BUGREPORT
 
-/* Define if you have the <unistd.h> header file.  */
-#undef HAVE_UNISTD_H
+/* Define to the full name of this package. */
+#undef PACKAGE_NAME
 
-/* Define if you have the <locale.h> header file.  */
-#undef HAVE_LOCALE_H
+/* Define to the full name and version of this package. */
+#undef PACKAGE_STRING
 
-/* Define if you have the setlocale function.  */
-#undef HAVE_SETLOCALE
+/* Define to the one symbol short name of this package. */
+#undef PACKAGE_TARNAME
 
-/* Define if you have the <crypt.h> header file.  */
-#undef HAVE_CRYPT_H
+/* Define to the version of this package. */
+#undef PACKAGE_VERSION
 
-/* Define if you have <sys/select.h> that defines fd_set and FD_SET.  */
-#undef HAVE_SYS_SELECT_H
+/* If PAM is being used, this is the name of the PAM service that xscreensaver
+   will authenticate as. The default is "xscreensaver", which means that the
+   PAM library will look for an "xscreensaver" line in /etc/pam.conf, or (on
+   recent Linux systems) will look for a file called /etc/pam.d/xscreensaver.
+   Some systems might already have a PAM installation that is configured for
+   xlock, so setting this to "xlock" would also work in that case. */
+#undef PAM_SERVICE_NAME
 
-/* Define this if you do pings with a `struct icmp' and  a `icmp_id' slot.
- */
-#undef HAVE_ICMP
+/* Define if you have PAM and pam_strerror() requires two arguments. */
+#undef PAM_STRERROR_TWO_ARGS
 
-/* Define this if you do pings with a `struct icmphdr' and a `un.echo.id' slot.
- */
-#undef HAVE_ICMPHDR
+/* Set the name of the password helper program, if any */
+#undef PASSWD_HELPER_PROGRAM
 
-/* This is the name of the gettext package to use.
- */
-#undef GETTEXT_PACKAGE
+/* Define as the return type of signal handlers (`int' or `void'). */
+#undef RETSIGTYPE
 
-/* This is the same as GETTEXT_PACKAGE, but for the glade generated
- * code.
- */
-#undef PACKAGE
+/* 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.
+       STACK_DIRECTION > 0 => grows toward higher addresses
+       STACK_DIRECTION < 0 => grows toward lower addresses
+       STACK_DIRECTION = 0 => direction of growth unknown */
+#undef STACK_DIRECTION
 
-/* Define this if you want to build with NLS support
- */
-#undef ENABLE_NLS
+/* Define to 1 if you have the ANSI C header files. */
+#undef STDC_HEADERS
+
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+#undef TIME_WITH_SYS_TIME
+
+/* Define this to void* if you're using X11R4 or earlier. */
+#undef XPointer
+
+/* Define to 1 if the X Window System is missing or not being used. */
+#undef X_DISPLAY_MISSING
+
+/* Define to empty if `const' does not conform to ANSI C. */
+#undef const
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
+#undef inline
+#endif
+
+/* Define to `int' if <sys/types.h> does not define. */
+#undef mode_t
+
+/* Define to `long' if <sys/types.h> does not define. */
+#undef off_t
+
+/* Define to `int' if <sys/types.h> does not define. */
+#undef pid_t
+
+/* Define to `unsigned' if <sys/types.h> does not define. */
+#undef size_t