# HG changeset patch # User Richard M. Stallman # Date 753355517 0 # Node ID 6a3e9555cee3f2c3be4189a97d642a44d15af61f # Parent 0556b068e9ee4aeb7bab7b5d559ec7ced586f549 [BSD_TERMIOS]: Under NL0, NL1..., ECHO, NOFLSH, TOSTOP, FLUSHO and PENDIN. diff -r 0556b068e9ee -r 6a3e9555cee3 src/systty.h --- a/src/systty.h Mon Nov 15 09:23:34 1993 +0000 +++ b/src/systty.h Mon Nov 15 09:25:17 1993 +0000 @@ -20,6 +20,30 @@ #ifdef HAVE_TERMIOS #define HAVE_TCATTR #endif + +/* If we defined these before and we are about to redefine them, + prevent alarming warnings. */ +#ifdef BSD_TERMIOS +#undef NL0 +#undef NL1 +#undef CR0 +#undef CR1 +#undef CR2 +#undef CR3 +#undef TAB0 +#undef TAB1 +#undef TAB2 +#undef XTABS +#undef BS0 +#undef BS1 +#undef FF0 +#undef FF1 +#undef ECHO +#undef NOFLSH +#undef TOSTOP +#undef FLUSHO +#undef PENDIN +#endif /* Include the proper files. */ #ifdef HAVE_TERMIO