summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-03-27 05:29:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-03-27 05:29:07 +0000
commit49a78c826894475f45e57b053fd96ea7cb04dc4d (patch)
treef6a389e13f509d159e87801df5dec5701beed483 /Porting/Glossary
parent34d3ce40eab82fa6d52f54ff00b07b8cce11a920 (diff)
downloadperl-49a78c826894475f45e57b053fd96ea7cb04dc4d.tar.gz
Add sockatmark() probing.
p4raw-id: //depot/perl@9371
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary4
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.