1
0
Fork 0
apache2/os/unix/config.m4
Daniel Baumann 7263481e48
Adding upstream version 2.4.63.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 11:01:26 +02:00

7 lines
160 B
Text

if test "$OS" = "unix" ; then
APACHE_TYPE_RLIM_T
AC_CHECK_HEADERS(sys/time.h sys/resource.h sys/sem.h sys/ipc.h)
AC_CHECK_FUNCS(setsid killpg)
fi