aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/irix6-5.h
diff options
context:
space:
mode:
authorDan Nicolaescu <[email protected]>2010-05-01 13:23:29 -0700
committerDan Nicolaescu <[email protected]>2010-05-01 13:23:29 -0700
commitc3a398a1a51494e494f68c3dfd15627c64c80f2f (patch)
tree922a1c9f66df92973c72e776fefb835360ac4d56 /src/s/irix6-5.h
parent87e7285cdd9f70cd16122394e33d5620913ad284 (diff)
Clean up IRIX code.
* m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ... * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here.
Diffstat (limited to 'src/s/irix6-5.h')
-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 0a0b0d4af2..06252da6e8 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/>. */
/* Make process_send_signal work by "typing" a signal character on the pty. */
#define SIGNALS_VIA_CHARACTERS
+/* Use terminfo instead of termcap. */
+
+#define TERMINFO
+
+/* Letter to use in finding device name of first pty,
+ if system supports pty's. 'a' means it is /dev/ptya0 */
+
+#undef FIRST_PTY_LETTER
+#define FIRST_PTY_LETTER 'q'
+
/* No need to use sprintf to get the tty name--we get that from _getpty. */
#define PTY_TTY_NAME_SPRINTF
/* No need to get the pty name at all. */