summaryrefslogtreecommitdiff
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
commit0db18c3fb56d5818a0ea9e5f5c89e47f41f02ced (patch)
tree4f841ad06e605df2e0331d98a85b77f78d1bda82 /readline/config.h.in
parent31b3bd81e31a32d073272c7b923e1abd85ebebd0 (diff)
downloadgdb-0db18c3fb56d5818a0ea9e5f5c89e47f41f02ced.tar.gz
* 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 c53c2a109c6..62883d319b8 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