Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
patch for RLIM size in configure.in
- X-seq: zsh-workers 2742
- From: gwing@xxxxxxxxxxxxxxx
- To: zsh-workers@xxxxxxxxxxxxxxx (zsh-workers)
- Subject: patch for RLIM size in configure.in
- Date: Wed, 8 Jan 1997 15:18:29 +1100 (EST)
- Cc: hzoli@xxxxxxxxxx (Zoltan Hidvegi)
Heyla,
my system (NetBSD) needs this patch to correctly determine the size of
RLIM_T . You need to run autoconf after applying to regenerate "configure"
*** configure.in.org	Wed Jan  8 15:11:31 1997
--- configure.in	Wed Jan  8 15:11:31 1997
***************
*** 526,531 ****
--- 526,532 ----
  AC_CACHE_CHECK(if rlim_t is quad_t,
  zsh_cv_rlim_t_is_quad_t,
  [AC_TRY_RUN([
+ #include <sys/time.h>
  #include <sys/resource.h>
  main(){struct rlimit r;exit(sizeof(r.rlim_cur) <= sizeof(long));}],
  zsh_cv_rlim_t_is_quad_t=yes,
-- 
Geoff Wing [gwing@xxxxxxxxxxxxxxx]   Technical Manager
  Phone    : +61-3-9818 2977	     PrimeNet - Internet Consultancy
  Facsimile: +61-3-9819 3788	     Web : <URL:http://www.primenet.com.au/>
  Mobile   : 0412 162 441
Messages sorted by:
Reverse Date,
Date,
Thread,
Author