diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-12-13 14:39:50 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-12-13 14:39:50 +0000 |
commit | f7a4990398fbfce95b09a8cc0c597b511a65c3a8 (patch) | |
tree | f54957e9b4ebf9ddf33071102194b2be13cc9675 /src/s/ultrix4-3.h | |
parent | c7de720f3fc459172ffacb818b9514207c650ca2 (diff) | |
download | emacs-f7a4990398fbfce95b09a8cc0c597b511a65c3a8.tar.gz |
Initial revision
Diffstat (limited to 'src/s/ultrix4-3.h')
-rw-r--r-- | src/s/ultrix4-3.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/ultrix4-3.h b/src/s/ultrix4-3.h new file mode 100644 index 00000000000..0ca4900ffaa --- /dev/null +++ b/src/s/ultrix4-3.h @@ -0,0 +1,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 |