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
8 #if !defined (_RL_PRIVATE_H_)
15 +#if defined(HANDLE_MULTIBYTE)
21 +#endif /* HANDLE_MULTIBYTE */
23 #include "rlconf.h" /* for VISIBLE_STATS */
25 #include "posixjmp.h" /* defines procenv_t */