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...@locus.apache.org on 2000/12/30 21:05:40 UTC

cvs commit: httpd-2.0 hints.m4

dreid       00/12/30 12:05:40

  Modified:    .        hints.m4
  Log:
  Add BeOS to hints.m4.  This explains why I've been having to set the
  MPM via configure...
  
  Revision  Changes    Path
  1.2       +4 -0      httpd-2.0/hints.m4
  
  Index: hints.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/hints.m4,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- hints.m4	2000/11/28 21:31:51	1.1
  +++ hints.m4	2000/12/30 20:05:40	1.2
  @@ -45,6 +45,10 @@
       *-qnx)
           APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
   	;;
  +    *-beos*)
  +        APR_SETVAR(APACHE_MPM, [beos])
  +        APR_SETVAR(SINGLE_LISTEN_UNSERIALIZED_ACCEPT, [1])
  +        ;;
   esac
   APR_DOEXTRA
   ])