diff options
author | Michael Adam <obnox@samba.org> | 2009-10-11 01:13:15 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-10-11 01:13:15 +0200 |
commit | f208b1222b968d9701662daea7dc260f4ca62d95 (patch) | |
tree | bd7b6c61347aa9208c6ea9365338e0b5fe02b784 /src/main.h | |
parent | f46aeca9a583821d34e0cd9925a03475fe8e345d (diff) |
Add a boolean config option "DisableViaHeader".
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -83,6 +83,8 @@ struct config_s { */ char *via_proxy_name; + unsigned int disable_viaheader; /* boolean */ + /* * Error page support. Map error numbers to file paths. */ |