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

Comparing gvpe/configure (file contents):
Revision 1.6 by pcg, Wed Oct 15 01:52:32 2003 UTC vs.
Revision 1.9 by pcg, Thu Oct 16 21:57:54 2003 UTC

868 --disable-rpath do not hardcode runtime library paths 868 --disable-rpath do not hardcode runtime library paths
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"; Untested combinations 873 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
874 "tincd/darwin" "native/cygwin"; Untested
874 are: "tincd/netbsd" "tincd/darwin" "tincd/solaris" 875 combinations are: "tincd/netbsd" "tincd/solaris"
875 "tincd/openbsd"; Broken combinations are: 876 "tincd/mingw"; Broken combinations are:
876 "tincd/cygwin"; The default is to autodetect. 877 "tincd/cygwin"; The default is to autodetect.
877 --enable-rohc enable robust header compression (rfc3095). 878 --enable-rohc enable robust header compression (rfc3095).
878 --enable-icmp enable icmp protocol support (default disabled). 879 --enable-icmp enable icmp protocol support (default disabled).
879 --enable-tcp enable tcp protocol support (default disabled). 880 --enable-tcp enable tcp protocol support (default disabled).
880 --enable-http-proxy enable http proxy connect support (default 881 --enable-http-proxy enable http proxy connect support (default
6305IFTYPE=$IFTYPE 6306IFTYPE=$IFTYPE
6306 6307
6307IFSUBTYPE=$IFSUBTYPE 6308IFSUBTYPE=$IFSUBTYPE
6308 6309
6309 6310
6311cat >>confdefs.h <<_ACEOF
6312#define IFTYPE "$IFTYPE"
6313_ACEOF
6314
6315
6316cat >>confdefs.h <<_ACEOF
6317#define IFSUBTYPE "$IFSUBTYPE"
6318_ACEOF
6319
6320
6310cat >confcache <<\_ACEOF 6321cat >confcache <<\_ACEOF
6311# This file is a shell script that caches the results of configure 6322# This file is a shell script that caches the results of configure
6312# tests run on this system so they can be shared between configure 6323# tests run on this system so they can be shared between configure
6313# scripts and configure runs, see configure's option --config-cache. 6324# scripts and configure runs, see configure's option --config-cache.
6314# It is not useful on other systems. If it contains results you don't 6325# It is not useful on other systems. If it contains results you don't
9277_ACEOF 9288_ACEOF
9278 9289
9279 9290
9280fi; 9291fi;
9281 9292
9282HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9293HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given.
9283if test "${enable_hmac_length+set}" = set; then 9294if test "${enable_hmac_length+set}" = set; then
9284 enableval="$enable_hmac_length" 9295 enableval="$enable_hmac_length"
9285 HMAC=$enableval 9296 HMAC=$enableval
9286 9297
9287fi; 9298fi;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines