New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #11283: patch-configure.diff

File patch-configure.diff, 150.3 KB (added by blb@…, 4 years ago)

Patch file for configure (add to patchfiles)

  • configure

    old new  
    9217992179  else 
    9218092180     
    9218192181   
    92182   unset ac_cv_lib_bind_res_nmkquery 
    92183   unset ac_cv_lib_bind___res_nmkquery 
    92184   unset found 
    92185   echo $ac_n "checking for res_nmkquery in -lbind""... $ac_c" 1>&6 
    92186 echo "configure:92187: checking for res_nmkquery in -lbind" >&5 
    92187 ac_lib_var=`echo bind'_'res_nmkquery | sed 'y%./+-%__p_%'` 
    92188 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    92189   echo $ac_n "(cached) $ac_c" 1>&6 
    92190 else 
    92191   ac_save_LIBS="$LIBS" 
    92192 LIBS="-lbind  $LIBS" 
    92193 cat > conftest.$ac_ext <<EOF 
    92194 #line 92195 "configure" 
    92195 #include "confdefs.h" 
    92196 /* Override any gcc2 internal prototype to avoid an error.  */ 
    92197 /* We use char because int might match the return type of a gcc2 
    92198     builtin and then its argument prototype would still apply.  */ 
    92199 char res_nmkquery(); 
    92200  
    92201 int main() { 
    92202 res_nmkquery() 
    92203 ; return 0; } 
    92204 EOF 
    92205 if { (eval echo configure:92206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    92206   rm -rf conftest* 
    92207   eval "ac_cv_lib_$ac_lib_var=yes" 
    92208 else 
    92209   echo "configure: failed program was:" >&5 
    92210   cat conftest.$ac_ext >&5 
    92211   rm -rf conftest* 
    92212   eval "ac_cv_lib_$ac_lib_var=no" 
    92213 fi 
    92214 rm -f conftest* 
    92215 LIBS="$ac_save_LIBS" 
    92216  
    92217 fi 
    92218 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
    92219   echo "$ac_t""yes" 1>&6 
    92220   found=yes 
    92221 else 
    92222   echo "$ac_t""no" 1>&6 
    92223  
    92224     echo $ac_n "checking for __res_nmkquery in -lbind""... $ac_c" 1>&6 
    92225 echo "configure:92226: checking for __res_nmkquery in -lbind" >&5 
    92226 ac_lib_var=`echo bind'_'__res_nmkquery | sed 'y%./+-%__p_%'` 
    92227 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    92228   echo $ac_n "(cached) $ac_c" 1>&6 
    92229 else 
    92230   ac_save_LIBS="$LIBS" 
    92231 LIBS="-lbind  $LIBS" 
    92232 cat > conftest.$ac_ext <<EOF 
    92233 #line 92234 "configure" 
    92234 #include "confdefs.h" 
    92235 /* Override any gcc2 internal prototype to avoid an error.  */ 
    92236 /* We use char because int might match the return type of a gcc2 
    92237     builtin and then its argument prototype would still apply.  */ 
    92238 char __res_nmkquery(); 
    92239  
    92240 int main() { 
    92241 __res_nmkquery() 
    92242 ; return 0; } 
    92243 EOF 
    92244 if { (eval echo configure:92245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    92245   rm -rf conftest* 
    92246   eval "ac_cv_lib_$ac_lib_var=yes" 
    92247 else 
    92248   echo "configure: failed program was:" >&5 
    92249   cat conftest.$ac_ext >&5 
    92250   rm -rf conftest* 
    92251   eval "ac_cv_lib_$ac_lib_var=no" 
    92252 fi 
    92253 rm -f conftest* 
    92254 LIBS="$ac_save_LIBS" 
    92255  
    92256 fi 
    92257 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
    92258   echo "$ac_t""yes" 1>&6 
    92259   found=yes 
    92260 else 
    92261   echo "$ac_t""no" 1>&6 
    92262 found=no 
    92263 fi 
    92264  
    92265    
    92266 fi 
    92267  
    92268  
    92269   if test "$found" = "yes"; then 
    92270     ac_libs=$LIBS 
    92271     LIBS="$LIBS -lbind" 
    92272     if test "$cross_compiling" = yes; then 
    92273   found=no 
    92274 else 
    92275   cat > conftest.$ac_ext <<EOF 
    92276 #line 92277 "configure" 
    92277 #include "confdefs.h" 
    92278 main() { return (0); } 
    92279 EOF 
    92280 if { (eval echo configure:92281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    92281 then 
    92282   found=yes 
    92283 else 
    92284   echo "configure: failed program was:" >&5 
    92285   cat conftest.$ac_ext >&5 
    92286   rm -fr conftest* 
    92287   found=no 
    92288 fi 
    92289 rm -fr conftest* 
    92290 fi 
    92291  
    92292     LIBS=$ac_libs 
    92293   fi 
    92294  
    92295   if test "$found" = "yes"; then 
    92296      
    92297    
    92298   case bind in 
    92299   c|c_r|pthread*) ;; 
    92300   *)  
    92301       LIBS="-lbind $LIBS"  
    92302    ;; 
    92303   esac 
    92304  
    92305  
    92306     cat >> confdefs.h <<\EOF 
    92307 #define HAVE_RES_NMKQUERY 1 
    92308 EOF 
    92309  
    92310     cat >> confdefs.h <<\EOF 
    92311 #define HAVE_LIBBIND 1 
    92312 EOF 
    92313  
    92314     ac_cv_func_res_nmkquery=yes 
    92315   else 
    92316      
    92317    
    9231892182  unset ac_cv_lib_socket_res_nmkquery 
    9231992183  unset ac_cv_lib_socket___res_nmkquery 
    9232092184  unset found 
    9232192185  echo $ac_n "checking for res_nmkquery in -lsocket""... $ac_c" 1>&6 
    92322 echo "configure:92323: checking for res_nmkquery in -lsocket" >&5 
     92186echo "configure:92187: checking for res_nmkquery in -lsocket" >&5 
    9232392187ac_lib_var=`echo socket'_'res_nmkquery | sed 'y%./+-%__p_%'` 
    9232492188if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9232592189  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9232792191  ac_save_LIBS="$LIBS" 
    9232892192LIBS="-lsocket  $LIBS" 
    9232992193cat > conftest.$ac_ext <<EOF 
    92330 #line 92331 "configure" 
     92194#line 92195 "configure" 
    9233192195#include "confdefs.h" 
    9233292196/* Override any gcc2 internal prototype to avoid an error.  */ 
    9233392197/* We use char because int might match the return type of a gcc2 
     
    9233892202res_nmkquery() 
    9233992203; return 0; } 
    9234092204EOF 
    92341 if { (eval echo configure:92342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92205if { (eval echo configure:92206: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9234292206  rm -rf conftest* 
    9234392207  eval "ac_cv_lib_$ac_lib_var=yes" 
    9234492208else 
     
    9235892222  echo "$ac_t""no" 1>&6 
    9235992223 
    9236092224    echo $ac_n "checking for __res_nmkquery in -lsocket""... $ac_c" 1>&6 
    92361 echo "configure:92362: checking for __res_nmkquery in -lsocket" >&5 
     92225echo "configure:92226: checking for __res_nmkquery in -lsocket" >&5 
    9236292226ac_lib_var=`echo socket'_'__res_nmkquery | sed 'y%./+-%__p_%'` 
    9236392227if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9236492228  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9236692230  ac_save_LIBS="$LIBS" 
    9236792231LIBS="-lsocket  $LIBS" 
    9236892232cat > conftest.$ac_ext <<EOF 
    92369 #line 92370 "configure" 
     92233#line 92234 "configure" 
    9237092234#include "confdefs.h" 
    9237192235/* Override any gcc2 internal prototype to avoid an error.  */ 
    9237292236/* We use char because int might match the return type of a gcc2 
     
    9237792241__res_nmkquery() 
    9237892242; return 0; } 
    9237992243EOF 
    92380 if { (eval echo configure:92381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92244if { (eval echo configure:92245: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9238192245  rm -rf conftest* 
    9238292246  eval "ac_cv_lib_$ac_lib_var=yes" 
    9238392247else 
     
    9240992273  found=no 
    9241092274else 
    9241192275  cat > conftest.$ac_ext <<EOF 
    92412 #line 92413 "configure" 
     92276#line 92277 "configure" 
    9241392277#include "confdefs.h" 
    9241492278main() { return (0); } 
    9241592279EOF 
    92416 if { (eval echo configure:92417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     92280if { (eval echo configure:92281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9241792281then 
    9241892282  found=yes 
    9241992283else 
     
    9245792321 
    9245892322  fi 
    9245992323   
    92460  
    92461   fi 
    92462    
    9246392324 ;; 
    9246492325   
    9246592326  esac 
     
    9247092331  unset found 
    9247192332   
    9247292333  echo $ac_n "checking for res_nsend""... $ac_c" 1>&6 
    92473 echo "configure:92474: checking for res_nsend" >&5 
     92334echo "configure:92335: checking for res_nsend" >&5 
    9247492335if eval "test \"`echo '$''{'ac_cv_func_res_nsend'+set}'`\" = set"; then 
    9247592336  echo $ac_n "(cached) $ac_c" 1>&6 
    9247692337else 
    9247792338  cat > conftest.$ac_ext <<EOF 
    92478 #line 92479 "configure" 
     92339#line 92340 "configure" 
    9247992340#include "confdefs.h" 
    9248092341/* System header to define __stub macros and hopefully few prototypes, 
    9248192342    which can conflict with char res_nsend(); below.  */ 
     
    9249892359 
    9249992360; return 0; } 
    9250092361EOF 
    92501 if { (eval echo configure:92502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92362if { (eval echo configure:92363: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9250292363  rm -rf conftest* 
    9250392364  eval "ac_cv_func_res_nsend=yes" 
    9250492365else 
     
    9251692377else 
    9251792378  echo "$ac_t""no" 1>&6 
    9251892379 echo $ac_n "checking for __res_nsend""... $ac_c" 1>&6 
    92519 echo "configure:92520: checking for __res_nsend" >&5 
     92380echo "configure:92381: checking for __res_nsend" >&5 
    9252092381if eval "test \"`echo '$''{'ac_cv_func___res_nsend'+set}'`\" = set"; then 
    9252192382  echo $ac_n "(cached) $ac_c" 1>&6 
    9252292383else 
    9252392384  cat > conftest.$ac_ext <<EOF 
    92524 #line 92525 "configure" 
     92385#line 92386 "configure" 
    9252592386#include "confdefs.h" 
    9252692387/* System header to define __stub macros and hopefully few prototypes, 
    9252792388    which can conflict with char __res_nsend(); below.  */ 
     
    9254492405 
    9254592406; return 0; } 
    9254692407EOF 
    92547 if { (eval echo configure:92548: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92408if { (eval echo configure:92409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9254892409  rm -rf conftest* 
    9254992410  eval "ac_cv_func___res_nsend=yes" 
    9255092411else 
     
    9258292443  unset ac_cv_lib_resolv___res_nsend 
    9258392444  unset found 
    9258492445  echo $ac_n "checking for res_nsend in -lresolv""... $ac_c" 1>&6 
    92585 echo "configure:92586: checking for res_nsend in -lresolv" >&5 
     92446echo "configure:92447: checking for res_nsend in -lresolv" >&5 
    9258692447ac_lib_var=`echo resolv'_'res_nsend | sed 'y%./+-%__p_%'` 
    9258792448if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9258892449  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9259092451  ac_save_LIBS="$LIBS" 
    9259192452LIBS="-lresolv  $LIBS" 
    9259292453cat > conftest.$ac_ext <<EOF 
    92593 #line 92594 "configure" 
     92454#line 92455 "configure" 
    9259492455#include "confdefs.h" 
    9259592456/* Override any gcc2 internal prototype to avoid an error.  */ 
    9259692457/* We use char because int might match the return type of a gcc2 
     
    9260192462res_nsend() 
    9260292463; return 0; } 
    9260392464EOF 
    92604 if { (eval echo configure:92605: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92465if { (eval echo configure:92466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9260592466  rm -rf conftest* 
    9260692467  eval "ac_cv_lib_$ac_lib_var=yes" 
    9260792468else 
     
    9262192482  echo "$ac_t""no" 1>&6 
    9262292483 
    9262392484    echo $ac_n "checking for __res_nsend in -lresolv""... $ac_c" 1>&6 
    92624 echo "configure:92625: checking for __res_nsend in -lresolv" >&5 
     92485echo "configure:92486: checking for __res_nsend in -lresolv" >&5 
    9262592486ac_lib_var=`echo resolv'_'__res_nsend | sed 'y%./+-%__p_%'` 
    9262692487if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9262792488  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9262992490  ac_save_LIBS="$LIBS" 
    9263092491LIBS="-lresolv  $LIBS" 
    9263192492cat > conftest.$ac_ext <<EOF 
    92632 #line 92633 "configure" 
     92493#line 92494 "configure" 
    9263392494#include "confdefs.h" 
    9263492495/* Override any gcc2 internal prototype to avoid an error.  */ 
    9263592496/* We use char because int might match the return type of a gcc2 
     
    9264092501__res_nsend() 
    9264192502; return 0; } 
    9264292503EOF 
    92643 if { (eval echo configure:92644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92504if { (eval echo configure:92505: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9264492505  rm -rf conftest* 
    9264592506  eval "ac_cv_lib_$ac_lib_var=yes" 
    9264692507else 
     
    9267292533  found=no 
    9267392534else 
    9267492535  cat > conftest.$ac_ext <<EOF 
    92675 #line 92676 "configure" 
     92536#line 92537 "configure" 
    9267692537#include "confdefs.h" 
    9267792538main() { return (0); } 
    9267892539EOF 
    92679 if { (eval echo configure:92680: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     92540if { (eval echo configure:92541: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9268092541then 
    9268192542  found=yes 
    9268292543else 
     
    9271492575  else 
    9271592576     
    9271692577   
    92717   unset ac_cv_lib_bind_res_nsend 
    92718   unset ac_cv_lib_bind___res_nsend 
    92719   unset found 
    92720   echo $ac_n "checking for res_nsend in -lbind""... $ac_c" 1>&6 
    92721 echo "configure:92722: checking for res_nsend in -lbind" >&5 
    92722 ac_lib_var=`echo bind'_'res_nsend | sed 'y%./+-%__p_%'` 
    92723 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    92724   echo $ac_n "(cached) $ac_c" 1>&6 
    92725 else 
    92726   ac_save_LIBS="$LIBS" 
    92727 LIBS="-lbind  $LIBS" 
    92728 cat > conftest.$ac_ext <<EOF 
    92729 #line 92730 "configure" 
    92730 #include "confdefs.h" 
    92731 /* Override any gcc2 internal prototype to avoid an error.  */ 
    92732 /* We use char because int might match the return type of a gcc2 
    92733     builtin and then its argument prototype would still apply.  */ 
    92734 char res_nsend(); 
    92735  
    92736 int main() { 
    92737 res_nsend() 
    92738 ; return 0; } 
    92739 EOF 
    92740 if { (eval echo configure:92741: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    92741   rm -rf conftest* 
    92742   eval "ac_cv_lib_$ac_lib_var=yes" 
    92743 else 
    92744   echo "configure: failed program was:" >&5 
    92745   cat conftest.$ac_ext >&5 
    92746   rm -rf conftest* 
    92747   eval "ac_cv_lib_$ac_lib_var=no" 
    92748 fi 
    92749 rm -f conftest* 
    92750 LIBS="$ac_save_LIBS" 
    92751  
    92752 fi 
    92753 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
    92754   echo "$ac_t""yes" 1>&6 
    92755   found=yes 
    92756 else 
    92757   echo "$ac_t""no" 1>&6 
    92758  
    92759     echo $ac_n "checking for __res_nsend in -lbind""... $ac_c" 1>&6 
    92760 echo "configure:92761: checking for __res_nsend in -lbind" >&5 
    92761 ac_lib_var=`echo bind'_'__res_nsend | sed 'y%./+-%__p_%'` 
    92762 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    92763   echo $ac_n "(cached) $ac_c" 1>&6 
    92764 else 
    92765   ac_save_LIBS="$LIBS" 
    92766 LIBS="-lbind  $LIBS" 
    92767 cat > conftest.$ac_ext <<EOF 
    92768 #line 92769 "configure" 
    92769 #include "confdefs.h" 
    92770 /* Override any gcc2 internal prototype to avoid an error.  */ 
    92771 /* We use char because int might match the return type of a gcc2 
    92772     builtin and then its argument prototype would still apply.  */ 
    92773 char __res_nsend(); 
    92774  
    92775 int main() { 
    92776 __res_nsend() 
    92777 ; return 0; } 
    92778 EOF 
    92779 if { (eval echo configure:92780: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    92780   rm -rf conftest* 
    92781   eval "ac_cv_lib_$ac_lib_var=yes" 
    92782 else 
    92783   echo "configure: failed program was:" >&5 
    92784   cat conftest.$ac_ext >&5 
    92785   rm -rf conftest* 
    92786   eval "ac_cv_lib_$ac_lib_var=no" 
    92787 fi 
    92788 rm -f conftest* 
    92789 LIBS="$ac_save_LIBS" 
    92790  
    92791 fi 
    92792 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
    92793   echo "$ac_t""yes" 1>&6 
    92794   found=yes 
    92795 else 
    92796   echo "$ac_t""no" 1>&6 
    92797 found=no 
    92798 fi 
    92799  
    92800    
    92801 fi 
    92802  
    92803  
    92804   if test "$found" = "yes"; then 
    92805     ac_libs=$LIBS 
    92806     LIBS="$LIBS -lbind" 
    92807     if test "$cross_compiling" = yes; then 
    92808   found=no 
    92809 else 
    92810   cat > conftest.$ac_ext <<EOF 
    92811 #line 92812 "configure" 
    92812 #include "confdefs.h" 
    92813 main() { return (0); } 
    92814 EOF 
    92815 if { (eval echo configure:92816: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    92816 then 
    92817   found=yes 
    92818 else 
    92819   echo "configure: failed program was:" >&5 
    92820   cat conftest.$ac_ext >&5 
    92821   rm -fr conftest* 
    92822   found=no 
    92823 fi 
    92824 rm -fr conftest* 
    92825 fi 
    92826  
    92827     LIBS=$ac_libs 
    92828   fi 
    92829  
    92830   if test "$found" = "yes"; then 
    92831      
    92832    
    92833   case bind in 
    92834   c|c_r|pthread*) ;; 
    92835   *)  
    92836       LIBS="-lbind $LIBS"  
    92837    ;; 
    92838   esac 
    92839  
    92840  
    92841     cat >> confdefs.h <<\EOF 
    92842 #define HAVE_RES_NSEND 1 
    92843 EOF 
    92844  
    92845     cat >> confdefs.h <<\EOF 
    92846 #define HAVE_LIBBIND 1 
    92847 EOF 
    92848  
    92849     ac_cv_func_res_nsend=yes 
    92850   else 
    92851      
    92852    
    9285392578  unset ac_cv_lib_socket_res_nsend 
    9285492579  unset ac_cv_lib_socket___res_nsend 
    9285592580  unset found 
    9285692581  echo $ac_n "checking for res_nsend in -lsocket""... $ac_c" 1>&6 
    92857 echo "configure:92858: checking for res_nsend in -lsocket" >&5 
     92582echo "configure:92583: checking for res_nsend in -lsocket" >&5 
    9285892583ac_lib_var=`echo socket'_'res_nsend | sed 'y%./+-%__p_%'` 
    9285992584if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9286092585  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9286292587  ac_save_LIBS="$LIBS" 
    9286392588LIBS="-lsocket  $LIBS" 
    9286492589cat > conftest.$ac_ext <<EOF 
    92865 #line 92866 "configure" 
     92590#line 92591 "configure" 
    9286692591#include "confdefs.h" 
    9286792592/* Override any gcc2 internal prototype to avoid an error.  */ 
    9286892593/* We use char because int might match the return type of a gcc2 
     
    9287392598res_nsend() 
    9287492599; return 0; } 
    9287592600EOF 
    92876 if { (eval echo configure:92877: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92601if { (eval echo configure:92602: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9287792602  rm -rf conftest* 
    9287892603  eval "ac_cv_lib_$ac_lib_var=yes" 
    9287992604else 
     
    9289392618  echo "$ac_t""no" 1>&6 
    9289492619 
    9289592620    echo $ac_n "checking for __res_nsend in -lsocket""... $ac_c" 1>&6 
    92896 echo "configure:92897: checking for __res_nsend in -lsocket" >&5 
     92621echo "configure:92622: checking for __res_nsend in -lsocket" >&5 
    9289792622ac_lib_var=`echo socket'_'__res_nsend | sed 'y%./+-%__p_%'` 
    9289892623if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9289992624  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9290192626  ac_save_LIBS="$LIBS" 
    9290292627LIBS="-lsocket  $LIBS" 
    9290392628cat > conftest.$ac_ext <<EOF 
    92904 #line 92905 "configure" 
     92629#line 92630 "configure" 
    9290592630#include "confdefs.h" 
    9290692631/* Override any gcc2 internal prototype to avoid an error.  */ 
    9290792632/* We use char because int might match the return type of a gcc2 
     
    9291292637__res_nsend() 
    9291392638; return 0; } 
    9291492639EOF 
    92915 if { (eval echo configure:92916: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92640if { (eval echo configure:92641: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9291692641  rm -rf conftest* 
    9291792642  eval "ac_cv_lib_$ac_lib_var=yes" 
    9291892643else 
     
    9294492669  found=no 
    9294592670else 
    9294692671  cat > conftest.$ac_ext <<EOF 
    92947 #line 92948 "configure" 
     92672#line 92673 "configure" 
    9294892673#include "confdefs.h" 
    9294992674main() { return (0); } 
    9295092675EOF 
    92951 if { (eval echo configure:92952: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     92676if { (eval echo configure:92677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9295292677then 
    9295392678  found=yes 
    9295492679else 
     
    9299292717 
    9299392718  fi 
    9299492719   
    92995  
    92996   fi 
    92997    
    9299892720 ;; 
    9299992721   
    9300092722  esac 
     
    9300592727  unset found 
    9300692728   
    9300792729  echo $ac_n "checking for dn_expand""... $ac_c" 1>&6 
    93008 echo "configure:93009: checking for dn_expand" >&5 
     92730echo "configure:92731: checking for dn_expand" >&5 
    9300992731if eval "test \"`echo '$''{'ac_cv_func_dn_expand'+set}'`\" = set"; then 
    9301092732  echo $ac_n "(cached) $ac_c" 1>&6 
    9301192733else 
    9301292734  cat > conftest.$ac_ext <<EOF 
    93013 #line 93014 "configure" 
     92735#line 92736 "configure" 
    9301492736#include "confdefs.h" 
    9301592737/* System header to define __stub macros and hopefully few prototypes, 
    9301692738    which can conflict with char dn_expand(); below.  */ 
     
    9303392755 
    9303492756; return 0; } 
    9303592757EOF 
    93036 if { (eval echo configure:93037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92758if { (eval echo configure:92759: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9303792759  rm -rf conftest* 
    9303892760  eval "ac_cv_func_dn_expand=yes" 
    9303992761else 
     
    9305192773else 
    9305292774  echo "$ac_t""no" 1>&6 
    9305392775 echo $ac_n "checking for __dn_expand""... $ac_c" 1>&6 
    93054 echo "configure:93055: checking for __dn_expand" >&5 
     92776echo "configure:92777: checking for __dn_expand" >&5 
    9305592777if eval "test \"`echo '$''{'ac_cv_func___dn_expand'+set}'`\" = set"; then 
    9305692778  echo $ac_n "(cached) $ac_c" 1>&6 
    9305792779else 
    9305892780  cat > conftest.$ac_ext <<EOF 
    93059 #line 93060 "configure" 
     92781#line 92782 "configure" 
    9306092782#include "confdefs.h" 
    9306192783/* System header to define __stub macros and hopefully few prototypes, 
    9306292784    which can conflict with char __dn_expand(); below.  */ 
     
    9307992801 
    9308092802; return 0; } 
    9308192803EOF 
    93082 if { (eval echo configure:93083: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92804if { (eval echo configure:92805: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9308392805  rm -rf conftest* 
    9308492806  eval "ac_cv_func___dn_expand=yes" 
    9308592807else 
     
    9311792839  unset ac_cv_lib_resolv___dn_expand 
    9311892840  unset found 
    9311992841  echo $ac_n "checking for dn_expand in -lresolv""... $ac_c" 1>&6 
    93120 echo "configure:93121: checking for dn_expand in -lresolv" >&5 
     92842echo "configure:92843: checking for dn_expand in -lresolv" >&5 
    9312192843ac_lib_var=`echo resolv'_'dn_expand | sed 'y%./+-%__p_%'` 
    9312292844if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9312392845  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9312592847  ac_save_LIBS="$LIBS" 
    9312692848LIBS="-lresolv  $LIBS" 
    9312792849cat > conftest.$ac_ext <<EOF 
    93128 #line 93129 "configure" 
     92850#line 92851 "configure" 
    9312992851#include "confdefs.h" 
    9313092852/* Override any gcc2 internal prototype to avoid an error.  */ 
    9313192853/* We use char because int might match the return type of a gcc2 
     
    9313692858dn_expand() 
    9313792859; return 0; } 
    9313892860EOF 
    93139 if { (eval echo configure:93140: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92861if { (eval echo configure:92862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9314092862  rm -rf conftest* 
    9314192863  eval "ac_cv_lib_$ac_lib_var=yes" 
    9314292864else 
     
    9315692878  echo "$ac_t""no" 1>&6 
    9315792879 
    9315892880    echo $ac_n "checking for __dn_expand in -lresolv""... $ac_c" 1>&6 
    93159 echo "configure:93160: checking for __dn_expand in -lresolv" >&5 
     92881echo "configure:92882: checking for __dn_expand in -lresolv" >&5 
    9316092882ac_lib_var=`echo resolv'_'__dn_expand | sed 'y%./+-%__p_%'` 
    9316192883if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9316292884  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9316492886  ac_save_LIBS="$LIBS" 
    9316592887LIBS="-lresolv  $LIBS" 
    9316692888cat > conftest.$ac_ext <<EOF 
    93167 #line 93168 "configure" 
     92889#line 92890 "configure" 
    9316892890#include "confdefs.h" 
    9316992891/* Override any gcc2 internal prototype to avoid an error.  */ 
    9317092892/* We use char because int might match the return type of a gcc2 
     
    9317592897__dn_expand() 
    9317692898; return 0; } 
    9317792899EOF 
    93178 if { (eval echo configure:93179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92900if { (eval echo configure:92901: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9317992901  rm -rf conftest* 
    9318092902  eval "ac_cv_lib_$ac_lib_var=yes" 
    9318192903else 
     
    9320792929  found=no 
    9320892930else 
    9320992931  cat > conftest.$ac_ext <<EOF 
    93210 #line 93211 "configure" 
     92932#line 92933 "configure" 
    9321192933#include "confdefs.h" 
    9321292934main() { return (0); } 
    9321392935EOF 
    93214 if { (eval echo configure:93215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     92936if { (eval echo configure:92937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9321592937then 
    9321692938  found=yes 
    9321792939else 
     
    9324992971  else 
    9325092972     
    9325192973   
    93252   unset ac_cv_lib_bind_dn_expand 
    93253   unset ac_cv_lib_bind___dn_expand 
    93254   unset found 
    93255   echo $ac_n "checking for dn_expand in -lbind""... $ac_c" 1>&6 
    93256 echo "configure:93257: checking for dn_expand in -lbind" >&5 
    93257 ac_lib_var=`echo bind'_'dn_expand | sed 'y%./+-%__p_%'` 
    93258 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    93259   echo $ac_n "(cached) $ac_c" 1>&6 
    93260 else 
    93261   ac_save_LIBS="$LIBS" 
    93262 LIBS="-lbind  $LIBS" 
    93263 cat > conftest.$ac_ext <<EOF 
    93264 #line 93265 "configure" 
    93265 #include "confdefs.h" 
    93266 /* Override any gcc2 internal prototype to avoid an error.  */ 
    93267 /* We use char because int might match the return type of a gcc2 
    93268     builtin and then its argument prototype would still apply.  */ 
    93269 char dn_expand(); 
    93270  
    93271 int main() { 
    93272 dn_expand() 
    93273 ; return 0; } 
    93274 EOF 
    93275 if { (eval echo configure:93276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    93276   rm -rf conftest* 
    93277   eval "ac_cv_lib_$ac_lib_var=yes" 
    93278 else 
    93279   echo "configure: failed program was:" >&5 
    93280   cat conftest.$ac_ext >&5 
    93281   rm -rf conftest* 
    93282   eval "ac_cv_lib_$ac_lib_var=no" 
    93283 fi 
    93284 rm -f conftest* 
    93285 LIBS="$ac_save_LIBS" 
    93286  
    93287 fi 
    93288 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
    93289   echo "$ac_t""yes" 1>&6 
    93290   found=yes 
    93291 else 
    93292   echo "$ac_t""no" 1>&6 
    93293  
    93294     echo $ac_n "checking for __dn_expand in -lbind""... $ac_c" 1>&6 
    93295 echo "configure:93296: checking for __dn_expand in -lbind" >&5 
    93296 ac_lib_var=`echo bind'_'__dn_expand | sed 'y%./+-%__p_%'` 
    93297 if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    93298   echo $ac_n "(cached) $ac_c" 1>&6 
    93299 else 
    93300   ac_save_LIBS="$LIBS" 
    93301 LIBS="-lbind  $LIBS" 
    93302 cat > conftest.$ac_ext <<EOF 
    93303 #line 93304 "configure" 
    93304 #include "confdefs.h" 
    93305 /* Override any gcc2 internal prototype to avoid an error.  */ 
    93306 /* We use char because int might match the return type of a gcc2 
    93307     builtin and then its argument prototype would still apply.  */ 
    93308 char __dn_expand(); 
    93309  
    93310 int main() { 
    93311 __dn_expand() 
    93312 ; return 0; } 
    93313 EOF 
    93314 if { (eval echo configure:93315: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    93315   rm -rf conftest* 
    93316   eval "ac_cv_lib_$ac_lib_var=yes" 
    93317 else 
    93318   echo "configure: failed program was:" >&5 
    93319   cat conftest.$ac_ext >&5 
    93320   rm -rf conftest* 
    93321   eval "ac_cv_lib_$ac_lib_var=no" 
    93322 fi 
    93323 rm -f conftest* 
    93324 LIBS="$ac_save_LIBS" 
    93325  
    93326 fi 
    93327 if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then 
    93328   echo "$ac_t""yes" 1>&6 
    93329   found=yes 
    93330 else 
    93331   echo "$ac_t""no" 1>&6 
    93332 found=no 
    93333 fi 
    93334  
    93335    
    93336 fi 
    93337  
    93338  
    93339   if test "$found" = "yes"; then 
    93340     ac_libs=$LIBS 
    93341     LIBS="$LIBS -lbind" 
    93342     if test "$cross_compiling" = yes; then 
    93343   found=no 
    93344 else 
    93345   cat > conftest.$ac_ext <<EOF 
    93346 #line 93347 "configure" 
    93347 #include "confdefs.h" 
    93348 main() { return (0); } 
    93349 EOF 
    93350 if { (eval echo configure:93351: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    93351 then 
    93352   found=yes 
    93353 else 
    93354   echo "configure: failed program was:" >&5 
    93355   cat conftest.$ac_ext >&5 
    93356   rm -fr conftest* 
    93357   found=no 
    93358 fi 
    93359 rm -fr conftest* 
    93360 fi 
    93361  
    93362     LIBS=$ac_libs 
    93363   fi 
    93364  
    93365   if test "$found" = "yes"; then 
    93366      
    93367    
    93368   case bind in 
    93369   c|c_r|pthread*) ;; 
    93370   *)  
    93371       LIBS="-lbind $LIBS"  
    93372    ;; 
    93373   esac 
    93374  
    93375  
    93376     cat >> confdefs.h <<\EOF 
    93377 #define HAVE_DN_EXPAND 1 
    93378 EOF 
    93379  
    93380     cat >> confdefs.h <<\EOF 
    93381 #define HAVE_LIBBIND 1 
    93382 EOF 
    93383  
    93384     ac_cv_func_dn_expand=yes 
    93385   else 
    93386      
    93387    
    9338892974  unset ac_cv_lib_socket_dn_expand 
    9338992975  unset ac_cv_lib_socket___dn_expand 
    9339092976  unset found 
    9339192977  echo $ac_n "checking for dn_expand in -lsocket""... $ac_c" 1>&6 
    93392 echo "configure:93393: checking for dn_expand in -lsocket" >&5 
     92978echo "configure:92979: checking for dn_expand in -lsocket" >&5 
    9339392979ac_lib_var=`echo socket'_'dn_expand | sed 'y%./+-%__p_%'` 
    9339492980if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9339592981  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9339792983  ac_save_LIBS="$LIBS" 
    9339892984LIBS="-lsocket  $LIBS" 
    9339992985cat > conftest.$ac_ext <<EOF 
    93400 #line 93401 "configure" 
     92986#line 92987 "configure" 
    9340192987#include "confdefs.h" 
    9340292988/* Override any gcc2 internal prototype to avoid an error.  */ 
    9340392989/* We use char because int might match the return type of a gcc2 
     
    9340892994dn_expand() 
    9340992995; return 0; } 
    9341092996EOF 
    93411 if { (eval echo configure:93412: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     92997if { (eval echo configure:92998: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9341292998  rm -rf conftest* 
    9341392999  eval "ac_cv_lib_$ac_lib_var=yes" 
    9341493000else 
     
    9342893014  echo "$ac_t""no" 1>&6 
    9342993015 
    9343093016    echo $ac_n "checking for __dn_expand in -lsocket""... $ac_c" 1>&6 
    93431 echo "configure:93432: checking for __dn_expand in -lsocket" >&5 
     93017echo "configure:93018: checking for __dn_expand in -lsocket" >&5 
    9343293018ac_lib_var=`echo socket'_'__dn_expand | sed 'y%./+-%__p_%'` 
    9343393019if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9343493020  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9343693022  ac_save_LIBS="$LIBS" 
    9343793023LIBS="-lsocket  $LIBS" 
    9343893024cat > conftest.$ac_ext <<EOF 
    93439 #line 93440 "configure" 
     93025#line 93026 "configure" 
    9344093026#include "confdefs.h" 
    9344193027/* Override any gcc2 internal prototype to avoid an error.  */ 
    9344293028/* We use char because int might match the return type of a gcc2 
     
    9344793033__dn_expand() 
    9344893034; return 0; } 
    9344993035EOF 
    93450 if { (eval echo configure:93451: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     93036if { (eval echo configure:93037: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9345193037  rm -rf conftest* 
    9345293038  eval "ac_cv_lib_$ac_lib_var=yes" 
    9345393039else 
     
    9347993065  found=no 
    9348093066else 
    9348193067  cat > conftest.$ac_ext <<EOF 
    93482 #line 93483 "configure" 
     93068#line 93069 "configure" 
    9348393069#include "confdefs.h" 
    9348493070main() { return (0); } 
    9348593071EOF 
    93486 if { (eval echo configure:93487: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     93072if { (eval echo configure:93073: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9348793073then 
    9348893074  found=yes 
    9348993075else 
     
    9352793113 
    9352893114  fi 
    9352993115   
    93530  
    93531   fi 
    93532    
    9353393116 ;; 
    9353493117   
    9353593118  esac 
    9353693119 
    9353793120 
    9353893121echo $ac_n "checking whether atof() accepts NAN""... $ac_c" 1>&6 
    93539 echo "configure:93540: checking whether atof() accepts NAN" >&5 
     93122echo "configure:93123: checking whether atof() accepts NAN" >&5 
    9354093123if eval "test \"`echo '$''{'ac_cv_atof_accept_nan'+set}'`\" = set"; then 
    9354193124  echo $ac_n "(cached) $ac_c" 1>&6 
    9354293125else 
     
    9354793130 
    9354893131else 
    9354993132  cat > conftest.$ac_ext <<EOF 
    93550 #line 93551 "configure" 
     93133#line 93134 "configure" 
    9355193134#include "confdefs.h" 
    9355293135 
    9355393136#include <math.h> 
     
    9356793150} 
    9356893151 
    9356993152EOF 
    93570 if { (eval echo configure:93571: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     93153if { (eval echo configure:93154: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9357193154then 
    9357293155   
    9357393156  ac_cv_atof_accept_nan=yes 
     
    9359493177fi 
    9359593178 
    9359693179echo $ac_n "checking whether atof() accepts INF""... $ac_c" 1>&6 
    93597 echo "configure:93598: checking whether atof() accepts INF" >&5 
     93180echo "configure:93181: checking whether atof() accepts INF" >&5 
    9359893181if eval "test \"`echo '$''{'ac_cv_atof_accept_inf'+set}'`\" = set"; then 
    9359993182  echo $ac_n "(cached) $ac_c" 1>&6 
    9360093183else 
     
    9360593188 
    9360693189else 
    9360793190  cat > conftest.$ac_ext <<EOF 
    93608 #line 93609 "configure" 
     93191#line 93192 "configure" 
    9360993192#include "confdefs.h" 
    9361093193 
    9361193194#include <math.h> 
     
    9362893211} 
    9362993212 
    9363093213EOF 
    93631 if { (eval echo configure:93632: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     93214if { (eval echo configure:93215: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9363293215then 
    9363393216   
    9363493217  ac_cv_atof_accept_inf=yes 
     
    9365593238fi 
    9365693239 
    9365793240echo $ac_n "checking whether HUGE_VAL == INF""... $ac_c" 1>&6 
    93658 echo "configure:93659: checking whether HUGE_VAL == INF" >&5 
     93241echo "configure:93242: checking whether HUGE_VAL == INF" >&5 
    9365993242if eval "test \"`echo '$''{'ac_cv_huge_val_inf'+set}'`\" = set"; then 
    9366093243  echo $ac_n "(cached) $ac_c" 1>&6 
    9366193244else 
     
    9366693249 
    9366793250else 
    9366893251  cat > conftest.$ac_ext <<EOF 
    93669 #line 93670 "configure" 
     93252#line 93253 "configure" 
    9367093253#include "confdefs.h" 
    9367193254 
    9367293255#include <math.h> 
     
    9368993272} 
    9369093273 
    9369193274EOF 
    93692 if { (eval echo configure:93693: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     93275if { (eval echo configure:93276: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9369393276then 
    9369493277   
    9369593278  ac_cv_huge_val_inf=yes 
     
    9371693299fi 
    9371793300 
    9371893301echo $ac_n "checking whether HUGE_VAL + -HUGEVAL == NAN""... $ac_c" 1>&6 
    93719 echo "configure:93720: checking whether HUGE_VAL + -HUGEVAL == NAN" >&5 
     93302echo "configure:93303: checking whether HUGE_VAL + -HUGEVAL == NAN" >&5 
    9372093303if eval "test \"`echo '$''{'ac_cv_huge_val_nan'+set}'`\" = set"; then 
    9372193304  echo $ac_n "(cached) $ac_c" 1>&6 
    9372293305else 
     
    9372793310 
    9372893311else 
    9372993312  cat > conftest.$ac_ext <<EOF 
    93730 #line 93731 "configure" 
     93313#line 93314 "configure" 
    9373193314#include "confdefs.h" 
    9373293315 
    9373393316#include <math.h> 
     
    9375293335} 
    9375393336 
    9375493337EOF 
    93755 if { (eval echo configure:93756: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     93338if { (eval echo configure:93339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9375693339then 
    9375793340   
    9375893341  ac_cv_huge_val_nan=yes 
     
    9377993362fi 
    9378093363 
    9378193364echo $ac_n "checking whether strptime() declaration fails""... $ac_c" 1>&6 
    93782 echo "configure:93783: checking whether strptime() declaration fails" >&5 
     93365echo "configure:93366: checking whether strptime() declaration fails" >&5 
    9378393366if eval "test \"`echo '$''{'ac_cv_strptime_decl_fails'+set}'`\" = set"; then 
    9378493367  echo $ac_n "(cached) $ac_c" 1>&6 
    9378593368else 
    9378693369   
    9378793370cat > conftest.$ac_ext <<EOF 
    93788 #line 93789 "configure" 
     93371#line 93372 "configure" 
    9378993372#include "confdefs.h" 
    9379093373 
    9379193374#include <time.h> 
     
    9380193384 
    9380293385; return 0; } 
    9380393386EOF 
    93804 if { (eval echo configure:93805: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     93387if { (eval echo configure:93388: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    9380593388  rm -rf conftest* 
    9380693389   
    9380793390  ac_cv_strptime_decl_fails=no 
     
    9382993412do 
    9383093413ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    9383193414echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    93832 echo "configure:93833: checking for $ac_hdr" >&5 
     93415echo "configure:93416: checking for $ac_hdr" >&5 
    9383393416if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    9383493417  echo $ac_n "(cached) $ac_c" 1>&6 
    9383593418else 
    9383693419  cat > conftest.$ac_ext <<EOF 
    93837 #line 93838 "configure" 
     93420#line 93421 "configure" 
    9383893421#include "confdefs.h" 
    9383993422#include <$ac_hdr> 
    9384093423EOF 
    9384193424ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    93842 { (eval echo configure:93843: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     93425{ (eval echo configure:93426: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    9384393426ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    9384493427if test -z "$ac_err"; then 
    9384593428  rm -rf conftest* 
     
    9386893451for ac_func in mblen 
    9386993452do 
    9387093453echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    93871 echo "configure:93872: checking for $ac_func" >&5 
     93454echo "configure:93455: checking for $ac_func" >&5 
    9387293455if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    9387393456  echo $ac_n "(cached) $ac_c" 1>&6 
    9387493457else 
    9387593458  cat > conftest.$ac_ext <<EOF 
    93876 #line 93877 "configure" 
     93459#line 93460 "configure" 
    9387793460#include "confdefs.h" 
    9387893461/* System header to define __stub macros and hopefully few prototypes, 
    9387993462    which can conflict with char $ac_func(); below.  */ 
     
    9389693479 
    9389793480; return 0; } 
    9389893481EOF 
    93899 if { (eval echo configure:93900: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     93482if { (eval echo configure:93483: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9390093483  rm -rf conftest* 
    9390193484  eval "ac_cv_func_$ac_func=yes" 
    9390293485else 
     
    9392393506for ac_func in mbrlen mbsinit 
    9392493507do 
    9392593508echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    93926 echo "configure:93927: checking for $ac_func" >&5 
     93509echo "configure:93510: checking for $ac_func" >&5 
    9392793510if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    9392893511  echo $ac_n "(cached) $ac_c" 1>&6 
    9392993512else 
    9393093513  cat > conftest.$ac_ext <<EOF 
    93931 #line 93932 "configure" 
     93514#line 93515 "configure" 
    9393293515#include "confdefs.h" 
    9393393516/* System header to define __stub macros and hopefully few prototypes, 
    9393493517    which can conflict with char $ac_func(); below.  */ 
     
    9395193534 
    9395293535; return 0; } 
    9395393536EOF 
    93954 if { (eval echo configure:93955: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     93537if { (eval echo configure:93538: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9395593538  rm -rf conftest* 
    9395693539  eval "ac_cv_func_$ac_func=yes" 
    9395793540else 
     
    9397693559done 
    9397793560 
    9397893561echo $ac_n "checking for mbstate_t""... $ac_c" 1>&6 
    93979 echo "configure:93980: checking for mbstate_t" >&5 
     93562echo "configure:93563: checking for mbstate_t" >&5 
    9398093563if eval "test \"`echo '$''{'ac_cv_type_mbstate_t'+set}'`\" = set"; then 
    9398193564  echo $ac_n "(cached) $ac_c" 1>&6 
    9398293565else 
    9398393566   
    9398493567cat > conftest.$ac_ext <<EOF 
    93985 #line 93986 "configure" 
     93568#line 93569 "configure" 
    9398693569#include "confdefs.h" 
    9398793570 
    9398893571#ifdef HAVE_WCHAR_H 
     
    9399593578 
    9399693579; return 0; } 
    9399793580EOF 
    93998 if { (eval echo configure:93999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     93581if { (eval echo configure:93582: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    9399993582  rm -rf conftest* 
    9400093583   
    9400193584  ac_cv_type_mbstate_t=yes 
     
    9437193954php_with_sybase=no 
    9437293955 
    9437393956echo $ac_n "checking for Sybase support""... $ac_c" 1>&6 
    94374 echo "configure:94375: checking for Sybase support" >&5 
     93957echo "configure:93958: checking for Sybase support" >&5 
    9437593958# Check whether --with-sybase or --without-sybase was given. 
    9437693959if test "${with_sybase+set}" = set; then 
    9437793960  withval="$with_sybase" 
     
    9483294415  fi 
    9483394416 
    9483494417  echo $ac_n "checking for dnet_addr in -ldnet_stub""... $ac_c" 1>&6 
    94835 echo "configure:94836: checking for dnet_addr in -ldnet_stub" >&5 
     94418echo "configure:94419: checking for dnet_addr in -ldnet_stub" >&5 
    9483694419ac_lib_var=`echo dnet_stub'_'dnet_addr | sed 'y%./+-%__p_%'` 
    9483794420if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9483894421  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9484094423  ac_save_LIBS="$LIBS" 
    9484194424LIBS="-ldnet_stub  $LIBS" 
    9484294425cat > conftest.$ac_ext <<EOF 
    94843 #line 94844 "configure" 
     94426#line 94427 "configure" 
    9484494427#include "confdefs.h" 
    9484594428/* Override any gcc2 internal prototype to avoid an error.  */ 
    9484694429/* We use char because int might match the return type of a gcc2 
     
    9485194434dnet_addr() 
    9485294435; return 0; } 
    9485394436EOF 
    94854 if { (eval echo configure:94855: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     94437if { (eval echo configure:94438: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9485594438  rm -rf conftest* 
    9485694439  eval "ac_cv_lib_$ac_lib_var=yes" 
    9485794440else 
     
    9497794560EOF 
    9497894561 
    9497994562  echo $ac_n "checking for tdsdbopen in -lsybdb""... $ac_c" 1>&6 
    94980 echo "configure:94981: checking for tdsdbopen in -lsybdb" >&5 
     94563echo "configure:94564: checking for tdsdbopen in -lsybdb" >&5 
    9498194564ac_lib_var=`echo sybdb'_'tdsdbopen | sed 'y%./+-%__p_%'` 
    9498294565if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9498394566  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9498594568  ac_save_LIBS="$LIBS" 
    9498694569LIBS="-lsybdb  $LIBS" 
    9498794570cat > conftest.$ac_ext <<EOF 
    94988 #line 94989 "configure" 
     94571#line 94572 "configure" 
    9498994572#include "confdefs.h" 
    9499094573/* Override any gcc2 internal prototype to avoid an error.  */ 
    9499194574/* We use char because int might match the return type of a gcc2 
     
    9499694579tdsdbopen() 
    9499794580; return 0; } 
    9499894581EOF 
    94999 if { (eval echo configure:95000: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     94582if { (eval echo configure:94583: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9500094583  rm -rf conftest* 
    9500194584  eval "ac_cv_lib_$ac_lib_var=yes" 
    9500294585else 
     
    9503894621php_with_sybase_ct=no 
    9503994622 
    9504094623echo $ac_n "checking for Sybase-CT support""... $ac_c" 1>&6 
    95041 echo "configure:95042: checking for Sybase-CT support" >&5 
     94624echo "configure:94625: checking for Sybase-CT support" >&5 
    9504294625# Check whether --with-sybase-ct or --without-sybase-ct was given. 
    9504394626if test "${with_sybase_ct+set}" = set; then 
    9504494627  withval="$with_sybase_ct" 
     
    9567795260  done 
    9567895261 
    9567995262  echo $ac_n "checking for netg_errstr in -ltcl""... $ac_c" 1>&6 
    95680 echo "configure:95681: checking for netg_errstr in -ltcl" >&5 
     95263echo "configure:95264: checking for netg_errstr in -ltcl" >&5 
    9568195264ac_lib_var=`echo tcl'_'netg_errstr | sed 'y%./+-%__p_%'` 
    9568295265if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9568395266  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9568595268  ac_save_LIBS="$LIBS" 
    9568695269LIBS="-ltcl  $LIBS" 
    9568795270cat > conftest.$ac_ext <<EOF 
    95688 #line 95689 "configure" 
     95271#line 95272 "configure" 
    9568995272#include "confdefs.h" 
    9569095273/* Override any gcc2 internal prototype to avoid an error.  */ 
    9569195274/* We use char because int might match the return type of a gcc2 
     
    9569695279netg_errstr() 
    9569795280; return 0; } 
    9569895281EOF 
    95699 if { (eval echo configure:95700: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     95282if { (eval echo configure:95283: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9570095283  rm -rf conftest* 
    9570195284  eval "ac_cv_lib_$ac_lib_var=yes" 
    9570295285else 
     
    9587195454  done 
    9587295455 
    9587395456  echo $ac_n "checking for insck__getVdate in -linsck""... $ac_c" 1>&6 
    95874 echo "configure:95875: checking for insck__getVdate in -linsck" >&5 
     95457echo "configure:95458: checking for insck__getVdate in -linsck" >&5 
    9587595458ac_lib_var=`echo insck'_'insck__getVdate | sed 'y%./+-%__p_%'` 
    9587695459if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9587795460  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9587995462  ac_save_LIBS="$LIBS" 
    9588095463LIBS="-linsck  $LIBS" 
    9588195464cat > conftest.$ac_ext <<EOF 
    95882 #line 95883 "configure" 
     95465#line 95466 "configure" 
    9588395466#include "confdefs.h" 
    9588495467/* Override any gcc2 internal prototype to avoid an error.  */ 
    9588595468/* We use char because int might match the return type of a gcc2 
     
    9589095473insck__getVdate() 
    9589195474; return 0; } 
    9589295475EOF 
    95893 if { (eval echo configure:95894: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     95476if { (eval echo configure:95477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9589495477  rm -rf conftest* 
    9589595478  eval "ac_cv_lib_$ac_lib_var=yes" 
    9589695479else 
     
    9603895621  done 
    9603995622 
    9604095623  echo $ac_n "checking for bsd_tcp in -linsck""... $ac_c" 1>&6 
    96041 echo "configure:96042: checking for bsd_tcp in -linsck" >&5 
     95624echo "configure:95625: checking for bsd_tcp in -linsck" >&5 
    9604295625ac_lib_var=`echo insck'_'bsd_tcp | sed 'y%./+-%__p_%'` 
    9604395626if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9604495627  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9604695629  ac_save_LIBS="$LIBS" 
    9604795630LIBS="-linsck  $LIBS" 
    9604895631cat > conftest.$ac_ext <<EOF 
    96049 #line 96050 "configure" 
     95632#line 95633 "configure" 
    9605095633#include "confdefs.h" 
    9605195634/* Override any gcc2 internal prototype to avoid an error.  */ 
    9605295635/* We use char because int might match the return type of a gcc2 
     
    9605795640bsd_tcp() 
    9605895641; return 0; } 
    9605995642EOF 
    96060 if { (eval echo configure:96061: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     95643if { (eval echo configure:95644: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9606195644  rm -rf conftest* 
    9606295645  eval "ac_cv_lib_$ac_lib_var=yes" 
    9606395646else 
     
    9611795700php_enable_sysvmsg=no 
    9611895701 
    9611995702echo $ac_n "checking whether to enable System V IPC support""... $ac_c" 1>&6 
    96120 echo "configure:96121: checking whether to enable System V IPC support" >&5 
     95703echo "configure:95704: checking whether to enable System V IPC support" >&5 
    9612195704# Check whether --enable-sysvmsg or --disable-sysvmsg was given. 
    9612295705if test "${enable_sysvmsg+set}" = set; then 
    9612395706  enableval="$enable_sysvmsg" 
     
    9616395746if test "$PHP_SYSVMSG" != "no"; then 
    9616495747  ac_safe=`echo "sys/msg.h" | sed 'y%./+-%__p_%'` 
    9616595748echo $ac_n "checking for sys/msg.h""... $ac_c" 1>&6 
    96166 echo "configure:96167: checking for sys/msg.h" >&5 
     95749echo "configure:95750: checking for sys/msg.h" >&5 
    9616795750if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    9616895751  echo $ac_n "(cached) $ac_c" 1>&6 
    9616995752else 
    9617095753  cat > conftest.$ac_ext <<EOF 
    96171 #line 96172 "configure" 
     95754#line 95755 "configure" 
    9617295755#include "confdefs.h" 
    9617395756#include <sys/msg.h> 
    9617495757EOF 
    9617595758ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    96176 { (eval echo configure:96177: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     95759{ (eval echo configure:95760: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    9617795760ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    9617895761if test -z "$ac_err"; then 
    9617995762  rm -rf conftest* 
     
    9648996072php_enable_sysvsem=no 
    9649096073 
    9649196074echo $ac_n "checking whether to enable System V semaphore support""... $ac_c" 1>&6 
    96492 echo "configure:96493: checking whether to enable System V semaphore support" >&5 
     96075echo "configure:96076: checking whether to enable System V semaphore support" >&5 
    9649396076# Check whether --enable-sysvsem or --disable-sysvsem was given. 
    9649496077if test "${enable_sysvsem+set}" = set; then 
    9649596078  enableval="$enable_sysvsem" 
     
    9681996402EOF 
    9682096403 
    9682196404 echo $ac_n "checking for union semun""... $ac_c" 1>&6 
    96822 echo "configure:96823: checking for union semun" >&5 
     96405echo "configure:96406: checking for union semun" >&5 
    9682396406if eval "test \"`echo '$''{'php_cv_semun'+set}'`\" = set"; then 
    9682496407  echo $ac_n "(cached) $ac_c" 1>&6 
    9682596408else 
    9682696409  cat > conftest.$ac_ext <<EOF 
    96827 #line 96828 "configure" 
     96410#line 96411 "configure" 
    9682896411#include "confdefs.h" 
    9682996412 
    9683096413#include <sys/types.h> 
     
    9683596418union semun x; 
    9683696419; return 0; } 
    9683796420EOF 
    96838 if { (eval echo configure:96839: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     96421if { (eval echo configure:96422: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    9683996422  rm -rf conftest* 
    9684096423   
    9684196424     php_cv_semun=yes 
     
    9687196454php_enable_sysvshm=no 
    9687296455 
    9687396456echo $ac_n "checking whether to enable System V shared memory support""... $ac_c" 1>&6 
    96874 echo "configure:96875: checking whether to enable System V shared memory support" >&5 
     96457echo "configure:96458: checking whether to enable System V shared memory support" >&5 
    9687596458# Check whether --enable-sysvshm or --disable-sysvshm was given. 
    9687696459if test "${enable_sysvshm+set}" = set; then 
    9687796460  enableval="$enable_sysvshm" 
     
    9720796790php_with_tidy=no 
    9720896791 
    9720996792echo $ac_n "checking for TIDY support""... $ac_c" 1>&6 
    97210 echo "configure:97211: checking for TIDY support" >&5 
     96793echo "configure:96794: checking for TIDY support" >&5 
    9721196794# Check whether --with-tidy or --without-tidy was given. 
    9721296795if test "${with_tidy+set}" = set; then 
    9721396796  withval="$with_tidy" 
     
    9749997082  done 
    9750097083 
    9750197084  echo $ac_n "checking for tidyOptGetDoc in -ltidy""... $ac_c" 1>&6 
    97502 echo "configure:97503: checking for tidyOptGetDoc in -ltidy" >&5 
     97085echo "configure:97086: checking for tidyOptGetDoc in -ltidy" >&5 
    9750397086ac_lib_var=`echo tidy'_'tidyOptGetDoc | sed 'y%./+-%__p_%'` 
    9750497087if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    9750597088  echo $ac_n "(cached) $ac_c" 1>&6 
     
    9750797090  ac_save_LIBS="$LIBS" 
    9750897091LIBS="-ltidy  $LIBS" 
    9750997092cat > conftest.$ac_ext <<EOF 
    97510 #line 97511 "configure" 
     97093#line 97094 "configure" 
    9751197094#include "confdefs.h" 
    9751297095/* Override any gcc2 internal prototype to avoid an error.  */ 
    9751397096/* We use char because int might match the return type of a gcc2 
     
    9751897101tidyOptGetDoc() 
    9751997102; return 0; } 
    9752097103EOF 
    97521 if { (eval echo configure:97522: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     97104if { (eval echo configure:97105: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    9752297105  rm -rf conftest* 
    9752397106  eval "ac_cv_lib_$ac_lib_var=yes" 
    9752497107else 
     
    9785197434php_enable_tokenizer=yes 
    9785297435 
    9785397436echo $ac_n "checking whether to enable tokenizer support""... $ac_c" 1>&6 
    97854 echo "configure:97855: checking whether to enable tokenizer support" >&5 
     97437echo "configure:97438: checking whether to enable tokenizer support" >&5 
    9785597438# Check whether --enable-tokenizer or --disable-tokenizer was given. 
    9785697439if test "${enable_tokenizer+set}" = set; then 
    9785797440  enableval="$enable_tokenizer" 
     
    9818997772php_enable_wddx=no 
    9819097773 
    9819197774echo $ac_n "checking whether to enable WDDX support""... $ac_c" 1>&6 
    98192 echo "configure:98193: checking whether to enable WDDX support" >&5 
     97775echo "configure:97776: checking whether to enable WDDX support" >&5 
    9819397776# Check whether --enable-wddx or --disable-wddx was given. 
    9819497777if test "${enable_wddx+set}" = set; then 
    9819597778  enableval="$enable_wddx" 
     
    9823797820php_with_libxml_dir=no 
    9823897821 
    9823997822echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 
    98240 echo "configure:98241: checking libxml2 install dir" >&5 
     97823echo "configure:97824: checking libxml2 install dir" >&5 
    9824197824# Check whether --with-libxml-dir or --without-libxml-dir was given. 
    9824297825if test "${with_libxml_dir+set}" = set; then 
    9824397826  withval="$with_libxml_dir" 
     
    9826497847php_with_libexpat_dir=no 
    9826597848 
    9826697849echo $ac_n "checking libexpat dir for WDDX""... $ac_c" 1>&6 
    98267 echo "configure:98268: checking libexpat dir for WDDX" >&5 
     97850echo "configure:97851: checking libexpat dir for WDDX" >&5 
    9826897851# Check whether --with-libexpat-dir or --without-libexpat-dir was given. 
    9826997852if test "${with_libexpat_dir+set}" = set; then 
    9827097853  withval="$with_libexpat_dir" 
     
    9829597878 
    9829697879     
    9829797880echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 
    98298 echo "configure:98299: checking for xml2-config path" >&5 
     97881echo "configure:97882: checking for xml2-config path" >&5 
    9829997882if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 
    9830097883  echo $ac_n "(cached) $ac_c" 1>&6 
    9830197884else 
     
    9845398036 
    9845498037 
    9845598038            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 
    98456 echo "configure:98457: checking whether libxml build works" >&5 
     98039echo "configure:98040: checking whether libxml build works" >&5 
    9845798040if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 
    9845898041  echo $ac_n "(cached) $ac_c" 1>&6 
    9845998042else 
     
    9846998052   
    9847098053else 
    9847198054  cat > conftest.$ac_ext <<EOF 
    98472 #line 98473 "configure" 
     98055#line 98056 "configure" 
    9847398056#include "confdefs.h" 
    9847498057 
    9847598058     
     
    9848098063    } 
    9848198064   
    9848298065EOF 
    98483 if { (eval echo configure:98484: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     98066if { (eval echo configure:98067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9848498067then 
    9848598068   
    9848698069    LIBS=$old_LIBS 
     
    9903698619php_enable_xml=yes 
    9903798620 
    9903898621echo $ac_n "checking whether to enable XML support""... $ac_c" 1>&6 
    99039 echo "configure:99040: checking whether to enable XML support" >&5 
     98622echo "configure:98623: checking whether to enable XML support" >&5 
    9904098623# Check whether --enable-xml or --disable-xml was given. 
    9904198624if test "${enable_xml+set}" = set; then 
    9904298625  enableval="$enable_xml" 
     
    9908498667php_with_libxml_dir=no 
    9908598668 
    9908698669echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 
    99087 echo "configure:99088: checking libxml2 install dir" >&5 
     98670echo "configure:98671: checking libxml2 install dir" >&5 
    9908898671# Check whether --with-libxml-dir or --without-libxml-dir was given. 
    9908998672if test "${with_libxml_dir+set}" = set; then 
    9909098673  withval="$with_libxml_dir" 
     
    9911198694php_with_libexpat_dir=no 
    9911298695 
    9911398696echo $ac_n "checking libexpat install dir""... $ac_c" 1>&6 
    99114 echo "configure:99115: checking libexpat install dir" >&5 
     98697echo "configure:98698: checking libexpat install dir" >&5 
    9911598698# Check whether --with-libexpat-dir or --without-libexpat-dir was given. 
    9911698699if test "${with_libexpat_dir+set}" = set; then 
    9911798700  withval="$with_libexpat_dir" 
     
    9914398726 
    9914498727     
    9914598728echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 
    99146 echo "configure:99147: checking for xml2-config path" >&5 
     98729echo "configure:98730: checking for xml2-config path" >&5 
    9914798730if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 
    9914898731  echo $ac_n "(cached) $ac_c" 1>&6 
    9914998732else 
     
    9930198884 
    9930298885 
    9930398886            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 
    99304 echo "configure:99305: checking whether libxml build works" >&5 
     98887echo "configure:98888: checking whether libxml build works" >&5 
    9930598888if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 
    9930698889  echo $ac_n "(cached) $ac_c" 1>&6 
    9930798890else 
     
    9931798900   
    9931898901else 
    9931998902  cat > conftest.$ac_ext <<EOF 
    99320 #line 99321 "configure" 
     98903#line 98904 "configure" 
    9932198904#include "confdefs.h" 
    9932298905 
    9932398906     
     
    9932898911    } 
    9932998912   
    9933098913EOF 
    99331 if { (eval echo configure:99332: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     98914if { (eval echo configure:98915: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    9933298915then 
    9933398916   
    9933498917    LIBS=$old_LIBS 
     
    9985399436php_enable_xmlreader=yes 
    9985499437 
    9985599438echo $ac_n "checking whether to enable XMLReader support""... $ac_c" 1>&6 
    99856 echo "configure:99857: checking whether to enable XMLReader support" >&5 
     99439echo "configure:99440: checking whether to enable XMLReader support" >&5 
    9985799440# Check whether --enable-xmlreader or --disable-xmlreader was given. 
    9985899441if test "${enable_xmlreader+set}" = set; then 
    9985999442  enableval="$enable_xmlreader" 
     
    9990199484php_with_libxml_dir=no 
    9990299485 
    9990399486echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 
    99904 echo "configure:99905: checking libxml2 install dir" >&5 
     99487echo "configure:99488: checking libxml2 install dir" >&5 
    9990599488# Check whether --with-libxml-dir or --without-libxml-dir was given. 
    9990699489if test "${with_libxml_dir+set}" = set; then 
    9990799490  withval="$with_libxml_dir" 
     
    9993299515 
    9993399516   
    9993499517echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 
    99935 echo "configure:99936: checking for xml2-config path" >&5 
     99518echo "configure:99519: checking for xml2-config path" >&5 
    9993699519if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 
    9993799520  echo $ac_n "(cached) $ac_c" 1>&6 
    9993899521else 
     
    10009099673 
    10009199674 
    10009299675            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 
    100093 echo "configure:100094: checking whether libxml build works" >&5 
     99676echo "configure:99677: checking whether libxml build works" >&5 
    10009499677if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 
    10009599678  echo $ac_n "(cached) $ac_c" 1>&6 
    10009699679else 
     
    10010699689   
    10010799690else 
    10010899691  cat > conftest.$ac_ext <<EOF 
    100109 #line 100110 "configure" 
     99692#line 99693 "configure" 
    10011099693#include "confdefs.h" 
    10011199694 
    10011299695     
     
    10011799700    } 
    10011899701   
    10011999702EOF 
    100120 if { (eval echo configure:100121: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     99703if { (eval echo configure:99704: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    10012199704then 
    10012299705   
    10012399706    LIBS=$old_LIBS 
     
    100488100071php_with_xmlrpc=no 
    100489100072 
    100490100073echo $ac_n "checking for XMLRPC-EPI support""... $ac_c" 1>&6 
    100491 echo "configure:100492: checking for XMLRPC-EPI support" >&5 
     100074echo "configure:100075: checking for XMLRPC-EPI support" >&5 
    100492100075# Check whether --with-xmlrpc or --without-xmlrpc was given. 
    100493100076if test "${with_xmlrpc+set}" = set; then 
    100494100077  withval="$with_xmlrpc" 
     
    100536100119php_with_libxml_dir=no 
    100537100120 
    100538100121echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 
    100539 echo "configure:100540: checking libxml2 install dir" >&5 
     100122echo "configure:100123: checking libxml2 install dir" >&5 
    100540100123# Check whether --with-libxml-dir or --without-libxml-dir was given. 
    100541100124if test "${with_libxml_dir+set}" = set; then 
    100542100125  withval="$with_libxml_dir" 
     
    100563100146php_with_libexpat_dir=no 
    100564100147 
    100565100148echo $ac_n "checking libexpat dir for XMLRPC-EPI""... $ac_c" 1>&6 
    100566 echo "configure:100567: checking libexpat dir for XMLRPC-EPI" >&5 
     100149echo "configure:100150: checking libexpat dir for XMLRPC-EPI" >&5 
    100567100150# Check whether --with-libexpat-dir or --without-libexpat-dir was given. 
    100568100151if test "${with_libexpat_dir+set}" = set; then 
    100569100152  withval="$with_libexpat_dir" 
     
    100589100172php_with_iconv_dir=no 
    100590100173 
    100591100174echo $ac_n "checking iconv dir for XMLRPC-EPI""... $ac_c" 1>&6 
    100592 echo "configure:100593: checking iconv dir for XMLRPC-EPI" >&5 
     100175echo "configure:100176: checking iconv dir for XMLRPC-EPI" >&5 
    100593100176# Check whether --with-iconv-dir or --without-iconv-dir was given. 
    100594100177if test "${with_iconv_dir+set}" = set; then 
    100595100178  withval="$with_iconv_dir" 
     
    100648100231 
    100649100232     
    100650100233echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 
    100651 echo "configure:100652: checking for xml2-config path" >&5 
     100234echo "configure:100235: checking for xml2-config path" >&5 
    100652100235if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 
    100653100236  echo $ac_n "(cached) $ac_c" 1>&6 
    100654100237else 
     
    100806100389 
    100807100390 
    100808100391            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 
    100809 echo "configure:100810: checking whether libxml build works" >&5 
     100392echo "configure:100393: checking whether libxml build works" >&5 
    100810100393if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 
    100811100394  echo $ac_n "(cached) $ac_c" 1>&6 
    100812100395else 
     
    100822100405   
    100823100406else 
    100824100407  cat > conftest.$ac_ext <<EOF 
    100825 #line 100826 "configure" 
     100408#line 100409 "configure" 
    100826100409#include "confdefs.h" 
    100827100410 
    100828100411     
     
    100833100416    } 
    100834100417   
    100835100418EOF 
    100836 if { (eval echo configure:100837: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     100419if { (eval echo configure:100420: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    100837100420then 
    100838100421   
    100839100422    LIBS=$old_LIBS 
     
    101098100681 
    101099100682        if test "$PHP_ICONV" = "yes"; then 
    101100100683    echo $ac_n "checking for iconv""... $ac_c" 1>&6 
    101101 echo "configure:101102: checking for iconv" >&5 
     100684echo "configure:100685: checking for iconv" >&5 
    101102100685if eval "test \"`echo '$''{'ac_cv_func_iconv'+set}'`\" = set"; then 
    101103100686  echo $ac_n "(cached) $ac_c" 1>&6 
    101104100687else 
    101105100688  cat > conftest.$ac_ext <<EOF 
    101106 #line 101107 "configure" 
     100689#line 100690 "configure" 
    101107100690#include "confdefs.h" 
    101108100691/* System header to define __stub macros and hopefully few prototypes, 
    101109100692    which can conflict with char iconv(); below.  */ 
     
    101126100709 
    101127100710; return 0; } 
    101128100711EOF 
    101129 if { (eval echo configure:101130: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     100712if { (eval echo configure:100713: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    101130100713  rm -rf conftest* 
    101131100714  eval "ac_cv_func_iconv=yes" 
    101132100715else 
     
    101147100730  echo "$ac_t""no" 1>&6 
    101148100731 
    101149100732      echo $ac_n "checking for libiconv""... $ac_c" 1>&6 
    101150 echo "configure:101151: checking for libiconv" >&5 
     100733echo "configure:100734: checking for libiconv" >&5 
    101151100734if eval "test \"`echo '$''{'ac_cv_func_libiconv'+set}'`\" = set"; then 
    101152100735  echo $ac_n "(cached) $ac_c" 1>&6 
    101153100736else 
    101154100737  cat > conftest.$ac_ext <<EOF 
    101155 #line 101156 "configure" 
     100738#line 100739 "configure" 
    101156100739#include "confdefs.h" 
    101157100740/* System header to define __stub macros and hopefully few prototypes, 
    101158100741    which can conflict with char libiconv(); below.  */ 
     
    101175100758 
    101176100759; return 0; } 
    101177100760EOF 
    101178 if { (eval echo configure:101179: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     100761if { (eval echo configure:100762: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    101179100762  rm -rf conftest* 
    101180100763  eval "ac_cv_func_libiconv=yes" 
    101181100764else 
     
    101331100914  done 
    101332100915 
    101333100916  echo $ac_n "checking for libiconv in -l$iconv_lib_name""... $ac_c" 1>&6 
    101334 echo "configure:101335: checking for libiconv in -l$iconv_lib_name" >&5 
     100917echo "configure:100918: checking for libiconv in -l$iconv_lib_name" >&5 
    101335100918ac_lib_var=`echo $iconv_lib_name'_'libiconv | sed 'y%./+-%__p_%'` 
    101336100919if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    101337100920  echo $ac_n "(cached) $ac_c" 1>&6 
     
    101339100922  ac_save_LIBS="$LIBS" 
    101340100923LIBS="-l$iconv_lib_name  $LIBS" 
    101341100924cat > conftest.$ac_ext <<EOF 
    101342 #line 101343 "configure" 
     100925#line 100926 "configure" 
    101343100926#include "confdefs.h" 
    101344100927/* Override any gcc2 internal prototype to avoid an error.  */ 
    101345100928/* We use char because int might match the return type of a gcc2 
     
    101350100933libiconv() 
    101351100934; return 0; } 
    101352100935EOF 
    101353 if { (eval echo configure:101354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     100936if { (eval echo configure:100937: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    101354100937  rm -rf conftest* 
    101355100938  eval "ac_cv_lib_$ac_lib_var=yes" 
    101356100939else 
     
    101484101067  done 
    101485101068 
    101486101069  echo $ac_n "checking for iconv in -l$iconv_lib_name""... $ac_c" 1>&6 
    101487 echo "configure:101488: checking for iconv in -l$iconv_lib_name" >&5 
     101070echo "configure:101071: checking for iconv in -l$iconv_lib_name" >&5 
    101488101071ac_lib_var=`echo $iconv_lib_name'_'iconv | sed 'y%./+-%__p_%'` 
    101489101072if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then 
    101490101073  echo $ac_n "(cached) $ac_c" 1>&6 
     
    101492101075  ac_save_LIBS="$LIBS" 
    101493101076LIBS="-l$iconv_lib_name  $LIBS" 
    101494101077cat > conftest.$ac_ext <<EOF 
    101495 #line 101496 "configure" 
     101078#line 101079 "configure" 
    101496101079#include "confdefs.h" 
    101497101080/* Override any gcc2 internal prototype to avoid an error.  */ 
    101498101081/* We use char because int might match the return type of a gcc2 
     
    101503101086iconv() 
    101504101087; return 0; } 
    101505101088EOF 
    101506 if { (eval echo configure:101507: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     101089if { (eval echo configure:101090: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    101507101090  rm -rf conftest* 
    101508101091  eval "ac_cv_lib_$ac_lib_var=yes" 
    101509101092else 
     
    101692101275  # Extract the first word of "ranlib", so it can be a program name with args. 
    101693101276set dummy ranlib; ac_word=$2 
    101694101277echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 
    101695 echo "configure:101696: checking for $ac_word" >&5 
     101278echo "configure:101279: checking for $ac_word" >&5 
    101696101279if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then 
    101697101280  echo $ac_n "(cached) $ac_c" 1>&6 
    101698101281else 
     
    101720101303fi 
    101721101304 
    101722101305echo $ac_n "checking for inline""... $ac_c" 1>&6 
    101723 echo "configure:101724: checking for inline" >&5 
     101306echo "configure:101307: checking for inline" >&5 
    101724101307if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 
    101725101308  echo $ac_n "(cached) $ac_c" 1>&6 
    101726101309else 
    101727101310  ac_cv_c_inline=no 
    101728101311for ac_kw in inline __inline__ __inline; do 
    101729101312  cat > conftest.$ac_ext <<EOF 
    101730 #line 101731 "configure" 
     101313#line 101314 "configure" 
    101731101314#include "confdefs.h" 
    101732101315 
    101733101316int main() { 
    101734101317} $ac_kw foo() { 
    101735101318; return 0; } 
    101736101319EOF 
    101737 if { (eval echo configure:101738: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     101320if { (eval echo configure:101321: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    101738101321  rm -rf conftest* 
    101739101322  ac_cv_c_inline=$ac_kw; break 
    101740101323else 
     
    101772101355 
    101773101356 
    101774101357echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 
    101775 echo "configure:101776: checking for ANSI C header files" >&5 
     101358echo "configure:101359: checking for ANSI C header files" >&5 
    101776101359if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then 
    101777101360  echo $ac_n "(cached) $ac_c" 1>&6 
    101778101361else 
    101779101362  cat > conftest.$ac_ext <<EOF 
    101780 #line 101781 "configure" 
     101363#line 101364 "configure" 
    101781101364#include "confdefs.h" 
    101782101365#include <stdlib.h> 
    101783101366#include <stdarg.h> 
     
    101785101368#include <float.h> 
    101786101369EOF 
    101787101370ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    101788 { (eval echo configure:101789: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     101371{ (eval echo configure:101372: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    101789101372ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    101790101373if test -z "$ac_err"; then 
    101791101374  rm -rf conftest* 
     
    101802101385if test $ac_cv_header_stdc = yes; then 
    101803101386  # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 
    101804101387cat > conftest.$ac_ext <<EOF 
    101805 #line 101806 "configure" 
     101388#line 101389 "configure" 
    101806101389#include "confdefs.h" 
    101807101390#include <string.h> 
    101808101391EOF 
     
    101820101403if test $ac_cv_header_stdc = yes; then 
    101821101404  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 
    101822101405cat > conftest.$ac_ext <<EOF 
    101823 #line 101824 "configure" 
     101406#line 101407 "configure" 
    101824101407#include "confdefs.h" 
    101825101408#include <stdlib.h> 
    101826101409EOF 
     
    101841101424  : 
    101842101425else 
    101843101426  cat > conftest.$ac_ext <<EOF 
    101844 #line 101845 "configure" 
     101427#line 101428 "configure" 
    101845101428#include "confdefs.h" 
    101846101429#include <ctype.h> 
    101847101430#define ISLOWER(c) ('a' <= (c) && (c) <= 'z') 
     
    101852101435exit (0); } 
    101853101436 
    101854101437EOF 
    101855 if { (eval echo configure:101856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     101438if { (eval echo configure:101439: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    101856101439then 
    101857101440  : 
    101858101441else 
     
    101879101462do 
    101880101463ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    101881101464echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    101882 echo "configure:101883: checking for $ac_hdr" >&5 
     101465echo "configure:101466: checking for $ac_hdr" >&5 
    101883101466if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    101884101467  echo $ac_n "(cached) $ac_c" 1>&6 
    101885101468else 
    101886101469  cat > conftest.$ac_ext <<EOF 
    101887 #line 101888 "configure" 
     101470#line 101471 "configure" 
    101888101471#include "confdefs.h" 
    101889101472#include <$ac_hdr> 
    101890101473EOF 
    101891101474ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    101892 { (eval echo configure:101893: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     101475{ (eval echo configure:101476: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    101893101476ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    101894101477if test -z "$ac_err"; then 
    101895101478  rm -rf conftest* 
     
    101921101504 
    101922101505 
    101923101506echo $ac_n "checking size of char""... $ac_c" 1>&6 
    101924 echo "configure:101925: checking size of char" >&5 
     101507echo "configure:101508: checking size of char" >&5 
    101925101508if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then 
    101926101509  echo $ac_n "(cached) $ac_c" 1>&6 
    101927101510else 
     
    101929101512  ac_cv_sizeof_char=1 
    101930101513else 
    101931101514  cat > conftest.$ac_ext <<EOF 
    101932 #line 101933 "configure" 
     101515#line 101516 "configure" 
    101933101516#include "confdefs.h" 
    101934101517#include <stdio.h> 
    101935 int main() 
     101518main() 
    101936101519{ 
    101937101520  FILE *f=fopen("conftestval", "w"); 
    101938   if (!f) return(1); 
     101521  if (!f) exit(1); 
    101939101522  fprintf(f, "%d\n", sizeof(char)); 
    101940   return(0); 
     101523  exit(0); 
    101941101524} 
    101942101525EOF 
    101943 if { (eval echo configure:101944: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     101526if { (eval echo configure:101527: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    101944101527then 
    101945101528  ac_cv_sizeof_char=`cat conftestval` 
    101946101529else 
     
    101961101544 
    101962101545 
    101963101546echo $ac_n "checking size of int""... $ac_c" 1>&6 
    101964 echo "configure:101965: checking size of int" >&5 
     101547echo "configure:101548: checking size of int" >&5 
    101965101548if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then 
    101966101549  echo $ac_n "(cached) $ac_c" 1>&6 
    101967101550else 
     
    101969101552  ac_cv_sizeof_int=4 
    101970101553else 
    101971101554  cat > conftest.$ac_ext <<EOF 
    101972 #line 101973 "configure" 
     101555#line 101556 "configure" 
    101973101556#include "confdefs.h" 
    101974101557#include <stdio.h> 
    101975 int main() 
     101558main() 
    101976101559{ 
    101977101560  FILE *f=fopen("conftestval", "w"); 
    101978   if (!f) return(1); 
     101561  if (!f) exit(1); 
    101979101562  fprintf(f, "%d\n", sizeof(int)); 
    101980   return(0); 
     101563  exit(0); 
    101981101564} 
    101982101565EOF 
    101983 if { (eval echo configure:101984: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     101566if { (eval echo configure:101567: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    101984101567then 
    101985101568  ac_cv_sizeof_int=`cat conftestval` 
    101986101569else 
     
    102000101583 
    102001101584 
    102002101585echo $ac_n "checking size of long""... $ac_c" 1>&6 
    102003 echo "configure:102004: checking size of long" >&5 
     101586echo "configure:101587: checking size of long" >&5 
    102004101587if eval "test \"`echo '$''{'ac_cv_sizeof_long'+set}'`\" = set"; then 
    102005101588  echo $ac_n "(cached) $ac_c" 1>&6 
    102006101589else 
     
    102008101591  ac_cv_sizeof_long=4 
    102009101592else 
    102010101593  cat > conftest.$ac_ext <<EOF 
    102011 #line 102012 "configure" 
     101594#line 101595 "configure" 
    102012101595#include "confdefs.h" 
    102013101596#include <stdio.h> 
    102014 int main() 
     101597main() 
    102015101598{ 
    102016101599  FILE *f=fopen("conftestval", "w"); 
    102017   if (!f) return(1); 
     101600  if (!f) exit(1); 
    102018101601  fprintf(f, "%d\n", sizeof(long)); 
    102019   return(0); 
     101602  exit(0); 
    102020101603} 
    102021101604EOF 
    102022 if { (eval echo configure:102023: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     101605if { (eval echo configure:101606: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    102023101606then 
    102024101607  ac_cv_sizeof_long=`cat conftestval` 
    102025101608else 
     
    102039101622 
    102040101623 
    102041101624echo $ac_n "checking size of long long""... $ac_c" 1>&6 
    102042 echo "configure:102043: checking size of long long" >&5 
     101625echo "configure:101626: checking size of long long" >&5 
    102043101626if eval "test \"`echo '$''{'ac_cv_sizeof_long_long'+set}'`\" = set"; then 
    102044101627  echo $ac_n "(cached) $ac_c" 1>&6 
    102045101628else 
     
    102047101630  ac_cv_sizeof_long_long=8 
    102048101631else 
    102049101632  cat > conftest.$ac_ext <<EOF 
    102050 #line 102051 "configure" 
     101633#line 101634 "configure" 
    102051101634#include "confdefs.h" 
    102052101635#include <stdio.h> 
    102053 int main() 
     101636main() 
    102054101637{ 
    102055101638  FILE *f=fopen("conftestval", "w"); 
    102056   if (!f) return(1); 
     101639  if (!f) exit(1); 
    102057101640  fprintf(f, "%d\n", sizeof(long long)); 
    102058   return(0); 
     101641  exit(0); 
    102059101642} 
    102060101643EOF 
    102061 if { (eval echo configure:102062: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     101644if { (eval echo configure:101645: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    102062101645then 
    102063101646  ac_cv_sizeof_long_long=`cat conftestval` 
    102064101647else 
     
    102078101661 
    102079101662 
    102080101663echo $ac_n "checking for size_t""... $ac_c" 1>&6 
    102081 echo "configure:102082: checking for size_t" >&5 
     101664echo "configure:101665: checking for size_t" >&5 
    102082101665if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 
    102083101666  echo $ac_n "(cached) $ac_c" 1>&6 
    102084101667else 
    102085101668  cat > conftest.$ac_ext <<EOF 
    102086 #line 102087 "configure" 
     101669#line 101670 "configure" 
    102087101670#include "confdefs.h" 
    102088101671#include <sys/types.h> 
    102089101672#if STDC_HEADERS 
     
    102111101694fi 
    102112101695 
    102113101696echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6 
    102114 echo "configure:102115: checking whether time.h and sys/time.h may both be included" >&5 
     101697echo "configure:101698: checking whether time.h and sys/time.h may both be included" >&5 
    102115101698if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then 
    102116101699  echo $ac_n "(cached) $ac_c" 1>&6 
    102117101700else 
    102118101701  cat > conftest.$ac_ext <<EOF 
    102119 #line 102120 "configure" 
     101702#line 101703 "configure" 
    102120101703#include "confdefs.h" 
    102121101704#include <sys/types.h> 
    102122101705#include <sys/time.h> 
     
    102125101708struct tm *tp; 
    102126101709; return 0; } 
    102127101710EOF 
    102128 if { (eval echo configure:102129: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     101711if { (eval echo configure:101712: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    102129101712  rm -rf conftest* 
    102130101713  ac_cv_header_time=yes 
    102131101714else 
     
    102146101729fi 
    102147101730 
    102148101731echo $ac_n "checking for uid_t in sys/types.h""... $ac_c" 1>&6 
    102149 echo "configure:102150: checking for uid_t in sys/types.h" >&5 
     101732echo "configure:101733: checking for uid_t in sys/types.h" >&5 
    102150101733if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then 
    102151101734  echo $ac_n "(cached) $ac_c" 1>&6 
    102152101735else 
    102153101736  cat > conftest.$ac_ext <<EOF 
    102154 #line 102155 "configure" 
     101737#line 101738 "configure" 
    102155101738#include "confdefs.h" 
    102156101739#include <sys/types.h> 
    102157101740EOF 
     
    102191101774 memcpy memmove 
    102192101775do 
    102193101776echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    102194 echo "configure:102195: checking for $ac_func" >&5 
     101777echo "configure:101778: checking for $ac_func" >&5 
    102195101778if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    102196101779  echo $ac_n "(cached) $ac_c" 1>&6 
    102197101780else 
    102198101781  cat > conftest.$ac_ext <<EOF 
    102199 #line 102200 "configure" 
     101782#line 101783 "configure" 
    102200101783#include "confdefs.h" 
    102201101784/* System header to define __stub macros and hopefully few prototypes, 
    102202101785    which can conflict with char $ac_func(); below.  */ 
     
    102219101802 
    102220101803; return 0; } 
    102221101804EOF 
    102222 if { (eval echo configure:102223: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     101805if { (eval echo configure:101806: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    102223101806  rm -rf conftest* 
    102224101807  eval "ac_cv_func_$ac_func=yes" 
    102225101808else 
     
    102562102145    XMLRPC_DIR=$PHP_XMLRPC/include/xmlrpc-epi 
    102563102146  else 
    102564102147    echo $ac_n "checking for XMLRPC-EPI in default path""... $ac_c" 1>&6 
    102565 echo "configure:102566: checking for XMLRPC-EPI in default path" >&5 
     102148echo "configure:102149: checking for XMLRPC-EPI in default path" >&5 
    102566102149    for i in /usr/local /usr; do 
    102567102150      if test -r $i/include/xmlrpc.h; then 
    102568102151        XMLRPC_DIR=$i/include 
     
    102994102577php_enable_xmlwriter=yes 
    102995102578 
    102996102579echo $ac_n "checking whether to enable XMLWriter support""... $ac_c" 1>&6 
    102997 echo "configure:102998: checking whether to enable XMLWriter support" >&5 
     102580echo "configure:102581: checking whether to enable XMLWriter support" >&5 
    102998102581# Check whether --enable-xmlwriter or --disable-xmlwriter was given. 
    102999102582if test "${enable_xmlwriter+set}" = set; then 
    103000102583  enableval="$enable_xmlwriter" 
     
    103042102625php_with_libxml_dir=no 
    103043102626 
    103044102627echo $ac_n "checking libxml2 install dir""... $ac_c" 1>&6 
    103045 echo "configure:103046: checking libxml2 install dir" >&5 
     102628echo "configure:102629: checking libxml2 install dir" >&5 
    103046102629# Check whether --with-libxml-dir or --without-libxml-dir was given. 
    103047102630if test "${with_libxml_dir+set}" = set; then 
    103048102631  withval="$with_libxml_dir" 
     
    103073102656 
    103074102657   
    103075102658echo $ac_n "checking for xml2-config path""... $ac_c" 1>&6 
    103076 echo "configure:103077: checking for xml2-config path" >&5 
     102659echo "configure:102660: checking for xml2-config path" >&5 
    103077102660if eval "test \"`echo '$''{'ac_cv_php_xml2_config_path'+set}'`\" = set"; then 
    103078102661  echo $ac_n "(cached) $ac_c" 1>&6 
    103079102662else 
     
    103231102814 
    103232102815 
    103233102816            echo $ac_n "checking whether libxml build works""... $ac_c" 1>&6 
    103234 echo "configure:103235: checking whether libxml build works" >&5 
     102817echo "configure:102818: checking whether libxml build works" >&5 
    103235102818if eval "test \"`echo '$''{'php_cv_libxml_build_works'+set}'`\" = set"; then 
    103236102819  echo $ac_n "(cached) $ac_c" 1>&6 
    103237102820else 
     
    103247102830   
    103248102831else 
    103249102832  cat > conftest.$ac_ext <<EOF 
    103250 #line 103251 "configure" 
     102833#line 102834 "configure" 
    103251102834#include "confdefs.h" 
    103252102835 
    103253102836     
     
    103258102841    } 
    103259102842   
    103260102843EOF 
    103261 if { (eval echo configure:103262: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     102844if { (eval echo configure:102845: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    103262102845then 
    103263102846   
    103264102847    LIBS=$old_LIBS 
     
    103597103180php_with_xsl=no 
    103598103181 
    103599103182echo $ac_n "checking for XSL support""... $ac_c" 1>&6 
    103600 echo "configure:103601: checking for XSL support" >&5 
     103183echo "configure:103184: checking for XSL support" >&5 
    103601103184# Check whether --with-xsl or --without-xsl was given. 
    103602103185if test "${with_xsl+set}" = set; then 
    103603103186  withval="$with_xsl" 
     
    103800103383 
    103801103384       
    103802103385      echo $ac_n "checking for EXSLT support""... $ac_c" 1>&6 
    103803 echo "configure:103804: checking for EXSLT support" >&5 
     103386echo "configure:103387: checking for EXSLT support" >&5 
    103804103387      for i in $PHP_XSL /usr/local /usr; do 
    103805103388        if test -r "$i/include/libexslt/exslt.h"; then 
    103806103389          PHP_XSL_EXSL_DIR=$i 
     
    104265103848php_enable_zip=no 
    104266103849 
    104267103850echo $ac_n "checking for zip archive read/writesupport""... $ac_c" 1>&6 
    104268 echo "configure:104269: checking for zip archive read/writesupport" >&5 
     103851echo "configure:103852: checking for zip archive read/writesupport" >&5 
    104269103852# Check whether --enable-zip or --disable-zip was given. 
    104270103853if test "${enable_zip+set}" = set; then 
    104271103854  enableval="$enable_zip" 
     
    104313103896php_with_zlib_dir=no 
    104314103897 
    104315103898echo $ac_n "checking for the location of libz""... $ac_c" 1>&6 
    104316 echo "configure:104317: checking for the location of libz" >&5 
     103899echo "configure:103900: checking for the location of libz" >&5 
    104317103900# Check whether --with-zlib-dir or --without-zlib-dir was given. 
    104318103901if test "${with_zlib_dir+set}" = set; then 
    104319103902  withval="$with_zlib_dir" 
     
    104361103944        fi 
    104362103945 
    104363103946                echo $ac_n "checking for the location of zlib""... $ac_c" 1>&6 
    104364 echo "configure:104365: checking for the location of zlib" >&5 
     103947echo "configure:103948: checking for the location of zlib" >&5 
    104365103948        if test "$PHP_ZLIB_DIR" = "no"; then 
    104366103949                { 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; } 
    104367103950        else 
     
    104878104461php_with_pear=DEFAULT 
    104879104462 
    104880104463echo $ac_n "checking whether to install PEAR""... $ac_c" 1>&6 
    104881 echo "configure:104882: checking whether to install PEAR" >&5 
     104464echo "configure:104465: checking whether to install PEAR" >&5 
    104882104465# Check whether --with-pear or --without-pear was given. 
    104883104466if test "${with_pear+set}" = set; then 
    104884104467  withval="$with_pear" 
     
    104988104571  bison_version=none 
    104989104572  if test "$YACC"; then 
    104990104573    echo $ac_n "checking for bison version""... $ac_c" 1>&6 
    104991 echo "configure:104992: checking for bison version" >&5 
     104574echo "configure:104575: checking for bison version" >&5 
    104992104575if eval "test \"`echo '$''{'php_cv_bison_version'+set}'`\" = set"; then 
    104993104576  echo $ac_n "(cached) $ac_c" 1>&6 
    104994104577else 
     
    105045104628do 
    105046104629ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    105047104630echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    105048 echo "configure:105049: checking for $ac_hdr" >&5 
     104631echo "configure:104632: checking for $ac_hdr" >&5 
    105049104632if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    105050104633  echo $ac_n "(cached) $ac_c" 1>&6 
    105051104634else 
    105052104635  cat > conftest.$ac_ext <<EOF 
    105053 #line 105054 "configure" 
     104636#line 104637 "configure" 
    105054104637#include "confdefs.h" 
    105055104638#include <$ac_hdr> 
    105056104639EOF 
    105057104640ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    105058 { (eval echo configure:105059: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     104641{ (eval echo configure:104642: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    105059104642ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    105060104643if test -z "$ac_err"; then 
    105061104644  rm -rf conftest* 
     
    105083104666 
    105084104667 
    105085104668echo $ac_n "checking for size_t""... $ac_c" 1>&6 
    105086 echo "configure:105087: checking for size_t" >&5 
     104669echo "configure:104670: checking for size_t" >&5 
    105087104670if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then 
    105088104671  echo $ac_n "(cached) $ac_c" 1>&6 
    105089104672else 
    105090104673  cat > conftest.$ac_ext <<EOF 
    105091 #line 105092 "configure" 
     104674#line 104675 "configure" 
    105092104675#include "confdefs.h" 
    105093104676#include <sys/types.h> 
    105094104677#if STDC_HEADERS 
     
    105116104699fi 
    105117104700 
    105118104701echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6 
    105119 echo "configure:105120: checking return type of signal handlers" >&5 
     104702echo "configure:104703: checking return type of signal handlers" >&5 
    105120104703if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then 
    105121104704  echo $ac_n "(cached) $ac_c" 1>&6 
    105122104705else 
    105123104706  cat > conftest.$ac_ext <<EOF 
    105124 #line 105125 "configure" 
     104707#line 104708 "configure" 
    105125104708#include "confdefs.h" 
    105126104709#include <sys/types.h> 
    105127104710#include <signal.h> 
     
    105138104721int i; 
    105139104722; return 0; } 
    105140104723EOF 
    105141 if { (eval echo configure:105142: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     104724if { (eval echo configure:104725: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    105142104725  rm -rf conftest* 
    105143104726  ac_cv_type_signal=void 
    105144104727else 
     
    105162104745 
    105163104746 
    105164104747echo $ac_n "checking for uint""... $ac_c" 1>&6 
    105165 echo "configure:105166: checking for uint" >&5 
     104748echo "configure:104749: checking for uint" >&5 
    105166104749if eval "test \"`echo '$''{'ac_cv_type_uint'+set}'`\" = set"; then 
    105167104750  echo $ac_n "(cached) $ac_c" 1>&6 
    105168104751else 
    105169104752  cat > conftest.$ac_ext <<EOF 
    105170 #line 105171 "configure" 
     104753#line 104754 "configure" 
    105171104754#include "confdefs.h" 
    105172104755#include <sys/types.h> 
    105173104756#if STDC_HEADERS 
     
    105195104778fi 
    105196104779 
    105197104780echo $ac_n "checking for ulong""... $ac_c" 1>&6 
    105198 echo "configure:105199: checking for ulong" >&5 
     104781echo "configure:104782: checking for ulong" >&5 
    105199104782if eval "test \"`echo '$''{'ac_cv_type_ulong'+set}'`\" = set"; then 
    105200104783  echo $ac_n "(cached) $ac_c" 1>&6 
    105201104784else 
    105202104785  cat > conftest.$ac_ext <<EOF 
    105203 #line 105204 "configure" 
     104786#line 104787 "configure" 
    105204104787#include "confdefs.h" 
    105205104788#include <sys/types.h> 
    105206104789#if STDC_HEADERS 
     
    105230104813 
    105231104814 
    105232104815echo $ac_n "checking for int32_t""... $ac_c" 1>&6 
    105233 echo "configure:105234: checking for int32_t" >&5 
     104816echo "configure:104817: checking for int32_t" >&5 
    105234104817cat > conftest.$ac_ext <<EOF 
    105235 #line 105236 "configure" 
     104818#line 104819 "configure" 
    105236104819#include "confdefs.h" 
    105237104820 
    105238104821#if HAVE_SYS_TYPES_H   
     
    105251104834 
    105252104835; return 0; } 
    105253104836EOF 
    105254 if { (eval echo configure:105255: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     104837if { (eval echo configure:104838: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    105255104838  rm -rf conftest* 
    105256104839   
    105257104840  cat >> confdefs.h <<EOF 
     
    105270104853rm -f conftest* 
    105271104854 
    105272104855echo $ac_n "checking for uint32_t""... $ac_c" 1>&6 
    105273 echo "configure:105274: checking for uint32_t" >&5 
     104856echo "configure:104857: checking for uint32_t" >&5 
    105274104857cat > conftest.$ac_ext <<EOF 
    105275 #line 105276 "configure" 
     104858#line 104859 "configure" 
    105276104859#include "confdefs.h" 
    105277104860 
    105278104861#if HAVE_SYS_TYPES_H   
     
    105291104874 
    105292104875; return 0; } 
    105293104876EOF 
    105294 if { (eval echo configure:105295: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     104877if { (eval echo configure:104878: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    105295104878  rm -rf conftest* 
    105296104879   
    105297104880  cat >> confdefs.h <<EOF 
     
    105310104893rm -f conftest* 
    105311104894 
    105312104895echo $ac_n "checking for vprintf""... $ac_c" 1>&6 
    105313 echo "configure:105314: checking for vprintf" >&5 
     104896echo "configure:104897: checking for vprintf" >&5 
    105314104897if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then 
    105315104898  echo $ac_n "(cached) $ac_c" 1>&6 
    105316104899else 
    105317104900  cat > conftest.$ac_ext <<EOF 
    105318 #line 105319 "configure" 
     104901#line 104902 "configure" 
    105319104902#include "confdefs.h" 
    105320104903/* System header to define __stub macros and hopefully few prototypes, 
    105321104904    which can conflict with char vprintf(); below.  */ 
     
    105338104921 
    105339104922; return 0; } 
    105340104923EOF 
    105341 if { (eval echo configure:105342: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     104924if { (eval echo configure:104925: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    105342104925  rm -rf conftest* 
    105343104926  eval "ac_cv_func_vprintf=yes" 
    105344104927else 
     
    105362104945 
    105363104946if test "$ac_cv_func_vprintf" != yes; then 
    105364104947echo $ac_n "checking for _doprnt""... $ac_c" 1>&6 
    105365 echo "configure:105366: checking for _doprnt" >&5 
     104948echo "configure:104949: checking for _doprnt" >&5 
    105366104949if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then 
    105367104950  echo $ac_n "(cached) $ac_c" 1>&6 
    105368104951else 
    105369104952  cat > conftest.$ac_ext <<EOF 
    105370 #line 105371 "configure" 
     104953#line 104954 "configure" 
    105371104954#include "confdefs.h" 
    105372104955/* System header to define __stub macros and hopefully few prototypes, 
    105373104956    which can conflict with char _doprnt(); below.  */ 
     
    105390104973 
    105391104974; return 0; } 
    105392104975EOF 
    105393 if { (eval echo configure:105394: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     104976if { (eval echo configure:104977: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    105394104977  rm -rf conftest* 
    105395104978  eval "ac_cv_func__doprnt=yes" 
    105396104979else 
     
    105415104998fi 
    105416104999 
    105417105000echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6 
    105418 echo "configure:105419: checking for 8-bit clean memcmp" >&5 
     105001echo "configure:105002: checking for 8-bit clean memcmp" >&5 
    105419105002if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then 
    105420105003  echo $ac_n "(cached) $ac_c" 1>&6 
    105421105004else 
     
    105423105006  ac_cv_func_memcmp_clean=no 
    105424105007else 
    105425105008  cat > conftest.$ac_ext <<EOF 
    105426 #line 105427 "configure" 
     105009#line 105010 "configure" 
    105427105010#include "confdefs.h" 
    105428105011 
    105429105012main() 
     
    105433105016} 
    105434105017 
    105435105018EOF 
    105436 if { (eval echo configure:105437: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     105019if { (eval echo configure:105020: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    105437105020then 
    105438105021  ac_cv_func_memcmp_clean=yes 
    105439105022else 
     
    105453105036# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works 
    105454105037# for constant arguments.  Useless! 
    105455105038echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 
    105456 echo "configure:105457: checking for working alloca.h" >&5 
     105039echo "configure:105040: checking for working alloca.h" >&5 
    105457105040if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then 
    105458105041  echo $ac_n "(cached) $ac_c" 1>&6 
    105459105042else 
    105460105043  cat > conftest.$ac_ext <<EOF 
    105461 #line 105462 "configure" 
     105044#line 105045 "configure" 
    105462105045#include "confdefs.h" 
    105463105046#include <alloca.h> 
    105464105047int main() { 
    105465105048char *p = alloca(2 * sizeof(int)); 
    105466105049; return 0; } 
    105467105050EOF 
    105468 if { (eval echo configure:105469: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     105051if { (eval echo configure:105052: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    105469105052  rm -rf conftest* 
    105470105053  ac_cv_header_alloca_h=yes 
    105471105054else 
     
    105486105069fi 
    105487105070 
    105488105071echo $ac_n "checking for alloca""... $ac_c" 1>&6 
    105489 echo "configure:105490: checking for alloca" >&5 
     105072echo "configure:105073: checking for alloca" >&5 
    105490105073if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then 
    105491105074  echo $ac_n "(cached) $ac_c" 1>&6 
    105492105075else 
    105493105076  cat > conftest.$ac_ext <<EOF 
    105494 #line 105495 "configure" 
     105077#line 105078 "configure" 
    105495105078#include "confdefs.h" 
    105496105079 
    105497105080#ifdef __GNUC__ 
     
    105519105102char *p = (char *) alloca(1); 
    105520105103; return 0; } 
    105521105104EOF 
    105522 if { (eval echo configure:105523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     105105if { (eval echo configure:105106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    105523105106  rm -rf conftest* 
    105524105107  ac_cv_func_alloca_works=yes 
    105525105108else 
     
    105551105134 
    105552105135 
    105553105136echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 
    105554 echo "configure:105555: checking whether alloca needs Cray hooks" >&5 
     105137echo "configure:105138: checking whether alloca needs Cray hooks" >&5 
    105555105138if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then 
    105556105139  echo $ac_n "(cached) $ac_c" 1>&6 
    105557105140else 
    105558105141  cat > conftest.$ac_ext <<EOF 
    105559 #line 105560 "configure" 
     105142#line 105143 "configure" 
    105560105143#include "confdefs.h" 
    105561105144#if defined(CRAY) && ! defined(CRAY2) 
    105562105145webecray 
     
    105581105164if test $ac_cv_os_cray = yes; then 
    105582105165for ac_func in _getb67 GETB67 getb67; do 
    105583105166  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    105584 echo "configure:105585: checking for $ac_func" >&5 
     105167echo "configure:105168: checking for $ac_func" >&5 
    105585105168if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    105586105169  echo $ac_n "(cached) $ac_c" 1>&6 
    105587105170else 
    105588105171  cat > conftest.$ac_ext <<EOF 
    105589 #line 105590 "configure" 
     105172#line 105173 "configure" 
    105590105173#include "confdefs.h" 
    105591105174/* System header to define __stub macros and hopefully few prototypes, 
    105592105175    which can conflict with char $ac_func(); below.  */ 
     
    105609105192 
    105610105193; return 0; } 
    105611105194EOF 
    105612 if { (eval echo configure:105613: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     105195if { (eval echo configure:105196: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    105613105196  rm -rf conftest* 
    105614105197  eval "ac_cv_func_$ac_func=yes" 
    105615105198else 
     
    105636105219fi 
    105637105220 
    105638105221echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 
    105639 echo "configure:105640: checking stack direction for C alloca" >&5 
     105222echo "configure:105223: checking stack direction for C alloca" >&5 
    105640105223if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then 
    105641105224  echo $ac_n "(cached) $ac_c" 1>&6 
    105642105225else 
     
    105644105227  ac_cv_c_stack_direction=0 
    105645105228else 
    105646105229  cat > conftest.$ac_ext <<EOF 
    105647 #line 105648 "configure" 
     105230#line 105231 "configure" 
    105648105231#include "confdefs.h" 
    105649105232find_stack_direction () 
    105650105233{ 
     
    105663105246  exit (find_stack_direction() < 0); 
    105664105247} 
    105665105248EOF 
    105666 if { (eval echo configure:105667: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     105249if { (eval echo configure:105250: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    105667105250then 
    105668105251  ac_cv_c_stack_direction=1 
    105669105252else 
     
    105687105270for ac_func in memcpy strdup getpid kill strtod strtol finite fpclass 
    105688105271do 
    105689105272echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    105690 echo "configure:105691: checking for $ac_func" >&5 
     105273echo "configure:105274: checking for $ac_func" >&5 
    105691105274if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    105692105275  echo $ac_n "(cached) $ac_c" 1>&6 
    105693105276else 
    105694105277  cat > conftest.$ac_ext <<EOF 
    105695 #line 105696 "configure" 
     105278#line 105279 "configure" 
    105696105279#include "confdefs.h" 
    105697105280/* System header to define __stub macros and hopefully few prototypes, 
    105698105281    which can conflict with char $ac_func(); below.  */ 
     
    105715105298 
    105716105299; return 0; } 
    105717105300EOF 
    105718 if { (eval echo configure:105719: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     105301if { (eval echo configure:105302: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    105719105302  rm -rf conftest* 
    105720105303  eval "ac_cv_func_$ac_func=yes" 
    105721105304else 
     
    105741105324 
    105742105325 
    105743105326  echo $ac_n "checking whether sprintf is broken""... $ac_c" 1>&6 
    105744 echo "configure:105745: checking whether sprintf is broken" >&5 
     105327echo "configure:105328: checking whether sprintf is broken" >&5 
    105745105328if eval "test \"`echo '$''{'ac_cv_broken_sprintf'+set}'`\" = set"; then 
    105746105329  echo $ac_n "(cached) $ac_c" 1>&6 
    105747105330else 
     
    105752105335     
    105753105336else 
    105754105337  cat > conftest.$ac_ext <<EOF 
    105755 #line 105756 "configure" 
     105338#line 105339 "configure" 
    105756105339#include "confdefs.h" 
    105757105340main() {char buf[20];exit(sprintf(buf,"testing 123")!=11); } 
    105758105341EOF 
    105759 if { (eval echo configure:105760: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     105342if { (eval echo configure:105343: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    105760105343then 
    105761105344   
    105762105345      ac_cv_broken_sprintf=no 
     
    105790105373for ac_func in finite isfinite isinf isnan 
    105791105374do 
    105792105375echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 
    105793 echo "configure:105794: checking for $ac_func" >&5 
     105376echo "configure:105377: checking for $ac_func" >&5 
    105794105377if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then 
    105795105378  echo $ac_n "(cached) $ac_c" 1>&6 
    105796105379else 
    105797105380  cat > conftest.$ac_ext <<EOF 
    105798 #line 105799 "configure" 
     105381#line 105382 "configure" 
    105799105382#include "confdefs.h" 
    105800105383/* System header to define __stub macros and hopefully few prototypes, 
    105801105384    which can conflict with char $ac_func(); below.  */ 
     
    105818105401 
    105819105402; return 0; } 
    105820105403EOF 
    105821 if { (eval echo configure:105822: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
     105404if { (eval echo configure:105405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then 
    105822105405  rm -rf conftest* 
    105823105406  eval "ac_cv_func_$ac_func=yes" 
    105824105407else 
     
    105845105428 
    105846105429 
    105847105430  echo $ac_n "checking whether fp_except is defined""... $ac_c" 1>&6 
    105848 echo "configure:105849: checking whether fp_except is defined" >&5 
     105431echo "configure:105432: checking whether fp_except is defined" >&5 
    105849105432if eval "test \"`echo '$''{'ac_cv_type_fp_except'+set}'`\" = set"; then 
    105850105433  echo $ac_n "(cached) $ac_c" 1>&6 
    105851105434else 
    105852105435   
    105853105436    cat > conftest.$ac_ext <<EOF 
    105854 #line 105855 "configure" 
     105437#line 105438 "configure" 
    105855105438#include "confdefs.h" 
    105856105439 
    105857105440#include <floatingpoint.h> 
     
    105862105445 
    105863105446; return 0; } 
    105864105447EOF 
    105865 if { (eval echo configure:105866: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     105448if { (eval echo configure:105449: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    105866105449  rm -rf conftest* 
    105867105450   
    105868105451     ac_cv_type_fp_except=yes 
     
    105892105475do 
    105893105476ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` 
    105894105477echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 
    105895 echo "configure:105896: checking for $ac_hdr" >&5 
     105478echo "configure:105479: checking for $ac_hdr" >&5 
    105896105479if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then 
    105897105480  echo $ac_n "(cached) $ac_c" 1>&6 
    105898105481else 
    105899105482  cat > conftest.$ac_ext <<EOF 
    105900 #line 105901 "configure" 
     105483#line 105484 "configure" 
    105901105484#include "confdefs.h" 
    105902105485#include <$ac_hdr> 
    105903105486EOF 
    105904105487ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" 
    105905 { (eval echo configure:105906: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
     105488{ (eval echo configure:105489: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } 
    105906105489ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` 
    105907105490if test -z "$ac_err"; then 
    105908105491  rm -rf conftest* 
     
    105930105513 
    105931105514 
    105932105515echo $ac_n "checking whether dlsym() requires a leading underscore in symbol names""... $ac_c" 1>&6 
    105933 echo "configure:105934: checking whether dlsym() requires a leading underscore in symbol names" >&5 
     105516echo "configure:105517: checking whether dlsym() requires a leading underscore in symbol names" >&5 
    105934105517if test "$cross_compiling" = yes; then : 
    105935105518   
    105936105519else 
    105937105520  lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2 
    105938105521  lt_status=$lt_dlunknown 
    105939105522  cat > conftest.$ac_ext <<EOF 
    105940 #line 105941 "configure" 
     105523#line 105524 "configure" 
    105941105524#include "confdefs.h" 
    105942105525 
    105943105526#if HAVE_DLFCN_H 
     
    105998105581    exit (status); 
    105999105582} 
    106000105583EOF 
    106001   if { (eval echo configure:106002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 
     105584  if { (eval echo configure:105585: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} 2>/dev/null; then 
    106002105585    (./conftest; exit; ) >&5 2>/dev/null 
    106003105586    lt_status=$? 
    106004105587    case x$lt_status in 
     
    106081105664 
    106082105665 
    106083105666echo $ac_n "checking virtual machine dispatch method""... $ac_c" 1>&6 
    106084 echo "configure:106085: checking virtual machine dispatch method" >&5 
     105667echo "configure:105668: checking virtual machine dispatch method" >&5 
    106085105668echo "$ac_t""$PHP_ZEND_VM" 1>&6 
    106086105669 
    106087105670echo $ac_n "checking whether to enable thread-safety""... $ac_c" 1>&6 
    106088 echo "configure:106089: checking whether to enable thread-safety" >&5 
     105671echo "configure:105672: checking whether to enable thread-safety" >&5 
    106089105672echo "$ac_t""$ZEND_MAINTAINER_ZTS" 1>&6 
    106090105673 
    106091105674echo $ac_n "checking whether to enable inline optimization for GCC""... $ac_c" 1>&6 
    106092 echo "configure:106093: checking whether to enable inline optimization for GCC" >&5 
     105675echo "configure:105676: checking whether to enable inline optimization for GCC" >&5 
    106093105676echo "$ac_t""$ZEND_INLINE_OPTIMIZATION" 1>&6 
    106094105677 
    106095105678echo $ac_n "checking whether to enable Zend debugging""... $ac_c" 1>&6 
    106096 echo "configure:106097: checking whether to enable Zend debugging" >&5 
     105679echo "configure:105680: checking whether to enable Zend debugging" >&5 
    106097105680echo "$ac_t""$ZEND_DEBUG" 1>&6 
    106098105681 
    106099105682echo $ac_n "checking whether to enable Zend multibyte""... $ac_c" 1>&6 
    106100 echo "configure:106101: checking whether to enable Zend multibyte" >&5 
     105683echo "configure:105684: checking whether to enable Zend multibyte" >&5 
    106101105684echo "$ac_t""$ZEND_MULTIBYTE" 1>&6 
    106102105685         
    106103105686case $PHP_ZEND_VM in 
     
    106170105753 
    106171105754 
    106172105755echo $ac_n "checking for inline""... $ac_c" 1>&6 
    106173 echo "configure:106174: checking for inline" >&5 
     105756echo "configure:105757: checking for inline" >&5 
    106174105757if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then 
    106175105758  echo $ac_n "(cached) $ac_c" 1>&6 
    106176105759else 
    106177105760  ac_cv_c_inline=no 
    106178105761for ac_kw in inline __inline__ __inline; do 
    106179105762  cat > conftest.$ac_ext <<EOF 
    106180 #line 106181 "configure" 
     105763#line 105764 "configure" 
    106181105764#include "confdefs.h" 
    106182105765 
    106183105766int main() { 
    106184105767} $ac_kw foo() { 
    106185105768; return 0; } 
    106186105769EOF 
    106187 if { (eval echo configure:106188: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
     105770if { (eval echo configure:105771: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then 
    106188105771  rm -rf conftest* 
    106189105772  ac_cv_c_inline=$ac_kw; break 
    106190105773else 
     
    106213105796 
    106214105797 
    106215105798echo $ac_n "checking target system is Darwin""... $ac_c" 1>&6 
    106216 echo "configure:106217: checking target system is Darwin" >&5 
     105799echo "configure:105800: checking target system is Darwin" >&5 
    106217105800if echo "$target" | grep "darwin" > /dev/null; then 
    106218105801  cat >> confdefs.h <<\EOF 
    106219105802#define DARWIN 1 
     
    106225105808fi 
    106226105809 
    106227105810echo $ac_n "checking for MM alignment and log values""... $ac_c" 1>&6 
    106228 echo "configure:106229: checking for MM alignment and log values" >&5 
     105811echo "configure:105812: checking for MM alignment and log values" >&5 
    106229105812 
    106230105813if test "$cross_compiling" = yes; then 
    106231105814   
     
    106233105816 
    106234105817else 
    106235105818  cat > conftest.$ac_ext <<EOF 
    106236 #line 106237 "configure" 
     105819#line 105820 "configure" 
    106237105820#include "confdefs.h" 
    106238105821 
    106239105822#include <stdio.h> 
     
    106269105852} 
    106270105853 
    106271105854EOF 
    106272 if { (eval echo configure:106273: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
     105855if { (eval echo configure:105856: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null 
    106273105856then 
    106274105857   
    106275105858  LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1` 
     
    106294105877echo "$ac_t""done" 1>&6 
    106295105878 
    106296105879echo $ac_n "checking for memory allocation using mmap(MAP_ANON)""... $ac_c" 1>&6 
    106297 echo "configure:106298: checking for memory allocation using mma