summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-06 20:09:00 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-06 20:09:00 +0800
commit1ff37fcf607bfc356c60d423ad05fca9d9eab190 (patch)
tree86500ec110b3f80babee1bb958a3d553b54cded5 /include/common.h
parent113ce755bf96bb52e5e6336be82363d79582aca0 (diff)
downloadpttbbs-1ff37fcf607bfc356c60d423ad05fca9d9eab190.tar
pttbbs-1ff37fcf607bfc356c60d423ad05fca9d9eab190.tar.gz
pttbbs-1ff37fcf607bfc356c60d423ad05fca9d9eab190.tar.bz2
pttbbs-1ff37fcf607bfc356c60d423ad05fca9d9eab190.tar.lz
pttbbs-1ff37fcf607bfc356c60d423ad05fca9d9eab190.tar.xz
pttbbs-1ff37fcf607bfc356c60d423ad05fca9d9eab190.tar.zst
pttbbs-1ff37fcf607bfc356c60d423ad05fca9d9eab190.zip
- [code refine] move all registration code to register.c
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3966 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 1b51aced..24193642 100644
--- a/include/common.h
+++ b/include/common.h
@@ -6,6 +6,7 @@
#define DEFAULT_BOARD str_sysop
#define FN_PASSWD BBSHOME "/.PASSWDS" /* User records */
+#define FN_CHICKEN "chicken"
#define FN_USSONG "ussong" /* 點歌統計 */
#define FN_POST_NOTE "post.note" /* po文章備忘錄 */
#define FN_POST_BID "post.bid"