diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-08-11 18:35:47 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2016-08-11 18:35:47 +0200 |
commit | 0cc74f396bf31e3aa3a9f4c11d54cad18e3a2ebc (patch) | |
tree | 147dbd2f57f5105c5d4d63dfc3f55564a3778c1f /win32/config.gc | |
parent | be93048a43d87d317acca5b37619111b6a5f8c44 (diff) | |
download | perl-0cc74f396bf31e3aa3a9f4c11d54cad18e3a2ebc.tar.gz |
Add probe for gai_strerror
Diffstat (limited to 'win32/config.gc')
-rw-r--r-- | win32/config.gc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/config.gc b/win32/config.gc index 0b2a40b64d..69a21a2a18 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -220,6 +220,7 @@ d_fsync='undef' d_ftello='undef' d_ftime='define' d_futimes='undef' +d_gai_strerror='undef' d_gdbm_ndbm_h_uses_prototypes='undef' d_gdbmndbm_h_uses_prototypes='undef' d_getaddrinfo='undef' |