Changeset 2865

Show
Ignore:
Timestamp:
05/18/05 16:57:15 (4 years ago)
Author:
morris
Message:

Sync with wired

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wire/trunk/Makefile.in

    r2811 r2865  
    11# Makefile.in 
    22 
    3 bindir                                  = @bindir@ 
    4 datadir                                 = @datadir@ 
    5 exec_prefix                             = @exec_prefix@ 
    6 includedir                              = @includedir@ 
    7 infodir                                 = @infodir@ 
    8 libdir                                  = @libdir@ 
    9 libexecdir                              = @libexecdir@ 
    10 localstatedir                   = @localstatedir@ 
    11 mandir                                  = @mandir@ 
    12 prefix                                  = @prefix@ 
    13 sbindir                                 = @sbindir@ 
    14 srcdir                                  = @srcdir@ 
    15 sysconfdir                              = @sysconfdir@ 
    16 top_srcdir                              = @top_srcdir@ 
     3mandir          = @mandir@ 
     4prefix          = @prefix@ 
    175 
    18 WR_PACKAGE_VERSION             = @WR_PACKAGE_VERSION@ 
     6WR_VERSION     = @WR_VERSION@ 
    197 
    20 SUBDIRS                                 = libzanka wire 
    21 DISTFILES                               = INSTALL \ 
    22                                                   LICENSE \ 
    23                                                   NEWS \ 
    24                                                   README \ 
    25                                                   Makefile \ 
    26                                                   Makefile.in \ 
    27                                                   config.guess \ 
    28                                                   config.h.in \ 
    29                                                   config.sub \ 
    30                                                   configure \ 
    31                                                   configure.in \ 
    32                                                   install-sh \ 
    33                                                   libzanka \ 
    34                                                   man \ 
    35                                                   run \ 
    36                                                   wire 
    37 INSTALL                                 = @INSTALL@ 
     8SUBDIRS         = libzanka wire 
     9DISTFILES       = INSTALL LICENSE NEWS README Makefile Makefile.in config.guess \ 
     10                          config.h.in config.sub configure configure.in install-sh \ 
     11                          libzanka man run wire 
     12 
     13INSTALL         = @INSTALL@ 
    3814 
    3915all: all-recursive 
     
    6743        @echo "Making $@ in ." 
    6844 
    69         rm -rf wire-$(WR_PACKAGE_VERSION) 
    70         rm -f wire-$(WR_PACKAGE_VERSION).tar.gz 
    71         mkdir wire-$(WR_PACKAGE_VERSION) 
     45        rm -rf wire-$(WR_VERSION) 
     46        rm -f wire-$(WR_VERSION).tar.gz 
     47        mkdir wire-$(WR_VERSION) 
    7248 
    7349        @for i in $(DISTFILES); do \ 
    7450                if [ -e $$i ]; then \ 
    75                         cp -LRp $$i wire-$(WR_PACKAGE_VERSION)/$$i; \ 
     51                        cp -LRp $$i wire-$(WR_VERSION)/$$i; \ 
    7652                fi \ 
    7753        done 
    7854 
    79         sh -c "cd wire-$(WR_PACKAGE_VERSION); $(MAKE) distclean" 
     55        sh -c "cd wire-$(WR_VERSION); $(MAKE) distclean" 
    8056 
    81         tar -czf wire-$(WR_PACKAGE_VERSION).tar.gz wire-$(WR_PACKAGE_VERSION) 
    82         rm -rf wire-$(WR_PACKAGE_VERSION) 
     57        tar -czf wire-$(WR_VERSION).tar.gz wire-$(WR_VERSION) 
     58        rm -rf wire-$(WR_VERSION) 
    8359 
    8460clean: clean-recursive 
     
    9167 
    9268        rm -f Makefile config.h config.log config.status 
    93         rm -f wire-$(WR_PACKAGE_VERSION).tar.gz 
     69        rm -f wire-$(WR_VERSION).tar.gz 
    9470 
    9571autoclean: 
  • wire/trunk/config.h.in

    r1796 r2865  
    9999#undef WR_CPU 
    100100 
    101 /* Application version */ 
    102 #undef WR_PACKAGE_VERSION 
    103  
    104101/* Protocol version */ 
    105102#undef WR_PROTOCOL_VERSION 
     103 
     104/* Application version */ 
     105#undef WR_VERSION 
    106106 
    107107/* Number of bits in a file offset, on hosts where this is settable. */ 
  • wire/trunk/configure

    r1796 r2865  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.57 for wire 1.1. 
     3# Generated by GNU Autoconf 2.59 for wire 1.1. 
    44# 
    55# Report bugs to <axel@zankasoftware.com>. 
    66# 
    7 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 
    8 # Free Software Foundation, Inc. 
     7# Copyright (C) 2003 Free Software Foundation, Inc. 
    98# This configure script is free software; the Free Software Foundation 
    109# gives unlimited permission to copy, distribute and modify it. 
     
    2322  set -o posix 
    2423fi 
     24DUALCASE=1; export DUALCASE # for MKS sh 
    2525 
    2626# Support unset when possible. 
    27 if (FOO=FOO; unset FOO) >/dev/null 2>&1; then 
     27if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then 
    2828  as_unset=unset 
    2929else 
     
    4444  LC_TELEPHONE LC_TIME 
    4545do 
    46   if (set +x; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then 
     46  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    4747    eval $as_var=C; export $as_var 
    4848  else 
     
    221221  as_mkdir_p=: 
    222222else 
     223  test -d ./-p && rmdir ./-p 
    223224  as_mkdir_p=false 
    224225fi 
     
    227228 
    228229# Sed expression to map a string onto a valid CPP name. 
    229 as_tr_cpp="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g
     230as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'
    230231 
    231232# Sed expression to map a string onto a valid variable name. 
    232 as_tr_sh="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g
     233as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'
    233234 
    234235 
     
    312313 
    313314ac_subdirs_all="$ac_subdirs_all libzanka" 
    314 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os WR_PACKAGE_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE CPP EGREP subdirs LIBOBJS LTLIBOBJS' 
     315ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os host host_cpu host_vendor host_os WR_VERSION CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA SET_MAKE CPP EGREP subdirs LIBOBJS LTLIBOBJS' 
    315316ac_subst_files='' 
    316317 
     
    671672# Be sure to have absolute paths. 
    672673for ac_var in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \ 
    673               localstatedir libdir includedir oldincludedir infodir mandir 
     674             localstatedir libdir includedir oldincludedir infodir mandir 
    674675do 
    675676  eval ac_val=$`echo $ac_var` 
     
    711712  ac_confdir=`(dirname "$0") 2>/dev/null || 
    712713$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    713         X"$0" : 'X\(//\)[^/]' \| \ 
    714         X"$0" : 'X\(//\)$' \| \ 
    715         X"$0" : 'X\(/\)' \| \ 
    716         .     : '\(.\)' 2>/dev/null || 
     714        X"$0" : 'X\(//\)[^/]' \| \ 
     715        X"$0" : 'X\(//\)$' \| \ 
     716        X"$0" : 'X\(/\)' \| \ 
     717        .     : '\(.\)' 2>/dev/null || 
    717718echo X"$0" | 
    718719    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; } 
     
    806807Installation directories: 
    807808  --prefix=PREFIX         install architecture-independent files in PREFIX 
    808                           [$ac_default_prefix] 
     809                         [$ac_default_prefix] 
    809810  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    810                           [PREFIX] 
     811                         [PREFIX] 
    811812 
    812813By default, \`make install' will install all the files in 
     
    898899    ac_top_srcdir=$ac_top_builddir$srcdir ;; 
    899900esac 
    900 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be 
    901 # absolute. 
    902 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd` 
    903 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd` 
    904 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd` 
    905 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd` 
     901 
     902# Do not use `cd foo && pwd` to compute absolute paths, because 
     903# the directories may not exist. 
     904case `pwd` in 
     905.) ac_abs_builddir="$ac_dir";; 
     906*) 
     907  case "$ac_dir" in 
     908  .) ac_abs_builddir=`pwd`;; 
     909  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";; 
     910  *) ac_abs_builddir=`pwd`/"$ac_dir";; 
     911  esac;; 
     912esac 
     913case $ac_abs_builddir in 
     914.) ac_abs_top_builddir=${ac_top_builddir}.;; 
     915*) 
     916  case ${ac_top_builddir}. in 
     917  .) ac_abs_top_builddir=$ac_abs_builddir;; 
     918  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;; 
     919  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;; 
     920  esac;; 
     921esac 
     922case $ac_abs_builddir in 
     923.) ac_abs_srcdir=$ac_srcdir;; 
     924*) 
     925  case $ac_srcdir in 
     926  .) ac_abs_srcdir=$ac_abs_builddir;; 
     927  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;; 
     928  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;; 
     929  esac;; 
     930esac 
     931case $ac_abs_builddir in 
     932.) ac_abs_top_srcdir=$ac_top_srcdir;; 
     933*) 
     934  case $ac_top_srcdir in 
     935  .) ac_abs_top_srcdir=$ac_abs_builddir;; 
     936  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;; 
     937  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;; 
     938  esac;; 
     939esac 
    906940 
    907941    cd $ac_dir 
     
    914948      $SHELL $ac_srcdir/configure  --help=recursive 
    915949    elif test -f $ac_srcdir/configure.ac || 
    916            test -f $ac_srcdir/configure.in; then 
     950          test -f $ac_srcdir/configure.in; then 
    917951      echo 
    918952      $ac_configure --help 
     
    928962  cat <<\_ACEOF 
    929963wire configure 1.1 
    930 generated by GNU Autoconf 2.57 
    931  
    932 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002 
    933 Free Software Foundation, Inc. 
     964generated by GNU Autoconf 2.59 
     965 
     966Copyright (C) 2003 Free Software Foundation, Inc. 
    934967This configure script is free software; the Free Software Foundation 
    935968gives unlimited permission to copy, distribute and modify it. 
     
    943976 
    944977It was created by wire $as_me 1.1, which was 
    945 generated by GNU Autoconf 2.57.  Invocation command line was 
     978generated by GNU Autoconf 2.59.  Invocation command line was 
    946979 
    947980  $ $0 $@ 
     
    10201053      ac_configure_args1="$ac_configure_args1 '$ac_arg'" 
    10211054      if test $ac_must_keep_next = true; then 
    1022         ac_must_keep_next=false # Got value, back to normal. 
     1055       ac_must_keep_next=false # Got value, back to normal. 
    10231056      else 
    1024         case $ac_arg in 
    1025           *=* | --config-cache | -C | -disable-* | --disable-* \ 
    1026           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 
    1027           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 
    1028           | -with-* | --with-* | -without-* | --without-* | --x) 
    1029             case "$ac_configure_args0 " in 
    1030               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
    1031             esac 
    1032             ;; 
    1033           -* ) ac_must_keep_next=true ;; 
    1034         esac 
     1057       case $ac_arg in 
     1058         *=* | --config-cache | -C | -disable-* | --disable-* \ 
     1059         | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ 
     1060         | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ 
     1061         | -with-* | --with-* | -without-* | --without-* | --x) 
     1062           case "$ac_configure_args0 " in 
     1063             "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; 
     1064           esac 
     1065           ;; 
     1066         -* ) ac_must_keep_next=true ;; 
     1067       esac 
    10351068      fi 
    10361069      ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'" 
     
    10661099    *ac_space=\ *) 
    10671100      sed -n \ 
    1068         "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 
    1069         s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 
     1101       "s/'"'"'/'"'"'\\\\'"'"''"'"'/g; 
     1102        s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p" 
    10701103      ;; 
    10711104    *) 
    10721105      sed -n \ 
    1073         "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
     1106       "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p" 
    10741107      ;; 
    10751108    esac; 
     
    11001133      do 
    11011134        eval ac_val=$`echo $ac_var` 
    1102         echo "$ac_var='"'"'$ac_val'"'"'" 
     1135       echo "$ac_var='"'"'$ac_val'"'"'" 
    11031136      done | sort 
    11041137      echo 
     
    11191152    echo "$as_me: exit $exit_status" 
    11201153  } >&5 
    1121   rm -f core core.* *.core && 
     1154  rm -f core *.core && 
    11221155  rm -rf conftest* confdefs* conf$$* $ac_clean_files && 
    11231156    exit $exit_status 
     
    11991232ac_cache_corrupted=false 
    12001233for ac_var in `(set) 2>&1 | 
    1201                sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 
     1234              sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do 
    12021235  eval ac_old_set=\$ac_cv_env_${ac_var}_set 
    12031236  eval ac_new_set=\$ac_env_${ac_var}_set 
     
    12161249    *) 
    12171250      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1218         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1251       { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    12191252echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1220         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
     1253       { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
    12211254echo "$as_me:   former value:  $ac_old_val" >&2;} 
    1222         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
     1255       { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
    12231256echo "$as_me:   current value: $ac_new_val" >&2;} 
    1224         ac_cache_corrupted=: 
     1257       ac_cache_corrupted=: 
    12251258      fi;; 
    12261259  esac 
     
    13671400 
    13681401cat >>confdefs.h <<\_ACEOF 
    1369 #define WR_PACKAGE_VERSION "1.1" 
     1402#define WR_VERSION "1.1" 
    13701403_ACEOF 
    13711404 
     
    13871420 
    13881421# These are used in the Makefile 
    1389 WR_PACKAGE_VERSION=1.1 
     1422WR_VERSION=1.1 
    13901423 
    13911424 
     
    17351768 
    17361769cat >conftest.$ac_ext <<_ACEOF 
    1737 #line $LINENO "configure" 
    17381770/* confdefs.h.  */ 
    17391771_ACEOF 
     
    17551787# It will help us diagnose broken compilers, and finding out an intuition 
    17561788# of exeext. 
    1757 echo "$as_me:$LINENO: checking for C compiler default output" >&5 
    1758 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 
     1789echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     1790echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6 
    17591791ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    17601792if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5 
     
    17761808  case $ac_file in 
    17771809    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) 
    1778         ;; 
     1810       ;; 
    17791811    conftest.$ac_ext ) 
    1780         # This is the source file. 
    1781         ;; 
     1812       # This is the source file. 
     1813       ;; 
    17821814    [ab].out ) 
    1783         # We found the default executable, but exeext='' is most 
    1784         # certainly right. 
    1785         break;; 
     1815       # We found the default executable, but exeext='' is most 
     1816       # certainly right. 
     1817       break;; 
    17861818    *.* ) 
    1787         ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1788         # FIXME: I believe we export ac_cv_exeext for Libtool, 
    1789         # but it would be cool to find out if it's true.  Does anybody 
    1790         # maintain Libtool? --akim. 
    1791         export ac_cv_exeext 
    1792         break;; 
     1819       ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
     1820       # FIXME: I believe we export ac_cv_exeext for Libtool, 
     1821       # but it would be cool to find out if it's true.  Does anybody 
     1822       # maintain Libtool? --akim. 
     1823       export ac_cv_exeext 
     1824       break;; 
    17931825    * ) 
    1794         break;; 
     1826       break;; 
    17951827  esac 
    17961828done 
     
    18661898    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;; 
    18671899    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    1868           export ac_cv_exeext 
    1869           break;; 
     1900         export ac_cv_exeext 
     1901         break;; 
    18701902    * ) break;; 
    18711903  esac 
     
    18921924else 
    18931925  cat >conftest.$ac_ext <<_ACEOF 
    1894 #line $LINENO "configure" 
    18951926/* confdefs.h.  */ 
    18961927_ACEOF 
     
    19431974else 
    19441975  cat >conftest.$ac_ext <<_ACEOF 
    1945 #line $LINENO "configure" 
    19461976/* confdefs.h.  */ 
    19471977_ACEOF 
     
    19631993rm -f conftest.$ac_objext 
    19641994if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    1965   (eval $ac_compile) 2>&5 
    1966   ac_status=$? 
     1995  (eval $ac_compile) 2>conftest.er1 
     1996  ac_status=$? 
     1997  grep -v '^ *+' conftest.er1 >conftest.err 
     1998  rm -f conftest.er1 
     1999  cat conftest.err >&5 
    19672000  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    19682001  (exit $ac_status); } && 
    1969          { ac_try='test -s conftest.$ac_objext' 
     2002         { ac_try='test -z "$ac_c_werror_flag" 
     2003                         || test ! -s conftest.err' 
     2004  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2005  (eval $ac_try) 2>&5 
     2006  ac_status=$? 
     2007  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2008  (exit $ac_status); }; } && 
     2009         { ac_try='test -s conftest.$ac_objext' 
    19702010  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    19712011  (eval $ac_try) 2>&5 
     
    19802020ac_compiler_gnu=no 
    19812021fi 
    1982 rm -f conftest.$ac_objext conftest.$ac_ext 
     2022rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    19832023ac_cv_c_compiler_gnu=$ac_compiler_gnu 
    19842024 
     
    19962036else 
    19972037  cat >conftest.$ac_ext <<_ACEOF 
    1998 #line $LINENO "configure" 
    19992038/* confdefs.h.  */ 
    20002039_ACEOF 
     
    20132052rm -f conftest.$ac_objext 
    20142053if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2015   (eval $ac_compile) 2>&5 
    2016   ac_status=$? 
     2054  (eval $ac_compile) 2>conftest.er1 
     2055  ac_status=$? 
     2056  grep -v '^ *+' conftest.er1 >conftest.err 
     2057  rm -f conftest.er1 
     2058  cat conftest.err >&5 
    20172059  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    20182060  (exit $ac_status); } && 
    2019          { ac_try='test -s conftest.$ac_objext' 
     2061         { ac_try='test -z "$ac_c_werror_flag" 
     2062                         || test ! -s conftest.err' 
     2063  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2064  (eval $ac_try) 2>&5 
     2065  ac_status=$? 
     2066  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2067  (exit $ac_status); }; } && 
     2068         { ac_try='test -s conftest.$ac_objext' 
    20202069  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    20212070  (eval $ac_try) 2>&5 
     
    20302079ac_cv_prog_cc_g=no 
    20312080fi 
    2032 rm -f conftest.$ac_objext conftest.$ac_ext 
     2081rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    20332082fi 
    20342083echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     
    20572106ac_save_CC=$CC 
    20582107cat >conftest.$ac_ext <<_ACEOF 
    2059 #line $LINENO "configure" 
    20602108/* confdefs.h.  */ 
    20612109_ACEOF 
     
    20852133  return s; 
    20862134} 
     2135 
     2136/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has 
     2137   function prototypes and stuff, but not '\xHH' hex character constants. 
     2138   These don't provoke an error unfortunately, instead are silently treated 
     2139   as 'x'.  The following induces an error, until -std1 is added to get 
     2140   proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an 
     2141   array size at least.  It's necessary to write '\x00'==0 to get something 
     2142   that's true only with -std1.  */ 
     2143int osf4_cc_array ['\x00' == 0 ? 1 : -1]; 
     2144 
    20872145int test (int i, double x); 
    20882146struct s1 {int (*f) (int a);}; 
     
    21112169  rm -f conftest.$ac_objext 
    21122170if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2113   (eval $ac_compile) 2>&5 
    2114   ac_status=$? 
     2171  (eval $ac_compile) 2>conftest.er1 
     2172  ac_status=$? 
     2173  grep -v '^ *+' conftest.er1 >conftest.err 
     2174  rm -f conftest.er1 
     2175  cat conftest.err >&5 
    21152176  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21162177  (exit $ac_status); } && 
    2117          { ac_try='test -s conftest.$ac_objext' 
     2178         { ac_try='test -z "$ac_c_werror_flag" 
     2179                         || test ! -s conftest.err' 
     2180  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2181  (eval $ac_try) 2>&5 
     2182  ac_status=$? 
     2183  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2184  (exit $ac_status); }; } && 
     2185         { ac_try='test -s conftest.$ac_objext' 
    21182186  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    21192187  (eval $ac_try) 2>&5 
     
    21282196 
    21292197fi 
    2130 rm -f conftest.$ac_objext 
     2198rm -f conftest.err conftest.$ac_objext 
    21312199done 
    21322200rm -f conftest.$ac_ext conftest.$ac_objext 
     
    21562224rm -f conftest.$ac_objext 
    21572225if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2158   (eval $ac_compile) 2>&5 
    2159   ac_status=$? 
     2226  (eval $ac_compile) 2>conftest.er1 
     2227  ac_status=$? 
     2228  grep -v '^ *+' conftest.er1 >conftest.err 
     2229  rm -f conftest.er1 
     2230  cat conftest.err >&5 
    21602231  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21612232  (exit $ac_status); } && 
    2162          { ac_try='test -s conftest.$ac_objext' 
     2233         { ac_try='test -z "$ac_c_werror_flag" 
     2234                         || test ! -s conftest.err' 
     2235  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2236  (eval $ac_try) 2>&5 
     2237  ac_status=$? 
     2238  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2239  (exit $ac_status); }; } && 
     2240         { ac_try='test -s conftest.$ac_objext' 
    21632241  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    21642242  (eval $ac_try) 2>&5 
     
    21672245  (exit $ac_status); }; }; then 
    21682246  for ac_declaration in \ 
    2169    ''\ 
    2170    '#include <stdlib.h>' \ 
     2247   '' \ 
    21712248   'extern "C" void std::exit (int) throw (); using std::exit;' \ 
    21722249   'extern "C" void std::exit (int); using std::exit;' \ 
     
    21762253do 
    21772254  cat >conftest.$ac_ext <<_ACEOF 
    2178 #line $LINENO "configure" 
    21792255/* confdefs.h.  */ 
    21802256_ACEOF 
     
    21822258cat >>conftest.$ac_ext <<_ACEOF 
    21832259/* end confdefs.h.  */ 
     2260$ac_declaration 
    21842261#include <stdlib.h> 
    2185 $ac_declaration 
    21862262int 
    21872263main () 
     
    21942270rm -f conftest.$ac_objext 
    21952271if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2196   (eval $ac_compile) 2>&5 
    2197   ac_status=$? 
     2272  (eval $ac_compile) 2>conftest.er1 
     2273  ac_status=$? 
     2274  grep -v '^ *+' conftest.er1 >conftest.err 
     2275  rm -f conftest.er1 
     2276  cat conftest.err >&5 
    21982277  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    21992278  (exit $ac_status); } && 
    2200          { ac_try='test -s conftest.$ac_objext' 
     2279         { ac_try='test -z "$ac_c_werror_flag" 
     2280                         || test ! -s conftest.err' 
     2281  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2282  (eval $ac_try) 2>&5 
     2283  ac_status=$? 
     2284  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2285  (exit $ac_status); }; } && 
     2286         { ac_try='test -s conftest.$ac_objext' 
    22012287  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    22022288  (eval $ac_try) 2>&5 
     
    22112297continue 
    22122298fi 
    2213 rm -f conftest.$ac_objext conftest.$ac_ext 
     2299rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22142300  cat >conftest.$ac_ext <<_ACEOF 
    2215 #line $LINENO "configure" 
    22162301/* confdefs.h.  */ 
    22172302_ACEOF 
     
    22302315rm -f conftest.$ac_objext 
    22312316if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5 
    2232   (eval $ac_compile) 2>&5 
    2233   ac_status=$? 
     2317  (eval $ac_compile) 2>conftest.er1 
     2318  ac_status=$? 
     2319  grep -v '^ *+' conftest.er1 >conftest.err 
     2320  rm -f conftest.er1 
     2321  cat conftest.err >&5 
    22342322  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22352323  (exit $ac_status); } && 
    2236          { ac_try='test -s conftest.$ac_objext' 
     2324         { ac_try='test -z "$ac_c_werror_flag" 
     2325                         || test ! -s conftest.err' 
     2326  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2327  (eval $ac_try) 2>&5 
     2328  ac_status=$? 
     2329  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2330  (exit $ac_status); }; } && 
     2331         { ac_try='test -s conftest.$ac_objext' 
    22372332  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    22382333  (eval $ac_try) 2>&5 
     
    22462341 
    22472342fi 
    2248 rm -f conftest.$ac_objext conftest.$ac_ext 
     2343rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22492344done 
    22502345rm -f conftest* 
     
    22602355 
    22612356fi 
    2262 rm -f conftest.$ac_objext conftest.$ac_ext 
     2357rm -f conftest.err conftest.$ac_objext conftest.$ac_ext 
    22632358ac_ext=c 
    22642359ac_cpp='$CPP $CPPFLAGS' 
     
    22782373# AFS /usr/afsws/bin/install, which mishandles nonexistent args 
    22792374# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 
     2375# OS/2's system install, which has a completely different semantic 
    22802376# ./install, which can be erroneously created by make from ./install.sh. 
    22812377echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 
     
    22942390  ./ | .// | /cC/* | \ 
    22952391  /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ 
     2392  ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \ 
    22962393  /usr/ucb/* ) ;; 
    22972394  *) 
     
    23012398    for ac_prog in ginstall scoinst install; do 
    23022399      for ac_exec_ext in '' $ac_executable_extensions; do 
    2303         if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 
    2304           if test $ac_prog = install && 
    2305             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
    2306             # AIX install.  It has an incompatible calling convention. 
    2307             : 
    2308           elif test $ac_prog = install && 
    2309             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
    2310             # program-specific install script used by HP pwplus--don't use. 
    2311             : 
    2312           else 
    2313             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
    2314             break 3 
    2315           fi 
    2316         fi 
     2400       if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then 
     2401         if test $ac_prog = install && 
     2402           grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
     2403           # AIX install.  It has an incompatible calling convention. 
     2404           : 
     2405         elif test $ac_prog = install && 
     2406           grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
     2407           # program-specific install script used by HP pwplus--don't use. 
     2408           : 
     2409         else 
     2410           ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" 
     2411           break 3 
     2412         fi 
     2413       fi 
    23172414      done 
    23182415    done 
     
    23462443echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 
    23472444echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6 
    2348 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 
     2445set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'` 
    23492446if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 
    23502447  echo $ECHO_N "(cached) $ECHO_C" >&6 
     
    24662563  # not just through cpp. "Syntax error" is here to catch this case. 
    24672564  cat >conftest.$ac_ext <<_ACEOF 
    2468 #line $LINENO "configure" 
    24692565/* confdefs.h.  */ 
    24702566_ACEOF 
     
    24772573# include <assert.h> 
    24782574#endif 
    2479                      Syntax error 
     2575                    Syntax error 
    24802576_ACEOF 
    24812577if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     
    24892585  if test -s conftest.err; then 
    24902586    ac_cpp_err=$ac_c_preproc_warn_flag 
     2587    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    24912588  else 
    24922589    ac_cpp_err= 
     
    25092606  # can be detected and how. 
    25102607  cat >conftest.$ac_ext <<_ACEOF 
    2511 #line $LINENO "configure" 
    25122608/* confdefs.h.  */ 
    25132609_ACEOF 
     
    25272623  if test -s conftest.err; then 
    25282624    ac_cpp_err=$ac_c_preproc_warn_flag 
     2625    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    25292626  else 
    25302627    ac_cpp_err= 
     
    25732670  # not just through cpp. "Syntax error" is here to catch this case. 
    25742671  cat >conftest.$ac_ext <<_ACEOF 
    2575 #line $LINENO "configure" 
    25762672/* confdefs.h.  */ 
    25772673_ACEOF 
     
    25842680# include <assert.h> 
    25852681#endif 
    2586                      Syntax error 
     2682                    Syntax error 
    25872683_ACEOF 
    25882684if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5 
     
    25962692  if test -s conftest.err; then 
    25972693    ac_cpp_err=$ac_c_preproc_warn_flag 
     2694    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    25982695  else 
    25992696    ac_cpp_err= 
     
    26162713  # can be detected and how. 
    26172714  cat >conftest.$ac_ext <<_ACEOF 
    2618 #line $LINENO "configure" 
    26192715/* confdefs.h.  */ 
    26202716_ACEOF 
     
    26342730  if test -s conftest.err; then 
    26352731    ac_cpp_err=$ac_c_preproc_warn_flag 
     2732    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    26362733  else 
    26372734    ac_cpp_err= 
     
    26912788  if test -s conftest.err; then 
    26922789    ac_cpp_err=$ac_c_preproc_warn_flag 
     2790    ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    26932791  else 
    26942792    ac_cpp_err= 
     
    27262824else 
    27272825  cat >conftest.$ac_ext <<_ACEOF 
    2728 #line $LINENO "configure" 
    27292826/* confdefs.h.  */ 
    27302827_ACEOF 
     
    27322829cat >>conftest.$ac_ext <<_ACEOF 
    27332830/* end confdefs.h.  */ 
     2831/* Define pow to an innocuous variant, in case <limits.h> declares pow. 
     2832   For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
     2833#define pow innocuous_pow 
     2834 
    27342835/* System header to define __stub macros and hopefully few prototypes, 
    27352836    which can conflict with char pow (); below. 
    27362837    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    27372838    <limits.h> exists even on freestanding compilers.  */ 
     2839 
    27382840#ifdef __STDC__ 
    27392841# include <limits.h> 
     
    27412843# include <assert.h> 
    27422844#endif 
     2845 
     2846#undef pow 
     2847 
    27432848/* Override any gcc2 internal prototype to avoid an error.  */ 
    27442849#ifdef __cplusplus 
     
    27712876rm -f conftest.$ac_objext conftest$ac_exeext 
    27722877if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2773   (eval $ac_link) 2>&5 
    2774   ac_status=$? 
     2878  (eval $ac_link) 2>conftest.er1 
     2879  ac_status=$? 
     2880  grep -v '^ *+' conftest.er1 >conftest.err 
     2881  rm -f conftest.er1 
     2882  cat conftest.err >&5 
    27752883  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    27762884  (exit $ac_status); } && 
    2777          { ac_try='test -s conftest$ac_exeext' 
     2885         { ac_try='test -z "$ac_c_werror_flag" 
     2886                         || test ! -s conftest.err' 
     2887  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2888  (eval $ac_try) 2>&5 
     2889  ac_status=$? 
     2890  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2891  (exit $ac_status); }; } && 
     2892         { ac_try='test -s conftest$ac_exeext' 
    27782893  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    27792894  (eval $ac_try) 2>&5 
     
    27882903ac_cv_func_pow=no 
    27892904fi 
    2790 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     2905rm -f conftest.err conftest.$ac_objext \ 
     2906      conftest$ac_exeext conftest.$ac_ext 
    27912907fi 
    27922908echo "$as_me:$LINENO: result: $ac_cv_func_pow" >&5 
     
    28042920LIBS="-lm  $LIBS" 
    28052921cat >conftest.$ac_ext <<_ACEOF 
    2806 #line $LINENO "configure" 
    28072922/* confdefs.h.  */ 
    28082923_ACEOF 
     
    28222937rm -f conftest.$ac_objext conftest$ac_exeext 
    28232938if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2824   (eval $ac_link) 2>&5 
    2825   ac_status=$? 
     2939  (eval $ac_link) 2>conftest.er1 
     2940  ac_status=$? 
     2941  grep -v '^ *+' conftest.er1 >conftest.err 
     2942  rm -f conftest.er1 
     2943  cat conftest.err >&5 
    28262944  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28272945  (exit $ac_status); } && 
    2828          { ac_try='test -s conftest$ac_exeext' 
     2946         { ac_try='test -z "$ac_c_werror_flag" 
     2947                         || test ! -s conftest.err' 
     2948  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     2949  (eval $ac_try) 2>&5 
     2950  ac_status=$? 
     2951  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2952  (exit $ac_status); }; } && 
     2953         { ac_try='test -s conftest$ac_exeext' 
    28292954  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    28302955  (eval $ac_try) 2>&5 
     
    28392964ac_cv_lib_m_main=no 
    28402965fi 
    2841 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     2966rm -f conftest.err conftest.$ac_objext \ 
     2967      conftest$ac_exeext conftest.$ac_ext 
    28422968LIBS=$ac_check_lib_save_LIBS 
    28432969fi 
     
    28622988else 
    28632989  cat >conftest.$ac_ext <<_ACEOF 
    2864 #line $LINENO "configure" 
    28652990/* confdefs.h.  */ 
    28662991_ACEOF 
     
    28682993cat >>conftest.$ac_ext <<_ACEOF 
    28692994/* end confdefs.h.  */ 
     2995/* Define setsockopt to an innocuous variant, in case <limits.h> declares setsockopt. 
     2996   For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
     2997#define setsockopt innocuous_setsockopt 
     2998 
    28702999/* System header to define __stub macros and hopefully few prototypes, 
    28713000    which can conflict with char setsockopt (); below. 
    28723001    Prefer <limits.h> to <assert.h> if __STDC__ is defined, since 
    28733002    <limits.h> exists even on freestanding compilers.  */ 
     3003 
    28743004#ifdef __STDC__ 
    28753005# include <limits.h> 
     
    28773007# include <assert.h> 
    28783008#endif 
     3009 
     3010#undef setsockopt 
     3011 
    28793012/* Override any gcc2 internal prototype to avoid an error.  */ 
    28803013#ifdef __cplusplus 
     
    29073040rm -f conftest.$ac_objext conftest$ac_exeext 
    29083041if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2909   (eval $ac_link) 2>&5 
    2910   ac_status=$? 
     3042  (eval $ac_link) 2>conftest.er1 
     3043  ac_status=$? 
     3044  grep -v '^ *+' conftest.er1 >conftest.err 
     3045  rm -f conftest.er1 
     3046  cat conftest.err >&5 
    29113047  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29123048  (exit $ac_status); } && 
    2913          { ac_try='test -s conftest$ac_exeext' 
     3049         { ac_try='test -z "$ac_c_werror_flag" 
     3050                         || test ! -s conftest.err' 
     3051  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3052  (eval $ac_try) 2>&5 
     3053  ac_status=$? 
     3054  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3055  (exit $ac_status); }; } && 
     3056         { ac_try='test -s conftest$ac_exeext' 
    29143057  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    29153058  (eval $ac_try) 2>&5 
     
    29243067ac_cv_func_setsockopt=no 
    29253068fi 
    2926 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     3069rm -f conftest.err conftest.$ac_objext \ 
     3070      conftest$ac_exeext conftest.$ac_ext 
    29273071fi 
    29283072echo "$as_me:$LINENO: result: $ac_cv_func_setsockopt" >&5 
     
    29403084LIBS="-lsocket  $LIBS" 
    29413085cat >conftest.$ac_ext <<_ACEOF 
    2942 #line $LINENO "configure" 
    29433086/* confdefs.h.  */ 
    29443087_ACEOF 
     
    29643107rm -f conftest.$ac_objext conftest$ac_exeext 
    29653108if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 
    2966   (eval $ac_link) 2>&5 
    2967   ac_status=$? 
     3109  (eval $ac_link) 2>conftest.er1 
     3110  ac_status=$? 
     3111  grep -v '^ *+' conftest.er1 >conftest.err 
     3112  rm -f conftest.er1 
     3113  cat conftest.err >&5 
    29683114  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29693115  (exit $ac_status); } && 
    2970          { ac_try='test -s conftest$ac_exeext' 
     3116         { ac_try='test -z "$ac_c_werror_flag" 
     3117                         || test ! -s conftest.err' 
     3118  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
     3119  (eval $ac_try) 2>&5 
     3120  ac_status=$? 
     3121  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3122  (exit $ac_status); }; } && 
     3123         { ac_try='test -s conftest$ac_exeext' 
    29713124  { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5 
    29723125  (eval $ac_try) 2>&5 
     
    29813134ac_cv_lib_socket_setsockopt=no 
    29823135fi 
    2983 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 
     3136rm -f conftest.err conftest.$ac_objext \ 
     3137      conftest$ac_exeext conftest.$ac_ext 
    29843138LIBS=$ac_check_lib_save_LIBS 
    29853139fi 
     
    30043158else 
    30053159  cat >conftest.$ac_ext <<_ACEOF 
    3006 #line $LINENO "configure" 
    30073160/* confdefs.h.  */ 
    30083161_ACEOF 
     
    30103163cat >>conftest.$ac_ext <<_ACEOF 
    30113164/* end confdefs.h.  */ 
     3165/* Define gethostent to an innocuous variant, in case <limits.h> declares gethostent. 
     3166   For example, HP-UX 11i <limits.h> declares gettimeofday.  */ 
     3167#define gethostent innocuous_gethostent