comparison src/systty.h @ 5026:6a3e9555cee3

[BSD_TERMIOS]: Under NL0, NL1..., ECHO, NOFLSH, TOSTOP, FLUSHO and PENDIN.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 1993 09:25:17 +0000
parents afa76fe24878
children de089ed6966f
comparison
equal deleted inserted replaced
5025:0556b068e9ee 5026:6a3e9555cee3
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 #ifdef HAVE_TERMIOS 20 #ifdef HAVE_TERMIOS
21 #define HAVE_TCATTR 21 #define HAVE_TCATTR
22 #endif
23
24 /* If we defined these before and we are about to redefine them,
25 prevent alarming warnings. */
26 #ifdef BSD_TERMIOS
27 #undef NL0
28 #undef NL1
29 #undef CR0
30 #undef CR1
31 #undef CR2
32 #undef CR3
33 #undef TAB0
34 #undef TAB1
35 #undef TAB2
36 #undef XTABS
37 #undef BS0
38 #undef BS1
39 #undef FF0
40 #undef FF1
41 #undef ECHO
42 #undef NOFLSH
43 #undef TOSTOP
44 #undef FLUSHO
45 #undef PENDIN
22 #endif 46 #endif
23 47
24 /* Include the proper files. */ 48 /* Include the proper files. */
25 #ifdef HAVE_TERMIO 49 #ifdef HAVE_TERMIO
26 #ifdef __DGUX 50 #ifdef __DGUX