Date: Thu, 20 Jan 2000 08:40:28 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Mumit Khan cc: Nate Eldredge , djgpp-workers AT delorie DOT com Subject: Re: (patch) updated protoize patch In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 19 Jan 2000, Mumit Khan wrote: > I agree, especially on systems that support pathconf(). Unfortunately, > it tells you nothing about how many "."s you can have, so you'll still > need __MSDOS__/__DJGPP__ and so on. It does, albeit indirectly: no other filesystem in the world but DOS returns 12, so if it returns 12, you know only one dot is allowed. > I'm done with what I had intended to do for protoize, at least for now. Thanks!