summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2012-08-29 12:19:56 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2012-08-29 12:19:56 +0800
commit28f30a137490cd80e9aa942b547a3951b67b47a0 (patch)
tree1201164048114ffb0b7f7df900df4bec181b6278 /config.h.win32.in
parent3ba2fe9e188a69552c89d2fb036f0e07b8960947 (diff)
downloadgtk+-28f30a137490cd80e9aa942b547a3951b67b47a0.tar.gz
Update config.h.win32.in
Make the entries more in line with those given in the generated config.h.in.
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in8
1 files changed, 5 insertions, 3 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index b555aea883..0f482783d1 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -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
@@ -299,6 +296,11 @@
/* 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 */