diff options
author | Aaron Bannert <aaron@apache.org> | 2002-10-07 03:39:20 +0200 |
---|---|---|
committer | Aaron Bannert <aaron@apache.org> | 2002-10-07 03:39:20 +0200 |
commit | b5be533385d4a05daf1caf5f87a370863ca7eab7 (patch) | |
tree | 905d2cbf4ab2db30b063f2e42706407d03b40735 /include | |
parent | Removed another <samp>...and now they are validating all ;-) (diff) | |
download | apache2-b5be533385d4a05daf1caf5f87a370863ca7eab7.tar.xz apache2-b5be533385d4a05daf1caf5f87a370863ca7eab7.zip |
Add -S as a synonym for -t -DDUMP_VHOSTS
Submitted by: Thom May <thom@planetarytramp.net>
Reviewed by: Aaron Bannert
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include')
-rw-r--r-- | include/http_main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_main.h b/include/http_main.h index 46c322acc7..62cf673113 100644 --- a/include/http_main.h +++ b/include/http_main.h @@ -65,7 +65,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:vVlLth?X" +#define AP_SERVER_BASEARGS "C:c:D:d:E:e:f:vVlLtSh?X" #ifdef __cplusplus extern "C" { |