diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-06-02 17:11:05 +0200 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2014-06-05 12:08:43 +0200 |
commit | 9cdcdad126263a7888f5a86ae60f65f2e7011d28 (patch) | |
tree | b68c0eb68b43049c3ab075c5be56b81b199c7b4d /symbian | |
parent | 98db13baacd721f4c6dcb804d95867ae97dac218 (diff) | |
download | perl-9cdcdad126263a7888f5a86ae60f65f2e7011d28.tar.gz |
Probe for working wcscmp and wcsxfrm
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 29482a2c50..e1c7d4e1c8 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -487,7 +487,9 @@ d_vprintf='define' d_vsnprintf='undef' d_wait4='undef' d_waitpid='undef' +d_wcscmp=''undef'' d_wcstombs='undef' +d_wcsxfrm=''undef'' d_wctomb='undef' d_writev='undef' d_xenix='undef' |