1 Have the configure script look for rlim_t in <sys/resource.h>
3 That's where POSIX says it should be. Some libcs will include its
4 definition via <sys/types.h> as well, but musl doesn't.
6 Signed-off-by: Maarten ter Huurne <maarten@treewalker.org>
8 --- xinetd-2.3.15.orig/configure 2007-09-20 16:58:27.000000000 +0200
9 +++ xinetd-2.3.15/configure 2014-09-16 17:20:22.787665449 +0200
11 cat confdefs.h >>conftest.$ac_ext
12 cat >>conftest.$ac_ext <<_ACEOF
14 -#include <sys/types.h>
15 +#include <sys/resource.h>