diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 14:00:03 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:51:36 +0100 |
commit | 1eb06a387814d96975ac806b89805b1e28e8080d (patch) | |
tree | f4b8fab42d7009f9196a7cd4233b9ec42158262e /symbian | |
parent | 1c1d7d5ba0bc33e7bea0a9aeb2d420fc5a8128ab (diff) | |
download | perl-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 'symbian')
-rw-r--r-- | symbian/config.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index e50a021700..d980747a00 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -70,7 +70,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' @@ -328,9 +327,7 @@ d_mbstowcs='undef' d_mbtowc='undef' d_memchr='define' d_memcmp='define' -d_memcpy='define' d_memmem='undef' -d_memmove='define' d_memrchr='undef' d_mkdir='define' d_mkdtemp='undef' @@ -418,7 +415,6 @@ d_rewinddir='define' d_rint='undef' d_rmdir='define' d_round='undef' -d_safebcpy='undef' d_sanemcmp='undef' d_sbrkproto='undef' d_scalbn='undef' |