X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=build%2Fwin32%2Fconfig.h.win32.in;h=d87103d40e61f1e8e9fdf573e4d902ff1fe5a061;hb=5d1beb647199b64236133d22004de48ddbcf7ead;hp=125d7884fbeeb215b5c5759ab061add37db9b810;hpb=2a1fb38cc9eba0d13a77da4b60461e135397ad1c;p=platform%2Fupstream%2Fjson-glib.git diff --git a/build/win32/config.h.win32.in b/build/win32/config.h.win32.in index 125d788..d87103d 100644 --- a/build/win32/config.h.win32.in +++ b/build/win32/config.h.win32.in @@ -3,9 +3,30 @@ /* The prefix for our gettext translation domains. */ #define GETTEXT_PACKAGE "json-glib-1.0" +/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the + CoreFoundation framework. */ +/* #undef HAVE_CFLOCALECOPYCURRENT */ + +/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in + the CoreFoundation framework. */ +/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */ + +/* Define if the GNU dcgettext() function is already present or preinstalled. + */ +#define HAVE_DCGETTEXT 1 + /* Define to 1 if you have the header file. */ /*#undef HAVE_DLFCN_H*/ +/* Whether you have gcov */ +/* #undef HAVE_GCOV */ + +/* Define if the GNU gettext() function is already present or preinstalled. */ +#define HAVE_GETTEXT 1 + +/* Define if you have the iconv() function and it works. */ +#define HAVE_ICONV 1 + /* Define to 1 if you have the header file. */ /*#undef HAVE_INTTYPES_H*/