Date: Mon, 18 Jun 2001 09:59:28 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: "Mark E." cc: djgpp-workers AT delorie DOT com Subject: Re: sysconf addition In-Reply-To: <3B2C96CC.11692.5D8D67@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 17 Jun 2001, Mark E. wrote: > > > + #define _POSIX_V6_ILP32_OFF32 0 > > > > Shouldn't this be a positive number (e.g., 1)? > > My understanding is that anything other than -1 means it's supported. AFAIU, zero means ``check again at run time''. But since at run time you also return zero, I don't know what the application which uses that will make of it. Probably ``currently unavailable, but come back and check later'' or something. That is not what we want, I think. > If I change it to 1, then is good to go? Yes, I think so. Can someone else please glance at the Posix draft and see if I understand what it says correctly?