From: Ulrich Drepper Date: Sat, 22 Mar 1997 03:40:09 +0000 (+0000) Subject: Remove special case when OXTABS is not defined. Revert patch of X-Git-Tag: cvs/glibc-2_0_2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=438171b5ba20affc0713f3557dead973d19cafd1;p=thirdparty%2Fglibc.git Remove special case when OXTABS is not defined. Revert patch of Sun Dec 15 16:33:44 1996. --- diff --git a/termios/sys/ttydefaults.h b/termios/sys/ttydefaults.h index a615b3d6c6a..b0eaef8cbf9 100644 --- a/termios/sys/ttydefaults.h +++ b/termios/sys/ttydefaults.h @@ -48,11 +48,7 @@ * Defaults on "first" open. */ #define TTYDEF_IFLAG (BRKINT | ISTRIP | ICRNL | IMAXBEL | IXON | IXANY) -#ifdef OXTABS -#define TTYDEF_OFLAG (OPOST | ONLCR | OXTABS) -#else #define TTYDEF_OFLAG (OPOST | ONLCR | XTABS) -#endif #define TTYDEF_LFLAG (ECHO | ICANON | ISIG | IEXTEN | ECHOE|ECHOKE|ECHOCTL) #define TTYDEF_CFLAG (CREAD | CS7 | PARENB | HUPCL) #define TTYDEF_SPEED (B9600)