From: Ryan Bloom Date: Thu, 30 Aug 2001 06:36:41 +0000 (+0000) Subject: Use the correct macros in unix.h X-Git-Tag: 2.0.26~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95f9ad59193d970118d6e652fe3435d9c6f8492c;p=apache 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 --- diff --git a/os/unix/config.m4 b/os/unix/config.m4 index 19abe6ae11..dacbf6b539 100644 --- a/os/unix/config.m4 +++ b/os/unix/config.m4 @@ -1,7 +1,7 @@ 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 diff --git a/os/unix/unixd.h b/os/unix/unixd.h index e81b0970b1..e171f2b261 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -73,7 +73,7 @@ #include #include -#ifdef HAVE_SYS_TYPES_H +#ifdef APR_HAVE_SYS_TYPES_H #include #endif #ifdef HAVE_SYS_IPC_H