summaryrefslogtreecommitdiff
path: root/win32/config.gc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-04-04 09:12:29 -0600
committerKarl Williamson <khw@cpan.org>2019-04-04 15:17:43 -0600
commit2b902307c53477ab56cb732ac14b1e3371aed097 (patch)
treef148e8e2564c9997be5578adf5942427dbb8fdaa /win32/config.gc
parent0e85cecf59b303c34704df5b748ef733e3ecf242 (diff)
downloadperl-2b902307c53477ab56cb732ac14b1e3371aed097.tar.gz
Define $d_has_C_UTF8 in Windows config files
Otherwise it gets an uninitialized warning.
Diffstat (limited to 'win32/config.gc')
-rw-r--r--win32/config.gc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.gc b/win32/config.gc
index 66de52d7c0..5928d8beb1 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -294,6 +294,7 @@ d_gmtime64='undef'
d_gmtime_r='undef'
d_gnulibc='undef'
d_grpasswd='undef'
+d_has_C_UTF8='undef'
d_hasmntopt='undef'
d_htonl='define'
d_hypot='define'