diff options
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/>. */ | |||
| 42 | #define DATA_START 0x10000000 | 42 | #define DATA_START 0x10000000 |
| 43 | #define DATA_SEG_BITS 0x10000000 | 43 | #define DATA_SEG_BITS 0x10000000 |
| 44 | 44 | ||
| 45 | /* Use terminfo instead of termcap. */ | ||
| 46 | |||
| 47 | #define TERMINFO | ||
| 48 | |||
| 49 | /* Letter to use in finding device name of first pty, | ||
| 50 | if system supports pty's. 'a' means it is /dev/ptya0 */ | ||
| 51 | |||
| 52 | #undef FIRST_PTY_LETTER | ||
| 53 | #define FIRST_PTY_LETTER 'q' | ||
| 54 | 45 | ||
| 55 | #if _MIPS_SZLONG != 64 | 46 | #if _MIPS_SZLONG != 64 |
| 56 | /* fixme: should there be 64-bit definitions? (The ones below aren't OK.) */ | 47 | /* fixme: should there be 64-bit definitions? (The ones below aren't OK.) */ |