From: Ryan Bloom Date: Wed, 26 Jul 2000 15:33:39 +0000 (+0000) Subject: Back out some changes that weren't supposed to be in my last commit. X-Git-Tag: APACHE_2_0_ALPHA_5~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d880f8af191de9488e63e2fafa055a1b962e4996;p=thirdparty%2Fapache%2Fhttpd.git Back out some changes that weren't supposed to be in my last commit. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85898 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_config.h b/include/http_config.h index f4336d58e0c..5f964c2ad34 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -301,12 +301,6 @@ typedef struct module_struct { * 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);