diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-01-23 14:14:05 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-01-23 14:14:05 +0800 |
commit | 879367ca43b74e1ebb5162afe60c0b7a519064bd (patch) | |
tree | c7e1c99c2799caf4b779bdc6f320b9ad30d6d528 /config.h.win32.in | |
parent | 82e12cbf247e4c04127f5ebed6e0dffd6fe248ec (diff) | |
download | gtk+-879367ca43b74e1ebb5162afe60c0b7a519064bd.tar.gz |
Update config.h.win32.in
Make its preconfigured entries match the ones asked in config.h.in
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index 0f482783d1..d5c2ad3667 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -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" @@ -296,11 +296,6 @@ /* 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 */ |