posix has HUPCL
authorMike Karels <karels@ucbvax.Berkeley.EDU>
Mon, 17 Dec 1990 02:59:33 +0000 (18:59 -0800)
committerMike Karels <karels@ucbvax.Berkeley.EDU>
Mon, 17 Dec 1990 02:59:33 +0000 (18:59 -0800)
SCCS-vsn: sys/sys/termios.h 7.19

usr/src/sys/sys/termios.h

index 81db95b..c88c57c 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)termios.h   7.18 (Berkeley) %G%
+ *     @(#)termios.h   7.19 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 #define CREAD          0x00000800      /* enable receiver */
 #define PARENB         0x00001000      /* parity enable */
 #define PARODD         0x00002000      /* odd parity, else even */
 #define CREAD          0x00000800      /* enable receiver */
 #define PARENB         0x00001000      /* parity enable */
 #define PARODD         0x00002000      /* odd parity, else even */
-#ifndef _POSIX_SOURCE
 #define HUPCL          0x00004000      /* hang up on last close */
 #define HUPCL          0x00004000      /* hang up on last close */
-#endif
 #define CLOCAL         0x00008000      /* ignore modem status lines */
 #ifndef _POSIX_SOURCE
 #define CCTS_OFLOW     0x00010000      /* CTS flow control of output */
 #define CLOCAL         0x00008000      /* ignore modem status lines */
 #ifndef _POSIX_SOURCE
 #define CCTS_OFLOW     0x00010000      /* CTS flow control of output */