summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2016-08-11 18:35:47 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2016-08-11 18:35:47 +0200
commit0cc74f396bf31e3aa3a9f4c11d54cad18e3a2ebc (patch)
tree147dbd2f57f5105c5d4d63dfc3f55564a3778c1f /Porting
parentbe93048a43d87d317acca5b37619111b6a5f8c44 (diff)
downloadperl-0cc74f396bf31e3aa3a9f4c11d54cad18e3a2ebc.tar.gz
Add probe for gai_strerror
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Glossary6
-rw-r--r--Porting/config.sh1
2 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 5e7560a312..39a17b85ec 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -983,6 +983,12 @@ d_futimes (d_futimes.U):
This variable conditionally defines the HAS_FUTIMES symbol, which
indicates to the C program that the futimes() routine is available.
+d_gai_strerror (d_gai_strerror.U):
+ This variable conditionally defines the HAS_GAI_STRERROR symbol
+ if the gai_strerror() routine is available and can be used to
+ translate error codes returned by getaddrinfo() into human
+ readable strings.
+
d_Gconvert (d_gconvert.U):
This variable holds what Gconvert is defined as to convert
floating point numbers into strings. By default, Configure
diff --git a/Porting/config.sh b/Porting/config.sh
index 68e0434078..4f6e6434bf 100644
--- a/Porting/config.sh
+++ b/Porting/config.sh
@@ -242,6 +242,7 @@ d_fsync='define'
d_ftello='define'
d_ftime='undef'
d_futimes='define'
+d_gai_strerror='undef'
d_gdbm_ndbm_h_uses_prototypes='undef'
d_gdbmndbm_h_uses_prototypes='undef'
d_getaddrinfo='define'