Files
apache-http-server/os/unix/config.m4
Ryan Bloom 95f9ad5919 Use the correct macros in unix.h
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90808 13f79535-47bb-0310-9956-ffa450edef68
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