PennMUSH Community

Changeset 1164

Show
Ignore:
Timestamp:
12/08/07 12:37:06 (9 months ago)
Author:
shawnw
Message:

OpenBSD compile fixes; autoconf 2.61

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.3/branches/devel/configure

    r1143 r1164  
    11#! /bin/sh 
    22# Guess values for system-dependent variables and create Makefiles. 
    3 # Generated by GNU Autoconf 2.60
     3# Generated by GNU Autoconf 2.61
    44# 
    55# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     
    1111## --------------------- ## 
    1212 
    13 # Be Bourne compatible 
     13# Be more Bourne compatible 
     14DUALCASE=1; export DUALCASE # for MKS sh 
    1415if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    1516  emulate sh 
     
    2021  setopt NO_GLOB_SUBST 
    2122else 
    22   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    23 fi 
    24 BIN_SH=xpg4; export BIN_SH # for Tru64 
    25 DUALCASE=1; export DUALCASE # for MKS sh 
     23  case `(set -o) 2>/dev/null` in 
     24  *posix*) set -o posix ;; 
     25esac 
     26 
     27fi 
     28 
     29 
    2630 
    2731 
     
    216220  as_candidate_shells= 
    217221    as_save_IFS=$IFS; IFS=$PATH_SEPARATOR 
    218 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
     222for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH 
    219223do 
    220224  IFS=$as_save_IFS 
     
    234238     if { test -f "$as_shell" || test -f "$as_shell.exe"; } && 
    235239        { ("$as_shell") 2> /dev/null <<\_ASEOF 
    236 # Be Bourne compatible 
    237240if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    238241  emulate sh 
     
    243246  setopt NO_GLOB_SUBST 
    244247else 
    245   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    246 fi 
    247 BIN_SH=xpg4; export BIN_SH # for Tru64 
    248 DUALCASE=1; export DUALCASE # for MKS sh 
     248  case `(set -o) 2>/dev/null` in 
     249  *posix*) set -o posix ;; 
     250esac 
     251 
     252fi 
     253 
    249254 
    250255: 
     
    254259           as_have_required=yes 
    255260           if { "$as_shell" 2> /dev/null <<\_ASEOF 
    256 # Be Bourne compatible 
    257261if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then 
    258262  emulate sh 
     
    263267  setopt NO_GLOB_SUBST 
    264268else 
    265   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac 
    266 fi 
    267 BIN_SH=xpg4; export BIN_SH # for Tru64 
    268 DUALCASE=1; export DUALCASE # for MKS sh 
     269  case `(set -o) 2>/dev/null` in 
     270  *posix*) set -o posix ;; 
     271esac 
     272 
     273fi 
     274 
    269275 
    270276: 
     
    513519fi 
    514520 
    515 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as 
    516 # systems may use methods other than mode bits to determine executability. 
    517 cat >conf$$.file <<_ASEOF 
    518 #! /bin/sh 
    519 exit 0 
    520 _ASEOF 
    521 chmod +x conf$$.file 
    522 if test -x conf$$.file >/dev/null 2>&1; then 
    523   as_executable_p="test -x" 
    524 else 
    525   as_executable_p=: 
    526 fi 
    527 rm -f conf$$.file 
     521if test -x / >/dev/null 2>&1; then 
     522  as_test_x='test -x' 
     523else 
     524  if ls -dL / >/dev/null 2>&1; then 
     525    as_ls_L_option=L 
     526  else 
     527    as_ls_L_option= 
     528  fi 
     529  as_test_x=' 
     530    eval sh -c '\'' 
     531      if test -d "$1"; then 
     532        test -d "$1/."; 
     533      else 
     534    case $1 in 
     535        -*)set "./$1";; 
     536    esac; 
     537    case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in 
     538    ???[sx]*):;;*)false;;esac;fi 
     539    '\'' sh 
     540  ' 
     541fi 
     542as_executable_p=$as_test_x 
    528543 
    529544# Sed expression to map a string onto a valid CPP name. 
     
    566581ac_includes_default="\ 
    567582#include <stdio.h> 
    568 #if HAVE_SYS_TYPES_H 
     583#ifdef HAVE_SYS_TYPES_H 
    569584# include <sys/types.h> 
    570585#endif 
    571 #if HAVE_SYS_STAT_H 
     586#ifdef HAVE_SYS_STAT_H 
    572587# include <sys/stat.h> 
    573588#endif 
    574 #if STDC_HEADERS 
     589#ifdef STDC_HEADERS 
    575590# include <stdlib.h> 
    576591# include <stddef.h> 
    577592#else 
    578 # if HAVE_STDLIB_H 
     593# ifdef HAVE_STDLIB_H 
    579594#  include <stdlib.h> 
    580595# endif 
    581596#endif 
    582 #if HAVE_STRING_H 
    583 # if !STDC_HEADERS && HAVE_MEMORY_H 
     597#ifdef HAVE_STRING_H 
     598# if !defined STDC_HEADERS && defined HAVE_MEMORY_H 
    584599#  include <memory.h> 
    585600# endif 
    586601# include <string.h> 
    587602#endif 
    588 #if HAVE_STRINGS_H 
     603#ifdef HAVE_STRINGS_H 
    589604# include <strings.h> 
    590605#endif 
    591 #if HAVE_INTTYPES_H 
     606#ifdef HAVE_INTTYPES_H 
    592607# include <inttypes.h> 
    593608#endif 
    594 #if HAVE_STDINT_H 
     609#ifdef HAVE_STDINT_H 
    595610# include <stdint.h> 
    596611#endif 
    597 #if HAVE_UNISTD_H 
     612#ifdef HAVE_UNISTD_H 
    598613# include <unistd.h> 
    599614#endif" 
     
    689704CFLAGS 
    690705LDFLAGS 
     706LIBS 
    691707CPPFLAGS 
    692708SENDMAIL 
     
    797813    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` 
    798814    # Reject names that are not valid shell variable names. 
    799     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     815    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    800816      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    801817   { (exit 1); exit 1; }; } 
    802     ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
     818    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    803819    eval enable_$ac_feature=no ;; 
    804820 
     
    816832    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` 
    817833    # Reject names that are not valid shell variable names. 
    818     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     834    expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    819835      { echo "$as_me: error: invalid feature name: $ac_feature" >&2 
    820836   { (exit 1); exit 1; }; } 
    821     ac_feature=`echo $ac_feature | sed 's/-/_/g'` 
     837    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'` 
    822838    eval enable_$ac_feature=\$ac_optarg ;; 
    823839 
     
    10131029    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` 
    10141030    # Reject names that are not valid shell variable names. 
    1015     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     1031    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    10161032      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10171033   { (exit 1); exit 1; }; } 
    1018     ac_package=`echo $ac_package| sed 's/-/_/g'` 
     1034    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    10191035    eval with_$ac_package=\$ac_optarg ;; 
    10201036 
     
    10221038    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` 
    10231039    # Reject names that are not valid shell variable names. 
    1024     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null && 
     1040    expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null && 
    10251041      { echo "$as_me: error: invalid package name: $ac_package" >&2 
    10261042   { (exit 1); exit 1; }; } 
    1027     ac_package=`echo $ac_package | sed 's/-/_/g'` 
     1043    ac_package=`echo $ac_package | sed 's/[-.]/_/g'` 
    10281044    eval with_$ac_package=no ;; 
    10291045 
     
    12831299  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a 
    12841300              nonstandard directory <lib dir> 
     1301  LIBS        libraries to pass to the linker, e.g. -l<library> 
    12851302  CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if 
    12861303              you have headers in a nonstandard directory <include dir> 
     
    13521369  cat <<\_ACEOF 
    13531370configure 
    1354 generated by GNU Autoconf 2.60 
     1371generated by GNU Autoconf 2.61 
    13551372 
    13561373Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 
     
    13661383 
    13671384It was created by $as_me, which was 
    1368 generated by GNU Autoconf 2.60.  Invocation command line was 
     1385generated by GNU Autoconf 2.61.  Invocation command line was 
    13691386 
    13701387  $ $0 $@ 
     
    17471764  test -z "$as_dir" && as_dir=. 
    17481765  for ac_exec_ext in '' $ac_executable_extensions; do 
    1749   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1766  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    17501767    ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext" 
    17511768    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    17911808  test -z "$as_dir" && as_dir=. 
    17921809  for ac_exec_ext in '' $ac_executable_extensions; do 
    1793   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1810  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    17941811    ac_cv_prog_CC="${ac_tool_prefix}gcc" 
    17951812    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    18311848  test -z "$as_dir" && as_dir=. 
    18321849  for ac_exec_ext in '' $ac_executable_extensions; do 
    1833   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1850  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18341851    ac_cv_prog_ac_ct_CC="gcc" 
    18351852    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    18881905  test -z "$as_dir" && as_dir=. 
    18891906  for ac_exec_ext in '' $ac_executable_extensions; do 
    1890   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1907  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    18911908    ac_cv_prog_CC="${ac_tool_prefix}cc" 
    18921909    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    19291946  test -z "$as_dir" && as_dir=. 
    19301947  for ac_exec_ext in '' $ac_executable_extensions; do 
    1931   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     1948  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19321949    if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then 
    19331950       ac_prog_rejected=yes 
     
    19872004  test -z "$as_dir" && as_dir=. 
    19882005  for ac_exec_ext in '' $ac_executable_extensions; do 
    1989   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2006  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    19902007    ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 
    19912008    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    20312048  test -z "$as_dir" && as_dir=. 
    20322049  for ac_exec_ext in '' $ac_executable_extensions; do 
    2033   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2050  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    20342051    ac_cv_prog_ac_ct_CC="$ac_prog" 
    20352052    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    21722189# so that the user can short-circuit this test for compilers unknown to 
    21732190# Autoconf. 
    2174 for ac_file in $ac_files 
     2191for ac_file in $ac_files '' 
    21752192do 
    21762193  test -f "$ac_file" || continue 
     
    22002217 
    22012218else 
     2219  ac_file='' 
     2220fi 
     2221 
     2222{ echo "$as_me:$LINENO: result: $ac_file" >&5 
     2223echo "${ECHO_T}$ac_file" >&6; } 
     2224if test -z "$ac_file"; then 
    22022225  echo "$as_me: failed program was:" >&5 
    22032226sed 's/^/| /' conftest.$ac_ext >&5 
     
    22112234 
    22122235ac_exeext=$ac_cv_exeext 
    2213 { echo "$as_me:$LINENO: result: $ac_file" >&5 
    2214 echo "${ECHO_T}$ac_file" >&6; } 
    22152236 
    22162237# Check that the compiler produces executables we can run.  If not, either 
     
    23902411  cat conftest.err >&5 
    23912412  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2392   (exit $ac_status); } && 
    2393      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2394   { (case "(($ac_try" in 
    2395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2396   *) ac_try_echo=$ac_try;; 
    2397 esac 
    2398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2399   (eval "$ac_try") 2>&5 
    2400   ac_status=$? 
    2401   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2402   (exit $ac_status); }; } && 
    2403      { ac_try='test -s conftest.$ac_objext' 
    2404   { (case "(($ac_try" in 
    2405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2406   *) ac_try_echo=$ac_try;; 
    2407 esac 
    2408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2409   (eval "$ac_try") 2>&5 
    2410   ac_status=$? 
    2411   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2412   (exit $ac_status); }; }; then 
     2413  (exit $ac_status); } && { 
     2414     test -z "$ac_c_werror_flag" || 
     2415     test ! -s conftest.err 
     2416       } && test -s conftest.$ac_objext; then 
    24132417  ac_compiler_gnu=yes 
    24142418else 
     
    24652469  cat conftest.err >&5 
    24662470  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2467   (exit $ac_status); } && 
    2468      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2469   { (case "(($ac_try" in 
    2470   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2471   *) ac_try_echo=$ac_try;; 
    2472 esac 
    2473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2474   (eval "$ac_try") 2>&5 
    2475   ac_status=$? 
    2476   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2477   (exit $ac_status); }; } && 
    2478      { ac_try='test -s conftest.$ac_objext' 
    2479   { (case "(($ac_try" in 
    2480   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2481   *) ac_try_echo=$ac_try;; 
    2482 esac 
    2483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2484   (eval "$ac_try") 2>&5 
    2485   ac_status=$? 
    2486   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2487   (exit $ac_status); }; }; then 
     2471  (exit $ac_status); } && { 
     2472     test -z "$ac_c_werror_flag" || 
     2473     test ! -s conftest.err 
     2474       } && test -s conftest.$ac_objext; then 
    24882475  ac_cv_prog_cc_g=yes 
    24892476else 
     
    25202507  cat conftest.err >&5 
    25212508  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2522   (exit $ac_status); } && 
    2523      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2524   { (case "(($ac_try" in 
    2525   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2526   *) ac_try_echo=$ac_try;; 
    2527 esac 
    2528 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2529   (eval "$ac_try") 2>&5 
    2530   ac_status=$? 
    2531   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2532   (exit $ac_status); }; } && 
    2533      { ac_try='test -s conftest.$ac_objext' 
    2534   { (case "(($ac_try" in 
    2535   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2536   *) ac_try_echo=$ac_try;; 
    2537 esac 
    2538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2539   (eval "$ac_try") 2>&5 
    2540   ac_status=$? 
    2541   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2542   (exit $ac_status); }; }; then 
     2509  (exit $ac_status); } && { 
     2510     test -z "$ac_c_werror_flag" || 
     2511     test ! -s conftest.err 
     2512       } && test -s conftest.$ac_objext; then 
    25432513  : 
    25442514else 
     
    25762546  cat conftest.err >&5 
    25772547  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2578   (exit $ac_status); } && 
    2579      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2580   { (case "(($ac_try" in 
    2581   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2582   *) ac_try_echo=$ac_try;; 
    2583 esac 
    2584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2585   (eval "$ac_try") 2>&5 
    2586   ac_status=$? 
    2587   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2588   (exit $ac_status); }; } && 
    2589      { ac_try='test -s conftest.$ac_objext' 
    2590   { (case "(($ac_try" in 
    2591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2592   *) ac_try_echo=$ac_try;; 
    2593 esac 
    2594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2595   (eval "$ac_try") 2>&5 
    2596   ac_status=$? 
    2597   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2598   (exit $ac_status); }; }; then 
     2548  (exit $ac_status); } && { 
     2549     test -z "$ac_c_werror_flag" || 
     2550     test ! -s conftest.err 
     2551       } && test -s conftest.$ac_objext; then 
    25992552  ac_cv_prog_cc_g=yes 
    26002553else 
     
    27122665  cat conftest.err >&5 
    27132666  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2714   (exit $ac_status); } && 
    2715      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2716   { (case "(($ac_try" in 
    2717   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2718   *) ac_try_echo=$ac_try;; 
    2719 esac 
    2720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2721   (eval "$ac_try") 2>&5 
    2722   ac_status=$? 
    2723   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2724   (exit $ac_status); }; } && 
    2725      { ac_try='test -s conftest.$ac_objext' 
    2726   { (case "(($ac_try" in 
    2727   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2728   *) ac_try_echo=$ac_try;; 
    2729 esac 
    2730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2731   (eval "$ac_try") 2>&5 
    2732   ac_status=$? 
    2733   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2734   (exit $ac_status); }; }; then 
     2667  (exit $ac_status); } && { 
     2668     test -z "$ac_c_werror_flag" || 
     2669     test ! -s conftest.err 
     2670       } && test -s conftest.$ac_objext; then 
    27352671  ac_cv_prog_cc_c89=$ac_arg 
    27362672else 
     
    27882724#include <stdio.h> 
    27892725 
     2726// Check varargs macros.  These examples are taken from C99 6.10.3.5. 
     2727#define debug(...) fprintf (stderr, __VA_ARGS__) 
     2728#define showlist(...) puts (#__VA_ARGS__) 
     2729#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) 
     2730static void 
     2731test_varargs_macros (void) 
     2732{ 
     2733  int x = 1234; 
     2734  int y = 5678; 
     2735  debug ("Flag"); 
     2736  debug ("X = %d\n", x); 
     2737  showlist (The first, second, and third items.); 
     2738  report (x>y, "x is %d but y is %d", x, y); 
     2739} 
     2740 
     2741// Check long long types. 
     2742#define BIG64 18446744073709551615ull 
     2743#define BIG32 4294967295ul 
     2744#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) 
     2745#if !BIG_OK 
     2746  your preprocessor is broken; 
     2747#endif 
     2748#if BIG_OK 
     2749#else 
     2750  your preprocessor is broken; 
     2751#endif 
     2752static long long int bignum = -9223372036854775807LL; 
     2753static unsigned long long int ubignum = BIG64; 
     2754 
    27902755struct incomplete_array 
    27912756{ 
     
    28032768 
    28042769static inline int 
    2805 test_restrict(ccp restrict text) 
     2770test_restrict (ccp restrict text) 
    28062771{ 
    28072772  // See if C++-style comments work. 
     
    28132778} 
    28142779 
    2815 // Check varargs and va_copy work
     2780// Check varargs and va_copy
    28162781static void 
    2817 test_varargs(const char *format, ...) 
     2782test_varargs (const char *format, ...) 
    28182783{ 
    28192784  va_list args; 
    2820   va_start(args, format); 
     2785  va_start (args, format); 
    28212786  va_list args_copy; 
    2822   va_copy(args_copy, args); 
     2787  va_copy (args_copy, args); 
    28232788 
    28242789  const char *str; 
     
    28312796    { 
    28322797    case 's': // string 
    2833       str = va_arg(args_copy, const char *); 
     2798      str = va_arg (args_copy, const char *); 
    28342799      break; 
    28352800    case 'd': // int 
    2836       number = va_arg(args_copy, int); 
     2801      number = va_arg (args_copy, int); 
    28372802      break; 
    28382803    case 'f': // float 
    2839       fnumber = (float) va_arg(args_copy, double); 
     2804      fnumber = va_arg (args_copy, double); 
    28402805      break; 
    28412806    default: 
     
    28432808    } 
    28442809    } 
    2845   va_end(args_copy); 
    2846   va_end(args); 
     2810  va_end (args_copy); 
     2811  va_end (args); 
    28472812} 
    28482813 
     
    28512816{ 
    28522817 
    2853   // Check bool and long long datatypes
     2818  // Check bool
    28542819  _Bool success = false; 
    2855   long long int bignum = -1234567890LL; 
    2856   unsigned long long int ubignum = 1234567890uLL; 
    28572820 
    28582821  // Check restrict. 
    2859   if (test_restrict("String literal") != 0) 
     2822  if (test_restrict ("String literal") == 0) 
    28602823    success = true; 
    28612824  char *restrict newvar = "Another string"; 
    28622825 
    28632826  // Check varargs. 
    2864   test_varargs("s, d' f .", "string", 65, 34.234); 
    2865  
    2866   // Check incomplete arrays work. 
     2827  test_varargs ("s, d' f .", "string", 65, 34.234); 
     2828  test_varargs_macros (); 
     2829 
     2830  // Check flexible array members. 
    28672831  struct incomplete_array *ia = 
    2868     malloc(sizeof(struct incomplete_array) + (sizeof(double) * 10)); 
     2832    malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); 
    28692833  ia->datasize = 10; 
    28702834  for (int i = 0; i < ia->datasize; ++i) 
    2871     ia->data[i] = (double) i * 1.234; 
    2872  
    2873   // Check named initialisers. 
     2835    ia->data[i] = i * 1.234; 
     2836 
     2837  // Check named initializers. 
    28742838  struct named_init ni = { 
    28752839    .number = 34, 
     
    28812845 
    28822846  int dynamic_array[ni.number]; 
    2883   dynamic_array[43] = 543; 
     2847  dynamic_array[ni.number - 1] = 543; 
    28842848 
    28852849  // work around unused variable warnings 
    2886   return  bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x'; 
     2850  return (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == 'x' 
     2851      || dynamic_array[ni.number - 1] != 543); 
    28872852 
    28882853  ; 
     
    29062871  cat conftest.err >&5 
    29072872  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2908   (exit $ac_status); } && 
    2909      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    2910   { (case "(($ac_try" in 
    2911   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2912   *) ac_try_echo=$ac_try;; 
    2913 esac 
    2914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2915   (eval "$ac_try") 2>&5 
    2916   ac_status=$? 
    2917   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2918   (exit $ac_status); }; } && 
    2919      { ac_try='test -s conftest.$ac_objext' 
    2920   { (case "(($ac_try" in 
    2921   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    2922   *) ac_try_echo=$ac_try;; 
    2923 esac 
    2924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    2925   (eval "$ac_try") 2>&5 
    2926   ac_status=$? 
    2927   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    2928   (exit $ac_status); }; }; then 
     2873  (exit $ac_status); } && { 
     2874     test -z "$ac_c_werror_flag" || 
     2875     test ! -s conftest.err 
     2876       } && test -s conftest.$ac_objext; then 
    29292877  ac_cv_prog_cc_c99=$ac_arg 
    29302878else 
     
    29762924  test -z "$as_dir" && as_dir=. 
    29772925  for ac_exec_ext in '' $ac_executable_extensions; do 
    2978   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2926  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    29792927    ac_cv_path_GDB="$as_dir/$ac_word$ac_exec_ext" 
    29802928    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    30332981  test -z "$as_dir" && as_dir=. 
    30342982  for ac_exec_ext in '' $ac_executable_extensions; do 
    3035   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     2983  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    30362984    ac_cv_path_CHMOD="$as_dir/$ac_word$ac_exec_ext" 
    30372985    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    30733021  test -z "$as_dir" && as_dir=. 
    30743022  for ac_exec_ext in '' $ac_executable_extensions; do 
    3075   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3023  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    30763024    ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext" 
    30773025    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    31133061  test -z "$as_dir" && as_dir=. 
    31143062  for ac_exec_ext in '' $ac_executable_extensions; do 
    3115   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3063  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    31163064    ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext" 
    31173065    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    32023150    for ac_prog in ginstall scoinst install; do 
    32033151      for ac_exec_ext in '' $ac_executable_extensions; do 
    3204     if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then 
     3152    if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then 
    32053153      if test $ac_prog = install && 
    32063154        grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then 
     
    32753223  test -z "$as_dir" && as_dir=. 
    32763224  for ac_exec_ext in '' $ac_executable_extensions; do 
    3277   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3225  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    32783226    ac_cv_path_MAKE="$as_dir/$ac_word$ac_exec_ext" 
    32793227    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    33153263  test -z "$as_dir" && as_dir=. 
    33163264  for ac_exec_ext in '' $ac_executable_extensions; do 
    3317   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3265  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    33183266    ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext" 
    33193267    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    33553303  test -z "$as_dir" && as_dir=. 
    33563304  for ac_exec_ext in '' $ac_executable_extensions; do 
    3357   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3305  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    33583306    ac_cv_path_TEST="$as_dir/$ac_word$ac_exec_ext" 
    33593307    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    33953343  test -z "$as_dir" && as_dir=. 
    33963344  for ac_exec_ext in '' $ac_executable_extensions; do 
    3397   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3345  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    33983346    ac_cv_path_TOUCH="$as_dir/$ac_word$ac_exec_ext" 
    33993347    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    34353383  test -z "$as_dir" && as_dir=. 
    34363384  for ac_exec_ext in '' $ac_executable_extensions; do 
    3437   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3385  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    34383386    ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext" 
    34393387    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    34763424  test -z "$as_dir" && as_dir=. 
    34773425  for ac_exec_ext in '' $ac_executable_extensions; do 
    3478   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3426  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    34793427    ac_cv_path_INDENT="$as_dir/$ac_word$ac_exec_ext" 
    34803428    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    35163464  test -z "$as_dir" && as_dir=. 
    35173465  for ac_exec_ext in '' $ac_executable_extensions; do 
    3518   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3466  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    35193467    ac_cv_path_CTAGS="$as_dir/$ac_word$ac_exec_ext" 
    35203468    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    35563504  test -z "$as_dir" && as_dir=. 
    35573505  for ac_exec_ext in '' $ac_executable_extensions; do 
    3558   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3506  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    35593507    ac_cv_path_ETAGS="$as_dir/$ac_word$ac_exec_ext" 
    35603508    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    35963544  test -z "$as_dir" && as_dir=. 
    35973545  for ac_exec_ext in '' $ac_executable_extensions; do 
    3598   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3546  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    35993547    ac_cv_path_EXCTAGS="$as_dir/$ac_word$ac_exec_ext" 
    36003548    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    36453593  test -z "$as_dir" && as_dir=. 
    36463594  for ac_exec_ext in '' $ac_executable_extensions; do 
    3647   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3595  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    36483596    ac_cv_path_UPTIME="$as_dir/$ac_word$ac_exec_ext" 
    36493597    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    36973645  test -z "$as_dir" && as_dir=. 
    36983646  for ac_exec_ext in '' $ac_executable_extensions; do 
    3699   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then 
     3647  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then 
    37003648    ac_cv_path_SENDMAIL="$as_dir/$ac_word$ac_exec_ext" 
    37013649    echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 
     
    37883736  cat conftest.err >&5 
    37893737  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3790   (exit $ac_status); } >/dev/null; then 
    3791   if test -s conftest.err; then 
    3792     ac_cpp_err=$ac_c_preproc_warn_flag 
    3793     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3794   else 
    3795     ac_cpp_err= 
    3796   fi 
    3797 else 
    3798   ac_cpp_err=yes 
    3799 fi 
    3800 if test -z "$ac_cpp_err"; then 
     3738  (exit $ac_status); } >/dev/null && { 
     3739     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     3740     test ! -s conftest.err 
     3741       }; then 
    38013742  : 
    38023743else 
     
    38323773  cat conftest.err >&5 
    38333774  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3834   (exit $ac_status); } >/dev/null; then 
    3835   if test -s conftest.err; then 
    3836     ac_cpp_err=$ac_c_preproc_warn_flag 
    3837     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3838   else 
    3839     ac_cpp_err= 
    3840   fi 
    3841 else 
    3842   ac_cpp_err=yes 
    3843 fi 
    3844 if test -z "$ac_cpp_err"; then 
     3775  (exit $ac_status); } >/dev/null && { 
     3776     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     3777     test ! -s conftest.err 
     3778       }; then 
    38453779  # Broken: success on invalid input. 
    38463780continue 
     
    39073841  cat conftest.err >&5 
    39083842  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3909   (exit $ac_status); } >/dev/null; then 
    3910   if test -s conftest.err; then 
    3911     ac_cpp_err=$ac_c_preproc_warn_flag 
    3912     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3913   else 
    3914     ac_cpp_err= 
    3915   fi 
    3916 else 
    3917   ac_cpp_err=yes 
    3918 fi 
    3919 if test -z "$ac_cpp_err"; then 
     3843  (exit $ac_status); } >/dev/null && { 
     3844     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     3845     test ! -s conftest.err 
     3846       }; then 
    39203847  : 
    39213848else 
     
    39513878  cat conftest.err >&5 
    39523879  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    3953   (exit $ac_status); } >/dev/null; then 
    3954   if test -s conftest.err; then 
    3955     ac_cpp_err=$ac_c_preproc_warn_flag 
    3956     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    3957   else 
    3958     ac_cpp_err= 
    3959   fi 
    3960 else 
    3961   ac_cpp_err=yes 
    3962 fi 
    3963 if test -z "$ac_cpp_err"; then 
     3880  (exit $ac_status); } >/dev/null && { 
     3881     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     3882     test ! -s conftest.err 
     3883       }; then 
    39643884  # Broken: success on invalid input. 
    39653885continue 
     
    40163936  for ac_exec_ext in '' $ac_executable_extensions; do 
    40173937    ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" 
    4018     { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue 
     3938    { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue 
    40193939    # Check for GNU ac_path_GREP and select it if it is found. 
    40203940  # Check for GNU $ac_path_GREP 
     
    40984018  for ac_exec_ext in '' $ac_executable_extensions; do 
    40994019    ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" 
    4100     { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue 
     4020    { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue 
    41014021    # Check for GNU ac_path_EGREP and select it if it is found. 
    41024022  # Check for GNU $ac_path_EGREP 
     
    41944114  cat conftest.err >&5 
    41954115  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4196   (exit $ac_status); } && 
    4197      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4198   { (case "(($ac_try" in 
    4199   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4200   *) ac_try_echo=$ac_try;; 
    4201 esac 
    4202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4203   (eval "$ac_try") 2>&5 
    4204   ac_status=$? 
    4205   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4206   (exit $ac_status); }; } && 
    4207      { ac_try='test -s conftest.$ac_objext' 
    4208   { (case "(($ac_try" in 
    4209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4210   *) ac_try_echo=$ac_try;; 
    4211 esac 
    4212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4213   (eval "$ac_try") 2>&5 
    4214   ac_status=$? 
    4215   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4216   (exit $ac_status); }; }; then 
     4116  (exit $ac_status); } && { 
     4117     test -z "$ac_c_werror_flag" || 
     4118     test ! -s conftest.err 
     4119       } && test -s conftest.$ac_objext; then 
    42174120  ac_cv_header_stdc=yes 
    42184121else 
     
    43904293  cat conftest.err >&5 
    43914294  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4392   (exit $ac_status); } && 
    4393      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4394   { (case "(($ac_try" in 
    4395   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4396   *) ac_try_echo=$ac_try;; 
    4397 esac 
    4398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4399   (eval "$ac_try") 2>&5 
    4400   ac_status=$? 
    4401   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4402   (exit $ac_status); }; } && 
    4403      { ac_try='test -s conftest.$ac_objext' 
    4404   { (case "(($ac_try" in 
    4405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4406   *) ac_try_echo=$ac_try;; 
    4407 esac 
    4408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4409   (eval "$ac_try") 2>&5 
    4410   ac_status=$? 
    4411   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4412   (exit $ac_status); }; }; then 
     4295  (exit $ac_status); } && { 
     4296     test -z "$ac_c_werror_flag" || 
     4297     test ! -s conftest.err 
     4298       } && test -s conftest.$ac_objext; then 
    44134299  eval "$as_ac_Header=yes" 
    44144300else 
     
    45344420  cat conftest.err >&5 
    45354421  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4536   (exit $ac_status); } && 
    4537      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4538   { (case "(($ac_try" in 
    4539   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4540   *) ac_try_echo=$ac_try;; 
    4541 esac 
    4542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4543   (eval "$ac_try") 2>&5 
    4544   ac_status=$? 
    4545   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4546   (exit $ac_status); }; } && 
    4547      { ac_try='test -s conftest.$ac_objext' 
    4548   { (case "(($ac_try" in 
    4549   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4550   *) ac_try_echo=$ac_try;; 
    4551 esac 
    4552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4553   (eval "$ac_try") 2>&5 
    4554   ac_status=$? 
    4555   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4556   (exit $ac_status); }; }; then 
     4422  (exit $ac_status); } && { 
     4423     test -z "$ac_c_werror_flag" || 
     4424     test ! -s conftest.err 
     4425       } && test -s conftest.$ac_objext; then 
    45574426  ac_cv_header_stdbool_h=yes 
    45584427else 
     
    46044473  cat conftest.err >&5 
    46054474  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4606   (exit $ac_status); } && 
    4607      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4608   { (case "(($ac_try" in 
    4609   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4610   *) ac_try_echo=$ac_try;; 
    4611 esac 
    4612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4613   (eval "$ac_try") 2>&5 
    4614   ac_status=$? 
    4615   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4616   (exit $ac_status); }; } && 
    4617      { ac_try='test -s conftest.$ac_objext' 
    4618   { (case "(($ac_try" in 
    4619   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4620   *) ac_try_echo=$ac_try;; 
    4621 esac 
    4622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4623   (eval "$ac_try") 2>&5 
    4624   ac_status=$? 
    4625   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4626   (exit $ac_status); }; }; then 
     4475  (exit $ac_status); } && { 
     4476     test -z "$ac_c_werror_flag" || 
     4477     test ! -s conftest.err 
     4478       } && test -s conftest.$ac_objext; then 
    46274479  ac_cv_type__Bool=yes 
    46284480else 
     
    46974549  cat conftest.err >&5 
    46984550  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4699   (exit $ac_status); } && 
    4700      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4701   { (case "(($ac_try" in 
    4702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4703   *) ac_try_echo=$ac_try;; 
    4704 esac 
    4705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4706   (eval "$ac_try") 2>&5 
    4707   ac_status=$? 
    4708   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4709   (exit $ac_status); }; } && 
    4710      { ac_try='test -s conftest.$ac_objext' 
    4711   { (case "(($ac_try" in 
    4712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4713   *) ac_try_echo=$ac_try;; 
    4714 esac 
    4715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4716   (eval "$ac_try") 2>&5 
    4717   ac_status=$? 
    4718   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4719   (exit $ac_status); }; }; then 
     4551  (exit $ac_status); } && { 
     4552     test -z "$ac_c_werror_flag" || 
     4553     test ! -s conftest.err 
     4554       } && test -s conftest.$ac_objext; then 
    47204555  ac_cv_header_sys_wait_h=yes 
    47214556else 
     
    47754610  cat conftest.err >&5 
    47764611  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4777   (exit $ac_status); } && 
    4778      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4779   { (case "(($ac_try" in 
    4780   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4781   *) ac_try_echo=$ac_try;; 
    4782 esac 
    4783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4784   (eval "$ac_try") 2>&5 
    4785   ac_status=$? 
    4786   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4787   (exit $ac_status); }; } && 
    4788      { ac_try='test -s conftest.$ac_objext' 
    4789   { (case "(($ac_try" in 
    4790   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4791   *) ac_try_echo=$ac_try;; 
    4792 esac 
    4793 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4794   (eval "$ac_try") 2>&5 
    4795   ac_status=$? 
    4796   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4797   (exit $ac_status); }; }; then 
     4612  (exit $ac_status); } && { 
     4613     test -z "$ac_c_werror_flag" || 
     4614     test ! -s conftest.err 
     4615       } && test -s conftest.$ac_objext; then 
    47984616  ac_cv_header_time=yes 
    47994617else 
     
    48504668  cat conftest.err >&5 
    48514669  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4852   (exit $ac_status); } && 
    4853      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    4854   { (case "(($ac_try" in 
    4855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4856   *) ac_try_echo=$ac_try;; 
    4857 esac 
    4858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4859   (eval "$ac_try") 2>&5 
    4860   ac_status=$? 
    4861   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4862   (exit $ac_status); }; } && 
    4863      { ac_try='test -s conftest.$ac_objext' 
    4864   { (case "(($ac_try" in 
    4865   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    4866   *) ac_try_echo=$ac_try;; 
    4867 esac 
    4868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    4869   (eval "$ac_try") 2>&5 
    4870   ac_status=$? 
    4871   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4872   (exit $ac_status); }; }; then 
     4670  (exit $ac_status); } && { 
     4671     test -z "$ac_c_werror_flag" || 
     4672     test ! -s conftest.err 
     4673       } && test -s conftest.$ac_objext; then 
    48734674  ac_header_compiler=yes 
    48744675else 
     
    49064707  cat conftest.err >&5 
    49074708  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    4908   (exit $ac_status); } >/dev/null; then 
    4909   if test -s conftest.err; then 
    4910     ac_cpp_err=$ac_c_preproc_warn_flag 
    4911     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag 
    4912   else 
    4913     ac_cpp_err= 
    4914   fi 
    4915 else 
    4916   ac_cpp_err=yes 
    4917 fi 
    4918 if test -z "$ac_cpp_err"; then 
     4709  (exit $ac_status); } >/dev/null && { 
     4710     test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || 
     4711     test ! -s conftest.err 
     4712       }; then 
    49194713  ac_header_preproc=yes 
    49204714else 
     
    50074801  cat conftest.err >&5 
    50084802  echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5009   (exit $ac_status); } && 
    5010      { ac_try='test -z "$ac_c_werror_flag" || test ! -s conftest.err' 
    5011   { (case "(($ac_try" in 
    5012   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; 
    5013   *) ac_try_echo=$ac_try;; 
    5014 esac 
    5015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 
    5016   (eval "$ac_try") 2>&5 
    5017   ac_status=$? 
    5018   echo "$as_me:$LINENO: \$? = $ac_status" >&5 
    5019   (exit $ac_status); }; } &&