summaryrefslogtreecommitdiff
path: root/config_h.SH
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 /config_h.SH
parentbe93048a43d87d317acca5b37619111b6a5f8c44 (diff)
downloadperl-0cc74f396bf31e3aa3a9f4c11d54cad18e3a2ebc.tar.gz
Add probe for gai_strerror
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH7
1 files changed, 7 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index 5722333a2e..099f92ab02 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -2882,6 +2882,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#$d_futimes HAS_FUTIMES /**/
+/* HAS_GAI_STRERROR:
+ * This symbol, if defined, indicates that the gai_strerror routine
+ * is available to translate error codes returned by getaddrinfo()
+ * into human readable strings.
+ */
+#$d_gai_strerror HAS_GAI_STRERROR /**/
+
/* HAS_GETADDRINFO:
* This symbol, if defined, indicates that the getaddrinfo() function
* is available for use.