From: iwanttokeepanon Date: Mon, 2 Jul 2001 02:55:16 +0000 (+0000) Subject: Apended " on some sites" to the HTML generating function `show_defines' (@ line X-Git-Tag: v_2_9_9~289 X-Git-Url: http://www.privoxy.org/gitweb/startup.html?a=commitdiff_plain;h=8bc7908776c751b6cdb573507cc5433d2165e6b1;p=privoxy.git Apended " on some sites" to the HTML generating function `show_defines' (@ line 392); since "DENY_GZIP" is not *really* necessary for all PCRS functionallity. --- diff --git a/showargs.c b/showargs.c index fa4163f9..f958ca18 100644 --- a/showargs.c +++ b/showargs.c @@ -1,4 +1,4 @@ -const char showargs_rcs[] = "$Id: showargs.c,v 1.16 2001/06/29 13:35:07 oes Exp $"; +const char showargs_rcs[] = "$Id: showargs.c,v 1.17 2001/06/29 21:45:41 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/showargs.c,v $ @@ -34,6 +34,9 @@ const char showargs_rcs[] = "$Id: showargs.c,v 1.16 2001/06/29 13:35:07 oes Exp * * Revisions : * $Log: showargs.c,v $ + * Revision 1.17 2001/06/29 21:45:41 oes + * Indentation, CRLF->LF, Tab-> Space + * * Revision 1.16 2001/06/29 13:35:07 oes * - Adapted * - Improved comments @@ -386,7 +389,7 @@ char *show_defines(void) #endif /* ndef FORCE_LOAD */ #ifdef DENY_GZIP - b = strsav(b, "
  • #define DENY_GZIP - Prevents requests from being compressed - required for PCRS.
  • \n"); + b = strsav(b, "
  • #define DENY_GZIP - Prevents requests from being compressed - required for PCRS on some sites.
  • \n"); #else /* ifndef DENY_GZIP */ b = strsav(b, "
  • #undef DENY_GZIP - Allows requests to be compressed if the browser and server support it.
  • \n"); #endif /* ndef DENY_GZIP */