Re: lib/mbchar.h uses wctype.h unconditionally

2006-07-10 Thread Albert Chin
On Sun, Jul 09, 2006 at 09:41:40PM -0700, Paul Eggert wrote: Albert Chin [EMAIL PROTECTED] writes: wctype.h isn't available on HP-UX 10.20 nor 11.00. modules/mbchar says that you're supposed to include mbchar.h this way: #if HAVE_WCHAR_H HAVE_WCTYPE_H #include mbchar.h #endif If

Re: lib/mbchar.h uses wctype.h unconditionally

2006-07-09 Thread Paul Eggert
Albert Chin [EMAIL PROTECTED] writes: wctype.h isn't available on HP-UX 10.20 nor 11.00. modules/mbchar says that you're supposed to include mbchar.h this way: #if HAVE_WCHAR_H HAVE_WCTYPE_H #include mbchar.h #endif If you do that, then the change that you proposed shouldn't be needed.