dgaudet     97/08/25 01:24:16

  Modified:    src/main http_log.c
  Log:
  not everything has LOG_FTP
  
  Revision  Changes    Path
  1.23      +2 -0      apachen/src/main/http_log.c
  
  Index: http_log.c
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_log.c,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- http_log.c        1997/08/25 02:00:40     1.22
  +++ http_log.c        1997/08/25 08:24:15     1.23
  @@ -72,7 +72,9 @@
       {"authpriv",LOG_AUTHPRIV},
       {"cron",         LOG_CRON},
       {"daemon",       LOG_DAEMON},
  +#ifdef LOG_FTP
       {"ftp",  LOG_FTP},
  +#endif
       {"kern", LOG_KERN},
       {"lpr",  LOG_LPR},
       {"mail", LOG_MAIL},
  
  
  

Reply via email to