Make some changes to the way that GMainContext works:
[platform/upstream/glib.git] / config.h.win32.in
index 8dc0ff4..e98a9cd 100644 (file)
@@ -27,6 +27,7 @@
 /* #undef HAVE_BROKEN_WCTYPE */
 /* #undef HAVE_DOPRNT */
 #define HAVE_FLOAT_H 1
+#define HAVE_GETCWD 1
 #define HAVE_LIMITS_H 1
 /* #undef HAVE_LOCALTIME_R */
 /* #undef HAVE_LONG_DOUBLE */
 #define GLIB_INTERFACE_AGE @GLIB_INTERFACE_AGE@
 #define GLIB_BINARY_AGE @GLIB_BINARY_AGE@
 
-#define G_THREAD_SOURCE "gthread-posix.c"
+#define GLIB_SIZEOF_SYSTEM_THREAD 4
+#define GLIB_SIZEOF_SIZE_T 4
+#define GLIB_SIZEOF_PTRDIFF_T 4
+#define GLIB_SIZEOF_INTMAX_T 4
+
+#define G_THREAD_SOURCE "gthread-win32.c"
 
 /* The number of bytes in a char.  */
 #define SIZEOF_CHAR 1
 /* Define if you have the on_exit function.  */
 /* #undef HAVE_ON_EXIT */
 
+/* Define if you have the stpcpy function. */
+/* #undef HAVE_STPCPY */
+
 /* Define if you have the strcasecmp function.  */
-/* #undef HAVE_STRCASECMP ^*/
+/* #undef HAVE_STRCASECMP */
 
 /* Define if you have the strerror function.  */
 #define HAVE_STRERROR 1
 /* Define if you have the w library (-lw).  */
 /* #undef HAVE_LIBW */
 
+#define USE_LIBICONV 1
+
+#define ENABLE_NLS 1
+
+/* Dunno if this will expand correctly: */
+#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"