summaryrefslogtreecommitdiffstats
path: root/mbbsd/emaildb.c
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/emaildb.c
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/emaildb.c')
-rw-r--r--mbbsd/emaildb.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mbbsd/emaildb.c b/mbbsd/emaildb.c
index 282b2727..d8718b1b 100644
--- a/mbbsd/emaildb.c
+++ b/mbbsd/emaildb.c
@@ -71,6 +71,10 @@ int emaildb_update_email(char * userid, int userid_len, char * email, int email_
return result;
}
+#endif
+
+#ifdef USE_REGCHECKD
+
// XXX move to regcheck someday
int regcheck_ambiguous_userid_exist(const char *userid)
{