Changeset 3057


Ignore:
Timestamp:
Jan 13, 2010 1:09:45 PM (14 years ago)
Author:
bennylp
Message:

Initial OpenBSD fixes (#994):
pjlib:

  • Autoconf fixes in detecting header availability
  • Undefined sched_get_priority_max() and sched_get_priority_min()
    • protect with #ifdef _POSIX_PRIORITY_SCHEDULING, and
    • return hardcoded (0, 31) if OpenBSD macro is declared
  • Better GUID generation

pjlib-test:

  • Reduce the loop in PJILB activesock test
  • Fixed bug in ioqueue unregistration test which caused assertion error in destroying mutex

pjlib-util-test:

  • Fixed bug in pjlib-util resolver test
Location:
pjproject/trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/aconfigure

    r2973 r3057  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.61 for pjproject 1.0. 
     3# Generated by GNU Autoconf 2.62 for pjproject 1.0. 
    44# 
    55# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    6 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    77# This configure script is free software; the Free Software Foundation 
    88# gives unlimited permission to copy, distribute and modify it. 
     
    1616  emulate sh 
    1717  NULLCMD=: 
    18   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     18  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    1919  # is contrary to our usage.  Disable this feature. 
    2020  alias -g '${1+"$@"}'='"$@"' 
     
    3838as_cr_alnum=$as_cr_Letters$as_cr_digits 
    3939 
     40as_nl=' 
     41' 
     42export as_nl 
     43# Printing a long string crashes Solaris 7 /usr/bin/printf. 
     44as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
     45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
     46as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
     47if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 
     48  as_echo='printf %s\n' 
     49  as_echo_n='printf %s' 
     50else 
     51  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 
     52    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 
     53    as_echo_n='/usr/ucb/echo -n' 
     54  else 
     55    as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 
     56    as_echo_n_body='eval 
     57      arg=$1; 
     58      case $arg in 
     59      *"$as_nl"*) 
     60        expr "X$arg" : "X\\(.*\\)$as_nl"; 
     61        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 
     62      esac; 
     63      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 
     64    ' 
     65    export as_echo_n_body 
     66    as_echo_n='sh -c $as_echo_n_body as_echo' 
     67  fi 
     68  export as_echo_body 
     69  as_echo='sh -c $as_echo_body as_echo' 
     70fi 
     71 
    4072# The user is always right. 
    4173if test "${PATH_SEPARATOR+set}" != set; then 
    42   echo "#! /bin/sh" >conf$$.sh 
    43   echo  "exit 0"   >>conf$$.sh 
    44   chmod +x conf$$.sh 
    45   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    46     PATH_SEPARATOR=';' 
    47   else 
    48     PATH_SEPARATOR=: 
    49   fi 
    50   rm -f conf$$.sh 
     74  PATH_SEPARATOR=: 
     75  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 
     76    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 
     77      PATH_SEPARATOR=';' 
     78  } 
    5179fi 
    5280 
     
    6492# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    6593# splitting by setting IFS to empty value.) 
    66 as_nl=' 
    67 ' 
    6894IFS=" ""        $as_nl" 
    6995 
     
    88114fi 
    89115if test ! -f "$as_myself"; then 
    90   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     116  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    91117  { (exit 1); exit 1; } 
    92118fi 
     
    101127 
    102128# NLS nuisances. 
    103 for as_var in \ 
    104   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    105   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    106   LC_TELEPHONE LC_TIME 
    107 do 
    108   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    109     eval $as_var=C; export $as_var 
    110   else 
    111     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    112   fi 
    113 done 
     129LC_ALL=C 
     130export LC_ALL 
     131LANGUAGE=C 
     132export LANGUAGE 
    114133 
    115134# Required to use basename. 
     
    133152         X"$0" : 'X\(//\)$' \| \ 
    134153         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    135 echo X/"$0" | 
     154$as_echo X/"$0" | 
    136155    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    137156            s//\1/ 
     
    159178fi 
    160179 
    161   if test $as_have_required = yes &&     (eval ": 
     180  if test $as_have_required = yes &&     (eval ": 
    162181(as_func_return () { 
    163182  (exit \$1) 
     
    241260  emulate sh 
    242261  NULLCMD=: 
    243   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     262  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    244263  # is contrary to our usage.  Disable this feature. 
    245264  alias -g '${1+"$@"}'='"$@"' 
     
    262281  emulate sh 
    263282  NULLCMD=: 
    264   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     283  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    265284  # is contrary to our usage.  Disable this feature. 
    266285  alias -g '${1+"$@"}'='"$@"' 
     
    342361      if test "x$CONFIG_SHELL" != x; then 
    343362  for as_var in BASH_ENV ENV 
    344         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    345         done 
    346         export CONFIG_SHELL 
    347         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
     363        do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
     364        done 
     365        export CONFIG_SHELL 
     366        exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} 
    348367fi 
    349368 
     
    414433test \$exitcode = 0") || { 
    415434  echo No shell found that supports shell functions. 
    416   echo Please tell autoconf@gnu.org about your system, 
    417   echo including any error possibly output before this 
    418   echo message 
     435  echo Please tell bug-autoconf@gnu.org about your system, 
     436  echo including any error possibly output before this message. 
     437  echo This can help us improve future autoconf versions. 
     438  echo Configuration will now proceed without shell functions. 
    419439} 
    420440 
     
    452472    ' >$as_me.lineno && 
    453473  chmod +x "$as_me.lineno" || 
    454     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     474    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    455475   { (exit 1); exit 1; }; } 
    456476 
     
    480500  ECHO_N='-n';; 
    481501esac 
    482  
    483502if expr a : '\(a\)' >/dev/null 2>&1 && 
    484503   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    493512else 
    494513  rm -f conf$$.dir 
    495   mkdir conf$$.dir 
    496 fi 
    497 echo >conf$$.file 
    498 if ln -s conf$$.file conf$$ 2>/dev/null; then 
    499   as_ln_s='ln -s' 
    500   # ... but there are two gotchas: 
    501   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    502   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    503   # In both cases, we have to default to `cp -p'. 
    504   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     514  mkdir conf$$.dir 2>/dev/null 
     515fi 
     516if (echo >conf$$.file) 2>/dev/null; then 
     517  if ln -s conf$$.file conf$$ 2>/dev/null; then 
     518    as_ln_s='ln -s' 
     519    # ... but there are two gotchas: 
     520    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     521    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     522    # In both cases, we have to default to `cp -p'. 
     523    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     524      as_ln_s='cp -p' 
     525  elif ln conf$$.file conf$$ 2>/dev/null; then 
     526    as_ln_s=ln 
     527  else 
    505528    as_ln_s='cp -p' 
    506 elif ln conf$$.file conf$$ 2>/dev/null; then 
    507   as_ln_s=ln 
     529  fi 
    508530else 
    509531  as_ln_s='cp -p' 
     
    530552    eval sh -c '\'' 
    531553      if test -d "$1"; then 
    532         test -d "$1/."; 
     554        test -d "$1/."; 
    533555      else 
    534556        case $1 in 
    535         -*)set "./$1";; 
     557        -*)set "./$1";; 
    536558        esac; 
    537559        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    703725LTLIBOBJS' 
    704726ac_subst_files='' 
     727ac_user_opts=' 
     728enable_option_checking 
     729enable_floating_point 
     730enable_epoll 
     731enable_sound 
     732enable_oss 
     733enable_ext_sound 
     734enable_small_filter 
     735enable_large_filter 
     736enable_speex_aec 
     737enable_g711_codec 
     738enable_l16_codec 
     739enable_gsm_codec 
     740enable_g722_codec 
     741enable_g7221_codec 
     742enable_speex_codec 
     743enable_ilbc_codec 
     744enable_libsamplerate 
     745enable_ipp 
     746enable_ipp_samples 
     747enable_ssl 
     748' 
    705749      ac_precious_vars='build_alias 
    706750host_alias 
     
    720764ac_init_help= 
    721765ac_init_version=false 
     766ac_unrecognized_opts= 
     767ac_unrecognized_sep= 
    722768# The variables have the same names as the options, with 
    723769# dashes changed to underlines. 
     
    818864 
    819865  -disable-* | --disable-*) 
    820     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
     866    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    821867    # Reject names that are not valid shell variable names. 
    822     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    823       { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
     868    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     869      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
    824870   { (exit 1); exit 1; }; } 
    825     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    826     eval enable_$ac_feature=no ;; 
     871    ac_useropt_orig=$ac_useropt 
     872    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     873    case $ac_user_opts in 
     874      *" 
     875"enable_$ac_useropt" 
     876"*) ;; 
     877      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" 
     878         ac_unrecognized_sep=', ';; 
     879    esac 
     880    eval enable_$ac_useropt=no ;; 
    827881 
    828882  -docdir | --docdir | --docdi | --doc | --do) 
     
    837891 
    838892  -enable-* | --enable-*) 
    839     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
     893    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    840894    # Reject names that are not valid shell variable names. 
    841     expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    842       { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
     895    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     896      { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 
    843897   { (exit 1); exit 1; }; } 
    844     ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    845     eval enable_$ac_feature=\$ac_optarg ;; 
     898    ac_useropt_orig=$ac_useropt 
     899    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     900    case $ac_user_opts in 
     901      *" 
     902"enable_$ac_useropt" 
     903"*) ;; 
     904      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" 
     905         ac_unrecognized_sep=', ';; 
     906    esac 
     907    eval enable_$ac_useropt=\$ac_optarg ;; 
    846908 
    847909  -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ 
     
    10341096 
    10351097  -with-* | --with-*) 
    1036     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
     1098    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    10371099    # Reject names that are not valid shell variable names. 
    1038     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1039       { echo "$as_me: error: invalid package name: $ac_package" >&2 
     1100    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1101      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
    10401102   { (exit 1); exit 1; }; } 
    1041     ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    1042     eval with_$ac_package=\$ac_optarg ;; 
     1103    ac_useropt_orig=$ac_useropt 
     1104    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     1105    case $ac_user_opts in 
     1106      *" 
     1107"with_$ac_useropt" 
     1108"*) ;; 
     1109      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" 
     1110         ac_unrecognized_sep=', ';; 
     1111    esac 
     1112    eval with_$ac_useropt=\$ac_optarg ;; 
    10431113 
    10441114  -without-* | --without-*) 
    1045     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
     1115    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    10461116    # Reject names that are not valid shell variable names. 
    1047     expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1048       { echo "$as_me: error: invalid package name: $ac_package" >&2 
     1117    expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && 
     1118      { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 
    10491119   { (exit 1); exit 1; }; } 
    1050     ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    1051     eval with_$ac_package=no ;; 
     1120    ac_useropt_orig=$ac_useropt 
     1121    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` 
     1122    case $ac_user_opts in 
     1123      *" 
     1124"with_$ac_useropt" 
     1125"*) ;; 
     1126      *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" 
     1127         ac_unrecognized_sep=', ';; 
     1128    esac 
     1129    eval with_$ac_useropt=no ;; 
    10521130 
    10531131  --x) 
     
    10691147    x_libraries=$ac_optarg ;; 
    10701148 
    1071   -*) { echo "$as_me: error: unrecognized option: $ac_option 
     1149  -*) { $as_echo "$as_me: error: unrecognized option: $ac_option 
    10721150Try \`$0 --help' for more information." >&2 
    10731151   { (exit 1); exit 1; }; } 
     
    10781156    # Reject names that are not valid shell variable names. 
    10791157    expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null && 
    1080       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
     1158      { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 
    10811159   { (exit 1); exit 1; }; } 
    10821160    eval $ac_envvar=\$ac_optarg 
     
    10851163  *) 
    10861164    # FIXME: should be removed in autoconf 3.0. 
    1087     echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
     1165    $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2 
    10881166    expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    1089       echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
     1167      $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 
    10901168    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} 
    10911169    ;; 
     
    10961174if test -n "$ac_prev"; then 
    10971175  ac_option=--`echo $ac_prev | sed 's/_/-/g'` 
    1098   { echo "$as_me: error: missing argument to $ac_option" >&2 
     1176  { $as_echo "$as_me: error: missing argument to $ac_option" >&2 
    10991177   { (exit 1); exit 1; }; } 
    11001178fi 
    11011179 
    1102 # Be sure to have absolute directory names. 
     1180if test -n "$ac_unrecognized_opts"; then 
     1181  case $enable_option_checking in 
     1182    no) ;; 
     1183    fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 
     1184   { (exit 1); exit 1; }; } ;; 
     1185    *)     $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; 
     1186  esac 
     1187fi 
     1188 
     1189# Check all directory arguments for consistency. 
    11031190for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \ 
    11041191                datadir sysconfdir sharedstatedir localstatedir includedir \ 
     
    11071194do 
    11081195  eval ac_val=\$$ac_var 
     1196  # Remove trailing slashes. 
     1197  case $ac_val in 
     1198    */ ) 
     1199      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` 
     1200      eval $ac_var=\$ac_val;; 
     1201  esac 
     1202  # Be sure to have absolute directory names. 
    11091203  case $ac_val in 
    11101204    [\\/$]* | ?:[\\/]* )  continue;; 
    11111205    NONE | '' ) case $ac_var in *prefix ) continue;; esac;; 
    11121206  esac 
    1113   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
     1207  { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 
    11141208   { (exit 1); exit 1; }; } 
    11151209done 
     
    11261220  if test "x$build_alias" = x; then 
    11271221    cross_compiling=maybe 
    1128     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
     1222    $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host. 
    11291223    If a cross compiler is detected then cross compile mode will be used." >&2 
    11301224  elif test "x$build_alias" != "x$host_alias"; then 
     
    11421236ac_ls_di=`ls -di .` && 
    11431237ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || 
    1144   { echo "$as_me: error: Working directory cannot be determined" >&2 
     1238  { $as_echo "$as_me: error: Working directory cannot be determined" >&2 
    11451239   { (exit 1); exit 1; }; } 
    11461240test "X$ac_ls_di" = "X$ac_pwd_ls_di" || 
    1147   { echo "$as_me: error: pwd does not report name of working directory" >&2 
     1241  { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 
    11481242   { (exit 1); exit 1; }; } 
    11491243 
     
    11531247  ac_srcdir_defaulted=yes 
    11541248  # Try the directory containing this script, then the parent directory. 
    1155   ac_confdir=`$as_dirname -- "$0" || 
    1156 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
    1157          X"$0" : 'X\(//\)[^/]' \| \ 
    1158          X"$0" : 'X\(//\)$' \| \ 
    1159          X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    1160 echo X"$0" | 
     1249  ac_confdir=`$as_dirname -- "$as_myself" || 
     1250$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 
     1251         X"$as_myself" : 'X\(//\)[^/]' \| \ 
     1252         X"$as_myself" : 'X\(//\)$' \| \ 
     1253         X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || 
     1254$as_echo X"$as_myself" | 
    11611255    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    11621256            s//\1/ 
     
    11851279if test ! -r "$srcdir/$ac_unique_file"; then 
    11861280  test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." 
    1187   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
     1281  { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 
    11881282   { (exit 1); exit 1; }; } 
    11891283fi 
    11901284ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" 
    11911285ac_abs_confdir=`( 
    1192         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 
     1286        cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 
    11931287   { (exit 1); exit 1; }; } 
    11941288        pwd)` 
     
    12391333Installation directories: 
    12401334  --prefix=PREFIX         install architecture-independent files in PREFIX 
    1241                           [$ac_default_prefix] 
     1335                          [$ac_default_prefix] 
    12421336  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX 
    1243                           [PREFIX] 
     1337                          [PREFIX] 
    12441338 
    12451339By default, \`make install' will install all the files in 
     
    12511345 
    12521346Fine tuning of the installation directories: 
    1253   --bindir=DIR           user executables [EPREFIX/bin] 
    1254   --sbindir=DIR          system admin executables [EPREFIX/sbin] 
    1255   --libexecdir=DIR       program executables [EPREFIX/libexec] 
    1256   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc] 
    1257   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com] 
    1258   --localstatedir=DIR    modifiable single-machine data [PREFIX/var] 
    1259   --libdir=DIR           object code libraries [EPREFIX/lib] 
    1260   --includedir=DIR       C header files [PREFIX/include] 
    1261   --oldincludedir=DIR    C header files for non-gcc [/usr/include] 
    1262   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share] 
    1263   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR] 
    1264   --infodir=DIR          info documentation [DATAROOTDIR/info] 
    1265   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale] 
    1266   --mandir=DIR           man documentation [DATAROOTDIR/man] 
    1267   --docdir=DIR           documentation root [DATAROOTDIR/doc/pjproject] 
    1268   --htmldir=DIR          html documentation [DOCDIR] 
    1269   --dvidir=DIR           dvi documentation [DOCDIR] 
    1270   --pdfdir=DIR           pdf documentation [DOCDIR] 
    1271   --psdir=DIR            ps documentation [DOCDIR] 
     1347  --bindir=DIR            user executables [EPREFIX/bin] 
     1348  --sbindir=DIR           system admin executables [EPREFIX/sbin] 
     1349  --libexecdir=DIR        program executables [EPREFIX/libexec] 
     1350  --sysconfdir=DIR        read-only single-machine data [PREFIX/etc] 
     1351  --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com] 
     1352  --localstatedir=DIR     modifiable single-machine data [PREFIX/var] 
     1353  --libdir=DIR            object code libraries [EPREFIX/lib] 
     1354  --includedir=DIR        C header files [PREFIX/include] 
     1355  --oldincludedir=DIR     C header files for non-gcc [/usr/include] 
     1356  --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share] 
     1357  --datadir=DIR           read-only architecture-independent data [DATAROOTDIR] 
     1358  --infodir=DIR           info documentation [DATAROOTDIR/info] 
     1359  --localedir=DIR         locale-dependent data [DATAROOTDIR/locale] 
     1360  --mandir=DIR            man documentation [DATAROOTDIR/man] 
     1361  --docdir=DIR            documentation root [DATAROOTDIR/doc/pjproject] 
     1362  --htmldir=DIR           html documentation [DOCDIR] 
     1363  --dvidir=DIR            dvi documentation [DOCDIR] 
     1364  --pdfdir=DIR            pdf documentation [DOCDIR] 
     1365  --psdir=DIR             ps documentation [DOCDIR] 
    12721366_ACEOF 
    12731367 
     
    12881382 
    12891383Optional Features: 
     1384  --disable-option-checking  ignore unrecognized --enable/--with options 
    12901385  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no) 
    12911386  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes] 
     
    13401435  # If there are subdirs, report their specific --help. 
    13411436  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue 
    1342     test -d "$ac_dir" || continue 
     1437    test -d "$ac_dir" || 
     1438      { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || 
     1439      continue 
    13431440    ac_builddir=. 
    13441441 
     
    13461443.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    13471444*) 
    1348   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
     1445  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
    13491446  # A ".." for each directory in $ac_dir_suffix. 
    1350   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
     1447  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
    13511448  case $ac_top_builddir_sub in 
    13521449  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    13841481      $SHELL "$ac_srcdir/configure" --help=recursive 
    13851482    else 
    1386       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
     1483      $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 
    13871484    fi || ac_status=$? 
    13881485    cd "$ac_pwd" || { ac_status=$?; break; } 
     
    13941491  cat <<\_ACEOF 
    13951492pjproject configure 1.0 
    1396 generated by GNU Autoconf 2.61 
     1493generated by GNU Autoconf 2.62 
    13971494 
    13981495Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
    1399 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. 
     14962002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. 
    14001497This configure script is free software; the Free Software Foundation 
    14011498gives unlimited permission to copy, distribute and modify it. 
     
    14081505 
    14091506It was created by pjproject $as_me 1.0, which was 
    1410 generated by GNU Autoconf 2.61.  Invocation command line was 
     1507generated by GNU Autoconf 2.62.  Invocation command line was 
    14111508 
    14121509  $ $0 $@ 
     
    14441541  IFS=$as_save_IFS 
    14451542  test -z "$as_dir" && as_dir=. 
    1446   echo "PATH: $as_dir" 
     1543  $as_echo "PATH: $as_dir" 
    14471544done 
    14481545IFS=$as_save_IFS 
     
    14791576      continue ;; 
    14801577    *\'*) 
    1481       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1578      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; 
    14821579    esac 
    14831580    case $ac_pass in 
     
    15311628    *${as_nl}*) 
    15321629      case $ac_var in #( 
    1533       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    1534 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
     1630      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     1631$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    15351632      esac 
    15361633      case $ac_var in #( 
    15371634      _ | IFS | as_nl) ;; #( 
     1635      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    15381636      *) $as_unset $ac_var ;; 
    15391637      esac ;; 
     
    15651663      eval ac_val=\$$ac_var 
    15661664      case $ac_val in 
    1567       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1665      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    15681666      esac 
    1569       echo "$ac_var='\''$ac_val'\''" 
     1667      $as_echo "$ac_var='\''$ac_val'\''" 
    15701668    done | sort 
    15711669    echo 
     
    15821680        eval ac_val=\$$ac_var 
    15831681        case $ac_val in 
    1584         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
     1682        *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; 
    15851683        esac 
    1586         echo "$ac_var='\''$ac_val'\''" 
     1684        $as_echo "$ac_var='\''$ac_val'\''" 
    15871685      done | sort 
    15881686      echo 
     
    16001698    fi 
    16011699    test "$ac_signal" != 0 && 
    1602       echo "$as_me: caught signal $ac_signal" 
    1603     echo "$as_me: exit $exit_status" 
     1700      $as_echo "$as_me: caught signal $ac_signal" 
     1701    $as_echo "$as_me: exit $exit_status" 
    16041702  } >&5 
    16051703  rm -f core *.core core.conftest.* && 
     
    16431741 
    16441742# Let the site file select an alternate cache file if it wants to. 
    1645 # Prefer explicitly selected file to automatically selected ones. 
     1743# Prefer an explicitly selected file to automatically selected ones. 
     1744ac_site_file1=NONE 
     1745ac_site_file2=NONE 
    16461746if test -n "$CONFIG_SITE"; then 
    1647   set x "$CONFIG_SITE" 
     1747  ac_site_file1=$CONFIG_SITE 
    16481748elif test "x$prefix" != xNONE; then 
    1649   set x "$prefix/share/config.site" "$prefix/etc/config.site" 
    1650 else 
    1651   set x "$ac_default_prefix/share/config.site" \ 
    1652         "$ac_default_prefix/etc/config.site" 
    1653 fi 
    1654 shift 
    1655 for ac_site_file 
     1749  ac_site_file1=$prefix/share/config.site 
     1750  ac_site_file2=$prefix/etc/config.site 
     1751else 
     1752  ac_site_file1=$ac_default_prefix/share/config.site 
     1753  ac_site_file2=$ac_default_prefix/etc/config.site 
     1754fi 
     1755for ac_site_file in "$ac_site_file1" "$ac_site_file2" 
    16561756do 
     1757  test "x$ac_site_file" = xNONE && continue 
    16571758  if test -r "$ac_site_file"; then 
    1658     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
    1659 echo "$as_me: loading site script $ac_site_file" >&6;} 
     1759    { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 
     1760$as_echo "$as_me: loading site script $ac_site_file" >&6;} 
    16601761    sed 's/^/| /' "$ac_site_file" >&5 
    16611762    . "$ac_site_file" 
     
    16671768  # files actually), so we avoid doing that. 
    16681769  if test -f "$cache_file"; then 
    1669     { echo "$as_me:$LINENO: loading cache $cache_file" >&5 
    1670 echo "$as_me: loading cache $cache_file" >&6;} 
     1770    { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 
     1771$as_echo "$as_me: loading cache $cache_file" >&6;} 
    16711772    case $cache_file in 
    16721773      [\\/]* | ?:[\\/]* ) . "$cache_file";; 
     
    16751776  fi 
    16761777else 
    1677   { echo "$as_me:$LINENO: creating cache $cache_file" >&5 
    1678 echo "$as_me: creating cache $cache_file" >&6;} 
     1778  { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 
     1779$as_echo "$as_me: creating cache $cache_file" >&6;} 
    16791780  >$cache_file 
    16801781fi 
     
    16901791  case $ac_old_set,$ac_new_set in 
    16911792    set,) 
    1692       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
    1693 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
     1793      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 
     1794$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 
    16941795      ac_cache_corrupted=: ;; 
    16951796    ,set) 
    1696       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
    1697 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
     1797      { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 
     1798$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 
    16981799      ac_cache_corrupted=: ;; 
    16991800    ,);; 
    17001801    *) 
    17011802      if test "x$ac_old_val" != "x$ac_new_val"; then 
    1702         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
    1703 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
    1704         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5 
    1705 echo "$as_me:   former value:  $ac_old_val" >&2;} 
    1706         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5 
    1707 echo "$as_me:   current value: $ac_new_val" >&2;} 
    1708         ac_cache_corrupted=: 
     1803        # differences in whitespace do not lead to failure. 
     1804        ac_old_val_w=`echo x $ac_old_val` 
     1805        ac_new_val_w=`echo x $ac_new_val` 
     1806        if test "$ac_old_val_w" != "$ac_new_val_w"; then 
     1807          { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 
     1808$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 
     1809          ac_cache_corrupted=: 
     1810        else 
     1811          { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 
     1812$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} 
     1813          eval $ac_var=\$ac_old_val 
     1814        fi 
     1815        { $as_echo "$as_me:$LINENO:   former value:  \`$ac_old_val'" >&5 
     1816$as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;} 
     1817        { $as_echo "$as_me:$LINENO:   current value: \`$ac_new_val'" >&5 
     1818$as_echo "$as_me:   current value: \`$ac_new_val'" >&2;} 
    17091819      fi;; 
    17101820  esac 
     
    17121822  if test "$ac_new_set" = set; then 
    17131823    case $ac_new_val in 
    1714     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
     1824    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; 
    17151825    *) ac_arg=$ac_var=$ac_new_val ;; 
    17161826    esac 
     
    17221832done 
    17231833if $ac_cache_corrupted; then 
    1724   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
    1725 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
    1726   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
    1727 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
     1834  { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 
     1835$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} 
     1836  { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 
     1837$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 
    17281838   { (exit 1); exit 1; }; } 
    17291839fi 
     
    17801890done 
    17811891if test -z "$ac_aux_dir"; then 
    1782   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
    1783 echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
     1892  { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5 
     1893$as_echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;} 
    17841894   { (exit 1); exit 1; }; } 
    17851895fi 
     
    17961906# Make sure we can run config.sub. 
    17971907$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || 
    1798   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 
    1799 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 
     1908  { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 
     1909$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} 
    18001910   { (exit 1); exit 1; }; } 
    18011911 
    1802 { echo "$as_me:$LINENO: checking build system type" >&5 
    1803 echo $ECHO_N "checking build system type... $ECHO_C" >&6; } 
     1912{ $as_echo "$as_me:$LINENO: checking build system type" >&5 
     1913$as_echo_n "checking build system type... " >&6; } 
    18041914if test "${ac_cv_build+set}" = set; then 
    1805   echo $ECHO_N "(cached) $ECHO_C" >&6 
     1915  $as_echo_n "(cached) " >&6 
    18061916else 
    18071917  ac_build_alias=$build_alias 
     
    18091919  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` 
    18101920test "x$ac_build_alias" = x && 
    1811   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
    1812 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
     1921  { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 
     1922$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 
    18131923   { (exit 1); exit 1; }; } 
    18141924ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || 
    1815   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 
    1816 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 
     1925  { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 
     1926$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} 
    18171927   { (exit 1); exit 1; }; } 
    18181928 
    18191929fi 
    1820 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
    1821 echo "${ECHO_T}$ac_cv_build" >&6; } 
     1930{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 
     1931$as_echo "$ac_cv_build" >&6; } 
    18221932case $ac_cv_build in 
    18231933*-*-*) ;; 
    1824 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
    1825 echo "$as_me: error: invalid value of canonical build" >&2;} 
     1934*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 
     1935$as_echo "$as_me: error: invalid value of canonical build" >&2;} 
    18261936   { (exit 1); exit 1; }; };; 
    18271937esac 
     
    18401950 
    18411951 
    1842 { echo "$as_me:$LINENO: checking host system type" >&5 
    1843 echo $ECHO_N "checking host system type... $ECHO_C" >&6; } 
     1952{ $as_echo "$as_me:$LINENO: checking host system type" >&5 
     1953$as_echo_n "checking host system type... " >&6; } 
    18441954if test "${ac_cv_host+set}" = set; then 
    1845   echo $ECHO_N "(cached) $ECHO_C" >&6 
     1955  $as_echo_n "(cached) " >&6 
    18461956else 
    18471957  if test "x$host_alias" = x; then 
     
    18491959else 
    18501960  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || 
    1851     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 
    1852 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 
     1961    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 
     1962$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} 
    18531963   { (exit 1); exit 1; }; } 
    18541964fi 
    18551965 
    18561966fi 
    1857 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
    1858 echo "${ECHO_T}$ac_cv_host" >&6; } 
     1967{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 
     1968$as_echo "$ac_cv_host" >&6; } 
    18591969case $ac_cv_host in 
    18601970*-*-*) ;; 
    1861 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 
    1862 echo "$as_me: error: invalid value of canonical host" >&2;} 
     1971*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 
     1972$as_echo "$as_me: error: invalid value of canonical host" >&2;} 
    18631973   { (exit 1); exit 1; }; };; 
    18641974esac 
     
    18771987 
    18781988 
    1879 { echo "$as_me:$LINENO: checking target system type" >&5 
    1880 echo $ECHO_N "checking target system type... $ECHO_C" >&6; } 
     1989{ $as_echo "$as_me:$LINENO: checking target system type" >&5 
     1990$as_echo_n "checking target system type... " >&6; } 
    18811991if test "${ac_cv_target+set}" = set; then 
    1882   echo $ECHO_N "(cached) $ECHO_C" >&6 
     1992  $as_echo_n "(cached) " >&6 
    18831993else 
    18841994  if test "x$target_alias" = x; then 
     
    18861996else 
    18871997  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` || 
    1888     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 
    1889 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 
     1998    { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5 
     1999$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;} 
    18902000   { (exit 1); exit 1; }; } 
    18912001fi 
    18922002 
    18932003fi 
    1894 { echo "$as_me:$LINENO: result: $ac_cv_target" >&5 
    1895 echo "${ECHO_T}$ac_cv_target" >&6; } 
     2004{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5 
     2005$as_echo "$ac_cv_target" >&6; } 
    18962006case $ac_cv_target in 
    18972007*-*-*) ;; 
    1898 *) { { echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 
    1899 echo "$as_me: error: invalid value of canonical target" >&2;} 
     2008*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5 
     2009$as_echo "$as_me: error: invalid value of canonical target" >&2;} 
    19002010   { (exit 1); exit 1; }; };; 
    19012011esac 
     
    19422052  # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 
    19432053set dummy ${ac_tool_prefix}gcc; ac_word=$2 
    1944 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1945 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2054{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2055$as_echo_n "checking for $ac_word... " >&6; } 
    19462056if test "${ac_cv_prog_CC+set}" = set; then 
    1947   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2057  $as_echo_n "(cached) " >&6 
    19482058else 
    19492059  if test -n "$CC"; then 
     
    19582068  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19592069    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    1960     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2070    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    19612071    break 2 
    19622072  fi 
     
    19692079CC=$ac_cv_prog_CC 
    19702080if test -n "$CC"; then 
    1971   { echo "$as_me:$LINENO: result: $CC" >&5 
    1972 echo "${ECHO_T}$CC" >&6; } 
    1973 else 
    1974   { echo "$as_me:$LINENO: result: no" >&5 
    1975 echo "${ECHO_T}no" >&6; } 
     2081  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2082$as_echo "$CC" >&6; } 
     2083else 
     2084  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2085$as_echo "no" >&6; } 
    19762086fi 
    19772087 
     
    19822092  # Extract the first word of "gcc", so it can be a program name with args. 
    19832093set dummy gcc; ac_word=$2 
    1984 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    1985 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2094{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2095$as_echo_n "checking for $ac_word... " >&6; } 
    19862096if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    1987   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2097  $as_echo_n "(cached) " >&6 
    19882098else 
    19892099  if test -n "$ac_ct_CC"; then 
     
    19982108  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19992109    ac_cv_prog_ac_ct_CC="gcc" 
    2000     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2110    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20012111    break 2 
    20022112  fi 
     
    20092119ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    20102120if test -n "$ac_ct_CC"; then 
    2011   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2012 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    2013 else 
    2014   { echo "$as_me:$LINENO: result: no" >&5 
    2015 echo "${ECHO_T}no" >&6; } 
     2121  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2122$as_echo "$ac_ct_CC" >&6; } 
     2123else 
     2124  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2125$as_echo "no" >&6; } 
    20162126fi 
    20172127 
     
    20212131    case $cross_compiling:$ac_tool_warned in 
    20222132yes:) 
    2023 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2133{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    20242134whose name does not start with the host triplet.  If you think this 
    20252135configuration is useful to you, please write to autoconf@gnu.org." >&5 
    2026 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2136$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    20272137whose name does not start with the host triplet.  If you think this 
    20282138configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     
    20392149    # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 
    20402150set dummy ${ac_tool_prefix}cc; ac_word=$2 
    2041 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2042 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2151{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2152$as_echo_n "checking for $ac_word... " >&6; } 
    20432153if test "${ac_cv_prog_CC+set}" = set; then 
    2044   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2154  $as_echo_n "(cached) " >&6 
    20452155else 
    20462156  if test -n "$CC"; then 
     
    20552165  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20562166    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    2057     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2167    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    20582168    break 2 
    20592169  fi 
     
    20662176CC=$ac_cv_prog_CC 
    20672177if test -n "$CC"; then 
    2068   { echo "$as_me:$LINENO: result: $CC" >&5 
    2069 echo "${ECHO_T}$CC" >&6; } 
    2070 else 
    2071   { echo "$as_me:$LINENO: result: no" >&5 
    2072 echo "${ECHO_T}no" >&6; } 
     2178  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2179$as_echo "$CC" >&6; } 
     2180else 
     2181  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2182$as_echo "no" >&6; } 
    20732183fi 
    20742184 
     
    20792189  # Extract the first word of "cc", so it can be a program name with args. 
    20802190set dummy cc; ac_word=$2 
    2081 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2082 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2191{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2192$as_echo_n "checking for $ac_word... " >&6; } 
    20832193if test "${ac_cv_prog_CC+set}" = set; then 
    2084   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2194  $as_echo_n "(cached) " >&6 
    20852195else 
    20862196  if test -n "$CC"; then 
     
    21002210     fi 
    21012211    ac_cv_prog_CC="cc" 
    2102     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2212    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    21032213    break 2 
    21042214  fi 
     
    21232233CC=$ac_cv_prog_CC 
    21242234if test -n "$CC"; then 
    2125   { echo "$as_me:$LINENO: result: $CC" >&5 
    2126 echo "${ECHO_T}$CC" >&6; } 
    2127 else 
    2128   { echo "$as_me:$LINENO: result: no" >&5 
    2129 echo "${ECHO_T}no" >&6; } 
     2235  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2236$as_echo "$CC" >&6; } 
     2237else 
     2238  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2239$as_echo "no" >&6; } 
    21302240fi 
    21312241 
     
    21382248    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    21392249set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    2140 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2141 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2250{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2251$as_echo_n "checking for $ac_word... " >&6; } 
    21422252if test "${ac_cv_prog_CC+set}" = set; then 
    2143   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2253  $as_echo_n "(cached) " >&6 
    21442254else 
    21452255  if test -n "$CC"; then 
     
    21542264  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21552265    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    2156     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2266    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    21572267    break 2 
    21582268  fi 
     
    21652275CC=$ac_cv_prog_CC 
    21662276if test -n "$CC"; then 
    2167   { echo "$as_me:$LINENO: result: $CC" >&5 
    2168 echo "${ECHO_T}$CC" >&6; } 
    2169 else 
    2170   { echo "$as_me:$LINENO: result: no" >&5 
    2171 echo "${ECHO_T}no" >&6; } 
     2277  { $as_echo "$as_me:$LINENO: result: $CC" >&5 
     2278$as_echo "$CC" >&6; } 
     2279else 
     2280  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2281$as_echo "no" >&6; } 
    21722282fi 
    21732283 
     
    21822292  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    21832293set dummy $ac_prog; ac_word=$2 
    2184 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2294{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2295$as_echo_n "checking for $ac_word... " >&6; } 
    21862296if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 
    2187   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2297  $as_echo_n "(cached) " >&6 
    21882298else 
    21892299  if test -n "$ac_ct_CC"; then 
     
    21982308  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    21992309    ac_cv_prog_ac_ct_CC="$ac_prog" 
    2200     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     2310    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    22012311    break 2 
    22022312  fi 
     
    22092319ac_ct_CC=$ac_cv_prog_ac_ct_CC 
    22102320if test -n "$ac_ct_CC"; then 
    2211   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
    2212 echo "${ECHO_T}$ac_ct_CC" >&6; } 
    2213 else 
    2214   { echo "$as_me:$LINENO: result: no" >&5 
    2215 echo "${ECHO_T}no" >&6; } 
     2321  { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 
     2322$as_echo "$ac_ct_CC" >&6; } 
     2323else 
     2324  { $as_echo "$as_me:$LINENO: result: no" >&5 
     2325$as_echo "no" >&6; } 
    22162326fi 
    22172327 
     
    22252335    case $cross_compiling:$ac_tool_warned in 
    22262336yes:) 
    2227 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     2337{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    22282338whose name does not start with the host triplet.  If you think this 
    22292339configuration is useful to you, please write to autoconf@gnu.org." >&5 
    2230 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     2340$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    22312341whose name does not start with the host triplet.  If you think this 
    22322342configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     
    22402350 
    22412351 
    2242 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
     2352test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH 
    22432353See \`config.log' for more details." >&5 
    2244 echo "$as_me: error: no acceptable C compiler found in \$PATH 
     2354$as_echo "$as_me: error: no acceptable C compiler found in \$PATH 
    22452355See \`config.log' for more details." >&2;} 
    22462356   { (exit 1); exit 1; }; } 
    22472357 
    22482358# Provide some information about the compiler. 
    2249 echo "$as_me:$LINENO: checking for C compiler version" >&5 
    2250 ac_compiler=`set X $ac_compile; echo $2` 
     2359$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 
     2360set X $ac_compile 
     2361ac_compiler=$2 
    22512362{ (ac_try="$ac_compiler --version >&5" 
    22522363case "(($ac_try" in 
     
    22542365  *) ac_try_echo=$ac_try;; 
    22552366esac 
    2256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2367eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2368$as_echo "$ac_try_echo") >&5 
    22572369  (eval "$ac_compiler --version >&5") 2>&5 
    22582370  ac_status=$? 
    2259   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2371  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22602372  (exit $ac_status); } 
    22612373{ (ac_try="$ac_compiler -v >&5" 
     
    22642376  *) ac_try_echo=$ac_try;; 
    22652377esac 
    2266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2378eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2379$as_echo "$ac_try_echo") >&5 
    22672380  (eval "$ac_compiler -v >&5") 2>&5 
    22682381  ac_status=$? 
    2269   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2382  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22702383  (exit $ac_status); } 
    22712384{ (ac_try="$ac_compiler -V >&5" 
     
    22742387  *) ac_try_echo=$ac_try;; 
    22752388esac 
    2276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2389eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2390$as_echo "$ac_try_echo") >&5 
    22772391  (eval "$ac_compiler -V >&5") 2>&5 
    22782392  ac_status=$? 
    2279   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2393  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    22802394  (exit $ac_status); } 
    22812395 
     
    22962410_ACEOF 
    22972411ac_clean_files_save=$ac_clean_files 
    2298 ac_clean_files="$ac_clean_files a.out a.exe b.out" 
     2412ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" 
    22992413# Try to create an executable without -o first, disregard a.out. 
    23002414# It will help us diagnose broken compilers, and finding out an intuition 
    23012415# of exeext. 
    2302 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
    2303 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; } 
    2304 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
    2305 # 
    2306 # List of possible output files, starting from the most likely. 
    2307 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*) 
    2308 # only as a last resort.  b.out is created by i960 compilers. 
    2309 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' 
    2310 # 
    2311 # The IRIX 6 linker writes into existing files which may not be 
    2312 # executable, retaining their permissions.  Remove them first so a 
    2313 # subsequent execution test works. 
     2416{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 
     2417$as_echo_n "checking for C compiler default output file name... " >&6; } 
     2418ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 
     2419 
     2420# The possible output files: 
     2421ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" 
     2422 
    23142423ac_rmfiles= 
    23152424for ac_file in $ac_files 
    23162425do 
    23172426  case $ac_file in 
    2318     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
     2427    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
    23192428    * ) ac_rmfiles="$ac_rmfiles $ac_file";; 
    23202429  esac 
     
    23272436  *) ac_try_echo=$ac_try;; 
    23282437esac 
    2329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2438eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2439$as_echo "$ac_try_echo") >&5 
    23302440  (eval "$ac_link_default") 2>&5 
    23312441  ac_status=$? 
    2332   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2442  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    23332443  (exit $ac_status); }; then 
    23342444  # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. 
     
    23412451  test -f "$ac_file" || continue 
    23422452  case $ac_file in 
    2343     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) 
     2453    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) 
    23442454        ;; 
    23452455    [ab].out ) 
     
    23682478fi 
    23692479 
    2370 { echo "$as_me:$LINENO: result: $ac_file" >&5 
    2371 echo "${ECHO_T}$ac_file" >&6; } 
     2480{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 
     2481$as_echo "$ac_file" >&6; } 
    23722482if test -z "$ac_file"; then 
    2373   echo "$as_me: failed program was:" >&5 
     2483  $as_echo "$as_me: failed program was:" >&5 
    23742484sed 's/^/| /' conftest.$ac_ext >&5 
    23752485 
    2376 { { echo "$as_me:$LINENO: error: C compiler cannot create executables 
     2486{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables 
    23772487See \`config.log' for more details." >&5 
    2378 echo "$as_me: error: C compiler cannot create executables 
     2488$as_echo "$as_me: error: C compiler cannot create executables 
    23792489See \`config.log' for more details." >&2;} 
    23802490   { (exit 77); exit 77; }; } 
     
    23852495# Check that the compiler produces executables we can run.  If not, either 
    23862496# the compiler is broken, or we cross compile. 
    2387 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
    2388 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; } 
     2497{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 
     2498$as_echo_n "checking whether the C compiler works... " >&6; } 
    23892499# FIXME: These cross compiler hacks should be removed for Autoconf 3.0 
    23902500# If not cross compiling, check that we can run a simple program. 
     
    23952505  *) ac_try_echo=$ac_try;; 
    23962506esac 
    2397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2507eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2508$as_echo "$ac_try_echo") >&5 
    23982509  (eval "$ac_try") 2>&5 
    23992510  ac_status=$? 
    2400   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2511  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24012512  (exit $ac_status); }; }; then 
    24022513    cross_compiling=no 
     
    24052516        cross_compiling=yes 
    24062517    else 
    2407         { { echo "$as_me:$LINENO: error: cannot run C compiled programs. 
     2518        { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs. 
    24082519If you meant to cross compile, use \`--host'. 
    24092520See \`config.log' for more details." >&5 
    2410 echo "$as_me: error: cannot run C compiled programs. 
     2521$as_echo "$as_me: error: cannot run C compiled programs. 
    24112522If you meant to cross compile, use \`--host'. 
    24122523See \`config.log' for more details." >&2;} 
     
    24152526  fi 
    24162527fi 
    2417 { echo "$as_me:$LINENO: result: yes" >&5 
    2418 echo "${ECHO_T}yes" >&6; } 
    2419  
    2420 rm -f a.out a.exe conftest$ac_cv_exeext b.out 
     2528{ $as_echo "$as_me:$LINENO: result: yes" >&5 
     2529$as_echo "yes" >&6; } 
     2530 
     2531rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out 
    24212532ac_clean_files=$ac_clean_files_save 
    24222533# Check that the compiler produces executables we can run.  If not, either 
    24232534# the compiler is broken, or we cross compile. 
    2424 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
    2425 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; } 
    2426 { echo "$as_me:$LINENO: result: $cross_compiling" >&5 
    2427 echo "${ECHO_T}$cross_compiling" >&6; } 
    2428  
    2429 { echo "$as_me:$LINENO: checking for suffix of executables" >&5 
    2430 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } 
     2535{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 
     2536$as_echo_n "checking whether we are cross compiling... " >&6; } 
     2537{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 
     2538$as_echo "$cross_compiling" >&6; } 
     2539 
     2540{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 
     2541$as_echo_n "checking for suffix of executables... " >&6; } 
    24312542if { (ac_try="$ac_link" 
    24322543case "(($ac_try" in 
     
    24342545  *) ac_try_echo=$ac_try;; 
    24352546esac 
    2436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2547eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2548$as_echo "$ac_try_echo") >&5 
    24372549  (eval "$ac_link") 2>&5 
    24382550  ac_status=$? 
    2439   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2551  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24402552  (exit $ac_status); }; then 
    24412553  # If both `conftest.exe' and `conftest' are `present' (well, observable) 
     
    24462558  test -f "$ac_file" || continue 
    24472559  case $ac_file in 
    2448     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; 
     2560    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; 
    24492561    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` 
    24502562          break;; 
     
    24532565done 
    24542566else 
    2455   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
     2567  { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link 
    24562568See \`config.log' for more details." >&5 
    2457 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
     2569$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link 
    24582570See \`config.log' for more details." >&2;} 
    24592571   { (exit 1); exit 1; }; } 
     
    24612573 
    24622574rm -f conftest$ac_cv_exeext 
    2463 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
    2464 echo "${ECHO_T}$ac_cv_exeext" >&6; } 
     2575{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 
     2576$as_echo "$ac_cv_exeext" >&6; } 
    24652577 
    24662578rm -f conftest.$ac_ext 
    24672579EXEEXT=$ac_cv_exeext 
    24682580ac_exeext=$EXEEXT 
    2469 { echo "$as_me:$LINENO: checking for suffix of object files" >&5 
    2470 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; } 
     2581{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 
     2582$as_echo_n "checking for suffix of object files... " >&6; } 
    24712583if test "${ac_cv_objext+set}" = set; then 
    2472   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2584  $as_echo_n "(cached) " >&6 
    24732585else 
    24742586  cat >conftest.$ac_ext <<_ACEOF 
     
    24932605  *) ac_try_echo=$ac_try;; 
    24942606esac 
    2495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2607eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2608$as_echo "$ac_try_echo") >&5 
    24962609  (eval "$ac_compile") 2>&5 
    24972610  ac_status=$? 
    2498   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2611  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    24992612  (exit $ac_status); }; then 
    25002613  for ac_file in conftest.o conftest.obj conftest.*; do 
    25012614  test -f "$ac_file" || continue; 
    25022615  case $ac_file in 
    2503     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; 
     2616    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; 
    25042617    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` 
    25052618       break;; 
     
    25072620done 
    25082621else 
    2509   echo "$as_me: failed program was:" >&5 
     2622  $as_echo "$as_me: failed program was:" >&5 
    25102623sed 's/^/| /' conftest.$ac_ext >&5 
    25112624 
    2512 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
     2625{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile 
    25132626See \`config.log' for more details." >&5 
    2514 echo "$as_me: error: cannot compute suffix of object files: cannot compile 
     2627$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile 
    25152628See \`config.log' for more details." >&2;} 
    25162629   { (exit 1); exit 1; }; } 
     
    25192632rm -f conftest.$ac_cv_objext conftest.$ac_ext 
    25202633fi 
    2521 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
    2522 echo "${ECHO_T}$ac_cv_objext" >&6; } 
     2634{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 
     2635$as_echo "$ac_cv_objext" >&6; } 
    25232636OBJEXT=$ac_cv_objext 
    25242637ac_objext=$OBJEXT 
    2525 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
    2526 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; } 
     2638{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 
     2639$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } 
    25272640if test "${ac_cv_c_compiler_gnu+set}" = set; then 
    2528   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2641  $as_echo_n "(cached) " >&6 
    25292642else 
    25302643  cat >conftest.$ac_ext <<_ACEOF 
     
    25522665  *) ac_try_echo=$ac_try;; 
    25532666esac 
    2554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2667eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2668$as_echo "$ac_try_echo") >&5 
    25552669  (eval "$ac_compile") 2>conftest.er1 
    25562670  ac_status=$? 
     
    25582672  rm -f conftest.er1 
    25592673  cat conftest.err >&5 
    2560   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2674  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    25612675  (exit $ac_status); } && { 
    25622676         test -z "$ac_c_werror_flag" || 
     
    25652679  ac_compiler_gnu=yes 
    25662680else 
    2567   echo "$as_me: failed program was:" >&5 
     2681  $as_echo "$as_me: failed program was:" >&5 
    25682682sed 's/^/| /' conftest.$ac_ext >&5 
    25692683 
     
    25752689 
    25762690fi 
    2577 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
    2578 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; } 
    2579 GCC=`test $ac_compiler_gnu = yes && echo yes` 
     2691{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 
     2692$as_echo "$ac_cv_c_compiler_gnu" >&6; } 
     2693if test $ac_compiler_gnu = yes; then 
     2694  GCC=yes 
     2695else 
     2696  GCC= 
     2697fi 
    25802698ac_test_CFLAGS=${CFLAGS+set} 
    25812699ac_save_CFLAGS=$CFLAGS 
    2582 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
    2583 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } 
     2700{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 
     2701$as_echo_n "checking whether $CC accepts -g... " >&6; } 
    25842702if test "${ac_cv_prog_cc_g+set}" = set; then 
    2585   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2703  $as_echo_n "(cached) " >&6 
    25862704else 
    25872705  ac_save_c_werror_flag=$ac_c_werror_flag 
     
    26102728  *) ac_try_echo=$ac_try;; 
    26112729esac 
    2612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2730eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2731$as_echo "$ac_try_echo") >&5 
    26132732  (eval "$ac_compile") 2>conftest.er1 
    26142733  ac_status=$? 
     
    26162735  rm -f conftest.er1 
    26172736  cat conftest.err >&5 
    2618   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2737  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26192738  (exit $ac_status); } && { 
    26202739         test -z "$ac_c_werror_flag" || 
     
    26232742  ac_cv_prog_cc_g=yes 
    26242743else 
    2625   echo "$as_me: failed program was:" >&5 
     2744  $as_echo "$as_me: failed program was:" >&5 
    26262745sed 's/^/| /' conftest.$ac_ext >&5 
    26272746 
     
    26482767  *) ac_try_echo=$ac_try;; 
    26492768esac 
    2650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2769eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2770$as_echo "$ac_try_echo") >&5 
    26512771  (eval "$ac_compile") 2>conftest.er1 
    26522772  ac_status=$? 
     
    26542774  rm -f conftest.er1 
    26552775  cat conftest.err >&5 
    2656   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2776  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26572777  (exit $ac_status); } && { 
    26582778         test -z "$ac_c_werror_flag" || 
     
    26612781  : 
    26622782else 
    2663   echo "$as_me: failed program was:" >&5 
     2783  $as_echo "$as_me: failed program was:" >&5 
    26642784sed 's/^/| /' conftest.$ac_ext >&5 
    26652785 
     
    26872807  *) ac_try_echo=$ac_try;; 
    26882808esac 
    2689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2809eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2810$as_echo "$ac_try_echo") >&5 
    26902811  (eval "$ac_compile") 2>conftest.er1 
    26912812  ac_status=$? 
     
    26932814  rm -f conftest.er1 
    26942815  cat conftest.err >&5 
    2695   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2816  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    26962817  (exit $ac_status); } && { 
    26972818         test -z "$ac_c_werror_flag" || 
     
    27002821  ac_cv_prog_cc_g=yes 
    27012822else 
    2702   echo "$as_me: failed program was:" >&5 
     2823  $as_echo "$as_me: failed program was:" >&5 
    27032824sed 's/^/| /' conftest.$ac_ext >&5 
    27042825 
     
    27152836   ac_c_werror_flag=$ac_save_c_werror_flag 
    27162837fi 
    2717 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
    2718 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } 
     2838{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 
     2839$as_echo "$ac_cv_prog_cc_g" >&6; } 
    27192840if test "$ac_test_CFLAGS" = set; then 
    27202841  CFLAGS=$ac_save_CFLAGS 
     
    27322853  fi 
    27332854fi 
    2734 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
    2735 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } 
     2855{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 
     2856$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } 
    27362857if test "${ac_cv_prog_cc_c89+set}" = set; then 
    2737   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2858  $as_echo_n "(cached) " >&6 
    27382859else 
    27392860  ac_cv_prog_cc_c89=no 
     
    28062927  *) ac_try_echo=$ac_try;; 
    28072928esac 
    2808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     2929eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     2930$as_echo "$ac_try_echo") >&5 
    28092931  (eval "$ac_compile") 2>conftest.er1 
    28102932  ac_status=$? 
     
    28122934  rm -f conftest.er1 
    28132935  cat conftest.err >&5 
    2814   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     2936  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    28152937  (exit $ac_status); } && { 
    28162938         test -z "$ac_c_werror_flag" || 
     
    28192941  ac_cv_prog_cc_c89=$ac_arg 
    28202942else 
    2821   echo "$as_me: failed program was:" >&5 
     2943  $as_echo "$as_me: failed program was:" >&5 
    28222944sed 's/^/| /' conftest.$ac_ext >&5 
    28232945 
     
    28352957case "x$ac_cv_prog_cc_c89" in 
    28362958  x) 
    2837     { echo "$as_me:$LINENO: result: none needed" >&5 
    2838 echo "${ECHO_T}none needed" >&6; } ;; 
     2959    { $as_echo "$as_me:$LINENO: result: none needed" >&5 
     2960$as_echo "none needed" >&6; } ;; 
    28392961  xno) 
    2840     { echo "$as_me:$LINENO: result: unsupported" >&5 
    2841 echo "${ECHO_T}unsupported" >&6; } ;; 
     2962    { $as_echo "$as_me:$LINENO: result: unsupported" >&5 
     2963$as_echo "unsupported" >&6; } ;; 
    28422964  *) 
    28432965    CC="$CC $ac_cv_prog_cc_c89" 
    2844     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
    2845 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; 
     2966    { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 
     2967$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; 
    28462968esac 
    28472969 
     
    28672989    # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 
    28682990set dummy $ac_tool_prefix$ac_prog; ac_word=$2 
    2869 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     2991{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     2992$as_echo_n "checking for $ac_word... " >&6; } 
    28712993if test "${ac_cv_prog_CXX+set}" = set; then 
    2872   echo $ECHO_N "(cached) $ECHO_C" >&6 
     2994  $as_echo_n "(cached) " >&6 
    28732995else 
    28742996  if test -n "$CXX"; then 
     
    28833005  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    28843006    ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 
    2885     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3007    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    28863008    break 2 
    28873009  fi 
     
    28943016CXX=$ac_cv_prog_CXX 
    28953017if test -n "$CXX"; then 
    2896   { echo "$as_me:$LINENO: result: $CXX" >&5 
    2897 echo "${ECHO_T}$CXX" >&6; } 
    2898 else 
    2899   { echo "$as_me:$LINENO: result: no" >&5 
    2900 echo "${ECHO_T}no" >&6; } 
     3018  { $as_echo "$as_me:$LINENO: result: $CXX" >&5 
     3019$as_echo "$CXX" >&6; } 
     3020else 
     3021  { $as_echo "$as_me:$LINENO: result: no" >&5 
     3022$as_echo "no" >&6; } 
    29013023fi 
    29023024 
     
    29113033  # Extract the first word of "$ac_prog", so it can be a program name with args. 
    29123034set dummy $ac_prog; ac_word=$2 
    2913 { echo "$as_me:$LINENO: checking for $ac_word" >&5 
    2914 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } 
     3035{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 
     3036$as_echo_n "checking for $ac_word... " >&6; } 
    29153037if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 
    2916   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3038  $as_echo_n "(cached) " >&6 
    29173039else 
    29183040  if test -n "$ac_ct_CXX"; then 
     
    29273049  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    29283050    ac_cv_prog_ac_ct_CXX="$ac_prog" 
    2929     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     3051    $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
    29303052    break 2 
    29313053  fi 
     
    29383060ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 
    29393061if test -n "$ac_ct_CXX"; then 
    2940   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
    2941 echo "${ECHO_T}$ac_ct_CXX" >&6; } 
    2942 else 
    2943   { echo "$as_me:$LINENO: result: no" >&5 
    2944 echo "${ECHO_T}no" >&6; } 
     3062  { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5 
     3063$as_echo "$ac_ct_CXX" >&6; } 
     3064else 
     3065  { $as_echo "$as_me:$LINENO: result: no" >&5 
     3066$as_echo "no" >&6; } 
    29453067fi 
    29463068 
     
    29543076    case $cross_compiling:$ac_tool_warned in 
    29553077yes:) 
    2956 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
     3078{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools 
    29573079whose name does not start with the host triplet.  If you think this 
    29583080configuration is useful to you, please write to autoconf@gnu.org." >&5 
    2959 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
     3081$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools 
    29603082whose name does not start with the host triplet.  If you think this 
    29613083configuration is useful to you, please write to autoconf@gnu.org." >&2;} 
     
    29693091fi 
    29703092# Provide some information about the compiler. 
    2971 echo "$as_me:$LINENO: checking for C++ compiler version" >&5 
    2972 ac_compiler=`set X $ac_compile; echo $2` 
     3093$as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5 
     3094set X $ac_compile 
     3095ac_compiler=$2 
    29733096{ (ac_try="$ac_compiler --version >&5" 
    29743097case "(($ac_try" in 
     
    29763099  *) ac_try_echo=$ac_try;; 
    29773100esac 
    2978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3101eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3102$as_echo "$ac_try_echo") >&5 
    29793103  (eval "$ac_compiler --version >&5") 2>&5 
    29803104  ac_status=$? 
    2981   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3105  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29823106  (exit $ac_status); } 
    29833107{ (ac_try="$ac_compiler -v >&5" 
     
    29863110  *) ac_try_echo=$ac_try;; 
    29873111esac 
    2988 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3112eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3113$as_echo "$ac_try_echo") >&5 
    29893114  (eval "$ac_compiler -v >&5") 2>&5 
    29903115  ac_status=$? 
    2991   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3116  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    29923117  (exit $ac_status); } 
    29933118{ (ac_try="$ac_compiler -V >&5" 
     
    29963121  *) ac_try_echo=$ac_try;; 
    29973122esac 
    2998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3123eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3124$as_echo "$ac_try_echo") >&5 
    29993125  (eval "$ac_compiler -V >&5") 2>&5 
    30003126  ac_status=$? 
    3001   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3127  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30023128  (exit $ac_status); } 
    30033129 
    3004 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
    3005 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; } 
     3130{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5 
     3131$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; } 
    30063132if test "${ac_cv_cxx_compiler_gnu+set}" = set; then 
    3007   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3133  $as_echo_n "(cached) " >&6 
    30083134else 
    30093135  cat >conftest.$ac_ext <<_ACEOF 
     
    30313157  *) ac_try_echo=$ac_try;; 
    30323158esac 
    3033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3159eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3160$as_echo "$ac_try_echo") >&5 
    30343161  (eval "$ac_compile") 2>conftest.er1 
    30353162  ac_status=$? 
     
    30373164  rm -f conftest.er1 
    30383165  cat conftest.err >&5 
    3039   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3166  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30403167  (exit $ac_status); } && { 
    30413168         test -z "$ac_cxx_werror_flag" || 
     
    30443171  ac_compiler_gnu=yes 
    30453172else 
    3046   echo "$as_me: failed program was:" >&5 
     3173  $as_echo "$as_me: failed program was:" >&5 
    30473174sed 's/^/| /' conftest.$ac_ext >&5 
    30483175 
     
    30543181 
    30553182fi 
    3056 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
    3057 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; } 
    3058 GXX=`test $ac_compiler_gnu = yes && echo yes` 
     3183{ $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5 
     3184$as_echo "$ac_cv_cxx_compiler_gnu" >&6; } 
     3185if test $ac_compiler_gnu = yes; then 
     3186  GXX=yes 
     3187else 
     3188  GXX= 
     3189fi 
    30593190ac_test_CXXFLAGS=${CXXFLAGS+set} 
    30603191ac_save_CXXFLAGS=$CXXFLAGS 
    3061 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
    3062 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; } 
     3192{ $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5 
     3193$as_echo_n "checking whether $CXX accepts -g... " >&6; } 
    30633194if test "${ac_cv_prog_cxx_g+set}" = set; then 
    3064   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3195  $as_echo_n "(cached) " >&6 
    30653196else 
    30663197  ac_save_cxx_werror_flag=$ac_cxx_werror_flag 
     
    30893220  *) ac_try_echo=$ac_try;; 
    30903221esac 
    3091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3222eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3223$as_echo "$ac_try_echo") >&5 
    30923224  (eval "$ac_compile") 2>conftest.er1 
    30933225  ac_status=$? 
     
    30953227  rm -f conftest.er1 
    30963228  cat conftest.err >&5 
    3097   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3229  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    30983230  (exit $ac_status); } && { 
    30993231         test -z "$ac_cxx_werror_flag" || 
     
    31023234  ac_cv_prog_cxx_g=yes 
    31033235else 
    3104   echo "$as_me: failed program was:" >&5 
     3236  $as_echo "$as_me: failed program was:" >&5 
    31053237sed 's/^/| /' conftest.$ac_ext >&5 
    31063238 
     
    31273259  *) ac_try_echo=$ac_try;; 
    31283260esac 
    3129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3261eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3262$as_echo "$ac_try_echo") >&5 
    31303263  (eval "$ac_compile") 2>conftest.er1 
    31313264  ac_status=$? 
     
    31333266  rm -f conftest.er1 
    31343267  cat conftest.err >&5 
    3135   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3268  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    31363269  (exit $ac_status); } && { 
    31373270         test -z "$ac_cxx_werror_flag" || 
     
    31403273  : 
    31413274else 
    3142   echo "$as_me: failed program was:" >&5 
     3275  $as_echo "$as_me: failed program was:" >&5 
    31433276sed 's/^/| /' conftest.$ac_ext >&5 
    31443277 
     
    31663299  *) ac_try_echo=$ac_try;; 
    31673300esac 
    3168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3301eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3302$as_echo "$ac_try_echo") >&5 
    31693303  (eval "$ac_compile") 2>conftest.er1 
    31703304  ac_status=$? 
     
    31723306  rm -f conftest.er1 
    31733307  cat conftest.err >&5 
    3174   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3308  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    31753309  (exit $ac_status); } && { 
    31763310         test -z "$ac_cxx_werror_flag" || 
     
    31793313  ac_cv_prog_cxx_g=yes 
    31803314else 
    3181   echo "$as_me: failed program was:" >&5 
     3315  $as_echo "$as_me: failed program was:" >&5 
    31823316sed 's/^/| /' conftest.$ac_ext >&5 
    31833317 
     
    31943328   ac_cxx_werror_flag=$ac_save_cxx_werror_flag 
    31953329fi 
    3196 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
    3197 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; } 
     3330{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5 
     3331$as_echo "$ac_cv_prog_cxx_g" >&6; } 
    31983332if test "$ac_test_CXXFLAGS" = set; then 
    31993333  CXXFLAGS=$ac_save_CXXFLAGS 
     
    32373371 
    32383372 
    3239 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 
    3240 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; } 
     3373{ $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5 
     3374$as_echo_n "checking for pthread_create in -lpthread... " >&6; } 
    32413375if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then 
    3242   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3376  $as_echo_n "(cached) " >&6 
    32433377else 
    32443378  ac_check_lib_save_LIBS=$LIBS 
     
    32723406  *) ac_try_echo=$ac_try;; 
    32733407esac 
    3274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3408eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3409$as_echo "$ac_try_echo") >&5 
    32753410  (eval "$ac_link") 2>conftest.er1 
    32763411  ac_status=$? 
     
    32783413  rm -f conftest.er1 
    32793414  cat conftest.err >&5 
    3280   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3415  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    32813416  (exit $ac_status); } && { 
    32823417         test -z "$ac_c_werror_flag" || 
    32833418         test ! -s conftest.err 
    3284        } && test -s conftest$ac_exeext && 
    3285        $as_test_x conftest$ac_exeext; then 
     3419       } && test -s conftest$ac_exeext && { 
     3420         test "$cross_compiling" = yes || 
     3421         $as_test_x conftest$ac_exeext 
     3422       }; then 
    32863423  ac_cv_lib_pthread_pthread_create=yes 
    32873424else 
    3288   echo "$as_me: failed program was:" >&5 
     3425  $as_echo "$as_me: failed program was:" >&5 
    32893426sed 's/^/| /' conftest.$ac_ext >&5 
    32903427 
     
    32923429fi 
    32933430 
     3431rm -rf conftest.dSYM 
    32943432rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    32953433      conftest$ac_exeext conftest.$ac_ext 
    32963434LIBS=$ac_check_lib_save_LIBS 
    32973435fi 
    3298 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 
    3299 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; } 
     3436{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5 
     3437$as_echo "$ac_cv_lib_pthread_pthread_create" >&6; } 
    33003438if test $ac_cv_lib_pthread_pthread_create = yes; then 
    33013439  cat >>confdefs.h <<_ACEOF 
     
    33083446 
    33093447 
    3310 { echo "$as_me:$LINENO: checking for puts in -lwsock32" >&5 
    3311 echo $ECHO_N "checking for puts in -lwsock32... $ECHO_C" >&6; } 
     3448{ $as_echo "$as_me:$LINENO: checking for puts in -lwsock32" >&5 
     3449$as_echo_n "checking for puts in -lwsock32... " >&6; } 
    33123450if test "${ac_cv_lib_wsock32_puts+set}" = set; then 
    3313   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3451  $as_echo_n "(cached) " >&6 
    33143452else 
    33153453  ac_check_lib_save_LIBS=$LIBS 
     
    33433481  *) ac_try_echo=$ac_try;; 
    33443482esac 
    3345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3483eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3484$as_echo "$ac_try_echo") >&5 
    33463485  (eval "$ac_link") 2>conftest.er1 
    33473486  ac_status=$? 
     
    33493488  rm -f conftest.er1 
    33503489  cat conftest.err >&5 
    3351   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3490  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    33523491  (exit $ac_status); } && { 
    33533492         test -z "$ac_c_werror_flag" || 
    33543493         test ! -s conftest.err 
    3355        } && test -s conftest$ac_exeext && 
    3356        $as_test_x conftest$ac_exeext; then 
     3494       } && test -s conftest$ac_exeext && { 
     3495         test "$cross_compiling" = yes || 
     3496         $as_test_x conftest$ac_exeext 
     3497       }; then 
    33573498  ac_cv_lib_wsock32_puts=yes 
    33583499else 
    3359   echo "$as_me: failed program was:" >&5 
     3500  $as_echo "$as_me: failed program was:" >&5 
    33603501sed 's/^/| /' conftest.$ac_ext >&5 
    33613502 
     
    33633504fi 
    33643505 
     3506rm -rf conftest.dSYM 
    33653507rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    33663508      conftest$ac_exeext conftest.$ac_ext 
    33673509LIBS=$ac_check_lib_save_LIBS 
    33683510fi 
    3369 { echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&5 
    3370 echo "${ECHO_T}$ac_cv_lib_wsock32_puts" >&6; } 
     3511{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_wsock32_puts" >&5 
     3512$as_echo "$ac_cv_lib_wsock32_puts" >&6; } 
    33713513if test $ac_cv_lib_wsock32_puts = yes; then 
    33723514  cat >>confdefs.h <<_ACEOF 
     
    33793521 
    33803522 
    3381 { echo "$as_me:$LINENO: checking for puts in -lws2_32" >&5 
    3382 echo $ECHO_N "checking for puts in -lws2_32... $ECHO_C" >&6; } 
     3523{ $as_echo "$as_me:$LINENO: checking for puts in -lws2_32" >&5 
     3524$as_echo_n "checking for puts in -lws2_32... " >&6; } 
    33833525if test "${ac_cv_lib_ws2_32_puts+set}" = set; then 
    3384   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3526  $as_echo_n "(cached) " >&6 
    33853527else 
    33863528  ac_check_lib_save_LIBS=$LIBS 
     
    34143556  *) ac_try_echo=$ac_try;; 
    34153557esac 
    3416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3558eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3559$as_echo "$ac_try_echo") >&5 
    34173560  (eval "$ac_link") 2>conftest.er1 
    34183561  ac_status=$? 
     
    34203563  rm -f conftest.er1 
    34213564  cat conftest.err >&5 
    3422   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3565  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    34233566  (exit $ac_status); } && { 
    34243567         test -z "$ac_c_werror_flag" || 
    34253568         test ! -s conftest.err 
    3426        } && test -s conftest$ac_exeext && 
    3427        $as_test_x conftest$ac_exeext; then 
     3569       } && test -s conftest$ac_exeext && { 
     3570         test "$cross_compiling" = yes || 
     3571         $as_test_x conftest$ac_exeext 
     3572       }; then 
    34283573  ac_cv_lib_ws2_32_puts=yes 
    34293574else 
    3430   echo "$as_me: failed program was:" >&5 
     3575  $as_echo "$as_me: failed program was:" >&5 
    34313576sed 's/^/| /' conftest.$ac_ext >&5 
    34323577 
     
    34343579fi 
    34353580 
     3581rm -rf conftest.dSYM 
    34363582rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    34373583      conftest$ac_exeext conftest.$ac_ext 
    34383584LIBS=$ac_check_lib_save_LIBS 
    34393585fi 
    3440 { echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&5 
    3441 echo "${ECHO_T}$ac_cv_lib_ws2_32_puts" >&6; } 
     3586{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ws2_32_puts" >&5 
     3587$as_echo "$ac_cv_lib_ws2_32_puts" >&6; } 
    34423588if test $ac_cv_lib_ws2_32_puts = yes; then 
    34433589  cat >>confdefs.h <<_ACEOF 
     
    34503596 
    34513597 
    3452 { echo "$as_me:$LINENO: checking for puts in -lole32" >&5 
    3453 echo $ECHO_N "checking for puts in -lole32... $ECHO_C" >&6; } 
     3598{ $as_echo "$as_me:$LINENO: checking for puts in -lole32" >&5 
     3599$as_echo_n "checking for puts in -lole32... " >&6; } 
    34543600if test "${ac_cv_lib_ole32_puts+set}" = set; then 
    3455   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3601  $as_echo_n "(cached) " >&6 
    34563602else 
    34573603  ac_check_lib_save_LIBS=$LIBS 
     
    34853631  *) ac_try_echo=$ac_try;; 
    34863632esac 
    3487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3633eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3634$as_echo "$ac_try_echo") >&5 
    34883635  (eval "$ac_link") 2>conftest.er1 
    34893636  ac_status=$? 
     
    34913638  rm -f conftest.er1 
    34923639  cat conftest.err >&5 
    3493   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3640  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    34943641  (exit $ac_status); } && { 
    34953642         test -z "$ac_c_werror_flag" || 
    34963643         test ! -s conftest.err 
    3497        } && test -s conftest$ac_exeext && 
    3498        $as_test_x conftest$ac_exeext; then 
     3644       } && test -s conftest$ac_exeext && { 
     3645         test "$cross_compiling" = yes || 
     3646         $as_test_x conftest$ac_exeext 
     3647       }; then 
    34993648  ac_cv_lib_ole32_puts=yes 
    35003649else 
    3501   echo "$as_me: failed program was:" >&5 
     3650  $as_echo "$as_me: failed program was:" >&5 
    35023651sed 's/^/| /' conftest.$ac_ext >&5 
    35033652 
     
    35053654fi 
    35063655 
     3656rm -rf conftest.dSYM 
    35073657rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    35083658      conftest$ac_exeext conftest.$ac_ext 
    35093659LIBS=$ac_check_lib_save_LIBS 
    35103660fi 
    3511 { echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&5 
    3512 echo "${ECHO_T}$ac_cv_lib_ole32_puts" >&6; } 
     3661{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ole32_puts" >&5 
     3662$as_echo "$ac_cv_lib_ole32_puts" >&6; } 
    35133663if test $ac_cv_lib_ole32_puts = yes; then 
    35143664  cat >>confdefs.h <<_ACEOF 
     
    35213671 
    35223672 
    3523 { echo "$as_me:$LINENO: checking for puts in -lwinmm" >&5 
    3524 echo $ECHO_N "checking for puts in -lwinmm... $ECHO_C" >&6; } 
     3673{ $as_echo "$as_me:$LINENO: checking for puts in -lwinmm" >&5 
     3674$as_echo_n "checking for puts in -lwinmm... " >&6; } 
    35253675if test "${ac_cv_lib_winmm_puts+set}" = set; then 
    3526   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3676  $as_echo_n "(cached) " >&6 
    35273677else 
    35283678  ac_check_lib_save_LIBS=$LIBS 
     
    35563706  *) ac_try_echo=$ac_try;; 
    35573707esac 
    3558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3708eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3709$as_echo "$ac_try_echo") >&5 
    35593710  (eval "$ac_link") 2>conftest.er1 
    35603711  ac_status=$? 
     
    35623713  rm -f conftest.er1 
    35633714  cat conftest.err >&5 
    3564   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3715  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    35653716  (exit $ac_status); } && { 
    35663717         test -z "$ac_c_werror_flag" || 
    35673718         test ! -s conftest.err 
    3568        } && test -s conftest$ac_exeext && 
    3569        $as_test_x conftest$ac_exeext; then 
     3719       } && test -s conftest$ac_exeext && { 
     3720         test "$cross_compiling" = yes || 
     3721         $as_test_x conftest$ac_exeext 
     3722       }; then 
    35703723  ac_cv_lib_winmm_puts=yes 
    35713724else 
    3572   echo "$as_me: failed program was:" >&5 
     3725  $as_echo "$as_me: failed program was:" >&5 
    35733726sed 's/^/| /' conftest.$ac_ext >&5 
    35743727 
     
    35763729fi 
    35773730 
     3731rm -rf conftest.dSYM 
    35783732rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    35793733      conftest$ac_exeext conftest.$ac_ext 
    35803734LIBS=$ac_check_lib_save_LIBS 
    35813735fi 
    3582 { echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&5 
    3583 echo "${ECHO_T}$ac_cv_lib_winmm_puts" >&6; } 
     3736{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_winmm_puts" >&5 
     3737$as_echo "$ac_cv_lib_winmm_puts" >&6; } 
    35843738if test $ac_cv_lib_winmm_puts = yes; then 
    35853739  cat >>confdefs.h <<_ACEOF 
     
    35923746 
    35933747 
    3594 { echo "$as_me:$LINENO: checking for puts in -lsocket" >&5 
    3595 echo $ECHO_N "checking for puts in -lsocket... $ECHO_C" >&6; } 
     3748{ $as_echo "$as_me:$LINENO: checking for puts in -lsocket" >&5 
     3749$as_echo_n "checking for puts in -lsocket... " >&6; } 
    35963750if test "${ac_cv_lib_socket_puts+set}" = set; then 
    3597   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3751  $as_echo_n "(cached) " >&6 
    35983752else 
    35993753  ac_check_lib_save_LIBS=$LIBS 
     
    36273781  *) ac_try_echo=$ac_try;; 
    36283782esac 
    3629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3783eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3784$as_echo "$ac_try_echo") >&5 
    36303785  (eval "$ac_link") 2>conftest.er1 
    36313786  ac_status=$? 
     
    36333788  rm -f conftest.er1 
    36343789  cat conftest.err >&5 
    3635   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3790  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    36363791  (exit $ac_status); } && { 
    36373792         test -z "$ac_c_werror_flag" || 
    36383793         test ! -s conftest.err 
    3639        } && test -s conftest$ac_exeext && 
    3640        $as_test_x conftest$ac_exeext; then 
     3794       } && test -s conftest$ac_exeext && { 
     3795         test "$cross_compiling" = yes || 
     3796         $as_test_x conftest$ac_exeext 
     3797       }; then 
    36413798  ac_cv_lib_socket_puts=yes 
    36423799else 
    3643   echo "$as_me: failed program was:" >&5 
     3800  $as_echo "$as_me: failed program was:" >&5 
    36443801sed 's/^/| /' conftest.$ac_ext >&5 
    36453802 
     
    36473804fi 
    36483805 
     3806rm -rf conftest.dSYM 
    36493807rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    36503808      conftest$ac_exeext conftest.$ac_ext 
    36513809LIBS=$ac_check_lib_save_LIBS 
    36523810fi 
    3653 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&5 
    3654 echo "${ECHO_T}$ac_cv_lib_socket_puts" >&6; } 
     3811{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_puts" >&5 
     3812$as_echo "$ac_cv_lib_socket_puts" >&6; } 
    36553813if test $ac_cv_lib_socket_puts = yes; then 
    36563814  cat >>confdefs.h <<_ACEOF 
     
    36633821 
    36643822 
    3665 { echo "$as_me:$LINENO: checking for puts in -lrt" >&5 
    3666 echo $ECHO_N "checking for puts in -lrt... $ECHO_C" >&6; } 
     3823{ $as_echo "$as_me:$LINENO: checking for puts in -lrt" >&5 
     3824$as_echo_n "checking for puts in -lrt... " >&6; } 
    36673825if test "${ac_cv_lib_rt_puts+set}" = set; then 
    3668   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3826  $as_echo_n "(cached) " >&6 
    36693827else 
    36703828  ac_check_lib_save_LIBS=$LIBS 
     
    36983856  *) ac_try_echo=$ac_try;; 
    36993857esac 
    3700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3858eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3859$as_echo "$ac_try_echo") >&5 
    37013860  (eval "$ac_link") 2>conftest.er1 
    37023861  ac_status=$? 
     
    37043863  rm -f conftest.er1 
    37053864  cat conftest.err >&5 
    3706   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3865  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    37073866  (exit $ac_status); } && { 
    37083867         test -z "$ac_c_werror_flag" || 
    37093868         test ! -s conftest.err 
    3710        } && test -s conftest$ac_exeext && 
    3711        $as_test_x conftest$ac_exeext; then 
     3869       } && test -s conftest$ac_exeext && { 
     3870         test "$cross_compiling" = yes || 
     3871         $as_test_x conftest$ac_exeext 
     3872       }; then 
    37123873  ac_cv_lib_rt_puts=yes 
    37133874else 
    3714   echo "$as_me: failed program was:" >&5 
     3875  $as_echo "$as_me: failed program was:" >&5 
    37153876sed 's/^/| /' conftest.$ac_ext >&5 
    37163877 
     
    37183879fi 
    37193880 
     3881rm -rf conftest.dSYM 
    37203882rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    37213883      conftest$ac_exeext conftest.$ac_ext 
    37223884LIBS=$ac_check_lib_save_LIBS 
    37233885fi 
    3724 { echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&5 
    3725 echo "${ECHO_T}$ac_cv_lib_rt_puts" >&6; } 
     3886{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_rt_puts" >&5 
     3887$as_echo "$ac_cv_lib_rt_puts" >&6; } 
    37263888if test $ac_cv_lib_rt_puts = yes; then 
    37273889  cat >>confdefs.h <<_ACEOF 
     
    37343896 
    37353897 
    3736 { echo "$as_me:$LINENO: checking for puts in -lnsl" >&5 
    3737 echo $ECHO_N "checking for puts in -lnsl... $ECHO_C" >&6; } 
     3898{ $as_echo "$as_me:$LINENO: checking for puts in -lnsl" >&5 
     3899$as_echo_n "checking for puts in -lnsl... " >&6; } 
    37383900if test "${ac_cv_lib_nsl_puts+set}" = set; then 
    3739   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3901  $as_echo_n "(cached) " >&6 
    37403902else 
    37413903  ac_check_lib_save_LIBS=$LIBS 
     
    37693931  *) ac_try_echo=$ac_try;; 
    37703932esac 
    3771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     3933eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     3934$as_echo "$ac_try_echo") >&5 
    37723935  (eval "$ac_link") 2>conftest.er1 
    37733936  ac_status=$? 
     
    37753938  rm -f conftest.er1 
    37763939  cat conftest.err >&5 
    3777   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     3940  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    37783941  (exit $ac_status); } && { 
    37793942         test -z "$ac_c_werror_flag" || 
    37803943         test ! -s conftest.err 
    3781        } && test -s conftest$ac_exeext && 
    3782        $as_test_x conftest$ac_exeext; then 
     3944       } && test -s conftest$ac_exeext && { 
     3945         test "$cross_compiling" = yes || 
     3946         $as_test_x conftest$ac_exeext 
     3947       }; then 
    37833948  ac_cv_lib_nsl_puts=yes 
    37843949else 
    3785   echo "$as_me: failed program was:" >&5 
     3950  $as_echo "$as_me: failed program was:" >&5 
    37863951sed 's/^/| /' conftest.$ac_ext >&5 
    37873952 
     
    37893954fi 
    37903955 
     3956rm -rf conftest.dSYM 
    37913957rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    37923958      conftest$ac_exeext conftest.$ac_ext 
    37933959LIBS=$ac_check_lib_save_LIBS 
    37943960fi 
    3795 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&5 
    3796 echo "${ECHO_T}$ac_cv_lib_nsl_puts" >&6; } 
     3961{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_puts" >&5 
     3962$as_echo "$ac_cv_lib_nsl_puts" >&6; } 
    37973963if test $ac_cv_lib_nsl_puts = yes; then 
    37983964  cat >>confdefs.h <<_ACEOF 
     
    38053971 
    38063972 
    3807 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 
    3808 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 
     3973{ $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 
     3974$as_echo_n "checking for uuid_generate in -luuid... " >&6; } 
    38093975if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 
    3810   echo $ECHO_N "(cached) $ECHO_C" >&6 
     3976  $as_echo_n "(cached) " >&6 
    38113977else 
    38123978  ac_check_lib_save_LIBS=$LIBS 
     
    38404006  *) ac_try_echo=$ac_try;; 
    38414007esac 
    3842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4008eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4009$as_echo "$ac_try_echo") >&5 
    38434010  (eval "$ac_link") 2>conftest.er1 
    38444011  ac_status=$? 
     
    38464013  rm -f conftest.er1 
    38474014  cat conftest.err >&5 
    3848   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4015  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    38494016  (exit $ac_status); } && { 
    38504017         test -z "$ac_c_werror_flag" || 
    38514018         test ! -s conftest.err 
    3852        } && test -s conftest$ac_exeext && 
    3853        $as_test_x conftest$ac_exeext; then 
     4019       } && test -s conftest$ac_exeext && { 
     4020         test "$cross_compiling" = yes || 
     4021         $as_test_x conftest$ac_exeext 
     4022       }; then 
    38544023  ac_cv_lib_uuid_uuid_generate=yes 
    38554024else 
    3856   echo "$as_me: failed program was:" >&5 
     4025  $as_echo "$as_me: failed program was:" >&5 
    38574026sed 's/^/| /' conftest.$ac_ext >&5 
    38584027 
     
    38604029fi 
    38614030 
     4031rm -rf conftest.dSYM 
    38624032rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    38634033      conftest$ac_exeext conftest.$ac_ext 
    38644034LIBS=$ac_check_lib_save_LIBS 
    38654035fi 
    3866 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 
    3867 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 
     4036{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 
     4037$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; } 
    38684038if test $ac_cv_lib_uuid_uuid_generate = yes; then 
    38694039  cat >>confdefs.h <<_ACEOF 
     
    38754045fi 
    38764046 
    3877 { echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 
    3878 echo $ECHO_N "checking for uuid_generate in -luuid... $ECHO_C" >&6; } 
     4047{ $as_echo "$as_me:$LINENO: checking for uuid_generate in -luuid" >&5 
     4048$as_echo_n "checking for uuid_generate in -luuid... " >&6; } 
    38794049if test "${ac_cv_lib_uuid_uuid_generate+set}" = set; then 
    3880   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4050  $as_echo_n "(cached) " >&6 
    38814051else 
    38824052  ac_check_lib_save_LIBS=$LIBS 
     
    39104080  *) ac_try_echo=$ac_try;; 
    39114081esac 
    3912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4082eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4083$as_echo "$ac_try_echo") >&5 
    39134084  (eval "$ac_link") 2>conftest.er1 
    39144085  ac_status=$? 
     
    39164087  rm -f conftest.er1 
    39174088  cat conftest.err >&5 
    3918   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4089  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    39194090  (exit $ac_status); } && { 
    39204091         test -z "$ac_c_werror_flag" || 
    39214092         test ! -s conftest.err 
    3922        } && test -s conftest$ac_exeext && 
    3923        $as_test_x conftest$ac_exeext; then 
     4093       } && test -s conftest$ac_exeext && { 
     4094         test "$cross_compiling" = yes || 
     4095         $as_test_x conftest$ac_exeext 
     4096       }; then 
    39244097  ac_cv_lib_uuid_uuid_generate=yes 
    39254098else 
    3926   echo "$as_me: failed program was:" >&5 
     4099  $as_echo "$as_me: failed program was:" >&5 
    39274100sed 's/^/| /' conftest.$ac_ext >&5 
    39284101 
     
    39304103fi 
    39314104 
     4105rm -rf conftest.dSYM 
    39324106rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    39334107      conftest$ac_exeext conftest.$ac_ext 
    39344108LIBS=$ac_check_lib_save_LIBS 
    39354109fi 
    3936 { echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 
    3937 echo "${ECHO_T}$ac_cv_lib_uuid_uuid_generate" >&6; } 
     4110{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_uuid_uuid_generate" >&5 
     4111$as_echo "$ac_cv_lib_uuid_uuid_generate" >&6; } 
    39384112if test $ac_cv_lib_uuid_uuid_generate = yes; then 
    39394113  ac_has_uuid_lib=1 
     
    39414115 
    39424116 
    3943 { echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&5 
    3944 echo "${ECHO_T}Setting PJ_M_NAME to $target_cpu" >&6; } 
     4117{ $as_echo "$as_me:$LINENO: result: Setting PJ_M_NAME to $target_cpu" >&5 
     4118$as_echo "Setting PJ_M_NAME to $target_cpu" >&6; } 
    39454119cat >>confdefs.h <<_ACEOF 
    39464120#define PJ_M_NAME "$target_cpu" 
     
    39484122 
    39494123 
    3950 { echo "$as_me:$LINENO: checking memory alignment" >&5 
    3951 echo $ECHO_N "checking memory alignment... $ECHO_C" >&6; } 
     4124{ $as_echo "$as_me:$LINENO: checking memory alignment" >&5 
     4125$as_echo_n "checking memory alignment... " >&6; } 
    39524126case $target in 
    39534127    ia64-* | x86_64-* ) 
     
    39564130_ACEOF 
    39574131 
    3958         { echo "$as_me:$LINENO: result: 8 bytes" >&5 
    3959 echo "${ECHO_T}8 bytes" >&6; } 
     4132        { $as_echo "$as_me:$LINENO: result: 8 bytes" >&5 
     4133$as_echo "8 bytes" >&6; } 
    39604134        ;; 
    39614135    * ) 
     
    39644138_ACEOF 
    39654139 
    3966         { echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 
    3967 echo "${ECHO_T}4 bytes (default)" >&6; } 
     4140        { $as_echo "$as_me:$LINENO: result: 4 bytes (default)" >&5 
     4141$as_echo "4 bytes (default)" >&6; } 
    39684142        ;; 
    39694143esac 
     
    39754149ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 
    39764150ac_compiler_gnu=$ac_cv_c_compiler_gnu 
    3977 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
    3978 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; } 
     4151{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 
     4152$as_echo_n "checking how to run the C preprocessor... " >&6; } 
    39794153# On Suns, sometimes $CPP names a directory. 
    39804154if test -n "$CPP" && test -d "$CPP"; then 
     
    39834157if test -z "$CPP"; then 
    39844158  if test "${ac_cv_prog_CPP+set}" = set; then 
    3985   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4159  $as_echo_n "(cached) " >&6 
    39864160else 
    39874161      # Double quotes because CPP needs to be expanded 
     
    40154189  *) ac_try_echo=$ac_try;; 
    40164190esac 
    4017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4191eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4192$as_echo "$ac_try_echo") >&5 
    40184193  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    40194194  ac_status=$? 
     
    40214196  rm -f conftest.er1 
    40224197  cat conftest.err >&5 
    4023   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4198  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    40244199  (exit $ac_status); } >/dev/null && { 
    40254200         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    40284203  : 
    40294204else 
    4030   echo "$as_me: failed program was:" >&5 
     4205  $as_echo "$as_me: failed program was:" >&5 
    40314206sed 's/^/| /' conftest.$ac_ext >&5 
    40324207 
     
    40524227  *) ac_try_echo=$ac_try;; 
    40534228esac 
    4054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4229eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4230$as_echo "$ac_try_echo") >&5 
    40554231  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    40564232  ac_status=$? 
     
    40584234  rm -f conftest.er1 
    40594235  cat conftest.err >&5 
    4060   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4236  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    40614237  (exit $ac_status); } >/dev/null && { 
    40624238         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    40664242continue 
    40674243else 
    4068   echo "$as_me: failed program was:" >&5 
     4244  $as_echo "$as_me: failed program was:" >&5 
    40694245sed 's/^/| /' conftest.$ac_ext >&5 
    40704246 
     
    40914267  ac_cv_prog_CPP=$CPP 
    40924268fi 
    4093 { echo "$as_me:$LINENO: result: $CPP" >&5 
    4094 echo "${ECHO_T}$CPP" >&6; } 
     4269{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 
     4270$as_echo "$CPP" >&6; } 
    40954271ac_preproc_ok=false 
    40964272for ac_c_preproc_warn_flag in '' yes 
     
    41204296  *) ac_try_echo=$ac_try;; 
    41214297esac 
    4122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4298eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4299$as_echo "$ac_try_echo") >&5 
    41234300  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    41244301  ac_status=$? 
     
    41264303  rm -f conftest.er1 
    41274304  cat conftest.err >&5 
    4128   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4305  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41294306  (exit $ac_status); } >/dev/null && { 
    41304307         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    41334310  : 
    41344311else 
    4135   echo "$as_me: failed program was:" >&5 
     4312  $as_echo "$as_me: failed program was:" >&5 
    41364313sed 's/^/| /' conftest.$ac_ext >&5 
    41374314 
     
    41574334  *) ac_try_echo=$ac_try;; 
    41584335esac 
    4159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4336eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4337$as_echo "$ac_try_echo") >&5 
    41604338  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    41614339  ac_status=$? 
     
    41634341  rm -f conftest.er1 
    41644342  cat conftest.err >&5 
    4165   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4343  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    41664344  (exit $ac_status); } >/dev/null && { 
    41674345         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    41714349continue 
    41724350else 
    4173   echo "$as_me: failed program was:" >&5 
     4351  $as_echo "$as_me: failed program was:" >&5 
    41744352sed 's/^/| /' conftest.$ac_ext >&5 
    41754353 
     
    41874365  : 
    41884366else 
    4189   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
     4367  { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check 
    41904368See \`config.log' for more details." >&5 
    4191 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
     4369$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check 
    41924370See \`config.log' for more details." >&2;} 
    41934371   { (exit 1); exit 1; }; } 
     
    42014379 
    42024380 
    4203 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
    4204 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } 
     4381{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 
     4382$as_echo_n "checking for grep that handles long lines and -e... " >&6; } 
    42054383if test "${ac_cv_path_GREP+set}" = set; then 
    4206   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4207 else 
    4208   # Extract the first word of "grep ggrep" to use in msg output 
    4209 if test -z "$GREP"; then 
    4210 set dummy grep ggrep; ac_prog_name=$2 
    4211 if test "${ac_cv_path_GREP+set}" = set; then 
    4212   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4213 else 
     4384  $as_echo_n "(cached) " >&6 
     4385else 
     4386  if test -z "$GREP"; then 
    42144387  ac_path_GREP_found=false 
    4215 # Loop through the user's path and test for each of PROGNAME-LIST 
    4216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     4388  # Loop through the user's path and test for each of PROGNAME-LIST 
     4389  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    42174390for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    42184391do 
     
    42204393  test -z "$as_dir" && as_dir=. 
    42214394  for ac_prog in grep ggrep; do 
    4222   for ac_exec_ext in '' $ac_executable_extensions; do 
    4223     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    4224     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
    4225     # Check for GNU ac_path_GREP and select it if it is found. 
     4395    for ac_exec_ext in '' $ac_executable_extensions; do 
     4396      ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
     4397      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
     4398# Check for GNU ac_path_GREP and select it if it is found. 
    42264399  # Check for GNU $ac_path_GREP 
    42274400case `"$ac_path_GREP" --version 2>&1` in 
     
    42304403*) 
    42314404  ac_count=0 
    4232   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
     4405  $as_echo_n 0123456789 >"conftest.in" 
    42334406  while : 
    42344407  do 
     
    42364409    mv "conftest.tmp" "conftest.in" 
    42374410    cp "conftest.in" "conftest.nl" 
    4238     echo 'GREP' >> "conftest.nl" 
     4411    $as_echo 'GREP' >> "conftest.nl" 
    42394412    "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    42404413    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     
    42514424esac 
    42524425 
    4253  
    4254     $ac_path_GREP_found && break 3 
     4426      $ac_path_GREP_found && break 3 
     4427    done 
    42554428  done 
    42564429done 
    4257  
    4258 done 
    42594430IFS=$as_save_IFS 
    4260  
    4261  
    4262 fi 
    4263  
    4264 GREP="$ac_cv_path_GREP" 
    4265 if test -z "$GREP"; then 
    4266   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
    4267 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
     4431  if test -z "$ac_cv_path_GREP"; then 
     4432    { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
     4433$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
    42684434   { (exit 1); exit 1; }; } 
    4269 fi 
    4270  
     4435  fi 
    42714436else 
    42724437  ac_cv_path_GREP=$GREP 
    42734438fi 
    42744439 
    4275  
    4276 fi 
    4277 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
    4278 echo "${ECHO_T}$ac_cv_path_GREP" >&6; } 
     4440fi 
     4441{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 
     4442$as_echo "$ac_cv_path_GREP" >&6; } 
    42794443 GREP="$ac_cv_path_GREP" 
    42804444 
    42814445 
    4282 { echo "$as_me:$LINENO: checking for egrep" >&5 
    4283 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } 
     4446{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 
     4447$as_echo_n "checking for egrep... " >&6; } 
    42844448if test "${ac_cv_path_EGREP+set}" = set; then 
    4285   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4449  $as_echo_n "(cached) " >&6 
    42864450else 
    42874451  if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 
    42884452   then ac_cv_path_EGREP="$GREP -E" 
    42894453   else 
    4290      # Extract the first word of "egrep" to use in msg output 
    4291 if test -z "$EGREP"; then 
    4292 set dummy egrep; ac_prog_name=$2 
    4293 if test "${ac_cv_path_EGREP+set}" = set; then 
    4294   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4295 else 
     4454     if test -z "$EGREP"; then 
    42964455  ac_path_EGREP_found=false 
    4297 # Loop through the user's path and test for each of PROGNAME-LIST 
    4298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
     4456  # Loop through the user's path and test for each of PROGNAME-LIST 
     4457  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    42994458for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin 
    43004459do 
     
    43024461  test -z "$as_dir" && as_dir=. 
    43034462  for ac_prog in egrep; do 
    4304   for ac_exec_ext in '' $ac_executable_extensions; do 
    4305     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    4306     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
    4307     # Check for GNU ac_path_EGREP and select it if it is found. 
     4463    for ac_exec_ext in '' $ac_executable_extensions; do 
     4464      ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
     4465      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
     4466# Check for GNU ac_path_EGREP and select it if it is found. 
    43084467  # Check for GNU $ac_path_EGREP 
    43094468case `"$ac_path_EGREP" --version 2>&1` in 
     
    43124471*) 
    43134472  ac_count=0 
    4314   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" 
     4473  $as_echo_n 0123456789 >"conftest.in" 
    43154474  while : 
    43164475  do 
     
    43184477    mv "conftest.tmp" "conftest.in" 
    43194478    cp "conftest.in" "conftest.nl" 
    4320     echo 'EGREP' >> "conftest.nl" 
     4479    $as_echo 'EGREP' >> "conftest.nl" 
    43214480    "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break 
    43224481    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break 
     
    43334492esac 
    43344493 
    4335  
    4336     $ac_path_EGREP_found && break 3 
     4494      $ac_path_EGREP_found && break 3 
     4495    done 
    43374496  done 
    43384497done 
    4339  
    4340 done 
    43414498IFS=$as_save_IFS 
    4342  
    4343  
    4344 fi 
    4345  
    4346 EGREP="$ac_cv_path_EGREP" 
    4347 if test -z "$EGREP"; then 
    4348   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
    4349 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
     4499  if test -z "$ac_cv_path_EGREP"; then 
     4500    { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 
     4501$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} 
    43504502   { (exit 1); exit 1; }; } 
    4351 fi 
    4352  
     4503  fi 
    43534504else 
    43544505  ac_cv_path_EGREP=$EGREP 
    43554506fi 
    43564507 
    4357  
    43584508   fi 
    43594509fi 
    4360 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
    4361 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } 
     4510{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 
     4511$as_echo "$ac_cv_path_EGREP" >&6; } 
    43624512 EGREP="$ac_cv_path_EGREP" 
    43634513 
    43644514 
    4365 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
    4366 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } 
     4515{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 
     4516$as_echo_n "checking for ANSI C header files... " >&6; } 
    43674517if test "${ac_cv_header_stdc+set}" = set; then 
    4368   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4518  $as_echo_n "(cached) " >&6 
    43694519else 
    43704520  cat >conftest.$ac_ext <<_ACEOF 
     
    43934543  *) ac_try_echo=$ac_try;; 
    43944544esac 
    4395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4545eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4546$as_echo "$ac_try_echo") >&5 
    43964547  (eval "$ac_compile") 2>conftest.er1 
    43974548  ac_status=$? 
     
    43994550  rm -f conftest.er1 
    44004551  cat conftest.err >&5 
    4401   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4552  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    44024553  (exit $ac_status); } && { 
    44034554         test -z "$ac_c_werror_flag" || 
     
    44064557  ac_cv_header_stdc=yes 
    44074558else 
    4408   echo "$as_me: failed program was:" >&5 
     4559  $as_echo "$as_me: failed program was:" >&5 
    44094560sed 's/^/| /' conftest.$ac_ext >&5 
    44104561 
     
    44984649  *) ac_try_echo=$ac_try;; 
    44994650esac 
    4500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4651eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4652$as_echo "$ac_try_echo") >&5 
    45014653  (eval "$ac_link") 2>&5 
    45024654  ac_status=$? 
    4503   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4655  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    45044656  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    45054657  { (case "(($ac_try" in 
     
    45074659  *) ac_try_echo=$ac_try;; 
    45084660esac 
    4509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4661eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4662$as_echo "$ac_try_echo") >&5 
    45104663  (eval "$ac_try") 2>&5 
    45114664  ac_status=$? 
    4512   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4665  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    45134666  (exit $ac_status); }; }; then 
    45144667  : 
    45154668else 
    4516   echo "$as_me: program exited with status $ac_status" >&5 
    4517 echo "$as_me: failed program was:" >&5 
     4669  $as_echo "$as_me: program exited with status $ac_status" >&5 
     4670$as_echo "$as_me: failed program was:" >&5 
    45184671sed 's/^/| /' conftest.$ac_ext >&5 
    45194672 
     
    45214674ac_cv_header_stdc=no 
    45224675fi 
     4676rm -rf conftest.dSYM 
    45234677rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    45244678fi 
     
    45274681fi 
    45284682fi 
    4529 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
    4530 echo "${ECHO_T}$ac_cv_header_stdc" >&6; } 
     4683{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 
     4684$as_echo "$ac_cv_header_stdc" >&6; } 
    45314685if test $ac_cv_header_stdc = yes; then 
    45324686 
     
    45504704                  inttypes.h stdint.h unistd.h 
    45514705do 
    4552 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 
    4553 { echo "$as_me:$LINENO: checking for $ac_header" >&5 
    4554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } 
     4706as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` 
     4707{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 
     4708$as_echo_n "checking for $ac_header... " >&6; } 
    45554709if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then 
    4556   echo $ECHO_N "(cached) $ECHO_C" >&6 
     4710  $as_echo_n "(cached) " >&6 
    45574711else 
    45584712  cat >conftest.$ac_ext <<_ACEOF 
     
    45724726  *) ac_try_echo=$ac_try;; 
    45734727esac 
    4574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4728eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4729$as_echo "$ac_try_echo") >&5 
    45754730  (eval "$ac_compile") 2>conftest.er1 
    45764731  ac_status=$? 
     
    45784733  rm -f conftest.er1 
    45794734  cat conftest.err >&5 
    4580   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4735  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    45814736  (exit $ac_status); } && { 
    45824737         test -z "$ac_c_werror_flag" || 
     
    45854740  eval "$as_ac_Header=yes" 
    45864741else 
    4587   echo "$as_me: failed program was:" >&5 
     4742  $as_echo "$as_me: failed program was:" >&5 
    45884743sed 's/^/| /' conftest.$ac_ext >&5 
    45894744 
     
    45934748rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    45944749fi 
    4595 ac_res=`eval echo '${'$as_ac_Header'}'` 
    4596                { echo "$as_me:$LINENO: result: $ac_res" >&5 
    4597 echo "${ECHO_T}$ac_res" >&6; } 
    4598 if test `eval echo '${'$as_ac_Header'}'` = yes; then 
     4750ac_res=`eval 'as_val=${'$as_ac_Header'} 
     4751                 $as_echo "$as_val"'` 
     4752               { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 
     4753$as_echo "$ac_res" >&6; } 
     4754if test `eval 'as_val=${'$as_ac_Header'} 
     4755                 $as_echo "$as_val"'` = yes; then 
    45994756  cat >>confdefs.h <<_ACEOF 
    4600 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 
     4757#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 
    46014758_ACEOF 
    46024759 
     
    46064763 
    46074764 
    4608 { echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 
    4609 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } 
     4765 
     4766 { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 
     4767$as_echo_n "checking whether byte ordering is bigendian... " >&6; } 
    46104768if test "${ac_cv_c_bigendian+set}" = set; then 
    4611   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4612 else 
    4613   # See if sys/param.h defines the BYTE_ORDER macro. 
    4614 cat >conftest.$ac_ext <<_ACEOF 
     4769  $as_echo_n "(cached) " >&6 
     4770else 
     4771  ac_cv_c_bigendian=unknown 
     4772    # See if we're dealing with a universal compiler. 
     4773    cat >conftest.$ac_ext <<_ACEOF 
     4774/* confdefs.h.  */ 
     4775_ACEOF 
     4776cat confdefs.h >>conftest.$ac_ext 
     4777cat >>conftest.$ac_ext <<_ACEOF 
     4778/* end confdefs.h.  */ 
     4779#ifndef __APPLE_CC__ 
     4780               not a universal capable compiler 
     4781             #endif 
     4782             typedef int dummy; 
     4783 
     4784_ACEOF 
     4785rm -f conftest.$ac_objext 
     4786if { (ac_try="$ac_compile" 
     4787case "(($ac_try" in 
     4788  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4789  *) ac_try_echo=$ac_try;; 
     4790esac 
     4791eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4792$as_echo "$ac_try_echo") >&5 
     4793  (eval "$ac_compile") 2>conftest.er1 
     4794  ac_status=$? 
     4795  grep -v '^ *+' conftest.er1 >conftest.err 
     4796  rm -f conftest.er1 
     4797  cat conftest.err >&5 
     4798  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4799  (exit $ac_status); } && { 
     4800         test -z "$ac_c_werror_flag" || 
     4801         test ! -s conftest.err 
     4802       } && test -s conftest.$ac_objext; then 
     4803 
     4804        # Check for potential -arch flags.  It is not universal unless 
     4805        # there are some -arch flags.  Note that *ppc* also matches 
     4806        # ppc64.  This check is also rather less than ideal. 
     4807        case "${CC} ${CFLAGS} ${CPPFLAGS} ${LDFLAGS}" in  #( 
     4808          *-arch*ppc*|*-arch*i386*|*-arch*x86_64*) ac_cv_c_bigendian=universal;; 
     4809        esac 
     4810else 
     4811  $as_echo "$as_me: failed program was:" >&5 
     4812sed 's/^/| /' conftest.$ac_ext >&5 
     4813 
     4814 
     4815fi 
     4816 
     4817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     4818    if test $ac_cv_c_bigendian = unknown; then 
     4819      # See if sys/param.h defines the BYTE_ORDER macro. 
     4820      cat >conftest.$ac_ext <<_ACEOF 
    46154821/* confdefs.h.  */ 
    46164822_ACEOF 
     
    46194825/* end confdefs.h.  */ 
    46204826#include <sys/types.h> 
    4621 #include <sys/param.h> 
     4827             #include <sys/param.h> 
    46224828 
    46234829int 
    46244830main () 
    46254831{ 
    4626 #if  ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN \ 
    4627         && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) 
    4628  bogus endian macros 
    4629 #endif 
     4832#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ 
     4833                     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ 
     4834                     && LITTLE_ENDIAN) 
     4835              bogus endian macros 
     4836             #endif 
    46304837 
    46314838  ; 
     
    46394846  *) ac_try_echo=$ac_try;; 
    46404847esac 
    4641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4848eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4849$as_echo "$ac_try_echo") >&5 
    46424850  (eval "$ac_compile") 2>conftest.er1 
    46434851  ac_status=$? 
     
    46454853  rm -f conftest.er1 
    46464854  cat conftest.err >&5 
    4647   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4855  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    46484856  (exit $ac_status); } && { 
    46494857         test -z "$ac_c_werror_flag" || 
     
    46514859       } && test -s conftest.$ac_objext; then 
    46524860  # It does; now see whether it defined to BIG_ENDIAN or not. 
    4653 cat >conftest.$ac_ext <<_ACEOF 
     4861         cat >conftest.$ac_ext <<_ACEOF 
    46544862/* confdefs.h.  */ 
    46554863_ACEOF 
     
    46584866/* end confdefs.h.  */ 
    46594867#include <sys/types.h> 
    4660 #include <sys/param.h> 
     4868                #include <sys/param.h> 
    46614869 
    46624870int 
     
    46644872{ 
    46654873#if BYTE_ORDER != BIG_ENDIAN 
    4666  not big endian 
    4667 #endif 
     4874                not big endian 
     4875                #endif 
    46684876 
    46694877  ; 
     
    46774885  *) ac_try_echo=$ac_try;; 
    46784886esac 
    4679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4887eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4888$as_echo "$ac_try_echo") >&5 
    46804889  (eval "$ac_compile") 2>conftest.er1 
    46814890  ac_status=$? 
     
    46834892  rm -f conftest.er1 
    46844893  cat conftest.err >&5 
    4685   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4894  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    46864895  (exit $ac_status); } && { 
    46874896         test -z "$ac_c_werror_flag" || 
     
    46904899  ac_cv_c_bigendian=yes 
    46914900else 
    4692   echo "$as_me: failed program was:" >&5 
     4901  $as_echo "$as_me: failed program was:" >&5 
    46934902sed 's/^/| /' conftest.$ac_ext >&5 
    46944903 
     
    46984907rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    46994908else 
    4700   echo "$as_me: failed program was:" >&5 
     4909  $as_echo "$as_me: failed program was:" >&5 
    47014910sed 's/^/| /' conftest.$ac_ext >&5 
    47024911 
    4703         # It does not; compile a test program. 
    4704 if test "$cross_compiling" = yes; then 
    4705   # try to guess the endianness by grepping values into an object file 
    4706   ac_cv_c_bigendian=unknown 
    4707   cat >conftest.$ac_ext <<_ACEOF 
     4912 
     4913fi 
     4914 
     4915rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     4916    fi 
     4917    if test $ac_cv_c_bigendian = unknown; then 
     4918      # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). 
     4919      cat >conftest.$ac_ext <<_ACEOF 
    47084920/* confdefs.h.  */ 
    47094921_ACEOF 
     
    47114923cat >>conftest.$ac_ext <<_ACEOF 
    47124924/* end confdefs.h.  */ 
    4713 short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 
    4714 short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 
    4715 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } 
    4716 short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 
    4717 short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 
    4718 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } 
     4925#include <limits.h> 
     4926 
    47194927int 
    47204928main () 
    47214929{ 
    4722  _ascii (); _ebcdic (); 
     4930#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) 
     4931              bogus endian macros 
     4932             #endif 
     4933 
    47234934  ; 
    47244935  return 0; 
     
    47314942  *) ac_try_echo=$ac_try;; 
    47324943esac 
    4733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     4944eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4945$as_echo "$ac_try_echo") >&5 
    47344946  (eval "$ac_compile") 2>conftest.er1 
    47354947  ac_status=$? 
     
    47374949  rm -f conftest.er1 
    47384950  cat conftest.err >&5 
    4739   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4951  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    47404952  (exit $ac_status); } && { 
    47414953         test -z "$ac_c_werror_flag" || 
    47424954         test ! -s conftest.err 
    47434955       } && test -s conftest.$ac_objext; then 
    4744   if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then 
     4956  # It does; now see whether it defined to _BIG_ENDIAN or not. 
     4957         cat >conftest.$ac_ext <<_ACEOF 
     4958/* confdefs.h.  */ 
     4959_ACEOF 
     4960cat confdefs.h >>conftest.$ac_ext 
     4961cat >>conftest.$ac_ext <<_ACEOF 
     4962/* end confdefs.h.  */ 
     4963#include <limits.h> 
     4964 
     4965int 
     4966main () 
     4967{ 
     4968#ifndef _BIG_ENDIAN 
     4969                 not big endian 
     4970                #endif 
     4971 
     4972  ; 
     4973  return 0; 
     4974} 
     4975_ACEOF 
     4976rm -f conftest.$ac_objext 
     4977if { (ac_try="$ac_compile" 
     4978case "(($ac_try" in 
     4979  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     4980  *) ac_try_echo=$ac_try;; 
     4981esac 
     4982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     4983$as_echo "$ac_try_echo") >&5 
     4984  (eval "$ac_compile") 2>conftest.er1 
     4985  ac_status=$? 
     4986  grep -v '^ *+' conftest.er1 >conftest.err 
     4987  rm -f conftest.er1 
     4988  cat conftest.err >&5 
     4989  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     4990  (exit $ac_status); } && { 
     4991         test -z "$ac_c_werror_flag" || 
     4992         test ! -s conftest.err 
     4993       } && test -s conftest.$ac_objext; then 
    47454994  ac_cv_c_bigendian=yes 
    4746 fi 
    4747 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 
    4748   if test "$ac_cv_c_bigendian" = unknown; then 
    4749     ac_cv_c_bigendian=no 
    4750   else 
    4751     # finding both strings is unlikely to happen, but who knows? 
    4752     ac_cv_c_bigendian=unknown 
    4753   fi 
    4754 fi 
    4755 else 
    4756   echo "$as_me: failed program was:" >&5 
     4995else 
     4996  $as_echo "$as_me: failed program was:" >&5 
     4997sed 's/^/| /' conftest.$ac_ext >&5 
     4998 
     4999        ac_cv_c_bigendian=no 
     5000fi 
     5001 
     5002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5003else 
     5004  $as_echo "$as_me: failed program was:" >&5 
     5005sed 's/^/| /' conftest.$ac_ext >&5 
     5006 
     5007 
     5008fi 
     5009 
     5010rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
     5011    fi 
     5012    if test $ac_cv_c_bigendian = unknown; then 
     5013      # Compile a test program. 
     5014      if test "$cross_compiling" = yes; then 
     5015  # Try to guess by grepping values from an object file. 
     5016         cat >conftest.$ac_ext <<_ACEOF 
     5017/* confdefs.h.  */ 
     5018_ACEOF 
     5019cat confdefs.h >>conftest.$ac_ext 
     5020cat >>conftest.$ac_ext <<_ACEOF 
     5021/* end confdefs.h.  */ 
     5022short int ascii_mm[] = 
     5023                  { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; 
     5024                short int ascii_ii[] = 
     5025                  { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; 
     5026                int use_ascii (int i) { 
     5027                  return ascii_mm[i] + ascii_ii[i]; 
     5028                } 
     5029                short int ebcdic_ii[] = 
     5030                  { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; 
     5031                short int ebcdic_mm[] = 
     5032                  { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; 
     5033                int use_ebcdic (int i) { 
     5034                  return ebcdic_mm[i] + ebcdic_ii[i]; 
     5035                } 
     5036                extern int foo; 
     5037 
     5038int 
     5039main () 
     5040{ 
     5041return use_ascii (foo) == use_ebcdic (foo); 
     5042  ; 
     5043  return 0; 
     5044} 
     5045_ACEOF 
     5046rm -f conftest.$ac_objext 
     5047if { (ac_try="$ac_compile" 
     5048case "(($ac_try" in 
     5049  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     5050  *) ac_try_echo=$ac_try;; 
     5051esac 
     5052eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5053$as_echo "$ac_try_echo") >&5 
     5054  (eval "$ac_compile") 2>conftest.er1 
     5055  ac_status=$? 
     5056  grep -v '^ *+' conftest.er1 >conftest.err 
     5057  rm -f conftest.er1 
     5058  cat conftest.err >&5 
     5059  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5060  (exit $ac_status); } && { 
     5061         test -z "$ac_c_werror_flag" || 
     5062         test ! -s conftest.err 
     5063       } && test -s conftest.$ac_objext; then 
     5064  if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then 
     5065              ac_cv_c_bigendian=yes 
     5066            fi 
     5067            if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then 
     5068              if test "$ac_cv_c_bigendian" = unknown; then 
     5069                ac_cv_c_bigendian=no 
     5070              else 
     5071                # finding both strings is unlikely to happen, but who knows? 
     5072                ac_cv_c_bigendian=unknown 
     5073              fi 
     5074            fi 
     5075else 
     5076  $as_echo "$as_me: failed program was:" >&5 
    47575077sed 's/^/| /' conftest.$ac_ext >&5 
    47585078 
     
    47735093{ 
    47745094 
    4775   /* Are we little or big endian?  From Harbison&Steele.  */ 
    4776   union 
    4777   { 
    4778     long int l; 
    4779     char c[sizeof (long int)]; 
    4780   } u; 
    4781   u.l = 1; 
    4782   return u.c[sizeof (long int) - 1] == 1; 
     5095             /* Are we little or big endian?  From Harbison&Steele.  */ 
     5096             union 
     5097             { 
     5098               long int l; 
     5099               char c[sizeof (long int)]; 
     5100             } u; 
     5101             u.l = 1; 
     5102             return u.c[sizeof (long int) - 1] == 1; 
    47835103 
    47845104  ; 
     
    47925112  *) ac_try_echo=$ac_try;; 
    47935113esac 
    4794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5114eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5115$as_echo "$ac_try_echo") >&5 
    47955116  (eval "$ac_link") 2>&5 
    47965117  ac_status=$? 
    4797   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5118  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    47985119  (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 
    47995120  { (case "(($ac_try" in 
     
    48015122  *) ac_try_echo=$ac_try;; 
    48025123esac 
    4803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5124eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5125$as_echo "$ac_try_echo") >&5 
    48045126  (eval "$ac_try") 2>&5 
    48055127  ac_status=$? 
    4806   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5128  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    48075129  (exit $ac_status); }; }; then 
    48085130  ac_cv_c_bigendian=no 
    48095131else 
    4810   echo "$as_me: program exited with status $ac_status" >&5 
    4811 echo "$as_me: failed program was:" >&5 
     5132  $as_echo "$as_me: program exited with status $ac_status" >&5 
     5133$as_echo "$as_me: failed program was:" >&5 
    48125134sed 's/^/| /' conftest.$ac_ext >&5 
    48135135 
     
    48155137ac_cv_c_bigendian=yes 
    48165138fi 
     5139rm -rf conftest.dSYM 
    48175140rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 
    48185141fi 
    48195142 
    48205143 
    4821 fi 
    4822  
    4823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    4824 fi 
    4825 { echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 
    4826 echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } 
    4827 case $ac_cv_c_bigendian in 
    4828   yes) 
     5144    fi 
     5145fi 
     5146{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 
     5147$as_echo "$ac_cv_c_bigendian" >&6; } 
     5148 case $ac_cv_c_bigendian in #( 
     5149   yes) 
     5150     cat >>confdefs.h <<\_ACEOF 
     5151#define WORDS_BIGENDIAN 1 
     5152_ACEOF 
     5153;; #( 
     5154   no) 
     5155      ;; #( 
     5156   universal) 
    48295157 
    48305158cat >>confdefs.h <<\_ACEOF 
    4831 #define WORDS_BIGENDIAN 1 
    4832 _ACEOF 
    4833  ;; 
    4834   no) 
    4835      ;; 
    4836   *) 
    4837     { { echo "$as_me:$LINENO: error: unknown endianness 
    4838 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 
    4839 echo "$as_me: error: unknown endianness 
    4840 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 
     5159#define AC_APPLE_UNIVERSAL_BUILD 1 
     5160_ACEOF 
     5161 
     5162     ;; #( 
     5163   *) 
     5164     { { $as_echo "$as_me:$LINENO: error: unknown endianness 
     5165 presetting ac_cv_c_bigendian=no (or yes) will help" >&5 
     5166$as_echo "$as_me: error: unknown endianness 
     5167 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} 
    48415168   { (exit 1); exit 1; }; } ;; 
    4842 esac 
     5169 esac 
    48435170 
    48445171 
     
    48965223_ACEOF 
    48975224 
    4898                 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&5 
    4899 echo "${ECHO_T}Checking if floating point is disabled... yes" >&6; } 
     5225                { $as_echo "$as_me:$LINENO: result: Checking if floating point is disabled... yes" >&5 
     5226$as_echo "Checking if floating point is disabled... yes" >&6; } 
    49005227               fi 
    49015228else 
     
    49055232_ACEOF 
    49065233 
    4907                 { echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&5 
    4908 echo "${ECHO_T}Checking if floating point is disabled... no" >&6; } 
    4909  
    4910 { echo "$as_me:$LINENO: checking for fmod in -lm" >&5 
    4911 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6; } 
     5234                { $as_echo "$as_me:$LINENO: result: Checking if floating point is disabled... no" >&5 
     5235$as_echo "Checking if floating point is disabled... no" >&6; } 
     5236 
     5237{ $as_echo "$as_me:$LINENO: checking for fmod in -lm" >&5 
     5238$as_echo_n "checking for fmod in -lm... " >&6; } 
    49125239if test "${ac_cv_lib_m_fmod+set}" = set; then 
    4913   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5240  $as_echo_n "(cached) " >&6 
    49145241else 
    49155242  ac_check_lib_save_LIBS=$LIBS 
     
    49435270  *) ac_try_echo=$ac_try;; 
    49445271esac 
    4945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5272eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5273$as_echo "$ac_try_echo") >&5 
    49465274  (eval "$ac_link") 2>conftest.er1 
    49475275  ac_status=$? 
     
    49495277  rm -f conftest.er1 
    49505278  cat conftest.err >&5 
    4951   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5279  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    49525280  (exit $ac_status); } && { 
    49535281         test -z "$ac_c_werror_flag" || 
    49545282         test ! -s conftest.err 
    4955        } && test -s conftest$ac_exeext && 
    4956        $as_test_x conftest$ac_exeext; then 
     5283       } && test -s conftest$ac_exeext && { 
     5284         test "$cross_compiling" = yes || 
     5285         $as_test_x conftest$ac_exeext 
     5286       }; then 
    49575287  ac_cv_lib_m_fmod=yes 
    49585288else 
    4959   echo "$as_me: failed program was:" >&5 
     5289  $as_echo "$as_me: failed program was:" >&5 
    49605290sed 's/^/| /' conftest.$ac_ext >&5 
    49615291 
     
    49635293fi 
    49645294 
     5295rm -rf conftest.dSYM 
    49655296rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    49665297      conftest$ac_exeext conftest.$ac_ext 
    49675298LIBS=$ac_check_lib_save_LIBS 
    49685299fi 
    4969 { echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5 
    4970 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6; } 
     5300{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5 
     5301$as_echo "$ac_cv_lib_m_fmod" >&6; } 
    49715302if test $ac_cv_lib_m_fmod = yes; then 
    49725303  cat >>confdefs.h <<_ACEOF 
     
    49845315 
    49855316if test "${ac_cv_header_arpa_inet_h+set}" = set; then 
    4986   { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 
    4987 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 
     5317  { $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 
     5318$as_echo_n "checking for arpa/inet.h... " >&6; } 
    49885319if test "${ac_cv_header_arpa_inet_h+set}" = set; then 
    4989   echo $ECHO_N "(cached) $ECHO_C" >&6 
    4990 fi 
    4991 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 
    4992 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 
     5320  $as_echo_n "(cached) " >&6 
     5321fi 
     5322{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 
     5323$as_echo "$ac_cv_header_arpa_inet_h" >&6; } 
    49935324else 
    49945325  # Is the header compilable? 
    4995 { echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 
    4996 echo $ECHO_N "checking arpa/inet.h usability... $ECHO_C" >&6; } 
     5326{ $as_echo "$as_me:$LINENO: checking arpa/inet.h usability" >&5 
     5327$as_echo_n "checking arpa/inet.h usability... " >&6; } 
    49975328cat >conftest.$ac_ext <<_ACEOF 
    49985329/* confdefs.h.  */ 
     
    50105341  *) ac_try_echo=$ac_try;; 
    50115342esac 
    5012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5343eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5344$as_echo "$ac_try_echo") >&5 
    50135345  (eval "$ac_compile") 2>conftest.er1 
    50145346  ac_status=$? 
     
    50165348  rm -f conftest.er1 
    50175349  cat conftest.err >&5 
    5018   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5350  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    50195351  (exit $ac_status); } && { 
    50205352         test -z "$ac_c_werror_flag" || 
     
    50235355  ac_header_compiler=yes 
    50245356else 
    5025   echo "$as_me: failed program was:" >&5 
     5357  $as_echo "$as_me: failed program was:" >&5 
    50265358sed 's/^/| /' conftest.$ac_ext >&5 
    50275359 
     
    50305362 
    50315363rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5032 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5033 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     5364{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5365$as_echo "$ac_header_compiler" >&6; } 
    50345366 
    50355367# Is the header present? 
    5036 { echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 
    5037 echo $ECHO_N "checking arpa/inet.h presence... $ECHO_C" >&6; } 
     5368{ $as_echo "$as_me:$LINENO: checking arpa/inet.h presence" >&5 
     5369$as_echo_n "checking arpa/inet.h presence... " >&6; } 
    50385370cat >conftest.$ac_ext <<_ACEOF 
    50395371/* confdefs.h.  */ 
     
    50495381  *) ac_try_echo=$ac_try;; 
    50505382esac 
    5051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5383eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5384$as_echo "$ac_try_echo") >&5 
    50525385  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    50535386  ac_status=$? 
     
    50555388  rm -f conftest.er1 
    50565389  cat conftest.err >&5 
    5057   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5390  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    50585391  (exit $ac_status); } >/dev/null && { 
    50595392         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    50625395  ac_header_preproc=yes 
    50635396else 
    5064   echo "$as_me: failed program was:" >&5 
     5397  $as_echo "$as_me: failed program was:" >&5 
    50655398sed 's/^/| /' conftest.$ac_ext >&5 
    50665399 
     
    50695402 
    50705403rm -f conftest.err conftest.$ac_ext 
    5071 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5072 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     5404{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5405$as_echo "$ac_header_preproc" >&6; } 
    50735406 
    50745407# So?  What about this header? 
    50755408case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    50765409  yes:no: ) 
    5077     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    5078 echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    5079     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 
    5080 echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 
     5410    { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     5411$as_echo "$as_me: WARNING: arpa/inet.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     5412    { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the compiler's result" >&5 
     5413$as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the compiler's result" >&2;} 
    50815414    ac_header_preproc=yes 
    50825415    ;; 
    50835416  no:yes:* ) 
    5084     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 
    5085 echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 
    5086     { echo "$as_me:$LINENO: WARNING: arpa/inet.h:     check for missing prerequisite headers?" >&5 
    5087 echo "$as_me: WARNING: arpa/inet.h:     check for missing prerequisite headers?" >&2;} 
    5088     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 
    5089 echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} 
    5090     { echo "$as_me:$LINENO: WARNING: arpa/inet.h:     section \"Present But Cannot Be Compiled\"" >&5 
    5091 echo "$as_me: WARNING: arpa/inet.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    5092     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 
    5093 echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 
    5094     { echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 
    5095 echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 
     5417    { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: present but cannot be compiled" >&5 
     5418$as_echo "$as_me: WARNING: arpa/inet.h: present but cannot be compiled" >&2;} 
     5419    { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h:     check for missing prerequisite headers?" >&5 
     5420$as_echo "$as_me: WARNING: arpa/inet.h:     check for missing prerequisite headers?" >&2;} 
     5421    { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: see the Autoconf documentation" >&5 
     5422$as_echo "$as_me: WARNING: arpa/inet.h: see the Autoconf documentation" >&2;} 
     5423    { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h:     section \"Present But Cannot Be Compiled\"" >&5 
     5424$as_echo "$as_me: WARNING: arpa/inet.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     5425    { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&5 
     5426$as_echo "$as_me: WARNING: arpa/inet.h: proceeding with the preprocessor's result" >&2;} 
     5427    { $as_echo "$as_me:$LINENO: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&5 
     5428$as_echo "$as_me: WARNING: arpa/inet.h: in the future, the compiler will take precedence" >&2;} 
    50965429 
    50975430    ;; 
    50985431esac 
    5099 { echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 
    5100 echo $ECHO_N "checking for arpa/inet.h... $ECHO_C" >&6; } 
     5432{ $as_echo "$as_me:$LINENO: checking for arpa/inet.h" >&5 
     5433$as_echo_n "checking for arpa/inet.h... " >&6; } 
    51015434if test "${ac_cv_header_arpa_inet_h+set}" = set; then 
    5102   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5435  $as_echo_n "(cached) " >&6 
    51035436else 
    51045437  ac_cv_header_arpa_inet_h=$ac_header_preproc 
    51055438fi 
    5106 { echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 
    5107 echo "${ECHO_T}$ac_cv_header_arpa_inet_h" >&6; } 
     5439{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_arpa_inet_h" >&5 
     5440$as_echo "$ac_cv_header_arpa_inet_h" >&6; } 
    51085441 
    51095442fi 
     
    51175450 
    51185451if test "${ac_cv_header_assert_h+set}" = set; then 
    5119   { echo "$as_me:$LINENO: checking for assert.h" >&5 
    5120 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 
     5452  { $as_echo "$as_me:$LINENO: checking for assert.h" >&5 
     5453$as_echo_n "checking for assert.h... " >&6; } 
    51215454if test "${ac_cv_header_assert_h+set}" = set; then 
    5122   echo $ECHO_N "(cached) $ECHO_C" >&6 
    5123 fi 
    5124 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 
    5125 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 
     5455  $as_echo_n "(cached) " >&6 
     5456fi 
     5457{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 
     5458$as_echo "$ac_cv_header_assert_h" >&6; } 
    51265459else 
    51275460  # Is the header compilable? 
    5128 { echo "$as_me:$LINENO: checking assert.h usability" >&5 
    5129 echo $ECHO_N "checking assert.h usability... $ECHO_C" >&6; } 
     5461{ $as_echo "$as_me:$LINENO: checking assert.h usability" >&5 
     5462$as_echo_n "checking assert.h usability... " >&6; } 
    51305463cat >conftest.$ac_ext <<_ACEOF 
    51315464/* confdefs.h.  */ 
     
    51435476  *) ac_try_echo=$ac_try;; 
    51445477esac 
    5145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5478eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5479$as_echo "$ac_try_echo") >&5 
    51465480  (eval "$ac_compile") 2>conftest.er1 
    51475481  ac_status=$? 
     
    51495483  rm -f conftest.er1 
    51505484  cat conftest.err >&5 
    5151   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5485  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    51525486  (exit $ac_status); } && { 
    51535487         test -z "$ac_c_werror_flag" || 
     
    51565490  ac_header_compiler=yes 
    51575491else 
    5158   echo "$as_me: failed program was:" >&5 
     5492  $as_echo "$as_me: failed program was:" >&5 
    51595493sed 's/^/| /' conftest.$ac_ext >&5 
    51605494 
     
    51635497 
    51645498rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5165 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5166 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     5499{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5500$as_echo "$ac_header_compiler" >&6; } 
    51675501 
    51685502# Is the header present? 
    5169 { echo "$as_me:$LINENO: checking assert.h presence" >&5 
    5170 echo $ECHO_N "checking assert.h presence... $ECHO_C" >&6; } 
     5503{ $as_echo "$as_me:$LINENO: checking assert.h presence" >&5 
     5504$as_echo_n "checking assert.h presence... " >&6; } 
    51715505cat >conftest.$ac_ext <<_ACEOF 
    51725506/* confdefs.h.  */ 
     
    51825516  *) ac_try_echo=$ac_try;; 
    51835517esac 
    5184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5518eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5519$as_echo "$ac_try_echo") >&5 
    51855520  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    51865521  ac_status=$? 
     
    51885523  rm -f conftest.er1 
    51895524  cat conftest.err >&5 
    5190   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5525  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    51915526  (exit $ac_status); } >/dev/null && { 
    51925527         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    51955530  ac_header_preproc=yes 
    51965531else 
    5197   echo "$as_me: failed program was:" >&5 
     5532  $as_echo "$as_me: failed program was:" >&5 
    51985533sed 's/^/| /' conftest.$ac_ext >&5 
    51995534 
     
    52025537 
    52035538rm -f conftest.err conftest.$ac_ext 
    5204 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5205 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     5539{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5540$as_echo "$ac_header_preproc" >&6; } 
    52065541 
    52075542# So?  What about this header? 
    52085543case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    52095544  yes:no: ) 
    5210     { echo "$as_me:$LINENO: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    5211 echo "$as_me: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    5212     { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the compiler's result" >&5 
    5213 echo "$as_me: WARNING: assert.h: proceeding with the compiler's result" >&2;} 
     5545    { $as_echo "$as_me:$LINENO: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     5546$as_echo "$as_me: WARNING: assert.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     5547    { $as_echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the compiler's result" >&5 
     5548$as_echo "$as_me: WARNING: assert.h: proceeding with the compiler's result" >&2;} 
    52145549    ac_header_preproc=yes 
    52155550    ;; 
    52165551  no:yes:* ) 
    5217     { echo "$as_me:$LINENO: WARNING: assert.h: present but cannot be compiled" >&5 
    5218 echo "$as_me: WARNING: assert.h: present but cannot be compiled" >&2;} 
    5219     { echo "$as_me:$LINENO: WARNING: assert.h:     check for missing prerequisite headers?" >&5 
    5220 echo "$as_me: WARNING: assert.h:     check for missing prerequisite headers?" >&2;} 
    5221     { echo "$as_me:$LINENO: WARNING: assert.h: see the Autoconf documentation" >&5 
    5222 echo "$as_me: WARNING: assert.h: see the Autoconf documentation" >&2;} 
    5223     { echo "$as_me:$LINENO: WARNING: assert.h:     section \"Present But Cannot Be Compiled\"" >&5 
    5224 echo "$as_me: WARNING: assert.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    5225     { echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&5 
    5226 echo "$as_me: WARNING: assert.h: proceeding with the preprocessor's result" >&2;} 
    5227     { echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&5 
    5228 echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;} 
     5552    { $as_echo "$as_me:$LINENO: WARNING: assert.h: present but cannot be compiled" >&5 
     5553$as_echo "$as_me: WARNING: assert.h: present but cannot be compiled" >&2;} 
     5554    { $as_echo "$as_me:$LINENO: WARNING: assert.h:     check for missing prerequisite headers?" >&5 
     5555$as_echo "$as_me: WARNING: assert.h:     check for missing prerequisite headers?" >&2;} 
     5556    { $as_echo "$as_me:$LINENO: WARNING: assert.h: see the Autoconf documentation" >&5 
     5557$as_echo "$as_me: WARNING: assert.h: see the Autoconf documentation" >&2;} 
     5558    { $as_echo "$as_me:$LINENO: WARNING: assert.h:     section \"Present But Cannot Be Compiled\"" >&5 
     5559$as_echo "$as_me: WARNING: assert.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     5560    { $as_echo "$as_me:$LINENO: WARNING: assert.h: proceeding with the preprocessor's result" >&5 
     5561$as_echo "$as_me: WARNING: assert.h: proceeding with the preprocessor's result" >&2;} 
     5562    { $as_echo "$as_me:$LINENO: WARNING: assert.h: in the future, the compiler will take precedence" >&5 
     5563$as_echo "$as_me: WARNING: assert.h: in the future, the compiler will take precedence" >&2;} 
    52295564 
    52305565    ;; 
    52315566esac 
    5232 { echo "$as_me:$LINENO: checking for assert.h" >&5 
    5233 echo $ECHO_N "checking for assert.h... $ECHO_C" >&6; } 
     5567{ $as_echo "$as_me:$LINENO: checking for assert.h" >&5 
     5568$as_echo_n "checking for assert.h... " >&6; } 
    52345569if test "${ac_cv_header_assert_h+set}" = set; then 
    5235   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5570  $as_echo_n "(cached) " >&6 
    52365571else 
    52375572  ac_cv_header_assert_h=$ac_header_preproc 
    52385573fi 
    5239 { echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 
    5240 echo "${ECHO_T}$ac_cv_header_assert_h" >&6; } 
     5574{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_assert_h" >&5 
     5575$as_echo "$ac_cv_header_assert_h" >&6; } 
    52415576 
    52425577fi 
     
    52505585 
    52515586if test "${ac_cv_header_ctype_h+set}" = set; then 
    5252   { echo "$as_me:$LINENO: checking for ctype.h" >&5 
    5253 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 
     5587  { $as_echo "$as_me:$LINENO: checking for ctype.h" >&5 
     5588$as_echo_n "checking for ctype.h... " >&6; } 
    52545589if test "${ac_cv_header_ctype_h+set}" = set; then 
    5255   echo $ECHO_N "(cached) $ECHO_C" >&6 
    5256 fi 
    5257 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 
    5258 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 
     5590  $as_echo_n "(cached) " >&6 
     5591fi 
     5592{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 
     5593$as_echo "$ac_cv_header_ctype_h" >&6; } 
    52595594else 
    52605595  # Is the header compilable? 
    5261 { echo "$as_me:$LINENO: checking ctype.h usability" >&5 
    5262 echo $ECHO_N "checking ctype.h usability... $ECHO_C" >&6; } 
     5596{ $as_echo "$as_me:$LINENO: checking ctype.h usability" >&5 
     5597$as_echo_n "checking ctype.h usability... " >&6; } 
    52635598cat >conftest.$ac_ext <<_ACEOF 
    52645599/* confdefs.h.  */ 
     
    52765611  *) ac_try_echo=$ac_try;; 
    52775612esac 
    5278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5613eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5614$as_echo "$ac_try_echo") >&5 
    52795615  (eval "$ac_compile") 2>conftest.er1 
    52805616  ac_status=$? 
     
    52825618  rm -f conftest.er1 
    52835619  cat conftest.err >&5 
    5284   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5620  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    52855621  (exit $ac_status); } && { 
    52865622         test -z "$ac_c_werror_flag" || 
     
    52895625  ac_header_compiler=yes 
    52905626else 
    5291   echo "$as_me: failed program was:" >&5 
     5627  $as_echo "$as_me: failed program was:" >&5 
    52925628sed 's/^/| /' conftest.$ac_ext >&5 
    52935629 
     
    52965632 
    52975633rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5298 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5299 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     5634{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5635$as_echo "$ac_header_compiler" >&6; } 
    53005636 
    53015637# Is the header present? 
    5302 { echo "$as_me:$LINENO: checking ctype.h presence" >&5 
    5303 echo $ECHO_N "checking ctype.h presence... $ECHO_C" >&6; } 
     5638{ $as_echo "$as_me:$LINENO: checking ctype.h presence" >&5 
     5639$as_echo_n "checking ctype.h presence... " >&6; } 
    53045640cat >conftest.$ac_ext <<_ACEOF 
    53055641/* confdefs.h.  */ 
     
    53155651  *) ac_try_echo=$ac_try;; 
    53165652esac 
    5317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5653eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5654$as_echo "$ac_try_echo") >&5 
    53185655  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    53195656  ac_status=$? 
     
    53215658  rm -f conftest.er1 
    53225659  cat conftest.err >&5 
    5323   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5660  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    53245661  (exit $ac_status); } >/dev/null && { 
    53255662         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    53285665  ac_header_preproc=yes 
    53295666else 
    5330   echo "$as_me: failed program was:" >&5 
     5667  $as_echo "$as_me: failed program was:" >&5 
    53315668sed 's/^/| /' conftest.$ac_ext >&5 
    53325669 
     
    53355672 
    53365673rm -f conftest.err conftest.$ac_ext 
    5337 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5338 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     5674{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5675$as_echo "$ac_header_preproc" >&6; } 
    53395676 
    53405677# So?  What about this header? 
    53415678case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    53425679  yes:no: ) 
    5343     { echo "$as_me:$LINENO: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    5344 echo "$as_me: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    5345     { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the compiler's result" >&5 
    5346 echo "$as_me: WARNING: ctype.h: proceeding with the compiler's result" >&2;} 
     5680    { $as_echo "$as_me:$LINENO: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     5681$as_echo "$as_me: WARNING: ctype.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     5682    { $as_echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the compiler's result" >&5 
     5683$as_echo "$as_me: WARNING: ctype.h: proceeding with the compiler's result" >&2;} 
    53475684    ac_header_preproc=yes 
    53485685    ;; 
    53495686  no:yes:* ) 
    5350     { echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&5 
    5351 echo "$as_me: WARNING: ctype.h: present but cannot be compiled" >&2;} 
    5352     { echo "$as_me:$LINENO: WARNING: ctype.h:     check for missing prerequisite headers?" >&5 
    5353 echo "$as_me: WARNING: ctype.h:     check for missing prerequisite headers?" >&2;} 
    5354     { echo "$as_me:$LINENO: WARNING: ctype.h: see the Autoconf documentation" >&5 
    5355 echo "$as_me: WARNING: ctype.h: see the Autoconf documentation" >&2;} 
    5356     { echo "$as_me:$LINENO: WARNING: ctype.h:     section \"Present But Cannot Be Compiled\"" >&5 
    5357 echo "$as_me: WARNING: ctype.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    5358     { echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5 
    5359 echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;} 
    5360     { echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&5 
    5361 echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;} 
     5687    { $as_echo "$as_me:$LINENO: WARNING: ctype.h: present but cannot be compiled" >&5 
     5688$as_echo "$as_me: WARNING: ctype.h: present but cannot be compiled" >&2;} 
     5689    { $as_echo "$as_me:$LINENO: WARNING: ctype.h:     check for missing prerequisite headers?" >&5 
     5690$as_echo "$as_me: WARNING: ctype.h:     check for missing prerequisite headers?" >&2;} 
     5691    { $as_echo "$as_me:$LINENO: WARNING: ctype.h: see the Autoconf documentation" >&5 
     5692$as_echo "$as_me: WARNING: ctype.h: see the Autoconf documentation" >&2;} 
     5693    { $as_echo "$as_me:$LINENO: WARNING: ctype.h:     section \"Present But Cannot Be Compiled\"" >&5 
     5694$as_echo "$as_me: WARNING: ctype.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     5695    { $as_echo "$as_me:$LINENO: WARNING: ctype.h: proceeding with the preprocessor's result" >&5 
     5696$as_echo "$as_me: WARNING: ctype.h: proceeding with the preprocessor's result" >&2;} 
     5697    { $as_echo "$as_me:$LINENO: WARNING: ctype.h: in the future, the compiler will take precedence" >&5 
     5698$as_echo "$as_me: WARNING: ctype.h: in the future, the compiler will take precedence" >&2;} 
    53625699 
    53635700    ;; 
    53645701esac 
    5365 { echo "$as_me:$LINENO: checking for ctype.h" >&5 
    5366 echo $ECHO_N "checking for ctype.h... $ECHO_C" >&6; } 
     5702{ $as_echo "$as_me:$LINENO: checking for ctype.h" >&5 
     5703$as_echo_n "checking for ctype.h... " >&6; } 
    53675704if test "${ac_cv_header_ctype_h+set}" = set; then 
    5368   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5705  $as_echo_n "(cached) " >&6 
    53695706else 
    53705707  ac_cv_header_ctype_h=$ac_header_preproc 
    53715708fi 
    5372 { echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 
    5373 echo "${ECHO_T}$ac_cv_header_ctype_h" >&6; } 
     5709{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ctype_h" >&5 
     5710$as_echo "$ac_cv_header_ctype_h" >&6; } 
    53745711 
    53755712fi 
     
    53925729    *) 
    53935730        if test "${ac_cv_header_errno_h+set}" = set; then 
    5394   { echo "$as_me:$LINENO: checking for errno.h" >&5 
    5395 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 
     5731  { $as_echo "$as_me:$LINENO: checking for errno.h" >&5 
     5732$as_echo_n "checking for errno.h... " >&6; } 
    53965733if test "${ac_cv_header_errno_h+set}" = set; then 
    5397   echo $ECHO_N "(cached) $ECHO_C" >&6 
    5398 fi 
    5399 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 
    5400 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 
     5734  $as_echo_n "(cached) " >&6 
     5735fi 
     5736{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 
     5737$as_echo "$ac_cv_header_errno_h" >&6; } 
    54015738else 
    54025739  # Is the header compilable? 
    5403 { echo "$as_me:$LINENO: checking errno.h usability" >&5 
    5404 echo $ECHO_N "checking errno.h usability... $ECHO_C" >&6; } 
     5740{ $as_echo "$as_me:$LINENO: checking errno.h usability" >&5 
     5741$as_echo_n "checking errno.h usability... " >&6; } 
    54055742cat >conftest.$ac_ext <<_ACEOF 
    54065743/* confdefs.h.  */ 
     
    54185755  *) ac_try_echo=$ac_try;; 
    54195756esac 
    5420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5757eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5758$as_echo "$ac_try_echo") >&5 
    54215759  (eval "$ac_compile") 2>conftest.er1 
    54225760  ac_status=$? 
     
    54245762  rm -f conftest.er1 
    54255763  cat conftest.err >&5 
    5426   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5764  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    54275765  (exit $ac_status); } && { 
    54285766         test -z "$ac_c_werror_flag" || 
     
    54315769  ac_header_compiler=yes 
    54325770else 
    5433   echo "$as_me: failed program was:" >&5 
     5771  $as_echo "$as_me: failed program was:" >&5 
    54345772sed 's/^/| /' conftest.$ac_ext >&5 
    54355773 
     
    54385776 
    54395777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5440 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5441 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     5778{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5779$as_echo "$ac_header_compiler" >&6; } 
    54425780 
    54435781# Is the header present? 
    5444 { echo "$as_me:$LINENO: checking errno.h presence" >&5 
    5445 echo $ECHO_N "checking errno.h presence... $ECHO_C" >&6; } 
     5782{ $as_echo "$as_me:$LINENO: checking errno.h presence" >&5 
     5783$as_echo_n "checking errno.h presence... " >&6; } 
    54465784cat >conftest.$ac_ext <<_ACEOF 
    54475785/* confdefs.h.  */ 
     
    54575795  *) ac_try_echo=$ac_try;; 
    54585796esac 
    5459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5797eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5798$as_echo "$ac_try_echo") >&5 
    54605799  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    54615800  ac_status=$? 
     
    54635802  rm -f conftest.er1 
    54645803  cat conftest.err >&5 
    5465   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5804  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    54665805  (exit $ac_status); } >/dev/null && { 
    54675806         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    54705809  ac_header_preproc=yes 
    54715810else 
    5472   echo "$as_me: failed program was:" >&5 
     5811  $as_echo "$as_me: failed program was:" >&5 
    54735812sed 's/^/| /' conftest.$ac_ext >&5 
    54745813 
     
    54775816 
    54785817rm -f conftest.err conftest.$ac_ext 
    5479 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5480 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     5818{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5819$as_echo "$ac_header_preproc" >&6; } 
    54815820 
    54825821# So?  What about this header? 
    54835822case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    54845823  yes:no: ) 
    5485     { echo "$as_me:$LINENO: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    5486 echo "$as_me: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    5487     { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the compiler's result" >&5 
    5488 echo "$as_me: WARNING: errno.h: proceeding with the compiler's result" >&2;} 
     5824    { $as_echo "$as_me:$LINENO: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     5825$as_echo "$as_me: WARNING: errno.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     5826    { $as_echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the compiler's result" >&5 
     5827$as_echo "$as_me: WARNING: errno.h: proceeding with the compiler's result" >&2;} 
    54895828    ac_header_preproc=yes 
    54905829    ;; 
    54915830  no:yes:* ) 
    5492     { echo "$as_me:$LINENO: WARNING: errno.h: present but cannot be compiled" >&5 
    5493 echo "$as_me: WARNING: errno.h: present but cannot be compiled" >&2;} 
    5494     { echo "$as_me:$LINENO: WARNING: errno.h:     check for missing prerequisite headers?" >&5 
    5495 echo "$as_me: WARNING: errno.h:     check for missing prerequisite headers?" >&2;} 
    5496     { echo "$as_me:$LINENO: WARNING: errno.h: see the Autoconf documentation" >&5 
    5497 echo "$as_me: WARNING: errno.h: see the Autoconf documentation" >&2;} 
    5498     { echo "$as_me:$LINENO: WARNING: errno.h:     section \"Present But Cannot Be Compiled\"" >&5 
    5499 echo "$as_me: WARNING: errno.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    5500     { echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5 
    5501 echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;} 
    5502     { echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&5 
    5503 echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;} 
     5831    { $as_echo "$as_me:$LINENO: WARNING: errno.h: present but cannot be compiled" >&5 
     5832$as_echo "$as_me: WARNING: errno.h: present but cannot be compiled" >&2;} 
     5833    { $as_echo "$as_me:$LINENO: WARNING: errno.h:     check for missing prerequisite headers?" >&5 
     5834$as_echo "$as_me: WARNING: errno.h:     check for missing prerequisite headers?" >&2;} 
     5835    { $as_echo "$as_me:$LINENO: WARNING: errno.h: see the Autoconf documentation" >&5 
     5836$as_echo "$as_me: WARNING: errno.h: see the Autoconf documentation" >&2;} 
     5837    { $as_echo "$as_me:$LINENO: WARNING: errno.h:     section \"Present But Cannot Be Compiled\"" >&5 
     5838$as_echo "$as_me: WARNING: errno.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     5839    { $as_echo "$as_me:$LINENO: WARNING: errno.h: proceeding with the preprocessor's result" >&5 
     5840$as_echo "$as_me: WARNING: errno.h: proceeding with the preprocessor's result" >&2;} 
     5841    { $as_echo "$as_me:$LINENO: WARNING: errno.h: in the future, the compiler will take precedence" >&5 
     5842$as_echo "$as_me: WARNING: errno.h: in the future, the compiler will take precedence" >&2;} 
    55045843 
    55055844    ;; 
    55065845esac 
    5507 { echo "$as_me:$LINENO: checking for errno.h" >&5 
    5508 echo $ECHO_N "checking for errno.h... $ECHO_C" >&6; } 
     5846{ $as_echo "$as_me:$LINENO: checking for errno.h" >&5 
     5847$as_echo_n "checking for errno.h... " >&6; } 
    55095848if test "${ac_cv_header_errno_h+set}" = set; then 
    5510   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5849  $as_echo_n "(cached) " >&6 
    55115850else 
    55125851  ac_cv_header_errno_h=$ac_header_preproc 
    55135852fi 
    5514 { echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 
    5515 echo "${ECHO_T}$ac_cv_header_errno_h" >&6; } 
     5853{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_errno_h" >&5 
     5854$as_echo "$ac_cv_header_errno_h" >&6; } 
    55165855 
    55175856fi 
     
    55285867 
    55295868if test "${ac_cv_header_fcntl_h+set}" = set; then 
    5530   { echo "$as_me:$LINENO: checking for fcntl.h" >&5 
    5531 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; } 
     5869  { $as_echo "$as_me:$LINENO: checking for fcntl.h" >&5 
     5870$as_echo_n "checking for fcntl.h... " >&6; } 
    55325871if test "${ac_cv_header_fcntl_h+set}" = set; then 
    5533   echo $ECHO_N "(cached) $ECHO_C" >&6 
    5534 fi 
    5535 { echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 
    5536 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; } 
     5872  $as_echo_n "(cached) " >&6 
     5873fi 
     5874{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 
     5875$as_echo "$ac_cv_header_fcntl_h" >&6; } 
    55375876else 
    55385877  # Is the header compilable? 
    5539 { echo "$as_me:$LINENO: checking fcntl.h usability" >&5 
    5540 echo $ECHO_N "checking fcntl.h usability... $ECHO_C" >&6; } 
     5878{ $as_echo "$as_me:$LINENO: checking fcntl.h usability" >&5 
     5879$as_echo_n "checking fcntl.h usability... " >&6; } 
    55415880cat >conftest.$ac_ext <<_ACEOF 
    55425881/* confdefs.h.  */ 
     
    55545893  *) ac_try_echo=$ac_try;; 
    55555894esac 
    5556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5895eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5896$as_echo "$ac_try_echo") >&5 
    55575897  (eval "$ac_compile") 2>conftest.er1 
    55585898  ac_status=$? 
     
    55605900  rm -f conftest.er1 
    55615901  cat conftest.err >&5 
    5562   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5902  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    55635903  (exit $ac_status); } && { 
    55645904         test -z "$ac_c_werror_flag" || 
     
    55675907  ac_header_compiler=yes 
    55685908else 
    5569   echo "$as_me: failed program was:" >&5 
     5909  $as_echo "$as_me: failed program was:" >&5 
    55705910sed 's/^/| /' conftest.$ac_ext >&5 
    55715911 
     
    55745914 
    55755915rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5576 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5577 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     5916{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     5917$as_echo "$ac_header_compiler" >&6; } 
    55785918 
    55795919# Is the header present? 
    5580 { echo "$as_me:$LINENO: checking fcntl.h presence" >&5 
    5581 echo $ECHO_N "checking fcntl.h presence... $ECHO_C" >&6; } 
     5920{ $as_echo "$as_me:$LINENO: checking fcntl.h presence" >&5 
     5921$as_echo_n "checking fcntl.h presence... " >&6; } 
    55825922cat >conftest.$ac_ext <<_ACEOF 
    55835923/* confdefs.h.  */ 
     
    55935933  *) ac_try_echo=$ac_try;; 
    55945934esac 
    5595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     5935eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     5936$as_echo "$ac_try_echo") >&5 
    55965937  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    55975938  ac_status=$? 
     
    55995940  rm -f conftest.er1 
    56005941  cat conftest.err >&5 
    5601   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     5942  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    56025943  (exit $ac_status); } >/dev/null && { 
    56035944         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    56065947  ac_header_preproc=yes 
    56075948else 
    5608   echo "$as_me: failed program was:" >&5 
     5949  $as_echo "$as_me: failed program was:" >&5 
    56095950sed 's/^/| /' conftest.$ac_ext >&5 
    56105951 
     
    56135954 
    56145955rm -f conftest.err conftest.$ac_ext 
    5615 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5616 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     5956{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     5957$as_echo "$ac_header_preproc" >&6; } 
    56175958 
    56185959# So?  What about this header? 
    56195960case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    56205961  yes:no: ) 
    5621     { echo "$as_me:$LINENO: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    5622 echo "$as_me: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    5623     { echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the compiler's result" >&5 
    5624 echo "$as_me: WARNING: fcntl.h: proceeding with the compiler's result" >&2;} 
     5962    { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     5963$as_echo "$as_me: WARNING: fcntl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     5964    { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the compiler's result" >&5 
     5965$as_echo "$as_me: WARNING: fcntl.h: proceeding with the compiler's result" >&2;} 
    56255966    ac_header_preproc=yes 
    56265967    ;; 
    56275968  no:yes:* ) 
    5628     { echo "$as_me:$LINENO: WARNING: fcntl.h: present but cannot be compiled" >&5 
    5629 echo "$as_me: WARNING: fcntl.h: present but cannot be compiled" >&2;} 
    5630     { echo "$as_me:$LINENO: WARNING: fcntl.h:     check for missing prerequisite headers?" >&5 
    5631 echo "$as_me: WARNING: fcntl.h:     check for missing prerequisite headers?" >&2;} 
    5632     { echo "$as_me:$LINENO: WARNING: fcntl.h: see the Autoconf documentation" >&5 
    5633 echo "$as_me: WARNING: fcntl.h: see the Autoconf documentation" >&2;} 
    5634     { echo "$as_me:$LINENO: WARNING: fcntl.h:     section \"Present But Cannot Be Compiled\"" >&5 
    5635 echo "$as_me: WARNING: fcntl.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    5636     { echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the preprocessor's result" >&5 
    5637 echo "$as_me: WARNING: fcntl.h: proceeding with the preprocessor's result" >&2;} 
    5638     { echo "$as_me:$LINENO: WARNING: fcntl.h: in the future, the compiler will take precedence" >&5 
    5639 echo "$as_me: WARNING: fcntl.h: in the future, the compiler will take precedence" >&2;} 
     5969    { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: present but cannot be compiled" >&5 
     5970$as_echo "$as_me: WARNING: fcntl.h: present but cannot be compiled" >&2;} 
     5971    { $as_echo "$as_me:$LINENO: WARNING: fcntl.h:     check for missing prerequisite headers?" >&5 
     5972$as_echo "$as_me: WARNING: fcntl.h:     check for missing prerequisite headers?" >&2;} 
     5973    { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: see the Autoconf documentation" >&5 
     5974$as_echo "$as_me: WARNING: fcntl.h: see the Autoconf documentation" >&2;} 
     5975    { $as_echo "$as_me:$LINENO: WARNING: fcntl.h:     section \"Present But Cannot Be Compiled\"" >&5 
     5976$as_echo "$as_me: WARNING: fcntl.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     5977    { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: proceeding with the preprocessor's result" >&5 
     5978$as_echo "$as_me: WARNING: fcntl.h: proceeding with the preprocessor's result" >&2;} 
     5979    { $as_echo "$as_me:$LINENO: WARNING: fcntl.h: in the future, the compiler will take precedence" >&5 
     5980$as_echo "$as_me: WARNING: fcntl.h: in the future, the compiler will take precedence" >&2;} 
    56405981 
    56415982    ;; 
    56425983esac 
    5643 { echo "$as_me:$LINENO: checking for fcntl.h" >&5 
    5644 echo $ECHO_N "checking for fcntl.h... $ECHO_C" >&6; } 
     5984{ $as_echo "$as_me:$LINENO: checking for fcntl.h" >&5 
     5985$as_echo_n "checking for fcntl.h... " >&6; } 
    56455986if test "${ac_cv_header_fcntl_h+set}" = set; then 
    5646   echo $ECHO_N "(cached) $ECHO_C" >&6 
     5987  $as_echo_n "(cached) " >&6 
    56475988else 
    56485989  ac_cv_header_fcntl_h=$ac_header_preproc 
    56495990fi 
    5650 { echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 
    5651 echo "${ECHO_T}$ac_cv_header_fcntl_h" >&6; } 
     5991{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_fcntl_h" >&5 
     5992$as_echo "$ac_cv_header_fcntl_h" >&6; } 
    56525993 
    56535994fi 
     
    56616002 
    56626003if test "${ac_cv_header_linux_socket_h+set}" = set; then 
    5663   { echo "$as_me:$LINENO: checking for linux/socket.h" >&5 
    5664 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; } 
     6004  { $as_echo "$as_me:$LINENO: checking for linux/socket.h" >&5 
     6005$as_echo_n "checking for linux/socket.h... " >&6; } 
    56656006if test "${ac_cv_header_linux_socket_h+set}" = set; then 
    5666   echo $ECHO_N "(cached) $ECHO_C" >&6 
    5667 fi 
    5668 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 
    5669 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; } 
     6007  $as_echo_n "(cached) " >&6 
     6008fi 
     6009{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 
     6010$as_echo "$ac_cv_header_linux_socket_h" >&6; } 
    56706011else 
    56716012  # Is the header compilable? 
    5672 { echo "$as_me:$LINENO: checking linux/socket.h usability" >&5 
    5673 echo $ECHO_N "checking linux/socket.h usability... $ECHO_C" >&6; } 
     6013{ $as_echo "$as_me:$LINENO: checking linux/socket.h usability" >&5 
     6014$as_echo_n "checking linux/socket.h usability... " >&6; } 
    56746015cat >conftest.$ac_ext <<_ACEOF 
    56756016/* confdefs.h.  */ 
     
    56876028  *) ac_try_echo=$ac_try;; 
    56886029esac 
    5689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6030eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6031$as_echo "$ac_try_echo") >&5 
    56906032  (eval "$ac_compile") 2>conftest.er1 
    56916033  ac_status=$? 
     
    56936035  rm -f conftest.er1 
    56946036  cat conftest.err >&5 
    5695   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6037  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    56966038  (exit $ac_status); } && { 
    56976039         test -z "$ac_c_werror_flag" || 
     
    57006042  ac_header_compiler=yes 
    57016043else 
    5702   echo "$as_me: failed program was:" >&5 
     6044  $as_echo "$as_me: failed program was:" >&5 
    57036045sed 's/^/| /' conftest.$ac_ext >&5 
    57046046 
     
    57076049 
    57086050rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5709 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5710 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     6051{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6052$as_echo "$ac_header_compiler" >&6; } 
    57116053 
    57126054# Is the header present? 
    5713 { echo "$as_me:$LINENO: checking linux/socket.h presence" >&5 
    5714 echo $ECHO_N "checking linux/socket.h presence... $ECHO_C" >&6; } 
     6055{ $as_echo "$as_me:$LINENO: checking linux/socket.h presence" >&5 
     6056$as_echo_n "checking linux/socket.h presence... " >&6; } 
    57156057cat >conftest.$ac_ext <<_ACEOF 
    57166058/* confdefs.h.  */ 
     
    57266068  *) ac_try_echo=$ac_try;; 
    57276069esac 
    5728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6070eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6071$as_echo "$ac_try_echo") >&5 
    57296072  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    57306073  ac_status=$? 
     
    57326075  rm -f conftest.er1 
    57336076  cat conftest.err >&5 
    5734   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6077  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    57356078  (exit $ac_status); } >/dev/null && { 
    57366079         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    57396082  ac_header_preproc=yes 
    57406083else 
    5741   echo "$as_me: failed program was:" >&5 
     6084  $as_echo "$as_me: failed program was:" >&5 
    57426085sed 's/^/| /' conftest.$ac_ext >&5 
    57436086 
     
    57466089 
    57476090rm -f conftest.err conftest.$ac_ext 
    5748 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5749 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     6091{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6092$as_echo "$ac_header_preproc" >&6; } 
    57506093 
    57516094# So?  What about this header? 
    57526095case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    57536096  yes:no: ) 
    5754     { echo "$as_me:$LINENO: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    5755 echo "$as_me: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    5756     { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the compiler's result" >&5 
    5757 echo "$as_me: WARNING: linux/socket.h: proceeding with the compiler's result" >&2;} 
     6097    { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     6098$as_echo "$as_me: WARNING: linux/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     6099    { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the compiler's result" >&5 
     6100$as_echo "$as_me: WARNING: linux/socket.h: proceeding with the compiler's result" >&2;} 
    57586101    ac_header_preproc=yes 
    57596102    ;; 
    57606103  no:yes:* ) 
    5761     { echo "$as_me:$LINENO: WARNING: linux/socket.h: present but cannot be compiled" >&5 
    5762 echo "$as_me: WARNING: linux/socket.h: present but cannot be compiled" >&2;} 
    5763     { echo "$as_me:$LINENO: WARNING: linux/socket.h:     check for missing prerequisite headers?" >&5 
    5764 echo "$as_me: WARNING: linux/socket.h:     check for missing prerequisite headers?" >&2;} 
    5765     { echo "$as_me:$LINENO: WARNING: linux/socket.h: see the Autoconf documentation" >&5 
    5766 echo "$as_me: WARNING: linux/socket.h: see the Autoconf documentation" >&2;} 
    5767     { echo "$as_me:$LINENO: WARNING: linux/socket.h:     section \"Present But Cannot Be Compiled\"" >&5 
    5768 echo "$as_me: WARNING: linux/socket.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    5769     { echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&5 
    5770 echo "$as_me: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&2;} 
    5771     { echo "$as_me:$LINENO: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&5 
    5772 echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;} 
     6104    { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: present but cannot be compiled" >&5 
     6105$as_echo "$as_me: WARNING: linux/socket.h: present but cannot be compiled" >&2;} 
     6106    { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h:     check for missing prerequisite headers?" >&5 
     6107$as_echo "$as_me: WARNING: linux/socket.h:     check for missing prerequisite headers?" >&2;} 
     6108    { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: see the Autoconf documentation" >&5 
     6109$as_echo "$as_me: WARNING: linux/socket.h: see the Autoconf documentation" >&2;} 
     6110    { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h:     section \"Present But Cannot Be Compiled\"" >&5 
     6111$as_echo "$as_me: WARNING: linux/socket.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     6112    { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&5 
     6113$as_echo "$as_me: WARNING: linux/socket.h: proceeding with the preprocessor's result" >&2;} 
     6114    { $as_echo "$as_me:$LINENO: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&5 
     6115$as_echo "$as_me: WARNING: linux/socket.h: in the future, the compiler will take precedence" >&2;} 
    57736116 
    57746117    ;; 
    57756118esac 
    5776 { echo "$as_me:$LINENO: checking for linux/socket.h" >&5 
    5777 echo $ECHO_N "checking for linux/socket.h... $ECHO_C" >&6; } 
     6119{ $as_echo "$as_me:$LINENO: checking for linux/socket.h" >&5 
     6120$as_echo_n "checking for linux/socket.h... " >&6; } 
    57786121if test "${ac_cv_header_linux_socket_h+set}" = set; then 
    5779   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6122  $as_echo_n "(cached) " >&6 
    57806123else 
    57816124  ac_cv_header_linux_socket_h=$ac_header_preproc 
    57826125fi 
    5783 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 
    5784 echo "${ECHO_T}$ac_cv_header_linux_socket_h" >&6; } 
     6126{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_socket_h" >&5 
     6127$as_echo "$ac_cv_header_linux_socket_h" >&6; } 
    57856128 
    57866129fi 
     
    57946137 
    57956138if test "${ac_cv_header_malloc_h+set}" = set; then 
    5796   { echo "$as_me:$LINENO: checking for malloc.h" >&5 
    5797 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } 
     6139  { $as_echo "$as_me:$LINENO: checking for malloc.h" >&5 
     6140$as_echo_n "checking for malloc.h... " >&6; } 
    57986141if test "${ac_cv_header_malloc_h+set}" = set; then 
    5799   echo $ECHO_N "(cached) $ECHO_C" >&6 
    5800 fi 
    5801 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 
    5802 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } 
     6142  $as_echo_n "(cached) " >&6 
     6143fi 
     6144{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 
     6145$as_echo "$ac_cv_header_malloc_h" >&6; } 
    58036146else 
    58046147  # Is the header compilable? 
    5805 { echo "$as_me:$LINENO: checking malloc.h usability" >&5 
    5806 echo $ECHO_N "checking malloc.h usability... $ECHO_C" >&6; } 
     6148{ $as_echo "$as_me:$LINENO: checking malloc.h usability" >&5 
     6149$as_echo_n "checking malloc.h usability... " >&6; } 
    58076150cat >conftest.$ac_ext <<_ACEOF 
    58086151/* confdefs.h.  */ 
     
    58206163  *) ac_try_echo=$ac_try;; 
    58216164esac 
    5822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6165eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6166$as_echo "$ac_try_echo") >&5 
    58236167  (eval "$ac_compile") 2>conftest.er1 
    58246168  ac_status=$? 
     
    58266170  rm -f conftest.er1 
    58276171  cat conftest.err >&5 
    5828   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6172  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    58296173  (exit $ac_status); } && { 
    58306174         test -z "$ac_c_werror_flag" || 
     
    58336177  ac_header_compiler=yes 
    58346178else 
    5835   echo "$as_me: failed program was:" >&5 
     6179  $as_echo "$as_me: failed program was:" >&5 
    58366180sed 's/^/| /' conftest.$ac_ext >&5 
    58376181 
     
    58406184 
    58416185rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5842 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5843 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     6186{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6187$as_echo "$ac_header_compiler" >&6; } 
    58446188 
    58456189# Is the header present? 
    5846 { echo "$as_me:$LINENO: checking malloc.h presence" >&5 
    5847 echo $ECHO_N "checking malloc.h presence... $ECHO_C" >&6; } 
     6190{ $as_echo "$as_me:$LINENO: checking malloc.h presence" >&5 
     6191$as_echo_n "checking malloc.h presence... " >&6; } 
    58486192cat >conftest.$ac_ext <<_ACEOF 
    58496193/* confdefs.h.  */ 
     
    58596203  *) ac_try_echo=$ac_try;; 
    58606204esac 
    5861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6205eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6206$as_echo "$ac_try_echo") >&5 
    58626207  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    58636208  ac_status=$? 
     
    58656210  rm -f conftest.er1 
    58666211  cat conftest.err >&5 
    5867   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6212  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    58686213  (exit $ac_status); } >/dev/null && { 
    58696214         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    58726217  ac_header_preproc=yes 
    58736218else 
    5874   echo "$as_me: failed program was:" >&5 
     6219  $as_echo "$as_me: failed program was:" >&5 
    58756220sed 's/^/| /' conftest.$ac_ext >&5 
    58766221 
     
    58796224 
    58806225rm -f conftest.err conftest.$ac_ext 
    5881 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    5882 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     6226{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6227$as_echo "$ac_header_preproc" >&6; } 
    58836228 
    58846229# So?  What about this header? 
    58856230case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    58866231  yes:no: ) 
    5887     { echo "$as_me:$LINENO: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    5888 echo "$as_me: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    5889     { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the compiler's result" >&5 
    5890 echo "$as_me: WARNING: malloc.h: proceeding with the compiler's result" >&2;} 
     6232    { $as_echo "$as_me:$LINENO: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     6233$as_echo "$as_me: WARNING: malloc.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     6234    { $as_echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the compiler's result" >&5 
     6235$as_echo "$as_me: WARNING: malloc.h: proceeding with the compiler's result" >&2;} 
    58916236    ac_header_preproc=yes 
    58926237    ;; 
    58936238  no:yes:* ) 
    5894     { echo "$as_me:$LINENO: WARNING: malloc.h: present but cannot be compiled" >&5 
    5895 echo "$as_me: WARNING: malloc.h: present but cannot be compiled" >&2;} 
    5896     { echo "$as_me:$LINENO: WARNING: malloc.h:     check for missing prerequisite headers?" >&5 
    5897 echo "$as_me: WARNING: malloc.h:     check for missing prerequisite headers?" >&2;} 
    5898     { echo "$as_me:$LINENO: WARNING: malloc.h: see the Autoconf documentation" >&5 
    5899 echo "$as_me: WARNING: malloc.h: see the Autoconf documentation" >&2;} 
    5900     { echo "$as_me:$LINENO: WARNING: malloc.h:     section \"Present But Cannot Be Compiled\"" >&5 
    5901 echo "$as_me: WARNING: malloc.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    5902     { echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&5 
    5903 echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} 
    5904     { echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 
    5905 echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} 
     6239    { $as_echo "$as_me:$LINENO: WARNING: malloc.h: present but cannot be compiled" >&5 
     6240$as_echo "$as_me: WARNING: malloc.h: present but cannot be compiled" >&2;} 
     6241    { $as_echo "$as_me:$LINENO: WARNING: malloc.h:     check for missing prerequisite headers?" >&5 
     6242$as_echo "$as_me: WARNING: malloc.h:     check for missing prerequisite headers?" >&2;} 
     6243    { $as_echo "$as_me:$LINENO: WARNING: malloc.h: see the Autoconf documentation" >&5 
     6244$as_echo "$as_me: WARNING: malloc.h: see the Autoconf documentation" >&2;} 
     6245    { $as_echo "$as_me:$LINENO: WARNING: malloc.h:     section \"Present But Cannot Be Compiled\"" >&5 
     6246$as_echo "$as_me: WARNING: malloc.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     6247    { $as_echo "$as_me:$LINENO: WARNING: malloc.h: proceeding with the preprocessor's result" >&5 
     6248$as_echo "$as_me: WARNING: malloc.h: proceeding with the preprocessor's result" >&2;} 
     6249    { $as_echo "$as_me:$LINENO: WARNING: malloc.h: in the future, the compiler will take precedence" >&5 
     6250$as_echo "$as_me: WARNING: malloc.h: in the future, the compiler will take precedence" >&2;} 
    59066251 
    59076252    ;; 
    59086253esac 
    5909 { echo "$as_me:$LINENO: checking for malloc.h" >&5 
    5910 echo $ECHO_N "checking for malloc.h... $ECHO_C" >&6; } 
     6254{ $as_echo "$as_me:$LINENO: checking for malloc.h" >&5 
     6255$as_echo_n "checking for malloc.h... " >&6; } 
    59116256if test "${ac_cv_header_malloc_h+set}" = set; then 
    5912   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6257  $as_echo_n "(cached) " >&6 
    59136258else 
    59146259  ac_cv_header_malloc_h=$ac_header_preproc 
    59156260fi 
    5916 { echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 
    5917 echo "${ECHO_T}$ac_cv_header_malloc_h" >&6; } 
     6261{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_malloc_h" >&5 
     6262$as_echo "$ac_cv_header_malloc_h" >&6; } 
    59186263 
    59196264fi 
     
    59276272 
    59286273if test "${ac_cv_header_netdb_h+set}" = set; then 
    5929   { echo "$as_me:$LINENO: checking for netdb.h" >&5 
    5930 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; } 
     6274  { $as_echo "$as_me:$LINENO: checking for netdb.h" >&5 
     6275$as_echo_n "checking for netdb.h... " >&6; } 
    59316276if test "${ac_cv_header_netdb_h+set}" = set; then 
    5932   echo $ECHO_N "(cached) $ECHO_C" >&6 
    5933 fi 
    5934 { echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 
    5935 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; } 
     6277  $as_echo_n "(cached) " >&6 
     6278fi 
     6279{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 
     6280$as_echo "$ac_cv_header_netdb_h" >&6; } 
    59366281else 
    59376282  # Is the header compilable? 
    5938 { echo "$as_me:$LINENO: checking netdb.h usability" >&5 
    5939 echo $ECHO_N "checking netdb.h usability... $ECHO_C" >&6; } 
     6283{ $as_echo "$as_me:$LINENO: checking netdb.h usability" >&5 
     6284$as_echo_n "checking netdb.h usability... " >&6; } 
    59406285cat >conftest.$ac_ext <<_ACEOF 
    59416286/* confdefs.h.  */ 
     
    59536298  *) ac_try_echo=$ac_try;; 
    59546299esac 
    5955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6300eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6301$as_echo "$ac_try_echo") >&5 
    59566302  (eval "$ac_compile") 2>conftest.er1 
    59576303  ac_status=$? 
     
    59596305  rm -f conftest.er1 
    59606306  cat conftest.err >&5 
    5961   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6307  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    59626308  (exit $ac_status); } && { 
    59636309         test -z "$ac_c_werror_flag" || 
     
    59666312  ac_header_compiler=yes 
    59676313else 
    5968   echo "$as_me: failed program was:" >&5 
     6314  $as_echo "$as_me: failed program was:" >&5 
    59696315sed 's/^/| /' conftest.$ac_ext >&5 
    59706316 
     
    59736319 
    59746320rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    5975 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    5976 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     6321{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6322$as_echo "$ac_header_compiler" >&6; } 
    59776323 
    59786324# Is the header present? 
    5979 { echo "$as_me:$LINENO: checking netdb.h presence" >&5 
    5980 echo $ECHO_N "checking netdb.h presence... $ECHO_C" >&6; } 
     6325{ $as_echo "$as_me:$LINENO: checking netdb.h presence" >&5 
     6326$as_echo_n "checking netdb.h presence... " >&6; } 
    59816327cat >conftest.$ac_ext <<_ACEOF 
    59826328/* confdefs.h.  */ 
     
    59926338  *) ac_try_echo=$ac_try;; 
    59936339esac 
    5994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6340eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6341$as_echo "$ac_try_echo") >&5 
    59956342  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    59966343  ac_status=$? 
     
    59986345  rm -f conftest.er1 
    59996346  cat conftest.err >&5 
    6000   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6347  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    60016348  (exit $ac_status); } >/dev/null && { 
    60026349         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    60056352  ac_header_preproc=yes 
    60066353else 
    6007   echo "$as_me: failed program was:" >&5 
     6354  $as_echo "$as_me: failed program was:" >&5 
    60086355sed 's/^/| /' conftest.$ac_ext >&5 
    60096356 
     
    60126359 
    60136360rm -f conftest.err conftest.$ac_ext 
    6014 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6015 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     6361{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6362$as_echo "$ac_header_preproc" >&6; } 
    60166363 
    60176364# So?  What about this header? 
    60186365case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    60196366  yes:no: ) 
    6020     { echo "$as_me:$LINENO: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    6021 echo "$as_me: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    6022     { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the compiler's result" >&5 
    6023 echo "$as_me: WARNING: netdb.h: proceeding with the compiler's result" >&2;} 
     6367    { $as_echo "$as_me:$LINENO: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     6368$as_echo "$as_me: WARNING: netdb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     6369    { $as_echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the compiler's result" >&5 
     6370$as_echo "$as_me: WARNING: netdb.h: proceeding with the compiler's result" >&2;} 
    60246371    ac_header_preproc=yes 
    60256372    ;; 
    60266373  no:yes:* ) 
    6027     { echo "$as_me:$LINENO: WARNING: netdb.h: present but cannot be compiled" >&5 
    6028 echo "$as_me: WARNING: netdb.h: present but cannot be compiled" >&2;} 
    6029     { echo "$as_me:$LINENO: WARNING: netdb.h:     check for missing prerequisite headers?" >&5 
    6030 echo "$as_me: WARNING: netdb.h:     check for missing prerequisite headers?" >&2;} 
    6031     { echo "$as_me:$LINENO: WARNING: netdb.h: see the Autoconf documentation" >&5 
    6032 echo "$as_me: WARNING: netdb.h: see the Autoconf documentation" >&2;} 
    6033     { echo "$as_me:$LINENO: WARNING: netdb.h:     section \"Present But Cannot Be Compiled\"" >&5 
    6034 echo "$as_me: WARNING: netdb.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    6035     { echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the preprocessor's result" >&5 
    6036 echo "$as_me: WARNING: netdb.h: proceeding with the preprocessor's result" >&2;} 
    6037     { echo "$as_me:$LINENO: WARNING: netdb.h: in the future, the compiler will take precedence" >&5 
    6038 echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;} 
     6374    { $as_echo "$as_me:$LINENO: WARNING: netdb.h: present but cannot be compiled" >&5 
     6375$as_echo "$as_me: WARNING: netdb.h: present but cannot be compiled" >&2;} 
     6376    { $as_echo "$as_me:$LINENO: WARNING: netdb.h:     check for missing prerequisite headers?" >&5 
     6377$as_echo "$as_me: WARNING: netdb.h:     check for missing prerequisite headers?" >&2;} 
     6378    { $as_echo "$as_me:$LINENO: WARNING: netdb.h: see the Autoconf documentation" >&5 
     6379$as_echo "$as_me: WARNING: netdb.h: see the Autoconf documentation" >&2;} 
     6380    { $as_echo "$as_me:$LINENO: WARNING: netdb.h:     section \"Present But Cannot Be Compiled\"" >&5 
     6381$as_echo "$as_me: WARNING: netdb.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     6382    { $as_echo "$as_me:$LINENO: WARNING: netdb.h: proceeding with the preprocessor's result" >&5 
     6383$as_echo "$as_me: WARNING: netdb.h: proceeding with the preprocessor's result" >&2;} 
     6384    { $as_echo "$as_me:$LINENO: WARNING: netdb.h: in the future, the compiler will take precedence" >&5 
     6385$as_echo "$as_me: WARNING: netdb.h: in the future, the compiler will take precedence" >&2;} 
    60396386 
    60406387    ;; 
    60416388esac 
    6042 { echo "$as_me:$LINENO: checking for netdb.h" >&5 
    6043 echo $ECHO_N "checking for netdb.h... $ECHO_C" >&6; } 
     6389{ $as_echo "$as_me:$LINENO: checking for netdb.h" >&5 
     6390$as_echo_n "checking for netdb.h... " >&6; } 
    60446391if test "${ac_cv_header_netdb_h+set}" = set; then 
    6045   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6392  $as_echo_n "(cached) " >&6 
    60466393else 
    60476394  ac_cv_header_netdb_h=$ac_header_preproc 
    60486395fi 
    6049 { echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 
    6050 echo "${ECHO_T}$ac_cv_header_netdb_h" >&6; } 
     6396{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netdb_h" >&5 
     6397$as_echo "$ac_cv_header_netdb_h" >&6; } 
    60516398 
    60526399fi 
     
    60606407 
    60616408if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 
    6062   { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 
    6063 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; } 
     6409  { $as_echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 
     6410$as_echo_n "checking for netinet/in_systm.h... " >&6; } 
    60646411if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 
    6065   echo $ECHO_N "(cached) $ECHO_C" >&6 
    6066 fi 
    6067 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 
    6068 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; } 
     6412  $as_echo_n "(cached) " >&6 
     6413fi 
     6414{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 
     6415$as_echo "$ac_cv_header_netinet_in_systm_h" >&6; } 
    60696416else 
    60706417  # Is the header compilable? 
    6071 { echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&5 
    6072 echo $ECHO_N "checking netinet/in_systm.h usability... $ECHO_C" >&6; } 
     6418{ $as_echo "$as_me:$LINENO: checking netinet/in_systm.h usability" >&5 
     6419$as_echo_n "checking netinet/in_systm.h usability... " >&6; } 
    60736420cat >conftest.$ac_ext <<_ACEOF 
    60746421/* confdefs.h.  */ 
     
    60866433  *) ac_try_echo=$ac_try;; 
    60876434esac 
    6088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6435eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6436$as_echo "$ac_try_echo") >&5 
    60896437  (eval "$ac_compile") 2>conftest.er1 
    60906438  ac_status=$? 
     
    60926440  rm -f conftest.er1 
    60936441  cat conftest.err >&5 
    6094   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6442  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    60956443  (exit $ac_status); } && { 
    60966444         test -z "$ac_c_werror_flag" || 
     
    60996447  ac_header_compiler=yes 
    61006448else 
    6101   echo "$as_me: failed program was:" >&5 
     6449  $as_echo "$as_me: failed program was:" >&5 
    61026450sed 's/^/| /' conftest.$ac_ext >&5 
    61036451 
     
    61066454 
    61076455rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    6108 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6109 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     6456{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6457$as_echo "$ac_header_compiler" >&6; } 
    61106458 
    61116459# Is the header present? 
    6112 { echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&5 
    6113 echo $ECHO_N "checking netinet/in_systm.h presence... $ECHO_C" >&6; } 
     6460{ $as_echo "$as_me:$LINENO: checking netinet/in_systm.h presence" >&5 
     6461$as_echo_n "checking netinet/in_systm.h presence... " >&6; } 
    61146462cat >conftest.$ac_ext <<_ACEOF 
    61156463/* confdefs.h.  */ 
     
    61256473  *) ac_try_echo=$ac_try;; 
    61266474esac 
    6127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6475eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6476$as_echo "$ac_try_echo") >&5 
    61286477  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    61296478  ac_status=$? 
     
    61316480  rm -f conftest.er1 
    61326481  cat conftest.err >&5 
    6133   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6482  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    61346483  (exit $ac_status); } >/dev/null && { 
    61356484         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    61386487  ac_header_preproc=yes 
    61396488else 
    6140   echo "$as_me: failed program was:" >&5 
     6489  $as_echo "$as_me: failed program was:" >&5 
    61416490sed 's/^/| /' conftest.$ac_ext >&5 
    61426491 
     
    61456494 
    61466495rm -f conftest.err conftest.$ac_ext 
    6147 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6148 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     6496{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6497$as_echo "$ac_header_preproc" >&6; } 
    61496498 
    61506499# So?  What about this header? 
    61516500case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    61526501  yes:no: ) 
    6153     { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    6154 echo "$as_me: WARNING: netinet/in_systm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    6155     { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: proceeding with the compiler's result" >&5 
    6156 echo "$as_me: WARNING: netinet/in_systm.h: proceeding with the compiler's result" >&2;} 
     6502    { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     6503$as_echo "$as_me: WARNING: netinet/in_systm.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     6504    { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: proceeding with the compiler's result" >&5 
     6505$as_echo "$as_me: WARNING: netinet/in_systm.h: proceeding with the compiler's result" >&2;} 
    61576506    ac_header_preproc=yes 
    61586507    ;; 
    61596508  no:yes:* ) 
    6160     { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: present but cannot be compiled" >&5 
    6161 echo "$as_me: WARNING: netinet/in_systm.h: present but cannot be compiled" >&2;} 
    6162     { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h:     check for missing prerequisite headers?" >&5 
    6163 echo "$as_me: WARNING: netinet/in_systm.h:     check for missing prerequisite headers?" >&2;} 
    6164     { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: see the Autoconf documentation" >&5 
    6165 echo "$as_me: WARNING: netinet/in_systm.h: see the Autoconf documentation" >&2;} 
    6166     { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h:     section \"Present But Cannot Be Compiled\"" >&5 
    6167 echo "$as_me: WARNING: netinet/in_systm.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    6168     { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result" >&5 
    6169 echo "$as_me: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result" >&2;} 
    6170     { echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&5 
    6171 echo "$as_me: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&2;} 
     6509    { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: present but cannot be compiled" >&5 
     6510$as_echo "$as_me: WARNING: netinet/in_systm.h: present but cannot be compiled" >&2;} 
     6511    { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h:     check for missing prerequisite headers?" >&5 
     6512$as_echo "$as_me: WARNING: netinet/in_systm.h:     check for missing prerequisite headers?" >&2;} 
     6513    { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: see the Autoconf documentation" >&5 
     6514$as_echo "$as_me: WARNING: netinet/in_systm.h: see the Autoconf documentation" >&2;} 
     6515    { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h:     section \"Present But Cannot Be Compiled\"" >&5 
     6516$as_echo "$as_me: WARNING: netinet/in_systm.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     6517    { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result" >&5 
     6518$as_echo "$as_me: WARNING: netinet/in_systm.h: proceeding with the preprocessor's result" >&2;} 
     6519    { $as_echo "$as_me:$LINENO: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&5 
     6520$as_echo "$as_me: WARNING: netinet/in_systm.h: in the future, the compiler will take precedence" >&2;} 
    61726521 
    61736522    ;; 
    61746523esac 
    6175 { echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 
    6176 echo $ECHO_N "checking for netinet/in_systm.h... $ECHO_C" >&6; } 
     6524{ $as_echo "$as_me:$LINENO: checking for netinet/in_systm.h" >&5 
     6525$as_echo_n "checking for netinet/in_systm.h... " >&6; } 
    61776526if test "${ac_cv_header_netinet_in_systm_h+set}" = set; then 
    6178   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6527  $as_echo_n "(cached) " >&6 
    61796528else 
    61806529  ac_cv_header_netinet_in_systm_h=$ac_header_preproc 
    61816530fi 
    6182 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 
    6183 echo "${ECHO_T}$ac_cv_header_netinet_in_systm_h" >&6; } 
     6531{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_systm_h" >&5 
     6532$as_echo "$ac_cv_header_netinet_in_systm_h" >&6; } 
    61846533 
    61856534fi 
     
    61936542 
    61946543if test "${ac_cv_header_netinet_in_h+set}" = set; then 
    6195   { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 
    6196 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 
     6544  { $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5 
     6545$as_echo_n "checking for netinet/in.h... " >&6; } 
    61976546if test "${ac_cv_header_netinet_in_h+set}" = set; then 
    6198   echo $ECHO_N "(cached) $ECHO_C" >&6 
    6199 fi 
    6200 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 
    6201 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 
     6547  $as_echo_n "(cached) " >&6 
     6548fi 
     6549{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 
     6550$as_echo "$ac_cv_header_netinet_in_h" >&6; } 
    62026551else 
    62036552  # Is the header compilable? 
    6204 { echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 
    6205 echo $ECHO_N "checking netinet/in.h usability... $ECHO_C" >&6; } 
     6553{ $as_echo "$as_me:$LINENO: checking netinet/in.h usability" >&5 
     6554$as_echo_n "checking netinet/in.h usability... " >&6; } 
    62066555cat >conftest.$ac_ext <<_ACEOF 
    62076556/* confdefs.h.  */ 
     
    62196568  *) ac_try_echo=$ac_try;; 
    62206569esac 
    6221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6570eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6571$as_echo "$ac_try_echo") >&5 
    62226572  (eval "$ac_compile") 2>conftest.er1 
    62236573  ac_status=$? 
     
    62256575  rm -f conftest.er1 
    62266576  cat conftest.err >&5 
    6227   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6577  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    62286578  (exit $ac_status); } && { 
    62296579         test -z "$ac_c_werror_flag" || 
     
    62326582  ac_header_compiler=yes 
    62336583else 
    6234   echo "$as_me: failed program was:" >&5 
     6584  $as_echo "$as_me: failed program was:" >&5 
    62356585sed 's/^/| /' conftest.$ac_ext >&5 
    62366586 
     
    62396589 
    62406590rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    6241 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6242 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     6591{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6592$as_echo "$ac_header_compiler" >&6; } 
    62436593 
    62446594# Is the header present? 
    6245 { echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 
    6246 echo $ECHO_N "checking netinet/in.h presence... $ECHO_C" >&6; } 
     6595{ $as_echo "$as_me:$LINENO: checking netinet/in.h presence" >&5 
     6596$as_echo_n "checking netinet/in.h presence... " >&6; } 
    62476597cat >conftest.$ac_ext <<_ACEOF 
    62486598/* confdefs.h.  */ 
     
    62586608  *) ac_try_echo=$ac_try;; 
    62596609esac 
    6260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6610eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6611$as_echo "$ac_try_echo") >&5 
    62616612  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    62626613  ac_status=$? 
     
    62646615  rm -f conftest.er1 
    62656616  cat conftest.err >&5 
    6266   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6617  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    62676618  (exit $ac_status); } >/dev/null && { 
    62686619         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    62716622  ac_header_preproc=yes 
    62726623else 
    6273   echo "$as_me: failed program was:" >&5 
     6624  $as_echo "$as_me: failed program was:" >&5 
    62746625sed 's/^/| /' conftest.$ac_ext >&5 
    62756626 
     
    62786629 
    62796630rm -f conftest.err conftest.$ac_ext 
    6280 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6281 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     6631{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6632$as_echo "$ac_header_preproc" >&6; } 
    62826633 
    62836634# So?  What about this header? 
    62846635case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    62856636  yes:no: ) 
    6286     { echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    6287 echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    6288     { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 
    6289 echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 
     6637    { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     6638$as_echo "$as_me: WARNING: netinet/in.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     6639    { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the compiler's result" >&5 
     6640$as_echo "$as_me: WARNING: netinet/in.h: proceeding with the compiler's result" >&2;} 
    62906641    ac_header_preproc=yes 
    62916642    ;; 
    62926643  no:yes:* ) 
    6293     { echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 
    6294 echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 
    6295     { echo "$as_me:$LINENO: WARNING: netinet/in.h:     check for missing prerequisite headers?" >&5 
    6296 echo "$as_me: WARNING: netinet/in.h:     check for missing prerequisite headers?" >&2;} 
    6297     { echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 
    6298 echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} 
    6299     { echo "$as_me:$LINENO: WARNING: netinet/in.h:     section \"Present But Cannot Be Compiled\"" >&5 
    6300 echo "$as_me: WARNING: netinet/in.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    6301     { echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 
    6302 echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 
    6303     { echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 
    6304 echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 
     6644    { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: present but cannot be compiled" >&5 
     6645$as_echo "$as_me: WARNING: netinet/in.h: present but cannot be compiled" >&2;} 
     6646    { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h:     check for missing prerequisite headers?" >&5 
     6647$as_echo "$as_me: WARNING: netinet/in.h:     check for missing prerequisite headers?" >&2;} 
     6648    { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: see the Autoconf documentation" >&5 
     6649$as_echo "$as_me: WARNING: netinet/in.h: see the Autoconf documentation" >&2;} 
     6650    { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h:     section \"Present But Cannot Be Compiled\"" >&5 
     6651$as_echo "$as_me: WARNING: netinet/in.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     6652    { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&5 
     6653$as_echo "$as_me: WARNING: netinet/in.h: proceeding with the preprocessor's result" >&2;} 
     6654    { $as_echo "$as_me:$LINENO: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&5 
     6655$as_echo "$as_me: WARNING: netinet/in.h: in the future, the compiler will take precedence" >&2;} 
    63056656 
    63066657    ;; 
    63076658esac 
    6308 { echo "$as_me:$LINENO: checking for netinet/in.h" >&5 
    6309 echo $ECHO_N "checking for netinet/in.h... $ECHO_C" >&6; } 
     6659{ $as_echo "$as_me:$LINENO: checking for netinet/in.h" >&5 
     6660$as_echo_n "checking for netinet/in.h... " >&6; } 
    63106661if test "${ac_cv_header_netinet_in_h+set}" = set; then 
    6311   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6662  $as_echo_n "(cached) " >&6 
    63126663else 
    63136664  ac_cv_header_netinet_in_h=$ac_header_preproc 
    63146665fi 
    6315 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 
    6316 echo "${ECHO_T}$ac_cv_header_netinet_in_h" >&6; } 
     6666{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_in_h" >&5 
     6667$as_echo "$ac_cv_header_netinet_in_h" >&6; } 
    63176668 
    63186669fi 
     
    63256676 
    63266677 
    6327 { echo "$as_me:$LINENO: checking for netinet/ip.h" >&5 
    6328 echo $ECHO_N "checking for netinet/ip.h... $ECHO_C" >&6; } 
     6678{ $as_echo "$as_me:$LINENO: checking for netinet/ip.h" >&5 
     6679$as_echo_n "checking for netinet/ip.h... " >&6; } 
    63296680if test "${ac_cv_header_netinet_ip_h+set}" = set; then 
    6330   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6681  $as_echo_n "(cached) " >&6 
    63316682else 
    63326683  cat >conftest.$ac_ext <<_ACEOF 
     
    63366687cat >>conftest.$ac_ext <<_ACEOF 
    63376688/* end confdefs.h.  */ 
    6338 #if PJ_HAS_NETINET_IN_SYSTM_H 
     6689#if PJ_HAS_SYS_TYPES_H 
     6690                  #     include <sys/types.h> 
     6691                  #endif 
     6692                  #if PJ_HAS_NETINET_IN_SYSTM_H 
    63396693                  #     include <netinet/in_systm.h> 
    63406694                  #endif 
     6695                  #if PJ_HAS_NETINET_IN_H 
     6696                  #     include <netinet/in.h> 
     6697                  #endif 
    63416698 
    63426699 
     
    63496706  *) ac_try_echo=$ac_try;; 
    63506707esac 
    6351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6708eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6709$as_echo "$ac_try_echo") >&5 
    63526710  (eval "$ac_compile") 2>conftest.er1 
    63536711  ac_status=$? 
     
    63556713  rm -f conftest.er1 
    63566714  cat conftest.err >&5 
    6357   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6715  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    63586716  (exit $ac_status); } && { 
    63596717         test -z "$ac_c_werror_flag" || 
     
    63626720  ac_cv_header_netinet_ip_h=yes 
    63636721else 
    6364   echo "$as_me: failed program was:" >&5 
     6722  $as_echo "$as_me: failed program was:" >&5 
    63656723sed 's/^/| /' conftest.$ac_ext >&5 
    63666724 
     
    63706728rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    63716729fi 
    6372 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 
    6373 echo "${ECHO_T}$ac_cv_header_netinet_ip_h" >&6; } 
     6730{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_ip_h" >&5 
     6731$as_echo "$ac_cv_header_netinet_ip_h" >&6; } 
    63746732if test $ac_cv_header_netinet_ip_h = yes; then 
    63756733  cat >>confdefs.h <<\_ACEOF 
     
    63816739 
    63826740if test "${ac_cv_header_netinet_tcp_h+set}" = set; then 
    6383   { echo "$as_me:$LINENO: checking for netinet/tcp.h" >&5 
    6384 echo $ECHO_N "checking for netinet/tcp.h... $ECHO_C" >&6; } 
     6741  { $as_echo "$as_me:$LINENO: checking for netinet/tcp.h" >&5 
     6742$as_echo_n "checking for netinet/tcp.h... " >&6; } 
    63856743if test "${ac_cv_header_netinet_tcp_h+set}" = set; then 
    6386   echo $ECHO_N "(cached) $ECHO_C" >&6 
    6387 fi 
    6388 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_tcp_h" >&5 
    6389 echo "${ECHO_T}$ac_cv_header_netinet_tcp_h" >&6; } 
     6744  $as_echo_n "(cached) " >&6 
     6745fi 
     6746{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_tcp_h" >&5 
     6747$as_echo "$ac_cv_header_netinet_tcp_h" >&6; } 
    63906748else 
    63916749  # Is the header compilable? 
    6392 { echo "$as_me:$LINENO: checking netinet/tcp.h usability" >&5 
    6393 echo $ECHO_N "checking netinet/tcp.h usability... $ECHO_C" >&6; } 
     6750{ $as_echo "$as_me:$LINENO: checking netinet/tcp.h usability" >&5 
     6751$as_echo_n "checking netinet/tcp.h usability... " >&6; } 
    63946752cat >conftest.$ac_ext <<_ACEOF 
    63956753/* confdefs.h.  */ 
     
    64076765  *) ac_try_echo=$ac_try;; 
    64086766esac 
    6409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6767eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6768$as_echo "$ac_try_echo") >&5 
    64106769  (eval "$ac_compile") 2>conftest.er1 
    64116770  ac_status=$? 
     
    64136772  rm -f conftest.er1 
    64146773  cat conftest.err >&5 
    6415   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6774  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    64166775  (exit $ac_status); } && { 
    64176776         test -z "$ac_c_werror_flag" || 
     
    64206779  ac_header_compiler=yes 
    64216780else 
    6422   echo "$as_me: failed program was:" >&5 
     6781  $as_echo "$as_me: failed program was:" >&5 
    64236782sed 's/^/| /' conftest.$ac_ext >&5 
    64246783 
     
    64276786 
    64286787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    6429 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6430 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     6788{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6789$as_echo "$ac_header_compiler" >&6; } 
    64316790 
    64326791# Is the header present? 
    6433 { echo "$as_me:$LINENO: checking netinet/tcp.h presence" >&5 
    6434 echo $ECHO_N "checking netinet/tcp.h presence... $ECHO_C" >&6; } 
     6792{ $as_echo "$as_me:$LINENO: checking netinet/tcp.h presence" >&5 
     6793$as_echo_n "checking netinet/tcp.h presence... " >&6; } 
    64356794cat >conftest.$ac_ext <<_ACEOF 
    64366795/* confdefs.h.  */ 
     
    64466805  *) ac_try_echo=$ac_try;; 
    64476806esac 
    6448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6807eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6808$as_echo "$ac_try_echo") >&5 
    64496809  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    64506810  ac_status=$? 
     
    64526812  rm -f conftest.er1 
    64536813  cat conftest.err >&5 
    6454   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6814  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    64556815  (exit $ac_status); } >/dev/null && { 
    64566816         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    64596819  ac_header_preproc=yes 
    64606820else 
    6461   echo "$as_me: failed program was:" >&5 
     6821  $as_echo "$as_me: failed program was:" >&5 
    64626822sed 's/^/| /' conftest.$ac_ext >&5 
    64636823 
     
    64666826 
    64676827rm -f conftest.err conftest.$ac_ext 
    6468 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6469 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     6828{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6829$as_echo "$ac_header_preproc" >&6; } 
    64706830 
    64716831# So?  What about this header? 
    64726832case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    64736833  yes:no: ) 
    6474     { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    6475 echo "$as_me: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    6476     { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: proceeding with the compiler's result" >&5 
    6477 echo "$as_me: WARNING: netinet/tcp.h: proceeding with the compiler's result" >&2;} 
     6834    { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     6835$as_echo "$as_me: WARNING: netinet/tcp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     6836    { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: proceeding with the compiler's result" >&5 
     6837$as_echo "$as_me: WARNING: netinet/tcp.h: proceeding with the compiler's result" >&2;} 
    64786838    ac_header_preproc=yes 
    64796839    ;; 
    64806840  no:yes:* ) 
    6481     { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: present but cannot be compiled" >&5 
    6482 echo "$as_me: WARNING: netinet/tcp.h: present but cannot be compiled" >&2;} 
    6483     { echo "$as_me:$LINENO: WARNING: netinet/tcp.h:     check for missing prerequisite headers?" >&5 
    6484 echo "$as_me: WARNING: netinet/tcp.h:     check for missing prerequisite headers?" >&2;} 
    6485     { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: see the Autoconf documentation" >&5 
    6486 echo "$as_me: WARNING: netinet/tcp.h: see the Autoconf documentation" >&2;} 
    6487     { echo "$as_me:$LINENO: WARNING: netinet/tcp.h:     section \"Present But Cannot Be Compiled\"" >&5 
    6488 echo "$as_me: WARNING: netinet/tcp.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    6489     { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: proceeding with the preprocessor's result" >&5 
    6490 echo "$as_me: WARNING: netinet/tcp.h: proceeding with the preprocessor's result" >&2;} 
    6491     { echo "$as_me:$LINENO: WARNING: netinet/tcp.h: in the future, the compiler will take precedence" >&5 
    6492 echo "$as_me: WARNING: netinet/tcp.h: in the future, the compiler will take precedence" >&2;} 
     6841    { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: present but cannot be compiled" >&5 
     6842$as_echo "$as_me: WARNING: netinet/tcp.h: present but cannot be compiled" >&2;} 
     6843    { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h:     check for missing prerequisite headers?" >&5 
     6844$as_echo "$as_me: WARNING: netinet/tcp.h:     check for missing prerequisite headers?" >&2;} 
     6845    { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: see the Autoconf documentation" >&5 
     6846$as_echo "$as_me: WARNING: netinet/tcp.h: see the Autoconf documentation" >&2;} 
     6847    { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h:     section \"Present But Cannot Be Compiled\"" >&5 
     6848$as_echo "$as_me: WARNING: netinet/tcp.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     6849    { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: proceeding with the preprocessor's result" >&5 
     6850$as_echo "$as_me: WARNING: netinet/tcp.h: proceeding with the preprocessor's result" >&2;} 
     6851    { $as_echo "$as_me:$LINENO: WARNING: netinet/tcp.h: in the future, the compiler will take precedence" >&5 
     6852$as_echo "$as_me: WARNING: netinet/tcp.h: in the future, the compiler will take precedence" >&2;} 
    64936853 
    64946854    ;; 
    64956855esac 
    6496 { echo "$as_me:$LINENO: checking for netinet/tcp.h" >&5 
    6497 echo $ECHO_N "checking for netinet/tcp.h... $ECHO_C" >&6; } 
     6856{ $as_echo "$as_me:$LINENO: checking for netinet/tcp.h" >&5 
     6857$as_echo_n "checking for netinet/tcp.h... " >&6; } 
    64986858if test "${ac_cv_header_netinet_tcp_h+set}" = set; then 
    6499   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6859  $as_echo_n "(cached) " >&6 
    65006860else 
    65016861  ac_cv_header_netinet_tcp_h=$ac_header_preproc 
    65026862fi 
    6503 { echo "$as_me:$LINENO: result: $ac_cv_header_netinet_tcp_h" >&5 
    6504 echo "${ECHO_T}$ac_cv_header_netinet_tcp_h" >&6; } 
     6863{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_netinet_tcp_h" >&5 
     6864$as_echo "$ac_cv_header_netinet_tcp_h" >&6; } 
    65056865 
    65066866fi 
     
    65146874 
    65156875if test "${ac_cv_header_ifaddrs_h+set}" = set; then 
    6516   { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 
    6517 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } 
     6876  { $as_echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 
     6877$as_echo_n "checking for ifaddrs.h... " >&6; } 
    65186878if test "${ac_cv_header_ifaddrs_h+set}" = set; then 
    6519   echo $ECHO_N "(cached) $ECHO_C" >&6 
    6520 fi 
    6521 { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 
    6522 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } 
     6879  $as_echo_n "(cached) " >&6 
     6880fi 
     6881{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 
     6882$as_echo "$ac_cv_header_ifaddrs_h" >&6; } 
    65236883else 
    65246884  # Is the header compilable? 
    6525 { echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 
    6526 echo $ECHO_N "checking ifaddrs.h usability... $ECHO_C" >&6; } 
     6885{ $as_echo "$as_me:$LINENO: checking ifaddrs.h usability" >&5 
     6886$as_echo_n "checking ifaddrs.h usability... " >&6; } 
    65276887cat >conftest.$ac_ext <<_ACEOF 
    65286888/* confdefs.h.  */ 
     
    65406900  *) ac_try_echo=$ac_try;; 
    65416901esac 
    6542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6902eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6903$as_echo "$ac_try_echo") >&5 
    65436904  (eval "$ac_compile") 2>conftest.er1 
    65446905  ac_status=$? 
     
    65466907  rm -f conftest.er1 
    65476908  cat conftest.err >&5 
    6548   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6909  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    65496910  (exit $ac_status); } && { 
    65506911         test -z "$ac_c_werror_flag" || 
     
    65536914  ac_header_compiler=yes 
    65546915else 
    6555   echo "$as_me: failed program was:" >&5 
     6916  $as_echo "$as_me: failed program was:" >&5 
    65566917sed 's/^/| /' conftest.$ac_ext >&5 
    65576918 
     
    65606921 
    65616922rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    6562 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6563 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     6923{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     6924$as_echo "$ac_header_compiler" >&6; } 
    65646925 
    65656926# Is the header present? 
    6566 { echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 
    6567 echo $ECHO_N "checking ifaddrs.h presence... $ECHO_C" >&6; } 
     6927{ $as_echo "$as_me:$LINENO: checking ifaddrs.h presence" >&5 
     6928$as_echo_n "checking ifaddrs.h presence... " >&6; } 
    65686929cat >conftest.$ac_ext <<_ACEOF 
    65696930/* confdefs.h.  */ 
     
    65796940  *) ac_try_echo=$ac_try;; 
    65806941esac 
    6581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     6942eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     6943$as_echo "$ac_try_echo") >&5 
    65826944  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    65836945  ac_status=$? 
     
    65856947  rm -f conftest.er1 
    65866948  cat conftest.err >&5 
    6587   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     6949  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    65886950  (exit $ac_status); } >/dev/null && { 
    65896951         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    65926954  ac_header_preproc=yes 
    65936955else 
    6594   echo "$as_me: failed program was:" >&5 
     6956  $as_echo "$as_me: failed program was:" >&5 
    65956957sed 's/^/| /' conftest.$ac_ext >&5 
    65966958 
     
    65996961 
    66006962rm -f conftest.err conftest.$ac_ext 
    6601 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6602 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     6963{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     6964$as_echo "$ac_header_preproc" >&6; } 
    66036965 
    66046966# So?  What about this header? 
    66056967case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    66066968  yes:no: ) 
    6607     { echo "$as_me:$LINENO: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    6608 echo "$as_me: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    6609     { echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the compiler's result" >&5 
    6610 echo "$as_me: WARNING: ifaddrs.h: proceeding with the compiler's result" >&2;} 
     6969    { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     6970$as_echo "$as_me: WARNING: ifaddrs.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     6971    { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the compiler's result" >&5 
     6972$as_echo "$as_me: WARNING: ifaddrs.h: proceeding with the compiler's result" >&2;} 
    66116973    ac_header_preproc=yes 
    66126974    ;; 
    66136975  no:yes:* ) 
    6614     { echo "$as_me:$LINENO: WARNING: ifaddrs.h: present but cannot be compiled" >&5 
    6615 echo "$as_me: WARNING: ifaddrs.h: present but cannot be compiled" >&2;} 
    6616     { echo "$as_me:$LINENO: WARNING: ifaddrs.h:     check for missing prerequisite headers?" >&5 
    6617 echo "$as_me: WARNING: ifaddrs.h:     check for missing prerequisite headers?" >&2;} 
    6618     { echo "$as_me:$LINENO: WARNING: ifaddrs.h: see the Autoconf documentation" >&5 
    6619 echo "$as_me: WARNING: ifaddrs.h: see the Autoconf documentation" >&2;} 
    6620     { echo "$as_me:$LINENO: WARNING: ifaddrs.h:     section \"Present But Cannot Be Compiled\"" >&5 
    6621 echo "$as_me: WARNING: ifaddrs.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    6622     { echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&5 
    6623 echo "$as_me: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&2;} 
    6624     { echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5 
    6625 echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;} 
     6976    { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: present but cannot be compiled" >&5 
     6977$as_echo "$as_me: WARNING: ifaddrs.h: present but cannot be compiled" >&2;} 
     6978    { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h:     check for missing prerequisite headers?" >&5 
     6979$as_echo "$as_me: WARNING: ifaddrs.h:     check for missing prerequisite headers?" >&2;} 
     6980    { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: see the Autoconf documentation" >&5 
     6981$as_echo "$as_me: WARNING: ifaddrs.h: see the Autoconf documentation" >&2;} 
     6982    { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h:     section \"Present But Cannot Be Compiled\"" >&5 
     6983$as_echo "$as_me: WARNING: ifaddrs.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     6984    { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&5 
     6985$as_echo "$as_me: WARNING: ifaddrs.h: proceeding with the preprocessor's result" >&2;} 
     6986    { $as_echo "$as_me:$LINENO: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&5 
     6987$as_echo "$as_me: WARNING: ifaddrs.h: in the future, the compiler will take precedence" >&2;} 
    66266988 
    66276989    ;; 
    66286990esac 
    6629 { echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 
    6630 echo $ECHO_N "checking for ifaddrs.h... $ECHO_C" >&6; } 
     6991{ $as_echo "$as_me:$LINENO: checking for ifaddrs.h" >&5 
     6992$as_echo_n "checking for ifaddrs.h... " >&6; } 
    66316993if test "${ac_cv_header_ifaddrs_h+set}" = set; then 
    6632   echo $ECHO_N "(cached) $ECHO_C" >&6 
     6994  $as_echo_n "(cached) " >&6 
    66336995else 
    66346996  ac_cv_header_ifaddrs_h=$ac_header_preproc 
    66356997fi 
    6636 { echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 
    6637 echo "${ECHO_T}$ac_cv_header_ifaddrs_h" >&6; } 
     6998{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ifaddrs_h" >&5 
     6999$as_echo "$ac_cv_header_ifaddrs_h" >&6; } 
    66387000 
    66397001fi 
     
    66477009 
    66487010if test "${ac_cv_header_semaphore_h+set}" = set; then 
    6649   { echo "$as_me:$LINENO: checking for semaphore.h" >&5 
    6650 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; } 
     7011  { $as_echo "$as_me:$LINENO: checking for semaphore.h" >&5 
     7012$as_echo_n "checking for semaphore.h... " >&6; } 
    66517013if test "${ac_cv_header_semaphore_h+set}" = set; then 
    6652   echo $ECHO_N "(cached) $ECHO_C" >&6 
    6653 fi 
    6654 { echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 
    6655 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; } 
     7014  $as_echo_n "(cached) " >&6 
     7015fi 
     7016{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 
     7017$as_echo "$ac_cv_header_semaphore_h" >&6; } 
    66567018else 
    66577019  # Is the header compilable? 
    6658 { echo "$as_me:$LINENO: checking semaphore.h usability" >&5 
    6659 echo $ECHO_N "checking semaphore.h usability... $ECHO_C" >&6; } 
     7020{ $as_echo "$as_me:$LINENO: checking semaphore.h usability" >&5 
     7021$as_echo_n "checking semaphore.h usability... " >&6; } 
    66607022cat >conftest.$ac_ext <<_ACEOF 
    66617023/* confdefs.h.  */ 
     
    66737035  *) ac_try_echo=$ac_try;; 
    66747036esac 
    6675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7037eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7038$as_echo "$ac_try_echo") >&5 
    66767039  (eval "$ac_compile") 2>conftest.er1 
    66777040  ac_status=$? 
     
    66797042  rm -f conftest.er1 
    66807043  cat conftest.err >&5 
    6681   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7044  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    66827045  (exit $ac_status); } && { 
    66837046         test -z "$ac_c_werror_flag" || 
     
    66867049  ac_header_compiler=yes 
    66877050else 
    6688   echo "$as_me: failed program was:" >&5 
     7051  $as_echo "$as_me: failed program was:" >&5 
    66897052sed 's/^/| /' conftest.$ac_ext >&5 
    66907053 
     
    66937056 
    66947057rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    6695 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6696 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     7058{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7059$as_echo "$ac_header_compiler" >&6; } 
    66977060 
    66987061# Is the header present? 
    6699 { echo "$as_me:$LINENO: checking semaphore.h presence" >&5 
    6700 echo $ECHO_N "checking semaphore.h presence... $ECHO_C" >&6; } 
     7062{ $as_echo "$as_me:$LINENO: checking semaphore.h presence" >&5 
     7063$as_echo_n "checking semaphore.h presence... " >&6; } 
    67017064cat >conftest.$ac_ext <<_ACEOF 
    67027065/* confdefs.h.  */ 
     
    67127075  *) ac_try_echo=$ac_try;; 
    67137076esac 
    6714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7077eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7078$as_echo "$ac_try_echo") >&5 
    67157079  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    67167080  ac_status=$? 
     
    67187082  rm -f conftest.er1 
    67197083  cat conftest.err >&5 
    6720   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7084  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    67217085  (exit $ac_status); } >/dev/null && { 
    67227086         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    67257089  ac_header_preproc=yes 
    67267090else 
    6727   echo "$as_me: failed program was:" >&5 
     7091  $as_echo "$as_me: failed program was:" >&5 
    67287092sed 's/^/| /' conftest.$ac_ext >&5 
    67297093 
     
    67327096 
    67337097rm -f conftest.err conftest.$ac_ext 
    6734 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6735 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     7098{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7099$as_echo "$ac_header_preproc" >&6; } 
    67367100 
    67377101# So?  What about this header? 
    67387102case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    67397103  yes:no: ) 
    6740     { echo "$as_me:$LINENO: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    6741 echo "$as_me: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    6742     { echo "$as_me:$LINENO: WARNING: semaphore.h: proceeding with the compiler's result" >&5 
    6743 echo "$as_me: WARNING: semaphore.h: proceeding with the compiler's result" >&2;} 
     7104    { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     7105$as_echo "$as_me: WARNING: semaphore.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     7106    { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: proceeding with the compiler's result" >&5 
     7107$as_echo "$as_me: WARNING: semaphore.h: proceeding with the compiler's result" >&2;} 
    67447108    ac_header_preproc=yes 
    67457109    ;; 
    67467110  no:yes:* ) 
    6747     { echo "$as_me:$LINENO: WARNING: semaphore.h: present but cannot be compiled" >&5 
    6748 echo "$as_me: WARNING: semaphore.h: present but cannot be compiled" >&2;} 
    6749     { echo "$as_me:$LINENO: WARNING: semaphore.h:     check for missing prerequisite headers?" >&5 
    6750 echo "$as_me: WARNING: semaphore.h:     check for missing prerequisite headers?" >&2;} 
    6751     { echo "$as_me:$LINENO: WARNING: semaphore.h: see the Autoconf documentation" >&5 
    6752 echo "$as_me: WARNING: semaphore.h: see the Autoconf documentation" >&2;} 
    6753     { echo "$as_me:$LINENO: WARNING: semaphore.h:     section \"Present But Cannot Be Compiled\"" >&5 
    6754 echo "$as_me: WARNING: semaphore.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    6755     { echo "$as_me:$LINENO: WARNING: semaphore.h: proceeding with the preprocessor's result" >&5 
    6756 echo "$as_me: WARNING: semaphore.h: proceeding with the preprocessor's result" >&2;} 
    6757     { echo "$as_me:$LINENO: WARNING: semaphore.h: in the future, the compiler will take precedence" >&5 
    6758 echo "$as_me: WARNING: semaphore.h: in the future, the compiler will take precedence" >&2;} 
     7111    { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: present but cannot be compiled" >&5 
     7112$as_echo "$as_me: WARNING: semaphore.h: present but cannot be compiled" >&2;} 
     7113    { $as_echo "$as_me:$LINENO: WARNING: semaphore.h:     check for missing prerequisite headers?" >&5 
     7114$as_echo "$as_me: WARNING: semaphore.h:     check for missing prerequisite headers?" >&2;} 
     7115    { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: see the Autoconf documentation" >&5 
     7116$as_echo "$as_me: WARNING: semaphore.h: see the Autoconf documentation" >&2;} 
     7117    { $as_echo "$as_me:$LINENO: WARNING: semaphore.h:     section \"Present But Cannot Be Compiled\"" >&5 
     7118$as_echo "$as_me: WARNING: semaphore.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     7119    { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: proceeding with the preprocessor's result" >&5 
     7120$as_echo "$as_me: WARNING: semaphore.h: proceeding with the preprocessor's result" >&2;} 
     7121    { $as_echo "$as_me:$LINENO: WARNING: semaphore.h: in the future, the compiler will take precedence" >&5 
     7122$as_echo "$as_me: WARNING: semaphore.h: in the future, the compiler will take precedence" >&2;} 
    67597123 
    67607124    ;; 
    67617125esac 
    6762 { echo "$as_me:$LINENO: checking for semaphore.h" >&5 
    6763 echo $ECHO_N "checking for semaphore.h... $ECHO_C" >&6; } 
     7126{ $as_echo "$as_me:$LINENO: checking for semaphore.h" >&5 
     7127$as_echo_n "checking for semaphore.h... " >&6; } 
    67647128if test "${ac_cv_header_semaphore_h+set}" = set; then 
    6765   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7129  $as_echo_n "(cached) " >&6 
    67667130else 
    67677131  ac_cv_header_semaphore_h=$ac_header_preproc 
    67687132fi 
    6769 { echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 
    6770 echo "${ECHO_T}$ac_cv_header_semaphore_h" >&6; } 
     7133{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_semaphore_h" >&5 
     7134$as_echo "$ac_cv_header_semaphore_h" >&6; } 
    67717135 
    67727136fi 
     
    67807144 
    67817145if test "${ac_cv_header_setjmp_h+set}" = set; then 
    6782   { echo "$as_me:$LINENO: checking for setjmp.h" >&5 
    6783 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; } 
     7146  { $as_echo "$as_me:$LINENO: checking for setjmp.h" >&5 
     7147$as_echo_n "checking for setjmp.h... " >&6; } 
    67847148if test "${ac_cv_header_setjmp_h+set}" = set; then 
    6785   echo $ECHO_N "(cached) $ECHO_C" >&6 
    6786 fi 
    6787 { echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 
    6788 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; } 
     7149  $as_echo_n "(cached) " >&6 
     7150fi 
     7151{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 
     7152$as_echo "$ac_cv_header_setjmp_h" >&6; } 
    67897153else 
    67907154  # Is the header compilable? 
    6791 { echo "$as_me:$LINENO: checking setjmp.h usability" >&5 
    6792 echo $ECHO_N "checking setjmp.h usability... $ECHO_C" >&6; } 
     7155{ $as_echo "$as_me:$LINENO: checking setjmp.h usability" >&5 
     7156$as_echo_n "checking setjmp.h usability... " >&6; } 
    67937157cat >conftest.$ac_ext <<_ACEOF 
    67947158/* confdefs.h.  */ 
     
    68067170  *) ac_try_echo=$ac_try;; 
    68077171esac 
    6808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7172eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7173$as_echo "$ac_try_echo") >&5 
    68097174  (eval "$ac_compile") 2>conftest.er1 
    68107175  ac_status=$? 
     
    68127177  rm -f conftest.er1 
    68137178  cat conftest.err >&5 
    6814   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7179  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    68157180  (exit $ac_status); } && { 
    68167181         test -z "$ac_c_werror_flag" || 
     
    68197184  ac_header_compiler=yes 
    68207185else 
    6821   echo "$as_me: failed program was:" >&5 
     7186  $as_echo "$as_me: failed program was:" >&5 
    68227187sed 's/^/| /' conftest.$ac_ext >&5 
    68237188 
     
    68267191 
    68277192rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    6828 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6829 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     7193{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7194$as_echo "$ac_header_compiler" >&6; } 
    68307195 
    68317196# Is the header present? 
    6832 { echo "$as_me:$LINENO: checking setjmp.h presence" >&5 
    6833 echo $ECHO_N "checking setjmp.h presence... $ECHO_C" >&6; } 
     7197{ $as_echo "$as_me:$LINENO: checking setjmp.h presence" >&5 
     7198$as_echo_n "checking setjmp.h presence... " >&6; } 
    68347199cat >conftest.$ac_ext <<_ACEOF 
    68357200/* confdefs.h.  */ 
     
    68457210  *) ac_try_echo=$ac_try;; 
    68467211esac 
    6847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7212eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7213$as_echo "$ac_try_echo") >&5 
    68487214  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    68497215  ac_status=$? 
     
    68517217  rm -f conftest.er1 
    68527218  cat conftest.err >&5 
    6853   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7219  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    68547220  (exit $ac_status); } >/dev/null && { 
    68557221         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    68587224  ac_header_preproc=yes 
    68597225else 
    6860   echo "$as_me: failed program was:" >&5 
     7226  $as_echo "$as_me: failed program was:" >&5 
    68617227sed 's/^/| /' conftest.$ac_ext >&5 
    68627228 
     
    68657231 
    68667232rm -f conftest.err conftest.$ac_ext 
    6867 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    6868 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     7233{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7234$as_echo "$ac_header_preproc" >&6; } 
    68697235 
    68707236# So?  What about this header? 
    68717237case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    68727238  yes:no: ) 
    6873     { echo "$as_me:$LINENO: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    6874 echo "$as_me: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    6875     { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the compiler's result" >&5 
    6876 echo "$as_me: WARNING: setjmp.h: proceeding with the compiler's result" >&2;} 
     7239    { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     7240$as_echo "$as_me: WARNING: setjmp.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     7241    { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the compiler's result" >&5 
     7242$as_echo "$as_me: WARNING: setjmp.h: proceeding with the compiler's result" >&2;} 
    68777243    ac_header_preproc=yes 
    68787244    ;; 
    68797245  no:yes:* ) 
    6880     { echo "$as_me:$LINENO: WARNING: setjmp.h: present but cannot be compiled" >&5 
    6881 echo "$as_me: WARNING: setjmp.h: present but cannot be compiled" >&2;} 
    6882     { echo "$as_me:$LINENO: WARNING: setjmp.h:     check for missing prerequisite headers?" >&5 
    6883 echo "$as_me: WARNING: setjmp.h:     check for missing prerequisite headers?" >&2;} 
    6884     { echo "$as_me:$LINENO: WARNING: setjmp.h: see the Autoconf documentation" >&5 
    6885 echo "$as_me: WARNING: setjmp.h: see the Autoconf documentation" >&2;} 
    6886     { echo "$as_me:$LINENO: WARNING: setjmp.h:     section \"Present But Cannot Be Compiled\"" >&5 
    6887 echo "$as_me: WARNING: setjmp.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    6888     { echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the preprocessor's result" >&5 
    6889 echo "$as_me: WARNING: setjmp.h: proceeding with the preprocessor's result" >&2;} 
    6890     { echo "$as_me:$LINENO: WARNING: setjmp.h: in the future, the compiler will take precedence" >&5 
    6891 echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;} 
     7246    { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: present but cannot be compiled" >&5 
     7247$as_echo "$as_me: WARNING: setjmp.h: present but cannot be compiled" >&2;} 
     7248    { $as_echo "$as_me:$LINENO: WARNING: setjmp.h:     check for missing prerequisite headers?" >&5 
     7249$as_echo "$as_me: WARNING: setjmp.h:     check for missing prerequisite headers?" >&2;} 
     7250    { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: see the Autoconf documentation" >&5 
     7251$as_echo "$as_me: WARNING: setjmp.h: see the Autoconf documentation" >&2;} 
     7252    { $as_echo "$as_me:$LINENO: WARNING: setjmp.h:     section \"Present But Cannot Be Compiled\"" >&5 
     7253$as_echo "$as_me: WARNING: setjmp.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     7254    { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: proceeding with the preprocessor's result" >&5 
     7255$as_echo "$as_me: WARNING: setjmp.h: proceeding with the preprocessor's result" >&2;} 
     7256    { $as_echo "$as_me:$LINENO: WARNING: setjmp.h: in the future, the compiler will take precedence" >&5 
     7257$as_echo "$as_me: WARNING: setjmp.h: in the future, the compiler will take precedence" >&2;} 
    68927258 
    68937259    ;; 
    68947260esac 
    6895 { echo "$as_me:$LINENO: checking for setjmp.h" >&5 
    6896 echo $ECHO_N "checking for setjmp.h... $ECHO_C" >&6; } 
     7261{ $as_echo "$as_me:$LINENO: checking for setjmp.h" >&5 
     7262$as_echo_n "checking for setjmp.h... " >&6; } 
    68977263if test "${ac_cv_header_setjmp_h+set}" = set; then 
    6898   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7264  $as_echo_n "(cached) " >&6 
    68997265else 
    69007266  ac_cv_header_setjmp_h=$ac_header_preproc 
    69017267fi 
    6902 { echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 
    6903 echo "${ECHO_T}$ac_cv_header_setjmp_h" >&6; } 
     7268{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_setjmp_h" >&5 
     7269$as_echo "$ac_cv_header_setjmp_h" >&6; } 
    69047270 
    69057271fi 
     
    69137279 
    69147280if test "${ac_cv_header_stdarg_h+set}" = set; then 
    6915   { echo "$as_me:$LINENO: checking for stdarg.h" >&5 
    6916 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; } 
     7281  { $as_echo "$as_me:$LINENO: checking for stdarg.h" >&5 
     7282$as_echo_n "checking for stdarg.h... " >&6; } 
    69177283if test "${ac_cv_header_stdarg_h+set}" = set; then 
    6918   echo $ECHO_N "(cached) $ECHO_C" >&6 
    6919 fi 
    6920 { echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 
    6921 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; } 
     7284  $as_echo_n "(cached) " >&6 
     7285fi 
     7286{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 
     7287$as_echo "$ac_cv_header_stdarg_h" >&6; } 
    69227288else 
    69237289  # Is the header compilable? 
    6924 { echo "$as_me:$LINENO: checking stdarg.h usability" >&5 
    6925 echo $ECHO_N "checking stdarg.h usability... $ECHO_C" >&6; } 
     7290{ $as_echo "$as_me:$LINENO: checking stdarg.h usability" >&5 
     7291$as_echo_n "checking stdarg.h usability... " >&6; } 
    69267292cat >conftest.$ac_ext <<_ACEOF 
    69277293/* confdefs.h.  */ 
     
    69397305  *) ac_try_echo=$ac_try;; 
    69407306esac 
    6941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7307eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7308$as_echo "$ac_try_echo") >&5 
    69427309  (eval "$ac_compile") 2>conftest.er1 
    69437310  ac_status=$? 
     
    69457312  rm -f conftest.er1 
    69467313  cat conftest.err >&5 
    6947   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7314  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    69487315  (exit $ac_status); } && { 
    69497316         test -z "$ac_c_werror_flag" || 
     
    69527319  ac_header_compiler=yes 
    69537320else 
    6954   echo "$as_me: failed program was:" >&5 
     7321  $as_echo "$as_me: failed program was:" >&5 
    69557322sed 's/^/| /' conftest.$ac_ext >&5 
    69567323 
     
    69597326 
    69607327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    6961 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    6962 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     7328{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7329$as_echo "$ac_header_compiler" >&6; } 
    69637330 
    69647331# Is the header present? 
    6965 { echo "$as_me:$LINENO: checking stdarg.h presence" >&5 
    6966 echo $ECHO_N "checking stdarg.h presence... $ECHO_C" >&6; } 
     7332{ $as_echo "$as_me:$LINENO: checking stdarg.h presence" >&5 
     7333$as_echo_n "checking stdarg.h presence... " >&6; } 
    69677334cat >conftest.$ac_ext <<_ACEOF 
    69687335/* confdefs.h.  */ 
     
    69787345  *) ac_try_echo=$ac_try;; 
    69797346esac 
    6980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7347eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7348$as_echo "$ac_try_echo") >&5 
    69817349  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    69827350  ac_status=$? 
     
    69847352  rm -f conftest.er1 
    69857353  cat conftest.err >&5 
    6986   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7354  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    69877355  (exit $ac_status); } >/dev/null && { 
    69887356         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    69917359  ac_header_preproc=yes 
    69927360else 
    6993   echo "$as_me: failed program was:" >&5 
     7361  $as_echo "$as_me: failed program was:" >&5 
    69947362sed 's/^/| /' conftest.$ac_ext >&5 
    69957363 
     
    69987366 
    69997367rm -f conftest.err conftest.$ac_ext 
    7000 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7001 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     7368{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7369$as_echo "$ac_header_preproc" >&6; } 
    70027370 
    70037371# So?  What about this header? 
    70047372case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    70057373  yes:no: ) 
    7006     { echo "$as_me:$LINENO: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    7007 echo "$as_me: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    7008     { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the compiler's result" >&5 
    7009 echo "$as_me: WARNING: stdarg.h: proceeding with the compiler's result" >&2;} 
     7374    { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     7375$as_echo "$as_me: WARNING: stdarg.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     7376    { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the compiler's result" >&5 
     7377$as_echo "$as_me: WARNING: stdarg.h: proceeding with the compiler's result" >&2;} 
    70107378    ac_header_preproc=yes 
    70117379    ;; 
    70127380  no:yes:* ) 
    7013     { echo "$as_me:$LINENO: WARNING: stdarg.h: present but cannot be compiled" >&5 
    7014 echo "$as_me: WARNING: stdarg.h: present but cannot be compiled" >&2;} 
    7015     { echo "$as_me:$LINENO: WARNING: stdarg.h:     check for missing prerequisite headers?" >&5 
    7016 echo "$as_me: WARNING: stdarg.h:     check for missing prerequisite headers?" >&2;} 
    7017     { echo "$as_me:$LINENO: WARNING: stdarg.h: see the Autoconf documentation" >&5 
    7018 echo "$as_me: WARNING: stdarg.h: see the Autoconf documentation" >&2;} 
    7019     { echo "$as_me:$LINENO: WARNING: stdarg.h:     section \"Present But Cannot Be Compiled\"" >&5 
    7020 echo "$as_me: WARNING: stdarg.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    7021     { echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&5 
    7022 echo "$as_me: WARNING: stdarg.h: proceeding with the preprocessor's result" >&2;} 
    7023     { echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&5 
    7024 echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;} 
     7381    { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: present but cannot be compiled" >&5 
     7382$as_echo "$as_me: WARNING: stdarg.h: present but cannot be compiled" >&2;} 
     7383    { $as_echo "$as_me:$LINENO: WARNING: stdarg.h:     check for missing prerequisite headers?" >&5 
     7384$as_echo "$as_me: WARNING: stdarg.h:     check for missing prerequisite headers?" >&2;} 
     7385    { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: see the Autoconf documentation" >&5 
     7386$as_echo "$as_me: WARNING: stdarg.h: see the Autoconf documentation" >&2;} 
     7387    { $as_echo "$as_me:$LINENO: WARNING: stdarg.h:     section \"Present But Cannot Be Compiled\"" >&5 
     7388$as_echo "$as_me: WARNING: stdarg.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     7389    { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: proceeding with the preprocessor's result" >&5 
     7390$as_echo "$as_me: WARNING: stdarg.h: proceeding with the preprocessor's result" >&2;} 
     7391    { $as_echo "$as_me:$LINENO: WARNING: stdarg.h: in the future, the compiler will take precedence" >&5 
     7392$as_echo "$as_me: WARNING: stdarg.h: in the future, the compiler will take precedence" >&2;} 
    70257393 
    70267394    ;; 
    70277395esac 
    7028 { echo "$as_me:$LINENO: checking for stdarg.h" >&5 
    7029 echo $ECHO_N "checking for stdarg.h... $ECHO_C" >&6; } 
     7396{ $as_echo "$as_me:$LINENO: checking for stdarg.h" >&5 
     7397$as_echo_n "checking for stdarg.h... " >&6; } 
    70307398if test "${ac_cv_header_stdarg_h+set}" = set; then 
    7031   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7399  $as_echo_n "(cached) " >&6 
    70327400else 
    70337401  ac_cv_header_stdarg_h=$ac_header_preproc 
    70347402fi 
    7035 { echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 
    7036 echo "${ECHO_T}$ac_cv_header_stdarg_h" >&6; } 
     7403{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdarg_h" >&5 
     7404$as_echo "$ac_cv_header_stdarg_h" >&6; } 
    70377405 
    70387406fi 
     
    70467414 
    70477415if test "${ac_cv_header_stddef_h+set}" = set; then 
    7048   { echo "$as_me:$LINENO: checking for stddef.h" >&5 
    7049 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; } 
     7416  { $as_echo "$as_me:$LINENO: checking for stddef.h" >&5 
     7417$as_echo_n "checking for stddef.h... " >&6; } 
    70507418if test "${ac_cv_header_stddef_h+set}" = set; then 
    7051   echo $ECHO_N "(cached) $ECHO_C" >&6 
    7052 fi 
    7053 { echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 
    7054 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; } 
     7419  $as_echo_n "(cached) " >&6 
     7420fi 
     7421{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 
     7422$as_echo "$ac_cv_header_stddef_h" >&6; } 
    70557423else 
    70567424  # Is the header compilable? 
    7057 { echo "$as_me:$LINENO: checking stddef.h usability" >&5 
    7058 echo $ECHO_N "checking stddef.h usability... $ECHO_C" >&6; } 
     7425{ $as_echo "$as_me:$LINENO: checking stddef.h usability" >&5 
     7426$as_echo_n "checking stddef.h usability... " >&6; } 
    70597427cat >conftest.$ac_ext <<_ACEOF 
    70607428/* confdefs.h.  */ 
     
    70727440  *) ac_try_echo=$ac_try;; 
    70737441esac 
    7074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7442eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7443$as_echo "$ac_try_echo") >&5 
    70757444  (eval "$ac_compile") 2>conftest.er1 
    70767445  ac_status=$? 
     
    70787447  rm -f conftest.er1 
    70797448  cat conftest.err >&5 
    7080   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7449  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    70817450  (exit $ac_status); } && { 
    70827451         test -z "$ac_c_werror_flag" || 
     
    70857454  ac_header_compiler=yes 
    70867455else 
    7087   echo "$as_me: failed program was:" >&5 
     7456  $as_echo "$as_me: failed program was:" >&5 
    70887457sed 's/^/| /' conftest.$ac_ext >&5 
    70897458 
     
    70927461 
    70937462rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    7094 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7095 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     7463{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7464$as_echo "$ac_header_compiler" >&6; } 
    70967465 
    70977466# Is the header present? 
    7098 { echo "$as_me:$LINENO: checking stddef.h presence" >&5 
    7099 echo $ECHO_N "checking stddef.h presence... $ECHO_C" >&6; } 
     7467{ $as_echo "$as_me:$LINENO: checking stddef.h presence" >&5 
     7468$as_echo_n "checking stddef.h presence... " >&6; } 
    71007469cat >conftest.$ac_ext <<_ACEOF 
    71017470/* confdefs.h.  */ 
     
    71117480  *) ac_try_echo=$ac_try;; 
    71127481esac 
    7113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7482eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7483$as_echo "$ac_try_echo") >&5 
    71147484  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    71157485  ac_status=$? 
     
    71177487  rm -f conftest.er1 
    71187488  cat conftest.err >&5 
    7119   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7489  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    71207490  (exit $ac_status); } >/dev/null && { 
    71217491         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    71247494  ac_header_preproc=yes 
    71257495else 
    7126   echo "$as_me: failed program was:" >&5 
     7496  $as_echo "$as_me: failed program was:" >&5 
    71277497sed 's/^/| /' conftest.$ac_ext >&5 
    71287498 
     
    71317501 
    71327502rm -f conftest.err conftest.$ac_ext 
    7133 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7134 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     7503{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7504$as_echo "$ac_header_preproc" >&6; } 
    71357505 
    71367506# So?  What about this header? 
    71377507case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    71387508  yes:no: ) 
    7139     { echo "$as_me:$LINENO: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    7140 echo "$as_me: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    7141     { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the compiler's result" >&5 
    7142 echo "$as_me: WARNING: stddef.h: proceeding with the compiler's result" >&2;} 
     7509    { $as_echo "$as_me:$LINENO: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     7510$as_echo "$as_me: WARNING: stddef.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     7511    { $as_echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the compiler's result" >&5 
     7512$as_echo "$as_me: WARNING: stddef.h: proceeding with the compiler's result" >&2;} 
    71437513    ac_header_preproc=yes 
    71447514    ;; 
    71457515  no:yes:* ) 
    7146     { echo "$as_me:$LINENO: WARNING: stddef.h: present but cannot be compiled" >&5 
    7147 echo "$as_me: WARNING: stddef.h: present but cannot be compiled" >&2;} 
    7148     { echo "$as_me:$LINENO: WARNING: stddef.h:     check for missing prerequisite headers?" >&5 
    7149 echo "$as_me: WARNING: stddef.h:     check for missing prerequisite headers?" >&2;} 
    7150     { echo "$as_me:$LINENO: WARNING: stddef.h: see the Autoconf documentation" >&5 
    7151 echo "$as_me: WARNING: stddef.h: see the Autoconf documentation" >&2;} 
    7152     { echo "$as_me:$LINENO: WARNING: stddef.h:     section \"Present But Cannot Be Compiled\"" >&5 
    7153 echo "$as_me: WARNING: stddef.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    7154     { echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the preprocessor's result" >&5 
    7155 echo "$as_me: WARNING: stddef.h: proceeding with the preprocessor's result" >&2;} 
    7156     { echo "$as_me:$LINENO: WARNING: stddef.h: in the future, the compiler will take precedence" >&5 
    7157 echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;} 
     7516    { $as_echo "$as_me:$LINENO: WARNING: stddef.h: present but cannot be compiled" >&5 
     7517$as_echo "$as_me: WARNING: stddef.h: present but cannot be compiled" >&2;} 
     7518    { $as_echo "$as_me:$LINENO: WARNING: stddef.h:     check for missing prerequisite headers?" >&5 
     7519$as_echo "$as_me: WARNING: stddef.h:     check for missing prerequisite headers?" >&2;} 
     7520    { $as_echo "$as_me:$LINENO: WARNING: stddef.h: see the Autoconf documentation" >&5 
     7521$as_echo "$as_me: WARNING: stddef.h: see the Autoconf documentation" >&2;} 
     7522    { $as_echo "$as_me:$LINENO: WARNING: stddef.h:     section \"Present But Cannot Be Compiled\"" >&5 
     7523$as_echo "$as_me: WARNING: stddef.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     7524    { $as_echo "$as_me:$LINENO: WARNING: stddef.h: proceeding with the preprocessor's result" >&5 
     7525$as_echo "$as_me: WARNING: stddef.h: proceeding with the preprocessor's result" >&2;} 
     7526    { $as_echo "$as_me:$LINENO: WARNING: stddef.h: in the future, the compiler will take precedence" >&5 
     7527$as_echo "$as_me: WARNING: stddef.h: in the future, the compiler will take precedence" >&2;} 
    71587528 
    71597529    ;; 
    71607530esac 
    7161 { echo "$as_me:$LINENO: checking for stddef.h" >&5 
    7162 echo $ECHO_N "checking for stddef.h... $ECHO_C" >&6; } 
     7531{ $as_echo "$as_me:$LINENO: checking for stddef.h" >&5 
     7532$as_echo_n "checking for stddef.h... " >&6; } 
    71637533if test "${ac_cv_header_stddef_h+set}" = set; then 
    7164   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7534  $as_echo_n "(cached) " >&6 
    71657535else 
    71667536  ac_cv_header_stddef_h=$ac_header_preproc 
    71677537fi 
    7168 { echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 
    7169 echo "${ECHO_T}$ac_cv_header_stddef_h" >&6; } 
     7538{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stddef_h" >&5 
     7539$as_echo "$ac_cv_header_stddef_h" >&6; } 
    71707540 
    71717541fi 
     
    71797549 
    71807550if test "${ac_cv_header_stdio_h+set}" = set; then 
    7181   { echo "$as_me:$LINENO: checking for stdio.h" >&5 
    7182 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; } 
     7551  { $as_echo "$as_me:$LINENO: checking for stdio.h" >&5 
     7552$as_echo_n "checking for stdio.h... " >&6; } 
    71837553if test "${ac_cv_header_stdio_h+set}" = set; then 
    7184   echo $ECHO_N "(cached) $ECHO_C" >&6 
    7185 fi 
    7186 { echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 
    7187 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; } 
     7554  $as_echo_n "(cached) " >&6 
     7555fi 
     7556{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 
     7557$as_echo "$ac_cv_header_stdio_h" >&6; } 
    71887558else 
    71897559  # Is the header compilable? 
    7190 { echo "$as_me:$LINENO: checking stdio.h usability" >&5 
    7191 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6; } 
     7560{ $as_echo "$as_me:$LINENO: checking stdio.h usability" >&5 
     7561$as_echo_n "checking stdio.h usability... " >&6; } 
    71927562cat >conftest.$ac_ext <<_ACEOF 
    71937563/* confdefs.h.  */ 
     
    72057575  *) ac_try_echo=$ac_try;; 
    72067576esac 
    7207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7577eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7578$as_echo "$ac_try_echo") >&5 
    72087579  (eval "$ac_compile") 2>conftest.er1 
    72097580  ac_status=$? 
     
    72117582  rm -f conftest.er1 
    72127583  cat conftest.err >&5 
    7213   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7584  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    72147585  (exit $ac_status); } && { 
    72157586         test -z "$ac_c_werror_flag" || 
     
    72187589  ac_header_compiler=yes 
    72197590else 
    7220   echo "$as_me: failed program was:" >&5 
     7591  $as_echo "$as_me: failed program was:" >&5 
    72217592sed 's/^/| /' conftest.$ac_ext >&5 
    72227593 
     
    72257596 
    72267597rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    7227 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7228 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     7598{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7599$as_echo "$ac_header_compiler" >&6; } 
    72297600 
    72307601# Is the header present? 
    7231 { echo "$as_me:$LINENO: checking stdio.h presence" >&5 
    7232 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6; } 
     7602{ $as_echo "$as_me:$LINENO: checking stdio.h presence" >&5 
     7603$as_echo_n "checking stdio.h presence... " >&6; } 
    72337604cat >conftest.$ac_ext <<_ACEOF 
    72347605/* confdefs.h.  */ 
     
    72447615  *) ac_try_echo=$ac_try;; 
    72457616esac 
    7246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7617eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7618$as_echo "$ac_try_echo") >&5 
    72477619  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    72487620  ac_status=$? 
     
    72507622  rm -f conftest.er1 
    72517623  cat conftest.err >&5 
    7252   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7624  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    72537625  (exit $ac_status); } >/dev/null && { 
    72547626         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    72577629  ac_header_preproc=yes 
    72587630else 
    7259   echo "$as_me: failed program was:" >&5 
     7631  $as_echo "$as_me: failed program was:" >&5 
    72607632sed 's/^/| /' conftest.$ac_ext >&5 
    72617633 
     
    72647636 
    72657637rm -f conftest.err conftest.$ac_ext 
    7266 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7267 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     7638{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7639$as_echo "$ac_header_preproc" >&6; } 
    72687640 
    72697641# So?  What about this header? 
    72707642case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    72717643  yes:no: ) 
    7272     { echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    7273 echo "$as_me: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    7274     { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the compiler's result" >&5 
    7275 echo "$as_me: WARNING: stdio.h: proceeding with the compiler's result" >&2;} 
     7644    { $as_echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     7645$as_echo "$as_me: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     7646    { $as_echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the compiler's result" >&5 
     7647$as_echo "$as_me: WARNING: stdio.h: proceeding with the compiler's result" >&2;} 
    72767648    ac_header_preproc=yes 
    72777649    ;; 
    72787650  no:yes:* ) 
    7279     { echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5 
    7280 echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;} 
    7281     { echo "$as_me:$LINENO: WARNING: stdio.h:     check for missing prerequisite headers?" >&5 
    7282 echo "$as_me: WARNING: stdio.h:     check for missing prerequisite headers?" >&2;} 
    7283     { echo "$as_me:$LINENO: WARNING: stdio.h: see the Autoconf documentation" >&5 
    7284 echo "$as_me: WARNING: stdio.h: see the Autoconf documentation" >&2;} 
    7285     { echo "$as_me:$LINENO: WARNING: stdio.h:     section \"Present But Cannot Be Compiled\"" >&5 
    7286 echo "$as_me: WARNING: stdio.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    7287     { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5 
    7288 echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;} 
    7289     { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5 
    7290 echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;} 
     7651    { $as_echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5 
     7652$as_echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;} 
     7653    { $as_echo "$as_me:$LINENO: WARNING: stdio.h:     check for missing prerequisite headers?" >&5 
     7654$as_echo "$as_me: WARNING: stdio.h:     check for missing prerequisite headers?" >&2;} 
     7655    { $as_echo "$as_me:$LINENO: WARNING: stdio.h: see the Autoconf documentation" >&5 
     7656$as_echo "$as_me: WARNING: stdio.h: see the Autoconf documentation" >&2;} 
     7657    { $as_echo "$as_me:$LINENO: WARNING: stdio.h:     section \"Present But Cannot Be Compiled\"" >&5 
     7658$as_echo "$as_me: WARNING: stdio.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     7659    { $as_echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5 
     7660$as_echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;} 
     7661    { $as_echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5 
     7662$as_echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;} 
    72917663 
    72927664    ;; 
    72937665esac 
    7294 { echo "$as_me:$LINENO: checking for stdio.h" >&5 
    7295 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6; } 
     7666{ $as_echo "$as_me:$LINENO: checking for stdio.h" >&5 
     7667$as_echo_n "checking for stdio.h... " >&6; } 
    72967668if test "${ac_cv_header_stdio_h+set}" = set; then 
    7297   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7669  $as_echo_n "(cached) " >&6 
    72987670else 
    72997671  ac_cv_header_stdio_h=$ac_header_preproc 
    73007672fi 
    7301 { echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 
    7302 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6; } 
     7673{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5 
     7674$as_echo "$ac_cv_header_stdio_h" >&6; } 
    73037675 
    73047676fi 
     
    73127684 
    73137685if test "${ac_cv_header_stdint_h+set}" = set; then 
    7314   { echo "$as_me:$LINENO: checking for stdint.h" >&5 
    7315 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 
     7686  { $as_echo "$as_me:$LINENO: checking for stdint.h" >&5 
     7687$as_echo_n "checking for stdint.h... " >&6; } 
    73167688if test "${ac_cv_header_stdint_h+set}" = set; then 
    7317   echo $ECHO_N "(cached) $ECHO_C" >&6 
    7318 fi 
    7319 { echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 
    7320 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } 
     7689  $as_echo_n "(cached) " >&6 
     7690fi 
     7691{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 
     7692$as_echo "$ac_cv_header_stdint_h" >&6; } 
    73217693else 
    73227694  # Is the header compilable? 
    7323 { echo "$as_me:$LINENO: checking stdint.h usability" >&5 
    7324 echo $ECHO_N "checking stdint.h usability... $ECHO_C" >&6; } 
     7695{ $as_echo "$as_me:$LINENO: checking stdint.h usability" >&5 
     7696$as_echo_n "checking stdint.h usability... " >&6; } 
    73257697cat >conftest.$ac_ext <<_ACEOF 
    73267698/* confdefs.h.  */ 
     
    73387710  *) ac_try_echo=$ac_try;; 
    73397711esac 
    7340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7712eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7713$as_echo "$ac_try_echo") >&5 
    73417714  (eval "$ac_compile") 2>conftest.er1 
    73427715  ac_status=$? 
     
    73447717  rm -f conftest.er1 
    73457718  cat conftest.err >&5 
    7346   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7719  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    73477720  (exit $ac_status); } && { 
    73487721         test -z "$ac_c_werror_flag" || 
     
    73517724  ac_header_compiler=yes 
    73527725else 
    7353   echo "$as_me: failed program was:" >&5 
     7726  $as_echo "$as_me: failed program was:" >&5 
    73547727sed 's/^/| /' conftest.$ac_ext >&5 
    73557728 
     
    73587731 
    73597732rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    7360 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7361 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     7733{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7734$as_echo "$ac_header_compiler" >&6; } 
    73627735 
    73637736# Is the header present? 
    7364 { echo "$as_me:$LINENO: checking stdint.h presence" >&5 
    7365 echo $ECHO_N "checking stdint.h presence... $ECHO_C" >&6; } 
     7737{ $as_echo "$as_me:$LINENO: checking stdint.h presence" >&5 
     7738$as_echo_n "checking stdint.h presence... " >&6; } 
    73667739cat >conftest.$ac_ext <<_ACEOF 
    73677740/* confdefs.h.  */ 
     
    73777750  *) ac_try_echo=$ac_try;; 
    73787751esac 
    7379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7752eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7753$as_echo "$ac_try_echo") >&5 
    73807754  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    73817755  ac_status=$? 
     
    73837757  rm -f conftest.er1 
    73847758  cat conftest.err >&5 
    7385   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7759  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    73867760  (exit $ac_status); } >/dev/null && { 
    73877761         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    73907764  ac_header_preproc=yes 
    73917765else 
    7392   echo "$as_me: failed program was:" >&5 
     7766  $as_echo "$as_me: failed program was:" >&5 
    73937767sed 's/^/| /' conftest.$ac_ext >&5 
    73947768 
     
    73977771 
    73987772rm -f conftest.err conftest.$ac_ext 
    7399 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7400 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     7773{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7774$as_echo "$ac_header_preproc" >&6; } 
    74017775 
    74027776# So?  What about this header? 
    74037777case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    74047778  yes:no: ) 
    7405     { echo "$as_me:$LINENO: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    7406 echo "$as_me: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    7407     { echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the compiler's result" >&5 
    7408 echo "$as_me: WARNING: stdint.h: proceeding with the compiler's result" >&2;} 
     7779    { $as_echo "$as_me:$LINENO: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     7780$as_echo "$as_me: WARNING: stdint.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     7781    { $as_echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the compiler's result" >&5 
     7782$as_echo "$as_me: WARNING: stdint.h: proceeding with the compiler's result" >&2;} 
    74097783    ac_header_preproc=yes 
    74107784    ;; 
    74117785  no:yes:* ) 
    7412     { echo "$as_me:$LINENO: WARNING: stdint.h: present but cannot be compiled" >&5 
    7413 echo "$as_me: WARNING: stdint.h: present but cannot be compiled" >&2;} 
    7414     { echo "$as_me:$LINENO: WARNING: stdint.h:     check for missing prerequisite headers?" >&5 
    7415 echo "$as_me: WARNING: stdint.h:     check for missing prerequisite headers?" >&2;} 
    7416     { echo "$as_me:$LINENO: WARNING: stdint.h: see the Autoconf documentation" >&5 
    7417 echo "$as_me: WARNING: stdint.h: see the Autoconf documentation" >&2;} 
    7418     { echo "$as_me:$LINENO: WARNING: stdint.h:     section \"Present But Cannot Be Compiled\"" >&5 
    7419 echo "$as_me: WARNING: stdint.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    7420     { echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the preprocessor's result" >&5 
    7421 echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2;} 
    7422     { echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 
    7423 echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} 
     7786    { $as_echo "$as_me:$LINENO: WARNING: stdint.h: present but cannot be compiled" >&5 
     7787$as_echo "$as_me: WARNING: stdint.h: present but cannot be compiled" >&2;} 
     7788    { $as_echo "$as_me:$LINENO: WARNING: stdint.h:     check for missing prerequisite headers?" >&5 
     7789$as_echo "$as_me: WARNING: stdint.h:     check for missing prerequisite headers?" >&2;} 
     7790    { $as_echo "$as_me:$LINENO: WARNING: stdint.h: see the Autoconf documentation" >&5 
     7791$as_echo "$as_me: WARNING: stdint.h: see the Autoconf documentation" >&2;} 
     7792    { $as_echo "$as_me:$LINENO: WARNING: stdint.h:     section \"Present But Cannot Be Compiled\"" >&5 
     7793$as_echo "$as_me: WARNING: stdint.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     7794    { $as_echo "$as_me:$LINENO: WARNING: stdint.h: proceeding with the preprocessor's result" >&5 
     7795$as_echo "$as_me: WARNING: stdint.h: proceeding with the preprocessor's result" >&2;} 
     7796    { $as_echo "$as_me:$LINENO: WARNING: stdint.h: in the future, the compiler will take precedence" >&5 
     7797$as_echo "$as_me: WARNING: stdint.h: in the future, the compiler will take precedence" >&2;} 
    74247798 
    74257799    ;; 
    74267800esac 
    7427 { echo "$as_me:$LINENO: checking for stdint.h" >&5 
    7428 echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } 
     7801{ $as_echo "$as_me:$LINENO: checking for stdint.h" >&5 
     7802$as_echo_n "checking for stdint.h... " >&6; } 
    74297803if test "${ac_cv_header_stdint_h+set}" = set; then 
    7430   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7804  $as_echo_n "(cached) " >&6 
    74317805else 
    74327806  ac_cv_header_stdint_h=$ac_header_preproc 
    74337807fi 
    7434 { echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 
    7435 echo "${ECHO_T}$ac_cv_header_stdint_h" >&6; } 
     7808{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdint_h" >&5 
     7809$as_echo "$ac_cv_header_stdint_h" >&6; } 
    74367810 
    74377811fi 
     
    74457819 
    74467820if test "${ac_cv_header_stdlib_h+set}" = set; then 
    7447   { echo "$as_me:$LINENO: checking for stdlib.h" >&5 
    7448 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } 
     7821  { $as_echo "$as_me:$LINENO: checking for stdlib.h" >&5 
     7822$as_echo_n "checking for stdlib.h... " >&6; } 
    74497823if test "${ac_cv_header_stdlib_h+set}" = set; then 
    7450   echo $ECHO_N "(cached) $ECHO_C" >&6 
    7451 fi 
    7452 { echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 
    7453 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } 
     7824  $as_echo_n "(cached) " >&6 
     7825fi 
     7826{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 
     7827$as_echo "$ac_cv_header_stdlib_h" >&6; } 
    74547828else 
    74557829  # Is the header compilable? 
    7456 { echo "$as_me:$LINENO: checking stdlib.h usability" >&5 
    7457 echo $ECHO_N "checking stdlib.h usability... $ECHO_C" >&6; } 
     7830{ $as_echo "$as_me:$LINENO: checking stdlib.h usability" >&5 
     7831$as_echo_n "checking stdlib.h usability... " >&6; } 
    74587832cat >conftest.$ac_ext <<_ACEOF 
    74597833/* confdefs.h.  */ 
     
    74717845  *) ac_try_echo=$ac_try;; 
    74727846esac 
    7473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7847eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7848$as_echo "$ac_try_echo") >&5 
    74747849  (eval "$ac_compile") 2>conftest.er1 
    74757850  ac_status=$? 
     
    74777852  rm -f conftest.er1 
    74787853  cat conftest.err >&5 
    7479   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7854  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    74807855  (exit $ac_status); } && { 
    74817856         test -z "$ac_c_werror_flag" || 
     
    74847859  ac_header_compiler=yes 
    74857860else 
    7486   echo "$as_me: failed program was:" >&5 
     7861  $as_echo "$as_me: failed program was:" >&5 
    74877862sed 's/^/| /' conftest.$ac_ext >&5 
    74887863 
     
    74917866 
    74927867rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    7493 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7494 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     7868{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     7869$as_echo "$ac_header_compiler" >&6; } 
    74957870 
    74967871# Is the header present? 
    7497 { echo "$as_me:$LINENO: checking stdlib.h presence" >&5 
    7498 echo $ECHO_N "checking stdlib.h presence... $ECHO_C" >&6; } 
     7872{ $as_echo "$as_me:$LINENO: checking stdlib.h presence" >&5 
     7873$as_echo_n "checking stdlib.h presence... " >&6; } 
    74997874cat >conftest.$ac_ext <<_ACEOF 
    75007875/* confdefs.h.  */ 
     
    75107885  *) ac_try_echo=$ac_try;; 
    75117886esac 
    7512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7887eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7888$as_echo "$ac_try_echo") >&5 
    75137889  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    75147890  ac_status=$? 
     
    75167892  rm -f conftest.er1 
    75177893  cat conftest.err >&5 
    7518   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7894  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    75197895  (exit $ac_status); } >/dev/null && { 
    75207896         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    75237899  ac_header_preproc=yes 
    75247900else 
    7525   echo "$as_me: failed program was:" >&5 
     7901  $as_echo "$as_me: failed program was:" >&5 
    75267902sed 's/^/| /' conftest.$ac_ext >&5 
    75277903 
     
    75307906 
    75317907rm -f conftest.err conftest.$ac_ext 
    7532 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7533 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     7908{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     7909$as_echo "$ac_header_preproc" >&6; } 
    75347910 
    75357911# So?  What about this header? 
    75367912case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    75377913  yes:no: ) 
    7538     { echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    7539 echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    7540     { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5 
    7541 echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;} 
     7914    { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     7915$as_echo "$as_me: WARNING: stdlib.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     7916    { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the compiler's result" >&5 
     7917$as_echo "$as_me: WARNING: stdlib.h: proceeding with the compiler's result" >&2;} 
    75427918    ac_header_preproc=yes 
    75437919    ;; 
    75447920  no:yes:* ) 
    7545     { echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 
    7546 echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} 
    7547     { echo "$as_me:$LINENO: WARNING: stdlib.h:     check for missing prerequisite headers?" >&5 
    7548 echo "$as_me: WARNING: stdlib.h:     check for missing prerequisite headers?" >&2;} 
    7549     { echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5 
    7550 echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;} 
    7551     { echo "$as_me:$LINENO: WARNING: stdlib.h:     section \"Present But Cannot Be Compiled\"" >&5 
    7552 echo "$as_me: WARNING: stdlib.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    7553     { echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 
    7554 echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} 
    7555     { echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 
    7556 echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} 
     7921    { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: present but cannot be compiled" >&5 
     7922$as_echo "$as_me: WARNING: stdlib.h: present but cannot be compiled" >&2;} 
     7923    { $as_echo "$as_me:$LINENO: WARNING: stdlib.h:     check for missing prerequisite headers?" >&5 
     7924$as_echo "$as_me: WARNING: stdlib.h:     check for missing prerequisite headers?" >&2;} 
     7925    { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: see the Autoconf documentation" >&5 
     7926$as_echo "$as_me: WARNING: stdlib.h: see the Autoconf documentation" >&2;} 
     7927    { $as_echo "$as_me:$LINENO: WARNING: stdlib.h:     section \"Present But Cannot Be Compiled\"" >&5 
     7928$as_echo "$as_me: WARNING: stdlib.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     7929    { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: proceeding with the preprocessor's result" >&5 
     7930$as_echo "$as_me: WARNING: stdlib.h: proceeding with the preprocessor's result" >&2;} 
     7931    { $as_echo "$as_me:$LINENO: WARNING: stdlib.h: in the future, the compiler will take precedence" >&5 
     7932$as_echo "$as_me: WARNING: stdlib.h: in the future, the compiler will take precedence" >&2;} 
    75577933 
    75587934    ;; 
    75597935esac 
    7560 { echo "$as_me:$LINENO: checking for stdlib.h" >&5 
    7561 echo $ECHO_N "checking for stdlib.h... $ECHO_C" >&6; } 
     7936{ $as_echo "$as_me:$LINENO: checking for stdlib.h" >&5 
     7937$as_echo_n "checking for stdlib.h... " >&6; } 
    75627938if test "${ac_cv_header_stdlib_h+set}" = set; then 
    7563   echo $ECHO_N "(cached) $ECHO_C" >&6 
     7939  $as_echo_n "(cached) " >&6 
    75647940else 
    75657941  ac_cv_header_stdlib_h=$ac_header_preproc 
    75667942fi 
    7567 { echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 
    7568 echo "${ECHO_T}$ac_cv_header_stdlib_h" >&6; } 
     7943{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdlib_h" >&5 
     7944$as_echo "$ac_cv_header_stdlib_h" >&6; } 
    75697945 
    75707946fi 
     
    75787954 
    75797955if test "${ac_cv_header_string_h+set}" = set; then 
    7580   { echo "$as_me:$LINENO: checking for string.h" >&5 
    7581 echo $ECHO_N "checking for string.h... $ECHO_C" >&6; } 
     7956  { $as_echo "$as_me:$LINENO: checking for string.h" >&5 
     7957$as_echo_n "checking for string.h... " >&6; } 
    75827958if test "${ac_cv_header_string_h+set}" = set; then 
    7583   echo $ECHO_N "(cached) $ECHO_C" >&6 
    7584 fi 
    7585 { echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 
    7586 echo "${ECHO_T}$ac_cv_header_string_h" >&6; } 
     7959  $as_echo_n "(cached) " >&6 
     7960fi 
     7961{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 
     7962$as_echo "$ac_cv_header_string_h" >&6; } 
    75877963else 
    75887964  # Is the header compilable? 
    7589 { echo "$as_me:$LINENO: checking string.h usability" >&5 
    7590 echo $ECHO_N "checking string.h usability... $ECHO_C" >&6; } 
     7965{ $as_echo "$as_me:$LINENO: checking string.h usability" >&5 
     7966$as_echo_n "checking string.h usability... " >&6; } 
    75917967cat >conftest.$ac_ext <<_ACEOF 
    75927968/* confdefs.h.  */ 
     
    76047980  *) ac_try_echo=$ac_try;; 
    76057981esac 
    7606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     7982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     7983$as_echo "$ac_try_echo") >&5 
    76077984  (eval "$ac_compile") 2>conftest.er1 
    76087985  ac_status=$? 
     
    76107987  rm -f conftest.er1 
    76117988  cat conftest.err >&5 
    7612   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     7989  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    76137990  (exit $ac_status); } && { 
    76147991         test -z "$ac_c_werror_flag" || 
     
    76177994  ac_header_compiler=yes 
    76187995else 
    7619   echo "$as_me: failed program was:" >&5 
     7996  $as_echo "$as_me: failed program was:" >&5 
    76207997sed 's/^/| /' conftest.$ac_ext >&5 
    76217998 
     
    76248001 
    76258002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    7626 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7627 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     8003{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8004$as_echo "$ac_header_compiler" >&6; } 
    76288005 
    76298006# Is the header present? 
    7630 { echo "$as_me:$LINENO: checking string.h presence" >&5 
    7631 echo $ECHO_N "checking string.h presence... $ECHO_C" >&6; } 
     8007{ $as_echo "$as_me:$LINENO: checking string.h presence" >&5 
     8008$as_echo_n "checking string.h presence... " >&6; } 
    76328009cat >conftest.$ac_ext <<_ACEOF 
    76338010/* confdefs.h.  */ 
     
    76438020  *) ac_try_echo=$ac_try;; 
    76448021esac 
    7645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8022eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8023$as_echo "$ac_try_echo") >&5 
    76468024  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    76478025  ac_status=$? 
     
    76498027  rm -f conftest.er1 
    76508028  cat conftest.err >&5 
    7651   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8029  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    76528030  (exit $ac_status); } >/dev/null && { 
    76538031         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    76568034  ac_header_preproc=yes 
    76578035else 
    7658   echo "$as_me: failed program was:" >&5 
     8036  $as_echo "$as_me: failed program was:" >&5 
    76598037sed 's/^/| /' conftest.$ac_ext >&5 
    76608038 
     
    76638041 
    76648042rm -f conftest.err conftest.$ac_ext 
    7665 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7666 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     8043{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8044$as_echo "$ac_header_preproc" >&6; } 
    76678045 
    76688046# So?  What about this header? 
    76698047case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    76708048  yes:no: ) 
    7671     { echo "$as_me:$LINENO: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    7672 echo "$as_me: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    7673     { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the compiler's result" >&5 
    7674 echo "$as_me: WARNING: string.h: proceeding with the compiler's result" >&2;} 
     8049    { $as_echo "$as_me:$LINENO: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     8050$as_echo "$as_me: WARNING: string.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     8051    { $as_echo "$as_me:$LINENO: WARNING: string.h: proceeding with the compiler's result" >&5 
     8052$as_echo "$as_me: WARNING: string.h: proceeding with the compiler's result" >&2;} 
    76758053    ac_header_preproc=yes 
    76768054    ;; 
    76778055  no:yes:* ) 
    7678     { echo "$as_me:$LINENO: WARNING: string.h: present but cannot be compiled" >&5 
    7679 echo "$as_me: WARNING: string.h: present but cannot be compiled" >&2;} 
    7680     { echo "$as_me:$LINENO: WARNING: string.h:     check for missing prerequisite headers?" >&5 
    7681 echo "$as_me: WARNING: string.h:     check for missing prerequisite headers?" >&2;} 
    7682     { echo "$as_me:$LINENO: WARNING: string.h: see the Autoconf documentation" >&5 
    7683 echo "$as_me: WARNING: string.h: see the Autoconf documentation" >&2;} 
    7684     { echo "$as_me:$LINENO: WARNING: string.h:     section \"Present But Cannot Be Compiled\"" >&5 
    7685 echo "$as_me: WARNING: string.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    7686     { echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5 
    7687 echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;} 
    7688     { echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&5 
    7689 echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;} 
     8056    { $as_echo "$as_me:$LINENO: WARNING: string.h: present but cannot be compiled" >&5 
     8057$as_echo "$as_me: WARNING: string.h: present but cannot be compiled" >&2;} 
     8058    { $as_echo "$as_me:$LINENO: WARNING: string.h:     check for missing prerequisite headers?" >&5 
     8059$as_echo "$as_me: WARNING: string.h:     check for missing prerequisite headers?" >&2;} 
     8060    { $as_echo "$as_me:$LINENO: WARNING: string.h: see the Autoconf documentation" >&5 
     8061$as_echo "$as_me: WARNING: string.h: see the Autoconf documentation" >&2;} 
     8062    { $as_echo "$as_me:$LINENO: WARNING: string.h:     section \"Present But Cannot Be Compiled\"" >&5 
     8063$as_echo "$as_me: WARNING: string.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     8064    { $as_echo "$as_me:$LINENO: WARNING: string.h: proceeding with the preprocessor's result" >&5 
     8065$as_echo "$as_me: WARNING: string.h: proceeding with the preprocessor's result" >&2;} 
     8066    { $as_echo "$as_me:$LINENO: WARNING: string.h: in the future, the compiler will take precedence" >&5 
     8067$as_echo "$as_me: WARNING: string.h: in the future, the compiler will take precedence" >&2;} 
    76908068 
    76918069    ;; 
    76928070esac 
    7693 { echo "$as_me:$LINENO: checking for string.h" >&5 
    7694 echo $ECHO_N "checking for string.h... $ECHO_C" >&6; } 
     8071{ $as_echo "$as_me:$LINENO: checking for string.h" >&5 
     8072$as_echo_n "checking for string.h... " >&6; } 
    76958073if test "${ac_cv_header_string_h+set}" = set; then 
    7696   echo $ECHO_N "(cached) $ECHO_C" >&6 
     8074  $as_echo_n "(cached) " >&6 
    76978075else 
    76988076  ac_cv_header_string_h=$ac_header_preproc 
    76998077fi 
    7700 { echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 
    7701 echo "${ECHO_T}$ac_cv_header_string_h" >&6; } 
     8078{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_string_h" >&5 
     8079$as_echo "$ac_cv_header_string_h" >&6; } 
    77028080 
    77038081fi 
     
    77118089 
    77128090if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 
    7713   { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 
    7714 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; } 
     8091  { $as_echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 
     8092$as_echo_n "checking for sys/ioctl.h... " >&6; } 
    77158093if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 
    7716   echo $ECHO_N "(cached) $ECHO_C" >&6 
    7717 fi 
    7718 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 
    7719 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; } 
     8094  $as_echo_n "(cached) " >&6 
     8095fi 
     8096{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 
     8097$as_echo "$ac_cv_header_sys_ioctl_h" >&6; } 
    77208098else 
    77218099  # Is the header compilable? 
    7722 { echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&5 
    7723 echo $ECHO_N "checking sys/ioctl.h usability... $ECHO_C" >&6; } 
     8100{ $as_echo "$as_me:$LINENO: checking sys/ioctl.h usability" >&5 
     8101$as_echo_n "checking sys/ioctl.h usability... " >&6; } 
    77248102cat >conftest.$ac_ext <<_ACEOF 
    77258103/* confdefs.h.  */ 
     
    77378115  *) ac_try_echo=$ac_try;; 
    77388116esac 
    7739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8117eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8118$as_echo "$ac_try_echo") >&5 
    77408119  (eval "$ac_compile") 2>conftest.er1 
    77418120  ac_status=$? 
     
    77438122  rm -f conftest.er1 
    77448123  cat conftest.err >&5 
    7745   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8124  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    77468125  (exit $ac_status); } && { 
    77478126         test -z "$ac_c_werror_flag" || 
     
    77508129  ac_header_compiler=yes 
    77518130else 
    7752   echo "$as_me: failed program was:" >&5 
     8131  $as_echo "$as_me: failed program was:" >&5 
    77538132sed 's/^/| /' conftest.$ac_ext >&5 
    77548133 
     
    77578136 
    77588137rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    7759 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7760 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     8138{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8139$as_echo "$ac_header_compiler" >&6; } 
    77618140 
    77628141# Is the header present? 
    7763 { echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&5 
    7764 echo $ECHO_N "checking sys/ioctl.h presence... $ECHO_C" >&6; } 
     8142{ $as_echo "$as_me:$LINENO: checking sys/ioctl.h presence" >&5 
     8143$as_echo_n "checking sys/ioctl.h presence... " >&6; } 
    77658144cat >conftest.$ac_ext <<_ACEOF 
    77668145/* confdefs.h.  */ 
     
    77768155  *) ac_try_echo=$ac_try;; 
    77778156esac 
    7778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8157eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8158$as_echo "$ac_try_echo") >&5 
    77798159  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    77808160  ac_status=$? 
     
    77828162  rm -f conftest.er1 
    77838163  cat conftest.err >&5 
    7784   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8164  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    77858165  (exit $ac_status); } >/dev/null && { 
    77868166         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    77898169  ac_header_preproc=yes 
    77908170else 
    7791   echo "$as_me: failed program was:" >&5 
     8171  $as_echo "$as_me: failed program was:" >&5 
    77928172sed 's/^/| /' conftest.$ac_ext >&5 
    77938173 
     
    77968176 
    77978177rm -f conftest.err conftest.$ac_ext 
    7798 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7799 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     8178{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8179$as_echo "$ac_header_preproc" >&6; } 
    78008180 
    78018181# So?  What about this header? 
    78028182case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    78038183  yes:no: ) 
    7804     { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    7805 echo "$as_me: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    7806     { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&5 
    7807 echo "$as_me: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&2;} 
     8184    { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     8185$as_echo "$as_me: WARNING: sys/ioctl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     8186    { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&5 
     8187$as_echo "$as_me: WARNING: sys/ioctl.h: proceeding with the compiler's result" >&2;} 
    78088188    ac_header_preproc=yes 
    78098189    ;; 
    78108190  no:yes:* ) 
    7811     { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: present but cannot be compiled" >&5 
    7812 echo "$as_me: WARNING: sys/ioctl.h: present but cannot be compiled" >&2;} 
    7813     { echo "$as_me:$LINENO: WARNING: sys/ioctl.h:     check for missing prerequisite headers?" >&5 
    7814 echo "$as_me: WARNING: sys/ioctl.h:     check for missing prerequisite headers?" >&2;} 
    7815     { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: see the Autoconf documentation" >&5 
    7816 echo "$as_me: WARNING: sys/ioctl.h: see the Autoconf documentation" >&2;} 
    7817     { echo "$as_me:$LINENO: WARNING: sys/ioctl.h:     section \"Present But Cannot Be Compiled\"" >&5 
    7818 echo "$as_me: WARNING: sys/ioctl.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    7819     { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&5 
    7820 echo "$as_me: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&2;} 
    7821     { echo "$as_me:$LINENO: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&5 
    7822 echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;} 
     8191    { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: present but cannot be compiled" >&5 
     8192$as_echo "$as_me: WARNING: sys/ioctl.h: present but cannot be compiled" >&2;} 
     8193    { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h:     check for missing prerequisite headers?" >&5 
     8194$as_echo "$as_me: WARNING: sys/ioctl.h:     check for missing prerequisite headers?" >&2;} 
     8195    { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: see the Autoconf documentation" >&5 
     8196$as_echo "$as_me: WARNING: sys/ioctl.h: see the Autoconf documentation" >&2;} 
     8197    { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h:     section \"Present But Cannot Be Compiled\"" >&5 
     8198$as_echo "$as_me: WARNING: sys/ioctl.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     8199    { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&5 
     8200$as_echo "$as_me: WARNING: sys/ioctl.h: proceeding with the preprocessor's result" >&2;} 
     8201    { $as_echo "$as_me:$LINENO: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&5 
     8202$as_echo "$as_me: WARNING: sys/ioctl.h: in the future, the compiler will take precedence" >&2;} 
    78238203 
    78248204    ;; 
    78258205esac 
    7826 { echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 
    7827 echo $ECHO_N "checking for sys/ioctl.h... $ECHO_C" >&6; } 
     8206{ $as_echo "$as_me:$LINENO: checking for sys/ioctl.h" >&5 
     8207$as_echo_n "checking for sys/ioctl.h... " >&6; } 
    78288208if test "${ac_cv_header_sys_ioctl_h+set}" = set; then 
    7829   echo $ECHO_N "(cached) $ECHO_C" >&6 
     8209  $as_echo_n "(cached) " >&6 
    78308210else 
    78318211  ac_cv_header_sys_ioctl_h=$ac_header_preproc 
    78328212fi 
    7833 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 
    7834 echo "${ECHO_T}$ac_cv_header_sys_ioctl_h" >&6; } 
     8213{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_ioctl_h" >&5 
     8214$as_echo "$ac_cv_header_sys_ioctl_h" >&6; } 
    78358215 
    78368216fi 
     
    78448224 
    78458225if test "${ac_cv_header_sys_select_h+set}" = set; then 
    7846   { echo "$as_me:$LINENO: checking for sys/select.h" >&5 
    7847 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; } 
     8226  { $as_echo "$as_me:$LINENO: checking for sys/select.h" >&5 
     8227$as_echo_n "checking for sys/select.h... " >&6; } 
    78488228if test "${ac_cv_header_sys_select_h+set}" = set; then 
    7849   echo $ECHO_N "(cached) $ECHO_C" >&6 
    7850 fi 
    7851 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 
    7852 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; } 
     8229  $as_echo_n "(cached) " >&6 
     8230fi 
     8231{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 
     8232$as_echo "$ac_cv_header_sys_select_h" >&6; } 
    78538233else 
    78548234  # Is the header compilable? 
    7855 { echo "$as_me:$LINENO: checking sys/select.h usability" >&5 
    7856 echo $ECHO_N "checking sys/select.h usability... $ECHO_C" >&6; } 
     8235{ $as_echo "$as_me:$LINENO: checking sys/select.h usability" >&5 
     8236$as_echo_n "checking sys/select.h usability... " >&6; } 
    78578237cat >conftest.$ac_ext <<_ACEOF 
    78588238/* confdefs.h.  */ 
     
    78708250  *) ac_try_echo=$ac_try;; 
    78718251esac 
    7872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8252eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8253$as_echo "$ac_try_echo") >&5 
    78738254  (eval "$ac_compile") 2>conftest.er1 
    78748255  ac_status=$? 
     
    78768257  rm -f conftest.er1 
    78778258  cat conftest.err >&5 
    7878   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8259  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    78798260  (exit $ac_status); } && { 
    78808261         test -z "$ac_c_werror_flag" || 
     
    78838264  ac_header_compiler=yes 
    78848265else 
    7885   echo "$as_me: failed program was:" >&5 
     8266  $as_echo "$as_me: failed program was:" >&5 
    78868267sed 's/^/| /' conftest.$ac_ext >&5 
    78878268 
     
    78908271 
    78918272rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    7892 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    7893 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     8273{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8274$as_echo "$ac_header_compiler" >&6; } 
    78948275 
    78958276# Is the header present? 
    7896 { echo "$as_me:$LINENO: checking sys/select.h presence" >&5 
    7897 echo $ECHO_N "checking sys/select.h presence... $ECHO_C" >&6; } 
     8277{ $as_echo "$as_me:$LINENO: checking sys/select.h presence" >&5 
     8278$as_echo_n "checking sys/select.h presence... " >&6; } 
    78988279cat >conftest.$ac_ext <<_ACEOF 
    78998280/* confdefs.h.  */ 
     
    79098290  *) ac_try_echo=$ac_try;; 
    79108291esac 
    7911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8292eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8293$as_echo "$ac_try_echo") >&5 
    79128294  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    79138295  ac_status=$? 
     
    79158297  rm -f conftest.er1 
    79168298  cat conftest.err >&5 
    7917   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8299  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    79188300  (exit $ac_status); } >/dev/null && { 
    79198301         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    79228304  ac_header_preproc=yes 
    79238305else 
    7924   echo "$as_me: failed program was:" >&5 
     8306  $as_echo "$as_me: failed program was:" >&5 
    79258307sed 's/^/| /' conftest.$ac_ext >&5 
    79268308 
     
    79298311 
    79308312rm -f conftest.err conftest.$ac_ext 
    7931 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    7932 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     8313{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8314$as_echo "$ac_header_preproc" >&6; } 
    79338315 
    79348316# So?  What about this header? 
    79358317case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    79368318  yes:no: ) 
    7937     { echo "$as_me:$LINENO: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    7938 echo "$as_me: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    7939     { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the compiler's result" >&5 
    7940 echo "$as_me: WARNING: sys/select.h: proceeding with the compiler's result" >&2;} 
     8319    { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     8320$as_echo "$as_me: WARNING: sys/select.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     8321    { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the compiler's result" >&5 
     8322$as_echo "$as_me: WARNING: sys/select.h: proceeding with the compiler's result" >&2;} 
    79418323    ac_header_preproc=yes 
    79428324    ;; 
    79438325  no:yes:* ) 
    7944     { echo "$as_me:$LINENO: WARNING: sys/select.h: present but cannot be compiled" >&5 
    7945 echo "$as_me: WARNING: sys/select.h: present but cannot be compiled" >&2;} 
    7946     { echo "$as_me:$LINENO: WARNING: sys/select.h:     check for missing prerequisite headers?" >&5 
    7947 echo "$as_me: WARNING: sys/select.h:     check for missing prerequisite headers?" >&2;} 
    7948     { echo "$as_me:$LINENO: WARNING: sys/select.h: see the Autoconf documentation" >&5 
    7949 echo "$as_me: WARNING: sys/select.h: see the Autoconf documentation" >&2;} 
    7950     { echo "$as_me:$LINENO: WARNING: sys/select.h:     section \"Present But Cannot Be Compiled\"" >&5 
    7951 echo "$as_me: WARNING: sys/select.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    7952     { echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&5 
    7953 echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;} 
    7954     { echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5 
    7955 echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} 
     8326    { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: present but cannot be compiled" >&5 
     8327$as_echo "$as_me: WARNING: sys/select.h: present but cannot be compiled" >&2;} 
     8328    { $as_echo "$as_me:$LINENO: WARNING: sys/select.h:     check for missing prerequisite headers?" >&5 
     8329$as_echo "$as_me: WARNING: sys/select.h:     check for missing prerequisite headers?" >&2;} 
     8330    { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: see the Autoconf documentation" >&5 
     8331$as_echo "$as_me: WARNING: sys/select.h: see the Autoconf documentation" >&2;} 
     8332    { $as_echo "$as_me:$LINENO: WARNING: sys/select.h:     section \"Present But Cannot Be Compiled\"" >&5 
     8333$as_echo "$as_me: WARNING: sys/select.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     8334    { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: proceeding with the preprocessor's result" >&5 
     8335$as_echo "$as_me: WARNING: sys/select.h: proceeding with the preprocessor's result" >&2;} 
     8336    { $as_echo "$as_me:$LINENO: WARNING: sys/select.h: in the future, the compiler will take precedence" >&5 
     8337$as_echo "$as_me: WARNING: sys/select.h: in the future, the compiler will take precedence" >&2;} 
    79568338 
    79578339    ;; 
    79588340esac 
    7959 { echo "$as_me:$LINENO: checking for sys/select.h" >&5 
    7960 echo $ECHO_N "checking for sys/select.h... $ECHO_C" >&6; } 
     8341{ $as_echo "$as_me:$LINENO: checking for sys/select.h" >&5 
     8342$as_echo_n "checking for sys/select.h... " >&6; } 
    79618343if test "${ac_cv_header_sys_select_h+set}" = set; then 
    7962   echo $ECHO_N "(cached) $ECHO_C" >&6 
     8344  $as_echo_n "(cached) " >&6 
    79638345else 
    79648346  ac_cv_header_sys_select_h=$ac_header_preproc 
    79658347fi 
    7966 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 
    7967 echo "${ECHO_T}$ac_cv_header_sys_select_h" >&6; } 
     8348{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_select_h" >&5 
     8349$as_echo "$ac_cv_header_sys_select_h" >&6; } 
    79688350 
    79698351fi 
     
    79778359 
    79788360if test "${ac_cv_header_sys_socket_h+set}" = set; then 
    7979   { echo "$as_me:$LINENO: checking for sys/socket.h" >&5 
    7980 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; } 
     8361  { $as_echo "$as_me:$LINENO: checking for sys/socket.h" >&5 
     8362$as_echo_n "checking for sys/socket.h... " >&6; } 
    79818363if test "${ac_cv_header_sys_socket_h+set}" = set; then 
    7982   echo $ECHO_N "(cached) $ECHO_C" >&6 
    7983 fi 
    7984 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 
    7985 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; } 
     8364  $as_echo_n "(cached) " >&6 
     8365fi 
     8366{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 
     8367$as_echo "$ac_cv_header_sys_socket_h" >&6; } 
    79868368else 
    79878369  # Is the header compilable? 
    7988 { echo "$as_me:$LINENO: checking sys/socket.h usability" >&5 
    7989 echo $ECHO_N "checking sys/socket.h usability... $ECHO_C" >&6; } 
     8370{ $as_echo "$as_me:$LINENO: checking sys/socket.h usability" >&5 
     8371$as_echo_n "checking sys/socket.h usability... " >&6; } 
    79908372cat >conftest.$ac_ext <<_ACEOF 
    79918373/* confdefs.h.  */ 
     
    80038385  *) ac_try_echo=$ac_try;; 
    80048386esac 
    8005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8387eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8388$as_echo "$ac_try_echo") >&5 
    80068389  (eval "$ac_compile") 2>conftest.er1 
    80078390  ac_status=$? 
     
    80098392  rm -f conftest.er1 
    80108393  cat conftest.err >&5 
    8011   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8394  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    80128395  (exit $ac_status); } && { 
    80138396         test -z "$ac_c_werror_flag" || 
     
    80168399  ac_header_compiler=yes 
    80178400else 
    8018   echo "$as_me: failed program was:" >&5 
     8401  $as_echo "$as_me: failed program was:" >&5 
    80198402sed 's/^/| /' conftest.$ac_ext >&5 
    80208403 
     
    80238406 
    80248407rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    8025 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8026 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     8408{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8409$as_echo "$ac_header_compiler" >&6; } 
    80278410 
    80288411# Is the header present? 
    8029 { echo "$as_me:$LINENO: checking sys/socket.h presence" >&5 
    8030 echo $ECHO_N "checking sys/socket.h presence... $ECHO_C" >&6; } 
     8412{ $as_echo "$as_me:$LINENO: checking sys/socket.h presence" >&5 
     8413$as_echo_n "checking sys/socket.h presence... " >&6; } 
    80318414cat >conftest.$ac_ext <<_ACEOF 
    80328415/* confdefs.h.  */ 
     
    80428425  *) ac_try_echo=$ac_try;; 
    80438426esac 
    8044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8427eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8428$as_echo "$ac_try_echo") >&5 
    80458429  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    80468430  ac_status=$? 
     
    80488432  rm -f conftest.er1 
    80498433  cat conftest.err >&5 
    8050   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8434  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    80518435  (exit $ac_status); } >/dev/null && { 
    80528436         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    80558439  ac_header_preproc=yes 
    80568440else 
    8057   echo "$as_me: failed program was:" >&5 
     8441  $as_echo "$as_me: failed program was:" >&5 
    80588442sed 's/^/| /' conftest.$ac_ext >&5 
    80598443 
     
    80628446 
    80638447rm -f conftest.err conftest.$ac_ext 
    8064 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8065 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     8448{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8449$as_echo "$ac_header_preproc" >&6; } 
    80668450 
    80678451# So?  What about this header? 
    80688452case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    80698453  yes:no: ) 
    8070     { echo "$as_me:$LINENO: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    8071 echo "$as_me: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    8072     { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the compiler's result" >&5 
    8073 echo "$as_me: WARNING: sys/socket.h: proceeding with the compiler's result" >&2;} 
     8454    { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     8455$as_echo "$as_me: WARNING: sys/socket.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     8456    { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the compiler's result" >&5 
     8457$as_echo "$as_me: WARNING: sys/socket.h: proceeding with the compiler's result" >&2;} 
    80748458    ac_header_preproc=yes 
    80758459    ;; 
    80768460  no:yes:* ) 
    8077     { echo "$as_me:$LINENO: WARNING: sys/socket.h: present but cannot be compiled" >&5 
    8078 echo "$as_me: WARNING: sys/socket.h: present but cannot be compiled" >&2;} 
    8079     { echo "$as_me:$LINENO: WARNING: sys/socket.h:     check for missing prerequisite headers?" >&5 
    8080 echo "$as_me: WARNING: sys/socket.h:     check for missing prerequisite headers?" >&2;} 
    8081     { echo "$as_me:$LINENO: WARNING: sys/socket.h: see the Autoconf documentation" >&5 
    8082 echo "$as_me: WARNING: sys/socket.h: see the Autoconf documentation" >&2;} 
    8083     { echo "$as_me:$LINENO: WARNING: sys/socket.h:     section \"Present But Cannot Be Compiled\"" >&5 
    8084 echo "$as_me: WARNING: sys/socket.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    8085     { echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5 
    8086 echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;} 
    8087     { echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&5 
    8088 echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;} 
     8461    { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: present but cannot be compiled" >&5 
     8462$as_echo "$as_me: WARNING: sys/socket.h: present but cannot be compiled" >&2;} 
     8463    { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h:     check for missing prerequisite headers?" >&5 
     8464$as_echo "$as_me: WARNING: sys/socket.h:     check for missing prerequisite headers?" >&2;} 
     8465    { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: see the Autoconf documentation" >&5 
     8466$as_echo "$as_me: WARNING: sys/socket.h: see the Autoconf documentation" >&2;} 
     8467    { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h:     section \"Present But Cannot Be Compiled\"" >&5 
     8468$as_echo "$as_me: WARNING: sys/socket.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     8469    { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&5 
     8470$as_echo "$as_me: WARNING: sys/socket.h: proceeding with the preprocessor's result" >&2;} 
     8471    { $as_echo "$as_me:$LINENO: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&5 
     8472$as_echo "$as_me: WARNING: sys/socket.h: in the future, the compiler will take precedence" >&2;} 
    80898473 
    80908474    ;; 
    80918475esac 
    8092 { echo "$as_me:$LINENO: checking for sys/socket.h" >&5 
    8093 echo $ECHO_N "checking for sys/socket.h... $ECHO_C" >&6; } 
     8476{ $as_echo "$as_me:$LINENO: checking for sys/socket.h" >&5 
     8477$as_echo_n "checking for sys/socket.h... " >&6; } 
    80948478if test "${ac_cv_header_sys_socket_h+set}" = set; then 
    8095   echo $ECHO_N "(cached) $ECHO_C" >&6 
     8479  $as_echo_n "(cached) " >&6 
    80968480else 
    80978481  ac_cv_header_sys_socket_h=$ac_header_preproc 
    80988482fi 
    8099 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 
    8100 echo "${ECHO_T}$ac_cv_header_sys_socket_h" >&6; } 
     8483{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_socket_h" >&5 
     8484$as_echo "$ac_cv_header_sys_socket_h" >&6; } 
    81018485 
    81028486fi 
     
    81108494 
    81118495if test "${ac_cv_header_sys_time_h+set}" = set; then 
    8112   { echo "$as_me:$LINENO: checking for sys/time.h" >&5 
    8113 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; } 
     8496  { $as_echo "$as_me:$LINENO: checking for sys/time.h" >&5 
     8497$as_echo_n "checking for sys/time.h... " >&6; } 
    81148498if test "${ac_cv_header_sys_time_h+set}" = set; then 
    8115   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8116 fi 
    8117 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 
    8118 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; } 
     8499  $as_echo_n "(cached) " >&6 
     8500fi 
     8501{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 
     8502$as_echo "$ac_cv_header_sys_time_h" >&6; } 
    81198503else 
    81208504  # Is the header compilable? 
    8121 { echo "$as_me:$LINENO: checking sys/time.h usability" >&5 
    8122 echo $ECHO_N "checking sys/time.h usability... $ECHO_C" >&6; } 
     8505{ $as_echo "$as_me:$LINENO: checking sys/time.h usability" >&5 
     8506$as_echo_n "checking sys/time.h usability... " >&6; } 
    81238507cat >conftest.$ac_ext <<_ACEOF 
    81248508/* confdefs.h.  */ 
     
    81368520  *) ac_try_echo=$ac_try;; 
    81378521esac 
    8138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8522eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8523$as_echo "$ac_try_echo") >&5 
    81398524  (eval "$ac_compile") 2>conftest.er1 
    81408525  ac_status=$? 
     
    81428527  rm -f conftest.er1 
    81438528  cat conftest.err >&5 
    8144   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8529  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    81458530  (exit $ac_status); } && { 
    81468531         test -z "$ac_c_werror_flag" || 
     
    81498534  ac_header_compiler=yes 
    81508535else 
    8151   echo "$as_me: failed program was:" >&5 
     8536  $as_echo "$as_me: failed program was:" >&5 
    81528537sed 's/^/| /' conftest.$ac_ext >&5 
    81538538 
     
    81568541 
    81578542rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    8158 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8159 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     8543{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8544$as_echo "$ac_header_compiler" >&6; } 
    81608545 
    81618546# Is the header present? 
    8162 { echo "$as_me:$LINENO: checking sys/time.h presence" >&5 
    8163 echo $ECHO_N "checking sys/time.h presence... $ECHO_C" >&6; } 
     8547{ $as_echo "$as_me:$LINENO: checking sys/time.h presence" >&5 
     8548$as_echo_n "checking sys/time.h presence... " >&6; } 
    81648549cat >conftest.$ac_ext <<_ACEOF 
    81658550/* confdefs.h.  */ 
     
    81758560  *) ac_try_echo=$ac_try;; 
    81768561esac 
    8177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8562eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8563$as_echo "$ac_try_echo") >&5 
    81788564  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    81798565  ac_status=$? 
     
    81818567  rm -f conftest.er1 
    81828568  cat conftest.err >&5 
    8183   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8569  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    81848570  (exit $ac_status); } >/dev/null && { 
    81858571         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    81888574  ac_header_preproc=yes 
    81898575else 
    8190   echo "$as_me: failed program was:" >&5 
     8576  $as_echo "$as_me: failed program was:" >&5 
    81918577sed 's/^/| /' conftest.$ac_ext >&5 
    81928578 
     
    81958581 
    81968582rm -f conftest.err conftest.$ac_ext 
    8197 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8198 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     8583{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8584$as_echo "$ac_header_preproc" >&6; } 
    81998585 
    82008586# So?  What about this header? 
    82018587case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    82028588  yes:no: ) 
    8203     { echo "$as_me:$LINENO: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    8204 echo "$as_me: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    8205     { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the compiler's result" >&5 
    8206 echo "$as_me: WARNING: sys/time.h: proceeding with the compiler's result" >&2;} 
     8589    { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     8590$as_echo "$as_me: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     8591    { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the compiler's result" >&5 
     8592$as_echo "$as_me: WARNING: sys/time.h: proceeding with the compiler's result" >&2;} 
    82078593    ac_header_preproc=yes 
    82088594    ;; 
    82098595  no:yes:* ) 
    8210     { echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&5 
    8211 echo "$as_me: WARNING: sys/time.h: present but cannot be compiled" >&2;} 
    8212     { echo "$as_me:$LINENO: WARNING: sys/time.h:     check for missing prerequisite headers?" >&5 
    8213 echo "$as_me: WARNING: sys/time.h:     check for missing prerequisite headers?" >&2;} 
    8214     { echo "$as_me:$LINENO: WARNING: sys/time.h: see the Autoconf documentation" >&5 
    8215 echo "$as_me: WARNING: sys/time.h: see the Autoconf documentation" >&2;} 
    8216     { echo "$as_me:$LINENO: WARNING: sys/time.h:     section \"Present But Cannot Be Compiled\"" >&5 
    8217 echo "$as_me: WARNING: sys/time.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    8218     { echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5 
    8219 echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;} 
    8220     { echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&5 
    8221 echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;} 
     8596    { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: present but cannot be compiled" >&5 
     8597$as_echo "$as_me: WARNING: sys/time.h: present but cannot be compiled" >&2;} 
     8598    { $as_echo "$as_me:$LINENO: WARNING: sys/time.h:     check for missing prerequisite headers?" >&5 
     8599$as_echo "$as_me: WARNING: sys/time.h:     check for missing prerequisite headers?" >&2;} 
     8600    { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: see the Autoconf documentation" >&5 
     8601$as_echo "$as_me: WARNING: sys/time.h: see the Autoconf documentation" >&2;} 
     8602    { $as_echo "$as_me:$LINENO: WARNING: sys/time.h:     section \"Present But Cannot Be Compiled\"" >&5 
     8603$as_echo "$as_me: WARNING: sys/time.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     8604    { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: proceeding with the preprocessor's result" >&5 
     8605$as_echo "$as_me: WARNING: sys/time.h: proceeding with the preprocessor's result" >&2;} 
     8606    { $as_echo "$as_me:$LINENO: WARNING: sys/time.h: in the future, the compiler will take precedence" >&5 
     8607$as_echo "$as_me: WARNING: sys/time.h: in the future, the compiler will take precedence" >&2;} 
    82228608 
    82238609    ;; 
    82248610esac 
    8225 { echo "$as_me:$LINENO: checking for sys/time.h" >&5 
    8226 echo $ECHO_N "checking for sys/time.h... $ECHO_C" >&6; } 
     8611{ $as_echo "$as_me:$LINENO: checking for sys/time.h" >&5 
     8612$as_echo_n "checking for sys/time.h... " >&6; } 
    82278613if test "${ac_cv_header_sys_time_h+set}" = set; then 
    8228   echo $ECHO_N "(cached) $ECHO_C" >&6 
     8614  $as_echo_n "(cached) " >&6 
    82298615else 
    82308616  ac_cv_header_sys_time_h=$ac_header_preproc 
    82318617fi 
    8232 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 
    8233 echo "${ECHO_T}$ac_cv_header_sys_time_h" >&6; } 
     8618{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_time_h" >&5 
     8619$as_echo "$ac_cv_header_sys_time_h" >&6; } 
    82348620 
    82358621fi 
     
    82438629 
    82448630if test "${ac_cv_header_sys_timeb_h+set}" = set; then 
    8245   { echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 
    8246 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; } 
     8631  { $as_echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 
     8632$as_echo_n "checking for sys/timeb.h... " >&6; } 
    82478633if test "${ac_cv_header_sys_timeb_h+set}" = set; then 
    8248   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8249 fi 
    8250 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 
    8251 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; } 
     8634  $as_echo_n "(cached) " >&6 
     8635fi 
     8636{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 
     8637$as_echo "$ac_cv_header_sys_timeb_h" >&6; } 
    82528638else 
    82538639  # Is the header compilable? 
    8254 { echo "$as_me:$LINENO: checking sys/timeb.h usability" >&5 
    8255 echo $ECHO_N "checking sys/timeb.h usability... $ECHO_C" >&6; } 
     8640{ $as_echo "$as_me:$LINENO: checking sys/timeb.h usability" >&5 
     8641$as_echo_n "checking sys/timeb.h usability... " >&6; } 
    82568642cat >conftest.$ac_ext <<_ACEOF 
    82578643/* confdefs.h.  */ 
     
    82698655  *) ac_try_echo=$ac_try;; 
    82708656esac 
    8271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8657eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8658$as_echo "$ac_try_echo") >&5 
    82728659  (eval "$ac_compile") 2>conftest.er1 
    82738660  ac_status=$? 
     
    82758662  rm -f conftest.er1 
    82768663  cat conftest.err >&5 
    8277   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8664  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    82788665  (exit $ac_status); } && { 
    82798666         test -z "$ac_c_werror_flag" || 
     
    82828669  ac_header_compiler=yes 
    82838670else 
    8284   echo "$as_me: failed program was:" >&5 
     8671  $as_echo "$as_me: failed program was:" >&5 
    82858672sed 's/^/| /' conftest.$ac_ext >&5 
    82868673 
     
    82898676 
    82908677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    8291 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8292 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     8678{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8679$as_echo "$ac_header_compiler" >&6; } 
    82938680 
    82948681# Is the header present? 
    8295 { echo "$as_me:$LINENO: checking sys/timeb.h presence" >&5 
    8296 echo $ECHO_N "checking sys/timeb.h presence... $ECHO_C" >&6; } 
     8682{ $as_echo "$as_me:$LINENO: checking sys/timeb.h presence" >&5 
     8683$as_echo_n "checking sys/timeb.h presence... " >&6; } 
    82978684cat >conftest.$ac_ext <<_ACEOF 
    82988685/* confdefs.h.  */ 
     
    83088695  *) ac_try_echo=$ac_try;; 
    83098696esac 
    8310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8697eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8698$as_echo "$ac_try_echo") >&5 
    83118699  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    83128700  ac_status=$? 
     
    83148702  rm -f conftest.er1 
    83158703  cat conftest.err >&5 
    8316   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8704  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    83178705  (exit $ac_status); } >/dev/null && { 
    83188706         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    83218709  ac_header_preproc=yes 
    83228710else 
    8323   echo "$as_me: failed program was:" >&5 
     8711  $as_echo "$as_me: failed program was:" >&5 
    83248712sed 's/^/| /' conftest.$ac_ext >&5 
    83258713 
     
    83288716 
    83298717rm -f conftest.err conftest.$ac_ext 
    8330 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8331 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     8718{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8719$as_echo "$ac_header_preproc" >&6; } 
    83328720 
    83338721# So?  What about this header? 
    83348722case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    83358723  yes:no: ) 
    8336     { echo "$as_me:$LINENO: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    8337 echo "$as_me: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    8338     { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the compiler's result" >&5 
    8339 echo "$as_me: WARNING: sys/timeb.h: proceeding with the compiler's result" >&2;} 
     8724    { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     8725$as_echo "$as_me: WARNING: sys/timeb.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     8726    { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the compiler's result" >&5 
     8727$as_echo "$as_me: WARNING: sys/timeb.h: proceeding with the compiler's result" >&2;} 
    83408728    ac_header_preproc=yes 
    83418729    ;; 
    83428730  no:yes:* ) 
    8343     { echo "$as_me:$LINENO: WARNING: sys/timeb.h: present but cannot be compiled" >&5 
    8344 echo "$as_me: WARNING: sys/timeb.h: present but cannot be compiled" >&2;} 
    8345     { echo "$as_me:$LINENO: WARNING: sys/timeb.h:     check for missing prerequisite headers?" >&5 
    8346 echo "$as_me: WARNING: sys/timeb.h:     check for missing prerequisite headers?" >&2;} 
    8347     { echo "$as_me:$LINENO: WARNING: sys/timeb.h: see the Autoconf documentation" >&5 
    8348 echo "$as_me: WARNING: sys/timeb.h: see the Autoconf documentation" >&2;} 
    8349     { echo "$as_me:$LINENO: WARNING: sys/timeb.h:     section \"Present But Cannot Be Compiled\"" >&5 
    8350 echo "$as_me: WARNING: sys/timeb.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    8351     { echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&5 
    8352 echo "$as_me: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&2;} 
    8353     { echo "$as_me:$LINENO: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&5 
    8354 echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;} 
     8731    { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: present but cannot be compiled" >&5 
     8732$as_echo "$as_me: WARNING: sys/timeb.h: present but cannot be compiled" >&2;} 
     8733    { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h:     check for missing prerequisite headers?" >&5 
     8734$as_echo "$as_me: WARNING: sys/timeb.h:     check for missing prerequisite headers?" >&2;} 
     8735    { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: see the Autoconf documentation" >&5 
     8736$as_echo "$as_me: WARNING: sys/timeb.h: see the Autoconf documentation" >&2;} 
     8737    { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h:     section \"Present But Cannot Be Compiled\"" >&5 
     8738$as_echo "$as_me: WARNING: sys/timeb.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     8739    { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&5 
     8740$as_echo "$as_me: WARNING: sys/timeb.h: proceeding with the preprocessor's result" >&2;} 
     8741    { $as_echo "$as_me:$LINENO: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&5 
     8742$as_echo "$as_me: WARNING: sys/timeb.h: in the future, the compiler will take precedence" >&2;} 
    83558743 
    83568744    ;; 
    83578745esac 
    8358 { echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 
    8359 echo $ECHO_N "checking for sys/timeb.h... $ECHO_C" >&6; } 
     8746{ $as_echo "$as_me:$LINENO: checking for sys/timeb.h" >&5 
     8747$as_echo_n "checking for sys/timeb.h... " >&6; } 
    83608748if test "${ac_cv_header_sys_timeb_h+set}" = set; then 
    8361   echo $ECHO_N "(cached) $ECHO_C" >&6 
     8749  $as_echo_n "(cached) " >&6 
    83628750else 
    83638751  ac_cv_header_sys_timeb_h=$ac_header_preproc 
    83648752fi 
    8365 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 
    8366 echo "${ECHO_T}$ac_cv_header_sys_timeb_h" >&6; } 
     8753{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_timeb_h" >&5 
     8754$as_echo "$ac_cv_header_sys_timeb_h" >&6; } 
    83678755 
    83688756fi 
     
    83768764 
    83778765if test "${ac_cv_header_sys_types_h+set}" = set; then 
    8378   { echo "$as_me:$LINENO: checking for sys/types.h" >&5 
    8379 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; } 
     8766  { $as_echo "$as_me:$LINENO: checking for sys/types.h" >&5 
     8767$as_echo_n "checking for sys/types.h... " >&6; } 
    83808768if test "${ac_cv_header_sys_types_h+set}" = set; then 
    8381   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8382 fi 
    8383 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 
    8384 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; } 
     8769  $as_echo_n "(cached) " >&6 
     8770fi 
     8771{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 
     8772$as_echo "$ac_cv_header_sys_types_h" >&6; } 
    83858773else 
    83868774  # Is the header compilable? 
    8387 { echo "$as_me:$LINENO: checking sys/types.h usability" >&5 
    8388 echo $ECHO_N "checking sys/types.h usability... $ECHO_C" >&6; } 
     8775{ $as_echo "$as_me:$LINENO: checking sys/types.h usability" >&5 
     8776$as_echo_n "checking sys/types.h usability... " >&6; } 
    83898777cat >conftest.$ac_ext <<_ACEOF 
    83908778/* confdefs.h.  */ 
     
    84028790  *) ac_try_echo=$ac_try;; 
    84038791esac 
    8404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8792eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8793$as_echo "$ac_try_echo") >&5 
    84058794  (eval "$ac_compile") 2>conftest.er1 
    84068795  ac_status=$? 
     
    84088797  rm -f conftest.er1 
    84098798  cat conftest.err >&5 
    8410   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8799  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    84118800  (exit $ac_status); } && { 
    84128801         test -z "$ac_c_werror_flag" || 
     
    84158804  ac_header_compiler=yes 
    84168805else 
    8417   echo "$as_me: failed program was:" >&5 
     8806  $as_echo "$as_me: failed program was:" >&5 
    84188807sed 's/^/| /' conftest.$ac_ext >&5 
    84198808 
     
    84228811 
    84238812rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    8424 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8425 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     8813{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8814$as_echo "$ac_header_compiler" >&6; } 
    84268815 
    84278816# Is the header present? 
    8428 { echo "$as_me:$LINENO: checking sys/types.h presence" >&5 
    8429 echo $ECHO_N "checking sys/types.h presence... $ECHO_C" >&6; } 
     8817{ $as_echo "$as_me:$LINENO: checking sys/types.h presence" >&5 
     8818$as_echo_n "checking sys/types.h presence... " >&6; } 
    84308819cat >conftest.$ac_ext <<_ACEOF 
    84318820/* confdefs.h.  */ 
     
    84418830  *) ac_try_echo=$ac_try;; 
    84428831esac 
    8443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8832eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8833$as_echo "$ac_try_echo") >&5 
    84448834  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    84458835  ac_status=$? 
     
    84478837  rm -f conftest.er1 
    84488838  cat conftest.err >&5 
    8449   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8839  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    84508840  (exit $ac_status); } >/dev/null && { 
    84518841         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    84548844  ac_header_preproc=yes 
    84558845else 
    8456   echo "$as_me: failed program was:" >&5 
     8846  $as_echo "$as_me: failed program was:" >&5 
    84578847sed 's/^/| /' conftest.$ac_ext >&5 
    84588848 
     
    84618851 
    84628852rm -f conftest.err conftest.$ac_ext 
    8463 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8464 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     8853{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8854$as_echo "$ac_header_preproc" >&6; } 
    84658855 
    84668856# So?  What about this header? 
    84678857case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    84688858  yes:no: ) 
    8469     { echo "$as_me:$LINENO: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    8470 echo "$as_me: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    8471     { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the compiler's result" >&5 
    8472 echo "$as_me: WARNING: sys/types.h: proceeding with the compiler's result" >&2;} 
     8859    { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     8860$as_echo "$as_me: WARNING: sys/types.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     8861    { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the compiler's result" >&5 
     8862$as_echo "$as_me: WARNING: sys/types.h: proceeding with the compiler's result" >&2;} 
    84738863    ac_header_preproc=yes 
    84748864    ;; 
    84758865  no:yes:* ) 
    8476     { echo "$as_me:$LINENO: WARNING: sys/types.h: present but cannot be compiled" >&5 
    8477 echo "$as_me: WARNING: sys/types.h: present but cannot be compiled" >&2;} 
    8478     { echo "$as_me:$LINENO: WARNING: sys/types.h:     check for missing prerequisite headers?" >&5 
    8479 echo "$as_me: WARNING: sys/types.h:     check for missing prerequisite headers?" >&2;} 
    8480     { echo "$as_me:$LINENO: WARNING: sys/types.h: see the Autoconf documentation" >&5 
    8481 echo "$as_me: WARNING: sys/types.h: see the Autoconf documentation" >&2;} 
    8482     { echo "$as_me:$LINENO: WARNING: sys/types.h:     section \"Present But Cannot Be Compiled\"" >&5 
    8483 echo "$as_me: WARNING: sys/types.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    8484     { echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5 
    8485 echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;} 
    8486     { echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5 
    8487 echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} 
     8866    { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: present but cannot be compiled" >&5 
     8867$as_echo "$as_me: WARNING: sys/types.h: present but cannot be compiled" >&2;} 
     8868    { $as_echo "$as_me:$LINENO: WARNING: sys/types.h:     check for missing prerequisite headers?" >&5 
     8869$as_echo "$as_me: WARNING: sys/types.h:     check for missing prerequisite headers?" >&2;} 
     8870    { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: see the Autoconf documentation" >&5 
     8871$as_echo "$as_me: WARNING: sys/types.h: see the Autoconf documentation" >&2;} 
     8872    { $as_echo "$as_me:$LINENO: WARNING: sys/types.h:     section \"Present But Cannot Be Compiled\"" >&5 
     8873$as_echo "$as_me: WARNING: sys/types.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     8874    { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: proceeding with the preprocessor's result" >&5 
     8875$as_echo "$as_me: WARNING: sys/types.h: proceeding with the preprocessor's result" >&2;} 
     8876    { $as_echo "$as_me:$LINENO: WARNING: sys/types.h: in the future, the compiler will take precedence" >&5 
     8877$as_echo "$as_me: WARNING: sys/types.h: in the future, the compiler will take precedence" >&2;} 
    84888878 
    84898879    ;; 
    84908880esac 
    8491 { echo "$as_me:$LINENO: checking for sys/types.h" >&5 
    8492 echo $ECHO_N "checking for sys/types.h... $ECHO_C" >&6; } 
     8881{ $as_echo "$as_me:$LINENO: checking for sys/types.h" >&5 
     8882$as_echo_n "checking for sys/types.h... " >&6; } 
    84938883if test "${ac_cv_header_sys_types_h+set}" = set; then 
    8494   echo $ECHO_N "(cached) $ECHO_C" >&6 
     8884  $as_echo_n "(cached) " >&6 
    84958885else 
    84968886  ac_cv_header_sys_types_h=$ac_header_preproc 
    84978887fi 
    8498 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 
    8499 echo "${ECHO_T}$ac_cv_header_sys_types_h" >&6; } 
     8888{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_types_h" >&5 
     8889$as_echo "$ac_cv_header_sys_types_h" >&6; } 
    85008890 
    85018891fi 
     
    85098899 
    85108900if test "${ac_cv_header_time_h+set}" = set; then 
    8511   { echo "$as_me:$LINENO: checking for time.h" >&5 
    8512 echo $ECHO_N "checking for time.h... $ECHO_C" >&6; } 
     8901  { $as_echo "$as_me:$LINENO: checking for time.h" >&5 
     8902$as_echo_n "checking for time.h... " >&6; } 
    85138903if test "${ac_cv_header_time_h+set}" = set; then 
    8514   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8515 fi 
    8516 { echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 
    8517 echo "${ECHO_T}$ac_cv_header_time_h" >&6; } 
     8904  $as_echo_n "(cached) " >&6 
     8905fi 
     8906{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 
     8907$as_echo "$ac_cv_header_time_h" >&6; } 
    85188908else 
    85198909  # Is the header compilable? 
    8520 { echo "$as_me:$LINENO: checking time.h usability" >&5 
    8521 echo $ECHO_N "checking time.h usability... $ECHO_C" >&6; } 
     8910{ $as_echo "$as_me:$LINENO: checking time.h usability" >&5 
     8911$as_echo_n "checking time.h usability... " >&6; } 
    85228912cat >conftest.$ac_ext <<_ACEOF 
    85238913/* confdefs.h.  */ 
     
    85358925  *) ac_try_echo=$ac_try;; 
    85368926esac 
    8537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8927eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8928$as_echo "$ac_try_echo") >&5 
    85388929  (eval "$ac_compile") 2>conftest.er1 
    85398930  ac_status=$? 
     
    85418932  rm -f conftest.er1 
    85428933  cat conftest.err >&5 
    8543   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8934  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    85448935  (exit $ac_status); } && { 
    85458936         test -z "$ac_c_werror_flag" || 
     
    85488939  ac_header_compiler=yes 
    85498940else 
    8550   echo "$as_me: failed program was:" >&5 
     8941  $as_echo "$as_me: failed program was:" >&5 
    85518942sed 's/^/| /' conftest.$ac_ext >&5 
    85528943 
     
    85558946 
    85568947rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    8557 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8558 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     8948{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     8949$as_echo "$ac_header_compiler" >&6; } 
    85598950 
    85608951# Is the header present? 
    8561 { echo "$as_me:$LINENO: checking time.h presence" >&5 
    8562 echo $ECHO_N "checking time.h presence... $ECHO_C" >&6; } 
     8952{ $as_echo "$as_me:$LINENO: checking time.h presence" >&5 
     8953$as_echo_n "checking time.h presence... " >&6; } 
    85638954cat >conftest.$ac_ext <<_ACEOF 
    85648955/* confdefs.h.  */ 
     
    85748965  *) ac_try_echo=$ac_try;; 
    85758966esac 
    8576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     8967eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     8968$as_echo "$ac_try_echo") >&5 
    85778969  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    85788970  ac_status=$? 
     
    85808972  rm -f conftest.er1 
    85818973  cat conftest.err >&5 
    8582   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     8974  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    85838975  (exit $ac_status); } >/dev/null && { 
    85848976         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    85878979  ac_header_preproc=yes 
    85888980else 
    8589   echo "$as_me: failed program was:" >&5 
     8981  $as_echo "$as_me: failed program was:" >&5 
    85908982sed 's/^/| /' conftest.$ac_ext >&5 
    85918983 
     
    85948986 
    85958987rm -f conftest.err conftest.$ac_ext 
    8596 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8597 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     8988{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     8989$as_echo "$ac_header_preproc" >&6; } 
    85988990 
    85998991# So?  What about this header? 
    86008992case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    86018993  yes:no: ) 
    8602     { echo "$as_me:$LINENO: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    8603 echo "$as_me: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    8604     { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the compiler's result" >&5 
    8605 echo "$as_me: WARNING: time.h: proceeding with the compiler's result" >&2;} 
     8994    { $as_echo "$as_me:$LINENO: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     8995$as_echo "$as_me: WARNING: time.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     8996    { $as_echo "$as_me:$LINENO: WARNING: time.h: proceeding with the compiler's result" >&5 
     8997$as_echo "$as_me: WARNING: time.h: proceeding with the compiler's result" >&2;} 
    86068998    ac_header_preproc=yes 
    86078999    ;; 
    86089000  no:yes:* ) 
    8609     { echo "$as_me:$LINENO: WARNING: time.h: present but cannot be compiled" >&5 
    8610 echo "$as_me: WARNING: time.h: present but cannot be compiled" >&2;} 
    8611     { echo "$as_me:$LINENO: WARNING: time.h:     check for missing prerequisite headers?" >&5 
    8612 echo "$as_me: WARNING: time.h:     check for missing prerequisite headers?" >&2;} 
    8613     { echo "$as_me:$LINENO: WARNING: time.h: see the Autoconf documentation" >&5 
    8614 echo "$as_me: WARNING: time.h: see the Autoconf documentation" >&2;} 
    8615     { echo "$as_me:$LINENO: WARNING: time.h:     section \"Present But Cannot Be Compiled\"" >&5 
    8616 echo "$as_me: WARNING: time.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    8617     { echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5 
    8618 echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;} 
    8619     { echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&5 
    8620 echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;} 
     9001    { $as_echo "$as_me:$LINENO: WARNING: time.h: present but cannot be compiled" >&5 
     9002$as_echo "$as_me: WARNING: time.h: present but cannot be compiled" >&2;} 
     9003    { $as_echo "$as_me:$LINENO: WARNING: time.h:     check for missing prerequisite headers?" >&5 
     9004$as_echo "$as_me: WARNING: time.h:     check for missing prerequisite headers?" >&2;} 
     9005    { $as_echo "$as_me:$LINENO: WARNING: time.h: see the Autoconf documentation" >&5 
     9006$as_echo "$as_me: WARNING: time.h: see the Autoconf documentation" >&2;} 
     9007    { $as_echo "$as_me:$LINENO: WARNING: time.h:     section \"Present But Cannot Be Compiled\"" >&5 
     9008$as_echo "$as_me: WARNING: time.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     9009    { $as_echo "$as_me:$LINENO: WARNING: time.h: proceeding with the preprocessor's result" >&5 
     9010$as_echo "$as_me: WARNING: time.h: proceeding with the preprocessor's result" >&2;} 
     9011    { $as_echo "$as_me:$LINENO: WARNING: time.h: in the future, the compiler will take precedence" >&5 
     9012$as_echo "$as_me: WARNING: time.h: in the future, the compiler will take precedence" >&2;} 
    86219013 
    86229014    ;; 
    86239015esac 
    8624 { echo "$as_me:$LINENO: checking for time.h" >&5 
    8625 echo $ECHO_N "checking for time.h... $ECHO_C" >&6; } 
     9016{ $as_echo "$as_me:$LINENO: checking for time.h" >&5 
     9017$as_echo_n "checking for time.h... " >&6; } 
    86269018if test "${ac_cv_header_time_h+set}" = set; then 
    8627   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9019  $as_echo_n "(cached) " >&6 
    86289020else 
    86299021  ac_cv_header_time_h=$ac_header_preproc 
    86309022fi 
    8631 { echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 
    8632 echo "${ECHO_T}$ac_cv_header_time_h" >&6; } 
     9023{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time_h" >&5 
     9024$as_echo "$ac_cv_header_time_h" >&6; } 
    86339025 
    86349026fi 
     
    86429034 
    86439035if test "${ac_cv_header_unistd_h+set}" = set; then 
    8644   { echo "$as_me:$LINENO: checking for unistd.h" >&5 
    8645 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; } 
     9036  { $as_echo "$as_me:$LINENO: checking for unistd.h" >&5 
     9037$as_echo_n "checking for unistd.h... " >&6; } 
    86469038if test "${ac_cv_header_unistd_h+set}" = set; then 
    8647   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8648 fi 
    8649 { echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 
    8650 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; } 
     9039  $as_echo_n "(cached) " >&6 
     9040fi 
     9041{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 
     9042$as_echo "$ac_cv_header_unistd_h" >&6; } 
    86519043else 
    86529044  # Is the header compilable? 
    8653 { echo "$as_me:$LINENO: checking unistd.h usability" >&5 
    8654 echo $ECHO_N "checking unistd.h usability... $ECHO_C" >&6; } 
     9045{ $as_echo "$as_me:$LINENO: checking unistd.h usability" >&5 
     9046$as_echo_n "checking unistd.h usability... " >&6; } 
    86559047cat >conftest.$ac_ext <<_ACEOF 
    86569048/* confdefs.h.  */ 
     
    86689060  *) ac_try_echo=$ac_try;; 
    86699061esac 
    8670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9062eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9063$as_echo "$ac_try_echo") >&5 
    86719064  (eval "$ac_compile") 2>conftest.er1 
    86729065  ac_status=$? 
     
    86749067  rm -f conftest.er1 
    86759068  cat conftest.err >&5 
    8676   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9069  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    86779070  (exit $ac_status); } && { 
    86789071         test -z "$ac_c_werror_flag" || 
     
    86819074  ac_header_compiler=yes 
    86829075else 
    8683   echo "$as_me: failed program was:" >&5 
     9076  $as_echo "$as_me: failed program was:" >&5 
    86849077sed 's/^/| /' conftest.$ac_ext >&5 
    86859078 
     
    86889081 
    86899082rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    8690 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8691 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     9083{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     9084$as_echo "$ac_header_compiler" >&6; } 
    86929085 
    86939086# Is the header present? 
    8694 { echo "$as_me:$LINENO: checking unistd.h presence" >&5 
    8695 echo $ECHO_N "checking unistd.h presence... $ECHO_C" >&6; } 
     9087{ $as_echo "$as_me:$LINENO: checking unistd.h presence" >&5 
     9088$as_echo_n "checking unistd.h presence... " >&6; } 
    86969089cat >conftest.$ac_ext <<_ACEOF 
    86979090/* confdefs.h.  */ 
     
    87079100  *) ac_try_echo=$ac_try;; 
    87089101esac 
    8709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9102eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9103$as_echo "$ac_try_echo") >&5 
    87109104  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    87119105  ac_status=$? 
     
    87139107  rm -f conftest.er1 
    87149108  cat conftest.err >&5 
    8715   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9109  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    87169110  (exit $ac_status); } >/dev/null && { 
    87179111         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    87209114  ac_header_preproc=yes 
    87219115else 
    8722   echo "$as_me: failed program was:" >&5 
     9116  $as_echo "$as_me: failed program was:" >&5 
    87239117sed 's/^/| /' conftest.$ac_ext >&5 
    87249118 
     
    87279121 
    87289122rm -f conftest.err conftest.$ac_ext 
    8729 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8730 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     9123{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     9124$as_echo "$ac_header_preproc" >&6; } 
    87319125 
    87329126# So?  What about this header? 
    87339127case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    87349128  yes:no: ) 
    8735     { echo "$as_me:$LINENO: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    8736 echo "$as_me: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    8737     { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the compiler's result" >&5 
    8738 echo "$as_me: WARNING: unistd.h: proceeding with the compiler's result" >&2;} 
     9129    { $as_echo "$as_me:$LINENO: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     9130$as_echo "$as_me: WARNING: unistd.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     9131    { $as_echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the compiler's result" >&5 
     9132$as_echo "$as_me: WARNING: unistd.h: proceeding with the compiler's result" >&2;} 
    87399133    ac_header_preproc=yes 
    87409134    ;; 
    87419135  no:yes:* ) 
    8742     { echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&5 
    8743 echo "$as_me: WARNING: unistd.h: present but cannot be compiled" >&2;} 
    8744     { echo "$as_me:$LINENO: WARNING: unistd.h:     check for missing prerequisite headers?" >&5 
    8745 echo "$as_me: WARNING: unistd.h:     check for missing prerequisite headers?" >&2;} 
    8746     { echo "$as_me:$LINENO: WARNING: unistd.h: see the Autoconf documentation" >&5 
    8747 echo "$as_me: WARNING: unistd.h: see the Autoconf documentation" >&2;} 
    8748     { echo "$as_me:$LINENO: WARNING: unistd.h:     section \"Present But Cannot Be Compiled\"" >&5 
    8749 echo "$as_me: WARNING: unistd.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    8750     { echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5 
    8751 echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;} 
    8752     { echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&5 
    8753 echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;} 
     9136    { $as_echo "$as_me:$LINENO: WARNING: unistd.h: present but cannot be compiled" >&5 
     9137$as_echo "$as_me: WARNING: unistd.h: present but cannot be compiled" >&2;} 
     9138    { $as_echo "$as_me:$LINENO: WARNING: unistd.h:     check for missing prerequisite headers?" >&5 
     9139$as_echo "$as_me: WARNING: unistd.h:     check for missing prerequisite headers?" >&2;} 
     9140    { $as_echo "$as_me:$LINENO: WARNING: unistd.h: see the Autoconf documentation" >&5 
     9141$as_echo "$as_me: WARNING: unistd.h: see the Autoconf documentation" >&2;} 
     9142    { $as_echo "$as_me:$LINENO: WARNING: unistd.h:     section \"Present But Cannot Be Compiled\"" >&5 
     9143$as_echo "$as_me: WARNING: unistd.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     9144    { $as_echo "$as_me:$LINENO: WARNING: unistd.h: proceeding with the preprocessor's result" >&5 
     9145$as_echo "$as_me: WARNING: unistd.h: proceeding with the preprocessor's result" >&2;} 
     9146    { $as_echo "$as_me:$LINENO: WARNING: unistd.h: in the future, the compiler will take precedence" >&5 
     9147$as_echo "$as_me: WARNING: unistd.h: in the future, the compiler will take precedence" >&2;} 
    87549148 
    87559149    ;; 
    87569150esac 
    8757 { echo "$as_me:$LINENO: checking for unistd.h" >&5 
    8758 echo $ECHO_N "checking for unistd.h... $ECHO_C" >&6; } 
     9151{ $as_echo "$as_me:$LINENO: checking for unistd.h" >&5 
     9152$as_echo_n "checking for unistd.h... " >&6; } 
    87599153if test "${ac_cv_header_unistd_h+set}" = set; then 
    8760   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9154  $as_echo_n "(cached) " >&6 
    87619155else 
    87629156  ac_cv_header_unistd_h=$ac_header_preproc 
    87639157fi 
    8764 { echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 
    8765 echo "${ECHO_T}$ac_cv_header_unistd_h" >&6; } 
     9158{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_unistd_h" >&5 
     9159$as_echo "$ac_cv_header_unistd_h" >&6; } 
    87669160 
    87679161fi 
     
    87759169 
    87769170if test "${ac_cv_header_winsock_h+set}" = set; then 
    8777   { echo "$as_me:$LINENO: checking for winsock.h" >&5 
    8778 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; } 
     9171  { $as_echo "$as_me:$LINENO: checking for winsock.h" >&5 
     9172$as_echo_n "checking for winsock.h... " >&6; } 
    87799173if test "${ac_cv_header_winsock_h+set}" = set; then 
    8780   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8781 fi 
    8782 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 
    8783 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; } 
     9174  $as_echo_n "(cached) " >&6 
     9175fi 
     9176{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 
     9177$as_echo "$ac_cv_header_winsock_h" >&6; } 
    87849178else 
    87859179  # Is the header compilable? 
    8786 { echo "$as_me:$LINENO: checking winsock.h usability" >&5 
    8787 echo $ECHO_N "checking winsock.h usability... $ECHO_C" >&6; } 
     9180{ $as_echo "$as_me:$LINENO: checking winsock.h usability" >&5 
     9181$as_echo_n "checking winsock.h usability... " >&6; } 
    87889182cat >conftest.$ac_ext <<_ACEOF 
    87899183/* confdefs.h.  */ 
     
    88019195  *) ac_try_echo=$ac_try;; 
    88029196esac 
    8803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9197eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9198$as_echo "$ac_try_echo") >&5 
    88049199  (eval "$ac_compile") 2>conftest.er1 
    88059200  ac_status=$? 
     
    88079202  rm -f conftest.er1 
    88089203  cat conftest.err >&5 
    8809   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9204  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    88109205  (exit $ac_status); } && { 
    88119206         test -z "$ac_c_werror_flag" || 
     
    88149209  ac_header_compiler=yes 
    88159210else 
    8816   echo "$as_me: failed program was:" >&5 
     9211  $as_echo "$as_me: failed program was:" >&5 
    88179212sed 's/^/| /' conftest.$ac_ext >&5 
    88189213 
     
    88219216 
    88229217rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    8823 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8824 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     9218{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     9219$as_echo "$ac_header_compiler" >&6; } 
    88259220 
    88269221# Is the header present? 
    8827 { echo "$as_me:$LINENO: checking winsock.h presence" >&5 
    8828 echo $ECHO_N "checking winsock.h presence... $ECHO_C" >&6; } 
     9222{ $as_echo "$as_me:$LINENO: checking winsock.h presence" >&5 
     9223$as_echo_n "checking winsock.h presence... " >&6; } 
    88299224cat >conftest.$ac_ext <<_ACEOF 
    88309225/* confdefs.h.  */ 
     
    88409235  *) ac_try_echo=$ac_try;; 
    88419236esac 
    8842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9237eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9238$as_echo "$ac_try_echo") >&5 
    88439239  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    88449240  ac_status=$? 
     
    88469242  rm -f conftest.er1 
    88479243  cat conftest.err >&5 
    8848   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9244  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    88499245  (exit $ac_status); } >/dev/null && { 
    88509246         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    88539249  ac_header_preproc=yes 
    88549250else 
    8855   echo "$as_me: failed program was:" >&5 
     9251  $as_echo "$as_me: failed program was:" >&5 
    88569252sed 's/^/| /' conftest.$ac_ext >&5 
    88579253 
     
    88609256 
    88619257rm -f conftest.err conftest.$ac_ext 
    8862 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8863 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     9258{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     9259$as_echo "$ac_header_preproc" >&6; } 
    88649260 
    88659261# So?  What about this header? 
    88669262case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    88679263  yes:no: ) 
    8868     { echo "$as_me:$LINENO: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    8869 echo "$as_me: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    8870     { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the compiler's result" >&5 
    8871 echo "$as_me: WARNING: winsock.h: proceeding with the compiler's result" >&2;} 
     9264    { $as_echo "$as_me:$LINENO: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     9265$as_echo "$as_me: WARNING: winsock.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     9266    { $as_echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the compiler's result" >&5 
     9267$as_echo "$as_me: WARNING: winsock.h: proceeding with the compiler's result" >&2;} 
    88729268    ac_header_preproc=yes 
    88739269    ;; 
    88749270  no:yes:* ) 
    8875     { echo "$as_me:$LINENO: WARNING: winsock.h: present but cannot be compiled" >&5 
    8876 echo "$as_me: WARNING: winsock.h: present but cannot be compiled" >&2;} 
    8877     { echo "$as_me:$LINENO: WARNING: winsock.h:     check for missing prerequisite headers?" >&5 
    8878 echo "$as_me: WARNING: winsock.h:     check for missing prerequisite headers?" >&2;} 
    8879     { echo "$as_me:$LINENO: WARNING: winsock.h: see the Autoconf documentation" >&5 
    8880 echo "$as_me: WARNING: winsock.h: see the Autoconf documentation" >&2;} 
    8881     { echo "$as_me:$LINENO: WARNING: winsock.h:     section \"Present But Cannot Be Compiled\"" >&5 
    8882 echo "$as_me: WARNING: winsock.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    8883     { echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5 
    8884 echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;} 
    8885     { echo "$as_me:$LINENO: WARNING: winsock.h: in the future, the compiler will take precedence" >&5 
    8886 echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;} 
     9271    { $as_echo "$as_me:$LINENO: WARNING: winsock.h: present but cannot be compiled" >&5 
     9272$as_echo "$as_me: WARNING: winsock.h: present but cannot be compiled" >&2;} 
     9273    { $as_echo "$as_me:$LINENO: WARNING: winsock.h:     check for missing prerequisite headers?" >&5 
     9274$as_echo "$as_me: WARNING: winsock.h:     check for missing prerequisite headers?" >&2;} 
     9275    { $as_echo "$as_me:$LINENO: WARNING: winsock.h: see the Autoconf documentation" >&5 
     9276$as_echo "$as_me: WARNING: winsock.h: see the Autoconf documentation" >&2;} 
     9277    { $as_echo "$as_me:$LINENO: WARNING: winsock.h:     section \"Present But Cannot Be Compiled\"" >&5 
     9278$as_echo "$as_me: WARNING: winsock.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     9279    { $as_echo "$as_me:$LINENO: WARNING: winsock.h: proceeding with the preprocessor's result" >&5 
     9280$as_echo "$as_me: WARNING: winsock.h: proceeding with the preprocessor's result" >&2;} 
     9281    { $as_echo "$as_me:$LINENO: WARNING: winsock.h: in the future, the compiler will take precedence" >&5 
     9282$as_echo "$as_me: WARNING: winsock.h: in the future, the compiler will take precedence" >&2;} 
    88879283 
    88889284    ;; 
    88899285esac 
    8890 { echo "$as_me:$LINENO: checking for winsock.h" >&5 
    8891 echo $ECHO_N "checking for winsock.h... $ECHO_C" >&6; } 
     9286{ $as_echo "$as_me:$LINENO: checking for winsock.h" >&5 
     9287$as_echo_n "checking for winsock.h... " >&6; } 
    88929288if test "${ac_cv_header_winsock_h+set}" = set; then 
    8893   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9289  $as_echo_n "(cached) " >&6 
    88949290else 
    88959291  ac_cv_header_winsock_h=$ac_header_preproc 
    88969292fi 
    8897 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 
    8898 echo "${ECHO_T}$ac_cv_header_winsock_h" >&6; } 
     9293{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_winsock_h" >&5 
     9294$as_echo "$ac_cv_header_winsock_h" >&6; } 
    88999295 
    89009296fi 
     
    89089304 
    89099305if test "${ac_cv_header_winsock2_h+set}" = set; then 
    8910   { echo "$as_me:$LINENO: checking for winsock2.h" >&5 
    8911 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; } 
     9306  { $as_echo "$as_me:$LINENO: checking for winsock2.h" >&5 
     9307$as_echo_n "checking for winsock2.h... " >&6; } 
    89129308if test "${ac_cv_header_winsock2_h+set}" = set; then 
    8913   echo $ECHO_N "(cached) $ECHO_C" >&6 
    8914 fi 
    8915 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 
    8916 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; } 
     9309  $as_echo_n "(cached) " >&6 
     9310fi 
     9311{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 
     9312$as_echo "$ac_cv_header_winsock2_h" >&6; } 
    89179313else 
    89189314  # Is the header compilable? 
    8919 { echo "$as_me:$LINENO: checking winsock2.h usability" >&5 
    8920 echo $ECHO_N "checking winsock2.h usability... $ECHO_C" >&6; } 
     9315{ $as_echo "$as_me:$LINENO: checking winsock2.h usability" >&5 
     9316$as_echo_n "checking winsock2.h usability... " >&6; } 
    89219317cat >conftest.$ac_ext <<_ACEOF 
    89229318/* confdefs.h.  */ 
     
    89349330  *) ac_try_echo=$ac_try;; 
    89359331esac 
    8936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9332eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9333$as_echo "$ac_try_echo") >&5 
    89379334  (eval "$ac_compile") 2>conftest.er1 
    89389335  ac_status=$? 
     
    89409337  rm -f conftest.er1 
    89419338  cat conftest.err >&5 
    8942   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9339  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    89439340  (exit $ac_status); } && { 
    89449341         test -z "$ac_c_werror_flag" || 
     
    89479344  ac_header_compiler=yes 
    89489345else 
    8949   echo "$as_me: failed program was:" >&5 
     9346  $as_echo "$as_me: failed program was:" >&5 
    89509347sed 's/^/| /' conftest.$ac_ext >&5 
    89519348 
     
    89549351 
    89559352rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    8956 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    8957 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     9353{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     9354$as_echo "$ac_header_compiler" >&6; } 
    89589355 
    89599356# Is the header present? 
    8960 { echo "$as_me:$LINENO: checking winsock2.h presence" >&5 
    8961 echo $ECHO_N "checking winsock2.h presence... $ECHO_C" >&6; } 
     9357{ $as_echo "$as_me:$LINENO: checking winsock2.h presence" >&5 
     9358$as_echo_n "checking winsock2.h presence... " >&6; } 
    89629359cat >conftest.$ac_ext <<_ACEOF 
    89639360/* confdefs.h.  */ 
     
    89739370  *) ac_try_echo=$ac_try;; 
    89749371esac 
    8975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9372eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9373$as_echo "$ac_try_echo") >&5 
    89769374  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    89779375  ac_status=$? 
     
    89799377  rm -f conftest.er1 
    89809378  cat conftest.err >&5 
    8981   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9379  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    89829380  (exit $ac_status); } >/dev/null && { 
    89839381         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    89869384  ac_header_preproc=yes 
    89879385else 
    8988   echo "$as_me: failed program was:" >&5 
     9386  $as_echo "$as_me: failed program was:" >&5 
    89899387sed 's/^/| /' conftest.$ac_ext >&5 
    89909388 
     
    89939391 
    89949392rm -f conftest.err conftest.$ac_ext 
    8995 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    8996 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     9393{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     9394$as_echo "$ac_header_preproc" >&6; } 
    89979395 
    89989396# So?  What about this header? 
    89999397case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    90009398  yes:no: ) 
    9001     { echo "$as_me:$LINENO: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    9002 echo "$as_me: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    9003     { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the compiler's result" >&5 
    9004 echo "$as_me: WARNING: winsock2.h: proceeding with the compiler's result" >&2;} 
     9399    { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     9400$as_echo "$as_me: WARNING: winsock2.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     9401    { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the compiler's result" >&5 
     9402$as_echo "$as_me: WARNING: winsock2.h: proceeding with the compiler's result" >&2;} 
    90059403    ac_header_preproc=yes 
    90069404    ;; 
    90079405  no:yes:* ) 
    9008     { echo "$as_me:$LINENO: WARNING: winsock2.h: present but cannot be compiled" >&5 
    9009 echo "$as_me: WARNING: winsock2.h: present but cannot be compiled" >&2;} 
    9010     { echo "$as_me:$LINENO: WARNING: winsock2.h:     check for missing prerequisite headers?" >&5 
    9011 echo "$as_me: WARNING: winsock2.h:     check for missing prerequisite headers?" >&2;} 
    9012     { echo "$as_me:$LINENO: WARNING: winsock2.h: see the Autoconf documentation" >&5 
    9013 echo "$as_me: WARNING: winsock2.h: see the Autoconf documentation" >&2;} 
    9014     { echo "$as_me:$LINENO: WARNING: winsock2.h:     section \"Present But Cannot Be Compiled\"" >&5 
    9015 echo "$as_me: WARNING: winsock2.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    9016     { echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&5 
    9017 echo "$as_me: WARNING: winsock2.h: proceeding with the preprocessor's result" >&2;} 
    9018     { echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&5 
    9019 echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;} 
     9406    { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: present but cannot be compiled" >&5 
     9407$as_echo "$as_me: WARNING: winsock2.h: present but cannot be compiled" >&2;} 
     9408    { $as_echo "$as_me:$LINENO: WARNING: winsock2.h:     check for missing prerequisite headers?" >&5 
     9409$as_echo "$as_me: WARNING: winsock2.h:     check for missing prerequisite headers?" >&2;} 
     9410    { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: see the Autoconf documentation" >&5 
     9411$as_echo "$as_me: WARNING: winsock2.h: see the Autoconf documentation" >&2;} 
     9412    { $as_echo "$as_me:$LINENO: WARNING: winsock2.h:     section \"Present But Cannot Be Compiled\"" >&5 
     9413$as_echo "$as_me: WARNING: winsock2.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     9414    { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: proceeding with the preprocessor's result" >&5 
     9415$as_echo "$as_me: WARNING: winsock2.h: proceeding with the preprocessor's result" >&2;} 
     9416    { $as_echo "$as_me:$LINENO: WARNING: winsock2.h: in the future, the compiler will take precedence" >&5 
     9417$as_echo "$as_me: WARNING: winsock2.h: in the future, the compiler will take precedence" >&2;} 
    90209418 
    90219419    ;; 
    90229420esac 
    9023 { echo "$as_me:$LINENO: checking for winsock2.h" >&5 
    9024 echo $ECHO_N "checking for winsock2.h... $ECHO_C" >&6; } 
     9421{ $as_echo "$as_me:$LINENO: checking for winsock2.h" >&5 
     9422$as_echo_n "checking for winsock2.h... " >&6; } 
    90259423if test "${ac_cv_header_winsock2_h+set}" = set; then 
    9026   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9424  $as_echo_n "(cached) " >&6 
    90279425else 
    90289426  ac_cv_header_winsock2_h=$ac_header_preproc 
    90299427fi 
    9030 { echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 
    9031 echo "${ECHO_T}$ac_cv_header_winsock2_h" >&6; } 
     9428{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_winsock2_h" >&5 
     9429$as_echo "$ac_cv_header_winsock2_h" >&6; } 
    90329430 
    90339431fi 
     
    90409438 
    90419439 
    9042 { echo "$as_me:$LINENO: checking for mswsock.h" >&5 
    9043 echo $ECHO_N "checking for mswsock.h... $ECHO_C" >&6; } 
     9440{ $as_echo "$as_me:$LINENO: checking for mswsock.h" >&5 
     9441$as_echo_n "checking for mswsock.h... " >&6; } 
    90449442if test "${ac_cv_header_mswsock_h+set}" = set; then 
    9045   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9443  $as_echo_n "(cached) " >&6 
    90469444else 
    90479445  cat >conftest.$ac_ext <<_ACEOF 
     
    90669464  *) ac_try_echo=$ac_try;; 
    90679465esac 
    9068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9466eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9467$as_echo "$ac_try_echo") >&5 
    90699468  (eval "$ac_compile") 2>conftest.er1 
    90709469  ac_status=$? 
     
    90729471  rm -f conftest.er1 
    90739472  cat conftest.err >&5 
    9074   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9473  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    90759474  (exit $ac_status); } && { 
    90769475         test -z "$ac_c_werror_flag" || 
     
    90799478  ac_cv_header_mswsock_h=yes 
    90809479else 
    9081   echo "$as_me: failed program was:" >&5 
     9480  $as_echo "$as_me: failed program was:" >&5 
    90829481sed 's/^/| /' conftest.$ac_ext >&5 
    90839482 
     
    90879486rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    90889487fi 
    9089 { echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 
    9090 echo "${ECHO_T}$ac_cv_header_mswsock_h" >&6; } 
     9488{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_mswsock_h" >&5 
     9489$as_echo "$ac_cv_header_mswsock_h" >&6; } 
    90919490if test $ac_cv_header_mswsock_h = yes; then 
    90929491  cat >>confdefs.h <<\_ACEOF 
     
    90989497 
    90999498if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 
    9100   { echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 
    9101 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6; } 
     9499  { $as_echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 
     9500$as_echo_n "checking for ws2tcpip.h... " >&6; } 
    91029501if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 
    9103   echo $ECHO_N "(cached) $ECHO_C" >&6 
    9104 fi 
    9105 { echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 
    9106 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6; } 
     9502  $as_echo_n "(cached) " >&6 
     9503fi 
     9504{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 
     9505$as_echo "$ac_cv_header_ws2tcpip_h" >&6; } 
    91079506else 
    91089507  # Is the header compilable? 
    9109 { echo "$as_me:$LINENO: checking ws2tcpip.h usability" >&5 
    9110 echo $ECHO_N "checking ws2tcpip.h usability... $ECHO_C" >&6; } 
     9508{ $as_echo "$as_me:$LINENO: checking ws2tcpip.h usability" >&5 
     9509$as_echo_n "checking ws2tcpip.h usability... " >&6; } 
    91119510cat >conftest.$ac_ext <<_ACEOF 
    91129511/* confdefs.h.  */ 
     
    91249523  *) ac_try_echo=$ac_try;; 
    91259524esac 
    9126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9525eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9526$as_echo "$ac_try_echo") >&5 
    91279527  (eval "$ac_compile") 2>conftest.er1 
    91289528  ac_status=$? 
     
    91309530  rm -f conftest.er1 
    91319531  cat conftest.err >&5 
    9132   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9532  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    91339533  (exit $ac_status); } && { 
    91349534         test -z "$ac_c_werror_flag" || 
     
    91379537  ac_header_compiler=yes 
    91389538else 
    9139   echo "$as_me: failed program was:" >&5 
     9539  $as_echo "$as_me: failed program was:" >&5 
    91409540sed 's/^/| /' conftest.$ac_ext >&5 
    91419541 
     
    91449544 
    91459545rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    9146 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    9147 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     9546{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     9547$as_echo "$ac_header_compiler" >&6; } 
    91489548 
    91499549# Is the header present? 
    9150 { echo "$as_me:$LINENO: checking ws2tcpip.h presence" >&5 
    9151 echo $ECHO_N "checking ws2tcpip.h presence... $ECHO_C" >&6; } 
     9550{ $as_echo "$as_me:$LINENO: checking ws2tcpip.h presence" >&5 
     9551$as_echo_n "checking ws2tcpip.h presence... " >&6; } 
    91529552cat >conftest.$ac_ext <<_ACEOF 
    91539553/* confdefs.h.  */ 
     
    91639563  *) ac_try_echo=$ac_try;; 
    91649564esac 
    9165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9565eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9566$as_echo "$ac_try_echo") >&5 
    91669567  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    91679568  ac_status=$? 
     
    91699570  rm -f conftest.er1 
    91709571  cat conftest.err >&5 
    9171   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9572  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    91729573  (exit $ac_status); } >/dev/null && { 
    91739574         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    91769577  ac_header_preproc=yes 
    91779578else 
    9178   echo "$as_me: failed program was:" >&5 
     9579  $as_echo "$as_me: failed program was:" >&5 
    91799580sed 's/^/| /' conftest.$ac_ext >&5 
    91809581 
     
    91839584 
    91849585rm -f conftest.err conftest.$ac_ext 
    9185 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    9186 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     9586{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     9587$as_echo "$ac_header_preproc" >&6; } 
    91879588 
    91889589# So?  What about this header? 
    91899590case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    91909591  yes:no: ) 
    9191     { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    9192 echo "$as_me: WARNING: ws2tcpip.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    9193     { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: proceeding with the compiler's result" >&5 
    9194 echo "$as_me: WARNING: ws2tcpip.h: proceeding with the compiler's result" >&2;} 
     9592    { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     9593$as_echo "$as_me: WARNING: ws2tcpip.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     9594    { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: proceeding with the compiler's result" >&5 
     9595$as_echo "$as_me: WARNING: ws2tcpip.h: proceeding with the compiler's result" >&2;} 
    91959596    ac_header_preproc=yes 
    91969597    ;; 
    91979598  no:yes:* ) 
    9198     { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: present but cannot be compiled" >&5 
    9199 echo "$as_me: WARNING: ws2tcpip.h: present but cannot be compiled" >&2;} 
    9200     { echo "$as_me:$LINENO: WARNING: ws2tcpip.h:     check for missing prerequisite headers?" >&5 
    9201 echo "$as_me: WARNING: ws2tcpip.h:     check for missing prerequisite headers?" >&2;} 
    9202     { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: see the Autoconf documentation" >&5 
    9203 echo "$as_me: WARNING: ws2tcpip.h: see the Autoconf documentation" >&2;} 
    9204     { echo "$as_me:$LINENO: WARNING: ws2tcpip.h:     section \"Present But Cannot Be Compiled\"" >&5 
    9205 echo "$as_me: WARNING: ws2tcpip.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    9206     { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: proceeding with the preprocessor's result" >&5 
    9207 echo "$as_me: WARNING: ws2tcpip.h: proceeding with the preprocessor's result" >&2;} 
    9208     { echo "$as_me:$LINENO: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&5 
    9209 echo "$as_me: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&2;} 
     9599    { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: present but cannot be compiled" >&5 
     9600$as_echo "$as_me: WARNING: ws2tcpip.h: present but cannot be compiled" >&2;} 
     9601    { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h:     check for missing prerequisite headers?" >&5 
     9602$as_echo "$as_me: WARNING: ws2tcpip.h:     check for missing prerequisite headers?" >&2;} 
     9603    { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: see the Autoconf documentation" >&5 
     9604$as_echo "$as_me: WARNING: ws2tcpip.h: see the Autoconf documentation" >&2;} 
     9605    { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h:     section \"Present But Cannot Be Compiled\"" >&5 
     9606$as_echo "$as_me: WARNING: ws2tcpip.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     9607    { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: proceeding with the preprocessor's result" >&5 
     9608$as_echo "$as_me: WARNING: ws2tcpip.h: proceeding with the preprocessor's result" >&2;} 
     9609    { $as_echo "$as_me:$LINENO: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&5 
     9610$as_echo "$as_me: WARNING: ws2tcpip.h: in the future, the compiler will take precedence" >&2;} 
    92109611 
    92119612    ;; 
    92129613esac 
    9213 { echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 
    9214 echo $ECHO_N "checking for ws2tcpip.h... $ECHO_C" >&6; } 
     9614{ $as_echo "$as_me:$LINENO: checking for ws2tcpip.h" >&5 
     9615$as_echo_n "checking for ws2tcpip.h... " >&6; } 
    92159616if test "${ac_cv_header_ws2tcpip_h+set}" = set; then 
    9216   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9617  $as_echo_n "(cached) " >&6 
    92179618else 
    92189619  ac_cv_header_ws2tcpip_h=$ac_header_preproc 
    92199620fi 
    9220 { echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 
    9221 echo "${ECHO_T}$ac_cv_header_ws2tcpip_h" >&6; } 
     9621{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_ws2tcpip_h" >&5 
     9622$as_echo "$ac_cv_header_ws2tcpip_h" >&6; } 
    92229623 
    92239624fi 
     
    92319632 
    92329633if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 
    9233   { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 
    9234 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; } 
     9634  { $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 
     9635$as_echo_n "checking for uuid/uuid.h... " >&6; } 
    92359636if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 
    9236   echo $ECHO_N "(cached) $ECHO_C" >&6 
    9237 fi 
    9238 { echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 
    9239 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; } 
     9637  $as_echo_n "(cached) " >&6 
     9638fi 
     9639{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 
     9640$as_echo "$ac_cv_header_uuid_uuid_h" >&6; } 
    92409641else 
    92419642  # Is the header compilable? 
    9242 { echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5 
    9243 echo $ECHO_N "checking uuid/uuid.h usability... $ECHO_C" >&6; } 
     9643{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h usability" >&5 
     9644$as_echo_n "checking uuid/uuid.h usability... " >&6; } 
    92449645cat >conftest.$ac_ext <<_ACEOF 
    92459646/* confdefs.h.  */ 
     
    92579658  *) ac_try_echo=$ac_try;; 
    92589659esac 
    9259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9660eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9661$as_echo "$ac_try_echo") >&5 
    92609662  (eval "$ac_compile") 2>conftest.er1 
    92619663  ac_status=$? 
     
    92639665  rm -f conftest.er1 
    92649666  cat conftest.err >&5 
    9265   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9667  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    92669668  (exit $ac_status); } && { 
    92679669         test -z "$ac_c_werror_flag" || 
     
    92709672  ac_header_compiler=yes 
    92719673else 
    9272   echo "$as_me: failed program was:" >&5 
     9674  $as_echo "$as_me: failed program was:" >&5 
    92739675sed 's/^/| /' conftest.$ac_ext >&5 
    92749676 
     
    92779679 
    92789680rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    9279 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    9280 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     9681{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     9682$as_echo "$ac_header_compiler" >&6; } 
    92819683 
    92829684# Is the header present? 
    9283 { echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5 
    9284 echo $ECHO_N "checking uuid/uuid.h presence... $ECHO_C" >&6; } 
     9685{ $as_echo "$as_me:$LINENO: checking uuid/uuid.h presence" >&5 
     9686$as_echo_n "checking uuid/uuid.h presence... " >&6; } 
    92859687cat >conftest.$ac_ext <<_ACEOF 
    92869688/* confdefs.h.  */ 
     
    92969698  *) ac_try_echo=$ac_try;; 
    92979699esac 
    9298 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9700eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9701$as_echo "$ac_try_echo") >&5 
    92999702  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    93009703  ac_status=$? 
     
    93029705  rm -f conftest.er1 
    93039706  cat conftest.err >&5 
    9304   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9707  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    93059708  (exit $ac_status); } >/dev/null && { 
    93069709         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    93099712  ac_header_preproc=yes 
    93109713else 
    9311   echo "$as_me: failed program was:" >&5 
     9714  $as_echo "$as_me: failed program was:" >&5 
    93129715sed 's/^/| /' conftest.$ac_ext >&5 
    93139716 
     
    93169719 
    93179720rm -f conftest.err conftest.$ac_ext 
    9318 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    9319 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     9721{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     9722$as_echo "$ac_header_preproc" >&6; } 
    93209723 
    93219724# So?  What about this header? 
    93229725case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    93239726  yes:no: ) 
    9324     { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    9325 echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    9326     { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5 
    9327 echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;} 
     9727    { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     9728$as_echo "$as_me: WARNING: uuid/uuid.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     9729    { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&5 
     9730$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the compiler's result" >&2;} 
    93289731    ac_header_preproc=yes 
    93299732    ;; 
    93309733  no:yes:* ) 
    9331     { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5 
    9332 echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;} 
    9333     { echo "$as_me:$LINENO: WARNING: uuid/uuid.h:     check for missing prerequisite headers?" >&5 
    9334 echo "$as_me: WARNING: uuid/uuid.h:     check for missing prerequisite headers?" >&2;} 
    9335     { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5 
    9336 echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;} 
    9337     { echo "$as_me:$LINENO: WARNING: uuid/uuid.h:     section \"Present But Cannot Be Compiled\"" >&5 
    9338 echo "$as_me: WARNING: uuid/uuid.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    9339     { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5 
    9340 echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;} 
    9341     { echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5 
    9342 echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;} 
     9734    { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: present but cannot be compiled" >&5 
     9735$as_echo "$as_me: WARNING: uuid/uuid.h: present but cannot be compiled" >&2;} 
     9736    { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h:     check for missing prerequisite headers?" >&5 
     9737$as_echo "$as_me: WARNING: uuid/uuid.h:     check for missing prerequisite headers?" >&2;} 
     9738    { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: see the Autoconf documentation" >&5 
     9739$as_echo "$as_me: WARNING: uuid/uuid.h: see the Autoconf documentation" >&2;} 
     9740    { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h:     section \"Present But Cannot Be Compiled\"" >&5 
     9741$as_echo "$as_me: WARNING: uuid/uuid.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     9742    { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&5 
     9743$as_echo "$as_me: WARNING: uuid/uuid.h: proceeding with the preprocessor's result" >&2;} 
     9744    { $as_echo "$as_me:$LINENO: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&5 
     9745$as_echo "$as_me: WARNING: uuid/uuid.h: in the future, the compiler will take precedence" >&2;} 
    93439746 
    93449747    ;; 
    93459748esac 
    9346 { echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 
    9347 echo $ECHO_N "checking for uuid/uuid.h... $ECHO_C" >&6; } 
     9749{ $as_echo "$as_me:$LINENO: checking for uuid/uuid.h" >&5 
     9750$as_echo_n "checking for uuid/uuid.h... " >&6; } 
    93489751if test "${ac_cv_header_uuid_uuid_h+set}" = set; then 
    9349   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9752  $as_echo_n "(cached) " >&6 
    93509753else 
    93519754  ac_cv_header_uuid_uuid_h=$ac_header_preproc 
    93529755fi 
    9353 { echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 
    9354 echo "${ECHO_T}$ac_cv_header_uuid_uuid_h" >&6; } 
     9756{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_uuid_uuid_h" >&5 
     9757$as_echo "$ac_cv_header_uuid_uuid_h" >&6; } 
    93559758 
    93569759fi 
     
    93609763 
    93619764 
    9362 { echo "$as_me:$LINENO: checking for net/if.h" >&5 
    9363 echo $ECHO_N "checking for net/if.h... $ECHO_C" >&6; } 
     9765{ $as_echo "$as_me:$LINENO: checking for net/if.h" >&5 
     9766$as_echo_n "checking for net/if.h... " >&6; } 
    93649767if test "${ac_cv_header_net_if_h+set}" = set; then 
    9365   echo $ECHO_N "(cached) $ECHO_C" >&6 
     9768  $as_echo_n "(cached) " >&6 
    93669769else 
    93679770  cat >conftest.$ac_ext <<_ACEOF 
     
    93719774cat >>conftest.$ac_ext <<_ACEOF 
    93729775/* end confdefs.h.  */ 
    9373 #if PJ_HAS_SYS_SOCKET_H 
     9776#if PJ_HAS_SYS_TYPES_H 
     9777                  #     include <sys/types.h> 
     9778                  #endif 
     9779                  #if PJ_HAS_SYS_SOCKET_H 
     9780 
    93749781                  #     include <sys/socket.h> 
    93759782                  #endif 
     
    93849791  *) ac_try_echo=$ac_try;; 
    93859792esac 
    9386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9793eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9794$as_echo "$ac_try_echo") >&5 
    93879795  (eval "$ac_compile") 2>conftest.er1 
    93889796  ac_status=$? 
     
    93909798  rm -f conftest.er1 
    93919799  cat conftest.err >&5 
    9392   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9800  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    93939801  (exit $ac_status); } && { 
    93949802         test -z "$ac_c_werror_flag" || 
     
    93979805  ac_cv_header_net_if_h=yes 
    93989806else 
    9399   echo "$as_me: failed program was:" >&5 
     9807  $as_echo "$as_me: failed program was:" >&5 
    94009808sed 's/^/| /' conftest.$ac_ext >&5 
    94019809 
     
    94059813rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    94069814fi 
    9407 { echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 
    9408 echo "${ECHO_T}$ac_cv_header_net_if_h" >&6; } 
     9815{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_net_if_h" >&5 
     9816$as_echo "$ac_cv_header_net_if_h" >&6; } 
    94099817if test $ac_cv_header_net_if_h = yes; then 
    94109818  cat >>confdefs.h <<\_ACEOF 
     
    94159823 
    94169824 
    9417  
    9418 { echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&5 
    9419 echo "${ECHO_T}Setting PJ_OS_NAME to $target" >&6; } 
     9825{ $as_echo "$as_me:$LINENO: result: Setting PJ_OS_NAME to $target" >&5 
     9826$as_echo "Setting PJ_OS_NAME to $target" >&6; } 
    94209827cat >>confdefs.h <<_ACEOF 
    94219828#define PJ_OS_NAME "$target" 
     
    94239830 
    94249831 
    9425 { echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&5 
    9426 echo "${ECHO_T}Setting PJ_HAS_ERRNO_VAR to 1" >&6; } 
     9832{ $as_echo "$as_me:$LINENO: result: Setting PJ_HAS_ERRNO_VAR to 1" >&5 
     9833$as_echo "Setting PJ_HAS_ERRNO_VAR to 1" >&6; } 
    94279834cat >>confdefs.h <<\_ACEOF 
    94289835#define PJ_HAS_ERRNO_VAR 1 
     
    94309837 
    94319838 
    9432 { echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&5 
    9433 echo "${ECHO_T}Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6; } 
     9839{ $as_echo "$as_me:$LINENO: result: Setting PJ_HAS_HIGH_RES_TIMER to 1" >&5 
     9840$as_echo "Setting PJ_HAS_HIGH_RES_TIMER to 1" >&6; } 
    94349841cat >>confdefs.h <<\_ACEOF 
    94359842#define PJ_HAS_HIGH_RES_TIMER 1 
     
    94379844 
    94389845 
    9439 { echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&5 
    9440 echo "${ECHO_T}Setting PJ_HAS_MALLOC to 1" >&6; } 
     9846{ $as_echo "$as_me:$LINENO: result: Setting PJ_HAS_MALLOC to 1" >&5 
     9847$as_echo "Setting PJ_HAS_MALLOC to 1" >&6; } 
    94419848cat >>confdefs.h <<\_ACEOF 
    94429849#define PJ_HAS_MALLOC 1 
     
    94449851 
    94459852 
    9446 { echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&5 
    9447 echo "${ECHO_T}Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6; } 
     9853{ $as_echo "$as_me:$LINENO: result: Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&5 
     9854$as_echo "Setting PJ_NATIVE_STRING_IS_UNICODE to 0" >&6; } 
    94489855cat >>confdefs.h <<\_ACEOF 
    94499856#define PJ_NATIVE_STRING_IS_UNICODE 0 
     
    94519858 
    94529859 
    9453 { echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&5 
    9454 echo "${ECHO_T}Setting PJ_ATOMIC_VALUE_TYPE to long" >&6; } 
     9860{ $as_echo "$as_me:$LINENO: result: Setting PJ_ATOMIC_VALUE_TYPE to long" >&5 
     9861$as_echo "Setting PJ_ATOMIC_VALUE_TYPE to long" >&6; } 
    94559862cat >>confdefs.h <<\_ACEOF 
    94569863#define PJ_ATOMIC_VALUE_TYPE long 
     
    94589865 
    94599866 
    9460 { echo "$as_me:$LINENO: checking if inet_aton() is available" >&5 
    9461 echo $ECHO_N "checking if inet_aton() is available... $ECHO_C" >&6; } 
     9867{ $as_echo "$as_me:$LINENO: checking if inet_aton() is available" >&5 
     9868$as_echo_n "checking if inet_aton() is available... " >&6; } 
    94629869cat >conftest.$ac_ext <<_ACEOF 
    94639870/* confdefs.h.  */ 
     
    94839890  *) ac_try_echo=$ac_try;; 
    94849891esac 
    9485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9892eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9893$as_echo "$ac_try_echo") >&5 
    94869894  (eval "$ac_compile") 2>conftest.er1 
    94879895  ac_status=$? 
     
    94899897  rm -f conftest.er1 
    94909898  cat conftest.err >&5 
    9491   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9899  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    94929900  (exit $ac_status); } && { 
    94939901         test -z "$ac_c_werror_flag" || 
     
    94989906_ACEOF 
    94999907 
    9500                    { echo "$as_me:$LINENO: result: yes" >&5 
    9501 echo "${ECHO_T}yes" >&6; } 
    9502 else 
    9503   echo "$as_me: failed program was:" >&5 
     9908                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     9909$as_echo "yes" >&6; } 
     9910else 
     9911  $as_echo "$as_me: failed program was:" >&5 
    95049912sed 's/^/| /' conftest.$ac_ext >&5 
    95059913 
    9506         { echo "$as_me:$LINENO: result: no" >&5 
    9507 echo "${ECHO_T}no" >&6; } 
     9914        { $as_echo "$as_me:$LINENO: result: no" >&5 
     9915$as_echo "no" >&6; } 
    95089916fi 
    95099917 
    95109918rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    95119919 
    9512 { echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 
    9513 echo $ECHO_N "checking if inet_pton() is available... $ECHO_C" >&6; } 
     9920{ $as_echo "$as_me:$LINENO: checking if inet_pton() is available" >&5 
     9921$as_echo_n "checking if inet_pton() is available... " >&6; } 
    95149922cat >conftest.$ac_ext <<_ACEOF 
    95159923/* confdefs.h.  */ 
     
    95359943  *) ac_try_echo=$ac_try;; 
    95369944esac 
    9537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9945eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9946$as_echo "$ac_try_echo") >&5 
    95389947  (eval "$ac_compile") 2>conftest.er1 
    95399948  ac_status=$? 
     
    95419950  rm -f conftest.er1 
    95429951  cat conftest.err >&5 
    9543   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     9952  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    95449953  (exit $ac_status); } && { 
    95459954         test -z "$ac_c_werror_flag" || 
     
    95509959_ACEOF 
    95519960 
    9552                    { echo "$as_me:$LINENO: result: yes" >&5 
    9553 echo "${ECHO_T}yes" >&6; } 
    9554 else 
    9555   echo "$as_me: failed program was:" >&5 
     9961                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     9962$as_echo "yes" >&6; } 
     9963else 
     9964  $as_echo "$as_me: failed program was:" >&5 
    95569965sed 's/^/| /' conftest.$ac_ext >&5 
    95579966 
    9558         { echo "$as_me:$LINENO: result: no" >&5 
    9559 echo "${ECHO_T}no" >&6; } 
     9967        { $as_echo "$as_me:$LINENO: result: no" >&5 
     9968$as_echo "no" >&6; } 
    95609969fi 
    95619970 
    95629971rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    95639972 
    9564 { echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 
    9565 echo $ECHO_N "checking if inet_ntop() is available... $ECHO_C" >&6; } 
     9973{ $as_echo "$as_me:$LINENO: checking if inet_ntop() is available" >&5 
     9974$as_echo_n "checking if inet_ntop() is available... " >&6; } 
    95669975cat >conftest.$ac_ext <<_ACEOF 
    95679976/* confdefs.h.  */ 
     
    95879996  *) ac_try_echo=$ac_try;; 
    95889997esac 
    9589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     9998eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     9999$as_echo "$ac_try_echo") >&5 
    959010000  (eval "$ac_compile") 2>conftest.er1 
    959110001  ac_status=$? 
     
    959310003  rm -f conftest.er1 
    959410004  cat conftest.err >&5 
    9595   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10005  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    959610006  (exit $ac_status); } && { 
    959710007         test -z "$ac_c_werror_flag" || 
     
    960210012_ACEOF 
    960310013 
    9604                    { echo "$as_me:$LINENO: result: yes" >&5 
    9605 echo "${ECHO_T}yes" >&6; } 
    9606 else 
    9607   echo "$as_me: failed program was:" >&5 
     10014                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10015$as_echo "yes" >&6; } 
     10016else 
     10017  $as_echo "$as_me: failed program was:" >&5 
    960810018sed 's/^/| /' conftest.$ac_ext >&5 
    960910019 
    9610         { echo "$as_me:$LINENO: result: no" >&5 
    9611 echo "${ECHO_T}no" >&6; } 
     10020        { $as_echo "$as_me:$LINENO: result: no" >&5 
     10021$as_echo "no" >&6; } 
    961210022fi 
    961310023 
    961410024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    961510025 
    9616 { echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 
    9617 echo $ECHO_N "checking if getaddrinfo() is available... $ECHO_C" >&6; } 
     10026{ $as_echo "$as_me:$LINENO: checking if getaddrinfo() is available" >&5 
     10027$as_echo_n "checking if getaddrinfo() is available... " >&6; } 
    961810028cat >conftest.$ac_ext <<_ACEOF 
    961910029/* confdefs.h.  */ 
     
    963910049  *) ac_try_echo=$ac_try;; 
    964010050esac 
    9641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10051eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10052$as_echo "$ac_try_echo") >&5 
    964210053  (eval "$ac_compile") 2>conftest.er1 
    964310054  ac_status=$? 
     
    964510056  rm -f conftest.er1 
    964610057  cat conftest.err >&5 
    9647   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10058  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    964810059  (exit $ac_status); } && { 
    964910060         test -z "$ac_c_werror_flag" || 
     
    965410065_ACEOF 
    965510066 
    9656                    { echo "$as_me:$LINENO: result: yes" >&5 
    9657 echo "${ECHO_T}yes" >&6; } 
    9658 else 
    9659   echo "$as_me: failed program was:" >&5 
     10067                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10068$as_echo "yes" >&6; } 
     10069else 
     10070  $as_echo "$as_me: failed program was:" >&5 
    966010071sed 's/^/| /' conftest.$ac_ext >&5 
    966110072 
    9662         { echo "$as_me:$LINENO: result: no" >&5 
    9663 echo "${ECHO_T}no" >&6; } 
     10073        { $as_echo "$as_me:$LINENO: result: no" >&5 
     10074$as_echo "no" >&6; } 
    966410075fi 
    966510076 
    966610077rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    966710078 
    9668 { echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 
    9669 echo $ECHO_N "checking if sockaddr_in has sin_len member... $ECHO_C" >&6; } 
     10079{ $as_echo "$as_me:$LINENO: checking if sockaddr_in has sin_len member" >&5 
     10080$as_echo_n "checking if sockaddr_in has sin_len member... " >&6; } 
    967010081cat >conftest.$ac_ext <<_ACEOF 
    967110082/* confdefs.h.  */ 
     
    969210103  *) ac_try_echo=$ac_try;; 
    969310104esac 
    9694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10105eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10106$as_echo "$ac_try_echo") >&5 
    969510107  (eval "$ac_compile") 2>conftest.er1 
    969610108  ac_status=$? 
     
    969810110  rm -f conftest.er1 
    969910111  cat conftest.err >&5 
    9700   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10112  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    970110113  (exit $ac_status); } && { 
    970210114         test -z "$ac_c_werror_flag" || 
     
    970710119_ACEOF 
    970810120 
    9709                    { echo "$as_me:$LINENO: result: yes" >&5 
    9710 echo "${ECHO_T}yes" >&6; } 
    9711 else 
    9712   echo "$as_me: failed program was:" >&5 
     10121                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10122$as_echo "yes" >&6; } 
     10123else 
     10124  $as_echo "$as_me: failed program was:" >&5 
    971310125sed 's/^/| /' conftest.$ac_ext >&5 
    971410126 
    9715         { echo "$as_me:$LINENO: result: no" >&5 
    9716 echo "${ECHO_T}no" >&6; } 
     10127        { $as_echo "$as_me:$LINENO: result: no" >&5 
     10128$as_echo "no" >&6; } 
    971710129fi 
    971810130 
    971910131rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    972010132 
    9721 { echo "$as_me:$LINENO: checking if socklen_t is available" >&5 
    9722 echo $ECHO_N "checking if socklen_t is available... $ECHO_C" >&6; } 
     10133{ $as_echo "$as_me:$LINENO: checking if socklen_t is available" >&5 
     10134$as_echo_n "checking if socklen_t is available... " >&6; } 
    972310135cat >conftest.$ac_ext <<_ACEOF 
    972410136/* confdefs.h.  */ 
     
    972710139cat >>conftest.$ac_ext <<_ACEOF 
    972810140/* end confdefs.h.  */ 
    9729 #include <sys/socket.h> 
     10141#include <sys/types.h> 
     10142                                     #include <sys/socket.h> 
    973010143int 
    973110144main () 
     
    974210155  *) ac_try_echo=$ac_try;; 
    974310156esac 
    9744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10157eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10158$as_echo "$ac_try_echo") >&5 
    974510159  (eval "$ac_compile") 2>conftest.er1 
    974610160  ac_status=$? 
     
    974810162  rm -f conftest.er1 
    974910163  cat conftest.err >&5 
    9750   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10164  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    975110165  (exit $ac_status); } && { 
    975210166         test -z "$ac_c_werror_flag" || 
     
    975710171_ACEOF 
    975810172 
    9759                    { echo "$as_me:$LINENO: result: yes" >&5 
    9760 echo "${ECHO_T}yes" >&6; } 
    9761 else 
    9762   echo "$as_me: failed program was:" >&5 
     10173                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10174$as_echo "yes" >&6; } 
     10175else 
     10176  $as_echo "$as_me: failed program was:" >&5 
    976310177sed 's/^/| /' conftest.$ac_ext >&5 
    976410178 
    9765         { echo "$as_me:$LINENO: result: no" >&5 
    9766 echo "${ECHO_T}no" >&6; } 
     10179        { $as_echo "$as_me:$LINENO: result: no" >&5 
     10180$as_echo "no" >&6; } 
    976710181fi 
    976810182 
    976910183rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    977010184 
    9771 { echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 
    9772 echo $ECHO_N "checking if SO_ERROR is available... $ECHO_C" >&6; } 
     10185{ $as_echo "$as_me:$LINENO: checking if SO_ERROR is available" >&5 
     10186$as_echo_n "checking if SO_ERROR is available... " >&6; } 
    977310187case $target in 
    977410188    *mingw* | *cygw* | *win32* | *w32* ) 
     
    977710191_ACEOF 
    977810192 
    9779         { echo "$as_me:$LINENO: result: yes" >&5 
    9780 echo "${ECHO_T}yes" >&6; } 
     10193        { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10194$as_echo "yes" >&6; } 
    978110195        ;; 
    978210196    *) 
     
    980510219  *) ac_try_echo=$ac_try;; 
    980610220esac 
    9807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10221eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10222$as_echo "$ac_try_echo") >&5 
    980810223  (eval "$ac_compile") 2>conftest.er1 
    980910224  ac_status=$? 
     
    981110226  rm -f conftest.er1 
    981210227  cat conftest.err >&5 
    9813   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10228  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    981410229  (exit $ac_status); } && { 
    981510230         test -z "$ac_c_werror_flag" || 
     
    982010235_ACEOF 
    982110236 
    9822                            { echo "$as_me:$LINENO: result: yes" >&5 
    9823 echo "${ECHO_T}yes" >&6; } 
    9824 else 
    9825   echo "$as_me: failed program was:" >&5 
     10237                           { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10238$as_echo "yes" >&6; } 
     10239else 
     10240  $as_echo "$as_me: failed program was:" >&5 
    982610241sed 's/^/| /' conftest.$ac_ext >&5 
    982710242 
    9828         { echo "$as_me:$LINENO: result: no" >&5 
    9829 echo "${ECHO_T}no" >&6; } 
     10243        { $as_echo "$as_me:$LINENO: result: no" >&5 
     10244$as_echo "no" >&6; } 
    983010245fi 
    983110246 
     
    983510250 
    983610251 
    9837 { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&5 
    9838 echo $ECHO_N "checking if pthread_rwlock_t is available... $ECHO_C" >&6; } 
     10252{ $as_echo "$as_me:$LINENO: checking if pthread_rwlock_t is available" >&5 
     10253$as_echo_n "checking if pthread_rwlock_t is available... " >&6; } 
    983910254cat >conftest.$ac_ext <<_ACEOF 
    984010255/* confdefs.h.  */ 
     
    985810273  *) ac_try_echo=$ac_try;; 
    985910274esac 
    9860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10275eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10276$as_echo "$ac_try_echo") >&5 
    986110277  (eval "$ac_compile") 2>conftest.er1 
    986210278  ac_status=$? 
     
    986410280  rm -f conftest.er1 
    986510281  cat conftest.err >&5 
    9866   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10282  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    986710283  (exit $ac_status); } && { 
    986810284         test -z "$ac_c_werror_flag" || 
     
    987410290 
    987510291                   ac_rwmutex="yes" 
    9876                    { echo "$as_me:$LINENO: result: yes" >&5 
    9877 echo "${ECHO_T}yes" >&6; } 
    9878 else 
    9879   echo "$as_me: failed program was:" >&5 
     10292                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10293$as_echo "yes" >&6; } 
     10294else 
     10295  $as_echo "$as_me: failed program was:" >&5 
    988010296sed 's/^/| /' conftest.$ac_ext >&5 
    988110297 
     
    988510301 
    988610302                   ac_rwmutex="no" 
    9887                    { echo "$as_me:$LINENO: result: no" >&5 
    9888 echo "${ECHO_T}no" >&6; } 
     10303                   { $as_echo "$as_me:$LINENO: result: no" >&5 
     10304$as_echo "no" >&6; } 
    988910305fi 
    989010306 
     
    989210308 
    989310309if test "$ac_rwmutex" = "no"; then 
    9894     { echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&5 
    9895 echo $ECHO_N "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... $ECHO_C" >&6; } 
     10310    { $as_echo "$as_me:$LINENO: checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS" >&5 
     10311$as_echo_n "checking if pthread_rwlock_t is available with _POSIX_READER_WRITER_LOCKS... " >&6; } 
    989610312    cat >conftest.$ac_ext <<_ACEOF 
    989710313/* confdefs.h.  */ 
     
    991610332  *) ac_try_echo=$ac_try;; 
    991710333esac 
    9918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10334eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10335$as_echo "$ac_try_echo") >&5 
    991910336  (eval "$ac_compile") 2>conftest.er1 
    992010337  ac_status=$? 
     
    992210339  rm -f conftest.er1 
    992310340  cat conftest.err >&5 
    9924   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10341  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    992510342  (exit $ac_status); } && { 
    992610343         test -z "$ac_c_werror_flag" || 
     
    993210349 
    993310350                       CFLAGS="$CFLAGS -D_POSIX_THREADS -D_POSIX_READER_WRITER_LOCKS" 
    9934                        { echo "$as_me:$LINENO: result: yes" >&5 
    9935 echo "${ECHO_T}yes" >&6; } 
    9936 else 
    9937   echo "$as_me: failed program was:" >&5 
     10351                       { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10352$as_echo "yes" >&6; } 
     10353else 
     10354  $as_echo "$as_me: failed program was:" >&5 
    993810355sed 's/^/| /' conftest.$ac_ext >&5 
    993910356 
     
    994210359_ACEOF 
    994310360 
    9944                        { echo "$as_me:$LINENO: result: no" >&5 
    9945 echo "${ECHO_T}no" >&6; } 
     10361                       { $as_echo "$as_me:$LINENO: result: no" >&5 
     10362$as_echo "no" >&6; } 
    994610363fi 
    994710364 
     
    994910366fi 
    995010367 
    9951 { echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 
    9952 echo $ECHO_N "checking if pthread_mutexattr_settype() is available... $ECHO_C" >&6; } 
     10368{ $as_echo "$as_me:$LINENO: checking if pthread_mutexattr_settype() is available" >&5 
     10369$as_echo_n "checking if pthread_mutexattr_settype() is available... " >&6; } 
    995310370cat >conftest.$ac_ext <<_ACEOF 
    995410371/* confdefs.h.  */ 
     
    997210389  *) ac_try_echo=$ac_try;; 
    997310390esac 
    9974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10391eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10392$as_echo "$ac_try_echo") >&5 
    997510393  (eval "$ac_compile") 2>conftest.er1 
    997610394  ac_status=$? 
     
    997810396  rm -f conftest.er1 
    997910397  cat conftest.err >&5 
    9980   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10398  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    998110399  (exit $ac_status); } && { 
    998210400         test -z "$ac_c_werror_flag" || 
     
    998710405_ACEOF 
    998810406 
    9989                    { echo "$as_me:$LINENO: result: yes" >&5 
    9990 echo "${ECHO_T}yes" >&6; } 
    9991 else 
    9992   echo "$as_me: failed program was:" >&5 
     10407                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10408$as_echo "yes" >&6; } 
     10409else 
     10410  $as_echo "$as_me: failed program was:" >&5 
    999310411sed 's/^/| /' conftest.$ac_ext >&5 
    999410412 
    9995         { echo "$as_me:$LINENO: result: no" >&5 
    9996 echo "${ECHO_T}no" >&6; } 
     10413        { $as_echo "$as_me:$LINENO: result: no" >&5 
     10414$as_echo "no" >&6; } 
    999710415fi 
    999810416 
    999910417rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    1000010418 
    10001 { echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 
    10002 echo $ECHO_N "checking if pthread_mutexattr_t has recursive member... $ECHO_C" >&6; } 
     10419{ $as_echo "$as_me:$LINENO: checking if pthread_mutexattr_t has recursive member" >&5 
     10420$as_echo_n "checking if pthread_mutexattr_t has recursive member... " >&6; } 
    1000310421cat >conftest.$ac_ext <<_ACEOF 
    1000410422/* confdefs.h.  */ 
     
    1002310441  *) ac_try_echo=$ac_try;; 
    1002410442esac 
    10025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10443eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10444$as_echo "$ac_try_echo") >&5 
    1002610445  (eval "$ac_compile") 2>conftest.er1 
    1002710446  ac_status=$? 
     
    1002910448  rm -f conftest.er1 
    1003010449  cat conftest.err >&5 
    10031   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10450  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1003210451  (exit $ac_status); } && { 
    1003310452         test -z "$ac_c_werror_flag" || 
     
    1003810457_ACEOF 
    1003910458 
    10040                    { echo "$as_me:$LINENO: result: yes" >&5 
    10041 echo "${ECHO_T}yes" >&6; } 
    10042 else 
    10043   echo "$as_me: failed program was:" >&5 
     10459                   { $as_echo "$as_me:$LINENO: result: yes" >&5 
     10460$as_echo "yes" >&6; } 
     10461else 
     10462  $as_echo "$as_me: failed program was:" >&5 
    1004410463sed 's/^/| /' conftest.$ac_ext >&5 
    1004510464 
    10046         { echo "$as_me:$LINENO: result: no" >&5 
    10047 echo "${ECHO_T}no" >&6; } 
     10465        { $as_echo "$as_me:$LINENO: result: no" >&5 
     10466$as_echo "no" >&6; } 
    1004810467fi 
    1004910468 
     
    1005110470 
    1005210471 
    10053 { echo "$as_me:$LINENO: checking ioqueue backend" >&5 
    10054 echo $ECHO_N "checking ioqueue backend... $ECHO_C" >&6; } 
     10472{ $as_echo "$as_me:$LINENO: checking ioqueue backend" >&5 
     10473$as_echo_n "checking ioqueue backend... " >&6; } 
    1005510474# Check whether --enable-epoll was given. 
    1005610475if test "${enable_epoll+set}" = set; then 
    1005710476  enableval=$enable_epoll; 
    1005810477                ac_os_objs=ioqueue_epoll.o 
    10059                 { echo "$as_me:$LINENO: result: /dev/epoll" >&5 
    10060 echo "${ECHO_T}/dev/epoll" >&6; } 
     10478                { $as_echo "$as_me:$LINENO: result: /dev/epoll" >&5 
     10479$as_echo "/dev/epoll" >&6; } 
    1006110480 
    1006210481else 
    1006310482 
    1006410483                ac_os_objs=ioqueue_select.o 
    10065                 { echo "$as_me:$LINENO: result: select()" >&5 
    10066 echo "${ECHO_T}select()" >&6; } 
     10484                { $as_echo "$as_me:$LINENO: result: select()" >&5 
     10485$as_echo "select()" >&6; } 
    1006710486 
    1006810487fi 
     
    1009310512  enableval=$enable_sound; if test "$enable_sound" = "no"; then 
    1009410513                ac_pjmedia_snd=null 
    10095                 { echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&5 
    10096 echo "${ECHO_T}Checking if sound is disabled... yes" >&6; } 
     10514                { $as_echo "$as_me:$LINENO: result: Checking if sound is disabled... yes" >&5 
     10515$as_echo "Checking if sound is disabled... yes" >&6; } 
    1009710516               fi 
    1009810517 
     
    1010210521 
    1010310522if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
    10104   { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
    10105 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } 
     10523  { $as_echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
     10524$as_echo_n "checking for sys/soundcard.h... " >&6; } 
    1010610525if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
    10107   echo $ECHO_N "(cached) $ECHO_C" >&6 
    10108 fi 
    10109 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
    10110 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } 
     10526  $as_echo_n "(cached) " >&6 
     10527fi 
     10528{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
     10529$as_echo "$ac_cv_header_sys_soundcard_h" >&6; } 
    1011110530else 
    1011210531  # Is the header compilable? 
    10113 { echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 
    10114 echo $ECHO_N "checking sys/soundcard.h usability... $ECHO_C" >&6; } 
     10532{ $as_echo "$as_me:$LINENO: checking sys/soundcard.h usability" >&5 
     10533$as_echo_n "checking sys/soundcard.h usability... " >&6; } 
    1011510534cat >conftest.$ac_ext <<_ACEOF 
    1011610535/* confdefs.h.  */ 
     
    1012810547  *) ac_try_echo=$ac_try;; 
    1012910548esac 
    10130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10549eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10550$as_echo "$ac_try_echo") >&5 
    1013110551  (eval "$ac_compile") 2>conftest.er1 
    1013210552  ac_status=$? 
     
    1013410554  rm -f conftest.er1 
    1013510555  cat conftest.err >&5 
    10136   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10556  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1013710557  (exit $ac_status); } && { 
    1013810558         test -z "$ac_c_werror_flag" || 
     
    1014110561  ac_header_compiler=yes 
    1014210562else 
    10143   echo "$as_me: failed program was:" >&5 
     10563  $as_echo "$as_me: failed program was:" >&5 
    1014410564sed 's/^/| /' conftest.$ac_ext >&5 
    1014510565 
     
    1014810568 
    1014910569rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    10150 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    10151 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     10570{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     10571$as_echo "$ac_header_compiler" >&6; } 
    1015210572 
    1015310573# Is the header present? 
    10154 { echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 
    10155 echo $ECHO_N "checking sys/soundcard.h presence... $ECHO_C" >&6; } 
     10574{ $as_echo "$as_me:$LINENO: checking sys/soundcard.h presence" >&5 
     10575$as_echo_n "checking sys/soundcard.h presence... " >&6; } 
    1015610576cat >conftest.$ac_ext <<_ACEOF 
    1015710577/* confdefs.h.  */ 
     
    1016710587  *) ac_try_echo=$ac_try;; 
    1016810588esac 
    10169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10589eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10590$as_echo "$ac_try_echo") >&5 
    1017010591  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1017110592  ac_status=$? 
     
    1017310594  rm -f conftest.er1 
    1017410595  cat conftest.err >&5 
    10175   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10596  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1017610597  (exit $ac_status); } >/dev/null && { 
    1017710598         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    1018010601  ac_header_preproc=yes 
    1018110602else 
    10182   echo "$as_me: failed program was:" >&5 
     10603  $as_echo "$as_me: failed program was:" >&5 
    1018310604sed 's/^/| /' conftest.$ac_ext >&5 
    1018410605 
     
    1018710608 
    1018810609rm -f conftest.err conftest.$ac_ext 
    10189 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    10190 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     10610{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     10611$as_echo "$ac_header_preproc" >&6; } 
    1019110612 
    1019210613# So?  What about this header? 
    1019310614case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    1019410615  yes:no: ) 
    10195     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    10196 echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    10197     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5 
    10198 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;} 
     10616    { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     10617$as_echo "$as_me: WARNING: sys/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     10618    { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&5 
     10619$as_echo "$as_me: WARNING: sys/soundcard.h: proceeding with the compiler's result" >&2;} 
    1019910620    ac_header_preproc=yes 
    1020010621    ;; 
    1020110622  no:yes:* ) 
    10202     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5 
    10203 echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;} 
    10204     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h:     check for missing prerequisite headers?" >&5 
    10205 echo "$as_me: WARNING: sys/soundcard.h:     check for missing prerequisite headers?" >&2;} 
    10206     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5 
    10207 echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;} 
    10208     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&5 
    10209 echo "$as_me: WARNING: sys/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    10210     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5 
    10211 echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;} 
    10212     { echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 
    10213 echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} 
     10623    { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: present but cannot be compiled" >&5 
     10624$as_echo "$as_me: WARNING: sys/soundcard.h: present but cannot be compiled" >&2;} 
     10625    { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h:     check for missing prerequisite headers?" >&5 
     10626$as_echo "$as_me: WARNING: sys/soundcard.h:     check for missing prerequisite headers?" >&2;} 
     10627    { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: see the Autoconf documentation" >&5 
     10628$as_echo "$as_me: WARNING: sys/soundcard.h: see the Autoconf documentation" >&2;} 
     10629    { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&5 
     10630$as_echo "$as_me: WARNING: sys/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     10631    { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&5 
     10632$as_echo "$as_me: WARNING: sys/soundcard.h: proceeding with the preprocessor's result" >&2;} 
     10633    { $as_echo "$as_me:$LINENO: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&5 
     10634$as_echo "$as_me: WARNING: sys/soundcard.h: in the future, the compiler will take precedence" >&2;} 
    1021410635 
    1021510636    ;; 
    1021610637esac 
    10217 { echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
    10218 echo $ECHO_N "checking for sys/soundcard.h... $ECHO_C" >&6; } 
     10638{ $as_echo "$as_me:$LINENO: checking for sys/soundcard.h" >&5 
     10639$as_echo_n "checking for sys/soundcard.h... " >&6; } 
    1021910640if test "${ac_cv_header_sys_soundcard_h+set}" = set; then 
    10220   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10641  $as_echo_n "(cached) " >&6 
    1022110642else 
    1022210643  ac_cv_header_sys_soundcard_h=$ac_header_preproc 
    1022310644fi 
    10224 { echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
    10225 echo "${ECHO_T}$ac_cv_header_sys_soundcard_h" >&6; } 
     10645{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_soundcard_h" >&5 
     10646$as_echo "$ac_cv_header_sys_soundcard_h" >&6; } 
    1022610647 
    1022710648fi 
     
    1023210653 
    1023310654if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
    10234   { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
    10235 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } 
     10655  { $as_echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
     10656$as_echo_n "checking for linux/soundcard.h... " >&6; } 
    1023610657if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
    10237   echo $ECHO_N "(cached) $ECHO_C" >&6 
    10238 fi 
    10239 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
    10240 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } 
     10658  $as_echo_n "(cached) " >&6 
     10659fi 
     10660{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
     10661$as_echo "$ac_cv_header_linux_soundcard_h" >&6; } 
    1024110662else 
    1024210663  # Is the header compilable? 
    10243 { echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 
    10244 echo $ECHO_N "checking linux/soundcard.h usability... $ECHO_C" >&6; } 
     10664{ $as_echo "$as_me:$LINENO: checking linux/soundcard.h usability" >&5 
     10665$as_echo_n "checking linux/soundcard.h usability... " >&6; } 
    1024510666cat >conftest.$ac_ext <<_ACEOF 
    1024610667/* confdefs.h.  */ 
     
    1025810679  *) ac_try_echo=$ac_try;; 
    1025910680esac 
    10260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10681eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10682$as_echo "$ac_try_echo") >&5 
    1026110683  (eval "$ac_compile") 2>conftest.er1 
    1026210684  ac_status=$? 
     
    1026410686  rm -f conftest.er1 
    1026510687  cat conftest.err >&5 
    10266   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10688  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1026710689  (exit $ac_status); } && { 
    1026810690         test -z "$ac_c_werror_flag" || 
     
    1027110693  ac_header_compiler=yes 
    1027210694else 
    10273   echo "$as_me: failed program was:" >&5 
     10695  $as_echo "$as_me: failed program was:" >&5 
    1027410696sed 's/^/| /' conftest.$ac_ext >&5 
    1027510697 
     
    1027810700 
    1027910701rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    10280 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    10281 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     10702{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     10703$as_echo "$ac_header_compiler" >&6; } 
    1028210704 
    1028310705# Is the header present? 
    10284 { echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 
    10285 echo $ECHO_N "checking linux/soundcard.h presence... $ECHO_C" >&6; } 
     10706{ $as_echo "$as_me:$LINENO: checking linux/soundcard.h presence" >&5 
     10707$as_echo_n "checking linux/soundcard.h presence... " >&6; } 
    1028610708cat >conftest.$ac_ext <<_ACEOF 
    1028710709/* confdefs.h.  */ 
     
    1029710719  *) ac_try_echo=$ac_try;; 
    1029810720esac 
    10299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10721eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10722$as_echo "$ac_try_echo") >&5 
    1030010723  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1030110724  ac_status=$? 
     
    1030310726  rm -f conftest.er1 
    1030410727  cat conftest.err >&5 
    10305   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10728  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1030610729  (exit $ac_status); } >/dev/null && { 
    1030710730         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    1031010733  ac_header_preproc=yes 
    1031110734else 
    10312   echo "$as_me: failed program was:" >&5 
     10735  $as_echo "$as_me: failed program was:" >&5 
    1031310736sed 's/^/| /' conftest.$ac_ext >&5 
    1031410737 
     
    1031710740 
    1031810741rm -f conftest.err conftest.$ac_ext 
    10319 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    10320 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     10742{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     10743$as_echo "$ac_header_preproc" >&6; } 
    1032110744 
    1032210745# So?  What about this header? 
    1032310746case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    1032410747  yes:no: ) 
    10325     { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    10326 echo "$as_me: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    10327     { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&5 
    10328 echo "$as_me: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&2;} 
     10748    { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     10749$as_echo "$as_me: WARNING: linux/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     10750    { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&5 
     10751$as_echo "$as_me: WARNING: linux/soundcard.h: proceeding with the compiler's result" >&2;} 
    1032910752    ac_header_preproc=yes 
    1033010753    ;; 
    1033110754  no:yes:* ) 
    10332     { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: present but cannot be compiled" >&5 
    10333 echo "$as_me: WARNING: linux/soundcard.h: present but cannot be compiled" >&2;} 
    10334     { echo "$as_me:$LINENO: WARNING: linux/soundcard.h:     check for missing prerequisite headers?" >&5 
    10335 echo "$as_me: WARNING: linux/soundcard.h:     check for missing prerequisite headers?" >&2;} 
    10336     { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: see the Autoconf documentation" >&5 
    10337 echo "$as_me: WARNING: linux/soundcard.h: see the Autoconf documentation" >&2;} 
    10338     { echo "$as_me:$LINENO: WARNING: linux/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&5 
    10339 echo "$as_me: WARNING: linux/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    10340     { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&5 
    10341 echo "$as_me: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&2;} 
    10342     { echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 
    10343 echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} 
     10755    { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: present but cannot be compiled" >&5 
     10756$as_echo "$as_me: WARNING: linux/soundcard.h: present but cannot be compiled" >&2;} 
     10757    { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h:     check for missing prerequisite headers?" >&5 
     10758$as_echo "$as_me: WARNING: linux/soundcard.h:     check for missing prerequisite headers?" >&2;} 
     10759    { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: see the Autoconf documentation" >&5 
     10760$as_echo "$as_me: WARNING: linux/soundcard.h: see the Autoconf documentation" >&2;} 
     10761    { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&5 
     10762$as_echo "$as_me: WARNING: linux/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     10763    { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&5 
     10764$as_echo "$as_me: WARNING: linux/soundcard.h: proceeding with the preprocessor's result" >&2;} 
     10765    { $as_echo "$as_me:$LINENO: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&5 
     10766$as_echo "$as_me: WARNING: linux/soundcard.h: in the future, the compiler will take precedence" >&2;} 
    1034410767 
    1034510768    ;; 
    1034610769esac 
    10347 { echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
    10348 echo $ECHO_N "checking for linux/soundcard.h... $ECHO_C" >&6; } 
     10770{ $as_echo "$as_me:$LINENO: checking for linux/soundcard.h" >&5 
     10771$as_echo_n "checking for linux/soundcard.h... " >&6; } 
    1034910772if test "${ac_cv_header_linux_soundcard_h+set}" = set; then 
    10350   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10773  $as_echo_n "(cached) " >&6 
    1035110774else 
    1035210775  ac_cv_header_linux_soundcard_h=$ac_header_preproc 
    1035310776fi 
    10354 { echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
    10355 echo "${ECHO_T}$ac_cv_header_linux_soundcard_h" >&6; } 
     10777{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_linux_soundcard_h" >&5 
     10778$as_echo "$ac_cv_header_linux_soundcard_h" >&6; } 
    1035610779 
    1035710780fi 
     
    1036210785 
    1036310786if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
    10364   { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
    10365 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; } 
     10787  { $as_echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
     10788$as_echo_n "checking for machine/soundcard.h... " >&6; } 
    1036610789if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
    10367   echo $ECHO_N "(cached) $ECHO_C" >&6 
    10368 fi 
    10369 { echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
    10370 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; } 
     10790  $as_echo_n "(cached) " >&6 
     10791fi 
     10792{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
     10793$as_echo "$ac_cv_header_machine_soundcard_h" >&6; } 
    1037110794else 
    1037210795  # Is the header compilable? 
    10373 { echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 
    10374 echo $ECHO_N "checking machine/soundcard.h usability... $ECHO_C" >&6; } 
     10796{ $as_echo "$as_me:$LINENO: checking machine/soundcard.h usability" >&5 
     10797$as_echo_n "checking machine/soundcard.h usability... " >&6; } 
    1037510798cat >conftest.$ac_ext <<_ACEOF 
    1037610799/* confdefs.h.  */ 
     
    1038810811  *) ac_try_echo=$ac_try;; 
    1038910812esac 
    10390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10813eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10814$as_echo "$ac_try_echo") >&5 
    1039110815  (eval "$ac_compile") 2>conftest.er1 
    1039210816  ac_status=$? 
     
    1039410818  rm -f conftest.er1 
    1039510819  cat conftest.err >&5 
    10396   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10820  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1039710821  (exit $ac_status); } && { 
    1039810822         test -z "$ac_c_werror_flag" || 
     
    1040110825  ac_header_compiler=yes 
    1040210826else 
    10403   echo "$as_me: failed program was:" >&5 
     10827  $as_echo "$as_me: failed program was:" >&5 
    1040410828sed 's/^/| /' conftest.$ac_ext >&5 
    1040510829 
     
    1040810832 
    1040910833rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    10410 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    10411 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     10834{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     10835$as_echo "$ac_header_compiler" >&6; } 
    1041210836 
    1041310837# Is the header present? 
    10414 { echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 
    10415 echo $ECHO_N "checking machine/soundcard.h presence... $ECHO_C" >&6; } 
     10838{ $as_echo "$as_me:$LINENO: checking machine/soundcard.h presence" >&5 
     10839$as_echo_n "checking machine/soundcard.h presence... " >&6; } 
    1041610840cat >conftest.$ac_ext <<_ACEOF 
    1041710841/* confdefs.h.  */ 
     
    1042710851  *) ac_try_echo=$ac_try;; 
    1042810852esac 
    10429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10853eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10854$as_echo "$ac_try_echo") >&5 
    1043010855  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1043110856  ac_status=$? 
     
    1043310858  rm -f conftest.er1 
    1043410859  cat conftest.err >&5 
    10435   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10860  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1043610861  (exit $ac_status); } >/dev/null && { 
    1043710862         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    1044010865  ac_header_preproc=yes 
    1044110866else 
    10442   echo "$as_me: failed program was:" >&5 
     10867  $as_echo "$as_me: failed program was:" >&5 
    1044310868sed 's/^/| /' conftest.$ac_ext >&5 
    1044410869 
     
    1044710872 
    1044810873rm -f conftest.err conftest.$ac_ext 
    10449 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    10450 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     10874{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     10875$as_echo "$ac_header_preproc" >&6; } 
    1045110876 
    1045210877# So?  What about this header? 
    1045310878case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    1045410879  yes:no: ) 
    10455     { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    10456 echo "$as_me: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    10457     { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&5 
    10458 echo "$as_me: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&2;} 
     10880    { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     10881$as_echo "$as_me: WARNING: machine/soundcard.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     10882    { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&5 
     10883$as_echo "$as_me: WARNING: machine/soundcard.h: proceeding with the compiler's result" >&2;} 
    1045910884    ac_header_preproc=yes 
    1046010885    ;; 
    1046110886  no:yes:* ) 
    10462     { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: present but cannot be compiled" >&5 
    10463 echo "$as_me: WARNING: machine/soundcard.h: present but cannot be compiled" >&2;} 
    10464     { echo "$as_me:$LINENO: WARNING: machine/soundcard.h:     check for missing prerequisite headers?" >&5 
    10465 echo "$as_me: WARNING: machine/soundcard.h:     check for missing prerequisite headers?" >&2;} 
    10466     { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: see the Autoconf documentation" >&5 
    10467 echo "$as_me: WARNING: machine/soundcard.h: see the Autoconf documentation" >&2;} 
    10468     { echo "$as_me:$LINENO: WARNING: machine/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&5 
    10469 echo "$as_me: WARNING: machine/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    10470     { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&5 
    10471 echo "$as_me: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&2;} 
    10472     { echo "$as_me:$LINENO: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&5 
    10473 echo "$as_me: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&2;} 
     10887    { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: present but cannot be compiled" >&5 
     10888$as_echo "$as_me: WARNING: machine/soundcard.h: present but cannot be compiled" >&2;} 
     10889    { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h:     check for missing prerequisite headers?" >&5 
     10890$as_echo "$as_me: WARNING: machine/soundcard.h:     check for missing prerequisite headers?" >&2;} 
     10891    { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: see the Autoconf documentation" >&5 
     10892$as_echo "$as_me: WARNING: machine/soundcard.h: see the Autoconf documentation" >&2;} 
     10893    { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&5 
     10894$as_echo "$as_me: WARNING: machine/soundcard.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     10895    { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&5 
     10896$as_echo "$as_me: WARNING: machine/soundcard.h: proceeding with the preprocessor's result" >&2;} 
     10897    { $as_echo "$as_me:$LINENO: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&5 
     10898$as_echo "$as_me: WARNING: machine/soundcard.h: in the future, the compiler will take precedence" >&2;} 
    1047410899 
    1047510900    ;; 
    1047610901esac 
    10477 { echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
    10478 echo $ECHO_N "checking for machine/soundcard.h... $ECHO_C" >&6; } 
     10902{ $as_echo "$as_me:$LINENO: checking for machine/soundcard.h" >&5 
     10903$as_echo_n "checking for machine/soundcard.h... " >&6; } 
    1047910904if test "${ac_cv_header_machine_soundcard_h+set}" = set; then 
    10480   echo $ECHO_N "(cached) $ECHO_C" >&6 
     10905  $as_echo_n "(cached) " >&6 
    1048110906else 
    1048210907  ac_cv_header_machine_soundcard_h=$ac_header_preproc 
    1048310908fi 
    10484 { echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
    10485 echo "${ECHO_T}$ac_cv_header_machine_soundcard_h" >&6; } 
     10909{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_machine_soundcard_h" >&5 
     10910$as_echo "$ac_cv_header_machine_soundcard_h" >&6; } 
    1048610911 
    1048710912fi 
     
    1050810933                #AC_MSG_RESULT([Setting additional PortAudio CFLAGS.. -DPA_OLD_CORE_AUDIO -DMOSX_USE_NON_ATOMIC_FLAG_BITS]) 
    1050910934                ac_pjmedia_snd=pa_old_darwinos 
    10510                 { echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&5 
    10511 echo "${ECHO_T}Checking sound device backend... old coreaudio" >&6; } 
     10935                { $as_echo "$as_me:$LINENO: result: Checking sound device backend... old coreaudio" >&5 
     10936$as_echo "Checking sound device backend... old coreaudio" >&6; } 
    1051210937        else 
    1051310938                ac_pjmedia_snd=pa_darwinos 
    10514                 { echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&5 
    10515 echo "${ECHO_T}Checking sound device backend... coreaudio" >&6; } 
     10939                { $as_echo "$as_me:$LINENO: result: Checking sound device backend... coreaudio" >&5 
     10940$as_echo "Checking sound device backend... coreaudio" >&6; } 
    1051610941        fi 
    1051710942        ;; 
    1051810943  *cygwin* | *mingw*) 
    1051910944        ac_pjmedia_snd=pa_win32 
    10520         { echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&5 
    10521 echo "${ECHO_T}Checking sound device backend... win32 sound" >&6; } 
     10945        { $as_echo "$as_me:$LINENO: result: Checking sound device backend... win32 sound" >&5 
     10946$as_echo "Checking sound device backend... win32 sound" >&6; } 
    1052210947        ;; 
    1052310948  *rtems*) 
    1052410949        ac_pjmedia_snd=null 
    10525         { echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&5 
    10526 echo "${ECHO_T}Checking sound device backend... null sound" >&6; } 
     10950        { $as_echo "$as_me:$LINENO: result: Checking sound device backend... null sound" >&5 
     10951$as_echo "Checking sound device backend... null sound" >&6; } 
    1052710952        ;; 
    1052810953  *) 
    1052910954                ac_pjmedia_snd=pa_unix 
    1053010955        if test "${ac_cv_header_alsa_version_h+set}" = set; then 
    10531   { echo "$as_me:$LINENO: checking for alsa/version.h" >&5 
    10532 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; } 
     10956  { $as_echo "$as_me:$LINENO: checking for alsa/version.h" >&5 
     10957$as_echo_n "checking for alsa/version.h... " >&6; } 
    1053310958if test "${ac_cv_header_alsa_version_h+set}" = set; then 
    10534   echo $ECHO_N "(cached) $ECHO_C" >&6 
    10535 fi 
    10536 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 
    10537 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; } 
     10959  $as_echo_n "(cached) " >&6 
     10960fi 
     10961{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 
     10962$as_echo "$ac_cv_header_alsa_version_h" >&6; } 
    1053810963else 
    1053910964  # Is the header compilable? 
    10540 { echo "$as_me:$LINENO: checking alsa/version.h usability" >&5 
    10541 echo $ECHO_N "checking alsa/version.h usability... $ECHO_C" >&6; } 
     10965{ $as_echo "$as_me:$LINENO: checking alsa/version.h usability" >&5 
     10966$as_echo_n "checking alsa/version.h usability... " >&6; } 
    1054210967cat >conftest.$ac_ext <<_ACEOF 
    1054310968/* confdefs.h.  */ 
     
    1055510980  *) ac_try_echo=$ac_try;; 
    1055610981esac 
    10557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     10982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     10983$as_echo "$ac_try_echo") >&5 
    1055810984  (eval "$ac_compile") 2>conftest.er1 
    1055910985  ac_status=$? 
     
    1056110987  rm -f conftest.er1 
    1056210988  cat conftest.err >&5 
    10563   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     10989  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1056410990  (exit $ac_status); } && { 
    1056510991         test -z "$ac_c_werror_flag" || 
     
    1056810994  ac_header_compiler=yes 
    1056910995else 
    10570   echo "$as_me: failed program was:" >&5 
     10996  $as_echo "$as_me: failed program was:" >&5 
    1057110997sed 's/^/| /' conftest.$ac_ext >&5 
    1057210998 
     
    1057511001 
    1057611002rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    10577 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    10578 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     11003{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     11004$as_echo "$ac_header_compiler" >&6; } 
    1057911005 
    1058011006# Is the header present? 
    10581 { echo "$as_me:$LINENO: checking alsa/version.h presence" >&5 
    10582 echo $ECHO_N "checking alsa/version.h presence... $ECHO_C" >&6; } 
     11007{ $as_echo "$as_me:$LINENO: checking alsa/version.h presence" >&5 
     11008$as_echo_n "checking alsa/version.h presence... " >&6; } 
    1058311009cat >conftest.$ac_ext <<_ACEOF 
    1058411010/* confdefs.h.  */ 
     
    1059411020  *) ac_try_echo=$ac_try;; 
    1059511021esac 
    10596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11022eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11023$as_echo "$ac_try_echo") >&5 
    1059711024  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1059811025  ac_status=$? 
     
    1060011027  rm -f conftest.er1 
    1060111028  cat conftest.err >&5 
    10602   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11029  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1060311030  (exit $ac_status); } >/dev/null && { 
    1060411031         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    1060711034  ac_header_preproc=yes 
    1060811035else 
    10609   echo "$as_me: failed program was:" >&5 
     11036  $as_echo "$as_me: failed program was:" >&5 
    1061011037sed 's/^/| /' conftest.$ac_ext >&5 
    1061111038 
     
    1061411041 
    1061511042rm -f conftest.err conftest.$ac_ext 
    10616 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    10617 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     11043{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     11044$as_echo "$ac_header_preproc" >&6; } 
    1061811045 
    1061911046# So?  What about this header? 
    1062011047case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    1062111048  yes:no: ) 
    10622     { echo "$as_me:$LINENO: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    10623 echo "$as_me: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    10624     { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the compiler's result" >&5 
    10625 echo "$as_me: WARNING: alsa/version.h: proceeding with the compiler's result" >&2;} 
     11049    { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     11050$as_echo "$as_me: WARNING: alsa/version.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     11051    { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the compiler's result" >&5 
     11052$as_echo "$as_me: WARNING: alsa/version.h: proceeding with the compiler's result" >&2;} 
    1062611053    ac_header_preproc=yes 
    1062711054    ;; 
    1062811055  no:yes:* ) 
    10629     { echo "$as_me:$LINENO: WARNING: alsa/version.h: present but cannot be compiled" >&5 
    10630 echo "$as_me: WARNING: alsa/version.h: present but cannot be compiled" >&2;} 
    10631     { echo "$as_me:$LINENO: WARNING: alsa/version.h:     check for missing prerequisite headers?" >&5 
    10632 echo "$as_me: WARNING: alsa/version.h:     check for missing prerequisite headers?" >&2;} 
    10633     { echo "$as_me:$LINENO: WARNING: alsa/version.h: see the Autoconf documentation" >&5 
    10634 echo "$as_me: WARNING: alsa/version.h: see the Autoconf documentation" >&2;} 
    10635     { echo "$as_me:$LINENO: WARNING: alsa/version.h:     section \"Present But Cannot Be Compiled\"" >&5 
    10636 echo "$as_me: WARNING: alsa/version.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    10637     { echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&5 
    10638 echo "$as_me: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&2;} 
    10639     { echo "$as_me:$LINENO: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&5 
    10640 echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;} 
     11056    { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: present but cannot be compiled" >&5 
     11057$as_echo "$as_me: WARNING: alsa/version.h: present but cannot be compiled" >&2;} 
     11058    { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h:     check for missing prerequisite headers?" >&5 
     11059$as_echo "$as_me: WARNING: alsa/version.h:     check for missing prerequisite headers?" >&2;} 
     11060    { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: see the Autoconf documentation" >&5 
     11061$as_echo "$as_me: WARNING: alsa/version.h: see the Autoconf documentation" >&2;} 
     11062    { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h:     section \"Present But Cannot Be Compiled\"" >&5 
     11063$as_echo "$as_me: WARNING: alsa/version.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     11064    { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&5 
     11065$as_echo "$as_me: WARNING: alsa/version.h: proceeding with the preprocessor's result" >&2;} 
     11066    { $as_echo "$as_me:$LINENO: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&5 
     11067$as_echo "$as_me: WARNING: alsa/version.h: in the future, the compiler will take precedence" >&2;} 
    1064111068 
    1064211069    ;; 
    1064311070esac 
    10644 { echo "$as_me:$LINENO: checking for alsa/version.h" >&5 
    10645 echo $ECHO_N "checking for alsa/version.h... $ECHO_C" >&6; } 
     11071{ $as_echo "$as_me:$LINENO: checking for alsa/version.h" >&5 
     11072$as_echo_n "checking for alsa/version.h... " >&6; } 
    1064611073if test "${ac_cv_header_alsa_version_h+set}" = set; then 
    10647   echo $ECHO_N "(cached) $ECHO_C" >&6 
     11074  $as_echo_n "(cached) " >&6 
    1064811075else 
    1064911076  ac_cv_header_alsa_version_h=$ac_header_preproc 
    1065011077fi 
    10651 { echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 
    10652 echo "${ECHO_T}$ac_cv_header_alsa_version_h" >&6; } 
     11078{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_alsa_version_h" >&5 
     11079$as_echo "$ac_cv_header_alsa_version_h" >&6; } 
    1065311080 
    1065411081fi 
     
    1066411091 
    1066511092 
    10666         { echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&5 
    10667 echo "${ECHO_T}Checking sound device backend... unix" >&6; } 
     11093        { $as_echo "$as_me:$LINENO: result: Checking sound device backend... unix" >&5 
     11094$as_echo "Checking sound device backend... unix" >&6; } 
    1066811095 
    1066911096                ac_pa_use_oss=1 
     
    1067411101                        if test "$enable_oss" = "no"; then 
    1067511102                         ac_pa_use_oss=0 
    10676                          { echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&5 
    10677 echo "${ECHO_T}Checking if OSS audio is disabled... yes" >&6; } 
     11103                         { $as_echo "$as_me:$LINENO: result: Checking if OSS audio is disabled... yes" >&5 
     11104$as_echo "Checking if OSS audio is disabled... yes" >&6; } 
    1067811105                        fi 
    1067911106 
     
    1068811115  enableval=$enable_ext_sound; if test "$enable_ext_sound" = "yes"; then 
    1068911116                ac_pjmedia_snd=external 
    10690                 { echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5 
    10691 echo "${ECHO_T}Checking if external sound is set... yes" >&6; } 
     11117                { $as_echo "$as_me:$LINENO: result: Checking if external sound is set... yes" >&5 
     11118$as_echo "Checking if external sound is set... yes" >&6; } 
    1069211119               fi 
    1069311120 
     
    1070011127  enableval=$enable_small_filter; if test "$enable_small_filter" = "no"; then 
    1070111128                ac_no_small_filter='-DPJMEDIA_HAS_SMALL_FILTER=0' 
    10702                 { echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&5 
    10703 echo "${ECHO_T}Checking if small filter is disabled... yes" >&6; } 
     11129                { $as_echo "$as_me:$LINENO: result: Checking if small filter is disabled... yes" >&5 
     11130$as_echo "Checking if small filter is disabled... yes" >&6; } 
    1070411131               fi 
    1070511132else 
    10706   { echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 
    10707 echo "${ECHO_T}Checking if small filter is disabled... no" >&6; } 
     11133  { $as_echo "$as_me:$LINENO: result: Checking if small filter is disabled... no" >&5 
     11134$as_echo "Checking if small filter is disabled... no" >&6; } 
    1070811135fi 
    1070911136 
     
    1071411141  enableval=$enable_large_filter; if test "$enable_large_filter" = "no"; then 
    1071511142                ac_no_large_filter='-DPJMEDIA_HAS_LARGE_FILTER=0' 
    10716                 { echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&5 
    10717 echo "${ECHO_T}Checking if large filter is disabled... yes" >&6; } 
     11143                { $as_echo "$as_me:$LINENO: result: Checking if large filter is disabled... yes" >&5 
     11144$as_echo "Checking if large filter is disabled... yes" >&6; } 
    1071811145               fi 
    1071911146else 
    10720   { echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 
    10721 echo "${ECHO_T}Checking if large filter is disabled... no" >&6; } 
     11147  { $as_echo "$as_me:$LINENO: result: Checking if large filter is disabled... no" >&5 
     11148$as_echo "Checking if large filter is disabled... no" >&6; } 
    1072211149fi 
    1072311150 
     
    1072811155  enableval=$enable_speex_aec; if test "$enable_speex_aec" = "no"; then 
    1072911156                ac_no_speex_aec='-DPJMEDIA_HAS_SPEEX_AEC=0' 
    10730                 { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&5 
    10731 echo "${ECHO_T}Checking if Speex AEC is disabled...yes" >&6; } 
     11157                { $as_echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...yes" >&5 
     11158$as_echo "Checking if Speex AEC is disabled...yes" >&6; } 
    1073211159               fi 
    1073311160else 
    10734   { echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 
    10735 echo "${ECHO_T}Checking if Speex AEC is disabled...no" >&6; } 
     11161  { $as_echo "$as_me:$LINENO: result: Checking if Speex AEC is disabled...no" >&5 
     11162$as_echo "Checking if Speex AEC is disabled...no" >&6; } 
    1073611163fi 
    1073711164 
     
    1074611173_ACEOF 
    1074711174 
    10748                 { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&5 
    10749 echo "${ECHO_T}Checking if G.711 codec is disabled...yes" >&6; } 
     11175                { $as_echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...yes" >&5 
     11176$as_echo "Checking if G.711 codec is disabled...yes" >&6; } 
    1075011177               fi 
    1075111178else 
    10752   { echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 
    10753 echo "${ECHO_T}Checking if G.711 codec is disabled...no" >&6; } 
     11179  { $as_echo "$as_me:$LINENO: result: Checking if G.711 codec is disabled...no" >&5 
     11180$as_echo "Checking if G.711 codec is disabled...no" >&6; } 
    1075411181fi 
    1075511182 
     
    1076511192_ACEOF 
    1076611193 
    10767                 { echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&5 
    10768 echo "${ECHO_T}Checking if L16 codecs are disabled...yes" >&6; } 
     11194                { $as_echo "$as_me:$LINENO: result: Checking if L16 codecs are disabled...yes" >&5 
     11195$as_echo "Checking if L16 codecs are disabled...yes" >&6; } 
    1076911196               fi 
    1077011197else 
    10771   { echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 
    10772 echo "${ECHO_T}Checking if L16 codec is disabled...no" >&6; } 
     11198  { $as_echo "$as_me:$LINENO: result: Checking if L16 codec is disabled...no" >&5 
     11199$as_echo "Checking if L16 codec is disabled...no" >&6; } 
    1077311200fi 
    1077411201 
     
    1078411211_ACEOF 
    1078511212 
    10786                 { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&5 
    10787 echo "${ECHO_T}Checking if GSM codec is disabled...yes" >&6; } 
     11213                { $as_echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...yes" >&5 
     11214$as_echo "Checking if GSM codec is disabled...yes" >&6; } 
    1078811215               fi 
    1078911216else 
    10790   { echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 
    10791 echo "${ECHO_T}Checking if GSM codec is disabled...no" >&6; } 
     11217  { $as_echo "$as_me:$LINENO: result: Checking if GSM codec is disabled...no" >&5 
     11218$as_echo "Checking if GSM codec is disabled...no" >&6; } 
    1079211219fi 
    1079311220 
     
    1080211229_ACEOF 
    1080311230 
    10804                 { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&5 
    10805 echo "${ECHO_T}Checking if G.722 codec is disabled...yes" >&6; } 
     11231                { $as_echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...yes" >&5 
     11232$as_echo "Checking if G.722 codec is disabled...yes" >&6; } 
    1080611233               fi 
    1080711234else 
    10808   { echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 
    10809 echo "${ECHO_T}Checking if G.722 codec is disabled...no" >&6; } 
     11235  { $as_echo "$as_me:$LINENO: result: Checking if G.722 codec is disabled...no" >&5 
     11236$as_echo "Checking if G.722 codec is disabled...no" >&6; } 
    1081011237fi 
    1081111238 
     
    1082011247_ACEOF 
    1082111248 
    10822                 { echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...yes" >&5 
    10823 echo "${ECHO_T}Checking if G.722.1 codec is disabled...yes" >&6; } 
     11249                { $as_echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...yes" >&5 
     11250$as_echo "Checking if G.722.1 codec is disabled...yes" >&6; } 
    1082411251               fi 
    1082511252else 
    10826   { echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...no" >&5 
    10827 echo "${ECHO_T}Checking if G.722.1 codec is disabled...no" >&6; } 
     11253  { $as_echo "$as_me:$LINENO: result: Checking if G.722.1 codec is disabled...no" >&5 
     11254$as_echo "Checking if G.722.1 codec is disabled...no" >&6; } 
    1082811255fi 
    1082911256 
     
    1083811265_ACEOF 
    1083911266 
    10840                 { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&5 
    10841 echo "${ECHO_T}Checking if Speex codec is disabled...yes" >&6; } 
     11267                { $as_echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...yes" >&5 
     11268$as_echo "Checking if Speex codec is disabled...yes" >&6; } 
    1084211269               fi 
    1084311270else 
    10844   { echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 
    10845 echo "${ECHO_T}Checking if Speex codec is disabled...no" >&6; } 
     11271  { $as_echo "$as_me:$LINENO: result: Checking if Speex codec is disabled...no" >&5 
     11272$as_echo "Checking if Speex codec is disabled...no" >&6; } 
    1084611273fi 
    1084711274 
     
    1085611283_ACEOF 
    1085711284 
    10858                 { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&5 
    10859 echo "${ECHO_T}Checking if iLBC codec is disabled...yes" >&6; } 
     11285                { $as_echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...yes" >&5 
     11286$as_echo "Checking if iLBC codec is disabled...yes" >&6; } 
    1086011287               fi 
    1086111288else 
    10862   { echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 
    10863 echo "${ECHO_T}Checking if iLBC codec is disabled...no" >&6; } 
     11289  { $as_echo "$as_me:$LINENO: result: Checking if iLBC codec is disabled...no" >&5 
     11290$as_echo "Checking if iLBC codec is disabled...no" >&6; } 
    1086411291fi 
    1086511292 
     
    1086811295if test "${enable_libsamplerate+set}" = set; then 
    1086911296  enableval=$enable_libsamplerate; 
    10870 { echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 
    10871 echo $ECHO_N "checking for src_new in -lsamplerate... $ECHO_C" >&6; } 
     11297{ $as_echo "$as_me:$LINENO: checking for src_new in -lsamplerate" >&5 
     11298$as_echo_n "checking for src_new in -lsamplerate... " >&6; } 
    1087211299if test "${ac_cv_lib_samplerate_src_new+set}" = set; then 
    10873   echo $ECHO_N "(cached) $ECHO_C" >&6 
     11300  $as_echo_n "(cached) " >&6 
    1087411301else 
    1087511302  ac_check_lib_save_LIBS=$LIBS 
     
    1090311330  *) ac_try_echo=$ac_try;; 
    1090411331esac 
    10905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11332eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11333$as_echo "$ac_try_echo") >&5 
    1090611334  (eval "$ac_link") 2>conftest.er1 
    1090711335  ac_status=$? 
     
    1090911337  rm -f conftest.er1 
    1091011338  cat conftest.err >&5 
    10911   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11339  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1091211340  (exit $ac_status); } && { 
    1091311341         test -z "$ac_c_werror_flag" || 
    1091411342         test ! -s conftest.err 
    10915        } && test -s conftest$ac_exeext && 
    10916        $as_test_x conftest$ac_exeext; then 
     11343       } && test -s conftest$ac_exeext && { 
     11344         test "$cross_compiling" = yes || 
     11345         $as_test_x conftest$ac_exeext 
     11346       }; then 
    1091711347  ac_cv_lib_samplerate_src_new=yes 
    1091811348else 
    10919   echo "$as_me: failed program was:" >&5 
     11349  $as_echo "$as_me: failed program was:" >&5 
    1092011350sed 's/^/| /' conftest.$ac_ext >&5 
    1092111351 
     
    1092311353fi 
    1092411354 
     11355rm -rf conftest.dSYM 
    1092511356rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1092611357      conftest$ac_exeext conftest.$ac_ext 
    1092711358LIBS=$ac_check_lib_save_LIBS 
    1092811359fi 
    10929 { echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&5 
    10930 echo "${ECHO_T}$ac_cv_lib_samplerate_src_new" >&6; } 
     11360{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_samplerate_src_new" >&5 
     11361$as_echo "$ac_cv_lib_samplerate_src_new" >&6; } 
    1093111362if test $ac_cv_lib_samplerate_src_new = yes; then 
    1093211363  cat >>confdefs.h <<_ACEOF 
     
    1093911370 
    1094011371else 
    10941   { echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 
    10942 echo "${ECHO_T}Skipping libsamplerate detection" >&6; } 
     11372  { $as_echo "$as_me:$LINENO: result: Skipping libsamplerate detection" >&5 
     11373$as_echo "Skipping libsamplerate detection" >&6; } 
    1094311374 
    1094411375fi 
     
    1097411405 
    1097511406if test "x$enable_ipp" != "xno"; then 
    10976                 { echo "$as_me:$LINENO: checking Intel IPP location" >&5 
    10977 echo $ECHO_N "checking Intel IPP location... $ECHO_C" >&6; } 
     11407                { $as_echo "$as_me:$LINENO: checking Intel IPP location" >&5 
     11408$as_echo_n "checking Intel IPP location... " >&6; } 
    1097811409 
    1097911410    if test "x$with_ipp" != "xno" -a "x$with_ipp" != "x"; then 
    10980         { echo "$as_me:$LINENO: result: $with_ipp" >&5 
    10981 echo "${ECHO_T}$with_ipp" >&6; } 
     11411        { $as_echo "$as_me:$LINENO: result: $with_ipp" >&5 
     11412$as_echo "$with_ipp" >&6; } 
    1098211413        IPPROOT=$with_ipp 
    1098311414    elif test "x$IPPROOT" = "x"; then 
    1098411415        if test -d /opt/intel/ipp; then 
    1098511416            IPPROOT=`ls -d /opt/intel/ipp/*/* | head -1` 
    10986             { echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&5 
    10987 echo "${ECHO_T}autodetected in $IPPROOT" >&6; } 
     11417            { $as_echo "$as_me:$LINENO: result: autodetected in $IPPROOT" >&5 
     11418$as_echo "autodetected in $IPPROOT" >&6; } 
    1098811419        fi 
    1098911420    else 
    10990         { echo "$as_me:$LINENO: result: $IPPROOT" >&5 
    10991 echo "${ECHO_T}$IPPROOT" >&6; } 
     11421        { $as_echo "$as_me:$LINENO: result: $IPPROOT" >&5 
     11422$as_echo "$IPPROOT" >&6; } 
    1099211423    fi 
    1099311424 
    1099411425    if test x$IPPROOT = x; then 
    10995         { { echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&5 
    10996 echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&2;} 
     11426        { { $as_echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&5 
     11427$as_echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPROOT env var or with --with-ipp option" >&2;} 
    1099711428   { (exit 1); exit 1; }; } 
    1099811429    elif test ! -d $IPPROOT; then 
    10999         { { echo "$as_me:$LINENO: error: not found" >&5 
    11000 echo "$as_me: error: not found" >&2;} 
     11430        { { $as_echo "$as_me:$LINENO: error: not found" >&5 
     11431$as_echo "$as_me: error: not found" >&2;} 
    1100111432   { (exit 1); exit 1; }; } 
    1100211433    elif test ! -d $IPPROOT/include; then 
    11003         { { echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&5 
    11004 echo "$as_me: error: directory doesn't seem to be valid" >&2;} 
     11434        { { $as_echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&5 
     11435$as_echo "$as_me: error: directory doesn't seem to be valid" >&2;} 
    1100511436   { (exit 1); exit 1; }; } 
    1100611437    else 
     
    1102411455 
    1102511456 
    11026         { echo "$as_me:$LINENO: checking Intel IPP usability" >&5 
    11027 echo $ECHO_N "checking Intel IPP usability... $ECHO_C" >&6; } 
     11457        { $as_echo "$as_me:$LINENO: checking Intel IPP usability" >&5 
     11458$as_echo_n "checking Intel IPP usability... " >&6; } 
    1102811459        cat >conftest.$ac_ext <<_ACEOF 
    1102911460/* confdefs.h.  */ 
     
    1104811479  *) ac_try_echo=$ac_try;; 
    1104911480esac 
    11050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11481eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11482$as_echo "$ac_try_echo") >&5 
    1105111483  (eval "$ac_link") 2>conftest.er1 
    1105211484  ac_status=$? 
     
    1105411486  rm -f conftest.er1 
    1105511487  cat conftest.err >&5 
    11056   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11488  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1105711489  (exit $ac_status); } && { 
    1105811490         test -z "$ac_c_werror_flag" || 
    1105911491         test ! -s conftest.err 
    11060        } && test -s conftest$ac_exeext && 
    11061        $as_test_x conftest$ac_exeext; then 
    11062   { echo "$as_me:$LINENO: result: ok" >&5 
    11063 echo "${ECHO_T}ok" >&6; } 
    11064 else 
    11065   echo "$as_me: failed program was:" >&5 
     11492       } && test -s conftest$ac_exeext && { 
     11493         test "$cross_compiling" = yes || 
     11494         $as_test_x conftest$ac_exeext 
     11495       }; then 
     11496  { $as_echo "$as_me:$LINENO: result: ok" >&5 
     11497$as_echo "ok" >&6; } 
     11498else 
     11499  $as_echo "$as_me: failed program was:" >&5 
    1106611500sed 's/^/| /' conftest.$ac_ext >&5 
    1106711501 
    11068         { { echo "$as_me:$LINENO: error: failed 
     11502        { { $as_echo "$as_me:$LINENO: error: failed 
    1106911503See \`config.log' for more details." >&5 
    11070 echo "$as_me: error: failed 
     11504$as_echo "$as_me: error: failed 
    1107111505See \`config.log' for more details." >&2;} 
    1107211506   { (exit 1); exit 1; }; } 
    1107311507fi 
    1107411508 
     11509rm -rf conftest.dSYM 
    1107511510rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1107611511      conftest$ac_exeext conftest.$ac_ext 
     
    1108111516    fi 
    1108211517 
    11083                 { echo "$as_me:$LINENO: checking Intel IPP samples location" >&5 
    11084 echo $ECHO_N "checking Intel IPP samples location... $ECHO_C" >&6; } 
     11518                { $as_echo "$as_me:$LINENO: checking Intel IPP samples location" >&5 
     11519$as_echo_n "checking Intel IPP samples location... " >&6; } 
    1108511520 
    1108611521    if test "x$with_ipp_samples" != "xno" -a "x$with_ipp_samples" != "x"; then 
    11087         { echo "$as_me:$LINENO: result: $with_ipp_samples" >&5 
    11088 echo "${ECHO_T}$with_ipp_samples" >&6; } 
     11522        { $as_echo "$as_me:$LINENO: result: $with_ipp_samples" >&5 
     11523$as_echo "$with_ipp_samples" >&6; } 
    1108911524        IPPSAMPLES=$with_ipp_samples 
    1109011525    elif test "x$IPPSAMPLES" = "x"; then 
    1109111526        if test -d /opt/intel/ipp-samples; then 
    1109211527            IPPSAMPLES=/opt/intel/ipp-samples 
    11093             { echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&5 
    11094 echo "${ECHO_T}autodetected in $IPPSAMPLES" >&6; } 
     11528            { $as_echo "$as_me:$LINENO: result: autodetected in $IPPSAMPLES" >&5 
     11529$as_echo "autodetected in $IPPSAMPLES" >&6; } 
    1109511530        fi 
    1109611531    else 
    11097         { echo "$as_me:$LINENO: result: $IPPSAMPLES" >&5 
    11098 echo "${ECHO_T}$IPPSAMPLES" >&6; } 
     11532        { $as_echo "$as_me:$LINENO: result: $IPPSAMPLES" >&5 
     11533$as_echo "$IPPSAMPLES" >&6; } 
    1109911534    fi 
    1110011535 
    1110111536    if test x$IPPSAMPLES = x; then 
    11102         { { echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&5 
    11103 echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&2;} 
     11537        { { $as_echo "$as_me:$LINENO: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&5 
     11538$as_echo "$as_me: error: the location is neither specified nor can be guessed. Please specify with IPPSAMPLES env var or with --with-ipp-samples option" >&2;} 
    1110411539   { (exit 1); exit 1; }; } 
    1110511540    elif test ! -d $IPPSAMPLES; then 
    11106         { { echo "$as_me:$LINENO: error: not found" >&5 
    11107 echo "$as_me: error: not found" >&2;} 
     11541        { { $as_echo "$as_me:$LINENO: error: not found" >&5 
     11542$as_echo "$as_me: error: not found" >&2;} 
    1110811543   { (exit 1); exit 1; }; } 
    1110911544    elif test ! -d $IPPSAMPLES/speech-codecs; then 
    11110         { { echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&5 
    11111 echo "$as_me: error: directory doesn't seem to be valid" >&2;} 
     11545        { { $as_echo "$as_me:$LINENO: error: directory doesn't seem to be valid" >&5 
     11546$as_echo "$as_me: error: directory doesn't seem to be valid" >&2;} 
    1111211547   { (exit 1); exit 1; }; } 
    1111311548    else 
     
    1111611551 
    1111711552        # Guess the libusc.a build location 
    11118         { echo "$as_me:$LINENO: checking Intel IPP USC build location" >&5 
    11119 echo $ECHO_N "checking Intel IPP USC build location... $ECHO_C" >&6; } 
     11553        { $as_echo "$as_me:$LINENO: checking Intel IPP USC build location" >&5 
     11554$as_echo_n "checking Intel IPP USC build location... " >&6; } 
    1112011555        IPPSAMPLESLIB=`ls -d $IPPSAMPLES/speech-codecs/bin/*gcc*/lib | head -1` 
    1112111556        if test ! -d $IPPSAMPLESLIB; then 
    11122             { { echo "$as_me:$LINENO: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples? 
     11557            { { $as_echo "$as_me:$LINENO: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples? 
    1112311558See \`config.log' for more details." >&5 
    11124 echo "$as_me: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples? 
     11559$as_echo "$as_me: error: the $IPPSAMPLES/speech-codecs/bin/*gcc*/lib directory not found. Have you built the samples? 
    1112511560See \`config.log' for more details." >&2;} 
    1112611561   { (exit 1); exit 1; }; } 
    1112711562        fi 
    1112811563        if test ! -f $IPPSAMPLESLIB/libusc.a; then 
    11129             { { echo "$as_me:$LINENO: error: libusc.a doesn't exist in $IPPSAMPLESLIB 
     11564            { { $as_echo "$as_me:$LINENO: error: libusc.a doesn't exist in $IPPSAMPLESLIB 
    1113011565See \`config.log' for more details." >&5 
    11131 echo "$as_me: error: libusc.a doesn't exist in $IPPSAMPLESLIB 
     11566$as_echo "$as_me: error: libusc.a doesn't exist in $IPPSAMPLESLIB 
    1113211567See \`config.log' for more details." >&2;} 
    1113311568   { (exit 1); exit 1; }; } 
    1113411569        fi 
    11135         { echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&5 
    11136 echo "${ECHO_T}$IPPSAMPLESLIB" >&6; } 
     11570        { $as_echo "$as_me:$LINENO: result: $IPPSAMPLESLIB" >&5 
     11571$as_echo "$IPPSAMPLESLIB" >&6; } 
    1113711572 
    1113811573        SAVED_CFLAGS="$CFLAGS" 
     
    1114511580        LIBS="-lusc $LIBS" 
    1114611581 
    11147         { echo "$as_me:$LINENO: checking Intel IPP USC usability" >&5 
    11148 echo $ECHO_N "checking Intel IPP USC usability... $ECHO_C" >&6; } 
     11582        { $as_echo "$as_me:$LINENO: checking Intel IPP USC usability" >&5 
     11583$as_echo_n "checking Intel IPP USC usability... " >&6; } 
    1114911584        cat >conftest.$ac_ext <<_ACEOF 
    1115011585/* confdefs.h.  */ 
     
    1116911604  *) ac_try_echo=$ac_try;; 
    1117011605esac 
    11171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11606eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11607$as_echo "$ac_try_echo") >&5 
    1117211608  (eval "$ac_link") 2>conftest.er1 
    1117311609  ac_status=$? 
     
    1117511611  rm -f conftest.er1 
    1117611612  cat conftest.err >&5 
    11177   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11613  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1117811614  (exit $ac_status); } && { 
    1117911615         test -z "$ac_c_werror_flag" || 
    1118011616         test ! -s conftest.err 
    11181        } && test -s conftest$ac_exeext && 
    11182        $as_test_x conftest$ac_exeext; then 
    11183   { echo "$as_me:$LINENO: result: ok" >&5 
    11184 echo "${ECHO_T}ok" >&6; } 
    11185 else 
    11186   echo "$as_me: failed program was:" >&5 
     11617       } && test -s conftest$ac_exeext && { 
     11618         test "$cross_compiling" = yes || 
     11619         $as_test_x conftest$ac_exeext 
     11620       }; then 
     11621  { $as_echo "$as_me:$LINENO: result: ok" >&5 
     11622$as_echo "ok" >&6; } 
     11623else 
     11624  $as_echo "$as_me: failed program was:" >&5 
    1118711625sed 's/^/| /' conftest.$ac_ext >&5 
    1118811626 
    11189         { { echo "$as_me:$LINENO: error: failed 
     11627        { { $as_echo "$as_me:$LINENO: error: failed 
    1119011628See \`config.log' for more details." >&5 
    11191 echo "$as_me: error: failed 
     11629$as_echo "$as_me: error: failed 
    1119211630See \`config.log' for more details." >&2;} 
    1119311631   { (exit 1); exit 1; }; } 
    1119411632fi 
    1119511633 
     11634rm -rf conftest.dSYM 
    1119611635rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1119711636      conftest$ac_exeext conftest.$ac_ext 
     
    1121111650export IPP_LIBS=$IPP_LIBS" 
    1121211651else 
    11213     { echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&5 
    11214 echo "${ECHO_T}Skipping Intel IPP settings (not wanted)" >&6; } 
     11652    { $as_echo "$as_me:$LINENO: result: Skipping Intel IPP settings (not wanted)" >&5 
     11653$as_echo "Skipping Intel IPP settings (not wanted)" >&6; } 
    1121511654fi 
    1121611655 
     
    1122311662                if test "$enable_ssl" = "no"; then 
    1122411663                 ac_no_ssl=1 
    11225                  { echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&5 
    11226 echo "${ECHO_T}Checking if SSL support is disabled... yes" >&6; } 
     11664                 { $as_echo "$as_me:$LINENO: result: Checking if SSL support is disabled... yes" >&5 
     11665$as_echo "Checking if SSL support is disabled... yes" >&6; } 
    1122711666                fi 
    1122811667 
    1122911668else 
    1123011669 
    11231                 { echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&5 
    11232 echo "${ECHO_T}checking for OpenSSL installations.." >&6; } 
     11670                { $as_echo "$as_me:$LINENO: result: checking for OpenSSL installations.." >&5 
     11671$as_echo "checking for OpenSSL installations.." >&6; } 
    1123311672 
    1123411673 
    1123511674 
    1123611675                if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 
    11237   { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 
    11238 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } 
     11676  { $as_echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 
     11677$as_echo_n "checking for openssl/ssl.h... " >&6; } 
    1123911678if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 
    11240   echo $ECHO_N "(cached) $ECHO_C" >&6 
    11241 fi 
    11242 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 
    11243 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } 
     11679  $as_echo_n "(cached) " >&6 
     11680fi 
     11681{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 
     11682$as_echo "$ac_cv_header_openssl_ssl_h" >&6; } 
    1124411683else 
    1124511684  # Is the header compilable? 
    11246 { echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 
    11247 echo $ECHO_N "checking openssl/ssl.h usability... $ECHO_C" >&6; } 
     11685{ $as_echo "$as_me:$LINENO: checking openssl/ssl.h usability" >&5 
     11686$as_echo_n "checking openssl/ssl.h usability... " >&6; } 
    1124811687cat >conftest.$ac_ext <<_ACEOF 
    1124911688/* confdefs.h.  */ 
     
    1126111700  *) ac_try_echo=$ac_try;; 
    1126211701esac 
    11263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11702eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11703$as_echo "$ac_try_echo") >&5 
    1126411704  (eval "$ac_compile") 2>conftest.er1 
    1126511705  ac_status=$? 
     
    1126711707  rm -f conftest.er1 
    1126811708  cat conftest.err >&5 
    11269   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11709  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1127011710  (exit $ac_status); } && { 
    1127111711         test -z "$ac_c_werror_flag" || 
     
    1127411714  ac_header_compiler=yes 
    1127511715else 
    11276   echo "$as_me: failed program was:" >&5 
     11716  $as_echo "$as_me: failed program was:" >&5 
    1127711717sed 's/^/| /' conftest.$ac_ext >&5 
    1127811718 
     
    1128111721 
    1128211722rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 
    11283 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
    11284 echo "${ECHO_T}$ac_header_compiler" >&6; } 
     11723{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 
     11724$as_echo "$ac_header_compiler" >&6; } 
    1128511725 
    1128611726# Is the header present? 
    11287 { echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 
    11288 echo $ECHO_N "checking openssl/ssl.h presence... $ECHO_C" >&6; } 
     11727{ $as_echo "$as_me:$LINENO: checking openssl/ssl.h presence" >&5 
     11728$as_echo_n "checking openssl/ssl.h presence... " >&6; } 
    1128911729cat >conftest.$ac_ext <<_ACEOF 
    1129011730/* confdefs.h.  */ 
     
    1130011740  *) ac_try_echo=$ac_try;; 
    1130111741esac 
    11302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11742eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11743$as_echo "$ac_try_echo") >&5 
    1130311744  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1 
    1130411745  ac_status=$? 
     
    1130611747  rm -f conftest.er1 
    1130711748  cat conftest.err >&5 
    11308   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11749  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1130911750  (exit $ac_status); } >/dev/null && { 
    1131011751         test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     
    1131311754  ac_header_preproc=yes 
    1131411755else 
    11315   echo "$as_me: failed program was:" >&5 
     11756  $as_echo "$as_me: failed program was:" >&5 
    1131611757sed 's/^/| /' conftest.$ac_ext >&5 
    1131711758 
     
    1132011761 
    1132111762rm -f conftest.err conftest.$ac_ext 
    11322 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
    11323 echo "${ECHO_T}$ac_header_preproc" >&6; } 
     11763{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 
     11764$as_echo "$ac_header_preproc" >&6; } 
    1132411765 
    1132511766# So?  What about this header? 
    1132611767case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in 
    1132711768  yes:no: ) 
    11328     { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&5 
    11329 echo "$as_me: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
    11330     { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&5 
    11331 echo "$as_me: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&2;} 
     11769    { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&5 
     11770$as_echo "$as_me: WARNING: openssl/ssl.h: accepted by the compiler, rejected by the preprocessor!" >&2;} 
     11771    { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&5 
     11772$as_echo "$as_me: WARNING: openssl/ssl.h: proceeding with the compiler's result" >&2;} 
    1133211773    ac_header_preproc=yes 
    1133311774    ;; 
    1133411775  no:yes:* ) 
    11335     { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: present but cannot be compiled" >&5 
    11336 echo "$as_me: WARNING: openssl/ssl.h: present but cannot be compiled" >&2;} 
    11337     { echo "$as_me:$LINENO: WARNING: openssl/ssl.h:     check for missing prerequisite headers?" >&5 
    11338 echo "$as_me: WARNING: openssl/ssl.h:     check for missing prerequisite headers?" >&2;} 
    11339     { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: see the Autoconf documentation" >&5 
    11340 echo "$as_me: WARNING: openssl/ssl.h: see the Autoconf documentation" >&2;} 
    11341     { echo "$as_me:$LINENO: WARNING: openssl/ssl.h:     section \"Present But Cannot Be Compiled\"" >&5 
    11342 echo "$as_me: WARNING: openssl/ssl.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
    11343     { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&5 
    11344 echo "$as_me: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&2;} 
    11345     { echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5 
    11346 echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;} 
     11776    { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: present but cannot be compiled" >&5 
     11777$as_echo "$as_me: WARNING: openssl/ssl.h: present but cannot be compiled" >&2;} 
     11778    { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h:     check for missing prerequisite headers?" >&5 
     11779$as_echo "$as_me: WARNING: openssl/ssl.h:     check for missing prerequisite headers?" >&2;} 
     11780    { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: see the Autoconf documentation" >&5 
     11781$as_echo "$as_me: WARNING: openssl/ssl.h: see the Autoconf documentation" >&2;} 
     11782    { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h:     section \"Present But Cannot Be Compiled\"" >&5 
     11783$as_echo "$as_me: WARNING: openssl/ssl.h:     section \"Present But Cannot Be Compiled\"" >&2;} 
     11784    { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&5 
     11785$as_echo "$as_me: WARNING: openssl/ssl.h: proceeding with the preprocessor's result" >&2;} 
     11786    { $as_echo "$as_me:$LINENO: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&5 
     11787$as_echo "$as_me: WARNING: openssl/ssl.h: in the future, the compiler will take precedence" >&2;} 
    1134711788 
    1134811789    ;; 
    1134911790esac 
    11350 { echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 
    11351 echo $ECHO_N "checking for openssl/ssl.h... $ECHO_C" >&6; } 
     11791{ $as_echo "$as_me:$LINENO: checking for openssl/ssl.h" >&5 
     11792$as_echo_n "checking for openssl/ssl.h... " >&6; } 
    1135211793if test "${ac_cv_header_openssl_ssl_h+set}" = set; then 
    11353   echo $ECHO_N "(cached) $ECHO_C" >&6 
     11794  $as_echo_n "(cached) " >&6 
    1135411795else 
    1135511796  ac_cv_header_openssl_ssl_h=$ac_header_preproc 
    1135611797fi 
    11357 { echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 
    11358 echo "${ECHO_T}$ac_cv_header_openssl_ssl_h" >&6; } 
     11798{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_openssl_ssl_h" >&5 
     11799$as_echo "$ac_cv_header_openssl_ssl_h" >&6; } 
    1135911800 
    1136011801fi 
     
    1136411805 
    1136511806 
    11366                 { echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 
    11367 echo $ECHO_N "checking for SSL_library_init in -lssl... $ECHO_C" >&6; } 
     11807                { $as_echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&5 
     11808$as_echo_n "checking for ERR_load_BIO_strings in -lcrypto... " >&6; } 
     11809if test "${ac_cv_lib_crypto_ERR_load_BIO_strings+set}" = set; then 
     11810  $as_echo_n "(cached) " >&6 
     11811else 
     11812  ac_check_lib_save_LIBS=$LIBS 
     11813LIBS="-lcrypto  $LIBS" 
     11814cat >conftest.$ac_ext <<_ACEOF 
     11815/* confdefs.h.  */ 
     11816_ACEOF 
     11817cat confdefs.h >>conftest.$ac_ext 
     11818cat >>conftest.$ac_ext <<_ACEOF 
     11819/* end confdefs.h.  */ 
     11820 
     11821/* Override any GCC internal prototype to avoid an error. 
     11822   Use char because int might match the return type of a GCC 
     11823   builtin and then its argument prototype would still apply.  */ 
     11824#ifdef __cplusplus 
     11825extern "C" 
     11826#endif 
     11827char ERR_load_BIO_strings (); 
     11828int 
     11829main () 
     11830{ 
     11831return ERR_load_BIO_strings (); 
     11832  ; 
     11833  return 0; 
     11834} 
     11835_ACEOF 
     11836rm -f conftest.$ac_objext conftest$ac_exeext 
     11837if { (ac_try="$ac_link" 
     11838case "(($ac_try" in 
     11839  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
     11840  *) ac_try_echo=$ac_try;; 
     11841esac 
     11842eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11843$as_echo "$ac_try_echo") >&5 
     11844  (eval "$ac_link") 2>conftest.er1 
     11845  ac_status=$? 
     11846  grep -v '^ *+' conftest.er1 >conftest.err 
     11847  rm -f conftest.er1 
     11848  cat conftest.err >&5 
     11849  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11850  (exit $ac_status); } && { 
     11851         test -z "$ac_c_werror_flag" || 
     11852         test ! -s conftest.err 
     11853       } && test -s conftest$ac_exeext && { 
     11854         test "$cross_compiling" = yes || 
     11855         $as_test_x conftest$ac_exeext 
     11856       }; then 
     11857  ac_cv_lib_crypto_ERR_load_BIO_strings=yes 
     11858else 
     11859  $as_echo "$as_me: failed program was:" >&5 
     11860sed 's/^/| /' conftest.$ac_ext >&5 
     11861 
     11862        ac_cv_lib_crypto_ERR_load_BIO_strings=no 
     11863fi 
     11864 
     11865rm -rf conftest.dSYM 
     11866rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
     11867      conftest$ac_exeext conftest.$ac_ext 
     11868LIBS=$ac_check_lib_save_LIBS 
     11869fi 
     11870{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5 
     11871$as_echo "$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; } 
     11872if test $ac_cv_lib_crypto_ERR_load_BIO_strings = yes; then 
     11873  libcrypto_present=1 && LIBS="$LIBS -lcrypto" 
     11874fi 
     11875 
     11876                { $as_echo "$as_me:$LINENO: checking for SSL_library_init in -lssl" >&5 
     11877$as_echo_n "checking for SSL_library_init in -lssl... " >&6; } 
    1136811878if test "${ac_cv_lib_ssl_SSL_library_init+set}" = set; then 
    11369   echo $ECHO_N "(cached) $ECHO_C" >&6 
     11879  $as_echo_n "(cached) " >&6 
    1137011880else 
    1137111881  ac_check_lib_save_LIBS=$LIBS 
     
    1139911909  *) ac_try_echo=$ac_try;; 
    1140011910esac 
    11401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
     11911eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" 
     11912$as_echo "$ac_try_echo") >&5 
    1140211913  (eval "$ac_link") 2>conftest.er1 
    1140311914  ac_status=$? 
     
    1140511916  rm -f conftest.er1 
    1140611917  cat conftest.err >&5 
    11407   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
     11918  $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    1140811919  (exit $ac_status); } && { 
    1140911920         test -z "$ac_c_werror_flag" || 
    1141011921         test ! -s conftest.err 
    11411        } && test -s conftest$ac_exeext && 
    11412        $as_test_x conftest$ac_exeext; then 
     11922       } && test -s conftest$ac_exeext && { 
     11923         test "$cross_compiling" = yes || 
     11924         $as_test_x conftest$ac_exeext 
     11925       }; then 
    1141311926  ac_cv_lib_ssl_SSL_library_init=yes 
    1141411927else 
    11415   echo "$as_me: failed program was:" >&5 
     11928  $as_echo "$as_me: failed program was:" >&5 
    1141611929sed 's/^/| /' conftest.$ac_ext >&5 
    1141711930 
     
    1141911932fi 
    1142011933 
     11934rm -rf conftest.dSYM 
    1142111935rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    1142211936      conftest$ac_exeext conftest.$ac_ext 
    1142311937LIBS=$ac_check_lib_save_LIBS 
    1142411938fi 
    11425 { echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5 
    11426 echo "${ECHO_T}$ac_cv_lib_ssl_SSL_library_init" >&6; } 
     11939{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ssl_SSL_library_init" >&5 
     11940$as_echo "$ac_cv_lib_ssl_SSL_library_init" >&6; } 
    1142711941if test $ac_cv_lib_ssl_SSL_library_init = yes; then 
    1142811942  libssl_present=1 && LIBS="$LIBS -lssl" 
    1142911943fi 
    1143011944 
    11431                 { echo "$as_me:$LINENO: checking for ERR_load_BIO_strings in -lcrypto" >&5 
    11432 echo $ECHO_N "checking for ERR_load_BIO_strings in -lcrypto... $ECHO_C" >&6; } 
    11433 if test "${ac_cv_lib_crypto_ERR_load_BIO_strings+set}" = set; then 
    11434   echo $ECHO_N "(cached) $ECHO_C" >&6 
    11435 else 
    11436   ac_check_lib_save_LIBS=$LIBS 
    11437 LIBS="-lcrypto  $LIBS" 
    11438 cat >conftest.$ac_ext <<_ACEOF 
    11439 /* confdefs.h.  */ 
    11440 _ACEOF 
    11441 cat confdefs.h >>conftest.$ac_ext 
    11442 cat >>conftest.$ac_ext <<_ACEOF 
    11443 /* end confdefs.h.  */ 
    11444  
    11445 /* Override any GCC internal prototype to avoid an error. 
    11446    Use char because int might match the return type of a GCC 
    11447    builtin and then its argument prototype would still apply.  */ 
    11448 #ifdef __cplusplus 
    11449 extern "C" 
    11450 #endif 
    11451 char ERR_load_BIO_strings (); 
    11452 int 
    11453 main () 
    11454 { 
    11455 return ERR_load_BIO_strings (); 
    11456   ; 
    11457   return 0; 
    11458 } 
    11459 _ACEOF 
    11460 rm -f conftest.$ac_objext conftest$ac_exeext 
    11461 if { (ac_try="$ac_link" 
    11462 case "(($ac_try" in 
    11463   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    11464   *) ac_try_echo=$ac_try;; 
    11465 esac 
    11466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    11467   (eval "$ac_link") 2>conftest.er1 
    11468   ac_status=$? 
    11469   grep -v '^ *+' conftest.er1 >conftest.err 
    11470   rm -f conftest.er1 
    11471   cat conftest.err >&5 
    11472   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    11473   (exit $ac_status); } && { 
    11474          test -z "$ac_c_werror_flag" || 
    11475          test ! -s conftest.err 
    11476        } && test -s conftest$ac_exeext && 
    11477        $as_test_x conftest$ac_exeext; then 
    11478   ac_cv_lib_crypto_ERR_load_BIO_strings=yes 
    11479 else 
    11480   echo "$as_me: failed program was:" >&5 
    11481 sed 's/^/| /' conftest.$ac_ext >&5 
    11482  
    11483         ac_cv_lib_crypto_ERR_load_BIO_strings=no 
    11484 fi 
    11485  
    11486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 
    11487       conftest$ac_exeext conftest.$ac_ext 
    11488 LIBS=$ac_check_lib_save_LIBS 
    11489 fi 
    11490 { echo "$as_me:$LINENO: result: $ac_cv_lib_crypto_ERR_load_BIO_strings" >&5 
    11491 echo "${ECHO_T}$ac_cv_lib_crypto_ERR_load_BIO_strings" >&6; } 
    11492 if test $ac_cv_lib_crypto_ERR_load_BIO_strings = yes; then 
    11493   libcrypto_present=1 && LIBS="$LIBS -lcrypto" 
    11494 fi 
    11495  
    1149611945                if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then 
    11497                         { echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&5 
    11498 echo "${ECHO_T}OpenSSL library found, SSL support enabled" >&6; } 
     11946                        { $as_echo "$as_me:$LINENO: result: OpenSSL library found, SSL support enabled" >&5 
     11947$as_echo "OpenSSL library found, SSL support enabled" >&6; } 
    1149911948                        # PJSIP_HAS_TLS_TRANSPORT setting follows PJ_HAS_SSL_SOCK 
    1150011949                        #AC_DEFINE(PJSIP_HAS_TLS_TRANSPORT, 1) 
     
    1150411953 
    1150511954                else 
    11506                         { echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&5 
    11507 echo "${ECHO_T}** OpenSSL libraries not found, disabling SSL support **" >&6; } 
     11955                        { $as_echo "$as_me:$LINENO: result: ** OpenSSL libraries not found, disabling SSL support **" >&5 
     11956$as_echo "** OpenSSL libraries not found, disabling SSL support **" >&6; } 
    1150811957                fi 
    1150911958 
     
    1151411963 
    1151511964 
    11516 { echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 
    11517 echo $ECHO_N "checking if select() needs correct nfds... $ECHO_C" >&6; } 
     11965{ $as_echo "$as_me:$LINENO: checking if select() needs correct nfds" >&5 
     11966$as_echo_n "checking if select() needs correct nfds... " >&6; } 
    1151811967case $target in 
    1151911968  *rtems*) cat >>confdefs.h <<\_ACEOF 
     
    1152111970_ACEOF 
    1152211971 
    11523            { echo "$as_me:$LINENO: result: yes" >&5 
    11524 echo "${ECHO_T}yes" >&6; } 
     11972           { $as_echo "$as_me:$LINENO: result: yes" >&5 
     11973$as_echo "yes" >&6; } 
    1152511974        ;; 
    1152611975  *) cat >>confdefs.h <<\_ACEOF 
     
    1152811977_ACEOF 
    1152911978 
    11530      { echo "$as_me:$LINENO: result: no (default)" >&5 
    11531 echo "${ECHO_T}no (default)" >&6; } 
    11532      { echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&5 
    11533 echo "${ECHO_T}** Decided that select() doesn't need correct nfds (please check)" >&6; } 
     11979     { $as_echo "$as_me:$LINENO: result: no (default)" >&5 
     11980$as_echo "no (default)" >&6; } 
     11981     { $as_echo "$as_me:$LINENO: result: ** Decided that select() doesn't need correct nfds (please check)" >&5 
     11982$as_echo "** Decided that select() doesn't need correct nfds (please check)" >&6; } 
    1153411983        ;; 
    1153511984esac 
    1153611985 
    11537 { echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&5 
    11538 echo $ECHO_N "checking if pj_thread_create() should enforce stack size... $ECHO_C" >&6; } 
     11986{ $as_echo "$as_me:$LINENO: checking if pj_thread_create() should enforce stack size" >&5 
     11987$as_echo_n "checking if pj_thread_create() should enforce stack size... " >&6; } 
    1153911988case $target in 
    1154011989  *rtems*) cat >>confdefs.h <<\_ACEOF 
     
    1154211991_ACEOF 
    1154311992 
    11544            { echo "$as_me:$LINENO: result: yes" >&5 
    11545 echo "${ECHO_T}yes" >&6; } 
     11993           { $as_echo "$as_me:$LINENO: result: yes" >&5 
     11994$as_echo "yes" >&6; } 
    1154611995        ;; 
    1154711996  *) cat >>confdefs.h <<\_ACEOF 
     
    1154911998_ACEOF 
    1155011999 
    11551      { echo "$as_me:$LINENO: result: no (default)" >&5 
    11552 echo "${ECHO_T}no (default)" >&6; } 
     12000     { $as_echo "$as_me:$LINENO: result: no (default)" >&5 
     12001$as_echo "no (default)" >&6; } 
    1155312002        ;; 
    1155412003esac 
    1155512004 
    11556 { echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&5 
    11557 echo $ECHO_N "checking if pj_thread_create() should allocate stack... $ECHO_C" >&6; } 
     12005{ $as_echo "$as_me:$LINENO: checking if pj_thread_create() should allocate stack" >&5 
     12006$as_echo_n "checking if pj_thread_create() should allocate stack... " >&6; } 
    1155812007case $target in 
    1155912008  *rtems*) cat >>confdefs.h <<\_ACEOF 
     
    1156112010_ACEOF 
    1156212011 
    11563            { echo "$as_me:$LINENO: result: yes" >&5 
    11564 echo "${ECHO_T}yes" >&6; } 
     12012           { $as_echo "$as_me:$LINENO: result: yes" >&5 
     12013$as_echo "yes" >&6; } 
    1156512014        ;; 
    1156612015  *) cat >>confdefs.h <<\_ACEOF 
     
    1156812017_ACEOF 
    1156912018 
    11570      { echo "$as_me:$LINENO: result: no (default)" >&5 
    11571 echo "${ECHO_T}no (default)" >&6; } 
     12019     { $as_echo "$as_me:$LINENO: result: no (default)" >&5 
     12020$as_echo "no (default)" >&6; } 
    1157212021        ;; 
    1157312022esac 
     
    1158412033_ACEOF 
    1158512034 
    11586      { echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&5 
    11587 echo "${ECHO_T}** Setting non-blocking recv() retval to EAGAIN (please check)" >&6; } 
     12035     { $as_echo "$as_me:$LINENO: result: ** Setting non-blocking recv() retval to EAGAIN (please check)" >&5 
     12036$as_echo "** Setting non-blocking recv() retval to EAGAIN (please check)" >&6; } 
    1158812037        ;; 
    1158912038esac 
     
    1160012049_ACEOF 
    1160112050 
    11602      { echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&5 
    11603 echo "${ECHO_T}** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6; } 
     12051     { $as_echo "$as_me:$LINENO: result: ** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&5 
     12052$as_echo "** Setting non-blocking connect() retval to EINPROGRESS (please check)" >&6; } 
    1160412053        ;; 
    1160512054esac 
     
    1165612105    *${as_nl}*) 
    1165712106      case $ac_var in #( 
    11658       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
    11659 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
     12107      *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 
     12108$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 
    1166012109      esac 
    1166112110      case $ac_var in #( 
    1166212111      _ | IFS | as_nl) ;; #( 
     12112      BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( 
    1166312113      *) $as_unset $ac_var ;; 
    1166412114      esac ;; 
     
    1169312143  if test -w "$cache_file"; then 
    1169412144    test "x$cache_file" != "x/dev/null" && 
    11695       { echo "$as_me:$LINENO: updating cache $cache_file" >&5 
    11696 echo "$as_me: updating cache $cache_file" >&6;} 
     12145      { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 
     12146$as_echo "$as_me: updating cache $cache_file" >&6;} 
    1169712147    cat confcache >$cache_file 
    1169812148  else 
    11699     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 
    11700 echo "$as_me: not updating unwritable cache $cache_file" >&6;} 
     12149    { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 
     12150$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} 
    1170112151  fi 
    1170212152fi 
     
    1171412164  # 1. Remove the extension, and $U if already installed. 
    1171512165  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' 
    11716   ac_i=`echo "$ac_i" | sed "$ac_script"` 
     12166  ac_i=`$as_echo "$ac_i" | sed "$ac_script"` 
    1171712167  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR 
    1171812168  #    will be set to the directory where LIBOBJS objects are built. 
     
    1172612176 
    1172712177 
     12178 
    1172812179: ${CONFIG_STATUS=./config.status} 
     12180ac_write_fail=0 
    1172912181ac_clean_files_save=$ac_clean_files 
    1173012182ac_clean_files="$ac_clean_files $CONFIG_STATUS" 
    11731 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 
    11732 echo "$as_me: creating $CONFIG_STATUS" >&6;} 
    11733 cat >$CONFIG_STATUS <<_ACEOF 
     12183{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 
     12184$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} 
     12185cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    1173412186#! $SHELL 
    1173512187# Generated by $as_me. 
     
    1174412196_ACEOF 
    1174512197 
    11746 cat >>$CONFIG_STATUS <<\_ACEOF 
     12198cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    1174712199## --------------------- ## 
    1174812200## M4sh Initialization.  ## 
     
    1175412206  emulate sh 
    1175512207  NULLCMD=: 
    11756   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which 
     12208  # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which 
    1175712209  # is contrary to our usage.  Disable this feature. 
    1175812210  alias -g '${1+"$@"}'='"$@"' 
     
    1177612228as_cr_alnum=$as_cr_Letters$as_cr_digits 
    1177712229 
     12230as_nl=' 
     12231' 
     12232export as_nl 
     12233# Printing a long string crashes Solaris 7 /usr/bin/printf. 
     12234as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' 
     12235as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo 
     12236as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo 
     12237if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then 
     12238  as_echo='printf %s\n' 
     12239  as_echo_n='printf %s' 
     12240else 
     12241  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then 
     12242    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' 
     12243    as_echo_n='/usr/ucb/echo -n' 
     12244  else 
     12245    as_echo_body='eval expr "X$1" : "X\\(.*\\)"' 
     12246    as_echo_n_body='eval 
     12247      arg=$1; 
     12248      case $arg in 
     12249      *"$as_nl"*) 
     12250        expr "X$arg" : "X\\(.*\\)$as_nl"; 
     12251        arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; 
     12252      esac; 
     12253      expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" 
     12254    ' 
     12255    export as_echo_n_body 
     12256    as_echo_n='sh -c $as_echo_n_body as_echo' 
     12257  fi 
     12258  export as_echo_body 
     12259  as_echo='sh -c $as_echo_body as_echo' 
     12260fi 
     12261 
    1177812262# The user is always right. 
    1177912263if test "${PATH_SEPARATOR+set}" != set; then 
    11780   echo "#! /bin/sh" >conf$$.sh 
    11781   echo  "exit 0"   >>conf$$.sh 
    11782   chmod +x conf$$.sh 
    11783   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then 
    11784     PATH_SEPARATOR=';' 
    11785   else 
    11786     PATH_SEPARATOR=: 
    11787   fi 
    11788   rm -f conf$$.sh 
     12264  PATH_SEPARATOR=: 
     12265  (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { 
     12266    (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || 
     12267      PATH_SEPARATOR=';' 
     12268  } 
    1178912269fi 
    1179012270 
     
    1180212282# (If _AS_PATH_WALK were called with IFS unset, it would disable word 
    1180312283# splitting by setting IFS to empty value.) 
    11804 as_nl=' 
    11805 ' 
    1180612284IFS=" ""        $as_nl" 
    1180712285 
     
    1182612304fi 
    1182712305if test ! -f "$as_myself"; then 
    11828   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
     12306  $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 
    1182912307  { (exit 1); exit 1; } 
    1183012308fi 
     
    1183912317 
    1184012318# NLS nuisances. 
    11841 for as_var in \ 
    11842   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \ 
    11843   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \ 
    11844   LC_TELEPHONE LC_TIME 
    11845 do 
    11846   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then 
    11847     eval $as_var=C; export $as_var 
    11848   else 
    11849     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var 
    11850   fi 
    11851 done 
     12319LC_ALL=C 
     12320export LC_ALL 
     12321LANGUAGE=C 
     12322export LANGUAGE 
    1185212323 
    1185312324# Required to use basename. 
     
    1187112342         X"$0" : 'X\(//\)$' \| \ 
    1187212343         X"$0" : 'X\(/\)' \| . 2>/dev/null || 
    11873 echo X/"$0" | 
     12344$as_echo X/"$0" | 
    1187412345    sed '/^.*\/\([^/][^/]*\)\/*$/{ 
    1187512346            s//\1/ 
     
    1192212393    ' >$as_me.lineno && 
    1192312394  chmod +x "$as_me.lineno" || 
    11924     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
     12395    { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 
    1192512396   { (exit 1); exit 1; }; } 
    1192612397 
     
    1195012421  ECHO_N='-n';; 
    1195112422esac 
    11952  
    1195312423if expr a : '\(a\)' >/dev/null 2>&1 && 
    1195412424   test "X`expr 00001 : '.*\(...\)'`" = X001; then 
     
    1196312433else 
    1196412434  rm -f conf$$.dir 
    11965   mkdir conf$$.dir 
    11966 fi 
    11967 echo >conf$$.file 
    11968 if ln -s conf$$.file conf$$ 2>/dev/null; then 
    11969   as_ln_s='ln -s' 
    11970   # ... but there are two gotchas: 
    11971   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
    11972   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
    11973   # In both cases, we have to default to `cp -p'. 
    11974   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     12435  mkdir conf$$.dir 2>/dev/null 
     12436fi 
     12437if (echo >conf$$.file) 2>/dev/null; then 
     12438  if ln -s conf$$.file conf$$ 2>/dev/null; then 
     12439    as_ln_s='ln -s' 
     12440    # ... but there are two gotchas: 
     12441    # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. 
     12442    # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. 
     12443    # In both cases, we have to default to `cp -p'. 
     12444    ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || 
     12445      as_ln_s='cp -p' 
     12446  elif ln conf$$.file conf$$ 2>/dev/null; then 
     12447    as_ln_s=ln 
     12448  else 
    1197512449    as_ln_s='cp -p' 
    11976 elif ln conf$$.file conf$$ 2>/dev/null; then 
    11977   as_ln_s=ln 
     12450  fi 
    1197812451else 
    1197912452  as_ln_s='cp -p' 
     
    1200012473    eval sh -c '\'' 
    1200112474      if test -d "$1"; then 
    12002         test -d "$1/."; 
     12475        test -d "$1/."; 
    1200312476      else 
    1200412477        case $1 in 
    12005         -*)set "./$1";; 
     12478        -*)set "./$1";; 
    1200612479        esac; 
    1200712480        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     
    1202612499ac_log=" 
    1202712500This file was extended by pjproject $as_me 1.0, which was 
    12028 generated by GNU Autoconf 2.61.  Invocation command line was 
     12501generated by GNU Autoconf 2.62.  Invocation command line was 
    1202912502 
    1203012503  CONFIG_FILES    = $CONFIG_FILES 
     
    1203912512_ACEOF 
    1204012513 
    12041 cat >>$CONFIG_STATUS <<_ACEOF 
     12514cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    1204212515# Files that config.status was made for. 
    1204312516config_files="$ac_config_files" 
     
    1204612519_ACEOF 
    1204712520 
    12048 cat >>$CONFIG_STATUS <<\_ACEOF 
     12521cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    1204912522ac_cs_usage="\ 
    1205012523\`$as_me' instantiates files from templates according to the 
     
    1205912532      --recheck    update $as_me by reconfiguring in the same conditions 
    1206012533  --file=FILE[:TEMPLATE] 
    12061                    instantiate the configuration file FILE 
     12534                   instantiate the configuration file FILE 
    1206212535  --header=FILE[:TEMPLATE] 
    12063                    instantiate the configuration header FILE 
     12536                   instantiate the configuration header FILE 
    1206412537 
    1206512538Configuration files: 
     
    1207212545 
    1207312546_ACEOF 
    12074 cat >>$CONFIG_STATUS <<_ACEOF 
     12547cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    1207512548ac_cs_version="\\ 
    1207612549pjproject config.status 1.0 
    12077 configured by $0, generated by GNU Autoconf 2.61, 
    12078   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
    12079  
    12080 Copyright (C) 2006 Free Software Foundation, Inc. 
     12550configured by $0, generated by GNU Autoconf 2.62, 
     12551  with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" 
     12552 
     12553Copyright (C) 2008 Free Software Foundation, Inc. 
    1208112554This config.status script is free software; the Free Software Foundation 
    1208212555gives unlimited permission to copy, distribute and modify it." 
     
    1208412557ac_pwd='$ac_pwd' 
    1208512558srcdir='$srcdir' 
    12086 _ACEOF 
    12087  
    12088 cat >>$CONFIG_STATUS <<\_ACEOF 
    12089 # If no file are specified by the user, then we need to provide default 
    12090 # value.  By we need to know if files were specified by the user. 
     12559test -n "\$AWK" || AWK=awk 
     12560_ACEOF 
     12561 
     12562cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     12563# The default lists apply if the user does not specify any file. 
    1209112564ac_need_defaults=: 
    1209212565while test $# != 0 
     
    1211012583    ac_cs_recheck=: ;; 
    1211112584  --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) 
    12112     echo "$ac_cs_version"; exit ;; 
     12585    $as_echo "$ac_cs_version"; exit ;; 
    1211312586  --debug | --debu | --deb | --de | --d | -d ) 
    1211412587    debug=: ;; 
    1211512588  --file | --fil | --fi | --f ) 
    1211612589    $ac_shift 
    12117     CONFIG_FILES="$CONFIG_FILES $ac_optarg" 
     12590    case $ac_optarg in 
     12591    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     12592    esac 
     12593    CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" 
    1211812594    ac_need_defaults=false;; 
    1211912595  --header | --heade | --head | --hea ) 
    1212012596    $ac_shift 
    12121     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" 
     12597    case $ac_optarg in 
     12598    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; 
     12599    esac 
     12600    CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" 
    1212212601    ac_need_defaults=false;; 
    1212312602  --he | --h) 
    1212412603    # Conflict between --help and --header 
    12125     { echo "$as_me: error: ambiguous option: $1 
     12604    { $as_echo "$as_me: error: ambiguous option: $1 
    1212612605Try \`$0 --help' for more information." >&2 
    1212712606   { (exit 1); exit 1; }; };; 
    1212812607  --help | --hel | -h ) 
    12129     echo "$ac_cs_usage"; exit ;; 
     12608    $as_echo "$ac_cs_usage"; exit ;; 
    1213012609  -q | -quiet | --quiet | --quie | --qui | --qu | --q \ 
    1213112610  | -silent | --silent | --silen | --sile | --sil | --si | --s) 
     
    1213312612 
    1213412613  # This is an error. 
    12135   -*) { echo "$as_me: error: unrecognized option: $1 
     12614  -*) { $as_echo "$as_me: error: unrecognized option: $1 
    1213612615Try \`$0 --help' for more information." >&2 
    1213712616   { (exit 1); exit 1; }; } ;; 
     
    1215212631 
    1215312632_ACEOF 
    12154 cat >>$CONFIG_STATUS <<_ACEOF 
     12633cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    1215512634if \$ac_cs_recheck; then 
    12156   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 
    12157   CONFIG_SHELL=$SHELL 
     12635  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
     12636  shift 
     12637  \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 
     12638  CONFIG_SHELL='$SHELL' 
    1215812639  export CONFIG_SHELL 
    12159   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion 
    12160 fi 
    12161  
    12162 _ACEOF 
    12163 cat >>$CONFIG_STATUS <<\_ACEOF 
     12640  exec "\$@" 
     12641fi 
     12642 
     12643_ACEOF 
     12644cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    1216412645exec 5>>config.log 
    1216512646{ 
     
    1216812649## Running $as_me. ## 
    1216912650_ASBOX 
    12170   echo "$ac_log" 
     12651  $as_echo "$ac_log" 
    1217112652} >&5 
    1217212653 
    1217312654_ACEOF 
    12174 cat >>$CONFIG_STATUS <<_ACEOF 
    12175 _ACEOF 
    12176  
    12177 cat >>$CONFIG_STATUS <<\_ACEOF 
     12655cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     12656_ACEOF 
     12657 
     12658cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    1217812659 
    1217912660# Handling of arguments. 
     
    1219512676    "third_party/build/os-auto.mak") CONFIG_FILES="$CONFIG_FILES third_party/build/os-auto.mak" ;; 
    1219612677 
    12197   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
    12198 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 
     12678  *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 
     12679$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 
    1219912680   { (exit 1); exit 1; }; };; 
    1220012681  esac 
     
    1223612717} || 
    1223712718{ 
    12238    echo "$me: cannot create a temporary directory in ." >&2 
     12719   $as_echo "$as_me: cannot create a temporary directory in ." >&2 
    1223912720   { (exit 1); exit 1; } 
    1224012721} 
    1224112722 
    12242 # 
    12243 # Set up the sed scripts for CONFIG_FILES section. 
    12244 # 
    12245  
    12246 # No need to generate the scripts if there are no CONFIG_FILES. 
    12247 # This happens for instance when ./config.status config.h 
     12723# Set up the scripts for CONFIG_FILES section. 
     12724# No need to generate them if there are no CONFIG_FILES. 
     12725# This happens for instance with `./config.status config.h'. 
    1224812726if test -n "$CONFIG_FILES"; then 
    1224912727 
    12250 _ACEOF 
    12251  
    12252  
    12253  
     12728 
     12729ac_cr=' 
     12730' 
     12731ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null` 
     12732if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then 
     12733  ac_cs_awk_cr='\\r' 
     12734else 
     12735  ac_cs_awk_cr=$ac_cr 
     12736fi 
     12737 
     12738echo 'BEGIN {' >"$tmp/subs1.awk" && 
     12739_ACEOF 
     12740 
     12741 
     12742{ 
     12743  echo "cat >conf$$subs.awk <<_ACEOF" && 
     12744  echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && 
     12745  echo "_ACEOF" 
     12746} >conf$$subs.sh || 
     12747  { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
     12748$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
     12749   { (exit 1); exit 1; }; } 
     12750ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` 
    1225412751ac_delim='%!_!# ' 
    1225512752for ac_last_try in false false false false false :; do 
    12256   cat >conf$$subs.sed <<_ACEOF 
    12257 SHELL!$SHELL$ac_delim 
    12258 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim 
    12259 PACKAGE_NAME!$PACKAGE_NAME$ac_delim 
    12260 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim 
    12261 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim 
    12262 PACKAGE_STRING!$PACKAGE_STRING$ac_delim 
    12263 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim 
    12264 exec_prefix!$exec_prefix$ac_delim 
    12265 prefix!$prefix$ac_delim 
    12266 program_transform_name!$program_transform_name$ac_delim 
    12267 bindir!$bindir$ac_delim 
    12268 sbindir!$sbindir$ac_delim 
    12269 libexecdir!$libexecdir$ac_delim 
    12270 datarootdir!$datarootdir$ac_delim 
    12271 datadir!$datadir$ac_delim 
    12272 sysconfdir!$sysconfdir$ac_delim 
    12273 sharedstatedir!$sharedstatedir$ac_delim 
    12274 localstatedir!$localstatedir$ac_delim 
    12275 includedir!$includedir$ac_delim 
    12276 oldincludedir!$oldincludedir$ac_delim 
    12277 docdir!$docdir$ac_delim 
    12278 infodir!$infodir$ac_delim 
    12279 htmldir!$htmldir$ac_delim 
    12280 dvidir!$dvidir$ac_delim 
    12281 pdfdir!$pdfdir$ac_delim 
    12282 psdir!$psdir$ac_delim 
    12283 libdir!$libdir$ac_delim 
    12284 localedir!$localedir$ac_delim 
    12285 mandir!$mandir$ac_delim 
    12286 DEFS!$DEFS$ac_delim 
    12287 ECHO_C!$ECHO_C$ac_delim 
    12288 ECHO_N!$ECHO_N$ac_delim 
    12289 ECHO_T!$ECHO_T$ac_delim 
    12290 LIBS!$LIBS$ac_delim 
    12291 build_alias!$build_alias$ac_delim 
    12292 host_alias!$host_alias$ac_delim 
    12293 target_alias!$target_alias$ac_delim 
    12294 build!$build$ac_delim 
    12295 build_cpu!$build_cpu$ac_delim 
    12296 build_vendor!$build_vendor$ac_delim 
    12297 build_os!$build_os$ac_delim 
    12298 host!$host$ac_delim 
    12299 host_cpu!$host_cpu$ac_delim 
    12300 host_vendor!$host_vendor$ac_delim 
    12301 host_os!$host_os$ac_delim 
    12302 target!$target$ac_delim 
    12303 target_cpu!$target_cpu$ac_delim 
    12304 target_vendor!$target_vendor$ac_delim 
    12305 target_os!$target_os$ac_delim 
    12306 CC!$CC$ac_delim 
    12307 CFLAGS!$CFLAGS$ac_delim 
    12308 LDFLAGS!$LDFLAGS$ac_delim 
    12309 CPPFLAGS!$CPPFLAGS$ac_delim 
    12310 ac_ct_CC!$ac_ct_CC$ac_delim 
    12311 EXEEXT!$EXEEXT$ac_delim 
    12312 OBJEXT!$OBJEXT$ac_delim 
    12313 CXX!$CXX$ac_delim 
    12314 CXXFLAGS!$CXXFLAGS$ac_delim 
    12315 ac_ct_CXX!$ac_ct_CXX$ac_delim 
    12316 ac_pjdir!$ac_pjdir$ac_delim 
    12317 ac_build_mak_vars!$ac_build_mak_vars$ac_delim 
    12318 CPP!$CPP$ac_delim 
    12319 GREP!$GREP$ac_delim 
    12320 EGREP!$EGREP$ac_delim 
    12321 ac_os_objs!$ac_os_objs$ac_delim 
    12322 ac_pjmedia_snd!$ac_pjmedia_snd$ac_delim 
    12323 ac_pa_cflags!$ac_pa_cflags$ac_delim 
    12324 ac_pa_use_alsa!$ac_pa_use_alsa$ac_delim 
    12325 ac_pa_use_oss!$ac_pa_use_oss$ac_delim 
    12326 ac_no_small_filter!$ac_no_small_filter$ac_delim 
    12327 ac_no_large_filter!$ac_no_large_filter$ac_delim 
    12328 ac_no_speex_aec!$ac_no_speex_aec$ac_delim 
    12329 ac_no_g711_codec!$ac_no_g711_codec$ac_delim 
    12330 ac_no_l16_codec!$ac_no_l16_codec$ac_delim 
    12331 ac_no_gsm_codec!$ac_no_gsm_codec$ac_delim 
    12332 ac_no_g722_codec!$ac_no_g722_codec$ac_delim 
    12333 ac_no_g7221_codec!$ac_no_g7221_codec$ac_delim 
    12334 ac_no_speex_codec!$ac_no_speex_codec$ac_delim 
    12335 ac_no_ilbc_codec!$ac_no_ilbc_codec$ac_delim 
    12336 ac_no_ssl!$ac_no_ssl$ac_delim 
    12337 openssl_h_present!$openssl_h_present$ac_delim 
    12338 libssl_present!$libssl_present$ac_delim 
    12339 libcrypto_present!$libcrypto_present$ac_delim 
    12340 ac_cross_compile!$ac_cross_compile$ac_delim 
    12341 ac_linux_poll!$ac_linux_poll$ac_delim 
    12342 ac_host!$ac_host$ac_delim 
    12343 ac_main_obj!$ac_main_obj$ac_delim 
    12344 LIBOBJS!$LIBOBJS$ac_delim 
    12345 LTLIBOBJS!$LTLIBOBJS$ac_delim 
    12346 _ACEOF 
    12347  
    12348   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then 
     12753  . ./conf$$subs.sh || 
     12754    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
     12755$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
     12756   { (exit 1); exit 1; }; } 
     12757 
     12758  if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then 
    1234912759    break 
    1235012760  elif $ac_last_try; then 
    12351     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
    12352 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
     12761    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 
     12762$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} 
    1235312763   { (exit 1); exit 1; }; } 
    1235412764  else 
     
    1235612766  fi 
    1235712767done 
    12358  
    12359 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` 
    12360 if test -n "$ac_eof"; then 
    12361   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` 
    12362   ac_eof=`expr $ac_eof + 1` 
    12363 fi 
    12364  
    12365 cat >>$CONFIG_STATUS <<_ACEOF 
    12366 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof 
    12367 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end 
    12368 _ACEOF 
    12369 sed ' 
    12370 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g 
    12371 s/^/s,@/; s/!/@,|#_!!_#|/ 
    12372 :n 
    12373 t n 
    12374 s/'"$ac_delim"'$/,g/; t 
    12375 s/$/\\/; p 
    12376 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n 
    12377 ' >>$CONFIG_STATUS <conf$$subs.sed 
    12378 rm -f conf$$subs.sed 
    12379 cat >>$CONFIG_STATUS <<_ACEOF 
    12380 :end 
    12381 s/|#_!!_#|//g 
    12382 CEOF$ac_eof 
    12383 _ACEOF 
    12384  
     12768rm -f conf$$subs.sh 
     12769 
     12770cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     12771cat >>"\$tmp/subs1.awk" <<\\_ACAWK && 
     12772_ACEOF 
     12773sed -n ' 
     12774h 
     12775s/^/S["/; s/!.*/"]=/ 
     12776p 
     12777g 
     12778s/^[^!]*!// 
     12779:repl 
     12780t repl 
     12781s/'"$ac_delim"'$// 
     12782t delim 
     12783:nl 
     12784h 
     12785s/\(.\{148\}\).*/\1/ 
     12786t more1 
     12787s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ 
     12788p 
     12789n 
     12790b repl 
     12791:more1 
     12792s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 
     12793p 
     12794g 
     12795s/.\{148\}// 
     12796t nl 
     12797:delim 
     12798h 
     12799s/\(.\{148\}\).*/\1/ 
     12800t more2 
     12801s/["\\]/\\&/g; s/^/"/; s/$/"/ 
     12802p 
     12803b 
     12804:more2 
     12805s/["\\]/\\&/g; s/^/"/; s/$/"\\/ 
     12806p 
     12807g 
     12808s/.\{148\}// 
     12809t delim 
     12810' <conf$$subs.awk | sed ' 
     12811/^[^""]/{ 
     12812  N 
     12813  s/\n// 
     12814} 
     12815' >>$CONFIG_STATUS || ac_write_fail=1 
     12816rm -f conf$$subs.awk 
     12817cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     12818_ACAWK 
     12819cat >>"\$tmp/subs1.awk" <<_ACAWK && 
     12820  for (key in S) S_is_set[key] = 1 
     12821  FS = "" 
     12822 
     12823} 
     12824{ 
     12825  line = $ 0 
     12826  nfields = split(line, field, "@") 
     12827  substed = 0 
     12828  len = length(field[1]) 
     12829  for (i = 2; i < nfields; i++) { 
     12830    key = field[i] 
     12831    keylen = length(key) 
     12832    if (S_is_set[key]) { 
     12833      value = S[key] 
     12834      line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) 
     12835      len += length(value) + length(field[++i]) 
     12836      substed = 1 
     12837    } else 
     12838      len += 1 + keylen 
     12839  } 
     12840 
     12841  print line 
     12842} 
     12843 
     12844_ACAWK 
     12845_ACEOF 
     12846cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     12847if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then 
     12848  sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" 
     12849else 
     12850  cat 
     12851fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ 
     12852  || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 
     12853$as_echo "$as_me: error: could not setup config files machinery" >&2;} 
     12854   { (exit 1); exit 1; }; } 
     12855_ACEOF 
    1238512856 
    1238612857# VPATH may cause trouble with some makes, so we remove $(srcdir), 
     
    1239912870fi 
    1240012871 
    12401 cat >>$CONFIG_STATUS <<\_ACEOF 
     12872cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    1240212873fi # test -n "$CONFIG_FILES" 
    1240312874 
    12404  
    12405 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS 
     12875# Set up the scripts for CONFIG_HEADERS section. 
     12876# No need to generate them if there are no CONFIG_HEADERS. 
     12877# This happens for instance with `./config.status Makefile'. 
     12878if test -n "$CONFIG_HEADERS"; then 
     12879cat >"$tmp/defines.awk" <<\_ACAWK || 
     12880BEGIN { 
     12881_ACEOF 
     12882 
     12883# Transform confdefs.h into an awk script `defines.awk', embedded as 
     12884# here-document in config.status, that substitutes the proper values into 
     12885# config.h.in to produce config.h. 
     12886 
     12887# Create a delimiter string that does not exist in confdefs.h, to ease 
     12888# handling of long lines. 
     12889ac_delim='%!_!# ' 
     12890for ac_last_try in false false :; do 
     12891  ac_t=`sed -n "/$ac_delim/p" confdefs.h` 
     12892  if test -z "$ac_t"; then 
     12893    break 
     12894  elif $ac_last_try; then 
     12895    { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 
     12896$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} 
     12897   { (exit 1); exit 1; }; } 
     12898  else 
     12899    ac_delim="$ac_delim!$ac_delim _$ac_delim!! " 
     12900  fi 
     12901done 
     12902 
     12903# For the awk script, D is an array of macro values keyed by name, 
     12904# likewise P contains macro parameters if any.  Preserve backslash 
     12905# newline sequences. 
     12906 
     12907ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 
     12908sed -n ' 
     12909s/.\{148\}/&'"$ac_delim"'/g 
     12910t rset 
     12911:rset 
     12912s/^[     ]*#[    ]*define[       ][      ]*/ / 
     12913t def 
     12914d 
     12915:def 
     12916s/\\$// 
     12917t bsnl 
     12918s/["\\]/\\&/g 
     12919s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\ 
     12920D["\1"]=" \3"/p 
     12921s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p 
     12922d 
     12923:bsnl 
     12924s/["\\]/\\&/g 
     12925s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\ 
     12926D["\1"]=" \3\\\\\\n"\\/p 
     12927t cont 
     12928s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p 
     12929t cont 
     12930d 
     12931:cont 
     12932n 
     12933s/.\{148\}/&'"$ac_delim"'/g 
     12934t clear 
     12935:clear 
     12936s/\\$// 
     12937t bsnlc 
     12938s/["\\]/\\&/g; s/^/"/; s/$/"/p 
     12939d 
     12940:bsnlc 
     12941s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p 
     12942b cont 
     12943' <confdefs.h | sed ' 
     12944s/'"$ac_delim"'/"\\\ 
     12945"/g' >>$CONFIG_STATUS || ac_write_fail=1 
     12946 
     12947cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     12948  for (key in D) D_is_set[key] = 1 
     12949  FS = "" 
     12950} 
     12951/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { 
     12952  line = \$ 0 
     12953  split(line, arg, " ") 
     12954  if (arg[1] == "#") { 
     12955    defundef = arg[2] 
     12956    mac1 = arg[3] 
     12957  } else { 
     12958    defundef = substr(arg[1], 2) 
     12959    mac1 = arg[2] 
     12960  } 
     12961  split(mac1, mac2, "(") #) 
     12962  macro = mac2[1] 
     12963  if (D_is_set[macro]) { 
     12964    # Preserve the white space surrounding the "#". 
     12965    prefix = substr(line, 1, index(line, defundef) - 1) 
     12966    print prefix "define", macro P[macro] D[macro] 
     12967    next 
     12968  } else { 
     12969    # Replace #undef with comments.  This is necessary, for example, 
     12970    # in the case of _POSIX_SOURCE, which is predefined and required 
     12971    # on some systems where configure will not decide to define it. 
     12972    if (defundef == "undef") { 
     12973      print "/*", line, "*/" 
     12974      next 
     12975    } 
     12976  } 
     12977} 
     12978{ print } 
     12979_ACAWK 
     12980_ACEOF 
     12981cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
     12982  { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 
     12983$as_echo "$as_me: error: could not setup config headers machinery" >&2;} 
     12984   { (exit 1); exit 1; }; } 
     12985fi # test -n "$CONFIG_HEADERS" 
     12986 
     12987 
     12988eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    " 
     12989shift 
     12990for ac_tag 
    1240612991do 
    1240712992  case $ac_tag in 
     
    1241012995  case $ac_mode$ac_tag in 
    1241112996  :[FHL]*:*);; 
    12412   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 
    12413 echo "$as_me: error: Invalid tag $ac_tag." >&2;} 
     12997  :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 
     12998$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} 
    1241412999   { (exit 1); exit 1; }; };; 
    1241513000  :[FH]-) ac_tag=-:-;; 
     
    1244013025           *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; 
    1244113026           esac || 
    12442            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 
    12443 echo "$as_me: error: cannot find input file: $ac_f" >&2;} 
     13027           { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 
     13028$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} 
    1244413029   { (exit 1); exit 1; }; };; 
    1244513030      esac 
    12446       ac_file_inputs="$ac_file_inputs $ac_f" 
     13031      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac 
     13032      ac_file_inputs="$ac_file_inputs '$ac_f'" 
    1244713033    done 
    1244813034 
     
    1245013036    # use $as_me), people would be surprised to read: 
    1245113037    #    /* config.h.  Generated by config.status.  */ 
    12452     configure_input="Generated from "`IFS=: 
    12453           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." 
     13038    configure_input='Generated from '` 
     13039          $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' 
     13040        `' by configure.' 
    1245413041    if test x"$ac_file" != x-; then 
    1245513042      configure_input="$ac_file.  $configure_input" 
    12456       { echo "$as_me:$LINENO: creating $ac_file" >&5 
    12457 echo "$as_me: creating $ac_file" >&6;} 
     13043      { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 
     13044$as_echo "$as_me: creating $ac_file" >&6;} 
    1245813045    fi 
     13046    # Neutralize special characters interpreted by sed in replacement strings. 
     13047    case $configure_input in #( 
     13048    *\&* | *\|* | *\\* ) 
     13049       ac_sed_conf_input=`$as_echo "$configure_input" | 
     13050       sed 's/[\\\\&|]/\\\\&/g'`;; #( 
     13051    *) ac_sed_conf_input=$configure_input;; 
     13052    esac 
    1245913053 
    1246013054    case $ac_tag in 
    12461     *:-:* | *:-) cat >"$tmp/stdin";; 
     13055    *:-:* | *:-) cat >"$tmp/stdin" \ 
     13056      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
     13057$as_echo "$as_me: error: could not create $ac_file" >&2;} 
     13058   { (exit 1); exit 1; }; } ;; 
    1246213059    esac 
    1246313060    ;; 
     
    1246913066         X"$ac_file" : 'X\(//\)$' \| \ 
    1247013067         X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || 
    12471 echo X"$ac_file" | 
     13068$as_echo X"$ac_file" | 
    1247213069    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    1247313070            s//\1/ 
     
    1249513092    while :; do 
    1249613093      case $as_dir in #( 
    12497       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( 
     13094      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( 
    1249813095      *) as_qdir=$as_dir;; 
    1249913096      esac 
     
    1250413101         X"$as_dir" : 'X\(//\)$' \| \ 
    1250513102         X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || 
    12506 echo X"$as_dir" | 
     13103$as_echo X"$as_dir" | 
    1250713104    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ 
    1250813105            s//\1/ 
     
    1252513122    done 
    1252613123    test -z "$as_dirs" || eval "mkdir $as_dirs" 
    12527   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
    12528 echo "$as_me: error: cannot create directory $as_dir" >&2;} 
     13124  } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 
     13125$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} 
    1252913126   { (exit 1); exit 1; }; }; } 
    1253013127  ac_builddir=. 
     
    1253313130.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; 
    1253413131*) 
    12535   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` 
     13132  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` 
    1253613133  # A ".." for each directory in $ac_dir_suffix. 
    12537   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` 
     13134  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` 
    1253813135  case $ac_top_builddir_sub in 
    1253913136  "") ac_top_builddir_sub=. ac_top_build_prefix= ;; 
     
    1257113168_ACEOF 
    1257213169 
    12573 cat >>$CONFIG_STATUS <<\_ACEOF 
     13170cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    1257413171# If the template does not know about datarootdir, expand it. 
    1257513172# FIXME: This hack should be removed a few years after 2.60. 
    1257613173ac_datarootdir_hack=; ac_datarootdir_seen= 
    1257713174 
    12578 case `sed -n '/datarootdir/ { 
     13175ac_sed_dataroot=' 
     13176/datarootdir/ { 
    1257913177  p 
    1258013178  q 
     
    1258513183/@localedir@/p 
    1258613184/@mandir@/p 
    12587 ' $ac_file_inputs` in 
     13185' 
     13186case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in 
    1258813187*datarootdir*) ac_datarootdir_seen=yes;; 
    1258913188*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) 
    12590   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 
    12591 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 
    12592 _ACEOF 
    12593 cat >>$CONFIG_STATUS <<_ACEOF 
     13189  { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 
     13190$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} 
     13191_ACEOF 
     13192cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
    1259413193  ac_datarootdir_hack=' 
    1259513194  s&@datadir@&$datadir&g 
     
    1260513204# Shell code in configure.ac might set extrasub. 
    1260613205# FIXME: do we really want to maintain this feature? 
    12607 cat >>$CONFIG_STATUS <<_ACEOF 
    12608   sed "$ac_vpsub 
     13206cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 
     13207ac_sed_extra="$ac_vpsub 
    1260913208$extrasub 
    1261013209_ACEOF 
    12611 cat >>$CONFIG_STATUS <<\_ACEOF 
     13210cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 
    1261213211:t 
    1261313212/@[a-zA-Z_][a-zA-Z_0-9]*@/!b 
    12614 s&@configure_input@&$configure_input&;t t 
     13213s|@configure_input@|$ac_sed_conf_input|;t t 
    1261513214s&@top_builddir@&$ac_top_builddir_sub&;t t 
     13215s&@top_build_prefix@&$ac_top_build_prefix&;t t 
    1261613216s&@srcdir@&$ac_srcdir&;t t 
    1261713217s&@abs_srcdir@&$ac_abs_srcdir&;t t 
     
    1262213222s&@abs_top_builddir@&$ac_abs_top_builddir&;t t 
    1262313223$ac_datarootdir_hack 
    12624 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out 
     13224" 
     13225eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ 
     13226  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
     13227$as_echo "$as_me: error: could not create $ac_file" >&2;} 
     13228   { (exit 1); exit 1; }; } 
    1262513229 
    1262613230test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && 
    1262713231  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && 
    1262813232  { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && 
    12629   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
     13233  { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
    1263013234which seems to be undefined.  Please make sure it is defined." >&5 
    12631 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
     13235$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' 
    1263213236which seems to be undefined.  Please make sure it is defined." >&2;} 
    1263313237 
    1263413238  rm -f "$tmp/stdin" 
    1263513239  case $ac_file in 
    12636   -) cat "$tmp/out"; rm -f "$tmp/out";; 
    12637   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; 
    12638   esac 
     13240  -) cat "$tmp/out" && rm -f "$tmp/out";; 
     13241  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; 
     13242  esac \ 
     13243  || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
     13244$as_echo "$as_me: error: could not create $ac_file" >&2;} 
     13245   { (exit 1); exit 1; }; } 
    1263913246 ;; 
    1264013247  :H) 
     
    1264213249  # CONFIG_HEADER 
    1264313250  # 
    12644 _ACEOF 
    12645  
    12646 # Transform confdefs.h into a sed script `conftest.defines', that 
    12647 # substitutes the proper values into config.h.in to produce config.h. 
    12648 rm -f conftest.defines conftest.tail 
    12649 # First, append a space to every undef/define line, to ease matching. 
    12650 echo 's/$/ /' >conftest.defines 
    12651 # Then, protect against being on the right side of a sed subst, or in 
    12652 # an unquoted here document, in config.status.  If some macros were 
    12653 # called several times there might be several #defines for the same 
    12654 # symbol, which is useless.  But do not sort them, since the last 
    12655 # AC_DEFINE must be honored. 
    12656 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* 
    12657 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where 
    12658 # NAME is the cpp macro being defined, VALUE is the value it is being given. 
    12659 # PARAMS is the parameter list in the macro definition--in most cases, it's 
    12660 # just an empty string. 
    12661 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*' 
    12662 ac_dB='\\)[      (].*,\\1define\\2' 
    12663 ac_dC=' ' 
    12664 ac_dD=' ,' 
    12665  
    12666 uniq confdefs.h | 
    12667   sed -n ' 
    12668         t rset 
    12669         :rset 
    12670         s/^[     ]*#[    ]*define[       ][      ]*// 
    12671         t ok 
    12672         d 
    12673         :ok 
    12674         s/[\\&,]/\\&/g 
    12675         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p 
    12676         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p 
    12677   ' >>conftest.defines 
    12678  
    12679 # Remove the space that was appended to ease matching. 
    12680 # Then replace #undef with comments.  This is necessary, for 
    12681 # example, in the case of _POSIX_SOURCE, which is predefined and required 
    12682 # on some systems where configure will not decide to define it. 
    12683 # (The regexp can be short, since the line contains either #define or #undef.) 
    12684 echo 's/ $// 
    12685 s,^[     #]*u.*,/* & */,' >>conftest.defines 
    12686  
    12687 # Break up conftest.defines: 
    12688 ac_max_sed_lines=50 
    12689  
    12690 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1" 
    12691 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2" 
    12692 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1" 
    12693 # et cetera. 
    12694 ac_in='$ac_file_inputs' 
    12695 ac_out='"$tmp/out1"' 
    12696 ac_nxt='"$tmp/out2"' 
    12697  
    12698 while : 
    12699 do 
    12700   # Write a here document: 
    12701     cat >>$CONFIG_STATUS <<_ACEOF 
    12702     # First, check the format of the line: 
    12703     cat >"\$tmp/defines.sed" <<\\CEOF 
    12704 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def 
    12705 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def 
    12706 b 
    12707 :def 
    12708 _ACEOF 
    12709   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS 
    12710   echo 'CEOF 
    12711     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS 
    12712   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in 
    12713   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail 
    12714   grep . conftest.tail >/dev/null || break 
    12715   rm -f conftest.defines 
    12716   mv conftest.tail conftest.defines 
    12717 done 
    12718 rm -f conftest.defines conftest.tail 
    12719  
    12720 echo "ac_result=$ac_in" >>$CONFIG_STATUS 
    12721 cat >>$CONFIG_STATUS <<\_ACEOF 
    1272213251  if test x"$ac_file" != x-; then 
    12723     echo "/* $configure_input  */" >"$tmp/config.h" 
    12724     cat "$ac_result" >>"$tmp/config.h" 
    12725     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then 
    12726       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5 
    12727 echo "$as_me: $ac_file is unchanged" >&6;} 
     13252    { 
     13253      $as_echo "/* $configure_input  */" \ 
     13254      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" 
     13255    } >"$tmp/config.h" \ 
     13256      || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
     13257$as_echo "$as_me: error: could not create $ac_file" >&2;} 
     13258   { (exit 1); exit 1; }; } 
     13259    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then 
     13260      { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 
     13261$as_echo "$as_me: $ac_file is unchanged" >&6;} 
    1272813262    else 
    12729       rm -f $ac_file 
    12730       mv "$tmp/config.h" $ac_file 
     13263      rm -f "$ac_file" 
     13264      mv "$tmp/config.h" "$ac_file" \ 
     13265        || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 
     13266$as_echo "$as_me: error: could not create $ac_file" >&2;} 
     13267   { (exit 1); exit 1; }; } 
    1273113268    fi 
    1273213269  else 
    12733     echo "/* $configure_input  */" 
    12734     cat "$ac_result" 
     13270    $as_echo "/* $configure_input  */" \ 
     13271      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ 
     13272      || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 
     13273$as_echo "$as_me: error: could not create -" >&2;} 
     13274   { (exit 1); exit 1; }; } 
    1273513275  fi 
    12736   rm -f "$tmp/out12" 
    1273713276 ;; 
    1273813277 
     
    1274713286chmod +x $CONFIG_STATUS 
    1274813287ac_clean_files=$ac_clean_files_save 
     13288 
     13289test $ac_write_fail = 0 || 
     13290  { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 
     13291$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} 
     13292   { (exit 1); exit 1; }; } 
    1274913293 
    1275013294 
     
    1276913313  $ac_cs_success || { (exit 1); exit 1; } 
    1277013314fi 
    12771  
    12772  
    12773  
    12774 { echo "$as_me:$LINENO: result: 
     13315if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then 
     13316  { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 
     13317$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} 
     13318fi 
     13319 
     13320 
     13321 
     13322{ $as_echo "$as_me:$LINENO: result: 
    1277513323 
    1277613324Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h. 
     
    1278213330The next step now is to run 'make dep' and 'make'. 
    1278313331" >&5 
    12784 echo "${ECHO_T} 
     13332$as_echo " 
    1278513333 
    1278613334Configurations for current target have been written to 'build.mak', and 'os-auto.mak' in various build directories, and pjlib/include/pj/compat/os_auto.h. 
  • pjproject/trunk/aconfigure.ac

    r2973 r3057  
    147147AC_CHECK_HEADER(netinet/in.h,[AC_DEFINE(PJ_HAS_NETINET_IN_H,1)]) 
    148148AC_CHECK_HEADER(netinet/ip.h,[AC_DEFINE(PJ_HAS_NETINET_IP_H,1)],[], 
    149                  [#if PJ_HAS_NETINET_IN_SYSTM_H 
     149                 [#if PJ_HAS_SYS_TYPES_H 
     150                  #     include <sys/types.h> 
     151                  #endif 
     152                  #if PJ_HAS_NETINET_IN_SYSTM_H 
    150153                  #     include <netinet/in_systm.h> 
     154                  #endif 
     155                  #if PJ_HAS_NETINET_IN_H 
     156                  #     include <netinet/in.h> 
    151157                  #endif 
    152158                 ]) 
     
    181187AC_CHECK_HEADER(uuid/uuid.h,[ac_has_uuid_h=1]) 
    182188AC_CHECK_HEADER(net/if.h,[AC_DEFINE(PJ_HAS_NET_IF_H,1)],[], 
    183                  [#if PJ_HAS_SYS_SOCKET_H 
     189                 [#if PJ_HAS_SYS_TYPES_H 
     190                  #     include <sys/types.h> 
     191                  #endif 
     192                  #if PJ_HAS_SYS_SOCKET_H 
     193 
    184194                  #     include <sys/socket.h> 
    185195                  #endif 
    186196                 ]) 
    187  
    188197AC_MSG_RESULT([Setting PJ_OS_NAME to $target]) 
    189198AC_DEFINE_UNQUOTED(PJ_OS_NAME,["$target"]) 
     
    257266dnl # Determine if socklen_t is available 
    258267AC_MSG_CHECKING([if socklen_t is available]) 
    259 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/socket.h>]], 
     268AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <sys/types.h> 
     269                                     #include <sys/socket.h>]], 
    260270                                   [socklen_t xxx = 0;])], 
    261271                  [AC_DEFINE(PJ_HAS_SOCKLEN_T,1) 
     
    755765                AC_SUBST(libcrypto_present) 
    756766                AC_CHECK_HEADER(openssl/ssl.h,[openssl_h_present=1]) 
     767                AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && LIBS="$LIBS -lcrypto"]) 
    757768                AC_CHECK_LIB(ssl,SSL_library_init,[libssl_present=1 && LIBS="$LIBS -lssl"]) 
    758                 AC_CHECK_LIB(crypto,ERR_load_BIO_strings,[libcrypto_present=1 && LIBS="$LIBS -lcrypto"]) 
    759769                if test "x$openssl_h_present" = "x1" -a "x$libssl_present" = "x1" -a "x$libcrypto_present" = "x1"; then 
    760770                        AC_MSG_RESULT([OpenSSL library found, SSL support enabled]) 
  • pjproject/trunk/pjlib-util/src/pjlib-util-test/resolver_test.c

    r2407 r3057  
    814814     * in STATE_ACTIVE state 
    815815     */ 
    816     pj_assert(g_server[0].pkt_count == 1); 
    817     pj_assert(g_server[1].pkt_count == 0); 
     816    pj_assert((g_server[0].pkt_count == 1 && g_server[1].pkt_count == 0) || 
     817              (g_server[1].pkt_count == 1 && g_server[0].pkt_count == 0)); 
    818818 
    819819    /* Wait to allow probing period to complete */ 
  • pjproject/trunk/pjlib/src/pj/guid_simple.c

    r2394 r3057  
    6868 
    6969    for (p=str->ptr, end=p+PJ_GUID_STRING_LENGTH; p<end; ) { 
    70         /* Assumes rand() only has 16bit randomness */ 
    71         unsigned short val = pj_rand(); 
    72         *p++ = guid_chars[(val >> 8)   & 63]; 
    73         *p++ = guid_chars[(val & 0xFF) & 63]; 
     70        pj_uint32_t rand_val = pj_rand(); 
     71        pj_uint32_t rand_idx = RAND_MAX; 
     72 
     73        for ( ; rand_idx>0 && p<end; rand_idx>>=8, rand_val>>=8, p++) { 
     74            *p = guid_chars[(rand_val & 0xFF) & 63]; 
     75        } 
    7476    } 
    7577 
  • pjproject/trunk/pjlib/src/pj/os_core_unix.c

    r2853 r3057  
    309309        return -1; 
    310310 
     311#if defined _POSIX_PRIORITY_SCHEDULING 
    311312    return sched_get_priority_min(policy); 
     313#elif defined __OpenBSD__ 
     314    return 0; 
     315#else 
     316    pj_assert("pj_thread_get_prio_min() not supported!"); 
     317    return 0; 
     318#endif 
    312319} 
    313320 
     
    326333        return -1; 
    327334 
     335#if defined _POSIX_PRIORITY_SCHEDULING 
    328336    return sched_get_priority_max(policy); 
     337#elif defined __OpenBSD__ 
     338    return 31; 
     339#else 
     340    pj_assert("pj_thread_get_prio_max() not supported!"); 
     341    return 0; 
     342#endif 
    329343} 
    330344 
  • pjproject/trunk/pjlib/src/pjlib-test/activesock.c

    r3048 r3057  
    338338static int tcp_perf_test(void) 
    339339{ 
    340     enum { COUNT=100000 }; 
     340    enum { COUNT=10000 }; 
    341341    pj_pool_t *pool = NULL; 
    342342    pj_ioqueue_t *ioqueue = NULL; 
     
    437437                } 
    438438        } 
     439 
     440#ifndef PJ_SYMBIAN 
     441        for (;;) { 
     442            pj_time_val timeout = {0, 10}; 
     443            if (pj_ioqueue_poll(ioqueue, &timeout) < 1) 
     444                break; 
     445        } 
     446#endif 
     447 
    439448    } 
    440449 
  • pjproject/trunk/pjlib/src/pjlib-test/ioq_unreg.c

    r2826 r3057  
    9494            sock_data.unregistered = 1; 
    9595            pj_ioqueue_unregister(key); 
     96            pj_mutex_unlock(sock_data.mutex); 
    9697            return; 
    9798        } 
Note: See TracChangeset for help on using the changeset viewer.