summaryrefslogtreecommitdiff
path: root/shells/bash/patches/patch-ab
blob: 43706eccb94855d8aaeb5c61c379a46c8f30f0f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.1 2004/10/23 07:48:03 minskim Exp $

--- lib/readline/rlmbutil.h.orig	2003-05-13 08:38:37.000000000 -0500
+++ lib/readline/rlmbutil.h
@@ -43,7 +43,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