X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=showargs.c;h=f958ca1896dbdacfb2bf733a4de14930eeaab0fb;hb=4d8b69fc32edd48072ac1dedc02a24b98fe1e6e5;hp=fa4163f97b5c1647125f61b1cdc38b0c61e1f244;hpb=b28e9205bb0d4ac98d591c6e506219438799d56c;p=privoxy.git 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 */