From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25732 invoked from network); 9 Feb 2003 17:29:41 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 9 Feb 2003 17:29:41 -0000 Received: (qmail 24827 invoked by alias); 9 Feb 2003 17:29:30 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 18212 Received: (qmail 24816 invoked from network); 9 Feb 2003 17:29:29 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 9 Feb 2003 17:29:29 -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 17:29:29 -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 h19HTDRe023169 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK); Sun, 9 Feb 2003 12:29:13 -0500 Received: (from clint@localhost) by acolyte.scowler.net (8.12.6/8.12.6/Debian-7) id h19HTCui023167; Sun, 9 Feb 2003 12:29:12 -0500 X-Authentication-Warning: acolyte.scowler.net: clint set sender to clint@zsh.org using -f Date: Sun, 9 Feb 2003 12:29:12 -0500 From: Clint Adams To: Bart Schaefer Cc: zsh-workers@sunsite.dk Subject: Re: PATCH: maxfilelocks in ulimit output Message-ID: <20030209172912.GA23134@scowler.net> References: <20030209010655.GA10509@dman.com> <20030209014102.GA15743@scowler.net> <1030209022500.ZM28201@candle.brasslantern.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1030209022500.ZM28201@candle.brasslantern.com> User-Agent: Mutt/1.4i > If you figure it out, I'd love to know. GNU cpp 3.2 info says: * Identifiers that are not macros, which are all considered to be the number zero. This allows you to write `#if MACRO' instead of `#ifdef MACRO', if you know that MACRO, when defined, will always have a nonzero value. Function-like macros used without their function call parentheses are also treated as zero. Seems that it's treating RLIMIT_AS and RLIMIT_RSS as "identifiers", because they compare equally in the #if.