summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-02-16 21:55:12 -0700
committerKarl Williamson <khw@cpan.org>2019-03-04 13:01:37 -0700
commit0806cdda2789ca6394976d1ff3e65dd59bcb8d1b (patch)
treea41a3c9825eaeb8592bbd56bfe46c1036cf1c7f1 /config_h.SH
parent92271d410d92433b97015908e12c9f262c5953e7 (diff)
downloadperl-0806cdda2789ca6394976d1ff3e65dd59bcb8d1b.tar.gz
Add towupper() and towlower() to Configure-ish files
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH12
1 files changed, 12 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 546f301e84..316c3718c2 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -3494,6 +3494,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_timegm HAS_TIMEGM /**/
+/* HAS_TOWLOWER:
+ * This symbol, if defined, indicates that the towlower () routine is
+ * available to do string concatenation.
+ */
+#$d_towlower HAS_TOWLOWER /**/
+
+/* HAS_TOWUPPER:
+ * This symbol, if defined, indicates that the towupper () routine is
+ * available to do string concatenation.
+ */
+#$d_towupper HAS_TOWUPPER /**/
+
/* HAS_TRUNC:
* This symbol, if defined, indicates that the trunc routine is
* available to round doubles towards zero.