Date: Sun, 13 Oct 1996 07:19:33 +0200 (IST) From: Eli Zaretskii To: djgpp-workers AT delorie DOT com Subject: termios.h patch Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII The following two definitions are absent from . I needed them for the port of Texinfo 3.9. I don't know whether they are POSIX or not (it seems they are at least a de-facto standard, since Texinfo doesn't query for them during autoconfigure), so I put them with the rest. *** 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