Changeset 4fe4be2 for configure


Ignore:
Timestamp:
2006-01-10T14:20:48Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
dd8d4c5
Parents:
2d75b56
Message:

Removed send-flood protection code completely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r2d75b56 r4fe4be2  
    2323debug=0
    2424strip=1
    25 flood=0
    2625ipv6=1
    2726ssl=auto
     
    289288fi
    290289
    291 if [ "$flood" = 1 ]; then
    292         # echo '#define FLOOD_SEND' >> config.h
    293         echo 'Flood protection is disabled in this release because of too many bugs.' 2> /dev/stderr
    294         rm config.h
    295         rm Makefile.settings
    296         exit 1
    297 fi
    298 
    299290echo
    300291if [ -z "$BITLBEE_VERSION" -a -d .bzr -a -x "`which bzr`" ]; then
Note: See TracChangeset for help on using the changeset viewer.