summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbbs <bbs@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-11 00:52:01 +0800
committerbbs <bbs@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-11 00:52:01 +0800
commitfc1df3375ea5d4bada5db4802f563f575bebf362 (patch)
tree592c2f8ab356afea43a2ca31d7cdb55a3f9563d0 /include
parent9d6249db1b56e16d40bc6fad16576878816f8d2b (diff)
downloadpttbbs-fc1df3375ea5d4bada5db4802f563f575bebf362.tar
pttbbs-fc1df3375ea5d4bada5db4802f563f575bebf362.tar.gz
pttbbs-fc1df3375ea5d4bada5db4802f563f575bebf362.tar.bz2
pttbbs-fc1df3375ea5d4bada5db4802f563f575bebf362.tar.lz
pttbbs-fc1df3375ea5d4bada5db4802f563f575bebf362.tar.xz
pttbbs-fc1df3375ea5d4bada5db4802f563f575bebf362.tar.zst
pttbbs-fc1df3375ea5d4bada5db4802f563f575bebf362.zip
ifdef-else-endif :Q
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@834 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index d5d80cdc..23bca878 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1,4 +1,4 @@
-/* $Id: config.h,v 1.9 2003/03/10 03:13:02 in2 Exp $ */
+/* $Id: config.h,v 1.10 2003/05/10 16:52:01 bbs Exp $ */
#ifndef INCLUDE_CONFIG_H
#define INCLUDE_CONFIG_H
@@ -49,6 +49,10 @@
#define HAVE_JCEE 1
#endif
+#ifndef FOREIGN_REG_DAY /* 外籍使用者試用日期上限 */
+#define FOREIGN_REG_DAY 30
+#endif
+
#ifndef HAVE_FREECLOAK
#define HAVE_FREECLOAK 0
#endif