From 13a935b0baf3990eed76486e0f47c1d574f2f916 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 24 Nov 2015 00:17:11 +0000 Subject: Drop support for BeOS * beos: Drop support for BeOS now that Haiku is stable. [Fix GH-1112] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/defines.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/ruby/defines.h b/include/ruby/defines.h index e82259d7aa..54a56ff9e6 100644 --- a/include/ruby/defines.h +++ b/include/ruby/defines.h @@ -168,10 +168,6 @@ void xfree(void*); #include "ruby/win32.h" #endif -#if defined(__BEOS__) && !defined(BONE) -#include /* intern.h needs fd_set definition */ -#endif - #ifdef RUBY_EXPORT #undef RUBY_EXTERN -- cgit v1.2.3