Diff for /parser3/configure between versions 1.55 and 1.58

version 1.55, 2002/12/09 09:17:47 version 1.58, 2002/12/16 10:35:16
Line 3059  flock \ Line 3059  flock \
 _locking \  _locking \
 fcntl \  fcntl \
 lockf \  lockf \
   ftruncate \
 getrusage \  getrusage \
 gettimeofday \  gettimeofday \
 crypt \  crypt \
Line 3066  sigsetjmp siglongjmp Line 3067  sigsetjmp siglongjmp
   
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3070: checking for $ac_func" >&5  echo "configure:3071: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3075 "configure"  #line 3076 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
Line 3097  $ac_func(); Line 3098  $ac_func();
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:3102: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
 else  else
Line 3126  done Line 3127  done
 for ac_func in qsort  for ac_func in qsort
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3130: checking for $ac_func" >&5  echo "configure:3131: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3135 "configure"  #line 3136 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
Line 3157  $ac_func(); Line 3158  $ac_func();
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3161: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:3162: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
 else  else
Line 3185  done Line 3186  done
 for ac_func in select  for ac_func in select
 do  do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6  echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3189: checking for $ac_func" >&5  echo "configure:3190: checking for $ac_func" >&5
 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
 else  else
   cat > conftest.$ac_ext <<EOF    cat > conftest.$ac_ext <<EOF
 #line 3194 "configure"  #line 3195 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 /* System header to define __stub macros and hopefully few prototypes,  /* System header to define __stub macros and hopefully few prototypes,
     which can conflict with char $ac_func(); below.  */      which can conflict with char $ac_func(); below.  */
Line 3216  $ac_func(); Line 3217  $ac_func();
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3220: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then  if { (eval echo configure:3221: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
   rm -rf conftest*    rm -rf conftest*
   eval "ac_cv_func_$ac_func=yes"    eval "ac_cv_func_$ac_func=yes"
 else  else
Line 3244  done Line 3245  done
   
   
 echo $ac_n "checking for timezone variable""... $ac_c" 1>&6  echo $ac_n "checking for timezone variable""... $ac_c" 1>&6
 echo "configure:3248: checking for timezone variable" >&5  echo "configure:3249: checking for timezone variable" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3250 "configure"  #line 3251 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <time.h>  #include <time.h>
 int main() {  int main() {
Line 3255  time_t test=timezone; Line 3256  time_t test=timezone;
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3259: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3260: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
 #define HAVE_TIMEZONE 1  #define HAVE_TIMEZONE 1
Line 3271  fi Line 3272  fi
 rm -f conftest*                           rm -f conftest*                         
   
 echo $ac_n "checking for daylight variable""... $ac_c" 1>&6  echo $ac_n "checking for daylight variable""... $ac_c" 1>&6
 echo "configure:3275: checking for daylight variable" >&5  echo "configure:3276: checking for daylight variable" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3277 "configure"  #line 3278 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <time.h>  #include <time.h>
 int main() {  int main() {
Line 3282  int test=daylight; Line 3283  int test=daylight;
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3286: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3287: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
 #define HAVE_DAYLIGHT 1  #define HAVE_DAYLIGHT 1
Line 3298  fi Line 3299  fi
 rm -f conftest*                           rm -f conftest*                         
   
 echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6  echo $ac_n "checking for tm_gmtoff in struct tm""... $ac_c" 1>&6
 echo "configure:3302: checking for tm_gmtoff in struct tm" >&5  echo "configure:3303: checking for tm_gmtoff in struct tm" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3304 "configure"  #line 3305 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <time.h>  #include <time.h>
 int main() {  int main() {
Line 3309  tm.tm_gmtoff=0; Line 3310  tm.tm_gmtoff=0;
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3313: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3314: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
 #define HAVE_TM_GMTOFF 1  #define HAVE_TM_GMTOFF 1
Line 3325  fi Line 3326  fi
 rm -f conftest*                           rm -f conftest*                         
   
 echo $ac_n "checking for tm_tzadj in struct tm""... $ac_c" 1>&6  echo $ac_n "checking for tm_tzadj in struct tm""... $ac_c" 1>&6
 echo "configure:3329: checking for tm_tzadj in struct tm" >&5  echo "configure:3330: checking for tm_tzadj in struct tm" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3331 "configure"  #line 3332 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #include <time.h>  #include <time.h>
 int main() {  int main() {
Line 3336  tm.tm_tzadj=0; Line 3337  tm.tm_tzadj=0;
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3340: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
   cat >> confdefs.h <<\EOF    cat >> confdefs.h <<\EOF
 #define HAVE_TM_TZADJ 1  #define HAVE_TM_TZADJ 1
Line 3353  rm -f conftest* Line 3354  rm -f conftest*
   
   
 echo $ac_n "checking whether compiler supports pragma pack""... $ac_c" 1>&6  echo $ac_n "checking whether compiler supports pragma pack""... $ac_c" 1>&6
 echo "configure:3357: checking whether compiler supports pragma pack" >&5  echo "configure:3358: checking whether compiler supports pragma pack" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3359 "configure"  #line 3360 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #pragma pack(1)  #pragma pack(1)
 struct _1_byte {  struct _1_byte {
Line 3367  int main() { Line 3368  int main() {
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3371: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3372: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
       
     echo "$ac_t""yes" 1>&6      echo "$ac_t""yes" 1>&6
Line 3386  fi Line 3387  fi
 rm -f conftest*  rm -f conftest*
   
 echo $ac_n "checking for set_new_handler""... $ac_c" 1>&6  echo $ac_n "checking for set_new_handler""... $ac_c" 1>&6
 echo "configure:3390: checking for set_new_handler" >&5  echo "configure:3391: checking for set_new_handler" >&5
 cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
 #line 3392 "configure"  #line 3393 "configure"
 #include "confdefs.h"  #include "confdefs.h"
 #ifdef HAVE_NEW  #ifdef HAVE_NEW
 #include <new>  #include <new>
Line 3400  std::set_new_handler(failed_new); Line 3401  std::set_new_handler(failed_new);
   
 ; return 0; }  ; return 0; }
 EOF  EOF
 if { (eval echo configure:3404: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then  if { (eval echo configure:3405: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*    rm -rf conftest*
       
     echo "$ac_t""yes" 1>&6      echo "$ac_t""yes" 1>&6

Removed from v.1.55  
changed lines
  Added in v.1.58


E-mail: