зеркало из https://github.com/github/ruby.git
* ext/socket/extconf.rb: now enable IPv6 by default on mswin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
1ec93d92c7
Коммит
8e66cbccb7
|
@ -1,3 +1,7 @@
|
||||||
|
Thu Jul 19 13:26:25 2012 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* ext/socket/extconf.rb: now enable IPv6 by default on mswin.
|
||||||
|
|
||||||
Thu Jul 19 09:33:46 2012 Aaron Patterson <aaron@tenderlovemaking.com>
|
Thu Jul 19 09:33:46 2012 Aaron Patterson <aaron@tenderlovemaking.com>
|
||||||
|
|
||||||
* ext/psych/emitter.c (initialize): allow a configuration object to be
|
* ext/psych/emitter.c (initialize): allow a configuration object to be
|
||||||
|
|
|
@ -35,7 +35,7 @@ if have_header("arpa/inet.h")
|
||||||
end
|
end
|
||||||
|
|
||||||
ipv6 = false
|
ipv6 = false
|
||||||
default_ipv6 = /mswin|cygwin|beos|haiku/ !~ RUBY_PLATFORM
|
default_ipv6 = /cygwin|beos|haiku/ !~ RUBY_PLATFORM
|
||||||
if enable_config("ipv6", default_ipv6)
|
if enable_config("ipv6", default_ipv6)
|
||||||
if checking_for("ipv6") {try_link(<<EOF)}
|
if checking_for("ipv6") {try_link(<<EOF)}
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
Загрузка…
Ссылка в новой задаче