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

Comparing gvpe/configure (file contents):
Revision 1.16 by pcg, Sun Feb 8 07:24:25 2004 UTC vs.
Revision 1.21 by pcg, Sun May 30 17:52:31 2004 UTC

307#endif 307#endif
308#if HAVE_UNISTD_H 308#if HAVE_UNISTD_H
309# include <unistd.h> 309# include <unistd.h>
310#endif" 310#endif"
311 311
312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S RANLIB ac_ct_RANLIB IFTYPE IFSUBTYPE CXXCPP ALLOCA LINUX_IF_TUN_H HAVE_TUNTAP ROHC_TRUE ROHC_FALSE INCLUDES LIBOBJS LTLIBOBJS' 312ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO AMTAR install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM AWK SET_MAKE am__leading_dot MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT MKINSTALLDIRS MSGFMT GMSGFMT XGETTEXT MSGMERGE CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE USE_NLS LIBICONV LTLIBICONV INTLLIBS LIBINTL LTLIBINTL POSUB CPP CXX CXXFLAGS ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE EGREP LN_S RANLIB ac_ct_RANLIB IFTYPE IFSUBTYPE CXXCPP ALLOCA LINUX_IF_TUN_H HAVE_TUNTAP LDFLAGS_DAEMON ROHC_TRUE ROHC_FALSE INCLUDES LIBOBJS LTLIBOBJS'
313ac_subst_files='' 313ac_subst_files=''
314 314
315# Initialize some variables set by options. 315# Initialize some variables set by options.
316ac_init_help= 316ac_init_help=
317ac_init_version=false 317ac_init_version=false
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: "tincd/netbsd" "tincd/solaris"
877 "tincd/mingw"; Broken combinations are: 877 "tincd/mingw"; Broken combinations are:
878 "tincd/cygwin"; The default is to autodetect. 878 "tincd/cygwin"; The default is to autodetect.
879 --enable-static-daemon enable statically linked daemon.
879 --enable-rohc enable robust header compression (rfc3095). 880 --enable-rohc enable robust header compression (rfc3095).
880 --enable-icmp enable icmp protocol support (default disabled). 881 --enable-icmp enable icmp protocol support (default disabled).
881 --enable-tcp enable tcp protocol support (default disabled). 882 --enable-tcp enable tcp protocol support (default disabled).
883 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
882 --enable-http-proxy enable http proxy connect support (default 884 --enable-http-proxy enable http proxy connect support (default
883 disabled). 885 disabled).
884 --enable-hmac-length=BYTES 886 --enable-hmac-length=BYTES
885 use a hmac of length BYTES bytes (default 12). 887 use a hmac of length BYTES bytes (default 12).
886 Allowed values are 4, 8, 12, 16. 888 Allowed values are 4, 8, 12, 16.
1358 1360
1359 1361
1360 1362
1361 1363
1362 1364
1365
1363ac_aux_dir= 1366ac_aux_dir=
1364for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1367for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1365 if test -f $ac_dir/install-sh; then 1368 if test -f $ac_dir/install-sh; then
1366 ac_aux_dir=$ac_dir 1369 ac_aux_dir=$ac_dir
1367 ac_install_sh="$ac_aux_dir/install-sh -c" 1370 ac_install_sh="$ac_aux_dir/install-sh -c"
1715fi 1718fi
1716 1719
1717 1720
1718# Define the identity of the package. 1721# Define the identity of the package.
1719 PACKAGE=vpe 1722 PACKAGE=vpe
1720 VERSION=1.5 1723 VERSION=1.7
1721 1724
1722 1725
1723cat >>confdefs.h <<_ACEOF 1726cat >>confdefs.h <<_ACEOF
1724#define PACKAGE "$PACKAGE" 1727#define PACKAGE "$PACKAGE"
1725_ACEOF 1728_ACEOF
9675 9678
9676if test "x$openssl_include" != x; then 9679if test "x$openssl_include" != x; then
9677 CXXFLAGS="$CXXFLAGS -I$openssl_include" 9680 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9678fi 9681fi
9679 9682
9683# Check whether --enable-static-daemon or --disable-static-daemon was given.
9684if test "${enable_static_daemon+set}" = set; then
9685 enableval="$enable_static_daemon"
9686 LDFLAGS_DAEMON=-static
9687
9688fi;
9689
9690
9680# Check whether --enable-rohc or --disable-rohc was given. 9691# Check whether --enable-rohc or --disable-rohc was given.
9681if test "${enable_rohc+set}" = set; then 9692if test "${enable_rohc+set}" = set; then
9682 enableval="$enable_rohc" 9693 enableval="$enable_rohc"
9683 9694
9684 echo 9695 echo
9729_ACEOF 9740_ACEOF
9730 9741
9731 9742
9732fi; 9743fi;
9733 9744
9745# Check whether --enable-dns or --disable-dns was given.
9746if test "${enable_dns+set}" = set; then
9747 enableval="$enable_dns"
9748
9749cat >>confdefs.h <<_ACEOF
9750#define ENABLE_DNS 1
9751_ACEOF
9752
9753
9754fi;
9755
9734# Check whether --enable-http-proxy or --disable-http-proxy was given. 9756# Check whether --enable-http-proxy or --disable-http-proxy was given.
9735if test "${enable_http_proxy+set}" = set; then 9757if test "${enable_http_proxy+set}" = set; then
9736 enableval="$enable_http_proxy" 9758 enableval="$enable_http_proxy"
9737 9759
9738cat >>confdefs.h <<_ACEOF 9760cat >>confdefs.h <<_ACEOF
9740_ACEOF 9762_ACEOF
9741 9763
9742 9764
9743fi; 9765fi;
9744 9766
9767HMAC=12
9745HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9768# Check whether --enable-hmac-length or --disable-hmac-length was given.
9746if test "${enable_hmac_length+set}" = set; then 9769if test "${enable_hmac_length+set}" = set; then
9747 enableval="$enable_hmac_length" 9770 enableval="$enable_hmac_length"
9748 HMAC=$enableval 9771 HMAC=$enableval
9749 9772
9750fi; 9773fi;
9752cat >>confdefs.h <<_ACEOF 9775cat >>confdefs.h <<_ACEOF
9753#define HMACLENGTH $HMAC 9776#define HMACLENGTH $HMAC
9754_ACEOF 9777_ACEOF
9755 9778
9756 9779
9780RAND=8
9757RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given. 9781# Check whether --enable-rand-length or --disable-rand-length was given.
9758if test "${enable_rand_length+set}" = set; then 9782if test "${enable_rand_length+set}" = set; then
9759 enableval="$enable_rand_length" 9783 enableval="$enable_rand_length"
9760 RAND=$enableval 9784 RAND=$enableval
9761 9785
9762fi; 9786fi;
9764cat >>confdefs.h <<_ACEOF 9788cat >>confdefs.h <<_ACEOF
9765#define RAND_SIZE $RAND 9789#define RAND_SIZE $RAND
9766_ACEOF 9790_ACEOF
9767 9791
9768 9792
9793MTU=1500
9769MTU=1500 # Check whether --enable-mtu or --disable-mtu was given. 9794# Check whether --enable-mtu or --disable-mtu was given.
9770if test "${enable_mtu+set}" = set; then 9795if test "${enable_mtu+set}" = set; then
9771 enableval="$enable_mtu" 9796 enableval="$enable_mtu"
9772 MTU=$enableval 9797 MTU=$enableval
9773 9798
9774fi; 9799fi;
9837 9862
9838 9863
9839 9864
9840 9865
9841 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile" 9866 ac_config_files="$ac_config_files Makefile po/Makefile.in src/Makefile src/rohc/Makefile doc/Makefile lib/Makefile m4/Makefile"
9867
9842cat >confcache <<\_ACEOF 9868cat >confcache <<\_ACEOF
9843# This file is a shell script that caches the results of configure 9869# This file is a shell script that caches the results of configure
9844# tests run on this system so they can be shared between configure 9870# tests run on this system so they can be shared between configure
9845# scripts and configure runs, see configure's option --config-cache. 9871# scripts and configure runs, see configure's option --config-cache.
9846# It is not useful on other systems. If it contains results you don't 9872# It is not useful on other systems. If it contains results you don't
10595s,@IFSUBTYPE@,$IFSUBTYPE,;t t 10621s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10596s,@CXXCPP@,$CXXCPP,;t t 10622s,@CXXCPP@,$CXXCPP,;t t
10597s,@ALLOCA@,$ALLOCA,;t t 10623s,@ALLOCA@,$ALLOCA,;t t
10598s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t 10624s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10599s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t 10625s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10626s,@LDFLAGS_DAEMON@,$LDFLAGS_DAEMON,;t t
10600s,@ROHC_TRUE@,$ROHC_TRUE,;t t 10627s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10601s,@ROHC_FALSE@,$ROHC_FALSE,;t t 10628s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10602s,@INCLUDES@,$INCLUDES,;t t 10629s,@INCLUDES@,$INCLUDES,;t t
10603s,@LIBOBJS@,$LIBOBJS,;t t 10630s,@LIBOBJS@,$LIBOBJS,;t t
10604s,@LTLIBOBJS@,$LTLIBOBJS,;t t 10631s,@LTLIBOBJS@,$LTLIBOBJS,;t t
11417echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure" 11444echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11418fi 11445fi
11419 11446
11420if test "$HMAC" -lt 12; then 11447if test "$HMAC" -lt 12; then
11421echo "***" 11448echo "***"
11422echo "*** WARNING: The hmac length you have chosen ($HMAC) might be insecure" 11449echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11423fi 11450fi
11424 11451
11425if test "$RAND" -lt 8; then 11452if test "$RAND" -lt 8; then
11426echo "***" 11453echo "***"
11427echo "*** WARNING: The random prefix you have chosen ($RAND) might be insecure" 11454echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11428fi 11455fi
11429 11456
11430echo "***" 11457echo "***"
11431 11458
11432echo 11459echo

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines