| commit | f185065a405794eaf6abc0dcf8345d9e6aa882f7 | [log] [tgz] |
|---|---|---|
| author | Wichert Akkerman <wichert@deephackmode.org> | Fri Feb 16 20:29:03 2001 +0000 |
| committer | Wichert Akkerman <wichert@deephackmode.org> | Fri Feb 16 20:29:03 2001 +0000 |
| tree | 04185be5a62a0a45f0ca804f1211adf89b025890 | |
| parent | edf2dcc259cccb5788fb94aa828d9a77c1c96da8 [diff] [blame] |
add support for IPv6 scope ids
diff --git a/acconfig.h b/acconfig.h index b86ddfa..67bdf91 100644 --- a/acconfig.h +++ b/acconfig.h
@@ -77,3 +77,9 @@ /* Define if yor compilers know abuot long long */ #undef HAVE_LONG_LONG + +/* Define if struct sockaddr_in6 contains sin6_scope_id field. */ +#undef HAVE_SIN6_SCOPE_ID + +/* Define if linux struct sockaddr_in6 contains sin6_scope_id fiels. */ +#undef HAVE_SIN6_SCOPE_ID_LINUX