# ncurses 6.5 - patch 20250301 - Thomas E. Dickey # # ------------------------------------------------------------------------------ # # Ncurses 6.5 is at # https://invisible-island.net/archives/ncurses/ # https://invisible-mirror.net/archives/ncurses/ # https://ftp.gnu.org/gnu/ncurses/ # # Patches for ncurses 6.5 can be found at # https://invisible-island.net/archives/ncurses/6.5 # https://invisible-mirror.net/archives/ncurses/6.5 # # ------------------------------------------------------------------------------ # https://invisible-island.net/archives/ncurses/6.5/ncurses-6.5-20250301.patch.gz # patch by Thomas E. Dickey # created Sat Mar 1 23:17:59 UTC 2025 # ------------------------------------------------------------------------------ # Ada95/aclocal.m4 | 7 # NEWS | 15 # VERSION | 2 # aclocal.m4 | 69 - # configure | 1884 ++++++++++++++++------------------- # configure.in | 23 # dist.mk | 4 # doc/html/man/curs_add_wch.3x.html | 48 # doc/html/man/curs_addch.3x.html | 50 # doc/html/man/curs_color.3x.html | 38 # doc/html/man/curs_getcchar.3x.html | 12 # doc/html/man/curs_initscr.3x.html | 40 # doc/html/man/curs_inopts.3x.html | 137 +- # doc/html/man/curs_ins_wch.3x.html | 46 # doc/html/man/curs_ins_wstr.3x.html | 12 # doc/html/man/curs_insch.3x.html | 36 # doc/html/man/curs_instr.3x.html | 42 # doc/html/man/curs_inwstr.3x.html | 59 - # doc/html/man/curs_kernel.3x.html | 42 # doc/html/man/curs_mouse.3x.html | 29 # doc/html/man/curs_move.3x.html | 14 # doc/html/man/curs_outopts.3x.html | 70 - # doc/html/man/infocmp.1m.html | 20 # doc/html/man/ncurses.3x.html | 12 # doc/html/man/terminfo.5.html | 8 # doc/html/man/tput.1.html | 30 # include/curses.h.in | 6 # include/nc_alloc.h | 25 # include/nc_win32.h | 6 # include/ncurses_defs | 7 # man/MKterminfo.sh | 6 # man/curs_add_wch.3x | 56 - # man/curs_addch.3x | 48 # man/curs_color.3x | 56 - # man/curs_getcchar.3x | 8 # man/curs_initscr.3x | 28 # man/curs_inopts.3x | 55 - # man/curs_ins_wch.3x | 61 - # man/curs_ins_wstr.3x | 6 # man/curs_insch.3x | 54 - # man/curs_instr.3x | 36 # man/curs_inwstr.3x | 51 # man/curs_kernel.3x | 72 - # man/curs_mouse.3x | 16 # man/curs_move.3x | 16 # man/curs_outopts.3x | 198 ++- # man/make_sed.sh | 6 # man/manhtml.externs | 6 # man/ncurses.3x | 6 # man/tput.1 | 23 # misc/terminfo.src | 17 # ncurses/base/MKlib_gen.sh | 5 # ncurses/curses.priv.h | 18 # ncurses/tinfo/lib_win32con.c | 5 # ncurses/tty/lib_twait.c | 4 # ncurses/win32con/win32_driver.c | 14 # ncurses/win32con/win_driver.c | 30 # package/debian-mingw/changelog | 4 # package/debian-mingw64/changelog | 4 # package/debian/changelog | 4 # package/mingw-ncurses.nsi | 4 # package/mingw-ncurses.spec | 2 # package/ncurses.spec | 2 # package/ncursest.spec | 2 # 64 files changed, 1993 insertions(+), 1723 deletions(-) # ------------------------------------------------------------------------------ Index: Ada95/aclocal.m4 Prereq: 1.226 --- ncurses-6.5-20250222+/Ada95/aclocal.m4 2025-01-11 00:55:54.000000000 +0000 +++ ncurses-6.5-20250301/Ada95/aclocal.m4 2025-02-23 01:57:36.000000000 +0000 @@ -29,7 +29,7 @@ dnl dnl Author: Thomas E. Dickey dnl -dnl $Id: aclocal.m4,v 1.226 2025/01/11 00:55:54 tom Exp $ +dnl $Id: aclocal.m4,v 1.227 2025/02/23 01:57:36 tom Exp $ dnl Macros used in NCURSES Ada95 auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -3201,11 +3201,6 @@ AC_SUBST(cf_cv_rel_version) AC_SUBST(cf_cv_abi_version) -dnl FIXME - not needed for Ada95 -AC_SUBST(cf_cv_builtin_bool) -AC_SUBST(cf_cv_header_stdbool_h) -AC_SUBST(cf_cv_type_of_bool)dnl - AC_CACHE_CHECK(if KEY_RESIZE is supported,cf_cv_curses_resizes,[ AC_TRY_COMPILE([#include <${cf_cv_ncurses_header:-curses.h}>], [int key = KEY_RESIZE; (void)key], Index: NEWS Prereq: 1.4251 --- ncurses-6.5-20250222+/NEWS 2025-02-20 09:09:47.000000000 +0000 +++ ncurses-6.5-20250301/NEWS 2025-03-01 21:57:13.000000000 +0000 @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.4251 2025/02/20 09:09:47 tom Exp $ +-- $Id: NEWS,v 1.4257 2025/03/01 21:57:13 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,12 +46,21 @@ Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20250301 + + add color to vt525 (Branden Robinson) + + add vt520-w and vt525-w (Branden Robinson) + + improve formatting/style of manpages (patches by Branden Robinson). + + improve configurability of alloca() as used in Windows ports. + + fix some typos in manpages. + + modify configure script checks for stdbool.h to fix build with older + gcc version. + 20250222 + modify treatment of "n" parameter for waddnstr, waddnwstr, and wins_nwstr to return OK when "n" is zero, for consistency with other implementations (report by Benjamin Barenblat, cf: 20231118). + formatting improvements for terminfo.5 (Debian #1096164). - + 20250216 + add limit-checks in alloc_entry.c and alloc_ttype.c to avoid indexing errors when using infocmp to compare all capabilities when processing @@ -185,7 +194,7 @@ + improve filtering of -L options in misc/gen-pkgconfig.in and in misc/ncurses-config.in + add check in wresize() for out-of-range dimensions (report by Peter - Bierma). + Bierma). 20240922 + add a few null-pointer checks in ncurses Index: VERSION --- ncurses-6.5-20250222+/VERSION 2025-02-22 09:14:10.000000000 +0000 +++ ncurses-6.5-20250301/VERSION 2025-03-01 10:08:08.000000000 +0000 @@ -1 +1 @@ -5:0:10 6.5 20250222 +5:0:10 6.5 20250301 Index: aclocal.m4 Prereq: 1.1102 --- ncurses-6.5-20250222+/aclocal.m4 2025-02-16 00:15:17.000000000 +0000 +++ ncurses-6.5-20250301/aclocal.m4 2025-02-23 01:49:45.000000000 +0000 @@ -29,7 +29,7 @@ dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: aclocal.m4,v 1.1102 2025/02/16 00:15:17 tom Exp $ +dnl $Id: aclocal.m4,v 1.1104 2025/02/23 01:49:45 tom Exp $ dnl Macros used in NCURSES auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -598,52 +598,25 @@ esac ])dnl dnl --------------------------------------------------------------------------- -dnl CF_BOOL_DECL version: 10 updated: 2025/02/01 19:31:51 +dnl CF_BOOL_DECL version: 11 updated: 2025/02/22 20:49:45 dnl ------------ dnl Test if 'bool' is a builtin type in the configured C/C++ compiler. Some dnl older compilers (e.g., gcc 2.5.8) don't support 'bool' directly; gcc dnl 2.6.3 does, in anticipation of the ANSI C++ standard. dnl -dnl Treat the configuration-variable specially here, since we're directly -dnl substituting its value (i.e., 1/0). -dnl dnl $1 is the shell variable to store the result in, if not $cv_cv_builtin_bool AC_DEFUN([CF_BOOL_DECL], [ -AC_MSG_CHECKING(if we should include stdbool.h) - -AC_CACHE_VAL(cf_cv_header_stdbool_h,[ +AC_REQUIRE([CF_C99_STDBOOL_H]) +AC_CACHE_CHECK(for builtin bool type, ifelse($1,,cf_cv_builtin_bool,[$1]),[ AC_TRY_COMPILE([ -#ifndef __BEOS__ -#include -#endif -],[bool foo = false; (void)foo], - [cf_cv_header_stdbool_h=1], - [AC_TRY_COMPILE([],[bool foo = false; (void)foo], - [cf_cv_header_stdbool_h=0])])]) - -if test "$cf_cv_header_stdbool_h" = 1 -then AC_MSG_RESULT(yes) -else AC_MSG_RESULT(no) -fi - -AC_MSG_CHECKING([for builtin bool type]) - -AC_CACHE_VAL(ifelse($1,,cf_cv_builtin_bool,[$1]),[ - AC_TRY_COMPILE([ -#include -#include +$ac_includes_default ],[bool x = false; (void)x], - [ifelse($1,,cf_cv_builtin_bool,[$1])=1], - [ifelse($1,,cf_cv_builtin_bool,[$1])=0])]) - -if test "$ifelse($1,,cf_cv_builtin_bool,[$1])" = 1 -then AC_MSG_RESULT(yes) -else AC_MSG_RESULT(no) -fi + [ifelse($1,,cf_cv_builtin_bool,[$1])=yes], + [ifelse($1,,cf_cv_builtin_bool,[$1])=no])]) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_BOOL_SIZE version: 21 updated: 2024/12/14 16:09:34 +dnl CF_BOOL_SIZE version: 22 updated: 2025/02/22 20:49:45 dnl ------------ dnl Test for the size of 'bool' in the configured C++ compiler (e.g., a type). dnl Don't bother looking for bool.h, since it has been deprecated. @@ -652,6 +625,7 @@ dnl from . AC_DEFUN([CF_BOOL_SIZE], [ +AC_REQUIRE([CF_C99_STDBOOL_H]) AC_CHECK_SIZEOF(bool,,[ $ac_includes_default @@ -667,7 +641,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -691,7 +665,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -894,6 +868,27 @@ AC_SUBST(STDC_NORETURN) ])dnl dnl --------------------------------------------------------------------------- +dnl CF_C99_STDBOOL_H version: 1 updated: 2025/02/22 20:49:45 +dnl ---------------- +dnl Check if we can compile using and get a valid "bool" type. +AC_DEFUN([CF_C99_STDBOOL_H], +[ +AC_CACHE_CHECK(if we can include stdbool.h,cf_cv_header_stdbool_h,[ + AC_TRY_COMPILE([ +$ac_includes_default +#include +],[bool foo = false; (void)foo], + [cf_cv_header_stdbool_h=yes], + [AC_TRY_COMPILE([],[bool foo = false; (void)foo], + [cf_cv_header_stdbool_h=no])])]) + +if test "$cf_cv_header_stdbool_h" = yes +then USE_STDBOOL_H=1 +else USE_STDBOOL_H=0 +fi +AC_SUBST(USE_STDBOOL_H) +])dnl +dnl --------------------------------------------------------------------------- dnl CF_CC_ENV_FLAGS version: 11 updated: 2023/02/20 11:15:46 dnl --------------- dnl Check for user's environment-breakage by stuffing CFLAGS/CPPFLAGS content Index: configure --- ncurses-6.5-20250222+/configure 2025-02-16 00:20:21.000000000 +0000 +++ ncurses-6.5-20250301/configure 2025-03-01 15:05:41.000000000 +0000 @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Revision: 1.791 . +# From configure.in Revision: 1.794 . # Guess values for system-dependent variables and create Makefiles. -# Generated by Autoconf 2.52.20240618. +# Generated by Autoconf 2.52.20250126. # # Copyright 2003-2022,2023 Thomas E. Dickey # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 @@ -954,7 +954,7 @@ running configure, to aid debugging if configure makes a mistake. It was created by $as_me, which was -generated by GNU Autoconf 2.52.20240618. Invocation command line was +generated by GNU Autoconf 2.52.20250126. Invocation command line was $ $0 $@ @@ -20541,10 +20541,12 @@ esac for ac_header in \ +alloca.h \ fcntl.h \ getopt.h \ limits.h \ locale.h \ +malloc.h \ math.h \ poll.h \ sys/auxv.h \ @@ -20559,23 +20561,23 @@ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:20562: checking for $ac_header" >&5 +echo "$as_me:20564: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20568 "configure" +#line 20570 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:20572: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:20574: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:20578: \$? = $ac_status" >&5 + echo "$as_me:20580: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -20594,7 +20596,7 @@ fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:20597: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:20599: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then cat >>confdefs.h <&5 +echo "$as_me:20612: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20616 "configure" +#line 20618 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:20620: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:20622: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:20626: \$? = $ac_status" >&5 + echo "$as_me:20628: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -20642,7 +20644,7 @@ fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:20645: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:20647: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then cat >>confdefs.h <&5 +echo "$as_me:20657: checking for header declaring getopt variables" >&5 echo $ECHO_N "checking for header declaring getopt variables... $ECHO_C" >&6 if test "${cf_cv_getopt_header+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20662,7 +20664,7 @@ for cf_header in stdio.h stdlib.h unistd.h getopt.h do cat >"conftest.$ac_ext" <<_ACEOF -#line 20665 "configure" +#line 20667 "configure" #include "confdefs.h" #include <$cf_header> @@ -20675,16 +20677,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20678: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20680: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20681: \$? = $ac_status" >&5 + echo "$as_me:20683: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20684: \"$ac_try\"") >&5 + { (eval echo "$as_me:20686: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20687: \$? = $ac_status" >&5 + echo "$as_me:20689: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_getopt_header=$cf_header break @@ -20696,7 +20698,7 @@ done fi -echo "$as_me:20699: result: $cf_cv_getopt_header" >&5 +echo "$as_me:20701: result: $cf_cv_getopt_header" >&5 echo "${ECHO_T}$cf_cv_getopt_header" >&6 if test "$cf_cv_getopt_header" != none ; then @@ -20713,14 +20715,14 @@ fi -echo "$as_me:20716: checking if external environ is declared" >&5 +echo "$as_me:20718: checking if external environ is declared" >&5 echo $ECHO_N "checking if external environ is declared... $ECHO_C" >&6 if test "${cf_cv_dcl_environ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20723 "configure" +#line 20725 "configure" #include "confdefs.h" $ac_includes_default @@ -20733,16 +20735,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20736: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20738: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20739: \$? = $ac_status" >&5 + echo "$as_me:20741: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20742: \"$ac_try\"") >&5 + { (eval echo "$as_me:20744: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20745: \$? = $ac_status" >&5 + echo "$as_me:20747: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_dcl_environ=yes else @@ -20753,7 +20755,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:20756: result: $cf_cv_dcl_environ" >&5 +echo "$as_me:20758: result: $cf_cv_dcl_environ" >&5 echo "${ECHO_T}$cf_cv_dcl_environ" >&6 if test "$cf_cv_dcl_environ" = no ; then @@ -20768,14 +20770,14 @@ # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:20771: checking if external environ exists" >&5 +echo "$as_me:20773: checking if external environ exists" >&5 echo $ECHO_N "checking if external environ exists... $ECHO_C" >&6 if test "${cf_cv_have_environ+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20778 "configure" +#line 20780 "configure" #include "confdefs.h" #undef environ @@ -20790,16 +20792,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20793: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20795: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20796: \$? = $ac_status" >&5 + echo "$as_me:20798: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20799: \"$ac_try\"") >&5 + { (eval echo "$as_me:20801: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20802: \$? = $ac_status" >&5 + echo "$as_me:20804: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_environ=yes else @@ -20810,7 +20812,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:20813: result: $cf_cv_have_environ" >&5 +echo "$as_me:20815: result: $cf_cv_have_environ" >&5 echo "${ECHO_T}$cf_cv_have_environ" >&6 if test "$cf_cv_have_environ" = yes ; then @@ -20823,13 +20825,13 @@ fi -echo "$as_me:20826: checking for getenv" >&5 +echo "$as_me:20828: checking for getenv" >&5 echo $ECHO_N "checking for getenv... $ECHO_C" >&6 if test "${ac_cv_func_getenv+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20832 "configure" +#line 20834 "configure" #include "confdefs.h" #define getenv autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -20860,16 +20862,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20863: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20865: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20866: \$? = $ac_status" >&5 + echo "$as_me:20868: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20869: \"$ac_try\"") >&5 + { (eval echo "$as_me:20871: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20872: \$? = $ac_status" >&5 + echo "$as_me:20874: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_getenv=yes else @@ -20879,19 +20881,19 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:20882: result: $ac_cv_func_getenv" >&5 +echo "$as_me:20884: result: $ac_cv_func_getenv" >&5 echo "${ECHO_T}$ac_cv_func_getenv" >&6 for ac_func in putenv setenv strdup do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:20888: checking for $ac_func" >&5 +echo "$as_me:20890: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 20894 "configure" +#line 20896 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -20922,16 +20924,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20925: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20927: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20928: \$? = $ac_status" >&5 + echo "$as_me:20930: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20931: \"$ac_try\"") >&5 + { (eval echo "$as_me:20933: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20934: \$? = $ac_status" >&5 + echo "$as_me:20936: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -20941,7 +20943,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:20944: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:20946: result: `eval echo '${'"$as_ac_var"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then cat >>confdefs.h <&5 +echo "$as_me:20956: checking if getenv returns consistent values" >&5 echo $ECHO_N "checking if getenv returns consistent values... $ECHO_C" >&6 if test "${cf_cv_consistent_getenv+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -20961,7 +20963,7 @@ cf_cv_consistent_getenv=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 20964 "configure" +#line 20966 "configure" #include "confdefs.h" $ac_includes_default @@ -21066,15 +21068,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:21069: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21071: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21072: \$? = $ac_status" >&5 + echo "$as_me:21074: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:21074: \"$ac_try\"") >&5 + { (eval echo "$as_me:21076: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21077: \$? = $ac_status" >&5 + echo "$as_me:21079: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_consistent_getenv=yes else @@ -21087,7 +21089,7 @@ fi fi -echo "$as_me:21090: result: $cf_cv_consistent_getenv" >&5 +echo "$as_me:21092: result: $cf_cv_consistent_getenv" >&5 echo "${ECHO_T}$cf_cv_consistent_getenv" >&6 if test "x$cf_cv_consistent_getenv" = xno @@ -21102,18 +21104,18 @@ if test "x$cf_cv_consistent_getenv" = xno && \ test "x$cf_with_trace" = xyes then - { echo "$as_me:21105: WARNING: The NCURSES_TRACE environment variable is not supported with this configuration" >&5 + { echo "$as_me:21107: WARNING: The NCURSES_TRACE environment variable is not supported with this configuration" >&5 echo "$as_me: WARNING: The NCURSES_TRACE environment variable is not supported with this configuration" >&2;} fi -echo "$as_me:21109: checking if sys/time.h works with sys/select.h" >&5 +echo "$as_me:21111: checking if sys/time.h works with sys/select.h" >&5 echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6 if test "${cf_cv_sys_time_select+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21116 "configure" +#line 21118 "configure" #include "confdefs.h" #include @@ -21133,16 +21135,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21136: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21138: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21139: \$? = $ac_status" >&5 + echo "$as_me:21141: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21142: \"$ac_try\"") >&5 + { (eval echo "$as_me:21144: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21145: \$? = $ac_status" >&5 + echo "$as_me:21147: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_sys_time_select=yes else @@ -21154,7 +21156,7 @@ fi -echo "$as_me:21157: result: $cf_cv_sys_time_select" >&5 +echo "$as_me:21159: result: $cf_cv_sys_time_select" >&5 echo "${ECHO_T}$cf_cv_sys_time_select" >&6 test "$cf_cv_sys_time_select" = yes && cat >>confdefs.h <<\EOF @@ -21169,13 +21171,13 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_main_return="return" -echo "$as_me:21172: checking for an ANSI C-conforming const" >&5 +echo "$as_me:21174: checking for an ANSI C-conforming const" >&5 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 if test "${ac_cv_c_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21178 "configure" +#line 21180 "configure" #include "confdefs.h" int @@ -21185,13 +21187,13 @@ #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; - const charset x; (void)x; + const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; - static struct point const zero = {0,0}; (void)zero; + static struct point const zero = {0,0}; /* AIX XL C 1.02.0.0 rejects this. It does not let you subtract one const X* pointer from another in an arm of an if-expression whose if-part is not a constant @@ -21207,7 +21209,7 @@ char const *s = 0 ? (char *) 0 : (char const *) 0; *t++ = 0; - (void)s; + (void)s; (void)x; (void)zero; } { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */ int x[] = {25, 17}; @@ -21237,16 +21239,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21240: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21242: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21243: \$? = $ac_status" >&5 + echo "$as_me:21245: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21246: \"$ac_try\"") >&5 + { (eval echo "$as_me:21248: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21249: \$? = $ac_status" >&5 + echo "$as_me:21251: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_c_const=yes else @@ -21256,7 +21258,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21259: result: $ac_cv_c_const" >&5 +echo "$as_me:21261: result: $ac_cv_c_const" >&5 echo "${ECHO_T}$ac_cv_c_const" >&6 if test $ac_cv_c_const = no; then @@ -21266,7 +21268,7 @@ fi -echo "$as_me:21269: checking for inline" >&5 +echo "$as_me:21271: checking for inline" >&5 echo $ECHO_N "checking for inline... $ECHO_C" >&6 if test "${ac_cv_c_inline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21274,7 +21276,7 @@ ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat >"conftest.$ac_ext" <<_ACEOF -#line 21277 "configure" +#line 21279 "configure" #include "confdefs.h" #ifndef __cplusplus static $ac_kw int static_foo (void) {return 0; } @@ -21283,16 +21285,16 @@ _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21286: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21288: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21289: \$? = $ac_status" >&5 + echo "$as_me:21291: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21292: \"$ac_try\"") >&5 + { (eval echo "$as_me:21294: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21295: \$? = $ac_status" >&5 + echo "$as_me:21297: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_c_inline=$ac_kw; break else @@ -21303,7 +21305,7 @@ done fi -echo "$as_me:21306: result: $ac_cv_c_inline" >&5 +echo "$as_me:21308: result: $ac_cv_c_inline" >&5 echo "${ECHO_T}$ac_cv_c_inline" >&6 case $ac_cv_c_inline in inline | yes) ;; @@ -21329,7 +21331,7 @@ : elif test "$GCC" = yes then - echo "$as_me:21332: checking if $CC supports options to tune inlining" >&5 + echo "$as_me:21334: checking if $CC supports options to tune inlining" >&5 echo $ECHO_N "checking if $CC supports options to tune inlining... $ECHO_C" >&6 if test "${cf_cv_gcc_inline+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21338,7 +21340,7 @@ cf_save_CFLAGS=$CFLAGS CFLAGS="$CFLAGS --param max-inline-insns-single=1200" cat >"conftest.$ac_ext" <<_ACEOF -#line 21341 "configure" +#line 21343 "configure" #include "confdefs.h" inline int foo(void) { return 1; } int @@ -21350,16 +21352,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21353: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21355: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21356: \$? = $ac_status" >&5 + echo "$as_me:21358: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21359: \"$ac_try\"") >&5 + { (eval echo "$as_me:21361: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21362: \$? = $ac_status" >&5 + echo "$as_me:21364: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_gcc_inline=yes else @@ -21371,7 +21373,7 @@ CFLAGS=$cf_save_CFLAGS fi -echo "$as_me:21374: result: $cf_cv_gcc_inline" >&5 +echo "$as_me:21376: result: $cf_cv_gcc_inline" >&5 echo "${ECHO_T}$cf_cv_gcc_inline" >&6 if test "$cf_cv_gcc_inline" = yes ; then @@ -21477,7 +21479,7 @@ fi fi -echo "$as_me:21480: checking for signal global datatype" >&5 +echo "$as_me:21482: checking for signal global datatype" >&5 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6 if test "${cf_cv_sig_atomic_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21489,7 +21491,7 @@ "int" do cat >"conftest.$ac_ext" <<_ACEOF -#line 21492 "configure" +#line 21494 "configure" #include "confdefs.h" #include @@ -21513,16 +21515,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21516: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21518: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21519: \$? = $ac_status" >&5 + echo "$as_me:21521: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21522: \"$ac_try\"") >&5 + { (eval echo "$as_me:21524: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21525: \$? = $ac_status" >&5 + echo "$as_me:21527: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_sig_atomic_t=$cf_type else @@ -21536,7 +21538,7 @@ fi -echo "$as_me:21539: result: $cf_cv_sig_atomic_t" >&5 +echo "$as_me:21541: result: $cf_cv_sig_atomic_t" >&5 echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6 test "$cf_cv_sig_atomic_t" != no && cat >>confdefs.h <&5 +echo "$as_me:21550: checking for type of chtype" >&5 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 if test "${cf_cv_typeof_chtype+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21555,7 +21557,7 @@ cf_cv_typeof_chtype=long else cat >"conftest.$ac_ext" <<_ACEOF -#line 21558 "configure" +#line 21560 "configure" #include "confdefs.h" $ac_includes_default @@ -21590,15 +21592,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:21593: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21595: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21596: \$? = $ac_status" >&5 + echo "$as_me:21598: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:21598: \"$ac_try\"") >&5 + { (eval echo "$as_me:21600: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21601: \$? = $ac_status" >&5 + echo "$as_me:21603: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_typeof_chtype=`cat cf_test.out` else @@ -21613,7 +21615,7 @@ fi -echo "$as_me:21616: result: $cf_cv_typeof_chtype" >&5 +echo "$as_me:21618: result: $cf_cv_typeof_chtype" >&5 echo "${ECHO_T}$cf_cv_typeof_chtype" >&6 cat >>confdefs.h <&5 +echo "$as_me:21630: checking if unsigned literals are legal" >&5 echo $ECHO_N "checking if unsigned literals are legal... $ECHO_C" >&6 if test "${cf_cv_unsigned_literals+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21635 "configure" +#line 21637 "configure" #include "confdefs.h" int @@ -21644,16 +21646,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21647: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21649: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21650: \$? = $ac_status" >&5 + echo "$as_me:21652: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21653: \"$ac_try\"") >&5 + { (eval echo "$as_me:21655: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21656: \$? = $ac_status" >&5 + echo "$as_me:21658: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_unsigned_literals=yes else @@ -21665,7 +21667,7 @@ fi -echo "$as_me:21668: result: $cf_cv_unsigned_literals" >&5 +echo "$as_me:21670: result: $cf_cv_unsigned_literals" >&5 echo "${ECHO_T}$cf_cv_unsigned_literals" >&6 cf_cv_1UL="1" @@ -21681,14 +21683,14 @@ ### Checks for external-data -echo "$as_me:21684: checking if external errno is declared" >&5 +echo "$as_me:21686: checking if external errno is declared" >&5 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6 if test "${cf_cv_dcl_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21691 "configure" +#line 21693 "configure" #include "confdefs.h" $ac_includes_default @@ -21702,16 +21704,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21705: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21707: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21708: \$? = $ac_status" >&5 + echo "$as_me:21710: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21711: \"$ac_try\"") >&5 + { (eval echo "$as_me:21713: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21714: \$? = $ac_status" >&5 + echo "$as_me:21716: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_dcl_errno=yes else @@ -21722,7 +21724,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21725: result: $cf_cv_dcl_errno" >&5 +echo "$as_me:21727: result: $cf_cv_dcl_errno" >&5 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 if test "$cf_cv_dcl_errno" = no ; then @@ -21737,14 +21739,14 @@ # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:21740: checking if external errno exists" >&5 +echo "$as_me:21742: checking if external errno exists" >&5 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6 if test "${cf_cv_have_errno+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21747 "configure" +#line 21749 "configure" #include "confdefs.h" #undef errno @@ -21759,16 +21761,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:21762: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21764: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21765: \$? = $ac_status" >&5 + echo "$as_me:21767: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:21768: \"$ac_try\"") >&5 + { (eval echo "$as_me:21770: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21771: \$? = $ac_status" >&5 + echo "$as_me:21773: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_errno=yes else @@ -21779,7 +21781,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:21782: result: $cf_cv_have_errno" >&5 +echo "$as_me:21784: result: $cf_cv_have_errno" >&5 echo "${ECHO_T}$cf_cv_have_errno" >&6 if test "$cf_cv_have_errno" = yes ; then @@ -21792,7 +21794,7 @@ fi -echo "$as_me:21795: checking if data-only library module links" >&5 +echo "$as_me:21797: checking if data-only library module links" >&5 echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6 if test "${cf_cv_link_dataonly+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21800,20 +21802,20 @@ rm -f conftest.a cat >conftest.$ac_ext <&5 + if { (eval echo "$as_me:21808: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21809: \$? = $ac_status" >&5 + echo "$as_me:21811: \$? = $ac_status" >&5 (exit "$ac_status"); } ; then mv conftest.o data.o && \ ( $AR $ARFLAGS conftest.a data.o ) 2>&5 1>/dev/null fi rm -f conftest.$ac_ext data.o cat >conftest.$ac_ext <&5 + if { (eval echo "$as_me:21835: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21836: \$? = $ac_status" >&5 + echo "$as_me:21838: \$? = $ac_status" >&5 (exit "$ac_status"); }; then mv conftest.o func.o && \ ( $AR $ARFLAGS conftest.a func.o ) 2>&5 1>/dev/null @@ -21846,7 +21848,7 @@ cf_cv_link_dataonly=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 21849 "configure" +#line 21851 "configure" #include "confdefs.h" extern int testfunc(void); @@ -21857,15 +21859,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:21860: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21862: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21863: \$? = $ac_status" >&5 + echo "$as_me:21865: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:21865: \"$ac_try\"") >&5 + { (eval echo "$as_me:21867: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21868: \$? = $ac_status" >&5 + echo "$as_me:21870: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_link_dataonly=yes else @@ -21880,7 +21882,7 @@ fi -echo "$as_me:21883: result: $cf_cv_link_dataonly" >&5 +echo "$as_me:21885: result: $cf_cv_link_dataonly" >&5 echo "${ECHO_T}$cf_cv_link_dataonly" >&6 if test "$cf_cv_link_dataonly" = no ; then @@ -21895,13 +21897,13 @@ ### Checks for library functions. cf_save_libs="$LIBS" -echo "$as_me:21898: checking for clock_gettime" >&5 +echo "$as_me:21900: checking for clock_gettime" >&5 echo $ECHO_N "checking for clock_gettime... $ECHO_C" >&6 if test "${ac_cv_func_clock_gettime+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 21904 "configure" +#line 21906 "configure" #include "confdefs.h" #define clock_gettime autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -21932,16 +21934,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:21935: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21937: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21938: \$? = $ac_status" >&5 + echo "$as_me:21940: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:21941: \"$ac_try\"") >&5 + { (eval echo "$as_me:21943: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21944: \$? = $ac_status" >&5 + echo "$as_me:21946: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_clock_gettime=yes else @@ -21951,12 +21953,12 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:21954: result: $ac_cv_func_clock_gettime" >&5 +echo "$as_me:21956: result: $ac_cv_func_clock_gettime" >&5 echo "${ECHO_T}$ac_cv_func_clock_gettime" >&6 if test "$ac_cv_func_clock_gettime" = yes; then cf_cv_test_clock_gettime=yes else - echo "$as_me:21959: checking for clock_gettime in -lrt" >&5 + echo "$as_me:21961: checking for clock_gettime in -lrt" >&5 echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -21964,7 +21966,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lrt $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 21967 "configure" +#line 21969 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -21983,16 +21985,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:21986: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21988: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21989: \$? = $ac_status" >&5 + echo "$as_me:21991: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:21992: \"$ac_try\"") >&5 + { (eval echo "$as_me:21994: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21995: \$? = $ac_status" >&5 + echo "$as_me:21997: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_rt_clock_gettime=yes else @@ -22003,7 +22005,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22006: result: $ac_cv_lib_rt_clock_gettime" >&5 +echo "$as_me:22008: result: $ac_cv_lib_rt_clock_gettime" >&5 echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6 if test "$ac_cv_lib_rt_clock_gettime" = yes; then LIBS="-lrt $LIBS" @@ -22015,14 +22017,14 @@ fi if test "$cf_cv_test_clock_gettime" = yes ; then -echo "$as_me:22018: checking if clock_gettime links" >&5 +echo "$as_me:22020: checking if clock_gettime links" >&5 echo $ECHO_N "checking if clock_gettime links... $ECHO_C" >&6 if test "${cf_cv_func_clock_gettime+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22025 "configure" +#line 22027 "configure" #include "confdefs.h" $ac_includes_default @@ -22040,16 +22042,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22043: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22045: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22046: \$? = $ac_status" >&5 + echo "$as_me:22048: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22049: \"$ac_try\"") >&5 + { (eval echo "$as_me:22051: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22052: \$? = $ac_status" >&5 + echo "$as_me:22054: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_clock_gettime=yes else @@ -22060,7 +22062,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22063: result: $cf_cv_func_clock_gettime" >&5 +echo "$as_me:22065: result: $cf_cv_func_clock_gettime" >&5 echo "${ECHO_T}$cf_cv_func_clock_gettime" >&6 else cf_cv_func_clock_gettime=no @@ -22074,13 +22076,13 @@ EOF else -echo "$as_me:22077: checking for gettimeofday" >&5 +echo "$as_me:22079: checking for gettimeofday" >&5 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 if test "${ac_cv_func_gettimeofday+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22083 "configure" +#line 22085 "configure" #include "confdefs.h" #define gettimeofday autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22111,16 +22113,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22114: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22116: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22117: \$? = $ac_status" >&5 + echo "$as_me:22119: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22120: \"$ac_try\"") >&5 + { (eval echo "$as_me:22122: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22123: \$? = $ac_status" >&5 + echo "$as_me:22125: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_gettimeofday=yes else @@ -22130,7 +22132,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22133: result: $ac_cv_func_gettimeofday" >&5 +echo "$as_me:22135: result: $ac_cv_func_gettimeofday" >&5 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 if test "$ac_cv_func_gettimeofday" = yes; then @@ -22140,7 +22142,7 @@ else -echo "$as_me:22143: checking for gettimeofday in -lbsd" >&5 +echo "$as_me:22145: checking for gettimeofday in -lbsd" >&5 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22148,7 +22150,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22151 "configure" +#line 22153 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22167,16 +22169,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22170: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22172: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22173: \$? = $ac_status" >&5 + echo "$as_me:22175: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22176: \"$ac_try\"") >&5 + { (eval echo "$as_me:22178: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22179: \$? = $ac_status" >&5 + echo "$as_me:22181: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_bsd_gettimeofday=yes else @@ -22187,7 +22189,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22190: result: $ac_cv_lib_bsd_gettimeofday" >&5 +echo "$as_me:22192: result: $ac_cv_lib_bsd_gettimeofday" >&5 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 if test "$ac_cv_lib_bsd_gettimeofday" = yes; then @@ -22246,13 +22248,13 @@ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:22249: checking for $ac_func" >&5 +echo "$as_me:22251: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22255 "configure" +#line 22257 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22283,16 +22285,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22286: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22288: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22289: \$? = $ac_status" >&5 + echo "$as_me:22291: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22292: \"$ac_try\"") >&5 + { (eval echo "$as_me:22294: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22295: \$? = $ac_status" >&5 + echo "$as_me:22297: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -22302,7 +22304,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22305: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:22307: result: `eval echo '${'"$as_ac_var"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then cat >>confdefs.h <&5 +echo "$as_me:22317: checking if _PATH_TTYS is defined in ttyent.h" >&5 echo $ECHO_N "checking if _PATH_TTYS is defined in ttyent.h... $ECHO_C" >&6 if test "${cf_cv_PATH_TTYS+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22322 "configure" +#line 22324 "configure" #include "confdefs.h" #include @@ -22334,16 +22336,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22337: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22339: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22340: \$? = $ac_status" >&5 + echo "$as_me:22342: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22343: \"$ac_try\"") >&5 + { (eval echo "$as_me:22345: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22346: \$? = $ac_status" >&5 + echo "$as_me:22348: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_PATH_TTYS=yes else @@ -22353,7 +22355,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:22356: result: $cf_cv_PATH_TTYS" >&5 +echo "$as_me:22358: result: $cf_cv_PATH_TTYS" >&5 echo "${ECHO_T}$cf_cv_PATH_TTYS" >&6 if test $cf_cv_PATH_TTYS = no @@ -22375,7 +22377,7 @@ if test $cf_cv_PATH_TTYS != no then - echo "$as_me:22378: checking if _PATH_TTYS file exists" >&5 + echo "$as_me:22380: checking if _PATH_TTYS file exists" >&5 echo $ECHO_N "checking if _PATH_TTYS file exists... $ECHO_C" >&6 if test "${cf_cv_have_PATH_TTYS+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22385,7 +22387,7 @@ cf_cv_have_PATH_TTYS=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 22388 "configure" +#line 22390 "configure" #include "confdefs.h" $ac_includes_default @@ -22398,15 +22400,15 @@ } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:22401: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22403: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22404: \$? = $ac_status" >&5 + echo "$as_me:22406: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:22406: \"$ac_try\"") >&5 + { (eval echo "$as_me:22408: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22409: \$? = $ac_status" >&5 + echo "$as_me:22411: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_PATH_TTYS=yes else @@ -22418,7 +22420,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:22421: result: $cf_cv_have_PATH_TTYS" >&5 +echo "$as_me:22423: result: $cf_cv_have_PATH_TTYS" >&5 echo "${ECHO_T}$cf_cv_have_PATH_TTYS" >&6 test "$cf_cv_have_PATH_TTYS" = no && cf_cv_PATH_TTYS=no fi @@ -22430,14 +22432,14 @@ #define HAVE_PATH_TTYS 1 EOF - echo "$as_me:22433: checking for getttynam" >&5 + echo "$as_me:22435: checking for getttynam" >&5 echo $ECHO_N "checking for getttynam... $ECHO_C" >&6 if test "${cf_cv_func_getttynam+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22440 "configure" +#line 22442 "configure" #include "confdefs.h" #include int @@ -22449,16 +22451,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22452: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22454: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22455: \$? = $ac_status" >&5 + echo "$as_me:22457: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22458: \"$ac_try\"") >&5 + { (eval echo "$as_me:22460: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22461: \$? = $ac_status" >&5 + echo "$as_me:22463: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_getttynam=yes else @@ -22468,7 +22470,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22471: result: $cf_cv_func_getttynam" >&5 +echo "$as_me:22473: result: $cf_cv_func_getttynam" >&5 echo "${ECHO_T}$cf_cv_func_getttynam" >&6 test "$cf_cv_func_getttynam" = yes && cat >>confdefs.h <<\EOF #define HAVE_GETTTYNAM 1 @@ -22478,7 +22480,7 @@ if test "x$ac_cv_func_getopt" = xno && \ test "x$cf_with_progs$cf_with_tests" != xnono; then - { { echo "$as_me:22481: error: getopt is required for building programs" >&5 + { { echo "$as_me:22483: error: getopt is required for building programs" >&5 echo "$as_me: error: getopt is required for building programs" >&2;} { (exit 1); exit 1; }; } fi @@ -22487,7 +22489,7 @@ then if test "x$ac_cv_func_vsnprintf" = xyes then - { echo "$as_me:22490: WARNING: will use vsnprintf instead of safe-sprintf option" >&5 + { echo "$as_me:22492: WARNING: will use vsnprintf instead of safe-sprintf option" >&5 echo "$as_me: WARNING: will use vsnprintf instead of safe-sprintf option" >&2;} else @@ -22500,14 +22502,14 @@ if test "x$with_getcap" = "xyes" ; then -echo "$as_me:22503: checking for terminal-capability database functions" >&5 +echo "$as_me:22505: checking for terminal-capability database functions" >&5 echo $ECHO_N "checking for terminal-capability database functions... $ECHO_C" >&6 if test "${cf_cv_cgetent+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22510 "configure" +#line 22512 "configure" #include "confdefs.h" $ac_includes_default @@ -22527,16 +22529,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22530: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22532: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22533: \$? = $ac_status" >&5 + echo "$as_me:22535: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22536: \"$ac_try\"") >&5 + { (eval echo "$as_me:22538: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22539: \$? = $ac_status" >&5 + echo "$as_me:22541: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cgetent=yes else @@ -22547,7 +22549,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22550: result: $cf_cv_cgetent" >&5 +echo "$as_me:22552: result: $cf_cv_cgetent" >&5 echo "${ECHO_T}$cf_cv_cgetent" >&6 if test "$cf_cv_cgetent" = yes @@ -22557,14 +22559,14 @@ #define HAVE_BSD_CGETENT 1 EOF -echo "$as_me:22560: checking if cgetent uses const parameter" >&5 +echo "$as_me:22562: checking if cgetent uses const parameter" >&5 echo $ECHO_N "checking if cgetent uses const parameter... $ECHO_C" >&6 if test "${cf_cv_cgetent_const+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22567 "configure" +#line 22569 "configure" #include "confdefs.h" #pragma GCC diagnostic error "-Wincompatible-pointer-types-discards-qualifiers" @@ -22587,16 +22589,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22590: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22592: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22593: \$? = $ac_status" >&5 + echo "$as_me:22595: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22596: \"$ac_try\"") >&5 + { (eval echo "$as_me:22598: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22599: \$? = $ac_status" >&5 + echo "$as_me:22601: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cgetent_const=yes else @@ -22607,7 +22609,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22610: result: $cf_cv_cgetent_const" >&5 +echo "$as_me:22612: result: $cf_cv_cgetent_const" >&5 echo "${ECHO_T}$cf_cv_cgetent_const" >&6 if test "$cf_cv_cgetent_const" = yes then @@ -22621,14 +22623,14 @@ fi -echo "$as_me:22624: checking for isascii" >&5 +echo "$as_me:22626: checking for isascii" >&5 echo $ECHO_N "checking for isascii... $ECHO_C" >&6 if test "${cf_cv_have_isascii+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22631 "configure" +#line 22633 "configure" #include "confdefs.h" #include int @@ -22640,16 +22642,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22643: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22645: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22646: \$? = $ac_status" >&5 + echo "$as_me:22648: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22649: \"$ac_try\"") >&5 + { (eval echo "$as_me:22651: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22652: \$? = $ac_status" >&5 + echo "$as_me:22654: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_isascii=yes else @@ -22660,7 +22662,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22663: result: $cf_cv_have_isascii" >&5 +echo "$as_me:22665: result: $cf_cv_have_isascii" >&5 echo "${ECHO_T}$cf_cv_have_isascii" >&6 test "$cf_cv_have_isascii" = yes && cat >>confdefs.h <<\EOF @@ -22668,10 +22670,10 @@ EOF if test "$ac_cv_func_sigaction" = yes; then -echo "$as_me:22671: checking whether sigaction needs _POSIX_SOURCE" >&5 +echo "$as_me:22673: checking whether sigaction needs _POSIX_SOURCE" >&5 echo $ECHO_N "checking whether sigaction needs _POSIX_SOURCE... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 22674 "configure" +#line 22676 "configure" #include "confdefs.h" #include @@ -22685,16 +22687,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22688: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22690: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22691: \$? = $ac_status" >&5 + echo "$as_me:22693: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22694: \"$ac_try\"") >&5 + { (eval echo "$as_me:22696: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22697: \$? = $ac_status" >&5 + echo "$as_me:22699: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then sigact_bad=no else @@ -22702,7 +22704,7 @@ cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 22705 "configure" +#line 22707 "configure" #include "confdefs.h" #define _POSIX_SOURCE @@ -22717,16 +22719,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22720: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22722: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22723: \$? = $ac_status" >&5 + echo "$as_me:22725: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22726: \"$ac_try\"") >&5 + { (eval echo "$as_me:22728: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22729: \$? = $ac_status" >&5 + echo "$as_me:22731: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then sigact_bad=yes @@ -22742,11 +22744,11 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" -echo "$as_me:22745: result: $sigact_bad" >&5 +echo "$as_me:22747: result: $sigact_bad" >&5 echo "${ECHO_T}$sigact_bad" >&6 fi -echo "$as_me:22749: checking if nanosleep really works" >&5 +echo "$as_me:22751: checking if nanosleep really works" >&5 echo $ECHO_N "checking if nanosleep really works... $ECHO_C" >&6 if test "${cf_cv_func_nanosleep+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -22756,7 +22758,7 @@ cf_cv_func_nanosleep=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 22759 "configure" +#line 22761 "configure" #include "confdefs.h" $ac_includes_default @@ -22782,15 +22784,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:22785: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22787: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22788: \$? = $ac_status" >&5 + echo "$as_me:22790: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:22790: \"$ac_try\"") >&5 + { (eval echo "$as_me:22792: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22793: \$? = $ac_status" >&5 + echo "$as_me:22795: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_nanosleep=yes else @@ -22802,7 +22804,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:22805: result: $cf_cv_func_nanosleep" >&5 +echo "$as_me:22807: result: $cf_cv_func_nanosleep" >&5 echo "${ECHO_T}$cf_cv_func_nanosleep" >&6 test "$cf_cv_func_nanosleep" = "yes" && @@ -22819,23 +22821,23 @@ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:22822: checking for $ac_header" >&5 +echo "$as_me:22824: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22828 "configure" +#line 22830 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:22832: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:22834: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:22838: \$? = $ac_status" >&5 + echo "$as_me:22840: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -22854,7 +22856,7 @@ fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:22857: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:22859: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then cat >>confdefs.h <&5 + echo "$as_me:22876: checking whether termios.h needs _POSIX_SOURCE" >&5 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 22877 "configure" +#line 22879 "configure" #include "confdefs.h" #include int @@ -22886,16 +22888,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22889: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22891: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22892: \$? = $ac_status" >&5 + echo "$as_me:22894: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22895: \"$ac_try\"") >&5 + { (eval echo "$as_me:22897: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22898: \$? = $ac_status" >&5 + echo "$as_me:22900: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then termios_bad=no else @@ -22903,7 +22905,7 @@ cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 22906 "configure" +#line 22908 "configure" #include "confdefs.h" #define _POSIX_SOURCE @@ -22917,16 +22919,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22920: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22922: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22923: \$? = $ac_status" >&5 + echo "$as_me:22925: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22926: \"$ac_try\"") >&5 + { (eval echo "$as_me:22928: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22929: \$? = $ac_status" >&5 + echo "$as_me:22931: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then termios_bad=unknown else @@ -22942,19 +22944,19 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" - echo "$as_me:22945: result: $termios_bad" >&5 + echo "$as_me:22947: result: $termios_bad" >&5 echo "${ECHO_T}$termios_bad" >&6 fi fi -echo "$as_me:22950: checking for tcgetattr" >&5 +echo "$as_me:22952: checking for tcgetattr" >&5 echo $ECHO_N "checking for tcgetattr... $ECHO_C" >&6 if test "${cf_cv_have_tcgetattr+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 22957 "configure" +#line 22959 "configure" #include "confdefs.h" #include @@ -22982,16 +22984,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22985: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22987: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22988: \$? = $ac_status" >&5 + echo "$as_me:22990: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22991: \"$ac_try\"") >&5 + { (eval echo "$as_me:22993: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22994: \$? = $ac_status" >&5 + echo "$as_me:22996: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_tcgetattr=yes else @@ -23001,21 +23003,21 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23004: result: $cf_cv_have_tcgetattr" >&5 +echo "$as_me:23006: result: $cf_cv_have_tcgetattr" >&5 echo "${ECHO_T}$cf_cv_have_tcgetattr" >&6 test "$cf_cv_have_tcgetattr" = yes && cat >>confdefs.h <<\EOF #define HAVE_TCGETATTR 1 EOF -echo "$as_me:23011: checking for vsscanf function or workaround" >&5 +echo "$as_me:23013: checking for vsscanf function or workaround" >&5 echo $ECHO_N "checking for vsscanf function or workaround... $ECHO_C" >&6 if test "${cf_cv_func_vsscanf+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23018 "configure" +#line 23020 "configure" #include "confdefs.h" #include @@ -23041,16 +23043,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23044: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23046: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23047: \$? = $ac_status" >&5 + echo "$as_me:23049: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23050: \"$ac_try\"") >&5 + { (eval echo "$as_me:23052: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23053: \$? = $ac_status" >&5 + echo "$as_me:23055: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_vsscanf=vsscanf else @@ -23058,7 +23060,7 @@ cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 23061 "configure" +#line 23063 "configure" #include "confdefs.h" #include @@ -23080,16 +23082,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23083: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23085: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23086: \$? = $ac_status" >&5 + echo "$as_me:23088: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23089: \"$ac_try\"") >&5 + { (eval echo "$as_me:23091: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23092: \$? = $ac_status" >&5 + echo "$as_me:23094: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_vsscanf=vfscanf else @@ -23097,7 +23099,7 @@ cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 23100 "configure" +#line 23102 "configure" #include "confdefs.h" #include @@ -23119,16 +23121,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23122: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23124: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23125: \$? = $ac_status" >&5 + echo "$as_me:23127: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23128: \"$ac_try\"") >&5 + { (eval echo "$as_me:23130: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23131: \$? = $ac_status" >&5 + echo "$as_me:23133: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_vsscanf=_doscan else @@ -23143,7 +23145,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23146: result: $cf_cv_func_vsscanf" >&5 +echo "$as_me:23148: result: $cf_cv_func_vsscanf" >&5 echo "${ECHO_T}$cf_cv_func_vsscanf" >&6 case "$cf_cv_func_vsscanf" in @@ -23169,23 +23171,23 @@ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:23172: checking for $ac_header" >&5 +echo "$as_me:23174: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23178 "configure" +#line 23180 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:23182: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:23184: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:23188: \$? = $ac_status" >&5 + echo "$as_me:23190: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -23204,7 +23206,7 @@ fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:23207: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:23209: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then cat >>confdefs.h <&5 +echo "$as_me:23219: checking for working mkstemp" >&5 echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6 if test "${cf_cv_func_mkstemp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -23225,7 +23227,7 @@ cf_cv_func_mkstemp=maybe else cat >"conftest.$ac_ext" <<_ACEOF -#line 23228 "configure" +#line 23230 "configure" #include "confdefs.h" $ac_includes_default @@ -23260,15 +23262,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:23263: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23265: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23266: \$? = $ac_status" >&5 + echo "$as_me:23268: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:23268: \"$ac_try\"") >&5 + { (eval echo "$as_me:23270: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23271: \$? = $ac_status" >&5 + echo "$as_me:23273: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_mkstemp=yes @@ -23283,16 +23285,16 @@ fi fi -echo "$as_me:23286: result: $cf_cv_func_mkstemp" >&5 +echo "$as_me:23288: result: $cf_cv_func_mkstemp" >&5 echo "${ECHO_T}$cf_cv_func_mkstemp" >&6 if test "x$cf_cv_func_mkstemp" = xmaybe ; then - echo "$as_me:23289: checking for mkstemp" >&5 + echo "$as_me:23291: checking for mkstemp" >&5 echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6 if test "${ac_cv_func_mkstemp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23295 "configure" +#line 23297 "configure" #include "confdefs.h" #define mkstemp autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -23323,16 +23325,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23326: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23328: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23329: \$? = $ac_status" >&5 + echo "$as_me:23331: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23332: \"$ac_try\"") >&5 + { (eval echo "$as_me:23334: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23335: \$? = $ac_status" >&5 + echo "$as_me:23337: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_mkstemp=yes else @@ -23342,7 +23344,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23345: result: $ac_cv_func_mkstemp" >&5 +echo "$as_me:23347: result: $ac_cv_func_mkstemp" >&5 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 fi @@ -23363,21 +23365,21 @@ fi if test "x$cross_compiling" = xyes ; then - { echo "$as_me:23366: WARNING: cross compiling: assume setvbuf params not reversed" >&5 + { echo "$as_me:23368: WARNING: cross compiling: assume setvbuf params not reversed" >&5 echo "$as_me: WARNING: cross compiling: assume setvbuf params not reversed" >&2;} else - echo "$as_me:23369: checking whether setvbuf arguments are reversed" >&5 + echo "$as_me:23371: checking whether setvbuf arguments are reversed" >&5 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else if test "$cross_compiling" = yes; then - { { echo "$as_me:23375: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:23377: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >"conftest.$ac_ext" <<_ACEOF -#line 23380 "configure" +#line 23382 "configure" #include "confdefs.h" #include /* If setvbuf has the reversed format, exit 0. */ @@ -23394,15 +23396,15 @@ } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:23397: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23399: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23400: \$? = $ac_status" >&5 + echo "$as_me:23402: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:23402: \"$ac_try\"") >&5 + { (eval echo "$as_me:23404: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23405: \$? = $ac_status" >&5 + echo "$as_me:23407: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_setvbuf_reversed=yes else @@ -23415,7 +23417,7 @@ fi rm -f core ./core.* ./*.core fi -echo "$as_me:23418: result: $ac_cv_func_setvbuf_reversed" >&5 +echo "$as_me:23420: result: $ac_cv_func_setvbuf_reversed" >&5 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6 if test $ac_cv_func_setvbuf_reversed = yes; then @@ -23426,13 +23428,13 @@ fi fi -echo "$as_me:23429: checking for intptr_t" >&5 +echo "$as_me:23431: checking for intptr_t" >&5 echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6 if test "${ac_cv_type_intptr_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23435 "configure" +#line 23437 "configure" #include "confdefs.h" $ac_includes_default int @@ -23447,16 +23449,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23450: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23452: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23453: \$? = $ac_status" >&5 + echo "$as_me:23455: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23456: \"$ac_try\"") >&5 + { (eval echo "$as_me:23458: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23459: \$? = $ac_status" >&5 + echo "$as_me:23461: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_intptr_t=yes else @@ -23466,7 +23468,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:23469: result: $ac_cv_type_intptr_t" >&5 +echo "$as_me:23471: result: $ac_cv_type_intptr_t" >&5 echo "${ECHO_T}$ac_cv_type_intptr_t" >&6 if test "$ac_cv_type_intptr_t" = yes; then : @@ -23478,13 +23480,13 @@ fi -echo "$as_me:23481: checking for ssize_t" >&5 +echo "$as_me:23483: checking for ssize_t" >&5 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6 if test "${ac_cv_type_ssize_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23487 "configure" +#line 23489 "configure" #include "confdefs.h" $ac_includes_default int @@ -23499,16 +23501,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23502: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23504: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23505: \$? = $ac_status" >&5 + echo "$as_me:23507: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23508: \"$ac_try\"") >&5 + { (eval echo "$as_me:23510: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23511: \$? = $ac_status" >&5 + echo "$as_me:23513: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_ssize_t=yes else @@ -23518,7 +23520,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:23521: result: $ac_cv_type_ssize_t" >&5 +echo "$as_me:23523: result: $ac_cv_type_ssize_t" >&5 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6 if test "$ac_cv_type_ssize_t" = yes; then : @@ -23530,14 +23532,14 @@ fi -echo "$as_me:23533: checking for type sigaction_t" >&5 +echo "$as_me:23535: checking for type sigaction_t" >&5 echo $ECHO_N "checking for type sigaction_t... $ECHO_C" >&6 if test "${cf_cv_type_sigaction+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23540 "configure" +#line 23542 "configure" #include "confdefs.h" #include @@ -23550,16 +23552,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23553: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23555: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23556: \$? = $ac_status" >&5 + echo "$as_me:23558: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23559: \"$ac_try\"") >&5 + { (eval echo "$as_me:23561: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23562: \$? = $ac_status" >&5 + echo "$as_me:23564: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_type_sigaction=yes else @@ -23570,14 +23572,14 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:23573: result: $cf_cv_type_sigaction" >&5 +echo "$as_me:23575: result: $cf_cv_type_sigaction" >&5 echo "${ECHO_T}$cf_cv_type_sigaction" >&6 test "$cf_cv_type_sigaction" = yes && cat >>confdefs.h <<\EOF #define HAVE_TYPE_SIGACTION 1 EOF -echo "$as_me:23580: checking declaration of size-change" >&5 +echo "$as_me:23582: checking declaration of size-change" >&5 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6 if test "${cf_cv_sizechange+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -23598,7 +23600,7 @@ fi cat >"conftest.$ac_ext" <<_ACEOF -#line 23601 "configure" +#line 23603 "configure" #include "confdefs.h" #include #ifdef HAVE_TERMIOS_H @@ -23648,16 +23650,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23651: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23653: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23654: \$? = $ac_status" >&5 + echo "$as_me:23656: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23657: \"$ac_try\"") >&5 + { (eval echo "$as_me:23659: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23660: \$? = $ac_status" >&5 + echo "$as_me:23662: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_sizechange=yes else @@ -23676,7 +23678,7 @@ done fi -echo "$as_me:23679: result: $cf_cv_sizechange" >&5 +echo "$as_me:23681: result: $cf_cv_sizechange" >&5 echo "${ECHO_T}$cf_cv_sizechange" >&6 if test "$cf_cv_sizechange" != no ; then @@ -23694,13 +23696,13 @@ esac fi -echo "$as_me:23697: checking for memmove" >&5 +echo "$as_me:23699: checking for memmove" >&5 echo $ECHO_N "checking for memmove... $ECHO_C" >&6 if test "${ac_cv_func_memmove+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23703 "configure" +#line 23705 "configure" #include "confdefs.h" #define memmove autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -23731,16 +23733,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23734: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23736: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23737: \$? = $ac_status" >&5 + echo "$as_me:23739: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23740: \"$ac_try\"") >&5 + { (eval echo "$as_me:23742: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23743: \$? = $ac_status" >&5 + echo "$as_me:23745: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_memmove=yes else @@ -23750,19 +23752,19 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23753: result: $ac_cv_func_memmove" >&5 +echo "$as_me:23755: result: $ac_cv_func_memmove" >&5 echo "${ECHO_T}$ac_cv_func_memmove" >&6 if test "$ac_cv_func_memmove" = yes; then : else -echo "$as_me:23759: checking for bcopy" >&5 +echo "$as_me:23761: checking for bcopy" >&5 echo $ECHO_N "checking for bcopy... $ECHO_C" >&6 if test "${ac_cv_func_bcopy+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23765 "configure" +#line 23767 "configure" #include "confdefs.h" #define bcopy autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -23793,16 +23795,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23796: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23798: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23799: \$? = $ac_status" >&5 + echo "$as_me:23801: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23802: \"$ac_try\"") >&5 + { (eval echo "$as_me:23804: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23805: \$? = $ac_status" >&5 + echo "$as_me:23807: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_bcopy=yes else @@ -23812,11 +23814,11 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23815: result: $ac_cv_func_bcopy" >&5 +echo "$as_me:23817: result: $ac_cv_func_bcopy" >&5 echo "${ECHO_T}$ac_cv_func_bcopy" >&6 if test "$ac_cv_func_bcopy" = yes; then - echo "$as_me:23819: checking if bcopy does overlapping moves" >&5 + echo "$as_me:23821: checking if bcopy does overlapping moves" >&5 echo $ECHO_N "checking if bcopy does overlapping moves... $ECHO_C" >&6 if test "${cf_cv_good_bcopy+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -23826,7 +23828,7 @@ cf_cv_good_bcopy=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 23829 "configure" +#line 23831 "configure" #include "confdefs.h" $ac_includes_default @@ -23842,15 +23844,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:23845: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23847: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23848: \$? = $ac_status" >&5 + echo "$as_me:23850: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:23850: \"$ac_try\"") >&5 + { (eval echo "$as_me:23852: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23853: \$? = $ac_status" >&5 + echo "$as_me:23855: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_good_bcopy=yes else @@ -23863,7 +23865,7 @@ fi fi -echo "$as_me:23866: result: $cf_cv_good_bcopy" >&5 +echo "$as_me:23868: result: $cf_cv_good_bcopy" >&5 echo "${ECHO_T}$cf_cv_good_bcopy" >&6 else @@ -23890,13 +23892,13 @@ for ac_func in posix_openpt do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:23893: checking for $ac_func" >&5 +echo "$as_me:23895: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 23899 "configure" +#line 23901 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -23927,16 +23929,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23930: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23932: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23933: \$? = $ac_status" >&5 + echo "$as_me:23935: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23936: \"$ac_try\"") >&5 + { (eval echo "$as_me:23938: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23939: \$? = $ac_status" >&5 + echo "$as_me:23941: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -23946,7 +23948,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23949: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:23951: result: `eval echo '${'"$as_ac_var"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then cat >>confdefs.h <&5 +echo "$as_me:23961: checking if poll really works" >&5 echo $ECHO_N "checking if poll really works... $ECHO_C" >&6 if test "${cf_cv_working_poll+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -23966,7 +23968,7 @@ cf_cv_working_poll=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 23969 "configure" +#line 23971 "configure" #include "confdefs.h" $ac_includes_default @@ -24019,15 +24021,15 @@ } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:24022: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24024: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24025: \$? = $ac_status" >&5 + echo "$as_me:24027: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:24027: \"$ac_try\"") >&5 + { (eval echo "$as_me:24029: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24030: \$? = $ac_status" >&5 + echo "$as_me:24032: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_working_poll=yes else @@ -24039,21 +24041,21 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:24042: result: $cf_cv_working_poll" >&5 +echo "$as_me:24044: result: $cf_cv_working_poll" >&5 echo "${ECHO_T}$cf_cv_working_poll" >&6 test "$cf_cv_working_poll" = "yes" && cat >>confdefs.h <<\EOF #define HAVE_WORKING_POLL 1 EOF -echo "$as_me:24049: checking if MB_LEN_MAX is usable" >&5 +echo "$as_me:24051: checking if MB_LEN_MAX is usable" >&5 echo $ECHO_N "checking if MB_LEN_MAX is usable... $ECHO_C" >&6 if test "${cf_cv_mb_len_max+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24056 "configure" +#line 24058 "configure" #include "confdefs.h" $ac_includes_default @@ -24073,16 +24075,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:24076: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24078: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24079: \$? = $ac_status" >&5 + echo "$as_me:24081: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:24082: \"$ac_try\"") >&5 + { (eval echo "$as_me:24084: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24085: \$? = $ac_status" >&5 + echo "$as_me:24087: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_mb_len_max=yes else @@ -24092,7 +24094,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:24095: result: $cf_cv_mb_len_max" >&5 +echo "$as_me:24097: result: $cf_cv_mb_len_max" >&5 echo "${ECHO_T}$cf_cv_mb_len_max" >&6 if test "$cf_cv_mb_len_max" = yes then @@ -24102,18 +24104,18 @@ EOF else - { echo "$as_me:24105: WARNING: MB_LEN_MAX is missing/inconsistent in system headers" >&5 + { echo "$as_me:24107: WARNING: MB_LEN_MAX is missing/inconsistent in system headers" >&5 echo "$as_me: WARNING: MB_LEN_MAX is missing/inconsistent in system headers" >&2;} fi -echo "$as_me:24109: checking for va_copy" >&5 +echo "$as_me:24111: checking for va_copy" >&5 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6 if test "${cf_cv_have_va_copy+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24116 "configure" +#line 24118 "configure" #include "confdefs.h" #include @@ -24130,16 +24132,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24133: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24135: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24136: \$? = $ac_status" >&5 + echo "$as_me:24138: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24139: \"$ac_try\"") >&5 + { (eval echo "$as_me:24141: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24142: \$? = $ac_status" >&5 + echo "$as_me:24144: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_va_copy=yes else @@ -24149,7 +24151,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24152: result: $cf_cv_have_va_copy" >&5 +echo "$as_me:24154: result: $cf_cv_have_va_copy" >&5 echo "${ECHO_T}$cf_cv_have_va_copy" >&6 if test "$cf_cv_have_va_copy" = yes; @@ -24161,14 +24163,14 @@ else # !cf_cv_have_va_copy -echo "$as_me:24164: checking for __va_copy" >&5 +echo "$as_me:24166: checking for __va_copy" >&5 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6 if test "${cf_cv_have___va_copy+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24171 "configure" +#line 24173 "configure" #include "confdefs.h" #include @@ -24185,16 +24187,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24188: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24190: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24191: \$? = $ac_status" >&5 + echo "$as_me:24193: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24194: \"$ac_try\"") >&5 + { (eval echo "$as_me:24196: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24197: \$? = $ac_status" >&5 + echo "$as_me:24199: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have___va_copy=yes else @@ -24204,7 +24206,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24207: result: $cf_cv_have___va_copy" >&5 +echo "$as_me:24209: result: $cf_cv_have___va_copy" >&5 echo "${ECHO_T}$cf_cv_have___va_copy" >&6 if test "$cf_cv_have___va_copy" = yes @@ -24216,14 +24218,14 @@ else # !cf_cv_have___va_copy -echo "$as_me:24219: checking for __builtin_va_copy" >&5 +echo "$as_me:24221: checking for __builtin_va_copy" >&5 echo $ECHO_N "checking for __builtin_va_copy... $ECHO_C" >&6 if test "${cf_cv_have___builtin_va_copy+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24226 "configure" +#line 24228 "configure" #include "confdefs.h" #include @@ -24240,16 +24242,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24243: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24245: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24246: \$? = $ac_status" >&5 + echo "$as_me:24248: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24249: \"$ac_try\"") >&5 + { (eval echo "$as_me:24251: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24252: \$? = $ac_status" >&5 + echo "$as_me:24254: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have___builtin_va_copy=yes else @@ -24259,7 +24261,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24262: result: $cf_cv_have___builtin_va_copy" >&5 +echo "$as_me:24264: result: $cf_cv_have___builtin_va_copy" >&5 echo "${ECHO_T}$cf_cv_have___builtin_va_copy" >&6 test "$cf_cv_have___builtin_va_copy" = yes && @@ -24277,14 +24279,14 @@ ;; (*) - echo "$as_me:24280: checking if we can simply copy va_list" >&5 + echo "$as_me:24282: checking if we can simply copy va_list" >&5 echo $ECHO_N "checking if we can simply copy va_list... $ECHO_C" >&6 if test "${cf_cv_pointer_va_list+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24287 "configure" +#line 24289 "configure" #include "confdefs.h" #include @@ -24301,16 +24303,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24304: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24306: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24307: \$? = $ac_status" >&5 + echo "$as_me:24309: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24310: \"$ac_try\"") >&5 + { (eval echo "$as_me:24312: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24313: \$? = $ac_status" >&5 + echo "$as_me:24315: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_pointer_va_list=yes else @@ -24320,19 +24322,19 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24323: result: $cf_cv_pointer_va_list" >&5 +echo "$as_me:24325: result: $cf_cv_pointer_va_list" >&5 echo "${ECHO_T}$cf_cv_pointer_va_list" >&6 if test "$cf_cv_pointer_va_list" = no then - echo "$as_me:24328: checking if we can copy va_list indirectly" >&5 + echo "$as_me:24330: checking if we can copy va_list indirectly" >&5 echo $ECHO_N "checking if we can copy va_list indirectly... $ECHO_C" >&6 if test "${cf_cv_array_va_list+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24335 "configure" +#line 24337 "configure" #include "confdefs.h" #include @@ -24349,16 +24351,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24352: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24354: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24355: \$? = $ac_status" >&5 + echo "$as_me:24357: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24358: \"$ac_try\"") >&5 + { (eval echo "$as_me:24360: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24361: \$? = $ac_status" >&5 + echo "$as_me:24363: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_array_va_list=yes else @@ -24368,7 +24370,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24371: result: $cf_cv_array_va_list" >&5 +echo "$as_me:24373: result: $cf_cv_array_va_list" >&5 echo "${ECHO_T}$cf_cv_array_va_list" >&6 test "$cf_cv_array_va_list" = yes && cat >>confdefs.h <<\EOF @@ -24379,13 +24381,13 @@ ;; esac -echo "$as_me:24382: checking for pid_t" >&5 +echo "$as_me:24384: checking for pid_t" >&5 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6 if test "${ac_cv_type_pid_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24388 "configure" +#line 24390 "configure" #include "confdefs.h" $ac_includes_default int @@ -24400,16 +24402,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:24403: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24405: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24406: \$? = $ac_status" >&5 + echo "$as_me:24408: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:24409: \"$ac_try\"") >&5 + { (eval echo "$as_me:24411: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24412: \$? = $ac_status" >&5 + echo "$as_me:24414: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_pid_t=yes else @@ -24419,7 +24421,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:24422: result: $ac_cv_type_pid_t" >&5 +echo "$as_me:24424: result: $ac_cv_type_pid_t" >&5 echo "${ECHO_T}$ac_cv_type_pid_t" >&6 if test "$ac_cv_type_pid_t" = yes; then : @@ -24434,23 +24436,23 @@ for ac_header in unistd.h vfork.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:24437: checking for $ac_header" >&5 +echo "$as_me:24439: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24443 "configure" +#line 24445 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:24447: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:24449: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:24453: \$? = $ac_status" >&5 + echo "$as_me:24455: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -24469,7 +24471,7 @@ fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:24472: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:24474: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then cat >>confdefs.h <&5 +echo "$as_me:24487: checking for $ac_func" >&5 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 if eval "test \"\${$as_ac_var+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24491 "configure" +#line 24493 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -24519,16 +24521,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24522: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24524: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24525: \$? = $ac_status" >&5 + echo "$as_me:24527: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24528: \"$ac_try\"") >&5 + { (eval echo "$as_me:24530: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24531: \$? = $ac_status" >&5 + echo "$as_me:24533: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -24538,7 +24540,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24541: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:24543: result: `eval echo '${'"$as_ac_var"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_var"'}'`" >&6 if test "`eval echo '${'"$as_ac_var"'}'`" = yes; then cat >>confdefs.h <&5 + echo "$as_me:24555: checking for working fork" >&5 echo $ECHO_N "checking for working fork... $ECHO_C" >&6 if test "${ac_cv_func_fork_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -24573,15 +24575,15 @@ } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:24576: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24578: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24579: \$? = $ac_status" >&5 + echo "$as_me:24581: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:24581: \"$ac_try\"") >&5 + { (eval echo "$as_me:24583: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24584: \$? = $ac_status" >&5 + echo "$as_me:24586: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_fork_works=yes else @@ -24593,7 +24595,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:24596: result: $ac_cv_func_fork_works" >&5 +echo "$as_me:24598: result: $ac_cv_func_fork_works" >&5 echo "${ECHO_T}$ac_cv_func_fork_works" >&6 fi @@ -24607,12 +24609,12 @@ ac_cv_func_fork_works=yes ;; esac - { echo "$as_me:24610: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 + { echo "$as_me:24612: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&2;} fi ac_cv_func_vfork_works=$ac_cv_func_vfork if test "x$ac_cv_func_vfork" = xyes; then - echo "$as_me:24615: checking for working vfork" >&5 + echo "$as_me:24617: checking for working vfork" >&5 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6 if test "${ac_cv_func_vfork_works+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -24621,7 +24623,7 @@ ac_cv_func_vfork_works=cross else cat >"conftest.$ac_ext" <<_ACEOF -#line 24624 "configure" +#line 24626 "configure" #include "confdefs.h" /* Thanks to Paul Eggert for this test. */ #include @@ -24714,15 +24716,15 @@ } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:24717: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24719: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24720: \$? = $ac_status" >&5 + echo "$as_me:24722: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:24722: \"$ac_try\"") >&5 + { (eval echo "$as_me:24724: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24725: \$? = $ac_status" >&5 + echo "$as_me:24727: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_vfork_works=yes else @@ -24734,13 +24736,13 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:24737: result: $ac_cv_func_vfork_works" >&5 +echo "$as_me:24739: result: $ac_cv_func_vfork_works" >&5 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6 fi; if test "x$ac_cv_func_fork_works" = xcross; then ac_cv_func_vfork_works=ac_cv_func_vfork - { echo "$as_me:24743: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 + { echo "$as_me:24745: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 echo "$as_me: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&2;} fi @@ -24765,7 +24767,7 @@ fi -echo "$as_me:24768: checking if fopen accepts explicit binary mode" >&5 +echo "$as_me:24770: checking if fopen accepts explicit binary mode" >&5 echo $ECHO_N "checking if fopen accepts explicit binary mode... $ECHO_C" >&6 if test "${cf_cv_fopen_bin_r+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -24775,7 +24777,7 @@ cf_cv_fopen_bin_r=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 24778 "configure" +#line 24780 "configure" #include "confdefs.h" $ac_includes_default @@ -24810,15 +24812,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:24813: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24815: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24816: \$? = $ac_status" >&5 + echo "$as_me:24818: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:24818: \"$ac_try\"") >&5 + { (eval echo "$as_me:24820: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24821: \$? = $ac_status" >&5 + echo "$as_me:24823: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_fopen_bin_r=yes else @@ -24831,20 +24833,20 @@ fi fi -echo "$as_me:24834: result: $cf_cv_fopen_bin_r" >&5 +echo "$as_me:24836: result: $cf_cv_fopen_bin_r" >&5 echo "${ECHO_T}$cf_cv_fopen_bin_r" >&6 test "x$cf_cv_fopen_bin_r" != xno && cat >>confdefs.h <<\EOF #define USE_FOPEN_BIN_R 1 EOF - echo "$as_me:24841: checking for cc_t" >&5 + echo "$as_me:24843: checking for cc_t" >&5 echo $ECHO_N "checking for cc_t... $ECHO_C" >&6 if test "${ac_cv_type_cc_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24847 "configure" +#line 24849 "configure" #include "confdefs.h" $ac_includes_default @@ -24862,16 +24864,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:24865: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24867: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24868: \$? = $ac_status" >&5 + echo "$as_me:24870: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:24871: \"$ac_try\"") >&5 + { (eval echo "$as_me:24873: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24874: \$? = $ac_status" >&5 + echo "$as_me:24876: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_cc_t=yes else @@ -24881,7 +24883,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:24884: result: $ac_cv_type_cc_t" >&5 +echo "$as_me:24886: result: $ac_cv_type_cc_t" >&5 echo "${ECHO_T}$ac_cv_type_cc_t" >&6 if test "$ac_cv_type_cc_t" = yes; then @@ -24891,13 +24893,13 @@ fi - echo "$as_me:24894: checking for speed_t" >&5 + echo "$as_me:24896: checking for speed_t" >&5 echo $ECHO_N "checking for speed_t... $ECHO_C" >&6 if test "${ac_cv_type_speed_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24900 "configure" +#line 24902 "configure" #include "confdefs.h" $ac_includes_default @@ -24915,16 +24917,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:24918: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24920: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24921: \$? = $ac_status" >&5 + echo "$as_me:24923: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:24924: \"$ac_try\"") >&5 + { (eval echo "$as_me:24926: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24927: \$? = $ac_status" >&5 + echo "$as_me:24929: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_speed_t=yes else @@ -24934,7 +24936,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:24937: result: $ac_cv_type_speed_t" >&5 +echo "$as_me:24939: result: $ac_cv_type_speed_t" >&5 echo "${ECHO_T}$ac_cv_type_speed_t" >&6 if test "$ac_cv_type_speed_t" = yes; then @@ -24944,13 +24946,13 @@ fi - echo "$as_me:24947: checking for tcflag_t" >&5 + echo "$as_me:24949: checking for tcflag_t" >&5 echo $ECHO_N "checking for tcflag_t... $ECHO_C" >&6 if test "${ac_cv_type_tcflag_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 24953 "configure" +#line 24955 "configure" #include "confdefs.h" $ac_includes_default @@ -24968,16 +24970,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:24971: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24973: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24974: \$? = $ac_status" >&5 + echo "$as_me:24976: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:24977: \"$ac_try\"") >&5 + { (eval echo "$as_me:24979: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24980: \$? = $ac_status" >&5 + echo "$as_me:24982: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_tcflag_t=yes else @@ -24987,7 +24989,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:24990: result: $ac_cv_type_tcflag_t" >&5 +echo "$as_me:24992: result: $ac_cv_type_tcflag_t" >&5 echo "${ECHO_T}$ac_cv_type_tcflag_t" >&6 if test "$ac_cv_type_tcflag_t" = yes; then @@ -24997,13 +24999,13 @@ fi - echo "$as_me:25000: checking for sigset_t" >&5 + echo "$as_me:25002: checking for sigset_t" >&5 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6 if test "${ac_cv_type_sigset_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 25006 "configure" +#line 25008 "configure" #include "confdefs.h" $ac_includes_default @@ -25021,16 +25023,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25024: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25026: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25027: \$? = $ac_status" >&5 + echo "$as_me:25029: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25030: \"$ac_try\"") >&5 + { (eval echo "$as_me:25032: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25033: \$? = $ac_status" >&5 + echo "$as_me:25035: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_sigset_t=yes else @@ -25040,7 +25042,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:25043: result: $ac_cv_type_sigset_t" >&5 +echo "$as_me:25045: result: $ac_cv_type_sigset_t" >&5 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6 if test "$ac_cv_type_sigset_t" = yes; then @@ -25052,7 +25054,7 @@ # special check for test/ditto.c -echo "$as_me:25055: checking for openpty in -lutil" >&5 +echo "$as_me:25057: checking for openpty in -lutil" >&5 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 if test "${ac_cv_lib_util_openpty+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -25060,7 +25062,7 @@ ac_check_lib_save_LIBS=$LIBS LIBS="-lutil $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 25063 "configure" +#line 25065 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -25079,16 +25081,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:25082: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25084: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25085: \$? = $ac_status" >&5 + echo "$as_me:25087: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:25088: \"$ac_try\"") >&5 + { (eval echo "$as_me:25090: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25091: \$? = $ac_status" >&5 + echo "$as_me:25093: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_util_openpty=yes else @@ -25099,7 +25101,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:25102: result: $ac_cv_lib_util_openpty" >&5 +echo "$as_me:25104: result: $ac_cv_lib_util_openpty" >&5 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 if test "$ac_cv_lib_util_openpty" = yes; then cf_cv_lib_util=yes @@ -25107,7 +25109,7 @@ cf_cv_lib_util=no fi -echo "$as_me:25110: checking for openpty header" >&5 +echo "$as_me:25112: checking for openpty header" >&5 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6 if test "${cf_cv_func_openpty+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -25134,7 +25136,7 @@ for cf_header in pty.h libutil.h util.h do cat >"conftest.$ac_ext" <<_ACEOF -#line 25137 "configure" +#line 25139 "configure" #include "confdefs.h" #include <$cf_header> @@ -25152,16 +25154,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:25155: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25157: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25158: \$? = $ac_status" >&5 + echo "$as_me:25160: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:25161: \"$ac_try\"") >&5 + { (eval echo "$as_me:25163: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25164: \$? = $ac_status" >&5 + echo "$as_me:25166: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_openpty=$cf_header @@ -25179,7 +25181,7 @@ LIBS="$cf_save_LIBS" fi -echo "$as_me:25182: result: $cf_cv_func_openpty" >&5 +echo "$as_me:25184: result: $cf_cv_func_openpty" >&5 echo "${ECHO_T}$cf_cv_func_openpty" >&6 if test "$cf_cv_func_openpty" != no ; then @@ -25252,7 +25254,7 @@ CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" cat >"conftest.$ac_ext" <<_ACEOF -#line 25255 "configure" +#line 25257 "configure" #include "confdefs.h" #include int @@ -25264,16 +25266,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25267: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25269: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25270: \$? = $ac_status" >&5 + echo "$as_me:25272: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25273: \"$ac_try\"") >&5 + { (eval echo "$as_me:25275: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25276: \$? = $ac_status" >&5 + echo "$as_me:25278: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then : else @@ -25290,7 +25292,7 @@ if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me:-configure}:25293: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:25295: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -25326,7 +25328,7 @@ if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me:-configure}:25329: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:25331: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25337,7 +25339,7 @@ else case "$with_hashed_db" in (./*|../*|/*) - { echo "$as_me:25340: WARNING: no such directory $with_hashed_db" >&5 + { echo "$as_me:25342: WARNING: no such directory $with_hashed_db" >&5 echo "$as_me: WARNING: no such directory $with_hashed_db" >&2;} ;; (*) @@ -25409,7 +25411,7 @@ CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" cat >"conftest.$ac_ext" <<_ACEOF -#line 25412 "configure" +#line 25414 "configure" #include "confdefs.h" #include int @@ -25421,16 +25423,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25424: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25426: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25427: \$? = $ac_status" >&5 + echo "$as_me:25429: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25430: \"$ac_try\"") >&5 + { (eval echo "$as_me:25432: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25433: \$? = $ac_status" >&5 + echo "$as_me:25435: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then : else @@ -25447,7 +25449,7 @@ if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me:-configure}:25450: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:25452: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -25527,7 +25529,7 @@ if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me:-configure}:25530: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:25532: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25544,23 +25546,23 @@ fi esac -echo "$as_me:25547: checking for db.h" >&5 +echo "$as_me:25549: checking for db.h" >&5 echo $ECHO_N "checking for db.h... $ECHO_C" >&6 if test "${ac_cv_header_db_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 25553 "configure" +#line 25555 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:25557: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:25559: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:25563: \$? = $ac_status" >&5 + echo "$as_me:25565: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -25579,11 +25581,11 @@ fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:25582: result: $ac_cv_header_db_h" >&5 +echo "$as_me:25584: result: $ac_cv_header_db_h" >&5 echo "${ECHO_T}$ac_cv_header_db_h" >&6 if test "$ac_cv_header_db_h" = yes; then -echo "$as_me:25586: checking for version of db" >&5 +echo "$as_me:25588: checking for version of db" >&5 echo $ECHO_N "checking for version of db... $ECHO_C" >&6 if test "${cf_cv_hashed_db_version+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -25594,10 +25596,10 @@ for cf_db_version in 1 2 3 4 5 6 do -echo "${as_me:-configure}:25597: testing checking for db version $cf_db_version ..." 1>&5 +echo "${as_me:-configure}:25599: testing checking for db version $cf_db_version ..." 1>&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 25600 "configure" +#line 25602 "configure" #include "confdefs.h" $ac_includes_default @@ -25627,16 +25629,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25630: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25632: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25633: \$? = $ac_status" >&5 + echo "$as_me:25635: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25636: \"$ac_try\"") >&5 + { (eval echo "$as_me:25638: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25639: \$? = $ac_status" >&5 + echo "$as_me:25641: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_hashed_db_version=$cf_db_version @@ -25650,16 +25652,16 @@ done fi -echo "$as_me:25653: result: $cf_cv_hashed_db_version" >&5 +echo "$as_me:25655: result: $cf_cv_hashed_db_version" >&5 echo "${ECHO_T}$cf_cv_hashed_db_version" >&6 if test "$cf_cv_hashed_db_version" = unknown ; then - { { echo "$as_me:25657: error: Cannot determine version of db" >&5 + { { echo "$as_me:25659: error: Cannot determine version of db" >&5 echo "$as_me: error: Cannot determine version of db" >&2;} { (exit 1); exit 1; }; } else -echo "$as_me:25662: checking for db libraries" >&5 +echo "$as_me:25664: checking for db libraries" >&5 echo $ECHO_N "checking for db libraries... $ECHO_C" >&6 if test "${cf_cv_hashed_db_libs+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -25689,10 +25691,10 @@ fi -echo "${as_me:-configure}:25692: testing checking for library $cf_db_libs ..." 1>&5 +echo "${as_me:-configure}:25694: testing checking for library $cf_db_libs ..." 1>&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 25695 "configure" +#line 25697 "configure" #include "confdefs.h" $ac_includes_default @@ -25747,16 +25749,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:25750: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25752: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25753: \$? = $ac_status" >&5 + echo "$as_me:25755: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:25756: \"$ac_try\"") >&5 + { (eval echo "$as_me:25758: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25759: \$? = $ac_status" >&5 + echo "$as_me:25761: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then if test -n "$cf_db_libs" ; then @@ -25776,11 +25778,11 @@ done fi -echo "$as_me:25779: result: $cf_cv_hashed_db_libs" >&5 +echo "$as_me:25781: result: $cf_cv_hashed_db_libs" >&5 echo "${ECHO_T}$cf_cv_hashed_db_libs" >&6 if test "$cf_cv_hashed_db_libs" = unknown ; then - { { echo "$as_me:25783: error: Cannot determine library for db" >&5 + { { echo "$as_me:25785: error: Cannot determine library for db" >&5 echo "$as_me: error: Cannot determine library for db" >&2;} { (exit 1); exit 1; }; } elif test "$cf_cv_hashed_db_libs" != default ; then @@ -25806,7 +25808,7 @@ else - { { echo "$as_me:25809: error: Cannot find db.h" >&5 + { { echo "$as_me:25811: error: Cannot find db.h" >&5 echo "$as_me: error: Cannot find db.h" >&2;} { (exit 1); exit 1; }; } @@ -25821,20 +25823,18 @@ # Just in case, check if the C compiler has a bool type. -echo "$as_me:25824: checking if we should include stdbool.h" >&5 -echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 - +echo "$as_me:25826: checking if we can include stdbool.h" >&5 +echo $ECHO_N "checking if we can include stdbool.h... $ECHO_C" >&6 if test "${cf_cv_header_stdbool_h+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 25832 "configure" +#line 25833 "configure" #include "confdefs.h" -#ifndef __BEOS__ +$ac_includes_default #include -#endif int main (void) @@ -25856,7 +25856,7 @@ ac_status=$? echo "$as_me:25857: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then - cf_cv_header_stdbool_h=1 + cf_cv_header_stdbool_h=yes else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 @@ -25884,7 +25884,7 @@ ac_status=$? echo "$as_me:25885: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then - cf_cv_header_stdbool_h=0 + cf_cv_header_stdbool_h=no else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 @@ -25893,27 +25893,25 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi +echo "$as_me:25896: result: $cf_cv_header_stdbool_h" >&5 +echo "${ECHO_T}$cf_cv_header_stdbool_h" >&6 -if test "$cf_cv_header_stdbool_h" = 1 -then echo "$as_me:25898: result: yes" >&5 -echo "${ECHO_T}yes" >&6 -else echo "$as_me:25900: result: no" >&5 -echo "${ECHO_T}no" >&6 +if test "$cf_cv_header_stdbool_h" = yes +then USE_STDBOOL_H=1 +else USE_STDBOOL_H=0 fi echo "$as_me:25904: checking for builtin bool type" >&5 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 - if test "${cf_cv_cc_bool_type+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 25912 "configure" +#line 25911 "configure" #include "confdefs.h" -#include -#include +$ac_includes_default int main (void) @@ -25924,33 +25922,39 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25927: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25925: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25930: \$? = $ac_status" >&5 + echo "$as_me:25928: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25933: \"$ac_try\"") >&5 + { (eval echo "$as_me:25931: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25936: \$? = $ac_status" >&5 + echo "$as_me:25934: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then - cf_cv_cc_bool_type=1 + cf_cv_cc_bool_type=yes else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 -cf_cv_cc_bool_type=0 +cf_cv_cc_bool_type=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi +echo "$as_me:25944: result: $cf_cv_cc_bool_type" >&5 +echo "${ECHO_T}$cf_cv_cc_bool_type" >&6 -if test "$cf_cv_cc_bool_type" = 1 -then echo "$as_me:25948: result: yes" >&5 -echo "${ECHO_T}yes" >&6 -else echo "$as_me:25950: result: no" >&5 -echo "${ECHO_T}no" >&6 +if test "$cf_cv_cc_bool_type" = yes; then + USE_BUILTIN_BOOL=1 +else + USE_BUILTIN_BOOL=0 fi +test "$cf_cv_header_stdbool_h" = yes && +cat >>confdefs.h <<\EOF +#define USE_STDBOOL_H 1 +EOF + # Check for C++ compiler characteristics (and ensure that it's there!) if test -n "$CXX" ; then ac_ext=cc @@ -25964,10 +25968,10 @@ cf_save="$LIBS" LIBS="$LIBS $CXXLIBS" - echo "$as_me:25967: checking if we already have C++ library" >&5 + echo "$as_me:25971: checking if we already have C++ library" >&5 echo $ECHO_N "checking if we already have C++ library... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 25970 "configure" +#line 25974 "configure" #include "confdefs.h" #include @@ -25981,16 +25985,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:25984: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25988: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25987: \$? = $ac_status" >&5 + echo "$as_me:25991: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:25990: \"$ac_try\"") >&5 + { (eval echo "$as_me:25994: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25993: \$? = $ac_status" >&5 + echo "$as_me:25997: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_have_libstdcpp=yes else @@ -25999,7 +26003,7 @@ cf_have_libstdcpp=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" - echo "$as_me:26002: result: $cf_have_libstdcpp" >&5 + echo "$as_me:26006: result: $cf_have_libstdcpp" >&5 echo "${ECHO_T}$cf_have_libstdcpp" >&6 LIBS="$cf_save" @@ -26018,7 +26022,7 @@ ;; esac - echo "$as_me:26021: checking for library $cf_stdcpp_libname" >&5 + echo "$as_me:26025: checking for library $cf_stdcpp_libname" >&5 echo $ECHO_N "checking for library $cf_stdcpp_libname... $ECHO_C" >&6 if test "${cf_cv_libstdcpp+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26044,7 +26048,7 @@ LIBS="$cf_add_libs" cat >"conftest.$ac_ext" <<_ACEOF -#line 26047 "configure" +#line 26051 "configure" #include "confdefs.h" #include @@ -26058,16 +26062,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:26061: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26065: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26064: \$? = $ac_status" >&5 + echo "$as_me:26068: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:26067: \"$ac_try\"") >&5 + { (eval echo "$as_me:26071: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26070: \$? = $ac_status" >&5 + echo "$as_me:26074: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_libstdcpp=yes else @@ -26079,7 +26083,7 @@ LIBS="$cf_save" fi -echo "$as_me:26082: result: $cf_cv_libstdcpp" >&5 +echo "$as_me:26086: result: $cf_cv_libstdcpp" >&5 echo "${ECHO_T}$cf_cv_libstdcpp" >&6 test "$cf_cv_libstdcpp" = yes && { cf_add_libs="$CXXLIBS" @@ -26101,7 +26105,7 @@ fi fi - echo "$as_me:26104: checking whether $CXX understands -c and -o together" >&5 + echo "$as_me:26108: checking whether $CXX understands -c and -o together" >&5 echo $ECHO_N "checking whether $CXX understands -c and -o together... $ECHO_C" >&6 if test "${cf_cv_prog_CXX_c_o+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26116,15 +26120,15 @@ # We do the test twice because some compilers refuse to overwrite an # existing .o file with -o, though they will create one. ac_try='$CXX $CXXFLAGS $CPPFLAGS -c conftest.$ac_ext -o conftest2.$ac_objext >&5' -if { (eval echo "$as_me:26119: \"$ac_try\"") >&5 +if { (eval echo "$as_me:26123: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26122: \$? = $ac_status" >&5 + echo "$as_me:26126: \$? = $ac_status" >&5 (exit "$ac_status"); } && - test -f conftest2.$ac_objext && { (eval echo "$as_me:26124: \"$ac_try\"") >&5 + test -f conftest2.$ac_objext && { (eval echo "$as_me:26128: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26127: \$? = $ac_status" >&5 + echo "$as_me:26131: \$? = $ac_status" >&5 (exit "$ac_status"); }; then eval cf_cv_prog_CXX_c_o=yes @@ -26135,10 +26139,10 @@ fi if test "$cf_cv_prog_CXX_c_o" = yes; then - echo "$as_me:26138: result: yes" >&5 + echo "$as_me:26142: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:26141: result: no" >&5 + echo "$as_me:26145: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26158,7 +26162,7 @@ ;; esac if test "$GXX" = yes; then - echo "$as_me:26161: checking for lib$cf_gpp_libname" >&5 + echo "$as_me:26165: checking for lib$cf_gpp_libname" >&5 echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6 cf_save="$LIBS" @@ -26179,7 +26183,7 @@ LIBS="$cf_add_libs" cat >"conftest.$ac_ext" <<_ACEOF -#line 26182 "configure" +#line 26186 "configure" #include "confdefs.h" #include <$cf_gpp_libname/builtin.h> @@ -26193,16 +26197,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:26196: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26200: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26199: \$? = $ac_status" >&5 + echo "$as_me:26203: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:26202: \"$ac_try\"") >&5 + { (eval echo "$as_me:26206: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26205: \$? = $ac_status" >&5 + echo "$as_me:26209: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cxx_library=yes @@ -26239,7 +26243,7 @@ echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 26242 "configure" +#line 26246 "configure" #include "confdefs.h" #include @@ -26253,16 +26257,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:26256: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26260: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26259: \$? = $ac_status" >&5 + echo "$as_me:26263: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:26262: \"$ac_try\"") >&5 + { (eval echo "$as_me:26266: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26265: \$? = $ac_status" >&5 + echo "$as_me:26269: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cxx_library=yes @@ -26295,7 +26299,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS="$cf_save" - echo "$as_me:26298: result: $cf_cxx_library" >&5 + echo "$as_me:26302: result: $cf_cxx_library" >&5 echo "${ECHO_T}$cf_cxx_library" >&6 fi @@ -26311,7 +26315,7 @@ ac_link='$CXX -o "conftest$ac_exeext" $CXXFLAGS $CPPFLAGS $LDFLAGS "conftest.$ac_ext" $LIBS >&5' ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_main_return="return" -echo "$as_me:26314: checking how to run the C++ preprocessor" >&5 +echo "$as_me:26318: checking how to run the C++ preprocessor" >&5 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 if test -z "$CXXCPP"; then if test "${ac_cv_prog_CXXCPP+set}" = set; then @@ -26328,18 +26332,18 @@ # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >"conftest.$ac_ext" <<_ACEOF -#line 26331 "configure" +#line 26335 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:26336: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26340: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:26342: \$? = $ac_status" >&5 + echo "$as_me:26346: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26362,17 +26366,17 @@ # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >"conftest.$ac_ext" <<_ACEOF -#line 26365 "configure" +#line 26369 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:26369: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26373: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:26375: \$? = $ac_status" >&5 + echo "$as_me:26379: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26409,7 +26413,7 @@ else ac_cv_prog_CXXCPP=$CXXCPP fi -echo "$as_me:26412: result: $CXXCPP" >&5 +echo "$as_me:26416: result: $CXXCPP" >&5 echo "${ECHO_T}$CXXCPP" >&6 ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes @@ -26419,18 +26423,18 @@ # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. "Syntax error" is here to catch this case. cat >"conftest.$ac_ext" <<_ACEOF -#line 26422 "configure" +#line 26426 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:26427: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26431: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:26433: \$? = $ac_status" >&5 + echo "$as_me:26437: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26453,17 +26457,17 @@ # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >"conftest.$ac_ext" <<_ACEOF -#line 26456 "configure" +#line 26460 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:26460: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26464: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:26466: \$? = $ac_status" >&5 + echo "$as_me:26470: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26491,7 +26495,7 @@ if $ac_preproc_ok; then : else - { { echo "$as_me:26494: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 + { { echo "$as_me:26498: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -26506,23 +26510,23 @@ for ac_header in new exception typeinfo do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:26509: checking for $ac_header" >&5 +echo "$as_me:26513: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 26515 "configure" +#line 26519 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:26519: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26523: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:26525: \$? = $ac_status" >&5 + echo "$as_me:26529: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26541,7 +26545,7 @@ fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:26544: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:26548: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then cat >>confdefs.h <&5 +echo "$as_me:26561: checking for $ac_header" >&5 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 if eval "test \"\${$as_ac_Header+set}\" = set"; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 26563 "configure" +#line 26567 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:26567: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26571: \"$ac_cpp "conftest.$ac_ext"\"") >&5 (eval $ac_cpp "conftest.$ac_ext") 2>conftest.er1 ac_status=$? $EGREP -v '^ *\+' conftest.er1 >conftest.err rm -f conftest.er1 cat conftest.err >&5 - echo "$as_me:26573: \$? = $ac_status" >&5 + echo "$as_me:26577: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26589,7 +26593,7 @@ fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:26592: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:26596: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 echo "${ECHO_T}`eval echo '${'"$as_ac_Header"'}'`" >&6 if test "`eval echo '${'"$as_ac_Header"'}'`" = yes; then cat >>confdefs.h <&5 + echo "$as_me:26607: checking if iostream uses std-namespace" >&5 echo $ECHO_N "checking if iostream uses std-namespace... $ECHO_C" >&6 cat >"conftest.$ac_ext" <<_ACEOF -#line 26606 "configure" +#line 26610 "configure" #include "confdefs.h" #include @@ -26620,16 +26624,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26623: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26627: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26626: \$? = $ac_status" >&5 + echo "$as_me:26630: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26629: \"$ac_try\"") >&5 + { (eval echo "$as_me:26633: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26632: \$? = $ac_status" >&5 + echo "$as_me:26636: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_iostream_namespace=yes else @@ -26638,7 +26642,7 @@ cf_iostream_namespace=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" - echo "$as_me:26641: result: $cf_iostream_namespace" >&5 + echo "$as_me:26645: result: $cf_iostream_namespace" >&5 echo "${ECHO_T}$cf_iostream_namespace" >&6 if test "$cf_iostream_namespace" = yes ; then @@ -26649,99 +26653,17 @@ fi fi -echo "$as_me:26652: checking if we should include stdbool.h" >&5 -echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 - -if test "${cf_cv_header_stdbool_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - - cat >"conftest.$ac_ext" <<_ACEOF -#line 26660 "configure" -#include "confdefs.h" - -#ifndef __BEOS__ -#include -#endif - -int -main (void) -{ -bool foo = false; (void)foo - ; - return 0; -} -_ACEOF -rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26676: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:26679: \$? = $ac_status" >&5 - (exit "$ac_status"); } && - { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26682: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:26685: \$? = $ac_status" >&5 - (exit "$ac_status"); }; }; then - cf_cv_header_stdbool_h=1 -else - echo "$as_me: failed program was:" >&5 -cat "conftest.$ac_ext" >&5 -cat >"conftest.$ac_ext" <<_ACEOF -#line 26692 "configure" -#include "confdefs.h" - -int -main (void) -{ -bool foo = false; (void)foo - ; - return 0; -} -_ACEOF -rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26704: \"$ac_compile\"") >&5 - (eval $ac_compile) 2>&5 - ac_status=$? - echo "$as_me:26707: \$? = $ac_status" >&5 - (exit "$ac_status"); } && - { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26710: \"$ac_try\"") >&5 - (eval $ac_try) 2>&5 - ac_status=$? - echo "$as_me:26713: \$? = $ac_status" >&5 - (exit "$ac_status"); }; }; then - cf_cv_header_stdbool_h=0 -else - echo "$as_me: failed program was:" >&5 -cat "conftest.$ac_ext" >&5 -fi -rm -f "conftest.$ac_objext" "conftest.$ac_ext" -fi -rm -f "conftest.$ac_objext" "conftest.$ac_ext" -fi - -if test "$cf_cv_header_stdbool_h" = 1 -then echo "$as_me:26726: result: yes" >&5 -echo "${ECHO_T}yes" >&6 -else echo "$as_me:26728: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -echo "$as_me:26732: checking for builtin bool type" >&5 +echo "$as_me:26656: checking for builtin bool type" >&5 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 - if test "${cf_cv_builtin_bool+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 26740 "configure" +#line 26663 "configure" #include "confdefs.h" -#include -#include +$ac_includes_default int main (void) @@ -26752,40 +26674,35 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26755: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26677: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26758: \$? = $ac_status" >&5 + echo "$as_me:26680: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26761: \"$ac_try\"") >&5 + { (eval echo "$as_me:26683: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26764: \$? = $ac_status" >&5 + echo "$as_me:26686: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then - cf_cv_builtin_bool=1 + cf_cv_builtin_bool=yes else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 -cf_cv_builtin_bool=0 +cf_cv_builtin_bool=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi +echo "$as_me:26696: result: $cf_cv_builtin_bool" >&5 +echo "${ECHO_T}$cf_cv_builtin_bool" >&6 -if test "$cf_cv_builtin_bool" = 1 -then echo "$as_me:26776: result: yes" >&5 -echo "${ECHO_T}yes" >&6 -else echo "$as_me:26778: result: no" >&5 -echo "${ECHO_T}no" >&6 -fi - -echo "$as_me:26782: checking for bool" >&5 +echo "$as_me:26699: checking for bool" >&5 echo $ECHO_N "checking for bool... $ECHO_C" >&6 if test "${ac_cv_type_bool+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 26788 "configure" +#line 26705 "configure" #include "confdefs.h" $ac_includes_default @@ -26802,7 +26719,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -26820,16 +26737,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26823: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26740: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26826: \$? = $ac_status" >&5 + echo "$as_me:26743: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26829: \"$ac_try\"") >&5 + { (eval echo "$as_me:26746: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26832: \$? = $ac_status" >&5 + echo "$as_me:26749: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_bool=yes else @@ -26839,10 +26756,10 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:26842: result: $ac_cv_type_bool" >&5 +echo "$as_me:26759: result: $ac_cv_type_bool" >&5 echo "${ECHO_T}$ac_cv_type_bool" >&6 -echo "$as_me:26845: checking size of bool" >&5 +echo "$as_me:26762: checking size of bool" >&5 echo $ECHO_N "checking size of bool... $ECHO_C" >&6 if test "${ac_cv_sizeof_bool+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -26851,7 +26768,7 @@ if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >"conftest.$ac_ext" <<_ACEOF -#line 26854 "configure" +#line 26771 "configure" #include "confdefs.h" $ac_includes_default @@ -26868,7 +26785,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -26883,21 +26800,21 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26886: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26803: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26889: \$? = $ac_status" >&5 + echo "$as_me:26806: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26892: \"$ac_try\"") >&5 + { (eval echo "$as_me:26809: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26895: \$? = $ac_status" >&5 + echo "$as_me:26812: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=0 ac_mid=0 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 26900 "configure" +#line 26817 "configure" #include "confdefs.h" $ac_includes_default @@ -26914,7 +26831,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -26929,16 +26846,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26932: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26849: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26935: \$? = $ac_status" >&5 + echo "$as_me:26852: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26938: \"$ac_try\"") >&5 + { (eval echo "$as_me:26855: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26941: \$? = $ac_status" >&5 + echo "$as_me:26858: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid; break else @@ -26954,7 +26871,7 @@ ac_hi=-1 ac_mid=-1 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 26957 "configure" +#line 26874 "configure" #include "confdefs.h" $ac_includes_default @@ -26971,7 +26888,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -26986,16 +26903,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26989: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26906: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26992: \$? = $ac_status" >&5 + echo "$as_me:26909: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26995: \"$ac_try\"") >&5 + { (eval echo "$as_me:26912: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26998: \$? = $ac_status" >&5 + echo "$as_me:26915: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=$ac_mid; break else @@ -27011,7 +26928,7 @@ while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` cat >"conftest.$ac_ext" <<_ACEOF -#line 27014 "configure" +#line 26931 "configure" #include "confdefs.h" $ac_includes_default @@ -27028,7 +26945,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27043,16 +26960,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27046: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26963: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27049: \$? = $ac_status" >&5 + echo "$as_me:26966: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27052: \"$ac_try\"") >&5 + { (eval echo "$as_me:26969: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27055: \$? = $ac_status" >&5 + echo "$as_me:26972: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid else @@ -27065,12 +26982,12 @@ ac_cv_sizeof_bool=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:27068: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:26985: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >"conftest.$ac_ext" <<_ACEOF -#line 27073 "configure" +#line 26990 "configure" #include "confdefs.h" $ac_includes_default @@ -27087,7 +27004,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27106,15 +27023,15 @@ } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27109: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27026: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27112: \$? = $ac_status" >&5 + echo "$as_me:27029: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27114: \"$ac_try\"") >&5 + { (eval echo "$as_me:27031: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27117: \$? = $ac_status" >&5 + echo "$as_me:27034: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_sizeof_bool=`cat conftest.val` else @@ -27130,13 +27047,13 @@ ac_cv_sizeof_bool=0 fi fi -echo "$as_me:27133: result: $ac_cv_sizeof_bool" >&5 +echo "$as_me:27050: result: $ac_cv_sizeof_bool" >&5 echo "${ECHO_T}$ac_cv_sizeof_bool" >&6 cat >>confdefs.h <&5 +echo "$as_me:27056: checking for type of bool" >&5 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 if test "${cf_cv_type_of_bool+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27155,7 +27072,7 @@ else cat >"conftest.$ac_ext" <<_ACEOF -#line 27158 "configure" +#line 27075 "configure" #include "confdefs.h" $ac_includes_default @@ -27172,7 +27089,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27196,15 +27113,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27199: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27116: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27202: \$? = $ac_status" >&5 + echo "$as_me:27119: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27204: \"$ac_try\"") >&5 + { (eval echo "$as_me:27121: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27207: \$? = $ac_status" >&5 + echo "$as_me:27124: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_type_of_bool=`cat cf_test.out` if test -z "$cf_cv_type_of_bool"; then @@ -27221,19 +27138,19 @@ rm -f cf_test.out fi -echo "$as_me:27224: result: $cf_cv_type_of_bool" >&5 +echo "$as_me:27141: result: $cf_cv_type_of_bool" >&5 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 if test "$cf_cv_type_of_bool" = unknown ; then case .$NCURSES_BOOL in (.auto|.) NCURSES_BOOL=unsigned;; esac - { echo "$as_me:27231: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 + { echo "$as_me:27148: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} cf_cv_type_of_bool=$NCURSES_BOOL fi -echo "$as_me:27236: checking for special defines needed for etip.h" >&5 +echo "$as_me:27153: checking for special defines needed for etip.h" >&5 echo $ECHO_N "checking for special defines needed for etip.h... $ECHO_C" >&6 cf_save_CXXFLAGS="$CXXFLAGS" cf_result="none" @@ -27251,7 +27168,7 @@ test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}" test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}" cat >"conftest.$ac_ext" <<_ACEOF -#line 27254 "configure" +#line 27171 "configure" #include "confdefs.h" #include @@ -27265,16 +27182,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27268: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27185: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27271: \$? = $ac_status" >&5 + echo "$as_me:27188: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27274: \"$ac_try\"") >&5 + { (eval echo "$as_me:27191: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27277: \$? = $ac_status" >&5 + echo "$as_me:27194: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then test -n "$cf_math" && cat >>confdefs.h <&5 +echo "$as_me:27215: result: ${cf_result:-(none)}" >&5 echo "${ECHO_T}${cf_result:-(none)}" >&6 CXXFLAGS="$cf_save_CXXFLAGS" if test -n "$CXX"; then -echo "$as_me:27303: checking if $CXX accepts override keyword" >&5 +echo "$as_me:27220: checking if $CXX accepts override keyword" >&5 echo $ECHO_N "checking if $CXX accepts override keyword... $ECHO_C" >&6 if test "${cf_cv_cpp_override+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27317,7 +27234,7 @@ cf_cv_cpp_override=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 27320 "configure" +#line 27237 "configure" #include "confdefs.h" class base @@ -27336,15 +27253,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27339: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27256: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27342: \$? = $ac_status" >&5 + echo "$as_me:27259: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27344: \"$ac_try\"") >&5 + { (eval echo "$as_me:27261: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27347: \$? = $ac_status" >&5 + echo "$as_me:27264: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cpp_override=yes else @@ -27363,7 +27280,7 @@ ac_main_return="return" fi -echo "$as_me:27366: result: $cf_cv_cpp_override" >&5 +echo "$as_me:27283: result: $cf_cv_cpp_override" >&5 echo "${ECHO_T}$cf_cv_cpp_override" >&6 fi test "$cf_cv_cpp_override" = yes && @@ -27372,7 +27289,7 @@ EOF if test -n "$CXX"; then -echo "$as_me:27375: checking if $CXX accepts parameter initialization" >&5 +echo "$as_me:27292: checking if $CXX accepts parameter initialization" >&5 echo $ECHO_N "checking if $CXX accepts parameter initialization... $ECHO_C" >&6 if test "${cf_cv_cpp_param_init+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27389,7 +27306,7 @@ cf_cv_cpp_param_init=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 27392 "configure" +#line 27309 "configure" #include "confdefs.h" class TEST { @@ -27408,15 +27325,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27411: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27328: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27414: \$? = $ac_status" >&5 + echo "$as_me:27331: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27416: \"$ac_try\"") >&5 + { (eval echo "$as_me:27333: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27419: \$? = $ac_status" >&5 + echo "$as_me:27336: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cpp_param_init=yes else @@ -27435,7 +27352,7 @@ ac_main_return="return" fi -echo "$as_me:27438: result: $cf_cv_cpp_param_init" >&5 +echo "$as_me:27355: result: $cf_cv_cpp_param_init" >&5 echo "${ECHO_T}$cf_cv_cpp_param_init" >&6 fi test "$cf_cv_cpp_param_init" = yes && @@ -27445,7 +27362,7 @@ if test -n "$CXX"; then -echo "$as_me:27448: checking if $CXX accepts static_cast" >&5 +echo "$as_me:27365: checking if $CXX accepts static_cast" >&5 echo $ECHO_N "checking if $CXX accepts static_cast... $ECHO_C" >&6 if test "${cf_cv_cpp_static_cast+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27459,7 +27376,7 @@ ac_main_return="return" cat >"conftest.$ac_ext" <<_ACEOF -#line 27462 "configure" +#line 27379 "configure" #include "confdefs.h" class NCursesPanel @@ -27503,16 +27420,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27506: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27423: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27509: \$? = $ac_status" >&5 + echo "$as_me:27426: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27512: \"$ac_try\"") >&5 + { (eval echo "$as_me:27429: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27515: \$? = $ac_status" >&5 + echo "$as_me:27432: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cpp_static_cast=yes else @@ -27530,7 +27447,7 @@ ac_main_return="return" fi -echo "$as_me:27533: result: $cf_cv_cpp_static_cast" >&5 +echo "$as_me:27450: result: $cf_cv_cpp_static_cast" >&5 echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6 fi @@ -27562,7 +27479,7 @@ else cf_cxx_library=no - cf_cv_builtin_bool=1 + cf_cv_builtin_bool=yes # Just because we are not configuring against C++ right now does not # mean that a user will not want to use C++. Some distributors disable @@ -27575,16 +27492,16 @@ if test "$NCURSES_BOOL" != auto ; then cf_cv_type_of_bool=$NCURSES_BOOL - cf_cv_header_stdbool_h=0 + USE_STDBOOL_H=0 else -echo "$as_me:27581: checking for bool" >&5 +echo "$as_me:27498: checking for bool" >&5 echo $ECHO_N "checking for bool... $ECHO_C" >&6 if test "${ac_cv_type_bool+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 27587 "configure" +#line 27504 "configure" #include "confdefs.h" $ac_includes_default @@ -27601,7 +27518,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27619,16 +27536,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27622: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27539: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27625: \$? = $ac_status" >&5 + echo "$as_me:27542: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27628: \"$ac_try\"") >&5 + { (eval echo "$as_me:27545: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27631: \$? = $ac_status" >&5 + echo "$as_me:27548: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_bool=yes else @@ -27638,10 +27555,10 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:27641: result: $ac_cv_type_bool" >&5 +echo "$as_me:27558: result: $ac_cv_type_bool" >&5 echo "${ECHO_T}$ac_cv_type_bool" >&6 -echo "$as_me:27644: checking size of bool" >&5 +echo "$as_me:27561: checking size of bool" >&5 echo $ECHO_N "checking size of bool... $ECHO_C" >&6 if test "${ac_cv_sizeof_bool+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27650,7 +27567,7 @@ if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >"conftest.$ac_ext" <<_ACEOF -#line 27653 "configure" +#line 27570 "configure" #include "confdefs.h" $ac_includes_default @@ -27667,7 +27584,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27682,21 +27599,21 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27685: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27602: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27688: \$? = $ac_status" >&5 + echo "$as_me:27605: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27691: \"$ac_try\"") >&5 + { (eval echo "$as_me:27608: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27694: \$? = $ac_status" >&5 + echo "$as_me:27611: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=0 ac_mid=0 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 27699 "configure" +#line 27616 "configure" #include "confdefs.h" $ac_includes_default @@ -27713,7 +27630,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27728,16 +27645,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27731: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27648: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27734: \$? = $ac_status" >&5 + echo "$as_me:27651: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27737: \"$ac_try\"") >&5 + { (eval echo "$as_me:27654: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27740: \$? = $ac_status" >&5 + echo "$as_me:27657: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid; break else @@ -27753,7 +27670,7 @@ ac_hi=-1 ac_mid=-1 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 27756 "configure" +#line 27673 "configure" #include "confdefs.h" $ac_includes_default @@ -27770,7 +27687,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27785,16 +27702,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27788: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27705: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27791: \$? = $ac_status" >&5 + echo "$as_me:27708: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27794: \"$ac_try\"") >&5 + { (eval echo "$as_me:27711: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27797: \$? = $ac_status" >&5 + echo "$as_me:27714: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=$ac_mid; break else @@ -27810,7 +27727,7 @@ while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` cat >"conftest.$ac_ext" <<_ACEOF -#line 27813 "configure" +#line 27730 "configure" #include "confdefs.h" $ac_includes_default @@ -27827,7 +27744,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27842,16 +27759,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27845: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27762: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27848: \$? = $ac_status" >&5 + echo "$as_me:27765: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27851: \"$ac_try\"") >&5 + { (eval echo "$as_me:27768: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27854: \$? = $ac_status" >&5 + echo "$as_me:27771: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid else @@ -27864,12 +27781,12 @@ ac_cv_sizeof_bool=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:27867: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:27784: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >"conftest.$ac_ext" <<_ACEOF -#line 27872 "configure" +#line 27789 "configure" #include "confdefs.h" $ac_includes_default @@ -27886,7 +27803,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27905,15 +27822,15 @@ } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27908: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27825: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27911: \$? = $ac_status" >&5 + echo "$as_me:27828: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27913: \"$ac_try\"") >&5 + { (eval echo "$as_me:27830: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27916: \$? = $ac_status" >&5 + echo "$as_me:27833: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_sizeof_bool=`cat conftest.val` else @@ -27929,13 +27846,13 @@ ac_cv_sizeof_bool=0 fi fi -echo "$as_me:27932: result: $ac_cv_sizeof_bool" >&5 +echo "$as_me:27849: result: $ac_cv_sizeof_bool" >&5 echo "${ECHO_T}$ac_cv_sizeof_bool" >&6 cat >>confdefs.h <&5 +echo "$as_me:27855: checking for type of bool" >&5 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 if test "${cf_cv_type_of_bool+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -27954,7 +27871,7 @@ else cat >"conftest.$ac_ext" <<_ACEOF -#line 27957 "configure" +#line 27874 "configure" #include "confdefs.h" $ac_includes_default @@ -27971,7 +27888,7 @@ #else -#if $cf_cv_header_stdbool_h +#if $USE_STDBOOL_H #include #endif @@ -27995,15 +27912,15 @@ _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27998: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27915: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28001: \$? = $ac_status" >&5 + echo "$as_me:27918: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:28003: \"$ac_try\"") >&5 + { (eval echo "$as_me:27920: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28006: \$? = $ac_status" >&5 + echo "$as_me:27923: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_type_of_bool=`cat cf_test.out` if test -z "$cf_cv_type_of_bool"; then @@ -28020,14 +27937,14 @@ rm -f cf_test.out fi -echo "$as_me:28023: result: $cf_cv_type_of_bool" >&5 +echo "$as_me:27940: result: $cf_cv_type_of_bool" >&5 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 if test "$cf_cv_type_of_bool" = unknown ; then case .$NCURSES_BOOL in (.auto|.) NCURSES_BOOL=unsigned;; esac - { echo "$as_me:28030: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 + { echo "$as_me:27947: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} cf_cv_type_of_bool=$NCURSES_BOOL fi @@ -28041,11 +27958,11 @@ # specify the type of bool in a configure-script option and postpone # integration with the C++ compiler provided that the types are compatible. USE_CXX_BOOL=1 -if test "$cf_cv_cc_bool_type" = 1 +if test "$USE_BUILTIN_BOOL" = 1 then # oops: C has a bool. Unlikely, but C++ could differ. USE_CXX_BOOL=0 -elif test "$cf_cv_builtin_bool" = 0 +elif test "$cf_cv_builtin_bool" = no then # C++ has no bool USE_CXX_BOOL=0 @@ -28058,7 +27975,7 @@ if test "$cf_with_ada" != "no" ; then if test "$with_libtool" != "no"; then - { echo "$as_me:28061: WARNING: libtool does not support Ada - disabling feature" >&5 + { echo "$as_me:27978: WARNING: libtool does not support Ada - disabling feature" >&5 echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;} cf_with_ada=no fi @@ -28069,7 +27986,7 @@ ADAFLAGS="$ADAFLAGS -gnatpn" - echo "$as_me:28072: checking optimization options for ADAFLAGS" >&5 + echo "$as_me:27989: checking optimization options for ADAFLAGS" >&5 echo $ECHO_N "checking optimization options for ADAFLAGS... $ECHO_C" >&6 case "$CFLAGS" in (*-g*) @@ -28086,10 +28003,10 @@ ;; esac - echo "$as_me:28089: result: $ADAFLAGS" >&5 + echo "$as_me:28006: result: $ADAFLAGS" >&5 echo "${ECHO_T}$ADAFLAGS" >&6 -echo "$as_me:28092: checking if GNATPREP supports -T option" >&5 +echo "$as_me:28009: checking if GNATPREP supports -T option" >&5 echo $ECHO_N "checking if GNATPREP supports -T option... $ECHO_C" >&6 if test "${cf_cv_gnatprep_opt_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -28099,11 +28016,11 @@ gnatprep -T 2>/dev/null >/dev/null && cf_cv_gnatprep_opt_t=yes fi -echo "$as_me:28102: result: $cf_cv_gnatprep_opt_t" >&5 +echo "$as_me:28019: result: $cf_cv_gnatprep_opt_t" >&5 echo "${ECHO_T}$cf_cv_gnatprep_opt_t" >&6 test "$cf_cv_gnatprep_opt_t" = yes && GNATPREP_OPTS="-T $GNATPREP_OPTS" -echo "$as_me:28106: checking if GNAT supports generics" >&5 +echo "$as_me:28023: checking if GNAT supports generics" >&5 echo $ECHO_N "checking if GNAT supports generics... $ECHO_C" >&6 case "$cf_cv_gnat_version" in (3.1[1-9]*|3.[2-9]*|[4-9].*|[1-9][0-9].[0-9]*|20[0-9][0-9]) @@ -28113,7 +28030,7 @@ cf_gnat_generics=no ;; esac -echo "$as_me:28116: result: $cf_gnat_generics" >&5 +echo "$as_me:28033: result: $cf_gnat_generics" >&5 echo "${ECHO_T}$cf_gnat_generics" >&6 if test "$cf_gnat_generics" = yes @@ -28125,7 +28042,7 @@ cf_generic_objects= fi -echo "$as_me:28128: checking if GNAT supports SIGINT" >&5 +echo "$as_me:28045: checking if GNAT supports SIGINT" >&5 echo $ECHO_N "checking if GNAT supports SIGINT... $ECHO_C" >&6 if test "${cf_cv_gnat_sigint+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -28173,7 +28090,7 @@ rm -rf ./conftest* ./*~conftest* fi -echo "$as_me:28176: result: $cf_cv_gnat_sigint" >&5 +echo "$as_me:28093: result: $cf_cv_gnat_sigint" >&5 echo "${ECHO_T}$cf_cv_gnat_sigint" >&6 if test "$cf_cv_gnat_sigint" = yes ; then @@ -28186,7 +28103,7 @@ cf_gnat_projects=no if test "$enable_gnat_projects" != no ; then -echo "$as_me:28189: checking if GNAT supports project files" >&5 +echo "$as_me:28106: checking if GNAT supports project files" >&5 echo $ECHO_N "checking if GNAT supports project files... $ECHO_C" >&6 case "$cf_cv_gnat_version" in (3.[0-9]*) @@ -28249,15 +28166,15 @@ esac ;; esac -echo "$as_me:28252: result: $cf_gnat_projects" >&5 +echo "$as_me:28169: result: $cf_gnat_projects" >&5 echo "${ECHO_T}$cf_gnat_projects" >&6 fi # enable_gnat_projects if test "$cf_gnat_projects" = yes then - echo "$as_me:28258: checking if GNAT supports libraries" >&5 + echo "$as_me:28175: checking if GNAT supports libraries" >&5 echo $ECHO_N "checking if GNAT supports libraries... $ECHO_C" >&6 - echo "$as_me:28260: result: $cf_gnat_libraries" >&5 + echo "$as_me:28177: result: $cf_gnat_libraries" >&5 echo "${ECHO_T}$cf_gnat_libraries" >&6 fi @@ -28277,7 +28194,7 @@ then USE_GNAT_MAKE_GPR="" else - { echo "$as_me:28280: WARNING: use old makefile rules since tools are missing" >&5 + { echo "$as_me:28197: WARNING: use old makefile rules since tools are missing" >&5 echo "$as_me: WARNING: use old makefile rules since tools are missing" >&2;} fi fi @@ -28289,7 +28206,7 @@ USE_GNAT_LIBRARIES="#" fi -echo "$as_me:28292: checking for Ada95 compiler" >&5 +echo "$as_me:28209: checking for Ada95 compiler" >&5 echo $ECHO_N "checking for Ada95 compiler... $ECHO_C" >&6 # Check whether --with-ada-compiler or --without-ada-compiler was given. @@ -28300,12 +28217,12 @@ cf_ada_compiler=gnatmake fi; -echo "$as_me:28303: result: $cf_ada_compiler" >&5 +echo "$as_me:28220: result: $cf_ada_compiler" >&5 echo "${ECHO_T}$cf_ada_compiler" >&6 cf_ada_package=terminal_interface -echo "$as_me:28308: checking for Ada95 include directory" >&5 +echo "$as_me:28225: checking for Ada95 include directory" >&5 echo $ECHO_N "checking for Ada95 include directory... $ECHO_C" >&6 # Check whether --with-ada-include or --without-ada-include was given. @@ -28339,7 +28256,7 @@ withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:28342: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:28259: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -28348,10 +28265,10 @@ fi eval ADA_INCLUDE="$withval" -echo "$as_me:28351: result: $ADA_INCLUDE" >&5 +echo "$as_me:28268: result: $ADA_INCLUDE" >&5 echo "${ECHO_T}$ADA_INCLUDE" >&6 -echo "$as_me:28354: checking for Ada95 object directory" >&5 +echo "$as_me:28271: checking for Ada95 object directory" >&5 echo $ECHO_N "checking for Ada95 object directory... $ECHO_C" >&6 # Check whether --with-ada-objects or --without-ada-objects was given. @@ -28385,7 +28302,7 @@ withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:28388: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:28305: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -28394,10 +28311,10 @@ fi eval ADA_OBJECTS="$withval" -echo "$as_me:28397: result: $ADA_OBJECTS" >&5 +echo "$as_me:28314: result: $ADA_OBJECTS" >&5 echo "${ECHO_T}$ADA_OBJECTS" >&6 -echo "$as_me:28400: checking whether to build an Ada95 shared library" >&5 +echo "$as_me:28317: checking whether to build an Ada95 shared library" >&5 echo $ECHO_N "checking whether to build an Ada95 shared library... $ECHO_C" >&6 # Check whether --with-ada-sharedlib or --without-ada-sharedlib was given. @@ -28418,11 +28335,11 @@ fi fi -echo "$as_me:28421: result: $with_ada_sharedlib" >&5 +echo "$as_me:28338: result: $with_ada_sharedlib" >&5 echo "${ECHO_T}$with_ada_sharedlib" >&6 if test "x$cf_ada_sharedlib_warn" != xno then - { echo "$as_me:28425: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 + { echo "$as_me:28342: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 echo "$as_me: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&2;} fi @@ -28440,7 +28357,7 @@ # allow the Ada binding to be renamed -echo "$as_me:28443: checking for Ada95 curses library name" >&5 +echo "$as_me:28360: checking for Ada95 curses library name" >&5 echo $ECHO_N "checking for Ada95 curses library name... $ECHO_C" >&6 # Check whether --with-ada-libname or --without-ada-libname was given. @@ -28456,7 +28373,7 @@ ;; esac -echo "$as_me:28459: result: $ADA_LIBNAME" >&5 +echo "$as_me:28376: result: $ADA_LIBNAME" >&5 echo "${ECHO_T}$ADA_LIBNAME" >&6 fi @@ -28467,13 +28384,13 @@ # do this "late" to avoid conflict with header-checks if test "x$with_widec" = xyes ; then - echo "$as_me:28470: checking for wchar_t" >&5 + echo "$as_me:28387: checking for wchar_t" >&5 echo $ECHO_N "checking for wchar_t... $ECHO_C" >&6 if test "${ac_cv_type_wchar_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else cat >"conftest.$ac_ext" <<_ACEOF -#line 28476 "configure" +#line 28393 "configure" #include "confdefs.h" $ac_includes_default int @@ -28488,16 +28405,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28491: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28408: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28494: \$? = $ac_status" >&5 + echo "$as_me:28411: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28497: \"$ac_try\"") >&5 + { (eval echo "$as_me:28414: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28500: \$? = $ac_status" >&5 + echo "$as_me:28417: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_wchar_t=yes else @@ -28507,10 +28424,10 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:28510: result: $ac_cv_type_wchar_t" >&5 +echo "$as_me:28427: result: $ac_cv_type_wchar_t" >&5 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6 -echo "$as_me:28513: checking size of wchar_t" >&5 +echo "$as_me:28430: checking size of wchar_t" >&5 echo $ECHO_N "checking size of wchar_t... $ECHO_C" >&6 if test "${ac_cv_sizeof_wchar_t+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -28519,7 +28436,7 @@ if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >"conftest.$ac_ext" <<_ACEOF -#line 28522 "configure" +#line 28439 "configure" #include "confdefs.h" $ac_includes_default int @@ -28531,21 +28448,21 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28534: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28451: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28537: \$? = $ac_status" >&5 + echo "$as_me:28454: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28540: \"$ac_try\"") >&5 + { (eval echo "$as_me:28457: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28543: \$? = $ac_status" >&5 + echo "$as_me:28460: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=0 ac_mid=0 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 28548 "configure" +#line 28465 "configure" #include "confdefs.h" $ac_includes_default int @@ -28557,16 +28474,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28560: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28477: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28563: \$? = $ac_status" >&5 + echo "$as_me:28480: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28566: \"$ac_try\"") >&5 + { (eval echo "$as_me:28483: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28569: \$? = $ac_status" >&5 + echo "$as_me:28486: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid; break else @@ -28582,7 +28499,7 @@ ac_hi=-1 ac_mid=-1 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 28585 "configure" +#line 28502 "configure" #include "confdefs.h" $ac_includes_default int @@ -28594,16 +28511,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28597: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28514: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28600: \$? = $ac_status" >&5 + echo "$as_me:28517: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28603: \"$ac_try\"") >&5 + { (eval echo "$as_me:28520: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28606: \$? = $ac_status" >&5 + echo "$as_me:28523: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=$ac_mid; break else @@ -28619,7 +28536,7 @@ while test "x$ac_lo" != "x$ac_hi"; do ac_mid=`expr '(' "$ac_hi" - "$ac_lo" ')' / 2 + "$ac_lo"` cat >"conftest.$ac_ext" <<_ACEOF -#line 28622 "configure" +#line 28539 "configure" #include "confdefs.h" $ac_includes_default int @@ -28631,16 +28548,16 @@ } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28634: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28551: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28637: \$? = $ac_status" >&5 + echo "$as_me:28554: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28640: \"$ac_try\"") >&5 + { (eval echo "$as_me:28557: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28643: \$? = $ac_status" >&5 + echo "$as_me:28560: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid else @@ -28653,12 +28570,12 @@ ac_cv_sizeof_wchar_t=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:28656: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:28573: error: cannot run test program while cross compiling" >&5 echo "$as_me: error: cannot run test program while cross compiling" >&2;} { (exit 1); exit 1; }; } else cat >"conftest.$ac_ext" <<_ACEOF -#line 28661 "configure" +#line 28578 "configure" #include "confdefs.h" $ac_includes_default int @@ -28674,15 +28591,15 @@ } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:28677: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28594: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28680: \$? = $ac_status" >&5 + echo "$as_me:28597: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:28682: \"$ac_try\"") >&5 + { (eval echo "$as_me:28599: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28685: \$? = $ac_status" >&5 + echo "$as_me:28602: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_sizeof_wchar_t=`cat conftest.val` else @@ -28698,7 +28615,7 @@ ac_cv_sizeof_wchar_t=0 fi fi -echo "$as_me:28701: result: $ac_cv_sizeof_wchar_t" >&5 +echo "$as_me:28618: result: $ac_cv_sizeof_wchar_t" >&5 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6 cat >>confdefs.h <&6 -echo "${as_me:-configure}:28714: testing test failed (assume 2) ..." 1>&5 +echo "${as_me:-configure}:28631: testing test failed (assume 2) ..." 1>&5 sed /SIZEOF_WCHAR_T/d confdefs.h >confdefs.tmp mv confdefs.tmp confdefs.h @@ -28729,7 +28646,7 @@ ### chooses to split module lists into libraries. ### ### (see CF_LIB_RULES). -echo "$as_me:28732: checking for library subsets" >&5 +echo "$as_me:28649: checking for library subsets" >&5 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6 LIB_SUBSETS= @@ -28783,7 +28700,7 @@ test "x$with_widec" = xyes && LIB_SUBSETS="${LIB_SUBSETS}+widechar" test "x$with_ext_funcs" = xyes && LIB_SUBSETS="${LIB_SUBSETS}+ext_funcs" -echo "$as_me:28786: result: $LIB_SUBSETS" >&5 +echo "$as_me:28703: result: $LIB_SUBSETS" >&5 echo "${ECHO_T}$LIB_SUBSETS" >&6 ### Construct the list of include-directories to be generated @@ -28814,7 +28731,7 @@ fi ### Build up pieces for makefile rules -echo "$as_me:28817: checking default library suffix" >&5 +echo "$as_me:28734: checking default library suffix" >&5 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 case $DFT_LWR_MODEL in @@ -28825,10 +28742,10 @@ (shared) DFT_ARG_SUFFIX='' ;; esac test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" -echo "$as_me:28828: result: $DFT_ARG_SUFFIX" >&5 +echo "$as_me:28745: result: $DFT_ARG_SUFFIX" >&5 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 -echo "$as_me:28831: checking default library-dependency suffix" >&5 +echo "$as_me:28748: checking default library-dependency suffix" >&5 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 case X$DFT_LWR_MODEL in @@ -28911,10 +28828,10 @@ DFT_LIB_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_LIB_SUFFIX}" DFT_DEP_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_DEP_SUFFIX}" fi -echo "$as_me:28914: result: $DFT_DEP_SUFFIX" >&5 +echo "$as_me:28831: result: $DFT_DEP_SUFFIX" >&5 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 -echo "$as_me:28917: checking default object directory" >&5 +echo "$as_me:28834: checking default object directory" >&5 echo $ECHO_N "checking default object directory... $ECHO_C" >&6 case $DFT_LWR_MODEL in @@ -28930,11 +28847,11 @@ DFT_OBJ_SUBDIR='obj_s' ;; esac esac -echo "$as_me:28933: result: $DFT_OBJ_SUBDIR" >&5 +echo "$as_me:28850: result: $DFT_OBJ_SUBDIR" >&5 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 if test "x$cf_with_cxx" = xyes ; then -echo "$as_me:28937: checking c++ library-dependency suffix" >&5 +echo "$as_me:28854: checking c++ library-dependency suffix" >&5 echo $ECHO_N "checking c++ library-dependency suffix... $ECHO_C" >&6 if test "$with_libtool" != "no"; then # libtool thinks it can make c++ shared libraries (perhaps only g++) @@ -29027,7 +28944,7 @@ fi fi -echo "$as_me:29030: result: $CXX_LIB_SUFFIX" >&5 +echo "$as_me:28947: result: $CXX_LIB_SUFFIX" >&5 echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6 fi @@ -29203,19 +29120,19 @@ if test -n "$LDFLAGS_STATIC" && test -n "$LDFLAGS_SHARED" then - echo "$as_me:29206: checking if linker supports switching between static/dynamic" >&5 + echo "$as_me:29123: checking if linker supports switching between static/dynamic" >&5 echo $ECHO_N "checking if linker supports switching between static/dynamic... $ECHO_C" >&6 rm -f libconftest.a cat >conftest.$ac_ext < int cf_ldflags_static(FILE *fp) { return fflush(fp); } EOF - if { (eval echo "$as_me:29215: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:29132: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29218: \$? = $ac_status" >&5 + echo "$as_me:29135: \$? = $ac_status" >&5 (exit "$ac_status"); } ; then ( $AR $ARFLAGS libconftest.a conftest.o ) 2>&5 1>/dev/null ( eval $RANLIB libconftest.a ) 2>&5 >/dev/null @@ -29226,10 +29143,10 @@ LIBS="$LDFLAGS_STATIC -L`pwd` -lconftest $LDFLAGS_DYNAMIC $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 29229 "configure" +#line 29146 "configure" #include "confdefs.h" -#line 29232 "configure" +#line 29149 "configure" #include int cf_ldflags_static(FILE *fp); @@ -29244,16 +29161,16 @@ } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:29247: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29164: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29250: \$? = $ac_status" >&5 + echo "$as_me:29167: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:29253: \"$ac_try\"") >&5 + { (eval echo "$as_me:29170: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29256: \$? = $ac_status" >&5 + echo "$as_me:29173: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then # some linkers simply ignore the -dynamic @@ -29276,7 +29193,7 @@ rm -f libconftest.* LIBS="$cf_save_LIBS" - echo "$as_me:29279: result: $cf_ldflags_static" >&5 + echo "$as_me:29196: result: $cf_ldflags_static" >&5 echo "${ECHO_T}$cf_ldflags_static" >&6 if test "$cf_ldflags_static" != yes @@ -29292,7 +29209,7 @@ ;; esac -echo "$as_me:29295: checking where we will install curses.h" >&5 +echo "$as_me:29212: checking where we will install curses.h" >&5 echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6 includesubdir= @@ -29302,7 +29219,7 @@ then includesubdir="/ncurses${USE_LIB_SUFFIX}" fi -echo "$as_me:29305: result: ${includedir}${includesubdir}" >&5 +echo "$as_me:29222: result: ${includedir}${includesubdir}" >&5 echo "${ECHO_T}${includedir}${includesubdir}" >&6 ### Resolve a conflict between normal and wide-curses by forcing applications @@ -29310,7 +29227,7 @@ if test "$with_overwrite" != no ; then if test "$NCURSES_LIBUTF8" = 1 ; then NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)' - { echo "$as_me:29313: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 + { echo "$as_me:29230: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 echo "$as_me: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&2;} fi fi @@ -29335,7 +29252,7 @@ # pkgsrc uses these -echo "$as_me:29338: checking for desired basename for form library" >&5 +echo "$as_me:29255: checking for desired basename for form library" >&5 echo $ECHO_N "checking for desired basename for form library... $ECHO_C" >&6 # Check whether --with-form-libname or --without-form-libname was given. @@ -29355,10 +29272,10 @@ ;; esac -echo "$as_me:29358: result: $FORM_NAME" >&5 +echo "$as_me:29275: result: $FORM_NAME" >&5 echo "${ECHO_T}$FORM_NAME" >&6 -echo "$as_me:29361: checking for desired basename for menu library" >&5 +echo "$as_me:29278: checking for desired basename for menu library" >&5 echo $ECHO_N "checking for desired basename for menu library... $ECHO_C" >&6 # Check whether --with-menu-libname or --without-menu-libname was given. @@ -29378,10 +29295,10 @@ ;; esac -echo "$as_me:29381: result: $MENU_NAME" >&5 +echo "$as_me:29298: result: $MENU_NAME" >&5 echo "${ECHO_T}$MENU_NAME" >&6 -echo "$as_me:29384: checking for desired basename for panel library" >&5 +echo "$as_me:29301: checking for desired basename for panel library" >&5 echo $ECHO_N "checking for desired basename for panel library... $ECHO_C" >&6 # Check whether --with-panel-libname or --without-panel-libname was given. @@ -29401,10 +29318,10 @@ ;; esac -echo "$as_me:29404: result: $PANEL_NAME" >&5 +echo "$as_me:29321: result: $PANEL_NAME" >&5 echo "${ECHO_T}$PANEL_NAME" >&6 -echo "$as_me:29407: checking for desired basename for cxx library" >&5 +echo "$as_me:29324: checking for desired basename for cxx library" >&5 echo $ECHO_N "checking for desired basename for cxx library... $ECHO_C" >&6 # Check whether --with-cxx-libname or --without-cxx-libname was given. @@ -29424,13 +29341,13 @@ ;; esac -echo "$as_me:29427: result: $CXX_NAME" >&5 +echo "$as_me:29344: result: $CXX_NAME" >&5 echo "${ECHO_T}$CXX_NAME" >&6 ### Construct the list of subdirectories for which we'll customize makefiles ### with the appropriate compile-rules. -echo "$as_me:29433: checking for src modules" >&5 +echo "$as_me:29350: checking for src modules" >&5 echo $ECHO_N "checking for src modules... $ECHO_C" >&6 # dependencies and linker-arguments for test-programs @@ -29489,7 +29406,7 @@ fi fi done -echo "$as_me:29492: result: $cf_cv_src_modules" >&5 +echo "$as_me:29409: result: $cf_cv_src_modules" >&5 echo "${ECHO_T}$cf_cv_src_modules" >&6 TEST_ARGS="-L${LIB_DIR} $TEST_ARGS" @@ -29650,7 +29567,7 @@ (*-D_XOPEN_SOURCE_EXTENDED*) test -n "$verbose" && echo " moving _XOPEN_SOURCE_EXTENDED to work around g++ problem" 1>&6 -echo "${as_me:-configure}:29653: testing moving _XOPEN_SOURCE_EXTENDED to work around g++ problem ..." 1>&5 +echo "${as_me:-configure}:29570: testing moving _XOPEN_SOURCE_EXTENDED to work around g++ problem ..." 1>&5 CFLAGS="$CFLAGS -D_XOPEN_SOURCE_EXTENDED" CPPFLAGS=`echo "x$CPPFLAGS" | sed -e 's/^.//' -e 's/-D_XOPEN_SOURCE_EXTENDED//'` @@ -29661,7 +29578,7 @@ # Help to automatically enable the extended curses features when using either # the *-config or the ".pc" files by adding defines. -echo "$as_me:29664: checking for defines to add to ncurses${USE_CFG_SUFFIX}${cf_config_suffix}-config script" >&5 +echo "$as_me:29581: checking for defines to add to ncurses${USE_CFG_SUFFIX}${cf_config_suffix}-config script" >&5 echo $ECHO_N "checking for defines to add to ncurses${USE_CFG_SUFFIX}${cf_config_suffix}-config script... $ECHO_C" >&6 PKG_CFLAGS= for cf_loop1 in $CPPFLAGS_after_XOPEN @@ -29677,7 +29594,7 @@ done test "$cf_found" = no && PKG_CFLAGS="$PKG_CFLAGS $cf_loop1" done -echo "$as_me:29680: result: $PKG_CFLAGS" >&5 +echo "$as_me:29597: result: $PKG_CFLAGS" >&5 echo "${ECHO_T}$PKG_CFLAGS" >&6 case "$cf_cv_system_name" in @@ -29749,7 +29666,7 @@ cf_filter_syms=$cf_dft_filter_syms test -n "$verbose" && echo " will map symbols to ABI=$cf_cv_abi_default" 1>&6 -echo "${as_me:-configure}:29752: testing will map symbols to ABI=$cf_cv_abi_default ..." 1>&5 +echo "${as_me:-configure}:29669: testing will map symbols to ABI=$cf_cv_abi_default ..." 1>&5 fi @@ -29776,7 +29693,7 @@ # This is used for the *-config script and *.pc data files. -echo "$as_me:29779: checking for linker search path" >&5 +echo "$as_me:29696: checking for linker search path" >&5 echo $ECHO_N "checking for linker search path... $ECHO_C" >&6 if test "${cf_cv_ld_searchpath+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 @@ -29824,7 +29741,7 @@ cf_pathlist="$cf_pathlist /lib /usr/lib" ;; (*) - { echo "$as_me:29827: WARNING: problem with Solaris architecture" >&5 + { echo "$as_me:29744: WARNING: problem with Solaris architecture" >&5 echo "$as_me: WARNING: problem with Solaris architecture" >&2;} ;; esac @@ -29865,7 +29782,7 @@ test -z "$cf_cv_ld_searchpath" && cf_cv_ld_searchpath=/usr/lib fi -echo "$as_me:29868: result: $cf_cv_ld_searchpath" >&5 +echo "$as_me:29785: result: $cf_cv_ld_searchpath" >&5 echo "${ECHO_T}$cf_cv_ld_searchpath" >&6 LD_SEARCHPATH=`echo "$cf_cv_ld_searchpath"|sed -e 's/ /|/g'` @@ -29951,7 +29868,7 @@ : "${CONFIG_STATUS=./config.status}" ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:29954: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:29871: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >"$CONFIG_STATUS" <<_ACEOF #! $SHELL @@ -30087,7 +30004,7 @@ cat >>"$CONFIG_STATUS" <&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -30151,7 +30068,7 @@ ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:30154: error: unrecognized option: $1 + -*) { { echo "$as_me:30071: error: unrecognized option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2;} @@ -30170,7 +30087,7 @@ ## Running config.status. ## ## ----------------------- ## -This file was extended by $as_me 2.52.20240618, executed with +This file was extended by $as_me 2.52.20250126, executed with CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS CONFIG_LINKS = $CONFIG_LINKS @@ -30283,7 +30200,7 @@ "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;; - *) { { echo "$as_me:30286: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:30203: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -30601,7 +30518,8 @@ s,@HAVE_VSSCANF@,$HAVE_VSSCANF,;t t s,@TEST_LIBS@,$TEST_LIBS,;t t s,@TEST_LIBS2@,$TEST_LIBS2,;t t -s,@cf_cv_cc_bool_type@,$cf_cv_cc_bool_type,;t t +s,@USE_STDBOOL_H@,$USE_STDBOOL_H,;t t +s,@USE_BUILTIN_BOOL@,$USE_BUILTIN_BOOL,;t t s,@CXXCPP@,$CXXCPP,;t t s,@CXXLDFLAGS@,$CXXLDFLAGS,;t t s,@CXX_AR@,$CXX_AR,;t t @@ -30811,7 +30729,7 @@ esac if test x"$ac_file" != x-; then - { echo "$as_me:30814: creating $ac_file" >&5 + { echo "$as_me:30732: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -30829,7 +30747,7 @@ -) echo "$tmp"/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:30832: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:30750: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo "$f";; @@ -30842,7 +30760,7 @@ echo "$srcdir/$f" else # /dev/null tree - { { echo "$as_me:30845: error: cannot find input file: $f" >&5 + { { echo "$as_me:30763: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -30858,7 +30776,7 @@ if test -n "$ac_seen"; then ac_used=`grep '@datarootdir@' "$ac_item"` if test -z "$ac_used"; then - { echo "$as_me:30861: WARNING: datarootdir was used implicitly but not set: + { echo "$as_me:30779: WARNING: datarootdir was used implicitly but not set: $ac_seen" >&5 echo "$as_me: WARNING: datarootdir was used implicitly but not set: $ac_seen" >&2;} @@ -30867,7 +30785,7 @@ fi ac_seen=`grep '${datarootdir}' "$ac_item"` if test -n "$ac_seen"; then - { echo "$as_me:30870: WARNING: datarootdir was used explicitly but not set: + { echo "$as_me:30788: WARNING: datarootdir was used explicitly but not set: $ac_seen" >&5 echo "$as_me: WARNING: datarootdir was used explicitly but not set: $ac_seen" >&2;} @@ -30912,7 +30830,7 @@ ac_init=`$EGREP '[ ]*'$ac_name'[ ]*=' "$ac_file"` if test -z "$ac_init"; then ac_seen=`echo "$ac_seen" |sed -e 's,^,'"$ac_file"':,'` - { echo "$as_me:30915: WARNING: Variable $ac_name is used but was not set: + { echo "$as_me:30833: WARNING: Variable $ac_name is used but was not set: $ac_seen" >&5 echo "$as_me: WARNING: Variable $ac_name is used but was not set: $ac_seen" >&2;} @@ -30923,7 +30841,7 @@ $EGREP -n '@[A-Z_][A-Z_0-9]+@' "$ac_file" >>"$tmp"/out if test -s "$tmp"/out; then ac_seen=`sed -e 's,^,'"$ac_file"':,' < "$tmp"/out` - { echo "$as_me:30926: WARNING: Some variables may not be substituted: + { echo "$as_me:30844: WARNING: Some variables may not be substituted: $ac_seen" >&5 echo "$as_me: WARNING: Some variables may not be substituted: $ac_seen" >&2;} @@ -30972,7 +30890,7 @@ * ) ac_file_in=$ac_file.in ;; esac - test x"$ac_file" != x- && { echo "$as_me:30975: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:30893: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -30983,7 +30901,7 @@ -) echo "$tmp"/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:30986: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:30904: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -30996,7 +30914,7 @@ echo "$srcdir/$f" else # /dev/null tree - { { echo "$as_me:30999: error: cannot find input file: $f" >&5 + { { echo "$as_me:30917: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -31054,7 +30972,7 @@ rm -f "$tmp"/in if test x"$ac_file" != x-; then if cmp -s "$ac_file" "$tmp/config.h" 2>/dev/null; then - { echo "$as_me:31057: $ac_file is unchanged" >&5 + { echo "$as_me:30975: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ @@ -31441,7 +31359,7 @@ (cygdll|msysdll|mingw|msvcdll) test "x$with_shared_cxx" = xno && test -n "$verbose" && echo " overriding CXX_MODEL to SHARED" 1>&6 -echo "${as_me:-configure}:31444: testing overriding CXX_MODEL to SHARED ..." 1>&5 +echo "${as_me:-configure}:31362: testing overriding CXX_MODEL to SHARED ..." 1>&5 with_shared_cxx=yes ;; Index: configure.in Prereq: 1.791 --- ncurses-6.5-20250222+/configure.in 2025-02-02 00:16:32.000000000 +0000 +++ ncurses-6.5-20250301/configure.in 2025-03-01 15:05:13.000000000 +0000 @@ -29,7 +29,7 @@ dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.791 2025/02/02 00:16:32 tom Exp $ +dnl $Id: configure.in,v 1.794 2025/03/01 15:05:13 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl For additional information, see @@ -38,7 +38,7 @@ dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20210101) -AC_REVISION($Revision: 1.791 $) +AC_REVISION($Revision: 1.794 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -1732,10 +1732,12 @@ dnl These are some other potentially nonportable headers. AC_CHECK_HEADERS( \ +alloca.h \ fcntl.h \ getopt.h \ limits.h \ locale.h \ +malloc.h \ math.h \ poll.h \ sys/auxv.h \ @@ -1901,7 +1903,14 @@ # Just in case, check if the C compiler has a bool type. CF_BOOL_DECL(cf_cv_cc_bool_type) -AC_SUBST(cf_cv_cc_bool_type) +if test "$cf_cv_cc_bool_type" = yes; then + USE_BUILTIN_BOOL=1 +else + USE_BUILTIN_BOOL=0 +fi +AC_SUBST(USE_BUILTIN_BOOL) + +test "$cf_cv_header_stdbool_h" = yes && AC_DEFINE(USE_STDBOOL_H,1,[Define to 1 if we can include stdbool.h]) # Check for C++ compiler characteristics (and ensure that it's there!) if test -n "$CXX" ; then @@ -1932,7 +1941,7 @@ CF_CXX_AR_FLAGS else cf_cxx_library=no - cf_cv_builtin_bool=1 + cf_cv_builtin_bool=yes # Just because we are not configuring against C++ right now does not # mean that a user will not want to use C++. Some distributors disable @@ -1945,7 +1954,7 @@ if test "$NCURSES_BOOL" != auto ; then cf_cv_type_of_bool=$NCURSES_BOOL - cf_cv_header_stdbool_h=0 + USE_STDBOOL_H=0 else CF_BOOL_SIZE fi @@ -1958,11 +1967,11 @@ # specify the type of bool in a configure-script option and postpone # integration with the C++ compiler provided that the types are compatible. USE_CXX_BOOL=1 -if test "$cf_cv_cc_bool_type" = 1 +if test "$USE_BUILTIN_BOOL" = 1 then # oops: C has a bool. Unlikely, but C++ could differ. USE_CXX_BOOL=0 -elif test "$cf_cv_builtin_bool" = 0 +elif test "$cf_cv_builtin_bool" = no then # C++ has no bool USE_CXX_BOOL=0 Index: dist.mk Prereq: 1.1657 --- ncurses-6.5-20250222+/dist.mk 2025-02-22 09:14:10.000000000 +0000 +++ ncurses-6.5-20250301/dist.mk 2025-03-01 10:08:08.000000000 +0000 @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1657 2025/02/22 09:14:10 tom Exp $ +# $Id: dist.mk,v 1.1658 2025/03/01 10:08:08 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 5 -NCURSES_PATCH = 20250222 +NCURSES_PATCH = 20250301 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) Index: doc/html/man/curs_add_wch.3x.html --- ncurses-6.5-20250222+/doc/html/man/curs_add_wch.3x.html 2025-02-02 00:43:56.000000000 +0000 +++ ncurses-6.5-20250301/doc/html/man/curs_add_wch.3x.html 2025-03-01 22:03:50.000000000 +0000 @@ -28,19 +28,19 @@ * sale, use or other dealings in this Software without prior written * * authorization. * **************************************************************************** - * @Id: curs_add_wch.3x,v 1.102 2025/02/01 23:54:03 tom Exp @ + * @Id: curs_add_wch.3x,v 1.108 2025/03/01 21:16:45 tom Exp @ --> -curs_add_wch 3x 2025-02-01 ncurses 6.5 Library calls +curs_add_wch 3x 2025-03-01 ncurses 6.5 Library calls -

