X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;ds=sidebyside;f=config.h.win32.in;h=ddb9d75a833c7a86211f636af0ab026377d92739;hb=HEAD;hp=8c27bea7912ab4644a42c498d8fd5e2aab580a02;hpb=2c94f67e0481280517bd3586a984f82db42a6982;p=~andy%2Fgtk diff --git a/config.h.win32.in b/config.h.win32.in index 8c27bea79..ddb9d75a8 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -11,6 +11,9 @@ /* The prefix for our gettext translation domains. */ #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@" +/* Disable deprecation warnings from glib */ +/* #undef GLIB_DISABLE_DEPRECATION_WARNINGS */ + /* Define if debugging is enabled */ #define GTK_COMPILED_WITH_DEBUGGING "yes" @@ -32,18 +35,24 @@ /* Define to 1 if you have the `dcgettext' function. */ #define HAVE_DCGETTEXT 1 +/* Define to 1 if you have the declaration of `isinf', and to 0 if you don't. + */ +#ifndef _MSC_VER +#define HAVE_DECL_ISINF 1 +#endif + +/* Define to 1 if you have the declaration of `isnan', and to 0 if you don't. + */ +#ifndef _MSC_VER +#define HAVE_DECL_ISNAN 1 +#endif + /* Define to 1 if you have the header file. */ /* #undef HAVE_DLFCN_H */ -/* Define to 1 if you have the `flockfile' function. */ -/* #undef HAVE_FLOCKFILE */ - /* Define to 1 if you have the header file. */ /* #undef HAVE_FTW_H */ -/* Define to 1 if you have the `getc_unlocked' function. */ -/* #undef HAVE_GETC_UNLOCKED */ - /* Define to 1 if you have the `getpagesize' function. */ #ifndef _MSC_VER #define HAVE_GETPAGESIZE 1 @@ -57,6 +66,9 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #define HAVE_GETTEXT 1 +/* Define if gio-unix is available */ +/* #undef HAVE_GIO_UNIX */ + /* Have GNU ftw */ /* #undef HAVE_GNU_FTW */ @@ -79,6 +91,11 @@ /* Define if your file defines LC_MESSAGES. */ /* #undef HAVE_LC_MESSAGES */ +/* Define to 1 if you have the `m' library (-lm). */ +#ifndef _MSC_VER +#define HAVE_LIBM 1 +#endif + /* Define to 1 if you have the header file. */ #define HAVE_LOCALE_H 1 @@ -180,18 +197,9 @@ /* #undef HAVE_UNISTD_H */ #endif -/* Have uxtheme.h include file */ -#define HAVE_UXTHEME_H 1 - -/* Define if we have X11R6 */ -/* #undef HAVE_X11R6 */ - /* Have the XCOMPOSITE X extension */ /* #undef HAVE_XCOMPOSITE */ -/* Define to 1 if you have the `XConvertCase' function. */ -/* #undef HAVE_XCONVERTCASE */ - /* Have the Xcursor library */ /* #undef HAVE_XCURSOR */ @@ -210,9 +218,6 @@ /* Define to 1 if xinerama is available */ /* #undef HAVE_XINERAMA */ -/* Define to 1 if you have the `XInternAtoms' function. */ -/* #undef HAVE_XINTERNATOMS */ - /* Define to use XKB extension */ /* #undef HAVE_XKB */ @@ -279,11 +284,8 @@ /* Define to 1 if XInput 2.0 is available */ /* #undef XINPUT_2 */ -/* Define to 1 if no XInput should be used */ -/* #undef XINPUT_NONE */ - -/* Define to 1 if XFree XInput should be used */ -/* #undef XINPUT_XFREE */ +/* Define to 1 if XInput 2.2 is available */ +/* #undef XINPUT_2_2 */ /* Define to 1 if the X Window System is missing or not being used. */ /* #undef X_DISPLAY_MISSING */