summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/io/console/extconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/ruby/ext/io/console/extconf.h')
-rw-r--r--jni/ruby/ext/io/console/extconf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/jni/ruby/ext/io/console/extconf.h b/jni/ruby/ext/io/console/extconf.h
new file mode 100644
index 0000000..693d523
--- /dev/null
+++ b/jni/ruby/ext/io/console/extconf.h
@@ -0,0 +1,6 @@
+#ifndef EXTCONF_H
+#define EXTCONF_H
+#define HAVE_TERMIOS_H 1
+#define HAVE_CFMAKERAW 1
+#define HAVE_SYS_IOCTL_H 1
+#endif