diff options
Diffstat (limited to 'readline/config.h.in')
-rw-r--r-- | readline/config.h.in | 3 |
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 |