You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2001/02/21 14:34:52 UTC

cvs commit: httpd-2.0/server main.c

martin      01/02/21 05:34:52

  Modified:    server   main.c
  Log:
  Display APACHE_MPM_DIR in the list of #defines, and
  remove the duplicate APR_HAS_MMAP test.
  
  Revision  Changes    Path
  1.93      +2 -2      httpd-2.0/server/main.c
  
  Index: main.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/main.c,v
  retrieving revision 1.92
  retrieving revision 1.93
  diff -u -u -r1.92 -r1.93
  --- main.c	2001/02/19 02:06:57	1.92
  +++ main.c	2001/02/21 13:34:51	1.93
  @@ -96,8 +96,8 @@
   #ifdef SECURITY_HOLE_PASS_AUTHORIZATION
       printf(" -D SECURITY_HOLE_PASS_AUTHORIZATION\n");
   #endif
  -#if APR_HAS_MMAP
  -    printf(" -D HAVE_MMAP\n");
  +#if APACHE_MPM_DIR
  +    printf(" -D APACHE_MPM_DIR=\"%s\"\n", APACHE_MPM_DIR);
   #endif
   #ifdef HAVE_SHMGET
       printf(" -D HAVE_SHMGET\n");