You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/11/30 18:56:47 UTC

cvs commit: httpd-2.0/build mkconfNW.awk nw_export.inc

wrowe       2002/11/30 09:56:47

  Modified:    build    Tag: APACHE_2_0_BRANCH mkconfNW.awk nw_export.inc
  Removed:     include  Tag: APACHE_2_0_BRANCH ap_provider.h
  Log:
    Revert the last bits of the aaa overhaul I could identify.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.1  +3 -10     httpd-2.0/build/mkconfNW.awk
  
  Index: mkconfNW.awk
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/mkconfNW.awk,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -r1.10 -r1.10.2.1
  --- mkconfNW.awk	16 Nov 2002 00:29:29 -0000	1.10
  +++ mkconfNW.awk	30 Nov 2002 17:56:47 -0000	1.10.2.1
  @@ -25,16 +25,9 @@
   }
   
   /@@LoadModule@@/ {
  -    print "#LoadModule auth_basic_module modules/authbasc.nlm"
  -    print "#LoadModule auth_digest_module modules/authdigt.nlm"
  -    print "#LoadModule authn_anon_module modules/authnano.nlm"
  -    print "#LoadModule authn_dbm_module modules/authndbm.nlm"
  -    print "#LoadModule authn_default_module modules/authndef.nlm"
  -    print "#LoadModule authn_file_module modules/authnfil.nlm"
  -    print "#LoadModule authz_dbm_module modules/authzdbm.nlm"
  -    print "#LoadModule authz_default_module modules/authzdef.nlm"
  -    print "#LoadModule authz_groupfile_module modules/authzgrp.nlm"
  -    print "#LoadModule authz_user_module modules/authzusr.nlm"
  +    print "#LoadModule auth_anon_module modules/authanon.nlm"
  +    print "#LoadModule auth_dbm_module modules/authdbm.nlm"
  +    print "#LoadModule auth_digest_module modules/digest.nlm"
       print "#LoadModule cern_meta_module modules/cernmeta.nlm"
       print "#LoadModule dav_module modules/mod_dav.nlm"
       print "#LoadModule dav_fs_module modules/moddavfs.nlm"
  
  
  
  1.4.2.1   +0 -1      httpd-2.0/build/nw_export.inc
  
  Index: nw_export.inc
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/build/nw_export.inc,v
  retrieving revision 1.4
  retrieving revision 1.4.2.1
  diff -u -r1.4 -r1.4.2.1
  --- nw_export.inc	13 Nov 2002 21:14:02 -0000	1.4
  +++ nw_export.inc	30 Nov 2002 17:56:47 -0000	1.4.2.1
  @@ -22,7 +22,6 @@
   #include "ap_listen.h"
   #include "ap_mmn.h"
   #include "ap_mpm.h"
  -#include "ap_provider.h"
   #include "ap_release.h"
   #include "http_config.h"
   #include "http_connection.h"