X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=showargs.c;h=6491418c1dc096e8798909e002a8425ede71991d;hp=80247e24320c1c1588b8753b4ca50f4b02cf6627;hb=2abe060a8ba3e695e313fe633ea4735d4b84fadf;hpb=8fafe5eacd4f39b62b623a3f645d06fe9444057c diff --git a/showargs.c b/showargs.c index 80247e24..6491418c 100644 --- a/showargs.c +++ b/showargs.c @@ -1,4 +1,4 @@ -const char showargs_rcs[] = "$Id: showargs.c,v 1.11 2001/06/03 11:03:48 oes Exp $"; +const char showargs_rcs[] = "$Id: showargs.c,v 1.12 2001/06/04 10:41:52 swa Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/showargs.c,v $ @@ -33,6 +33,9 @@ const char showargs_rcs[] = "$Id: showargs.c,v 1.11 2001/06/03 11:03:48 oes Exp * * Revisions : * $Log: showargs.c,v $ + * Revision 1.12 2001/06/04 10:41:52 swa + * show version string of cgi.h and cgi.c + * * Revision 1.11 2001/06/03 11:03:48 oes * Makefile/in * @@ -356,6 +359,8 @@ char *end_proxy_args(struct configuration_spec * config) /* In alphabetical order */ SHOW_RCS(actions_h_rcs) SHOW_RCS(actions_rcs) + SHOW_RCS(cgi_h_rcs) + SHOW_RCS(cgi_rcs) #ifdef __MINGW32__ SHOW_RCS(cygwin_h_rcs) #endif @@ -512,7 +517,7 @@ char *end_proxy_args(struct configuration_spec * config) b = strsav(b, "
  • #define FAST_REDIRECTS - Enables intercepting remote script redirects.
  • \n"); #else /* ifndef FAST_REDIRECTS */ b = strsav(b, "
  • #undef FAST_REDIRECTS - Disables intercepting remote script redirects.
  • \n"); -#endif ndef /* FAST_REDIRECTS */ +#endif /* ndef FAST_REDIRECTS */ b = strsav(b, "\n
    \n");