diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-07-11 17:20:30 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-07-11 17:20:30 +0200 |
commit | 122b9bf4fd0633cb11e00a8136e8039f0a14ecd6 (patch) | |
tree | 8c20a7e026862c9df6816cb8d35cf3b63c4eb24e /Porting/Glossary | |
parent | 720adda90da7e4ec3ec156d0a257cf92a281b626 (diff) | |
download | perl-122b9bf4fd0633cb11e00a8136e8039f0a14ecd6.tar.gz |
Add IP probe for ip_mreq
Backport 2f1eb816b5cba6977b1a8159
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 23ffbfe235..f24a249062 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1271,6 +1271,10 @@ d_inetpton (d_inetpton.U): d_int64_t (d_int64_t.U): This symbol will be defined if the C compiler supports int64_t. +d_ip_mreq (d_socket.U): + This variable conditionally defines the HAS_IP_MREQ symbol, which + indicates the availability of a struct ip_mreq. + d_ipv6_mreq (d_socket.U): This variable conditionally defines the HAS_IPV6_MREQ symbol, which indicates the availability of a struct ipv6_mreq. |