--- gvpe/configure 2003/10/15 01:52:32 1.6 +++ gvpe/configure 2003/10/16 21:57:54 1.9 @@ -870,9 +870,10 @@ --enable-iftype=TYPE/SUBTYPE Use kernel/net device interface TYPE/SUBTYPE. Working combinations are: "native/linux" - "tincd/linux" "tincd/freebsd"; Untested combinations - are: "tincd/netbsd" "tincd/darwin" "tincd/solaris" - "tincd/openbsd"; Broken combinations are: + "tincd/linux" "tincd/freebsd" "tincd/openbsd" + "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). --enable-icmp enable icmp protocol support (default disabled). @@ -6307,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 @@ -9279,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