On Fri, 19 Oct 2001, Stas Bekman wrote:

> cleaning up my mailbox...
> 
> Ask had a problem with missing HZ constant on ?BSD, so should this patch 
> go in?

sure, +1.  it's only for trace info, so it can't really break anything.
although just to be safe, that should probably be:

#ifdef HZ
#   define MP_HZ HZ
#else
#   define MP_HZ 100
#endif

and change HZ usage in modperl_time.h to MP_HZ



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to