X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 24 Mar 2009 18:27:33 -0400 Message-Id: <200903242227.n2OMRX3j029051@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <0KH100CJT7JOE5E0@mta4.srv.hcvlny.cv.net> (message from Ethan Rosenberg on Tue, 24 Mar 2009 18:23:37 -0400) Subject: Re: DJGPP Setup? References: <0KGZ00GQ8UBIYMM0 AT mta4 DOT srv DOT hcvlny DOT cv DOT net> <0KH0008ZTYD2KCK1 AT mta2 DOT srv DOT hcvlny DOT cv DOT net> <0KH100CJT7JOE5E0 AT mta4 DOT srv DOT hcvlny DOT cv DOT net> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > This is the code to which I refer - > > /* See if we need to expand the tables. Check this BEFORE it might fail, That code is in djgpp's C library, and it gets called automatically when the file limit is about to be reached. You don't need to compile that yourself.