summaryrefslogtreecommitdiff
path: root/uconfig64.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 /uconfig64.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 'uconfig64.sh')
-rw-r--r--uconfig64.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/uconfig64.sh b/uconfig64.sh
index fb9c556e46..108719e3b6 100644
--- a/uconfig64.sh
+++ b/uconfig64.sh
@@ -65,7 +65,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'
@@ -322,9 +321,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'
@@ -412,7 +409,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'