summaryrefslogtreecommitdiff
path: root/Porting/Glossary
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-02-22 22:03:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-02-22 22:03:26 +0000
commit13b3f78704810709000ac835e0f07862c2b103e2 (patch)
tree32168589f82933eb5543e958c13caecab387a8c6 /Porting/Glossary
parent44d27a6e4dd2f43427369f61e83839b838b643ae (diff)
downloadperl-13b3f78704810709000ac835e0f07862c2b103e2.tar.gz
Add socklen_t probe; Configure maintenance.
p4raw-id: //depot/cfgperl@5213
Diffstat (limited to 'Porting/Glossary')
-rw-r--r--Porting/Glossary8
1 files changed, 7 insertions, 1 deletions
diff --git a/Porting/Glossary b/Porting/Glossary
index 4a1e9ccc98..89f694373d 100644
--- a/Porting/Glossary
+++ b/Porting/Glossary
@@ -796,7 +796,7 @@ d_inetaton (d_inetaton.U):
indicates to the C program that the inet_aton() function is available
to parse IP address "dotted-quad" strings.
-d_int64t (d_int64t.U):
+d_int64_t (d_int64_t.U):
This symbol will be defined if the C compiler supports int64_t.
d_isascii (d_isascii.U):
@@ -1359,6 +1359,9 @@ d_socket (d_socket.U):
This variable conditionally defines HAS_SOCKET, which indicates
that the BSD socket interface is supported.
+d_socklen_t (d_socklen_t.U):
+ This symbol will be defined if the C compiler supports socklen_t.
+
d_sockpair (d_socket.U):
This variable conditionally defines the HAS_SOCKETPAIR symbol, which
indicates that the BSD socketpair() is supported.
@@ -2384,6 +2387,9 @@ libsfound (libs.U):
This variable holds the full pathnames of the libraries
we found and accepted.
+libspath (libs.U):
+ This variable holds the directory names probed for libraries.
+
libswanted (Myinit.U):
This variable holds a list of all the libraries we want to
search. The order is chosen to pick up the c library