From 81ad8ec09648d1d2a591ef481a3fbb7cade260eb Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 19 Jul 2005 19:04:46 +0000 Subject: * ext/socket/socket.c: sorry, BeOS also uses HAVE_CLOSESOCKET, so reverted. * ext/socket/extconf.rb: should not define HAVE_CLOSESOCKET on windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/socket/extconf.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/socket/extconf.rb') diff --git a/ext/socket/extconf.rb b/ext/socket/extconf.rb index 747bb35296..b14fa8efbf 100644 --- a/ext/socket/extconf.rb +++ b/ext/socket/extconf.rb @@ -4,7 +4,6 @@ case RUBY_PLATFORM when /(ms|bcc)win32|mingw/ test_func = "WSACleanup" have_library("ws2_32", "WSACleanup") - have_func("closesocket") when /cygwin/ test_func = "socket" when /beos/ -- cgit v1.2.3