Home
last modified time | relevance | path

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

/external/tcpdump/
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 …]
Dconfigure4920 ipv6lib=none
4954 ipv6lib=inet6;
4979 ipv6lib=inet6
4996 ipv6lib=inet6;
5013 ipv6lib=v6;
5031 ipv6lib=inet6;
5046 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
5047 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
5048 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
5049 echo "You have $ipv6lib library, using it"
[all …]
/external/python/cpython2/
Dconfigure.ac2872 ipv6lib=none
2897 ipv6lib=inet6
2915 ipv6lib=inet6
2935 ipv6lib=inet6;
2945 ipv6lib=v6;
2956 ipv6lib=inet6;
2967 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
2968 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
2969 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
2970 echo "using lib$ipv6lib"
[all …]
Dconfigure10227 ipv6lib=none
10264 ipv6lib=inet6
10291 ipv6lib=inet6
10316 ipv6lib=inet6;
10334 ipv6lib=v6;
10353 ipv6lib=inet6;
10368 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
10369 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
10370 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
10371 echo "using lib$ipv6lib"
[all …]
/external/python/cpython3/
Dconfigure.ac3274 ipv6lib=none
3299 ipv6lib=inet6
3317 ipv6lib=inet6
3337 ipv6lib=inet6;
3347 ipv6lib=v6;
3358 ipv6lib=inet6;
3369 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
3370 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
3371 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
3372 echo "using lib$ipv6lib"
[all …]
Dconfigure11050 ipv6lib=none
11087 ipv6lib=inet6
11114 ipv6lib=inet6
11139 ipv6lib=inet6;
11157 ipv6lib=v6;
11176 ipv6lib=inet6;
11191 if test "$ipv6" = "yes" -a "$ipv6lib" != "none"; then
11192 if test -d $ipv6libdir -a -f $ipv6libdir/lib$ipv6lib.a; then
11193 LIBS="-L$ipv6libdir -l$ipv6lib $LIBS"
11194 echo "using lib$ipv6lib"
[all …]