Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r4fe4be2 rffea9b9  
    2323debug=0
    2424strip=1
     25flood=0
    2526ipv6=1
    2627ssl=auto
     
    288289fi
    289290
     291if [ "$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
     297fi
     298
    290299echo
    291300if [ -z "$BITLBEE_VERSION" -a -d .bzr -a -x "`which bzr`" ]; then
Note: See TracChangeset for help on using the changeset viewer.