*** ../ircu2.10.04/config/config-sh.in Fri Oct 16 11:53:33 1998 --- ../ircu2.10.04+/config/config-sh.in Fri Oct 16 11:55:04 1998 *************** *** 339,350 **** comment 'Mandatory defines (you should leave these untouched)' bool 'XMODE Networking - ESNET' XMODE_ESNET y bool 'ESNET Distributed DataBase Support - ESNET' DB_ESNET y - bool 'Check for clones (y!)' CHECK_CLONE y - if [ "$CHECK_CLONE" = "y" ]; then - int 'Check clone limit (2!)' CHECK_CLONE_LIMIT 2 - int 'Check clone period (20!)' CHECK_CLONE_PERIOD 20 - int 'Check clone delay (600!)' CHECK_CLONE_DELAY 600 - fi int 'Max auto connects per class (1!)' MAXIMUM_LINKS 1 echo '* Never define this on a production server:' bool 'Enable message logging' MSGLOG_ENABLED --- 339,344 ----