mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/pty/extconf.rb: skip wince and win64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a00c1ed672
commit
d81af2f7b2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Jun 25 18:02:55 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* ext/pty/extconf.rb: skip wince and win64.
|
||||
|
||||
Mon Jun 25 17:59:32 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||
|
||||
* include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/or
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
require 'mkmf'
|
||||
|
||||
if /mswin32|mingw|bccwin32/ !~ RUBY_PLATFORM
|
||||
if /mswin|mingw|bccwin/ !~ RUBY_PLATFORM
|
||||
have_header("sys/stropts.h")
|
||||
have_func("setresuid")
|
||||
have_header("libutil.h")
|
||||
|
|
Loading…
Reference in a new issue