From: dgaudet Date: Tue, 14 Mar 2000 19:26:43 +0000 (+0000) Subject: +1000 on dirk's change... and add a TODOC: which is the token i used when X-Git-Tag: APACHE_2_0_ALPHA_2~86 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc0b99554bbb93bc77d7e84adb5e14017952a3c1;p=apache +1000 on dirk's change... and add a TODOC: which is the token i used when doing the initial mpm stuff to indicate required documentation changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84766 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_negotiation.c b/modules/mappers/mod_negotiation.c index 8d66fe6687..ca98d3937b 100644 --- a/modules/mappers/mod_negotiation.c +++ b/modules/mappers/mod_negotiation.c @@ -133,6 +133,7 @@ static int do_cache_negotiated_docs(server_rec *s) static const command_rec negotiation_cmds[] = { + /* TODOC: CacheNegotiatedDocs now takes a FLAG argument */ {"CacheNegotiatedDocs", cache_negotiated_docs, NULL, RSRC_CONF, FLAG, "Either 'on' or 'off' (default)"}, {"LanguagePriority", set_language_priority, NULL, OR_FILEINFO, ITERATE,