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 /uconfig.sh | |
parent | 98db13baacd721f4c6dcb804d95867ae97dac218 (diff) | |
download | perl-9cdcdad126263a7888f5a86ae60f65f2e7011d28.tar.gz |
Probe for working wcscmp and wcsxfrm
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index ee17861e70..2f71d73ef2 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -478,7 +478,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' |