aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDan Nicolaescu2010-05-01 13:23:29 -0700
committerDan Nicolaescu2010-05-01 13:23:29 -0700
commitc3a398a1a51494e494f68c3dfd15627c64c80f2f (patch)
tree922a1c9f66df92973c72e776fefb835360ac4d56 /src/s
parent87e7285cdd9f70cd16122394e33d5620913ad284 (diff)
downloademacs-c3a398a1a51494e494f68c3dfd15627c64c80f2f.tar.gz
emacs-c3a398a1a51494e494f68c3dfd15627c64c80f2f.zip
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')
-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. */