2013/10/3 Antoine Jacoutot:

> What is usually done in the ports tree depending on the context and the code 
> is:
> (from memory)
>
> #if defined (RLIMIT_AS)
>    setrlimit (RLIMIT_AS, ...);
> #endif
>
> OR
>
> #ifndef (RLIMIT_AS)
> #  define RLIMIT_AS RLIMIT_DATA
> #endif

Thanks!

-- 
Regards,
niXman

Reply via email to