From 76a0dddba1aca4d6192b7674b6a453edb9361a0f Mon Sep 17 00:00:00 2001 From: Atsushi Konno Date: Mon, 31 Aug 2009 21:06:00 +0900 Subject: [PATCH] * Added new feature. - CookieOnly Command. --- include/mod_chxj.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/mod_chxj.h b/include/mod_chxj.h index 23040527..2de5644f 100644 --- a/include/mod_chxj.h +++ b/include/mod_chxj.h @@ -386,6 +386,7 @@ struct mod_chxj_config { #define CONVRULE_NOCACHE_ON_BIT (0x00000800) #define CONVRULE_EMOJI_ONLY_BIT (0x00001000) #define CONVRULE_ENVINFO_ONLY_BIT (0x00002000) +#define CONVRULE_COOKIE_ONLY_BIT (0x00004000) #define CONVRULE_ENGINE_ON_CMD "EngineOn" #define CONVRULE_ENGINE_OFF_CMD "EngineOff" @@ -404,6 +405,7 @@ struct mod_chxj_config { #define CONVRULE_NOCACHE_ON_CMD "NoCacheOn" #define CONVRULE_EMOJI_ONLY_CMD "EmojiOnly" #define CONVRULE_ENVINFO_ONLY_CMD "EnvInfoOnly" +#define CONVRULE_COOOKIE_ONLY_CMD "CookieOnly" #define CONVRULE_FLAG_NOTMATCH (0x00000001) -- 2.11.0