From: jongfoster Date: Sun, 12 May 2002 21:44:44 +0000 (+0000) Subject: Adding amiga.[ch] revision information, if on an amiga. X-Git-Tag: v_3_0_branchpoint~86 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=4dd2809602e3162350a287070cac25328214baf9 Adding amiga.[ch] revision information, if on an amiga. --- diff --git a/cgisimple.c b/cgisimple.c index cf557344..a985f473 100644 --- a/cgisimple.c +++ b/cgisimple.c @@ -1,4 +1,4 @@ -const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.33 2002/04/30 11:14:52 oes Exp $"; +const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.34 2002/04/30 12:06:12 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/cgisimple.c,v $ @@ -36,6 +36,9 @@ const char cgisimple_rcs[] = "$Id: cgisimple.c,v 1.33 2002/04/30 11:14:52 oes Ex * * Revisions : * $Log: cgisimple.c,v $ + * Revision 1.34 2002/04/30 12:06:12 oes + * Deleted unused code from default_cgi + * * Revision 1.33 2002/04/30 11:14:52 oes * Made csp the first parameter in *action_to_html * @@ -1337,6 +1340,10 @@ static char *show_rcs(void) /* In alphabetical order */ SHOW_RCS(actions_h_rcs) SHOW_RCS(actions_rcs) +#ifdef AMIGA + SHOW_RCS(amiga_h_rcs) + SHOW_RCS(amiga_rcs) +#endif /* def AMIGA */ SHOW_RCS(cgi_h_rcs) SHOW_RCS(cgi_rcs) #ifdef FEATURE_CGI_EDIT_ACTIONS