aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/irix6-5.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/s/irix6-5.h b/src/s/irix6-5.h
index 0a0b0d4af26..06252da6e80 100644
--- a/src/s/irix6-5.h
+++ b/src/s/irix6-5.h
@@ -44,6 +44,16 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
44/* Make process_send_signal work by "typing" a signal character on the pty. */ 44/* Make process_send_signal work by "typing" a signal character on the pty. */
45#define SIGNALS_VIA_CHARACTERS 45#define SIGNALS_VIA_CHARACTERS
46 46
47/* Use terminfo instead of termcap. */
48
49#define TERMINFO
50
51/* Letter to use in finding device name of first pty,
52 if system supports pty's. 'a' means it is /dev/ptya0 */
53
54#undef FIRST_PTY_LETTER
55#define FIRST_PTY_LETTER 'q'
56
47/* No need to use sprintf to get the tty name--we get that from _getpty. */ 57/* No need to use sprintf to get the tty name--we get that from _getpty. */
48#define PTY_TTY_NAME_SPRINTF 58#define PTY_TTY_NAME_SPRINTF
49/* No need to get the pty name at all. */ 59/* No need to get the pty name at all. */