1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eban 2000-09-12 13:56:52 +00:00
parent 2efe05858a
commit ef405dfa04
2 changed files with 7 additions and 2 deletions

View file

@ -1,7 +1,12 @@
Tue Sep 12 16:02:20 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
Tue Sep 12 22:34:20 2000 Yukihiro Matsumoto <matz@ruby-lang.org>
* stable version 1.6.0 released.
Tue Sep 12 22:28:43 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* ext/socket/extconf.rb: avoid using terrible <netinet/tcp.h>
on cygwin 1.1.5.
Tue Sep 12 16:01:58 2000 WATANABE Hirofumi <eban@os.rim.or.jp>
* array.c (rb_ary_unshift_m): typo.

View file

@ -173,7 +173,7 @@ EOF
$CFLAGS="-DHAVE_SA_LEN "+$CFLAGS
end
have_header("netinet/tcp.h")
have_header("netinet/tcp.h") if not /cygwin/ === RUBY_PLATFORM # for cygwin 1.1.5
have_header("netinet/udp.h")
$getaddr_info_ok = false