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.19 by pcg, Thu May 13 13:09:16 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). 8868use a hmac of length BYTES bytes (default 12). Allowed values are 4
886 Allowed values are 4, 8, 12, 16.
887 --enable-rand-length=BYTES 887 --enable-rand-length=BYTES
888 use BYTES bytes of extra randomness (default 8). 8884use BYTES bytes of extra randomness (default 8). Allowed values are 0
889 Allowed values are 0, 4, 8.
890 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500). 889 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
891 Use 9100 for jumbogram support. 890 Use 9100 for jumbogram support.
892 --disable-compression Disable compression support. 891 --disable-compression Disable compression support.
893 --enable-cipher Select the symmetric cipher (default "bf"). Must be 892 --enable-cipher Select the symmetric cipher (default "bf"). Must be one of
894 one of "bf" (blowfish), "aes-128" (rijndael), 893"aes-128" (rijndael)"bf" (blowfish)
895 "aes-192" or "aes-256". 894 --enable-digest
896 --enable-digest Select the digets algorithm to use (default "sha1"). 895"ripemd160"Select the digets algorithm to use (default "sha1"). Must be one of
897 Must be one of "sha1", "ripemd160", "md5" or "md4" 896"ripemd160""sha1"
898 (insecure).
899 897
900Optional Packages: 898Optional Packages:
901 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 899 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
902 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 900 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
903 --with-gnu-ld assume the C compiler uses GNU ld default=no 901 --with-gnu-ld assume the C compiler uses GNU ld default=no
1358 1356
1359 1357
1360 1358
1361 1359
1362 1360
1361
1363ac_aux_dir= 1362ac_aux_dir=
1364for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1363for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1365 if test -f $ac_dir/install-sh; then 1364 if test -f $ac_dir/install-sh; then
1366 ac_aux_dir=$ac_dir 1365 ac_aux_dir=$ac_dir
1367 ac_install_sh="$ac_aux_dir/install-sh -c" 1366 ac_install_sh="$ac_aux_dir/install-sh -c"
1715fi 1714fi
1716 1715
1717 1716
1718# Define the identity of the package. 1717# Define the identity of the package.
1719 PACKAGE=vpe 1718 PACKAGE=vpe
1720 VERSION=1.5 1719 VERSION=1.6.1
1721 1720
1722 1721
1723cat >>confdefs.h <<_ACEOF 1722cat >>confdefs.h <<_ACEOF
1724#define PACKAGE "$PACKAGE" 1723#define PACKAGE "$PACKAGE"
1725_ACEOF 1724_ACEOF
9729_ACEOF 9728_ACEOF
9730 9729
9731 9730
9732fi; 9731fi;
9733 9732
9733# Check whether --enable-dns or --disable-dns was given.
9734if test "${enable_dns+set}" = set; then
9735 enableval="$enable_dns"
9736
9737cat >>confdefs.h <<_ACEOF
9738#define ENABLE_DNS 1
9739_ACEOF
9740
9741
9742fi;
9743
9734# Check whether --enable-http-proxy or --disable-http-proxy was given. 9744# Check whether --enable-http-proxy or --disable-http-proxy was given.
9735if test "${enable_http_proxy+set}" = set; then 9745if test "${enable_http_proxy+set}" = set; then
9736 enableval="$enable_http_proxy" 9746 enableval="$enable_http_proxy"
9737 9747
9738cat >>confdefs.h <<_ACEOF 9748cat >>confdefs.h <<_ACEOF
9740_ACEOF 9750_ACEOF
9741 9751
9742 9752
9743fi; 9753fi;
9744 9754
9745HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9755HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9746if test "${enable_hmac_length+set}" = set; then 9756if test "${enable_hmac_length+set}" = set; then
9747 enableval="$enable_hmac_length" 9757 enableval="$enable_hmac_length"
9748 HMAC=$enableval 9758 HMAC=$enableval
9749 9759
9750fi; 9760fi;
9837 9847
9838 9848
9839 9849
9840 9850
9841 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile" 9851 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile"
9852
9842cat >confcache <<\_ACEOF 9853cat >confcache <<\_ACEOF
9843# This file is a shell script that caches the results of configure 9854# This file is a shell script that caches the results of configure
9844# tests run on this system so they can be shared between configure 9855# tests run on this system so they can be shared between configure
9845# scripts and configure runs, see configure's option --config-cache. 9856# scripts and configure runs, see configure's option --config-cache.
9846# It is not useful on other systems. If it contains results you don't 9857# It is not useful on other systems. If it contains results you don't
11417echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure" 11428echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11418fi 11429fi
11419 11430
11420if test "$HMAC" -lt 12; then 11431if test "$HMAC" -lt 12; then
11421echo "***" 11432echo "***"
11422echo "*** WARNING: The hmac length you have chosen ($HMAC) might be insecure" 11433echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11423fi 11434fi
11424 11435
11425if test "$RAND" -lt 8; then 11436if test "$RAND" -lt 8; then
11426echo "***" 11437echo "***"
11427echo "*** WARNING: The random prefix you have chosen ($RAND) might be insecure" 11438echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11428fi 11439fi
11429 11440
11430echo "***" 11441echo "***"
11431 11442
11432echo 11443echo

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines