diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-08-26 14:52:26 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-08-26 14:52:26 +0200 |
commit | 3e06601fea2b5bb64513c13dc407c9d4d3c15a9a (patch) | |
tree | db3093932ac9cc3817b4f3eb1dcf413c509453f7 /config_h.SH | |
parent | adc42c31aa41517bfdda512fee0bbc3859910f76 (diff) | |
download | perl-3e06601fea2b5bb64513c13dc407c9d4d3c15a9a.tar.gz |
Add Configure probe for ip_mreq_source
Needed to upgrade Socket from CPAN
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH index 469ed4ecb7..988273f3ba 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2396,10 +2396,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * This symbol, if defined, indicates the availability of * struct ip_mreq; */ +/* HAS_IP_MREQ_SOURCE: + * This symbol, if defined, indicates the availability of + * struct ip_mreq_source; + */ /* HAS_IPV6_MREQ: * This symbol, if defined, indicates the availability of * struct ipv6_mreq; */ +/* HAS_IPV6_MREQ_SOURCE: + * This symbol, if defined, indicates the availability of + * struct ipv6_mreq_source; + */ #$d_socket HAS_SOCKET /**/ #$d_sockpair HAS_SOCKETPAIR /**/ #$d_sockaddr_sa_len HAS_SOCKADDR_SA_LEN /**/ @@ -2412,7 +2420,9 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_sockaddr_in6 HAS_SOCKADDR_IN6 /**/ #$d_sin6_scope_id HAS_SIN6_SCOPE_ID /**/ #$d_ip_mreq HAS_IP_MREQ /**/ +#$d_ip_mreq_source HAS_IP_MREQ_SOURCE /**/ #$d_ipv6_mreq HAS_IPV6_MREQ /**/ +#$d_ipv6_mreq_source HAS_IPV6_MREQ_SOURCE /**/ /* HAS_SRAND48_R: * This symbol, if defined, indicates that the srand48_r routine |