mirror of
https://github.com/znc/znc.git
synced 2026-05-08 14:24:45 +02:00
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:
@@ -6,8 +6,6 @@
|
||||
* by the Free Software Foundation.
|
||||
*/
|
||||
|
||||
#ifdef _MODULES
|
||||
|
||||
#include "Modules.h"
|
||||
#include "HTTPSock.h"
|
||||
#include "znc.h"
|
||||
@@ -459,5 +457,3 @@ void CHTTPSock::ReachedMaxBuffer() {
|
||||
DEBUG(GetSockName() << " == ReachedMaxBuffer()");
|
||||
Close();
|
||||
}
|
||||
|
||||
#endif // _MODULES
|
||||
|
||||
Reference in New Issue
Block a user