diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-14 11:57:51 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:53:11 +0100 |
commit | b21d8587d6f2e56db4e5c64099cb03cbde2f8906 (patch) | |
tree | 5ad7583d42cd1e51dfd645e752867658d83fd898 /configure.com | |
parent | d1f9b933c88f298c6c0c5ed1dc3f9d46df8c05db (diff) | |
download | perl-b21d8587d6f2e56db4e5c64099cb03cbde2f8906.tar.gz |
Rely on C89 strerror()
This requires a corresponding change to the metaconfig units.
Diffstat (limited to 'configure.com')
-rw-r--r-- | configure.com | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.com b/configure.com index 75ffbd0653..137b06d902 100644 --- a/configure.com +++ b/configure.com @@ -6397,8 +6397,6 @@ $ WC "d_faststdio='" + d_faststdio + "'" $ WC "d_statvfs='" + d_statvfs + "'" $ WC "d_strchr='define'" $ WC "d_strcoll='" + d_strcoll + "'" -$ WC "d_strerrm='strerror((e),vaxc$errno)'" -$ WC "d_strerror='define'" $ WC "d_strftime='define'" $ WC "d_strlcat='undef'" $ WC "d_strlcpy='undef'" |