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 /uconfig.sh | |
parent | be93048a43d87d317acca5b37619111b6a5f8c44 (diff) | |
download | perl-0cc74f396bf31e3aa3a9f4c11d54cad18e3a2ebc.tar.gz |
Add probe for gai_strerror
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 63614f8745..edc36db326 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -171,6 +171,7 @@ d_fsync='undef' d_ftello='undef' d_ftime='undef' d_futimes='undef' +d_gai_strerror='undef' d_gdbm_ndbm_h_uses_prototypes='undef' d_gdbmndbm_h_uses_prototypes='undef' d_getaddrinfo='undef' |