stas        01/09/28 13:13:08

  Modified:    xs/Apache/ServerUtil Apache__ServerUtil.h
  Log:
  ...an orphan file from the last commit
  - implements Apache::Server::dir_config
  
  Revision  Changes    Path
  1.2       +3 -0      modperl-2.0/xs/Apache/ServerUtil/Apache__ServerUtil.h
  
  Index: Apache__ServerUtil.h
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/Apache/ServerUtil/Apache__ServerUtil.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Apache__ServerUtil.h      2001/03/17 06:03:37     1.1
  +++ Apache__ServerUtil.h      2001/09/28 20:13:08     1.2
  @@ -38,3 +38,6 @@
       return modperl_handler_perl_get_handlers(aTHX_ handp,
                                                s->process->pconf);
   }
  +
  +#define mpxs_Apache__Server_dir_config(s, key, sv_val) \
  +    modperl_dir_config(aTHX_ NULL, s, key, sv_val)
  
  
  


Reply via email to