]> git.pld-linux.org Git - packages/php.git/blobdiff - php-fpm.patch
- build with php52 name in th
[packages/php.git] / php-fpm.patch
index 7d8cc0b47265380b24eee2d6e3e71203d9b89797..2d8e385d94f5be7b334a0f9aae8b6d586c18fb12 100644 (file)
-diff -Nru php-5.2.6.vanilla/configure php-5.2.6.fpm/configure
---- php-5.2.6.vanilla/configure        2008-04-30 22:37:32.000000000 +0400
-+++ php-5.2.6.fpm/configure    2008-09-21 17:37:43.000000000 +0400
-@@ -1038,6 +1038,17 @@
-   --disable-path-info-check CGI: If this is disabled, paths such as
-                             /info.php/test?a=b will fail to work"
- ac_help="$ac_help
-+  --enable-fpm              FastCGI: If this is enabled, the fastcgi support
-+                            will include experimental process manager code"
-+ac_help="$ac_help
-+  --with-fpm-conf=PATH        Set the path for php-fpm configuration file [PREFIX/etc/php-fpm.conf]"
-+ac_help="$ac_help
-+  --with-fpm-log=PATH         Set the path for php-fpm log file [PREFIX/logs/php-fpm.log]"
-+ac_help="$ac_help
-+  --with-fpm-pid=PATH         Set the path for php-fpm pid file [PREFIX/logs/php-fpm.pid]"
-+ac_help="$ac_help
-+  --with-xml-config=PATH      FPM: use xml-config in PATH to find libxml"
-+ac_help="$ac_help
- General settings:
- "
-@@ -2149,12 +2160,12 @@
- echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
--echo "configure:2153: checking for Cygwin environment" >&5
-+echo "configure:2164: checking for Cygwin environment" >&5
- if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2158 "configure"
-+#line 2169 "configure"
- #include "confdefs.h"
- int main() {
-@@ -2165,7 +2176,7 @@
- return __CYGWIN__;
- ; return 0; }
- EOF
--if { (eval echo configure:2169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_cygwin=yes
- else
-@@ -2182,19 +2193,19 @@
- CYGWIN=
- test "$ac_cv_cygwin" = yes && CYGWIN=yes
- echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
--echo "configure:2186: checking for mingw32 environment" >&5
-+echo "configure:2197: checking for mingw32 environment" >&5
- if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 2191 "configure"
-+#line 2202 "configure"
- #include "confdefs.h"
- int main() {
- return __MINGW32__;
- ; return 0; }
- EOF
--if { (eval echo configure:2198: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:2209: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_mingw32=yes
- else
-@@ -2213,7 +2224,7 @@
- echo $ac_n "checking for egrep""... $ac_c" 1>&6
--echo "configure:2217: checking for egrep" >&5
-+echo "configure:2228: checking for egrep" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_egrep'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -2228,7 +2239,7 @@
-  
- echo $ac_n "checking for a sed that does not truncate output""... $ac_c" 1>&6
--echo "configure:2232: checking for a sed that does not truncate output" >&5
-+echo "configure:2243: checking for a sed that does not truncate output" >&5
- if eval "test \"`echo '$''{'lt_cv_path_SED'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -2378,7 +2389,7 @@
- fi
- echo $ac_n "checking host system type""... $ac_c" 1>&6
--echo "configure:2382: checking host system type" >&5
-+echo "configure:2393: checking host system type" >&5
- host_alias=$host
- case "$host_alias" in
-@@ -2399,7 +2410,7 @@
- echo "$ac_t""$host" 1>&6
- echo $ac_n "checking target system type""... $ac_c" 1>&6
--echo "configure:2403: checking target system type" >&5
-+echo "configure:2414: checking target system type" >&5
- target_alias=$target
- case "$target_alias" in
-@@ -2511,7 +2522,7 @@
- # Extract the first word of "gcc", so it can be a program name with args.
- set dummy gcc; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:2515: checking for $ac_word" >&5
-+echo "configure:2526: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -2541,7 +2552,7 @@
-   # Extract the first word of "cc", so it can be a program name with args.
- set dummy cc; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:2545: checking for $ac_word" >&5
-+echo "configure:2556: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -2592,7 +2603,7 @@
-       # Extract the first word of "cl", so it can be a program name with args.
- set dummy cl; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:2596: checking for $ac_word" >&5
-+echo "configure:2607: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -2624,7 +2635,7 @@
- fi
- echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
--echo "configure:2628: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
-+echo "configure:2639: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
- ac_ext=c
- # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
-@@ -2635,12 +2646,12 @@
- cat > conftest.$ac_ext << EOF
--#line 2639 "configure"
-+#line 2650 "configure"
- #include "confdefs.h"
- main(){return(0);}
- EOF
--if { (eval echo configure:2644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:2655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   ac_cv_prog_cc_works=yes
-   # If we can't run a trivial program, we are probably using a cross compiler.
-   if (./conftest; exit) 2>/dev/null; then
-@@ -2666,12 +2677,12 @@
-   { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
- fi
- echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
--echo "configure:2670: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
-+echo "configure:2681: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
- echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
- cross_compiling=$ac_cv_prog_cc_cross
- echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
--echo "configure:2675: checking whether we are using GNU C" >&5
-+echo "configure:2686: checking whether we are using GNU C" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -2680,7 +2691,7 @@
-   yes;
- #endif
- EOF
--if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2684: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
-+if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2695: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
-   ac_cv_prog_gcc=yes
- else
-   ac_cv_prog_gcc=no
-@@ -2699,7 +2710,7 @@
- ac_save_CFLAGS="$CFLAGS"
- CFLAGS=
- echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
--echo "configure:2703: checking whether ${CC-cc} accepts -g" >&5
-+echo "configure:2714: checking whether ${CC-cc} accepts -g" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -2731,7 +2742,7 @@
- fi
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
--echo "configure:2735: checking how to run the C preprocessor" >&5
-+echo "configure:2746: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.
- if test -n "$CPP" && test -d "$CPP"; then
-   CPP=
-@@ -2746,13 +2757,13 @@
-   # On the NeXT, cc -E runs the code through the compiler's parser,
-   # not just through cpp.
-   cat > conftest.$ac_ext <<EOF
--#line 2750 "configure"
-+#line 2761 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:2756: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:2767: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -2763,13 +2774,13 @@
-   rm -rf conftest*
-   CPP="${CC-cc} -E -traditional-cpp"
-   cat > conftest.$ac_ext <<EOF
--#line 2767 "configure"
-+#line 2778 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:2773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:2784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -2780,13 +2791,13 @@
-   rm -rf conftest*
-   CPP="${CC-cc} -nologo -E"
-   cat > conftest.$ac_ext <<EOF
--#line 2784 "configure"
-+#line 2795 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:2790: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:2801: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -2813,9 +2824,9 @@
-   ICC="no"
-   echo $ac_n "checking for icc""... $ac_c" 1>&6
--echo "configure:2817: checking for icc" >&5
-+echo "configure:2828: checking for icc" >&5
-   cat > conftest.$ac_ext <<EOF
--#line 2819 "configure"
-+#line 2830 "configure"
- #include "confdefs.h"
- __INTEL_COMPILER
- EOF
-@@ -2835,10 +2846,10 @@
- if test "x$CC" != xcc; then
-   echo $ac_n "checking whether $CC and cc understand -c and -o together""... $ac_c" 1>&6
--echo "configure:2839: checking whether $CC and cc understand -c and -o together" >&5
-+echo "configure:2850: checking whether $CC and cc understand -c and -o together" >&5
- else
-   echo $ac_n "checking whether cc understands -c and -o together""... $ac_c" 1>&6
--echo "configure:2842: checking whether cc understands -c and -o together" >&5
-+echo "configure:2853: checking whether cc understands -c and -o together" >&5
- fi
- set dummy $CC; ac_cc="`echo $2 |
-                      sed -e 's/[^a-zA-Z0-9_]/_/g' -e 's/^[0-9]/_/'`"
-@@ -2850,16 +2861,16 @@
- # We do the test twice because some compilers refuse to overwrite an
- # existing .o file with -o, though they will create one.
- ac_try='${CC-cc} -c conftest.c -o conftest.o 1>&5'
--if { (eval echo configure:2854: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
--   test -f conftest.o && { (eval echo configure:2855: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
-+if { (eval echo configure:2865: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
-+   test -f conftest.o && { (eval echo configure:2866: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
- then
-   eval ac_cv_prog_cc_${ac_cc}_c_o=yes
-   if test "x$CC" != xcc; then
-     # Test first that cc exists at all.
--    if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:2860: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
-+    if { ac_try='cc -c conftest.c 1>&5'; { (eval echo configure:2871: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; }; then
-       ac_try='cc -c conftest.c -o conftest.o 1>&5'
--      if { (eval echo configure:2862: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
--       test -f conftest.o && { (eval echo configure:2863: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
-+      if { (eval echo configure:2873: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } &&
-+       test -f conftest.o && { (eval echo configure:2874: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; };
-       then
-         # cc works too.
-         :
-@@ -2886,7 +2897,7 @@
- fi
- echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
--echo "configure:2890: checking how to run the C preprocessor" >&5
-+echo "configure:2901: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.
- if test -n "$CPP" && test -d "$CPP"; then
-   CPP=
-@@ -2901,13 +2912,13 @@
-   # On the NeXT, cc -E runs the code through the compiler's parser,
-   # not just through cpp.
-   cat > conftest.$ac_ext <<EOF
--#line 2905 "configure"
-+#line 2916 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:2911: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:2922: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -2918,13 +2929,13 @@
-   rm -rf conftest*
-   CPP="${CC-cc} -E -traditional-cpp"
-   cat > conftest.$ac_ext <<EOF
--#line 2922 "configure"
-+#line 2933 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:2928: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:2939: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -2935,13 +2946,13 @@
-   rm -rf conftest*
-   CPP="${CC-cc} -nologo -E"
-   cat > conftest.$ac_ext <<EOF
--#line 2939 "configure"
-+#line 2950 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:2945: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:2956: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -2966,9 +2977,9 @@
- echo "$ac_t""$CPP" 1>&6
- echo $ac_n "checking for AIX""... $ac_c" 1>&6
--echo "configure:2970: checking for AIX" >&5
-+echo "configure:2981: checking for AIX" >&5
- cat > conftest.$ac_ext <<EOF
--#line 2972 "configure"
-+#line 2983 "configure"
- #include "confdefs.h"
- #ifdef _AIX
-   yes
-@@ -2990,7 +3001,7 @@
- echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
--echo "configure:2994: checking whether ln -s works" >&5
-+echo "configure:3005: checking whether ln -s works" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3015,7 +3026,7 @@
- php_with_libdir=lib
- echo $ac_n "checking for system library directory""... $ac_c" 1>&6
--echo "configure:3019: checking for system library directory" >&5
-+echo "configure:3030: checking for system library directory" >&5
- # Check whether --with-libdir or --without-libdir was given.
- if test "${with_libdir+set}" = set; then
-   withval="$with_libdir"
-@@ -3041,7 +3052,7 @@
- php_enable_rpath=yes
- echo $ac_n "checking whether to enable runpaths""... $ac_c" 1>&6
--echo "configure:3045: checking whether to enable runpaths" >&5
-+echo "configure:3056: checking whether to enable runpaths" >&5
- # Check whether --enable-rpath or --disable-rpath was given.
- if test "${enable_rpath+set}" = set; then
-   enableval="$enable_rpath"
-@@ -3065,7 +3076,7 @@
- echo $ac_n "checking if compiler supports -R""... $ac_c" 1>&6
--echo "configure:3069: checking if compiler supports -R" >&5
-+echo "configure:3080: checking if compiler supports -R" >&5
- if eval "test \"`echo '$''{'php_cv_cc_dashr'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3073,14 +3084,14 @@
-   SAVE_LIBS=$LIBS
-   LIBS="-R /usr/$PHP_LIBDIR $LIBS"
-   cat > conftest.$ac_ext <<EOF
--#line 3077 "configure"
-+#line 3088 "configure"
- #include "confdefs.h"
- int main() {
- ; return 0; }
- EOF
--if { (eval echo configure:3084: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3095: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   php_cv_cc_dashr=yes
- else
-@@ -3098,7 +3109,7 @@
-   ld_runpath_switch=-R
- else
-   echo $ac_n "checking if compiler supports -Wl,-rpath,""... $ac_c" 1>&6
--echo "configure:3102: checking if compiler supports -Wl,-rpath," >&5
-+echo "configure:3113: checking if compiler supports -Wl,-rpath," >&5
-   if eval "test \"`echo '$''{'php_cv_cc_rpath'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3106,14 +3117,14 @@
-     SAVE_LIBS=$LIBS
-     LIBS="-Wl,-rpath,/usr/$PHP_LIBDIR $LIBS"
-     cat > conftest.$ac_ext <<EOF
--#line 3110 "configure"
-+#line 3121 "configure"
- #include "confdefs.h"
- int main() {
- ; return 0; }
- EOF
--if { (eval echo configure:3117: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   php_cv_cc_rpath=yes
- else
-@@ -3142,7 +3153,7 @@
-   # Extract the first word of "re2c", so it can be a program name with args.
- set dummy re2c; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:3146: checking for $ac_word" >&5
-+echo "configure:3157: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_RE2C'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3170,7 +3181,7 @@
-   if test -n "$RE2C"; then
-     echo $ac_n "checking for re2c version""... $ac_c" 1>&6
--echo "configure:3174: checking for re2c version" >&5
-+echo "configure:3185: checking for re2c version" >&5
- if eval "test \"`echo '$''{'php_cv_re2c_version'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3202,7 +3213,7 @@
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:3206: checking for $ac_word" >&5
-+echo "configure:3217: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3243,7 +3254,7 @@
-       ;;
-     *)
-       echo $ac_n "checking if $AWK is broken""... $ac_c" 1>&6
--echo "configure:3247: checking if $AWK is broken" >&5
-+echo "configure:3258: checking if $AWK is broken" >&5
-       if ! $AWK 'function foo() {}' >/dev/null 2>&1 ; then
-         echo "$ac_t""yes" 1>&6
-         { echo "configure: error: You should install GNU awk" 1>&2; exit 1; }
-@@ -3262,7 +3273,7 @@
- # Extract the first word of "$ac_prog", so it can be a program name with args.
- set dummy $ac_prog; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:3266: checking for $ac_word" >&5
-+echo "configure:3277: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3302,7 +3313,7 @@
-   bison_version=none
-   if test "$YACC"; then
-     echo $ac_n "checking for bison version""... $ac_c" 1>&6
--echo "configure:3306: checking for bison version" >&5
-+echo "configure:3317: checking for bison version" >&5
- if eval "test \"`echo '$''{'php_cv_bison_version'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3342,7 +3353,7 @@
-   # Extract the first word of "flex", so it can be a program name with args.
- set dummy flex; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:3346: checking for $ac_word" >&5
-+echo "configure:3357: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3376,7 +3387,7 @@
-   *) ac_lib=l ;;
-   esac
-   echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6
--echo "configure:3380: checking for yywrap in -l$ac_lib" >&5
-+echo "configure:3391: checking for yywrap in -l$ac_lib" >&5
- ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -3384,7 +3395,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$ac_lib  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 3388 "configure"
-+#line 3399 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -3395,7 +3406,7 @@
- yywrap()
- ; return 0; }
- EOF
--if { (eval echo configure:3399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3410: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -3419,7 +3430,7 @@
-   if test "$LEX" = "flex"; then
-     echo $ac_n "checking lex output file root""... $ac_c" 1>&6
--echo "configure:3423: checking lex output file root" >&5
-+echo "configure:3434: checking lex output file root" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3440,7 +3451,7 @@
- LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
- echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6
--echo "configure:3444: checking whether yytext is a pointer" >&5
-+echo "configure:3455: checking whether yytext is a pointer" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3452,14 +3463,14 @@
- ac_save_LIBS="$LIBS"
- LIBS="$LIBS $LEXLIB"
- cat > conftest.$ac_ext <<EOF
--#line 3456 "configure"
-+#line 3467 "configure"
- #include "confdefs.h"
- `cat $LEX_OUTPUT_ROOT.c`
- int main() {
- ; return 0; }
- EOF
--if { (eval echo configure:3463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:3474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_prog_lex_yytext_pointer=yes
- else
-@@ -3483,12 +3494,12 @@
-     :
-   fi
-         echo $ac_n "checking for working const""... $ac_c" 1>&6
--echo "configure:3487: checking for working const" >&5
-+echo "configure:3498: checking for working const" >&5
- if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3492 "configure"
-+#line 3503 "configure"
- #include "confdefs.h"
- int main() {
-@@ -3537,7 +3548,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:3541: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:3552: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_c_const=yes
- else
-@@ -3563,7 +3574,7 @@
-   if test "$LEX" = "flex"; then
-     echo $ac_n "checking for flex version""... $ac_c" 1>&6
--echo "configure:3567: checking for flex version" >&5
-+echo "configure:3578: checking for flex version" >&5
- if eval "test \"`echo '$''{'php_cv_flex_version'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3629,7 +3640,7 @@
-       
-   gcc_arg_name=ac_cv_gcc_arg_no_cpp_precomp
-   echo $ac_n "checking whether $CC supports -no-cpp-precomp""... $ac_c" 1>&6
--echo "configure:3633: checking whether $CC supports -no-cpp-precomp" >&5
-+echo "configure:3644: checking whether $CC supports -no-cpp-precomp" >&5
- if eval "test \"`echo '$''{'ac_cv_gcc_arg_no_cpp_precomp'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3827,7 +3838,7 @@
- # Disable PIC mode by default where it is known to be safe to do so,
- # to avoid the performance hit from the lost register
- echo $ac_n "checking whether to force non-PIC code in shared modules""... $ac_c" 1>&6
--echo "configure:3831: checking whether to force non-PIC code in shared modules" >&5
-+echo "configure:3842: checking whether to force non-PIC code in shared modules" >&5
- case $host_alias in
- i?86-*-linux*|i?86-*-freebsd*)
-     if test "${with_pic+set}" != "set" || test "$with_pic" = "no"; then
-@@ -3855,7 +3866,7 @@
- echo $ac_n "checking whether /dev/urandom exists""... $ac_c" 1>&6
--echo "configure:3859: checking whether /dev/urandom exists" >&5 
-+echo "configure:3870: checking whether /dev/urandom exists" >&5 
- if test -r "/dev/urandom" && test -c "/dev/urandom"; then 
-   cat >> confdefs.h <<\EOF
- #define HAVE_DEV_URANDOM 1
-@@ -3916,7 +3927,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3920 "configure"
-+#line 3931 "configure"
- #include "confdefs.h"
- #include <pthread.h>
-@@ -3934,7 +3945,7 @@
-     return pthread_create(&thd, NULL, thread_routine, &data);
- } 
- EOF
--if { (eval echo configure:3938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:3949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   pthreads_working=yes
-@@ -3954,7 +3965,7 @@
-   CFLAGS=$save_CFLAGS
-   echo $ac_n "checking for pthreads_cflags""... $ac_c" 1>&6
--echo "configure:3958: checking for pthreads_cflags" >&5
-+echo "configure:3969: checking for pthreads_cflags" >&5
- if eval "test \"`echo '$''{'ac_cv_pthreads_cflags'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -3976,7 +3987,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 3980 "configure"
-+#line 3991 "configure"
- #include "confdefs.h"
- #include <pthread.h>
-@@ -3994,7 +4005,7 @@
-     return pthread_create(&thd, NULL, thread_routine, &data);
- } 
- EOF
--if { (eval echo configure:3998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:4009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   pthreads_working=yes
-@@ -4024,7 +4035,7 @@
- echo "$ac_t""$ac_cv_pthreads_cflags" 1>&6
- echo $ac_n "checking for pthreads_lib""... $ac_c" 1>&6
--echo "configure:4028: checking for pthreads_lib" >&5
-+echo "configure:4039: checking for pthreads_lib" >&5
- if eval "test \"`echo '$''{'ac_cv_pthreads_lib'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -4046,7 +4057,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 4050 "configure"
-+#line 4061 "configure"
- #include "confdefs.h"
- #include <pthread.h>
-@@ -4064,7 +4075,7 @@
-     return pthread_create(&thd, NULL, thread_routine, &data);
- } 
- EOF
--if { (eval echo configure:4068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:4079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   pthreads_working=yes
-@@ -4198,7 +4209,7 @@
- echo $ac_n "checking for AOLserver support""... $ac_c" 1>&6
--echo "configure:4202: checking for AOLserver support" >&5
-+echo "configure:4213: checking for AOLserver support" >&5
- if test "$PHP_AOLSERVER" != "no"; then
-   if test -d "$PHP_AOLSERVER/include"; then
-@@ -4455,7 +4466,7 @@
- echo $ac_n "checking for Apache 1.x module support via DSO through APXS""... $ac_c" 1>&6
--echo "configure:4459: checking for Apache 1.x module support via DSO through APXS" >&5
-+echo "configure:4470: checking for Apache 1.x module support via DSO through APXS" >&5
- if test "$PHP_APXS" != "no"; then
-   if test "$PHP_APXS" = "yes"; then
-@@ -4778,7 +4789,7 @@
- echo $ac_n "checking for Apache 1.x module support""... $ac_c" 1>&6
--echo "configure:4782: checking for Apache 1.x module support" >&5
-+echo "configure:4793: checking for Apache 1.x module support" >&5
- if test "$PHP_SAPI" != "apache" && test "$PHP_APACHE" != "no"; then
-   
-@@ -5611,7 +5622,7 @@
- php_enable_mod_charset=no
- echo $ac_n "checking whether to enable Apache charset compatibility option""... $ac_c" 1>&6
--echo "configure:5615: checking whether to enable Apache charset compatibility option" >&5
-+echo "configure:5626: checking whether to enable Apache charset compatibility option" >&5
- # Check whether --enable-mod-charset or --disable-mod-charset was given.
- if test "${enable_mod_charset+set}" = set; then
-   enableval="$enable_mod_charset"
-@@ -5646,7 +5657,7 @@
-         
-   gcc_arg_name=ac_cv_gcc_arg_rdynamic
-   echo $ac_n "checking whether $CC supports -rdynamic""... $ac_c" 1>&6
--echo "configure:5650: checking whether $CC supports -rdynamic" >&5
-+echo "configure:5661: checking whether $CC supports -rdynamic" >&5
- if eval "test \"`echo '$''{'ac_cv_gcc_arg_rdynamic'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -5689,7 +5700,7 @@
-   
- echo $ac_n "checking for member fd in BUFF *""... $ac_c" 1>&6
--echo "configure:5693: checking for member fd in BUFF *" >&5
-+echo "configure:5704: checking for member fd in BUFF *" >&5
- if eval "test \"`echo '$''{'ac_cv_php_fd_in_buff'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -5701,14 +5712,14 @@
-     CPPFLAGS="$CPPFLAGS $APACHE_INCLUDE"
-   fi
-   cat > conftest.$ac_ext <<EOF
--#line 5705 "configure"
-+#line 5716 "configure"
- #include "confdefs.h"
- #include <httpd.h>
- int main() {
- conn_rec *c; int fd = c->client->fd;
- ; return 0; }
- EOF
--if { (eval echo configure:5712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:5723: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     ac_cv_php_fd_in_buff=yes
-@@ -5784,7 +5795,7 @@
- echo $ac_n "checking for Apache 2.0 filter-module support via DSO through APXS""... $ac_c" 1>&6
--echo "configure:5788: checking for Apache 2.0 filter-module support via DSO through APXS" >&5
-+echo "configure:5799: checking for Apache 2.0 filter-module support via DSO through APXS" >&5
- if test "$PHP_APXS2FILTER" != "no"; then
-   if test "$PHP_APXS2FILTER" = "yes"; then
-@@ -6632,7 +6643,7 @@
- echo $ac_n "checking for Apache 2.0 handler-module support via DSO through APXS""... $ac_c" 1>&6
--echo "configure:6636: checking for Apache 2.0 handler-module support via DSO through APXS" >&5
-+echo "configure:6647: checking for Apache 2.0 handler-module support via DSO through APXS" >&5
- if test "$PHP_APXS2" != "no"; then
-   if test "$PHP_APXS2" = "yes"; then
-@@ -7481,7 +7492,7 @@
- echo $ac_n "checking for Apache 1.x (hooks) module support via DSO through APXS""... $ac_c" 1>&6
--echo "configure:7485: checking for Apache 1.x (hooks) module support via DSO through APXS" >&5
-+echo "configure:7496: checking for Apache 1.x (hooks) module support via DSO through APXS" >&5
- if test "$PHP_APACHE_HOOKS" != "no"; then
-   if test "$PHP_APACHE_HOOKS" = "yes"; then
-@@ -7804,7 +7815,7 @@
- echo $ac_n "checking for Apache 1.x (hooks) module support""... $ac_c" 1>&6
--echo "configure:7808: checking for Apache 1.x (hooks) module support" >&5
-+echo "configure:7819: checking for Apache 1.x (hooks) module support" >&5
- if test "$PHP_SAPI" != "apache" && test "$PHP_SAPI" != "apache_hooks" && test "$PHP_APACHE_HOOKS_STATIC" != "no"; then
-@@ -8637,7 +8648,7 @@
- php_enable_mod_charset=no
- echo $ac_n "checking whether to enable Apache charset compatibility option""... $ac_c" 1>&6
--echo "configure:8641: checking whether to enable Apache charset compatibility option" >&5
-+echo "configure:8652: checking whether to enable Apache charset compatibility option" >&5
- # Check whether --enable-mod-charset or --disable-mod-charset was given.
- if test "${enable_mod_charset+set}" = set; then
-   enableval="$enable_mod_charset"
-@@ -8672,7 +8683,7 @@
-         
-   gcc_arg_name=ac_cv_gcc_arg_rdynamic
-   echo $ac_n "checking whether $CC supports -rdynamic""... $ac_c" 1>&6
--echo "configure:8676: checking whether $CC supports -rdynamic" >&5
-+echo "configure:8687: checking whether $CC supports -rdynamic" >&5
- if eval "test \"`echo '$''{'ac_cv_gcc_arg_rdynamic'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -8715,7 +8726,7 @@
-   
- echo $ac_n "checking for member fd in BUFF *""... $ac_c" 1>&6
--echo "configure:8719: checking for member fd in BUFF *" >&5
-+echo "configure:8730: checking for member fd in BUFF *" >&5
- if eval "test \"`echo '$''{'ac_cv_php_fd_in_buff'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -8727,14 +8738,14 @@
-     CPPFLAGS="$CPPFLAGS $APACHE_INCLUDE"
-   fi
-   cat > conftest.$ac_ext <<EOF
--#line 8731 "configure"
-+#line 8742 "configure"
- #include "confdefs.h"
- #include <httpd.h>
- int main() {
- conn_rec *c; int fd = c->client->fd;
- ; return 0; }
- EOF
--if { (eval echo configure:8738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:8749: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     ac_cv_php_fd_in_buff=yes
-@@ -8811,7 +8822,7 @@
- echo $ac_n "checking for Caudium support""... $ac_c" 1>&6
--echo "configure:8815: checking for Caudium support" >&5
-+echo "configure:8826: checking for Caudium support" >&5
- if test "$PHP_CAUDIUM" != "no"; then
-   if test "$prefix" = "NONE"; then CPREF=/usr/local/; fi
-@@ -8881,7 +8892,7 @@
-       PIKE_C_INCLUDE=/usr/local/include/`basename $PIKE`
-     fi
-     echo $ac_n "checking for C includes in $PIKE_C_INCLUDE""... $ac_c" 1>&6
--echo "configure:8885: checking for C includes in $PIKE_C_INCLUDE" >&5
-+echo "configure:8896: checking for C includes in $PIKE_C_INCLUDE" >&5
-     if test -f $PIKE_C_INCLUDE/version.h; then
-       PIKE_TEST_VER=`$PIKE -e 'string v; int rel;sscanf(version(), "Pike v%s release %d", v, rel); write(v+"."+rel);'`
-       ###### VERSION MATCH CHECK #######
-@@ -9162,7 +9173,7 @@
- echo $ac_n "checking for CLI build""... $ac_c" 1>&6
--echo "configure:9166: checking for CLI build" >&5
-+echo "configure:9177: checking for CLI build" >&5
- if test "$PHP_CLI" != "no"; then
-   
-   src=$abs_srcdir/sapi/cli/Makefile.frag
-@@ -9208,7 +9219,7 @@
- php_with_continuity=no
- echo $ac_n "checking for Continuity support""... $ac_c" 1>&6
--echo "configure:9212: checking for Continuity support" >&5
-+echo "configure:9223: checking for Continuity support" >&5
- # Check whether --with-continuity or --without-continuity was given.
- if test "${with_continuity+set}" = set; then
-   withval="$with_continuity"
-@@ -9235,7 +9246,7 @@
-     { echo "configure: error: Please specify the path to the root of your Continuity server using --with-continuity=DIR" 1>&2; exit 1; }
-   fi
-   echo $ac_n "checking for Continuity include files""... $ac_c" 1>&6
--echo "configure:9239: checking for Continuity include files" >&5
-+echo "configure:9250: checking for Continuity include files" >&5
-   if test -d $PHP_CONTINUITY/include ; then
-     CAPI_INCLUDE=$PHP_CONTINUITY/include
-     echo "$ac_t""Continuity Binary Distribution" 1>&6
-@@ -9485,7 +9496,7 @@
- echo $ac_n "checking for embedded SAPI library support""... $ac_c" 1>&6
--echo "configure:9489: checking for embedded SAPI library support" >&5
-+echo "configure:9500: checking for embedded SAPI library support" >&5
- if test "$PHP_EMBED" != "no"; then
-   case "$PHP_EMBED" in
-@@ -9702,7 +9713,7 @@
- php_with_isapi=no
- echo $ac_n "checking for Zeus ISAPI support""... $ac_c" 1>&6
--echo "configure:9706: checking for Zeus ISAPI support" >&5
-+echo "configure:9717: checking for Zeus ISAPI support" >&5
- # Check whether --with-isapi or --without-isapi was given.
- if test "${with_isapi+set}" = set; then
-   withval="$with_isapi"
-@@ -9951,7 +9962,7 @@
- php_with_milter=no
- echo $ac_n "checking for Milter support""... $ac_c" 1>&6
--echo "configure:9955: checking for Milter support" >&5
-+echo "configure:9966: checking for Milter support" >&5
- # Check whether --with-milter or --without-milter was given.
- if test "${with_milter+set}" = set; then
-   withval="$with_milter"
-@@ -10235,7 +10246,7 @@
- php_with_nsapi=no
- echo $ac_n "checking for NSAPI support""... $ac_c" 1>&6
--echo "configure:10239: checking for NSAPI support" >&5
-+echo "configure:10250: checking for NSAPI support" >&5
- # Check whether --with-nsapi or --without-nsapi was given.
- if test "${with_nsapi+set}" = set; then
-   withval="$with_nsapi"
-@@ -10262,7 +10273,7 @@
-     { echo "configure: error: Please specify the path to the root of your Netscape/iPlanet/Sun Webserver using --with-nsapi=DIR" 1>&2; exit 1; }
-   fi
-   echo $ac_n "checking for NSAPI include files""... $ac_c" 1>&6
--echo "configure:10266: checking for NSAPI include files" >&5
-+echo "configure:10277: checking for NSAPI include files" >&5
-   if test -d $PHP_NSAPI/include ; then
-     NSAPI_INC_DIR="$PHP_NSAPI/include"
-     echo "$ac_t""Netscape 3.x / Sun 7.x style" 1>&6
-@@ -10270,17 +10281,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:10274: checking for $ac_hdr" >&5
-+echo "configure:10285: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 10279 "configure"
-+#line 10290 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:10284: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:10295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -10315,17 +10326,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:10319: checking for $ac_hdr" >&5
-+echo "configure:10330: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 10324 "configure"
-+#line 10335 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:10329: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:10340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -10587,7 +10598,7 @@
- php_with_phttpd=no
- echo $ac_n "checking for PHTTPD support""... $ac_c" 1>&6
--echo "configure:10591: checking for PHTTPD support" >&5
-+echo "configure:10602: checking for PHTTPD support" >&5
- # Check whether --with-phttpd or --without-phttpd was given.
- if test "${with_phttpd+set}" = set; then
-   withval="$with_phttpd"
-@@ -10833,7 +10844,7 @@
- php_with_pi3web=no
- echo $ac_n "checking for Pi3Web support""... $ac_c" 1>&6
--echo "configure:10837: checking for Pi3Web support" >&5
-+echo "configure:10848: checking for Pi3Web support" >&5
- # Check whether --with-pi3web or --without-pi3web was given.
- if test "${with_pi3web+set}" = set; then
-   withval="$with_pi3web"
-@@ -11200,7 +11211,7 @@
- php_enable_roxen_zts=no
- echo $ac_n "checking whether Roxen module is build using ZTS""... $ac_c" 1>&6
--echo "configure:11204: checking whether Roxen module is build using ZTS" >&5
-+echo "configure:11215: checking whether Roxen module is build using ZTS" >&5
- # Check whether --enable-roxen-zts or --disable-roxen-zts was given.
- if test "${enable_roxen_zts+set}" = set; then
-   enableval="$enable_roxen_zts"
-@@ -11224,7 +11235,7 @@
- RESULT=
- echo $ac_n "checking for Roxen/Pike support""... $ac_c" 1>&6
--echo "configure:11228: checking for Roxen/Pike support" >&5
-+echo "configure:11239: checking for Roxen/Pike support" >&5
- if test "$PHP_ROXEN" != "no"; then
-   if test ! -d $PHP_ROXEN ; then
-     { echo "configure: error: You did not specify a directory" 1>&2; exit 1; }
-@@ -11502,7 +11513,7 @@
- echo $ac_n "checking for thttpd""... $ac_c" 1>&6
--echo "configure:11506: checking for thttpd" >&5
-+echo "configure:11517: checking for thttpd" >&5
- if test "$PHP_THTTPD" != "no"; then
-   if test ! -d $PHP_THTTPD; then
-@@ -11535,7 +11546,7 @@
-         
-   gcc_arg_name=ac_cv_gcc_arg_rdynamic
-   echo $ac_n "checking whether $CC supports -rdynamic""... $ac_c" 1>&6
--echo "configure:11539: checking whether $CC supports -rdynamic" >&5
-+echo "configure:11550: checking whether $CC supports -rdynamic" >&5
- if eval "test \"`echo '$''{'ac_cv_gcc_arg_rdynamic'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -11763,24 +11774,24 @@
- echo $ac_n "checking for TUX""... $ac_c" 1>&6
--echo "configure:11767: checking for TUX" >&5
-+echo "configure:11778: checking for TUX" >&5
- if test "$PHP_TUX" != "no"; then
-   INSTALL_IT="\$(INSTALL) -m 0755 $SAPI_SHARED $PHP_TUX/php5.tux.so"
-   for ac_hdr in tuxmodule.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:11774: checking for $ac_hdr" >&5
-+echo "configure:11785: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 11779 "configure"
-+#line 11790 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:11784: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:11795: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -12009,7 +12020,7 @@
- echo $ac_n "checking for webjames""... $ac_c" 1>&6
--echo "configure:12013: checking for webjames" >&5
-+echo "configure:12024: checking for webjames" >&5
- if test "$PHP_WEBJAMES" != "no"; then
-   
-@@ -12359,9 +12370,34 @@
-+
-+php_enable_fpm=no
-+
-+
-+# Check whether --enable-fpm or --disable-fpm was given.
-+if test "${enable_fpm+set}" = set; then
-+  enableval="$enable_fpm"
-+  PHP_FPM=$enableval
-+else
-+  
-+  PHP_FPM=no
-+
-+  if test "$PHP_ENABLE_ALL" && test "no" = "yes"; then
-+    PHP_FPM=$PHP_ENABLE_ALL
-+  fi
-+
-+fi
-+
-+
-+ext_output=$PHP_FPM
-+
-+
-+
-+
-+
- if test "$PHP_SAPI" = "default"; then
-   echo $ac_n "checking whether to build CGI binary""... $ac_c" 1>&6
--echo "configure:12365: checking whether to build CGI binary" >&5
-+echo "configure:12401: checking whether to build CGI binary" >&5
-   if test "$PHP_CGI" != "no"; then
-     echo "$ac_t""yes" 1>&6
-     
-@@ -12384,7 +12420,7 @@
-         echo $ac_n "checking whether to enable fastcgi support""... $ac_c" 1>&6
--echo "configure:12388: checking whether to enable fastcgi support" >&5
-+echo "configure:12424: checking whether to enable fastcgi support" >&5
-     if test "$PHP_FASTCGI" = "yes"; then
-       PHP_ENABLE_FASTCGI=1
-       PHP_FCGI_FILES="fastcgi.c"
-@@ -12398,8 +12434,25 @@
-     echo "$ac_t""$PHP_FASTCGI" 1>&6
-+        if test "$PHP_FASTCGI" = "yes"; then
-+      echo $ac_n "checking whether to enable FastCGI Process Manager""... $ac_c" 1>&6
-+echo "configure:12440: checking whether to enable FastCGI Process Manager" >&5
-+      if test "$PHP_FPM" = "yes"; then
-+        PHP_FASTCGI_PM=1
-+      else
-+        PHP_FASTCGI_PM=0
-+      fi
-+      echo "$ac_t""$PHP_FPM" 1>&6
-+    else
-+      PHP_FASTCGI_PM=0
-+    fi
-+    cat >> confdefs.h <<EOF
-+#define PHP_FASTCGI_PM $PHP_FASTCGI_PM
-+EOF
-+
-+
-         echo $ac_n "checking whether to force Apache CGI redirect""... $ac_c" 1>&6
--echo "configure:12403: checking whether to force Apache CGI redirect" >&5
-+echo "configure:12456: checking whether to force Apache CGI redirect" >&5
-     if test "$PHP_FORCE_CGI_REDIRECT" = "yes"; then
-       CGI_REDIRECT=1
-     else
-@@ -12412,7 +12465,7 @@
-     echo "$ac_t""$PHP_FORCE_CGI_REDIRECT" 1>&6
-         echo $ac_n "checking whether to discard path_info + path_translated""... $ac_c" 1>&6
--echo "configure:12416: checking whether to discard path_info + path_translated" >&5
-+echo "configure:12469: checking whether to discard path_info + path_translated" >&5
-     if test "$PHP_DISCARD_PATH" = "yes"; then
-       DISCARD_PATH=1
-     else
-@@ -12425,7 +12478,7 @@
-     echo "$ac_t""$PHP_DISCARD_PATH" 1>&6
-         echo $ac_n "checking whether to enable path info checking""... $ac_c" 1>&6
--echo "configure:12429: checking whether to enable path info checking" >&5
-+echo "configure:12482: checking whether to enable path info checking" >&5
-     if test "$PHP_PATH_INFO_CHECK" = "yes"; then
-       ENABLE_PATHINFO_CHECK=1
-     else
-@@ -12614,10 +12667,10 @@
-         BUILD_CGI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\")) && (substr(\$\$3,1,1) != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) -Wl,-brtl -Wl,-bE:php.sym \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
-         ;;
-       *darwin*)
--        BUILD_CGI="\$(CC) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_SAPI_OBJS:.lo=.o) \$(PHP_FRAMEWORKS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
-+        BUILD_CGI="\$(CC) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_SAPI_OBJS:.lo=.o) \$(PHP_FRAMEWORKS) \$(EXTRA_LIBS) \$(SAPI_EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
-       ;;
-       *)
--        BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
-+        BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(SAPI_EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
-       ;;
-     esac
-@@ -12637,7 +12690,7 @@
- echo $ac_n "checking for chosen SAPI module""... $ac_c" 1>&6
--echo "configure:12641: checking for chosen SAPI module" >&5
-+echo "configure:12694: checking for chosen SAPI module" >&5
- echo "$ac_t""$PHP_SAPI" 1>&6
- if test "$enable_maintainer_zts" = "yes"; then
-@@ -12680,6 +12733,885 @@
- fi
-+if test "$PHP_FASTCGI" = "yes" -a "$PHP_FPM" = "yes"; then
-+  
-+  echo "$ac_t""" 1>&6
-+  echo "$ac_t""${T_MD}Running FastCGI Process Manager checks${T_ME}" 1>&6
-+
-+  
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+  
-+FPM_VERSION="0.5.9"
-+
-+
-+php_with_fpm_conf=\$prefix/etc/php-fpm.conf
-+
-+echo $ac_n "checking for php-fpm config file path""... $ac_c" 1>&6
-+echo "configure:12764: checking for php-fpm config file path" >&5
-+# Check whether --with-fpm-conf or --without-fpm-conf was given.
-+if test "${with_fpm_conf+set}" = set; then
-+  withval="$with_fpm_conf"
-+  PHP_FPM_CONF=$withval
-+else
-+  
-+  PHP_FPM_CONF=\$prefix/etc/php-fpm.conf
-+
-+  if test "$PHP_ENABLE_ALL" && test "no" = "yes"; then
-+    PHP_FPM_CONF=$PHP_ENABLE_ALL
-+  fi
-+
-+fi
-+
-+
-+ext_output=$PHP_FPM_CONF
-+echo "$ac_t""$ext_output" 1>&6
-+
-+
-+
-+
-+
-+php_with_fpm_log=\$prefix/logs/php-fpm.log
-+
-+echo $ac_n "checking for php-fpm log file path""... $ac_c" 1>&6
-+echo "configure:12790: checking for php-fpm log file path" >&5
-+# Check whether --with-fpm-log or --without-fpm-log was given.
-+if test "${with_fpm_log+set}" = set; then
-+  withval="$with_fpm_log"
-+  PHP_FPM_LOG=$withval
-+else
-+  
-+  PHP_FPM_LOG=\$prefix/logs/php-fpm.log
-+
-+  if test "$PHP_ENABLE_ALL" && test "no" = "yes"; then
-+    PHP_FPM_LOG=$PHP_ENABLE_ALL
-+  fi
-+
-+fi
-+
-+
-+ext_output=$PHP_FPM_LOG
-+echo "$ac_t""$ext_output" 1>&6
-+
-+
-+
-+
-+
-+php_with_fpm_pid=\$prefix/logs/php-fpm.pid
-+
-+echo $ac_n "checking for php-fpm pid file path""... $ac_c" 1>&6
-+echo "configure:12816: checking for php-fpm pid file path" >&5
-+# Check whether --with-fpm-pid or --without-fpm-pid was given.
-+if test "${with_fpm_pid+set}" = set; then
-+  withval="$with_fpm_pid"
-+  PHP_FPM_PID=$withval
-+else
-+  
-+  PHP_FPM_PID=\$prefix/logs/php-fpm.pid
-+
-+  if test "$PHP_ENABLE_ALL" && test "no" = "yes"; then
-+    PHP_FPM_PID=$PHP_ENABLE_ALL
-+  fi
-+
-+fi
-+
-+
-+ext_output=$PHP_FPM_PID
-+echo "$ac_t""$ext_output" 1>&6
-+
-+
-+
-+
-+
-+      echo "$ac_t""checking for XML configuration" 1>&6
-+
-+      # Check whether --with-xml-config or --without-xml-config was given.
-+if test "${with_xml_config+set}" = set; then
-+  withval="$with_xml_config"
-+  XMLCONFIG="$withval"
-+else
-+  for ac_prog in xml2-config xml-config
-+do
-+# Extract the first word of "$ac_prog", so it can be a program name with args.
-+set dummy $ac_prog; ac_word=$2
-+echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-+echo "configure:12851: checking for $ac_word" >&5
-+if eval "test \"`echo '$''{'ac_cv_path_XMLCONFIG'+set}'`\" = set"; then
-+  echo $ac_n "(cached) $ac_c" 1>&6
-+else
-+  case "$XMLCONFIG" in
-+  /*)
-+  ac_cv_path_XMLCONFIG="$XMLCONFIG" # Let the user override the test with a path.
-+  ;;
-+  ?:/*)                        
-+  ac_cv_path_XMLCONFIG="$XMLCONFIG" # Let the user override the test with a dos path.
-+  ;;
-+  *)
-+  IFS="${IFS=         }"; ac_save_ifs="$IFS"; IFS=":"
-+  ac_dummy="$PATH"
-+  for ac_dir in $ac_dummy; do 
-+    test -z "$ac_dir" && ac_dir=.
-+    if test -f $ac_dir/$ac_word; then
-+      ac_cv_path_XMLCONFIG="$ac_dir/$ac_word"
-+      break
-+    fi
-+  done
-+  IFS="$ac_save_ifs"
-+  ;;
-+esac
-+fi
-+XMLCONFIG="$ac_cv_path_XMLCONFIG"
-+if test -n "$XMLCONFIG"; then
-+  echo "$ac_t""$XMLCONFIG" 1>&6
-+else
-+  echo "$ac_t""no" 1>&6
-+fi
-+
-+test -n "$XMLCONFIG" && break
-+done
-+test -n "$XMLCONFIG" || XMLCONFIG=""""
-+
-+      
-+fi
-+
-+
-+      if test "x$XMLCONFIG" = "x"; then
-+              { echo "configure: error: XML configuration could not be found" 1>&2; exit 1; }
-+      else
-+        echo $ac_n "checking for libxml library""... $ac_c" 1>&6
-+echo "configure:12895: checking for libxml library" >&5
-+
-+              if test ! -x "$XMLCONFIG"; then
-+                      { echo "configure: error: $XMLCONFIG cannot be executed" 1>&2; exit 1; }
-+              fi
-+
-+              LIBXML_LIBS="`$XMLCONFIG --libs`"
-+              LIBXML_CFLAGS="`$XMLCONFIG --cflags`"
-+              LIBXML_VERSION="`$XMLCONFIG --version`"
-+
-+        echo "$ac_t""yes, $LIBXML_VERSION" 1>&6
-+
-+              
-+      SAVED_CFLAGS="$CFLAGS"
-+      CFLAGS="$CFLAGS $LIBXML_CFLAGS"
-+      SAVED_LIBS="$LIBS"
-+      LIBS="$LIBS $LIBXML_LIBS"
-+
-+      echo $ac_n "checking for xmlParseFile""... $ac_c" 1>&6
-+echo "configure:12914: checking for xmlParseFile" >&5
-+if eval "test \"`echo '$''{'ac_cv_func_xmlParseFile'+set}'`\" = set"; then
-+  echo $ac_n "(cached) $ac_c" 1>&6
-+else
-+  cat > conftest.$ac_ext <<EOF
-+#line 12919 "configure"
-+#include "confdefs.h"
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char xmlParseFile(); below.  */
-+#include <assert.h>
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+/* We use char because int might match the return type of a gcc2
-+    builtin and then its argument prototype would still apply.  */
-+char xmlParseFile();
-+
-+int main() {
-+
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined (__stub_xmlParseFile) || defined (__stub___xmlParseFile)
-+choke me
-+#else
-+xmlParseFile();
-+#endif
-+
-+; return 0; }
-+EOF
-+if { (eval echo configure:12942: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+  rm -rf conftest*
-+  eval "ac_cv_func_xmlParseFile=yes"
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -rf conftest*
-+  eval "ac_cv_func_xmlParseFile=no"
-+fi
-+rm -f conftest*
-+fi
-+
-+if eval "test \"`echo '$ac_cv_func_'xmlParseFile`\" = yes"; then
-+  echo "$ac_t""yes" 1>&6
-+  :
-+else
-+  echo "$ac_t""no" 1>&6
-+{ echo "configure: error: Failed to link with libxml" 1>&2; exit 1; }
-+fi
-+
-+
-+      CFLAGS="$SAVED_CFLAGS"
-+      LIBS="$SAVED_LIBS"
-+
-+
-+              cat >> confdefs.h <<\EOF
-+#define HAVE_LIBXML 1
-+EOF
-+
-+      fi
-+
-+
-+      echo $ac_n "checking for prctl""... $ac_c" 1>&6
-+echo "configure:12975: checking for prctl" >&5
-+
-+      cat > conftest.$ac_ext <<EOF
-+#line 12978 "configure"
-+#include "confdefs.h"
-+ #include <sys/prctl.h> 
-+int main() {
-+prctl(0, 0, 0, 0, 0);
-+; return 0; }
-+EOF
-+if { (eval echo configure:12985: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  rm -rf conftest*
-+  
-+              cat >> confdefs.h <<\EOF
-+#define HAVE_PRCTL 1
-+EOF
-+
-+              echo "$ac_t""yes" 1>&6
-+      
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -rf conftest*
-+  
-+              echo "$ac_t""no" 1>&6
-+      
-+fi
-+rm -f conftest*
-+
-+
-+      have_clock_gettime=no
-+
-+      echo $ac_n "checking for clock_gettime""... $ac_c" 1>&6
-+echo "configure:13008: checking for clock_gettime" >&5
-+
-+      cat > conftest.$ac_ext <<EOF
-+#line 13011 "configure"
-+#include "confdefs.h"
-+ #include <time.h> 
-+int main() {
-+struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);
-+; return 0; }
-+EOF
-+if { (eval echo configure:13018: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  rm -rf conftest*
-+  
-+              have_clock_gettime=yes
-+              echo "$ac_t""yes" 1>&6
-+      
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -rf conftest*
-+  
-+              echo "$ac_t""no" 1>&6
-+      
-+fi
-+rm -f conftest*
-+
-+      if test "$have_clock_gettime" = "no"; then
-+              echo $ac_n "checking for clock_gettime in -lrt""... $ac_c" 1>&6
-+echo "configure:13036: checking for clock_gettime in -lrt" >&5
-+
-+              SAVED_LIBS="$LIBS"
-+              LIBS="$LIBS -lrt"
-+
-+              cat > conftest.$ac_ext <<EOF
-+#line 13042 "configure"
-+#include "confdefs.h"
-+ #include <time.h> 
-+int main() {
-+struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);
-+; return 0; }
-+EOF
-+if { (eval echo configure:13049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  rm -rf conftest*
-+  
-+                      have_clock_gettime=yes
-+                      echo "$ac_t""yes" 1>&6
-+              
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -rf conftest*
-+  
-+                      LIBS="$SAVED_LIBS"
-+                      echo "$ac_t""no" 1>&6
-+              
-+fi
-+rm -f conftest*
-+      fi
-+
-+      if test "$have_clock_gettime" = "yes"; then
-+              cat >> confdefs.h <<\EOF
-+#define HAVE_CLOCK_GETTIME 1
-+EOF
-+
-+      fi
-+
-+      have_clock_get_time=no
-+
-+      if test "$have_clock_gettime" = "no"; then
-+              echo $ac_n "checking for clock_get_time""... $ac_c" 1>&6
-+echo "configure:13078: checking for clock_get_time" >&5
-+
-+              if test "$cross_compiling" = yes; then
-+    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
-+else
-+  cat > conftest.$ac_ext <<EOF
-+#line 13084 "configure"
-+#include "confdefs.h"
-+ #include <mach/mach.h>
-+                      #include <mach/clock.h>
-+                      #include <mach/mach_error.h>
-+
-+                      int main()
-+                      {
-+                              kern_return_t ret; clock_serv_t aClock; mach_timespec_t aTime;
-+                              ret = host_get_clock_service(mach_host_self(), REALTIME_CLOCK, &aClock);
-+
-+                              if (ret != KERN_SUCCESS) {
-+                                      return 1;
-+                              }
-+
-+                              ret = clock_get_time(aClock, &aTime);
-+                              if (ret != KERN_SUCCESS) {
-+                                      return 2;
-+                              }
-+
-+                              return 0;
-+                      }
-+              
-+EOF
-+if { (eval echo configure:13108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+then
-+  
-+                      have_clock_get_time=yes
-+                      echo "$ac_t""yes" 1>&6
-+              
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -fr conftest*
-+  
-+                      echo "$ac_t""no" 1>&6
-+              
-+fi
-+rm -fr conftest*
-+fi
-+
-+      fi
-+
-+      if test "$have_clock_get_time" = "yes"; then
-+              cat >> confdefs.h <<\EOF
-+#define HAVE_CLOCK_GET_TIME 1
-+EOF
-+
-+      fi
-+
-+
-+      have_ptrace=no
-+      have_broken_ptrace=no
-+
-+      echo $ac_n "checking for ptrace""... $ac_c" 1>&6
-+echo "configure:13139: checking for ptrace" >&5
-+
-+      cat > conftest.$ac_ext <<EOF
-+#line 13142 "configure"
-+#include "confdefs.h"
-+
-+              #include <sys/types.h>
-+              #include <sys/ptrace.h> 
-+int main() {
-+ptrace(0, 0, (void *) 0, 0);
-+; return 0; }
-+EOF
-+if { (eval echo configure:13151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  rm -rf conftest*
-+  
-+              have_ptrace=yes
-+              echo "$ac_t""yes" 1>&6
-+      
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -rf conftest*
-+  
-+              echo "$ac_t""no" 1>&6
-+      
-+fi
-+rm -f conftest*
-+
-+      if test "$have_ptrace" = "yes"; then
-+              echo $ac_n "checking whether ptrace works""... $ac_c" 1>&6
-+echo "configure:13169: checking whether ptrace works" >&5
-+
-+              if test "$cross_compiling" = yes; then
-+    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
-+else
-+  cat > conftest.$ac_ext <<EOF
-+#line 13175 "configure"
-+#include "confdefs.h"
-+
-+                      #include <unistd.h>
-+                      #include <signal.h>
-+                      #include <sys/wait.h>
-+                      #include <sys/types.h>
-+                      #include <sys/ptrace.h>
-+                      #include <errno.h>
-+
-+                      #if !defined(PTRACE_ATTACH) && defined(PT_ATTACH)
-+                      #define PTRACE_ATTACH PT_ATTACH
-+                      #endif
-+
-+                      #if !defined(PTRACE_DETACH) && defined(PT_DETACH)
-+                      #define PTRACE_DETACH PT_DETACH
-+                      #endif
-+
-+                      #if !defined(PTRACE_PEEKDATA) && defined(PT_READ_D)
-+                      #define PTRACE_PEEKDATA PT_READ_D
-+                      #endif
-+
-+                      int main()
-+                      {
-+                              long v1 = (unsigned int) -1; /* copy will fail if sizeof(long) == 8 and we've got "int ptrace()" */
-+                              long v2;
-+                              pid_t child;
-+                              int status;
-+
-+                              if ( (child = fork()) ) { /* parent */
-+                                      int ret = 0;
-+
-+                                      if (0 > ptrace(PTRACE_ATTACH, child, 0, 0)) {
-+                                              return 1;
-+                                      }
-+
-+                                      waitpid(child, &status, 0);
-+
-+                      #ifdef PT_IO
-+                                      struct ptrace_io_desc ptio = {
-+                                              .piod_op = PIOD_READ_D,
-+                                              .piod_offs = &v1,
-+                                              .piod_addr = &v2,
-+                                              .piod_len = sizeof(v1)
-+                                      };
-+
-+                                      if (0 > ptrace(PT_IO, child, (void *) &ptio, 0)) {
-+                                              ret = 1;
-+                                      }
-+                      #else
-+                                      errno = 0;
-+
-+                                      v2 = ptrace(PTRACE_PEEKDATA, child, (void *) &v1, 0);
-+
-+                                      if (errno) {
-+                                              ret = 1;
-+                                      }
-+                      #endif
-+                                      ptrace(PTRACE_DETACH, child, (void *) 1, 0);
-+
-+                                      kill(child, SIGKILL);
-+
-+                                      return ret ? ret : (v1 != v2);
-+                              }
-+                              else { /* child */
-+                                      sleep(10);
-+                                      return 0;
-+                              }
-+                      }
-+              
-+EOF
-+if { (eval echo configure:13246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+then
-+  
-+                      echo "$ac_t""yes" 1>&6
-+              
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -fr conftest*
-+  
-+                      have_ptrace=no
-+                      have_broken_ptrace=yes
-+                      echo "$ac_t""no" 1>&6
-+              
-+fi
-+rm -fr conftest*
-+fi
-+
-+      fi
-+
-+      if test "$have_ptrace" = "yes"; then
-+              cat >> confdefs.h <<\EOF
-+#define HAVE_PTRACE 1
-+EOF
-+
-+      fi
-+
-+      have_mach_vm_read=no
-+
-+      if test "$have_broken_ptrace" = "yes"; then
-+              echo $ac_n "checking for mach_vm_read""... $ac_c" 1>&6
-+echo "configure:13277: checking for mach_vm_read" >&5
-+
-+              cat > conftest.$ac_ext <<EOF
-+#line 13280 "configure"
-+#include "confdefs.h"
-+ #include <mach/mach.h>
-+                      #include <mach/mach_vm.h>
-+              
-+int main() {
-+
-+                      mach_vm_read((vm_map_t)0, (mach_vm_address_t)0, (mach_vm_size_t)0, (vm_offset_t *)0, (mach_msg_type_number_t*)0);
-+              
-+; return 0; }
-+EOF
-+if { (eval echo configure:13291: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  rm -rf conftest*
-+  
-+                      have_mach_vm_read=yes
-+                      echo "$ac_t""yes" 1>&6
-+              
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -rf conftest*
-+  
-+                      echo "$ac_t""no" 1>&6
-+              
-+fi
-+rm -f conftest*
-+      fi
-+
-+      if test "$have_mach_vm_read" = "yes"; then
-+              cat >> confdefs.h <<\EOF
-+#define HAVE_MACH_VM_READ 1
-+EOF
-+
-+      fi
-+
-+      proc_mem_file=""
-+
-+      if test -r /proc/$$/mem ; then
-+              proc_mem_file="mem"
-+      else
-+              if test -r /proc/$$/as ; then
-+                      proc_mem_file="as"
-+              fi
-+      fi
-+
-+      if test -n "$proc_mem_file" ; then
-+              echo $ac_n "checking for proc mem file""... $ac_c" 1>&6
-+echo "configure:13327: checking for proc mem file" >&5
-+
-+              if test "$cross_compiling" = yes; then
-+    { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
-+else
-+  cat > conftest.$ac_ext <<EOF
-+#line 13333 "configure"
-+#include "confdefs.h"
-+
-+                      #define _GNU_SOURCE
-+                      #define _FILE_OFFSET_BITS 64
-+                      #include <stdint.h>
-+                      #include <unistd.h>
-+                      #include <sys/types.h>
-+                      #include <sys/stat.h>
-+                      #include <fcntl.h>
-+                      #include <stdio.h>
-+                      int main()
-+                      {
-+                              long v1 = (unsigned int) -1, v2 = 0;
-+                              char buf[128];
-+                              int fd;
-+                              sprintf(buf, "/proc/%d/$proc_mem_file", getpid());
-+                              fd = open(buf, O_RDONLY);
-+                              if (0 > fd) {
-+                                      return 1;
-+                              }
-+                              if (sizeof(long) != pread(fd, &v2, sizeof(long), (uintptr_t) &v1)) {
-+                                      close(fd);
-+                                      return 1;
-+                              }
-+                              close(fd);
-+                              return v1 != v2;
-+                      }
-+              
-+EOF
-+if { (eval echo configure:13363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+then
-+  
-+                      echo "$ac_t""$proc_mem_file" 1>&6
-+              
-+else
-+  echo "configure: failed program was:" >&5
-+  cat conftest.$ac_ext >&5
-+  rm -fr conftest*
-+  
-+                      proc_mem_file=""
-+                      echo "$ac_t""no" 1>&6
-+              
-+fi
-+rm -fr conftest*
-+fi
-+
-+      fi
-+
-+      if test -n "$proc_mem_file"; then
-+              cat >> confdefs.h <<EOF
-+#define PROC_MEM_FILE "$proc_mem_file"
-+EOF
-+
-+      fi
-+
-+      FPM_TRACE_SRCS=""
-+
-+      if test "$have_ptrace" = "yes"; then
-+              FPM_TRACE_SRCS="fpm_trace_ptrace.c"
-+      elif test -n "$proc_mem_file"; then
-+              FPM_TRACE_SRCS="fpm_trace_pread.c"
-+      elif test "$have_mach_vm_read" = "yes" ; then
-+              FPM_TRACE_SRCS="fpm_trace_mach.c"
-+      fi
-+
-+      if test -n "$FPM_TRACE_SRCS"; then
-+              FPM_TRACE_SRCS="fpm_trace.c $FPM_TRACE_SRCS"
-+      fi
-+
-+
-+
-+LIBEVENT_CFLAGS="-I$abs_srcdir/libevent"
-+LIBEVENT_LIBS="$abs_builddir/libevent/libevent.a"
-+
-+SAPI_EXTRA_DEPS="$LIBEVENT_LIBS"
-+
-+FPM_SOURCES="fpm.c \
-+      fpm_conf.c \
-+      fpm_signals.c \
-+      fpm_children.c \
-+      fpm_worker_pool.c \
-+      fpm_unix.c \
-+      fpm_cleanup.c \
-+      fpm_sockets.c \
-+      fpm_stdio.c \
-+      fpm_env.c \
-+      fpm_events.c \
-+      fpm_php.c \
-+      fpm_php_trace.c \
-+      $FPM_TRACE_SRCS \
-+      fpm_process_ctl.c \
-+      fpm_request.c \
-+      fpm_clock.c \
-+      fpm_shm.c \
-+      fpm_shm_slots.c \
-+      xml_config.c \
-+      zlog.c"
-+
-+FPM_CFLAGS="$LIBEVENT_CFLAGS $LIBXML_CFLAGS $JUDY_CFLAGS"
-+
-+FPM_CFLAGS="$FPM_CFLAGS -I$abs_srcdir/sapi/cgi" # for fastcgi.h
-+
-+if test "$ICC" = "yes" ; then
-+      FPM_ADD_CFLAGS="-Wall -wd279,310,869,810,981"
-+elif test "$GCC" = "yes" ; then
-+      FPM_ADD_CFLAGS="-Wall -Wpointer-arith -Wno-unused-parameter -Wunused-variable -Wunused-value -fno-strict-aliasing"
-+fi
-+
-+if test -n "$FPM_WERROR" ; then
-+      FPM_ADD_CFLAGS="$FPM_ADD_CFLAGS -Werror"
-+fi
-+
-+FPM_CFLAGS="$FPM_ADD_CFLAGS $FPM_CFLAGS"
-+
-+
-+  src=$abs_srcdir/sapi/cgi/fpm/Makefile.frag
-+  ac_srcdir=$ext_srcdir
-+  ac_builddir=$ext_builddir
-+  test -f "$src" && $SED -e "s#\$(srcdir)#$ac_srcdir#g" -e "s#\$(builddir)#$ac_builddir#g" $src  >> Makefile.fragments
-+
-+
-+
-+  
-+  case sapi/cgi/fpm in
-+  "") ac_srcdir="$abs_srcdir/"; unset ac_bdir; ac_inc="-I. -I$abs_srcdir" ;;
-+  /*) ac_srcdir=`echo "sapi/cgi/fpm"|cut -c 2-`"/"; ac_bdir=$ac_srcdir; ac_inc="-I$ac_bdir -I$abs_srcdir/$ac_bdir" ;;
-+  *) ac_srcdir="$abs_srcdir/sapi/cgi/fpm/"; ac_bdir="sapi/cgi/fpm/"; ac_inc="-I$ac_bdir -I$ac_srcdir" ;;
-+  esac
-+  
-+  
-+
-+  b_c_pre=$php_c_pre
-+  b_cxx_pre=$php_cxx_pre
-+  b_c_meta=$php_c_meta
-+  b_cxx_meta=$php_cxx_meta
-+  b_c_post=$php_c_post
-+  b_cxx_post=$php_cxx_post
-+  b_lo=$php_lo
-+
-+
-+  old_IFS=$IFS
-+  for ac_src in $FPM_SOURCES; do
-+  
-+      IFS=.
-+      set $ac_src
-+      ac_obj=$1
-+      IFS=$old_IFS
-+      
-+      PHP_SAPI_OBJS="$PHP_SAPI_OBJS $ac_bdir$ac_obj.lo"
-+
-+      case $ac_src in
-+        *.c) ac_comp="$b_c_pre $FPM_CFLAGS $ac_inc $b_c_meta -c $ac_srcdir$ac_src -o $ac_bdir$ac_obj.$b_lo $b_c_post" ;;
-+        *.s) ac_comp="$b_c_pre $FPM_CFLAGS $ac_inc $b_c_meta -c $ac_srcdir$ac_src -o $ac_bdir$ac_obj.$b_lo $b_c_post" ;;
-+        *.S) ac_comp="$b_c_pre $FPM_CFLAGS $ac_inc $b_c_meta -c $ac_srcdir$ac_src -o $ac_bdir$ac_obj.$b_lo $b_c_post" ;;
-+        *.cpp|*.cc|*.cxx) ac_comp="$b_cxx_pre $FPM_CFLAGS $ac_inc $b_cxx_meta -c $ac_srcdir$ac_src -o $ac_bdir$ac_obj.$b_lo $b_cxx_post" ;;
-+      esac
-+
-+    cat >>Makefile.objects<<EOF
-+$ac_bdir$ac_obj.lo: $ac_srcdir$ac_src
-+      $ac_comp
-+EOF
-+  done
-+
-+
-+
-+
-+  
-+    BUILD_DIR="$BUILD_DIR sapi/cgi/fpm"
-+  
-+
-+
-+install_fpm="install-fpm"
-+
-+
-+  echo "$ac_t""" 1>&6
-+  echo "$ac_t""${T_MD}Configuring libevent${T_ME}" 1>&6
-+
-+
-+test -d "$abs_builddir/libevent" || mkdir -p $abs_builddir/libevent
-+
-+
-+chmod +x "$abs_srcdir/libevent/configure" \
-+              "$abs_srcdir/libevent/config.guess" \
-+              "$abs_srcdir/libevent/config.sub" \
-+              "$abs_srcdir/libevent/depcomp" \
-+              "$abs_srcdir/libevent/install-sh" \
-+              "$abs_srcdir/libevent/missing" \
-+              "$abs_srcdir/libevent/mkinstalldirs"
-+
-+libevent_configure="cd $abs_builddir/libevent ; CFLAGS=\"$CFLAGS $GCC_CFLAGS\" $abs_srcdir/libevent/configure --disable-shared"
-+
-+(eval $libevent_configure)
-+
-+if test ! -f "$abs_builddir/libevent/Makefile" ; then
-+      echo "Failed to configure libevent" >&2
-+      exit 1
-+fi
-+
-+
-+LIBEVENT_LIBS="$LIBEVENT_LIBS `echo "@LIBS@" | $abs_builddir/libevent/config.status --file=-:-`"
-+
-+SAPI_EXTRA_LIBS="$LIBEVENT_LIBS $LIBXML_LIBS $JUDY_LIBS"
-+
-+
-+if test "$prefix" = "NONE" ; then
-+      fpm_prefix=/usr/local
-+else
-+      fpm_prefix="$prefix"
-+fi
-+
-+if test "$PHP_FPM_CONF" = "\$prefix/etc/php-fpm.conf" ; then
-+      php_fpm_conf_path="$fpm_prefix/etc/php-fpm.conf"
-+else
-+      php_fpm_conf_path="$PHP_FPM_CONF"
-+fi
-+
-+if test "$PHP_FPM_LOG" = "\$prefix/logs/php-fpm.log" ; then
-+      php_fpm_log_path="$fpm_prefix/logs/php-fpm.log"
-+else
-+      php_fpm_log_path="$PHP_FPM_LOG"
-+fi
-+
-+if test "$PHP_FPM_PID" = "\$prefix/logs/php-fpm.pid" ; then
-+      php_fpm_pid_path="$fpm_prefix/logs/php-fpm.pid"
-+else
-+      php_fpm_pid_path="$PHP_FPM_PID"
-+fi
-+
-+
-+if grep nobody /etc/group >/dev/null 2>&1; then
-+      php_fpm_group=nobody
-+else
-+      if grep nogroup /etc/group >/dev/null 2>&1; then
-+              php_fpm_group=nogroup
-+      else
-+              php_fpm_group=nobody
-+      fi
-+fi
-+
-+
-+  
-+  PHP_VAR_SUBST="$PHP_VAR_SUBST php_fpm_conf_path"
-+
-+  
-+
-+
-+  
-+  PHP_VAR_SUBST="$PHP_VAR_SUBST php_fpm_log_path"
-+
-+  
-+
-+
-+  
-+  PHP_VAR_SUBST="$PHP_VAR_SUBST php_fpm_pid_path"
-+
-+  
-+
-+
-+  
-+  PHP_VAR_SUBST="$PHP_VAR_SUBST php_fpm_group"
-+
-+  
-+
-+
-+  
-+  PHP_VAR_SUBST="$PHP_VAR_SUBST FPM_VERSION"
-+
-+  
-+
-+
-+
-+  PHP_OUTPUT_FILES="$PHP_OUTPUT_FILES sapi/cgi/fpm/fpm_autoconf.h"
-+
-+
-+  PHP_OUTPUT_FILES="$PHP_OUTPUT_FILES sapi/cgi/fpm/php-fpm.conf:sapi/cgi/fpm/conf/php-fpm.conf.in"
-+
-+
-+  PHP_OUTPUT_FILES="$PHP_OUTPUT_FILES sapi/cgi/fpm/php-fpm:sapi/cgi/fpm/init.d/php-fpm.in"
-+
-+
-+fi
-+
-@@ -12695,7 +13627,7 @@
-   # Extract the first word of "sendmail", so it can be a program name with args.
- set dummy sendmail; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:12699: checking for $ac_word" >&5
-+echo "configure:13631: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_PROG_SENDMAIL'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -12734,7 +13666,7 @@
-   echo $ac_n "checking whether system uses EBCDIC""... $ac_c" 1>&6
--echo "configure:12738: checking whether system uses EBCDIC" >&5
-+echo "configure:13670: checking whether system uses EBCDIC" >&5
- if eval "test \"`echo '$''{'ac_cv_ebcdic'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -12745,7 +13677,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 12749 "configure"
-+#line 13681 "configure"
- #include "confdefs.h"
- int main(void) { 
-@@ -12753,7 +13685,7 @@
- } 
- EOF
--if { (eval echo configure:12757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:13689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_ebcdic=yes
-@@ -12781,7 +13713,7 @@
- echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
--echo "configure:12785: checking whether byte ordering is bigendian" >&5
-+echo "configure:13717: checking whether byte ordering is bigendian" >&5
- if eval "test \"`echo '$''{'ac_cv_c_bigendian_php'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -12791,7 +13723,7 @@
-   ac_cv_c_bigendian_php=unknown
- else
-   cat > conftest.$ac_ext <<EOF
--#line 12795 "configure"
-+#line 13727 "configure"
- #include "confdefs.h"
- int main(void)
-@@ -12807,7 +13739,7 @@
- }
-   
- EOF
--if { (eval echo configure:12811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:13743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_c_bigendian_php=yes
- else
-@@ -12833,7 +13765,7 @@
-   echo $ac_n "checking whether writing to stdout works""... $ac_c" 1>&6
--echo "configure:12837: checking whether writing to stdout works" >&5
-+echo "configure:13769: checking whether writing to stdout works" >&5
- if eval "test \"`echo '$''{'ac_cv_write_stdout'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -12844,7 +13776,7 @@
-     
- else
-   cat > conftest.$ac_ext <<EOF
--#line 12848 "configure"
-+#line 13780 "configure"
- #include "confdefs.h"
- #ifdef HAVE_UNISTD_H
-@@ -12862,7 +13794,7 @@
- }
-     
- EOF
--if { (eval echo configure:12866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:13798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-       ac_cv_write_stdout=yes
-@@ -12937,12 +13869,12 @@
-   unset found
-   
-   echo $ac_n "checking for socket""... $ac_c" 1>&6
--echo "configure:12941: checking for socket" >&5
-+echo "configure:13873: checking for socket" >&5
- if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 12946 "configure"
-+#line 13878 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char socket(); below.  */
-@@ -12965,7 +13897,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:12969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:13901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_socket=yes"
- else
-@@ -12983,12 +13915,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __socket""... $ac_c" 1>&6
--echo "configure:12987: checking for __socket" >&5
-+echo "configure:13919: checking for __socket" >&5
- if eval "test \"`echo '$''{'ac_cv_func___socket'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 12992 "configure"
-+#line 13924 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __socket(); below.  */
-@@ -13011,7 +13943,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:13015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:13947: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___socket=yes"
- else
-@@ -13049,7 +13981,7 @@
-   unset ac_cv_lib_socket___socket
-   unset found
-   echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
--echo "configure:13053: checking for socket in -lsocket" >&5
-+echo "configure:13985: checking for socket in -lsocket" >&5
- ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -13057,7 +13989,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 13061 "configure"
-+#line 13993 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -13068,7 +14000,7 @@
- socket()
- ; return 0; }
- EOF
--if { (eval echo configure:13072: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -13088,7 +14020,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __socket in -lsocket""... $ac_c" 1>&6
--echo "configure:13092: checking for __socket in -lsocket" >&5
-+echo "configure:14024: checking for __socket in -lsocket" >&5
- ac_lib_var=`echo socket'_'__socket | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -13096,7 +14028,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 13100 "configure"
-+#line 14032 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -13107,7 +14039,7 @@
- __socket()
- ; return 0; }
- EOF
--if { (eval echo configure:13111: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -13139,11 +14071,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13143 "configure"
-+#line 14075 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:13147: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:14079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -13194,12 +14126,12 @@
-   unset found
-   
-   echo $ac_n "checking for socketpair""... $ac_c" 1>&6
--echo "configure:13198: checking for socketpair" >&5
-+echo "configure:14130: checking for socketpair" >&5
- if eval "test \"`echo '$''{'ac_cv_func_socketpair'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13203 "configure"
-+#line 14135 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char socketpair(); below.  */
-@@ -13222,7 +14154,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:13226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_socketpair=yes"
- else
-@@ -13240,12 +14172,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __socketpair""... $ac_c" 1>&6
--echo "configure:13244: checking for __socketpair" >&5
-+echo "configure:14176: checking for __socketpair" >&5
- if eval "test \"`echo '$''{'ac_cv_func___socketpair'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13249 "configure"
-+#line 14181 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __socketpair(); below.  */
-@@ -13268,7 +14200,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:13272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___socketpair=yes"
- else
-@@ -13306,7 +14238,7 @@
-   unset ac_cv_lib_socket___socketpair
-   unset found
-   echo $ac_n "checking for socketpair in -lsocket""... $ac_c" 1>&6
--echo "configure:13310: checking for socketpair in -lsocket" >&5
-+echo "configure:14242: checking for socketpair in -lsocket" >&5
- ac_lib_var=`echo socket'_'socketpair | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -13314,7 +14246,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 13318 "configure"
-+#line 14250 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -13325,7 +14257,7 @@
- socketpair()
- ; return 0; }
- EOF
--if { (eval echo configure:13329: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -13345,7 +14277,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __socketpair in -lsocket""... $ac_c" 1>&6
--echo "configure:13349: checking for __socketpair in -lsocket" >&5
-+echo "configure:14281: checking for __socketpair in -lsocket" >&5
- ac_lib_var=`echo socket'_'__socketpair | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -13353,7 +14285,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 13357 "configure"
-+#line 14289 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -13364,7 +14296,7 @@
- __socketpair()
- ; return 0; }
- EOF
--if { (eval echo configure:13368: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -13396,11 +14328,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13400 "configure"
-+#line 14332 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:13404: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:14336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -13451,12 +14383,12 @@
-   unset found
-   
-   echo $ac_n "checking for htonl""... $ac_c" 1>&6
--echo "configure:13455: checking for htonl" >&5
-+echo "configure:14387: checking for htonl" >&5
- if eval "test \"`echo '$''{'ac_cv_func_htonl'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13460 "configure"
-+#line 14392 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char htonl(); below.  */
-@@ -13479,7 +14411,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:13483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14415: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_htonl=yes"
- else
-@@ -13497,12 +14429,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __htonl""... $ac_c" 1>&6
--echo "configure:13501: checking for __htonl" >&5
-+echo "configure:14433: checking for __htonl" >&5
- if eval "test \"`echo '$''{'ac_cv_func___htonl'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13506 "configure"
-+#line 14438 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __htonl(); below.  */
-@@ -13525,7 +14457,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:13529: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14461: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___htonl=yes"
- else
-@@ -13563,7 +14495,7 @@
-   unset ac_cv_lib_socket___htonl
-   unset found
-   echo $ac_n "checking for htonl in -lsocket""... $ac_c" 1>&6
--echo "configure:13567: checking for htonl in -lsocket" >&5
-+echo "configure:14499: checking for htonl in -lsocket" >&5
- ac_lib_var=`echo socket'_'htonl | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -13571,7 +14503,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 13575 "configure"
-+#line 14507 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -13582,7 +14514,7 @@
- htonl()
- ; return 0; }
- EOF
--if { (eval echo configure:13586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -13602,7 +14534,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __htonl in -lsocket""... $ac_c" 1>&6
--echo "configure:13606: checking for __htonl in -lsocket" >&5
-+echo "configure:14538: checking for __htonl in -lsocket" >&5
- ac_lib_var=`echo socket'_'__htonl | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -13610,7 +14542,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 13614 "configure"
-+#line 14546 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -13621,7 +14553,7 @@
- __htonl()
- ; return 0; }
- EOF
--if { (eval echo configure:13625: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14557: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -13653,11 +14585,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13657 "configure"
-+#line 14589 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:13661: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:14593: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -13708,12 +14640,12 @@
-   unset found
-   
-   echo $ac_n "checking for gethostname""... $ac_c" 1>&6
--echo "configure:13712: checking for gethostname" >&5
-+echo "configure:14644: checking for gethostname" >&5
- if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13717 "configure"
-+#line 14649 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char gethostname(); below.  */
-@@ -13736,7 +14668,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:13740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14672: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_gethostname=yes"
- else
-@@ -13754,12 +14686,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __gethostname""... $ac_c" 1>&6
--echo "configure:13758: checking for __gethostname" >&5
-+echo "configure:14690: checking for __gethostname" >&5
- if eval "test \"`echo '$''{'ac_cv_func___gethostname'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13763 "configure"
-+#line 14695 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __gethostname(); below.  */
-@@ -13782,7 +14714,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:13786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14718: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___gethostname=yes"
- else
-@@ -13820,7 +14752,7 @@
-   unset ac_cv_lib_nsl___gethostname
-   unset found
-   echo $ac_n "checking for gethostname in -lnsl""... $ac_c" 1>&6
--echo "configure:13824: checking for gethostname in -lnsl" >&5
-+echo "configure:14756: checking for gethostname in -lnsl" >&5
- ac_lib_var=`echo nsl'_'gethostname | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -13828,7 +14760,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lnsl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 13832 "configure"
-+#line 14764 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -13839,7 +14771,7 @@
- gethostname()
- ; return 0; }
- EOF
--if { (eval echo configure:13843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14775: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -13859,7 +14791,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __gethostname in -lnsl""... $ac_c" 1>&6
--echo "configure:13863: checking for __gethostname in -lnsl" >&5
-+echo "configure:14795: checking for __gethostname in -lnsl" >&5
- ac_lib_var=`echo nsl'_'__gethostname | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -13867,7 +14799,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lnsl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 13871 "configure"
-+#line 14803 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -13878,7 +14810,7 @@
- __gethostname()
- ; return 0; }
- EOF
--if { (eval echo configure:13882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -13910,11 +14842,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13914 "configure"
-+#line 14846 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:13918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:14850: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -13965,12 +14897,12 @@
-   unset found
-   
-   echo $ac_n "checking for gethostbyaddr""... $ac_c" 1>&6
--echo "configure:13969: checking for gethostbyaddr" >&5
-+echo "configure:14901: checking for gethostbyaddr" >&5
- if eval "test \"`echo '$''{'ac_cv_func_gethostbyaddr'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 13974 "configure"
-+#line 14906 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char gethostbyaddr(); below.  */
-@@ -13993,7 +14925,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:13997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_gethostbyaddr=yes"
- else
-@@ -14011,12 +14943,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __gethostbyaddr""... $ac_c" 1>&6
--echo "configure:14015: checking for __gethostbyaddr" >&5
-+echo "configure:14947: checking for __gethostbyaddr" >&5
- if eval "test \"`echo '$''{'ac_cv_func___gethostbyaddr'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14020 "configure"
-+#line 14952 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __gethostbyaddr(); below.  */
-@@ -14039,7 +14971,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:14043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:14975: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___gethostbyaddr=yes"
- else
-@@ -14077,7 +15009,7 @@
-   unset ac_cv_lib_nsl___gethostbyaddr
-   unset found
-   echo $ac_n "checking for gethostbyaddr in -lnsl""... $ac_c" 1>&6
--echo "configure:14081: checking for gethostbyaddr in -lnsl" >&5
-+echo "configure:15013: checking for gethostbyaddr in -lnsl" >&5
- ac_lib_var=`echo nsl'_'gethostbyaddr | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14085,7 +15017,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lnsl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14089 "configure"
-+#line 15021 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14096,7 +15028,7 @@
- gethostbyaddr()
- ; return 0; }
- EOF
--if { (eval echo configure:14100: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14116,7 +15048,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __gethostbyaddr in -lnsl""... $ac_c" 1>&6
--echo "configure:14120: checking for __gethostbyaddr in -lnsl" >&5
-+echo "configure:15052: checking for __gethostbyaddr in -lnsl" >&5
- ac_lib_var=`echo nsl'_'__gethostbyaddr | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14124,7 +15056,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lnsl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14128 "configure"
-+#line 15060 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14135,7 +15067,7 @@
- __gethostbyaddr()
- ; return 0; }
- EOF
--if { (eval echo configure:14139: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14167,11 +15099,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14171 "configure"
-+#line 15103 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:14175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:15107: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -14222,12 +15154,12 @@
-   unset found
-   
-   echo $ac_n "checking for yp_get_default_domain""... $ac_c" 1>&6
--echo "configure:14226: checking for yp_get_default_domain" >&5
-+echo "configure:15158: checking for yp_get_default_domain" >&5
- if eval "test \"`echo '$''{'ac_cv_func_yp_get_default_domain'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14231 "configure"
-+#line 15163 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char yp_get_default_domain(); below.  */
-@@ -14250,7 +15182,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:14254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_yp_get_default_domain=yes"
- else
-@@ -14268,12 +15200,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __yp_get_default_domain""... $ac_c" 1>&6
--echo "configure:14272: checking for __yp_get_default_domain" >&5
-+echo "configure:15204: checking for __yp_get_default_domain" >&5
- if eval "test \"`echo '$''{'ac_cv_func___yp_get_default_domain'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14277 "configure"
-+#line 15209 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __yp_get_default_domain(); below.  */
-@@ -14296,7 +15228,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:14300: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15232: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___yp_get_default_domain=yes"
- else
-@@ -14334,7 +15266,7 @@
-   unset ac_cv_lib_nsl___yp_get_default_domain
-   unset found
-   echo $ac_n "checking for yp_get_default_domain in -lnsl""... $ac_c" 1>&6
--echo "configure:14338: checking for yp_get_default_domain in -lnsl" >&5
-+echo "configure:15270: checking for yp_get_default_domain in -lnsl" >&5
- ac_lib_var=`echo nsl'_'yp_get_default_domain | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14342,7 +15274,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lnsl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14346 "configure"
-+#line 15278 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14353,7 +15285,7 @@
- yp_get_default_domain()
- ; return 0; }
- EOF
--if { (eval echo configure:14357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14373,7 +15305,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __yp_get_default_domain in -lnsl""... $ac_c" 1>&6
--echo "configure:14377: checking for __yp_get_default_domain in -lnsl" >&5
-+echo "configure:15309: checking for __yp_get_default_domain in -lnsl" >&5
- ac_lib_var=`echo nsl'_'__yp_get_default_domain | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14381,7 +15313,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lnsl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14385 "configure"
-+#line 15317 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14392,7 +15324,7 @@
- __yp_get_default_domain()
- ; return 0; }
- EOF
--if { (eval echo configure:14396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15328: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14424,11 +15356,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14428 "configure"
-+#line 15360 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:14432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:15364: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -14480,12 +15412,12 @@
-   unset found
-   
-   echo $ac_n "checking for dlopen""... $ac_c" 1>&6
--echo "configure:14484: checking for dlopen" >&5
-+echo "configure:15416: checking for dlopen" >&5
- if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14489 "configure"
-+#line 15421 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char dlopen(); below.  */
-@@ -14508,7 +15440,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:14512: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15444: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_dlopen=yes"
- else
-@@ -14526,12 +15458,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __dlopen""... $ac_c" 1>&6
--echo "configure:14530: checking for __dlopen" >&5
-+echo "configure:15462: checking for __dlopen" >&5
- if eval "test \"`echo '$''{'ac_cv_func___dlopen'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14535 "configure"
-+#line 15467 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __dlopen(); below.  */
-@@ -14554,7 +15486,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:14558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___dlopen=yes"
- else
-@@ -14592,7 +15524,7 @@
-   unset ac_cv_lib_dl___dlopen
-   unset found
-   echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:14596: checking for dlopen in -ldl" >&5
-+echo "configure:15528: checking for dlopen in -ldl" >&5
- ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14600,7 +15532,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14604 "configure"
-+#line 15536 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14611,7 +15543,7 @@
- dlopen()
- ; return 0; }
- EOF
--if { (eval echo configure:14615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14631,7 +15563,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:14635: checking for __dlopen in -ldl" >&5
-+echo "configure:15567: checking for __dlopen in -ldl" >&5
- ac_lib_var=`echo dl'_'__dlopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14639,7 +15571,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14643 "configure"
-+#line 15575 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14650,7 +15582,7 @@
- __dlopen()
- ; return 0; }
- EOF
--if { (eval echo configure:14654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15586: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14682,11 +15614,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14686 "configure"
-+#line 15618 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:14690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:15622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -14738,7 +15670,7 @@
- fi
- echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
--echo "configure:14742: checking for sin in -lm" >&5
-+echo "configure:15674: checking for sin in -lm" >&5
- ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14746,7 +15678,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lm  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14750 "configure"
-+#line 15682 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14757,7 +15689,7 @@
- sin()
- ; return 0; }
- EOF
--if { (eval echo configure:14761: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14791,12 +15723,12 @@
-   unset found
-   
-   echo $ac_n "checking for res_search""... $ac_c" 1>&6
--echo "configure:14795: checking for res_search" >&5
-+echo "configure:15727: checking for res_search" >&5
- if eval "test \"`echo '$''{'ac_cv_func_res_search'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14800 "configure"
-+#line 15732 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char res_search(); below.  */
-@@ -14819,7 +15751,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:14823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_res_search=yes"
- else
-@@ -14837,12 +15769,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __res_search""... $ac_c" 1>&6
--echo "configure:14841: checking for __res_search" >&5
-+echo "configure:15773: checking for __res_search" >&5
- if eval "test \"`echo '$''{'ac_cv_func___res_search'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14846 "configure"
-+#line 15778 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __res_search(); below.  */
-@@ -14865,7 +15797,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:14869: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___res_search=yes"
- else
-@@ -14903,7 +15835,7 @@
-   unset ac_cv_lib_resolv___res_search
-   unset found
-   echo $ac_n "checking for res_search in -lresolv""... $ac_c" 1>&6
--echo "configure:14907: checking for res_search in -lresolv" >&5
-+echo "configure:15839: checking for res_search in -lresolv" >&5
- ac_lib_var=`echo resolv'_'res_search | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14911,7 +15843,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14915 "configure"
-+#line 15847 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14922,7 +15854,7 @@
- res_search()
- ; return 0; }
- EOF
--if { (eval echo configure:14926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14942,7 +15874,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_search in -lresolv""... $ac_c" 1>&6
--echo "configure:14946: checking for __res_search in -lresolv" >&5
-+echo "configure:15878: checking for __res_search in -lresolv" >&5
- ac_lib_var=`echo resolv'_'__res_search | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -14950,7 +15882,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 14954 "configure"
-+#line 15886 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -14961,7 +15893,7 @@
- __res_search()
- ; return 0; }
- EOF
--if { (eval echo configure:14965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -14993,11 +15925,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 14997 "configure"
-+#line 15929 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:15001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:15933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -15039,7 +15971,7 @@
-   unset ac_cv_lib_bind___res_search
-   unset found
-   echo $ac_n "checking for res_search in -lbind""... $ac_c" 1>&6
--echo "configure:15043: checking for res_search in -lbind" >&5
-+echo "configure:15975: checking for res_search in -lbind" >&5
- ac_lib_var=`echo bind'_'res_search | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15047,7 +15979,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15051 "configure"
-+#line 15983 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15058,7 +15990,7 @@
- res_search()
- ; return 0; }
- EOF
--if { (eval echo configure:15062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:15994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15078,7 +16010,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_search in -lbind""... $ac_c" 1>&6
--echo "configure:15082: checking for __res_search in -lbind" >&5
-+echo "configure:16014: checking for __res_search in -lbind" >&5
- ac_lib_var=`echo bind'_'__res_search | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15086,7 +16018,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15090 "configure"
-+#line 16022 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15097,7 +16029,7 @@
- __res_search()
- ; return 0; }
- EOF
--if { (eval echo configure:15101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15129,11 +16061,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15133 "configure"
-+#line 16065 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:15137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:16069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -15175,7 +16107,7 @@
-   unset ac_cv_lib_socket___res_search
-   unset found
-   echo $ac_n "checking for res_search in -lsocket""... $ac_c" 1>&6
--echo "configure:15179: checking for res_search in -lsocket" >&5
-+echo "configure:16111: checking for res_search in -lsocket" >&5
- ac_lib_var=`echo socket'_'res_search | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15183,7 +16115,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15187 "configure"
-+#line 16119 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15194,7 +16126,7 @@
- res_search()
- ; return 0; }
- EOF
--if { (eval echo configure:15198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15214,7 +16146,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_search in -lsocket""... $ac_c" 1>&6
--echo "configure:15218: checking for __res_search in -lsocket" >&5
-+echo "configure:16150: checking for __res_search in -lsocket" >&5
- ac_lib_var=`echo socket'_'__res_search | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15222,7 +16154,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15226 "configure"
-+#line 16158 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15233,7 +16165,7 @@
- __res_search()
- ; return 0; }
- EOF
--if { (eval echo configure:15237: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15265,11 +16197,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15269 "configure"
-+#line 16201 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:15273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:16205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -15327,12 +16259,12 @@
-   unset found
-   
-   echo $ac_n "checking for inet_aton""... $ac_c" 1>&6
--echo "configure:15331: checking for inet_aton" >&5
-+echo "configure:16263: checking for inet_aton" >&5
- if eval "test \"`echo '$''{'ac_cv_func_inet_aton'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15336 "configure"
-+#line 16268 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char inet_aton(); below.  */
-@@ -15355,7 +16287,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:15359: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16291: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_inet_aton=yes"
- else
-@@ -15373,12 +16305,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __inet_aton""... $ac_c" 1>&6
--echo "configure:15377: checking for __inet_aton" >&5
-+echo "configure:16309: checking for __inet_aton" >&5
- if eval "test \"`echo '$''{'ac_cv_func___inet_aton'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15382 "configure"
-+#line 16314 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __inet_aton(); below.  */
-@@ -15401,7 +16333,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:15405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16337: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___inet_aton=yes"
- else
-@@ -15439,7 +16371,7 @@
-   unset ac_cv_lib_resolv___inet_aton
-   unset found
-   echo $ac_n "checking for inet_aton in -lresolv""... $ac_c" 1>&6
--echo "configure:15443: checking for inet_aton in -lresolv" >&5
-+echo "configure:16375: checking for inet_aton in -lresolv" >&5
- ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15447,7 +16379,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15451 "configure"
-+#line 16383 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15458,7 +16390,7 @@
- inet_aton()
- ; return 0; }
- EOF
--if { (eval echo configure:15462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15478,7 +16410,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __inet_aton in -lresolv""... $ac_c" 1>&6
--echo "configure:15482: checking for __inet_aton in -lresolv" >&5
-+echo "configure:16414: checking for __inet_aton in -lresolv" >&5
- ac_lib_var=`echo resolv'_'__inet_aton | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15486,7 +16418,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15490 "configure"
-+#line 16422 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15497,7 +16429,7 @@
- __inet_aton()
- ; return 0; }
- EOF
--if { (eval echo configure:15501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15529,11 +16461,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15533 "configure"
-+#line 16465 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:15537: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:16469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -15575,7 +16507,7 @@
-   unset ac_cv_lib_bind___inet_aton
-   unset found
-   echo $ac_n "checking for inet_aton in -lbind""... $ac_c" 1>&6
--echo "configure:15579: checking for inet_aton in -lbind" >&5
-+echo "configure:16511: checking for inet_aton in -lbind" >&5
- ac_lib_var=`echo bind'_'inet_aton | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15583,7 +16515,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15587 "configure"
-+#line 16519 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15594,7 +16526,7 @@
- inet_aton()
- ; return 0; }
- EOF
--if { (eval echo configure:15598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15614,7 +16546,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __inet_aton in -lbind""... $ac_c" 1>&6
--echo "configure:15618: checking for __inet_aton in -lbind" >&5
-+echo "configure:16550: checking for __inet_aton in -lbind" >&5
- ac_lib_var=`echo bind'_'__inet_aton | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15622,7 +16554,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15626 "configure"
-+#line 16558 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15633,7 +16565,7 @@
- __inet_aton()
- ; return 0; }
- EOF
--if { (eval echo configure:15637: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15665,11 +16597,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15669 "configure"
-+#line 16601 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:15673: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:16605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -15723,12 +16655,12 @@
-   unset found
-   
-   echo $ac_n "checking for dn_skipname""... $ac_c" 1>&6
--echo "configure:15727: checking for dn_skipname" >&5
-+echo "configure:16659: checking for dn_skipname" >&5
- if eval "test \"`echo '$''{'ac_cv_func_dn_skipname'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15732 "configure"
-+#line 16664 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char dn_skipname(); below.  */
-@@ -15751,7 +16683,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:15755: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_dn_skipname=yes"
- else
-@@ -15769,12 +16701,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __dn_skipname""... $ac_c" 1>&6
--echo "configure:15773: checking for __dn_skipname" >&5
-+echo "configure:16705: checking for __dn_skipname" >&5
- if eval "test \"`echo '$''{'ac_cv_func___dn_skipname'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15778 "configure"
-+#line 16710 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __dn_skipname(); below.  */
-@@ -15797,7 +16729,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:15801: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___dn_skipname=yes"
- else
-@@ -15835,7 +16767,7 @@
-   unset ac_cv_lib_resolv___dn_skipname
-   unset found
-   echo $ac_n "checking for dn_skipname in -lresolv""... $ac_c" 1>&6
--echo "configure:15839: checking for dn_skipname in -lresolv" >&5
-+echo "configure:16771: checking for dn_skipname in -lresolv" >&5
- ac_lib_var=`echo resolv'_'dn_skipname | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15843,7 +16775,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15847 "configure"
-+#line 16779 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15854,7 +16786,7 @@
- dn_skipname()
- ; return 0; }
- EOF
--if { (eval echo configure:15858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16790: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15874,7 +16806,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __dn_skipname in -lresolv""... $ac_c" 1>&6
--echo "configure:15878: checking for __dn_skipname in -lresolv" >&5
-+echo "configure:16810: checking for __dn_skipname in -lresolv" >&5
- ac_lib_var=`echo resolv'_'__dn_skipname | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15882,7 +16814,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15886 "configure"
-+#line 16818 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15893,7 +16825,7 @@
- __dn_skipname()
- ; return 0; }
- EOF
--if { (eval echo configure:15897: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16829: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -15925,11 +16857,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 15929 "configure"
-+#line 16861 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:15933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:16865: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -15971,7 +16903,7 @@
-   unset ac_cv_lib_bind___dn_skipname
-   unset found
-   echo $ac_n "checking for dn_skipname in -lbind""... $ac_c" 1>&6
--echo "configure:15975: checking for dn_skipname in -lbind" >&5
-+echo "configure:16907: checking for dn_skipname in -lbind" >&5
- ac_lib_var=`echo bind'_'dn_skipname | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -15979,7 +16911,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 15983 "configure"
-+#line 16915 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -15990,7 +16922,7 @@
- dn_skipname()
- ; return 0; }
- EOF
--if { (eval echo configure:15994: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16926: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -16010,7 +16942,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __dn_skipname in -lbind""... $ac_c" 1>&6
--echo "configure:16014: checking for __dn_skipname in -lbind" >&5
-+echo "configure:16946: checking for __dn_skipname in -lbind" >&5
- ac_lib_var=`echo bind'_'__dn_skipname | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -16018,7 +16950,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 16022 "configure"
-+#line 16954 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -16029,7 +16961,7 @@
- __dn_skipname()
- ; return 0; }
- EOF
--if { (eval echo configure:16033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:16965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -16061,11 +16993,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16065 "configure"
-+#line 16997 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:16069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:17001: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -16117,12 +17049,12 @@
- echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
--echo "configure:16121: checking for ANSI C header files" >&5
-+echo "configure:17053: checking for ANSI C header files" >&5
- if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16126 "configure"
-+#line 17058 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- #include <stdarg.h>
-@@ -16130,7 +17062,7 @@
- #include <float.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:16134: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:17066: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -16147,7 +17079,7 @@
- if test $ac_cv_header_stdc = yes; then
-   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 16151 "configure"
-+#line 17083 "configure"
- #include "confdefs.h"
- #include <string.h>
- EOF
-@@ -16165,7 +17097,7 @@
- if test $ac_cv_header_stdc = yes; then
-   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 16169 "configure"
-+#line 17101 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
-@@ -16186,7 +17118,7 @@
-   :
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16190 "configure"
-+#line 17122 "configure"
- #include "confdefs.h"
- #include <ctype.h>
- #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-@@ -16197,7 +17129,7 @@
- exit (0); }
- EOF
--if { (eval echo configure:16201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:17133: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   :
- else
-@@ -16225,12 +17157,12 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
--echo "configure:16229: checking for $ac_hdr that defines DIR" >&5
-+echo "configure:17161: checking for $ac_hdr that defines DIR" >&5
- if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16234 "configure"
-+#line 17166 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <$ac_hdr>
-@@ -16238,7 +17170,7 @@
- DIR *dirp = 0;
- ; return 0; }
- EOF
--if { (eval echo configure:16242: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17174: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   eval "ac_cv_header_dirent_$ac_safe=yes"
- else
-@@ -16263,7 +17195,7 @@
- # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
- if test $ac_header_dirent = dirent.h; then
- echo $ac_n "checking for opendir in -ldir""... $ac_c" 1>&6
--echo "configure:16267: checking for opendir in -ldir" >&5
-+echo "configure:17199: checking for opendir in -ldir" >&5
- ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -16271,7 +17203,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldir  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 16275 "configure"
-+#line 17207 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -16282,7 +17214,7 @@
- opendir()
- ; return 0; }
- EOF
--if { (eval echo configure:16286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:17218: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -16304,7 +17236,7 @@
- else
- echo $ac_n "checking for opendir in -lx""... $ac_c" 1>&6
--echo "configure:16308: checking for opendir in -lx" >&5
-+echo "configure:17240: checking for opendir in -lx" >&5
- ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -16312,7 +17244,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lx  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 16316 "configure"
-+#line 17248 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -16323,7 +17255,7 @@
- opendir()
- ; return 0; }
- EOF
--if { (eval echo configure:16327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:17259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -16405,17 +17337,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:16409: checking for $ac_hdr" >&5
-+echo "configure:17341: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16414 "configure"
-+#line 17346 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:16419: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:17351: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -16444,12 +17376,12 @@
-   echo $ac_n "checking for fopencookie""... $ac_c" 1>&6
--echo "configure:16448: checking for fopencookie" >&5
-+echo "configure:17380: checking for fopencookie" >&5
- if eval "test \"`echo '$''{'ac_cv_func_fopencookie'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16453 "configure"
-+#line 17385 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char fopencookie(); below.  */
-@@ -16472,7 +17404,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:16476: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:17408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_fopencookie=yes"
- else
-@@ -16494,7 +17426,7 @@
-   if test "$have_glibc_fopencookie" = "yes"; then
- cat > conftest.$ac_ext <<EOF
--#line 16498 "configure"
-+#line 17430 "configure"
- #include "confdefs.h"
- #define _GNU_SOURCE
-@@ -16504,7 +17436,7 @@
- cookie_io_functions_t cookie;
- ; return 0; }
- EOF
--if { (eval echo configure:16508: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17440: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   have_cookie_io_functions_t=yes
- else
-@@ -16523,7 +17455,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16527 "configure"
-+#line 17459 "configure"
- #include "confdefs.h"
- #define _GNU_SOURCE
-@@ -16555,7 +17487,7 @@
- EOF
--if { (eval echo configure:16559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:17491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   cookie_io_functions_use_off64_t=yes
-@@ -16575,7 +17507,7 @@
-     else
- cat > conftest.$ac_ext <<EOF
--#line 16579 "configure"
-+#line 17511 "configure"
- #include "confdefs.h"
- #define _GNU_SOURCE
-@@ -16585,7 +17517,7 @@
-  _IO_cookie_io_functions_t cookie; 
- ; return 0; }
- EOF
--if { (eval echo configure:16589: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17521: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   have_IO_cookie_io_functions_t=yes
- else
-@@ -16619,7 +17551,7 @@
-   echo $ac_n "checking for broken getcwd""... $ac_c" 1>&6
--echo "configure:16623: checking for broken getcwd" >&5
-+echo "configure:17555: checking for broken getcwd" >&5
-   os=`uname -sr 2>/dev/null`
-   case $os in
-     SunOS*)
-@@ -16634,14 +17566,14 @@
-   echo $ac_n "checking for broken libc stdio""... $ac_c" 1>&6
--echo "configure:16638: checking for broken libc stdio" >&5
-+echo "configure:17570: checking for broken libc stdio" >&5
-   if eval "test \"`echo '$''{'have_broken_glibc_fopen_append'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-   if test "$cross_compiling" = yes; then
-   cat > conftest.$ac_ext <<EOF
--#line 16645 "configure"
-+#line 17577 "configure"
- #include "confdefs.h"
- #include <features.h>
-@@ -16654,7 +17586,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:16658: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17590: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   have_broken_glibc_fopen_append=yes
- else
-@@ -16667,7 +17599,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16671 "configure"
-+#line 17603 "configure"
- #include "confdefs.h"
- #include <stdio.h>
-@@ -16695,7 +17627,7 @@
- }
- EOF
--if { (eval echo configure:16699: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:17631: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   have_broken_glibc_fopen_append=no
- else
-@@ -16723,12 +17655,12 @@
- echo $ac_n "checking whether struct tm is in sys/time.h or time.h""... $ac_c" 1>&6
--echo "configure:16727: checking whether struct tm is in sys/time.h or time.h" >&5
-+echo "configure:17659: checking whether struct tm is in sys/time.h or time.h" >&5
- if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16732 "configure"
-+#line 17664 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <time.h>
-@@ -16736,7 +17668,7 @@
- struct tm *tp; tp->tm_sec;
- ; return 0; }
- EOF
--if { (eval echo configure:16740: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17672: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_struct_tm=time.h
- else
-@@ -16757,12 +17689,12 @@
- fi
- echo $ac_n "checking for tm_zone in struct tm""... $ac_c" 1>&6
--echo "configure:16761: checking for tm_zone in struct tm" >&5
-+echo "configure:17693: checking for tm_zone in struct tm" >&5
- if eval "test \"`echo '$''{'ac_cv_struct_tm_zone'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16766 "configure"
-+#line 17698 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <$ac_cv_struct_tm>
-@@ -16770,7 +17702,7 @@
- struct tm tm; tm.tm_zone;
- ; return 0; }
- EOF
--if { (eval echo configure:16774: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17706: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_struct_tm_zone=yes
- else
-@@ -16790,12 +17722,12 @@
- else
-   echo $ac_n "checking for tzname""... $ac_c" 1>&6
--echo "configure:16794: checking for tzname" >&5
-+echo "configure:17726: checking for tzname" >&5
- if eval "test \"`echo '$''{'ac_cv_var_tzname'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 16799 "configure"
-+#line 17731 "configure"
- #include "confdefs.h"
- #include <time.h>
- #ifndef tzname /* For SGI.  */
-@@ -16805,7 +17737,7 @@
- atoi(*tzname);
- ; return 0; }
- EOF
--if { (eval echo configure:16809: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:17741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_var_tzname=yes
- else
-@@ -16829,16 +17761,16 @@
-   echo $ac_n "checking for missing declarations of reentrant functions""... $ac_c" 1>&6
--echo "configure:16833: checking for missing declarations of reentrant functions" >&5
-+echo "configure:17765: checking for missing declarations of reentrant functions" >&5
-   cat > conftest.$ac_ext <<EOF
--#line 16835 "configure"
-+#line 17767 "configure"
- #include "confdefs.h"
- #include <time.h>
- int main() {
- struct tm *(*func)() = localtime_r
- ; return 0; }
- EOF
--if { (eval echo configure:16842: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17774: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     :
-@@ -16856,14 +17788,14 @@
- fi
- rm -f conftest*
-   cat > conftest.$ac_ext <<EOF
--#line 16860 "configure"
-+#line 17792 "configure"
- #include "confdefs.h"
- #include <time.h>
- int main() {
- struct tm *(*func)() = gmtime_r
- ; return 0; }
- EOF
--if { (eval echo configure:16867: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17799: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     :
-@@ -16881,14 +17813,14 @@
- fi
- rm -f conftest*
-   cat > conftest.$ac_ext <<EOF
--#line 16885 "configure"
-+#line 17817 "configure"
- #include "confdefs.h"
- #include <time.h>
- int main() {
- char *(*func)() = asctime_r
- ; return 0; }
- EOF
--if { (eval echo configure:16892: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17824: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     :
-@@ -16906,14 +17838,14 @@
- fi
- rm -f conftest*
-   cat > conftest.$ac_ext <<EOF
--#line 16910 "configure"
-+#line 17842 "configure"
- #include "confdefs.h"
- #include <time.h>
- int main() {
- char *(*func)() = ctime_r
- ; return 0; }
- EOF
--if { (eval echo configure:16917: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     :
-@@ -16931,14 +17863,14 @@
- fi
- rm -f conftest*
-   cat > conftest.$ac_ext <<EOF
--#line 16935 "configure"
-+#line 17867 "configure"
- #include "confdefs.h"
- #include <string.h>
- int main() {
- char *(*func)() = strtok_r
- ; return 0; }
- EOF
--if { (eval echo configure:16942: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17874: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     :
-@@ -16959,16 +17891,16 @@
-   echo $ac_n "checking for fclose declaration""... $ac_c" 1>&6
--echo "configure:16963: checking for fclose declaration" >&5
-+echo "configure:17895: checking for fclose declaration" >&5
-   cat > conftest.$ac_ext <<EOF
--#line 16965 "configure"
-+#line 17897 "configure"
- #include "confdefs.h"
- #include <stdio.h>
- int main() {
- int (*func)() = fclose
- ; return 0; }
- EOF
--if { (eval echo configure:16972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17904: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     cat >> confdefs.h <<\EOF
-@@ -16994,12 +17926,12 @@
- echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
--echo "configure:16998: checking for tm_gmtoff in struct tm" >&5
-+echo "configure:17930: checking for tm_gmtoff in struct tm" >&5
- if eval "test \"`echo '$''{'ac_cv_struct_tm_gmtoff'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17003 "configure"
-+#line 17935 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <$ac_cv_struct_tm>
-@@ -17007,7 +17939,7 @@
- struct tm tm; tm.tm_gmtoff;
- ; return 0; }
- EOF
--if { (eval echo configure:17011: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_struct_tm_gmtoff=yes
- else
-@@ -17030,12 +17962,12 @@
- echo $ac_n "checking for struct flock""... $ac_c" 1>&6
--echo "configure:17034: checking for struct flock" >&5
-+echo "configure:17966: checking for struct flock" >&5
- if eval "test \"`echo '$''{'ac_cv_struct_flock'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17039 "configure"
-+#line 17971 "configure"
- #include "confdefs.h"
- #include <unistd.h>
-@@ -17045,7 +17977,7 @@
- struct flock x;
- ; return 0; }
- EOF
--if { (eval echo configure:17049: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:17981: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-           ac_cv_struct_flock=yes
-@@ -17072,12 +18004,12 @@
- echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
--echo "configure:17076: checking for socklen_t" >&5
-+echo "configure:18008: checking for socklen_t" >&5
- if eval "test \"`echo '$''{'ac_cv_socklen_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17081 "configure"
-+#line 18013 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -17089,7 +18021,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:17093: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:18025: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-   ac_cv_socklen_t=yes
-@@ -17115,7 +18047,7 @@
- echo $ac_n "checking size of size_t""... $ac_c" 1>&6
--echo "configure:17119: checking size of size_t" >&5
-+echo "configure:18051: checking size of size_t" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_size_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -17123,18 +18055,18 @@
-   ac_cv_sizeof_size_t=8
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17127 "configure"
-+#line 18059 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(size_t));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:17138: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18070: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_size_t=`cat conftestval`
- else
-@@ -17154,7 +18086,7 @@
- echo $ac_n "checking size of long long""... $ac_c" 1>&6
--echo "configure:17158: checking size of long long" >&5
-+echo "configure:18090: checking size of long long" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -17162,18 +18094,18 @@
-   ac_cv_sizeof_long_long=8
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17166 "configure"
-+#line 18098 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long long));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:17177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long_long=`cat conftestval`
- else
-@@ -17193,7 +18125,7 @@
- echo $ac_n "checking size of long long int""... $ac_c" 1>&6
--echo "configure:17197: checking size of long long int" >&5
-+echo "configure:18129: checking size of long long int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long_long_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -17201,18 +18133,18 @@
-   ac_cv_sizeof_long_long_int=8
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17205 "configure"
-+#line 18137 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long long int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:17216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18148: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long_long_int=`cat conftestval`
- else
-@@ -17232,7 +18164,7 @@
- echo $ac_n "checking size of long""... $ac_c" 1>&6
--echo "configure:17236: checking size of long" >&5
-+echo "configure:18168: checking size of long" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -17240,18 +18172,18 @@
-   ac_cv_sizeof_long=8
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17244 "configure"
-+#line 18176 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:17255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long=`cat conftestval`
- else
-@@ -17271,7 +18203,7 @@
- echo $ac_n "checking size of int""... $ac_c" 1>&6
--echo "configure:17275: checking size of int" >&5
-+echo "configure:18207: checking size of int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -17279,18 +18211,18 @@
-   ac_cv_sizeof_int=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17283 "configure"
-+#line 18215 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:17294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_int=`cat conftestval`
- else
-@@ -17312,7 +18244,7 @@
-   echo $ac_n "checking size of intmax_t""... $ac_c" 1>&6
--echo "configure:17316: checking size of intmax_t" >&5
-+echo "configure:18248: checking size of intmax_t" >&5
-   
-   php_cache_value=php_cv_sizeof_intmax_t
-   if eval "test \"`echo '$''{'php_cv_sizeof_intmax_t'+set}'`\" = set"; then
-@@ -17329,7 +18261,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17333 "configure"
-+#line 18265 "configure"
- #include "confdefs.h"
- #include <stdio.h>
- #if STDC_HEADERS
-@@ -17353,7 +18285,7 @@
- }
-   
- EOF
--if { (eval echo configure:17357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     eval $php_cache_value=`cat conftestval`
-@@ -17392,7 +18324,7 @@
-   echo $ac_n "checking size of ssize_t""... $ac_c" 1>&6
--echo "configure:17396: checking size of ssize_t" >&5
-+echo "configure:18328: checking size of ssize_t" >&5
-   
-   php_cache_value=php_cv_sizeof_ssize_t
-   if eval "test \"`echo '$''{'php_cv_sizeof_ssize_t'+set}'`\" = set"; then
-@@ -17409,7 +18341,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17413 "configure"
-+#line 18345 "configure"
- #include "confdefs.h"
- #include <stdio.h>
- #if STDC_HEADERS
-@@ -17433,7 +18365,7 @@
- }
-   
- EOF
--if { (eval echo configure:17437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     eval $php_cache_value=`cat conftestval`
-@@ -17472,7 +18404,7 @@
-   echo $ac_n "checking size of ptrdiff_t""... $ac_c" 1>&6
--echo "configure:17476: checking size of ptrdiff_t" >&5
-+echo "configure:18408: checking size of ptrdiff_t" >&5
-   
-   php_cache_value=php_cv_sizeof_ptrdiff_t
-   if eval "test \"`echo '$''{'php_cv_sizeof_ptrdiff_t'+set}'`\" = set"; then
-@@ -17489,7 +18421,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17493 "configure"
-+#line 18425 "configure"
- #include "confdefs.h"
- #include <stdio.h>
- #if STDC_HEADERS
-@@ -17513,7 +18445,7 @@
- }
-   
- EOF
--if { (eval echo configure:17517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:18449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     eval $php_cache_value=`cat conftestval`
-@@ -17552,12 +18484,12 @@
- echo $ac_n "checking for st_blksize in struct stat""... $ac_c" 1>&6
--echo "configure:17556: checking for st_blksize in struct stat" >&5
-+echo "configure:18488: checking for st_blksize in struct stat" >&5
- if eval "test \"`echo '$''{'ac_cv_struct_st_blksize'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17561 "configure"
-+#line 18493 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -17565,7 +18497,7 @@
- struct stat s; s.st_blksize;
- ; return 0; }
- EOF
--if { (eval echo configure:17569: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:18501: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_struct_st_blksize=yes
- else
-@@ -17587,12 +18519,12 @@
- if test "`uname -s 2>/dev/null`" != "QNX"; then
-   echo $ac_n "checking for st_blocks in struct stat""... $ac_c" 1>&6
--echo "configure:17591: checking for st_blocks in struct stat" >&5
-+echo "configure:18523: checking for st_blocks in struct stat" >&5
- if eval "test \"`echo '$''{'ac_cv_struct_st_blocks'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17596 "configure"
-+#line 18528 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -17600,7 +18532,7 @@
- struct stat s; s.st_blocks;
- ; return 0; }
- EOF
--if { (eval echo configure:17604: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:18536: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_struct_st_blocks=yes
- else
-@@ -17627,12 +18559,12 @@
-   WARNING_LEVEL=0
- fi
- echo $ac_n "checking for st_rdev in struct stat""... $ac_c" 1>&6
--echo "configure:17631: checking for st_rdev in struct stat" >&5
-+echo "configure:18563: checking for st_rdev in struct stat" >&5
- if eval "test \"`echo '$''{'ac_cv_struct_st_rdev'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17636 "configure"
-+#line 18568 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -17640,7 +18572,7 @@
- struct stat s; s.st_rdev;
- ; return 0; }
- EOF
--if { (eval echo configure:17644: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:18576: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_struct_st_rdev=yes
- else
-@@ -17662,12 +18594,12 @@
- echo $ac_n "checking for size_t""... $ac_c" 1>&6
--echo "configure:17666: checking for size_t" >&5
-+echo "configure:18598: checking for size_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17671 "configure"
-+#line 18603 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -17695,12 +18627,12 @@
- fi
- echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
--echo "configure:17699: checking for uid_t in sys/types.h" >&5
-+echo "configure:18631: checking for uid_t in sys/types.h" >&5
- if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17704 "configure"
-+#line 18636 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- EOF
-@@ -17731,12 +18663,12 @@
-     echo $ac_n "checking for struct sockaddr_storage""... $ac_c" 1>&6
--echo "configure:17735: checking for struct sockaddr_storage" >&5
-+echo "configure:18667: checking for struct sockaddr_storage" >&5
- if eval "test \"`echo '$''{'ac_cv_sockaddr_storage'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17740 "configure"
-+#line 18672 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/socket.h>
-@@ -17744,7 +18676,7 @@
- struct sockaddr_storage s; s
- ; return 0; }
- EOF
--if { (eval echo configure:17748: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:18680: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_sockaddr_storage=yes
- else
-@@ -17765,13 +18697,13 @@
-   fi
-     echo $ac_n "checking for field sa_len in struct sockaddr""... $ac_c" 1>&6
--echo "configure:17769: checking for field sa_len in struct sockaddr" >&5
-+echo "configure:18701: checking for field sa_len in struct sockaddr" >&5
- if eval "test \"`echo '$''{'ac_cv_sockaddr_sa_len'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     cat > conftest.$ac_ext <<EOF
--#line 17775 "configure"
-+#line 18707 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/socket.h>
-@@ -17779,7 +18711,7 @@
- static struct sockaddr sa; int n = (int) sa.sa_len; return n;
- ; return 0; }
- EOF
--if { (eval echo configure:17783: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:18715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_sockaddr_sa_len=yes
- else
-@@ -17802,12 +18734,12 @@
- echo $ac_n "checking for IPv6 support""... $ac_c" 1>&6
--echo "configure:17806: checking for IPv6 support" >&5
-+echo "configure:18738: checking for IPv6 support" >&5
- if eval "test \"`echo '$''{'ac_cv_ipv6_support'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17811 "configure"
-+#line 18743 "configure"
- #include "confdefs.h"
-  #include <sys/types.h>
- #include <sys/socket.h>
-@@ -17816,7 +18748,7 @@
- struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s; t.s6_addr[0] = 0;
- ; return 0; }
- EOF
--if { (eval echo configure:17820: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:18752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_ipv6_support=yes
- else
-@@ -17832,12 +18764,12 @@
- echo $ac_n "checking for vprintf""... $ac_c" 1>&6
--echo "configure:17836: checking for vprintf" >&5
-+echo "configure:18768: checking for vprintf" >&5
- if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17841 "configure"
-+#line 18773 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char vprintf(); below.  */
-@@ -17860,7 +18792,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:17864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:18796: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_vprintf=yes"
- else
-@@ -17884,12 +18816,12 @@
- if test "$ac_cv_func_vprintf" != yes; then
- echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
--echo "configure:17888: checking for _doprnt" >&5
-+echo "configure:18820: checking for _doprnt" >&5
- if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 17893 "configure"
-+#line 18825 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char _doprnt(); below.  */
-@@ -17912,7 +18844,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:17916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:18848: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func__doprnt=yes"
- else
-@@ -17939,6 +18871,7 @@
- for ac_func in alphasort \
- asctime_r \
- chroot \
-+clearenv \
- ctime_r \
- cuserid \
- crypt \
-@@ -18019,12 +18952,12 @@
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:18023: checking for $ac_func" >&5
-+echo "configure:18956: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18028 "configure"
-+#line 18961 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -18047,7 +18980,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:18984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -18073,25 +19006,25 @@
- echo $ac_n "checking for getaddrinfo""... $ac_c" 1>&6
--echo "configure:18077: checking for getaddrinfo" >&5
-+echo "configure:19010: checking for getaddrinfo" >&5
- if eval "test \"`echo '$''{'ac_cv_func_getaddrinfo'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18082 "configure"
-+#line 19015 "configure"
- #include "confdefs.h"
- #include <netdb.h>
- int main() {
- struct addrinfo *g,h;g=&h;getaddrinfo("","",g,&g);
- ; return 0; }
- EOF
--if { (eval echo configure:18089: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:19022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   if test "$cross_compiling" = yes; then
-   ac_cv_func_getaddrinfo=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18095 "configure"
-+#line 19028 "configure"
- #include "confdefs.h"
- #include <netdb.h>
-@@ -18131,7 +19064,7 @@
- }
-   
- EOF
--if { (eval echo configure:18135: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:19068: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_func_getaddrinfo=yes
- else
-@@ -18163,12 +19096,12 @@
- for ac_func in strlcat strlcpy getopt
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:18167: checking for $ac_func" >&5
-+echo "configure:19100: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18172 "configure"
-+#line 19105 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -18191,7 +19124,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18195: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:19128: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -18218,7 +19151,7 @@
- echo $ac_n "checking whether utime accepts a null argument""... $ac_c" 1>&6
--echo "configure:18222: checking whether utime accepts a null argument" >&5
-+echo "configure:19155: checking whether utime accepts a null argument" >&5
- if eval "test \"`echo '$''{'ac_cv_func_utime_null'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -18228,7 +19161,7 @@
-   ac_cv_func_utime_null=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18232 "configure"
-+#line 19165 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/stat.h>
-@@ -18239,7 +19172,7 @@
- && t.st_mtime - s.st_mtime < 120));
- }
- EOF
--if { (eval echo configure:18243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:19176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_func_utime_null=yes
- else
-@@ -18265,19 +19198,19 @@
- # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
- # for constant arguments.  Useless!
- echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
--echo "configure:18269: checking for working alloca.h" >&5
-+echo "configure:19202: checking for working alloca.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18274 "configure"
-+#line 19207 "configure"
- #include "confdefs.h"
- #include <alloca.h>
- int main() {
- char *p = alloca(2 * sizeof(int));
- ; return 0; }
- EOF
--if { (eval echo configure:18281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:19214: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_header_alloca_h=yes
- else
-@@ -18298,12 +19231,12 @@
- fi
- echo $ac_n "checking for alloca""... $ac_c" 1>&6
--echo "configure:18302: checking for alloca" >&5
-+echo "configure:19235: checking for alloca" >&5
- if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18307 "configure"
-+#line 19240 "configure"
- #include "confdefs.h"
- #ifdef __GNUC__
-@@ -18331,7 +19264,7 @@
- char *p = (char *) alloca(1);
- ; return 0; }
- EOF
--if { (eval echo configure:18335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:19268: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_func_alloca_works=yes
- else
-@@ -18363,12 +19296,12 @@
- echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
--echo "configure:18367: checking whether alloca needs Cray hooks" >&5
-+echo "configure:19300: checking whether alloca needs Cray hooks" >&5
- if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18372 "configure"
-+#line 19305 "configure"
- #include "confdefs.h"
- #if defined(CRAY) && ! defined(CRAY2)
- webecray
-@@ -18393,12 +19326,12 @@
- if test $ac_cv_os_cray = yes; then
- for ac_func in _getb67 GETB67 getb67; do
-   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:18397: checking for $ac_func" >&5
-+echo "configure:19330: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18402 "configure"
-+#line 19335 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -18421,7 +19354,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:19358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -18448,7 +19381,7 @@
- fi
- echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
--echo "configure:18452: checking stack direction for C alloca" >&5
-+echo "configure:19385: checking stack direction for C alloca" >&5
- if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -18456,7 +19389,7 @@
-   ac_cv_c_stack_direction=0
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18460 "configure"
-+#line 19393 "configure"
- #include "confdefs.h"
- find_stack_direction ()
- {
-@@ -18475,7 +19408,7 @@
-   exit (find_stack_direction() < 0);
- }
- EOF
--if { (eval echo configure:18479: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:19412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_c_stack_direction=1
- else
-@@ -18498,13 +19431,13 @@
-   echo $ac_n "checking for declared timezone""... $ac_c" 1>&6
--echo "configure:18502: checking for declared timezone" >&5
-+echo "configure:19435: checking for declared timezone" >&5
- if eval "test \"`echo '$''{'ac_cv_declared_timezone'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     cat > conftest.$ac_ext <<EOF
--#line 18508 "configure"
-+#line 19441 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -18519,7 +19452,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18523: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:19456: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-   ac_cv_declared_timezone=yes
-@@ -18545,7 +19478,7 @@
- echo $ac_n "checking for type of reentrant time-related functions""... $ac_c" 1>&6
--echo "configure:18549: checking for type of reentrant time-related functions" >&5
-+echo "configure:19482: checking for type of reentrant time-related functions" >&5
- if eval "test \"`echo '$''{'ac_cv_time_r_type'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -18556,7 +19489,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18560 "configure"
-+#line 19493 "configure"
- #include "confdefs.h"
- #include <time.h>
-@@ -18574,7 +19507,7 @@
- }
- EOF
--if { (eval echo configure:18578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:19511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_time_r_type=hpux
-@@ -18590,7 +19523,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18594 "configure"
-+#line 19527 "configure"
- #include "confdefs.h"
- #include <time.h>
-@@ -18606,7 +19539,7 @@
- }
-   
- EOF
--if { (eval echo configure:18610: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:19543: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     ac_cv_time_r_type=irix
-@@ -18644,12 +19577,12 @@
-     echo $ac_n "checking for readdir_r""... $ac_c" 1>&6
--echo "configure:18648: checking for readdir_r" >&5
-+echo "configure:19581: checking for readdir_r" >&5
- if eval "test \"`echo '$''{'ac_cv_func_readdir_r'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18653 "configure"
-+#line 19586 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char readdir_r(); below.  */
-@@ -18672,7 +19605,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:19609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_readdir_r=yes"
- else
-@@ -18694,7 +19627,7 @@
-   if test "$ac_cv_func_readdir_r" = "yes"; then
-   echo $ac_n "checking for type of readdir_r""... $ac_c" 1>&6
--echo "configure:18698: checking for type of readdir_r" >&5
-+echo "configure:19631: checking for type of readdir_r" >&5
- if eval "test \"`echo '$''{'ac_cv_what_readdir_r'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -18705,7 +19638,7 @@
-    
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18709 "configure"
-+#line 19642 "configure"
- #include "confdefs.h"
- #define _REENTRANT
-@@ -18730,7 +19663,7 @@
- }
-     
- EOF
--if { (eval echo configure:18734: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:19667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-       ac_cv_what_readdir_r=POSIX
-@@ -18741,7 +19674,7 @@
-   rm -fr conftest*
-   
-       cat > conftest.$ac_ext <<EOF
--#line 18745 "configure"
-+#line 19678 "configure"
- #include "confdefs.h"
- #define _REENTRANT
-@@ -18751,7 +19684,7 @@
-         
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:18755: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:19688: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -18793,12 +19726,12 @@
- echo $ac_n "checking for in_addr_t""... $ac_c" 1>&6
--echo "configure:18797: checking for in_addr_t" >&5
-+echo "configure:19730: checking for in_addr_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_in_addr_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18802 "configure"
-+#line 19735 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -18832,12 +19765,12 @@
- for ac_func in crypt_r
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:18836: checking for $ac_func" >&5
-+echo "configure:19769: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 18841 "configure"
-+#line 19774 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -18860,7 +19793,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18864: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:19797: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -18888,14 +19821,14 @@
- if test "x$php_crypt_r" = "x1"; then
-   
-   echo $ac_n "checking which data struct is used by crypt_r""... $ac_c" 1>&6
--echo "configure:18892: checking which data struct is used by crypt_r" >&5
-+echo "configure:19825: checking which data struct is used by crypt_r" >&5
- if eval "test \"`echo '$''{'php_cv_crypt_r_style'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     php_cv_crypt_r_style=none
-     cat > conftest.$ac_ext <<EOF
--#line 18899 "configure"
-+#line 19832 "configure"
- #include "confdefs.h"
- #define _REENTRANT 1
-@@ -18908,7 +19841,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18912: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:19845: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   php_cv_crypt_r_style=cryptd
- else
-@@ -18919,7 +19852,7 @@
-     if test "$php_cv_crypt_r_style" = "none"; then
-       cat > conftest.$ac_ext <<EOF
--#line 18923 "configure"
-+#line 19856 "configure"
- #include "confdefs.h"
- #define _REENTRANT 1
-@@ -18932,7 +19865,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18936: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:19869: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   php_cv_crypt_r_style=struct_crypt_data
- else
-@@ -18944,7 +19877,7 @@
-     if test "$php_cv_crypt_r_style" = "none"; then
-       cat > conftest.$ac_ext <<EOF
--#line 18948 "configure"
-+#line 19881 "configure"
- #include "confdefs.h"
- #define _REENTRANT 1
-@@ -18958,7 +19891,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:18962: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:19895: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   php_cv_crypt_r_style=struct_crypt_data_gnu_source
- else
-@@ -19017,7 +19950,7 @@
- php_enable_gcov=no
- echo $ac_n "checking whether to include gcov symbols""... $ac_c" 1>&6
--echo "configure:19021: checking whether to include gcov symbols" >&5
-+echo "configure:19954: checking whether to include gcov symbols" >&5
- # Check whether --enable-gcov or --disable-gcov was given.
- if test "${enable_gcov+set}" = set; then
-   enableval="$enable_gcov"
-@@ -19059,7 +19992,7 @@
-   # Extract the first word of "lcov", so it can be a program name with args.
- set dummy lcov; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:19063: checking for $ac_word" >&5
-+echo "configure:19996: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_LTP'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -19088,7 +20021,7 @@
-   # Extract the first word of "genhtml", so it can be a program name with args.
- set dummy genhtml; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:19092: checking for $ac_word" >&5
-+echo "configure:20025: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_LTP_GENHTML'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -19123,7 +20056,7 @@
-   if test "$LTP"; then
-     echo $ac_n "checking for ltp version""... $ac_c" 1>&6
--echo "configure:19127: checking for ltp version" >&5
-+echo "configure:20060: checking for ltp version" >&5
- if eval "test \"`echo '$''{'php_cv_ltp_version'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -19180,7 +20113,7 @@
- php_enable_debug=no
- echo $ac_n "checking whether to include debugging symbols""... $ac_c" 1>&6
--echo "configure:19184: checking whether to include debugging symbols" >&5
-+echo "configure:20117: checking whether to include debugging symbols" >&5
- # Check whether --enable-debug or --disable-debug was given.
- if test "${enable_debug+set}" = set; then
-   enableval="$enable_debug"
-@@ -19222,7 +20155,7 @@
- php_with_layout=PHP
- echo $ac_n "checking layout of installed files""... $ac_c" 1>&6
--echo "configure:19226: checking layout of installed files" >&5
-+echo "configure:20159: checking layout of installed files" >&5
- # Check whether --with-layout or --without-layout was given.
- if test "${with_layout+set}" = set; then
-   withval="$with_layout"
-@@ -19257,7 +20190,7 @@
- php_with_config_file_path=DEFAULT
- echo $ac_n "checking path to configuration file""... $ac_c" 1>&6
--echo "configure:19261: checking path to configuration file" >&5
-+echo "configure:20194: checking path to configuration file" >&5
- # Check whether --with-config-file-path or --without-config-file-path was given.
- if test "${with_config_file_path+set}" = set; then
-   withval="$with_config_file_path"
-@@ -19291,7 +20224,7 @@
- fi
- echo $ac_n "checking where to scan for configuration files""... $ac_c" 1>&6
--echo "configure:19295: checking where to scan for configuration files" >&5
-+echo "configure:20228: checking where to scan for configuration files" >&5
- php_with_config_file_scan_dir=DEFAULT
-@@ -19327,7 +20260,7 @@
- php_enable_safe_mode=no
- echo $ac_n "checking whether to enable safe mode by default""... $ac_c" 1>&6
--echo "configure:19331: checking whether to enable safe mode by default" >&5
-+echo "configure:20264: checking whether to enable safe mode by default" >&5
- # Check whether --enable-safe-mode or --disable-safe-mode was given.
- if test "${enable_safe_mode+set}" = set; then
-   enableval="$enable_safe_mode"
-@@ -19362,7 +20295,7 @@
- fi
- echo $ac_n "checking for safe mode exec dir""... $ac_c" 1>&6
--echo "configure:19366: checking for safe mode exec dir" >&5
-+echo "configure:20299: checking for safe mode exec dir" >&5
- php_with_exec_dir=no
-@@ -19406,7 +20339,7 @@
- php_enable_sigchild=no
- echo $ac_n "checking whether to enable PHP's own SIGCHLD handler""... $ac_c" 1>&6
--echo "configure:19410: checking whether to enable PHP's own SIGCHLD handler" >&5
-+echo "configure:20343: checking whether to enable PHP's own SIGCHLD handler" >&5
- # Check whether --enable-sigchild or --disable-sigchild was given.
- if test "${enable_sigchild+set}" = set; then
-   enableval="$enable_sigchild"
-@@ -19444,7 +20377,7 @@
- php_enable_magic_quotes=no
- echo $ac_n "checking whether to enable magic quotes by default""... $ac_c" 1>&6
--echo "configure:19448: checking whether to enable magic quotes by default" >&5
-+echo "configure:20381: checking whether to enable magic quotes by default" >&5
- # Check whether --enable-magic-quotes or --disable-magic-quotes was given.
- if test "${enable_magic_quotes+set}" = set; then
-   enableval="$enable_magic_quotes"
-@@ -19482,7 +20415,7 @@
- php_enable_libgcc=no
- echo $ac_n "checking whether to explicitly link against libgcc""... $ac_c" 1>&6
--echo "configure:19486: checking whether to explicitly link against libgcc" >&5
-+echo "configure:20419: checking whether to explicitly link against libgcc" >&5
- # Check whether --enable-libgcc or --disable-libgcc was given.
- if test "${enable_libgcc+set}" = set; then
-   enableval="$enable_libgcc"
-@@ -19562,7 +20495,7 @@
- php_enable_short_tags=yes
- echo $ac_n "checking whether to enable short tags by default""... $ac_c" 1>&6
--echo "configure:19566: checking whether to enable short tags by default" >&5
-+echo "configure:20499: checking whether to enable short tags by default" >&5
- # Check whether --enable-short-tags or --disable-short-tags was given.
- if test "${enable_short_tags+set}" = set; then
-   enableval="$enable_short_tags"
-@@ -19600,7 +20533,7 @@
- php_enable_dmalloc=no
- echo $ac_n "checking whether to enable dmalloc""... $ac_c" 1>&6
--echo "configure:19604: checking whether to enable dmalloc" >&5
-+echo "configure:20537: checking whether to enable dmalloc" >&5
- # Check whether --enable-dmalloc or --disable-dmalloc was given.
- if test "${enable_dmalloc+set}" = set; then
-   enableval="$enable_dmalloc"
-@@ -19624,7 +20557,7 @@
- if test "$PHP_DMALLOC" = "yes"; then
-   echo $ac_n "checking for dmalloc_error in -ldmalloc""... $ac_c" 1>&6
--echo "configure:19628: checking for dmalloc_error in -ldmalloc" >&5
-+echo "configure:20561: checking for dmalloc_error in -ldmalloc" >&5
- ac_lib_var=`echo dmalloc'_'dmalloc_error | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -19632,7 +20565,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldmalloc  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 19636 "configure"
-+#line 20569 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -19643,7 +20576,7 @@
- dmalloc_error()
- ; return 0; }
- EOF
--if { (eval echo configure:19647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:20580: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -19688,7 +20621,7 @@
- php_enable_ipv6=yes
- echo $ac_n "checking whether to enable IPv6 support""... $ac_c" 1>&6
--echo "configure:19692: checking whether to enable IPv6 support" >&5
-+echo "configure:20625: checking whether to enable IPv6 support" >&5
- # Check whether --enable-ipv6 or --disable-ipv6 was given.
- if test "${enable_ipv6+set}" = set; then
-   enableval="$enable_ipv6"
-@@ -19718,7 +20651,7 @@
- fi
- echo $ac_n "checking how big to make fd sets""... $ac_c" 1>&6
--echo "configure:19722: checking how big to make fd sets" >&5
-+echo "configure:20655: checking how big to make fd sets" >&5
- php_enable_fd_setsize=no
-@@ -19789,7 +20722,7 @@
- php_enable_libxml=yes
- echo $ac_n "checking whether to enable LIBXML support""... $ac_c" 1>&6
--echo "configure:19793: checking whether to enable LIBXML support" >&5
-+echo "configure:20726: checking whether to enable LIBXML support" >&5
- # Check whether --enable-libxml or --disable-libxml was given.
- if test "${enable_libxml+set}" = set; then
-   enableval="$enable_libxml"
-@@ -19837,7 +20770,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:19841: checking libxml2 install dir" >&5
-+echo "configure:20774: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -19866,7 +20799,7 @@
-   
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:19870: checking for xml2-config path" >&5
-+echo "configure:20803: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -20024,7 +20957,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:20028: checking whether libxml build works" >&5
-+echo "configure:20961: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -20040,7 +20973,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 20044 "configure"
-+#line 20977 "configure"
- #include "confdefs.h"
-     
-@@ -20051,7 +20984,7 @@
-     }
-   
- EOF
--if { (eval echo configure:20055: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:20988: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -20405,7 +21338,7 @@
- php_with_openssl=no
- echo $ac_n "checking for OpenSSL support""... $ac_c" 1>&6
--echo "configure:20409: checking for OpenSSL support" >&5
-+echo "configure:21342: checking for OpenSSL support" >&5
- # Check whether --with-openssl or --without-openssl was given.
- if test "${with_openssl+set}" = set; then
-   withval="$with_openssl"
-@@ -20452,7 +21385,7 @@
- php_with_kerberos=no
- echo $ac_n "checking for Kerberos support""... $ac_c" 1>&6
--echo "configure:20456: checking for Kerberos support" >&5
-+echo "configure:21389: checking for Kerberos support" >&5
- # Check whether --with-kerberos or --without-kerberos was given.
- if test "${with_kerberos+set}" = set; then
-   withval="$with_kerberos"
-@@ -20770,7 +21703,7 @@
-     # Extract the first word of "krb5-config", so it can be a program name with args.
- set dummy krb5-config; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:20774: checking for $ac_word" >&5
-+echo "configure:21707: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_KRB5_CONFIG'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -21130,7 +22063,7 @@
-   fi
-   echo $ac_n "checking for DSA_get_default_method in -lssl""... $ac_c" 1>&6
--echo "configure:21134: checking for DSA_get_default_method in -lssl" >&5
-+echo "configure:22067: checking for DSA_get_default_method in -lssl" >&5
- ac_lib_var=`echo ssl'_'DSA_get_default_method | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -21138,7 +22071,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lssl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 21142 "configure"
-+#line 22075 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -21149,7 +22082,7 @@
- DSA_get_default_method()
- ; return 0; }
- EOF
--if { (eval echo configure:21153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:22086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -21191,7 +22124,7 @@
-     # Extract the first word of "pkg-config", so it can be a program name with args.
- set dummy pkg-config; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:21195: checking for $ac_word" >&5
-+echo "configure:22128: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -21396,9 +22329,9 @@
-     old_CPPFLAGS=$CPPFLAGS
-     CPPFLAGS=-I$OPENSSL_INCDIR
-     echo $ac_n "checking for OpenSSL version""... $ac_c" 1>&6
--echo "configure:21400: checking for OpenSSL version" >&5
-+echo "configure:22333: checking for OpenSSL version" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 21402 "configure"
-+#line 22335 "configure"
- #include "confdefs.h"
- #include <openssl/opensslv.h>
-@@ -21553,7 +22486,7 @@
-   done
-   echo $ac_n "checking for CRYPTO_free in -lcrypto""... $ac_c" 1>&6
--echo "configure:21557: checking for CRYPTO_free in -lcrypto" >&5
-+echo "configure:22490: checking for CRYPTO_free in -lcrypto" >&5
- ac_lib_var=`echo crypto'_'CRYPTO_free | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -21561,7 +22494,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcrypto  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 21565 "configure"
-+#line 22498 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -21572,7 +22505,7 @@
- CRYPTO_free()
- ; return 0; }
- EOF
--if { (eval echo configure:21576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:22509: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -21729,7 +22662,7 @@
-   done
-   echo $ac_n "checking for SSL_CTX_set_ssl_version in -lssl""... $ac_c" 1>&6
--echo "configure:21733: checking for SSL_CTX_set_ssl_version in -lssl" >&5
-+echo "configure:22666: checking for SSL_CTX_set_ssl_version in -lssl" >&5
- ac_lib_var=`echo ssl'_'SSL_CTX_set_ssl_version | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -21737,7 +22670,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lssl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 21741 "configure"
-+#line 22674 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -21748,7 +22681,7 @@
- SSL_CTX_set_ssl_version()
- ; return 0; }
- EOF
--if { (eval echo configure:21752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:22685: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -21870,7 +22803,7 @@
- php_with_pcre_regex=yes
- echo $ac_n "checking for PCRE support""... $ac_c" 1>&6
--echo "configure:21874: checking for PCRE support" >&5
-+echo "configure:22807: checking for PCRE support" >&5
- # Check whether --with-pcre-regex or --without-pcre-regex was given.
- if test "${with_pcre_regex+set}" = set; then
-   withval="$with_pcre_regex"
-@@ -22702,7 +23635,7 @@
- php_with_zlib=no
- echo $ac_n "checking for ZLIB support""... $ac_c" 1>&6
--echo "configure:22706: checking for ZLIB support" >&5
-+echo "configure:23639: checking for ZLIB support" >&5
- # Check whether --with-zlib or --without-zlib was given.
- if test "${with_zlib+set}" = set; then
-   withval="$with_zlib"
-@@ -22749,7 +23682,7 @@
- php_with_zlib_dir=no
- echo $ac_n "checking if the location of ZLIB install directory is defined""... $ac_c" 1>&6
--echo "configure:22753: checking if the location of ZLIB install directory is defined" >&5
-+echo "configure:23686: checking if the location of ZLIB install directory is defined" >&5
- # Check whether --with-zlib-dir or --without-zlib-dir was given.
- if test "${with_zlib_dir+set}" = set; then
-   withval="$with_zlib_dir"
-@@ -23184,7 +24117,7 @@
-   done
-   echo $ac_n "checking for gzgets in -lz""... $ac_c" 1>&6
--echo "configure:23188: checking for gzgets in -lz" >&5
-+echo "configure:24121: checking for gzgets in -lz" >&5
- ac_lib_var=`echo z'_'gzgets | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -23192,7 +24125,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lz  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 23196 "configure"
-+#line 24129 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -23203,7 +24136,7 @@
- gzgets()
- ; return 0; }
- EOF
--if { (eval echo configure:23207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:24140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -23343,7 +24276,7 @@
- php_enable_bcmath=no
- echo $ac_n "checking whether to enable bc style precision math functions""... $ac_c" 1>&6
--echo "configure:23347: checking whether to enable bc style precision math functions" >&5
-+echo "configure:24280: checking whether to enable bc style precision math functions" >&5
- # Check whether --enable-bcmath or --disable-bcmath was given.
- if test "${enable_bcmath+set}" = set; then
-   enableval="$enable_bcmath"
-@@ -23700,7 +24633,7 @@
- php_with_bz2=no
- echo $ac_n "checking for BZip2 support""... $ac_c" 1>&6
--echo "configure:23704: checking for BZip2 support" >&5
-+echo "configure:24637: checking for BZip2 support" >&5
- # Check whether --with-bz2 or --without-bz2 was given.
- if test "${with_bz2+set}" = set; then
-   withval="$with_bz2"
-@@ -23748,7 +24681,7 @@
-     BZIP_DIR=$PHP_BZ2
-   else
-     echo $ac_n "checking for BZip2 in default path""... $ac_c" 1>&6
--echo "configure:23752: checking for BZip2 in default path" >&5
-+echo "configure:24685: checking for BZip2 in default path" >&5
-     for i in /usr/local /usr; do
-       if test -r $i/include/bzlib.h; then
-         BZIP_DIR=$i
-@@ -23861,7 +24794,7 @@
-   done
-   echo $ac_n "checking for BZ2_bzerror in -lbz2""... $ac_c" 1>&6
--echo "configure:23865: checking for BZ2_bzerror in -lbz2" >&5
-+echo "configure:24798: checking for BZ2_bzerror in -lbz2" >&5
- ac_lib_var=`echo bz2'_'BZ2_bzerror | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -23869,7 +24802,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbz2  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 23873 "configure"
-+#line 24806 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -23880,7 +24813,7 @@
- BZ2_bzerror()
- ; return 0; }
- EOF
--if { (eval echo configure:23884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:24817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -24337,7 +25270,7 @@
- php_enable_calendar=no
- echo $ac_n "checking whether to enable calendar conversion support""... $ac_c" 1>&6
--echo "configure:24341: checking whether to enable calendar conversion support" >&5
-+echo "configure:25274: checking whether to enable calendar conversion support" >&5
- # Check whether --enable-calendar or --disable-calendar was given.
- if test "${enable_calendar+set}" = set; then
-   enableval="$enable_calendar"
-@@ -24673,7 +25606,7 @@
- php_enable_ctype=yes
- echo $ac_n "checking whether to enable ctype functions""... $ac_c" 1>&6
--echo "configure:24677: checking whether to enable ctype functions" >&5
-+echo "configure:25610: checking whether to enable ctype functions" >&5
- # Check whether --enable-ctype or --disable-ctype was given.
- if test "${enable_ctype+set}" = set; then
-   enableval="$enable_ctype"
-@@ -25009,7 +25942,7 @@
- php_with_curl=no
- echo $ac_n "checking for cURL support""... $ac_c" 1>&6
--echo "configure:25013: checking for cURL support" >&5
-+echo "configure:25946: checking for cURL support" >&5
- # Check whether --with-curl or --without-curl was given.
- if test "${with_curl+set}" = set; then
-   withval="$with_curl"
-@@ -25056,7 +25989,7 @@
- php_with_curlwrappers=no
- echo $ac_n "checking if we should use cURL for url streams""... $ac_c" 1>&6
--echo "configure:25060: checking if we should use cURL for url streams" >&5
-+echo "configure:25993: checking if we should use cURL for url streams" >&5
- # Check whether --with-curlwrappers or --without-curlwrappers was given.
- if test "${with_curlwrappers+set}" = set; then
-   withval="$with_curlwrappers"
-@@ -25083,7 +26016,7 @@
-     CURL_DIR=$PHP_CURL
-   else
-     echo $ac_n "checking for cURL in default path""... $ac_c" 1>&6
--echo "configure:25087: checking for cURL in default path" >&5
-+echo "configure:26020: checking for cURL in default path" >&5
-     for i in /usr/local /usr; do
-       if test -r $i/include/curl/easy.h; then
-         CURL_DIR=$i
-@@ -25101,7 +26034,7 @@
-   CURL_CONFIG="curl-config"
-   echo $ac_n "checking for cURL 7.10.5 or greater""... $ac_c" 1>&6
--echo "configure:25105: checking for cURL 7.10.5 or greater" >&5
-+echo "configure:26038: checking for cURL 7.10.5 or greater" >&5
-   if ${CURL_DIR}/bin/curl-config --libs > /dev/null 2>&1; then
-     CURL_CONFIG=${CURL_DIR}/bin/curl-config
-@@ -25121,7 +26054,7 @@
-   fi
-   
-   echo $ac_n "checking for SSL support in libcurl""... $ac_c" 1>&6
--echo "configure:25125: checking for SSL support in libcurl" >&5
-+echo "configure:26058: checking for SSL support in libcurl" >&5
-   CURL_SSL=`$CURL_CONFIG --feature | $EGREP SSL`
-   if test "$CURL_SSL" = "SSL"; then
-    echo "$ac_t""yes" 1>&6
-@@ -25136,7 +26069,7 @@
-    LDFLAGS="`$CURL_CONFIG --libs` $ld_runpath_switch$CURL_DIR/$PHP_LIBDIR"
-    
-    echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
--echo "configure:25140: checking how to run the C preprocessor" >&5
-+echo "configure:26073: checking how to run the C preprocessor" >&5
- # On Suns, sometimes $CPP names a directory.
- if test -n "$CPP" && test -d "$CPP"; then
-   CPP=
-@@ -25151,13 +26084,13 @@
-   # On the NeXT, cc -E runs the code through the compiler's parser,
-   # not just through cpp.
-   cat > conftest.$ac_ext <<EOF
--#line 25155 "configure"
-+#line 26088 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:25161: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:26094: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -25168,13 +26101,13 @@
-   rm -rf conftest*
-   CPP="${CC-cc} -E -traditional-cpp"
-   cat > conftest.$ac_ext <<EOF
--#line 25172 "configure"
-+#line 26105 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:25178: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:26111: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -25185,13 +26118,13 @@
-   rm -rf conftest*
-   CPP="${CC-cc} -nologo -E"
-   cat > conftest.$ac_ext <<EOF
--#line 25189 "configure"
-+#line 26122 "configure"
- #include "confdefs.h"
- #include <assert.h>
- Syntax Error
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:25195: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:26128: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -25216,14 +26149,14 @@
- echo "$ac_t""$CPP" 1>&6
-    echo $ac_n "checking for openssl support in libcurl""... $ac_c" 1>&6
--echo "configure:25220: checking for openssl support in libcurl" >&5
-+echo "configure:26153: checking for openssl support in libcurl" >&5
-    if test "$cross_compiling" = yes; then
-   
-     echo "$ac_t""no" 1>&6
-    
- else
-   cat > conftest.$ac_ext <<EOF
--#line 25227 "configure"
-+#line 26160 "configure"
- #include "confdefs.h"
-     #include <curl/curl.h>
-@@ -25238,23 +26171,23 @@
-     }
-    
- EOF
--if { (eval echo configure:25242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:26175: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     echo "$ac_t""yes" 1>&6
-     ac_safe=`echo "openssl/crypto.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for openssl/crypto.h""... $ac_c" 1>&6
--echo "configure:25248: checking for openssl/crypto.h" >&5
-+echo "configure:26181: checking for openssl/crypto.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 25253 "configure"
-+#line 26186 "configure"
- #include "confdefs.h"
- #include <openssl/crypto.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:25258: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:26191: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -25294,14 +26227,14 @@
-    
-    echo $ac_n "checking for gnutls support in libcurl""... $ac_c" 1>&6
--echo "configure:25298: checking for gnutls support in libcurl" >&5
-+echo "configure:26231: checking for gnutls support in libcurl" >&5
-    if test "$cross_compiling" = yes; then
-   
-     echo "$ac_t""no" 1>&6
-    
- else
-   cat > conftest.$ac_ext <<EOF
--#line 25305 "configure"
-+#line 26238 "configure"
- #include "confdefs.h"
-     #include <curl/curl.h>
-@@ -25316,23 +26249,23 @@
-     }
-    
- EOF
--if { (eval echo configure:25320: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:26253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     echo "$ac_t""yes" 1>&6
-     ac_safe=`echo "gcrypt.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for gcrypt.h""... $ac_c" 1>&6
--echo "configure:25326: checking for gcrypt.h" >&5
-+echo "configure:26259: checking for gcrypt.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 25331 "configure"
-+#line 26264 "configure"
- #include "confdefs.h"
- #include <gcrypt.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:25336: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:26269: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -25693,7 +26626,7 @@
-   done
-   echo $ac_n "checking for curl_easy_perform in -lcurl""... $ac_c" 1>&6
--echo "configure:25697: checking for curl_easy_perform in -lcurl" >&5
-+echo "configure:26630: checking for curl_easy_perform in -lcurl" >&5
- ac_lib_var=`echo curl'_'curl_easy_perform | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -25701,7 +26634,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcurl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 25705 "configure"
-+#line 26638 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -25712,7 +26645,7 @@
- curl_easy_perform()
- ; return 0; }
- EOF
--if { (eval echo configure:25716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:26649: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -25848,7 +26781,7 @@
-   done
-   echo $ac_n "checking for curl_version_info in -lcurl""... $ac_c" 1>&6
--echo "configure:25852: checking for curl_version_info in -lcurl" >&5
-+echo "configure:26785: checking for curl_version_info in -lcurl" >&5
- ac_lib_var=`echo curl'_'curl_version_info | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -25856,7 +26789,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcurl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 25860 "configure"
-+#line 26793 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -25867,7 +26800,7 @@
- curl_version_info()
- ; return 0; }
- EOF
--if { (eval echo configure:25871: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:26804: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -26001,7 +26934,7 @@
-   done
-   echo $ac_n "checking for curl_easy_strerror in -lcurl""... $ac_c" 1>&6
--echo "configure:26005: checking for curl_easy_strerror in -lcurl" >&5
-+echo "configure:26938: checking for curl_easy_strerror in -lcurl" >&5
- ac_lib_var=`echo curl'_'curl_easy_strerror | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -26009,7 +26942,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcurl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 26013 "configure"
-+#line 26946 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -26020,7 +26953,7 @@
- curl_easy_strerror()
- ; return 0; }
- EOF
--if { (eval echo configure:26024: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:26957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -26154,7 +27087,7 @@
-   done
-   echo $ac_n "checking for curl_multi_strerror in -lcurl""... $ac_c" 1>&6
--echo "configure:26158: checking for curl_multi_strerror in -lcurl" >&5
-+echo "configure:27091: checking for curl_multi_strerror in -lcurl" >&5
- ac_lib_var=`echo curl'_'curl_multi_strerror | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -26162,7 +27095,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcurl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 26166 "configure"
-+#line 27099 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -26173,7 +27106,7 @@
- curl_multi_strerror()
- ; return 0; }
- EOF
--if { (eval echo configure:26177: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:27110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -26507,7 +27440,7 @@
- echo $ac_n "checking size of long""... $ac_c" 1>&6
--echo "configure:26511: checking size of long" >&5
-+echo "configure:27444: checking size of long" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -26515,18 +27448,18 @@
-   ac_cv_sizeof_long=8
- else
-   cat > conftest.$ac_ext <<EOF
--#line 26519 "configure"
-+#line 27452 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:26530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:27463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long=`cat conftestval`
- else
-@@ -26546,7 +27479,7 @@
- echo $ac_n "checking size of int""... $ac_c" 1>&6
--echo "configure:26550: checking size of int" >&5
-+echo "configure:27483: checking size of int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -26554,18 +27487,18 @@
-   ac_cv_sizeof_int=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 26558 "configure"
-+#line 27491 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:26569: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:27502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_int=`cat conftestval`
- else
-@@ -26586,13 +27519,13 @@
- echo $ac_n "checking for int32_t""... $ac_c" 1>&6
--echo "configure:26590: checking for int32_t" >&5
-+echo "configure:27523: checking for int32_t" >&5
- if eval "test \"`echo '$''{'ac_cv_int_type_int32_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
- cat > conftest.$ac_ext <<EOF
--#line 26596 "configure"
-+#line 27529 "configure"
- #include "confdefs.h"
- #if HAVE_SYS_TYPES_H
-@@ -26611,7 +27544,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:26615: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:27548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_int_type_int32_t=yes
- else
-@@ -26634,13 +27567,13 @@
- echo $ac_n "checking for uint32_t""... $ac_c" 1>&6
--echo "configure:26638: checking for uint32_t" >&5
-+echo "configure:27571: checking for uint32_t" >&5
- if eval "test \"`echo '$''{'ac_cv_int_type_uint32_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
- cat > conftest.$ac_ext <<EOF
--#line 26644 "configure"
-+#line 27577 "configure"
- #include "confdefs.h"
- #if HAVE_SYS_TYPES_H
-@@ -26659,7 +27592,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:26663: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:27596: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_int_type_uint32_t=yes
- else
-@@ -26691,17 +27624,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:26695: checking for $ac_hdr" >&5
-+echo "configure:27628: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 26700 "configure"
-+#line 27633 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:26705: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:27638: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -26731,12 +27664,12 @@
- for ac_func in strtoll atoll strftime
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:26735: checking for $ac_func" >&5
-+echo "configure:27668: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 26740 "configure"
-+#line 27673 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -26759,7 +27692,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:26763: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:27696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -27542,7 +28475,7 @@
-   done
-   echo $ac_n "checking for dpopen in -l$LIB""... $ac_c" 1>&6
--echo "configure:27546: checking for dpopen in -l$LIB" >&5
-+echo "configure:28479: checking for dpopen in -l$LIB" >&5
- ac_lib_var=`echo $LIB'_'dpopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -27550,7 +28483,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIB  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 27554 "configure"
-+#line 28487 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -27561,7 +28494,7 @@
- dpopen()
- ; return 0; }
- EOF
--if { (eval echo configure:27565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:28498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -27730,7 +28663,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:27734: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:28667: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -27758,7 +28691,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:27762: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:28695: checking for $THIS_FULL_NAME support" >&5
-   if test -n "You cannot combine --with-gdbm with --with-qdbm"; then
-     { echo "configure: error: You cannot combine --with-gdbm with --with-qdbm" 1>&2; exit 1; }
-   fi
-@@ -27877,7 +28810,7 @@
-   done
-   echo $ac_n "checking for gdbm_open in -lgdbm""... $ac_c" 1>&6
--echo "configure:27881: checking for gdbm_open in -lgdbm" >&5
-+echo "configure:28814: checking for gdbm_open in -lgdbm" >&5
- ac_lib_var=`echo gdbm'_'gdbm_open | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -27885,7 +28818,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgdbm  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 27889 "configure"
-+#line 28822 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -27896,7 +28829,7 @@
- gdbm_open()
- ; return 0; }
- EOF
--if { (eval echo configure:27900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:28833: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -28061,7 +28994,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:28065: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:28998: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -28190,7 +29123,7 @@
-   done
-   echo $ac_n "checking for dbm_open in -l$LIB""... $ac_c" 1>&6
--echo "configure:28194: checking for dbm_open in -l$LIB" >&5
-+echo "configure:29127: checking for dbm_open in -l$LIB" >&5
- ac_lib_var=`echo $LIB'_'dbm_open | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -28198,7 +29131,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIB  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 28202 "configure"
-+#line 29135 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -28209,7 +29142,7 @@
- dbm_open()
- ; return 0; }
- EOF
--if { (eval echo configure:28213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:29146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -28378,7 +29311,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:28382: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:29315: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -28445,7 +29378,7 @@
-   LIBS="-l$LIB $LIBS"
-   
-         cat > conftest.$ac_ext <<EOF
--#line 28449 "configure"
-+#line 29382 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -28456,11 +29389,11 @@
-         
- ; return 0; }
- EOF
--if { (eval echo configure:28460: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:29393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   
-           cat > conftest.$ac_ext <<EOF
--#line 28464 "configure"
-+#line 29397 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -28497,14 +29430,14 @@
-   done
-   if test -z "$THIS_LIBS"; then
-     echo $ac_n "checking for db4 major version""... $ac_c" 1>&6
--echo "configure:28501: checking for db4 major version" >&5
-+echo "configure:29434: checking for db4 major version" >&5
-     { echo "configure: error: Header contains different version" 1>&2; exit 1; }
-   fi
-   if test "4" = "4"; then
-     echo $ac_n "checking for db4 minor version and patch level""... $ac_c" 1>&6
--echo "configure:28506: checking for db4 minor version and patch level" >&5
-+echo "configure:29439: checking for db4 minor version and patch level" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 28508 "configure"
-+#line 29441 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -28530,9 +29463,9 @@
-   fi
-   if test "$ext_shared" = "yes"; then
-     echo $ac_n "checking if dba can be used as shared extension""... $ac_c" 1>&6
--echo "configure:28534: checking if dba can be used as shared extension" >&5
-+echo "configure:29467: checking if dba can be used as shared extension" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 28536 "configure"
-+#line 29469 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -28689,7 +29622,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:28693: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:29626: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -28717,7 +29650,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:28721: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:29654: checking for $THIS_FULL_NAME support" >&5
-   if test -n "You cannot combine --with-db3 with --with-db4"; then
-     { echo "configure: error: You cannot combine --with-db3 with --with-db4" 1>&2; exit 1; }
-   fi
-@@ -28768,7 +29701,7 @@
-   LIBS="-l$LIB $LIBS"
-   
-         cat > conftest.$ac_ext <<EOF
--#line 28772 "configure"
-+#line 29705 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -28779,11 +29712,11 @@
-         
- ; return 0; }
- EOF
--if { (eval echo configure:28783: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:29716: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   
-           cat > conftest.$ac_ext <<EOF
--#line 28787 "configure"
-+#line 29720 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -28820,14 +29753,14 @@
-   done
-   if test -z "$THIS_LIBS"; then
-     echo $ac_n "checking for db3 major version""... $ac_c" 1>&6
--echo "configure:28824: checking for db3 major version" >&5
-+echo "configure:29757: checking for db3 major version" >&5
-     { echo "configure: error: Header contains different version" 1>&2; exit 1; }
-   fi
-   if test "3" = "4"; then
-     echo $ac_n "checking for db4 minor version and patch level""... $ac_c" 1>&6
--echo "configure:28829: checking for db4 minor version and patch level" >&5
-+echo "configure:29762: checking for db4 minor version and patch level" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 28831 "configure"
-+#line 29764 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -28853,9 +29786,9 @@
-   fi
-   if test "$ext_shared" = "yes"; then
-     echo $ac_n "checking if dba can be used as shared extension""... $ac_c" 1>&6
--echo "configure:28857: checking if dba can be used as shared extension" >&5
-+echo "configure:29790: checking if dba can be used as shared extension" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 28859 "configure"
-+#line 29792 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -29012,7 +29945,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:29016: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:29949: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -29040,7 +29973,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:29044: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:29977: checking for $THIS_FULL_NAME support" >&5
-   if test -n "You cannot combine --with-db2 with --with-db3 or --with-db4"; then
-     { echo "configure: error: You cannot combine --with-db2 with --with-db3 or --with-db4" 1>&2; exit 1; }
-   fi
-@@ -29091,7 +30024,7 @@
-   LIBS="-l$LIB $LIBS"
-   
-         cat > conftest.$ac_ext <<EOF
--#line 29095 "configure"
-+#line 30028 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -29102,11 +30035,11 @@
-         
- ; return 0; }
- EOF
--if { (eval echo configure:29106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:30039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   
-           cat > conftest.$ac_ext <<EOF
--#line 29110 "configure"
-+#line 30043 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -29143,14 +30076,14 @@
-   done
-   if test -z "$THIS_LIBS"; then
-     echo $ac_n "checking for db2 major version""... $ac_c" 1>&6
--echo "configure:29147: checking for db2 major version" >&5
-+echo "configure:30080: checking for db2 major version" >&5
-     { echo "configure: error: Header contains different version" 1>&2; exit 1; }
-   fi
-   if test "2" = "4"; then
-     echo $ac_n "checking for db4 minor version and patch level""... $ac_c" 1>&6
--echo "configure:29152: checking for db4 minor version and patch level" >&5
-+echo "configure:30085: checking for db4 minor version and patch level" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 29154 "configure"
-+#line 30087 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -29176,9 +30109,9 @@
-   fi
-   if test "$ext_shared" = "yes"; then
-     echo $ac_n "checking if dba can be used as shared extension""... $ac_c" 1>&6
--echo "configure:29180: checking if dba can be used as shared extension" >&5
-+echo "configure:30113: checking if dba can be used as shared extension" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 29182 "configure"
-+#line 30115 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -29335,7 +30268,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:29339: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:30272: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -29355,7 +30288,7 @@
-   unset THIS_INCLUDE THIS_LIBS THIS_LFLAGS THIS_PREFIX THIS_RESULT
-   echo $ac_n "checking for DB1 in library""... $ac_c" 1>&6
--echo "configure:29359: checking for DB1 in library" >&5
-+echo "configure:30292: checking for DB1 in library" >&5
-   if test "$HAVE_DB4" = "1"; then
-     THIS_VERSION=4
-     THIS_LIBS=$DB4_LIBS
-@@ -29403,7 +30336,7 @@
-   fi
-   echo "$ac_t""$THIS_LIBS" 1>&6
-   echo $ac_n "checking for DB1 in header""... $ac_c" 1>&6
--echo "configure:29407: checking for DB1 in header" >&5
-+echo "configure:30340: checking for DB1 in header" >&5
-   echo "$ac_t""$THIS_INCLUDE" 1>&6
-   if test -n "$THIS_INCLUDE"; then
-     
-@@ -29413,7 +30346,7 @@
-   LIBS="-l$THIS_LIBS $LIBS"
-   
-       cat > conftest.$ac_ext <<EOF
--#line 29417 "configure"
-+#line 30350 "configure"
- #include "confdefs.h"
- #include "$THIS_INCLUDE"
-@@ -29424,7 +30357,7 @@
-       
- ; return 0; }
- EOF
--if { (eval echo configure:29428: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:30361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   
-         cat >> confdefs.h <<EOF
-@@ -29574,7 +30507,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:29578: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:30511: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -29602,7 +30535,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:29606: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:30539: checking for $THIS_FULL_NAME support" >&5
-   if test -n "You cannot combine --with-dbm with --with-qdbm"; then
-     { echo "configure: error: You cannot combine --with-dbm with --with-qdbm" 1>&2; exit 1; }
-   fi
-@@ -29726,7 +30659,7 @@
-   done
-   echo $ac_n "checking for dbminit in -l$LIB""... $ac_c" 1>&6
--echo "configure:29730: checking for dbminit in -l$LIB" >&5
-+echo "configure:30663: checking for dbminit in -l$LIB" >&5
- ac_lib_var=`echo $LIB'_'dbminit | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -29734,7 +30667,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIB  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 29738 "configure"
-+#line 30671 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -29745,7 +30678,7 @@
- dbminit()
- ; return 0; }
- EOF
--if { (eval echo configure:29749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:30682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -29765,7 +30698,7 @@
-     ext_shared=$save_ext_shared
-     
-         echo $ac_n "checking for DBM using GDBM""... $ac_c" 1>&6
--echo "configure:29769: checking for DBM using GDBM" >&5
-+echo "configure:30702: checking for DBM using GDBM" >&5
-         cat >> confdefs.h <<EOF
- #define DBM_INCLUDE_FILE "$THIS_INCLUDE"
- EOF
-@@ -29929,7 +30862,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:29933: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:30866: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -30150,7 +31083,7 @@
-   done
-   echo $ac_n "checking for cdb_read in -l$LIB""... $ac_c" 1>&6
--echo "configure:30154: checking for cdb_read in -l$LIB" >&5
-+echo "configure:31087: checking for cdb_read in -l$LIB" >&5
- ac_lib_var=`echo $LIB'_'cdb_read | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -30158,7 +31091,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIB  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 30162 "configure"
-+#line 31095 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -30169,7 +31102,7 @@
- cdb_read()
- ; return 0; }
- EOF
--if { (eval echo configure:30173: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:31106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -30338,7 +31271,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:30342: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:31275: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -30369,7 +31302,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:30373: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:31306: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -30400,7 +31333,7 @@
-     THIS_FULL_NAME="$THIS_NAME"
-   fi
-   echo $ac_n "checking for $THIS_FULL_NAME support""... $ac_c" 1>&6
--echo "configure:30404: checking for $THIS_FULL_NAME support" >&5
-+echo "configure:31337: checking for $THIS_FULL_NAME support" >&5
-   if test -n ""; then
-     { echo "configure: error: " 1>&2; exit 1; }
-   fi
-@@ -30415,7 +31348,7 @@
- echo $ac_n "checking whether to enable DBA interface""... $ac_c" 1>&6
--echo "configure:30419: checking whether to enable DBA interface" >&5
-+echo "configure:31352: checking whether to enable DBA interface" >&5
- if test "$HAVE_DBA" = "1"; then
-   if test "$ext_shared" = "yes"; then
-     echo "$ac_t""yes, shared" 1>&6
-@@ -30734,7 +31667,7 @@
- php_enable_dbase=no
- echo $ac_n "checking whether to enable dbase support""... $ac_c" 1>&6
--echo "configure:30738: checking whether to enable dbase support" >&5
-+echo "configure:31671: checking whether to enable dbase support" >&5
- # Check whether --enable-dbase or --disable-dbase was given.
- if test "${enable_dbase+set}" = set; then
-   enableval="$enable_dbase"
-@@ -31070,7 +32003,7 @@
- php_enable_dom=yes
- echo $ac_n "checking whether to enable DOM support""... $ac_c" 1>&6
--echo "configure:31074: checking whether to enable DOM support" >&5
-+echo "configure:32007: checking whether to enable DOM support" >&5
- # Check whether --enable-dom or --disable-dom was given.
- if test "${enable_dom+set}" = set; then
-   enableval="$enable_dom"
-@@ -31118,7 +32051,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:31122: checking libxml2 install dir" >&5
-+echo "configure:32055: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -31149,7 +32082,7 @@
-   
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:31153: checking for xml2-config path" >&5
-+echo "configure:32086: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -31307,7 +32240,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:31311: checking whether libxml build works" >&5
-+echo "configure:32244: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -31323,7 +32256,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 31327 "configure"
-+#line 32260 "configure"
- #include "confdefs.h"
-     
-@@ -31334,7 +32267,7 @@
-     }
-   
- EOF
--if { (eval echo configure:31338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:32271: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -31746,7 +32679,7 @@
- php_enable_exif=no
- echo $ac_n "checking whether to enable EXIF (metadata from images) support""... $ac_c" 1>&6
--echo "configure:31750: checking whether to enable EXIF (metadata from images) support" >&5
-+echo "configure:32683: checking whether to enable EXIF (metadata from images) support" >&5
- # Check whether --enable-exif or --disable-exif was given.
- if test "${enable_exif+set}" = set; then
-   enableval="$enable_exif"
-@@ -32082,7 +33015,7 @@
- php_with_fbsql=no
- echo $ac_n "checking for FrontBase SQL92 (fbsql) support""... $ac_c" 1>&6
--echo "configure:32086: checking for FrontBase SQL92 (fbsql) support" >&5
-+echo "configure:33019: checking for FrontBase SQL92 (fbsql) support" >&5
- # Check whether --with-fbsql or --without-fbsql was given.
- if test "${with_fbsql+set}" = set; then
-   withval="$with_fbsql"
-@@ -32578,7 +33511,7 @@
- php_with_fdftk=no
- echo $ac_n "checking for FDF support""... $ac_c" 1>&6
--echo "configure:32582: checking for FDF support" >&5
-+echo "configure:33515: checking for FDF support" >&5
- # Check whether --with-fdftk or --without-fdftk was given.
- if test "${with_fdftk+set}" = set; then
-   withval="$with_fdftk"
-@@ -32796,7 +33729,7 @@
-   done
-   echo $ac_n "checking for FDFOpen in -l$file""... $ac_c" 1>&6
--echo "configure:32800: checking for FDFOpen in -l$file" >&5
-+echo "configure:33733: checking for FDFOpen in -l$file" >&5
- ac_lib_var=`echo $file'_'FDFOpen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -32804,7 +33737,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$file  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 32808 "configure"
-+#line 33741 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -32815,7 +33748,7 @@
- FDFOpen()
- ; return 0; }
- EOF
--if { (eval echo configure:32819: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:33752: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -32942,7 +33875,7 @@
-   done
-   echo $ac_n "checking for FDFGetFDFVersion in -l$file""... $ac_c" 1>&6
--echo "configure:32946: checking for FDFGetFDFVersion in -l$file" >&5
-+echo "configure:33879: checking for FDFGetFDFVersion in -l$file" >&5
- ac_lib_var=`echo $file'_'FDFGetFDFVersion | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -32950,7 +33883,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$file  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 32954 "configure"
-+#line 33887 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -32961,7 +33894,7 @@
- FDFGetFDFVersion()
- ; return 0; }
- EOF
--if { (eval echo configure:32965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:33898: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -33398,7 +34331,7 @@
- php_enable_filter=yes
- echo $ac_n "checking whether to enable input filter support""... $ac_c" 1>&6
--echo "configure:33402: checking whether to enable input filter support" >&5
-+echo "configure:34335: checking whether to enable input filter support" >&5
- # Check whether --enable-filter or --disable-filter was given.
- if test "${enable_filter+set}" = set; then
-   enableval="$enable_filter"
-@@ -33445,7 +34378,7 @@
- php_with_pcre_dir=no
- echo $ac_n "checking pcre install prefix""... $ac_c" 1>&6
--echo "configure:33449: checking pcre install prefix" >&5
-+echo "configure:34382: checking pcre install prefix" >&5
- # Check whether --with-pcre-dir or --without-pcre-dir was given.
- if test "${with_pcre_dir+set}" = set; then
-   withval="$with_pcre_dir"
-@@ -33475,7 +34408,7 @@
-         old_CPPFLAGS=$CPPFLAGS
-     CPPFLAGS=$INCLUDES
-     cat > conftest.$ac_ext <<EOF
--#line 33479 "configure"
-+#line 34412 "configure"
- #include "confdefs.h"
- #include <main/php_config.h>
-@@ -33494,7 +34427,7 @@
-   rm -rf conftest*
-   
-       cat > conftest.$ac_ext <<EOF
--#line 33498 "configure"
-+#line 34431 "configure"
- #include "confdefs.h"
- #include <main/php_config.h>
-@@ -33853,7 +34786,7 @@
- php_enable_ftp=no
- echo $ac_n "checking whether to enable FTP support""... $ac_c" 1>&6
--echo "configure:33857: checking whether to enable FTP support" >&5
-+echo "configure:34790: checking whether to enable FTP support" >&5
- # Check whether --enable-ftp or --disable-ftp was given.
- if test "${enable_ftp+set}" = set; then
-   enableval="$enable_ftp"
-@@ -33900,7 +34833,7 @@
- php_with_openssl_dir=no
- echo $ac_n "checking OpenSSL dir for FTP""... $ac_c" 1>&6
--echo "configure:33904: checking OpenSSL dir for FTP" >&5
-+echo "configure:34837: checking OpenSSL dir for FTP" >&5
- # Check whether --with-openssl-dir or --without-openssl-dir was given.
- if test "${with_openssl_dir+set}" = set; then
-   withval="$with_openssl_dir"
-@@ -34230,7 +35163,7 @@
-     # Extract the first word of "pkg-config", so it can be a program name with args.
- set dummy pkg-config; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:34234: checking for $ac_word" >&5
-+echo "configure:35167: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -34435,9 +35368,9 @@
-     old_CPPFLAGS=$CPPFLAGS
-     CPPFLAGS=-I$OPENSSL_INCDIR
-     echo $ac_n "checking for OpenSSL version""... $ac_c" 1>&6
--echo "configure:34439: checking for OpenSSL version" >&5
-+echo "configure:35372: checking for OpenSSL version" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 34441 "configure"
-+#line 35374 "configure"
- #include "confdefs.h"
- #include <openssl/opensslv.h>
-@@ -34592,7 +35525,7 @@
-   done
-   echo $ac_n "checking for CRYPTO_free in -lcrypto""... $ac_c" 1>&6
--echo "configure:34596: checking for CRYPTO_free in -lcrypto" >&5
-+echo "configure:35529: checking for CRYPTO_free in -lcrypto" >&5
- ac_lib_var=`echo crypto'_'CRYPTO_free | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -34600,7 +35533,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcrypto  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 34604 "configure"
-+#line 35537 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -34611,7 +35544,7 @@
- CRYPTO_free()
- ; return 0; }
- EOF
--if { (eval echo configure:34615: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:35548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -34768,7 +35701,7 @@
-   done
-   echo $ac_n "checking for SSL_CTX_set_ssl_version in -lssl""... $ac_c" 1>&6
--echo "configure:34772: checking for SSL_CTX_set_ssl_version in -lssl" >&5
-+echo "configure:35705: checking for SSL_CTX_set_ssl_version in -lssl" >&5
- ac_lib_var=`echo ssl'_'SSL_CTX_set_ssl_version | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -34776,7 +35709,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lssl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 34780 "configure"
-+#line 35713 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -34787,7 +35720,7 @@
- SSL_CTX_set_ssl_version()
- ; return 0; }
- EOF
--if { (eval echo configure:34791: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:35724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -34906,7 +35839,7 @@
- php_with_gd=no
- echo $ac_n "checking for GD support""... $ac_c" 1>&6
--echo "configure:34910: checking for GD support" >&5
-+echo "configure:35843: checking for GD support" >&5
- # Check whether --with-gd or --without-gd was given.
- if test "${with_gd+set}" = set; then
-   withval="$with_gd"
-@@ -34954,7 +35887,7 @@
- php_with_jpeg_dir=no
- echo $ac_n "checking for the location of libjpeg""... $ac_c" 1>&6
--echo "configure:34958: checking for the location of libjpeg" >&5
-+echo "configure:35891: checking for the location of libjpeg" >&5
- # Check whether --with-jpeg-dir or --without-jpeg-dir was given.
- if test "${with_jpeg_dir+set}" = set; then
-   withval="$with_jpeg_dir"
-@@ -34982,7 +35915,7 @@
- php_with_png_dir=no
- echo $ac_n "checking for the location of libpng""... $ac_c" 1>&6
--echo "configure:34986: checking for the location of libpng" >&5
-+echo "configure:35919: checking for the location of libpng" >&5
- # Check whether --with-png-dir or --without-png-dir was given.
- if test "${with_png_dir+set}" = set; then
-   withval="$with_png_dir"
-@@ -35010,7 +35943,7 @@
- php_with_zlib_dir=no
- echo $ac_n "checking for the location of libz""... $ac_c" 1>&6
--echo "configure:35014: checking for the location of libz" >&5
-+echo "configure:35947: checking for the location of libz" >&5
- # Check whether --with-zlib-dir or --without-zlib-dir was given.
- if test "${with_zlib_dir+set}" = set; then
-   withval="$with_zlib_dir"
-@@ -35037,7 +35970,7 @@
- php_with_xpm_dir=no
- echo $ac_n "checking for the location of libXpm""... $ac_c" 1>&6
--echo "configure:35041: checking for the location of libXpm" >&5
-+echo "configure:35974: checking for the location of libXpm" >&5
- # Check whether --with-xpm-dir or --without-xpm-dir was given.
- if test "${with_xpm_dir+set}" = set; then
-   withval="$with_xpm_dir"
-@@ -35063,7 +35996,7 @@
- php_with_ttf=no
- echo $ac_n "checking for FreeType 1.x support""... $ac_c" 1>&6
--echo "configure:35067: checking for FreeType 1.x support" >&5
-+echo "configure:36000: checking for FreeType 1.x support" >&5
- # Check whether --with-ttf or --without-ttf was given.
- if test "${with_ttf+set}" = set; then
-   withval="$with_ttf"
-@@ -35089,7 +36022,7 @@
- php_with_freetype_dir=no
- echo $ac_n "checking for FreeType 2""... $ac_c" 1>&6
--echo "configure:35093: checking for FreeType 2" >&5
-+echo "configure:36026: checking for FreeType 2" >&5
- # Check whether --with-freetype-dir or --without-freetype-dir was given.
- if test "${with_freetype_dir+set}" = set; then
-   withval="$with_freetype_dir"
-@@ -35115,7 +36048,7 @@
- php_with_t1lib=no
- echo $ac_n "checking for T1lib support""... $ac_c" 1>&6
--echo "configure:35119: checking for T1lib support" >&5
-+echo "configure:36052: checking for T1lib support" >&5
- # Check whether --with-t1lib or --without-t1lib was given.
- if test "${with_t1lib+set}" = set; then
-   withval="$with_t1lib"
-@@ -35141,7 +36074,7 @@
- php_enable_gd_native_ttf=no
- echo $ac_n "checking whether to enable truetype string function in GD""... $ac_c" 1>&6
--echo "configure:35145: checking whether to enable truetype string function in GD" >&5
-+echo "configure:36078: checking whether to enable truetype string function in GD" >&5
- # Check whether --enable-gd-native-ttf or --disable-gd-native-ttf was given.
- if test "${enable_gd_native_ttf+set}" = set; then
-   enableval="$enable_gd_native_ttf"
-@@ -35167,7 +36100,7 @@
- php_enable_gd_jis_conv=no
- echo $ac_n "checking whether to enable JIS-mapped Japanese font support in GD""... $ac_c" 1>&6
--echo "configure:35171: checking whether to enable JIS-mapped Japanese font support in GD" >&5
-+echo "configure:36104: checking whether to enable JIS-mapped Japanese font support in GD" >&5
- # Check whether --enable-gd-jis-conv or --disable-gd-jis-conv was given.
- if test "${enable_gd_jis_conv+set}" = set; then
-   enableval="$enable_gd_jis_conv"
-@@ -35223,12 +36156,12 @@
-   for ac_func in fabsf floorf
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:35227: checking for $ac_func" >&5
-+echo "configure:36160: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 35232 "configure"
-+#line 36165 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -35251,7 +36184,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:35255: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:36188: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -35423,7 +36356,7 @@
-   done
-   echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
--echo "configure:35427: checking for jpeg_read_header in -ljpeg" >&5
-+echo "configure:36360: checking for jpeg_read_header in -ljpeg" >&5
- ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -35431,7 +36364,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ljpeg  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 35435 "configure"
-+#line 36368 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -35442,7 +36375,7 @@
- jpeg_read_header()
- ; return 0; }
- EOF
--if { (eval echo configure:35446: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:36379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -35724,7 +36657,7 @@
-   done
-   echo $ac_n "checking for png_write_image in -lpng""... $ac_c" 1>&6
--echo "configure:35728: checking for png_write_image in -lpng" >&5
-+echo "configure:36661: checking for png_write_image in -lpng" >&5
- ac_lib_var=`echo png'_'png_write_image | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -35732,7 +36665,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpng  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 35736 "configure"
-+#line 36669 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -35743,7 +36676,7 @@
- png_write_image()
- ; return 0; }
- EOF
--if { (eval echo configure:35747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:36680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -36123,7 +37056,7 @@
-   done
-   echo $ac_n "checking for XpmFreeXpmImage in -lXpm""... $ac_c" 1>&6
--echo "configure:36127: checking for XpmFreeXpmImage in -lXpm" >&5
-+echo "configure:37060: checking for XpmFreeXpmImage in -lXpm" >&5
- ac_lib_var=`echo Xpm'_'XpmFreeXpmImage | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -36131,7 +37064,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lXpm  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 36135 "configure"
-+#line 37068 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -36142,7 +37075,7 @@
- XpmFreeXpmImage()
- ; return 0; }
- EOF
--if { (eval echo configure:36146: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:37079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -36517,7 +37450,7 @@
-   done
-   echo $ac_n "checking for FT_New_Face in -lfreetype""... $ac_c" 1>&6
--echo "configure:36521: checking for FT_New_Face in -lfreetype" >&5
-+echo "configure:37454: checking for FT_New_Face in -lfreetype" >&5
- ac_lib_var=`echo freetype'_'FT_New_Face | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -36525,7 +37458,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lfreetype  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 36529 "configure"
-+#line 37462 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -36536,7 +37469,7 @@
- FT_New_Face()
- ; return 0; }
- EOF
--if { (eval echo configure:36540: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:37473: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -36899,7 +37832,7 @@
-     else
-       echo $ac_n "checking for FreeType 1 support""... $ac_c" 1>&6
--echo "configure:36903: checking for FreeType 1 support" >&5
-+echo "configure:37836: checking for FreeType 1 support" >&5
-       echo "$ac_t""no - FreeType 2.x is to be used instead" 1>&6
-     fi
-   fi
-@@ -37013,7 +37946,7 @@
-   done
-   echo $ac_n "checking for T1_StrError in -lt1""... $ac_c" 1>&6
--echo "configure:37017: checking for T1_StrError in -lt1" >&5
-+echo "configure:37950: checking for T1_StrError in -lt1" >&5
- ac_lib_var=`echo t1'_'T1_StrError | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -37021,7 +37954,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lt1  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 37025 "configure"
-+#line 37958 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -37032,7 +37965,7 @@
- T1_StrError()
- ; return 0; }
- EOF
--if { (eval echo configure:37036: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:37969: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -37474,7 +38407,7 @@
-   done
-   echo $ac_n "checking for jpeg_read_header in -ljpeg""... $ac_c" 1>&6
--echo "configure:37478: checking for jpeg_read_header in -ljpeg" >&5
-+echo "configure:38411: checking for jpeg_read_header in -ljpeg" >&5
- ac_lib_var=`echo jpeg'_'jpeg_read_header | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -37482,7 +38415,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ljpeg  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 37486 "configure"
-+#line 38419 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -37493,7 +38426,7 @@
- jpeg_read_header()
- ; return 0; }
- EOF
--if { (eval echo configure:37497: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:38430: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -37775,7 +38708,7 @@
-   done
-   echo $ac_n "checking for png_write_image in -lpng""... $ac_c" 1>&6
--echo "configure:37779: checking for png_write_image in -lpng" >&5
-+echo "configure:38712: checking for png_write_image in -lpng" >&5
- ac_lib_var=`echo png'_'png_write_image | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -37783,7 +38716,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpng  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 37787 "configure"
-+#line 38720 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -37794,7 +38727,7 @@
- png_write_image()
- ; return 0; }
- EOF
--if { (eval echo configure:37798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:38731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -38174,7 +39107,7 @@
-   done
-   echo $ac_n "checking for XpmFreeXpmImage in -lXpm""... $ac_c" 1>&6
--echo "configure:38178: checking for XpmFreeXpmImage in -lXpm" >&5
-+echo "configure:39111: checking for XpmFreeXpmImage in -lXpm" >&5
- ac_lib_var=`echo Xpm'_'XpmFreeXpmImage | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -38182,7 +39115,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lXpm  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 38186 "configure"
-+#line 39119 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -38193,7 +39126,7 @@
- XpmFreeXpmImage()
- ; return 0; }
- EOF
--if { (eval echo configure:38197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:39130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -38568,7 +39501,7 @@
-   done
-   echo $ac_n "checking for FT_New_Face in -lfreetype""... $ac_c" 1>&6
--echo "configure:38572: checking for FT_New_Face in -lfreetype" >&5
-+echo "configure:39505: checking for FT_New_Face in -lfreetype" >&5
- ac_lib_var=`echo freetype'_'FT_New_Face | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -38576,7 +39509,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lfreetype  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 38580 "configure"
-+#line 39513 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -38587,7 +39520,7 @@
- FT_New_Face()
- ; return 0; }
- EOF
--if { (eval echo configure:38591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:39524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -38950,7 +39883,7 @@
-     else
-       echo $ac_n "checking for FreeType 1 support""... $ac_c" 1>&6
--echo "configure:38954: checking for FreeType 1 support" >&5
-+echo "configure:39887: checking for FreeType 1 support" >&5
-       echo "$ac_t""no - FreeType 2.x is to be used instead" 1>&6
-     fi
-   fi
-@@ -39064,7 +39997,7 @@
-   done
-   echo $ac_n "checking for T1_StrError in -lt1""... $ac_c" 1>&6
--echo "configure:39068: checking for T1_StrError in -lt1" >&5
-+echo "configure:40001: checking for T1_StrError in -lt1" >&5
- ac_lib_var=`echo t1'_'T1_StrError | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -39072,7 +40005,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lt1  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 39076 "configure"
-+#line 40009 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -39083,7 +40016,7 @@
- T1_StrError()
- ; return 0; }
- EOF
--if { (eval echo configure:39087: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:40020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -39458,7 +40391,7 @@
-   done
-   echo $ac_n "checking for gdImageString16 in -lgd""... $ac_c" 1>&6
--echo "configure:39462: checking for gdImageString16 in -lgd" >&5
-+echo "configure:40395: checking for gdImageString16 in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageString16 | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -39466,7 +40399,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 39470 "configure"
-+#line 40403 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -39477,7 +40410,7 @@
- gdImageString16()
- ; return 0; }
- EOF
--if { (eval echo configure:39481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:40414: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -39606,7 +40539,7 @@
-   done
-   echo $ac_n "checking for gdImagePaletteCopy in -lgd""... $ac_c" 1>&6
--echo "configure:39610: checking for gdImagePaletteCopy in -lgd" >&5
-+echo "configure:40543: checking for gdImagePaletteCopy in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImagePaletteCopy | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -39614,7 +40547,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 39618 "configure"
-+#line 40551 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -39625,7 +40558,7 @@
- gdImagePaletteCopy()
- ; return 0; }
- EOF
--if { (eval echo configure:39629: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:40562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -39754,7 +40687,7 @@
-   done
-   echo $ac_n "checking for gdImageCreateFromPng in -lgd""... $ac_c" 1>&6
--echo "configure:39758: checking for gdImageCreateFromPng in -lgd" >&5
-+echo "configure:40691: checking for gdImageCreateFromPng in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageCreateFromPng | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -39762,7 +40695,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 39766 "configure"
-+#line 40699 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -39773,7 +40706,7 @@
- gdImageCreateFromPng()
- ; return 0; }
- EOF
--if { (eval echo configure:39777: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:40710: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -39902,7 +40835,7 @@
-   done
-   echo $ac_n "checking for gdImageCreateFromGif in -lgd""... $ac_c" 1>&6
--echo "configure:39906: checking for gdImageCreateFromGif in -lgd" >&5
-+echo "configure:40839: checking for gdImageCreateFromGif in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageCreateFromGif | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -39910,7 +40843,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 39914 "configure"
-+#line 40847 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -39921,7 +40854,7 @@
- gdImageCreateFromGif()
- ; return 0; }
- EOF
--if { (eval echo configure:39925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:40858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -40050,7 +40983,7 @@
-   done
-   echo $ac_n "checking for gdImageGif in -lgd""... $ac_c" 1>&6
--echo "configure:40054: checking for gdImageGif in -lgd" >&5
-+echo "configure:40987: checking for gdImageGif in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageGif | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -40058,7 +40991,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 40062 "configure"
-+#line 40995 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -40069,7 +41002,7 @@
- gdImageGif()
- ; return 0; }
- EOF
--if { (eval echo configure:40073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:41006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -40198,7 +41131,7 @@
-   done
-   echo $ac_n "checking for gdImageWBMP in -lgd""... $ac_c" 1>&6
--echo "configure:40202: checking for gdImageWBMP in -lgd" >&5
-+echo "configure:41135: checking for gdImageWBMP in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageWBMP | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -40206,7 +41139,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 40210 "configure"
-+#line 41143 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -40217,7 +41150,7 @@
- gdImageWBMP()
- ; return 0; }
- EOF
--if { (eval echo configure:40221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:41154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -40346,7 +41279,7 @@
-   done
-   echo $ac_n "checking for gdImageCreateFromJpeg in -lgd""... $ac_c" 1>&6
--echo "configure:40350: checking for gdImageCreateFromJpeg in -lgd" >&5
-+echo "configure:41283: checking for gdImageCreateFromJpeg in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageCreateFromJpeg | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -40354,7 +41287,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 40358 "configure"
-+#line 41291 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -40365,7 +41298,7 @@
- gdImageCreateFromJpeg()
- ; return 0; }
- EOF
--if { (eval echo configure:40369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:41302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -40494,7 +41427,7 @@
-   done
-   echo $ac_n "checking for gdImageCreateFromXpm in -lgd""... $ac_c" 1>&6
--echo "configure:40498: checking for gdImageCreateFromXpm in -lgd" >&5
-+echo "configure:41431: checking for gdImageCreateFromXpm in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageCreateFromXpm | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -40502,7 +41435,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 40506 "configure"
-+#line 41439 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -40513,7 +41446,7 @@
- gdImageCreateFromXpm()
- ; return 0; }
- EOF
--if { (eval echo configure:40517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:41450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -40642,7 +41575,7 @@
-   done
-   echo $ac_n "checking for gdImageCreateFromGd2 in -lgd""... $ac_c" 1>&6
--echo "configure:40646: checking for gdImageCreateFromGd2 in -lgd" >&5
-+echo "configure:41579: checking for gdImageCreateFromGd2 in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageCreateFromGd2 | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -40650,7 +41583,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 40654 "configure"
-+#line 41587 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -40661,7 +41594,7 @@
- gdImageCreateFromGd2()
- ; return 0; }
- EOF
--if { (eval echo configure:40665: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:41598: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -40790,7 +41723,7 @@
-   done
-   echo $ac_n "checking for gdImageCreateTrueColor in -lgd""... $ac_c" 1>&6
--echo "configure:40794: checking for gdImageCreateTrueColor in -lgd" >&5
-+echo "configure:41727: checking for gdImageCreateTrueColor in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageCreateTrueColor | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -40798,7 +41731,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 40802 "configure"
-+#line 41735 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -40809,7 +41742,7 @@
- gdImageCreateTrueColor()
- ; return 0; }
- EOF
--if { (eval echo configure:40813: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:41746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -40938,7 +41871,7 @@
-   done
-   echo $ac_n "checking for gdImageSetTile in -lgd""... $ac_c" 1>&6
--echo "configure:40942: checking for gdImageSetTile in -lgd" >&5
-+echo "configure:41875: checking for gdImageSetTile in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageSetTile | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -40946,7 +41879,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 40950 "configure"
-+#line 41883 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -40957,7 +41890,7 @@
- gdImageSetTile()
- ; return 0; }
- EOF
--if { (eval echo configure:40961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:41894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -41086,7 +42019,7 @@
-   done
-   echo $ac_n "checking for gdImageEllipse in -lgd""... $ac_c" 1>&6
--echo "configure:41090: checking for gdImageEllipse in -lgd" >&5
-+echo "configure:42023: checking for gdImageEllipse in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageEllipse | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -41094,7 +42027,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 41098 "configure"
-+#line 42031 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -41105,7 +42038,7 @@
- gdImageEllipse()
- ; return 0; }
- EOF
--if { (eval echo configure:41109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:42042: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -41234,7 +42167,7 @@
-   done
-   echo $ac_n "checking for gdImageSetBrush in -lgd""... $ac_c" 1>&6
--echo "configure:41238: checking for gdImageSetBrush in -lgd" >&5
-+echo "configure:42171: checking for gdImageSetBrush in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageSetBrush | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -41242,7 +42175,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 41246 "configure"
-+#line 42179 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -41253,7 +42186,7 @@
- gdImageSetBrush()
- ; return 0; }
- EOF
--if { (eval echo configure:41257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:42190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -41382,7 +42315,7 @@
-   done
-   echo $ac_n "checking for gdImageStringTTF in -lgd""... $ac_c" 1>&6
--echo "configure:41386: checking for gdImageStringTTF in -lgd" >&5
-+echo "configure:42319: checking for gdImageStringTTF in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageStringTTF | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -41390,7 +42323,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 41394 "configure"
-+#line 42327 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -41401,7 +42334,7 @@
- gdImageStringTTF()
- ; return 0; }
- EOF
--if { (eval echo configure:41405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:42338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -41530,7 +42463,7 @@
-   done
-   echo $ac_n "checking for gdImageStringFT in -lgd""... $ac_c" 1>&6
--echo "configure:41534: checking for gdImageStringFT in -lgd" >&5
-+echo "configure:42467: checking for gdImageStringFT in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageStringFT | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -41538,7 +42471,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 41542 "configure"
-+#line 42475 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -41549,7 +42482,7 @@
- gdImageStringFT()
- ; return 0; }
- EOF
--if { (eval echo configure:41553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:42486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -41678,7 +42611,7 @@
-   done
-   echo $ac_n "checking for gdImageStringFTEx in -lgd""... $ac_c" 1>&6
--echo "configure:41682: checking for gdImageStringFTEx in -lgd" >&5
-+echo "configure:42615: checking for gdImageStringFTEx in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageStringFTEx | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -41686,7 +42619,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 41690 "configure"
-+#line 42623 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -41697,7 +42630,7 @@
- gdImageStringFTEx()
- ; return 0; }
- EOF
--if { (eval echo configure:41701: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:42634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -41826,7 +42759,7 @@
-   done
-   echo $ac_n "checking for gdImageColorClosestHWB in -lgd""... $ac_c" 1>&6
--echo "configure:41830: checking for gdImageColorClosestHWB in -lgd" >&5
-+echo "configure:42763: checking for gdImageColorClosestHWB in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageColorClosestHWB | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -41834,7 +42767,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 41838 "configure"
-+#line 42771 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -41845,7 +42778,7 @@
- gdImageColorClosestHWB()
- ; return 0; }
- EOF
--if { (eval echo configure:41849: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:42782: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -41974,7 +42907,7 @@
-   done
-   echo $ac_n "checking for gdImageColorResolve in -lgd""... $ac_c" 1>&6
--echo "configure:41978: checking for gdImageColorResolve in -lgd" >&5
-+echo "configure:42911: checking for gdImageColorResolve in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageColorResolve | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -41982,7 +42915,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 41986 "configure"
-+#line 42919 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -41993,7 +42926,7 @@
- gdImageColorResolve()
- ; return 0; }
- EOF
--if { (eval echo configure:41997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:42930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -42122,7 +43055,7 @@
-   done
-   echo $ac_n "checking for gdImageGifCtx in -lgd""... $ac_c" 1>&6
--echo "configure:42126: checking for gdImageGifCtx in -lgd" >&5
-+echo "configure:43059: checking for gdImageGifCtx in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageGifCtx | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -42130,7 +43063,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 42134 "configure"
-+#line 43067 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -42141,7 +43074,7 @@
- gdImageGifCtx()
- ; return 0; }
- EOF
--if { (eval echo configure:42145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:43078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -42270,7 +43203,7 @@
-   done
-   echo $ac_n "checking for gdCacheCreate in -lgd""... $ac_c" 1>&6
--echo "configure:42274: checking for gdCacheCreate in -lgd" >&5
-+echo "configure:43207: checking for gdCacheCreate in -lgd" >&5
- ac_lib_var=`echo gd'_'gdCacheCreate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -42278,7 +43211,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 42282 "configure"
-+#line 43215 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -42289,7 +43222,7 @@
- gdCacheCreate()
- ; return 0; }
- EOF
--if { (eval echo configure:42293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:43226: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -42418,7 +43351,7 @@
-   done
-   echo $ac_n "checking for gdFontCacheShutdown in -lgd""... $ac_c" 1>&6
--echo "configure:42422: checking for gdFontCacheShutdown in -lgd" >&5
-+echo "configure:43355: checking for gdFontCacheShutdown in -lgd" >&5
- ac_lib_var=`echo gd'_'gdFontCacheShutdown | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -42426,7 +43359,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 42430 "configure"
-+#line 43363 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -42437,7 +43370,7 @@
- gdFontCacheShutdown()
- ; return 0; }
- EOF
--if { (eval echo configure:42441: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:43374: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -42566,7 +43499,7 @@
-   done
-   echo $ac_n "checking for gdFreeFontCache in -lgd""... $ac_c" 1>&6
--echo "configure:42570: checking for gdFreeFontCache in -lgd" >&5
-+echo "configure:43503: checking for gdFreeFontCache in -lgd" >&5
- ac_lib_var=`echo gd'_'gdFreeFontCache | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -42574,7 +43507,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 42578 "configure"
-+#line 43511 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -42585,7 +43518,7 @@
- gdFreeFontCache()
- ; return 0; }
- EOF
--if { (eval echo configure:42589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:43522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -42714,7 +43647,7 @@
-   done
-   echo $ac_n "checking for gdFontCacheMutexSetup in -lgd""... $ac_c" 1>&6
--echo "configure:42718: checking for gdFontCacheMutexSetup in -lgd" >&5
-+echo "configure:43651: checking for gdFontCacheMutexSetup in -lgd" >&5
- ac_lib_var=`echo gd'_'gdFontCacheMutexSetup | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -42722,7 +43655,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 42726 "configure"
-+#line 43659 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -42733,7 +43666,7 @@
- gdFontCacheMutexSetup()
- ; return 0; }
- EOF
--if { (eval echo configure:42737: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:43670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -42862,7 +43795,7 @@
-   done
-   echo $ac_n "checking for gdNewDynamicCtxEx in -lgd""... $ac_c" 1>&6
--echo "configure:42866: checking for gdNewDynamicCtxEx in -lgd" >&5
-+echo "configure:43799: checking for gdNewDynamicCtxEx in -lgd" >&5
- ac_lib_var=`echo gd'_'gdNewDynamicCtxEx | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -42870,7 +43803,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 42874 "configure"
-+#line 43807 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -42881,7 +43814,7 @@
- gdNewDynamicCtxEx()
- ; return 0; }
- EOF
--if { (eval echo configure:42885: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:43818: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -42936,7 +43869,7 @@
-         old_CPPFLAGS=$CPPFLAGS
-   CPPFLAGS=-I$GD_INCLUDE
-   cat > conftest.$ac_ext <<EOF
--#line 42940 "configure"
-+#line 43873 "configure"
- #include "confdefs.h"
- #include <gd.h>
-@@ -42950,7 +43883,7 @@
-   
- ; return 0; }
- EOF
--if { (eval echo configure:42954: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:43887: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     cat >> confdefs.h <<\EOF
-@@ -43269,7 +44202,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 43273 "configure"
-+#line 44206 "configure"
- #include "confdefs.h"
-     char foobar () {}
-@@ -43280,7 +44213,7 @@
-     }
-   
- EOF
--if { (eval echo configure:43284: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:44217: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -43432,7 +44365,7 @@
-   done
-   echo $ac_n "checking for gdImageCreate in -lgd""... $ac_c" 1>&6
--echo "configure:43436: checking for gdImageCreate in -lgd" >&5
-+echo "configure:44369: checking for gdImageCreate in -lgd" >&5
- ac_lib_var=`echo gd'_'gdImageCreate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -43440,7 +44373,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgd  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 43444 "configure"
-+#line 44377 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -43451,7 +44384,7 @@
- gdImageCreate()
- ; return 0; }
- EOF
--if { (eval echo configure:43455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:44388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -43516,7 +44449,7 @@
- php_with_gettext=no
- echo $ac_n "checking for GNU gettext support""... $ac_c" 1>&6
--echo "configure:43520: checking for GNU gettext support" >&5
-+echo "configure:44453: checking for GNU gettext support" >&5
- # Check whether --with-gettext or --without-gettext was given.
- if test "${with_gettext+set}" = set; then
-   withval="$with_gettext"
-@@ -43574,7 +44507,7 @@
-   O_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS -L$GETTEXT_LIBDIR"
-   echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6
--echo "configure:43578: checking for bindtextdomain in -lintl" >&5
-+echo "configure:44511: checking for bindtextdomain in -lintl" >&5
- ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -43582,7 +44515,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lintl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 43586 "configure"
-+#line 44519 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -43593,7 +44526,7 @@
- bindtextdomain()
- ; return 0; }
- EOF
--if { (eval echo configure:43597: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:44530: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -43615,7 +44548,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for bindtextdomain in -lc""... $ac_c" 1>&6
--echo "configure:43619: checking for bindtextdomain in -lc" >&5
-+echo "configure:44552: checking for bindtextdomain in -lc" >&5
- ac_lib_var=`echo c'_'bindtextdomain | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -43623,7 +44556,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lc  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 43627 "configure"
-+#line 44560 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -43634,7 +44567,7 @@
- bindtextdomain()
- ; return 0; }
- EOF
--if { (eval echo configure:43638: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:44571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -44087,7 +45020,7 @@
-   echo $ac_n "checking for ngettext in -l$GETTEXT_CHECK_IN_LIB""... $ac_c" 1>&6
--echo "configure:44091: checking for ngettext in -l$GETTEXT_CHECK_IN_LIB" >&5
-+echo "configure:45024: checking for ngettext in -l$GETTEXT_CHECK_IN_LIB" >&5
- ac_lib_var=`echo $GETTEXT_CHECK_IN_LIB'_'ngettext | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -44095,7 +45028,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$GETTEXT_CHECK_IN_LIB  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 44099 "configure"
-+#line 45032 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -44106,7 +45039,7 @@
- ngettext()
- ; return 0; }
- EOF
--if { (eval echo configure:44110: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:45043: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -44130,7 +45063,7 @@
- fi
-   echo $ac_n "checking for dngettext in -l$GETTEXT_CHECK_IN_LIB""... $ac_c" 1>&6
--echo "configure:44134: checking for dngettext in -l$GETTEXT_CHECK_IN_LIB" >&5
-+echo "configure:45067: checking for dngettext in -l$GETTEXT_CHECK_IN_LIB" >&5
- ac_lib_var=`echo $GETTEXT_CHECK_IN_LIB'_'dngettext | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -44138,7 +45071,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$GETTEXT_CHECK_IN_LIB  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 44142 "configure"
-+#line 45075 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -44149,7 +45082,7 @@
- dngettext()
- ; return 0; }
- EOF
--if { (eval echo configure:44153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:45086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -44173,7 +45106,7 @@
- fi
-   echo $ac_n "checking for dcngettext in -l$GETTEXT_CHECK_IN_LIB""... $ac_c" 1>&6
--echo "configure:44177: checking for dcngettext in -l$GETTEXT_CHECK_IN_LIB" >&5
-+echo "configure:45110: checking for dcngettext in -l$GETTEXT_CHECK_IN_LIB" >&5
- ac_lib_var=`echo $GETTEXT_CHECK_IN_LIB'_'dcngettext | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -44181,7 +45114,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$GETTEXT_CHECK_IN_LIB  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 44185 "configure"
-+#line 45118 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -44192,7 +45125,7 @@
- dcngettext()
- ; return 0; }
- EOF
--if { (eval echo configure:44196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:45129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -44216,7 +45149,7 @@
- fi
-   echo $ac_n "checking for bind_textdomain_codeset in -l$GETTEXT_CHECK_IN_LIB""... $ac_c" 1>&6
--echo "configure:44220: checking for bind_textdomain_codeset in -l$GETTEXT_CHECK_IN_LIB" >&5
-+echo "configure:45153: checking for bind_textdomain_codeset in -l$GETTEXT_CHECK_IN_LIB" >&5
- ac_lib_var=`echo $GETTEXT_CHECK_IN_LIB'_'bind_textdomain_codeset | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -44224,7 +45157,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$GETTEXT_CHECK_IN_LIB  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 44228 "configure"
-+#line 45161 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -44235,7 +45168,7 @@
- bind_textdomain_codeset()
- ; return 0; }
- EOF
--if { (eval echo configure:44239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:45172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -44266,7 +45199,7 @@
- php_with_gmp=no
- echo $ac_n "checking for GNU MP support""... $ac_c" 1>&6
--echo "configure:44270: checking for GNU MP support" >&5
-+echo "configure:45203: checking for GNU MP support" >&5
- # Check whether --with-gmp or --without-gmp was given.
- if test "${with_gmp+set}" = set; then
-   withval="$with_gmp"
-@@ -44417,7 +45350,7 @@
-   done
-   echo $ac_n "checking for __gmp_randinit_lc_2exp_size in -lgmp""... $ac_c" 1>&6
--echo "configure:44421: checking for __gmp_randinit_lc_2exp_size in -lgmp" >&5
-+echo "configure:45354: checking for __gmp_randinit_lc_2exp_size in -lgmp" >&5
- ac_lib_var=`echo gmp'_'__gmp_randinit_lc_2exp_size | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -44425,7 +45358,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgmp  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 44429 "configure"
-+#line 45362 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -44436,7 +45369,7 @@
- __gmp_randinit_lc_2exp_size()
- ; return 0; }
- EOF
--if { (eval echo configure:44440: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:45373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -44561,7 +45494,7 @@
-   done
-   echo $ac_n "checking for gmp_randinit_lc_2exp_size in -lgmp""... $ac_c" 1>&6
--echo "configure:44565: checking for gmp_randinit_lc_2exp_size in -lgmp" >&5
-+echo "configure:45498: checking for gmp_randinit_lc_2exp_size in -lgmp" >&5
- ac_lib_var=`echo gmp'_'gmp_randinit_lc_2exp_size | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -44569,7 +45502,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgmp  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 44573 "configure"
-+#line 45506 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -44580,7 +45513,7 @@
- gmp_randinit_lc_2exp_size()
- ; return 0; }
- EOF
--if { (eval echo configure:44584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:45517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -45041,7 +45974,7 @@
- php_enable_hash=yes
- echo $ac_n "checking whether to enable hash support""... $ac_c" 1>&6
--echo "configure:45045: checking whether to enable hash support" >&5
-+echo "configure:45978: checking whether to enable hash support" >&5
- # Check whether --enable-hash or --disable-hash was given.
- if test "${enable_hash+set}" = set; then
-   enableval="$enable_hash"
-@@ -45091,7 +46024,7 @@
-   echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
--echo "configure:45095: checking whether byte ordering is bigendian" >&5
-+echo "configure:46028: checking whether byte ordering is bigendian" >&5
- if eval "test \"`echo '$''{'ac_cv_c_bigendian_php'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -45101,7 +46034,7 @@
-   ac_cv_c_bigendian_php=unknown
- else
-   cat > conftest.$ac_ext <<EOF
--#line 45105 "configure"
-+#line 46038 "configure"
- #include "confdefs.h"
- int main(void)
-@@ -45117,7 +46050,7 @@
- }
-   
- EOF
--if { (eval echo configure:45121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:46054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_c_bigendian_php=yes
- else
-@@ -45142,7 +46075,7 @@
-   echo $ac_n "checking size of short""... $ac_c" 1>&6
--echo "configure:45146: checking size of short" >&5
-+echo "configure:46079: checking size of short" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -45150,18 +46083,18 @@
-   ac_cv_sizeof_short=2
- else
-   cat > conftest.$ac_ext <<EOF
--#line 45154 "configure"
-+#line 46087 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(short));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:45165: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:46098: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_short=`cat conftestval`
- else
-@@ -45181,7 +46114,7 @@
-   echo $ac_n "checking size of int""... $ac_c" 1>&6
--echo "configure:45185: checking size of int" >&5
-+echo "configure:46118: checking size of int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -45189,18 +46122,18 @@
-   ac_cv_sizeof_int=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 45193 "configure"
-+#line 46126 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:45204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:46137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_int=`cat conftestval`
- else
-@@ -45220,7 +46153,7 @@
-   echo $ac_n "checking size of long""... $ac_c" 1>&6
--echo "configure:45224: checking size of long" >&5
-+echo "configure:46157: checking size of long" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -45228,18 +46161,18 @@
-   ac_cv_sizeof_long=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 45232 "configure"
-+#line 46165 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:45243: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:46176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long=`cat conftestval`
- else
-@@ -45259,7 +46192,7 @@
-   echo $ac_n "checking size of long long""... $ac_c" 1>&6
--echo "configure:45263: checking size of long long" >&5
-+echo "configure:46196: checking size of long long" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -45267,18 +46200,18 @@
-   ac_cv_sizeof_long_long=8
- else
-   cat > conftest.$ac_ext <<EOF
--#line 45271 "configure"
-+#line 46204 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long long));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:45282: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:46215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long_long=`cat conftestval`
- else
-@@ -45615,7 +46548,7 @@
- php_with_iconv=yes
- echo $ac_n "checking for iconv support""... $ac_c" 1>&6
--echo "configure:45619: checking for iconv support" >&5
-+echo "configure:46552: checking for iconv support" >&5
- # Check whether --with-iconv or --without-iconv was given.
- if test "${with_iconv+set}" = set; then
-   withval="$with_iconv"
-@@ -45677,12 +46610,12 @@
-         if test "$PHP_ICONV" = "yes"; then
-     echo $ac_n "checking for iconv""... $ac_c" 1>&6
--echo "configure:45681: checking for iconv" >&5
-+echo "configure:46614: checking for iconv" >&5
- if eval "test \"`echo '$''{'ac_cv_func_iconv'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 45686 "configure"
-+#line 46619 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char iconv(); below.  */
-@@ -45705,7 +46638,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:45709: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:46642: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_iconv=yes"
- else
-@@ -45726,12 +46659,12 @@
-   echo "$ac_t""no" 1>&6
-       echo $ac_n "checking for libiconv""... $ac_c" 1>&6
--echo "configure:45730: checking for libiconv" >&5
-+echo "configure:46663: checking for libiconv" >&5
- if eval "test \"`echo '$''{'ac_cv_func_libiconv'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 45735 "configure"
-+#line 46668 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char libiconv(); below.  */
-@@ -45754,7 +46687,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:45758: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:46691: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_libiconv=yes"
- else
-@@ -45910,7 +46843,7 @@
-   done
-   echo $ac_n "checking for libiconv in -l$iconv_lib_name""... $ac_c" 1>&6
--echo "configure:45914: checking for libiconv in -l$iconv_lib_name" >&5
-+echo "configure:46847: checking for libiconv in -l$iconv_lib_name" >&5
- ac_lib_var=`echo $iconv_lib_name'_'libiconv | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -45918,7 +46851,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$iconv_lib_name  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 45922 "configure"
-+#line 46855 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -45929,7 +46862,7 @@
- libiconv()
- ; return 0; }
- EOF
--if { (eval echo configure:45933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:46866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -46063,7 +46996,7 @@
-   done
-   echo $ac_n "checking for iconv in -l$iconv_lib_name""... $ac_c" 1>&6
--echo "configure:46067: checking for iconv in -l$iconv_lib_name" >&5
-+echo "configure:47000: checking for iconv in -l$iconv_lib_name" >&5
- ac_lib_var=`echo $iconv_lib_name'_'iconv | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -46071,7 +47004,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$iconv_lib_name  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 46075 "configure"
-+#line 47008 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -46082,7 +47015,7 @@
- iconv()
- ; return 0; }
- EOF
--if { (eval echo configure:46086: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:47019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -46293,16 +47226,16 @@
-     fi 
-     echo $ac_n "checking if iconv is glibc's""... $ac_c" 1>&6
--echo "configure:46297: checking if iconv is glibc's" >&5
-+echo "configure:47230: checking if iconv is glibc's" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 46299 "configure"
-+#line 47232 "configure"
- #include "confdefs.h"
- #include <gnu/libc-version.h>
- int main() {
- gnu_get_libc_version();
- ; return 0; }
- EOF
--if { (eval echo configure:46306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:47239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   
-       echo "$ac_t""yes" 1>&6
-@@ -46320,7 +47253,7 @@
-     if test -z "$iconv_impl_name"; then
-       echo $ac_n "checking if using GNU libiconv""... $ac_c" 1>&6
--echo "configure:46324: checking if using GNU libiconv" >&5
-+echo "configure:47257: checking if using GNU libiconv" >&5
-       php_iconv_old_ld="$LDFLAGS"
-       LDFLAGS="-liconv $LDFLAGS"
-       if test "$cross_compiling" = yes; then
-@@ -46330,7 +47263,7 @@
-       
- else
-   cat > conftest.$ac_ext <<EOF
--#line 46334 "configure"
-+#line 47267 "configure"
- #include "confdefs.h"
- #include <$PHP_ICONV_H_PATH>
-@@ -46340,7 +47273,7 @@
- }
-       
- EOF
--if { (eval echo configure:46344: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:47277: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-         echo "$ac_t""yes" 1>&6
-@@ -46362,16 +47295,16 @@
-     if test -z "$iconv_impl_name"; then
-       echo $ac_n "checking if iconv is Konstantin Chuguev's""... $ac_c" 1>&6
--echo "configure:46366: checking if iconv is Konstantin Chuguev's" >&5
-+echo "configure:47299: checking if iconv is Konstantin Chuguev's" >&5
-       cat > conftest.$ac_ext <<EOF
--#line 46368 "configure"
-+#line 47301 "configure"
- #include "confdefs.h"
- #include <iconv.h>
- int main() {
- iconv_ccs_init(NULL, NULL);
- ; return 0; }
- EOF
--if { (eval echo configure:46375: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:47308: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   
-         echo "$ac_t""yes" 1>&6
-@@ -46539,7 +47472,7 @@
-     esac
-     echo $ac_n "checking if iconv supports errno""... $ac_c" 1>&6
--echo "configure:46543: checking if iconv supports errno" >&5
-+echo "configure:47476: checking if iconv supports errno" >&5
-     if test "$cross_compiling" = yes; then
-   
-       echo "$ac_t""no" 1>&6
-@@ -46553,7 +47486,7 @@
-     
- else
-   cat > conftest.$ac_ext <<EOF
--#line 46557 "configure"
-+#line 47490 "configure"
- #include "confdefs.h"
- #include <$PHP_ICONV_H_PATH>
-@@ -46574,7 +47507,7 @@
- }
-     
- EOF
--if { (eval echo configure:46578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:47511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-       echo "$ac_t""yes" 1>&6
-@@ -46606,9 +47539,9 @@
-     echo $ac_n "checking if your cpp allows macro usage in include lines""... $ac_c" 1>&6
--echo "configure:46610: checking if your cpp allows macro usage in include lines" >&5
-+echo "configure:47543: checking if your cpp allows macro usage in include lines" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 46612 "configure"
-+#line 47545 "configure"
- #include "confdefs.h"
- #define FOO <$PHP_ICONV_H_PATH>
-@@ -46618,7 +47551,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:46622: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:47555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-       echo "$ac_t""yes" 1>&6
-@@ -46963,7 +47896,7 @@
- php_with_imap=no
- echo $ac_n "checking for IMAP support""... $ac_c" 1>&6
--echo "configure:46967: checking for IMAP support" >&5
-+echo "configure:47900: checking for IMAP support" >&5
- # Check whether --with-imap or --without-imap was given.
- if test "${with_imap+set}" = set; then
-   withval="$with_imap"
-@@ -47010,7 +47943,7 @@
- php_with_kerberos=no
- echo $ac_n "checking for IMAP Kerberos support""... $ac_c" 1>&6
--echo "configure:47014: checking for IMAP Kerberos support" >&5
-+echo "configure:47947: checking for IMAP Kerberos support" >&5
- # Check whether --with-kerberos or --without-kerberos was given.
- if test "${with_kerberos+set}" = set; then
-   withval="$with_kerberos"
-@@ -47036,7 +47969,7 @@
- php_with_imap_ssl=no
- echo $ac_n "checking for IMAP SSL support""... $ac_c" 1>&6
--echo "configure:47040: checking for IMAP SSL support" >&5
-+echo "configure:47973: checking for IMAP SSL support" >&5
- # Check whether --with-imap-ssl or --without-imap-ssl was given.
- if test "${with_imap_ssl+set}" = set; then
-   withval="$with_imap_ssl"
-@@ -47432,7 +48365,7 @@
-     done
-         cat > conftest.$ac_ext <<EOF
--#line 47436 "configure"
-+#line 48369 "configure"
- #include "confdefs.h"
- #include <$IMAP_INC_DIR/mail.h>
- EOF
-@@ -47452,12 +48385,12 @@
-         old_CFLAGS=$CFLAGS
-     CFLAGS="-I$IMAP_INC_DIR"
-     echo $ac_n "checking for utf8_mime2text signature""... $ac_c" 1>&6
--echo "configure:47456: checking for utf8_mime2text signature" >&5
-+echo "configure:48389: checking for utf8_mime2text signature" >&5
- if eval "test \"`echo '$''{'ac_cv_utf8_mime2text'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 47461 "configure"
-+#line 48394 "configure"
- #include "confdefs.h"
- #include <stdio.h>
-@@ -47470,7 +48403,7 @@
-       
- ; return 0; }
- EOF
--if { (eval echo configure:47474: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:48407: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-         ac_cv_utf8_mime2text=old
-@@ -47499,12 +48432,12 @@
-     old_CFLAGS=$CFLAGS
-     CFLAGS="-I$IMAP_INC_DIR"
-     echo $ac_n "checking for U8T_CANONICAL""... $ac_c" 1>&6
--echo "configure:47503: checking for U8T_CANONICAL" >&5
-+echo "configure:48436: checking for U8T_CANONICAL" >&5
- if eval "test \"`echo '$''{'ac_cv_u8t_canonical'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 47508 "configure"
-+#line 48441 "configure"
- #include "confdefs.h"
- #include <c-client.h>
-@@ -47515,7 +48448,7 @@
-       
- ; return 0; }
- EOF
--if { (eval echo configure:47519: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:48452: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-          ac_cv_u8t_canonical=yes
-@@ -47545,7 +48478,7 @@
-         old_CPPFLAGS=$CPPFLAGS
-     CPPFLAGS=-I$IMAP_INC_DIR
-     cat > conftest.$ac_ext <<EOF
--#line 47549 "configure"
-+#line 48482 "configure"
- #include "confdefs.h"
- #include "imap4r1.h"
-@@ -47664,7 +48597,7 @@
-   done
-   echo $ac_n "checking for pam_start in -lpam""... $ac_c" 1>&6
--echo "configure:47668: checking for pam_start in -lpam" >&5
-+echo "configure:48601: checking for pam_start in -lpam" >&5
- ac_lib_var=`echo pam'_'pam_start | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -47672,7 +48605,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpam  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 47676 "configure"
-+#line 48609 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -47683,7 +48616,7 @@
- pam_start()
- ; return 0; }
- EOF
--if { (eval echo configure:47687: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:48620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -47838,7 +48771,7 @@
-   done
-   echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
--echo "configure:47842: checking for crypt in -lcrypt" >&5
-+echo "configure:48775: checking for crypt in -lcrypt" >&5
- ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -47846,7 +48779,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcrypt  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 47850 "configure"
-+#line 48783 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -47857,7 +48790,7 @@
- crypt()
- ; return 0; }
- EOF
--if { (eval echo configure:47861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:48794: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -48061,7 +48994,7 @@
-     # Extract the first word of "krb5-config", so it can be a program name with args.
- set dummy krb5-config; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:48065: checking for $ac_word" >&5
-+echo "configure:48998: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_KRB5_CONFIG'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -48430,7 +49363,7 @@
-   else
-     cat > conftest.$ac_ext <<EOF
--#line 48434 "configure"
-+#line 49367 "configure"
- #include "confdefs.h"
- #include <$IMAP_INC_DIR/linkage.h>
- EOF
-@@ -48471,7 +49404,7 @@
-     # Extract the first word of "pkg-config", so it can be a program name with args.
- set dummy pkg-config; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:48475: checking for $ac_word" >&5
-+echo "configure:49408: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -48676,9 +49609,9 @@
-     old_CPPFLAGS=$CPPFLAGS
-     CPPFLAGS=-I$OPENSSL_INCDIR
-     echo $ac_n "checking for OpenSSL version""... $ac_c" 1>&6
--echo "configure:48680: checking for OpenSSL version" >&5
-+echo "configure:49613: checking for OpenSSL version" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 48682 "configure"
-+#line 49615 "configure"
- #include "confdefs.h"
- #include <openssl/opensslv.h>
-@@ -48833,7 +49766,7 @@
-   done
-   echo $ac_n "checking for CRYPTO_free in -lcrypto""... $ac_c" 1>&6
--echo "configure:48837: checking for CRYPTO_free in -lcrypto" >&5
-+echo "configure:49770: checking for CRYPTO_free in -lcrypto" >&5
- ac_lib_var=`echo crypto'_'CRYPTO_free | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -48841,7 +49774,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcrypto  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 48845 "configure"
-+#line 49778 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -48852,7 +49785,7 @@
- CRYPTO_free()
- ; return 0; }
- EOF
--if { (eval echo configure:48856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:49789: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -49009,7 +49942,7 @@
-   done
-   echo $ac_n "checking for SSL_CTX_set_ssl_version in -lssl""... $ac_c" 1>&6
--echo "configure:49013: checking for SSL_CTX_set_ssl_version in -lssl" >&5
-+echo "configure:49946: checking for SSL_CTX_set_ssl_version in -lssl" >&5
- ac_lib_var=`echo ssl'_'SSL_CTX_set_ssl_version | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -49017,7 +49950,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lssl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 49021 "configure"
-+#line 49954 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -49028,7 +49961,7 @@
- SSL_CTX_set_ssl_version()
- ; return 0; }
- EOF
--if { (eval echo configure:49032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:49965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -49147,7 +50080,7 @@
-   elif test -f "$IMAP_INC_DIR/linkage.c"; then
-     cat > conftest.$ac_ext <<EOF
--#line 49151 "configure"
-+#line 50084 "configure"
- #include "confdefs.h"
- #include <$IMAP_INC_DIR/linkage.c>
- EOF
-@@ -49178,7 +50111,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 49182 "configure"
-+#line 50115 "configure"
- #include "confdefs.h"
-     
-@@ -49205,7 +50138,7 @@
-     }
-   
- EOF
--if { (eval echo configure:49209: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:50142: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -49232,7 +50165,7 @@
-     echo $ac_n "checking whether build with IMAP works""... $ac_c" 1>&6
--echo "configure:49236: checking whether build with IMAP works" >&5
-+echo "configure:50169: checking whether build with IMAP works" >&5
-     
-   
-   old_LIBS=$LIBS
-@@ -49243,7 +50176,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 49247 "configure"
-+#line 50180 "configure"
- #include "confdefs.h"
-     
-@@ -49270,7 +50203,7 @@
-     }
-   
- EOF
--if { (eval echo configure:49274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:50207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -49302,7 +50235,7 @@
- php_with_interbase=no
- echo $ac_n "checking for InterBase support""... $ac_c" 1>&6
--echo "configure:49306: checking for InterBase support" >&5
-+echo "configure:50239: checking for InterBase support" >&5
- # Check whether --with-interbase or --without-interbase was given.
- if test "${with_interbase+set}" = set; then
-   withval="$with_interbase"
-@@ -49452,7 +50385,7 @@
-   done
-   echo $ac_n "checking for isc_detach_database in -lfbclient""... $ac_c" 1>&6
--echo "configure:49456: checking for isc_detach_database in -lfbclient" >&5
-+echo "configure:50389: checking for isc_detach_database in -lfbclient" >&5
- ac_lib_var=`echo fbclient'_'isc_detach_database | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -49460,7 +50393,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lfbclient  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 49464 "configure"
-+#line 50397 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -49471,7 +50404,7 @@
- isc_detach_database()
- ; return 0; }
- EOF
--if { (eval echo configure:49475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:50408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -49598,7 +50531,7 @@
-   done
-   echo $ac_n "checking for isc_detach_database in -lgds""... $ac_c" 1>&6
--echo "configure:49602: checking for isc_detach_database in -lgds" >&5
-+echo "configure:50535: checking for isc_detach_database in -lgds" >&5
- ac_lib_var=`echo gds'_'isc_detach_database | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -49606,7 +50539,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgds  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 49610 "configure"
-+#line 50543 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -49617,7 +50550,7 @@
- isc_detach_database()
- ; return 0; }
- EOF
--if { (eval echo configure:49621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:50554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -49744,7 +50677,7 @@
-   done
-   echo $ac_n "checking for isc_detach_database in -lib_util""... $ac_c" 1>&6
--echo "configure:49748: checking for isc_detach_database in -lib_util" >&5
-+echo "configure:50681: checking for isc_detach_database in -lib_util" >&5
- ac_lib_var=`echo ib_util'_'isc_detach_database | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -49752,7 +50685,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lib_util  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 49756 "configure"
-+#line 50689 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -49763,7 +50696,7 @@
- isc_detach_database()
- ; return 0; }
- EOF
--if { (eval echo configure:49767: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:50700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -50229,7 +51162,7 @@
- php_enable_json=yes
- echo $ac_n "checking whether to enable JavaScript Object Serialization support""... $ac_c" 1>&6
--echo "configure:50233: checking whether to enable JavaScript Object Serialization support" >&5
-+echo "configure:51166: checking whether to enable JavaScript Object Serialization support" >&5
- # Check whether --enable-json or --disable-json was given.
- if test "${enable_json+set}" = set; then
-   enableval="$enable_json"
-@@ -50278,12 +51211,12 @@
- EOF
-   echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
--echo "configure:50282: checking for ANSI C header files" >&5
-+echo "configure:51215: checking for ANSI C header files" >&5
- if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 50287 "configure"
-+#line 51220 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- #include <stdarg.h>
-@@ -50291,7 +51224,7 @@
- #include <float.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:50295: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:51228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -50308,7 +51241,7 @@
- if test $ac_cv_header_stdc = yes; then
-   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 50312 "configure"
-+#line 51245 "configure"
- #include "confdefs.h"
- #include <string.h>
- EOF
-@@ -50326,7 +51259,7 @@
- if test $ac_cv_header_stdc = yes; then
-   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 50330 "configure"
-+#line 51263 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
-@@ -50347,7 +51280,7 @@
-   :
- else
-   cat > conftest.$ac_ext <<EOF
--#line 50351 "configure"
-+#line 51284 "configure"
- #include "confdefs.h"
- #include <ctype.h>
- #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-@@ -50358,7 +51291,7 @@
- exit (0); }
- EOF
--if { (eval echo configure:50362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:51295: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   :
- else
-@@ -50677,7 +51610,7 @@
- php_with_ldap=no
- echo $ac_n "checking for LDAP support""... $ac_c" 1>&6
--echo "configure:50681: checking for LDAP support" >&5
-+echo "configure:51614: checking for LDAP support" >&5
- # Check whether --with-ldap or --without-ldap was given.
- if test "${with_ldap+set}" = set; then
-   withval="$with_ldap"
-@@ -50724,7 +51657,7 @@
- php_with_ldap_sasl=no
- echo $ac_n "checking for LDAP Cyrus SASL support""... $ac_c" 1>&6
--echo "configure:50728: checking for LDAP Cyrus SASL support" >&5
-+echo "configure:51661: checking for LDAP Cyrus SASL support" >&5
- # Check whether --with-ldap-sasl or --without-ldap-sasl was given.
- if test "${with_ldap_sasl+set}" = set; then
-   withval="$with_ldap_sasl"
-@@ -53058,19 +53991,19 @@
-   LIBS="$LIBS $LDAP_SHARED_LIBADD"
-     echo $ac_n "checking for 3 arg ldap_set_rebind_proc""... $ac_c" 1>&6
--echo "configure:53062: checking for 3 arg ldap_set_rebind_proc" >&5
-+echo "configure:53995: checking for 3 arg ldap_set_rebind_proc" >&5
- if eval "test \"`echo '$''{'ac_cv_3arg_setrebindproc'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53067 "configure"
-+#line 54000 "configure"
- #include "confdefs.h"
- #include <ldap.h>
- int main() {
- ldap_set_rebind_proc(0,0,0)
- ; return 0; }
- EOF
--if { (eval echo configure:53074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:54007: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_3arg_setrebindproc=yes
- else
-@@ -53093,12 +54026,12 @@
-       for ac_func in ldap_parse_result ldap_parse_reference ldap_start_tls_s
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:53097: checking for $ac_func" >&5
-+echo "configure:54030: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53102 "configure"
-+#line 54035 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -53121,7 +54054,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:53125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:54058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -53283,7 +54216,7 @@
-   done
-   echo $ac_n "checking for sasl_version in -lldap""... $ac_c" 1>&6
--echo "configure:53287: checking for sasl_version in -lldap" >&5
-+echo "configure:54220: checking for sasl_version in -lldap" >&5
- ac_lib_var=`echo ldap'_'sasl_version | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -53291,7 +54224,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lldap  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 53295 "configure"
-+#line 54228 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -53302,7 +54235,7 @@
- sasl_version()
- ; return 0; }
- EOF
--if { (eval echo configure:53306: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:54239: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -53471,12 +54404,12 @@
-   fi
-         echo $ac_n "checking for ldap_bind_s""... $ac_c" 1>&6
--echo "configure:53475: checking for ldap_bind_s" >&5
-+echo "configure:54408: checking for ldap_bind_s" >&5
- if eval "test \"`echo '$''{'ac_cv_func_ldap_bind_s'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53480 "configure"
-+#line 54413 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char ldap_bind_s(); below.  */
-@@ -53499,7 +54432,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:53503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:54436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_ldap_bind_s=yes"
- else
-@@ -53550,7 +54483,7 @@
- php_enable_mbstring=no
- echo $ac_n "checking whether to enable multibyte string support""... $ac_c" 1>&6
--echo "configure:53554: checking whether to enable multibyte string support" >&5
-+echo "configure:54487: checking whether to enable multibyte string support" >&5
- # Check whether --enable-mbstring or --disable-mbstring was given.
- if test "${enable_mbstring+set}" = set; then
-   enableval="$enable_mbstring"
-@@ -53597,7 +54530,7 @@
- php_enable_mbregex=yes
- echo $ac_n "checking whether to enable multibyte regex support""... $ac_c" 1>&6
--echo "configure:53601: checking whether to enable multibyte regex support" >&5
-+echo "configure:54534: checking whether to enable multibyte regex support" >&5
- # Check whether --enable-mbregex or --disable-mbregex was given.
- if test "${enable_mbregex+set}" = set; then
-   enableval="$enable_mbregex"
-@@ -53623,7 +54556,7 @@
- php_enable_mbregex_backtrack=yes
- echo $ac_n "checking whether to check multibyte regex backtrack""... $ac_c" 1>&6
--echo "configure:53627: checking whether to check multibyte regex backtrack" >&5
-+echo "configure:54560: checking whether to check multibyte regex backtrack" >&5
- # Check whether --enable-mbregex_backtrack or --disable-mbregex_backtrack was given.
- if test "${enable_mbregex_backtrack+set}" = set; then
-   enableval="$enable_mbregex_backtrack"
-@@ -53649,7 +54582,7 @@
- php_with_libmbfl=no
- echo $ac_n "checking for external libmbfl""... $ac_c" 1>&6
--echo "configure:53653: checking for external libmbfl" >&5
-+echo "configure:54586: checking for external libmbfl" >&5
- # Check whether --with-libmbfl or --without-libmbfl was given.
- if test "${with_libmbfl+set}" = set; then
-   withval="$with_libmbfl"
-@@ -53685,7 +54618,7 @@
-     
-   if test "$PHP_MBREGEX" = "yes"; then
-     echo $ac_n "checking for variable length prototypes and stdarg.h""... $ac_c" 1>&6
--echo "configure:53689: checking for variable length prototypes and stdarg.h" >&5
-+echo "configure:54622: checking for variable length prototypes and stdarg.h" >&5
- if eval "test \"`echo '$''{'cv_php_mbstring_stdarg'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -53704,7 +54637,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53708 "configure"
-+#line 54641 "configure"
- #include "confdefs.h"
- #include <stdarg.h>
-@@ -53719,7 +54652,7 @@
- int main() { return foo(10, "", 3.14); }
-       
- EOF
--if { (eval echo configure:53723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:54656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   cv_php_mbstring_stdarg=yes
- else
-@@ -53740,17 +54673,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:53744: checking for $ac_hdr" >&5
-+echo "configure:54677: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53749 "configure"
-+#line 54682 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:53754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:54687: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -53777,7 +54710,7 @@
- done
-     echo $ac_n "checking size of int""... $ac_c" 1>&6
--echo "configure:53781: checking size of int" >&5
-+echo "configure:54714: checking size of int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -53785,18 +54718,18 @@
-   ac_cv_sizeof_int=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53789 "configure"
-+#line 54722 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:53800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:54733: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_int=`cat conftestval`
- else
-@@ -53816,7 +54749,7 @@
-     echo $ac_n "checking size of short""... $ac_c" 1>&6
--echo "configure:53820: checking size of short" >&5
-+echo "configure:54753: checking size of short" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_short'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -53824,18 +54757,18 @@
-   ac_cv_sizeof_short=2
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53828 "configure"
-+#line 54761 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(short));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:53839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:54772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_short=`cat conftestval`
- else
-@@ -53855,7 +54788,7 @@
-     echo $ac_n "checking size of long""... $ac_c" 1>&6
--echo "configure:53859: checking size of long" >&5
-+echo "configure:54792: checking size of long" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -53863,18 +54796,18 @@
-   ac_cv_sizeof_long=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53867 "configure"
-+#line 54800 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:53878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:54811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long=`cat conftestval`
- else
-@@ -53894,12 +54827,12 @@
-     echo $ac_n "checking for working const""... $ac_c" 1>&6
--echo "configure:53898: checking for working const" >&5
-+echo "configure:54831: checking for working const" >&5
- if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53903 "configure"
-+#line 54836 "configure"
- #include "confdefs.h"
- int main() {
-@@ -53948,7 +54881,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:53952: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:54885: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_c_const=yes
- else
-@@ -53969,12 +54902,12 @@
- fi
-     echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
--echo "configure:53973: checking whether time.h and sys/time.h may both be included" >&5
-+echo "configure:54906: checking whether time.h and sys/time.h may both be included" >&5
- if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 53978 "configure"
-+#line 54911 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/time.h>
-@@ -53983,7 +54916,7 @@
- struct tm *tp;
- ; return 0; }
- EOF
--if { (eval echo configure:53987: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:54920: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_header_time=yes
- else
-@@ -54006,19 +54939,19 @@
-     # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
- # for constant arguments.  Useless!
- echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
--echo "configure:54010: checking for working alloca.h" >&5
-+echo "configure:54943: checking for working alloca.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 54015 "configure"
-+#line 54948 "configure"
- #include "confdefs.h"
- #include <alloca.h>
- int main() {
- char *p = alloca(2 * sizeof(int));
- ; return 0; }
- EOF
--if { (eval echo configure:54022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:54955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_header_alloca_h=yes
- else
-@@ -54039,12 +54972,12 @@
- fi
- echo $ac_n "checking for alloca""... $ac_c" 1>&6
--echo "configure:54043: checking for alloca" >&5
-+echo "configure:54976: checking for alloca" >&5
- if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 54048 "configure"
-+#line 54981 "configure"
- #include "confdefs.h"
- #ifdef __GNUC__
-@@ -54072,7 +55005,7 @@
- char *p = (char *) alloca(1);
- ; return 0; }
- EOF
--if { (eval echo configure:54076: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:55009: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_func_alloca_works=yes
- else
-@@ -54104,12 +55037,12 @@
- echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
--echo "configure:54108: checking whether alloca needs Cray hooks" >&5
-+echo "configure:55041: checking whether alloca needs Cray hooks" >&5
- if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 54113 "configure"
-+#line 55046 "configure"
- #include "confdefs.h"
- #if defined(CRAY) && ! defined(CRAY2)
- webecray
-@@ -54134,12 +55067,12 @@
- if test $ac_cv_os_cray = yes; then
- for ac_func in _getb67 GETB67 getb67; do
-   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:54138: checking for $ac_func" >&5
-+echo "configure:55071: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 54143 "configure"
-+#line 55076 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -54162,7 +55095,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:54166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:55099: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -54189,7 +55122,7 @@
- fi
- echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
--echo "configure:54193: checking stack direction for C alloca" >&5
-+echo "configure:55126: checking stack direction for C alloca" >&5
- if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -54197,7 +55130,7 @@
-   ac_cv_c_stack_direction=0
- else
-   cat > conftest.$ac_ext <<EOF
--#line 54201 "configure"
-+#line 55134 "configure"
- #include "confdefs.h"
- find_stack_direction ()
- {
-@@ -54216,7 +55149,7 @@
-   exit (find_stack_direction() < 0);
- }
- EOF
--if { (eval echo configure:54220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:55153: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_c_stack_direction=1
- else
-@@ -54238,7 +55171,7 @@
- fi
-     echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
--echo "configure:54242: checking for 8-bit clean memcmp" >&5
-+echo "configure:55175: checking for 8-bit clean memcmp" >&5
- if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -54246,7 +55179,7 @@
-   ac_cv_func_memcmp_clean=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 54250 "configure"
-+#line 55183 "configure"
- #include "confdefs.h"
- main()
-@@ -54256,7 +55189,7 @@
- }
- EOF
--if { (eval echo configure:54260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:55193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_func_memcmp_clean=yes
- else
-@@ -54600,7 +55533,7 @@
-   done
-   echo $ac_n "checking for mbfl_buffer_converter_new in -lmbfl""... $ac_c" 1>&6
--echo "configure:54604: checking for mbfl_buffer_converter_new in -lmbfl" >&5
-+echo "configure:55537: checking for mbfl_buffer_converter_new in -lmbfl" >&5
- ac_lib_var=`echo mbfl'_'mbfl_buffer_converter_new | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -54608,7 +55541,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lmbfl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 54612 "configure"
-+#line 55545 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -54619,7 +55552,7 @@
- mbfl_buffer_converter_new()
- ; return 0; }
- EOF
--if { (eval echo configure:54623: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:55556: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -55242,7 +56175,7 @@
- php_with_mcrypt=no
- echo $ac_n "checking for mcrypt support""... $ac_c" 1>&6
--echo "configure:55246: checking for mcrypt support" >&5
-+echo "configure:56179: checking for mcrypt support" >&5
- # Check whether --with-mcrypt or --without-mcrypt was given.
- if test "${with_mcrypt+set}" = set; then
-   withval="$with_mcrypt"
-@@ -55298,9 +56231,9 @@
-   old_CPPFLAGS=$CPPFLAGS
-   CPPFLAGS=-I$MCRYPT_DIR/include
-   echo $ac_n "checking for libmcrypt version""... $ac_c" 1>&6
--echo "configure:55302: checking for libmcrypt version" >&5
-+echo "configure:56235: checking for libmcrypt version" >&5
-   cat > conftest.$ac_ext <<EOF
--#line 55304 "configure"
-+#line 56237 "configure"
- #include "confdefs.h"
- #include <mcrypt.h>
-@@ -55424,7 +56357,7 @@
-   done
-   echo $ac_n "checking for mcrypt_module_open in -lmcrypt""... $ac_c" 1>&6
--echo "configure:55428: checking for mcrypt_module_open in -lmcrypt" >&5
-+echo "configure:56361: checking for mcrypt_module_open in -lmcrypt" >&5
- ac_lib_var=`echo mcrypt'_'mcrypt_module_open | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -55432,7 +56365,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lmcrypt  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 55436 "configure"
-+#line 56369 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -55443,7 +56376,7 @@
- mcrypt_module_open()
- ; return 0; }
- EOF
--if { (eval echo configure:55447: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:56380: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -55596,7 +56529,7 @@
-   done
-   echo $ac_n "checking for mcrypt_module_open in -lmcrypt""... $ac_c" 1>&6
--echo "configure:55600: checking for mcrypt_module_open in -lmcrypt" >&5
-+echo "configure:56533: checking for mcrypt_module_open in -lmcrypt" >&5
- ac_lib_var=`echo mcrypt'_'mcrypt_module_open | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -55604,7 +56537,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lmcrypt  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 55608 "configure"
-+#line 56541 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -55615,7 +56548,7 @@
- mcrypt_module_open()
- ; return 0; }
- EOF
--if { (eval echo configure:55619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:56552: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -56077,7 +57010,7 @@
- php_with_mhash=no
- echo $ac_n "checking for mhash support""... $ac_c" 1>&6
--echo "configure:56081: checking for mhash support" >&5
-+echo "configure:57014: checking for mhash support" >&5
- # Check whether --with-mhash or --without-mhash was given.
- if test "${with_mhash+set}" = set; then
-   withval="$with_mhash"
-@@ -56553,7 +57486,7 @@
- php_with_mime_magic=no
- echo $ac_n "checking whether to include mime_magic support""... $ac_c" 1>&6
--echo "configure:56557: checking whether to include mime_magic support" >&5
-+echo "configure:57490: checking whether to include mime_magic support" >&5
- # Check whether --with-mime-magic or --without-mime-magic was given.
- if test "${with_mime_magic+set}" = set; then
-   withval="$with_mime_magic"
-@@ -56911,7 +57844,7 @@
- php_with_ming=no
- echo $ac_n "checking for MING support""... $ac_c" 1>&6
--echo "configure:56915: checking for MING support" >&5
-+echo "configure:57848: checking for MING support" >&5
- # Check whether --with-ming or --without-ming was given.
- if test "${with_ming+set}" = set; then
-   withval="$with_ming"
-@@ -56956,7 +57889,7 @@
- if test "$PHP_MING" != "no"; then
-   echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
--echo "configure:56960: checking for sin in -lm" >&5
-+echo "configure:57893: checking for sin in -lm" >&5
- ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -56964,7 +57897,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lm  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 56968 "configure"
-+#line 57901 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -56975,7 +57908,7 @@
- sin()
- ; return 0; }
- EOF
--if { (eval echo configure:56979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:57912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -57122,7 +58055,7 @@
-   done
-   echo $ac_n "checking for Ming_useSWFVersion in -lming""... $ac_c" 1>&6
--echo "configure:57126: checking for Ming_useSWFVersion in -lming" >&5
-+echo "configure:58059: checking for Ming_useSWFVersion in -lming" >&5
- ac_lib_var=`echo ming'_'Ming_useSWFVersion | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -57130,7 +58063,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lming  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 57134 "configure"
-+#line 58067 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -57141,7 +58074,7 @@
- Ming_useSWFVersion()
- ; return 0; }
- EOF
--if { (eval echo configure:57145: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:58078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -57404,7 +58337,7 @@
-   done
-   echo $ac_n "checking for SWFPrebuiltClip in -lming""... $ac_c" 1>&6
--echo "configure:57408: checking for SWFPrebuiltClip in -lming" >&5
-+echo "configure:58341: checking for SWFPrebuiltClip in -lming" >&5
- ac_lib_var=`echo ming'_'SWFPrebuiltClip | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -57412,7 +58345,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lming  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 57416 "configure"
-+#line 58349 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -57423,7 +58356,7 @@
- SWFPrebuiltClip()
- ; return 0; }
- EOF
--if { (eval echo configure:57427: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:58360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -57552,7 +58485,7 @@
-   done
-   echo $ac_n "checking for SWFMovie_namedAnchor in -lming""... $ac_c" 1>&6
--echo "configure:57556: checking for SWFMovie_namedAnchor in -lming" >&5
-+echo "configure:58489: checking for SWFMovie_namedAnchor in -lming" >&5
- ac_lib_var=`echo ming'_'SWFMovie_namedAnchor | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -57560,7 +58493,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lming  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 57564 "configure"
-+#line 58497 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -57571,7 +58504,7 @@
- SWFMovie_namedAnchor()
- ; return 0; }
- EOF
--if { (eval echo configure:57575: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:58508: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -57700,7 +58633,7 @@
-   done
-   echo $ac_n "checking for Ming_setSWFCompression in -lming""... $ac_c" 1>&6
--echo "configure:57704: checking for Ming_setSWFCompression in -lming" >&5
-+echo "configure:58637: checking for Ming_setSWFCompression in -lming" >&5
- ac_lib_var=`echo ming'_'Ming_setSWFCompression | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -57708,7 +58641,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lming  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 57712 "configure"
-+#line 58645 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -57719,7 +58652,7 @@
- Ming_setSWFCompression()
- ; return 0; }
- EOF
--if { (eval echo configure:57723: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:58656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -57756,14 +58689,14 @@
-   old_CPPFLAGS=$CPPFLAGS
-   CPPFLAGS=-I$MING_INC_DIR
-   echo $ac_n "checking for destroySWFBlock""... $ac_c" 1>&6
--echo "configure:57760: checking for destroySWFBlock" >&5
-+echo "configure:58693: checking for destroySWFBlock" >&5
-   if test "$cross_compiling" = yes; then
-   
-     echo "$ac_t""unknown" 1>&6
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 57767 "configure"
-+#line 58700 "configure"
- #include "confdefs.h"
- #include "ming.h"
-@@ -57775,7 +58708,7 @@
- }
-   
- EOF
--if { (eval echo configure:57779: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:58712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     echo "$ac_t""missing" 1>&6
-@@ -57797,7 +58730,7 @@
-  
-   cat > conftest.$ac_ext <<EOF
--#line 57801 "configure"
-+#line 58734 "configure"
- #include "confdefs.h"
- #include <ming.h>
-@@ -57824,7 +58757,7 @@
-     cat > conftest.$ac_ext <<EOF
--#line 57828 "configure"
-+#line 58761 "configure"
- #include "confdefs.h"
- #include <ming.h>
-@@ -57835,7 +58768,7 @@
-   
- ; return 0; }
- EOF
--if { (eval echo configure:57839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:58772: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     cat >> confdefs.h <<\EOF
-@@ -58143,7 +59076,7 @@
- php_with_msql=no
- echo $ac_n "checking for mSQL support""... $ac_c" 1>&6
--echo "configure:58147: checking for mSQL support" >&5
-+echo "configure:59080: checking for mSQL support" >&5
- # Check whether --with-msql or --without-msql was given.
- if test "${with_msql+set}" = set; then
-   withval="$with_msql"
-@@ -58612,11 +59545,11 @@
-     
-   echo $ac_n "checking mSQL version""... $ac_c" 1>&6
--echo "configure:58616: checking mSQL version" >&5
-+echo "configure:59549: checking mSQL version" >&5
-   ac_php_oldcppflags=$CPPFLAGS
-   CPPFLAGS="$INCLUDES $CPPFLAGS"
-   cat > conftest.$ac_ext <<EOF
--#line 58620 "configure"
-+#line 59553 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include "msql.h"
-@@ -58624,7 +59557,7 @@
- int i = IDX_TYPE
- ; return 0; }
- EOF
--if { (eval echo configure:58628: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:59561: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-     cat >> confdefs.h <<\EOF
-@@ -58656,7 +59589,7 @@
- php_with_mssql=no
- echo $ac_n "checking for MSSQL support via FreeTDS""... $ac_c" 1>&6
--echo "configure:58660: checking for MSSQL support via FreeTDS" >&5
-+echo "configure:59593: checking for MSSQL support via FreeTDS" >&5
- # Check whether --with-mssql or --without-mssql was given.
- if test "${with_mssql+set}" = set; then
-   withval="$with_mssql"
-@@ -59146,7 +60079,7 @@
-   fi
-   echo $ac_n "checking for dnet_addr in -ldnet_stub""... $ac_c" 1>&6
--echo "configure:59150: checking for dnet_addr in -ldnet_stub" >&5
-+echo "configure:60083: checking for dnet_addr in -ldnet_stub" >&5
- ac_lib_var=`echo dnet_stub'_'dnet_addr | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -59154,7 +60087,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldnet_stub  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 59158 "configure"
-+#line 60091 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -59165,7 +60098,7 @@
- dnet_addr()
- ; return 0; }
- EOF
--if { (eval echo configure:59169: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:60102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -59309,7 +60242,7 @@
- php_with_mysql=no
- echo $ac_n "checking for MySQL support""... $ac_c" 1>&6
--echo "configure:59313: checking for MySQL support" >&5
-+echo "configure:60246: checking for MySQL support" >&5
- # Check whether --with-mysql or --without-mysql was given.
- if test "${with_mysql+set}" = set; then
-   withval="$with_mysql"
-@@ -59356,7 +60289,7 @@
- php_with_mysql_sock=no
- echo $ac_n "checking for specified location of the MySQL UNIX socket""... $ac_c" 1>&6
--echo "configure:59360: checking for specified location of the MySQL UNIX socket" >&5
-+echo "configure:60293: checking for specified location of the MySQL UNIX socket" >&5
- # Check whether --with-mysql-sock or --without-mysql-sock was given.
- if test "${with_mysql_sock+set}" = set; then
-   withval="$with_mysql_sock"
-@@ -59383,7 +60316,7 @@
- php_with_zlib_dir=no
- echo $ac_n "checking for the location of libz""... $ac_c" 1>&6
--echo "configure:59387: checking for the location of libz" >&5
-+echo "configure:60320: checking for the location of libz" >&5
- # Check whether --with-zlib-dir or --without-zlib-dir was given.
- if test "${with_zlib_dir+set}" = set; then
-   withval="$with_zlib_dir"
-@@ -59414,7 +60347,7 @@
-   echo $ac_n "checking for MySQL UNIX socket location""... $ac_c" 1>&6
--echo "configure:59418: checking for MySQL UNIX socket location" >&5
-+echo "configure:60351: checking for MySQL UNIX socket location" >&5
-   if test "$PHP_MYSQL_SOCK" != "no" && test "$PHP_MYSQL_SOCK" != "yes"; then
-     MYSQL_SOCK=$PHP_MYSQL_SOCK
-     cat >> confdefs.h <<EOF
-@@ -59605,7 +60538,7 @@
-   done
-   echo $ac_n "checking for mysql_close in -l$MYSQL_LIBNAME""... $ac_c" 1>&6
--echo "configure:59609: checking for mysql_close in -l$MYSQL_LIBNAME" >&5
-+echo "configure:60542: checking for mysql_close in -l$MYSQL_LIBNAME" >&5
- ac_lib_var=`echo $MYSQL_LIBNAME'_'mysql_close | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -59613,7 +60546,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$MYSQL_LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 59617 "configure"
-+#line 60550 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -59624,7 +60557,7 @@
- mysql_close()
- ; return 0; }
- EOF
--if { (eval echo configure:59628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:60561: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -59847,7 +60780,7 @@
-   done
-   echo $ac_n "checking for mysql_error in -l$MYSQL_LIBNAME""... $ac_c" 1>&6
--echo "configure:59851: checking for mysql_error in -l$MYSQL_LIBNAME" >&5
-+echo "configure:60784: checking for mysql_error in -l$MYSQL_LIBNAME" >&5
- ac_lib_var=`echo $MYSQL_LIBNAME'_'mysql_error | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -59855,7 +60788,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$MYSQL_LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 59859 "configure"
-+#line 60792 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -59866,7 +60799,7 @@
- mysql_error()
- ; return 0; }
- EOF
--if { (eval echo configure:59870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:60803: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -60021,7 +60954,7 @@
-   done
-   echo $ac_n "checking for mysql_errno in -l$MYSQL_LIBNAME""... $ac_c" 1>&6
--echo "configure:60025: checking for mysql_errno in -l$MYSQL_LIBNAME" >&5
-+echo "configure:60958: checking for mysql_errno in -l$MYSQL_LIBNAME" >&5
- ac_lib_var=`echo $MYSQL_LIBNAME'_'mysql_errno | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -60029,7 +60962,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$MYSQL_LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 60033 "configure"
-+#line 60966 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -60040,7 +60973,7 @@
- mysql_errno()
- ; return 0; }
- EOF
--if { (eval echo configure:60044: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:60977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -60522,7 +61455,7 @@
- php_with_mysqli=no
- echo $ac_n "checking for MySQLi support""... $ac_c" 1>&6
--echo "configure:60526: checking for MySQLi support" >&5
-+echo "configure:61459: checking for MySQLi support" >&5
- # Check whether --with-mysqli or --without-mysqli was given.
- if test "${with_mysqli+set}" = set; then
-   withval="$with_mysqli"
-@@ -60569,7 +61502,7 @@
- php_enable_embedded_mysqli=no
- echo $ac_n "checking whether to enable embedded MySQLi support""... $ac_c" 1>&6
--echo "configure:60573: checking whether to enable embedded MySQLi support" >&5
-+echo "configure:61506: checking whether to enable embedded MySQLi support" >&5
- # Check whether --enable-embedded_mysqli or --disable-embedded_mysqli was given.
- if test "${enable_embedded_mysqli+set}" = set; then
-   enableval="$enable_embedded_mysqli"
-@@ -60720,7 +61653,7 @@
-   done
-   echo $ac_n "checking for mysql_set_server_option in -l$MYSQL_LIB_NAME""... $ac_c" 1>&6
--echo "configure:60724: checking for mysql_set_server_option in -l$MYSQL_LIB_NAME" >&5
-+echo "configure:61657: checking for mysql_set_server_option in -l$MYSQL_LIB_NAME" >&5
- ac_lib_var=`echo $MYSQL_LIB_NAME'_'mysql_set_server_option | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -60728,7 +61661,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$MYSQL_LIB_NAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 60732 "configure"
-+#line 61665 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -60739,7 +61672,7 @@
- mysql_set_server_option()
- ; return 0; }
- EOF
--if { (eval echo configure:60743: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:61676: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -60987,7 +61920,7 @@
-   done
-   echo $ac_n "checking for mysql_stmt_field_count in -l$MYSQL_LIB_NAME""... $ac_c" 1>&6
--echo "configure:60991: checking for mysql_stmt_field_count in -l$MYSQL_LIB_NAME" >&5
-+echo "configure:61924: checking for mysql_stmt_field_count in -l$MYSQL_LIB_NAME" >&5
- ac_lib_var=`echo $MYSQL_LIB_NAME'_'mysql_stmt_field_count | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -60995,7 +61928,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$MYSQL_LIB_NAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 60999 "configure"
-+#line 61932 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -61006,7 +61939,7 @@
- mysql_stmt_field_count()
- ; return 0; }
- EOF
--if { (eval echo configure:61010: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:61943: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -61344,7 +62277,7 @@
- php_with_ncurses=no
- echo $ac_n "checking for ncurses support""... $ac_c" 1>&6
--echo "configure:61348: checking for ncurses support" >&5
-+echo "configure:62281: checking for ncurses support" >&5
- # Check whether --with-ncurses or --without-ncurses was given.
- if test "${with_ncurses+set}" = set; then
-   withval="$with_ncurses"
-@@ -61551,7 +62484,7 @@
-   done
-   echo $ac_n "checking for $LIBSYMBOL in -l$LIBNAME""... $ac_c" 1>&6
--echo "configure:61555: checking for $LIBSYMBOL in -l$LIBNAME" >&5
-+echo "configure:62488: checking for $LIBSYMBOL in -l$LIBNAME" >&5
- ac_lib_var=`echo $LIBNAME'_'$LIBSYMBOL | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -61559,7 +62492,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 61563 "configure"
-+#line 62496 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -61570,7 +62503,7 @@
- $LIBSYMBOL()
- ; return 0; }
- EOF
--if { (eval echo configure:61574: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:62507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -61789,7 +62722,7 @@
-   done
-   echo $ac_n "checking for new_panel in -lpanel""... $ac_c" 1>&6
--echo "configure:61793: checking for new_panel in -lpanel" >&5
-+echo "configure:62726: checking for new_panel in -lpanel" >&5
- ac_lib_var=`echo panel'_'new_panel | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -61797,7 +62730,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpanel  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 61801 "configure"
-+#line 62734 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -61808,7 +62741,7 @@
- new_panel()
- ; return 0; }
- EOF
--if { (eval echo configure:61812: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:62745: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -61956,7 +62889,7 @@
-  
-    echo $ac_n "checking for color_set in -l$LIBNAME""... $ac_c" 1>&6
--echo "configure:61960: checking for color_set in -l$LIBNAME" >&5
-+echo "configure:62893: checking for color_set in -l$LIBNAME" >&5
- ac_lib_var=`echo $LIBNAME'_'color_set | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -61964,7 +62897,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 61968 "configure"
-+#line 62901 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -61975,7 +62908,7 @@
- color_set()
- ; return 0; }
- EOF
--if { (eval echo configure:61979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:62912: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -61999,7 +62932,7 @@
- fi
-    echo $ac_n "checking for slk_color in -l$LIBNAME""... $ac_c" 1>&6
--echo "configure:62003: checking for slk_color in -l$LIBNAME" >&5
-+echo "configure:62936: checking for slk_color in -l$LIBNAME" >&5
- ac_lib_var=`echo $LIBNAME'_'slk_color | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -62007,7 +62940,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 62011 "configure"
-+#line 62944 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -62018,7 +62951,7 @@
- slk_color()
- ; return 0; }
- EOF
--if { (eval echo configure:62022: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:62955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -62042,7 +62975,7 @@
- fi
-    echo $ac_n "checking for assume_default_colors in -l$LIBNAME""... $ac_c" 1>&6
--echo "configure:62046: checking for assume_default_colors in -l$LIBNAME" >&5
-+echo "configure:62979: checking for assume_default_colors in -l$LIBNAME" >&5
- ac_lib_var=`echo $LIBNAME'_'assume_default_colors | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -62050,7 +62983,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 62054 "configure"
-+#line 62987 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -62061,7 +62994,7 @@
- assume_default_colors()
- ; return 0; }
- EOF
--if { (eval echo configure:62065: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:62998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -62085,7 +63018,7 @@
- fi
-    echo $ac_n "checking for use_extended_names in -l$LIBNAME""... $ac_c" 1>&6
--echo "configure:62089: checking for use_extended_names in -l$LIBNAME" >&5
-+echo "configure:63022: checking for use_extended_names in -l$LIBNAME" >&5
- ac_lib_var=`echo $LIBNAME'_'use_extended_names | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -62093,7 +63026,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 62097 "configure"
-+#line 63030 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -62104,7 +63037,7 @@
- use_extended_names()
- ; return 0; }
- EOF
--if { (eval echo configure:62108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:63041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -62436,7 +63369,7 @@
- php_with_oci8=no
- echo $ac_n "checking for Oracle (OCI8) support""... $ac_c" 1>&6
--echo "configure:62440: checking for Oracle (OCI8) support" >&5
-+echo "configure:63373: checking for Oracle (OCI8) support" >&5
- # Check whether --with-oci8 or --without-oci8 was given.
- if test "${with_oci8+set}" = set; then
-   withval="$with_oci8"
-@@ -62481,7 +63414,7 @@
- if test "$PHP_OCI8" != "no"; then 
-   echo $ac_n "checking PHP version""... $ac_c" 1>&6
--echo "configure:62485: checking PHP version" >&5
-+echo "configure:63418: checking PHP version" >&5
-   tmp_version=$PHP_VERSION
-   if test -z "$tmp_version"; then
-@@ -62537,7 +63470,7 @@
- if test "$PHP_OCI8" != "no" && test "$PHP_OCI8_INSTANT_CLIENT" = "no"; then
-   echo $ac_n "checking Oracle Install Directory""... $ac_c" 1>&6
--echo "configure:62541: checking Oracle Install Directory" >&5
-+echo "configure:63474: checking Oracle Install Directory" >&5
-   if test "$PHP_OCI8" = "yes"; then
-     OCI8_DIR=$ORACLE_HOME
-   else
-@@ -62547,7 +63480,7 @@
-   
-   echo $ac_n "checking size of long int""... $ac_c" 1>&6
--echo "configure:62551: checking size of long int" >&5
-+echo "configure:63484: checking size of long int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -62555,18 +63488,18 @@
-   ac_cv_sizeof_long_int=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 62559 "configure"
-+#line 63492 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:62570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:63503: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long_int=`cat conftestval`
- else
-@@ -62586,7 +63519,7 @@
-   echo $ac_n "checking if we're on a 64-bit platform""... $ac_c" 1>&6
--echo "configure:62590: checking if we're on a 64-bit platform" >&5
-+echo "configure:63523: checking if we're on a 64-bit platform" >&5
-   if test "$ac_cv_sizeof_long_int" = "4" ; then
-     echo "$ac_t""no" 1>&6
-     TMP_OCI8_LIB_DIR=lib32 
-@@ -62596,7 +63529,7 @@
-   fi
-   echo $ac_n "checking OCI8 libraries dir""... $ac_c" 1>&6
--echo "configure:62600: checking OCI8 libraries dir" >&5
-+echo "configure:63533: checking OCI8 libraries dir" >&5
-   if test -d "$OCI8_DIR/lib" && test ! -d "$OCI8_DIR/lib32"; then
-     OCI8_LIB_DIR=lib
-   elif test ! -d "$OCI8_DIR/lib" && test -d "$OCI8_DIR/lib32"; then
-@@ -62930,7 +63863,7 @@
-   
-   echo $ac_n "checking Oracle version""... $ac_c" 1>&6
--echo "configure:62934: checking Oracle version" >&5
-+echo "configure:63867: checking Oracle version" >&5
-   if test -s "$OCI8_DIR/orainst/unix.rgs"; then
-     OCI8_VERSION=`grep '"ocommon"' $OCI8_DIR/orainst/unix.rgs | $PHP_OCI8_SED 's/  */:/g' | cut -d: -f 6 | cut -c 2-4`
-     test -z "$OCI8_VERSION" && OCI8_VERSION=7.3
-@@ -63445,7 +64378,7 @@
-   done
-   echo $ac_n "checking for OCIEnvCreate in -lclntsh""... $ac_c" 1>&6
--echo "configure:63449: checking for OCIEnvCreate in -lclntsh" >&5
-+echo "configure:64382: checking for OCIEnvCreate in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIEnvCreate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -63453,7 +64386,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 63457 "configure"
-+#line 64390 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -63464,7 +64397,7 @@
- OCIEnvCreate()
- ; return 0; }
- EOF
--if { (eval echo configure:63468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:64401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -63598,7 +64531,7 @@
-   done
-   echo $ac_n "checking for OCIStmtPrepare2 in -lclntsh""... $ac_c" 1>&6
--echo "configure:63602: checking for OCIStmtPrepare2 in -lclntsh" >&5
-+echo "configure:64535: checking for OCIStmtPrepare2 in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIStmtPrepare2 | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -63606,7 +64539,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 63610 "configure"
-+#line 64543 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -63617,7 +64550,7 @@
- OCIStmtPrepare2()
- ; return 0; }
- EOF
--if { (eval echo configure:63621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:64554: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -63815,7 +64748,7 @@
-   done
-   echo $ac_n "checking for OCIEnvCreate in -lclntsh""... $ac_c" 1>&6
--echo "configure:63819: checking for OCIEnvCreate in -lclntsh" >&5
-+echo "configure:64752: checking for OCIEnvCreate in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIEnvCreate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -63823,7 +64756,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 63827 "configure"
-+#line 64760 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -63834,7 +64767,7 @@
- OCIEnvCreate()
- ; return 0; }
- EOF
--if { (eval echo configure:63838: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:64771: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -63968,7 +64901,7 @@
-   done
-   echo $ac_n "checking for OCIStmtPrepare2 in -lclntsh""... $ac_c" 1>&6
--echo "configure:63972: checking for OCIStmtPrepare2 in -lclntsh" >&5
-+echo "configure:64905: checking for OCIStmtPrepare2 in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIStmtPrepare2 | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -63976,7 +64909,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 63980 "configure"
-+#line 64913 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -63987,7 +64920,7 @@
- OCIStmtPrepare2()
- ; return 0; }
- EOF
--if { (eval echo configure:63991: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:64924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -64027,7 +64960,7 @@
-   old_CPPFLAGS=$CPPFLAGS
-   CPPFLAGS=$OCI8_INCLUDES
-   cat > conftest.$ac_ext <<EOF
--#line 64031 "configure"
-+#line 64964 "configure"
- #include "confdefs.h"
- #include <oci.h>
-@@ -64222,7 +65155,7 @@
-   done
-   echo $ac_n "checking for OCIEnvNlsCreate in -lclntsh""... $ac_c" 1>&6
--echo "configure:64226: checking for OCIEnvNlsCreate in -lclntsh" >&5
-+echo "configure:65159: checking for OCIEnvNlsCreate in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIEnvNlsCreate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -64230,7 +65163,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 64234 "configure"
-+#line 65167 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -64241,7 +65174,7 @@
- OCIEnvNlsCreate()
- ; return 0; }
- EOF
--if { (eval echo configure:64245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:65178: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -64358,7 +65291,7 @@
-   done
-   echo $ac_n "checking for OCINlsCharSetNameToId in -lclntsh""... $ac_c" 1>&6
--echo "configure:64362: checking for OCINlsCharSetNameToId in -lclntsh" >&5
-+echo "configure:65295: checking for OCINlsCharSetNameToId in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCINlsCharSetNameToId | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -64366,7 +65299,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 64370 "configure"
-+#line 65303 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -64377,7 +65310,7 @@
- OCINlsCharSetNameToId()
- ; return 0; }
- EOF
--if { (eval echo configure:64381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:65314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -64524,7 +65457,7 @@
-   done
-   echo $ac_n "checking for OCIEnvCreate in -lclntsh""... $ac_c" 1>&6
--echo "configure:64528: checking for OCIEnvCreate in -lclntsh" >&5
-+echo "configure:65461: checking for OCIEnvCreate in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIEnvCreate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -64532,7 +65465,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 64536 "configure"
-+#line 65469 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -64543,7 +65476,7 @@
- OCIEnvCreate()
- ; return 0; }
- EOF
--if { (eval echo configure:64547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:65480: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -64677,7 +65610,7 @@
-   done
-   echo $ac_n "checking for OCIStmtPrepare2 in -lclntsh""... $ac_c" 1>&6
--echo "configure:64681: checking for OCIStmtPrepare2 in -lclntsh" >&5
-+echo "configure:65614: checking for OCIStmtPrepare2 in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIStmtPrepare2 | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -64685,7 +65618,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 64689 "configure"
-+#line 65622 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -64696,7 +65629,7 @@
- OCIStmtPrepare2()
- ; return 0; }
- EOF
--if { (eval echo configure:64700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:65633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -64830,7 +65763,7 @@
-   done
-   echo $ac_n "checking for OCILobRead2 in -lclntsh""... $ac_c" 1>&6
--echo "configure:64834: checking for OCILobRead2 in -lclntsh" >&5
-+echo "configure:65767: checking for OCILobRead2 in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCILobRead2 | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -64838,7 +65771,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 64842 "configure"
-+#line 65775 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -64849,7 +65782,7 @@
- OCILobRead2()
- ; return 0; }
- EOF
--if { (eval echo configure:64853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:65786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -65081,7 +66014,7 @@
-   done
-   echo $ac_n "checking for OCILobIsTemporary in -lclntsh""... $ac_c" 1>&6
--echo "configure:65085: checking for OCILobIsTemporary in -lclntsh" >&5
-+echo "configure:66018: checking for OCILobIsTemporary in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCILobIsTemporary | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -65089,7 +66022,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 65093 "configure"
-+#line 66026 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -65100,7 +66033,7 @@
- OCILobIsTemporary()
- ; return 0; }
- EOF
--if { (eval echo configure:65104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:66037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -65230,7 +66163,7 @@
-   done
-   echo $ac_n "checking for OCILobIsTemporary in -locijdbc8""... $ac_c" 1>&6
--echo "configure:65234: checking for OCILobIsTemporary in -locijdbc8" >&5
-+echo "configure:66167: checking for OCILobIsTemporary in -locijdbc8" >&5
- ac_lib_var=`echo ocijdbc8'_'OCILobIsTemporary | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -65238,7 +66171,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-locijdbc8  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 65242 "configure"
-+#line 66175 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -65249,7 +66182,7 @@
- OCILobIsTemporary()
- ; return 0; }
- EOF
--if { (eval echo configure:65253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:66186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -65410,7 +66343,7 @@
-   done
-   echo $ac_n "checking for OCICollAssign in -lclntsh""... $ac_c" 1>&6
--echo "configure:65414: checking for OCICollAssign in -lclntsh" >&5
-+echo "configure:66347: checking for OCICollAssign in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCICollAssign | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -65418,7 +66351,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 65422 "configure"
-+#line 66355 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -65429,7 +66362,7 @@
- OCICollAssign()
- ; return 0; }
- EOF
--if { (eval echo configure:65433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:66366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -66055,7 +66988,7 @@
- elif test "$PHP_OCI8" != "no" && test "$PHP_OCI8_INSTANT_CLIENT" != "no"; then
-   echo $ac_n "checking size of long int""... $ac_c" 1>&6
--echo "configure:66059: checking size of long int" >&5
-+echo "configure:66992: checking size of long int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -66063,18 +66996,18 @@
-   ac_cv_sizeof_long_int=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 66067 "configure"
-+#line 67000 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:66078: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:67011: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long_int=`cat conftestval`
- else
-@@ -66099,7 +67032,7 @@
-   fi
-   echo $ac_n "checking Oracle Instant Client directory""... $ac_c" 1>&6
--echo "configure:66103: checking Oracle Instant Client directory" >&5
-+echo "configure:67036: checking Oracle Instant Client directory" >&5
-   if test "$PHP_OCI8_INSTANT_CLIENT" = "yes"; then
-     PHP_OCI8_INSTANT_CLIENT=`ls -d /usr/lib/oracle/*/client${LIBDIR_SUFFIX}/lib 2> /dev/null | tail -1`
-     if test -z "$PHP_OCI8_INSTANT_CLIENT"; then
-@@ -66111,7 +67044,7 @@
-   OCI8_DIR=$PHP_OCI8_INSTANT_CLIENT
-   echo $ac_n "checking Oracle Instant Client SDK header directory""... $ac_c" 1>&6
--echo "configure:66115: checking Oracle Instant Client SDK header directory" >&5
-+echo "configure:67048: checking Oracle Instant Client SDK header directory" >&5
-   OCISDKRPMINC=`echo "$PHP_OCI8_INSTANT_CLIENT" | $PHP_OCI8_SED -e 's!^/usr/lib/oracle/\(.*\)/client\(.*\)/lib/*$!/usr/include/oracle/\1/client\2!'`
-@@ -66320,7 +67253,7 @@
-   
-   echo $ac_n "checking Oracle Instant Client version""... $ac_c" 1>&6
--echo "configure:66324: checking Oracle Instant Client version" >&5
-+echo "configure:67257: checking Oracle Instant Client version" >&5
-   if test -f $PHP_OCI8_INSTANT_CLIENT/libnnz11.$SHLIB_SUFFIX_NAME; then
-     if test -f $PHP_OCI8_INSTANT_CLIENT/libclntsh.$SHLIB_SUFFIX_NAME.11.1; then
-       if test ! -f $PHP_OCI8_INSTANT_CLIENT/libclntsh.$SHLIB_SUFFIX_NAME; then
-@@ -66814,7 +67747,7 @@
-   if test "$PHP_ADABAS" != "no"; then
-     echo $ac_n "checking for Adabas support""... $ac_c" 1>&6
--echo "configure:66818: checking for Adabas support" >&5
-+echo "configure:67751: checking for Adabas support" >&5
-     if test "$PHP_ADABAS" = "yes"; then
-       PHP_ADABAS=/usr/local
-     fi
-@@ -67020,7 +67953,7 @@
-   if test "$PHP_SAPDB" != "no"; then
-     echo $ac_n "checking for SAP DB support""... $ac_c" 1>&6
--echo "configure:67024: checking for SAP DB support" >&5
-+echo "configure:67957: checking for SAP DB support" >&5
-     if test "$PHP_SAPDB" = "yes"; then
-       PHP_SAPDB=/usr/local
-     fi
-@@ -67156,7 +68089,7 @@
-   if test "$PHP_SOLID" != "no"; then
-     echo $ac_n "checking for Solid support""... $ac_c" 1>&6
--echo "configure:67160: checking for Solid support" >&5
-+echo "configure:68093: checking for Solid support" >&5
-     if test "$PHP_SOLID" = "yes"; then
-       PHP_SOLID=/usr/local/solid
-     fi
-@@ -67183,7 +68116,7 @@
-     echo "$ac_t""$ext_output" 1>&6
-     
-   echo $ac_n "checking Solid library file""... $ac_c" 1>&6
--echo "configure:67187: checking Solid library file" >&5  
-+echo "configure:68120: checking Solid library file" >&5  
-   ac_solid_uname_r=`uname -r 2>/dev/null`
-   ac_solid_uname_s=`uname -s 2>/dev/null`
-   case $ac_solid_uname_s in
-@@ -67307,7 +68240,7 @@
-   if test "$PHP_IBM_DB2" != "no"; then
-     echo $ac_n "checking for IBM DB2 support""... $ac_c" 1>&6
--echo "configure:67311: checking for IBM DB2 support" >&5
-+echo "configure:68244: checking for IBM DB2 support" >&5
-     if test "$PHP_IBM_DB2" = "yes"; then
-       ODBC_INCDIR=/home/db2inst1/sqllib/include
-       ODBC_LIBDIR=/home/db2inst1/sqllib/lib
-@@ -67338,7 +68271,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 67342 "configure"
-+#line 68275 "configure"
- #include "confdefs.h"
-     
-@@ -67349,7 +68282,7 @@
-     }
-   
- EOF
--if { (eval echo configure:67353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:68286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -67433,7 +68366,7 @@
-   if test "$PHP_ODBCROUTER" != "no"; then
-     echo $ac_n "checking for ODBCRouter.com support""... $ac_c" 1>&6
--echo "configure:67437: checking for ODBCRouter.com support" >&5
-+echo "configure:68370: checking for ODBCRouter.com support" >&5
-     if test "$PHP_ODBCROUTER" = "yes"; then
-       PHP_ODBCROUTER=/usr
-     fi
-@@ -67500,7 +68433,7 @@
-   if test "$PHP_EMPRESS" != "no"; then
-     echo $ac_n "checking for Empress support""... $ac_c" 1>&6
--echo "configure:67504: checking for Empress support" >&5
-+echo "configure:68437: checking for Empress support" >&5
-     if test "$PHP_EMPRESS" = "yes"; then
-       ODBC_INCDIR=$EMPRESSPATH/include/odbc
-       ODBC_LIBDIR=$EMPRESSPATH/shlib
-@@ -67518,7 +68451,7 @@
-     echo "$ac_t""$ext_output" 1>&6
-     
-   echo $ac_n "checking Empress library file""... $ac_c" 1>&6
--echo "configure:67522: checking Empress library file" >&5
-+echo "configure:68455: checking Empress library file" >&5
-   ODBC_LIBS=`echo $ODBC_LIBDIR/libempodbccl.so | cut -d' ' -f1`
-   if test ! -f $ODBC_LIBS; then
-     ODBC_LIBS=`echo $ODBC_LIBDIR/libempodbccl.so | cut -d' ' -f1`
-@@ -67577,7 +68510,7 @@
-   if test "$PHP_EMPRESS_BCS" != "no"; then
-     echo $ac_n "checking for Empress local access support""... $ac_c" 1>&6
--echo "configure:67581: checking for Empress local access support" >&5
-+echo "configure:68514: checking for Empress local access support" >&5
-     if test "$PHP_EMPRESS_BCS" = "yes"; then
-       ODBC_INCDIR=$EMPRESSPATH/include/odbc
-       ODBC_LIBDIR=$EMPRESSPATH/shlib
-@@ -67611,7 +68544,7 @@
-     echo "$ac_t""$ext_output" 1>&6
-     
-   echo $ac_n "checking Empress local access library file""... $ac_c" 1>&6
--echo "configure:67615: checking Empress local access library file" >&5
-+echo "configure:68548: checking Empress local access library file" >&5
-   ODBCBCS_LIBS=`echo $ODBC_LIBDIR/libempodbcbcs.a | cut -d' ' -f1`
-   if test ! -f $ODBCBCS_LIBS; then
-     ODBCBCS_LIBS=`echo $ODBC_LIBDIR/libempodbcbcs.a | cut -d' ' -f1`
-@@ -67670,7 +68603,7 @@
-   
-   if test "$PHP_BIRDSTEP" != "no"; then
-     echo $ac_n "checking for Birdstep support""... $ac_c" 1>&6
--echo "configure:67674: checking for Birdstep support" >&5
-+echo "configure:68607: checking for Birdstep support" >&5
-     if test "$PHP_BIRDSTEP" = "yes"; then
-         ODBC_INCDIR=/usr/local/birdstep/include
-         ODBC_LIBDIR=/usr/local/birdstep/lib
-@@ -67785,7 +68718,7 @@
-   if test "$PHP_CUSTOM_ODBC" != "no"; then
-     echo $ac_n "checking for a custom ODBC support""... $ac_c" 1>&6
--echo "configure:67789: checking for a custom ODBC support" >&5
-+echo "configure:68722: checking for a custom ODBC support" >&5
-     if test "$PHP_CUSTOM_ODBC" = "yes"; then
-       PHP_CUSTOM_ODBC=/usr/local
-     fi
-@@ -67852,7 +68785,7 @@
-   if test "$PHP_IODBC" != "no"; then
-     echo $ac_n "checking for iODBC support""... $ac_c" 1>&6
--echo "configure:67856: checking for iODBC support" >&5
-+echo "configure:68789: checking for iODBC support" >&5
-     if test "$PHP_IODBC" = "yes"; then
-       PHP_IODBC=/usr/local
-     fi
-@@ -68001,7 +68934,7 @@
-   if test "$PHP_ESOOB" != "no"; then
-     echo $ac_n "checking for Easysoft ODBC-ODBC Bridge support""... $ac_c" 1>&6
--echo "configure:68005: checking for Easysoft ODBC-ODBC Bridge support" >&5
-+echo "configure:68938: checking for Easysoft ODBC-ODBC Bridge support" >&5
-     if test "$PHP_ESOOB" = "yes"; then
-       PHP_ESOOB=/usr/local/easysoft/oob/client
-     fi
-@@ -68068,7 +69001,7 @@
-   if test "$PHP_UNIXODBC" != "no"; then
-     echo $ac_n "checking for unixODBC support""... $ac_c" 1>&6
--echo "configure:68072: checking for unixODBC support" >&5
-+echo "configure:69005: checking for unixODBC support" >&5
-     if test "$PHP_UNIXODBC" = "yes"; then
-       PHP_UNIXODBC=/usr/local
-     fi
-@@ -68140,7 +69073,7 @@
-   if test "$PHP_DBMAKER" != "no"; then
-     echo $ac_n "checking for DBMaker support""... $ac_c" 1>&6
--echo "configure:68144: checking for DBMaker support" >&5
-+echo "configure:69077: checking for DBMaker support" >&5
-     if test "$PHP_DBMAKER" = "yes"; then
-       # find dbmaker's home directory
-       DBMAKER_HOME=`grep "^dbmaker:" /etc/passwd | $AWK -F: '{print $6}'`
-@@ -68692,7 +69625,7 @@
- php_enable_pcntl=no
- echo $ac_n "checking whether to enable pcntl support""... $ac_c" 1>&6
--echo "configure:68696: checking whether to enable pcntl support" >&5
-+echo "configure:69629: checking whether to enable pcntl support" >&5
- # Check whether --enable-pcntl or --disable-pcntl was given.
- if test "${enable_pcntl+set}" = set; then
-   enableval="$enable_pcntl"
-@@ -68740,12 +69673,12 @@
-   for ac_func in fork
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:68744: checking for $ac_func" >&5
-+echo "configure:69677: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 68749 "configure"
-+#line 69682 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -68768,7 +69701,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:68772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:69705: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -68799,12 +69732,12 @@
-   for ac_func in waitpid
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:68803: checking for $ac_func" >&5
-+echo "configure:69736: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 68808 "configure"
-+#line 69741 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -68827,7 +69760,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:68831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:69764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -68858,12 +69791,12 @@
-   for ac_func in sigaction
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:68862: checking for $ac_func" >&5
-+echo "configure:69795: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 68867 "configure"
-+#line 69800 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -68886,7 +69819,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:68890: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:69823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -68917,12 +69850,12 @@
-   for ac_func in getpriority setpriority wait3
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:68921: checking for $ac_func" >&5
-+echo "configure:69854: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 68926 "configure"
-+#line 69859 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -68945,7 +69878,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:68949: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:69882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -69260,7 +70193,7 @@
- php_enable_pdo=yes
- echo $ac_n "checking whether to enable PDO support""... $ac_c" 1>&6
--echo "configure:69264: checking whether to enable PDO support" >&5
-+echo "configure:70197: checking whether to enable PDO support" >&5
- # Check whether --enable-pdo or --disable-pdo was given.
- if test "${enable_pdo+set}" = set; then
-   enableval="$enable_pdo"
-@@ -69685,7 +70618,7 @@
- php_with_pdo_dblib=no
- echo $ac_n "checking for PDO_DBLIB support via FreeTDS""... $ac_c" 1>&6
--echo "configure:69689: checking for PDO_DBLIB support via FreeTDS" >&5
-+echo "configure:70622: checking for PDO_DBLIB support via FreeTDS" >&5
- # Check whether --with-pdo-dblib or --without-pdo-dblib was given.
- if test "${with_pdo_dblib+set}" = set; then
-   withval="$with_pdo_dblib"
-@@ -69902,13 +70835,13 @@
-   
-     
-   echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:69906: checking for PDO includes" >&5
-+echo "configure:70839: checking for PDO includes" >&5
- if eval "test \"`echo '$''{'pdo_inc_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:69912: checking for PDO includes" >&5
-+echo "configure:70845: checking for PDO includes" >&5
-     if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-       pdo_inc_path=$abs_srcdir/ext
-     elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
-@@ -70211,7 +71144,7 @@
-   fi
-   echo $ac_n "checking for dnet_addr in -ldnet_stub""... $ac_c" 1>&6
--echo "configure:70215: checking for dnet_addr in -ldnet_stub" >&5
-+echo "configure:71148: checking for dnet_addr in -ldnet_stub" >&5
- ac_lib_var=`echo dnet_stub'_'dnet_addr | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -70219,7 +71152,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldnet_stub  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 70223 "configure"
-+#line 71156 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -70230,7 +71163,7 @@
- dnet_addr()
- ; return 0; }
- EOF
--if { (eval echo configure:70234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:71167: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -70395,7 +71328,7 @@
- php_with_pdo_firebird=no
- echo $ac_n "checking for Firebird support for PDO""... $ac_c" 1>&6
--echo "configure:70399: checking for Firebird support for PDO" >&5
-+echo "configure:71332: checking for Firebird support for PDO" >&5
- # Check whether --with-pdo-firebird or --without-pdo-firebird was given.
- if test "${with_pdo_firebird+set}" = set; then
-   withval="$with_pdo_firebird"
-@@ -70545,7 +71478,7 @@
-   done
-   echo $ac_n "checking for isc_detach_database in -lfbclient""... $ac_c" 1>&6
--echo "configure:70549: checking for isc_detach_database in -lfbclient" >&5
-+echo "configure:71482: checking for isc_detach_database in -lfbclient" >&5
- ac_lib_var=`echo fbclient'_'isc_detach_database | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -70553,7 +71486,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lfbclient  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 70557 "configure"
-+#line 71490 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -70564,7 +71497,7 @@
- isc_detach_database()
- ; return 0; }
- EOF
--if { (eval echo configure:70568: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:71501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -70691,7 +71624,7 @@
-   done
-   echo $ac_n "checking for isc_detach_database in -lgds""... $ac_c" 1>&6
--echo "configure:70695: checking for isc_detach_database in -lgds" >&5
-+echo "configure:71628: checking for isc_detach_database in -lgds" >&5
- ac_lib_var=`echo gds'_'isc_detach_database | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -70699,7 +71632,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lgds  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 70703 "configure"
-+#line 71636 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -70710,7 +71643,7 @@
- isc_detach_database()
- ; return 0; }
- EOF
--if { (eval echo configure:70714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:71647: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -70837,7 +71770,7 @@
-   done
-   echo $ac_n "checking for isc_detach_database in -lib_util""... $ac_c" 1>&6
--echo "configure:70841: checking for isc_detach_database in -lib_util" >&5
-+echo "configure:71774: checking for isc_detach_database in -lib_util" >&5
- ac_lib_var=`echo ib_util'_'isc_detach_database | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -70845,7 +71778,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lib_util  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 70849 "configure"
-+#line 71782 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -70856,7 +71789,7 @@
- isc_detach_database()
- ; return 0; }
- EOF
--if { (eval echo configure:70860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:71793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -70901,13 +71834,13 @@
-  
-   
-   echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:70905: checking for PDO includes" >&5
-+echo "configure:71838: checking for PDO includes" >&5
- if eval "test \"`echo '$''{'pdo_inc_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:70911: checking for PDO includes" >&5
-+echo "configure:71844: checking for PDO includes" >&5
-     if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-       pdo_inc_path=$abs_srcdir/ext
-     elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
-@@ -71374,7 +72307,7 @@
- php_with_pdo_mysql=no
- echo $ac_n "checking for MySQL support for PDO""... $ac_c" 1>&6
--echo "configure:71378: checking for MySQL support for PDO" >&5
-+echo "configure:72311: checking for MySQL support for PDO" >&5
- # Check whether --with-pdo-mysql or --without-pdo-mysql was given.
- if test "${with_pdo_mysql+set}" = set; then
-   withval="$with_pdo_mysql"
-@@ -71422,7 +72355,7 @@
- php_with_zlib_dir=no
- echo $ac_n "checking for the location of libz""... $ac_c" 1>&6
--echo "configure:71426: checking for the location of libz" >&5
-+echo "configure:72359: checking for the location of libz" >&5
- # Check whether --with-zlib-dir or --without-zlib-dir was given.
- if test "${with_zlib_dir+set}" = set; then
-   withval="$with_zlib_dir"
-@@ -71452,7 +72385,7 @@
-   echo $ac_n "checking for mysql_config""... $ac_c" 1>&6
--echo "configure:71456: checking for mysql_config" >&5
-+echo "configure:72389: checking for mysql_config" >&5
-   if test -f $PHP_PDO_MYSQL && test -x $PHP_PDO_MYSQL ; then
-     PDO_MYSQL_CONFIG=$PHP_PDO_MYSQL
-@@ -71486,7 +72419,7 @@
-       # Extract the first word of "sed", so it can be a program name with args.
- set dummy sed; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:71490: checking for $ac_word" >&5
-+echo "configure:72423: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_SED'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -71534,7 +72467,7 @@
-   else
-     echo "$ac_t""not found" 1>&6
-     echo $ac_n "checking for mysql install under $PDO_MYSQL_DIR""... $ac_c" 1>&6
--echo "configure:71538: checking for mysql install under $PDO_MYSQL_DIR" >&5
-+echo "configure:72471: checking for mysql install under $PDO_MYSQL_DIR" >&5
-     if test -r $PDO_MYSQL_DIR/include/mysql; then
-       PDO_MYSQL_INC_DIR=$PDO_MYSQL_DIR/include/mysql
-     else
-@@ -71788,7 +72721,7 @@
-   done
-   echo $ac_n "checking for mysql_query in -l$PDO_MYSQL_LIBNAME""... $ac_c" 1>&6
--echo "configure:71792: checking for mysql_query in -l$PDO_MYSQL_LIBNAME" >&5
-+echo "configure:72725: checking for mysql_query in -l$PDO_MYSQL_LIBNAME" >&5
- ac_lib_var=`echo $PDO_MYSQL_LIBNAME'_'mysql_query | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -71796,7 +72729,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$PDO_MYSQL_LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 71800 "configure"
-+#line 72733 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -71807,7 +72740,7 @@
- mysql_query()
- ; return 0; }
- EOF
--if { (eval echo configure:71811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:72744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -72160,7 +73093,7 @@
-   done
-   echo $ac_n "checking for mysql_query in -l$PDO_MYSQL_LIBNAME""... $ac_c" 1>&6
--echo "configure:72164: checking for mysql_query in -l$PDO_MYSQL_LIBNAME" >&5
-+echo "configure:73097: checking for mysql_query in -l$PDO_MYSQL_LIBNAME" >&5
- ac_lib_var=`echo $PDO_MYSQL_LIBNAME'_'mysql_query | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -72168,7 +73101,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$PDO_MYSQL_LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 72172 "configure"
-+#line 73105 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -72179,7 +73112,7 @@
- mysql_query()
- ; return 0; }
- EOF
--if { (eval echo configure:72183: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:73116: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -72334,7 +73267,7 @@
-   done
-   echo $ac_n "checking for mysql_query in -l$PDO_MYSQL_LIBNAME""... $ac_c" 1>&6
--echo "configure:72338: checking for mysql_query in -l$PDO_MYSQL_LIBNAME" >&5
-+echo "configure:73271: checking for mysql_query in -l$PDO_MYSQL_LIBNAME" >&5
- ac_lib_var=`echo $PDO_MYSQL_LIBNAME'_'mysql_query | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -72342,7 +73275,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$PDO_MYSQL_LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 72346 "configure"
-+#line 73279 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -72353,7 +73286,7 @@
- mysql_query()
- ; return 0; }
- EOF
--if { (eval echo configure:72357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:73290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -72526,12 +73459,12 @@
-   for ac_func in mysql_commit mysql_stmt_prepare mysql_next_result mysql_sqlstate
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:72530: checking for $ac_func" >&5
-+echo "configure:73463: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 72535 "configure"
-+#line 73468 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -72554,7 +73487,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:72558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:73491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -72583,13 +73516,13 @@
-   
-     
-   echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:72587: checking for PDO includes" >&5
-+echo "configure:73520: checking for PDO includes" >&5
- if eval "test \"`echo '$''{'pdo_inc_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:72593: checking for PDO includes" >&5
-+echo "configure:73526: checking for PDO includes" >&5
-     if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-       pdo_inc_path=$abs_srcdir/ext
-     elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
-@@ -72937,7 +73870,7 @@
- php_with_pdo_oci=no
- echo $ac_n "checking Oracle OCI support for PDO""... $ac_c" 1>&6
--echo "configure:72941: checking Oracle OCI support for PDO" >&5
-+echo "configure:73874: checking Oracle OCI support for PDO" >&5
- # Check whether --with-pdo-oci or --without-pdo-oci was given.
- if test "${with_pdo_oci+set}" = set; then
-   withval="$with_pdo_oci"
-@@ -72982,7 +73915,7 @@
- if test "$PHP_PDO_OCI" != "no"; then
-   echo $ac_n "checking Oracle Install-Dir""... $ac_c" 1>&6
--echo "configure:72986: checking Oracle Install-Dir" >&5
-+echo "configure:73919: checking Oracle Install-Dir" >&5
-   if test "$PHP_PDO_OCI" = "yes" || test -z "$PHP_PDO_OCI"; then
-     PDO_OCI_DIR=$ORACLE_HOME
-   else
-@@ -72991,7 +73924,7 @@
-   echo "$ac_t""$PHP_PDO_OCI" 1>&6
-   echo $ac_n "checking if that is sane""... $ac_c" 1>&6
--echo "configure:72995: checking if that is sane" >&5
-+echo "configure:73928: checking if that is sane" >&5
-   if test -z "$PDO_OCI_DIR"; then
-     { echo "configure: error: 
- You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_HOME.
-@@ -73004,7 +73937,7 @@
-     PDO_OCI_IC_PREFIX="`echo $PDO_OCI_DIR | cut -d, -f2`"
-     PDO_OCI_IC_VERS="`echo $PDO_OCI_DIR | cut -d, -f3`"
-     echo $ac_n "checking for oci.h""... $ac_c" 1>&6
--echo "configure:73008: checking for oci.h" >&5
-+echo "configure:73941: checking for oci.h" >&5
-     if test -f $PDO_OCI_IC_PREFIX/include/oracle/$PDO_OCI_IC_VERS/client/oci.h ; then
-       
-   if test "$PDO_OCI_IC_PREFIX/include/oracle/$PDO_OCI_IC_VERS/client" != "/usr/include"; then
-@@ -73153,7 +74086,7 @@
-   else
-     
-   echo $ac_n "checking size of long int""... $ac_c" 1>&6
--echo "configure:73157: checking size of long int" >&5
-+echo "configure:74090: checking size of long int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -73161,18 +74094,18 @@
-   ac_cv_sizeof_long_int=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 73165 "configure"
-+#line 74098 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:73176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:74109: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long_int=`cat conftestval`
- else
-@@ -73192,7 +74125,7 @@
-   echo $ac_n "checking if we're on a 64-bit platform""... $ac_c" 1>&6
--echo "configure:73196: checking if we're on a 64-bit platform" >&5
-+echo "configure:74129: checking if we're on a 64-bit platform" >&5
-   if test "$ac_cv_sizeof_long_int" = "4" ; then
-     echo "$ac_t""no" 1>&6
-     TMP_PDO_OCI_LIB_DIR="$PDO_OCI_DIR/lib32"
-@@ -73202,7 +74135,7 @@
-   fi
-   echo $ac_n "checking OCI8 libraries dir""... $ac_c" 1>&6
--echo "configure:73206: checking OCI8 libraries dir" >&5
-+echo "configure:74139: checking OCI8 libraries dir" >&5
-   if test -d "$PDO_OCI_DIR/lib" && test ! -d "$PDO_OCI_DIR/lib32"; then
-     PDO_OCI_LIB_DIR="$PDO_OCI_DIR/lib"
-   elif test ! -d "$PDO_OCI_DIR/lib" && test -d "$PDO_OCI_DIR/lib32"; then
-@@ -73569,7 +74502,7 @@
-     fi
-     
-   echo $ac_n "checking Oracle version""... $ac_c" 1>&6
--echo "configure:73573: checking Oracle version" >&5
-+echo "configure:74506: checking Oracle version" >&5
-   if test -s "$PDO_OCI_DIR/orainst/unix.rgs"; then
-     PDO_OCI_VERSION=`grep '"ocommon"' $PDO_OCI_DIR/orainst/unix.rgs | sed 's/  */:/g' | cut -d: -f 6 | cut -c 2-4`
-     test -z "$PDO_OCI_VERSION" && PDO_OCI_VERSION=7.3
-@@ -74260,7 +75193,7 @@
-   done
-   echo $ac_n "checking for OCIEnvCreate in -lclntsh""... $ac_c" 1>&6
--echo "configure:74264: checking for OCIEnvCreate in -lclntsh" >&5
-+echo "configure:75197: checking for OCIEnvCreate in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIEnvCreate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -74268,7 +75201,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 74272 "configure"
-+#line 75205 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -74279,7 +75212,7 @@
- OCIEnvCreate()
- ; return 0; }
- EOF
--if { (eval echo configure:74283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:75216: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -74413,7 +75346,7 @@
-   done
-   echo $ac_n "checking for OCIEnvNlsCreate in -lclntsh""... $ac_c" 1>&6
--echo "configure:74417: checking for OCIEnvNlsCreate in -lclntsh" >&5
-+echo "configure:75350: checking for OCIEnvNlsCreate in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIEnvNlsCreate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -74421,7 +75354,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 74425 "configure"
-+#line 75358 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -74432,7 +75365,7 @@
- OCIEnvNlsCreate()
- ; return 0; }
- EOF
--if { (eval echo configure:74436: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:75369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -74566,7 +75499,7 @@
-   done
-   echo $ac_n "checking for OCILobIsTemporary in -lclntsh""... $ac_c" 1>&6
--echo "configure:74570: checking for OCILobIsTemporary in -lclntsh" >&5
-+echo "configure:75503: checking for OCILobIsTemporary in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCILobIsTemporary | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -74574,7 +75507,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 74578 "configure"
-+#line 75511 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -74585,7 +75518,7 @@
- OCILobIsTemporary()
- ; return 0; }
- EOF
--if { (eval echo configure:74589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:75522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -74715,7 +75648,7 @@
-   done
-   echo $ac_n "checking for OCILobIsTemporary in -locijdbc8""... $ac_c" 1>&6
--echo "configure:74719: checking for OCILobIsTemporary in -locijdbc8" >&5
-+echo "configure:75652: checking for OCILobIsTemporary in -locijdbc8" >&5
- ac_lib_var=`echo ocijdbc8'_'OCILobIsTemporary | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -74723,7 +75656,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-locijdbc8  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 74727 "configure"
-+#line 75660 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -74734,7 +75667,7 @@
- OCILobIsTemporary()
- ; return 0; }
- EOF
--if { (eval echo configure:74738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:75671: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -74895,7 +75828,7 @@
-   done
-   echo $ac_n "checking for OCICollAssign in -lclntsh""... $ac_c" 1>&6
--echo "configure:74899: checking for OCICollAssign in -lclntsh" >&5
-+echo "configure:75832: checking for OCICollAssign in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCICollAssign | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -74903,7 +75836,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 74907 "configure"
-+#line 75840 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -74914,7 +75847,7 @@
- OCICollAssign()
- ; return 0; }
- EOF
--if { (eval echo configure:74918: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:75851: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -75048,7 +75981,7 @@
-   done
-   echo $ac_n "checking for OCIStmtFetch2 in -lclntsh""... $ac_c" 1>&6
--echo "configure:75052: checking for OCIStmtFetch2 in -lclntsh" >&5
-+echo "configure:75985: checking for OCIStmtFetch2 in -lclntsh" >&5
- ac_lib_var=`echo clntsh'_'OCIStmtFetch2 | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -75056,7 +75989,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lclntsh  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 75060 "configure"
-+#line 75993 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -75067,7 +76000,7 @@
- OCIStmtFetch2()
- ; return 0; }
- EOF
--if { (eval echo configure:75071: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:76004: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -75106,13 +76039,13 @@
-   
-     
-   echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:75110: checking for PDO includes" >&5
-+echo "configure:76043: checking for PDO includes" >&5
- if eval "test \"`echo '$''{'pdo_inc_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:75116: checking for PDO includes" >&5
-+echo "configure:76049: checking for PDO includes" >&5
-     if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-       pdo_inc_path=$abs_srcdir/ext
-     elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
-@@ -75472,7 +76405,7 @@
- php_with_pdo_odbc=no
- echo $ac_n "checking for ODBC v3 support for PDO""... $ac_c" 1>&6
--echo "configure:75476: checking for ODBC v3 support for PDO" >&5
-+echo "configure:76409: checking for ODBC v3 support for PDO" >&5
- # Check whether --with-pdo-odbc or --without-pdo-odbc was given.
- if test "${with_pdo_odbc+set}" = set; then
-   withval="$with_pdo_odbc"
-@@ -75523,13 +76456,13 @@
-   
-     
-   echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:75527: checking for PDO includes" >&5
-+echo "configure:76460: checking for PDO includes" >&5
- if eval "test \"`echo '$''{'pdo_inc_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:75533: checking for PDO includes" >&5
-+echo "configure:76466: checking for PDO includes" >&5
-     if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-       pdo_inc_path=$abs_srcdir/ext
-     elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
-@@ -75550,7 +76483,7 @@
-   
-   echo $ac_n "checking for selected PDO ODBC flavour""... $ac_c" 1>&6
--echo "configure:75554: checking for selected PDO ODBC flavour" >&5
-+echo "configure:76487: checking for selected PDO ODBC flavour" >&5
-   pdo_odbc_flavour="`echo $PHP_PDO_ODBC | cut -d, -f1`"
-   pdo_odbc_dir="`echo $PHP_PDO_ODBC | cut -d, -f2`"
-@@ -75623,7 +76556,7 @@
-   
-   echo $ac_n "checking for odbc.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75627: checking for odbc.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76560: checking for odbc.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/odbc.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75637,7 +76570,7 @@
-   
-   echo $ac_n "checking for odbcsdk.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75641: checking for odbcsdk.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76574: checking for odbcsdk.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/odbcsdk.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75651,7 +76584,7 @@
-   
-   echo $ac_n "checking for iodbc.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75655: checking for iodbc.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76588: checking for iodbc.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/iodbc.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75665,7 +76598,7 @@
-   
-   echo $ac_n "checking for sqlunix.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75669: checking for sqlunix.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76602: checking for sqlunix.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/sqlunix.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75679,7 +76612,7 @@
-   
-   echo $ac_n "checking for sqltypes.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75683: checking for sqltypes.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76616: checking for sqltypes.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/sqltypes.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75693,7 +76626,7 @@
-   
-   echo $ac_n "checking for sqlucode.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75697: checking for sqlucode.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76630: checking for sqlucode.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/sqlucode.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75707,7 +76640,7 @@
-   
-   echo $ac_n "checking for sql.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75711: checking for sql.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76644: checking for sql.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/sql.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75721,7 +76654,7 @@
-   
-   echo $ac_n "checking for isql.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75725: checking for isql.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76658: checking for isql.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/isql.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75735,7 +76668,7 @@
-   
-   echo $ac_n "checking for sqlext.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75739: checking for sqlext.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76672: checking for sqlext.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/sqlext.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75749,7 +76682,7 @@
-   
-   echo $ac_n "checking for isqlext.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75753: checking for isqlext.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76686: checking for isqlext.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/isqlext.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75763,7 +76696,7 @@
-   
-   echo $ac_n "checking for udbcext.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75767: checking for udbcext.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76700: checking for udbcext.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/udbcext.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75777,7 +76710,7 @@
-   
-   echo $ac_n "checking for sqlcli1.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75781: checking for sqlcli1.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76714: checking for sqlcli1.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/sqlcli1.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75791,7 +76724,7 @@
-   
-   echo $ac_n "checking for LibraryManager.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75795: checking for LibraryManager.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76728: checking for LibraryManager.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/LibraryManager.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75805,7 +76738,7 @@
-   
-   echo $ac_n "checking for cli0core.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75809: checking for cli0core.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76742: checking for cli0core.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/cli0core.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75819,7 +76752,7 @@
-   
-   echo $ac_n "checking for cli0ext.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75823: checking for cli0ext.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76756: checking for cli0ext.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/cli0ext.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75833,7 +76766,7 @@
-   
-   echo $ac_n "checking for cli0cli.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75837: checking for cli0cli.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76770: checking for cli0cli.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/cli0cli.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75847,7 +76780,7 @@
-   
-   echo $ac_n "checking for cli0defs.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75851: checking for cli0defs.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76784: checking for cli0defs.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/cli0defs.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -75861,7 +76794,7 @@
-   
-   echo $ac_n "checking for cli0env.h in $PDO_ODBC_INCDIR""... $ac_c" 1>&6
--echo "configure:75865: checking for cli0env.h in $PDO_ODBC_INCDIR" >&5
-+echo "configure:76798: checking for cli0env.h in $PDO_ODBC_INCDIR" >&5
-   if test -f "$PDO_ODBC_INCDIR/cli0env.h"; then
-     php_pdo_have_header=yes
-     cat >> confdefs.h <<\EOF
-@@ -76067,7 +77000,7 @@
-   done
-   echo $ac_n "checking for SQLBindCol in -l$pdo_odbc_def_lib""... $ac_c" 1>&6
--echo "configure:76071: checking for SQLBindCol in -l$pdo_odbc_def_lib" >&5
-+echo "configure:77004: checking for SQLBindCol in -l$pdo_odbc_def_lib" >&5
- ac_lib_var=`echo $pdo_odbc_def_lib'_'SQLBindCol | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -76075,7 +77008,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$pdo_odbc_def_lib  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 76079 "configure"
-+#line 77012 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -76086,7 +77019,7 @@
- SQLBindCol()
- ; return 0; }
- EOF
--if { (eval echo configure:76090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -76201,7 +77134,7 @@
-   done
-   echo $ac_n "checking for SQLAllocHandle in -l$pdo_odbc_def_lib""... $ac_c" 1>&6
--echo "configure:76205: checking for SQLAllocHandle in -l$pdo_odbc_def_lib" >&5
-+echo "configure:77138: checking for SQLAllocHandle in -l$pdo_odbc_def_lib" >&5
- ac_lib_var=`echo $pdo_odbc_def_lib'_'SQLAllocHandle | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -76209,7 +77142,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$pdo_odbc_def_lib  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 76213 "configure"
-+#line 77146 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -76220,7 +77153,7 @@
- SQLAllocHandle()
- ; return 0; }
- EOF
--if { (eval echo configure:76224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77157: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -76587,7 +77520,7 @@
- php_with_pdo_pgsql=no
- echo $ac_n "checking for PostgreSQL support for PDO""... $ac_c" 1>&6
--echo "configure:76591: checking for PostgreSQL support for PDO" >&5
-+echo "configure:77524: checking for PostgreSQL support for PDO" >&5
- # Check whether --with-pdo-pgsql or --without-pdo-pgsql was given.
- if test "${with_pdo_pgsql+set}" = set; then
-   withval="$with_pdo_pgsql"
-@@ -76644,7 +77577,7 @@
-   echo $ac_n "checking for pg_config""... $ac_c" 1>&6
--echo "configure:76648: checking for pg_config" >&5
-+echo "configure:77581: checking for pg_config" >&5
-   for i in $PHP_PDO_PGSQL $PHP_PDO_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
-     if test -x $i/pg_config; then
-       PG_CONFIG="$i/pg_config"
-@@ -76708,13 +77641,13 @@
-   echo $ac_n "checking for openssl dependencies""... $ac_c" 1>&6
--echo "configure:76712: checking for openssl dependencies" >&5
-+echo "configure:77645: checking for openssl dependencies" >&5
-   if grep -q openssl $PGSQL_INCLUDE/libpq-fe.h ; then
-     echo "$ac_t""yes" 1>&6
-         # Extract the first word of "pkg-config", so it can be a program name with args.
- set dummy pkg-config; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:76718: checking for $ac_word" >&5
-+echo "configure:77651: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -76758,7 +77691,7 @@
-   old_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS -L$PGSQL_LIBDIR"
-   echo $ac_n "checking for PQescapeString in -lpq""... $ac_c" 1>&6
--echo "configure:76762: checking for PQescapeString in -lpq" >&5
-+echo "configure:77695: checking for PQescapeString in -lpq" >&5
- ac_lib_var=`echo pq'_'PQescapeString | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -76766,7 +77699,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 76770 "configure"
-+#line 77703 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -76777,7 +77710,7 @@
- PQescapeString()
- ; return 0; }
- EOF
--if { (eval echo configure:76781: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77714: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -76801,7 +77734,7 @@
- fi
-   echo $ac_n "checking for PQescapeStringConn in -lpq""... $ac_c" 1>&6
--echo "configure:76805: checking for PQescapeStringConn in -lpq" >&5
-+echo "configure:77738: checking for PQescapeStringConn in -lpq" >&5
- ac_lib_var=`echo pq'_'PQescapeStringConn | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -76809,7 +77742,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 76813 "configure"
-+#line 77746 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -76820,7 +77753,7 @@
- PQescapeStringConn()
- ; return 0; }
- EOF
--if { (eval echo configure:76824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77757: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -76844,7 +77777,7 @@
- fi
-   echo $ac_n "checking for PQescapeByteaConn in -lpq""... $ac_c" 1>&6
--echo "configure:76848: checking for PQescapeByteaConn in -lpq" >&5
-+echo "configure:77781: checking for PQescapeByteaConn in -lpq" >&5
- ac_lib_var=`echo pq'_'PQescapeByteaConn | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -76852,7 +77785,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 76856 "configure"
-+#line 77789 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -76863,7 +77796,7 @@
- PQescapeByteaConn()
- ; return 0; }
- EOF
--if { (eval echo configure:76867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -76887,7 +77820,7 @@
- fi
-   echo $ac_n "checking for PQsetnonblocking in -lpq""... $ac_c" 1>&6
--echo "configure:76891: checking for PQsetnonblocking in -lpq" >&5
-+echo "configure:77824: checking for PQsetnonblocking in -lpq" >&5
- ac_lib_var=`echo pq'_'PQsetnonblocking | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -76895,7 +77828,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 76899 "configure"
-+#line 77832 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -76906,7 +77839,7 @@
- PQsetnonblocking()
- ; return 0; }
- EOF
--if { (eval echo configure:76910: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77843: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -76930,7 +77863,7 @@
- fi
-   echo $ac_n "checking for PQcmdTuples in -lpq""... $ac_c" 1>&6
--echo "configure:76934: checking for PQcmdTuples in -lpq" >&5
-+echo "configure:77867: checking for PQcmdTuples in -lpq" >&5
- ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -76938,7 +77871,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 76942 "configure"
-+#line 77875 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -76949,7 +77882,7 @@
- PQcmdTuples()
- ; return 0; }
- EOF
--if { (eval echo configure:76953: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -76973,7 +77906,7 @@
- fi
-   echo $ac_n "checking for PQoidValue in -lpq""... $ac_c" 1>&6
--echo "configure:76977: checking for PQoidValue in -lpq" >&5
-+echo "configure:77910: checking for PQoidValue in -lpq" >&5
- ac_lib_var=`echo pq'_'PQoidValue | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -76981,7 +77914,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 76985 "configure"
-+#line 77918 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -76992,7 +77925,7 @@
- PQoidValue()
- ; return 0; }
- EOF
--if { (eval echo configure:76996: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77929: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77016,7 +77949,7 @@
- fi
-   echo $ac_n "checking for PQclientEncoding in -lpq""... $ac_c" 1>&6
--echo "configure:77020: checking for PQclientEncoding in -lpq" >&5
-+echo "configure:77953: checking for PQclientEncoding in -lpq" >&5
- ac_lib_var=`echo pq'_'PQclientEncoding | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77024,7 +77957,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77028 "configure"
-+#line 77961 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77035,7 +77968,7 @@
- PQclientEncoding()
- ; return 0; }
- EOF
--if { (eval echo configure:77039: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:77972: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77059,7 +77992,7 @@
- fi
-   echo $ac_n "checking for PQparameterStatus in -lpq""... $ac_c" 1>&6
--echo "configure:77063: checking for PQparameterStatus in -lpq" >&5
-+echo "configure:77996: checking for PQparameterStatus in -lpq" >&5
- ac_lib_var=`echo pq'_'PQparameterStatus | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77067,7 +78000,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77071 "configure"
-+#line 78004 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77078,7 +78011,7 @@
- PQparameterStatus()
- ; return 0; }
- EOF
--if { (eval echo configure:77082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:78015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77102,7 +78035,7 @@
- fi
-   echo $ac_n "checking for PQprotocolVersion in -lpq""... $ac_c" 1>&6
--echo "configure:77106: checking for PQprotocolVersion in -lpq" >&5
-+echo "configure:78039: checking for PQprotocolVersion in -lpq" >&5
- ac_lib_var=`echo pq'_'PQprotocolVersion | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77110,7 +78043,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77114 "configure"
-+#line 78047 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77121,7 +78054,7 @@
- PQprotocolVersion()
- ; return 0; }
- EOF
--if { (eval echo configure:77125: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:78058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77145,7 +78078,7 @@
- fi
-   echo $ac_n "checking for PQtransactionStatus in -lpq""... $ac_c" 1>&6
--echo "configure:77149: checking for PQtransactionStatus in -lpq" >&5
-+echo "configure:78082: checking for PQtransactionStatus in -lpq" >&5
- ac_lib_var=`echo pq'_'PQtransactionStatus | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77153,7 +78086,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77157 "configure"
-+#line 78090 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77164,7 +78097,7 @@
- PQtransactionStatus()
- ; return 0; }
- EOF
--if { (eval echo configure:77168: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:78101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77188,7 +78121,7 @@
- fi
-   echo $ac_n "checking for PQunescapeBytea in -lpq""... $ac_c" 1>&6
--echo "configure:77192: checking for PQunescapeBytea in -lpq" >&5
-+echo "configure:78125: checking for PQunescapeBytea in -lpq" >&5
- ac_lib_var=`echo pq'_'PQunescapeBytea | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77196,7 +78129,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77200 "configure"
-+#line 78133 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77207,7 +78140,7 @@
- PQunescapeBytea()
- ; return 0; }
- EOF
--if { (eval echo configure:77211: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:78144: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77231,7 +78164,7 @@
- fi
-   echo $ac_n "checking for PQExecParams in -lpq""... $ac_c" 1>&6
--echo "configure:77235: checking for PQExecParams in -lpq" >&5
-+echo "configure:78168: checking for PQExecParams in -lpq" >&5
- ac_lib_var=`echo pq'_'PQExecParams | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77239,7 +78172,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77243 "configure"
-+#line 78176 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77250,7 +78183,7 @@
- PQExecParams()
- ; return 0; }
- EOF
--if { (eval echo configure:77254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:78187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77274,7 +78207,7 @@
- fi
-   echo $ac_n "checking for PQresultErrorField in -lpq""... $ac_c" 1>&6
--echo "configure:77278: checking for PQresultErrorField in -lpq" >&5
-+echo "configure:78211: checking for PQresultErrorField in -lpq" >&5
- ac_lib_var=`echo pq'_'PQresultErrorField | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77282,7 +78215,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77286 "configure"
-+#line 78219 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77293,7 +78226,7 @@
- PQresultErrorField()
- ; return 0; }
- EOF
--if { (eval echo configure:77297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:78230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77317,7 +78250,7 @@
- fi
-   echo $ac_n "checking for pg_encoding_to_char in -lpq""... $ac_c" 1>&6
--echo "configure:77321: checking for pg_encoding_to_char in -lpq" >&5
-+echo "configure:78254: checking for pg_encoding_to_char in -lpq" >&5
- ac_lib_var=`echo pq'_'pg_encoding_to_char | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77325,7 +78258,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77329 "configure"
-+#line 78262 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77336,7 +78269,7 @@
- pg_encoding_to_char()
- ; return 0; }
- EOF
--if { (eval echo configure:77340: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:78273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77361,7 +78294,7 @@
-   
-   echo $ac_n "checking for PQprepare in -lpq""... $ac_c" 1>&6
--echo "configure:77365: checking for PQprepare in -lpq" >&5
-+echo "configure:78298: checking for PQprepare in -lpq" >&5
- ac_lib_var=`echo pq'_'PQprepare | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -77369,7 +78302,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 77373 "configure"
-+#line 78306 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -77380,7 +78313,7 @@
- PQprepare()
- ; return 0; }
- EOF
--if { (eval echo configure:77384: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:78317: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -77543,13 +78476,13 @@
-   
-     
-   echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:77547: checking for PDO includes" >&5
-+echo "configure:78480: checking for PDO includes" >&5
- if eval "test \"`echo '$''{'pdo_inc_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:77553: checking for PDO includes" >&5
-+echo "configure:78486: checking for PDO includes" >&5
-     if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-       pdo_inc_path=$abs_srcdir/ext
-     elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
-@@ -77882,7 +78815,7 @@
- php_with_pdo_sqlite=yes
- echo $ac_n "checking for sqlite 3 support for PDO""... $ac_c" 1>&6
--echo "configure:77886: checking for sqlite 3 support for PDO" >&5
-+echo "configure:78819: checking for sqlite 3 support for PDO" >&5
- # Check whether --with-pdo-sqlite or --without-pdo-sqlite was given.
- if test "${with_pdo_sqlite+set}" = set; then
-   withval="$with_pdo_sqlite"
-@@ -77930,13 +78863,13 @@
-   
-     
-   echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:77934: checking for PDO includes" >&5
-+echo "configure:78867: checking for PDO includes" >&5
- if eval "test \"`echo '$''{'pdo_inc_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:77940: checking for PDO includes" >&5
-+echo "configure:78873: checking for PDO includes" >&5
-     if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-       pdo_inc_path=$abs_srcdir/ext
-     elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
-@@ -77965,7 +78898,7 @@
-       PDO_SQLITE_DIR=$PHP_PDO_SQLITE
-     else # search default path list
-       echo $ac_n "checking for sqlite3 files in default path""... $ac_c" 1>&6
--echo "configure:77969: checking for sqlite3 files in default path" >&5
-+echo "configure:78902: checking for sqlite3 files in default path" >&5
-       for i in $SEARCH_PATH ; do
-         if test -r $i/$SEARCH_FOR; then
-           PDO_SQLITE_DIR=$i
-@@ -78111,7 +79044,7 @@
-   done
-   echo $ac_n "checking for $LIBSYMBOL in -l$LIBNAME""... $ac_c" 1>&6
--echo "configure:78115: checking for $LIBSYMBOL in -l$LIBNAME" >&5
-+echo "configure:79048: checking for $LIBSYMBOL in -l$LIBNAME" >&5
- ac_lib_var=`echo $LIBNAME'_'$LIBSYMBOL | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -78119,7 +79052,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 78123 "configure"
-+#line 79056 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -78130,7 +79063,7 @@
- $LIBSYMBOL()
- ; return 0; }
- EOF
--if { (eval echo configure:78134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:79067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -78360,7 +79293,7 @@
-   done
-   echo $ac_n "checking for sqlite3_key in -lsqlite3""... $ac_c" 1>&6
--echo "configure:78364: checking for sqlite3_key in -lsqlite3" >&5
-+echo "configure:79297: checking for sqlite3_key in -lsqlite3" >&5
- ac_lib_var=`echo sqlite3'_'sqlite3_key | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -78368,7 +79301,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsqlite3  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 78372 "configure"
-+#line 79305 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -78379,7 +79312,7 @@
- sqlite3_key()
- ; return 0; }
- EOF
--if { (eval echo configure:78383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:79316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79010,7 +79943,7 @@
-   
-       echo $ac_n "checking size of char *""... $ac_c" 1>&6
--echo "configure:79014: checking size of char *" >&5
-+echo "configure:79947: checking size of char *" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_char_p'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -79018,18 +79951,18 @@
-   ac_cv_sizeof_char_p=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 79022 "configure"
-+#line 79955 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(char *));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:79033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:79966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_char_p=`cat conftestval`
- else
-@@ -79076,12 +80009,12 @@
-       for ac_func in usleep nanosleep
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:79080: checking for $ac_func" >&5
-+echo "configure:80013: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 79085 "configure"
-+#line 80018 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -79104,7 +80037,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:79108: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80041: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -79132,17 +80065,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:79136: checking for $ac_hdr" >&5
-+echo "configure:80069: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 79141 "configure"
-+#line 80074 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:79146: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:80079: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -79266,7 +80199,7 @@
-   done
-   echo $ac_n "checking for fdatasync in -lrt""... $ac_c" 1>&6
--echo "configure:79270: checking for fdatasync in -lrt" >&5
-+echo "configure:80203: checking for fdatasync in -lrt" >&5
- ac_lib_var=`echo rt'_'fdatasync | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79274,7 +80207,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lrt  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79278 "configure"
-+#line 80211 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79285,7 +80218,7 @@
- fdatasync()
- ; return 0; }
- EOF
--if { (eval echo configure:79289: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80222: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79368,7 +80301,7 @@
- php_with_pgsql=no
- echo $ac_n "checking for PostgreSQL support""... $ac_c" 1>&6
--echo "configure:79372: checking for PostgreSQL support" >&5
-+echo "configure:80305: checking for PostgreSQL support" >&5
- # Check whether --with-pgsql or --without-pgsql was given.
- if test "${with_pgsql+set}" = set; then
-   withval="$with_pgsql"
-@@ -79425,7 +80358,7 @@
-   echo $ac_n "checking for pg_config""... $ac_c" 1>&6
--echo "configure:79429: checking for pg_config" >&5
-+echo "configure:80362: checking for pg_config" >&5
-   for i in $PHP_PGSQL $PHP_PGSQL/bin /usr/local/pgsql/bin /usr/local/bin /usr/bin ""; do
-       if test -x $i/pg_config; then
-       PG_CONFIG="$i/pg_config"
-@@ -79493,7 +80426,7 @@
-   old_LDFLAGS=$LDFLAGS
-   LDFLAGS="$LDFLAGS -L$PGSQL_LIBDIR"
-   echo $ac_n "checking for PQescapeString in -lpq""... $ac_c" 1>&6
--echo "configure:79497: checking for PQescapeString in -lpq" >&5
-+echo "configure:80430: checking for PQescapeString in -lpq" >&5
- ac_lib_var=`echo pq'_'PQescapeString | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79501,7 +80434,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79505 "configure"
-+#line 80438 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79512,7 +80445,7 @@
- PQescapeString()
- ; return 0; }
- EOF
--if { (eval echo configure:79516: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80449: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79536,7 +80469,7 @@
- fi
-   echo $ac_n "checking for PQunescapeBytea in -lpq""... $ac_c" 1>&6
--echo "configure:79540: checking for PQunescapeBytea in -lpq" >&5
-+echo "configure:80473: checking for PQunescapeBytea in -lpq" >&5
- ac_lib_var=`echo pq'_'PQunescapeBytea | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79544,7 +80477,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79548 "configure"
-+#line 80481 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79555,7 +80488,7 @@
- PQunescapeBytea()
- ; return 0; }
- EOF
--if { (eval echo configure:79559: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80492: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79579,7 +80512,7 @@
- fi
-   echo $ac_n "checking for PQsetnonblocking in -lpq""... $ac_c" 1>&6
--echo "configure:79583: checking for PQsetnonblocking in -lpq" >&5
-+echo "configure:80516: checking for PQsetnonblocking in -lpq" >&5
- ac_lib_var=`echo pq'_'PQsetnonblocking | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79587,7 +80520,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79591 "configure"
-+#line 80524 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79598,7 +80531,7 @@
- PQsetnonblocking()
- ; return 0; }
- EOF
--if { (eval echo configure:79602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79622,7 +80555,7 @@
- fi
-   echo $ac_n "checking for PQcmdTuples in -lpq""... $ac_c" 1>&6
--echo "configure:79626: checking for PQcmdTuples in -lpq" >&5
-+echo "configure:80559: checking for PQcmdTuples in -lpq" >&5
- ac_lib_var=`echo pq'_'PQcmdTuples | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79630,7 +80563,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79634 "configure"
-+#line 80567 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79641,7 +80574,7 @@
- PQcmdTuples()
- ; return 0; }
- EOF
--if { (eval echo configure:79645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79665,7 +80598,7 @@
- fi
-   echo $ac_n "checking for PQoidValue in -lpq""... $ac_c" 1>&6
--echo "configure:79669: checking for PQoidValue in -lpq" >&5
-+echo "configure:80602: checking for PQoidValue in -lpq" >&5
- ac_lib_var=`echo pq'_'PQoidValue | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79673,7 +80606,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79677 "configure"
-+#line 80610 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79684,7 +80617,7 @@
- PQoidValue()
- ; return 0; }
- EOF
--if { (eval echo configure:79688: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79708,7 +80641,7 @@
- fi
-   echo $ac_n "checking for PQclientEncoding in -lpq""... $ac_c" 1>&6
--echo "configure:79712: checking for PQclientEncoding in -lpq" >&5
-+echo "configure:80645: checking for PQclientEncoding in -lpq" >&5
- ac_lib_var=`echo pq'_'PQclientEncoding | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79716,7 +80649,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79720 "configure"
-+#line 80653 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79727,7 +80660,7 @@
- PQclientEncoding()
- ; return 0; }
- EOF
--if { (eval echo configure:79731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79751,7 +80684,7 @@
- fi
-   echo $ac_n "checking for PQparameterStatus in -lpq""... $ac_c" 1>&6
--echo "configure:79755: checking for PQparameterStatus in -lpq" >&5
-+echo "configure:80688: checking for PQparameterStatus in -lpq" >&5
- ac_lib_var=`echo pq'_'PQparameterStatus | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79759,7 +80692,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79763 "configure"
-+#line 80696 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79770,7 +80703,7 @@
- PQparameterStatus()
- ; return 0; }
- EOF
--if { (eval echo configure:79774: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79794,7 +80727,7 @@
- fi
-   echo $ac_n "checking for PQprotocolVersion in -lpq""... $ac_c" 1>&6
--echo "configure:79798: checking for PQprotocolVersion in -lpq" >&5
-+echo "configure:80731: checking for PQprotocolVersion in -lpq" >&5
- ac_lib_var=`echo pq'_'PQprotocolVersion | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79802,7 +80735,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79806 "configure"
-+#line 80739 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79813,7 +80746,7 @@
- PQprotocolVersion()
- ; return 0; }
- EOF
--if { (eval echo configure:79817: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80750: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79837,7 +80770,7 @@
- fi
-   echo $ac_n "checking for PQtransactionStatus in -lpq""... $ac_c" 1>&6
--echo "configure:79841: checking for PQtransactionStatus in -lpq" >&5
-+echo "configure:80774: checking for PQtransactionStatus in -lpq" >&5
- ac_lib_var=`echo pq'_'PQtransactionStatus | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79845,7 +80778,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79849 "configure"
-+#line 80782 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79856,7 +80789,7 @@
- PQtransactionStatus()
- ; return 0; }
- EOF
--if { (eval echo configure:79860: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80793: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79880,7 +80813,7 @@
- fi
-   echo $ac_n "checking for PQexecParams in -lpq""... $ac_c" 1>&6
--echo "configure:79884: checking for PQexecParams in -lpq" >&5
-+echo "configure:80817: checking for PQexecParams in -lpq" >&5
- ac_lib_var=`echo pq'_'PQexecParams | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79888,7 +80821,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79892 "configure"
-+#line 80825 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79899,7 +80832,7 @@
- PQexecParams()
- ; return 0; }
- EOF
--if { (eval echo configure:79903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80836: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79923,7 +80856,7 @@
- fi
-   echo $ac_n "checking for PQprepare in -lpq""... $ac_c" 1>&6
--echo "configure:79927: checking for PQprepare in -lpq" >&5
-+echo "configure:80860: checking for PQprepare in -lpq" >&5
- ac_lib_var=`echo pq'_'PQprepare | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79931,7 +80864,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79935 "configure"
-+#line 80868 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79942,7 +80875,7 @@
- PQprepare()
- ; return 0; }
- EOF
--if { (eval echo configure:79946: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80879: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -79966,7 +80899,7 @@
- fi
-   echo $ac_n "checking for PQexecPrepared in -lpq""... $ac_c" 1>&6
--echo "configure:79970: checking for PQexecPrepared in -lpq" >&5
-+echo "configure:80903: checking for PQexecPrepared in -lpq" >&5
- ac_lib_var=`echo pq'_'PQexecPrepared | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -79974,7 +80907,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 79978 "configure"
-+#line 80911 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -79985,7 +80918,7 @@
- PQexecPrepared()
- ; return 0; }
- EOF
--if { (eval echo configure:79989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80922: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80009,7 +80942,7 @@
- fi
-   echo $ac_n "checking for PQresultErrorField in -lpq""... $ac_c" 1>&6
--echo "configure:80013: checking for PQresultErrorField in -lpq" >&5
-+echo "configure:80946: checking for PQresultErrorField in -lpq" >&5
- ac_lib_var=`echo pq'_'PQresultErrorField | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80017,7 +80950,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80021 "configure"
-+#line 80954 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80028,7 +80961,7 @@
- PQresultErrorField()
- ; return 0; }
- EOF
--if { (eval echo configure:80032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:80965: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80052,7 +80985,7 @@
- fi
-   echo $ac_n "checking for PQsendQueryParams in -lpq""... $ac_c" 1>&6
--echo "configure:80056: checking for PQsendQueryParams in -lpq" >&5
-+echo "configure:80989: checking for PQsendQueryParams in -lpq" >&5
- ac_lib_var=`echo pq'_'PQsendQueryParams | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80060,7 +80993,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80064 "configure"
-+#line 80997 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80071,7 +81004,7 @@
- PQsendQueryParams()
- ; return 0; }
- EOF
--if { (eval echo configure:80075: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81008: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80095,7 +81028,7 @@
- fi
-   echo $ac_n "checking for PQsendPrepare in -lpq""... $ac_c" 1>&6
--echo "configure:80099: checking for PQsendPrepare in -lpq" >&5
-+echo "configure:81032: checking for PQsendPrepare in -lpq" >&5
- ac_lib_var=`echo pq'_'PQsendPrepare | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80103,7 +81036,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80107 "configure"
-+#line 81040 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80114,7 +81047,7 @@
- PQsendPrepare()
- ; return 0; }
- EOF
--if { (eval echo configure:80118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80138,7 +81071,7 @@
- fi
-   echo $ac_n "checking for PQsendQueryPrepared in -lpq""... $ac_c" 1>&6
--echo "configure:80142: checking for PQsendQueryPrepared in -lpq" >&5
-+echo "configure:81075: checking for PQsendQueryPrepared in -lpq" >&5
- ac_lib_var=`echo pq'_'PQsendQueryPrepared | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80146,7 +81079,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80150 "configure"
-+#line 81083 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80157,7 +81090,7 @@
- PQsendQueryPrepared()
- ; return 0; }
- EOF
--if { (eval echo configure:80161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81094: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80181,7 +81114,7 @@
- fi
-   echo $ac_n "checking for PQputCopyData in -lpq""... $ac_c" 1>&6
--echo "configure:80185: checking for PQputCopyData in -lpq" >&5
-+echo "configure:81118: checking for PQputCopyData in -lpq" >&5
- ac_lib_var=`echo pq'_'PQputCopyData | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80189,7 +81122,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80193 "configure"
-+#line 81126 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80200,7 +81133,7 @@
- PQputCopyData()
- ; return 0; }
- EOF
--if { (eval echo configure:80204: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81137: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80224,7 +81157,7 @@
- fi
-   echo $ac_n "checking for PQputCopyEnd in -lpq""... $ac_c" 1>&6
--echo "configure:80228: checking for PQputCopyEnd in -lpq" >&5
-+echo "configure:81161: checking for PQputCopyEnd in -lpq" >&5
- ac_lib_var=`echo pq'_'PQputCopyEnd | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80232,7 +81165,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80236 "configure"
-+#line 81169 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80243,7 +81176,7 @@
- PQputCopyEnd()
- ; return 0; }
- EOF
--if { (eval echo configure:80247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81180: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80267,7 +81200,7 @@
- fi
-   echo $ac_n "checking for PQgetCopyData in -lpq""... $ac_c" 1>&6
--echo "configure:80271: checking for PQgetCopyData in -lpq" >&5
-+echo "configure:81204: checking for PQgetCopyData in -lpq" >&5
- ac_lib_var=`echo pq'_'PQgetCopyData | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80275,7 +81208,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80279 "configure"
-+#line 81212 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80286,7 +81219,7 @@
- PQgetCopyData()
- ; return 0; }
- EOF
--if { (eval echo configure:80290: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80310,7 +81243,7 @@
- fi
-   echo $ac_n "checking for PQfreemem in -lpq""... $ac_c" 1>&6
--echo "configure:80314: checking for PQfreemem in -lpq" >&5
-+echo "configure:81247: checking for PQfreemem in -lpq" >&5
- ac_lib_var=`echo pq'_'PQfreemem | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80318,7 +81251,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80322 "configure"
-+#line 81255 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80329,7 +81262,7 @@
- PQfreemem()
- ; return 0; }
- EOF
--if { (eval echo configure:80333: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80353,7 +81286,7 @@
- fi
-   echo $ac_n "checking for PQsetErrorVerbosity in -lpq""... $ac_c" 1>&6
--echo "configure:80357: checking for PQsetErrorVerbosity in -lpq" >&5
-+echo "configure:81290: checking for PQsetErrorVerbosity in -lpq" >&5
- ac_lib_var=`echo pq'_'PQsetErrorVerbosity | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80361,7 +81294,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80365 "configure"
-+#line 81298 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80372,7 +81305,7 @@
- PQsetErrorVerbosity()
- ; return 0; }
- EOF
--if { (eval echo configure:80376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80396,7 +81329,7 @@
- fi
-   echo $ac_n "checking for PQftable in -lpq""... $ac_c" 1>&6
--echo "configure:80400: checking for PQftable in -lpq" >&5
-+echo "configure:81333: checking for PQftable in -lpq" >&5
- ac_lib_var=`echo pq'_'PQftable | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80404,7 +81337,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80408 "configure"
-+#line 81341 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80415,7 +81348,7 @@
- PQftable()
- ; return 0; }
- EOF
--if { (eval echo configure:80419: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80439,7 +81372,7 @@
- fi
-   echo $ac_n "checking for PQescapeStringConn in -lpq""... $ac_c" 1>&6
--echo "configure:80443: checking for PQescapeStringConn in -lpq" >&5
-+echo "configure:81376: checking for PQescapeStringConn in -lpq" >&5
- ac_lib_var=`echo pq'_'PQescapeStringConn | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80447,7 +81380,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80451 "configure"
-+#line 81384 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80458,7 +81391,7 @@
- PQescapeStringConn()
- ; return 0; }
- EOF
--if { (eval echo configure:80462: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81395: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80482,7 +81415,7 @@
- fi
-   echo $ac_n "checking for PQescapeByteaConn in -lpq""... $ac_c" 1>&6
--echo "configure:80486: checking for PQescapeByteaConn in -lpq" >&5
-+echo "configure:81419: checking for PQescapeByteaConn in -lpq" >&5
- ac_lib_var=`echo pq'_'PQescapeByteaConn | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80490,7 +81423,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80494 "configure"
-+#line 81427 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80501,7 +81434,7 @@
- PQescapeByteaConn()
- ; return 0; }
- EOF
--if { (eval echo configure:80505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80525,7 +81458,7 @@
- fi
-   echo $ac_n "checking for pg_encoding_to_char in -lpq""... $ac_c" 1>&6
--echo "configure:80529: checking for pg_encoding_to_char in -lpq" >&5
-+echo "configure:81462: checking for pg_encoding_to_char in -lpq" >&5
- ac_lib_var=`echo pq'_'pg_encoding_to_char | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -80533,7 +81466,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lpq  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 80537 "configure"
-+#line 81470 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -80544,7 +81477,7 @@
- pg_encoding_to_char()
- ; return 0; }
- EOF
--if { (eval echo configure:80548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:81481: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -80993,7 +81926,7 @@
- php_enable_posix=yes
- echo $ac_n "checking whether to enable POSIX-like functions""... $ac_c" 1>&6
--echo "configure:80997: checking whether to enable POSIX-like functions" >&5
-+echo "configure:81930: checking whether to enable POSIX-like functions" >&5
- # Check whether --enable-posix or --disable-posix was given.
- if test "${enable_posix+set}" = set; then
-   enableval="$enable_posix"
-@@ -81327,17 +82260,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:81331: checking for $ac_hdr" >&5
-+echo "configure:82264: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 81336 "configure"
-+#line 82269 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:81341: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:82274: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -81367,12 +82300,12 @@
-   for ac_func in seteuid setegid setsid getsid setpgid getpgid ctermid mkfifo mknod getrlimit getlogin getgroups makedev initgroups getpwuid_r getgrgid_r
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:81371: checking for $ac_func" >&5
-+echo "configure:82304: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 81376 "configure"
-+#line 82309 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -81395,7 +82328,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:81399: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:82332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -81421,14 +82354,14 @@
-   echo $ac_n "checking for working ttyname_r() implementation""... $ac_c" 1>&6
--echo "configure:81425: checking for working ttyname_r() implementation" >&5
-+echo "configure:82358: checking for working ttyname_r() implementation" >&5
-   if test "$cross_compiling" = yes; then
-   
-     echo "$ac_t""no, cannot detect working ttyname_r() when cross compiling. posix_ttyname() will be thread-unsafe" 1>&6
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 81432 "configure"
-+#line 82365 "configure"
- #include "confdefs.h"
- #include <unistd.h>
-@@ -81441,7 +82374,7 @@
- }
-   
- EOF
--if { (eval echo configure:81445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:82378: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     echo "$ac_t""yes" 1>&6
-@@ -81468,7 +82401,7 @@
- php_with_pspell=no
- echo $ac_n "checking for PSPELL support""... $ac_c" 1>&6
--echo "configure:81472: checking for PSPELL support" >&5
-+echo "configure:82405: checking for PSPELL support" >&5
- # Check whether --with-pspell or --without-pspell was given.
- if test "${with_pspell+set}" = set; then
-   withval="$with_pspell"
-@@ -82010,7 +82943,7 @@
-   done
-   echo $ac_n "checking for new_aspell_config in -laspell""... $ac_c" 1>&6
--echo "configure:82014: checking for new_aspell_config in -laspell" >&5
-+echo "configure:82947: checking for new_aspell_config in -laspell" >&5
- ac_lib_var=`echo aspell'_'new_aspell_config | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -82018,7 +82951,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-laspell  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 82022 "configure"
-+#line 82955 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -82029,7 +82962,7 @@
- new_aspell_config()
- ; return 0; }
- EOF
--if { (eval echo configure:82033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:82966: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -82203,7 +83136,7 @@
- php_with_libedit=no
- echo $ac_n "checking for libedit readline replacement""... $ac_c" 1>&6
--echo "configure:82207: checking for libedit readline replacement" >&5
-+echo "configure:83140: checking for libedit readline replacement" >&5
- # Check whether --with-libedit or --without-libedit was given.
- if test "${with_libedit+set}" = set; then
-   withval="$with_libedit"
-@@ -82251,7 +83184,7 @@
- php_with_readline=no
- echo $ac_n "checking for readline support""... $ac_c" 1>&6
--echo "configure:82255: checking for readline support" >&5
-+echo "configure:83188: checking for readline support" >&5
- # Check whether --with-readline or --without-readline was given.
- if test "${with_readline+set}" = set; then
-   withval="$with_readline"
-@@ -82338,7 +83271,7 @@
-   PHP_READLINE_LIBS=""
-   echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
--echo "configure:82342: checking for tgetent in -lncurses" >&5
-+echo "configure:83275: checking for tgetent in -lncurses" >&5
- ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -82346,7 +83279,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lncurses  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 82350 "configure"
-+#line 83283 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -82357,7 +83290,7 @@
- tgetent()
- ; return 0; }
- EOF
--if { (eval echo configure:82361: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:83294: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -82402,7 +83335,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
--echo "configure:82406: checking for tgetent in -ltermcap" >&5
-+echo "configure:83339: checking for tgetent in -ltermcap" >&5
- ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -82410,7 +83343,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ltermcap  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 82414 "configure"
-+#line 83347 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -82421,7 +83354,7 @@
- tgetent()
- ; return 0; }
- EOF
--if { (eval echo configure:82425: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:83358: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -82568,7 +83501,7 @@
-   done
-   echo $ac_n "checking for readline in -lreadline""... $ac_c" 1>&6
--echo "configure:82572: checking for readline in -lreadline" >&5
-+echo "configure:83505: checking for readline in -lreadline" >&5
- ac_lib_var=`echo readline'_'readline | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -82576,7 +83509,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lreadline  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 82580 "configure"
-+#line 83513 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -82587,7 +83520,7 @@
- readline()
- ; return 0; }
- EOF
--if { (eval echo configure:82591: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:83524: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -82816,7 +83749,7 @@
-   done
-   echo $ac_n "checking for rl_callback_read_char in -lreadline""... $ac_c" 1>&6
--echo "configure:82820: checking for rl_callback_read_char in -lreadline" >&5
-+echo "configure:83753: checking for rl_callback_read_char in -lreadline" >&5
- ac_lib_var=`echo readline'_'rl_callback_read_char | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -82824,7 +83757,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lreadline  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 82828 "configure"
-+#line 83761 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -82835,7 +83768,7 @@
- rl_callback_read_char()
- ; return 0; }
- EOF
--if { (eval echo configure:82839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:83772: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -82969,7 +83902,7 @@
-   done
-   echo $ac_n "checking for add_history in -lhistory""... $ac_c" 1>&6
--echo "configure:82973: checking for add_history in -lhistory" >&5
-+echo "configure:83906: checking for add_history in -lhistory" >&5
- ac_lib_var=`echo history'_'add_history | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -82977,7 +83910,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lhistory  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 82981 "configure"
-+#line 83914 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -82988,7 +83921,7 @@
- add_history()
- ; return 0; }
- EOF
--if { (eval echo configure:82992: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:83925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -83167,7 +84100,7 @@
-   echo $ac_n "checking for tgetent in -lncurses""... $ac_c" 1>&6
--echo "configure:83171: checking for tgetent in -lncurses" >&5
-+echo "configure:84104: checking for tgetent in -lncurses" >&5
- ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -83175,7 +84108,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lncurses  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 83179 "configure"
-+#line 84112 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -83186,7 +84119,7 @@
- tgetent()
- ; return 0; }
- EOF
--if { (eval echo configure:83190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:84123: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -83230,7 +84163,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for tgetent in -ltermcap""... $ac_c" 1>&6
--echo "configure:83234: checking for tgetent in -ltermcap" >&5
-+echo "configure:84167: checking for tgetent in -ltermcap" >&5
- ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -83238,7 +84171,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ltermcap  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 83242 "configure"
-+#line 84175 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -83249,7 +84182,7 @@
- tgetent()
- ; return 0; }
- EOF
--if { (eval echo configure:83253: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:84186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -83395,7 +84328,7 @@
-   done
-   echo $ac_n "checking for readline in -ledit""... $ac_c" 1>&6
--echo "configure:83399: checking for readline in -ledit" >&5
-+echo "configure:84332: checking for readline in -ledit" >&5
- ac_lib_var=`echo edit'_'readline | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -83403,7 +84336,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ledit  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 83407 "configure"
-+#line 84340 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -83414,7 +84347,7 @@
- readline()
- ; return 0; }
- EOF
--if { (eval echo configure:83418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:84351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -83555,12 +84488,12 @@
-   for ac_func in rl_completion_matches
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:83559: checking for $ac_func" >&5
-+echo "configure:84492: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 83564 "configure"
-+#line 84497 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -83583,7 +84516,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:83587: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:84520: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -83898,7 +84831,7 @@
- php_with_recode=no
- echo $ac_n "checking for recode support""... $ac_c" 1>&6
--echo "configure:83902: checking for recode support" >&5
-+echo "configure:84835: checking for recode support" >&5
- # Check whether --with-recode or --without-recode was given.
- if test "${with_recode+set}" = set; then
-   withval="$with_recode"
-@@ -84065,7 +84998,7 @@
-   done
-   echo $ac_n "checking for recode_format_table in -lrecode""... $ac_c" 1>&6
--echo "configure:84069: checking for recode_format_table in -lrecode" >&5
-+echo "configure:85002: checking for recode_format_table in -lrecode" >&5
- ac_lib_var=`echo recode'_'recode_format_table | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -84073,7 +85006,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lrecode  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 84077 "configure"
-+#line 85010 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -84084,7 +85017,7 @@
- recode_format_table()
- ; return 0; }
- EOF
--if { (eval echo configure:84088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:85021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -84214,7 +85147,7 @@
-     LDFLAGS="$LDFLAGS -L$RECODE_DIR/$RECODE_LIB"
-     LIBS="$LIBS -lrecode"
-     cat > conftest.$ac_ext <<EOF
--#line 84218 "configure"
-+#line 85151 "configure"
- #include "confdefs.h"
- char *program_name;
-@@ -84225,7 +85158,7 @@
-     
- ; return 0; }
- EOF
--if { (eval echo configure:84229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:85162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   
-       
-@@ -84388,17 +85321,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:84392: checking for $ac_hdr" >&5
-+echo "configure:85325: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 84397 "configure"
-+#line 85330 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:84402: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:85335: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -84712,7 +85645,7 @@
- php_enable_reflection=yes
- echo $ac_n "checking whether to enable reflection support""... $ac_c" 1>&6
--echo "configure:84716: checking whether to enable reflection support" >&5
-+echo "configure:85649: checking whether to enable reflection support" >&5
- # Check whether --enable-reflection or --disable-reflection was given.
- if test "${enable_reflection+set}" = set; then
-   enableval="$enable_reflection"
-@@ -85027,7 +85960,7 @@
- php_enable_session=yes
- echo $ac_n "checking whether to enable PHP sessions""... $ac_c" 1>&6
--echo "configure:85031: checking whether to enable PHP sessions" >&5
-+echo "configure:85964: checking whether to enable PHP sessions" >&5
- # Check whether --enable-session or --disable-session was given.
- if test "${enable_session+set}" = set; then
-   enableval="$enable_session"
-@@ -85074,7 +86007,7 @@
- php_with_mm=no
- echo $ac_n "checking for mm support""... $ac_c" 1>&6
--echo "configure:85078: checking for mm support" >&5
-+echo "configure:86011: checking for mm support" >&5
- # Check whether --with-mm or --without-mm was given.
- if test "${with_mm+set}" = set; then
-   withval="$with_mm"
-@@ -85099,7 +86032,7 @@
- if test "$PHP_SESSION" != "no"; then
-   
-   echo $ac_n "checking whether pwrite works""... $ac_c" 1>&6
--echo "configure:85103: checking whether pwrite works" >&5
-+echo "configure:86036: checking whether pwrite works" >&5
- if eval "test \"`echo '$''{'ac_cv_pwrite'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -85111,7 +86044,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 85115 "configure"
-+#line 86048 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -85132,7 +86065,7 @@
-   
- EOF
--if { (eval echo configure:85136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:86069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     ac_cv_pwrite=yes
-@@ -85157,7 +86090,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 85161 "configure"
-+#line 86094 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -85178,7 +86111,7 @@
-   
- EOF
--if { (eval echo configure:85182: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:86115: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     ac_cv_pwrite=yes
-@@ -85219,7 +86152,7 @@
-   
-   echo $ac_n "checking whether pread works""... $ac_c" 1>&6
--echo "configure:85223: checking whether pread works" >&5
-+echo "configure:86156: checking whether pread works" >&5
- if eval "test \"`echo '$''{'ac_cv_pread'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -85232,7 +86165,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 85236 "configure"
-+#line 86169 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -85252,7 +86185,7 @@
-     }
-   
- EOF
--if { (eval echo configure:85256: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:86189: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     ac_cv_pread=yes
-@@ -85279,7 +86212,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 85283 "configure"
-+#line 86216 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -85299,7 +86232,7 @@
-     }
-   
- EOF
--if { (eval echo configure:85303: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:86236: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     ac_cv_pread=yes
-@@ -85814,7 +86747,7 @@
- php_enable_shmop=no
- echo $ac_n "checking whether to enable shmop support""... $ac_c" 1>&6
--echo "configure:85818: checking whether to enable shmop support" >&5
-+echo "configure:86751: checking whether to enable shmop support" >&5
- # Check whether --enable-shmop or --disable-shmop was given.
- if test "${enable_shmop+set}" = set; then
-   enableval="$enable_shmop"
-@@ -86150,7 +87083,7 @@
- php_enable_simplexml=yes
- echo $ac_n "checking whether to enable SimpleXML support""... $ac_c" 1>&6
--echo "configure:86154: checking whether to enable SimpleXML support" >&5
-+echo "configure:87087: checking whether to enable SimpleXML support" >&5
- # Check whether --enable-simplexml or --disable-simplexml was given.
- if test "${enable_simplexml+set}" = set; then
-   enableval="$enable_simplexml"
-@@ -86198,7 +87131,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:86202: checking libxml2 install dir" >&5
-+echo "configure:87135: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -86229,7 +87162,7 @@
-   
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:86233: checking for xml2-config path" >&5
-+echo "configure:87166: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -86387,7 +87320,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:86391: checking whether libxml build works" >&5
-+echo "configure:87324: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -86403,7 +87336,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 86407 "configure"
-+#line 87340 "configure"
- #include "confdefs.h"
-     
-@@ -86414,7 +87347,7 @@
-     }
-   
- EOF
--if { (eval echo configure:86418: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:87351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -86791,7 +87724,7 @@
- php_with_snmp=no
- echo $ac_n "checking for SNMP support""... $ac_c" 1>&6
--echo "configure:86795: checking for SNMP support" >&5
-+echo "configure:87728: checking for SNMP support" >&5
- # Check whether --with-snmp or --without-snmp was given.
- if test "${with_snmp+set}" = set; then
-   withval="$with_snmp"
-@@ -86838,7 +87771,7 @@
- php_with_openssl_dir=no
- echo $ac_n "checking OpenSSL dir for SNMP""... $ac_c" 1>&6
--echo "configure:86842: checking OpenSSL dir for SNMP" >&5
-+echo "configure:87775: checking OpenSSL dir for SNMP" >&5
- # Check whether --with-openssl-dir or --without-openssl-dir was given.
- if test "${with_openssl_dir+set}" = set; then
-   withval="$with_openssl_dir"
-@@ -86864,7 +87797,7 @@
- php_enable_ucd_snmp_hack=no
- echo $ac_n "checking whether to enable UCD SNMP hack""... $ac_c" 1>&6
--echo "configure:86868: checking whether to enable UCD SNMP hack" >&5
-+echo "configure:87801: checking whether to enable UCD SNMP hack" >&5
- # Check whether --enable-ucd-snmp-hack or --disable-ucd-snmp-hack was given.
- if test "${enable_ucd_snmp_hack+set}" = set; then
-   enableval="$enable_ucd_snmp_hack"
-@@ -86892,7 +87825,7 @@
-     # Extract the first word of "net-snmp-config", so it can be a program name with args.
- set dummy net-snmp-config; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:86896: checking for $ac_word" >&5
-+echo "configure:87829: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_SNMP_CONFIG'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -87093,17 +88026,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:87097: checking for $ac_hdr" >&5
-+echo "configure:88030: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 87102 "configure"
-+#line 88035 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:87107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:88040: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -87131,9 +88064,9 @@
-     if test "$ac_cv_header_default_store_h" = "yes"; then
-       echo $ac_n "checking for OpenSSL support in SNMP libraries""... $ac_c" 1>&6
--echo "configure:87135: checking for OpenSSL support in SNMP libraries" >&5
-+echo "configure:88068: checking for OpenSSL support in SNMP libraries" >&5
-       cat > conftest.$ac_ext <<EOF
--#line 87137 "configure"
-+#line 88070 "configure"
- #include "confdefs.h"
- #include <ucd-snmp-config.h>
-@@ -87188,7 +88121,7 @@
-     # Extract the first word of "pkg-config", so it can be a program name with args.
- set dummy pkg-config; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:87192: checking for $ac_word" >&5
-+echo "configure:88125: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_PKG_CONFIG'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -87393,9 +88326,9 @@
-     old_CPPFLAGS=$CPPFLAGS
-     CPPFLAGS=-I$OPENSSL_INCDIR
-     echo $ac_n "checking for OpenSSL version""... $ac_c" 1>&6
--echo "configure:87397: checking for OpenSSL version" >&5
-+echo "configure:88330: checking for OpenSSL version" >&5
-     cat > conftest.$ac_ext <<EOF
--#line 87399 "configure"
-+#line 88332 "configure"
- #include "confdefs.h"
- #include <openssl/opensslv.h>
-@@ -87550,7 +88483,7 @@
-   done
-   echo $ac_n "checking for CRYPTO_free in -lcrypto""... $ac_c" 1>&6
--echo "configure:87554: checking for CRYPTO_free in -lcrypto" >&5
-+echo "configure:88487: checking for CRYPTO_free in -lcrypto" >&5
- ac_lib_var=`echo crypto'_'CRYPTO_free | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -87558,7 +88491,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcrypto  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 87562 "configure"
-+#line 88495 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -87569,7 +88502,7 @@
- CRYPTO_free()
- ; return 0; }
- EOF
--if { (eval echo configure:87573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:88506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -87726,7 +88659,7 @@
-   done
-   echo $ac_n "checking for SSL_CTX_set_ssl_version in -lssl""... $ac_c" 1>&6
--echo "configure:87730: checking for SSL_CTX_set_ssl_version in -lssl" >&5
-+echo "configure:88663: checking for SSL_CTX_set_ssl_version in -lssl" >&5
- ac_lib_var=`echo ssl'_'SSL_CTX_set_ssl_version | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -87734,7 +88667,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lssl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 87738 "configure"
-+#line 88671 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -87745,7 +88678,7 @@
- SSL_CTX_set_ssl_version()
- ; return 0; }
- EOF
--if { (eval echo configure:87749: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:88682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -87858,7 +88791,7 @@
-     fi
-     echo $ac_n "checking for kstat_read in -lkstat""... $ac_c" 1>&6
--echo "configure:87862: checking for kstat_read in -lkstat" >&5
-+echo "configure:88795: checking for kstat_read in -lkstat" >&5
- ac_lib_var=`echo kstat'_'kstat_read | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -87866,7 +88799,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lkstat  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 87870 "configure"
-+#line 88803 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -87877,7 +88810,7 @@
- kstat_read()
- ; return 0; }
- EOF
--if { (eval echo configure:87881: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:88814: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -88148,7 +89081,7 @@
-   done
-   echo $ac_n "checking for snmp_parse_oid in -l$SNMP_LIBNAME""... $ac_c" 1>&6
--echo "configure:88152: checking for snmp_parse_oid in -l$SNMP_LIBNAME" >&5
-+echo "configure:89085: checking for snmp_parse_oid in -l$SNMP_LIBNAME" >&5
- ac_lib_var=`echo $SNMP_LIBNAME'_'snmp_parse_oid | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -88156,7 +89089,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$SNMP_LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 88160 "configure"
-+#line 89093 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -88167,7 +89100,7 @@
- snmp_parse_oid()
- ; return 0; }
- EOF
--if { (eval echo configure:88171: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:89104: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -88301,7 +89234,7 @@
-   done
-   echo $ac_n "checking for init_snmp in -l$SNMP_LIBNAME""... $ac_c" 1>&6
--echo "configure:88305: checking for init_snmp in -l$SNMP_LIBNAME" >&5
-+echo "configure:89238: checking for init_snmp in -l$SNMP_LIBNAME" >&5
- ac_lib_var=`echo $SNMP_LIBNAME'_'init_snmp | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -88309,7 +89242,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$SNMP_LIBNAME  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 88313 "configure"
-+#line 89246 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -88320,7 +89253,7 @@
- init_snmp()
- ; return 0; }
- EOF
--if { (eval echo configure:88324: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:89257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -88656,7 +89589,7 @@
- php_enable_soap=no
- echo $ac_n "checking whether to enable SOAP support""... $ac_c" 1>&6
--echo "configure:88660: checking whether to enable SOAP support" >&5
-+echo "configure:89593: checking whether to enable SOAP support" >&5
- # Check whether --enable-soap or --disable-soap was given.
- if test "${enable_soap+set}" = set; then
-   enableval="$enable_soap"
-@@ -88704,7 +89637,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:88708: checking libxml2 install dir" >&5
-+echo "configure:89641: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -88735,7 +89668,7 @@
-   
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:88739: checking for xml2-config path" >&5
-+echo "configure:89672: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -88893,7 +89826,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:88897: checking whether libxml build works" >&5
-+echo "configure:89830: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -88909,7 +89842,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 88913 "configure"
-+#line 89846 "configure"
- #include "confdefs.h"
-     
-@@ -88920,7 +89853,7 @@
-     }
-   
- EOF
--if { (eval echo configure:88924: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:89857: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -89259,7 +90192,7 @@
- php_enable_sockets=no
- echo $ac_n "checking whether to enable sockets support""... $ac_c" 1>&6
--echo "configure:89263: checking whether to enable sockets support" >&5
-+echo "configure:90196: checking whether to enable sockets support" >&5
- # Check whether --enable-sockets or --disable-sockets was given.
- if test "${enable_sockets+set}" = set; then
-   enableval="$enable_sockets"
-@@ -89304,13 +90237,13 @@
- if test "$PHP_SOCKETS" != "no"; then
-     echo $ac_n "checking for struct cmsghdr""... $ac_c" 1>&6
--echo "configure:89308: checking for struct cmsghdr" >&5
-+echo "configure:90241: checking for struct cmsghdr" >&5
- if eval "test \"`echo '$''{'ac_cv_cmsghdr'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     cat > conftest.$ac_ext <<EOF
--#line 89314 "configure"
-+#line 90247 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -89319,7 +90252,7 @@
- struct cmsghdr s; s
- ; return 0; }
- EOF
--if { (eval echo configure:89323: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:90256: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_cmsghdr=yes
- else
-@@ -89344,12 +90277,12 @@
-   for ac_func in hstrerror socketpair
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:89348: checking for $ac_func" >&5
-+echo "configure:90281: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 89353 "configure"
-+#line 90286 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -89372,7 +90305,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:89376: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:90309: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -89400,17 +90333,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:89404: checking for $ac_hdr" >&5
-+echo "configure:90337: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 89409 "configure"
-+#line 90342 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:89414: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:90347: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -89437,7 +90370,7 @@
- done
-   cat > conftest.$ac_ext <<EOF
--#line 89441 "configure"
-+#line 90374 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -89447,7 +90380,7 @@
- static struct msghdr tp; int n = (int) tp.msg_flags; return n
- ; return 0; }
- EOF
--if { (eval echo configure:89451: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:90384: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   :
- else
-   echo "configure: failed program was:" >&5
-@@ -89753,7 +90686,7 @@
- php_enable_spl=yes
- echo $ac_n "checking enable SPL suppport""... $ac_c" 1>&6
--echo "configure:89757: checking enable SPL suppport" >&5
-+echo "configure:90690: checking enable SPL suppport" >&5
- # Check whether --enable-spl or --disable-spl was given.
- if test "${enable_spl+set}" = set; then
-   enableval="$enable_spl"
-@@ -89798,7 +90731,7 @@
- if test "$PHP_SPL" != "no"; then
-   echo $ac_n "checking whether zend_object_value is packed""... $ac_c" 1>&6
--echo "configure:89802: checking whether zend_object_value is packed" >&5
-+echo "configure:90735: checking whether zend_object_value is packed" >&5
-   old_CPPFLAGS=$CPPFLAGS
-   CPPFLAGS="$INCLUDES -I$abs_srcdir $CPPFLAGS"
-   if test "$cross_compiling" = yes; then
-@@ -89808,7 +90741,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 89812 "configure"
-+#line 90745 "configure"
- #include "confdefs.h"
- #include "Zend/zend_types.h"
-@@ -89817,7 +90750,7 @@
- }
-   
- EOF
--if { (eval echo configure:89821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:90754: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     ac_result=1
-@@ -90171,7 +91104,7 @@
- php_with_sqlite=yes
- echo $ac_n "checking for sqlite support""... $ac_c" 1>&6
--echo "configure:90175: checking for sqlite support" >&5
-+echo "configure:91108: checking for sqlite support" >&5
- # Check whether --with-sqlite or --without-sqlite was given.
- if test "${with_sqlite+set}" = set; then
-   withval="$with_sqlite"
-@@ -90218,7 +91151,7 @@
- php_enable_sqlite_utf8=no
- echo $ac_n "checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1)""... $ac_c" 1>&6
--echo "configure:90222: checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1)" >&5
-+echo "configure:91155: checking whether to enable UTF-8 support in sqlite (default: ISO-8859-1)" >&5
- # Check whether --enable-sqlite-utf8 or --disable-sqlite-utf8 was given.
- if test "${enable_sqlite_utf8+set}" = set; then
-   enableval="$enable_sqlite_utf8"
-@@ -90249,13 +91182,13 @@
-   if test "$PHP_PDO" != "no"; then
-     
-   echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:90253: checking for PDO includes" >&5
-+echo "configure:91186: checking for PDO includes" >&5
- if eval "test \"`echo '$''{'pdo_inc_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     echo $ac_n "checking for PDO includes""... $ac_c" 1>&6
--echo "configure:90259: checking for PDO includes" >&5
-+echo "configure:91192: checking for PDO includes" >&5
-     if test -f $abs_srcdir/include/php/ext/pdo/php_pdo_driver.h; then
-       pdo_inc_path=$abs_srcdir/ext
-     elif test -f $abs_srcdir/ext/pdo/php_pdo_driver.h; then
-@@ -90289,7 +91222,7 @@
-       SQLITE_DIR=$PHP_SQLITE
-     else # search default path list
-       echo $ac_n "checking for sqlite files in default path""... $ac_c" 1>&6
--echo "configure:90293: checking for sqlite files in default path" >&5
-+echo "configure:91226: checking for sqlite files in default path" >&5
-       for i in $SEARCH_PATH ; do
-         if test -r $i/$SEARCH_FOR; then
-           SQLITE_DIR=$i
-@@ -90401,7 +91334,7 @@
-   done
-   echo $ac_n "checking for sqlite_open in -lsqlite""... $ac_c" 1>&6
--echo "configure:90405: checking for sqlite_open in -lsqlite" >&5
-+echo "configure:91338: checking for sqlite_open in -lsqlite" >&5
- ac_lib_var=`echo sqlite'_'sqlite_open | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -90409,7 +91342,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsqlite  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 90413 "configure"
-+#line 91346 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -90420,7 +91353,7 @@
- sqlite_open()
- ; return 0; }
- EOF
--if { (eval echo configure:90424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:91357: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -90593,7 +91526,7 @@
-   # Extract the first word of "lemon", so it can be a program name with args.
- set dummy lemon; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:90597: checking for $ac_word" >&5
-+echo "configure:91530: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_LEMON'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -90621,7 +91554,7 @@
-   if test "$LEMON"; then
-     echo $ac_n "checking for lemon version""... $ac_c" 1>&6
--echo "configure:90625: checking for lemon version" >&5
-+echo "configure:91558: checking for lemon version" >&5
- if eval "test \"`echo '$''{'php_cv_lemon_version'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -91023,7 +91956,7 @@
-   
-     echo $ac_n "checking size of char *""... $ac_c" 1>&6
--echo "configure:91027: checking size of char *" >&5
-+echo "configure:91960: checking size of char *" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_char_p'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -91031,18 +91964,18 @@
-   ac_cv_sizeof_char_p=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91035 "configure"
-+#line 91968 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(char *));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:91046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:91979: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_char_p=`cat conftestval`
- else
-@@ -91104,12 +92037,12 @@
-   for ac_func in usleep nanosleep
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:91108: checking for $ac_func" >&5
-+echo "configure:92041: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91113 "configure"
-+#line 92046 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -91132,7 +92065,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:91136: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:92069: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -91160,17 +92093,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:91164: checking for $ac_hdr" >&5
-+echo "configure:92097: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91169 "configure"
-+#line 92102 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:91174: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:92107: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -91201,7 +92134,7 @@
- echo $ac_n "checking whether flush should be called explicitly after a buffered io""... $ac_c" 1>&6
--echo "configure:91205: checking whether flush should be called explicitly after a buffered io" >&5
-+echo "configure:92138: checking whether flush should be called explicitly after a buffered io" >&5
- if eval "test \"`echo '$''{'ac_cv_flush_io'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -91212,7 +92145,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91216 "configure"
-+#line 92149 "configure"
- #include "confdefs.h"
- #include <stdio.h>
-@@ -91250,7 +92183,7 @@
- }
- EOF
--if { (eval echo configure:91254: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:92187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_flush_io=no
-@@ -91278,7 +92211,7 @@
- if test "$ac_cv_func_crypt" = "no"; then
-   echo $ac_n "checking for crypt in -lcrypt""... $ac_c" 1>&6
--echo "configure:91282: checking for crypt in -lcrypt" >&5
-+echo "configure:92215: checking for crypt in -lcrypt" >&5
- ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -91286,7 +92219,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lcrypt  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 91290 "configure"
-+#line 92223 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -91297,7 +92230,7 @@
- crypt()
- ; return 0; }
- EOF
--if { (eval echo configure:91301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:92234: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -91326,7 +92259,7 @@
- fi
-   
- echo $ac_n "checking for standard DES crypt""... $ac_c" 1>&6
--echo "configure:91330: checking for standard DES crypt" >&5
-+echo "configure:92263: checking for standard DES crypt" >&5
- if eval "test \"`echo '$''{'ac_cv_crypt_des'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -91337,7 +92270,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91341 "configure"
-+#line 92274 "configure"
- #include "confdefs.h"
- #if HAVE_UNISTD_H
-@@ -91356,7 +92289,7 @@
- #endif
- }
- EOF
--if { (eval echo configure:91360: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:92293: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_crypt_des=yes
-@@ -91386,7 +92319,7 @@
- echo $ac_n "checking for extended DES crypt""... $ac_c" 1>&6
--echo "configure:91390: checking for extended DES crypt" >&5
-+echo "configure:92323: checking for extended DES crypt" >&5
- if eval "test \"`echo '$''{'ac_cv_crypt_ext_des'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -91397,7 +92330,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91401 "configure"
-+#line 92334 "configure"
- #include "confdefs.h"
- #if HAVE_UNISTD_H
-@@ -91416,7 +92349,7 @@
- #endif
- }
- EOF
--if { (eval echo configure:91420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:92353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_crypt_ext_des=yes
-@@ -91446,7 +92379,7 @@
- echo $ac_n "checking for MD5 crypt""... $ac_c" 1>&6
--echo "configure:91450: checking for MD5 crypt" >&5
-+echo "configure:92383: checking for MD5 crypt" >&5
- if eval "test \"`echo '$''{'ac_cv_crypt_md5'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -91457,7 +92390,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91461 "configure"
-+#line 92394 "configure"
- #include "confdefs.h"
- #if HAVE_UNISTD_H
-@@ -91485,7 +92418,7 @@
- #endif
- }
- EOF
--if { (eval echo configure:91489: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:92422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_crypt_md5=yes
-@@ -91544,7 +92477,7 @@
- echo $ac_n "checking for Blowfish crypt""... $ac_c" 1>&6
--echo "configure:91548: checking for Blowfish crypt" >&5
-+echo "configure:92481: checking for Blowfish crypt" >&5
- if eval "test \"`echo '$''{'ac_cv_crypt_blowfish'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -91555,7 +92488,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91559 "configure"
-+#line 92492 "configure"
- #include "confdefs.h"
- #if HAVE_UNISTD_H
-@@ -91580,7 +92513,7 @@
- #endif
- }
- EOF
--if { (eval echo configure:91584: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:92517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_crypt_blowfish=yes
-@@ -91612,12 +92545,12 @@
- for ac_func in getcwd getwd asinh acosh atanh log1p hypot glob strfmon nice fpclass isinf isnan
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:91616: checking for $ac_func" >&5
-+echo "configure:92549: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91621 "configure"
-+#line 92554 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -91640,7 +92573,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:91644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:92577: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -91665,7 +92598,7 @@
- done
- echo $ac_n "checking for working fnmatch""... $ac_c" 1>&6
--echo "configure:91669: checking for working fnmatch" >&5
-+echo "configure:92602: checking for working fnmatch" >&5
- if eval "test \"`echo '$''{'ac_cv_func_fnmatch_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -91676,11 +92609,11 @@
-   ac_cv_func_fnmatch_works=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91680 "configure"
-+#line 92613 "configure"
- #include "confdefs.h"
- main() { exit (fnmatch ("a*", "abc", 0) != 0); }
- EOF
--if { (eval echo configure:91684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:92617: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_func_fnmatch_works=yes
- else
-@@ -91811,13 +92744,13 @@
- EOF
-     echo $ac_n "checking whether field re_magic exists in struct regex_t""... $ac_c" 1>&6
--echo "configure:91815: checking whether field re_magic exists in struct regex_t" >&5
-+echo "configure:92748: checking whether field re_magic exists in struct regex_t" >&5
- if eval "test \"`echo '$''{'ac_cv_regex_t_re_magic'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-   cat > conftest.$ac_ext <<EOF
--#line 91821 "configure"
-+#line 92754 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <regex.h>
-@@ -91825,7 +92758,7 @@
- regex_t rt; rt.re_magic;
- ; return 0; }
- EOF
--if { (eval echo configure:91829: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:92762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_regex_t_re_magic=yes
- else
-@@ -91846,11 +92779,11 @@
-   fi 
- fi   
- echo $ac_n "checking which regex library to use""... $ac_c" 1>&6
--echo "configure:91850: checking which regex library to use" >&5
-+echo "configure:92783: checking which regex library to use" >&5
- echo "$ac_t""$REGEX_TYPE" 1>&6
- echo $ac_n "checking whether rounding works as expected""... $ac_c" 1>&6
--echo "configure:91854: checking whether rounding works as expected" >&5
-+echo "configure:92787: checking whether rounding works as expected" >&5
- if test "$cross_compiling" = yes; then
-   
-   PHP_ROUND_FUZZ=0.50000000001
-@@ -91858,7 +92791,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91862 "configure"
-+#line 92795 "configure"
- #include "confdefs.h"
- #include <math.h>
-@@ -91871,7 +92804,7 @@
-   }
- EOF
--if { (eval echo configure:91875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:92808: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   PHP_ROUND_FUZZ=0.5
-@@ -91901,12 +92834,12 @@
- for ac_func in fork CreateProcess
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:91905: checking for $ac_func" >&5
-+echo "configure:92838: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91910 "configure"
-+#line 92843 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -91929,7 +92862,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:91933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:92866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -91961,7 +92894,7 @@
- fi
- echo $ac_n "checking if your OS can spawn processes with inherited handles""... $ac_c" 1>&6
--echo "configure:91965: checking if your OS can spawn processes with inherited handles" >&5
-+echo "configure:92898: checking if your OS can spawn processes with inherited handles" >&5
- if test "$php_can_support_proc_open" = "yes"; then
-   echo "$ac_t""yes" 1>&6
-   cat >> confdefs.h <<\EOF
-@@ -91986,12 +92919,12 @@
-   unset found
-   
-   echo $ac_n "checking for res_nmkquery""... $ac_c" 1>&6
--echo "configure:91990: checking for res_nmkquery" >&5
-+echo "configure:92923: checking for res_nmkquery" >&5
- if eval "test \"`echo '$''{'ac_cv_func_res_nmkquery'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 91995 "configure"
-+#line 92928 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char res_nmkquery(); below.  */
-@@ -92014,7 +92947,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:92018: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:92951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_res_nmkquery=yes"
- else
-@@ -92032,12 +92965,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __res_nmkquery""... $ac_c" 1>&6
--echo "configure:92036: checking for __res_nmkquery" >&5
-+echo "configure:92969: checking for __res_nmkquery" >&5
- if eval "test \"`echo '$''{'ac_cv_func___res_nmkquery'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92041 "configure"
-+#line 92974 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __res_nmkquery(); below.  */
-@@ -92060,7 +92993,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:92064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:92997: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___res_nmkquery=yes"
- else
-@@ -92098,7 +93031,7 @@
-   unset ac_cv_lib_resolv___res_nmkquery
-   unset found
-   echo $ac_n "checking for res_nmkquery in -lresolv""... $ac_c" 1>&6
--echo "configure:92102: checking for res_nmkquery in -lresolv" >&5
-+echo "configure:93035: checking for res_nmkquery in -lresolv" >&5
- ac_lib_var=`echo resolv'_'res_nmkquery | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92106,7 +93039,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92110 "configure"
-+#line 93043 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92117,7 +93050,7 @@
- res_nmkquery()
- ; return 0; }
- EOF
--if { (eval echo configure:92121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93054: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92137,7 +93070,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_nmkquery in -lresolv""... $ac_c" 1>&6
--echo "configure:92141: checking for __res_nmkquery in -lresolv" >&5
-+echo "configure:93074: checking for __res_nmkquery in -lresolv" >&5
- ac_lib_var=`echo resolv'_'__res_nmkquery | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92145,7 +93078,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92149 "configure"
-+#line 93082 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92156,7 +93089,7 @@
- __res_nmkquery()
- ; return 0; }
- EOF
--if { (eval echo configure:92160: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93093: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92188,11 +93121,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92192 "configure"
-+#line 93125 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:92196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:93129: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -92234,7 +93167,7 @@
-   unset ac_cv_lib_bind___res_nmkquery
-   unset found
-   echo $ac_n "checking for res_nmkquery in -lbind""... $ac_c" 1>&6
--echo "configure:92238: checking for res_nmkquery in -lbind" >&5
-+echo "configure:93171: checking for res_nmkquery in -lbind" >&5
- ac_lib_var=`echo bind'_'res_nmkquery | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92242,7 +93175,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92246 "configure"
-+#line 93179 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92253,7 +93186,7 @@
- res_nmkquery()
- ; return 0; }
- EOF
--if { (eval echo configure:92257: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93190: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92273,7 +93206,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_nmkquery in -lbind""... $ac_c" 1>&6
--echo "configure:92277: checking for __res_nmkquery in -lbind" >&5
-+echo "configure:93210: checking for __res_nmkquery in -lbind" >&5
- ac_lib_var=`echo bind'_'__res_nmkquery | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92281,7 +93214,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92285 "configure"
-+#line 93218 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92292,7 +93225,7 @@
- __res_nmkquery()
- ; return 0; }
- EOF
--if { (eval echo configure:92296: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93229: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92324,11 +93257,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92328 "configure"
-+#line 93261 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:92332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:93265: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -92370,7 +93303,7 @@
-   unset ac_cv_lib_socket___res_nmkquery
-   unset found
-   echo $ac_n "checking for res_nmkquery in -lsocket""... $ac_c" 1>&6
--echo "configure:92374: checking for res_nmkquery in -lsocket" >&5
-+echo "configure:93307: checking for res_nmkquery in -lsocket" >&5
- ac_lib_var=`echo socket'_'res_nmkquery | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92378,7 +93311,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92382 "configure"
-+#line 93315 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92389,7 +93322,7 @@
- res_nmkquery()
- ; return 0; }
- EOF
--if { (eval echo configure:92393: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93326: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92409,7 +93342,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_nmkquery in -lsocket""... $ac_c" 1>&6
--echo "configure:92413: checking for __res_nmkquery in -lsocket" >&5
-+echo "configure:93346: checking for __res_nmkquery in -lsocket" >&5
- ac_lib_var=`echo socket'_'__res_nmkquery | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92417,7 +93350,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92421 "configure"
-+#line 93354 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92428,7 +93361,7 @@
- __res_nmkquery()
- ; return 0; }
- EOF
--if { (eval echo configure:92432: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93365: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92460,11 +93393,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92464 "configure"
-+#line 93397 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:92468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:93401: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -92521,12 +93454,12 @@
-   unset found
-   
-   echo $ac_n "checking for res_nsend""... $ac_c" 1>&6
--echo "configure:92525: checking for res_nsend" >&5
-+echo "configure:93458: checking for res_nsend" >&5
- if eval "test \"`echo '$''{'ac_cv_func_res_nsend'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92530 "configure"
-+#line 93463 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char res_nsend(); below.  */
-@@ -92549,7 +93482,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:92553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93486: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_res_nsend=yes"
- else
-@@ -92567,12 +93500,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __res_nsend""... $ac_c" 1>&6
--echo "configure:92571: checking for __res_nsend" >&5
-+echo "configure:93504: checking for __res_nsend" >&5
- if eval "test \"`echo '$''{'ac_cv_func___res_nsend'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92576 "configure"
-+#line 93509 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __res_nsend(); below.  */
-@@ -92595,7 +93528,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:92599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___res_nsend=yes"
- else
-@@ -92633,7 +93566,7 @@
-   unset ac_cv_lib_resolv___res_nsend
-   unset found
-   echo $ac_n "checking for res_nsend in -lresolv""... $ac_c" 1>&6
--echo "configure:92637: checking for res_nsend in -lresolv" >&5
-+echo "configure:93570: checking for res_nsend in -lresolv" >&5
- ac_lib_var=`echo resolv'_'res_nsend | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92641,7 +93574,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92645 "configure"
-+#line 93578 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92652,7 +93585,7 @@
- res_nsend()
- ; return 0; }
- EOF
--if { (eval echo configure:92656: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93589: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92672,7 +93605,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_nsend in -lresolv""... $ac_c" 1>&6
--echo "configure:92676: checking for __res_nsend in -lresolv" >&5
-+echo "configure:93609: checking for __res_nsend in -lresolv" >&5
- ac_lib_var=`echo resolv'_'__res_nsend | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92680,7 +93613,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92684 "configure"
-+#line 93617 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92691,7 +93624,7 @@
- __res_nsend()
- ; return 0; }
- EOF
--if { (eval echo configure:92695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93628: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92723,11 +93656,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92727 "configure"
-+#line 93660 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:92731: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:93664: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -92769,7 +93702,7 @@
-   unset ac_cv_lib_bind___res_nsend
-   unset found
-   echo $ac_n "checking for res_nsend in -lbind""... $ac_c" 1>&6
--echo "configure:92773: checking for res_nsend in -lbind" >&5
-+echo "configure:93706: checking for res_nsend in -lbind" >&5
- ac_lib_var=`echo bind'_'res_nsend | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92777,7 +93710,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92781 "configure"
-+#line 93714 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92788,7 +93721,7 @@
- res_nsend()
- ; return 0; }
- EOF
--if { (eval echo configure:92792: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92808,7 +93741,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_nsend in -lbind""... $ac_c" 1>&6
--echo "configure:92812: checking for __res_nsend in -lbind" >&5
-+echo "configure:93745: checking for __res_nsend in -lbind" >&5
- ac_lib_var=`echo bind'_'__res_nsend | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92816,7 +93749,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92820 "configure"
-+#line 93753 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92827,7 +93760,7 @@
- __res_nsend()
- ; return 0; }
- EOF
--if { (eval echo configure:92831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92859,11 +93792,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92863 "configure"
-+#line 93796 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:92867: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:93800: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -92905,7 +93838,7 @@
-   unset ac_cv_lib_socket___res_nsend
-   unset found
-   echo $ac_n "checking for res_nsend in -lsocket""... $ac_c" 1>&6
--echo "configure:92909: checking for res_nsend in -lsocket" >&5
-+echo "configure:93842: checking for res_nsend in -lsocket" >&5
- ac_lib_var=`echo socket'_'res_nsend | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92913,7 +93846,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92917 "configure"
-+#line 93850 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92924,7 +93857,7 @@
- res_nsend()
- ; return 0; }
- EOF
--if { (eval echo configure:92928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93861: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92944,7 +93877,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __res_nsend in -lsocket""... $ac_c" 1>&6
--echo "configure:92948: checking for __res_nsend in -lsocket" >&5
-+echo "configure:93881: checking for __res_nsend in -lsocket" >&5
- ac_lib_var=`echo socket'_'__res_nsend | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -92952,7 +93885,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 92956 "configure"
-+#line 93889 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -92963,7 +93896,7 @@
- __res_nsend()
- ; return 0; }
- EOF
--if { (eval echo configure:92967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:93900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -92995,11 +93928,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 92999 "configure"
-+#line 93932 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:93003: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:93936: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -93056,12 +93989,12 @@
-   unset found
-   
-   echo $ac_n "checking for dn_expand""... $ac_c" 1>&6
--echo "configure:93060: checking for dn_expand" >&5
-+echo "configure:93993: checking for dn_expand" >&5
- if eval "test \"`echo '$''{'ac_cv_func_dn_expand'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93065 "configure"
-+#line 93998 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char dn_expand(); below.  */
-@@ -93084,7 +94017,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:93088: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94021: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_dn_expand=yes"
- else
-@@ -93102,12 +94035,12 @@
- else
-   echo "$ac_t""no" 1>&6
-  echo $ac_n "checking for __dn_expand""... $ac_c" 1>&6
--echo "configure:93106: checking for __dn_expand" >&5
-+echo "configure:94039: checking for __dn_expand" >&5
- if eval "test \"`echo '$''{'ac_cv_func___dn_expand'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93111 "configure"
-+#line 94044 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char __dn_expand(); below.  */
-@@ -93130,7 +94063,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:93134: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func___dn_expand=yes"
- else
-@@ -93168,7 +94101,7 @@
-   unset ac_cv_lib_resolv___dn_expand
-   unset found
-   echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6
--echo "configure:93172: checking for dn_expand in -lresolv" >&5
-+echo "configure:94105: checking for dn_expand in -lresolv" >&5
- ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -93176,7 +94109,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 93180 "configure"
-+#line 94113 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -93187,7 +94120,7 @@
- dn_expand()
- ; return 0; }
- EOF
--if { (eval echo configure:93191: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94124: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -93207,7 +94140,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __dn_expand in -lresolv""... $ac_c" 1>&6
--echo "configure:93211: checking for __dn_expand in -lresolv" >&5
-+echo "configure:94144: checking for __dn_expand in -lresolv" >&5
- ac_lib_var=`echo resolv'_'__dn_expand | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -93215,7 +94148,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lresolv  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 93219 "configure"
-+#line 94152 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -93226,7 +94159,7 @@
- __dn_expand()
- ; return 0; }
- EOF
--if { (eval echo configure:93230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -93258,11 +94191,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93262 "configure"
-+#line 94195 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:93266: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:94199: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -93304,7 +94237,7 @@
-   unset ac_cv_lib_bind___dn_expand
-   unset found
-   echo $ac_n "checking for dn_expand in -lbind""... $ac_c" 1>&6
--echo "configure:93308: checking for dn_expand in -lbind" >&5
-+echo "configure:94241: checking for dn_expand in -lbind" >&5
- ac_lib_var=`echo bind'_'dn_expand | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -93312,7 +94245,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 93316 "configure"
-+#line 94249 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -93323,7 +94256,7 @@
- dn_expand()
- ; return 0; }
- EOF
--if { (eval echo configure:93327: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -93343,7 +94276,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __dn_expand in -lbind""... $ac_c" 1>&6
--echo "configure:93347: checking for __dn_expand in -lbind" >&5
-+echo "configure:94280: checking for __dn_expand in -lbind" >&5
- ac_lib_var=`echo bind'_'__dn_expand | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -93351,7 +94284,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lbind  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 93355 "configure"
-+#line 94288 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -93362,7 +94295,7 @@
- __dn_expand()
- ; return 0; }
- EOF
--if { (eval echo configure:93366: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94299: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -93394,11 +94327,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93398 "configure"
-+#line 94331 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:93402: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:94335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -93440,7 +94373,7 @@
-   unset ac_cv_lib_socket___dn_expand
-   unset found
-   echo $ac_n "checking for dn_expand in -lsocket""... $ac_c" 1>&6
--echo "configure:93444: checking for dn_expand in -lsocket" >&5
-+echo "configure:94377: checking for dn_expand in -lsocket" >&5
- ac_lib_var=`echo socket'_'dn_expand | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -93448,7 +94381,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 93452 "configure"
-+#line 94385 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -93459,7 +94392,7 @@
- dn_expand()
- ; return 0; }
- EOF
--if { (eval echo configure:93463: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94396: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -93479,7 +94412,7 @@
-   echo "$ac_t""no" 1>&6
-     echo $ac_n "checking for __dn_expand in -lsocket""... $ac_c" 1>&6
--echo "configure:93483: checking for __dn_expand in -lsocket" >&5
-+echo "configure:94416: checking for __dn_expand in -lsocket" >&5
- ac_lib_var=`echo socket'_'__dn_expand | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -93487,7 +94420,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsocket  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 93491 "configure"
-+#line 94424 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -93498,7 +94431,7 @@
- __dn_expand()
- ; return 0; }
- EOF
--if { (eval echo configure:93502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94435: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -93530,11 +94463,11 @@
-   found=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93534 "configure"
-+#line 94467 "configure"
- #include "confdefs.h"
- main() { return (0); }
- EOF
--if { (eval echo configure:93538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:94471: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   found=yes
- else
-@@ -93587,7 +94520,7 @@
- echo $ac_n "checking whether atof() accepts NAN""... $ac_c" 1>&6
--echo "configure:93591: checking whether atof() accepts NAN" >&5
-+echo "configure:94524: checking whether atof() accepts NAN" >&5
- if eval "test \"`echo '$''{'ac_cv_atof_accept_nan'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -93598,7 +94531,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93602 "configure"
-+#line 94535 "configure"
- #include "confdefs.h"
- #include <math.h>
-@@ -93618,7 +94551,7 @@
- }
- EOF
--if { (eval echo configure:93622: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:94555: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_atof_accept_nan=yes
-@@ -93645,7 +94578,7 @@
- fi
- echo $ac_n "checking whether atof() accepts INF""... $ac_c" 1>&6
--echo "configure:93649: checking whether atof() accepts INF" >&5
-+echo "configure:94582: checking whether atof() accepts INF" >&5
- if eval "test \"`echo '$''{'ac_cv_atof_accept_inf'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -93656,7 +94589,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93660 "configure"
-+#line 94593 "configure"
- #include "confdefs.h"
- #include <math.h>
-@@ -93679,7 +94612,7 @@
- }
- EOF
--if { (eval echo configure:93683: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:94616: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_atof_accept_inf=yes
-@@ -93706,7 +94639,7 @@
- fi
- echo $ac_n "checking whether HUGE_VAL == INF""... $ac_c" 1>&6
--echo "configure:93710: checking whether HUGE_VAL == INF" >&5
-+echo "configure:94643: checking whether HUGE_VAL == INF" >&5
- if eval "test \"`echo '$''{'ac_cv_huge_val_inf'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -93717,7 +94650,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93721 "configure"
-+#line 94654 "configure"
- #include "confdefs.h"
- #include <math.h>
-@@ -93740,7 +94673,7 @@
- }
- EOF
--if { (eval echo configure:93744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:94677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_huge_val_inf=yes
-@@ -93767,7 +94700,7 @@
- fi
- echo $ac_n "checking whether HUGE_VAL + -HUGEVAL == NAN""... $ac_c" 1>&6
--echo "configure:93771: checking whether HUGE_VAL + -HUGEVAL == NAN" >&5
-+echo "configure:94704: checking whether HUGE_VAL + -HUGEVAL == NAN" >&5
- if eval "test \"`echo '$''{'ac_cv_huge_val_nan'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -93778,7 +94711,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93782 "configure"
-+#line 94715 "configure"
- #include "confdefs.h"
- #include <math.h>
-@@ -93803,7 +94736,7 @@
- }
- EOF
--if { (eval echo configure:93807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:94740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   ac_cv_huge_val_nan=yes
-@@ -93830,13 +94763,13 @@
- fi
- echo $ac_n "checking whether strptime() declaration fails""... $ac_c" 1>&6
--echo "configure:93834: checking whether strptime() declaration fails" >&5
-+echo "configure:94767: checking whether strptime() declaration fails" >&5
- if eval "test \"`echo '$''{'ac_cv_strptime_decl_fails'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
- cat > conftest.$ac_ext <<EOF
--#line 93840 "configure"
-+#line 94773 "configure"
- #include "confdefs.h"
- #include <time.h>
-@@ -93852,7 +94785,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:93856: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:94789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-   ac_cv_strptime_decl_fails=no
-@@ -93880,17 +94813,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:93884: checking for $ac_hdr" >&5
-+echo "configure:94817: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93889 "configure"
-+#line 94822 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:93894: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:94827: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -93919,12 +94852,12 @@
- for ac_func in mblen
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:93923: checking for $ac_func" >&5
-+echo "configure:94856: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93928 "configure"
-+#line 94861 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -93947,7 +94880,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:93951: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94884: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -93974,12 +94907,12 @@
- for ac_func in mbrlen mbsinit
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:93978: checking for $ac_func" >&5
-+echo "configure:94911: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 93983 "configure"
-+#line 94916 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -94002,7 +94935,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:94006: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:94939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -94027,13 +94960,13 @@
- done
- echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6
--echo "configure:94031: checking for mbstate_t" >&5
-+echo "configure:94964: checking for mbstate_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_mbstate_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
- cat > conftest.$ac_ext <<EOF
--#line 94037 "configure"
-+#line 94970 "configure"
- #include "confdefs.h"
- #ifdef HAVE_WCHAR_H
-@@ -94046,7 +94979,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:94050: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:94983: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-   ac_cv_type_mbstate_t=yes
-@@ -94422,7 +95355,7 @@
- php_with_sybase=no
- echo $ac_n "checking for Sybase support""... $ac_c" 1>&6
--echo "configure:94426: checking for Sybase support" >&5
-+echo "configure:95359: checking for Sybase support" >&5
- # Check whether --with-sybase or --without-sybase was given.
- if test "${with_sybase+set}" = set; then
-   withval="$with_sybase"
-@@ -94883,7 +95816,7 @@
-   fi
-   echo $ac_n "checking for dnet_addr in -ldnet_stub""... $ac_c" 1>&6
--echo "configure:94887: checking for dnet_addr in -ldnet_stub" >&5
-+echo "configure:95820: checking for dnet_addr in -ldnet_stub" >&5
- ac_lib_var=`echo dnet_stub'_'dnet_addr | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -94891,7 +95824,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldnet_stub  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 94895 "configure"
-+#line 95828 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -94902,7 +95835,7 @@
- dnet_addr()
- ; return 0; }
- EOF
--if { (eval echo configure:94906: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:95839: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -95028,7 +95961,7 @@
- EOF
-   echo $ac_n "checking for tdsdbopen in -lsybdb""... $ac_c" 1>&6
--echo "configure:95032: checking for tdsdbopen in -lsybdb" >&5
-+echo "configure:95965: checking for tdsdbopen in -lsybdb" >&5
- ac_lib_var=`echo sybdb'_'tdsdbopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -95036,7 +95969,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsybdb  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 95040 "configure"
-+#line 95973 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -95047,7 +95980,7 @@
- tdsdbopen()
- ; return 0; }
- EOF
--if { (eval echo configure:95051: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:95984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -95089,7 +96022,7 @@
- php_with_sybase_ct=no
- echo $ac_n "checking for Sybase-CT support""... $ac_c" 1>&6
--echo "configure:95093: checking for Sybase-CT support" >&5
-+echo "configure:96026: checking for Sybase-CT support" >&5
- # Check whether --with-sybase-ct or --without-sybase-ct was given.
- if test "${with_sybase_ct+set}" = set; then
-   withval="$with_sybase_ct"
-@@ -95728,7 +96661,7 @@
-   done
-   echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6
--echo "configure:95732: checking for netg_errstr in -ltcl" >&5
-+echo "configure:96665: checking for netg_errstr in -ltcl" >&5
- ac_lib_var=`echo tcl'_'netg_errstr | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -95736,7 +96669,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ltcl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 95740 "configure"
-+#line 96673 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -95747,7 +96680,7 @@
- netg_errstr()
- ; return 0; }
- EOF
--if { (eval echo configure:95751: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:96684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -95922,7 +96855,7 @@
-   done
-   echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6
--echo "configure:95926: checking for insck__getVdate in -linsck" >&5
-+echo "configure:96859: checking for insck__getVdate in -linsck" >&5
- ac_lib_var=`echo insck'_'insck__getVdate | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -95930,7 +96863,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-linsck  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 95934 "configure"
-+#line 96867 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -95941,7 +96874,7 @@
- insck__getVdate()
- ; return 0; }
- EOF
--if { (eval echo configure:95945: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:96878: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -96089,7 +97022,7 @@
-   done
-   echo $ac_n "checking for bsd_tcp in -linsck""... $ac_c" 1>&6
--echo "configure:96093: checking for bsd_tcp in -linsck" >&5
-+echo "configure:97026: checking for bsd_tcp in -linsck" >&5
- ac_lib_var=`echo insck'_'bsd_tcp | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -96097,7 +97030,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-linsck  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 96101 "configure"
-+#line 97034 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -96108,7 +97041,7 @@
- bsd_tcp()
- ; return 0; }
- EOF
--if { (eval echo configure:96112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:97045: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -96168,7 +97101,7 @@
- php_enable_sysvmsg=no
- echo $ac_n "checking whether to enable System V IPC support""... $ac_c" 1>&6
--echo "configure:96172: checking whether to enable System V IPC support" >&5
-+echo "configure:97105: checking whether to enable System V IPC support" >&5
- # Check whether --enable-sysvmsg or --disable-sysvmsg was given.
- if test "${enable_sysvmsg+set}" = set; then
-   enableval="$enable_sysvmsg"
-@@ -96214,17 +97147,17 @@
- if test "$PHP_SYSVMSG" != "no"; then
-   ac_safe=`echo "sys/msg.h" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for sys/msg.h""... $ac_c" 1>&6
--echo "configure:96218: checking for sys/msg.h" >&5
-+echo "configure:97151: checking for sys/msg.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 96223 "configure"
-+#line 97156 "configure"
- #include "confdefs.h"
- #include <sys/msg.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:96228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:97161: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -96540,7 +97473,7 @@
- php_enable_sysvsem=no
- echo $ac_n "checking whether to enable System V semaphore support""... $ac_c" 1>&6
--echo "configure:96544: checking whether to enable System V semaphore support" >&5
-+echo "configure:97477: checking whether to enable System V semaphore support" >&5
- # Check whether --enable-sysvsem or --disable-sysvsem was given.
- if test "${enable_sysvsem+set}" = set; then
-   enableval="$enable_sysvsem"
-@@ -96870,12 +97803,12 @@
- EOF
-  echo $ac_n "checking for union semun""... $ac_c" 1>&6
--echo "configure:96874: checking for union semun" >&5
-+echo "configure:97807: checking for union semun" >&5
- if eval "test \"`echo '$''{'php_cv_semun'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 96879 "configure"
-+#line 97812 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -96886,7 +97819,7 @@
- union semun x;
- ; return 0; }
- EOF
--if { (eval echo configure:96890: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:97823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-      php_cv_semun=yes
-@@ -96922,7 +97855,7 @@
- php_enable_sysvshm=no
- echo $ac_n "checking whether to enable System V shared memory support""... $ac_c" 1>&6
--echo "configure:96926: checking whether to enable System V shared memory support" >&5
-+echo "configure:97859: checking whether to enable System V shared memory support" >&5
- # Check whether --enable-sysvshm or --disable-sysvshm was given.
- if test "${enable_sysvshm+set}" = set; then
-   enableval="$enable_sysvshm"
-@@ -97258,7 +98191,7 @@
- php_with_tidy=no
- echo $ac_n "checking for TIDY support""... $ac_c" 1>&6
--echo "configure:97262: checking for TIDY support" >&5
-+echo "configure:98195: checking for TIDY support" >&5
- # Check whether --with-tidy or --without-tidy was given.
- if test "${with_tidy+set}" = set; then
-   withval="$with_tidy"
-@@ -97550,7 +98483,7 @@
-   done
-   echo $ac_n "checking for tidyOptGetDoc in -ltidy""... $ac_c" 1>&6
--echo "configure:97554: checking for tidyOptGetDoc in -ltidy" >&5
-+echo "configure:98487: checking for tidyOptGetDoc in -ltidy" >&5
- ac_lib_var=`echo tidy'_'tidyOptGetDoc | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -97558,7 +98491,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ltidy  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 97562 "configure"
-+#line 98495 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -97569,7 +98502,7 @@
- tidyOptGetDoc()
- ; return 0; }
- EOF
--if { (eval echo configure:97573: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:98506: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -97902,7 +98835,7 @@
- php_enable_tokenizer=yes
- echo $ac_n "checking whether to enable tokenizer support""... $ac_c" 1>&6
--echo "configure:97906: checking whether to enable tokenizer support" >&5
-+echo "configure:98839: checking whether to enable tokenizer support" >&5
- # Check whether --enable-tokenizer or --disable-tokenizer was given.
- if test "${enable_tokenizer+set}" = set; then
-   enableval="$enable_tokenizer"
-@@ -98240,7 +99173,7 @@
- php_enable_wddx=no
- echo $ac_n "checking whether to enable WDDX support""... $ac_c" 1>&6
--echo "configure:98244: checking whether to enable WDDX support" >&5
-+echo "configure:99177: checking whether to enable WDDX support" >&5
- # Check whether --enable-wddx or --disable-wddx was given.
- if test "${enable_wddx+set}" = set; then
-   enableval="$enable_wddx"
-@@ -98288,7 +99221,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:98292: checking libxml2 install dir" >&5
-+echo "configure:99225: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -98315,7 +99248,7 @@
- php_with_libexpat_dir=no
- echo $ac_n "checking libexpat dir for WDDX""... $ac_c" 1>&6
--echo "configure:98319: checking libexpat dir for WDDX" >&5
-+echo "configure:99252: checking libexpat dir for WDDX" >&5
- # Check whether --with-libexpat-dir or --without-libexpat-dir was given.
- if test "${with_libexpat_dir+set}" = set; then
-   withval="$with_libexpat_dir"
-@@ -98346,7 +99279,7 @@
-     
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:98350: checking for xml2-config path" >&5
-+echo "configure:99283: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -98504,7 +99437,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:98508: checking whether libxml build works" >&5
-+echo "configure:99441: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -98520,7 +99453,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 98524 "configure"
-+#line 99457 "configure"
- #include "confdefs.h"
-     
-@@ -98531,7 +99464,7 @@
-     }
-   
- EOF
--if { (eval echo configure:98535: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:99468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -99087,7 +100020,7 @@
- php_enable_xml=yes
- echo $ac_n "checking whether to enable XML support""... $ac_c" 1>&6
--echo "configure:99091: checking whether to enable XML support" >&5
-+echo "configure:100024: checking whether to enable XML support" >&5
- # Check whether --enable-xml or --disable-xml was given.
- if test "${enable_xml+set}" = set; then
-   enableval="$enable_xml"
-@@ -99135,7 +100068,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:99139: checking libxml2 install dir" >&5
-+echo "configure:100072: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -99162,7 +100095,7 @@
- php_with_libexpat_dir=no
- echo $ac_n "checking libexpat install dir""... $ac_c" 1>&6
--echo "configure:99166: checking libexpat install dir" >&5
-+echo "configure:100099: checking libexpat install dir" >&5
- # Check whether --with-libexpat-dir or --without-libexpat-dir was given.
- if test "${with_libexpat_dir+set}" = set; then
-   withval="$with_libexpat_dir"
-@@ -99194,7 +100127,7 @@
-     
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:99198: checking for xml2-config path" >&5
-+echo "configure:100131: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -99352,7 +100285,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:99356: checking whether libxml build works" >&5
-+echo "configure:100289: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -99368,7 +100301,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 99372 "configure"
-+#line 100305 "configure"
- #include "confdefs.h"
-     
-@@ -99379,7 +100312,7 @@
-     }
-   
- EOF
--if { (eval echo configure:99383: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:100316: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -99904,7 +100837,7 @@
- php_enable_xmlreader=yes
- echo $ac_n "checking whether to enable XMLReader support""... $ac_c" 1>&6
--echo "configure:99908: checking whether to enable XMLReader support" >&5
-+echo "configure:100841: checking whether to enable XMLReader support" >&5
- # Check whether --enable-xmlreader or --disable-xmlreader was given.
- if test "${enable_xmlreader+set}" = set; then
-   enableval="$enable_xmlreader"
-@@ -99952,7 +100885,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:99956: checking libxml2 install dir" >&5
-+echo "configure:100889: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -99983,7 +100916,7 @@
-   
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:99987: checking for xml2-config path" >&5
-+echo "configure:100920: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -100141,7 +101074,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:100145: checking whether libxml build works" >&5
-+echo "configure:101078: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -100157,7 +101090,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 100161 "configure"
-+#line 101094 "configure"
- #include "confdefs.h"
-     
-@@ -100168,7 +101101,7 @@
-     }
-   
- EOF
--if { (eval echo configure:100172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:101105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -100539,7 +101472,7 @@
- php_with_xmlrpc=no
- echo $ac_n "checking for XMLRPC-EPI support""... $ac_c" 1>&6
--echo "configure:100543: checking for XMLRPC-EPI support" >&5
-+echo "configure:101476: checking for XMLRPC-EPI support" >&5
- # Check whether --with-xmlrpc or --without-xmlrpc was given.
- if test "${with_xmlrpc+set}" = set; then
-   withval="$with_xmlrpc"
-@@ -100587,7 +101520,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:100591: checking libxml2 install dir" >&5
-+echo "configure:101524: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -100614,7 +101547,7 @@
- php_with_libexpat_dir=no
- echo $ac_n "checking libexpat dir for XMLRPC-EPI""... $ac_c" 1>&6
--echo "configure:100618: checking libexpat dir for XMLRPC-EPI" >&5
-+echo "configure:101551: checking libexpat dir for XMLRPC-EPI" >&5
- # Check whether --with-libexpat-dir or --without-libexpat-dir was given.
- if test "${with_libexpat_dir+set}" = set; then
-   withval="$with_libexpat_dir"
-@@ -100640,7 +101573,7 @@
- php_with_iconv_dir=no
- echo $ac_n "checking iconv dir for XMLRPC-EPI""... $ac_c" 1>&6
--echo "configure:100644: checking iconv dir for XMLRPC-EPI" >&5
-+echo "configure:101577: checking iconv dir for XMLRPC-EPI" >&5
- # Check whether --with-iconv-dir or --without-iconv-dir was given.
- if test "${with_iconv_dir+set}" = set; then
-   withval="$with_iconv_dir"
-@@ -100699,7 +101632,7 @@
-     
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:100703: checking for xml2-config path" >&5
-+echo "configure:101636: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -100857,7 +101790,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:100861: checking whether libxml build works" >&5
-+echo "configure:101794: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -100873,7 +101806,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 100877 "configure"
-+#line 101810 "configure"
- #include "confdefs.h"
-     
-@@ -100884,7 +101817,7 @@
-     }
-   
- EOF
--if { (eval echo configure:100888: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:101821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -101149,12 +102082,12 @@
-         if test "$PHP_ICONV" = "yes"; then
-     echo $ac_n "checking for iconv""... $ac_c" 1>&6
--echo "configure:101153: checking for iconv" >&5
-+echo "configure:102086: checking for iconv" >&5
- if eval "test \"`echo '$''{'ac_cv_func_iconv'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 101158 "configure"
-+#line 102091 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char iconv(); below.  */
-@@ -101177,7 +102110,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:101181: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:102114: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_iconv=yes"
- else
-@@ -101198,12 +102131,12 @@
-   echo "$ac_t""no" 1>&6
-       echo $ac_n "checking for libiconv""... $ac_c" 1>&6
--echo "configure:101202: checking for libiconv" >&5
-+echo "configure:102135: checking for libiconv" >&5
- if eval "test \"`echo '$''{'ac_cv_func_libiconv'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 101207 "configure"
-+#line 102140 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char libiconv(); below.  */
-@@ -101226,7 +102159,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:101230: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:102163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_libiconv=yes"
- else
-@@ -101382,7 +102315,7 @@
-   done
-   echo $ac_n "checking for libiconv in -l$iconv_lib_name""... $ac_c" 1>&6
--echo "configure:101386: checking for libiconv in -l$iconv_lib_name" >&5
-+echo "configure:102319: checking for libiconv in -l$iconv_lib_name" >&5
- ac_lib_var=`echo $iconv_lib_name'_'libiconv | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -101390,7 +102323,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$iconv_lib_name  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 101394 "configure"
-+#line 102327 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -101401,7 +102334,7 @@
- libiconv()
- ; return 0; }
- EOF
--if { (eval echo configure:101405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:102338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -101535,7 +102468,7 @@
-   done
-   echo $ac_n "checking for iconv in -l$iconv_lib_name""... $ac_c" 1>&6
--echo "configure:101539: checking for iconv in -l$iconv_lib_name" >&5
-+echo "configure:102472: checking for iconv in -l$iconv_lib_name" >&5
- ac_lib_var=`echo $iconv_lib_name'_'iconv | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -101543,7 +102476,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-l$iconv_lib_name  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 101547 "configure"
-+#line 102480 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -101554,7 +102487,7 @@
- iconv()
- ; return 0; }
- EOF
--if { (eval echo configure:101558: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:102491: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -101743,7 +102676,7 @@
-   # Extract the first word of "ranlib", so it can be a program name with args.
- set dummy ranlib; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:101747: checking for $ac_word" >&5
-+echo "configure:102680: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -101771,21 +102704,21 @@
- fi
- echo $ac_n "checking for inline""... $ac_c" 1>&6
--echo "configure:101775: checking for inline" >&5
-+echo "configure:102708: checking for inline" >&5
- if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   ac_cv_c_inline=no
- for ac_kw in inline __inline__ __inline; do
-   cat > conftest.$ac_ext <<EOF
--#line 101782 "configure"
-+#line 102715 "configure"
- #include "confdefs.h"
- int main() {
- } $ac_kw foo() {
- ; return 0; }
- EOF
--if { (eval echo configure:101789: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:102722: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_c_inline=$ac_kw; break
- else
-@@ -101823,12 +102756,12 @@
- echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
--echo "configure:101827: checking for ANSI C header files" >&5
-+echo "configure:102760: checking for ANSI C header files" >&5
- if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 101832 "configure"
-+#line 102765 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- #include <stdarg.h>
-@@ -101836,7 +102769,7 @@
- #include <float.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:101840: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:102773: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -101853,7 +102786,7 @@
- if test $ac_cv_header_stdc = yes; then
-   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 101857 "configure"
-+#line 102790 "configure"
- #include "confdefs.h"
- #include <string.h>
- EOF
-@@ -101871,7 +102804,7 @@
- if test $ac_cv_header_stdc = yes; then
-   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
- cat > conftest.$ac_ext <<EOF
--#line 101875 "configure"
-+#line 102808 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
-@@ -101892,7 +102825,7 @@
-   :
- else
-   cat > conftest.$ac_ext <<EOF
--#line 101896 "configure"
-+#line 102829 "configure"
- #include "confdefs.h"
- #include <ctype.h>
- #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-@@ -101903,7 +102836,7 @@
- exit (0); }
- EOF
--if { (eval echo configure:101907: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:102840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   :
- else
-@@ -101930,17 +102863,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:101934: checking for $ac_hdr" >&5
-+echo "configure:102867: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 101939 "configure"
-+#line 102872 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:101944: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:102877: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -101972,7 +102905,7 @@
- echo $ac_n "checking size of char""... $ac_c" 1>&6
--echo "configure:101976: checking size of char" >&5
-+echo "configure:102909: checking size of char" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -101980,18 +102913,18 @@
-   ac_cv_sizeof_char=1
- else
-   cat > conftest.$ac_ext <<EOF
--#line 101984 "configure"
-+#line 102917 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(char));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:101995: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:102928: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_char=`cat conftestval`
- else
-@@ -102012,7 +102945,7 @@
- echo $ac_n "checking size of int""... $ac_c" 1>&6
--echo "configure:102016: checking size of int" >&5
-+echo "configure:102949: checking size of int" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -102020,18 +102953,18 @@
-   ac_cv_sizeof_int=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 102024 "configure"
-+#line 102957 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(int));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:102035: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:102968: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_int=`cat conftestval`
- else
-@@ -102051,7 +102984,7 @@
- echo $ac_n "checking size of long""... $ac_c" 1>&6
--echo "configure:102055: checking size of long" >&5
-+echo "configure:102988: checking size of long" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -102059,18 +102992,18 @@
-   ac_cv_sizeof_long=4
- else
-   cat > conftest.$ac_ext <<EOF
--#line 102063 "configure"
-+#line 102996 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:102074: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:103007: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long=`cat conftestval`
- else
-@@ -102090,7 +103023,7 @@
- echo $ac_n "checking size of long long""... $ac_c" 1>&6
--echo "configure:102094: checking size of long long" >&5
-+echo "configure:103027: checking size of long long" >&5
- if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -102098,18 +103031,18 @@
-   ac_cv_sizeof_long_long=8
- else
-   cat > conftest.$ac_ext <<EOF
--#line 102102 "configure"
-+#line 103035 "configure"
- #include "confdefs.h"
- #include <stdio.h>
--int main()
-+main()
- {
-   FILE *f=fopen("conftestval", "w");
--  if (!f) return(1);
-+  if (!f) exit(1);
-   fprintf(f, "%d\n", sizeof(long long));
--  return(0);
-+  exit(0);
- }
- EOF
--if { (eval echo configure:102113: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:103046: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_sizeof_long_long=`cat conftestval`
- else
-@@ -102129,12 +103062,12 @@
- echo $ac_n "checking for size_t""... $ac_c" 1>&6
--echo "configure:102133: checking for size_t" >&5
-+echo "configure:103066: checking for size_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 102138 "configure"
-+#line 103071 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -102162,12 +103095,12 @@
- fi
- echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
--echo "configure:102166: checking whether time.h and sys/time.h may both be included" >&5
-+echo "configure:103099: checking whether time.h and sys/time.h may both be included" >&5
- if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 102171 "configure"
-+#line 103104 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <sys/time.h>
-@@ -102176,7 +103109,7 @@
- struct tm *tp;
- ; return 0; }
- EOF
--if { (eval echo configure:102180: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:103113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_header_time=yes
- else
-@@ -102197,12 +103130,12 @@
- fi
- echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6
--echo "configure:102201: checking for uid_t in sys/types.h" >&5
-+echo "configure:103134: checking for uid_t in sys/types.h" >&5
- if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 102206 "configure"
-+#line 103139 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- EOF
-@@ -102242,12 +103175,12 @@
-  memcpy memmove
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:102246: checking for $ac_func" >&5
-+echo "configure:103179: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 102251 "configure"
-+#line 103184 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -102270,7 +103203,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:102274: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:103207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -102613,7 +103546,7 @@
-     XMLRPC_DIR=$PHP_XMLRPC/include/xmlrpc-epi
-   else
-     echo $ac_n "checking for XMLRPC-EPI in default path""... $ac_c" 1>&6
--echo "configure:102617: checking for XMLRPC-EPI in default path" >&5
-+echo "configure:103550: checking for XMLRPC-EPI in default path" >&5
-     for i in /usr/local /usr; do
-       if test -r $i/include/xmlrpc.h; then
-         XMLRPC_DIR=$i/include
-@@ -103045,7 +103978,7 @@
- php_enable_xmlwriter=yes
- echo $ac_n "checking whether to enable XMLWriter support""... $ac_c" 1>&6
--echo "configure:103049: checking whether to enable XMLWriter support" >&5
-+echo "configure:103982: checking whether to enable XMLWriter support" >&5
- # Check whether --enable-xmlwriter or --disable-xmlwriter was given.
- if test "${enable_xmlwriter+set}" = set; then
-   enableval="$enable_xmlwriter"
-@@ -103093,7 +104026,7 @@
- php_with_libxml_dir=no
- echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6
--echo "configure:103097: checking libxml2 install dir" >&5
-+echo "configure:104030: checking libxml2 install dir" >&5
- # Check whether --with-libxml-dir or --without-libxml-dir was given.
- if test "${with_libxml_dir+set}" = set; then
-   withval="$with_libxml_dir"
-@@ -103124,7 +104057,7 @@
-   
- echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6
--echo "configure:103128: checking for xml2-config path" >&5
-+echo "configure:104061: checking for xml2-config path" >&5
- if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -103282,7 +104215,7 @@
-             echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6
--echo "configure:103286: checking whether libxml build works" >&5
-+echo "configure:104219: checking whether libxml build works" >&5
- if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -103298,7 +104231,7 @@
-   
- else
-   cat > conftest.$ac_ext <<EOF
--#line 103302 "configure"
-+#line 104235 "configure"
- #include "confdefs.h"
-     
-@@ -103309,7 +104242,7 @@
-     }
-   
- EOF
--if { (eval echo configure:103313: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:104246: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-     LIBS=$old_LIBS
-@@ -103648,7 +104581,7 @@
- php_with_xsl=no
- echo $ac_n "checking for XSL support""... $ac_c" 1>&6
--echo "configure:103652: checking for XSL support" >&5
-+echo "configure:104585: checking for XSL support" >&5
- # Check whether --with-xsl or --without-xsl was given.
- if test "${with_xsl+set}" = set; then
-   withval="$with_xsl"
-@@ -103851,7 +104784,7 @@
-       
-       echo $ac_n "checking for EXSLT support""... $ac_c" 1>&6
--echo "configure:103855: checking for EXSLT support" >&5
-+echo "configure:104788: checking for EXSLT support" >&5
-       for i in $PHP_XSL /usr/local /usr; do
-         if test -r "$i/include/libexslt/exslt.h"; then
-           PHP_XSL_EXSL_DIR=$i
-@@ -104316,7 +105249,7 @@
- php_enable_zip=no
- echo $ac_n "checking for zip archive read/writesupport""... $ac_c" 1>&6
--echo "configure:104320: checking for zip archive read/writesupport" >&5
-+echo "configure:105253: checking for zip archive read/writesupport" >&5
- # Check whether --enable-zip or --disable-zip was given.
- if test "${enable_zip+set}" = set; then
-   enableval="$enable_zip"
-@@ -104364,7 +105297,7 @@
- php_with_zlib_dir=no
- echo $ac_n "checking for the location of libz""... $ac_c" 1>&6
--echo "configure:104368: checking for the location of libz" >&5
-+echo "configure:105301: checking for the location of libz" >&5
- # Check whether --with-zlib-dir or --without-zlib-dir was given.
- if test "${with_zlib_dir+set}" = set; then
-   withval="$with_zlib_dir"
-@@ -104412,7 +105345,7 @@
-       fi
-               echo $ac_n "checking for the location of zlib""... $ac_c" 1>&6
--echo "configure:104416: checking for the location of zlib" >&5
-+echo "configure:105349: checking for the location of zlib" >&5
-       if test "$PHP_ZLIB_DIR" = "no"; then
-               { echo "configure: error: zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB include and library are located" 1>&2; exit 1; }
-       else
-@@ -104958,7 +105891,7 @@
- php_with_pear=DEFAULT
- echo $ac_n "checking whether to install PEAR""... $ac_c" 1>&6
--echo "configure:104962: checking whether to install PEAR" >&5
-+echo "configure:105895: checking whether to install PEAR" >&5
- # Check whether --with-pear or --without-pear was given.
- if test "${with_pear+set}" = set; then
-   withval="$with_pear"
-@@ -105068,7 +106001,7 @@
-   bison_version=none
-   if test "$YACC"; then
-     echo $ac_n "checking for bison version""... $ac_c" 1>&6
--echo "configure:105072: checking for bison version" >&5
-+echo "configure:106005: checking for bison version" >&5
- if eval "test \"`echo '$''{'php_cv_bison_version'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -105125,17 +106058,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:105129: checking for $ac_hdr" >&5
-+echo "configure:106062: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105134 "configure"
-+#line 106067 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:105139: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:106072: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -105163,12 +106096,12 @@
- echo $ac_n "checking for size_t""... $ac_c" 1>&6
--echo "configure:105167: checking for size_t" >&5
-+echo "configure:106100: checking for size_t" >&5
- if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105172 "configure"
-+#line 106105 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -105196,12 +106129,12 @@
- fi
- echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
--echo "configure:105200: checking return type of signal handlers" >&5
-+echo "configure:106133: checking return type of signal handlers" >&5
- if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105205 "configure"
-+#line 106138 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #include <signal.h>
-@@ -105218,7 +106151,7 @@
- int i;
- ; return 0; }
- EOF
--if { (eval echo configure:105222: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:106155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_type_signal=void
- else
-@@ -105242,12 +106175,12 @@
- echo $ac_n "checking for uint""... $ac_c" 1>&6
--echo "configure:105246: checking for uint" >&5
-+echo "configure:106179: checking for uint" >&5
- if eval "test \"`echo '$''{'ac_cv_type_uint'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105251 "configure"
-+#line 106184 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -105275,12 +106208,12 @@
- fi
- echo $ac_n "checking for ulong""... $ac_c" 1>&6
--echo "configure:105279: checking for ulong" >&5
-+echo "configure:106212: checking for ulong" >&5
- if eval "test \"`echo '$''{'ac_cv_type_ulong'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105284 "configure"
-+#line 106217 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
- #if STDC_HEADERS
-@@ -105310,9 +106243,9 @@
- echo $ac_n "checking for int32_t""... $ac_c" 1>&6
--echo "configure:105314: checking for int32_t" >&5
-+echo "configure:106247: checking for int32_t" >&5
- cat > conftest.$ac_ext <<EOF
--#line 105316 "configure"
-+#line 106249 "configure"
- #include "confdefs.h"
- #if HAVE_SYS_TYPES_H  
-@@ -105331,7 +106264,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:105335: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:106268: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-   cat >> confdefs.h <<EOF
-@@ -105350,9 +106283,9 @@
- rm -f conftest*
- echo $ac_n "checking for uint32_t""... $ac_c" 1>&6
--echo "configure:105354: checking for uint32_t" >&5
-+echo "configure:106287: checking for uint32_t" >&5
- cat > conftest.$ac_ext <<EOF
--#line 105356 "configure"
-+#line 106289 "configure"
- #include "confdefs.h"
- #if HAVE_SYS_TYPES_H  
-@@ -105371,7 +106304,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:105375: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:106308: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-   cat >> confdefs.h <<EOF
-@@ -105390,12 +106323,12 @@
- rm -f conftest*
- echo $ac_n "checking for vprintf""... $ac_c" 1>&6
--echo "configure:105394: checking for vprintf" >&5
-+echo "configure:106327: checking for vprintf" >&5
- if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105399 "configure"
-+#line 106332 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char vprintf(); below.  */
-@@ -105418,7 +106351,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:105422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:106355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_vprintf=yes"
- else
-@@ -105442,12 +106375,12 @@
- if test "$ac_cv_func_vprintf" != yes; then
- echo $ac_n "checking for _doprnt""... $ac_c" 1>&6
--echo "configure:105446: checking for _doprnt" >&5
-+echo "configure:106379: checking for _doprnt" >&5
- if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105451 "configure"
-+#line 106384 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char _doprnt(); below.  */
-@@ -105470,7 +106403,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:105474: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:106407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func__doprnt=yes"
- else
-@@ -105495,7 +106428,7 @@
- fi
- echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
--echo "configure:105499: checking for 8-bit clean memcmp" >&5
-+echo "configure:106432: checking for 8-bit clean memcmp" >&5
- if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -105503,7 +106436,7 @@
-   ac_cv_func_memcmp_clean=no
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105507 "configure"
-+#line 106440 "configure"
- #include "confdefs.h"
- main()
-@@ -105513,7 +106446,7 @@
- }
- EOF
--if { (eval echo configure:105517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:106450: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_func_memcmp_clean=yes
- else
-@@ -105533,19 +106466,19 @@
- # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
- # for constant arguments.  Useless!
- echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6
--echo "configure:105537: checking for working alloca.h" >&5
-+echo "configure:106470: checking for working alloca.h" >&5
- if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105542 "configure"
-+#line 106475 "configure"
- #include "confdefs.h"
- #include <alloca.h>
- int main() {
- char *p = alloca(2 * sizeof(int));
- ; return 0; }
- EOF
--if { (eval echo configure:105549: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:106482: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_header_alloca_h=yes
- else
-@@ -105566,12 +106499,12 @@
- fi
- echo $ac_n "checking for alloca""... $ac_c" 1>&6
--echo "configure:105570: checking for alloca" >&5
-+echo "configure:106503: checking for alloca" >&5
- if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105575 "configure"
-+#line 106508 "configure"
- #include "confdefs.h"
- #ifdef __GNUC__
-@@ -105599,7 +106532,7 @@
- char *p = (char *) alloca(1);
- ; return 0; }
- EOF
--if { (eval echo configure:105603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:106536: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   ac_cv_func_alloca_works=yes
- else
-@@ -105631,12 +106564,12 @@
- echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6
--echo "configure:105635: checking whether alloca needs Cray hooks" >&5
-+echo "configure:106568: checking whether alloca needs Cray hooks" >&5
- if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105640 "configure"
-+#line 106573 "configure"
- #include "confdefs.h"
- #if defined(CRAY) && ! defined(CRAY2)
- webecray
-@@ -105661,12 +106594,12 @@
- if test $ac_cv_os_cray = yes; then
- for ac_func in _getb67 GETB67 getb67; do
-   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:105665: checking for $ac_func" >&5
-+echo "configure:106598: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105670 "configure"
-+#line 106603 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -105689,7 +106622,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:105693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:106626: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -105716,7 +106649,7 @@
- fi
- echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6
--echo "configure:105720: checking stack direction for C alloca" >&5
-+echo "configure:106653: checking stack direction for C alloca" >&5
- if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -105724,7 +106657,7 @@
-   ac_cv_c_stack_direction=0
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105728 "configure"
-+#line 106661 "configure"
- #include "confdefs.h"
- find_stack_direction ()
- {
-@@ -105743,7 +106676,7 @@
-   exit (find_stack_direction() < 0);
- }
- EOF
--if { (eval echo configure:105747: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:106680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   ac_cv_c_stack_direction=1
- else
-@@ -105767,12 +106700,12 @@
- for ac_func in memcpy strdup getpid kill strtod strtol finite fpclass
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:105771: checking for $ac_func" >&5
-+echo "configure:106704: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105776 "configure"
-+#line 106709 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -105795,7 +106728,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:105799: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:106732: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -105821,7 +106754,7 @@
-   echo $ac_n "checking whether sprintf is broken""... $ac_c" 1>&6
--echo "configure:105825: checking whether sprintf is broken" >&5
-+echo "configure:106758: checking whether sprintf is broken" >&5
- if eval "test \"`echo '$''{'ac_cv_broken_sprintf'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -105832,11 +106765,11 @@
-     
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105836 "configure"
-+#line 106769 "configure"
- #include "confdefs.h"
- main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); }
- EOF
--if { (eval echo configure:105840: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:106773: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-       ac_cv_broken_sprintf=no
-@@ -105870,12 +106803,12 @@
- for ac_func in finite isfinite isinf isnan
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:105874: checking for $ac_func" >&5
-+echo "configure:106807: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105879 "configure"
-+#line 106812 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -105898,7 +106831,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:105902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:106835: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -105925,13 +106858,13 @@
-   echo $ac_n "checking whether fp_except is defined""... $ac_c" 1>&6
--echo "configure:105929: checking whether fp_except is defined" >&5
-+echo "configure:106862: checking whether fp_except is defined" >&5
- if eval "test \"`echo '$''{'ac_cv_type_fp_except'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   
-     cat > conftest.$ac_ext <<EOF
--#line 105935 "configure"
-+#line 106868 "configure"
- #include "confdefs.h"
- #include <floatingpoint.h>
-@@ -105942,7 +106875,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:105946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:106879: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   
-      ac_cv_type_fp_except=yes
-@@ -105972,17 +106905,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:105976: checking for $ac_hdr" >&5
-+echo "configure:106909: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 105981 "configure"
-+#line 106914 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:105986: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:106919: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -106010,14 +106943,14 @@
- echo $ac_n "checking whether dlsym() requires a leading underscore in symbol names""... $ac_c" 1>&6
--echo "configure:106014: checking whether dlsym() requires a leading underscore in symbol names" >&5
-+echo "configure:106947: checking whether dlsym() requires a leading underscore in symbol names" >&5
- if test "$cross_compiling" = yes; then :
-   
- else
-   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-   lt_status=$lt_dlunknown
-   cat > conftest.$ac_ext <<EOF
--#line 106021 "configure"
-+#line 106954 "configure"
- #include "confdefs.h"
- #if HAVE_DLFCN_H
-@@ -106078,7 +107011,7 @@
-     exit (status);
- }
- EOF
--  if { (eval echo configure:106082: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-+  if { (eval echo configure:107015: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-     (./conftest; exit; ) >&5 2>/dev/null
-     lt_status=$?
-     case x$lt_status in
-@@ -106161,23 +107094,23 @@
- echo $ac_n "checking virtual machine dispatch method""... $ac_c" 1>&6
--echo "configure:106165: checking virtual machine dispatch method" >&5
-+echo "configure:107098: checking virtual machine dispatch method" >&5
- echo "$ac_t""$PHP_ZEND_VM" 1>&6
- echo $ac_n "checking whether to enable thread-safety""... $ac_c" 1>&6
--echo "configure:106169: checking whether to enable thread-safety" >&5
-+echo "configure:107102: checking whether to enable thread-safety" >&5
- echo "$ac_t""$ZEND_MAINTAINER_ZTS" 1>&6
- echo $ac_n "checking whether to enable inline optimization for GCC""... $ac_c" 1>&6
--echo "configure:106173: checking whether to enable inline optimization for GCC" >&5
-+echo "configure:107106: checking whether to enable inline optimization for GCC" >&5
- echo "$ac_t""$ZEND_INLINE_OPTIMIZATION" 1>&6
- echo $ac_n "checking whether to enable Zend debugging""... $ac_c" 1>&6
--echo "configure:106177: checking whether to enable Zend debugging" >&5
-+echo "configure:107110: checking whether to enable Zend debugging" >&5
- echo "$ac_t""$ZEND_DEBUG" 1>&6
- echo $ac_n "checking whether to enable Zend multibyte""... $ac_c" 1>&6
--echo "configure:106181: checking whether to enable Zend multibyte" >&5
-+echo "configure:107114: checking whether to enable Zend multibyte" >&5
- echo "$ac_t""$ZEND_MULTIBYTE" 1>&6
-       
- case $PHP_ZEND_VM in
-@@ -106250,21 +107183,21 @@
- echo $ac_n "checking for inline""... $ac_c" 1>&6
--echo "configure:106254: checking for inline" >&5
-+echo "configure:107187: checking for inline" >&5
- if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   ac_cv_c_inline=no
- for ac_kw in inline __inline__ __inline; do
-   cat > conftest.$ac_ext <<EOF
--#line 106261 "configure"
-+#line 107194 "configure"
- #include "confdefs.h"
- int main() {
- } $ac_kw foo() {
- ; return 0; }
- EOF
--if { (eval echo configure:106268: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:107201: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   rm -rf conftest*
-   ac_cv_c_inline=$ac_kw; break
- else
-@@ -106293,7 +107226,7 @@
- echo $ac_n "checking target system is Darwin""... $ac_c" 1>&6
--echo "configure:106297: checking target system is Darwin" >&5
-+echo "configure:107230: checking target system is Darwin" >&5
- if echo "$target" | grep "darwin" > /dev/null; then
-   cat >> confdefs.h <<\EOF
- #define DARWIN 1
-@@ -106305,7 +107238,7 @@
- fi
- echo $ac_n "checking for MM alignment and log values""... $ac_c" 1>&6
--echo "configure:106309: checking for MM alignment and log values" >&5
-+echo "configure:107242: checking for MM alignment and log values" >&5
- if test "$cross_compiling" = yes; then
-   
-@@ -106313,7 +107246,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106317 "configure"
-+#line 107250 "configure"
- #include "confdefs.h"
- #include <stdio.h>
-@@ -106349,7 +107282,7 @@
- }
- EOF
--if { (eval echo configure:106353: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:107286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
-@@ -106374,7 +107307,7 @@
- echo "$ac_t""done" 1>&6
- echo $ac_n "checking for memory allocation using mmap(MAP_ANON)""... $ac_c" 1>&6
--echo "configure:106378: checking for memory allocation using mmap(MAP_ANON)" >&5
-+echo "configure:107311: checking for memory allocation using mmap(MAP_ANON)" >&5
- if test "$cross_compiling" = yes; then
-   
-@@ -106382,7 +107315,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106386 "configure"
-+#line 107319 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -106418,7 +107351,7 @@
- }
- EOF
--if { (eval echo configure:106422: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:107355: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   cat >> confdefs.h <<\EOF
-@@ -106440,7 +107373,7 @@
- echo $ac_n "checking for memory allocation using mmap("/dev/zero")""... $ac_c" 1>&6
--echo "configure:106444: checking for memory allocation using mmap("/dev/zero")" >&5
-+echo "configure:107377: checking for memory allocation using mmap("/dev/zero")" >&5
- if test "$cross_compiling" = yes; then
-   
-@@ -106448,7 +107381,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106452 "configure"
-+#line 107385 "configure"
- #include "confdefs.h"
- #include <sys/types.h>
-@@ -106494,7 +107427,7 @@
- }
- EOF
--if { (eval echo configure:106498: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:107431: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   cat >> confdefs.h <<\EOF
-@@ -106518,12 +107451,12 @@
- for ac_func in mremap
- do
- echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
--echo "configure:106522: checking for $ac_func" >&5
-+echo "configure:107455: checking for $ac_func" >&5
- if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106527 "configure"
-+#line 107460 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char $ac_func(); below.  */
-@@ -106546,7 +107479,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:106550: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:107483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_$ac_func=yes"
- else
-@@ -106613,17 +107546,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:106617: checking for $ac_hdr" >&5
-+echo "configure:107550: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106622 "configure"
-+#line 107555 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:106627: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:107560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -106700,7 +107633,7 @@
-   
- echo $ac_n "checking for GNU Pth""... $ac_c" 1>&6
--echo "configure:106704: checking for GNU Pth" >&5
-+echo "configure:107637: checking for GNU Pth" >&5
- PTH_PREFIX="`$TSRM_PTH --prefix`"
- if test -z "$PTH_PREFIX"; then
-   echo "$ac_t""Please check your Pth installation" 1>&6
-@@ -106730,17 +107663,17 @@
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
- echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
--echo "configure:106734: checking for $ac_hdr" >&5
-+echo "configure:107667: checking for $ac_hdr" >&5
- if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106739 "configure"
-+#line 107672 "configure"
- #include "confdefs.h"
- #include <$ac_hdr>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:106744: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:107677: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   rm -rf conftest*
-@@ -106770,7 +107703,7 @@
-   LIBS="$LIBS -lst"
-   echo $ac_n "checking for SGI's State Threads""... $ac_c" 1>&6
--echo "configure:106774: checking for SGI's State Threads" >&5
-+echo "configure:107707: checking for SGI's State Threads" >&5
-   echo "$ac_t""yes" 1>&6
-   cat >> confdefs.h <<\EOF
- #define TSRM_ST 1
-@@ -106809,7 +107742,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106813 "configure"
-+#line 107746 "configure"
- #include "confdefs.h"
- #include <pthread.h>
-@@ -106827,7 +107760,7 @@
-     return pthread_create(&thd, NULL, thread_routine, &data);
- } 
- EOF
--if { (eval echo configure:106831: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:107764: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   pthreads_working=yes
-@@ -106847,7 +107780,7 @@
-   CFLAGS=$save_CFLAGS
-   echo $ac_n "checking for pthreads_cflags""... $ac_c" 1>&6
--echo "configure:106851: checking for pthreads_cflags" >&5
-+echo "configure:107784: checking for pthreads_cflags" >&5
- if eval "test \"`echo '$''{'ac_cv_pthreads_cflags'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -106869,7 +107802,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106873 "configure"
-+#line 107806 "configure"
- #include "confdefs.h"
- #include <pthread.h>
-@@ -106887,7 +107820,7 @@
-     return pthread_create(&thd, NULL, thread_routine, &data);
- } 
- EOF
--if { (eval echo configure:106891: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:107824: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   pthreads_working=yes
-@@ -106917,7 +107850,7 @@
- echo "$ac_t""$ac_cv_pthreads_cflags" 1>&6
- echo $ac_n "checking for pthreads_lib""... $ac_c" 1>&6
--echo "configure:106921: checking for pthreads_lib" >&5
-+echo "configure:107854: checking for pthreads_lib" >&5
- if eval "test \"`echo '$''{'ac_cv_pthreads_lib'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -106939,7 +107872,7 @@
- else
-   cat > conftest.$ac_ext <<EOF
--#line 106943 "configure"
-+#line 107876 "configure"
- #include "confdefs.h"
- #include <pthread.h>
-@@ -106957,7 +107890,7 @@
-     return pthread_create(&thd, NULL, thread_routine, &data);
- } 
- EOF
--if { (eval echo configure:106961: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
-+if { (eval echo configure:107894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
- then
-   
-   pthreads_working=yes
-@@ -107008,7 +107941,7 @@
-   echo $ac_n "checking for POSIX threads""... $ac_c" 1>&6
--echo "configure:107012: checking for POSIX threads" >&5
-+echo "configure:107945: checking for POSIX threads" >&5
-   echo "$ac_t""yes" 1>&6
- fi
-@@ -107406,6 +108339,18 @@
-   
-+  PHP_VAR_SUBST="$PHP_VAR_SUBST SAPI_EXTRA_LIBS"
-+
-+  
-+
-+
-+  
-+  PHP_VAR_SUBST="$PHP_VAR_SUBST SAPI_EXTRA_DEPS"
-+
-+  
-+
-+
-+  
-   PHP_VAR_SUBST="$PHP_VAR_SUBST ZEND_EXTRA_LIBS"
-   
-@@ -107621,7 +108566,7 @@
- echo $ac_n "checking build system type""... $ac_c" 1>&6
--echo "configure:107625: checking build system type" >&5
-+echo "configure:108570: checking build system type" >&5
- build_alias=$build
- case "$build_alias" in
-@@ -107650,7 +108595,7 @@
- if test "$GCC" = yes; then
-   # Check if gcc -print-prog-name=ld gives a path.
-   echo $ac_n "checking for ld used by $CC""... $ac_c" 1>&6
--echo "configure:107654: checking for ld used by $CC" >&5
-+echo "configure:108599: checking for ld used by $CC" >&5
-   case $host in
-   *-*-mingw*)
-     # gcc leaves a trailing carriage return which upsets mingw
-@@ -107680,10 +108625,10 @@
-   esac
- elif test "$with_gnu_ld" = yes; then
-   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
--echo "configure:107684: checking for GNU ld" >&5
-+echo "configure:108629: checking for GNU ld" >&5
- else
-   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
--echo "configure:107687: checking for non-GNU ld" >&5
-+echo "configure:108632: checking for non-GNU ld" >&5
- fi
- if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -107722,7 +108667,7 @@
- fi
- test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
- echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
--echo "configure:107726: checking if the linker ($LD) is GNU ld" >&5
-+echo "configure:108671: checking if the linker ($LD) is GNU ld" >&5
- if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -107742,7 +108687,7 @@
- echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6
--echo "configure:107746: checking for $LD option to reload object files" >&5
-+echo "configure:108691: checking for $LD option to reload object files" >&5
- if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -107767,7 +108712,7 @@
- esac
- echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6
--echo "configure:107771: checking for BSD-compatible nm" >&5
-+echo "configure:108716: checking for BSD-compatible nm" >&5
- if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -107813,7 +108758,7 @@
- NM="$lt_cv_path_NM"
- echo $ac_n "checking how to recognise dependent libraries""... $ac_c" 1>&6
--echo "configure:107817: checking how to recognise dependent libraries" >&5
-+echo "configure:108762: checking how to recognise dependent libraries" >&5
- if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -107991,13 +108936,13 @@
- test -z "$deplibs_check_method" && deplibs_check_method=unknown
- echo $ac_n "checking for object suffix""... $ac_c" 1>&6
--echo "configure:107995: checking for object suffix" >&5
-+echo "configure:108940: checking for object suffix" >&5
- if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   rm -f conftest*
- echo 'int i = 1;' > conftest.$ac_ext
--if { (eval echo configure:108001: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:108946: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   for ac_file in conftest.*; do
-     case $ac_file in
-     *.c) ;;
-@@ -108017,7 +108962,7 @@
- echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
--echo "configure:108021: checking for executable suffix" >&5
-+echo "configure:108966: checking for executable suffix" >&5
- if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108027,7 +108972,7 @@
-   rm -f conftest*
-   echo 'int main () { return 0; }' > conftest.$ac_ext
-   ac_cv_exeext=
--  if { (eval echo configure:108031: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
-+  if { (eval echo configure:108976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
-     for file in conftest.*; do
-       case $file in
-       *.c | *.o | *.obj) ;;
-@@ -108070,7 +109015,7 @@
- ia64-*-hpux*)
-   # Find out which ABI we are using.
-   echo 'int i;' > conftest.$ac_ext
--  if { (eval echo configure:108074: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  if { (eval echo configure:109019: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-     case `/usr/bin/file conftest.$ac_objext` in
-     *ELF-32*)
-       HPUX_IA64_MODE="32"
-@@ -108084,8 +109029,8 @@
-   ;;
- *-*-irix6*)
-   # Find out which ABI we are using.
--  echo '#line 108088 "configure"' > conftest.$ac_ext
--  if { (eval echo configure:108089: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  echo '#line 109033 "configure"' > conftest.$ac_ext
-+  if { (eval echo configure:109034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-    if test "$lt_cv_prog_gnu_ld" = yes; then
-     case `/usr/bin/file conftest.$ac_objext` in
-     *32-bit*)
-@@ -108118,7 +109063,7 @@
- x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
-   # Find out which ABI we are using.
-   echo 'int i;' > conftest.$ac_ext
--  if { (eval echo configure:108122: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  if { (eval echo configure:109067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-     case `/usr/bin/file conftest.o` in
-     *32-bit*)
-       case $host in
-@@ -108162,7 +109107,7 @@
-   SAVE_CFLAGS="$CFLAGS"
-   CFLAGS="$CFLAGS -belf"
-   echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6
--echo "configure:108166: checking whether the C compiler needs -belf" >&5
-+echo "configure:109111: checking whether the C compiler needs -belf" >&5
- if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108175,14 +109120,14 @@
- cross_compiling=$ac_cv_prog_cc_cross
-      cat > conftest.$ac_ext <<EOF
--#line 108179 "configure"
-+#line 109124 "configure"
- #include "confdefs.h"
- int main() {
- ; return 0; }
- EOF
--if { (eval echo configure:108186: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:109131: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   lt_cv_cc_needs_belf=yes
- else
-@@ -108220,7 +109165,7 @@
-     ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
-     (test "X$CXX" != "Xg++"))) ; then
-   echo $ac_n "checking how to run the C++ preprocessor""... $ac_c" 1>&6
--echo "configure:108224: checking how to run the C++ preprocessor" >&5
-+echo "configure:109169: checking how to run the C++ preprocessor" >&5
- if test -z "$CXXCPP"; then
- if eval "test \"`echo '$''{'ac_cv_prog_CXXCPP'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -108233,12 +109178,12 @@
- cross_compiling=$ac_cv_prog_cxx_cross
-   CXXCPP="${CXX-g++} -E"
-   cat > conftest.$ac_ext <<EOF
--#line 108237 "configure"
-+#line 109182 "configure"
- #include "confdefs.h"
- #include <stdlib.h>
- EOF
- ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
--{ (eval echo configure:108242: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
-+{ (eval echo configure:109187: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
- ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
- if test -z "$ac_err"; then
-   :
-@@ -108269,7 +109214,7 @@
- # find the maximum length of command line arguments
- echo $ac_n "checking the maximum length of command line arguments""... $ac_c" 1>&6
--echo "configure:108273: checking the maximum length of command line arguments" >&5
-+echo "configure:109218: checking the maximum length of command line arguments" >&5
- if eval "test \"`echo '$''{'lt_cv_sys_max_cmd_len'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108370,7 +109315,7 @@
- # Check for command to grab the raw symbol name followed by C symbol from nm.
- echo $ac_n "checking command to parse $NM output from $compiler object""... $ac_c" 1>&6
--echo "configure:108374: checking command to parse $NM output from $compiler object" >&5
-+echo "configure:109319: checking command to parse $NM output from $compiler object" >&5
- if eval "test \"`echo '$''{'lt_cv_sys_global_symbol_pipe'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108465,10 +109410,10 @@
- int main(){nm_test_var='a';nm_test_func();return(0);}
- EOF
--  if { (eval echo configure:108469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+  if { (eval echo configure:109414: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-     # Now try to grab the symbols.
-     nlist=conftest.nm
--    if { (eval echo configure:108472: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then
-+    if { (eval echo configure:109417: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\") 1>&5; (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5; } && test -s "$nlist"; then
-       # Try sorting and uniquifying the output.
-       if sort "$nlist" | uniq > "$nlist"T; then
-       mv -f "$nlist"T "$nlist"
-@@ -108519,7 +109464,7 @@
-         lt_save_CFLAGS="$CFLAGS"
-         LIBS="conftstm.$ac_objext"
-         CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
--        if { (eval echo configure:108523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+        if { (eval echo configure:109468: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-           pipe_works=yes
-         fi
-         LIBS="$lt_save_LIBS"
-@@ -108559,7 +109504,7 @@
- fi
- echo $ac_n "checking for objdir""... $ac_c" 1>&6
--echo "configure:108563: checking for objdir" >&5
-+echo "configure:109508: checking for objdir" >&5
- if eval "test \"`echo '$''{'lt_cv_objdir'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108625,7 +109570,7 @@
- # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
- set dummy ${ac_tool_prefix}ar; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:108629: checking for $ac_word" >&5
-+echo "configure:109574: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108657,7 +109602,7 @@
-   # Extract the first word of "ar", so it can be a program name with args.
- set dummy ar; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:108661: checking for $ac_word" >&5
-+echo "configure:109606: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_AR'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108692,7 +109637,7 @@
- # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
- set dummy ${ac_tool_prefix}ranlib; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:108696: checking for $ac_word" >&5
-+echo "configure:109641: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108724,7 +109669,7 @@
-   # Extract the first word of "ranlib", so it can be a program name with args.
- set dummy ranlib; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:108728: checking for $ac_word" >&5
-+echo "configure:109673: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108759,7 +109704,7 @@
- # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
- set dummy ${ac_tool_prefix}strip; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:108763: checking for $ac_word" >&5
-+echo "configure:109708: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108791,7 +109736,7 @@
-   # Extract the first word of "strip", so it can be a program name with args.
- set dummy strip; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
--echo "configure:108795: checking for $ac_word" >&5
-+echo "configure:109740: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108877,7 +109822,7 @@
- file_magic*)
-   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
-     echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6
--echo "configure:108881: checking for ${ac_tool_prefix}file" >&5
-+echo "configure:109826: checking for ${ac_tool_prefix}file" >&5
- if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -108937,7 +109882,7 @@
- if test -z "$lt_cv_path_MAGIC_CMD"; then
-   if test -n "$ac_tool_prefix"; then
-     echo $ac_n "checking for file""... $ac_c" 1>&6
--echo "configure:108941: checking for file" >&5
-+echo "configure:109886: checking for file" >&5
- if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -109096,7 +110041,7 @@
- # Check to make sure the static flag actually works.
- #
- echo $ac_n "checking if $compiler static flag $lt_prog_compiler_static works""... $ac_c" 1>&6
--echo "configure:109100: checking if $compiler static flag $lt_prog_compiler_static works" >&5
-+echo "configure:110045: checking if $compiler static flag $lt_prog_compiler_static works" >&5
- if eval "test \"`echo '$''{'lt_prog_compiler_static_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -109146,7 +110091,7 @@
-   
- echo $ac_n "checking if $compiler supports -fno-rtti -fno-exceptions""... $ac_c" 1>&6
--echo "configure:109150: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
-+echo "configure:110095: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
- if eval "test \"`echo '$''{'lt_cv_prog_compiler_rtti_exceptions'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -109163,11 +110108,11 @@
-    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-    -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"configure:109167: $lt_compile\"" >&5)
-+   (eval echo "\"configure:110112: $lt_compile\"" >&5)
-    (eval "$lt_compile" 2>conftest.err)
-    ac_status=$?
-    cat conftest.err >&5
--   echo "configure:109171: \$? = $ac_status" >&5
-+   echo "configure:110116: \$? = $ac_status" >&5
-    if (exit $ac_status) && test -s "$ac_outfile"; then
-      # The compiler can only warn and ignore the option if not recognized
-      # So say no if there are warnings other than the usual output.
-@@ -109196,7 +110141,7 @@
- lt_prog_compiler_static=
- echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6
--echo "configure:109200: checking for $compiler option to produce PIC" >&5
-+echo "configure:110145: checking for $compiler option to produce PIC" >&5
-  
-   if test "$GCC" = yes; then
-     lt_prog_compiler_wl='-Wl,'
-@@ -109407,7 +110352,7 @@
- if test -n "$lt_prog_compiler_pic"; then
-   
- echo $ac_n "checking if $compiler PIC flag $lt_prog_compiler_pic works""... $ac_c" 1>&6
--echo "configure:109411: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
-+echo "configure:110356: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
- if eval "test \"`echo '$''{'lt_prog_compiler_pic_works'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -109424,11 +110369,11 @@
-    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-    -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"configure:109428: $lt_compile\"" >&5)
-+   (eval echo "\"configure:110373: $lt_compile\"" >&5)
-    (eval "$lt_compile" 2>conftest.err)
-    ac_status=$?
-    cat conftest.err >&5
--   echo "configure:109432: \$? = $ac_status" >&5
-+   echo "configure:110377: \$? = $ac_status" >&5
-    if (exit $ac_status) && test -s "$ac_outfile"; then
-      # The compiler can only warn and ignore the option if not recognized
-      # So say no if there are warnings other than the usual output.
-@@ -109466,7 +110411,7 @@
- esac
- echo $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6
--echo "configure:109470: checking if $compiler supports -c -o file.$ac_objext" >&5
-+echo "configure:110415: checking if $compiler supports -c -o file.$ac_objext" >&5
- if eval "test \"`echo '$''{'lt_cv_prog_compiler_c_o'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -109486,11 +110431,11 @@
-    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-    -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"configure:109490: $lt_compile\"" >&5)
-+   (eval echo "\"configure:110435: $lt_compile\"" >&5)
-    (eval "$lt_compile" 2>out/conftest.err)
-    ac_status=$?
-    cat out/conftest.err >&5
--   echo "configure:109494: \$? = $ac_status" >&5
-+   echo "configure:110439: \$? = $ac_status" >&5
-    if (exit $ac_status) && test -s out/conftest2.$ac_objext
-    then
-      # The compiler can only warn and ignore the option if not recognized
-@@ -109520,7 +110465,7 @@
- if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
-   # do not overwrite the value of need_locks provided by the user
-   echo $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6
--echo "configure:109524: checking if we can lock with hard links" >&5
-+echo "configure:110469: checking if we can lock with hard links" >&5
-   hard_links=yes
-   $rm conftest*
-   ln conftest.a conftest.b 2>/dev/null && hard_links=no
-@@ -109537,7 +110482,7 @@
- fi
- echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6
--echo "configure:109541: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-+echo "configure:110486: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-   runpath_var=
-   allow_undefined_flag=
-@@ -109890,12 +110835,12 @@
-        # Determine the default libpath from the value encoded in an empty executable.
-        
- cat > conftest.$ac_ext <<EOF
--#line 109894 "configure"
-+#line 110839 "configure"
- #include "confdefs.h"
- int main() {
- ; return 0; }
- EOF
--if { (eval echo configure:109899: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:110844: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   
- aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
- }'`
-@@ -109921,12 +110866,12 @@
-        # Determine the default libpath from the value encoded in an empty executable.
-        
- cat > conftest.$ac_ext <<EOF
--#line 109925 "configure"
-+#line 110870 "configure"
- #include "confdefs.h"
- int main() {
- ; return 0; }
- EOF
--if { (eval echo configure:109930: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:110875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   
- aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
- }'`
-@@ -110398,11 +111343,11 @@
-       # systems, -lgcc has to come before -lc. If gcc already passes -lc
-       # to ld, don't add -lc before -lgcc.
-       echo $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6
--echo "configure:110402: checking whether -lc should be explicitly linked in" >&5
-+echo "configure:111347: checking whether -lc should be explicitly linked in" >&5
-       $rm conftest*
-       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
--      if { (eval echo configure:110406: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then
-+      if { (eval echo configure:111351: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then
-         soname=conftest
-         lib=conftest
-         libobjs=conftest.$ac_objext
-@@ -110415,7 +111360,7 @@
-         libname=conftest
-         lt_save_allow_undefined_flag=$allow_undefined_flag
-         allow_undefined_flag=
--        if { (eval echo configure:110419: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
-+        if { (eval echo configure:111364: \"$archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
-         then
-         archive_cmds_need_lc=no
-         else
-@@ -110434,7 +111379,7 @@
- esac
- echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6
--echo "configure:110438: checking dynamic linker characteristics" >&5
-+echo "configure:111383: checking dynamic linker characteristics" >&5
- library_names_spec=
- libname_spec='lib$name'
- soname_spec=
-@@ -110808,8 +111753,8 @@
-   libsuff=
-   case $host_cpu in
-   x86_64*|s390x*|powerpc64*)
--    echo '#line 110812 "configure"' > conftest.$ac_ext
--    if { (eval echo configure:110813: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+    echo '#line 111757 "configure"' > conftest.$ac_ext
-+    if { (eval echo configure:111758: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-       case `/usr/bin/file conftest.$ac_objext` in
-       *64-bit*)
-         libsuff=64
-@@ -111008,7 +111953,7 @@
- test "$dynamic_linker" = no && can_build_shared=no
- echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6
--echo "configure:111012: checking how to hardcode library paths into programs" >&5
-+echo "configure:111957: checking how to hardcode library paths into programs" >&5
- hardcode_action=
- if test -n "$hardcode_libdir_flag_spec" || \
-    test -n "$runpath_var" || \
-@@ -111046,7 +111991,7 @@
- striplib=
- old_striplib=
- echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6
--echo "configure:111050: checking whether stripping libraries is possible" >&5
-+echo "configure:111995: checking whether stripping libraries is possible" >&5
- if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
-   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-@@ -111096,7 +112041,7 @@
-   darwin*)
-   # if libdl is installed we need to link against it
-     echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:111100: checking for dlopen in -ldl" >&5
-+echo "configure:112045: checking for dlopen in -ldl" >&5
- ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -111104,7 +112049,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 111108 "configure"
-+#line 112053 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -111115,7 +112060,7 @@
- dlopen()
- ; return 0; }
- EOF
--if { (eval echo configure:111119: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:112064: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -111144,12 +112089,12 @@
-   *)
-     echo $ac_n "checking for shl_load""... $ac_c" 1>&6
--echo "configure:111148: checking for shl_load" >&5
-+echo "configure:112093: checking for shl_load" >&5
- if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 111153 "configure"
-+#line 112098 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char shl_load(); below.  */
-@@ -111172,7 +112117,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:111176: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:112121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_shl_load=yes"
- else
-@@ -111190,7 +112135,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
--echo "configure:111194: checking for shl_load in -ldld" >&5
-+echo "configure:112139: checking for shl_load in -ldld" >&5
- ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -111198,7 +112143,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldld  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 111202 "configure"
-+#line 112147 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -111209,7 +112154,7 @@
- shl_load()
- ; return 0; }
- EOF
--if { (eval echo configure:111213: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:112158: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -111228,12 +112173,12 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dlopen""... $ac_c" 1>&6
--echo "configure:111232: checking for dlopen" >&5
-+echo "configure:112177: checking for dlopen" >&5
- if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 111237 "configure"
-+#line 112182 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char dlopen(); below.  */
-@@ -111256,7 +112201,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:111260: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:112205: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_dlopen=yes"
- else
-@@ -111274,7 +112219,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:111278: checking for dlopen in -ldl" >&5
-+echo "configure:112223: checking for dlopen in -ldl" >&5
- ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -111282,7 +112227,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 111286 "configure"
-+#line 112231 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -111293,7 +112238,7 @@
- dlopen()
- ; return 0; }
- EOF
--if { (eval echo configure:111297: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:112242: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -111312,7 +112257,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6
--echo "configure:111316: checking for dlopen in -lsvld" >&5
-+echo "configure:112261: checking for dlopen in -lsvld" >&5
- ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -111320,7 +112265,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsvld  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 111324 "configure"
-+#line 112269 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -111331,7 +112276,7 @@
- dlopen()
- ; return 0; }
- EOF
--if { (eval echo configure:111335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:112280: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -111350,7 +112295,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
--echo "configure:111354: checking for dld_link in -ldld" >&5
-+echo "configure:112299: checking for dld_link in -ldld" >&5
- ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -111358,7 +112303,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldld  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 111362 "configure"
-+#line 112307 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- /* We use char because int might match the return type of a gcc2
-@@ -111369,7 +112314,7 @@
- dld_link()
- ; return 0; }
- EOF
--if { (eval echo configure:111373: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:112318: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -111425,7 +112370,7 @@
-     LIBS="$lt_cv_dlopen_libs $LIBS"
-     echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
--echo "configure:111429: checking whether a program can dlopen itself" >&5
-+echo "configure:112374: checking whether a program can dlopen itself" >&5
- if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -111435,7 +112380,7 @@
-   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-   lt_status=$lt_dlunknown
-   cat > conftest.$ac_ext <<EOF
--#line 111439 "configure"
-+#line 112384 "configure"
- #include "confdefs.h"
- #if HAVE_DLFCN_H
-@@ -111496,7 +112441,7 @@
-     exit (status);
- }
- EOF
--  if { (eval echo configure:111500: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-+  if { (eval echo configure:112445: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-     (./conftest; exit; ) >&5 2>/dev/null
-     lt_status=$?
-     case x$lt_status in
-@@ -111519,7 +112464,7 @@
-     if test "x$lt_cv_dlopen_self" = xyes; then
-       LDFLAGS="$LDFLAGS $link_static_flag"
-       echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
--echo "configure:111523: checking whether a statically linked program can dlopen itself" >&5
-+echo "configure:112468: checking whether a statically linked program can dlopen itself" >&5
- if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -111529,7 +112474,7 @@
-   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-   lt_status=$lt_dlunknown
-   cat > conftest.$ac_ext <<EOF
--#line 111533 "configure"
-+#line 112478 "configure"
- #include "confdefs.h"
- #if HAVE_DLFCN_H
-@@ -111590,7 +112535,7 @@
-     exit (status);
- }
- EOF
--  if { (eval echo configure:111594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-+  if { (eval echo configure:112539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-     (./conftest; exit; ) >&5 2>/dev/null
-     lt_status=$?
-     case x$lt_status in
-@@ -111631,11 +112576,11 @@
- # Report which librarie types wil actually be built
- echo $ac_n "checking if libtool supports shared libraries""... $ac_c" 1>&6
--echo "configure:111635: checking if libtool supports shared libraries" >&5
-+echo "configure:112580: checking if libtool supports shared libraries" >&5
- echo "$ac_t""$can_build_shared" 1>&6
- echo $ac_n "checking whether to build shared libraries""... $ac_c" 1>&6
--echo "configure:111639: checking whether to build shared libraries" >&5
-+echo "configure:112584: checking whether to build shared libraries" >&5
- test "$can_build_shared" = "no" && enable_shared=no
- # On AIX, shared libraries and static libraries use the same namespace, and
-@@ -111658,7 +112603,7 @@
- echo "$ac_t""$enable_shared" 1>&6
- echo $ac_n "checking whether to build static libraries""... $ac_c" 1>&6
--echo "configure:111662: checking whether to build static libraries" >&5
-+echo "configure:112607: checking whether to build static libraries" >&5
- # Make sure either enable_shared or enable_static is yes.
- test "$enable_shared" = yes || enable_static=yes
- echo "$ac_t""$enable_static" 1>&6
-@@ -112327,7 +113272,7 @@
- if test "$GCC" = yes; then
-   # Check if gcc -print-prog-name=ld gives a path.
-   echo $ac_n "checking for ld used by $CC""... $ac_c" 1>&6
--echo "configure:112331: checking for ld used by $CC" >&5
-+echo "configure:113276: checking for ld used by $CC" >&5
-   case $host in
-   *-*-mingw*)
-     # gcc leaves a trailing carriage return which upsets mingw
-@@ -112357,10 +113302,10 @@
-   esac
- elif test "$with_gnu_ld" = yes; then
-   echo $ac_n "checking for GNU ld""... $ac_c" 1>&6
--echo "configure:112361: checking for GNU ld" >&5
-+echo "configure:113306: checking for GNU ld" >&5
- else
-   echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6
--echo "configure:112364: checking for non-GNU ld" >&5
-+echo "configure:113309: checking for non-GNU ld" >&5
- fi
- if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -112399,7 +113344,7 @@
- fi
- test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; }
- echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6
--echo "configure:112403: checking if the linker ($LD) is GNU ld" >&5
-+echo "configure:113348: checking if the linker ($LD) is GNU ld" >&5
- if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -112465,7 +113410,7 @@
- # PORTME: fill in a description of your system's C++ link characteristics
- echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6
--echo "configure:112469: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-+echo "configure:113414: checking whether the $compiler linker ($LD) supports shared libraries" >&5
- ld_shlibs_CXX=yes
- case $host_os in
-   aix3*)
-@@ -112561,12 +113506,12 @@
-       # Determine the default libpath from the value encoded in an empty executable.
-       
- cat > conftest.$ac_ext <<EOF
--#line 112565 "configure"
-+#line 113510 "configure"
- #include "confdefs.h"
- int main() {
- ; return 0; }
- EOF
--if { (eval echo configure:112570: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:113515: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   
- aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
- }'`
-@@ -112593,12 +113538,12 @@
-       # Determine the default libpath from the value encoded in an empty executable.
-       
- cat > conftest.$ac_ext <<EOF
--#line 112597 "configure"
-+#line 113542 "configure"
- #include "confdefs.h"
- int main() {
- ; return 0; }
- EOF
--if { (eval echo configure:112602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:113547: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   
- aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e '/Import File Strings/,/^$/ { /^0/ { s/^0  *\(.*\)$/\1/; p; }
- }'`
-@@ -113305,7 +114250,7 @@
- };
- EOF
--if { (eval echo configure:113309: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+if { (eval echo configure:114254: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-   # Parse the compiler output and extract the necessary
-   # objects, libraries and library flags.
-@@ -113415,7 +114360,7 @@
- lt_prog_compiler_static_CXX=
- echo $ac_n "checking for $compiler option to produce PIC""... $ac_c" 1>&6
--echo "configure:113419: checking for $compiler option to produce PIC" >&5
-+echo "configure:114364: checking for $compiler option to produce PIC" >&5
-  
-   # C++ specific cases for pic, static, wl, etc.
-   if test "$GXX" = yes; then
-@@ -113690,7 +114635,7 @@
- if test -n "$lt_prog_compiler_pic_CXX"; then
-   
- echo $ac_n "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works""... $ac_c" 1>&6
--echo "configure:113694: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
-+echo "configure:114639: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
- if eval "test \"`echo '$''{'lt_prog_compiler_pic_works_CXX'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -113707,11 +114652,11 @@
-    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-    -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"configure:113711: $lt_compile\"" >&5)
-+   (eval echo "\"configure:114656: $lt_compile\"" >&5)
-    (eval "$lt_compile" 2>conftest.err)
-    ac_status=$?
-    cat conftest.err >&5
--   echo "configure:113715: \$? = $ac_status" >&5
-+   echo "configure:114660: \$? = $ac_status" >&5
-    if (exit $ac_status) && test -s "$ac_outfile"; then
-      # The compiler can only warn and ignore the option if not recognized
-      # So say no if there are warnings other than the usual output.
-@@ -113749,7 +114694,7 @@
- esac
- echo $ac_n "checking if $compiler supports -c -o file.$ac_objext""... $ac_c" 1>&6
--echo "configure:113753: checking if $compiler supports -c -o file.$ac_objext" >&5
-+echo "configure:114698: checking if $compiler supports -c -o file.$ac_objext" >&5
- if eval "test \"`echo '$''{'lt_cv_prog_compiler_c_o_CXX'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -113769,11 +114714,11 @@
-    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-    -e 's:$: $lt_compiler_flag:'`
--   (eval echo "\"configure:113773: $lt_compile\"" >&5)
-+   (eval echo "\"configure:114718: $lt_compile\"" >&5)
-    (eval "$lt_compile" 2>out/conftest.err)
-    ac_status=$?
-    cat out/conftest.err >&5
--   echo "configure:113777: \$? = $ac_status" >&5
-+   echo "configure:114722: \$? = $ac_status" >&5
-    if (exit $ac_status) && test -s out/conftest2.$ac_objext
-    then
-      # The compiler can only warn and ignore the option if not recognized
-@@ -113803,7 +114748,7 @@
- if test "$lt_cv_prog_compiler_c_o_CXX" = no && test "$need_locks" != no; then
-   # do not overwrite the value of need_locks provided by the user
-   echo $ac_n "checking if we can lock with hard links""... $ac_c" 1>&6
--echo "configure:113807: checking if we can lock with hard links" >&5
-+echo "configure:114752: checking if we can lock with hard links" >&5
-   hard_links=yes
-   $rm conftest*
-   ln conftest.a conftest.b 2>/dev/null && hard_links=no
-@@ -113820,7 +114765,7 @@
- fi
- echo $ac_n "checking whether the $compiler linker ($LD) supports shared libraries""... $ac_c" 1>&6
--echo "configure:113824: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-+echo "configure:114769: checking whether the $compiler linker ($LD) supports shared libraries" >&5
-   export_symbols_cmds_CXX='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
-   case $host_os in
-@@ -113870,11 +114815,11 @@
-       # systems, -lgcc has to come before -lc. If gcc already passes -lc
-       # to ld, don't add -lc before -lgcc.
-       echo $ac_n "checking whether -lc should be explicitly linked in""... $ac_c" 1>&6
--echo "configure:113874: checking whether -lc should be explicitly linked in" >&5
-+echo "configure:114819: checking whether -lc should be explicitly linked in" >&5
-       $rm conftest*
-       printf "$lt_simple_compile_test_code" > conftest.$ac_ext
--      if { (eval echo configure:113878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then
-+      if { (eval echo configure:114823: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; } 2>conftest.err; then
-         soname=conftest
-         lib=conftest
-         libobjs=conftest.$ac_objext
-@@ -113887,7 +114832,7 @@
-         libname=conftest
-         lt_save_allow_undefined_flag=$allow_undefined_flag_CXX
-         allow_undefined_flag_CXX=
--        if { (eval echo configure:113891: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
-+        if { (eval echo configure:114836: \"$archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1\") 1>&5; (eval $archive_cmds_CXX 2\>\&1 \| grep \" -lc \" \>/dev/null 2\>\&1) 2>&5; }
-         then
-         archive_cmds_need_lc_CXX=no
-         else
-@@ -113906,7 +114851,7 @@
- esac
- echo $ac_n "checking dynamic linker characteristics""... $ac_c" 1>&6
--echo "configure:113910: checking dynamic linker characteristics" >&5
-+echo "configure:114855: checking dynamic linker characteristics" >&5
- library_names_spec=
- libname_spec='lib$name'
- soname_spec=
-@@ -114280,8 +115225,8 @@
-   libsuff=
-   case $host_cpu in
-   x86_64*|s390x*|powerpc64*)
--    echo '#line 114284 "configure"' > conftest.$ac_ext
--    if { (eval echo configure:114285: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-+    echo '#line 115229 "configure"' > conftest.$ac_ext
-+    if { (eval echo configure:115230: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
-       case `/usr/bin/file conftest.$ac_objext` in
-       *64-bit*)
-         libsuff=64
-@@ -114480,7 +115425,7 @@
- test "$dynamic_linker" = no && can_build_shared=no
- echo $ac_n "checking how to hardcode library paths into programs""... $ac_c" 1>&6
--echo "configure:114484: checking how to hardcode library paths into programs" >&5
-+echo "configure:115429: checking how to hardcode library paths into programs" >&5
- hardcode_action_CXX=
- if test -n "$hardcode_libdir_flag_spec_CXX" || \
-    test -n "$runpath_var_CXX" || \
-@@ -114518,7 +115463,7 @@
- striplib=
- old_striplib=
- echo $ac_n "checking whether stripping libraries is possible""... $ac_c" 1>&6
--echo "configure:114522: checking whether stripping libraries is possible" >&5
-+echo "configure:115467: checking whether stripping libraries is possible" >&5
- if test -n "$STRIP" && $STRIP -V 2>&1 | grep "GNU strip" >/dev/null; then
-   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
-   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
-@@ -114568,7 +115513,7 @@
-   darwin*)
-   # if libdl is installed we need to link against it
-     echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:114572: checking for dlopen in -ldl" >&5
-+echo "configure:115517: checking for dlopen in -ldl" >&5
- ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -114576,7 +115521,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 114580 "configure"
-+#line 115525 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- #ifdef __cplusplus
-@@ -114590,7 +115535,7 @@
- dlopen()
- ; return 0; }
- EOF
--if { (eval echo configure:114594: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:115539: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -114619,12 +115564,12 @@
-   *)
-     echo $ac_n "checking for shl_load""... $ac_c" 1>&6
--echo "configure:114623: checking for shl_load" >&5
-+echo "configure:115568: checking for shl_load" >&5
- if eval "test \"`echo '$''{'ac_cv_func_shl_load'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 114628 "configure"
-+#line 115573 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char shl_load(); below.  */
-@@ -114650,7 +115595,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:114654: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:115599: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_shl_load=yes"
- else
-@@ -114668,7 +115613,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for shl_load in -ldld""... $ac_c" 1>&6
--echo "configure:114672: checking for shl_load in -ldld" >&5
-+echo "configure:115617: checking for shl_load in -ldld" >&5
- ac_lib_var=`echo dld'_'shl_load | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -114676,7 +115621,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldld  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 114680 "configure"
-+#line 115625 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- #ifdef __cplusplus
-@@ -114690,7 +115635,7 @@
- shl_load()
- ; return 0; }
- EOF
--if { (eval echo configure:114694: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:115639: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -114709,12 +115654,12 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dlopen""... $ac_c" 1>&6
--echo "configure:114713: checking for dlopen" >&5
-+echo "configure:115658: checking for dlopen" >&5
- if eval "test \"`echo '$''{'ac_cv_func_dlopen'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-   cat > conftest.$ac_ext <<EOF
--#line 114718 "configure"
-+#line 115663 "configure"
- #include "confdefs.h"
- /* System header to define __stub macros and hopefully few prototypes,
-     which can conflict with char dlopen(); below.  */
-@@ -114740,7 +115685,7 @@
- ; return 0; }
- EOF
--if { (eval echo configure:114744: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:115689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_func_dlopen=yes"
- else
-@@ -114758,7 +115703,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dlopen in -ldl""... $ac_c" 1>&6
--echo "configure:114762: checking for dlopen in -ldl" >&5
-+echo "configure:115707: checking for dlopen in -ldl" >&5
- ac_lib_var=`echo dl'_'dlopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -114766,7 +115711,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldl  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 114770 "configure"
-+#line 115715 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- #ifdef __cplusplus
-@@ -114780,7 +115725,7 @@
- dlopen()
- ; return 0; }
- EOF
--if { (eval echo configure:114784: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:115729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -114799,7 +115744,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dlopen in -lsvld""... $ac_c" 1>&6
--echo "configure:114803: checking for dlopen in -lsvld" >&5
-+echo "configure:115748: checking for dlopen in -lsvld" >&5
- ac_lib_var=`echo svld'_'dlopen | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -114807,7 +115752,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-lsvld  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 114811 "configure"
-+#line 115756 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- #ifdef __cplusplus
-@@ -114821,7 +115766,7 @@
- dlopen()
- ; return 0; }
- EOF
--if { (eval echo configure:114825: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:115770: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -114840,7 +115785,7 @@
- else
-   echo "$ac_t""no" 1>&6
- echo $ac_n "checking for dld_link in -ldld""... $ac_c" 1>&6
--echo "configure:114844: checking for dld_link in -ldld" >&5
-+echo "configure:115789: checking for dld_link in -ldld" >&5
- ac_lib_var=`echo dld'_'dld_link | sed 'y%./+-%__p_%'`
- if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
-@@ -114848,7 +115793,7 @@
-   ac_save_LIBS="$LIBS"
- LIBS="-ldld  $LIBS"
- cat > conftest.$ac_ext <<EOF
--#line 114852 "configure"
-+#line 115797 "configure"
- #include "confdefs.h"
- /* Override any gcc2 internal prototype to avoid an error.  */
- #ifdef __cplusplus
-@@ -114862,7 +115807,7 @@
- dld_link()
- ; return 0; }
- EOF
--if { (eval echo configure:114866: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-+if { (eval echo configure:115811: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
-   rm -rf conftest*
-   eval "ac_cv_lib_$ac_lib_var=yes"
- else
-@@ -114918,7 +115863,7 @@
-     LIBS="$lt_cv_dlopen_libs $LIBS"
-     echo $ac_n "checking whether a program can dlopen itself""... $ac_c" 1>&6
--echo "configure:114922: checking whether a program can dlopen itself" >&5
-+echo "configure:115867: checking whether a program can dlopen itself" >&5
- if eval "test \"`echo '$''{'lt_cv_dlopen_self'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -114928,7 +115873,7 @@
-   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-   lt_status=$lt_dlunknown
-   cat > conftest.$ac_ext <<EOF
--#line 114932 "configure"
-+#line 115877 "configure"
- #include "confdefs.h"
- #if HAVE_DLFCN_H
-@@ -114989,7 +115934,7 @@
-     exit (status);
- }
- EOF
--  if { (eval echo configure:114993: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-+  if { (eval echo configure:115938: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-     (./conftest; exit; ) >&5 2>/dev/null
-     lt_status=$?
-     case x$lt_status in
-@@ -115012,7 +115957,7 @@
-     if test "x$lt_cv_dlopen_self" = xyes; then
-       LDFLAGS="$LDFLAGS $link_static_flag"
-       echo $ac_n "checking whether a statically linked program can dlopen itself""... $ac_c" 1>&6
--echo "configure:115016: checking whether a statically linked program can dlopen itself" >&5
-+echo "configure:115961: checking whether a statically linked program can dlopen itself" >&5
- if eval "test \"`echo '$''{'lt_cv_dlopen_self_static'+set}'`\" = set"; then
-   echo $ac_n "(cached) $ac_c" 1>&6
- else
-@@ -115022,7 +115967,7 @@
-   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
-   lt_status=$lt_dlunknown
-   cat > conftest.$ac_ext <<EOF
--#line 115026 "configure"
-+#line 115971 "configure"
- #include "confdefs.h"
- #if HAVE_DLFCN_H
-@@ -115083,7 +116028,7 @@
-     exit (status);
- }
- EOF
--  if { (eval echo configure:115087: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-+  if { (eval echo configure:116032: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then
-     (./conftest; exit; ) >&5 2>/dev/null
-     lt_status=$?
-     case x$lt_status in
-@@ -115658,7 +116603,7 @@
-     install_targets="$PHP_INSTALL_CLI_TARGET $install_targets"
-     ;;
-   *)
--    install_targets="install-sapi $PHP_INSTALL_CLI_TARGET $install_targets"
-+    install_targets="install-sapi $install_fpm $PHP_INSTALL_CLI_TARGET $install_targets"
-     ;;
- esac
-@@ -116362,6 +117307,12 @@
- s%@LEX_OUTPUT_ROOT@%$LEX_OUTPUT_ROOT%g
- s%@SHLIB_SUFFIX_NAME@%$SHLIB_SUFFIX_NAME%g
- s%@SHLIB_DL_SUFFIX_NAME@%$SHLIB_DL_SUFFIX_NAME%g
-+s%@XMLCONFIG@%$XMLCONFIG%g
-+s%@php_fpm_conf_path@%$php_fpm_conf_path%g
-+s%@php_fpm_log_path@%$php_fpm_log_path%g
-+s%@php_fpm_pid_path@%$php_fpm_pid_path%g
-+s%@php_fpm_group@%$php_fpm_group%g
-+s%@FPM_VERSION@%$FPM_VERSION%g
- s%@PROG_SENDMAIL@%$PROG_SENDMAIL%g
- s%@LIBOBJS@%$LIBOBJS%g
- s%@ALLOCA@%$ALLOCA%g
-@@ -116410,6 +117361,8 @@
- s%@EXTRA_LDFLAGS@%$EXTRA_LDFLAGS%g
- s%@EXTRA_LDFLAGS_PROGRAM@%$EXTRA_LDFLAGS_PROGRAM%g
- s%@EXTRA_LIBS@%$EXTRA_LIBS%g
-+s%@SAPI_EXTRA_LIBS@%$SAPI_EXTRA_LIBS%g
-+s%@SAPI_EXTRA_DEPS@%$SAPI_EXTRA_DEPS%g
- s%@ZEND_EXTRA_LIBS@%$ZEND_EXTRA_LIBS%g
- s%@INCLUDES@%$INCLUDES%g
- s%@EXTRA_INCLUDES@%$EXTRA_INCLUDES%g
-diff -Nru php-5.2.6.vanilla/configure.in php-5.2.6.fpm/configure.in
---- php-5.2.6.vanilla/configure.in     2008-04-30 22:27:55.000000000 +0400
-+++ php-5.2.6.fpm/configure.in 2008-05-01 20:42:05.000000000 +0400
-@@ -267,6 +267,12 @@
-   PTHREADS_FLAGS
- fi
-+if test "$PHP_FASTCGI" = "yes" -a "$PHP_FPM" = "yes"; then
-+  PHP_CONFIGURE_PART(Running FastCGI Process Manager checks)
-+  sinclude(sapi/cgi/fpm/acinclude.m4)
-+  sinclude(sapi/cgi/fpm/config.m4)
-+fi
-+
- divert(3)
- dnl ## In diversion 3 we check for compile-time options to the PHP
-@@ -476,6 +482,7 @@
- alphasort \
- asctime_r \
- chroot \
-+clearenv \
- ctime_r \
- cuserid \
- crypt \
-@@ -1197,6 +1204,8 @@
- PHP_SUBST_OLD(EXTRA_LDFLAGS)
- PHP_SUBST_OLD(EXTRA_LDFLAGS_PROGRAM)
- PHP_SUBST_OLD(EXTRA_LIBS)
-+PHP_SUBST_OLD(SAPI_EXTRA_LIBS)
-+PHP_SUBST_OLD(SAPI_EXTRA_DEPS)
- PHP_SUBST_OLD(ZEND_EXTRA_LIBS)
- PHP_SUBST_OLD(INCLUDES)
- PHP_SUBST_OLD(EXTRA_INCLUDES)
-@@ -1285,7 +1294,7 @@
-     install_targets="$PHP_INSTALL_CLI_TARGET $install_targets"
-     ;;
-   *)
--    install_targets="install-sapi $PHP_INSTALL_CLI_TARGET $install_targets"
-+    install_targets="install-sapi $install_fpm $PHP_INSTALL_CLI_TARGET $install_targets"
-     ;;
- esac
-diff -Nru php-5.2.6.vanilla/libevent/aclocal.m4 php-5.2.6.fpm/libevent/aclocal.m4
---- php-5.2.6.vanilla/libevent/aclocal.m4      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/aclocal.m4  2008-03-28 01:50:48.000000000 +0300
-@@ -0,0 +1,891 @@
-+# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
-+
-+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-+# 2005  Free Software Foundation, Inc.
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-+# PARTICULAR PURPOSE.
-+
-+# Copyright (C) 2002, 2003, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# AM_AUTOMAKE_VERSION(VERSION)
-+# ----------------------------
-+# Automake X.Y traces this macro to ensure aclocal.m4 has been
-+# generated from the m4 files accompanying Automake X.Y.
-+AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
-+
-+# AM_SET_CURRENT_AUTOMAKE_VERSION
-+# -------------------------------
-+# Call AM_AUTOMAKE_VERSION so it can be traced.
-+# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
-+AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-+       [AM_AUTOMAKE_VERSION([1.9.5])])
-+
-+# AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
-+
-+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
-+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
-+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
-+#
-+# Of course, Automake must honor this variable whenever it calls a
-+# tool from the auxiliary directory.  The problem is that $srcdir (and
-+# therefore $ac_aux_dir as well) can be either absolute or relative,
-+# depending on how configure is run.  This is pretty annoying, since
-+# it makes $ac_aux_dir quite unusable in subdirectories: in the top
-+# source directory, any form will work fine, but in subdirectories a
-+# relative path needs to be adjusted first.
-+#
-+# $ac_aux_dir/missing
-+#    fails when called from a subdirectory if $ac_aux_dir is relative
-+# $top_srcdir/$ac_aux_dir/missing
-+#    fails if $ac_aux_dir is absolute,
-+#    fails when called from a subdirectory in a VPATH build with
-+#          a relative $ac_aux_dir
-+#
-+# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
-+# are both prefixed by $srcdir.  In an in-source build this is usually
-+# harmless because $srcdir is `.', but things will broke when you
-+# start a VPATH build or use an absolute $srcdir.
-+#
-+# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
-+# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
-+#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
-+# and then we would define $MISSING as
-+#   MISSING="\${SHELL} $am_aux_dir/missing"
-+# This will work as long as MISSING is not called from configure, because
-+# unfortunately $(top_srcdir) has no meaning in configure.
-+# However there are other variables, like CC, which are often used in
-+# configure, and could therefore not use this "fixed" $ac_aux_dir.
-+#
-+# Another solution, used here, is to always expand $ac_aux_dir to an
-+# absolute PATH.  The drawback is that using absolute paths prevent a
-+# configured tree to be moved without reconfiguration.
-+
-+AC_DEFUN([AM_AUX_DIR_EXPAND],
-+[dnl Rely on autoconf to set up CDPATH properly.
-+AC_PREREQ([2.50])dnl
-+# expand $ac_aux_dir to an absolute path
-+am_aux_dir=`cd $ac_aux_dir && pwd`
-+])
-+
-+# AM_CONDITIONAL                                            -*- Autoconf -*-
-+
-+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 7
-+
-+# AM_CONDITIONAL(NAME, SHELL-CONDITION)
-+# -------------------------------------
-+# Define a conditional.
-+AC_DEFUN([AM_CONDITIONAL],
-+[AC_PREREQ(2.52)dnl
-+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
-+      [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
-+AC_SUBST([$1_TRUE])
-+AC_SUBST([$1_FALSE])
-+if $2; then
-+  $1_TRUE=
-+  $1_FALSE='#'
-+else
-+  $1_TRUE='#'
-+  $1_FALSE=
-+fi
-+AC_CONFIG_COMMANDS_PRE(
-+[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then
-+  AC_MSG_ERROR([[conditional "$1" was never defined.
-+Usually this means the macro was only invoked conditionally.]])
-+fi])])
-+
-+
-+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 8
-+
-+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
-+# written in clear, in which case automake, when reading aclocal.m4,
-+# will think it sees a *use*, and therefore will trigger all it's
-+# C support machinery.  Also note that it means that autoscan, seeing
-+# CC etc. in the Makefile, will ask for an AC_PROG_CC use...
-+
-+
-+# _AM_DEPENDENCIES(NAME)
-+# ----------------------
-+# See how the compiler implements dependency checking.
-+# NAME is "CC", "CXX", "GCJ", or "OBJC".
-+# We try a few techniques and use that to set a single cache variable.
-+#
-+# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
-+# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular
-+# dependency, and given that the user is not expected to run this macro,
-+# just rely on AC_PROG_CC.
-+AC_DEFUN([_AM_DEPENDENCIES],
-+[AC_REQUIRE([AM_SET_DEPDIR])dnl
-+AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
-+AC_REQUIRE([AM_MAKE_INCLUDE])dnl
-+AC_REQUIRE([AM_DEP_TRACK])dnl
-+
-+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
-+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
-+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
-+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
-+                   [depcc="$$1"   am_compiler_list=])
-+
-+AC_CACHE_CHECK([dependency style of $depcc],
-+               [am_cv_$1_dependencies_compiler_type],
-+[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
-+  # We make a subdir and do the tests there.  Otherwise we can end up
-+  # making bogus files that we don't know about and never remove.  For
-+  # instance it was reported that on HP-UX the gcc test will end up
-+  # making a dummy file named `D' -- because `-MD' means `put the output
-+  # in D'.
-+  mkdir conftest.dir
-+  # Copy depcomp to subdir because otherwise we won't find it if we're
-+  # using a relative directory.
-+  cp "$am_depcomp" conftest.dir
-+  cd conftest.dir
-+  # We will build objects and dependencies in a subdirectory because
-+  # it helps to detect inapplicable dependency modes.  For instance
-+  # both Tru64's cc and ICC support -MD to output dependencies as a
-+  # side effect of compilation, but ICC will put the dependencies in
-+  # the current directory while Tru64 will put them in the object
-+  # directory.
-+  mkdir sub
-+
-+  am_cv_$1_dependencies_compiler_type=none
-+  if test "$am_compiler_list" = ""; then
-+     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
-+  fi
-+  for depmode in $am_compiler_list; do
-+    # Setup a source with many dependencies, because some compilers
-+    # like to wrap large dependency lists on column 80 (with \), and
-+    # we should not choose a depcomp mode which is confused by this.
-+    #
-+    # We need to recreate these files for each test, as the compiler may
-+    # overwrite some of them when testing with obscure command lines.
-+    # This happens at least with the AIX C compiler.
-+    : > sub/conftest.c
-+    for i in 1 2 3 4 5 6; do
-+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
-+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
-+      # Solaris 8's {/usr,}/bin/sh.
-+      touch sub/conftst$i.h
-+    done
-+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-+
-+    case $depmode in
-+    nosideeffect)
-+      # after this tag, mechanisms are not by side-effect, so they'll
-+      # only be used when explicitly requested
-+      if test "x$enable_dependency_tracking" = xyes; then
-+      continue
-+      else
-+      break
-+      fi
-+      ;;
-+    none) break ;;
-+    esac
-+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
-+    # mode.  It turns out that the SunPro C++ compiler does not properly
-+    # handle `-M -o', and we need to detect this.
-+    if depmode=$depmode \
-+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
-+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
-+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
-+         >/dev/null 2>conftest.err &&
-+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
-+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
-+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
-+      # icc doesn't choke on unknown options, it will just issue warnings
-+      # or remarks (even with -Werror).  So we grep stderr for any message
-+      # that says an option was ignored or not supported.
-+      # When given -MP, icc 7.0 and 7.1 complain thusly:
-+      #   icc: Command line warning: ignoring option '-M'; no argument required
-+      # The diagnosis changed in icc 8.0:
-+      #   icc: Command line remark: option '-MP' not supported
-+      if (grep 'ignoring option' conftest.err ||
-+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
-+        am_cv_$1_dependencies_compiler_type=$depmode
-+        break
-+      fi
-+    fi
-+  done
-+
-+  cd ..
-+  rm -rf conftest.dir
-+else
-+  am_cv_$1_dependencies_compiler_type=none
-+fi
-+])
-+AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type])
-+AM_CONDITIONAL([am__fastdep$1], [
-+  test "x$enable_dependency_tracking" != xno \
-+  && test "$am_cv_$1_dependencies_compiler_type" = gcc3])
-+])
-+
-+
-+# AM_SET_DEPDIR
-+# -------------
-+# Choose a directory name for dependency files.
-+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
-+AC_DEFUN([AM_SET_DEPDIR],
-+[AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-+AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
-+])
-+
-+
-+# AM_DEP_TRACK
-+# ------------
-+AC_DEFUN([AM_DEP_TRACK],
-+[AC_ARG_ENABLE(dependency-tracking,
-+[  --disable-dependency-tracking  speeds up one-time build
-+  --enable-dependency-tracking   do not reject slow dependency extractors])
-+if test "x$enable_dependency_tracking" != xno; then
-+  am_depcomp="$ac_aux_dir/depcomp"
-+  AMDEPBACKSLASH='\'
-+fi
-+AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno])
-+AC_SUBST([AMDEPBACKSLASH])
-+])
-+
-+# Generate code to set up dependency tracking.              -*- Autoconf -*-
-+
-+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+#serial 3
-+
-+# _AM_OUTPUT_DEPENDENCY_COMMANDS
-+# ------------------------------
-+AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
-+[for mf in $CONFIG_FILES; do
-+  # Strip MF so we end up with the name of the file.
-+  mf=`echo "$mf" | sed -e 's/:.*$//'`
-+  # Check whether this is an Automake generated Makefile or not.
-+  # We used to match only the files named `Makefile.in', but
-+  # some people rename them; so instead we look at the file content.
-+  # Grep'ing the first line is not enough: some people post-process
-+  # each Makefile.in and add a new line on top of each file to say so.
-+  # So let's grep whole file.
-+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
-+    dirpart=`AS_DIRNAME("$mf")`
-+  else
-+    continue
-+  fi
-+  # Extract the definition of DEPDIR, am__include, and am__quote
-+  # from the Makefile without running `make'.
-+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-+  test -z "$DEPDIR" && continue
-+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
-+  test -z "am__include" && continue
-+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-+  # When using ansi2knr, U may be empty or an underscore; expand it
-+  U=`sed -n 's/^U = //p' < "$mf"`
-+  # Find all dependency output files, they are included files with
-+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
-+  # simplest approach to changing $(DEPDIR) to its actual value in the
-+  # expansion.
-+  for file in `sed -n "
-+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
-+    # Make sure the directory exists.
-+    test -f "$dirpart/$file" && continue
-+    fdir=`AS_DIRNAME(["$file"])`
-+    AS_MKDIR_P([$dirpart/$fdir])
-+    # echo "creating $dirpart/$file"
-+    echo '# dummy' > "$dirpart/$file"
-+  done
-+done
-+])# _AM_OUTPUT_DEPENDENCY_COMMANDS
-+
-+
-+# AM_OUTPUT_DEPENDENCY_COMMANDS
-+# -----------------------------
-+# This macro should only be invoked once -- use via AC_REQUIRE.
-+#
-+# This code is only required when automatic dependency tracking
-+# is enabled.  FIXME.  This creates each `.P' file that we will
-+# need in order to bootstrap the dependency handling code.
-+AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
-+[AC_CONFIG_COMMANDS([depfiles],
-+     [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS],
-+     [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
-+])
-+
-+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 8
-+
-+# AM_CONFIG_HEADER is obsolete.  It has been replaced by AC_CONFIG_HEADERS.
-+AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
-+
-+# Do all the work for Automake.                             -*- Autoconf -*-
-+
-+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 12
-+
-+# This macro actually does too much.  Some checks are only needed if
-+# your package does certain things.  But this isn't really a big deal.
-+
-+# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
-+# AM_INIT_AUTOMAKE([OPTIONS])
-+# -----------------------------------------------
-+# The call with PACKAGE and VERSION arguments is the old style
-+# call (pre autoconf-2.50), which is being phased out.  PACKAGE
-+# and VERSION should now be passed to AC_INIT and removed from
-+# the call to AM_INIT_AUTOMAKE.
-+# We support both call styles for the transition.  After
-+# the next Automake release, Autoconf can make the AC_INIT
-+# arguments mandatory, and then we can depend on a new Autoconf
-+# release and drop the old call support.
-+AC_DEFUN([AM_INIT_AUTOMAKE],
-+[AC_PREREQ([2.58])dnl
-+dnl Autoconf wants to disallow AM_ names.  We explicitly allow
-+dnl the ones we care about.
-+m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
-+AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
-+AC_REQUIRE([AC_PROG_INSTALL])dnl
-+# test to see if srcdir already configured
-+if test "`cd $srcdir && pwd`" != "`pwd`" &&
-+   test -f $srcdir/config.status; then
-+  AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
-+fi
-+
-+# test whether we have cygpath
-+if test -z "$CYGPATH_W"; then
-+  if (cygpath --version) >/dev/null 2>/dev/null; then
-+    CYGPATH_W='cygpath -w'
-+  else
-+    CYGPATH_W=echo
-+  fi
-+fi
-+AC_SUBST([CYGPATH_W])
-+
-+# Define the identity of the package.
-+dnl Distinguish between old-style and new-style calls.
-+m4_ifval([$2],
-+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
-+ AC_SUBST([PACKAGE], [$1])dnl
-+ AC_SUBST([VERSION], [$2])],
-+[_AM_SET_OPTIONS([$1])dnl
-+ AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
-+ AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
-+
-+_AM_IF_OPTION([no-define],,
-+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
-+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
-+
-+# Some tools Automake needs.
-+AC_REQUIRE([AM_SANITY_CHECK])dnl
-+AC_REQUIRE([AC_ARG_PROGRAM])dnl
-+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
-+AM_MISSING_PROG(AUTOCONF, autoconf)
-+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
-+AM_MISSING_PROG(AUTOHEADER, autoheader)
-+AM_MISSING_PROG(MAKEINFO, makeinfo)
-+AM_PROG_INSTALL_SH
-+AM_PROG_INSTALL_STRIP
-+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
-+# We need awk for the "check" target.  The system "awk" is bad on
-+# some platforms.
-+AC_REQUIRE([AC_PROG_AWK])dnl
-+AC_REQUIRE([AC_PROG_MAKE_SET])dnl
-+AC_REQUIRE([AM_SET_LEADING_DOT])dnl
-+_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
-+              [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
-+                           [_AM_PROG_TAR([v7])])])
-+_AM_IF_OPTION([no-dependencies],,
-+[AC_PROVIDE_IFELSE([AC_PROG_CC],
-+                  [_AM_DEPENDENCIES(CC)],
-+                  [define([AC_PROG_CC],
-+                          defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
-+AC_PROVIDE_IFELSE([AC_PROG_CXX],
-+                  [_AM_DEPENDENCIES(CXX)],
-+                  [define([AC_PROG_CXX],
-+                          defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
-+])
-+])
-+
-+
-+# When config.status generates a header, we must update the stamp-h file.
-+# This file resides in the same directory as the config header
-+# that is generated.  The stamp files are numbered to have different names.
-+
-+# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
-+# loop where config.status creates the headers, so we can generate
-+# our stamp files there.
-+AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
-+[# Compute $1's index in $config_headers.
-+_am_stamp_count=1
-+for _am_header in $config_headers :; do
-+  case $_am_header in
-+    $1 | $1:* )
-+      break ;;
-+    * )
-+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-+  esac
-+done
-+echo "timestamp for $1" >`AS_DIRNAME([$1])`/stamp-h[]$_am_stamp_count])
-+
-+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# AM_PROG_INSTALL_SH
-+# ------------------
-+# Define $install_sh.
-+AC_DEFUN([AM_PROG_INSTALL_SH],
-+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-+install_sh=${install_sh-"$am_aux_dir/install-sh"}
-+AC_SUBST(install_sh)])
-+
-+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 2
-+
-+# Check whether the underlying file-system supports filenames
-+# with a leading dot.  For instance MS-DOS doesn't.
-+AC_DEFUN([AM_SET_LEADING_DOT],
-+[rm -rf .tst 2>/dev/null
-+mkdir .tst 2>/dev/null
-+if test -d .tst; then
-+  am__leading_dot=.
-+else
-+  am__leading_dot=_
-+fi
-+rmdir .tst 2>/dev/null
-+AC_SUBST([am__leading_dot])])
-+
-+# Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
-+# From Jim Meyering
-+
-+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 4
-+
-+AC_DEFUN([AM_MAINTAINER_MODE],
-+[AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
-+  dnl maintainer-mode is disabled by default
-+  AC_ARG_ENABLE(maintainer-mode,
-+[  --enable-maintainer-mode  enable make rules and dependencies not useful
-+                        (and sometimes confusing) to the casual installer],
-+      USE_MAINTAINER_MODE=$enableval,
-+      USE_MAINTAINER_MODE=no)
-+  AC_MSG_RESULT([$USE_MAINTAINER_MODE])
-+  AM_CONDITIONAL(MAINTAINER_MODE, [test $USE_MAINTAINER_MODE = yes])
-+  MAINT=$MAINTAINER_MODE_TRUE
-+  AC_SUBST(MAINT)dnl
-+]
-+)
-+
-+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
-+
-+# Check to see how 'make' treats includes.                -*- Autoconf -*-
-+
-+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 3
-+
-+# AM_MAKE_INCLUDE()
-+# -----------------
-+# Check to see how make treats includes.
-+AC_DEFUN([AM_MAKE_INCLUDE],
-+[am_make=${MAKE-make}
-+cat > confinc << 'END'
-+am__doit:
-+      @echo done
-+.PHONY: am__doit
-+END
-+# If we don't find an include directive, just comment out the code.
-+AC_MSG_CHECKING([for style of include used by $am_make])
-+am__include="#"
-+am__quote=
-+_am_result=none
-+# First try GNU make style include.
-+echo "include confinc" > confmf
-+# We grep out `Entering directory' and `Leaving directory'
-+# messages which can occur if `w' ends up in MAKEFLAGS.
-+# In particular we don't look at `^make:' because GNU make might
-+# be invoked under some other name (usually "gmake"), in which
-+# case it prints its new name instead of `make'.
-+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
-+   am__include=include
-+   am__quote=
-+   _am_result=GNU
-+fi
-+# Now try BSD make style include.
-+if test "$am__include" = "#"; then
-+   echo '.include "confinc"' > confmf
-+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
-+      am__include=.include
-+      am__quote="\""
-+      _am_result=BSD
-+   fi
-+fi
-+AC_SUBST([am__include])
-+AC_SUBST([am__quote])
-+AC_MSG_RESULT([$_am_result])
-+rm -f confinc confmf
-+])
-+
-+# Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
-+
-+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2005
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 4
-+
-+# AM_MISSING_PROG(NAME, PROGRAM)
-+# ------------------------------
-+AC_DEFUN([AM_MISSING_PROG],
-+[AC_REQUIRE([AM_MISSING_HAS_RUN])
-+$1=${$1-"${am_missing_run}$2"}
-+AC_SUBST($1)])
-+
-+
-+# AM_MISSING_HAS_RUN
-+# ------------------
-+# Define MISSING if not defined so far and test if it supports --run.
-+# If it does, set am_missing_run to use it, otherwise, to nothing.
-+AC_DEFUN([AM_MISSING_HAS_RUN],
-+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
-+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
-+# Use eval to expand $SHELL
-+if eval "$MISSING --run true"; then
-+  am_missing_run="$MISSING --run "
-+else
-+  am_missing_run=
-+  AC_MSG_WARN([`missing' script is too old or missing])
-+fi
-+])
-+
-+# Copyright (C) 2003, 2004, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# AM_PROG_MKDIR_P
-+# ---------------
-+# Check whether `mkdir -p' is supported, fallback to mkinstalldirs otherwise.
-+#
-+# Automake 1.8 used `mkdir -m 0755 -p --' to ensure that directories
-+# created by `make install' are always world readable, even if the
-+# installer happens to have an overly restrictive umask (e.g. 077).
-+# This was a mistake.  There are at least two reasons why we must not
-+# use `-m 0755':
-+#   - it causes special bits like SGID to be ignored,
-+#   - it may be too restrictive (some setups expect 775 directories).
-+#
-+# Do not use -m 0755 and let people choose whatever they expect by
-+# setting umask.
-+#
-+# We cannot accept any implementation of `mkdir' that recognizes `-p'.
-+# Some implementations (such as Solaris 8's) are not thread-safe: if a
-+# parallel make tries to run `mkdir -p a/b' and `mkdir -p a/c'
-+# concurrently, both version can detect that a/ is missing, but only
-+# one can create it and the other will error out.  Consequently we
-+# restrict ourselves to GNU make (using the --version option ensures
-+# this.)
-+AC_DEFUN([AM_PROG_MKDIR_P],
-+[if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
-+  # We used to keeping the `.' as first argument, in order to
-+  # allow $(mkdir_p) to be used without argument.  As in
-+  #   $(mkdir_p) $(somedir)
-+  # where $(somedir) is conditionally defined.  However this is wrong
-+  # for two reasons:
-+  #  1. if the package is installed by a user who cannot write `.'
-+  #     make install will fail,
-+  #  2. the above comment should most certainly read
-+  #     $(mkdir_p) $(DESTDIR)$(somedir)
-+  #     so it does not work when $(somedir) is undefined and
-+  #     $(DESTDIR) is not.
-+  #  To support the latter case, we have to write
-+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
-+  #  so the `.' trick is pointless.
-+  mkdir_p='mkdir -p --'
-+else
-+  # On NextStep and OpenStep, the `mkdir' command does not
-+  # recognize any option.  It will interpret all options as
-+  # directories to create, and then abort because `.' already
-+  # exists.
-+  for d in ./-p ./--version;
-+  do
-+    test -d $d && rmdir $d
-+  done
-+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
-+  if test -f "$ac_aux_dir/mkinstalldirs"; then
-+    mkdir_p='$(mkinstalldirs)'
-+  else
-+    mkdir_p='$(install_sh) -d'
-+  fi
-+fi
-+AC_SUBST([mkdir_p])])
-+
-+# Helper functions for option handling.                     -*- Autoconf -*-
-+
-+# Copyright (C) 2001, 2002, 2003, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 3
-+
-+# _AM_MANGLE_OPTION(NAME)
-+# -----------------------
-+AC_DEFUN([_AM_MANGLE_OPTION],
-+[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
-+
-+# _AM_SET_OPTION(NAME)
-+# ------------------------------
-+# Set option NAME.  Presently that only means defining a flag for this option.
-+AC_DEFUN([_AM_SET_OPTION],
-+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
-+
-+# _AM_SET_OPTIONS(OPTIONS)
-+# ----------------------------------
-+# OPTIONS is a space-separated list of Automake options.
-+AC_DEFUN([_AM_SET_OPTIONS],
-+[AC_FOREACH([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
-+
-+# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
-+# -------------------------------------------
-+# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
-+AC_DEFUN([_AM_IF_OPTION],
-+[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
-+
-+# Check to make sure that the build environment is sane.    -*- Autoconf -*-
-+
-+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
-+# Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 4
-+
-+# AM_SANITY_CHECK
-+# ---------------
-+AC_DEFUN([AM_SANITY_CHECK],
-+[AC_MSG_CHECKING([whether build environment is sane])
-+# Just in case
-+sleep 1
-+echo timestamp > conftest.file
-+# Do `set' in a subshell so we don't clobber the current shell's
-+# arguments.  Must try -L first in case configure is actually a
-+# symlink; some systems play weird games with the mod time of symlinks
-+# (eg FreeBSD returns the mod time of the symlink's containing
-+# directory).
-+if (
-+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
-+   if test "$[*]" = "X"; then
-+      # -L didn't work.
-+      set X `ls -t $srcdir/configure conftest.file`
-+   fi
-+   rm -f conftest.file
-+   if test "$[*]" != "X $srcdir/configure conftest.file" \
-+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
-+
-+      # If neither matched, then we have a broken ls.  This can happen
-+      # if, for instance, CONFIG_SHELL is bash and it inherits a
-+      # broken ls alias from the environment.  This has actually
-+      # happened.  Such a system could not be considered "sane".
-+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
-+alias in your environment])
-+   fi
-+
-+   test "$[2]" = conftest.file
-+   )
-+then
-+   # Ok.
-+   :
-+else
-+   AC_MSG_ERROR([newly created file is older than distributed files!
-+Check your system clock])
-+fi
-+AC_MSG_RESULT(yes)])
-+
-+# Copyright (C) 2001, 2003, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# AM_PROG_INSTALL_STRIP
-+# ---------------------
-+# One issue with vendor `install' (even GNU) is that you can't
-+# specify the program used to strip binaries.  This is especially
-+# annoying in cross-compiling environments, where the build's strip
-+# is unlikely to handle the host's binaries.
-+# Fortunately install-sh will honor a STRIPPROG variable, so we
-+# always use install-sh in `make install-strip', and initialize
-+# STRIPPROG with the value of the STRIP variable (set by the user).
-+AC_DEFUN([AM_PROG_INSTALL_STRIP],
-+[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
-+# Installed binaries are usually stripped using `strip' when the user
-+# run `make install-strip'.  However `strip' might not be the right
-+# tool to use in cross-compilation environments, therefore Automake
-+# will honor the `STRIP' environment variable to overrule this program.
-+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
-+if test "$cross_compiling" != no; then
-+  AC_CHECK_TOOL([STRIP], [strip], :)
-+fi
-+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
-+AC_SUBST([INSTALL_STRIP_PROGRAM])])
-+
-+# Check how to create a tarball.                            -*- Autoconf -*-
-+
-+# Copyright (C) 2004, 2005  Free Software Foundation, Inc.
-+#
-+# This file is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# serial 2
-+
-+# _AM_PROG_TAR(FORMAT)
-+# --------------------
-+# Check how to create a tarball in format FORMAT.
-+# FORMAT should be one of `v7', `ustar', or `pax'.
-+#
-+# Substitute a variable $(am__tar) that is a command
-+# writing to stdout a FORMAT-tarball containing the directory
-+# $tardir.
-+#     tardir=directory && $(am__tar) > result.tar
-+#
-+# Substitute a variable $(am__untar) that extract such
-+# a tarball read from stdin.
-+#     $(am__untar) < result.tar
-+AC_DEFUN([_AM_PROG_TAR],
-+[# Always define AMTAR for backward compatibility.
-+AM_MISSING_PROG([AMTAR], [tar])
-+m4_if([$1], [v7],
-+     [am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'],
-+     [m4_case([$1], [ustar],, [pax],,
-+              [m4_fatal([Unknown tar format])])
-+AC_MSG_CHECKING([how to create a $1 tar archive])
-+# Loop over all known methods to create a tar archive until one works.
-+_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
-+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
-+# Do not fold the above two line into one, because Tru64 sh and
-+# Solaris sh will not grok spaces in the rhs of `-'.
-+for _am_tool in $_am_tools
-+do
-+  case $_am_tool in
-+  gnutar)
-+    for _am_tar in tar gnutar gtar;
-+    do
-+      AM_RUN_LOG([$_am_tar --version]) && break
-+    done
-+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
-+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
-+    am__untar="$_am_tar -xf -"
-+    ;;
-+  plaintar)
-+    # Must skip GNU tar: if it does not support --format= it doesn't create
-+    # ustar tarball either.
-+    (tar --version) >/dev/null 2>&1 && continue
-+    am__tar='tar chf - "$$tardir"'
-+    am__tar_='tar chf - "$tardir"'
-+    am__untar='tar xf -'
-+    ;;
-+  pax)
-+    am__tar='pax -L -x $1 -w "$$tardir"'
-+    am__tar_='pax -L -x $1 -w "$tardir"'
-+    am__untar='pax -r'
-+    ;;
-+  cpio)
-+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
-+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
-+    am__untar='cpio -i -H $1 -d'
-+    ;;
-+  none)
-+    am__tar=false
-+    am__tar_=false
-+    am__untar=false
-+    ;;
-+  esac
-+
-+  # If the value was cached, stop now.  We just wanted to have am__tar
-+  # and am__untar set.
-+  test -n "${am_cv_prog_tar_$1}" && break
-+
-+  # tar/untar a dummy directory, and stop if the command works
-+  rm -rf conftest.dir
-+  mkdir conftest.dir
-+  echo GrepMe > conftest.dir/file
-+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
-+  rm -rf conftest.dir
-+  if test -s conftest.tar; then
-+    AM_RUN_LOG([$am__untar <conftest.tar])
-+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
-+  fi
-+done
-+rm -rf conftest.dir
-+
-+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
-+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
-+AC_SUBST([am__tar])
-+AC_SUBST([am__untar])
-+]) # _AM_PROG_TAR
-+
-diff -Nru php-5.2.6.vanilla/libevent/autogen.sh php-5.2.6.fpm/libevent/autogen.sh
---- php-5.2.6.vanilla/libevent/autogen.sh      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/autogen.sh  2007-11-19 00:42:10.000000000 +0300
-@@ -0,0 +1,10 @@
-+#!/bin/sh
-+
-+touch NEWS AUTHORS COPYING INSTALL
-+
-+aclocal && \
-+      autoheader && \
-+      autoconf && \
-+      automake --force-missing --add-missing --copy
-+
-+rm -rf autom4te.cache AUTHORS COPYING INSTALL NEWS
-diff -Nru php-5.2.6.vanilla/libevent/ChangeLog php-5.2.6.fpm/libevent/ChangeLog
---- php-5.2.6.vanilla/libevent/ChangeLog       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/ChangeLog   2007-11-12 09:57:05.000000000 +0300
-@@ -0,0 +1,52 @@
-+Changes in 1.4.0-beta:
-+ o allow \r or \n individually to separate HTTP headers instead of the standard "\r\n"; from Charles Kerr.
-+ o demote most http warnings to debug messages
-+ o Fix Solaris compilation; from Magne Mahre
-+ o Add a "Date" header to HTTP responses, as required by HTTP 1.1.
-+ o Support specifying the local address of an evhttp_connection using set_local_address
-+ o Fix a memory leak in which failed HTTP connections whould not free the request object
-+ o Make adding of array members in event_rpcgen more efficient, but doubling memory allocation
-+ o Fix a memory leak in the DNS server
-+ o Fix compilation when DNS_USE_OPENSSL_FOR_ID is enabled
-+ o Fix buffer size and string generation in evdns_resolve_reverse_ipv6().
-+ o Respond to nonstandard DNS queries with "NOTIMPL" rather than by ignoring them.
-+ o In DNS responses, the CD flag should be preserved, not the TC flag.
-+ o Fix http.c to compile properly with USE_DEBUG; from Christopher Layne
-+ o Handle NULL timeouts correctly on Solaris; from Trond Norbye
-+ o Recalculate pending events properly when reallocating event array on Solaris; from Trond Norbye
-+ o Add Doxygen documentation to header files; from Mark Heily
-+ o Add a evdns_set_transaction_id_fn() function to override the default
-+   transaction ID generation code.
-+ o Add an evutil module (with header evutil.h) to implement our standard cross-platform hacks, on the theory that somebody else would like to use them too.
-+ o Fix signals implementation on windows.
-+ o Fix http module on windows to close sockets properly.
-+ o Make autogen.sh script run correctly on systems where /bin/sh isn't bash. (Patch from Trond Norbye, rewritten by Hagne Mahre and then Hannah Schroeter.)
-+ o Skip calling gettime() in timeout_process if we are not in fact waiting for any events. (Patch from Trond Norbye)
-+ o Make test subdirectory compile under mingw.
-+ o Fix win32 buffer.c behavior so that it is correct for sockets (which do not like ReadFile and WriteFile).
-+ o Make the test.sh script run unit tests for the evpoll method.
-+ o Make the entire evdns.h header enclosed in "extern C" as appropriate.
-+ o Fix implementation of strsep on platforms that lack it
-+ o Fix implementation of getaddrinfo on platforms that lack it; mainly, this will make Windows http.c work better.  Original patch by Lubomir Marinov.
-+ o Fix evport implementation: port_disassociate called on unassociated events resulting in bogus errors; more efficient memory management; from Trond Norbye and Prakash Sangappa
-+ o support for hooks on rpc input and output; can be used to implement rpc independent processing such as compression or authentication.
-+ o use a min heap instead of a red-black tree for timeouts; as a result finding the min is a O(1) operation now; from Maxim Yegorushkin
-+ o associate an event base with an rpc pool
-+ o added two additional libraries: libevent_core and libevent_extra in addition to the regular libevent.  libevent_core contains only the event core whereas libevent_extra contains dns, http and rpc support
-+ o Begin using libtool's library versioning support correctly.  If we don't mess up, this will more or less guarantee binaries linked against old versions of libevent continue working when we make changes to libevent that do not break backward compatibility.
-+ o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
-+ o Small code cleanups in epoll_dispatch().
-+ o Increase the maximum number of addresses read from a packet in evdns to 32.
-+ o Remove support for the rtsig method: it hasn't compiled for a while, and nobody seems to miss it very much.  Let us know if there's a good reason to put it back in.
-+ o Rename the "class" field in evdns_server_request to dns_question_class, so that it won't break compilation under C++.  Use a macro so that old code won't break.  Mark the macro as deprecated.
-+ o Fix DNS unit tests so that having a DNS server with broken IPv6 support is no longer cause for aborting the unit tests.
-+ o Make event_base_free() succeed even if there are pending non-internal events on a base.  This may still leak memory and fds, but at least it no longer crashes.
-+ o Post-process the config.h file into a new, installed event-config.h file that we can install, and whose macros will be safe to include in header files.
-+ o Remove the long-deprecated acconfig.h file.
-+ o Do not require #include <sys/types.h> before #include <event.h>.
-+ o Add new evutil_timer* functions to wrap (or replace) the regular timeval manipulation functions.
-+ o Fix many build issues when using the Microsoft C compiler.
-+ o Remove a bash-ism in autogen.sh
-+ o When calling event_del on a signal, restore the signal handler's previous value rather than setting it to SIG_DFL. Patch from Christopher Layne.
-+ o Make the logic for active events work better with internal events; patch from Christopher Layne.
-+ o We do not need to specially remove a timeout before calling event_del; patch from Christopher Layne.
-diff -Nru php-5.2.6.vanilla/libevent/compat/sys/queue.h php-5.2.6.fpm/libevent/compat/sys/queue.h
---- php-5.2.6.vanilla/libevent/compat/sys/queue.h      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/compat/sys/queue.h  2007-11-12 05:37:31.000000000 +0300
-@@ -0,0 +1,488 @@
-+/*    $OpenBSD: queue.h,v 1.16 2000/09/07 19:47:59 art Exp $  */
-+/*    $NetBSD: queue.h,v 1.11 1996/05/16 05:17:14 mycroft Exp $       */
-+
-+/*
-+ * Copyright (c) 1991, 1993
-+ *    The Regents of the University of California.  All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. Neither the name of the University nor the names of its contributors
-+ *    may be used to endorse or promote products derived from this software
-+ *    without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-+ * SUCH DAMAGE.
-+ *
-+ *    @(#)queue.h     8.5 (Berkeley) 8/20/94
-+ */
-+
-+#ifndef       _SYS_QUEUE_H_
-+#define       _SYS_QUEUE_H_
-+
-+/*
-+ * This file defines five types of data structures: singly-linked lists, 
-+ * lists, simple queues, tail queues, and circular queues.
-+ *
-+ *
-+ * A singly-linked list is headed by a single forward pointer. The elements
-+ * are singly linked for minimum space and pointer manipulation overhead at
-+ * the expense of O(n) removal for arbitrary elements. New elements can be
-+ * added to the list after an existing element or at the head of the list.
-+ * Elements being removed from the head of the list should use the explicit
-+ * macro for this purpose for optimum efficiency. A singly-linked list may
-+ * only be traversed in the forward direction.  Singly-linked lists are ideal
-+ * for applications with large datasets and few or no removals or for
-+ * implementing a LIFO queue.
-+ *
-+ * A list is headed by a single forward pointer (or an array of forward
-+ * pointers for a hash table header). The elements are doubly linked
-+ * so that an arbitrary element can be removed without a need to
-+ * traverse the list. New elements can be added to the list before
-+ * or after an existing element or at the head of the list. A list
-+ * may only be traversed in the forward direction.
-+ *
-+ * A simple queue is headed by a pair of pointers, one the head of the
-+ * list and the other to the tail of the list. The elements are singly
-+ * linked to save space, so elements can only be removed from the
-+ * head of the list. New elements can be added to the list before or after
-+ * an existing element, at the head of the list, or at the end of the
-+ * list. A simple queue may only be traversed in the forward direction.
-+ *
-+ * A tail queue is headed by a pair of pointers, one to the head of the
-+ * list and the other to the tail of the list. The elements are doubly
-+ * linked so that an arbitrary element can be removed without a need to
-+ * traverse the list. New elements can be added to the list before or
-+ * after an existing element, at the head of the list, or at the end of
-+ * the list. A tail queue may be traversed in either direction.
-+ *
-+ * A circle queue is headed by a pair of pointers, one to the head of the
-+ * list and the other to the tail of the list. The elements are doubly
-+ * linked so that an arbitrary element can be removed without a need to
-+ * traverse the list. New elements can be added to the list before or after
-+ * an existing element, at the head of the list, or at the end of the list.
-+ * A circle queue may be traversed in either direction, but has a more
-+ * complex end of list detection.
-+ *
-+ * For details on the use of these macros, see the queue(3) manual page.
-+ */
-+
-+/*
-+ * Singly-linked List definitions.
-+ */
-+#define SLIST_HEAD(name, type)                                                \
-+struct name {                                                         \
-+      struct type *slh_first; /* first element */                     \
-+}
-+ 
-+#define       SLIST_HEAD_INITIALIZER(head)                                    \
-+      { NULL }
-+
-+#ifndef WIN32
-+#define SLIST_ENTRY(type)                                             \
-+struct {                                                              \
-+      struct type *sle_next;  /* next element */                      \
-+}
-+#endif
-+
-+/*
-+ * Singly-linked List access methods.
-+ */
-+#define       SLIST_FIRST(head)       ((head)->slh_first)
-+#define       SLIST_END(head)         NULL
-+#define       SLIST_EMPTY(head)       (SLIST_FIRST(head) == SLIST_END(head))
-+#define       SLIST_NEXT(elm, field)  ((elm)->field.sle_next)
-+
-+#define       SLIST_FOREACH(var, head, field)                                 \
-+      for((var) = SLIST_FIRST(head);                                  \
-+          (var) != SLIST_END(head);                                   \
-+          (var) = SLIST_NEXT(var, field))
-+
-+/*
-+ * Singly-linked List functions.
-+ */
-+#define       SLIST_INIT(head) {                                              \
-+      SLIST_FIRST(head) = SLIST_END(head);                            \
-+}
-+
-+#define       SLIST_INSERT_AFTER(slistelm, elm, field) do {                   \
-+      (elm)->field.sle_next = (slistelm)->field.sle_next;             \
-+      (slistelm)->field.sle_next = (elm);                             \
-+} while (0)
-+
-+#define       SLIST_INSERT_HEAD(head, elm, field) do {                        \
-+      (elm)->field.sle_next = (head)->slh_first;                      \
-+      (head)->slh_first = (elm);                                      \
-+} while (0)
-+
-+#define       SLIST_REMOVE_HEAD(head, field) do {                             \
-+      (head)->slh_first = (head)->slh_first->field.sle_next;          \
-+} while (0)
-+
-+/*
-+ * List definitions.
-+ */
-+#define LIST_HEAD(name, type)                                         \
-+struct name {                                                         \
-+      struct type *lh_first;  /* first element */                     \
-+}
-+
-+#define LIST_HEAD_INITIALIZER(head)                                   \
-+      { NULL }
-+
-+#define LIST_ENTRY(type)                                              \
-+struct {                                                              \
-+      struct type *le_next;   /* next element */                      \
-+      struct type **le_prev;  /* address of previous next element */  \
-+}
-+
-+/*
-+ * List access methods
-+ */
-+#define       LIST_FIRST(head)                ((head)->lh_first)
-+#define       LIST_END(head)                  NULL
-+#define       LIST_EMPTY(head)                (LIST_FIRST(head) == LIST_END(head))
-+#define       LIST_NEXT(elm, field)           ((elm)->field.le_next)
-+
-+#define LIST_FOREACH(var, head, field)                                        \
-+      for((var) = LIST_FIRST(head);                                   \
-+          (var)!= LIST_END(head);                                     \
-+          (var) = LIST_NEXT(var, field))
-+
-+/*
-+ * List functions.
-+ */
-+#define       LIST_INIT(head) do {                                            \
-+      LIST_FIRST(head) = LIST_END(head);                              \
-+} while (0)
-+
-+#define LIST_INSERT_AFTER(listelm, elm, field) do {                   \
-+      if (((elm)->field.le_next = (listelm)->field.le_next) != NULL)  \
-+              (listelm)->field.le_next->field.le_prev =               \
-+                  &(elm)->field.le_next;                              \
-+      (listelm)->field.le_next = (elm);                               \
-+      (elm)->field.le_prev = &(listelm)->field.le_next;               \
-+} while (0)
-+
-+#define       LIST_INSERT_BEFORE(listelm, elm, field) do {                    \
-+      (elm)->field.le_prev = (listelm)->field.le_prev;                \
-+      (elm)->field.le_next = (listelm);                               \
-+      *(listelm)->field.le_prev = (elm);                              \
-+      (listelm)->field.le_prev = &(elm)->field.le_next;               \
-+} while (0)
-+
-+#define LIST_INSERT_HEAD(head, elm, field) do {                               \
-+      if (((elm)->field.le_next = (head)->lh_first) != NULL)          \
-+              (head)->lh_first->field.le_prev = &(elm)->field.le_next;\
-+      (head)->lh_first = (elm);                                       \
-+      (elm)->field.le_prev = &(head)->lh_first;                       \
-+} while (0)
-+
-+#define LIST_REMOVE(elm, field) do {                                  \
-+      if ((elm)->field.le_next != NULL)                               \
-+              (elm)->field.le_next->field.le_prev =                   \
-+                  (elm)->field.le_prev;                               \
-+      *(elm)->field.le_prev = (elm)->field.le_next;                   \
-+} while (0)
-+
-+#define LIST_REPLACE(elm, elm2, field) do {                           \
-+      if (((elm2)->field.le_next = (elm)->field.le_next) != NULL)     \
-+              (elm2)->field.le_next->field.le_prev =                  \
-+                  &(elm2)->field.le_next;                             \
-+      (elm2)->field.le_prev = (elm)->field.le_prev;                   \
-+      *(elm2)->field.le_prev = (elm2);                                \
-+} while (0)
-+
-+/*
-+ * Simple queue definitions.
-+ */
-+#define SIMPLEQ_HEAD(name, type)                                      \
-+struct name {                                                         \
-+      struct type *sqh_first; /* first element */                     \
-+      struct type **sqh_last; /* addr of last next element */         \
-+}
-+
-+#define SIMPLEQ_HEAD_INITIALIZER(head)                                        \
-+      { NULL, &(head).sqh_first }
-+
-+#define SIMPLEQ_ENTRY(type)                                           \
-+struct {                                                              \
-+      struct type *sqe_next;  /* next element */                      \
-+}
-+
-+/*
-+ * Simple queue access methods.
-+ */
-+#define       SIMPLEQ_FIRST(head)         ((head)->sqh_first)
-+#define       SIMPLEQ_END(head)           NULL
-+#define       SIMPLEQ_EMPTY(head)         (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
-+#define       SIMPLEQ_NEXT(elm, field)    ((elm)->field.sqe_next)
-+
-+#define SIMPLEQ_FOREACH(var, head, field)                             \
-+      for((var) = SIMPLEQ_FIRST(head);                                \
-+          (var) != SIMPLEQ_END(head);                                 \
-+          (var) = SIMPLEQ_NEXT(var, field))
-+
-+/*
-+ * Simple queue functions.
-+ */
-+#define       SIMPLEQ_INIT(head) do {                                         \
-+      (head)->sqh_first = NULL;                                       \
-+      (head)->sqh_last = &(head)->sqh_first;                          \
-+} while (0)
-+
-+#define SIMPLEQ_INSERT_HEAD(head, elm, field) do {                    \
-+      if (((elm)->field.sqe_next = (head)->sqh_first) == NULL)        \
-+              (head)->sqh_last = &(elm)->field.sqe_next;              \
-+      (head)->sqh_first = (elm);                                      \
-+} while (0)
-+
-+#define SIMPLEQ_INSERT_TAIL(head, elm, field) do {                    \
-+      (elm)->field.sqe_next = NULL;                                   \
-+      *(head)->sqh_last = (elm);                                      \
-+      (head)->sqh_last = &(elm)->field.sqe_next;                      \
-+} while (0)
-+
-+#define SIMPLEQ_INSERT_AFTER(head, listelm, elm, field) do {          \
-+      if (((elm)->field.sqe_next = (listelm)->field.sqe_next) == NULL)\
-+              (head)->sqh_last = &(elm)->field.sqe_next;              \
-+      (listelm)->field.sqe_next = (elm);                              \
-+} while (0)
-+
-+#define SIMPLEQ_REMOVE_HEAD(head, elm, field) do {                    \
-+      if (((head)->sqh_first = (elm)->field.sqe_next) == NULL)        \
-+              (head)->sqh_last = &(head)->sqh_first;                  \
-+} while (0)
-+
-+/*
-+ * Tail queue definitions.
-+ */
-+#define TAILQ_HEAD(name, type)                                                \
-+struct name {                                                         \
-+      struct type *tqh_first; /* first element */                     \
-+      struct type **tqh_last; /* addr of last next element */         \
-+}
-+
-+#define TAILQ_HEAD_INITIALIZER(head)                                  \
-+      { NULL, &(head).tqh_first }
-+
-+#define TAILQ_ENTRY(type)                                             \
-+struct {                                                              \
-+      struct type *tqe_next;  /* next element */                      \
-+      struct type **tqe_prev; /* address of previous next element */  \
-+}
-+
-+/* 
-+ * tail queue access methods 
-+ */
-+#define       TAILQ_FIRST(head)               ((head)->tqh_first)
-+#define       TAILQ_END(head)                 NULL
-+#define       TAILQ_NEXT(elm, field)          ((elm)->field.tqe_next)
-+#define TAILQ_LAST(head, headname)                                    \
-+      (*(((struct headname *)((head)->tqh_last))->tqh_last))
-+/* XXX */
-+#define TAILQ_PREV(elm, headname, field)                              \
-+      (*(((struct headname *)((elm)->field.tqe_prev))->tqh_last))
-+#define       TAILQ_EMPTY(head)                                               \
-+      (TAILQ_FIRST(head) == TAILQ_END(head))
-+
-+#define TAILQ_FOREACH(var, head, field)                                       \
-+      for((var) = TAILQ_FIRST(head);                                  \
-+          (var) != TAILQ_END(head);                                   \
-+          (var) = TAILQ_NEXT(var, field))
-+
-+#define TAILQ_FOREACH_REVERSE(var, head, field, headname)             \
-+      for((var) = TAILQ_LAST(head, headname);                         \
-+          (var) != TAILQ_END(head);                                   \
-+          (var) = TAILQ_PREV(var, headname, field))
-+
-+/*
-+ * Tail queue functions.
-+ */
-+#define       TAILQ_INIT(head) do {                                           \
-+      (head)->tqh_first = NULL;                                       \
-+      (head)->tqh_last = &(head)->tqh_first;                          \
-+} while (0)
-+
-+#define TAILQ_INSERT_HEAD(head, elm, field) do {                      \
-+      if (((elm)->field.tqe_next = (head)->tqh_first) != NULL)        \
-+              (head)->tqh_first->field.tqe_prev =                     \
-+                  &(elm)->field.tqe_next;                             \
-+      else                                                            \
-+              (head)->tqh_last = &(elm)->field.tqe_next;              \
-+      (head)->tqh_first = (elm);                                      \
-+      (elm)->field.tqe_prev = &(head)->tqh_first;                     \
-+} while (0)
-+
-+#define TAILQ_INSERT_TAIL(head, elm, field) do {                      \
-+      (elm)->field.tqe_next = NULL;                                   \
-+      (elm)->field.tqe_prev = (head)->tqh_last;                       \
-+      *(head)->tqh_last = (elm);                                      \
-+      (head)->tqh_last = &(elm)->field.tqe_next;                      \
-+} while (0)
-+
-+#define TAILQ_INSERT_AFTER(head, listelm, elm, field) do {            \
-+      if (((elm)->field.tqe_next = (listelm)->field.tqe_next) != NULL)\
-+              (elm)->field.tqe_next->field.tqe_prev =                 \
-+                  &(elm)->field.tqe_next;                             \
-+      else                                                            \
-+              (head)->tqh_last = &(elm)->field.tqe_next;              \
-+      (listelm)->field.tqe_next = (elm);                              \
-+      (elm)->field.tqe_prev = &(listelm)->field.tqe_next;             \
-+} while (0)
-+
-+#define       TAILQ_INSERT_BEFORE(listelm, elm, field) do {                   \
-+      (elm)->field.tqe_prev = (listelm)->field.tqe_prev;              \
-+      (elm)->field.tqe_next = (listelm);                              \
-+      *(listelm)->field.tqe_prev = (elm);                             \
-+      (listelm)->field.tqe_prev = &(elm)->field.tqe_next;             \
-+} while (0)
-+
-+#define TAILQ_REMOVE(head, elm, field) do {                           \
-+      if (((elm)->field.tqe_next) != NULL)                            \
-+              (elm)->field.tqe_next->field.tqe_prev =                 \
-+                  (elm)->field.tqe_prev;                              \
-+      else                                                            \
-+              (head)->tqh_last = (elm)->field.tqe_prev;               \
-+      *(elm)->field.tqe_prev = (elm)->field.tqe_next;                 \
-+} while (0)
-+
-+#define TAILQ_REPLACE(head, elm, elm2, field) do {                    \
-+      if (((elm2)->field.tqe_next = (elm)->field.tqe_next) != NULL)   \
-+              (elm2)->field.tqe_next->field.tqe_prev =                \
-+                  &(elm2)->field.tqe_next;                            \
-+      else                                                            \
-+              (head)->tqh_last = &(elm2)->field.tqe_next;             \
-+      (elm2)->field.tqe_prev = (elm)->field.tqe_prev;                 \
-+      *(elm2)->field.tqe_prev = (elm2);                               \
-+} while (0)
-+
-+/*
-+ * Circular queue definitions.
-+ */
-+#define CIRCLEQ_HEAD(name, type)                                      \
-+struct name {                                                         \
-+      struct type *cqh_first;         /* first element */             \
-+      struct type *cqh_last;          /* last element */              \
-+}
-+
-+#define CIRCLEQ_HEAD_INITIALIZER(head)                                        \
-+      { CIRCLEQ_END(&head), CIRCLEQ_END(&head) }
-+
-+#define CIRCLEQ_ENTRY(type)                                           \
-+struct {                                                              \
-+      struct type *cqe_next;          /* next element */              \
-+      struct type *cqe_prev;          /* previous element */          \
-+}
-+
-+/*
-+ * Circular queue access methods 
-+ */
-+#define       CIRCLEQ_FIRST(head)             ((head)->cqh_first)
-+#define       CIRCLEQ_LAST(head)              ((head)->cqh_last)
-+#define       CIRCLEQ_END(head)               ((void *)(head))
-+#define       CIRCLEQ_NEXT(elm, field)        ((elm)->field.cqe_next)
-+#define       CIRCLEQ_PREV(elm, field)        ((elm)->field.cqe_prev)
-+#define       CIRCLEQ_EMPTY(head)                                             \
-+      (CIRCLEQ_FIRST(head) == CIRCLEQ_END(head))
-+
-+#define CIRCLEQ_FOREACH(var, head, field)                             \
-+      for((var) = CIRCLEQ_FIRST(head);                                \
-+          (var) != CIRCLEQ_END(head);                                 \
-+          (var) = CIRCLEQ_NEXT(var, field))
-+
-+#define CIRCLEQ_FOREACH_REVERSE(var, head, field)                     \
-+      for((var) = CIRCLEQ_LAST(head);                                 \
-+          (var) != CIRCLEQ_END(head);                                 \
-+          (var) = CIRCLEQ_PREV(var, field))
-+
-+/*
-+ * Circular queue functions.
-+ */
-+#define       CIRCLEQ_INIT(head) do {                                         \
-+      (head)->cqh_first = CIRCLEQ_END(head);                          \
-+      (head)->cqh_last = CIRCLEQ_END(head);                           \
-+} while (0)
-+
-+#define CIRCLEQ_INSERT_AFTER(head, listelm, elm, field) do {          \
-+      (elm)->field.cqe_next = (listelm)->field.cqe_next;              \
-+      (elm)->field.cqe_prev = (listelm);                              \
-+      if ((listelm)->field.cqe_next == CIRCLEQ_END(head))             \
-+              (head)->cqh_last = (elm);                               \
-+      else                                                            \
-+              (listelm)->field.cqe_next->field.cqe_prev = (elm);      \
-+      (listelm)->field.cqe_next = (elm);                              \
-+} while (0)
-+
-+#define CIRCLEQ_INSERT_BEFORE(head, listelm, elm, field) do {         \
-+      (elm)->field.cqe_next = (listelm);                              \
-+      (elm)->field.cqe_prev = (listelm)->field.cqe_prev;              \
-+      if ((listelm)->field.cqe_prev == CIRCLEQ_END(head))             \
-+              (head)->cqh_first = (elm);                              \
-+      else                                                            \
-+              (listelm)->field.cqe_prev->field.cqe_next = (elm);      \
-+      (listelm)->field.cqe_prev = (elm);                              \
-+} while (0)
-+
-+#define CIRCLEQ_INSERT_HEAD(head, elm, field) do {                    \
-+      (elm)->field.cqe_next = (head)->cqh_first;                      \
-+      (elm)->field.cqe_prev = CIRCLEQ_END(head);                      \
-+      if ((head)->cqh_last == CIRCLEQ_END(head))                      \
-+              (head)->cqh_last = (elm);                               \
-+      else                                                            \
-+              (head)->cqh_first->field.cqe_prev = (elm);              \
-+      (head)->cqh_first = (elm);                                      \
-+} while (0)
-+
-+#define CIRCLEQ_INSERT_TAIL(head, elm, field) do {                    \
-+      (elm)->field.cqe_next = CIRCLEQ_END(head);                      \
-+      (elm)->field.cqe_prev = (head)->cqh_last;                       \
-+      if ((head)->cqh_first == CIRCLEQ_END(head))                     \
-+              (head)->cqh_first = (elm);                              \
-+      else                                                            \
-+              (head)->cqh_last->field.cqe_next = (elm);               \
-+      (head)->cqh_last = (elm);                                       \
-+} while (0)
-+
-+#define       CIRCLEQ_REMOVE(head, elm, field) do {                           \
-+      if ((elm)->field.cqe_next == CIRCLEQ_END(head))                 \
-+              (head)->cqh_last = (elm)->field.cqe_prev;               \
-+      else                                                            \
-+              (elm)->field.cqe_next->field.cqe_prev =                 \
-+                  (elm)->field.cqe_prev;                              \
-+      if ((elm)->field.cqe_prev == CIRCLEQ_END(head))                 \
-+              (head)->cqh_first = (elm)->field.cqe_next;              \
-+      else                                                            \
-+              (elm)->field.cqe_prev->field.cqe_next =                 \
-+                  (elm)->field.cqe_next;                              \
-+} while (0)
-+
-+#define CIRCLEQ_REPLACE(head, elm, elm2, field) do {                  \
-+      if (((elm2)->field.cqe_next = (elm)->field.cqe_next) ==         \
-+          CIRCLEQ_END(head))                                          \
-+              (head).cqh_last = (elm2);                               \
-+      else                                                            \
-+              (elm2)->field.cqe_next->field.cqe_prev = (elm2);        \
-+      if (((elm2)->field.cqe_prev = (elm)->field.cqe_prev) ==         \
-+          CIRCLEQ_END(head))                                          \
-+              (head).cqh_first = (elm2);                              \
-+      else                                                            \
-+              (elm2)->field.cqe_prev->field.cqe_next = (elm2);        \
-+} while (0)
-+
-+#endif        /* !_SYS_QUEUE_H_ */
-diff -Nru php-5.2.6.vanilla/libevent/compat/sys/_time.h php-5.2.6.fpm/libevent/compat/sys/_time.h
---- php-5.2.6.vanilla/libevent/compat/sys/_time.h      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/compat/sys/_time.h  2007-11-12 05:37:31.000000000 +0300
-@@ -0,0 +1,163 @@
-+/*    $OpenBSD: time.h,v 1.11 2000/10/10 13:36:48 itojun Exp $        */
-+/*    $NetBSD: time.h,v 1.18 1996/04/23 10:29:33 mycroft Exp $        */
-+
-+/*
-+ * Copyright (c) 1982, 1986, 1993
-+ *    The Regents of the University of California.  All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. Neither the name of the University nor the names of its contributors
-+ *    may be used to endorse or promote products derived from this software
-+ *    without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-+ * SUCH DAMAGE.
-+ *
-+ *    @(#)time.h      8.2 (Berkeley) 7/10/94
-+ */
-+
-+#ifndef _SYS_TIME_H_
-+#define _SYS_TIME_H_
-+
-+#include <sys/types.h>
-+
-+/*
-+ * Structure returned by gettimeofday(2) system call,
-+ * and used in other calls.
-+ */
-+struct timeval {
-+      long    tv_sec;         /* seconds */
-+      long    tv_usec;        /* and microseconds */
-+};
-+
-+/*
-+ * Structure defined by POSIX.1b to be like a timeval.
-+ */
-+struct timespec {
-+      time_t  tv_sec;         /* seconds */
-+      long    tv_nsec;        /* and nanoseconds */
-+};
-+
-+#define       TIMEVAL_TO_TIMESPEC(tv, ts) {                                   \
-+      (ts)->tv_sec = (tv)->tv_sec;                                    \
-+      (ts)->tv_nsec = (tv)->tv_usec * 1000;                           \
-+}
-+#define       TIMESPEC_TO_TIMEVAL(tv, ts) {                                   \
-+      (tv)->tv_sec = (ts)->tv_sec;                                    \
-+      (tv)->tv_usec = (ts)->tv_nsec / 1000;                           \
-+}
-+
-+struct timezone {
-+      int     tz_minuteswest; /* minutes west of Greenwich */
-+      int     tz_dsttime;     /* type of dst correction */
-+};
-+#define       DST_NONE        0       /* not on dst */
-+#define       DST_USA         1       /* USA style dst */
-+#define       DST_AUST        2       /* Australian style dst */
-+#define       DST_WET         3       /* Western European dst */
-+#define       DST_MET         4       /* Middle European dst */
-+#define       DST_EET         5       /* Eastern European dst */
-+#define       DST_CAN         6       /* Canada */
-+
-+/* Operations on timevals. */
-+#define       timerclear(tvp)         (tvp)->tv_sec = (tvp)->tv_usec = 0
-+#define       timerisset(tvp)         ((tvp)->tv_sec || (tvp)->tv_usec)
-+#define       timercmp(tvp, uvp, cmp)                                         \
-+      (((tvp)->tv_sec == (uvp)->tv_sec) ?                             \
-+          ((tvp)->tv_usec cmp (uvp)->tv_usec) :                       \
-+          ((tvp)->tv_sec cmp (uvp)->tv_sec))
-+#define       timeradd(tvp, uvp, vvp)                                         \
-+      do {                                                            \
-+              (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec;          \
-+              (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec;       \
-+              if ((vvp)->tv_usec >= 1000000) {                        \
-+                      (vvp)->tv_sec++;                                \
-+                      (vvp)->tv_usec -= 1000000;                      \
-+              }                                                       \
-+      } while (0)
-+#define       timersub(tvp, uvp, vvp)                                         \
-+      do {                                                            \
-+              (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec;          \
-+              (vvp)->tv_usec = (tvp)->tv_usec - (uvp)->tv_usec;       \
-+              if ((vvp)->tv_usec < 0) {                               \
-+                      (vvp)->tv_sec--;                                \
-+                      (vvp)->tv_usec += 1000000;                      \
-+              }                                                       \
-+      } while (0)
-+
-+/* Operations on timespecs. */
-+#define       timespecclear(tsp)              (tsp)->tv_sec = (tsp)->tv_nsec = 0
-+#define       timespecisset(tsp)              ((tsp)->tv_sec || (tsp)->tv_nsec)
-+#define       timespeccmp(tsp, usp, cmp)                                      \
-+      (((tsp)->tv_sec == (usp)->tv_sec) ?                             \
-+          ((tsp)->tv_nsec cmp (usp)->tv_nsec) :                       \
-+          ((tsp)->tv_sec cmp (usp)->tv_sec))
-+#define       timespecadd(tsp, usp, vsp)                                      \
-+      do {                                                            \
-+              (vsp)->tv_sec = (tsp)->tv_sec + (usp)->tv_sec;          \
-+              (vsp)->tv_nsec = (tsp)->tv_nsec + (usp)->tv_nsec;       \
-+              if ((vsp)->tv_nsec >= 1000000000L) {                    \
-+                      (vsp)->tv_sec++;                                \
-+                      (vsp)->tv_nsec -= 1000000000L;                  \
-+              }                                                       \
-+      } while (0)
-+#define       timespecsub(tsp, usp, vsp)                                      \
-+      do {                                                            \
-+              (vsp)->tv_sec = (tsp)->tv_sec - (usp)->tv_sec;          \
-+              (vsp)->tv_nsec = (tsp)->tv_nsec - (usp)->tv_nsec;       \
-+              if ((vsp)->tv_nsec < 0) {                               \
-+                      (vsp)->tv_sec--;                                \
-+                      (vsp)->tv_nsec += 1000000000L;                  \
-+              }                                                       \
-+      } while (0)
-+
-+/*
-+ * Names of the interval timers, and structure
-+ * defining a timer setting.
-+ */
-+#define       ITIMER_REAL     0
-+#define       ITIMER_VIRTUAL  1
-+#define       ITIMER_PROF     2
-+
-+struct        itimerval {
-+      struct  timeval it_interval;    /* timer interval */
-+      struct  timeval it_value;       /* current value */
-+};
-+
-+/*
-+ * Getkerninfo clock information structure
-+ */
-+struct clockinfo {
-+      int     hz;             /* clock frequency */
-+      int     tick;           /* micro-seconds per hz tick */
-+      int     tickadj;        /* clock skew rate for adjtime() */
-+      int     stathz;         /* statistics clock frequency */
-+      int     profhz;         /* profiling clock frequency */
-+};
-+
-+#define CLOCK_REALTIME        0
-+#define CLOCK_VIRTUAL 1
-+#define CLOCK_PROF    2
-+
-+#define TIMER_RELTIME 0x0     /* relative timer */
-+#define TIMER_ABSTIME 0x1     /* absolute timer */
-+
-+/* --- stuff got cut here - niels --- */
-+
-+#endif /* !_SYS_TIME_H_ */
-diff -Nru php-5.2.6.vanilla/libevent/config.guess php-5.2.6.fpm/libevent/config.guess
---- php-5.2.6.vanilla/libevent/config.guess    1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/config.guess        2007-10-28 04:19:10.000000000 +0300
-@@ -0,0 +1,1516 @@
-+#! /bin/sh
-+# Attempt to guess a canonical system name.
-+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-+#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-+#   Inc.
-+
-+timestamp='2007-05-17'
-+
-+# This file is free software; you can redistribute it and/or modify it
-+# under the terms of the GNU General Public License as published by
-+# the Free Software Foundation; either version 2 of the License, or
-+# (at your option) any later version.
-+#
-+# This program is distributed in the hope that it will be useful, but
-+# WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-+# General Public License for more details.
-+#
-+# You should have received a copy of the GNU General Public License
-+# along with this program; if not, write to the Free Software
-+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
-+# 02110-1301, USA.
-+#
-+# As a special exception to the GNU General Public License, if you
-+# distribute this file as part of a program that contains a
-+# configuration script generated by Autoconf, you may include it under
-+# the same distribution terms that you use for the rest of that program.
-+
-+
-+# Originally written by Per Bothner <per@bothner.com>.
-+# Please send patches to <config-patches@gnu.org>.  Submit a context
-+# diff and a properly formatted ChangeLog entry.
-+#
-+# This script attempts to guess a canonical system name similar to
-+# config.sub.  If it succeeds, it prints the system name on stdout, and
-+# exits with 0.  Otherwise, it exits with 1.
-+#
-+# The plan is that this can be called by configure scripts if you
-+# don't specify an explicit build system type.
-+
-+me=`echo "$0" | sed -e 's,.*/,,'`
-+
-+usage="\
-+Usage: $0 [OPTION]
-+
-+Output the configuration name of the system \`$me' is run on.
-+
-+Operation modes:
-+  -h, --help         print this help, then exit
-+  -t, --time-stamp   print date of last modification, then exit
-+  -v, --version      print version number, then exit
-+
-+Report bugs and patches to <config-patches@gnu.org>."
-+
-+version="\
-+GNU config.guess ($timestamp)
-+
-+Originally written by Per Bothner.
-+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-+Free Software Foundation, Inc.
-+
-+This is free software; see the source for copying conditions.  There is NO
-+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
-+
-+help="
-+Try \`$me --help' for more information."
-+
-+# Parse command line
-+while test $# -gt 0 ; do
-+  case $1 in
-+    --time-stamp | --time* | -t )
-+       echo "$timestamp" ; exit ;;
-+    --version | -v )
-+       echo "$version" ; exit ;;
-+    --help | --h* | -h )
-+       echo "$usage"; exit ;;
-+    -- )     # Stop option processing
-+       shift; break ;;
-+    - )       # Use stdin as input.
-+       break ;;
-+    -* )
-+       echo "$me: invalid option $1$help" >&2
-+       exit 1 ;;
-+    * )
-+       break ;;
-+  esac
-+done
-+
-+if test $# != 0; then
-+  echo "$me: too many arguments$help" >&2
-+  exit 1
-+fi
-+
-+trap 'exit 1' 1 2 15
-+
-+# CC_FOR_BUILD -- compiler used by this script. Note that the use of a
-+# compiler to aid in system detection is discouraged as it requires
-+# temporary files to be created and, as you can see below, it is a
-+# headache to deal with in a portable fashion.
-+
-+# Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
-+# use `HOST_CC' if defined, but it is deprecated.
-+
-+# Portable tmp directory creation inspired by the Autoconf team.
-+
-+set_cc_for_build='
-+trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
-+trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
-+: ${TMPDIR=/tmp} ;
-+ { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
-+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
-+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
-+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
-+dummy=$tmp/dummy ;
-+tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
-+case $CC_FOR_BUILD,$HOST_CC,$CC in
-+ ,,)    echo "int x;" > $dummy.c ;
-+      for c in cc gcc c89 c99 ; do
-+        if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
-+           CC_FOR_BUILD="$c"; break ;
-+        fi ;
-+      done ;
-+      if test x"$CC_FOR_BUILD" = x ; then
-+        CC_FOR_BUILD=no_compiler_found ;
-+      fi
-+      ;;
-+ ,,*)   CC_FOR_BUILD=$CC ;;
-+ ,*,*)  CC_FOR_BUILD=$HOST_CC ;;
-+esac ; set_cc_for_build= ;'
-+
-+# This is needed to find uname on a Pyramid OSx when run in the BSD universe.
-+# (ghazi@noc.rutgers.edu 1994-08-24)
-+if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
-+      PATH=$PATH:/.attbin ; export PATH
-+fi
-+
-+UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
-+UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
-+UNAME_SYSTEM=`(uname -s) 2>/dev/null`  || UNAME_SYSTEM=unknown
-+UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
-+
-+# Note: order is significant - the case branches are not exclusive.
-+
-+case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
-+    *:NetBSD:*:*)
-+      # NetBSD (nbsd) targets should (where applicable) match one or
-+      # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
-+      # *-*-netbsdecoff* and *-*-netbsd*.  For targets that recently
-+      # switched to ELF, *-*-netbsd* would select the old
-+      # object file format.  This provides both forward
-+      # compatibility and a consistent mechanism for selecting the
-+      # object file format.
-+      #
-+      # Note: NetBSD doesn't particularly care about the vendor
-+      # portion of the name.  We always set it to "unknown".
-+      sysctl="sysctl -n hw.machine_arch"
-+      UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
-+          /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
-+      case "${UNAME_MACHINE_ARCH}" in
-+          armeb) machine=armeb-unknown ;;
-+          arm*) machine=arm-unknown ;;
-+          sh3el) machine=shl-unknown ;;
-+          sh3eb) machine=sh-unknown ;;
-+          sh5el) machine=sh5le-unknown ;;
-+          *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
-+      esac
-+      # The Operating System including object format, if it has switched
-+      # to ELF recently, or will in the future.
-+      case "${UNAME_MACHINE_ARCH}" in
-+          arm*|i386|m68k|ns32k|sh3*|sparc|vax)
-+              eval $set_cc_for_build
-+              if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
-+                      | grep __ELF__ >/dev/null
-+              then
-+                  # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
-+                  # Return netbsd for either.  FIX?
-+                  os=netbsd
-+              else
-+                  os=netbsdelf
-+              fi
-+              ;;
-+          *)
-+              os=netbsd
-+              ;;
-+      esac
-+      # The OS release
-+      # Debian GNU/NetBSD machines have a different userland, and
-+      # thus, need a distinct triplet. However, they do not need
-+      # kernel version information, so it can be replaced with a
-+      # suitable tag, in the style of linux-gnu.
-+      case "${UNAME_VERSION}" in
-+          Debian*)
-+              release='-gnu'
-+              ;;
-+          *)
-+              release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
-+              ;;
-+      esac
-+      # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
-+      # contains redundant information, the shorter form:
-+      # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
-+      echo "${machine}-${os}${release}"
-+      exit ;;
-+    *:OpenBSD:*:*)
-+      UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
-+      echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
-+      exit ;;
-+    *:ekkoBSD:*:*)
-+      echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
-+      exit ;;
-+    *:SolidBSD:*:*)
-+      echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE}
-+      exit ;;
-+    macppc:MirBSD:*:*)
-+      echo powerpc-unknown-mirbsd${UNAME_RELEASE}
-+      exit ;;
-+    *:MirBSD:*:*)
-+      echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
-+      exit ;;
-+    alpha:OSF1:*:*)
-+      case $UNAME_RELEASE in
-+      *4.0)
-+              UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
-+              ;;
-+      *5.*)
-+              UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
-+              ;;
-+      esac
-+      # According to Compaq, /usr/sbin/psrinfo has been available on
-+      # OSF/1 and Tru64 systems produced since 1995.  I hope that
-+      # covers most systems running today.  This code pipes the CPU
-+      # types through head -n 1, so we only detect the type of CPU 0.
-+      ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
-+      case "$ALPHA_CPU_TYPE" in
-+          "EV4 (21064)")
-+              UNAME_MACHINE="alpha" ;;
-+          "EV4.5 (21064)")
-+              UNAME_MACHINE="alpha" ;;
-+          "LCA4 (21066/21068)")
-+              UNAME_MACHINE="alpha" ;;
-+          "EV5 (21164)")
-+              UNAME_MACHINE="alphaev5" ;;
-+          "EV5.6 (21164A)")
-+              UNAME_MACHINE="alphaev56" ;;
-+          "EV5.6 (21164PC)")
-+              UNAME_MACHINE="alphapca56" ;;
-+          "EV5.7 (21164PC)")
-+              UNAME_MACHINE="alphapca57" ;;
-+          "EV6 (21264)")
-+              UNAME_MACHINE="alphaev6" ;;
-+          "EV6.7 (21264A)")
-+              UNAME_MACHINE="alphaev67" ;;
-+          "EV6.8CB (21264C)")
-+              UNAME_MACHINE="alphaev68" ;;
-+          "EV6.8AL (21264B)")
-+              UNAME_MACHINE="alphaev68" ;;
-+          "EV6.8CX (21264D)")
-+              UNAME_MACHINE="alphaev68" ;;
-+          "EV6.9A (21264/EV69A)")
-+              UNAME_MACHINE="alphaev69" ;;
-+          "EV7 (21364)")
-+              UNAME_MACHINE="alphaev7" ;;
-+          "EV7.9 (21364A)")
-+              UNAME_MACHINE="alphaev79" ;;
-+      esac
-+      # A Pn.n version is a patched version.
-+      # A Vn.n version is a released version.
-+      # A Tn.n version is a released field test version.
-+      # A Xn.n version is an unreleased experimental baselevel.
-+      # 1.2 uses "1.2" for uname -r.
-+      echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
-+      exit ;;
-+    Alpha\ *:Windows_NT*:*)
-+      # How do we know it's Interix rather than the generic POSIX subsystem?
-+      # Should we change UNAME_MACHINE based on the output of uname instead
-+      # of the specific Alpha model?
-+      echo alpha-pc-interix
-+      exit ;;
-+    21064:Windows_NT:50:3)
-+      echo alpha-dec-winnt3.5
-+      exit ;;
-+    Amiga*:UNIX_System_V:4.0:*)
-+      echo m68k-unknown-sysv4
-+      exit ;;
-+    *:[Aa]miga[Oo][Ss]:*:*)
-+      echo ${UNAME_MACHINE}-unknown-amigaos
-+      exit ;;
-+    *:[Mm]orph[Oo][Ss]:*:*)
-+      echo ${UNAME_MACHINE}-unknown-morphos
-+      exit ;;
-+    *:OS/390:*:*)
-+      echo i370-ibm-openedition
-+      exit ;;
-+    *:z/VM:*:*)
-+      echo s390-ibm-zvmoe
-+      exit ;;
-+    *:OS400:*:*)
-+        echo powerpc-ibm-os400
-+      exit ;;
-+    arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
-+      echo arm-acorn-riscix${UNAME_RELEASE}
-+      exit ;;
-+    arm:riscos:*:*|arm:RISCOS:*:*)
-+      echo arm-unknown-riscos
-+      exit ;;
-+    SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
-+      echo hppa1.1-hitachi-hiuxmpp
-+      exit ;;
-+    Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
-+      # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
-+      if test "`(/bin/universe) 2>/dev/null`" = att ; then
-+              echo pyramid-pyramid-sysv3
-+      else
-+              echo pyramid-pyramid-bsd
-+      fi
-+      exit ;;
-+    NILE*:*:*:dcosx)
-+      echo pyramid-pyramid-svr4
-+      exit ;;
-+    DRS?6000:unix:4.0:6*)
-+      echo sparc-icl-nx6
-+      exit ;;
-+    DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
-+      case `/usr/bin/uname -p` in
-+          sparc) echo sparc-icl-nx7; exit ;;
-+      esac ;;
-+    sun4H:SunOS:5.*:*)
-+      echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-+      exit ;;
-+    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
-+      echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-+      exit ;;
-+    i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
-+      echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-+      exit ;;
-+    sun4*:SunOS:6*:*)
-+      # According to config.sub, this is the proper way to canonicalize
-+      # SunOS6.  Hard to guess exactly what SunOS6 will be like, but
-+      # it's likely to be more like Solaris than SunOS4.
-+      echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-+      exit ;;
-+    sun4*:SunOS:*:*)
-+      case "`/usr/bin/arch -k`" in
-+          Series*|S4*)
-+              UNAME_RELEASE=`uname -v`
-+              ;;
-+      esac
-+      # Japanese Language versions have a version number like `4.1.3-JL'.
-+      echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
-+      exit ;;
-+    sun3*:SunOS:*:*)
-+      echo m68k-sun-sunos${UNAME_RELEASE}
-+      exit ;;
-+    sun*:*:4.2BSD:*)
-+      UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
-+      test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
-+      case "`/bin/arch`" in
-+          sun3)
-+              echo m68k-sun-sunos${UNAME_RELEASE}
-+              ;;
-+          sun4)
-+              echo sparc-sun-sunos${UNAME_RELEASE}
-+              ;;
-+      esac
-+      exit ;;
-+    aushp:SunOS:*:*)
-+      echo sparc-auspex-sunos${UNAME_RELEASE}
-+      exit ;;
-+    # The situation for MiNT is a little confusing.  The machine name
-+    # can be virtually everything (everything which is not
-+    # "atarist" or "atariste" at least should have a processor
-+    # > m68000).  The system name ranges from "MiNT" over "FreeMiNT"
-+    # to the lowercase version "mint" (or "freemint").  Finally
-+    # the system name "TOS" denotes a system which is actually not
-+    # MiNT.  But MiNT is downward compatible to TOS, so this should
-+    # be no problem.
-+    atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
-+        echo m68k-atari-mint${UNAME_RELEASE}
-+      exit ;;
-+    atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
-+      echo m68k-atari-mint${UNAME_RELEASE}
-+        exit ;;
-+    *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
-+        echo m68k-atari-mint${UNAME_RELEASE}
-+      exit ;;
-+    milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
-+        echo m68k-milan-mint${UNAME_RELEASE}
-+        exit ;;
-+    hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
-+        echo m68k-hades-mint${UNAME_RELEASE}
-+        exit ;;
-+    *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
-+        echo m68k-unknown-mint${UNAME_RELEASE}
-+        exit ;;
-+    m68k:machten:*:*)
-+      echo m68k-apple-machten${UNAME_RELEASE}
-+      exit ;;
-+    powerpc:machten:*:*)
-+      echo powerpc-apple-machten${UNAME_RELEASE}
-+      exit ;;
-+    RISC*:Mach:*:*)
-+      echo mips-dec-mach_bsd4.3
-+      exit ;;
-+    RISC*:ULTRIX:*:*)
-+      echo mips-dec-ultrix${UNAME_RELEASE}
-+      exit ;;
-+    VAX*:ULTRIX*:*:*)
-+      echo vax-dec-ultrix${UNAME_RELEASE}
-+      exit ;;
-+    2020:CLIX:*:* | 2430:CLIX:*:*)
-+      echo clipper-intergraph-clix${UNAME_RELEASE}
-+      exit ;;
-+    mips:*:*:UMIPS | mips:*:*:RISCos)
-+      eval $set_cc_for_build
-+      sed 's/^        //' << EOF >$dummy.c
-+#ifdef __cplusplus
-+#include <stdio.h>  /* for printf() prototype */
-+      int main (int argc, char *argv[]) {
-+#else
-+      int main (argc, argv) int argc; char *argv[]; {
-+#endif
-+      #if defined (host_mips) && defined (MIPSEB)
-+      #if defined (SYSTYPE_SYSV)
-+        printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
-+      #endif
-+      #if defined (SYSTYPE_SVR4)
-+        printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
-+      #endif
-+      #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
-+        printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
-+      #endif
-+      #endif
-+        exit (-1);
-+      }
-+EOF
-+      $CC_FOR_BUILD -o $dummy $dummy.c &&
-+        dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
-+        SYSTEM_NAME=`$dummy $dummyarg` &&
-+          { echo "$SYSTEM_NAME"; exit; }
-+      echo mips-mips-riscos${UNAME_RELEASE}
-+      exit ;;
-+    Motorola:PowerMAX_OS:*:*)
-+      echo powerpc-motorola-powermax
-+      exit ;;
-+    Motorola:*:4.3:PL8-*)
-+      echo powerpc-harris-powermax
-+      exit ;;
-+    Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
-+      echo powerpc-harris-powermax
-+      exit ;;
-+    Night_Hawk:Power_UNIX:*:*)
-+      echo powerpc-harris-powerunix
-+      exit ;;
-+    m88k:CX/UX:7*:*)
-+      echo m88k-harris-cxux7
-+      exit ;;
-+    m88k:*:4*:R4*)
-+      echo m88k-motorola-sysv4
-+      exit ;;
-+    m88k:*:3*:R3*)
-+      echo m88k-motorola-sysv3
-+      exit ;;
-+    AViiON:dgux:*:*)
-+        # DG/UX returns AViiON for all architectures
-+        UNAME_PROCESSOR=`/usr/bin/uname -p`
-+      if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
-+      then
-+          if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
-+             [ ${TARGET_BINARY_INTERFACE}x = x ]
-+          then
-+              echo m88k-dg-dgux${UNAME_RELEASE}
-+          else
-+              echo m88k-dg-dguxbcs${UNAME_RELEASE}
-+          fi
-+      else
-+          echo i586-dg-dgux${UNAME_RELEASE}
-+      fi
-+      exit ;;
-+    M88*:DolphinOS:*:*)       # DolphinOS (SVR3)
-+      echo m88k-dolphin-sysv3
-+      exit ;;
-+    M88*:*:R3*:*)
-+      # Delta 88k system running SVR3
-+      echo m88k-motorola-sysv3
-+      exit ;;
-+    XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
-+      echo m88k-tektronix-sysv3
-+      exit ;;
-+    Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
-+      echo m68k-tektronix-bsd
-+      exit ;;
-+    *:IRIX*:*:*)
-+      echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
-+      exit ;;
-+    ????????:AIX?:[12].1:2)   # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
-+      echo romp-ibm-aix     # uname -m gives an 8 hex-code CPU id
-+      exit ;;               # Note that: echo "'`uname -s`'" gives 'AIX '
-+    i*86:AIX:*:*)
-+      echo i386-ibm-aix
-+      exit ;;
-+    ia64:AIX:*:*)
-+      if [ -x /usr/bin/oslevel ] ; then
-+              IBM_REV=`/usr/bin/oslevel`
-+      else
-+              IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
-+      fi
-+      echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
-+      exit ;;
-+    *:AIX:2:3)
-+      if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
-+              eval $set_cc_for_build
-+              sed 's/^                //' << EOF >$dummy.c
-+              #include <sys/systemcfg.h>
-+
-+              main()
-+                      {
-+                      if (!__power_pc())
-+                              exit(1);
-+                      puts("powerpc-ibm-aix3.2.5");
-+                      exit(0);
-+                      }
-+EOF
-+              if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
-+              then
-+                      echo "$SYSTEM_NAME"
-+              else
-+                      echo rs6000-ibm-aix3.2.5
-+              fi
-+      elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
-+              echo rs6000-ibm-aix3.2.4
-+      else
-+              echo rs6000-ibm-aix3.2
-+      fi
-+      exit ;;
-+    *:AIX:*:[45])
-+      IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
-+      if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
-+              IBM_ARCH=rs6000
-+      else
-+              IBM_ARCH=powerpc
-+      fi
-+      if [ -x /usr/bin/oslevel ] ; then
-+              IBM_REV=`/usr/bin/oslevel`
-+      else
-+              IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
-+      fi
-+      echo ${IBM_ARCH}-ibm-aix${IBM_REV}
-+      exit ;;
-+    *:AIX:*:*)
-+      echo rs6000-ibm-aix
-+      exit ;;
-+    ibmrt:4.4BSD:*|romp-ibm:BSD:*)
-+      echo romp-ibm-bsd4.4
-+      exit ;;
-+    ibmrt:*BSD:*|romp-ibm:BSD:*)            # covers RT/PC BSD and
-+      echo romp-ibm-bsd${UNAME_RELEASE}   # 4.3 with uname added to
-+      exit ;;                             # report: romp-ibm BSD 4.3
-+    *:BOSX:*:*)
-+      echo rs6000-bull-bosx
-+      exit ;;
-+    DPX/2?00:B.O.S.:*:*)
-+      echo m68k-bull-sysv3
-+      exit ;;
-+    9000/[34]??:4.3bsd:1.*:*)
-+      echo m68k-hp-bsd
-+      exit ;;
-+    hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
-+      echo m68k-hp-bsd4.4
-+      exit ;;
-+    9000/[34678]??:HP-UX:*:*)
-+      HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
-+      case "${UNAME_MACHINE}" in
-+          9000/31? )            HP_ARCH=m68000 ;;
-+          9000/[34]?? )         HP_ARCH=m68k ;;
-+          9000/[678][0-9][0-9])
-+              if [ -x /usr/bin/getconf ]; then
-+                  sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
-+                    sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
-+                    case "${sc_cpu_version}" in
-+                      523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
-+                      528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
-+                      532)                      # CPU_PA_RISC2_0
-+                        case "${sc_kernel_bits}" in
-+                          32) HP_ARCH="hppa2.0n" ;;
-+                          64) HP_ARCH="hppa2.0w" ;;
-+                        '') HP_ARCH="hppa2.0" ;;   # HP-UX 10.20
-+                        esac ;;
-+                    esac
-+              fi
-+              if [ "${HP_ARCH}" = "" ]; then
-+                  eval $set_cc_for_build
-+                  sed 's/^              //' << EOF >$dummy.c
-+
-+              #define _HPUX_SOURCE
-+              #include <stdlib.h>
-+              #include <unistd.h>
-+
-+              int main ()
-+              {
-+              #if defined(_SC_KERNEL_BITS)
-+                  long bits = sysconf(_SC_KERNEL_BITS);
-+              #endif
-+                  long cpu  = sysconf (_SC_CPU_VERSION);
-+
-+                  switch (cpu)
-+                      {
-+                      case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
-+                      case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
-+                      case CPU_PA_RISC2_0:
-+              #if defined(_SC_KERNEL_BITS)
-+                          switch (bits)
-+                              {
-+                              case 64: puts ("hppa2.0w"); break;
-+                              case 32: puts ("hppa2.0n"); break;
-+                              default: puts ("hppa2.0"); break;
-+                              } break;
-+              #else  /* !defined(_SC_KERNEL_BITS) */
-+                          puts ("hppa2.0"); break;
-+              #endif
-+                      default: puts ("hppa1.0"); break;
-+                      }
-+                  exit (0);
-+              }
-+EOF
-+                  (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
-+                  test -z "$HP_ARCH" && HP_ARCH=hppa
-+              fi ;;
-+      esac
-+      if [ ${HP_ARCH} = "hppa2.0w" ]
-+      then
-+          eval $set_cc_for_build
-+
-+          # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating
-+          # 32-bit code.  hppa64-hp-hpux* has the same kernel and a compiler
-+          # generating 64-bit code.  GNU and HP use different nomenclature:
-+          #
-+          # $ CC_FOR_BUILD=cc ./config.guess
-+          # => hppa2.0w-hp-hpux11.23
-+          # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess
-+          # => hppa64-hp-hpux11.23
-+
-+          if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) |
-+              grep __LP64__ >/dev/null
-+          then
-+              HP_ARCH="hppa2.0w"
-+          else
-+              HP_ARCH="hppa64"
-+          fi
-+      fi
-+      echo ${HP_ARCH}-hp-hpux${HPUX_REV}
-+      exit ;;
-+    ia64:HP-UX:*:*)
-+      HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
-+      echo ia64-hp-hpux${HPUX_REV}
-+      exit ;;
-+    3050*:HI-UX:*:*)
-+      eval $set_cc_for_build
-+      sed 's/^        //' << EOF >$dummy.c
-+      #include <unistd.h>
-+      int
-+      main ()
-+      {
-+        long cpu = sysconf (_SC_CPU_VERSION);
-+        /* The order matters, because CPU_IS_HP_MC68K erroneously returns
-+           true for CPU_PA_RISC1_0.  CPU_IS_PA_RISC returns correct
-+           results, however.  */
-+        if (CPU_IS_PA_RISC (cpu))
-+          {
-+            switch (cpu)
-+              {
-+                case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
-+                case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
-+                case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
-+                default: puts ("hppa-hitachi-hiuxwe2"); break;
-+              }
-+          }
-+        else if (CPU_IS_HP_MC68K (cpu))
-+          puts ("m68k-hitachi-hiuxwe2");
-+        else puts ("unknown-hitachi-hiuxwe2");
-+        exit (0);
-+      }
-+EOF
-+      $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
-+              { echo "$SYSTEM_NAME"; exit; }
-+      echo unknown-hitachi-hiuxwe2
-+      exit ;;
-+    9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
-+      echo hppa1.1-hp-bsd
-+      exit ;;
-+    9000/8??:4.3bsd:*:*)
-+      echo hppa1.0-hp-bsd
-+      exit ;;
-+    *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
-+      echo hppa1.0-hp-mpeix
-+      exit ;;
-+    hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
-+      echo hppa1.1-hp-osf
-+      exit ;;
-+    hp8??:OSF1:*:*)
-+      echo hppa1.0-hp-osf
-+      exit ;;
-+    i*86:OSF1:*:*)
-+      if [ -x /usr/sbin/sysversion ] ; then
-+          echo ${UNAME_MACHINE}-unknown-osf1mk
-+      else
-+          echo ${UNAME_MACHINE}-unknown-osf1
-+      fi
-+      exit ;;
-+    parisc*:Lites*:*:*)
-+      echo hppa1.1-hp-lites
-+      exit ;;
-+    C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
-+      echo c1-convex-bsd
-+        exit ;;
-+    C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
-+      if getsysinfo -f scalar_acc
-+      then echo c32-convex-bsd
-+      else echo c2-convex-bsd
-+      fi
-+        exit ;;
-+    C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
-+      echo c34-convex-bsd
-+        exit ;;
-+    C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
-+      echo c38-convex-bsd
-+        exit ;;
-+    C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
-+      echo c4-convex-bsd
-+        exit ;;
-+    CRAY*Y-MP:*:*:*)
-+      echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-+      exit ;;
-+    CRAY*[A-Z]90:*:*:*)
-+      echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
-+      | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
-+            -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
-+            -e 's/\.[^.]*$/.X/'
-+      exit ;;
-+    CRAY*TS:*:*:*)
-+      echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-+      exit ;;
-+    CRAY*T3E:*:*:*)
-+      echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-+      exit ;;
-+    CRAY*SV1:*:*:*)
-+      echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-+      exit ;;
-+    *:UNICOS/mp:*:*)
-+      echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
-+      exit ;;
-+    F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
-+      FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
-+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
-+        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
-+        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
-+        exit ;;
-+    5000:UNIX_System_V:4.*:*)
-+        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
-+        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
-+        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
-+      exit ;;
-+    i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
-+      echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
-+      exit ;;
-+    sparc*:BSD/OS:*:*)
-+      echo sparc-unknown-bsdi${UNAME_RELEASE}
-+      exit ;;
-+    *:BSD/OS:*:*)
-+      echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
-+      exit ;;
-+    *:FreeBSD:*:*)
-+      case ${UNAME_MACHINE} in
-+          pc98)
-+              echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
-+          amd64)
-+              echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
-+          *)
-+              echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
-+      esac
-+      exit ;;
-+    i*:CYGWIN*:*)
-+      echo ${UNAME_MACHINE}-pc-cygwin
-+      exit ;;
-+    *:MINGW*:*)
-+      echo ${UNAME_MACHINE}-pc-mingw32
-+      exit ;;
-+    i*:windows32*:*)
-+      # uname -m includes "-pc" on this system.
-+      echo ${UNAME_MACHINE}-mingw32
-+      exit ;;
-+    i*:PW*:*)
-+      echo ${UNAME_MACHINE}-pc-pw32
-+      exit ;;
-+    *:Interix*:[3456]*)
-+      case ${UNAME_MACHINE} in
-+          x86) 
-+              echo i586-pc-interix${UNAME_RELEASE}
-+              exit ;;
-+          EM64T | authenticamd)
-+              echo x86_64-unknown-interix${UNAME_RELEASE}
-+              exit ;;
-+      esac ;;
-+    [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
-+      echo i${UNAME_MACHINE}-pc-mks
-+      exit ;;
-+    i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
-+      # How do we know it's Interix rather than the generic POSIX subsystem?
-+      # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
-+      # UNAME_MACHINE based on the output of uname instead of i386?
-+      echo i586-pc-interix
-+      exit ;;
-+    i*:UWIN*:*)
-+      echo ${UNAME_MACHINE}-pc-uwin
-+      exit ;;
-+    amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*)
-+      echo x86_64-unknown-cygwin
-+      exit ;;
-+    p*:CYGWIN*:*)
-+      echo powerpcle-unknown-cygwin
-+      exit ;;
-+    prep*:SunOS:5.*:*)
-+      echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
-+      exit ;;
-+    *:GNU:*:*)
-+      # the GNU system
-+      echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
-+      exit ;;
-+    *:GNU/*:*:*)
-+      # other systems with GNU libc and userland
-+      echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
-+      exit ;;
-+    i*86:Minix:*:*)
-+      echo ${UNAME_MACHINE}-pc-minix
-+      exit ;;
-+    arm*:Linux:*:*)
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu
-+      exit ;;
-+    avr32*:Linux:*:*)
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu
-+      exit ;;
-+    cris:Linux:*:*)
-+      echo cris-axis-linux-gnu
-+      exit ;;
-+    crisv32:Linux:*:*)
-+      echo crisv32-axis-linux-gnu
-+      exit ;;
-+    frv:Linux:*:*)
-+      echo frv-unknown-linux-gnu
-+      exit ;;
-+    ia64:Linux:*:*)
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu
-+      exit ;;
-+    m32r*:Linux:*:*)
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu
-+      exit ;;
-+    m68*:Linux:*:*)
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu
-+      exit ;;
-+    mips:Linux:*:*)
-+      eval $set_cc_for_build
-+      sed 's/^        //' << EOF >$dummy.c
-+      #undef CPU
-+      #undef mips
-+      #undef mipsel
-+      #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
-+      CPU=mipsel
-+      #else
-+      #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
-+      CPU=mips
-+      #else
-+      CPU=
-+      #endif
-+      #endif
-+EOF
-+      eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
-+          /^CPU/{
-+              s: ::g
-+              p
-+          }'`"
-+      test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
-+      ;;
-+    mips64:Linux:*:*)
-+      eval $set_cc_for_build
-+      sed 's/^        //' << EOF >$dummy.c
-+      #undef CPU
-+      #undef mips64
-+      #undef mips64el
-+      #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
-+      CPU=mips64el
-+      #else
-+      #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
-+      CPU=mips64
-+      #else
-+      CPU=
-+      #endif
-+      #endif
-+EOF
-+      eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
-+          /^CPU/{
-+              s: ::g
-+              p
-+          }'`"
-+      test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; }
-+      ;;
-+    or32:Linux:*:*)
-+      echo or32-unknown-linux-gnu
-+      exit ;;
-+    ppc:Linux:*:*)
-+      echo powerpc-unknown-linux-gnu
-+      exit ;;
-+    ppc64:Linux:*:*)
-+      echo powerpc64-unknown-linux-gnu
-+      exit ;;
-+    alpha:Linux:*:*)
-+      case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
-+        EV5)   UNAME_MACHINE=alphaev5 ;;
-+        EV56)  UNAME_MACHINE=alphaev56 ;;
-+        PCA56) UNAME_MACHINE=alphapca56 ;;
-+        PCA57) UNAME_MACHINE=alphapca56 ;;
-+        EV6)   UNAME_MACHINE=alphaev6 ;;
-+        EV67)  UNAME_MACHINE=alphaev67 ;;
-+        EV68*) UNAME_MACHINE=alphaev68 ;;
-+        esac
-+      objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
-+      if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
-+      exit ;;
-+    parisc:Linux:*:* | hppa:Linux:*:*)
-+      # Look for CPU level
-+      case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
-+        PA7*) echo hppa1.1-unknown-linux-gnu ;;
-+        PA8*) echo hppa2.0-unknown-linux-gnu ;;
-+        *)    echo hppa-unknown-linux-gnu ;;
-+      esac
-+      exit ;;
-+    parisc64:Linux:*:* | hppa64:Linux:*:*)
-+      echo hppa64-unknown-linux-gnu
-+      exit ;;
-+    s390:Linux:*:* | s390x:Linux:*:*)
-+      echo ${UNAME_MACHINE}-ibm-linux
-+      exit ;;
-+    sh64*:Linux:*:*)
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu
-+      exit ;;
-+    sh*:Linux:*:*)
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu
-+      exit ;;
-+    sparc:Linux:*:* | sparc64:Linux:*:*)
-+      echo ${UNAME_MACHINE}-unknown-linux-gnu
-+      exit ;;
-+    vax:Linux:*:*)
-+      echo ${UNAME_MACHINE}-dec-linux-gnu
-+      exit ;;
-+    x86_64:Linux:*:*)
-+      echo x86_64-unknown-linux-gnu
-+      exit ;;
-+    xtensa:Linux:*:*)
-+      echo xtensa-unknown-linux-gnu
-+      exit ;;
-+    i*86:Linux:*:*)
-+      # The BFD linker knows what the default object file format is, so
-+      # first see if it will tell us. cd to the root directory to prevent
-+      # problems with other programs or directories called `ld' in the path.
-+      # Set LC_ALL=C to ensure ld outputs messages in English.
-+      ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
-+                       | sed -ne '/supported targets:/!d
-+                                  s/[         ][      ]*/ /g
-+                                  s/.*supported targets: *//
-+                                  s/ .*//
-+                                  p'`
-+        case "$ld_supported_targets" in
-+        elf32-i386)
-+              TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
-+              ;;
-+        a.out-i386-linux)
-+              echo "${UNAME_MACHINE}-pc-linux-gnuaout"
-+              exit ;;
-+        coff-i386)
-+              echo "${UNAME_MACHINE}-pc-linux-gnucoff"
-+              exit ;;
-+        "")
-+              # Either a pre-BFD a.out linker (linux-gnuoldld) or
-+              # one that does not give us useful --help.
-+              echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
-+              exit ;;
-+      esac
-+      # Determine whether the default compiler is a.out or elf
-+      eval $set_cc_for_build
-+      sed 's/^        //' << EOF >$dummy.c
-+      #include <features.h>
-+      #ifdef __ELF__
-+      # ifdef __GLIBC__
-+      #  if __GLIBC__ >= 2
-+      LIBC=gnu
-+      #  else
-+      LIBC=gnulibc1
-+      #  endif
-+      # else
-+      LIBC=gnulibc1
-+      # endif
-+      #else
-+      #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC)
-+      LIBC=gnu
-+      #else
-+      LIBC=gnuaout
-+      #endif
-+      #endif
-+      #ifdef __dietlibc__
-+      LIBC=dietlibc
-+      #endif
-+EOF
-+      eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n '
-+          /^LIBC/{
-+              s: ::g
-+              p
-+          }'`"
-+      test x"${LIBC}" != x && {
-+              echo "${UNAME_MACHINE}-pc-linux-${LIBC}"
-+              exit
-+      }
-+      test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
-+      ;;
-+    i*86:DYNIX/ptx:4*:*)
-+      # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
-+      # earlier versions are messed up and put the nodename in both
-+      # sysname and nodename.
-+      echo i386-sequent-sysv4
-+      exit ;;
-+    i*86:UNIX_SV:4.2MP:2.*)
-+        # Unixware is an offshoot of SVR4, but it has its own version
-+        # number series starting with 2...
-+        # I am not positive that other SVR4 systems won't match this,
-+      # I just have to hope.  -- rms.
-+        # Use sysv4.2uw... so that sysv4* matches it.
-+      echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
-+      exit ;;
-+    i*86:OS/2:*:*)
-+      # If we were able to find `uname', then EMX Unix compatibility
-+      # is probably installed.
-+      echo ${UNAME_MACHINE}-pc-os2-emx
-+      exit ;;
-+    i*86:XTS-300:*:STOP)
-+      echo ${UNAME_MACHINE}-unknown-stop
-+      exit ;;
-+    i*86:atheos:*:*)
-+      echo ${UNAME_MACHINE}-unknown-atheos
-+      exit ;;
-+    i*86:syllable:*:*)
-+      echo ${UNAME_MACHINE}-pc-syllable
-+      exit ;;
-+    i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
-+      echo i386-unknown-lynxos${UNAME_RELEASE}
-+      exit ;;
-+    i*86:*DOS:*:*)
-+      echo ${UNAME_MACHINE}-pc-msdosdjgpp
-+      exit ;;
-+    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
-+      UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
-+      if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
-+              echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
-+      else
-+              echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
-+      fi
-+      exit ;;
-+    i*86:*:5:[678]*)
-+      # UnixWare 7.x, OpenUNIX and OpenServer 6.
-+      case `/bin/uname -X | grep "^Machine"` in
-+          *486*)           UNAME_MACHINE=i486 ;;
-+          *Pentium)        UNAME_MACHINE=i586 ;;
-+          *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
-+      esac
-+      echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
-+      exit ;;
-+    i*86:*:3.2:*)
-+      if test -f /usr/options/cb.name; then
-+              UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
-+              echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
-+      elif /bin/uname -X 2>/dev/null >/dev/null ; then
-+              UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
-+              (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
-+              (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
-+                      && UNAME_MACHINE=i586
-+              (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
-+                      && UNAME_MACHINE=i686
-+              (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
-+                      && UNAME_MACHINE=i686
-+              echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
-+      else
-+              echo ${UNAME_MACHINE}-pc-sysv32
-+      fi
-+      exit ;;
-+    pc:*:*:*)
-+      # Left here for compatibility:
-+        # uname -m prints for DJGPP always 'pc', but it prints nothing about
-+        # the processor, so we play safe by assuming i386.
-+      echo i386-pc-msdosdjgpp
-+        exit ;;
-+    Intel:Mach:3*:*)
-+      echo i386-pc-mach3
-+      exit ;;
-+    paragon:*:*:*)
-+      echo i860-intel-osf1
-+      exit ;;
-+    i860:*:4.*:*) # i860-SVR4
-+      if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
-+        echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
-+      else # Add other i860-SVR4 vendors below as they are discovered.
-+        echo i860-unknown-sysv${UNAME_RELEASE}  # Unknown i860-SVR4
-+      fi
-+      exit ;;
-+    mini*:CTIX:SYS*5:*)
-+      # "miniframe"
-+      echo m68010-convergent-sysv
-+      exit ;;
-+    mc68k:UNIX:SYSTEM5:3.51m)
-+      echo m68k-convergent-sysv
-+      exit ;;
-+    M680?0:D-NIX:5.3:*)
-+      echo m68k-diab-dnix
-+      exit ;;
-+    M68*:*:R3V[5678]*:*)
-+      test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;;
-+    3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
-+      OS_REL=''
-+      test -r /etc/.relid \
-+      && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
-+      /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
-+        && { echo i486-ncr-sysv4.3${OS_REL}; exit; }
-+      /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
-+        && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
-+    3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
-+        /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
-+          && { echo i486-ncr-sysv4; exit; } ;;
-+    m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
-+      echo m68k-unknown-lynxos${UNAME_RELEASE}
-+      exit ;;
-+    mc68030:UNIX_System_V:4.*:*)
-+      echo m68k-atari-sysv4
-+      exit ;;
-+    TSUNAMI:LynxOS:2.*:*)
-+      echo sparc-unknown-lynxos${UNAME_RELEASE}
-+      exit ;;
-+    rs6000:LynxOS:2.*:*)
-+      echo rs6000-unknown-lynxos${UNAME_RELEASE}
-+      exit ;;
-+    PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
-+      echo powerpc-unknown-lynxos${UNAME_RELEASE}
-+      exit ;;
-+    SM[BE]S:UNIX_SV:*:*)
-+      echo mips-dde-sysv${UNAME_RELEASE}
-+      exit ;;
-+    RM*:ReliantUNIX-*:*:*)
-+      echo mips-sni-sysv4
-+      exit ;;
-+    RM*:SINIX-*:*:*)
-+      echo mips-sni-sysv4
-+      exit ;;
-+    *:SINIX-*:*:*)
-+      if uname -p 2>/dev/null >/dev/null ; then
-+              UNAME_MACHINE=`(uname -p) 2>/dev/null`
-+              echo ${UNAME_MACHINE}-sni-sysv4
-+      else
-+              echo ns32k-sni-sysv
-+      fi
-+      exit ;;
-+    PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
-+                      # says <Richard.M.Bartel@ccMail.Census.GOV>
-+        echo i586-unisys-sysv4
-+        exit ;;
-+    *:UNIX_System_V:4*:FTX*)
-+      # From Gerald Hewes <hewes@openmarket.com>.
-+      # How about differentiating between stratus architectures? -djm
-+      echo hppa1.1-stratus-sysv4
-+      exit ;;
-+    *:*:*:FTX*)
-+      # From seanf@swdc.stratus.com.
-+      echo i860-stratus-sysv4
-+      exit ;;
-+    i*86:VOS:*:*)
-+      # From Paul.Green@stratus.com.
-+      echo ${UNAME_MACHINE}-stratus-vos
-+      exit ;;
-+    *:VOS:*:*)
-+      # From Paul.Green@stratus.com.
-+      echo hppa1.1-stratus-vos
-+      exit ;;
-+    mc68*:A/UX:*:*)
-+      echo m68k-apple-aux${UNAME_RELEASE}
-+      exit ;;
-+    news*:NEWS-OS:6*:*)
-+      echo mips-sony-newsos6
-+      exit ;;
-+    R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
-+      if [ -d /usr/nec ]; then
-+              echo mips-nec-sysv${UNAME_RELEASE}
-+      else
-+              echo mips-unknown-sysv${UNAME_RELEASE}
-+      fi
-+        exit ;;
-+    BeBox:BeOS:*:*)   # BeOS running on hardware made by Be, PPC only.
-+      echo powerpc-be-beos
-+      exit ;;
-+    BeMac:BeOS:*:*)   # BeOS running on Mac or Mac clone, PPC only.
-+      echo powerpc-apple-beos
-+      exit ;;
-+    BePC:BeOS:*:*)    # BeOS running on Intel PC compatible.
-+      echo i586-pc-beos
-+      exit ;;
-+    SX-4:SUPER-UX:*:*)
-+      echo sx4-nec-superux${UNAME_RELEASE}
-+      exit ;;
-+    SX-5:SUPER-UX:*:*)
-+      echo sx5-nec-superux${UNAME_RELEASE}
-+      exit ;;
-+    SX-6:SUPER-UX:*:*)
-+      echo sx6-nec-superux${UNAME_RELEASE}
-+      exit ;;
-+    SX-7:SUPER-UX:*:*)
-+      echo sx7-nec-superux${UNAME_RELEASE}
-+      exit ;;
-+    SX-8:SUPER-UX:*:*)
-+      echo sx8-nec-superux${UNAME_RELEASE}
-+      exit ;;
-+    SX-8R:SUPER-UX:*:*)
-+      echo sx8r-nec-superux${UNAME_RELEASE}
-+      exit ;;
-+    Power*:Rhapsody:*:*)
-+      echo powerpc-apple-rhapsody${UNAME_RELEASE}
-+      exit ;;
-+    *:Rhapsody:*:*)
-+      echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
-+      exit ;;
-+    *:Darwin:*:*)
-+      UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
-+      case $UNAME_PROCESSOR in
-+          unknown) UNAME_PROCESSOR=powerpc ;;
-+      esac
-+      echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
-+      exit ;;
-+    *:procnto*:*:* | *:QNX:[0123456789]*:*)
-+      UNAME_PROCESSOR=`uname -p`
-+      if test "$UNAME_PROCESSOR" = "x86"; then
-+              UNAME_PROCESSOR=i386
-+              UNAME_MACHINE=pc
-+      fi
-+      echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
-+      exit ;;
-+    *:QNX:*:4*)
-+      echo i386-pc-qnx
-+      exit ;;
-+    NSE-?:NONSTOP_KERNEL:*:*)
-+      echo nse-tandem-nsk${UNAME_RELEASE}
-+      exit ;;
-+    NSR-?:NONSTOP_KERNEL:*:*)
-+      echo nsr-tandem-nsk${UNAME_RELEASE}
-+      exit ;;
-+    *:NonStop-UX:*:*)
-+      echo mips-compaq-nonstopux
-+      exit ;;
-+    BS2000:POSIX*:*:*)
-+      echo bs2000-siemens-sysv
-+      exit ;;
-+    DS/*:UNIX_System_V:*:*)
-+      echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
-+      exit ;;
-+    *:Plan9:*:*)
-+      # "uname -m" is not consistent, so use $cputype instead. 386
-+      # is converted to i386 for consistency with other x86
-+      # operating systems.
-+      if test "$cputype" = "386"; then
-+          UNAME_MACHINE=i386
-+      else
-+          UNAME_MACHINE="$cputype"
-+      fi
-+      echo ${UNAME_MACHINE}-unknown-plan9
-+      exit ;;
-+    *:TOPS-10:*:*)
-+      echo pdp10-unknown-tops10
-+      exit ;;
-+    *:TENEX:*:*)
-+      echo pdp10-unknown-tenex
-+      exit ;;
-+    KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
-+      echo pdp10-dec-tops20
-+      exit ;;
-+    XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
-+      echo pdp10-xkl-tops20
-+      exit ;;
-+    *:TOPS-20:*:*)
-+      echo pdp10-unknown-tops20
-+      exit ;;
-+    *:ITS:*:*)
-+      echo pdp10-unknown-its
-+      exit ;;
-+    SEI:*:*:SEIUX)
-+        echo mips-sei-seiux${UNAME_RELEASE}
-+      exit ;;
-+    *:DragonFly:*:*)
-+      echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-+      exit ;;
-+    *:*VMS:*:*)
-+      UNAME_MACHINE=`(uname -p) 2>/dev/null`
-+      case "${UNAME_MACHINE}" in
-+          A*) echo alpha-dec-vms ; exit ;;
-+          I*) echo ia64-dec-vms ; exit ;;
-+          V*) echo vax-dec-vms ; exit ;;
-+      esac ;;
-+    *:XENIX:*:SysV)
-+      echo i386-pc-xenix
-+      exit ;;
-+    i*86:skyos:*:*)
-+      echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
-+      exit ;;
-+    i*86:rdos:*:*)
-+      echo ${UNAME_MACHINE}-pc-rdos
-+      exit ;;
-+esac
-+
-+#echo '(No uname command or uname output not recognized.)' 1>&2
-+#echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
-+
-+eval $set_cc_for_build
-+cat >$dummy.c <<EOF
-+#ifdef _SEQUENT_
-+# include <sys/types.h>
-+# include <sys/utsname.h>
-+#endif
-+main ()
-+{
-+#if defined (sony)
-+#if defined (MIPSEB)
-+  /* BFD wants "bsd" instead of "newsos".  Perhaps BFD should be changed,
-+     I don't know....  */
-+  printf ("mips-sony-bsd\n"); exit (0);
-+#else
-+#include <sys/param.h>
-+  printf ("m68k-sony-newsos%s\n",
-+#ifdef NEWSOS4
-+          "4"
-+#else
-+        ""
-+#endif
-+         ); exit (0);
-+#endif
-+#endif
-+
-+#if defined (__arm) && defined (__acorn) && defined (__unix)
-+  printf ("arm-acorn-riscix\n"); exit (0);
-+#endif
-+
-+#if defined (hp300) && !defined (hpux)
-+  printf ("m68k-hp-bsd\n"); exit (0);
-+#endif
-+
-+#if defined (NeXT)
-+#if !defined (__ARCHITECTURE__)
-+#define __ARCHITECTURE__ "m68k"
-+#endif
-+  int version;
-+  version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
-+  if (version < 4)
-+    printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
-+  else
-+    printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
-+  exit (0);
-+#endif
-+
-+#if defined (MULTIMAX) || defined (n16)
-+#if defined (UMAXV)
-+  printf ("ns32k-encore-sysv\n"); exit (0);
-+#else
-+#if defined (CMU)
-+  printf ("ns32k-encore-mach\n"); exit (0);
-+#else
-+  printf ("ns32k-encore-bsd\n"); exit (0);
-+#endif
-+#endif
-+#endif
-+
-+#if defined (__386BSD__)
-+  printf ("i386-pc-bsd\n"); exit (0);
-+#endif
-+
-+#if defined (sequent)
-+#if defined (i386)
-+  printf ("i386-sequent-dynix\n"); exit (0);
-+#endif
-+#if defined (ns32000)
-+  printf ("ns32k-sequent-dynix\n"); exit (0);
-+#endif
-+#endif
-+
-+#if defined (_SEQUENT_)
-+    struct utsname un;
-+
-+    uname(&un);
-+
-+    if (strncmp(un.version, "V2", 2) == 0) {
-+      printf ("i386-sequent-ptx2\n"); exit (0);
-+    }
-+    if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
-+      printf ("i386-sequent-ptx1\n"); exit (0);
-+    }
-+    printf ("i386-sequent-ptx\n"); exit (0);
-+
-+#endif
-+
-+#if defined (vax)
-+# if !defined (ultrix)
-+#  include <sys/param.h>
-+#  if defined (BSD)
-+#   if BSD == 43
-+      printf ("vax-dec-bsd4.3\n"); exit (0);
-+#   else
-+#    if BSD == 199006
-+      printf ("vax-dec-bsd4.3reno\n"); exit (0);
-+#    else
-+      printf ("vax-dec-bsd\n"); exit (0);
-+#    endif
-+#   endif
-+#  else
-+    printf ("vax-dec-bsd\n"); exit (0);
-+#  endif
-+# else
-+    printf ("vax-dec-ultrix\n"); exit (0);
-+# endif
-+#endif
-+
-+#if defined (alliant) && defined (i860)
-+  printf ("i860-alliant-bsd\n"); exit (0);
-+#endif
-+
-+  exit (1);
-+}
-+EOF
-+
-+$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
-+      { echo "$SYSTEM_NAME"; exit; }
-+
-+# Apollos put the system type in the environment.
-+
-+test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; }
-+
-+# Convex versions that predate uname can use getsysinfo(1)
-+
-+if [ -x /usr/convex/getsysinfo ]
-+then
-+    case `getsysinfo -f cpu_type` in
-+    c1*)
-+      echo c1-convex-bsd
-+      exit ;;
-+    c2*)
-+      if getsysinfo -f scalar_acc
-+      then echo c32-convex-bsd
-+      else echo c2-convex-bsd
-+      fi
-+      exit ;;
-+    c34*)
-+      echo c34-convex-bsd
-+      exit ;;
-+    c38*)
-+      echo c38-convex-bsd
-+      exit ;;
-+    c4*)
-+      echo c4-convex-bsd
-+      exit ;;
-+    esac
-+fi
-+
-+cat >&2 <<EOF
-+$0: unable to guess system type
-+
-+This script, last modified $timestamp, has failed to recognize
-+the operating system you are using. It is advised that you
-+download the most up to date version of the config scripts from
-+
-+  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
-+and
-+  http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
-+
-+If the version you run ($0) is already up to date, please
-+send the following data and any information you think might be
-+pertinent to <config-patches@gnu.org> in order to provide the needed
-+information to handle your system.
-+
-+config.guess timestamp = $timestamp
-+
-+uname -m = `(uname -m) 2>/dev/null || echo unknown`
-+uname -r = `(uname -r) 2>/dev/null || echo unknown`
-+uname -s = `(uname -s) 2>/dev/null || echo unknown`
-+uname -v = `(uname -v) 2>/dev/null || echo unknown`
-+
-+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
-+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null`
-+
-+hostinfo               = `(hostinfo) 2>/dev/null`
-+/bin/universe          = `(/bin/universe) 2>/dev/null`
-+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null`
-+/bin/arch              = `(/bin/arch) 2>/dev/null`
-+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null`
-+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
-+
-+UNAME_MACHINE = ${UNAME_MACHINE}
-+UNAME_RELEASE = ${UNAME_RELEASE}
-+UNAME_SYSTEM  = ${UNAME_SYSTEM}
-+UNAME_VERSION = ${UNAME_VERSION}
-+EOF
-+
-+exit 1
-+
-+# Local variables:
-+# eval: (add-hook 'write-file-hooks 'time-stamp)
-+# time-stamp-start: "timestamp='"
-+# time-stamp-format: "%:y-%02m-%02d"
-+# time-stamp-end: "'"
-+# End:
-diff -Nru php-5.2.6.vanilla/libevent/config.h.in php-5.2.6.fpm/libevent/config.h.in
---- php-5.2.6.vanilla/libevent/config.h.in     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/config.h.in 2007-11-19 00:32:10.000000000 +0300
-@@ -0,0 +1,235 @@
-+/* config.h.in.  Generated from configure.in by autoheader.  */
-+
-+/* Define if clock_gettime is available in libc */
-+#undef DNS_USE_CPU_CLOCK_FOR_ID
-+
-+/* Define is no secure id variant is available */
-+#undef DNS_USE_GETTIMEOFDAY_FOR_ID
-+
-+/* Define to 1 if you have the `clock_gettime' function. */
-+#undef HAVE_CLOCK_GETTIME
-+
-+/* Define if /dev/poll is available */
-+#undef HAVE_DEVPOLL
-+
-+/* Define if your system supports the epoll system calls */
-+#undef HAVE_EPOLL
-+
-+/* Define to 1 if you have the `epoll_ctl' function. */
-+#undef HAVE_EPOLL_CTL
-+
-+/* Define if your system supports event ports */
-+#undef HAVE_EVENT_PORTS
-+
-+/* Define to 1 if you have the `fcntl' function. */
-+#undef HAVE_FCNTL
-+
-+/* Define to 1 if you have the <fcntl.h> header file. */
-+#undef HAVE_FCNTL_H
-+
-+/* Define to 1 if you have the `getaddrinfo' function. */
-+#undef HAVE_GETADDRINFO
-+
-+/* Define to 1 if you have the `getnameinfo' function. */
-+#undef HAVE_GETNAMEINFO
-+
-+/* Define to 1 if you have the `gettimeofday' function. */
-+#undef HAVE_GETTIMEOFDAY
-+
-+/* Define to 1 if you have the `inet_ntop' function. */
-+#undef HAVE_INET_NTOP
-+
-+/* Define to 1 if you have the <inttypes.h> header file. */
-+#undef HAVE_INTTYPES_H
-+
-+/* Define to 1 if you have the `kqueue' function. */
-+#undef HAVE_KQUEUE
-+
-+/* Define to 1 if you have the `nsl' library (-lnsl). */
-+#undef HAVE_LIBNSL
-+
-+/* Define to 1 if you have the `resolv' library (-lresolv). */
-+#undef HAVE_LIBRESOLV
-+
-+/* Define to 1 if you have the `rt' library (-lrt). */
-+#undef HAVE_LIBRT
-+
-+/* Define to 1 if you have the `socket' library (-lsocket). */
-+#undef HAVE_LIBSOCKET
-+
-+/* Define to 1 if you have the <memory.h> header file. */
-+#undef HAVE_MEMORY_H
-+
-+/* Define to 1 if you have the <netinet/in6.h> header file. */
-+#undef HAVE_NETINET_IN6_H
-+
-+/* Define to 1 if you have the `poll' function. */
-+#undef HAVE_POLL
-+
-+/* Define to 1 if you have the <poll.h> header file. */
-+#undef HAVE_POLL_H
-+
-+/* Define to 1 if you have the `port_create' function. */
-+#undef HAVE_PORT_CREATE
-+
-+/* Define to 1 if you have the <port.h> header file. */
-+#undef HAVE_PORT_H
-+
-+/* Define to 1 if you have the `select' function. */
-+#undef HAVE_SELECT
-+
-+/* Define if F_SETFD is defined in <fcntl.h> */
-+#undef HAVE_SETFD
-+
-+/* Define to 1 if you have the `sigaction' function. */
-+#undef HAVE_SIGACTION
-+
-+/* Define to 1 if you have the `signal' function. */
-+#undef HAVE_SIGNAL
-+
-+/* Define to 1 if you have the <signal.h> header file. */
-+#undef HAVE_SIGNAL_H
-+
-+/* Define to 1 if you have the <stdarg.h> header file. */
-+#undef HAVE_STDARG_H
-+
-+/* Define to 1 if you have the <stdint.h> header file. */
-+#undef HAVE_STDINT_H
-+
-+/* Define to 1 if you have the <stdlib.h> header file. */
-+#undef HAVE_STDLIB_H
-+
-+/* Define to 1 if you have the <strings.h> header file. */
-+#undef HAVE_STRINGS_H
-+
-+/* Define to 1 if you have the <string.h> header file. */
-+#undef HAVE_STRING_H
-+
-+/* Define to 1 if you have the `strlcpy' function. */
-+#undef HAVE_STRLCPY
-+
-+/* Define to 1 if you have the `strsep' function. */
-+#undef HAVE_STRSEP
-+
-+/* Define to 1 if you have the `strtok_r' function. */
-+#undef HAVE_STRTOK_R
-+
-+/* Define to 1 if the system has the type `struct in6_addr'. */
-+#undef HAVE_STRUCT_IN6_ADDR
-+
-+/* Define to 1 if you have the <sys/devpoll.h> header file. */
-+#undef HAVE_SYS_DEVPOLL_H
-+
-+/* Define to 1 if you have the <sys/epoll.h> header file. */
-+#undef HAVE_SYS_EPOLL_H
-+
-+/* Define to 1 if you have the <sys/event.h> header file. */
-+#undef HAVE_SYS_EVENT_H
-+
-+/* Define to 1 if you have the <sys/ioctl.h> header file. */
-+#undef HAVE_SYS_IOCTL_H
-+
-+/* Define to 1 if you have the <sys/param.h> header file. */
-+#undef HAVE_SYS_PARAM_H
-+
-+/* Define to 1 if you have the <sys/queue.h> header file. */
-+#undef HAVE_SYS_QUEUE_H
-+
-+/* Define to 1 if you have the <sys/select.h> header file. */
-+#undef HAVE_SYS_SELECT_H
-+
-+/* Define to 1 if you have the <sys/socket.h> header file. */
-+#undef HAVE_SYS_SOCKET_H
-+
-+/* Define to 1 if you have the <sys/stat.h> header file. */
-+#undef HAVE_SYS_STAT_H
-+
-+/* Define to 1 if you have the <sys/time.h> header file. */
-+#undef HAVE_SYS_TIME_H
-+
-+/* Define to 1 if you have the <sys/types.h> header file. */
-+#undef HAVE_SYS_TYPES_H
-+
-+/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
-+#undef HAVE_TAILQFOREACH
-+
-+/* Define if timeradd is defined in <sys/time.h> */
-+#undef HAVE_TIMERADD
-+
-+/* Define if timerclear is defined in <sys/time.h> */
-+#undef HAVE_TIMERCLEAR
-+
-+/* Define if timercmp is defined in <sys/time.h> */
-+#undef HAVE_TIMERCMP
-+
-+/* Define if timerisset is defined in <sys/time.h> */
-+#undef HAVE_TIMERISSET
-+
-+/* Define to 1 if you have the <unistd.h> header file. */
-+#undef HAVE_UNISTD_H
-+
-+/* Define to 1 if you have the `vasprintf' function. */
-+#undef HAVE_VASPRINTF
-+
-+/* Define if kqueue works correctly with pipes */
-+#undef HAVE_WORKING_KQUEUE
-+
-+/* Name of package */
-+#undef PACKAGE
-+
-+/* Define to the address where bug reports for this package should be sent. */
-+#undef PACKAGE_BUGREPORT
-+
-+/* Define to the full name of this package. */
-+#undef PACKAGE_NAME
-+
-+/* Define to the full name and version of this package. */
-+#undef PACKAGE_STRING
-+
-+/* Define to the one symbol short name of this package. */
-+#undef PACKAGE_TARNAME
-+
-+/* Define to the version of this package. */
-+#undef PACKAGE_VERSION
-+
-+/* Define to 1 if you have the ANSI C header files. */
-+#undef STDC_HEADERS
-+
-+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-+#undef TIME_WITH_SYS_TIME
-+
-+/* Version number of package */
-+#undef VERSION
-+
-+/* Define to appropriate substitue if compiler doesnt have __func__ */
-+#undef __func__
-+
-+/* Define to empty if `const' does not conform to ANSI C. */
-+#undef const
-+
-+/* Define to `__inline__' or `__inline' if that's what the C compiler
-+   calls it, or to nothing if 'inline' is not supported under any name.  */
-+#ifndef __cplusplus
-+#undef inline
-+#endif
-+
-+/* Define to `int' if <sys/types.h> does not define. */
-+#undef pid_t
-+
-+/* Define to `unsigned' if <sys/types.h> does not define. */
-+#undef size_t
-+
-+/* Define to unsigned int if you dont have it */
-+#undef socklen_t
-+
-+/* Define to `unsigned short' if <sys/types.h> does not define. */
-+#undef uint16_t
-+
-+/* Define to `unsigned int' if <sys/types.h> does not define. */
-+#undef uint32_t
-+
-+/* Define to `unsigned long long' if <sys/types.h> does not define. */
-+#undef uint64_t
-+
-+/* Define to `unsigned char' if <sys/types.h> does not define. */
-+#undef uint8_t
-diff -Nru php-5.2.6.vanilla/libevent/config.sub php-5.2.6.fpm/libevent/config.sub
---- php-5.2.6.vanilla/libevent/config.sub      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/config.sub  2007-10-28 04:19:10.000000000 +0300
-@@ -0,0 +1,1626 @@
-+#! /bin/sh
-+# Configuration validation subroutine script.
-+#   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-+#   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
-+#   Inc.
-+
-+timestamp='2007-04-29'
-+
-+# This file is (in principle) common to ALL GNU software.
-+# The presence of a machine in this file suggests that SOME GNU software
-+# can handle that machine.  It does not imply ALL GNU software can.
-+#
-+# This file is free software; you can redistribute it and/or modify
-+# it under the terms of the GNU General Public License as published by
-+# the Free Software Foundation; either version 2 of the License, or
-+# (at your option) any later version.
-+#
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+# GNU General Public License for more details.
-+#
-+# You should have received a copy of the GNU General Public License
-+# along with this program; if not, write to the Free Software
-+# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
-+# 02110-1301, USA.
-+#
-+# As a special exception to the GNU General Public License, if you
-+# distribute this file as part of a program that contains a
-+# configuration script generated by Autoconf, you may include it under
-+# the same distribution terms that you use for the rest of that program.
-+
-+
-+# Please send patches to <config-patches@gnu.org>.  Submit a context
-+# diff and a properly formatted ChangeLog entry.
-+#
-+# Configuration subroutine to validate and canonicalize a configuration type.
-+# Supply the specified configuration type as an argument.
-+# If it is invalid, we print an error message on stderr and exit with code 1.
-+# Otherwise, we print the canonical config type on stdout and succeed.
-+
-+# This file is supposed to be the same for all GNU packages
-+# and recognize all the CPU types, system types and aliases
-+# that are meaningful with *any* GNU software.
-+# Each package is responsible for reporting which valid configurations
-+# it does not support.  The user should be able to distinguish
-+# a failure to support a valid configuration from a meaningless
-+# configuration.
-+
-+# The goal of this file is to map all the various variations of a given
-+# machine specification into a single specification in the form:
-+#     CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
-+# or in some cases, the newer four-part form:
-+#     CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
-+# It is wrong to echo any other type of specification.
-+
-+me=`echo "$0" | sed -e 's,.*/,,'`
-+
-+usage="\
-+Usage: $0 [OPTION] CPU-MFR-OPSYS
-+       $0 [OPTION] ALIAS
-+
-+Canonicalize a configuration name.
-+
-+Operation modes:
-+  -h, --help         print this help, then exit
-+  -t, --time-stamp   print date of last modification, then exit
-+  -v, --version      print version number, then exit
-+
-+Report bugs and patches to <config-patches@gnu.org>."
-+
-+version="\
-+GNU config.sub ($timestamp)
-+
-+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
-+Free Software Foundation, Inc.
-+
-+This is free software; see the source for copying conditions.  There is NO
-+warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
-+
-+help="
-+Try \`$me --help' for more information."
-+
-+# Parse command line
-+while test $# -gt 0 ; do
-+  case $1 in
-+    --time-stamp | --time* | -t )
-+       echo "$timestamp" ; exit ;;
-+    --version | -v )
-+       echo "$version" ; exit ;;
-+    --help | --h* | -h )
-+       echo "$usage"; exit ;;
-+    -- )     # Stop option processing
-+       shift; break ;;
-+    - )       # Use stdin as input.
-+       break ;;
-+    -* )
-+       echo "$me: invalid option $1$help"
-+       exit 1 ;;
-+
-+    *local*)
-+       # First pass through any local machine types.
-+       echo $1
-+       exit ;;
-+
-+    * )
-+       break ;;
-+  esac
-+done
-+
-+case $# in
-+ 0) echo "$me: missing argument$help" >&2
-+    exit 1;;
-+ 1) ;;
-+ *) echo "$me: too many arguments$help" >&2
-+    exit 1;;
-+esac
-+
-+# Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
-+# Here we must recognize all the valid KERNEL-OS combinations.
-+maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
-+case $maybe_os in
-+  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
-+  uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
-+  storm-chaos* | os2-emx* | rtmk-nova*)
-+    os=-$maybe_os
-+    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
-+    ;;
-+  *)
-+    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
-+    if [ $basic_machine != $1 ]
-+    then os=`echo $1 | sed 's/.*-/-/'`
-+    else os=; fi
-+    ;;
-+esac
-+
-+### Let's recognize common machines as not being operating systems so
-+### that things like config.sub decstation-3100 work.  We also
-+### recognize some manufacturers as not being operating systems, so we
-+### can provide default operating systems below.
-+case $os in
-+      -sun*os*)
-+              # Prevent following clause from handling this invalid input.
-+              ;;
-+      -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
-+      -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
-+      -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
-+      -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
-+      -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
-+      -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
-+      -apple | -axis | -knuth | -cray)
-+              os=
-+              basic_machine=$1
-+              ;;
-+      -sim | -cisco | -oki | -wec | -winbond)
-+              os=
-+              basic_machine=$1
-+              ;;
-+      -scout)
-+              ;;
-+      -wrs)
-+              os=-vxworks
-+              basic_machine=$1
-+              ;;
-+      -chorusos*)
-+              os=-chorusos
-+              basic_machine=$1
-+              ;;
-+      -chorusrdb)
-+              os=-chorusrdb
-+              basic_machine=$1
-+              ;;
-+      -hiux*)
-+              os=-hiuxwe2
-+              ;;
-+      -sco6)
-+              os=-sco5v6
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -sco5)
-+              os=-sco3.2v5
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -sco4)
-+              os=-sco3.2v4
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -sco3.2.[4-9]*)
-+              os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -sco3.2v[4-9]*)
-+              # Don't forget version if it is 3.2v4 or newer.
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -sco5v6*)
-+              # Don't forget version if it is 3.2v4 or newer.
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -sco*)
-+              os=-sco3.2v2
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -udk*)
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -isc)
-+              os=-isc2.2
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -clix*)
-+              basic_machine=clipper-intergraph
-+              ;;
-+      -isc*)
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
-+              ;;
-+      -lynx*)
-+              os=-lynxos
-+              ;;
-+      -ptx*)
-+              basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
-+              ;;
-+      -windowsnt*)
-+              os=`echo $os | sed -e 's/windowsnt/winnt/'`
-+              ;;
-+      -psos*)
-+              os=-psos
-+              ;;
-+      -mint | -mint[0-9]*)
-+              basic_machine=m68k-atari
-+              os=-mint
-+              ;;
-+esac
-+
-+# Decode aliases for certain CPU-COMPANY combinations.
-+case $basic_machine in
-+      # Recognize the basic CPU types without company name.
-+      # Some are omitted here because they have special meanings below.
-+      1750a | 580 \
-+      | a29k \
-+      | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
-+      | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
-+      | am33_2.0 \
-+      | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \
-+      | bfin \
-+      | c4x | clipper \
-+      | d10v | d30v | dlx | dsp16xx \
-+      | fido | fr30 | frv \
-+      | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
-+      | i370 | i860 | i960 | ia64 \
-+      | ip2k | iq2000 \
-+      | m32c | m32r | m32rle | m68000 | m68k | m88k \
-+      | maxq | mb | microblaze | mcore | mep \
-+      | mips | mipsbe | mipseb | mipsel | mipsle \
-+      | mips16 \
-+      | mips64 | mips64el \
-+      | mips64vr | mips64vrel \
-+      | mips64orion | mips64orionel \
-+      | mips64vr4100 | mips64vr4100el \
-+      | mips64vr4300 | mips64vr4300el \
-+      | mips64vr5000 | mips64vr5000el \
-+      | mips64vr5900 | mips64vr5900el \
-+      | mipsisa32 | mipsisa32el \
-+      | mipsisa32r2 | mipsisa32r2el \
-+      | mipsisa64 | mipsisa64el \
-+      | mipsisa64r2 | mipsisa64r2el \
-+      | mipsisa64sb1 | mipsisa64sb1el \
-+      | mipsisa64sr71k | mipsisa64sr71kel \
-+      | mipstx39 | mipstx39el \
-+      | mn10200 | mn10300 \
-+      | mt \
-+      | msp430 \
-+      | nios | nios2 \
-+      | ns16k | ns32k \
-+      | or32 \
-+      | pdp10 | pdp11 | pj | pjl \
-+      | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
-+      | pyramid \
-+      | score \
-+      | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \
-+      | sh64 | sh64le \
-+      | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \
-+      | sparcv8 | sparcv9 | sparcv9b | sparcv9v \
-+      | spu | strongarm \
-+      | tahoe | thumb | tic4x | tic80 | tron \
-+      | v850 | v850e \
-+      | we32k \
-+      | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \
-+      | z8k)
-+              basic_machine=$basic_machine-unknown
-+              ;;
-+      m6811 | m68hc11 | m6812 | m68hc12)
-+              # Motorola 68HC11/12.
-+              basic_machine=$basic_machine-unknown
-+              os=-none
-+              ;;
-+      m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
-+              ;;
-+      ms1)
-+              basic_machine=mt-unknown
-+              ;;
-+
-+      # We use `pc' rather than `unknown'
-+      # because (1) that's what they normally are, and
-+      # (2) the word "unknown" tends to confuse beginning users.
-+      i*86 | x86_64)
-+        basic_machine=$basic_machine-pc
-+        ;;
-+      # Object if more than one company name word.
-+      *-*-*)
-+              echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
-+              exit 1
-+              ;;
-+      # Recognize the basic CPU types with company name.
-+      580-* \
-+      | a29k-* \
-+      | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
-+      | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
-+      | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
-+      | arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
-+      | avr-* | avr32-* \
-+      | bfin-* | bs2000-* \
-+      | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
-+      | clipper-* | craynv-* | cydra-* \
-+      | d10v-* | d30v-* | dlx-* \
-+      | elxsi-* \
-+      | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \
-+      | h8300-* | h8500-* \
-+      | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
-+      | i*86-* | i860-* | i960-* | ia64-* \
-+      | ip2k-* | iq2000-* \
-+      | m32c-* | m32r-* | m32rle-* \
-+      | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
-+      | m88110-* | m88k-* | maxq-* | mcore-* \
-+      | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
-+      | mips16-* \
-+      | mips64-* | mips64el-* \
-+      | mips64vr-* | mips64vrel-* \
-+      | mips64orion-* | mips64orionel-* \
-+      | mips64vr4100-* | mips64vr4100el-* \
-+      | mips64vr4300-* | mips64vr4300el-* \
-+      | mips64vr5000-* | mips64vr5000el-* \
-+      | mips64vr5900-* | mips64vr5900el-* \
-+      | mipsisa32-* | mipsisa32el-* \
-+      | mipsisa32r2-* | mipsisa32r2el-* \
-+      | mipsisa64-* | mipsisa64el-* \
-+      | mipsisa64r2-* | mipsisa64r2el-* \
-+      | mipsisa64sb1-* | mipsisa64sb1el-* \
-+      | mipsisa64sr71k-* | mipsisa64sr71kel-* \
-+      | mipstx39-* | mipstx39el-* \
-+      | mmix-* \
-+      | mt-* \
-+      | msp430-* \
-+      | nios-* | nios2-* \
-+      | none-* | np1-* | ns16k-* | ns32k-* \
-+      | orion-* \
-+      | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
-+      | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
-+      | pyramid-* \
-+      | romp-* | rs6000-* \
-+      | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \
-+      | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
-+      | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \
-+      | sparclite-* \
-+      | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \
-+      | tahoe-* | thumb-* \
-+      | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
-+      | tron-* \
-+      | v850-* | v850e-* | vax-* \
-+      | we32k-* \
-+      | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \
-+      | xstormy16-* | xtensa-* \
-+      | ymp-* \
-+      | z8k-*)
-+              ;;
-+      # Recognize the various machine names and aliases which stand
-+      # for a CPU type and a company and sometimes even an OS.
-+      386bsd)
-+              basic_machine=i386-unknown
-+              os=-bsd
-+              ;;
-+      3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
-+              basic_machine=m68000-att
-+              ;;
-+      3b*)
-+              basic_machine=we32k-att
-+              ;;
-+      a29khif)
-+              basic_machine=a29k-amd
-+              os=-udi
-+              ;;
-+      abacus)
-+              basic_machine=abacus-unknown
-+              ;;
-+      adobe68k)
-+              basic_machine=m68010-adobe
-+              os=-scout
-+              ;;
-+      alliant | fx80)
-+              basic_machine=fx80-alliant
-+              ;;
-+      altos | altos3068)
-+              basic_machine=m68k-altos
-+              ;;
-+      am29k)
-+              basic_machine=a29k-none
-+              os=-bsd
-+              ;;
-+      amd64)
-+              basic_machine=x86_64-pc
-+              ;;
-+      amd64-*)
-+              basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      amdahl)
-+              basic_machine=580-amdahl
-+              os=-sysv
-+              ;;
-+      amiga | amiga-*)
-+              basic_machine=m68k-unknown
-+              ;;
-+      amigaos | amigados)
-+              basic_machine=m68k-unknown
-+              os=-amigaos
-+              ;;
-+      amigaunix | amix)
-+              basic_machine=m68k-unknown
-+              os=-sysv4
-+              ;;
-+      apollo68)
-+              basic_machine=m68k-apollo
-+              os=-sysv
-+              ;;
-+      apollo68bsd)
-+              basic_machine=m68k-apollo
-+              os=-bsd
-+              ;;
-+      aux)
-+              basic_machine=m68k-apple
-+              os=-aux
-+              ;;
-+      balance)
-+              basic_machine=ns32k-sequent
-+              os=-dynix
-+              ;;
-+      c90)
-+              basic_machine=c90-cray
-+              os=-unicos
-+              ;;
-+      convex-c1)
-+              basic_machine=c1-convex
-+              os=-bsd
-+              ;;
-+      convex-c2)
-+              basic_machine=c2-convex
-+              os=-bsd
-+              ;;
-+      convex-c32)
-+              basic_machine=c32-convex
-+              os=-bsd
-+              ;;
-+      convex-c34)
-+              basic_machine=c34-convex
-+              os=-bsd
-+              ;;
-+      convex-c38)
-+              basic_machine=c38-convex
-+              os=-bsd
-+              ;;
-+      cray | j90)
-+              basic_machine=j90-cray
-+              os=-unicos
-+              ;;
-+      craynv)
-+              basic_machine=craynv-cray
-+              os=-unicosmp
-+              ;;
-+      cr16c)
-+              basic_machine=cr16c-unknown
-+              os=-elf
-+              ;;
-+      crds | unos)
-+              basic_machine=m68k-crds
-+              ;;
-+      crisv32 | crisv32-* | etraxfs*)
-+              basic_machine=crisv32-axis
-+              ;;
-+      cris | cris-* | etrax*)
-+              basic_machine=cris-axis
-+              ;;
-+      crx)
-+              basic_machine=crx-unknown
-+              os=-elf
-+              ;;
-+      da30 | da30-*)
-+              basic_machine=m68k-da30
-+              ;;
-+      decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
-+              basic_machine=mips-dec
-+              ;;
-+      decsystem10* | dec10*)
-+              basic_machine=pdp10-dec
-+              os=-tops10
-+              ;;
-+      decsystem20* | dec20*)
-+              basic_machine=pdp10-dec
-+              os=-tops20
-+              ;;
-+      delta | 3300 | motorola-3300 | motorola-delta \
-+            | 3300-motorola | delta-motorola)
-+              basic_machine=m68k-motorola
-+              ;;
-+      delta88)
-+              basic_machine=m88k-motorola
-+              os=-sysv3
-+              ;;
-+      djgpp)
-+              basic_machine=i586-pc
-+              os=-msdosdjgpp
-+              ;;
-+      dpx20 | dpx20-*)
-+              basic_machine=rs6000-bull
-+              os=-bosx
-+              ;;
-+      dpx2* | dpx2*-bull)
-+              basic_machine=m68k-bull
-+              os=-sysv3
-+              ;;
-+      ebmon29k)
-+              basic_machine=a29k-amd
-+              os=-ebmon
-+              ;;
-+      elxsi)
-+              basic_machine=elxsi-elxsi
-+              os=-bsd
-+              ;;
-+      encore | umax | mmax)
-+              basic_machine=ns32k-encore
-+              ;;
-+      es1800 | OSE68k | ose68k | ose | OSE)
-+              basic_machine=m68k-ericsson
-+              os=-ose
-+              ;;
-+      fx2800)
-+              basic_machine=i860-alliant
-+              ;;
-+      genix)
-+              basic_machine=ns32k-ns
-+              ;;
-+      gmicro)
-+              basic_machine=tron-gmicro
-+              os=-sysv
-+              ;;
-+      go32)
-+              basic_machine=i386-pc
-+              os=-go32
-+              ;;
-+      h3050r* | hiux*)
-+              basic_machine=hppa1.1-hitachi
-+              os=-hiuxwe2
-+              ;;
-+      h8300hms)
-+              basic_machine=h8300-hitachi
-+              os=-hms
-+              ;;
-+      h8300xray)
-+              basic_machine=h8300-hitachi
-+              os=-xray
-+              ;;
-+      h8500hms)
-+              basic_machine=h8500-hitachi
-+              os=-hms
-+              ;;
-+      harris)
-+              basic_machine=m88k-harris
-+              os=-sysv3
-+              ;;
-+      hp300-*)
-+              basic_machine=m68k-hp
-+              ;;
-+      hp300bsd)
-+              basic_machine=m68k-hp
-+              os=-bsd
-+              ;;
-+      hp300hpux)
-+              basic_machine=m68k-hp
-+              os=-hpux
-+              ;;
-+      hp3k9[0-9][0-9] | hp9[0-9][0-9])
-+              basic_machine=hppa1.0-hp
-+              ;;
-+      hp9k2[0-9][0-9] | hp9k31[0-9])
-+              basic_machine=m68000-hp
-+              ;;
-+      hp9k3[2-9][0-9])
-+              basic_machine=m68k-hp
-+              ;;
-+      hp9k6[0-9][0-9] | hp6[0-9][0-9])
-+              basic_machine=hppa1.0-hp
-+              ;;
-+      hp9k7[0-79][0-9] | hp7[0-79][0-9])
-+              basic_machine=hppa1.1-hp
-+              ;;
-+      hp9k78[0-9] | hp78[0-9])
-+              # FIXME: really hppa2.0-hp
-+              basic_machine=hppa1.1-hp
-+              ;;
-+      hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
-+              # FIXME: really hppa2.0-hp
-+              basic_machine=hppa1.1-hp
-+              ;;
-+      hp9k8[0-9][13679] | hp8[0-9][13679])
-+              basic_machine=hppa1.1-hp
-+              ;;
-+      hp9k8[0-9][0-9] | hp8[0-9][0-9])
-+              basic_machine=hppa1.0-hp
-+              ;;
-+      hppa-next)
-+              os=-nextstep3
-+              ;;
-+      hppaosf)
-+              basic_machine=hppa1.1-hp
-+              os=-osf
-+              ;;
-+      hppro)
-+              basic_machine=hppa1.1-hp
-+              os=-proelf
-+              ;;
-+      i370-ibm* | ibm*)
-+              basic_machine=i370-ibm
-+              ;;
-+# I'm not sure what "Sysv32" means.  Should this be sysv3.2?
-+      i*86v32)
-+              basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
-+              os=-sysv32
-+              ;;
-+      i*86v4*)
-+              basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
-+              os=-sysv4
-+              ;;
-+      i*86v)
-+              basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
-+              os=-sysv
-+              ;;
-+      i*86sol2)
-+              basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
-+              os=-solaris2
-+              ;;
-+      i386mach)
-+              basic_machine=i386-mach
-+              os=-mach
-+              ;;
-+      i386-vsta | vsta)
-+              basic_machine=i386-unknown
-+              os=-vsta
-+              ;;
-+      iris | iris4d)
-+              basic_machine=mips-sgi
-+              case $os in
-+                  -irix*)
-+                      ;;
-+                  *)
-+                      os=-irix4
-+                      ;;
-+              esac
-+              ;;
-+      isi68 | isi)
-+              basic_machine=m68k-isi
-+              os=-sysv
-+              ;;
-+      m88k-omron*)
-+              basic_machine=m88k-omron
-+              ;;
-+      magnum | m3230)
-+              basic_machine=mips-mips
-+              os=-sysv
-+              ;;
-+      merlin)
-+              basic_machine=ns32k-utek
-+              os=-sysv
-+              ;;
-+      mingw32)
-+              basic_machine=i386-pc
-+              os=-mingw32
-+              ;;
-+      mingw32ce)
-+              basic_machine=arm-unknown
-+              os=-mingw32ce
-+              ;;
-+      miniframe)
-+              basic_machine=m68000-convergent
-+              ;;
-+      *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
-+              basic_machine=m68k-atari
-+              os=-mint
-+              ;;
-+      mips3*-*)
-+              basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
-+              ;;
-+      mips3*)
-+              basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
-+              ;;
-+      monitor)
-+              basic_machine=m68k-rom68k
-+              os=-coff
-+              ;;
-+      morphos)
-+              basic_machine=powerpc-unknown
-+              os=-morphos
-+              ;;
-+      msdos)
-+              basic_machine=i386-pc
-+              os=-msdos
-+              ;;
-+      ms1-*)
-+              basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
-+              ;;
-+      mvs)
-+              basic_machine=i370-ibm
-+              os=-mvs
-+              ;;
-+      ncr3000)
-+              basic_machine=i486-ncr
-+              os=-sysv4
-+              ;;
-+      netbsd386)
-+              basic_machine=i386-unknown
-+              os=-netbsd
-+              ;;
-+      netwinder)
-+              basic_machine=armv4l-rebel
-+              os=-linux
-+              ;;
-+      news | news700 | news800 | news900)
-+              basic_machine=m68k-sony
-+              os=-newsos
-+              ;;
-+      news1000)
-+              basic_machine=m68030-sony
-+              os=-newsos
-+              ;;
-+      news-3600 | risc-news)
-+              basic_machine=mips-sony
-+              os=-newsos
-+              ;;
-+      necv70)
-+              basic_machine=v70-nec
-+              os=-sysv
-+              ;;
-+      next | m*-next )
-+              basic_machine=m68k-next
-+              case $os in
-+                  -nextstep* )
-+                      ;;
-+                  -ns2*)
-+                    os=-nextstep2
-+                      ;;
-+                  *)
-+                    os=-nextstep3
-+                      ;;
-+              esac
-+              ;;
-+      nh3000)
-+              basic_machine=m68k-harris
-+              os=-cxux
-+              ;;
-+      nh[45]000)
-+              basic_machine=m88k-harris
-+              os=-cxux
-+              ;;
-+      nindy960)
-+              basic_machine=i960-intel
-+              os=-nindy
-+              ;;
-+      mon960)
-+              basic_machine=i960-intel
-+              os=-mon960
-+              ;;
-+      nonstopux)
-+              basic_machine=mips-compaq
-+              os=-nonstopux
-+              ;;
-+      np1)
-+              basic_machine=np1-gould
-+              ;;
-+      nsr-tandem)
-+              basic_machine=nsr-tandem
-+              ;;
-+      op50n-* | op60c-*)
-+              basic_machine=hppa1.1-oki
-+              os=-proelf
-+              ;;
-+      openrisc | openrisc-*)
-+              basic_machine=or32-unknown
-+              ;;
-+      os400)
-+              basic_machine=powerpc-ibm
-+              os=-os400
-+              ;;
-+      OSE68000 | ose68000)
-+              basic_machine=m68000-ericsson
-+              os=-ose
-+              ;;
-+      os68k)
-+              basic_machine=m68k-none
-+              os=-os68k
-+              ;;
-+      pa-hitachi)
-+              basic_machine=hppa1.1-hitachi
-+              os=-hiuxwe2
-+              ;;
-+      paragon)
-+              basic_machine=i860-intel
-+              os=-osf
-+              ;;
-+      pbd)
-+              basic_machine=sparc-tti
-+              ;;
-+      pbb)
-+              basic_machine=m68k-tti
-+              ;;
-+      pc532 | pc532-*)
-+              basic_machine=ns32k-pc532
-+              ;;
-+      pc98)
-+              basic_machine=i386-pc
-+              ;;
-+      pc98-*)
-+              basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      pentium | p5 | k5 | k6 | nexgen | viac3)
-+              basic_machine=i586-pc
-+              ;;
-+      pentiumpro | p6 | 6x86 | athlon | athlon_*)
-+              basic_machine=i686-pc
-+              ;;
-+      pentiumii | pentium2 | pentiumiii | pentium3)
-+              basic_machine=i686-pc
-+              ;;
-+      pentium4)
-+              basic_machine=i786-pc
-+              ;;
-+      pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
-+              basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      pentiumpro-* | p6-* | 6x86-* | athlon-*)
-+              basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
-+              basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      pentium4-*)
-+              basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      pn)
-+              basic_machine=pn-gould
-+              ;;
-+      power)  basic_machine=power-ibm
-+              ;;
-+      ppc)    basic_machine=powerpc-unknown
-+              ;;
-+      ppc-*)  basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      ppcle | powerpclittle | ppc-le | powerpc-little)
-+              basic_machine=powerpcle-unknown
-+              ;;
-+      ppcle-* | powerpclittle-*)
-+              basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      ppc64)  basic_machine=powerpc64-unknown
-+              ;;
-+      ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      ppc64le | powerpc64little | ppc64-le | powerpc64-little)
-+              basic_machine=powerpc64le-unknown
-+              ;;
-+      ppc64le-* | powerpc64little-*)
-+              basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
-+              ;;
-+      ps2)
-+              basic_machine=i386-ibm
-+              ;;
-+      pw32)
-+              basic_machine=i586-unknown
-+              os=-pw32
-+              ;;
-+      rdos)
-+              basic_machine=i386-pc
-+              os=-rdos
-+              ;;
-+      rom68k)
-+              basic_machine=m68k-rom68k
-+              os=-coff
-+              ;;
-+      rm[46]00)
-+              basic_machine=mips-siemens
-+              ;;
-+      rtpc | rtpc-*)
-+              basic_machine=romp-ibm
-+              ;;
-+      s390 | s390-*)
-+              basic_machine=s390-ibm
-+              ;;
-+      s390x | s390x-*)
-+              basic_machine=s390x-ibm
-+              ;;
-+      sa29200)
-+              basic_machine=a29k-amd
-+              os=-udi
-+              ;;
-+      sb1)
-+              basic_machine=mipsisa64sb1-unknown
-+              ;;
-+      sb1el)
-+              basic_machine=mipsisa64sb1el-unknown
-+              ;;
-+      sde)
-+              basic_machine=mipsisa32-sde
-+              os=-elf
-+              ;;
-+      sei)
-+              basic_machine=mips-sei
-+              os=-seiux
-+              ;;
-+      sequent)
-+              basic_machine=i386-sequent
-+              ;;
-+      sh)
-+              basic_machine=sh-hitachi
-+              os=-hms
-+              ;;
-+      sh5el)
-+              basic_machine=sh5le-unknown
-+              ;;
-+      sh64)
-+              basic_machine=sh64-unknown
-+              ;;
-+      sparclite-wrs | simso-wrs)
-+              basic_machine=sparclite-wrs
-+              os=-vxworks
-+              ;;
-+      sps7)
-+              basic_machine=m68k-bull
-+              os=-sysv2
-+              ;;
-+      spur)
-+              basic_machine=spur-unknown
-+              ;;
-+      st2000)
-+              basic_machine=m68k-tandem
-+              ;;
-+      stratus)
-+              basic_machine=i860-stratus
-+              os=-sysv4
-+              ;;
-+      sun2)
-+              basic_machine=m68000-sun
-+              ;;
-+      sun2os3)
-+              basic_machine=m68000-sun
-+              os=-sunos3
-+              ;;
-+      sun2os4)
-+              basic_machine=m68000-sun
-+              os=-sunos4
-+              ;;
-+      sun3os3)
-+              basic_machine=m68k-sun
-+              os=-sunos3
-+              ;;
-+      sun3os4)
-+              basic_machine=m68k-sun
-+              os=-sunos4
-+              ;;
-+      sun4os3)
-+              basic_machine=sparc-sun
-+              os=-sunos3
-+              ;;
-+      sun4os4)
-+              basic_machine=sparc-sun
-+              os=-sunos4
-+              ;;
-+      sun4sol2)
-+              basic_machine=sparc-sun
-+              os=-solaris2
-+              ;;
-+      sun3 | sun3-*)
-+              basic_machine=m68k-sun
-+              ;;
-+      sun4)
-+              basic_machine=sparc-sun
-+              ;;
-+      sun386 | sun386i | roadrunner)
-+              basic_machine=i386-sun
-+              ;;
-+      sv1)
-+              basic_machine=sv1-cray
-+              os=-unicos
-+              ;;
-+      symmetry)
-+              basic_machine=i386-sequent
-+              os=-dynix
-+              ;;
-+      t3e)
-+              basic_machine=alphaev5-cray
-+              os=-unicos
-+              ;;
-+      t90)
-+              basic_machine=t90-cray
-+              os=-unicos
-+              ;;
-+      tic54x | c54x*)
-+              basic_machine=tic54x-unknown
-+              os=-coff
-+              ;;
-+      tic55x | c55x*)
-+              basic_machine=tic55x-unknown
-+              os=-coff
-+              ;;
-+      tic6x | c6x*)
-+              basic_machine=tic6x-unknown
-+              os=-coff
-+              ;;
-+      tx39)
-+              basic_machine=mipstx39-unknown
-+              ;;
-+      tx39el)
-+              basic_machine=mipstx39el-unknown
-+              ;;
-+      toad1)
-+              basic_machine=pdp10-xkl
-+              os=-tops20
-+              ;;
-+      tower | tower-32)
-+              basic_machine=m68k-ncr
-+              ;;
-+      tpf)
-+              basic_machine=s390x-ibm
-+              os=-tpf
-+              ;;
-+      udi29k)
-+              basic_machine=a29k-amd
-+              os=-udi
-+              ;;
-+      ultra3)
-+              basic_machine=a29k-nyu
-+              os=-sym1
-+              ;;
-+      v810 | necv810)
-+              basic_machine=v810-nec
-+              os=-none
-+              ;;
-+      vaxv)
-+              basic_machine=vax-dec
-+              os=-sysv
-+              ;;
-+      vms)
-+              basic_machine=vax-dec
-+              os=-vms
-+              ;;
-+      vpp*|vx|vx-*)
-+              basic_machine=f301-fujitsu
-+              ;;
-+      vxworks960)
-+              basic_machine=i960-wrs
-+              os=-vxworks
-+              ;;
-+      vxworks68)
-+              basic_machine=m68k-wrs
-+              os=-vxworks
-+              ;;
-+      vxworks29k)
-+              basic_machine=a29k-wrs
-+              os=-vxworks
-+              ;;
-+      w65*)
-+              basic_machine=w65-wdc
-+              os=-none
-+              ;;
-+      w89k-*)
-+              basic_machine=hppa1.1-winbond
-+              os=-proelf
-+              ;;
-+      xbox)
-+              basic_machine=i686-pc
-+              os=-mingw32
-+              ;;
-+      xps | xps100)
-+              basic_machine=xps100-honeywell
-+              ;;
-+      ymp)
-+              basic_machine=ymp-cray
-+              os=-unicos
-+              ;;
-+      z8k-*-coff)
-+              basic_machine=z8k-unknown
-+              os=-sim
-+              ;;
-+      none)
-+              basic_machine=none-none
-+              os=-none
-+              ;;
-+
-+# Here we handle the default manufacturer of certain CPU types.  It is in
-+# some cases the only manufacturer, in others, it is the most popular.
-+      w89k)
-+              basic_machine=hppa1.1-winbond
-+              ;;
-+      op50n)
-+              basic_machine=hppa1.1-oki
-+              ;;
-+      op60c)
-+              basic_machine=hppa1.1-oki
-+              ;;
-+      romp)
-+              basic_machine=romp-ibm
-+              ;;
-+      mmix)
-+              basic_machine=mmix-knuth
-+              ;;
-+      rs6000)
-+              basic_machine=rs6000-ibm
-+              ;;
-+      vax)
-+              basic_machine=vax-dec
-+              ;;
-+      pdp10)
-+              # there are many clones, so DEC is not a safe bet
-+              basic_machine=pdp10-unknown
-+              ;;
-+      pdp11)
-+              basic_machine=pdp11-dec
-+              ;;
-+      we32k)
-+              basic_machine=we32k-att
-+              ;;
-+      sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele)
-+              basic_machine=sh-unknown
-+              ;;
-+      sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v)
-+              basic_machine=sparc-sun
-+              ;;
-+      cydra)
-+              basic_machine=cydra-cydrome
-+              ;;
-+      orion)
-+              basic_machine=orion-highlevel
-+              ;;
-+      orion105)
-+              basic_machine=clipper-highlevel
-+              ;;
-+      mac | mpw | mac-mpw)
-+              basic_machine=m68k-apple
-+              ;;
-+      pmac | pmac-mpw)
-+              basic_machine=powerpc-apple
-+              ;;
-+      *-unknown)
-+              # Make sure to match an already-canonicalized machine name.
-+              ;;
-+      *)
-+              echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
-+              exit 1
-+              ;;
-+esac
-+
-+# Here we canonicalize certain aliases for manufacturers.
-+case $basic_machine in
-+      *-digital*)
-+              basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
-+              ;;
-+      *-commodore*)
-+              basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
-+              ;;
-+      *)
-+              ;;
-+esac
-+
-+# Decode manufacturer-specific aliases for certain operating systems.
-+
-+if [ x"$os" != x"" ]
-+then
-+case $os in
-+        # First match some system type aliases
-+        # that might get confused with valid system types.
-+      # -solaris* is a basic system type, with this one exception.
-+      -solaris1 | -solaris1.*)
-+              os=`echo $os | sed -e 's|solaris1|sunos4|'`
-+              ;;
-+      -solaris)
-+              os=-solaris2
-+              ;;
-+      -svr4*)
-+              os=-sysv4
-+              ;;
-+      -unixware*)
-+              os=-sysv4.2uw
-+              ;;
-+      -gnu/linux*)
-+              os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
-+              ;;
-+      # First accept the basic system types.
-+      # The portable systems comes first.
-+      # Each alternative MUST END IN A *, to match a version number.
-+      # -sysv* is not here because it comes later, after sysvr4.
-+      -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
-+            | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
-+            | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
-+            | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
-+            | -aos* \
-+            | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
-+            | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
-+            | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
-+            | -openbsd* | -solidbsd* \
-+            | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
-+            | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
-+            | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
-+            | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
-+            | -chorusos* | -chorusrdb* \
-+            | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
-+            | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
-+            | -uxpv* | -beos* | -mpeix* | -udk* \
-+            | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
-+            | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
-+            | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
-+            | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
-+            | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
-+            | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \
-+            | -skyos* | -haiku* | -rdos* | -toppers* | -drops*)
-+      # Remember, each alternative MUST END IN *, to match a version number.
-+              ;;
-+      -qnx*)
-+              case $basic_machine in
-+                  x86-* | i*86-*)
-+                      ;;
-+                  *)
-+                      os=-nto$os
-+                      ;;
-+              esac
-+              ;;
-+      -nto-qnx*)
-+              ;;
-+      -nto*)
-+              os=`echo $os | sed -e 's|nto|nto-qnx|'`
-+              ;;
-+      -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
-+            | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \
-+            | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
-+              ;;
-+      -mac*)
-+              os=`echo $os | sed -e 's|mac|macos|'`
-+              ;;
-+      -linux-dietlibc)
-+              os=-linux-dietlibc
-+              ;;
-+      -linux*)
-+              os=`echo $os | sed -e 's|linux|linux-gnu|'`
-+              ;;
-+      -sunos5*)
-+              os=`echo $os | sed -e 's|sunos5|solaris2|'`
-+              ;;
-+      -sunos6*)
-+              os=`echo $os | sed -e 's|sunos6|solaris3|'`
-+              ;;
-+      -opened*)
-+              os=-openedition
-+              ;;
-+        -os400*)
-+              os=-os400
-+              ;;
-+      -wince*)
-+              os=-wince
-+              ;;
-+      -osfrose*)
-+              os=-osfrose
-+              ;;
-+      -osf*)
-+              os=-osf
-+              ;;
-+      -utek*)
-+              os=-bsd
-+              ;;
-+      -dynix*)
-+              os=-bsd
-+              ;;
-+      -acis*)
-+              os=-aos
-+              ;;
-+      -atheos*)
-+              os=-atheos
-+              ;;
-+      -syllable*)
-+              os=-syllable
-+              ;;
-+      -386bsd)
-+              os=-bsd
-+              ;;
-+      -ctix* | -uts*)
-+              os=-sysv
-+              ;;
-+      -nova*)
-+              os=-rtmk-nova
-+              ;;
-+      -ns2 )
-+              os=-nextstep2
-+              ;;
-+      -nsk*)
-+              os=-nsk
-+              ;;
-+      # Preserve the version number of sinix5.
-+      -sinix5.*)
-+              os=`echo $os | sed -e 's|sinix|sysv|'`
-+              ;;
-+      -sinix*)
-+              os=-sysv4
-+              ;;
-+        -tpf*)
-+              os=-tpf
-+              ;;
-+      -triton*)
-+              os=-sysv3
-+              ;;
-+      -oss*)
-+              os=-sysv3
-+              ;;
-+      -svr4)
-+              os=-sysv4
-+              ;;
-+      -svr3)
-+              os=-sysv3
-+              ;;
-+      -sysvr4)
-+              os=-sysv4
-+              ;;
-+      # This must come after -sysvr4.
-+      -sysv*)
-+              ;;
-+      -ose*)
-+              os=-ose
-+              ;;
-+      -es1800*)
-+              os=-ose
-+              ;;
-+      -xenix)
-+              os=-xenix
-+              ;;
-+      -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
-+              os=-mint
-+              ;;
-+      -aros*)
-+              os=-aros
-+              ;;
-+      -kaos*)
-+              os=-kaos
-+              ;;
-+      -zvmoe)
-+              os=-zvmoe
-+              ;;
-+      -none)
-+              ;;
-+      *)
-+              # Get rid of the `-' at the beginning of $os.
-+              os=`echo $os | sed 's/[^-]*-//'`
-+              echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
-+              exit 1
-+              ;;
-+esac
-+else
-+
-+# Here we handle the default operating systems that come with various machines.
-+# The value should be what the vendor currently ships out the door with their
-+# machine or put another way, the most popular os provided with the machine.
-+
-+# Note that if you're going to try to match "-MANUFACTURER" here (say,
-+# "-sun"), then you have to tell the case statement up towards the top
-+# that MANUFACTURER isn't an operating system.  Otherwise, code above
-+# will signal an error saying that MANUFACTURER isn't an operating
-+# system, and we'll never get to this point.
-+
-+case $basic_machine in
-+        score-*)
-+              os=-elf
-+              ;;
-+        spu-*)
-+              os=-elf
-+              ;;
-+      *-acorn)
-+              os=-riscix1.2
-+              ;;
-+      arm*-rebel)
-+              os=-linux
-+              ;;
-+      arm*-semi)
-+              os=-aout
-+              ;;
-+        c4x-* | tic4x-*)
-+              os=-coff
-+              ;;
-+      # This must come before the *-dec entry.
-+      pdp10-*)
-+              os=-tops20
-+              ;;
-+      pdp11-*)
-+              os=-none
-+              ;;
-+      *-dec | vax-*)
-+              os=-ultrix4.2
-+              ;;
-+      m68*-apollo)
-+              os=-domain
-+              ;;
-+      i386-sun)
-+              os=-sunos4.0.2
-+              ;;
-+      m68000-sun)
-+              os=-sunos3
-+              # This also exists in the configure program, but was not the
-+              # default.
-+              # os=-sunos4
-+              ;;
-+      m68*-cisco)
-+              os=-aout
-+              ;;
-+        mep-*)
-+              os=-elf
-+              ;;
-+      mips*-cisco)
-+              os=-elf
-+              ;;
-+      mips*-*)
-+              os=-elf
-+              ;;
-+      or32-*)
-+              os=-coff
-+              ;;
-+      *-tti)  # must be before sparc entry or we get the wrong os.
-+              os=-sysv3
-+              ;;
-+      sparc-* | *-sun)
-+              os=-sunos4.1.1
-+              ;;
-+      *-be)
-+              os=-beos
-+              ;;
-+      *-haiku)
-+              os=-haiku
-+              ;;
-+      *-ibm)
-+              os=-aix
-+              ;;
-+      *-knuth)
-+              os=-mmixware
-+              ;;
-+      *-wec)
-+              os=-proelf
-+              ;;
-+      *-winbond)
-+              os=-proelf
-+              ;;
-+      *-oki)
-+              os=-proelf
-+              ;;
-+      *-hp)
-+              os=-hpux
-+              ;;
-+      *-hitachi)
-+              os=-hiux
-+              ;;
-+      i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
-+              os=-sysv
-+              ;;
-+      *-cbm)
-+              os=-amigaos
-+              ;;
-+      *-dg)
-+              os=-dgux
-+              ;;
-+      *-dolphin)
-+              os=-sysv3
-+              ;;
-+      m68k-ccur)
-+              os=-rtu
-+              ;;
-+      m88k-omron*)
-+              os=-luna
-+              ;;
-+      *-next )
-+              os=-nextstep
-+              ;;
-+      *-sequent)
-+              os=-ptx
-+              ;;
-+      *-crds)
-+              os=-unos
-+              ;;
-+      *-ns)
-+              os=-genix
-+              ;;
-+      i370-*)
-+              os=-mvs
-+              ;;
-+      *-next)
-+              os=-nextstep3
-+              ;;
-+      *-gould)
-+              os=-sysv
-+              ;;
-+      *-highlevel)
-+              os=-bsd
-+              ;;
-+      *-encore)
-+              os=-bsd
-+              ;;
-+      *-sgi)
-+              os=-irix
-+              ;;
-+      *-siemens)
-+              os=-sysv4
-+              ;;
-+      *-masscomp)
-+              os=-rtu
-+              ;;
-+      f30[01]-fujitsu | f700-fujitsu)
-+              os=-uxpv
-+              ;;
-+      *-rom68k)
-+              os=-coff
-+              ;;
-+      *-*bug)
-+              os=-coff
-+              ;;
-+      *-apple)
-+              os=-macos
-+              ;;
-+      *-atari*)
-+              os=-mint
-+              ;;
-+      *)
-+              os=-none
-+              ;;
-+esac
-+fi
-+
-+# Here we handle the case where we know the os, and the CPU type, but not the
-+# manufacturer.  We pick the logical manufacturer.
-+vendor=unknown
-+case $basic_machine in
-+      *-unknown)
-+              case $os in
-+                      -riscix*)
-+                              vendor=acorn
-+                              ;;
-+                      -sunos*)
-+                              vendor=sun
-+                              ;;
-+                      -aix*)
-+                              vendor=ibm
-+                              ;;
-+                      -beos*)
-+                              vendor=be
-+                              ;;
-+                      -hpux*)
-+                              vendor=hp
-+                              ;;
-+                      -mpeix*)
-+                              vendor=hp
-+                              ;;
-+                      -hiux*)
-+                              vendor=hitachi
-+                              ;;
-+                      -unos*)
-+                              vendor=crds
-+                              ;;
-+                      -dgux*)
-+                              vendor=dg
-+                              ;;
-+                      -luna*)
-+                              vendor=omron
-+                              ;;
-+                      -genix*)
-+                              vendor=ns
-+                              ;;
-+                      -mvs* | -opened*)
-+                              vendor=ibm
-+                              ;;
-+                      -os400*)
-+                              vendor=ibm
-+                              ;;
-+                      -ptx*)
-+                              vendor=sequent
-+                              ;;
-+                      -tpf*)
-+                              vendor=ibm
-+                              ;;
-+                      -vxsim* | -vxworks* | -windiss*)
-+                              vendor=wrs
-+                              ;;
-+                      -aux*)
-+                              vendor=apple
-+                              ;;
-+                      -hms*)
-+                              vendor=hitachi
-+                              ;;
-+                      -mpw* | -macos*)
-+                              vendor=apple
-+                              ;;
-+                      -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
-+                              vendor=atari
-+                              ;;
-+                      -vos*)
-+                              vendor=stratus
-+                              ;;
-+              esac
-+              basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
-+              ;;
-+esac
-+
-+echo $basic_machine$os
-+exit
-+
-+# Local variables:
-+# eval: (add-hook 'write-file-hooks 'time-stamp)
-+# time-stamp-start: "timestamp='"
-+# time-stamp-format: "%:y-%02m-%02d"
-+# time-stamp-end: "'"
-+# End:
-diff -Nru php-5.2.6.vanilla/libevent/configure php-5.2.6.fpm/libevent/configure
---- php-5.2.6.vanilla/libevent/configure       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/configure   2008-03-28 01:50:49.000000000 +0300
-@@ -0,0 +1,7541 @@
-+#! /bin/sh
-+# Guess values for system-dependent variables and create Makefiles.
-+# Generated by GNU Autoconf 2.59.
-+#
-+# Copyright (C) 2003 Free Software Foundation, Inc.
-+# This configure script is free software; the Free Software Foundation
-+# gives unlimited permission to copy, distribute and modify it.
-+## --------------------- ##
-+## M4sh Initialization.  ##
-+## --------------------- ##
-+
-+# Be Bourne compatible
-+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-+  emulate sh
-+  NULLCMD=:
-+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
-+  # is contrary to our usage.  Disable this feature.
-+  alias -g '${1+"$@"}'='"$@"'
-+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-+  set -o posix
-+fi
-+DUALCASE=1; export DUALCASE # for MKS sh
-+
-+# Support unset when possible.
-+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-+  as_unset=unset
-+else
-+  as_unset=false
-+fi
-+
-+
-+# Work around bugs in pre-3.0 UWIN ksh.
-+$as_unset ENV MAIL MAILPATH
-+PS1='$ '
-+PS2='> '
-+PS4='+ '
-+
-+# NLS nuisances.
-+for as_var in \
-+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-+  LC_TELEPHONE LC_TIME
-+do
-+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-+    eval $as_var=C; export $as_var
-+  else
-+    $as_unset $as_var
-+  fi
-+done
-+
-+# Required to use basename.
-+if expr a : '\(a\)' >/dev/null 2>&1; then
-+  as_expr=expr
-+else
-+  as_expr=false
-+fi
-+
-+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
-+  as_basename=basename
-+else
-+  as_basename=false
-+fi
-+
-+
-+# Name of the executable.
-+as_me=`$as_basename "$0" ||
-+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-+       X"$0" : 'X\(//\)$' \| \
-+       X"$0" : 'X\(/\)$' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X/"$0" |
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-+        /^X\/\(\/\/\)$/{ s//\1/; q; }
-+        /^X\/\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+
-+
-+# PATH needs CR, and LINENO needs CR and PATH.
-+# Avoid depending upon Character Ranges.
-+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-+as_cr_digits='0123456789'
-+as_cr_alnum=$as_cr_Letters$as_cr_digits
-+
-+# The user is always right.
-+if test "${PATH_SEPARATOR+set}" != set; then
-+  echo "#! /bin/sh" >conf$$.sh
-+  echo  "exit 0"   >>conf$$.sh
-+  chmod +x conf$$.sh
-+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-+    PATH_SEPARATOR=';'
-+  else
-+    PATH_SEPARATOR=:
-+  fi
-+  rm -f conf$$.sh
-+fi
-+
-+
-+  as_lineno_1=$LINENO
-+  as_lineno_2=$LINENO
-+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-+  test "x$as_lineno_1" != "x$as_lineno_2" &&
-+  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
-+  # Find who we are.  Look in the path if we contain no path at all
-+  # relative or not.
-+  case $0 in
-+    *[\\/]* ) as_myself=$0 ;;
-+    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-+done
-+
-+       ;;
-+  esac
-+  # We did not find ourselves, most probably we were run as `sh COMMAND'
-+  # in which case we are not to be found in the path.
-+  if test "x$as_myself" = x; then
-+    as_myself=$0
-+  fi
-+  if test ! -f "$as_myself"; then
-+    { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
-+   { (exit 1); exit 1; }; }
-+  fi
-+  case $CONFIG_SHELL in
-+  '')
-+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for as_base in sh bash ksh sh5; do
-+       case $as_dir in
-+       /*)
-+         if ("$as_dir/$as_base" -c '
-+  as_lineno_1=$LINENO
-+  as_lineno_2=$LINENO
-+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-+  test "x$as_lineno_1" != "x$as_lineno_2" &&
-+  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
-+           $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
-+           $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
-+           CONFIG_SHELL=$as_dir/$as_base
-+           export CONFIG_SHELL
-+           exec "$CONFIG_SHELL" "$0" ${1+"$@"}
-+         fi;;
-+       esac
-+       done
-+done
-+;;
-+  esac
-+
-+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-+  # uniformly replaced by the line number.  The first 'sed' inserts a
-+  # line-number line before each line; the second 'sed' does the real
-+  # work.  The second script uses 'N' to pair each line-number line
-+  # with the numbered line, and appends trailing '-' during
-+  # substitution so that $LINENO is not a special case at line end.
-+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-+  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
-+  sed '=' <$as_myself |
-+    sed '
-+      N
-+      s,$,-,
-+      : loop
-+      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-+      t loop
-+      s,-$,,
-+      s,^['$as_cr_digits']*\n,,
-+    ' >$as_me.lineno &&
-+  chmod +x $as_me.lineno ||
-+    { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
-+   { (exit 1); exit 1; }; }
-+
-+  # Don't try to exec as it changes $[0], causing all sort of problems
-+  # (the dirname of $[0] is not the place where we might find the
-+  # original and so on.  Autoconf is especially sensible to this).
-+  . ./$as_me.lineno
-+  # Exit status is that of the last command.
-+  exit
-+}
-+
-+
-+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
-+  *c*,-n*) ECHO_N= ECHO_C='
-+' ECHO_T='    ' ;;
-+  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
-+  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-+esac
-+
-+if expr a : '\(a\)' >/dev/null 2>&1; then
-+  as_expr=expr
-+else
-+  as_expr=false
-+fi
-+
-+rm -f conf$$ conf$$.exe conf$$.file
-+echo >conf$$.file
-+if ln -s conf$$.file conf$$ 2>/dev/null; then
-+  # We could just check for DJGPP; but this test a) works b) is more generic
-+  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
-+  if test -f conf$$.exe; then
-+    # Don't use ln at all; we don't have any links
-+    as_ln_s='cp -p'
-+  else
-+    as_ln_s='ln -s'
-+  fi
-+elif ln conf$$.file conf$$ 2>/dev/null; then
-+  as_ln_s=ln
-+else
-+  as_ln_s='cp -p'
-+fi
-+rm -f conf$$ conf$$.exe conf$$.file
-+
-+if mkdir -p . 2>/dev/null; then
-+  as_mkdir_p=:
-+else
-+  test -d ./-p && rmdir ./-p
-+  as_mkdir_p=false
-+fi
-+
-+as_executable_p="test -f"
-+
-+# Sed expression to map a string onto a valid CPP name.
-+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-+
-+# Sed expression to map a string onto a valid variable name.
-+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-+
-+
-+# IFS
-+# We need space, tab and new line, in precisely that order.
-+as_nl='
-+'
-+IFS="         $as_nl"
-+
-+# CDPATH.
-+$as_unset CDPATH
-+
-+
-+# Name of the host.
-+# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
-+# so uname gets run too.
-+ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
-+
-+exec 6>&1
-+
-+#
-+# Initializations.
-+#
-+ac_default_prefix=/usr/local
-+ac_config_libobj_dir=.
-+cross_compiling=no
-+subdirs=
-+MFLAGS=
-+MAKEFLAGS=
-+SHELL=${CONFIG_SHELL-/bin/sh}
-+
-+# Maximum number of lines to put in a shell here document.
-+# This variable seems obsolete.  It should probably be removed, and
-+# only ac_max_sed_lines should be used.
-+: ${ac_max_here_lines=38}
-+
-+# Identity of this package.
-+PACKAGE_NAME=
-+PACKAGE_TARNAME=
-+PACKAGE_VERSION=
-+PACKAGE_STRING=
-+PACKAGE_BUGREPORT=
-+
-+ac_unique_file="event.c"
-+# Factoring default headers for most tests.
-+ac_includes_default="\
-+#include <stdio.h>
-+#if HAVE_SYS_TYPES_H
-+# include <sys/types.h>
-+#endif
-+#if HAVE_SYS_STAT_H
-+# include <sys/stat.h>
-+#endif
-+#if STDC_HEADERS
-+# include <stdlib.h>
-+# include <stddef.h>
-+#else
-+# if HAVE_STDLIB_H
-+#  include <stdlib.h>
-+# endif
-+#endif
-+#if HAVE_STRING_H
-+# if !STDC_HEADERS && HAVE_MEMORY_H
-+#  include <memory.h>
-+# endif
-+# include <string.h>
-+#endif
-+#if HAVE_STRINGS_H
-+# include <strings.h>
-+#endif
-+#if HAVE_INTTYPES_H
-+# include <inttypes.h>
-+#else
-+# if HAVE_STDINT_H
-+#  include <stdint.h>
-+# endif
-+#endif
-+#if HAVE_UNISTD_H
-+# include <unistd.h>
-+#endif"
-+
-+ac_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 INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT 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 LN_S CPP EGREP RANLIB ac_ct_RANLIB BUILD_WIN32_TRUE BUILD_WIN32_FALSE LIBOBJS LTLIBOBJS'
-+ac_subst_files=''
-+
-+# Initialize some variables set by options.
-+ac_init_help=
-+ac_init_version=false
-+# The variables have the same names as the options, with
-+# dashes changed to underlines.
-+cache_file=/dev/null
-+exec_prefix=NONE
-+no_create=
-+no_recursion=
-+prefix=NONE
-+program_prefix=NONE
-+program_suffix=NONE
-+program_transform_name=s,x,x,
-+silent=
-+site=
-+srcdir=
-+verbose=
-+x_includes=NONE
-+x_libraries=NONE
-+
-+# Installation directory options.
-+# These are left unexpanded so users can "make install exec_prefix=/foo"
-+# and all the variables that are supposed to be based on exec_prefix
-+# by default will actually change.
-+# Use braces instead of parens because sh, perl, etc. also accept them.
-+bindir='${exec_prefix}/bin'
-+sbindir='${exec_prefix}/sbin'
-+libexecdir='${exec_prefix}/libexec'
-+datadir='${prefix}/share'
-+sysconfdir='${prefix}/etc'
-+sharedstatedir='${prefix}/com'
-+localstatedir='${prefix}/var'
-+libdir='${exec_prefix}/lib'
-+includedir='${prefix}/include'
-+oldincludedir='/usr/include'
-+infodir='${prefix}/info'
-+mandir='${prefix}/man'
-+
-+ac_prev=
-+for ac_option
-+do
-+  # If the previous option needs an argument, assign it.
-+  if test -n "$ac_prev"; then
-+    eval "$ac_prev=\$ac_option"
-+    ac_prev=
-+    continue
-+  fi
-+
-+  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
-+
-+  # Accept the important Cygnus configure options, so we can diagnose typos.
-+
-+  case $ac_option in
-+
-+  -bindir | --bindir | --bindi | --bind | --bin | --bi)
-+    ac_prev=bindir ;;
-+  -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
-+    bindir=$ac_optarg ;;
-+
-+  -build | --build | --buil | --bui | --bu)
-+    ac_prev=build_alias ;;
-+  -build=* | --build=* | --buil=* | --bui=* | --bu=*)
-+    build_alias=$ac_optarg ;;
-+
-+  -cache-file | --cache-file | --cache-fil | --cache-fi \
-+  | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
-+    ac_prev=cache_file ;;
-+  -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
-+  | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
-+    cache_file=$ac_optarg ;;
-+
-+  --config-cache | -C)
-+    cache_file=config.cache ;;
-+
-+  -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
-+    ac_prev=datadir ;;
-+  -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
-+  | --da=*)
-+    datadir=$ac_optarg ;;
-+
-+  -disable-* | --disable-*)
-+    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
-+    # Reject names that are not valid shell variable names.
-+    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
-+   { (exit 1); exit 1; }; }
-+    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
-+    eval "enable_$ac_feature=no" ;;
-+
-+  -enable-* | --enable-*)
-+    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
-+    # Reject names that are not valid shell variable names.
-+    expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+      { echo "$as_me: error: invalid feature name: $ac_feature" >&2
-+   { (exit 1); exit 1; }; }
-+    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
-+    case $ac_option in
-+      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
-+      *) ac_optarg=yes ;;
-+    esac
-+    eval "enable_$ac_feature='$ac_optarg'" ;;
-+
-+  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
-+  | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
-+  | --exec | --exe | --ex)
-+    ac_prev=exec_prefix ;;
-+  -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
-+  | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
-+  | --exec=* | --exe=* | --ex=*)
-+    exec_prefix=$ac_optarg ;;
-+
-+  -gas | --gas | --ga | --g)
-+    # Obsolete; use --with-gas.
-+    with_gas=yes ;;
-+
-+  -help | --help | --hel | --he | -h)
-+    ac_init_help=long ;;
-+  -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
-+    ac_init_help=recursive ;;
-+  -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
-+    ac_init_help=short ;;
-+
-+  -host | --host | --hos | --ho)
-+    ac_prev=host_alias ;;
-+  -host=* | --host=* | --hos=* | --ho=*)
-+    host_alias=$ac_optarg ;;
-+
-+  -includedir | --includedir | --includedi | --included | --include \
-+  | --includ | --inclu | --incl | --inc)
-+    ac_prev=includedir ;;
-+  -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
-+  | --includ=* | --inclu=* | --incl=* | --inc=*)
-+    includedir=$ac_optarg ;;
-+
-+  -infodir | --infodir | --infodi | --infod | --info | --inf)
-+    ac_prev=infodir ;;
-+  -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
-+    infodir=$ac_optarg ;;
-+
-+  -libdir | --libdir | --libdi | --libd)
-+    ac_prev=libdir ;;
-+  -libdir=* | --libdir=* | --libdi=* | --libd=*)
-+    libdir=$ac_optarg ;;
-+
-+  -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
-+  | --libexe | --libex | --libe)
-+    ac_prev=libexecdir ;;
-+  -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
-+  | --libexe=* | --libex=* | --libe=*)
-+    libexecdir=$ac_optarg ;;
-+
-+  -localstatedir | --localstatedir | --localstatedi | --localstated \
-+  | --localstate | --localstat | --localsta | --localst \
-+  | --locals | --local | --loca | --loc | --lo)
-+    ac_prev=localstatedir ;;
-+  -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
-+  | --localstate=* | --localstat=* | --localsta=* | --localst=* \
-+  | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
-+    localstatedir=$ac_optarg ;;
-+
-+  -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
-+    ac_prev=mandir ;;
-+  -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
-+    mandir=$ac_optarg ;;
-+
-+  -nfp | --nfp | --nf)
-+    # Obsolete; use --without-fp.
-+    with_fp=no ;;
-+
-+  -no-create | --no-create | --no-creat | --no-crea | --no-cre \
-+  | --no-cr | --no-c | -n)
-+    no_create=yes ;;
-+
-+  -no-recursion | --no-recursion | --no-recursio | --no-recursi \
-+  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
-+    no_recursion=yes ;;
-+
-+  -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
-+  | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
-+  | --oldin | --oldi | --old | --ol | --o)
-+    ac_prev=oldincludedir ;;
-+  -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
-+  | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
-+  | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
-+    oldincludedir=$ac_optarg ;;
-+
-+  -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
-+    ac_prev=prefix ;;
-+  -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
-+    prefix=$ac_optarg ;;
-+
-+  -program-prefix | --program-prefix | --program-prefi | --program-pref \
-+  | --program-pre | --program-pr | --program-p)
-+    ac_prev=program_prefix ;;
-+  -program-prefix=* | --program-prefix=* | --program-prefi=* \
-+  | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
-+    program_prefix=$ac_optarg ;;
-+
-+  -program-suffix | --program-suffix | --program-suffi | --program-suff \
-+  | --program-suf | --program-su | --program-s)
-+    ac_prev=program_suffix ;;
-+  -program-suffix=* | --program-suffix=* | --program-suffi=* \
-+  | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
-+    program_suffix=$ac_optarg ;;
-+
-+  -program-transform-name | --program-transform-name \
-+  | --program-transform-nam | --program-transform-na \
-+  | --program-transform-n | --program-transform- \
-+  | --program-transform | --program-transfor \
-+  | --program-transfo | --program-transf \
-+  | --program-trans | --program-tran \
-+  | --progr-tra | --program-tr | --program-t)
-+    ac_prev=program_transform_name ;;
-+  -program-transform-name=* | --program-transform-name=* \
-+  | --program-transform-nam=* | --program-transform-na=* \
-+  | --program-transform-n=* | --program-transform-=* \
-+  | --program-transform=* | --program-transfor=* \
-+  | --program-transfo=* | --program-transf=* \
-+  | --program-trans=* | --program-tran=* \
-+  | --progr-tra=* | --program-tr=* | --program-t=*)
-+    program_transform_name=$ac_optarg ;;
-+
-+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-+  | -silent | --silent | --silen | --sile | --sil)
-+    silent=yes ;;
-+
-+  -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
-+    ac_prev=sbindir ;;
-+  -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
-+  | --sbi=* | --sb=*)
-+    sbindir=$ac_optarg ;;
-+
-+  -sharedstatedir | --sharedstatedir | --sharedstatedi \
-+  | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
-+  | --sharedst | --shareds | --shared | --share | --shar \
-+  | --sha | --sh)
-+    ac_prev=sharedstatedir ;;
-+  -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
-+  | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
-+  | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
-+  | --sha=* | --sh=*)
-+    sharedstatedir=$ac_optarg ;;
-+
-+  -site | --site | --sit)
-+    ac_prev=site ;;
-+  -site=* | --site=* | --sit=*)
-+    site=$ac_optarg ;;
-+
-+  -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
-+    ac_prev=srcdir ;;
-+  -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
-+    srcdir=$ac_optarg ;;
-+
-+  -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
-+  | --syscon | --sysco | --sysc | --sys | --sy)
-+    ac_prev=sysconfdir ;;
-+  -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
-+  | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
-+    sysconfdir=$ac_optarg ;;
-+
-+  -target | --target | --targe | --targ | --tar | --ta | --t)
-+    ac_prev=target_alias ;;
-+  -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
-+    target_alias=$ac_optarg ;;
-+
-+  -v | -verbose | --verbose | --verbos | --verbo | --verb)
-+    verbose=yes ;;
-+
-+  -version | --version | --versio | --versi | --vers | -V)
-+    ac_init_version=: ;;
-+
-+  -with-* | --with-*)
-+    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
-+    # Reject names that are not valid shell variable names.
-+    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+      { echo "$as_me: error: invalid package name: $ac_package" >&2
-+   { (exit 1); exit 1; }; }
-+    ac_package=`echo $ac_package| sed 's/-/_/g'`
-+    case $ac_option in
-+      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
-+      *) ac_optarg=yes ;;
-+    esac
-+    eval "with_$ac_package='$ac_optarg'" ;;
-+
-+  -without-* | --without-*)
-+    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
-+    # Reject names that are not valid shell variable names.
-+    expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
-+      { echo "$as_me: error: invalid package name: $ac_package" >&2
-+   { (exit 1); exit 1; }; }
-+    ac_package=`echo $ac_package | sed 's/-/_/g'`
-+    eval "with_$ac_package=no" ;;
-+
-+  --x)
-+    # Obsolete; use --with-x.
-+    with_x=yes ;;
-+
-+  -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
-+  | --x-incl | --x-inc | --x-in | --x-i)
-+    ac_prev=x_includes ;;
-+  -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
-+  | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
-+    x_includes=$ac_optarg ;;
-+
-+  -x-libraries | --x-libraries | --x-librarie | --x-librari \
-+  | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
-+    ac_prev=x_libraries ;;
-+  -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
-+  | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
-+    x_libraries=$ac_optarg ;;
-+
-+  -*) { echo "$as_me: error: unrecognized option: $ac_option
-+Try \`$0 --help' for more information." >&2
-+   { (exit 1); exit 1; }; }
-+    ;;
-+
-+  *=*)
-+    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
-+    # Reject names that are not valid shell variable names.
-+    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
-+      { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
-+   { (exit 1); exit 1; }; }
-+    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
-+    eval "$ac_envvar='$ac_optarg'"
-+    export $ac_envvar ;;
-+
-+  *)
-+    # FIXME: should be removed in autoconf 3.0.
-+    echo "$as_me: WARNING: you should use --build, --host, --target" >&2
-+    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
-+      echo "$as_me: WARNING: invalid host type: $ac_option" >&2
-+    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
-+    ;;
-+
-+  esac
-+done
-+
-+if test -n "$ac_prev"; then
-+  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
-+  { echo "$as_me: error: missing argument to $ac_option" >&2
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+# Be sure to have absolute paths.
-+for ac_var in exec_prefix prefix
-+do
-+  eval ac_val=$`echo $ac_var`
-+  case $ac_val in
-+    [\\/$]* | ?:[\\/]* | NONE | '' ) ;;
-+    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-+   { (exit 1); exit 1; }; };;
-+  esac
-+done
-+
-+# Be sure to have absolute paths.
-+for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
-+            localstatedir libdir includedir oldincludedir infodir mandir
-+do
-+  eval ac_val=$`echo $ac_var`
-+  case $ac_val in
-+    [\\/$]* | ?:[\\/]* ) ;;
-+    *)  { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
-+   { (exit 1); exit 1; }; };;
-+  esac
-+done
-+
-+# There might be people who depend on the old broken behavior: `$host'
-+# used to hold the argument of --host etc.
-+# FIXME: To remove some day.
-+build=$build_alias
-+host=$host_alias
-+target=$target_alias
-+
-+# FIXME: To remove some day.
-+if test "x$host_alias" != x; then
-+  if test "x$build_alias" = x; then
-+    cross_compiling=maybe
-+    echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
-+    If a cross compiler is detected then cross compile mode will be used." >&2
-+  elif test "x$build_alias" != "x$host_alias"; then
-+    cross_compiling=yes
-+  fi
-+fi
-+
-+ac_tool_prefix=
-+test -n "$host_alias" && ac_tool_prefix=$host_alias-
-+
-+test "$silent" = yes && exec 6>/dev/null
-+
-+
-+# Find the source files, if location was not specified.
-+if test -z "$srcdir"; then
-+  ac_srcdir_defaulted=yes
-+  # Try the directory containing this script, then its parent.
-+  ac_confdir=`(dirname "$0") 2>/dev/null ||
-+$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$0" : 'X\(//\)[^/]' \| \
-+       X"$0" : 'X\(//\)$' \| \
-+       X"$0" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$0" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+  srcdir=$ac_confdir
-+  if test ! -r $srcdir/$ac_unique_file; then
-+    srcdir=..
-+  fi
-+else
-+  ac_srcdir_defaulted=no
-+fi
-+if test ! -r $srcdir/$ac_unique_file; then
-+  if test "$ac_srcdir_defaulted" = yes; then
-+    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
-+   { (exit 1); exit 1; }; }
-+  else
-+    { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
-+   { (exit 1); exit 1; }; }
-+  fi
-+fi
-+(cd $srcdir && test -r ./$ac_unique_file) 2>/dev/null ||
-+  { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
-+   { (exit 1); exit 1; }; }
-+srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
-+ac_env_build_alias_set=${build_alias+set}
-+ac_env_build_alias_value=$build_alias
-+ac_cv_env_build_alias_set=${build_alias+set}
-+ac_cv_env_build_alias_value=$build_alias
-+ac_env_host_alias_set=${host_alias+set}
-+ac_env_host_alias_value=$host_alias
-+ac_cv_env_host_alias_set=${host_alias+set}
-+ac_cv_env_host_alias_value=$host_alias
-+ac_env_target_alias_set=${target_alias+set}
-+ac_env_target_alias_value=$target_alias
-+ac_cv_env_target_alias_set=${target_alias+set}
-+ac_cv_env_target_alias_value=$target_alias
-+ac_env_CC_set=${CC+set}
-+ac_env_CC_value=$CC
-+ac_cv_env_CC_set=${CC+set}
-+ac_cv_env_CC_value=$CC
-+ac_env_CFLAGS_set=${CFLAGS+set}
-+ac_env_CFLAGS_value=$CFLAGS
-+ac_cv_env_CFLAGS_set=${CFLAGS+set}
-+ac_cv_env_CFLAGS_value=$CFLAGS
-+ac_env_LDFLAGS_set=${LDFLAGS+set}
-+ac_env_LDFLAGS_value=$LDFLAGS
-+ac_cv_env_LDFLAGS_set=${LDFLAGS+set}
-+ac_cv_env_LDFLAGS_value=$LDFLAGS
-+ac_env_CPPFLAGS_set=${CPPFLAGS+set}
-+ac_env_CPPFLAGS_value=$CPPFLAGS
-+ac_cv_env_CPPFLAGS_set=${CPPFLAGS+set}
-+ac_cv_env_CPPFLAGS_value=$CPPFLAGS
-+ac_env_CPP_set=${CPP+set}
-+ac_env_CPP_value=$CPP
-+ac_cv_env_CPP_set=${CPP+set}
-+ac_cv_env_CPP_value=$CPP
-+
-+#
-+# Report the --help message.
-+#
-+if test "$ac_init_help" = "long"; then
-+  # Omit some internal or obsolete options to make the list less imposing.
-+  # This message is too long to be a string in the A/UX 3.1 sh.
-+  cat <<_ACEOF
-+\`configure' configures this package to adapt to many kinds of systems.
-+
-+Usage: $0 [OPTION]... [VAR=VALUE]...
-+
-+To assign environment variables (e.g., CC, CFLAGS...), specify them as
-+VAR=VALUE.  See below for descriptions of some of the useful variables.
-+
-+Defaults for the options are specified in brackets.
-+
-+Configuration:
-+  -h, --help              display this help and exit
-+      --help=short        display options specific to this package
-+      --help=recursive    display the short help of all the included packages
-+  -V, --version           display version information and exit
-+  -q, --quiet, --silent   do not print \`checking...' messages
-+      --cache-file=FILE   cache test results in FILE [disabled]
-+  -C, --config-cache      alias for \`--cache-file=config.cache'
-+  -n, --no-create         do not create output files
-+      --srcdir=DIR        find the sources in DIR [configure dir or \`..']
-+
-+_ACEOF
-+
-+  cat <<_ACEOF
-+Installation directories:
-+  --prefix=PREFIX         install architecture-independent files in PREFIX
-+                        [$ac_default_prefix]
-+  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
-+                        [PREFIX]
-+
-+By default, \`make install' will install all the files in
-+\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
-+an installation prefix other than \`$ac_default_prefix' using \`--prefix',
-+for instance \`--prefix=\$HOME'.
-+
-+For better control, use the options below.
-+
-+Fine tuning of the installation directories:
-+  --bindir=DIR           user executables [EPREFIX/bin]
-+  --sbindir=DIR          system admin executables [EPREFIX/sbin]
-+  --libexecdir=DIR       program executables [EPREFIX/libexec]
-+  --datadir=DIR          read-only architecture-independent data [PREFIX/share]
-+  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
-+  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
-+  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
-+  --libdir=DIR           object code libraries [EPREFIX/lib]
-+  --includedir=DIR       C header files [PREFIX/include]
-+  --oldincludedir=DIR    C header files for non-gcc [/usr/include]
-+  --infodir=DIR          info documentation [PREFIX/info]
-+  --mandir=DIR           man documentation [PREFIX/man]
-+_ACEOF
-+
-+  cat <<\_ACEOF
-+
-+Program names:
-+  --program-prefix=PREFIX            prepend PREFIX to installed program names
-+  --program-suffix=SUFFIX            append SUFFIX to installed program names
-+  --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
-+_ACEOF
-+fi
-+
-+if test -n "$ac_init_help"; then
-+
-+  cat <<\_ACEOF
-+
-+Optional Features:
-+  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
-+  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
-+  --enable-maintainer-mode  enable make rules and dependencies not useful
-+                        (and sometimes confusing) to the casual installer
-+  --disable-dependency-tracking  speeds up one-time build
-+  --enable-dependency-tracking   do not reject slow dependency extractors
-+
-+Some influential environment variables:
-+  CC          C compiler command
-+  CFLAGS      C compiler flags
-+  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
-+              nonstandard directory <lib dir>
-+  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have
-+              headers in a nonstandard directory <include dir>
-+  CPP         C preprocessor
-+
-+Use these variables to override the choices made by `configure' or to help
-+it to find libraries and programs with nonstandard names/locations.
-+
-+_ACEOF
-+fi
-+
-+if test "$ac_init_help" = "recursive"; then
-+  # If there are subdirs, report their specific --help.
-+  ac_popdir=`pwd`
-+  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
-+    test -d $ac_dir || continue
-+    ac_builddir=.
-+
-+if test "$ac_dir" != .; then
-+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-+  # A "../" for each directory in $ac_dir_suffix.
-+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-+else
-+  ac_dir_suffix= ac_top_builddir=
-+fi
-+
-+case $srcdir in
-+  .)  # No --srcdir option.  We are building in place.
-+    ac_srcdir=.
-+    if test -z "$ac_top_builddir"; then
-+       ac_top_srcdir=.
-+    else
-+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-+    fi ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_srcdir=$srcdir$ac_dir_suffix;
-+    ac_top_srcdir=$srcdir ;;
-+  *) # Relative path.
-+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-+esac
-+
-+# Do not use `cd foo && pwd` to compute absolute paths, because
-+# the directories may not exist.
-+case `pwd` in
-+.) ac_abs_builddir="$ac_dir";;
-+*)
-+  case "$ac_dir" in
-+  .) ac_abs_builddir=`pwd`;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_top_builddir=${ac_top_builddir}.;;
-+*)
-+  case ${ac_top_builddir}. in
-+  .) ac_abs_top_builddir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_srcdir=$ac_srcdir;;
-+*)
-+  case $ac_srcdir in
-+  .) ac_abs_srcdir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_top_srcdir=$ac_top_srcdir;;
-+*)
-+  case $ac_top_srcdir in
-+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-+  esac;;
-+esac
-+
-+    cd $ac_dir
-+    # Check for guested configure; otherwise get Cygnus style configure.
-+    if test -f $ac_srcdir/configure.gnu; then
-+      echo
-+      $SHELL $ac_srcdir/configure.gnu  --help=recursive
-+    elif test -f $ac_srcdir/configure; then
-+      echo
-+      $SHELL $ac_srcdir/configure  --help=recursive
-+    elif test -f $ac_srcdir/configure.ac ||
-+         test -f $ac_srcdir/configure.in; then
-+      echo
-+      $ac_configure --help
-+    else
-+      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
-+    fi
-+    cd $ac_popdir
-+  done
-+fi
-+
-+test -n "$ac_init_help" && exit 0
-+if $ac_init_version; then
-+  cat <<\_ACEOF
-+
-+Copyright (C) 2003 Free Software Foundation, Inc.
-+This configure script is free software; the Free Software Foundation
-+gives unlimited permission to copy, distribute and modify it.
-+_ACEOF
-+  exit 0
-+fi
-+exec 5>config.log
-+cat >&5 <<_ACEOF
-+This file contains any messages produced by compilers while
-+running configure, to aid debugging if configure makes a mistake.
-+
-+It was created by $as_me, which was
-+generated by GNU Autoconf 2.59.  Invocation command line was
-+
-+  $ $0 $@
-+
-+_ACEOF
-+{
-+cat <<_ASUNAME
-+## --------- ##
-+## Platform. ##
-+## --------- ##
-+
-+hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
-+uname -m = `(uname -m) 2>/dev/null || echo unknown`
-+uname -r = `(uname -r) 2>/dev/null || echo unknown`
-+uname -s = `(uname -s) 2>/dev/null || echo unknown`
-+uname -v = `(uname -v) 2>/dev/null || echo unknown`
-+
-+/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
-+/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
-+
-+/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
-+/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
-+/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
-+hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`
-+/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
-+/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
-+/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
-+
-+_ASUNAME
-+
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  echo "PATH: $as_dir"
-+done
-+
-+} >&5
-+
-+cat >&5 <<_ACEOF
-+
-+
-+## ----------- ##
-+## Core tests. ##
-+## ----------- ##
-+
-+_ACEOF
-+
-+
-+# Keep a trace of the command line.
-+# Strip out --no-create and --no-recursion so they do not pile up.
-+# Strip out --silent because we don't want to record it for future runs.
-+# Also quote any args containing shell meta-characters.
-+# Make two passes to allow for proper duplicate-argument suppression.
-+ac_configure_args=
-+ac_configure_args0=
-+ac_configure_args1=
-+ac_sep=
-+ac_must_keep_next=false
-+for ac_pass in 1 2
-+do
-+  for ac_arg
-+  do
-+    case $ac_arg in
-+    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
-+    -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-+    | -silent | --silent | --silen | --sile | --sil)
-+      continue ;;
-+    *" "*|*"  "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
-+      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
-+    esac
-+    case $ac_pass in
-+    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
-+    2)
-+      ac_configure_args1="$ac_configure_args1 '$ac_arg'"
-+      if test $ac_must_keep_next = true; then
-+      ac_must_keep_next=false # Got value, back to normal.
-+      else
-+      case $ac_arg in
-+        *=* | --config-cache | -C | -disable-* | --disable-* \
-+        | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
-+        | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
-+        | -with-* | --with-* | -without-* | --without-* | --x)
-+          case "$ac_configure_args0 " in
-+            "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
-+          esac
-+          ;;
-+        -* ) ac_must_keep_next=true ;;
-+      esac
-+      fi
-+      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
-+      # Get rid of the leading space.
-+      ac_sep=" "
-+      ;;
-+    esac
-+  done
-+done
-+$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
-+$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
-+
-+# When interrupted or exit'd, cleanup temporary files, and complete
-+# config.log.  We remove comments because anyway the quotes in there
-+# would cause problems or look ugly.
-+# WARNING: Be sure not to use single quotes in there, as some shells,
-+# such as our DU 5.0 friend, will then `close' the trap.
-+trap 'exit_status=$?
-+  # Save into config.log some information that might help in debugging.
-+  {
-+    echo
-+
-+    cat <<\_ASBOX
-+## ---------------- ##
-+## Cache variables. ##
-+## ---------------- ##
-+_ASBOX
-+    echo
-+    # The following way of writing the cache mishandles newlines in values,
-+{
-+  (set) 2>&1 |
-+    case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
-+    *ac_space=\ *)
-+      sed -n \
-+      "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
-+        s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
-+      ;;
-+    *)
-+      sed -n \
-+      "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
-+      ;;
-+    esac;
-+}
-+    echo
-+
-+    cat <<\_ASBOX
-+## ----------------- ##
-+## Output variables. ##
-+## ----------------- ##
-+_ASBOX
-+    echo
-+    for ac_var in $ac_subst_vars
-+    do
-+      eval ac_val=$`echo $ac_var`
-+      echo "$ac_var='"'"'$ac_val'"'"'"
-+    done | sort
-+    echo
-+
-+    if test -n "$ac_subst_files"; then
-+      cat <<\_ASBOX
-+## ------------- ##
-+## Output files. ##
-+## ------------- ##
-+_ASBOX
-+      echo
-+      for ac_var in $ac_subst_files
-+      do
-+      eval ac_val=$`echo $ac_var`
-+      echo "$ac_var='"'"'$ac_val'"'"'"
-+      done | sort
-+      echo
-+    fi
-+
-+    if test -s confdefs.h; then
-+      cat <<\_ASBOX
-+## ----------- ##
-+## confdefs.h. ##
-+## ----------- ##
-+_ASBOX
-+      echo
-+      sed "/^$/d" confdefs.h | sort
-+      echo
-+    fi
-+    test "$ac_signal" != 0 &&
-+      echo "$as_me: caught signal $ac_signal"
-+    echo "$as_me: exit $exit_status"
-+  } >&5
-+  rm -f core *.core &&
-+  rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
-+    exit $exit_status
-+     ' 0
-+for ac_signal in 1 2 13 15; do
-+  trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
-+done
-+ac_signal=0
-+
-+# confdefs.h avoids OS command line length limits that DEFS can exceed.
-+rm -rf conftest* confdefs.h
-+# AIX cpp loses on an empty file, so make sure it contains at least a newline.
-+echo >confdefs.h
-+
-+# Predefined preprocessor variables.
-+
-+cat >>confdefs.h <<_ACEOF
-+#define PACKAGE_NAME "$PACKAGE_NAME"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+#define PACKAGE_VERSION "$PACKAGE_VERSION"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+#define PACKAGE_STRING "$PACKAGE_STRING"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
-+_ACEOF
-+
-+
-+# Let the site file select an alternate cache file if it wants to.
-+# Prefer explicitly selected file to automatically selected ones.
-+if test -z "$CONFIG_SITE"; then
-+  if test "x$prefix" != xNONE; then
-+    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
-+  else
-+    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
-+  fi
-+fi
-+for ac_site_file in $CONFIG_SITE; do
-+  if test -r "$ac_site_file"; then
-+    { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
-+echo "$as_me: loading site script $ac_site_file" >&6;}
-+    sed 's/^/| /' "$ac_site_file" >&5
-+    . "$ac_site_file"
-+  fi
-+done
-+
-+if test -r "$cache_file"; then
-+  # Some versions of bash will fail to source /dev/null (special
-+  # files actually), so we avoid doing that.
-+  if test -f "$cache_file"; then
-+    { echo "$as_me:$LINENO: loading cache $cache_file" >&5
-+echo "$as_me: loading cache $cache_file" >&6;}
-+    case $cache_file in
-+      [\\/]* | ?:[\\/]* ) . $cache_file;;
-+      *)                      . ./$cache_file;;
-+    esac
-+  fi
-+else
-+  { echo "$as_me:$LINENO: creating cache $cache_file" >&5
-+echo "$as_me: creating cache $cache_file" >&6;}
-+  >$cache_file
-+fi
-+
-+# Check that the precious variables saved in the cache have kept the same
-+# value.
-+ac_cache_corrupted=false
-+for ac_var in `(set) 2>&1 |
-+             sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
-+  eval ac_old_set=\$ac_cv_env_${ac_var}_set
-+  eval ac_new_set=\$ac_env_${ac_var}_set
-+  eval ac_old_val="\$ac_cv_env_${ac_var}_value"
-+  eval ac_new_val="\$ac_env_${ac_var}_value"
-+  case $ac_old_set,$ac_new_set in
-+    set,)
-+      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
-+echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
-+      ac_cache_corrupted=: ;;
-+    ,set)
-+      { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
-+echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
-+      ac_cache_corrupted=: ;;
-+    ,);;
-+    *)
-+      if test "x$ac_old_val" != "x$ac_new_val"; then
-+      { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
-+echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
-+      { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
-+echo "$as_me:   former value:  $ac_old_val" >&2;}
-+      { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
-+echo "$as_me:   current value: $ac_new_val" >&2;}
-+      ac_cache_corrupted=:
-+      fi;;
-+  esac
-+  # Pass precious variables to config.status.
-+  if test "$ac_new_set" = set; then
-+    case $ac_new_val in
-+    *" "*|*"  "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
-+      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
-+    *) ac_arg=$ac_var=$ac_new_val ;;
-+    esac
-+    case " $ac_configure_args " in
-+      *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
-+      *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
-+    esac
-+  fi
-+done
-+if $ac_cache_corrupted; then
-+  { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
-+echo "$as_me: error: changes in the environment can compromise the build" >&2;}
-+  { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
-+echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+am__api_version="1.9"
-+ac_aux_dir=
-+for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
-+  if test -f $ac_dir/install-sh; then
-+    ac_aux_dir=$ac_dir
-+    ac_install_sh="$ac_aux_dir/install-sh -c"
-+    break
-+  elif test -f $ac_dir/install.sh; then
-+    ac_aux_dir=$ac_dir
-+    ac_install_sh="$ac_aux_dir/install.sh -c"
-+    break
-+  elif test -f $ac_dir/shtool; then
-+    ac_aux_dir=$ac_dir
-+    ac_install_sh="$ac_aux_dir/shtool install -c"
-+    break
-+  fi
-+done
-+if test -z "$ac_aux_dir"; then
-+  { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
-+echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+ac_config_guess="$SHELL $ac_aux_dir/config.guess"
-+ac_config_sub="$SHELL $ac_aux_dir/config.sub"
-+ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
-+
-+# Find a good install program.  We prefer a C program (faster),
-+# so one script is as good as another.  But avoid the broken or
-+# incompatible versions:
-+# SysV /etc/install, /usr/sbin/install
-+# SunOS /usr/etc/install
-+# IRIX /sbin/install
-+# AIX /bin/install
-+# AmigaOS /C/install, which installs bootblocks on floppy discs
-+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
-+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
-+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
-+# OS/2's system install, which has a completely different semantic
-+# ./install, which can be erroneously created by make from ./install.sh.
-+echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
-+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
-+if test -z "$INSTALL"; then
-+if test "${ac_cv_path_install+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  # Account for people who put trailing slashes in PATH elements.
-+case $as_dir/ in
-+  ./ | .// | /cC/* | \
-+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
-+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
-+  /usr/ucb/* ) ;;
-+  *)
-+    # OSF1 and SCO ODT 3.0 have their own names for install.
-+    # Don't use installbsd from OSF since it installs stuff as root
-+    # by default.
-+    for ac_prog in ginstall scoinst install; do
-+      for ac_exec_ext in '' $ac_executable_extensions; do
-+      if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
-+        if test $ac_prog = install &&
-+          grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-+          # AIX install.  It has an incompatible calling convention.
-+          :
-+        elif test $ac_prog = install &&
-+          grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-+          # program-specific install script used by HP pwplus--don't use.
-+          :
-+        else
-+          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-+          break 3
-+        fi
-+      fi
-+      done
-+    done
-+    ;;
-+esac
-+done
-+
-+
-+fi
-+  if test "${ac_cv_path_install+set}" = set; then
-+    INSTALL=$ac_cv_path_install
-+  else
-+    # As a last resort, use the slow shell script.  We don't cache a
-+    # path for INSTALL within a source directory, because that will
-+    # break other packages using the cache if that directory is
-+    # removed, or if the path is relative.
-+    INSTALL=$ac_install_sh
-+  fi
-+fi
-+echo "$as_me:$LINENO: result: $INSTALL" >&5
-+echo "${ECHO_T}$INSTALL" >&6
-+
-+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
-+# It thinks the first close brace ends the variable substitution.
-+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-+
-+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
-+
-+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-+
-+echo "$as_me:$LINENO: checking whether build environment is sane" >&5
-+echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
-+# Just in case
-+sleep 1
-+echo timestamp > conftest.file
-+# Do `set' in a subshell so we don't clobber the current shell's
-+# arguments.  Must try -L first in case configure is actually a
-+# symlink; some systems play weird games with the mod time of symlinks
-+# (eg FreeBSD returns the mod time of the symlink's containing
-+# directory).
-+if (
-+   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
-+   if test "$*" = "X"; then
-+      # -L didn't work.
-+      set X `ls -t $srcdir/configure conftest.file`
-+   fi
-+   rm -f conftest.file
-+   if test "$*" != "X $srcdir/configure conftest.file" \
-+      && test "$*" != "X conftest.file $srcdir/configure"; then
-+
-+      # If neither matched, then we have a broken ls.  This can happen
-+      # if, for instance, CONFIG_SHELL is bash and it inherits a
-+      # broken ls alias from the environment.  This has actually
-+      # happened.  Such a system could not be considered "sane".
-+      { { echo "$as_me:$LINENO: error: ls -t appears to fail.  Make sure there is not a broken
-+alias in your environment" >&5
-+echo "$as_me: error: ls -t appears to fail.  Make sure there is not a broken
-+alias in your environment" >&2;}
-+   { (exit 1); exit 1; }; }
-+   fi
-+
-+   test "$2" = conftest.file
-+   )
-+then
-+   # Ok.
-+   :
-+else
-+   { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
-+Check your system clock" >&5
-+echo "$as_me: error: newly created file is older than distributed files!
-+Check your system clock" >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+test "$program_prefix" != NONE &&
-+  program_transform_name="s,^,$program_prefix,;$program_transform_name"
-+# Use a double $ so make ignores it.
-+test "$program_suffix" != NONE &&
-+  program_transform_name="s,\$,$program_suffix,;$program_transform_name"
-+# Double any \ or $.  echo might interpret backslashes.
-+# By default was `s,x,x', remove it if useless.
-+cat <<\_ACEOF >conftest.sed
-+s/[\\$]/&&/g;s/;s,x,x,$//
-+_ACEOF
-+program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
-+rm conftest.sed
-+
-+# expand $ac_aux_dir to an absolute path
-+am_aux_dir=`cd $ac_aux_dir && pwd`
-+
-+test x"${MISSING+set}" = xset || MISSING="\${SHELL} $am_aux_dir/missing"
-+# Use eval to expand $SHELL
-+if eval "$MISSING --run true"; then
-+  am_missing_run="$MISSING --run "
-+else
-+  am_missing_run=
-+  { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
-+echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
-+fi
-+
-+if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
-+  # We used to keeping the `.' as first argument, in order to
-+  # allow $(mkdir_p) to be used without argument.  As in
-+  #   $(mkdir_p) $(somedir)
-+  # where $(somedir) is conditionally defined.  However this is wrong
-+  # for two reasons:
-+  #  1. if the package is installed by a user who cannot write `.'
-+  #     make install will fail,
-+  #  2. the above comment should most certainly read
-+  #     $(mkdir_p) $(DESTDIR)$(somedir)
-+  #     so it does not work when $(somedir) is undefined and
-+  #     $(DESTDIR) is not.
-+  #  To support the latter case, we have to write
-+  #     test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
-+  #  so the `.' trick is pointless.
-+  mkdir_p='mkdir -p --'
-+else
-+  # On NextStep and OpenStep, the `mkdir' command does not
-+  # recognize any option.  It will interpret all options as
-+  # directories to create, and then abort because `.' already
-+  # exists.
-+  for d in ./-p ./--version;
-+  do
-+    test -d $d && rmdir $d
-+  done
-+  # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
-+  if test -f "$ac_aux_dir/mkinstalldirs"; then
-+    mkdir_p='$(mkinstalldirs)'
-+  else
-+    mkdir_p='$(install_sh) -d'
-+  fi
-+fi
-+
-+for ac_prog in gawk mawk nawk awk
-+do
-+  # Extract the first word of "$ac_prog", so it can be a program name with args.
-+set dummy $ac_prog; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_AWK+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$AWK"; then
-+  ac_cv_prog_AWK="$AWK" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_AWK="$ac_prog"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+AWK=$ac_cv_prog_AWK
-+if test -n "$AWK"; then
-+  echo "$as_me:$LINENO: result: $AWK" >&5
-+echo "${ECHO_T}$AWK" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+  test -n "$AWK" && break
-+done
-+
-+echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
-+echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
-+set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
-+if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.make <<\_ACEOF
-+all:
-+      @echo 'ac_maketemp="$(MAKE)"'
-+_ACEOF
-+# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
-+eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
-+if test -n "$ac_maketemp"; then
-+  eval ac_cv_prog_make_${ac_make}_set=yes
-+else
-+  eval ac_cv_prog_make_${ac_make}_set=no
-+fi
-+rm -f conftest.make
-+fi
-+if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
-+  echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+  SET_MAKE=
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+  SET_MAKE="MAKE=${MAKE-make}"
-+fi
-+
-+rm -rf .tst 2>/dev/null
-+mkdir .tst 2>/dev/null
-+if test -d .tst; then
-+  am__leading_dot=.
-+else
-+  am__leading_dot=_
-+fi
-+rmdir .tst 2>/dev/null
-+
-+# test to see if srcdir already configured
-+if test "`cd $srcdir && pwd`" != "`pwd`" &&
-+   test -f $srcdir/config.status; then
-+  { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
-+echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+# test whether we have cygpath
-+if test -z "$CYGPATH_W"; then
-+  if (cygpath --version) >/dev/null 2>/dev/null; then
-+    CYGPATH_W='cygpath -w'
-+  else
-+    CYGPATH_W=echo
-+  fi
-+fi
-+
-+
-+# Define the identity of the package.
-+ PACKAGE=libevent
-+ VERSION=1.4.0-beta
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+#define PACKAGE "$PACKAGE"
-+_ACEOF
-+
-+
-+cat >>confdefs.h <<_ACEOF
-+#define VERSION "$VERSION"
-+_ACEOF
-+
-+# Some tools Automake needs.
-+
-+ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
-+
-+
-+AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
-+
-+
-+AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
-+
-+
-+AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
-+
-+
-+MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
-+
-+install_sh=${install_sh-"$am_aux_dir/install-sh"}
-+
-+# Installed binaries are usually stripped using `strip' when the user
-+# run `make install-strip'.  However `strip' might not be the right
-+# tool to use in cross-compilation environments, therefore Automake
-+# will honor the `STRIP' environment variable to overrule this program.
-+if test "$cross_compiling" != no; then
-+  if test -n "$ac_tool_prefix"; then
-+  # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
-+set dummy ${ac_tool_prefix}strip; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_STRIP+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$STRIP"; then
-+  ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_STRIP="${ac_tool_prefix}strip"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+STRIP=$ac_cv_prog_STRIP
-+if test -n "$STRIP"; then
-+  echo "$as_me:$LINENO: result: $STRIP" >&5
-+echo "${ECHO_T}$STRIP" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+fi
-+if test -z "$ac_cv_prog_STRIP"; then
-+  ac_ct_STRIP=$STRIP
-+  # Extract the first word of "strip", so it can be a program name with args.
-+set dummy strip; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$ac_ct_STRIP"; then
-+  ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_ac_ct_STRIP="strip"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+  test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
-+fi
-+fi
-+ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
-+if test -n "$ac_ct_STRIP"; then
-+  echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
-+echo "${ECHO_T}$ac_ct_STRIP" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+  STRIP=$ac_ct_STRIP
-+else
-+  STRIP="$ac_cv_prog_STRIP"
-+fi
-+
-+fi
-+INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
-+
-+# We need awk for the "check" target.  The system "awk" is bad on
-+# some platforms.
-+# Always define AMTAR for backward compatibility.
-+
-+AMTAR=${AMTAR-"${am_missing_run}tar"}
-+
-+am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
-+
-+
-+
-+
-+
-+          ac_config_headers="$ac_config_headers config.h"
-+
-+echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
-+echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
-+    # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
-+if test "${enable_maintainer_mode+set}" = set; then
-+  enableval="$enable_maintainer_mode"
-+  USE_MAINTAINER_MODE=$enableval
-+else
-+  USE_MAINTAINER_MODE=no
-+fi;
-+  echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
-+echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
-+
-+
-+if test $USE_MAINTAINER_MODE = yes; then
-+  MAINTAINER_MODE_TRUE=
-+  MAINTAINER_MODE_FALSE='#'
-+else
-+  MAINTAINER_MODE_TRUE='#'
-+  MAINTAINER_MODE_FALSE=
-+fi
-+
-+  MAINT=$MAINTAINER_MODE_TRUE
-+
-+
-+
-+if test "$prefix" = "NONE"; then
-+   prefix="/usr/local"
-+fi
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+if test -n "$ac_tool_prefix"; then
-+  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
-+set dummy ${ac_tool_prefix}gcc; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$CC"; then
-+  ac_cv_prog_CC="$CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_CC="${ac_tool_prefix}gcc"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+CC=$ac_cv_prog_CC
-+if test -n "$CC"; then
-+  echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+fi
-+if test -z "$ac_cv_prog_CC"; then
-+  ac_ct_CC=$CC
-+  # Extract the first word of "gcc", so it can be a program name with args.
-+set dummy gcc; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$ac_ct_CC"; then
-+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_ac_ct_CC="gcc"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+ac_ct_CC=$ac_cv_prog_ac_ct_CC
-+if test -n "$ac_ct_CC"; then
-+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+  CC=$ac_ct_CC
-+else
-+  CC="$ac_cv_prog_CC"
-+fi
-+
-+if test -z "$CC"; then
-+  if test -n "$ac_tool_prefix"; then
-+  # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
-+set dummy ${ac_tool_prefix}cc; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$CC"; then
-+  ac_cv_prog_CC="$CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_CC="${ac_tool_prefix}cc"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+CC=$ac_cv_prog_CC
-+if test -n "$CC"; then
-+  echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+fi
-+if test -z "$ac_cv_prog_CC"; then
-+  ac_ct_CC=$CC
-+  # Extract the first word of "cc", so it can be a program name with args.
-+set dummy cc; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$ac_ct_CC"; then
-+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_ac_ct_CC="cc"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+ac_ct_CC=$ac_cv_prog_ac_ct_CC
-+if test -n "$ac_ct_CC"; then
-+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+  CC=$ac_ct_CC
-+else
-+  CC="$ac_cv_prog_CC"
-+fi
-+
-+fi
-+if test -z "$CC"; then
-+  # Extract the first word of "cc", so it can be a program name with args.
-+set dummy cc; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$CC"; then
-+  ac_cv_prog_CC="$CC" # Let the user override the test.
-+else
-+  ac_prog_rejected=no
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
-+       ac_prog_rejected=yes
-+       continue
-+     fi
-+    ac_cv_prog_CC="cc"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+if test $ac_prog_rejected = yes; then
-+  # We found a bogon in the path, so make sure we never use it.
-+  set dummy $ac_cv_prog_CC
-+  shift
-+  if test $# != 0; then
-+    # We chose a different compiler from the bogus one.
-+    # However, it has the same basename, so the bogon will be chosen
-+    # first if we set CC to just the basename; use the full file name.
-+    shift
-+    ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
-+  fi
-+fi
-+fi
-+fi
-+CC=$ac_cv_prog_CC
-+if test -n "$CC"; then
-+  echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+fi
-+if test -z "$CC"; then
-+  if test -n "$ac_tool_prefix"; then
-+  for ac_prog in cl
-+  do
-+    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
-+set dummy $ac_tool_prefix$ac_prog; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$CC"; then
-+  ac_cv_prog_CC="$CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+CC=$ac_cv_prog_CC
-+if test -n "$CC"; then
-+  echo "$as_me:$LINENO: result: $CC" >&5
-+echo "${ECHO_T}$CC" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+    test -n "$CC" && break
-+  done
-+fi
-+if test -z "$CC"; then
-+  ac_ct_CC=$CC
-+  for ac_prog in cl
-+do
-+  # Extract the first word of "$ac_prog", so it can be a program name with args.
-+set dummy $ac_prog; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$ac_ct_CC"; then
-+  ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_ac_ct_CC="$ac_prog"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+ac_ct_CC=$ac_cv_prog_ac_ct_CC
-+if test -n "$ac_ct_CC"; then
-+  echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-+echo "${ECHO_T}$ac_ct_CC" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+  test -n "$ac_ct_CC" && break
-+done
-+
-+  CC=$ac_ct_CC
-+fi
-+
-+fi
-+
-+
-+test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: no acceptable C compiler found in \$PATH
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+
-+# Provide some information about the compiler.
-+echo "$as_me:$LINENO:" \
-+     "checking for C compiler version" >&5
-+ac_compiler=`set X $ac_compile; echo $2`
-+{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
-+  (eval $ac_compiler --version </dev/null >&5) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }
-+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
-+  (eval $ac_compiler -v </dev/null >&5) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }
-+{ (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
-+  (eval $ac_compiler -V </dev/null >&5) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }
-+
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+ac_clean_files_save=$ac_clean_files
-+ac_clean_files="$ac_clean_files a.out a.exe b.out"
-+# Try to create an executable without -o first, disregard a.out.
-+# It will help us diagnose broken compilers, and finding out an intuition
-+# of exeext.
-+echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
-+echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
-+ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
-+if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
-+  (eval $ac_link_default) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; then
-+  # Find the output, starting from the most likely.  This scheme is
-+# not robust to junk in `.', hence go to wildcards (a.*) only as a last
-+# resort.
-+
-+# Be careful to initialize this variable, since it used to be cached.
-+# Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
-+ac_cv_exeext=
-+# b.out is created by i960 compilers.
-+for ac_file in a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out
-+do
-+  test -f "$ac_file" || continue
-+  case $ac_file in
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj )
-+      ;;
-+    conftest.$ac_ext )
-+      # This is the source file.
-+      ;;
-+    [ab].out )
-+      # We found the default executable, but exeext='' is most
-+      # certainly right.
-+      break;;
-+    *.* )
-+      ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-+      # FIXME: I believe we export ac_cv_exeext for Libtool,
-+      # but it would be cool to find out if it's true.  Does anybody
-+      # maintain Libtool? --akim.
-+      export ac_cv_exeext
-+      break;;
-+    * )
-+      break;;
-+  esac
-+done
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+{ { echo "$as_me:$LINENO: error: C compiler cannot create executables
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: C compiler cannot create executables
-+See \`config.log' for more details." >&2;}
-+   { (exit 77); exit 77; }; }
-+fi
-+
-+ac_exeext=$ac_cv_exeext
-+echo "$as_me:$LINENO: result: $ac_file" >&5
-+echo "${ECHO_T}$ac_file" >&6
-+
-+# Check the compiler produces executables we can run.  If not, either
-+# the compiler is broken, or we cross compile.
-+echo "$as_me:$LINENO: checking whether the C compiler works" >&5
-+echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
-+# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
-+# If not cross compiling, check that we can run a simple program.
-+if test "$cross_compiling" != yes; then
-+  if { ac_try='./$ac_file'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+    cross_compiling=no
-+  else
-+    if test "$cross_compiling" = maybe; then
-+      cross_compiling=yes
-+    else
-+      { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
-+If you meant to cross compile, use \`--host'.
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: cannot run C compiled programs.
-+If you meant to cross compile, use \`--host'.
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+    fi
-+  fi
-+fi
-+echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+
-+rm -f a.out a.exe conftest$ac_cv_exeext b.out
-+ac_clean_files=$ac_clean_files_save
-+# Check the compiler produces executables we can run.  If not, either
-+# the compiler is broken, or we cross compile.
-+echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
-+echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
-+echo "$as_me:$LINENO: result: $cross_compiling" >&5
-+echo "${ECHO_T}$cross_compiling" >&6
-+
-+echo "$as_me:$LINENO: checking for suffix of executables" >&5
-+echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; then
-+  # If both `conftest.exe' and `conftest' are `present' (well, observable)
-+# catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
-+# work properly (i.e., refer to `conftest.exe'), while it won't with
-+# `rm'.
-+for ac_file in conftest.exe conftest conftest.*; do
-+  test -f "$ac_file" || continue
-+  case $ac_file in
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
-+    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
-+        export ac_cv_exeext
-+        break;;
-+    * ) break;;
-+  esac
-+done
-+else
-+  { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+rm -f conftest$ac_cv_exeext
-+echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
-+echo "${ECHO_T}$ac_cv_exeext" >&6
-+
-+rm -f conftest.$ac_ext
-+EXEEXT=$ac_cv_exeext
-+ac_exeext=$EXEEXT
-+echo "$as_me:$LINENO: checking for suffix of object files" >&5
-+echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
-+if test "${ac_cv_objext+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.o conftest.obj
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; then
-+  for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
-+  case $ac_file in
-+    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
-+    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
-+       break;;
-+  esac
-+done
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+{ { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: cannot compute suffix of object files: cannot compile
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+rm -f conftest.$ac_cv_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
-+echo "${ECHO_T}$ac_cv_objext" >&6
-+OBJEXT=$ac_cv_objext
-+ac_objext=$OBJEXT
-+echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
-+echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
-+if test "${ac_cv_c_compiler_gnu+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+#ifndef __GNUC__
-+       choke me
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_compiler_gnu=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_compiler_gnu=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+ac_cv_c_compiler_gnu=$ac_compiler_gnu
-+
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
-+echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
-+GCC=`test $ac_compiler_gnu = yes && echo yes`
-+ac_test_CFLAGS=${CFLAGS+set}
-+ac_save_CFLAGS=$CFLAGS
-+CFLAGS="-g"
-+echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
-+echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
-+if test "${ac_cv_prog_cc_g+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_prog_cc_g=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_prog_cc_g=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
-+echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
-+if test "$ac_test_CFLAGS" = set; then
-+  CFLAGS=$ac_save_CFLAGS
-+elif test $ac_cv_prog_cc_g = yes; then
-+  if test "$GCC" = yes; then
-+    CFLAGS="-g -O2"
-+  else
-+    CFLAGS="-g"
-+  fi
-+else
-+  if test "$GCC" = yes; then
-+    CFLAGS="-O2"
-+  else
-+    CFLAGS=
-+  fi
-+fi
-+echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
-+echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
-+if test "${ac_cv_prog_cc_stdc+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_cv_prog_cc_stdc=no
-+ac_save_CC=$CC
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <stdarg.h>
-+#include <stdio.h>
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+/* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
-+struct buf { int x; };
-+FILE * (*rcsopen) (struct buf *, struct stat *, int);
-+static char *e (p, i)
-+     char **p;
-+     int i;
-+{
-+  return p[i];
-+}
-+static char *f (char * (*g) (char **, int), char **p, ...)
-+{
-+  char *s;
-+  va_list v;
-+  va_start (v,p);
-+  s = g (p, va_arg (v,int));
-+  va_end (v);
-+  return s;
-+}
-+
-+/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
-+   function prototypes and stuff, but not '\xHH' hex character constants.
-+   These don't provoke an error unfortunately, instead are silently treated
-+   as 'x'.  The following induces an error, until -std1 is added to get
-+   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
-+   array size at least.  It's necessary to write '\x00'==0 to get something
-+   that's true only with -std1.  */
-+int osf4_cc_array ['\x00' == 0 ? 1 : -1];
-+
-+int test (int i, double x);
-+struct s1 {int (*f) (int a);};
-+struct s2 {int (*f) (double a);};
-+int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
-+int argc;
-+char **argv;
-+int
-+main ()
-+{
-+return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+# Don't try gcc -ansi; that turns off useful extensions and
-+# breaks some systems' header files.
-+# AIX                 -qlanglvl=ansi
-+# Ultrix and OSF/1    -std1
-+# HP-UX 10.20 and later       -Ae
-+# HP-UX older versions        -Aa -D_HPUX_SOURCE
-+# SVR4                        -Xc -D__EXTENSIONS__
-+for ac_arg in "" -qlanglvl=ansi -std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
-+do
-+  CC="$ac_save_CC $ac_arg"
-+  rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_prog_cc_stdc=$ac_arg
-+break
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+fi
-+rm -f conftest.err conftest.$ac_objext
-+done
-+rm -f conftest.$ac_ext conftest.$ac_objext
-+CC=$ac_save_CC
-+
-+fi
-+
-+case "x$ac_cv_prog_cc_stdc" in
-+  x|xno)
-+    echo "$as_me:$LINENO: result: none needed" >&5
-+echo "${ECHO_T}none needed" >&6 ;;
-+  *)
-+    echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
-+echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
-+    CC="$CC $ac_cv_prog_cc_stdc" ;;
-+esac
-+
-+# Some people use a C++ compiler to compile C.  Since we use `exit',
-+# in C++ we need to declare it.  In case someone uses the same compiler
-+# for both compiling C and C++ we need to have the C++ compiler decide
-+# the declaration of exit, since it's the most demanding environment.
-+cat >conftest.$ac_ext <<_ACEOF
-+#ifndef __cplusplus
-+  choke me
-+#endif
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  for ac_declaration in \
-+   '' \
-+   'extern "C" void std::exit (int) throw (); using std::exit;' \
-+   'extern "C" void std::exit (int); using std::exit;' \
-+   'extern "C" void exit (int) throw ();' \
-+   'extern "C" void exit (int);' \
-+   'void exit (int);'
-+do
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_declaration
-+#include <stdlib.h>
-+int
-+main ()
-+{
-+exit (42);
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  :
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+continue
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_declaration
-+int
-+main ()
-+{
-+exit (42);
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  break
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+done
-+rm -f conftest*
-+if test -n "$ac_declaration"; then
-+  echo '#ifdef __cplusplus' >>confdefs.h
-+  echo $ac_declaration      >>confdefs.h
-+  echo '#endif'             >>confdefs.h
-+fi
-+
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+DEPDIR="${am__leading_dot}deps"
-+
-+          ac_config_commands="$ac_config_commands depfiles"
-+
-+
-+am_make=${MAKE-make}
-+cat > confinc << 'END'
-+am__doit:
-+      @echo done
-+.PHONY: am__doit
-+END
-+# If we don't find an include directive, just comment out the code.
-+echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
-+echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
-+am__include="#"
-+am__quote=
-+_am_result=none
-+# First try GNU make style include.
-+echo "include confinc" > confmf
-+# We grep out `Entering directory' and `Leaving directory'
-+# messages which can occur if `w' ends up in MAKEFLAGS.
-+# In particular we don't look at `^make:' because GNU make might
-+# be invoked under some other name (usually "gmake"), in which
-+# case it prints its new name instead of `make'.
-+if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
-+   am__include=include
-+   am__quote=
-+   _am_result=GNU
-+fi
-+# Now try BSD make style include.
-+if test "$am__include" = "#"; then
-+   echo '.include "confinc"' > confmf
-+   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
-+      am__include=.include
-+      am__quote="\""
-+      _am_result=BSD
-+   fi
-+fi
-+
-+
-+echo "$as_me:$LINENO: result: $_am_result" >&5
-+echo "${ECHO_T}$_am_result" >&6
-+rm -f confinc confmf
-+
-+# Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
-+if test "${enable_dependency_tracking+set}" = set; then
-+  enableval="$enable_dependency_tracking"
-+
-+fi;
-+if test "x$enable_dependency_tracking" != xno; then
-+  am_depcomp="$ac_aux_dir/depcomp"
-+  AMDEPBACKSLASH='\'
-+fi
-+
-+
-+if test "x$enable_dependency_tracking" != xno; then
-+  AMDEP_TRUE=
-+  AMDEP_FALSE='#'
-+else
-+  AMDEP_TRUE='#'
-+  AMDEP_FALSE=
-+fi
-+
-+
-+
-+
-+depcc="$CC"   am_compiler_list=
-+
-+echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
-+echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
-+if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
-+  # We make a subdir and do the tests there.  Otherwise we can end up
-+  # making bogus files that we don't know about and never remove.  For
-+  # instance it was reported that on HP-UX the gcc test will end up
-+  # making a dummy file named `D' -- because `-MD' means `put the output
-+  # in D'.
-+  mkdir conftest.dir
-+  # Copy depcomp to subdir because otherwise we won't find it if we're
-+  # using a relative directory.
-+  cp "$am_depcomp" conftest.dir
-+  cd conftest.dir
-+  # We will build objects and dependencies in a subdirectory because
-+  # it helps to detect inapplicable dependency modes.  For instance
-+  # both Tru64's cc and ICC support -MD to output dependencies as a
-+  # side effect of compilation, but ICC will put the dependencies in
-+  # the current directory while Tru64 will put them in the object
-+  # directory.
-+  mkdir sub
-+
-+  am_cv_CC_dependencies_compiler_type=none
-+  if test "$am_compiler_list" = ""; then
-+     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
-+  fi
-+  for depmode in $am_compiler_list; do
-+    # Setup a source with many dependencies, because some compilers
-+    # like to wrap large dependency lists on column 80 (with \), and
-+    # we should not choose a depcomp mode which is confused by this.
-+    #
-+    # We need to recreate these files for each test, as the compiler may
-+    # overwrite some of them when testing with obscure command lines.
-+    # This happens at least with the AIX C compiler.
-+    : > sub/conftest.c
-+    for i in 1 2 3 4 5 6; do
-+      echo '#include "conftst'$i'.h"' >> sub/conftest.c
-+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
-+      # Solaris 8's {/usr,}/bin/sh.
-+      touch sub/conftst$i.h
-+    done
-+    echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
-+
-+    case $depmode in
-+    nosideeffect)
-+      # after this tag, mechanisms are not by side-effect, so they'll
-+      # only be used when explicitly requested
-+      if test "x$enable_dependency_tracking" = xyes; then
-+      continue
-+      else
-+      break
-+      fi
-+      ;;
-+    none) break ;;
-+    esac
-+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
-+    # mode.  It turns out that the SunPro C++ compiler does not properly
-+    # handle `-M -o', and we need to detect this.
-+    if depmode=$depmode \
-+       source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
-+       depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
-+       $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c \
-+         >/dev/null 2>conftest.err &&
-+       grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
-+       grep sub/conftest.${OBJEXT-o} sub/conftest.Po > /dev/null 2>&1 &&
-+       ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
-+      # icc doesn't choke on unknown options, it will just issue warnings
-+      # or remarks (even with -Werror).  So we grep stderr for any message
-+      # that says an option was ignored or not supported.
-+      # When given -MP, icc 7.0 and 7.1 complain thusly:
-+      #   icc: Command line warning: ignoring option '-M'; no argument required
-+      # The diagnosis changed in icc 8.0:
-+      #   icc: Command line remark: option '-MP' not supported
-+      if (grep 'ignoring option' conftest.err ||
-+          grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
-+        am_cv_CC_dependencies_compiler_type=$depmode
-+        break
-+      fi
-+    fi
-+  done
-+
-+  cd ..
-+  rm -rf conftest.dir
-+else
-+  am_cv_CC_dependencies_compiler_type=none
-+fi
-+
-+fi
-+echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
-+echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
-+CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
-+
-+
-+
-+if
-+  test "x$enable_dependency_tracking" != xno \
-+  && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
-+  am__fastdepCC_TRUE=
-+  am__fastdepCC_FALSE='#'
-+else
-+  am__fastdepCC_TRUE='#'
-+  am__fastdepCC_FALSE=
-+fi
-+
-+
-+# Find a good install program.  We prefer a C program (faster),
-+# so one script is as good as another.  But avoid the broken or
-+# incompatible versions:
-+# SysV /etc/install, /usr/sbin/install
-+# SunOS /usr/etc/install
-+# IRIX /sbin/install
-+# AIX /bin/install
-+# AmigaOS /C/install, which installs bootblocks on floppy discs
-+# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
-+# AFS /usr/afsws/bin/install, which mishandles nonexistent args
-+# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
-+# OS/2's system install, which has a completely different semantic
-+# ./install, which can be erroneously created by make from ./install.sh.
-+echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
-+echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
-+if test -z "$INSTALL"; then
-+if test "${ac_cv_path_install+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  # Account for people who put trailing slashes in PATH elements.
-+case $as_dir/ in
-+  ./ | .// | /cC/* | \
-+  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
-+  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
-+  /usr/ucb/* ) ;;
-+  *)
-+    # OSF1 and SCO ODT 3.0 have their own names for install.
-+    # Don't use installbsd from OSF since it installs stuff as root
-+    # by default.
-+    for ac_prog in ginstall scoinst install; do
-+      for ac_exec_ext in '' $ac_executable_extensions; do
-+      if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
-+        if test $ac_prog = install &&
-+          grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-+          # AIX install.  It has an incompatible calling convention.
-+          :
-+        elif test $ac_prog = install &&
-+          grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
-+          # program-specific install script used by HP pwplus--don't use.
-+          :
-+        else
-+          ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
-+          break 3
-+        fi
-+      fi
-+      done
-+    done
-+    ;;
-+esac
-+done
-+
-+
-+fi
-+  if test "${ac_cv_path_install+set}" = set; then
-+    INSTALL=$ac_cv_path_install
-+  else
-+    # As a last resort, use the slow shell script.  We don't cache a
-+    # path for INSTALL within a source directory, because that will
-+    # break other packages using the cache if that directory is
-+    # removed, or if the path is relative.
-+    INSTALL=$ac_install_sh
-+  fi
-+fi
-+echo "$as_me:$LINENO: result: $INSTALL" >&5
-+echo "${ECHO_T}$INSTALL" >&6
-+
-+# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
-+# It thinks the first close brace ends the variable substitution.
-+test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
-+
-+test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
-+
-+test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
-+
-+echo "$as_me:$LINENO: checking whether ln -s works" >&5
-+echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
-+LN_S=$as_ln_s
-+if test "$LN_S" = "ln -s"; then
-+  echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me:$LINENO: result: no, using $LN_S" >&5
-+echo "${ECHO_T}no, using $LN_S" >&6
-+fi
-+
-+
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
-+echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
-+# On Suns, sometimes $CPP names a directory.
-+if test -n "$CPP" && test -d "$CPP"; then
-+  CPP=
-+fi
-+if test -z "$CPP"; then
-+  if test "${ac_cv_prog_CPP+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+      # Double quotes because CPP needs to be expanded
-+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
-+    do
-+      ac_preproc_ok=false
-+for ac_c_preproc_warn_flag in '' yes
-+do
-+  # Use a header file that comes with gcc, so configuring glibc
-+  # with a fresh cross-compiler works.
-+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+  # <limits.h> exists even on freestanding compilers.
-+  # On the NeXT, cc -E runs the code through the compiler's parser,
-+  # not just through cpp. "Syntax error" is here to catch this case.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+                   Syntax error
-+_ACEOF
-+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null; then
-+  if test -s conftest.err; then
-+    ac_cpp_err=$ac_c_preproc_warn_flag
-+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
-+  else
-+    ac_cpp_err=
-+  fi
-+else
-+  ac_cpp_err=yes
-+fi
-+if test -z "$ac_cpp_err"; then
-+  :
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  # Broken: fails on valid input.
-+continue
-+fi
-+rm -f conftest.err conftest.$ac_ext
-+
-+  # OK, works on sane cases.  Now check whether non-existent headers
-+  # can be detected and how.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <ac_nonexistent.h>
-+_ACEOF
-+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null; then
-+  if test -s conftest.err; then
-+    ac_cpp_err=$ac_c_preproc_warn_flag
-+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
-+  else
-+    ac_cpp_err=
-+  fi
-+else
-+  ac_cpp_err=yes
-+fi
-+if test -z "$ac_cpp_err"; then
-+  # Broken: success on invalid input.
-+continue
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  # Passes both tests.
-+ac_preproc_ok=:
-+break
-+fi
-+rm -f conftest.err conftest.$ac_ext
-+
-+done
-+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-+rm -f conftest.err conftest.$ac_ext
-+if $ac_preproc_ok; then
-+  break
-+fi
-+
-+    done
-+    ac_cv_prog_CPP=$CPP
-+
-+fi
-+  CPP=$ac_cv_prog_CPP
-+else
-+  ac_cv_prog_CPP=$CPP
-+fi
-+echo "$as_me:$LINENO: result: $CPP" >&5
-+echo "${ECHO_T}$CPP" >&6
-+ac_preproc_ok=false
-+for ac_c_preproc_warn_flag in '' yes
-+do
-+  # Use a header file that comes with gcc, so configuring glibc
-+  # with a fresh cross-compiler works.
-+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+  # <limits.h> exists even on freestanding compilers.
-+  # On the NeXT, cc -E runs the code through the compiler's parser,
-+  # not just through cpp. "Syntax error" is here to catch this case.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+                   Syntax error
-+_ACEOF
-+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null; then
-+  if test -s conftest.err; then
-+    ac_cpp_err=$ac_c_preproc_warn_flag
-+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
-+  else
-+    ac_cpp_err=
-+  fi
-+else
-+  ac_cpp_err=yes
-+fi
-+if test -z "$ac_cpp_err"; then
-+  :
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  # Broken: fails on valid input.
-+continue
-+fi
-+rm -f conftest.err conftest.$ac_ext
-+
-+  # OK, works on sane cases.  Now check whether non-existent headers
-+  # can be detected and how.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <ac_nonexistent.h>
-+_ACEOF
-+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null; then
-+  if test -s conftest.err; then
-+    ac_cpp_err=$ac_c_preproc_warn_flag
-+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
-+  else
-+    ac_cpp_err=
-+  fi
-+else
-+  ac_cpp_err=yes
-+fi
-+if test -z "$ac_cpp_err"; then
-+  # Broken: success on invalid input.
-+continue
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  # Passes both tests.
-+ac_preproc_ok=:
-+break
-+fi
-+rm -f conftest.err conftest.$ac_ext
-+
-+done
-+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
-+rm -f conftest.err conftest.$ac_ext
-+if $ac_preproc_ok; then
-+  :
-+else
-+  { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
-+See \`config.log' for more details." >&5
-+echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
-+See \`config.log' for more details." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+ac_ext=c
-+ac_cpp='$CPP $CPPFLAGS'
-+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
-+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
-+ac_compiler_gnu=$ac_cv_c_compiler_gnu
-+
-+
-+echo "$as_me:$LINENO: checking for egrep" >&5
-+echo $ECHO_N "checking for egrep... $ECHO_C" >&6
-+if test "${ac_cv_prog_egrep+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if echo a | (grep -E '(a|b)') >/dev/null 2>&1
-+    then ac_cv_prog_egrep='grep -E'
-+    else ac_cv_prog_egrep='egrep'
-+    fi
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
-+echo "${ECHO_T}$ac_cv_prog_egrep" >&6
-+ EGREP=$ac_cv_prog_egrep
-+
-+
-+if test $ac_cv_c_compiler_gnu = yes; then
-+    echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5
-+echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
-+if test "${ac_cv_prog_gcc_traditional+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+    ac_pattern="Autoconf.*'x'"
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <sgtty.h>
-+Autoconf TIOCGETP
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "$ac_pattern" >/dev/null 2>&1; then
-+  ac_cv_prog_gcc_traditional=yes
-+else
-+  ac_cv_prog_gcc_traditional=no
-+fi
-+rm -f conftest*
-+
-+
-+  if test $ac_cv_prog_gcc_traditional = no; then
-+    cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <termio.h>
-+Autoconf TCGETA
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "$ac_pattern" >/dev/null 2>&1; then
-+  ac_cv_prog_gcc_traditional=yes
-+fi
-+rm -f conftest*
-+
-+  fi
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5
-+echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6
-+  if test $ac_cv_prog_gcc_traditional = yes; then
-+    CC="$CC -traditional"
-+  fi
-+fi
-+
-+#if test "$GCC" = yes ; then
-+#        CFLAGS="$CFLAGS -Wall"
-+#fi
-+
-+if test -n "$ac_tool_prefix"; then
-+  # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
-+set dummy ${ac_tool_prefix}ranlib; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_RANLIB+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$RANLIB"; then
-+  ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+fi
-+fi
-+RANLIB=$ac_cv_prog_RANLIB
-+if test -n "$RANLIB"; then
-+  echo "$as_me:$LINENO: result: $RANLIB" >&5
-+echo "${ECHO_T}$RANLIB" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+fi
-+if test -z "$ac_cv_prog_RANLIB"; then
-+  ac_ct_RANLIB=$RANLIB
-+  # Extract the first word of "ranlib", so it can be a program name with args.
-+set dummy ranlib; ac_word=$2
-+echo "$as_me:$LINENO: checking for $ac_word" >&5
-+echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
-+if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  if test -n "$ac_ct_RANLIB"; then
-+  ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
-+else
-+as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for ac_exec_ext in '' $ac_executable_extensions; do
-+  if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
-+    ac_cv_prog_ac_ct_RANLIB="ranlib"
-+    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
-+    break 2
-+  fi
-+done
-+done
-+
-+  test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
-+fi
-+fi
-+ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
-+if test -n "$ac_ct_RANLIB"; then
-+  echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
-+echo "${ECHO_T}$ac_ct_RANLIB" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+
-+  RANLIB=$ac_ct_RANLIB
-+else
-+  RANLIB="$ac_cv_prog_RANLIB"
-+fi
-+
-+
-+
-+
-+echo "$as_me:$LINENO: checking for socket in -lsocket" >&5
-+echo $ECHO_N "checking for socket in -lsocket... $ECHO_C" >&6
-+if test "${ac_cv_lib_socket_socket+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lsocket  $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char socket ();
-+int
-+main ()
-+{
-+socket ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_lib_socket_socket=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_lib_socket_socket=no
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_lib_socket_socket" >&5
-+echo "${ECHO_T}$ac_cv_lib_socket_socket" >&6
-+if test $ac_cv_lib_socket_socket = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define HAVE_LIBSOCKET 1
-+_ACEOF
-+
-+  LIBS="-lsocket $LIBS"
-+
-+fi
-+
-+
-+echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
-+echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6
-+if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lresolv  $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char inet_aton ();
-+int
-+main ()
-+{
-+inet_aton ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_lib_resolv_inet_aton=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_lib_resolv_inet_aton=no
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
-+echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6
-+if test $ac_cv_lib_resolv_inet_aton = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define HAVE_LIBRESOLV 1
-+_ACEOF
-+
-+  LIBS="-lresolv $LIBS"
-+
-+fi
-+
-+
-+echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
-+echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6
-+if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lrt  $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char clock_gettime ();
-+int
-+main ()
-+{
-+clock_gettime ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_lib_rt_clock_gettime=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_lib_rt_clock_gettime=no
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
-+echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6
-+if test $ac_cv_lib_rt_clock_gettime = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define HAVE_LIBRT 1
-+_ACEOF
-+
-+  LIBS="-lrt $LIBS"
-+
-+fi
-+
-+
-+echo "$as_me:$LINENO: checking for inet_ntoa in -lnsl" >&5
-+echo $ECHO_N "checking for inet_ntoa in -lnsl... $ECHO_C" >&6
-+if test "${ac_cv_lib_nsl_inet_ntoa+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_check_lib_save_LIBS=$LIBS
-+LIBS="-lnsl  $LIBS"
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char inet_ntoa ();
-+int
-+main ()
-+{
-+inet_ntoa ();
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_lib_nsl_inet_ntoa=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_lib_nsl_inet_ntoa=no
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+LIBS=$ac_check_lib_save_LIBS
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_inet_ntoa" >&5
-+echo "${ECHO_T}$ac_cv_lib_nsl_inet_ntoa" >&6
-+if test $ac_cv_lib_nsl_inet_ntoa = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define HAVE_LIBNSL 1
-+_ACEOF
-+
-+  LIBS="-lnsl $LIBS"
-+
-+fi
-+
-+
-+echo "$as_me:$LINENO: checking for ANSI C header files" >&5
-+echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
-+if test "${ac_cv_header_stdc+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <stdlib.h>
-+#include <stdarg.h>
-+#include <string.h>
-+#include <float.h>
-+
-+int
-+main ()
-+{
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_header_stdc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_header_stdc=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+if test $ac_cv_header_stdc = yes; then
-+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <string.h>
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "memchr" >/dev/null 2>&1; then
-+  :
-+else
-+  ac_cv_header_stdc=no
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+if test $ac_cv_header_stdc = yes; then
-+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <stdlib.h>
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "free" >/dev/null 2>&1; then
-+  :
-+else
-+  ac_cv_header_stdc=no
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+if test $ac_cv_header_stdc = yes; then
-+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
-+  if test "$cross_compiling" = yes; then
-+  :
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <ctype.h>
-+#if ((' ' & 0x0FF) == 0x020)
-+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
-+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
-+#else
-+# define ISLOWER(c) \
-+                 (('a' <= (c) && (c) <= 'i') \
-+                   || ('j' <= (c) && (c) <= 'r') \
-+                   || ('s' <= (c) && (c) <= 'z'))
-+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
-+#endif
-+
-+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
-+int
-+main ()
-+{
-+  int i;
-+  for (i = 0; i < 256; i++)
-+    if (XOR (islower (i), ISLOWER (i))
-+      || toupper (i) != TOUPPER (i))
-+      exit(2);
-+  exit (0);
-+}
-+_ACEOF
-+rm -f conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  :
-+else
-+  echo "$as_me: program exited with status $ac_status" >&5
-+echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+( exit $ac_status )
-+ac_cv_header_stdc=no
-+fi
-+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-+fi
-+fi
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
-+echo "${ECHO_T}$ac_cv_header_stdc" >&6
-+if test $ac_cv_header_stdc = yes; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define STDC_HEADERS 1
-+_ACEOF
-+
-+fi
-+
-+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
-+                inttypes.h stdint.h unistd.h
-+do
-+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+
-+#include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  eval "$as_ac_Header=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+eval "$as_ac_Header=no"
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+
-+fi
-+
-+done
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+for ac_header in fcntl.h stdarg.h inttypes.h stdint.h poll.h signal.h unistd.h sys/epoll.h sys/time.h sys/queue.h sys/event.h sys/param.h sys/ioctl.h sys/select.h sys/devpoll.h port.h netinet/in6.h sys/socket.h
-+do
-+as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
-+if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+  echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+else
-+  # Is the header compilable?
-+echo "$as_me:$LINENO: checking $ac_header usability" >&5
-+echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+#include <$ac_header>
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_header_compiler=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_header_compiler=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-+echo "${ECHO_T}$ac_header_compiler" >&6
-+
-+# Is the header present?
-+echo "$as_me:$LINENO: checking $ac_header presence" >&5
-+echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <$ac_header>
-+_ACEOF
-+if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
-+  (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } >/dev/null; then
-+  if test -s conftest.err; then
-+    ac_cpp_err=$ac_c_preproc_warn_flag
-+    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
-+  else
-+    ac_cpp_err=
-+  fi
-+else
-+  ac_cpp_err=yes
-+fi
-+if test -z "$ac_cpp_err"; then
-+  ac_header_preproc=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+  ac_header_preproc=no
-+fi
-+rm -f conftest.err conftest.$ac_ext
-+echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-+echo "${ECHO_T}$ac_header_preproc" >&6
-+
-+# So?  What about this header?
-+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
-+  yes:no: )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-+echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
-+    ac_header_preproc=yes
-+    ;;
-+  no:yes:* )
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-+echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
-+echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-+echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
-+echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-+echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
-+    { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-+echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
-+    (
-+      cat <<\_ASBOX
-+## ------------------------------------------ ##
-+## Report this to the AC_PACKAGE_NAME lists.  ##
-+## ------------------------------------------ ##
-+_ASBOX
-+    ) |
-+      sed "s/^/$as_me: WARNING:     /" >&2
-+    ;;
-+esac
-+echo "$as_me:$LINENO: checking for $ac_header" >&5
-+echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_Header+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  eval "$as_ac_Header=\$ac_header_preproc"
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
-+
-+fi
-+if test `eval echo '${'$as_ac_Header'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
-+_ACEOF
-+
-+fi
-+
-+done
-+
-+if test "x$ac_cv_header_sys_queue_h" = "xyes"; then
-+      echo "$as_me:$LINENO: checking for TAILQ_FOREACH in sys/queue.h" >&5
-+echo $ECHO_N "checking for TAILQ_FOREACH in sys/queue.h... $ECHO_C" >&6
-+      cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#include <sys/queue.h>
-+#ifdef TAILQ_FOREACH
-+ yes
-+#endif
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "yes" >/dev/null 2>&1; then
-+  echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_TAILQFOREACH 1
-+_ACEOF
-+
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+if test "x$ac_cv_header_sys_time_h" = "xyes"; then
-+      echo "$as_me:$LINENO: checking for timeradd in sys/time.h" >&5
-+echo $ECHO_N "checking for timeradd in sys/time.h... $ECHO_C" >&6
-+      cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#include <sys/time.h>
-+#ifdef timeradd
-+ yes
-+#endif
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "yes" >/dev/null 2>&1; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_TIMERADD 1
-+_ACEOF
-+
-+        echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+if test "x$ac_cv_header_sys_time_h" = "xyes"; then
-+      echo "$as_me:$LINENO: checking for timercmp in sys/time.h" >&5
-+echo $ECHO_N "checking for timercmp in sys/time.h... $ECHO_C" >&6
-+      cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#include <sys/time.h>
-+#ifdef timercmp
-+ yes
-+#endif
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "yes" >/dev/null 2>&1; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_TIMERCMP 1
-+_ACEOF
-+
-+        echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+if test "x$ac_cv_header_sys_time_h" = "xyes"; then
-+      echo "$as_me:$LINENO: checking for timerclear in sys/time.h" >&5
-+echo $ECHO_N "checking for timerclear in sys/time.h... $ECHO_C" >&6
-+      cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#include <sys/time.h>
-+#ifdef timerclear
-+ yes
-+#endif
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "yes" >/dev/null 2>&1; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_TIMERCLEAR 1
-+_ACEOF
-+
-+        echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+if test "x$ac_cv_header_sys_time_h" = "xyes"; then
-+      echo "$as_me:$LINENO: checking for timerisset in sys/time.h" >&5
-+echo $ECHO_N "checking for timerisset in sys/time.h... $ECHO_C" >&6
-+      cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#include <sys/time.h>
-+#ifdef timerisset
-+ yes
-+#endif
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "yes" >/dev/null 2>&1; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_TIMERISSET 1
-+_ACEOF
-+
-+        echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
-+fi
-+rm -f conftest*
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for WIN32" >&5
-+echo $ECHO_N "checking for WIN32... $ECHO_C" >&6
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+
-+      #ifndef WIN32
-+      #error
-+      #endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  bwin32=true; echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+bwin32=false; echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+
-+
-+if test x$bwin32 = xtrue; then
-+  BUILD_WIN32_TRUE=
-+  BUILD_WIN32_FALSE='#'
-+else
-+  BUILD_WIN32_TRUE='#'
-+  BUILD_WIN32_FALSE=
-+fi
-+
-+
-+echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
-+echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
-+if test "${ac_cv_c_const+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+/* FIXME: Include the comments suggested by Paul. */
-+#ifndef __cplusplus
-+  /* Ultrix mips cc rejects this.  */
-+  typedef int charset[2];
-+  const charset x;
-+  /* SunOS 4.1.1 cc rejects this.  */
-+  char const *const *ccp;
-+  char **p;
-+  /* NEC SVR4.0.2 mips cc rejects this.  */
-+  struct point {int x, y;};
-+  static struct point const zero = {0,0};
-+  /* AIX XL C 1.02.0.0 rejects this.
-+     It does not let you subtract one const X* pointer from another in
-+     an arm of an if-expression whose if-part is not a constant
-+     expression */
-+  const char *g = "string";
-+  ccp = &g + (g ? g-g : 0);
-+  /* HPUX 7.0 cc rejects these. */
-+  ++ccp;
-+  p = (char**) ccp;
-+  ccp = (char const *const *) p;
-+  { /* SCO 3.2v4 cc rejects this.  */
-+    char *t;
-+    char const *s = 0 ? (char *) 0 : (char const *) 0;
-+
-+    *t++ = 0;
-+  }
-+  { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
-+    int x[] = {25, 17};
-+    const int *foo = &x[0];
-+    ++foo;
-+  }
-+  { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
-+    typedef const int *iptr;
-+    iptr p = 0;
-+    ++p;
-+  }
-+  { /* AIX XL C 1.02.0.0 rejects this saying
-+       "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
-+    struct s { int j; const int *ap[3]; };
-+    struct s *b; b->j = 5;
-+  }
-+  { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
-+    const int foo = 10;
-+  }
-+#endif
-+
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_c_const=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_c_const=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
-+echo "${ECHO_T}$ac_cv_c_const" >&6
-+if test $ac_cv_c_const = no; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define const
-+_ACEOF
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for inline" >&5
-+echo $ECHO_N "checking for inline... $ECHO_C" >&6
-+if test "${ac_cv_c_inline+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  ac_cv_c_inline=no
-+for ac_kw in inline __inline__ __inline; do
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#ifndef __cplusplus
-+typedef int foo_t;
-+static $ac_kw foo_t static_foo () {return 0; }
-+$ac_kw foo_t foo () {return 0; }
-+#endif
-+
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_c_inline=$ac_kw; break
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+done
-+
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
-+echo "${ECHO_T}$ac_cv_c_inline" >&6
-+
-+
-+case $ac_cv_c_inline in
-+  inline | yes) ;;
-+  *)
-+    case $ac_cv_c_inline in
-+      no) ac_val=;;
-+      *) ac_val=$ac_cv_c_inline;;
-+    esac
-+    cat >>confdefs.h <<_ACEOF
-+#ifndef __cplusplus
-+#define inline $ac_val
-+#endif
-+_ACEOF
-+    ;;
-+esac
-+
-+echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
-+echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
-+if test "${ac_cv_header_time+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <sys/types.h>
-+#include <sys/time.h>
-+#include <time.h>
-+
-+int
-+main ()
-+{
-+if ((struct tm *) 0)
-+return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_header_time=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_header_time=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
-+echo "${ECHO_T}$ac_cv_header_time" >&6
-+if test $ac_cv_header_time = yes; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define TIME_WITH_SYS_TIME 1
-+_ACEOF
-+
-+fi
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+
-+for ac_func in gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction
-+do
-+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for $ac_func" >&5
-+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_var+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+{
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-+choke me
-+#else
-+char (*f) () = $ac_func;
-+#endif
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+int
-+main ()
-+{
-+return f != $ac_func;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+eval "$as_ac_var=no"
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+
-+fi
-+done
-+
-+
-+if test "x$ac_cv_func_clock_gettime" = "xyes"; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define DNS_USE_CPU_CLOCK_FOR_ID 1
-+_ACEOF
-+
-+else
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define DNS_USE_GETTIMEOFDAY_FOR_ID 1
-+_ACEOF
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for F_SETFD in fcntl.h" >&5
-+echo $ECHO_N "checking for F_SETFD in fcntl.h... $ECHO_C" >&6
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+#define _GNU_SOURCE
-+#include <fcntl.h>
-+#ifdef F_SETFD
-+yes
-+#endif
-+
-+_ACEOF
-+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
-+  $EGREP "yes" >/dev/null 2>&1; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_SETFD 1
-+_ACEOF
-+
-+        echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+rm -f conftest*
-+
-+
-+needsignal=no
-+haveselect=no
-+
-+for ac_func in select
-+do
-+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for $ac_func" >&5
-+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_var+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+{
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-+choke me
-+#else
-+char (*f) () = $ac_func;
-+#endif
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+int
-+main ()
-+{
-+return f != $ac_func;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+eval "$as_ac_var=no"
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+ haveselect=yes
-+fi
-+done
-+
-+if test "x$haveselect" = "xyes" ; then
-+      case $LIBOBJS in
-+    "select.$ac_objext"   | \
-+  *" select.$ac_objext"   | \
-+    "select.$ac_objext "* | \
-+  *" select.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS select.$ac_objext" ;;
-+esac
-+
-+      needsignal=yes
-+fi
-+
-+havepoll=no
-+
-+for ac_func in poll
-+do
-+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for $ac_func" >&5
-+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_var+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+{
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-+choke me
-+#else
-+char (*f) () = $ac_func;
-+#endif
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+int
-+main ()
-+{
-+return f != $ac_func;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+eval "$as_ac_var=no"
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+ havepoll=yes
-+fi
-+done
-+
-+if test "x$havepoll" = "xyes" ; then
-+      case $LIBOBJS in
-+    "poll.$ac_objext"   | \
-+  *" poll.$ac_objext"   | \
-+    "poll.$ac_objext "* | \
-+  *" poll.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS poll.$ac_objext" ;;
-+esac
-+
-+      needsignal=yes
-+fi
-+
-+haveepoll=no
-+
-+for ac_func in epoll_ctl
-+do
-+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for $ac_func" >&5
-+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_var+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+{
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-+choke me
-+#else
-+char (*f) () = $ac_func;
-+#endif
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+int
-+main ()
-+{
-+return f != $ac_func;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+eval "$as_ac_var=no"
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+ haveepoll=yes
-+fi
-+done
-+
-+if test "x$haveepoll" = "xyes" ; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_EPOLL 1
-+_ACEOF
-+
-+      case $LIBOBJS in
-+    "epoll.$ac_objext"   | \
-+  *" epoll.$ac_objext"   | \
-+    "epoll.$ac_objext "* | \
-+  *" epoll.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS epoll.$ac_objext" ;;
-+esac
-+
-+      needsignal=yes
-+fi
-+
-+havedevpoll=no
-+if test "x$ac_cv_header_sys_devpoll_h" = "xyes"; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_DEVPOLL 1
-+_ACEOF
-+
-+        case $LIBOBJS in
-+    "devpoll.$ac_objext"   | \
-+  *" devpoll.$ac_objext"   | \
-+    "devpoll.$ac_objext "* | \
-+  *" devpoll.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS devpoll.$ac_objext" ;;
-+esac
-+
-+fi
-+
-+havekqueue=no
-+if test "x$ac_cv_header_sys_event_h" = "xyes"; then
-+
-+for ac_func in kqueue
-+do
-+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for $ac_func" >&5
-+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_var+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+{
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-+choke me
-+#else
-+char (*f) () = $ac_func;
-+#endif
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+int
-+main ()
-+{
-+return f != $ac_func;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+eval "$as_ac_var=no"
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+ havekqueue=yes
-+fi
-+done
-+
-+      if test "x$havekqueue" = "xyes" ; then
-+              echo "$as_me:$LINENO: checking for working kqueue" >&5
-+echo $ECHO_N "checking for working kqueue... $ECHO_C" >&6
-+              if test "$cross_compiling" = yes; then
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <sys/types.h>
-+#include <sys/time.h>
-+#include <sys/event.h>
-+#include <stdio.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+
-+int
-+main(int argc, char **argv)
-+{
-+      int kq;
-+      int n;
-+      int fd[2];
-+      struct kevent ev;
-+      struct timespec ts;
-+      char buf[8000];
-+
-+      if (pipe(fd) == -1)
-+              exit(1);
-+      if (fcntl(fd[1], F_SETFL, O_NONBLOCK) == -1)
-+              exit(1);
-+
-+      while ((n = write(fd[1], buf, sizeof(buf))) == sizeof(buf))
-+              ;
-+
-+        if ((kq = kqueue()) == -1)
-+              exit(1);
-+
-+      ev.ident = fd[1];
-+      ev.filter = EVFILT_WRITE;
-+      ev.flags = EV_ADD | EV_ENABLE;
-+      n = kevent(kq, &ev, 1, NULL, 0, NULL);
-+      if (n == -1)
-+              exit(1);
-+
-+      read(fd[0], buf, sizeof(buf));
-+
-+      ts.tv_sec = 0;
-+      ts.tv_nsec = 0;
-+      n = kevent(kq, NULL, 0, &ev, 1, &ts);
-+      if (n == -1 || n == 0)
-+              exit(1);
-+
-+      exit(0);
-+}
-+_ACEOF
-+rm -f conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_WORKING_KQUEUE 1
-+_ACEOF
-+
-+    case $LIBOBJS in
-+    "kqueue.$ac_objext"   | \
-+  *" kqueue.$ac_objext"   | \
-+    "kqueue.$ac_objext "* | \
-+  *" kqueue.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS kqueue.$ac_objext" ;;
-+esac
-+
-+else
-+  echo "$as_me: program exited with status $ac_status" >&5
-+echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+( exit $ac_status )
-+echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-+fi
-+      fi
-+fi
-+
-+haveepollsyscall=no
-+if test "x$ac_cv_header_sys_epoll_h" = "xyes"; then
-+      if test "x$haveepoll" = "xno" ; then
-+              echo "$as_me:$LINENO: checking for epoll system call" >&5
-+echo $ECHO_N "checking for epoll system call... $ECHO_C" >&6
-+              if test "$cross_compiling" = yes; then
-+  echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#include <stdint.h>
-+#include <sys/param.h>
-+#include <sys/types.h>
-+#include <sys/syscall.h>
-+#include <sys/epoll.h>
-+#include <unistd.h>
-+
-+int
-+epoll_create(int size)
-+{
-+      return (syscall(__NR_epoll_create, size));
-+}
-+
-+int
-+main(int argc, char **argv)
-+{
-+      int epfd;
-+
-+      epfd = epoll_create(256);
-+      exit (epfd == -1 ? 1 : 0);
-+}
-+_ACEOF
-+rm -f conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_EPOLL 1
-+_ACEOF
-+
-+    needsignal=yes
-+    case $LIBOBJS in
-+    "epoll_sub.$ac_objext"   | \
-+  *" epoll_sub.$ac_objext"   | \
-+    "epoll_sub.$ac_objext "* | \
-+  *" epoll_sub.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS epoll_sub.$ac_objext" ;;
-+esac
-+
-+    case $LIBOBJS in
-+    "epoll.$ac_objext"   | \
-+  *" epoll.$ac_objext"   | \
-+    "epoll.$ac_objext "* | \
-+  *" epoll.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS epoll.$ac_objext" ;;
-+esac
-+
-+else
-+  echo "$as_me: program exited with status $ac_status" >&5
-+echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+( exit $ac_status )
-+echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+fi
-+rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
-+fi
-+      fi
-+fi
-+
-+haveeventports=no
-+
-+for ac_func in port_create
-+do
-+as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
-+echo "$as_me:$LINENO: checking for $ac_func" >&5
-+echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
-+if eval "test \"\${$as_ac_var+set}\" = set"; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+/* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
-+   For example, HP-UX 11i <limits.h> declares gettimeofday.  */
-+#define $ac_func innocuous_$ac_func
-+
-+/* System header to define __stub macros and hopefully few prototypes,
-+    which can conflict with char $ac_func (); below.
-+    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
-+    <limits.h> exists even on freestanding compilers.  */
-+
-+#ifdef __STDC__
-+# include <limits.h>
-+#else
-+# include <assert.h>
-+#endif
-+
-+#undef $ac_func
-+
-+/* Override any gcc2 internal prototype to avoid an error.  */
-+#ifdef __cplusplus
-+extern "C"
-+{
-+#endif
-+/* We use char because int might match the return type of a gcc2
-+   builtin and then its argument prototype would still apply.  */
-+char $ac_func ();
-+/* The GNU C library defines this for functions which it implements
-+    to always fail with ENOSYS.  Some functions are actually named
-+    something starting with __ and the normal name is an alias.  */
-+#if defined (__stub_$ac_func) || defined (__stub___$ac_func)
-+choke me
-+#else
-+char (*f) () = $ac_func;
-+#endif
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+int
-+main ()
-+{
-+return f != $ac_func;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext conftest$ac_exeext
-+if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
-+  (eval $ac_link) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest$ac_exeext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  eval "$as_ac_var=yes"
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+eval "$as_ac_var=no"
-+fi
-+rm -f conftest.err conftest.$ac_objext \
-+      conftest$ac_exeext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
-+echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
-+if test `eval echo '${'$as_ac_var'}'` = yes; then
-+  cat >>confdefs.h <<_ACEOF
-+#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
-+_ACEOF
-+ haveeventports=yes
-+fi
-+done
-+
-+if test "x$haveeventports" = "xyes" ; then
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define HAVE_EVENT_PORTS 1
-+_ACEOF
-+
-+      case $LIBOBJS in
-+    "evport.$ac_objext"   | \
-+  *" evport.$ac_objext"   | \
-+    "evport.$ac_objext "* | \
-+  *" evport.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS evport.$ac_objext" ;;
-+esac
-+
-+      needsignal=yes
-+fi
-+if test "x$bwin32" = "xtrue"; then
-+      needsignal=yes
-+fi
-+if test "x$bwin32" = "xtrue"; then
-+      needsignal=yes
-+fi
-+if test "x$needsignal" = "xyes" ; then
-+      case $LIBOBJS in
-+    "signal.$ac_objext"   | \
-+  *" signal.$ac_objext"   | \
-+    "signal.$ac_objext "* | \
-+  *" signal.$ac_objext "* ) ;;
-+  *) LIBOBJS="$LIBOBJS signal.$ac_objext" ;;
-+esac
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for pid_t" >&5
-+echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
-+if test "${ac_cv_type_pid_t+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+int
-+main ()
-+{
-+if ((pid_t *) 0)
-+  return 0;
-+if (sizeof (pid_t))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_type_pid_t=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_type_pid_t=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
-+echo "${ECHO_T}$ac_cv_type_pid_t" >&6
-+if test $ac_cv_type_pid_t = yes; then
-+  :
-+else
-+
-+cat >>confdefs.h <<_ACEOF
-+#define pid_t int
-+_ACEOF
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for size_t" >&5
-+echo $ECHO_N "checking for size_t... $ECHO_C" >&6
-+if test "${ac_cv_type_size_t+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+int
-+main ()
-+{
-+if ((size_t *) 0)
-+  return 0;
-+if (sizeof (size_t))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_type_size_t=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_type_size_t=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
-+echo "${ECHO_T}$ac_cv_type_size_t" >&6
-+if test $ac_cv_type_size_t = yes; then
-+  :
-+else
-+
-+cat >>confdefs.h <<_ACEOF
-+#define size_t unsigned
-+_ACEOF
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for uint64_t" >&5
-+echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
-+if test "${ac_cv_type_uint64_t+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+int
-+main ()
-+{
-+if ((uint64_t *) 0)
-+  return 0;
-+if (sizeof (uint64_t))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_type_uint64_t=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_type_uint64_t=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
-+echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
-+if test $ac_cv_type_uint64_t = yes; then
-+  :
-+else
-+
-+cat >>confdefs.h <<_ACEOF
-+#define uint64_t unsigned long long
-+_ACEOF
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for uint32_t" >&5
-+echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
-+if test "${ac_cv_type_uint32_t+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+int
-+main ()
-+{
-+if ((uint32_t *) 0)
-+  return 0;
-+if (sizeof (uint32_t))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_type_uint32_t=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_type_uint32_t=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
-+echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
-+if test $ac_cv_type_uint32_t = yes; then
-+  :
-+else
-+
-+cat >>confdefs.h <<_ACEOF
-+#define uint32_t unsigned int
-+_ACEOF
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for uint16_t" >&5
-+echo $ECHO_N "checking for uint16_t... $ECHO_C" >&6
-+if test "${ac_cv_type_uint16_t+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+int
-+main ()
-+{
-+if ((uint16_t *) 0)
-+  return 0;
-+if (sizeof (uint16_t))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_type_uint16_t=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_type_uint16_t=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_type_uint16_t" >&5
-+echo "${ECHO_T}$ac_cv_type_uint16_t" >&6
-+if test $ac_cv_type_uint16_t = yes; then
-+  :
-+else
-+
-+cat >>confdefs.h <<_ACEOF
-+#define uint16_t unsigned short
-+_ACEOF
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for uint8_t" >&5
-+echo $ECHO_N "checking for uint8_t... $ECHO_C" >&6
-+if test "${ac_cv_type_uint8_t+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+$ac_includes_default
-+int
-+main ()
-+{
-+if ((uint8_t *) 0)
-+  return 0;
-+if (sizeof (uint8_t))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_type_uint8_t=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_type_uint8_t=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_type_uint8_t" >&5
-+echo "${ECHO_T}$ac_cv_type_uint8_t" >&6
-+if test $ac_cv_type_uint8_t = yes; then
-+  :
-+else
-+
-+cat >>confdefs.h <<_ACEOF
-+#define uint8_t unsigned char
-+_ACEOF
-+
-+fi
-+
-+echo "$as_me:$LINENO: checking for struct in6_addr" >&5
-+echo $ECHO_N "checking for struct in6_addr... $ECHO_C" >&6
-+if test "${ac_cv_type_struct_in6_addr+set}" = set; then
-+  echo $ECHO_N "(cached) $ECHO_C" >&6
-+else
-+  cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+#ifdef WIN32
-+#include <winsock2.h>
-+#else
-+#include <sys/types.h>
-+#include <netinet/in.h>
-+#include <sys/socket.h>
-+#endif
-+#ifdef HAVE_NETINET_IN6_H
-+#include <netinet/in6.h>
-+#endif
-+
-+int
-+main ()
-+{
-+if ((struct in6_addr *) 0)
-+  return 0;
-+if (sizeof (struct in6_addr))
-+  return 0;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  ac_cv_type_struct_in6_addr=yes
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+ac_cv_type_struct_in6_addr=no
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+echo "$as_me:$LINENO: result: $ac_cv_type_struct_in6_addr" >&5
-+echo "${ECHO_T}$ac_cv_type_struct_in6_addr" >&6
-+if test $ac_cv_type_struct_in6_addr = yes; then
-+
-+cat >>confdefs.h <<_ACEOF
-+#define HAVE_STRUCT_IN6_ADDR 1
-+_ACEOF
-+
-+
-+fi
-+
-+
-+echo "$as_me:$LINENO: checking for socklen_t" >&5
-+echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+ #include <sys/types.h>
-+ #include <sys/socket.h>
-+int
-+main ()
-+{
-+socklen_t x;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define socklen_t unsigned int
-+_ACEOF
-+
-+
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+echo "$as_me:$LINENO: checking whether our compiler supports __func__" >&5
-+echo $ECHO_N "checking whether our compiler supports __func__... $ECHO_C" >&6
-+cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+ const char *cp = __func__;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+ echo "$as_me:$LINENO: checking whether our compiler supports __FUNCTION__" >&5
-+echo $ECHO_N "checking whether our compiler supports __FUNCTION__... $ECHO_C" >&6
-+ cat >conftest.$ac_ext <<_ACEOF
-+/* confdefs.h.  */
-+_ACEOF
-+cat confdefs.h >>conftest.$ac_ext
-+cat >>conftest.$ac_ext <<_ACEOF
-+/* end confdefs.h.  */
-+
-+int
-+main ()
-+{
-+ const char *cp = __FUNCTION__;
-+  ;
-+  return 0;
-+}
-+_ACEOF
-+rm -f conftest.$ac_objext
-+if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
-+  (eval $ac_compile) 2>conftest.er1
-+  ac_status=$?
-+  grep -v '^ *+' conftest.er1 >conftest.err
-+  rm -f conftest.er1
-+  cat conftest.err >&5
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); } &&
-+       { ac_try='test -z "$ac_c_werror_flag"
-+                       || test ! -s conftest.err'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; } &&
-+       { ac_try='test -s conftest.$ac_objext'
-+  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
-+  (eval $ac_try) 2>&5
-+  ac_status=$?
-+  echo "$as_me:$LINENO: \$? = $ac_status" >&5
-+  (exit $ac_status); }; }; then
-+  echo "$as_me:$LINENO: result: yes" >&5
-+echo "${ECHO_T}yes" >&6
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define __func__ __FUNCTION__
-+_ACEOF
-+
-+else
-+  echo "$as_me: failed program was:" >&5
-+sed 's/^/| /' conftest.$ac_ext >&5
-+
-+echo "$as_me:$LINENO: result: no" >&5
-+echo "${ECHO_T}no" >&6
-+
-+cat >>confdefs.h <<\_ACEOF
-+#define __func__ __FILE__
-+_ACEOF
-+
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+fi
-+rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
-+
-+
-+          ac_config_files="$ac_config_files Makefile"
-+cat >confcache <<\_ACEOF
-+# This file is a shell script that caches the results of configure
-+# tests run on this system so they can be shared between configure
-+# scripts and configure runs, see configure's option --config-cache.
-+# It is not useful on other systems.  If it contains results you don't
-+# want to keep, you may remove or edit it.
-+#
-+# config.status only pays attention to the cache file if you give it
-+# the --recheck option to rerun configure.
-+#
-+# `ac_cv_env_foo' variables (set or unset) will be overridden when
-+# loading this file, other *unset* `ac_cv_foo' will be assigned the
-+# following values.
-+
-+_ACEOF
-+
-+# The following way of writing the cache mishandles newlines in values,
-+# but we know of no workaround that is simple, portable, and efficient.
-+# So, don't put newlines in cache variables' values.
-+# Ultrix sh set writes to stderr and can't be redirected directly,
-+# and sets the high bit in the cache file unless we assign to the vars.
-+{
-+  (set) 2>&1 |
-+    case `(ac_space=' '; set | grep ac_space) 2>&1` in
-+    *ac_space=\ *)
-+      # `set' does not quote correctly, so add quotes (double-quote
-+      # substitution turns \\\\ into \\, and sed turns \\ into \).
-+      sed -n \
-+      "s/'/'\\\\''/g;
-+        s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
-+      ;;
-+    *)
-+      # `set' quotes correctly as required by POSIX, so do not add quotes.
-+      sed -n \
-+      "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
-+      ;;
-+    esac;
-+} |
-+  sed '
-+     t clear
-+     : clear
-+     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
-+     t end
-+     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
-+     : end' >>confcache
-+if diff $cache_file confcache >/dev/null 2>&1; then :; else
-+  if test -w $cache_file; then
-+    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
-+    cat confcache >$cache_file
-+  else
-+    echo "not updating unwritable cache $cache_file"
-+  fi
-+fi
-+rm -f confcache
-+
-+test "x$prefix" = xNONE && prefix=$ac_default_prefix
-+# Let make expand exec_prefix.
-+test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
-+
-+# VPATH may cause trouble with some makes, so we remove $(srcdir),
-+# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
-+# trailing colons and then remove the whole line if VPATH becomes empty
-+# (actually we leave an empty line to preserve line numbers).
-+if test "x$srcdir" = x.; then
-+  ac_vpsub='/^[        ]*VPATH[        ]*=/{
-+s/:*\$(srcdir):*/:/;
-+s/:*\${srcdir}:*/:/;
-+s/:*@srcdir@:*/:/;
-+s/^\([^=]*=[   ]*\):*/\1/;
-+s/:*$//;
-+s/^[^=]*=[     ]*$//;
-+}'
-+fi
-+
-+DEFS=-DHAVE_CONFIG_H
-+
-+ac_libobjs=
-+ac_ltlibobjs=
-+for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
-+  # 1. Remove the extension, and $U if already installed.
-+  ac_i=`echo "$ac_i" |
-+       sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
-+  # 2. Add them.
-+  ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
-+  ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
-+done
-+LIBOBJS=$ac_libobjs
-+
-+LTLIBOBJS=$ac_ltlibobjs
-+
-+
-+if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"AMDEP\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+if test -z "${BUILD_WIN32_TRUE}" && test -z "${BUILD_WIN32_FALSE}"; then
-+  { { echo "$as_me:$LINENO: error: conditional \"BUILD_WIN32\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&5
-+echo "$as_me: error: conditional \"BUILD_WIN32\" was never defined.
-+Usually this means the macro was only invoked conditionally." >&2;}
-+   { (exit 1); exit 1; }; }
-+fi
-+
-+: ${CONFIG_STATUS=./config.status}
-+ac_clean_files_save=$ac_clean_files
-+ac_clean_files="$ac_clean_files $CONFIG_STATUS"
-+{ echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
-+echo "$as_me: creating $CONFIG_STATUS" >&6;}
-+cat >$CONFIG_STATUS <<_ACEOF
-+#! $SHELL
-+# Generated by $as_me.
-+# Run this file to recreate the current configuration.
-+# Compiler output produced by configure, useful for debugging
-+# configure, is in config.log if it exists.
-+
-+debug=false
-+ac_cs_recheck=false
-+ac_cs_silent=false
-+SHELL=\${CONFIG_SHELL-$SHELL}
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+## --------------------- ##
-+## M4sh Initialization.  ##
-+## --------------------- ##
-+
-+# Be Bourne compatible
-+if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
-+  emulate sh
-+  NULLCMD=:
-+  # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
-+  # is contrary to our usage.  Disable this feature.
-+  alias -g '${1+"$@"}'='"$@"'
-+elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
-+  set -o posix
-+fi
-+DUALCASE=1; export DUALCASE # for MKS sh
-+
-+# Support unset when possible.
-+if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
-+  as_unset=unset
-+else
-+  as_unset=false
-+fi
-+
-+
-+# Work around bugs in pre-3.0 UWIN ksh.
-+$as_unset ENV MAIL MAILPATH
-+PS1='$ '
-+PS2='> '
-+PS4='+ '
-+
-+# NLS nuisances.
-+for as_var in \
-+  LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
-+  LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
-+  LC_TELEPHONE LC_TIME
-+do
-+  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
-+    eval $as_var=C; export $as_var
-+  else
-+    $as_unset $as_var
-+  fi
-+done
-+
-+# Required to use basename.
-+if expr a : '\(a\)' >/dev/null 2>&1; then
-+  as_expr=expr
-+else
-+  as_expr=false
-+fi
-+
-+if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
-+  as_basename=basename
-+else
-+  as_basename=false
-+fi
-+
-+
-+# Name of the executable.
-+as_me=`$as_basename "$0" ||
-+$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
-+       X"$0" : 'X\(//\)$' \| \
-+       X"$0" : 'X\(/\)$' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X/"$0" |
-+    sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
-+        /^X\/\(\/\/\)$/{ s//\1/; q; }
-+        /^X\/\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+
-+
-+# PATH needs CR, and LINENO needs CR and PATH.
-+# Avoid depending upon Character Ranges.
-+as_cr_letters='abcdefghijklmnopqrstuvwxyz'
-+as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
-+as_cr_Letters=$as_cr_letters$as_cr_LETTERS
-+as_cr_digits='0123456789'
-+as_cr_alnum=$as_cr_Letters$as_cr_digits
-+
-+# The user is always right.
-+if test "${PATH_SEPARATOR+set}" != set; then
-+  echo "#! /bin/sh" >conf$$.sh
-+  echo  "exit 0"   >>conf$$.sh
-+  chmod +x conf$$.sh
-+  if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
-+    PATH_SEPARATOR=';'
-+  else
-+    PATH_SEPARATOR=:
-+  fi
-+  rm -f conf$$.sh
-+fi
-+
-+
-+  as_lineno_1=$LINENO
-+  as_lineno_2=$LINENO
-+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-+  test "x$as_lineno_1" != "x$as_lineno_2" &&
-+  test "x$as_lineno_3"  = "x$as_lineno_2"  || {
-+  # Find who we are.  Look in the path if we contain no path at all
-+  # relative or not.
-+  case $0 in
-+    *[\\/]* ) as_myself=$0 ;;
-+    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in $PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
-+done
-+
-+       ;;
-+  esac
-+  # We did not find ourselves, most probably we were run as `sh COMMAND'
-+  # in which case we are not to be found in the path.
-+  if test "x$as_myself" = x; then
-+    as_myself=$0
-+  fi
-+  if test ! -f "$as_myself"; then
-+    { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
-+echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
-+   { (exit 1); exit 1; }; }
-+  fi
-+  case $CONFIG_SHELL in
-+  '')
-+    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
-+for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
-+do
-+  IFS=$as_save_IFS
-+  test -z "$as_dir" && as_dir=.
-+  for as_base in sh bash ksh sh5; do
-+       case $as_dir in
-+       /*)
-+         if ("$as_dir/$as_base" -c '
-+  as_lineno_1=$LINENO
-+  as_lineno_2=$LINENO
-+  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
-+  test "x$as_lineno_1" != "x$as_lineno_2" &&
-+  test "x$as_lineno_3"  = "x$as_lineno_2" ') 2>/dev/null; then
-+           $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
-+           $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
-+           CONFIG_SHELL=$as_dir/$as_base
-+           export CONFIG_SHELL
-+           exec "$CONFIG_SHELL" "$0" ${1+"$@"}
-+         fi;;
-+       esac
-+       done
-+done
-+;;
-+  esac
-+
-+  # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
-+  # uniformly replaced by the line number.  The first 'sed' inserts a
-+  # line-number line before each line; the second 'sed' does the real
-+  # work.  The second script uses 'N' to pair each line-number line
-+  # with the numbered line, and appends trailing '-' during
-+  # substitution so that $LINENO is not a special case at line end.
-+  # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
-+  # second 'sed' script.  Blame Lee E. McMahon for sed's syntax.  :-)
-+  sed '=' <$as_myself |
-+    sed '
-+      N
-+      s,$,-,
-+      : loop
-+      s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
-+      t loop
-+      s,-$,,
-+      s,^['$as_cr_digits']*\n,,
-+    ' >$as_me.lineno &&
-+  chmod +x $as_me.lineno ||
-+    { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
-+echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
-+   { (exit 1); exit 1; }; }
-+
-+  # Don't try to exec as it changes $[0], causing all sort of problems
-+  # (the dirname of $[0] is not the place where we might find the
-+  # original and so on.  Autoconf is especially sensible to this).
-+  . ./$as_me.lineno
-+  # Exit status is that of the last command.
-+  exit
-+}
-+
-+
-+case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
-+  *c*,-n*) ECHO_N= ECHO_C='
-+' ECHO_T='    ' ;;
-+  *c*,*  ) ECHO_N=-n ECHO_C= ECHO_T= ;;
-+  *)       ECHO_N= ECHO_C='\c' ECHO_T= ;;
-+esac
-+
-+if expr a : '\(a\)' >/dev/null 2>&1; then
-+  as_expr=expr
-+else
-+  as_expr=false
-+fi
-+
-+rm -f conf$$ conf$$.exe conf$$.file
-+echo >conf$$.file
-+if ln -s conf$$.file conf$$ 2>/dev/null; then
-+  # We could just check for DJGPP; but this test a) works b) is more generic
-+  # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
-+  if test -f conf$$.exe; then
-+    # Don't use ln at all; we don't have any links
-+    as_ln_s='cp -p'
-+  else
-+    as_ln_s='ln -s'
-+  fi
-+elif ln conf$$.file conf$$ 2>/dev/null; then
-+  as_ln_s=ln
-+else
-+  as_ln_s='cp -p'
-+fi
-+rm -f conf$$ conf$$.exe conf$$.file
-+
-+if mkdir -p . 2>/dev/null; then
-+  as_mkdir_p=:
-+else
-+  test -d ./-p && rmdir ./-p
-+  as_mkdir_p=false
-+fi
-+
-+as_executable_p="test -f"
-+
-+# Sed expression to map a string onto a valid CPP name.
-+as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
-+
-+# Sed expression to map a string onto a valid variable name.
-+as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
-+
-+
-+# IFS
-+# We need space, tab and new line, in precisely that order.
-+as_nl='
-+'
-+IFS="         $as_nl"
-+
-+# CDPATH.
-+$as_unset CDPATH
-+
-+exec 6>&1
-+
-+# Open the log real soon, to keep \$[0] and so on meaningful, and to
-+# report actual input values of CONFIG_FILES etc. instead of their
-+# values after options handling.  Logging --version etc. is OK.
-+exec 5>>config.log
-+{
-+  echo
-+  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
-+## Running $as_me. ##
-+_ASBOX
-+} >&5
-+cat >&5 <<_CSEOF
-+
-+This file was extended by $as_me, which was
-+generated by GNU Autoconf 2.59.  Invocation command line was
-+
-+  CONFIG_FILES    = $CONFIG_FILES
-+  CONFIG_HEADERS  = $CONFIG_HEADERS
-+  CONFIG_LINKS    = $CONFIG_LINKS
-+  CONFIG_COMMANDS = $CONFIG_COMMANDS
-+  $ $0 $@
-+
-+_CSEOF
-+echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
-+echo >&5
-+_ACEOF
-+
-+# Files that config.status was made for.
-+if test -n "$ac_config_files"; then
-+  echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
-+fi
-+
-+if test -n "$ac_config_headers"; then
-+  echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
-+fi
-+
-+if test -n "$ac_config_links"; then
-+  echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
-+fi
-+
-+if test -n "$ac_config_commands"; then
-+  echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
-+fi
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+
-+ac_cs_usage="\
-+\`$as_me' instantiates files from templates according to the
-+current configuration.
-+
-+Usage: $0 [OPTIONS] [FILE]...
-+
-+  -h, --help       print this help, then exit
-+  -V, --version    print version number, then exit
-+  -q, --quiet      do not print progress messages
-+  -d, --debug      don't remove temporary files
-+      --recheck    update $as_me by reconfiguring in the same conditions
-+  --file=FILE[:TEMPLATE]
-+                 instantiate the configuration file FILE
-+  --header=FILE[:TEMPLATE]
-+                 instantiate the configuration header FILE
-+
-+Configuration files:
-+$config_files
-+
-+Configuration headers:
-+$config_headers
-+
-+Configuration commands:
-+$config_commands
-+
-+Report bugs to <bug-autoconf@gnu.org>."
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<_ACEOF
-+ac_cs_version="\\
-+config.status
-+configured by $0, generated by GNU Autoconf 2.59,
-+  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
-+
-+Copyright (C) 2003 Free Software Foundation, Inc.
-+This config.status script is free software; the Free Software Foundation
-+gives unlimited permission to copy, distribute and modify it."
-+srcdir=$srcdir
-+INSTALL="$INSTALL"
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+# If no file are specified by the user, then we need to provide default
-+# value.  By we need to know if files were specified by the user.
-+ac_need_defaults=:
-+while test $# != 0
-+do
-+  case $1 in
-+  --*=*)
-+    ac_option=`expr "x$1" : 'x\([^=]*\)='`
-+    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
-+    ac_shift=:
-+    ;;
-+  -*)
-+    ac_option=$1
-+    ac_optarg=$2
-+    ac_shift=shift
-+    ;;
-+  *) # This is not an option, so the user has probably given explicit
-+     # arguments.
-+     ac_option=$1
-+     ac_need_defaults=false;;
-+  esac
-+
-+  case $ac_option in
-+  # Handling of the options.
-+_ACEOF
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
-+    ac_cs_recheck=: ;;
-+  --version | --vers* | -V )
-+    echo "$ac_cs_version"; exit 0 ;;
-+  --he | --h)
-+    # Conflict between --help and --header
-+    { { echo "$as_me:$LINENO: error: ambiguous option: $1
-+Try \`$0 --help' for more information." >&5
-+echo "$as_me: error: ambiguous option: $1
-+Try \`$0 --help' for more information." >&2;}
-+   { (exit 1); exit 1; }; };;
-+  --help | --hel | -h )
-+    echo "$ac_cs_usage"; exit 0 ;;
-+  --debug | --d* | -d )
-+    debug=: ;;
-+  --file | --fil | --fi | --f )
-+    $ac_shift
-+    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
-+    ac_need_defaults=false;;
-+  --header | --heade | --head | --hea )
-+    $ac_shift
-+    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
-+    ac_need_defaults=false;;
-+  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
-+  | -silent | --silent | --silen | --sile | --sil | --si | --s)
-+    ac_cs_silent=: ;;
-+
-+  # This is an error.
-+  -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
-+Try \`$0 --help' for more information." >&5
-+echo "$as_me: error: unrecognized option: $1
-+Try \`$0 --help' for more information." >&2;}
-+   { (exit 1); exit 1; }; } ;;
-+
-+  *) ac_config_targets="$ac_config_targets $1" ;;
-+
-+  esac
-+  shift
-+done
-+
-+ac_configure_extra_args=
-+
-+if $ac_cs_silent; then
-+  exec 6>/dev/null
-+  ac_configure_extra_args="$ac_configure_extra_args --silent"
-+fi
-+
-+_ACEOF
-+cat >>$CONFIG_STATUS <<_ACEOF
-+if \$ac_cs_recheck; then
-+  echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
-+  exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
-+fi
-+
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<_ACEOF
-+#
-+# INIT-COMMANDS section.
-+#
-+
-+AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
-+
-+_ACEOF
-+
-+
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+for ac_config_target in $ac_config_targets
-+do
-+  case "$ac_config_target" in
-+  # Handling of arguments.
-+  "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
-+  "depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
-+  "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
-+  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
-+echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
-+   { (exit 1); exit 1; }; };;
-+  esac
-+done
-+
-+# If the user did not use the arguments to specify the items to instantiate,
-+# then the envvar interface is used.  Set only those that are not.
-+# We use the long form for the default assignment because of an extremely
-+# bizarre bug on SunOS 4.1.3.
-+if $ac_need_defaults; then
-+  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
-+  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
-+  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
-+fi
-+
-+# Have a temporary directory for convenience.  Make it in the build tree
-+# simply because there is no reason to put it here, and in addition,
-+# creating and moving files from /tmp can sometimes cause problems.
-+# Create a temporary directory, and hook for its removal unless debugging.
-+$debug ||
-+{
-+  trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
-+  trap '{ (exit 1); exit 1; }' 1 2 13 15
-+}
-+
-+# Create a (secure) tmp directory for tmp files.
-+
-+{
-+  tmp=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
-+  test -n "$tmp" && test -d "$tmp"
-+}  ||
-+{
-+  tmp=./confstat$$-$RANDOM
-+  (umask 077 && mkdir $tmp)
-+} ||
-+{
-+   echo "$me: cannot create a temporary directory in ." >&2
-+   { (exit 1); exit 1; }
-+}
-+
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<_ACEOF
-+
-+#
-+# CONFIG_FILES section.
-+#
-+
-+# No need to generate the scripts if there are no CONFIG_FILES.
-+# This happens for instance when ./config.status config.h
-+if test -n "\$CONFIG_FILES"; then
-+  # Protect against being on the right side of a sed subst in config.status.
-+  sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
-+   s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
-+s,@SHELL@,$SHELL,;t t
-+s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
-+s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
-+s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
-+s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
-+s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
-+s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
-+s,@exec_prefix@,$exec_prefix,;t t
-+s,@prefix@,$prefix,;t t
-+s,@program_transform_name@,$program_transform_name,;t t
-+s,@bindir@,$bindir,;t t
-+s,@sbindir@,$sbindir,;t t
-+s,@libexecdir@,$libexecdir,;t t
-+s,@datadir@,$datadir,;t t
-+s,@sysconfdir@,$sysconfdir,;t t
-+s,@sharedstatedir@,$sharedstatedir,;t t
-+s,@localstatedir@,$localstatedir,;t t
-+s,@libdir@,$libdir,;t t
-+s,@includedir@,$includedir,;t t
-+s,@oldincludedir@,$oldincludedir,;t t
-+s,@infodir@,$infodir,;t t
-+s,@mandir@,$mandir,;t t
-+s,@build_alias@,$build_alias,;t t
-+s,@host_alias@,$host_alias,;t t
-+s,@target_alias@,$target_alias,;t t
-+s,@DEFS@,$DEFS,;t t
-+s,@ECHO_C@,$ECHO_C,;t t
-+s,@ECHO_N@,$ECHO_N,;t t
-+s,@ECHO_T@,$ECHO_T,;t t
-+s,@LIBS@,$LIBS,;t t
-+s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
-+s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
-+s,@INSTALL_DATA@,$INSTALL_DATA,;t t
-+s,@CYGPATH_W@,$CYGPATH_W,;t t
-+s,@PACKAGE@,$PACKAGE,;t t
-+s,@VERSION@,$VERSION,;t t
-+s,@ACLOCAL@,$ACLOCAL,;t t
-+s,@AUTOCONF@,$AUTOCONF,;t t
-+s,@AUTOMAKE@,$AUTOMAKE,;t t
-+s,@AUTOHEADER@,$AUTOHEADER,;t t
-+s,@MAKEINFO@,$MAKEINFO,;t t
-+s,@install_sh@,$install_sh,;t t
-+s,@STRIP@,$STRIP,;t t
-+s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
-+s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
-+s,@mkdir_p@,$mkdir_p,;t t
-+s,@AWK@,$AWK,;t t
-+s,@SET_MAKE@,$SET_MAKE,;t t
-+s,@am__leading_dot@,$am__leading_dot,;t t
-+s,@AMTAR@,$AMTAR,;t t
-+s,@am__tar@,$am__tar,;t t
-+s,@am__untar@,$am__untar,;t t
-+s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
-+s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
-+s,@MAINT@,$MAINT,;t t
-+s,@CC@,$CC,;t t
-+s,@CFLAGS@,$CFLAGS,;t t
-+s,@LDFLAGS@,$LDFLAGS,;t t
-+s,@CPPFLAGS@,$CPPFLAGS,;t t
-+s,@ac_ct_CC@,$ac_ct_CC,;t t
-+s,@EXEEXT@,$EXEEXT,;t t
-+s,@OBJEXT@,$OBJEXT,;t t
-+s,@DEPDIR@,$DEPDIR,;t t
-+s,@am__include@,$am__include,;t t
-+s,@am__quote@,$am__quote,;t t
-+s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
-+s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
-+s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
-+s,@CCDEPMODE@,$CCDEPMODE,;t t
-+s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
-+s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
-+s,@LN_S@,$LN_S,;t t
-+s,@CPP@,$CPP,;t t
-+s,@EGREP@,$EGREP,;t t
-+s,@RANLIB@,$RANLIB,;t t
-+s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
-+s,@BUILD_WIN32_TRUE@,$BUILD_WIN32_TRUE,;t t
-+s,@BUILD_WIN32_FALSE@,$BUILD_WIN32_FALSE,;t t
-+s,@LIBOBJS@,$LIBOBJS,;t t
-+s,@LTLIBOBJS@,$LTLIBOBJS,;t t
-+CEOF
-+
-+_ACEOF
-+
-+  cat >>$CONFIG_STATUS <<\_ACEOF
-+  # Split the substitutions into bite-sized pieces for seds with
-+  # small command number limits, like on Digital OSF/1 and HP-UX.
-+  ac_max_sed_lines=48
-+  ac_sed_frag=1 # Number of current file.
-+  ac_beg=1 # First line for current file.
-+  ac_end=$ac_max_sed_lines # Line after last line for current file.
-+  ac_more_lines=:
-+  ac_sed_cmds=
-+  while $ac_more_lines; do
-+    if test $ac_beg -gt 1; then
-+      sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
-+    else
-+      sed "${ac_end}q" $tmp/subs.sed >$tmp/subs.frag
-+    fi
-+    if test ! -s $tmp/subs.frag; then
-+      ac_more_lines=false
-+    else
-+      # The purpose of the label and of the branching condition is to
-+      # speed up the sed processing (if there are no `@' at all, there
-+      # is no need to browse any of the substitutions).
-+      # These are the two extra sed commands mentioned above.
-+      (echo ':t
-+  /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag) >$tmp/subs-$ac_sed_frag.sed
-+      if test -z "$ac_sed_cmds"; then
-+      ac_sed_cmds="sed -f $tmp/subs-$ac_sed_frag.sed"
-+      else
-+      ac_sed_cmds="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
-+      fi
-+      ac_sed_frag=`expr $ac_sed_frag + 1`
-+      ac_beg=$ac_end
-+      ac_end=`expr $ac_end + $ac_max_sed_lines`
-+    fi
-+  done
-+  if test -z "$ac_sed_cmds"; then
-+    ac_sed_cmds=cat
-+  fi
-+fi # test -n "$CONFIG_FILES"
-+
-+_ACEOF
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+for ac_file in : $CONFIG_FILES; do test "x$ac_file" = x: && continue
-+  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
-+  case $ac_file in
-+  - | *:- | *:-:* ) # input from stdin
-+      cat >$tmp/stdin
-+      ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-+      ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-+  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-+      ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-+  * )   ac_file_in=$ac_file.in ;;
-+  esac
-+
-+  # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
-+  ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$ac_file" : 'X\(//\)[^/]' \| \
-+       X"$ac_file" : 'X\(//\)$' \| \
-+       X"$ac_file" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$ac_file" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+  { if $as_mkdir_p; then
-+    mkdir -p "$ac_dir"
-+  else
-+    as_dir="$ac_dir"
-+    as_dirs=
-+    while test ! -d "$as_dir"; do
-+      as_dirs="$as_dir $as_dirs"
-+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$as_dir" : 'X\(//\)[^/]' \| \
-+       X"$as_dir" : 'X\(//\)$' \| \
-+       X"$as_dir" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$as_dir" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+    done
-+    test ! -n "$as_dirs" || mkdir $as_dirs
-+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-+   { (exit 1); exit 1; }; }; }
-+
-+  ac_builddir=.
-+
-+if test "$ac_dir" != .; then
-+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-+  # A "../" for each directory in $ac_dir_suffix.
-+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-+else
-+  ac_dir_suffix= ac_top_builddir=
-+fi
-+
-+case $srcdir in
-+  .)  # No --srcdir option.  We are building in place.
-+    ac_srcdir=.
-+    if test -z "$ac_top_builddir"; then
-+       ac_top_srcdir=.
-+    else
-+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-+    fi ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_srcdir=$srcdir$ac_dir_suffix;
-+    ac_top_srcdir=$srcdir ;;
-+  *) # Relative path.
-+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-+esac
-+
-+# Do not use `cd foo && pwd` to compute absolute paths, because
-+# the directories may not exist.
-+case `pwd` in
-+.) ac_abs_builddir="$ac_dir";;
-+*)
-+  case "$ac_dir" in
-+  .) ac_abs_builddir=`pwd`;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_top_builddir=${ac_top_builddir}.;;
-+*)
-+  case ${ac_top_builddir}. in
-+  .) ac_abs_top_builddir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_srcdir=$ac_srcdir;;
-+*)
-+  case $ac_srcdir in
-+  .) ac_abs_srcdir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_top_srcdir=$ac_top_srcdir;;
-+*)
-+  case $ac_top_srcdir in
-+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-+  esac;;
-+esac
-+
-+
-+  case $INSTALL in
-+  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
-+  *) ac_INSTALL=$ac_top_builddir$INSTALL ;;
-+  esac
-+
-+  if test x"$ac_file" != x-; then
-+    { echo "$as_me:$LINENO: creating $ac_file" >&5
-+echo "$as_me: creating $ac_file" >&6;}
-+    rm -f "$ac_file"
-+  fi
-+  # Let's still pretend it is `configure' which instantiates (i.e., don't
-+  # use $as_me), people would be surprised to read:
-+  #    /* config.h.  Generated by config.status.  */
-+  if test x"$ac_file" = x-; then
-+    configure_input=
-+  else
-+    configure_input="$ac_file.  "
-+  fi
-+  configure_input=$configure_input"Generated from `echo $ac_file_in |
-+                                   sed 's,.*/,,'` by configure."
-+
-+  # First look for the input files in the build tree, otherwise in the
-+  # src tree.
-+  ac_file_inputs=`IFS=:
-+    for f in $ac_file_in; do
-+      case $f in
-+      -) echo $tmp/stdin ;;
-+      [\\/$]*)
-+       # Absolute (can't be DOS-style, as IFS=:)
-+       test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-+echo "$as_me: error: cannot find input file: $f" >&2;}
-+   { (exit 1); exit 1; }; }
-+       echo "$f";;
-+      *) # Relative
-+       if test -f "$f"; then
-+         # Build tree
-+         echo "$f"
-+       elif test -f "$srcdir/$f"; then
-+         # Source tree
-+         echo "$srcdir/$f"
-+       else
-+         # /dev/null tree
-+         { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-+echo "$as_me: error: cannot find input file: $f" >&2;}
-+   { (exit 1); exit 1; }; }
-+       fi;;
-+      esac
-+    done` || { (exit 1); exit 1; }
-+_ACEOF
-+cat >>$CONFIG_STATUS <<_ACEOF
-+  sed "$ac_vpsub
-+$extrasub
-+_ACEOF
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+:t
-+/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
-+s,@configure_input@,$configure_input,;t t
-+s,@srcdir@,$ac_srcdir,;t t
-+s,@abs_srcdir@,$ac_abs_srcdir,;t t
-+s,@top_srcdir@,$ac_top_srcdir,;t t
-+s,@abs_top_srcdir@,$ac_abs_top_srcdir,;t t
-+s,@builddir@,$ac_builddir,;t t
-+s,@abs_builddir@,$ac_abs_builddir,;t t
-+s,@top_builddir@,$ac_top_builddir,;t t
-+s,@abs_top_builddir@,$ac_abs_top_builddir,;t t
-+s,@INSTALL@,$ac_INSTALL,;t t
-+" $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
-+  rm -f $tmp/stdin
-+  if test x"$ac_file" != x-; then
-+    mv $tmp/out $ac_file
-+  else
-+    cat $tmp/out
-+    rm -f $tmp/out
-+  fi
-+
-+done
-+_ACEOF
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+
-+#
-+# CONFIG_HEADER section.
-+#
-+
-+# These sed commands are passed to sed as "A NAME B NAME C VALUE D", where
-+# NAME is the cpp macro being defined and VALUE is the value it is being given.
-+#
-+# ac_d sets the value in "#define NAME VALUE" lines.
-+ac_dA='s,^\([  ]*\)#\([        ]*define[       ][      ]*\)'
-+ac_dB='[       ].*$,\1#\2'
-+ac_dC=' '
-+ac_dD=',;t'
-+# ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
-+ac_uA='s,^\([  ]*\)#\([        ]*\)undef\([    ][      ]*\)'
-+ac_uB='$,\1#\2define\3'
-+ac_uC=' '
-+ac_uD=',;t'
-+
-+for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue
-+  # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
-+  case $ac_file in
-+  - | *:- | *:-:* ) # input from stdin
-+      cat >$tmp/stdin
-+      ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-+      ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-+  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
-+      ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
-+  * )   ac_file_in=$ac_file.in ;;
-+  esac
-+
-+  test x"$ac_file" != x- && { echo "$as_me:$LINENO: creating $ac_file" >&5
-+echo "$as_me: creating $ac_file" >&6;}
-+
-+  # First look for the input files in the build tree, otherwise in the
-+  # src tree.
-+  ac_file_inputs=`IFS=:
-+    for f in $ac_file_in; do
-+      case $f in
-+      -) echo $tmp/stdin ;;
-+      [\\/$]*)
-+       # Absolute (can't be DOS-style, as IFS=:)
-+       test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-+echo "$as_me: error: cannot find input file: $f" >&2;}
-+   { (exit 1); exit 1; }; }
-+       # Do quote $f, to prevent DOS paths from being IFS'd.
-+       echo "$f";;
-+      *) # Relative
-+       if test -f "$f"; then
-+         # Build tree
-+         echo "$f"
-+       elif test -f "$srcdir/$f"; then
-+         # Source tree
-+         echo "$srcdir/$f"
-+       else
-+         # /dev/null tree
-+         { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
-+echo "$as_me: error: cannot find input file: $f" >&2;}
-+   { (exit 1); exit 1; }; }
-+       fi;;
-+      esac
-+    done` || { (exit 1); exit 1; }
-+  # Remove the trailing spaces.
-+  sed 's/[     ]*$//' $ac_file_inputs >$tmp/in
-+
-+_ACEOF
-+
-+# Transform confdefs.h into two sed scripts, `conftest.defines' and
-+# `conftest.undefs', that substitutes the proper values into
-+# config.h.in to produce config.h.  The first handles `#define'
-+# templates, and the second `#undef' templates.
-+# And first: Protect against being on the right side of a sed subst in
-+# config.status.  Protect against being in an unquoted here document
-+# in config.status.
-+rm -f conftest.defines conftest.undefs
-+# Using a here document instead of a string reduces the quoting nightmare.
-+# Putting comments in sed scripts is not portable.
-+#
-+# `end' is used to avoid that the second main sed command (meant for
-+# 0-ary CPP macros) applies to n-ary macro definitions.
-+# See the Autoconf documentation for `clear'.
-+cat >confdef2sed.sed <<\_ACEOF
-+s/[\\&,]/\\&/g
-+s,[\\$`],\\&,g
-+t clear
-+: clear
-+s,^[   ]*#[    ]*define[       ][      ]*\([^  (][^    (]*\)\(([^)]*)\)[       ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
-+t end
-+s,^[   ]*#[    ]*define[       ][      ]*\([^  ][^     ]*\)[   ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
-+: end
-+_ACEOF
-+# If some macros were called several times there might be several times
-+# the same #defines, which is useless.  Nevertheless, we may not want to
-+# sort them, since we want the *last* AC-DEFINE to be honored.
-+uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
-+sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
-+rm -f confdef2sed.sed
-+
-+# This sed command replaces #undef with comments.  This is necessary, for
-+# example, in the case of _POSIX_SOURCE, which is predefined and required
-+# on some systems where configure will not decide to define it.
-+cat >>conftest.undefs <<\_ACEOF
-+s,^[   ]*#[    ]*undef[        ][      ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
-+_ACEOF
-+
-+# Break up conftest.defines because some shells have a limit on the size
-+# of here documents, and old seds have small limits too (100 cmds).
-+echo '  # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
-+echo '  if grep "^[    ]*#[    ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
-+echo '  # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
-+echo '  :' >>$CONFIG_STATUS
-+rm -f conftest.tail
-+while grep . conftest.defines >/dev/null
-+do
-+  # Write a limited-size here document to $tmp/defines.sed.
-+  echo '  cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
-+  # Speed up: don't consider the non `#define' lines.
-+  echo '/^[    ]*#[    ]*define/!b' >>$CONFIG_STATUS
-+  # Work around the forget-to-reset-the-flag bug.
-+  echo 't clr' >>$CONFIG_STATUS
-+  echo ': clr' >>$CONFIG_STATUS
-+  sed ${ac_max_here_lines}q conftest.defines >>$CONFIG_STATUS
-+  echo 'CEOF
-+  sed -f $tmp/defines.sed $tmp/in >$tmp/out
-+  rm -f $tmp/in
-+  mv $tmp/out $tmp/in
-+' >>$CONFIG_STATUS
-+  sed 1,${ac_max_here_lines}d conftest.defines >conftest.tail
-+  rm -f conftest.defines
-+  mv conftest.tail conftest.defines
-+done
-+rm -f conftest.defines
-+echo '  fi # grep' >>$CONFIG_STATUS
-+echo >>$CONFIG_STATUS
-+
-+# Break up conftest.undefs because some shells have a limit on the size
-+# of here documents, and old seds have small limits too (100 cmds).
-+echo '  # Handle all the #undef templates' >>$CONFIG_STATUS
-+rm -f conftest.tail
-+while grep . conftest.undefs >/dev/null
-+do
-+  # Write a limited-size here document to $tmp/undefs.sed.
-+  echo '  cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
-+  # Speed up: don't consider the non `#undef'
-+  echo '/^[    ]*#[    ]*undef/!b' >>$CONFIG_STATUS
-+  # Work around the forget-to-reset-the-flag bug.
-+  echo 't clr' >>$CONFIG_STATUS
-+  echo ': clr' >>$CONFIG_STATUS
-+  sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
-+  echo 'CEOF
-+  sed -f $tmp/undefs.sed $tmp/in >$tmp/out
-+  rm -f $tmp/in
-+  mv $tmp/out $tmp/in
-+' >>$CONFIG_STATUS
-+  sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
-+  rm -f conftest.undefs
-+  mv conftest.tail conftest.undefs
-+done
-+rm -f conftest.undefs
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+  # Let's still pretend it is `configure' which instantiates (i.e., don't
-+  # use $as_me), people would be surprised to read:
-+  #    /* config.h.  Generated by config.status.  */
-+  if test x"$ac_file" = x-; then
-+    echo "/* Generated by configure.  */" >$tmp/config.h
-+  else
-+    echo "/* $ac_file.  Generated by configure.  */" >$tmp/config.h
-+  fi
-+  cat $tmp/in >>$tmp/config.h
-+  rm -f $tmp/in
-+  if test x"$ac_file" != x-; then
-+    if diff $ac_file $tmp/config.h >/dev/null 2>&1; then
-+      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
-+echo "$as_me: $ac_file is unchanged" >&6;}
-+    else
-+      ac_dir=`(dirname "$ac_file") 2>/dev/null ||
-+$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$ac_file" : 'X\(//\)[^/]' \| \
-+       X"$ac_file" : 'X\(//\)$' \| \
-+       X"$ac_file" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$ac_file" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+      { if $as_mkdir_p; then
-+    mkdir -p "$ac_dir"
-+  else
-+    as_dir="$ac_dir"
-+    as_dirs=
-+    while test ! -d "$as_dir"; do
-+      as_dirs="$as_dir $as_dirs"
-+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$as_dir" : 'X\(//\)[^/]' \| \
-+       X"$as_dir" : 'X\(//\)$' \| \
-+       X"$as_dir" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$as_dir" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+    done
-+    test ! -n "$as_dirs" || mkdir $as_dirs
-+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-+   { (exit 1); exit 1; }; }; }
-+
-+      rm -f $ac_file
-+      mv $tmp/config.h $ac_file
-+    fi
-+  else
-+    cat $tmp/config.h
-+    rm -f $tmp/config.h
-+  fi
-+# Compute $ac_file's index in $config_headers.
-+_am_stamp_count=1
-+for _am_header in $config_headers :; do
-+  case $_am_header in
-+    $ac_file | $ac_file:* )
-+      break ;;
-+    * )
-+      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
-+  esac
-+done
-+echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
-+$as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X$ac_file : 'X\(//\)[^/]' \| \
-+       X$ac_file : 'X\(//\)$' \| \
-+       X$ac_file : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X$ac_file |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`/stamp-h$_am_stamp_count
-+done
-+_ACEOF
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+
-+#
-+# CONFIG_COMMANDS section.
-+#
-+for ac_file in : $CONFIG_COMMANDS; do test "x$ac_file" = x: && continue
-+  ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
-+  ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
-+  ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
-+$as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$ac_dest" : 'X\(//\)[^/]' \| \
-+       X"$ac_dest" : 'X\(//\)$' \| \
-+       X"$ac_dest" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$ac_dest" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+  { if $as_mkdir_p; then
-+    mkdir -p "$ac_dir"
-+  else
-+    as_dir="$ac_dir"
-+    as_dirs=
-+    while test ! -d "$as_dir"; do
-+      as_dirs="$as_dir $as_dirs"
-+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$as_dir" : 'X\(//\)[^/]' \| \
-+       X"$as_dir" : 'X\(//\)$' \| \
-+       X"$as_dir" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$as_dir" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+    done
-+    test ! -n "$as_dirs" || mkdir $as_dirs
-+  fi || { { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
-+echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
-+   { (exit 1); exit 1; }; }; }
-+
-+  ac_builddir=.
-+
-+if test "$ac_dir" != .; then
-+  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
-+  # A "../" for each directory in $ac_dir_suffix.
-+  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
-+else
-+  ac_dir_suffix= ac_top_builddir=
-+fi
-+
-+case $srcdir in
-+  .)  # No --srcdir option.  We are building in place.
-+    ac_srcdir=.
-+    if test -z "$ac_top_builddir"; then
-+       ac_top_srcdir=.
-+    else
-+       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
-+    fi ;;
-+  [\\/]* | ?:[\\/]* )  # Absolute path.
-+    ac_srcdir=$srcdir$ac_dir_suffix;
-+    ac_top_srcdir=$srcdir ;;
-+  *) # Relative path.
-+    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
-+    ac_top_srcdir=$ac_top_builddir$srcdir ;;
-+esac
-+
-+# Do not use `cd foo && pwd` to compute absolute paths, because
-+# the directories may not exist.
-+case `pwd` in
-+.) ac_abs_builddir="$ac_dir";;
-+*)
-+  case "$ac_dir" in
-+  .) ac_abs_builddir=`pwd`;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
-+  *) ac_abs_builddir=`pwd`/"$ac_dir";;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_top_builddir=${ac_top_builddir}.;;
-+*)
-+  case ${ac_top_builddir}. in
-+  .) ac_abs_top_builddir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
-+  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_srcdir=$ac_srcdir;;
-+*)
-+  case $ac_srcdir in
-+  .) ac_abs_srcdir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
-+  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
-+  esac;;
-+esac
-+case $ac_abs_builddir in
-+.) ac_abs_top_srcdir=$ac_top_srcdir;;
-+*)
-+  case $ac_top_srcdir in
-+  .) ac_abs_top_srcdir=$ac_abs_builddir;;
-+  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
-+  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
-+  esac;;
-+esac
-+
-+
-+  { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
-+echo "$as_me: executing $ac_dest commands" >&6;}
-+  case $ac_dest in
-+    depfiles ) test x"$AMDEP_TRUE" != x"" || for mf in $CONFIG_FILES; do
-+  # Strip MF so we end up with the name of the file.
-+  mf=`echo "$mf" | sed -e 's/:.*$//'`
-+  # Check whether this is an Automake generated Makefile or not.
-+  # We used to match only the files named `Makefile.in', but
-+  # some people rename them; so instead we look at the file content.
-+  # Grep'ing the first line is not enough: some people post-process
-+  # each Makefile.in and add a new line on top of each file to say so.
-+  # So let's grep whole file.
-+  if grep '^#.*generated by automake' $mf > /dev/null 2>&1; then
-+    dirpart=`(dirname "$mf") 2>/dev/null ||
-+$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$mf" : 'X\(//\)[^/]' \| \
-+       X"$mf" : 'X\(//\)$' \| \
-+       X"$mf" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$mf" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+  else
-+    continue
-+  fi
-+  # Extract the definition of DEPDIR, am__include, and am__quote
-+  # from the Makefile without running `make'.
-+  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
-+  test -z "$DEPDIR" && continue
-+  am__include=`sed -n 's/^am__include = //p' < "$mf"`
-+  test -z "am__include" && continue
-+  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
-+  # When using ansi2knr, U may be empty or an underscore; expand it
-+  U=`sed -n 's/^U = //p' < "$mf"`
-+  # Find all dependency output files, they are included files with
-+  # $(DEPDIR) in their names.  We invoke sed twice because it is the
-+  # simplest approach to changing $(DEPDIR) to its actual value in the
-+  # expansion.
-+  for file in `sed -n "
-+    s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
-+       sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
-+    # Make sure the directory exists.
-+    test -f "$dirpart/$file" && continue
-+    fdir=`(dirname "$file") 2>/dev/null ||
-+$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$file" : 'X\(//\)[^/]' \| \
-+       X"$file" : 'X\(//\)$' \| \
-+       X"$file" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$file" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+    { if $as_mkdir_p; then
-+    mkdir -p $dirpart/$fdir
-+  else
-+    as_dir=$dirpart/$fdir
-+    as_dirs=
-+    while test ! -d "$as_dir"; do
-+      as_dirs="$as_dir $as_dirs"
-+      as_dir=`(dirname "$as_dir") 2>/dev/null ||
-+$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
-+       X"$as_dir" : 'X\(//\)[^/]' \| \
-+       X"$as_dir" : 'X\(//\)$' \| \
-+       X"$as_dir" : 'X\(/\)' \| \
-+       .     : '\(.\)' 2>/dev/null ||
-+echo X"$as_dir" |
-+    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
-+        /^X\(\/\/\)[^/].*/{ s//\1/; q; }
-+        /^X\(\/\/\)$/{ s//\1/; q; }
-+        /^X\(\/\).*/{ s//\1/; q; }
-+        s/.*/./; q'`
-+    done
-+    test ! -n "$as_dirs" || mkdir $as_dirs
-+  fi || { { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
-+echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
-+   { (exit 1); exit 1; }; }; }
-+
-+    # echo "creating $dirpart/$file"
-+    echo '# dummy' > "$dirpart/$file"
-+  done
-+done
-+ ;;
-+  esac
-+done
-+_ACEOF
-+
-+cat >>$CONFIG_STATUS <<\_ACEOF
-+
-+{ (exit 0); exit 0; }
-+_ACEOF
-+chmod +x $CONFIG_STATUS
-+ac_clean_files=$ac_clean_files_save
-+
-+
-+# configure is writing to config.log, and then calls config.status.
-+# config.status does its own redirection, appending to config.log.
-+# Unfortunately, on DOS this fails, as config.log is still kept open
-+# by configure, so config.status won't be able to write to it; its
-+# output is simply discarded.  So we exec the FD to /dev/null,
-+# effectively closing config.log, so it can be properly (re)opened and
-+# appended to by config.status.  When coming back to configure, we
-+# need to make the FD available again.
-+if test "$no_create" != yes; then
-+  ac_cs_success=:
-+  ac_config_status_args=
-+  test "$silent" = yes &&
-+    ac_config_status_args="$ac_config_status_args --quiet"
-+  exec 5>/dev/null
-+  $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
-+  exec 5>>config.log
-+  # Use ||, not &&, to avoid exiting from the if with $? = 1, which
-+  # would make configure fail if this is the last instruction.
-+  $ac_cs_success || { (exit 1); exit 1; }
-+fi
-+
-diff -Nru php-5.2.6.vanilla/libevent/configure.in php-5.2.6.fpm/libevent/configure.in
---- php-5.2.6.vanilla/libevent/configure.in    1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/configure.in        2008-01-20 02:26:01.000000000 +0300
-@@ -0,0 +1,338 @@
-+dnl configure.in for libevent
-+dnl Dug Song <dugsong@monkey.org>
-+AC_INIT(event.c)
-+
-+AM_INIT_AUTOMAKE(libevent,1.4.0-beta)
-+AM_CONFIG_HEADER(config.h)
-+AM_MAINTAINER_MODE
-+
-+dnl Initialize prefix.
-+if test "$prefix" = "NONE"; then
-+   prefix="/usr/local"
-+fi
-+
-+dnl Checks for programs.
-+AC_PROG_CC
-+AC_PROG_INSTALL
-+AC_PROG_LN_S
-+
-+AC_PROG_GCC_TRADITIONAL
-+#if test "$GCC" = yes ; then
-+#        CFLAGS="$CFLAGS -Wall"
-+#fi
-+
-+AC_PROG_RANLIB
-+
-+dnl   Uncomment "AC_DISABLE_SHARED" to make shared librraries not get
-+dnl   built by default.  You can also turn shared libs on and off from 
-+dnl   the command line with --enable-shared and --disable-shared.
-+dnl AC_DISABLE_SHARED
-+dnl AC_SUBST(LIBTOOL_DEPS)
-+
-+dnl Checks for libraries.
-+AC_CHECK_LIB(socket, socket)
-+AC_CHECK_LIB(resolv, inet_aton)
-+AC_CHECK_LIB(rt, clock_gettime)
-+AC_CHECK_LIB(nsl, inet_ntoa)
-+
-+dnl Checks for header files.
-+AC_HEADER_STDC
-+AC_CHECK_HEADERS(fcntl.h stdarg.h inttypes.h stdint.h poll.h signal.h unistd.h sys/epoll.h sys/time.h sys/queue.h sys/event.h sys/param.h sys/ioctl.h sys/select.h sys/devpoll.h port.h netinet/in6.h sys/socket.h)
-+if test "x$ac_cv_header_sys_queue_h" = "xyes"; then
-+      AC_MSG_CHECKING(for TAILQ_FOREACH in sys/queue.h)
-+      AC_EGREP_CPP(yes,
-+[
-+#include <sys/queue.h>
-+#ifdef TAILQ_FOREACH
-+ yes
-+#endif
-+],    [AC_MSG_RESULT(yes)
-+       AC_DEFINE(HAVE_TAILQFOREACH, 1,
-+              [Define if TAILQ_FOREACH is defined in <sys/queue.h>])],
-+      AC_MSG_RESULT(no)
-+      )
-+fi
-+
-+if test "x$ac_cv_header_sys_time_h" = "xyes"; then
-+      AC_MSG_CHECKING(for timeradd in sys/time.h)
-+      AC_EGREP_CPP(yes,
-+[
-+#include <sys/time.h>
-+#ifdef timeradd
-+ yes
-+#endif
-+],    [ AC_DEFINE(HAVE_TIMERADD, 1,
-+              [Define if timeradd is defined in <sys/time.h>])
-+        AC_MSG_RESULT(yes)] ,AC_MSG_RESULT(no)
-+)
-+fi
-+
-+if test "x$ac_cv_header_sys_time_h" = "xyes"; then
-+      AC_MSG_CHECKING(for timercmp in sys/time.h)
-+      AC_EGREP_CPP(yes,
-+[
-+#include <sys/time.h>
-+#ifdef timercmp
-+ yes
-+#endif
-+],    [ AC_DEFINE(HAVE_TIMERCMP, 1,
-+              [Define if timercmp is defined in <sys/time.h>])
-+        AC_MSG_RESULT(yes)] ,AC_MSG_RESULT(no)
-+)
-+fi
-+
-+if test "x$ac_cv_header_sys_time_h" = "xyes"; then
-+      AC_MSG_CHECKING(for timerclear in sys/time.h)
-+      AC_EGREP_CPP(yes,
-+[
-+#include <sys/time.h>
-+#ifdef timerclear
-+ yes
-+#endif
-+],    [ AC_DEFINE(HAVE_TIMERCLEAR, 1,
-+              [Define if timerclear is defined in <sys/time.h>])
-+        AC_MSG_RESULT(yes)] ,AC_MSG_RESULT(no)
-+)
-+fi
-+
-+if test "x$ac_cv_header_sys_time_h" = "xyes"; then
-+      AC_MSG_CHECKING(for timerisset in sys/time.h)
-+      AC_EGREP_CPP(yes,
-+[
-+#include <sys/time.h>
-+#ifdef timerisset
-+ yes
-+#endif
-+],    [ AC_DEFINE(HAVE_TIMERISSET, 1,
-+              [Define if timerisset is defined in <sys/time.h>])
-+        AC_MSG_RESULT(yes)] ,AC_MSG_RESULT(no)
-+)
-+fi
-+
-+dnl - check if the macro WIN32 is defined on this compiler.
-+dnl - (this is how we check for a windows version of GCC)
-+AC_MSG_CHECKING(for WIN32)
-+AC_TRY_COMPILE(,
-+      [
-+      #ifndef WIN32
-+      #error
-+      #endif
-+      ],
-+      bwin32=true; AC_MSG_RESULT(yes),
-+      bwin32=false; AC_MSG_RESULT(no),
-+)
-+
-+AM_CONDITIONAL(BUILD_WIN32, test x$bwin32 = xtrue)
-+
-+dnl Checks for typedefs, structures, and compiler characteristics.
-+AC_C_CONST
-+AC_C_INLINE
-+AC_HEADER_TIME
-+
-+dnl Checks for library functions.
-+AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction)
-+
-+if test "x$ac_cv_func_clock_gettime" = "xyes"; then
-+   AC_DEFINE(DNS_USE_CPU_CLOCK_FOR_ID, 1, [Define if clock_gettime is available in libc])
-+else
-+   AC_DEFINE(DNS_USE_GETTIMEOFDAY_FOR_ID, 1, [Define is no secure id variant is available])
-+fi
-+
-+AC_MSG_CHECKING(for F_SETFD in fcntl.h)
-+AC_EGREP_CPP(yes,
-+[
-+#define _GNU_SOURCE
-+#include <fcntl.h>
-+#ifdef F_SETFD
-+yes
-+#endif
-+],    [ AC_DEFINE(HAVE_SETFD, 1,
-+            [Define if F_SETFD is defined in <fcntl.h>])
-+        AC_MSG_RESULT(yes) ], AC_MSG_RESULT(no))
-+
-+needsignal=no
-+haveselect=no
-+AC_CHECK_FUNCS(select, [haveselect=yes], )
-+if test "x$haveselect" = "xyes" ; then
-+      AC_LIBOBJ(select)
-+      needsignal=yes
-+fi
-+
-+havepoll=no
-+AC_CHECK_FUNCS(poll, [havepoll=yes], )
-+if test "x$havepoll" = "xyes" ; then
-+      AC_LIBOBJ(poll)
-+      needsignal=yes
-+fi
-+
-+haveepoll=no
-+AC_CHECK_FUNCS(epoll_ctl, [haveepoll=yes], )
-+if test "x$haveepoll" = "xyes" ; then
-+      AC_DEFINE(HAVE_EPOLL, 1,
-+              [Define if your system supports the epoll system calls])
-+      AC_LIBOBJ(epoll)
-+      needsignal=yes
-+fi
-+
-+havedevpoll=no
-+if test "x$ac_cv_header_sys_devpoll_h" = "xyes"; then
-+      AC_DEFINE(HAVE_DEVPOLL, 1,
-+                  [Define if /dev/poll is available])
-+        AC_LIBOBJ(devpoll)
-+fi
-+
-+havekqueue=no
-+if test "x$ac_cv_header_sys_event_h" = "xyes"; then
-+      AC_CHECK_FUNCS(kqueue, [havekqueue=yes], )
-+      if test "x$havekqueue" = "xyes" ; then
-+              AC_MSG_CHECKING(for working kqueue)
-+              AC_TRY_RUN(
-+#include <sys/types.h>
-+#include <sys/time.h>
-+#include <sys/event.h>
-+#include <stdio.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+
-+int
-+main(int argc, char **argv)
-+{
-+      int kq;
-+      int n;
-+      int fd[[2]];
-+      struct kevent ev;
-+      struct timespec ts;
-+      char buf[[8000]];
-+
-+      if (pipe(fd) == -1)
-+              exit(1);
-+      if (fcntl(fd[[1]], F_SETFL, O_NONBLOCK) == -1)
-+              exit(1);
-+
-+      while ((n = write(fd[[1]], buf, sizeof(buf))) == sizeof(buf))
-+              ;
-+
-+        if ((kq = kqueue()) == -1)
-+              exit(1);
-+
-+      ev.ident = fd[[1]];
-+      ev.filter = EVFILT_WRITE;
-+      ev.flags = EV_ADD | EV_ENABLE;
-+      n = kevent(kq, &ev, 1, NULL, 0, NULL);
-+      if (n == -1)
-+              exit(1);
-+      
-+      read(fd[[0]], buf, sizeof(buf));
-+
-+      ts.tv_sec = 0;
-+      ts.tv_nsec = 0;
-+      n = kevent(kq, NULL, 0, &ev, 1, &ts);
-+      if (n == -1 || n == 0)
-+              exit(1);
-+
-+      exit(0);
-+}, [AC_MSG_RESULT(yes)
-+    AC_DEFINE(HAVE_WORKING_KQUEUE, 1,
-+              [Define if kqueue works correctly with pipes])
-+    AC_LIBOBJ(kqueue)], AC_MSG_RESULT(no), AC_MSG_RESULT(no))
-+      fi
-+fi
-+
-+haveepollsyscall=no
-+if test "x$ac_cv_header_sys_epoll_h" = "xyes"; then
-+      if test "x$haveepoll" = "xno" ; then
-+              AC_MSG_CHECKING(for epoll system call)
-+              AC_TRY_RUN(
-+#include <stdint.h>
-+#include <sys/param.h>
-+#include <sys/types.h>
-+#include <sys/syscall.h>
-+#include <sys/epoll.h>
-+#include <unistd.h>
-+
-+int
-+epoll_create(int size)
-+{
-+      return (syscall(__NR_epoll_create, size));
-+}
-+
-+int
-+main(int argc, char **argv)
-+{
-+      int epfd;
-+
-+      epfd = epoll_create(256);
-+      exit (epfd == -1 ? 1 : 0);
-+}, [AC_MSG_RESULT(yes)
-+    AC_DEFINE(HAVE_EPOLL, 1,
-+      [Define if your system supports the epoll system calls])
-+    needsignal=yes
-+    AC_LIBOBJ(epoll_sub)
-+    AC_LIBOBJ(epoll)], AC_MSG_RESULT(no), AC_MSG_RESULT(no))
-+      fi
-+fi
-+
-+haveeventports=no
-+AC_CHECK_FUNCS(port_create, [haveeventports=yes], )
-+if test "x$haveeventports" = "xyes" ; then
-+      AC_DEFINE(HAVE_EVENT_PORTS, 1,
-+              [Define if your system supports event ports])
-+      AC_LIBOBJ(evport)
-+      needsignal=yes
-+fi
-+if test "x$bwin32" = "xtrue"; then
-+      needsignal=yes
-+fi
-+if test "x$bwin32" = "xtrue"; then
-+      needsignal=yes
-+fi
-+if test "x$needsignal" = "xyes" ; then
-+      AC_LIBOBJ(signal)
-+fi
-+
-+AC_TYPE_PID_T
-+AC_TYPE_SIZE_T
-+AC_CHECK_TYPE(uint64_t, unsigned long long)
-+AC_CHECK_TYPE(uint32_t, unsigned int)
-+AC_CHECK_TYPE(uint16_t, unsigned short)
-+AC_CHECK_TYPE(uint8_t, unsigned char)
-+AC_CHECK_TYPES([struct in6_addr], , ,
-+[#ifdef WIN32
-+#include <winsock2.h>
-+#else
-+#include <sys/types.h>
-+#include <netinet/in.h>
-+#include <sys/socket.h>
-+#endif
-+#ifdef HAVE_NETINET_IN6_H
-+#include <netinet/in6.h>
-+#endif])
-+
-+AC_MSG_CHECKING([for socklen_t])
-+AC_TRY_COMPILE([
-+ #include <sys/types.h>
-+ #include <sys/socket.h>],
-+  [socklen_t x;],
-+  AC_MSG_RESULT([yes]),
-+  [AC_MSG_RESULT([no])
-+  AC_DEFINE(socklen_t, unsigned int,
-+      [Define to unsigned int if you dont have it])]
-+)
-+
-+AC_MSG_CHECKING([whether our compiler supports __func__])
-+AC_TRY_COMPILE([],
-+ [ const char *cp = __func__; ],
-+ AC_MSG_RESULT([yes]),
-+ AC_MSG_RESULT([no])
-+ AC_MSG_CHECKING([whether our compiler supports __FUNCTION__])
-+ AC_TRY_COMPILE([],
-+   [ const char *cp = __FUNCTION__; ],
-+   AC_MSG_RESULT([yes])
-+   AC_DEFINE(__func__, __FUNCTION__,
-+         [Define to appropriate substitue if compiler doesnt have __func__]),
-+   AC_MSG_RESULT([no])
-+   AC_DEFINE(__func__, __FILE__,
-+         [Define to appropriate substitue if compiler doesnt have __func__])))
-+
-+
-+AC_OUTPUT(Makefile)
-diff -Nru php-5.2.6.vanilla/libevent/depcomp php-5.2.6.fpm/libevent/depcomp
---- php-5.2.6.vanilla/libevent/depcomp 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/depcomp     2008-03-28 01:50:51.000000000 +0300
-@@ -0,0 +1,529 @@
-+#! /bin/sh
-+# depcomp - compile a program generating dependencies as side-effects
-+
-+scriptversion=2005-02-09.22
-+
-+# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
-+
-+# This program is free software; you can redistribute it and/or modify
-+# it under the terms of the GNU General Public License as published by
-+# the Free Software Foundation; either version 2, or (at your option)
-+# any later version.
-+
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+# GNU General Public License for more details.
-+
-+# You should have received a copy of the GNU General Public License
-+# along with this program; if not, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# As a special exception to the GNU General Public License, if you
-+# distribute this file as part of a program that contains a
-+# configuration script generated by Autoconf, you may include it under
-+# the same distribution terms that you use for the rest of that program.
-+
-+# Originally written by Alexandre Oliva <oliva@dcc.unicamp.br>.
-+
-+case $1 in
-+  '')
-+     echo "$0: No command.  Try \`$0 --help' for more information." 1>&2
-+     exit 1;
-+     ;;
-+  -h | --h*)
-+    cat <<\EOF
-+Usage: depcomp [--help] [--version] PROGRAM [ARGS]
-+
-+Run PROGRAMS ARGS to compile a file, generating dependencies
-+as side-effects.
-+
-+Environment variables:
-+  depmode     Dependency tracking mode.
-+  source      Source file read by `PROGRAMS ARGS'.
-+  object      Object file output by `PROGRAMS ARGS'.
-+  DEPDIR      directory where to store dependencies.
-+  depfile     Dependency file to output.
-+  tmpdepfile  Temporary file to use when outputing dependencies.
-+  libtool     Whether libtool is used (yes/no).
-+
-+Report bugs to <bug-automake@gnu.org>.
-+EOF
-+    exit $?
-+    ;;
-+  -v | --v*)
-+    echo "depcomp $scriptversion"
-+    exit $?
-+    ;;
-+esac
-+
-+if test -z "$depmode" || test -z "$source" || test -z "$object"; then
-+  echo "depcomp: Variables source, object and depmode must be set" 1>&2
-+  exit 1
-+fi
-+
-+# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po.
-+depfile=${depfile-`echo "$object" |
-+  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
-+tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
-+
-+rm -f "$tmpdepfile"
-+
-+# Some modes work just like other modes, but use different flags.  We
-+# parameterize here, but still list the modes in the big case below,
-+# to make depend.m4 easier to write.  Note that we *cannot* use a case
-+# here, because this file can only contain one case statement.
-+if test "$depmode" = hp; then
-+  # HP compiler uses -M and no extra arg.
-+  gccflag=-M
-+  depmode=gcc
-+fi
-+
-+if test "$depmode" = dashXmstdout; then
-+   # This is just like dashmstdout with a different argument.
-+   dashmflag=-xM
-+   depmode=dashmstdout
-+fi
-+
-+case "$depmode" in
-+gcc3)
-+## gcc 3 implements dependency tracking that does exactly what
-+## we want.  Yay!  Note: for some reason libtool 1.4 doesn't like
-+## it if -MD -MP comes after the -MF stuff.  Hmm.
-+  "$@" -MT "$object" -MD -MP -MF "$tmpdepfile"
-+  stat=$?
-+  if test $stat -eq 0; then :
-+  else
-+    rm -f "$tmpdepfile"
-+    exit $stat
-+  fi
-+  mv "$tmpdepfile" "$depfile"
-+  ;;
-+
-+gcc)
-+## There are various ways to get dependency output from gcc.  Here's
-+## why we pick this rather obscure method:
-+## - Don't want to use -MD because we'd like the dependencies to end
-+##   up in a subdir.  Having to rename by hand is ugly.
-+##   (We might end up doing this anyway to support other compilers.)
-+## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like
-+##   -MM, not -M (despite what the docs say).
-+## - Using -M directly means running the compiler twice (even worse
-+##   than renaming).
-+  if test -z "$gccflag"; then
-+    gccflag=-MD,
-+  fi
-+  "$@" -Wp,"$gccflag$tmpdepfile"
-+  stat=$?
-+  if test $stat -eq 0; then :
-+  else
-+    rm -f "$tmpdepfile"
-+    exit $stat
-+  fi
-+  rm -f "$depfile"
-+  echo "$object : \\" > "$depfile"
-+  alpha=ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
-+## The second -e expression handles DOS-style file names with drive letters.
-+  sed -e 's/^[^:]*: / /' \
-+      -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile"
-+## This next piece of magic avoids the `deleted header file' problem.
-+## The problem is that when a header file which appears in a .P file
-+## is deleted, the dependency causes make to die (because there is
-+## typically no way to rebuild the header).  We avoid this by adding
-+## dummy dependencies for each header file.  Too bad gcc doesn't do
-+## this for us directly.
-+  tr ' ' '
-+' < "$tmpdepfile" |
-+## Some versions of gcc put a space before the `:'.  On the theory
-+## that the space means something, we add a space to the output as
-+## well.
-+## Some versions of the HPUX 10.20 sed can't process this invocation
-+## correctly.  Breaking it into two sed invocations is a workaround.
-+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
-+  rm -f "$tmpdepfile"
-+  ;;
-+
-+hp)
-+  # This case exists only to let depend.m4 do its work.  It works by
-+  # looking at the text of this script.  This case will never be run,
-+  # since it is checked for above.
-+  exit 1
-+  ;;
-+
-+sgi)
-+  if test "$libtool" = yes; then
-+    "$@" "-Wp,-MDupdate,$tmpdepfile"
-+  else
-+    "$@" -MDupdate "$tmpdepfile"
-+  fi
-+  stat=$?
-+  if test $stat -eq 0; then :
-+  else
-+    rm -f "$tmpdepfile"
-+    exit $stat
-+  fi
-+  rm -f "$depfile"
-+
-+  if test -f "$tmpdepfile"; then  # yes, the sourcefile depend on other files
-+    echo "$object : \\" > "$depfile"
-+
-+    # Clip off the initial element (the dependent).  Don't try to be
-+    # clever and replace this with sed code, as IRIX sed won't handle
-+    # lines with more than a fixed number of characters (4096 in
-+    # IRIX 6.2 sed, 8192 in IRIX 6.5).  We also remove comment lines;
-+    # the IRIX cc adds comments like `#:fec' to the end of the
-+    # dependency line.
-+    tr ' ' '
-+' < "$tmpdepfile" \
-+    | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' | \
-+    tr '
-+' ' ' >> $depfile
-+    echo >> $depfile
-+
-+    # The second pass generates a dummy entry for each header file.
-+    tr ' ' '
-+' < "$tmpdepfile" \
-+   | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \
-+   >> $depfile
-+  else
-+    # The sourcefile does not contain any dependencies, so just
-+    # store a dummy comment line, to avoid errors with the Makefile
-+    # "include basename.Plo" scheme.
-+    echo "#dummy" > "$depfile"
-+  fi
-+  rm -f "$tmpdepfile"
-+  ;;
-+
-+aix)
-+  # The C for AIX Compiler uses -M and outputs the dependencies
-+  # in a .u file.  In older versions, this file always lives in the
-+  # current directory.  Also, the AIX compiler puts `$object:' at the
-+  # start of each line; $object doesn't have directory information.
-+  # Version 6 uses the directory in both cases.
-+  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
-+  tmpdepfile="$stripped.u"
-+  if test "$libtool" = yes; then
-+    "$@" -Wc,-M
-+  else
-+    "$@" -M
-+  fi
-+  stat=$?
-+
-+  if test -f "$tmpdepfile"; then :
-+  else
-+    stripped=`echo "$stripped" | sed 's,^.*/,,'`
-+    tmpdepfile="$stripped.u"
-+  fi
-+
-+  if test $stat -eq 0; then :
-+  else
-+    rm -f "$tmpdepfile"
-+    exit $stat
-+  fi
-+
-+  if test -f "$tmpdepfile"; then
-+    outname="$stripped.o"
-+    # Each line is of the form `foo.o: dependent.h'.
-+    # Do two passes, one to just change these to
-+    # `$object: dependent.h' and one to simply `dependent.h:'.
-+    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
-+    sed -e "s,^$outname: \(.*\)$,\1:," < "$tmpdepfile" >> "$depfile"
-+  else
-+    # The sourcefile does not contain any dependencies, so just
-+    # store a dummy comment line, to avoid errors with the Makefile
-+    # "include basename.Plo" scheme.
-+    echo "#dummy" > "$depfile"
-+  fi
-+  rm -f "$tmpdepfile"
-+  ;;
-+
-+icc)
-+  # Intel's C compiler understands `-MD -MF file'.  However on
-+  #    icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
-+  # ICC 7.0 will fill foo.d with something like
-+  #    foo.o: sub/foo.c
-+  #    foo.o: sub/foo.h
-+  # which is wrong.  We want:
-+  #    sub/foo.o: sub/foo.c
-+  #    sub/foo.o: sub/foo.h
-+  #    sub/foo.c:
-+  #    sub/foo.h:
-+  # ICC 7.1 will output
-+  #    foo.o: sub/foo.c sub/foo.h
-+  # and will wrap long lines using \ :
-+  #    foo.o: sub/foo.c ... \
-+  #     sub/foo.h ... \
-+  #     ...
-+
-+  "$@" -MD -MF "$tmpdepfile"
-+  stat=$?
-+  if test $stat -eq 0; then :
-+  else
-+    rm -f "$tmpdepfile"
-+    exit $stat
-+  fi
-+  rm -f "$depfile"
-+  # Each line is of the form `foo.o: dependent.h',
-+  # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'.
-+  # Do two passes, one to just change these to
-+  # `$object: dependent.h' and one to simply `dependent.h:'.
-+  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
-+  # Some versions of the HPUX 10.20 sed can't process this invocation
-+  # correctly.  Breaking it into two sed invocations is a workaround.
-+  sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" |
-+    sed -e 's/$/ :/' >> "$depfile"
-+  rm -f "$tmpdepfile"
-+  ;;
-+
-+tru64)
-+   # The Tru64 compiler uses -MD to generate dependencies as a side
-+   # effect.  `cc -MD -o foo.o ...' puts the dependencies into `foo.o.d'.
-+   # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put
-+   # dependencies in `foo.d' instead, so we check for that too.
-+   # Subdirectories are respected.
-+   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
-+   test "x$dir" = "x$object" && dir=
-+   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
-+
-+   if test "$libtool" = yes; then
-+      # With Tru64 cc, shared objects can also be used to make a
-+      # static library.  This mecanism is used in libtool 1.4 series to
-+      # handle both shared and static libraries in a single compilation.
-+      # With libtool 1.4, dependencies were output in $dir.libs/$base.lo.d.
-+      #
-+      # With libtool 1.5 this exception was removed, and libtool now
-+      # generates 2 separate objects for the 2 libraries.  These two
-+      # compilations output dependencies in in $dir.libs/$base.o.d and
-+      # in $dir$base.o.d.  We have to check for both files, because
-+      # one of the two compilations can be disabled.  We should prefer
-+      # $dir$base.o.d over $dir.libs/$base.o.d because the latter is
-+      # automatically cleaned when .libs/ is deleted, while ignoring
-+      # the former would cause a distcleancheck panic.
-+      tmpdepfile1=$dir.libs/$base.lo.d   # libtool 1.4
-+      tmpdepfile2=$dir$base.o.d          # libtool 1.5
-+      tmpdepfile3=$dir.libs/$base.o.d    # libtool 1.5
-+      tmpdepfile4=$dir.libs/$base.d      # Compaq CCC V6.2-504
-+      "$@" -Wc,-MD
-+   else
-+      tmpdepfile1=$dir$base.o.d
-+      tmpdepfile2=$dir$base.d
-+      tmpdepfile3=$dir$base.d
-+      tmpdepfile4=$dir$base.d
-+      "$@" -MD
-+   fi
-+
-+   stat=$?
-+   if test $stat -eq 0; then :
-+   else
-+      rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
-+      exit $stat
-+   fi
-+
-+   for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" "$tmpdepfile4"
-+   do
-+     test -f "$tmpdepfile" && break
-+   done
-+   if test -f "$tmpdepfile"; then
-+      sed -e "s,^.*\.[a-z]*:,$object:," < "$tmpdepfile" > "$depfile"
-+      # That's a tab and a space in the [].
-+      sed -e 's,^.*\.[a-z]*:[  ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
-+   else
-+      echo "#dummy" > "$depfile"
-+   fi
-+   rm -f "$tmpdepfile"
-+   ;;
-+
-+#nosideeffect)
-+  # This comment above is used by automake to tell side-effect
-+  # dependency tracking mechanisms from slower ones.
-+
-+dashmstdout)
-+  # Important note: in order to support this mode, a compiler *must*
-+  # always write the preprocessed file to stdout, regardless of -o.
-+  "$@" || exit $?
-+
-+  # Remove the call to Libtool.
-+  if test "$libtool" = yes; then
-+    while test $1 != '--mode=compile'; do
-+      shift
-+    done
-+    shift
-+  fi
-+
-+  # Remove `-o $object'.
-+  IFS=" "
-+  for arg
-+  do
-+    case $arg in
-+    -o)
-+      shift
-+      ;;
-+    $object)
-+      shift
-+      ;;
-+    *)
-+      set fnord "$@" "$arg"
-+      shift # fnord
-+      shift # $arg
-+      ;;
-+    esac
-+  done
-+
-+  test -z "$dashmflag" && dashmflag=-M
-+  # Require at least two characters before searching for `:'
-+  # in the target name.  This is to cope with DOS-style filenames:
-+  # a dependency such as `c:/foo/bar' could be seen as target `c' otherwise.
-+  "$@" $dashmflag |
-+    sed 's:^[  ]*[^: ][^:][^:]*\:[    ]*:'"$object"'\: :' > "$tmpdepfile"
-+  rm -f "$depfile"
-+  cat < "$tmpdepfile" > "$depfile"
-+  tr ' ' '
-+' < "$tmpdepfile" | \
-+## Some versions of the HPUX 10.20 sed can't process this invocation
-+## correctly.  Breaking it into two sed invocations is a workaround.
-+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
-+  rm -f "$tmpdepfile"
-+  ;;
-+
-+dashXmstdout)
-+  # This case only exists to satisfy depend.m4.  It is never actually
-+  # run, as this mode is specially recognized in the preamble.
-+  exit 1
-+  ;;
-+
-+makedepend)
-+  "$@" || exit $?
-+  # Remove any Libtool call
-+  if test "$libtool" = yes; then
-+    while test $1 != '--mode=compile'; do
-+      shift
-+    done
-+    shift
-+  fi
-+  # X makedepend
-+  shift
-+  cleared=no
-+  for arg in "$@"; do
-+    case $cleared in
-+    no)
-+      set ""; shift
-+      cleared=yes ;;
-+    esac
-+    case "$arg" in
-+    -D*|-I*)
-+      set fnord "$@" "$arg"; shift ;;
-+    # Strip any option that makedepend may not understand.  Remove
-+    # the object too, otherwise makedepend will parse it as a source file.
-+    -*|$object)
-+      ;;
-+    *)
-+      set fnord "$@" "$arg"; shift ;;
-+    esac
-+  done
-+  obj_suffix="`echo $object | sed 's/^.*\././'`"
-+  touch "$tmpdepfile"
-+  ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@"
-+  rm -f "$depfile"
-+  cat < "$tmpdepfile" > "$depfile"
-+  sed '1,2d' "$tmpdepfile" | tr ' ' '
-+' | \
-+## Some versions of the HPUX 10.20 sed can't process this invocation
-+## correctly.  Breaking it into two sed invocations is a workaround.
-+    sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' | sed -e 's/$/ :/' >> "$depfile"
-+  rm -f "$tmpdepfile" "$tmpdepfile".bak
-+  ;;
-+
-+cpp)
-+  # Important note: in order to support this mode, a compiler *must*
-+  # always write the preprocessed file to stdout.
-+  "$@" || exit $?
-+
-+  # Remove the call to Libtool.
-+  if test "$libtool" = yes; then
-+    while test $1 != '--mode=compile'; do
-+      shift
-+    done
-+    shift
-+  fi
-+
-+  # Remove `-o $object'.
-+  IFS=" "
-+  for arg
-+  do
-+    case $arg in
-+    -o)
-+      shift
-+      ;;
-+    $object)
-+      shift
-+      ;;
-+    *)
-+      set fnord "$@" "$arg"
-+      shift # fnord
-+      shift # $arg
-+      ;;
-+    esac
-+  done
-+
-+  "$@" -E |
-+    sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
-+    sed '$ s: \\$::' > "$tmpdepfile"
-+  rm -f "$depfile"
-+  echo "$object : \\" > "$depfile"
-+  cat < "$tmpdepfile" >> "$depfile"
-+  sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile"
-+  rm -f "$tmpdepfile"
-+  ;;
-+
-+msvisualcpp)
-+  # Important note: in order to support this mode, a compiler *must*
-+  # always write the preprocessed file to stdout, regardless of -o,
-+  # because we must use -o when running libtool.
-+  "$@" || exit $?
-+  IFS=" "
-+  for arg
-+  do
-+    case "$arg" in
-+    "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI")
-+      set fnord "$@"
-+      shift
-+      shift
-+      ;;
-+    *)
-+      set fnord "$@" "$arg"
-+      shift
-+      shift
-+      ;;
-+    esac
-+  done
-+  "$@" -E |
-+  sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::echo "`cygpath -u \\"\1\\"`":p' | sort | uniq > "$tmpdepfile"
-+  rm -f "$depfile"
-+  echo "$object : \\" > "$depfile"
-+  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::  \1 \\:p' >> "$depfile"
-+  echo "      " >> "$depfile"
-+  . "$tmpdepfile" | sed 's% %\\ %g' | sed -n '/^\(.*\)$/ s::\1\::p' >> "$depfile"
-+  rm -f "$tmpdepfile"
-+  ;;
-+
-+none)
-+  exec "$@"
-+  ;;
-+
-+*)
-+  echo "Unknown depmode $depmode" 1>&2
-+  exit 1
-+  ;;
-+esac
-+
-+exit 0
-+
-+# Local Variables:
-+# mode: shell-script
-+# sh-indentation: 2
-+# eval: (add-hook 'write-file-hooks 'time-stamp)
-+# time-stamp-start: "scriptversion="
-+# time-stamp-format: "%:y-%02m-%02d.%02H"
-+# time-stamp-end: "$"
-+# End:
-diff -Nru php-5.2.6.vanilla/libevent/devpoll.c php-5.2.6.fpm/libevent/devpoll.c
---- php-5.2.6.vanilla/libevent/devpoll.c       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/devpoll.c   2008-03-28 01:40:53.000000000 +0300
-@@ -0,0 +1,418 @@
-+/*
-+ * Copyright 2000-2004 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <sys/types.h>
-+#include <sys/resource.h>
-+#ifdef HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#else
-+#include <sys/_time.h>
-+#endif
-+#include <sys/queue.h>
-+#include <sys/devpoll.h>
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
-+#include <fcntl.h>
-+#include <errno.h>
-+#include <assert.h>
-+
-+#include "event.h"
-+#include "event-internal.h"
-+#include "evsignal.h"
-+#include "log.h"
-+
-+/* due to limitations in the devpoll interface, we need to keep track of
-+ * all file descriptors outself.
-+ */
-+struct evdevpoll {
-+      struct event *evread;
-+      struct event *evwrite;
-+};
-+
-+struct devpollop {
-+      struct evdevpoll *fds;
-+      int nfds;
-+      struct pollfd *events;
-+      int nevents;
-+      int dpfd;
-+      struct pollfd *changes;
-+      int nchanges;
-+};
-+
-+static void *devpoll_init     (struct event_base *);
-+static int devpoll_add        (void *, struct event *);
-+static int devpoll_del        (void *, struct event *);
-+static int devpoll_recalc     (struct event_base *, void *, int);
-+static int devpoll_dispatch   (struct event_base *, void *, struct timeval *);
-+static void devpoll_dealloc   (struct event_base *, void *);
-+
-+struct eventop devpollops = {
-+      "devpoll",
-+      devpoll_init,
-+      devpoll_add,
-+      devpoll_del,
-+      devpoll_recalc,
-+      devpoll_dispatch,
-+      devpoll_dealloc
-+};
-+
-+#define NEVENT        32000
-+
-+static int
-+devpoll_commit(struct devpollop *devpollop)
-+{
-+      /*
-+       * Due to a bug in Solaris, we have to use pwrite with an offset of 0.
-+       * Write is limited to 2GB of data, until it will fail.
-+       */
-+      if (pwrite(devpollop->dpfd, devpollop->changes,
-+              sizeof(struct pollfd) * devpollop->nchanges, 0) == -1)
-+              return(-1);
-+
-+      devpollop->nchanges = 0;
-+      return(0);
-+}
-+
-+static int
-+devpoll_queue(struct devpollop *devpollop, int fd, int events) {
-+      struct pollfd *pfd;
-+
-+      if (devpollop->nchanges >= devpollop->nevents) {
-+              /*
-+               * Change buffer is full, must commit it to /dev/poll before 
-+               * adding more 
-+               */
-+              if (devpoll_commit(devpollop) != 0)
-+                      return(-1);
-+      }
-+
-+      pfd = &devpollop->changes[devpollop->nchanges++];
-+      pfd->fd = fd;
-+      pfd->events = events;
-+      pfd->revents = 0;
-+
-+      return(0);
-+}
-+
-+static void *
-+devpoll_init(struct event_base *base)
-+{
-+      int dpfd, nfiles = NEVENT;
-+      struct rlimit rl;
-+      struct devpollop *devpollop;
-+
-+      /* Disable devpoll when this environment variable is set */
-+      if (getenv("EVENT_NODEVPOLL"))
-+              return (NULL);
-+
-+      if (!(devpollop = calloc(1, sizeof(struct devpollop))))
-+              return (NULL);
-+
-+      if (getrlimit(RLIMIT_NOFILE, &rl) == 0 &&
-+          rl.rlim_cur != RLIM_INFINITY)
-+              nfiles = rl.rlim_cur - 1;
-+
-+      /* Initialize the kernel queue */
-+      if ((dpfd = open("/dev/poll", O_RDWR)) == -1) {
-+                event_warn("open: /dev/poll");
-+              free(devpollop);
-+              return (NULL);
-+      }
-+
-+      devpollop->dpfd = dpfd;
-+
-+      /* Initialize fields */
-+      devpollop->events = calloc(nfiles, sizeof(struct pollfd));
-+      if (devpollop->events == NULL) {
-+              free(devpollop);
-+              close(dpfd);
-+              return (NULL);
-+      }
-+      devpollop->nevents = nfiles;
-+
-+      devpollop->fds = calloc(nfiles, sizeof(struct evdevpoll));
-+      if (devpollop->fds == NULL) {
-+              free(devpollop->events);
-+              free(devpollop);
-+              close(dpfd);
-+              return (NULL);
-+      }
-+      devpollop->nfds = nfiles;
-+
-+      devpollop->changes = calloc(nfiles, sizeof(struct pollfd));
-+      if (devpollop->changes == NULL) {
-+              free(devpollop->fds);
-+              free(devpollop->events);
-+              free(devpollop);
-+              close(dpfd);
-+              return (NULL);
-+      }
-+
-+      evsignal_init(base);
-+
-+      return (devpollop);
-+}
-+
-+static int
-+devpoll_recalc(struct event_base *base, void *arg, int max)
-+{
-+      struct devpollop *devpollop = arg;
-+
-+      if (max > devpollop->nfds) {
-+              struct evdevpoll *fds;
-+              int nfds;
-+
-+              nfds = devpollop->nfds;
-+              while (nfds < max)
-+                      nfds <<= 1;
-+
-+              fds = realloc(devpollop->fds, nfds * sizeof(struct evdevpoll));
-+              if (fds == NULL) {
-+                      event_warn("realloc");
-+                      return (-1);
-+              }
-+              devpollop->fds = fds;
-+              memset(fds + devpollop->nfds, 0,
-+                  (nfds - devpollop->nfds) * sizeof(struct evdevpoll));
-+              devpollop->nfds = nfds;
-+      }
-+
-+      return (0);
-+}
-+
-+static int
-+devpoll_dispatch(struct event_base *base, void *arg, struct timeval *tv)
-+{
-+      struct devpollop *devpollop = arg;
-+      struct pollfd *events = devpollop->events;
-+      struct dvpoll dvp;
-+      struct evdevpoll *evdp;
-+      int i, res, timeout = -1;
-+
-+      if (devpollop->nchanges)
-+              devpoll_commit(devpollop);
-+
-+      if (tv != NULL)
-+              timeout = tv->tv_sec * 1000 + (tv->tv_usec + 999) / 1000;
-+
-+      dvp.dp_fds = devpollop->events;
-+      dvp.dp_nfds = devpollop->nevents;
-+      dvp.dp_timeout = timeout;
-+
-+      res = ioctl(devpollop->dpfd, DP_POLL, &dvp);
-+
-+      if (res == -1) {
-+              if (errno != EINTR) {
-+                      event_warn("ioctl: DP_POLL");
-+                      return (-1);
-+              }
-+
-+              evsignal_process(base);
-+              return (0);
-+      } else if (base->sig.evsignal_caught) {
-+              evsignal_process(base);
-+      }
-+
-+      event_debug(("%s: devpoll_wait reports %d", __func__, res));
-+
-+      for (i = 0; i < res; i++) {
-+              int which = 0;
-+              int what = events[i].revents;
-+              struct event *evread = NULL, *evwrite = NULL;
-+
-+              assert(events[i].fd < devpollop->nfds);
-+              evdp = &devpollop->fds[events[i].fd];
-+   
-+                if (what & POLLHUP)
-+                        what |= POLLIN | POLLOUT;
-+                else if (what & POLLERR)
-+                        what |= POLLIN | POLLOUT;
-+
-+              if (what & POLLIN) {
-+                      evread = evdp->evread;
-+                      which |= EV_READ;
-+              }
-+
-+              if (what & POLLOUT) {
-+                      evwrite = evdp->evwrite;
-+                      which |= EV_WRITE;
-+              }
-+
-+              if (!which)
-+                      continue;
-+
-+              if (evread != NULL && !(evread->ev_events & EV_PERSIST))
-+                      event_del(evread);
-+              if (evwrite != NULL && evwrite != evread &&
-+                  !(evwrite->ev_events & EV_PERSIST))
-+                      event_del(evwrite);
-+
-+              if (evread != NULL)
-+                      event_active(evread, EV_READ, 1);
-+              if (evwrite != NULL)
-+                      event_active(evwrite, EV_WRITE, 1);
-+      }
-+
-+      return (0);
-+}
-+
-+
-+static int
-+devpoll_add(void *arg, struct event *ev)
-+{
-+      struct devpollop *devpollop = arg;
-+      struct evdevpoll *evdp;
-+      int fd, events;
-+
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_add(ev));
-+
-+      fd = ev->ev_fd;
-+      if (fd >= devpollop->nfds) {
-+              /* Extend the file descriptor array as necessary */
-+              if (devpoll_recalc(ev->ev_base, devpollop, fd) == -1)
-+                      return (-1);
-+      }
-+      evdp = &devpollop->fds[fd];
-+
-+      /* 
-+       * It's not necessary to OR the existing read/write events that we
-+       * are currently interested in with the new event we are adding.
-+       * The /dev/poll driver ORs any new events with the existing events
-+       * that it has cached for the fd.
-+       */
-+
-+      events = 0;
-+      if (ev->ev_events & EV_READ) {
-+              if (evdp->evread && evdp->evread != ev) {
-+                 /* There is already a different read event registered */
-+                 return(-1);
-+              }
-+              events |= POLLIN;
-+      }
-+
-+      if (ev->ev_events & EV_WRITE) {
-+              if (evdp->evwrite && evdp->evwrite != ev) {
-+                 /* There is already a different write event registered */
-+                 return(-1);
-+              }
-+              events |= POLLOUT;
-+      }
-+
-+      if (devpoll_queue(devpollop, fd, events) != 0)
-+              return(-1);
-+
-+      /* Update events responsible */
-+      if (ev->ev_events & EV_READ)
-+              evdp->evread = ev;
-+      if (ev->ev_events & EV_WRITE)
-+              evdp->evwrite = ev;
-+
-+      return (0);
-+}
-+
-+static int
-+devpoll_del(void *arg, struct event *ev)
-+{
-+      struct devpollop *devpollop = arg;
-+      struct evdevpoll *evdp;
-+      int fd, events;
-+      int needwritedelete = 1, needreaddelete = 1;
-+
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_del(ev));
-+
-+      fd = ev->ev_fd;
-+      if (fd >= devpollop->nfds)
-+              return (0);
-+      evdp = &devpollop->fds[fd];
-+
-+      events = 0;
-+      if (ev->ev_events & EV_READ)
-+              events |= POLLIN;
-+      if (ev->ev_events & EV_WRITE)
-+              events |= POLLOUT;
-+
-+      /*
-+       * The only way to remove an fd from the /dev/poll monitored set is
-+       * to use POLLREMOVE by itself.  This removes ALL events for the fd 
-+       * provided so if we care about two events and are only removing one 
-+       * we must re-add the other event after POLLREMOVE.
-+       */
-+
-+      if (devpoll_queue(devpollop, fd, POLLREMOVE) != 0)
-+              return(-1);
-+
-+      if ((events & (POLLIN|POLLOUT)) != (POLLIN|POLLOUT)) {
-+              /*
-+               * We're not deleting all events, so we must resubmit the
-+               * event that we are still interested in if one exists.
-+               */
-+
-+              if ((events & POLLIN) && evdp->evwrite != NULL) {
-+                      /* Deleting read, still care about write */
-+                      devpoll_queue(devpollop, fd, POLLOUT);
-+                      needwritedelete = 0;
-+              } else if ((events & POLLOUT) && evdp->evread != NULL) {
-+                      /* Deleting write, still care about read */
-+                      devpoll_queue(devpollop, fd, POLLIN);
-+                      needreaddelete = 0;
-+              }
-+      }
-+
-+      if (needreaddelete)
-+              evdp->evread = NULL;
-+      if (needwritedelete)
-+              evdp->evwrite = NULL;
-+
-+      return (0);
-+}
-+
-+static void
-+devpoll_dealloc(struct event_base *base, void *arg)
-+{
-+      struct devpollop *devpollop = arg;
-+
-+      evsignal_dealloc(base);
-+      if (devpollop->fds)
-+              free(devpollop->fds);
-+      if (devpollop->events)
-+              free(devpollop->events);
-+      if (devpollop->changes)
-+              free(devpollop->changes);
-+      if (devpollop->dpfd >= 0)
-+              close(devpollop->dpfd);
-+
-+      memset(devpollop, 0, sizeof(struct devpollop));
-+      free(devpollop);
-+}
-diff -Nru php-5.2.6.vanilla/libevent/epoll.c php-5.2.6.fpm/libevent/epoll.c
---- php-5.2.6.vanilla/libevent/epoll.c 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/epoll.c     2008-03-28 01:42:08.000000000 +0300
-@@ -0,0 +1,362 @@
-+/*
-+ * Copyright 2000-2003 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <stdint.h>
-+#include <sys/types.h>
-+#include <sys/resource.h>
-+#ifdef HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#else
-+#include <sys/_time.h>
-+#endif
-+#include <sys/queue.h>
-+#include <sys/epoll.h>
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
-+#include <errno.h>
-+#ifdef HAVE_FCNTL_H
-+#include <fcntl.h>
-+#endif
-+
-+#include "event.h"
-+#include "event-internal.h"
-+#include "evsignal.h"
-+#include "log.h"
-+
-+/* due to limitations in the epoll interface, we need to keep track of
-+ * all file descriptors outself.
-+ */
-+struct evepoll {
-+      struct event *evread;
-+      struct event *evwrite;
-+};
-+
-+struct epollop {
-+      struct evepoll *fds;
-+      int nfds;
-+      struct epoll_event *events;
-+      int nevents;
-+      int epfd;
-+};
-+
-+static void *epoll_init       (struct event_base *);
-+static int epoll_add  (void *, struct event *);
-+static int epoll_del  (void *, struct event *);
-+static int epoll_recalc       (struct event_base *, void *, int);
-+static int epoll_dispatch     (struct event_base *, void *, struct timeval *);
-+static void epoll_dealloc     (struct event_base *, void *);
-+
-+struct eventop epollops = {
-+      "epoll",
-+      epoll_init,
-+      epoll_add,
-+      epoll_del,
-+      epoll_recalc,
-+      epoll_dispatch,
-+      epoll_dealloc
-+};
-+
-+#ifdef HAVE_SETFD
-+#define FD_CLOSEONEXEC(x) do { \
-+        if (fcntl(x, F_SETFD, 1) == -1) \
-+                event_warn("fcntl(%d, F_SETFD)", x); \
-+} while (0)
-+#else
-+#define FD_CLOSEONEXEC(x)
-+#endif
-+
-+#define NEVENT        32000
-+
-+static void *
-+epoll_init(struct event_base *base)
-+{
-+      int epfd, nfiles = NEVENT;
-+      struct rlimit rl;
-+      struct epollop *epollop;
-+
-+      /* Disable epollueue when this environment variable is set */
-+      if (getenv("EVENT_NOEPOLL"))
-+              return (NULL);
-+
-+      if (getrlimit(RLIMIT_NOFILE, &rl) == 0 &&
-+          rl.rlim_cur != RLIM_INFINITY) {
-+              /*
-+               * Solaris is somewhat retarded - it's important to drop
-+               * backwards compatibility when making changes.  So, don't
-+               * dare to put rl.rlim_cur here.
-+               */
-+              nfiles = rl.rlim_cur - 1;
-+      }
-+
-+      /* Initalize the kernel queue */
-+
-+      if ((epfd = epoll_create(nfiles)) == -1) {
-+                event_warn("epoll_create");
-+              return (NULL);
-+      }
-+
-+      FD_CLOSEONEXEC(epfd);
-+
-+      if (!(epollop = calloc(1, sizeof(struct epollop))))
-+              return (NULL);
-+
-+      epollop->epfd = epfd;
-+
-+      /* Initalize fields */
-+      epollop->events = malloc(nfiles * sizeof(struct epoll_event));
-+      if (epollop->events == NULL) {
-+              free(epollop);
-+              return (NULL);
-+      }
-+      epollop->nevents = nfiles;
-+
-+      epollop->fds = calloc(nfiles, sizeof(struct evepoll));
-+      if (epollop->fds == NULL) {
-+              free(epollop->events);
-+              free(epollop);
-+              return (NULL);
-+      }
-+      epollop->nfds = nfiles;
-+
-+      evsignal_init(base);
-+
-+      return (epollop);
-+}
-+
-+static int
-+epoll_recalc(struct event_base *base, void *arg, int max)
-+{
-+      struct epollop *epollop = arg;
-+
-+      if (max > epollop->nfds) {
-+              struct evepoll *fds;
-+              int nfds;
-+
-+              nfds = epollop->nfds;
-+              while (nfds < max)
-+                      nfds <<= 1;
-+
-+              fds = realloc(epollop->fds, nfds * sizeof(struct evepoll));
-+              if (fds == NULL) {
-+                      event_warn("realloc");
-+                      return (-1);
-+              }
-+              epollop->fds = fds;
-+              memset(fds + epollop->nfds, 0,
-+                  (nfds - epollop->nfds) * sizeof(struct evepoll));
-+              epollop->nfds = nfds;
-+      }
-+
-+      return (0);
-+}
-+
-+static int
-+epoll_dispatch(struct event_base *base, void *arg, struct timeval *tv)
-+{
-+      struct epollop *epollop = arg;
-+      struct epoll_event *events = epollop->events;
-+      struct evepoll *evep;
-+      int i, res, timeout = -1;
-+
-+      if (tv != NULL)
-+              timeout = tv->tv_sec * 1000 + (tv->tv_usec + 999) / 1000;
-+
-+      res = epoll_wait(epollop->epfd, events, epollop->nevents, timeout);
-+
-+      if (res == -1) {
-+              if (errno != EINTR) {
-+                      event_warn("epoll_wait");
-+                      return (-1);
-+              }
-+
-+              evsignal_process(base);
-+              return (0);
-+      } else if (base->sig.evsignal_caught) {
-+              evsignal_process(base);
-+      }
-+
-+      event_debug(("%s: epoll_wait reports %d", __func__, res));
-+
-+      for (i = 0; i < res; i++) {
-+              int what = events[i].events;
-+              struct event *evread = NULL, *evwrite = NULL;
-+
-+              evep = (struct evepoll *)events[i].data.ptr;
-+
-+              if (what & (EPOLLHUP|EPOLLERR)) {
-+                      evread = evep->evread;
-+                      evwrite = evep->evwrite;
-+              } else {
-+                      if (what & EPOLLIN) {
-+                              evread = evep->evread;
-+                      }
-+
-+                      if (what & EPOLLOUT) {
-+                              evwrite = evep->evwrite;
-+                      }
-+              }
-+
-+              if (!(evread||evwrite))
-+                      continue;
-+
-+              if (evread != NULL && !(evread->ev_events & EV_PERSIST))
-+                      event_del(evread);
-+              if (evwrite != NULL && evwrite != evread &&
-+                      !(evwrite->ev_events & EV_PERSIST))
-+                      event_del(evwrite);
-+
-+              if (evread != NULL)
-+                      event_active(evread, EV_READ, 1);
-+              if (evwrite != NULL)
-+                      event_active(evwrite, EV_WRITE, 1);
-+      }
-+
-+      return (0);
-+}
-+
-+
-+static int
-+epoll_add(void *arg, struct event *ev)
-+{
-+      struct epollop *epollop = arg;
-+      struct epoll_event epev = {0, {0}};
-+      struct evepoll *evep;
-+      int fd, op, events;
-+
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_add(ev));
-+
-+      fd = ev->ev_fd;
-+      if (fd >= epollop->nfds) {
-+              /* Extent the file descriptor array as necessary */
-+              if (epoll_recalc(ev->ev_base, epollop, fd) == -1)
-+                      return (-1);
-+      }
-+      evep = &epollop->fds[fd];
-+      op = EPOLL_CTL_ADD;
-+      events = 0;
-+      if (evep->evread != NULL) {
-+              events |= EPOLLIN;
-+              op = EPOLL_CTL_MOD;
-+      }
-+      if (evep->evwrite != NULL) {
-+              events |= EPOLLOUT;
-+              op = EPOLL_CTL_MOD;
-+      }
-+
-+      if (ev->ev_events & EV_READ)
-+              events |= EPOLLIN;
-+      if (ev->ev_events & EV_WRITE)
-+              events |= EPOLLOUT;
-+
-+      epev.data.ptr = evep;
-+      epev.events = events;
-+      if (epoll_ctl(epollop->epfd, op, ev->ev_fd, &epev) == -1)
-+                      return (-1);
-+
-+      /* Update events responsible */
-+      if (ev->ev_events & EV_READ)
-+              evep->evread = ev;
-+      if (ev->ev_events & EV_WRITE)
-+              evep->evwrite = ev;
-+
-+      return (0);
-+}
-+
-+static int
-+epoll_del(void *arg, struct event *ev)
-+{
-+      struct epollop *epollop = arg;
-+      struct epoll_event epev = {0, {0}};
-+      struct evepoll *evep;
-+      int fd, events, op;
-+      int needwritedelete = 1, needreaddelete = 1;
-+
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_del(ev));
-+
-+      fd = ev->ev_fd;
-+      if (fd >= epollop->nfds)
-+              return (0);
-+      evep = &epollop->fds[fd];
-+
-+      op = EPOLL_CTL_DEL;
-+      events = 0;
-+
-+      if (ev->ev_events & EV_READ)
-+              events |= EPOLLIN;
-+      if (ev->ev_events & EV_WRITE)
-+              events |= EPOLLOUT;
-+
-+      if ((events & (EPOLLIN|EPOLLOUT)) != (EPOLLIN|EPOLLOUT)) {
-+              if ((events & EPOLLIN) && evep->evwrite != NULL) {
-+                      needwritedelete = 0;
-+                      events = EPOLLOUT;
-+                      op = EPOLL_CTL_MOD;
-+              } else if ((events & EPOLLOUT) && evep->evread != NULL) {
-+                      needreaddelete = 0;
-+                      events = EPOLLIN;
-+                      op = EPOLL_CTL_MOD;
-+              }
-+      }
-+
-+      epev.events = events;
-+      epev.data.ptr = evep;
-+
-+      if (needreaddelete)
-+              evep->evread = NULL;
-+      if (needwritedelete)
-+              evep->evwrite = NULL;
-+
-+      if (epoll_ctl(epollop->epfd, op, fd, &epev) == -1)
-+              return (-1);
-+
-+      return (0);
-+}
-+
-+static void
-+epoll_dealloc(struct event_base *base, void *arg)
-+{
-+      struct epollop *epollop = arg;
-+
-+      evsignal_dealloc(base);
-+      if (epollop->fds)
-+              free(epollop->fds);
-+      if (epollop->events)
-+              free(epollop->events);
-+      if (epollop->epfd >= 0)
-+              close(epollop->epfd);
-+
-+      memset(epollop, 0, sizeof(struct epollop));
-+      free(epollop);
-+}
-diff -Nru php-5.2.6.vanilla/libevent/epoll_sub.c php-5.2.6.fpm/libevent/epoll_sub.c
---- php-5.2.6.vanilla/libevent/epoll_sub.c     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/epoll_sub.c 2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,52 @@
-+/*
-+ * Copyright 2003 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#include <stdint.h>
-+
-+#include <sys/param.h>
-+#include <sys/types.h>
-+#include <sys/syscall.h>
-+#include <sys/epoll.h>
-+#include <unistd.h>
-+
-+int
-+epoll_create(int size)
-+{
-+      return (syscall(__NR_epoll_create, size));
-+}
-+
-+int
-+epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)
-+{
-+
-+      return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
-+}
-+
-+int
-+epoll_wait(int epfd, struct epoll_event *events, int maxevents, int timeout)
-+{
-+      return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
-+}
-diff -Nru php-5.2.6.vanilla/libevent/event.3 php-5.2.6.fpm/libevent/event.3
---- php-5.2.6.vanilla/libevent/event.3 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/event.3     2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,604 @@
-+.\"   $OpenBSD: event.3,v 1.4 2002/07/12 18:50:48 provos Exp $
-+.\"
-+.\" Copyright (c) 2000 Artur Grabowski <art@openbsd.org>
-+.\" All rights reserved.
-+.\"
-+.\" Redistribution and use in source and binary forms, with or without
-+.\" modification, are permitted provided that the following conditions
-+.\" are met:
-+.\"
-+.\" 1. Redistributions of source code must retain the above copyright
-+.\"    notice, this list of conditions and the following disclaimer.
-+.\" 2. Redistributions in binary form must reproduce the above copyright
-+.\"    notice, this list of conditions and the following disclaimer in the
-+.\"    documentation and/or other materials provided with the distribution.
-+.\" 3. The name of the author may not be used to endorse or promote products
-+.\"    derived from this software without specific prior written permission.
-+.\"
-+.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
-+.\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
-+.\" AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
-+.\" THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
-+.\" EXEMPLARY, OR CONSEQUENTIAL  DAMAGES (INCLUDING, BUT NOT LIMITED TO,
-+.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
-+.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
-+.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
-+.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
-+.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+.\"
-+.Dd August 8, 2000
-+.Dt EVENT 3
-+.Os
-+.Sh NAME
-+.Nm event_init ,
-+.Nm event_dispatch ,
-+.Nm event_loop ,
-+.Nm event_loopexit ,
-+.Nm event_set ,
-+.Nm event_base_dispatch ,
-+.Nm event_base_loop ,
-+.Nm event_base_loopexit ,
-+.Nm event_base_set ,
-+.Nm event_base_free ,
-+.Nm event_add ,
-+.Nm event_del ,
-+.Nm event_once ,
-+.Nm event_base_once ,
-+.Nm event_pending ,
-+.Nm event_initialized ,
-+.Nm event_priority_init ,
-+.Nm event_priority_set ,
-+.Nm evtimer_set ,
-+.Nm evtimer_add ,
-+.Nm evtimer_del ,
-+.Nm evtimer_pending ,
-+.Nm evtimer_initialized ,
-+.Nm signal_set ,
-+.Nm signal_add ,
-+.Nm signal_del ,
-+.Nm signal_pending ,
-+.Nm signal_initialized ,
-+.Nm bufferevent_new ,
-+.Nm bufferevent_free ,
-+.Nm bufferevent_write ,
-+.Nm bufferevent_write_buffer ,
-+.Nm bufferevent_read ,
-+.Nm bufferevent_enable ,
-+.Nm bufferevent_disable ,
-+.Nm bufferevent_settimeout ,
-+.Nm bufferevent_base_set ,
-+.Nm evbuffer_new ,
-+.Nm evbuffer_free ,
-+.Nm evbuffer_add ,
-+.Nm evbuffer_add_buffer ,
-+.Nm evbuffer_add_printf ,
-+.Nm evbuffer_add_vprintf ,
-+.Nm evbuffer_drain ,
-+.Nm evbuffer_write ,
-+.Nm evbuffer_read ,
-+.Nm evbuffer_find ,
-+.Nm evbuffer_readline ,
-+.Nm evhttp_new ,
-+.Nm evhttp_bind_socket ,
-+.Nm evhttp_free
-+.Nd execute a function when a specific event occurs
-+.Sh SYNOPSIS
-+.Fd #include <sys/time.h>
-+.Fd #include <event.h>
-+.Ft "struct event_base *"
-+.Fn "event_init" "void"
-+.Ft int
-+.Fn "event_dispatch" "void"
-+.Ft int
-+.Fn "event_loop" "int flags"
-+.Ft int
-+.Fn "event_loopexit" "struct timeval *tv"
-+.Ft void
-+.Fn "event_set" "struct event *ev" "int fd" "short event" "void (*fn)(int, short, void *)" "void *arg"
-+.Ft int
-+.Fn "event_base_dispatch" "struct event_base *base"
-+.Ft int
-+.Fn "event_base_loop" "struct event_base *base" "int flags"
-+.Ft int
-+.Fn "event_base_loopexit" "struct event_base *base" "struct timeval *tv"
-+.Ft int
-+.Fn "event_base_set" "struct event_base *base" "struct event *"
-+.Ft void
-+.Fn "event_base_free" "struct event_base *base"
-+.Ft int
-+.Fn "event_add" "struct event *ev" "struct timeval *tv"
-+.Ft int
-+.Fn "event_del" "struct event *ev"
-+.Ft int
-+.Fn "event_once" "int fd" "short event" "void (*fn)(int, short, void *)" "void *arg" "struct timeval *tv"
-+.Ft int
-+.Fn "event_base_once" "struct event_base *base" "int fd" "short event" "void (*fn)(int, short, void *)" "void *arg" "struct timeval *tv"
-+.Ft int
-+.Fn "event_pending" "struct event *ev" "short event" "struct timeval *tv"
-+.Ft int
-+.Fn "event_initialized" "struct event *ev"
-+.Ft int
-+.Fn "event_priority_init" "int npriorities"
-+.Ft int
-+.Fn "event_priority_set" "struct event *ev" "int priority"
-+.Ft void
-+.Fn "evtimer_set" "struct event *ev" "void (*fn)(int, short, void *)" "void *arg"
-+.Ft void
-+.Fn "evtimer_add" "struct event *ev" "struct timeval *"
-+.Ft void
-+.Fn "evtimer_del" "struct event *ev"
-+.Ft int
-+.Fn "evtimer_pending" "struct event *ev" "struct timeval *tv"
-+.Ft int
-+.Fn "evtimer_initialized" "struct event *ev"
-+.Ft void
-+.Fn "signal_set" "struct event *ev" "int signal" "void (*fn)(int, short, void *)" "void *arg"
-+.Ft void
-+.Fn "signal_add" "struct event *ev" "struct timeval *"
-+.Ft void
-+.Fn "signal_del" "struct event *ev"
-+.Ft int
-+.Fn "signal_pending" "struct event *ev" "struct timeval *tv"
-+.Ft int
-+.Fn "signal_initialized" "struct event *ev"
-+.Ft "struct bufferevent *"
-+.Fn "bufferevent_new" "int fd" "evbuffercb readcb" "evbuffercb writecb" "everrorcb" "void *cbarg"
-+.Ft void
-+.Fn "bufferevent_free" "struct bufferevent *bufev"
-+.Ft int
-+.Fn "bufferevent_write" "struct bufferevent *bufev" "void *data" "size_t size"
-+.Ft int
-+.Fn "bufferevent_write_buffer" "struct bufferevent *bufev" "struct evbuffer *buf"
-+.Ft size_t
-+.Fn "bufferevent_read" "struct bufferevent *bufev" "void *data" "size_t size"
-+.Ft int
-+.Fn "bufferevent_enable" "struct bufferevent *bufev" "short event"
-+.Ft int
-+.Fn "bufferevent_disable" "struct bufferevent *bufev" "short event"
-+.Ft void
-+.Fn "bufferevent_settimeout" "struct bufferevent *bufev" "int timeout_read" "int timeout_write"
-+.Ft int
-+.Fn "bufferevent_base_set" "struct event_base *base" "struct bufferevent *bufev"
-+.Ft "struct evbuffer *"
-+.Fn "evbuffer_new" "void"
-+.Ft void
-+.Fn "evbuffer_free" "struct evbuffer *buf"
-+.Ft int
-+.Fn "evbuffer_add" "struct evbuffer *buf" "const void *data" "size_t size"
-+.Ft int
-+.Fn "evbuffer_add_buffer" "struct evbuffer *dst" "struct evbuffer *src"
-+.Ft int
-+.Fn "evbuffer_add_printf" "struct evbuffer *buf" "const char *fmt" "..."
-+.Ft int
-+.Fn "evbuffer_add_vprintf" "struct evbuffer *buf" "const char *fmt" "va_list ap"
-+.Ft void
-+.Fn "evbuffer_drain" "struct evbuffer *buf" "size_t size"
-+.Ft int
-+.Fn "evbuffer_write" "struct evbuffer *buf" "int fd"
-+.Ft int
-+.Fn "evbuffer_read" "struct evbuffer *buf" "int fd" "int size"
-+.Ft "u_char *"
-+.Fn "evbuffer_find" "struct evbuffer *buf" "const u_char *data" "size_t size"
-+.Ft "char *"
-+.Fn "evbuffer_readline" "struct evbuffer *buf"
-+.Ft "struct evhttp *"
-+.Fn "evhttp_new" "struct event_base *base"
-+.Ft int
-+.Fn "evhttp_bind_socket" "struct evhttp *http" "const char *address" "u_short port"
-+.Ft "void"
-+.Fn "evhttp_free" "struct evhttp *http"
-+.Ft int
-+.Fa (*event_sigcb)(void) ;
-+.Ft volatile sig_atomic_t
-+.Fa event_gotsig ;
-+.Sh DESCRIPTION
-+The
-+.Nm event
-+API provides a mechanism to execute a function when a specific event
-+on a file descriptor occurs or after a given time has passed.
-+.Pp
-+The
-+.Nm event
-+API needs to be initialized with
-+.Fn event_init
-+before it can be used.
-+.Pp
-+In order to process events, an application needs to call
-+.Fn event_dispatch .
-+This function only returns on error, and should replace the event core
-+of the application program.
-+.Pp
-+The function
-+.Fn event_set
-+prepares the event structure
-+.Fa ev
-+to be used in future calls to
-+.Fn event_add
-+and
-+.Fn event_del .
-+The event will be prepared to call the function specified by the
-+.Fa fn
-+argument with an
-+.Fa int
-+argument indicating the file descriptor, a
-+.Fa short
-+argument indicating the type of event, and a
-+.Fa void *
-+argument given in the
-+.Fa arg
-+argument.
-+The
-+.Fa fd
-+indicates the file descriptor that should be monitored for events.
-+The events can be either
-+.Va EV_READ ,
-+.Va EV_WRITE ,
-+or both,
-+indicating that an application can read or write from the file descriptor
-+respectively without blocking.
-+.Pp
-+The function
-+.Fa fn
-+will be called with the file descriptor that triggered the event and
-+the type of event which will be either
-+.Va EV_TIMEOUT ,
-+.Va EV_SIGNAL ,
-+.Va EV_READ ,
-+or
-+.Va EV_WRITE .
-+Additionally, an event which has registered interest in more than one of the
-+preceeding events, via bitwise-OR to
-+.Fn event_set ,
-+can provide its callback function with a bitwise-OR of more than one triggered
-+event.
-+The additional flag
-+.Va EV_PERSIST
-+makes an
-+.Fn event_add
-+persistent until
-+.Fn event_del
-+has been called.
-+.Pp
-+Once initialized, the
-+.Fa ev
-+structure can be used repeatedly with
-+.Fn event_add
-+and
-+.Fn event_del
-+and does not need to be reinitialized unless the function called and/or
-+the argument to it are to be changed.
-+However, when an
-+.Fa ev
-+structure has been added to libevent using
-+.Fn event_add
-+the structure must persist until the event occurs (assuming
-+.Fa EV_PERSIST
-+is not set) or is removed
-+using
-+.Fn event_del .
-+You may not reuse the same
-+.Fa ev
-+structure for multiple monitored descriptors; each descriptor
-+needs its own
-+.Fa ev .
-+.Pp
-+The function
-+.Fn event_add
-+schedules the execution of the
-+.Fa ev
-+event when the event specified in
-+.Fn event_set
-+occurs or in at least the time specified in the
-+.Fa tv .
-+If
-+.Fa tv
-+is
-+.Dv NULL ,
-+no timeout occurs and the function will only be called
-+if a matching event occurs on the file descriptor.
-+The event in the
-+.Fa ev
-+argument must be already initialized by
-+.Fn event_set
-+and may not be used in calls to
-+.Fn event_set
-+until it has timed out or been removed with
-+.Fn event_del .
-+If the event in the
-+.Fa ev
-+argument already has a scheduled timeout, the old timeout will be
-+replaced by the new one.
-+.Pp
-+The function
-+.Fn event_del
-+will cancel the event in the argument
-+.Fa ev .
-+If the event has already executed or has never been added
-+the call will have no effect.
-+.Pp
-+The functions
-+.Fn evtimer_set ,
-+.Fn evtimer_add ,
-+.Fn evtimer_del ,
-+.Fn evtimer_initialized ,
-+and
-+.Fn evtimer_pending
-+are abbreviations for common situations where only a timeout is required.
-+The file descriptor passed will be \-1, and the event type will be
-+.Va EV_TIMEOUT .
-+.Pp
-+The functions
-+.Fn signal_set ,
-+.Fn signal_add ,
-+.Fn signal_del ,
-+.Fn signal_initialized ,
-+and
-+.Fn signal_pending
-+are abbreviations.
-+The event type will be a persistent
-+.Va EV_SIGNAL .
-+That means
-+.Fn signal_set
-+adds
-+.Va EV_PERSIST .
-+.Pp
-+In order to avoid races in signal handlers, the
-+.Nm event
-+API provides two variables:
-+.Va event_sigcb
-+and
-+.Va event_gotsig .
-+A signal handler
-+sets
-+.Va event_gotsig
-+to indicate that a signal has been received.
-+The application sets
-+.Va event_sigcb
-+to a callback function.
-+After the signal handler sets
-+.Va event_gotsig ,
-+.Nm event_dispatch
-+will execute the callback function to process received signals.
-+The callback returns 1 when no events are registered any more.
-+It can return \-1 to indicate an error to the
-+.Nm event
-+library, causing
-+.Fn event_dispatch
-+to terminate with
-+.Va errno
-+set to
-+.Er EINTR .
-+.Pp
-+The function
-+.Fn event_once
-+is similar to
-+.Fn event_set .
-+However, it schedules a callback to be called exactly once and does not
-+require the caller to prepare an
-+.Fa event
-+structure.
-+This function supports
-+.Fa EV_TIMEOUT ,
-+.Fa EV_READ ,
-+and
-+.Fa EV_WRITE .
-+.Pp
-+The
-+.Fn event_pending
-+function can be used to check if the event specified by
-+.Fa event
-+is pending to run.
-+If
-+.Va EV_TIMEOUT
-+was specified and
-+.Fa tv
-+is not
-+.Dv NULL ,
-+the expiration time of the event will be returned in
-+.Fa tv .
-+.Pp
-+The
-+.Fn event_initialized
-+macro can be used to check if an event has been initialized.
-+.Pp
-+The
-+.Nm event_loop
-+function provides an interface for single pass execution of pending
-+events.
-+The flags
-+.Va EVLOOP_ONCE
-+and
-+.Va EVLOOP_NONBLOCK
-+are recognized.
-+The
-+.Nm event_loopexit
-+function allows the loop to be terminated after some amount of time
-+has passed.
-+The parameter indicates the time after which the loop should terminate.
-+.Pp
-+It is the responsibility of the caller to provide these functions with
-+pre-allocated event structures.
-+.Pp
-+.Sh EVENT PRIORITIES
-+By default
-+.Nm libevent
-+schedules all active events with the same priority.
-+However, sometimes it is desirable to process some events with a higher
-+priority than others.
-+For that reason,
-+.Nm libevent
-+supports strict priority queues.
-+Active events with a lower priority are always processed before events
-+with a higher priority.
-+.Pp
-+The number of different priorities can be set initially with the
-+.Fn event_priority_init
-+function.
-+This function should be called before the first call to
-+.Fn event_dispatch .
-+The
-+.Fn event_priority_set
-+function can be used to assign a priority to an event.
-+By default,
-+.Nm libevent
-+assigns the middle priority to all events unless their priority
-+is explicitly set.
-+.Sh THREAD SAFE EVENTS
-+.Nm Libevent
-+has experimental support for thread-safe events.
-+When initializing the library via
-+.Fn event_init ,
-+an event base is returned.
-+This event base can be used in conjunction with calls to
-+.Fn event_base_set ,
-+.Fn event_base_dispatch ,
-+.Fn event_base_loop ,
-+.Fn event_base_loopexit ,
-+.Fn bufferevent_base_set
-+and
-+.Fn event_base_free .
-+.Fn event_base_set
-+should be called after preparing an event with
-+.Fn event_set ,
-+as
-+.Fn event_set
-+assigns the provided event to the most recently created event base.
-+.Fn bufferevent_base_set
-+should be called after preparing a bufferevent with
-+.Fn bufferevent_new .
-+.Fn event_base_free
-+should be used to free memory associated with the event base
-+when it is no longer needed.
-+.Sh BUFFERED EVENTS
-+.Nm libevent
-+provides an abstraction on top of the regular event callbacks.
-+This abstraction is called a
-+.Va "buffered event" .
-+A buffered event provides input and output buffers that get filled
-+and drained automatically.
-+The user of a buffered event no longer deals directly with the IO,
-+but instead is reading from input and writing to output buffers.
-+.Pp
-+A new bufferevent is created by
-+.Fn bufferevent_new .
-+The parameter
-+.Fa fd
-+specifies the file descriptor from which data is read and written to.
-+This file descriptor is not allowed to be a
-+.Xr pipe 2 .
-+The next three parameters are callbacks.
-+The read and write callback have the following form:
-+.Ft void
-+.Fn "(*cb)" "struct bufferevent *bufev" "void *arg" .
-+The error callback has the following form:
-+.Ft void
-+.Fn "(*cb)" "struct bufferevent *bufev" "short what" "void *arg" .
-+The argument is specified by the fourth parameter
-+.Fa "cbarg" .
-+A
-+.Fa bufferevent struct
-+pointer is returned on success, NULL on error.
-+Both the read and the write callback may be NULL.
-+The error callback has to be always provided.
-+.Pp
-+Once initialized, the bufferevent structure can be used repeatedly with
-+bufferevent_enable() and bufferevent_disable().
-+The flags parameter can be a combination of
-+.Va EV_READ
-+and
-+.Va EV_WRITE .
-+When read enabled the bufferevent will try to read from the file
-+descriptor and call the read callback.
-+The write callback is executed
-+whenever the output buffer is drained below the write low watermark,
-+which is
-+.Va 0
-+by default.
-+.Pp
-+The
-+.Fn bufferevent_write
-+function can be used to write data to the file descriptor.
-+The data is appended to the output buffer and written to the descriptor
-+automatically as it becomes available for writing.
-+.Fn bufferevent_write
-+returns 0 on success or \-1 on failure.
-+The
-+.Fn bufferevent_read
-+function is used to read data from the input buffer,
-+returning the amount of data read.
-+.Pp
-+If multiple bases are in use, bufferevent_base_set() must be called before
-+enabling the bufferevent for the first time.
-+.Sh NON-BLOCKING HTTP SUPPORT
-+.Nm libevent
-+provides a very thin HTTP layer that can be used both to host an HTTP
-+server and also to make HTTP requests.
-+An HTTP server can be created by calling
-+.Fn evhttp_new .
-+It can be bound to any port and address with the
-+.Fn evhttp_bind_socket
-+function.
-+When the HTTP server is no longer used, it can be freed via
-+.Fn evhttp_free .
-+.Pp
-+To be notified of HTTP requests, a user needs to register callbacks with the
-+HTTP server.
-+This can be done by calling
-+.Fn evhttp_set_cb .
-+The second argument is the URI for which a callback is being registered.
-+The corresponding callback will receive an
-+.Va struct evhttp_request
-+object that contains all information about the request.
-+.Pp
-+This section does not document all the possible function calls; please
-+check
-+.Va event.h
-+for the public interfaces.
-+.Sh ADDITIONAL NOTES
-+It is possible to disable support for
-+.Va epoll , kqueue , devpoll , poll
-+or
-+.Va select
-+by setting the environment variable
-+.Va EVENT_NOEPOLL , EVENT_NOKQUEUE , EVENT_NODEVPOLL , EVENT_NOPOLL
-+or
-+.Va EVENT_NOSELECT ,
-+respectively.
-+By setting the environment variable
-+.Va EVENT_SHOW_METHOD ,
-+.Nm libevent
-+displays the kernel notification method that it uses.
-+.Sh RETURN VALUES
-+Upon successful completion
-+.Fn event_add
-+and
-+.Fn event_del
-+return 0.
-+Otherwise, \-1 is returned and the global variable errno is
-+set to indicate the error.
-+.Sh SEE ALSO
-+.Xr kqueue 2 ,
-+.Xr poll 2 ,
-+.Xr select 2 ,
-+.Xr evdns 3 ,
-+.Xr timeout 9
-+.Sh HISTORY
-+The
-+.Nm event
-+API manpage is based on the
-+.Xr timeout 9
-+manpage by Artur Grabowski.
-+The port of
-+.Nm libevent
-+to Windows is due to Michael A. Davis.
-+Support for real-time signals is due to Taral.
-+.Sh AUTHORS
-+The
-+.Nm event
-+library was written by Niels Provos.
-+.Sh BUGS
-+This documentation is neither complete nor authoritative.
-+If you are in doubt about the usage of this API then
-+check the source code to find out how it works, write
-+up the missing piece of documentation and send it to
-+me for inclusion in this man page.
-diff -Nru php-5.2.6.vanilla/libevent/event.c php-5.2.6.fpm/libevent/event.c
---- php-5.2.6.vanilla/libevent/event.c 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/event.c     2008-05-21 03:55:01.000000000 +0400
-@@ -0,0 +1,889 @@
-+/*
-+ * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#ifdef WIN32
-+#define WIN32_LEAN_AND_MEAN
-+#include <windows.h>
-+#undef WIN32_LEAN_AND_MEAN
-+#include "misc.h"
-+#endif
-+#include <sys/types.h>
-+#ifdef HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#else 
-+#include <sys/_time.h>
-+#endif
-+#include <sys/queue.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#ifndef WIN32
-+#include <unistd.h>
-+#endif
-+#include <errno.h>
-+#include <signal.h>
-+#include <string.h>
-+#include <assert.h>
-+#include <time.h>
-+
-+#include "event.h"
-+#include "event-internal.h"
-+#include "evutil.h"
-+#include "log.h"
-+
-+#ifdef HAVE_EVENT_PORTS
-+extern const struct eventop evportops;
-+#endif
-+#ifdef HAVE_SELECT
-+extern const struct eventop selectops;
-+#endif
-+#ifdef HAVE_POLL
-+extern const struct eventop pollops;
-+#endif
-+#ifdef HAVE_EPOLL
-+extern const struct eventop epollops;
-+#endif
-+#ifdef HAVE_WORKING_KQUEUE
-+extern const struct eventop kqops;
-+#endif
-+#ifdef HAVE_DEVPOLL
-+extern const struct eventop devpollops;
-+#endif
-+#ifdef WIN32
-+extern const struct eventop win32ops;
-+#endif
-+
-+/* In order of preference */
-+const struct eventop *eventops[] = {
-+#ifdef HAVE_EVENT_PORTS
-+      &evportops,
-+#endif
-+#ifdef HAVE_WORKING_KQUEUE
-+      &kqops,
-+#endif
-+#ifdef HAVE_EPOLL
-+      &epollops,
-+#endif
-+#ifdef HAVE_DEVPOLL
-+      &devpollops,
-+#endif
-+#ifdef HAVE_POLL
-+      &pollops,
-+#endif
-+#ifdef HAVE_SELECT
-+      &selectops,
-+#endif
-+#ifdef WIN32
-+      &win32ops,
-+#endif
-+      NULL
-+};
-+
-+/* Global state */
-+struct event_base *current_base = NULL;
-+extern struct event_base *evsignal_base;
-+static int use_monotonic;
-+
-+/* Handle signals - This is a deprecated interface */
-+int (*event_sigcb)(void);             /* Signal callback when gotsig is set */
-+volatile sig_atomic_t event_gotsig;   /* Set in signal handler */
-+
-+/* Prototypes */
-+static void   event_queue_insert(struct event_base *, struct event *, int);
-+static void   event_queue_remove(struct event_base *, struct event *, int);
-+static int    event_haveevents(struct event_base *);
-+
-+static void   event_process_active(struct event_base *);
-+
-+static int    timeout_next(struct event_base *, struct timeval **);
-+static void   timeout_process(struct event_base *);
-+static void   timeout_correct(struct event_base *, struct timeval *);
-+
-+static void
-+detect_monotonic(void)
-+{
-+#if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
-+      struct timespec ts;
-+
-+      if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0)
-+              use_monotonic = 1;
-+#endif
-+}
-+
-+static int
-+gettime(struct timeval *tp)
-+{
-+#if defined(HAVE_CLOCK_GETTIME) && defined(CLOCK_MONOTONIC)
-+      struct timespec ts;
-+
-+      if (use_monotonic) {
-+              if (clock_gettime(CLOCK_MONOTONIC, &ts) == -1)
-+                      return (-1);
-+
-+              tp->tv_sec = ts.tv_sec;
-+              tp->tv_usec = ts.tv_nsec / 1000;
-+              return (0);
-+      }
-+#endif
-+
-+      return (gettimeofday(tp, NULL));
-+}
-+
-+struct event_base *
-+event_init(void)
-+{
-+      int i;
-+      struct event_base *base;
-+
-+      if ((base = calloc(1, sizeof(struct event_base))) == NULL)
-+              event_err(1, "%s: calloc");
-+
-+      event_sigcb = NULL;
-+      event_gotsig = 0;
-+
-+      detect_monotonic();
-+      gettime(&base->event_tv);
-+      
-+      min_heap_ctor(&base->timeheap);
-+      TAILQ_INIT(&base->eventqueue);
-+      TAILQ_INIT(&base->sig.signalqueue);
-+      base->sig.ev_signal_pair[0] = -1;
-+      base->sig.ev_signal_pair[1] = -1;
-+      
-+      base->evbase = NULL;
-+      for (i = 0; eventops[i] && !base->evbase; i++) {
-+              base->evsel = eventops[i];
-+
-+              base->evbase = base->evsel->init(base);
-+      }
-+
-+      if (base->evbase == NULL)
-+              event_errx(1, "%s: no event mechanism available", __func__);
-+
-+      if (getenv("EVENT_SHOW_METHOD")) 
-+              event_msgx("libevent using: %s\n",
-+                         base->evsel->name);
-+
-+      /* allocate a single active event queue */
-+      event_base_priority_init(base, 1);
-+
-+      current_base = base;
-+      return (base);
-+}
-+
-+void
-+event_base_free(struct event_base *base)
-+{
-+      int i;
-+
-+      if (base == NULL && current_base)
-+              base = current_base;
-+      if (base == current_base)
-+              current_base = NULL;
-+
-+      /* XXX(niels) - check for internal events first */
-+      assert(base);
-+
-+      if (base->evsel->dealloc != NULL)
-+              base->evsel->dealloc(base, base->evbase);
-+
-+      for (i = 0; i < base->nactivequeues; ++i)
-+              free(base->activequeues[i]);
-+      free(base->activequeues);
-+
-+      free(base);
-+}
-+
-+int
-+event_priority_init(int npriorities)
-+{
-+  return event_base_priority_init(current_base, npriorities);
-+}
-+
-+int
-+event_base_priority_init(struct event_base *base, int npriorities)
-+{
-+      int i;
-+
-+      if (base->event_count_active)
-+              return (-1);
-+
-+      if (base->nactivequeues && npriorities != base->nactivequeues) {
-+              for (i = 0; i < base->nactivequeues; ++i) {
-+                      free(base->activequeues[i]);
-+              }
-+              free(base->activequeues);
-+      }
-+
-+      /* Allocate our priority queues */
-+      base->nactivequeues = npriorities;
-+      base->activequeues = (struct event_list **)calloc(base->nactivequeues,
-+          npriorities * sizeof(struct event_list *));
-+      if (base->activequeues == NULL)
-+              event_err(1, "%s: calloc", __func__);
-+
-+      for (i = 0; i < base->nactivequeues; ++i) {
-+              base->activequeues[i] = malloc(sizeof(struct event_list));
-+              if (base->activequeues[i] == NULL)
-+                      event_err(1, "%s: malloc", __func__);
-+              TAILQ_INIT(base->activequeues[i]);
-+      }
-+
-+      return (0);
-+}
-+
-+int
-+event_haveevents(struct event_base *base)
-+{
-+      return (base->event_count > 0);
-+}
-+
-+/*
-+ * Active events are stored in priority queues.  Lower priorities are always
-+ * process before higher priorities.  Low priority events can starve high
-+ * priority ones.
-+ */
-+
-+static void
-+event_process_active(struct event_base *base)
-+{
-+      struct event *ev;
-+      struct event_list *activeq = NULL;
-+      int i;
-+      short ncalls;
-+
-+      if (!base->event_count_active)
-+              return;
-+
-+      for (i = 0; i < base->nactivequeues; ++i) {
-+              if (TAILQ_FIRST(base->activequeues[i]) != NULL) {
-+                      activeq = base->activequeues[i];
-+                      break;
-+              }
-+      }
-+
-+      assert(activeq != NULL);
-+
-+      for (ev = TAILQ_FIRST(activeq); ev; ev = TAILQ_FIRST(activeq)) {
-+              event_queue_remove(base, ev, EVLIST_ACTIVE);
-+              
-+              /* Allows deletes to work */
-+              ncalls = ev->ev_ncalls;
-+              ev->ev_pncalls = &ncalls;
-+              while (ncalls) {
-+                      ncalls--;
-+                      ev->ev_ncalls = ncalls;
-+                      (*ev->ev_callback)((int)ev->ev_fd, ev->ev_res, ev->ev_arg);
-+                      if (event_gotsig || base->event_gotterm)
-+                              return;
-+              }
-+      }
-+}
-+
-+/*
-+ * Wait continously for events.  We exit only if no events are left.
-+ */
-+
-+int
-+event_dispatch(void)
-+{
-+      return (event_loop(0));
-+}
-+
-+int
-+event_base_dispatch(struct event_base *event_base)
-+{
-+  return (event_base_loop(event_base, 0));
-+}
-+
-+/* not thread safe */
-+int
-+event_loopexit(struct timeval *tv)
-+{
-+      current_base->event_gotterm = 1;
-+
-+      return 0;
-+}
-+
-+int
-+event_base_loopexit(struct event_base *event_base, struct timeval *tv)
-+{
-+      event_base->event_gotterm = 1;
-+
-+      return 0;
-+}
-+
-+/* not thread safe */
-+
-+int
-+event_loop(int flags)
-+{
-+      return event_base_loop(current_base, flags);
-+}
-+
-+int
-+event_base_loop(struct event_base *base, int flags)
-+{
-+      const struct eventop *evsel = base->evsel;
-+      void *evbase = base->evbase;
-+      struct timeval tv;
-+      struct timeval *tv_p;
-+      int res, done;
-+
-+      if(!TAILQ_EMPTY(&base->sig.signalqueue))
-+              evsignal_base = base;
-+      done = 0;
-+      while (!done) {
-+              /* Calculate the initial events that we are waiting for */
-+              if (evsel->recalc(base, evbase, 0) == -1)
-+                      return (-1);
-+
-+              /* Terminate the loop if we have been asked to */
-+              if (base->event_gotterm) {
-+                      base->event_gotterm = 0;
-+                      break;
-+              }
-+
-+              /* You cannot use this interface for multi-threaded apps */
-+              while (event_gotsig) {
-+                      event_gotsig = 0;
-+                      if (event_sigcb) {
-+                              res = (*event_sigcb)();
-+                              if (res == -1) {
-+                                      errno = EINTR;
-+                                      return (-1);
-+                              }
-+                      }
-+              }
-+
-+              timeout_correct(base, &tv);
-+
-+              tv_p = &tv;
-+              if (!base->event_count_active && !(flags & EVLOOP_NONBLOCK)) {
-+                      timeout_next(base, &tv_p);
-+              } else {
-+                      /* 
-+                       * if we have active events, we just poll new events
-+                       * without waiting.
-+                       */
-+                      evutil_timerclear(&tv);
-+              }
-+              
-+              /* If we have no events, we just exit */
-+              if (!event_haveevents(base)) {
-+                      event_debug(("%s: no events registered.", __func__));
-+                      return (1);
-+              }
-+
-+              res = evsel->dispatch(base, evbase, tv_p);
-+
-+
-+              if (res == -1)
-+                      return (-1);
-+
-+              timeout_process(base);
-+
-+              if (base->event_count_active) {
-+                      event_process_active(base);
-+                      if (!base->event_count_active && (flags & EVLOOP_ONCE))
-+                              done = 1;
-+              } else if (flags & EVLOOP_NONBLOCK)
-+                      done = 1;
-+      }
-+
-+      event_debug(("%s: asked to terminate loop.", __func__));
-+      return (0);
-+}
-+
-+/* Sets up an event for processing once */
-+
-+struct event_once {
-+      struct event ev;
-+
-+      void (*cb)(int, short, void *);
-+      void *arg;
-+};
-+
-+/* One-time callback, it deletes itself */
-+
-+static void
-+event_once_cb(int fd, short events, void *arg)
-+{
-+      struct event_once *eonce = arg;
-+
-+      (*eonce->cb)(fd, events, eonce->arg);
-+      free(eonce);
-+}
-+
-+/* not threadsafe, event scheduled once. */
-+int
-+event_once(int fd, short events,
-+    void (*callback)(int, short, void *), void *arg, struct timeval *tv)
-+{
-+      return event_base_once(current_base, fd, events, callback, arg, tv);
-+}
-+
-+/* Schedules an event once */
-+int
-+event_base_once(struct event_base *base, int fd, short events,
-+    void (*callback)(int, short, void *), void *arg, struct timeval *tv)
-+{
-+      struct event_once *eonce;
-+      struct timeval etv;
-+      int res;
-+
-+      /* We cannot support signals that just fire once */
-+      if (events & EV_SIGNAL)
-+              return (-1);
-+
-+      if ((eonce = calloc(1, sizeof(struct event_once))) == NULL)
-+              return (-1);
-+
-+      eonce->cb = callback;
-+      eonce->arg = arg;
-+
-+      if (events == EV_TIMEOUT) {
-+              if (tv == NULL) {
-+                      evutil_timerclear(&etv);
-+                      tv = &etv;
-+              }
-+
-+              evtimer_set(&eonce->ev, event_once_cb, eonce);
-+      } else if (events & (EV_READ|EV_WRITE)) {
-+              events &= EV_READ|EV_WRITE;
-+
-+              event_set(&eonce->ev, fd, events, event_once_cb, eonce);
-+      } else {
-+              /* Bad event combination */
-+              free(eonce);
-+              return (-1);
-+      }
-+
-+      res = event_base_set(base, &eonce->ev);
-+      if (res == 0)
-+              res = event_add(&eonce->ev, tv);
-+      if (res != 0) {
-+              free(eonce);
-+              return (res);
-+      }
-+
-+      return (0);
-+}
-+
-+void
-+event_set(struct event *ev, int fd, short events,
-+        void (*callback)(int, short, void *), void *arg)
-+{
-+      /* Take the current base - caller needs to set the real base later */
-+      ev->ev_base = current_base;
-+
-+      ev->ev_callback = callback;
-+      ev->ev_arg = arg;
-+      ev->ev_fd = fd;
-+      ev->ev_events = events;
-+      ev->ev_res = 0;
-+      ev->ev_flags = EVLIST_INIT;
-+      ev->ev_ncalls = 0;
-+      ev->ev_pncalls = NULL;
-+
-+      min_heap_elem_init(ev);
-+
-+      /* by default, we put new events into the middle priority */
-+      if(current_base)
-+              ev->ev_pri = current_base->nactivequeues/2;
-+}
-+
-+int
-+event_base_set(struct event_base *base, struct event *ev)
-+{
-+      /* Only innocent events may be assigned to a different base */
-+      if (ev->ev_flags != EVLIST_INIT)
-+              return (-1);
-+
-+      ev->ev_base = base;
-+      ev->ev_pri = base->nactivequeues/2;
-+
-+      return (0);
-+}
-+
-+/*
-+ * Set's the priority of an event - if an event is already scheduled
-+ * changing the priority is going to fail.
-+ */
-+
-+int
-+event_priority_set(struct event *ev, int pri)
-+{
-+      if (ev->ev_flags & EVLIST_ACTIVE)
-+              return (-1);
-+      if (pri < 0 || pri >= ev->ev_base->nactivequeues)
-+              return (-1);
-+
-+      ev->ev_pri = pri;
-+
-+      return (0);
-+}
-+
-+/*
-+ * Checks if a specific event is pending or scheduled.
-+ */
-+
-+int
-+event_pending(struct event *ev, short event, struct timeval *tv)
-+{
-+      struct timeval  now, res;
-+      int flags = 0;
-+
-+      if (ev->ev_flags & EVLIST_INSERTED)
-+              flags |= (ev->ev_events & (EV_READ|EV_WRITE));
-+      if (ev->ev_flags & EVLIST_ACTIVE)
-+              flags |= ev->ev_res;
-+      if (ev->ev_flags & EVLIST_TIMEOUT)
-+              flags |= EV_TIMEOUT;
-+      if (ev->ev_flags & EVLIST_SIGNAL)
-+              flags |= EV_SIGNAL;
-+
-+      event &= (EV_TIMEOUT|EV_READ|EV_WRITE|EV_SIGNAL);
-+
-+      /* See if there is a timeout that we should report */
-+      if (tv != NULL && (flags & event & EV_TIMEOUT)) {
-+              gettime(&now);
-+              evutil_timersub(&ev->ev_timeout, &now, &res);
-+              /* correctly remap to real time */
-+              gettimeofday(&now, NULL);
-+              evutil_timeradd(&now, &res, tv);
-+      }
-+
-+      return (flags & event);
-+}
-+
-+int
-+event_add(struct event *ev, struct timeval *tv)
-+{
-+      struct event_base *base = ev->ev_base;
-+      const struct eventop *evsel = base->evsel;
-+      void *evbase = base->evbase;
-+
-+      event_debug((
-+               "event_add: event: %p, %s%s%scall %p",
-+               ev,
-+               ev->ev_events & EV_READ ? "EV_READ " : " ",
-+               ev->ev_events & EV_WRITE ? "EV_WRITE " : " ",
-+               tv ? "EV_TIMEOUT " : " ",
-+               ev->ev_callback));
-+
-+      assert(!(ev->ev_flags & ~EVLIST_ALL));
-+
-+      if (tv != NULL) {
-+              struct timeval now;
-+
-+              if (ev->ev_flags & EVLIST_TIMEOUT)
-+                      event_queue_remove(base, ev, EVLIST_TIMEOUT);
-+              else if (min_heap_reserve(&base->timeheap,
-+                      1 + min_heap_size(&base->timeheap)) == -1)
-+                  return (-1);  /* ENOMEM == errno */
-+
-+              /* Check if it is active due to a timeout.  Rescheduling
-+               * this timeout before the callback can be executed
-+               * removes it from the active list. */
-+              if ((ev->ev_flags & EVLIST_ACTIVE) &&
-+                  (ev->ev_res & EV_TIMEOUT)) {
-+                      /* See if we are just active executing this
-+                       * event in a loop
-+                       */
-+                      if (ev->ev_ncalls && ev->ev_pncalls) {
-+                              /* Abort loop */
-+                              *ev->ev_pncalls = 0;
-+                      }
-+                      
-+                      event_queue_remove(base, ev, EVLIST_ACTIVE);
-+              }
-+
-+              gettime(&now);
-+              evutil_timeradd(&now, tv, &ev->ev_timeout);
-+
-+              event_debug((
-+                       "event_add: timeout in %d seconds, call %p",
-+                       tv->tv_sec, ev->ev_callback));
-+
-+              event_queue_insert(base, ev, EVLIST_TIMEOUT);
-+      }
-+
-+      if ((ev->ev_events & (EV_READ|EV_WRITE)) &&
-+          !(ev->ev_flags & (EVLIST_INSERTED|EVLIST_ACTIVE))) {
-+              event_queue_insert(base, ev, EVLIST_INSERTED);
-+
-+              return (evsel->add(evbase, ev));
-+      } else if ((ev->ev_events & EV_SIGNAL) &&
-+          !(ev->ev_flags & EVLIST_SIGNAL)) {
-+              event_queue_insert(base, ev, EVLIST_SIGNAL);
-+
-+              return (evsel->add(evbase, ev));
-+      }
-+
-+      return (0);
-+}
-+
-+int
-+event_del(struct event *ev)
-+{
-+      struct event_base *base;
-+      const struct eventop *evsel;
-+      void *evbase;
-+
-+      event_debug(("event_del: %p, callback %p",
-+               ev, ev->ev_callback));
-+
-+      /* An event without a base has not been added */
-+      if (ev->ev_base == NULL)
-+              return (-1);
-+
-+      base = ev->ev_base;
-+      evsel = base->evsel;
-+      evbase = base->evbase;
-+
-+      assert(!(ev->ev_flags & ~EVLIST_ALL));
-+
-+      /* See if we are just active executing this event in a loop */
-+      if (ev->ev_ncalls && ev->ev_pncalls) {
-+              /* Abort loop */
-+              *ev->ev_pncalls = 0;
-+      }
-+
-+      if (ev->ev_flags & EVLIST_TIMEOUT)
-+              event_queue_remove(base, ev, EVLIST_TIMEOUT);
-+
-+      if (ev->ev_flags & EVLIST_ACTIVE)
-+              event_queue_remove(base, ev, EVLIST_ACTIVE);
-+
-+      if (ev->ev_flags & EVLIST_INSERTED) {
-+              event_queue_remove(base, ev, EVLIST_INSERTED);
-+              return (evsel->del(evbase, ev));
-+      } else if (ev->ev_flags & EVLIST_SIGNAL) {
-+              event_queue_remove(base, ev, EVLIST_SIGNAL);
-+              return (evsel->del(evbase, ev));
-+      }
-+
-+      return (0);
-+}
-+
-+void
-+event_active(struct event *ev, int res, short ncalls)
-+{
-+      /* We get different kinds of events, add them together */
-+      if (ev->ev_flags & EVLIST_ACTIVE) {
-+              ev->ev_res |= res;
-+              return;
-+      }
-+
-+      ev->ev_res = res;
-+      ev->ev_ncalls = ncalls;
-+      ev->ev_pncalls = NULL;
-+      event_queue_insert(ev->ev_base, ev, EVLIST_ACTIVE);
-+}
-+
-+static int
-+timeout_next(struct event_base *base, struct timeval **tv_p)
-+{
-+      struct timeval now;
-+      struct event *ev;
-+      struct timeval *tv = *tv_p;
-+
-+      if ((ev = min_heap_top(&base->timeheap)) == NULL) {
-+              /* if no time-based events are active wait for I/O */
-+              *tv_p = NULL;
-+              return (0);
-+      }
-+
-+      if (gettime(&now) == -1)
-+              return (-1);
-+
-+      if (evutil_timercmp(&ev->ev_timeout, &now, <=)) {
-+              evutil_timerclear(tv);
-+              return (0);
-+      }
-+
-+      evutil_timersub(&ev->ev_timeout, &now, tv);
-+
-+      assert(tv->tv_sec >= 0);
-+      assert(tv->tv_usec >= 0);
-+
-+      event_debug(("timeout_next: in %d seconds", tv->tv_sec));
-+      return (0);
-+}
-+
-+/*
-+ * Determines if the time is running backwards by comparing the current
-+ * time against the last time we checked.  Not needed when using clock
-+ * monotonic.
-+ */
-+
-+static void
-+timeout_correct(struct event_base *base, struct timeval *tv)
-+{
-+      struct event **pev;
-+      unsigned int size;
-+      struct timeval off;
-+
-+      if (use_monotonic)
-+              return;
-+
-+      /* Check if time is running backwards */
-+      gettime(tv);
-+      if (evutil_timercmp(tv, &base->event_tv, >=)) {
-+              base->event_tv = *tv;
-+              return;
-+      }
-+
-+      event_debug(("%s: time is running backwards, corrected",
-+                  __func__));
-+      evutil_timersub(&base->event_tv, tv, &off);
-+
-+      /*
-+       * We can modify the key element of the node without destroying
-+       * the key, beause we apply it to all in the right order.
-+       */
-+      pev = base->timeheap.p;
-+      size = base->timeheap.n;
-+      for (; size-- > 0; ++pev) {
-+              struct timeval *ev_tv = &(**pev).ev_timeout;
-+              evutil_timersub(ev_tv, &off, ev_tv);
-+      }
-+}
-+
-+void
-+timeout_process(struct event_base *base)
-+{
-+      struct timeval now;
-+      struct event *ev;
-+
-+      if (min_heap_empty(&base->timeheap))
-+              return;
-+
-+      gettime(&now);
-+
-+      while ((ev = min_heap_top(&base->timeheap))) {
-+              if (evutil_timercmp(&ev->ev_timeout, &now, >))
-+                      break;
-+
-+              /* delete this event from the I/O queues */
-+              event_del(ev);
-+
-+              event_debug(("timeout_process: call %p",
-+                       ev->ev_callback));
-+              event_active(ev, EV_TIMEOUT, 1);
-+      }
-+}
-+
-+void
-+event_queue_remove(struct event_base *base, struct event *ev, int queue)
-+{
-+      if (!(ev->ev_flags & queue))
-+              event_errx(1, "%s: %p(fd %d) not on queue %x", __func__,
-+                         ev, ev->ev_fd, queue);
-+
-+      if (~ev->ev_flags & EVLIST_INTERNAL)
-+              base->event_count--;
-+
-+      ev->ev_flags &= ~queue;
-+      switch (queue) {
-+      case EVLIST_ACTIVE:
-+              base->event_count_active--;
-+              TAILQ_REMOVE(base->activequeues[ev->ev_pri],
-+                  ev, ev_active_next);
-+              break;
-+      case EVLIST_SIGNAL:
-+              TAILQ_REMOVE(&base->sig.signalqueue, ev, ev_signal_next);
-+              break;
-+      case EVLIST_TIMEOUT:
-+              min_heap_erase(&base->timeheap, ev);
-+              break;
-+      case EVLIST_INSERTED:
-+              TAILQ_REMOVE(&base->eventqueue, ev, ev_next);
-+              break;
-+      default:
-+              event_errx(1, "%s: unknown queue %x", __func__, queue);
-+      }
-+}
-+
-+void
-+event_queue_insert(struct event_base *base, struct event *ev, int queue)
-+{
-+      if (ev->ev_flags & queue) {
-+              /* Double insertion is possible for active events */
-+              if (queue & EVLIST_ACTIVE)
-+                      return;
-+
-+              event_errx(1, "%s: %p(fd %d) already on queue %x", __func__,
-+                         ev, ev->ev_fd, queue);
-+      }
-+
-+      if (~ev->ev_flags & EVLIST_INTERNAL)
-+              base->event_count++;
-+
-+      ev->ev_flags |= queue;
-+      switch (queue) {
-+      case EVLIST_ACTIVE:
-+              base->event_count_active++;
-+              TAILQ_INSERT_TAIL(base->activequeues[ev->ev_pri],
-+                  ev,ev_active_next);
-+              break;
-+      case EVLIST_SIGNAL:
-+              TAILQ_INSERT_TAIL(&base->sig.signalqueue, ev, ev_signal_next);
-+              break;
-+      case EVLIST_TIMEOUT: {
-+              min_heap_push(&base->timeheap, ev);
-+              break;
-+      }
-+      case EVLIST_INSERTED:
-+              TAILQ_INSERT_TAIL(&base->eventqueue, ev, ev_next);
-+              break;
-+      default:
-+              event_errx(1, "%s: unknown queue %x", __func__, queue);
-+      }
-+}
-+
-+/* Functions for debugging */
-+
-+const char *
-+event_get_version(void)
-+{
-+      return (VERSION);
-+}
-+
-+/* 
-+ * No thread-safe interface needed - the information should be the same
-+ * for all threads.
-+ */
-+
-+const char *
-+event_get_method(void)
-+{
-+      return (current_base->evsel->name);
-+}
-diff -Nru php-5.2.6.vanilla/libevent/event-config.h php-5.2.6.fpm/libevent/event-config.h
---- php-5.2.6.vanilla/libevent/event-config.h  1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/event-config.h      2007-11-12 09:57:26.000000000 +0300
-@@ -0,0 +1,247 @@
-+/* event-config.h
-+ * Generated by autoconf; post-processed by libevent.
-+ * Do not edit this file.
-+ * Do not rely on macros in this file existing in later versions.
-+ */
-+#ifndef _EVENT_CONFIG_H_
-+#define _EVENT_CONFIG_H_
-+/* config.h.  Generated from config.h.in by configure.  */
-+/* config.h.in.  Generated from configure.in by autoheader.  */
-+
-+/* Define if clock_gettime is available in libc */
-+/* #undef _EVENT_DNS_USE_CPU_CLOCK_FOR_ID */
-+
-+/* Define is no secure id variant is available */
-+#define _EVENT_DNS_USE_GETTIMEOFDAY_FOR_ID 1
-+
-+/* Define to 1 if you have the `clock_gettime' function. */
-+/* #undef _EVENT_HAVE_CLOCK_GETTIME */
-+
-+/* Define if /dev/poll is available */
-+/* #undef _EVENT_HAVE_DEVPOLL */
-+
-+/* Define to 1 if you have the <dlfcn.h> header file. */
-+#define _EVENT_HAVE_DLFCN_H 1
-+
-+/* Define if your system supports the epoll system calls */
-+/* #undef _EVENT_HAVE_EPOLL */
-+
-+/* Define to 1 if you have the `epoll_ctl' function. */
-+/* #undef _EVENT_HAVE_EPOLL_CTL */
-+
-+/* Define if your system supports event ports */
-+/* #undef _EVENT_HAVE_EVENT_PORTS */
-+
-+/* Define to 1 if you have the `fcntl' function. */
-+#define _EVENT_HAVE_FCNTL 1
-+
-+/* Define to 1 if you have the <fcntl.h> header file. */
-+#define _EVENT_HAVE_FCNTL_H 1
-+
-+/* Define to 1 if you have the `getaddrinfo' function. */
-+#define _EVENT_HAVE_GETADDRINFO 1
-+
-+/* Define to 1 if you have the `getnameinfo' function. */
-+#define _EVENT_HAVE_GETNAMEINFO 1
-+
-+/* Define to 1 if you have the `gettimeofday' function. */
-+#define _EVENT_HAVE_GETTIMEOFDAY 1
-+
-+/* Define to 1 if you have the `inet_ntop' function. */
-+#define _EVENT_HAVE_INET_NTOP 1
-+
-+/* Define to 1 if you have the <inttypes.h> header file. */
-+#define _EVENT_HAVE_INTTYPES_H 1
-+
-+/* Define to 1 if you have the `kqueue' function. */
-+#define _EVENT_HAVE_KQUEUE 1
-+
-+/* Define to 1 if you have the `nsl' library (-lnsl). */
-+/* #undef _EVENT_HAVE_LIBNSL */
-+
-+/* Define to 1 if you have the `resolv' library (-lresolv). */
-+#define _EVENT_HAVE_LIBRESOLV 1
-+
-+/* Define to 1 if you have the `rt' library (-lrt). */
-+/* #undef _EVENT_HAVE_LIBRT */
-+
-+/* Define to 1 if you have the `socket' library (-lsocket). */
-+/* #undef _EVENT_HAVE_LIBSOCKET */
-+
-+/* Define to 1 if you have the <memory.h> header file. */
-+#define _EVENT_HAVE_MEMORY_H 1
-+
-+/* Define to 1 if you have the <netinet/in6.h> header file. */
-+/* #undef _EVENT_HAVE_NETINET_IN6_H */
-+
-+/* Define to 1 if you have the `poll' function. */
-+#define _EVENT_HAVE_POLL 1
-+
-+/* Define to 1 if you have the <poll.h> header file. */
-+#define _EVENT_HAVE_POLL_H 1
-+
-+/* Define to 1 if you have the `port_create' function. */
-+/* #undef _EVENT_HAVE_PORT_CREATE */
-+
-+/* Define to 1 if you have the <port.h> header file. */
-+/* #undef _EVENT_HAVE_PORT_H */
-+
-+/* Define to 1 if you have the `select' function. */
-+#define _EVENT_HAVE_SELECT 1
-+
-+/* Define if F_SETFD is defined in <fcntl.h> */
-+#define _EVENT_HAVE_SETFD 1
-+
-+/* Define to 1 if you have the `sigaction' function. */
-+#define _EVENT_HAVE_SIGACTION 1
-+
-+/* Define to 1 if you have the `signal' function. */
-+#define _EVENT_HAVE_SIGNAL 1
-+
-+/* Define to 1 if you have the <signal.h> header file. */
-+#define _EVENT_HAVE_SIGNAL_H 1
-+
-+/* Define to 1 if you have the <stdarg.h> header file. */
-+#define _EVENT_HAVE_STDARG_H 1
-+
-+/* Define to 1 if you have the <stdint.h> header file. */
-+#define _EVENT_HAVE_STDINT_H 1
-+
-+/* Define to 1 if you have the <stdlib.h> header file. */
-+#define _EVENT_HAVE_STDLIB_H 1
-+
-+/* Define to 1 if you have the <strings.h> header file. */
-+#define _EVENT_HAVE_STRINGS_H 1
-+
-+/* Define to 1 if you have the <string.h> header file. */
-+#define _EVENT_HAVE_STRING_H 1
-+
-+/* Define to 1 if you have the `strlcpy' function. */
-+#define _EVENT_HAVE_STRLCPY 1
-+
-+/* Define to 1 if you have the `strsep' function. */
-+#define _EVENT_HAVE_STRSEP 1
-+
-+/* Define to 1 if you have the `strtok_r' function. */
-+#define _EVENT_HAVE_STRTOK_R 1
-+
-+/* Define to 1 if the system has the type `struct in6_addr'. */
-+#define _EVENT_HAVE_STRUCT_IN6_ADDR 1
-+
-+/* Define to 1 if you have the <sys/devpoll.h> header file. */
-+/* #undef _EVENT_HAVE_SYS_DEVPOLL_H */
-+
-+/* Define to 1 if you have the <sys/epoll.h> header file. */
-+/* #undef _EVENT_HAVE_SYS_EPOLL_H */
-+
-+/* Define to 1 if you have the <sys/event.h> header file. */
-+#define _EVENT_HAVE_SYS_EVENT_H 1
-+
-+/* Define to 1 if you have the <sys/ioctl.h> header file. */
-+#define _EVENT_HAVE_SYS_IOCTL_H 1
-+
-+/* Define to 1 if you have the <sys/param.h> header file. */
-+#define _EVENT_HAVE_SYS_PARAM_H 1
-+
-+/* Define to 1 if you have the <sys/queue.h> header file. */
-+#define _EVENT_HAVE_SYS_QUEUE_H 1
-+
-+/* Define to 1 if you have the <sys/select.h> header file. */
-+#define _EVENT_HAVE_SYS_SELECT_H 1
-+
-+/* Define to 1 if you have the <sys/socket.h> header file. */
-+#define _EVENT_HAVE_SYS_SOCKET_H 1
-+
-+/* Define to 1 if you have the <sys/stat.h> header file. */
-+#define _EVENT_HAVE_SYS_STAT_H 1
-+
-+/* Define to 1 if you have the <sys/time.h> header file. */
-+#define _EVENT_HAVE_SYS_TIME_H 1
-+
-+/* Define to 1 if you have the <sys/types.h> header file. */
-+#define _EVENT_HAVE_SYS_TYPES_H 1
-+
-+/* Define if TAILQ_FOREACH is defined in <sys/queue.h> */
-+#define _EVENT_HAVE_TAILQFOREACH 1
-+
-+/* Define if timeradd is defined in <sys/time.h> */
-+#define _EVENT_HAVE_TIMERADD 1
-+
-+/* Define if timerclear is defined in <sys/time.h> */
-+#define _EVENT_HAVE_TIMERCLEAR 1
-+
-+/* Define if timercmp is defined in <sys/time.h> */
-+#define _EVENT_HAVE_TIMERCMP 1
-+
-+/* Define if timerisset is defined in <sys/time.h> */
-+#define _EVENT_HAVE_TIMERISSET 1
-+
-+/* Define to 1 if you have the <unistd.h> header file. */
-+#define _EVENT_HAVE_UNISTD_H 1
-+
-+/* Define to 1 if you have the `vasprintf' function. */
-+#define _EVENT_HAVE_VASPRINTF 1
-+
-+/* Define if kqueue works correctly with pipes */
-+#define _EVENT_HAVE_WORKING_KQUEUE 1
-+
-+/* Name of package */
-+#define _EVENT_PACKAGE "libevent"
-+
-+/* Define to the address where bug reports for this package should be sent. */
-+#define _EVENT_PACKAGE_BUGREPORT ""
-+
-+/* Define to the full name of this package. */
-+#define _EVENT_PACKAGE_NAME ""
-+
-+/* Define to the full name and version of this package. */
-+#define _EVENT_PACKAGE_STRING ""
-+
-+/* Define to the one symbol short name of this package. */
-+#define _EVENT_PACKAGE_TARNAME ""
-+
-+/* Define to the version of this package. */
-+#define _EVENT_PACKAGE_VERSION ""
-+
-+/* Define to 1 if you have the ANSI C header files. */
-+#define _EVENT_STDC_HEADERS 1
-+
-+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-+#define _EVENT_TIME_WITH_SYS_TIME 1
-+
-+/* Version number of package */
-+#define _EVENT_VERSION "1.4.0-beta"
-+
-+/* Define to appropriate substitue if compiler doesnt have __func__ */
-+/* #undef _EVENT___func__ */
-+
-+/* Define to empty if `const' does not conform to ANSI C. */
-+/* #undef _EVENT_const */
-+
-+/* Define to `__inline__' or `__inline' if that's what the C compiler
-+   calls it, or to nothing if 'inline' is not supported under any name.  */
-+#ifndef _EVENT___cplusplus
-+/* #undef _EVENT_inline */
-+#endif
-+
-+/* Define to `int' if <sys/types.h> does not define. */
-+/* #undef _EVENT_pid_t */
-+
-+/* Define to `unsigned int' if <sys/types.h> does not define. */
-+/* #undef _EVENT_size_t */
-+
-+/* Define to unsigned int if you dont have it */
-+/* #undef _EVENT_socklen_t */
-+
-+/* Define to `unsigned short' if <sys/types.h> does not define. */
-+/* #undef _EVENT_uint16_t */
-+
-+/* Define to `unsigned int' if <sys/types.h> does not define. */
-+/* #undef _EVENT_uint32_t */
-+
-+/* Define to `unsigned long long' if <sys/types.h> does not define. */
-+/* #undef _EVENT_uint64_t */
-+
-+/* Define to `unsigned char' if <sys/types.h> does not define. */
-+/* #undef _EVENT_uint8_t */
-+#endif
-diff -Nru php-5.2.6.vanilla/libevent/event-fpm.h php-5.2.6.fpm/libevent/event-fpm.h
---- php-5.2.6.vanilla/libevent/event-fpm.h     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/event-fpm.h 2008-03-28 02:19:55.000000000 +0300
-@@ -0,0 +1,46 @@
-+#define current_base _fpm_current_base
-+#define event_active _fpm_event_active
-+#define event_add _fpm_event_add
-+#define event_base_dispatch _fpm_event_base_dispatch
-+#define event_base_free _fpm_event_base_free
-+#define event_base_loop _fpm_event_base_loop
-+#define event_base_loopexit _fpm_event_base_loopexit
-+#define event_base_once _fpm_event_base_once
-+#define event_base_priority_init _fpm_event_base_priority_init
-+#define event_base_set _fpm_event_base_set
-+#define event_del _fpm_event_del
-+#define event_dispatch _fpm_event_dispatch
-+#define event_get_method _fpm_event_get_method
-+#define event_get_version _fpm_event_get_version
-+#define event_gotsig _fpm_event_gotsig
-+#define event_init _fpm_event_init
-+#define event_loop _fpm_event_loop
-+#define event_loopexit _fpm_event_loopexit
-+#define event_once _fpm_event_once
-+#define eventops _fpm_eventops
-+#define event_pending _fpm_event_pending
-+#define event_priority_init _fpm_event_priority_init
-+#define event_priority_set _fpm_event_priority_set
-+#define event_set _fpm_event_set
-+#define event_sigcb _fpm_event_sigcb
-+#define _event_debugx _fpm__event_debugx
-+#define event_err _fpm_event_err
-+#define event_errx _fpm_event_errx
-+#define event_msgx _fpm_event_msgx
-+#define event_set_log_callback _fpm_event_set_log_callback
-+#define event_warn _fpm_event_warn
-+#define event_warnx _fpm_event_warnx
-+#define evutil_make_socket_nonblocking _fpm_evutil_make_socket_nonblocking
-+#define evutil_socketpair _fpm_evutil_socketpair
-+#define selectops _fpm_selectops
-+#define pollops _fpm_pollops
-+#define epollops _fpm_epollops
-+#define devpollops _fpm_devpollops
-+#define evportops _fpm_evportops
-+#define kqueueops _fpm_kqueueops
-+#define evsignal_add _fpm_evsignal_add
-+#define evsignal_base _fpm_evsignal_base
-+#define evsignal_dealloc _fpm_evsignal_dealloc
-+#define evsignal_del _fpm_evsignal_del
-+#define evsignal_init _fpm_evsignal_init
-+#define evsignal_process _fpm_evsignal_process
-diff -Nru php-5.2.6.vanilla/libevent/event.h php-5.2.6.fpm/libevent/event.h
---- php-5.2.6.vanilla/libevent/event.h 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/event.h     2008-03-28 02:10:08.000000000 +0300
-@@ -0,0 +1,1084 @@
-+/*
-+ * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifndef _EVENT_H_
-+#define _EVENT_H_
-+
-+#include "event-fpm.h"
-+
-+/** @mainpage
-+
-+  @section intro Introduction
-+
-+  libevent is an event notification library for developing scalable network
-+  servers.  The libevent API provides a mechanism to execute a callback
-+  function when a specific event occurs on a file descriptor or after a
-+  timeout has been reached. Furthermore, libevent also support callbacks due
-+  to signals or regular timeouts.
-+
-+  libevent is meant to replace the event loop found in event driven network
-+  servers. An application just needs to call event_dispatch() and then add or
-+  remove events dynamically without having to change the event loop.
-+
-+  Currently, libevent supports /dev/poll, kqueue(2), select(2), poll(2) and
-+  epoll(4). It also has experimental support for real-time signals. The
-+  internal event mechanism is completely independent of the exposed event API,
-+  and a simple update of libevent can provide new functionality without having
-+  to redesign the applications. As a result, Libevent allows for portable
-+  application development and provides the most scalable event notification
-+  mechanism available on an operating system. Libevent can also be used for
-+  multi-threaded aplications; see Steven Grimm's explanation. Libevent should
-+  compile on Linux, *BSD, Mac OS X, Solaris and Windows.
-+
-+  @section usage Standard usage
-+
-+  Every program that uses libevent must include the <event.h> header, and pass
-+  the -levent flag to the linker.  Before using any of the functions in the
-+  library, you must call event_init() to perform one-time initialization of
-+  the libevent library.
-+
-+  @section event Event notification
-+
-+  For each file descriptor that you wish to monitor, you must declare an event
-+  structure and call event_set() to initialize the members of the structure.
-+  To enable notification, you add the structure to the list of monitored
-+  events by calling event_add().  The event structure must remain allocated as
-+  long as it is active, so it should be allocated on the heap. Finally, you
-+  call event_dispatch() to loop and dispatch events.
-+
-+  @section bufferevent I/O Buffers
-+
-+  libevent provides an abstraction on top of the regular event callbacks. This
-+  abstraction is called a buffered event. A buffered event provides input and
-+  output buffers that get filled and drained automatically. The user of a
-+  buffered event no longer deals directly with the I/O, but instead is reading
-+  from input and writing to output buffers.
-+
-+  Once initialized via bufferevent_new(), the bufferevent structure can be
-+  used repeatedly with bufferevent_enable() and bufferevent_disable().
-+  Instead of reading and writing directly to a socket, you would call
-+  bufferevent_read() and bufferevent_write().
-+
-+  When read enabled the bufferevent will try to read from the file descriptor
-+  and call the read callback. The write callback is executed whenever the
-+  output buffer is drained below the write low watermark, which is 0 by
-+  default.
-+
-+  @section timers Timers
-+
-+  libevent can also be used to create timers that invoke a callback after a
-+  certain amount of time has expired. The evtimer_set() function prepares an
-+  event struct to be used as a timer. To activate the timer, call
-+  evtimer_add(). Timers can be deactivated by calling evtimer_del().
-+
-+  @section timeouts Timeouts
-+
-+  In addition to simple timers, libevent can assign timeout events to file
-+  descriptors that are triggered whenever a certain amount of time has passed
-+  with no activity on a file descriptor.  The timeout_set() function
-+  initializes an event struct for use as a timeout. Once initialized, the
-+  event must be activated by using timeout_add().  To cancel the timeout, call
-+  timeout_del().
-+
-+  @section evdns Asynchronous DNS resolution
-+
-+  libevent provides an asynchronous DNS resolver that should be used instead
-+  of the standard DNS resolver functions.  These functions can be imported by
-+  including the <evdns.h> header in your program. Before using any of the
-+  resolver functions, you must call evdns_init() to initialize the library. To
-+  convert a hostname to an IP address, you call the evdns_resolve_ipv4()
-+  function.  To perform a reverse lookup, you would call the
-+  evdns_resolve_reverse() function.  All of these functions use callbacks to
-+  avoid blocking while the lookup is performed.
-+
-+  @section evhttp Event-driven HTTP servers
-+
-+  libevent provides a very simple event-driven HTTP server that can be
-+  embedded in your program and used to service HTTP requests.
-+
-+  To use this capability, you need to include the <evhttp.h> header in your
-+  program.  You create the server by calling evhttp_new(). Add addresses and
-+  ports to listen on with evhttp_bind_socket(). You then register one or more
-+  callbacks to handle incoming requests.  Each URI can be assigned a callback
-+  via the evhttp_set_cb() function.  A generic callback function can also be
-+  registered via evhttp_set_gencb(); this callback will be invoked if no other
-+  callbacks have been registered for a given URI.
-+
-+  @section evrpc A framework for RPC servers and clients
-+ 
-+  libevents provides a framework for creating RPC servers and clients.  It
-+  takes care of marshaling and unmarshaling all data structures.
-+
-+  @section api API Reference
-+
-+  To browse the complete documentation of the libevent API, click on any of
-+  the following links.
-+
-+  event.h
-+  The primary libevent header
-+
-+  evdns.h
-+  Asynchronous DNS resolution
-+
-+  evhttp.h
-+  An embedded libevent-based HTTP server
-+
-+  evrpc.h
-+  A framework for creating RPC servers and clients
-+
-+ */
-+
-+/** @file event.h
-+
-+  A library for writing event-driven network servers
-+
-+ */
-+
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
-+#include <event-config.h>
-+#ifdef _EVENT_HAVE_SYS_TYPES_H
-+#include <sys/types.h>
-+#endif
-+#ifdef _EVENT_HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#endif
-+#ifdef _EVENT_HAVE_STDINT_H
-+#include <stdint.h>
-+#endif
-+#include <stdarg.h>
-+
-+/* Solaris does not have it */
-+#ifndef timersub
-+
-+#define timeradd(tvp, uvp, vvp)                                                               \
-+      do {                                                                                                    \
-+              (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec;          \
-+              (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec;       \
-+              if ((vvp)->tv_usec >= 1000000) {                                        \
-+                      (vvp)->tv_sec++;                                                                \
-+                      (vvp)->tv_usec -= 1000000;                                              \
-+              }                                                                                                       \
-+      } while (0)
-+
-+#define       timersub(tvp, uvp, vvp)                                                         \
-+      do {                                                                                                    \
-+              (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec;          \
-+              (vvp)->tv_usec = (tvp)->tv_usec - (uvp)->tv_usec;       \
-+              if ((vvp)->tv_usec < 0) {                                                       \
-+                      (vvp)->tv_sec--;                                                                \
-+                      (vvp)->tv_usec += 1000000;                                              \
-+              }                                                                                                       \
-+      } while (0)
-+
-+#endif
-+
-+/* For int types. */
-+#include <evutil.h>
-+
-+#ifdef WIN32
-+#define WIN32_LEAN_AND_MEAN
-+#include <windows.h>
-+#undef WIN32_LEAN_AND_MEAN
-+typedef unsigned char u_char;
-+typedef unsigned short u_short;
-+#endif
-+
-+#define EVLIST_TIMEOUT        0x01
-+#define EVLIST_INSERTED       0x02
-+#define EVLIST_SIGNAL 0x04
-+#define EVLIST_ACTIVE 0x08
-+#define EVLIST_INTERNAL       0x10
-+#define EVLIST_INIT   0x80
-+
-+/* EVLIST_X_ Private space: 0x1000-0xf000 */
-+#define EVLIST_ALL    (0xf000 | 0x9f)
-+
-+#define EV_TIMEOUT    0x01
-+#define EV_READ               0x02
-+#define EV_WRITE      0x04
-+#define EV_SIGNAL     0x08
-+#define EV_PERSIST    0x10    /* Persistant event */
-+
-+/* Fix so that ppl dont have to run with <sys/queue.h> */
-+#ifndef TAILQ_ENTRY
-+#define _EVENT_DEFINED_TQENTRY
-+#define TAILQ_ENTRY(type)                                             \
-+struct {                                                              \
-+      struct type *tqe_next;  /* next element */                      \
-+      struct type **tqe_prev; /* address of previous next element */  \
-+}
-+#endif /* !TAILQ_ENTRY */
-+
-+struct event_base;
-+struct event {
-+      TAILQ_ENTRY (event) ev_next;
-+      TAILQ_ENTRY (event) ev_active_next;
-+      TAILQ_ENTRY (event) ev_signal_next;
-+      unsigned int min_heap_idx;      /* for managing timeouts */
-+
-+      struct event_base *ev_base;
-+
-+      int ev_fd;
-+      short ev_events;
-+      short ev_ncalls;
-+      short *ev_pncalls;      /* Allows deletes in callback */
-+
-+      struct timeval ev_timeout;
-+
-+      int ev_pri;             /* smaller numbers are higher priority */
-+
-+      void (*ev_callback)(int, short, void *arg);
-+      void *ev_arg;
-+
-+      int ev_res;             /* result passed to event callback */
-+      int ev_flags;
-+};
-+
-+#define EVENT_SIGNAL(ev)      (int)(ev)->ev_fd
-+#define EVENT_FD(ev)          (int)(ev)->ev_fd
-+
-+/*
-+ * Key-Value pairs.  Can be used for HTTP headers but also for
-+ * query argument parsing.
-+ */
-+struct evkeyval {
-+      TAILQ_ENTRY(evkeyval) next;
-+
-+      char *key;
-+      char *value;
-+};
-+
-+#ifdef _EVENT_DEFINED_TQENTRY
-+#undef TAILQ_ENTRY
-+struct event_list;
-+struct evkeyvalq;
-+#undef _EVENT_DEFINED_TQENTRY
-+#else
-+TAILQ_HEAD (event_list, event);
-+TAILQ_HEAD (evkeyvalq, evkeyval);
-+#endif /* _EVENT_DEFINED_TQENTRY */
-+
-+struct eventop {
-+      const char *name;
-+      void *(*init)(struct event_base *);
-+      int (*add)(void *, struct event *);
-+      int (*del)(void *, struct event *);
-+      int (*recalc)(struct event_base *, void *, int);
-+      int (*dispatch)(struct event_base *, void *, struct timeval *);
-+      void (*dealloc)(struct event_base *, void *);
-+};
-+
-+/**
-+  Initialize the event API.
-+
-+  The event API needs to be initialized with event_init() before it can be
-+  used.
-+ */
-+struct event_base *event_init(void);
-+
-+
-+/**
-+  Loop to process events.
-+
-+  In order to process events, an application needs to call
-+  event_dispatch().  This function only returns on error, and should
-+  replace the event core of the application program.
-+
-+  @see event_base_dispatch()
-+ */
-+int event_dispatch(void);
-+
-+
-+/**
-+  Threadsafe event dispatching loop.
-+
-+  @param eb the event_base structure returned by event_init()
-+  @see event_init(), event_dispatch()
-+ */
-+int event_base_dispatch(struct event_base *);
-+
-+
-+/**
-+  Deallocate all memory associated with an event_base, and free the base.
-+
-+  Note that this function will not close any fds or free any memory passed
-+  to event_set as the argument to callback.
-+
-+  @param eb an event_base to be freed
-+ */
-+void event_base_free(struct event_base *);
-+
-+
-+#define _EVENT_LOG_DEBUG 0
-+#define _EVENT_LOG_MSG   1
-+#define _EVENT_LOG_WARN  2
-+#define _EVENT_LOG_ERR   3
-+typedef void (*event_log_cb)(int severity, const char *msg);
-+/**
-+  Redirect libevent's log messages.
-+
-+  @param cb a function taking two arguments: an integer severity between
-+     _EVENT_LOG_DEBUG and _EVENT_LOG_ERR, and a string.  If cb is NULL,
-+       then the default log is used.
-+  */
-+void event_set_log_callback(event_log_cb cb);
-+
-+/**
-+  Associate a different event base with an event.
-+
-+  @param eb the event base
-+  @param ev the event
-+ */
-+int event_base_set(struct event_base *, struct event *);
-+
-+/** A flag for event_loop() to indicate ... (FIXME) */
-+#define EVLOOP_ONCE   0x01
-+
-+/** A flag for event_loop() to indicate ... (FIXME) */
-+#define EVLOOP_NONBLOCK       0x02
-+
-+/**
-+  Execute a single event.
-+
-+  The event_loop() function provides an interface for single pass execution of
-+  pending events.
-+
-+  @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_loopexit(), event_base_loop()
-+*/
-+int event_loop(int);
-+
-+/**
-+  Execute a single event (threadsafe variant).
-+
-+  The event_base_loop() function provides an interface for single pass
-+  execution of pending events.
-+
-+  @param eb the event_base structure returned by event_init()
-+  @param flags any combination of EVLOOP_ONCE | EVLOOP_NONBLOCK
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_loopexit(), event_base_loop()
-+  */
-+int event_base_loop(struct event_base *, int);
-+
-+/**
-+  Execute a single event, with a timeout.
-+
-+  The event_loopexit() function is similar to event_loop(), but allows the
-+  loop to be terminated after some amount of time has passed.
-+
-+  @param tv the amount of time after which the loop should terminate.
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_loop(), event_base_loop(), event_base_loopexit()
-+  */
-+int event_loopexit(struct timeval *);
-+
-+
-+/**
-+  Execute a single event, with a timeout (threadsafe variant).
-+
-+  @param eb the event_base structure returned by event_init()
-+  @param tv the amount of time after which the loop should terminate.
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_loopexit()
-+ */
-+int event_base_loopexit(struct event_base *, struct timeval *);
-+
-+
-+/**
-+  Add a timer event.
-+
-+  @param ev the event struct
-+  @param tv timeval struct
-+ */
-+#define evtimer_add(ev, tv)           event_add(ev, tv)
-+
-+
-+/**
-+  Define a timer event.
-+
-+  @param ev event struct to be modified
-+  @param cb callback function
-+  @param arg argument that will be passed to the callback function
-+ */
-+#define evtimer_set(ev, cb, arg)      event_set(ev, -1, 0, cb, arg)
-+
-+
-+/**
-+ * Delete a timer event.
-+ *
-+ * @param ev the event struct to be disabled
-+ */
-+#define evtimer_del(ev)                       event_del(ev)
-+#define evtimer_pending(ev, tv)               event_pending(ev, EV_TIMEOUT, tv)
-+#define evtimer_initialized(ev)               ((ev)->ev_flags & EVLIST_INIT)
-+
-+/**
-+ * Add a timeout event.
-+ *
-+ * @param ev the event struct to be disabled
-+ * @param tv the timeout value, in seconds
-+ */
-+#define timeout_add(ev, tv)           event_add(ev, tv)
-+
-+
-+/**
-+ * Define a timeout event.
-+ *
-+ * @param ev the event struct to be defined
-+ * @param cb the callback to be invoked when the timeout expires
-+ * @param arg the argument to be passed to the callback
-+ */
-+#define timeout_set(ev, cb, arg)      event_set(ev, -1, 0, cb, arg)
-+
-+
-+/**
-+ * Disable a timeout event.
-+ *
-+ * @param ev the timeout event to be disabled
-+ */
-+#define timeout_del(ev)                       event_del(ev)
-+
-+#define timeout_pending(ev, tv)               event_pending(ev, EV_TIMEOUT, tv)
-+#define timeout_initialized(ev)               ((ev)->ev_flags & EVLIST_INIT)
-+
-+#define signal_add(ev, tv)            event_add(ev, tv)
-+#define signal_set(ev, x, cb, arg)    \
-+      event_set(ev, x, EV_SIGNAL|EV_PERSIST, cb, arg)
-+#define signal_del(ev)                        event_del(ev)
-+#define signal_pending(ev, tv)                event_pending(ev, EV_SIGNAL, tv)
-+#define signal_initialized(ev)                ((ev)->ev_flags & EVLIST_INIT)
-+
-+/**
-+  Prepare an event structure to be added.
-+
-+  The function event_set() prepares the event structure ev to be used in
-+  future calls to event_add() and event_del().  The event will be prepared to
-+  call the function specified by the fn argument with an int argument
-+  indicating the file descriptor, a short argument indicating the type of
-+  event, and a void * argument given in the arg argument.  The fd indicates
-+  the file descriptor that should be monitored for events.  The events can be
-+  either EV_READ, EV_WRITE, or both.  Indicating that an application can read
-+  or write from the file descriptor respectively without blocking.
-+
-+  The function fn will be called with the file descriptor that triggered the
-+  event and the type of event which will be either EV_TIMEOUT, EV_SIGNAL,
-+  EV_READ, or EV_WRITE.  The additional flag EV_PERSIST makes an event_add()
-+  persistent until event_del() has been called.
-+
-+  @param ev an event struct to be modified
-+  @param fd the file descriptor to be monitored
-+  @param event desired events to monitor; can be EV_READ and/or EV_WRITE
-+  @param fn callback function to be invoked when the event occurs
-+  @param arg an argument to be passed to the callback function
-+
-+  @see event_add(), event_del(), event_once()
-+
-+ */
-+void event_set(struct event *, int, short, void (*)(int, short, void *), void *);
-+
-+/**
-+  Schedule a one-time event to occur.
-+
-+  The function event_once() is similar to event_set().  However, it schedules
-+  a callback to be called exactly once and does not require the caller to
-+  prepare an event structure.
-+
-+  @param fd a file descriptor to monitor
-+  @param events event(s) to monitor; can be any of EV_TIMEOUT | EV_READ |
-+         EV_WRITE
-+  @param callback callback function to be invoked when the event occurs
-+  @param arg an argument to be passed to the callback function
-+  @param timeout the maximum amount of time to wait for the event, or NULL
-+         to wait forever
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_set()
-+
-+ */
-+int event_once(int, short, void (*)(int, short, void *), void *, struct timeval *);
-+
-+
-+/**
-+  Schedule a one-time event (threadsafe variant)
-+
-+  The function event_base_once() is similar to event_set().  However, it
-+  schedules a callback to be called exactly once and does not require the
-+  caller to prepare an event structure.
-+
-+  @param base an event_base returned by event_init()
-+  @param fd a file descriptor to monitor
-+  @param events event(s) to monitor; can be any of EV_TIMEOUT | EV_READ |
-+         EV_WRITE
-+  @param callback callback function to be invoked when the event occurs
-+  @param arg an argument to be passed to the callback function
-+  @param timeout the maximum amount of time to wait for the event, or NULL
-+         to wait forever
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_once()
-+ */
-+int event_base_once(struct event_base *, int, short, void (*)(int, short, void *), void *, struct timeval *);
-+
-+
-+/**
-+  Add an event to the set of monitored events.
-+
-+  The function event_add() schedules the execution of the ev event when the
-+  event specified in event_set() occurs or in at least the time specified in
-+  the tv.  If tv is NULL, no timeout occurs and the function will only be
-+  called if a matching event occurs on the file descriptor.  The event in the
-+  ev argument must be already initialized by event_set() and may not be used
-+  in calls to event_set() until it has timed out or been removed with
-+  event_del().  If the event in the ev argument already has a scheduled
-+  timeout, the old timeout will be replaced by the new one.
-+
-+  @param ev an event struct initialized via event_set()
-+  @param timeout the maximum amount of time to wait for the event, or NULL
-+         to wait forever
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_del(), event_set()
-+  */
-+int event_add(struct event *, struct timeval *);
-+
-+
-+/**
-+  Remove an event from the set of monitored events.
-+
-+  The function event_del() will cancel the event in the argument ev.  If the
-+  event has already executed or has never been added the call will have no
-+  effect.
-+
-+  @param ev an event struct to be removed from the working set
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_add()
-+ */
-+int event_del(struct event *);
-+
-+void event_active(struct event *, int, short);
-+
-+
-+/**
-+  Checks if a specific event is pending or scheduled.
-+
-+  @param ev an event struct previously passed to event_add()
-+  @param event the requested event type; any of EV_TIMEOUT|EV_READ|
-+         EV_WRITE|EV_SIGNAL
-+  @param tv an alternate timeout (FIXME - is this true?)
-+
-+  @return 1 if the event is pending, or 0 if the event has not occurred
-+
-+ */
-+int event_pending(struct event *, short, struct timeval *);
-+
-+
-+/**
-+  Test if an event structure has been initialized.
-+
-+  The event_initialized() macro can be used to check if an event has been
-+  initialized.
-+
-+  @param ev an event structure to be tested
-+  @return 1 if the structure has been initialized, or 0 if it has not been
-+          initialized
-+ */
-+#ifdef WIN32
-+#define event_initialized(ev)         ((ev)->ev_flags & EVLIST_INIT && (ev)->ev_fd != (int)INVALID_HANDLE_VALUE)
-+#else
-+#define event_initialized(ev)         ((ev)->ev_flags & EVLIST_INIT)
-+#endif
-+
-+
-+/**
-+  Get the libevent version number.
-+
-+  @return a string containing the version number of libevent
-+ */
-+const char *event_get_version(void);
-+
-+
-+/**
-+  Get the kernel event notification mechanism used by libevent.
-+
-+  @return a string identifying the kernel event mechanism (kqueue, epoll, etc.)
-+ */
-+const char *event_get_method(void);
-+
-+
-+/**
-+  Set the number of different event priorities.
-+
-+  By default libevent schedules all active events with the same priority.
-+  However, some time it is desirable to process some events with a higher
-+  priority than others.  For that reason, libevent supports strict priority
-+  queues.  Active events with a lower priority are always processed before
-+  events with a higher priority.
-+
-+  The number of different priorities can be set initially with the
-+  event_priority_init() function.  This function should be called before the
-+  first call to event_dispatch().  The event_priority_set() function can be
-+  used to assign a priority to an event.  By default, libevent assigns the
-+  middle priority to all events unless their priority is explicitly set.
-+
-+  @param npriorities the maximum number of priorities
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_base_priority_init(), event_priority_set()
-+
-+ */
-+int   event_priority_init(int);
-+
-+
-+/**
-+  Set the number of different event priorities (threadsafe variant).
-+
-+  See the description of event_priority_init() for more information.
-+
-+  @param eb the event_base structure returned by event_init()
-+  @param npriorities the maximum number of priorities
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_priority_init(), event_priority_set()
-+ */
-+int   event_base_priority_init(struct event_base *, int);
-+
-+
-+/**
-+  Assign a priority to an event.
-+
-+  @param ev an event struct
-+  @param priority the new priority to be assigned
-+  @return 0 if successful, or -1 if an error occurred
-+  @see event_priority_init()
-+  */
-+int   event_priority_set(struct event *, int);
-+
-+
-+/* These functions deal with buffering input and output */
-+
-+struct evbuffer {
-+      u_char *buffer;
-+      u_char *orig_buffer;
-+
-+      size_t misalign;
-+      size_t totallen;
-+      size_t off;
-+
-+      void (*cb)(struct evbuffer *, size_t, size_t, void *);
-+      void *cbarg;
-+};
-+
-+/* Just for error reporting - use other constants otherwise */
-+#define EVBUFFER_READ         0x01
-+#define EVBUFFER_WRITE                0x02
-+#define EVBUFFER_EOF          0x10
-+#define EVBUFFER_ERROR                0x20
-+#define EVBUFFER_TIMEOUT      0x40
-+
-+struct bufferevent;
-+typedef void (*evbuffercb)(struct bufferevent *, void *);
-+typedef void (*everrorcb)(struct bufferevent *, short what, void *);
-+
-+struct event_watermark {
-+      size_t low;
-+      size_t high;
-+};
-+
-+struct bufferevent {
-+      struct event ev_read;
-+      struct event ev_write;
-+
-+      struct evbuffer *input;
-+      struct evbuffer *output;
-+
-+      struct event_watermark wm_read;
-+      struct event_watermark wm_write;
-+
-+      evbuffercb readcb;
-+      evbuffercb writecb;
-+      everrorcb errorcb;
-+      void *cbarg;
-+
-+      int timeout_read;       /* in seconds */
-+      int timeout_write;      /* in seconds */
-+
-+      short enabled;  /* events that are currently enabled */
-+};
-+
-+
-+/**
-+  Create a new bufferevent.
-+
-+  libevent provides an abstraction on top of the regular event callbacks.
-+  This abstraction is called a buffered event.  A buffered event provides
-+  input and output buffers that get filled and drained automatically.  The
-+  user of a buffered event no longer deals directly with the I/O, but
-+  instead is reading from input and writing to output buffers.
-+
-+  Once initialized, the bufferevent structure can be used repeatedly with
-+  bufferevent_enable() and bufferevent_disable().
-+
-+  When read enabled the bufferevent will try to read from the file descriptor
-+  and call the read callback.  The write callback is executed whenever the
-+  output buffer is drained below the write low watermark, which is 0 by
-+  default.
-+
-+  If multiple bases are in use, bufferevent_base_set() must be called before
-+  enabling the bufferevent for the first time.
-+
-+  @param fd the file descriptor from which data is read and written to.
-+              This file descriptor is not allowed to be a pipe(2).
-+  @param readcb callback to invoke when there is data to be read, or NULL if
-+         no callback is desired
-+  @param writecb callback to invoke when the file descriptor is ready for
-+         writing, or NULL if no callback is desired
-+  @param errorcb callback to invoke when there is an error on the file
-+         descriptor
-+  @param cbarg an argument that will be supplied to each of the callbacks
-+         (readcb, writecb, and errorcb)
-+  @return a pointer to a newly allocated bufferevent struct, or NULL if an
-+          error occurred
-+  @see bufferevent_base_set(), bufferevent_free()
-+  */
-+struct bufferevent *bufferevent_new(int fd,
-+    evbuffercb readcb, evbuffercb writecb, everrorcb errorcb, void *cbarg);
-+
-+
-+/**
-+  Assign a bufferevent to a specific event_base.
-+
-+  @param base an event_base returned by event_init()
-+  @param bufev a bufferevent struct returned by bufferevent_new()
-+  @return 0 if successful, or -1 if an error occurred
-+  @see bufferevent_new()
-+ */
-+int bufferevent_base_set(struct event_base *base, struct bufferevent *bufev);
-+
-+
-+/**
-+  Assign a priority to a bufferevent.
-+
-+  @param bufev a bufferevent struct
-+  @param pri the priority to be assigned
-+  @return 0 if successful, or -1 if an error occurred
-+  */
-+int bufferevent_priority_set(struct bufferevent *bufev, int pri);
-+
-+
-+/**
-+  Deallocate the storage associated with a bufferevent structure.
-+
-+  @param bufev the bufferevent structure to be freed.
-+  */
-+void bufferevent_free(struct bufferevent *bufev);
-+
-+
-+/**
-+  Write data to a bufferevent buffer.
-+
-+  The bufferevent_write() function can be used to write data to the file
-+  descriptor.  The data is appended to the output buffer and written to the
-+  descriptor automatically as it becomes available for writing.
-+
-+  @param bufev the bufferevent to be written to
-+  @param data a pointer to the data to be written
-+  @param size the length of the data, in bytes
-+  @return 0 if successful, or -1 if an error occurred
-+  @see bufferevent_write_buffer()
-+  */
-+int bufferevent_write(struct bufferevent *bufev, void *data, size_t size);
-+
-+
-+/**
-+  Write data from an evbuffer to a bufferevent buffer.
-+
-+  @param bufev the bufferevent to be written to
-+  @param buf the evbuffer to be written
-+  @return 0 if successful, or -1 if an error occurred
-+  @see bufferevent_write()
-+ */
-+int bufferevent_write_buffer(struct bufferevent *bufev, struct evbuffer *buf);
-+
-+
-+/**
-+  Read data from a bufferevent buffer.
-+
-+  The bufferevent_read() function is used to read data from the input buffer.
-+
-+  @param bufev the bufferevent to be read from
-+  @param data pointer to a buffer that will store the data
-+  @param size the size of the data buffer, in bytes
-+  @return the amount of data read, in bytes.
-+ */
-+size_t bufferevent_read(struct bufferevent *bufev, void *data, size_t size);
-+
-+/**
-+  Enable a bufferevent.
-+
-+  @param bufev the bufferevent to be enabled
-+  @param event any combination of EV_READ | EV_WRITE.
-+  @return 0 if successful, or -1 if an error occurred
-+  @see bufferevent_disable()
-+ */
-+int bufferevent_enable(struct bufferevent *bufev, short event);
-+
-+
-+/**
-+  Disable a bufferevent.
-+
-+  @param bufev the bufferevent to be disabled
-+  @param event any combination of EV_READ | EV_WRITE.
-+  @return 0 if successful, or -1 if an error occurred
-+  @see bufferevent_enable()
-+ */
-+int bufferevent_disable(struct bufferevent *bufev, short event);
-+
-+
-+/**
-+  Set the read and write timeout for a buffered event.
-+
-+  @param bufev the bufferevent to be modified
-+  @param timeout_read the read timeout
-+  @param timeout_write the write timeout
-+ */
-+void bufferevent_settimeout(struct bufferevent *bufev,
-+    int timeout_read, int timeout_write);
-+
-+
-+#define EVBUFFER_LENGTH(x)    (x)->off
-+#define EVBUFFER_DATA(x)      (x)->buffer
-+#define EVBUFFER_INPUT(x)     (x)->input
-+#define EVBUFFER_OUTPUT(x)    (x)->output
-+
-+
-+/**
-+  Allocate storage for a new evbuffer.
-+
-+  @return a pointer to a newly allocated evbuffer struct, or NULL if an error
-+          occurred
-+ */
-+struct evbuffer *evbuffer_new(void);
-+
-+
-+/**
-+  Deallocate storage for an evbuffer.
-+
-+  @param pointer to the evbuffer to be freed
-+ */
-+void evbuffer_free(struct evbuffer *);
-+
-+
-+/**
-+  Expands the available space in an event buffer.
-+
-+  Expands the available space in the event buffer to at least datlen
-+
-+  @param buf the event buffer to be expanded
-+  @param datlen the new minimum length requirement
-+  @return 0 if successful, or -1 if an error occurred
-+*/
-+int evbuffer_expand(struct evbuffer *, size_t);
-+
-+
-+/**
-+  Append data to the end of an evbuffer.
-+
-+  @param buf the event buffer to be appended to
-+  @param data pointer to the beginning of the data buffer
-+  @param datlen the number of bytes to be copied from the data buffer
-+ */
-+int evbuffer_add(struct evbuffer *, const void *, size_t);
-+
-+
-+
-+/**
-+  Read data from an event buffer and drain the bytes read.
-+
-+  @param buf the event buffer to be read from
-+  @param data the destination buffer to store the result
-+  @param datlen the maximum size of the destination buffer
-+  @return the number of bytes read
-+ */
-+int evbuffer_remove(struct evbuffer *, void *, size_t);
-+
-+
-+/**
-+ * Read a single line from an event buffer.
-+ *
-+ * Reads a line terminated by either '\r\n', '\n\r' or '\r' or '\n'.
-+ * The returned buffer needs to be freed by the caller.
-+ *
-+ * @param buffer the evbuffer to read from
-+ * @return pointer to a single line, or NULL if an error occurred
-+ */
-+char *evbuffer_readline(struct evbuffer *);
-+
-+
-+/**
-+  Move data from one evbuffer into another evbuffer.
-+
-+  This is a destructive add.  The data from one buffer moves into
-+  the other buffer. The destination buffer is expanded as needed.
-+
-+  @param outbuf the output buffer
-+  @param inbuf the input buffer
-+  @return 0 if successful, or -1 if an error occurred
-+ */
-+int evbuffer_add_buffer(struct evbuffer *, struct evbuffer *);
-+
-+
-+/**
-+  Append a formatted string to the end of an evbuffer.
-+
-+  @param buf the evbuffer that will be appended to
-+  @param fmt a format string
-+  @param ... arguments that will be passed to printf(3)
-+  @return 0 if successful, or -1 if an error occurred
-+ */
-+int evbuffer_add_printf(struct evbuffer *, const char *fmt, ...);
-+
-+
-+/**
-+  Append a va_list formatted string to the end of an evbuffer.
-+
-+  @param buf the evbuffer that will be appended to
-+  @param fmt a format string
-+  @param ap a varargs va_list argument array that will be passed to vprintf(3)
-+  @return 0 if successful, or -1 if an error occurred
-+ */
-+int evbuffer_add_vprintf(struct evbuffer *, const char *fmt, va_list ap);
-+
-+
-+/**
-+  Remove a specified number of bytes data from the beginning of an evbuffer.
-+
-+  @param buf the evbuffer to be drained
-+  @param len the number of bytes to drain from the beginning of the buffer
-+  @return 0 if successful, or -1 if an error occurred
-+ */
-+void evbuffer_drain(struct evbuffer *, size_t);
-+
-+
-+/**
-+  Write the contents of an evbuffer to a file descriptor.
-+
-+  The evbuffer will be drained after the bytes have been successfully written.
-+
-+  @param buffer the evbuffer to be written and drained
-+  @param fd the file descriptor to be written to
-+  @return the number of bytes written, or -1 if an error occurred
-+  @see evbuffer_read()
-+ */
-+int evbuffer_write(struct evbuffer *, int);
-+
-+
-+/**
-+  Read from a file descriptor and store the result in an evbuffer.
-+
-+  @param buf the evbuffer to store the result
-+  @param fd the file descriptor to read from
-+  @param howmuch the number of bytes to be read
-+  @return the number of bytes read, or -1 if an error occurred
-+  @see evbuffer_write()
-+ */
-+int evbuffer_read(struct evbuffer *, int, int);
-+
-+
-+/**
-+  Find a string within an evbuffer.
-+
-+  @param buffer the evbuffer to be searched
-+  @param what the string to be searched for
-+  @param len the length of the search string
-+  @return a pointer to the beginning of the search string, or NULL if the search failed.
-+ */
-+u_char *evbuffer_find(struct evbuffer *, const u_char *, size_t);
-+
-+/**
-+  Set a callback to invoke when the evbuffer is modified.
-+
-+  @param buffer the evbuffer to be monitored
-+  @param cb the callback function to invoke when the evbuffer is modified
-+  @param cbarg an argument to be provided to the callback function
-+ */
-+void evbuffer_setcb(struct evbuffer *, void (*)(struct evbuffer *, size_t, size_t, void *), void *);
-+
-+/*
-+ * Marshaling tagged data - We assume that all tags are inserted in their
-+ * numeric order - so that unknown tags will always be higher than the
-+ * known ones - and we can just ignore the end of an event buffer.
-+ */
-+
-+void evtag_init(void);
-+
-+void evtag_marshal(struct evbuffer *evbuf, ev_uint8_t tag, const void *data,
-+    ev_uint32_t len);
-+
-+/**
-+  Encode an integer and store it in an evbuffer.
-+
-+  We encode integer's by nibbles; the first nibble contains the number
-+  of significant nibbles - 1;  this allows us to encode up to 64-bit
-+  integers.  This function is byte-order independent.
-+
-+  @param evbuf evbuffer to store the encoded number
-+  @param number a 32-bit integer
-+ */
-+void encode_int(struct evbuffer *evbuf, ev_uint32_t number);
-+
-+void evtag_marshal_int(struct evbuffer *evbuf, ev_uint8_t tag, ev_uint32_t integer);
-+
-+void evtag_marshal_string(struct evbuffer *buf, ev_uint8_t tag,
-+    const char *string);
-+
-+void evtag_marshal_timeval(struct evbuffer *evbuf, ev_uint8_t tag,
-+    struct timeval *tv);
-+
-+void evtag_test(void);
-+
-+int evtag_unmarshal(struct evbuffer *src, ev_uint8_t *ptag, struct evbuffer *dst);
-+int evtag_peek(struct evbuffer *evbuf, ev_uint8_t *ptag);
-+int evtag_peek_length(struct evbuffer *evbuf, ev_uint32_t *plength);
-+int evtag_payload_length(struct evbuffer *evbuf, ev_uint32_t *plength);
-+int evtag_consume(struct evbuffer *evbuf);
-+
-+int evtag_unmarshal_int(struct evbuffer *evbuf, ev_uint8_t need_tag,
-+    ev_uint32_t *pinteger);
-+
-+int evtag_unmarshal_fixed(struct evbuffer *src, ev_uint8_t need_tag, void *data,
-+    size_t len);
-+
-+int evtag_unmarshal_string(struct evbuffer *evbuf, ev_uint8_t need_tag,
-+    char **pstring);
-+
-+int evtag_unmarshal_timeval(struct evbuffer *evbuf, ev_uint8_t need_tag,
-+    struct timeval *ptv);
-+
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+#endif /* _EVENT_H_ */
-diff -Nru php-5.2.6.vanilla/libevent/event-internal.h php-5.2.6.fpm/libevent/event-internal.h
---- php-5.2.6.vanilla/libevent/event-internal.h        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/event-internal.h    2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,80 @@
-+/*
-+ * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifndef _EVENT_INTERNAL_H_
-+#define _EVENT_INTERNAL_H_
-+
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
-+#include "config.h"
-+#include "min_heap.h"
-+#include "evsignal.h"
-+
-+struct event_base {
-+      const struct eventop *evsel;
-+      void *evbase;
-+      int event_count;                /* counts number of total events */
-+      int event_count_active; /* counts number of active events */
-+
-+      int event_gotterm;              /* Set to terminate loop */
-+
-+      /* active event management */
-+      struct event_list **activequeues;
-+      int nactivequeues;
-+
-+      /* signal handling info */
-+      struct evsignal_info sig;
-+
-+      struct event_list eventqueue;
-+      struct timeval event_tv;
-+
-+      struct min_heap timeheap;
-+};
-+
-+/* Internal use only: Functions that might be missing from <sys/queue.h> */
-+#ifndef HAVE_TAILQFOREACH
-+#define       TAILQ_FIRST(head)               ((head)->tqh_first)
-+#define       TAILQ_END(head)                 NULL
-+#define       TAILQ_NEXT(elm, field)          ((elm)->field.tqe_next)
-+#define TAILQ_FOREACH(var, head, field)                                       \
-+      for((var) = TAILQ_FIRST(head);                                  \
-+          (var) != TAILQ_END(head);                                   \
-+          (var) = TAILQ_NEXT(var, field))
-+#define       TAILQ_INSERT_BEFORE(listelm, elm, field) do {                   \
-+      (elm)->field.tqe_prev = (listelm)->field.tqe_prev;              \
-+      (elm)->field.tqe_next = (listelm);                              \
-+      *(listelm)->field.tqe_prev = (elm);                             \
-+      (listelm)->field.tqe_prev = &(elm)->field.tqe_next;             \
-+} while (0)
-+#endif /* TAILQ_FOREACH */
-+
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+#endif /* _EVENT_INTERNAL_H_ */
-diff -Nru php-5.2.6.vanilla/libevent/evport.c php-5.2.6.fpm/libevent/evport.c
---- php-5.2.6.vanilla/libevent/evport.c        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/evport.c    2008-01-19 20:53:44.000000000 +0300
-@@ -0,0 +1,535 @@
-+/*
-+ * Submitted by David Pacheco (dp.spambait@gmail.com)
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY SUN MICROSYSTEMS, INC. ``AS IS'' AND ANY
-+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-+ * DISCLAIMED. IN NO EVENT SHALL SUN MICROSYSTEMS, INC. BE LIABLE FOR ANY
-+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
-+ */
-+
-+/*
-+ * Copyright (c) 2007 Sun Microsystems. All rights reserved.
-+ * Use is subject to license terms.
-+ */
-+
-+/*
-+ * evport.c: event backend using Solaris 10 event ports. See port_create(3C).
-+ * This implementation is loosely modeled after the one used for select(2) (in
-+ * select.c).
-+ *
-+ * The outstanding events are tracked in a data structure called evport_data.
-+ * Each entry in the ed_fds array corresponds to a file descriptor, and contains
-+ * pointers to the read and write events that correspond to that fd. (That is,
-+ * when the file is readable, the "read" event should handle it, etc.)
-+ *
-+ * evport_add and evport_del update this data structure. evport_dispatch uses it
-+ * to determine where to callback when an event occurs (which it gets from
-+ * port_getn). 
-+ *
-+ * Helper functions are used: grow() grows the file descriptor array as
-+ * necessary when large fd's come in. reassociate() takes care of maintaining
-+ * the proper file-descriptor/event-port associations.
-+ *
-+ * As in the select(2) implementation, signals are handled by evsignal, and
-+ * evport_recalc does almost nothing.
-+ */
-+
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <sys/time.h>
-+#include <assert.h>
-+#include <sys/queue.h>
-+#include <errno.h>
-+#include <poll.h>
-+#include <port.h>
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <time.h>
-+#include <unistd.h>
-+#ifdef CHECK_INVARIANTS
-+#include <assert.h>
-+#endif
-+
-+#include "event.h"
-+#include "event-internal.h"
-+#include "log.h"
-+#include "evsignal.h"
-+
-+
-+/*
-+ * Default value for ed_nevents, which is the maximum file descriptor number we
-+ * can handle. If an event comes in for a file descriptor F > nevents, we will
-+ * grow the array of file descriptors, doubling its size.
-+ */
-+#define DEFAULT_NFDS  16
-+
-+
-+/*
-+ * EVENTS_PER_GETN is the maximum number of events to retrieve from port_getn on
-+ * any particular call. You can speed things up by increasing this, but it will
-+ * (obviously) require more memory.
-+ */
-+#define EVENTS_PER_GETN 8
-+
-+/*
-+ * Per-file-descriptor information about what events we're subscribed to. These
-+ * fields are NULL if no event is subscribed to either of them.
-+ */
-+
-+struct fd_info {
-+      struct event* fdi_revt; /* the event responsible for the "read"  */
-+      struct event* fdi_wevt; /* the event responsible for the "write" */
-+};
-+
-+#define FDI_HAS_READ(fdi)  ((fdi)->fdi_revt != NULL)
-+#define FDI_HAS_WRITE(fdi) ((fdi)->fdi_wevt != NULL)
-+#define FDI_HAS_EVENTS(fdi) (FDI_HAS_READ(fdi) || FDI_HAS_WRITE(fdi))
-+#define FDI_TO_SYSEVENTS(fdi) (FDI_HAS_READ(fdi) ? POLLIN : 0) | \
-+    (FDI_HAS_WRITE(fdi) ? POLLOUT : 0)
-+
-+struct evport_data {
-+      int             ed_port;        /* event port for system events  */
-+      int             ed_nevents;     /* number of allocated fdi's     */
-+      struct fd_info *ed_fds;         /* allocated fdi table           */
-+      /* fdi's that we need to reassoc */
-+      int ed_pending[EVENTS_PER_GETN]; /* fd's with pending events */
-+};
-+
-+static void*  evport_init     (struct event_base *);
-+static int    evport_add      (void *, struct event *);
-+static int    evport_del      (void *, struct event *);
-+static int    evport_recalc   (struct event_base *, void *, int);
-+static int    evport_dispatch (struct event_base *, void *, struct timeval *);
-+static void   evport_dealloc  (struct event_base *, void *);
-+
-+const struct eventop evportops = {
-+      "event ports",
-+      evport_init,
-+      evport_add,
-+      evport_del,
-+      evport_recalc,
-+      evport_dispatch,
-+      evport_dealloc
-+};
-+
-+/*
-+ * Initialize the event port implementation.
-+ */
-+
-+static void*
-+evport_init(struct event_base *base)
-+{
-+      struct evport_data *evpd;
-+      int i;
-+      /*
-+       * Disable event ports when this environment variable is set 
-+       */
-+      if (getenv("EVENT_NOEVPORT"))
-+              return (NULL);
-+
-+      if (!(evpd = calloc(1, sizeof(struct evport_data))))
-+              return (NULL);
-+
-+      if ((evpd->ed_port = port_create()) == -1) {
-+              free(evpd);
-+              return (NULL);
-+      }
-+
-+      /*
-+       * Initialize file descriptor structure
-+       */
-+      evpd->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info));
-+      if (evpd->ed_fds == NULL) {
-+              close(evpd->ed_port);
-+              free(evpd);
-+              return (NULL);
-+      }
-+      evpd->ed_nevents = DEFAULT_NFDS;
-+      for (i = 0; i < EVENTS_PER_GETN; i++)
-+              evpd->ed_pending[i] = -1;
-+
-+      evsignal_init(base);
-+
-+      return (evpd);
-+}
-+
-+#ifdef CHECK_INVARIANTS
-+/*
-+ * Checks some basic properties about the evport_data structure. Because it
-+ * checks all file descriptors, this function can be expensive when the maximum
-+ * file descriptor ever used is rather large.
-+ */
-+
-+static void
-+check_evportop(struct evport_data *evpd)
-+{
-+      assert(evpd);
-+      assert(evpd->ed_nevents > 0);
-+      assert(evpd->ed_port > 0);
-+      assert(evpd->ed_fds > 0);
-+
-+      /*
-+       * Verify the integrity of the fd_info struct as well as the events to
-+       * which it points (at least, that they're valid references and correct
-+       * for their position in the structure).
-+       */
-+      int i;
-+      for (i = 0; i < evpd->ed_nevents; ++i) {
-+              struct event    *ev;
-+              struct fd_info  *fdi;
-+
-+              fdi = &evpd->ed_fds[i];
-+              if ((ev = fdi->fdi_revt) != NULL) {
-+                      assert(ev->ev_fd == i);
-+              }
-+              if ((ev = fdi->fdi_wevt) != NULL) {
-+                      assert(ev->ev_fd == i);
-+              }
-+      }
-+}
-+
-+/*
-+ * Verifies very basic integrity of a given port_event.
-+ */
-+static void
-+check_event(port_event_t* pevt)
-+{
-+      /*
-+       * We've only registered for PORT_SOURCE_FD events. The only
-+       * other thing we can legitimately receive is PORT_SOURCE_ALERT,
-+       * but since we're not using port_alert either, we can assume
-+       * PORT_SOURCE_FD.
-+       */
-+      assert(pevt->portev_source == PORT_SOURCE_FD);
-+      assert(pevt->portev_user == NULL);
-+}
-+
-+#else
-+#define check_evportop(epop)
-+#define check_event(pevt)
-+#endif /* CHECK_INVARIANTS */
-+
-+/*
-+ * Doubles the size of the allocated file descriptor array.
-+ */
-+static int
-+grow(struct evport_data *epdp, int factor)
-+{
-+      struct fd_info *tmp;
-+/*    struct fd_info *old = epdp->ed_fds; */
-+      int oldsize = epdp->ed_nevents;
-+      int newsize = factor * oldsize;
-+/*    int ii; */
-+      assert(factor > 1);
-+
-+      check_evportop(epdp);
-+
-+      tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
-+      if (NULL == tmp)
-+              return -1;
-+      epdp->ed_fds = tmp;
-+      memset((char*) (epdp->ed_fds + oldsize), 0, 
-+          (newsize - oldsize)*sizeof(struct fd_info));
-+      epdp->ed_nevents = newsize;
-+
-+      check_evportop(epdp);
-+
-+      return 0;
-+}
-+
-+
-+/*
-+ * (Re)associates the given file descriptor with the event port. The OS events
-+ * are specified (implicitly) from the fd_info struct.
-+ */
-+static int
-+reassociate(struct evport_data *epdp, struct fd_info *fdip, int fd)
-+{
-+      int sysevents = FDI_TO_SYSEVENTS(fdip);
-+
-+      if (sysevents != 0) {
-+              if (port_associate(epdp->ed_port, PORT_SOURCE_FD,
-+                                 fd, sysevents, NULL) == -1) {
-+                      event_warn("port_associate");
-+                      return (-1);
-+              }
-+      }
-+
-+      check_evportop(epdp);
-+
-+      return (0);
-+}
-+
-+/*
-+ * Main event loop - polls port_getn for some number of events, and processes
-+ * them.
-+ */
-+
-+static int
-+evport_dispatch(struct event_base *base, void *arg, struct timeval *tv)
-+{
-+      int i, res;
-+      struct evport_data *epdp = arg;
-+      port_event_t pevtlist[EVENTS_PER_GETN];
-+
-+      /*
-+       * port_getn will block until it has at least nevents events. It will
-+       * also return how many it's given us (which may be more than we asked
-+       * for, as long as it's less than our maximum (EVENTS_PER_GETN)) in
-+       * nevents.
-+       */
-+      int nevents = 1;
-+
-+      /*
-+       * We have to convert a struct timeval to a struct timespec
-+       * (only difference is nanoseconds vs. microseconds). If no time-based
-+       * events are active, we should wait for I/O (and tv == NULL).
-+       */
-+      struct timespec ts;
-+      struct timespec *ts_p = NULL;
-+      if (tv != NULL) {
-+              ts.tv_sec = tv->tv_sec;
-+              ts.tv_nsec = tv->tv_usec * 1000;
-+              ts_p = &ts;
-+      }
-+
-+      /*
-+       * Before doing anything else, we need to reassociate the events we hit
-+       * last time which need reassociation. See comment at the end of the
-+       * loop below.
-+       */
-+      for (i = 0; i < EVENTS_PER_GETN; ++i) {
-+              struct fd_info *fdi = NULL;
-+              if (epdp->ed_pending[i] != -1) {
-+                      fdi = &(epdp->ed_fds[epdp->ed_pending[i]]);
-+              }
-+
-+              if (fdi != NULL && FDI_HAS_EVENTS(fdi)) {
-+                      int fd = FDI_HAS_READ(fdi) ? fdi->fdi_revt->ev_fd : 
-+                          fdi->fdi_wevt->ev_fd;
-+                      reassociate(epdp, fdi, fd);
-+                      epdp->ed_pending[i] = -1;
-+              }
-+      }
-+
-+      if ((res = port_getn(epdp->ed_port, pevtlist, EVENTS_PER_GETN, 
-+                  (unsigned int *) &nevents, ts_p)) == -1) {
-+              if (errno == EINTR) {
-+                      evsignal_process(base);
-+                      return (0);
-+              } else if (errno == ETIME) {
-+                      if (nevents == 0)
-+                              return (0);
-+              } else {
-+                      event_warn("port_getn");
-+                      return (-1);
-+              }
-+      } else if (base->sig.evsignal_caught) {
-+              evsignal_process(base);
-+      }
-+      
-+      event_debug(("%s: port_getn reports %d events", __func__, nevents));
-+
-+      for (i = 0; i < nevents; ++i) {
-+              struct event *ev;
-+              struct fd_info *fdi;
-+              port_event_t *pevt = &pevtlist[i];
-+              int fd = (int) pevt->portev_object;
-+
-+              check_evportop(epdp);
-+              check_event(pevt);
-+              epdp->ed_pending[i] = fd;
-+
-+              /*
-+               * Figure out what kind of event it was 
-+               * (because we have to pass this to the callback)
-+               */
-+              res = 0;
-+              if (pevt->portev_events & POLLIN)
-+                      res |= EV_READ;
-+              if (pevt->portev_events & POLLOUT)
-+                      res |= EV_WRITE;
-+
-+              assert(epdp->ed_nevents > fd);
-+              fdi = &(epdp->ed_fds[fd]);
-+
-+              /*
-+               * We now check for each of the possible events (READ or WRITE).
-+               * If the event is not persistent, then we delete it. Then, we
-+               * activate the event (which will cause its callback to be
-+               * executed).
-+               */
-+
-+              if ((res & EV_READ) && ((ev = fdi->fdi_revt) != NULL)) {
-+                      if (!(ev->ev_events & EV_PERSIST))
-+                              event_del(ev);
-+                      event_active(ev, res, 1);
-+              }
-+
-+              if ((res & EV_WRITE) && ((ev = fdi->fdi_wevt) != NULL)) {
-+                      if (!(ev->ev_events & EV_PERSIST))
-+                              event_del(ev);
-+                      event_active(ev, res, 1);
-+              }
-+      } /* end of all events gotten */
-+
-+      check_evportop(epdp);
-+
-+      return (0);
-+}
-+
-+
-+/*
-+ * Copied from the version in select.c
-+ */
-+
-+static int
-+evport_recalc(struct event_base *base, void *arg, int max)
-+{
-+/*    struct evport_data *evpd = arg; */
-+      check_evportop(evpd);
-+      return (0);
-+}
-+
-+
-+/*
-+ * Adds the given event (so that you will be notified when it happens via
-+ * the callback function).
-+ */
-+
-+static int
-+evport_add(void *arg, struct event *ev)
-+{
-+      struct evport_data *evpd = arg;
-+      struct fd_info *fdi;
-+      int factor;
-+
-+      check_evportop(evpd);
-+
-+      /*
-+       * Delegate, if it's not ours to handle.
-+       */
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_add(ev));
-+
-+      /*
-+       * If necessary, grow the file descriptor info table
-+       */
-+
-+      factor = 1;
-+      while (ev->ev_fd >= factor * evpd->ed_nevents)
-+              factor *= 2;
-+
-+      if (factor > 1) {
-+              if (-1 == grow(evpd, factor)) {
-+                      return (-1);
-+              }
-+      }
-+
-+      fdi = &evpd->ed_fds[ev->ev_fd];
-+      if (ev->ev_events & EV_READ)
-+              fdi->fdi_revt = ev;
-+      if (ev->ev_events & EV_WRITE)
-+              fdi->fdi_wevt = ev;
-+
-+      return reassociate(evpd, fdi, ev->ev_fd);
-+}
-+
-+/*
-+ * Removes the given event from the list of events to wait for.
-+ */
-+
-+static int
-+evport_del(void *arg, struct event *ev)
-+{
-+      struct evport_data *evpd = arg;
-+      struct fd_info *fdi;
-+      int i;
-+      int associated = 1;
-+
-+      check_evportop(evpd);
-+
-+      /*
-+       * Delegate, if it's not ours to handle
-+       */
-+      if (ev->ev_events & EV_SIGNAL) {
-+              return (evsignal_del(ev));
-+      }
-+
-+      if (evpd->ed_nevents < ev->ev_fd) {
-+              return (-1);
-+      }
-+
-+      for (i = 0; i < EVENTS_PER_GETN; ++i) {
-+              if (evpd->ed_pending[i] == ev->ev_fd) {
-+                      associated = 0;
-+                      break;
-+              }
-+      }
-+
-+      fdi = &evpd->ed_fds[ev->ev_fd];
-+      if (ev->ev_events & EV_READ)
-+              fdi->fdi_revt = NULL;
-+      if (ev->ev_events & EV_WRITE)
-+              fdi->fdi_wevt = NULL;
-+
-+      if (associated) {
-+              if (!FDI_HAS_EVENTS(fdi) &&
-+                  port_dissociate(evpd->ed_port, PORT_SOURCE_FD,
-+                  ev->ev_fd) == -1) {  
-+                      /*
-+                       * Ignre EBADFD error the fd could have been closed
-+                       * before event_del() was called.
-+                       */
-+                      if (errno != EBADFD) {
-+                              event_warn("port_dissociate");
-+                              return (-1);
-+                      }
-+              } else {
-+                      if (FDI_HAS_EVENTS(fdi)) {
-+                              return (reassociate(evpd, fdi, ev->ev_fd));
-+                      }
-+              }
-+      } else {
-+              if (fdi->fdi_revt == NULL && fdi->fdi_wevt == NULL) {
-+                      evpd->ed_pending[i] = -1;
-+              }
-+      }
-+      return 0;
-+}
-+
-+
-+static void
-+evport_dealloc(struct event_base *base, void *arg)
-+{
-+      struct evport_data *evpd = arg;
-+
-+      evsignal_dealloc(base);
-+
-+      close(evpd->ed_port);
-+
-+      if (evpd->ed_fds)
-+              free(evpd->ed_fds);
-+      free(evpd);
-+}
-diff -Nru php-5.2.6.vanilla/libevent/evsignal.h php-5.2.6.fpm/libevent/evsignal.h
---- php-5.2.6.vanilla/libevent/evsignal.h      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/evsignal.h  2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,52 @@
-+/*
-+ * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifndef _EVSIGNAL_H_
-+#define _EVSIGNAL_H_
-+
-+typedef void (*ev_sighandler_t)(int);
-+
-+struct evsignal_info {
-+      struct event_list signalqueue;
-+      struct event ev_signal;
-+      int ev_signal_pair[2];
-+      int ev_signal_added;
-+      volatile sig_atomic_t evsignal_caught;
-+      sig_atomic_t evsigcaught[NSIG];
-+#ifdef HAVE_SIGACTION
-+      struct sigaction **sh_old;
-+#else
-+      ev_sighandler_t **sh_old;
-+#endif
-+      int sh_old_max;
-+};
-+void evsignal_init(struct event_base *);
-+void evsignal_process(struct event_base *);
-+int evsignal_add(struct event *);
-+int evsignal_del(struct event *);
-+void evsignal_dealloc(struct event_base *);
-+
-+#endif /* _EVSIGNAL_H_ */
-diff -Nru php-5.2.6.vanilla/libevent/evutil.c php-5.2.6.fpm/libevent/evutil.c
---- php-5.2.6.vanilla/libevent/evutil.c        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/evutil.c    2008-03-28 02:23:46.000000000 +0300
-@@ -0,0 +1,171 @@
-+/*
-+ * Copyright (c) 2007 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+
-+#include "event-fpm.h"
-+
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#ifdef WIN32
-+#define WIN32_LEAN_AND_MEAN
-+#include <windows.h>
-+#undef WIN32_LEAN_AND_MEAN
-+#include <winsock2.h>
-+#include "misc.h"
-+#endif
-+
-+#include <sys/types.h>
-+#ifdef HAVE_SYS_SOCKET_H
-+#include <sys/socket.h>
-+#endif
-+#ifdef HAVE_UNISTD_H
-+#include <unistd.h>
-+#endif
-+#ifdef HAVE_FCNTL_H
-+#include <fcntl.h>
-+#endif
-+#include <errno.h>
-+
-+#include "evutil.h"
-+#include "log.h"
-+
-+int
-+evutil_socketpair(int family, int type, int protocol, int fd[2])
-+{
-+#ifndef WIN32
-+      return socketpair(family, type, protocol, fd);
-+#else
-+      /* This code is originally from Tor.  Used with permission. */
-+
-+      /* This socketpair does not work when localhost is down. So
-+       * it's really not the same thing at all. But it's close enough
-+       * for now, and really, when localhost is down sometimes, we
-+       * have other problems too.
-+       */
-+      int listener = -1;
-+      int connector = -1;
-+      int acceptor = -1;
-+      struct sockaddr_in listen_addr;
-+      struct sockaddr_in connect_addr;
-+      int size;
-+      int saved_errno = -1;
-+
-+      if (protocol
-+#ifdef AF_UNIX
-+              || family != AF_UNIX
-+#endif
-+              ) {
-+              EVUTIL_SET_SOCKET_ERROR(WSAEAFNOSUPPORT);
-+              return -1;
-+      }
-+      if (!fd) {
-+              EVUTIL_SET_SOCKET_ERROR(WSAEINVAL);
-+              return -1;
-+      }
-+
-+      listener = socket(AF_INET, type, 0);
-+      if (listener < 0)
-+              return -1;
-+      memset(&listen_addr, 0, sizeof(listen_addr));
-+      listen_addr.sin_family = AF_INET;
-+      listen_addr.sin_addr.s_addr = htonl(INADDR_LOOPBACK);
-+      listen_addr.sin_port = 0;       /* kernel chooses port.  */
-+      if (bind(listener, (struct sockaddr *) &listen_addr, sizeof (listen_addr))
-+              == -1)
-+              goto tidy_up_and_fail;
-+      if (listen(listener, 1) == -1)
-+              goto tidy_up_and_fail;
-+
-+      connector = socket(AF_INET, type, 0);
-+      if (connector < 0)
-+              goto tidy_up_and_fail;
-+      /* We want to find out the port number to connect to.  */
-+      size = sizeof(connect_addr);
-+      if (getsockname(listener, (struct sockaddr *) &connect_addr, &size) == -1)
-+              goto tidy_up_and_fail;
-+      if (size != sizeof (connect_addr))
-+              goto abort_tidy_up_and_fail;
-+      if (connect(connector, (struct sockaddr *) &connect_addr,
-+                              sizeof(connect_addr)) == -1)
-+              goto tidy_up_and_fail;
-+
-+      size = sizeof(listen_addr);
-+      acceptor = accept(listener, (struct sockaddr *) &listen_addr, &size);
-+      if (acceptor < 0)
-+              goto tidy_up_and_fail;
-+      if (size != sizeof(listen_addr))
-+              goto abort_tidy_up_and_fail;
-+      EVUTIL_CLOSESOCKET(listener);
-+      /* Now check we are talking to ourself by matching port and host on the
-+         two sockets.  */
-+      if (getsockname(connector, (struct sockaddr *) &connect_addr, &size) == -1)
-+              goto tidy_up_and_fail;
-+      if (size != sizeof (connect_addr)
-+              || listen_addr.sin_family != connect_addr.sin_family
-+              || listen_addr.sin_addr.s_addr != connect_addr.sin_addr.s_addr
-+              || listen_addr.sin_port != connect_addr.sin_port)
-+              goto abort_tidy_up_and_fail;
-+      fd[0] = connector;
-+      fd[1] = acceptor;
-+
-+      return 0;
-+
-+ abort_tidy_up_and_fail:
-+      saved_errno = WSAECONNABORTED;
-+ tidy_up_and_fail:
-+      if (saved_errno < 0)
-+              saved_errno = WSAGetLastError();
-+      if (listener != -1)
-+              EVUTIL_CLOSESOCKET(listener);
-+      if (connector != -1)
-+              EVUTIL_CLOSESOCKET(connector);
-+      if (acceptor != -1)
-+              EVUTIL_CLOSESOCKET(acceptor);
-+
-+      EVUTIL_SET_SOCKET_ERROR(saved_errno);
-+      return -1;
-+#endif
-+}
-+
-+int
-+evutil_make_socket_nonblocking(int fd)
-+{
-+#ifdef WIN32
-+      {
-+              unsigned long nonblocking = 1;
-+              ioctlsocket(fd, FIONBIO, (unsigned long*) &nonblocking);
-+      }
-+#else
-+      if (fcntl(fd, F_SETFL, O_NONBLOCK) == -1) {
-+              event_warn("fcntl(O_NONBLOCK)");
-+              return -1;
-+}     
-+#endif
-+      return 0;
-+}
-+
-diff -Nru php-5.2.6.vanilla/libevent/evutil.h php-5.2.6.fpm/libevent/evutil.h
---- php-5.2.6.vanilla/libevent/evutil.h        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/evutil.h    2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,129 @@
-+/*
-+ * Copyright (c) 2007 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifndef _EVUTIL_H_
-+#define _EVUTIL_H_
-+
-+/** @file evutil.h
-+
-+  Common convenience functions for cross-platform portability and
-+  related socket manipulations.
-+
-+ */
-+
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
-+
-+#include <event-config.h>
-+#ifdef _EVENT_HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#endif
-+
-+int evutil_socketpair(int d, int type, int protocol, int sv[2]);
-+int evutil_make_socket_nonblocking(int sock);
-+#ifdef WIN32
-+#define EVUTIL_CLOSESOCKET(s) closesocket(s)
-+#else
-+#define EVUTIL_CLOSESOCKET(s) close(s)
-+#endif
-+
-+#ifdef WIN32
-+#define EVUTIL_SOCKET_ERROR() WSAGetLastError()
-+#define EVUTIL_SET_SOCKET_ERROR(errcode)              \
-+      do { WSASetLastError(errcode); } while (0)
-+#else
-+#define EVUTIL_SOCKET_ERROR() (errno)
-+#define EVUTIL_SET_SOCKET_ERROR(errcode)              \
-+              do { errno = (errcode); } while (0)
-+#endif
-+
-+/*
-+ * Manipulation functions for struct timeval
-+ */
-+#ifdef _EVENT_HAVE_TIMERADD
-+#define evutil_timeradd(tvp, uvp, vvp) timeradd((tvp), (uvp), (vvp))
-+#define evutil_timersub(tvp, uvp, vvp) timersub((tvp), (uvp), (vvp))
-+#else
-+#define evutil_timeradd(tvp, uvp, vvp)                                                        \
-+      do {                                                                                                            \
-+              (vvp)->tv_sec = (tvp)->tv_sec + (uvp)->tv_sec;                  \
-+              (vvp)->tv_usec = (tvp)->tv_usec + (uvp)->tv_usec;       \
-+              if ((vvp)->tv_usec >= 1000000) {                                                \
-+                      (vvp)->tv_sec++;                                                                        \
-+                      (vvp)->tv_usec -= 1000000;                                                      \
-+              }                                                                                                               \
-+      } while (0)
-+#define       evutil_timersub(tvp, uvp, vvp)                                          \
-+      do {                                                                                                    \
-+              (vvp)->tv_sec = (tvp)->tv_sec - (uvp)->tv_sec;          \
-+              (vvp)->tv_usec = (tvp)->tv_usec - (uvp)->tv_usec;       \
-+              if ((vvp)->tv_usec < 0) {                                                       \
-+                      (vvp)->tv_sec--;                                                                \
-+                      (vvp)->tv_usec += 1000000;                                              \
-+              }                                                                                                       \
-+      } while (0)
-+#endif /* !_EVENT_HAVE_HAVE_TIMERADD */
-+
-+#ifdef _EVENT_HAVE_TIMERCLEAR
-+#define evutil_timerclear(tvp) timerclear(tvp)
-+#else
-+#define       evutil_timerclear(tvp)  (tvp)->tv_sec = (tvp)->tv_usec = 0
-+#endif
-+
-+#ifdef _EVENT_HAVE_TIMERCMP
-+#define evutil_timercmp(tvp, uvp, cmp) timercmp((tvp), (uvp), cmp)
-+#else
-+#define       evutil_timercmp(tvp, uvp, cmp)                                                  \
-+      (((tvp)->tv_sec == (uvp)->tv_sec) ?                                                     \
-+       ((tvp)->tv_usec cmp (uvp)->tv_usec) :                                          \
-+       ((tvp)->tv_sec cmp (uvp)->tv_sec))
-+#endif
-+
-+#ifdef _EVENT_HAVE_TIMERISSET
-+#define evutil_timerisset(tvp) timerisset(tvp)
-+#else
-+#define       evutil_timerisset(tvp)  ((tvp)->tv_sec || (tvp)->tv_usec)
-+#endif
-+
-+#ifdef _EVENT_HAVE_STDINT_H
-+#include <stdint.h>
-+#define ev_uint64_t   uint64_t
-+#define ev_uint32_t   uint32_t
-+#define ev_uint16_t   uint16_t
-+#define ev_uint8_t    uint8_t
-+#elif defined(WIN32)
-+#define ev_uint64_t   __uint64_t
-+#define ev_uint32_t   unsigned int
-+#define ev_uint16_t   unsigned short
-+#define ev_uint8_t    unsigned char
-+#endif
-+
-+#ifdef __cplusplus
-+}
-+#endif
-+
-+#endif /* _EVUTIL_H_ */
-diff -Nru php-5.2.6.vanilla/libevent/install-sh php-5.2.6.fpm/libevent/install-sh
---- php-5.2.6.vanilla/libevent/install-sh      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/install-sh  2008-03-28 01:50:51.000000000 +0300
-@@ -0,0 +1,323 @@
-+#!/bin/sh
-+# install - install a program, script, or datafile
-+
-+scriptversion=2005-02-02.21
-+
-+# This originates from X11R5 (mit/util/scripts/install.sh), which was
-+# later released in X11R6 (xc/config/util/install.sh) with the
-+# following copyright and license.
-+#
-+# Copyright (C) 1994 X Consortium
-+#
-+# Permission is hereby granted, free of charge, to any person obtaining a copy
-+# of this software and associated documentation files (the "Software"), to
-+# deal in the Software without restriction, including without limitation the
-+# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
-+# sell copies of the Software, and to permit persons to whom the Software is
-+# furnished to do so, subject to the following conditions:
-+#
-+# The above copyright notice and this permission notice shall be included in
-+# all copies or substantial portions of the Software.
-+#
-+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
-+# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
-+# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
-+# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-+#
-+# Except as contained in this notice, the name of the X Consortium shall not
-+# be used in advertising or otherwise to promote the sale, use or other deal-
-+# ings in this Software without prior written authorization from the X Consor-
-+# tium.
-+#
-+#
-+# FSF changes to this file are in the public domain.
-+#
-+# Calling this script install-sh is preferred over install.sh, to prevent
-+# `make' implicit rules from creating a file called install from it
-+# when there is no Makefile.
-+#
-+# This script is compatible with the BSD install script, but was written
-+# from scratch.  It can only install one file at a time, a restriction
-+# shared with many OS's install programs.
-+
-+# set DOITPROG to echo to test this script
-+
-+# Don't use :- since 4.3BSD and earlier shells don't like it.
-+doit="${DOITPROG-}"
-+
-+# put in absolute paths if you don't have them in your path; or use env. vars.
-+
-+mvprog="${MVPROG-mv}"
-+cpprog="${CPPROG-cp}"
-+chmodprog="${CHMODPROG-chmod}"
-+chownprog="${CHOWNPROG-chown}"
-+chgrpprog="${CHGRPPROG-chgrp}"
-+stripprog="${STRIPPROG-strip}"
-+rmprog="${RMPROG-rm}"
-+mkdirprog="${MKDIRPROG-mkdir}"
-+
-+chmodcmd="$chmodprog 0755"
-+chowncmd=
-+chgrpcmd=
-+stripcmd=
-+rmcmd="$rmprog -f"
-+mvcmd="$mvprog"
-+src=
-+dst=
-+dir_arg=
-+dstarg=
-+no_target_directory=
-+
-+usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
-+   or: $0 [OPTION]... SRCFILES... DIRECTORY
-+   or: $0 [OPTION]... -t DIRECTORY SRCFILES...
-+   or: $0 [OPTION]... -d DIRECTORIES...
-+
-+In the 1st form, copy SRCFILE to DSTFILE.
-+In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
-+In the 4th, create DIRECTORIES.
-+
-+Options:
-+-c         (ignored)
-+-d         create directories instead of installing files.
-+-g GROUP   $chgrpprog installed files to GROUP.
-+-m MODE    $chmodprog installed files to MODE.
-+-o USER    $chownprog installed files to USER.
-+-s         $stripprog installed files.
-+-t DIRECTORY  install into DIRECTORY.
-+-T         report an error if DSTFILE is a directory.
-+--help     display this help and exit.
-+--version  display version info and exit.
-+
-+Environment variables override the default commands:
-+  CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
-+"
-+
-+while test -n "$1"; do
-+  case $1 in
-+    -c) shift
-+        continue;;
-+
-+    -d) dir_arg=true
-+        shift
-+        continue;;
-+
-+    -g) chgrpcmd="$chgrpprog $2"
-+        shift
-+        shift
-+        continue;;
-+
-+    --help) echo "$usage"; exit $?;;
-+
-+    -m) chmodcmd="$chmodprog $2"
-+        shift
-+        shift
-+        continue;;
-+
-+    -o) chowncmd="$chownprog $2"
-+        shift
-+        shift
-+        continue;;
-+
-+    -s) stripcmd=$stripprog
-+        shift
-+        continue;;
-+
-+    -t) dstarg=$2
-+      shift
-+      shift
-+      continue;;
-+
-+    -T) no_target_directory=true
-+      shift
-+      continue;;
-+
-+    --version) echo "$0 $scriptversion"; exit $?;;
-+
-+    *)  # When -d is used, all remaining arguments are directories to create.
-+      # When -t is used, the destination is already specified.
-+      test -n "$dir_arg$dstarg" && break
-+        # Otherwise, the last argument is the destination.  Remove it from $@.
-+      for arg
-+      do
-+          if test -n "$dstarg"; then
-+          # $@ is not empty: it contains at least $arg.
-+          set fnord "$@" "$dstarg"
-+          shift # fnord
-+        fi
-+        shift # arg
-+        dstarg=$arg
-+      done
-+      break;;
-+  esac
-+done
-+
-+if test -z "$1"; then
-+  if test -z "$dir_arg"; then
-+    echo "$0: no input file specified." >&2
-+    exit 1
-+  fi
-+  # It's OK to call `install-sh -d' without argument.
-+  # This can happen when creating conditional directories.
-+  exit 0
-+fi
-+
-+for src
-+do
-+  # Protect names starting with `-'.
-+  case $src in
-+    -*) src=./$src ;;
-+  esac
-+
-+  if test -n "$dir_arg"; then
-+    dst=$src
-+    src=
-+
-+    if test -d "$dst"; then
-+      mkdircmd=:
-+      chmodcmd=
-+    else
-+      mkdircmd=$mkdirprog
-+    fi
-+  else
-+    # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
-+    # might cause directories to be created, which would be especially bad
-+    # if $src (and thus $dsttmp) contains '*'.
-+    if test ! -f "$src" && test ! -d "$src"; then
-+      echo "$0: $src does not exist." >&2
-+      exit 1
-+    fi
-+
-+    if test -z "$dstarg"; then
-+      echo "$0: no destination specified." >&2
-+      exit 1
-+    fi
-+
-+    dst=$dstarg
-+    # Protect names starting with `-'.
-+    case $dst in
-+      -*) dst=./$dst ;;
-+    esac
-+
-+    # If destination is a directory, append the input filename; won't work
-+    # if double slashes aren't ignored.
-+    if test -d "$dst"; then
-+      if test -n "$no_target_directory"; then
-+      echo "$0: $dstarg: Is a directory" >&2
-+      exit 1
-+      fi
-+      dst=$dst/`basename "$src"`
-+    fi
-+  fi
-+
-+  # This sed command emulates the dirname command.
-+  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
-+
-+  # Make sure that the destination directory exists.
-+
-+  # Skip lots of stat calls in the usual case.
-+  if test ! -d "$dstdir"; then
-+    defaultIFS='
-+       '
-+    IFS="${IFS-$defaultIFS}"
-+
-+    oIFS=$IFS
-+    # Some sh's can't handle IFS=/ for some reason.
-+    IFS='%'
-+    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
-+    shift
-+    IFS=$oIFS
-+
-+    pathcomp=
-+
-+    while test $# -ne 0 ; do
-+      pathcomp=$pathcomp$1
-+      shift
-+      if test ! -d "$pathcomp"; then
-+        $mkdirprog "$pathcomp"
-+      # mkdir can fail with a `File exist' error in case several
-+      # install-sh are creating the directory concurrently.  This
-+      # is OK.
-+      test -d "$pathcomp" || exit
-+      fi
-+      pathcomp=$pathcomp/
-+    done
-+  fi
-+
-+  if test -n "$dir_arg"; then
-+    $doit $mkdircmd "$dst" \
-+      && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
-+      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
-+      && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
-+      && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
-+
-+  else
-+    dstfile=`basename "$dst"`
-+
-+    # Make a couple of temp file names in the proper directory.
-+    dsttmp=$dstdir/_inst.$$_
-+    rmtmp=$dstdir/_rm.$$_
-+
-+    # Trap to clean up those temp files at exit.
-+    trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
-+    trap '(exit $?); exit' 1 2 13 15
-+
-+    # Copy the file name to the temp name.
-+    $doit $cpprog "$src" "$dsttmp" &&
-+
-+    # and set any options; do chmod last to preserve setuid bits.
-+    #
-+    # If any of these fail, we abort the whole thing.  If we want to
-+    # ignore errors from any of these, just make sure not to ignore
-+    # errors from the above "$doit $cpprog $src $dsttmp" command.
-+    #
-+    { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
-+      && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
-+      && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
-+      && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
-+
-+    # Now rename the file to the real destination.
-+    { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
-+      || {
-+         # The rename failed, perhaps because mv can't rename something else
-+         # to itself, or perhaps because mv is so ancient that it does not
-+         # support -f.
-+
-+         # Now remove or move aside any old file at destination location.
-+         # We try this two ways since rm can't unlink itself on some
-+         # systems and the destination file might be busy for other
-+         # reasons.  In this case, the final cleanup might fail but the new
-+         # file should still install successfully.
-+         {
-+           if test -f "$dstdir/$dstfile"; then
-+             $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
-+             || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
-+             || {
-+               echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
-+               (exit 1); exit 1
-+             }
-+           else
-+             :
-+           fi
-+         } &&
-+
-+         # Now rename the file to the real destination.
-+         $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
-+       }
-+    }
-+  fi || { (exit 1); exit 1; }
-+done
-+
-+# The final little trick to "correctly" pass the exit status to the exit trap.
-+{
-+  (exit 0); exit 0
-+}
-+
-+# Local variables:
-+# eval: (add-hook 'write-file-hooks 'time-stamp)
-+# time-stamp-start: "scriptversion="
-+# time-stamp-format: "%:y-%02m-%02d.%02H"
-+# time-stamp-end: "$"
-+# End:
-diff -Nru php-5.2.6.vanilla/libevent/kqueue.c php-5.2.6.fpm/libevent/kqueue.c
---- php-5.2.6.vanilla/libevent/kqueue.c        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/kqueue.c    2008-03-28 01:45:27.000000000 +0300
-@@ -0,0 +1,425 @@
-+/*    $OpenBSD: kqueue.c,v 1.5 2002/07/10 14:41:31 art Exp $  */
-+
-+/*
-+ * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <sys/types.h>
-+#ifdef HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#else
-+#include <sys/_time.h>
-+#endif
-+#include <sys/queue.h>
-+#include <sys/event.h>
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
-+#include <errno.h>
-+#ifdef HAVE_INTTYPES_H
-+#include <inttypes.h>
-+#endif
-+
-+/* Some platforms apparently define the udata field of struct kevent as
-+ * intptr_t, whereas others define it as void*.  There doesn't seem to be an
-+ * easy way to tell them apart via autoconf, so we need to use OS macros. */
-+#if defined(HAVE_INTTYPES_H) && !defined(__OpenBSD__) && !defined(__FreeBSD__) && !defined(__darwin__) && !defined(__APPLE__)
-+#define PTR_TO_UDATA(x)       ((intptr_t)(x))
-+#else
-+#define PTR_TO_UDATA(x)       (x)
-+#endif
-+
-+#include "event.h"
-+#include "log.h"
-+
-+#define EVLIST_X_KQINKERNEL   0x1000
-+
-+#define NEVENT                64
-+
-+struct kqop {
-+      struct kevent *changes;
-+      int nchanges;
-+      struct kevent *events;
-+      int nevents;
-+      int kq;
-+      pid_t pid;
-+};
-+
-+static void *kq_init  (struct event_base *);
-+static int kq_add     (void *, struct event *);
-+static int kq_del     (void *, struct event *);
-+static int kq_recalc  (struct event_base *, void *, int);
-+static int kq_dispatch        (struct event_base *, void *, struct timeval *);
-+static int kq_insert  (struct kqop *, struct kevent *);
-+static void kq_dealloc (struct event_base *, void *);
-+
-+const struct eventop kqops = {
-+      "kqueue",
-+      kq_init,
-+      kq_add,
-+      kq_del,
-+      kq_recalc,
-+      kq_dispatch,
-+      kq_dealloc
-+};
-+
-+static void *
-+kq_init(struct event_base *base)
-+{
-+      int kq;
-+      struct kqop *kqueueop;
-+
-+      /* Disable kqueue when this environment variable is set */
-+      if (getenv("EVENT_NOKQUEUE"))
-+              return (NULL);
-+
-+      if (!(kqueueop = calloc(1, sizeof(struct kqop))))
-+              return (NULL);
-+
-+      /* Initalize the kernel queue */
-+      
-+      if ((kq = kqueue()) == -1) {
-+              event_warn("kqueue");
-+              free (kqueueop);
-+              return (NULL);
-+      }
-+
-+      kqueueop->kq = kq;
-+
-+      kqueueop->pid = getpid();
-+
-+      /* Initalize fields */
-+      kqueueop->changes = malloc(NEVENT * sizeof(struct kevent));
-+      if (kqueueop->changes == NULL) {
-+              free (kqueueop);
-+              return (NULL);
-+      }
-+      kqueueop->events = malloc(NEVENT * sizeof(struct kevent));
-+      if (kqueueop->events == NULL) {
-+              free (kqueueop->changes);
-+              free (kqueueop);
-+              return (NULL);
-+      }
-+      kqueueop->nevents = NEVENT;
-+
-+      /* Check for Mac OS X kqueue bug. */
-+      kqueueop->changes[0].ident = -1;
-+      kqueueop->changes[0].filter = EVFILT_READ;
-+      kqueueop->changes[0].flags = EV_ADD;
-+      /* 
-+       * If kqueue works, then kevent will succeed, and it will
-+       * stick an error in events[0].  If kqueue is broken, then
-+       * kevent will fail.
-+       */
-+      if (kevent(kq,
-+              kqueueop->changes, 1, kqueueop->events, NEVENT, NULL) != 1 ||
-+          kqueueop->events[0].ident != -1 ||
-+          kqueueop->events[0].flags != EV_ERROR) {
-+              event_warn("%s: detected broken kqueue; not using.", __func__);
-+              free(kqueueop->changes);
-+              free(kqueueop->events);
-+              free(kqueueop);
-+              close(kq);
-+              return (NULL);
-+      }
-+
-+      return (kqueueop);
-+}
-+
-+static int
-+kq_recalc(struct event_base *base, void *arg, int max)
-+{
-+      return (0);
-+}
-+
-+static int
-+kq_insert(struct kqop *kqop, struct kevent *kev)
-+{
-+      int nevents = kqop->nevents;
-+
-+      if (kqop->nchanges == nevents) {
-+              struct kevent *newchange;
-+              struct kevent *newresult;
-+
-+              nevents *= 2;
-+
-+              newchange = realloc(kqop->changes,
-+                                  nevents * sizeof(struct kevent));
-+              if (newchange == NULL) {
-+                      event_warn("%s: malloc", __func__);
-+                      return (-1);
-+              }
-+              kqop->changes = newchange;
-+
-+              newresult = realloc(kqop->events,
-+                                  nevents * sizeof(struct kevent));
-+
-+              /*
-+               * If we fail, we don't have to worry about freeing,
-+               * the next realloc will pick it up.
-+               */
-+              if (newresult == NULL) {
-+                      event_warn("%s: malloc", __func__);
-+                      return (-1);
-+              }
-+              kqop->events = newresult;
-+
-+              kqop->nevents = nevents;
-+      }
-+
-+      memcpy(&kqop->changes[kqop->nchanges++], kev, sizeof(struct kevent));
-+
-+      event_debug(("%s: fd %d %s%s",
-+               __func__, kev->ident, 
-+               kev->filter == EVFILT_READ ? "EVFILT_READ" : "EVFILT_WRITE",
-+               kev->flags == EV_DELETE ? " (del)" : ""));
-+
-+      return (0);
-+}
-+
-+static void
-+kq_sighandler(int sig)
-+{
-+      /* Do nothing here */
-+}
-+
-+static int
-+kq_dispatch(struct event_base *base, void *arg, struct timeval *tv)
-+{
-+      struct kqop *kqop = arg;
-+      struct kevent *changes = kqop->changes;
-+      struct kevent *events = kqop->events;
-+      struct event *ev;
-+      struct timespec ts, *ts_p = NULL;
-+      int i, res;
-+
-+      if (tv != NULL) {
-+              TIMEVAL_TO_TIMESPEC(tv, &ts);
-+              ts_p = &ts;
-+      }
-+
-+      res = kevent(kqop->kq, changes, kqop->nchanges,
-+          events, kqop->nevents, ts_p);
-+      kqop->nchanges = 0;
-+      if (res == -1) {
-+              if (errno != EINTR) {
-+                        event_warn("kevent");
-+                      return (-1);
-+              }
-+
-+              return (0);
-+      }
-+
-+      event_debug(("%s: kevent reports %d", __func__, res));
-+
-+      for (i = 0; i < res; i++) {
-+              int which = 0;
-+
-+              if (events[i].flags & EV_ERROR) {
-+                      /* 
-+                       * Error messages that can happen, when a delete fails.
-+                       *   EBADF happens when the file discriptor has been
-+                       *   closed,
-+                       *   ENOENT when the file discriptor was closed and
-+                       *   then reopened.
-+                       *   EINVAL for some reasons not understood; EINVAL
-+                       *   should not be returned ever; but FreeBSD does :-\
-+                       * An error is also indicated when a callback deletes
-+                       * an event we are still processing.  In that case
-+                       * the data field is set to ENOENT.
-+                       */
-+                      if (events[i].data == EBADF ||
-+                          events[i].data == EINVAL ||
-+                          events[i].data == ENOENT)
-+                              continue;
-+                      errno = events[i].data;
-+                      return (-1);
-+              }
-+
-+              ev = (struct event *)events[i].udata;
-+
-+              if (events[i].filter == EVFILT_READ) {
-+                      which |= EV_READ;
-+              } else if (events[i].filter == EVFILT_WRITE) {
-+                      which |= EV_WRITE;
-+              } else if (events[i].filter == EVFILT_SIGNAL) {
-+                      which |= EV_SIGNAL;
-+              }
-+
-+              if (!which)
-+                      continue;
-+
-+              if (!(ev->ev_events & EV_PERSIST))
-+                      event_del(ev);
-+
-+              event_active(ev, which,
-+                  ev->ev_events & EV_SIGNAL ? events[i].data : 1);
-+      }
-+
-+      return (0);
-+}
-+
-+
-+static int
-+kq_add(void *arg, struct event *ev)
-+{
-+      struct kqop *kqop = arg;
-+      struct kevent kev;
-+
-+      if (ev->ev_events & EV_SIGNAL) {
-+              int nsignal = EVENT_SIGNAL(ev);
-+
-+              memset(&kev, 0, sizeof(kev));
-+              kev.ident = nsignal;
-+              kev.filter = EVFILT_SIGNAL;
-+              kev.flags = EV_ADD;
-+              if (!(ev->ev_events & EV_PERSIST))
-+                      kev.flags |= EV_ONESHOT;
-+              kev.udata = PTR_TO_UDATA(ev);
-+              
-+              if (kq_insert(kqop, &kev) == -1)
-+                      return (-1);
-+
-+              if (signal(nsignal, kq_sighandler) == SIG_ERR)
-+                      return (-1);
-+
-+              ev->ev_flags |= EVLIST_X_KQINKERNEL;
-+              return (0);
-+      }
-+
-+      if (ev->ev_events & EV_READ) {
-+              memset(&kev, 0, sizeof(kev));
-+              kev.ident = ev->ev_fd;
-+              kev.filter = EVFILT_READ;
-+#ifdef NOTE_EOF
-+              /* Make it behave like select() and poll() */
-+              kev.fflags = NOTE_EOF;
-+#endif
-+              kev.flags = EV_ADD;
-+              if (!(ev->ev_events & EV_PERSIST))
-+                      kev.flags |= EV_ONESHOT;
-+              kev.udata = PTR_TO_UDATA(ev);
-+              
-+              if (kq_insert(kqop, &kev) == -1)
-+                      return (-1);
-+
-+              ev->ev_flags |= EVLIST_X_KQINKERNEL;
-+      }
-+
-+      if (ev->ev_events & EV_WRITE) {
-+              memset(&kev, 0, sizeof(kev));
-+              kev.ident = ev->ev_fd;
-+              kev.filter = EVFILT_WRITE;
-+              kev.flags = EV_ADD;
-+              if (!(ev->ev_events & EV_PERSIST))
-+                      kev.flags |= EV_ONESHOT;
-+              kev.udata = PTR_TO_UDATA(ev);
-+              
-+              if (kq_insert(kqop, &kev) == -1)
-+                      return (-1);
-+
-+              ev->ev_flags |= EVLIST_X_KQINKERNEL;
-+      }
-+
-+      return (0);
-+}
-+
-+static int
-+kq_del(void *arg, struct event *ev)
-+{
-+      struct kqop *kqop = arg;
-+      struct kevent kev;
-+
-+      if (!(ev->ev_flags & EVLIST_X_KQINKERNEL))
-+              return (0);
-+
-+      if (ev->ev_events & EV_SIGNAL) {
-+              int nsignal = EVENT_SIGNAL(ev);
-+
-+              memset(&kev, 0, sizeof(kev));
-+              kev.ident = nsignal;
-+              kev.filter = EVFILT_SIGNAL;
-+              kev.flags = EV_DELETE;
-+              
-+              if (kq_insert(kqop, &kev) == -1)
-+                      return (-1);
-+
-+              if (signal(nsignal, SIG_DFL) == SIG_ERR)
-+                      return (-1);
-+
-+              ev->ev_flags &= ~EVLIST_X_KQINKERNEL;
-+              return (0);
-+      }
-+
-+      if (ev->ev_events & EV_READ) {
-+              memset(&kev, 0, sizeof(kev));
-+              kev.ident = ev->ev_fd;
-+              kev.filter = EVFILT_READ;
-+              kev.flags = EV_DELETE;
-+              
-+              if (kq_insert(kqop, &kev) == -1)
-+                      return (-1);
-+
-+              ev->ev_flags &= ~EVLIST_X_KQINKERNEL;
-+      }
-+
-+      if (ev->ev_events & EV_WRITE) {
-+              memset(&kev, 0, sizeof(kev));
-+              kev.ident = ev->ev_fd;
-+              kev.filter = EVFILT_WRITE;
-+              kev.flags = EV_DELETE;
-+              
-+              if (kq_insert(kqop, &kev) == -1)
-+                      return (-1);
-+
-+              ev->ev_flags &= ~EVLIST_X_KQINKERNEL;
-+      }
-+
-+      return (0);
-+}
-+
-+static void
-+kq_dealloc(struct event_base *base, void *arg)
-+{
-+      struct kqop *kqop = arg;
-+
-+      if (kqop->changes)
-+              free(kqop->changes);
-+      if (kqop->events)
-+              free(kqop->events);
-+
-+      /* kqueue fd does not get inherited after fork() so we must not close() it in child processes
-+              yes, this is a bad hack, but it works */
-+      if (kqop->kq >= 0 && kqop->pid == getpid())
-+              close(kqop->kq);
-+      memset(kqop, 0, sizeof(struct kqop));
-+      free(kqop);
-+}
-diff -Nru php-5.2.6.vanilla/libevent/log.c php-5.2.6.fpm/libevent/log.c
---- php-5.2.6.vanilla/libevent/log.c   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/log.c       2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,218 @@
-+/*    $OpenBSD: err.c,v 1.2 2002/06/25 15:50:15 mickey Exp $  */
-+
-+/*
-+ * log.c
-+ *
-+ * Based on err.c, which was adapted from OpenBSD libc *err* *warn* code.
-+ *
-+ * Copyright (c) 2005 Nick Mathewson <nickm@freehaven.net>
-+ *
-+ * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
-+ *
-+ * Copyright (c) 1993
-+ *    The Regents of the University of California.  All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. Neither the name of the University nor the names of its contributors
-+ *    may be used to endorse or promote products derived from this software
-+ *    without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
-+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-+ * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
-+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
-+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
-+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
-+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
-+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
-+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
-+ * SUCH DAMAGE.
-+ */
-+
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#ifdef WIN32
-+#define WIN32_LEAN_AND_MEAN
-+#include <windows.h>
-+#undef WIN32_LEAN_AND_MEAN
-+#include "misc.h"
-+#endif
-+#include <sys/types.h>
-+#ifdef HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#else
-+#include <sys/_time.h>
-+#endif
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <stdarg.h>
-+#include <string.h>
-+#include <errno.h>
-+#include "event.h"
-+
-+#include "log.h"
-+
-+static void _warn_helper(int severity, int log_errno, const char *fmt,
-+                         va_list ap);
-+static void event_log(int severity, const char *msg);
-+
-+static int
-+event_vsnprintf(char *str, size_t size, const char *format, va_list args)
-+{
-+      int r;
-+      if (size == 0)
-+              return -1;
-+#ifdef WIN32
-+      r = _vsnprintf(str, size, format, args);
-+#else
-+      r = vsnprintf(str, size, format, args);
-+#endif
-+      str[size-1] = '\0';
-+      if (r < 0 || ((size_t)r) >= size) {
-+              /* different platforms behave differently on overflow;
-+               * handle both kinds. */
-+              return -1;
-+      }
-+      return r;
-+}
-+
-+static int
-+event_snprintf(char *str, size_t size, const char *format, ...)
-+{
-+    va_list ap;
-+    int r;
-+    va_start(ap, format);
-+    r = event_vsnprintf(str, size, format, ap);
-+    va_end(ap);
-+    return r;
-+}
-+
-+void
-+event_err(int eval, const char *fmt, ...)
-+{
-+      va_list ap;
-+      
-+      va_start(ap, fmt);
-+      _warn_helper(_EVENT_LOG_ERR, errno, fmt, ap);
-+      va_end(ap);
-+      exit(eval);
-+}
-+
-+void
-+event_warn(const char *fmt, ...)
-+{
-+      va_list ap;
-+      
-+      va_start(ap, fmt);
-+      _warn_helper(_EVENT_LOG_WARN, errno, fmt, ap);
-+      va_end(ap);
-+}
-+
-+void
-+event_errx(int eval, const char *fmt, ...)
-+{
-+      va_list ap;
-+      
-+      va_start(ap, fmt);
-+      _warn_helper(_EVENT_LOG_ERR, -1, fmt, ap);
-+      va_end(ap);
-+      exit(eval);
-+}
-+
-+void
-+event_warnx(const char *fmt, ...)
-+{
-+      va_list ap;
-+      
-+      va_start(ap, fmt);
-+      _warn_helper(_EVENT_LOG_WARN, -1, fmt, ap);
-+      va_end(ap);
-+}
-+
-+void
-+event_msgx(const char *fmt, ...)
-+{
-+      va_list ap;
-+      
-+      va_start(ap, fmt);
-+      _warn_helper(_EVENT_LOG_MSG, -1, fmt, ap);
-+      va_end(ap);
-+}
-+
-+void
-+_event_debugx(const char *fmt, ...)
-+{
-+      va_list ap;
-+      
-+      va_start(ap, fmt);
-+      _warn_helper(_EVENT_LOG_DEBUG, -1, fmt, ap);
-+      va_end(ap);
-+}
-+
-+static void
-+_warn_helper(int severity, int log_errno, const char *fmt, va_list ap)
-+{
-+      char buf[1024];
-+      size_t len;
-+
-+      if (fmt != NULL)
-+              event_vsnprintf(buf, sizeof(buf), fmt, ap);
-+      else
-+              buf[0] = '\0';
-+
-+      if (log_errno >= 0) {
-+              len = strlen(buf);
-+              if (len < sizeof(buf) - 3) {
-+                      event_snprintf(buf + len, sizeof(buf) - len, ": %s",
-+                          strerror(log_errno));
-+              }
-+      }
-+
-+      event_log(severity, buf);
-+}
-+
-+static event_log_cb log_fn = NULL;
-+
-+void
-+event_set_log_callback(event_log_cb cb)
-+{
-+      log_fn = cb;
-+}
-+
-+static void
-+event_log(int severity, const char *msg)
-+{
-+      if (log_fn)
-+              log_fn(severity, msg);
-+      else {
-+              const char *severity_str;
-+              switch (severity) {
-+              case _EVENT_LOG_DEBUG:
-+                      severity_str = "debug";
-+                      break;
-+              case _EVENT_LOG_MSG:
-+                      severity_str = "msg";
-+                      break;
-+              case _EVENT_LOG_WARN:
-+                      severity_str = "warn";
-+                      break;
-+              case _EVENT_LOG_ERR:
-+                      severity_str = "err";
-+                      break;
-+              default:
-+                      severity_str = "???";
-+                      break;
-+              }
-+              (void)fprintf(stderr, "[%s] %s\n", severity_str, msg);
-+      }
-+}
-diff -Nru php-5.2.6.vanilla/libevent/log.h php-5.2.6.fpm/libevent/log.h
---- php-5.2.6.vanilla/libevent/log.h   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/log.h       2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,43 @@
-+/*
-+ * Copyright (c) 2000-2004 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifndef _LOG_H_
-+#define _LOG_H_
-+
-+void event_err(int eval, const char *fmt, ...);
-+void event_warn(const char *fmt, ...);
-+void event_errx(int eval, const char *fmt, ...);
-+void event_warnx(const char *fmt, ...);
-+void event_msgx(const char *fmt, ...);
-+void _event_debugx(const char *fmt, ...);
-+
-+#ifdef USE_DEBUG
-+#define event_debug(x) _event_debugx x
-+#else
-+#define event_debug(x) do {;} while (0)
-+#endif
-+
-+#endif
-diff -Nru php-5.2.6.vanilla/libevent/Makefile.am php-5.2.6.fpm/libevent/Makefile.am
---- php-5.2.6.vanilla/libevent/Makefile.am     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/Makefile.am 2008-03-28 01:43:54.000000000 +0300
-@@ -0,0 +1,54 @@
-+
-+# This is the point release for libevent.  It shouldn't include any
-+# a/b/c/d/e notations.
-+RELEASE = 1.4
-+
-+# This is the version info for the libevent binary API.  It has three
-+# numbers:
-+#   Current  -- the number of the binary API that we're implementing
-+#   Revision -- which iteration of the implementation of the binary
-+#               API are we supplying?
-+#   Age      -- How many previous binary API versions do we also
-+#               support?
-+#
-+# If we release a new version that does not change the binary API,
-+# increment Revision.
-+#
-+# If we release a new version that changes the binary API, but does
-+# not break programs compiled against the old binary API, increment
-+# Current and Age.  Set Revision to 0, since this is the first
-+# implementation of the new API.
-+#
-+# Otherwise, we're changing the binary API and breaking bakward
-+# compatibility with old binaries.  Increment Current.  Set Age to 0,
-+# since we're backward compatible with no previous APIs.  Set Revision
-+# to 0 too.
-+VERSION_INFO = 2:0:0
-+
-+noinst_LIBRARIES = libevent.a
-+
-+BUILT_SOURCES = event-config.h
-+
-+event-config.h: config.h
-+      echo '/* event-config.h' > $@
-+      echo ' * Generated by autoconf; post-processed by libevent.' >> $@
-+      echo ' * Do not edit this file.' >> $@
-+      echo ' * Do not rely on macros in this file existing in later versions.'>> $@
-+      echo ' */' >> $@
-+      echo '#ifndef _EVENT_CONFIG_H_' >> $@
-+      echo '#define _EVENT_CONFIG_H_' >> $@
-+
-+      sed -e 's/#define /#define _EVENT_/' \
-+          -e 's/#undef /#undef _EVENT_/' \
-+          -e 's/#ifndef /#ifndef _EVENT_/' < config.h >> $@
-+      echo "#endif" >> $@
-+
-+CORE_SRC = event.c log.c evutil.c $(SYS_SRC)
-+
-+libevent_a_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
-+libevent_a_DEPENDENCIES = $(LIBOBJS)
-+libevent_a_LIBADD = $(LIBOBJS)
-+
-+include_HEADERS = event.h evutil.h event-config.h
-+
-+INCLUDES = -I$(srcdir)/compat $(SYS_INCLUDES)
-diff -Nru php-5.2.6.vanilla/libevent/Makefile.in php-5.2.6.fpm/libevent/Makefile.in
---- php-5.2.6.vanilla/libevent/Makefile.in     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/Makefile.in 2008-03-28 01:50:51.000000000 +0300
-@@ -0,0 +1,611 @@
-+# Makefile.in generated by automake 1.9.5 from Makefile.am.
-+# @configure_input@
-+
-+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-+# 2003, 2004, 2005  Free Software Foundation, Inc.
-+# This Makefile.in is free software; the Free Software Foundation
-+# gives unlimited permission to copy and/or distribute it,
-+# with or without modifications, as long as this notice is preserved.
-+
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-+# PARTICULAR PURPOSE.
-+
-+@SET_MAKE@
-+
-+
-+SOURCES = $(libevent_a_SOURCES)
-+
-+srcdir = @srcdir@
-+top_srcdir = @top_srcdir@
-+VPATH = @srcdir@
-+pkgdatadir = $(datadir)/@PACKAGE@
-+pkglibdir = $(libdir)/@PACKAGE@
-+pkgincludedir = $(includedir)/@PACKAGE@
-+top_builddir = .
-+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
-+INSTALL = @INSTALL@
-+install_sh_DATA = $(install_sh) -c -m 644
-+install_sh_PROGRAM = $(install_sh) -c
-+install_sh_SCRIPT = $(install_sh) -c
-+INSTALL_HEADER = $(INSTALL_DATA)
-+transform = $(program_transform_name)
-+NORMAL_INSTALL = :
-+PRE_INSTALL = :
-+POST_INSTALL = :
-+NORMAL_UNINSTALL = :
-+PRE_UNINSTALL = :
-+POST_UNINSTALL = :
-+subdir = .
-+DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
-+      $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
-+      $(srcdir)/config.h.in $(top_srcdir)/configure AUTHORS COPYING \
-+      ChangeLog INSTALL NEWS config.guess config.sub depcomp \
-+      devpoll.c epoll.c epoll_sub.c evport.c install-sh kqueue.c \
-+      missing mkinstalldirs poll.c select.c signal.c
-+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-+am__aclocal_m4_deps = $(top_srcdir)/configure.in
-+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
-+      $(ACLOCAL_M4)
-+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
-+ configure.lineno configure.status.lineno
-+mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-+CONFIG_HEADER = config.h
-+CONFIG_CLEAN_FILES =
-+LIBRARIES = $(noinst_LIBRARIES)
-+AR = ar
-+ARFLAGS = cru
-+libevent_a_AR = $(AR) $(ARFLAGS)
-+am__DEPENDENCIES_1 = @LIBOBJS@
-+am__objects_1 = event.$(OBJEXT) log.$(OBJEXT) evutil.$(OBJEXT)
-+am_libevent_a_OBJECTS = $(am__objects_1)
-+libevent_a_OBJECTS = $(am_libevent_a_OBJECTS)
-+DEFAULT_INCLUDES = -I. -I$(srcdir) -I.
-+depcomp = $(SHELL) $(top_srcdir)/depcomp
-+am__depfiles_maybe = depfiles
-+COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
-+      $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
-+CCLD = $(CC)
-+LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-+SOURCES = $(libevent_a_SOURCES)
-+DIST_SOURCES = $(libevent_a_SOURCES)
-+am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
-+am__vpath_adj = case $$p in \
-+    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
-+    *) f=$$p;; \
-+  esac;
-+am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
-+am__installdirs = "$(DESTDIR)$(includedir)"
-+includeHEADERS_INSTALL = $(INSTALL_HEADER)
-+HEADERS = $(include_HEADERS)
-+ETAGS = etags
-+CTAGS = ctags
-+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-+distdir = $(PACKAGE)-$(VERSION)
-+top_distdir = $(distdir)
-+am__remove_distdir = \
-+  { test ! -d $(distdir) \
-+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
-+         && rm -fr $(distdir); }; }
-+DIST_ARCHIVES = $(distdir).tar.gz
-+GZIP_ENV = --best
-+distuninstallcheck_listfiles = find . -type f -print
-+distcleancheck_listfiles = find . -type f -print
-+ACLOCAL = @ACLOCAL@
-+AMDEP_FALSE = @AMDEP_FALSE@
-+AMDEP_TRUE = @AMDEP_TRUE@
-+AMTAR = @AMTAR@
-+AUTOCONF = @AUTOCONF@
-+AUTOHEADER = @AUTOHEADER@
-+AUTOMAKE = @AUTOMAKE@
-+AWK = @AWK@
-+BUILD_WIN32_FALSE = @BUILD_WIN32_FALSE@
-+BUILD_WIN32_TRUE = @BUILD_WIN32_TRUE@
-+CC = @CC@
-+CCDEPMODE = @CCDEPMODE@
-+CFLAGS = @CFLAGS@
-+CPP = @CPP@
-+CPPFLAGS = @CPPFLAGS@
-+CYGPATH_W = @CYGPATH_W@
-+DEFS = @DEFS@
-+DEPDIR = @DEPDIR@
-+ECHO_C = @ECHO_C@
-+ECHO_N = @ECHO_N@
-+ECHO_T = @ECHO_T@
-+EGREP = @EGREP@
-+EXEEXT = @EXEEXT@
-+INSTALL_DATA = @INSTALL_DATA@
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
-+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
-+LDFLAGS = @LDFLAGS@
-+LIBOBJS = @LIBOBJS@
-+LIBS = @LIBS@
-+LN_S = @LN_S@
-+LTLIBOBJS = @LTLIBOBJS@
-+MAINT = @MAINT@
-+MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
-+MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
-+MAKEINFO = @MAKEINFO@
-+OBJEXT = @OBJEXT@
-+PACKAGE = @PACKAGE@
-+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
-+PACKAGE_NAME = @PACKAGE_NAME@
-+PACKAGE_STRING = @PACKAGE_STRING@
-+PACKAGE_TARNAME = @PACKAGE_TARNAME@
-+PACKAGE_VERSION = @PACKAGE_VERSION@
-+PATH_SEPARATOR = @PATH_SEPARATOR@
-+RANLIB = @RANLIB@
-+SET_MAKE = @SET_MAKE@
-+SHELL = @SHELL@
-+STRIP = @STRIP@
-+VERSION = @VERSION@
-+ac_ct_CC = @ac_ct_CC@
-+ac_ct_RANLIB = @ac_ct_RANLIB@
-+ac_ct_STRIP = @ac_ct_STRIP@
-+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
-+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
-+am__include = @am__include@
-+am__leading_dot = @am__leading_dot@
-+am__quote = @am__quote@
-+am__tar = @am__tar@
-+am__untar = @am__untar@
-+bindir = @bindir@
-+build_alias = @build_alias@
-+datadir = @datadir@
-+exec_prefix = @exec_prefix@
-+host_alias = @host_alias@
-+includedir = @includedir@
-+infodir = @infodir@
-+install_sh = @install_sh@
-+libdir = @libdir@
-+libexecdir = @libexecdir@
-+localstatedir = @localstatedir@
-+mandir = @mandir@
-+mkdir_p = @mkdir_p@
-+oldincludedir = @oldincludedir@
-+prefix = @prefix@
-+program_transform_name = @program_transform_name@
-+sbindir = @sbindir@
-+sharedstatedir = @sharedstatedir@
-+sysconfdir = @sysconfdir@
-+target_alias = @target_alias@
-+
-+# This is the point release for libevent.  It shouldn't include any
-+# a/b/c/d/e notations.
-+RELEASE = 1.4
-+
-+# This is the version info for the libevent binary API.  It has three
-+# numbers:
-+#   Current  -- the number of the binary API that we're implementing
-+#   Revision -- which iteration of the implementation of the binary
-+#               API are we supplying?
-+#   Age      -- How many previous binary API versions do we also
-+#               support?
-+#
-+# If we release a new version that does not change the binary API,
-+# increment Revision.
-+#
-+# If we release a new version that changes the binary API, but does
-+# not break programs compiled against the old binary API, increment
-+# Current and Age.  Set Revision to 0, since this is the first
-+# implementation of the new API.
-+#
-+# Otherwise, we're changing the binary API and breaking bakward
-+# compatibility with old binaries.  Increment Current.  Set Age to 0,
-+# since we're backward compatible with no previous APIs.  Set Revision
-+# to 0 too.
-+VERSION_INFO = 2:0:0
-+noinst_LIBRARIES = libevent.a
-+BUILT_SOURCES = event-config.h
-+CORE_SRC = event.c log.c evutil.c $(SYS_SRC)
-+libevent_a_SOURCES = $(CORE_SRC) $(EXTRA_SRC)
-+libevent_a_DEPENDENCIES = $(LIBOBJS)
-+libevent_a_LIBADD = $(LIBOBJS)
-+include_HEADERS = event.h evutil.h event-config.h
-+INCLUDES = -I$(srcdir)/compat $(SYS_INCLUDES)
-+all: $(BUILT_SOURCES) config.h
-+      $(MAKE) $(AM_MAKEFLAGS) all-am
-+
-+.SUFFIXES:
-+.SUFFIXES: .c .o .obj
-+am--refresh:
-+      @:
-+$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
-+      @for dep in $?; do \
-+        case '$(am__configure_deps)' in \
-+          *$$dep*) \
-+            echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
-+            cd $(srcdir) && $(AUTOMAKE) --gnu  \
-+              && exit 0; \
-+            exit 1;; \
-+        esac; \
-+      done; \
-+      echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
-+      cd $(top_srcdir) && \
-+        $(AUTOMAKE) --gnu  Makefile
-+.PRECIOUS: Makefile
-+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
-+      @case '$?' in \
-+        *config.status*) \
-+          echo ' $(SHELL) ./config.status'; \
-+          $(SHELL) ./config.status;; \
-+        *) \
-+          echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
-+          cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
-+      esac;
-+
-+$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
-+      $(SHELL) ./config.status --recheck
-+
-+$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
-+      cd $(srcdir) && $(AUTOCONF)
-+$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
-+      cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
-+
-+config.h: stamp-h1
-+      @if test ! -f $@; then \
-+        rm -f stamp-h1; \
-+        $(MAKE) stamp-h1; \
-+      else :; fi
-+
-+stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
-+      @rm -f stamp-h1
-+      cd $(top_builddir) && $(SHELL) ./config.status config.h
-+$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) 
-+      cd $(top_srcdir) && $(AUTOHEADER)
-+      rm -f stamp-h1
-+      touch $@
-+
-+distclean-hdr:
-+      -rm -f config.h stamp-h1
-+
-+clean-noinstLIBRARIES:
-+      -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
-+libevent.a: $(libevent_a_OBJECTS) $(libevent_a_DEPENDENCIES) 
-+      -rm -f libevent.a
-+      $(libevent_a_AR) libevent.a $(libevent_a_OBJECTS) $(libevent_a_LIBADD)
-+      $(RANLIB) libevent.a
-+
-+mostlyclean-compile:
-+      -rm -f *.$(OBJEXT)
-+
-+distclean-compile:
-+      -rm -f *.tab.c
-+
-+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/devpoll.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/epoll.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/epoll_sub.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/evport.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/kqueue.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/poll.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/select.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/signal.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evutil.Po@am__quote@
-+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/log.Po@am__quote@
-+
-+.c.o:
-+@am__fastdepCC_TRUE@  if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
-+@am__fastdepCC_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
-+@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-+@AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+@am__fastdepCC_FALSE@ $(COMPILE) -c $<
-+
-+.c.obj:
-+@am__fastdepCC_TRUE@  if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
-+@am__fastdepCC_TRUE@  then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
-+@AMDEP_TRUE@@am__fastdepCC_FALSE@     source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
-+@AMDEP_TRUE@@am__fastdepCC_FALSE@     DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
-+@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
-+uninstall-info-am:
-+install-includeHEADERS: $(include_HEADERS)
-+      @$(NORMAL_INSTALL)
-+      test -z "$(includedir)" || $(mkdir_p) "$(DESTDIR)$(includedir)"
-+      @list='$(include_HEADERS)'; for p in $$list; do \
-+        if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
-+        f=$(am__strip_dir) \
-+        echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
-+        $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
-+      done
-+
-+uninstall-includeHEADERS:
-+      @$(NORMAL_UNINSTALL)
-+      @list='$(include_HEADERS)'; for p in $$list; do \
-+        f=$(am__strip_dir) \
-+        echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
-+        rm -f "$(DESTDIR)$(includedir)/$$f"; \
-+      done
-+
-+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
-+      list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
-+      unique=`for i in $$list; do \
-+          if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-+        done | \
-+        $(AWK) '    { files[$$0] = 1; } \
-+             END { for (i in files) print i; }'`; \
-+      mkid -fID $$unique
-+tags: TAGS
-+
-+TAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-+              $(TAGS_FILES) $(LISP)
-+      tags=; \
-+      here=`pwd`; \
-+      list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-+      unique=`for i in $$list; do \
-+          if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-+        done | \
-+        $(AWK) '    { files[$$0] = 1; } \
-+             END { for (i in files) print i; }'`; \
-+      if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
-+        test -n "$$unique" || unique=$$empty_fix; \
-+        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
-+          $$tags $$unique; \
-+      fi
-+ctags: CTAGS
-+CTAGS:  $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
-+              $(TAGS_FILES) $(LISP)
-+      tags=; \
-+      here=`pwd`; \
-+      list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
-+      unique=`for i in $$list; do \
-+          if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
-+        done | \
-+        $(AWK) '    { files[$$0] = 1; } \
-+             END { for (i in files) print i; }'`; \
-+      test -z "$(CTAGS_ARGS)$$tags$$unique" \
-+        || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
-+           $$tags $$unique
-+
-+GTAGS:
-+      here=`$(am__cd) $(top_builddir) && pwd` \
-+        && cd $(top_srcdir) \
-+        && gtags -i $(GTAGS_ARGS) $$here
-+
-+distclean-tags:
-+      -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
-+
-+distdir: $(DISTFILES)
-+      $(am__remove_distdir)
-+      mkdir $(distdir)
-+      @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
-+      topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
-+      list='$(DISTFILES)'; for file in $$list; do \
-+        case $$file in \
-+          $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
-+          $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
-+        esac; \
-+        if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
-+        dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
-+        if test "$$dir" != "$$file" && test "$$dir" != "."; then \
-+          dir="/$$dir"; \
-+          $(mkdir_p) "$(distdir)$$dir"; \
-+        else \
-+          dir=''; \
-+        fi; \
-+        if test -d $$d/$$file; then \
-+          if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-+            cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-+          fi; \
-+          cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-+        else \
-+          test -f $(distdir)/$$file \
-+          || cp -p $$d/$$file $(distdir)/$$file \
-+          || exit 1; \
-+        fi; \
-+      done
-+      -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
-+        ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
-+        ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
-+        ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
-+      || chmod -R a+r $(distdir)
-+dist-gzip: distdir
-+      tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-+      $(am__remove_distdir)
-+
-+dist-bzip2: distdir
-+      tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
-+      $(am__remove_distdir)
-+
-+dist-tarZ: distdir
-+      tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
-+      $(am__remove_distdir)
-+
-+dist-shar: distdir
-+      shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
-+      $(am__remove_distdir)
-+
-+dist-zip: distdir
-+      -rm -f $(distdir).zip
-+      zip -rq $(distdir).zip $(distdir)
-+      $(am__remove_distdir)
-+
-+dist dist-all: distdir
-+      tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
-+      $(am__remove_distdir)
-+
-+# This target untars the dist file and tries a VPATH configuration.  Then
-+# it guarantees that the distribution is self-contained by making another
-+# tarfile.
-+distcheck: dist
-+      case '$(DIST_ARCHIVES)' in \
-+      *.tar.gz*) \
-+        GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
-+      *.tar.bz2*) \
-+        bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
-+      *.tar.Z*) \
-+        uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
-+      *.shar.gz*) \
-+        GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
-+      *.zip*) \
-+        unzip $(distdir).zip ;;\
-+      esac
-+      chmod -R a-w $(distdir); chmod a+w $(distdir)
-+      mkdir $(distdir)/_build
-+      mkdir $(distdir)/_inst
-+      chmod a-w $(distdir)
-+      dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
-+        && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
-+        && cd $(distdir)/_build \
-+        && ../configure --srcdir=.. --prefix="$$dc_install_base" \
-+          $(DISTCHECK_CONFIGURE_FLAGS) \
-+        && $(MAKE) $(AM_MAKEFLAGS) \
-+        && $(MAKE) $(AM_MAKEFLAGS) dvi \
-+        && $(MAKE) $(AM_MAKEFLAGS) check \
-+        && $(MAKE) $(AM_MAKEFLAGS) install \
-+        && $(MAKE) $(AM_MAKEFLAGS) installcheck \
-+        && $(MAKE) $(AM_MAKEFLAGS) uninstall \
-+        && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
-+              distuninstallcheck \
-+        && chmod -R a-w "$$dc_install_base" \
-+        && ({ \
-+             (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
-+             && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
-+             && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
-+             && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
-+                  distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
-+            } || { rm -rf "$$dc_destdir"; exit 1; }) \
-+        && rm -rf "$$dc_destdir" \
-+        && $(MAKE) $(AM_MAKEFLAGS) dist \
-+        && rm -rf $(DIST_ARCHIVES) \
-+        && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
-+      $(am__remove_distdir)
-+      @(echo "$(distdir) archives ready for distribution: "; \
-+        list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
-+        sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
-+distuninstallcheck:
-+      @cd $(distuninstallcheck_dir) \
-+      && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
-+         || { echo "ERROR: files left after uninstall:" ; \
-+              if test -n "$(DESTDIR)"; then \
-+                echo "  (check DESTDIR support)"; \
-+              fi ; \
-+              $(distuninstallcheck_listfiles) ; \
-+              exit 1; } >&2
-+distcleancheck: distclean
-+      @if test '$(srcdir)' = . ; then \
-+        echo "ERROR: distcleancheck can only run from a VPATH build" ; \
-+        exit 1 ; \
-+      fi
-+      @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
-+        || { echo "ERROR: files left in build directory after distclean:" ; \
-+             $(distcleancheck_listfiles) ; \
-+             exit 1; } >&2
-+check-am: all-am
-+check: $(BUILT_SOURCES)
-+      $(MAKE) $(AM_MAKEFLAGS) check-am
-+all-am: Makefile $(LIBRARIES) $(HEADERS) config.h
-+installdirs:
-+      for dir in "$(DESTDIR)$(includedir)"; do \
-+        test -z "$$dir" || $(mkdir_p) "$$dir"; \
-+      done
-+install: $(BUILT_SOURCES)
-+      $(MAKE) $(AM_MAKEFLAGS) install-am
-+install-exec: install-exec-am
-+install-data: install-data-am
-+uninstall: uninstall-am
-+
-+install-am: all-am
-+      @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-+
-+installcheck: installcheck-am
-+install-strip:
-+      $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
-+        install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
-+        `test -z '$(STRIP)' || \
-+          echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
-+mostlyclean-generic:
-+
-+clean-generic:
-+
-+distclean-generic:
-+      -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-+
-+maintainer-clean-generic:
-+      @echo "This command is intended for maintainers to use"
-+      @echo "it deletes files that may require special tools to rebuild."
-+      -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
-+clean: clean-am
-+
-+clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
-+
-+distclean: distclean-am
-+      -rm -f $(am__CONFIG_DISTCLEAN_FILES)
-+      -rm -rf $(DEPDIR) ./$(DEPDIR)
-+      -rm -f Makefile
-+distclean-am: clean-am distclean-compile distclean-generic \
-+      distclean-hdr distclean-tags
-+
-+dvi: dvi-am
-+
-+dvi-am:
-+
-+html: html-am
-+
-+info: info-am
-+
-+info-am:
-+
-+install-data-am: install-includeHEADERS
-+
-+install-exec-am:
-+
-+install-info: install-info-am
-+
-+install-man:
-+
-+installcheck-am:
-+
-+maintainer-clean: maintainer-clean-am
-+      -rm -f $(am__CONFIG_DISTCLEAN_FILES)
-+      -rm -rf $(top_srcdir)/autom4te.cache
-+      -rm -rf $(DEPDIR) ./$(DEPDIR)
-+      -rm -f Makefile
-+maintainer-clean-am: distclean-am maintainer-clean-generic
-+
-+mostlyclean: mostlyclean-am
-+
-+mostlyclean-am: mostlyclean-compile mostlyclean-generic
-+
-+pdf: pdf-am
-+
-+pdf-am:
-+
-+ps: ps-am
-+
-+ps-am:
-+
-+uninstall-am: uninstall-includeHEADERS uninstall-info-am
-+
-+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
-+      clean-generic clean-noinstLIBRARIES ctags dist dist-all \
-+      dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip distcheck \
-+      distclean distclean-compile distclean-generic distclean-hdr \
-+      distclean-tags distcleancheck distdir distuninstallcheck dvi \
-+      dvi-am html html-am info info-am install install-am \
-+      install-data install-data-am install-exec install-exec-am \
-+      install-includeHEADERS install-info install-info-am \
-+      install-man install-strip installcheck installcheck-am \
-+      installdirs maintainer-clean maintainer-clean-generic \
-+      mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
-+      ps ps-am tags uninstall uninstall-am uninstall-includeHEADERS \
-+      uninstall-info-am
-+
-+
-+event-config.h: config.h
-+      echo '/* event-config.h' > $@
-+      echo ' * Generated by autoconf; post-processed by libevent.' >> $@
-+      echo ' * Do not edit this file.' >> $@
-+      echo ' * Do not rely on macros in this file existing in later versions.'>> $@
-+      echo ' */' >> $@
-+      echo '#ifndef _EVENT_CONFIG_H_' >> $@
-+      echo '#define _EVENT_CONFIG_H_' >> $@
-+
-+      sed -e 's/#define /#define _EVENT_/' \
-+          -e 's/#undef /#undef _EVENT_/' \
-+          -e 's/#ifndef /#ifndef _EVENT_/' < config.h >> $@
-+      echo "#endif" >> $@
-+# Tell versions [3.59,3.63) of GNU make to not export all variables.
-+# Otherwise a system limit (for SysV at least) may be exceeded.
-+.NOEXPORT:
-diff -Nru php-5.2.6.vanilla/libevent/min_heap.h php-5.2.6.fpm/libevent/min_heap.h
---- php-5.2.6.vanilla/libevent/min_heap.h      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/min_heap.h  2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,138 @@
-+/*
-+ * Copyright (c) 2006 Maxim Yegorushkin <maxim.yegorushkin@gmail.com>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifndef _MIN_HEAP_H_
-+#define _MIN_HEAP_H_
-+
-+#include "event.h"
-+
-+typedef struct min_heap
-+{
-+    struct event** p;
-+    unsigned n, a;
-+} min_heap_t;
-+
-+static inline void           min_heap_ctor(min_heap_t* s);
-+static inline void           min_heap_dtor(min_heap_t* s);
-+static inline void           min_heap_elem_init(struct event* e);
-+static inline int            min_heap_elem_greater(struct event *a, struct event *b);
-+static inline int            min_heap_empty(min_heap_t* s);
-+static inline unsigned       min_heap_size(min_heap_t* s);
-+static inline struct event*  min_heap_top(min_heap_t* s);
-+static inline int            min_heap_reserve(min_heap_t* s, unsigned n);
-+static inline int            min_heap_push(min_heap_t* s, struct event* e);
-+static inline struct event*  min_heap_pop(min_heap_t* s);
-+static inline int            min_heap_erase(min_heap_t* s, struct event* e);
-+static inline void           min_heap_shift_up_(min_heap_t* s, unsigned hole_index, struct event* e);
-+static inline void           min_heap_shift_down_(min_heap_t* s, unsigned hole_index, struct event* e);
-+
-+int min_heap_elem_greater(struct event *a, struct event *b)
-+{
-+    return timercmp(&a->ev_timeout, &b->ev_timeout, >);
-+}
-+
-+void min_heap_ctor(min_heap_t* s) { s->p = 0; s->n = 0; s->a = 0; }
-+void min_heap_dtor(min_heap_t* s) { free(s->p); }
-+void min_heap_elem_init(struct event* e) { e->min_heap_idx = -1; }
-+int min_heap_empty(min_heap_t* s) { return 0u == s->n; }
-+unsigned min_heap_size(min_heap_t* s) { return s->n; }
-+struct event* min_heap_top(min_heap_t* s) { return s->n ? *s->p : 0; }
-+
-+int min_heap_push(min_heap_t* s, struct event* e)
-+{
-+    if(min_heap_reserve(s, s->n + 1))
-+        return -1;
-+    min_heap_shift_up_(s, s->n++, e);
-+    return 0;
-+}
-+
-+struct event* min_heap_pop(min_heap_t* s)
-+{
-+    if(s->n)
-+    {
-+        struct event* e = *s->p;
-+        e->min_heap_idx = -1;
-+        min_heap_shift_down_(s, 0u, s->p[--s->n]);
-+        return e;
-+    }
-+    return 0;
-+}
-+
-+int min_heap_erase(min_heap_t* s, struct event* e)
-+{
-+    if(((unsigned int)-1) != e->min_heap_idx)
-+    {
-+        min_heap_shift_down_(s, e->min_heap_idx, s->p[--s->n]);
-+        e->min_heap_idx = -1;
-+        return 0;
-+    }
-+    return -1;
-+}
-+
-+int min_heap_reserve(min_heap_t* s, unsigned n)
-+{
-+    if(s->a < n)
-+    {
-+        struct event** p;
-+        unsigned a = s->a ? s->a * 2 : 8;
-+        if(a < n)
-+            a = n;
-+        if(!(p = (struct event**)realloc(s->p, a * sizeof *p)))
-+            return -1;
-+        s->p = p;
-+        s->a = a;
-+    }
-+    return 0;
-+}
-+
-+void min_heap_shift_up_(min_heap_t* s, unsigned hole_index, struct event* e)
-+{
-+    unsigned parent = (hole_index - 1) / 2;
-+    while(hole_index && min_heap_elem_greater(s->p[parent], e))
-+    {
-+        (s->p[hole_index] = s->p[parent])->min_heap_idx = hole_index;
-+        hole_index = parent;
-+        parent = (hole_index - 1) / 2;
-+    }
-+    (s->p[hole_index] = e)->min_heap_idx = hole_index;
-+}
-+
-+void min_heap_shift_down_(min_heap_t* s, unsigned hole_index, struct event* e)
-+{
-+    unsigned min_child = 2 * (hole_index + 1);
-+    while(min_child <= s->n)
-+      {
-+        min_child -= min_child == s->n || min_heap_elem_greater(s->p[min_child], s->p[min_child - 1]);
-+        if(!(min_heap_elem_greater(e, s->p[min_child])))
-+            break;
-+        (s->p[hole_index] = s->p[min_child])->min_heap_idx = hole_index;
-+        hole_index = min_child;
-+        min_child = 2 * (hole_index + 1);
-+      }
-+    min_heap_shift_up_(s, hole_index,  e);
-+}
-+
-+#endif /* _MIN_HEAP_H_ */
-diff -Nru php-5.2.6.vanilla/libevent/missing php-5.2.6.fpm/libevent/missing
---- php-5.2.6.vanilla/libevent/missing 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/missing     2008-03-28 01:50:51.000000000 +0300
-@@ -0,0 +1,357 @@
-+#! /bin/sh
-+# Common stub for a few missing GNU programs while installing.
-+
-+scriptversion=2005-02-08.22
-+
-+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
-+#   Free Software Foundation, Inc.
-+# Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
-+
-+# This program is free software; you can redistribute it and/or modify
-+# it under the terms of the GNU General Public License as published by
-+# the Free Software Foundation; either version 2, or (at your option)
-+# any later version.
-+
-+# This program is distributed in the hope that it will be useful,
-+# but WITHOUT ANY WARRANTY; without even the implied warranty of
-+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-+# GNU General Public License for more details.
-+
-+# You should have received a copy of the GNU General Public License
-+# along with this program; if not, write to the Free Software
-+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
-+# 02111-1307, USA.
-+
-+# As a special exception to the GNU General Public License, if you
-+# distribute this file as part of a program that contains a
-+# configuration script generated by Autoconf, you may include it under
-+# the same distribution terms that you use for the rest of that program.
-+
-+if test $# -eq 0; then
-+  echo 1>&2 "Try \`$0 --help' for more information"
-+  exit 1
-+fi
-+
-+run=:
-+
-+# In the cases where this matters, `missing' is being run in the
-+# srcdir already.
-+if test -f configure.ac; then
-+  configure_ac=configure.ac
-+else
-+  configure_ac=configure.in
-+fi
-+
-+msg="missing on your system"
-+
-+case "$1" in
-+--run)
-+  # Try to run requested program, and just exit if it succeeds.
-+  run=
-+  shift
-+  "$@" && exit 0
-+  # Exit code 63 means version mismatch.  This often happens
-+  # when the user try to use an ancient version of a tool on
-+  # a file that requires a minimum version.  In this case we
-+  # we should proceed has if the program had been absent, or
-+  # if --run hadn't been passed.
-+  if test $? = 63; then
-+    run=:
-+    msg="probably too old"
-+  fi
-+  ;;
-+
-+  -h|--h|--he|--hel|--help)
-+    echo "\
-+$0 [OPTION]... PROGRAM [ARGUMENT]...
-+
-+Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
-+error status if there is no known handling for PROGRAM.
-+
-+Options:
-+  -h, --help      display this help and exit
-+  -v, --version   output version information and exit
-+  --run           try to run the given command, and emulate it if it fails
-+
-+Supported PROGRAM values:
-+  aclocal      touch file \`aclocal.m4'
-+  autoconf     touch file \`configure'
-+  autoheader   touch file \`config.h.in'
-+  automake     touch all \`Makefile.in' files
-+  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
-+  flex         create \`lex.yy.c', if possible, from existing .c
-+  help2man     touch the output file
-+  lex          create \`lex.yy.c', if possible, from existing .c
-+  makeinfo     touch the output file
-+  tar          try tar, gnutar, gtar, then tar without non-portable flags
-+  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
-+
-+Send bug reports to <bug-automake@gnu.org>."
-+    exit $?
-+    ;;
-+
-+  -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
-+    echo "missing $scriptversion (GNU Automake)"
-+    exit $?
-+    ;;
-+
-+  -*)
-+    echo 1>&2 "$0: Unknown \`$1' option"
-+    echo 1>&2 "Try \`$0 --help' for more information"
-+    exit 1
-+    ;;
-+
-+esac
-+
-+# Now exit if we have it, but it failed.  Also exit now if we
-+# don't have it and --version was passed (most likely to detect
-+# the program).
-+case "$1" in
-+  lex|yacc)
-+    # Not GNU programs, they don't have --version.
-+    ;;
-+
-+  tar)
-+    if test -n "$run"; then
-+       echo 1>&2 "ERROR: \`tar' requires --run"
-+       exit 1
-+    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-+       exit 1
-+    fi
-+    ;;
-+
-+  *)
-+    if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
-+       # We have it, but it failed.
-+       exit 1
-+    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-+       # Could not run --version or --help.  This is probably someone
-+       # running `$TOOL --version' or `$TOOL --help' to check whether
-+       # $TOOL exists and not knowing $TOOL uses missing.
-+       exit 1
-+    fi
-+    ;;
-+esac
-+
-+# If it does not exist, or fails to run (possibly an outdated version),
-+# try to emulate it.
-+case "$1" in
-+  aclocal*)
-+    echo 1>&2 "\
-+WARNING: \`$1' is $msg.  You should only need it if
-+         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
-+         to install the \`Automake' and \`Perl' packages.  Grab them from
-+         any GNU archive site."
-+    touch aclocal.m4
-+    ;;
-+
-+  autoconf)
-+    echo 1>&2 "\
-+WARNING: \`$1' is $msg.  You should only need it if
-+         you modified \`${configure_ac}'.  You might want to install the
-+         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
-+         archive site."
-+    touch configure
-+    ;;
-+
-+  autoheader)
-+    echo 1>&2 "\
-+WARNING: \`$1' is $msg.  You should only need it if
-+         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
-+         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
-+         from any GNU archive site."
-+    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
-+    test -z "$files" && files="config.h"
-+    touch_files=
-+    for f in $files; do
-+      case "$f" in
-+      *:*) touch_files="$touch_files "`echo "$f" |
-+                                     sed -e 's/^[^:]*://' -e 's/:.*//'`;;
-+      *) touch_files="$touch_files $f.in";;
-+      esac
-+    done
-+    touch $touch_files
-+    ;;
-+
-+  automake*)
-+    echo 1>&2 "\
-+WARNING: \`$1' is $msg.  You should only need it if
-+         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
-+         You might want to install the \`Automake' and \`Perl' packages.
-+         Grab them from any GNU archive site."
-+    find . -type f -name Makefile.am -print |
-+         sed 's/\.am$/.in/' |
-+         while read f; do touch "$f"; done
-+    ;;
-+
-+  autom4te)
-+    echo 1>&2 "\
-+WARNING: \`$1' is needed, but is $msg.
-+         You might have modified some files without having the
-+         proper tools for further handling them.
-+         You can get \`$1' as part of \`Autoconf' from any GNU
-+         archive site."
-+
-+    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
-+    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
-+    if test -f "$file"; then
-+      touch $file
-+    else
-+      test -z "$file" || exec >$file
-+      echo "#! /bin/sh"
-+      echo "# Created by GNU Automake missing as a replacement of"
-+      echo "#  $ $@"
-+      echo "exit 0"
-+      chmod +x $file
-+      exit 1
-+    fi
-+    ;;
-+
-+  bison|yacc)
-+    echo 1>&2 "\
-+WARNING: \`$1' $msg.  You should only need it if
-+         you modified a \`.y' file.  You may need the \`Bison' package
-+         in order for those modifications to take effect.  You can get
-+         \`Bison' from any GNU archive site."
-+    rm -f y.tab.c y.tab.h
-+    if [ $# -ne 1 ]; then
-+        eval LASTARG="\${$#}"
-+      case "$LASTARG" in
-+      *.y)
-+          SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
-+          if [ -f "$SRCFILE" ]; then
-+               cp "$SRCFILE" y.tab.c
-+          fi
-+          SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
-+          if [ -f "$SRCFILE" ]; then
-+               cp "$SRCFILE" y.tab.h
-+          fi
-+        ;;
-+      esac
-+    fi
-+    if [ ! -f y.tab.h ]; then
-+      echo >y.tab.h
-+    fi
-+    if [ ! -f y.tab.c ]; then
-+      echo 'main() { return 0; }' >y.tab.c
-+    fi
-+    ;;
-+
-+  lex|flex)
-+    echo 1>&2 "\
-+WARNING: \`$1' is $msg.  You should only need it if
-+         you modified a \`.l' file.  You may need the \`Flex' package
-+         in order for those modifications to take effect.  You can get
-+         \`Flex' from any GNU archive site."
-+    rm -f lex.yy.c
-+    if [ $# -ne 1 ]; then
-+        eval LASTARG="\${$#}"
-+      case "$LASTARG" in
-+      *.l)
-+          SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
-+          if [ -f "$SRCFILE" ]; then
-+               cp "$SRCFILE" lex.yy.c
-+          fi
-+        ;;
-+      esac
-+    fi
-+    if [ ! -f lex.yy.c ]; then
-+      echo 'main() { return 0; }' >lex.yy.c
-+    fi
-+    ;;
-+
-+  help2man)
-+    echo 1>&2 "\
-+WARNING: \`$1' is $msg.  You should only need it if
-+       you modified a dependency of a manual page.  You may need the
-+       \`Help2man' package in order for those modifications to take
-+       effect.  You can get \`Help2man' from any GNU archive site."
-+
-+    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
-+    if test -z "$file"; then
-+      file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
-+    fi
-+    if [ -f "$file" ]; then
-+      touch $file
-+    else
-+      test -z "$file" || exec >$file
-+      echo ".ab help2man is required to generate this page"
-+      exit 1
-+    fi
-+    ;;
-+
-+  makeinfo)
-+    echo 1>&2 "\
-+WARNING: \`$1' is $msg.  You should only need it if
-+         you modified a \`.texi' or \`.texinfo' file, or any other file
-+         indirectly affecting the aspect of the manual.  The spurious
-+         call might also be the consequence of using a buggy \`make' (AIX,
-+         DU, IRIX).  You might want to install the \`Texinfo' package or
-+         the \`GNU make' package.  Grab either from any GNU archive site."
-+    # The file to touch is that specified with -o ...
-+    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
-+    if test -z "$file"; then
-+      # ... or it is the one specified with @setfilename ...
-+      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
-+      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
-+      # ... or it is derived from the source name (dir/f.texi becomes f.info)
-+      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
-+    fi
-+    touch $file
-+    ;;
-+
-+  tar)
-+    shift
-+
-+    # We have already tried tar in the generic part.
-+    # Look for gnutar/gtar before invocation to avoid ugly error
-+    # messages.
-+    if (gnutar --version > /dev/null 2>&1); then
-+       gnutar "$@" && exit 0
-+    fi
-+    if (gtar --version > /dev/null 2>&1); then
-+       gtar "$@" && exit 0
-+    fi
-+    firstarg="$1"
-+    if shift; then
-+      case "$firstarg" in
-+      *o*)
-+          firstarg=`echo "$firstarg" | sed s/o//`
-+          tar "$firstarg" "$@" && exit 0
-+          ;;
-+      esac
-+      case "$firstarg" in
-+      *h*)
-+          firstarg=`echo "$firstarg" | sed s/h//`
-+          tar "$firstarg" "$@" && exit 0
-+          ;;
-+      esac
-+    fi
-+
-+    echo 1>&2 "\
-+WARNING: I can't seem to be able to run \`tar' with the given arguments.
-+         You may want to install GNU tar or Free paxutils, or check the
-+         command line arguments."
-+    exit 1
-+    ;;
-+
-+  *)
-+    echo 1>&2 "\
-+WARNING: \`$1' is needed, and is $msg.
-+         You might have modified some files without having the
-+         proper tools for further handling them.  Check the \`README' file,
-+         it often tells you about the needed prerequisites for installing
-+         this package.  You may also peek at any GNU archive site, in case
-+         some other package would contain this missing \`$1' program."
-+    exit 1
-+    ;;
-+esac
-+
-+exit 0
-+
-+# Local variables:
-+# eval: (add-hook 'write-file-hooks 'time-stamp)
-+# time-stamp-start: "scriptversion="
-+# time-stamp-format: "%:y-%02m-%02d.%02H"
-+# time-stamp-end: "$"
-+# End:
-diff -Nru php-5.2.6.vanilla/libevent/mkinstalldirs php-5.2.6.fpm/libevent/mkinstalldirs
---- php-5.2.6.vanilla/libevent/mkinstalldirs   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/mkinstalldirs       2008-03-28 01:50:51.000000000 +0300
-@@ -0,0 +1,150 @@
-+#! /bin/sh
-+# mkinstalldirs --- make directory hierarchy
-+
-+scriptversion=2005-02-02.21
-+
-+# Original author: Noah Friedman <friedman@prep.ai.mit.edu>
-+# Created: 1993-05-16
-+# Public domain.
-+#
-+# This file is maintained in Automake, please report
-+# bugs to <bug-automake@gnu.org> or send patches to
-+# <automake-patches@gnu.org>.
-+
-+errstatus=0
-+dirmode=""
-+
-+usage="\
-+Usage: mkinstalldirs [-h] [--help] [--version] [-m MODE] DIR ...
-+
-+Create each directory DIR (with mode MODE, if specified), including all
-+leading file name components.
-+
-+Report bugs to <bug-automake@gnu.org>."
-+
-+# process command line arguments
-+while test $# -gt 0 ; do
-+  case $1 in
-+    -h | --help | --h*)         # -h for help
-+      echo "$usage"
-+      exit $?
-+      ;;
-+    -m)                         # -m PERM arg
-+      shift
-+      test $# -eq 0 && { echo "$usage" 1>&2; exit 1; }
-+      dirmode=$1
-+      shift
-+      ;;
-+    --version)
-+      echo "$0 $scriptversion"
-+      exit $?
-+      ;;
-+    --)                         # stop option processing
-+      shift
-+      break
-+      ;;
-+    -*)                         # unknown option
-+      echo "$usage" 1>&2
-+      exit 1
-+      ;;
-+    *)                          # first non-opt arg
-+      break
-+      ;;
-+  esac
-+done
-+
-+for file
-+do
-+  if test -d "$file"; then
-+    shift
-+  else
-+    break
-+  fi
-+done
-+
-+case $# in
-+  0) exit 0 ;;
-+esac
-+
-+# Solaris 8's mkdir -p isn't thread-safe.  If you mkdir -p a/b and
-+# mkdir -p a/c at the same time, both will detect that a is missing,
-+# one will create a, then the other will try to create a and die with
-+# a "File exists" error.  This is a problem when calling mkinstalldirs
-+# from a parallel make.  We use --version in the probe to restrict
-+# ourselves to GNU mkdir, which is thread-safe.
-+case $dirmode in
-+  '')
-+    if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
-+      echo "mkdir -p -- $*"
-+      exec mkdir -p -- "$@"
-+    else
-+      # On NextStep and OpenStep, the `mkdir' command does not
-+      # recognize any option.  It will interpret all options as
-+      # directories to create, and then abort because `.' already
-+      # exists.
-+      test -d ./-p && rmdir ./-p
-+      test -d ./--version && rmdir ./--version
-+    fi
-+    ;;
-+  *)
-+    if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
-+       test ! -d ./--version; then
-+      echo "mkdir -m $dirmode -p -- $*"
-+      exec mkdir -m "$dirmode" -p -- "$@"
-+    else
-+      # Clean up after NextStep and OpenStep mkdir.
-+      for d in ./-m ./-p ./--version "./$dirmode";
-+      do
-+        test -d $d && rmdir $d
-+      done
-+    fi
-+    ;;
-+esac
-+
-+for file
-+do
-+  set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
-+  shift
-+
-+  pathcomp=
-+  for d
-+  do
-+    pathcomp="$pathcomp$d"
-+    case $pathcomp in
-+      -*) pathcomp=./$pathcomp ;;
-+    esac
-+
-+    if test ! -d "$pathcomp"; then
-+      echo "mkdir $pathcomp"
-+
-+      mkdir "$pathcomp" || lasterr=$?
-+
-+      if test ! -d "$pathcomp"; then
-+      errstatus=$lasterr
-+      else
-+      if test ! -z "$dirmode"; then
-+        echo "chmod $dirmode $pathcomp"
-+        lasterr=""
-+        chmod "$dirmode" "$pathcomp" || lasterr=$?
-+
-+        if test ! -z "$lasterr"; then
-+          errstatus=$lasterr
-+        fi
-+      fi
-+      fi
-+    fi
-+
-+    pathcomp="$pathcomp/"
-+  done
-+done
-+
-+exit $errstatus
-+
-+# Local Variables:
-+# mode: shell-script
-+# sh-indentation: 2
-+# eval: (add-hook 'write-file-hooks 'time-stamp)
-+# time-stamp-start: "scriptversion="
-+# time-stamp-format: "%:y-%02m-%02d.%02H"
-+# time-stamp-end: "$"
-+# End:
-diff -Nru php-5.2.6.vanilla/libevent/poll.c php-5.2.6.fpm/libevent/poll.c
---- php-5.2.6.vanilla/libevent/poll.c  1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/poll.c      2008-03-28 01:46:07.000000000 +0300
-@@ -0,0 +1,390 @@
-+/*    $OpenBSD: poll.c,v 1.2 2002/06/25 15:50:15 mickey Exp $ */
-+
-+/*
-+ * Copyright 2000-2003 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <sys/types.h>
-+#ifdef HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#else
-+#include <sys/_time.h>
-+#endif
-+#include <sys/queue.h>
-+#include <poll.h>
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
-+#include <errno.h>
-+#ifdef CHECK_INVARIANTS
-+#include <assert.h>
-+#endif
-+
-+#include "event.h"
-+#include "event-internal.h"
-+#include "evsignal.h"
-+#include "log.h"
-+
-+struct pollop {
-+      int event_count;                /* Highest number alloc */
-+      int nfds;                       /* Size of event_* */
-+      int fd_count;                   /* Size of idxplus1_by_fd */
-+      struct pollfd *event_set;
-+      struct event **event_r_back;
-+      struct event **event_w_back;
-+      int *idxplus1_by_fd; /* Index into event_set by fd; we add 1 so
-+                            * that 0 (which is easy to memset) can mean
-+                            * "no entry." */
-+};
-+
-+static void *poll_init        (struct event_base *);
-+static int poll_add           (void *, struct event *);
-+static int poll_del           (void *, struct event *);
-+static int poll_recalc                (struct event_base *, void *, int);
-+static int poll_dispatch      (struct event_base *, void *, struct timeval *);
-+static void poll_dealloc      (struct event_base *, void *);
-+
-+const struct eventop pollops = {
-+      "poll",
-+      poll_init,
-+      poll_add,
-+      poll_del,
-+      poll_recalc,
-+      poll_dispatch,
-+      poll_dealloc
-+};
-+
-+static void *
-+poll_init(struct event_base *base)
-+{
-+      struct pollop *pollop;
-+
-+      /* Disable poll when this environment variable is set */
-+      if (getenv("EVENT_NOPOLL"))
-+              return (NULL);
-+
-+      if (!(pollop = calloc(1, sizeof(struct pollop))))
-+              return (NULL);
-+
-+      evsignal_init(base);
-+
-+      return (pollop);
-+}
-+
-+/*
-+ * Called with the highest fd that we know about.  If it is 0, completely
-+ * recalculate everything.
-+ */
-+
-+static int
-+poll_recalc(struct event_base *base, void *arg, int max)
-+{
-+      return (0);
-+}
-+
-+#ifdef CHECK_INVARIANTS
-+static void
-+poll_check_ok(struct pollop *pop)
-+{
-+      int i, idx;
-+      struct event *ev;
-+
-+      for (i = 0; i < pop->fd_count; ++i) {
-+              idx = pop->idxplus1_by_fd[i]-1;
-+              if (idx < 0)
-+                      continue;
-+              assert(pop->event_set[idx].fd == i);
-+              if (pop->event_set[idx].events & POLLIN) {
-+                      ev = pop->event_r_back[idx];
-+                      assert(ev);
-+                      assert(ev->ev_events & EV_READ);
-+                      assert(ev->ev_fd == i);
-+              }
-+              if (pop->event_set[idx].events & POLLOUT) {
-+                      ev = pop->event_w_back[idx];
-+                      assert(ev);
-+                      assert(ev->ev_events & EV_WRITE);
-+                      assert(ev->ev_fd == i);
-+              }
-+      }
-+      for (i = 0; i < pop->nfds; ++i) {
-+              struct pollfd *pfd = &pop->event_set[i];
-+              assert(pop->idxplus1_by_fd[pfd->fd] == i+1);
-+      }
-+}
-+#else
-+#define poll_check_ok(pop)
-+#endif
-+
-+static int
-+poll_dispatch(struct event_base *base, void *arg, struct timeval *tv)
-+{
-+      int res, i, msec = -1, nfds;
-+      struct pollop *pop = arg;
-+
-+      poll_check_ok(pop);
-+
-+      if (tv != NULL)
-+              msec = tv->tv_sec * 1000 + (tv->tv_usec + 999) / 1000;
-+
-+      nfds = pop->nfds;
-+      res = poll(pop->event_set, nfds, msec);
-+
-+      if (res == -1) {
-+              if (errno != EINTR) {
-+                        event_warn("poll");
-+                      return (-1);
-+              }
-+
-+              evsignal_process(base);
-+              return (0);
-+      } else if (base->sig.evsignal_caught) {
-+              evsignal_process(base);
-+      }
-+
-+      event_debug(("%s: poll reports %d", __func__, res));
-+
-+      if (res == 0)
-+              return (0);
-+
-+      for (i = 0; i < nfds; i++) {
-+              int what = pop->event_set[i].revents;
-+              struct event *r_ev = NULL, *w_ev = NULL;
-+              if (!what)
-+                      continue;
-+
-+              res = 0;
-+
-+              /* If the file gets closed notify */
-+              if (what & (POLLHUP|POLLERR))
-+                      what |= POLLIN|POLLOUT;
-+              if (what & POLLIN) {
-+                      res |= EV_READ;
-+                      r_ev = pop->event_r_back[i];
-+              }
-+              if (what & POLLOUT) {
-+                      res |= EV_WRITE;
-+                      w_ev = pop->event_w_back[i];
-+              }
-+              if (res == 0)
-+                      continue;
-+
-+              if (r_ev && (res & r_ev->ev_events)) {
-+                      if (!(r_ev->ev_events & EV_PERSIST))
-+                              event_del(r_ev);
-+                      event_active(r_ev, res & r_ev->ev_events, 1);
-+              }
-+              if (w_ev && w_ev != r_ev && (res & w_ev->ev_events)) {
-+                      if (!(w_ev->ev_events & EV_PERSIST))
-+                              event_del(w_ev);
-+                      event_active(w_ev, res & w_ev->ev_events, 1);
-+              }
-+      }
-+
-+      return (0);
-+}
-+
-+static int
-+poll_add(void *arg, struct event *ev)
-+{
-+      struct pollop *pop = arg;
-+      struct pollfd *pfd = NULL;
-+      int i;
-+
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_add(ev));
-+      if (!(ev->ev_events & (EV_READ|EV_WRITE)))
-+              return (0);
-+
-+      poll_check_ok(pop);
-+      if (pop->nfds + 1 >= pop->event_count) {
-+              struct pollfd *tmp_event_set;
-+              struct event **tmp_event_r_back;
-+              struct event **tmp_event_w_back;
-+              int tmp_event_count;
-+
-+              if (pop->event_count < 32)
-+                      tmp_event_count = 32;
-+              else
-+                      tmp_event_count = pop->event_count * 2;
-+
-+              /* We need more file descriptors */
-+              tmp_event_set = realloc(pop->event_set,
-+                               tmp_event_count * sizeof(struct pollfd));
-+              if (tmp_event_set == NULL) {
-+                      event_warn("realloc");
-+                      return (-1);
-+              }
-+              pop->event_set = tmp_event_set;
-+
-+              tmp_event_r_back = realloc(pop->event_r_back,
-+                          tmp_event_count * sizeof(struct event *));
-+              if (tmp_event_r_back == NULL) {
-+                      /* event_set overallocated; that's okay. */
-+                      event_warn("realloc");
-+                      return (-1);
-+              }
-+              pop->event_r_back = tmp_event_r_back;
-+
-+              tmp_event_w_back = realloc(pop->event_w_back,
-+                          tmp_event_count * sizeof(struct event *));
-+              if (tmp_event_w_back == NULL) {
-+                      /* event_set and event_r_back overallocated; that's
-+                       * okay. */
-+                      event_warn("realloc");
-+                      return (-1);
-+              }
-+              pop->event_w_back = tmp_event_w_back;
-+
-+              pop->event_count = tmp_event_count;
-+      }
-+      if (ev->ev_fd >= pop->fd_count) {
-+              int *tmp_idxplus1_by_fd;
-+              int new_count;
-+              if (pop->fd_count < 32)
-+                      new_count = 32;
-+              else
-+                      new_count = pop->fd_count * 2;
-+              while (new_count <= ev->ev_fd)
-+                      new_count *= 2;
-+              tmp_idxplus1_by_fd =
-+                      realloc(pop->idxplus1_by_fd, new_count * sizeof(int));
-+              if (tmp_idxplus1_by_fd == NULL) {
-+                      event_warn("realloc");
-+                      return (-1);
-+              }
-+              pop->idxplus1_by_fd = tmp_idxplus1_by_fd;
-+              memset(pop->idxplus1_by_fd + pop->fd_count,
-+                     0, sizeof(int)*(new_count - pop->fd_count));
-+              pop->fd_count = new_count;
-+      }
-+
-+      i = pop->idxplus1_by_fd[ev->ev_fd] - 1;
-+      if (i >= 0) {
-+              pfd = &pop->event_set[i];
-+      } else {
-+              i = pop->nfds++;
-+              pfd = &pop->event_set[i];
-+              pfd->events = 0;
-+              pfd->fd = ev->ev_fd;
-+              pop->event_w_back[i] = pop->event_r_back[i] = NULL;
-+              pop->idxplus1_by_fd[ev->ev_fd] = i + 1;
-+      }
-+
-+      pfd->revents = 0;
-+      if (ev->ev_events & EV_WRITE) {
-+              pfd->events |= POLLOUT;
-+              pop->event_w_back[i] = ev;
-+      }
-+      if (ev->ev_events & EV_READ) {
-+              pfd->events |= POLLIN;
-+              pop->event_r_back[i] = ev;
-+      }
-+      poll_check_ok(pop);
-+
-+      return (0);
-+}
-+
-+/*
-+ * Nothing to be done here.
-+ */
-+
-+static int
-+poll_del(void *arg, struct event *ev)
-+{
-+      struct pollop *pop = arg;
-+      struct pollfd *pfd = NULL;
-+      int i;
-+
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_del(ev));
-+
-+      if (!(ev->ev_events & (EV_READ|EV_WRITE)))
-+              return (0);
-+
-+      poll_check_ok(pop);
-+      i = pop->idxplus1_by_fd[ev->ev_fd] - 1;
-+      if (i < 0)
-+              return (-1);
-+
-+      /* Do we still want to read or write? */
-+      pfd = &pop->event_set[i];
-+      if (ev->ev_events & EV_READ) {
-+              pfd->events &= ~POLLIN;
-+              pop->event_r_back[i] = NULL;
-+      }
-+      if (ev->ev_events & EV_WRITE) {
-+              pfd->events &= ~POLLOUT;
-+              pop->event_w_back[i] = NULL;
-+      }
-+      poll_check_ok(pop);
-+      if (pfd->events)
-+              /* Another event cares about that fd. */
-+              return (0);
-+
-+      /* Okay, so we aren't interested in that fd anymore. */
-+      pop->idxplus1_by_fd[ev->ev_fd] = 0;
-+
-+      --pop->nfds;
-+      if (i != pop->nfds) {
-+              /* 
-+               * Shift the last pollfd down into the now-unoccupied
-+               * position.
-+               */
-+              memcpy(&pop->event_set[i], &pop->event_set[pop->nfds],
-+                     sizeof(struct pollfd));
-+              pop->event_r_back[i] = pop->event_r_back[pop->nfds];
-+              pop->event_w_back[i] = pop->event_w_back[pop->nfds];
-+              pop->idxplus1_by_fd[pop->event_set[i].fd] = i + 1;
-+      }
-+
-+      poll_check_ok(pop);
-+      return (0);
-+}
-+
-+static void
-+poll_dealloc(struct event_base *base, void *arg)
-+{
-+      struct pollop *pop = arg;
-+
-+      evsignal_dealloc(base);
-+      if (pop->event_set)
-+              free(pop->event_set);
-+      if (pop->event_r_back)
-+              free(pop->event_r_back);
-+      if (pop->event_w_back)
-+              free(pop->event_w_back);
-+      if (pop->idxplus1_by_fd)
-+              free(pop->idxplus1_by_fd);
-+
-+      memset(pop, 0, sizeof(struct pollop));
-+      free(pop);
-+}
-diff -Nru php-5.2.6.vanilla/libevent/README php-5.2.6.fpm/libevent/README
---- php-5.2.6.vanilla/libevent/README  1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/README      2007-11-12 05:37:32.000000000 +0300
-@@ -0,0 +1,57 @@
-+To build libevent, type
-+
-+$ ./configure && make
-+
-+     (If you got libevent from the subversion repository, you will
-+      first need to run the included "autogen.sh" script in order to
-+      generate the configure script.)
-+
-+Install as root via
-+
-+# make install
-+
-+You can run the regression tests by
-+
-+$ make verify
-+
-+Before, reporting any problems, please run the regression tests.
-+
-+To enable the low-level tracing build the library as:
-+
-+CFLAGS=-DUSE_DEBUG ./configure [...]
-+
-+Acknowledgements:
-+-----------------
-+
-+The following people have helped with suggestions, ideas, code or
-+fixing bugs:
-+
-+  Alejo
-+  Weston Andros Adamson
-+  William Ahern
-+  Stas Bekman
-+  Andrew Danforth
-+  Mike Davis
-+  Shie Erlich
-+  Alexander von Gernler
-+  Artur Grabowski
-+  Aaron Hopkins
-+  Claudio Jeker
-+  Scott Lamb
-+  Adam Langley
-+  Philip Lewis
-+  David Libenzi
-+  Nick Mathewson
-+  Andrey Matveev
-+  Richard Nyberg
-+  Jon Oberheide
-+  Phil Oleson
-+  Dave Pacheco
-+  Tassilo von Parseval
-+  Pierre Phaneuf
-+  Jon Poland
-+  Bert JW Regeer
-+  Dug Song
-+  Taral
-+
-+If I have forgotten your name, please contact me.
-diff -Nru php-5.2.6.vanilla/libevent/select.c php-5.2.6.fpm/libevent/select.c
---- php-5.2.6.vanilla/libevent/select.c        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/select.c    2008-03-28 01:47:29.000000000 +0300
-@@ -0,0 +1,372 @@
-+/*    $OpenBSD: select.c,v 1.2 2002/06/25 15:50:15 mickey Exp $       */
-+
-+/*
-+ * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#include <sys/types.h>
-+#ifdef HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#else
-+#include <sys/_time.h>
-+#endif
-+#ifdef HAVE_SYS_SELECT_H
-+#include <sys/select.h>
-+#endif
-+#include <sys/queue.h>
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#include <unistd.h>
-+#include <errno.h>
-+#ifdef CHECK_INVARIANTS
-+#include <assert.h>
-+#endif
-+
-+#include "event.h"
-+#include "event-internal.h"
-+#include "evsignal.h"
-+#include "log.h"
-+
-+#ifndef howmany
-+#define        howmany(x, y)   (((x)+((y)-1))/(y))
-+#endif
-+
-+struct selectop {
-+      int event_fds;          /* Highest fd in fd set */
-+      int event_fdsz;
-+      fd_set *event_readset_in;
-+      fd_set *event_writeset_in;
-+      fd_set *event_readset_out;
-+      fd_set *event_writeset_out;
-+      struct event **event_r_by_fd;
-+      struct event **event_w_by_fd;
-+};
-+
-+static void *select_init      (struct event_base *);
-+static int select_add         (void *, struct event *);
-+static int select_del         (void *, struct event *);
-+static int select_recalc      (struct event_base *, void *, int);
-+static int select_dispatch    (struct event_base *, void *, struct timeval *);
-+static void select_dealloc     (struct event_base *, void *);
-+
-+const struct eventop selectops = {
-+      "select",
-+      select_init,
-+      select_add,
-+      select_del,
-+      select_recalc,
-+      select_dispatch,
-+      select_dealloc
-+};
-+
-+static int select_resize(struct selectop *sop, int fdsz);
-+
-+static void *
-+select_init(struct event_base *base)
-+{
-+      struct selectop *sop;
-+
-+      /* Disable select when this environment variable is set */
-+      if (getenv("EVENT_NOSELECT"))
-+              return (NULL);
-+
-+      if (!(sop = calloc(1, sizeof(struct selectop))))
-+              return (NULL);
-+
-+      select_resize(sop, howmany(32 + 1, NFDBITS)*sizeof(fd_mask));
-+
-+      evsignal_init(base);
-+
-+      return (sop);
-+}
-+
-+#ifdef CHECK_INVARIANTS
-+static void
-+check_selectop(struct selectop *sop)
-+{
-+      int i;
-+      for (i = 0; i <= sop->event_fds; ++i) {
-+              if (FD_ISSET(i, sop->event_readset_in)) {
-+                      assert(sop->event_r_by_fd[i]);
-+                      assert(sop->event_r_by_fd[i]->ev_events & EV_READ);
-+                      assert(sop->event_r_by_fd[i]->ev_fd == i);
-+              } else {
-+                      assert(! sop->event_r_by_fd[i]);
-+              }
-+              if (FD_ISSET(i, sop->event_writeset_in)) {
-+                      assert(sop->event_w_by_fd[i]);
-+                      assert(sop->event_w_by_fd[i]->ev_events & EV_WRITE);
-+                      assert(sop->event_w_by_fd[i]->ev_fd == i);
-+              } else {
-+                      assert(! sop->event_w_by_fd[i]);
-+              }
-+      }
-+
-+}
-+#else
-+#define check_selectop(sop) do { (void) sop; } while (0)
-+#endif
-+
-+/*
-+ * Called with the highest fd that we know about.  If it is 0, completely
-+ * recalculate everything.
-+ */
-+
-+static int
-+select_recalc(struct event_base *base, void *arg, int max)
-+{
-+      struct selectop *sop = arg;
-+
-+      check_selectop(sop);
-+
-+      return (0);
-+}
-+
-+static int
-+select_dispatch(struct event_base *base, void *arg, struct timeval *tv)
-+{
-+      int res, i;
-+      struct selectop *sop = arg;
-+
-+      check_selectop(sop);
-+
-+      memcpy(sop->event_readset_out, sop->event_readset_in,
-+             sop->event_fdsz);
-+      memcpy(sop->event_writeset_out, sop->event_writeset_in,
-+             sop->event_fdsz);
-+
-+      res = select(sop->event_fds + 1, sop->event_readset_out,
-+          sop->event_writeset_out, NULL, tv);
-+
-+      check_selectop(sop);
-+
-+      if (res == -1) {
-+              if (errno != EINTR) {
-+                      event_warn("select");
-+                      return (-1);
-+              }
-+
-+              evsignal_process(base);
-+              return (0);
-+      } else if (base->sig.evsignal_caught) {
-+              evsignal_process(base);
-+      }
-+
-+      event_debug(("%s: select reports %d", __func__, res));
-+
-+      check_selectop(sop);
-+      for (i = 0; i <= sop->event_fds; ++i) {
-+              struct event *r_ev = NULL, *w_ev = NULL;
-+              res = 0;
-+              if (FD_ISSET(i, sop->event_readset_out)) {
-+                      r_ev = sop->event_r_by_fd[i];
-+                      res |= EV_READ;
-+              }
-+              if (FD_ISSET(i, sop->event_writeset_out)) {
-+                      w_ev = sop->event_w_by_fd[i];
-+                      res |= EV_WRITE;
-+              }
-+              if (r_ev && (res & r_ev->ev_events)) {
-+                      if (!(r_ev->ev_events & EV_PERSIST))
-+                              event_del(r_ev);
-+                      event_active(r_ev, res & r_ev->ev_events, 1);
-+              }
-+              if (w_ev && w_ev != r_ev && (res & w_ev->ev_events)) {
-+                      if (!(w_ev->ev_events & EV_PERSIST))
-+                              event_del(w_ev);
-+                      event_active(w_ev, res & w_ev->ev_events, 1);
-+              }
-+      }
-+      check_selectop(sop);
-+
-+      return (0);
-+}
-+
-+
-+static int
-+select_resize(struct selectop *sop, int fdsz)
-+{
-+      int n_events, n_events_old;
-+
-+      fd_set *readset_in = NULL;
-+      fd_set *writeset_in = NULL;
-+      fd_set *readset_out = NULL;
-+      fd_set *writeset_out = NULL;
-+      struct event **r_by_fd = NULL;
-+      struct event **w_by_fd = NULL;
-+
-+      n_events = (fdsz/sizeof(fd_mask)) * NFDBITS;
-+      n_events_old = (sop->event_fdsz/sizeof(fd_mask)) * NFDBITS;
-+
-+      if (sop->event_readset_in)
-+              check_selectop(sop);
-+
-+      if ((readset_in = realloc(sop->event_readset_in, fdsz)) == NULL)
-+              goto error;
-+      sop->event_readset_in = readset_in;
-+      if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
-+              goto error;
-+      sop->event_readset_out = readset_out;
-+      if ((writeset_in = realloc(sop->event_writeset_in, fdsz)) == NULL)
-+              goto error;
-+      sop->event_writeset_in = writeset_in;
-+      if ((writeset_out = realloc(sop->event_writeset_out, fdsz)) == NULL)
-+              goto error;
-+      sop->event_writeset_out = writeset_out;
-+      if ((r_by_fd = realloc(sop->event_r_by_fd,
-+               n_events*sizeof(struct event*))) == NULL)
-+              goto error;
-+      sop->event_r_by_fd = r_by_fd;
-+      if ((w_by_fd = realloc(sop->event_w_by_fd,
-+               n_events * sizeof(struct event*))) == NULL)
-+              goto error;
-+      sop->event_w_by_fd = w_by_fd;
-+
-+      memset((char *)sop->event_readset_in + sop->event_fdsz, 0,
-+          fdsz - sop->event_fdsz);
-+      memset((char *)sop->event_writeset_in + sop->event_fdsz, 0,
-+          fdsz - sop->event_fdsz);
-+      memset(sop->event_r_by_fd + n_events_old, 0,
-+          (n_events-n_events_old) * sizeof(struct event*));
-+      memset(sop->event_w_by_fd + n_events_old, 0,
-+          (n_events-n_events_old) * sizeof(struct event*));
-+
-+      sop->event_fdsz = fdsz;
-+      check_selectop(sop);
-+
-+      return (0);
-+
-+ error:
-+      event_warn("malloc");
-+      return (-1);
-+}
-+
-+
-+static int
-+select_add(void *arg, struct event *ev)
-+{
-+      struct selectop *sop = arg;
-+
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_add(ev));
-+
-+      check_selectop(sop);
-+      /*
-+       * Keep track of the highest fd, so that we can calculate the size
-+       * of the fd_sets for select(2)
-+       */
-+      if (sop->event_fds < ev->ev_fd) {
-+              int fdsz = sop->event_fdsz;
-+
-+              if (fdsz < sizeof(fd_mask))
-+                      fdsz = sizeof(fd_mask);
-+
-+              while (fdsz <
-+                  (howmany(ev->ev_fd + 1, NFDBITS) * sizeof(fd_mask)))
-+                      fdsz *= 2;
-+
-+              if (fdsz != sop->event_fdsz) {
-+                      if (select_resize(sop, fdsz)) {
-+                              check_selectop(sop);
-+                              return (-1);
-+                      }
-+              }
-+
-+              sop->event_fds = ev->ev_fd;
-+      }
-+
-+      if (ev->ev_events & EV_READ) {
-+              FD_SET(ev->ev_fd, sop->event_readset_in);
-+              sop->event_r_by_fd[ev->ev_fd] = ev;
-+      }
-+      if (ev->ev_events & EV_WRITE) {
-+              FD_SET(ev->ev_fd, sop->event_writeset_in);
-+              sop->event_w_by_fd[ev->ev_fd] = ev;
-+      }
-+      check_selectop(sop);
-+
-+      return (0);
-+}
-+
-+/*
-+ * Nothing to be done here.
-+ */
-+
-+static int
-+select_del(void *arg, struct event *ev)
-+{
-+      struct selectop *sop = arg;
-+
-+      check_selectop(sop);
-+      if (ev->ev_events & EV_SIGNAL)
-+              return (evsignal_del(ev));
-+
-+      if (sop->event_fds < ev->ev_fd) {
-+              check_selectop(sop);
-+              return (0);
-+      }
-+
-+      if (ev->ev_events & EV_READ) {
-+              FD_CLR(ev->ev_fd, sop->event_readset_in);
-+              sop->event_r_by_fd[ev->ev_fd] = NULL;
-+      }
-+
-+      if (ev->ev_events & EV_WRITE) {
-+              FD_CLR(ev->ev_fd, sop->event_writeset_in);
-+              sop->event_w_by_fd[ev->ev_fd] = NULL;
-+      }
-+
-+      check_selectop(sop);
-+      return (0);
-+}
-+
-+static void
-+select_dealloc(struct event_base *base, void *arg)
-+{
-+      struct selectop *sop = arg;
-+
-+      evsignal_dealloc(base);
-+      if (sop->event_readset_in)
-+              free(sop->event_readset_in);
-+      if (sop->event_writeset_in)
-+              free(sop->event_writeset_in);
-+      if (sop->event_readset_out)
-+              free(sop->event_readset_out);
-+      if (sop->event_writeset_out)
-+              free(sop->event_writeset_out);
-+      if (sop->event_r_by_fd)
-+              free(sop->event_r_by_fd);
-+      if (sop->event_w_by_fd)
-+              free(sop->event_w_by_fd);
-+
-+      memset(sop, 0, sizeof(struct selectop));
-+      free(sop);
-+}
-diff -Nru php-5.2.6.vanilla/libevent/signal.c php-5.2.6.fpm/libevent/signal.c
---- php-5.2.6.vanilla/libevent/signal.c        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/libevent/signal.c    2008-01-19 20:54:24.000000000 +0300
-@@ -0,0 +1,287 @@
-+/*    $OpenBSD: select.c,v 1.2 2002/06/25 15:50:15 mickey Exp $       */
-+
-+/*
-+ * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
-+ * All rights reserved.
-+ *
-+ * Redistribution and use in source and binary forms, with or without
-+ * modification, are permitted provided that the following conditions
-+ * are met:
-+ * 1. Redistributions of source code must retain the above copyright
-+ *    notice, this list of conditions and the following disclaimer.
-+ * 2. Redistributions in binary form must reproduce the above copyright
-+ *    notice, this list of conditions and the following disclaimer in the
-+ *    documentation and/or other materials provided with the distribution.
-+ * 3. The name of the author may not be used to endorse or promote products
-+ *    derived from this software without specific prior written permission.
-+ *
-+ * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-+ * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-+ * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-+ * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-+ * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-+ * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-+ */
-+#ifdef HAVE_CONFIG_H
-+#include "config.h"
-+#endif
-+
-+#ifdef WIN32
-+#define WIN32_LEAN_AND_MEAN
-+#include <windows.h>
-+#include <winsock2.h>
-+#undef WIN32_LEAN_AND_MEAN
-+#endif
-+#include <sys/types.h>
-+#ifdef HAVE_SYS_TIME_H
-+#include <sys/time.h>
-+#endif
-+#include <sys/queue.h>
-+#ifdef HAVE_SYS_SOCKET_H
-+#include <sys/socket.h>
-+#endif
-+#include <signal.h>
-+#include <stdio.h>
-+#include <stdlib.h>
-+#include <string.h>
-+#ifdef HAVE_UNISTD_H
-+#include <unistd.h>
-+#endif
-+#include <errno.h>
-+#ifdef HAVE_FCNTL_H
-+#include <fcntl.h>
-+#endif
-+#include <assert.h>
-+
-+#include "event.h"
-+#include "event-internal.h"
-+#include "evsignal.h"
-+#include "evutil.h"
-+#include "log.h"
-+
-+struct event_base *evsignal_base = NULL;
-+
-+static void evsignal_handler(int sig);
-+
-+/* Callback for when the signal handler write a byte to our signaling socket */
-+static void
-+evsignal_cb(int fd, short what, void *arg)
-+{
-+      static char signals[100];
-+/*    struct event *ev = arg; */
-+#ifdef WIN32
-+      SSIZE_T n;
-+#else
-+      ssize_t n;
-+#endif
-+
-+      n = recv(fd, signals, sizeof(signals), 0);
-+      if (n == -1)
-+              event_err(1, "%s: read", __func__);
-+}
-+
-+#ifdef HAVE_SETFD
-+#define FD_CLOSEONEXEC(x) do { \
-+        if (fcntl(x, F_SETFD, 1) == -1) \
-+                event_warn("fcntl(%d, F_SETFD)", x); \
-+} while (0)
-+#else
-+#define FD_CLOSEONEXEC(x)
-+#endif
-+
-+void
-+evsignal_init(struct event_base *base)
-+{
-+      /* 
-+       * Our signal handler is going to write to one end of the socket
-+       * pair to wake up our event loop.  The event loop then scans for
-+       * signals that got delivered.
-+       */
-+      if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, base->sig.ev_signal_pair) == -1)
-+              event_err(1, "%s: socketpair", __func__);
-+
-+      FD_CLOSEONEXEC(base->sig.ev_signal_pair[0]);
-+      FD_CLOSEONEXEC(base->sig.ev_signal_pair[1]);
-+      base->sig.sh_old = NULL;
-+      base->sig.sh_old_max = 0;
-+      base->sig.evsignal_caught = 0;
-+      memset(&base->sig.evsigcaught, 0, sizeof(sig_atomic_t)*NSIG);
-+
-+        evutil_make_socket_nonblocking(base->sig.ev_signal_pair[0]);
-+
-+      event_set(&base->sig.ev_signal, base->sig.ev_signal_pair[1],
-+              EV_READ | EV_PERSIST, evsignal_cb, &base->sig.ev_signal);
-+      base->sig.ev_signal.ev_base = base;
-+      base->sig.ev_signal.ev_flags |= EVLIST_INTERNAL;
-+}
-+
-+int
-+evsignal_add(struct event *ev)
-+{
-+      int evsignal;
-+#ifdef HAVE_SIGACTION
-+      struct sigaction sa;
-+#else
-+      ev_sighandler_t sh;
-+#endif
-+      struct event_base *base = ev->ev_base;
-+      struct evsignal_info *sig = &ev->ev_base->sig;
-+      void *p;
-+
-+      if (ev->ev_events & (EV_READ|EV_WRITE))
-+              event_errx(1, "%s: EV_SIGNAL incompatible use", __func__);
-+      evsignal = EVENT_SIGNAL(ev);
-+
-+      /*
-+       * resize saved signal handler array up to the highest signal number.
-+       * a dynamic array is used to keep footprint on the low side.
-+       */
-+      if (evsignal >= sig->sh_old_max) {
-+              event_debug(("%s: evsignal > sh_old_max, resizing array",
-+                          __func__, evsignal, sig->sh_old_max));
-+              sig->sh_old_max = evsignal + 1;
-+              p = realloc(sig->sh_old, sig->sh_old_max * sizeof *sig->sh_old);
-+              if (p == NULL) {
-+                      event_warn("realloc");
-+                      return (-1);
-+              }
-+              sig->sh_old = p;
-+      }
-+
-+      /* allocate space for previous handler out of dynamic array */
-+      sig->sh_old[evsignal] = malloc(sizeof *sig->sh_old[evsignal]);
-+      if (sig->sh_old[evsignal] == NULL) {
-+              event_warn("malloc");
-+              return (-1);
-+      }
-+
-+#ifdef HAVE_SIGACTION
-+      /* setup new handler */
-+      memset(&sa, 0, sizeof(sa));
-+      sa.sa_handler = evsignal_handler;
-+      sa.sa_flags |= SA_RESTART;
-+      sigfillset(&sa.sa_mask);
-+
-+      /* save previous handler setup */
-+      if (sigaction(evsignal, &sa, sig->sh_old[evsignal]) == -1) {
-+              event_warn("sigaction");
-+              free(sig->sh_old[evsignal]);
-+              return (-1);
-+      }
-+#else
-+      /* save previous handler setup */
-+      if ((sh = signal(evsignal, evsignal_handler)) == SIG_ERR) {
-+              event_warn("signal");
-+              free(sig->sh_old[evsignal]);
-+              return (-1);
-+      }
-+      *sig->sh_old[evsignal] = sh;
-+#endif
-+      /* catch signals if they happen quickly */
-+      evsignal_base = base;
-+
-+      if (!sig->ev_signal_added) {
-+              sig->ev_signal_added = 1;
-+              event_add(&sig->ev_signal, NULL);
-+      }
-+
-+      return (0);
-+}
-+
-+int
-+evsignal_del(struct event *ev)
-+{
-+      int evsignal, ret = 0;
-+/*    struct event_base *base = ev->ev_base; */
-+      struct evsignal_info *sig = &ev->ev_base->sig;
-+#ifdef HAVE_SIGACTION
-+      struct sigaction *sh;
-+#else
-+      ev_sighandler_t *sh;
-+#endif
-+
-+      evsignal = EVENT_SIGNAL(ev);
-+
-+      /* restore previous handler */
-+      sh = sig->sh_old[evsignal];
-+      sig->sh_old[evsignal] = NULL;
-+#ifdef HAVE_SIGACTION
-+      if (sigaction(evsignal, sh, NULL) == -1) {
-+              event_warn("sigaction");
-+              ret = -1;
-+      }
-+#else
-+      if (signal(evsignal, *sh) == SIG_ERR) {
-+              event_warn("signal");
-+              ret = -1;
-+      }
-+#endif
-+      free(sh);
-+
-+      return ret;
-+}
-+
-+static void
-+evsignal_handler(int sig)
-+{
-+      int save_errno = errno;
-+
-+      if(evsignal_base == NULL) {
-+              event_warn(
-+                      "%s: received signal %s, but have no base configured",
-+                      __func__, sig);
-+              return;
-+      }
-+
-+      evsignal_base->sig.evsigcaught[sig]++;
-+      evsignal_base->sig.evsignal_caught = 1;
-+
-+#ifndef HAVE_SIGACTION
-+      signal(sig, evsignal_handler);
-+#endif
-+
-+      /* Wake up our notification mechanism */
-+      send(evsignal_base->sig.ev_signal_pair[0], "a", 1, 0);
-+      errno = save_errno;
-+}
-+
-+void
-+evsignal_process(struct event_base *base)
-+{
-+      struct event *ev;
-+      sig_atomic_t ncalls;
-+
-+      base->sig.evsignal_caught = 0;
-+      TAILQ_FOREACH(ev, &base->sig.signalqueue, ev_signal_next) {
-+              ncalls = base->sig.evsigcaught[EVENT_SIGNAL(ev)];
-+              if (ncalls) {
-+                      if (!(ev->ev_events & EV_PERSIST))
-+                              event_del(ev);
-+                      event_active(ev, EV_SIGNAL, ncalls);
-+                      base->sig.evsigcaught[EVENT_SIGNAL(ev)] = 0;
-+              }
-+      }
-+}
-+
-+void
-+evsignal_dealloc(struct event_base *base)
-+{
-+      if(base->sig.ev_signal_added) {
-+              event_del(&base->sig.ev_signal);
-+              base->sig.ev_signal_added = 0;
-+      }
-+      assert(TAILQ_EMPTY(&base->sig.signalqueue));
-+
-+      EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[0]);
-+      base->sig.ev_signal_pair[0] = -1;
-+      EVUTIL_CLOSESOCKET(base->sig.ev_signal_pair[1]);
-+      base->sig.ev_signal_pair[1] = -1;
-+      base->sig.sh_old_max = 0;
+diff --git a/configure b/configure
+index 2d88ed7..c490abf 100755
+diff --git a/configure.in b/configure.in
+index e181ac9..4424930 100644
+--- a/configure.in
++++ b/configure.in
+@@ -295,6 +295,12 @@ if test "$enable_maintainer_zts" = "yes"; then
+   PTHREADS_FLAGS
+ fi
++if test "$PHP_FASTCGI" = "yes" -a "$PHP_FPM" = "yes"; then
++  PHP_CONFIGURE_PART(Running FastCGI Process Manager checks)
++  sinclude(sapi/cgi/fpm/acinclude.m4)
++  sinclude(sapi/cgi/fpm/config.m4)
++fi
 +
-+      /* per index frees are handled in evsignal_del() */
-+      free(base->sig.sh_old);
-+}
-diff -Nru php-5.2.6.vanilla/main/php_config.h.in php-5.2.6.fpm/main/php_config.h.in
---- php-5.2.6.vanilla/main/php_config.h.in     2008-04-30 22:37:39.000000000 +0400
-+++ php-5.2.6.fpm/main/php_config.h.in 2008-09-21 17:37:45.000000000 +0400
+ divert(3)
+ dnl ## In diversion 3 we check for compile-time options to the PHP
+@@ -511,6 +517,7 @@ AC_CHECK_FUNCS(
+ alphasort \
+ asctime_r \
+ chroot \
++clearenv \
+ ctime_r \
+ cuserid \
+ crypt \
+@@ -1253,6 +1260,8 @@ PHP_SUBST_OLD(EXTENSION_DIR)
+ PHP_SUBST_OLD(EXTRA_LDFLAGS)
+ PHP_SUBST_OLD(EXTRA_LDFLAGS_PROGRAM)
+ PHP_SUBST_OLD(EXTRA_LIBS)
++PHP_SUBST_OLD(SAPI_EXTRA_LIBS)
++PHP_SUBST_OLD(SAPI_EXTRA_DEPS)
+ PHP_SUBST_OLD(ZEND_EXTRA_LIBS)
+ PHP_SUBST_OLD(INCLUDES)
+ PHP_SUBST_OLD(EXTRA_INCLUDES)
+@@ -1364,7 +1373,7 @@ case $PHP_SAPI in
+     install_targets="$PHP_INSTALL_CLI_TARGET $install_targets"
+     ;;
+   *)
+-    install_targets="install-sapi $PHP_INSTALL_CLI_TARGET $install_targets"
++    install_targets="install-sapi $install_fpm $PHP_INSTALL_CLI_TARGET $install_targets"
+     ;;
+ esac
+diff --git a/libevent/ChangeLog b/libevent/ChangeLog
+new file mode 100644
+index 0000000..c592139
+diff --git a/libevent/Makefile.am b/libevent/Makefile.am
+new file mode 100644
+index 0000000..5ccfd2c
+diff --git a/libevent/Makefile.in b/libevent/Makefile.in
+new file mode 100644
+index 0000000..0600dcc
+diff --git a/libevent/README b/libevent/README
+new file mode 100644
+index 0000000..b065039
+diff --git a/libevent/aclocal.m4 b/libevent/aclocal.m4
+new file mode 100644
+index 0000000..74de4a1
+diff --git a/libevent/autogen.sh b/libevent/autogen.sh
+new file mode 100644
+index 0000000..218dbf4
+diff --git a/libevent/buffer.c b/libevent/buffer.c
+new file mode 100644
+index 0000000..e66080f
+diff --git a/libevent/compat/sys/_time.h b/libevent/compat/sys/_time.h
+new file mode 100644
+index 0000000..8cabb0d
+diff --git a/libevent/compat/sys/queue.h b/libevent/compat/sys/queue.h
+new file mode 100644
+index 0000000..c0956dd
+diff --git a/libevent/config.h.in b/libevent/config.h.in
+new file mode 100644
+index 0000000..d151f87
+diff --git a/libevent/configure b/libevent/configure
+new file mode 100644
+index 0000000..0a74aec
+diff --git a/libevent/configure.in b/libevent/configure.in
+new file mode 100644
+index 0000000..852d3c5
+diff --git a/libevent/depcomp b/libevent/depcomp
+new file mode 100644
+index 0000000..ffcd540
+diff --git a/libevent/devpoll.c b/libevent/devpoll.c
+new file mode 100644
+index 0000000..cbd2730
+diff --git a/libevent/epoll.c b/libevent/epoll.c
+new file mode 100644
+index 0000000..cf3c859
+diff --git a/libevent/epoll_sub.c b/libevent/epoll_sub.c
+new file mode 100644
+index 0000000..431970c
+diff --git a/libevent/evbuffer.c b/libevent/evbuffer.c
+new file mode 100644
+index 0000000..f2179a5
+diff --git a/libevent/event-config.h b/libevent/event-config.h
+new file mode 100644
+index 0000000..0a278b3
+diff --git a/libevent/event-fpm.h b/libevent/event-fpm.h
+new file mode 100644
+index 0000000..8625ca5
+diff --git a/libevent/event-internal.h b/libevent/event-internal.h
+new file mode 100644
+index 0000000..7485f21
+diff --git a/libevent/event.3 b/libevent/event.3
+new file mode 100644
+index 0000000..5b33ec6
+diff --git a/libevent/event.c b/libevent/event.c
+new file mode 100644
+index 0000000..826b7db
+diff --git a/libevent/event.h b/libevent/event.h
+new file mode 100644
+index 0000000..d67ecb5
+diff --git a/libevent/evhttp.h b/libevent/evhttp.h
+new file mode 100644
+index 0000000..0d35f9e
+diff --git a/libevent/evport.c b/libevent/evport.c
+new file mode 100644
+index 0000000..31523b4
+diff --git a/libevent/evsignal.h b/libevent/evsignal.h
+new file mode 100644
+index 0000000..8be9cbd
+diff --git a/libevent/evutil.c b/libevent/evutil.c
+new file mode 100644
+index 0000000..86205b2
+diff --git a/libevent/evutil.h b/libevent/evutil.h
+new file mode 100644
+index 0000000..0a018b8
+diff --git a/libevent/http-internal.h b/libevent/http-internal.h
+new file mode 100644
+index 0000000..bc9a1ed
+diff --git a/libevent/http.c b/libevent/http.c
+new file mode 100644
+index 0000000..1d60fc5
+diff --git a/libevent/install-sh b/libevent/install-sh
+new file mode 100644
+index 0000000..1a83534
+diff --git a/libevent/kqueue.c b/libevent/kqueue.c
+new file mode 100644
+index 0000000..38a1819
+diff --git a/libevent/log.c b/libevent/log.c
+new file mode 100644
+index 0000000..b62a619
+diff --git a/libevent/log.h b/libevent/log.h
+new file mode 100644
+index 0000000..7bc6632
+diff --git a/libevent/min_heap.h b/libevent/min_heap.h
+new file mode 100644
+index 0000000..d47e563
+diff --git a/libevent/missing b/libevent/missing
+new file mode 100644
+index 0000000..09edd88
+diff --git a/libevent/poll.c b/libevent/poll.c
+new file mode 100644
+index 0000000..b67c6ff
+diff --git a/libevent/select.c b/libevent/select.c
+new file mode 100644
+index 0000000..7faafe4
+diff --git a/libevent/signal.c b/libevent/signal.c
+new file mode 100644
+index 0000000..bcaa3f9
+diff --git a/libevent/strlcpy-internal.h b/libevent/strlcpy-internal.h
+new file mode 100644
+index 0000000..22b5f61
+diff --git a/libevent/strlcpy.c b/libevent/strlcpy.c
+new file mode 100644
+index 0000000..a1a413d
+diff --git a/main/php_config.h.in b/main/php_config.h.in
+--- a/main/php_config.h.in
++++ b/main/php_config.h.in
 @@ -170,6 +170,9 @@
  /* Define if you have the chroot function.  */
  #undef HAVE_CHROOT
@@ -40459,7 +179,7 @@ diff -Nru php-5.2.6.vanilla/main/php_config.h.in php-5.2.6.fpm/main/php_config.h
  /* Define if you have the crypt function.  */
  #undef HAVE_CRYPT
  
-@@ -929,6 +932,9 @@
+@@ -935,6 +938,9 @@
  /*   */
  #undef PHP_FASTCGI
  
@@ -40469,7 +189,7 @@ diff -Nru php-5.2.6.vanilla/main/php_config.h.in php-5.2.6.fpm/main/php_config.h
  /*   */
  #undef FORCE_CGI_REDIRECT
  
-@@ -938,6 +944,27 @@
+@@ -944,6 +950,27 @@
  /*   */
  #undef ENABLE_PATHINFO_CHECK
  
@@ -40497,9 +217,15 @@ diff -Nru php-5.2.6.vanilla/main/php_config.h.in php-5.2.6.fpm/main/php_config.h
  /* Define if system uses EBCDIC */
  #undef CHARSET_EBCDIC
  
-diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.c
---- php-5.2.6.vanilla/sapi/cgi/cgi_main.c      2008-04-09 13:16:40.000000000 +0400
-+++ php-5.2.6.fpm/sapi/cgi/cgi_main.c  2008-07-22 01:50:58.000000000 +0400
+--- php-5.2.17/sapi/cgi/Makefile.frag~ 2012-02-27 14:44:23.000000000 +0200
++++ php-5.2.17/sapi/cgi/Makefile.frag  2012-02-27 14:46:13.037731342 +0200
+@@ -1,2 +1,2 @@
+-$(SAPI_CGI_PATH): libphp_common.la $(PHP_SAPI_OBJS)
++$(SAPI_CGI_PATH): libphp_common.la $(PHP_SAPI_OBJS) $(SAPI_EXTRA_DEPS)
+       $(BUILD_CGI)
+diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
+--- a/sapi/cgi/cgi_main.c
++++ b/sapi/cgi/cgi_main.c
 @@ -55,6 +55,9 @@
  #if HAVE_SYS_WAIT_H
  #include <sys/wait.h>
@@ -40510,7 +236,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  #include "zend.h"
  #include "zend_extensions.h"
  #include "php_ini.h"
-@@ -83,6 +86,11 @@
+@@ -83,6 +86,11 @@ int __riscosify_control = __RISCOSIFY_STRICT_UNIX_SPECS;
  #if PHP_FASTCGI
  #include "fastcgi.h"
  
@@ -40522,7 +248,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  #ifndef PHP_WIN32
  /* XXX this will need to change later when threaded fastcgi is
     implemented.  shane */
-@@ -109,8 +117,12 @@
+@@ -115,8 +123,12 @@ static int parent_waiting = 0;
  static pid_t pgroup;
  #endif
  
@@ -40535,7 +261,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  #define PHP_MODE_STANDARD     1
  #define PHP_MODE_HIGHLIGHT    2
  #define PHP_MODE_INDENT               3
-@@ -140,6 +152,10 @@
+@@ -146,6 +158,10 @@ static const opt_struct OPTIONS[] = {
        {'w', 0, "strip"},
        {'?', 0, "usage"},/* help alias (both '?' and 'usage') */
        {'v', 0, "version"},
@@ -40546,7 +272,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
        {'z', 1, "zend-extension"},
  #if PHP_FASTCGI
        {'T', 1, "timing"},
-@@ -164,6 +180,7 @@
+@@ -170,6 +186,7 @@ typedef struct _php_cgi_globals_struct {
        zend_bool impersonate;
  # endif
  #endif
@@ -40554,7 +280,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  } php_cgi_globals_struct;
  
  #ifdef ZTS
-@@ -444,7 +461,28 @@
+@@ -474,7 +491,28 @@ static int sapi_cgi_read_post(char *buffer, uint count_bytes TSRMLS_DC)
  #if PHP_FASTCGI
                if (fcgi_is_fastcgi()) {
                        fcgi_request *request = (fcgi_request*) SG(server_context);
@@ -40582,9 +308,9 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
 +                              tmp_read_bytes = read(request_body_fd, buffer + read_bytes, count_bytes - read_bytes);
 +                      }
                } else {
-                       tmp_read_bytes = read(0, buffer + read_bytes, count_bytes - read_bytes);
+                       tmp_read_bytes = read(STDIN_FILENO, buffer + read_bytes, count_bytes - read_bytes);
                }
-@@ -756,7 +794,12 @@
+@@ -786,7 +824,12 @@ static void php_cgi_usage(char *argv0)
                           "  -s               Display colour syntax highlighted source.\n"
                           "  -v               Version number\n"
                           "  -w               Display source with stripped comments and whitespace.\n"
@@ -40598,7 +324,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  #if PHP_FASTCGI
                           "  -T <count>       Measure execution time of script repeated <count> times.\n"
  #endif
-@@ -1173,6 +1216,7 @@
+@@ -1236,6 +1279,7 @@ PHP_INI_BEGIN()
  # ifdef PHP_WIN32
        STD_PHP_INI_ENTRY("fastcgi.impersonate",     "0",  PHP_INI_SYSTEM, OnUpdateBool,   impersonate, php_cgi_globals_struct, php_cgi_globals)
  # endif
@@ -40606,7 +332,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  #endif
  PHP_INI_END()
  
-@@ -1195,6 +1239,7 @@
+@@ -1258,6 +1302,7 @@ static void php_cgi_globals_ctor(php_cgi_globals_struct *php_cgi_globals TSRMLS_
  # ifdef PHP_WIN32
        php_cgi_globals->impersonate = 0;
  # endif
@@ -40614,7 +340,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  #endif
  }
  /* }}} */
-@@ -1227,9 +1272,47 @@
+@@ -1290,9 +1335,47 @@ static PHP_MSHUTDOWN_FUNCTION(cgi)
  static PHP_MINFO_FUNCTION(cgi)
  {
        DISPLAY_INI_ENTRIES();
@@ -40662,7 +388,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  static zend_module_entry cgi_module_entry = {
        STANDARD_MODULE_HEADER,
  #if PHP_FASTCGI
-@@ -1237,7 +1320,7 @@
+@@ -1300,7 +1383,7 @@ static zend_module_entry cgi_module_entry = {
  #else
        "cgi",
  #endif
@@ -40671,7 +397,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
        PHP_MINIT(cgi), 
        PHP_MSHUTDOWN(cgi), 
        NULL, 
-@@ -1277,6 +1360,7 @@
+@@ -1340,6 +1423,7 @@ int main(int argc, char *argv[])
        char *bindpath = NULL;
        int fcgi_fd = 0;
        fcgi_request request;
@@ -40679,7 +405,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
        int repeats = 1;
        int benchmark = 0;
  #if HAVE_GETTIMEOFDAY
-@@ -1397,6 +1481,14 @@
+@@ -1460,6 +1544,14 @@ int main(int argc, char *argv[])
                        case 's': /* generate highlighted HTML from source */
                                behavior = PHP_MODE_HIGHLIGHT;
                                break;
@@ -40694,7 +420,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  
                }
  
-@@ -1459,6 +1551,19 @@
+@@ -1524,6 +1616,19 @@ consult the installation file that came with this distribution, or visit \n\
  #endif        /* FORCE_CGI_REDIRECT */
  
  #if PHP_FASTCGI
@@ -40714,25 +440,27 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
        if (bindpath) {
                fcgi_fd = fcgi_listen(bindpath, 128);
                if (fcgi_fd < 0) {
-@@ -1473,7 +1578,7 @@
+@@ -1538,6 +1643,9 @@ consult the installation file that came with this distribution, or visit \n\
        
        if (fastcgi) {
                /* How many times to run PHP scripts before dying */
--              if (getenv("PHP_FCGI_MAX_REQUESTS")) {
-+              if (!fpm && getenv("PHP_FCGI_MAX_REQUESTS")) {
++#if PHP_FASTCGI_PM
++              if (!fpm)
++#endif
+               if (getenv("PHP_FCGI_MAX_REQUESTS")) {
                        max_requests = atoi(getenv("PHP_FCGI_MAX_REQUESTS"));
                        if (max_requests < 0) {
-                               fprintf(stderr, "PHP_FCGI_MAX_REQUESTS is not valid\n");
-@@ -1490,7 +1595,7 @@
+@@ -1555,6 +1663,9 @@ consult the installation file that came with this distribution, or visit \n\
  
  #ifndef PHP_WIN32
        /* Pre-fork, if required */
--      if (getenv("PHP_FCGI_CHILDREN")) {
-+      if (!fpm && getenv("PHP_FCGI_CHILDREN")) {
-               children = atoi(getenv("PHP_FCGI_CHILDREN"));
-               if (children < 0) {
-                       fprintf(stderr, "PHP_FCGI_CHILDREN is not valid\n");
-@@ -1616,6 +1721,8 @@
++#if PHP_FASTCGI_PM
++      if (!fpm)
++#endif
+       if (getenv("PHP_FCGI_CHILDREN")) {
+               char * children_str = getenv("PHP_FCGI_CHILDREN");
+               children = atoi(children_str);
+@@ -1704,6 +1815,8 @@ consult the installation file that came with this distribution, or visit \n\
  #endif
  
  #if PHP_FASTCGI
@@ -40741,7 +469,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
                SG(server_context) = (void *) &request;
  #else
                SG(server_context) = (void *) 1; /* avoid server_context==NULL checks */
-@@ -1623,6 +1730,10 @@
+@@ -1711,6 +1824,10 @@ consult the installation file that came with this distribution, or visit \n\
                init_request_info(TSRMLS_C);
                CG(interactive) = 0;
  
@@ -40752,7 +480,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
                if (!cgi
  #if PHP_FASTCGI
                        && !fastcgi
-@@ -1914,6 +2025,10 @@
+@@ -1994,6 +2111,10 @@ consult the installation file that came with this distribution, or visit \n\
                        }
                }
  
@@ -40763,7 +491,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
                switch (behavior) {
                        case PHP_MODE_STANDARD:
                                php_execute_script(&file_handle TSRMLS_CC);
-@@ -1966,6 +2081,10 @@
+@@ -2046,6 +2167,10 @@ consult the installation file that came with this distribution, or visit \n\
  
  #if PHP_FASTCGI
  fastcgi_request_done:
@@ -40774,7 +502,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  #endif
                {
                        char *path_translated;
-@@ -1979,6 +2098,16 @@
+@@ -2059,6 +2184,16 @@ fastcgi_request_done:
                                SG(request_info).path_translated = path_translated;
                        }
  
@@ -40791,7 +519,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
                        php_request_shutdown((void *) 0);
                        if (exit_status == 0) {
                                exit_status = EG(exit_status);
-@@ -2016,15 +2145,20 @@
+@@ -2096,15 +2231,20 @@ fastcgi_request_done:
                                if (bindpath) {
                                        free(bindpath);
                                }
@@ -40816,10 +544,9 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/cgi_main.c php-5.2.6.fpm/sapi/cgi/cgi_main.
  #endif
  
                if (cgi_sapi_module.php_ini_path_override) {
-diff -Nru php-5.2.6.vanilla/sapi/cgi/config9.m4 php-5.2.6.fpm/sapi/cgi/config9.m4
---- php-5.2.6.vanilla/sapi/cgi/config9.m4      2007-07-12 03:20:36.000000000 +0400
-+++ php-5.2.6.fpm/sapi/cgi/config9.m4  2008-07-20 20:46:41.000000000 +0400
-@@ -22,6 +22,10 @@
+--- php-5.2.17/sapi/cgi/config9.m4~    2012-02-27 14:44:23.000000000 +0200
++++ php-5.2.17/sapi/cgi/config9.m4     2012-02-27 14:48:07.279580606 +0200
+@@ -22,6 +22,10 @@ PHP_ARG_ENABLE(path-info-check,,
  [  --disable-path-info-check CGI: If this is disabled, paths such as
                              /info.php/test?a=b will fail to work], yes, no)
  
@@ -40830,7 +557,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/config9.m4 php-5.2.6.fpm/sapi/cgi/config9.m
  dnl
  dnl CGI setup
  dnl
-@@ -54,6 +58,20 @@
+@@ -54,6 +58,20 @@ if test "$PHP_SAPI" = "default"; then
      AC_DEFINE_UNQUOTED(PHP_FASTCGI, $PHP_ENABLE_FASTCGI, [ ])
      AC_MSG_RESULT($PHP_FASTCGI)
  
@@ -40851,7 +578,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/config9.m4 php-5.2.6.fpm/sapi/cgi/config9.m
      dnl --enable-force-cgi-redirect
      AC_MSG_CHECKING(whether to force Apache CGI redirect)
      if test "$PHP_FORCE_CGI_REDIRECT" = "yes"; then
-@@ -93,10 +111,10 @@
+@@ -111,10 +111,10 @@
          BUILD_CGI="echo '\#! .' > php.sym && echo >>php.sym && nm -BCpg \`echo \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\") || (\$\$2 == \"B\")) && (substr(\$\$3,1,1) != \".\")) { print \$\$3 } }' | sort -u >> php.sym && \$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) -Wl,-brtl -Wl,-bE:php.sym \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
          ;;
        *darwin*)
@@ -40859,14 +586,14 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/config9.m4 php-5.2.6.fpm/sapi/cgi/config9.m
 +        BUILD_CGI="\$(CC) \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(NATIVE_RPATHS) \$(PHP_GLOBAL_OBJS:.lo=.o) \$(PHP_SAPI_OBJS:.lo=.o) \$(PHP_FRAMEWORKS) \$(EXTRA_LIBS) \$(SAPI_EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
        ;;
        *)
--        BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
-+        BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) \$(PHP_GLOBAL_OBJS) \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(SAPI_EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
+-        BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) libphp_common.la \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
++        BUILD_CGI="\$(LIBTOOL) --mode=link \$(CC) -export-dynamic \$(CFLAGS_CLEAN) \$(EXTRA_CFLAGS) \$(EXTRA_LDFLAGS_PROGRAM) \$(LDFLAGS) \$(PHP_RPATHS) libphp_common.la \$(PHP_SAPI_OBJS) \$(EXTRA_LIBS) \$(SAPI_EXTRA_LIBS) \$(ZEND_EXTRA_LIBS) -o \$(SAPI_CGI_PATH)"
        ;;
      esac
  
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
---- php-5.2.6.vanilla/sapi/cgi/fastcgi.c       2008-04-03 14:24:44.000000000 +0400
-+++ php-5.2.6.fpm/sapi/cgi/fastcgi.c   2008-05-15 23:37:01.000000000 +0400
+diff --git a/sapi/cgi/fastcgi.c b/sapi/cgi/fastcgi.c
+--- a/sapi/cgi/fastcgi.c
++++ b/sapi/cgi/fastcgi.c
 @@ -27,6 +27,11 @@
  #include <stdarg.h>
  #include <errno.h>
@@ -40879,7 +606,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
  #ifdef _WIN32
  
  #include <windows.h>
-@@ -240,6 +245,8 @@
+@@ -234,6 +239,8 @@ int fcgi_init(void)
                } else {
                        return is_fastcgi = 0;
                }
@@ -40888,7 +615,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
  #endif
        }
        return is_fastcgi;
-@@ -255,9 +262,24 @@
+@@ -249,14 +256,26 @@ int fcgi_is_fastcgi(void)
        }
  }
  
@@ -40904,16 +631,18 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
 +
  void fcgi_shutdown(void)
  {
+       if (is_initialized) {
+               zend_hash_destroy(&fcgi_mgmt_vars);
+       }
        is_fastcgi = 0;
 +
-+      if (allowed_clients) {
-+              free(allowed_clients);
+       if (allowed_clients) {
+               free(allowed_clients);
 +              allowed_clients = 0;
-+      }
+       }
  }
  
- #ifdef _WIN32
-@@ -330,6 +352,41 @@
+@@ -330,6 +349,41 @@ out_fail:
  }
  #endif
  
@@ -40955,46 +684,46 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
  static int is_port_number(const char *bindpath)
  {
        while (*bindpath) {
-@@ -458,38 +515,6 @@
+@@ -458,38 +512,6 @@ int fcgi_listen(const char *path, int backlog)
  
        if (!tcp) {
                chmod(path, 0777);
 -      } else {
--          char *ip = getenv("FCGI_WEB_SERVER_ADDRS");
--          char *cur, *end;
--          int n;
--          
--          if (ip) {
--              ip = strdup(ip);
--              cur = ip;
--              n = 0;
--              while (*cur) {
--                      if (*cur == ',') n++;
--                      cur++;
--              }
--              allowed_clients = malloc(sizeof(in_addr_t) * (n+2));
--              n = 0;
--              cur = ip;
--              while (cur) {
--                      end = strchr(cur, ',');
--                      if (end) {
--                              *end = 0;
--                              end++;
--                      }
--                      allowed_clients[n] = inet_addr(cur);
--                      if (allowed_clients[n] == INADDR_NONE) {
+-                      char *ip = getenv("FCGI_WEB_SERVER_ADDRS");
+-                      char *cur, *end;
+-                      int n;
+-                      
+-                      if (ip) {
+-                              ip = strdup(ip);
+-                              cur = ip;
+-                              n = 0;
+-                              while (*cur) {
+-                                      if (*cur == ',') n++;
+-                                      cur++;
+-                              }
+-                              allowed_clients = malloc(sizeof(in_addr_t) * (n+2));
+-                              n = 0;
+-                              cur = ip;
+-                              while (cur) {
+-                                      end = strchr(cur, ',');
+-                                      if (end) {
+-                                              *end = 0;
+-                                              end++;
+-                                      }
+-                                      allowed_clients[n] = inet_addr(cur);
+-                                      if (allowed_clients[n] == INADDR_NONE) {
 -                                      fprintf(stderr, "Wrong IP address '%s' in FCGI_WEB_SERVER_ADDRS\n", cur);
--                      }
--                      n++;
--                      cur = end;
--              }
--              allowed_clients[n] = INADDR_NONE;
+-                                      }
+-                                      n++;
+-                                      cur = end;
+-                              }
+-                              allowed_clients[n] = INADDR_NONE;
 -                      free(ip);
 -              }
        }
  
        if (!is_initialized) {
-@@ -829,7 +854,7 @@
+@@ -866,7 +888,7 @@ int fcgi_read(fcgi_request *req, char *str, int len)
        return n;
  }
  
@@ -41003,7 +732,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
  {
        if (destroy) {
                zend_hash_destroy(&req->env);
-@@ -869,6 +894,10 @@
+@@ -906,6 +928,10 @@ static inline void fcgi_close(fcgi_request *req, int force, int destroy)
                close(req->fd);
  #endif
                req->fd = -1;
@@ -41014,7 +743,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
        }
  }
  
-@@ -916,6 +945,10 @@
+@@ -953,6 +979,10 @@ int fcgi_accept_request(fcgi_request *req)
                                        sa_t sa;
                                        socklen_t len = sizeof(sa);
  
@@ -41025,7 +754,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
                                        FCGI_LOCK(req->listen_socket);
                                        req->fd = accept(listen_socket, (struct sockaddr *)&sa, &len);
                                        FCGI_UNLOCK(req->listen_socket);
-@@ -951,6 +984,11 @@
+@@ -988,6 +1018,11 @@ int fcgi_accept_request(fcgi_request *req)
                                break;
  #else
                                if (req->fd >= 0) {
@@ -41037,10 +766,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.c php-5.2.6.fpm/sapi/cgi/fastcgi.c
  #if defined(HAVE_SYS_POLL_H) && defined(HAVE_POLL)
                                        struct pollfd fds;
                                        int ret;
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.h php-5.2.6.fpm/sapi/cgi/fastcgi.h
---- php-5.2.6.vanilla/sapi/cgi/fastcgi.h       2007-12-31 10:20:16.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fastcgi.h   2008-05-01 20:42:06.000000000 +0400
-@@ -114,6 +114,9 @@
+diff --git a/sapi/cgi/fastcgi.h b/sapi/cgi/fastcgi.h
+--- a/sapi/cgi/fastcgi.h
++++ b/sapi/cgi/fastcgi.h
+@@ -114,6 +114,9 @@ typedef struct _fcgi_request {
  int fcgi_init(void);
  void fcgi_shutdown(void);
  int fcgi_is_fastcgi(void);
@@ -41050,7 +779,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.h php-5.2.6.fpm/sapi/cgi/fastcgi.h
  int fcgi_in_shutdown(void);
  int fcgi_listen(const char *path, int backlog);
  void fcgi_init_request(fcgi_request *req, int listen_socket);
-@@ -128,6 +131,8 @@
+@@ -128,6 +131,8 @@ int fcgi_read(fcgi_request *req, char *str, int len);
  int fcgi_write(fcgi_request *req, fcgi_request_type type, const char *str, int len);
  int fcgi_flush(fcgi_request *req, int close);
  
@@ -41059,10 +788,37 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fastcgi.h php-5.2.6.fpm/sapi/cgi/fastcgi.h
  #ifdef PHP_WIN32
  void fcgi_impersonate(void);
  #endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/acinclude.m4 php-5.2.6.fpm/sapi/cgi/fpm/acinclude.m4
---- php-5.2.6.vanilla/sapi/cgi/fpm/acinclude.m4        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/acinclude.m4    2008-07-21 06:39:38.000000000 +0400
-@@ -0,0 +1,383 @@
+diff --git a/sapi/cgi/fpm/Makefile.frag b/sapi/cgi/fpm/Makefile.frag
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/Makefile.frag
+@@ -0,0 +1,21 @@
++
++install-fpm: sapi/cgi/fpm/php-fpm.conf sapi/cgi/fpm/php-fpm
++      @echo "Installing FPM config:            $(INSTALL_ROOT)$(php_fpm_conf_path)"
++      -@$(mkinstalldirs) \
++              $(INSTALL_ROOT)$(prefix)/sbin \
++              `dirname "$(INSTALL_ROOT)$(php_fpm_conf_path)"` \
++              `dirname "$(INSTALL_ROOT)$(php_fpm_log_path)"` \
++              `dirname "$(INSTALL_ROOT)$(php_fpm_pid_path)"`
++      -@if test -r "$(INSTALL_ROOT)$(php_fpm_conf_path)" ; then \
++              dest=`basename "$(php_fpm_conf_path)"`.default ; \
++              echo "                                  (installing as $$dest)" ; \
++      else \
++              dest=`basename "$(php_fpm_conf_path)"` ; \
++      fi ; \
++      $(INSTALL_DATA) $(top_builddir)/sapi/cgi/fpm/php-fpm.conf $(INSTALL_ROOT)`dirname "$(php_fpm_conf_path)"`/$$dest
++      @echo "Installing init.d script:         $(INSTALL_ROOT)$(prefix)/sbin/php-fpm"
++      -@$(INSTALL) -m 0755 $(top_builddir)/sapi/cgi/fpm/php-fpm $(INSTALL_ROOT)$(prefix)/sbin/php-fpm
++
++$(top_builddir)/libevent/libevent.a: $(top_builddir)/libevent/Makefile
++      cd $(top_builddir)/libevent && $(MAKE) libevent.a
++
+diff --git a/sapi/cgi/fpm/acinclude.m4 b/sapi/cgi/fpm/acinclude.m4
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/acinclude.m4
+@@ -0,0 +1,377 @@
 +
 +AC_DEFUN([AC_FPM_CHECK_FUNC],
 +[
@@ -41184,7 +940,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/acinclude.m4 php-5.2.6.fpm/sapi/cgi/fpm
 +
 +      AC_MSG_CHECKING([for clock_gettime])
 +
-+      AC_TRY_COMPILE([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
++      AC_TRY_LINK([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
 +              have_clock_gettime=yes
 +              AC_MSG_RESULT([yes])
 +      ], [
@@ -41197,7 +953,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/acinclude.m4 php-5.2.6.fpm/sapi/cgi/fpm
 +              SAVED_LIBS="$LIBS"
 +              LIBS="$LIBS -lrt"
 +
-+              AC_TRY_COMPILE([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
++              AC_TRY_LINK([ #include <time.h> ], [struct timespec ts; clock_gettime(CLOCK_MONOTONIC, &ts);], [
 +                      have_clock_gettime=yes
 +                      AC_MSG_RESULT([yes])
 +              ], [
@@ -41419,18 +1175,12 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/acinclude.m4 php-5.2.6.fpm/sapi/cgi/fpm
 +              AC_DEFINE_UNQUOTED([PROC_MEM_FILE], "$proc_mem_file", [/proc/pid/mem interface])
 +      fi
 +
-+      FPM_TRACE_SRCS=""
-+
 +      if test "$have_ptrace" = "yes"; then
-+              FPM_TRACE_SRCS="fpm_trace_ptrace.c"
++              FPM_SOURCES="$FPM_SOURCES fpm_trace.c fpm_trace_ptrace.c"
 +      elif test -n "$proc_mem_file"; then
-+              FPM_TRACE_SRCS="fpm_trace_pread.c"
++              FPM_SOURCES="$FPM_SOURCES fpm_trace.c fpm_trace_pread.c"
 +      elif test "$have_mach_vm_read" = "yes" ; then
-+              FPM_TRACE_SRCS="fpm_trace_mach.c"
-+      fi
-+
-+      if test -n "$FPM_TRACE_SRCS"; then
-+              FPM_TRACE_SRCS="fpm_trace.c $FPM_TRACE_SRCS"
++              FPM_SOURCES="$FPM_SOURCES fpm_trace.c fpm_trace_mach.c"
 +      fi
 +
 +])
@@ -41446,9 +1196,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/acinclude.m4 php-5.2.6.fpm/sapi/cgi/fpm
 +              AC_MSG_RESULT([no])
 +      ])
 +])
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/conf/php-fpm.conf.in php-5.2.6.fpm/sapi/cgi/fpm/conf/php-fpm.conf.in
---- php-5.2.6.vanilla/sapi/cgi/fpm/conf/php-fpm.conf.in        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/conf/php-fpm.conf.in    2008-05-23 00:53:15.000000000 +0400
+diff --git a/sapi/cgi/fpm/conf/php-fpm.conf.in b/sapi/cgi/fpm/conf/php-fpm.conf.in
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/conf/php-fpm.conf.in
 @@ -0,0 +1,156 @@
 +<?xml version="1.0" ?>
 +<configuration>
@@ -41606,12 +1357,13 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/conf/php-fpm.conf.in php-5.2.6.fpm/sapi
 +      </workers>
 +
 +</configuration>
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/config.m4 php-5.2.6.fpm/sapi/cgi/fpm/config.m4
---- php-5.2.6.vanilla/sapi/cgi/fpm/config.m4   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/config.m4       2008-09-19 05:22:37.000000000 +0400
-@@ -0,0 +1,145 @@
+diff --git a/sapi/cgi/fpm/config.m4 b/sapi/cgi/fpm/config.m4
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/config.m4
+@@ -0,0 +1,117 @@
 +
-+FPM_VERSION="0.5.9"
++FPM_VERSION="0.5.14"
 +
 +PHP_ARG_WITH(fpm-conf, for php-fpm config file path,
 +[  --with-fpm-conf=PATH        Set the path for php-fpm configuration file [PREFIX/etc/php-fpm.conf]], \$prefix/etc/php-fpm.conf, no)
@@ -41622,18 +1374,6 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/config.m4 php-5.2.6.fpm/sapi/cgi/fpm/co
 +PHP_ARG_WITH(fpm-pid, for php-fpm pid file path,
 +[  --with-fpm-pid=PATH         Set the path for php-fpm pid file [PREFIX/logs/php-fpm.pid]], \$prefix/logs/php-fpm.pid, no)
 +
-+dnl AC_FPM_LIBEVENT
-+AC_FPM_LIBXML
-+AC_FPM_PRCTL
-+AC_FPM_CLOCK
-+AC_FPM_TRACE
-+dnl AC_FPM_JUDY
-+
-+LIBEVENT_CFLAGS="-I$abs_srcdir/libevent"
-+LIBEVENT_LIBS="$abs_builddir/libevent/libevent.a"
-+
-+SAPI_EXTRA_DEPS="$LIBEVENT_LIBS"
-+
 +FPM_SOURCES="fpm.c \
 +      fpm_conf.c \
 +      fpm_signals.c \
@@ -41647,7 +1387,6 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/config.m4 php-5.2.6.fpm/sapi/cgi/fpm/co
 +      fpm_events.c \
 +      fpm_php.c \
 +      fpm_php_trace.c \
-+      $FPM_TRACE_SRCS \
 +      fpm_process_ctl.c \
 +      fpm_request.c \
 +      fpm_clock.c \
@@ -41656,6 +1395,18 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/config.m4 php-5.2.6.fpm/sapi/cgi/fpm/co
 +      xml_config.c \
 +      zlog.c"
 +
++dnl AC_FPM_LIBEVENT
++AC_FPM_LIBXML
++AC_FPM_PRCTL
++AC_FPM_CLOCK
++AC_FPM_TRACE
++dnl AC_FPM_JUDY
++
++LIBEVENT_CFLAGS=""
++LIBEVENT_LIBS="-levent"
++
++SAPI_EXTRA_DEPS="$LIBEVENT_LIBS"
++
 +FPM_CFLAGS="$LIBEVENT_CFLAGS $LIBXML_CFLAGS $JUDY_CFLAGS"
 +
 +dnl FPM_CFLAGS="$FPM_CFLAGS -DJUDYERROR_NOTEST" # for Judy
@@ -41681,83 +1432,182 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/config.m4 php-5.2.6.fpm/sapi/cgi/fpm/co
 +
 +install_fpm="install-fpm"
 +
-+PHP_CONFIGURE_PART(Configuring libevent)
++SAPI_EXTRA_LIBS="$LIBEVENT_LIBS $LIBXML_LIBS $JUDY_LIBS"
++
++
++if test "$prefix" = "NONE" ; then
++      fpm_prefix=/usr/local
++else
++      fpm_prefix="$prefix"
++fi
++
++if test "$PHP_FPM_CONF" = "\$prefix/etc/php-fpm.conf" ; then
++      php_fpm_conf_path="$fpm_prefix/etc/php-fpm.conf"
++else
++      php_fpm_conf_path="$PHP_FPM_CONF"
++fi
++
++if test "$PHP_FPM_LOG" = "\$prefix/logs/php-fpm.log" ; then
++      php_fpm_log_path="$fpm_prefix/logs/php-fpm.log"
++else
++      php_fpm_log_path="$PHP_FPM_LOG"
++fi
++
++if test "$PHP_FPM_PID" = "\$prefix/logs/php-fpm.pid" ; then
++      php_fpm_pid_path="$fpm_prefix/logs/php-fpm.pid"
++else
++      php_fpm_pid_path="$PHP_FPM_PID"
++fi
++
++
++if grep nobody /etc/group >/dev/null 2>&1; then
++      php_fpm_group=nobody
++else
++      if grep nogroup /etc/group >/dev/null 2>&1; then
++              php_fpm_group=nogroup
++      else
++              php_fpm_group=nobody
++      fi
++fi
++
++PHP_SUBST_OLD(php_fpm_conf_path)
++PHP_SUBST_OLD(php_fpm_log_path)
++PHP_SUBST_OLD(php_fpm_pid_path)
++PHP_SUBST_OLD(php_fpm_group)
++PHP_SUBST_OLD(FPM_VERSION)
++
++PHP_OUTPUT(sapi/cgi/fpm/fpm_autoconf.h)
++PHP_OUTPUT(sapi/cgi/fpm/php-fpm.conf:sapi/cgi/fpm/conf/php-fpm.conf.in)
++PHP_OUTPUT(sapi/cgi/fpm/php-fpm:sapi/cgi/fpm/init.d/php-fpm.in)
+diff --git a/sapi/cgi/fpm/fpm.c b/sapi/cgi/fpm/fpm.c
+new file mode 100644
+index 0000000..9db2c9b
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm.c
+@@ -0,0 +1,84 @@
++
++      /* $Id$ */
++      /* (c) 2007,2008 Andrei Nigmatulin */
++
++#include "fpm_config.h"
++
++#include <stdlib.h> /* for exit */
++
++#include "fpm.h"
++#include "fpm_children.h"
++#include "fpm_signals.h"
++#include "fpm_env.h"
++#include "fpm_events.h"
++#include "fpm_cleanup.h"
++#include "fpm_php.h"
++#include "fpm_sockets.h"
++#include "fpm_unix.h"
++#include "fpm_process_ctl.h"
++#include "fpm_conf.h"
++#include "fpm_worker_pool.h"
++#include "fpm_stdio.h"
++#include "zlog.h"
++
++int fpm;
++
++struct fpm_globals_s fpm_globals;
++
++int fpm_init(int argc, char **argv, char *config)
++{
++      fpm_globals.argc = argc;
++      fpm_globals.argv = argv;
++      fpm_globals.config = config;
++
++      if (0 > fpm_php_init_main()              ||
++              0 > fpm_stdio_init_main()            ||
++              0 > fpm_conf_init_main()             ||
++              0 > fpm_unix_init_main()             ||
++              0 > fpm_env_init_main()              ||
++              0 > fpm_signals_init_main()          ||
++              0 > fpm_pctl_init_main()             ||
++              0 > fpm_children_init_main()         ||
++              0 > fpm_sockets_init_main()          ||
++              0 > fpm_worker_pool_init_main()      ||
++              0 > fpm_event_init_main()) {
++              return -1;
++      }
++
++      if (0 > fpm_conf_write_pid()) {
++              return -1;
++      }
++
++      zlog(ZLOG_STUFF, ZLOG_NOTICE, "fpm is running, pid %d", (int) fpm_globals.parent_pid);
 +
-+test -d "$abs_builddir/libevent" || mkdir -p $abs_builddir/libevent
++      return 0;
++}
 +
-+dnl this is a bad hack
++/*    children: return listening socket
++      parent: never return */
++int fpm_run(int *max_requests)
++{
++      struct fpm_worker_pool_s *wp;
 +
-+chmod +x "$abs_srcdir/libevent/configure" \
-+              "$abs_srcdir/libevent/config.guess" \
-+              "$abs_srcdir/libevent/config.sub" \
-+              "$abs_srcdir/libevent/depcomp" \
-+              "$abs_srcdir/libevent/install-sh" \
-+              "$abs_srcdir/libevent/missing" \
-+              "$abs_srcdir/libevent/mkinstalldirs"
++      /* create initial children in all pools */
++      for (wp = fpm_worker_all_pools; wp; wp = wp->next) {
++              int is_parent;
 +
-+libevent_configure="cd $abs_builddir/libevent ; CFLAGS=\"$CFLAGS $GCC_CFLAGS\" $abs_srcdir/libevent/configure --disable-shared"
++              is_parent = fpm_children_create_initial(wp);
 +
-+(eval $libevent_configure)
++              if (!is_parent) {
++                      goto run_child;
++              }
++      }
 +
-+if test ! -f "$abs_builddir/libevent/Makefile" ; then
-+      echo "Failed to configure libevent" >&2
-+      exit 1
-+fi
++      /* run event loop forever */
++      fpm_event_loop();
 +
-+dnl another hack for stealing libevent dependant library list
++run_child: /* only workers reach this point */
 +
-+LIBEVENT_LIBS="$LIBEVENT_LIBS `echo "@LIBS@" | $abs_builddir/libevent/config.status --file=-:-`"
++      fpm_cleanups_run(FPM_CLEANUP_CHILD);
 +
-+SAPI_EXTRA_LIBS="$LIBEVENT_LIBS $LIBXML_LIBS $JUDY_LIBS"
++      *max_requests = fpm_globals.max_requests;
++      return fpm_globals.listening_socket;
++}
 +
+diff --git a/sapi/cgi/fpm/fpm.h b/sapi/cgi/fpm/fpm.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm.h
+@@ -0,0 +1,30 @@
 +
-+if test "$prefix" = "NONE" ; then
-+      fpm_prefix=/usr/local
-+else
-+      fpm_prefix="$prefix"
-+fi
++      /* $Id$ */
++      /* (c) 2007,2008 Andrei Nigmatulin */
 +
-+if test "$PHP_FPM_CONF" = "\$prefix/etc/php-fpm.conf" ; then
-+      php_fpm_conf_path="$fpm_prefix/etc/php-fpm.conf"
-+else
-+      php_fpm_conf_path="$PHP_FPM_CONF"
-+fi
++#ifndef FPM_H
++#define FPM_H 1
 +
-+if test "$PHP_FPM_LOG" = "\$prefix/logs/php-fpm.log" ; then
-+      php_fpm_log_path="$fpm_prefix/logs/php-fpm.log"
-+else
-+      php_fpm_log_path="$PHP_FPM_LOG"
-+fi
++#include <unistd.h>
 +
-+if test "$PHP_FPM_PID" = "\$prefix/logs/php-fpm.pid" ; then
-+      php_fpm_pid_path="$fpm_prefix/logs/php-fpm.pid"
-+else
-+      php_fpm_pid_path="$PHP_FPM_PID"
-+fi
++int fpm_run(int *max_requests);
++int fpm_init(int argc, char **argv, char *config);
 +
++struct fpm_globals_s {
++      pid_t parent_pid;
++      int argc;
++      char **argv;
++      char *config;
++      int running_children;
++      int error_log_fd;
++      int log_level;
++      int listening_socket; /* for this child */
++      int max_requests; /* for this child */
++      int is_child;
++};
 +
-+if grep nobody /etc/group >/dev/null 2>&1; then
-+      php_fpm_group=nobody
-+else
-+      if grep nogroup /etc/group >/dev/null 2>&1; then
-+              php_fpm_group=nogroup
-+      else
-+              php_fpm_group=nobody
-+      fi
-+fi
++extern struct fpm_globals_s fpm_globals;
 +
-+PHP_SUBST_OLD(php_fpm_conf_path)
-+PHP_SUBST_OLD(php_fpm_log_path)
-+PHP_SUBST_OLD(php_fpm_pid_path)
-+PHP_SUBST_OLD(php_fpm_group)
-+PHP_SUBST_OLD(FPM_VERSION)
++extern int fpm;
 +
-+PHP_OUTPUT(sapi/cgi/fpm/fpm_autoconf.h)
-+PHP_OUTPUT(sapi/cgi/fpm/php-fpm.conf:sapi/cgi/fpm/conf/php-fpm.conf.in)
-+PHP_OUTPUT(sapi/cgi/fpm/php-fpm:sapi/cgi/fpm/init.d/php-fpm.in)
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_arrays.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_arrays.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_arrays.h        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_arrays.h    2008-05-24 21:38:47.000000000 +0400
++#endif
+diff --git a/sapi/cgi/fpm/fpm_arrays.h b/sapi/cgi/fpm/fpm_arrays.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_arrays.h
 @@ -0,0 +1,110 @@
 +
 +      /* $Id$ */
@@ -41869,9 +1719,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_arrays.h php-5.2.6.fpm/sapi/cgi/fpm
 +}
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_atomic.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_atomic.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_atomic.h        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_atomic.h    2008-09-19 03:34:11.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_atomic.h b/sapi/cgi/fpm/fpm_atomic.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_atomic.h
 @@ -0,0 +1,85 @@
 +
 +      /* $Id$ */
@@ -41958,9 +1809,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_atomic.h php-5.2.6.fpm/sapi/cgi/fpm
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_autoconf.h.in php-5.2.6.fpm/sapi/cgi/fpm/fpm_autoconf.h.in
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_autoconf.h.in   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_autoconf.h.in       2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_autoconf.h.in b/sapi/cgi/fpm/fpm_autoconf.h.in
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_autoconf.h.in
 @@ -0,0 +1,9 @@
 +
 +      /* $Id$ */
@@ -41971,98 +1823,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_autoconf.h.in php-5.2.6.fpm/sapi/cg
 +#define PHP_FPM_LOG_PATH  "@php_fpm_log_path@"
 +#define PHP_FPM_PID_PATH  "@php_fpm_pid_path@"
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm.c php-5.2.6.fpm/sapi/cgi/fpm/fpm.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm.c       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm.c   2008-07-20 20:38:31.000000000 +0400
-@@ -0,0 +1,84 @@
-+
-+      /* $Id$ */
-+      /* (c) 2007,2008 Andrei Nigmatulin */
-+
-+#include "fpm_config.h"
-+
-+#include <stdlib.h> /* for exit */
-+
-+#include "fpm.h"
-+#include "fpm_children.h"
-+#include "fpm_signals.h"
-+#include "fpm_env.h"
-+#include "fpm_events.h"
-+#include "fpm_cleanup.h"
-+#include "fpm_php.h"
-+#include "fpm_sockets.h"
-+#include "fpm_unix.h"
-+#include "fpm_process_ctl.h"
-+#include "fpm_conf.h"
-+#include "fpm_worker_pool.h"
-+#include "fpm_stdio.h"
-+#include "zlog.h"
-+
-+int fpm;
-+
-+struct fpm_globals_s fpm_globals;
-+
-+int fpm_init(int argc, char **argv, char *config)
-+{
-+      fpm_globals.argc = argc;
-+      fpm_globals.argv = argv;
-+      fpm_globals.config = config;
-+
-+      if (0 > fpm_php_init_main()              ||
-+              0 > fpm_stdio_init_main()            ||
-+              0 > fpm_conf_init_main()             ||
-+              0 > fpm_unix_init_main()             ||
-+              0 > fpm_env_init_main()              ||
-+              0 > fpm_signals_init_main()          ||
-+              0 > fpm_pctl_init_main()             ||
-+              0 > fpm_children_init_main()         ||
-+              0 > fpm_sockets_init_main()          ||
-+              0 > fpm_worker_pool_init_main()      ||
-+              0 > fpm_event_init_main()) {
-+              return -1;
-+      }
-+
-+      if (0 > fpm_conf_write_pid()) {
-+              return -1;
-+      }
-+
-+      zlog(ZLOG_STUFF, ZLOG_NOTICE, "fpm is running, pid %d", (int) fpm_globals.parent_pid);
-+
-+      return 0;
-+}
-+
-+/*    children: return listening socket
-+      parent: never return */
-+int fpm_run(int *max_requests)
-+{
-+      struct fpm_worker_pool_s *wp;
-+
-+      /* create initial children in all pools */
-+      for (wp = fpm_worker_all_pools; wp; wp = wp->next) {
-+              int is_parent;
-+
-+              is_parent = fpm_children_create_initial(wp);
-+
-+              if (!is_parent) {
-+                      goto run_child;
-+              }
-+      }
-+
-+      /* run event loop forever */
-+      fpm_event_loop();
-+
-+run_child: /* only workers reach this point */
-+
-+      fpm_cleanups_run(FPM_CLEANUP_CHILD);
-+
-+      *max_requests = fpm_globals.max_requests;
-+      return fpm_globals.listening_socket;
-+}
-+
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_children.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_children.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_children.c      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_children.c  2008-08-26 19:09:15.000000000 +0400
-@@ -0,0 +1,383 @@
+diff --git a/sapi/cgi/fpm/fpm_children.c b/sapi/cgi/fpm/fpm_children.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_children.c
+@@ -0,0 +1,385 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -42291,12 +2056,12 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_children.c php-5.2.6.fpm/sapi/cgi/f
 +
 +                              last_faults[fault++] = now;
 +
-+                              if (fault == fpm_global_options.emergency_restart_threshold) {
++                              if (fault == fpm_global_config.emergency_restart_threshold) {
 +                                      fault = 0;
 +                              }
 +
-+                              for (i = 0; i < fpm_global_options.emergency_restart_threshold; i++) {
-+                                      if (now - last_faults[i] > fpm_global_options.emergency_restart_interval) {
++                              for (i = 0; i < fpm_global_config.emergency_restart_threshold; i++) {
++                                      if (now - last_faults[i] > fpm_global_config.emergency_restart_interval) {
 +                                              restart_condition = 0;
 +                                              break;
 +                                      }
@@ -42305,7 +2070,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_children.c php-5.2.6.fpm/sapi/cgi/f
 +                              if (restart_condition) {
 +
 +                                      zlog(ZLOG_STUFF, ZLOG_WARNING, "failed processes threshold (%d in %d sec) is reached, initiating reload",
-+                                              fpm_global_options.emergency_restart_threshold, fpm_global_options.emergency_restart_interval);
++                                              fpm_global_config.emergency_restart_threshold, fpm_global_config.emergency_restart_interval);
 +
 +                                      fpm_pctl(FPM_PCTL_STATE_RELOADING, FPM_PCTL_ACTION_SET);
 +                              }
@@ -42429,26 +2194,29 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_children.c php-5.2.6.fpm/sapi/cgi/f
 +
 +int fpm_children_init_main()
 +{
-+      if (fpm_global_options.emergency_restart_threshold &&
-+              fpm_global_options.emergency_restart_interval) {
++      if (fpm_global_config.emergency_restart_threshold &&
++              fpm_global_config.emergency_restart_interval) {
 +
-+              last_faults = malloc(sizeof(time_t) * fpm_global_options.emergency_restart_threshold);
++              last_faults = malloc(sizeof(time_t) * fpm_global_config.emergency_restart_threshold);
 +
 +              if (!last_faults) {
 +                      return -1;
 +              }
 +
-+              memset(last_faults, 0, sizeof(time_t) * fpm_global_options.emergency_restart_threshold);
++              memset(last_faults, 0, sizeof(time_t) * fpm_global_config.emergency_restart_threshold);
 +      }
 +
-+      fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_children_cleanup, 0);
++      if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_children_cleanup, 0)) {
++              return -1;
++      }
 +
 +      return 0;
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_children.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_children.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_children.h      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_children.h  2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_children.h b/sapi/cgi/fpm/fpm_children.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_children.h
 @@ -0,0 +1,33 @@
 +
 +      /* $Id$ */
@@ -42483,9 +2251,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_children.h php-5.2.6.fpm/sapi/cgi/f
 +};
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_cleanup.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_cleanup.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_cleanup.c       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_cleanup.c   2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_cleanup.c b/sapi/cgi/fpm/fpm_cleanup.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_cleanup.c
 @@ -0,0 +1,51 @@
 +
 +      /* $Id$ */
@@ -42538,9 +2307,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_cleanup.c php-5.2.6.fpm/sapi/cgi/fp
 +      fpm_array_free(&cleanups);
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_cleanup.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_cleanup.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_cleanup.h       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_cleanup.h   2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_cleanup.h b/sapi/cgi/fpm/fpm_cleanup.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_cleanup.h
 @@ -0,0 +1,21 @@
 +
 +      /* $Id$ */
@@ -42563,9 +2333,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_cleanup.h php-5.2.6.fpm/sapi/cgi/fp
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_clock.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_clock.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_clock.c 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_clock.c     2008-09-19 03:19:59.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_clock.c b/sapi/cgi/fpm/fpm_clock.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_clock.c
 @@ -0,0 +1,115 @@
 +
 +      /* $Id$ */
@@ -42682,9 +2453,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_clock.c php-5.2.6.fpm/sapi/cgi/fpm/
 +}
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_clock.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_clock.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_clock.h 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_clock.h     2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_clock.h b/sapi/cgi/fpm/fpm_clock.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_clock.h
 @@ -0,0 +1,13 @@
 +
 +      /* $Id$ */
@@ -42699,10 +2471,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_clock.h php-5.2.6.fpm/sapi/cgi/fpm/
 +int fpm_clock_get(struct timeval *tv);
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_conf.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c  1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_conf.c      2008-09-19 04:54:15.000000000 +0400
-@@ -0,0 +1,530 @@
+diff --git a/sapi/cgi/fpm/fpm_conf.c b/sapi/cgi/fpm/fpm_conf.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_conf.c
+@@ -0,0 +1,532 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -42730,11 +2503,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +#include "zlog.h"
 +
 +
-+struct fpm_options_s fpm_global_options;
++struct fpm_global_config_s fpm_global_config;
 +
-+static void *fpm_global_options_ptr()
++static void *fpm_global_config_ptr()
 +{
-+      return &fpm_global_options;
++      return &fpm_global_config;
 +}
 +
 +static char *fpm_conf_set_log_level(void **conf, char *name, void *vv, intptr_t offset)
@@ -42764,15 +2537,15 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +}
 +
 +static struct xml_conf_section xml_section_fpm_global_options = {
-+      .conf = &fpm_global_options_ptr,
++      .conf = &fpm_global_config_ptr,
 +      .path = "/configuration/global_options",
 +      .parsers = (struct xml_value_parser []) {
-+              { XML_CONF_SCALAR,      "emergency_restart_threshold",          &xml_conf_set_slot_integer,             offsetof(struct fpm_options_s, emergency_restart_threshold) },
-+              { XML_CONF_SCALAR,      "emergency_restart_interval",           &xml_conf_set_slot_time,                offsetof(struct fpm_options_s, emergency_restart_interval) },
-+              { XML_CONF_SCALAR,      "process_control_timeout",                      &xml_conf_set_slot_time,                offsetof(struct fpm_options_s, process_control_timeout) },
-+              { XML_CONF_SCALAR,      "daemonize",                                            &xml_conf_set_slot_boolean,             offsetof(struct fpm_options_s, daemonize) },
-+              { XML_CONF_SCALAR,      "pid_file",                                                     &xml_conf_set_slot_string,              offsetof(struct fpm_options_s, pid_file) },
-+              { XML_CONF_SCALAR,      "error_log",                                            &xml_conf_set_slot_string,              offsetof(struct fpm_options_s, error_log) },
++              { XML_CONF_SCALAR,      "emergency_restart_threshold",          &xml_conf_set_slot_integer,             offsetof(struct fpm_global_config_s, emergency_restart_threshold) },
++              { XML_CONF_SCALAR,      "emergency_restart_interval",           &xml_conf_set_slot_time,                offsetof(struct fpm_global_config_s, emergency_restart_interval) },
++              { XML_CONF_SCALAR,      "process_control_timeout",                      &xml_conf_set_slot_time,                offsetof(struct fpm_global_config_s, process_control_timeout) },
++              { XML_CONF_SCALAR,      "daemonize",                                            &xml_conf_set_slot_boolean,             offsetof(struct fpm_global_config_s, daemonize) },
++              { XML_CONF_SCALAR,      "pid_file",                                                     &xml_conf_set_slot_string,              offsetof(struct fpm_global_config_s, pid_file) },
++              { XML_CONF_SCALAR,      "error_log",                                            &xml_conf_set_slot_string,              offsetof(struct fpm_global_config_s, error_log) },
 +              { XML_CONF_SCALAR,  "log_level",                                                &fpm_conf_set_log_level,                0 },
 +              { 0, 0, 0, 0 }
 +      }
@@ -43134,10 +2907,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +
 +int fpm_conf_unlink_pid()
 +{
-+      if (fpm_global_options.pid_file) {
++      if (fpm_global_config.pid_file) {
 +
-+              if (0 > unlink(fpm_global_options.pid_file)) {
-+                      zlog(ZLOG_STUFF, ZLOG_SYSERROR, "unlink(\"%s\") failed", fpm_global_options.pid_file);
++              if (0 > unlink(fpm_global_config.pid_file)) {
++                      zlog(ZLOG_STUFF, ZLOG_SYSERROR, "unlink(\"%s\") failed", fpm_global_config.pid_file);
 +                      return -1;
 +              }
 +
@@ -43150,16 +2923,16 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +{
 +      int fd;
 +
-+      if (fpm_global_options.pid_file) {
++      if (fpm_global_config.pid_file) {
 +              char buf[64];
 +              int len;
 +
-+              unlink(fpm_global_options.pid_file);
++              unlink(fpm_global_config.pid_file);
 +
-+              fd = creat(fpm_global_options.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
++              fd = creat(fpm_global_config.pid_file, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
 +
 +              if (fd < 0) {
-+                      zlog(ZLOG_STUFF, ZLOG_SYSERROR, "creat(\"%s\") failed", fpm_global_options.pid_file);
++                      zlog(ZLOG_STUFF, ZLOG_SYSERROR, "creat(\"%s\") failed", fpm_global_config.pid_file);
 +                      return -1;
 +              }
 +
@@ -43178,15 +2951,15 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +
 +static int fpm_conf_post_process()
 +{
-+      if (fpm_global_options.pid_file) {
-+              fpm_evaluate_full_path(&fpm_global_options.pid_file);
++      if (fpm_global_config.pid_file) {
++              fpm_evaluate_full_path(&fpm_global_config.pid_file);
 +      }
 +
-+      if (!fpm_global_options.error_log) {
-+              fpm_global_options.error_log = strdup(PHP_FPM_LOG_PATH);
++      if (!fpm_global_config.error_log) {
++              fpm_global_config.error_log = strdup(PHP_FPM_LOG_PATH);
 +      }
 +
-+      fpm_evaluate_full_path(&fpm_global_options.error_log);
++      fpm_evaluate_full_path(&fpm_global_config.error_log);
 +
 +      if (0 > fpm_stdio_open_error_log(0)) {
 +              return -1;
@@ -43197,10 +2970,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +
 +static void fpm_conf_cleanup(int which, void *arg)
 +{
-+      free(fpm_global_options.pid_file);
-+      free(fpm_global_options.error_log);
-+      fpm_global_options.pid_file = 0;
-+      fpm_global_options.error_log = 0;
++      free(fpm_global_config.pid_file);
++      free(fpm_global_config.error_log);
++      fpm_global_config.pid_file = 0;
++      fpm_global_config.error_log = 0;
 +}
 +
 +int fpm_conf_init_main()
@@ -43229,13 +3002,16 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +
 +      xml_conf_clean();
 +
-+      fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_conf_cleanup, 0);
++      if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_conf_cleanup, 0)) {
++              return -1;
++      }
 +
 +      return 0;
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_conf.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.h  1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_conf.h      2008-08-26 19:09:15.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_conf.h b/sapi/cgi/fpm/fpm_conf.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_conf.h
 @@ -0,0 +1,73 @@
 +
 +      /* $Id$ */
@@ -43252,7 +3028,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.h php-5.2.6.fpm/sapi/cgi/fpm/f
 +      char *value;
 +};
 +
-+struct fpm_options_s {
++struct fpm_global_config_s {
 +      int emergency_restart_threshold;
 +      int emergency_restart_interval;
 +      int process_control_timeout;
@@ -43261,7 +3037,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.h php-5.2.6.fpm/sapi/cgi/fpm/f
 +      char *error_log;
 +};
 +
-+extern struct fpm_options_s fpm_global_options;
++extern struct fpm_global_config_s fpm_global_config;
 +
 +struct fpm_pm_s {
 +      int style;
@@ -43310,9 +3086,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_conf.h php-5.2.6.fpm/sapi/cgi/fpm/f
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_config.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_config.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_config.h        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_config.h    2008-05-25 04:30:43.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_config.h b/sapi/cgi/fpm/fpm_config.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_config.h
 @@ -0,0 +1,39 @@
 +
 +      /* $Id$ */
@@ -43353,9 +3130,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_config.h php-5.2.6.fpm/sapi/cgi/fpm
 +#define HAVE_FPM_TRACE 0
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_env.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_env.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_env.c   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_env.c       2008-09-19 03:19:59.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_env.c b/sapi/cgi/fpm/fpm_env.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_env.c
 @@ -0,0 +1,125 @@
 +
 +      /* $Id$ */
@@ -43482,9 +3260,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_env.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +
 +      return 0;
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_env.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_env.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_env.h   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_env.h       2008-09-19 03:19:59.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_env.h b/sapi/cgi/fpm/fpm_env.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_env.h
 @@ -0,0 +1,24 @@
 +
 +      /* $Id$ */
@@ -43510,10 +3289,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_env.h php-5.2.6.fpm/sapi/cgi/fpm/fp
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_events.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_events.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_events.c        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_events.c    2008-08-26 19:09:15.000000000 +0400
-@@ -0,0 +1,133 @@
+diff --git a/sapi/cgi/fpm/fpm_events.c b/sapi/cgi/fpm/fpm_events.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_events.c
+@@ -0,0 +1,135 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -43603,7 +3383,9 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_events.c php-5.2.6.fpm/sapi/cgi/fpm
 +
 +      zlog(ZLOG_STUFF, ZLOG_NOTICE, "libevent: using %s", event_get_method());
 +
-+      fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_event_cleanup, 0);
++      if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_event_cleanup, 0)) {
++              return -1;
++      }
 +
 +      return 0;
 +}
@@ -43639,7 +3421,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_events.c php-5.2.6.fpm/sapi/cgi/fpm
 +
 +void fpm_event_exit_loop()
 +{
-+      event_loopexit(0);
++      event_loopbreak();
 +}
 +
 +void fpm_event_fire(struct event *ev)
@@ -43647,9 +3429,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_events.c php-5.2.6.fpm/sapi/cgi/fpm
 +      (*ev->ev_callback)( (int) ev->ev_fd, (short) ev->ev_res, ev->ev_arg);   
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_events.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_events.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_events.h        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_events.h    2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_events.h b/sapi/cgi/fpm/fpm_events.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_events.h
 @@ -0,0 +1,16 @@
 +
 +      /* $Id$ */
@@ -43667,44 +3450,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_events.h php-5.2.6.fpm/sapi/cgi/fpm
 +
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm.h php-5.2.6.fpm/sapi/cgi/fpm/fpm.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm.h       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm.h   2008-05-24 21:38:47.000000000 +0400
-@@ -0,0 +1,30 @@
-+
-+      /* $Id$ */
-+      /* (c) 2007,2008 Andrei Nigmatulin */
-+
-+#ifndef FPM_H
-+#define FPM_H 1
-+
-+#include <unistd.h>
-+
-+int fpm_run(int *max_requests);
-+int fpm_init(int argc, char **argv, char *config);
-+
-+struct fpm_globals_s {
-+      pid_t parent_pid;
-+      int argc;
-+      char **argv;
-+      char *config;
-+      int running_children;
-+      int error_log_fd;
-+      int log_level;
-+      int listening_socket; /* for this child */
-+      int max_requests; /* for this child */
-+      int is_child;
-+};
-+
-+extern struct fpm_globals_s fpm_globals;
-+
-+extern int fpm;
-+
-+#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_php.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_php.c       2008-07-20 20:16:28.000000000 +0400
-@@ -0,0 +1,171 @@
+diff --git a/sapi/cgi/fpm/fpm_php.c b/sapi/cgi/fpm/fpm_php.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_php.c
+@@ -0,0 +1,190 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -43713,6 +3463,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +
 +#include <stdlib.h>
 +#include <string.h>
++#include <stdio.h>
 +
 +#include "php.h"
 +#include "php_main.h"
@@ -43726,7 +3477,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +#include "fpm_cleanup.h"
 +#include "fpm_worker_pool.h"
 +
-+static int zend_ini_alter_master(char *name, int name_length, char *new_value, int new_value_length, int stage)
++static int zend_ini_alter_master(char *name, int name_length, char *new_value, int new_value_length, int stage TSRMLS_DC)
 +{
 +      zend_ini_entry *ini_entry;
 +      char *duplicate;
@@ -43739,7 +3490,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +
 +      if (!ini_entry->on_modify
 +              || ini_entry->on_modify(ini_entry, duplicate, new_value_length,
-+                      ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage) == SUCCESS) {
++                      ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage TSRMLS_CC) == SUCCESS) {
 +              ini_entry->value = duplicate;
 +              ini_entry->value_length = new_value_length;
 +      } else {
@@ -43749,7 +3500,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +      return SUCCESS;
 +}
 +
-+static void fpm_php_disable(char *value, int (*zend_disable)(char *, uint))
++static void fpm_php_disable(char *value, int (*zend_disable)(char *, uint TSRMLS_DC) TSRMLS_DC)
 +{
 +      char *s = 0, *e = value;
 +
@@ -43759,7 +3510,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +                      case ',':
 +                              if (s) {
 +                                      *e = '\0';
-+                                      zend_disable(s, e - s);
++                                      zend_disable(s, e - s TSRMLS_CC);
 +                                      s = 0;
 +                              }
 +                              break;
@@ -43773,12 +3524,13 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +      }
 +
 +      if (s) {
-+              zend_disable(s, e - s);
++              zend_disable(s, e - s TSRMLS_CC);
 +      }
 +}
 +
 +static int fpm_php_apply_defines(struct fpm_worker_pool_s *wp)
 +{
++      TSRMLS_FETCH();
 +      struct key_value_s *kv;
 +
 +      for (kv = wp->config->php_defines; kv; kv = kv->next) {
@@ -43791,34 +3543,34 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +                      zval zv;
 +
 +#if defined(PHP_VERSION_ID) && (PHP_VERSION_ID >= 50300)
-+                      php_dl(value, MODULE_PERSISTENT, &zv, 1);
++                      php_dl(value, MODULE_PERSISTENT, &zv, 1 TSRMLS_CC);
 +#else
 +                      zval filename;
 +                      ZVAL_STRINGL(&filename, value, value_len, 0);
 +#if (PHP_MAJOR_VERSION >= 5)
-+                      php_dl(&filename, MODULE_PERSISTENT, &zv, 1);
++                      php_dl(&filename, MODULE_PERSISTENT, &zv, 1 TSRMLS_CC);
 +#else
-+                      php_dl(&filename, MODULE_PERSISTENT, &zv);
++                      php_dl(&filename, MODULE_PERSISTENT, &zv TSRMLS_CC);
 +#endif
 +#endif
 +                      continue;
 +              }
 +
-+              zend_ini_alter_master(name, name_len + 1, value, value_len, PHP_INI_STAGE_ACTIVATE);
++              zend_ini_alter_master(name, name_len + 1, value, value_len, PHP_INI_STAGE_ACTIVATE TSRMLS_CC);
 +
 +              if (!strcmp(name, "disable_functions") && *value) {
 +                      char *v = strdup(value);
 +#if (PHP_MAJOR_VERSION >= 5)
 +                      PG(disable_functions) = v;
 +#endif
-+                      fpm_php_disable(v, zend_disable_function);
++                      fpm_php_disable(v, zend_disable_function TSRMLS_CC);
 +              }
 +              else if (!strcmp(name, "disable_classes") && *value) {
 +                      char *v = strdup(value);
 +#if (PHP_MAJOR_VERSION >= 5)
 +                      PG(disable_classes) = v;
 +#endif
-+                      fpm_php_disable(v, zend_disable_class);
++                      fpm_php_disable(v, zend_disable_class TSRMLS_CC);
 +              }
 +      }
 +
@@ -43834,24 +3586,38 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +      return 0;
 +}
 +
-+char *fpm_php_script_filename()
++static int fpm_php_set_fcgi_mgmt_vars(struct fpm_worker_pool_s *wp)
++{
++      char max_workers[10 + 1]; /* 4294967295 */
++      int len;
++
++      len = sprintf(max_workers, "%u", (unsigned int) wp->config->pm->max_children);
++
++      fcgi_set_mgmt_var("FCGI_MAX_CONNS", sizeof("FCGI_MAX_CONNS")-1, max_workers, len);
++      fcgi_set_mgmt_var("FCGI_MAX_REQS",  sizeof("FCGI_MAX_REQS")-1,  max_workers, len);
++
++      return 0;
++}
++
++char *fpm_php_script_filename(TSRMLS_D)
 +{
 +      return SG(request_info).path_translated;
 +}
 +
-+char *fpm_php_request_method()
++char *fpm_php_request_method(TSRMLS_D)
 +{
 +      return (char *) SG(request_info).request_method;
 +}
 +
-+size_t fpm_php_content_length()
++size_t fpm_php_content_length(TSRMLS_D)
 +{
 +      return SG(request_info).content_length;
 +}
 +
 +static void fpm_php_cleanup(int which, void *arg)
 +{
-+      php_module_shutdown();
++      TSRMLS_FETCH();
++      php_module_shutdown(TSRMLS_C);
 +      sapi_shutdown();
 +}
 +
@@ -43862,7 +3628,9 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +
 +int fpm_php_init_main()
 +{
-+      fpm_cleanup_add(FPM_CLEANUP_PARENT, fpm_php_cleanup, 0);
++      if (0 > fpm_cleanup_add(FPM_CLEANUP_PARENT, fpm_php_cleanup, 0)) {
++              return -1;
++      }
 +
 +      return 0;
 +}
@@ -43870,16 +3638,18 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +int fpm_php_init_child(struct fpm_worker_pool_s *wp)
 +{
 +      if (0 > fpm_php_apply_defines(wp) ||
-+              0 > fpm_php_set_allowed_clients(wp)) {
++              0 > fpm_php_set_allowed_clients(wp) ||
++              0 > fpm_php_set_fcgi_mgmt_vars(wp)) {
 +              return -1;
 +      }
 +
 +      return 0;
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_php.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.h   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_php.h       2008-05-24 21:38:47.000000000 +0400
-@@ -0,0 +1,20 @@
+diff --git a/sapi/cgi/fpm/fpm_php.h b/sapi/cgi/fpm/fpm_php.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_php.h
+@@ -0,0 +1,22 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -43887,23 +3657,26 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php.h php-5.2.6.fpm/sapi/cgi/fpm/fp
 +#ifndef FPM_PHP_H
 +#define FPM_PHP_H 1
 +
-+#include "fpm_worker_pool.h"
++#include <TSRM.h>
 +
 +#include "build-defs.h" /* for PHP_ defines */
 +
++struct fpm_worker_pool_s;
++
 +int fpm_php_init_child(struct fpm_worker_pool_s *wp);
-+char *fpm_php_script_filename();
-+char *fpm_php_request_method();
-+size_t fpm_php_content_length();
++char *fpm_php_script_filename(TSRMLS_D);
++char *fpm_php_request_method(TSRMLS_D);
++size_t fpm_php_content_length(TSRMLS_D);
 +void fpm_php_soft_quit();
 +int fpm_php_init_main();
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_php_trace.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.c     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_php_trace.c 2008-08-26 19:09:15.000000000 +0400
-@@ -0,0 +1,170 @@
+diff --git a/sapi/cgi/fpm/fpm_php_trace.c b/sapi/cgi/fpm/fpm_php_trace.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_php_trace.c
+@@ -0,0 +1,171 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -43941,7 +3714,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.c php-5.2.6.fpm/sapi/cgi/
 +#endif
 +
 +
-+static int fpm_php_trace_dump(struct fpm_child_s *child, FILE *slowlog)
++static int fpm_php_trace_dump(struct fpm_child_s *child, FILE *slowlog TSRMLS_DC)
 +{
 +      int callers_limit = 20;
 +      pid_t pid = child->pid;
@@ -44039,6 +3812,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.c php-5.2.6.fpm/sapi/cgi/
 +
 +void fpm_php_trace(struct fpm_child_s *child)
 +{
++      TSRMLS_FETCH();
 +      FILE *slowlog;
 +
 +      zlog(ZLOG_STUFF, ZLOG_NOTICE, "about to trace %d", (int) child->pid);
@@ -44054,7 +3828,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.c php-5.2.6.fpm/sapi/cgi/
 +              goto done1;
 +      }
 +
-+      if (0 > fpm_php_trace_dump(child, slowlog)) {
++      if (0 > fpm_php_trace_dump(child, slowlog TSRMLS_CC)) {
 +              fprintf(slowlog, "+++ dump failed\n");
 +      }
 +
@@ -44074,9 +3848,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.c php-5.2.6.fpm/sapi/cgi/
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_php_trace.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.h     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_php_trace.h 2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_php_trace.h b/sapi/cgi/fpm/fpm_php_trace.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_php_trace.h
 @@ -0,0 +1,13 @@
 +
 +      /* $Id$ */
@@ -44091,10 +3866,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_php_trace.h php-5.2.6.fpm/sapi/cgi/
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_process_ctl.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_process_ctl.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_process_ctl.c   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_process_ctl.c       2008-07-21 17:13:44.000000000 +0400
-@@ -0,0 +1,352 @@
+diff --git a/sapi/cgi/fpm/fpm_process_ctl.c b/sapi/cgi/fpm/fpm_process_ctl.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_process_ctl.c
+@@ -0,0 +1,354 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -44292,7 +4068,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_process_ctl.c php-5.2.6.fpm/sapi/cg
 +              else {
 +                      sig = SIGQUIT;
 +              }
-+              timeout = fpm_global_options.process_control_timeout;
++              timeout = fpm_global_config.process_control_timeout;
 +      }
 +      else {
 +              if (fpm_signal_sent == SIGQUIT) {
@@ -44407,7 +4183,9 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_process_ctl.c php-5.2.6.fpm/sapi/cg
 +
 +      saved_argv[i] = 0;
 +
-+      fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_pctl_cleanup, 0);
++      if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_pctl_cleanup, 0)) {
++              return -1;
++      }
 +
 +      return 0;
 +}
@@ -44447,9 +4225,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_process_ctl.c php-5.2.6.fpm/sapi/cg
 +      evtimer_add(&heartbeat, &tv);
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_process_ctl.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_process_ctl.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_process_ctl.h   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_process_ctl.h       2008-07-21 01:33:10.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_process_ctl.h b/sapi/cgi/fpm/fpm_process_ctl.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_process_ctl.h
 @@ -0,0 +1,39 @@
 +
 +      /* $Id$ */
@@ -44490,10 +4269,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_process_ctl.h php-5.2.6.fpm/sapi/cg
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_request.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_request.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_request.c       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_request.c   2008-09-01 03:34:36.000000000 +0400
-@@ -0,0 +1,163 @@
+diff --git a/sapi/cgi/fpm/fpm_request.c b/sapi/cgi/fpm/fpm_request.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_request.c
+@@ -0,0 +1,164 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -44545,9 +4325,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_request.c php-5.2.6.fpm/sapi/cgi/fp
 +
 +void fpm_request_info()
 +{
++      TSRMLS_FETCH();
 +      struct fpm_shm_slot_s *slot;
-+      char *request_method = fpm_php_request_method();
-+      char *script_filename = fpm_php_script_filename();
++      char *request_method = fpm_php_request_method(TSRMLS_C);
++      char *script_filename = fpm_php_script_filename(TSRMLS_C);
 +
 +      slot = fpm_shm_slots_acquire(0, 0);
 +
@@ -44559,7 +4340,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_request.c php-5.2.6.fpm/sapi/cgi/fp
 +              cpystrn(slot->request_method, request_method, sizeof(slot->request_method));
 +      }
 +
-+      slot->content_length = fpm_php_content_length();
++      slot->content_length = fpm_php_content_length(TSRMLS_C);
 +
 +      /* if cgi.fix_pathinfo is set to "1" and script cannot be found (404)
 +              the sapi_globals.request_info.path_translated is set to NULL */
@@ -44657,9 +4438,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_request.c php-5.2.6.fpm/sapi/cgi/fp
 +
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_request.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_request.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_request.h       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_request.h   2008-07-20 05:47:16.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_request.h b/sapi/cgi/fpm/fpm_request.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_request.h
 @@ -0,0 +1,27 @@
 +
 +      /* $Id$ */
@@ -44688,9 +4470,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_request.h php-5.2.6.fpm/sapi/cgi/fp
 +};
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_shm.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm.c   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_shm.c       2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_shm.c b/sapi/cgi/fpm/fpm_shm.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_shm.c
 @@ -0,0 +1,100 @@
 +
 +      /* $Id$ */
@@ -44792,9 +4575,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm.c php-5.2.6.fpm/sapi/cgi/fpm/fp
 +      return ret;
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_shm.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm.h   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_shm.h       2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_shm.h b/sapi/cgi/fpm/fpm_shm.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_shm.h
 @@ -0,0 +1,22 @@
 +
 +      /* $Id$ */
@@ -44818,9 +4602,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm.h php-5.2.6.fpm/sapi/cgi/fpm/fp
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm_slots.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_shm_slots.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm_slots.c     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_shm_slots.c 2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_shm_slots.c b/sapi/cgi/fpm/fpm_shm_slots.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_shm_slots.c
 @@ -0,0 +1,127 @@
 +
 +      /* $Id$ */
@@ -44949,9 +4734,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm_slots.c php-5.2.6.fpm/sapi/cgi/
 +      s->lock = 0;
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm_slots.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_shm_slots.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm_slots.h     1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_shm_slots.h 2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_shm_slots.h b/sapi/cgi/fpm/fpm_shm_slots.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_shm_slots.h
 @@ -0,0 +1,43 @@
 +
 +      /* $Id$ */
@@ -44996,9 +4782,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_shm_slots.h php-5.2.6.fpm/sapi/cgi/
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_signals.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_signals.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_signals.c       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_signals.c   2008-08-26 19:09:15.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_signals.c b/sapi/cgi/fpm/fpm_signals.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_signals.c
 @@ -0,0 +1,252 @@
 +
 +      /* $Id$ */
@@ -45252,9 +5039,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_signals.c php-5.2.6.fpm/sapi/cgi/fp
 +{
 +      return sp[0];
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_signals.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_signals.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_signals.h       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_signals.h   2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_signals.h b/sapi/cgi/fpm/fpm_signals.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_signals.h
 @@ -0,0 +1,16 @@
 +
 +      /* $Id$ */
@@ -45272,10 +5060,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_signals.h php-5.2.6.fpm/sapi/cgi/fp
 +extern const char *fpm_signal_names[NSIG + 1];
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_sockets.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_sockets.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_sockets.c       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_sockets.c   2008-08-26 19:09:15.000000000 +0400
-@@ -0,0 +1,425 @@
+diff --git a/sapi/cgi/fpm/fpm_sockets.c b/sapi/cgi/fpm/fpm_sockets.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_sockets.c
+@@ -0,0 +1,427 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -45697,13 +5486,16 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_sockets.c php-5.2.6.fpm/sapi/cgi/fp
 +              }
 +      }
 +
-+      fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_sockets_cleanup, 0);
++      if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_sockets_cleanup, 0)) {
++              return -1;
++      }
 +
 +      return 0;
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_sockets.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_sockets.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_sockets.h       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_sockets.h   2008-08-26 19:09:15.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_sockets.h b/sapi/cgi/fpm/fpm_sockets.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_sockets.h
 @@ -0,0 +1,37 @@
 +
 +      /* $Id$ */
@@ -45742,10 +5534,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_sockets.h php-5.2.6.fpm/sapi/cgi/fp
 +                      (unsigned int) ((unsigned char *) &(sin_addr)->s_addr)[3]
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_stdio.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.c 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_stdio.c     2008-05-24 21:38:47.000000000 +0400
-@@ -0,0 +1,277 @@
+diff --git a/sapi/cgi/fpm/fpm_stdio.c b/sapi/cgi/fpm/fpm_stdio.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_stdio.c
+@@ -0,0 +1,286 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -45778,8 +5571,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.c php-5.2.6.fpm/sapi/cgi/fpm/
 +              return -1;
 +      }
 +
-+      dup2(fd, STDIN_FILENO);
-+      dup2(fd, STDOUT_FILENO);
++      if (0 > dup2(fd, STDIN_FILENO) || 0 > dup2(fd, STDOUT_FILENO)) {
++              zlog(ZLOG_STUFF, ZLOG_SYSERROR, "dup2() failed");
++              return -1;
++      }
++
 +      close(fd);
 +
 +      return 0;
@@ -45787,11 +5583,14 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.c php-5.2.6.fpm/sapi/cgi/fpm/
 +
 +int fpm_stdio_init_final()
 +{
-+      if (fpm_global_options.daemonize) {
++      if (fpm_global_config.daemonize) {
 +
 +              if (fpm_globals.error_log_fd != STDERR_FILENO) {
 +                      /* there might be messages to stderr from libevent, we need to log them all */
-+                      dup2(fpm_globals.error_log_fd, STDERR_FILENO);
++                      if (0 > dup2(fpm_globals.error_log_fd, STDERR_FILENO)) {
++                              zlog(ZLOG_STUFF, ZLOG_SYSERROR, "dup2() failed");
++                              return -1;
++                      }
 +              }
 +
 +              zlog_set_level(fpm_globals.log_level);
@@ -45809,7 +5608,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.c php-5.2.6.fpm/sapi/cgi/fpm/
 +      zlog_set_fd(-1);
 +
 +      if (wp->listening_socket != STDIN_FILENO) {
-+              dup2(wp->listening_socket, STDIN_FILENO);
++              if (0 > dup2(wp->listening_socket, STDIN_FILENO)) {
++                      zlog(ZLOG_STUFF, ZLOG_SYSERROR, "dup2() failed");
++                      return -1;
++              }
 +      }
 +
 +      return 0;
@@ -45999,15 +5801,15 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.c php-5.2.6.fpm/sapi/cgi/fpm/
 +{
 +      int fd;
 +
-+      fd = open(fpm_global_options.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
++      fd = open(fpm_global_config.error_log, O_WRONLY | O_APPEND | O_CREAT, S_IRUSR | S_IWUSR);
 +
 +      if (0 > fd) {
-+              zlog(ZLOG_STUFF, ZLOG_SYSERROR, "open(\"%s\") failed", fpm_global_options.error_log);
++              zlog(ZLOG_STUFF, ZLOG_SYSERROR, "open(\"%s\") failed", fpm_global_config.error_log);
 +              return -1;
 +      }
 +
 +      if (reopen) {
-+              if (fpm_global_options.daemonize) {
++              if (fpm_global_config.daemonize) {
 +                      dup2(fd, STDERR_FILENO);
 +              }
 +
@@ -46023,9 +5825,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.c php-5.2.6.fpm/sapi/cgi/fpm/
 +
 +      return 0;
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_stdio.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.h 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_stdio.h     2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_stdio.h b/sapi/cgi/fpm/fpm_stdio.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_stdio.h
 @@ -0,0 +1,20 @@
 +
 +      /* $Id$ */
@@ -46047,9 +5850,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_stdio.h php-5.2.6.fpm/sapi/cgi/fpm/
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_str.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_str.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_str.h   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_str.h       2008-05-24 21:38:47.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_str.h b/sapi/cgi/fpm/fpm_str.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_str.h
 @@ -0,0 +1,49 @@
 +
 +      /* $Id$ */
@@ -46100,9 +5904,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_str.h php-5.2.6.fpm/sapi/cgi/fpm/fp
 +}
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace.c 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace.c     2008-07-21 00:59:00.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_trace.c b/sapi/cgi/fpm/fpm_trace.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_trace.c
 @@ -0,0 +1,46 @@
 +
 +      /* $Id$ */
@@ -46150,9 +5955,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace.c php-5.2.6.fpm/sapi/cgi/fpm/
 +      }
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace.h 1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace.h     2008-07-21 07:04:25.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_trace.h b/sapi/cgi/fpm/fpm_trace.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_trace.h
 @@ -0,0 +1,17 @@
 +
 +      /* $Id$ */
@@ -46171,9 +5977,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace.h php-5.2.6.fpm/sapi/cgi/fpm/
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_mach.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace_mach.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_mach.c    1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace_mach.c        2008-08-26 19:09:15.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_trace_mach.c b/sapi/cgi/fpm/fpm_trace_mach.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_trace_mach.c
 @@ -0,0 +1,102 @@
 +
 +      /* $Id$ */
@@ -46277,9 +6084,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_mach.c php-5.2.6.fpm/sapi/cgi
 +      return 0;
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_pread.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace_pread.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_pread.c   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace_pread.c       2008-08-26 19:09:15.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_trace_pread.c b/sapi/cgi/fpm/fpm_trace_pread.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_trace_pread.c
 @@ -0,0 +1,67 @@
 +
 +      /* $Id$ */
@@ -46348,9 +6156,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_pread.c php-5.2.6.fpm/sapi/cg
 +      return 0;
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_ptrace.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace_ptrace.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_ptrace.c  1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_trace_ptrace.c      2008-09-19 03:34:11.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_trace_ptrace.c b/sapi/cgi/fpm/fpm_trace_ptrace.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_trace_ptrace.c
 @@ -0,0 +1,85 @@
 +
 +      /* $Id$ */
@@ -46437,9 +6246,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_trace_ptrace.c php-5.2.6.fpm/sapi/c
 +      return 0;
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_unix.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.c  1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_unix.c      2008-09-19 03:19:59.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_unix.c b/sapi/cgi/fpm/fpm_unix.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_unix.c
 @@ -0,0 +1,289 @@
 +
 +      /* $Id$ */
@@ -46606,7 +6416,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +              getrlimit(RLIMIT_NOFILE, &r);
 +
 +              r.rlim_cur = (rlim_t) wp->config->rlimit_files;
-+
++       r.rlim_max = r.rlim_cur;    
 +              if (0 > setrlimit(RLIMIT_NOFILE, &r)) {
 +                      zlog(ZLOG_STUFF, ZLOG_SYSERROR, "setrlimit(RLIMIT_NOFILE) failed");
 +              }
@@ -46618,7 +6428,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +              getrlimit(RLIMIT_CORE, &r);
 +
 +              r.rlim_cur = wp->config->rlimit_core == -1 ? (rlim_t) RLIM_INFINITY : (rlim_t) wp->config->rlimit_core;
-+
++       r.rlim_max = r.rlim_cur;
 +              if (0 > setrlimit(RLIMIT_CORE, &r)) {
 +                      zlog(ZLOG_STUFF, ZLOG_SYSERROR, "setrlimit(RLIMIT_CORE) failed");
 +              }
@@ -46680,7 +6490,7 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +
 +      fpm_pagesize = getpagesize();
 +
-+      if (fpm_global_options.daemonize) {
++      if (fpm_global_config.daemonize) {
 +
 +              switch (fork()) {
 +
@@ -46730,9 +6540,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.c php-5.2.6.fpm/sapi/cgi/fpm/f
 +
 +      return 0;
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_unix.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.h  1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_unix.h      2008-05-25 17:21:13.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_unix.h b/sapi/cgi/fpm/fpm_unix.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_unix.h
 @@ -0,0 +1,17 @@
 +
 +      /* $Id$ */
@@ -46751,10 +6562,11 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_unix.h php-5.2.6.fpm/sapi/cgi/fpm/f
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_worker_pool.c php-5.2.6.fpm/sapi/cgi/fpm/fpm_worker_pool.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_worker_pool.c   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_worker_pool.c       2008-08-26 19:09:15.000000000 +0400
-@@ -0,0 +1,67 @@
+diff --git a/sapi/cgi/fpm/fpm_worker_pool.c b/sapi/cgi/fpm/fpm_worker_pool.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_worker_pool.c
+@@ -0,0 +1,69 @@
 +
 +      /* $Id$ */
 +      /* (c) 2007,2008 Andrei Nigmatulin */
@@ -46818,13 +6630,16 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_worker_pool.c php-5.2.6.fpm/sapi/cg
 +
 +int fpm_worker_pool_init_main()
 +{
-+      fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_worker_pool_cleanup, 0);
++      if (0 > fpm_cleanup_add(FPM_CLEANUP_ALL, fpm_worker_pool_cleanup, 0)) {
++              return -1;
++      }
 +
 +      return 0;
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_worker_pool.h php-5.2.6.fpm/sapi/cgi/fpm/fpm_worker_pool.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/fpm_worker_pool.h   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/fpm_worker_pool.h       2008-08-26 19:09:15.000000000 +0400
+diff --git a/sapi/cgi/fpm/fpm_worker_pool.h b/sapi/cgi/fpm/fpm_worker_pool.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/fpm_worker_pool.h
 @@ -0,0 +1,46 @@
 +
 +      /* $Id$ */
@@ -46872,9 +6687,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/fpm_worker_pool.h php-5.2.6.fpm/sapi/cg
 +
 +#endif
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/init.d/php-fpm.in php-5.2.6.fpm/sapi/cgi/fpm/init.d/php-fpm.in
---- php-5.2.6.vanilla/sapi/cgi/fpm/init.d/php-fpm.in   1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/init.d/php-fpm.in       2008-08-05 20:31:27.000000000 +0400
+diff --git a/sapi/cgi/fpm/init.d/php-fpm.in b/sapi/cgi/fpm/init.d/php-fpm.in
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/init.d/php-fpm.in
 @@ -0,0 +1,139 @@
 +#! /bin/sh
 +
@@ -47015,34 +6831,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/init.d/php-fpm.in php-5.2.6.fpm/sapi/cg
 +      ;;
 +
 +esac
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/Makefile.frag php-5.2.6.fpm/sapi/cgi/fpm/Makefile.frag
---- php-5.2.6.vanilla/sapi/cgi/fpm/Makefile.frag       1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/Makefile.frag   2008-03-28 16:51:22.000000000 +0300
-@@ -0,0 +1,21 @@
-+
-+install-fpm: sapi/cgi/fpm/php-fpm.conf sapi/cgi/fpm/php-fpm
-+      @echo "Installing FPM config:            $(INSTALL_ROOT)$(php_fpm_conf_path)"
-+      -@$(mkinstalldirs) \
-+              $(INSTALL_ROOT)$(prefix)/sbin \
-+              `dirname "$(INSTALL_ROOT)$(php_fpm_conf_path)"` \
-+              `dirname "$(INSTALL_ROOT)$(php_fpm_log_path)"` \
-+              `dirname "$(INSTALL_ROOT)$(php_fpm_pid_path)"`
-+      -@if test -r "$(INSTALL_ROOT)$(php_fpm_conf_path)" ; then \
-+              dest=`basename "$(php_fpm_conf_path)"`.default ; \
-+              echo "                                  (installing as $$dest)" ; \
-+      else \
-+              dest=`basename "$(php_fpm_conf_path)"` ; \
-+      fi ; \
-+      $(INSTALL_DATA) $(top_builddir)/sapi/cgi/fpm/php-fpm.conf $(INSTALL_ROOT)`dirname "$(php_fpm_conf_path)"`/$$dest
-+      @echo "Installing init.d script:         $(INSTALL_ROOT)$(prefix)/sbin/php-fpm"
-+      -@$(INSTALL) -m 0755 $(top_builddir)/sapi/cgi/fpm/php-fpm $(INSTALL_ROOT)$(prefix)/sbin/php-fpm
-+
-+$(top_builddir)/libevent/libevent.a: $(top_builddir)/libevent/Makefile
-+      cd $(top_builddir)/libevent && $(MAKE) libevent.a
-+
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/xml_config.c php-5.2.6.fpm/sapi/cgi/fpm/xml_config.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/xml_config.c        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/xml_config.c    2008-08-26 19:09:15.000000000 +0400
+diff --git a/sapi/cgi/fpm/xml_config.c b/sapi/cgi/fpm/xml_config.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/xml_config.c
 @@ -0,0 +1,278 @@
 +
 +      /* $Id$ */
@@ -47322,9 +7114,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/xml_config.c php-5.2.6.fpm/sapi/cgi/fpm
 +      return 0;
 +}
 +
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/xml_config.h php-5.2.6.fpm/sapi/cgi/fpm/xml_config.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/xml_config.h        1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/xml_config.h    2008-09-19 03:02:58.000000000 +0400
+diff --git a/sapi/cgi/fpm/xml_config.h b/sapi/cgi/fpm/xml_config.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/xml_config.h
 @@ -0,0 +1,43 @@
 +
 +      /* $Id$ */
@@ -47369,9 +7162,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/xml_config.h php-5.2.6.fpm/sapi/cgi/fpm
 +enum { XML_CONF_SCALAR = 1, XML_CONF_SUBSECTION = 2 };
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/zlog.c php-5.2.6.fpm/sapi/cgi/fpm/zlog.c
---- php-5.2.6.vanilla/sapi/cgi/fpm/zlog.c      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/zlog.c  2008-05-23 01:08:32.000000000 +0400
+diff --git a/sapi/cgi/fpm/zlog.c b/sapi/cgi/fpm/zlog.c
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/zlog.c
 @@ -0,0 +1,113 @@
 +
 +      /* $Id$ */
@@ -47486,9 +7280,10 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/zlog.c php-5.2.6.fpm/sapi/cgi/fpm/zlog.
 +
 +      write(zlog_fd > -1 ? zlog_fd : STDERR_FILENO, buf, len);
 +}
-diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/zlog.h php-5.2.6.fpm/sapi/cgi/fpm/zlog.h
---- php-5.2.6.vanilla/sapi/cgi/fpm/zlog.h      1970-01-01 03:00:00.000000000 +0300
-+++ php-5.2.6.fpm/sapi/cgi/fpm/zlog.h  2008-05-23 01:08:32.000000000 +0400
+diff --git a/sapi/cgi/fpm/zlog.h b/sapi/cgi/fpm/zlog.h
+new file mode 100644
+--- /dev/null
++++ b/sapi/cgi/fpm/zlog.h
 @@ -0,0 +1,34 @@
 +
 +      /* $Id$ */
@@ -47524,10 +7319,3 @@ diff -Nru php-5.2.6.vanilla/sapi/cgi/fpm/zlog.h php-5.2.6.fpm/sapi/cgi/fpm/zlog.
 +#define ZLOG_SYSERROR (ZLOG_ERROR | ZLOG_HAVE_ERRNO)
 +
 +#endif
-diff -Nru php-5.2.6.vanilla/sapi/cgi/Makefile.frag php-5.2.6.fpm/sapi/cgi/Makefile.frag
---- php-5.2.6.vanilla/sapi/cgi/Makefile.frag   2003-07-02 05:08:26.000000000 +0400
-+++ php-5.2.6.fpm/sapi/cgi/Makefile.frag       2008-05-01 20:42:06.000000000 +0400
-@@ -1,2 +1,2 @@
--$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS)
-+$(SAPI_CGI_PATH): $(PHP_GLOBAL_OBJS) $(PHP_SAPI_OBJS) $(SAPI_EXTRA_DEPS)
-       $(BUILD_CGI)
This page took 1.758501 seconds and 4 git commands to generate.