From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28073 invoked from network); 9 Feb 2003 22:45:22 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Feb 2003 22:45:22 -0000 Received: (qmail 15788 invoked by alias); 9 Feb 2003 22:45:13 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18213 Received: (qmail 15781 invoked from network); 9 Feb 2003 22:45:13 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 Feb 2003 22:45:13 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [207.99.30.4] by sunsite.dk (MessageWall 1.0.8) with SMTP; 9 Feb 2003 22:45:12 -0000 Received: from acolyte.scowler.net (localhost [127.0.0.1]) by acolyte.scowler.net (8.12.6/8.12.6/Debian-7) with ESMTP id h19Mj7Re026041 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 9 Feb 2003 17:45:07 -0500 Received: (from clint@localhost) by acolyte.scowler.net (8.12.6/8.12.6/Debian-7) id h19Mj6ne026039; Sun, 9 Feb 2003 17:45:06 -0500 X-Authentication-Warning: acolyte.scowler.net: clint set sender to clint@zsh.org using -f Date: Sun, 9 Feb 2003 17:45:06 -0500 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: maxfilelocks in ulimit output Message-ID: <20030209224506.GA25964@scowler.net> References: <20030209010655.GA10509@dman.com> <20030209014102.GA15743@scowler.net> <1030209022500.ZM28201@candle.brasslantern.com> <20030209172912.GA23134@scowler.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030209172912.GA23134@scowler.net> User-Agent: Mutt/1.4i > Seems that it's treating RLIMIT_AS and RLIMIT_RSS as > "identifiers", because they compare equally in the #if. I'm told that it's impossible to do a preprocessor compare because of the enum. So to get this to work we'd need to remove something to configure or elsewhere.