(OXTABS): Define as alias for XTABS.
authorUlrich Drepper <drepper@redhat.com>
Sat, 22 Mar 1997 04:09:37 +0000 (04:09 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 22 Mar 1997 04:09:37 +0000 (04:09 +0000)
sysdeps/unix/sysv/linux/alpha/termbits.h

index d0932c1..743bb3d 100644 (file)
@@ -112,6 +112,10 @@ struct termios
 #define   VT1  00200000
 #define XTABS  01000000 /* Hmm.. Linux/i386 considers this part of TABDLY.. */
 
+/* On Linux there is no OXTABS bit defined.  Take it as an alias for
+   XTABS.  */
+#define OXTABS XTABS
+
 /* c_cflag bit meaning */
 #define CBAUD  0000037
 #define  B0    0000000         /* hang up */