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 /uconfig64.sh | |
parent | be93048a43d87d317acca5b37619111b6a5f8c44 (diff) | |
download | perl-0cc74f396bf31e3aa3a9f4c11d54cad18e3a2ebc.tar.gz |
Add probe for gai_strerror
Diffstat (limited to 'uconfig64.sh')
-rw-r--r-- | uconfig64.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig64.sh b/uconfig64.sh index 3295998693..df18372a9c 100644 --- a/uconfig64.sh +++ b/uconfig64.sh @@ -172,6 +172,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' |