X-Authentication-Warning: kendall.sfbr.org: jeffw set sender to jeffw AT darwin DOT sfbr DOT org using -f Date: Fri, 11 May 2001 09:41:48 -0500 From: JT Williams To: djgpp AT delorie DOT com Subject: #ifndef O_BINARY Message-ID: <20010511094148.F29774@kendall.sfbr.org> Mail-Followup-To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Reply-To: djgpp AT delorie DOT com What is the purpose of the following bit of preprocessor code from `dtou.c' and `utod.c'? Why would O_BINARY not already be defined? #ifndef O_BINARY #define O_BINARY 0 #endif -- TIA/jtw