From http://www.jwz.org/xscreensaver/xscreensaver-5.18.tar.gz
[xscreensaver] / config.h.in
index 8c31259748367075e7115eec5fc79dd089d832fc..c11d0e630af0d7e52fed913b8509533eae8d0ad0 100644 (file)
 /* Define to 1 if you have the `getcwd' function. */
 #undef HAVE_GETCWD
 
+/* Define this if you have the getifaddrs() function. */
+#undef HAVE_GETIFADDRS
+
 /* Define to 1 if you have the `getpagesize' function. */
 #undef HAVE_GETPAGESIZE
 
    is the case for OpenGL 1.1, but not for OpenGL 1.0. */
 #undef HAVE_GLBINDTEXTURE
 
+/* Define this if glBitmap exists. */
+#undef HAVE_GLBITMAP
+
 /* Define this if you have the -lgle and -lmatrix libraries (GL extrusion.) */
 #undef HAVE_GLE
 
    installed. Some of the demos can make use of this if it is available. */
 #undef HAVE_JPEGLIB
 
+/* Define this to target the OpenGL ES 1.x API instead of OpenGL 1.3. */
+#undef HAVE_JWZGLES
+
 /* 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
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
+/* Whether PAM should check the result of account modules when authenticating.
+   Only do this if you have account configured properly on your system. */
+#undef PAM_CHECK_ACCOUNT_TYPE
+
 /* 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