blob: 0ca4900ffaa55e83fd117b58aed626bb1932599b (
plain)
1
2
3
4
5
6
7
8
|
#include "bsd4-3.h"
#define NEED_UNISTD_H
#define HAVE_TERMIOS
#define PREFER_VSUSP
/* Must set the line discipline to this, to make termio work. */
#define SET_LINE_DISCIPLINE TERMIODISC
|