]> Pileus Git - ~andy/gtk/commitdiff
Update config.h.win32.in
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 29 Aug 2012 04:19:56 +0000 (12:19 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 29 Aug 2012 04:19:56 +0000 (12:19 +0800)
Make the entries more in line with those given in the generated
config.h.in.

config.h.win32.in

index b555aea8837ab1eee53c00fd38c03a13f69e56c3..0f482783d11af5795f8a5c6522a5e9e46cad1ee6 100644 (file)
@@ -20,9 +20,6 @@
 /* Define the location where the catalogs will be installed */
 #define GTK_LOCALEDIR "NONE/share/locale"
 
-/* Define if we're using atk-bridge-2.0 */
-/* #undef HAVE_ATK_BRIDGE */
-
 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
 #define HAVE_BIND_TEXTDOMAIN_CODESET 1
 
 /* 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 */