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 4c7db23ba5..61a52c5489 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -1460,6 +1460,10 @@ d_sigsetjmp (d_sigsetjmp.U): which indicates that the sigsetjmp() routine is available to call setjmp() and optionally save the process's signal mask. +d_sockatmark (d_sockatmark.U): + This variable conditionally defines the HAS_SOCKATMARK symbol, which + indicates to the C program that the sockatmark() routine is available. + d_socket (d_socket.U): This variable conditionally defines HAS_SOCKET, which indicates that the BSD socket interface is supported. |