diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-01 13:23:29 -0700 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2010-05-01 13:23:29 -0700 |
commit | c3a398a1a51494e494f68c3dfd15627c64c80f2f (patch) | |
tree | 922a1c9f66df92973c72e776fefb835360ac4d56 /src/m | |
parent | 87e7285cdd9f70cd16122394e33d5620913ad284 (diff) | |
download | emacs-c3a398a1a51494e494f68c3dfd15627c64c80f2f.tar.gz |
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/m')
-rw-r--r-- | src/m/iris4d.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h index a5532fcf715..54ebcdf74bd 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -42,15 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define DATA_START 0x10000000 #define DATA_SEG_BITS 0x10000000 -/* 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' #if _MIPS_SZLONG != 64 /* fixme: should there be 64-bit definitions? (The ones below aren't OK.) */ |