From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Sun, 17 Jun 2001 11:38:52 -0400 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: sysconf addition Message-ID: <3B2C96CC.11692.5D8D67@localhost> In-reply-to: <9003-Sun17Jun2001180932+0300-eliz@is.elta.co.il> References: <3B2C8373 DOT 13286 DOT 11F8C5 AT localhost> (snowball3 AT bigfoot DOT com) X-mailer: Pegasus Mail for Win32 (v3.12c) 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 > > + #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. If I change it to 1, then is good to go? Mark