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-win32ce.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-win32ce.h')
-rw-r--r-- | lib/config-win32ce.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index cd793d6cc..65b00a104 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -323,6 +323,9 @@ /* Define this if you have struct timeval */ #define HAVE_STRUCT_TIMEVAL 1 +/* Define this if struct sockaddr_in6 has the sin6_scope_id member */ +#define HAVE_SIN6_SCOPE_ID 1 + /* ---------------------------------------------------------------- */ /* COMPILER SPECIFIC */ /* ---------------------------------------------------------------- */ |