diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h.in b/include/config.h.in index 7d978e6f..cf6e4c2a 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -469,6 +469,9 @@ /* Define to 1 if you have the `wcrtomb' function. */ #undef HAVE_WCRTOMB +/* Define to 1 if you have the `wctomb' function. */ +#undef HAVE_WCTOMB + /* Define to 1 if you have the `wcwidth' function. */ #undef HAVE_WCWIDTH |