diff options
author | Gunter Knauf <gk@gknw.de> | 2008-12-30 07:31:04 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-12-30 07:31:04 +0000 |
commit | 104377d718654947f42f8812b17d1d3127c843a0 (patch) | |
tree | 4aabb62b0440312afcd25ad39f9b0369fea37d43 /lib/config-os400.h | |
parent | 83640b2ee5e41292eab2ff3e722c5ac4caea17c9 (diff) | |
download | curl-104377d718654947f42f8812b17d1d3127c843a0.tar.gz |
added HAVE_SIN6_SCOPE_ID define to all non-configure platforms which seem to be IPv6-aware.
Diffstat (limited to 'lib/config-os400.h')
-rw-r--r-- | lib/config-os400.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-os400.h b/lib/config-os400.h index 3a118796a..dccf8a869 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -42,6 +42,9 @@ /* Define if you want to enable IPv6 support */ #define ENABLE_IPV6 +/* Define if struct sockaddr_in6 has the sin6_scope_id member */ +#define HAVE_SIN6_SCOPE_ID 1 + /* Define this to 'int' if ssize_t is not an available typedefed type */ #undef ssize_t |