summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 76507556..793fc8b9 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -624,7 +624,7 @@ int u_list(void);
#ifdef DBCSAWARE
int u_detectDBCSAwareEvilClient();
#endif
-#define ISDBCSAWARE() (cuser.uflag & DBCSAWARE_FLAG)
+#define ISDBCSAWARE() (cuser.uflag & UF_DBCSAWARE)
/* vote */
void b_suckinfile(FILE *fp, const char *fname);