X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=cgi.c;h=cfa10f2b1164aefad52b41d015d63c7e4072bc71;hp=55935c288fe61215a687f9910fbe7a5be99036c6;hb=c86684396af6e5e52675ffe8ec43468269588ea7;hpb=10d14159351920aacb80b10baa44bc003465da43 diff --git a/cgi.c b/cgi.c index 55935c28..cfa10f2b 100644 --- a/cgi.c +++ b/cgi.c @@ -1,4 +1,4 @@ -const char cgi_rcs[] = "$Id: cgi.c,v 1.8 2001/06/29 13:21:46 oes Exp $"; +const char cgi_rcs[] = "$Id: cgi.c,v 1.9 2001/06/29 21:45:41 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgi.c,v $ @@ -36,6 +36,9 @@ const char cgi_rcs[] = "$Id: cgi.c,v 1.8 2001/06/29 13:21:46 oes Exp $"; * * Revisions : * $Log: cgi.c,v $ + * Revision 1.9 2001/06/29 21:45:41 oes + * Indentation, CRLF->LF, Tab-> Space + * * Revision 1.8 2001/06/29 13:21:46 oes * - Cosmetics: renamed and reordered functions, variables, * texts, improved comments etc @@ -412,7 +415,6 @@ int cgi_show_status(struct client_state *csp, struct http_response *rsp, } break; -#ifdef PCRS case 'r': if (csp->rlist) { @@ -420,7 +422,6 @@ int cgi_show_status(struct client_state *csp, struct http_response *rsp, file_description = "Regex Filter List"; } break; -#endif /* def PCRS */ #ifdef TRUST_FILES case 't': @@ -500,7 +501,6 @@ int cgi_show_status(struct client_state *csp, struct http_response *rsp, exports = map(exports, "actions-filename", 1, "None specified", 1); } -#ifdef PCRS if (csp->rlist) { exports = map(exports, "re-filter-filename", 1, csp->rlist->filename, 1); @@ -509,9 +509,6 @@ int cgi_show_status(struct client_state *csp, struct http_response *rsp, { exports = map(exports, "re-filter-filename", 1, "None specified", 1); } -#else - exports = map_block_killer(exports, "pcrs-support"); -#endif /* ndef PCRS */ #ifdef TRUST_FILES if (csp->tlist) @@ -534,12 +531,10 @@ int cgi_show_status(struct client_state *csp, struct http_response *rsp, map(exports, "clist", 1, csp->clist->proxy_args , 1); } -#ifdef PCRS if (csp->rlist) { map(exports, "rlist", 1, csp->rlist->proxy_args , 1); } -#endif /* def PCRS */ #ifdef TRUST_FILES if (csp->tlist)