From 795dae23aa1ab28413279dbab0f43e3b2db0dd5f Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sat, 20 Sep 2025 21:00:34 +0000 Subject: [PATCH] snapshot of project "ncurses", label v6_5_20250920 --- NEWS | 7 +- VERSION | 2 +- aclocal.m4 | 13 +- config.guess | 17 +- config.sub | 28 +- configure | 1701 +++++++++++++++--------------- configure.in | 5 +- dist.mk | 4 +- include/ncurses_defs | 3 +- ncurses/curses.priv.h | 8 +- ncurses/tinfo/MKfallback.sh | 14 +- ncurses/tinfo/access.c | 6 +- ncurses/tinfo/lib_win32con.c | 132 ++- ncurses/win32con/win32_driver.c | 5 +- ncurses/win32con/win_driver.c | 320 +----- package/debian-mingw/changelog | 4 +- package/debian-mingw64/changelog | 4 +- package/debian/changelog | 4 +- package/mingw-ncurses.nsi | 4 +- package/mingw-ncurses.spec | 6 +- package/ncurses.spec | 6 +- package/ncursest.spec | 6 +- 22 files changed, 1070 insertions(+), 1229 deletions(-) diff --git a/NEWS b/NEWS index 9efa4f66..64b84102 100644 --- a/NEWS +++ b/NEWS @@ -26,7 +26,7 @@ -- sale, use or other dealings in this Software without prior written -- -- authorization. -- ------------------------------------------------------------------------------- --- $Id: NEWS,v 1.4341 2025/09/13 22:52:16 tom Exp $ +-- $Id: NEWS,v 1.4344 2025/09/20 09:52:39 tom Exp $ ------------------------------------------------------------------------------- This is a log of changes that ncurses has gone through since Zeyd started @@ -46,6 +46,11 @@ See the AUTHORS file for the corresponding full names. Changes through 1.9.9e did not credit all contributions; it is not possible to add this information. +20250920 + + add configure check for , build-fix for flatpacks + (report by Stas Sergeev). + + update config.guess, config.sub + 20250913 + update ncurses-howto. + modify MKfallback.sh to eliminate TERMINFO environment variable. diff --git a/VERSION b/VERSION index b424f731..758156d5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5:0:10 6.5 20250913 +5:0:10 6.5 20250920 diff --git a/aclocal.m4 b/aclocal.m4 index f2161548..f7429234 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: aclocal.m4,v 1.1119 2025/09/13 15:44:25 tom Exp $ +dnl $Id: aclocal.m4,v 1.1122 2025/09/20 17:27:52 tom Exp $ dnl Macros used in NCURSES auto-configuration script. dnl dnl These macros are maintained separately from NCURSES. The copyright on @@ -2724,7 +2724,7 @@ AC_CHECK_LIB(bsd, gettimeofday, fi ])dnl dnl --------------------------------------------------------------------------- -dnl CF_FUNC_GETTTYNAM version: 3 updated: 2024/12/14 16:09:34 +dnl CF_FUNC_GETTTYNAM version: 4 updated: 2025/09/20 13:27:11 dnl ----------------- dnl Check if the 4.3BSD function getttyname exists, as well as if dnl defines the _PATH_TTYS symbol. If the corresponding file exists, but the @@ -2756,7 +2756,6 @@ then AC_CACHE_CHECK(if _PATH_TTYS file exists,cf_cv_have_PATH_TTYS,[ AC_TRY_RUN([ $ac_includes_default - #include int main(void) { @@ -2777,7 +2776,7 @@ then [struct ttyent *fp = getttynam("/dev/tty"); (void)fp], [cf_cv_func_getttynam=yes], [cf_cv_func_getttynam=no])]) - test "$cf_cv_func_getttynam" = yes && AC_DEFINE(HAVE_GETTTYNAM) + test "$cf_cv_func_getttynam" = yes && AC_DEFINE(HAVE_GETTTYNAM,1,[define to 1 if the system has getttynam()]) fi ])dnl dnl --------------------------------------------------------------------------- @@ -8911,7 +8910,7 @@ AC_DEFUN([CF_VERBOSE], CF_MSG_LOG([$1]) ])dnl dnl --------------------------------------------------------------------------- -dnl CF_VERSION_INFO version: 10 updated: 2025/01/10 19:55:54 +dnl CF_VERSION_INFO version: 11 updated: 2025/09/20 13:27:11 dnl --------------- dnl Define several useful symbols derived from the VERSION file. A separate dnl file is preferred to embedding the version numbers in various scripts. @@ -8995,9 +8994,9 @@ ifelse($1,,,[ AC_SUBST(PROGRAM) AC_SUBST(PACKAGE) AH_TEMPLATE([AS_TR_CPP($1[_VERSION])],[version of package]) - AC_DEFINE_UNQUOTED(AS_TR_CPP($1[_VERSION]),"${VERSION_MAJOR}.${VERSION_MINOR}") + AC_DEFINE_UNQUOTED(AS_TR_CPP($1[_VERSION]),"${VERSION_MAJOR}.${VERSION_MINOR}",[define to version of $1]) AH_TEMPLATE([AS_TR_CPP($1[_PATCHDATE])],[patchdate of package]) - AC_DEFINE_UNQUOTED(AS_TR_CPP($1[_PATCHDATE]),${VERSION_PATCH}) + AC_DEFINE_UNQUOTED(AS_TR_CPP($1[_PATCHDATE]),${VERSION_PATCH},[define to patchdate of $1]) ]) ])dnl dnl --------------------------------------------------------------------------- diff --git a/config.guess b/config.guess index 48a68460..a9d01fde 100755 --- a/config.guess +++ b/config.guess @@ -1,10 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2024 Free Software Foundation, Inc. +# Copyright 1992-2025 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2024-07-27' +timestamp='2025-07-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -60,7 +60,7 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2024 Free Software Foundation, Inc. +Copyright 1992-2025 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -1597,8 +1597,11 @@ EOF *:Unleashed:*:*) GUESS=$UNAME_MACHINE-unknown-unleashed$UNAME_RELEASE ;; - *:Ironclad:*:*) - GUESS=$UNAME_MACHINE-unknown-ironclad + x86_64:[Ii]ronclad:*:*|i?86:[Ii]ronclad:*:*) + GUESS=$UNAME_MACHINE-pc-ironclad-mlibc + ;; + *:[Ii]ronclad:*:*) + GUESS=$UNAME_MACHINE-unknown-ironclad-mlibc ;; esac @@ -1808,8 +1811,8 @@ fi exit 1 # Local variables: -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-format: "%Y-%02m-%02d" # time-stamp-end: "'" # End: diff --git a/config.sub b/config.sub index 4aaae46f..3d35cde1 100755 --- a/config.sub +++ b/config.sub @@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2024 Free Software Foundation, Inc. +# Copyright 1992-2025 Free Software Foundation, Inc. # shellcheck disable=SC2006,SC2268,SC2162 # see below for rationale -timestamp='2024-05-27' +timestamp='2025-07-10' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -76,7 +76,7 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright 1992-2024 Free Software Foundation, Inc. +Copyright 1992-2025 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -145,6 +145,7 @@ case $1 in | kfreebsd*-gnu* \ | knetbsd*-gnu* \ | kopensolaris*-gnu* \ + | ironclad-* \ | linux-* \ | managarm-* \ | netbsd*-eabi* \ @@ -242,7 +243,6 @@ case $1 in | rombug \ | semi \ | sequent* \ - | siemens \ | sgi* \ | siemens \ | sim \ @@ -261,7 +261,7 @@ case $1 in basic_machine=$field1-$field2 basic_os= ;; - zephyr*) + tock* | zephyr*) basic_machine=$field1-unknown basic_os=$field2 ;; @@ -1194,7 +1194,7 @@ case $cpu-$vendor in xscale-* | xscalee[bl]-*) cpu=`echo "$cpu" | sed 's/^xscale/arm/'` ;; - arm64-* | aarch64le-*) + arm64-* | aarch64le-* | arm64_32-*) cpu=aarch64 ;; @@ -1321,6 +1321,7 @@ case $cpu-$vendor in | i960 \ | ia16 \ | ia64 \ + | intelgt \ | ip2k \ | iq2000 \ | javascript \ @@ -1522,6 +1523,10 @@ EOF kernel=nto os=`echo "$basic_os" | sed -e 's|nto|qnx|'` ;; + ironclad*) + kernel=ironclad + os=`echo "$basic_os" | sed -e 's|ironclad|mlibc|'` + ;; linux*) kernel=linux os=`echo "$basic_os" | sed -e 's|linux|gnu|'` @@ -1976,6 +1981,7 @@ case $os in | atheos* \ | auroraux* \ | aux* \ + | banan_os* \ | beos* \ | bitrig* \ | bme* \ @@ -2022,7 +2028,6 @@ case $os in | ios* \ | iris* \ | irix* \ - | ironclad* \ | isc* \ | its* \ | l4re* \ @@ -2118,6 +2123,7 @@ case $os in | sysv* \ | tenex* \ | tirtos* \ + | tock* \ | toppers* \ | tops10* \ | tops20* \ @@ -2214,6 +2220,8 @@ case $kernel-$os-$obj in ;; uclinux-uclibc*- | uclinux-gnu*- ) ;; + ironclad-mlibc*-) + ;; managarm-mlibc*- | managarm-kernel*- ) ;; windows*-msvc*-) @@ -2249,6 +2257,8 @@ case $kernel-$os-$obj in ;; *-eabi*- | *-gnueabi*-) ;; + ios*-simulator- | tvos*-simulator- | watchos*-simulator- ) + ;; none--*) # None (no kernel, i.e. freestanding / bare metal), # can be paired with an machine code file format @@ -2347,8 +2357,8 @@ echo "$cpu-$vendor${kernel:+-$kernel}${os:+-$os}${obj:+-$obj}" exit # Local variables: -# eval: (add-hook 'before-save-hook 'time-stamp) +# eval: (add-hook 'before-save-hook 'time-stamp nil t) # time-stamp-start: "timestamp='" -# time-stamp-format: "%:y-%02m-%02d" +# time-stamp-format: "%Y-%02m-%02d" # time-stamp-end: "'" # End: diff --git a/configure b/configure index 9d8e6332..2c10c067 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.809 . +# From configure.in Revision: 1.810 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52.20250126. # @@ -1376,11 +1376,11 @@ cat >>confdefs.h <>confdefs.h <>confdefs.h <>confdefs.h <>confdefs.h <&5 +echo "$as_me:20659: 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 20664 "configure" +#line 20665 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:20668: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:20669: \"$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:20674: \$? = $ac_status" >&5 + echo "$as_me:20675: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -20690,7 +20691,7 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:20693: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:20694: 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:20707: 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 20712 "configure" +#line 20713 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:20716: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:20717: \"$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:20722: \$? = $ac_status" >&5 + echo "$as_me:20723: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -20738,7 +20739,7 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:20741: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:20742: 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:20752: 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 @@ -20758,7 +20759,7 @@ cf_cv_getopt_header=none for cf_header in stdio.h stdlib.h unistd.h getopt.h do cat >"conftest.$ac_ext" <<_ACEOF -#line 20761 "configure" +#line 20762 "configure" #include "confdefs.h" #include <$cf_header> @@ -20771,16 +20772,16 @@ int x = optind; char *y = optarg; (void)x; (void)y } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20774: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20775: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20777: \$? = $ac_status" >&5 + echo "$as_me:20778: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20780: \"$ac_try\"") >&5 + { (eval echo "$as_me:20781: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20783: \$? = $ac_status" >&5 + echo "$as_me:20784: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_getopt_header=$cf_header break @@ -20792,7 +20793,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" done fi -echo "$as_me:20795: result: $cf_cv_getopt_header" >&5 +echo "$as_me:20796: result: $cf_cv_getopt_header" >&5 echo "${ECHO_T}$cf_cv_getopt_header" >&6 if test "$cf_cv_getopt_header" != none ; then @@ -20809,14 +20810,14 @@ EOF fi -echo "$as_me:20812: checking if external environ is declared" >&5 +echo "$as_me:20813: 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 20819 "configure" +#line 20820 "configure" #include "confdefs.h" $ac_includes_default @@ -20829,16 +20830,16 @@ void* x = (void*) environ; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:20832: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:20833: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:20835: \$? = $ac_status" >&5 + echo "$as_me:20836: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:20838: \"$ac_try\"") >&5 + { (eval echo "$as_me:20839: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20841: \$? = $ac_status" >&5 + echo "$as_me:20842: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_dcl_environ=yes else @@ -20849,7 +20850,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:20852: result: $cf_cv_dcl_environ" >&5 +echo "$as_me:20853: result: $cf_cv_dcl_environ" >&5 echo "${ECHO_T}$cf_cv_dcl_environ" >&6 if test "$cf_cv_dcl_environ" = no ; then @@ -20864,14 +20865,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:20867: checking if external environ exists" >&5 +echo "$as_me:20868: 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 20874 "configure" +#line 20875 "configure" #include "confdefs.h" #undef environ @@ -20886,16 +20887,16 @@ environ = 2 } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20889: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20890: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20892: \$? = $ac_status" >&5 + echo "$as_me:20893: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20895: \"$ac_try\"") >&5 + { (eval echo "$as_me:20896: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20898: \$? = $ac_status" >&5 + echo "$as_me:20899: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_environ=yes else @@ -20906,7 +20907,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:20909: result: $cf_cv_have_environ" >&5 +echo "$as_me:20910: result: $cf_cv_have_environ" >&5 echo "${ECHO_T}$cf_cv_have_environ" >&6 if test "$cf_cv_have_environ" = yes ; then @@ -20919,13 +20920,13 @@ EOF fi -echo "$as_me:20922: checking for getenv" >&5 +echo "$as_me:20923: 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 20928 "configure" +#line 20929 "configure" #include "confdefs.h" #define getenv autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -20956,16 +20957,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:20959: \"$ac_link\"") >&5 +if { (eval echo "$as_me:20960: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:20962: \$? = $ac_status" >&5 + echo "$as_me:20963: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:20965: \"$ac_try\"") >&5 + { (eval echo "$as_me:20966: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:20968: \$? = $ac_status" >&5 + echo "$as_me:20969: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_getenv=yes else @@ -20975,19 +20976,19 @@ ac_cv_func_getenv=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:20978: result: $ac_cv_func_getenv" >&5 +echo "$as_me:20979: 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:20984: checking for $ac_func" >&5 +echo "$as_me:20985: 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 20990 "configure" +#line 20991 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -21018,16 +21019,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:21021: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21022: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21024: \$? = $ac_status" >&5 + echo "$as_me:21025: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:21027: \"$ac_try\"") >&5 + { (eval echo "$as_me:21028: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21030: \$? = $ac_status" >&5 + echo "$as_me:21031: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -21037,7 +21038,7 @@ eval "$as_ac_var=no" fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:21040: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:21041: 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:21051: 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 @@ -21057,7 +21058,7 @@ if test "$cross_compiling" = yes; then cf_cv_consistent_getenv=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 21060 "configure" +#line 21061 "configure" #include "confdefs.h" $ac_includes_default @@ -21162,15 +21163,15 @@ int main(void) _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:21165: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21166: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21168: \$? = $ac_status" >&5 + echo "$as_me:21169: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:21170: \"$ac_try\"") >&5 + { (eval echo "$as_me:21171: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21173: \$? = $ac_status" >&5 + echo "$as_me:21174: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_consistent_getenv=yes else @@ -21183,7 +21184,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes fi fi -echo "$as_me:21186: result: $cf_cv_consistent_getenv" >&5 +echo "$as_me:21187: result: $cf_cv_consistent_getenv" >&5 echo "${ECHO_T}$cf_cv_consistent_getenv" >&6 if test "x$cf_cv_consistent_getenv" = xno @@ -21198,18 +21199,18 @@ fi if test "x$cf_cv_consistent_getenv" = xno && \ test "x$cf_with_trace" = xyes then - { echo "$as_me:21201: WARNING: The NCURSES_TRACE environment variable is not supported with this configuration" >&5 + { echo "$as_me:21202: 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:21205: checking if sys/time.h works with sys/select.h" >&5 +echo "$as_me:21206: 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 21212 "configure" +#line 21213 "configure" #include "confdefs.h" #include @@ -21229,16 +21230,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21232: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21233: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21235: \$? = $ac_status" >&5 + echo "$as_me:21236: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21238: \"$ac_try\"") >&5 + { (eval echo "$as_me:21239: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21241: \$? = $ac_status" >&5 + echo "$as_me:21242: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_sys_time_select=yes else @@ -21250,7 +21251,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21253: result: $cf_cv_sys_time_select" >&5 +echo "$as_me:21254: 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 @@ -21265,13 +21266,13 @@ ac_link='$CC -o "conftest$ac_exeext" $CFLAGS $CPPFLAGS $LDFLAGS "conftest.$ac_ex ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_main_return="return" -echo "$as_me:21268: checking for an ANSI C-conforming const" >&5 +echo "$as_me:21269: 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 21274 "configure" +#line 21275 "configure" #include "confdefs.h" int @@ -21333,16 +21334,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21336: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21337: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21339: \$? = $ac_status" >&5 + echo "$as_me:21340: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21342: \"$ac_try\"") >&5 + { (eval echo "$as_me:21343: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21345: \$? = $ac_status" >&5 + echo "$as_me:21346: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_c_const=yes else @@ -21352,7 +21353,7 @@ ac_cv_c_const=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21355: result: $ac_cv_c_const" >&5 +echo "$as_me:21356: result: $ac_cv_c_const" >&5 echo "${ECHO_T}$ac_cv_c_const" >&6 if test $ac_cv_c_const = no; then @@ -21362,7 +21363,7 @@ EOF fi -echo "$as_me:21365: checking for inline" >&5 +echo "$as_me:21366: 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 @@ -21370,7 +21371,7 @@ else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat >"conftest.$ac_ext" <<_ACEOF -#line 21373 "configure" +#line 21374 "configure" #include "confdefs.h" #ifndef __cplusplus static $ac_kw int static_foo (void) {return 0; } @@ -21379,16 +21380,16 @@ $ac_kw int foo (void) {return 0; } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21382: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21383: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21385: \$? = $ac_status" >&5 + echo "$as_me:21386: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21388: \"$ac_try\"") >&5 + { (eval echo "$as_me:21389: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21391: \$? = $ac_status" >&5 + echo "$as_me:21392: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_c_inline=$ac_kw; break else @@ -21399,7 +21400,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" done fi -echo "$as_me:21402: result: $ac_cv_c_inline" >&5 +echo "$as_me:21403: result: $ac_cv_c_inline" >&5 echo "${ECHO_T}$ac_cv_c_inline" >&6 case $ac_cv_c_inline in inline | yes) ;; @@ -21425,7 +21426,7 @@ if test "$ac_cv_c_inline" != no ; then : elif test "$GCC" = yes then - echo "$as_me:21428: checking if $CC supports options to tune inlining" >&5 + echo "$as_me:21429: 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 @@ -21434,7 +21435,7 @@ else cf_save_CFLAGS=$CFLAGS CFLAGS="$CFLAGS --param max-inline-insns-single=1200" cat >"conftest.$ac_ext" <<_ACEOF -#line 21437 "configure" +#line 21438 "configure" #include "confdefs.h" inline int foo(void) { return 1; } int @@ -21446,16 +21447,16 @@ ${cf_cv_main_return:-return} foo() } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21449: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21450: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21452: \$? = $ac_status" >&5 + echo "$as_me:21453: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21455: \"$ac_try\"") >&5 + { (eval echo "$as_me:21456: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21458: \$? = $ac_status" >&5 + echo "$as_me:21459: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_gcc_inline=yes else @@ -21467,7 +21468,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" CFLAGS=$cf_save_CFLAGS fi -echo "$as_me:21470: result: $cf_cv_gcc_inline" >&5 +echo "$as_me:21471: result: $cf_cv_gcc_inline" >&5 echo "${ECHO_T}$cf_cv_gcc_inline" >&6 if test "$cf_cv_gcc_inline" = yes ; then @@ -21573,7 +21574,7 @@ fi fi fi -echo "$as_me:21576: checking for signal global datatype" >&5 +echo "$as_me:21577: 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 @@ -21585,7 +21586,7 @@ else "int" do cat >"conftest.$ac_ext" <<_ACEOF -#line 21588 "configure" +#line 21589 "configure" #include "confdefs.h" #include @@ -21609,16 +21610,16 @@ signal(SIGINT, handler); } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21612: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21613: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21615: \$? = $ac_status" >&5 + echo "$as_me:21616: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21618: \"$ac_try\"") >&5 + { (eval echo "$as_me:21619: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21621: \$? = $ac_status" >&5 + echo "$as_me:21622: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_sig_atomic_t=$cf_type else @@ -21632,7 +21633,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21635: result: $cf_cv_sig_atomic_t" >&5 +echo "$as_me:21636: 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:21645: 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 @@ -21651,7 +21652,7 @@ else cf_cv_typeof_chtype=long else cat >"conftest.$ac_ext" <<_ACEOF -#line 21654 "configure" +#line 21655 "configure" #include "confdefs.h" $ac_includes_default @@ -21686,15 +21687,15 @@ int main(void) _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:21689: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21690: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21692: \$? = $ac_status" >&5 + echo "$as_me:21693: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:21694: \"$ac_try\"") >&5 + { (eval echo "$as_me:21695: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21697: \$? = $ac_status" >&5 + echo "$as_me:21698: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_typeof_chtype=`cat cf_test.out` else @@ -21709,7 +21710,7 @@ fi fi -echo "$as_me:21712: result: $cf_cv_typeof_chtype" >&5 +echo "$as_me:21713: result: $cf_cv_typeof_chtype" >&5 echo "${ECHO_T}$cf_cv_typeof_chtype" >&6 cat >>confdefs.h <&5 +echo "$as_me:21725: 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 21731 "configure" +#line 21732 "configure" #include "confdefs.h" int @@ -21740,16 +21741,16 @@ long x = 1L + 1UL + 1U + 1; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21743: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21744: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21746: \$? = $ac_status" >&5 + echo "$as_me:21747: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21749: \"$ac_try\"") >&5 + { (eval echo "$as_me:21750: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21752: \$? = $ac_status" >&5 + echo "$as_me:21753: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_unsigned_literals=yes else @@ -21761,7 +21762,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21764: result: $cf_cv_unsigned_literals" >&5 +echo "$as_me:21765: result: $cf_cv_unsigned_literals" >&5 echo "${ECHO_T}$cf_cv_unsigned_literals" >&6 cf_cv_1UL="1" @@ -21777,14 +21778,14 @@ test "$cf_cv_typeof_mmask_t" = unsigned && cf_cv_typeof_mmask_t="" ### Checks for external-data -echo "$as_me:21780: checking if external errno is declared" >&5 +echo "$as_me:21781: 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 21787 "configure" +#line 21788 "configure" #include "confdefs.h" $ac_includes_default @@ -21798,16 +21799,16 @@ int x = (int) errno; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:21801: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:21802: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21804: \$? = $ac_status" >&5 + echo "$as_me:21805: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:21807: \"$ac_try\"") >&5 + { (eval echo "$as_me:21808: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21810: \$? = $ac_status" >&5 + echo "$as_me:21811: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_dcl_errno=yes else @@ -21818,7 +21819,7 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:21821: result: $cf_cv_dcl_errno" >&5 +echo "$as_me:21822: result: $cf_cv_dcl_errno" >&5 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 if test "$cf_cv_dcl_errno" = no ; then @@ -21833,14 +21834,14 @@ fi # It's possible (for near-UNIX clones) that the data doesn't exist -echo "$as_me:21836: checking if external errno exists" >&5 +echo "$as_me:21837: 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 21843 "configure" +#line 21844 "configure" #include "confdefs.h" #undef errno @@ -21855,16 +21856,16 @@ errno = 2 } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:21858: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21859: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21861: \$? = $ac_status" >&5 + echo "$as_me:21862: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:21864: \"$ac_try\"") >&5 + { (eval echo "$as_me:21865: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21867: \$? = $ac_status" >&5 + echo "$as_me:21868: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_errno=yes else @@ -21875,7 +21876,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:21878: result: $cf_cv_have_errno" >&5 +echo "$as_me:21879: result: $cf_cv_have_errno" >&5 echo "${ECHO_T}$cf_cv_have_errno" >&6 if test "$cf_cv_have_errno" = yes ; then @@ -21888,7 +21889,7 @@ EOF fi -echo "$as_me:21891: checking if data-only library module links" >&5 +echo "$as_me:21892: 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 @@ -21896,20 +21897,20 @@ else rm -f conftest.a cat >conftest.$ac_ext <&5 + if { (eval echo "$as_me:21903: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21905: \$? = $ac_status" >&5 + echo "$as_me:21906: \$? = $ac_status" >&5 (exit "$ac_status"); } ; then mv conftest.$OBJEXT data.$OBJEXT && \ ( $AR $ARFLAGS conftest.a data.$OBJEXT ) 2>&5 1>/dev/null fi rm -f conftest.$ac_ext data.$OBJEXT cat >conftest.$ac_ext <&5 + if { (eval echo "$as_me:21930: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:21932: \$? = $ac_status" >&5 + echo "$as_me:21933: \$? = $ac_status" >&5 (exit "$ac_status"); }; then mv conftest.$OBJEXT func.$OBJEXT && \ ( $AR $ARFLAGS conftest.a func.$OBJEXT ) 2>&5 1>/dev/null @@ -21942,7 +21943,7 @@ EOF cf_cv_link_dataonly=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 21945 "configure" +#line 21946 "configure" #include "confdefs.h" extern int testfunc(void); @@ -21953,15 +21954,15 @@ else _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:21956: \"$ac_link\"") >&5 +if { (eval echo "$as_me:21957: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:21959: \$? = $ac_status" >&5 + echo "$as_me:21960: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:21961: \"$ac_try\"") >&5 + { (eval echo "$as_me:21962: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:21964: \$? = $ac_status" >&5 + echo "$as_me:21965: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_link_dataonly=yes else @@ -21976,7 +21977,7 @@ fi fi -echo "$as_me:21979: result: $cf_cv_link_dataonly" >&5 +echo "$as_me:21980: result: $cf_cv_link_dataonly" >&5 echo "${ECHO_T}$cf_cv_link_dataonly" >&6 if test "$cf_cv_link_dataonly" = no ; then @@ -21991,13 +21992,13 @@ fi ### Checks for library functions. cf_save_libs="$LIBS" -echo "$as_me:21994: checking for clock_gettime" >&5 +echo "$as_me:21995: 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 22000 "configure" +#line 22001 "configure" #include "confdefs.h" #define clock_gettime autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22028,16 +22029,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22031: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22032: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22034: \$? = $ac_status" >&5 + echo "$as_me:22035: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22037: \"$ac_try\"") >&5 + { (eval echo "$as_me:22038: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22040: \$? = $ac_status" >&5 + echo "$as_me:22041: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_clock_gettime=yes else @@ -22047,12 +22048,12 @@ ac_cv_func_clock_gettime=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22050: result: $ac_cv_func_clock_gettime" >&5 +echo "$as_me:22051: 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:22055: checking for clock_gettime in -lrt" >&5 + echo "$as_me:22056: 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 @@ -22060,7 +22061,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lrt $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22063 "configure" +#line 22064 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22079,16 +22080,16 @@ clock_gettime (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22082: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22083: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22085: \$? = $ac_status" >&5 + echo "$as_me:22086: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22088: \"$ac_try\"") >&5 + { (eval echo "$as_me:22089: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22091: \$? = $ac_status" >&5 + echo "$as_me:22092: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_rt_clock_gettime=yes else @@ -22099,7 +22100,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22102: result: $ac_cv_lib_rt_clock_gettime" >&5 +echo "$as_me:22103: 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" @@ -22111,14 +22112,14 @@ fi fi if test "$cf_cv_test_clock_gettime" = yes ; then -echo "$as_me:22114: checking if clock_gettime links" >&5 +echo "$as_me:22115: 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 22121 "configure" +#line 22122 "configure" #include "confdefs.h" $ac_includes_default @@ -22136,16 +22137,16 @@ struct timespec ts; } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22139: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22140: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22142: \$? = $ac_status" >&5 + echo "$as_me:22143: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22145: \"$ac_try\"") >&5 + { (eval echo "$as_me:22146: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22148: \$? = $ac_status" >&5 + echo "$as_me:22149: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_clock_gettime=yes else @@ -22156,7 +22157,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22159: result: $cf_cv_func_clock_gettime" >&5 +echo "$as_me:22160: result: $cf_cv_func_clock_gettime" >&5 echo "${ECHO_T}$cf_cv_func_clock_gettime" >&6 else cf_cv_func_clock_gettime=no @@ -22170,13 +22171,13 @@ cat >>confdefs.h <<\EOF EOF else -echo "$as_me:22173: checking for gettimeofday" >&5 +echo "$as_me:22174: 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 22179 "configure" +#line 22180 "configure" #include "confdefs.h" #define gettimeofday autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22207,16 +22208,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22210: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22211: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22213: \$? = $ac_status" >&5 + echo "$as_me:22214: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22216: \"$ac_try\"") >&5 + { (eval echo "$as_me:22217: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22219: \$? = $ac_status" >&5 + echo "$as_me:22220: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_gettimeofday=yes else @@ -22226,7 +22227,7 @@ ac_cv_func_gettimeofday=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22229: result: $ac_cv_func_gettimeofday" >&5 +echo "$as_me:22230: result: $ac_cv_func_gettimeofday" >&5 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 if test "$ac_cv_func_gettimeofday" = yes; then @@ -22236,7 +22237,7 @@ EOF else -echo "$as_me:22239: checking for gettimeofday in -lbsd" >&5 +echo "$as_me:22240: 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 @@ -22244,7 +22245,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lbsd $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 22247 "configure" +#line 22248 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -22263,16 +22264,16 @@ gettimeofday (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22266: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22267: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22269: \$? = $ac_status" >&5 + echo "$as_me:22270: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22272: \"$ac_try\"") >&5 + { (eval echo "$as_me:22273: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22275: \$? = $ac_status" >&5 + echo "$as_me:22276: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_bsd_gettimeofday=yes else @@ -22283,7 +22284,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:22286: result: $ac_cv_lib_bsd_gettimeofday" >&5 +echo "$as_me:22287: 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 @@ -22342,13 +22343,13 @@ vsnprintf \ do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:22345: checking for $ac_func" >&5 +echo "$as_me:22346: 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 22351 "configure" +#line 22352 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -22379,16 +22380,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22382: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22383: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22385: \$? = $ac_status" >&5 + echo "$as_me:22386: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22388: \"$ac_try\"") >&5 + { (eval echo "$as_me:22389: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22391: \$? = $ac_status" >&5 + echo "$as_me:22392: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -22398,7 +22399,7 @@ eval "$as_ac_var=no" fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22401: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:22402: 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:22412: 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 22418 "configure" +#line 22419 "configure" #include "confdefs.h" #include @@ -22430,16 +22431,16 @@ FILE *fp = fopen(_PATH_TTYS, "r"); (void)fp } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22433: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22434: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22436: \$? = $ac_status" >&5 + echo "$as_me:22437: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22439: \"$ac_try\"") >&5 + { (eval echo "$as_me:22440: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22442: \$? = $ac_status" >&5 + echo "$as_me:22443: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_PATH_TTYS=yes else @@ -22449,7 +22450,7 @@ cf_cv_PATH_TTYS=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:22452: result: $cf_cv_PATH_TTYS" >&5 +echo "$as_me:22453: result: $cf_cv_PATH_TTYS" >&5 echo "${ECHO_T}$cf_cv_PATH_TTYS" >&6 if test $cf_cv_PATH_TTYS = no @@ -22471,7 +22472,7 @@ fi if test $cf_cv_PATH_TTYS != no then - echo "$as_me:22474: checking if _PATH_TTYS file exists" >&5 + echo "$as_me:22475: 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 @@ -22481,11 +22482,10 @@ else cf_cv_have_PATH_TTYS=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 22484 "configure" +#line 22485 "configure" #include "confdefs.h" $ac_includes_default - #include int main(void) { @@ -22566,7 +22566,8 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi echo "$as_me:22567: result: $cf_cv_func_getttynam" >&5 echo "${ECHO_T}$cf_cv_func_getttynam" >&6 - test "$cf_cv_func_getttynam" = yes && cat >>confdefs.h <<\EOF + test "$cf_cv_func_getttynam" = yes && +cat >>confdefs.h <<\EOF #define HAVE_GETTTYNAM 1 EOF @@ -22574,7 +22575,7 @@ fi if test "x$ac_cv_func_getopt" = xno && \ test "x$cf_with_progs$cf_with_tests" != xnono; then - { { echo "$as_me:22577: error: getopt is required for building programs" >&5 + { { echo "$as_me:22578: error: getopt is required for building programs" >&5 echo "$as_me: error: getopt is required for building programs" >&2;} { (exit 1); exit 1; }; } fi @@ -22583,7 +22584,7 @@ if test "x$with_safe_sprintf" = xyes then if test "x$ac_cv_func_vsnprintf" = xyes then - { echo "$as_me:22586: WARNING: will use vsnprintf instead of safe-sprintf option" >&5 + { echo "$as_me:22587: WARNING: will use vsnprintf instead of safe-sprintf option" >&5 echo "$as_me: WARNING: will use vsnprintf instead of safe-sprintf option" >&2;} else @@ -22596,14 +22597,14 @@ fi if test "x$with_getcap" = "xyes" ; then -echo "$as_me:22599: checking for terminal-capability database functions" >&5 +echo "$as_me:22600: 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 22606 "configure" +#line 22607 "configure" #include "confdefs.h" $ac_includes_default @@ -22623,16 +22624,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22626: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22627: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22629: \$? = $ac_status" >&5 + echo "$as_me:22630: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22632: \"$ac_try\"") >&5 + { (eval echo "$as_me:22633: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22635: \$? = $ac_status" >&5 + echo "$as_me:22636: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cgetent=yes else @@ -22643,7 +22644,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22646: result: $cf_cv_cgetent" >&5 +echo "$as_me:22647: result: $cf_cv_cgetent" >&5 echo "${ECHO_T}$cf_cv_cgetent" >&6 if test "$cf_cv_cgetent" = yes @@ -22653,14 +22654,14 @@ cat >>confdefs.h <<\EOF #define HAVE_BSD_CGETENT 1 EOF -echo "$as_me:22656: checking if cgetent uses const parameter" >&5 +echo "$as_me:22657: 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 22663 "configure" +#line 22664 "configure" #include "confdefs.h" #pragma GCC diagnostic error "-Wincompatible-pointer-types-discards-qualifiers" @@ -22683,16 +22684,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22686: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22687: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22689: \$? = $ac_status" >&5 + echo "$as_me:22690: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22692: \"$ac_try\"") >&5 + { (eval echo "$as_me:22693: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22695: \$? = $ac_status" >&5 + echo "$as_me:22696: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cgetent_const=yes else @@ -22703,7 +22704,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22706: result: $cf_cv_cgetent_const" >&5 +echo "$as_me:22707: result: $cf_cv_cgetent_const" >&5 echo "${ECHO_T}$cf_cv_cgetent_const" >&6 if test "$cf_cv_cgetent_const" = yes then @@ -22717,14 +22718,14 @@ fi fi -echo "$as_me:22720: checking for isascii" >&5 +echo "$as_me:22721: 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 22727 "configure" +#line 22728 "configure" #include "confdefs.h" #include int @@ -22736,16 +22737,16 @@ int x = isascii(' '); (void)x } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:22739: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22740: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22742: \$? = $ac_status" >&5 + echo "$as_me:22743: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:22745: \"$ac_try\"") >&5 + { (eval echo "$as_me:22746: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22748: \$? = $ac_status" >&5 + echo "$as_me:22749: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_isascii=yes else @@ -22756,7 +22757,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:22759: result: $cf_cv_have_isascii" >&5 +echo "$as_me:22760: result: $cf_cv_have_isascii" >&5 echo "${ECHO_T}$cf_cv_have_isascii" >&6 test "$cf_cv_have_isascii" = yes && cat >>confdefs.h <<\EOF @@ -22764,10 +22765,10 @@ cat >>confdefs.h <<\EOF EOF if test "$ac_cv_func_sigaction" = yes; then -echo "$as_me:22767: checking whether sigaction needs _POSIX_SOURCE" >&5 +echo "$as_me:22768: 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 22770 "configure" +#line 22771 "configure" #include "confdefs.h" #include @@ -22781,16 +22782,16 @@ struct sigaction act; (void)act } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22784: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22785: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22787: \$? = $ac_status" >&5 + echo "$as_me:22788: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22790: \"$ac_try\"") >&5 + { (eval echo "$as_me:22791: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22793: \$? = $ac_status" >&5 + echo "$as_me:22794: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then sigact_bad=no else @@ -22798,7 +22799,7 @@ else cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 22801 "configure" +#line 22802 "configure" #include "confdefs.h" #define _POSIX_SOURCE @@ -22813,16 +22814,16 @@ struct sigaction act; (void)act } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22816: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22817: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22819: \$? = $ac_status" >&5 + echo "$as_me:22820: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22822: \"$ac_try\"") >&5 + { (eval echo "$as_me:22823: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22825: \$? = $ac_status" >&5 + echo "$as_me:22826: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then sigact_bad=yes @@ -22838,11 +22839,11 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" -echo "$as_me:22841: result: $sigact_bad" >&5 +echo "$as_me:22842: result: $sigact_bad" >&5 echo "${ECHO_T}$sigact_bad" >&6 fi -echo "$as_me:22845: checking if nanosleep really works" >&5 +echo "$as_me:22846: 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 @@ -22852,7 +22853,7 @@ if test "$cross_compiling" = yes; then cf_cv_func_nanosleep=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 22855 "configure" +#line 22856 "configure" #include "confdefs.h" $ac_includes_default @@ -22878,15 +22879,15 @@ int main(void) { _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:22881: \"$ac_link\"") >&5 +if { (eval echo "$as_me:22882: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:22884: \$? = $ac_status" >&5 + echo "$as_me:22885: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:22886: \"$ac_try\"") >&5 + { (eval echo "$as_me:22887: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22889: \$? = $ac_status" >&5 + echo "$as_me:22890: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_nanosleep=yes else @@ -22898,7 +22899,7 @@ fi rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:22901: result: $cf_cv_func_nanosleep" >&5 +echo "$as_me:22902: result: $cf_cv_func_nanosleep" >&5 echo "${ECHO_T}$cf_cv_func_nanosleep" >&6 test "$cf_cv_func_nanosleep" = "yes" && @@ -22915,23 +22916,23 @@ sys/termio.h \ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:22918: checking for $ac_header" >&5 +echo "$as_me:22919: 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 22924 "configure" +#line 22925 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:22928: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:22929: \"$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:22934: \$? = $ac_status" >&5 + echo "$as_me:22935: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -22950,7 +22951,7 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:22953: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:22954: 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:22971: 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 22973 "configure" +#line 22974 "configure" #include "confdefs.h" #include int @@ -22982,16 +22983,16 @@ struct termios foo; int x = (int)(foo.c_iflag = 1); (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:22985: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:22986: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:22988: \$? = $ac_status" >&5 + echo "$as_me:22989: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:22991: \"$ac_try\"") >&5 + { (eval echo "$as_me:22992: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:22994: \$? = $ac_status" >&5 + echo "$as_me:22995: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then termios_bad=no else @@ -22999,7 +23000,7 @@ else cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 23002 "configure" +#line 23003 "configure" #include "confdefs.h" #define _POSIX_SOURCE @@ -23013,16 +23014,16 @@ struct termios foo; int x = (int)(foo.c_iflag = 2); (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23016: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23017: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23019: \$? = $ac_status" >&5 + echo "$as_me:23020: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23022: \"$ac_try\"") >&5 + { (eval echo "$as_me:23023: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23025: \$? = $ac_status" >&5 + echo "$as_me:23026: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then termios_bad=unknown else @@ -23038,19 +23039,19 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" - echo "$as_me:23041: result: $termios_bad" >&5 + echo "$as_me:23042: result: $termios_bad" >&5 echo "${ECHO_T}$termios_bad" >&6 fi fi -echo "$as_me:23046: checking for tcgetattr" >&5 +echo "$as_me:23047: 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 23053 "configure" +#line 23054 "configure" #include "confdefs.h" #include @@ -23078,16 +23079,16 @@ tcgetattr(1, &foo); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23081: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23082: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23084: \$? = $ac_status" >&5 + echo "$as_me:23085: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23087: \"$ac_try\"") >&5 + { (eval echo "$as_me:23088: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23090: \$? = $ac_status" >&5 + echo "$as_me:23091: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_tcgetattr=yes else @@ -23097,21 +23098,21 @@ cf_cv_have_tcgetattr=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23100: result: $cf_cv_have_tcgetattr" >&5 +echo "$as_me:23101: 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:23107: checking for vsscanf function or workaround" >&5 +echo "$as_me:23108: 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 23114 "configure" +#line 23115 "configure" #include "confdefs.h" #include @@ -23137,16 +23138,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23140: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23141: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23143: \$? = $ac_status" >&5 + echo "$as_me:23144: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23146: \"$ac_try\"") >&5 + { (eval echo "$as_me:23147: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23149: \$? = $ac_status" >&5 + echo "$as_me:23150: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_vsscanf=vsscanf else @@ -23154,7 +23155,7 @@ else cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 23157 "configure" +#line 23158 "configure" #include "confdefs.h" #include @@ -23176,16 +23177,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23179: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23180: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23182: \$? = $ac_status" >&5 + echo "$as_me:23183: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23185: \"$ac_try\"") >&5 + { (eval echo "$as_me:23186: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23188: \$? = $ac_status" >&5 + echo "$as_me:23189: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_vsscanf=vfscanf else @@ -23193,7 +23194,7 @@ else cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 23196 "configure" +#line 23197 "configure" #include "confdefs.h" #include @@ -23215,16 +23216,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23218: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23219: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23221: \$? = $ac_status" >&5 + echo "$as_me:23222: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23224: \"$ac_try\"") >&5 + { (eval echo "$as_me:23225: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23227: \$? = $ac_status" >&5 + echo "$as_me:23228: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_vsscanf=_doscan else @@ -23239,7 +23240,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23242: result: $cf_cv_func_vsscanf" >&5 +echo "$as_me:23243: result: $cf_cv_func_vsscanf" >&5 echo "${ECHO_T}$cf_cv_func_vsscanf" >&6 case "$cf_cv_func_vsscanf" in @@ -23265,23 +23266,23 @@ unistd.h \ do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:23268: checking for $ac_header" >&5 +echo "$as_me:23269: 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 23274 "configure" +#line 23275 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:23278: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:23279: \"$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:23284: \$? = $ac_status" >&5 + echo "$as_me:23285: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -23300,7 +23301,7 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:23303: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:23304: 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:23314: 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 @@ -23321,7 +23322,7 @@ if test "$cross_compiling" = yes; then cf_cv_func_mkstemp=maybe else cat >"conftest.$ac_ext" <<_ACEOF -#line 23324 "configure" +#line 23325 "configure" #include "confdefs.h" $ac_includes_default @@ -23356,15 +23357,15 @@ int main(void) _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:23359: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23360: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23362: \$? = $ac_status" >&5 + echo "$as_me:23363: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:23364: \"$ac_try\"") >&5 + { (eval echo "$as_me:23365: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23367: \$? = $ac_status" >&5 + echo "$as_me:23368: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_mkstemp=yes @@ -23379,16 +23380,16 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes fi fi -echo "$as_me:23382: result: $cf_cv_func_mkstemp" >&5 +echo "$as_me:23383: 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:23385: checking for mkstemp" >&5 + echo "$as_me:23386: 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 23391 "configure" +#line 23392 "configure" #include "confdefs.h" #define mkstemp autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -23419,16 +23420,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23422: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23423: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23425: \$? = $ac_status" >&5 + echo "$as_me:23426: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23428: \"$ac_try\"") >&5 + { (eval echo "$as_me:23429: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23431: \$? = $ac_status" >&5 + echo "$as_me:23432: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_mkstemp=yes else @@ -23438,7 +23439,7 @@ ac_cv_func_mkstemp=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23441: result: $ac_cv_func_mkstemp" >&5 +echo "$as_me:23442: result: $ac_cv_func_mkstemp" >&5 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 fi @@ -23459,21 +23460,21 @@ else fi if test "x$cross_compiling" = xyes ; then - { echo "$as_me:23462: WARNING: cross compiling: assume setvbuf params not reversed" >&5 + { echo "$as_me:23463: 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:23465: checking whether setvbuf arguments are reversed" >&5 + echo "$as_me:23466: 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:23471: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:23472: 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 23476 "configure" +#line 23477 "configure" #include "confdefs.h" #include /* If setvbuf has the reversed format, exit 0. */ @@ -23490,15 +23491,15 @@ main (void) } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:23493: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23494: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23496: \$? = $ac_status" >&5 + echo "$as_me:23497: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:23498: \"$ac_try\"") >&5 + { (eval echo "$as_me:23499: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23501: \$? = $ac_status" >&5 + echo "$as_me:23502: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_setvbuf_reversed=yes else @@ -23511,7 +23512,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes fi rm -f core ./core.* ./*.core fi -echo "$as_me:23514: result: $ac_cv_func_setvbuf_reversed" >&5 +echo "$as_me:23515: 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 @@ -23522,13 +23523,13 @@ EOF fi fi -echo "$as_me:23525: checking for intptr_t" >&5 +echo "$as_me:23526: 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 23531 "configure" +#line 23532 "configure" #include "confdefs.h" $ac_includes_default int @@ -23543,16 +23544,16 @@ if (sizeof (intptr_t)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23546: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23547: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23549: \$? = $ac_status" >&5 + echo "$as_me:23550: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23552: \"$ac_try\"") >&5 + { (eval echo "$as_me:23553: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23555: \$? = $ac_status" >&5 + echo "$as_me:23556: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_intptr_t=yes else @@ -23562,7 +23563,7 @@ ac_cv_type_intptr_t=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:23565: result: $ac_cv_type_intptr_t" >&5 +echo "$as_me:23566: 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 : @@ -23574,13 +23575,13 @@ EOF fi -echo "$as_me:23577: checking for ssize_t" >&5 +echo "$as_me:23578: 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 23583 "configure" +#line 23584 "configure" #include "confdefs.h" $ac_includes_default int @@ -23595,16 +23596,16 @@ if (sizeof (ssize_t)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23598: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23599: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23601: \$? = $ac_status" >&5 + echo "$as_me:23602: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23604: \"$ac_try\"") >&5 + { (eval echo "$as_me:23605: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23607: \$? = $ac_status" >&5 + echo "$as_me:23608: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_ssize_t=yes else @@ -23614,7 +23615,7 @@ ac_cv_type_ssize_t=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:23617: result: $ac_cv_type_ssize_t" >&5 +echo "$as_me:23618: 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 : @@ -23626,14 +23627,14 @@ EOF fi -echo "$as_me:23629: checking for type sigaction_t" >&5 +echo "$as_me:23630: 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 23636 "configure" +#line 23637 "configure" #include "confdefs.h" #include @@ -23646,16 +23647,16 @@ sigaction_t x; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23649: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23650: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23652: \$? = $ac_status" >&5 + echo "$as_me:23653: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23655: \"$ac_try\"") >&5 + { (eval echo "$as_me:23656: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23658: \$? = $ac_status" >&5 + echo "$as_me:23659: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_type_sigaction=yes else @@ -23666,14 +23667,14 @@ fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:23669: result: $cf_cv_type_sigaction" >&5 +echo "$as_me:23670: 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:23676: checking declaration of size-change" >&5 +echo "$as_me:23677: 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 @@ -23694,7 +23695,7 @@ do fi cat >"conftest.$ac_ext" <<_ACEOF -#line 23697 "configure" +#line 23698 "configure" #include "confdefs.h" #include #ifdef HAVE_TERMIOS_H @@ -23744,16 +23745,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:23747: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:23748: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:23750: \$? = $ac_status" >&5 + echo "$as_me:23751: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:23753: \"$ac_try\"") >&5 + { (eval echo "$as_me:23754: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23756: \$? = $ac_status" >&5 + echo "$as_me:23757: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_sizechange=yes else @@ -23772,7 +23773,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" done fi -echo "$as_me:23775: result: $cf_cv_sizechange" >&5 +echo "$as_me:23776: result: $cf_cv_sizechange" >&5 echo "${ECHO_T}$cf_cv_sizechange" >&6 if test "$cf_cv_sizechange" != no ; then @@ -23790,13 +23791,13 @@ EOF esac fi -echo "$as_me:23793: checking for memmove" >&5 +echo "$as_me:23794: 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 23799 "configure" +#line 23800 "configure" #include "confdefs.h" #define memmove autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -23827,16 +23828,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23830: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23831: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23833: \$? = $ac_status" >&5 + echo "$as_me:23834: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23836: \"$ac_try\"") >&5 + { (eval echo "$as_me:23837: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23839: \$? = $ac_status" >&5 + echo "$as_me:23840: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_memmove=yes else @@ -23846,19 +23847,19 @@ ac_cv_func_memmove=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23849: result: $ac_cv_func_memmove" >&5 +echo "$as_me:23850: 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:23855: checking for bcopy" >&5 +echo "$as_me:23856: 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 23861 "configure" +#line 23862 "configure" #include "confdefs.h" #define bcopy autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -23889,16 +23890,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:23892: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23893: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23895: \$? = $ac_status" >&5 + echo "$as_me:23896: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:23898: \"$ac_try\"") >&5 + { (eval echo "$as_me:23899: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23901: \$? = $ac_status" >&5 + echo "$as_me:23902: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_bcopy=yes else @@ -23908,11 +23909,11 @@ ac_cv_func_bcopy=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:23911: result: $ac_cv_func_bcopy" >&5 +echo "$as_me:23912: 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:23915: checking if bcopy does overlapping moves" >&5 + echo "$as_me:23916: 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 @@ -23922,7 +23923,7 @@ else cf_cv_good_bcopy=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 23925 "configure" +#line 23926 "configure" #include "confdefs.h" $ac_includes_default @@ -23938,15 +23939,15 @@ int main(void) { _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:23941: \"$ac_link\"") >&5 +if { (eval echo "$as_me:23942: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:23944: \$? = $ac_status" >&5 + echo "$as_me:23945: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:23946: \"$ac_try\"") >&5 + { (eval echo "$as_me:23947: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:23949: \$? = $ac_status" >&5 + echo "$as_me:23950: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_good_bcopy=yes else @@ -23959,7 +23960,7 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes fi fi -echo "$as_me:23962: result: $cf_cv_good_bcopy" >&5 +echo "$as_me:23963: result: $cf_cv_good_bcopy" >&5 echo "${ECHO_T}$cf_cv_good_bcopy" >&6 else @@ -23986,13 +23987,13 @@ tty >/dev/null 2>&1 || { for ac_func in posix_openpt do as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` -echo "$as_me:23989: checking for $ac_func" >&5 +echo "$as_me:23990: 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 23995 "configure" +#line 23996 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -24023,16 +24024,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24026: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24027: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24029: \$? = $ac_status" >&5 + echo "$as_me:24030: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24032: \"$ac_try\"") >&5 + { (eval echo "$as_me:24033: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24035: \$? = $ac_status" >&5 + echo "$as_me:24036: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -24042,7 +24043,7 @@ eval "$as_ac_var=no" fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24045: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:24046: 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:24056: 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 @@ -24062,7 +24063,7 @@ if test "$cross_compiling" = yes; then cf_cv_working_poll=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 24065 "configure" +#line 24066 "configure" #include "confdefs.h" $ac_includes_default @@ -24115,15 +24116,15 @@ int main(void) { } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:24118: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24119: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24121: \$? = $ac_status" >&5 + echo "$as_me:24122: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:24123: \"$ac_try\"") >&5 + { (eval echo "$as_me:24124: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24126: \$? = $ac_status" >&5 + echo "$as_me:24127: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_working_poll=yes else @@ -24135,21 +24136,21 @@ fi rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:24138: result: $cf_cv_working_poll" >&5 +echo "$as_me:24139: 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:24145: checking if MB_LEN_MAX is usable" >&5 +echo "$as_me:24146: 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 24152 "configure" +#line 24153 "configure" #include "confdefs.h" $ac_includes_default @@ -24169,16 +24170,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:24172: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24173: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24175: \$? = $ac_status" >&5 + echo "$as_me:24176: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:24178: \"$ac_try\"") >&5 + { (eval echo "$as_me:24179: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24181: \$? = $ac_status" >&5 + echo "$as_me:24182: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_mb_len_max=yes else @@ -24188,7 +24189,7 @@ cf_cv_mb_len_max=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:24191: result: $cf_cv_mb_len_max" >&5 +echo "$as_me:24192: 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 @@ -24198,18 +24199,18 @@ cat >>confdefs.h <<\EOF EOF else - { echo "$as_me:24201: WARNING: MB_LEN_MAX is missing/inconsistent in system headers" >&5 + { echo "$as_me:24202: 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:24205: checking for va_copy" >&5 +echo "$as_me:24206: 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 24212 "configure" +#line 24213 "configure" #include "confdefs.h" #include @@ -24226,16 +24227,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24229: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24230: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24232: \$? = $ac_status" >&5 + echo "$as_me:24233: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24235: \"$ac_try\"") >&5 + { (eval echo "$as_me:24236: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24238: \$? = $ac_status" >&5 + echo "$as_me:24239: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have_va_copy=yes else @@ -24245,7 +24246,7 @@ cf_cv_have_va_copy=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24248: result: $cf_cv_have_va_copy" >&5 +echo "$as_me:24249: result: $cf_cv_have_va_copy" >&5 echo "${ECHO_T}$cf_cv_have_va_copy" >&6 if test "$cf_cv_have_va_copy" = yes; @@ -24257,14 +24258,14 @@ EOF else # !cf_cv_have_va_copy -echo "$as_me:24260: checking for __va_copy" >&5 +echo "$as_me:24261: 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 24267 "configure" +#line 24268 "configure" #include "confdefs.h" #include @@ -24281,16 +24282,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24284: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24285: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24287: \$? = $ac_status" >&5 + echo "$as_me:24288: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24290: \"$ac_try\"") >&5 + { (eval echo "$as_me:24291: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24293: \$? = $ac_status" >&5 + echo "$as_me:24294: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have___va_copy=yes else @@ -24300,7 +24301,7 @@ cf_cv_have___va_copy=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24303: result: $cf_cv_have___va_copy" >&5 +echo "$as_me:24304: result: $cf_cv_have___va_copy" >&5 echo "${ECHO_T}$cf_cv_have___va_copy" >&6 if test "$cf_cv_have___va_copy" = yes @@ -24312,14 +24313,14 @@ EOF else # !cf_cv_have___va_copy -echo "$as_me:24315: checking for __builtin_va_copy" >&5 +echo "$as_me:24316: 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 24322 "configure" +#line 24323 "configure" #include "confdefs.h" #include @@ -24336,16 +24337,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24339: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24340: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24342: \$? = $ac_status" >&5 + echo "$as_me:24343: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24345: \"$ac_try\"") >&5 + { (eval echo "$as_me:24346: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24348: \$? = $ac_status" >&5 + echo "$as_me:24349: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_have___builtin_va_copy=yes else @@ -24355,7 +24356,7 @@ cf_cv_have___builtin_va_copy=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24358: result: $cf_cv_have___builtin_va_copy" >&5 +echo "$as_me:24359: 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 && @@ -24373,14 +24374,14 @@ case "${cf_cv_have_va_copy}${cf_cv_have___va_copy}${cf_cv_have___builtin_va_copy ;; (*) - echo "$as_me:24376: checking if we can simply copy va_list" >&5 + echo "$as_me:24377: 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 24383 "configure" +#line 24384 "configure" #include "confdefs.h" #include @@ -24397,16 +24398,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24400: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24401: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24403: \$? = $ac_status" >&5 + echo "$as_me:24404: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24406: \"$ac_try\"") >&5 + { (eval echo "$as_me:24407: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24409: \$? = $ac_status" >&5 + echo "$as_me:24410: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_pointer_va_list=yes else @@ -24416,19 +24417,19 @@ cf_cv_pointer_va_list=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24419: result: $cf_cv_pointer_va_list" >&5 +echo "$as_me:24420: 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:24424: checking if we can copy va_list indirectly" >&5 + echo "$as_me:24425: 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 24431 "configure" +#line 24432 "configure" #include "confdefs.h" #include @@ -24445,16 +24446,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24448: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24449: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24451: \$? = $ac_status" >&5 + echo "$as_me:24452: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24454: \"$ac_try\"") >&5 + { (eval echo "$as_me:24455: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24457: \$? = $ac_status" >&5 + echo "$as_me:24458: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_array_va_list=yes else @@ -24464,7 +24465,7 @@ cf_cv_array_va_list=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24467: result: $cf_cv_array_va_list" >&5 +echo "$as_me:24468: 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 @@ -24475,13 +24476,13 @@ EOF ;; esac -echo "$as_me:24478: checking for pid_t" >&5 +echo "$as_me:24479: 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 24484 "configure" +#line 24485 "configure" #include "confdefs.h" $ac_includes_default int @@ -24496,16 +24497,16 @@ if (sizeof (pid_t)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:24499: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24500: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24502: \$? = $ac_status" >&5 + echo "$as_me:24503: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:24505: \"$ac_try\"") >&5 + { (eval echo "$as_me:24506: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24508: \$? = $ac_status" >&5 + echo "$as_me:24509: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_pid_t=yes else @@ -24515,7 +24516,7 @@ ac_cv_type_pid_t=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:24518: result: $ac_cv_type_pid_t" >&5 +echo "$as_me:24519: 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 : @@ -24530,23 +24531,23 @@ fi for ac_header in unistd.h vfork.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:24533: checking for $ac_header" >&5 +echo "$as_me:24534: 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 24539 "configure" +#line 24540 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:24543: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:24544: \"$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:24549: \$? = $ac_status" >&5 + echo "$as_me:24550: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -24565,7 +24566,7 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:24568: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:24569: 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:24582: 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 24587 "configure" +#line 24588 "configure" #include "confdefs.h" #define $ac_func autoconf_temporary #include /* least-intrusive standard header which defines gcc2 __stub macros */ @@ -24615,16 +24616,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:24618: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24619: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24621: \$? = $ac_status" >&5 + echo "$as_me:24622: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:24624: \"$ac_try\"") >&5 + { (eval echo "$as_me:24625: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24627: \$? = $ac_status" >&5 + echo "$as_me:24628: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then eval "$as_ac_var=yes" else @@ -24634,7 +24635,7 @@ eval "$as_ac_var=no" fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi -echo "$as_me:24637: result: `eval echo '${'"$as_ac_var"'}'`" >&5 +echo "$as_me:24638: 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:24650: 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 @@ -24669,15 +24670,15 @@ else } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:24672: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24673: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24675: \$? = $ac_status" >&5 + echo "$as_me:24676: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:24677: \"$ac_try\"") >&5 + { (eval echo "$as_me:24678: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24680: \$? = $ac_status" >&5 + echo "$as_me:24681: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_fork_works=yes else @@ -24689,7 +24690,7 @@ fi rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:24692: result: $ac_cv_func_fork_works" >&5 +echo "$as_me:24693: result: $ac_cv_func_fork_works" >&5 echo "${ECHO_T}$ac_cv_func_fork_works" >&6 fi @@ -24703,12 +24704,12 @@ if test "x$ac_cv_func_fork_works" = xcross; then ac_cv_func_fork_works=yes ;; esac - { echo "$as_me:24706: WARNING: CROSS: Result $ac_cv_func_fork_works guessed due to cross-compiling." >&5 + { echo "$as_me:24707: 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:24711: checking for working vfork" >&5 + echo "$as_me:24712: 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 @@ -24717,7 +24718,7 @@ else ac_cv_func_vfork_works=cross else cat >"conftest.$ac_ext" <<_ACEOF -#line 24720 "configure" +#line 24721 "configure" #include "confdefs.h" /* Thanks to Paul Eggert for this test. */ #include @@ -24810,15 +24811,15 @@ main (void) } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:24813: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24814: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24816: \$? = $ac_status" >&5 + echo "$as_me:24817: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:24818: \"$ac_try\"") >&5 + { (eval echo "$as_me:24819: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24821: \$? = $ac_status" >&5 + echo "$as_me:24822: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_func_vfork_works=yes else @@ -24830,13 +24831,13 @@ fi rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftest.$ac_ext" fi fi -echo "$as_me:24833: result: $ac_cv_func_vfork_works" >&5 +echo "$as_me:24834: 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:24839: WARNING: CROSS: Result $ac_cv_func_vfork_works guessed due to cross-compiling." >&5 + { echo "$as_me:24840: 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 @@ -24861,7 +24862,7 @@ EOF fi -echo "$as_me:24864: checking if fopen accepts explicit binary mode" >&5 +echo "$as_me:24865: 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 @@ -24871,7 +24872,7 @@ else cf_cv_fopen_bin_r=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 24874 "configure" +#line 24875 "configure" #include "confdefs.h" $ac_includes_default @@ -24906,15 +24907,15 @@ int main(void) _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:24909: \"$ac_link\"") >&5 +if { (eval echo "$as_me:24910: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:24912: \$? = $ac_status" >&5 + echo "$as_me:24913: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:24914: \"$ac_try\"") >&5 + { (eval echo "$as_me:24915: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24917: \$? = $ac_status" >&5 + echo "$as_me:24918: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_fopen_bin_r=yes else @@ -24927,20 +24928,20 @@ rm -f core ./core.* ./*.core "conftest$ac_exeext" "conftest.$ac_objext" "conftes fi fi -echo "$as_me:24930: result: $cf_cv_fopen_bin_r" >&5 +echo "$as_me:24931: 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:24937: checking for cc_t" >&5 + echo "$as_me:24938: 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 24943 "configure" +#line 24944 "configure" #include "confdefs.h" $ac_includes_default @@ -24958,16 +24959,16 @@ if (sizeof (cc_t)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:24961: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:24962: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:24964: \$? = $ac_status" >&5 + echo "$as_me:24965: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:24967: \"$ac_try\"") >&5 + { (eval echo "$as_me:24968: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:24970: \$? = $ac_status" >&5 + echo "$as_me:24971: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_cc_t=yes else @@ -24977,7 +24978,7 @@ ac_cv_type_cc_t=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:24980: result: $ac_cv_type_cc_t" >&5 +echo "$as_me:24981: 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 @@ -24987,13 +24988,13 @@ EOF fi - echo "$as_me:24990: checking for speed_t" >&5 + echo "$as_me:24991: 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 24996 "configure" +#line 24997 "configure" #include "confdefs.h" $ac_includes_default @@ -25011,16 +25012,16 @@ if (sizeof (speed_t)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25014: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25015: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25017: \$? = $ac_status" >&5 + echo "$as_me:25018: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25020: \"$ac_try\"") >&5 + { (eval echo "$as_me:25021: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25023: \$? = $ac_status" >&5 + echo "$as_me:25024: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_speed_t=yes else @@ -25030,7 +25031,7 @@ ac_cv_type_speed_t=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:25033: result: $ac_cv_type_speed_t" >&5 +echo "$as_me:25034: 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 @@ -25040,13 +25041,13 @@ EOF fi - echo "$as_me:25043: checking for tcflag_t" >&5 + echo "$as_me:25044: 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 25049 "configure" +#line 25050 "configure" #include "confdefs.h" $ac_includes_default @@ -25064,16 +25065,16 @@ if (sizeof (tcflag_t)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25067: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25068: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25070: \$? = $ac_status" >&5 + echo "$as_me:25071: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25073: \"$ac_try\"") >&5 + { (eval echo "$as_me:25074: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25076: \$? = $ac_status" >&5 + echo "$as_me:25077: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_tcflag_t=yes else @@ -25083,7 +25084,7 @@ ac_cv_type_tcflag_t=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:25086: result: $ac_cv_type_tcflag_t" >&5 +echo "$as_me:25087: 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 @@ -25093,13 +25094,13 @@ EOF fi - echo "$as_me:25096: checking for sigset_t" >&5 + echo "$as_me:25097: 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 25102 "configure" +#line 25103 "configure" #include "confdefs.h" $ac_includes_default @@ -25117,16 +25118,16 @@ if (sizeof (sigset_t)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25120: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25121: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25123: \$? = $ac_status" >&5 + echo "$as_me:25124: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25126: \"$ac_try\"") >&5 + { (eval echo "$as_me:25127: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25129: \$? = $ac_status" >&5 + echo "$as_me:25130: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_sigset_t=yes else @@ -25136,7 +25137,7 @@ ac_cv_type_sigset_t=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:25139: result: $ac_cv_type_sigset_t" >&5 +echo "$as_me:25140: 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 @@ -25148,7 +25149,7 @@ fi # special check for test/ditto.c -echo "$as_me:25151: checking for openpty in -lutil" >&5 +echo "$as_me:25152: 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 @@ -25156,7 +25157,7 @@ else ac_check_lib_save_LIBS=$LIBS LIBS="-lutil $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 25159 "configure" +#line 25160 "configure" #include "confdefs.h" /* Override any gcc2 internal prototype to avoid an error. */ @@ -25175,16 +25176,16 @@ openpty (); } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:25178: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25179: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25181: \$? = $ac_status" >&5 + echo "$as_me:25182: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:25184: \"$ac_try\"") >&5 + { (eval echo "$as_me:25185: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25187: \$? = $ac_status" >&5 + echo "$as_me:25188: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_lib_util_openpty=yes else @@ -25195,7 +25196,7 @@ fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS=$ac_check_lib_save_LIBS fi -echo "$as_me:25198: result: $ac_cv_lib_util_openpty" >&5 +echo "$as_me:25199: 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 @@ -25203,7 +25204,7 @@ else cf_cv_lib_util=no fi -echo "$as_me:25206: checking for openpty header" >&5 +echo "$as_me:25207: 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 @@ -25230,7 +25231,7 @@ LIBS="$cf_add_libs" for cf_header in pty.h libutil.h util.h do cat >"conftest.$ac_ext" <<_ACEOF -#line 25233 "configure" +#line 25234 "configure" #include "confdefs.h" #include <$cf_header> @@ -25248,16 +25249,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:25251: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25252: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25254: \$? = $ac_status" >&5 + echo "$as_me:25255: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:25257: \"$ac_try\"") >&5 + { (eval echo "$as_me:25258: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25260: \$? = $ac_status" >&5 + echo "$as_me:25261: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_func_openpty=$cf_header @@ -25275,7 +25276,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS="$cf_save_LIBS" fi -echo "$as_me:25278: result: $cf_cv_func_openpty" >&5 +echo "$as_me:25279: result: $cf_cv_func_openpty" >&5 echo "${ECHO_T}$cf_cv_func_openpty" >&6 if test "$cf_cv_func_openpty" != no ; then @@ -25348,7 +25349,7 @@ if test -n "$with_hashed_db/include" ; then CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" cat >"conftest.$ac_ext" <<_ACEOF -#line 25351 "configure" +#line 25352 "configure" #include "confdefs.h" #include int @@ -25360,16 +25361,16 @@ printf("Hello") } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25363: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25364: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25366: \$? = $ac_status" >&5 + echo "$as_me:25367: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25369: \"$ac_try\"") >&5 + { (eval echo "$as_me:25370: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25372: \$? = $ac_status" >&5 + echo "$as_me:25373: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then : else @@ -25386,7 +25387,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me:-configure}:25389: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:25390: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -25422,7 +25423,7 @@ if test -n "$with_hashed_db/lib" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me:-configure}:25425: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:25426: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25433,7 +25434,7 @@ fi else case "$with_hashed_db" in (./*|../*|/*) - { echo "$as_me:25436: WARNING: no such directory $with_hashed_db" >&5 + { echo "$as_me:25437: WARNING: no such directory $with_hashed_db" >&5 echo "$as_me: WARNING: no such directory $with_hashed_db" >&2;} ;; (*) @@ -25505,7 +25506,7 @@ if test -n "$cf_item" ; then CPPFLAGS="${CPPFLAGS}-I$cf_add_incdir" cat >"conftest.$ac_ext" <<_ACEOF -#line 25508 "configure" +#line 25509 "configure" #include "confdefs.h" #include int @@ -25517,16 +25518,16 @@ printf("Hello") } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25520: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25521: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25523: \$? = $ac_status" >&5 + echo "$as_me:25524: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25526: \"$ac_try\"") >&5 + { (eval echo "$as_me:25527: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25529: \$? = $ac_status" >&5 + echo "$as_me:25530: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then : else @@ -25543,7 +25544,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" if test "$cf_have_incdir" = no ; then test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 -echo "${as_me:-configure}:25546: testing adding $cf_add_incdir to include-path ..." 1>&5 +echo "${as_me:-configure}:25547: testing adding $cf_add_incdir to include-path ..." 1>&5 CPPFLAGS="$CPPFLAGS -I$cf_add_incdir" @@ -25623,7 +25624,7 @@ if test -n "$cf_item" ; then if test "$cf_have_libdir" = no ; then test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 -echo "${as_me:-configure}:25626: testing adding $cf_add_libdir to library-path ..." 1>&5 +echo "${as_me:-configure}:25627: testing adding $cf_add_libdir to library-path ..." 1>&5 LDFLAGS="-L$cf_add_libdir $LDFLAGS" fi @@ -25640,23 +25641,23 @@ fi fi esac -echo "$as_me:25643: checking for db.h" >&5 +echo "$as_me:25644: 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 25649 "configure" +#line 25650 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:25653: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:25654: \"$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:25659: \$? = $ac_status" >&5 + echo "$as_me:25660: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_c_preproc_warn_flag @@ -25675,11 +25676,11 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:25678: result: $ac_cv_header_db_h" >&5 +echo "$as_me:25679: 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:25682: checking for version of db" >&5 +echo "$as_me:25683: 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 @@ -25690,10 +25691,10 @@ cf_cv_hashed_db_version=unknown for cf_db_version in 1 2 3 4 5 6 do -echo "${as_me:-configure}:25693: testing checking for db version $cf_db_version ..." 1>&5 +echo "${as_me:-configure}:25694: testing checking for db version $cf_db_version ..." 1>&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 25696 "configure" +#line 25697 "configure" #include "confdefs.h" $ac_includes_default @@ -25723,16 +25724,16 @@ DBT *foo = 0 } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25726: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25727: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25729: \$? = $ac_status" >&5 + echo "$as_me:25730: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25732: \"$ac_try\"") >&5 + { (eval echo "$as_me:25733: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25735: \$? = $ac_status" >&5 + echo "$as_me:25736: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_hashed_db_version=$cf_db_version @@ -25746,16 +25747,16 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" done fi -echo "$as_me:25749: result: $cf_cv_hashed_db_version" >&5 +echo "$as_me:25750: 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:25753: error: Cannot determine version of db" >&5 + { { echo "$as_me:25754: 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:25758: checking for db libraries" >&5 +echo "$as_me:25759: 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 @@ -25785,10 +25786,10 @@ LIBS="$cf_add_libs" fi -echo "${as_me:-configure}:25788: testing checking for library $cf_db_libs ..." 1>&5 +echo "${as_me:-configure}:25789: testing checking for library $cf_db_libs ..." 1>&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 25791 "configure" +#line 25792 "configure" #include "confdefs.h" $ac_includes_default @@ -25843,16 +25844,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:25846: \"$ac_link\"") >&5 +if { (eval echo "$as_me:25847: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:25849: \$? = $ac_status" >&5 + echo "$as_me:25850: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:25852: \"$ac_try\"") >&5 + { (eval echo "$as_me:25853: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25855: \$? = $ac_status" >&5 + echo "$as_me:25856: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then if test -n "$cf_db_libs" ; then @@ -25872,11 +25873,11 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" done fi -echo "$as_me:25875: result: $cf_cv_hashed_db_libs" >&5 +echo "$as_me:25876: 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:25879: error: Cannot determine library for db" >&5 + { { echo "$as_me:25880: 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 @@ -25902,7 +25903,7 @@ fi else - { { echo "$as_me:25905: error: Cannot find db.h" >&5 + { { echo "$as_me:25906: error: Cannot find db.h" >&5 echo "$as_me: error: Cannot find db.h" >&2;} { (exit 1); exit 1; }; } @@ -25917,14 +25918,14 @@ fi # Just in case, check if the C compiler has a bool type. -echo "$as_me:25920: checking if we can include stdbool.h" >&5 +echo "$as_me:25921: 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 25927 "configure" +#line 25928 "configure" #include "confdefs.h" $ac_includes_default @@ -25939,23 +25940,23 @@ bool foo = false; (void)foo } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25942: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25943: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25945: \$? = $ac_status" >&5 + echo "$as_me:25946: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25948: \"$ac_try\"") >&5 + { (eval echo "$as_me:25949: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25951: \$? = $ac_status" >&5 + echo "$as_me:25952: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_header_stdbool_h=yes else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 25958 "configure" +#line 25959 "configure" #include "confdefs.h" int @@ -25967,16 +25968,16 @@ bool foo = false; (void)foo } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:25970: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:25971: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:25973: \$? = $ac_status" >&5 + echo "$as_me:25974: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:25976: \"$ac_try\"") >&5 + { (eval echo "$as_me:25977: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:25979: \$? = $ac_status" >&5 + echo "$as_me:25980: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_header_stdbool_h=no else @@ -25987,7 +25988,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:25990: result: $cf_cv_header_stdbool_h" >&5 +echo "$as_me:25991: result: $cf_cv_header_stdbool_h" >&5 echo "${ECHO_T}$cf_cv_header_stdbool_h" >&6 if test "$cf_cv_header_stdbool_h" = yes @@ -25995,14 +25996,14 @@ then USE_STDBOOL_H=1 else USE_STDBOOL_H=0 fi -echo "$as_me:25998: checking for builtin bool type" >&5 +echo "$as_me:25999: 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 26005 "configure" +#line 26006 "configure" #include "confdefs.h" $ac_includes_default @@ -26016,16 +26017,16 @@ bool x = false; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26019: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26020: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26022: \$? = $ac_status" >&5 + echo "$as_me:26023: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26025: \"$ac_try\"") >&5 + { (eval echo "$as_me:26026: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26028: \$? = $ac_status" >&5 + echo "$as_me:26029: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cc_bool_type=yes else @@ -26035,7 +26036,7 @@ cf_cv_cc_bool_type=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:26038: result: $cf_cv_cc_bool_type" >&5 +echo "$as_me:26039: result: $cf_cv_cc_bool_type" >&5 echo "${ECHO_T}$cf_cv_cc_bool_type" >&6 if test "$cf_cv_cc_bool_type" = yes; then @@ -26062,10 +26063,10 @@ if test -n "$GXX" ; then cf_save="$LIBS" LIBS="$LIBS $CXXLIBS" - echo "$as_me:26065: checking if we already have C++ library" >&5 + echo "$as_me:26066: 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 26068 "configure" +#line 26069 "configure" #include "confdefs.h" #include @@ -26079,16 +26080,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:26082: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26083: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26085: \$? = $ac_status" >&5 + echo "$as_me:26086: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:26088: \"$ac_try\"") >&5 + { (eval echo "$as_me:26089: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26091: \$? = $ac_status" >&5 + echo "$as_me:26092: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_have_libstdcpp=yes else @@ -26097,7 +26098,7 @@ cat "conftest.$ac_ext" >&5 cf_have_libstdcpp=no fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" - echo "$as_me:26100: result: $cf_have_libstdcpp" >&5 + echo "$as_me:26101: result: $cf_have_libstdcpp" >&5 echo "${ECHO_T}$cf_have_libstdcpp" >&6 LIBS="$cf_save" @@ -26116,7 +26117,7 @@ echo "${ECHO_T}$cf_have_libstdcpp" >&6 ;; esac - echo "$as_me:26119: checking for library $cf_stdcpp_libname" >&5 + echo "$as_me:26120: 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 @@ -26142,7 +26143,7 @@ done LIBS="$cf_add_libs" cat >"conftest.$ac_ext" <<_ACEOF -#line 26145 "configure" +#line 26146 "configure" #include "confdefs.h" #include @@ -26156,16 +26157,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:26159: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26160: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26162: \$? = $ac_status" >&5 + echo "$as_me:26163: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:26165: \"$ac_try\"") >&5 + { (eval echo "$as_me:26166: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26168: \$? = $ac_status" >&5 + echo "$as_me:26169: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_libstdcpp=yes else @@ -26177,7 +26178,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS="$cf_save" fi -echo "$as_me:26180: result: $cf_cv_libstdcpp" >&5 +echo "$as_me:26181: result: $cf_cv_libstdcpp" >&5 echo "${ECHO_T}$cf_cv_libstdcpp" >&6 test "$cf_cv_libstdcpp" = yes && { cf_add_libs="$CXXLIBS" @@ -26199,7 +26200,7 @@ CXXLIBS="$cf_add_libs" fi fi - echo "$as_me:26202: checking whether $CXX understands -c and -o together" >&5 + echo "$as_me:26203: 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 @@ -26214,15 +26215,15 @@ CF_EOF # 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:26217: \"$ac_try\"") >&5 +if { (eval echo "$as_me:26218: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26220: \$? = $ac_status" >&5 + echo "$as_me:26221: \$? = $ac_status" >&5 (exit "$ac_status"); } && - test -f conftest2.$ac_objext && { (eval echo "$as_me:26222: \"$ac_try\"") >&5 + test -f conftest2.$ac_objext && { (eval echo "$as_me:26223: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26225: \$? = $ac_status" >&5 + echo "$as_me:26226: \$? = $ac_status" >&5 (exit "$ac_status"); }; then eval cf_cv_prog_CXX_c_o=yes @@ -26233,10 +26234,10 @@ rm -rf ./conftest* fi if test "$cf_cv_prog_CXX_c_o" = yes; then - echo "$as_me:26236: result: yes" >&5 + echo "$as_me:26237: result: yes" >&5 echo "${ECHO_T}yes" >&6 else - echo "$as_me:26239: result: no" >&5 + echo "$as_me:26240: result: no" >&5 echo "${ECHO_T}no" >&6 fi @@ -26256,7 +26257,7 @@ case "$cf_cv_system_name" in ;; esac if test "$GXX" = yes; then - echo "$as_me:26259: checking for lib$cf_gpp_libname" >&5 + echo "$as_me:26260: checking for lib$cf_gpp_libname" >&5 echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6 cf_save="$LIBS" @@ -26277,7 +26278,7 @@ done LIBS="$cf_add_libs" cat >"conftest.$ac_ext" <<_ACEOF -#line 26280 "configure" +#line 26281 "configure" #include "confdefs.h" #include <$cf_gpp_libname/builtin.h> @@ -26291,16 +26292,16 @@ two_arg_error_handler_t foo2 = lib_error_handler } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:26294: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26295: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26297: \$? = $ac_status" >&5 + echo "$as_me:26298: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:26300: \"$ac_try\"") >&5 + { (eval echo "$as_me:26301: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26303: \$? = $ac_status" >&5 + echo "$as_me:26304: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cxx_library=yes @@ -26337,7 +26338,7 @@ else echo "$as_me: failed program was:" >&5 cat "conftest.$ac_ext" >&5 cat >"conftest.$ac_ext" <<_ACEOF -#line 26340 "configure" +#line 26341 "configure" #include "confdefs.h" #include @@ -26351,16 +26352,16 @@ two_arg_error_handler_t foo2 = lib_error_handler } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:26354: \"$ac_link\"") >&5 +if { (eval echo "$as_me:26355: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:26357: \$? = $ac_status" >&5 + echo "$as_me:26358: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:26360: \"$ac_try\"") >&5 + { (eval echo "$as_me:26361: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26363: \$? = $ac_status" >&5 + echo "$as_me:26364: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cxx_library=yes @@ -26393,7 +26394,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" fi rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" LIBS="$cf_save" - echo "$as_me:26396: result: $cf_cxx_library" >&5 + echo "$as_me:26397: result: $cf_cxx_library" >&5 echo "${ECHO_T}$cf_cxx_library" >&6 fi @@ -26409,7 +26410,7 @@ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS "conftest.$ac_ext" >&5' 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:26412: checking how to run the C++ preprocessor" >&5 +echo "$as_me:26413: 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 @@ -26426,18 +26427,18 @@ do # 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 26429 "configure" +#line 26430 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:26434: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26435: \"$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:26440: \$? = $ac_status" >&5 + echo "$as_me:26441: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26460,17 +26461,17 @@ rm -f conftest.err "conftest.$ac_ext" # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >"conftest.$ac_ext" <<_ACEOF -#line 26463 "configure" +#line 26464 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:26467: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26468: \"$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:26473: \$? = $ac_status" >&5 + echo "$as_me:26474: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26507,7 +26508,7 @@ fi else ac_cv_prog_CXXCPP=$CXXCPP fi -echo "$as_me:26510: result: $CXXCPP" >&5 +echo "$as_me:26511: result: $CXXCPP" >&5 echo "${ECHO_T}$CXXCPP" >&6 ac_preproc_ok=false for ac_cxx_preproc_warn_flag in '' yes @@ -26517,18 +26518,18 @@ do # 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 26520 "configure" +#line 26521 "configure" #include "confdefs.h" #include Syntax error _ACEOF -if { (eval echo "$as_me:26525: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26526: \"$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:26531: \$? = $ac_status" >&5 + echo "$as_me:26532: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26551,17 +26552,17 @@ rm -f conftest.err "conftest.$ac_ext" # OK, works on sane cases. Now check whether non-existent headers # can be detected and how. cat >"conftest.$ac_ext" <<_ACEOF -#line 26554 "configure" +#line 26555 "configure" #include "confdefs.h" #include _ACEOF -if { (eval echo "$as_me:26558: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26559: \"$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:26564: \$? = $ac_status" >&5 + echo "$as_me:26565: \$? = $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 +26590,7 @@ rm -f conftest.err "conftest.$ac_ext" if $ac_preproc_ok; then : else - { { echo "$as_me:26592: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 + { { echo "$as_me:26593: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} { (exit 1); exit 1; }; } fi @@ -26604,23 +26605,23 @@ ac_main_return="return" for ac_header in new exception typeinfo do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` -echo "$as_me:26607: checking for $ac_header" >&5 +echo "$as_me:26608: 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 26613 "configure" +#line 26614 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:26617: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26618: \"$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:26623: \$? = $ac_status" >&5 + echo "$as_me:26624: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26639,7 +26640,7 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:26642: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:26643: 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:26656: 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 26661 "configure" +#line 26662 "configure" #include "confdefs.h" #include <$ac_header> _ACEOF -if { (eval echo "$as_me:26665: \"$ac_cpp "conftest.$ac_ext"\"") >&5 +if { (eval echo "$as_me:26666: \"$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:26671: \$? = $ac_status" >&5 + echo "$as_me:26672: \$? = $ac_status" >&5 (exit "$ac_status"); } >/dev/null; then if test -s conftest.err; then ac_cpp_err=$ac_cxx_preproc_warn_flag @@ -26687,7 +26688,7 @@ else fi rm -f conftest.err "conftest.$ac_ext" fi -echo "$as_me:26690: result: `eval echo '${'"$as_ac_Header"'}'`" >&5 +echo "$as_me:26691: 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:26702: 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 26704 "configure" +#line 26705 "configure" #include "confdefs.h" #include @@ -26718,16 +26719,16 @@ cerr << "testing" << endl; } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26721: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26722: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26724: \$? = $ac_status" >&5 + echo "$as_me:26725: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26727: \"$ac_try\"") >&5 + { (eval echo "$as_me:26728: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26730: \$? = $ac_status" >&5 + echo "$as_me:26731: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_iostream_namespace=yes else @@ -26736,7 +26737,7 @@ cat "conftest.$ac_ext" >&5 cf_iostream_namespace=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" - echo "$as_me:26739: result: $cf_iostream_namespace" >&5 + echo "$as_me:26740: result: $cf_iostream_namespace" >&5 echo "${ECHO_T}$cf_iostream_namespace" >&6 if test "$cf_iostream_namespace" = yes ; then @@ -26747,14 +26748,14 @@ EOF fi fi -echo "$as_me:26750: checking for builtin bool type" >&5 +echo "$as_me:26751: 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 26757 "configure" +#line 26758 "configure" #include "confdefs.h" $ac_includes_default @@ -26768,16 +26769,16 @@ bool x = false; (void)x } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26771: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26772: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26774: \$? = $ac_status" >&5 + echo "$as_me:26775: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26777: \"$ac_try\"") >&5 + { (eval echo "$as_me:26778: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26780: \$? = $ac_status" >&5 + echo "$as_me:26781: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_builtin_bool=yes else @@ -26787,16 +26788,16 @@ cf_cv_builtin_bool=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:26790: result: $cf_cv_builtin_bool" >&5 +echo "$as_me:26791: result: $cf_cv_builtin_bool" >&5 echo "${ECHO_T}$cf_cv_builtin_bool" >&6 -echo "$as_me:26793: checking for bool" >&5 +echo "$as_me:26794: 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 26799 "configure" +#line 26800 "configure" #include "confdefs.h" $ac_includes_default @@ -26831,16 +26832,16 @@ if (sizeof (bool)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26834: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26835: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26837: \$? = $ac_status" >&5 + echo "$as_me:26838: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26840: \"$ac_try\"") >&5 + { (eval echo "$as_me:26841: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26843: \$? = $ac_status" >&5 + echo "$as_me:26844: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_bool=yes else @@ -26850,10 +26851,10 @@ ac_cv_type_bool=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:26853: result: $ac_cv_type_bool" >&5 +echo "$as_me:26854: result: $ac_cv_type_bool" >&5 echo "${ECHO_T}$ac_cv_type_bool" >&6 -echo "$as_me:26856: checking size of bool" >&5 +echo "$as_me:26857: 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 @@ -26862,7 +26863,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >"conftest.$ac_ext" <<_ACEOF -#line 26865 "configure" +#line 26866 "configure" #include "confdefs.h" $ac_includes_default @@ -26894,21 +26895,21 @@ int _array_ [1 - 2 * !((sizeof (bool)) >= 0)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26897: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26898: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26900: \$? = $ac_status" >&5 + echo "$as_me:26901: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26903: \"$ac_try\"") >&5 + { (eval echo "$as_me:26904: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26906: \$? = $ac_status" >&5 + echo "$as_me:26907: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=0 ac_mid=0 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 26911 "configure" +#line 26912 "configure" #include "confdefs.h" $ac_includes_default @@ -26940,16 +26941,16 @@ int _array_ [1 - 2 * !((sizeof (bool)) <= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:26943: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:26944: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:26946: \$? = $ac_status" >&5 + echo "$as_me:26947: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:26949: \"$ac_try\"") >&5 + { (eval echo "$as_me:26950: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:26952: \$? = $ac_status" >&5 + echo "$as_me:26953: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid; break else @@ -26965,7 +26966,7 @@ cat "conftest.$ac_ext" >&5 ac_hi=-1 ac_mid=-1 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 26968 "configure" +#line 26969 "configure" #include "confdefs.h" $ac_includes_default @@ -26997,16 +26998,16 @@ int _array_ [1 - 2 * !((sizeof (bool)) >= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27000: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27001: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27003: \$? = $ac_status" >&5 + echo "$as_me:27004: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27006: \"$ac_try\"") >&5 + { (eval echo "$as_me:27007: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27009: \$? = $ac_status" >&5 + echo "$as_me:27010: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=$ac_mid; break else @@ -27022,7 +27023,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" 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 27025 "configure" +#line 27026 "configure" #include "confdefs.h" $ac_includes_default @@ -27054,16 +27055,16 @@ int _array_ [1 - 2 * !((sizeof (bool)) <= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27057: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27058: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27060: \$? = $ac_status" >&5 + echo "$as_me:27061: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27063: \"$ac_try\"") >&5 + { (eval echo "$as_me:27064: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27066: \$? = $ac_status" >&5 + echo "$as_me:27067: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid else @@ -27076,12 +27077,12 @@ done ac_cv_sizeof_bool=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:27079: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:27080: 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 27084 "configure" +#line 27085 "configure" #include "confdefs.h" $ac_includes_default @@ -27117,15 +27118,15 @@ fclose (f); } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27120: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27121: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27123: \$? = $ac_status" >&5 + echo "$as_me:27124: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27125: \"$ac_try\"") >&5 + { (eval echo "$as_me:27126: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27128: \$? = $ac_status" >&5 + echo "$as_me:27129: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_sizeof_bool=`cat conftest.val` else @@ -27141,13 +27142,13 @@ else ac_cv_sizeof_bool=0 fi fi -echo "$as_me:27144: result: $ac_cv_sizeof_bool" >&5 +echo "$as_me:27145: result: $ac_cv_sizeof_bool" >&5 echo "${ECHO_T}$ac_cv_sizeof_bool" >&6 cat >>confdefs.h <&5 +echo "$as_me:27151: 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 @@ -27166,7 +27167,7 @@ else else cat >"conftest.$ac_ext" <<_ACEOF -#line 27169 "configure" +#line 27170 "configure" #include "confdefs.h" $ac_includes_default @@ -27207,15 +27208,15 @@ int main(void) _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27210: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27211: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27213: \$? = $ac_status" >&5 + echo "$as_me:27214: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27215: \"$ac_try\"") >&5 + { (eval echo "$as_me:27216: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27218: \$? = $ac_status" >&5 + echo "$as_me:27219: \$? = $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 @@ -27232,19 +27233,19 @@ fi rm -f cf_test.out fi -echo "$as_me:27235: result: $cf_cv_type_of_bool" >&5 +echo "$as_me:27236: 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:27242: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 + { echo "$as_me:27243: 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:27247: checking for special defines needed for etip.h" >&5 +echo "$as_me:27248: 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" @@ -27262,7 +27263,7 @@ do 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 27265 "configure" +#line 27266 "configure" #include "confdefs.h" #include @@ -27276,16 +27277,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27279: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27280: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27282: \$? = $ac_status" >&5 + echo "$as_me:27283: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27285: \"$ac_try\"") >&5 + { (eval echo "$as_me:27286: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27288: \$? = $ac_status" >&5 + echo "$as_me:27289: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then test -n "$cf_math" && cat >>confdefs.h <&5 +echo "$as_me:27310: result: ${cf_result:-(none)}" >&5 echo "${ECHO_T}${cf_result:-(none)}" >&6 CXXFLAGS="$cf_save_CXXFLAGS" if test -n "$CXX"; then -echo "$as_me:27314: checking if $CXX accepts override keyword" >&5 +echo "$as_me:27315: 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 @@ -27328,7 +27329,7 @@ ac_main_return="return" cf_cv_cpp_override=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 27331 "configure" +#line 27332 "configure" #include "confdefs.h" class base @@ -27347,15 +27348,15 @@ int main(void) { } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27350: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27351: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27353: \$? = $ac_status" >&5 + echo "$as_me:27354: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27355: \"$ac_try\"") >&5 + { (eval echo "$as_me:27356: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27358: \$? = $ac_status" >&5 + echo "$as_me:27359: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cpp_override=yes else @@ -27374,7 +27375,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_main_return="return" fi -echo "$as_me:27377: result: $cf_cv_cpp_override" >&5 +echo "$as_me:27378: result: $cf_cv_cpp_override" >&5 echo "${ECHO_T}$cf_cv_cpp_override" >&6 fi test "$cf_cv_cpp_override" = yes && @@ -27383,7 +27384,7 @@ cat >>confdefs.h <<\EOF EOF if test -n "$CXX"; then -echo "$as_me:27386: checking if $CXX accepts parameter initialization" >&5 +echo "$as_me:27387: 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 @@ -27400,7 +27401,7 @@ ac_main_return="return" cf_cv_cpp_param_init=unknown else cat >"conftest.$ac_ext" <<_ACEOF -#line 27403 "configure" +#line 27404 "configure" #include "confdefs.h" class TEST { @@ -27419,15 +27420,15 @@ int main(void) { } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27422: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27423: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27425: \$? = $ac_status" >&5 + echo "$as_me:27426: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27427: \"$ac_try\"") >&5 + { (eval echo "$as_me:27428: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27430: \$? = $ac_status" >&5 + echo "$as_me:27431: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cpp_param_init=yes else @@ -27446,7 +27447,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_main_return="return" fi -echo "$as_me:27449: result: $cf_cv_cpp_param_init" >&5 +echo "$as_me:27450: result: $cf_cv_cpp_param_init" >&5 echo "${ECHO_T}$cf_cv_cpp_param_init" >&6 fi test "$cf_cv_cpp_param_init" = yes && @@ -27456,7 +27457,7 @@ EOF if test -n "$CXX"; then -echo "$as_me:27459: checking if $CXX accepts static_cast" >&5 +echo "$as_me:27460: 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 @@ -27470,7 +27471,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_main_return="return" cat >"conftest.$ac_ext" <<_ACEOF -#line 27473 "configure" +#line 27474 "configure" #include "confdefs.h" class NCursesPanel @@ -27514,16 +27515,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27517: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27518: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27520: \$? = $ac_status" >&5 + echo "$as_me:27521: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27523: \"$ac_try\"") >&5 + { (eval echo "$as_me:27524: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27526: \$? = $ac_status" >&5 + echo "$as_me:27527: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then cf_cv_cpp_static_cast=yes else @@ -27541,7 +27542,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu ac_main_return="return" fi -echo "$as_me:27544: result: $cf_cv_cpp_static_cast" >&5 +echo "$as_me:27545: result: $cf_cv_cpp_static_cast" >&5 echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6 fi @@ -27589,13 +27590,13 @@ else USE_STDBOOL_H=0 else -echo "$as_me:27592: checking for bool" >&5 +echo "$as_me:27593: 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 27598 "configure" +#line 27599 "configure" #include "confdefs.h" $ac_includes_default @@ -27630,16 +27631,16 @@ if (sizeof (bool)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27633: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27634: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27636: \$? = $ac_status" >&5 + echo "$as_me:27637: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27639: \"$ac_try\"") >&5 + { (eval echo "$as_me:27640: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27642: \$? = $ac_status" >&5 + echo "$as_me:27643: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_bool=yes else @@ -27649,10 +27650,10 @@ ac_cv_type_bool=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:27652: result: $ac_cv_type_bool" >&5 +echo "$as_me:27653: result: $ac_cv_type_bool" >&5 echo "${ECHO_T}$ac_cv_type_bool" >&6 -echo "$as_me:27655: checking size of bool" >&5 +echo "$as_me:27656: 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 @@ -27661,7 +27662,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >"conftest.$ac_ext" <<_ACEOF -#line 27664 "configure" +#line 27665 "configure" #include "confdefs.h" $ac_includes_default @@ -27693,21 +27694,21 @@ int _array_ [1 - 2 * !((sizeof (bool)) >= 0)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27696: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27697: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27699: \$? = $ac_status" >&5 + echo "$as_me:27700: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27702: \"$ac_try\"") >&5 + { (eval echo "$as_me:27703: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27705: \$? = $ac_status" >&5 + echo "$as_me:27706: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=0 ac_mid=0 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 27710 "configure" +#line 27711 "configure" #include "confdefs.h" $ac_includes_default @@ -27739,16 +27740,16 @@ int _array_ [1 - 2 * !((sizeof (bool)) <= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27742: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27743: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27745: \$? = $ac_status" >&5 + echo "$as_me:27746: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27748: \"$ac_try\"") >&5 + { (eval echo "$as_me:27749: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27751: \$? = $ac_status" >&5 + echo "$as_me:27752: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid; break else @@ -27764,7 +27765,7 @@ cat "conftest.$ac_ext" >&5 ac_hi=-1 ac_mid=-1 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 27767 "configure" +#line 27768 "configure" #include "confdefs.h" $ac_includes_default @@ -27796,16 +27797,16 @@ int _array_ [1 - 2 * !((sizeof (bool)) >= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27799: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27800: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27802: \$? = $ac_status" >&5 + echo "$as_me:27803: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27805: \"$ac_try\"") >&5 + { (eval echo "$as_me:27806: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27808: \$? = $ac_status" >&5 + echo "$as_me:27809: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=$ac_mid; break else @@ -27821,7 +27822,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" 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 27824 "configure" +#line 27825 "configure" #include "confdefs.h" $ac_includes_default @@ -27853,16 +27854,16 @@ int _array_ [1 - 2 * !((sizeof (bool)) <= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:27856: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:27857: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:27859: \$? = $ac_status" >&5 + echo "$as_me:27860: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:27862: \"$ac_try\"") >&5 + { (eval echo "$as_me:27863: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27865: \$? = $ac_status" >&5 + echo "$as_me:27866: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid else @@ -27875,12 +27876,12 @@ done ac_cv_sizeof_bool=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:27878: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:27879: 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 27883 "configure" +#line 27884 "configure" #include "confdefs.h" $ac_includes_default @@ -27916,15 +27917,15 @@ fclose (f); } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:27919: \"$ac_link\"") >&5 +if { (eval echo "$as_me:27920: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:27922: \$? = $ac_status" >&5 + echo "$as_me:27923: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:27924: \"$ac_try\"") >&5 + { (eval echo "$as_me:27925: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:27927: \$? = $ac_status" >&5 + echo "$as_me:27928: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_sizeof_bool=`cat conftest.val` else @@ -27940,13 +27941,13 @@ else ac_cv_sizeof_bool=0 fi fi -echo "$as_me:27943: result: $ac_cv_sizeof_bool" >&5 +echo "$as_me:27944: result: $ac_cv_sizeof_bool" >&5 echo "${ECHO_T}$ac_cv_sizeof_bool" >&6 cat >>confdefs.h <&5 +echo "$as_me:27950: 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 @@ -27965,7 +27966,7 @@ else else cat >"conftest.$ac_ext" <<_ACEOF -#line 27968 "configure" +#line 27969 "configure" #include "confdefs.h" $ac_includes_default @@ -28006,15 +28007,15 @@ int main(void) _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:28009: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28010: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28012: \$? = $ac_status" >&5 + echo "$as_me:28013: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:28014: \"$ac_try\"") >&5 + { (eval echo "$as_me:28015: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28017: \$? = $ac_status" >&5 + echo "$as_me:28018: \$? = $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 @@ -28031,14 +28032,14 @@ fi rm -f cf_test.out fi -echo "$as_me:28034: result: $cf_cv_type_of_bool" >&5 +echo "$as_me:28035: 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:28041: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 + { echo "$as_me:28042: 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 @@ -28069,7 +28070,7 @@ if test -f "${srcdir}/Ada95/Makefile.in" ; then if test "$cf_with_ada" != "no" ; then if test "$with_libtool" != "no"; then - { echo "$as_me:28072: WARNING: libtool does not support Ada - disabling feature" >&5 + { echo "$as_me:28073: 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 @@ -28080,7 +28081,7 @@ echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;} ADAFLAGS="$ADAFLAGS -gnatpn" - echo "$as_me:28083: checking optimization options for ADAFLAGS" >&5 + echo "$as_me:28084: checking optimization options for ADAFLAGS" >&5 echo $ECHO_N "checking optimization options for ADAFLAGS... $ECHO_C" >&6 case "$CFLAGS" in (*-g*) @@ -28097,10 +28098,10 @@ echo $ECHO_N "checking optimization options for ADAFLAGS... $ECHO_C" >&6 ;; esac - echo "$as_me:28100: result: $ADAFLAGS" >&5 + echo "$as_me:28101: result: $ADAFLAGS" >&5 echo "${ECHO_T}$ADAFLAGS" >&6 -echo "$as_me:28103: checking if GNATPREP supports -T option" >&5 +echo "$as_me:28104: 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 @@ -28110,11 +28111,11 @@ cf_cv_gnatprep_opt_t=no gnatprep -T 2>/dev/null >/dev/null && cf_cv_gnatprep_opt_t=yes fi -echo "$as_me:28113: result: $cf_cv_gnatprep_opt_t" >&5 +echo "$as_me:28114: 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:28117: checking if GNAT supports generics" >&5 +echo "$as_me:28118: 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]) @@ -28124,7 +28125,7 @@ case "$cf_cv_gnat_version" in cf_gnat_generics=no ;; esac -echo "$as_me:28127: result: $cf_gnat_generics" >&5 +echo "$as_me:28128: result: $cf_gnat_generics" >&5 echo "${ECHO_T}$cf_gnat_generics" >&6 if test "$cf_gnat_generics" = yes @@ -28136,7 +28137,7 @@ else cf_generic_objects= fi -echo "$as_me:28139: checking if GNAT supports SIGINT" >&5 +echo "$as_me:28140: 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 @@ -28184,7 +28185,7 @@ fi rm -rf ./conftest* ./*~conftest* fi -echo "$as_me:28187: result: $cf_cv_gnat_sigint" >&5 +echo "$as_me:28188: result: $cf_cv_gnat_sigint" >&5 echo "${ECHO_T}$cf_cv_gnat_sigint" >&6 if test "$cf_cv_gnat_sigint" = yes ; then @@ -28197,7 +28198,7 @@ cf_gnat_libraries=no cf_gnat_projects=no if test "$enable_gnat_projects" != no ; then -echo "$as_me:28200: checking if GNAT supports project files" >&5 +echo "$as_me:28201: 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]*) @@ -28260,15 +28261,15 @@ CF_EOF esac ;; esac -echo "$as_me:28263: result: $cf_gnat_projects" >&5 +echo "$as_me:28264: 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:28269: checking if GNAT supports libraries" >&5 + echo "$as_me:28270: checking if GNAT supports libraries" >&5 echo $ECHO_N "checking if GNAT supports libraries... $ECHO_C" >&6 - echo "$as_me:28271: result: $cf_gnat_libraries" >&5 + echo "$as_me:28272: result: $cf_gnat_libraries" >&5 echo "${ECHO_T}$cf_gnat_libraries" >&6 fi @@ -28288,7 +28289,7 @@ then then USE_GNAT_MAKE_GPR="" else - { echo "$as_me:28291: WARNING: use old makefile rules since tools are missing" >&5 + { echo "$as_me:28292: 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 @@ -28300,7 +28301,7 @@ else USE_GNAT_LIBRARIES="#" fi -echo "$as_me:28303: checking for Ada95 compiler" >&5 +echo "$as_me:28304: 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. @@ -28311,12 +28312,12 @@ else cf_ada_compiler=gnatmake fi; -echo "$as_me:28314: result: $cf_ada_compiler" >&5 +echo "$as_me:28315: result: $cf_ada_compiler" >&5 echo "${ECHO_T}$cf_ada_compiler" >&6 cf_ada_package=terminal_interface -echo "$as_me:28319: checking for Ada95 include directory" >&5 +echo "$as_me:28320: 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. @@ -28350,7 +28351,7 @@ case "x$withval" in withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:28353: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:28354: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -28359,10 +28360,10 @@ esac fi eval ADA_INCLUDE="$withval" -echo "$as_me:28362: result: $ADA_INCLUDE" >&5 +echo "$as_me:28363: result: $ADA_INCLUDE" >&5 echo "${ECHO_T}$ADA_INCLUDE" >&6 -echo "$as_me:28365: checking for Ada95 object directory" >&5 +echo "$as_me:28366: 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. @@ -28396,7 +28397,7 @@ case "x$withval" in withval=`echo "$withval" | sed -e s%NONE%$cf_path_syntax%` ;; (*) - { { echo "$as_me:28399: error: expected a pathname, not \"$withval\"" >&5 + { { echo "$as_me:28400: error: expected a pathname, not \"$withval\"" >&5 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} { (exit 1); exit 1; }; } ;; @@ -28405,10 +28406,10 @@ esac fi eval ADA_OBJECTS="$withval" -echo "$as_me:28408: result: $ADA_OBJECTS" >&5 +echo "$as_me:28409: result: $ADA_OBJECTS" >&5 echo "${ECHO_T}$ADA_OBJECTS" >&6 -echo "$as_me:28411: checking whether to build an Ada95 shared library" >&5 +echo "$as_me:28412: 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. @@ -28429,11 +28430,11 @@ then fi fi -echo "$as_me:28432: result: $with_ada_sharedlib" >&5 +echo "$as_me:28433: result: $with_ada_sharedlib" >&5 echo "${ECHO_T}$with_ada_sharedlib" >&6 if test "x$cf_ada_sharedlib_warn" != xno then - { echo "$as_me:28436: WARNING: disabling Ada95 shared library since GNAT projects are not supported" >&5 + { echo "$as_me:28437: 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 @@ -28451,7 +28452,7 @@ fi # allow the Ada binding to be renamed -echo "$as_me:28454: checking for Ada95 curses library name" >&5 +echo "$as_me:28455: 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. @@ -28467,7 +28468,7 @@ case "x$ADA_LIBNAME" in ;; esac -echo "$as_me:28470: result: $ADA_LIBNAME" >&5 +echo "$as_me:28471: result: $ADA_LIBNAME" >&5 echo "${ECHO_T}$ADA_LIBNAME" >&6 fi @@ -28478,13 +28479,13 @@ fi # do this "late" to avoid conflict with header-checks if test "x$with_widec" = xyes ; then - echo "$as_me:28481: checking for wchar_t" >&5 + echo "$as_me:28482: 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 28487 "configure" +#line 28488 "configure" #include "confdefs.h" $ac_includes_default int @@ -28499,16 +28500,16 @@ if (sizeof (wchar_t)) } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28502: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28503: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28505: \$? = $ac_status" >&5 + echo "$as_me:28506: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28508: \"$ac_try\"") >&5 + { (eval echo "$as_me:28509: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28511: \$? = $ac_status" >&5 + echo "$as_me:28512: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_type_wchar_t=yes else @@ -28518,10 +28519,10 @@ ac_cv_type_wchar_t=no fi rm -f "conftest.$ac_objext" "conftest.$ac_ext" fi -echo "$as_me:28521: result: $ac_cv_type_wchar_t" >&5 +echo "$as_me:28522: result: $ac_cv_type_wchar_t" >&5 echo "${ECHO_T}$ac_cv_type_wchar_t" >&6 -echo "$as_me:28524: checking size of wchar_t" >&5 +echo "$as_me:28525: 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 @@ -28530,7 +28531,7 @@ else if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >"conftest.$ac_ext" <<_ACEOF -#line 28533 "configure" +#line 28534 "configure" #include "confdefs.h" $ac_includes_default int @@ -28542,21 +28543,21 @@ int _array_ [1 - 2 * !((sizeof (wchar_t)) >= 0)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28545: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28546: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28548: \$? = $ac_status" >&5 + echo "$as_me:28549: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28551: \"$ac_try\"") >&5 + { (eval echo "$as_me:28552: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28554: \$? = $ac_status" >&5 + echo "$as_me:28555: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=0 ac_mid=0 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 28559 "configure" +#line 28560 "configure" #include "confdefs.h" $ac_includes_default int @@ -28568,16 +28569,16 @@ int _array_ [1 - 2 * !((sizeof (wchar_t)) <= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28571: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28572: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28574: \$? = $ac_status" >&5 + echo "$as_me:28575: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28577: \"$ac_try\"") >&5 + { (eval echo "$as_me:28578: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28580: \$? = $ac_status" >&5 + echo "$as_me:28581: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid; break else @@ -28593,7 +28594,7 @@ cat "conftest.$ac_ext" >&5 ac_hi=-1 ac_mid=-1 while :; do cat >"conftest.$ac_ext" <<_ACEOF -#line 28596 "configure" +#line 28597 "configure" #include "confdefs.h" $ac_includes_default int @@ -28605,16 +28606,16 @@ int _array_ [1 - 2 * !((sizeof (wchar_t)) >= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28608: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28609: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28611: \$? = $ac_status" >&5 + echo "$as_me:28612: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28614: \"$ac_try\"") >&5 + { (eval echo "$as_me:28615: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28617: \$? = $ac_status" >&5 + echo "$as_me:28618: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_lo=$ac_mid; break else @@ -28630,7 +28631,7 @@ rm -f "conftest.$ac_objext" "conftest.$ac_ext" 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 28633 "configure" +#line 28634 "configure" #include "confdefs.h" $ac_includes_default int @@ -28642,16 +28643,16 @@ int _array_ [1 - 2 * !((sizeof (wchar_t)) <= $ac_mid)] } _ACEOF rm -f "conftest.$ac_objext" -if { (eval echo "$as_me:28645: \"$ac_compile\"") >&5 +if { (eval echo "$as_me:28646: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:28648: \$? = $ac_status" >&5 + echo "$as_me:28649: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest.$ac_objext"' - { (eval echo "$as_me:28651: \"$ac_try\"") >&5 + { (eval echo "$as_me:28652: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28654: \$? = $ac_status" >&5 + echo "$as_me:28655: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_hi=$ac_mid else @@ -28664,12 +28665,12 @@ done ac_cv_sizeof_wchar_t=$ac_lo else if test "$cross_compiling" = yes; then - { { echo "$as_me:28667: error: cannot run test program while cross compiling" >&5 + { { echo "$as_me:28668: 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 28672 "configure" +#line 28673 "configure" #include "confdefs.h" $ac_includes_default int @@ -28685,15 +28686,15 @@ fclose (f); } _ACEOF rm -f "conftest$ac_exeext" -if { (eval echo "$as_me:28688: \"$ac_link\"") >&5 +if { (eval echo "$as_me:28689: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:28691: \$? = $ac_status" >&5 + echo "$as_me:28692: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='"./conftest$ac_exeext"' - { (eval echo "$as_me:28693: \"$ac_try\"") >&5 + { (eval echo "$as_me:28694: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:28696: \$? = $ac_status" >&5 + echo "$as_me:28697: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then ac_cv_sizeof_wchar_t=`cat conftest.val` else @@ -28709,7 +28710,7 @@ else ac_cv_sizeof_wchar_t=0 fi fi -echo "$as_me:28712: result: $ac_cv_sizeof_wchar_t" >&5 +echo "$as_me:28713: result: $ac_cv_sizeof_wchar_t" >&5 echo "${ECHO_T}$ac_cv_sizeof_wchar_t" >&6 cat >>confdefs.h <&6 -echo "${as_me:-configure}:28725: testing test failed (assume 2) ..." 1>&5 +echo "${as_me:-configure}:28726: testing test failed (assume 2) ..." 1>&5 sed /SIZEOF_WCHAR_T/d confdefs.h >confdefs.tmp mv confdefs.tmp confdefs.h @@ -28740,7 +28741,7 @@ fi ### chooses to split module lists into libraries. ### ### (see CF_LIB_RULES). -echo "$as_me:28743: checking for library subsets" >&5 +echo "$as_me:28744: checking for library subsets" >&5 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6 LIB_SUBSETS= @@ -28794,7 +28795,7 @@ fi 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:28797: result: $LIB_SUBSETS" >&5 +echo "$as_me:28798: result: $LIB_SUBSETS" >&5 echo "${ECHO_T}$LIB_SUBSETS" >&6 ### Construct the list of include-directories to be generated @@ -28825,7 +28826,7 @@ elif test "$includedir" != "/usr/include"; then fi ### Build up pieces for makefile rules -echo "$as_me:28828: checking default library suffix" >&5 +echo "$as_me:28829: checking default library suffix" >&5 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 case $DFT_LWR_MODEL in @@ -28836,10 +28837,10 @@ echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 (shared) DFT_ARG_SUFFIX='' ;; esac test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" -echo "$as_me:28839: result: $DFT_ARG_SUFFIX" >&5 +echo "$as_me:28840: result: $DFT_ARG_SUFFIX" >&5 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 -echo "$as_me:28842: checking default library-dependency suffix" >&5 +echo "$as_me:28843: checking default library-dependency suffix" >&5 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 case X$DFT_LWR_MODEL in @@ -28922,10 +28923,10 @@ echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 DFT_LIB_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_LIB_SUFFIX}" DFT_DEP_SUFFIX="${LIB_SUFFIX}${EXTRA_SUFFIX}${DFT_DEP_SUFFIX}" fi -echo "$as_me:28925: result: $DFT_DEP_SUFFIX" >&5 +echo "$as_me:28926: result: $DFT_DEP_SUFFIX" >&5 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 -echo "$as_me:28928: checking default object directory" >&5 +echo "$as_me:28929: checking default object directory" >&5 echo $ECHO_N "checking default object directory... $ECHO_C" >&6 case $DFT_LWR_MODEL in @@ -28941,11 +28942,11 @@ echo $ECHO_N "checking default object directory... $ECHO_C" >&6 DFT_OBJ_SUBDIR='obj_s' ;; esac esac -echo "$as_me:28944: result: $DFT_OBJ_SUBDIR" >&5 +echo "$as_me:28945: result: $DFT_OBJ_SUBDIR" >&5 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 if test "x$cf_with_cxx" = xyes ; then -echo "$as_me:28948: checking c++ library-dependency suffix" >&5 +echo "$as_me:28949: 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++) @@ -29038,7 +29039,7 @@ else fi fi -echo "$as_me:29041: result: $CXX_LIB_SUFFIX" >&5 +echo "$as_me:29042: result: $CXX_LIB_SUFFIX" >&5 echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6 fi @@ -29214,19 +29215,19 @@ fi if test -n "$LDFLAGS_STATIC" && test -n "$LDFLAGS_SHARED" then - echo "$as_me:29217: checking if linker supports switching between static/dynamic" >&5 + echo "$as_me:29218: 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:29226: \"$ac_compile\"") >&5 + if { (eval echo "$as_me:29227: \"$ac_compile\"") >&5 (eval $ac_compile) 2>&5 ac_status=$? - echo "$as_me:29229: \$? = $ac_status" >&5 + echo "$as_me:29230: \$? = $ac_status" >&5 (exit "$ac_status"); } ; then ( $AR $ARFLAGS libconftest.a conftest.$OBJEXT ) 2>&5 1>/dev/null ( eval $RANLIB libconftest.a ) 2>&5 >/dev/null @@ -29237,10 +29238,10 @@ EOF LIBS="$LDFLAGS_STATIC -L`pwd` -lconftest $LDFLAGS_DYNAMIC $LIBS" cat >"conftest.$ac_ext" <<_ACEOF -#line 29240 "configure" +#line 29241 "configure" #include "confdefs.h" -#line 29243 "configure" +#line 29244 "configure" #include int cf_ldflags_static(FILE *fp); @@ -29255,16 +29256,16 @@ main (void) } _ACEOF rm -f "conftest.$ac_objext" "conftest$ac_exeext" -if { (eval echo "$as_me:29258: \"$ac_link\"") >&5 +if { (eval echo "$as_me:29259: \"$ac_link\"") >&5 (eval $ac_link) 2>&5 ac_status=$? - echo "$as_me:29261: \$? = $ac_status" >&5 + echo "$as_me:29262: \$? = $ac_status" >&5 (exit "$ac_status"); } && { ac_try='test -s "conftest$ac_exeext"' - { (eval echo "$as_me:29264: \"$ac_try\"") >&5 + { (eval echo "$as_me:29265: \"$ac_try\"") >&5 (eval $ac_try) 2>&5 ac_status=$? - echo "$as_me:29267: \$? = $ac_status" >&5 + echo "$as_me:29268: \$? = $ac_status" >&5 (exit "$ac_status"); }; }; then # some linkers simply ignore the -dynamic @@ -29287,7 +29288,7 @@ rm -f "conftest.$ac_objext" "conftest$ac_exeext" "conftest.$ac_ext" rm -f libconftest.* LIBS="$cf_save_LIBS" - echo "$as_me:29290: result: $cf_ldflags_static" >&5 + echo "$as_me:29291: result: $cf_ldflags_static" >&5 echo "${ECHO_T}$cf_ldflags_static" >&6 if test "$cf_ldflags_static" != yes @@ -29303,7 +29304,7 @@ fi ;; esac -echo "$as_me:29306: checking where we will install curses.h" >&5 +echo "$as_me:29307: checking where we will install curses.h" >&5 echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6 includesubdir= @@ -29313,7 +29314,7 @@ if test "$with_overwrite" = no && \ then includesubdir="/ncurses${USE_LIB_SUFFIX}" fi -echo "$as_me:29316: result: ${includedir}${includesubdir}" >&5 +echo "$as_me:29317: result: ${includedir}${includesubdir}" >&5 echo "${ECHO_T}${includedir}${includesubdir}" >&6 ### Resolve a conflict between normal and wide-curses by forcing applications @@ -29321,7 +29322,7 @@ echo "${ECHO_T}${includedir}${includesubdir}" >&6 if test "$with_overwrite" != no ; then if test "$NCURSES_LIBUTF8" = 1 ; then NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)' - { echo "$as_me:29324: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 + { echo "$as_me:29325: 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 @@ -29346,7 +29347,7 @@ EOF # pkgsrc uses these -echo "$as_me:29349: checking for desired basename for form library" >&5 +echo "$as_me:29350: 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. @@ -29366,10 +29367,10 @@ case "x$FORM_NAME" in ;; esac -echo "$as_me:29369: result: $FORM_NAME" >&5 +echo "$as_me:29370: result: $FORM_NAME" >&5 echo "${ECHO_T}$FORM_NAME" >&6 -echo "$as_me:29372: checking for desired basename for menu library" >&5 +echo "$as_me:29373: 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. @@ -29389,10 +29390,10 @@ case "x$MENU_NAME" in ;; esac -echo "$as_me:29392: result: $MENU_NAME" >&5 +echo "$as_me:29393: result: $MENU_NAME" >&5 echo "${ECHO_T}$MENU_NAME" >&6 -echo "$as_me:29395: checking for desired basename for panel library" >&5 +echo "$as_me:29396: 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. @@ -29412,10 +29413,10 @@ case "x$PANEL_NAME" in ;; esac -echo "$as_me:29415: result: $PANEL_NAME" >&5 +echo "$as_me:29416: result: $PANEL_NAME" >&5 echo "${ECHO_T}$PANEL_NAME" >&6 -echo "$as_me:29418: checking for desired basename for cxx library" >&5 +echo "$as_me:29419: 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. @@ -29435,13 +29436,13 @@ case "x$CXX_NAME" in ;; esac -echo "$as_me:29438: result: $CXX_NAME" >&5 +echo "$as_me:29439: 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:29444: checking for src modules" >&5 +echo "$as_me:29445: checking for src modules" >&5 echo $ECHO_N "checking for src modules... $ECHO_C" >&6 # dependencies and linker-arguments for test-programs @@ -29500,7 +29501,7 @@ eval TEST_ROOT="\$${cf_map_lib_basename}_NAME" fi fi done -echo "$as_me:29503: result: $cf_cv_src_modules" >&5 +echo "$as_me:29504: result: $cf_cv_src_modules" >&5 echo "${ECHO_T}$cf_cv_src_modules" >&6 TEST_ARGS="-L${LIB_DIR} $TEST_ARGS" @@ -29639,7 +29640,7 @@ case "x${ac_cv_header_termios_h}${ac_cv_header_termio_h}${ac_cv_header_sgtty_h}$ (*mingw32*|*mingw64*|*-msvc*) ;; (*) - { { echo "$as_me:29642: error: No termio/termios/sgtty found" >&5 + { { echo "$as_me:29643: error: No termio/termios/sgtty found" >&5 echo "$as_me: error: No termio/termios/sgtty found" >&2;} { (exit 1); exit 1; }; } ;; @@ -29683,7 +29684,7 @@ case "$cf_cv_system_name" in (*-D_XOPEN_SOURCE_EXTENDED*) test -n "$verbose" && echo " moving _XOPEN_SOURCE_EXTENDED to work around g++ problem" 1>&6 -echo "${as_me:-configure}:29686: testing moving _XOPEN_SOURCE_EXTENDED to work around g++ problem ..." 1>&5 +echo "${as_me:-configure}:29687: 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//'` @@ -29694,7 +29695,7 @@ esac # Help to automatically enable the extended curses features when using either # the *-config or the ".pc" files by adding defines. -echo "$as_me:29697: checking for defines to add to ncurses${USE_CFG_SUFFIX}${cf_config_suffix}-config script" >&5 +echo "$as_me:29698: 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 @@ -29710,7 +29711,7 @@ do done test "$cf_found" = no && PKG_CFLAGS="$PKG_CFLAGS $cf_loop1" done -echo "$as_me:29713: result: $PKG_CFLAGS" >&5 +echo "$as_me:29714: result: $PKG_CFLAGS" >&5 echo "${ECHO_T}$PKG_CFLAGS" >&6 case "$cf_cv_system_name" in @@ -29782,7 +29783,7 @@ then 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}:29785: testing will map symbols to ABI=$cf_cv_abi_default ..." 1>&5 +echo "${as_me:-configure}:29786: testing will map symbols to ABI=$cf_cv_abi_default ..." 1>&5 fi @@ -29809,7 +29810,7 @@ fi # This is used for the *-config script and *.pc data files. -echo "$as_me:29812: checking for linker search path" >&5 +echo "$as_me:29813: 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 @@ -29857,7 +29858,7 @@ then cf_pathlist="$cf_pathlist /lib /usr/lib" ;; (*) - { echo "$as_me:29860: WARNING: problem with Solaris architecture" >&5 + { echo "$as_me:29861: WARNING: problem with Solaris architecture" >&5 echo "$as_me: WARNING: problem with Solaris architecture" >&2;} ;; esac @@ -29898,7 +29899,7 @@ done test -z "$cf_cv_ld_searchpath" && cf_cv_ld_searchpath=/usr/lib fi -echo "$as_me:29901: result: $cf_cv_ld_searchpath" >&5 +echo "$as_me:29902: 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'` @@ -29984,7 +29985,7 @@ DEFS=-DHAVE_CONFIG_H : "${CONFIG_STATUS=./config.status}" ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files $CONFIG_STATUS" -{ echo "$as_me:29987: creating $CONFIG_STATUS" >&5 +{ echo "$as_me:29988: creating $CONFIG_STATUS" >&5 echo "$as_me: creating $CONFIG_STATUS" >&6;} cat >"$CONFIG_STATUS" <<_ACEOF #! $SHELL @@ -30165,7 +30166,7 @@ cat >>"$CONFIG_STATUS" <<\EOF echo "$ac_cs_version"; exit 0 ;; --he | --h) # Conflict between --help and --header - { { echo "$as_me:30168: error: ambiguous option: $1 + { { echo "$as_me:30169: error: ambiguous option: $1 Try \`$0 --help' for more information." >&5 echo "$as_me: error: ambiguous option: $1 Try \`$0 --help' for more information." >&2;} @@ -30184,7 +30185,7 @@ Try \`$0 --help' for more information." >&2;} ac_need_defaults=false;; # This is an error. - -*) { { echo "$as_me:30187: error: unrecognized option: $1 + -*) { { echo "$as_me:30188: 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;} @@ -30317,7 +30318,7 @@ do "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:30320: error: invalid argument: $ac_config_target" >&5 + *) { { echo "$as_me:30321: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac @@ -30848,7 +30849,7 @@ done; } esac if test x"$ac_file" != x-; then - { echo "$as_me:30851: creating $ac_file" >&5 + { echo "$as_me:30852: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} rm -f "$ac_file" fi @@ -30866,7 +30867,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo "$tmp"/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:30869: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:30870: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo "$f";; @@ -30879,7 +30880,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo "$srcdir/$f" else # /dev/null tree - { { echo "$as_me:30882: error: cannot find input file: $f" >&5 + { { echo "$as_me:30883: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -30895,7 +30896,7 @@ cat >>"$CONFIG_STATUS" <<\EOF if test -n "$ac_seen"; then ac_used=`grep '@datarootdir@' "$ac_item"` if test -z "$ac_used"; then - { echo "$as_me:30898: WARNING: datarootdir was used implicitly but not set: + { echo "$as_me:30899: 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;} @@ -30904,7 +30905,7 @@ $ac_seen" >&2;} fi ac_seen=`grep '${datarootdir}' "$ac_item"` if test -n "$ac_seen"; then - { echo "$as_me:30907: WARNING: datarootdir was used explicitly but not set: + { echo "$as_me:30908: 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;} @@ -30949,7 +30950,7 @@ cat >>"$CONFIG_STATUS" <<\EOF 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:30952: WARNING: Variable $ac_name is used but was not set: + { echo "$as_me:30953: 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;} @@ -30960,7 +30961,7 @@ $ac_seen" >&2;} $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:30963: WARNING: Some variables may not be substituted: + { echo "$as_me:30964: WARNING: Some variables may not be substituted: $ac_seen" >&5 echo "$as_me: WARNING: Some variables may not be substituted: $ac_seen" >&2;} @@ -31009,7 +31010,7 @@ for ac_file in : $CONFIG_HEADERS; do test "x$ac_file" = x: && continue * ) ac_file_in=$ac_file.in ;; esac - test x"$ac_file" != x- && { echo "$as_me:31012: creating $ac_file" >&5 + test x"$ac_file" != x- && { echo "$as_me:31013: creating $ac_file" >&5 echo "$as_me: creating $ac_file" >&6;} # First look for the input files in the build tree, otherwise in the @@ -31020,7 +31021,7 @@ echo "$as_me: creating $ac_file" >&6;} -) echo "$tmp"/stdin ;; [\\/$]*) # Absolute (can't be DOS-style, as IFS=:) - test -f "$f" || { { echo "$as_me:31023: error: cannot find input file: $f" >&5 + test -f "$f" || { { echo "$as_me:31024: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } echo $f;; @@ -31033,7 +31034,7 @@ echo "$as_me: error: cannot find input file: $f" >&2;} echo "$srcdir/$f" else # /dev/null tree - { { echo "$as_me:31036: error: cannot find input file: $f" >&5 + { { echo "$as_me:31037: error: cannot find input file: $f" >&5 echo "$as_me: error: cannot find input file: $f" >&2;} { (exit 1); exit 1; }; } fi;; @@ -31091,7 +31092,7 @@ cat >>"$CONFIG_STATUS" <<\EOF 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:31094: $ac_file is unchanged" >&5 + { echo "$as_me:31095: $ac_file is unchanged" >&5 echo "$as_me: $ac_file is unchanged" >&6;} else ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ @@ -31478,7 +31479,7 @@ cf_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQ (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}:31481: testing overriding CXX_MODEL to SHARED ..." 1>&5 +echo "${as_me:-configure}:31482: testing overriding CXX_MODEL to SHARED ..." 1>&5 with_shared_cxx=yes ;; diff --git a/configure.in b/configure.in index c50e5fac..59875b22 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ dnl*************************************************************************** dnl dnl Author: Thomas E. Dickey 1995-on dnl -dnl $Id: configure.in,v 1.809 2025/09/13 15:40:47 tom Exp $ +dnl $Id: configure.in,v 1.810 2025/09/15 07:45:00 tom Exp $ dnl Process this file with autoconf to produce a configure script. dnl dnl For additional information, see @@ -38,7 +38,7 @@ dnl https://invisible-island.net/autoconf/my-autoconf.html dnl dnl --------------------------------------------------------------------------- AC_PREREQ(2.52.20210101) -AC_REVISION($Revision: 1.809 $) +AC_REVISION($Revision: 1.810 $) AC_INIT(ncurses/base/lib_initscr.c) AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) @@ -1748,6 +1748,7 @@ malloc.h \ math.h \ poll.h \ sys/auxv.h \ +sys/fsuid.h \ sys/ioctl.h \ sys/param.h \ sys/poll.h \ diff --git a/dist.mk b/dist.mk index 89d2542a..78932129 100644 --- a/dist.mk +++ b/dist.mk @@ -26,7 +26,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: dist.mk,v 1.1687 2025/09/13 10:16:03 tom Exp $ +# $Id: dist.mk,v 1.1688 2025/09/20 09:50:02 tom Exp $ # Makefile for creating ncurses distributions. # # This only needs to be used directly as a makefile by developers, but @@ -38,7 +38,7 @@ SHELL = /bin/sh # These define the major/minor/patch versions of ncurses. NCURSES_MAJOR = 6 NCURSES_MINOR = 5 -NCURSES_PATCH = 20250913 +NCURSES_PATCH = 20250920 # We don't append the patch to the version, since this only applies to releases VERSION = $(NCURSES_MAJOR).$(NCURSES_MINOR) diff --git a/include/ncurses_defs b/include/ncurses_defs index 40fb97d2..1edebcb7 100644 --- a/include/ncurses_defs +++ b/include/ncurses_defs @@ -1,4 +1,4 @@ -# $Id: ncurses_defs,v 1.118 2025/08/08 23:46:30 tom Exp $ +# $Id: ncurses_defs,v 1.119 2025/09/15 07:45:00 tom Exp $ ############################################################################## # Copyright 2018-2024,2025 Thomas E. Dickey # # Copyright 2000-2016,2017 Free Software Foundation, Inc. # @@ -177,6 +177,7 @@ HAVE_SYMLINK HAVE_SYSCONF HAVE_SYS_AUXV_H HAVE_SYS_BSDTYPES_H +HAVE_SYS_FSUID_H HAVE_SYS_IOCTL_H HAVE_SYS_PARAM_H HAVE_SYS_POLL_H diff --git a/ncurses/curses.priv.h b/ncurses/curses.priv.h index 9ae140a2..467d147a 100644 --- a/ncurses/curses.priv.h +++ b/ncurses/curses.priv.h @@ -35,7 +35,7 @@ ****************************************************************************/ /* - * $Id: curses.priv.h,v 1.718 2025/09/13 19:55:59 Robin.Haberkorn Exp $ + * $Id: curses.priv.h,v 1.719 2025/09/20 20:30:37 tom Exp $ * * curses.priv.h * @@ -2552,6 +2552,7 @@ extern NCURSES_EXPORT_VAR(TERM_DRIVER) _nc_WIN_DRIVER; #ifdef USE_TERM_DRIVER #if defined(USE_WIN32CON_DRIVER) extern NCURSES_EXPORT_VAR(TERM_DRIVER) _nc_WIN_DRIVER; +extern NCURSES_EXPORT(bool) _nc_mingw_init(void); extern NCURSES_EXPORT(int) _nc_mingw_isatty(int fd); extern NCURSES_EXPORT(int) _nc_mingw_tcflush(int fd, int queue); extern NCURSES_EXPORT(int) _nc_mingw_tcgetattr(int fd, struct termios *arg); @@ -2565,8 +2566,9 @@ extern NCURSES_EXPORT_VAR(TERM_DRIVER) _nc_TINFO_DRIVER; #ifdef _NC_WINDOWS extern NCURSES_EXPORT(WORD) _nc_console_MapColor(bool fore, int color); extern NCURSES_EXPORT(bool) _nc_console_get_SBI(void); -extern NCURSES_EXPORT(int) _nc_console_read(SCREEN *sp, HANDLE fd, int *buf); -extern NCURSES_EXPORT(int) _nc_console_test(int fd); +extern NCURSES_EXPORT(int) _nc_console_read(SCREEN *sp, HANDLE fd, int *buf); +extern NCURSES_EXPORT(void) _nc_console_set_scrollback(bool normal, CONSOLE_SCREEN_BUFFER_INFO * info); +extern NCURSES_EXPORT(int) _nc_console_test(int fd); extern NCURSES_EXPORT(void) _nc_console_size(int *Lines, int *Cols); #endif diff --git a/ncurses/tinfo/MKfallback.sh b/ncurses/tinfo/MKfallback.sh index b5db9e12..303fcb7a 100755 --- a/ncurses/tinfo/MKfallback.sh +++ b/ncurses/tinfo/MKfallback.sh @@ -27,7 +27,7 @@ # use or other dealings in this Software without prior written # # authorization. # ############################################################################## -# $Id: MKfallback.sh,v 1.30 2025/09/13 19:12:54 tom Exp $ +# $Id: MKfallback.sh,v 1.32 2025/09/20 18:24:34 tom Exp $ # # MKfallback.sh -- create fallback table for entry reads # @@ -63,10 +63,10 @@ if [ $# != 0 ]; then tmp_info=`pwd`/tmp_info echo creating temporary terminfo directory... >&2 - TERMINFO_DIRS=$TERMINFO:$terminfo_dir - export TERMINFO_DIRS + rm -rf "$tmp_info" + mkdir -p "$tmp_info" - "$tic_path" -o "$tmp_info" -x "$terminfo_src" >&2 + "$tic_path" -o $tmp_info -x "$terminfo_src" >&2 else tmp_info= fi @@ -85,7 +85,7 @@ EOF if [ "$*" ] then opt_info= - [ -n "$tmp_info" ] && opt_info="A$tmp_info" + [ -n "$tmp_info" ] && opt_info="-A $tmp_info" cat < @@ -94,7 +94,7 @@ EOF for x in "$@" do echo "/* $x */" - "$infocmp_path" -x"$opt_info" -E "$x" | sed -e 's/[ ]short[ ]/ NCURSES_INT2 /g' + "$infocmp_path" -x $opt_info -E "$x" | sed -e 's/[ ]short[ ]/ NCURSES_INT2 /g' done cat < #ifndef USE_ROOT_ACCESS -#if HAVE_SETFSUID +#if HAVE_SETFSUID && HAVE_SYS_FSUID_H #include #else #include +#undef HAVE_SETFSUID +#define HAVE_SETFSUID 0 /* workaround for misconfigured system */ #endif #endif @@ -52,7 +54,7 @@ #include -MODULE_ID("$Id: access.c,v 1.42 2025/02/20 01:02:09 tom Exp $") +MODULE_ID("$Id: access.c,v 1.43 2025/09/15 07:56:59 tom Exp $") #define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c)) diff --git a/ncurses/tinfo/lib_win32con.c b/ncurses/tinfo/lib_win32con.c index 3510282e..3df0334a 100644 --- a/ncurses/tinfo/lib_win32con.c +++ b/ncurses/tinfo/lib_win32con.c @@ -39,15 +39,13 @@ #define TTY int /* FIXME: TTY originalMode */ #include -MODULE_ID("$Id: lib_win32con.c,v 1.30 2025/08/30 20:53:42 tom Exp $") +MODULE_ID("$Id: lib_win32con.c,v 1.31 2025/09/20 20:46:14 tom Exp $") #if defined(_NC_WINDOWS) #define CONTROL_PRESSED (LEFT_CTRL_PRESSED | RIGHT_CTRL_PRESSED) -#if defined(EXP_WIN32_DRIVER) static bool read_screen_data(void); -#endif #define GenMap(vKey,key) MAKELONG(key, vKey) /* *INDENT-OFF* */ @@ -64,7 +62,6 @@ static const LONG keylist[] = GenMap(VK_DELETE, KEY_DC), GenMap(VK_INSERT, KEY_IC) }; -#if defined(EXP_WIN32_DRIVER) static const LONG ansi_keys[] = { GenMap(VK_PRIOR, 'I'), @@ -78,20 +75,20 @@ static const LONG ansi_keys[] = GenMap(VK_DELETE, 'S'), GenMap(VK_INSERT, 'R') }; -#endif /* *INDENT-ON* */ #define array_length(a) (sizeof(a)/sizeof(a[0])) #define N_INI ((int)array_length(keylist)) #define FKEYS 24 #define MAPSIZE (FKEYS + N_INI) +static bool console_initialized = FALSE; + #if defined(EXP_WIN32_DRIVER) /* A process can only have a single console, so it is safe to maintain all the information about it in a single static structure. */ NCURSES_EXPORT_VAR(ConsoleInfo) _nc_CONSOLE; -static bool console_initialized = FALSE; #define EnsureInit() (void)(console_initialized ? TRUE : _nc_console_checkinit(TRUE, TRUE)) @@ -129,7 +126,7 @@ _nc_console_vt_supported(void) returnCode(res); } #else -#define EnsureInit() /* nothing */ +#define EnsureInit() /* nothing */ #endif NCURSES_EXPORT(void) @@ -350,7 +347,6 @@ _nc_console_MapColor(bool fore, int color) return (WORD) a; } -#if defined(EXP_WIN32_DRIVER) /* * Attempt to save the screen contents. PDCurses does this if * PDC_RESTORE_SCREEN is set, giving the same visual appearance on @@ -388,6 +384,7 @@ save_original_screen(void) return result; } +#if defined(EXP_WIN32_DRIVER) static bool restore_original_screen(void) { @@ -422,6 +419,7 @@ restore_original_screen(void) } return result; } +#endif static bool read_screen_data(void) @@ -437,11 +435,13 @@ read_screen_data(void) want = (size_t) (WINCONSOLE.save_size.X * WINCONSOLE.save_size.Y); - if ((WINCONSOLE.save_screen = malloc(want * sizeof(CHAR_INFO))) != 0) { - bufferCoord.X = (SHORT) (WINCONSOLE.window_only ? - WINCONSOLE.SBI.srWindow.Left : 0); - bufferCoord.Y = (SHORT) (WINCONSOLE.window_only ? - WINCONSOLE.SBI.srWindow.Top : 0); + if ((WINCONSOLE.save_screen = malloc(want * sizeof(CHAR_INFO))) != NULL) { + bufferCoord.X = (SHORT) (WINCONSOLE.window_only + ? WINCONSOLE.SBI.srWindow.Left + : 0); + bufferCoord.Y = (SHORT) (WINCONSOLE.window_only + ? WINCONSOLE.SBI.srWindow.Top + : 0); T(("... reading console %s %dx%d into %d,%d - %d,%d at %d,%d", WINCONSOLE.window_only ? "window" : "buffer", @@ -467,7 +467,6 @@ read_screen_data(void) return result; } -#endif NCURSES_EXPORT(bool) _nc_console_get_SBI(void) @@ -503,7 +502,6 @@ _nc_console_get_SBI(void) return rc; } -#if defined(EXP_WIN32_DRIVER) #define MIN_WIDE 80 #define MIN_HIGH 24 @@ -581,7 +579,6 @@ _nc_console_set_scrollback(bool normal, CONSOLE_SCREEN_BUFFER_INFO * info) } returnVoid; } -#endif #if defined(EXP_WIN32_DRIVER) static ULONGLONG @@ -693,7 +690,6 @@ handle_mouse(SCREEN *sp, MOUSE_EVENT_RECORD mer) return result; } -#if defined(EXP_WIN32_DRIVER) static int rkeycompare(const void *el1, const void *el2) { @@ -702,7 +698,6 @@ rkeycompare(const void *el1, const void *el2) return ((key1 < key2) ? -1 : ((key1 == key2) ? 0 : 1)); } -#endif static int keycompare(const void *el1, const void *el2) @@ -1266,6 +1261,107 @@ _nc_console_restore(void) returnBool(res); } +#else // !defined(EXP_WIN32_DRIVER) +NCURSES_EXPORT(bool) +_nc_mingw_init(void) +{ + { + /* initialize once, or not at all */ + if (!console_initialized) { + int i; + DWORD num_buttons; + WORD a; + BOOL buffered = TRUE; + BOOL b; + + START_TRACE(); + + WINCONSOLE.map = (LPDWORD) malloc(sizeof(DWORD) * MAPSIZE); + WINCONSOLE.rmap = (LPDWORD) malloc(sizeof(DWORD) * MAPSIZE); + WINCONSOLE.ansi_map = (LPDWORD) malloc(sizeof(DWORD) * MAPSIZE); + + for (i = 0; i < (N_INI + FKEYS); i++) { + if (i < N_INI) { + WINCONSOLE.rmap[i] = WINCONSOLE.map[i] = + (DWORD) keylist[i]; + WINCONSOLE.ansi_map[i] = (DWORD) ansi_keys[i]; + } else { + WINCONSOLE.rmap[i] = WINCONSOLE.map[i] = + (DWORD) GenMap((VK_F1 + (i - N_INI)), + (KEY_F(1) + (i - N_INI))); + WINCONSOLE.ansi_map[i] = + (DWORD) GenMap((VK_F1 + (i - N_INI)), + (';' + (i - N_INI))); + } + } + qsort(WINCONSOLE.ansi_map, + (size_t) (MAPSIZE), + sizeof(keylist[0]), + keycompare); + qsort(WINCONSOLE.map, + (size_t) (MAPSIZE), + sizeof(keylist[0]), + keycompare); + qsort(WINCONSOLE.rmap, + (size_t) (MAPSIZE), + sizeof(keylist[0]), + rkeycompare); + + if (GetNumberOfConsoleMouseButtons(&num_buttons)) { + WINCONSOLE.numButtons = (int) num_buttons; + } else { + WINCONSOLE.numButtons = 1; + } + + a = _nc_console_MapColor(true, COLOR_WHITE) | + _nc_console_MapColor(false, COLOR_BLACK); + for (i = 0; i < CON_NUMPAIRS; i++) + WINCONSOLE.pairs[i] = a; + + { + b = AllocConsole(); + + if (!b) + b = AttachConsole(ATTACH_PARENT_PROCESS); + + WINCONSOLE.inp = GetDirectHandle("CONIN$", FILE_SHARE_READ); + WINCONSOLE.out = GetDirectHandle("CONOUT$", FILE_SHARE_WRITE); + + if (getenv("NCGDB") || getenv("NCURSES_CONSOLE2")) { + T(("... will not buffer console")); + buffered = FALSE; + WINCONSOLE.hdl = WINCONSOLE.out; + } else { + T(("... creating console buffer")); + WINCONSOLE.hdl = CreateConsoleScreenBuffer(GENERIC_READ + | GENERIC_WRITE, + FILE_SHARE_READ + | FILE_SHARE_WRITE, + NULL, + CONSOLE_TEXTMODE_BUFFER, + NULL); + } + + if (WINCONSOLE.hdl != INVALID_HANDLE_VALUE) { + WINCONSOLE.buffered = buffered; + _nc_console_get_SBI(); + WINCONSOLE.save_SBI = WINCONSOLE.SBI; + if (!buffered) { + save_original_screen(); + _nc_console_set_scrollback(FALSE, &WINCONSOLE.SBI); + } + GetConsoleCursorInfo(WINCONSOLE.hdl, &WINCONSOLE.save_CI); + T(("... initial cursor is %svisible, %d%%", + (WINCONSOLE.save_CI.bVisible ? "" : "not-"), + (int) WINCONSOLE.save_CI.dwSize)); + } + } + + console_initialized = TRUE; + } + } + return (WINCONSOLE.hdl != INVALID_HANDLE_VALUE); +} #endif // EXP_WIN32_DRIVER #endif // _NC_WINDOWS diff --git a/ncurses/win32con/win32_driver.c b/ncurses/win32con/win32_driver.c index f5647f1c..06426772 100644 --- a/ncurses/win32con/win32_driver.c +++ b/ncurses/win32con/win32_driver.c @@ -43,7 +43,7 @@ #define CUR TerminalType(my_term). -MODULE_ID("$Id: win32_driver.c,v 1.11 2025/08/23 20:29:13 tom Exp $") +MODULE_ID("$Id: win32_driver.c,v 1.12 2025/09/20 21:00:34 tom Exp $") #define WINMAGIC NCDRV_MAGIC(NCDRV_WINCONSOLE) #define EXP_OPTIMIZE 0 @@ -747,9 +747,6 @@ wcon_sgmode(TERMINAL_CONTROL_BLOCK * TCB, int setFlag, TTY * buf) returnCode(result); } -#define MIN_WIDE 80 -#define MIN_HIGH 24 - static int wcon_mode(TERMINAL_CONTROL_BLOCK * TCB, int progFlag, int defFlag) { diff --git a/ncurses/win32con/win_driver.c b/ncurses/win32con/win_driver.c index b44ab988..ddd6b4d2 100644 --- a/ncurses/win32con/win_driver.c +++ b/ncurses/win32con/win_driver.c @@ -44,20 +44,19 @@ #define CUR TerminalType(my_term). -MODULE_ID("$Id: win_driver.c,v 1.94 2025/08/30 20:50:55 tom Exp $") +MODULE_ID("$Id: win_driver.c,v 1.97 2025/09/20 20:58:36 tom Exp $") #define WINMAGIC NCDRV_MAGIC(NCDRV_WINCONSOLE) #define EXP_OPTIMIZE 0 -extern NCURSES_EXPORT(WORD) _nc_console_MapColor(bool fore, int color); +extern +NCURSES_EXPORT(WORD) _nc_console_MapColor(bool fore, int color); #define array_length(a) (sizeof(a)/sizeof(a[0])) -static bool InitConsole(void); - #define AssertTCB() assert(TCB != NULL && (TCB->magic == WINMAGIC)) #define validateConsoleHandle() (AssertTCB(), console_initialized || \ - InitConsole()) + _nc_mingw_init()) #define SetSP() assert(TCB->csp != NULL); sp = TCB->csp; (void) sp #define GenMap(vKey,key) MAKELONG(key, vKey) @@ -78,20 +77,6 @@ static const LONG keylist[] = GenMap(VK_INSERT, KEY_IC), GenMap(VK_TAB, KEY_BTAB) }; -static const LONG ansi_keys[] = -{ - GenMap(VK_PRIOR, 'I'), - GenMap(VK_NEXT, 'Q'), - GenMap(VK_END, 'O'), - GenMap(VK_HOME, 'H'), - GenMap(VK_LEFT, 'K'), - GenMap(VK_UP, 'H'), - GenMap(VK_RIGHT, 'M'), - GenMap(VK_DOWN, 'P'), - GenMap(VK_DELETE, 'S'), - GenMap(VK_INSERT, 'R'), - GenMap(VK_TAB, 'Z') -}; /* *INDENT-ON* */ #define N_INI ((int)array_length(keylist)) #define FKEYS 24 @@ -103,14 +88,14 @@ static const LONG ansi_keys[] = static structure. */ NCURSES_EXPORT_VAR(ConsoleInfo) _nc_CONSOLE; -static BOOL console_initialized = FALSE; + static BOOL console_initialized = FALSE; #define RevAttr(attr) (WORD) (((attr) & 0xff00) | \ ((((attr) & 0x07) << 4) | \ (((attr) & 0x70) >> 4))) -static WORD -MapAttr(WORD res, attr_t ch) + static WORD + MapAttr(WORD res, attr_t ch) { if (ch & A_COLOR) { int p; @@ -584,9 +569,9 @@ wcon_CanHandle(TERMINAL_CONTROL_BLOCK * TCB, TCB->magic = WINMAGIC; - if (tname == NULL || *tname == 0) + if (tname == NULL || *tname == 0) { code = TRUE; - else if (tname != NULL && *tname == '#') { + } else if (tname != NULL && *tname == '#') { /* * Use "#" (a character which cannot begin a terminal's name) to * select specific driver from the table. @@ -851,84 +836,6 @@ wcon_sgmode(TERMINAL_CONTROL_BLOCK * TCB, int setFlag, TTY * buf) returnCode(result); } -#define MIN_WIDE 80 -#define MIN_HIGH 24 - -/* - * In "normal" mode, reset the buffer- and window-sizes back to their original values. - */ -static void -_nc_console_set_scrollback(bool normal, CONSOLE_SCREEN_BUFFER_INFO * info) -{ - SMALL_RECT rect; - COORD coord; - bool changed = FALSE; - - T((T_CALLED("win32con::_nc_console_set_scrollback(%s)"), - (normal - ? "normal" - : "application"))); - - T(("... SBI.srWindow %d,%d .. %d,%d", - info->srWindow.Top, - info->srWindow.Left, - info->srWindow.Bottom, - info->srWindow.Right)); - T(("... SBI.dwSize %dx%d", - info->dwSize.Y, - info->dwSize.X)); - - if (normal) { - rect = info->srWindow; - coord = info->dwSize; - if (memcmp(info, &WINCONSOLE.SBI, sizeof(*info)) != 0) { - changed = TRUE; - WINCONSOLE.SBI = *info; - } - } else { - int high = info->srWindow.Bottom - info->srWindow.Top + 1; - int wide = info->srWindow.Right - info->srWindow.Left + 1; - - if (high < MIN_HIGH) { - T(("... height %d < %d", high, MIN_HIGH)); - high = MIN_HIGH; - changed = TRUE; - } - if (wide < MIN_WIDE) { - T(("... width %d < %d", wide, MIN_WIDE)); - wide = MIN_WIDE; - changed = TRUE; - } - - rect.Left = - rect.Top = 0; - rect.Right = (SHORT) (wide - 1); - rect.Bottom = (SHORT) (high - 1); - - coord.X = (SHORT) wide; - coord.Y = (SHORT) high; - - if (info->dwSize.Y != high || - info->dwSize.X != wide || - info->srWindow.Top != 0 || - info->srWindow.Left != 0) { - changed = TRUE; - } - - } - - if (changed) { - T(("... coord %d,%d", coord.Y, coord.X)); - T(("... rect %d,%d - %d,%d", - rect.Top, rect.Left, - rect.Bottom, rect.Right)); - SetConsoleScreenBufferSize(WINCONSOLE.hdl, coord); /* dwSize */ - SetConsoleWindowInfo(WINCONSOLE.hdl, TRUE, &rect); /* srWindow */ - _nc_console_get_SBI(); - } - returnVoid; -} - static int wcon_mode(TERMINAL_CONTROL_BLOCK * TCB, int progFlag, int defFlag) { @@ -1056,90 +963,6 @@ wcon_release(TERMINAL_CONTROL_BLOCK * TCB) returnVoid; } -static bool -read_screen_data(void) -{ - bool result = FALSE; - COORD bufferCoord; - size_t want; - - WINCONSOLE.save_size.X = (SHORT) (WINCONSOLE.save_region.Right - - WINCONSOLE.save_region.Left + 1); - WINCONSOLE.save_size.Y = (SHORT) (WINCONSOLE.save_region.Bottom - - WINCONSOLE.save_region.Top + 1); - - want = (size_t) (WINCONSOLE.save_size.X * WINCONSOLE.save_size.Y); - - if ((WINCONSOLE.save_screen = malloc(want * sizeof(CHAR_INFO))) != NULL) { - bufferCoord.X = (SHORT) (WINCONSOLE.window_only - ? WINCONSOLE.SBI.srWindow.Left - : 0); - bufferCoord.Y = (SHORT) (WINCONSOLE.window_only - ? WINCONSOLE.SBI.srWindow.Top - : 0); - - T(("... reading console %s %dx%d into %d,%d - %d,%d at %d,%d", - WINCONSOLE.window_only ? "window" : "buffer", - WINCONSOLE.save_size.Y, WINCONSOLE.save_size.X, - WINCONSOLE.save_region.Top, - WINCONSOLE.save_region.Left, - WINCONSOLE.save_region.Bottom, - WINCONSOLE.save_region.Right, - bufferCoord.Y, - bufferCoord.X)); - - if (read_screen(WINCONSOLE.hdl, - WINCONSOLE.save_screen, - WINCONSOLE.save_size, - bufferCoord, - &WINCONSOLE.save_region)) { - result = TRUE; - } else { - T((" error %#lx", (unsigned long) GetLastError())); - FreeAndNull(WINCONSOLE.save_screen); - } - } - - return result; -} - -/* - * Attempt to save the screen contents. PDCurses does this if - * PDC_RESTORE_SCREEN is set, giving the same visual appearance on - * restoration as if the library had allocated a console buffer. MSDN - * says that the data which can be read is limited to 64Kb (and may be - * less). - */ -static bool -save_original_screen(void) -{ - bool result = FALSE; - - WINCONSOLE.save_region.Top = 0; - WINCONSOLE.save_region.Left = 0; - WINCONSOLE.save_region.Bottom = (SHORT) (WINCONSOLE.SBI.dwSize.Y - 1); - WINCONSOLE.save_region.Right = (SHORT) (WINCONSOLE.SBI.dwSize.X - 1); - - if (read_screen_data()) { - result = TRUE; - } else { - - WINCONSOLE.save_region.Top = WINCONSOLE.SBI.srWindow.Top; - WINCONSOLE.save_region.Left = WINCONSOLE.SBI.srWindow.Left; - WINCONSOLE.save_region.Bottom = WINCONSOLE.SBI.srWindow.Bottom; - WINCONSOLE.save_region.Right = WINCONSOLE.SBI.srWindow.Right; - - WINCONSOLE.window_only = TRUE; - - if (read_screen_data()) { - result = TRUE; - } - } - - T(("... save original screen contents %s", result ? "ok" : "err")); - return result; -} - static void wcon_init(TERMINAL_CONTROL_BLOCK * TCB) { @@ -1147,11 +970,11 @@ wcon_init(TERMINAL_CONTROL_BLOCK * TCB) AssertTCB(); - if (TCB) { - if (!InitConsole()) { - returnVoid; - } + if (!(console_initialized = _nc_mingw_init())) { + returnVoid; + } + if (TCB) { TCB->info.initcolor = TRUE; TCB->info.canchange = FALSE; TCB->info.hascolor = TRUE; @@ -1399,7 +1222,7 @@ Adjust(int milliseconds, int diff) RIGHTMOST_BUTTON_PRESSED) static mmask_t -decode_mouse(SCREEN *sp, int mask) +decode_mouse(const SCREEN *sp, int mask) { mmask_t result = 0; @@ -1437,8 +1260,8 @@ decode_mouse(SCREEN *sp, int mask) static int _nc_console_twait( - SCREEN *sp, - HANDLE fd, + const SCREEN *sp, + HANDLE hdl, int mode, int milliseconds, int *timeleft @@ -1451,13 +1274,13 @@ _nc_console_twait( FILETIME fstart; FILETIME fend; int diff; - bool isImmed = (milliseconds == 0); + bool isNoDelay = (milliseconds == 0); #ifdef NCURSES_WGETCH_EVENTS (void) evl; /* TODO: implement wgetch-events */ #endif -#define CONSUME() read_keycode(fd,&inp_rec,1,&nRead) +#define CONSUME() read_keycode(hdl,&inp_rec,1,&nRead) assert(sp); @@ -1471,19 +1294,19 @@ _nc_console_twait( while (true) { GetSystemTimeAsFileTime(&fstart); - rc = WaitForSingleObject(fd, (DWORD) milliseconds); + rc = WaitForSingleObject(hdl, (DWORD) milliseconds); GetSystemTimeAsFileTime(&fend); diff = (int) tdiff(fstart, fend); milliseconds = Adjust(milliseconds, diff); - if (!isImmed && milliseconds <= 0) + if (!isNoDelay && milliseconds <= 0) break; if (rc == WAIT_OBJECT_0) { if (mode) { - b = GetNumberOfConsoleInputEvents(fd, &nRead); + b = GetNumberOfConsoleInputEvents(hdl, &nRead); if (b && nRead > 0) { - b = PeekConsoleInput(fd, &inp_rec, 1, &nRead); + b = PeekConsoleInput(hdl, &inp_rec, 1, &nRead); if (b && nRead > 0) { switch (inp_rec.EventType) { case KEY_EVENT: @@ -1902,102 +1725,3 @@ _nc_mingw_testmouse( } return rc; } - -static bool -InitConsole(void) -{ - { - /* initialize once, or not at all */ - if (!console_initialized) { - int i; - DWORD num_buttons; - WORD a; - BOOL buffered = TRUE; - BOOL b; - - START_TRACE(); - - WINCONSOLE.map = (LPDWORD) malloc(sizeof(DWORD) * MAPSIZE); - WINCONSOLE.rmap = (LPDWORD) malloc(sizeof(DWORD) * MAPSIZE); - WINCONSOLE.ansi_map = (LPDWORD) malloc(sizeof(DWORD) * MAPSIZE); - - for (i = 0; i < (N_INI + FKEYS); i++) { - if (i < N_INI) { - WINCONSOLE.rmap[i] = WINCONSOLE.map[i] = - (DWORD) keylist[i]; - WINCONSOLE.ansi_map[i] = (DWORD) ansi_keys[i]; - } else { - WINCONSOLE.rmap[i] = WINCONSOLE.map[i] = - (DWORD) GenMap((VK_F1 + (i - N_INI)), - (KEY_F(1) + (i - N_INI))); - WINCONSOLE.ansi_map[i] = - (DWORD) GenMap((VK_F1 + (i - N_INI)), - (';' + (i - N_INI))); - } - } - qsort(WINCONSOLE.ansi_map, - (size_t) (MAPSIZE), - sizeof(keylist[0]), - keycompare); - qsort(WINCONSOLE.map, - (size_t) (MAPSIZE), - sizeof(keylist[0]), - keycompare); - qsort(WINCONSOLE.rmap, - (size_t) (MAPSIZE), - sizeof(keylist[0]), - rkeycompare); - - if (GetNumberOfConsoleMouseButtons(&num_buttons)) { - WINCONSOLE.numButtons = (int) num_buttons; - } else { - WINCONSOLE.numButtons = 1; - } - - a = _nc_console_MapColor(true, COLOR_WHITE) | - _nc_console_MapColor(false, COLOR_BLACK); - for (i = 0; i < CON_NUMPAIRS; i++) - WINCONSOLE.pairs[i] = a; - - { - b = AllocConsole(); - - if (!b) - b = AttachConsole(ATTACH_PARENT_PROCESS); - - WINCONSOLE.inp = GetDirectHandle("CONIN$", FILE_SHARE_READ); - WINCONSOLE.out = GetDirectHandle("CONOUT$", FILE_SHARE_WRITE); - - if (getenv("NCGDB") || getenv("NCURSES_CONSOLE2")) { - T(("... will not buffer console")); - buffered = FALSE; - WINCONSOLE.hdl = WINCONSOLE.out; - } else { - T(("... creating console buffer")); - WINCONSOLE.hdl = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, - FILE_SHARE_READ | FILE_SHARE_WRITE, - NULL, - CONSOLE_TEXTMODE_BUFFER, - NULL); - } - - if (WINCONSOLE.hdl != INVALID_HANDLE_VALUE) { - WINCONSOLE.buffered = buffered; - _nc_console_get_SBI(); - WINCONSOLE.save_SBI = WINCONSOLE.SBI; - if (!buffered) { - save_original_screen(); - _nc_console_set_scrollback(FALSE, &WINCONSOLE.SBI); - } - GetConsoleCursorInfo(WINCONSOLE.hdl, &WINCONSOLE.save_CI); - T(("... initial cursor is %svisible, %d%%", - (WINCONSOLE.save_CI.bVisible ? "" : "not-"), - (int) WINCONSOLE.save_CI.dwSize)); - } - } - - console_initialized = TRUE; - } - } - return (WINCONSOLE.hdl != INVALID_HANDLE_VALUE); -} diff --git a/package/debian-mingw/changelog b/package/debian-mingw/changelog index 179af484..2b5eaea8 100644 --- a/package/debian-mingw/changelog +++ b/package/debian-mingw/changelog @@ -1,8 +1,8 @@ -ncurses6td (6.5+20250913) unstable; urgency=low +ncurses6td (6.5+20250920) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 07 Sep 2025 05:51:53 -0400 + -- Thomas E. Dickey Mon, 15 Sep 2025 03:44:26 -0400 ncurses6 (5.9+20131005) unstable; urgency=low diff --git a/package/debian-mingw64/changelog b/package/debian-mingw64/changelog index 179af484..2b5eaea8 100644 --- a/package/debian-mingw64/changelog +++ b/package/debian-mingw64/changelog @@ -1,8 +1,8 @@ -ncurses6td (6.5+20250913) unstable; urgency=low +ncurses6td (6.5+20250920) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 07 Sep 2025 05:51:53 -0400 + -- Thomas E. Dickey Mon, 15 Sep 2025 03:44:26 -0400 ncurses6 (5.9+20131005) unstable; urgency=low diff --git a/package/debian/changelog b/package/debian/changelog index 39293328..c519252c 100644 --- a/package/debian/changelog +++ b/package/debian/changelog @@ -1,8 +1,8 @@ -ncurses6td (6.5+20250913) unstable; urgency=low +ncurses6td (6.5+20250920) unstable; urgency=low * latest weekly patch - -- Thomas E. Dickey Sun, 07 Sep 2025 05:51:53 -0400 + -- Thomas E. Dickey Mon, 15 Sep 2025 03:44:26 -0400 ncurses6 (5.9+20120608) unstable; urgency=low diff --git a/package/mingw-ncurses.nsi b/package/mingw-ncurses.nsi index 602fc6bf..462e311f 100644 --- a/package/mingw-ncurses.nsi +++ b/package/mingw-ncurses.nsi @@ -1,4 +1,4 @@ -; $Id: mingw-ncurses.nsi,v 1.721 2025/09/07 09:51:53 tom Exp $ +; $Id: mingw-ncurses.nsi,v 1.722 2025/09/15 07:44:26 tom Exp $ ; TODO add examples ; TODO bump ABI to 6 @@ -10,7 +10,7 @@ !define VERSION_MAJOR "6" !define VERSION_MINOR "5" !define VERSION_YYYY "2025" -!define VERSION_MMDD "0913" +!define VERSION_MMDD "0920" !define VERSION_PATCH ${VERSION_YYYY}${VERSION_MMDD} !define MY_ABI "5" diff --git a/package/mingw-ncurses.spec b/package/mingw-ncurses.spec index b1c825e1..541bc843 100644 --- a/package/mingw-ncurses.spec +++ b/package/mingw-ncurses.spec @@ -3,7 +3,7 @@ Summary: shared libraries for terminal handling Name: mingw32-ncurses6 Version: 6.5 -Release: 20250913 +Release: 20250920 License: X11 License Distribution Modification Variant Group: Development/Libraries URL: https://invisible-island.net/ncurses/ @@ -144,8 +144,8 @@ popd %changelog -* Sat Sep 13 2025 Thomas E. Dickey -- testing ncurses 6.5-20250913 +* Mon Sep 15 2025 Thomas E. Dickey +- testing ncurses 6.5-20250920 * Sat Feb 25 2023 Thomas Dickey - amend URLs per rpmlint diff --git a/package/ncurses.spec b/package/ncurses.spec index 03208996..6e126eb4 100644 --- a/package/ncurses.spec +++ b/package/ncurses.spec @@ -1,7 +1,7 @@ Summary: shared libraries for terminal handling Name: ncurses6 Version: 6.5 -Release: 20250913 +Release: 20250920 License: X11 License Distribution Modification Variant Group: Development/Libraries URL: https://invisible-island.net/ncurses/ @@ -134,8 +134,8 @@ rm -f test/ncurses %changelog -* Sat Sep 13 2025 Thomas E. Dickey -- testing ncurses 6.5-20250913 +* Mon Sep 15 2025 Thomas E. Dickey +- testing ncurses 6.5-20250920 * Sat Feb 25 2023 Thomas Dickey - amend URLs per rpmlint diff --git a/package/ncursest.spec b/package/ncursest.spec index 5f920b43..8dc3fb93 100644 --- a/package/ncursest.spec +++ b/package/ncursest.spec @@ -1,7 +1,7 @@ Summary: Curses library with POSIX thread support. Name: ncursest6 Version: 6.5 -Release: 20250913 +Release: 20250920 License: X11 License Distribution Modification Variant Group: Development/Libraries Source: ncurses-%{version}-%{release}.tgz @@ -142,8 +142,8 @@ exit 0 %changelog -* Sat Sep 13 2025 Thomas E. Dickey -- testing ncurses 6.5-20250913 +* Mon Sep 15 2025 Thomas E. Dickey +- testing ncurses 6.5-20250920 * Tue Dec 24 2019 Thomas Dickey - drop custom CC_NORMAL warning flags because setting CFLAGS interferes with