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.