Home
last modified time | relevance | path

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

/external/tcpdump/
Dconfigure.in283 ipv6lib=none
308 ipv6lib=inet6;
331 ipv6lib=inet6
344 ipv6lib=inet6;
355 ipv6lib=v6;
366 ipv6lib=inet6;
378 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
379 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
380 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
381 echo "You have $ipv6lib library, using it"
[all …]
Dconfigure4902 ipv6lib=none
4937 ipv6lib=inet6;
4964 ipv6lib=inet6
4981 ipv6lib=inet6;
4999 ipv6lib=v6;
5017 ipv6lib=inet6;
5033 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
5034 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
5035 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
5036 echo "You have $ipv6lib library, using it"
[all …]