From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from euclid.skiles.gatech.edu (list@euclid.skiles.gatech.edu [130.207.146.50]) by melb.werple.net.au (8.7.5/8.7.3/2) with ESMTP id HAA29874 for ; Sat, 6 Jul 1996 07:31:00 +1000 (EST) Received: (from list@localhost) by euclid.skiles.gatech.edu (8.7.3/8.7.3) id RAA10266; Fri, 5 Jul 1996 17:22:18 -0400 (EDT) Resent-Date: Fri, 5 Jul 1996 17:22:18 -0400 (EDT) From: Zoltan Hidvegi Message-Id: <199607052122.XAA08845@bolyai.cs.elte.hu> Subject: Re: 3.0 pre 2 To: gene@bear.com Date: Fri, 5 Jul 1996 23:22:03 +0200 (MET DST) Cc: zsh-workers@math.gatech.edu In-Reply-To: <9607051333.AA25111@bear.com> from "gene@bear.com" at "Jul 5, 96 09:33:22 am" Organization: Dept. of Comp. Sci., Eotvos University, Budapest, Hungary Phone: (36 1)2669833 ext: 2667, home phone: (36 1) 2752368 X-Mailer: ELM [version 2.4ME+ PL16 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Resent-Message-ID: <"ywZc53.0.KW2.9UOtn"@euclid> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/1533 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu > Fails to Compile : > > HP-UX A.09.01 A 9000/735 > > cpp: "builtin.c", line 3596: error 4062: there are some unknown limits. Fix > me! > *** Error code 1 Here is the fix. Zoltan *** Src/system.h 1996/07/01 18:22:26 2.5 --- Src/system.h 1996/07/05 21:18:09 *************** *** 350,356 **** #ifdef HAVE_SYS_RESOURCE_H # include ! # if defined(__hpux) && !defined(RLIM_NLIMITS) /* HPUX does have the BSD rlimits in the kernel. Officially they are * * unsupported but quite a few of them like RLIMIT_CORE seem to work. * * All the following are in the but made visible * --- 350,356 ---- #ifdef HAVE_SYS_RESOURCE_H # include ! # if defined(__hpux) && !defined(RLIMIT_CPU) /* HPUX does have the BSD rlimits in the kernel. Officially they are * * unsupported but quite a few of them like RLIMIT_CORE seem to work. * * All the following are in the but made visible *