Message-Id: <199807060130.CAA05756@sable.ox.ac.uk> Comments: Authenticated sender is From: George Foot To: djgpp AT delorie DOT com Date: Mon, 6 Jul 1998 02:24:53 +0000 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Long Filenames - can they always be on? Reply-to: george DOT foot AT merton DOT oxford DOT ac DOT uk Precedence: bulk On 5 Jul 98 at 17:38, Matthew Conte wrote: > Hi, just a quick question (respond to group, email address is bogus)... It is not polite to give a false email address. > My program will recognize LFN's if LFN=y in the environment, but is there > any way to make it *always* recognize LFN's (unless the OS doesn't support > it) without having that environment variable set? In other words, can it be > handled at compile-time rather than run-time? Unless "LFN=n", djgpp programs will try to use long filenames. So your programs on normal Win95 machines should be able to use long filenames without the owner setting the environment variable. The reason you needed to do so on your system is that the normal `djgpp.env' has a line causing LFN to be set to `n', if it is not already set. -- george DOT foot AT merton DOT oxford DOT ac DOT uk