summaryrefslogtreecommitdiff
path: root/Configure
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 /Configure
parentaf5735030ecb884df4c76ca1466de7bdd777546e (diff)
downloadperl-92271d410d92433b97015908e12c9f262c5953e7.tar.gz
Add wctype.h to Configure-ish files
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/Configure b/Configure
index b91d1565b1..209e1021c6 100755
--- a/Configure
+++ b/Configure
@@ -1072,6 +1072,7 @@ i_ustat=''
i_utime=''
i_vfork=''
i_wchar=''
+i_wctype=''
d_inc_version_list=''
inc_version_list=''
inc_version_list_init=''
@@ -23225,6 +23226,10 @@ esac
set wchar.h i_wchar
eval $inhdr
+: see if this system has wctype.h
+set wctype.h i_wctype
+eval $inhdr
+
: Check extensions
echo " "
echo "Looking for extensions..." >&4
@@ -24553,6 +24558,7 @@ i_ustat='$i_ustat'
i_utime='$i_utime'
i_vfork='$i_vfork'
i_wchar='$i_wchar'
+i_wctype='$i_wctype'
i_xlocale='$i_xlocale'
ignore_versioned_solibs='$ignore_versioned_solibs'
inc_version_list='$inc_version_list'