diff options
| author | Richard M. Stallman | 1994-12-13 14:39:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-12-13 14:39:50 +0000 |
| commit | c2854ab558f12c895c8c4a4989abe2d8c382d744 (patch) | |
| tree | d00fe52dcc6dacf8c18e71518e1ee7febe51e173 /src | |
| parent | 6dad93591d1274cf09c351140f7772f0d596dc73 (diff) | |
| download | emacs-c2854ab558f12c895c8c4a4989abe2d8c382d744.tar.gz emacs-c2854ab558f12c895c8c4a4989abe2d8c382d744.zip | |
Initial revision
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix4-1.h | 3 | ||||
| -rw-r--r-- | src/s/ultrix4-3.h | 8 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h new file mode 100644 index 00000000000..8d62582dd32 --- /dev/null +++ b/src/s/aix4-1.h | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #define AIX4_1 | ||
| 2 | |||
| 3 | #include "aix4.h" | ||
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 @@ | |||
| 1 | #include "bsd4-3.h" | ||
| 2 | |||
| 3 | #define NEED_UNISTD_H | ||
| 4 | #define HAVE_TERMIOS | ||
| 5 | #define PREFER_VSUSP | ||
| 6 | |||
| 7 | /* Must set the line discipline to this, to make termio work. */ | ||
| 8 | #define SET_LINE_DISCIPLINE TERMIODISC | ||