diff options
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. |