--- gvpe/configure 2005/03/05 19:25:21 1.25 +++ gvpe/configure 2005/03/23 17:03:58 1.27 @@ -271,7 +271,7 @@ PACKAGE_STRING= PACKAGE_BUGREPORT= -ac_unique_file="src/vped.C" +ac_unique_file="src/gvpe.C" # Factoring default headers for most tests. ac_includes_default="\ #include @@ -873,8 +873,9 @@ Working combinations are: "native/linux" "tincd/linux" "tincd/freebsd" "tincd/openbsd" "tincd/darwin" "native/cygwin"; Untested - combinations are: "tincd/netbsd" "tincd/solaris" - "tincd/mingw"; Broken combinations are: + combinations are: "native/darwin" "tincd/netbsd" + "tincd/solaris" "tincd/mingw" "tincd/raw_socket" + "tincd/uml_socket"; Broken combinations are: "tincd/cygwin"; The default is to autodetect. --enable-static-daemon enable statically linked daemon. --enable-rohc enable robust header compression (rfc3095). @@ -1720,7 +1721,7 @@ # Define the identity of the package. PACKAGE=gvpe - VERSION=1.8 + VERSION=1.9 cat >>confdefs.h <<_ACEOF @@ -6416,7 +6417,7 @@ ;; *darwin*) - IFTYPE=tincd + IFTYPE=native IFSUBTYPE=darwin cat >>confdefs.h <<\_ACEOF @@ -7015,7 +7016,8 @@ -for ac_header in ext/hash_map + +for ac_header in ext/hash_map clocale do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then