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

Comparing gvpe/configure (file contents):
Revision 1.5 by pcg, Wed Oct 15 01:35:45 2003 UTC vs.
Revision 1.7 by pcg, Thu Oct 16 14:17:00 2003 UTC

868 --disable-rpath do not hardcode runtime library paths 868 --disable-rpath do not hardcode runtime library paths
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"; Untested combinations 873 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
874 "native/cygwin"; Untested combinations are:
874 are: "tincd/netbsd" "tincd/darwin" "tincd/solaris" 875 "tincd/netbsd" "tincd/darwin" "tincd/solaris"
875 "tincd/openbsd"; Broken combinations are: 876 "tincd/mingw"; Broken combinations are:
876 "tincd/cygwin"; The default is to autodetect. 877 "tincd/cygwin"; The default is to autodetect.
877 --enable-rohc enable robust header compression (rfc3095). 878 --enable-rohc enable robust header compression (rfc3095).
878 --enable-icmp enable icmp protocol support (default disabled). 879 --enable-icmp enable icmp protocol support (default disabled).
879 --enable-tcp enable tcp protocol support (default disabled). 880 --enable-tcp enable tcp protocol support (default disabled).
880 --enable-http-proxy enable http proxy connect support (default 881 --enable-http-proxy enable http proxy connect support (default
6283#define HAVE_NETBSD 1 6284#define HAVE_NETBSD 1
6284_ACEOF 6285_ACEOF
6285 6286
6286 ;; 6287 ;;
6287 *cygwin*) 6288 *cygwin*)
6288 IFTYPE=tincd 6289 IFTYPE=native
6289 IFSUBTYPE=cygwin 6290 IFSUBTYPE=cygwin
6290 6291
6291cat >>confdefs.h <<\_ACEOF 6292cat >>confdefs.h <<\_ACEOF
6292#define HAVE_CYGWIN 1 6293#define HAVE_CYGWIN 1
6293_ACEOF 6294_ACEOF
8747fi 8748fi
8748 8749
8749 8750
8750 8751
8751 8752
8753
8752 tinc_ac_save_CPPFLAGS="$CPPFLAGS" 8754 tinc_ac_save_CPPFLAGS="$CPPFLAGS"
8753 8755
8754 8756
8755# Check whether --with-openssl-include or --without-openssl-include was given. 8757# Check whether --with-openssl-include or --without-openssl-include was given.
8756if test "${with_openssl_include+set}" = set; then 8758if test "${with_openssl_include+set}" = set; then
9217 9219
9218 9220
9219fi 9221fi
9220 9222
9221 9223
9224if test "x$openssl_include" != x; then
9222CXXFLAGS="$CXXFLAGS -I$openssl_include" 9225 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9226fi
9223 9227
9224# Check whether --enable-rohc or --disable-rohc was given. 9228# Check whether --enable-rohc or --disable-rohc was given.
9225if test "${enable_rohc+set}" = set; then 9229if test "${enable_rohc+set}" = set; then
9226 enableval="$enable_rohc" 9230 enableval="$enable_rohc"
9227 9231

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines