$NetBSD: patch-ac,v 1.6 2003/10/05 15:49:06 wiz Exp $

--- awk.h.orig	Sun Jun 29 14:52:40 2003
+++ awk.h
@@ -73,7 +73,7 @@ extern int errno;
 #ifdef HAVE_SIGNUM_H
 #include <signum.h>
 #endif
-#if defined(HAVE_MBRLEN) && defined(HAVE_MBRTOWC) && defined(HAVE_WCHAR_H) && defined(HAVE_WCTYPE_H)
+#if defined(HAVE_MBRLEN) && defined(HAVE_MBRTOWC) && defined(HAVE_WCHAR_H) && defined(HAVE_WCTYPE_H) && !defined(__NetBSD__)
 /* We can handle multibyte strings.  */
 #define MBS_SUPPORT
 #include <wchar.h>
