From fd18417cf1208399bfa0153c6ec26c268d2f948e Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 17 Aug 2015 13:16:45 +0100 Subject: [peerdist] Add support for PeerDist (aka BranchCache) HTTP content encoding Signed-off-by: Michael Brown --- src/config/config_http.c | 3 +++ src/config/general.h | 1 + 2 files changed, 4 insertions(+) (limited to 'src/config') diff --git a/src/config/config_http.c b/src/config/config_http.c index f1f1b59c..3f198d22 100644 --- a/src/config/config_http.c +++ b/src/config/config_http.c @@ -40,3 +40,6 @@ REQUIRE_OBJECT ( httpbasic ); #ifdef HTTP_AUTH_DIGEST REQUIRE_OBJECT ( httpdigest ); #endif +#ifdef HTTP_ENC_PEERDIST +REQUIRE_OBJECT ( peerdist ); +#endif diff --git a/src/config/general.h b/src/config/general.h index 1ebea57e..ee15f6bf 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -75,6 +75,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); */ #define HTTP_AUTH_BASIC /* Basic authentication */ #define HTTP_AUTH_DIGEST /* Digest authentication */ +//#define HTTP_ENC_PEERDIST /* PeerDist content encoding */ /* * 802.11 cryptosystems and handshaking protocols -- cgit v1.2.3-55-g7522