Date: Sun, 21 Jul 1996 09:01:41 -0400 Message-Id: <199607211301.JAA28023@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: sandmann AT clio DOT rice DOT edu, djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Sun, 21 Jul 1996 11:16:10 +0200 (IST)) Subject: Re: find41b slow behaviour..... > As far as `_use_lfn' goes, shouldn't looking at LFN in the environment on > every call do the trick? It will make it a bit slower, but it is the > right thing IMHO (the bit in startup flag should override LFN value). I think once per startup and once after reading djgpp.env should be enough. We just need to make sure that it actually gets set right regardless of the combination of unexec, djgpp.env, and $LFN.