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

Comparing gvpe/configure (file contents):
Revision 1.24 by pcg, Fri Mar 4 03:43:09 2005 UTC vs.
Revision 1.29 by pcg, Fri Mar 25 16:05:21 2005 UTC

269PACKAGE_TARNAME= 269PACKAGE_TARNAME=
270PACKAGE_VERSION= 270PACKAGE_VERSION=
271PACKAGE_STRING= 271PACKAGE_STRING=
272PACKAGE_BUGREPORT= 272PACKAGE_BUGREPORT=
273 273
274ac_unique_file="src/vped.C" 274ac_unique_file="src/gvpe.C"
275# Factoring default headers for most tests. 275# Factoring default headers for most tests.
276ac_includes_default="\ 276ac_includes_default="\
277#include <stdio.h> 277#include <stdio.h>
278#if HAVE_SYS_TYPES_H 278#if HAVE_SYS_TYPES_H
279# include <sys/types.h> 279# include <sys/types.h>
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/bsd" "tincd/solaris"
877 "tincd/mingw"; Broken combinations are: 878 "tincd/mingw" "tincd/raw_socket" "tincd/uml_socket";
879 Broken combinations are: "tincd/cygwin"; The default
878 "tincd/cygwin"; The default is to autodetect. 880 is to autodetect.
879 --enable-static-daemon enable statically linked daemon. 881 --enable-static-daemon enable statically linked daemon.
880 --enable-rohc enable robust header compression (rfc3095). 882 --enable-rohc enable robust header compression (rfc3095).
881 --enable-icmp enable icmp protocol support (default disabled). 883 --enable-icmp enable icmp protocol support (default disabled).
882 --enable-tcp enable tcp protocol support (default disabled). 884 --enable-tcp enable tcp protocol support (default disabled).
883 --enable-dns enable dns tunnel protocol support (DOES NOT WORK). 885 --enable-dns enable dns tunnel protocol support (DOES NOT WORK).
1718fi 1720fi
1719 1721
1720 1722
1721# Define the identity of the package. 1723# Define the identity of the package.
1722 PACKAGE=gvpe 1724 PACKAGE=gvpe
1723 VERSION=1.7 1725 VERSION=1.9
1724 1726
1725 1727
1726cat >>confdefs.h <<_ACEOF 1728cat >>confdefs.h <<_ACEOF
1727#define PACKAGE "$PACKAGE" 1729#define PACKAGE "$PACKAGE"
1728_ACEOF 1730_ACEOF
6414#define HAVE_FREEBSD 1 6416#define HAVE_FREEBSD 1
6415_ACEOF 6417_ACEOF
6416 6418
6417 ;; 6419 ;;
6418 *darwin*) 6420 *darwin*)
6419 IFTYPE=tincd 6421 IFTYPE=native
6420 IFSUBTYPE=darwin 6422 IFSUBTYPE=darwin
6421 6423
6422cat >>confdefs.h <<\_ACEOF 6424cat >>confdefs.h <<\_ACEOF
6423#define HAVE_DARWIN 1 6425#define HAVE_DARWIN 1
6424_ACEOF 6426_ACEOF
7013 7015
7014done 7016done
7015 7017
7016 7018
7017 7019
7020
7018for ac_header in ext/hash_map 7021for ac_header in ext/hash_map clocale
7019do 7022do
7020as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7023as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7021if eval "test \"\${$as_ac_Header+set}\" = set"; then 7024if eval "test \"\${$as_ac_Header+set}\" = set"; then
7022 echo "$as_me:$LINENO: checking for $ac_header" >&5 7025 echo "$as_me:$LINENO: checking for $ac_header" >&5
7023echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7026echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines