delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1996/10/13/01:22:53

Date: Sun, 13 Oct 1996 07:19:33 +0200 (IST)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
To: djgpp-workers AT delorie DOT com
Subject: termios.h patch
Message-Id: <Pine.SUN.3.91.961013071700.15117B@is>
Mime-Version: 1.0

The following two definitions are absent from <termios.h>.  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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019