[Spread-cvs] cvs commit: spread/daemon config_gram.l configure

jonathan at spread.org jonathan at spread.org
Mon Sep 23 16:16:48 EDT 2002


jonathan    02/09/23 20:16:48

  Modified:    daemon   config_gram.l configure
  Log:
  rebuild configure & add return to end of config_gram.l
  
  Revision  Changes    Path
  1.6       +1 -1      spread/daemon/config_gram.l
  
  Index: config_gram.l
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/config_gram.l,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- config_gram.l	22 Sep 2002 02:56:52 -0000	1.5
  +++ config_gram.l	23 Sep 2002 20:16:13 -0000	1.6
  @@ -188,4 +188,4 @@
                                     return STRING; }
   {string}                        { yylval.string = strdup(yytext);
                                     return STRING; }
  -%%
  \ No newline at end of file
  +%%
  
  
  
  1.2       +254 -239  spread/daemon/configure
  
  Index: configure
  ===================================================================
  RCS file: /storage/cvsroot/spread/daemon/configure,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- configure	16 Sep 2002 16:59:06 -0000	1.1
  +++ configure	23 Sep 2002 20:16:13 -0000	1.2
  @@ -554,10 +554,45 @@
   ac_configure=$ac_aux_dir/configure # This should be Cygnus configure.
   
   
  +
  +# Make sure we can run config.sub.
  +if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  +else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  +fi
  +
  +echo $ac_n "checking host system type""... $ac_c" 1>&6
  +echo "configure:565: checking host system type" >&5
  +
  +host_alias=$host
  +case "$host_alias" in
  +NONE)
  +  case $nonopt in
  +  NONE)
  +    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  +    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  +    fi ;;
  +  *) host_alias=$nonopt ;;
  +  esac ;;
  +esac
  +
  +host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  +host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  +host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  +host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  +echo "$ac_t""$host" 1>&6
  +
  +
  +case "$host" in
  +mips-sgi-irix* ) 
  +	CC=cc 
  +	CFLAGS="-n32 -signed"
  +	;;
  +esac
  +
   # Extract the first word of "gcc", so it can be a program name with args.
   set dummy gcc; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:561: checking for $ac_word" >&5
  +echo "configure:596: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -587,7 +622,7 @@
     # Extract the first word of "cc", so it can be a program name with args.
   set dummy cc; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:591: checking for $ac_word" >&5
  +echo "configure:626: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -638,7 +673,7 @@
         # Extract the first word of "cl", so it can be a program name with args.
   set dummy cl; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:642: checking for $ac_word" >&5
  +echo "configure:677: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -670,7 +705,7 @@
   fi
   
   echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6
  -echo "configure:674: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
  +echo "configure:709: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5
   
   ac_ext=c
   # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  @@ -681,12 +716,12 @@
   
   cat > conftest.$ac_ext << EOF
   
  -#line 685 "configure"
  +#line 720 "configure"
   #include "confdefs.h"
   
   main(){return(0);}
   EOF
  -if { (eval echo configure:690: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:725: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     ac_cv_prog_cc_works=yes
     # If we can't run a trivial program, we are probably using a cross compiler.
     if (./conftest; exit) 2>/dev/null; then
  @@ -712,12 +747,12 @@
     { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; }
   fi
   echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6
  -echo "configure:716: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
  +echo "configure:751: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5
   echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6
   cross_compiling=$ac_cv_prog_cc_cross
   
   echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6
  -echo "configure:721: checking whether we are using GNU C" >&5
  +echo "configure:756: checking whether we are using GNU C" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -726,7 +761,7 @@
     yes;
   #endif
   EOF
  -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:730: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
  +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:765: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then
     ac_cv_prog_gcc=yes
   else
     ac_cv_prog_gcc=no
  @@ -745,7 +780,7 @@
   ac_save_CFLAGS="$CFLAGS"
   CFLAGS=
   echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6
  -echo "configure:749: checking whether ${CC-cc} accepts -g" >&5
  +echo "configure:784: checking whether ${CC-cc} accepts -g" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -776,42 +811,15 @@
     fi
   fi
   
  -
  -# Make sure we can run config.sub.
  -if ${CONFIG_SHELL-/bin/sh} $ac_config_sub sun4 >/dev/null 2>&1; then :
  -else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
  -fi
  -
  -echo $ac_n "checking host system type""... $ac_c" 1>&6
  -echo "configure:787: checking host system type" >&5
  -
  -host_alias=$host
  -case "$host_alias" in
  -NONE)
  -  case $nonopt in
  -  NONE)
  -    if host_alias=`${CONFIG_SHELL-/bin/sh} $ac_config_guess`; then :
  -    else { echo "configure: error: can not guess host type; you must specify one" 1>&2; exit 1; }
  -    fi ;;
  -  *) host_alias=$nonopt ;;
  -  esac ;;
  -esac
  -
  -host=`${CONFIG_SHELL-/bin/sh} $ac_config_sub $host_alias`
  -host_cpu=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
  -host_vendor=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
  -host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
  -echo "$ac_t""$host" 1>&6
  -
   echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
  -echo "configure:808: checking whether byte ordering is bigendian" >&5
  +echo "configure:816: checking whether byte ordering is bigendian" >&5
   if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     ac_cv_c_bigendian=unknown
   # See if sys/param.h defines the BYTE_ORDER macro.
   cat > conftest.$ac_ext <<EOF
  -#line 815 "configure"
  +#line 823 "configure"
   #include "confdefs.h"
   #include <sys/types.h>
   #include <sys/param.h>
  @@ -822,11 +830,11 @@
   #endif
   ; return 0; }
   EOF
  -if { (eval echo configure:826: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:834: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
     # It does; now see whether it defined to BIG_ENDIAN or not.
   cat > conftest.$ac_ext <<EOF
  -#line 830 "configure"
  +#line 838 "configure"
   #include "confdefs.h"
   #include <sys/types.h>
   #include <sys/param.h>
  @@ -837,7 +845,7 @@
   #endif
   ; return 0; }
   EOF
  -if { (eval echo configure:841: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:849: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
     ac_cv_c_bigendian=yes
   else
  @@ -857,7 +865,7 @@
       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
   else
     cat > conftest.$ac_ext <<EOF
  -#line 861 "configure"
  +#line 869 "configure"
   #include "confdefs.h"
   main () {
     /* Are we little or big endian?  From Harbison&Steele.  */
  @@ -870,7 +878,7 @@
     exit (u.c[sizeof (long) - 1] == 1);
   }
   EOF
  -if { (eval echo configure:874: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  +if { (eval echo configure:882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
   then
     ac_cv_c_bigendian=no
   else
  @@ -896,7 +904,7 @@
   
   # Checks for programs.
   echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  -echo "configure:900: checking how to run the C preprocessor" >&5
  +echo "configure:908: checking how to run the C preprocessor" >&5
   # On Suns, sometimes $CPP names a directory.
   if test -n "$CPP" && test -d "$CPP"; then
     CPP=
  @@ -911,13 +919,13 @@
     # On the NeXT, cc -E runs the code through the compiler's parser,
     # not just through cpp.
     cat > conftest.$ac_ext <<EOF
  -#line 915 "configure"
  +#line 923 "configure"
   #include "confdefs.h"
   #include <assert.h>
   Syntax Error
   EOF
   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  -{ (eval echo configure:921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  +{ (eval echo configure:929: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
   ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
   if test -z "$ac_err"; then
     :
  @@ -928,13 +936,13 @@
     rm -rf conftest*
     CPP="${CC-cc} -E -traditional-cpp"
     cat > conftest.$ac_ext <<EOF
  -#line 932 "configure"
  +#line 940 "configure"
   #include "confdefs.h"
   #include <assert.h>
   Syntax Error
   EOF
   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  -{ (eval echo configure:938: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  +{ (eval echo configure:946: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
   ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
   if test -z "$ac_err"; then
     :
  @@ -945,13 +953,13 @@
     rm -rf conftest*
     CPP="${CC-cc} -nologo -E"
     cat > conftest.$ac_ext <<EOF
  -#line 949 "configure"
  +#line 957 "configure"
   #include "confdefs.h"
   #include <assert.h>
   Syntax Error
   EOF
   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  -{ (eval echo configure:955: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  +{ (eval echo configure:963: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
   ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
   if test -z "$ac_err"; then
     :
  @@ -978,7 +986,7 @@
   # Extract the first word of "ranlib", so it can be a program name with args.
   set dummy ranlib; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:982: checking for $ac_word" >&5
  +echo "configure:990: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -1017,7 +1025,7 @@
   # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
   # ./install, which can be erroneously created by make from ./install.sh.
   echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6
  -echo "configure:1021: checking for a BSD compatible install" >&5
  +echo "configure:1029: checking for a BSD compatible install" >&5
   if test -z "$INSTALL"; then
   if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
  @@ -1070,7 +1078,7 @@
   test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
   
   echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
  -echo "configure:1074: checking whether ln -s works" >&5
  +echo "configure:1082: checking whether ln -s works" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -1095,7 +1103,7 @@
   # Extract the first word of "$ac_prog", so it can be a program name with args.
   set dummy $ac_prog; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:1099: checking for $ac_word" >&5
  +echo "configure:1107: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -1128,7 +1136,7 @@
   # Extract the first word of "flex", so it can be a program name with args.
   set dummy flex; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:1132: checking for $ac_word" >&5
  +echo "configure:1140: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_path_LEX'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -1164,7 +1172,7 @@
   # Extract the first word of "ar", so it can be a program name with args.
   set dummy ar; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:1168: checking for $ac_word" >&5
  +echo "configure:1176: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_path_AR'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -1201,7 +1209,7 @@
   # Extract the first word of "$ac_prog", so it can be a program name with args.
   set dummy $ac_prog; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:1205: checking for $ac_word" >&5
  +echo "configure:1213: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -1249,21 +1257,21 @@
   	
   # C Compiler features
   echo $ac_n "checking for inline""... $ac_c" 1>&6
  -echo "configure:1253: checking for inline" >&5
  +echo "configure:1261: checking for inline" >&5
   if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     ac_cv_c_inline=no
   for ac_kw in inline __inline__ __inline; do
     cat > conftest.$ac_ext <<EOF
  -#line 1260 "configure"
  +#line 1268 "configure"
   #include "confdefs.h"
   
   int main() {
   } $ac_kw foo() {
   ; return 0; }
   EOF
  -if { (eval echo configure:1267: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:1275: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
     ac_cv_c_inline=$ac_kw; break
   else
  @@ -1342,14 +1350,14 @@
    OLDLDFLAGS=$LDFLAGS
    LDFLAGS=
   echo $ac_n "checking if we need -pthread for threads""... $ac_c" 1>&6
  -echo "configure:1346: checking if we need -pthread for threads" >&5
  +echo "configure:1354: checking if we need -pthread for threads" >&5
   if eval "test \"`echo '$''{'ac_ldflag_pthread'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     ac_save_LDFLAGS="$LDFLAGS"
   LDFLAGS="-pthread $LDFLAGS"
   cat > conftest.$ac_ext <<EOF
  -#line 1353 "configure"
  +#line 1361 "configure"
   #include "confdefs.h"
   
   char pthread_create();
  @@ -1358,7 +1366,7 @@
   pthread_create();
   ; return 0; }
   EOF
  -if { (eval echo configure:1362: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1370: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_ldflag_pthread=yes"
   else
  @@ -1375,6 +1383,7 @@
   if eval "test \"`echo $ac_ldflag_pthread`\" = yes"; then
   	echo "$ac_t""yes" 1>&6
   else
  +	LDFLAGS="$ac_save_LDFLAGS"
   	echo "$ac_t""no" 1>&6
   fi
   
  @@ -1385,7 +1394,7 @@
    OLDLIBS=$LIBS
    LIBS=
   echo $ac_n "checking for pthread_create in -lpthread""... $ac_c" 1>&6
  -echo "configure:1389: checking for pthread_create in -lpthread" >&5
  +echo "configure:1398: checking for pthread_create in -lpthread" >&5
   ac_lib_var=`echo pthread'_'pthread_create | sed 'y%./+-%__p_%'`
   if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
  @@ -1393,7 +1402,7 @@
     ac_save_LIBS="$LIBS"
   LIBS="-lpthread  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 1397 "configure"
  +#line 1406 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -1404,7 +1413,7 @@
   pthread_create()
   ; return 0; }
   EOF
  -if { (eval echo configure:1408: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1417: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -1432,7 +1441,7 @@
   fi
   
   echo $ac_n "checking for thr_create in -lthread""... $ac_c" 1>&6
  -echo "configure:1436: checking for thr_create in -lthread" >&5
  +echo "configure:1445: checking for thr_create in -lthread" >&5
   ac_lib_var=`echo thread'_'thr_create | sed 'y%./+-%__p_%'`
   if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
  @@ -1440,7 +1449,7 @@
     ac_save_LIBS="$LIBS"
   LIBS="-lthread  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 1444 "configure"
  +#line 1453 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -1451,7 +1460,7 @@
   thr_create()
   ; return 0; }
   EOF
  -if { (eval echo configure:1455: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1464: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -1479,7 +1488,7 @@
   fi
   
   echo $ac_n "checking for sem_wait in -lposix4""... $ac_c" 1>&6
  -echo "configure:1483: checking for sem_wait in -lposix4" >&5
  +echo "configure:1492: checking for sem_wait in -lposix4" >&5
   ac_lib_var=`echo posix4'_'sem_wait | sed 'y%./+-%__p_%'`
   if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
  @@ -1487,7 +1496,7 @@
     ac_save_LIBS="$LIBS"
   LIBS="-lposix4  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 1491 "configure"
  +#line 1500 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -1498,7 +1507,7 @@
   sem_wait()
   ; return 0; }
   EOF
  -if { (eval echo configure:1502: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1511: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -1530,7 +1539,7 @@
    LIBS=$OLDLIBS
   
   echo $ac_n "checking for gethostbyaddr in -lnsl""... $ac_c" 1>&6
  -echo "configure:1534: checking for gethostbyaddr in -lnsl" >&5
  +echo "configure:1543: checking for gethostbyaddr in -lnsl" >&5
   ac_lib_var=`echo nsl'_'gethostbyaddr | sed 'y%./+-%__p_%'`
   if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
  @@ -1538,7 +1547,7 @@
     ac_save_LIBS="$LIBS"
   LIBS="-lnsl  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 1542 "configure"
  +#line 1551 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -1549,7 +1558,7 @@
   gethostbyaddr()
   ; return 0; }
   EOF
  -if { (eval echo configure:1553: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1562: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -1577,7 +1586,7 @@
   fi
   
   echo $ac_n "checking for socket in -lsocket""... $ac_c" 1>&6
  -echo "configure:1581: checking for socket in -lsocket" >&5
  +echo "configure:1590: checking for socket in -lsocket" >&5
   ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
   if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
  @@ -1585,7 +1594,7 @@
     ac_save_LIBS="$LIBS"
   LIBS="-lsocket  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 1589 "configure"
  +#line 1598 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -1596,7 +1605,7 @@
   socket()
   ; return 0; }
   EOF
  -if { (eval echo configure:1600: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1609: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -1625,12 +1634,12 @@
   
   
   echo $ac_n "checking for strftime""... $ac_c" 1>&6
  -echo "configure:1629: checking for strftime" >&5
  +echo "configure:1638: checking for strftime" >&5
   if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     cat > conftest.$ac_ext <<EOF
  -#line 1634 "configure"
  +#line 1643 "configure"
   #include "confdefs.h"
   /* System header to define __stub macros and hopefully few prototypes,
       which can conflict with char strftime(); below.  */
  @@ -1653,7 +1662,7 @@
   
   ; return 0; }
   EOF
  -if { (eval echo configure:1657: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_func_strftime=yes"
   else
  @@ -1675,7 +1684,7 @@
     echo "$ac_t""no" 1>&6
   # strftime is in -lintl on SCO UNIX.
   echo $ac_n "checking for strftime in -lintl""... $ac_c" 1>&6
  -echo "configure:1679: checking for strftime in -lintl" >&5
  +echo "configure:1688: checking for strftime in -lintl" >&5
   ac_lib_var=`echo intl'_'strftime | sed 'y%./+-%__p_%'`
   if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
  @@ -1683,7 +1692,7 @@
     ac_save_LIBS="$LIBS"
   LIBS="-lintl  $LIBS"
   cat > conftest.$ac_ext <<EOF
  -#line 1687 "configure"
  +#line 1696 "configure"
   #include "confdefs.h"
   /* Override any gcc2 internal prototype to avoid an error.  */
   /* We use char because int might match the return type of a gcc2
  @@ -1694,7 +1703,7 @@
   strftime()
   ; return 0; }
   EOF
  -if { (eval echo configure:1698: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1707: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_lib_$ac_lib_var=yes"
   else
  @@ -1726,17 +1735,17 @@
   do
   ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
   echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  -echo "configure:1730: checking for $ac_hdr" >&5
  +echo "configure:1739: checking for $ac_hdr" >&5
   if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     cat > conftest.$ac_ext <<EOF
  -#line 1735 "configure"
  +#line 1744 "configure"
   #include "confdefs.h"
   #include <$ac_hdr>
   EOF
   ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  -{ (eval echo configure:1740: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
  +{ (eval echo configure:1749: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
   ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
   if test -z "$ac_err"; then
     rm -rf conftest*
  @@ -1766,12 +1775,12 @@
   for ac_func in bcopy inet_aton inet_ntoa inet_ntop memmove setsid snprintf strerror lrand48
   do
   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  -echo "configure:1770: checking for $ac_func" >&5
  +echo "configure:1779: checking for $ac_func" >&5
   if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     cat > conftest.$ac_ext <<EOF
  -#line 1775 "configure"
  +#line 1784 "configure"
   #include "confdefs.h"
   /* System header to define __stub macros and hopefully few prototypes,
       which can conflict with char $ac_func(); below.  */
  @@ -1794,7 +1803,7 @@
   
   ; return 0; }
   EOF
  -if { (eval echo configure:1798: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1807: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_func_$ac_func=yes"
   else
  @@ -1821,12 +1830,12 @@
   for ac_func in gettimeofday time
   do
   echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  -echo "configure:1825: checking for $ac_func" >&5
  +echo "configure:1834: checking for $ac_func" >&5
   if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     cat > conftest.$ac_ext <<EOF
  -#line 1830 "configure"
  +#line 1839 "configure"
   #include "confdefs.h"
   /* System header to define __stub macros and hopefully few prototypes,
       which can conflict with char $ac_func(); below.  */
  @@ -1849,7 +1858,7 @@
   
   ; return 0; }
   EOF
  -if { (eval echo configure:1853: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:1862: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
     eval "ac_cv_func_$ac_func=yes"
   else
  @@ -1877,19 +1886,19 @@
   # Check for broken snprintf
   if test "x$ac_cv_func_snprintf" = "xyes" ; then
   	echo $ac_n "checking whether snprintf correctly terminates long strings""... $ac_c" 1>&6
  -echo "configure:1881: checking whether snprintf correctly terminates long strings" >&5
  +echo "configure:1890: checking whether snprintf correctly terminates long strings" >&5
   	if test "$cross_compiling" = yes; then
       { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
   else
     cat > conftest.$ac_ext <<EOF
  -#line 1886 "configure"
  +#line 1895 "configure"
   #include "confdefs.h"
   
   #include <stdio.h>
   int main(void){char b[5];snprintf(b,5,"123456789");return(b[4]!='\0');}
   		
   EOF
  -if { (eval echo configure:1893: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  +if { (eval echo configure:1902: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
   then
     echo "$ac_t""yes" 1>&6
   else
  @@ -1918,7 +1927,7 @@
   
   # Checks for data types
   echo $ac_n "checking size of char""... $ac_c" 1>&6
  -echo "configure:1922: checking size of char" >&5
  +echo "configure:1931: checking size of char" >&5
   if eval "test \"`echo '$''{'ac_cv_sizeof_char'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -1926,7 +1935,7 @@
     ac_cv_sizeof_char=1
   else
     cat > conftest.$ac_ext <<EOF
  -#line 1930 "configure"
  +#line 1939 "configure"
   #include "confdefs.h"
   #include <stdio.h>
   main()
  @@ -1937,7 +1946,7 @@
     exit(0);
   }
   EOF
  -if { (eval echo configure:1941: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  +if { (eval echo configure:1950: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
   then
     ac_cv_sizeof_char=`cat conftestval`
   else
  @@ -1957,7 +1966,7 @@
   
   
   echo $ac_n "checking size of short int""... $ac_c" 1>&6
  -echo "configure:1961: checking size of short int" >&5
  +echo "configure:1970: checking size of short int" >&5
   if eval "test \"`echo '$''{'ac_cv_sizeof_short_int'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -1965,7 +1974,7 @@
     ac_cv_sizeof_short_int=2
   else
     cat > conftest.$ac_ext <<EOF
  -#line 1969 "configure"
  +#line 1978 "configure"
   #include "confdefs.h"
   #include <stdio.h>
   main()
  @@ -1976,7 +1985,7 @@
     exit(0);
   }
   EOF
  -if { (eval echo configure:1980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  +if { (eval echo configure:1989: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
   then
     ac_cv_sizeof_short_int=`cat conftestval`
   else
  @@ -1996,7 +2005,7 @@
   
   
   echo $ac_n "checking size of int""... $ac_c" 1>&6
  -echo "configure:2000: checking size of int" >&5
  +echo "configure:2009: checking size of int" >&5
   if eval "test \"`echo '$''{'ac_cv_sizeof_int'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -2004,7 +2013,7 @@
     ac_cv_sizeof_int=4
   else
     cat > conftest.$ac_ext <<EOF
  -#line 2008 "configure"
  +#line 2017 "configure"
   #include "confdefs.h"
   #include <stdio.h>
   main()
  @@ -2015,7 +2024,7 @@
     exit(0);
   }
   EOF
  -if { (eval echo configure:2019: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  +if { (eval echo configure:2028: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
   then
     ac_cv_sizeof_int=`cat conftestval`
   else
  @@ -2035,7 +2044,7 @@
   
   
   echo $ac_n "checking size of long int""... $ac_c" 1>&6
  -echo "configure:2039: checking size of long int" >&5
  +echo "configure:2048: checking size of long int" >&5
   if eval "test \"`echo '$''{'ac_cv_sizeof_long_int'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -2043,7 +2052,7 @@
     ac_cv_sizeof_long_int=4
   else
     cat > conftest.$ac_ext <<EOF
  -#line 2047 "configure"
  +#line 2056 "configure"
   #include "confdefs.h"
   #include <stdio.h>
   main()
  @@ -2054,7 +2063,7 @@
     exit(0);
   }
   EOF
  -if { (eval echo configure:2058: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  +if { (eval echo configure:2067: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
   then
     ac_cv_sizeof_long_int=`cat conftestval`
   else
  @@ -2074,7 +2083,7 @@
   
   
   echo $ac_n "checking size of long long int""... $ac_c" 1>&6
  -echo "configure:2078: checking size of long long int" >&5
  +echo "configure:2087: checking size of long long int" >&5
   if eval "test \"`echo '$''{'ac_cv_sizeof_long_long_int'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -2082,7 +2091,7 @@
     ac_cv_sizeof_long_long_int=8
   else
     cat > conftest.$ac_ext <<EOF
  -#line 2086 "configure"
  +#line 2095 "configure"
   #include "confdefs.h"
   #include <stdio.h>
   main()
  @@ -2093,7 +2102,7 @@
     exit(0);
   }
   EOF
  -if { (eval echo configure:2097: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
  +if { (eval echo configure:2106: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
   then
     ac_cv_sizeof_long_long_int=`cat conftestval`
   else
  @@ -2115,20 +2124,20 @@
   
   # More checks for data types
   echo $ac_n "checking for windows arch""... $ac_c" 1>&6
  -echo "configure:2119: checking for windows arch" >&5
  +echo "configure:2128: checking for windows arch" >&5
   if eval "test \"`echo '$''{'ac_cv_arch_win'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2125 "configure"
  +#line 2134 "configure"
   #include "confdefs.h"
    #include <process.h> 
   int main() {
    CRITICAL_SECTION mutex; InitializeCriticalSection(mutex); 
   ; return 0; }
   EOF
  -if { (eval echo configure:2132: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2141: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_arch_win="yes" 
   else
  @@ -2151,13 +2160,13 @@
   fi
   
   echo $ac_n "checking for struct timezone type""... $ac_c" 1>&6
  -echo "configure:2155: checking for struct timezone type" >&5
  +echo "configure:2164: checking for struct timezone type" >&5
   if eval "test \"`echo '$''{'ac_cv_have_struct_timezone'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2161 "configure"
  +#line 2170 "configure"
   #include "confdefs.h"
    #include <time.h>
   		  #include <sys/types.h> 
  @@ -2165,7 +2174,7 @@
    struct timezone opt; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2169: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2178: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_struct_timezone="yes" 
   else
  @@ -2188,13 +2197,13 @@
   fi
   
   echo $ac_n "checking for struct sockopt_len_t type""... $ac_c" 1>&6
  -echo "configure:2192: checking for struct sockopt_len_t type" >&5
  +echo "configure:2201: checking for struct sockopt_len_t type" >&5
   if eval "test \"`echo '$''{'ac_cv_have_sockopt_len_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2198 "configure"
  +#line 2207 "configure"
   #include "confdefs.h"
    #include <sys/types.h>
   		  #include <sys/socket.h> 
  @@ -2202,7 +2211,7 @@
    static sockopt_len_t opt; opt=0; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2206: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2215: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_sockopt_len_t="yes" 
   else
  @@ -2225,13 +2234,13 @@
   fi
   
   echo $ac_n "checking for struct msghdr type""... $ac_c" 1>&6
  -echo "configure:2229: checking for struct msghdr type" >&5
  +echo "configure:2238: checking for struct msghdr type" >&5
   if eval "test \"`echo '$''{'ac_cv_have_struct_msghdr'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2235 "configure"
  +#line 2244 "configure"
   #include "confdefs.h"
    #include <sys/types.h>
   		  #include <sys/socket.h> 
  @@ -2239,7 +2248,7 @@
    static  struct  msghdr msg; msg.msg_namelen = 1; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2243: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2252: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_struct_msghdr="yes" 
   else
  @@ -2261,79 +2270,81 @@
   
   else
     have_scatter="no"
  -  echo $ac_n "checking for struct msghdr control""... $ac_c" 1>&6
  -echo "configure:2266: checking for struct msghdr control" >&5
  -if eval "test \"`echo '$''{'ac_cv_have_struct_msghdr_ctl'+set}'`\" = set"; then
  +  echo $ac_n "checking for struct msghdr accrights""... $ac_c" 1>&6
  +echo "configure:2275: checking for struct msghdr accrights" >&5
  +if eval "test \"`echo '$''{'ac_cv_have_struct_msghdr_acc'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
           cat > conftest.$ac_ext <<EOF
  -#line 2272 "configure"
  +#line 2281 "configure"
   #include "confdefs.h"
    #include <sys/types.h>
   		  #include <sys/socket.h> 
   int main() {
  - static  struct  msghdr msg; msg.msg_controllen = 0; 
  + static  struct  msghdr msg; msg.msg_accrightslen = 0; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2280: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2289: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
  -   ac_cv_have_struct_msghdr_ctl="yes" 
  +   ac_cv_have_struct_msghdr_acc="yes" 
   else
     echo "configure: failed program was:" >&5
     cat conftest.$ac_ext >&5
     rm -rf conftest*
  -   ac_cv_have_struct_msghdr_ctl="no" 
  +   ac_cv_have_struct_msghdr_acc="no" 
           
   fi
   rm -f conftest*
     
   fi
   
  -echo "$ac_t""$ac_cv_have_struct_msghdr_ctl" 1>&6
  -  if test "x$ac_cv_have_struct_msghdr_ctl" = "xyes" ; then
  +echo "$ac_t""$ac_cv_have_struct_msghdr_acc" 1>&6
  +  if test "x$ac_cv_have_struct_msghdr_acc" = "xyes" ; then
   	cat >> confdefs.h <<\EOF
  -#define ARCH_SCATTER_CONTROL 1
  +#define ARCH_SCATTER_ACCRIGHTS 1
   EOF
   
   	have_scatter="yes"
     fi
  -  echo $ac_n "checking for struct msghdr accrights""... $ac_c" 1>&6
  -echo "configure:2303: checking for struct msghdr accrights" >&5
  -if eval "test \"`echo '$''{'ac_cv_have_struct_msghdr_acc'+set}'`\" = set"; then
  +  if test "x$have_scatter" = "xno" ; then
  +	echo $ac_n "checking for struct msghdr control""... $ac_c" 1>&6
  +echo "configure:2313: checking for struct msghdr control" >&5
  +if eval "test \"`echo '$''{'ac_cv_have_struct_msghdr_ctl'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
  -        cat > conftest.$ac_ext <<EOF
  -#line 2309 "configure"
  +	    cat > conftest.$ac_ext <<EOF
  +#line 2319 "configure"
   #include "confdefs.h"
    #include <sys/types.h>
  -		  #include <sys/socket.h> 
  +	      #include <sys/socket.h> 
   int main() {
  - static  struct  msghdr msg; msg.msg_accrightslen = 0; 
  + static  struct  msghdr msg; msg.msg_controllen = 0; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2317: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2327: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
  -   ac_cv_have_struct_msghdr_acc="yes" 
  +   ac_cv_have_struct_msghdr_ctl="yes" 
   else
     echo "configure: failed program was:" >&5
     cat conftest.$ac_ext >&5
     rm -rf conftest*
  -   ac_cv_have_struct_msghdr_acc="no" 
  -        
  +   ac_cv_have_struct_msghdr_ctl="no" 
  +            
   fi
   rm -f conftest*
  -  
  +     	
   fi
   
  -echo "$ac_t""$ac_cv_have_struct_msghdr_acc" 1>&6
  -  if test "x$ac_cv_have_struct_msghdr_acc" = "xyes" ; then
  -	cat >> confdefs.h <<\EOF
  -#define ARCH_SCATTER_ACCRIGHTS 1
  +echo "$ac_t""$ac_cv_have_struct_msghdr_ctl" 1>&6
  +	if test "x$ac_cv_have_struct_msghdr_ctl" = "xyes" ; then
  +	    cat >> confdefs.h <<\EOF
  +#define ARCH_SCATTER_CONTROL 1
   EOF
   
  -	have_scatter="yes"
  +            have_scatter="yes"
  +	fi
     fi
     if test "x$have_scatter" = "xno" ; then
           { echo "configure: error: *** cannot determine which scatter type to use ***" 1>&2; exit 1; }
  @@ -2341,20 +2352,20 @@
   fi
   
   echo $ac_n "checking for u_int type""... $ac_c" 1>&6
  -echo "configure:2345: checking for u_int type" >&5
  +echo "configure:2356: checking for u_int type" >&5
   if eval "test \"`echo '$''{'ac_cv_have_u_int'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2351 "configure"
  +#line 2362 "configure"
   #include "confdefs.h"
    #include <sys/types.h> 
   int main() {
    u_int a; a = 1;
   ; return 0; }
   EOF
  -if { (eval echo configure:2358: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2369: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_u_int="yes" 
   else
  @@ -2378,20 +2389,20 @@
   fi
   
   echo $ac_n "checking for intXX_t types""... $ac_c" 1>&6
  -echo "configure:2382: checking for intXX_t types" >&5
  +echo "configure:2393: checking for intXX_t types" >&5
   if eval "test \"`echo '$''{'ac_cv_have_intxx_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2388 "configure"
  +#line 2399 "configure"
   #include "confdefs.h"
    #include <sys/types.h> 
   int main() {
    int8_t a; int16_t b; int32_t c; a = b = c = 1;
   ; return 0; }
   EOF
  -if { (eval echo configure:2395: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2406: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_intxx_t="yes" 
   else
  @@ -2415,20 +2426,20 @@
   fi
   	
   echo $ac_n "checking for int64_t type""... $ac_c" 1>&6
  -echo "configure:2419: checking for int64_t type" >&5
  +echo "configure:2430: checking for int64_t type" >&5
   if eval "test \"`echo '$''{'ac_cv_have_int64_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2425 "configure"
  +#line 2436 "configure"
   #include "confdefs.h"
    #include <sys/types.h> 
   int main() {
    int64_t a; a = 1;
   ; return 0; }
   EOF
  -if { (eval echo configure:2432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_int64_t="yes" 
   else
  @@ -2452,20 +2463,20 @@
   fi
   	
   echo $ac_n "checking for u_intXX_t types""... $ac_c" 1>&6
  -echo "configure:2456: checking for u_intXX_t types" >&5
  +echo "configure:2467: checking for u_intXX_t types" >&5
   if eval "test \"`echo '$''{'ac_cv_have_u_intxx_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2462 "configure"
  +#line 2473 "configure"
   #include "confdefs.h"
    #include <sys/types.h> 
   int main() {
    u_int8_t a; u_int16_t b; u_int32_t c; a = b = c = 1;
   ; return 0; }
   EOF
  -if { (eval echo configure:2469: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2480: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_u_intxx_t="yes" 
   else
  @@ -2489,20 +2500,20 @@
   fi
   
   echo $ac_n "checking for u_int64_t types""... $ac_c" 1>&6
  -echo "configure:2493: checking for u_int64_t types" >&5
  +echo "configure:2504: checking for u_int64_t types" >&5
   if eval "test \"`echo '$''{'ac_cv_have_u_int64_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2499 "configure"
  +#line 2510 "configure"
   #include "confdefs.h"
    #include <sys/types.h> 
   int main() {
    u_int64_t a; a = 1;
   ; return 0; }
   EOF
  -if { (eval echo configure:2506: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2517: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_u_int64_t="yes" 
   else
  @@ -2529,9 +2540,9 @@
              test "x$ac_cv_header_sys_bitypes_h" = "xyes")
   then
   	echo $ac_n "checking for intXX_t and u_intXX_t types in sys/bitypes.h""... $ac_c" 1>&6
  -echo "configure:2533: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
  +echo "configure:2544: checking for intXX_t and u_intXX_t types in sys/bitypes.h" >&5
   	cat > conftest.$ac_ext <<EOF
  -#line 2535 "configure"
  +#line 2546 "configure"
   #include "confdefs.h"
   
   #include <sys/bitypes.h>
  @@ -2544,7 +2555,7 @@
   		
   ; return 0; }
   EOF
  -if { (eval echo configure:2548: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2559: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
     
   			cat >> confdefs.h <<\EOF
  @@ -2569,13 +2580,13 @@
   
   if test -z "$have_u_intxx_t" ; then
   	echo $ac_n "checking for uintXX_t types""... $ac_c" 1>&6
  -echo "configure:2573: checking for uintXX_t types" >&5
  +echo "configure:2584: checking for uintXX_t types" >&5
   if eval "test \"`echo '$''{'ac_cv_have_uintxx_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   		cat > conftest.$ac_ext <<EOF
  -#line 2579 "configure"
  +#line 2590 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2584,7 +2595,7 @@
    uint8_t a; uint16_t b; uint32_t c; a = b = c = 1; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2588: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2599: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_uintxx_t="yes" 
   else
  @@ -2608,13 +2619,13 @@
   fi
   
   echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
  -echo "configure:2612: checking for socklen_t" >&5
  +echo "configure:2623: checking for socklen_t" >&5
   if eval "test \"`echo '$''{'ac_cv_have_socklen_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2618 "configure"
  +#line 2629 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2624,7 +2635,7 @@
   socklen_t foo; foo = 1235;
   ; return 0; }
   EOF
  -if { (eval echo configure:2628: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2639: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_socklen_t="yes" 
   else
  @@ -2647,13 +2658,13 @@
   fi
   
   echo $ac_n "checking for size_t""... $ac_c" 1>&6
  -echo "configure:2651: checking for size_t" >&5
  +echo "configure:2662: checking for size_t" >&5
   if eval "test \"`echo '$''{'ac_cv_have_size_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2657 "configure"
  +#line 2668 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2662,7 +2673,7 @@
    size_t foo; foo = 1235; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2666: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2677: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_size_t="yes" 
   else
  @@ -2685,13 +2696,13 @@
   fi
   
   echo $ac_n "checking for ssize_t""... $ac_c" 1>&6
  -echo "configure:2689: checking for ssize_t" >&5
  +echo "configure:2700: checking for ssize_t" >&5
   if eval "test \"`echo '$''{'ac_cv_have_ssize_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2695 "configure"
  +#line 2706 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2700,7 +2711,7 @@
    ssize_t foo; foo = 1235; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2704: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2715: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_ssize_t="yes" 
   else
  @@ -2723,13 +2734,13 @@
   fi
   
   echo $ac_n "checking for clock_t""... $ac_c" 1>&6
  -echo "configure:2727: checking for clock_t" >&5
  +echo "configure:2738: checking for clock_t" >&5
   if eval "test \"`echo '$''{'ac_cv_have_clock_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2733 "configure"
  +#line 2744 "configure"
   #include "confdefs.h"
   
   #include <time.h>
  @@ -2738,7 +2749,7 @@
    clock_t foo; foo = 1235; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2742: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2753: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_clock_t="yes" 
   else
  @@ -2761,13 +2772,13 @@
   fi
   
   echo $ac_n "checking for sa_family_t""... $ac_c" 1>&6
  -echo "configure:2765: checking for sa_family_t" >&5
  +echo "configure:2776: checking for sa_family_t" >&5
   if eval "test \"`echo '$''{'ac_cv_have_sa_family_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2771 "configure"
  +#line 2782 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2777,7 +2788,7 @@
    sa_family_t foo; foo = 1235; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2781: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2792: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_sa_family_t="yes" 
   else
  @@ -2785,7 +2796,7 @@
     cat conftest.$ac_ext >&5
     rm -rf conftest*
      cat > conftest.$ac_ext <<EOF
  -#line 2789 "configure"
  +#line 2800 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2796,7 +2807,7 @@
    sa_family_t foo; foo = 1235; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2800: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2811: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_sa_family_t="yes" 
   else
  @@ -2823,13 +2834,13 @@
   
   
   echo $ac_n "checking for struct sockaddr_storage""... $ac_c" 1>&6
  -echo "configure:2827: checking for struct sockaddr_storage" >&5
  +echo "configure:2838: checking for struct sockaddr_storage" >&5
   if eval "test \"`echo '$''{'ac_cv_have_struct_sockaddr_storage'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2833 "configure"
  +#line 2844 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2839,7 +2850,7 @@
    struct sockaddr_storage s; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2843: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2854: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_struct_sockaddr_storage="yes" 
   else
  @@ -2862,13 +2873,13 @@
   fi
   
   echo $ac_n "checking for struct sockaddr_in6""... $ac_c" 1>&6
  -echo "configure:2866: checking for struct sockaddr_in6" >&5
  +echo "configure:2877: checking for struct sockaddr_in6" >&5
   if eval "test \"`echo '$''{'ac_cv_have_struct_sockaddr_in6'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2872 "configure"
  +#line 2883 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2878,7 +2889,7 @@
    struct sockaddr_in6 s; s.sin6_family = 0; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2882: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2893: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_struct_sockaddr_in6="yes" 
   else
  @@ -2901,13 +2912,13 @@
   fi
   
   echo $ac_n "checking for struct in6_addr""... $ac_c" 1>&6
  -echo "configure:2905: checking for struct in6_addr" >&5
  +echo "configure:2916: checking for struct in6_addr" >&5
   if eval "test \"`echo '$''{'ac_cv_have_struct_in6_addr'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2911 "configure"
  +#line 2922 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2917,7 +2928,7 @@
    struct in6_addr s; s.s6_addr[0] = 0; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2932: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_struct_in6_addr="yes" 
   else
  @@ -2940,13 +2951,13 @@
   fi
   
   echo $ac_n "checking for struct addrinfo""... $ac_c" 1>&6
  -echo "configure:2944: checking for struct addrinfo" >&5
  +echo "configure:2955: checking for struct addrinfo" >&5
   if eval "test \"`echo '$''{'ac_cv_have_struct_addrinfo'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2950 "configure"
  +#line 2961 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -2957,7 +2968,7 @@
    struct addrinfo s; s.ai_flags = AI_PASSIVE; 
   ; return 0; }
   EOF
  -if { (eval echo configure:2961: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:2972: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_struct_addrinfo="yes" 
   else
  @@ -2980,20 +2991,20 @@
   fi
   
   echo $ac_n "checking for struct timeval""... $ac_c" 1>&6
  -echo "configure:2984: checking for struct timeval" >&5
  +echo "configure:2995: checking for struct timeval" >&5
   if eval "test \"`echo '$''{'ac_cv_have_struct_timeval'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 2990 "configure"
  +#line 3001 "configure"
   #include "confdefs.h"
    #include <sys/time.h> 
   int main() {
    struct timeval tv; tv.tv_sec = 1;
   ; return 0; }
   EOF
  -if { (eval echo configure:2997: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:3008: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_struct_timeval="yes" 
   else
  @@ -3017,13 +3028,13 @@
   fi
   
   echo $ac_n "checking for sun_len field in struct sockaddr_un""... $ac_c" 1>&6
  -echo "configure:3021: checking for sun_len field in struct sockaddr_un" >&5
  +echo "configure:3032: checking for sun_len field in struct sockaddr_un" >&5
   if eval "test \"`echo '$''{'ac_cv_have_sun_len_in_struct_sockaddr_un'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 3027 "configure"
  +#line 3038 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -3033,7 +3044,7 @@
    struct sockaddr_un s; s.sun_len = 1; 
   ; return 0; }
   EOF
  -if { (eval echo configure:3037: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:3048: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_sun_len_in_struct_sockaddr_un="yes" 
   else
  @@ -3055,13 +3066,13 @@
   fi
   
   echo $ac_n "checking for ss_family field in struct sockaddr_storage""... $ac_c" 1>&6
  -echo "configure:3059: checking for ss_family field in struct sockaddr_storage" >&5
  +echo "configure:3070: checking for ss_family field in struct sockaddr_storage" >&5
   if eval "test \"`echo '$''{'ac_cv_have_ss_family_in_struct_ss'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 3065 "configure"
  +#line 3076 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -3071,7 +3082,7 @@
    struct sockaddr_storage s; s.ss_family = 1; 
   ; return 0; }
   EOF
  -if { (eval echo configure:3075: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:3086: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_ss_family_in_struct_ss="yes" 
   else
  @@ -3093,13 +3104,13 @@
   fi
   
   echo $ac_n "checking for __ss_family field in struct sockaddr_storage""... $ac_c" 1>&6
  -echo "configure:3097: checking for __ss_family field in struct sockaddr_storage" >&5
  +echo "configure:3108: checking for __ss_family field in struct sockaddr_storage" >&5
   if eval "test \"`echo '$''{'ac_cv_have___ss_family_in_struct_ss'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 3103 "configure"
  +#line 3114 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -3109,7 +3120,7 @@
    struct sockaddr_storage s; s.__ss_family = 1; 
   ; return 0; }
   EOF
  -if { (eval echo configure:3113: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:3124: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have___ss_family_in_struct_ss="yes" 
   else
  @@ -3132,13 +3143,13 @@
   fi
   
   echo $ac_n "checking for pid_t""... $ac_c" 1>&6
  -echo "configure:3136: checking for pid_t" >&5
  +echo "configure:3147: checking for pid_t" >&5
   if eval "test \"`echo '$''{'ac_cv_have_pid_t'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
           cat > conftest.$ac_ext <<EOF
  -#line 3142 "configure"
  +#line 3153 "configure"
   #include "confdefs.h"
   
   #include <sys/types.h>
  @@ -3147,7 +3158,7 @@
    pid_t foo; foo = 1235; 
   ; return 0; }
   EOF
  -if { (eval echo configure:3151: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:3162: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
      ac_cv_have_pid_t="yes" 
   else
  @@ -3170,20 +3181,20 @@
   fi
   
   echo $ac_n "checking if libc defines __progname""... $ac_c" 1>&6
  -echo "configure:3174: checking if libc defines __progname" >&5
  +echo "configure:3185: checking if libc defines __progname" >&5
   if eval "test \"`echo '$''{'ac_cv_libc_defines___progname'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 3180 "configure"
  +#line 3191 "configure"
   #include "confdefs.h"
   
   int main() {
    extern char *__progname; printf("%s", __progname); 
   ; return 0; }
   EOF
  -if { (eval echo configure:3187: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:3198: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
      ac_cv_libc_defines___progname="yes" 
   else
  @@ -3207,20 +3218,20 @@
   
   
   echo $ac_n "checking if libc defines sys_errlist""... $ac_c" 1>&6
  -echo "configure:3211: checking if libc defines sys_errlist" >&5
  +echo "configure:3222: checking if libc defines sys_errlist" >&5
   if eval "test \"`echo '$''{'ac_cv_libc_defines_sys_errlist'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 3217 "configure"
  +#line 3228 "configure"
   #include "confdefs.h"
   
   int main() {
    extern const char *const sys_errlist[]; printf("%s", sys_errlist[0]);
   ; return 0; }
   EOF
  -if { (eval echo configure:3224: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:3235: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
      ac_cv_libc_defines_sys_errlist="yes" 
   else
  @@ -3244,20 +3255,20 @@
   
   
   echo $ac_n "checking if libc defines sys_nerr""... $ac_c" 1>&6
  -echo "configure:3248: checking if libc defines sys_nerr" >&5
  +echo "configure:3259: checking if libc defines sys_nerr" >&5
   if eval "test \"`echo '$''{'ac_cv_libc_defines_sys_nerr'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     
   	cat > conftest.$ac_ext <<EOF
  -#line 3254 "configure"
  +#line 3265 "configure"
   #include "confdefs.h"
   
   int main() {
    extern int sys_nerr; printf("%i", sys_nerr);
   ; return 0; }
   EOF
  -if { (eval echo configure:3261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
  +if { (eval echo configure:3272: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
     rm -rf conftest*
      ac_cv_libc_defines_sys_nerr="yes" 
   else
  @@ -3284,15 +3295,15 @@
     eval $i
   done
   echo $ac_n "checking Check Spread's major version""... $ac_c" 1>&6
  -echo "configure:3288: checking Check Spread's major version" >&5
  +echo "configure:3299: checking Check Spread's major version" >&5
   echo "$ac_t""$SP_MAJOR_VERSION" 1>&6
   
   echo $ac_n "checking Check Spread's minor version""... $ac_c" 1>&6
  -echo "configure:3292: checking Check Spread's minor version" >&5
  +echo "configure:3303: checking Check Spread's minor version" >&5
   echo "$ac_t""$SP_MINOR_VERSION" 1>&6
   
   echo $ac_n "checking Check Spread's patch version""... $ac_c" 1>&6
  -echo "configure:3296: checking Check Spread's patch version" >&5
  +echo "configure:3307: checking Check Spread's patch version" >&5
   echo "$ac_t""$SP_PATCH_VERSION" 1>&6
   
   
  @@ -3320,7 +3331,7 @@
   # Extract the first word of "$ac_prog", so it can be a program name with args.
   set dummy $ac_prog; ac_word=$2
   echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
  -echo "configure:3324: checking for $ac_word" >&5
  +echo "configure:3335: checking for $ac_word" >&5
   if eval "test \"`echo '$''{'ac_cv_path_NROFF'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -3412,12 +3423,12 @@
   
   
   echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6
  -echo "configure:3416: checking for Cygwin environment" >&5
  +echo "configure:3427: checking for Cygwin environment" >&5
   if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     cat > conftest.$ac_ext <<EOF
  -#line 3421 "configure"
  +#line 3432 "configure"
   #include "confdefs.h"
   
   int main() {
  @@ -3428,7 +3439,7 @@
   return __CYGWIN__;
   ; return 0; }
   EOF
  -if { (eval echo configure:3432: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:3443: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
     ac_cv_cygwin=yes
   else
  @@ -3445,19 +3456,19 @@
   CYGWIN=
   test "$ac_cv_cygwin" = yes && CYGWIN=yes
   echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6
  -echo "configure:3449: checking for mingw32 environment" >&5
  +echo "configure:3460: checking for mingw32 environment" >&5
   if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
     cat > conftest.$ac_ext <<EOF
  -#line 3454 "configure"
  +#line 3465 "configure"
   #include "confdefs.h"
   
   int main() {
   return __MINGW32__;
   ; return 0; }
   EOF
  -if { (eval echo configure:3461: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
  +if { (eval echo configure:3472: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
     rm -rf conftest*
     ac_cv_mingw32=yes
   else
  @@ -3476,7 +3487,7 @@
   
   
   echo $ac_n "checking for executable suffix""... $ac_c" 1>&6
  -echo "configure:3480: checking for executable suffix" >&5
  +echo "configure:3491: checking for executable suffix" >&5
   if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
     echo $ac_n "(cached) $ac_c" 1>&6
   else
  @@ -3486,7 +3497,7 @@
     rm -f conftest*
     echo 'int main () { return 0; }' > conftest.$ac_ext
     ac_cv_exeext=
  -  if { (eval echo configure:3490: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
  +  if { (eval echo configure:3501: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
       for file in conftest.*; do
         case $file in
         *.c | *.o | *.obj) ;;
  @@ -3520,6 +3531,10 @@
   	LIBSPSO="libspread.dylib"
   	LIBTSPSO="libtspread.dylib"
           ;;
  +mips-sgi-irix*)
  +	LIBSPSO=none
  +	LIBTSPSO=none
  +	;;
   *-*-*)
   	SHCC=$CC
   	SHCFLAGS="$CFLAGS -fPIC"
  @@ -3674,12 +3689,12 @@
   s%@oldincludedir@%$oldincludedir%g
   s%@infodir@%$infodir%g
   s%@mandir@%$mandir%g
  -s%@CC@%$CC%g
   s%@host@%$host%g
   s%@host_alias@%$host_alias%g
   s%@host_cpu@%$host_cpu%g
   s%@host_vendor@%$host_vendor%g
   s%@host_os@%$host_os%g
  +s%@CC@%$CC%g
   s%@CPP@%$CPP%g
   s%@RANLIB@%$RANLIB%g
   s%@INSTALL_PROGRAM@%$INSTALL_PROGRAM%g
  
  
  




More information about the Spread-cvs mailing list