diff options
author | Karl Williamson <khw@cpan.org> | 2019-02-16 21:31:29 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-03-04 13:01:37 -0700 |
commit | 92271d410d92433b97015908e12c9f262c5953e7 (patch) | |
tree | d1417a38b9971acb8958764176ca9cd65902a621 /symbian/config.sh | |
parent | af5735030ecb884df4c76ca1466de7bdd777546e (diff) | |
download | perl-92271d410d92433b97015908e12c9f262c5953e7.tar.gz |
Add wctype.h to Configure-ish files
Diffstat (limited to 'symbian/config.sh')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 7810dc153d..1f3902bfc3 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -736,6 +736,7 @@ i_varargs='undef' i_varhdr='stdarg.h' i_vfork='undef' i_wchar='undef' +i_wctype='undef' i_xlocale='undef' ignore_versioned_solibs='y' inc_version_list='' |