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.28 by pcg, Wed Mar 23 20:22:01 2005 UTC

868 --enable-dependency-tracking Do not reject slow dependency extractors 868 --enable-dependency-tracking Do not reject slow dependency extractors
869 --disable-rpath do not hardcode runtime library paths 869 --disable-rpath do not hardcode runtime library paths
870 --disable-nls do not use Native Language Support 870 --disable-nls do not use Native Language Support
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 (see doc/gvpe.osdep.5.pod):
874 "native/linux" "tincd/linux" "tincd/netbsd"
874 "tincd/linux" "tincd/freebsd" "tincd/openbsd" 875 "tincd/freebsd" "tincd/openbsd" "native/darwin"
875 "tincd/darwin" "native/cygwin"; Untested 876 "tincd/darwin" "native/cygwin"; Untested
876 combinations are: "tincd/netbsd" "tincd/solaris" 877 combinations are: "tincd/solaris" "tincd/mingw"
877 "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket"; 878 "tincd/raw_socket" "tincd/uml_socket"; Broken
878 Broken combinations are: "tincd/cygwin"; The default 879 combinations are: "tincd/cygwin"; The default is to
879 is to autodetect. 880 autodetect.
880 --enable-static-daemon enable statically linked daemon. 881 --enable-static-daemon enable statically linked daemon.
881 --enable-rohc enable robust header compression (rfc3095). 882 --enable-rohc enable robust header compression (rfc3095).
882 --enable-icmp enable icmp protocol support (default disabled). 883 --enable-icmp enable icmp protocol support (default disabled).
883 --enable-tcp enable tcp protocol support (default disabled). 884 --enable-tcp enable tcp protocol support (default disabled).
884 --enable-dns enable dns tunnel protocol support (DOES NOT WORK). 885 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
1719fi 1720fi
1720 1721
1721 1722
1722# Define the identity of the package. 1723# Define the identity of the package.
1723 PACKAGE=gvpe 1724 PACKAGE=gvpe
1724 VERSION=1.8 1725 VERSION=1.9
1725 1726
1726 1727
1727cat >>confdefs.h <<_ACEOF 1728cat >>confdefs.h <<_ACEOF
1728#define PACKAGE "$PACKAGE" 1729#define PACKAGE "$PACKAGE"
1729_ACEOF 1730_ACEOF
6415#define HAVE_FREEBSD 1 6416#define HAVE_FREEBSD 1
6416_ACEOF 6417_ACEOF
6417 6418
6418 ;; 6419 ;;
6419 *darwin*) 6420 *darwin*)
6420 IFTYPE=tincd 6421 IFTYPE=native
6421 IFSUBTYPE=darwin 6422 IFSUBTYPE=darwin
6422 6423
6423cat >>confdefs.h <<\_ACEOF 6424cat >>confdefs.h <<\_ACEOF
6424#define HAVE_DARWIN 1 6425#define HAVE_DARWIN 1
6425_ACEOF 6426_ACEOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines