summaryrefslogtreecommitdiffstats
path: root/mbbsd/Makefile
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-19 21:58:06 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-08-19 21:58:06 +0800
commitd7300f5b68cb99d92d420d20fbfe079c5310ef46 (patch)
tree843986e4aa511e486b14fe7e03ebacfc9e0e27c8 /mbbsd/Makefile
parent07a3f1656ee0471d07138865feace636163d422a (diff)
downloadpttbbs-d7300f5b68cb99d92d420d20fbfe079c5310ef46.tar
pttbbs-d7300f5b68cb99d92d420d20fbfe079c5310ef46.tar.gz
pttbbs-d7300f5b68cb99d92d420d20fbfe079c5310ef46.tar.bz2
pttbbs-d7300f5b68cb99d92d420d20fbfe079c5310ef46.tar.lz
pttbbs-d7300f5b68cb99d92d420d20fbfe079c5310ef46.tar.xz
pttbbs-d7300f5b68cb99d92d420d20fbfe079c5310ef46.tar.zst
pttbbs-d7300f5b68cb99d92d420d20fbfe079c5310ef46.zip
* WITH_EMAILDB was deprecated by USE_EMAILDB in pttbbs.conf.
* ambiguous user id check is toggled by WITH_REGCHECKD git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4756 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/Makefile')
-rw-r--r--mbbsd/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/mbbsd/Makefile b/mbbsd/Makefile
index 7be123e0..723e0d39 100644
--- a/mbbsd/Makefile
+++ b/mbbsd/Makefile
@@ -36,10 +36,6 @@ LDLIBS:= ${LDLIBS} ${:!mysql_config --libs!}
CFLAGS+= -DLOG_CRAWLER
.endif
-.if !defined(WITHOUT_EMAILDB) && defined(WITH_EMAILDB)
-CFLAGS+= -DUSE_EMAILDB -DUSE_REGCHECKD
-.endif
-
.if !defined(WITHOUT_BBSLUA_USAGE) && defined(WITH_BBSLUA_USAGE)
CFLAGS+= -DBBSLUA_USAGE
.endif