diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-22 22:03:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-02-22 22:03:26 +0000 |
commit | 13b3f78704810709000ac835e0f07862c2b103e2 (patch) | |
tree | 32168589f82933eb5543e958c13caecab387a8c6 /Porting/Glossary | |
parent | 44d27a6e4dd2f43427369f61e83839b838b643ae (diff) | |
download | perl-13b3f78704810709000ac835e0f07862c2b103e2.tar.gz |
Add socklen_t probe; Configure maintenance.
p4raw-id: //depot/cfgperl@5213
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 8 |
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 |