diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-02-16 17:17:18 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-02-16 17:17:18 +0100 |
commit | 18126d98dd72d4ba13a522432703d46bc37850cf (patch) | |
tree | 512d89c8ce05ef81cee20e0fdae8e0245f5420f7 /config_h.SH | |
parent | cb82babdfb85b0a0ace048c92704350c138b3bb7 (diff) | |
download | perl-18126d98dd72d4ba13a522432703d46bc37850cf.tar.gz |
Add new probes for IPv6 (LeoNerd)
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 a51ad05783..82bc97a167 100755 --- a/config_h.SH +++ b/config_h.SH @@ -2384,10 +2384,18 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un * structure has a member called sa_len, indicating the length of * the structure. */ +/* HAS_SOCKADDR_IN6: + * This symbol, if defined, indicates the availability of + * struct sockaddr_in6; + */ /* HAS_SIN6_SCOPE_ID: * This symbol, if defined, indicates that the struct sockaddr_in6 * structure has a member called sin6_scope_id. */ +/* HAS_IPV6_MREQ: + * This symbol, if defined, indicates the availability of + * struct ipv6_mreq; + */ #$d_socket HAS_SOCKET /**/ #$d_sockpair HAS_SOCKETPAIR /**/ #$d_sockaddr_sa_len HAS_SOCKADDR_SA_LEN /**/ @@ -2397,7 +2405,9 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #$d_msg_peek HAS_MSG_PEEK /**/ #$d_msg_proxy HAS_MSG_PROXY /**/ #$d_scm_rights HAS_SCM_RIGHTS /**/ +#$d_sockaddr_in6 HAS_SOCKADDR_IN6 /**/ #$d_sin6_scope_id HAS_SIN6_SCOPE_ID /**/ +#$d_ipv6_mreq HAS_IPV6_MREQ /**/ /* HAS_SRAND48_R: * This symbol, if defined, indicates that the srand48_r routine |