aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-10 15:20:48 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-10 15:20:48 +0100
commit4fe4be2723eba3b7f3640396a1c8fa80b39fe2ab (patch)
tree090b32d3908ea57033cdfac274ef8d9cb3ce32c0 /configure
parent2d75b56071f216cc3c8ff9791326df074ec4b806 (diff)
Removed send-flood protection code completely.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure9
1 files changed, 0 insertions, 9 deletions
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`