aboutsummaryrefslogtreecommitdiff
path: root/lib/config-tpf.h
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-12-30 07:31:04 +0000
committerGunter Knauf <gk@gknw.de>2008-12-30 07:31:04 +0000
commit104377d718654947f42f8812b17d1d3127c843a0 (patch)
tree4aabb62b0440312afcd25ad39f9b0369fea37d43 /lib/config-tpf.h
parent83640b2ee5e41292eab2ff3e722c5ac4caea17c9 (diff)
added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to be IPv6-aware.
Diffstat (limited to 'lib/config-tpf.h')
-rw-r--r--lib/config-tpf.h3
1 files changed, 3 insertions, 0 deletions
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 */