зеркало из https://github.com/github/ruby.git
* ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR for
windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f2747b5782
Коммит
2470d7811f
|
@ -1,3 +1,8 @@
|
|||
Thu Dec 8 12:57:50 2011 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR for
|
||||
windows.
|
||||
|
||||
Thu Dec 8 12:11:06 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* configure.in (RUBY_WERROR_FLAG): append all warning flags which
|
||||
|
|
|
@ -485,6 +485,7 @@ if have_func(test_func)
|
|||
have_func("getipnodebyname") or have_func("gethostbyname2")
|
||||
if !have_func("socketpair(0, 0, 0, 0)") and have_func("rb_w32_socketpair(0, 0, 0, 0)")
|
||||
$defs << "-Dsocketpair(a,b,c,d)=rb_w32_socketpair((a),(b),(c),(d))"
|
||||
$defs << "-DHAVE_SOCKETPAIR"
|
||||
end
|
||||
unless have_func("gethostname((char *)0, 0)")
|
||||
have_func("uname")
|
||||
|
|
Загрузка…
Ссылка в новой задаче