Date: Mon, 6 Oct 1997 16:18:21 +0200 (IST) From: Eli Zaretskii To: Erik Post cc: djgpp AT delorie DOT com Subject: Re: Can't find header files In-Reply-To: <617v3l$7ht@dinkel.civ.utwente.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Sun, 5 Oct 1997, Erik Post wrote: > I wouldn't recommend setting LFN=y in a NT setup, because NT doesn't support > the LFN API (under DOS) like win95 does. IMHO, LFN should be always set to "y". The startup code tests for availability of LFN functions even when LFN=y, and won't use the LFN API if it is not available (like on DOS or NT). So it should do no harm setting it to "y" in all environments. In fact, the next DJGPP release will set LFN=y in the distributed DJGPP.ENV.