curs_add_wch 3x 2025-02-01 ncurses 6.5 Library calls

+

curs_add_wch 3x 2025-03-01 ncurses 6.5 Library calls

 curs_add_wch(3x)                 Library calls                curs_add_wch(3x)
 
@@ -55,14 +55,14 @@
 

SYNOPSIS

        #include <curses.h>
 
-       int add_wch(const cchar_t *wch);
-       int wadd_wch(WINDOW *win, const cchar_t *wch);
-       int mvadd_wch(int y, int x, const cchar_t *wch);
-       int mvwadd_wch(WINDOW *win, int y, int x,
-             const cchar_t *wch);
+       int add_wch(const cchar_t * wch);
+       int wadd_wch(WINDOW * win, const cchar_t * wch);
+       int mvadd_wch(int y, int x, const cchar_t * wch);
+       int mvwadd_wch(WINDOW * win, int y, int x,
+             const cchar_t * wch);
 
-       int echo_wchar(const cchar_t *wch);
-       int wecho_wchar(WINDOW *win, const cchar_t *wch);
+       int echo_wchar(const cchar_t * wch);
+       int wecho_wchar(WINDOW * win, const cchar_t *wch);
 
        /* (integer) constants */
        /* ... */ WACS_BLOCK;
@@ -150,14 +150,14 @@
        until another spacing character is written to the window or the  cursor
        is moved.
 
