summaryrefslogtreecommitdiff
path: root/uconfig.sh
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-12 11:02:27 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:50:42 +0100
commit04322328fc4bc2863d0bc74339ed92d33b7eaba7 (patch)
tree1d346b8714d55af8fc3c9cd112dcc1effe526b5c /uconfig.sh
parent11568d10a6b3495b7a54f171d4134d8798fd64d6 (diff)
downloadperl-04322328fc4bc2863d0bc74339ed92d33b7eaba7.tar.gz
Assume we have C89 memset()
This means we also never need to consider using BSD bzero().
Diffstat (limited to 'uconfig.sh')
-rw-r--r--uconfig.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/uconfig.sh b/uconfig.sh
index 2fe61e1e8a..ae319aa7c3 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -73,7 +73,6 @@ d_builtin_choose_expr='undef'
d_builtin_expect='undef'
d_builtin_mul_overflow='undef'
d_builtin_sub_overflow='undef'
-d_bzero='undef'
d_c99_variadic_macros='undef'
d_casti32='undef'
d_castneg='undef'
@@ -326,7 +325,6 @@ d_memcpy='define'
d_memmem='undef'
d_memmove='undef'
d_memrchr='undef'
-d_memset='define'
d_mkdir='undef'
d_mkdtemp='undef'
d_mkfifo='undef'