зеркало из https://github.com/github/ruby.git
* ext/socket/extconf.rb: useless assignment removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
cda830ff33
Коммит
9c6cfb5672
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Oct 7 10:02:30 2003 Tanaka Akira <akr@m17n.org>
|
||||||
|
|
||||||
|
* ext/socket/extconf.rb: useless assignment removed.
|
||||||
|
|
||||||
Tue Oct 7 09:13:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Tue Oct 7 09:13:24 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now
|
* test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now
|
||||||
|
|
|
@ -195,8 +195,8 @@ have_header("netinet/tcp.h") if not /cygwin/ =~ RUBY_PLATFORM # for cygwin 1.1.5
|
||||||
have_header("netinet/udp.h")
|
have_header("netinet/udp.h")
|
||||||
|
|
||||||
if have_func("sendmsg") | have_func("recvmsg")
|
if have_func("sendmsg") | have_func("recvmsg")
|
||||||
have_struct_member('struct msghdr', 'msg_control', header=['sys/types.h', 'sys/socket.h'])
|
have_struct_member('struct msghdr', 'msg_control', ['sys/types.h', 'sys/socket.h'])
|
||||||
have_struct_member('struct msghdr', 'msg_accrights', header=['sys/types.h', 'sys/socket.h'])
|
have_struct_member('struct msghdr', 'msg_accrights', ['sys/types.h', 'sys/socket.h'])
|
||||||
end
|
end
|
||||||
|
|
||||||
$getaddr_info_ok = false
|
$getaddr_info_ok = false
|
||||||
|
|
Загрузка…
Ссылка в новой задаче