Commit 1cca6244 authored by Ryan Bloom's avatar Ryan Bloom
Browse files

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
parent f38b5bf2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
if test "$OS" = "unix" ; then
    APACHE_TYPE_RLIM_T

    AC_CHECK_HEADERS(sys/time.h sys/resource.h sys/sem.h)
    AC_CHECK_HEADERS(sys/time.h sys/resource.h sys/sem.h sys/ipc.h)

    AC_CHECK_FUNCS(setsid killpg)
fi
+1 −1
Original line number Diff line number Diff line
@@ -73,7 +73,7 @@

#include <pwd.h>
#include <grp.h>
#ifdef HAVE_SYS_TYPES_H
#ifdef APR_HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
#ifdef HAVE_SYS_IPC_H