summaryrefslogtreecommitdiffhomepage
path: root/src/main.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-10-11 01:13:15 +0200
committerMichael Adam <obnox@samba.org>2009-10-11 01:13:15 +0200
commitf208b1222b968d9701662daea7dc260f4ca62d95 (patch)
treebd7b6c61347aa9208c6ea9365338e0b5fe02b784 /src/main.h
parentf46aeca9a583821d34e0cd9925a03475fe8e345d (diff)
Add a boolean config option "DisableViaHeader".
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
index 50e4cab..16c3352 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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.
*/