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

Comparing gvpe/configure (file contents):
Revision 1.7 by pcg, Thu Oct 16 14:17:00 2003 UTC vs.
Revision 1.8 by pcg, Thu Oct 16 20:35:14 2003 UTC

869 --disable-nls do not use Native Language Support 869 --disable-nls do not use Native Language Support
870 --enable-iftype=TYPE/SUBTYPE 870 --enable-iftype=TYPE/SUBTYPE
871 Use kernel/net device interface TYPE/SUBTYPE. 871 Use kernel/net device interface TYPE/SUBTYPE.
872 Working combinations are: "native/linux" 872 Working combinations are: "native/linux"
873 "tincd/linux" "tincd/freebsd" "tincd/openbsd" 873 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
874 "native/cygwin"; Untested combinations are: 874 "tincd/darwin" "native/cygwin"; Untested
875 "tincd/netbsd" "tincd/darwin" "tincd/solaris" 875 combinations are: "tincd/netbsd" "tincd/solaris"
876 "tincd/mingw"; Broken combinations are: 876 "tincd/mingw"; Broken combinations are:
877 "tincd/cygwin"; The default is to autodetect. 877 "tincd/cygwin"; The default is to autodetect.
878 --enable-rohc enable robust header compression (rfc3095). 878 --enable-rohc enable robust header compression (rfc3095).
879 --enable-icmp enable icmp protocol support (default disabled). 879 --enable-icmp enable icmp protocol support (default disabled).
880 --enable-tcp enable tcp protocol support (default disabled). 880 --enable-tcp enable tcp protocol support (default disabled).
9278_ACEOF 9278_ACEOF
9279 9279
9280 9280
9281fi; 9281fi;
9282 9282
9283HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9283HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9284if test "${enable_hmac_length+set}" = set; then 9284if test "${enable_hmac_length+set}" = set; then
9285 enableval="$enable_hmac_length" 9285 enableval="$enable_hmac_length"
9286 HMAC=$enableval 9286 HMAC=$enableval
9287 9287
9288fi; 9288fi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines