You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@hyperreal.org on 2000/02/07 13:03:15 UTC

cvs commit: apache-2.0/src/modules/mpm/mpmt_beos Makefile.in config.m4 mpmt_beos.c

dreid       00/02/07 04:03:15

  Modified:    src/modules/mpm/mpmt_beos mpmt_beos.c
  Added:       src/modules/mpm/mpmt_beos Makefile.in config.m4
  Log:
  These changes allow BeOS to use the new buildconf configuration.
  
  Revision  Changes    Path
  1.14      +0 -1      apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c
  
  Index: mpmt_beos.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/mpm/mpmt_beos/mpmt_beos.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- mpmt_beos.c	1999/12/01 00:44:55	1.13
  +++ mpmt_beos.c	2000/02/07 12:02:59	1.14
  @@ -1213,7 +1213,6 @@
       ap_daemons_limit = HARD_SERVER_LIMIT;
       ap_threads_per_child = DEFAULT_THREADS_PER_CHILD;
       ap_pid_fname = DEFAULT_PIDLOG;
  -    ap_scoreboard_fname = DEFAULT_SCOREBOARD;
       ap_max_requests_per_child = DEFAULT_MAX_REQUESTS_PER_CHILD;
       ap_mpmt_beos_set_maintain_connection_status(1);
   
  
  
  
  1.1                  apache-2.0/src/modules/mpm/mpmt_beos/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  
  DEPTH     = ../../..
  topsrcdir = @topsrcdir@
  srcdir    = @srcdir@
  VPATH     = @srcdir@
  
  LTLIBRARY_NAME    = libmpmt_beos.la
  LTLIBRARY_SOURCES = mpmt_beos.c scoreboard.c acceptlock.c mutex.c poll.c
  
  include $(topsrcdir)/build/ltlib.mk
  
  
  
  1.1                  apache-2.0/src/modules/mpm/mpmt_beos/config.m4
  
  Index: config.m4
  ===================================================================
  dnl ## XXX - Need a more thorough check of the proper flags to use
  
  if test "$MPM_NAME" = "mpmt_beos" ; then
      ac_cv_enable_threads="yes"
      AC_CACHE_SAVE
  
      APACHE_FAST_OUTPUT(modules/mpm/$MPM_NAME/Makefile)
  fi