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

Comparing gvpe/configure (file contents):
Revision 1.26 by pcg, Fri Mar 18 01:53:05 2005 UTC vs.
Revision 1.27 by pcg, Wed Mar 23 17:03:58 2005 UTC

871 --enable-iftype=TYPE/SUBTYPE 871 --enable-iftype=TYPE/SUBTYPE
872 Use kernel/net device interface TYPE/SUBTYPE. 872 Use kernel/net device interface TYPE/SUBTYPE.
873 Working combinations are: "native/linux" 873 Working combinations are: "native/linux"
874 "tincd/linux" "tincd/freebsd" "tincd/openbsd" 874 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
875 "tincd/darwin" "native/cygwin"; Untested 875 "tincd/darwin" "native/cygwin"; Untested
876 combinations are: "tincd/netbsd" "tincd/solaris" 876 combinations are: "native/darwin" "tincd/netbsd"
877 "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket"; 877 "tincd/solaris" "tincd/mingw" "tincd/raw_socket"
878 Broken combinations are: "tincd/cygwin"; The default 878 "tincd/uml_socket"; Broken combinations are:
879 is to autodetect. 879 "tincd/cygwin"; The default is to autodetect.
880 --enable-static-daemon enable statically linked daemon. 880 --enable-static-daemon enable statically linked daemon.
881 --enable-rohc enable robust header compression (rfc3095). 881 --enable-rohc enable robust header compression (rfc3095).
882 --enable-icmp enable icmp protocol support (default disabled). 882 --enable-icmp enable icmp protocol support (default disabled).
883 --enable-tcp enable tcp protocol support (default disabled). 883 --enable-tcp enable tcp protocol support (default disabled).
884 --enable-dns enable dns tunnel protocol support (DOES NOT WORK). 884 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
1719fi 1719fi
1720 1720
1721 1721
1722# Define the identity of the package. 1722# Define the identity of the package.
1723 PACKAGE=gvpe 1723 PACKAGE=gvpe
1724 VERSION=1.8 1724 VERSION=1.9
1725 1725
1726 1726
1727cat >>confdefs.h <<_ACEOF 1727cat >>confdefs.h <<_ACEOF
1728#define PACKAGE "$PACKAGE" 1728#define PACKAGE "$PACKAGE"
1729_ACEOF 1729_ACEOF
6415#define HAVE_FREEBSD 1 6415#define HAVE_FREEBSD 1
6416_ACEOF 6416_ACEOF
6417 6417
6418 ;; 6418 ;;
6419 *darwin*) 6419 *darwin*)
6420 IFTYPE=tincd 6420 IFTYPE=native
6421 IFSUBTYPE=darwin 6421 IFSUBTYPE=darwin
6422 6422
6423cat >>confdefs.h <<\_ACEOF 6423cat >>confdefs.h <<\_ACEOF
6424#define HAVE_DARWIN 1 6424#define HAVE_DARWIN 1
6425_ACEOF 6425_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines