summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 10:33:33 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:48:25 +0100
commit11568d10a6b3495b7a54f171d4134d8798fd64d6 (patch)
tree87bddbe3bd9979e930b7f8b6176cebabb9734ce8 /uconfig.sh
parentc4de53373c059dba8933ed1fed32f90a8ff2d0fb (diff)
downloadperl-11568d10a6b3495b7a54f171d4134d8798fd64d6.tar.gz
Remove USE_STRUCT_COPY in favour of C89 struct assignment
At least for now, we retain the StructCopy() macro, but its definition always just uses struct assignment.
Diffstat (limited to 'uconfig.sh')
-rw-r--r--uconfig.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 72ab75daaa..2fe61e1e8a 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -511,7 +511,6 @@ d_stdiobase='undef'
d_stdstdio='undef'
d_strchr='undef'
d_strcoll='undef'
-d_strctcpy='undef'
d_strerrm='strerror(e)'
d_strerror='undef'
d_strerror_l='undef'