diff options
Diffstat (limited to 'shells/bash2/patches/patch-ai')
-rw-r--r-- | shells/bash2/patches/patch-ai | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/shells/bash2/patches/patch-ai b/shells/bash2/patches/patch-ai new file mode 100644 index 00000000000..2b560548c45 --- /dev/null +++ b/shells/bash2/patches/patch-ai @@ -0,0 +1,14 @@ +$NetBSD: patch-ai,v 1.1 2004/06/22 14:05:39 minskim Exp $ + +--- config.h.in.orig 2004-06-21 09:46:10.000000000 -0500 ++++ config.h.in +@@ -221,6 +221,9 @@ + /* Define if you have <alloca.h> and it should be used (not on Ultrix). */ + #undef HAVE_ALLOCA_H + ++/* Define if you have wctype_t, as a type. */ ++#undef HAVE_WCTYPE_T ++ + + /* SYSTEM TYPES */ + |