You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@locus.apache.org on 2000/03/13 21:47:09 UTC

cvs commit: apache-1.3/src/main http_config.c

stoddard    00/03/13 12:47:09

  Modified:    src/main http_config.c
  Log:
  Catching up on submitted patches to 1.3. Out of here real soon now :-)
  Get rid of annoying apache -l cruft.
  Submitted by:	Keith Wannamaker
  Reviewed by: Bill Stoddard
  
  Revision  Changes    Path
  1.152     +2 -0      apache-1.3/src/main/http_config.c
  
  Index: http_config.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_config.c,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- http_config.c	2000/03/01 09:13:37	1.151
  +++ http_config.c	2000/03/13 20:47:08	1.152
  @@ -1639,8 +1639,10 @@
       for (n = 0; ap_loaded_modules[n]; ++n) {
   	printf("  %s\n", ap_loaded_modules[n]->name);
       }
  +#ifndef WIN32
       printf("suexec: %s\n",
   	   ap_suexec_enabled
   	       ? "enabled; valid wrapper " SUEXEC_BIN
   	       : "disabled; invalid wrapper " SUEXEC_BIN);
  +#endif
   }