From 5d73e8928826340aaca9e78205ffb093a6b4f95c Mon Sep 17 00:00:00 2001 From: danieldg Date: Sun, 25 Oct 2009 00:02:28 +0000 Subject: Add to avoid breaking existing configuration files with XML entity changes git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11974 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/configparser.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/configparser.h') diff --git a/include/configparser.h b/include/configparser.h index a1d7aff5b..3240ff5f9 100644 --- a/include/configparser.h +++ b/include/configparser.h @@ -12,8 +12,9 @@ struct fpos enum ParseFlags { - FLAG_NO_EXEC = 1, - FLAG_NO_INC = 2 + FLAG_USE_XML = 1, + FLAG_NO_EXEC = 2, + FLAG_NO_INC = 4 }; struct ParseStack -- cgit v1.2.3