diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-15 01:41:38 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-09-15 01:41:38 +0800 |
commit | c2c6dc08697a405d769e26c561ee1275b70862fa (patch) | |
tree | bbd563760662f859c7ea1952e10e411edb66da95 /include | |
parent | 716c986c2b967e0268eb0397b7c1805926b991c0 (diff) | |
download | pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.gz pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.bz2 pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.lz pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.xz pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.tar.zst pttbbs-c2c6dc08697a405d769e26c561ee1275b70862fa.zip |
new recommendation style: (#undef GUESTRECOMMEND)
record date/time.
IP is omitted because article owner may modify it.
If guest is allowed to recommend, then use old
style recommendation log to keep IP info.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3167 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index cc5e6980..e9c5fdec 100644 --- a/include/common.h +++ b/include/common.h @@ -133,6 +133,8 @@ #define YEA 1 /* Booleans (Yep, for true and false) */ #define NA 0 +#define STREQU 0 /* for strcmp */ + /* ¦n¤ÍÃö«Y */ #define IRH 1 /* I reject him. */ #define HRM 2 /* He reject me. */ |