diff options
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) |