1
0
mirror of https://github.com/apache/httpd.git synced 2025-06-06 09:01:00 +03:00
apache/os/unix/config.m4
2001-08-30 06:36:41 +00:00

8 lines
160 B
Plaintext

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