diff options
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r-- | lib/config-riscos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 82d579e53..25097fb0b 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -38,6 +38,9 @@ /* Define if you want to enable IPv6 support */ #undef 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 |