martin      99/11/21 14:10:24

  Modified:    src/main http_main.c
  Log:
  Use APR's getopt
  
  Revision  Changes    Path
  1.21      +1 -0      apache-2.0/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/main/http_main.c,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- http_main.c       1999/11/18 23:07:21     1.20
  +++ http_main.c       1999/11/21 22:10:22     1.21
  @@ -61,6 +61,7 @@
   #include "http_log.h" 
   #include "http_config.h"
   #include "util_uri.h" 
  +#include "apr_getopt.h"
   #include "ap_mpm.h"
   
   const char *ap_server_argv0;
  
  
  

Reply via email to