]> Pileus Git - ~andy/gtk/blobdiff - config.h.win32.in
stylecontext: Do invalidation on first resize container
[~andy/gtk] / config.h.win32.in
index 8c27bea7912ab4644a42c498d8fd5e2aab580a02..ddb9d75a833c7a86211f636af0ab026377d92739 100644 (file)
@@ -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"
 
 /* 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 <dlfcn.h> 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 <ftw.h> 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 */
 
 /* Define if your <locale.h> 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 <locale.h> header file. */
 #define HAVE_LOCALE_H 1
 
 /* #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 */
 
 /* 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 */
 
 /* 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 */