ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure
(Generate patch)

Comparing gvpe/configure (file contents):
Revision 1.16 by pcg, Sun Feb 8 07:24:25 2004 UTC vs.
Revision 1.17 by pcg, Mon May 10 18:57:03 2004 UTC

877 "tincd/mingw"; Broken combinations are: 877 "tincd/mingw"; Broken combinations are:
878 "tincd/cygwin"; The default is to autodetect. 878 "tincd/cygwin"; The default is to autodetect.
879 --enable-rohc enable robust header compression (rfc3095). 879 --enable-rohc enable robust header compression (rfc3095).
880 --enable-icmp enable icmp protocol support (default disabled). 880 --enable-icmp enable icmp protocol support (default disabled).
881 --enable-tcp enable tcp protocol support (default disabled). 881 --enable-tcp enable tcp protocol support (default disabled).
882 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
882 --enable-http-proxy enable http proxy connect support (default 883 --enable-http-proxy enable http proxy connect support (default
883 disabled). 884 disabled).
884 --enable-hmac-length=BYTES 885 --enable-hmac-length=BYTES
885 use a hmac of length BYTES bytes (default 12). 886 use a hmac of length BYTES bytes (default 12).
886 Allowed values are 4, 8, 12, 16. 887 Allowed values are 4, 8, 12, 16.
9729_ACEOF 9730_ACEOF
9730 9731
9731 9732
9732fi; 9733fi;
9733 9734
9735# Check whether --enable-dns or --disable-dns was given.
9736if test "${enable_dns+set}" = set; then
9737 enableval="$enable_dns"
9738
9739cat >>confdefs.h <<_ACEOF
9740#define ENABLE_DNS 1
9741_ACEOF
9742
9743
9744fi;
9745
9734# Check whether --enable-http-proxy or --disable-http-proxy was given. 9746# Check whether --enable-http-proxy or --disable-http-proxy was given.
9735if test "${enable_http_proxy+set}" = set; then 9747if test "${enable_http_proxy+set}" = set; then
9736 enableval="$enable_http_proxy" 9748 enableval="$enable_http_proxy"
9737 9749
9738cat >>confdefs.h <<_ACEOF 9750cat >>confdefs.h <<_ACEOF
9740_ACEOF 9752_ACEOF
9741 9753
9742 9754
9743fi; 9755fi;
9744 9756
9745HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9757HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9746if test "${enable_hmac_length+set}" = set; then 9758if test "${enable_hmac_length+set}" = set; then
9747 enableval="$enable_hmac_length" 9759 enableval="$enable_hmac_length"
9748 HMAC=$enableval 9760 HMAC=$enableval
9749 9761
9750fi; 9762fi;
11417echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure" 11429echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11418fi 11430fi
11419 11431
11420if test "$HMAC" -lt 12; then 11432if test "$HMAC" -lt 12; then
11421echo "***" 11433echo "***"
11422echo "*** WARNING: The hmac length you have chosen ($HMAC) might be insecure" 11434echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11423fi 11435fi
11424 11436
11425if test "$RAND" -lt 8; then 11437if test "$RAND" -lt 8; then
11426echo "***" 11438echo "***"
11427echo "*** WARNING: The random prefix you have chosen ($RAND) might be insecure" 11439echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11428fi 11440fi
11429 11441
11430echo "***" 11442echo "***"
11431 11443
11432echo 11444echo

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines