Update of /cvsroot/solidircd/solidircd-stable/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24948/include
Modified Files:
config.h
Log Message:
undef debugmode.
Index: config.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** config.h 12 Mar 2006 20:49:25 -0000 1.21
--- config.h 17 Mar 2006 21:41:58 -0000 1.22
***************
*** 1002,1007 ****
* Don't use it. - lucas
*/
! #define DEBUGMODE /* define DEBUGMODE to enable */
! #define DUMP_DEBUG
--- 1002,1007 ----
* Don't use it. - lucas
*/
! #undef DEBUGMODE /* define DEBUGMODE to enable */
! #undef DUMP_DEBUG
***************
*** 1010,1014 ****
* Requires GNU C extensions for expression blocks.
*/
! #define MEMTRACE
--- 1010,1014 ----
* Requires GNU C extensions for expression blocks.
*/
! #undef MEMTRACE
|