]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/SquidConfig.h
Remove send-announce (#1110)
[thirdparty/squid.git] / src / SquidConfig.h
index c70d9ed3e667e74448576695c3f02d5c6e9f370c..d80f6a7e85287d5301a4afce414eed18d269b85d 100644 (file)
@@ -228,13 +228,6 @@ public:
     wordlist *hostnameAliases;
     char *errHtmlText;
 
-    struct {
-        char *host;
-        char *file;
-        time_t period;
-        unsigned short port;
-    } Announce;
-
     struct {
 
         Ip::Address udp_incoming;
@@ -289,7 +282,6 @@ public:
         int buffered_logs;
         int common_log;
         int log_mime_hdrs;
-        int announce;
         int mem_pools;
         int test_reachability;
         int half_closed_clients;