diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-19 13:33:45 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-19 13:33:45 +0800 |
commit | 08ae8ba0331d27fc196d41a0cbc480c5ee3aa0c6 (patch) | |
tree | 777979db7273a30e79fb6142f23641cad5fc7a96 /include/config.h | |
parent | 3fb733dd415e5f0fd762e5f14272e400b20ca990 (diff) | |
download | pttbbs-08ae8ba0331d27fc196d41a0cbc480c5ee3aa0c6.tar pttbbs-08ae8ba0331d27fc196d41a0cbc480c5ee3aa0c6.tar.gz pttbbs-08ae8ba0331d27fc196d41a0cbc480c5ee3aa0c6.tar.bz2 pttbbs-08ae8ba0331d27fc196d41a0cbc480c5ee3aa0c6.tar.lz pttbbs-08ae8ba0331d27fc196d41a0cbc480c5ee3aa0c6.tar.xz pttbbs-08ae8ba0331d27fc196d41a0cbc480c5ee3aa0c6.tar.zst pttbbs-08ae8ba0331d27fc196d41a0cbc480c5ee3aa0c6.zip |
- disable vice tickets < specific number
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3708 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index e2d2d17d..8ed367ab 100644 --- a/include/config.h +++ b/include/config.h @@ -198,6 +198,10 @@ #define HASH_BITS 16 /* userid->uid hashing bits */ #endif +#ifndef VICE_MIN +#define VICE_MIN (1) /* 最小發票面額 */ +#endif // VICE_MIN + /* more.c 中文章頁數上限(lines/22), +4 for safe */ #define MAX_PAGES (MAX_EDIT_LINE / 22 + 4) |