summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 14:31:56 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:51:41 +0100
commite5d7f4e5fdc8fcb324745c39345b369ab04cadb1 (patch)
tree9aeeb835318cb50fb6138be90b6ce8e375dd3c9c /uconfig.sh
parent6abb197755380da4c7221427281d6933762516a3 (diff)
downloadperl-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 'uconfig.sh')
-rw-r--r--uconfig.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 61708e6b77..c60abcfaf8 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -63,7 +63,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'
@@ -319,7 +318,6 @@ d_mbrtowc='undef'
d_mbstowcs='undef'
d_mbtowc='undef'
d_memchr='define'
-d_memcmp='define'
d_memmem='undef'
d_memrchr='undef'
d_mkdir='undef'
@@ -408,7 +406,6 @@ d_rewinddir='undef'
d_rint='undef'
d_rmdir='undef'
d_round='undef'
-d_sanemcmp='undef'
d_sbrkproto='undef'
d_scalbn='undef'
d_scalbnl='undef'