From e5d7f4e5fdc8fcb324745c39345b369ab04cadb1 Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Thu, 12 Oct 2017 14:31:56 +0200 Subject: 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(). --- uconfig.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'uconfig.sh') 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' -- cgit v1.2.1