summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2012-07-11 17:20:30 +0200
committerH.Merijn Brand <h.m.brand@xs4all.nl>2012-07-11 17:20:30 +0200
commit122b9bf4fd0633cb11e00a8136e8039f0a14ecd6 (patch)
tree8c20a7e026862c9df6816cb8d35cf3b63c4eb24e /config_h.SH
parent720adda90da7e4ec3ec156d0a257cf92a281b626 (diff)
downloadperl-122b9bf4fd0633cb11e00a8136e8039f0a14ecd6.tar.gz
Add IP probe for ip_mreq
Backport 2f1eb816b5cba6977b1a8159
Diffstat (limited to 'config_h.SH')
-rwxr-xr-xconfig_h.SH7
1 files changed, 6 insertions, 1 deletions
diff --git a/config_h.SH b/config_h.SH
index 5b9d3f8606..469ed4ecb7 100755
--- a/config_h.SH
+++ b/config_h.SH
@@ -995,7 +995,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
*/
#define BIN "$bin" /**/
#define BIN_EXP "$binexp" /**/
-#$userelocatableinc PERL_RELOCATABLE_INC /**/
+#define PERL_RELOCATABLE_INC "$userelocatableinc" /**/
/* INTSIZE:
* This symbol contains the value of sizeof(int) so that the C
@@ -2392,6 +2392,10 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* This symbol, if defined, indicates that the struct sockaddr_in6
* structure has a member called sin6_scope_id.
*/
+/* HAS_IP_MREQ:
+ * This symbol, if defined, indicates the availability of
+ * struct ip_mreq;
+ */
/* HAS_IPV6_MREQ:
* This symbol, if defined, indicates the availability of
* struct ipv6_mreq;
@@ -2407,6 +2411,7 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
#$d_scm_rights HAS_SCM_RIGHTS /**/
#$d_sockaddr_in6 HAS_SOCKADDR_IN6 /**/
#$d_sin6_scope_id HAS_SIN6_SCOPE_ID /**/
+#$d_ip_mreq HAS_IP_MREQ /**/
#$d_ipv6_mreq HAS_IPV6_MREQ /**/
/* HAS_SRAND48_R: