Added more aliases for prehistoric action names
authoroes <oes@users.sourceforge.net>
Thu, 12 Sep 2002 14:05:14 +0000 (14:05 +0000)
committeroes <oes@users.sourceforge.net>
Thu, 12 Sep 2002 14:05:14 +0000 (14:05 +0000)
src/actionlist.h

index 5680347..9b344ef 100644 (file)
@@ -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.
  *
  * 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