From 3589d56d9f13ec16a4fb0b39415ee884fe2c384c Mon Sep 17 00:00:00 2001 From: in2 Date: Sat, 25 May 2002 01:50:11 +0000 Subject: add common git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@211 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/common.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'include/common.h') diff --git a/include/common.h b/include/common.h index 333bed8c..a7fe26a6 100644 --- a/include/common.h +++ b/include/common.h @@ -1,4 +1,4 @@ -/* $Id: common.h,v 1.1 2002/03/07 15:13:48 in2 Exp $ */ +/* $Id: common.h,v 1.2 2002/05/25 01:50:11 in2 Exp $ */ #ifndef INCLUDE_COMMON_H #define INCLUDE_COMMON_H @@ -116,12 +116,12 @@ #define YEA 1 /* Booleans (Yep, for true and false) */ #define NA 0 - -#define IRH 1 /* 好友關係 */ -#define HRM 2 -#define IBH 4 -#define IFH 8 -#define HFM 16 +/* 好友關係 */ +#define IRH 1 /* I reject him. */ +#define HRM 2 /* He reject me. */ +#define IBH 4 /* I am board friend of him. */ +#define IFH 8 /* I am friend of him. */ +#define HFM 16 /* He is friend of me. */ #define ST_FRIEND (IBH | IFH | HFM) #define ST_REJECT (IRH | HRM) -- cgit v1.2.3