$NetBSD: patch-ad,v 1.1.1.1 2007/11/13 18:02:15 jlam Exp $

--- curses/curses_config.h.in.orig	Sun Jul 22 00:57:45 2007
+++ curses/curses_config.h.in
@@ -19,6 +19,9 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
+/* Define to 1 if you have the `mbrtowc' function. */
+#undef HAVE_MBRTOWC
+
 /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H
 
@@ -62,6 +65,9 @@
 
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H
+
+/* Define to 1 if you have the `wcrtomb' function. */
+#undef HAVE_WCRTOMB
 
 /* Whether wcwidth() is available */
 #undef HAVE_WCWIDTH
