From ef51814080fb7fe2c32481c5c3239b2d58b601a8 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 22 Jul 2009 10:32:51 +0000 Subject: * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6 is defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6d50be15e..b394998cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 22 19:32:10 2009 NAKAMURA Usaku + + * ext/socket/mkconstants.rb: define IPV6_* constants only when INET6 + is defined. + Wed Jul 22 19:23:04 2009 NAKAMURA Usaku * ext/socket/extconf.rb: ipv6 support is disabled by default on mswin. -- cgit