X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=6294beeee1ef0820ea48df133694923c7278147f;hb=c85f503f5793839a6be4c818332aca4a96927bb2;hp=feea63b58a42ccfb9542435c5b11dfac2c3f08d6;hpb=dba664f31aa87285db4d76cf8c5e66335299703a;p=xscreensaver diff --git a/config.h.in b/config.h.in index feea63b5..6294beee 100644 --- a/config.h.in +++ b/config.h.in @@ -37,6 +37,14 @@ /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #undef HAVE_BIND_TEXTDOMAIN_CODESET +/* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +#undef HAVE_CFLOCALECOPYCURRENT + +/* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +#undef HAVE_CFPREFERENCESCOPYAPPVALUE + /* 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.) */ @@ -85,6 +93,9 @@ (gdk-pixbuf 2.12). */ #undef HAVE_GDK_PIXBUF_APPLY_EMBEDDED_ORIENTATION +/* Define to 1 if you have the `getaddrinfo' function. */ +#undef HAVE_GETADDRINFO + /* Define to 1 if you have the `getcwd' function. */ #undef HAVE_GETCWD @@ -109,9 +120,6 @@ 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 @@ -163,6 +171,11 @@ /* Define if your file defines LC_MESSAGES. */ #undef HAVE_LC_MESSAGES +/* Define this if the Portable Network Graphics library is installed. It is + basically required, but many things will more-or-less limp along without + it. */ +#undef HAVE_LIBPNG + /* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H @@ -226,6 +239,9 @@ /* Define to 1 if you have the `realpath' function. */ #undef HAVE_REALPATH +/* Define this to enable recording of videos. */ +#undef HAVE_RECORD_ANIM + /* Define to 1 if you have the `sbrk' function. */ #undef HAVE_SBRK @@ -254,6 +270,9 @@ /* Define to 1 if you have the `sigtimedwait' function. */ #undef HAVE_SIGTIMEDWAIT +/* Define to 1 if you have the `sqrtf' function. */ +#undef HAVE_SQRTF + /* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H @@ -266,6 +285,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_STRING_H +/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */ +#undef HAVE_STRUCT_SOCKADDR_SA_LEN + /* Define to 1 if you have the `syslog' function. */ #undef HAVE_SYSLOG @@ -283,6 +305,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TERMIOS_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H @@ -323,6 +348,9 @@ XF86VidMode[GS]etGamma(). These appeared in XFree86 4.1.0. */ #undef HAVE_XF86VMODE_GAMMA_RAMP +/* Define this if you have libXft2. */ +#undef HAVE_XFT + /* 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 @@ -347,13 +375,12 @@ your vendor doesn't ship it, you should report that as a bug. */ #undef HAVE_XMU -/* 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 X Shared Memory Extension. */ #undef HAVE_XSHM_EXTENSION +/* Define this if you have the function Xutf8DrawString(). */ +#undef HAVE_XUTF8DRAWSTRING + /* Define this to remove the option of locking the screen at all. */ #undef NO_LOCKING @@ -443,3 +470,6 @@ /* Define to `unsigned int' if does not define. */ #undef size_t + +/* Define to `int' if or does not define. */ +#undef socklen_t