zsh-workers
 help / color / mirror / code / Atom feed
* 3.0 pre 2
@ 1996-07-05 13:33 gene
  1996-07-05 21:22 ` Zoltan Hidvegi
  0 siblings, 1 reply; 2+ messages in thread
From: gene @ 1996-07-05 13:33 UTC (permalink / raw)
  To: zsh-workers

 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



Gene
gene@bear.com

--
*******************************************************************************
Bear Stearns is not responsible for any recommendation, solicitation, offer or
agreement or any information about any transaction, customer account or account
activity contained in this communication.
*******************************************************************************



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 3.0 pre 2
  1996-07-05 13:33 3.0 pre 2 gene
@ 1996-07-05 21:22 ` Zoltan Hidvegi
  0 siblings, 0 replies; 2+ messages in thread
From: Zoltan Hidvegi @ 1996-07-05 21:22 UTC (permalink / raw)
  To: gene; +Cc: zsh-workers

>  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 <sys/resource.h>
! # 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 <sys/resource.h> but made visible     *
--- 350,356 ----
  
  #ifdef HAVE_SYS_RESOURCE_H
  # include <sys/resource.h>
! # 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 <sys/resource.h> but made visible     *



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1996-07-05 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1996-07-05 13:33 3.0 pre 2 gene
1996-07-05 21:22 ` Zoltan Hidvegi

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).