Mercurial > emacs
changeset 5968:2c31582df670
(EMACS_TTY_TABS_OK): Alternate definition if no TABDLY.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 17 Feb 1994 03:21:36 +0000 |
parents | ac268a6d91d6 |
children | 999daf5b65b6 |
files | src/systty.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/systty.h Thu Feb 17 03:20:17 1994 +0000 +++ b/src/systty.h Thu Feb 17 03:21:36 1994 +0000 @@ -391,7 +391,11 @@ #ifdef HAVE_TERMIOS +#ifdef TABDLY #define EMACS_TTY_TABS_OK(p) (((p)->main.c_oflag & TABDLY) != TAB3) +#else +#define EMACS_TTY_TABS_OK(p) 1 +#endif #else /* not def HAVE_TERMIOS */ #ifdef HAVE_TERMIO