summaryrefslogtreecommitdiff
path: root/ext/pty/extconf.rb
blob: de9517ec0c456c4bdef5ab4dff9eea814f95ac74 (plain)
1
2
3
4
5
6
7
8
9
require 'mkmf'

have_header("sys/stropts.h")
have_func("setresuid")
if have_func("openpty") or
    have_func("_getpty") or
    have_func("ioctl")
  create_makefile('pty')
end