File: extconf.rb

package info (click to toggle)
libtermios-ruby 0.9.5-4
  • links: PTS, VCS
  • area: main
  • in suites: lenny, squeeze
  • size: 124 kB
  • ctags: 59
  • sloc: ansic: 917; ruby: 374; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
require 'mkmf'

if have_header('termios.h') &&
    have_header('unistd.h')

  unless RUBY_VERSION < '1.7' || have_type("rb_io_t", ["ruby.h", "rubyio.h"])
    have_struct_member("OpenFile", "fd", ["ruby.h", "rubyio.h"])
  end

  create_makefile('termios')
end