From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9697 invoked from network); 3 Aug 2000 14:53:41 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 3 Aug 2000 14:53:41 -0000 Received: (qmail 16351 invoked by alias); 3 Aug 2000 14:53:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12511 Received: (qmail 16344 invoked from network); 3 Aug 2000 14:53:31 -0000 Date: Thu, 3 Aug 2000 10:53:23 -0400 From: Clint Adams To: Clint Adams Cc: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: Re: completion problem with filename including # (and pathmax stuff) Message-ID: <20000803105323.A16925@dman.com> References: <200008031330.PAA22832@beta.informatik.hu-berlin.de> <20000803103809.A16681@dman.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/1.1.2i In-Reply-To: <20000803103809.A16681@dman.com>; from schizo@debian.org on Thu, Aug 03, 2000 at 10:38:09AM -0400 > I tested this, and it worked fine. Perhaps this means that glibc 2.1.3 is Yup, this is the relevant code in pathconf(). case _PC_PATH_MAX: #ifdef PATH_MAX return PATH_MAX; #else return -1; #endif