From: Gabriel B. <sh...@us...> - 2006-03-12 05:31:06
|
Update of /cvsroot/solidircd/solidircd-stable/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15249/include Modified Files: config.h Log Message: clean up & fixes. Index: config.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** config.h 2 Jan 2006 20:26:22 -0000 1.17 --- config.h 12 Mar 2006 05:30:52 -0000 1.18 *************** *** 401,405 **** * I: lines to get ircd to do ident lookup even if you define this. */ ! #define DO_IDENTD /* IDENTD_COMPLAIN - yell at users that don't have identd installed */ --- 401,405 ---- * I: lines to get ircd to do ident lookup even if you define this. */ ! #undef DO_IDENTD /* IDENTD_COMPLAIN - yell at users that don't have identd installed */ |