coar        97/08/25 07:26:31

  Modified:    src/main http_log.c
  Log:
        #ifdef LOG_AUTHPRIV, since it isn't available on Digital UNIX 3.2.
  
  Revision  Changes    Path
  1.24      +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.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- http_log.c        1997/08/25 08:24:15     1.23
  +++ http_log.c        1997/08/25 14:26:29     1.24
  @@ -69,7 +69,9 @@
   
   static TRANS facilities[] = {
       {"auth", LOG_AUTH},
  +#ifdef LOG_AUTHPRIV
       {"authpriv",LOG_AUTHPRIV},
  +#endif
       {"cron",         LOG_CRON},
       {"daemon",       LOG_DAEMON},
   #ifdef LOG_FTP
  
  
  

Reply via email to