diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-01-10 15:20:48 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-01-10 15:20:48 +0100 | 
| commit | 4fe4be2723eba3b7f3640396a1c8fa80b39fe2ab (patch) | |
| tree | 090b32d3908ea57033cdfac274ef8d9cb3ce32c0 /configure | |
| parent | 2d75b56071f216cc3c8ff9791326df074ec4b806 (diff) | |
Removed send-flood protection code completely.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 9 | 
1 files changed, 0 insertions, 9 deletions
| @@ -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` | 
