summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2013-03-07 17:22:37 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2013-03-07 17:22:37 +0800
commita518623439d8bcb7052affe7aeef9783e026138b (patch)
treeb67b39f74e8a0f5cab499bd5054db3a28355993a
parent3350c6ee0767fa18ab3ccd7c699ba5a397418573 (diff)
downloadjson-glib-a518623439d8bcb7052affe7aeef9783e026138b.tar.gz
Update build/win32/config.h.win32(.in)
Make its entries reflect the entries that are requested in the config.h.in that was generated with autotools
-rw-r--r--build/win32/config.h.win32.in21
1 files changed, 21 insertions, 0 deletions
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 <dlfcn.h> 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 <inttypes.h> header file. */
/*#undef HAVE_INTTYPES_H*/