comparison src/s/hpux10-20.h @ 108273:de8de918fbab

Remove NEED_BSDTTY and NEED_UNISTD_H. * s/hpux10-20.h (NEED_BSDTTY): Remove. * s/aix4-2.h (NEED_UNISTD_H): Remove. * systty.h: Simplify conditionals for including <sys/bsdtty.h>, <sys/ptyio.h> and <unistd.h>.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 06 May 2010 12:46:47 -0700
parents 9f224ef51d16
children 8416c8d075e3
comparison
equal deleted inserted replaced
108272:87980e1e3597 108273:de8de918fbab
88 /* Some additional system facilities exist. */ 88 /* Some additional system facilities exist. */
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 92 #define UNEXEC unexhp9k800.o
93
94 /* Include the file bsdtty.h, since this machine has job control. */
95 #define NEED_BSDTTY
96 93
97 /* This is how to get the device name of the tty end of a pty. */ 94 /* This is how to get the device name of the tty end of a pty. */
98 #define PTY_TTY_NAME_SPRINTF \ 95 #define PTY_TTY_NAME_SPRINTF \
99 sprintf (pty_name, "/dev/pty/tty%c%x", c, i); 96 sprintf (pty_name, "/dev/pty/tty%c%x", c, i);
100 97