diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/m/iris4d.h | 9 | ||||
| -rw-r--r-- | src/s/irix6-5.h | 10 |
3 files changed, 14 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5794311868d..f4fcb22b299 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-05-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Clean up IRIX code. | ||
| 4 | * m/iris4d.h (TERMINFO, FIRST_PTY_LETTER): Move definitions ... | ||
| 5 | * s/irix6-5.h (TERMINFO, FIRST_PTY_LETTER): ... here. | ||
| 6 | |||
| 3 | Clean up AIX code. | 7 | Clean up AIX code. |
| 4 | * m/ibmrs6000.inp: Remove file, unused. | 8 | * m/ibmrs6000.inp: Remove file, unused. |
| 5 | * m/ibmrs6000.h (IBMR2AIX): Remove, unused. | 9 | * m/ibmrs6000.h (IBMR2AIX): Remove, unused. |
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.) */ |
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. */ |