diff options
| author | Dan Nicolaescu | 2010-04-06 23:11:45 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-04-06 23:11:45 -0700 |
| commit | 5e5a3b92e4fb79ad986d37c2fe8e58b9ab0518f6 (patch) | |
| tree | c56347e6b5cb173aca978a07f0dfb2fd2c0eabbd /src/s | |
| parent | 863bf4810aa40ec9cf7b61b4fc8781ef956b5165 (diff) | |
| download | emacs-5e5a3b92e4fb79ad986d37c2fe8e58b9ab0518f6.tar.gz emacs-5e5a3b92e4fb79ad986d37c2fe8e58b9ab0518f6.zip | |
Simplify code for HP machines.
* m/hp800.h (LOAD_AVE_TYPE, LOAD_AVE_CVT, NO_REMAP): Do not define
for GNU_LINUX, not needed.
(UNEXEC, NEED_BSDTTY): Move definitions...
* s/hpux10-20.h (UNEXEC, NEED_BSDTTY): ... here.
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux10-20.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s/hpux10-20.h b/src/s/hpux10-20.h index cf670cd51a0..e56b25ecaee 100644 --- a/src/s/hpux10-20.h +++ b/src/s/hpux10-20.h | |||
| @@ -89,6 +89,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 89 | 89 | ||
| 90 | #define HAVE_PERROR /* Delete this line for version 6. */ | 90 | #define HAVE_PERROR /* Delete this line for version 6. */ |
| 91 | 91 | ||
| 92 | #define UNEXEC unexhp9k800.o | ||
| 93 | |||
| 94 | /* Include the file bsdtty.h, since this machine has job control. */ | ||
| 95 | #define NEED_BSDTTY | ||
| 96 | |||
| 92 | /* This is how to get the device name of the tty end of a pty. */ | 97 | /* This is how to get the device name of the tty end of a pty. */ |
| 93 | #define PTY_TTY_NAME_SPRINTF \ | 98 | #define PTY_TTY_NAME_SPRINTF \ |
| 94 | sprintf (pty_name, "/dev/pty/tty%c%x", c, i); | 99 | sprintf (pty_name, "/dev/pty/tty%c%x", c, i); |