enable debug in Csocket if _DEBUG is defined

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@339 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2005-05-18 22:15:06 +00:00
parent 7131e23b5b
commit 7a1278419b

4
main.h
View File

@@ -15,6 +15,10 @@
#define _NO_CSOCKET_NS
#endif
#ifdef _DEBUG
#define __DEBUG__
#endif
#include <iostream>
using std::cout;
using std::cerr;