-       If advancement occurs at the right margin,
-
-       o   the  cursor  automatically wraps to the beginning of the next line,
-           then,
-
-       o   if  it  was  at  the  bottom  of  the  scrolling  region,  and   if
-           scrollok(3x)  is  enabled  for win, the scrolling region scrolls up
-           one line.
+       If  the  cursor  is  not  at  the  bottom  of  the scrolling region and
+       advancement occurs at the right margin, the cursor automatically  wraps
+       to the beginning of the next line.
+
+       If the cursor is at the bottom of the scrolling region when advancement
+       occurs at the right margin, and scrollok(3x) is enabled  for  win,  the
+       scrolling  region  scrolls  up  one  line.   Otherwise, advancement and
+       scrolling do not occur, and waddch returns ERR.
 
        If wch is a backspace, carriage return, line feed, or tab,  the  cursor
        moves appropriately within the window.
@@ -202,8 +202,8 @@
        wadd_wch to  write  line-drawing  and  other  symbols  to  the  screen.
        ncurses  terms  these forms-drawing characters.  The ACS default listed
        below is used if the acs_chars  (acsc)  terminfo  capability  does  not
-       define  a  terminal-specific replacement for it, or if the terminal and
-       locale configuration requires Unicode to access  these  characters  but
+       define  a terminal-specific replacement for it, or if the terminal type
+       and locale configuration require Unicode to access these characters but
        the  library  is  unable  to  use  Unicode.   The  "acsc  char"  column
        corresponds to how the characters are specified in the acs_chars (acsc)
        string capability, and the characters in it may appear on the screen if
@@ -298,7 +298,7 @@
 

RETURN VALUE

        These functions return OK on success and ERR on failure.
 
-       In ncurses, wadd_wch and wecho_wchar return ERR if
+       In ncurses, they return ERR if
 
        o   the curses screen has not been initialized,
 
@@ -322,8 +322,8 @@
 
 
 

EXTENSIONS

-       The  symbols  (WACS_S3,  WACS_S7,  WACS_LEQUAL,  WACS_GEQUAL,  WACS_PI,
-       WACS_NEQUAL,  and  WACS_STERLING)  are  not  standard.   However,  many
+       The  symbols  WACS_S3,  WACS_S7,  WACS_LEQUAL,  WACS_GEQUAL,   WACS_PI,
+       WACS_NEQUAL,   and  WACS_STERLING  are  not  standard.   However,  many
        publicly  available   terminfo   entries   include   acs_chars   (acsc)
        capabilities  in which their key characters (pryz{|}) are embedded, and
        a second-hand list of their character descriptions has come  to  light.
@@ -449,7 +449,7 @@
 
 
 
-ncurses 6.5                       2025-02-01                  curs_add_wch(3x)
+ncurses 6.5                       2025-03-01                  curs_add_wch(3x)