summaryrefslogtreecommitdiffstats
path: root/ext/pty
diff options
context:
space:
mode:
authorH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-11 01:27:48 +0000
committerH_Konishi <H_Konishi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-06-11 01:27:48 +0000
commit0be64493584295d37016c15f821f6219e3d2568a (patch)
tree9d8c8beee149c50f44406ee8cd6dee4c3913c28f /ext/pty
parent8f0b05258437cc12e4fb48171a638f4e98e74f10 (diff)
downloadruby-0be64493584295d37016c15f821f6219e3d2568a.tar.gz
ruby-0be64493584295d37016c15f821f6219e3d2568a.tar.xz
ruby-0be64493584295d37016c15f821f6219e3d2568a.zip
new platform [bccwin32] merged.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/pty')
-rw-r--r--ext/pty/extconf.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pty/extconf.rb b/ext/pty/extconf.rb
index ec35879a3..5e126fe0c 100644
--- a/ext/pty/extconf.rb
+++ b/ext/pty/extconf.rb
@@ -1,6 +1,6 @@
require 'mkmf'
-if /mswin32|mingw/ !~ RUBY_PLATFORM
+if /mswin32|mingw|bccwin32/ !~ RUBY_PLATFORM
have_header("sys/stropts.h")
have_func("setresuid")
have_header("libutil.h")