diff options
author | Roger Dingledine <arma@torproject.org> | 2016-05-11 15:31:48 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2016-05-27 11:15:21 -0400 |
commit | 11d52a449c61b24588c17688892e07fa395ffd0c (patch) | |
tree | f8af0eaed1203f7a929b766b8985bf33eac20d98 /configure.ac | |
parent | 48b7db35590afee77fb608b46328959e8a9b2d31 (diff) | |
download | tor-11d52a449c61b24588c17688892e07fa395ffd0c.tar.gz tor-11d52a449c61b24588c17688892e07fa395ffd0c.zip |
Disable GET /tor/bytes.txt and GETINFO dir-usage
Remove support for "GET /tor/bytes.txt" DirPort request, and
"GETINFO dir-usage" controller request, which were only available
via a compile-time option in Tor anyway.
Feature was added in 0.2.2.1-alpha. Resolves ticket 19035.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index bd50577418..d7db0dbd88 100644 --- a/configure.ac +++ b/configure.ac @@ -73,10 +73,6 @@ if test "$enable_system_torrc" = "no"; then fi AM_CONDITIONAL(USE_OPENBSD_MALLOC, test "x$enable_openbsd_malloc" = "xyes") -if test "x$enable_instrument_downloads" = "xyes"; then - AC_DEFINE(INSTRUMENT_DOWNLOADS, 1, - [Defined if we want to keep track of how much of each kind of resource we download.]) -fi AC_ARG_ENABLE(transparent, AS_HELP_STRING(--disable-transparent, [disable transparent proxy support]), |