]> Pileus Git - ~andy/gtk/commitdiff
Update config.h.win32.in
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Jan 2013 06:14:05 +0000 (14:14 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 23 Jan 2013 06:14:05 +0000 (14:14 +0800)
Make its preconfigured entries match the ones asked in config.h.in

config.h.win32.in

index 0f482783d11af5795f8a5c6522a5e9e46cad1ee6..d5c2ad36671989881f3e9423b59d70dd787265f7 100644 (file)
@@ -8,12 +8,12 @@
 /* define to enable packagekit */
 /* #undef ENABLE_PACKAGEKIT */
 
-/* Whether to use EGL in Wayland backend */
-/* #undef GDK_WAYLAND_USE_EGL */
-
 /* 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 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 */