diff options
Diffstat (limited to 'glib/acconfig.h')
-rw-r--r-- | glib/acconfig.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/glib/acconfig.h b/glib/acconfig.h index 90e8add005..8fb6672b92 100644 --- a/glib/acconfig.h +++ b/glib/acconfig.h @@ -32,6 +32,7 @@ /* Other stuff */ +#undef HAVE_BROKEN_WCTYPE #undef HAVE_DOPRNT #undef HAVE_FLOAT_H #undef HAVE_LIMITS_H @@ -42,6 +43,8 @@ #undef HAVE_VSNPRINTF #undef HAVE_VALUES_H #undef HAVE_VPRINTF +#undef HAVE_WCHAR_H +#undef HAVE_WCTYPE_H #undef NO_FD_SET #undef NO_SYS_ERRLIST @@ -53,10 +56,6 @@ #undef SIZEOF_INT #undef SIZEOF_VOID_P -#undef HAVE_WCHAR_H -#undef HAVE_WCSTR_H -#undef HAVE_WCTYPE_H - /* #undef PACKAGE */ /* #undef VERSION */ |