summaryrefslogtreecommitdiff
path: root/jni/ruby/ext/pty/extconf.h
blob: 5225ad49d04dab6d3fed8372cf5cab1e02aa9b3e (plain)
1
2
3
4
5
6
7
#ifndef EXTCONF_H
#define EXTCONF_H
#define HAVE_SYS_STROPTS_H 1
#define HAVE_SETRESUID 1
#define HAVE_PTY_H 1
#define HAVE_POSIX_OPENPT 1
#endif