diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 14:31:56 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:51:41 +0100 |
commit | e5d7f4e5fdc8fcb324745c39345b369ab04cadb1 (patch) | |
tree | 9aeeb835318cb50fb6138be90b6ce8e375dd3c9c /symbian/config.sh | |
parent | 6abb197755380da4c7221427281d6933762516a3 (diff) | |
download | perl-e5d7f4e5fdc8fcb324745c39345b369ab04cadb1.tar.gz |
Assume we have sane C89 memcmp()
"Sane" means that it works correctly on bytes with their high bit set, as
C89 also requires.
We therefore no longer need to probe for and/or use BSD bcmp().
Diffstat (limited to 'symbian/config.sh')
-rw-r--r-- | symbian/config.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index d980747a00..f33d6572a4 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -69,7 +69,6 @@ d_attribute_pure='undef' d_attribute_unused='undef' d_attribute_warn_unused_result='undef' d_backtrace='undef' -d_bcmp='undef' d_bsd='undef' d_bsdgetpgrp='undef' d_bsdsetpgrp='undef' @@ -326,7 +325,6 @@ d_mbrtowc='undef' d_mbstowcs='undef' d_mbtowc='undef' d_memchr='define' -d_memcmp='define' d_memmem='undef' d_memrchr='undef' d_mkdir='define' @@ -415,7 +413,6 @@ d_rewinddir='define' d_rint='undef' d_rmdir='define' d_round='undef' -d_sanemcmp='undef' d_sbrkproto='undef' d_scalbn='undef' d_scalbnl='undef' |