]> granicus.if.org Git - apache/commitdiff
Use the correct macros in unix.h
authorRyan Bloom <rbb@apache.org>
Thu, 30 Aug 2001 06:36:41 +0000 (06:36 +0000)
committerRyan Bloom <rbb@apache.org>
Thu, 30 Aug 2001 06:36:41 +0000 (06:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90808 13f79535-47bb-0310-9956-ffa450edef68

os/unix/config.m4
os/unix/unixd.h

index 19abe6ae11e204b9e49947844456fd431a9a4236..dacbf6b5398094ad1a1d2cfc9d4861cffcef2fe0 100644 (file)
@@ -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
index e81b0970b1860b31223288b949351ba03024af17..e171f2b26192079ad1fcfa5cd52b1f19ddaf2ed4 100644 (file)
@@ -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