From b41a9abb6a5a2bc9cd8327209467b3ccf968cf4c Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 2 Feb 2009 05:18:55 +0000 Subject: * ext/socket/option.c: use INET6 instead of IPV6. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/socket/option.c b/ext/socket/option.c index ae6e2dd1c2..96dd0f5903 100644 --- a/ext/socket/option.c +++ b/ext/socket/option.c @@ -21,7 +21,7 @@ optname_to_sym(int level, int optname) return constant_to_sym(optname, intern_so_optname); case IPPROTO_IP: return constant_to_sym(optname, intern_ip_optname); -#ifdef IPV6 +#ifdef INET6 case IPPROTO_IPV6: return constant_to_sym(optname, intern_ipv6_optname); #endif -- cgit v1.2.3