summaryrefslogtreecommitdiff
path: root/shells/bash2/patches/patch-ad
blob: 4283edb99a71353148fe19dcea76ca749af5f57c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.4 2002/12/17 14:45:13 drochner Exp $

--- lib/readline/rlmbutil.h.orig	Thu Dec 20 15:54:38 2001
+++ lib/readline/rlmbutil.h	Tue Dec 17 15:35:45 2002
@@ -35,7 +35,7 @@
 #if defined (HAVE_WCTYPE_H) && defined (HAVE_WCHAR_H)
 #  include <wchar.h>
 #  include <wctype.h>
-#  if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */
+#  if defined (HAVE_MBSRTOWCS) /* system is supposed to support XPG5 */ && !defined(__NetBSD__)
 #    define HANDLE_MULTIBYTE      1
 #  endif
 #endif