Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dconfigure.in283 ipv6lib=none
307 ipv6lib=inet6;
328 ipv6lib=inet6
341 ipv6lib=inet6;
351 ipv6lib=v6;
362 ipv6lib=inet6;
373 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
374 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
375 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
376 echo "You have $ipv6lib library, using it"
[all …]
H A Dconfigure.ac338 ipv6lib=none
362 ipv6lib=inet6;
383 ipv6lib=inet6
396 ipv6lib=inet6;
406 ipv6lib=v6;
417 ipv6lib=inet6;
428 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
429 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
430 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
431 echo "You have $ipv6lib library, using it"
[all …]
H A Dconfigure5318 ipv6lib=none
5629 ipv6lib=inet6;
5655 ipv6lib=inet6
5673 ipv6lib=inet6;
5691 ipv6lib=v6;
5710 ipv6lib=inet6;
5725 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
5726 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
5727 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
5728 echo "You have $ipv6lib library, using it"
[all …]