diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-12 11:02:27 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:50:42 +0100 |
commit | 04322328fc4bc2863d0bc74339ed92d33b7eaba7 (patch) | |
tree | 1d346b8714d55af8fc3c9cd112dcc1effe526b5c /uconfig64.sh | |
parent | 11568d10a6b3495b7a54f171d4134d8798fd64d6 (diff) | |
download | perl-04322328fc4bc2863d0bc74339ed92d33b7eaba7.tar.gz |
Assume we have C89 memset()
This means we also never need to consider using BSD bzero().
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index 670306f22f..e044c81e04 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -74,7 +74,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' @@ -327,7 +326,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' |