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...@locus.apache.org on 2000/06/13 03:08:20 UTC

cvs commit: apache-2.0/src/modules/mpm/prefork config.m4

rbb         00/06/12 18:08:20

  Modified:    src/modules/mpm/dexter config.m4
               src/modules/mpm/mpmt_pthread config.m4
               src/modules/mpm/prefork config.m4
  Log:
  Stop checking for Shared Memory.  This function is actually no longer
  defined by our autoconf setup, but I forgot to remove all of the calls
  to it.
  
  Revision  Changes    Path
  1.4       +0 -1      apache-2.0/src/modules/mpm/dexter/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/dexter/config.m4,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- config.m4	2000/01/11 13:11:04	1.3
  +++ config.m4	2000/06/13 01:08:19	1.4
  @@ -6,5 +6,4 @@
   
       APACHE_FAST_OUTPUT(modules/mpm/$MPM_NAME/Makefile)
       APACHE_MPM_PTHREAD
  -    APACHE_MPM_CHECK_SHMEM
   fi
  
  
  
  1.5       +0 -1      apache-2.0/src/modules/mpm/mpmt_pthread/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_pthread/config.m4,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.m4	2000/01/11 13:11:05	1.4
  +++ config.m4	2000/06/13 01:08:19	1.5
  @@ -7,7 +7,6 @@
       APACHE_FAST_OUTPUT(modules/mpm/$MPM_NAME/Makefile)
   
       APACHE_MPM_PTHREAD
  -    APACHE_MPM_CHECK_SHMEM
   
   dnl Obsolete scoreboard code uses this.
       AC_CHECK_HEADERS(sys/times.h)
  
  
  
  1.5       +0 -2      apache-2.0/src/modules/mpm/prefork/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/prefork/config.m4,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.m4	2000/01/11 13:11:06	1.4
  +++ config.m4	2000/06/13 01:08:20	1.5
  @@ -5,8 +5,6 @@
   
       APACHE_FAST_OUTPUT(modules/mpm/$MPM_NAME/Makefile)
   
  -    APACHE_MPM_CHECK_SHMEM
  -
   dnl Obsolete scoreboard code uses this.
       AC_CHECK_HEADERS(sys/times.h)
       AC_CHECK_FUNCS(times)