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

Comparing gvpe/configure (file contents):
Revision 1.18 by pcg, Wed May 12 13:32:12 2004 UTC vs.
Revision 1.19 by pcg, Thu May 13 13:09:16 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
1340ac_ext=c 1337ac_ext=c
1341ac_cpp='$CPP $CPPFLAGS' 1338ac_cpp='$CPP $CPPFLAGS'
1342ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' 1339ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1343ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 1340ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1344ac_compiler_gnu=$ac_cv_c_compiler_gnu 1341ac_compiler_gnu=$ac_cv_c_compiler_gnu
1342
1345 1343
1346 1344
1347 1345
1348 1346
1349 1347
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