summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 14:00:03 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:51:36 +0100
commit1eb06a387814d96975ac806b89805b1e28e8080d (patch)
treef4b8fab42d7009f9196a7cd4233b9ec42158262e /uconfig.sh
parent1c1d7d5ba0bc33e7bea0a9aeb2d420fc5a8128ab (diff)
downloadperl-1eb06a387814d96975ac806b89805b1e28e8080d.tar.gz
Assume we have C89 memcpy() and memmove()
We can therefore also avoid probing for and/or using BSD bcopy().
Diffstat (limited to 'uconfig.sh')
-rw-r--r--uconfig.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 04e65eca87..61708e6b77 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -64,7 +64,6 @@ d_attribute_unused='undef'
d_attribute_warn_unused_result='undef'
d_backtrace='undef'
d_bcmp='undef'
-d_bcopy='undef'
d_bsd='undef'
d_bsdgetpgrp='undef'
d_bsdsetpgrp='undef'
@@ -321,9 +320,7 @@ d_mbstowcs='undef'
d_mbtowc='undef'
d_memchr='define'
d_memcmp='define'
-d_memcpy='define'
d_memmem='undef'
-d_memmove='undef'
d_memrchr='undef'
d_mkdir='undef'
d_mkdtemp='undef'
@@ -411,7 +408,6 @@ d_rewinddir='undef'
d_rint='undef'
d_rmdir='undef'
d_round='undef'
-d_safebcpy='undef'
d_sanemcmp='undef'
d_sbrkproto='undef'
d_scalbn='undef'