summaryrefslogtreecommitdiffstats
path: root/include/bbs.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-03 17:53:35 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-01-03 17:53:35 +0800
commit38262b22bfe8cfe1f7de6f272e18a3aae340f83a (patch)
tree819e75228a3d78d922eaaa9a4e81df89219457da /include/bbs.h
parent63bc2dad6f3d3fdb6b3495a4eda10a14a5647c6a (diff)
downloadpttbbs-38262b22bfe8cfe1f7de6f272e18a3aae340f83a.tar
pttbbs-38262b22bfe8cfe1f7de6f272e18a3aae340f83a.tar.gz
pttbbs-38262b22bfe8cfe1f7de6f272e18a3aae340f83a.tar.bz2
pttbbs-38262b22bfe8cfe1f7de6f272e18a3aae340f83a.tar.lz
pttbbs-38262b22bfe8cfe1f7de6f272e18a3aae340f83a.tar.xz
pttbbs-38262b22bfe8cfe1f7de6f272e18a3aae340f83a.tar.zst
pttbbs-38262b22bfe8cfe1f7de6f272e18a3aae340f83a.zip
support utf8 convertion, but still buggy
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1456 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/bbs.h')
-rw-r--r--include/bbs.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/bbs.h b/include/bbs.h
index 4e7172d1..1132717f 100644
--- a/include/bbs.h
+++ b/include/bbs.h
@@ -64,7 +64,14 @@
#include "chc.h"
#include "proto.h"
#include "gomo.h"
-#include "assess.h"
+
+#ifdef ASSESS
+ #include "assess.h"
+#endif
+
+#ifdef CONVERT
+ #include "convert.h"
+#endif
#ifdef _UTIL_C_
#include "util.h"