Home
last modified time | relevance | path

Searched refs:ipv6lib (Results 1 – 2 of 2) sorted by relevance

/third_party/python/
Dconfigure.ac3426 ipv6lib=none
3451 ipv6lib=inet6
3469 ipv6lib=inet6
3489 ipv6lib=inet6;
3499 ipv6lib=v6;
3510 ipv6lib=inet6;
3521 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
3522 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
3523 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
3524 echo "using lib$ipv6lib"
[all …]
Dconfigure11479 ipv6lib=none
11516 ipv6lib=inet6
11543 ipv6lib=inet6
11568 ipv6lib=inet6;
11586 ipv6lib=v6;
11605 ipv6lib=inet6;
11620 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
11621 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
11622 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
11623 echo "using lib$ipv6lib"
[all …]