Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: 3.0 pre 2



>  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     *




Messages sorted by: Reverse Date, Date, Thread, Author