pb compiling on HP-UX
Russ Allbery
rra at stanford.edu
Sun Dec 5 00:40:40 UTC 1999
Defdef <defdef at informaticien.net> writes:
> The need of _KERNEL is for the defines RLIM* that are defined in
> sys/ressource.h when _KERNEL existing. Maybe another way to declare it
> existing.
I've instead gone the other route and protected the uses of RLIMIT_DATA
and RLIMIT_STACK in startinnfeed with #ifdef/#endif blocks. That means
that on those platforms that don't define those values by default,
startinnfeed won't increase the resource limits, but in general that
shouldn't be a problem.
--
Russ Allbery (rra at stanford.edu) <URL:http://www.eyrie.org/~eagle/>
More information about the inn-workers
mailing list