diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-03-25 17:59:45 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-03-25 17:59:45 +0100 |
commit | d7fba2bf7c68c09661c0088da8da68624ef549dd (patch) | |
tree | 8dfd77558b924d5dd4e7f5f14c205f15281c9dab /Cross | |
parent | 5086dff9f4ed3d0ef53205b4d62cc5efb86d094b (diff) | |
download | perl-d7fba2bf7c68c09661c0088da8da68624ef549dd.tar.gz |
IPv6 config variables for the other OS's
Needs checking
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/config.sh-arm-linux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 7c9ccce284..9dce9a5288 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -200,6 +200,7 @@ d__fwalk='undef' d_gdbm_ndbm_h_uses_prototypes='undef' d_gdbmndbm_h_uses_prototypes='undef' d_getcwd='define' +d_getaddrinfo='undef' d_getespwnam='undef' d_getfsstat='undef' d_getgrent='define' @@ -220,6 +221,7 @@ d_getlogin='define' d_getlogin_r='undef' d_getmntent='define' d_getmnt='undef' +d_getnameinfo='undef' d_getnbyaddr='define' d_getnbyname='define' d_getnent='define' @@ -265,6 +267,8 @@ d_ilogbl='define' d_inc_version_list='define' d_index='undef' d_inetaton='define' +d_inetntop='undef' +d_inetpton='undef' d_int64_t='define' d_isascii='define' d_isfinite='undef' |