$NetBSD: patch-aa,v 1.1 2004/10/23 07:48:03 minskim Exp $ --- config-bot.h.orig 2004-03-19 16:56:23.000000000 -0600 +++ config-bot.h @@ -141,7 +141,7 @@ /* If we don't want multibyte chars even on a system that supports them, let the configuring user turn multibyte support off. */ -#if defined (NO_MULTIBYTE_SUPPORT) +#if defined (NO_MULTIBYTE_SUPPORT) || !defined(HAVE_WCTYPE_T) # undef HANDLE_MULTIBYTE #endif