From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18826 invoked from network); 13 Aug 1998 11:05:10 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 13 Aug 1998 11:05:10 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id GAA21888; Thu, 13 Aug 1998 06:52:48 -0400 (EDT) Resent-Date: Thu, 13 Aug 1998 06:52:48 -0400 (EDT) Message-Id: <199808131055.MAA08436@hydra.ifh.de> X-Authentication-Warning: hydra.ifh.de: pws owned process doing -bs To: Jason Naughton , zsh-workers@math.gatech.edu (Zsh hackers list) Subject: Re: resource.h In-reply-to: "Jason Naughton"'s message of "Wed, 12 Aug 1998 12:43:55 MST." <199808121643.MAA17128@www.ee.ryerson.ca> Date: Thu, 13 Aug 1998 12:55:12 +0200 From: Peter Stephenson Resent-Message-ID: <"AeMHH.0.xL5._Liqr"@math> Resent-From: zsh-workers@math.gatech.edu X-Mailing-List: archive/latest/4306 X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu Jason Naughton wrote: > #ifndef _SYS_RESOURCE_H > #define _SYS_RESOURCE_H 1 > > #include > > /* Get the system-dependent definitions of structures and bit values. */ > #include Looks like your /usr/include/sys/resource.h doesn't have the actual RLIMIT_* definitions. The may be in one of the other included files. Could you grep for them and send the appropriate file (and we need its name, too)? They should look something like #define RLIMIT_CPU 0 /* cpu time in milliseconds */ and so on. If they can't be found we're in trouble. -- Peter Stephenson Tel: +39 50 844536 WWW: http://www.ifh.de/~pws/ Gruppo Teorico, Dipartimento di Fisica Piazza Torricelli 2, 56100 Pisa, Italy