From 1cc50d31f9962264fd78cdbe6a27dac10742dcd6 Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Tue, 30 Dec 2008 08:05:38 +0000 Subject: changed HAVE_SIN6_SCOPE_ID define to HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID since just found that ares already uses this define. --- lib/config-os400.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/config-os400.h') diff --git a/lib/config-os400.h b/lib/config-os400.h index dccf8a869..efb019551 100644 --- a/lib/config-os400.h +++ b/lib/config-os400.h @@ -43,7 +43,7 @@ #define ENABLE_IPV6 /* Define if struct sockaddr_in6 has the sin6_scope_id member */ -#define HAVE_SIN6_SCOPE_ID 1 +#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 /* Define this to 'int' if ssize_t is not an available typedefed type */ #undef ssize_t -- cgit v1.2.3