From: Gabriel B. <sh...@us...> - 2006-03-26 17:22:49
|
Update of /cvsroot/solidircd/solidircd-stable/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17902/include Modified Files: config.h Log Message: update Index: config.h =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/include/config.h,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** config.h 19 Mar 2006 17:16:32 -0000 1.26 --- config.h 26 Mar 2006 17:22:43 -0000 1.27 *************** *** 139,143 **** */ ! #define STRICT_LIST --- 139,143 ---- */ ! #undef STRICT_LIST *************** *** 159,163 **** */ ! #define STRICT_HOSTMASK /* --- 159,163 ---- */ ! #undef STRICT_HOSTMASK /* *************** *** 418,425 **** */ ! #undef DO_IDENTD /* IDENTD_COMPLAIN - yell at users that don't have identd installed */ ! #undef IDENTD_COMPLAIN /* --- 418,425 ---- */ ! #define DO_IDENTD /* IDENTD_COMPLAIN - yell at users that don't have identd installed */ ! #define IDENTD_COMPLAIN /* |