summaryrefslogtreecommitdiffstats
path: root/user.c
diff options
context:
space:
mode:
Diffstat (limited to 'user.c')
-rw-r--r--user.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/user.c b/user.c
index 512a264..0c0ac94 100644
--- a/user.c
+++ b/user.c
@@ -1,5 +1,7 @@
#include "user.h"
+#ifdef CONFIG_LOGIN
+
int bbs_login( term_screen *ts )
{
int ret=0;
@@ -245,3 +247,4 @@ int bbs_user_get_status( bbs_user *bu )
return BBS_USER_GUEST;
}
+#endif