Add DUMP_MODULES

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104213 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Paul Querna
2004-07-10 03:38:02 +00:00
parent e8637daae8
commit 4072b62bf8
6 changed files with 98 additions and 29 deletions

View File

@ -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" {