Develop and Download Open Source Software

Browse CVS Repository

Diff of /freewnn/FreeWnn/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.20 by hiroo, Thu Mar 21 04:32:23 2002 UTC revision 1.21 by hiroo, Sat Mar 30 02:35:20 2002 UTC
# Line 5863  EOF Line 5863  EOF
5863    
5864  fi  fi
5865    
5866  for ac_hdr in fcntl.h limits.h malloc.h sgtty.h strings.h termio.h unistd.h  for ac_hdr in fcntl.h sgtty.h termio.h unistd.h
5867  do  do
5868  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`  ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5869  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6  echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
# Line 5943  else Line 5943  else
5943  fi  fi
5944  done  done
5945    
5946    for ac_hdr in malloc.h strings.h memory.h
5947    do
5948    ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
5949    echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
5950    echo "configure:5951: checking for $ac_hdr" >&5
5951    if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
5952      echo $ac_n "(cached) $ac_c" 1>&6
5953    else
5954      cat > conftest.$ac_ext <<EOF
5955    #line 5956 "configure"
5956    #include "confdefs.h"
5957    #include <$ac_hdr>
5958    EOF
5959    ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5960    { (eval echo configure:5961: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5961    ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
5962    if test -z "$ac_err"; then
5963      rm -rf conftest*
5964      eval "ac_cv_header_$ac_safe=yes"
5965    else
5966      echo "$ac_err" >&5
5967      echo "configure: failed program was:" >&5
5968      cat conftest.$ac_ext >&5
5969      rm -rf conftest*
5970      eval "ac_cv_header_$ac_safe=no"
5971    fi
5972    rm -f conftest*
5973    fi
5974    if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
5975      echo "$ac_t""yes" 1>&6
5976        ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
5977      cat >> confdefs.h <<EOF
5978    #define $ac_tr_hdr 1
5979    EOF
5980    
5981    else
5982      echo "$ac_t""no" 1>&6
5983    fi
5984    done
5985    
5986    
5987  echo $ac_n "checking for mode_t""... $ac_c" 1>&6  echo $ac_n "checking for mode_t""... $ac_c" 1>&6
5988  echo "configure:5949: checking for mode_t" >&5  echo "configure:5989: checking for mode_t" >&5
5989  if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
5990    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
5991  else  else
5992    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
5993  #line 5954 "configure"  #line 5994 "configure"
5994  #include "confdefs.h"  #include "confdefs.h"
5995  #include <sys/types.h>  #include <sys/types.h>
5996  #if STDC_HEADERS  #if STDC_HEADERS
# Line 5978  EOF Line 6018  EOF
6018  fi  fi
6019    
6020  echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6  echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
6021  echo "configure:5982: checking whether time.h and sys/time.h may both be included" >&5  echo "configure:6022: checking whether time.h and sys/time.h may both be included" >&5
6022  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
6023    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6024  else  else
6025    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6026  #line 5987 "configure"  #line 6027 "configure"
6027  #include "confdefs.h"  #include "confdefs.h"
6028  #include <sys/types.h>  #include <sys/types.h>
6029  #include <sys/time.h>  #include <sys/time.h>
# Line 5992  int main() { Line 6032  int main() {
6032  struct tm *tp;  struct tm *tp;
6033  ; return 0; }  ; return 0; }
6034  EOF  EOF
6035  if { (eval echo configure:5996: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:6036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6036    rm -rf conftest*    rm -rf conftest*
6037    ac_cv_header_time=yes    ac_cv_header_time=yes
6038  else  else
# Line 6013  EOF Line 6053  EOF
6053  fi  fi
6054    
6055  echo $ac_n "checking for time_t""... $ac_c" 1>&6  echo $ac_n "checking for time_t""... $ac_c" 1>&6
6056  echo "configure:6017: checking for time_t" >&5  echo "configure:6057: checking for time_t" >&5
6057  if eval "test \"`echo '$''{'ac_cv_type_time_t'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_time_t'+set}'`\" = set"; then
6058    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6059  else  else
6060    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6061  #line 6022 "configure"  #line 6062 "configure"
6062  #include "confdefs.h"  #include "confdefs.h"
6063  #include <sys/types.h>  #include <sys/types.h>
6064  #if STDC_HEADERS  #if STDC_HEADERS
# Line 6047  fi Line 6087  fi
6087    
6088    
6089  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6  echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
6090  echo "configure:6051: checking for socklen_t" >&5  echo "configure:6091: checking for socklen_t" >&5
6091  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
6092  #line 6053 "configure"  #line 6093 "configure"
6093  #include "confdefs.h"  #include "confdefs.h"
6094  #include <sys/socket.h>  #include <sys/socket.h>
6095  EOF  EOF
# Line 6072  rm -f conftest* Line 6112  rm -f conftest*
6112    
6113    
6114  echo $ac_n "checking for RAND_MAX""... $ac_c" 1>&6  echo $ac_n "checking for RAND_MAX""... $ac_c" 1>&6
6115  echo "configure:6076: checking for RAND_MAX" >&5  echo "configure:6116: checking for RAND_MAX" >&5
6116  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
6117  #line 6078 "configure"  #line 6118 "configure"
6118  #include "confdefs.h"  #include "confdefs.h"
6119  #include <stdlib.h>  #include <stdlib.h>
6120  #ifdef RAND_MAX  #ifdef RAND_MAX
# Line 6095  rm -f conftest* Line 6135  rm -f conftest*
6135    
6136  if test $ac_cv_prog_gcc = yes; then  if test $ac_cv_prog_gcc = yes; then
6137      echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6      echo $ac_n "checking whether ${CC-cc} needs -traditional""... $ac_c" 1>&6
6138  echo "configure:6099: checking whether ${CC-cc} needs -traditional" >&5  echo "configure:6139: checking whether ${CC-cc} needs -traditional" >&5
6139  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
6140    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6141  else  else
6142      ac_pattern="Autoconf.*'x'"      ac_pattern="Autoconf.*'x'"
6143    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6144  #line 6105 "configure"  #line 6145 "configure"
6145  #include "confdefs.h"  #include "confdefs.h"
6146  #include <sgtty.h>  #include <sgtty.h>
6147  Autoconf TIOCGETP  Autoconf TIOCGETP
# Line 6119  rm -f conftest* Line 6159  rm -f conftest*
6159    
6160    if test $ac_cv_prog_gcc_traditional = no; then    if test $ac_cv_prog_gcc_traditional = no; then
6161      cat > conftest.$ac_ext <<EOF      cat > conftest.$ac_ext <<EOF
6162  #line 6123 "configure"  #line 6163 "configure"
6163  #include "confdefs.h"  #include "confdefs.h"
6164  #include <termio.h>  #include <termio.h>
6165  Autoconf TCGETA  Autoconf TCGETA
# Line 6141  echo "$ac_t""$ac_cv_prog_gcc_traditional Line 6181  echo "$ac_t""$ac_cv_prog_gcc_traditional
6181  fi  fi
6182    
6183  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6  echo $ac_n "checking for 8-bit clean memcmp""... $ac_c" 1>&6
6184  echo "configure:6145: checking for 8-bit clean memcmp" >&5  echo "configure:6185: checking for 8-bit clean memcmp" >&5
6185  if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_memcmp_clean'+set}'`\" = set"; then
6186    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6187  else  else
# Line 6149  else Line 6189  else
6189    ac_cv_func_memcmp_clean=no    ac_cv_func_memcmp_clean=no
6190  else  else
6191    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6192  #line 6153 "configure"  #line 6193 "configure"
6193  #include "confdefs.h"  #include "confdefs.h"
6194    
6195  main()  main()
# Line 6159  main() Line 6199  main()
6199  }  }
6200    
6201  EOF  EOF
6202  if { (eval echo configure:6163: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:6203: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6203  then  then
6204    ac_cv_func_memcmp_clean=yes    ac_cv_func_memcmp_clean=yes
6205  else  else
# Line 6177  echo "$ac_t""$ac_cv_func_memcmp_clean" 1 Line 6217  echo "$ac_t""$ac_cv_func_memcmp_clean" 1
6217  test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"  test $ac_cv_func_memcmp_clean = no && LIBOBJS="$LIBOBJS memcmp.${ac_objext}"
6218    
6219  echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6  echo $ac_n "checking return type of signal handlers""... $ac_c" 1>&6
6220  echo "configure:6181: checking return type of signal handlers" >&5  echo "configure:6221: checking return type of signal handlers" >&5
6221  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
6222    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6223  else  else
6224    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6225  #line 6186 "configure"  #line 6226 "configure"
6226  #include "confdefs.h"  #include "confdefs.h"
6227  #include <sys/types.h>  #include <sys/types.h>
6228  #include <signal.h>  #include <signal.h>
# Line 6199  int main() { Line 6239  int main() {
6239  int i;  int i;
6240  ; return 0; }  ; return 0; }
6241  EOF  EOF
6242  if { (eval echo configure:6203: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:6243: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
6243    rm -rf conftest*    rm -rf conftest*
6244    ac_cv_type_signal=void    ac_cv_type_signal=void
6245  else  else
# Line 6218  EOF Line 6258  EOF
6258    
6259    
6260  echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6  echo $ac_n "checking for wait3 that fills in rusage""... $ac_c" 1>&6
6261  echo "configure:6222: checking for wait3 that fills in rusage" >&5  echo "configure:6262: checking for wait3 that fills in rusage" >&5
6262  if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_wait3_rusage'+set}'`\" = set"; then
6263    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6264  else  else
# Line 6226  else Line 6266  else
6266    ac_cv_func_wait3_rusage=no    ac_cv_func_wait3_rusage=no
6267  else  else
6268    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6269  #line 6230 "configure"  #line 6270 "configure"
6270  #include "confdefs.h"  #include "confdefs.h"
6271  #include <sys/types.h>  #include <sys/types.h>
6272  #include <sys/time.h>  #include <sys/time.h>
# Line 6257  main() { Line 6297  main() {
6297    }    }
6298  }  }
6299  EOF  EOF
6300  if { (eval echo configure:6261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:6301: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6301  then  then
6302    ac_cv_func_wait3_rusage=yes    ac_cv_func_wait3_rusage=yes
6303  else  else
# Line 6282  fi Line 6322  fi
6322  for ac_func in perror  for ac_func in perror
6323  do  do
6324  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6325  echo "configure:6286: checking for $ac_func" >&5  echo "configure:6326: checking for $ac_func" >&5
6326  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6327    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6328  else  else
6329    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6330  #line 6291 "configure"  #line 6331 "configure"
6331  #include "confdefs.h"  #include "confdefs.h"
6332  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6333      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 6310  $ac_func(); Line 6350  $ac_func();
6350    
6351  ; return 0; }  ; return 0; }
6352  EOF  EOF
6353  if { (eval echo configure:6314: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:6354: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6354    rm -rf conftest*    rm -rf conftest*
6355    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
6356  else  else
# Line 6337  done Line 6377  done
6377  for ac_func in drand48 strtol  for ac_func in drand48 strtol
6378  do  do
6379  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6380  echo "configure:6341: checking for $ac_func" >&5  echo "configure:6381: checking for $ac_func" >&5
6381  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6382    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6383  else  else
6384    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6385  #line 6346 "configure"  #line 6386 "configure"
6386  #include "confdefs.h"  #include "confdefs.h"
6387  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6388      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 6365  $ac_func(); Line 6405  $ac_func();
6405    
6406  ; return 0; }  ; return 0; }
6407  EOF  EOF
6408  if { (eval echo configure:6369: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:6409: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6409    rm -rf conftest*    rm -rf conftest*
6410    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
6411  else  else
# Line 6392  done Line 6432  done
6432  for ac_func in fchmod  for ac_func in fchmod
6433  do  do
6434  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6435  echo "configure:6396: checking for $ac_func" >&5  echo "configure:6436: checking for $ac_func" >&5
6436  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6437    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6438  else  else
6439    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6440  #line 6401 "configure"  #line 6441 "configure"
6441  #include "confdefs.h"  #include "confdefs.h"
6442  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6443      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 6420  $ac_func(); Line 6460  $ac_func();
6460    
6461  ; return 0; }  ; return 0; }
6462  EOF  EOF
6463  if { (eval echo configure:6424: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:6464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6464    rm -rf conftest*    rm -rf conftest*
6465    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
6466  else  else
# Line 6445  fi Line 6485  fi
6485  done  done
6486    
6487  echo $ac_n "checking for setpgrp""... $ac_c" 1>&6  echo $ac_n "checking for setpgrp""... $ac_c" 1>&6
6488  echo "configure:6449: checking for setpgrp" >&5  echo "configure:6489: checking for setpgrp" >&5
6489  if eval "test \"`echo '$''{'ac_cv_func_setpgrp'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_setpgrp'+set}'`\" = set"; then
6490    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6491  else  else
6492    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6493  #line 6454 "configure"  #line 6494 "configure"
6494  #include "confdefs.h"  #include "confdefs.h"
6495  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6496      which can conflict with char setpgrp(); below.  */      which can conflict with char setpgrp(); below.  */
# Line 6473  setpgrp(); Line 6513  setpgrp();
6513    
6514  ; return 0; }  ; return 0; }
6515  EOF  EOF
6516  if { (eval echo configure:6477: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:6517: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6517    rm -rf conftest*    rm -rf conftest*
6518    eval "ac_cv_func_setpgrp=yes"    eval "ac_cv_func_setpgrp=yes"
6519  else  else
# Line 6493  else Line 6533  else
6533  fi  fi
6534    
6535  echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6  echo $ac_n "checking whether setpgrp takes no argument""... $ac_c" 1>&6
6536  echo "configure:6497: checking whether setpgrp takes no argument" >&5  echo "configure:6537: checking whether setpgrp takes no argument" >&5
6537  if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
6538    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6539  else  else
# Line 6501  else Line 6541  else
6541    { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }    { echo "configure: error: cannot check setpgrp if cross compiling" 1>&2; exit 1; }
6542  else  else
6543    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6544  #line 6505 "configure"  #line 6545 "configure"
6545  #include "confdefs.h"  #include "confdefs.h"
6546    
6547  #ifdef HAVE_UNISTD_H  #ifdef HAVE_UNISTD_H
# Line 6521  main() Line 6561  main()
6561  }  }
6562    
6563  EOF  EOF
6564  if { (eval echo configure:6525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null  if { (eval echo configure:6565: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
6565  then  then
6566    ac_cv_func_setpgrp_void=no    ac_cv_func_setpgrp_void=no
6567  else  else
# Line 6547  fi Line 6587  fi
6587  for ac_func in gethostname select  for ac_func in gethostname select
6588  do  do
6589  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6590  echo "configure:6551: checking for $ac_func" >&5  echo "configure:6591: checking for $ac_func" >&5
6591  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6592    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6593  else  else
6594    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6595  #line 6556 "configure"  #line 6596 "configure"
6596  #include "confdefs.h"  #include "confdefs.h"
6597  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6598      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 6575  $ac_func(); Line 6615  $ac_func();
6615    
6616  ; return 0; }  ; return 0; }
6617  EOF  EOF
6618  if { (eval echo configure:6579: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:6619: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6619    rm -rf conftest*    rm -rf conftest*
6620    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
6621  else  else
# Line 6602  done Line 6642  done
6642  for ac_func in socket closesocket setsockopt send recv  for ac_func in socket closesocket setsockopt send recv
6643  do  do
6644  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6645  echo "configure:6606: checking for $ac_func" >&5  echo "configure:6646: checking for $ac_func" >&5
6646  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6647    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6648  else  else
6649    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6650  #line 6611 "configure"  #line 6651 "configure"
6651  #include "confdefs.h"  #include "confdefs.h"
6652  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6653      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 6630  $ac_func(); Line 6670  $ac_func();
6670    
6671  ; return 0; }  ; return 0; }
6672  EOF  EOF
6673  if { (eval echo configure:6634: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:6674: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6674    rm -rf conftest*    rm -rf conftest*
6675    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
6676  else  else
# Line 6657  done Line 6697  done
6697  for ac_func in vsyslog  for ac_func in vsyslog
6698  do  do
6699  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6700  echo "configure:6661: checking for $ac_func" >&5  echo "configure:6701: checking for $ac_func" >&5
6701  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6702    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6703  else  else
6704    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6705  #line 6666 "configure"  #line 6706 "configure"
6706  #include "confdefs.h"  #include "confdefs.h"
6707  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6708      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 6685  $ac_func(); Line 6725  $ac_func();
6725    
6726  ; return 0; }  ; return 0; }
6727  EOF  EOF
6728  if { (eval echo configure:6689: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:6729: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6729    rm -rf conftest*    rm -rf conftest*
6730    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
6731  else  else
# Line 6714  JS_SUPPORTOBJS= Line 6754  JS_SUPPORTOBJS=
6754  for ac_func in mkdir vasprintf  for ac_func in mkdir vasprintf
6755  do  do
6756  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
6757  echo "configure:6718: checking for $ac_func" >&5  echo "configure:6758: checking for $ac_func" >&5
6758  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
6759    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
6760  else  else
6761    cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
6762  #line 6723 "configure"  #line 6763 "configure"
6763  #include "confdefs.h"  #include "confdefs.h"
6764  /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
6765      which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
# Line 6742  $ac_func(); Line 6782  $ac_func();
6782    
6783  ; return 0; }  ; return 0; }
6784  EOF  EOF
6785  if { (eval echo configure:6746: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:6786: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
6786    rm -rf conftest*    rm -rf conftest*
6787    eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
6788  else  else

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26