diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-12-10 12:29:50 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2010-12-10 12:29:50 +0100 |
commit | b8677e3b6a8c160eef39f06730392d031a846b22 (patch) | |
tree | 3ca22b6ed0a992ef4ccf6a3bee08fe60ed59b200 /Porting/Glossary | |
parent | 70bfa48a28b9dab30bf99f2aa276e4fb7ff2fd55 (diff) | |
download | perl-b8677e3b6a8c160eef39f06730392d031a846b22.tar.gz |
Add probe for sa_len availability in sockaddr struct
Sorry for the huge config_h.SH re-order. Don't know (yet) what caused that
Diffstat (limited to 'Porting/Glossary')
-rw-r--r-- | Porting/Glossary | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/Porting/Glossary b/Porting/Glossary index 909d8012ae..dcf6a1530a 100644 --- a/Porting/Glossary +++ b/Porting/Glossary @@ -2081,6 +2081,11 @@ d_snprintf (d_snprintf.U): indicates to the C program that the snprintf () library function is available. +d_sockaddr_sa_len (d_socket.U): + This variable conditionally defines the HAS_SOCKADDR_SA_LEN symbol, + which indicates that a struct sockaddr structure has the sa_len + member. + 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. @@ -4067,8 +4072,9 @@ path_sep (Unix.U): used to separate elements in the command shell search PATH. perl (Loc.U): - This variable is defined but not used by Configure. - The value is the empty string and is not useful. + This variable is used internally by Configure to determine the + full pathname (if any) of the perl program. After Configure runs, + the value is reset to a plain "perl" and is not useful. perl5 (perl5.U): This variable contains the full path (if any) to a previously |