Andrey Slusar <anrays(a)gmail.com> writes:
Configure tests is not needed. From FreeBSD's sys/types.h:
,----
[...]
| #ifndef _RLIM_T_DECLARED
| typedef __rlim_t rlim_t; /* resource limit */
| #define _RLIM_T_DECLARED
| #endif
[...]
`----
QUERY
Do any other systems have this declaration? Neither my Linux system
nor my Solaris systems do.
- Vin