summaryrefslogtreecommitdiff
path: root/include/http_main.h
diff options
context:
space:
mode:
authorPaul Querna <pquerna@apache.org>2004-07-10 03:38:02 +0000
committerPaul Querna <pquerna@apache.org>2004-07-10 03:38:02 +0000
commit4072b62bf87b51a8f9b12b5cc3bc2cf033d818bf (patch)
tree877e5da476d4312a3625c0cfbd41345745a78264 /include/http_main.h
parente8637daae8455fbf04a1c62c3893660d3bc68152 (diff)
downloadhttpd-4072b62bf87b51a8f9b12b5cc3bc2cf033d818bf.tar.gz
Add DUMP_MODULES
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104213 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_main.h')
-rw-r--r--include/http_main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_main.h b/include/http_main.h
index 912062967f..cfe3f81d27 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -22,7 +22,7 @@
* in apr_getopt() format. Use this for default'ing args that the MPM
* can safely ignore and pass on from its rewrite_args() handler.
*/
-#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtSh?X"
+#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtSMh?X"
#ifdef __cplusplus
extern "C" {