diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-08-16 14:39:08 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-08-16 14:39:08 +0800 |
commit | 5bf8378caa38e978929509f30fe80eaec4b9278a (patch) | |
tree | 004f660c1932da8fdd05a7f1115b50192328cfa7 /config.h.win32.in | |
parent | 5ca0280cd3c663f4fb777890240b8fa27f45b837 (diff) | |
download | gtk+-5bf8378caa38e978929509f30fe80eaec4b9278a.tar.gz |
Update config.h.win32.in
Make its entries match those that are checked by autotools in config.h.in
Diffstat (limited to 'config.h.win32.in')
-rw-r--r-- | config.h.win32.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.h.win32.in b/config.h.win32.in index 273a9766c1..77b80aaff2 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -23,6 +23,9 @@ /* Define to 1 if you have the `bind_textdomain_codeset' function. */ #define HAVE_BIND_TEXTDOMAIN_CODESET 1 +/* Define to 1 if you have the `cairo_surface_set_device_scale' function. */ +/* #undef HAVE_CAIRO_SURFACE_SET_DEVICE_SCALE */ + /* define if we have colord */ /* #undef HAVE_COLORD */ @@ -168,6 +171,9 @@ /* Define to 1 if you have the <string.h> header file. */ #define HAVE_STRING_H 1 +/* Define to 1 if you have the <sys/mman.h> header file. */ +/* #undef HAVE_SYS_MMAN_H */ + /* Define to 1 if you have the <sys/param.h> header file. */ /* #undef HAVE_SYS_PARAM_H */ @@ -290,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 */ |