summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-02-16 21:31:29 -0700
committerKarl Williamson <khw@cpan.org>2019-03-04 13:01:37 -0700
commit92271d410d92433b97015908e12c9f262c5953e7 (patch)
treed1417a38b9971acb8958764176ca9cd65902a621 /config_h.SH
parentaf5735030ecb884df4c76ca1466de7bdd777546e (diff)
downloadperl-92271d410d92433b97015908e12c9f262c5953e7.tar.gz
Add wctype.h to Configure-ish files
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 388c1fe050..546f301e84 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3796,6 +3796,11 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$i_wchar I_WCHAR /**/
+/* I_WCTYPE:
+ * This symbol, if defined, indicates that <wctype.h> exists.
+ */
+#$i_wctype I_WCTYPE /**/
+
/* DOUBLEINFBYTES:
* This symbol, if defined, is a comma-separated list of
* hexadecimal bytes for the double precision infinity.