diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-02-16 17:17:18 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-02-16 17:17:18 +0100 |
commit | 18126d98dd72d4ba13a522432703d46bc37850cf (patch) | |
tree | 512d89c8ce05ef81cee20e0fdae8e0245f5420f7 /Cross | |
parent | cb82babdfb85b0a0ace048c92704350c138b3bb7 (diff) | |
download | perl-18126d98dd72d4ba13a522432703d46bc37850cf.tar.gz |
Add new probes for IPv6 (LeoNerd)
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/config.sh-arm-linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index c9ee89aeec..ed9ddadc1f 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -284,6 +284,7 @@ d_inetaton='define' d_inetntop='undef' d_inetpton='undef' d_int64_t='define' +d_ipv6_mreq='undef' d_isascii='define' d_isblank='undef' d_isfinite='undef' @@ -448,6 +449,7 @@ d_sigsetjmp='define' d_sin6_scope_id='undef' d_sitearch='define' d_snprintf='undef' +d_sockaddr_in6='undef' d_sockaddr_sa_len='undef' d_sockatmark='undef' d_sockatmarkproto='undef' |