mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
2000-05-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
acbb1c9434
commit
fedf48986d
69 changed files with 1841 additions and 1455 deletions
|
@ -6,6 +6,7 @@ case PLATFORM
|
|||
when /mswin32/
|
||||
test_func = "WSACleanup"
|
||||
have_library("wsock32", "WSACleanup")
|
||||
have_func("closesocket")
|
||||
when /cygwin/
|
||||
# $LDFLAGS << " -L/usr/lib" if File.directory?("/usr/lib")
|
||||
# $CFLAGS << " -I/usr/include"
|
||||
|
@ -14,6 +15,7 @@ when /cygwin/
|
|||
when /beos/
|
||||
test_func = "socket"
|
||||
have_library("net", "socket")
|
||||
have_func("closesocket")
|
||||
when /i386-os2_emx/
|
||||
test_func = "socket"
|
||||
have_library("socket", "socket")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue