]> jfr.im git - solanum.git/blobdiff - include/s_conf.h
librb: define RB_PATH_SEPARATOR
[solanum.git] / include / s_conf.h
index 49a0d1e8519c615c0c0264aa91bbbe973d7a7370..9a0f553285894bd120ef832c38234d1f2bc55d7f 100644 (file)
@@ -33,7 +33,6 @@
 #include "ircd_defs.h"
 #include "class.h"
 #include "client.h"
-#include "common.h"
 
 struct Client;
 struct DNSReply;
@@ -389,7 +388,7 @@ extern int yylex(void);
 
 extern unsigned long cidr_to_bitmask[];
 
-extern char conffilebuf[IRCD_BUFSIZE + 1];
+extern char conffilebuf[BUFSIZE + 1];
 extern int lineno;
 
 #define NOT_AUTHORISED  (-1)