summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEduardo Chappa <chappa@washington.edu>2021-04-18 09:54:53 -0600
committerEduardo Chappa <chappa@washington.edu>2021-04-18 09:54:53 -0600
commit43f4dca2ead9fb8f65778c2772228dff554e1c75 (patch)
treec70773789fcac9fb86baf4451a57ec75548a75cb /include
parent2807fa1f8a4125bc4fd1992f3e2d6c0a12005c62 (diff)
downloadalpine-43f4dca2ead9fb8f65778c2772228dff554e1c75.tar.xz
* Addition of testing for wctomb(), which will be used in systems that
do not have wcrtomb(). Work in collaboration with professor Martin Trusler.
Diffstat (limited to 'include')
-rw-r--r--include/config.h.in3
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