diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-07-11 17:20:30 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2012-07-11 17:20:30 +0200 |
commit | 122b9bf4fd0633cb11e00a8136e8039f0a14ecd6 (patch) | |
tree | 8c20a7e026862c9df6816cb8d35cf3b63c4eb24e /uconfig.sh | |
parent | 720adda90da7e4ec3ec156d0a257cf92a281b626 (diff) | |
download | perl-122b9bf4fd0633cb11e00a8136e8039f0a14ecd6.tar.gz |
Add IP probe for ip_mreq
Backport 2f1eb816b5cba6977b1a8159
Diffstat (limited to 'uconfig.sh')
-rw-r--r-- | uconfig.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uconfig.sh b/uconfig.sh index 4d0645e29c..5bf05752d8 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -223,6 +223,7 @@ d_inetaton='undef' d_inetntop='undef' d_inetpton='undef' d_int64_t='undef' +d_ip_mreq='undef' d_ipv6_mreq='undef' d_isascii='undef' d_isblank='undef' |