diff options
| author | Jim Blandy | 1992-04-24 08:11:54 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-04-24 08:11:54 +0000 |
| commit | 4746118aca2d5cbdd054b4af4814d56550dfbc79 (patch) | |
| tree | 370e07c6950794f936bc8d434cb0560d883e4a0b /src/s | |
| parent | d4327fecc103493bc8275c3580b05c06c9fcc019 (diff) | |
| download | emacs-4746118aca2d5cbdd054b4af4814d56550dfbc79.tar.gz emacs-4746118aca2d5cbdd054b4af4814d56550dfbc79.zip | |
*** empty log message ***
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/hpux.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/s/hpux.h b/src/s/hpux.h index 33de0875602..e146501004c 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -228,6 +228,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 228 | #define HAVE_GETTIMEOFDAY | 228 | #define HAVE_GETTIMEOFDAY |
| 229 | #define HAVE_VFORK | 229 | #define HAVE_VFORK |
| 230 | #define HAVE_PERROR /* Delete this line for version 6. */ | 230 | #define HAVE_PERROR /* Delete this line for version 6. */ |
| 231 | #define HAVE_RENAME | ||
| 231 | 232 | ||
| 232 | /* The following maps shared exec file to demand loaded exec. | 233 | /* The following maps shared exec file to demand loaded exec. |
| 233 | Don't do this as demand loaded exec is broken in hpux. */ | 234 | Don't do this as demand loaded exec is broken in hpux. */ |
| @@ -253,8 +254,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 253 | 254 | ||
| 254 | /* This is how to get the device name of the tty end of a pty. */ | 255 | /* This is how to get the device name of the tty end of a pty. */ |
| 255 | #define PTY_TTY_NAME_SPRINTF \ | 256 | #define PTY_TTY_NAME_SPRINTF \ |
| 256 | sprintf (ptyname, "/dev/pty/tty%c%x", c, i); | 257 | sprintf (pty_name, "/dev/pty/tty%c%x", c, i); |
| 257 | 258 | ||
| 258 | /* This is how to get the device name of the control end of a pty. */ | 259 | /* This is how to get the device name of the control end of a pty. */ |
| 259 | #define PTY_NAME_SPRINTF \ | 260 | #define PTY_NAME_SPRINTF \ |
| 260 | sprintf (ptyname, "/dev/ptym/pty%c%x", c, i); | 261 | sprintf (pty_name, "/dev/ptym/pty%c%x", c, i); |