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

Comparing gvpe/configure (file contents):
Revision 1.13 by pcg, Sat Jan 17 15:43:02 2004 UTC vs.
Revision 1.21 by pcg, Sun May 30 17:52:31 2004 UTC

1#! /bin/sh 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles. 2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.58. 3# Generated by GNU Autoconf 2.59.
4# 4#
5# Copyright (C) 2003 Free Software Foundation, Inc. 5# Copyright (C) 2003 Free Software Foundation, Inc.
6# This configure script is free software; the Free Software Foundation 6# This configure script is free software; the Free Software Foundation
7# gives unlimited permission to copy, distribute and modify it. 7# gives unlimited permission to copy, distribute and modify it.
8## --------------------- ## 8## --------------------- ##
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 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
867 --disable-dependency-tracking Speeds up one-time builds 867 --disable-dependency-tracking Speeds up one-time builds
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. Working combinations are: 872 Use kernel/net device interface TYPE/SUBTYPE.
873 "native/linux" "tincd/linux" "tincd/freebsd" "tincd/openbsd" "tincd/darwin" "native/cygwin"; Untested 873 Working combinations are: "native/linux"
874 "tincd/linux" "tincd/freebsd" "tincd/openbsd"
875 "tincd/darwin" "native/cygwin"; Untested
874 combinations are: "tincd/netbsd" "tincd/solaris" "tincd/mingw"; Broken combinations are: 876 combinations are: "tincd/netbsd" "tincd/solaris"
877 "tincd/mingw"; Broken combinations are:
875 "tincd/cygwin"; The default is to autodetect. 878 "tincd/cygwin"; The default is to autodetect.
876 --enable-rohc 879 --enable-static-daemon enable statically linked daemon.
877 enable robust header compression (rfc3095). 880 --enable-rohc enable robust header compression (rfc3095).
878 --enable-icmp 881 --enable-icmp enable icmp protocol support (default disabled).
879 enable icmp protocol support (default disabled). 882 --enable-tcp enable tcp protocol support (default disabled).
880 --enable-tcp 883 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
881 enable tcp protocol support (default disabled). 884 --enable-http-proxy enable http proxy connect support (default
882 --enable-http-proxy 885 disabled).
883 enable http proxy connect support (default disabled).
884 --enable-hmac-length=BYTES 886 --enable-hmac-length=BYTES
885 use a hmac of length BYTES bytes (default 887 use a hmac of length BYTES bytes (default 12).
886 12). Allowed values are 4, 8, 12, 16. 888 Allowed values are 4, 8, 12, 16.
887 --enable-rand-length=BYTES 889 --enable-rand-length=BYTES
888 use BYTES bytes of extra randomness (default 8). 890 use BYTES bytes of extra randomness (default 8).
889 Allowed values are 0, 4, 8. 891 Allowed values are 0, 4, 8.
890 --enable-max-mtu=BYTES 892 --enable-max-mtu=BYTES enable mtu sizes upto BYTES bytes (default 1500).
891 enable mtu sizes upto BYTES bytes (default 1500).
892 Use 9100 for jumbogram support. 893 Use 9100 for jumbogram support.
893 --disable-compression 894 --disable-compression Disable compression support.
894 Disable compression support.
895 --enable-cipher
896 Select the symmetric cipher (default "bf"). Must be 895 --enable-cipher Select the symmetric cipher (default "bf"). Must be
897 one of "bf" (blowfish), "aes-128" (rijndael), "aes-192" or "aes-256". 896 one of "bf" (blowfish), "aes-128" (rijndael),
898 --enable-digest 897 "aes-192" or "aes-256".
899 Select the digets algorithm to use (default "sha1"). 898 --enable-digest Select the digets algorithm to use (default "sha1").
900 Must be one of "sha1", "ripemd160", "md5" or "md4" 899 Must be one of "sha1", "ripemd160", "md5" or "md4"
901 (insecure). 900 (insecure).
902 901
903Optional Packages: 902Optional Packages:
904 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] 903 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
912 (default: /usr/src/linux) 911 (default: /usr/src/linux)
913 --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl) 912 --with-openssl-include=DIR OpenSSL headers directory (without trailing /openssl)
914 --with-openssl-lib=DIR OpenSSL library directory 913 --with-openssl-lib=DIR OpenSSL library directory
915 914
916Some influential environment variables: 915Some influential environment variables:
917 CC 916 CC C compiler command
918 C compiler command 917 CFLAGS C compiler flags
919 CFLAGS
920 C compiler flags
921 LDFLAGS
922 linker flags, e.g. -L<lib dir> if you have 918 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
923 libraries in a nonstandard directory <lib dir> 919 nonstandard directory <lib dir>
924 CPPFLAGS
925 C/C++ preprocessor flags, e.g. -I<include dir> if you 920 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
926 have headers in a nonstandard directory <include dir> 921 headers in a nonstandard directory <include dir>
927 CPP 922 CPP C preprocessor
928 C preprocessor
929 CXX
930 C++ compiler command 923 CXX C++ compiler command
931 CXXFLAGS
932 C++ compiler flags 924 CXXFLAGS C++ compiler flags
933 CXXCPP
934 C++ preprocessor 925 CXXCPP C++ preprocessor
935 926
936Use these variables to override the choices made by `configure' or to help 927Use these variables to override the choices made by `configure' or to help
937it to find libraries and programs with nonstandard names/locations. 928it to find libraries and programs with nonstandard names/locations.
938 929
939_ACEOF 930_ACEOF
1042cat >&5 <<_ACEOF 1033cat >&5 <<_ACEOF
1043This file contains any messages produced by compilers while 1034This file contains any messages produced by compilers while
1044running configure, to aid debugging if configure makes a mistake. 1035running configure, to aid debugging if configure makes a mistake.
1045 1036
1046It was created by $as_me, which was 1037It was created by $as_me, which was
1047generated by GNU Autoconf 2.58. Invocation command line was 1038generated by GNU Autoconf 2.59. Invocation command line was
1048 1039
1049 $ $0 $@ 1040 $ $0 $@
1050 1041
1051_ACEOF 1042_ACEOF
1052{ 1043{
1369 1360
1370 1361
1371 1362
1372 1363
1373 1364
1365
1374ac_aux_dir= 1366ac_aux_dir=
1375for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do 1367for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1376 if test -f $ac_dir/install-sh; then 1368 if test -f $ac_dir/install-sh; then
1377 ac_aux_dir=$ac_dir 1369 ac_aux_dir=$ac_dir
1378 ac_install_sh="$ac_aux_dir/install-sh -c" 1370 ac_install_sh="$ac_aux_dir/install-sh -c"
1726fi 1718fi
1727 1719
1728 1720
1729# Define the identity of the package. 1721# Define the identity of the package.
1730 PACKAGE=vpe 1722 PACKAGE=vpe
1731 VERSION=1.4 1723 VERSION=1.7
1732 1724
1733 1725
1734cat >>confdefs.h <<_ACEOF 1726cat >>confdefs.h <<_ACEOF
1735#define PACKAGE "$PACKAGE" 1727#define PACKAGE "$PACKAGE"
1736_ACEOF 1728_ACEOF
9686 9678
9687if test "x$openssl_include" != x; then 9679if test "x$openssl_include" != x; then
9688 CXXFLAGS="$CXXFLAGS -I$openssl_include" 9680 CXXFLAGS="$CXXFLAGS -I$openssl_include"
9689fi 9681fi
9690 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
9691# Check whether --enable-rohc or --disable-rohc was given. 9691# Check whether --enable-rohc or --disable-rohc was given.
9692if test "${enable_rohc+set}" = set; then 9692if test "${enable_rohc+set}" = set; then
9693 enableval="$enable_rohc" 9693 enableval="$enable_rohc"
9694 9694
9695 echo 9695 echo
9696 echo "**********************************************************************" 9696 echo "**********************************************************************"
9697 echo "**********************************************************************" 9697 echo "**********************************************************************"
9698 echo "**** --enable-rohc not yet implemented *******************************" 9698 echo "**** --enable-rohc is highly experimental, do not use ****************"
9699 echo "**********************************************************************"
9700 echo "**** uuh sorry, I am such an ass, but I didn't find any rfc3095 (ROHC)"
9701 echo "**** implementation to be used in GPL code on the web."
9702 echo "**** so this option is just a fake. Please implement one and send it"
9703 echo "**** to me ;)"
9704 echo "**********************************************************************"
9705 echo "**********************************************************************"
9706 echo "**********************************************************************" 9699 echo "**********************************************************************"
9707 echo "**********************************************************************" 9700 echo "**********************************************************************"
9708 echo 9701 echo
9702 rohc=true
9703
9704cat >>confdefs.h <<_ACEOF
9705#define ENABLE_ROHC 1
9706_ACEOF
9707
9709 9708
9710 9709
9711fi; 9710fi;
9711
9712
9713
9714if test x$rohc = xtrue; then
9715 ROHC_TRUE=
9716 ROHC_FALSE='#'
9717else
9718 ROHC_TRUE='#'
9719 ROHC_FALSE=
9720fi
9721
9712 9722
9713# Check whether --enable-icmp or --disable-icmp was given. 9723# Check whether --enable-icmp or --disable-icmp was given.
9714if test "${enable_icmp+set}" = set; then 9724if test "${enable_icmp+set}" = set; then
9715 enableval="$enable_icmp" 9725 enableval="$enable_icmp"
9716 9726
9730_ACEOF 9740_ACEOF
9731 9741
9732 9742
9733fi; 9743fi;
9734 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
9735# Check whether --enable-http-proxy or --disable-http-proxy was given. 9756# Check whether --enable-http-proxy or --disable-http-proxy was given.
9736if test "${enable_http_proxy+set}" = set; then 9757if test "${enable_http_proxy+set}" = set; then
9737 enableval="$enable_http_proxy" 9758 enableval="$enable_http_proxy"
9738 9759
9739cat >>confdefs.h <<_ACEOF 9760cat >>confdefs.h <<_ACEOF
9741_ACEOF 9762_ACEOF
9742 9763
9743 9764
9744fi; 9765fi;
9745 9766
9767HMAC=12
9746HMAC=8 # Check whether --enable-hmac-length or --disable-hmac-length was given. 9768# Check whether --enable-hmac-length or --disable-hmac-length was given.
9747if test "${enable_hmac_length+set}" = set; then 9769if test "${enable_hmac_length+set}" = set; then
9748 enableval="$enable_hmac_length" 9770 enableval="$enable_hmac_length"
9749 HMAC=$enableval 9771 HMAC=$enableval
9750 9772
9751fi; 9773fi;
9753cat >>confdefs.h <<_ACEOF 9775cat >>confdefs.h <<_ACEOF
9754#define HMACLENGTH $HMAC 9776#define HMACLENGTH $HMAC
9755_ACEOF 9777_ACEOF
9756 9778
9757 9779
9780RAND=8
9758RAND=8 # Check whether --enable-rand-length or --disable-rand-length was given. 9781# Check whether --enable-rand-length or --disable-rand-length was given.
9759if test "${enable_rand_length+set}" = set; then 9782if test "${enable_rand_length+set}" = set; then
9760 enableval="$enable_rand_length" 9783 enableval="$enable_rand_length"
9761 RAND=$enableval 9784 RAND=$enableval
9762 9785
9763fi; 9786fi;
9765cat >>confdefs.h <<_ACEOF 9788cat >>confdefs.h <<_ACEOF
9766#define RAND_SIZE $RAND 9789#define RAND_SIZE $RAND
9767_ACEOF 9790_ACEOF
9768 9791
9769 9792
9793MTU=1500
9770MTU=1500 # Check whether --enable-mtu or --disable-mtu was given. 9794# Check whether --enable-mtu or --disable-mtu was given.
9771if test "${enable_mtu+set}" = set; then 9795if test "${enable_mtu+set}" = set; then
9772 enableval="$enable_mtu" 9796 enableval="$enable_mtu"
9773 MTU=$enableval 9797 MTU=$enableval
9774 9798
9775fi; 9799fi;
9837 9861
9838 9862
9839 9863
9840 9864
9841 9865
9842 ac_config_files="$ac_config_files Makefile po/Makefile.in src/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
9843cat >confcache <<\_ACEOF 9868cat >confcache <<\_ACEOF
9844# 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
9845# 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
9846# scripts and configure runs, see configure's option --config-cache. 9871# scripts and configure runs, see configure's option --config-cache.
9847# 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
9961fi 9986fi
9962if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then 9987if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
9963 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined. 9988 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
9964Usually this means the macro was only invoked conditionally." >&5 9989Usually this means the macro was only invoked conditionally." >&5
9965echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined. 9990echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
9991Usually this means the macro was only invoked conditionally." >&2;}
9992 { (exit 1); exit 1; }; }
9993fi
9994if test -z "${ROHC_TRUE}" && test -z "${ROHC_FALSE}"; then
9995 { { echo "$as_me:$LINENO: error: conditional \"ROHC\" was never defined.
9996Usually this means the macro was only invoked conditionally." >&5
9997echo "$as_me: error: conditional \"ROHC\" was never defined.
9966Usually this means the macro was only invoked conditionally." >&2;} 9998Usually this means the macro was only invoked conditionally." >&2;}
9967 { (exit 1); exit 1; }; } 9999 { (exit 1); exit 1; }; }
9968fi 10000fi
9969 10001
9970: ${CONFIG_STATUS=./config.status} 10002: ${CONFIG_STATUS=./config.status}
10236_ASBOX 10268_ASBOX
10237} >&5 10269} >&5
10238cat >&5 <<_CSEOF 10270cat >&5 <<_CSEOF
10239 10271
10240This file was extended by $as_me, which was 10272This file was extended by $as_me, which was
10241generated by GNU Autoconf 2.58. Invocation command line was 10273generated by GNU Autoconf 2.59. Invocation command line was
10242 10274
10243 CONFIG_FILES = $CONFIG_FILES 10275 CONFIG_FILES = $CONFIG_FILES
10244 CONFIG_HEADERS = $CONFIG_HEADERS 10276 CONFIG_HEADERS = $CONFIG_HEADERS
10245 CONFIG_LINKS = $CONFIG_LINKS 10277 CONFIG_LINKS = $CONFIG_LINKS
10246 CONFIG_COMMANDS = $CONFIG_COMMANDS 10278 CONFIG_COMMANDS = $CONFIG_COMMANDS
10299_ACEOF 10331_ACEOF
10300 10332
10301cat >>$CONFIG_STATUS <<_ACEOF 10333cat >>$CONFIG_STATUS <<_ACEOF
10302ac_cs_version="\\ 10334ac_cs_version="\\
10303config.status 10335config.status
10304configured by $0, generated by GNU Autoconf 2.58, 10336configured by $0, generated by GNU Autoconf 2.59,
10305 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\" 10337 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
10306 10338
10307Copyright (C) 2003 Free Software Foundation, Inc. 10339Copyright (C) 2003 Free Software Foundation, Inc.
10308This config.status script is free software; the Free Software Foundation 10340This config.status script is free software; the Free Software Foundation
10309gives unlimited permission to copy, distribute and modify it." 10341gives unlimited permission to copy, distribute and modify it."
10418 case "$ac_config_target" in 10450 case "$ac_config_target" in
10419 # Handling of arguments. 10451 # Handling of arguments.
10420 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 10452 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
10421 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;; 10453 "po/Makefile.in" ) CONFIG_FILES="$CONFIG_FILES po/Makefile.in" ;;
10422 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; 10454 "src/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
10455 "src/rohc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/rohc/Makefile" ;;
10423 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;; 10456 "doc/Makefile" ) CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
10424 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;; 10457 "lib/Makefile" ) CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
10425 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;; 10458 "m4/Makefile" ) CONFIG_FILES="$CONFIG_FILES m4/Makefile" ;;
10426 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;; 10459 "default-1" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
10427 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; 10460 "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
10588s,@IFSUBTYPE@,$IFSUBTYPE,;t t 10621s,@IFSUBTYPE@,$IFSUBTYPE,;t t
10589s,@CXXCPP@,$CXXCPP,;t t 10622s,@CXXCPP@,$CXXCPP,;t t
10590s,@ALLOCA@,$ALLOCA,;t t 10623s,@ALLOCA@,$ALLOCA,;t t
10591s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t 10624s,@LINUX_IF_TUN_H@,$LINUX_IF_TUN_H,;t t
10592s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t 10625s,@HAVE_TUNTAP@,$HAVE_TUNTAP,;t t
10626s,@LDFLAGS_DAEMON@,$LDFLAGS_DAEMON,;t t
10627s,@ROHC_TRUE@,$ROHC_TRUE,;t t
10628s,@ROHC_FALSE@,$ROHC_FALSE,;t t
10593s,@INCLUDES@,$INCLUDES,;t t 10629s,@INCLUDES@,$INCLUDES,;t t
10594s,@LIBOBJS@,$LIBOBJS,;t t 10630s,@LIBOBJS@,$LIBOBJS,;t t
10595s,@LTLIBOBJS@,$LTLIBOBJS,;t t 10631s,@LTLIBOBJS@,$LTLIBOBJS,;t t
10596CEOF 10632CEOF
10597 10633
11400echo "*** Digest used: $DIGEST" 11436echo "*** Digest used: $DIGEST"
11401echo "*** HMAC length: $HMAC" 11437echo "*** HMAC length: $HMAC"
11402echo "*** RAND used: $RAND" 11438echo "*** RAND used: $RAND"
11403echo "*** Max. MTU: $MTU" 11439echo "*** Max. MTU: $MTU"
11404echo "*** Compression: $COMPRESS" 11440echo "*** Compression: $COMPRESS"
11441
11442if test "x$DIGEST" = xmd4; then
11405echo "***" 11443echo "***"
11406
11407if test "x$DIGEST" = xmd4; then
11408echo "*** WARNING"
11409echo "*** The digest you have chosen ($DIGEST) is known to be insecure" 11444echo "*** WARNING: The digest you have chosen ($DIGEST) is known to be insecure"
11445fi
11446
11447if test "$HMAC" -lt 12; then
11410echo "***" 11448echo "***"
11449echo "*** WARNING: The hmac length you have chosen ($HMAC) is probably insecure"
11411fi 11450fi
11451
11452if test "$RAND" -lt 8; then
11453echo "***"
11454echo "*** WARNING: The random prefix you have chosen ($RAND) is probably insecure"
11455fi
11456
11457echo "***"
11412 11458
11413echo 11459echo
11414 11460
11415 11461
11416 11462

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines