You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/26 17:33:40 UTC

cvs commit: apache-2.0/src/include http_config.h

rbb         00/07/26 08:33:39

  Modified:    src/include http_config.h
  Log:
  Back out some changes that weren't supposed to be in my last commit.
  
  Revision  Changes    Path
  1.40      +0 -6      apache-2.0/src/include/http_config.h
  
  Index: http_config.h
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/include/http_config.h,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- http_config.h	2000/07/26 15:31:28	1.39
  +++ http_config.h	2000/07/26 15:33:39	1.40
  @@ -301,12 +301,6 @@
                                    * It's mainly important for the DSO facility
                                    * (see also mod_so).
                                    */
  -    unsigned int module_type    /* What type of module is this?  Currently
  -                                 * this can be:
  -                                 *     AP_MODULE_TYPE_MPM
  -                                 *     AP_MODULE_TYPE_STANDARD
  -                                 *     AP_MODULE_TYPE_PROTOCOL
  -                                 */
       void (*rewrite_args) (process_rec *process);
       void *(*create_dir_config) (ap_pool_t *p, char *dir);
       void *(*merge_dir_config) (ap_pool_t *p, void *base_conf, void *new_conf);