--- gvpe/configure 2003/10/16 14:17:00 1.7 +++ gvpe/configure 2003/10/19 17:11:14 1.10 @@ -871,8 +871,8 @@ Use kernel/net device interface TYPE/SUBTYPE. Working combinations are: "native/linux" "tincd/linux" "tincd/freebsd" "tincd/openbsd" - "native/cygwin"; Untested combinations are: - "tincd/netbsd" "tincd/darwin" "tincd/solaris" + "tincd/darwin" "native/cygwin"; Untested + combinations are: "tincd/netbsd" "tincd/solaris" "tincd/mingw"; Broken combinations are: "tincd/cygwin"; The default is to autodetect. --enable-rohc enable robust header compression (rfc3095). @@ -6308,6 +6308,16 @@ IFSUBTYPE=$IFSUBTYPE +cat >>confdefs.h <<_ACEOF +#define IFTYPE "$IFTYPE" +_ACEOF + + +cat >>confdefs.h <<_ACEOF +#define IFSUBTYPE "$IFSUBTYPE" +_ACEOF + + cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure # tests run on this system so they can be shared between configure @@ -9280,7 +9290,7 @@ fi; -HMAC=12 # Check whether --enable-hmac-length or --disable-hmac-length was given. +HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given. if test "${enable_hmac_length+set}" = set; then enableval="$enable_hmac_length" HMAC=$enableval @@ -9371,13 +9381,6 @@ CXXFLAGS="$CXXFLAGS -fno-exceptions" fi -if $CXX -v --help 2>&1 | grep -q ffunction-sections; then - CXXFLAGS="$CXXFLAGS -ffunction-sections" -fi - -if $LD -v --help 2>&1 | grep -q gc-sections; then - LDFLAGS="$LDFLAGS -Wl,--gc-sections" -fi