diff options
author | Jay Painter <jpaint@src.gnome.org> | 1997-12-06 21:32:43 +0000 |
---|---|---|
committer | Jay Painter <jpaint@src.gnome.org> | 1997-12-06 21:32:43 +0000 |
commit | 4d6f11a6cec83adcc6626c56155388c20d056918 (patch) | |
tree | 7fc34545075605c47e226aa12aaf450e624898f5 /glib | |
parent | a51d944e25a2d5aa2ed6cc1ce371f652591bceaf (diff) | |
download | gtk+-4d6f11a6cec83adcc6626c56155388c20d056918.tar.gz |
Added undef's for wchar tests. -Jay
Diffstat (limited to 'glib')
-rw-r--r-- | glib/acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/glib/acconfig.h b/glib/acconfig.h index 48ca75f8df..52818d41f5 100644 --- a/glib/acconfig.h +++ b/glib/acconfig.h @@ -52,6 +52,11 @@ #undef SIZEOF_INT #undef SIZEOF_VOID_P +#undef HAVE_WCHAR_H +#undef HAVE_WCSTR_H +#undef HAVE_WCTYPE_H + + /* #undef PACKAGE */ /* #undef VERSION */ |