summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/io/console/extconf.h
blob: 693d5234ece607533c7e281b9d1bc59b189da8c9 (plain)
1
2
3
4
5
6
#ifndef EXTCONF_H
#define EXTCONF_H
#define HAVE_TERMIOS_H 1
#define HAVE_CFMAKERAW 1
#define HAVE_SYS_IOCTL_H 1
#endif