From 4fe4be2723eba3b7f3640396a1c8fa80b39fe2ab Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 10 Jan 2006 15:20:48 +0100 Subject: Removed send-flood protection code completely. --- configure | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configure') diff --git a/configure b/configure index b2ef4e86..7900967b 100755 --- a/configure +++ b/configure @@ -22,7 +22,6 @@ yahoo=1 debug=0 strip=1 -flood=0 ipv6=1 ssl=auto @@ -288,14 +287,6 @@ else fi; fi -if [ "$flood" = 1 ]; then - # echo '#define FLOOD_SEND' >> config.h - echo 'Flood protection is disabled in this release because of too many bugs.' 2> /dev/stderr - rm config.h - rm Makefile.settings - exit 1 -fi - echo if [ -z "$BITLBEE_VERSION" -a -d .bzr -a -x "`which bzr`" ]; then rev=`bzr revno` -- cgit v1.2.3