X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fshow-status;h=79e33304486dedce2df7568f9352cbfc1abdde88;hb=d38f0230bc9b6ede0c8e3b57ab945e22ec9c56e3;hp=bdbafe8ba9ad3ee6572ea8b8da9cff500de7dfba;hpb=e12b2acdbf69e735e195cf6b8c2a00d533717078;p=privoxy.git diff --git a/templates/show-status b/templates/show-status index bdbafe8b..79e33304 100644 --- a/templates/show-status +++ b/templates/show-status @@ -111,7 +111,7 @@ Privoxy@@my-hostname@: Proxy Status - + @@ -264,6 +264,14 @@ Requires the connection-sharing config directive to be set. + + FEATURE_DYNAMIC_PCRE + @if-FEATURE_DYNAMIC_PCRE-then@ Yes @else-not-FEATURE_DYNAMIC_PCRE@ No @endif-FEATURE_DYNAMIC_PCRE@ + Dynamically link to the PCRE library. This is set automatically + by ./configure if you do not have libpcre installed. + Dynamically linking to an external libpcre is recommended as the one that is distributed + with Privoxy itself is outdated and lacks various features and bug-fixes you may be interested in. + FEATURE_FAST_REDIRECTS @if-FEATURE_FAST_REDIRECTS-then@ Yes @else-not-FEATURE_FAST_REDIRECTS@ No @endif-FEATURE_FAST_REDIRECTS@ @@ -273,7 +281,7 @@ FEATURE_FORCE_LOAD @if-FEATURE_FORCE_LOAD-then@ Yes @else-not-FEATURE_FORCE_LOAD@ No @endif-FEATURE_FORCE_LOAD@ Allows bypassing all filtering for a single page using the prefix - @FORCE_PREFIX@. + @force-prefix@. FEATURE_GRACEFUL_TERMINATION @@ -336,14 +344,6 @@ Allows to decompress gzip and zlib compressed documents for filtering. Requires external zlib library and hasn't been tested on all platforms. - - STATIC_PCRE - @if-STATIC_PCRE-then@ Yes @else-not-STATIC_PCRE@ No @endif-STATIC_PCRE@ - Use the supplied statically-linked PCRE library. This is set automatically - by ./configure if you do not have the libpcre installed. - Dynamically linking to an external libpcre is recommended as the internal - one is outdated and lacks various features and bug-fixes you may be interested in. -