You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by di...@apache.org on 2002/07/16 15:21:11 UTC

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

dirkx       2002/07/16 06:21:11

  Modified:    src/main http_main.c
  Log:
  Scratching an old itch. Rather than cause a WARNING: in the log
  with the value at startup - have a method to find the value without
  actually really running it (or binding ot ports, touching logs, etc).
  
  Revision  Changes    Path
  1.589     +1 -0      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.588
  retrieving revision 1.589
  diff -u -r1.588 -r1.589
  --- http_main.c	8 Jul 2002 18:06:55 -0000	1.588
  +++ http_main.c	16 Jul 2002 13:21:10 -0000	1.589
  @@ -4082,6 +4082,7 @@
   	printf(" -D PIPE_BUF=%ld\n",(long)PIPE_BUF);
   #endif
   #endif
  +    printf(" -D HARD_SERVER_LIMIT=%ld\n",(long)HARD_SERVER_LIMIT);
   #ifdef MULTITHREAD
       printf(" -D MULTITHREAD\n");
   #endif