Date: Sun, 13 Oct 1996 14:46:59 -0400 Message-Id: <199610131846.OAA01652@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Sun, 13 Oct 1996 07:19:33 +0200 (IST)) Subject: Re: termios.h patch My copy of termios.h has these around line 126 (in the non-posix section) > *** include/termios.h~0 Tue Mar 21 09:04:36 1995 > --- include/termios.h Sun Oct 13 07:14:50 1996 > *************** > *** 40,45 **** > --- 40,47 ---- > #define PARMRK 0x00040000 > > #define OPOST 0x00000100 > + #define ONLCR 0x00000200 > + #define OCRNL 0x00000400 > > #define CLOCAL 0x00000100 > #define CREAD 0x00000200 >