From ef6481cca41aca3c247f845ef55a9b2cd491be65 Mon Sep 17 00:00:00 2001 From: piaip Date: Wed, 5 Dec 2007 13:06:28 +0000 Subject: - definition and macro fix after sync with PTT1 git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3640 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/uflags.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/uflags.h') diff --git a/include/uflags.h b/include/uflags.h index 1686c98e..752dc73a 100644 --- a/include/uflags.h +++ b/include/uflags.h @@ -60,6 +60,7 @@ #define ANGEL_R_MAEL 0x00001000 /* true if reject male */ #define ANGEL_R_FEMAEL 0x00002000 /* true if reject female */ #define ANGEL_MASK 0x00003000 +#define REJECT_QUESTION (cuser.uflag2 & REJ_QUESTION) #define ANGEL_STATUS() ((cuser.uflag2 & ANGEL_MASK) >> 12) #define ANGEL_SET(X) (cuser.uflag2 = (cuser.uflag2 & ~ANGEL_MASK) | \ (((X) & 3) << 12)) -- cgit v1.2.3