You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.org> on 1997/07/08 21:53:17 UTC

cvs commit: apache/src mod_autoindex.c

dgaudet     97/07/08 12:53:16

  Modified:    src       mod_autoindex.c
  Log:
  Completely remove the last traces of global definitions from this file.
  
  Revision  Changes    Path
  1.34      +1 -1      apache/src/mod_autoindex.c
  
  Index: mod_autoindex.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/mod_autoindex.c,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -C3 -r1.33 -r1.34
  *** mod_autoindex.c	1997/07/08 19:50:46	1.33
  --- mod_autoindex.c	1997/07/08 19:53:15	1.34
  ***************
  *** 110,116 ****
      
    } autoindex_config_rec;
    
  ! char c_by_encoding, c_by_type, c_by_path;
    
    #define BY_ENCODING &c_by_encoding
    #define BY_TYPE &c_by_type
  --- 110,116 ----
      
    } autoindex_config_rec;
    
  ! static char c_by_encoding, c_by_type, c_by_path;
    
    #define BY_ENCODING &c_by_encoding
    #define BY_TYPE &c_by_type