Remove HAVE_TERMIOS definitions.
* src/s/usg5-4-common.h (HAVE_TERMIOS): * src/s/template.h (HAVE_TERMIOS): * src/s/gnu-linux.h (HAVE_TERMIOS): * src/s/darwin.h (HAVE_TERMIOS): * src/s/cygwin.h (HAVE_TERMIOS): * src/s/bsd-common.h (HAVE_TERMIOS): * src/s/aix4-2.h (HAVE_TERMIOS): * src/s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed defined on all non-MS platforms. (HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
This commit is contained in:
parent
15f844ac1f
commit
6553950651
9 changed files with 12 additions and 51 deletions
|
@ -1,5 +1,17 @@
|
|||
2010-09-20 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
Remove HAVE_TERMIOS definitions.
|
||||
* s/usg5-4-common.h (HAVE_TERMIOS):
|
||||
* s/template.h (HAVE_TERMIOS):
|
||||
* s/gnu-linux.h (HAVE_TERMIOS):
|
||||
* s/darwin.h (HAVE_TERMIOS):
|
||||
* s/cygwin.h (HAVE_TERMIOS):
|
||||
* s/bsd-common.h (HAVE_TERMIOS):
|
||||
* s/aix4-2.h (HAVE_TERMIOS):
|
||||
* s/hpux10-20.h (HAVE_TERMIOS): Do not define, it is assumed
|
||||
defined on all non-MS platforms.
|
||||
(HAVE_PSTAT_GETDYNAMIC): Do not define, autoconf does it.
|
||||
|
||||
* xterm.c (xt_action_hook): Use const.
|
||||
|
||||
2010-09-20 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
|
|
@ -37,10 +37,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptc");
|
||||
#define PTY_TTY_NAME_SPRINTF strcpy (pty_name, ttyname (fd));
|
||||
|
||||
/* Define HAVE_TERMIO if the system provides sysV-style ioctls
|
||||
for terminal control. */
|
||||
#define HAVE_TERMIOS
|
||||
|
||||
/* Define HAVE_PTYS if the system supports pty devices. */
|
||||
#define HAVE_PTYS
|
||||
|
||||
|
|
|
@ -42,7 +42,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
#undef KERNEL_FILE
|
||||
#undef LDAV_SYMBOL
|
||||
|
||||
#define HAVE_TERMIOS
|
||||
#define NO_TERMIO
|
||||
|
||||
/* If the system's imake configuration file defines `NeedWidePrototypes'
|
||||
|
|
|
@ -45,16 +45,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
through a pipe. */
|
||||
#undef INTERRUPT_INPUT
|
||||
|
||||
/* Define HAVE_TERMIOS if the system provides POSIX-style
|
||||
functions and macros for terminal control.
|
||||
|
||||
Define HAVE_TERMIO if the system provides sysV-style ioctls
|
||||
for terminal control.
|
||||
|
||||
Do not define both. HAVE_TERMIOS is preferred, if it is
|
||||
supported on your system. */
|
||||
#define HAVE_TERMIOS
|
||||
|
||||
/* Define HAVE_PTYS if the system supports pty devices. */
|
||||
#define HAVE_PTYS
|
||||
#define PTY_ITERATION for (i = 0; i < 1; i++) /* ick */
|
||||
|
|
|
@ -63,15 +63,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
if system supports pty's. 'a' means it is /dev/ptya0 */
|
||||
#define FIRST_PTY_LETTER 'p'
|
||||
|
||||
/* Define HAVE_TERMIOS if the system provides POSIX-style
|
||||
functions and macros for terminal control.
|
||||
|
||||
Define HAVE_TERMIO if the system provides sysV-style ioctls
|
||||
for terminal control.
|
||||
|
||||
Do not define both. HAVE_TERMIOS is preferred, if it is supported
|
||||
on your system. */
|
||||
#define HAVE_TERMIOS
|
||||
#define NO_TERMIO
|
||||
|
||||
/* Define HAVE_PTYS if the system supports pty devices.
|
||||
|
|
|
@ -80,10 +80,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
#endif /* not HAVE_GRANTPT */
|
||||
|
||||
/* Define HAVE_TERMIOS if the system provides POSIX-style
|
||||
functions and macros for terminal control. */
|
||||
#define HAVE_TERMIOS
|
||||
|
||||
/* Define HAVE_PTYS if the system supports pty devices. */
|
||||
#define HAVE_PTYS
|
||||
|
||||
|
|
|
@ -35,11 +35,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
if system supports pty's. 'p' means it is /dev/ptym/ptyp0 */
|
||||
#define FIRST_PTY_LETTER 'p'
|
||||
|
||||
#define HAVE_TERMIOS
|
||||
#define NO_TERMIO
|
||||
|
||||
#define ORDINARY_LINK
|
||||
|
||||
/* Define HAVE_PTYS if the system supports pty devices. */
|
||||
#define HAVE_PTYS
|
||||
|
||||
|
@ -78,9 +75,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
HP-UX 10.20, and that it works for HP-UX 0 as well. */
|
||||
#define NO_EDITRES
|
||||
|
||||
/* Tested in getloadavg.c. */
|
||||
#define HAVE_PSTAT_GETDYNAMIC
|
||||
|
||||
/* Eric Backus <ericb@lsid.hp.com> says, HP-UX 9.x on HP 700 machines
|
||||
has a broken `rint' in some library versions including math library
|
||||
version number A.09.05.
|
||||
|
|
|
@ -63,18 +63,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
if system supports pty's. 'a' means it is /dev/ptya0. */
|
||||
#define FIRST_PTY_LETTER 'a'
|
||||
|
||||
/* Define HAVE_TERMIOS if the system provides POSIX-style
|
||||
functions and macros for terminal control.
|
||||
|
||||
Define HAVE_TERMIO if the system provides sysV-style ioctls
|
||||
for terminal control.
|
||||
|
||||
Do not define both. HAVE_TERMIOS is preferred, if it is
|
||||
supported on your system. */
|
||||
|
||||
#define HAVE_TERMIOS
|
||||
/* #define HAVE_TERMIO */
|
||||
|
||||
/* Define HAVE_PTYS if the system supports pty devices. */
|
||||
#define HAVE_PTYS
|
||||
|
||||
|
|
|
@ -31,10 +31,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
It sets the Lisp variable system-type. */
|
||||
#define SYSTEM_TYPE "usg-unix-v"
|
||||
|
||||
/* Define HAVE_TERMIO if the system provides sysV-style ioctls
|
||||
for terminal control. */
|
||||
#define HAVE_TERMIO
|
||||
|
||||
/* The file containing the kernel's symbol table is called /unix. */
|
||||
#define KERNEL_FILE "/unix"
|
||||
|
||||
|
@ -78,7 +74,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
/* Define HAVE_PTYS if the system supports pty devices. */
|
||||
#define HAVE_PTYS
|
||||
#define HAVE_TERMIOS
|
||||
|
||||
/* It is possible to receive SIGCHLD when there are no children
|
||||
waiting, because a previous waitsys(2) cleaned up the carcass of child
|
||||
|
|
Loading…
Add table
Reference in a new issue