Date: Wed, 25 Sep 1996 08:19:08 +0200 (IST) From: Eli Zaretskii To: El GrinGo Cc: djgpp AT delorie DOT com Subject: Re: some headers that don't exist in djgpp In-Reply-To: <526o02$oj6@watnews2.watson.ibm.com> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 23 Sep 1996, El GrinGo wrote: > I have some programs i made for Linux that unfortunatly, i can't compile for > dos using dgjpp (because of many ioctl() functions, termios stuffs used to > control the serial line linked to a modem...etc). I didn'tfound those things > in the include/libraries. I wonder if there is an extension someone is working > on it, or anything to could avoid me rewrite some part of the code ? Check out the filesystem extensions feature of DJGPP (it's in the libc on-line reference docs). It should be quite easy to add what you need using it. > Btw, emx has ioctl.h and termios.h. Which is quiet good for portability... Nothing in DJGPP gets done without somebody who has enough motivation and resources to sit down and make it happen. I'm sure you will get a lot of approval if you submit ioctl and termios for DJGPP.