Removed all #ifdef PCRS and related code
[privoxy.git] / cgi.c
diff --git a/cgi.c b/cgi.c
index 55935c2..cfa10f2 100644 (file)
--- 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)