aboutsummaryrefslogtreecommitdiff
path: root/readline/config.h.in
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2003-03-03 18:52:27 +0000
committerJoel Brobecker <brobecker@gnat.com>2003-03-03 18:52:27 +0000
commit832a94844fffdf222dd6726c26d2678daf440202 (patch)
tree3015f590d0e8b9aebfd7bf62db21f47dc108658d /readline/config.h.in
parent6ece72dad9bbb3dda581c92d778c398e275ae7c0 (diff)
downloadgdb-832a94844fffdf222dd6726c26d2678daf440202.zip
gdb-832a94844fffdf222dd6726c26d2678daf440202.tar.gz
gdb-832a94844fffdf222dd6726c26d2678daf440202.tar.bz2
* aclocal.m4: Add check for mbrtowc.
* config.h.in: Regenerate. * configure: Regenerate. * rlmbutil.h: Disable multi-byte if mbrtowc is not defined.
Diffstat (limited to 'readline/config.h.in')
-rw-r--r--readline/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/readline/config.h.in b/readline/config.h.in
index c53c2a1..62883d3 100644
--- a/readline/config.h.in
+++ b/readline/config.h.in
@@ -31,6 +31,9 @@
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
+/* Define if you have the mbrtowc function. */
+#undef HAVE_MBRTOWC
+
/* Define if you have the mbsrtowcs function. */
#undef HAVE_MBSRTOWCS