summaryrefslogtreecommitdiffstats
path: root/server/mpm/mpmt_pthread/mpmt_pthread.c
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2000-06-05 21:44:02 +0200
committerRyan Bloom <rbb@apache.org>2000-06-05 21:44:02 +0200
commiteda6e3d23ce49fe3c33fe8f0299939722b901868 (patch)
treee9be67c9ca059504bdee46a079e27be2fef5e9ca /server/mpm/mpmt_pthread/mpmt_pthread.c
parenton a5 now. (diff)
downloadapache2-eda6e3d23ce49fe3c33fe8f0299939722b901868.tar.xz
apache2-eda6e3d23ce49fe3c33fe8f0299939722b901868.zip
Add server tokens back to 2.0. Also bring forward the change to allow
the PRODUCT_ONLY value for ServerTokens. This is relatively clean, all of the code lives in http_core, and when a module wants to add a token, they just call ap_add_version_component from the post_config hook. Actually ap_add_version_component can be done anytime after the config has been parsed, it just makes the most sense to do it in post_config IMHO. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85426 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--server/mpm/mpmt_pthread/mpmt_pthread.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/server/mpm/mpmt_pthread/mpmt_pthread.c b/server/mpm/mpmt_pthread/mpmt_pthread.c
index cb1278e990..94bbed9c2c 100644
--- a/server/mpm/mpmt_pthread/mpmt_pthread.c
+++ b/server/mpm/mpmt_pthread/mpmt_pthread.c
@@ -161,10 +161,6 @@ static char *lock_fname;
#define SAFE_ACCEPT(stmt) (stmt)
#endif
-
-/* Global, alas, so http_core can talk to us */
-enum server_token_type ap_server_tokens = SrvTk_FULL;
-
API_EXPORT(const server_rec *) ap_get_server_conf(void)
{
return (ap_server_conf);