Changeset e5663e0
- Timestamp:
- 2005-12-01T20:05:09Z (19 years ago)
- Branches:
- master
- Children:
- 626b446
- Parents:
- 7c2d798b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r7c2d798b re5663e0 55 55 --strip=0/1 Disable/enable binary stripping $strip 56 56 57 --flood=0/1 Flood protection $flood58 57 --ipv6=0/1 IPv6 socket support $ipv6 59 58 … … 282 281 283 282 if [ "$flood" = 1 ]; then 284 echo '#define FLOOD_SEND' >> config.h 283 # echo '#define FLOOD_SEND' >> config.h 284 echo 'Flood protection is disabled in this release because of too many bugs.' 2> /dev/stderr 285 rm config.h 286 rm Makefile.settings 287 exit 1 285 288 fi 286 289 … … 389 392 fi 390 393 391 if [ "$flood" = "0" ]; then392 echo ' Flood protection disabled.';393 else394 echo ' Flood protection enabled.';395 fi394 #if [ "$flood" = "0" ]; then 395 # echo ' Flood protection disabled.'; 396 #else 397 # echo ' Flood protection enabled.'; 398 #fi 396 399 397 400 if [ -n "$protocols" ]; then
Note: See TracChangeset
for help on using the changeset viewer.