Date: Sun, 11 Apr 1999 14:19:13 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Martin Str|mberg cc: pavenis AT lanet DOT lv, DJGPP-WORKERS Subject: Re: TMPDIR=g: for gcc In-Reply-To: <199904101723.TAA12672@father.ludd.luth.se> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 10 Apr 1999, Martin Str|mberg wrote: > I'm not sure how to add such DJGPP specific thing as "#include " I don't see any reason why you would need dir.h at all. If it's because of MAXPATH, just use FILENAME_MAX instead: it's ANSI and should be in stdio.h.