mirror of
https://github.com/apache/httpd.git
synced 2025-06-06 09:01:00 +03:00
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90808 13f79535-47bb-0310-9956-ffa450edef68
8 lines
160 B
Plaintext
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
|