summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 87efad8c..46784a17 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -719,8 +719,7 @@ int u_editsig(void);
int u_cloak(void);
int u_register(void);
int u_list(void);
-#if defined(DBCSAWARE_GETDATA) || defined(DBCSAWARE_EDIT)
-# define DBCSAWARE
+#ifdef DBCSAWARE
int u_detectDBCSAwareEvilClient();
int getDBCSstatus(unsigned char *s, int pos);
#define ISDBCSAWARE() (cuser.uflag & DBCSAWARE_FLAG)