Update of /cvsroot/solidircd/solidircd-stable/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31013/include
Modified Files:
config.h userban.h
Log Message:
bleh
Index: config.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** config.h 12 Mar 2006 16:05:54 -0000 1.20
--- config.h 12 Mar 2006 20:49:25 -0000 1.21
***************
*** 1002,1007 ****
* Don't use it. - lucas
*/
! #undef DEBUGMODE /* define DEBUGMODE to enable */
! #undef DUMP_DEBUG
--- 1002,1007 ----
* Don't use it. - lucas
*/
! #define DEBUGMODE /* define DEBUGMODE to enable */
! #define DUMP_DEBUG
***************
*** 1010,1014 ****
* Requires GNU C extensions for expression blocks.
*/
! #undef MEMTRACE
--- 1010,1014 ----
* Requires GNU C extensions for expression blocks.
*/
! #define MEMTRACE
Index: userban.h
===================================================================
RCS file: /cvsroot/solidircd/solidircd-stable/include/userban.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** userban.h 4 Sep 2005 05:24:13 -0000 1.3
--- userban.h 12 Mar 2006 20:49:26 -0000 1.4
***************
*** 25,29 ****
#define UBAN_CONF 0x004 /* this ban came from ircd.conf */
! #define UBAN_GLINE 0x0008 /* Like a K: line but global. */
#define UBAN_HOST 0x010 /* this ban matches against the user's resolved host */
--- 25,29 ----
#define UBAN_CONF 0x004 /* this ban came from ircd.conf */
! #define UBAN_GLINE 0x0008 /* Like K-line but global. */
#define UBAN_HOST 0x010 /* this ban matches against the user's resolved host */
|