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 /NetWare/config.wc | |
parent | d1f9b933c88f298c6c0c5ed1dc3f9d46df8c05db (diff) | |
download | perl-b21d8587d6f2e56db4e5c64099cb03cbde2f8906.tar.gz |
Rely on C89 strerror()
This requires a corresponding change to the metaconfig units.
Diffstat (limited to 'NetWare/config.wc')
-rw-r--r-- | NetWare/config.wc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/NetWare/config.wc b/NetWare/config.wc index 35f3d8d5f9..333bb887e1 100644 --- a/NetWare/config.wc +++ b/NetWare/config.wc @@ -547,8 +547,6 @@ d_stdiobase='undef' d_stdstdio='undef' d_strchr='define' d_strcoll='define' -d_strerrm='strerror(e)' -d_strerror='define' d_strerror_l='undef' d_strerror_r='undef' d_strftime='define' |