Remove --disable-modules

ZNC without modules is like rain without being inside,
you really don't want that!


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1794 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-02-25 12:29:40 +00:00
parent e4f907dc42
commit f72e2f8abd
17 changed files with 9 additions and 185 deletions
-4
View File
@@ -6,8 +6,6 @@
* by the Free Software Foundation.
*/
#ifdef _MODULES
#include "Template.h"
#include "FileUtils.h"
#include <sstream>
@@ -852,5 +850,3 @@ CString CTemplate::GetValue(const CString& sArgs, bool bFromIf) {
return sRet;
}
#endif // _MODULES