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 /uconfig.sh | |
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 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/uconfig.sh b/uconfig.sh index 378c129828..0c2eea96b6 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -385,8 +385,9 @@ d_signbit='undef' d_sigprocmask='undef' d_sigsetjmp='undef' d_sitearch='undef' -d_sockatmark='undef' d_snprintf='undef' +d_sockaddr_sa_len='undef' +d_sockatmark='undef' d_sockatmarkproto='undef' d_socket='undef' d_socklen_t='undef' |