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