From: oes Date: Fri, 13 Jul 2001 14:11:36 +0000 (+0000) Subject: - Included SHOW_RCS for deanimate.* X-Git-Tag: v_2_9_9~260 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=b3ccba2d87734e36b44bdf4b884a032048c75c9f - Included SHOW_RCS for deanimate.* - Removed all #ifdef PCRS --- diff --git a/showargs.c b/showargs.c index f958ca18..01c0bb33 100644 --- a/showargs.c +++ b/showargs.c @@ -1,4 +1,4 @@ -const char showargs_rcs[] = "$Id: showargs.c,v 1.17 2001/06/29 21:45:41 oes Exp $"; +const char showargs_rcs[] = "$Id: showargs.c,v 1.19 2001/07/13 14:04:09 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/showargs.c,v $ @@ -34,6 +34,11 @@ const char showargs_rcs[] = "$Id: showargs.c,v 1.17 2001/06/29 21:45:41 oes Exp * * Revisions : * $Log: showargs.c,v $ + * + * Revision 1.18 2001/07/02 02:55:16 iwanttokeepanon + * Apended " on some sites" to the HTML generating function `show_defines' (@ line + * 392); since "DENY_GZIP" is not *really* necessary for all PCRS functionallity. + * * Revision 1.17 2001/06/29 21:45:41 oes * Indentation, CRLF->LF, Tab-> Space * @@ -284,6 +289,8 @@ char *show_rcs(void) #ifdef __MINGW32__ SHOW_RCS(cygwin_h_rcs) #endif + SHOW_RCS(deanimate_h_rcs) + SHOW_RCS(deanimate_rcs) SHOW_RCS(encode_h_rcs) SHOW_RCS(encode_rcs) SHOW_RCS(errlog_h_rcs) @@ -314,10 +321,8 @@ char *show_rcs(void) SHOW_RCS(miscutil_rcs) SHOW_RCS(parsers_h_rcs) SHOW_RCS(parsers_rcs) -#ifdef PCRS SHOW_RCS(pcrs_rcs) SHOW_RCS(pcrs_h_rcs) -#endif /* def PCRS */ SHOW_RCS(project_h_rcs) SHOW_RCS(showargs_h_rcs) SHOW_RCS(showargs_rcs) @@ -370,12 +375,6 @@ char *show_defines(void) b = strsav(b, "
  • #undef PCRE - Use old GNU regex library rather than PCRE.
  • \n"); #endif /* ndef PCRE */ -#ifdef PCRS - b = strsav(b, "
  • #define PCRS - Enables arbitrary content modification regexps.
  • \n"); -#else /* ifndef PCRS */ - b = strsav(b, "
  • #undef PCRS - Disables arbitrary content modification regexps.
  • \n"); -#endif /* ndef PCRS */ - #ifdef TOGGLE b = strsav(b, "
  • #define TOGGLE - Allow JunkBuster to be \"disabled\" so it is just a normal non-blocking non-anonymizing proxy.
  • \n"); #else /* ifndef TOGGLE */