Date: Tue, 31 May 94 14:40:31 -0400 From: dj AT ctron DOT com (DJ Delorie) To: leisner AT sdsp DOT mc DOT xerox DOT com Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: is sys/stat.h right? > Is there a way to support S_ISFIFO on dos? If not, it > shouldn't be in the file... S_ISFIFO is supported. djgpp knows about the existance of fifos. It just can't create any (the macro always returns "no"). Too many things break if you take out these defines.