You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2001/08/30 08:36:41 UTC

cvs commit: httpd-2.0/os/unix config.m4 unixd.h

rbb         01/08/29 23:36:41

  Modified:    os/unix  config.m4 unixd.h
  Log:
  Use the correct macros in unix.h
  
  Revision  Changes    Path
  1.8       +1 -1      httpd-2.0/os/unix/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/unix/config.m4,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- config.m4	2001/08/21 23:33:10	1.7
  +++ config.m4	2001/08/30 06:36:41	1.8
  @@ -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
  
  
  
  1.27      +1 -1      httpd-2.0/os/unix/unixd.h
  
  Index: unixd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/unix/unixd.h,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- unixd.h	2001/08/30 05:11:42	1.26
  +++ unixd.h	2001/08/30 06:36:41	1.27
  @@ -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