summaryrefslogtreecommitdiff
path: root/win32
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 /win32
parent92271d410d92433b97015908e12c9f262c5953e7 (diff)
downloadperl-0806cdda2789ca6394976d1ff3e65dd59bcb8d1b.tar.gz
Add towupper() and towlower() to Configure-ish files
Diffstat (limited to 'win32')
-rw-r--r--win32/config.ce2
-rw-r--r--win32/config.gc2
-rw-r--r--win32/config.vc2
3 files changed, 6 insertions, 0 deletions
diff --git a/win32/config.ce b/win32/config.ce
index c8453a39d1..8bf862a502 100644
--- a/win32/config.ce
+++ b/win32/config.ce
@@ -586,6 +586,8 @@ d_times='define'
d_tm_tm_gmtoff='undef'
d_tm_tm_zone='undef'
d_tmpnam_r='undef'
+d_towlower='undef'
+d_towupper='undef'
d_trunc='undef'
d_truncate='undef'
d_truncl='undef'
diff --git a/win32/config.gc b/win32/config.gc
index 2768610417..d5697e35f4 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -586,6 +586,8 @@ d_times='define'
d_tm_tm_gmtoff='undef'
d_tm_tm_zone='undef'
d_tmpnam_r='undef'
+d_towlower='undef'
+d_towupper='undef'
d_trunc='define'
d_truncate='undef'
d_truncl='define'
diff --git a/win32/config.vc b/win32/config.vc
index 4c069f70d3..676f25506e 100644
--- a/win32/config.vc
+++ b/win32/config.vc
@@ -586,6 +586,8 @@ d_times='define'
d_tm_tm_gmtoff='undef'
d_tm_tm_zone='undef'
d_tmpnam_r='undef'
+d_towlower='undef'
+d_towupper='undef'
d_trunc='undef'
d_truncate='undef'
d_truncl='undef'