Date: Tue, 10 Mar 1998 10:33:49 +0200 (IST) From: Eli Zaretskii To: Nate Eldredge cc: "Salvador Eduardo Tropea (SET)" , djgpp-workers AT delorie DOT com Subject: Re: errno constants in In-Reply-To: <199803100141.RAA17246@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 9 Mar 1998, Nate Eldredge wrote: > I understood the suggestion not to be changing the `errno' macros, but > rather their actual values. i.e. say > > #define EEXIST 123 > > if 123 is DOS's error code for "file exists". This is a compile-time feature. I think the suggestion was to have a *variable* to choose between the two semantics. I understood that as a request for a run-time feature.