X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=config.h.in;h=0a1af872f4e1c0334aa6e7c70b100c14e8567c00;hp=8c31259748367075e7115eec5fc79dd089d832fc;hb=019de959b265701cd0c3fccbb61f2b69f06bf9ee;hpb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21 diff --git a/config.h.in b/config.h.in index 8c312597..0a1af872 100644 --- a/config.h.in +++ b/config.h.in @@ -103,6 +103,9 @@ /* 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 @@ -124,6 +127,9 @@ 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 @@ -155,6 +161,9 @@ 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 @@ -414,9 +423,16 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* 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 @@ -454,6 +470,17 @@ /* Define to 1 if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING +/* Enable large inode numbers on Mac OS X 10.5. */ +#ifndef _DARWIN_USE_64_BIT_INODE +# define _DARWIN_USE_64_BIT_INODE 1 +#endif + +/* Number of bits in a file offset, on hosts where this is settable. */ +#undef _FILE_OFFSET_BITS + +/* Define for large files, on AIX-style hosts. */ +#undef _LARGE_FILES + /* Define to empty if `const' does not conform to ANSI C. */ #undef const