Make some changes to the way that GMainContext works:
[platform/upstream/glib.git] / config.h.win32.in
index b06c600..e98a9cd 100644 (file)
 #define GLIB_SIZEOF_PTRDIFF_T 4
 #define GLIB_SIZEOF_INTMAX_T 4
 
-#define POSIX_MIN_PRIORITY -2
-#define POSIX_MAX_PRIORITY 2
-#define POSIX_YIELD_FUNC Sleep(0)
-
-#define G_THREAD_SOURCE "gthread-posix.c"
+#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 */
 
 /* 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@"