perl/Test-Simple: update to 1.302205
[oi-userland.git] / components / shell / bash / patches / solaris-007.rlprivate.h.patch
blobee3ecabe60697a40f2082906feb7aa36f53e8e5f
1 # bash's own private copy of libreadline.
2 # It needs some header file help for handling Unicode and/or
3 # multi-byte encodings.
4 # This is Solaris-specific.
5 --- lib/readline/rlprivate.h 2009-01-22 21:56:49.000000000 -0500
6 +++ lib/readline/rlprivate.h 2009-08-16 10:55:56.178609000 -0400
7 @@ -23,6 +23,18 @@
8 #if !defined (_RL_PRIVATE_H_)
9 #define _RL_PRIVATE_H_
11 +#ifdef HAVE_CONFIG_H
12 +#include <config.h>
13 +#endif
15 +#if defined(HANDLE_MULTIBYTE)
17 +#include <limits.h>
18 +#include <wchar.h>
19 +#include <wctype.h>
21 +#endif /* HANDLE_MULTIBYTE */
23 #include "rlconf.h" /* for VISIBLE_STATS */
24 #include "rlstdc.h"
25 #include "posixjmp.h" /* defines procenv_t */