From: oes Date: Thu, 12 Sep 2002 14:05:14 +0000 (+0000) Subject: Added more aliases for prehistoric action names X-Git-Tag: v_3_1_archive_branchpoint~128 X-Git-Url: http://www.privoxy.org/gitweb/%22http:/sourceforge.net/tracker/?a=commitdiff_plain;h=ee99f1d52ee47a3197f676b15f2204abd4a2313f;p=privoxy.git Added more aliases for prehistoric action names --- diff --git a/src/actionlist.h b/src/actionlist.h index 5680347e..9b344ef9 100644 --- a/src/actionlist.h +++ b/src/actionlist.h @@ -1,6 +1,6 @@ /********************************************************************* * - * File : $Source: /cvsroot/ijbswa//current/src/actionlist.h,v $ + * File : $Source: /cvsroot/ijbswa/current/src/actionlist.h,v $ * * Purpose : Master list of supported actions. * Not really a header, since it generates code. @@ -39,6 +39,11 @@ * * Revisions : * $Log: actionlist.h,v $ + * Revision 2.1 2002/09/04 14:52:18 oes + * Synced with the stable branch: + * Revision 1.17.2.1 2002/08/02 12:50:47 oes + * Consistency with docs: Change default name for action from hide-referer to hide-referrer + * * Revision 2.0 2002/06/04 14:34:21 jongfoster * Moving source files to src/ * @@ -152,6 +157,8 @@ DEFINE_ACTION_BOOL ("prevent-keeping-cookies", ACTION_NO_COOKIE_KEEP) /* * Pre-3.0 compatibility */ +DEFINE_ACTION_BOOL ("no-cookie-read", ACTION_NO_COOKIE_READ) +DEFINE_ACTION_BOOL ("no-cookie-set", ACTION_NO_COOKIE_SET) DEFINE_ACTION_BOOL ("prevent-reading-cookies", ACTION_NO_COOKIE_READ) DEFINE_ACTION_BOOL ("prevent-setting-cookies", ACTION_NO_COOKIE_SET) DEFINE_ACTION_BOOL ("downgrade", ACTION_DOWNGRADE) @@ -164,6 +171,8 @@ DEFINE_ACTION_BOOL ("no-cookies-keep", ACTION_NO_COOKIE_KEEP) DEFINE_ACTION_BOOL ("no-cookies-read", ACTION_NO_COOKIE_READ) DEFINE_ACTION_BOOL ("no-cookies-set", ACTION_NO_COOKIE_SET) DEFINE_ACTION_BOOL ("no-popups", ACTION_NO_POPUPS) +DEFINE_ACTION_BOOL ("vanilla-wafer", ACTION_VANILLA_WAFER) +DEFINE_ACTION_MULTI ("wafer", ACTION_MULTI_WAFER) #endif /* if DEFINE_ACTION_ALIAS */ #undef DEFINE_ACTION_MULTI