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

Comparing gvpe/configure (file contents):
Revision 1.17 by pcg, Mon May 10 18:57:03 2004 UTC vs.
Revision 1.20 by pcg, Sun May 30 17:36:00 2004 UTC

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-dns enable dns tunnel protocol support (DOES NOT WORK).
883 --enable-http-proxy enable http proxy connect support (default 883 --enable-http-proxy enable http proxy connect support (default
884 disabled). 884 disabled).
885 --enable-hmac-length=BYTES 885 --enable-hmac-length=BYTES
886 use a hmac of length BYTES bytes (default 12). 8868use a hmac of length BYTES bytes (default 12). Allowed values are 4
887 Allowed values are 4, 8, 12, 16.
888 --enable-rand-length=BYTES 887 --enable-rand-length=BYTES
889 use BYTES bytes of extra randomness (default 8). 8884use BYTES bytes of extra randomness (default 8). Allowed values are 0
890 Allowed values are 0, 4, 8.
891 --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).
892 Use 9100 for jumbogram support. 890 Use 9100 for jumbogram support.
893 --disable-compression Disable compression support. 891 --disable-compression Disable compression support.
894 --enable-cipher Select the symmetric cipher (default "bf"). Must be 892 --enable-cipher Select the symmetric cipher (default "bf"). Must be one of
895 one of "bf" (blowfish), "aes-128" (rijndael), 893"aes-128" (rijndael)"bf" (blowfish)
896 "aes-192" or "aes-256". 894 --enable-digest
897 --enable-digest Select the digets algorithm to use (default "sha1"). 895"ripemd160"Select the digets algorithm to use (default "sha1"). Must be one of
898 Must be one of "sha1", "ripemd160", "md5" or "md4" 896"ripemd160""sha1"
899 (insecure).
900 897
901Optional Packages: 898Optional Packages:
902 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 899 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
903 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) 900 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
904 --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
1359 1356
1360 1357
1361 1358
1362 1359
1363 1360
1361
1364ac_aux_dir= 1362ac_aux_dir=
1365for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1363for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1366 if test -f $ac_dir/install-sh; then 1364 if test -f $ac_dir/install-sh; then
1367 ac_aux_dir=$ac_dir 1365 ac_aux_dir=$ac_dir
1368 ac_install_sh="$ac_aux_dir/install-sh -c" 1366 ac_install_sh="$ac_aux_dir/install-sh -c"
1716fi 1714fi
1717 1715
1718 1716
1719# Define the identity of the package. 1717# Define the identity of the package.
1720 PACKAGE=vpe 1718 PACKAGE=vpe
1721 VERSION=1.5 1719 VERSION=1.7
1722 1720
1723 1721
1724cat >>confdefs.h <<_ACEOF 1722cat >>confdefs.h <<_ACEOF
1725#define PACKAGE "$PACKAGE" 1723#define PACKAGE "$PACKAGE"
1726_ACEOF 1724_ACEOF
9849 9847
9850 9848
9851 9849
9852 9850
9853 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
9854cat >confcache <<\_ACEOF 9853cat >confcache <<\_ACEOF
9855# 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
9856# 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
9857# scripts and configure runs, see configure's option --config-cache. 9856# scripts and configure runs, see configure's option --config-cache.
9858# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines