From 104377d718654947f42f8812b17d1d3127c843a0 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Tue, 30 Dec 2008 07:31:04 +0000 Subject: added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to be IPv6-aware. --- lib/config-tpf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-tpf.h') diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 67f9cbfef..8524cda19 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -62,6 +62,9 @@ /* Define if you want to enable IPv6 support */ /* #undef ENABLE_IPV6 */ +/* Define if struct sockaddr_in6 has the sin6_scope_id member */ +/* #undef HAVE_SIN6_SCOPE_ID */ + /* Define to the type of arg 1 for getnameinfo. */ /* #undef GETNAMEINFO_TYPE_ARG1 */ -- cgit v1.2.3