X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=config.h.in;h=6294beeee1ef0820ea48df133694923c7278147f;hb=c85f503f5793839a6be4c818332aca4a96927bb2;hp=4f3251cd490bce33bc7a204ae3fd4f73768cc39d;hpb=aa75c7476aeaa84cf3abc192b376a8b03c325213;p=xscreensaver diff --git a/config.h.in b/config.h.in index 4f3251cd..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.) */ @@ -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 @@ -257,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 @@ -359,10 +375,6 @@ 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 @@ -458,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