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.10 by pcg, Sun Oct 19 17:11: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).
6306IFTYPE=$IFTYPE 6306IFTYPE=$IFTYPE
6307 6307
6308IFSUBTYPE=$IFSUBTYPE 6308IFSUBTYPE=$IFSUBTYPE
6309 6309
6310 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
6311cat >confcache <<\_ACEOF 6321cat >confcache <<\_ACEOF
6312# 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
6313# 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
6314# scripts and configure runs, see configure's option --config-cache. 6324# scripts and configure runs, see configure's option --config-cache.
6315# 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
9278_ACEOF 9288_ACEOF
9279 9289
9280 9290
9281fi; 9291fi;
9282 9292
9283HMAC=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.
9284if test "${enable_hmac_length+set}" = set; then 9294if test "${enable_hmac_length+set}" = set; then
9285 enableval="$enable_hmac_length" 9295 enableval="$enable_hmac_length"
9286 HMAC=$enableval 9296 HMAC=$enableval
9287 9297
9288fi; 9298fi;
9369 9379
9370if $CXX -v --help 2>&1 | grep -q fexceptions; then 9380if $CXX -v --help 2>&1 | grep -q fexceptions; then
9371 CXXFLAGS="$CXXFLAGS -fno-exceptions" 9381 CXXFLAGS="$CXXFLAGS -fno-exceptions"
9372fi 9382fi
9373 9383
9374if $CXX -v --help 2>&1 | grep -q ffunction-sections; then
9375 CXXFLAGS="$CXXFLAGS -ffunction-sections"
9376fi
9377
9378if $LD -v --help 2>&1 | grep -q gc-sections; then
9379 LDFLAGS="$LDFLAGS -Wl,--gc-sections"
9380fi
9381 9384
9382 9385
9383 9386
9384 9387
9385 9388

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines