Changeset c6124b0 in clfs-sysroot
- Timestamp:
- Jul 26, 2009, 11:14:40 AM (17 years ago)
- Branches:
- master
- Children:
- 734faf3
- Parents:
- 29cd472
- Files:
-
- 2 edited
- 1 moved
-
BOOK/introduction/common/changelog.xml (modified) (1 diff)
-
BOOK/patches.ent (modified) (1 diff)
-
patches/ncurses-5.7-branch_update-18.patch (moved) (moved from patches/ncurses-5.7-branch_update-14.patch ) (1035 diffs)
Legend:
- Unmodified
- Added
- Removed
-
BOOK/introduction/common/changelog.xml
r29cd472 rc6124b0 40 40 <para>July 26, 2009</para> 41 41 <itemizedlist> 42 <listitem> 43 <para>[jciccone] - Updated the Ncurses Branch Update Patch to 44 -18.</para> 45 </listitem> 42 46 <listitem> 43 47 <para>[jciccone] - Updated GCC to 4.4.1.</para> -
BOOK/patches.ent
r29cd472 rc6124b0 61 61 <!ENTITY ncurses-bashfix-patch-size ".7 KB"> 62 62 63 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-1 4.patch">64 <!ENTITY ncurses-branch_update-patch-md5 " 79f7f99d93bfcc81bcdb0cdbac5e99c7">65 <!ENTITY ncurses-branch_update-patch-size "1, 311 KB">63 <!ENTITY ncurses-branch_update-patch "ncurses-&ncurses-version;-branch_update-18.patch"> 64 <!ENTITY ncurses-branch_update-patch-md5 "6b17e03f6191a79f90666c25af0d758b"> 65 <!ENTITY ncurses-branch_update-patch-size "1,822"> 66 66 67 67 <!ENTITY perl-cross_compile-patch "perl-&perl-version;-cross_compile-1.patch"> -
patches/ncurses-5.7-branch_update-18.patch
r29cd472 rc6124b0 1 1 Submitted By: Jim Gifford (jim at cross-lfs dot org) 2 Date: 0 6-05-20092 Date: 07-19-2009 3 3 Initial Package Version: 5.7 4 4 Origin: Upstream 5 5 Upstream Status: Applied 6 6 Description: This is a branch update for NCurses-5.7, and should be 7 rechecked periodically. This patch covers up to 5.7-20090 530.7 rechecked periodically. This patch covers up to 5.7-20090718. 8 8 9 9 diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4 10 10 --- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700 11 +++ ncurses-5.7/aclocal.m4 2009-0 6-05 14:01:31.000000000 -070011 +++ ncurses-5.7/aclocal.m4 2009-07-19 15:04:17.000000000 -0700 12 12 @@ -1,5 +1,5 @@ 13 13 dnl*************************************************************************** … … 22 22 dnl 23 23 -dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $ 24 +dnl $Id: aclocal.m4,v 1.48 7 2009/04/04 22:32:42tom Exp $24 +dnl $Id: aclocal.m4,v 1.488 2009/07/17 09:14:49 tom Exp $ 25 25 dnl Macros used in NCURSES auto-configuration script. 26 26 dnl … … 933 933 dnl --------------------------------------------------------------------------- 934 934 -dnl CF_XOPEN_SOURCE version: 26 updated: 2008/07/27 11:26:57 935 +dnl CF_XOPEN_SOURCE version: 2 8 updated: 2008/12/27 12:30:03935 +dnl CF_XOPEN_SOURCE version: 29 updated: 2009/07/16 21:07:04 936 936 dnl --------------- 937 937 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions, … … 946 946 ;; 947 947 freebsd*|dragonfly*) #(vi 948 @@ -5569,7 +5727,7 @@ 948 @@ -5563,13 +5721,16 @@ 949 cf_XOPEN_SOURCE=600 950 CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 951 ;; 952 +hpux11*) #(vi 953 + CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE=500" 954 + ;; 955 hpux*) #(vi 956 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE" 957 ;; 949 958 irix[[56]].*) #(vi 950 959 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 957 966 diff -Naur ncurses-5.7.orig/Ada95/gen/adacurses-config.in ncurses-5.7/Ada95/gen/adacurses-config.in 958 967 --- ncurses-5.7.orig/Ada95/gen/adacurses-config.in 2007-04-07 14:06:50.000000000 -0700 959 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-0 6-05 14:01:07.000000000 -0700968 +++ ncurses-5.7/Ada95/gen/adacurses-config.in 2009-07-19 15:02:13.000000000 -0700 960 969 @@ -1,18 +1,47 @@ 961 970 #! /bin/sh … … 1031 1040 diff -Naur ncurses-5.7.orig/Ada95/gen/gen.c ncurses-5.7/Ada95/gen/gen.c 1032 1041 --- ncurses-5.7.orig/Ada95/gen/gen.c 2008-10-04 14:59:37.000000000 -0700 1033 +++ ncurses-5.7/Ada95/gen/gen.c 2009-0 6-05 14:01:24.000000000 -07001042 +++ ncurses-5.7/Ada95/gen/gen.c 2009-07-19 15:03:45.000000000 -0700 1034 1043 @@ -1,5 +1,5 @@ 1035 1044 /**************************************************************************** … … 1070 1079 diff -Naur ncurses-5.7.orig/Ada95/gen/Makefile.in ncurses-5.7/Ada95/gen/Makefile.in 1071 1080 --- ncurses-5.7.orig/Ada95/gen/Makefile.in 2008-10-04 15:58:31.000000000 -0700 1072 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-0 6-05 14:01:07.000000000 -07001081 +++ ncurses-5.7/Ada95/gen/Makefile.in 2009-07-19 15:02:13.000000000 -0700 1073 1082 @@ -1,5 +1,5 @@ 1074 1083 ############################################################################## … … 1126 1135 diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in 1127 1136 --- ncurses-5.7.orig/Ada95/samples/Makefile.in 2006-12-17 08:45:02.000000000 -0800 1128 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-0 6-05 14:01:07.000000000 -07001137 +++ ncurses-5.7/Ada95/samples/Makefile.in 2009-07-19 15:02:13.000000000 -0700 1129 1138 @@ -1,5 +1,5 @@ 1130 1139 ############################################################################## … … 1165 1174 diff -Naur ncurses-5.7.orig/Ada95/src/Makefile.in ncurses-5.7/Ada95/src/Makefile.in 1166 1175 --- ncurses-5.7.orig/Ada95/src/Makefile.in 2007-09-15 11:22:24.000000000 -0700 1167 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-0 6-05 14:01:07.000000000 -07001176 +++ ncurses-5.7/Ada95/src/Makefile.in 2009-07-19 15:02:13.000000000 -0700 1168 1177 @@ -1,5 +1,5 @@ 1169 1178 ############################################################################## … … 1257 1266 diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 1258 1267 --- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb 2008-07-26 11:51:11.000000000 -0700 1259 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-0 6-05 14:00:52.000000000 -07001268 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb 2009-07-19 15:01:57.000000000 -0700 1260 1269 @@ -35,8 +35,8 @@ 1261 1270 ------------------------------------------------------------------------------ … … 1280 1289 diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc 1281 1290 --- ncurses-5.7.orig/c++/cursesw.cc 2007-12-15 15:01:57.000000000 -0800 1282 +++ ncurses-5.7/c++/cursesw.cc 2009-0 6-05 14:01:30.000000000 -07001291 +++ ncurses-5.7/c++/cursesw.cc 2009-07-19 15:03:48.000000000 -0700 1283 1292 @@ -1,6 +1,6 @@ 1284 1293 // * this is for making emacs happy: -*-Mode: C++;-*- … … 1327 1336 diff -Naur ncurses-5.7.orig/c++/demo.cc ncurses-5.7/c++/demo.cc 1328 1337 --- ncurses-5.7.orig/c++/demo.cc 2008-08-04 10:16:57.000000000 -0700 1329 +++ ncurses-5.7/c++/demo.cc 2009-0 6-05 14:01:49.000000000 -07001338 +++ ncurses-5.7/c++/demo.cc 2009-07-19 15:03:58.000000000 -0700 1330 1339 @@ -35,7 +35,7 @@ 1331 1340 * Demo code for NCursesMenu and NCursesForm written by … … 1353 1362 diff -Naur ncurses-5.7.orig/c++/internal.h ncurses-5.7/c++/internal.h 1354 1363 --- ncurses-5.7.orig/c++/internal.h 2008-10-25 14:35:44.000000000 -0700 1355 +++ ncurses-5.7/c++/internal.h 2009-0 6-05 14:01:49.000000000 -07001364 +++ ncurses-5.7/c++/internal.h 2009-07-19 15:03:58.000000000 -0700 1356 1365 @@ -31,7 +31,7 @@ 1357 1366 * Author: Juergen Pfeifer, 1997 * … … 1377 1386 diff -Naur ncurses-5.7.orig/c++/Makefile.in ncurses-5.7/c++/Makefile.in 1378 1387 --- ncurses-5.7.orig/c++/Makefile.in 2007-04-28 08:29:12.000000000 -0700 1379 +++ ncurses-5.7/c++/Makefile.in 2009-0 6-05 14:01:30.000000000 -07001388 +++ ncurses-5.7/c++/Makefile.in 2009-07-19 15:03:48.000000000 -0700 1380 1389 @@ -1,6 +1,6 @@ 1381 1390 -# $Id: Makefile.in,v 1.84 2007/04/28 15:29:12 tom Exp $ … … 1435 1444 diff -Naur ncurses-5.7.orig/config.guess ncurses-5.7/config.guess 1436 1445 --- ncurses-5.7.orig/config.guess 2008-08-30 13:25:07.000000000 -0700 1437 +++ ncurses-5.7/config.guess 2009-0 6-05 14:01:03.000000000 -07001446 +++ ncurses-5.7/config.guess 2009-07-19 15:02:08.000000000 -0700 1438 1447 @@ -4,7 +4,7 @@ 1439 1448 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1505 1514 diff -Naur ncurses-5.7.orig/config.sub ncurses-5.7/config.sub 1506 1515 --- ncurses-5.7.orig/config.sub 2008-08-30 13:25:02.000000000 -0700 1507 +++ ncurses-5.7/config.sub 2009-0 6-05 14:01:03.000000000 -07001516 +++ ncurses-5.7/config.sub 2009-07-19 15:02:08.000000000 -0700 1508 1517 @@ -4,7 +4,7 @@ 1509 1518 # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 … … 1589 1598 diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure 1590 1599 --- ncurses-5.7.orig/configure 2008-10-25 17:04:38.000000000 -0700 1591 +++ ncurses-5.7/configure 2009-0 6-05 14:01:31.000000000 -07001600 +++ ncurses-5.7/configure 2009-07-19 15:04:17.000000000 -0700 1592 1601 @@ -1,7 +1,7 @@ 1593 1602 #! /bin/sh 1594 1603 -# From configure.in Revision: 1.454 . 1595 +# From configure.in Revision: 1.47 0.1604 +# From configure.in Revision: 1.472 . 1596 1605 # Guess values for system-dependent variables and create Makefiles. 1597 1606 -# Generated by Autoconf 2.52.20080325. … … 1612 1621 --with-install-prefix prefixes actual install-location ($DESTDIR) 1613 1622 Build-Tools Needed to Compile Temporary Applications for Cross-compiling: 1614 @@ -762,6 +765,7 @@ 1623 @@ -752,6 +755,7 @@ 1624 --with-chtype=TYPE override type of chtype 1625 --with-ospeed=TYPE override type of ospeed variable 1626 --with-mmask-t=TYPE override type of mmask_t 1627 + --with-ccharw-max=XXX override size CCHARW_MAX 1628 --with-rcs-ids compile-in RCS identifiers 1629 Options to Specify How Manpages are Installed: 1630 --with-manpage-format specify manpage-format: gzip/compress/BSDI/normal and 1631 @@ -762,6 +766,7 @@ 1615 1632 --with-manpage-tbl specify manpage processing with tbl 1616 1633 Extensions: … … 1620 1637 --enable-ext-colors compile for 256-color support 1621 1638 --enable-ext-mouse compile for extended mouse-encoding 1622 @@ -780,6 +78 4,7 @@1639 @@ -780,6 +785,7 @@ 1623 1640 --with-pthread use POSIX thread library 1624 1641 --enable-weak-symbols enable weak-symbols for pthreads … … 1628 1645 --disable-scroll-hints compile without scroll-hints code 1629 1646 --enable-wgetch-events compile with experimental wgetch-events code 1630 @@ -870,7 +87 5,7 @@1647 @@ -870,7 +876,7 @@ 1631 1648 running configure, to aid debugging if configure makes a mistake. 1632 1649 … … 1637 1654 $ $0 $@ 1638 1655 1639 @@ -994,7 + 999,7 @@1656 @@ -994,7 +1000,7 @@ 1640 1657 fi 1641 1658 for ac_site_file in $CONFIG_SITE; do 1642 1659 if test -r "$ac_site_file"; then 1643 1660 - { echo "$as_me:997: loading site script $ac_site_file" >&5 1644 + { echo "$as_me:100 2: loading site script $ac_site_file" >&51661 + { echo "$as_me:1003: loading site script $ac_site_file" >&5 1645 1662 echo "$as_me: loading site script $ac_site_file" >&6;} 1646 1663 cat "$ac_site_file" >&5 1647 1664 . "$ac_site_file" 1648 @@ -1005,7 +101 0,7 @@1665 @@ -1005,7 +1011,7 @@ 1649 1666 # Some versions of bash will fail to source /dev/null (special 1650 1667 # files actually), so we avoid doing that. 1651 1668 if test -f "$cache_file"; then 1652 1669 - { echo "$as_me:1008: loading cache $cache_file" >&5 1653 + { echo "$as_me:101 3: loading cache $cache_file" >&51670 + { echo "$as_me:1014: loading cache $cache_file" >&5 1654 1671 echo "$as_me: loading cache $cache_file" >&6;} 1655 1672 case $cache_file in 1656 1673 [\\/]* | ?:[\\/]* ) . $cache_file;; 1657 @@ -1013,7 +101 8,7 @@1674 @@ -1013,7 +1019,7 @@ 1658 1675 esac 1659 1676 fi 1660 1677 else 1661 1678 - { echo "$as_me:1016: creating cache $cache_file" >&5 1662 + { echo "$as_me:102 1: creating cache $cache_file" >&51679 + { echo "$as_me:1022: creating cache $cache_file" >&5 1663 1680 echo "$as_me: creating cache $cache_file" >&6;} 1664 1681 >$cache_file 1665 1682 fi 1666 @@ -1029,21 +103 4,21 @@1683 @@ -1029,21 +1035,21 @@ 1667 1684 eval ac_new_val="\$ac_env_${ac_var}_value" 1668 1685 case $ac_old_set,$ac_new_set in 1669 1686 set,) 1670 1687 - { echo "$as_me:1032: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1671 + { echo "$as_me:103 7: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&51688 + { echo "$as_me:1038: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 1672 1689 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} 1673 1690 ac_cache_corrupted=: ;; 1674 1691 ,set) 1675 1692 - { echo "$as_me:1036: error: \`$ac_var' was not set in the previous run" >&5 1676 + { echo "$as_me:104 1: error: \`$ac_var' was not set in the previous run" >&51693 + { echo "$as_me:1042: error: \`$ac_var' was not set in the previous run" >&5 1677 1694 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} 1678 1695 ac_cache_corrupted=: ;; … … 1681 1698 if test "x$ac_old_val" != "x$ac_new_val"; then 1682 1699 - { echo "$as_me:1042: error: \`$ac_var' has changed since the previous run:" >&5 1683 + { echo "$as_me:104 7: error: \`$ac_var' has changed since the previous run:" >&51700 + { echo "$as_me:1048: error: \`$ac_var' has changed since the previous run:" >&5 1684 1701 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} 1685 1702 - { echo "$as_me:1044: former value: $ac_old_val" >&5 1686 + { echo "$as_me:10 49: former value: $ac_old_val" >&51703 + { echo "$as_me:1050: former value: $ac_old_val" >&5 1687 1704 echo "$as_me: former value: $ac_old_val" >&2;} 1688 1705 - { echo "$as_me:1046: current value: $ac_new_val" >&5 1689 + { echo "$as_me:105 1: current value: $ac_new_val" >&51706 + { echo "$as_me:1052: current value: $ac_new_val" >&5 1690 1707 echo "$as_me: current value: $ac_new_val" >&2;} 1691 1708 ac_cache_corrupted=: 1692 1709 fi;; 1693 @@ -1062,9 +106 7,9 @@1710 @@ -1062,9 +1068,9 @@ 1694 1711 fi 1695 1712 done 1696 1713 if $ac_cache_corrupted; then 1697 1714 - { echo "$as_me:1065: error: changes in the environment can compromise the build" >&5 1698 + { echo "$as_me:107 0: error: changes in the environment can compromise the build" >&51715 + { echo "$as_me:1071: error: changes in the environment can compromise the build" >&5 1699 1716 echo "$as_me: error: changes in the environment can compromise the build" >&2;} 1700 1717 - { { echo "$as_me:1067: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1701 + { { echo "$as_me:107 2: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&51718 + { { echo "$as_me:1073: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 1702 1719 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} 1703 1720 { (exit 1); exit 1; }; } 1704 1721 fi 1705 @@ -1085,10 +109 0,10 @@1722 @@ -1085,10 +1091,10 @@ 1706 1723 echo "#! $SHELL" >conftest.sh 1707 1724 echo "exit 0" >>conftest.sh 1708 1725 chmod +x conftest.sh 1709 1726 -if { (echo "$as_me:1088: PATH=\".;.\"; conftest.sh") >&5 1710 +if { (echo "$as_me:109 3: PATH=\".;.\"; conftest.sh") >&51727 +if { (echo "$as_me:1094: PATH=\".;.\"; conftest.sh") >&5 1711 1728 (PATH=".;."; conftest.sh) 2>&5 1712 1729 ac_status=$? 1713 1730 - echo "$as_me:1091: \$? = $ac_status" >&5 1714 + echo "$as_me:109 6: \$? = $ac_status" >&51731 + echo "$as_me:1097: \$? = $ac_status" >&5 1715 1732 (exit $ac_status); }; then 1716 1733 ac_path_separator=';' 1717 1734 else 1718 @@ -1101,7 +110 6,7 @@1735 @@ -1101,7 +1107,7 @@ 1719 1736 1720 1737 top_builddir=`pwd` 1721 1738 1722 1739 -echo "$as_me:1104: checking for egrep" >&5 1723 +echo "$as_me:11 09: checking for egrep" >&51740 +echo "$as_me:1110: checking for egrep" >&5 1724 1741 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 1725 1742 if test "${ac_cv_prog_egrep+set}" = set; then 1726 1743 echo $ECHO_N "(cached) $ECHO_C" >&6 1727 @@ -1111,11 +111 6,11 @@1744 @@ -1111,11 +1117,11 @@ 1728 1745 else ac_cv_prog_egrep='egrep' 1729 1746 fi 1730 1747 fi 1731 1748 -echo "$as_me:1114: result: $ac_cv_prog_egrep" >&5 1732 +echo "$as_me:11 19: result: $ac_cv_prog_egrep" >&51749 +echo "$as_me:1120: result: $ac_cv_prog_egrep" >&5 1733 1750 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 1734 1751 EGREP=$ac_cv_prog_egrep 1735 1752 1736 1753 -test -z "$EGREP" && { { echo "$as_me:1118: error: No egrep program found" >&5 1737 +test -z "$EGREP" && { { echo "$as_me:112 3: error: No egrep program found" >&51754 +test -z "$EGREP" && { { echo "$as_me:1124: error: No egrep program found" >&5 1738 1755 echo "$as_me: error: No egrep program found" >&2;} 1739 1756 { (exit 1); exit 1; }; } 1740 1757 1741 @@ -1125,7 +113 0,7 @@1758 @@ -1125,7 +1131,7 @@ 1742 1759 cf_cv_abi_version=${NCURSES_MAJOR} 1743 1760 cf_cv_rel_version=${NCURSES_MAJOR}.${NCURSES_MINOR} 1744 1761 cf_cv_timestamp=`date` 1745 1762 -echo "$as_me:1128: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 1746 +echo "$as_me:113 3: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&51763 +echo "$as_me:1134: result: Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&5 1747 1764 echo "${ECHO_T}Configuring NCURSES $cf_cv_rel_version ABI $cf_cv_abi_version ($cf_cv_timestamp)" >&6 1748 1765 1749 1766 test -z "$cf_cv_rel_version" && cf_cv_rel_version=0.0 1750 @@ -1133,7 +113 8,7 @@1767 @@ -1133,7 +1139,7 @@ 1751 1768 # Check whether --with-rel-version or --without-rel-version was given. 1752 1769 if test "${with_rel_version+set}" = set; then 1753 1770 withval="$with_rel_version" 1754 1771 - { echo "$as_me:1136: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 1755 + { echo "$as_me:114 1: WARNING: overriding release version $cf_cv_rel_version to $withval" >&51772 + { echo "$as_me:1142: WARNING: overriding release version $cf_cv_rel_version to $withval" >&5 1756 1773 echo "$as_me: WARNING: overriding release version $cf_cv_rel_version to $withval" >&2;} 1757 1774 cf_cv_rel_version=$withval 1758 1775 fi; 1759 @@ -1146,13 +115 1,13 @@1776 @@ -1146,13 +1152,13 @@ 1760 1777 [0-9]*) #(vi 1761 1778 ;; 1762 1779 *) 1763 1780 - { { echo "$as_me:1149: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 1764 + { { echo "$as_me:115 4: error: Release major-version is not a number: $NCURSES_MAJOR" >&51781 + { { echo "$as_me:1155: error: Release major-version is not a number: $NCURSES_MAJOR" >&5 1765 1782 echo "$as_me: error: Release major-version is not a number: $NCURSES_MAJOR" >&2;} 1766 1783 { (exit 1); exit 1; }; } … … 1769 1786 else 1770 1787 - { { echo "$as_me:1155: error: Release major-version value is empty" >&5 1771 + { { echo "$as_me:116 0: error: Release major-version value is empty" >&51788 + { { echo "$as_me:1161: error: Release major-version value is empty" >&5 1772 1789 echo "$as_me: error: Release major-version value is empty" >&2;} 1773 1790 { (exit 1); exit 1; }; } 1774 1791 fi 1775 @@ -1162,13 +116 7,13 @@1792 @@ -1162,13 +1168,13 @@ 1776 1793 [0-9]*) #(vi 1777 1794 ;; 1778 1795 *) 1779 1796 - { { echo "$as_me:1165: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1780 + { { echo "$as_me:117 0: error: Release minor-version is not a number: $NCURSES_MINOR" >&51797 + { { echo "$as_me:1171: error: Release minor-version is not a number: $NCURSES_MINOR" >&5 1781 1798 echo "$as_me: error: Release minor-version is not a number: $NCURSES_MINOR" >&2;} 1782 1799 { (exit 1); exit 1; }; } … … 1785 1802 else 1786 1803 - { { echo "$as_me:1171: error: Release minor-version value is empty" >&5 1787 + { { echo "$as_me:117 6: error: Release minor-version value is empty" >&51804 + { { echo "$as_me:1177: error: Release minor-version value is empty" >&5 1788 1805 echo "$as_me: error: Release minor-version value is empty" >&2;} 1789 1806 { (exit 1); exit 1; }; } 1790 1807 fi 1791 @@ -1178,7 +118 3,7 @@1808 @@ -1178,7 +1184,7 @@ 1792 1809 # Check whether --with-abi-version or --without-abi-version was given. 1793 1810 if test "${with_abi_version+set}" = set; then 1794 1811 withval="$with_abi_version" 1795 1812 - { echo "$as_me:1181: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1796 + { echo "$as_me:118 6: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&51813 + { echo "$as_me:1187: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&5 1797 1814 echo "$as_me: WARNING: overriding ABI version $cf_cv_abi_version to $withval" >&2;} 1798 1815 cf_cv_abi_version=$withval 1799 1816 fi; 1800 @@ -1188,13 +119 3,13 @@1817 @@ -1188,13 +1194,13 @@ 1801 1818 [0-9]*) #(vi 1802 1819 ;; 1803 1820 *) 1804 1821 - { { echo "$as_me:1191: error: ABI version is not a number: $cf_cv_abi_version" >&5 1805 + { { echo "$as_me:119 6: error: ABI version is not a number: $cf_cv_abi_version" >&51822 + { { echo "$as_me:1197: error: ABI version is not a number: $cf_cv_abi_version" >&5 1806 1823 echo "$as_me: error: ABI version is not a number: $cf_cv_abi_version" >&2;} 1807 1824 { (exit 1); exit 1; }; } … … 1810 1827 else 1811 1828 - { { echo "$as_me:1197: error: ABI version value is empty" >&5 1812 + { { echo "$as_me:120 2: error: ABI version value is empty" >&51829 + { { echo "$as_me:1203: error: ABI version value is empty" >&5 1813 1830 echo "$as_me: error: ABI version value is empty" >&2;} 1814 1831 { (exit 1); exit 1; }; } 1815 1832 fi 1816 @@ -1216,7 +122 1,7 @@1833 @@ -1216,7 +1222,7 @@ 1817 1834 fi 1818 1835 done 1819 1836 if test -z "$ac_aux_dir"; then 1820 1837 - { { echo "$as_me:1219: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1821 + { { echo "$as_me:122 4: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&51838 + { { echo "$as_me:1225: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5 1822 1839 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;} 1823 1840 { (exit 1); exit 1; }; } 1824 1841 fi 1825 @@ -1226,11 +123 1,11 @@1842 @@ -1226,11 +1232,11 @@ 1826 1843 1827 1844 # Make sure we can run config.sub. 1828 1845 $ac_config_sub sun4 >/dev/null 2>&1 || 1829 1846 - { { echo "$as_me:1229: error: cannot run $ac_config_sub" >&5 1830 + { { echo "$as_me:123 4: error: cannot run $ac_config_sub" >&51847 + { { echo "$as_me:1235: error: cannot run $ac_config_sub" >&5 1831 1848 echo "$as_me: error: cannot run $ac_config_sub" >&2;} 1832 1849 { (exit 1); exit 1; }; } 1833 1850 1834 1851 -echo "$as_me:1233: checking build system type" >&5 1835 +echo "$as_me:123 8: checking build system type" >&51852 +echo "$as_me:1239: checking build system type" >&5 1836 1853 echo $ECHO_N "checking build system type... $ECHO_C" >&6 1837 1854 if test "${ac_cv_build+set}" = set; then 1838 1855 echo $ECHO_N "(cached) $ECHO_C" >&6 1839 @@ -1239,23 +124 4,23 @@1856 @@ -1239,23 +1245,23 @@ 1840 1857 test -z "$ac_cv_build_alias" && 1841 1858 ac_cv_build_alias=`$ac_config_guess` 1842 1859 test -z "$ac_cv_build_alias" && 1843 1860 - { { echo "$as_me:1242: error: cannot guess build type; you must specify one" >&5 1844 + { { echo "$as_me:124 7: error: cannot guess build type; you must specify one" >&51861 + { { echo "$as_me:1248: error: cannot guess build type; you must specify one" >&5 1845 1862 echo "$as_me: error: cannot guess build type; you must specify one" >&2;} 1846 1863 { (exit 1); exit 1; }; } 1847 1864 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` || 1848 1865 - { { echo "$as_me:1246: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1849 + { { echo "$as_me:125 1: error: $ac_config_sub $ac_cv_build_alias failed." >&51866 + { { echo "$as_me:1252: error: $ac_config_sub $ac_cv_build_alias failed." >&5 1850 1867 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed." >&2;} 1851 1868 { (exit 1); exit 1; }; } … … 1853 1870 fi 1854 1871 -echo "$as_me:1251: result: $ac_cv_build" >&5 1855 +echo "$as_me:125 6: result: $ac_cv_build" >&51872 +echo "$as_me:1257: result: $ac_cv_build" >&5 1856 1873 echo "${ECHO_T}$ac_cv_build" >&6 1857 1874 build=$ac_cv_build … … 1861 1878 1862 1879 -echo "$as_me:1258: checking host system type" >&5 1863 +echo "$as_me:126 3: checking host system type" >&51880 +echo "$as_me:1264: checking host system type" >&5 1864 1881 echo $ECHO_N "checking host system type... $ECHO_C" >&6 1865 1882 if test "${ac_cv_host+set}" = set; then 1866 1883 echo $ECHO_N "(cached) $ECHO_C" >&6 1867 @@ -1264,12 +12 69,12 @@1884 @@ -1264,12 +1270,12 @@ 1868 1885 test -z "$ac_cv_host_alias" && 1869 1886 ac_cv_host_alias=$ac_cv_build_alias 1870 1887 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` || 1871 1888 - { { echo "$as_me:1267: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1872 + { { echo "$as_me:127 2: error: $ac_config_sub $ac_cv_host_alias failed" >&51889 + { { echo "$as_me:1273: error: $ac_config_sub $ac_cv_host_alias failed" >&5 1873 1890 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;} 1874 1891 { (exit 1); exit 1; }; } … … 1876 1893 fi 1877 1894 -echo "$as_me:1272: result: $ac_cv_host" >&5 1878 +echo "$as_me:127 7: result: $ac_cv_host" >&51895 +echo "$as_me:1278: result: $ac_cv_host" >&5 1879 1896 echo "${ECHO_T}$ac_cv_host" >&6 1880 1897 host=$ac_cv_host 1881 1898 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1882 @@ -1277,7 +128 2,7 @@1899 @@ -1277,7 +1283,7 @@ 1883 1900 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` 1884 1901 1885 1902 if test -f $srcdir/config.guess || test -f $ac_aux_dir/config.guess ; then 1886 1903 - echo "$as_me:1280: checking target system type" >&5 1887 + echo "$as_me:128 5: checking target system type" >&51904 + echo "$as_me:1286: checking target system type" >&5 1888 1905 echo $ECHO_N "checking target system type... $ECHO_C" >&6 1889 1906 if test "${ac_cv_target+set}" = set; then 1890 1907 echo $ECHO_N "(cached) $ECHO_C" >&6 1891 @@ -1286,12 +129 1,12 @@1908 @@ -1286,12 +1292,12 @@ 1892 1909 test "x$ac_cv_target_alias" = "x" && 1893 1910 ac_cv_target_alias=$ac_cv_host_alias 1894 1911 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` || 1895 1912 - { { echo "$as_me:1289: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1896 + { { echo "$as_me:129 4: error: $ac_config_sub $ac_cv_target_alias failed" >&51913 + { { echo "$as_me:1295: error: $ac_config_sub $ac_cv_target_alias failed" >&5 1897 1914 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;} 1898 1915 { (exit 1); exit 1; }; } … … 1900 1917 fi 1901 1918 -echo "$as_me:1294: result: $ac_cv_target" >&5 1902 +echo "$as_me:1 299: result: $ac_cv_target" >&51919 +echo "$as_me:1300: result: $ac_cv_target" >&5 1903 1920 echo "${ECHO_T}$ac_cv_target" >&6 1904 1921 target=$ac_cv_target 1905 1922 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 1906 @@ -1322,13 +132 7,13 @@1923 @@ -1322,13 +1328,13 @@ 1907 1924 fi 1908 1925 1909 1926 test -z "$system_name" && system_name="$cf_cv_system_name" 1910 1927 -test -n "$cf_cv_system_name" && echo "$as_me:1325: result: Configuring for $cf_cv_system_name" >&5 1911 +test -n "$cf_cv_system_name" && echo "$as_me:133 0: result: Configuring for $cf_cv_system_name" >&51928 +test -n "$cf_cv_system_name" && echo "$as_me:1331: result: Configuring for $cf_cv_system_name" >&5 1912 1929 echo "${ECHO_T}Configuring for $cf_cv_system_name" >&6 1913 1930 1914 1931 if test ".$system_name" != ".$cf_cv_system_name" ; then 1915 1932 - echo "$as_me:1329: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1916 + echo "$as_me:133 4: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&51933 + echo "$as_me:1335: result: Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&5 1917 1934 echo "${ECHO_T}Cached system name ($system_name) does not agree with actual ($cf_cv_system_name)" >&6 1918 1935 - { { echo "$as_me:1331: error: \"Please remove config.cache and try again.\"" >&5 1919 + { { echo "$as_me:133 6: error: \"Please remove config.cache and try again.\"" >&51936 + { { echo "$as_me:1337: error: \"Please remove config.cache and try again.\"" >&5 1920 1937 echo "$as_me: error: \"Please remove config.cache and try again.\"" >&2;} 1921 1938 { (exit 1); exit 1; }; } 1922 1939 fi 1923 @@ -1336,7 +134 1,7 @@1940 @@ -1336,7 +1342,7 @@ 1924 1941 # Check whether --with-system-type or --without-system-type was given. 1925 1942 if test "${with_system_type+set}" = set; then 1926 1943 withval="$with_system_type" 1927 1944 - { echo "$as_me:1339: WARNING: overriding system type to $withval" >&5 1928 + { echo "$as_me:134 4: WARNING: overriding system type to $withval" >&51945 + { echo "$as_me:1345: WARNING: overriding system type to $withval" >&5 1929 1946 echo "$as_me: WARNING: overriding system type to $withval" >&2;} 1930 1947 cf_cv_system_name=$withval 1931 1948 fi; 1932 @@ -1346,7 +135 1,7 @@1949 @@ -1346,7 +1352,7 @@ 1933 1950 1934 1951 ### Default install-location 1935 1952 1936 1953 -echo "$as_me:1349: checking for prefix" >&5 1937 +echo "$as_me:135 4: checking for prefix" >&51954 +echo "$as_me:1355: checking for prefix" >&5 1938 1955 echo $ECHO_N "checking for prefix... $ECHO_C" >&6 1939 1956 if test "x$prefix" = "xNONE" ; then 1940 1957 case "$cf_cv_system_name" in 1941 @@ -1358,11 +136 3,11 @@1958 @@ -1358,11 +1364,11 @@ 1942 1959 ;; 1943 1960 esac 1944 1961 fi 1945 1962 -echo "$as_me:1361: result: $prefix" >&5 1946 +echo "$as_me:136 6: result: $prefix" >&51963 +echo "$as_me:1367: result: $prefix" >&5 1947 1964 echo "${ECHO_T}$prefix" >&6 1948 1965 1949 1966 if test "x$prefix" = "xNONE" ; then 1950 1967 -echo "$as_me:1365: checking for default include-directory" >&5 1951 +echo "$as_me:137 0: checking for default include-directory" >&51968 +echo "$as_me:1371: checking for default include-directory" >&5 1952 1969 echo $ECHO_N "checking for default include-directory... $ECHO_C" >&6 1953 1970 test -n "$verbose" && echo 1>&6 1954 1971 for cf_symbol in \ 1955 @@ -1385,7 +139 0,7 @@1972 @@ -1385,7 +1391,7 @@ 1956 1973 fi 1957 1974 test -n "$verbose" && echo " tested $cf_dir" 1>&6 1958 1975 done 1959 1976 -echo "$as_me:1388: result: $includedir" >&5 1960 +echo "$as_me:139 3: result: $includedir" >&51977 +echo "$as_me:1394: result: $includedir" >&5 1961 1978 echo "${ECHO_T}$includedir" >&6 1962 1979 fi 1963 1980 1964 @@ -1399,7 +140 4,7 @@1981 @@ -1399,7 +1405,7 @@ 1965 1982 if test -n "$ac_tool_prefix"; then 1966 1983 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. 1967 1984 set dummy ${ac_tool_prefix}gcc; ac_word=$2 1968 1985 -echo "$as_me:1402: checking for $ac_word" >&5 1969 +echo "$as_me:140 7: checking for $ac_word" >&51986 +echo "$as_me:1408: checking for $ac_word" >&5 1970 1987 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 1971 1988 if test "${ac_cv_prog_CC+set}" = set; then 1972 1989 echo $ECHO_N "(cached) $ECHO_C" >&6 1973 @@ -1414,7 +14 19,7 @@1990 @@ -1414,7 +1420,7 @@ 1974 1991 test -z "$ac_dir" && ac_dir=. 1975 1992 $as_executable_p "$ac_dir/$ac_word" || continue 1976 1993 ac_cv_prog_CC="${ac_tool_prefix}gcc" 1977 1994 -echo "$as_me:1417: found $ac_dir/$ac_word" >&5 1978 +echo "$as_me:142 2: found $ac_dir/$ac_word" >&51995 +echo "$as_me:1423: found $ac_dir/$ac_word" >&5 1979 1996 break 1980 1997 done 1981 1998 1982 @@ -1422,10 +142 7,10 @@1999 @@ -1422,10 +1428,10 @@ 1983 2000 fi 1984 2001 CC=$ac_cv_prog_CC 1985 2002 if test -n "$CC"; then 1986 2003 - echo "$as_me:1425: result: $CC" >&5 1987 + echo "$as_me:143 0: result: $CC" >&52004 + echo "$as_me:1431: result: $CC" >&5 1988 2005 echo "${ECHO_T}$CC" >&6 1989 2006 else 1990 2007 - echo "$as_me:1428: result: no" >&5 1991 + echo "$as_me:143 3: result: no" >&52008 + echo "$as_me:1434: result: no" >&5 1992 2009 echo "${ECHO_T}no" >&6 1993 2010 fi 1994 2011 1995 @@ -1434,7 +14 39,7 @@2012 @@ -1434,7 +1440,7 @@ 1996 2013 ac_ct_CC=$CC 1997 2014 # Extract the first word of "gcc", so it can be a program name with args. 1998 2015 set dummy gcc; ac_word=$2 1999 2016 -echo "$as_me:1437: checking for $ac_word" >&5 2000 +echo "$as_me:144 2: checking for $ac_word" >&52017 +echo "$as_me:1443: checking for $ac_word" >&5 2001 2018 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2002 2019 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2003 2020 echo $ECHO_N "(cached) $ECHO_C" >&6 2004 @@ -1449,7 +145 4,7 @@2021 @@ -1449,7 +1455,7 @@ 2005 2022 test -z "$ac_dir" && ac_dir=. 2006 2023 $as_executable_p "$ac_dir/$ac_word" || continue 2007 2024 ac_cv_prog_ac_ct_CC="gcc" 2008 2025 -echo "$as_me:1452: found $ac_dir/$ac_word" >&5 2009 +echo "$as_me:145 7: found $ac_dir/$ac_word" >&52026 +echo "$as_me:1458: found $ac_dir/$ac_word" >&5 2010 2027 break 2011 2028 done 2012 2029 2013 @@ -1457,10 +146 2,10 @@2030 @@ -1457,10 +1463,10 @@ 2014 2031 fi 2015 2032 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2016 2033 if test -n "$ac_ct_CC"; then 2017 2034 - echo "$as_me:1460: result: $ac_ct_CC" >&5 2018 + echo "$as_me:146 5: result: $ac_ct_CC" >&52035 + echo "$as_me:1466: result: $ac_ct_CC" >&5 2019 2036 echo "${ECHO_T}$ac_ct_CC" >&6 2020 2037 else 2021 2038 - echo "$as_me:1463: result: no" >&5 2022 + echo "$as_me:146 8: result: no" >&52039 + echo "$as_me:1469: result: no" >&5 2023 2040 echo "${ECHO_T}no" >&6 2024 2041 fi 2025 2042 2026 @@ -1473,7 +147 8,7 @@2043 @@ -1473,7 +1479,7 @@ 2027 2044 if test -n "$ac_tool_prefix"; then 2028 2045 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. 2029 2046 set dummy ${ac_tool_prefix}cc; ac_word=$2 2030 2047 -echo "$as_me:1476: checking for $ac_word" >&5 2031 +echo "$as_me:148 1: checking for $ac_word" >&52048 +echo "$as_me:1482: checking for $ac_word" >&5 2032 2049 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2033 2050 if test "${ac_cv_prog_CC+set}" = set; then 2034 2051 echo $ECHO_N "(cached) $ECHO_C" >&6 2035 @@ -1488,7 +149 3,7 @@2052 @@ -1488,7 +1494,7 @@ 2036 2053 test -z "$ac_dir" && ac_dir=. 2037 2054 $as_executable_p "$ac_dir/$ac_word" || continue 2038 2055 ac_cv_prog_CC="${ac_tool_prefix}cc" 2039 2056 -echo "$as_me:1491: found $ac_dir/$ac_word" >&5 2040 +echo "$as_me:149 6: found $ac_dir/$ac_word" >&52057 +echo "$as_me:1497: found $ac_dir/$ac_word" >&5 2041 2058 break 2042 2059 done 2043 2060 2044 @@ -1496,10 +150 1,10 @@2061 @@ -1496,10 +1502,10 @@ 2045 2062 fi 2046 2063 CC=$ac_cv_prog_CC 2047 2064 if test -n "$CC"; then 2048 2065 - echo "$as_me:1499: result: $CC" >&5 2049 + echo "$as_me:150 4: result: $CC" >&52066 + echo "$as_me:1505: result: $CC" >&5 2050 2067 echo "${ECHO_T}$CC" >&6 2051 2068 else 2052 2069 - echo "$as_me:1502: result: no" >&5 2053 + echo "$as_me:150 7: result: no" >&52070 + echo "$as_me:1508: result: no" >&5 2054 2071 echo "${ECHO_T}no" >&6 2055 2072 fi 2056 2073 2057 @@ -1508,7 +151 3,7 @@2074 @@ -1508,7 +1514,7 @@ 2058 2075 ac_ct_CC=$CC 2059 2076 # Extract the first word of "cc", so it can be a program name with args. 2060 2077 set dummy cc; ac_word=$2 2061 2078 -echo "$as_me:1511: checking for $ac_word" >&5 2062 +echo "$as_me:151 6: checking for $ac_word" >&52079 +echo "$as_me:1517: checking for $ac_word" >&5 2063 2080 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2064 2081 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2065 2082 echo $ECHO_N "(cached) $ECHO_C" >&6 2066 @@ -1523,7 +152 8,7 @@2083 @@ -1523,7 +1529,7 @@ 2067 2084 test -z "$ac_dir" && ac_dir=. 2068 2085 $as_executable_p "$ac_dir/$ac_word" || continue 2069 2086 ac_cv_prog_ac_ct_CC="cc" 2070 2087 -echo "$as_me:1526: found $ac_dir/$ac_word" >&5 2071 +echo "$as_me:153 1: found $ac_dir/$ac_word" >&52088 +echo "$as_me:1532: found $ac_dir/$ac_word" >&5 2072 2089 break 2073 2090 done 2074 2091 2075 @@ -1531,10 +153 6,10 @@2092 @@ -1531,10 +1537,10 @@ 2076 2093 fi 2077 2094 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2078 2095 if test -n "$ac_ct_CC"; then 2079 2096 - echo "$as_me:1534: result: $ac_ct_CC" >&5 2080 + echo "$as_me:15 39: result: $ac_ct_CC" >&52097 + echo "$as_me:1540: result: $ac_ct_CC" >&5 2081 2098 echo "${ECHO_T}$ac_ct_CC" >&6 2082 2099 else 2083 2100 - echo "$as_me:1537: result: no" >&5 2084 + echo "$as_me:154 2: result: no" >&52101 + echo "$as_me:1543: result: no" >&5 2085 2102 echo "${ECHO_T}no" >&6 2086 2103 fi 2087 2104 2088 @@ -1547,7 +155 2,7 @@2105 @@ -1547,7 +1553,7 @@ 2089 2106 if test -z "$CC"; then 2090 2107 # Extract the first word of "cc", so it can be a program name with args. 2091 2108 set dummy cc; ac_word=$2 2092 2109 -echo "$as_me:1550: checking for $ac_word" >&5 2093 +echo "$as_me:155 5: checking for $ac_word" >&52110 +echo "$as_me:1556: checking for $ac_word" >&5 2094 2111 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2095 2112 if test "${ac_cv_prog_CC+set}" = set; then 2096 2113 echo $ECHO_N "(cached) $ECHO_C" >&6 2097 @@ -1567,7 +157 2,7 @@2114 @@ -1567,7 +1573,7 @@ 2098 2115 continue 2099 2116 fi 2100 2117 ac_cv_prog_CC="cc" 2101 2118 -echo "$as_me:1570: found $ac_dir/$ac_word" >&5 2102 +echo "$as_me:157 5: found $ac_dir/$ac_word" >&52119 +echo "$as_me:1576: found $ac_dir/$ac_word" >&5 2103 2120 break 2104 2121 done 2105 2122 2106 @@ -1589,10 +159 4,10 @@2123 @@ -1589,10 +1595,10 @@ 2107 2124 fi 2108 2125 CC=$ac_cv_prog_CC 2109 2126 if test -n "$CC"; then 2110 2127 - echo "$as_me:1592: result: $CC" >&5 2111 + echo "$as_me:159 7: result: $CC" >&52128 + echo "$as_me:1598: result: $CC" >&5 2112 2129 echo "${ECHO_T}$CC" >&6 2113 2130 else 2114 2131 - echo "$as_me:1595: result: no" >&5 2115 + echo "$as_me:160 0: result: no" >&52132 + echo "$as_me:1601: result: no" >&5 2116 2133 echo "${ECHO_T}no" >&6 2117 2134 fi 2118 2135 2119 @@ -1603,7 +160 8,7 @@2136 @@ -1603,7 +1609,7 @@ 2120 2137 do 2121 2138 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2122 2139 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2123 2140 -echo "$as_me:1606: checking for $ac_word" >&5 2124 +echo "$as_me:161 1: checking for $ac_word" >&52141 +echo "$as_me:1612: checking for $ac_word" >&5 2125 2142 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2126 2143 if test "${ac_cv_prog_CC+set}" = set; then 2127 2144 echo $ECHO_N "(cached) $ECHO_C" >&6 2128 @@ -1618,7 +162 3,7 @@2145 @@ -1618,7 +1624,7 @@ 2129 2146 test -z "$ac_dir" && ac_dir=. 2130 2147 $as_executable_p "$ac_dir/$ac_word" || continue 2131 2148 ac_cv_prog_CC="$ac_tool_prefix$ac_prog" 2132 2149 -echo "$as_me:1621: found $ac_dir/$ac_word" >&5 2133 +echo "$as_me:162 6: found $ac_dir/$ac_word" >&52150 +echo "$as_me:1627: found $ac_dir/$ac_word" >&5 2134 2151 break 2135 2152 done 2136 2153 2137 @@ -1626,10 +163 1,10 @@2154 @@ -1626,10 +1632,10 @@ 2138 2155 fi 2139 2156 CC=$ac_cv_prog_CC 2140 2157 if test -n "$CC"; then 2141 2158 - echo "$as_me:1629: result: $CC" >&5 2142 + echo "$as_me:163 4: result: $CC" >&52159 + echo "$as_me:1635: result: $CC" >&5 2143 2160 echo "${ECHO_T}$CC" >&6 2144 2161 else 2145 2162 - echo "$as_me:1632: result: no" >&5 2146 + echo "$as_me:163 7: result: no" >&52163 + echo "$as_me:1638: result: no" >&5 2147 2164 echo "${ECHO_T}no" >&6 2148 2165 fi 2149 2166 2150 @@ -1642,7 +164 7,7 @@2167 @@ -1642,7 +1648,7 @@ 2151 2168 do 2152 2169 # Extract the first word of "$ac_prog", so it can be a program name with args. 2153 2170 set dummy $ac_prog; ac_word=$2 2154 2171 -echo "$as_me:1645: checking for $ac_word" >&5 2155 +echo "$as_me:165 0: checking for $ac_word" >&52172 +echo "$as_me:1651: checking for $ac_word" >&5 2156 2173 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2157 2174 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then 2158 2175 echo $ECHO_N "(cached) $ECHO_C" >&6 2159 @@ -1657,7 +166 2,7 @@2176 @@ -1657,7 +1663,7 @@ 2160 2177 test -z "$ac_dir" && ac_dir=. 2161 2178 $as_executable_p "$ac_dir/$ac_word" || continue 2162 2179 ac_cv_prog_ac_ct_CC="$ac_prog" 2163 2180 -echo "$as_me:1660: found $ac_dir/$ac_word" >&5 2164 +echo "$as_me:166 5: found $ac_dir/$ac_word" >&52181 +echo "$as_me:1666: found $ac_dir/$ac_word" >&5 2165 2182 break 2166 2183 done 2167 2184 2168 @@ -1665,10 +167 0,10 @@2185 @@ -1665,10 +1671,10 @@ 2169 2186 fi 2170 2187 ac_ct_CC=$ac_cv_prog_ac_ct_CC 2171 2188 if test -n "$ac_ct_CC"; then 2172 2189 - echo "$as_me:1668: result: $ac_ct_CC" >&5 2173 + echo "$as_me:167 3: result: $ac_ct_CC" >&52190 + echo "$as_me:1674: result: $ac_ct_CC" >&5 2174 2191 echo "${ECHO_T}$ac_ct_CC" >&6 2175 2192 else 2176 2193 - echo "$as_me:1671: result: no" >&5 2177 + echo "$as_me:167 6: result: no" >&52194 + echo "$as_me:1677: result: no" >&5 2178 2195 echo "${ECHO_T}no" >&6 2179 2196 fi 2180 2197 2181 @@ -1680,32 +168 5,32 @@2198 @@ -1680,32 +1686,32 @@ 2182 2199 2183 2200 fi 2184 2201 2185 2202 -test -z "$CC" && { { echo "$as_me:1683: error: no acceptable cc found in \$PATH" >&5 2186 +test -z "$CC" && { { echo "$as_me:168 8: error: no acceptable cc found in \$PATH" >&52203 +test -z "$CC" && { { echo "$as_me:1689: error: no acceptable cc found in \$PATH" >&5 2187 2204 echo "$as_me: error: no acceptable cc found in \$PATH" >&2;} 2188 2205 { (exit 1); exit 1; }; } … … 2190 2207 # Provide some information about the compiler. 2191 2208 -echo "$as_me:1688:" \ 2192 +echo "$as_me:169 3:" \2209 +echo "$as_me:1694:" \ 2193 2210 "checking for C compiler version" >&5 2194 2211 ac_compiler=`set X $ac_compile; echo $2` 2195 2212 -{ (eval echo "$as_me:1691: \"$ac_compiler --version </dev/null >&5\"") >&5 2196 +{ (eval echo "$as_me:169 6: \"$ac_compiler --version </dev/null >&5\"") >&52213 +{ (eval echo "$as_me:1697: \"$ac_compiler --version </dev/null >&5\"") >&5 2197 2214 (eval $ac_compiler --version </dev/null >&5) 2>&5 2198 2215 ac_status=$? 2199 2216 - echo "$as_me:1694: \$? = $ac_status" >&5 2200 + echo "$as_me:1 699: \$? = $ac_status" >&52217 + echo "$as_me:1700: \$? = $ac_status" >&5 2201 2218 (exit $ac_status); } 2202 2219 -{ (eval echo "$as_me:1696: \"$ac_compiler -v </dev/null >&5\"") >&5 2203 +{ (eval echo "$as_me:170 1: \"$ac_compiler -v </dev/null >&5\"") >&52220 +{ (eval echo "$as_me:1702: \"$ac_compiler -v </dev/null >&5\"") >&5 2204 2221 (eval $ac_compiler -v </dev/null >&5) 2>&5 2205 2222 ac_status=$? 2206 2223 - echo "$as_me:1699: \$? = $ac_status" >&5 2207 + echo "$as_me:170 4: \$? = $ac_status" >&52224 + echo "$as_me:1705: \$? = $ac_status" >&5 2208 2225 (exit $ac_status); } 2209 2226 -{ (eval echo "$as_me:1701: \"$ac_compiler -V </dev/null >&5\"") >&5 2210 +{ (eval echo "$as_me:170 6: \"$ac_compiler -V </dev/null >&5\"") >&52227 +{ (eval echo "$as_me:1707: \"$ac_compiler -V </dev/null >&5\"") >&5 2211 2228 (eval $ac_compiler -V </dev/null >&5) 2>&5 2212 2229 ac_status=$? 2213 2230 - echo "$as_me:1704: \$? = $ac_status" >&5 2214 + echo "$as_me:17 09: \$? = $ac_status" >&52231 + echo "$as_me:1710: \$? = $ac_status" >&5 2215 2232 (exit $ac_status); } 2216 2233 2217 2234 cat >conftest.$ac_ext <<_ACEOF 2218 2235 -#line 1708 "configure" 2219 +#line 171 3"configure"2236 +#line 1714 "configure" 2220 2237 #include "confdefs.h" 2221 2238 2222 2239 int 2223 @@ -1721,13 +172 6,13 @@2240 @@ -1721,13 +1727,13 @@ 2224 2241 # Try to create an executable without -o first, disregard a.out. 2225 2242 # It will help us diagnose broken compilers, and finding out an intuition 2226 2243 # of exeext. 2227 2244 -echo "$as_me:1724: checking for C compiler default output" >&5 2228 +echo "$as_me:17 29: checking for C compiler default output" >&52245 +echo "$as_me:1730: checking for C compiler default output" >&5 2229 2246 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6 2230 2247 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` 2231 2248 -if { (eval echo "$as_me:1727: \"$ac_link_default\"") >&5 2232 +if { (eval echo "$as_me:173 2: \"$ac_link_default\"") >&52249 +if { (eval echo "$as_me:1733: \"$ac_link_default\"") >&5 2233 2250 (eval $ac_link_default) 2>&5 2234 2251 ac_status=$? 2235 2252 - echo "$as_me:1730: \$? = $ac_status" >&5 2236 + echo "$as_me:173 5: \$? = $ac_status" >&52253 + echo "$as_me:1736: \$? = $ac_status" >&5 2237 2254 (exit $ac_status); }; then 2238 2255 # Find the output, starting from the most likely. This scheme is 2239 2256 # not robust to junk in `.', hence go to wildcards (a.*) only as a last 2240 @@ -1736,7 +174 1,7 @@2257 @@ -1736,7 +1742,7 @@ 2241 2258 ls a.out conftest 2>/dev/null; 2242 2259 ls a.* conftest.* 2>/dev/null`; do … … 2247 2264 # certainly right. 2248 2265 break;; 2249 @@ -1750,34 +175 5,34 @@2266 @@ -1750,34 +1756,34 @@ 2250 2267 else 2251 2268 echo "$as_me: failed program was:" >&5 2252 2269 cat conftest.$ac_ext >&5 2253 2270 -{ { echo "$as_me:1753: error: C compiler cannot create executables" >&5 2254 +{ { echo "$as_me:175 8: error: C compiler cannot create executables" >&52271 +{ { echo "$as_me:1759: error: C compiler cannot create executables" >&5 2255 2272 echo "$as_me: error: C compiler cannot create executables" >&2;} 2256 2273 { (exit 77); exit 77; }; } … … 2259 2276 ac_exeext=$ac_cv_exeext 2260 2277 -echo "$as_me:1759: result: $ac_file" >&5 2261 +echo "$as_me:176 4: result: $ac_file" >&52278 +echo "$as_me:1765: result: $ac_file" >&5 2262 2279 echo "${ECHO_T}$ac_file" >&6 2263 2280 … … 2265 2282 # the compiler is broken, or we cross compile. 2266 2283 -echo "$as_me:1764: checking whether the C compiler works" >&5 2267 +echo "$as_me:17 69: checking whether the C compiler works" >&52284 +echo "$as_me:1770: checking whether the C compiler works" >&5 2268 2285 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6 2269 2286 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0 … … 2272 2289 if { ac_try='./$ac_file' 2273 2290 - { (eval echo "$as_me:1770: \"$ac_try\"") >&5 2274 + { (eval echo "$as_me:177 5: \"$ac_try\"") >&52291 + { (eval echo "$as_me:1776: \"$ac_try\"") >&5 2275 2292 (eval $ac_try) 2>&5 2276 2293 ac_status=$? 2277 2294 - echo "$as_me:1773: \$? = $ac_status" >&5 2278 + echo "$as_me:177 8: \$? = $ac_status" >&52295 + echo "$as_me:1779: \$? = $ac_status" >&5 2279 2296 (exit $ac_status); }; }; then 2280 2297 cross_compiling=no … … 2284 2301 else 2285 2302 - { { echo "$as_me:1780: error: cannot run C compiled programs. 2286 + { { echo "$as_me:178 5: error: cannot run C compiled programs.2303 + { { echo "$as_me:1786: error: cannot run C compiled programs. 2287 2304 If you meant to cross compile, use \`--host'." >&5 2288 2305 echo "$as_me: error: cannot run C compiled programs. 2289 2306 If you meant to cross compile, use \`--host'." >&2;} 2290 @@ -1785,24 +179 0,24 @@2307 @@ -1785,24 +1791,24 @@ 2291 2308 fi 2292 2309 fi 2293 2310 fi 2294 2311 -echo "$as_me:1788: result: yes" >&5 2295 +echo "$as_me:179 3: result: yes" >&52312 +echo "$as_me:1794: result: yes" >&5 2296 2313 echo "${ECHO_T}yes" >&6 2297 2314 … … 2301 2318 # the compiler is broken, or we cross compile. 2302 2319 -echo "$as_me:1795: checking whether we are cross compiling" >&5 2303 +echo "$as_me:180 0: checking whether we are cross compiling" >&52320 +echo "$as_me:1801: checking whether we are cross compiling" >&5 2304 2321 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6 2305 2322 -echo "$as_me:1797: result: $cross_compiling" >&5 2306 +echo "$as_me:180 2: result: $cross_compiling" >&52323 +echo "$as_me:1803: result: $cross_compiling" >&5 2307 2324 echo "${ECHO_T}$cross_compiling" >&6 2308 2325 2309 2326 -echo "$as_me:1800: checking for executable suffix" >&5 2310 +echo "$as_me:180 5: checking for executable suffix" >&52327 +echo "$as_me:1806: checking for executable suffix" >&5 2311 2328 echo $ECHO_N "checking for executable suffix... $ECHO_C" >&6 2312 2329 -if { (eval echo "$as_me:1802: \"$ac_link\"") >&5 2313 +if { (eval echo "$as_me:180 7: \"$ac_link\"") >&52330 +if { (eval echo "$as_me:1808: \"$ac_link\"") >&5 2314 2331 (eval $ac_link) 2>&5 2315 2332 ac_status=$? 2316 2333 - echo "$as_me:1805: \$? = $ac_status" >&5 2317 + echo "$as_me:181 0: \$? = $ac_status" >&52334 + echo "$as_me:1811: \$? = $ac_status" >&5 2318 2335 (exit $ac_status); }; then 2319 2336 # If both `conftest.exe' and `conftest' are `present' (well, observable) 2320 2337 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will 2321 @@ -1810,7 +181 5,7 @@2338 @@ -1810,7 +1816,7 @@ 2322 2339 # `rm'. 2323 2340 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do … … 2328 2345 export ac_cv_exeext 2329 2346 break;; 2330 @@ -1818,25 +182 3,25 @@2347 @@ -1818,25 +1824,25 @@ 2331 2348 esac 2332 2349 done 2333 2350 else 2334 2351 - { { echo "$as_me:1821: error: cannot compute EXEEXT: cannot compile and link" >&5 2335 + { { echo "$as_me:182 6: error: cannot compute EXEEXT: cannot compile and link" >&52352 + { { echo "$as_me:1827: error: cannot compute EXEEXT: cannot compile and link" >&5 2336 2353 echo "$as_me: error: cannot compute EXEEXT: cannot compile and link" >&2;} 2337 2354 { (exit 1); exit 1; }; } … … 2340 2357 rm -f conftest$ac_cv_exeext 2341 2358 -echo "$as_me:1827: result: $ac_cv_exeext" >&5 2342 +echo "$as_me:183 2: result: $ac_cv_exeext" >&52359 +echo "$as_me:1833: result: $ac_cv_exeext" >&5 2343 2360 echo "${ECHO_T}$ac_cv_exeext" >&6 2344 2361 … … 2347 2364 ac_exeext=$EXEEXT 2348 2365 -echo "$as_me:1833: checking for object suffix" >&5 2349 +echo "$as_me:183 8: checking for object suffix" >&52366 +echo "$as_me:1839: checking for object suffix" >&5 2350 2367 echo $ECHO_N "checking for object suffix... $ECHO_C" >&6 2351 2368 if test "${ac_cv_objext+set}" = set; then … … 2354 2371 cat >conftest.$ac_ext <<_ACEOF 2355 2372 -#line 1839 "configure" 2356 +#line 184 4"configure"2373 +#line 1845 "configure" 2357 2374 #include "confdefs.h" 2358 2375 2359 2376 int 2360 @@ -1848,14 +185 3,14 @@2377 @@ -1848,14 +1854,14 @@ 2361 2378 } 2362 2379 _ACEOF 2363 2380 rm -f conftest.o conftest.obj 2364 2381 -if { (eval echo "$as_me:1851: \"$ac_compile\"") >&5 2365 +if { (eval echo "$as_me:185 6: \"$ac_compile\"") >&52382 +if { (eval echo "$as_me:1857: \"$ac_compile\"") >&5 2366 2383 (eval $ac_compile) 2>&5 2367 2384 ac_status=$? 2368 2385 - echo "$as_me:1854: \$? = $ac_status" >&5 2369 + echo "$as_me:18 59: \$? = $ac_status" >&52386 + echo "$as_me:1860: \$? = $ac_status" >&5 2370 2387 (exit $ac_status); }; then 2371 2388 for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do … … 2376 2393 break;; 2377 2394 esac 2378 @@ -1863,24 +186 8,24 @@2395 @@ -1863,24 +1869,24 @@ 2379 2396 else 2380 2397 echo "$as_me: failed program was:" >&5 2381 2398 cat conftest.$ac_ext >&5 2382 2399 -{ { echo "$as_me:1866: error: cannot compute OBJEXT: cannot compile" >&5 2383 +{ { echo "$as_me:187 1: error: cannot compute OBJEXT: cannot compile" >&52400 +{ { echo "$as_me:1872: error: cannot compute OBJEXT: cannot compile" >&5 2384 2401 echo "$as_me: error: cannot compute OBJEXT: cannot compile" >&2;} 2385 2402 { (exit 1); exit 1; }; } … … 2389 2406 fi 2390 2407 -echo "$as_me:1873: result: $ac_cv_objext" >&5 2391 +echo "$as_me:187 8: result: $ac_cv_objext" >&52408 +echo "$as_me:1879: result: $ac_cv_objext" >&5 2392 2409 echo "${ECHO_T}$ac_cv_objext" >&6 2393 2410 OBJEXT=$ac_cv_objext 2394 2411 ac_objext=$OBJEXT 2395 2412 -echo "$as_me:1877: checking whether we are using the GNU C compiler" >&5 2396 +echo "$as_me:188 2: checking whether we are using the GNU C compiler" >&52413 +echo "$as_me:1883: checking whether we are using the GNU C compiler" >&5 2397 2414 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6 2398 2415 if test "${ac_cv_c_compiler_gnu+set}" = set; then … … 2401 2418 cat >conftest.$ac_ext <<_ACEOF 2402 2419 -#line 1883 "configure" 2403 +#line 188 8"configure"2420 +#line 1889 "configure" 2404 2421 #include "confdefs.h" 2405 2422 2406 2423 int 2407 @@ -1895,16 +190 0,16 @@2424 @@ -1895,16 +1901,16 @@ 2408 2425 } 2409 2426 _ACEOF 2410 2427 rm -f conftest.$ac_objext 2411 2428 -if { (eval echo "$as_me:1898: \"$ac_compile\"") >&5 2412 +if { (eval echo "$as_me:190 3: \"$ac_compile\"") >&52429 +if { (eval echo "$as_me:1904: \"$ac_compile\"") >&5 2413 2430 (eval $ac_compile) 2>&5 2414 2431 ac_status=$? 2415 2432 - echo "$as_me:1901: \$? = $ac_status" >&5 2416 + echo "$as_me:190 6: \$? = $ac_status" >&52433 + echo "$as_me:1907: \$? = $ac_status" >&5 2417 2434 (exit $ac_status); } && 2418 2435 { ac_try='test -s conftest.$ac_objext' 2419 2436 - { (eval echo "$as_me:1904: \"$ac_try\"") >&5 2420 + { (eval echo "$as_me:19 09: \"$ac_try\"") >&52437 + { (eval echo "$as_me:1910: \"$ac_try\"") >&5 2421 2438 (eval $ac_try) 2>&5 2422 2439 ac_status=$? 2423 2440 - echo "$as_me:1907: \$? = $ac_status" >&5 2424 + echo "$as_me:191 2: \$? = $ac_status" >&52441 + echo "$as_me:1913: \$? = $ac_status" >&5 2425 2442 (exit $ac_status); }; }; then 2426 2443 ac_compiler_gnu=yes 2427 2444 else 2428 @@ -1916,19 +192 1,19 @@2445 @@ -1916,19 +1922,19 @@ 2429 2446 ac_cv_c_compiler_gnu=$ac_compiler_gnu 2430 2447 2431 2448 fi 2432 2449 -echo "$as_me:1919: result: $ac_cv_c_compiler_gnu" >&5 2433 +echo "$as_me:192 4: result: $ac_cv_c_compiler_gnu" >&52450 +echo "$as_me:1925: result: $ac_cv_c_compiler_gnu" >&5 2434 2451 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6 2435 2452 GCC=`test $ac_compiler_gnu = yes && echo yes` … … 2438 2455 CFLAGS="-g" 2439 2456 -echo "$as_me:1925: checking whether $CC accepts -g" >&5 2440 +echo "$as_me:193 0: checking whether $CC accepts -g" >&52457 +echo "$as_me:1931: checking whether $CC accepts -g" >&5 2441 2458 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6 2442 2459 if test "${ac_cv_prog_cc_g+set}" = set; then … … 2445 2462 cat >conftest.$ac_ext <<_ACEOF 2446 2463 -#line 1931 "configure" 2447 +#line 193 6"configure"2464 +#line 1937 "configure" 2448 2465 #include "confdefs.h" 2449 2466 2450 2467 int 2451 @@ -1940,16 +194 5,16 @@2468 @@ -1940,16 +1946,16 @@ 2452 2469 } 2453 2470 _ACEOF 2454 2471 rm -f conftest.$ac_objext 2455 2472 -if { (eval echo "$as_me:1943: \"$ac_compile\"") >&5 2456 +if { (eval echo "$as_me:194 8: \"$ac_compile\"") >&52473 +if { (eval echo "$as_me:1949: \"$ac_compile\"") >&5 2457 2474 (eval $ac_compile) 2>&5 2458 2475 ac_status=$? 2459 2476 - echo "$as_me:1946: \$? = $ac_status" >&5 2460 + echo "$as_me:195 1: \$? = $ac_status" >&52477 + echo "$as_me:1952: \$? = $ac_status" >&5 2461 2478 (exit $ac_status); } && 2462 2479 { ac_try='test -s conftest.$ac_objext' 2463 2480 - { (eval echo "$as_me:1949: \"$ac_try\"") >&5 2464 + { (eval echo "$as_me:195 4: \"$ac_try\"") >&52481 + { (eval echo "$as_me:1955: \"$ac_try\"") >&5 2465 2482 (eval $ac_try) 2>&5 2466 2483 ac_status=$? 2467 2484 - echo "$as_me:1952: \$? = $ac_status" >&5 2468 + echo "$as_me:195 7: \$? = $ac_status" >&52485 + echo "$as_me:1958: \$? = $ac_status" >&5 2469 2486 (exit $ac_status); }; }; then 2470 2487 ac_cv_prog_cc_g=yes 2471 2488 else 2472 @@ -1959,7 +196 4,7 @@2489 @@ -1959,7 +1965,7 @@ 2473 2490 fi 2474 2491 rm -f conftest.$ac_objext conftest.$ac_ext 2475 2492 fi 2476 2493 -echo "$as_me:1962: result: $ac_cv_prog_cc_g" >&5 2477 +echo "$as_me:196 7: result: $ac_cv_prog_cc_g" >&52494 +echo "$as_me:1968: result: $ac_cv_prog_cc_g" >&5 2478 2495 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6 2479 2496 if test "$ac_test_CFLAGS" = set; then 2480 2497 CFLAGS=$ac_save_CFLAGS 2481 @@ -1986,16 +199 1,16 @@2498 @@ -1986,16 +1992,16 @@ 2482 2499 #endif 2483 2500 _ACEOF 2484 2501 rm -f conftest.$ac_objext 2485 2502 -if { (eval echo "$as_me:1989: \"$ac_compile\"") >&5 2486 +if { (eval echo "$as_me:199 4: \"$ac_compile\"") >&52503 +if { (eval echo "$as_me:1995: \"$ac_compile\"") >&5 2487 2504 (eval $ac_compile) 2>&5 2488 2505 ac_status=$? 2489 2506 - echo "$as_me:1992: \$? = $ac_status" >&5 2490 + echo "$as_me:199 7: \$? = $ac_status" >&52507 + echo "$as_me:1998: \$? = $ac_status" >&5 2491 2508 (exit $ac_status); } && 2492 2509 { ac_try='test -s conftest.$ac_objext' 2493 2510 - { (eval echo "$as_me:1995: \"$ac_try\"") >&5 2494 + { (eval echo "$as_me:200 0: \"$ac_try\"") >&52511 + { (eval echo "$as_me:2001: \"$ac_try\"") >&5 2495 2512 (eval $ac_try) 2>&5 2496 2513 ac_status=$? 2497 2514 - echo "$as_me:1998: \$? = $ac_status" >&5 2498 + echo "$as_me:200 3: \$? = $ac_status" >&52515 + echo "$as_me:2004: \$? = $ac_status" >&5 2499 2516 (exit $ac_status); }; }; then 2500 2517 for ac_declaration in \ 2501 2518 ''\ 2502 @@ -2007,7 +201 2,7 @@2519 @@ -2007,7 +2013,7 @@ 2503 2520 'void exit (int);' 2504 2521 do 2505 2522 cat >conftest.$ac_ext <<_ACEOF 2506 2523 -#line 2010 "configure" 2507 +#line 201 5"configure"2524 +#line 2016 "configure" 2508 2525 #include "confdefs.h" 2509 2526 #include <stdlib.h> 2510 2527 $ac_declaration 2511 @@ -2020,16 +202 5,16 @@2528 @@ -2020,16 +2026,16 @@ 2512 2529 } 2513 2530 _ACEOF 2514 2531 rm -f conftest.$ac_objext 2515 2532 -if { (eval echo "$as_me:2023: \"$ac_compile\"") >&5 2516 +if { (eval echo "$as_me:202 8: \"$ac_compile\"") >&52533 +if { (eval echo "$as_me:2029: \"$ac_compile\"") >&5 2517 2534 (eval $ac_compile) 2>&5 2518 2535 ac_status=$? 2519 2536 - echo "$as_me:2026: \$? = $ac_status" >&5 2520 + echo "$as_me:203 1: \$? = $ac_status" >&52537 + echo "$as_me:2032: \$? = $ac_status" >&5 2521 2538 (exit $ac_status); } && 2522 2539 { ac_try='test -s conftest.$ac_objext' 2523 2540 - { (eval echo "$as_me:2029: \"$ac_try\"") >&5 2524 + { (eval echo "$as_me:203 4: \"$ac_try\"") >&52541 + { (eval echo "$as_me:2035: \"$ac_try\"") >&5 2525 2542 (eval $ac_try) 2>&5 2526 2543 ac_status=$? 2527 2544 - echo "$as_me:2032: \$? = $ac_status" >&5 2528 + echo "$as_me:203 7: \$? = $ac_status" >&52545 + echo "$as_me:2038: \$? = $ac_status" >&5 2529 2546 (exit $ac_status); }; }; then 2530 2547 : 2531 2548 else 2532 @@ -2039,7 +204 4,7 @@2549 @@ -2039,7 +2045,7 @@ 2533 2550 fi 2534 2551 rm -f conftest.$ac_objext conftest.$ac_ext 2535 2552 cat >conftest.$ac_ext <<_ACEOF 2536 2553 -#line 2042 "configure" 2537 +#line 204 7"configure"2554 +#line 2048 "configure" 2538 2555 #include "confdefs.h" 2539 2556 $ac_declaration 2540 2557 int 2541 @@ -2051,16 +205 6,16 @@2558 @@ -2051,16 +2057,16 @@ 2542 2559 } 2543 2560 _ACEOF 2544 2561 rm -f conftest.$ac_objext 2545 2562 -if { (eval echo "$as_me:2054: \"$ac_compile\"") >&5 2546 +if { (eval echo "$as_me:20 59: \"$ac_compile\"") >&52563 +if { (eval echo "$as_me:2060: \"$ac_compile\"") >&5 2547 2564 (eval $ac_compile) 2>&5 2548 2565 ac_status=$? 2549 2566 - echo "$as_me:2057: \$? = $ac_status" >&5 2550 + echo "$as_me:206 2: \$? = $ac_status" >&52567 + echo "$as_me:2063: \$? = $ac_status" >&5 2551 2568 (exit $ac_status); } && 2552 2569 { ac_try='test -s conftest.$ac_objext' 2553 2570 - { (eval echo "$as_me:2060: \"$ac_try\"") >&5 2554 + { (eval echo "$as_me:206 5: \"$ac_try\"") >&52571 + { (eval echo "$as_me:2066: \"$ac_try\"") >&5 2555 2572 (eval $ac_try) 2>&5 2556 2573 ac_status=$? 2557 2574 - echo "$as_me:2063: \$? = $ac_status" >&5 2558 + echo "$as_me:206 8: \$? = $ac_status" >&52575 + echo "$as_me:2069: \$? = $ac_status" >&5 2559 2576 (exit $ac_status); }; }; then 2560 2577 break 2561 2578 else 2562 @@ -2090,11 +209 5,11 @@2579 @@ -2090,11 +2096,11 @@ 2563 2580 2564 2581 GCC_VERSION=none 2565 2582 if test "$GCC" = yes ; then 2566 2583 - echo "$as_me:2093: checking version of $CC" >&5 2567 + echo "$as_me:209 8: checking version of $CC" >&52584 + echo "$as_me:2099: checking version of $CC" >&5 2568 2585 echo $ECHO_N "checking version of $CC... $ECHO_C" >&6 2569 2586 GCC_VERSION="`${CC} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 2570 2587 test -z "$GCC_VERSION" && GCC_VERSION=unknown 2571 2588 - echo "$as_me:2097: result: $GCC_VERSION" >&5 2572 + echo "$as_me:210 2: result: $GCC_VERSION" >&52589 + echo "$as_me:2103: result: $GCC_VERSION" >&5 2573 2590 echo "${ECHO_T}$GCC_VERSION" >&6 2574 2591 fi 2575 2592 2576 @@ -2104,7 +21 09,7 @@2593 @@ -2104,7 +2110,7 @@ 2577 2594 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 2578 2595 ac_compiler_gnu=$ac_cv_c_compiler_gnu 2579 2596 ac_main_return=return 2580 2597 -echo "$as_me:2107: checking how to run the C preprocessor" >&5 2581 +echo "$as_me:211 2: checking how to run the C preprocessor" >&52598 +echo "$as_me:2113: checking how to run the C preprocessor" >&5 2582 2599 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6 2583 2600 # On Suns, sometimes $CPP names a directory. 2584 2601 if test -n "$CPP" && test -d "$CPP"; then 2585 @@ -2125,18 +213 0,18 @@2602 @@ -2125,18 +2131,18 @@ 2586 2603 # On the NeXT, cc -E runs the code through the compiler's parser, 2587 2604 # not just through cpp. "Syntax error" is here to catch this case. 2588 2605 cat >conftest.$ac_ext <<_ACEOF 2589 2606 -#line 2128 "configure" 2590 +#line 213 3"configure"2607 +#line 2134 "configure" 2591 2608 #include "confdefs.h" 2592 2609 #include <assert.h> … … 2594 2611 _ACEOF 2595 2612 -if { (eval echo "$as_me:2133: \"$ac_cpp conftest.$ac_ext\"") >&5 2596 +if { (eval echo "$as_me:213 8: \"$ac_cpp conftest.$ac_ext\"") >&52613 +if { (eval echo "$as_me:2139: \"$ac_cpp conftest.$ac_ext\"") >&5 2597 2614 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2598 2615 ac_status=$? … … 2601 2618 cat conftest.err >&5 2602 2619 - echo "$as_me:2139: \$? = $ac_status" >&5 2603 + echo "$as_me:214 4: \$? = $ac_status" >&52620 + echo "$as_me:2145: \$? = $ac_status" >&5 2604 2621 (exit $ac_status); } >/dev/null; then 2605 2622 if test -s conftest.err; then 2606 2623 ac_cpp_err=$ac_c_preproc_warn_flag 2607 @@ -2159,17 +216 4,17 @@2624 @@ -2159,17 +2165,17 @@ 2608 2625 # OK, works on sane cases. Now check whether non-existent headers 2609 2626 # can be detected and how. 2610 2627 cat >conftest.$ac_ext <<_ACEOF 2611 2628 -#line 2162 "configure" 2612 +#line 216 7"configure"2629 +#line 2168 "configure" 2613 2630 #include "confdefs.h" 2614 2631 #include <ac_nonexistent.h> 2615 2632 _ACEOF 2616 2633 -if { (eval echo "$as_me:2166: \"$ac_cpp conftest.$ac_ext\"") >&5 2617 +if { (eval echo "$as_me:217 1: \"$ac_cpp conftest.$ac_ext\"") >&52634 +if { (eval echo "$as_me:2172: \"$ac_cpp conftest.$ac_ext\"") >&5 2618 2635 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2619 2636 ac_status=$? … … 2622 2639 cat conftest.err >&5 2623 2640 - echo "$as_me:2172: \$? = $ac_status" >&5 2624 + echo "$as_me:217 7: \$? = $ac_status" >&52641 + echo "$as_me:2178: \$? = $ac_status" >&5 2625 2642 (exit $ac_status); } >/dev/null; then 2626 2643 if test -s conftest.err; then 2627 2644 ac_cpp_err=$ac_c_preproc_warn_flag 2628 @@ -2206,7 +221 1,7 @@2645 @@ -2206,7 +2212,7 @@ 2629 2646 else 2630 2647 ac_cv_prog_CPP=$CPP 2631 2648 fi 2632 2649 -echo "$as_me:2209: result: $CPP" >&5 2633 +echo "$as_me:221 4: result: $CPP" >&52650 +echo "$as_me:2215: result: $CPP" >&5 2634 2651 echo "${ECHO_T}$CPP" >&6 2635 2652 ac_preproc_ok=false 2636 2653 for ac_c_preproc_warn_flag in '' yes 2637 @@ -2216,18 +222 1,18 @@2654 @@ -2216,18 +2222,18 @@ 2638 2655 # On the NeXT, cc -E runs the code through the compiler's parser, 2639 2656 # not just through cpp. "Syntax error" is here to catch this case. 2640 2657 cat >conftest.$ac_ext <<_ACEOF 2641 2658 -#line 2219 "configure" 2642 +#line 222 4"configure"2659 +#line 2225 "configure" 2643 2660 #include "confdefs.h" 2644 2661 #include <assert.h> … … 2646 2663 _ACEOF 2647 2664 -if { (eval echo "$as_me:2224: \"$ac_cpp conftest.$ac_ext\"") >&5 2648 +if { (eval echo "$as_me:22 29: \"$ac_cpp conftest.$ac_ext\"") >&52665 +if { (eval echo "$as_me:2230: \"$ac_cpp conftest.$ac_ext\"") >&5 2649 2666 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2650 2667 ac_status=$? … … 2653 2670 cat conftest.err >&5 2654 2671 - echo "$as_me:2230: \$? = $ac_status" >&5 2655 + echo "$as_me:223 5: \$? = $ac_status" >&52672 + echo "$as_me:2236: \$? = $ac_status" >&5 2656 2673 (exit $ac_status); } >/dev/null; then 2657 2674 if test -s conftest.err; then 2658 2675 ac_cpp_err=$ac_c_preproc_warn_flag 2659 @@ -2250,17 +225 5,17 @@2676 @@ -2250,17 +2256,17 @@ 2660 2677 # OK, works on sane cases. Now check whether non-existent headers 2661 2678 # can be detected and how. 2662 2679 cat >conftest.$ac_ext <<_ACEOF 2663 2680 -#line 2253 "configure" 2664 +#line 225 8"configure"2681 +#line 2259 "configure" 2665 2682 #include "confdefs.h" 2666 2683 #include <ac_nonexistent.h> 2667 2684 _ACEOF 2668 2685 -if { (eval echo "$as_me:2257: \"$ac_cpp conftest.$ac_ext\"") >&5 2669 +if { (eval echo "$as_me:226 2: \"$ac_cpp conftest.$ac_ext\"") >&52686 +if { (eval echo "$as_me:2263: \"$ac_cpp conftest.$ac_ext\"") >&5 2670 2687 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 2671 2688 ac_status=$? … … 2674 2691 cat conftest.err >&5 2675 2692 - echo "$as_me:2263: \$? = $ac_status" >&5 2676 + echo "$as_me:226 8: \$? = $ac_status" >&52693 + echo "$as_me:2269: \$? = $ac_status" >&5 2677 2694 (exit $ac_status); } >/dev/null; then 2678 2695 if test -s conftest.err; then 2679 2696 ac_cpp_err=$ac_c_preproc_warn_flag 2680 @@ -2288,7 +229 3,7 @@2697 @@ -2288,7 +2294,7 @@ 2681 2698 if $ac_preproc_ok; then 2682 2699 : 2683 2700 else 2684 2701 - { { echo "$as_me:2291: error: C preprocessor \"$CPP\" fails sanity check" >&5 2685 + { { echo "$as_me:229 6: error: C preprocessor \"$CPP\" fails sanity check" >&52702 + { { echo "$as_me:2297: error: C preprocessor \"$CPP\" fails sanity check" >&5 2686 2703 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check" >&2;} 2687 2704 { (exit 1); exit 1; }; } 2688 2705 fi 2689 @@ -2301,14 +230 6,14 @@2706 @@ -2301,14 +2307,14 @@ 2690 2707 ac_main_return=return 2691 2708 2692 2709 if test $ac_cv_c_compiler_gnu = yes; then 2693 2710 - echo "$as_me:2304: checking whether $CC needs -traditional" >&5 2694 + echo "$as_me:23 09: checking whether $CC needs -traditional" >&52711 + echo "$as_me:2310: checking whether $CC needs -traditional" >&5 2695 2712 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6 2696 2713 if test "${ac_cv_prog_gcc_traditional+set}" = set; then … … 2700 2717 cat >conftest.$ac_ext <<_ACEOF 2701 2718 -#line 2311 "configure" 2702 +#line 231 6"configure"2719 +#line 2317 "configure" 2703 2720 #include "confdefs.h" 2704 2721 #include <sgtty.h> 2705 2722 int Autoconf = TIOCGETP; 2706 @@ -2323,7 +232 8,7 @@2723 @@ -2323,7 +2329,7 @@ 2707 2724 2708 2725 if test $ac_cv_prog_gcc_traditional = no; then 2709 2726 cat >conftest.$ac_ext <<_ACEOF 2710 2727 -#line 2326 "configure" 2711 +#line 233 1"configure"2728 +#line 2332 "configure" 2712 2729 #include "confdefs.h" 2713 2730 #include <termio.h> 2714 2731 int Autoconf = TCGETA; 2715 @@ -2336,14 +234 1,14 @@2732 @@ -2336,14 +2342,14 @@ 2716 2733 2717 2734 fi 2718 2735 fi 2719 2736 -echo "$as_me:2339: result: $ac_cv_prog_gcc_traditional" >&5 2720 +echo "$as_me:234 4: result: $ac_cv_prog_gcc_traditional" >&52737 +echo "$as_me:2345: result: $ac_cv_prog_gcc_traditional" >&5 2721 2738 echo "${ECHO_T}$ac_cv_prog_gcc_traditional" >&6 2722 2739 if test $ac_cv_prog_gcc_traditional = yes; then … … 2726 2743 2727 2744 -echo "$as_me:2346: checking whether $CC understands -c and -o together" >&5 2728 +echo "$as_me:235 1: checking whether $CC understands -c and -o together" >&52745 +echo "$as_me:2352: checking whether $CC understands -c and -o together" >&5 2729 2746 echo $ECHO_N "checking whether $CC understands -c and -o together... $ECHO_C" >&6 2730 2747 if test "${cf_cv_prog_CC_c_o+set}" = set; then 2731 2748 echo $ECHO_N "(cached) $ECHO_C" >&6 2732 @@ -2359,15 +236 4,15 @@2749 @@ -2359,15 +2365,15 @@ 2733 2750 # We do the test twice because some compilers refuse to overwrite an 2734 2751 # existing .o file with -o, though they will create one. 2735 2752 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 2736 2753 -if { (eval echo "$as_me:2362: \"$ac_try\"") >&5 2737 +if { (eval echo "$as_me:236 7: \"$ac_try\"") >&52754 +if { (eval echo "$as_me:2368: \"$ac_try\"") >&5 2738 2755 (eval $ac_try) 2>&5 2739 2756 ac_status=$? 2740 2757 - echo "$as_me:2365: \$? = $ac_status" >&5 2741 + echo "$as_me:237 0: \$? = $ac_status" >&52758 + echo "$as_me:2371: \$? = $ac_status" >&5 2742 2759 (exit $ac_status); } && 2743 2760 - test -f conftest2.$ac_objext && { (eval echo "$as_me:2367: \"$ac_try\"") >&5 2744 + test -f conftest2.$ac_objext && { (eval echo "$as_me:237 2: \"$ac_try\"") >&52761 + test -f conftest2.$ac_objext && { (eval echo "$as_me:2373: \"$ac_try\"") >&5 2745 2762 (eval $ac_try) 2>&5 2746 2763 ac_status=$? 2747 2764 - echo "$as_me:2370: \$? = $ac_status" >&5 2748 + echo "$as_me:237 5: \$? = $ac_status" >&52765 + echo "$as_me:2376: \$? = $ac_status" >&5 2749 2766 (exit $ac_status); }; 2750 2767 then 2751 2768 eval cf_cv_prog_CC_c_o=yes 2752 @@ -2378,19 +238 3,19 @@2769 @@ -2378,19 +2384,19 @@ 2753 2770 2754 2771 fi 2755 2772 if test $cf_cv_prog_CC_c_o = yes; then 2756 2773 - echo "$as_me:2381: result: yes" >&5 2757 + echo "$as_me:238 6: result: yes" >&52774 + echo "$as_me:2387: result: yes" >&5 2758 2775 echo "${ECHO_T}yes" >&6 2759 2776 else 2760 2777 - echo "$as_me:2384: result: no" >&5 2761 + echo "$as_me:23 89: result: no" >&52778 + echo "$as_me:2390: result: no" >&5 2762 2779 echo "${ECHO_T}no" >&6 2763 2780 fi 2764 2781 2765 2782 -echo "$as_me:2388: checking for POSIXized ISC" >&5 2766 +echo "$as_me:239 3: checking for POSIXized ISC" >&52783 +echo "$as_me:2394: checking for POSIXized ISC" >&5 2767 2784 echo $ECHO_N "checking for POSIXized ISC... $ECHO_C" >&6 2768 2785 if test -d /etc/conf/kconfig.d && … … 2770 2787 then 2771 2788 - echo "$as_me:2393: result: yes" >&5 2772 + echo "$as_me:239 8: result: yes" >&52789 + echo "$as_me:2399: result: yes" >&5 2773 2790 echo "${ECHO_T}yes" >&6 2774 2791 ISC=yes # If later tests want to check for ISC. 2775 2792 2776 @@ -2404,12 +24 09,12 @@2793 @@ -2404,12 +2410,12 @@ 2777 2794 CC="$CC -Xp" 2778 2795 fi 2779 2796 else 2780 2797 - echo "$as_me:2407: result: no" >&5 2781 + echo "$as_me:241 2: result: no" >&52798 + echo "$as_me:2413: result: no" >&5 2782 2799 echo "${ECHO_T}no" >&6 2783 2800 ISC= … … 2785 2802 2786 2803 -echo "$as_me:2412: checking for ${CC-cc} option to accept ANSI C" >&5 2787 +echo "$as_me:241 7: checking for ${CC-cc} option to accept ANSI C" >&52804 +echo "$as_me:2418: checking for ${CC-cc} option to accept ANSI C" >&5 2788 2805 echo $ECHO_N "checking for ${CC-cc} option to accept ANSI C... $ECHO_C" >&6 2789 2806 if test "${cf_cv_ansi_cc+set}" = set; then 2790 2807 echo $ECHO_N "(cached) $ECHO_C" >&6 2791 @@ -2494,7 +2 499,7 @@2808 @@ -2494,7 +2500,7 @@ 2792 2809 2793 2810 if test -n "$cf_new_cppflags" ; then … … 2798 2815 2799 2816 if test -n "$cf_new_extra_cppflags" ; then 2800 @@ -2503,7 +250 8,7 @@2817 @@ -2503,7 +2509,7 @@ 2801 2818 fi 2802 2819 2803 2820 cat >conftest.$ac_ext <<_ACEOF 2804 2821 -#line 2506 "configure" 2805 +#line 251 1"configure"2822 +#line 2512 "configure" 2806 2823 #include "confdefs.h" 2807 2824 2808 2825 #ifndef CC_HAS_PROTOS 2809 @@ -2524,16 +25 29,16 @@2826 @@ -2524,16 +2530,16 @@ 2810 2827 } 2811 2828 _ACEOF 2812 2829 rm -f conftest.$ac_objext 2813 2830 -if { (eval echo "$as_me:2527: \"$ac_compile\"") >&5 2814 +if { (eval echo "$as_me:253 2: \"$ac_compile\"") >&52831 +if { (eval echo "$as_me:2533: \"$ac_compile\"") >&5 2815 2832 (eval $ac_compile) 2>&5 2816 2833 ac_status=$? 2817 2834 - echo "$as_me:2530: \$? = $ac_status" >&5 2818 + echo "$as_me:253 5: \$? = $ac_status" >&52835 + echo "$as_me:2536: \$? = $ac_status" >&5 2819 2836 (exit $ac_status); } && 2820 2837 { ac_try='test -s conftest.$ac_objext' 2821 2838 - { (eval echo "$as_me:2533: \"$ac_try\"") >&5 2822 + { (eval echo "$as_me:253 8: \"$ac_try\"") >&52839 + { (eval echo "$as_me:2539: \"$ac_try\"") >&5 2823 2840 (eval $ac_try) 2>&5 2824 2841 ac_status=$? 2825 2842 - echo "$as_me:2536: \$? = $ac_status" >&5 2826 + echo "$as_me:254 1: \$? = $ac_status" >&52843 + echo "$as_me:2542: \$? = $ac_status" >&5 2827 2844 (exit $ac_status); }; }; then 2828 2845 cf_cv_ansi_cc="$cf_arg"; break 2829 2846 else 2830 @@ -2546,7 +255 1,7 @@2847 @@ -2546,7 +2552,7 @@ 2831 2848 CPPFLAGS="$cf_save_CPPFLAGS" 2832 2849 2833 2850 fi 2834 2851 -echo "$as_me:2549: result: $cf_cv_ansi_cc" >&5 2835 +echo "$as_me:255 4: result: $cf_cv_ansi_cc" >&52852 +echo "$as_me:2555: result: $cf_cv_ansi_cc" >&5 2836 2853 echo "${ECHO_T}$cf_cv_ansi_cc" >&6 2837 2854 2838 2855 if test "$cf_cv_ansi_cc" != "no"; then 2839 @@ -2612,7 +261 7,7 @@2856 @@ -2612,7 +2618,7 @@ 2840 2857 2841 2858 if test -n "$cf_new_cppflags" ; then … … 2846 2863 2847 2864 if test -n "$cf_new_extra_cppflags" ; then 2848 @@ -2629,7 +263 4,7 @@2865 @@ -2629,7 +2635,7 @@ 2849 2866 fi 2850 2867 2851 2868 if test "$cf_cv_ansi_cc" = "no"; then 2852 2869 - { { echo "$as_me:2632: error: Your compiler does not appear to recognize prototypes. 2853 + { { echo "$as_me:263 7: error: Your compiler does not appear to recognize prototypes.2870 + { { echo "$as_me:2638: error: Your compiler does not appear to recognize prototypes. 2854 2871 You have the following choices: 2855 2872 a. adjust your compiler options 2856 2873 b. get an up-to-date compiler 2857 @@ -2663,13 +266 8,13 @@2874 @@ -2663,13 +2669,13 @@ 2858 2875 LDCONFIG=: 2859 2876 else … … 2867 2884 set dummy ldconfig; ac_word=$2 2868 2885 -echo "$as_me:2672: checking for $ac_word" >&5 2869 +echo "$as_me:267 7: checking for $ac_word" >&52886 +echo "$as_me:2678: checking for $ac_word" >&5 2870 2887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2871 2888 if test "${ac_cv_path_LDCONFIG+set}" = set; then 2872 2889 echo $ECHO_N "(cached) $ECHO_C" >&6 2873 @@ -2686,7 +269 1,7 @@2890 @@ -2686,7 +2692,7 @@ 2874 2891 test -z "$ac_dir" && ac_dir=. 2875 2892 if $as_executable_p "$ac_dir/$ac_word"; then 2876 2893 ac_cv_path_LDCONFIG="$ac_dir/$ac_word" 2877 2894 - echo "$as_me:2689: found $ac_dir/$ac_word" >&5 2878 + echo "$as_me:269 4: found $ac_dir/$ac_word" >&52895 + echo "$as_me:2695: found $ac_dir/$ac_word" >&5 2879 2896 break 2880 2897 fi 2881 2898 done 2882 @@ -2697,10 +270 2,10 @@2899 @@ -2697,10 +2703,10 @@ 2883 2900 LDCONFIG=$ac_cv_path_LDCONFIG 2884 2901 2885 2902 if test -n "$LDCONFIG"; then 2886 2903 - echo "$as_me:2700: result: $LDCONFIG" >&5 2887 + echo "$as_me:270 5: result: $LDCONFIG" >&52904 + echo "$as_me:2706: result: $LDCONFIG" >&5 2888 2905 echo "${ECHO_T}$LDCONFIG" >&6 2889 2906 else 2890 2907 - echo "$as_me:2703: result: no" >&5 2891 + echo "$as_me:270 8: result: no" >&52908 + echo "$as_me:2709: result: no" >&5 2892 2909 echo "${ECHO_T}no" >&6 2893 2910 fi 2894 2911 2895 @@ -2708,7 +271 3,7 @@2912 @@ -2708,7 +2714,7 @@ 2896 2913 esac 2897 2914 fi 2898 2915 2899 2916 -echo "$as_me:2711: checking if you want to ensure bool is consistent with C++" >&5 2900 +echo "$as_me:271 6: checking if you want to ensure bool is consistent with C++" >&52917 +echo "$as_me:2717: checking if you want to ensure bool is consistent with C++" >&5 2901 2918 echo $ECHO_N "checking if you want to ensure bool is consistent with C++... $ECHO_C" >&6 2902 2919 2903 2920 # Check whether --with-cxx or --without-cxx was given. 2904 @@ -2718,7 +272 3,7 @@2921 @@ -2718,7 +2724,7 @@ 2905 2922 else 2906 2923 cf_with_cxx=yes 2907 2924 fi; 2908 2925 -echo "$as_me:2721: result: $cf_with_cxx" >&5 2909 +echo "$as_me:272 6: result: $cf_with_cxx" >&52926 +echo "$as_me:2727: result: $cf_with_cxx" >&5 2910 2927 echo "${ECHO_T}$cf_with_cxx" >&6 2911 2928 if test "X$cf_with_cxx" = Xno ; then 2912 2929 CXX="" 2913 @@ -2736,7 +274 1,7 @@2930 @@ -2736,7 +2742,7 @@ 2914 2931 do 2915 2932 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. 2916 2933 set dummy $ac_tool_prefix$ac_prog; ac_word=$2 2917 2934 -echo "$as_me:2739: checking for $ac_word" >&5 2918 +echo "$as_me:274 4: checking for $ac_word" >&52935 +echo "$as_me:2745: checking for $ac_word" >&5 2919 2936 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2920 2937 if test "${ac_cv_prog_CXX+set}" = set; then 2921 2938 echo $ECHO_N "(cached) $ECHO_C" >&6 2922 @@ -2751,7 +275 6,7 @@2939 @@ -2751,7 +2757,7 @@ 2923 2940 test -z "$ac_dir" && ac_dir=. 2924 2941 $as_executable_p "$ac_dir/$ac_word" || continue 2925 2942 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog" 2926 2943 -echo "$as_me:2754: found $ac_dir/$ac_word" >&5 2927 +echo "$as_me:27 59: found $ac_dir/$ac_word" >&52944 +echo "$as_me:2760: found $ac_dir/$ac_word" >&5 2928 2945 break 2929 2946 done 2930 2947 2931 @@ -2759,10 +276 4,10 @@2948 @@ -2759,10 +2765,10 @@ 2932 2949 fi 2933 2950 CXX=$ac_cv_prog_CXX 2934 2951 if test -n "$CXX"; then 2935 2952 - echo "$as_me:2762: result: $CXX" >&5 2936 + echo "$as_me:276 7: result: $CXX" >&52953 + echo "$as_me:2768: result: $CXX" >&5 2937 2954 echo "${ECHO_T}$CXX" >&6 2938 2955 else 2939 2956 - echo "$as_me:2765: result: no" >&5 2940 + echo "$as_me:277 0: result: no" >&52957 + echo "$as_me:2771: result: no" >&5 2941 2958 echo "${ECHO_T}no" >&6 2942 2959 fi 2943 2960 2944 @@ -2775,7 +278 0,7 @@2961 @@ -2775,7 +2781,7 @@ 2945 2962 do 2946 2963 # Extract the first word of "$ac_prog", so it can be a program name with args. 2947 2964 set dummy $ac_prog; ac_word=$2 2948 2965 -echo "$as_me:2778: checking for $ac_word" >&5 2949 +echo "$as_me:278 3: checking for $ac_word" >&52966 +echo "$as_me:2784: checking for $ac_word" >&5 2950 2967 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 2951 2968 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then 2952 2969 echo $ECHO_N "(cached) $ECHO_C" >&6 2953 @@ -2790,7 +279 5,7 @@2970 @@ -2790,7 +2796,7 @@ 2954 2971 test -z "$ac_dir" && ac_dir=. 2955 2972 $as_executable_p "$ac_dir/$ac_word" || continue 2956 2973 ac_cv_prog_ac_ct_CXX="$ac_prog" 2957 2974 -echo "$as_me:2793: found $ac_dir/$ac_word" >&5 2958 +echo "$as_me:279 8: found $ac_dir/$ac_word" >&52975 +echo "$as_me:2799: found $ac_dir/$ac_word" >&5 2959 2976 break 2960 2977 done 2961 2978 2962 @@ -2798,10 +280 3,10 @@2979 @@ -2798,10 +2804,10 @@ 2963 2980 fi 2964 2981 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX 2965 2982 if test -n "$ac_ct_CXX"; then 2966 2983 - echo "$as_me:2801: result: $ac_ct_CXX" >&5 2967 + echo "$as_me:280 6: result: $ac_ct_CXX" >&52984 + echo "$as_me:2807: result: $ac_ct_CXX" >&5 2968 2985 echo "${ECHO_T}$ac_ct_CXX" >&6 2969 2986 else 2970 2987 - echo "$as_me:2804: result: no" >&5 2971 + echo "$as_me:28 09: result: no" >&52988 + echo "$as_me:2810: result: no" >&5 2972 2989 echo "${ECHO_T}no" >&6 2973 2990 fi 2974 2991 2975 @@ -2813,32 +281 8,32 @@2992 @@ -2813,32 +2819,32 @@ 2976 2993 fi 2977 2994 2978 2995 # Provide some information about the compiler. 2979 2996 -echo "$as_me:2816:" \ 2980 +echo "$as_me:282 1:" \2997 +echo "$as_me:2822:" \ 2981 2998 "checking for C++ compiler version" >&5 2982 2999 ac_compiler=`set X $ac_compile; echo $2` 2983 3000 -{ (eval echo "$as_me:2819: \"$ac_compiler --version </dev/null >&5\"") >&5 2984 +{ (eval echo "$as_me:282 4: \"$ac_compiler --version </dev/null >&5\"") >&53001 +{ (eval echo "$as_me:2825: \"$ac_compiler --version </dev/null >&5\"") >&5 2985 3002 (eval $ac_compiler --version </dev/null >&5) 2>&5 2986 3003 ac_status=$? 2987 3004 - echo "$as_me:2822: \$? = $ac_status" >&5 2988 + echo "$as_me:282 7: \$? = $ac_status" >&53005 + echo "$as_me:2828: \$? = $ac_status" >&5 2989 3006 (exit $ac_status); } 2990 3007 -{ (eval echo "$as_me:2824: \"$ac_compiler -v </dev/null >&5\"") >&5 2991 +{ (eval echo "$as_me:28 29: \"$ac_compiler -v </dev/null >&5\"") >&53008 +{ (eval echo "$as_me:2830: \"$ac_compiler -v </dev/null >&5\"") >&5 2992 3009 (eval $ac_compiler -v </dev/null >&5) 2>&5 2993 3010 ac_status=$? 2994 3011 - echo "$as_me:2827: \$? = $ac_status" >&5 2995 + echo "$as_me:283 2: \$? = $ac_status" >&53012 + echo "$as_me:2833: \$? = $ac_status" >&5 2996 3013 (exit $ac_status); } 2997 3014 -{ (eval echo "$as_me:2829: \"$ac_compiler -V </dev/null >&5\"") >&5 2998 +{ (eval echo "$as_me:283 4: \"$ac_compiler -V </dev/null >&5\"") >&53015 +{ (eval echo "$as_me:2835: \"$ac_compiler -V </dev/null >&5\"") >&5 2999 3016 (eval $ac_compiler -V </dev/null >&5) 2>&5 3000 3017 ac_status=$? 3001 3018 - echo "$as_me:2832: \$? = $ac_status" >&5 3002 + echo "$as_me:283 7: \$? = $ac_status" >&53019 + echo "$as_me:2838: \$? = $ac_status" >&5 3003 3020 (exit $ac_status); } 3004 3021 3005 3022 -echo "$as_me:2835: checking whether we are using the GNU C++ compiler" >&5 3006 +echo "$as_me:284 0: checking whether we are using the GNU C++ compiler" >&53023 +echo "$as_me:2841: checking whether we are using the GNU C++ compiler" >&5 3007 3024 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6 3008 3025 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then … … 3011 3028 cat >conftest.$ac_ext <<_ACEOF 3012 3029 -#line 2841 "configure" 3013 +#line 284 6"configure"3030 +#line 2847 "configure" 3014 3031 #include "confdefs.h" 3015 3032 3016 3033 int 3017 @@ -2853,16 +285 8,16 @@3034 @@ -2853,16 +2859,16 @@ 3018 3035 } 3019 3036 _ACEOF 3020 3037 rm -f conftest.$ac_objext 3021 3038 -if { (eval echo "$as_me:2856: \"$ac_compile\"") >&5 3022 +if { (eval echo "$as_me:286 1: \"$ac_compile\"") >&53039 +if { (eval echo "$as_me:2862: \"$ac_compile\"") >&5 3023 3040 (eval $ac_compile) 2>&5 3024 3041 ac_status=$? 3025 3042 - echo "$as_me:2859: \$? = $ac_status" >&5 3026 + echo "$as_me:286 4: \$? = $ac_status" >&53043 + echo "$as_me:2865: \$? = $ac_status" >&5 3027 3044 (exit $ac_status); } && 3028 3045 { ac_try='test -s conftest.$ac_objext' 3029 3046 - { (eval echo "$as_me:2862: \"$ac_try\"") >&5 3030 + { (eval echo "$as_me:286 7: \"$ac_try\"") >&53047 + { (eval echo "$as_me:2868: \"$ac_try\"") >&5 3031 3048 (eval $ac_try) 2>&5 3032 3049 ac_status=$? 3033 3050 - echo "$as_me:2865: \$? = $ac_status" >&5 3034 + echo "$as_me:287 0: \$? = $ac_status" >&53051 + echo "$as_me:2871: \$? = $ac_status" >&5 3035 3052 (exit $ac_status); }; }; then 3036 3053 ac_compiler_gnu=yes 3037 3054 else 3038 @@ -2874,19 +28 79,19 @@3055 @@ -2874,19 +2880,19 @@ 3039 3056 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu 3040 3057 3041 3058 fi 3042 3059 -echo "$as_me:2877: result: $ac_cv_cxx_compiler_gnu" >&5 3043 +echo "$as_me:288 2: result: $ac_cv_cxx_compiler_gnu" >&53060 +echo "$as_me:2883: result: $ac_cv_cxx_compiler_gnu" >&5 3044 3061 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6 3045 3062 GXX=`test $ac_compiler_gnu = yes && echo yes` … … 3048 3065 CXXFLAGS="-g" 3049 3066 -echo "$as_me:2883: checking whether $CXX accepts -g" >&5 3050 +echo "$as_me:288 8: checking whether $CXX accepts -g" >&53067 +echo "$as_me:2889: checking whether $CXX accepts -g" >&5 3051 3068 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6 3052 3069 if test "${ac_cv_prog_cxx_g+set}" = set; then … … 3055 3072 cat >conftest.$ac_ext <<_ACEOF 3056 3073 -#line 2889 "configure" 3057 +#line 289 4"configure"3074 +#line 2895 "configure" 3058 3075 #include "confdefs.h" 3059 3076 3060 3077 int 3061 @@ -2898,16 +290 3,16 @@3078 @@ -2898,16 +2904,16 @@ 3062 3079 } 3063 3080 _ACEOF 3064 3081 rm -f conftest.$ac_objext 3065 3082 -if { (eval echo "$as_me:2901: \"$ac_compile\"") >&5 3066 +if { (eval echo "$as_me:290 6: \"$ac_compile\"") >&53083 +if { (eval echo "$as_me:2907: \"$ac_compile\"") >&5 3067 3084 (eval $ac_compile) 2>&5 3068 3085 ac_status=$? 3069 3086 - echo "$as_me:2904: \$? = $ac_status" >&5 3070 + echo "$as_me:29 09: \$? = $ac_status" >&53087 + echo "$as_me:2910: \$? = $ac_status" >&5 3071 3088 (exit $ac_status); } && 3072 3089 { ac_try='test -s conftest.$ac_objext' 3073 3090 - { (eval echo "$as_me:2907: \"$ac_try\"") >&5 3074 + { (eval echo "$as_me:291 2: \"$ac_try\"") >&53091 + { (eval echo "$as_me:2913: \"$ac_try\"") >&5 3075 3092 (eval $ac_try) 2>&5 3076 3093 ac_status=$? 3077 3094 - echo "$as_me:2910: \$? = $ac_status" >&5 3078 + echo "$as_me:291 5: \$? = $ac_status" >&53095 + echo "$as_me:2916: \$? = $ac_status" >&5 3079 3096 (exit $ac_status); }; }; then 3080 3097 ac_cv_prog_cxx_g=yes 3081 3098 else 3082 @@ -2917,7 +292 2,7 @@3099 @@ -2917,7 +2923,7 @@ 3083 3100 fi 3084 3101 rm -f conftest.$ac_objext conftest.$ac_ext 3085 3102 fi 3086 3103 -echo "$as_me:2920: result: $ac_cv_prog_cxx_g" >&5 3087 +echo "$as_me:292 5: result: $ac_cv_prog_cxx_g" >&53104 +echo "$as_me:2926: result: $ac_cv_prog_cxx_g" >&5 3088 3105 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6 3089 3106 if test "$ac_test_CXXFLAGS" = set; then 3090 3107 CXXFLAGS=$ac_save_CXXFLAGS 3091 @@ -2944,7 +29 49,7 @@3108 @@ -2944,7 +2950,7 @@ 3092 3109 'void exit (int);' 3093 3110 do 3094 3111 cat >conftest.$ac_ext <<_ACEOF 3095 3112 -#line 2947 "configure" 3096 +#line 295 2"configure"3113 +#line 2953 "configure" 3097 3114 #include "confdefs.h" 3098 3115 #include <stdlib.h> 3099 3116 $ac_declaration 3100 @@ -2957,16 +296 2,16 @@3117 @@ -2957,16 +2963,16 @@ 3101 3118 } 3102 3119 _ACEOF 3103 3120 rm -f conftest.$ac_objext 3104 3121 -if { (eval echo "$as_me:2960: \"$ac_compile\"") >&5 3105 +if { (eval echo "$as_me:296 5: \"$ac_compile\"") >&53122 +if { (eval echo "$as_me:2966: \"$ac_compile\"") >&5 3106 3123 (eval $ac_compile) 2>&5 3107 3124 ac_status=$? 3108 3125 - echo "$as_me:2963: \$? = $ac_status" >&5 3109 + echo "$as_me:296 8: \$? = $ac_status" >&53126 + echo "$as_me:2969: \$? = $ac_status" >&5 3110 3127 (exit $ac_status); } && 3111 3128 { ac_try='test -s conftest.$ac_objext' 3112 3129 - { (eval echo "$as_me:2966: \"$ac_try\"") >&5 3113 + { (eval echo "$as_me:297 1: \"$ac_try\"") >&53130 + { (eval echo "$as_me:2972: \"$ac_try\"") >&5 3114 3131 (eval $ac_try) 2>&5 3115 3132 ac_status=$? 3116 3133 - echo "$as_me:2969: \$? = $ac_status" >&5 3117 + echo "$as_me:297 4: \$? = $ac_status" >&53134 + echo "$as_me:2975: \$? = $ac_status" >&5 3118 3135 (exit $ac_status); }; }; then 3119 3136 : 3120 3137 else 3121 @@ -2976,7 +298 1,7 @@3138 @@ -2976,7 +2982,7 @@ 3122 3139 fi 3123 3140 rm -f conftest.$ac_objext conftest.$ac_ext 3124 3141 cat >conftest.$ac_ext <<_ACEOF 3125 3142 -#line 2979 "configure" 3126 +#line 298 4"configure"3143 +#line 2985 "configure" 3127 3144 #include "confdefs.h" 3128 3145 $ac_declaration 3129 3146 int 3130 @@ -2988,16 +299 3,16 @@3147 @@ -2988,16 +2994,16 @@ 3131 3148 } 3132 3149 _ACEOF 3133 3150 rm -f conftest.$ac_objext 3134 3151 -if { (eval echo "$as_me:2991: \"$ac_compile\"") >&5 3135 +if { (eval echo "$as_me:299 6: \"$ac_compile\"") >&53152 +if { (eval echo "$as_me:2997: \"$ac_compile\"") >&5 3136 3153 (eval $ac_compile) 2>&5 3137 3154 ac_status=$? 3138 3155 - echo "$as_me:2994: \$? = $ac_status" >&5 3139 + echo "$as_me: 2999: \$? = $ac_status" >&53156 + echo "$as_me:3000: \$? = $ac_status" >&5 3140 3157 (exit $ac_status); } && 3141 3158 { ac_try='test -s conftest.$ac_objext' 3142 3159 - { (eval echo "$as_me:2997: \"$ac_try\"") >&5 3143 + { (eval echo "$as_me:300 2: \"$ac_try\"") >&53160 + { (eval echo "$as_me:3003: \"$ac_try\"") >&5 3144 3161 (eval $ac_try) 2>&5 3145 3162 ac_status=$? 3146 3163 - echo "$as_me:3000: \$? = $ac_status" >&5 3147 + echo "$as_me:300 5: \$? = $ac_status" >&53164 + echo "$as_me:3006: \$? = $ac_status" >&5 3148 3165 (exit $ac_status); }; }; then 3149 3166 break 3150 3167 else 3151 @@ -3024,7 +30 29,7 @@3168 @@ -3024,7 +3030,7 @@ 3152 3169 if test "$CXX" = "g++" ; then 3153 3170 # Extract the first word of "g++", so it can be a program name with args. 3154 3171 set dummy g++; ac_word=$2 3155 3172 -echo "$as_me:3027: checking for $ac_word" >&5 3156 +echo "$as_me:303 2: checking for $ac_word" >&53173 +echo "$as_me:3033: checking for $ac_word" >&5 3157 3174 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3158 3175 if test "${ac_cv_path_CXX+set}" = set; then 3159 3176 echo $ECHO_N "(cached) $ECHO_C" >&6 3160 @@ -3041,7 +304 6,7 @@3177 @@ -3041,7 +3047,7 @@ 3161 3178 test -z "$ac_dir" && ac_dir=. 3162 3179 if $as_executable_p "$ac_dir/$ac_word"; then 3163 3180 ac_cv_path_CXX="$ac_dir/$ac_word" 3164 3181 - echo "$as_me:3044: found $ac_dir/$ac_word" >&5 3165 + echo "$as_me:30 49: found $ac_dir/$ac_word" >&53182 + echo "$as_me:3050: found $ac_dir/$ac_word" >&5 3166 3183 break 3167 3184 fi 3168 3185 done 3169 @@ -3052,16 +305 7,16 @@3186 @@ -3052,16 +3058,16 @@ 3170 3187 CXX=$ac_cv_path_CXX 3171 3188 3172 3189 if test -n "$CXX"; then 3173 3190 - echo "$as_me:3055: result: $CXX" >&5 3174 + echo "$as_me:306 0: result: $CXX" >&53191 + echo "$as_me:3061: result: $CXX" >&5 3175 3192 echo "${ECHO_T}$CXX" >&6 3176 3193 else 3177 3194 - echo "$as_me:3058: result: no" >&5 3178 + echo "$as_me:306 3: result: no" >&53195 + echo "$as_me:3064: result: no" >&5 3179 3196 echo "${ECHO_T}no" >&6 3180 3197 fi … … 3183 3200 if test "$CXX" = "g++" ; then 3184 3201 - { echo "$as_me:3064: WARNING: ignoring hardcoded g++" >&5 3185 + { echo "$as_me:30 69: WARNING: ignoring hardcoded g++" >&53202 + { echo "$as_me:3070: WARNING: ignoring hardcoded g++" >&5 3186 3203 echo "$as_me: WARNING: ignoring hardcoded g++" >&2;} 3187 3204 cf_with_cxx=no; CXX=""; GXX=""; 3188 3205 fi 3189 @@ -3069,11 +307 4,11 @@3206 @@ -3069,11 +3075,11 @@ 3190 3207 3191 3208 GXX_VERSION=none 3192 3209 if test "$GXX" = yes; then 3193 3210 - echo "$as_me:3072: checking version of g++" >&5 3194 + echo "$as_me:307 7: checking version of g++" >&53211 + echo "$as_me:3078: checking version of g++" >&5 3195 3212 echo $ECHO_N "checking version of g++... $ECHO_C" >&6 3196 3213 GXX_VERSION="`${CXX-g++} --version| sed -e '2,$d' -e 's/^.*(GCC) //' -e 's/^[^0-9.]*//' -e 's/[^0-9.].*//'`" 3197 3214 test -z "$GXX_VERSION" && GXX_VERSION=unknown 3198 3215 - echo "$as_me:3076: result: $GXX_VERSION" >&5 3199 + echo "$as_me:308 1: result: $GXX_VERSION" >&53216 + echo "$as_me:3082: result: $GXX_VERSION" >&5 3200 3217 echo "${ECHO_T}$GXX_VERSION" >&6 3201 3218 fi 3202 3219 3203 @@ -3081,12 +308 6,12 @@3220 @@ -3081,12 +3087,12 @@ 3204 3221 1*|2.[0-6]*) 3205 3222 # GXX=""; CXX=""; ac_cv_prog_gxx=no 3206 3223 # cf_cxx_library=no 3207 3224 - { echo "$as_me:3084: WARNING: templates do not work" >&5 3208 + { echo "$as_me:30 89: WARNING: templates do not work" >&53225 + { echo "$as_me:3090: WARNING: templates do not work" >&5 3209 3226 echo "$as_me: WARNING: templates do not work" >&2;} 3210 3227 ;; … … 3212 3229 3213 3230 -echo "$as_me:3089: checking if you want to build C++ binding and demo" >&5 3214 +echo "$as_me:309 4: checking if you want to build C++ binding and demo" >&53231 +echo "$as_me:3095: checking if you want to build C++ binding and demo" >&5 3215 3232 echo $ECHO_N "checking if you want to build C++ binding and demo... $ECHO_C" >&6 3216 3233 3217 3234 # Check whether --with-cxx-binding or --without-cxx-binding was given. 3218 @@ -3096,10 +310 1,10 @@3235 @@ -3096,10 +3102,10 @@ 3219 3236 else 3220 3237 cf_with_cxx_binding=$cf_with_cxx 3221 3238 fi; 3222 3239 -echo "$as_me:3099: result: $cf_with_cxx_binding" >&5 3223 +echo "$as_me:310 4: result: $cf_with_cxx_binding" >&53240 +echo "$as_me:3105: result: $cf_with_cxx_binding" >&5 3224 3241 echo "${ECHO_T}$cf_with_cxx_binding" >&6 3225 3242 3226 3243 -echo "$as_me:3102: checking if you want to build with Ada95" >&5 3227 +echo "$as_me:310 7: checking if you want to build with Ada95" >&53244 +echo "$as_me:3108: checking if you want to build with Ada95" >&5 3228 3245 echo $ECHO_N "checking if you want to build with Ada95... $ECHO_C" >&6 3229 3246 3230 3247 # Check whether --with-ada or --without-ada was given. 3231 @@ -3109,10 +311 4,23 @@3248 @@ -3109,10 +3115,23 @@ 3232 3249 else 3233 3250 cf_with_ada=yes 3234 3251 fi; 3235 3252 -echo "$as_me:3112: result: $cf_with_ada" >&5 3236 +echo "$as_me:311 7: result: $cf_with_ada" >&53253 +echo "$as_me:3118: result: $cf_with_ada" >&5 3237 3254 echo "${ECHO_T}$cf_with_ada" >&6 3238 3255 3239 3256 -echo "$as_me:3115: checking if you want to build programs such as tic" >&5 3240 +echo "$as_me:312 0: checking if you want to install manpages" >&53257 +echo "$as_me:3121: checking if you want to install manpages" >&5 3241 3258 +echo $ECHO_N "checking if you want to install manpages... $ECHO_C" >&6 3242 3259 + … … 3248 3265 + cf_with_manpages=yes 3249 3266 +fi; 3250 +echo "$as_me:313 0: result: $cf_with_manpages" >&53267 +echo "$as_me:3131: result: $cf_with_manpages" >&5 3251 3268 +echo "${ECHO_T}$cf_with_manpages" >&6 3252 3269 + 3253 +echo "$as_me:313 3: checking if you want to build programs such as tic" >&53270 +echo "$as_me:3134: checking if you want to build programs such as tic" >&5 3254 3271 echo $ECHO_N "checking if you want to build programs such as tic... $ECHO_C" >&6 3255 3272 3256 3273 # Check whether --with-progs or --without-progs was given. 3257 @@ -3122,10 +314 0,10 @@3274 @@ -3122,10 +3141,10 @@ 3258 3275 else 3259 3276 cf_with_progs=yes 3260 3277 fi; 3261 3278 -echo "$as_me:3125: result: $cf_with_progs" >&5 3262 +echo "$as_me:314 3: result: $cf_with_progs" >&53279 +echo "$as_me:3144: result: $cf_with_progs" >&5 3263 3280 echo "${ECHO_T}$cf_with_progs" >&6 3264 3281 3265 3282 -echo "$as_me:3128: checking if you wish to install curses.h" >&5 3266 +echo "$as_me:314 6: checking if you wish to install curses.h" >&53283 +echo "$as_me:3147: checking if you wish to install curses.h" >&5 3267 3284 echo $ECHO_N "checking if you wish to install curses.h... $ECHO_C" >&6 3268 3285 3269 3286 # Check whether --with-curses-h or --without-curses-h was given. 3270 @@ -3135,7 +315 3,7 @@3287 @@ -3135,7 +3154,7 @@ 3271 3288 else 3272 3289 with_curses_h=yes 3273 3290 fi; 3274 3291 -echo "$as_me:3138: result: $with_curses_h" >&5 3275 +echo "$as_me:315 6: result: $with_curses_h" >&53292 +echo "$as_me:3157: result: $with_curses_h" >&5 3276 3293 echo "${ECHO_T}$with_curses_h" >&6 3277 3294 3278 3295 modules_to_build="ncurses" 3279 @@ -3161,7 +31 79,7 @@3296 @@ -3161,7 +3180,7 @@ 3280 3297 do 3281 3298 # Extract the first word of "$ac_prog", so it can be a program name with args. 3282 3299 set dummy $ac_prog; ac_word=$2 3283 3300 -echo "$as_me:3164: checking for $ac_word" >&5 3284 +echo "$as_me:318 2: checking for $ac_word" >&53301 +echo "$as_me:3183: checking for $ac_word" >&5 3285 3302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3286 3303 if test "${ac_cv_prog_AWK+set}" = set; then 3287 3304 echo $ECHO_N "(cached) $ECHO_C" >&6 3288 @@ -3176,7 +319 4,7 @@3305 @@ -3176,7 +3195,7 @@ 3289 3306 test -z "$ac_dir" && ac_dir=. 3290 3307 $as_executable_p "$ac_dir/$ac_word" || continue 3291 3308 ac_cv_prog_AWK="$ac_prog" 3292 3309 -echo "$as_me:3179: found $ac_dir/$ac_word" >&5 3293 +echo "$as_me:319 7: found $ac_dir/$ac_word" >&53310 +echo "$as_me:3198: found $ac_dir/$ac_word" >&5 3294 3311 break 3295 3312 done 3296 3313 3297 @@ -3184,21 +320 2,21 @@3314 @@ -3184,21 +3203,21 @@ 3298 3315 fi 3299 3316 AWK=$ac_cv_prog_AWK 3300 3317 if test -n "$AWK"; then 3301 3318 - echo "$as_me:3187: result: $AWK" >&5 3302 + echo "$as_me:320 5: result: $AWK" >&53319 + echo "$as_me:3206: result: $AWK" >&5 3303 3320 echo "${ECHO_T}$AWK" >&6 3304 3321 else 3305 3322 - echo "$as_me:3190: result: no" >&5 3306 + echo "$as_me:320 8: result: no" >&53323 + echo "$as_me:3209: result: no" >&5 3307 3324 echo "${ECHO_T}no" >&6 3308 3325 fi … … 3312 3329 3313 3330 -test -z "$AWK" && { { echo "$as_me:3197: error: No awk program found" >&5 3314 +test -z "$AWK" && { { echo "$as_me:321 5: error: No awk program found" >&53331 +test -z "$AWK" && { { echo "$as_me:3216: error: No awk program found" >&5 3315 3332 echo "$as_me: error: No awk program found" >&2;} 3316 3333 { (exit 1); exit 1; }; } 3317 3334 3318 3335 -echo "$as_me:3201: checking for egrep" >&5 3319 +echo "$as_me:32 19: checking for egrep" >&53336 +echo "$as_me:3220: checking for egrep" >&5 3320 3337 echo $ECHO_N "checking for egrep... $ECHO_C" >&6 3321 3338 if test "${ac_cv_prog_egrep+set}" = set; then 3322 3339 echo $ECHO_N "(cached) $ECHO_C" >&6 3323 @@ -3208,11 +322 6,11 @@3340 @@ -3208,11 +3227,11 @@ 3324 3341 else ac_cv_prog_egrep='egrep' 3325 3342 fi 3326 3343 fi 3327 3344 -echo "$as_me:3211: result: $ac_cv_prog_egrep" >&5 3328 +echo "$as_me:32 29: result: $ac_cv_prog_egrep" >&53345 +echo "$as_me:3230: result: $ac_cv_prog_egrep" >&5 3329 3346 echo "${ECHO_T}$ac_cv_prog_egrep" >&6 3330 3347 EGREP=$ac_cv_prog_egrep 3331 3348 3332 3349 -test -z "$EGREP" && { { echo "$as_me:3215: error: No egrep program found" >&5 3333 +test -z "$EGREP" && { { echo "$as_me:323 3: error: No egrep program found" >&53350 +test -z "$EGREP" && { { echo "$as_me:3234: error: No egrep program found" >&5 3334 3351 echo "$as_me: error: No egrep program found" >&2;} 3335 3352 { (exit 1); exit 1; }; } 3336 3353 3337 @@ -3228,7 +324 6,7 @@3354 @@ -3228,7 +3247,7 @@ 3338 3355 # AFS /usr/afsws/bin/install, which mishandles nonexistent args 3339 3356 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" 3340 3357 # ./install, which can be erroneously created by make from ./install.sh. 3341 3358 -echo "$as_me:3231: checking for a BSD compatible install" >&5 3342 +echo "$as_me:32 49: checking for a BSD compatible install" >&53359 +echo "$as_me:3250: checking for a BSD compatible install" >&5 3343 3360 echo $ECHO_N "checking for a BSD compatible install... $ECHO_C" >&6 3344 3361 if test -z "$INSTALL"; then 3345 3362 if test "${ac_cv_path_install+set}" = set; then 3346 @@ -3277,7 +329 5,7 @@3363 @@ -3277,7 +3296,7 @@ 3347 3364 INSTALL=$ac_install_sh 3348 3365 fi 3349 3366 fi 3350 3367 -echo "$as_me:3280: result: $INSTALL" >&5 3351 +echo "$as_me:329 8: result: $INSTALL" >&53368 +echo "$as_me:3299: result: $INSTALL" >&5 3352 3369 echo "${ECHO_T}$INSTALL" >&6 3353 3370 3354 3371 # Use test -z because SunOS4 sh mishandles braces in ${var-val}. 3355 @@ -3302,7 +332 0,7 @@3372 @@ -3302,7 +3321,7 @@ 3356 3373 do 3357 3374 # Extract the first word of "$ac_prog", so it can be a program name with args. 3358 3375 set dummy $ac_prog; ac_word=$2 3359 3376 -echo "$as_me:3305: checking for $ac_word" >&5 3360 +echo "$as_me:332 3: checking for $ac_word" >&53377 +echo "$as_me:3324: checking for $ac_word" >&5 3361 3378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3362 3379 if test "${ac_cv_prog_LINT+set}" = set; then 3363 3380 echo $ECHO_N "(cached) $ECHO_C" >&6 3364 @@ -3317,7 +333 5,7 @@3381 @@ -3317,7 +3336,7 @@ 3365 3382 test -z "$ac_dir" && ac_dir=. 3366 3383 $as_executable_p "$ac_dir/$ac_word" || continue 3367 3384 ac_cv_prog_LINT="$ac_prog" 3368 3385 -echo "$as_me:3320: found $ac_dir/$ac_word" >&5 3369 +echo "$as_me:333 8: found $ac_dir/$ac_word" >&53386 +echo "$as_me:3339: found $ac_dir/$ac_word" >&5 3370 3387 break 3371 3388 done 3372 3389 3373 @@ -3325,28 +334 3,28 @@3390 @@ -3325,28 +3344,28 @@ 3374 3391 fi 3375 3392 LINT=$ac_cv_prog_LINT 3376 3393 if test -n "$LINT"; then 3377 3394 - echo "$as_me:3328: result: $LINT" >&5 3378 + echo "$as_me:334 6: result: $LINT" >&53395 + echo "$as_me:3347: result: $LINT" >&5 3379 3396 echo "${ECHO_T}$LINT" >&6 3380 3397 else 3381 3398 - echo "$as_me:3331: result: no" >&5 3382 + echo "$as_me:33 49: result: no" >&53399 + echo "$as_me:3350: result: no" >&5 3383 3400 echo "${ECHO_T}no" >&6 3384 3401 fi … … 3388 3405 3389 3406 -echo "$as_me:3338: checking whether ln -s works" >&5 3390 +echo "$as_me:335 6: checking whether ln -s works" >&53407 +echo "$as_me:3357: checking whether ln -s works" >&5 3391 3408 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6 3392 3409 LN_S=$as_ln_s 3393 3410 if test "$LN_S" = "ln -s"; then 3394 3411 - echo "$as_me:3342: result: yes" >&5 3395 + echo "$as_me:336 0: result: yes" >&53412 + echo "$as_me:3361: result: yes" >&5 3396 3413 echo "${ECHO_T}yes" >&6 3397 3414 else 3398 3415 - echo "$as_me:3345: result: no, using $LN_S" >&5 3399 + echo "$as_me:336 3: result: no, using $LN_S" >&53416 + echo "$as_me:3364: result: no, using $LN_S" >&5 3400 3417 echo "${ECHO_T}no, using $LN_S" >&6 3401 3418 fi 3402 3419 3403 3420 -echo "$as_me:3349: checking for long file names" >&5 3404 +echo "$as_me:336 7: checking for long file names" >&53421 +echo "$as_me:3368: checking for long file names" >&5 3405 3422 echo $ECHO_N "checking for long file names... $ECHO_C" >&6 3406 3423 if test "${ac_cv_sys_long_file_names+set}" = set; then 3407 3424 echo $ECHO_N "(cached) $ECHO_C" >&6 3408 @@ -3385,7 +340 3,7 @@3425 @@ -3385,7 +3404,7 @@ 3409 3426 rm -rf $ac_xdir 2>/dev/null 3410 3427 done 3411 3428 fi 3412 3429 -echo "$as_me:3388: result: $ac_cv_sys_long_file_names" >&5 3413 +echo "$as_me:340 6: result: $ac_cv_sys_long_file_names" >&53430 +echo "$as_me:3407: result: $ac_cv_sys_long_file_names" >&5 3414 3431 echo "${ECHO_T}$ac_cv_sys_long_file_names" >&6 3415 3432 if test $ac_cv_sys_long_file_names = yes; then 3416 3433 3417 @@ -3395,7 +341 3,136 @@3434 @@ -3395,7 +3414,136 @@ 3418 3435 3419 3436 fi … … 3422 3439 +# if we find pkg-config, check if we should install the ".pc" files. 3423 3440 + 3424 +echo "$as_me:341 8: checking if you want to use pkg-config" >&53441 +echo "$as_me:3419: checking if you want to use pkg-config" >&5 3425 3442 +echo $ECHO_N "checking if you want to use pkg-config... $ECHO_C" >&6 3426 3443 + … … 3432 3449 + cf_pkg_config=yes 3433 3450 +fi; 3434 +echo "$as_me:342 8: result: $cf_pkg_config" >&53451 +echo "$as_me:3429: result: $cf_pkg_config" >&5 3435 3452 +echo "${ECHO_T}$cf_pkg_config" >&6 3436 3453 + … … 3442 3459 + # Extract the first word of "pkg-config", so it can be a program name with args. 3443 3460 +set dummy pkg-config; ac_word=$2 3444 +echo "$as_me:343 8: checking for $ac_word" >&53461 +echo "$as_me:3439: checking for $ac_word" >&5 3445 3462 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3446 3463 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then … … 3459 3476 + if $as_executable_p "$ac_dir/$ac_word"; then 3460 3477 + ac_cv_path_PKG_CONFIG="$ac_dir/$ac_word" 3461 + echo "$as_me:345 5: found $ac_dir/$ac_word" >&53478 + echo "$as_me:3456: found $ac_dir/$ac_word" >&5 3462 3479 + break 3463 3480 +fi … … 3471 3488 + 3472 3489 +if test -n "$PKG_CONFIG"; then 3473 + echo "$as_me:346 7: result: $PKG_CONFIG" >&53490 + echo "$as_me:3468: result: $PKG_CONFIG" >&5 3474 3491 +echo "${ECHO_T}$PKG_CONFIG" >&6 3475 3492 +else 3476 + echo "$as_me:347 0: result: no" >&53493 + echo "$as_me:3471: result: no" >&5 3477 3494 +echo "${ECHO_T}no" >&6 3478 3495 +fi … … 3512 3529 + ;; 3513 3530 +*) 3514 + { { echo "$as_me:350 8: error: expected a pathname, not \"$PKG_CONFIG\"" >&53531 + { { echo "$as_me:3509: error: expected a pathname, not \"$PKG_CONFIG\"" >&5 3515 3532 +echo "$as_me: error: expected a pathname, not \"$PKG_CONFIG\"" >&2;} 3516 3533 + { (exit 1); exit 1; }; } … … 3521 3538 + 3522 3539 +if test "$PKG_CONFIG" != no ; then 3523 + echo "$as_me:351 7: checking if we should install .pc files for $PKG_CONFIG" >&53540 + echo "$as_me:3518: checking if we should install .pc files for $PKG_CONFIG" >&5 3524 3541 +echo $ECHO_N "checking if we should install .pc files for $PKG_CONFIG... $ECHO_C" >&6 3525 3542 + … … 3538 3555 + enable_pc_files=no 3539 3556 +fi; 3540 + echo "$as_me:353 4: result: $enable_pc_files" >&53557 + echo "$as_me:3535: result: $enable_pc_files" >&5 3541 3558 +echo "${ECHO_T}$enable_pc_files" >&6 3542 3559 + else 3543 + echo "$as_me:353 7: result: no" >&53560 + echo "$as_me:3538: result: no" >&5 3544 3561 +echo "${ECHO_T}no" >&6 3545 + { echo "$as_me:35 39: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&53562 + { echo "$as_me:3540: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&5 3546 3563 +echo "$as_me: WARNING: did not find library $PKG_CONFIG_LIBDIR" >&2;} 3547 3564 + enable_pc_files=no … … 3549 3566 +fi 3550 3567 + 3551 +echo "$as_me:354 5: checking if we should assume mixed-case filenames" >&53568 +echo "$as_me:3546: checking if we should assume mixed-case filenames" >&5 3552 3569 echo $ECHO_N "checking if we should assume mixed-case filenames... $ECHO_C" >&6 3553 3570 3554 3571 # Check whether --enable-mixed-case or --disable-mixed-case was given. 3555 @@ -3405,11 +355 2,11 @@3572 @@ -3405,11 +3553,11 @@ 3556 3573 else 3557 3574 enable_mixedcase=auto 3558 3575 fi; 3559 3576 -echo "$as_me:3408: result: $enable_mixedcase" >&5 3560 +echo "$as_me:355 5: result: $enable_mixedcase" >&53577 +echo "$as_me:3556: result: $enable_mixedcase" >&5 3561 3578 echo "${ECHO_T}$enable_mixedcase" >&6 3562 3579 if test "$enable_mixedcase" = "auto" ; then 3563 3580 3564 3581 -echo "$as_me:3412: checking if filesystem supports mixed-case filenames" >&5 3565 +echo "$as_me:35 59: checking if filesystem supports mixed-case filenames" >&53582 +echo "$as_me:3560: checking if filesystem supports mixed-case filenames" >&5 3566 3583 echo $ECHO_N "checking if filesystem supports mixed-case filenames... $ECHO_C" >&6 3567 3584 if test "${cf_cv_mixedcase+set}" = set; then 3568 3585 echo $ECHO_N "(cached) $ECHO_C" >&6 3569 @@ -3436,7 +358 3,7 @@3586 @@ -3436,7 +3584,7 @@ 3570 3587 fi 3571 3588 3572 3589 fi 3573 3590 -echo "$as_me:3439: result: $cf_cv_mixedcase" >&5 3574 +echo "$as_me:358 6: result: $cf_cv_mixedcase" >&53591 +echo "$as_me:3587: result: $cf_cv_mixedcase" >&5 3575 3592 echo "${ECHO_T}$cf_cv_mixedcase" >&6 3576 3593 test "$cf_cv_mixedcase" = yes && cat >>confdefs.h <<\EOF 3577 3594 #define MIXEDCASE_FILENAMES 1 3578 @@ -3453,7 +360 0,7 @@3595 @@ -3453,7 +3601,7 @@ 3579 3596 fi 3580 3597 3581 3598 # do this after mixed-case option (tags/TAGS is not as important as tic). 3582 3599 -echo "$as_me:3456: checking whether ${MAKE-make} sets \${MAKE}" >&5 3583 +echo "$as_me:360 3: checking whether ${MAKE-make} sets \${MAKE}" >&53600 +echo "$as_me:3604: checking whether ${MAKE-make} sets \${MAKE}" >&5 3584 3601 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 3585 3602 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 3586 3603 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then 3587 @@ -3473,18 +362 0,18 @@3604 @@ -3473,18 +3621,18 @@ 3588 3605 rm -f conftest.make 3589 3606 fi 3590 3607 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then 3591 3608 - echo "$as_me:3476: result: yes" >&5 3592 + echo "$as_me:362 3: result: yes" >&53609 + echo "$as_me:3624: result: yes" >&5 3593 3610 echo "${ECHO_T}yes" >&6 3594 3611 SET_MAKE= 3595 3612 else 3596 3613 - echo "$as_me:3480: result: no" >&5 3597 + echo "$as_me:362 7: result: no" >&53614 + echo "$as_me:3628: result: no" >&5 3598 3615 echo "${ECHO_T}no" >&6 3599 3616 SET_MAKE="MAKE=${MAKE-make}" … … 3603 3620 set dummy ctags; ac_word=$2 3604 3621 -echo "$as_me:3487: checking for $ac_word" >&5 3605 +echo "$as_me:363 4: checking for $ac_word" >&53622 +echo "$as_me:3635: checking for $ac_word" >&5 3606 3623 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3607 3624 if test "${ac_cv_prog_MAKE_LOWER_TAGS+set}" = set; then 3608 3625 echo $ECHO_N "(cached) $ECHO_C" >&6 3609 @@ -3499,7 +364 6,7 @@3626 @@ -3499,7 +3647,7 @@ 3610 3627 test -z "$ac_dir" && ac_dir=. 3611 3628 $as_executable_p "$ac_dir/$ac_word" || continue 3612 3629 ac_cv_prog_MAKE_LOWER_TAGS="yes" 3613 3630 -echo "$as_me:3502: found $ac_dir/$ac_word" >&5 3614 +echo "$as_me:36 49: found $ac_dir/$ac_word" >&53631 +echo "$as_me:3650: found $ac_dir/$ac_word" >&5 3615 3632 break 3616 3633 done 3617 3634 3618 @@ -3508,17 +365 5,17 @@3635 @@ -3508,17 +3656,17 @@ 3619 3636 fi 3620 3637 MAKE_LOWER_TAGS=$ac_cv_prog_MAKE_LOWER_TAGS 3621 3638 if test -n "$MAKE_LOWER_TAGS"; then 3622 3639 - echo "$as_me:3511: result: $MAKE_LOWER_TAGS" >&5 3623 + echo "$as_me:365 8: result: $MAKE_LOWER_TAGS" >&53640 + echo "$as_me:3659: result: $MAKE_LOWER_TAGS" >&5 3624 3641 echo "${ECHO_T}$MAKE_LOWER_TAGS" >&6 3625 3642 else 3626 3643 - echo "$as_me:3514: result: no" >&5 3627 + echo "$as_me:366 1: result: no" >&53644 + echo "$as_me:3662: result: no" >&5 3628 3645 echo "${ECHO_T}no" >&6 3629 3646 fi … … 3633 3650 set dummy etags; ac_word=$2 3634 3651 -echo "$as_me:3521: checking for $ac_word" >&5 3635 +echo "$as_me:366 8: checking for $ac_word" >&53652 +echo "$as_me:3669: checking for $ac_word" >&5 3636 3653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3637 3654 if test "${ac_cv_prog_MAKE_UPPER_TAGS+set}" = set; then 3638 3655 echo $ECHO_N "(cached) $ECHO_C" >&6 3639 @@ -3533,7 +368 0,7 @@3656 @@ -3533,7 +3681,7 @@ 3640 3657 test -z "$ac_dir" && ac_dir=. 3641 3658 $as_executable_p "$ac_dir/$ac_word" || continue 3642 3659 ac_cv_prog_MAKE_UPPER_TAGS="yes" 3643 3660 -echo "$as_me:3536: found $ac_dir/$ac_word" >&5 3644 +echo "$as_me:368 3: found $ac_dir/$ac_word" >&53661 +echo "$as_me:3684: found $ac_dir/$ac_word" >&5 3645 3662 break 3646 3663 done 3647 3664 3648 @@ -3542,10 +36 89,10 @@3665 @@ -3542,10 +3690,10 @@ 3649 3666 fi 3650 3667 MAKE_UPPER_TAGS=$ac_cv_prog_MAKE_UPPER_TAGS 3651 3668 if test -n "$MAKE_UPPER_TAGS"; then 3652 3669 - echo "$as_me:3545: result: $MAKE_UPPER_TAGS" >&5 3653 + echo "$as_me:369 2: result: $MAKE_UPPER_TAGS" >&53670 + echo "$as_me:3693: result: $MAKE_UPPER_TAGS" >&5 3654 3671 echo "${ECHO_T}$MAKE_UPPER_TAGS" >&6 3655 3672 else 3656 3673 - echo "$as_me:3548: result: no" >&5 3657 + echo "$as_me:369 5: result: no" >&53674 + echo "$as_me:3696: result: no" >&5 3658 3675 echo "${ECHO_T}no" >&6 3659 3676 fi 3660 3677 3661 @@ -3565,7 +371 2,7 @@3678 @@ -3565,7 +3713,7 @@ 3662 3679 MAKE_LOWER_TAGS="#" 3663 3680 fi 3664 3681 3665 3682 -echo "$as_me:3568: checking for makeflags variable" >&5 3666 +echo "$as_me:371 5: checking for makeflags variable" >&53683 +echo "$as_me:3716: checking for makeflags variable" >&5 3667 3684 echo $ECHO_N "checking for makeflags variable... $ECHO_C" >&6 3668 3685 if test "${cf_cv_makeflags+set}" = set; then 3669 3686 echo $ECHO_N "(cached) $ECHO_C" >&6 3670 @@ -3599,13 +374 6,13 @@3687 @@ -3599,13 +3747,13 @@ 3671 3688 rm -f cf_makeflags.tmp 3672 3689 3673 3690 fi 3674 3691 -echo "$as_me:3602: result: $cf_cv_makeflags" >&5 3675 +echo "$as_me:37 49: result: $cf_cv_makeflags" >&53692 +echo "$as_me:3750: result: $cf_cv_makeflags" >&5 3676 3693 echo "${ECHO_T}$cf_cv_makeflags" >&6 3677 3694 … … 3680 3697 set dummy ${ac_tool_prefix}ranlib; ac_word=$2 3681 3698 -echo "$as_me:3608: checking for $ac_word" >&5 3682 +echo "$as_me:375 5: checking for $ac_word" >&53699 +echo "$as_me:3756: checking for $ac_word" >&5 3683 3700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3684 3701 if test "${ac_cv_prog_RANLIB+set}" = set; then 3685 3702 echo $ECHO_N "(cached) $ECHO_C" >&6 3686 @@ -3620,7 +376 7,7 @@3703 @@ -3620,7 +3768,7 @@ 3687 3704 test -z "$ac_dir" && ac_dir=. 3688 3705 $as_executable_p "$ac_dir/$ac_word" || continue 3689 3706 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" 3690 3707 -echo "$as_me:3623: found $ac_dir/$ac_word" >&5 3691 +echo "$as_me:377 0: found $ac_dir/$ac_word" >&53708 +echo "$as_me:3771: found $ac_dir/$ac_word" >&5 3692 3709 break 3693 3710 done 3694 3711 3695 @@ -3628,10 +377 5,10 @@3712 @@ -3628,10 +3776,10 @@ 3696 3713 fi 3697 3714 RANLIB=$ac_cv_prog_RANLIB 3698 3715 if test -n "$RANLIB"; then 3699 3716 - echo "$as_me:3631: result: $RANLIB" >&5 3700 + echo "$as_me:377 8: result: $RANLIB" >&53717 + echo "$as_me:3779: result: $RANLIB" >&5 3701 3718 echo "${ECHO_T}$RANLIB" >&6 3702 3719 else 3703 3720 - echo "$as_me:3634: result: no" >&5 3704 + echo "$as_me:378 1: result: no" >&53721 + echo "$as_me:3782: result: no" >&5 3705 3722 echo "${ECHO_T}no" >&6 3706 3723 fi 3707 3724 3708 @@ -3640,7 +378 7,7 @@3725 @@ -3640,7 +3788,7 @@ 3709 3726 ac_ct_RANLIB=$RANLIB 3710 3727 # Extract the first word of "ranlib", so it can be a program name with args. 3711 3728 set dummy ranlib; ac_word=$2 3712 3729 -echo "$as_me:3643: checking for $ac_word" >&5 3713 +echo "$as_me:379 0: checking for $ac_word" >&53730 +echo "$as_me:3791: checking for $ac_word" >&5 3714 3731 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3715 3732 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then 3716 3733 echo $ECHO_N "(cached) $ECHO_C" >&6 3717 @@ -3655,7 +380 2,7 @@3734 @@ -3655,7 +3803,7 @@ 3718 3735 test -z "$ac_dir" && ac_dir=. 3719 3736 $as_executable_p "$ac_dir/$ac_word" || continue 3720 3737 ac_cv_prog_ac_ct_RANLIB="ranlib" 3721 3738 -echo "$as_me:3658: found $ac_dir/$ac_word" >&5 3722 +echo "$as_me:380 5: found $ac_dir/$ac_word" >&53739 +echo "$as_me:3806: found $ac_dir/$ac_word" >&5 3723 3740 break 3724 3741 done 3725 3742 3726 @@ -3664,10 +381 1,10 @@3743 @@ -3664,10 +3812,10 @@ 3727 3744 fi 3728 3745 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB 3729 3746 if test -n "$ac_ct_RANLIB"; then 3730 3747 - echo "$as_me:3667: result: $ac_ct_RANLIB" >&5 3731 + echo "$as_me:381 4: result: $ac_ct_RANLIB" >&53748 + echo "$as_me:3815: result: $ac_ct_RANLIB" >&5 3732 3749 echo "${ECHO_T}$ac_ct_RANLIB" >&6 3733 3750 else 3734 3751 - echo "$as_me:3670: result: no" >&5 3735 + echo "$as_me:381 7: result: no" >&53752 + echo "$as_me:3818: result: no" >&5 3736 3753 echo "${ECHO_T}no" >&6 3737 3754 fi 3738 3755 3739 @@ -3679,7 +382 6,7 @@3756 @@ -3679,7 +3827,7 @@ 3740 3757 if test -n "$ac_tool_prefix"; then 3741 3758 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args. 3742 3759 set dummy ${ac_tool_prefix}ld; ac_word=$2 3743 3760 -echo "$as_me:3682: checking for $ac_word" >&5 3744 +echo "$as_me:38 29: checking for $ac_word" >&53761 +echo "$as_me:3830: checking for $ac_word" >&5 3745 3762 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3746 3763 if test "${ac_cv_prog_LD+set}" = set; then 3747 3764 echo $ECHO_N "(cached) $ECHO_C" >&6 3748 @@ -3694,7 +384 1,7 @@3765 @@ -3694,7 +3842,7 @@ 3749 3766 test -z "$ac_dir" && ac_dir=. 3750 3767 $as_executable_p "$ac_dir/$ac_word" || continue 3751 3768 ac_cv_prog_LD="${ac_tool_prefix}ld" 3752 3769 -echo "$as_me:3697: found $ac_dir/$ac_word" >&5 3753 +echo "$as_me:384 4: found $ac_dir/$ac_word" >&53770 +echo "$as_me:3845: found $ac_dir/$ac_word" >&5 3754 3771 break 3755 3772 done 3756 3773 3757 @@ -3702,10 +38 49,10 @@3774 @@ -3702,10 +3850,10 @@ 3758 3775 fi 3759 3776 LD=$ac_cv_prog_LD 3760 3777 if test -n "$LD"; then 3761 3778 - echo "$as_me:3705: result: $LD" >&5 3762 + echo "$as_me:385 2: result: $LD" >&53779 + echo "$as_me:3853: result: $LD" >&5 3763 3780 echo "${ECHO_T}$LD" >&6 3764 3781 else 3765 3782 - echo "$as_me:3708: result: no" >&5 3766 + echo "$as_me:385 5: result: no" >&53783 + echo "$as_me:3856: result: no" >&5 3767 3784 echo "${ECHO_T}no" >&6 3768 3785 fi 3769 3786 3770 @@ -3714,7 +386 1,7 @@3787 @@ -3714,7 +3862,7 @@ 3771 3788 ac_ct_LD=$LD 3772 3789 # Extract the first word of "ld", so it can be a program name with args. 3773 3790 set dummy ld; ac_word=$2 3774 3791 -echo "$as_me:3717: checking for $ac_word" >&5 3775 +echo "$as_me:386 4: checking for $ac_word" >&53792 +echo "$as_me:3865: checking for $ac_word" >&5 3776 3793 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3777 3794 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then 3778 3795 echo $ECHO_N "(cached) $ECHO_C" >&6 3779 @@ -3729,7 +387 6,7 @@3796 @@ -3729,7 +3877,7 @@ 3780 3797 test -z "$ac_dir" && ac_dir=. 3781 3798 $as_executable_p "$ac_dir/$ac_word" || continue 3782 3799 ac_cv_prog_ac_ct_LD="ld" 3783 3800 -echo "$as_me:3732: found $ac_dir/$ac_word" >&5 3784 +echo "$as_me:38 79: found $ac_dir/$ac_word" >&53801 +echo "$as_me:3880: found $ac_dir/$ac_word" >&5 3785 3802 break 3786 3803 done 3787 3804 3788 @@ -3738,10 +388 5,10 @@3805 @@ -3738,10 +3886,10 @@ 3789 3806 fi 3790 3807 ac_ct_LD=$ac_cv_prog_ac_ct_LD 3791 3808 if test -n "$ac_ct_LD"; then 3792 3809 - echo "$as_me:3741: result: $ac_ct_LD" >&5 3793 + echo "$as_me:388 8: result: $ac_ct_LD" >&53810 + echo "$as_me:3889: result: $ac_ct_LD" >&5 3794 3811 echo "${ECHO_T}$ac_ct_LD" >&6 3795 3812 else 3796 3813 - echo "$as_me:3744: result: no" >&5 3797 + echo "$as_me:389 1: result: no" >&53814 + echo "$as_me:3892: result: no" >&5 3798 3815 echo "${ECHO_T}no" >&6 3799 3816 fi 3800 3817 3801 @@ -3753,7 +390 0,7 @@3818 @@ -3753,7 +3901,7 @@ 3802 3819 if test -n "$ac_tool_prefix"; then 3803 3820 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3804 3821 set dummy ${ac_tool_prefix}ar; ac_word=$2 3805 3822 -echo "$as_me:3756: checking for $ac_word" >&5 3806 +echo "$as_me:390 3: checking for $ac_word" >&53823 +echo "$as_me:3904: checking for $ac_word" >&5 3807 3824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3808 3825 if test "${ac_cv_prog_AR+set}" = set; then 3809 3826 echo $ECHO_N "(cached) $ECHO_C" >&6 3810 @@ -3768,7 +391 5,7 @@3827 @@ -3768,7 +3916,7 @@ 3811 3828 test -z "$ac_dir" && ac_dir=. 3812 3829 $as_executable_p "$ac_dir/$ac_word" || continue 3813 3830 ac_cv_prog_AR="${ac_tool_prefix}ar" 3814 3831 -echo "$as_me:3771: found $ac_dir/$ac_word" >&5 3815 +echo "$as_me:391 8: found $ac_dir/$ac_word" >&53832 +echo "$as_me:3919: found $ac_dir/$ac_word" >&5 3816 3833 break 3817 3834 done 3818 3835 3819 @@ -3776,10 +392 3,10 @@3836 @@ -3776,10 +3924,10 @@ 3820 3837 fi 3821 3838 AR=$ac_cv_prog_AR 3822 3839 if test -n "$AR"; then 3823 3840 - echo "$as_me:3779: result: $AR" >&5 3824 + echo "$as_me:392 6: result: $AR" >&53841 + echo "$as_me:3927: result: $AR" >&5 3825 3842 echo "${ECHO_T}$AR" >&6 3826 3843 else 3827 3844 - echo "$as_me:3782: result: no" >&5 3828 + echo "$as_me:39 29: result: no" >&53845 + echo "$as_me:3930: result: no" >&5 3829 3846 echo "${ECHO_T}no" >&6 3830 3847 fi 3831 3848 3832 @@ -3788,7 +393 5,7 @@3849 @@ -3788,7 +3936,7 @@ 3833 3850 ac_ct_AR=$AR 3834 3851 # Extract the first word of "ar", so it can be a program name with args. 3835 3852 set dummy ar; ac_word=$2 3836 3853 -echo "$as_me:3791: checking for $ac_word" >&5 3837 +echo "$as_me:393 8: checking for $ac_word" >&53854 +echo "$as_me:3939: checking for $ac_word" >&5 3838 3855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3839 3856 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then 3840 3857 echo $ECHO_N "(cached) $ECHO_C" >&6 3841 @@ -3803,7 +395 0,7 @@3858 @@ -3803,7 +3951,7 @@ 3842 3859 test -z "$ac_dir" && ac_dir=. 3843 3860 $as_executable_p "$ac_dir/$ac_word" || continue 3844 3861 ac_cv_prog_ac_ct_AR="ar" 3845 3862 -echo "$as_me:3806: found $ac_dir/$ac_word" >&5 3846 +echo "$as_me:395 3: found $ac_dir/$ac_word" >&53863 +echo "$as_me:3954: found $ac_dir/$ac_word" >&5 3847 3864 break 3848 3865 done 3849 3866 3850 @@ -3812,10 +39 59,10 @@3867 @@ -3812,10 +3960,10 @@ 3851 3868 fi 3852 3869 ac_ct_AR=$ac_cv_prog_ac_ct_AR 3853 3870 if test -n "$ac_ct_AR"; then 3854 3871 - echo "$as_me:3815: result: $ac_ct_AR" >&5 3855 + echo "$as_me:396 2: result: $ac_ct_AR" >&53872 + echo "$as_me:3963: result: $ac_ct_AR" >&5 3856 3873 echo "${ECHO_T}$ac_ct_AR" >&6 3857 3874 else 3858 3875 - echo "$as_me:3818: result: no" >&5 3859 + echo "$as_me:396 5: result: no" >&53876 + echo "$as_me:3966: result: no" >&5 3860 3877 echo "${ECHO_T}no" >&6 3861 3878 fi 3862 3879 3863 @@ -3824,25 +397 1,123 @@3880 @@ -3824,25 +3972,123 @@ 3864 3881 AR="$ac_cv_prog_AR" 3865 3882 fi … … 3869 3886 + # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args. 3870 3887 +set dummy ${ac_tool_prefix}ar; ac_word=$2 3871 +echo "$as_me:397 7: checking for $ac_word" >&53888 +echo "$as_me:3978: checking for $ac_word" >&5 3872 3889 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3873 3890 +if test "${ac_cv_prog_AR+set}" = set; then … … 3884 3901 + $as_executable_p "$ac_dir/$ac_word" || continue 3885 3902 +ac_cv_prog_AR="${ac_tool_prefix}ar" 3886 +echo "$as_me:399 2: found $ac_dir/$ac_word" >&53903 +echo "$as_me:3993: found $ac_dir/$ac_word" >&5 3887 3904 +break 3888 3905 +done … … 3894 3911 +AR=$ac_cv_prog_AR 3895 3912 +if test -n "$AR"; then 3896 + echo "$as_me:400 0: result: $AR" >&53913 + echo "$as_me:4001: result: $AR" >&5 3897 3914 +echo "${ECHO_T}$AR" >&6 3898 3915 +else 3899 + echo "$as_me:400 3: result: no" >&53916 + echo "$as_me:4004: result: no" >&5 3900 3917 +echo "${ECHO_T}no" >&6 3901 3918 +fi … … 3908 3925 + # Extract the first word of "ar", so it can be a program name with args. 3909 3926 +set dummy ar; ac_word=$2 3910 +echo "$as_me:401 2: checking for $ac_word" >&53927 +echo "$as_me:4013: checking for $ac_word" >&5 3911 3928 +echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 3912 3929 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then … … 3923 3940 + $as_executable_p "$ac_dir/$ac_word" || continue 3924 3941 +ac_cv_prog_ac_ct_AR="ar" 3925 +echo "$as_me:402 7: found $ac_dir/$ac_word" >&53942 +echo "$as_me:4028: found $ac_dir/$ac_word" >&5 3926 3943 +break 3927 3944 +done … … 3932 3949 +ac_ct_AR=$ac_cv_prog_ac_ct_AR 3933 3950 +if test -n "$ac_ct_AR"; then 3934 + echo "$as_me:403 6: result: $ac_ct_AR" >&53951 + echo "$as_me:4037: result: $ac_ct_AR" >&5 3935 3952 +echo "${ECHO_T}$ac_ct_AR" >&6 3936 3953 +else 3937 + echo "$as_me:40 39: result: no" >&53954 + echo "$as_me:4040: result: no" >&5 3938 3955 +echo "${ECHO_T}no" >&6 3939 3956 +fi … … 3944 3961 +fi 3945 3962 + 3946 +echo "$as_me:404 8: checking for options to update archives" >&53963 +echo "$as_me:4049: checking for options to update archives" >&5 3947 3964 +echo $ECHO_N "checking for options to update archives... $ECHO_C" >&6 3948 3965 +if test "${cf_cv_ar_flags+set}" = set; then … … 3955 3972 + rm -f conftest.$ac_cv_objext 3956 3973 + rm -f conftest.a 3957 3958 -cf_cv_subst_AR_OPTS=$AR_OPTS 3959 -echo "$as_me:3840: result: $AR_OPTS" >&5 3960 -echo "${ECHO_T}$AR_OPTS" >&6 3974 + 3961 3975 + cat >conftest.$ac_ext <<EOF 3962 +#line 406 1"configure"3976 +#line 4062 "configure" 3963 3977 +int testdata[3] = { 123, 456, 789 }; 3964 3978 +EOF 3965 + if { (eval echo "$as_me:406 4: \"$ac_compile\"") >&53979 + if { (eval echo "$as_me:4065: \"$ac_compile\"") >&5 3966 3980 + (eval $ac_compile) 2>&5 3967 3981 + ac_status=$? 3968 + echo "$as_me:406 7: \$? = $ac_status" >&53982 + echo "$as_me:4068: \$? = $ac_status" >&5 3969 3983 + (exit $ac_status); } ; then 3970 3984 + $AR $cf_ar_flags conftest.a conftest.$ac_cv_objext 2>&5 1>/dev/null … … 3975 3989 + else 3976 3990 + test -n "$verbose" && echo " cannot compile test-program" 1>&6 3977 + 3978 +echo "${as_me-configure}:4077: testing cannot compile test-program ..." 1>&5 3991 3992 -cf_cv_subst_AR_OPTS=$AR_OPTS 3993 -echo "$as_me:3840: result: $AR_OPTS" >&5 3994 -echo "${ECHO_T}$AR_OPTS" >&6 3995 +echo "${as_me-configure}:4078: testing cannot compile test-program ..." 1>&5 3979 3996 + 3980 3997 + break … … 3984 4001 3985 4002 fi 3986 +echo "$as_me:408 5: result: $cf_cv_ar_flags" >&54003 +echo "$as_me:4086: result: $cf_cv_ar_flags" >&5 3987 4004 +echo "${ECHO_T}$cf_cv_ar_flags" >&6 3988 4005 +test -z "$ARFLAGS" && ARFLAGS=$cf_cv_ar_flags … … 3990 4007 3991 4008 -echo "$as_me:3845: checking if you have specified an install-prefix" >&5 3992 +echo "$as_me:409 0: checking if you have specified an install-prefix" >&54009 +echo "$as_me:4091: checking if you have specified an install-prefix" >&5 3993 4010 echo $ECHO_N "checking if you have specified an install-prefix... $ECHO_C" >&6 3994 4011 3995 4012 # Check whether --with-install-prefix or --without-install-prefix was given. 3996 @@ -3855,7 +410 0,7 @@4013 @@ -3855,7 +4101,7 @@ 3997 4014 ;; 3998 4015 esac 3999 4016 fi; 4000 4017 -echo "$as_me:3858: result: $DESTDIR" >&5 4001 +echo "$as_me:410 3: result: $DESTDIR" >&54018 +echo "$as_me:4104: result: $DESTDIR" >&5 4002 4019 echo "${ECHO_T}$DESTDIR" >&6 4003 4020 4004 4021 ############################################################################### 4005 @@ -3883,7 +412 8,7 @@4022 @@ -3883,7 +4129,7 @@ 4006 4023 do 4007 4024 # Extract the first word of "$ac_prog", so it can be a program name with args. 4008 4025 set dummy $ac_prog; ac_word=$2 4009 4026 -echo "$as_me:3886: checking for $ac_word" >&5 4010 +echo "$as_me:413 1: checking for $ac_word" >&54027 +echo "$as_me:4132: checking for $ac_word" >&5 4011 4028 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4012 4029 if test "${ac_cv_prog_BUILD_CC+set}" = set; then 4013 4030 echo $ECHO_N "(cached) $ECHO_C" >&6 4014 @@ -3898,7 +414 3,7 @@4031 @@ -3898,7 +4144,7 @@ 4015 4032 test -z "$ac_dir" && ac_dir=. 4016 4033 $as_executable_p "$ac_dir/$ac_word" || continue 4017 4034 ac_cv_prog_BUILD_CC="$ac_prog" 4018 4035 -echo "$as_me:3901: found $ac_dir/$ac_word" >&5 4019 +echo "$as_me:414 6: found $ac_dir/$ac_word" >&54036 +echo "$as_me:4147: found $ac_dir/$ac_word" >&5 4020 4037 break 4021 4038 done 4022 4039 4023 @@ -3906,10 +415 1,10 @@4040 @@ -3906,10 +4152,10 @@ 4024 4041 fi 4025 4042 BUILD_CC=$ac_cv_prog_BUILD_CC 4026 4043 if test -n "$BUILD_CC"; then 4027 4044 - echo "$as_me:3909: result: $BUILD_CC" >&5 4028 + echo "$as_me:415 4: result: $BUILD_CC" >&54045 + echo "$as_me:4155: result: $BUILD_CC" >&5 4029 4046 echo "${ECHO_T}$BUILD_CC" >&6 4030 4047 else 4031 4048 - echo "$as_me:3912: result: no" >&5 4032 + echo "$as_me:415 7: result: no" >&54049 + echo "$as_me:4158: result: no" >&5 4033 4050 echo "${ECHO_T}no" >&6 4034 4051 fi 4035 4052 4036 @@ -3917,12 +416 2,12 @@4053 @@ -3917,12 +4163,12 @@ 4037 4054 done 4038 4055 4039 4056 fi; 4040 4057 - echo "$as_me:3920: checking for native build C compiler" >&5 4041 + echo "$as_me:416 5: checking for native build C compiler" >&54058 + echo "$as_me:4166: checking for native build C compiler" >&5 4042 4059 echo $ECHO_N "checking for native build C compiler... $ECHO_C" >&6 4043 4060 - echo "$as_me:3922: result: $BUILD_CC" >&5 4044 + echo "$as_me:416 7: result: $BUILD_CC" >&54061 + echo "$as_me:4168: result: $BUILD_CC" >&5 4045 4062 echo "${ECHO_T}$BUILD_CC" >&6 4046 4063 4047 4064 - echo "$as_me:3925: checking for native build C preprocessor" >&5 4048 + echo "$as_me:417 0: checking for native build C preprocessor" >&54065 + echo "$as_me:4171: checking for native build C preprocessor" >&5 4049 4066 echo $ECHO_N "checking for native build C preprocessor... $ECHO_C" >&6 4050 4067 4051 4068 # Check whether --with-build-cpp or --without-build-cpp was given. 4052 @@ -3932,10 +417 7,10 @@4069 @@ -3932,10 +4178,10 @@ 4053 4070 else 4054 4071 BUILD_CPP='${BUILD_CC} -E' 4055 4072 fi; 4056 4073 - echo "$as_me:3935: result: $BUILD_CPP" >&5 4057 + echo "$as_me:418 0: result: $BUILD_CPP" >&54074 + echo "$as_me:4181: result: $BUILD_CPP" >&5 4058 4075 echo "${ECHO_T}$BUILD_CPP" >&6 4059 4076 4060 4077 - echo "$as_me:3938: checking for native build C flags" >&5 4061 + echo "$as_me:418 3: checking for native build C flags" >&54078 + echo "$as_me:4184: checking for native build C flags" >&5 4062 4079 echo $ECHO_N "checking for native build C flags... $ECHO_C" >&6 4063 4080 4064 4081 # Check whether --with-build-cflags or --without-build-cflags was given. 4065 @@ -3943,10 +418 8,10 @@4082 @@ -3943,10 +4189,10 @@ 4066 4083 withval="$with_build_cflags" 4067 4084 BUILD_CFLAGS="$withval" 4068 4085 fi; 4069 4086 - echo "$as_me:3946: result: $BUILD_CFLAGS" >&5 4070 + echo "$as_me:419 1: result: $BUILD_CFLAGS" >&54087 + echo "$as_me:4192: result: $BUILD_CFLAGS" >&5 4071 4088 echo "${ECHO_T}$BUILD_CFLAGS" >&6 4072 4089 4073 4090 - echo "$as_me:3949: checking for native build C preprocessor-flags" >&5 4074 + echo "$as_me:419 4: checking for native build C preprocessor-flags" >&54091 + echo "$as_me:4195: checking for native build C preprocessor-flags" >&5 4075 4092 echo $ECHO_N "checking for native build C preprocessor-flags... $ECHO_C" >&6 4076 4093 4077 4094 # Check whether --with-build-cppflags or --without-build-cppflags was given. 4078 @@ -3954,10 +4 199,10 @@4095 @@ -3954,10 +4200,10 @@ 4079 4096 withval="$with_build_cppflags" 4080 4097 BUILD_CPPFLAGS="$withval" 4081 4098 fi; 4082 4099 - echo "$as_me:3957: result: $BUILD_CPPFLAGS" >&5 4083 + echo "$as_me:420 2: result: $BUILD_CPPFLAGS" >&54100 + echo "$as_me:4203: result: $BUILD_CPPFLAGS" >&5 4084 4101 echo "${ECHO_T}$BUILD_CPPFLAGS" >&6 4085 4102 4086 4103 - echo "$as_me:3960: checking for native build linker-flags" >&5 4087 + echo "$as_me:420 5: checking for native build linker-flags" >&54104 + echo "$as_me:4206: checking for native build linker-flags" >&5 4088 4105 echo $ECHO_N "checking for native build linker-flags... $ECHO_C" >&6 4089 4106 4090 4107 # Check whether --with-build-ldflags or --without-build-ldflags was given. 4091 @@ -3965,10 +421 0,10 @@4108 @@ -3965,10 +4211,10 @@ 4092 4109 withval="$with_build_ldflags" 4093 4110 BUILD_LDFLAGS="$withval" 4094 4111 fi; 4095 4112 - echo "$as_me:3968: result: $BUILD_LDFLAGS" >&5 4096 + echo "$as_me:421 3: result: $BUILD_LDFLAGS" >&54113 + echo "$as_me:4214: result: $BUILD_LDFLAGS" >&5 4097 4114 echo "${ECHO_T}$BUILD_LDFLAGS" >&6 4098 4115 4099 4116 - echo "$as_me:3971: checking for native build linker-libraries" >&5 4100 + echo "$as_me:421 6: checking for native build linker-libraries" >&54117 + echo "$as_me:4217: checking for native build linker-libraries" >&5 4101 4118 echo $ECHO_N "checking for native build linker-libraries... $ECHO_C" >&6 4102 4119 4103 4120 # Check whether --with-build-libs or --without-build-libs was given. 4104 @@ -3976,7 +422 1,7 @@4121 @@ -3976,7 +4222,7 @@ 4105 4122 withval="$with_build_libs" 4106 4123 BUILD_LIBS="$withval" 4107 4124 fi; 4108 4125 - echo "$as_me:3979: result: $BUILD_LIBS" >&5 4109 + echo "$as_me:422 4: result: $BUILD_LIBS" >&54126 + echo "$as_me:4225: result: $BUILD_LIBS" >&5 4110 4127 echo "${ECHO_T}$BUILD_LIBS" >&6 4111 4128 4112 4129 # this assumes we're on Unix. 4113 @@ -3986,7 +423 1,7 @@4130 @@ -3986,7 +4232,7 @@ 4114 4131 : ${BUILD_CC:='${CC}'} 4115 4132 4116 4133 if ( test "$BUILD_CC" = "$CC" || test "$BUILD_CC" = '${CC}' ) ; then 4117 4134 - { { echo "$as_me:3989: error: Cross-build requires two compilers. 4118 + { { echo "$as_me:423 4: error: Cross-build requires two compilers.4135 + { { echo "$as_me:4235: error: Cross-build requires two compilers. 4119 4136 Use --with-build-cc to specify the native compiler." >&5 4120 4137 echo "$as_me: error: Cross-build requires two compilers. 4121 4138 Use --with-build-cc to specify the native compiler." >&2;} 4122 @@ -4027,7 +427 2,7 @@4139 @@ -4027,7 +4273,7 @@ 4123 4140 LIB_INSTALL= 4124 4141 LIB_UNINSTALL= 4125 4142 4126 4143 -echo "$as_me:4030: checking if you want to build libraries with libtool" >&5 4127 +echo "$as_me:427 5: checking if you want to build libraries with libtool" >&54144 +echo "$as_me:4276: checking if you want to build libraries with libtool" >&5 4128 4145 echo $ECHO_N "checking if you want to build libraries with libtool... $ECHO_C" >&6 4129 4146 4130 4147 # Check whether --with-libtool or --without-libtool was given. 4131 @@ -4037,11 +428 2,11 @@4148 @@ -4037,11 +4283,11 @@ 4132 4149 else 4133 4150 with_libtool=no 4134 4151 fi; 4135 4152 -echo "$as_me:4040: result: $with_libtool" >&5 4136 +echo "$as_me:428 5: result: $with_libtool" >&54153 +echo "$as_me:4286: result: $with_libtool" >&5 4137 4154 echo "${ECHO_T}$with_libtool" >&6 4138 4155 if test "$with_libtool" != "no"; then … … 4143 4160 if test "x$prefix" != xNONE; then 4144 4161 cf_path_syntax="$prefix" 4145 @@ -4068,7 +431 3,7 @@4162 @@ -4068,7 +4314,7 @@ 4146 4163 with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%` 4147 4164 ;; 4148 4165 *) 4149 4166 - { { echo "$as_me:4071: error: expected a pathname, not \"$with_libtool\"" >&5 4150 + { { echo "$as_me:431 6: error: expected a pathname, not \"$with_libtool\"" >&54167 + { { echo "$as_me:4317: error: expected a pathname, not \"$with_libtool\"" >&5 4151 4168 echo "$as_me: error: expected a pathname, not \"$with_libtool\"" >&2;} 4152 4169 { (exit 1); exit 1; }; } 4153 4170 ;; 4154 @@ -4076,9 +432 1,9 @@4171 @@ -4076,9 +4322,9 @@ 4155 4172 4156 4173 LIBTOOL=$with_libtool … … 4160 4177 set dummy libtool; ac_word=$2 4161 4178 -echo "$as_me:4081: checking for $ac_word" >&5 4162 +echo "$as_me:432 6: checking for $ac_word" >&54179 +echo "$as_me:4327: checking for $ac_word" >&5 4163 4180 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 4164 4181 if test "${ac_cv_path_LIBTOOL+set}" = set; then 4165 4182 echo $ECHO_N "(cached) $ECHO_C" >&6 4166 @@ -4095,7 +434 0,7 @@4183 @@ -4095,7 +4341,7 @@ 4167 4184 test -z "$ac_dir" && ac_dir=. 4168 4185 if $as_executable_p "$ac_dir/$ac_word"; then 4169 4186 ac_cv_path_LIBTOOL="$ac_dir/$ac_word" 4170 4187 - echo "$as_me:4098: found $ac_dir/$ac_word" >&5 4171 + echo "$as_me:434 3: found $ac_dir/$ac_word" >&54188 + echo "$as_me:4344: found $ac_dir/$ac_word" >&5 4172 4189 break 4173 4190 fi 4174 4191 done 4175 @@ -4106,20 +435 1,20 @@4192 @@ -4106,20 +4352,20 @@ 4176 4193 LIBTOOL=$ac_cv_path_LIBTOOL 4177 4194 4178 4195 if test -n "$LIBTOOL"; then 4179 4196 - echo "$as_me:4109: result: $LIBTOOL" >&5 4180 + echo "$as_me:435 4: result: $LIBTOOL" >&54197 + echo "$as_me:4355: result: $LIBTOOL" >&5 4181 4198 echo "${ECHO_T}$LIBTOOL" >&6 4182 4199 else 4183 4200 - echo "$as_me:4112: result: no" >&5 4184 + echo "$as_me:435 7: result: no" >&54201 + echo "$as_me:4358: result: no" >&5 4185 4202 echo "${ECHO_T}no" >&6 4186 4203 fi … … 4191 4208 + fi 4192 4209 + if test -z "$LIBTOOL" ; then 4193 + { { echo "$as_me:436 3: error: Cannot find libtool" >&54210 + { { echo "$as_me:4364: error: Cannot find libtool" >&5 4194 4211 echo "$as_me: error: Cannot find libtool" >&2;} 4195 4212 { (exit 1); exit 1; }; } … … 4201 4218 LIB_SUFFIX=.la 4202 4219 LIB_CLEAN='${LIBTOOL} --mode=clean' 4203 @@ -4130,24 +437 5,32 @@4220 @@ -4130,24 +4376,32 @@ 4204 4221 LIB_PREP=: 4205 4222 4206 4223 # Show the version of libtool 4207 4224 - echo "$as_me:4133: checking version of libtool" >&5 4208 + echo "$as_me:437 8: checking version of libtool" >&54225 + echo "$as_me:4379: checking version of libtool" >&5 4209 4226 echo $ECHO_N "checking version of libtool... $ECHO_C" >&6 4210 4227 … … 4215 4232 cf_cv_libtool_version=`$LIBTOOL --version 2>&1 | sed -e '/^$/d' |sed -e '2,$d' -e 's/([^)]*)//g' -e 's/^[^1-9]*//' -e 's/[^0-9.].*//'` 4216 4233 - echo "$as_me:4140: result: $cf_cv_libtool_version" >&5 4217 + echo "$as_me:438 5: result: $cf_cv_libtool_version" >&54234 + echo "$as_me:4386: result: $cf_cv_libtool_version" >&5 4218 4235 echo "${ECHO_T}$cf_cv_libtool_version" >&6 4219 4236 if test -z "$cf_cv_libtool_version" ; then 4220 4237 - { { echo "$as_me:4143: error: This is not GNU libtool" >&5 4221 + { { echo "$as_me:438 8: error: This is not GNU libtool" >&54238 + { { echo "$as_me:4389: error: This is not GNU libtool" >&5 4222 4239 echo "$as_me: error: This is not GNU libtool" >&2;} 4223 4240 { (exit 1); exit 1; }; } … … 4240 4257 LIBTOOL="$LIBTOOL --tag=CC" 4241 4258 ;; 4242 @@ -4168,7 +442 1,7 @@4259 @@ -4168,7 +4422,7 @@ 4243 4260 4244 4261 else 4245 4262 4246 4263 -echo "$as_me:4171: checking if you want to build shared libraries" >&5 4247 +echo "$as_me:442 4: checking if you want to build shared libraries" >&54264 +echo "$as_me:4425: checking if you want to build shared libraries" >&5 4248 4265 echo $ECHO_N "checking if you want to build shared libraries... $ECHO_C" >&6 4249 4266 4250 4267 # Check whether --with-shared or --without-shared was given. 4251 @@ -4178,11 +443 1,11 @@4268 @@ -4178,11 +4432,11 @@ 4252 4269 else 4253 4270 with_shared=no 4254 4271 fi; 4255 4272 -echo "$as_me:4181: result: $with_shared" >&5 4256 +echo "$as_me:443 4: result: $with_shared" >&54273 +echo "$as_me:4435: result: $with_shared" >&5 4257 4274 echo "${ECHO_T}$with_shared" >&6 4258 4275 test "$with_shared" = "yes" && cf_list_models="$cf_list_models shared" 4259 4276 4260 4277 -echo "$as_me:4185: checking if you want to build static libraries" >&5 4261 +echo "$as_me:443 8: checking if you want to build static libraries" >&54278 +echo "$as_me:4439: checking if you want to build static libraries" >&5 4262 4279 echo $ECHO_N "checking if you want to build static libraries... $ECHO_C" >&6 4263 4280 4264 4281 # Check whether --with-normal or --without-normal was given. 4265 @@ -4192,11 +444 5,11 @@4282 @@ -4192,11 +4446,11 @@ 4266 4283 else 4267 4284 with_normal=yes 4268 4285 fi; 4269 4286 -echo "$as_me:4195: result: $with_normal" >&5 4270 +echo "$as_me:444 8: result: $with_normal" >&54287 +echo "$as_me:4449: result: $with_normal" >&5 4271 4288 echo "${ECHO_T}$with_normal" >&6 4272 4289 test "$with_normal" = "yes" && cf_list_models="$cf_list_models normal" 4273 4290 4274 4291 -echo "$as_me:4199: checking if you want to build debug libraries" >&5 4275 +echo "$as_me:445 2: checking if you want to build debug libraries" >&54292 +echo "$as_me:4453: checking if you want to build debug libraries" >&5 4276 4293 echo $ECHO_N "checking if you want to build debug libraries... $ECHO_C" >&6 4277 4294 4278 4295 # Check whether --with-debug or --without-debug was given. 4279 @@ -4206,11 +44 59,11 @@4296 @@ -4206,11 +4460,11 @@ 4280 4297 else 4281 4298 with_debug=yes 4282 4299 fi; 4283 4300 -echo "$as_me:4209: result: $with_debug" >&5 4284 +echo "$as_me:446 2: result: $with_debug" >&54301 +echo "$as_me:4463: result: $with_debug" >&5 4285 4302 echo "${ECHO_T}$with_debug" >&6 4286 4303 test "$with_debug" = "yes" && cf_list_models="$cf_list_models debug" 4287 4304 4288 4305 -echo "$as_me:4213: checking if you want to build profiling libraries" >&5 4289 +echo "$as_me:446 6: checking if you want to build profiling libraries" >&54306 +echo "$as_me:4467: checking if you want to build profiling libraries" >&5 4290 4307 echo $ECHO_N "checking if you want to build profiling libraries... $ECHO_C" >&6 4291 4308 4292 4309 # Check whether --with-profile or --without-profile was given. 4293 @@ -4220,7 +447 3,7 @@4310 @@ -4220,7 +4474,7 @@ 4294 4311 else 4295 4312 with_profile=no 4296 4313 fi; 4297 4314 -echo "$as_me:4223: result: $with_profile" >&5 4298 +echo "$as_me:447 6: result: $with_profile" >&54315 +echo "$as_me:4477: result: $with_profile" >&5 4299 4316 echo "${ECHO_T}$with_profile" >&6 4300 4317 test "$with_profile" = "yes" && cf_list_models="$cf_list_models profile" 4301 4318 4302 @@ -4228,19 +448 1,19 @@4319 @@ -4228,19 +4482,19 @@ 4303 4320 4304 4321 ############################################################################### 4305 4322 4306 4323 -echo "$as_me:4231: checking for specified models" >&5 4307 +echo "$as_me:448 4: checking for specified models" >&54324 +echo "$as_me:4485: checking for specified models" >&5 4308 4325 echo $ECHO_N "checking for specified models... $ECHO_C" >&6 4309 4326 test -z "$cf_list_models" && cf_list_models=normal 4310 4327 test "$with_libtool" != "no" && cf_list_models=libtool 4311 4328 -echo "$as_me:4235: result: $cf_list_models" >&5 4312 +echo "$as_me:448 8: result: $cf_list_models" >&54329 +echo "$as_me:4489: result: $cf_list_models" >&5 4313 4330 echo "${ECHO_T}$cf_list_models" >&6 4314 4331 … … 4316 4333 ### up test-applications. 4317 4334 -echo "$as_me:4240: checking for default model" >&5 4318 +echo "$as_me:449 3: checking for default model" >&54335 +echo "$as_me:4494: checking for default model" >&5 4319 4336 echo $ECHO_N "checking for default model... $ECHO_C" >&6 4320 4337 DFT_LWR_MODEL=`echo "$cf_list_models" | $AWK '{print $1}'` 4321 4338 -echo "$as_me:4243: result: $DFT_LWR_MODEL" >&5 4322 +echo "$as_me:449 6: result: $DFT_LWR_MODEL" >&54339 +echo "$as_me:4497: result: $DFT_LWR_MODEL" >&5 4323 4340 echo "${ECHO_T}$DFT_LWR_MODEL" >&6 4324 4341 4325 4342 DFT_UPR_MODEL=`echo "$DFT_LWR_MODEL" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 4326 @@ -4269,7 +452 2,7 @@4343 @@ -4269,7 +4523,7 @@ 4327 4344 4328 4345 ############################################################################### 4329 4346 4330 4347 -echo "$as_me:4272: checking if you want to build a separate terminfo library" >&5 4331 +echo "$as_me:452 5: checking if you want to build a separate terminfo library" >&54348 +echo "$as_me:4526: checking if you want to build a separate terminfo library" >&5 4332 4349 echo $ECHO_N "checking if you want to build a separate terminfo library... $ECHO_C" >&6 4333 4350 4334 4351 # Check whether --with-termlib or --without-termlib was given. 4335 @@ -4279,10 +453 2,10 @@4352 @@ -4279,10 +4533,10 @@ 4336 4353 else 4337 4354 with_termlib=no 4338 4355 fi; 4339 4356 -echo "$as_me:4282: result: $with_termlib" >&5 4340 +echo "$as_me:453 5: result: $with_termlib" >&54357 +echo "$as_me:4536: result: $with_termlib" >&5 4341 4358 echo "${ECHO_T}$with_termlib" >&6 4342 4359 4343 4360 -echo "$as_me:4285: checking if you want to build a separate tic library" >&5 4344 +echo "$as_me:453 8: checking if you want to build a separate tic library" >&54361 +echo "$as_me:4539: checking if you want to build a separate tic library" >&5 4345 4362 echo $ECHO_N "checking if you want to build a separate tic library... $ECHO_C" >&6 4346 4363 4347 4364 # Check whether --with-ticlib or --without-ticlib was given. 4348 @@ -4292,13 +454 5,13 @@4365 @@ -4292,13 +4546,13 @@ 4349 4366 else 4350 4367 with_ticlib=no 4351 4368 fi; 4352 4369 -echo "$as_me:4295: result: $with_ticlib" >&5 4353 +echo "$as_me:454 8: result: $with_ticlib" >&54370 +echo "$as_me:4549: result: $with_ticlib" >&5 4354 4371 echo "${ECHO_T}$with_ticlib" >&6 4355 4372 … … 4358 4375 4359 4376 -echo "$as_me:4301: checking if you want to link with the GPM mouse library" >&5 4360 +echo "$as_me:455 4: checking if you want to link with the GPM mouse library" >&54377 +echo "$as_me:4555: checking if you want to link with the GPM mouse library" >&5 4361 4378 echo $ECHO_N "checking if you want to link with the GPM mouse library... $ECHO_C" >&6 4362 4379 4363 4380 # Check whether --with-gpm or --without-gpm was given. 4364 @@ -4308,27 +456 1,27 @@4381 @@ -4308,27 +4562,27 @@ 4365 4382 else 4366 4383 with_gpm=maybe 4367 4384 fi; 4368 4385 -echo "$as_me:4311: result: $with_gpm" >&5 4369 +echo "$as_me:456 4: result: $with_gpm" >&54386 +echo "$as_me:4565: result: $with_gpm" >&5 4370 4387 echo "${ECHO_T}$with_gpm" >&6 4371 4388 4372 4389 if test "$with_gpm" != no ; then 4373 4390 - echo "$as_me:4315: checking for gpm.h" >&5 4374 + echo "$as_me:456 8: checking for gpm.h" >&54391 + echo "$as_me:4569: checking for gpm.h" >&5 4375 4392 echo $ECHO_N "checking for gpm.h... $ECHO_C" >&6 4376 4393 if test "${ac_cv_header_gpm_h+set}" = set; then … … 4379 4396 cat >conftest.$ac_ext <<_ACEOF 4380 4397 -#line 4321 "configure" 4381 +#line 457 4"configure"4398 +#line 4575 "configure" 4382 4399 #include "confdefs.h" 4383 4400 #include <gpm.h> 4384 4401 _ACEOF 4385 4402 -if { (eval echo "$as_me:4325: \"$ac_cpp conftest.$ac_ext\"") >&5 4386 +if { (eval echo "$as_me:457 8: \"$ac_cpp conftest.$ac_ext\"") >&54403 +if { (eval echo "$as_me:4579: \"$ac_cpp conftest.$ac_ext\"") >&5 4387 4404 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 4388 4405 ac_status=$? … … 4391 4408 cat conftest.err >&5 4392 4409 - echo "$as_me:4331: \$? = $ac_status" >&5 4393 + echo "$as_me:458 4: \$? = $ac_status" >&54410 + echo "$as_me:4585: \$? = $ac_status" >&5 4394 4411 (exit $ac_status); } >/dev/null; then 4395 4412 if test -s conftest.err; then 4396 4413 ac_cpp_err=$ac_c_preproc_warn_flag 4397 @@ -4347,7 +460 0,7 @@4414 @@ -4347,7 +4601,7 @@ 4398 4415 fi 4399 4416 rm -f conftest.err conftest.$ac_ext 4400 4417 fi 4401 4418 -echo "$as_me:4350: result: $ac_cv_header_gpm_h" >&5 4402 +echo "$as_me:460 3: result: $ac_cv_header_gpm_h" >&54419 +echo "$as_me:4604: result: $ac_cv_header_gpm_h" >&5 4403 4420 echo "${ECHO_T}$ac_cv_header_gpm_h" >&6 4404 4421 if test $ac_cv_header_gpm_h = yes; then 4405 4422 4406 @@ -4358,14 +461 1,14 @@4423 @@ -4358,14 +4612,14 @@ 4407 4424 if test "$with_gpm" != yes && test "$with_gpm" != maybe ; then 4408 4425 test -n "$verbose" && echo " assuming we really have GPM library" 1>&6 4409 4426 4410 4427 -echo "${as_me-configure}:4361: testing assuming we really have GPM library ..." 1>&5 4411 +echo "${as_me-configure}:461 4: testing assuming we really have GPM library ..." 1>&54428 +echo "${as_me-configure}:4615: testing assuming we really have GPM library ..." 1>&5 4412 4429 4413 4430 cat >>confdefs.h <<\EOF … … 4417 4434 else 4418 4435 - echo "$as_me:4368: checking for Gpm_Open in -lgpm" >&5 4419 + echo "$as_me:462 1: checking for Gpm_Open in -lgpm" >&54436 + echo "$as_me:4622: checking for Gpm_Open in -lgpm" >&5 4420 4437 echo $ECHO_N "checking for Gpm_Open in -lgpm... $ECHO_C" >&6 4421 4438 if test "${ac_cv_lib_gpm_Gpm_Open+set}" = set; then 4422 4439 echo $ECHO_N "(cached) $ECHO_C" >&6 4423 @@ -4373,7 +462 6,7 @@4440 @@ -4373,7 +4627,7 @@ 4424 4441 ac_check_lib_save_LIBS=$LIBS 4425 4442 LIBS="-lgpm $LIBS" 4426 4443 cat >conftest.$ac_ext <<_ACEOF 4427 4444 -#line 4376 "configure" 4428 +#line 46 29"configure"4445 +#line 4630 "configure" 4429 4446 #include "confdefs.h" 4430 4447 4431 4448 /* Override any gcc2 internal prototype to avoid an error. */ 4432 @@ -4392,16 +464 5,16 @@4449 @@ -4392,16 +4646,16 @@ 4433 4450 } 4434 4451 _ACEOF 4435 4452 rm -f conftest.$ac_objext conftest$ac_exeext 4436 4453 -if { (eval echo "$as_me:4395: \"$ac_link\"") >&5 4437 +if { (eval echo "$as_me:464 8: \"$ac_link\"") >&54454 +if { (eval echo "$as_me:4649: \"$ac_link\"") >&5 4438 4455 (eval $ac_link) 2>&5 4439 4456 ac_status=$? 4440 4457 - echo "$as_me:4398: \$? = $ac_status" >&5 4441 + echo "$as_me:465 1: \$? = $ac_status" >&54458 + echo "$as_me:4652: \$? = $ac_status" >&5 4442 4459 (exit $ac_status); } && 4443 4460 { ac_try='test -s conftest$ac_exeext' 4444 4461 - { (eval echo "$as_me:4401: \"$ac_try\"") >&5 4445 + { (eval echo "$as_me:465 4: \"$ac_try\"") >&54462 + { (eval echo "$as_me:4655: \"$ac_try\"") >&5 4446 4463 (eval $ac_try) 2>&5 4447 4464 ac_status=$? 4448 4465 - echo "$as_me:4404: \$? = $ac_status" >&5 4449 + echo "$as_me:465 7: \$? = $ac_status" >&54466 + echo "$as_me:4658: \$? = $ac_status" >&5 4450 4467 (exit $ac_status); }; }; then 4451 4468 ac_cv_lib_gpm_Gpm_Open=yes 4452 4469 else 4453 @@ -4412,13 +466 5,13 @@4470 @@ -4412,13 +4666,13 @@ 4454 4471 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4455 4472 LIBS=$ac_check_lib_save_LIBS 4456 4473 fi 4457 4474 -echo "$as_me:4415: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4458 +echo "$as_me:466 8: result: $ac_cv_lib_gpm_Gpm_Open" >&54475 +echo "$as_me:4669: result: $ac_cv_lib_gpm_Gpm_Open" >&5 4459 4476 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Open" >&6 4460 4477 if test $ac_cv_lib_gpm_Gpm_Open = yes; then … … 4463 4480 4464 4481 - { { echo "$as_me:4421: error: Cannot link with GPM library" >&5 4465 + { { echo "$as_me:467 4: error: Cannot link with GPM library" >&54482 + { { echo "$as_me:4675: error: Cannot link with GPM library" >&5 4466 4483 echo "$as_me: error: Cannot link with GPM library" >&2;} 4467 4484 { (exit 1); exit 1; }; } 4468 4485 fi 4469 @@ -4428,7 +468 1,7 @@4486 @@ -4428,7 +4682,7 @@ 4470 4487 4471 4488 else 4472 4489 4473 4490 - test "$with_gpm" != maybe && { echo "$as_me:4431: WARNING: Cannot find GPM header" >&5 4474 + test "$with_gpm" != maybe && { echo "$as_me:468 4: WARNING: Cannot find GPM header" >&54491 + test "$with_gpm" != maybe && { echo "$as_me:4685: WARNING: Cannot find GPM header" >&5 4475 4492 echo "$as_me: WARNING: Cannot find GPM header" >&2;} 4476 4493 with_gpm=no 4477 4494 4478 @@ -4437,7 +469 0,7 @@4495 @@ -4437,7 +4691,7 @@ 4479 4496 fi 4480 4497 4481 4498 if test "$with_gpm" != no ; then 4482 4499 - echo "$as_me:4440: checking if you want to load GPM dynamically" >&5 4483 + echo "$as_me:469 3: checking if you want to load GPM dynamically" >&54500 + echo "$as_me:4694: checking if you want to load GPM dynamically" >&5 4484 4501 echo $ECHO_N "checking if you want to load GPM dynamically... $ECHO_C" >&6 4485 4502 4486 4503 # Check whether --with-dlsym or --without-dlsym was given. 4487 @@ -4447,18 +470 0,18 @@4504 @@ -4447,18 +4701,18 @@ 4488 4505 else 4489 4506 with_dlsym=yes 4490 4507 fi; 4491 4508 - echo "$as_me:4450: result: $with_dlsym" >&5 4492 + echo "$as_me:470 3: result: $with_dlsym" >&54509 + echo "$as_me:4704: result: $with_dlsym" >&5 4493 4510 echo "${ECHO_T}$with_dlsym" >&6 4494 4511 if test "$with_dlsym" = yes ; then … … 4496 4513 cf_have_dlsym=no 4497 4514 -echo "$as_me:4455: checking for dlsym" >&5 4498 +echo "$as_me:470 8: checking for dlsym" >&54515 +echo "$as_me:4709: checking for dlsym" >&5 4499 4516 echo $ECHO_N "checking for dlsym... $ECHO_C" >&6 4500 4517 if test "${ac_cv_func_dlsym+set}" = set; then … … 4503 4520 cat >conftest.$ac_ext <<_ACEOF 4504 4521 -#line 4461 "configure" 4505 +#line 471 4"configure"4522 +#line 4715 "configure" 4506 4523 #include "confdefs.h" 4507 4524 /* System header to define __stub macros and hopefully few prototypes, 4508 4525 which can conflict with char dlsym (); below. */ 4509 @@ -4489,16 +474 2,16 @@4526 @@ -4489,16 +4743,16 @@ 4510 4527 } 4511 4528 _ACEOF 4512 4529 rm -f conftest.$ac_objext conftest$ac_exeext 4513 4530 -if { (eval echo "$as_me:4492: \"$ac_link\"") >&5 4514 +if { (eval echo "$as_me:474 5: \"$ac_link\"") >&54531 +if { (eval echo "$as_me:4746: \"$ac_link\"") >&5 4515 4532 (eval $ac_link) 2>&5 4516 4533 ac_status=$? 4517 4534 - echo "$as_me:4495: \$? = $ac_status" >&5 4518 + echo "$as_me:474 8: \$? = $ac_status" >&54535 + echo "$as_me:4749: \$? = $ac_status" >&5 4519 4536 (exit $ac_status); } && 4520 4537 { ac_try='test -s conftest$ac_exeext' 4521 4538 - { (eval echo "$as_me:4498: \"$ac_try\"") >&5 4522 + { (eval echo "$as_me:475 1: \"$ac_try\"") >&54539 + { (eval echo "$as_me:4752: \"$ac_try\"") >&5 4523 4540 (eval $ac_try) 2>&5 4524 4541 ac_status=$? 4525 4542 - echo "$as_me:4501: \$? = $ac_status" >&5 4526 + echo "$as_me:475 4: \$? = $ac_status" >&54543 + echo "$as_me:4755: \$? = $ac_status" >&5 4527 4544 (exit $ac_status); }; }; then 4528 4545 ac_cv_func_dlsym=yes 4529 4546 else 4530 @@ -4508,14 +476 1,14 @@4547 @@ -4508,14 +4762,14 @@ 4531 4548 fi 4532 4549 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4533 4550 fi 4534 4551 -echo "$as_me:4511: result: $ac_cv_func_dlsym" >&5 4535 +echo "$as_me:476 4: result: $ac_cv_func_dlsym" >&54552 +echo "$as_me:4765: result: $ac_cv_func_dlsym" >&5 4536 4553 echo "${ECHO_T}$ac_cv_func_dlsym" >&6 4537 4554 if test $ac_cv_func_dlsym = yes; then … … 4541 4558 cf_have_libdl=no 4542 4559 -echo "$as_me:4518: checking for dlsym in -ldl" >&5 4543 +echo "$as_me:477 1: checking for dlsym in -ldl" >&54560 +echo "$as_me:4772: checking for dlsym in -ldl" >&5 4544 4561 echo $ECHO_N "checking for dlsym in -ldl... $ECHO_C" >&6 4545 4562 if test "${ac_cv_lib_dl_dlsym+set}" = set; then 4546 4563 echo $ECHO_N "(cached) $ECHO_C" >&6 4547 @@ -4523,7 +477 6,7 @@4564 @@ -4523,7 +4777,7 @@ 4548 4565 ac_check_lib_save_LIBS=$LIBS 4549 4566 LIBS="-ldl $LIBS" 4550 4567 cat >conftest.$ac_ext <<_ACEOF 4551 4568 -#line 4526 "configure" 4552 +#line 47 79"configure"4569 +#line 4780 "configure" 4553 4570 #include "confdefs.h" 4554 4571 4555 4572 /* Override any gcc2 internal prototype to avoid an error. */ 4556 @@ -4542,16 +479 5,16 @@4573 @@ -4542,16 +4796,16 @@ 4557 4574 } 4558 4575 _ACEOF 4559 4576 rm -f conftest.$ac_objext conftest$ac_exeext 4560 4577 -if { (eval echo "$as_me:4545: \"$ac_link\"") >&5 4561 +if { (eval echo "$as_me:479 8: \"$ac_link\"") >&54578 +if { (eval echo "$as_me:4799: \"$ac_link\"") >&5 4562 4579 (eval $ac_link) 2>&5 4563 4580 ac_status=$? 4564 4581 - echo "$as_me:4548: \$? = $ac_status" >&5 4565 + echo "$as_me:480 1: \$? = $ac_status" >&54582 + echo "$as_me:4802: \$? = $ac_status" >&5 4566 4583 (exit $ac_status); } && 4567 4584 { ac_try='test -s conftest$ac_exeext' 4568 4585 - { (eval echo "$as_me:4551: \"$ac_try\"") >&5 4569 + { (eval echo "$as_me:480 4: \"$ac_try\"") >&54586 + { (eval echo "$as_me:4805: \"$ac_try\"") >&5 4570 4587 (eval $ac_try) 2>&5 4571 4588 ac_status=$? 4572 4589 - echo "$as_me:4554: \$? = $ac_status" >&5 4573 + echo "$as_me:480 7: \$? = $ac_status" >&54590 + echo "$as_me:4808: \$? = $ac_status" >&5 4574 4591 (exit $ac_status); }; }; then 4575 4592 ac_cv_lib_dl_dlsym=yes 4576 4593 else 4577 @@ -4562,7 +481 5,7 @@4594 @@ -4562,7 +4816,7 @@ 4578 4595 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4579 4596 LIBS=$ac_check_lib_save_LIBS 4580 4597 fi 4581 4598 -echo "$as_me:4565: result: $ac_cv_lib_dl_dlsym" >&5 4582 +echo "$as_me:481 8: result: $ac_cv_lib_dl_dlsym" >&54599 +echo "$as_me:4819: result: $ac_cv_lib_dl_dlsym" >&5 4583 4600 echo "${ECHO_T}$ac_cv_lib_dl_dlsym" >&6 4584 4601 if test $ac_cv_lib_dl_dlsym = yes; then 4585 4602 4586 @@ -4575,10 +482 8,10 @@4603 @@ -4575,10 +4829,10 @@ 4587 4604 if test "$cf_have_dlsym" = yes ; then 4588 4605 test "$cf_have_libdl" = yes && LIBS="-ldl $LIBS" 4589 4606 4590 4607 - echo "$as_me:4578: checking whether able to link to dl*() functions" >&5 4591 + echo "$as_me:483 1: checking whether able to link to dl*() functions" >&54608 + echo "$as_me:4832: checking whether able to link to dl*() functions" >&5 4592 4609 echo $ECHO_N "checking whether able to link to dl*() functions... $ECHO_C" >&6 4593 4610 cat >conftest.$ac_ext <<_ACEOF 4594 4611 -#line 4581 "configure" 4595 +#line 483 4"configure"4612 +#line 4835 "configure" 4596 4613 #include "confdefs.h" 4597 4614 #include <dlfcn.h> 4598 4615 int 4599 @@ -4596,16 +48 49,16 @@4616 @@ -4596,16 +4850,16 @@ 4600 4617 } 4601 4618 _ACEOF 4602 4619 rm -f conftest.$ac_objext conftest$ac_exeext 4603 4620 -if { (eval echo "$as_me:4599: \"$ac_link\"") >&5 4604 +if { (eval echo "$as_me:485 2: \"$ac_link\"") >&54621 +if { (eval echo "$as_me:4853: \"$ac_link\"") >&5 4605 4622 (eval $ac_link) 2>&5 4606 4623 ac_status=$? 4607 4624 - echo "$as_me:4602: \$? = $ac_status" >&5 4608 + echo "$as_me:485 5: \$? = $ac_status" >&54625 + echo "$as_me:4856: \$? = $ac_status" >&5 4609 4626 (exit $ac_status); } && 4610 4627 { ac_try='test -s conftest$ac_exeext' 4611 4628 - { (eval echo "$as_me:4605: \"$ac_try\"") >&5 4612 + { (eval echo "$as_me:485 8: \"$ac_try\"") >&54629 + { (eval echo "$as_me:4859: \"$ac_try\"") >&5 4613 4630 (eval $ac_try) 2>&5 4614 4631 ac_status=$? 4615 4632 - echo "$as_me:4608: \$? = $ac_status" >&5 4616 + echo "$as_me:486 1: \$? = $ac_status" >&54633 + echo "$as_me:4862: \$? = $ac_status" >&5 4617 4634 (exit $ac_status); }; }; then 4618 4635 4619 4636 cat >>confdefs.h <<\EOF 4620 @@ -4616,15 +48 69,15 @@4637 @@ -4616,15 +4870,15 @@ 4621 4638 echo "$as_me: failed program was:" >&5 4622 4639 cat conftest.$ac_ext >&5 4623 4640 4624 4641 - { { echo "$as_me:4619: error: Cannot link test program for libdl" >&5 4625 + { { echo "$as_me:487 2: error: Cannot link test program for libdl" >&54642 + { { echo "$as_me:4873: error: Cannot link test program for libdl" >&5 4626 4643 echo "$as_me: error: Cannot link test program for libdl" >&2;} 4627 4644 { (exit 1); exit 1; }; } … … 4629 4646 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4630 4647 - echo "$as_me:4624: result: ok" >&5 4631 + echo "$as_me:487 7: result: ok" >&54648 + echo "$as_me:4878: result: ok" >&5 4632 4649 echo "${ECHO_T}ok" >&6 4633 4650 else 4634 4651 - { { echo "$as_me:4627: error: Cannot find dlsym function" >&5 4635 + { { echo "$as_me:488 0: error: Cannot find dlsym function" >&54652 + { { echo "$as_me:4881: error: Cannot find dlsym function" >&5 4636 4653 echo "$as_me: error: Cannot find dlsym function" >&2;} 4637 4654 { (exit 1); exit 1; }; } 4638 4655 fi 4639 @@ -4632,12 +488 5,12 @@4656 @@ -4632,12 +4886,12 @@ 4640 4657 if test "$with_gpm" != yes ; then 4641 4658 test -n "$verbose" && echo " assuming soname for gpm is $with_gpm" 1>&6 4642 4659 4643 4660 -echo "${as_me-configure}:4635: testing assuming soname for gpm is $with_gpm ..." 1>&5 4644 +echo "${as_me-configure}:488 8: testing assuming soname for gpm is $with_gpm ..." 1>&54661 +echo "${as_me-configure}:4889: testing assuming soname for gpm is $with_gpm ..." 1>&5 4645 4662 4646 4663 cf_cv_gpm_soname="$with_gpm" … … 4648 4665 4649 4666 -echo "$as_me:4640: checking for soname of gpm library" >&5 4650 +echo "$as_me:489 3: checking for soname of gpm library" >&54667 +echo "$as_me:4894: checking for soname of gpm library" >&5 4651 4668 echo $ECHO_N "checking for soname of gpm library... $ECHO_C" >&6 4652 4669 if test "${cf_cv_gpm_soname+set}" = set; then 4653 4670 echo $ECHO_N "(cached) $ECHO_C" >&6 4654 @@ -4655,15 +490 8,15 @@4671 @@ -4655,15 +4909,15 @@ 4655 4672 CF_EOF 4656 4673 cf_save_LIBS="$LIBS" 4657 4674 LIBS="-lgpm $LIBS" 4658 4675 - if { (eval echo "$as_me:4658: \"$ac_compile\"") >&5 4659 + if { (eval echo "$as_me:491 1: \"$ac_compile\"") >&54676 + if { (eval echo "$as_me:4912: \"$ac_compile\"") >&5 4660 4677 (eval $ac_compile) 2>&5 4661 4678 ac_status=$? 4662 4679 - echo "$as_me:4661: \$? = $ac_status" >&5 4663 + echo "$as_me:491 4: \$? = $ac_status" >&54680 + echo "$as_me:4915: \$? = $ac_status" >&5 4664 4681 (exit $ac_status); } ; then 4665 4682 - if { (eval echo "$as_me:4663: \"$ac_link\"") >&5 4666 + if { (eval echo "$as_me:491 6: \"$ac_link\"") >&54683 + if { (eval echo "$as_me:4917: \"$ac_link\"") >&5 4667 4684 (eval $ac_link) 2>&5 4668 4685 ac_status=$? 4669 4686 - echo "$as_me:4666: \$? = $ac_status" >&5 4670 + echo "$as_me:49 19: \$? = $ac_status" >&54687 + echo "$as_me:4920: \$? = $ac_status" >&5 4671 4688 (exit $ac_status); } ; then 4672 4689 cf_cv_gpm_soname=`ldd conftest$ac_exeext 2>/dev/null | sed -e 's,^.*/,,' -e 's, .*$,,' | fgrep libgpm.` 4673 4690 test -z "$cf_cv_gpm_soname" && cf_cv_gpm_soname=unknown 4674 @@ -4674,7 +492 7,7 @@4691 @@ -4674,7 +4928,7 @@ 4675 4692 fi 4676 4693 4677 4694 fi 4678 4695 -echo "$as_me:4677: result: $cf_cv_gpm_soname" >&5 4679 +echo "$as_me:493 0: result: $cf_cv_gpm_soname" >&54696 +echo "$as_me:4931: result: $cf_cv_gpm_soname" >&5 4680 4697 echo "${ECHO_T}$cf_cv_gpm_soname" >&6 4681 4698 4682 4699 fi 4683 @@ -4690,7 +494 3,7 @@4700 @@ -4690,7 +4944,7 @@ 4684 4701 #define HAVE_LIBGPM 1 4685 4702 EOF 4686 4703 4687 4704 -echo "$as_me:4693: checking for Gpm_Wgetch in -lgpm" >&5 4688 +echo "$as_me:494 6: checking for Gpm_Wgetch in -lgpm" >&54705 +echo "$as_me:4947: checking for Gpm_Wgetch in -lgpm" >&5 4689 4706 echo $ECHO_N "checking for Gpm_Wgetch in -lgpm... $ECHO_C" >&6 4690 4707 if test "${ac_cv_lib_gpm_Gpm_Wgetch+set}" = set; then 4691 4708 echo $ECHO_N "(cached) $ECHO_C" >&6 4692 @@ -4698,7 +495 1,7 @@4709 @@ -4698,7 +4952,7 @@ 4693 4710 ac_check_lib_save_LIBS=$LIBS 4694 4711 LIBS="-lgpm $LIBS" 4695 4712 cat >conftest.$ac_ext <<_ACEOF 4696 4713 -#line 4701 "configure" 4697 +#line 495 4"configure"4714 +#line 4955 "configure" 4698 4715 #include "confdefs.h" 4699 4716 4700 4717 /* Override any gcc2 internal prototype to avoid an error. */ 4701 @@ -4717,16 +497 0,16 @@4718 @@ -4717,16 +4971,16 @@ 4702 4719 } 4703 4720 _ACEOF 4704 4721 rm -f conftest.$ac_objext conftest$ac_exeext 4705 4722 -if { (eval echo "$as_me:4720: \"$ac_link\"") >&5 4706 +if { (eval echo "$as_me:497 3: \"$ac_link\"") >&54723 +if { (eval echo "$as_me:4974: \"$ac_link\"") >&5 4707 4724 (eval $ac_link) 2>&5 4708 4725 ac_status=$? 4709 4726 - echo "$as_me:4723: \$? = $ac_status" >&5 4710 + echo "$as_me:497 6: \$? = $ac_status" >&54727 + echo "$as_me:4977: \$? = $ac_status" >&5 4711 4728 (exit $ac_status); } && 4712 4729 { ac_try='test -s conftest$ac_exeext' 4713 4730 - { (eval echo "$as_me:4726: \"$ac_try\"") >&5 4714 + { (eval echo "$as_me:49 79: \"$ac_try\"") >&54731 + { (eval echo "$as_me:4980: \"$ac_try\"") >&5 4715 4732 (eval $ac_try) 2>&5 4716 4733 ac_status=$? 4717 4734 - echo "$as_me:4729: \$? = $ac_status" >&5 4718 + echo "$as_me:498 2: \$? = $ac_status" >&54735 + echo "$as_me:4983: \$? = $ac_status" >&5 4719 4736 (exit $ac_status); }; }; then 4720 4737 ac_cv_lib_gpm_Gpm_Wgetch=yes 4721 4738 else 4722 @@ -4737,11 +499 0,11 @@4739 @@ -4737,11 +4991,11 @@ 4723 4740 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4724 4741 LIBS=$ac_check_lib_save_LIBS 4725 4742 fi 4726 4743 -echo "$as_me:4740: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4727 +echo "$as_me:499 3: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&54744 +echo "$as_me:4994: result: $ac_cv_lib_gpm_Gpm_Wgetch" >&5 4728 4745 echo "${ECHO_T}$ac_cv_lib_gpm_Gpm_Wgetch" >&6 4729 4746 if test $ac_cv_lib_gpm_Gpm_Wgetch = yes; then 4730 4747 4731 4748 -echo "$as_me:4744: checking if GPM is weakly bound to curses library" >&5 4732 +echo "$as_me:499 7: checking if GPM is weakly bound to curses library" >&54749 +echo "$as_me:4998: checking if GPM is weakly bound to curses library" >&5 4733 4750 echo $ECHO_N "checking if GPM is weakly bound to curses library... $ECHO_C" >&6 4734 4751 if test "${cf_cv_check_gpm_wgetch+set}" = set; then 4735 4752 echo $ECHO_N "(cached) $ECHO_C" >&6 4736 @@ -4765,15 +501 8,15 @@4753 @@ -4765,15 +5019,15 @@ 4737 4754 # to rely on the static library, noting that some packagers may not 4738 4755 # include it. 4739 4756 LIBS="-static -lgpm -dynamic $LIBS" 4740 4757 - if { (eval echo "$as_me:4768: \"$ac_compile\"") >&5 4741 + if { (eval echo "$as_me:502 1: \"$ac_compile\"") >&54758 + if { (eval echo "$as_me:5022: \"$ac_compile\"") >&5 4742 4759 (eval $ac_compile) 2>&5 4743 4760 ac_status=$? 4744 4761 - echo "$as_me:4771: \$? = $ac_status" >&5 4745 + echo "$as_me:502 4: \$? = $ac_status" >&54762 + echo "$as_me:5025: \$? = $ac_status" >&5 4746 4763 (exit $ac_status); } ; then 4747 4764 - if { (eval echo "$as_me:4773: \"$ac_link\"") >&5 4748 + if { (eval echo "$as_me:502 6: \"$ac_link\"") >&54765 + if { (eval echo "$as_me:5027: \"$ac_link\"") >&5 4749 4766 (eval $ac_link) 2>&5 4750 4767 ac_status=$? 4751 4768 - echo "$as_me:4776: \$? = $ac_status" >&5 4752 + echo "$as_me:50 29: \$? = $ac_status" >&54769 + echo "$as_me:5030: \$? = $ac_status" >&5 4753 4770 (exit $ac_status); } ; then 4754 4771 cf_cv_check_gpm_wgetch=`nm conftest$ac_exeext | egrep '\<wgetch\>' | egrep '\<[vVwW]\>'` 4755 4772 test -n "$cf_cv_check_gpm_wgetch" && cf_cv_check_gpm_wgetch=yes 4756 @@ -4785,11 +503 8,11 @@4773 @@ -4785,11 +5039,11 @@ 4757 4774 fi 4758 4775 4759 4776 fi 4760 4777 -echo "$as_me:4788: result: $cf_cv_check_gpm_wgetch" >&5 4761 +echo "$as_me:504 1: result: $cf_cv_check_gpm_wgetch" >&54778 +echo "$as_me:5042: result: $cf_cv_check_gpm_wgetch" >&5 4762 4779 echo "${ECHO_T}$cf_cv_check_gpm_wgetch" >&6 4763 4780 4764 4781 if test "$cf_cv_check_gpm_wgetch" != yes ; then 4765 4782 - { echo "$as_me:4792: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4766 + { echo "$as_me:504 5: WARNING: GPM library is already linked with curses - read the FAQ" >&54783 + { echo "$as_me:5046: WARNING: GPM library is already linked with curses - read the FAQ" >&5 4767 4784 echo "$as_me: WARNING: GPM library is already linked with curses - read the FAQ" >&2;} 4768 4785 fi 4769 4786 4770 @@ -4799,7 +505 2,7 @@4787 @@ -4799,7 +5053,7 @@ 4771 4788 4772 4789 # not everyone has "test -c" 4773 4790 if test -c /dev/sysmouse 2>/dev/null ; then 4774 4791 -echo "$as_me:4802: checking if you want to use sysmouse" >&5 4775 +echo "$as_me:505 5: checking if you want to use sysmouse" >&54792 +echo "$as_me:5056: checking if you want to use sysmouse" >&5 4776 4793 echo $ECHO_N "checking if you want to use sysmouse... $ECHO_C" >&6 4777 4794 4778 4795 # Check whether --with-sysmouse or --without-sysmouse was given. 4779 @@ -4811,7 +506 4,7 @@4796 @@ -4811,7 +5065,7 @@ 4780 4797 fi; 4781 4798 if test "$cf_with_sysmouse" != no ; then 4782 4799 cat >conftest.$ac_ext <<_ACEOF 4783 4800 -#line 4814 "configure" 4784 +#line 506 7"configure"4801 +#line 5068 "configure" 4785 4802 #include "confdefs.h" 4786 4803 4787 4804 #include <osreldate.h> 4788 @@ -4834,16 +508 7,16 @@4805 @@ -4834,16 +5088,16 @@ 4789 4806 } 4790 4807 _ACEOF 4791 4808 rm -f conftest.$ac_objext 4792 4809 -if { (eval echo "$as_me:4837: \"$ac_compile\"") >&5 4793 +if { (eval echo "$as_me:509 0: \"$ac_compile\"") >&54810 +if { (eval echo "$as_me:5091: \"$ac_compile\"") >&5 4794 4811 (eval $ac_compile) 2>&5 4795 4812 ac_status=$? 4796 4813 - echo "$as_me:4840: \$? = $ac_status" >&5 4797 + echo "$as_me:509 3: \$? = $ac_status" >&54814 + echo "$as_me:5094: \$? = $ac_status" >&5 4798 4815 (exit $ac_status); } && 4799 4816 { ac_try='test -s conftest.$ac_objext' 4800 4817 - { (eval echo "$as_me:4843: \"$ac_try\"") >&5 4801 + { (eval echo "$as_me:509 6: \"$ac_try\"") >&54818 + { (eval echo "$as_me:5097: \"$ac_try\"") >&5 4802 4819 (eval $ac_try) 2>&5 4803 4820 ac_status=$? 4804 4821 - echo "$as_me:4846: \$? = $ac_status" >&5 4805 + echo "$as_me:5 099: \$? = $ac_status" >&54822 + echo "$as_me:5100: \$? = $ac_status" >&5 4806 4823 (exit $ac_status); }; }; then 4807 4824 cf_with_sysmouse=yes 4808 4825 else 4809 @@ -4853,7 +510 6,7 @@4826 @@ -4853,7 +5107,7 @@ 4810 4827 fi 4811 4828 rm -f conftest.$ac_objext conftest.$ac_ext 4812 4829 fi 4813 4830 -echo "$as_me:4856: result: $cf_with_sysmouse" >&5 4814 +echo "$as_me:51 09: result: $cf_with_sysmouse" >&54831 +echo "$as_me:5110: result: $cf_with_sysmouse" >&5 4815 4832 echo "${ECHO_T}$cf_with_sysmouse" >&6 4816 4833 test "$cf_with_sysmouse" = yes && cat >>confdefs.h <<\EOF 4817 4834 #define USE_SYSMOUSE 1 4818 @@ -4871,7 +512 4,7 @@4835 @@ -4871,7 +5125,7 @@ 4819 4836 test -n "$GXX" && test "${ac_cv_prog_cxx_g}" != yes && CXX_G_OPT='' 4820 4837 fi 4821 4838 4822 4839 -echo "$as_me:4874: checking for default loader flags" >&5 4823 +echo "$as_me:512 7: checking for default loader flags" >&54840 +echo "$as_me:5128: checking for default loader flags" >&5 4824 4841 echo $ECHO_N "checking for default loader flags... $ECHO_C" >&6 4825 4842 case $DFT_LWR_MODEL in 4826 4843 libtool) LD_MODEL='' ;; 4827 @@ -4880,13 +513 3,13 @@4844 @@ -4880,13 +5134,13 @@ 4828 4845 profile) LD_MODEL='-pg';; 4829 4846 shared) LD_MODEL='' ;; 4830 4847 esac 4831 4848 -echo "$as_me:4883: result: $LD_MODEL" >&5 4832 +echo "$as_me:513 6: result: $LD_MODEL" >&54849 +echo "$as_me:5137: result: $LD_MODEL" >&5 4833 4850 echo "${ECHO_T}$LD_MODEL" >&6 4834 4851 … … 4837 4854 4838 4855 -echo "$as_me:4889: checking if rpath option should be used" >&5 4839 +echo "$as_me:514 2: checking if rpath option should be used" >&54856 +echo "$as_me:5143: checking if rpath option should be used" >&5 4840 4857 echo $ECHO_N "checking if rpath option should be used... $ECHO_C" >&6 4841 4858 4842 4859 # Check whether --enable-rpath or --disable-rpath was given. 4843 @@ -4896,10 +51 49,10 @@4860 @@ -4896,10 +5150,10 @@ 4844 4861 else 4845 4862 cf_cv_ld_rpath=no 4846 4863 fi; 4847 4864 -echo "$as_me:4899: result: $cf_cv_ld_rpath" >&5 4848 +echo "$as_me:515 2: result: $cf_cv_ld_rpath" >&54865 +echo "$as_me:5153: result: $cf_cv_ld_rpath" >&5 4849 4866 echo "${ECHO_T}$cf_cv_ld_rpath" >&6 4850 4867 4851 4868 -echo "$as_me:4902: checking if shared libraries should be relinked during install" >&5 4852 +echo "$as_me:515 5: checking if shared libraries should be relinked during install" >&54869 +echo "$as_me:5156: checking if shared libraries should be relinked during install" >&5 4853 4870 echo $ECHO_N "checking if shared libraries should be relinked during install... $ECHO_C" >&6 4854 4871 4855 4872 # Check whether --enable-relink or --disable-relink was given. 4856 @@ -4909,19 +516 2,20 @@4873 @@ -4909,19 +5163,20 @@ 4857 4874 else 4858 4875 cf_cv_do_relink=yes 4859 4876 fi; 4860 4877 -echo "$as_me:4912: result: $cf_cv_do_relink" >&5 4861 +echo "$as_me:516 5: result: $cf_cv_do_relink" >&54878 +echo "$as_me:5166: result: $cf_cv_do_relink" >&5 4862 4879 echo "${ECHO_T}$cf_cv_do_relink" >&6 4863 4880 ;; … … 4873 4890 4874 4891 - echo "$as_me:4924: checking if release/abi version should be used for shared libs" >&5 4875 + echo "$as_me:517 8: checking if release/abi version should be used for shared libs" >&54892 + echo "$as_me:5179: checking if release/abi version should be used for shared libs" >&5 4876 4893 echo $ECHO_N "checking if release/abi version should be used for shared libs... $ECHO_C" >&6 4877 4894 4878 4895 # Check whether --with-shlib-version or --without-shlib-version was given. 4879 @@ -4936,7 +519 0,7 @@4896 @@ -4936,7 +5191,7 @@ 4880 4897 cf_cv_shlib_version=$withval 4881 4898 ;; 4882 4899 *) 4883 4900 - { { echo "$as_me:4939: error: option value must be one of: rel, abi, auto or no" >&5 4884 + { { echo "$as_me:519 3: error: option value must be one of: rel, abi, auto or no" >&54901 + { { echo "$as_me:5194: error: option value must be one of: rel, abi, auto or no" >&5 4885 4902 echo "$as_me: error: option value must be one of: rel, abi, auto or no" >&2;} 4886 4903 { (exit 1); exit 1; }; } 4887 4904 ;; 4888 @@ -4945,7 +5 199,7 @@4905 @@ -4945,7 +5200,7 @@ 4889 4906 else 4890 4907 cf_cv_shlib_version=auto 4891 4908 fi; 4892 4909 - echo "$as_me:4948: result: $cf_cv_shlib_version" >&5 4893 + echo "$as_me:520 2: result: $cf_cv_shlib_version" >&54910 + echo "$as_me:5203: result: $cf_cv_shlib_version" >&5 4894 4911 echo "${ECHO_T}$cf_cv_shlib_version" >&6 4895 4912 4896 4913 cf_cv_rm_so_locs=no 4897 @@ -4954,14 +520 8,14 @@4914 @@ -4954,14 +5209,14 @@ 4898 4915 CC_SHARED_OPTS= 4899 4916 if test "$GCC" = yes 4900 4917 then 4901 4918 - echo "$as_me:4957: checking which $CC option to use" >&5 4902 + echo "$as_me:521 1: checking which $CC option to use" >&54919 + echo "$as_me:5212: checking which $CC option to use" >&5 4903 4920 echo $ECHO_N "checking which $CC option to use... $ECHO_C" >&6 4904 4921 cf_save_CFLAGS="$CFLAGS" … … 4908 4925 cat >conftest.$ac_ext <<_ACEOF 4909 4926 -#line 4964 "configure" 4910 +#line 521 8"configure"4927 +#line 5219 "configure" 4911 4928 #include "confdefs.h" 4912 4929 #include <stdio.h> 4913 4930 int 4914 @@ -4973,16 +522 7,16 @@4931 @@ -4973,16 +5228,16 @@ 4915 4932 } 4916 4933 _ACEOF 4917 4934 rm -f conftest.$ac_objext 4918 4935 -if { (eval echo "$as_me:4976: \"$ac_compile\"") >&5 4919 +if { (eval echo "$as_me:523 0: \"$ac_compile\"") >&54936 +if { (eval echo "$as_me:5231: \"$ac_compile\"") >&5 4920 4937 (eval $ac_compile) 2>&5 4921 4938 ac_status=$? 4922 4939 - echo "$as_me:4979: \$? = $ac_status" >&5 4923 + echo "$as_me:523 3: \$? = $ac_status" >&54940 + echo "$as_me:5234: \$? = $ac_status" >&5 4924 4941 (exit $ac_status); } && 4925 4942 { ac_try='test -s conftest.$ac_objext' 4926 4943 - { (eval echo "$as_me:4982: \"$ac_try\"") >&5 4927 + { (eval echo "$as_me:523 6: \"$ac_try\"") >&54944 + { (eval echo "$as_me:5237: \"$ac_try\"") >&5 4928 4945 (eval $ac_try) 2>&5 4929 4946 ac_status=$? 4930 4947 - echo "$as_me:4985: \$? = $ac_status" >&5 4931 + echo "$as_me:52 39: \$? = $ac_status" >&54948 + echo "$as_me:5240: \$? = $ac_status" >&5 4932 4949 (exit $ac_status); }; }; then 4933 4950 break 4934 4951 else 4935 @@ -4991,7 +524 5,7 @@4952 @@ -4991,7 +5246,7 @@ 4936 4953 fi 4937 4954 rm -f conftest.$ac_objext conftest.$ac_ext 4938 4955 done 4939 4956 - echo "$as_me:4994: result: $CC_SHARED_OPTS" >&5 4940 + echo "$as_me:524 8: result: $CC_SHARED_OPTS" >&54957 + echo "$as_me:5249: result: $CC_SHARED_OPTS" >&5 4941 4958 echo "${ECHO_T}$CC_SHARED_OPTS" >&6 4942 4959 CFLAGS="$cf_save_CFLAGS" 4943 4960 fi 4944 @@ -4999,6 +525 3,12 @@4961 @@ -4999,6 +5254,12 @@ 4945 4962 cf_cv_shlib_version_infix=no 4946 4963 … … 4955 4972 MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0' 4956 4973 ;; 4957 @@ -5027,7 +528 7,7 @@4974 @@ -5027,7 +5288,7 @@ 4958 4975 MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@' 4959 4976 test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi 4960 4977 cf_cv_shlib_version_infix=yes 4961 4978 - echo "$as_me:5030: checking if ld -search_paths_first works" >&5 4962 + echo "$as_me:529 0: checking if ld -search_paths_first works" >&54979 + echo "$as_me:5291: checking if ld -search_paths_first works" >&5 4963 4980 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6 4964 4981 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then 4965 4982 echo $ECHO_N "(cached) $ECHO_C" >&6 4966 @@ -5036,7 +529 6,7 @@4983 @@ -5036,7 +5297,7 @@ 4967 4984 cf_save_LDFLAGS=$LDFLAGS 4968 4985 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 4969 4986 cat >conftest.$ac_ext <<_ACEOF 4970 4987 -#line 5039 "configure" 4971 +#line 5 299"configure"4988 +#line 5300 "configure" 4972 4989 #include "confdefs.h" 4973 4990 4974 4991 int 4975 @@ -5048,16 +530 8,16 @@4992 @@ -5048,16 +5309,16 @@ 4976 4993 } 4977 4994 _ACEOF 4978 4995 rm -f conftest.$ac_objext conftest$ac_exeext 4979 4996 -if { (eval echo "$as_me:5051: \"$ac_link\"") >&5 4980 +if { (eval echo "$as_me:531 1: \"$ac_link\"") >&54997 +if { (eval echo "$as_me:5312: \"$ac_link\"") >&5 4981 4998 (eval $ac_link) 2>&5 4982 4999 ac_status=$? 4983 5000 - echo "$as_me:5054: \$? = $ac_status" >&5 4984 + echo "$as_me:531 4: \$? = $ac_status" >&55001 + echo "$as_me:5315: \$? = $ac_status" >&5 4985 5002 (exit $ac_status); } && 4986 5003 { ac_try='test -s conftest$ac_exeext' 4987 5004 - { (eval echo "$as_me:5057: \"$ac_try\"") >&5 4988 + { (eval echo "$as_me:531 7: \"$ac_try\"") >&55005 + { (eval echo "$as_me:5318: \"$ac_try\"") >&5 4989 5006 (eval $ac_try) 2>&5 4990 5007 ac_status=$? 4991 5008 - echo "$as_me:5060: \$? = $ac_status" >&5 4992 + echo "$as_me:532 0: \$? = $ac_status" >&55009 + echo "$as_me:5321: \$? = $ac_status" >&5 4993 5010 (exit $ac_status); }; }; then 4994 5011 cf_cv_ldflags_search_paths_first=yes 4995 5012 else 4996 @@ -5068,7 +532 8,7 @@5013 @@ -5068,7 +5329,7 @@ 4997 5014 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 4998 5015 LDFLAGS=$cf_save_LDFLAGS 4999 5016 fi 5000 5017 -echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5 5001 +echo "$as_me:533 1: result: $cf_cv_ldflags_search_paths_first" >&55018 +echo "$as_me:5332: result: $cf_cv_ldflags_search_paths_first" >&5 5002 5019 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6 5003 5020 if test $cf_cv_ldflags_search_paths_first = yes; then 5004 5021 LDFLAGS="$LDFLAGS -Wl,-search_paths_first" 5005 @@ -5090,10 +535 0,10 @@5022 @@ -5090,10 +5351,10 @@ 5006 5023 irix*) 5007 5024 if test "$cf_cv_ld_rpath" = yes ; then … … 5016 5033 fi 5017 5034 fi 5018 @@ -5112,7 +537 2,7 @@5035 @@ -5112,7 +5373,7 @@ 5019 5036 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5020 5037 fi … … 5025 5042 fi 5026 5043 5027 @@ -5131,7 +539 1,7 @@5044 @@ -5131,7 +5392,7 @@ 5028 5045 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5029 5046 fi … … 5034 5051 fi 5035 5052 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 5036 @@ -5143,7 +540 3,7 @@5053 @@ -5143,7 +5404,7 @@ 5037 5054 cf_cv_shared_soname='`basename $@`' 5038 5055 fi … … 5043 5060 nto-qnx*|openbsd*|freebsd[12].*) 5044 5061 CC_SHARED_OPTS="$CC_SHARED_OPTS -DPIC" 5045 @@ -5155,7 +541 5,7 @@5062 @@ -5155,7 +5416,7 @@ 5046 5063 if test "$DFT_LWR_MODEL" = "shared" && test "$cf_cv_ld_rpath" = yes ; then 5047 5064 LOCAL_LDFLAGS="-rpath \$(LOCAL_LIBDIR)" … … 5052 5069 fi 5053 5070 5054 @@ -5166,11 +542 6,11 @@5071 @@ -5166,11 +5427,11 @@ 5055 5072 cf_cv_shared_soname='`basename $@`' 5056 5073 fi … … 5066 5083 LOCAL_LDFLAGS="-Wl,-rpath,\$(LOCAL_LIBDIR)" 5067 5084 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5068 @@ -5192,7 +545 2,7 @@5085 @@ -5192,7 +5453,7 @@ 5069 5086 5070 5087 MK_SHARED_LIB='${CC} ${CFLAGS} -shared -Wl,-soname,'$cf_cv_shared_soname' -o $@' … … 5075 5092 ;; 5076 5093 osf*|mls+*) 5077 @@ -5211,7 +547 1,7 @@5094 @@ -5211,7 +5472,7 @@ 5078 5095 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5079 5096 fi … … 5084 5101 fi 5085 5102 cf_cv_rm_so_locs=yes 5086 @@ -5246,7 +550 6,7 @@5103 @@ -5246,7 +5507,7 @@ 5087 5104 LOCAL_LDFLAGS2="$LOCAL_LDFLAGS" 5088 5105 fi … … 5093 5110 fi 5094 5111 5095 @@ -5258,7 +551 8,43 @@5112 @@ -5258,7 +5519,43 @@ 5096 5113 fi 5097 5114 … … 5103 5120 + CFLAGS="$cf_shared_opts $cf_save_CFLAGS" 5104 5121 + cat >conftest.$ac_ext <<_ACEOF 5105 +#line 552 6"configure"5122 +#line 5527 "configure" 5106 5123 +#include "confdefs.h" 5107 5124 +#include <stdio.h> … … 5115 5132 +_ACEOF 5116 5133 +rm -f conftest.$ac_objext 5117 +if { (eval echo "$as_me:553 8: \"$ac_compile\"") >&55134 +if { (eval echo "$as_me:5539: \"$ac_compile\"") >&5 5118 5135 + (eval $ac_compile) 2>&5 5119 5136 + ac_status=$? 5120 + echo "$as_me:554 1: \$? = $ac_status" >&55137 + echo "$as_me:5542: \$? = $ac_status" >&5 5121 5138 + (exit $ac_status); } && 5122 5139 + { ac_try='test -s conftest.$ac_objext' 5123 + { (eval echo "$as_me:554 4: \"$ac_try\"") >&55140 + { (eval echo "$as_me:5545: \"$ac_try\"") >&5 5124 5141 + (eval $ac_try) 2>&5 5125 5142 + ac_status=$? 5126 + echo "$as_me:554 7: \$? = $ac_status" >&55143 + echo "$as_me:5548: \$? = $ac_status" >&5 5127 5144 + (exit $ac_status); }; }; then 5128 5145 + break … … 5138 5155 else 5139 5156 MK_SHARED_LIB='${CC} -shared -dy -G -h '$cf_cv_shared_soname' -o $@' 5140 @@ -5285,20 +558 1,20 @@5157 @@ -5285,20 +5582,20 @@ 5141 5158 test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes 5142 5159 ;; 5143 5160 *) 5144 5161 - { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5 5145 + { echo "$as_me:558 4: WARNING: ignored --with-shlib-version" >&55162 + { echo "$as_me:5585: WARNING: ignored --with-shlib-version" >&5 5146 5163 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;} 5147 5164 ;; … … 5153 5170 - echo "$as_me:5296: checking if we need a space after rpath option" >&5 5154 5171 + if test -n "$LD_RPATH_OPT" ; then 5155 + echo "$as_me:559 2: checking if we need a space after rpath option" >&55172 + echo "$as_me:5593: checking if we need a space after rpath option" >&5 5156 5173 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6 5157 5174 cf_save_LIBS="$LIBS" … … 5160 5177 cat >conftest.$ac_ext <<_ACEOF 5161 5178 -#line 5301 "configure" 5162 +#line 559 7"configure"5179 +#line 5598 "configure" 5163 5180 #include "confdefs.h" 5164 5181 5165 5182 int 5166 @@ -5310,16 +560 6,16 @@5183 @@ -5310,16 +5607,16 @@ 5167 5184 } 5168 5185 _ACEOF 5169 5186 rm -f conftest.$ac_objext conftest$ac_exeext 5170 5187 -if { (eval echo "$as_me:5313: \"$ac_link\"") >&5 5171 +if { (eval echo "$as_me:56 09: \"$ac_link\"") >&55188 +if { (eval echo "$as_me:5610: \"$ac_link\"") >&5 5172 5189 (eval $ac_link) 2>&5 5173 5190 ac_status=$? 5174 5191 - echo "$as_me:5316: \$? = $ac_status" >&5 5175 + echo "$as_me:561 2: \$? = $ac_status" >&55192 + echo "$as_me:5613: \$? = $ac_status" >&5 5176 5193 (exit $ac_status); } && 5177 5194 { ac_try='test -s conftest$ac_exeext' 5178 5195 - { (eval echo "$as_me:5319: \"$ac_try\"") >&5 5179 + { (eval echo "$as_me:561 5: \"$ac_try\"") >&55196 + { (eval echo "$as_me:5616: \"$ac_try\"") >&5 5180 5197 (eval $ac_try) 2>&5 5181 5198 ac_status=$? 5182 5199 - echo "$as_me:5322: \$? = $ac_status" >&5 5183 + echo "$as_me:561 8: \$? = $ac_status" >&55200 + echo "$as_me:5619: \$? = $ac_status" >&5 5184 5201 (exit $ac_status); }; }; then 5185 5202 cf_rpath_space=no 5186 5203 else 5187 @@ -5329,16 +562 5,16 @@5204 @@ -5329,16 +5626,16 @@ 5188 5205 fi 5189 5206 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5190 5207 LIBS="$cf_save_LIBS" 5191 5208 - echo "$as_me:5332: result: $cf_rpath_space" >&5 5192 + echo "$as_me:562 8: result: $cf_rpath_space" >&55209 + echo "$as_me:5629: result: $cf_rpath_space" >&5 5193 5210 echo "${ECHO_T}$cf_rpath_space" >&6 5194 5211 - test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt " … … 5202 5219 if test "$model" = "shared"; then 5203 5220 - { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5 5204 + { { echo "$as_me:563 7: error: Shared libraries are not supported in this version" >&55221 + { { echo "$as_me:5638: error: Shared libraries are not supported in this version" >&5 5205 5222 echo "$as_me: error: Shared libraries are not supported in this version" >&2;} 5206 5223 { (exit 1); exit 1; }; } 5207 5224 fi 5208 @@ -5348,7 +564 4,7 @@5225 @@ -5348,7 +5645,7 @@ 5209 5226 ############################################################################### 5210 5227 5211 5228 ### use option --disable-overwrite to leave out the link to -lcurses 5212 5229 -echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5 5213 +echo "$as_me:564 7: checking if you wish to install ncurses overwriting curses" >&55230 +echo "$as_me:5648: checking if you wish to install ncurses overwriting curses" >&5 5214 5231 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6 5215 5232 5216 5233 # Check whether --enable-overwrite or --disable-overwrite was given. 5217 @@ -5358,10 +565 4,10 @@5234 @@ -5358,10 +5655,10 @@ 5218 5235 else 5219 5236 if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi 5220 5237 fi; 5221 5238 -echo "$as_me:5361: result: $with_overwrite" >&5 5222 +echo "$as_me:565 7: result: $with_overwrite" >&55239 +echo "$as_me:5658: result: $with_overwrite" >&5 5223 5240 echo "${ECHO_T}$with_overwrite" >&6 5224 5241 5225 5242 -echo "$as_me:5364: checking if external terminfo-database is used" >&5 5226 +echo "$as_me:566 0: checking if external terminfo-database is used" >&55243 +echo "$as_me:5661: checking if external terminfo-database is used" >&5 5227 5244 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6 5228 5245 5229 5246 # Check whether --enable-database or --disable-database was given. 5230 @@ -5371,7 +566 7,7 @@5247 @@ -5371,7 +5668,7 @@ 5231 5248 else 5232 5249 use_database=yes 5233 5250 fi; 5234 5251 -echo "$as_me:5374: result: $use_database" >&5 5235 +echo "$as_me:567 0: result: $use_database" >&55252 +echo "$as_me:5671: result: $use_database" >&5 5236 5253 echo "${ECHO_T}$use_database" >&6 5237 5254 5238 5255 case $host_os in #(vi 5239 @@ -5384,8 +568 0,8 @@5256 @@ -5384,8 +5681,8 @@ 5240 5257 esac 5241 5258 … … 5248 5265 5249 5266 if test "$use_database" != no ; then 5250 @@ -5393,7 +56 89,7 @@5267 @@ -5393,7 +5690,7 @@ 5251 5268 #define USE_DATABASE 1 5252 5269 EOF 5253 5270 5254 5271 - echo "$as_me:5396: checking which terminfo source-file will be installed" >&5 5255 + echo "$as_me:569 2: checking which terminfo source-file will be installed" >&55272 + echo "$as_me:5693: checking which terminfo source-file will be installed" >&5 5256 5273 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6 5257 5274 5258 5275 # Check whether --enable-database or --disable-database was given. 5259 @@ -5401,10 +569 7,10 @@5276 @@ -5401,10 +5698,10 @@ 5260 5277 enableval="$enable_database" 5261 5278 TERMINFO_SRC=$withval 5262 5279 fi; 5263 5280 - echo "$as_me:5404: result: $TERMINFO_SRC" >&5 5264 + echo "$as_me:570 0: result: $TERMINFO_SRC" >&55281 + echo "$as_me:5701: result: $TERMINFO_SRC" >&5 5265 5282 echo "${ECHO_T}$TERMINFO_SRC" >&6 5266 5283 5267 5284 - echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5 5268 + echo "$as_me:570 3: checking whether to use hashed database instead of directory/tree" >&55285 + echo "$as_me:5704: checking whether to use hashed database instead of directory/tree" >&5 5269 5286 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6 5270 5287 5271 5288 # Check whether --with-hashed-db or --without-hashed-db was given. 5272 @@ -5414,13 +571 0,13 @@5289 @@ -5414,13 +5711,13 @@ 5273 5290 else 5274 5291 with_hashed_db=no 5275 5292 fi; 5276 5293 - echo "$as_me:5417: result: $with_hashed_db" >&5 5277 + echo "$as_me:571 3: result: $with_hashed_db" >&55294 + echo "$as_me:5714: result: $with_hashed_db" >&5 5278 5295 echo "${ECHO_T}$with_hashed_db" >&6 5279 5296 else … … 5282 5299 5283 5300 -echo "$as_me:5423: checking for list of fallback descriptions" >&5 5284 +echo "$as_me:57 19: checking for list of fallback descriptions" >&55301 +echo "$as_me:5720: checking for list of fallback descriptions" >&5 5285 5302 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6 5286 5303 5287 5304 # Check whether --with-fallbacks or --without-fallbacks was given. 5288 @@ -5430,11 +572 6,11 @@5305 @@ -5430,11 +5727,11 @@ 5289 5306 else 5290 5307 with_fallback= 5291 5308 fi; 5292 5309 -echo "$as_me:5433: result: $with_fallback" >&5 5293 +echo "$as_me:57 29: result: $with_fallback" >&55310 +echo "$as_me:5730: result: $with_fallback" >&5 5294 5311 echo "${ECHO_T}$with_fallback" >&6 5295 5312 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'` 5296 5313 5297 5314 -echo "$as_me:5437: checking if you want modern xterm or antique" >&5 5298 +echo "$as_me:573 3: checking if you want modern xterm or antique" >&55315 +echo "$as_me:5734: checking if you want modern xterm or antique" >&5 5299 5316 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6 5300 5317 5301 5318 # Check whether --with-xterm-new or --without-xterm-new was given. 5302 @@ -5448,7 +574 4,7 @@5319 @@ -5448,7 +5745,7 @@ 5303 5320 no) with_xterm_new=xterm-old;; 5304 5321 *) with_xterm_new=xterm-new;; 5305 5322 esac 5306 5323 -echo "$as_me:5451: result: $with_xterm_new" >&5 5307 +echo "$as_me:574 7: result: $with_xterm_new" >&55324 +echo "$as_me:5748: result: $with_xterm_new" >&5 5308 5325 echo "${ECHO_T}$with_xterm_new" >&6 5309 5326 WHICH_XTERM=$with_xterm_new 5310 5327 5311 @@ -5458,7 +575 4,7 @@5328 @@ -5458,7 +5755,7 @@ 5312 5329 MAKE_TERMINFO="#" 5313 5330 else 5314 5331 5315 5332 -echo "$as_me:5461: checking for list of terminfo directories" >&5 5316 +echo "$as_me:575 7: checking for list of terminfo directories" >&55333 +echo "$as_me:5758: checking for list of terminfo directories" >&5 5317 5334 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6 5318 5335 5319 5336 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given. 5320 @@ -5468,7 +576 4,7 @@5337 @@ -5468,7 +5765,7 @@ 5321 5338 else 5322 5339 withval=${TERMINFO_DIRS-${datadir}/terminfo} … … 5327 5344 for cf_src_path in $withval 5328 5345 do 5329 @@ -5498,7 +579 4,7 @@5346 @@ -5498,7 +5795,7 @@ 5330 5347 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5331 5348 ;; 5332 5349 *) 5333 5350 - { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5 5334 + { { echo "$as_me:579 7: error: expected a pathname, not \"$cf_src_path\"" >&55351 + { { echo "$as_me:5798: error: expected a pathname, not \"$cf_src_path\"" >&5 5335 5352 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5336 5353 { (exit 1); exit 1; }; } 5337 5354 ;; 5338 @@ -5511,13 +580 7,13 @@5355 @@ -5511,13 +5808,13 @@ 5339 5356 5340 5357 eval 'TERMINFO_DIRS="$cf_dst_path"' 5341 5358 5342 5359 -echo "$as_me:5514: result: $TERMINFO_DIRS" >&5 5343 +echo "$as_me:581 0: result: $TERMINFO_DIRS" >&55360 +echo "$as_me:5811: result: $TERMINFO_DIRS" >&5 5344 5361 echo "${ECHO_T}$TERMINFO_DIRS" >&6 5345 5362 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF … … 5348 5365 5349 5366 -echo "$as_me:5520: checking for default terminfo directory" >&5 5350 +echo "$as_me:581 6: checking for default terminfo directory" >&55367 +echo "$as_me:5817: checking for default terminfo directory" >&5 5351 5368 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6 5352 5369 5353 5370 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given. 5354 @@ -5553,7 +58 49,7 @@5371 @@ -5553,7 +5850,7 @@ 5355 5372 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 5356 5373 ;; 5357 5374 *) 5358 5375 - { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5 5359 + { { echo "$as_me:585 2: error: expected a pathname, not \"$withval\"" >&55376 + { { echo "$as_me:5853: error: expected a pathname, not \"$withval\"" >&5 5360 5377 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 5361 5378 { (exit 1); exit 1; }; } 5362 5379 ;; 5363 @@ -5562,7 +585 8,7 @@5380 @@ -5562,7 +5859,7 @@ 5364 5381 fi 5365 5382 TERMINFO="$withval" 5366 5383 5367 5384 -echo "$as_me:5565: result: $TERMINFO" >&5 5368 +echo "$as_me:586 1: result: $TERMINFO" >&55385 +echo "$as_me:5862: result: $TERMINFO" >&5 5369 5386 echo "${ECHO_T}$TERMINFO" >&6 5370 5387 cat >>confdefs.h <<EOF 5371 5388 #define TERMINFO "$TERMINFO" 5372 @@ -5572,7 +586 8,7 @@5389 @@ -5572,7 +5869,7 @@ 5373 5390 5374 5391 ### use option --disable-big-core to make tic run on small machines 5375 5392 ### We need 4Mb, check if we can allocate 50% more than that. 5376 5393 -echo "$as_me:5575: checking if big-core option selected" >&5 5377 +echo "$as_me:587 1: checking if big-core option selected" >&55394 +echo "$as_me:5872: checking if big-core option selected" >&5 5378 5395 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6 5379 5396 5380 5397 # Check whether --enable-big-core or --disable-big-core was given. 5381 @@ -5584,7 +588 0,7 @@5398 @@ -5584,7 +5881,7 @@ 5382 5399 with_big_core=no 5383 5400 else 5384 5401 cat >conftest.$ac_ext <<_ACEOF 5385 5402 -#line 5587 "configure" 5386 +#line 588 3"configure"5403 +#line 5884 "configure" 5387 5404 #include "confdefs.h" 5388 5405 5389 5406 #include <stdlib.h> 5390 @@ -5598,15 +589 4,15 @@5407 @@ -5598,15 +5895,15 @@ 5391 5408 } 5392 5409 _ACEOF 5393 5410 rm -f conftest$ac_exeext 5394 5411 -if { (eval echo "$as_me:5601: \"$ac_link\"") >&5 5395 +if { (eval echo "$as_me:589 7: \"$ac_link\"") >&55412 +if { (eval echo "$as_me:5898: \"$ac_link\"") >&5 5396 5413 (eval $ac_link) 2>&5 5397 5414 ac_status=$? 5398 5415 - echo "$as_me:5604: \$? = $ac_status" >&5 5399 + echo "$as_me:590 0: \$? = $ac_status" >&55416 + echo "$as_me:5901: \$? = $ac_status" >&5 5400 5417 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5401 5418 - { (eval echo "$as_me:5606: \"$ac_try\"") >&5 5402 + { (eval echo "$as_me:590 2: \"$ac_try\"") >&55419 + { (eval echo "$as_me:5903: \"$ac_try\"") >&5 5403 5420 (eval $ac_try) 2>&5 5404 5421 ac_status=$? 5405 5422 - echo "$as_me:5609: \$? = $ac_status" >&5 5406 + echo "$as_me:590 5: \$? = $ac_status" >&55423 + echo "$as_me:5906: \$? = $ac_status" >&5 5407 5424 (exit $ac_status); }; }; then 5408 5425 with_big_core=yes 5409 5426 else 5410 @@ -5618,7 +591 4,7 @@5427 @@ -5618,7 +5915,7 @@ 5411 5428 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 5412 5429 fi 5413 5430 fi; 5414 5431 -echo "$as_me:5621: result: $with_big_core" >&5 5415 +echo "$as_me:591 7: result: $with_big_core" >&55432 +echo "$as_me:5918: result: $with_big_core" >&5 5416 5433 echo "${ECHO_T}$with_big_core" >&6 5417 5434 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF 5418 5435 #define HAVE_BIG_CORE 1 5419 @@ -5627,7 +592 3,7 @@5436 @@ -5627,7 +5924,7 @@ 5420 5437 ### ISO C only guarantees 512-char strings, we have tables which load faster 5421 5438 ### when constructed using "big" strings. More than the C compiler, the awk 5422 5439 ### program is a limit on most vendor UNIX systems. Check that we can build. 5423 5440 -echo "$as_me:5630: checking if big-strings option selected" >&5 5424 +echo "$as_me:592 6: checking if big-strings option selected" >&55441 +echo "$as_me:5927: checking if big-strings option selected" >&5 5425 5442 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6 5426 5443 5427 5444 # Check whether --enable-big-strings or --disable-big-strings was given. 5428 @@ -5636,29 +593 2,29 @@5445 @@ -5636,29 +5933,29 @@ 5429 5446 with_big_strings=$enableval 5430 5447 else … … 5459 5476 fi; 5460 5477 -echo "$as_me:5654: result: $with_big_strings" >&5 5461 +echo "$as_me:595 0: result: $with_big_strings" >&55478 +echo "$as_me:5951: result: $with_big_strings" >&5 5462 5479 echo "${ECHO_T}$with_big_strings" >&6 5463 5480 … … 5467 5484 ### use option --enable-termcap to compile in the termcap fallback support 5468 5485 -echo "$as_me:5661: checking if you want termcap-fallback support" >&5 5469 +echo "$as_me:595 7: checking if you want termcap-fallback support" >&55486 +echo "$as_me:5958: checking if you want termcap-fallback support" >&5 5470 5487 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6 5471 5488 5472 5489 # Check whether --enable-termcap or --disable-termcap was given. 5473 @@ -5668,13 +596 4,13 @@5490 @@ -5668,13 +5965,13 @@ 5474 5491 else 5475 5492 with_termcap=no 5476 5493 fi; 5477 5494 -echo "$as_me:5671: result: $with_termcap" >&5 5478 +echo "$as_me:596 7: result: $with_termcap" >&55495 +echo "$as_me:5968: result: $with_termcap" >&5 5479 5496 echo "${ECHO_T}$with_termcap" >&6 5480 5497 … … 5483 5500 if test -z "$with_fallback" ; then 5484 5501 - { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5 5485 + { { echo "$as_me:597 3: error: You have disabled the database w/o specifying fallbacks" >&55502 + { { echo "$as_me:5974: error: You have disabled the database w/o specifying fallbacks" >&5 5486 5503 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;} 5487 5504 { (exit 1); exit 1; }; } 5488 5505 fi 5489 @@ -5686,7 +598 2,7 @@5506 @@ -5686,7 +5983,7 @@ 5490 5507 else 5491 5508 5492 5509 if test "$with_ticlib" != no ; then 5493 5510 - { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5494 + { { echo "$as_me:598 5: error: Options --with-ticlib and --enable-termcap cannot be combined" >&55511 + { { echo "$as_me:5986: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5 5495 5512 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;} 5496 5513 { (exit 1); exit 1; }; } 5497 5514 fi 5498 @@ -5695,7 +599 1,7 @@5515 @@ -5695,7 +5992,7 @@ 5499 5516 #define USE_TERMCAP 1 5500 5517 EOF 5501 5518 5502 5519 -echo "$as_me:5698: checking for list of termcap files" >&5 5503 +echo "$as_me:599 4: checking for list of termcap files" >&55520 +echo "$as_me:5995: checking for list of termcap files" >&5 5504 5521 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6 5505 5522 5506 5523 # Check whether --with-termpath or --without-termpath was given. 5507 @@ -5705,7 +600 1,7 @@5524 @@ -5705,7 +6002,7 @@ 5508 5525 else 5509 5526 withval=${TERMPATH-/etc/termcap:/usr/share/misc/termcap} … … 5514 5531 for cf_src_path in $withval 5515 5532 do 5516 @@ -5735,7 +603 1,7 @@5533 @@ -5735,7 +6032,7 @@ 5517 5534 cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%` 5518 5535 ;; 5519 5536 *) 5520 5537 - { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5 5521 + { { echo "$as_me:603 4: error: expected a pathname, not \"$cf_src_path\"" >&55538 + { { echo "$as_me:6035: error: expected a pathname, not \"$cf_src_path\"" >&5 5522 5539 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;} 5523 5540 { (exit 1); exit 1; }; } 5524 5541 ;; 5525 @@ -5748,14 +604 4,14 @@5542 @@ -5748,14 +6045,14 @@ 5526 5543 5527 5544 eval 'TERMPATH="$cf_dst_path"' 5528 5545 5529 5546 -echo "$as_me:5751: result: $TERMPATH" >&5 5530 +echo "$as_me:604 7: result: $TERMPATH" >&55547 +echo "$as_me:6048: result: $TERMPATH" >&5 5531 5548 echo "${ECHO_T}$TERMPATH" >&6 5532 5549 test -n "$TERMPATH" && cat >>confdefs.h <<EOF … … 5536 5553 ### use option --enable-getcap to use a hacked getcap for reading termcaps 5537 5554 -echo "$as_me:5758: checking if fast termcap-loader is needed" >&5 5538 +echo "$as_me:605 4: checking if fast termcap-loader is needed" >&55555 +echo "$as_me:6055: checking if fast termcap-loader is needed" >&5 5539 5556 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6 5540 5557 5541 5558 # Check whether --enable-getcap or --disable-getcap was given. 5542 @@ -5765,13 +606 1,13 @@5559 @@ -5765,13 +6062,13 @@ 5543 5560 else 5544 5561 with_getcap=no 5545 5562 fi; 5546 5563 -echo "$as_me:5768: result: $with_getcap" >&5 5547 +echo "$as_me:606 4: result: $with_getcap" >&55564 +echo "$as_me:6065: result: $with_getcap" >&5 5548 5565 echo "${ECHO_T}$with_getcap" >&6 5549 5566 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF … … 5552 5569 5553 5570 -echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5 5554 +echo "$as_me:607 0: checking if translated termcaps will be cached in ~/.terminfo" >&55571 +echo "$as_me:6071: checking if translated termcaps will be cached in ~/.terminfo" >&5 5555 5572 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6 5556 5573 5557 5574 # Check whether --enable-getcap-cache or --disable-getcap-cache was given. 5558 @@ -5781,7 +607 7,7 @@5575 @@ -5781,7 +6078,7 @@ 5559 5576 else 5560 5577 with_getcap_cache=no 5561 5578 fi; 5562 5579 -echo "$as_me:5784: result: $with_getcap_cache" >&5 5563 +echo "$as_me:608 0: result: $with_getcap_cache" >&55580 +echo "$as_me:6081: result: $with_getcap_cache" >&5 5564 5581 echo "${ECHO_T}$with_getcap_cache" >&6 5565 5582 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF 5566 5583 #define USE_GETCAP_CACHE 1 5567 @@ -5790,7 +608 6,7 @@5584 @@ -5790,7 +6087,7 @@ 5568 5585 fi 5569 5586 5570 5587 ### Use option --disable-home-terminfo to completely remove ~/.terminfo 5571 5588 -echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5 5572 +echo "$as_me:60 89: checking if ~/.terminfo is wanted" >&55589 +echo "$as_me:6090: checking if ~/.terminfo is wanted" >&5 5573 5590 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6 5574 5591 5575 5592 # Check whether --enable-home-terminfo or --disable-home-terminfo was given. 5576 @@ -5800,13 +609 6,13 @@5593 @@ -5800,13 +6097,13 @@ 5577 5594 else 5578 5595 with_home_terminfo=yes 5579 5596 fi; 5580 5597 -echo "$as_me:5803: result: $with_home_terminfo" >&5 5581 +echo "$as_me:6 099: result: $with_home_terminfo" >&55598 +echo "$as_me:6100: result: $with_home_terminfo" >&5 5582 5599 echo "${ECHO_T}$with_home_terminfo" >&6 5583 5600 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF … … 5586 5603 5587 5604 -echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5 5588 +echo "$as_me:610 5: checking if you want to use restricted environment when running as root" >&55605 +echo "$as_me:6106: checking if you want to use restricted environment when running as root" >&5 5589 5606 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6 5590 5607 5591 5608 # Check whether --enable-root-environ or --disable-root-environ was given. 5592 @@ -5816,7 +611 2,7 @@5609 @@ -5816,7 +6113,7 @@ 5593 5610 else 5594 5611 with_root_environ=yes 5595 5612 fi; 5596 5613 -echo "$as_me:5819: result: $with_root_environ" >&5 5597 +echo "$as_me:611 5: result: $with_root_environ" >&55614 +echo "$as_me:6116: result: $with_root_environ" >&5 5598 5615 echo "${ECHO_T}$with_root_environ" >&6 5599 5616 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF 5600 5617 #define USE_ROOT_ENVIRON 1 5601 @@ -5830,13 +612 6,13 @@5618 @@ -5830,13 +6127,13 @@ 5602 5619 unlink 5603 5620 do 5604 5621 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5605 5622 -echo "$as_me:5833: checking for $ac_func" >&5 5606 +echo "$as_me:61 29: checking for $ac_func" >&55623 +echo "$as_me:6130: checking for $ac_func" >&5 5607 5624 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5608 5625 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5611 5628 cat >conftest.$ac_ext <<_ACEOF 5612 5629 -#line 5839 "configure" 5613 +#line 613 5"configure"5630 +#line 6136 "configure" 5614 5631 #include "confdefs.h" 5615 5632 /* System header to define __stub macros and hopefully few prototypes, 5616 5633 which can conflict with char $ac_func (); below. */ 5617 @@ -5867,16 +616 3,16 @@5634 @@ -5867,16 +6164,16 @@ 5618 5635 } 5619 5636 _ACEOF 5620 5637 rm -f conftest.$ac_objext conftest$ac_exeext 5621 5638 -if { (eval echo "$as_me:5870: \"$ac_link\"") >&5 5622 +if { (eval echo "$as_me:616 6: \"$ac_link\"") >&55639 +if { (eval echo "$as_me:6167: \"$ac_link\"") >&5 5623 5640 (eval $ac_link) 2>&5 5624 5641 ac_status=$? 5625 5642 - echo "$as_me:5873: \$? = $ac_status" >&5 5626 + echo "$as_me:61 69: \$? = $ac_status" >&55643 + echo "$as_me:6170: \$? = $ac_status" >&5 5627 5644 (exit $ac_status); } && 5628 5645 { ac_try='test -s conftest$ac_exeext' 5629 5646 - { (eval echo "$as_me:5876: \"$ac_try\"") >&5 5630 + { (eval echo "$as_me:617 2: \"$ac_try\"") >&55647 + { (eval echo "$as_me:6173: \"$ac_try\"") >&5 5631 5648 (eval $ac_try) 2>&5 5632 5649 ac_status=$? 5633 5650 - echo "$as_me:5879: \$? = $ac_status" >&5 5634 + echo "$as_me:617 5: \$? = $ac_status" >&55651 + echo "$as_me:6176: \$? = $ac_status" >&5 5635 5652 (exit $ac_status); }; }; then 5636 5653 eval "$as_ac_var=yes" 5637 5654 else 5638 @@ -5886,7 +618 2,7 @@5655 @@ -5886,7 +6183,7 @@ 5639 5656 fi 5640 5657 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5641 5658 fi 5642 5659 -echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5 5643 +echo "$as_me:618 5: result: `eval echo '${'$as_ac_var'}'`" >&55660 +echo "$as_me:6186: result: `eval echo '${'$as_ac_var'}'`" >&5 5644 5661 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5645 5662 if test `eval echo '${'$as_ac_var'}'` = yes; then 5646 5663 cat >>confdefs.h <<EOF 5647 @@ -5903,13 +6 199,13 @@5664 @@ -5903,13 +6200,13 @@ 5648 5665 symlink 5649 5666 do 5650 5667 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 5651 5668 -echo "$as_me:5906: checking for $ac_func" >&5 5652 +echo "$as_me:620 2: checking for $ac_func" >&55669 +echo "$as_me:6203: checking for $ac_func" >&5 5653 5670 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 5654 5671 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 5657 5674 cat >conftest.$ac_ext <<_ACEOF 5658 5675 -#line 5912 "configure" 5659 +#line 620 8"configure"5676 +#line 6209 "configure" 5660 5677 #include "confdefs.h" 5661 5678 /* System header to define __stub macros and hopefully few prototypes, 5662 5679 which can conflict with char $ac_func (); below. */ 5663 @@ -5940,16 +623 6,16 @@5680 @@ -5940,16 +6237,16 @@ 5664 5681 } 5665 5682 _ACEOF 5666 5683 rm -f conftest.$ac_objext conftest$ac_exeext 5667 5684 -if { (eval echo "$as_me:5943: \"$ac_link\"") >&5 5668 +if { (eval echo "$as_me:62 39: \"$ac_link\"") >&55685 +if { (eval echo "$as_me:6240: \"$ac_link\"") >&5 5669 5686 (eval $ac_link) 2>&5 5670 5687 ac_status=$? 5671 5688 - echo "$as_me:5946: \$? = $ac_status" >&5 5672 + echo "$as_me:624 2: \$? = $ac_status" >&55689 + echo "$as_me:6243: \$? = $ac_status" >&5 5673 5690 (exit $ac_status); } && 5674 5691 { ac_try='test -s conftest$ac_exeext' 5675 5692 - { (eval echo "$as_me:5949: \"$ac_try\"") >&5 5676 + { (eval echo "$as_me:624 5: \"$ac_try\"") >&55693 + { (eval echo "$as_me:6246: \"$ac_try\"") >&5 5677 5694 (eval $ac_try) 2>&5 5678 5695 ac_status=$? 5679 5696 - echo "$as_me:5952: \$? = $ac_status" >&5 5680 + echo "$as_me:624 8: \$? = $ac_status" >&55697 + echo "$as_me:6249: \$? = $ac_status" >&5 5681 5698 (exit $ac_status); }; }; then 5682 5699 eval "$as_ac_var=yes" 5683 5700 else 5684 @@ -5959,7 +625 5,7 @@5701 @@ -5959,7 +6256,7 @@ 5685 5702 fi 5686 5703 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 5687 5704 fi 5688 5705 -echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5 5689 +echo "$as_me:625 8: result: `eval echo '${'$as_ac_var'}'`" >&55706 +echo "$as_me:6259: result: `eval echo '${'$as_ac_var'}'`" >&5 5690 5707 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 5691 5708 if test `eval echo '${'$as_ac_var'}'` = yes; then 5692 5709 cat >>confdefs.h <<EOF 5693 @@ -5970,7 +626 6,7 @@5710 @@ -5970,7 +6267,7 @@ 5694 5711 done 5695 5712 5696 5713 else 5697 5714 - echo "$as_me:5973: checking if link/symlink functions work" >&5 5698 + echo "$as_me:62 69: checking if link/symlink functions work" >&55715 + echo "$as_me:6270: checking if link/symlink functions work" >&5 5699 5716 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6 5700 5717 if test "${cf_cv_link_funcs+set}" = set; then 5701 5718 echo $ECHO_N "(cached) $ECHO_C" >&6 5702 @@ -5983,7 +62 79,7 @@5719 @@ -5983,7 +6280,7 @@ 5703 5720 eval 'ac_cv_func_'$cf_func'=error' 5704 5721 else 5705 5722 cat >conftest.$ac_ext <<_ACEOF 5706 5723 -#line 5986 "configure" 5707 +#line 628 2"configure"5724 +#line 6283 "configure" 5708 5725 #include "confdefs.h" 5709 5726 5710 5727 #include <sys/types.h> 5711 @@ -6013,15 +63 09,15 @@5728 @@ -6013,15 +6310,15 @@ 5712 5729 5713 5730 _ACEOF 5714 5731 rm -f conftest$ac_exeext 5715 5732 -if { (eval echo "$as_me:6016: \"$ac_link\"") >&5 5716 +if { (eval echo "$as_me:631 2: \"$ac_link\"") >&55733 +if { (eval echo "$as_me:6313: \"$ac_link\"") >&5 5717 5734 (eval $ac_link) 2>&5 5718 5735 ac_status=$? 5719 5736 - echo "$as_me:6019: \$? = $ac_status" >&5 5720 + echo "$as_me:631 5: \$? = $ac_status" >&55737 + echo "$as_me:6316: \$? = $ac_status" >&5 5721 5738 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 5722 5739 - { (eval echo "$as_me:6021: \"$ac_try\"") >&5 5723 + { (eval echo "$as_me:631 7: \"$ac_try\"") >&55740 + { (eval echo "$as_me:6318: \"$ac_try\"") >&5 5724 5741 (eval $ac_try) 2>&5 5725 5742 ac_status=$? 5726 5743 - echo "$as_me:6024: \$? = $ac_status" >&5 5727 + echo "$as_me:632 0: \$? = $ac_status" >&55744 + echo "$as_me:6321: \$? = $ac_status" >&5 5728 5745 (exit $ac_status); }; }; then 5729 5746 5730 5747 cf_cv_link_funcs="$cf_cv_link_funcs $cf_func" 5731 @@ -6039,7 +633 5,7 @@5748 @@ -6039,7 +6336,7 @@ 5732 5749 test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no 5733 5750 5734 5751 fi 5735 5752 -echo "$as_me:6042: result: $cf_cv_link_funcs" >&5 5736 +echo "$as_me:633 8: result: $cf_cv_link_funcs" >&55753 +echo "$as_me:6339: result: $cf_cv_link_funcs" >&5 5737 5754 echo "${ECHO_T}$cf_cv_link_funcs" >&6 5738 5755 test "$ac_cv_func_link" = yes && cat >>confdefs.h <<\EOF 5739 5756 #define HAVE_LINK 1 5740 @@ -6057,7 +635 3,7 @@5757 @@ -6057,7 +6354,7 @@ 5741 5758 # soft links (symbolic links) are useful for some systems where hard links do 5742 5759 # not work, or to make it simpler to copy terminfo trees around. 5743 5760 if test "$ac_cv_func_symlink" = yes ; then 5744 5761 - echo "$as_me:6060: checking if tic should use symbolic links" >&5 5745 + echo "$as_me:635 6: checking if tic should use symbolic links" >&55762 + echo "$as_me:6357: checking if tic should use symbolic links" >&5 5746 5763 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6 5747 5764 5748 5765 # Check whether --enable-symlinks or --disable-symlinks was given. 5749 @@ -6067,21 +636 3,21 @@5766 @@ -6067,21 +6364,21 @@ 5750 5767 else 5751 5768 with_symlinks=no 5752 5769 fi; 5753 5770 - echo "$as_me:6070: result: $with_symlinks" >&5 5754 + echo "$as_me:636 6: result: $with_symlinks" >&55771 + echo "$as_me:6367: result: $with_symlinks" >&5 5755 5772 echo "${ECHO_T}$with_symlinks" >&6 5756 5773 fi … … 5760 5777 if test "$with_symlinks" = no ; then 5761 5778 - echo "$as_me:6077: checking if tic should use hard links" >&5 5762 + echo "$as_me:637 3: checking if tic should use hard links" >&55779 + echo "$as_me:6374: checking if tic should use hard links" >&5 5763 5780 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6 5764 5781 if test "$ac_cv_func_link" = yes ; then … … 5768 5785 fi 5769 5786 - echo "$as_me:6084: result: $with_links" >&5 5770 + echo "$as_me:638 0: result: $with_links" >&55787 + echo "$as_me:6381: result: $with_links" >&5 5771 5788 echo "${ECHO_T}$with_links" >&6 5772 5789 fi 5773 5790 5774 @@ -6094,7 +639 0,7 @@5791 @@ -6094,7 +6391,7 @@ 5775 5792 EOF 5776 5793 5777 5794 ### use option --enable-broken-linker to force on use of broken-linker support 5778 5795 -echo "$as_me:6097: checking if you want broken-linker support code" >&5 5779 +echo "$as_me:639 3: checking if you want broken-linker support code" >&55796 +echo "$as_me:6394: checking if you want broken-linker support code" >&5 5780 5797 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6 5781 5798 5782 5799 # Check whether --enable-broken_linker or --disable-broken_linker was given. 5783 @@ -6104,7 +640 0,7 @@5800 @@ -6104,7 +6401,7 @@ 5784 5801 else 5785 5802 with_broken_linker=${BROKEN_LINKER-no} 5786 5803 fi; 5787 5804 -echo "$as_me:6107: result: $with_broken_linker" >&5 5788 +echo "$as_me:640 3: result: $with_broken_linker" >&55805 +echo "$as_me:6404: result: $with_broken_linker" >&5 5789 5806 echo "${ECHO_T}$with_broken_linker" >&6 5790 5807 5791 5808 BROKEN_LINKER=0 5792 @@ -6124,14 +642 0,14 @@5809 @@ -6124,14 +6421,14 @@ 5793 5810 BROKEN_LINKER=1 5794 5811 test -n "$verbose" && echo " cygwin linker is broken anyway" 1>&6 5795 5812 5796 5813 -echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5 5797 +echo "${as_me-configure}:642 3: testing cygwin linker is broken anyway ..." 1>&55814 +echo "${as_me-configure}:6424: testing cygwin linker is broken anyway ..." 1>&5 5798 5815 5799 5816 ;; … … 5803 5820 ### use option --enable-bsdpad to have tputs process BSD-style prefix padding 5804 5821 -echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5 5805 +echo "$as_me:643 0: checking if tputs should process BSD-style prefix padding" >&55822 +echo "$as_me:6431: checking if tputs should process BSD-style prefix padding" >&5 5806 5823 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6 5807 5824 5808 5825 # Check whether --enable-bsdpad or --disable-bsdpad was given. 5809 @@ -6141,7 +643 7,7 @@5826 @@ -6141,7 +6438,7 @@ 5810 5827 else 5811 5828 with_bsdpad=no 5812 5829 fi; 5813 5830 -echo "$as_me:6144: result: $with_bsdpad" >&5 5814 +echo "$as_me:644 0: result: $with_bsdpad" >&55831 +echo "$as_me:6441: result: $with_bsdpad" >&5 5815 5832 echo "${ECHO_T}$with_bsdpad" >&6 5816 5833 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF 5817 5834 #define BSD_TPUTS 1 5818 @@ -6158,7 +645 4,7 @@5835 @@ -6158,7 +6455,7 @@ 5819 5836 5820 5837 # Check to define _XOPEN_SOURCE "automatically" 5821 5838 5822 5839 -echo "$as_me:6161: checking if $CC -U and -D options work together" >&5 5823 +echo "$as_me:645 7: checking if $CC -U and -D options work together" >&55840 +echo "$as_me:6458: checking if $CC -U and -D options work together" >&5 5824 5841 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6 5825 5842 if test "${cf_cv_cc_u_d_options+set}" = set; then 5826 5843 echo $ECHO_N "(cached) $ECHO_C" >&6 5827 @@ -6167,7 +646 3,7 @@5844 @@ -6167,7 +6464,7 @@ 5828 5845 cf_save_CPPFLAGS="$CPPFLAGS" 5829 5846 CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS" 5830 5847 cat >conftest.$ac_ext <<_ACEOF 5831 5848 -#line 6170 "configure" 5832 +#line 646 6"configure"5849 +#line 6467 "configure" 5833 5850 #include "confdefs.h" 5834 5851 5835 5852 int 5836 @@ -6186,16 +648 2,16 @@5853 @@ -6186,16 +6483,16 @@ 5837 5854 } 5838 5855 _ACEOF 5839 5856 rm -f conftest.$ac_objext 5840 5857 -if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5 5841 +if { (eval echo "$as_me:648 5: \"$ac_compile\"") >&55858 +if { (eval echo "$as_me:6486: \"$ac_compile\"") >&5 5842 5859 (eval $ac_compile) 2>&5 5843 5860 ac_status=$? 5844 5861 - echo "$as_me:6192: \$? = $ac_status" >&5 5845 + echo "$as_me:648 8: \$? = $ac_status" >&55862 + echo "$as_me:6489: \$? = $ac_status" >&5 5846 5863 (exit $ac_status); } && 5847 5864 { ac_try='test -s conftest.$ac_objext' 5848 5865 - { (eval echo "$as_me:6195: \"$ac_try\"") >&5 5849 + { (eval echo "$as_me:649 1: \"$ac_try\"") >&55866 + { (eval echo "$as_me:6492: \"$ac_try\"") >&5 5850 5867 (eval $ac_try) 2>&5 5851 5868 ac_status=$? 5852 5869 - echo "$as_me:6198: \$? = $ac_status" >&5 5853 + echo "$as_me:649 4: \$? = $ac_status" >&55870 + echo "$as_me:6495: \$? = $ac_status" >&5 5854 5871 (exit $ac_status); }; }; then 5855 5872 5856 5873 cf_cv_cc_u_d_options=yes 5857 @@ -6209,14 +650 5,14 @@5874 @@ -6209,14 +6506,14 @@ 5858 5875 CPPFLAGS="$cf_save_CPPFLAGS" 5859 5876 5860 5877 fi 5861 5878 -echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5 5862 +echo "$as_me:650 8: result: $cf_cv_cc_u_d_options" >&55879 +echo "$as_me:6509: result: $cf_cv_cc_u_d_options" >&5 5863 5880 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6 5864 5881 … … 5872 5889 ;; 5873 5890 freebsd*|dragonfly*) #(vi 5874 @@ -6233,16 +6529,16 @@ 5891 @@ -6227,22 +6524,25 @@ 5892 cf_XOPEN_SOURCE=600 5893 CPPFLAGS="$CPPFLAGS -D_BSD_TYPES -D__BSD_VISIBLE -D_POSIX_C_SOURCE=$cf_POSIX_C_SOURCE -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 5894 ;; 5895 +hpux11*) #(vi 5896 + CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE=500" 5897 + ;; 5898 hpux*) #(vi 5899 CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE" 5900 ;; 5875 5901 irix[56].*) #(vi 5876 5902 CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE" … … 5880 5906 5881 5907 -echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5 5882 +echo "$as_me:653 4: checking if we must define _GNU_SOURCE" >&55908 +echo "$as_me:6538: checking if we must define _GNU_SOURCE" >&5 5883 5909 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6 5884 5910 if test "${cf_cv_gnu_source+set}" = set; then … … 5888 5914 cat >conftest.$ac_ext <<_ACEOF 5889 5915 -#line 6245 "configure" 5890 +#line 654 1"configure"5916 +#line 6545 "configure" 5891 5917 #include "confdefs.h" 5892 5918 #include <sys/types.h> 5893 5919 int 5894 @@ -6257,16 +655 3,16 @@5920 @@ -6257,16 +6557,16 @@ 5895 5921 } 5896 5922 _ACEOF 5897 5923 rm -f conftest.$ac_objext 5898 5924 -if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5 5899 +if { (eval echo "$as_me:65 56: \"$ac_compile\"") >&55925 +if { (eval echo "$as_me:6560: \"$ac_compile\"") >&5 5900 5926 (eval $ac_compile) 2>&5 5901 5927 ac_status=$? 5902 5928 - echo "$as_me:6263: \$? = $ac_status" >&5 5903 + echo "$as_me:65 59: \$? = $ac_status" >&55929 + echo "$as_me:6563: \$? = $ac_status" >&5 5904 5930 (exit $ac_status); } && 5905 5931 { ac_try='test -s conftest.$ac_objext' 5906 5932 - { (eval echo "$as_me:6266: \"$ac_try\"") >&5 5907 + { (eval echo "$as_me:656 2: \"$ac_try\"") >&55933 + { (eval echo "$as_me:6566: \"$ac_try\"") >&5 5908 5934 (eval $ac_try) 2>&5 5909 5935 ac_status=$? 5910 5936 - echo "$as_me:6269: \$? = $ac_status" >&5 5911 + echo "$as_me:656 5: \$? = $ac_status" >&55937 + echo "$as_me:6569: \$? = $ac_status" >&5 5912 5938 (exit $ac_status); }; }; then 5913 5939 cf_cv_gnu_source=no 5914 5940 else 5915 @@ -6275,7 +657 1,7 @@5941 @@ -6275,7 +6575,7 @@ 5916 5942 cf_save="$CPPFLAGS" 5917 5943 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5918 5944 cat >conftest.$ac_ext <<_ACEOF 5919 5945 -#line 6278 "configure" 5920 +#line 657 4"configure"5946 +#line 6578 "configure" 5921 5947 #include "confdefs.h" 5922 5948 #include <sys/types.h> 5923 5949 int 5924 @@ -6290,16 +65 86,16 @@5950 @@ -6290,16 +6590,16 @@ 5925 5951 } 5926 5952 _ACEOF 5927 5953 rm -f conftest.$ac_objext 5928 5954 -if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5 5929 +if { (eval echo "$as_me:65 89: \"$ac_compile\"") >&55955 +if { (eval echo "$as_me:6593: \"$ac_compile\"") >&5 5930 5956 (eval $ac_compile) 2>&5 5931 5957 ac_status=$? 5932 5958 - echo "$as_me:6296: \$? = $ac_status" >&5 5933 + echo "$as_me:659 2: \$? = $ac_status" >&55959 + echo "$as_me:6596: \$? = $ac_status" >&5 5934 5960 (exit $ac_status); } && 5935 5961 { ac_try='test -s conftest.$ac_objext' 5936 5962 - { (eval echo "$as_me:6299: \"$ac_try\"") >&5 5937 + { (eval echo "$as_me:659 5: \"$ac_try\"") >&55963 + { (eval echo "$as_me:6599: \"$ac_try\"") >&5 5938 5964 (eval $ac_try) 2>&5 5939 5965 ac_status=$? 5940 5966 - echo "$as_me:6302: \$? = $ac_status" >&5 5941 + echo "$as_me:6 598: \$? = $ac_status" >&55967 + echo "$as_me:6602: \$? = $ac_status" >&5 5942 5968 (exit $ac_status); }; }; then 5943 5969 cf_cv_gnu_source=no 5944 5970 else 5945 @@ -6314,7 +661 0,7 @@5971 @@ -6314,7 +6614,7 @@ 5946 5972 rm -f conftest.$ac_objext conftest.$ac_ext 5947 5973 5948 5974 fi 5949 5975 -echo "$as_me:6317: result: $cf_cv_gnu_source" >&5 5950 +echo "$as_me:661 3: result: $cf_cv_gnu_source" >&55976 +echo "$as_me:6617: result: $cf_cv_gnu_source" >&5 5951 5977 echo "${ECHO_T}$cf_cv_gnu_source" >&6 5952 5978 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" 5953 5979 5954 @@ -6341,14 +66 37,14 @@5980 @@ -6341,14 +6641,14 @@ 5955 5981 CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__" 5956 5982 ;; 5957 5983 *) 5958 5984 - echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5 5959 + echo "$as_me:664 0: checking if we should define _XOPEN_SOURCE" >&55985 + echo "$as_me:6644: checking if we should define _XOPEN_SOURCE" >&5 5960 5986 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6 5961 5987 if test "${cf_cv_xopen_source+set}" = set; then … … 5965 5991 cat >conftest.$ac_ext <<_ACEOF 5966 5992 -#line 6351 "configure" 5967 +#line 66 47"configure"5993 +#line 6651 "configure" 5968 5994 #include "confdefs.h" 5969 5995 #include <sys/types.h> 5970 5996 int 5971 @@ -6363,16 +66 59,16 @@5997 @@ -6363,16 +6663,16 @@ 5972 5998 } 5973 5999 _ACEOF 5974 6000 rm -f conftest.$ac_objext 5975 6001 -if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5 5976 +if { (eval echo "$as_me:666 2: \"$ac_compile\"") >&56002 +if { (eval echo "$as_me:6666: \"$ac_compile\"") >&5 5977 6003 (eval $ac_compile) 2>&5 5978 6004 ac_status=$? 5979 6005 - echo "$as_me:6369: \$? = $ac_status" >&5 5980 + echo "$as_me:666 5: \$? = $ac_status" >&56006 + echo "$as_me:6669: \$? = $ac_status" >&5 5981 6007 (exit $ac_status); } && 5982 6008 { ac_try='test -s conftest.$ac_objext' 5983 6009 - { (eval echo "$as_me:6372: \"$ac_try\"") >&5 5984 + { (eval echo "$as_me:66 68: \"$ac_try\"") >&56010 + { (eval echo "$as_me:6672: \"$ac_try\"") >&5 5985 6011 (eval $ac_try) 2>&5 5986 6012 ac_status=$? 5987 6013 - echo "$as_me:6375: \$? = $ac_status" >&5 5988 + echo "$as_me:667 1: \$? = $ac_status" >&56014 + echo "$as_me:6675: \$? = $ac_status" >&5 5989 6015 (exit $ac_status); }; }; then 5990 6016 cf_cv_xopen_source=no 5991 6017 else 5992 @@ -6381,7 +66 77,7 @@6018 @@ -6381,7 +6681,7 @@ 5993 6019 cf_save="$CPPFLAGS" 5994 6020 CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE" 5995 6021 cat >conftest.$ac_ext <<_ACEOF 5996 6022 -#line 6384 "configure" 5997 +#line 668 0"configure"6023 +#line 6684 "configure" 5998 6024 #include "confdefs.h" 5999 6025 #include <sys/types.h> 6000 6026 int 6001 @@ -6396,16 +669 2,16 @@6027 @@ -6396,16 +6696,16 @@ 6002 6028 } 6003 6029 _ACEOF 6004 6030 rm -f conftest.$ac_objext 6005 6031 -if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5 6006 +if { (eval echo "$as_me:669 5: \"$ac_compile\"") >&56032 +if { (eval echo "$as_me:6699: \"$ac_compile\"") >&5 6007 6033 (eval $ac_compile) 2>&5 6008 6034 ac_status=$? 6009 6035 - echo "$as_me:6402: \$? = $ac_status" >&5 6010 + echo "$as_me:6 698: \$? = $ac_status" >&56036 + echo "$as_me:6702: \$? = $ac_status" >&5 6011 6037 (exit $ac_status); } && 6012 6038 { ac_try='test -s conftest.$ac_objext' 6013 6039 - { (eval echo "$as_me:6405: \"$ac_try\"") >&5 6014 + { (eval echo "$as_me:670 1: \"$ac_try\"") >&56040 + { (eval echo "$as_me:6705: \"$ac_try\"") >&5 6015 6041 (eval $ac_try) 2>&5 6016 6042 ac_status=$? 6017 6043 - echo "$as_me:6408: \$? = $ac_status" >&5 6018 + echo "$as_me:670 4: \$? = $ac_status" >&56044 + echo "$as_me:6708: \$? = $ac_status" >&5 6019 6045 (exit $ac_status); }; }; then 6020 6046 cf_cv_xopen_source=no 6021 6047 else 6022 @@ -6420,7 +67 16,7 @@6048 @@ -6420,7 +6720,7 @@ 6023 6049 rm -f conftest.$ac_objext conftest.$ac_ext 6024 6050 6025 6051 fi 6026 6052 -echo "$as_me:6423: result: $cf_cv_xopen_source" >&5 6027 +echo "$as_me:67 19: result: $cf_cv_xopen_source" >&56053 +echo "$as_me:6723: result: $cf_cv_xopen_source" >&5 6028 6054 echo "${ECHO_T}$cf_cv_xopen_source" >&6 6029 6055 if test "$cf_cv_xopen_source" != no ; then 6030 6056 6031 @@ -6454,16 +675 0,16 @@6057 @@ -6454,16 +6754,16 @@ 6032 6058 sed -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?[ ]/ /g' \ 6033 6059 -e 's/-[UD]_POSIX_C_SOURCE\(=[^ ]*\)\?$//g'` 6034 6060 6035 6061 -echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5 6036 +echo "$as_me:675 3: checking if we should define _POSIX_C_SOURCE" >&56062 +echo "$as_me:6757: checking if we should define _POSIX_C_SOURCE" >&5 6037 6063 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6 6038 6064 if test "${cf_cv_posix_c_source+set}" = set; then … … 6041 6067 6042 6068 -echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5 6043 +echo "${as_me-configure}:67 59: testing if the symbol is already defined go no further ..." 1>&56069 +echo "${as_me-configure}:6763: testing if the symbol is already defined go no further ..." 1>&5 6044 6070 6045 6071 cat >conftest.$ac_ext <<_ACEOF 6046 6072 -#line 6466 "configure" 6047 +#line 676 2"configure"6073 +#line 6766 "configure" 6048 6074 #include "confdefs.h" 6049 6075 #include <sys/types.h> 6050 6076 int 6051 @@ -6478,16 +677 4,16 @@6077 @@ -6478,16 +6778,16 @@ 6052 6078 } 6053 6079 _ACEOF 6054 6080 rm -f conftest.$ac_objext 6055 6081 -if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5 6056 +if { (eval echo "$as_me:67 77: \"$ac_compile\"") >&56082 +if { (eval echo "$as_me:6781: \"$ac_compile\"") >&5 6057 6083 (eval $ac_compile) 2>&5 6058 6084 ac_status=$? 6059 6085 - echo "$as_me:6484: \$? = $ac_status" >&5 6060 + echo "$as_me:678 0: \$? = $ac_status" >&56086 + echo "$as_me:6784: \$? = $ac_status" >&5 6061 6087 (exit $ac_status); } && 6062 6088 { ac_try='test -s conftest.$ac_objext' 6063 6089 - { (eval echo "$as_me:6487: \"$ac_try\"") >&5 6064 + { (eval echo "$as_me:678 3: \"$ac_try\"") >&56090 + { (eval echo "$as_me:6787: \"$ac_try\"") >&5 6065 6091 (eval $ac_try) 2>&5 6066 6092 ac_status=$? 6067 6093 - echo "$as_me:6490: \$? = $ac_status" >&5 6068 + echo "$as_me:67 86: \$? = $ac_status" >&56094 + echo "$as_me:6790: \$? = $ac_status" >&5 6069 6095 (exit $ac_status); }; }; then 6070 6096 cf_cv_posix_c_source=no 6071 6097 else 6072 @@ -6508,7 +680 4,7 @@6098 @@ -6508,7 +6808,7 @@ 6073 6099 esac 6074 6100 if test "$cf_want_posix_source" = yes ; then 6075 6101 cat >conftest.$ac_ext <<_ACEOF 6076 6102 -#line 6511 "configure" 6077 +#line 68 07"configure"6103 +#line 6811 "configure" 6078 6104 #include "confdefs.h" 6079 6105 #include <sys/types.h> 6080 6106 int 6081 @@ -6523,16 +68 19,16 @@6107 @@ -6523,16 +6823,16 @@ 6082 6108 } 6083 6109 _ACEOF 6084 6110 rm -f conftest.$ac_objext 6085 6111 -if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5 6086 +if { (eval echo "$as_me:682 2: \"$ac_compile\"") >&56112 +if { (eval echo "$as_me:6826: \"$ac_compile\"") >&5 6087 6113 (eval $ac_compile) 2>&5 6088 6114 ac_status=$? 6089 6115 - echo "$as_me:6529: \$? = $ac_status" >&5 6090 + echo "$as_me:682 5: \$? = $ac_status" >&56116 + echo "$as_me:6829: \$? = $ac_status" >&5 6091 6117 (exit $ac_status); } && 6092 6118 { ac_try='test -s conftest.$ac_objext' 6093 6119 - { (eval echo "$as_me:6532: \"$ac_try\"") >&5 6094 + { (eval echo "$as_me:68 28: \"$ac_try\"") >&56120 + { (eval echo "$as_me:6832: \"$ac_try\"") >&5 6095 6121 (eval $ac_try) 2>&5 6096 6122 ac_status=$? 6097 6123 - echo "$as_me:6535: \$? = $ac_status" >&5 6098 + echo "$as_me:683 1: \$? = $ac_status" >&56124 + echo "$as_me:6835: \$? = $ac_status" >&5 6099 6125 (exit $ac_status); }; }; then 6100 6126 : 6101 6127 else 6102 @@ -6543,15 +68 39,15 @@6128 @@ -6543,15 +6843,15 @@ 6103 6129 rm -f conftest.$ac_objext conftest.$ac_ext 6104 6130 fi 6105 6131 6106 6132 -echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 6107 +echo "${as_me-configure}:684 2: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&56133 +echo "${as_me-configure}:6846: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5 6108 6134 6109 6135 CFLAGS="$cf_trim_CFLAGS" … … 6111 6137 6112 6138 -echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5 6113 +echo "${as_me-configure}:68 47: testing if the second compile does not leave our definition intact error ..." 1>&56139 +echo "${as_me-configure}:6851: testing if the second compile does not leave our definition intact error ..." 1>&5 6114 6140 6115 6141 cat >conftest.$ac_ext <<_ACEOF 6116 6142 -#line 6554 "configure" 6117 +#line 685 0"configure"6143 +#line 6854 "configure" 6118 6144 #include "confdefs.h" 6119 6145 #include <sys/types.h> 6120 6146 int 6121 @@ -6566,16 +686 2,16 @@6147 @@ -6566,16 +6866,16 @@ 6122 6148 } 6123 6149 _ACEOF 6124 6150 rm -f conftest.$ac_objext 6125 6151 -if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5 6126 +if { (eval echo "$as_me:686 5: \"$ac_compile\"") >&56152 +if { (eval echo "$as_me:6869: \"$ac_compile\"") >&5 6127 6153 (eval $ac_compile) 2>&5 6128 6154 ac_status=$? 6129 6155 - echo "$as_me:6572: \$? = $ac_status" >&5 6130 + echo "$as_me:68 68: \$? = $ac_status" >&56156 + echo "$as_me:6872: \$? = $ac_status" >&5 6131 6157 (exit $ac_status); } && 6132 6158 { ac_try='test -s conftest.$ac_objext' 6133 6159 - { (eval echo "$as_me:6575: \"$ac_try\"") >&5 6134 + { (eval echo "$as_me:687 1: \"$ac_try\"") >&56160 + { (eval echo "$as_me:6875: \"$ac_try\"") >&5 6135 6161 (eval $ac_try) 2>&5 6136 6162 ac_status=$? 6137 6163 - echo "$as_me:6578: \$? = $ac_status" >&5 6138 + echo "$as_me:687 4: \$? = $ac_status" >&56164 + echo "$as_me:6878: \$? = $ac_status" >&5 6139 6165 (exit $ac_status); }; }; then 6140 6166 : 6141 6167 else 6142 @@ -6591,7 +68 87,7 @@6168 @@ -6591,7 +6891,7 @@ 6143 6169 rm -f conftest.$ac_objext conftest.$ac_ext 6144 6170 6145 6171 fi 6146 6172 -echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5 6147 +echo "$as_me:689 0: result: $cf_cv_posix_c_source" >&56173 +echo "$as_me:6894: result: $cf_cv_posix_c_source" >&5 6148 6174 echo "${ECHO_T}$cf_cv_posix_c_source" >&6 6149 6175 6150 6176 if test "$cf_cv_posix_c_source" != no ; then 6151 @@ -6610,14 +69 06,14 @@6177 @@ -6610,14 +6910,14 @@ 6152 6178 6153 6179 # Work around breakage on OS X 6154 6180 6155 6181 -echo "$as_me:6613: checking if SIGWINCH is defined" >&5 6156 +echo "$as_me:69 09: checking if SIGWINCH is defined" >&56182 +echo "$as_me:6913: checking if SIGWINCH is defined" >&5 6157 6183 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6 6158 6184 if test "${cf_cv_define_sigwinch+set}" = set; then … … 6162 6188 cat >conftest.$ac_ext <<_ACEOF 6163 6189 -#line 6620 "configure" 6164 +#line 69 16"configure"6190 +#line 6920 "configure" 6165 6191 #include "confdefs.h" 6166 6192 6167 6193 #include <sys/types.h> 6168 @@ -6632,23 +69 28,23 @@6194 @@ -6632,23 +6932,23 @@ 6169 6195 } 6170 6196 _ACEOF 6171 6197 rm -f conftest.$ac_objext 6172 6198 -if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5 6173 +if { (eval echo "$as_me:693 1: \"$ac_compile\"") >&56199 +if { (eval echo "$as_me:6935: \"$ac_compile\"") >&5 6174 6200 (eval $ac_compile) 2>&5 6175 6201 ac_status=$? 6176 6202 - echo "$as_me:6638: \$? = $ac_status" >&5 6177 + echo "$as_me:693 4: \$? = $ac_status" >&56203 + echo "$as_me:6938: \$? = $ac_status" >&5 6178 6204 (exit $ac_status); } && 6179 6205 { ac_try='test -s conftest.$ac_objext' 6180 6206 - { (eval echo "$as_me:6641: \"$ac_try\"") >&5 6181 + { (eval echo "$as_me:69 37: \"$ac_try\"") >&56207 + { (eval echo "$as_me:6941: \"$ac_try\"") >&5 6182 6208 (eval $ac_try) 2>&5 6183 6209 ac_status=$? 6184 6210 - echo "$as_me:6644: \$? = $ac_status" >&5 6185 + echo "$as_me:694 0: \$? = $ac_status" >&56211 + echo "$as_me:6944: \$? = $ac_status" >&5 6186 6212 (exit $ac_status); }; }; then 6187 6213 cf_cv_define_sigwinch=yes … … 6191 6217 cat >conftest.$ac_ext <<_ACEOF 6192 6218 -#line 6651 "configure" 6193 +#line 69 47"configure"6219 +#line 6951 "configure" 6194 6220 #include "confdefs.h" 6195 6221 6196 6222 #undef _XOPEN_SOURCE 6197 @@ -6666,16 +696 2,16 @@6223 @@ -6666,16 +6966,16 @@ 6198 6224 } 6199 6225 _ACEOF 6200 6226 rm -f conftest.$ac_objext 6201 6227 -if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5 6202 +if { (eval echo "$as_me:696 5: \"$ac_compile\"") >&56228 +if { (eval echo "$as_me:6969: \"$ac_compile\"") >&5 6203 6229 (eval $ac_compile) 2>&5 6204 6230 ac_status=$? 6205 6231 - echo "$as_me:6672: \$? = $ac_status" >&5 6206 + echo "$as_me:69 68: \$? = $ac_status" >&56232 + echo "$as_me:6972: \$? = $ac_status" >&5 6207 6233 (exit $ac_status); } && 6208 6234 { ac_try='test -s conftest.$ac_objext' 6209 6235 - { (eval echo "$as_me:6675: \"$ac_try\"") >&5 6210 + { (eval echo "$as_me:697 1: \"$ac_try\"") >&56236 + { (eval echo "$as_me:6975: \"$ac_try\"") >&5 6211 6237 (eval $ac_try) 2>&5 6212 6238 ac_status=$? 6213 6239 - echo "$as_me:6678: \$? = $ac_status" >&5 6214 + echo "$as_me:697 4: \$? = $ac_status" >&56240 + echo "$as_me:6978: \$? = $ac_status" >&5 6215 6241 (exit $ac_status); }; }; then 6216 6242 cf_cv_define_sigwinch=maybe 6217 6243 else 6218 @@ -6689,11 +698 5,11 @@6244 @@ -6689,11 +6989,11 @@ 6219 6245 rm -f conftest.$ac_objext conftest.$ac_ext 6220 6246 6221 6247 fi 6222 6248 -echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5 6223 +echo "$as_me:69 88: result: $cf_cv_define_sigwinch" >&56249 +echo "$as_me:6992: result: $cf_cv_define_sigwinch" >&5 6224 6250 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6 6225 6251 6226 6252 if test "$cf_cv_define_sigwinch" = maybe ; then 6227 6253 -echo "$as_me:6696: checking for actual SIGWINCH definition" >&5 6228 +echo "$as_me:699 2: checking for actual SIGWINCH definition" >&56254 +echo "$as_me:6996: checking for actual SIGWINCH definition" >&5 6229 6255 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6 6230 6256 if test "${cf_cv_fixup_sigwinch+set}" = set; then 6231 6257 echo $ECHO_N "(cached) $ECHO_C" >&6 6232 @@ -6704,7 +700 0,7 @@6258 @@ -6704,7 +7004,7 @@ 6233 6259 while test $cf_sigwinch != 1 6234 6260 do 6235 6261 cat >conftest.$ac_ext <<_ACEOF 6236 6262 -#line 6707 "configure" 6237 +#line 700 3"configure"6263 +#line 7007 "configure" 6238 6264 #include "confdefs.h" 6239 6265 6240 6266 #undef _XOPEN_SOURCE 6241 @@ -6726,16 +702 2,16 @@6267 @@ -6726,16 +7026,16 @@ 6242 6268 } 6243 6269 _ACEOF 6244 6270 rm -f conftest.$ac_objext 6245 6271 -if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5 6246 +if { (eval echo "$as_me:702 5: \"$ac_compile\"") >&56272 +if { (eval echo "$as_me:7029: \"$ac_compile\"") >&5 6247 6273 (eval $ac_compile) 2>&5 6248 6274 ac_status=$? 6249 6275 - echo "$as_me:6732: \$? = $ac_status" >&5 6250 + echo "$as_me:70 28: \$? = $ac_status" >&56276 + echo "$as_me:7032: \$? = $ac_status" >&5 6251 6277 (exit $ac_status); } && 6252 6278 { ac_try='test -s conftest.$ac_objext' 6253 6279 - { (eval echo "$as_me:6735: \"$ac_try\"") >&5 6254 + { (eval echo "$as_me:703 1: \"$ac_try\"") >&56280 + { (eval echo "$as_me:7035: \"$ac_try\"") >&5 6255 6281 (eval $ac_try) 2>&5 6256 6282 ac_status=$? 6257 6283 - echo "$as_me:6738: \$? = $ac_status" >&5 6258 + echo "$as_me:703 4: \$? = $ac_status" >&56284 + echo "$as_me:7038: \$? = $ac_status" >&5 6259 6285 (exit $ac_status); }; }; then 6260 6286 cf_cv_fixup_sigwinch=$cf_sigwinch 6261 6287 break 6262 @@ -6749,7 +704 5,7 @@6288 @@ -6749,7 +7049,7 @@ 6263 6289 done 6264 6290 6265 6291 fi 6266 6292 -echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5 6267 +echo "$as_me:70 48: result: $cf_cv_fixup_sigwinch" >&56293 +echo "$as_me:7052: result: $cf_cv_fixup_sigwinch" >&5 6268 6294 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6 6269 6295 6270 6296 if test "$cf_cv_fixup_sigwinch" != unknown ; then 6271 @@ -6759,13 +705 5,13 @@6297 @@ -6759,13 +7059,13 @@ 6272 6298 6273 6299 # Checks for CODESET support. 6274 6300 6275 6301 - echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5 6276 + echo "$as_me:70 58: checking for nl_langinfo and CODESET" >&56302 + echo "$as_me:7062: checking for nl_langinfo and CODESET" >&5 6277 6303 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6 6278 6304 if test "${am_cv_langinfo_codeset+set}" = set; then … … 6281 6307 cat >conftest.$ac_ext <<_ACEOF 6282 6308 -#line 6768 "configure" 6283 +#line 706 4"configure"6309 +#line 7068 "configure" 6284 6310 #include "confdefs.h" 6285 6311 #include <langinfo.h> 6286 6312 int 6287 @@ -6777,16 +707 3,16 @@6313 @@ -6777,16 +7077,16 @@ 6288 6314 } 6289 6315 _ACEOF 6290 6316 rm -f conftest.$ac_objext conftest$ac_exeext 6291 6317 -if { (eval echo "$as_me:6780: \"$ac_link\"") >&5 6292 +if { (eval echo "$as_me:70 76: \"$ac_link\"") >&56318 +if { (eval echo "$as_me:7080: \"$ac_link\"") >&5 6293 6319 (eval $ac_link) 2>&5 6294 6320 ac_status=$? 6295 6321 - echo "$as_me:6783: \$? = $ac_status" >&5 6296 + echo "$as_me:70 79: \$? = $ac_status" >&56322 + echo "$as_me:7083: \$? = $ac_status" >&5 6297 6323 (exit $ac_status); } && 6298 6324 { ac_try='test -s conftest$ac_exeext' 6299 6325 - { (eval echo "$as_me:6786: \"$ac_try\"") >&5 6300 + { (eval echo "$as_me:708 2: \"$ac_try\"") >&56326 + { (eval echo "$as_me:7086: \"$ac_try\"") >&5 6301 6327 (eval $ac_try) 2>&5 6302 6328 ac_status=$? 6303 6329 - echo "$as_me:6789: \$? = $ac_status" >&5 6304 + echo "$as_me:708 5: \$? = $ac_status" >&56330 + echo "$as_me:7089: \$? = $ac_status" >&5 6305 6331 (exit $ac_status); }; }; then 6306 6332 am_cv_langinfo_codeset=yes 6307 6333 else 6308 @@ -6797,7 +709 3,7 @@6334 @@ -6797,7 +7097,7 @@ 6309 6335 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6310 6336 6311 6337 fi 6312 6338 -echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5 6313 +echo "$as_me:7 096: result: $am_cv_langinfo_codeset" >&56339 +echo "$as_me:7100: result: $am_cv_langinfo_codeset" >&5 6314 6340 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6 6315 6341 if test $am_cv_langinfo_codeset = yes; then 6316 6342 6317 @@ -6811,7 +71 07,7 @@6343 @@ -6811,7 +7111,7 @@ 6318 6344 NCURSES_OK_WCHAR_T= 6319 6345 NCURSES_OK_WINT_T= 6320 6346 6321 6347 -echo "$as_me:6814: checking if you want wide-character code" >&5 6322 +echo "$as_me:711 0: checking if you want wide-character code" >&56348 +echo "$as_me:7114: checking if you want wide-character code" >&5 6323 6349 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6 6324 6350 6325 6351 # Check whether --enable-widec or --disable-widec was given. 6326 @@ -6821,7 +71 17,7 @@6352 @@ -6821,7 +7121,7 @@ 6327 6353 else 6328 6354 with_widec=no 6329 6355 fi; 6330 6356 -echo "$as_me:6824: result: $with_widec" >&5 6331 +echo "$as_me:712 0: result: $with_widec" >&56357 +echo "$as_me:7124: result: $with_widec" >&5 6332 6358 echo "${ECHO_T}$with_widec" >&6 6333 6359 if test "$with_widec" = yes ; then 6334 6360 LIB_SUFFIX="w${LIB_SUFFIX}" 6335 @@ -6829,10 +712 5,10 @@6361 @@ -6829,10 +7129,10 @@ 6336 6362 #define USE_WIDEC_SUPPORT 1 6337 6363 EOF 6338 6364 6339 6365 -echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 6340 +echo "$as_me:71 28: checking if we must define _XOPEN_SOURCE_EXTENDED" >&56366 +echo "$as_me:7132: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5 6341 6367 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6 6342 6368 cat >conftest.$ac_ext <<_ACEOF 6343 6369 -#line 6835 "configure" 6344 +#line 713 1"configure"6370 +#line 7135 "configure" 6345 6371 #include "confdefs.h" 6346 6372 #include <sys/types.h> 6347 6373 6348 @@ -6848,16 +714 4,16 @@6374 @@ -6848,16 +7148,16 @@ 6349 6375 } 6350 6376 _ACEOF 6351 6377 rm -f conftest.$ac_objext 6352 6378 -if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5 6353 +if { (eval echo "$as_me:71 47: \"$ac_compile\"") >&56379 +if { (eval echo "$as_me:7151: \"$ac_compile\"") >&5 6354 6380 (eval $ac_compile) 2>&5 6355 6381 ac_status=$? 6356 6382 - echo "$as_me:6854: \$? = $ac_status" >&5 6357 + echo "$as_me:715 0: \$? = $ac_status" >&56383 + echo "$as_me:7154: \$? = $ac_status" >&5 6358 6384 (exit $ac_status); } && 6359 6385 { ac_try='test -s conftest.$ac_objext' 6360 6386 - { (eval echo "$as_me:6857: \"$ac_try\"") >&5 6361 + { (eval echo "$as_me:715 3: \"$ac_try\"") >&56387 + { (eval echo "$as_me:7157: \"$ac_try\"") >&5 6362 6388 (eval $ac_try) 2>&5 6363 6389 ac_status=$? 6364 6390 - echo "$as_me:6860: \$? = $ac_status" >&5 6365 + echo "$as_me:71 56: \$? = $ac_status" >&56391 + echo "$as_me:7160: \$? = $ac_status" >&5 6366 6392 (exit $ac_status); }; }; then 6367 6393 cf_result=no 6368 6394 else 6369 @@ -6866,16 +716 2,16 @@6395 @@ -6866,16 +7166,16 @@ 6370 6396 cf_result=yes 6371 6397 fi 6372 6398 rm -f conftest.$ac_objext conftest.$ac_ext 6373 6399 -echo "$as_me:6869: result: $cf_result" >&5 6374 +echo "$as_me:716 5: result: $cf_result" >&56400 +echo "$as_me:7169: result: $cf_result" >&5 6375 6401 echo "${ECHO_T}$cf_result" >&6 6376 6402 … … 6379 6405 elif test "x" != "x" ; then 6380 6406 - echo "$as_me:6875: checking checking for compatible value versus " >&5 6381 + echo "$as_me:717 1: checking checking for compatible value versus " >&56407 + echo "$as_me:7175: checking checking for compatible value versus " >&5 6382 6408 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6 6383 6409 cat >conftest.$ac_ext <<_ACEOF 6384 6410 -#line 6878 "configure" 6385 +#line 717 4"configure"6411 +#line 7178 "configure" 6386 6412 #include "confdefs.h" 6387 6413 #include <sys/types.h> 6388 6414 6389 @@ -6891,16 +71 87,16 @@6415 @@ -6891,16 +7191,16 @@ 6390 6416 } 6391 6417 _ACEOF 6392 6418 rm -f conftest.$ac_objext 6393 6419 -if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5 6394 +if { (eval echo "$as_me:719 0: \"$ac_compile\"") >&56420 +if { (eval echo "$as_me:7194: \"$ac_compile\"") >&5 6395 6421 (eval $ac_compile) 2>&5 6396 6422 ac_status=$? 6397 6423 - echo "$as_me:6897: \$? = $ac_status" >&5 6398 + echo "$as_me:719 3: \$? = $ac_status" >&56424 + echo "$as_me:7197: \$? = $ac_status" >&5 6399 6425 (exit $ac_status); } && 6400 6426 { ac_try='test -s conftest.$ac_objext' 6401 6427 - { (eval echo "$as_me:6900: \"$ac_try\"") >&5 6402 + { (eval echo "$as_me:7 196: \"$ac_try\"") >&56428 + { (eval echo "$as_me:7200: \"$ac_try\"") >&5 6403 6429 (eval $ac_try) 2>&5 6404 6430 ac_status=$? 6405 6431 - echo "$as_me:6903: \$? = $ac_status" >&5 6406 + echo "$as_me:7 199: \$? = $ac_status" >&56432 + echo "$as_me:7203: \$? = $ac_status" >&5 6407 6433 (exit $ac_status); }; }; then 6408 6434 cf_result=yes 6409 6435 else 6410 @@ -6909,7 +720 5,7 @@6436 @@ -6909,7 +7209,7 @@ 6411 6437 cf_result=no 6412 6438 fi 6413 6439 rm -f conftest.$ac_objext conftest.$ac_ext 6414 6440 - echo "$as_me:6912: result: $cf_result" >&5 6415 + echo "$as_me:72 08: result: $cf_result" >&56441 + echo "$as_me:7212: result: $cf_result" >&5 6416 6442 echo "${ECHO_T}$cf_result" >&6 6417 6443 if test "$cf_result" = no ; then 6418 6444 # perhaps we can override it - try... 6419 @@ -6923,13 +72 19,13 @@6445 @@ -6923,13 +7223,13 @@ 6420 6446 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs 6421 6447 do 6422 6448 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 6423 6449 -echo "$as_me:6926: checking for $ac_func" >&5 6424 +echo "$as_me:722 2: checking for $ac_func" >&56450 +echo "$as_me:7226: checking for $ac_func" >&5 6425 6451 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 6426 6452 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 6429 6455 cat >conftest.$ac_ext <<_ACEOF 6430 6456 -#line 6932 "configure" 6431 +#line 72 28"configure"6457 +#line 7232 "configure" 6432 6458 #include "confdefs.h" 6433 6459 /* System header to define __stub macros and hopefully few prototypes, 6434 6460 which can conflict with char $ac_func (); below. */ 6435 @@ -6960,16 +72 56,16 @@6461 @@ -6960,16 +7260,16 @@ 6436 6462 } 6437 6463 _ACEOF 6438 6464 rm -f conftest.$ac_objext conftest$ac_exeext 6439 6465 -if { (eval echo "$as_me:6963: \"$ac_link\"") >&5 6440 +if { (eval echo "$as_me:72 59: \"$ac_link\"") >&56466 +if { (eval echo "$as_me:7263: \"$ac_link\"") >&5 6441 6467 (eval $ac_link) 2>&5 6442 6468 ac_status=$? 6443 6469 - echo "$as_me:6966: \$? = $ac_status" >&5 6444 + echo "$as_me:726 2: \$? = $ac_status" >&56470 + echo "$as_me:7266: \$? = $ac_status" >&5 6445 6471 (exit $ac_status); } && 6446 6472 { ac_try='test -s conftest$ac_exeext' 6447 6473 - { (eval echo "$as_me:6969: \"$ac_try\"") >&5 6448 + { (eval echo "$as_me:726 5: \"$ac_try\"") >&56474 + { (eval echo "$as_me:7269: \"$ac_try\"") >&5 6449 6475 (eval $ac_try) 2>&5 6450 6476 ac_status=$? 6451 6477 - echo "$as_me:6972: \$? = $ac_status" >&5 6452 + echo "$as_me:72 68: \$? = $ac_status" >&56478 + echo "$as_me:7272: \$? = $ac_status" >&5 6453 6479 (exit $ac_status); }; }; then 6454 6480 eval "$as_ac_var=yes" 6455 6481 else 6456 @@ -6979,7 +727 5,7 @@6482 @@ -6979,7 +7279,7 @@ 6457 6483 fi 6458 6484 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6459 6485 fi 6460 6486 -echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5 6461 +echo "$as_me:72 78: result: `eval echo '${'$as_ac_var'}'`" >&56487 +echo "$as_me:7282: result: `eval echo '${'$as_ac_var'}'`" >&5 6462 6488 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 6463 6489 if test `eval echo '${'$as_ac_var'}'` = yes; then 6464 6490 cat >>confdefs.h <<EOF 6465 @@ -6991,7 +72 87,7 @@6491 @@ -6991,7 +7291,7 @@ 6466 6492 6467 6493 if test "$ac_cv_func_putwc" != yes ; then 6468 6494 6469 6495 -echo "$as_me:6994: checking for multibyte character support" >&5 6470 +echo "$as_me:729 0: checking for multibyte character support" >&56496 +echo "$as_me:7294: checking for multibyte character support" >&5 6471 6497 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6 6472 6498 if test "${cf_cv_utf8_lib+set}" = set; then 6473 6499 echo $ECHO_N "(cached) $ECHO_C" >&6 6474 @@ -6999,7 +729 5,7 @@6500 @@ -6999,7 +7299,7 @@ 6475 6501 6476 6502 cf_save_LIBS="$LIBS" 6477 6503 cat >conftest.$ac_ext <<_ACEOF 6478 6504 -#line 7002 "configure" 6479 +#line 7 298"configure"6505 +#line 7302 "configure" 6480 6506 #include "confdefs.h" 6481 6507 6482 6508 #include <stdlib.h> 6483 @@ -7012,16 +73 08,16 @@6509 @@ -7012,16 +7312,16 @@ 6484 6510 } 6485 6511 _ACEOF 6486 6512 rm -f conftest.$ac_objext conftest$ac_exeext 6487 6513 -if { (eval echo "$as_me:7015: \"$ac_link\"") >&5 6488 +if { (eval echo "$as_me:731 1: \"$ac_link\"") >&56514 +if { (eval echo "$as_me:7315: \"$ac_link\"") >&5 6489 6515 (eval $ac_link) 2>&5 6490 6516 ac_status=$? 6491 6517 - echo "$as_me:7018: \$? = $ac_status" >&5 6492 + echo "$as_me:731 4: \$? = $ac_status" >&56518 + echo "$as_me:7318: \$? = $ac_status" >&5 6493 6519 (exit $ac_status); } && 6494 6520 { ac_try='test -s conftest$ac_exeext' 6495 6521 - { (eval echo "$as_me:7021: \"$ac_try\"") >&5 6496 + { (eval echo "$as_me:73 17: \"$ac_try\"") >&56522 + { (eval echo "$as_me:7321: \"$ac_try\"") >&5 6497 6523 (eval $ac_try) 2>&5 6498 6524 ac_status=$? 6499 6525 - echo "$as_me:7024: \$? = $ac_status" >&5 6500 + echo "$as_me:732 0: \$? = $ac_status" >&56526 + echo "$as_me:7324: \$? = $ac_status" >&5 6501 6527 (exit $ac_status); }; }; then 6502 6528 cf_cv_utf8_lib=yes 6503 6529 else 6504 @@ -7033,10 +73 29,10 @@6530 @@ -7033,10 +7333,10 @@ 6505 6531 cf_cv_header_path_utf8= 6506 6532 cf_cv_library_path_utf8= 6507 6533 6508 6534 -echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 6509 +echo "${as_me-configure}:733 2: testing Starting FIND_LINKAGE(utf8,) ..." 1>&56535 +echo "${as_me-configure}:7336: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5 6510 6536 6511 6537 cat >conftest.$ac_ext <<_ACEOF 6512 6538 -#line 7039 "configure" 6513 +#line 733 5"configure"6539 +#line 7339 "configure" 6514 6540 #include "confdefs.h" 6515 6541 6516 6542 #include <libutf8.h> 6517 @@ -7049,16 +734 5,16 @@6543 @@ -7049,16 +7349,16 @@ 6518 6544 } 6519 6545 _ACEOF 6520 6546 rm -f conftest.$ac_objext conftest$ac_exeext 6521 6547 -if { (eval echo "$as_me:7052: \"$ac_link\"") >&5 6522 +if { (eval echo "$as_me:73 48: \"$ac_link\"") >&56548 +if { (eval echo "$as_me:7352: \"$ac_link\"") >&5 6523 6549 (eval $ac_link) 2>&5 6524 6550 ac_status=$? 6525 6551 - echo "$as_me:7055: \$? = $ac_status" >&5 6526 + echo "$as_me:735 1: \$? = $ac_status" >&56552 + echo "$as_me:7355: \$? = $ac_status" >&5 6527 6553 (exit $ac_status); } && 6528 6554 { ac_try='test -s conftest$ac_exeext' 6529 6555 - { (eval echo "$as_me:7058: \"$ac_try\"") >&5 6530 + { (eval echo "$as_me:735 4: \"$ac_try\"") >&56556 + { (eval echo "$as_me:7358: \"$ac_try\"") >&5 6531 6557 (eval $ac_try) 2>&5 6532 6558 ac_status=$? 6533 6559 - echo "$as_me:7061: \$? = $ac_status" >&5 6534 + echo "$as_me:73 57: \$? = $ac_status" >&56560 + echo "$as_me:7361: \$? = $ac_status" >&5 6535 6561 (exit $ac_status); }; }; then 6536 6562 cf_cv_find_linkage_utf8=yes 6537 6563 else 6538 @@ -7067,12 +736 3,41 @@6564 @@ -7067,12 +7367,41 @@ 6539 6565 6540 6566 cf_cv_find_linkage_utf8=no … … 6543 6569 + test -n "$verbose" && echo " find linkage for utf8 library" 1>&6 6544 6570 + 6545 +echo "${as_me-configure}:73 68: testing find linkage for utf8 library ..." 1>&56546 + 6547 +echo "${as_me-configure}:737 0: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&56571 +echo "${as_me-configure}:7372: testing find linkage for utf8 library ..." 1>&5 6572 + 6573 +echo "${as_me-configure}:7374: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5 6548 6574 6549 6575 cf_save_CPPFLAGS="$CPPFLAGS" … … 6580 6606 test "/usr" != "$prefix" && \ 6581 6607 test -d "/usr" && \ 6582 @@ -7143,16 +74 68,18 @@6608 @@ -7143,16 +7472,18 @@ 6583 6609 test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8" 6584 6610 } … … 6592 6618 6593 6619 -echo "${as_me-configure}:7151: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 6594 +echo "${as_me-configure}:74 78: testing ... testing $cf_cv_header_path_utf8 ..." 1>&56620 +echo "${as_me-configure}:7482: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5 6595 6621 6596 6622 CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8" 6597 6623 cat >conftest.$ac_ext <<_ACEOF 6598 6624 -#line 7155 "configure" 6599 +#line 748 2"configure"6625 +#line 7486 "configure" 6600 6626 #include "confdefs.h" 6601 6627 6602 6628 #include <libutf8.h> 6603 @@ -7165,21 +749 2,21 @@6629 @@ -7165,21 +7496,21 @@ 6604 6630 } 6605 6631 _ACEOF 6606 6632 rm -f conftest.$ac_objext 6607 6633 -if { (eval echo "$as_me:7168: \"$ac_compile\"") >&5 6608 +if { (eval echo "$as_me:749 5: \"$ac_compile\"") >&56634 +if { (eval echo "$as_me:7499: \"$ac_compile\"") >&5 6609 6635 (eval $ac_compile) 2>&5 6610 6636 ac_status=$? 6611 6637 - echo "$as_me:7171: \$? = $ac_status" >&5 6612 + echo "$as_me:7 498: \$? = $ac_status" >&56638 + echo "$as_me:7502: \$? = $ac_status" >&5 6613 6639 (exit $ac_status); } && 6614 6640 { ac_try='test -s conftest.$ac_objext' 6615 6641 - { (eval echo "$as_me:7174: \"$ac_try\"") >&5 6616 + { (eval echo "$as_me:750 1: \"$ac_try\"") >&56642 + { (eval echo "$as_me:7505: \"$ac_try\"") >&5 6617 6643 (eval $ac_try) 2>&5 6618 6644 ac_status=$? 6619 6645 - echo "$as_me:7177: \$? = $ac_status" >&5 6620 + echo "$as_me:750 4: \$? = $ac_status" >&56646 + echo "$as_me:7508: \$? = $ac_status" >&5 6621 6647 (exit $ac_status); }; }; then 6622 6648 … … 6624 6650 6625 6651 -echo "${as_me-configure}:7182: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 6626 +echo "${as_me-configure}:75 09: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&56652 +echo "${as_me-configure}:7513: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5 6627 6653 6628 6654 cf_cv_find_linkage_utf8=maybe 6629 6655 cf_test_CPPFLAGS="$CPPFLAGS" 6630 @@ -7197,13 +752 4,39 @@6656 @@ -7197,13 +7528,39 @@ 6631 6657 6632 6658 if test "$cf_cv_find_linkage_utf8" = maybe ; then 6633 6659 6634 6660 -echo "${as_me-configure}:7200: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 6635 +echo "${as_me-configure}:75 27: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&56661 +echo "${as_me-configure}:7531: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5 6636 6662 6637 6663 cf_save_LIBS="$LIBS" … … 6670 6696 test "/usr" != "$prefix" && \ 6671 6697 test -d "/usr" && \ 6672 @@ -7260,18 +761 3,20 @@6698 @@ -7260,18 +7617,20 @@ 6673 6699 test -d $HOME/utf8/lib/utf8 && cf_search="$cf_search $HOME/utf8/lib/utf8" 6674 6700 } … … 6682 6708 6683 6709 -echo "${as_me-configure}:7268: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 6684 +echo "${as_me-configure}:762 3: testing ... testing $cf_cv_library_path_utf8 ..." 1>&56710 +echo "${as_me-configure}:7627: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5 6685 6711 6686 6712 CPPFLAGS="$cf_test_CPPFLAGS" … … 6689 6715 cat >conftest.$ac_ext <<_ACEOF 6690 6716 -#line 7274 "configure" 6691 +#line 76 29"configure"6717 +#line 7633 "configure" 6692 6718 #include "confdefs.h" 6693 6719 6694 6720 #include <libutf8.h> 6695 @@ -7284,21 +76 39,21 @@6721 @@ -7284,21 +7643,21 @@ 6696 6722 } 6697 6723 _ACEOF 6698 6724 rm -f conftest.$ac_objext conftest$ac_exeext 6699 6725 -if { (eval echo "$as_me:7287: \"$ac_link\"") >&5 6700 +if { (eval echo "$as_me:764 2: \"$ac_link\"") >&56726 +if { (eval echo "$as_me:7646: \"$ac_link\"") >&5 6701 6727 (eval $ac_link) 2>&5 6702 6728 ac_status=$? 6703 6729 - echo "$as_me:7290: \$? = $ac_status" >&5 6704 + echo "$as_me:764 5: \$? = $ac_status" >&56730 + echo "$as_me:7649: \$? = $ac_status" >&5 6705 6731 (exit $ac_status); } && 6706 6732 { ac_try='test -s conftest$ac_exeext' 6707 6733 - { (eval echo "$as_me:7293: \"$ac_try\"") >&5 6708 + { (eval echo "$as_me:76 48: \"$ac_try\"") >&56734 + { (eval echo "$as_me:7652: \"$ac_try\"") >&5 6709 6735 (eval $ac_try) 2>&5 6710 6736 ac_status=$? 6711 6737 - echo "$as_me:7296: \$? = $ac_status" >&5 6712 + echo "$as_me:765 1: \$? = $ac_status" >&56738 + echo "$as_me:7655: \$? = $ac_status" >&5 6713 6739 (exit $ac_status); }; }; then 6714 6740 … … 6716 6742 6717 6743 -echo "${as_me-configure}:7301: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 6718 +echo "${as_me-configure}:76 56: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&56744 +echo "${as_me-configure}:7660: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5 6719 6745 6720 6746 cf_cv_find_linkage_utf8=yes 6721 6747 cf_cv_library_file_utf8="-lutf8" 6722 @@ -7336,7 +769 1,7 @@6748 @@ -7336,7 +7695,7 @@ 6723 6749 fi 6724 6750 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 6725 6751 fi 6726 6752 -echo "$as_me:7339: result: $cf_cv_utf8_lib" >&5 6727 +echo "$as_me:769 4: result: $cf_cv_utf8_lib" >&56753 +echo "$as_me:7698: result: $cf_cv_utf8_lib" >&5 6728 6754 echo "${ECHO_T}$cf_cv_utf8_lib" >&6 6729 6755 6730 6756 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between 6731 @@ -7364,13 +77 19,13 @@6757 @@ -7364,13 +7723,13 @@ 6732 6758 fi 6733 6759 … … 6741 6767 cat >conftest.$ac_ext <<_ACEOF 6742 6768 -#line 7373 "configure" 6743 +#line 77 28"configure"6769 +#line 7732 "configure" 6744 6770 #include "confdefs.h" 6745 6771 #include <stdio.h> 6746 6772 int 6747 @@ -7382,16 +77 37,16 @@6773 @@ -7382,16 +7741,16 @@ 6748 6774 } 6749 6775 _ACEOF 6750 6776 rm -f conftest.$ac_objext 6751 6777 -if { (eval echo "$as_me:7385: \"$ac_compile\"") >&5 6752 +if { (eval echo "$as_me:774 0: \"$ac_compile\"") >&56778 +if { (eval echo "$as_me:7744: \"$ac_compile\"") >&5 6753 6779 (eval $ac_compile) 2>&5 6754 6780 ac_status=$? 6755 6781 - echo "$as_me:7388: \$? = $ac_status" >&5 6756 + echo "$as_me:774 3: \$? = $ac_status" >&56782 + echo "$as_me:7747: \$? = $ac_status" >&5 6757 6783 (exit $ac_status); } && 6758 6784 { ac_try='test -s conftest.$ac_objext' 6759 6785 - { (eval echo "$as_me:7391: \"$ac_try\"") >&5 6760 + { (eval echo "$as_me:77 46: \"$ac_try\"") >&56786 + { (eval echo "$as_me:7750: \"$ac_try\"") >&5 6761 6787 (eval $ac_try) 2>&5 6762 6788 ac_status=$? 6763 6789 - echo "$as_me:7394: \$? = $ac_status" >&5 6764 + echo "$as_me:77 49: \$? = $ac_status" >&56790 + echo "$as_me:7753: \$? = $ac_status" >&5 6765 6791 (exit $ac_status); }; }; then 6766 6792 : 6767 6793 else 6768 @@ -7408,13 +776 3,13 @@6794 @@ -7408,13 +7767,13 @@ 6769 6795 if test "$cf_have_incdir" = no ; then 6770 6796 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 6771 6797 6772 6798 -echo "${as_me-configure}:7411: testing adding $cf_add_incdir to include-path ..." 1>&5 6773 +echo "${as_me-configure}:77 66: testing adding $cf_add_incdir to include-path ..." 1>&56799 +echo "${as_me-configure}:7770: testing adding $cf_add_incdir to include-path ..." 1>&5 6774 6800 6775 6801 - CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" … … 6785 6811 break 6786 6812 fi 6787 @@ -7442,7 +7 797,7 @@6813 @@ -7442,7 +7801,7 @@ 6788 6814 if test "$cf_have_libdir" = no ; then 6789 6815 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 6790 6816 6791 6817 -echo "${as_me-configure}:7445: testing adding $cf_add_libdir to library-path ..." 1>&5 6792 +echo "${as_me-configure}:780 0: testing adding $cf_add_libdir to library-path ..." 1>&56818 +echo "${as_me-configure}:7804: testing adding $cf_add_libdir to library-path ..." 1>&5 6793 6819 6794 6820 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 6795 6821 fi 6796 @@ -7459,14 +781 4,14 @@6822 @@ -7459,14 +7818,14 @@ 6797 6823 fi 6798 6824 6799 6825 # This is needed on Tru64 5.0 to declare mbstate_t 6800 6826 -echo "$as_me:7462: checking if we must include wchar.h to declare mbstate_t" >&5 6801 +echo "$as_me:78 17: checking if we must include wchar.h to declare mbstate_t" >&56827 +echo "$as_me:7821: checking if we must include wchar.h to declare mbstate_t" >&5 6802 6828 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6 6803 6829 if test "${cf_cv_mbstate_t+set}" = set; then … … 6807 6833 cat >conftest.$ac_ext <<_ACEOF 6808 6834 -#line 7469 "configure" 6809 +#line 782 4"configure"6835 +#line 7828 "configure" 6810 6836 #include "confdefs.h" 6811 6837 6812 6838 #include <stdlib.h> 6813 @@ -7484,23 +78 39,23 @@6839 @@ -7484,23 +7843,23 @@ 6814 6840 } 6815 6841 _ACEOF 6816 6842 rm -f conftest.$ac_objext 6817 6843 -if { (eval echo "$as_me:7487: \"$ac_compile\"") >&5 6818 +if { (eval echo "$as_me:784 2: \"$ac_compile\"") >&56844 +if { (eval echo "$as_me:7846: \"$ac_compile\"") >&5 6819 6845 (eval $ac_compile) 2>&5 6820 6846 ac_status=$? 6821 6847 - echo "$as_me:7490: \$? = $ac_status" >&5 6822 + echo "$as_me:784 5: \$? = $ac_status" >&56848 + echo "$as_me:7849: \$? = $ac_status" >&5 6823 6849 (exit $ac_status); } && 6824 6850 { ac_try='test -s conftest.$ac_objext' 6825 6851 - { (eval echo "$as_me:7493: \"$ac_try\"") >&5 6826 + { (eval echo "$as_me:78 48: \"$ac_try\"") >&56852 + { (eval echo "$as_me:7852: \"$ac_try\"") >&5 6827 6853 (eval $ac_try) 2>&5 6828 6854 ac_status=$? 6829 6855 - echo "$as_me:7496: \$? = $ac_status" >&5 6830 + echo "$as_me:785 1: \$? = $ac_status" >&56856 + echo "$as_me:7855: \$? = $ac_status" >&5 6831 6857 (exit $ac_status); }; }; then 6832 6858 cf_cv_mbstate_t=no … … 6836 6862 cat >conftest.$ac_ext <<_ACEOF 6837 6863 -#line 7503 "configure" 6838 +#line 78 58"configure"6864 +#line 7862 "configure" 6839 6865 #include "confdefs.h" 6840 6866 6841 6867 #include <stdlib.h> 6842 @@ -7519,16 +787 4,16 @@6868 @@ -7519,16 +7878,16 @@ 6843 6869 } 6844 6870 _ACEOF 6845 6871 rm -f conftest.$ac_objext 6846 6872 -if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5 6847 +if { (eval echo "$as_me:78 77: \"$ac_compile\"") >&56873 +if { (eval echo "$as_me:7881: \"$ac_compile\"") >&5 6848 6874 (eval $ac_compile) 2>&5 6849 6875 ac_status=$? 6850 6876 - echo "$as_me:7525: \$? = $ac_status" >&5 6851 + echo "$as_me:788 0: \$? = $ac_status" >&56877 + echo "$as_me:7884: \$? = $ac_status" >&5 6852 6878 (exit $ac_status); } && 6853 6879 { ac_try='test -s conftest.$ac_objext' 6854 6880 - { (eval echo "$as_me:7528: \"$ac_try\"") >&5 6855 + { (eval echo "$as_me:788 3: \"$ac_try\"") >&56881 + { (eval echo "$as_me:7887: \"$ac_try\"") >&5 6856 6882 (eval $ac_try) 2>&5 6857 6883 ac_status=$? 6858 6884 - echo "$as_me:7531: \$? = $ac_status" >&5 6859 + echo "$as_me:78 86: \$? = $ac_status" >&56885 + echo "$as_me:7890: \$? = $ac_status" >&5 6860 6886 (exit $ac_status); }; }; then 6861 6887 cf_cv_mbstate_t=yes 6862 6888 else 6863 @@ -7540,7 +789 5,7 @@6889 @@ -7540,7 +7899,7 @@ 6864 6890 fi 6865 6891 rm -f conftest.$ac_objext conftest.$ac_ext 6866 6892 fi 6867 6893 -echo "$as_me:7543: result: $cf_cv_mbstate_t" >&5 6868 +echo "$as_me:7 898: result: $cf_cv_mbstate_t" >&56894 +echo "$as_me:7902: result: $cf_cv_mbstate_t" >&5 6869 6895 echo "${ECHO_T}$cf_cv_mbstate_t" >&6 6870 6896 6871 6897 if test "$cf_cv_mbstate_t" = yes ; then 6872 @@ -7557,14 +791 2,14 @@6898 @@ -7557,14 +7916,14 @@ 6873 6899 fi 6874 6900 6875 6901 # This is needed on Tru64 5.0 to declare wchar_t 6876 6902 -echo "$as_me:7560: checking if we must include wchar.h to declare wchar_t" >&5 6877 +echo "$as_me:791 5: checking if we must include wchar.h to declare wchar_t" >&56903 +echo "$as_me:7919: checking if we must include wchar.h to declare wchar_t" >&5 6878 6904 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6 6879 6905 if test "${cf_cv_wchar_t+set}" = set; then … … 6883 6909 cat >conftest.$ac_ext <<_ACEOF 6884 6910 -#line 7567 "configure" 6885 +#line 792 2"configure"6911 +#line 7926 "configure" 6886 6912 #include "confdefs.h" 6887 6913 6888 6914 #include <stdlib.h> 6889 @@ -7582,23 +79 37,23 @@6915 @@ -7582,23 +7941,23 @@ 6890 6916 } 6891 6917 _ACEOF 6892 6918 rm -f conftest.$ac_objext 6893 6919 -if { (eval echo "$as_me:7585: \"$ac_compile\"") >&5 6894 +if { (eval echo "$as_me:794 0: \"$ac_compile\"") >&56920 +if { (eval echo "$as_me:7944: \"$ac_compile\"") >&5 6895 6921 (eval $ac_compile) 2>&5 6896 6922 ac_status=$? 6897 6923 - echo "$as_me:7588: \$? = $ac_status" >&5 6898 + echo "$as_me:794 3: \$? = $ac_status" >&56924 + echo "$as_me:7947: \$? = $ac_status" >&5 6899 6925 (exit $ac_status); } && 6900 6926 { ac_try='test -s conftest.$ac_objext' 6901 6927 - { (eval echo "$as_me:7591: \"$ac_try\"") >&5 6902 + { (eval echo "$as_me:79 46: \"$ac_try\"") >&56928 + { (eval echo "$as_me:7950: \"$ac_try\"") >&5 6903 6929 (eval $ac_try) 2>&5 6904 6930 ac_status=$? 6905 6931 - echo "$as_me:7594: \$? = $ac_status" >&5 6906 + echo "$as_me:79 49: \$? = $ac_status" >&56932 + echo "$as_me:7953: \$? = $ac_status" >&5 6907 6933 (exit $ac_status); }; }; then 6908 6934 cf_cv_wchar_t=no … … 6912 6938 cat >conftest.$ac_ext <<_ACEOF 6913 6939 -#line 7601 "configure" 6914 +#line 79 56"configure"6940 +#line 7960 "configure" 6915 6941 #include "confdefs.h" 6916 6942 6917 6943 #include <stdlib.h> 6918 @@ -7617,16 +797 2,16 @@6944 @@ -7617,16 +7976,16 @@ 6919 6945 } 6920 6946 _ACEOF 6921 6947 rm -f conftest.$ac_objext 6922 6948 -if { (eval echo "$as_me:7620: \"$ac_compile\"") >&5 6923 +if { (eval echo "$as_me:797 5: \"$ac_compile\"") >&56949 +if { (eval echo "$as_me:7979: \"$ac_compile\"") >&5 6924 6950 (eval $ac_compile) 2>&5 6925 6951 ac_status=$? 6926 6952 - echo "$as_me:7623: \$? = $ac_status" >&5 6927 + echo "$as_me:79 78: \$? = $ac_status" >&56953 + echo "$as_me:7982: \$? = $ac_status" >&5 6928 6954 (exit $ac_status); } && 6929 6955 { ac_try='test -s conftest.$ac_objext' 6930 6956 - { (eval echo "$as_me:7626: \"$ac_try\"") >&5 6931 + { (eval echo "$as_me:798 1: \"$ac_try\"") >&56957 + { (eval echo "$as_me:7985: \"$ac_try\"") >&5 6932 6958 (eval $ac_try) 2>&5 6933 6959 ac_status=$? 6934 6960 - echo "$as_me:7629: \$? = $ac_status" >&5 6935 + echo "$as_me:798 4: \$? = $ac_status" >&56961 + echo "$as_me:7988: \$? = $ac_status" >&5 6936 6962 (exit $ac_status); }; }; then 6937 6963 cf_cv_wchar_t=yes 6938 6964 else 6939 @@ -7638,7 +799 3,7 @@6965 @@ -7638,7 +7997,7 @@ 6940 6966 fi 6941 6967 rm -f conftest.$ac_objext conftest.$ac_ext 6942 6968 fi 6943 6969 -echo "$as_me:7641: result: $cf_cv_wchar_t" >&5 6944 +echo "$as_me: 7996: result: $cf_cv_wchar_t" >&56970 +echo "$as_me:8000: result: $cf_cv_wchar_t" >&5 6945 6971 echo "${ECHO_T}$cf_cv_wchar_t" >&6 6946 6972 6947 6973 if test "$cf_cv_wchar_t" = yes ; then 6948 @@ -7660,14 +801 5,14 @@6974 @@ -7660,14 +8019,14 @@ 6949 6975 fi 6950 6976 6951 6977 # This is needed on Tru64 5.0 to declare wint_t 6952 6978 -echo "$as_me:7663: checking if we must include wchar.h to declare wint_t" >&5 6953 +echo "$as_me:80 18: checking if we must include wchar.h to declare wint_t" >&56979 +echo "$as_me:8022: checking if we must include wchar.h to declare wint_t" >&5 6954 6980 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6 6955 6981 if test "${cf_cv_wint_t+set}" = set; then … … 6959 6985 cat >conftest.$ac_ext <<_ACEOF 6960 6986 -#line 7670 "configure" 6961 +#line 802 5"configure"6987 +#line 8029 "configure" 6962 6988 #include "confdefs.h" 6963 6989 6964 6990 #include <stdlib.h> 6965 @@ -7685,23 +804 0,23 @@6991 @@ -7685,23 +8044,23 @@ 6966 6992 } 6967 6993 _ACEOF 6968 6994 rm -f conftest.$ac_objext 6969 6995 -if { (eval echo "$as_me:7688: \"$ac_compile\"") >&5 6970 +if { (eval echo "$as_me:804 3: \"$ac_compile\"") >&56996 +if { (eval echo "$as_me:8047: \"$ac_compile\"") >&5 6971 6997 (eval $ac_compile) 2>&5 6972 6998 ac_status=$? 6973 6999 - echo "$as_me:7691: \$? = $ac_status" >&5 6974 + echo "$as_me:80 46: \$? = $ac_status" >&57000 + echo "$as_me:8050: \$? = $ac_status" >&5 6975 7001 (exit $ac_status); } && 6976 7002 { ac_try='test -s conftest.$ac_objext' 6977 7003 - { (eval echo "$as_me:7694: \"$ac_try\"") >&5 6978 + { (eval echo "$as_me:80 49: \"$ac_try\"") >&57004 + { (eval echo "$as_me:8053: \"$ac_try\"") >&5 6979 7005 (eval $ac_try) 2>&5 6980 7006 ac_status=$? 6981 7007 - echo "$as_me:7697: \$? = $ac_status" >&5 6982 + echo "$as_me:805 2: \$? = $ac_status" >&57008 + echo "$as_me:8056: \$? = $ac_status" >&5 6983 7009 (exit $ac_status); }; }; then 6984 7010 cf_cv_wint_t=no … … 6988 7014 cat >conftest.$ac_ext <<_ACEOF 6989 7015 -#line 7704 "configure" 6990 +#line 80 59"configure"7016 +#line 8063 "configure" 6991 7017 #include "confdefs.h" 6992 7018 6993 7019 #include <stdlib.h> 6994 @@ -7720,16 +807 5,16 @@7020 @@ -7720,16 +8079,16 @@ 6995 7021 } 6996 7022 _ACEOF 6997 7023 rm -f conftest.$ac_objext 6998 7024 -if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5 6999 +if { (eval echo "$as_me:80 78: \"$ac_compile\"") >&57025 +if { (eval echo "$as_me:8082: \"$ac_compile\"") >&5 7000 7026 (eval $ac_compile) 2>&5 7001 7027 ac_status=$? 7002 7028 - echo "$as_me:7726: \$? = $ac_status" >&5 7003 + echo "$as_me:808 1: \$? = $ac_status" >&57029 + echo "$as_me:8085: \$? = $ac_status" >&5 7004 7030 (exit $ac_status); } && 7005 7031 { ac_try='test -s conftest.$ac_objext' 7006 7032 - { (eval echo "$as_me:7729: \"$ac_try\"") >&5 7007 + { (eval echo "$as_me:808 4: \"$ac_try\"") >&57033 + { (eval echo "$as_me:8088: \"$ac_try\"") >&5 7008 7034 (eval $ac_try) 2>&5 7009 7035 ac_status=$? 7010 7036 - echo "$as_me:7732: \$? = $ac_status" >&5 7011 + echo "$as_me:80 87: \$? = $ac_status" >&57037 + echo "$as_me:8091: \$? = $ac_status" >&5 7012 7038 (exit $ac_status); }; }; then 7013 7039 cf_cv_wint_t=yes 7014 7040 else 7015 @@ -7741,7 +8 096,7 @@7041 @@ -7741,7 +8100,7 @@ 7016 7042 fi 7017 7043 rm -f conftest.$ac_objext conftest.$ac_ext 7018 7044 fi 7019 7045 -echo "$as_me:7744: result: $cf_cv_wint_t" >&5 7020 +echo "$as_me:8 099: result: $cf_cv_wint_t" >&57046 +echo "$as_me:8103: result: $cf_cv_wint_t" >&5 7021 7047 echo "${ECHO_T}$cf_cv_wint_t" >&6 7022 7048 7023 7049 if test "$cf_cv_wint_t" = yes ; then 7024 @@ -7780,7 +813 5,7 @@7050 @@ -7780,7 +8139,7 @@ 7025 7051 ;; 7026 7052 esac 7027 7053 7028 7054 -echo "$as_me:7783: checking whether to enable _LP64 definition in curses.h" >&5 7029 +echo "$as_me:81 38: checking whether to enable _LP64 definition in curses.h" >&57055 +echo "$as_me:8142: checking whether to enable _LP64 definition in curses.h" >&5 7030 7056 echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6 7031 7057 7032 7058 # Check whether --enable-lp64 or --disable-lp64 was given. 7033 @@ -7790,7 +814 5,7 @@7059 @@ -7790,7 +8149,7 @@ 7034 7060 else 7035 7061 with_lp64=$default_with_lp64 7036 7062 fi; 7037 7063 -echo "$as_me:7793: result: $with_lp64" >&5 7038 +echo "$as_me:81 48: result: $with_lp64" >&57064 +echo "$as_me:8152: result: $with_lp64" >&5 7039 7065 echo "${ECHO_T}$with_lp64" >&6 7040 7066 7041 7067 if test "$with_lp64" = yes ; then 7042 @@ -7806,7 +816 1,7 @@7068 @@ -7806,7 +8165,7 @@ 7043 7069 fi; 7044 7070 if test "$enable_largefile" != no; then 7045 7071 7046 7072 - echo "$as_me:7809: checking for special C compiler options needed for large files" >&5 7047 + echo "$as_me:816 4: checking for special C compiler options needed for large files" >&57073 + echo "$as_me:8168: checking for special C compiler options needed for large files" >&5 7048 7074 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6 7049 7075 if test "${ac_cv_sys_largefile_CC+set}" = set; then 7050 7076 echo $ECHO_N "(cached) $ECHO_C" >&6 7051 @@ -7818,7 +817 3,7 @@7077 @@ -7818,7 +8177,7 @@ 7052 7078 # IRIX 6.2 and later do not support large files by default, 7053 7079 # so use the C compiler's -n32 option if that helps. 7054 7080 cat >conftest.$ac_ext <<_ACEOF 7055 7081 -#line 7821 "configure" 7056 +#line 81 76"configure"7082 +#line 8180 "configure" 7057 7083 #include "confdefs.h" 7058 7084 #include <sys/types.h> 7059 7085 /* Check that off_t can represent 2**63 - 1 correctly. 7060 @@ -7838,16 +819 3,16 @@7086 @@ -7838,16 +8197,16 @@ 7061 7087 } 7062 7088 _ACEOF 7063 7089 rm -f conftest.$ac_objext 7064 7090 -if { (eval echo "$as_me:7841: \"$ac_compile\"") >&5 7065 +if { (eval echo "$as_me:8 196: \"$ac_compile\"") >&57091 +if { (eval echo "$as_me:8200: \"$ac_compile\"") >&5 7066 7092 (eval $ac_compile) 2>&5 7067 7093 ac_status=$? 7068 7094 - echo "$as_me:7844: \$? = $ac_status" >&5 7069 + echo "$as_me:8 199: \$? = $ac_status" >&57095 + echo "$as_me:8203: \$? = $ac_status" >&5 7070 7096 (exit $ac_status); } && 7071 7097 { ac_try='test -s conftest.$ac_objext' 7072 7098 - { (eval echo "$as_me:7847: \"$ac_try\"") >&5 7073 + { (eval echo "$as_me:820 2: \"$ac_try\"") >&57099 + { (eval echo "$as_me:8206: \"$ac_try\"") >&5 7074 7100 (eval $ac_try) 2>&5 7075 7101 ac_status=$? 7076 7102 - echo "$as_me:7850: \$? = $ac_status" >&5 7077 + echo "$as_me:820 5: \$? = $ac_status" >&57103 + echo "$as_me:8209: \$? = $ac_status" >&5 7078 7104 (exit $ac_status); }; }; then 7079 7105 break 7080 7106 else 7081 @@ -7857,16 +821 2,16 @@7107 @@ -7857,16 +8216,16 @@ 7082 7108 rm -f conftest.$ac_objext 7083 7109 CC="$CC -n32" 7084 7110 rm -f conftest.$ac_objext 7085 7111 -if { (eval echo "$as_me:7860: \"$ac_compile\"") >&5 7086 +if { (eval echo "$as_me:821 5: \"$ac_compile\"") >&57112 +if { (eval echo "$as_me:8219: \"$ac_compile\"") >&5 7087 7113 (eval $ac_compile) 2>&5 7088 7114 ac_status=$? 7089 7115 - echo "$as_me:7863: \$? = $ac_status" >&5 7090 + echo "$as_me:82 18: \$? = $ac_status" >&57116 + echo "$as_me:8222: \$? = $ac_status" >&5 7091 7117 (exit $ac_status); } && 7092 7118 { ac_try='test -s conftest.$ac_objext' 7093 7119 - { (eval echo "$as_me:7866: \"$ac_try\"") >&5 7094 + { (eval echo "$as_me:822 1: \"$ac_try\"") >&57120 + { (eval echo "$as_me:8225: \"$ac_try\"") >&5 7095 7121 (eval $ac_try) 2>&5 7096 7122 ac_status=$? 7097 7123 - echo "$as_me:7869: \$? = $ac_status" >&5 7098 + echo "$as_me:822 4: \$? = $ac_status" >&57124 + echo "$as_me:8228: \$? = $ac_status" >&5 7099 7125 (exit $ac_status); }; }; then 7100 7126 ac_cv_sys_largefile_CC=' -n32'; break 7101 7127 else 7102 @@ -7880,13 +823 5,13 @@7128 @@ -7880,13 +8239,13 @@ 7103 7129 rm -f conftest.$ac_ext 7104 7130 fi 7105 7131 fi 7106 7132 -echo "$as_me:7883: result: $ac_cv_sys_largefile_CC" >&5 7107 +echo "$as_me:82 38: result: $ac_cv_sys_largefile_CC" >&57133 +echo "$as_me:8242: result: $ac_cv_sys_largefile_CC" >&5 7108 7134 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6 7109 7135 if test "$ac_cv_sys_largefile_CC" != no; then … … 7112 7138 7113 7139 - echo "$as_me:7889: checking for _FILE_OFFSET_BITS value needed for large files" >&5 7114 + echo "$as_me:824 4: checking for _FILE_OFFSET_BITS value needed for large files" >&57140 + echo "$as_me:8248: checking for _FILE_OFFSET_BITS value needed for large files" >&5 7115 7141 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6 7116 7142 if test "${ac_cv_sys_file_offset_bits+set}" = set; then 7117 7143 echo $ECHO_N "(cached) $ECHO_C" >&6 7118 @@ -7894,7 +82 49,7 @@7144 @@ -7894,7 +8253,7 @@ 7119 7145 while :; do 7120 7146 ac_cv_sys_file_offset_bits=no 7121 7147 cat >conftest.$ac_ext <<_ACEOF 7122 7148 -#line 7897 "configure" 7123 +#line 825 2"configure"7149 +#line 8256 "configure" 7124 7150 #include "confdefs.h" 7125 7151 #include <sys/types.h> 7126 7152 /* Check that off_t can represent 2**63 - 1 correctly. 7127 @@ -7914,16 +82 69,16 @@7153 @@ -7914,16 +8273,16 @@ 7128 7154 } 7129 7155 _ACEOF 7130 7156 rm -f conftest.$ac_objext 7131 7157 -if { (eval echo "$as_me:7917: \"$ac_compile\"") >&5 7132 +if { (eval echo "$as_me:827 2: \"$ac_compile\"") >&57158 +if { (eval echo "$as_me:8276: \"$ac_compile\"") >&5 7133 7159 (eval $ac_compile) 2>&5 7134 7160 ac_status=$? 7135 7161 - echo "$as_me:7920: \$? = $ac_status" >&5 7136 + echo "$as_me:827 5: \$? = $ac_status" >&57162 + echo "$as_me:8279: \$? = $ac_status" >&5 7137 7163 (exit $ac_status); } && 7138 7164 { ac_try='test -s conftest.$ac_objext' 7139 7165 - { (eval echo "$as_me:7923: \"$ac_try\"") >&5 7140 + { (eval echo "$as_me:82 78: \"$ac_try\"") >&57166 + { (eval echo "$as_me:8282: \"$ac_try\"") >&5 7141 7167 (eval $ac_try) 2>&5 7142 7168 ac_status=$? 7143 7169 - echo "$as_me:7926: \$? = $ac_status" >&5 7144 + echo "$as_me:828 1: \$? = $ac_status" >&57170 + echo "$as_me:8285: \$? = $ac_status" >&5 7145 7171 (exit $ac_status); }; }; then 7146 7172 break 7147 7173 else 7148 @@ -7932,7 +82 87,7 @@7174 @@ -7932,7 +8291,7 @@ 7149 7175 fi 7150 7176 rm -f conftest.$ac_objext conftest.$ac_ext 7151 7177 cat >conftest.$ac_ext <<_ACEOF 7152 7178 -#line 7935 "configure" 7153 +#line 829 0"configure"7179 +#line 8294 "configure" 7154 7180 #include "confdefs.h" 7155 7181 #define _FILE_OFFSET_BITS 64 7156 7182 #include <sys/types.h> 7157 @@ -7953,16 +83 08,16 @@7183 @@ -7953,16 +8312,16 @@ 7158 7184 } 7159 7185 _ACEOF 7160 7186 rm -f conftest.$ac_objext 7161 7187 -if { (eval echo "$as_me:7956: \"$ac_compile\"") >&5 7162 +if { (eval echo "$as_me:831 1: \"$ac_compile\"") >&57188 +if { (eval echo "$as_me:8315: \"$ac_compile\"") >&5 7163 7189 (eval $ac_compile) 2>&5 7164 7190 ac_status=$? 7165 7191 - echo "$as_me:7959: \$? = $ac_status" >&5 7166 + echo "$as_me:831 4: \$? = $ac_status" >&57192 + echo "$as_me:8318: \$? = $ac_status" >&5 7167 7193 (exit $ac_status); } && 7168 7194 { ac_try='test -s conftest.$ac_objext' 7169 7195 - { (eval echo "$as_me:7962: \"$ac_try\"") >&5 7170 + { (eval echo "$as_me:83 17: \"$ac_try\"") >&57196 + { (eval echo "$as_me:8321: \"$ac_try\"") >&5 7171 7197 (eval $ac_try) 2>&5 7172 7198 ac_status=$? 7173 7199 - echo "$as_me:7965: \$? = $ac_status" >&5 7174 + echo "$as_me:832 0: \$? = $ac_status" >&57200 + echo "$as_me:8324: \$? = $ac_status" >&5 7175 7201 (exit $ac_status); }; }; then 7176 7202 ac_cv_sys_file_offset_bits=64; break 7177 7203 else 7178 @@ -7973,7 +83 28,7 @@7204 @@ -7973,7 +8332,7 @@ 7179 7205 break 7180 7206 done 7181 7207 fi 7182 7208 -echo "$as_me:7976: result: $ac_cv_sys_file_offset_bits" >&5 7183 +echo "$as_me:833 1: result: $ac_cv_sys_file_offset_bits" >&57209 +echo "$as_me:8335: result: $ac_cv_sys_file_offset_bits" >&5 7184 7210 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6 7185 7211 if test "$ac_cv_sys_file_offset_bits" != no; then 7186 7212 7187 @@ -7983,7 +83 38,7 @@7213 @@ -7983,7 +8342,7 @@ 7188 7214 7189 7215 fi 7190 7216 rm -f conftest* 7191 7217 - echo "$as_me:7986: checking for _LARGE_FILES value needed for large files" >&5 7192 + echo "$as_me:834 1: checking for _LARGE_FILES value needed for large files" >&57218 + echo "$as_me:8345: checking for _LARGE_FILES value needed for large files" >&5 7193 7219 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6 7194 7220 if test "${ac_cv_sys_large_files+set}" = set; then 7195 7221 echo $ECHO_N "(cached) $ECHO_C" >&6 7196 @@ -7991,7 +83 46,7 @@7222 @@ -7991,7 +8350,7 @@ 7197 7223 while :; do 7198 7224 ac_cv_sys_large_files=no 7199 7225 cat >conftest.$ac_ext <<_ACEOF 7200 7226 -#line 7994 "configure" 7201 +#line 83 49"configure"7227 +#line 8353 "configure" 7202 7228 #include "confdefs.h" 7203 7229 #include <sys/types.h> 7204 7230 /* Check that off_t can represent 2**63 - 1 correctly. 7205 @@ -8011,16 +83 66,16 @@7231 @@ -8011,16 +8370,16 @@ 7206 7232 } 7207 7233 _ACEOF 7208 7234 rm -f conftest.$ac_objext 7209 7235 -if { (eval echo "$as_me:8014: \"$ac_compile\"") >&5 7210 +if { (eval echo "$as_me:83 69: \"$ac_compile\"") >&57236 +if { (eval echo "$as_me:8373: \"$ac_compile\"") >&5 7211 7237 (eval $ac_compile) 2>&5 7212 7238 ac_status=$? 7213 7239 - echo "$as_me:8017: \$? = $ac_status" >&5 7214 + echo "$as_me:837 2: \$? = $ac_status" >&57240 + echo "$as_me:8376: \$? = $ac_status" >&5 7215 7241 (exit $ac_status); } && 7216 7242 { ac_try='test -s conftest.$ac_objext' 7217 7243 - { (eval echo "$as_me:8020: \"$ac_try\"") >&5 7218 + { (eval echo "$as_me:837 5: \"$ac_try\"") >&57244 + { (eval echo "$as_me:8379: \"$ac_try\"") >&5 7219 7245 (eval $ac_try) 2>&5 7220 7246 ac_status=$? 7221 7247 - echo "$as_me:8023: \$? = $ac_status" >&5 7222 + echo "$as_me:83 78: \$? = $ac_status" >&57248 + echo "$as_me:8382: \$? = $ac_status" >&5 7223 7249 (exit $ac_status); }; }; then 7224 7250 break 7225 7251 else 7226 @@ -8029,7 +838 4,7 @@7252 @@ -8029,7 +8388,7 @@ 7227 7253 fi 7228 7254 rm -f conftest.$ac_objext conftest.$ac_ext 7229 7255 cat >conftest.$ac_ext <<_ACEOF 7230 7256 -#line 8032 "configure" 7231 +#line 83 87"configure"7257 +#line 8391 "configure" 7232 7258 #include "confdefs.h" 7233 7259 #define _LARGE_FILES 1 7234 7260 #include <sys/types.h> 7235 @@ -8050,16 +840 5,16 @@7261 @@ -8050,16 +8409,16 @@ 7236 7262 } 7237 7263 _ACEOF 7238 7264 rm -f conftest.$ac_objext 7239 7265 -if { (eval echo "$as_me:8053: \"$ac_compile\"") >&5 7240 +if { (eval echo "$as_me:84 08: \"$ac_compile\"") >&57266 +if { (eval echo "$as_me:8412: \"$ac_compile\"") >&5 7241 7267 (eval $ac_compile) 2>&5 7242 7268 ac_status=$? 7243 7269 - echo "$as_me:8056: \$? = $ac_status" >&5 7244 + echo "$as_me:841 1: \$? = $ac_status" >&57270 + echo "$as_me:8415: \$? = $ac_status" >&5 7245 7271 (exit $ac_status); } && 7246 7272 { ac_try='test -s conftest.$ac_objext' 7247 7273 - { (eval echo "$as_me:8059: \"$ac_try\"") >&5 7248 + { (eval echo "$as_me:841 4: \"$ac_try\"") >&57274 + { (eval echo "$as_me:8418: \"$ac_try\"") >&5 7249 7275 (eval $ac_try) 2>&5 7250 7276 ac_status=$? 7251 7277 - echo "$as_me:8062: \$? = $ac_status" >&5 7252 + echo "$as_me:84 17: \$? = $ac_status" >&57278 + echo "$as_me:8421: \$? = $ac_status" >&5 7253 7279 (exit $ac_status); }; }; then 7254 7280 ac_cv_sys_large_files=1; break 7255 7281 else 7256 @@ -8070,7 +842 5,7 @@7282 @@ -8070,7 +8429,7 @@ 7257 7283 break 7258 7284 done 7259 7285 fi 7260 7286 -echo "$as_me:8073: result: $ac_cv_sys_large_files" >&5 7261 +echo "$as_me:84 28: result: $ac_cv_sys_large_files" >&57287 +echo "$as_me:8432: result: $ac_cv_sys_large_files" >&5 7262 7288 echo "${ECHO_T}$ac_cv_sys_large_files" >&6 7263 7289 if test "$ac_cv_sys_large_files" != no; then 7264 7290 7265 @@ -8083,7 +84 38,7 @@7291 @@ -8083,7 +8442,7 @@ 7266 7292 fi 7267 7293 7268 7294 if test "$enable_largefile" != no ; then 7269 7295 - echo "$as_me:8086: checking for _LARGEFILE_SOURCE value needed for large files" >&5 7270 + echo "$as_me:844 1: checking for _LARGEFILE_SOURCE value needed for large files" >&57296 + echo "$as_me:8445: checking for _LARGEFILE_SOURCE value needed for large files" >&5 7271 7297 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6 7272 7298 if test "${ac_cv_sys_largefile_source+set}" = set; then 7273 7299 echo $ECHO_N "(cached) $ECHO_C" >&6 7274 @@ -8091,7 +84 46,7 @@7300 @@ -8091,7 +8450,7 @@ 7275 7301 while :; do 7276 7302 ac_cv_sys_largefile_source=no 7277 7303 cat >conftest.$ac_ext <<_ACEOF 7278 7304 -#line 8094 "configure" 7279 +#line 84 49"configure"7305 +#line 8453 "configure" 7280 7306 #include "confdefs.h" 7281 7307 #include <stdio.h> 7282 7308 int 7283 @@ -8103,16 +84 58,16 @@7309 @@ -8103,16 +8462,16 @@ 7284 7310 } 7285 7311 _ACEOF 7286 7312 rm -f conftest.$ac_objext 7287 7313 -if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5 7288 +if { (eval echo "$as_me:846 1: \"$ac_compile\"") >&57314 +if { (eval echo "$as_me:8465: \"$ac_compile\"") >&5 7289 7315 (eval $ac_compile) 2>&5 7290 7316 ac_status=$? 7291 7317 - echo "$as_me:8109: \$? = $ac_status" >&5 7292 + echo "$as_me:846 4: \$? = $ac_status" >&57318 + echo "$as_me:8468: \$? = $ac_status" >&5 7293 7319 (exit $ac_status); } && 7294 7320 { ac_try='test -s conftest.$ac_objext' 7295 7321 - { (eval echo "$as_me:8112: \"$ac_try\"") >&5 7296 + { (eval echo "$as_me:84 67: \"$ac_try\"") >&57322 + { (eval echo "$as_me:8471: \"$ac_try\"") >&5 7297 7323 (eval $ac_try) 2>&5 7298 7324 ac_status=$? 7299 7325 - echo "$as_me:8115: \$? = $ac_status" >&5 7300 + echo "$as_me:847 0: \$? = $ac_status" >&57326 + echo "$as_me:8474: \$? = $ac_status" >&5 7301 7327 (exit $ac_status); }; }; then 7302 7328 break 7303 7329 else 7304 @@ -8121,7 +84 76,7 @@7330 @@ -8121,7 +8480,7 @@ 7305 7331 fi 7306 7332 rm -f conftest.$ac_objext conftest.$ac_ext 7307 7333 cat >conftest.$ac_ext <<_ACEOF 7308 7334 -#line 8124 "configure" 7309 +#line 84 79"configure"7335 +#line 8483 "configure" 7310 7336 #include "confdefs.h" 7311 7337 #define _LARGEFILE_SOURCE 1 7312 7338 #include <stdio.h> 7313 @@ -8134,16 +84 89,16 @@7339 @@ -8134,16 +8493,16 @@ 7314 7340 } 7315 7341 _ACEOF 7316 7342 rm -f conftest.$ac_objext 7317 7343 -if { (eval echo "$as_me:8137: \"$ac_compile\"") >&5 7318 +if { (eval echo "$as_me:849 2: \"$ac_compile\"") >&57344 +if { (eval echo "$as_me:8496: \"$ac_compile\"") >&5 7319 7345 (eval $ac_compile) 2>&5 7320 7346 ac_status=$? 7321 7347 - echo "$as_me:8140: \$? = $ac_status" >&5 7322 + echo "$as_me:849 5: \$? = $ac_status" >&57348 + echo "$as_me:8499: \$? = $ac_status" >&5 7323 7349 (exit $ac_status); } && 7324 7350 { ac_try='test -s conftest.$ac_objext' 7325 7351 - { (eval echo "$as_me:8143: \"$ac_try\"") >&5 7326 + { (eval echo "$as_me:8 498: \"$ac_try\"") >&57352 + { (eval echo "$as_me:8502: \"$ac_try\"") >&5 7327 7353 (eval $ac_try) 2>&5 7328 7354 ac_status=$? 7329 7355 - echo "$as_me:8146: \$? = $ac_status" >&5 7330 + echo "$as_me:850 1: \$? = $ac_status" >&57356 + echo "$as_me:8505: \$? = $ac_status" >&5 7331 7357 (exit $ac_status); }; }; then 7332 7358 ac_cv_sys_largefile_source=1; break 7333 7359 else 7334 @@ -8154,7 +85 09,7 @@7360 @@ -8154,7 +8513,7 @@ 7335 7361 break 7336 7362 done 7337 7363 fi 7338 7364 -echo "$as_me:8157: result: $ac_cv_sys_largefile_source" >&5 7339 +echo "$as_me:851 2: result: $ac_cv_sys_largefile_source" >&57365 +echo "$as_me:8516: result: $ac_cv_sys_largefile_source" >&5 7340 7366 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6 7341 7367 if test "$ac_cv_sys_largefile_source" != no; then 7342 7368 7343 @@ -8168,13 +852 3,13 @@7369 @@ -8168,13 +8527,13 @@ 7344 7370 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug 7345 7371 # in glibc 2.1.3, but that breaks too many other things. 7346 7372 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc. 7347 7373 -echo "$as_me:8171: checking for fseeko" >&5 7348 +echo "$as_me:85 26: checking for fseeko" >&57374 +echo "$as_me:8530: checking for fseeko" >&5 7349 7375 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6 7350 7376 if test "${ac_cv_func_fseeko+set}" = set; then … … 7353 7379 cat >conftest.$ac_ext <<_ACEOF 7354 7380 -#line 8177 "configure" 7355 +#line 853 2"configure"7381 +#line 8536 "configure" 7356 7382 #include "confdefs.h" 7357 7383 #include <stdio.h> 7358 7384 int 7359 @@ -8186,16 +854 1,16 @@7385 @@ -8186,16 +8545,16 @@ 7360 7386 } 7361 7387 _ACEOF 7362 7388 rm -f conftest.$ac_objext conftest$ac_exeext 7363 7389 -if { (eval echo "$as_me:8189: \"$ac_link\"") >&5 7364 +if { (eval echo "$as_me:854 4: \"$ac_link\"") >&57390 +if { (eval echo "$as_me:8548: \"$ac_link\"") >&5 7365 7391 (eval $ac_link) 2>&5 7366 7392 ac_status=$? 7367 7393 - echo "$as_me:8192: \$? = $ac_status" >&5 7368 + echo "$as_me:85 47: \$? = $ac_status" >&57394 + echo "$as_me:8551: \$? = $ac_status" >&5 7369 7395 (exit $ac_status); } && 7370 7396 { ac_try='test -s conftest$ac_exeext' 7371 7397 - { (eval echo "$as_me:8195: \"$ac_try\"") >&5 7372 + { (eval echo "$as_me:855 0: \"$ac_try\"") >&57398 + { (eval echo "$as_me:8554: \"$ac_try\"") >&5 7373 7399 (eval $ac_try) 2>&5 7374 7400 ac_status=$? 7375 7401 - echo "$as_me:8198: \$? = $ac_status" >&5 7376 + echo "$as_me:855 3: \$? = $ac_status" >&57402 + echo "$as_me:8557: \$? = $ac_status" >&5 7377 7403 (exit $ac_status); }; }; then 7378 7404 ac_cv_func_fseeko=yes 7379 7405 else 7380 @@ -8205,7 +856 0,7 @@7406 @@ -8205,7 +8564,7 @@ 7381 7407 fi 7382 7408 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 7383 7409 fi 7384 7410 -echo "$as_me:8208: result: $ac_cv_func_fseeko" >&5 7385 +echo "$as_me:856 3: result: $ac_cv_func_fseeko" >&57411 +echo "$as_me:8567: result: $ac_cv_func_fseeko" >&5 7386 7412 echo "${ECHO_T}$ac_cv_func_fseeko" >&6 7387 7413 if test $ac_cv_func_fseeko = yes; then 7388 7414 7389 @@ -8226,14 +858 1,14 @@7415 @@ -8226,14 +8585,14 @@ 7390 7416 test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE " 7391 7417 test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits " 7392 7418 7393 7419 - echo "$as_me:8229: checking whether to use struct dirent64" >&5 7394 + echo "$as_me:858 4: checking whether to use struct dirent64" >&57420 + echo "$as_me:8588: checking whether to use struct dirent64" >&5 7395 7421 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6 7396 7422 if test "${cf_cv_struct_dirent64+set}" = set; then … … 7400 7426 cat >conftest.$ac_ext <<_ACEOF 7401 7427 -#line 8236 "configure" 7402 +#line 859 1"configure"7428 +#line 8595 "configure" 7403 7429 #include "confdefs.h" 7404 7430 7405 7431 #include <sys/types.h> 7406 @@ -8254,16 +86 09,16 @@7432 @@ -8254,16 +8613,16 @@ 7407 7433 } 7408 7434 _ACEOF 7409 7435 rm -f conftest.$ac_objext 7410 7436 -if { (eval echo "$as_me:8257: \"$ac_compile\"") >&5 7411 +if { (eval echo "$as_me:861 2: \"$ac_compile\"") >&57437 +if { (eval echo "$as_me:8616: \"$ac_compile\"") >&5 7412 7438 (eval $ac_compile) 2>&5 7413 7439 ac_status=$? 7414 7440 - echo "$as_me:8260: \$? = $ac_status" >&5 7415 + echo "$as_me:861 5: \$? = $ac_status" >&57441 + echo "$as_me:8619: \$? = $ac_status" >&5 7416 7442 (exit $ac_status); } && 7417 7443 { ac_try='test -s conftest.$ac_objext' 7418 7444 - { (eval echo "$as_me:8263: \"$ac_try\"") >&5 7419 + { (eval echo "$as_me:86 18: \"$ac_try\"") >&57445 + { (eval echo "$as_me:8622: \"$ac_try\"") >&5 7420 7446 (eval $ac_try) 2>&5 7421 7447 ac_status=$? 7422 7448 - echo "$as_me:8266: \$? = $ac_status" >&5 7423 + echo "$as_me:862 1: \$? = $ac_status" >&57449 + echo "$as_me:8625: \$? = $ac_status" >&5 7424 7450 (exit $ac_status); }; }; then 7425 7451 cf_cv_struct_dirent64=yes 7426 7452 else 7427 @@ -8274,7 +86 29,7 @@7453 @@ -8274,7 +8633,7 @@ 7428 7454 rm -f conftest.$ac_objext conftest.$ac_ext 7429 7455 7430 7456 fi 7431 7457 -echo "$as_me:8277: result: $cf_cv_struct_dirent64" >&5 7432 +echo "$as_me:863 2: result: $cf_cv_struct_dirent64" >&57458 +echo "$as_me:8636: result: $cf_cv_struct_dirent64" >&5 7433 7459 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6 7434 7460 test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF 7435 7461 #define HAVE_STRUCT_DIRENT64 1 7436 @@ -8283,7 +86 38,7 @@7462 @@ -8283,7 +8642,7 @@ 7437 7463 fi 7438 7464 7439 7465 ### use option --disable-tparm-varargs to make tparm() conform to X/Open 7440 7466 -echo "$as_me:8286: checking if you want tparm not to use X/Open fixed-parameter list" >&5 7441 +echo "$as_me:864 1: checking if you want tparm not to use X/Open fixed-parameter list" >&57467 +echo "$as_me:8645: checking if you want tparm not to use X/Open fixed-parameter list" >&5 7442 7468 echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6 7443 7469 7444 7470 # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given. 7445 @@ -8293,14 +86 48,14 @@7471 @@ -8293,14 +8652,14 @@ 7446 7472 else 7447 7473 with_tparm_varargs=yes 7448 7474 fi; 7449 7475 -echo "$as_me:8296: result: $with_tparm_varargs" >&5 7450 +echo "$as_me:865 1: result: $with_tparm_varargs" >&57476 +echo "$as_me:8655: result: $with_tparm_varargs" >&5 7451 7477 echo "${ECHO_T}$with_tparm_varargs" >&6 7452 7478 NCURSES_TPARM_VARARGS=0 … … 7456 7482 if test "$with_ticlib" != no ; then 7457 7483 -echo "$as_me:8303: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 7458 +echo "$as_me:86 58: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&57484 +echo "$as_me:8662: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5 7459 7485 echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6 7460 7486 7461 7487 # Check whether --enable-tic-depends or --disable-tic-depends was given. 7462 @@ -8310,14 +866 5,14 @@7488 @@ -8310,14 +8669,14 @@ 7463 7489 else 7464 7490 with_tic_depends=yes 7465 7491 fi; 7466 7492 -echo "$as_me:8313: result: $with_tic_depends" >&5 7467 +echo "$as_me:86 68: result: $with_tic_depends" >&57493 +echo "$as_me:8672: result: $with_tic_depends" >&5 7468 7494 echo "${ECHO_T}$with_tic_depends" >&6 7469 7495 else … … 7473 7499 ### use option --with-bool to override bool's type 7474 7500 -echo "$as_me:8320: checking for type of bool" >&5 7475 +echo "$as_me:867 5: checking for type of bool" >&57501 +echo "$as_me:8679: checking for type of bool" >&5 7476 7502 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6 7477 7503 7478 7504 # Check whether --with-bool or --without-bool was given. 7479 @@ -8327,10 +868 2,10 @@7505 @@ -8327,10 +8686,10 @@ 7480 7506 else 7481 7507 NCURSES_BOOL=auto 7482 7508 fi; 7483 7509 -echo "$as_me:8330: result: $NCURSES_BOOL" >&5 7484 +echo "$as_me:868 5: result: $NCURSES_BOOL" >&57510 +echo "$as_me:8689: result: $NCURSES_BOOL" >&5 7485 7511 echo "${ECHO_T}$NCURSES_BOOL" >&6 7486 7512 7487 7513 -echo "$as_me:8333: checking for alternate terminal capabilities file" >&5 7488 +echo "$as_me:86 88: checking for alternate terminal capabilities file" >&57514 +echo "$as_me:8692: checking for alternate terminal capabilities file" >&5 7489 7515 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6 7490 7516 7491 7517 # Check whether --with-caps or --without-caps was given. 7492 @@ -8341,11 +8 696,11 @@7518 @@ -8341,11 +8700,11 @@ 7493 7519 TERMINFO_CAPS=Caps 7494 7520 fi; 7495 7521 test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps 7496 7522 -echo "$as_me:8344: result: $TERMINFO_CAPS" >&5 7497 +echo "$as_me:8 699: result: $TERMINFO_CAPS" >&57523 +echo "$as_me:8703: result: $TERMINFO_CAPS" >&5 7498 7524 echo "${ECHO_T}$TERMINFO_CAPS" >&6 7499 7525 7500 7526 ### use option --with-chtype to override chtype's type 7501 7527 -echo "$as_me:8348: checking for type of chtype" >&5 7502 +echo "$as_me:870 3: checking for type of chtype" >&57528 +echo "$as_me:8707: checking for type of chtype" >&5 7503 7529 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 7504 7530 7505 7531 # Check whether --with-chtype or --without-chtype was given. 7506 @@ -8355,11 +871 0,11 @@7532 @@ -8355,11 +8714,11 @@ 7507 7533 else 7508 7534 NCURSES_CHTYPE=auto 7509 7535 fi; 7510 7536 -echo "$as_me:8358: result: $NCURSES_CHTYPE" >&5 7511 +echo "$as_me:871 3: result: $NCURSES_CHTYPE" >&57537 +echo "$as_me:8717: result: $NCURSES_CHTYPE" >&5 7512 7538 echo "${ECHO_T}$NCURSES_CHTYPE" >&6 7513 7539 7514 7540 ### use option --with-ospeed to override ospeed's type 7515 7541 -echo "$as_me:8362: checking for type of ospeed" >&5 7516 +echo "$as_me:87 17: checking for type of ospeed" >&57542 +echo "$as_me:8721: checking for type of ospeed" >&5 7517 7543 echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6 7518 7544 7519 7545 # Check whether --with-ospeed or --without-ospeed was given. 7520 @@ -8369,11 +872 4,11 @@7546 @@ -8369,11 +8728,11 @@ 7521 7547 else 7522 7548 NCURSES_OSPEED=short 7523 7549 fi; 7524 7550 -echo "$as_me:8372: result: $NCURSES_OSPEED" >&5 7525 +echo "$as_me:87 27: result: $NCURSES_OSPEED" >&57551 +echo "$as_me:8731: result: $NCURSES_OSPEED" >&5 7526 7552 echo "${ECHO_T}$NCURSES_OSPEED" >&6 7527 7553 7528 7554 ### use option --with-mmask-t to override mmask_t's type 7529 7555 -echo "$as_me:8376: checking for type of mmask_t" >&5 7530 +echo "$as_me:873 1: checking for type of mmask_t" >&57556 +echo "$as_me:8735: checking for type of mmask_t" >&5 7531 7557 echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6 7532 7558 7533 7559 # Check whether --with-mmask-t or --without-mmask-t was given. 7534 @@ -8383,11 +87 38,11@@7560 @@ -8383,11 +8742,25 @@ 7535 7561 else 7536 7562 NCURSES_MMASK_T=auto 7537 7563 fi; 7538 7564 -echo "$as_me:8386: result: $NCURSES_MMASK_T" >&5 7539 +echo "$as_me:874 1: result: $NCURSES_MMASK_T" >&57565 +echo "$as_me:8745: result: $NCURSES_MMASK_T" >&5 7540 7566 echo "${ECHO_T}$NCURSES_MMASK_T" >&6 7541 7567 7568 +### use option --with-ccharw-max to override CCHARW_MAX size 7569 +echo "$as_me:8749: checking for size CCHARW_MAX" >&5 7570 +echo $ECHO_N "checking for size CCHARW_MAX... $ECHO_C" >&6 7571 + 7572 +# Check whether --with-ccharw-max or --without-ccharw-max was given. 7573 +if test "${with_ccharw_max+set}" = set; then 7574 + withval="$with_ccharw_max" 7575 + NCURSES_CCHARW_MAX="$withval" 7576 +else 7577 + NCURSES_CCHARW_MAX=5 7578 +fi; 7579 +echo "$as_me:8759: result: $NCURSES_CCHARW_MAX" >&5 7580 +echo "${ECHO_T}$NCURSES_CCHARW_MAX" >&6 7581 + 7542 7582 ### Enable compiling-in rcs id's 7543 7583 -echo "$as_me:8390: checking if RCS identifiers should be compiled-in" >&5 7544 +echo "$as_me:87 45: checking if RCS identifiers should be compiled-in" >&57584 +echo "$as_me:8763: checking if RCS identifiers should be compiled-in" >&5 7545 7585 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6 7546 7586 7547 7587 # Check whether --with-rcs-ids or --without-rcs-ids was given. 7548 @@ -8397,7 +87 52,7 @@7588 @@ -8397,7 +8770,7 @@ 7549 7589 else 7550 7590 with_rcs_ids=no 7551 7591 fi; 7552 7592 -echo "$as_me:8400: result: $with_rcs_ids" >&5 7553 +echo "$as_me:87 55: result: $with_rcs_ids" >&57593 +echo "$as_me:8773: result: $with_rcs_ids" >&5 7554 7594 echo "${ECHO_T}$with_rcs_ids" >&6 7555 7595 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF 7556 7596 #define USE_RCS_IDS 1 7557 @@ -8405,7 +87 60,7 @@7597 @@ -8405,7 +8778,7 @@ 7558 7598 7559 7599 ############################################################################### 7560 7600 7561 7601 -echo "$as_me:8408: checking format of man-pages" >&5 7562 +echo "$as_me:87 63: checking format of man-pages" >&57602 +echo "$as_me:8781: checking format of man-pages" >&5 7563 7603 echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6 7564 7604 7565 7605 # Check whether --with-manpage-format or --without-manpage-format was given. 7566 @@ -8433,7 +8 788,7 @@7606 @@ -8433,7 +8806,7 @@ 7567 7607 cf_catonly=yes 7568 7608 cf_example=date … … 7573 7613 test -z "$cf_dir" && cf_dir=/usr/man 7574 7614 for cf_name in $cf_dir/man*/$cf_example.[01]* $cf_dir/cat*/$cf_example.[01]* $cf_dir/man*/$cf_example $cf_dir/cat*/$cf_example 7575 @@ -8494,14 +88 49,14 @@7615 @@ -8494,14 +8867,14 @@ 7576 7616 ;; 7577 7617 esac 7578 7618 7579 7619 -echo "$as_me:8497: result: $MANPAGE_FORMAT" >&5 7580 +echo "$as_me:88 52: result: $MANPAGE_FORMAT" >&57620 +echo "$as_me:8870: result: $MANPAGE_FORMAT" >&5 7581 7621 echo "${ECHO_T}$MANPAGE_FORMAT" >&6 7582 7622 if test -n "$cf_unknown" ; then 7583 7623 - { echo "$as_me:8500: WARNING: Unexpected manpage-format $cf_unknown" >&5 7584 + { echo "$as_me:88 55: WARNING: Unexpected manpage-format $cf_unknown" >&57624 + { echo "$as_me:8873: WARNING: Unexpected manpage-format $cf_unknown" >&5 7585 7625 echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;} 7586 7626 fi 7587 7627 7588 7628 -echo "$as_me:8504: checking for manpage renaming" >&5 7589 +echo "$as_me:88 59: checking for manpage renaming" >&57629 +echo "$as_me:8877: checking for manpage renaming" >&5 7590 7630 echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6 7591 7631 7592 7632 # Check whether --with-manpage-renames or --without-manpage-renames was given. 7593 @@ -8529,7 +8 884,7 @@7633 @@ -8529,7 +8902,7 @@ 7594 7634 if test -f $srcdir/man/$MANPAGE_RENAMES ; then 7595 7635 MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES 7596 7636 elif test ! -f $MANPAGE_RENAMES ; then 7597 7637 - { { echo "$as_me:8532: error: not a filename: $MANPAGE_RENAMES" >&5 7598 + { { echo "$as_me:8 887: error: not a filename: $MANPAGE_RENAMES" >&57638 + { { echo "$as_me:8905: error: not a filename: $MANPAGE_RENAMES" >&5 7599 7639 echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;} 7600 7640 { (exit 1); exit 1; }; } 7601 7641 fi 7602 @@ -8543,10 +8 898,10 @@7642 @@ -8543,10 +8916,10 @@ 7603 7643 fi 7604 7644 fi 7605 7645 7606 7646 -echo "$as_me:8546: result: $MANPAGE_RENAMES" >&5 7607 +echo "$as_me:89 01: result: $MANPAGE_RENAMES" >&57647 +echo "$as_me:8919: result: $MANPAGE_RENAMES" >&5 7608 7648 echo "${ECHO_T}$MANPAGE_RENAMES" >&6 7609 7649 7610 7650 -echo "$as_me:8549: checking if manpage aliases will be installed" >&5 7611 +echo "$as_me:89 04: checking if manpage aliases will be installed" >&57651 +echo "$as_me:8922: checking if manpage aliases will be installed" >&5 7612 7652 echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6 7613 7653 7614 7654 # Check whether --with-manpage-aliases or --without-manpage-aliases was given. 7615 @@ -8557,7 +89 12,7 @@7655 @@ -8557,7 +8930,7 @@ 7616 7656 MANPAGE_ALIASES=yes 7617 7657 fi; 7618 7658 7619 7659 -echo "$as_me:8560: result: $MANPAGE_ALIASES" >&5 7620 +echo "$as_me:89 15: result: $MANPAGE_ALIASES" >&57660 +echo "$as_me:8933: result: $MANPAGE_ALIASES" >&5 7621 7661 echo "${ECHO_T}$MANPAGE_ALIASES" >&6 7622 7662 7623 7663 if test "$LN_S" = "ln -s"; then 7624 @@ -8568,7 +89 23,7 @@7664 @@ -8568,7 +8941,7 @@ 7625 7665 7626 7666 MANPAGE_SYMLINKS=no 7627 7667 if test "$MANPAGE_ALIASES" = yes ; then 7628 7668 -echo "$as_me:8571: checking if manpage symlinks should be used" >&5 7629 +echo "$as_me:89 26: checking if manpage symlinks should be used" >&57669 +echo "$as_me:8944: checking if manpage symlinks should be used" >&5 7630 7670 echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6 7631 7671 7632 7672 # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given. 7633 @@ -8581,17 +89 36,17 @@7673 @@ -8581,17 +8954,17 @@ 7634 7674 7635 7675 if test "$$cf_use_symlinks" = no; then 7636 7676 if test "$MANPAGE_SYMLINKS" = yes ; then 7637 7677 - { echo "$as_me:8584: WARNING: cannot make symlinks" >&5 7638 + { echo "$as_me:89 39: WARNING: cannot make symlinks" >&57678 + { echo "$as_me:8957: WARNING: cannot make symlinks" >&5 7639 7679 echo "$as_me: WARNING: cannot make symlinks" >&2;} 7640 7680 MANPAGE_SYMLINKS=no … … 7643 7683 7644 7684 -echo "$as_me:8590: result: $MANPAGE_SYMLINKS" >&5 7645 +echo "$as_me:89 45: result: $MANPAGE_SYMLINKS" >&57685 +echo "$as_me:8963: result: $MANPAGE_SYMLINKS" >&5 7646 7686 echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6 7647 7687 fi 7648 7688 7649 7689 -echo "$as_me:8594: checking for manpage tbl" >&5 7650 +echo "$as_me:89 49: checking for manpage tbl" >&57690 +echo "$as_me:8967: checking for manpage tbl" >&5 7651 7691 echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6 7652 7692 7653 7693 # Check whether --with-manpage-tbl or --without-manpage-tbl was given. 7654 @@ -8602,7 +89 57,7 @@7694 @@ -8602,7 +8975,7 @@ 7655 7695 MANPAGE_TBL=no 7656 7696 fi; 7657 7697 7658 7698 -echo "$as_me:8605: result: $MANPAGE_TBL" >&5 7659 +echo "$as_me:89 60: result: $MANPAGE_TBL" >&57699 +echo "$as_me:8978: result: $MANPAGE_TBL" >&5 7660 7700 echo "${ECHO_T}$MANPAGE_TBL" >&6 7661 7701 7662 7702 if test "$prefix" = "NONE" ; then 7663 @@ -8718,7 +90 73,7 @@7703 @@ -8718,7 +9091,7 @@ 7664 7704 s,@NCURSES_OSPEED@,\$NCURSES_OSPEED,g 7665 7705 CF_EOF … … 7670 7710 cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` 7671 7711 cf_name=`echo $cf_name|sed "$program_transform_name"` 7672 @@ -8913,7 +92 68,7 @@7712 @@ -8913,7 +9286,7 @@ 7673 7713 ############################################################################### 7674 7714 7675 7715 ### Note that some functions (such as const) are normally disabled anyway. 7676 7716 -echo "$as_me:8916: checking if you want to build with function extensions" >&5 7677 +echo "$as_me:92 71: checking if you want to build with function extensions" >&57717 +echo "$as_me:9289: checking if you want to build with function extensions" >&5 7678 7718 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6 7679 7719 7680 7720 # Check whether --enable-ext-funcs or --disable-ext-funcs was given. 7681 @@ -8923,7 +92 78,7 @@7721 @@ -8923,7 +9296,7 @@ 7682 7722 else 7683 7723 with_ext_funcs=yes 7684 7724 fi; 7685 7725 -echo "$as_me:8926: result: $with_ext_funcs" >&5 7686 +echo "$as_me:92 81: result: $with_ext_funcs" >&57726 +echo "$as_me:9299: result: $with_ext_funcs" >&5 7687 7727 echo "${ECHO_T}$with_ext_funcs" >&6 7688 7728 if test "$with_ext_funcs" = yes ; then 7689 7729 NCURSES_EXT_FUNCS=1 7690 @@ -8955,12 +93 10,38 @@7730 @@ -8955,12 +9328,38 @@ 7691 7731 #define NCURSES_EXT_FUNCS 1 7692 7732 EOF … … 7698 7738 +fi 7699 7739 + 7700 +echo "$as_me:93 19: checking if you want to build with experimental SCREEN extensions" >&57740 +echo "$as_me:9337: checking if you want to build with experimental SCREEN extensions" >&5 7701 7741 +echo $ECHO_N "checking if you want to build with experimental SCREEN extensions... $ECHO_C" >&6 7702 7742 + … … 7708 7748 + with_sp_funcs=no 7709 7749 +fi; 7710 +echo "$as_me:93 29: result: $with_sp_funcs" >&57750 +echo "$as_me:9347: result: $with_sp_funcs" >&5 7711 7751 +echo "${ECHO_T}$with_sp_funcs" >&6 7712 7752 +if test "$with_sp_funcs" = yes ; then … … 7724 7764 ### use option --enable-const to turn on use of const beyond that in XSI. 7725 7765 -echo "$as_me:8963: checking for extended use of const keyword" >&5 7726 +echo "$as_me:93 44: checking for extended use of const keyword" >&57766 +echo "$as_me:9362: checking for extended use of const keyword" >&5 7727 7767 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6 7728 7768 7729 7769 # Check whether --enable-const or --disable-const was given. 7730 @@ -8970,7 +93 51,7 @@7770 @@ -8970,7 +9369,7 @@ 7731 7771 else 7732 7772 with_ext_const=no 7733 7773 fi; 7734 7774 -echo "$as_me:8973: result: $with_ext_const" >&5 7735 +echo "$as_me:93 54: result: $with_ext_const" >&57775 +echo "$as_me:9372: result: $with_ext_const" >&5 7736 7776 echo "${ECHO_T}$with_ext_const" >&6 7737 7777 NCURSES_CONST='/*nothing*/' 7738 7778 if test "$with_ext_const" = yes ; then 7739 @@ -8978,7 +93 59,7 @@7779 @@ -8978,7 +9377,7 @@ 7740 7780 fi 7741 7781 7742 7782 ### use option --enable-ext-colors to turn on use of colors beyond 16. 7743 7783 -echo "$as_me:8981: checking if you want to use extended colors" >&5 7744 +echo "$as_me:93 62: checking if you want to use extended colors" >&57784 +echo "$as_me:9380: checking if you want to use extended colors" >&5 7745 7785 echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6 7746 7786 7747 7787 # Check whether --enable-ext-colors or --disable-ext-colors was given. 7748 @@ -8988,12 +93 69,12 @@7788 @@ -8988,12 +9387,12 @@ 7749 7789 else 7750 7790 with_ext_colors=no 7751 7791 fi; 7752 7792 -echo "$as_me:8991: result: $with_ext_colors" >&5 7753 +echo "$as_me:93 72: result: $with_ext_colors" >&57793 +echo "$as_me:9390: result: $with_ext_colors" >&5 7754 7794 echo "${ECHO_T}$with_ext_colors" >&6 7755 7795 NCURSES_EXT_COLORS=0 … … 7757 7797 if test "$with_widec" != yes ; then 7758 7798 - { { echo "$as_me:8996: error: This option applies only to wide-character library" >&5 7759 + { { echo "$as_me:93 77: error: This option applies only to wide-character library" >&57799 + { { echo "$as_me:9395: error: This option applies only to wide-character library" >&5 7760 7800 echo "$as_me: error: This option applies only to wide-character library" >&2;} 7761 7801 { (exit 1); exit 1; }; } 7762 7802 else 7763 @@ -9004,7 +9 385,7 @@7803 @@ -9004,7 +9403,7 @@ 7764 7804 5.*) 7765 7805 cf_cv_rel_version=6.0 7766 7806 cf_cv_abi_version=6 7767 7807 - { echo "$as_me:9007: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7768 + { echo "$as_me:9 388: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57808 + { echo "$as_me:9406: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7769 7809 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 7770 7810 ;; 7771 7811 esac 7772 @@ -9019,7 +94 00,7 @@7812 @@ -9019,7 +9418,7 @@ 7773 7813 fi 7774 7814 7775 7815 ### use option --enable-ext-mouse to modify coding to support 5-button mice 7776 7816 -echo "$as_me:9022: checking if you want to use extended mouse encoding" >&5 7777 +echo "$as_me:94 03: checking if you want to use extended mouse encoding" >&57817 +echo "$as_me:9421: checking if you want to use extended mouse encoding" >&5 7778 7818 echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6 7779 7819 7780 7820 # Check whether --enable-ext-mouse or --disable-ext-mouse was given. 7781 @@ -9029,7 +94 10,7 @@7821 @@ -9029,7 +9428,7 @@ 7782 7822 else 7783 7823 with_ext_mouse=no 7784 7824 fi; 7785 7825 -echo "$as_me:9032: result: $with_ext_mouse" >&5 7786 +echo "$as_me:94 13: result: $with_ext_mouse" >&57826 +echo "$as_me:9431: result: $with_ext_mouse" >&5 7787 7827 echo "${ECHO_T}$with_ext_mouse" >&6 7788 7828 NCURSES_MOUSE_VERSION=1 7789 7829 if test "$with_ext_mouse" = yes ; then 7790 @@ -9040,7 +94 21,7 @@7830 @@ -9040,7 +9439,7 @@ 7791 7831 5.*) 7792 7832 cf_cv_rel_version=6.0 7793 7833 cf_cv_abi_version=6 7794 7834 - { echo "$as_me:9043: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7795 + { echo "$as_me:94 24: WARNING: Overriding ABI version to $cf_cv_abi_version" >&57835 + { echo "$as_me:9442: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 7796 7836 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 7797 7837 ;; 7798 7838 esac 7799 @@ -9048,7 +94 29,7 @@7839 @@ -9048,7 +9447,7 @@ 7800 7840 7801 7841 fi 7802 7842 7803 7843 -echo "$as_me:9051: checking if you want \$NCURSES_NO_PADDING code" >&5 7804 +echo "$as_me:94 32: checking if you want \$NCURSES_NO_PADDING code" >&57844 +echo "$as_me:9450: checking if you want \$NCURSES_NO_PADDING code" >&5 7805 7845 echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6 7806 7846 7807 7847 # Check whether --enable-no-padding or --disable-no-padding was given. 7808 @@ -9058,19 +94 39,19 @@7848 @@ -9058,19 +9457,19 @@ 7809 7849 else 7810 7850 with_no_padding=$with_ext_funcs 7811 7851 fi; 7812 7852 -echo "$as_me:9061: result: $with_no_padding" >&5 7813 +echo "$as_me:94 42: result: $with_no_padding" >&57853 +echo "$as_me:9460: result: $with_no_padding" >&5 7814 7854 echo "${ECHO_T}$with_no_padding" >&6 7815 7855 test "$with_no_padding" = yes && cat >>confdefs.h <<\EOF … … 7818 7858 7819 7859 -echo "$as_me:9067: checking for ANSI C header files" >&5 7820 +echo "$as_me:94 48: checking for ANSI C header files" >&57860 +echo "$as_me:9466: checking for ANSI C header files" >&5 7821 7861 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 7822 7862 if test "${ac_cv_header_stdc+set}" = set; then … … 7825 7865 cat >conftest.$ac_ext <<_ACEOF 7826 7866 -#line 9073 "configure" 7827 +#line 94 54"configure"7867 +#line 9472 "configure" 7828 7868 #include "confdefs.h" 7829 7869 #include <stdlib.h> 7830 7870 #include <stdarg.h> 7831 @@ -9078,13 +94 59,13 @@7871 @@ -9078,13 +9477,13 @@ 7832 7872 #include <float.h> 7833 7873 7834 7874 _ACEOF 7835 7875 -if { (eval echo "$as_me:9081: \"$ac_cpp conftest.$ac_ext\"") >&5 7836 +if { (eval echo "$as_me:94 62: \"$ac_cpp conftest.$ac_ext\"") >&57876 +if { (eval echo "$as_me:9480: \"$ac_cpp conftest.$ac_ext\"") >&5 7837 7877 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 7838 7878 ac_status=$? … … 7841 7881 cat conftest.err >&5 7842 7882 - echo "$as_me:9087: \$? = $ac_status" >&5 7843 + echo "$as_me:94 68: \$? = $ac_status" >&57883 + echo "$as_me:9486: \$? = $ac_status" >&5 7844 7884 (exit $ac_status); } >/dev/null; then 7845 7885 if test -s conftest.err; then 7846 7886 ac_cpp_err=$ac_c_preproc_warn_flag 7847 @@ -9106,7 +9 487,7 @@7887 @@ -9106,7 +9505,7 @@ 7848 7888 if test $ac_cv_header_stdc = yes; then 7849 7889 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 7850 7890 cat >conftest.$ac_ext <<_ACEOF 7851 7891 -#line 9109 "configure" 7852 +#line 9 490"configure"7892 +#line 9508 "configure" 7853 7893 #include "confdefs.h" 7854 7894 #include <string.h> 7855 7895 7856 @@ -9124,7 +95 05,7 @@7896 @@ -9124,7 +9523,7 @@ 7857 7897 if test $ac_cv_header_stdc = yes; then 7858 7898 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 7859 7899 cat >conftest.$ac_ext <<_ACEOF 7860 7900 -#line 9127 "configure" 7861 +#line 95 08"configure"7901 +#line 9526 "configure" 7862 7902 #include "confdefs.h" 7863 7903 #include <stdlib.h> 7864 7904 7865 @@ -9145,7 +95 26,7 @@7905 @@ -9145,7 +9544,7 @@ 7866 7906 : 7867 7907 else 7868 7908 cat >conftest.$ac_ext <<_ACEOF 7869 7909 -#line 9148 "configure" 7870 +#line 95 29"configure"7910 +#line 9547 "configure" 7871 7911 #include "confdefs.h" 7872 7912 #include <ctype.h> 7873 7913 #if ((' ' & 0x0FF) == 0x020) 7874 @@ -9171,15 +95 52,15 @@7914 @@ -9171,15 +9570,15 @@ 7875 7915 } 7876 7916 _ACEOF 7877 7917 rm -f conftest$ac_exeext 7878 7918 -if { (eval echo "$as_me:9174: \"$ac_link\"") >&5 7879 +if { (eval echo "$as_me:95 55: \"$ac_link\"") >&57919 +if { (eval echo "$as_me:9573: \"$ac_link\"") >&5 7880 7920 (eval $ac_link) 2>&5 7881 7921 ac_status=$? 7882 7922 - echo "$as_me:9177: \$? = $ac_status" >&5 7883 + echo "$as_me:95 58: \$? = $ac_status" >&57923 + echo "$as_me:9576: \$? = $ac_status" >&5 7884 7924 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 7885 7925 - { (eval echo "$as_me:9179: \"$ac_try\"") >&5 7886 + { (eval echo "$as_me:95 60: \"$ac_try\"") >&57926 + { (eval echo "$as_me:9578: \"$ac_try\"") >&5 7887 7927 (eval $ac_try) 2>&5 7888 7928 ac_status=$? 7889 7929 - echo "$as_me:9182: \$? = $ac_status" >&5 7890 + echo "$as_me:95 63: \$? = $ac_status" >&57930 + echo "$as_me:9581: \$? = $ac_status" >&5 7891 7931 (exit $ac_status); }; }; then 7892 7932 : 7893 7933 else 7894 @@ -9192,7 +95 73,7 @@7934 @@ -9192,7 +9591,7 @@ 7895 7935 fi 7896 7936 fi 7897 7937 fi 7898 7938 -echo "$as_me:9195: result: $ac_cv_header_stdc" >&5 7899 +echo "$as_me:95 76: result: $ac_cv_header_stdc" >&57939 +echo "$as_me:9594: result: $ac_cv_header_stdc" >&5 7900 7940 echo "${ECHO_T}$ac_cv_header_stdc" >&6 7901 7941 if test $ac_cv_header_stdc = yes; then 7902 7942 7903 @@ -9208,28 +9 589,28 @@7943 @@ -9208,28 +9607,28 @@ 7904 7944 inttypes.h stdint.h unistd.h 7905 7945 do 7906 7946 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 7907 7947 -echo "$as_me:9211: checking for $ac_header" >&5 7908 +echo "$as_me:9 592: checking for $ac_header" >&57948 +echo "$as_me:9610: checking for $ac_header" >&5 7909 7949 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 7910 7950 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 7913 7953 cat >conftest.$ac_ext <<_ACEOF 7914 7954 -#line 9217 "configure" 7915 +#line 9 598"configure"7955 +#line 9616 "configure" 7916 7956 #include "confdefs.h" 7917 7957 $ac_includes_default … … 7920 7960 rm -f conftest.$ac_objext 7921 7961 -if { (eval echo "$as_me:9223: \"$ac_compile\"") >&5 7922 +if { (eval echo "$as_me:96 04: \"$ac_compile\"") >&57962 +if { (eval echo "$as_me:9622: \"$ac_compile\"") >&5 7923 7963 (eval $ac_compile) 2>&5 7924 7964 ac_status=$? 7925 7965 - echo "$as_me:9226: \$? = $ac_status" >&5 7926 + echo "$as_me:96 07: \$? = $ac_status" >&57966 + echo "$as_me:9625: \$? = $ac_status" >&5 7927 7967 (exit $ac_status); } && 7928 7968 { ac_try='test -s conftest.$ac_objext' 7929 7969 - { (eval echo "$as_me:9229: \"$ac_try\"") >&5 7930 + { (eval echo "$as_me:96 10: \"$ac_try\"") >&57970 + { (eval echo "$as_me:9628: \"$ac_try\"") >&5 7931 7971 (eval $ac_try) 2>&5 7932 7972 ac_status=$? 7933 7973 - echo "$as_me:9232: \$? = $ac_status" >&5 7934 + echo "$as_me:96 13: \$? = $ac_status" >&57974 + echo "$as_me:9631: \$? = $ac_status" >&5 7935 7975 (exit $ac_status); }; }; then 7936 7976 eval "$as_ac_Header=yes" 7937 7977 else 7938 @@ -9239,7 +96 20,7 @@7978 @@ -9239,7 +9638,7 @@ 7939 7979 fi 7940 7980 rm -f conftest.$ac_objext conftest.$ac_ext 7941 7981 fi 7942 7982 -echo "$as_me:9242: result: `eval echo '${'$as_ac_Header'}'`" >&5 7943 +echo "$as_me:96 23: result: `eval echo '${'$as_ac_Header'}'`" >&57983 +echo "$as_me:9641: result: `eval echo '${'$as_ac_Header'}'`" >&5 7944 7984 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 7945 7985 if test `eval echo '${'$as_ac_Header'}'` = yes; then 7946 7986 cat >>confdefs.h <<EOF 7947 @@ -9249,13 +96 30,13 @@7987 @@ -9249,13 +9648,13 @@ 7948 7988 fi 7949 7989 done 7950 7990 7951 7991 -echo "$as_me:9252: checking for signed char" >&5 7952 +echo "$as_me:96 33: checking for signed char" >&57992 +echo "$as_me:9651: checking for signed char" >&5 7953 7993 echo $ECHO_N "checking for signed char... $ECHO_C" >&6 7954 7994 if test "${ac_cv_type_signed_char+set}" = set; then … … 7957 7997 cat >conftest.$ac_ext <<_ACEOF 7958 7998 -#line 9258 "configure" 7959 +#line 96 39"configure"7999 +#line 9657 "configure" 7960 8000 #include "confdefs.h" 7961 8001 $ac_includes_default 7962 8002 int 7963 @@ -9270,16 +96 51,16 @@8003 @@ -9270,16 +9669,16 @@ 7964 8004 } 7965 8005 _ACEOF 7966 8006 rm -f conftest.$ac_objext 7967 8007 -if { (eval echo "$as_me:9273: \"$ac_compile\"") >&5 7968 +if { (eval echo "$as_me:96 54: \"$ac_compile\"") >&58008 +if { (eval echo "$as_me:9672: \"$ac_compile\"") >&5 7969 8009 (eval $ac_compile) 2>&5 7970 8010 ac_status=$? 7971 8011 - echo "$as_me:9276: \$? = $ac_status" >&5 7972 + echo "$as_me:96 57: \$? = $ac_status" >&58012 + echo "$as_me:9675: \$? = $ac_status" >&5 7973 8013 (exit $ac_status); } && 7974 8014 { ac_try='test -s conftest.$ac_objext' 7975 8015 - { (eval echo "$as_me:9279: \"$ac_try\"") >&5 7976 + { (eval echo "$as_me:96 60: \"$ac_try\"") >&58016 + { (eval echo "$as_me:9678: \"$ac_try\"") >&5 7977 8017 (eval $ac_try) 2>&5 7978 8018 ac_status=$? 7979 8019 - echo "$as_me:9282: \$? = $ac_status" >&5 7980 + echo "$as_me:96 63: \$? = $ac_status" >&58020 + echo "$as_me:9681: \$? = $ac_status" >&5 7981 8021 (exit $ac_status); }; }; then 7982 8022 ac_cv_type_signed_char=yes 7983 8023 else 7984 @@ -9289,10 +96 70,10 @@8024 @@ -9289,10 +9688,10 @@ 7985 8025 fi 7986 8026 rm -f conftest.$ac_objext conftest.$ac_ext 7987 8027 fi 7988 8028 -echo "$as_me:9292: result: $ac_cv_type_signed_char" >&5 7989 +echo "$as_me:96 73: result: $ac_cv_type_signed_char" >&58029 +echo "$as_me:9691: result: $ac_cv_type_signed_char" >&5 7990 8030 echo "${ECHO_T}$ac_cv_type_signed_char" >&6 7991 8031 7992 8032 -echo "$as_me:9295: checking size of signed char" >&5 7993 +echo "$as_me:96 76: checking size of signed char" >&58033 +echo "$as_me:9694: checking size of signed char" >&5 7994 8034 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6 7995 8035 if test "${ac_cv_sizeof_signed_char+set}" = set; then 7996 8036 echo $ECHO_N "(cached) $ECHO_C" >&6 7997 @@ -9301,7 +9 682,7 @@8037 @@ -9301,7 +9700,7 @@ 7998 8038 if test "$cross_compiling" = yes; then 7999 8039 # Depending upon the size, compute the lo and hi bounds. 8000 8040 cat >conftest.$ac_ext <<_ACEOF 8001 8041 -#line 9304 "configure" 8002 +#line 9 685"configure"8042 +#line 9703 "configure" 8003 8043 #include "confdefs.h" 8004 8044 $ac_includes_default 8005 8045 int 8006 @@ -9313,21 +9 694,21 @@8046 @@ -9313,21 +9712,21 @@ 8007 8047 } 8008 8048 _ACEOF 8009 8049 rm -f conftest.$ac_objext 8010 8050 -if { (eval echo "$as_me:9316: \"$ac_compile\"") >&5 8011 +if { (eval echo "$as_me:9 697: \"$ac_compile\"") >&58051 +if { (eval echo "$as_me:9715: \"$ac_compile\"") >&5 8012 8052 (eval $ac_compile) 2>&5 8013 8053 ac_status=$? 8014 8054 - echo "$as_me:9319: \$? = $ac_status" >&5 8015 + echo "$as_me:97 00: \$? = $ac_status" >&58055 + echo "$as_me:9718: \$? = $ac_status" >&5 8016 8056 (exit $ac_status); } && 8017 8057 { ac_try='test -s conftest.$ac_objext' 8018 8058 - { (eval echo "$as_me:9322: \"$ac_try\"") >&5 8019 + { (eval echo "$as_me:97 03: \"$ac_try\"") >&58059 + { (eval echo "$as_me:9721: \"$ac_try\"") >&5 8020 8060 (eval $ac_try) 2>&5 8021 8061 ac_status=$? 8022 8062 - echo "$as_me:9325: \$? = $ac_status" >&5 8023 + echo "$as_me:97 06: \$? = $ac_status" >&58063 + echo "$as_me:9724: \$? = $ac_status" >&5 8024 8064 (exit $ac_status); }; }; then 8025 8065 ac_lo=0 ac_mid=0 … … 8027 8067 cat >conftest.$ac_ext <<_ACEOF 8028 8068 -#line 9330 "configure" 8029 +#line 97 11"configure"8069 +#line 9729 "configure" 8030 8070 #include "confdefs.h" 8031 8071 $ac_includes_default 8032 8072 int 8033 @@ -9339,16 +97 20,16 @@8073 @@ -9339,16 +9738,16 @@ 8034 8074 } 8035 8075 _ACEOF 8036 8076 rm -f conftest.$ac_objext 8037 8077 -if { (eval echo "$as_me:9342: \"$ac_compile\"") >&5 8038 +if { (eval echo "$as_me:97 23: \"$ac_compile\"") >&58078 +if { (eval echo "$as_me:9741: \"$ac_compile\"") >&5 8039 8079 (eval $ac_compile) 2>&5 8040 8080 ac_status=$? 8041 8081 - echo "$as_me:9345: \$? = $ac_status" >&5 8042 + echo "$as_me:97 26: \$? = $ac_status" >&58082 + echo "$as_me:9744: \$? = $ac_status" >&5 8043 8083 (exit $ac_status); } && 8044 8084 { ac_try='test -s conftest.$ac_objext' 8045 8085 - { (eval echo "$as_me:9348: \"$ac_try\"") >&5 8046 + { (eval echo "$as_me:97 29: \"$ac_try\"") >&58086 + { (eval echo "$as_me:9747: \"$ac_try\"") >&5 8047 8087 (eval $ac_try) 2>&5 8048 8088 ac_status=$? 8049 8089 - echo "$as_me:9351: \$? = $ac_status" >&5 8050 + echo "$as_me:97 32: \$? = $ac_status" >&58090 + echo "$as_me:9750: \$? = $ac_status" >&5 8051 8091 (exit $ac_status); }; }; then 8052 8092 ac_hi=$ac_mid; break 8053 8093 else 8054 @@ -9364,7 +97 45,7 @@8094 @@ -9364,7 +9763,7 @@ 8055 8095 ac_hi=-1 ac_mid=-1 8056 8096 while :; do 8057 8097 cat >conftest.$ac_ext <<_ACEOF 8058 8098 -#line 9367 "configure" 8059 +#line 97 48"configure"8099 +#line 9766 "configure" 8060 8100 #include "confdefs.h" 8061 8101 $ac_includes_default 8062 8102 int 8063 @@ -9376,16 +97 57,16 @@8103 @@ -9376,16 +9775,16 @@ 8064 8104 } 8065 8105 _ACEOF 8066 8106 rm -f conftest.$ac_objext 8067 8107 -if { (eval echo "$as_me:9379: \"$ac_compile\"") >&5 8068 +if { (eval echo "$as_me:97 60: \"$ac_compile\"") >&58108 +if { (eval echo "$as_me:9778: \"$ac_compile\"") >&5 8069 8109 (eval $ac_compile) 2>&5 8070 8110 ac_status=$? 8071 8111 - echo "$as_me:9382: \$? = $ac_status" >&5 8072 + echo "$as_me:97 63: \$? = $ac_status" >&58112 + echo "$as_me:9781: \$? = $ac_status" >&5 8073 8113 (exit $ac_status); } && 8074 8114 { ac_try='test -s conftest.$ac_objext' 8075 8115 - { (eval echo "$as_me:9385: \"$ac_try\"") >&5 8076 + { (eval echo "$as_me:97 66: \"$ac_try\"") >&58116 + { (eval echo "$as_me:9784: \"$ac_try\"") >&5 8077 8117 (eval $ac_try) 2>&5 8078 8118 ac_status=$? 8079 8119 - echo "$as_me:9388: \$? = $ac_status" >&5 8080 + echo "$as_me:97 69: \$? = $ac_status" >&58120 + echo "$as_me:9787: \$? = $ac_status" >&5 8081 8121 (exit $ac_status); }; }; then 8082 8122 ac_lo=$ac_mid; break 8083 8123 else 8084 @@ -9401,7 +9 782,7 @@8124 @@ -9401,7 +9800,7 @@ 8085 8125 while test "x$ac_lo" != "x$ac_hi"; do 8086 8126 ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo` 8087 8127 cat >conftest.$ac_ext <<_ACEOF 8088 8128 -#line 9404 "configure" 8089 +#line 9 785"configure"8129 +#line 9803 "configure" 8090 8130 #include "confdefs.h" 8091 8131 $ac_includes_default 8092 8132 int 8093 @@ -9413,16 +9 794,16 @@8133 @@ -9413,16 +9812,16 @@ 8094 8134 } 8095 8135 _ACEOF 8096 8136 rm -f conftest.$ac_objext 8097 8137 -if { (eval echo "$as_me:9416: \"$ac_compile\"") >&5 8098 +if { (eval echo "$as_me:9 797: \"$ac_compile\"") >&58138 +if { (eval echo "$as_me:9815: \"$ac_compile\"") >&5 8099 8139 (eval $ac_compile) 2>&5 8100 8140 ac_status=$? 8101 8141 - echo "$as_me:9419: \$? = $ac_status" >&5 8102 + echo "$as_me:98 00: \$? = $ac_status" >&58142 + echo "$as_me:9818: \$? = $ac_status" >&5 8103 8143 (exit $ac_status); } && 8104 8144 { ac_try='test -s conftest.$ac_objext' 8105 8145 - { (eval echo "$as_me:9422: \"$ac_try\"") >&5 8106 + { (eval echo "$as_me:98 03: \"$ac_try\"") >&58146 + { (eval echo "$as_me:9821: \"$ac_try\"") >&5 8107 8147 (eval $ac_try) 2>&5 8108 8148 ac_status=$? 8109 8149 - echo "$as_me:9425: \$? = $ac_status" >&5 8110 + echo "$as_me:98 06: \$? = $ac_status" >&58150 + echo "$as_me:9824: \$? = $ac_status" >&5 8111 8151 (exit $ac_status); }; }; then 8112 8152 ac_hi=$ac_mid 8113 8153 else 8114 @@ -9435,12 +98 16,12 @@8154 @@ -9435,12 +9834,12 @@ 8115 8155 ac_cv_sizeof_signed_char=$ac_lo 8116 8156 else 8117 8157 if test "$cross_compiling" = yes; then 8118 8158 - { { echo "$as_me:9438: error: cannot run test program while cross compiling" >&5 8119 + { { echo "$as_me:98 19: error: cannot run test program while cross compiling" >&58159 + { { echo "$as_me:9837: error: cannot run test program while cross compiling" >&5 8120 8160 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 8121 8161 { (exit 1); exit 1; }; } … … 8123 8163 cat >conftest.$ac_ext <<_ACEOF 8124 8164 -#line 9443 "configure" 8125 +#line 98 24"configure"8165 +#line 9842 "configure" 8126 8166 #include "confdefs.h" 8127 8167 $ac_includes_default 8128 8168 int 8129 @@ -9456,15 +98 37,15 @@8169 @@ -9456,15 +9855,15 @@ 8130 8170 } 8131 8171 _ACEOF 8132 8172 rm -f conftest$ac_exeext 8133 8173 -if { (eval echo "$as_me:9459: \"$ac_link\"") >&5 8134 +if { (eval echo "$as_me:98 40: \"$ac_link\"") >&58174 +if { (eval echo "$as_me:9858: \"$ac_link\"") >&5 8135 8175 (eval $ac_link) 2>&5 8136 8176 ac_status=$? 8137 8177 - echo "$as_me:9462: \$? = $ac_status" >&5 8138 + echo "$as_me:98 43: \$? = $ac_status" >&58178 + echo "$as_me:9861: \$? = $ac_status" >&5 8139 8179 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 8140 8180 - { (eval echo "$as_me:9464: \"$ac_try\"") >&5 8141 + { (eval echo "$as_me:98 45: \"$ac_try\"") >&58181 + { (eval echo "$as_me:9863: \"$ac_try\"") >&5 8142 8182 (eval $ac_try) 2>&5 8143 8183 ac_status=$? 8144 8184 - echo "$as_me:9467: \$? = $ac_status" >&5 8145 + echo "$as_me:98 48: \$? = $ac_status" >&58185 + echo "$as_me:9866: \$? = $ac_status" >&5 8146 8186 (exit $ac_status); }; }; then 8147 8187 ac_cv_sizeof_signed_char=`cat conftest.val` 8148 8188 else 8149 @@ -9480,7 +98 61,7 @@8189 @@ -9480,7 +9879,7 @@ 8150 8190 ac_cv_sizeof_signed_char=0 8151 8191 fi 8152 8192 fi 8153 8193 -echo "$as_me:9483: result: $ac_cv_sizeof_signed_char" >&5 8154 +echo "$as_me:98 64: result: $ac_cv_sizeof_signed_char" >&58194 +echo "$as_me:9882: result: $ac_cv_sizeof_signed_char" >&5 8155 8195 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6 8156 8196 cat >>confdefs.h <<EOF 8157 8197 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char 8158 @@ -9491,7 +98 72,7 @@8198 @@ -9491,7 +9890,7 @@ 8159 8199 else 8160 8200 NCURSES_SBOOL="char" 8161 8201 fi 8162 8202 -echo "$as_me:9494: checking if you want to use signed Boolean array in term.h" >&5 8163 +echo "$as_me:98 75: checking if you want to use signed Boolean array in term.h" >&58203 +echo "$as_me:9893: checking if you want to use signed Boolean array in term.h" >&5 8164 8204 echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6 8165 8205 8166 8206 # Check whether --enable-signed-char or --disable-signed-char was given. 8167 @@ -9501,12 +9 882,12 @@8207 @@ -9501,12 +9900,12 @@ 8168 8208 else 8169 8209 with_signed_char=no 8170 8210 fi; 8171 8211 -echo "$as_me:9504: result: $with_signed_char" >&5 8172 +echo "$as_me:9 885: result: $with_signed_char" >&58212 +echo "$as_me:9903: result: $with_signed_char" >&5 8173 8213 echo "${ECHO_T}$with_signed_char" >&6 8174 8214 test "$with_signed_char" != yes && NCURSES_SBOOL="char" … … 8176 8216 ### use option --enable-sigwinch to turn on use of SIGWINCH logic 8177 8217 -echo "$as_me:9509: checking if you want SIGWINCH handler" >&5 8178 +echo "$as_me:9 890: checking if you want SIGWINCH handler" >&58218 +echo "$as_me:9908: checking if you want SIGWINCH handler" >&5 8179 8219 echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6 8180 8220 8181 8221 # Check whether --enable-sigwinch or --disable-sigwinch was given. 8182 @@ -9516,14 +9 897,14 @@8222 @@ -9516,14 +9915,14 @@ 8183 8223 else 8184 8224 with_sigwinch=$with_ext_funcs 8185 8225 fi; 8186 8226 -echo "$as_me:9519: result: $with_sigwinch" >&5 8187 +echo "$as_me:99 00: result: $with_sigwinch" >&58227 +echo "$as_me:9918: result: $with_sigwinch" >&5 8188 8228 echo "${ECHO_T}$with_sigwinch" >&6 8189 8229 test "$with_sigwinch" = yes && cat >>confdefs.h <<\EOF … … 8193 8233 ### use option --enable-tcap-names to allow user to define new capabilities 8194 8234 -echo "$as_me:9526: checking if you want user-definable terminal capabilities like termcap" >&5 8195 +echo "$as_me:99 07: checking if you want user-definable terminal capabilities like termcap" >&58235 +echo "$as_me:9925: checking if you want user-definable terminal capabilities like termcap" >&5 8196 8236 echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6 8197 8237 8198 8238 # Check whether --enable-tcap-names or --disable-tcap-names was given. 8199 @@ -9533,7 +99 14,7 @@8239 @@ -9533,7 +9932,7 @@ 8200 8240 else 8201 8241 with_tcap_names=$with_ext_funcs 8202 8242 fi; 8203 8243 -echo "$as_me:9536: result: $with_tcap_names" >&5 8204 +echo "$as_me:99 17: result: $with_tcap_names" >&58244 +echo "$as_me:9935: result: $with_tcap_names" >&5 8205 8245 echo "${ECHO_T}$with_tcap_names" >&6 8206 8246 NCURSES_XNAMES=0 8207 8247 test "$with_tcap_names" = yes && NCURSES_XNAMES=1 8208 @@ -9541,7 +99 22,7 @@8248 @@ -9541,7 +9940,7 @@ 8209 8249 ############################################################################### 8210 8250 # These options are relatively safe to experiment with. 8211 8251 8212 8252 -echo "$as_me:9544: checking if you want all development code" >&5 8213 +echo "$as_me:99 25: checking if you want all development code" >&58253 +echo "$as_me:9943: checking if you want all development code" >&5 8214 8254 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6 8215 8255 8216 8256 # Check whether --with-develop or --without-develop was given. 8217 @@ -9551,11 +99 32,11 @@8257 @@ -9551,11 +9950,11 @@ 8218 8258 else 8219 8259 with_develop=no 8220 8260 fi; 8221 8261 -echo "$as_me:9554: result: $with_develop" >&5 8222 +echo "$as_me:99 35: result: $with_develop" >&58262 +echo "$as_me:9953: result: $with_develop" >&5 8223 8263 echo "${ECHO_T}$with_develop" >&6 8224 8264 8225 8265 ### use option --enable-hard-tabs to turn on use of hard-tabs optimize 8226 8266 -echo "$as_me:9558: checking if you want hard-tabs code" >&5 8227 +echo "$as_me:99 39: checking if you want hard-tabs code" >&58267 +echo "$as_me:9957: checking if you want hard-tabs code" >&5 8228 8268 echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6 8229 8269 8230 8270 # Check whether --enable-hard-tabs or --disable-hard-tabs was given. 8231 @@ -9565,14 +99 46,14 @@8271 @@ -9565,14 +9964,14 @@ 8232 8272 else 8233 8273 enable_hard_tabs=$with_develop 8234 8274 fi; 8235 8275 -echo "$as_me:9568: result: $enable_hard_tabs" >&5 8236 +echo "$as_me:99 49: result: $enable_hard_tabs" >&58276 +echo "$as_me:9967: result: $enable_hard_tabs" >&5 8237 8277 echo "${ECHO_T}$enable_hard_tabs" >&6 8238 8278 test "$enable_hard_tabs" = yes && cat >>confdefs.h <<\EOF … … 8242 8282 ### use option --enable-xmc-glitch to turn on use of magic-cookie optimize 8243 8283 -echo "$as_me:9575: checking if you want limited support for xmc" >&5 8244 +echo "$as_me:99 56: checking if you want limited support for xmc" >&58284 +echo "$as_me:9974: checking if you want limited support for xmc" >&5 8245 8285 echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6 8246 8286 8247 8287 # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given. 8248 @@ -9582,7 +99 63,7 @@8288 @@ -9582,7 +9981,7 @@ 8249 8289 else 8250 8290 enable_xmc_glitch=$with_develop 8251 8291 fi; 8252 8292 -echo "$as_me:9585: result: $enable_xmc_glitch" >&5 8253 +echo "$as_me:99 66: result: $enable_xmc_glitch" >&58293 +echo "$as_me:9984: result: $enable_xmc_glitch" >&5 8254 8294 echo "${ECHO_T}$enable_xmc_glitch" >&6 8255 8295 test "$enable_xmc_glitch" = yes && cat >>confdefs.h <<\EOF 8256 8296 #define USE_XMC_SUPPORT 1 8257 @@ -9591,7 +99 72,7 @@8297 @@ -9591,7 +9990,7 @@ 8258 8298 ############################################################################### 8259 8299 # These are just experimental, probably should not be in a package: 8260 8300 8261 8301 -echo "$as_me:9594: checking if you do not want to assume colors are white-on-black" >&5 8262 +echo "$as_me:99 75: checking if you do not want to assume colors are white-on-black" >&58302 +echo "$as_me:9993: checking if you do not want to assume colors are white-on-black" >&5 8263 8303 echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6 8264 8304 8265 8305 # Check whether --enable-assumed-color or --disable-assumed-color was given. 8266 @@ -9601,14 + 9982,14 @@8306 @@ -9601,14 +10000,14 @@ 8267 8307 else 8268 8308 with_assumed_color=yes 8269 8309 fi; 8270 8310 -echo "$as_me:9604: result: $with_assumed_color" >&5 8271 +echo "$as_me: 9985: result: $with_assumed_color" >&58311 +echo "$as_me:10003: result: $with_assumed_color" >&5 8272 8312 echo "${ECHO_T}$with_assumed_color" >&6 8273 8313 test "$with_assumed_color" = yes && cat >>confdefs.h <<\EOF … … 8277 8317 ### use option --enable-hashmap to turn on use of hashmap scrolling logic 8278 8318 -echo "$as_me:9611: checking if you want hashmap scrolling-optimization code" >&5 8279 +echo "$as_me: 9992: checking if you want hashmap scrolling-optimization code" >&58319 +echo "$as_me:10010: checking if you want hashmap scrolling-optimization code" >&5 8280 8320 echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6 8281 8321 8282 8322 # Check whether --enable-hashmap or --disable-hashmap was given. 8283 @@ -9618,14 + 9999,14 @@8323 @@ -9618,14 +10017,14 @@ 8284 8324 else 8285 8325 with_hashmap=yes 8286 8326 fi; 8287 8327 -echo "$as_me:9621: result: $with_hashmap" >&5 8288 +echo "$as_me:100 02: result: $with_hashmap" >&58328 +echo "$as_me:10020: result: $with_hashmap" >&5 8289 8329 echo "${ECHO_T}$with_hashmap" >&6 8290 8330 test "$with_hashmap" = yes && cat >>confdefs.h <<\EOF … … 8294 8334 ### use option --enable-colorfgbg to turn on use of $COLORFGBG environment 8295 8335 -echo "$as_me:9628: checking if you want colorfgbg code" >&5 8296 +echo "$as_me:100 09: checking if you want colorfgbg code" >&58336 +echo "$as_me:10027: checking if you want colorfgbg code" >&5 8297 8337 echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6 8298 8338 8299 8339 # Check whether --enable-colorfgbg or --disable-colorfgbg was given. 8300 @@ -9635,7 +100 16,7 @@8340 @@ -9635,7 +10034,7 @@ 8301 8341 else 8302 8342 with_colorfgbg=no 8303 8343 fi; 8304 8344 -echo "$as_me:9638: result: $with_colorfgbg" >&5 8305 +echo "$as_me:100 19: result: $with_colorfgbg" >&58345 +echo "$as_me:10037: result: $with_colorfgbg" >&5 8306 8346 echo "${ECHO_T}$with_colorfgbg" >&6 8307 8347 test "$with_colorfgbg" = yes && cat >>confdefs.h <<\EOF 8308 8348 #define USE_COLORFGBG 1 8309 @@ -9644,7 +100 25,7 @@8349 @@ -9644,7 +10043,7 @@ 8310 8350 # This is still experimental (20080329), but should ultimately be moved to 8311 8351 # the script-block --with-normal, etc. 8312 8352 8313 8353 -echo "$as_me:9647: checking if you want to link with the pthread library" >&5 8314 +echo "$as_me:100 28: checking if you want to link with the pthread library" >&58354 +echo "$as_me:10046: checking if you want to link with the pthread library" >&5 8315 8355 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6 8316 8356 8317 8357 # Check whether --with-pthread or --without-pthread was given. 8318 @@ -9654,27 +100 35,27 @@8358 @@ -9654,27 +10053,27 @@ 8319 8359 else 8320 8360 with_pthread=no 8321 8361 fi; 8322 8362 -echo "$as_me:9657: result: $with_pthread" >&5 8323 +echo "$as_me:100 38: result: $with_pthread" >&58363 +echo "$as_me:10056: result: $with_pthread" >&5 8324 8364 echo "${ECHO_T}$with_pthread" >&6 8325 8365 8326 8366 if test "$with_pthread" != no ; then 8327 8367 - echo "$as_me:9661: checking for pthread.h" >&5 8328 + echo "$as_me:100 42: checking for pthread.h" >&58368 + echo "$as_me:10060: checking for pthread.h" >&5 8329 8369 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6 8330 8370 if test "${ac_cv_header_pthread_h+set}" = set; then … … 8333 8373 cat >conftest.$ac_ext <<_ACEOF 8334 8374 -#line 9667 "configure" 8335 +#line 100 48"configure"8375 +#line 10066 "configure" 8336 8376 #include "confdefs.h" 8337 8377 #include <pthread.h> 8338 8378 _ACEOF 8339 8379 -if { (eval echo "$as_me:9671: \"$ac_cpp conftest.$ac_ext\"") >&5 8340 +if { (eval echo "$as_me:100 52: \"$ac_cpp conftest.$ac_ext\"") >&58380 +if { (eval echo "$as_me:10070: \"$ac_cpp conftest.$ac_ext\"") >&5 8341 8381 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8342 8382 ac_status=$? … … 8345 8385 cat conftest.err >&5 8346 8386 - echo "$as_me:9677: \$? = $ac_status" >&5 8347 + echo "$as_me:100 58: \$? = $ac_status" >&58387 + echo "$as_me:10076: \$? = $ac_status" >&5 8348 8388 (exit $ac_status); } >/dev/null; then 8349 8389 if test -s conftest.err; then 8350 8390 ac_cpp_err=$ac_c_preproc_warn_flag 8351 @@ -9693,7 +100 74,7 @@8391 @@ -9693,7 +10092,7 @@ 8352 8392 fi 8353 8393 rm -f conftest.err conftest.$ac_ext 8354 8394 fi 8355 8395 -echo "$as_me:9696: result: $ac_cv_header_pthread_h" >&5 8356 +echo "$as_me:100 77: result: $ac_cv_header_pthread_h" >&58396 +echo "$as_me:10095: result: $ac_cv_header_pthread_h" >&5 8357 8397 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6 8358 8398 if test $ac_cv_header_pthread_h = yes; then 8359 8399 8360 @@ -9701,12 +10 082,12 @@8400 @@ -9701,12 +10100,12 @@ 8361 8401 #define HAVE_PTHREADS_H 1 8362 8402 EOF 8363 8403 8364 8404 - echo "$as_me:9704: checking if we can link with the pthread library" >&5 8365 + echo "$as_me:10 085: checking if we can link with the pthread library" >&58405 + echo "$as_me:10103: checking if we can link with the pthread library" >&5 8366 8406 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6 8367 8407 cf_save_LIBS="$LIBS" … … 8369 8409 cat >conftest.$ac_ext <<_ACEOF 8370 8410 -#line 9709 "configure" 8371 +#line 10 090"configure"8411 +#line 10108 "configure" 8372 8412 #include "confdefs.h" 8373 8413 8374 8414 #include <pthread.h> 8375 @@ -9722,16 +101 03,16 @@8415 @@ -9722,16 +10121,16 @@ 8376 8416 } 8377 8417 _ACEOF 8378 8418 rm -f conftest.$ac_objext conftest$ac_exeext 8379 8419 -if { (eval echo "$as_me:9725: \"$ac_link\"") >&5 8380 +if { (eval echo "$as_me:101 06: \"$ac_link\"") >&58420 +if { (eval echo "$as_me:10124: \"$ac_link\"") >&5 8381 8421 (eval $ac_link) 2>&5 8382 8422 ac_status=$? 8383 8423 - echo "$as_me:9728: \$? = $ac_status" >&5 8384 + echo "$as_me:101 09: \$? = $ac_status" >&58424 + echo "$as_me:10127: \$? = $ac_status" >&5 8385 8425 (exit $ac_status); } && 8386 8426 { ac_try='test -s conftest$ac_exeext' 8387 8427 - { (eval echo "$as_me:9731: \"$ac_try\"") >&5 8388 + { (eval echo "$as_me:101 12: \"$ac_try\"") >&58428 + { (eval echo "$as_me:10130: \"$ac_try\"") >&5 8389 8429 (eval $ac_try) 2>&5 8390 8430 ac_status=$? 8391 8431 - echo "$as_me:9734: \$? = $ac_status" >&5 8392 + echo "$as_me:101 15: \$? = $ac_status" >&58432 + echo "$as_me:10133: \$? = $ac_status" >&5 8393 8433 (exit $ac_status); }; }; then 8394 8434 with_pthread=yes 8395 8435 else 8396 @@ -9741,7 +101 22,7 @@8436 @@ -9741,7 +10140,7 @@ 8397 8437 fi 8398 8438 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 8399 8439 LIBS="$cf_save_LIBS" 8400 8440 - echo "$as_me:9744: result: $with_pthread" >&5 8401 + echo "$as_me:101 25: result: $with_pthread" >&58441 + echo "$as_me:10143: result: $with_pthread" >&5 8402 8442 echo "${ECHO_T}$with_pthread" >&6 8403 8443 8404 8444 if test "$with_pthread" = yes ; then 8405 @@ -9751,7 +101 32,7 @@8445 @@ -9751,7 +10150,7 @@ 8406 8446 EOF 8407 8447 8408 8448 else 8409 8449 - { { echo "$as_me:9754: error: Cannot link with pthread library" >&5 8410 + { { echo "$as_me:101 35: error: Cannot link with pthread library" >&58450 + { { echo "$as_me:10153: error: Cannot link with pthread library" >&5 8411 8451 echo "$as_me: error: Cannot link with pthread library" >&2;} 8412 8452 { (exit 1); exit 1; }; } 8413 8453 fi 8414 @@ -9760,7 +101 41,7 @@8454 @@ -9760,7 +10159,7 @@ 8415 8455 8416 8456 fi 8417 8457 8418 8458 -echo "$as_me:9763: checking if you want to use weak-symbols for pthreads" >&5 8419 +echo "$as_me:101 44: checking if you want to use weak-symbols for pthreads" >&58459 +echo "$as_me:10162: checking if you want to use weak-symbols for pthreads" >&5 8420 8460 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6 8421 8461 8422 8462 # Check whether --enable-weak-symbols or --disable-weak-symbols was given. 8423 @@ -9770,18 +101 51,18 @@8463 @@ -9770,18 +10169,18 @@ 8424 8464 else 8425 8465 use_weak_symbols=no 8426 8466 fi; 8427 8467 -echo "$as_me:9773: result: $use_weak_symbols" >&5 8428 +echo "$as_me:101 54: result: $use_weak_symbols" >&58468 +echo "$as_me:10172: result: $use_weak_symbols" >&5 8429 8469 echo "${ECHO_T}$use_weak_symbols" >&6 8430 8470 if test "$use_weak_symbols" = yes ; then 8431 8471 8432 8472 -echo "$as_me:9777: checking if $CC supports weak symbols" >&5 8433 +echo "$as_me:101 58: checking if $CC supports weak symbols" >&58473 +echo "$as_me:10176: checking if $CC supports weak symbols" >&5 8434 8474 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6 8435 8475 if test "${cf_cv_weak_symbols+set}" = set; then … … 8439 8479 cat >conftest.$ac_ext <<_ACEOF 8440 8480 -#line 9784 "configure" 8441 +#line 101 65"configure"8481 +#line 10183 "configure" 8442 8482 #include "confdefs.h" 8443 8483 8444 8484 #include <stdio.h> 8445 @@ -9807,16 +10 188,16 @@8485 @@ -9807,16 +10206,16 @@ 8446 8486 } 8447 8487 _ACEOF 8448 8488 rm -f conftest.$ac_objext 8449 8489 -if { (eval echo "$as_me:9810: \"$ac_compile\"") >&5 8450 +if { (eval echo "$as_me:10 191: \"$ac_compile\"") >&58490 +if { (eval echo "$as_me:10209: \"$ac_compile\"") >&5 8451 8491 (eval $ac_compile) 2>&5 8452 8492 ac_status=$? 8453 8493 - echo "$as_me:9813: \$? = $ac_status" >&5 8454 + echo "$as_me:10 194: \$? = $ac_status" >&58494 + echo "$as_me:10212: \$? = $ac_status" >&5 8455 8495 (exit $ac_status); } && 8456 8496 { ac_try='test -s conftest.$ac_objext' 8457 8497 - { (eval echo "$as_me:9816: \"$ac_try\"") >&5 8458 + { (eval echo "$as_me:10 197: \"$ac_try\"") >&58498 + { (eval echo "$as_me:10215: \"$ac_try\"") >&5 8459 8499 (eval $ac_try) 2>&5 8460 8500 ac_status=$? 8461 8501 - echo "$as_me:9819: \$? = $ac_status" >&5 8462 + echo "$as_me:102 00: \$? = $ac_status" >&58502 + echo "$as_me:10218: \$? = $ac_status" >&5 8463 8503 (exit $ac_status); }; }; then 8464 8504 cf_cv_weak_symbols=yes 8465 8505 else 8466 @@ -9827,7 +102 08,7 @@8506 @@ -9827,7 +10226,7 @@ 8467 8507 rm -f conftest.$ac_objext conftest.$ac_ext 8468 8508 8469 8509 fi 8470 8510 -echo "$as_me:9830: result: $cf_cv_weak_symbols" >&5 8471 +echo "$as_me:102 11: result: $cf_cv_weak_symbols" >&58511 +echo "$as_me:10229: result: $cf_cv_weak_symbols" >&5 8472 8512 echo "${ECHO_T}$cf_cv_weak_symbols" >&6 8473 8513 8474 8514 else 8475 @@ -9857,7 +102 38,7 @@8515 @@ -9857,7 +10256,7 @@ 8476 8516 # opaque outside of that, so there is no --enable-opaque option. We can use 8477 8517 # this option without --with-pthreads, but this will be always set for 8478 8518 # pthreads. 8479 8519 -echo "$as_me:9860: checking if you want experimental reentrant code" >&5 8480 +echo "$as_me:102 41: checking if you want experimental reentrant code" >&58520 +echo "$as_me:10259: checking if you want experimental reentrant code" >&5 8481 8521 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6 8482 8522 8483 8523 # Check whether --enable-reentrant or --disable-reentrant was given. 8484 @@ -9867,21 +102 48,21 @@8524 @@ -9867,21 +10266,21 @@ 8485 8525 else 8486 8526 with_reentrant=no 8487 8527 fi; 8488 8528 -echo "$as_me:9870: result: $with_reentrant" >&5 8489 +echo "$as_me:102 51: result: $with_reentrant" >&58529 +echo "$as_me:10269: result: $with_reentrant" >&5 8490 8530 echo "${ECHO_T}$with_reentrant" >&6 8491 8531 if test "$with_reentrant" = yes ; then … … 8509 8549 #define USE_REENTRANT 1 8510 8550 EOF 8511 @@ -9891,7 +102 72,7 @@8551 @@ -9891,7 +10290,7 @@ 8512 8552 5.*) 8513 8553 cf_cv_rel_version=6.0 8514 8554 cf_cv_abi_version=6 8515 8555 - { echo "$as_me:9894: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 8516 + { echo "$as_me:102 75: WARNING: Overriding ABI version to $cf_cv_abi_version" >&58556 + { echo "$as_me:10293: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5 8517 8557 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;} 8518 8558 ;; 8519 8559 esac 8520 @@ -9904,7 +10 285,29 @@8560 @@ -9904,7 +10303,29 @@ 8521 8561 NCURSES_SIZE_T=short 8522 8562 fi … … 8525 8565 +### Allow using a different wrap-prefix 8526 8566 +if test "$cf_cv_enable_reentrant" != 0 || test "$BROKEN_LINKER" = 1 ; then 8527 + echo "$as_me:10 290: checking for prefix used to wrap public variables" >&58567 + echo "$as_me:10308: checking for prefix used to wrap public variables" >&5 8528 8568 +echo $ECHO_N "checking for prefix used to wrap public variables... $ECHO_C" >&6 8529 8569 + … … 8535 8575 + NCURSES_WRAP_PREFIX=_nc_ 8536 8576 +fi; 8537 + echo "$as_me:103 00: result: $NCURSES_WRAP_PREFIX" >&58577 + echo "$as_me:10318: result: $NCURSES_WRAP_PREFIX" >&5 8538 8578 +echo "${ECHO_T}$NCURSES_WRAP_PREFIX" >&6 8539 8579 +else … … 8545 8585 +EOF 8546 8586 + 8547 +echo "$as_me:103 10: checking if you want experimental safe-sprintf code" >&58587 +echo "$as_me:10328: checking if you want experimental safe-sprintf code" >&5 8548 8588 echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6 8549 8589 8550 8590 # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given. 8551 @@ -9914,7 +103 17,7 @@8591 @@ -9914,7 +10335,7 @@ 8552 8592 else 8553 8593 with_safe_sprintf=no 8554 8594 fi; 8555 8595 -echo "$as_me:9917: result: $with_safe_sprintf" >&5 8556 +echo "$as_me:103 20: result: $with_safe_sprintf" >&58596 +echo "$as_me:10338: result: $with_safe_sprintf" >&5 8557 8597 echo "${ECHO_T}$with_safe_sprintf" >&6 8558 8598 test "$with_safe_sprintf" = yes && cat >>confdefs.h <<\EOF 8559 8599 #define USE_SAFE_SPRINTF 1 8560 @@ -9923,7 +103 26,7 @@8600 @@ -9923,7 +10344,7 @@ 8561 8601 ### use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic 8562 8602 # when hashmap is used scroll hints are useless 8563 8603 if test "$with_hashmap" = no ; then 8564 8604 -echo "$as_me:9926: checking if you want to experiment without scrolling-hints code" >&5 8565 +echo "$as_me:103 29: checking if you want to experiment without scrolling-hints code" >&58605 +echo "$as_me:10347: checking if you want to experiment without scrolling-hints code" >&5 8566 8606 echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6 8567 8607 8568 8608 # Check whether --enable-scroll-hints or --disable-scroll-hints was given. 8569 @@ -9933,7 +103 36,7 @@8609 @@ -9933,7 +10354,7 @@ 8570 8610 else 8571 8611 with_scroll_hints=yes 8572 8612 fi; 8573 8613 -echo "$as_me:9936: result: $with_scroll_hints" >&5 8574 +echo "$as_me:103 39: result: $with_scroll_hints" >&58614 +echo "$as_me:10357: result: $with_scroll_hints" >&5 8575 8615 echo "${ECHO_T}$with_scroll_hints" >&6 8576 8616 test "$with_scroll_hints" = yes && cat >>confdefs.h <<\EOF 8577 8617 #define USE_SCROLL_HINTS 1 8578 @@ -9941,7 +103 44,7 @@8618 @@ -9941,7 +10362,7 @@ 8579 8619 8580 8620 fi 8581 8621 8582 8622 -echo "$as_me:9944: checking if you want experimental wgetch-events code" >&5 8583 +echo "$as_me:103 47: checking if you want experimental wgetch-events code" >&58623 +echo "$as_me:10365: checking if you want experimental wgetch-events code" >&5 8584 8624 echo $ECHO_N "checking if you want experimental wgetch-events code... $ECHO_C" >&6 8585 8625 8586 8626 # Check whether --enable-wgetch-events or --disable-wgetch-events was given. 8587 @@ -9951,7 +103 54,7 @@8627 @@ -9951,7 +10372,7 @@ 8588 8628 else 8589 8629 with_wgetch_events=no 8590 8630 fi; 8591 8631 -echo "$as_me:9954: result: $with_wgetch_events" >&5 8592 +echo "$as_me:103 57: result: $with_wgetch_events" >&58632 +echo "$as_me:10375: result: $with_wgetch_events" >&5 8593 8633 echo "${ECHO_T}$with_wgetch_events" >&6 8594 8634 test "$with_wgetch_events" = yes && cat >>confdefs.h <<\EOF 8595 8635 #define NCURSES_WGETCH_EVENTS 1 8596 @@ -9960,7 +103 63,7 @@8636 @@ -9960,7 +10381,7 @@ 8597 8637 ############################################################################### 8598 8638 8599 8639 ### use option --disable-echo to suppress full display compiling commands 8600 8640 -echo "$as_me:9963: checking if you want to display full commands during build" >&5 8601 +echo "$as_me:103 66: checking if you want to display full commands during build" >&58641 +echo "$as_me:10384: checking if you want to display full commands during build" >&5 8602 8642 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6 8603 8643 8604 8644 # Check whether --enable-echo or --disable-echo was given. 8605 @@ -9977,11 +103 80,11 @@8645 @@ -9977,11 +10398,11 @@ 8606 8646 test -n "$LIBTOOL" && LIBTOOL="$LIBTOOL --silent" 8607 8647 test -n "$LIBTOOL_CXX" && LIBTOOL_CXX="$LIBTOOL_CXX --silent" 8608 8648 fi 8609 8649 -echo "$as_me:9980: result: $with_echo" >&5 8610 +echo "$as_me:10 383: result: $with_echo" >&58650 +echo "$as_me:10401: result: $with_echo" >&5 8611 8651 echo "${ECHO_T}$with_echo" >&6 8612 8652 8613 8653 ### use option --enable-warnings to turn on all gcc warnings 8614 8654 -echo "$as_me:9984: checking if you want to see compiler warnings" >&5 8615 +echo "$as_me:10 387: checking if you want to see compiler warnings" >&58655 +echo "$as_me:10405: checking if you want to see compiler warnings" >&5 8616 8656 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6 8617 8657 8618 8658 # Check whether --enable-warnings or --disable-warnings was given. 8619 @@ -9989,7 +10 392,7 @@8659 @@ -9989,7 +10410,7 @@ 8620 8660 enableval="$enable_warnings" 8621 8661 with_warnings=$enableval 8622 8662 fi; 8623 8663 -echo "$as_me:9992: result: $with_warnings" >&5 8624 +echo "$as_me:10 395: result: $with_warnings" >&58664 +echo "$as_me:10413: result: $with_warnings" >&5 8625 8665 echo "${ECHO_T}$with_warnings" >&6 8626 8666 8627 8667 if test "x$with_warnings" = "xyes"; then 8628 @@ -10000,12 +104 03,12 @@8668 @@ -10000,12 +10421,12 @@ 8629 8669 if test "$GCC" = yes ; then 8630 8670 case $host_os in 8631 8671 linux*|gnu*) 8632 8672 - echo "$as_me:10003: checking if this is really Intel C compiler" >&5 8633 + echo "$as_me:104 06: checking if this is really Intel C compiler" >&58673 + echo "$as_me:10424: checking if this is really Intel C compiler" >&5 8634 8674 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6 8635 8675 cf_save_CFLAGS="$CFLAGS" … … 8637 8677 cat >conftest.$ac_ext <<_ACEOF 8638 8678 -#line 10008 "configure" 8639 +#line 104 11"configure"8679 +#line 10429 "configure" 8640 8680 #include "confdefs.h" 8641 8681 8642 8682 int 8643 @@ -10022,16 +104 25,16 @@8683 @@ -10022,16 +10443,16 @@ 8644 8684 } 8645 8685 _ACEOF 8646 8686 rm -f conftest.$ac_objext 8647 8687 -if { (eval echo "$as_me:10025: \"$ac_compile\"") >&5 8648 +if { (eval echo "$as_me:104 28: \"$ac_compile\"") >&58688 +if { (eval echo "$as_me:10446: \"$ac_compile\"") >&5 8649 8689 (eval $ac_compile) 2>&5 8650 8690 ac_status=$? 8651 8691 - echo "$as_me:10028: \$? = $ac_status" >&5 8652 + echo "$as_me:104 31: \$? = $ac_status" >&58692 + echo "$as_me:10449: \$? = $ac_status" >&5 8653 8693 (exit $ac_status); } && 8654 8694 { ac_try='test -s conftest.$ac_objext' 8655 8695 - { (eval echo "$as_me:10031: \"$ac_try\"") >&5 8656 + { (eval echo "$as_me:104 34: \"$ac_try\"") >&58696 + { (eval echo "$as_me:10452: \"$ac_try\"") >&5 8657 8697 (eval $ac_try) 2>&5 8658 8698 ac_status=$? 8659 8699 - echo "$as_me:10034: \$? = $ac_status" >&5 8660 + echo "$as_me:104 37: \$? = $ac_status" >&58700 + echo "$as_me:10455: \$? = $ac_status" >&5 8661 8701 (exit $ac_status); }; }; then 8662 8702 INTEL_COMPILER=yes 8663 8703 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 8664 @@ -10042,14 +104 45,14 @@8704 @@ -10042,14 +10463,14 @@ 8665 8705 fi 8666 8706 rm -f conftest.$ac_objext conftest.$ac_ext 8667 8707 CFLAGS="$cf_save_CFLAGS" 8668 8708 - echo "$as_me:10045: result: $INTEL_COMPILER" >&5 8669 + echo "$as_me:104 48: result: $INTEL_COMPILER" >&58709 + echo "$as_me:10466: result: $INTEL_COMPILER" >&5 8670 8710 echo "${ECHO_T}$INTEL_COMPILER" >&6 8671 8711 ;; … … 8675 8715 cat > conftest.$ac_ext <<EOF 8676 8716 -#line 10052 "${as_me-configure}" 8677 +#line 104 55"${as_me-configure}"8717 +#line 10473 "${as_me-configure}" 8678 8718 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 8679 8719 EOF 8680 8720 8681 @@ -10057,7 +104 60,6 @@8721 @@ -10057,7 +10478,6 @@ 8682 8722 then 8683 8723 # The "-wdXXX" options suppress warnings: … … 8687 8727 # remark #1684: conversion from pointer to same-sized integral type (potential portability problem) 8688 8728 # remark #193: zero used for undefined preprocessing identifier 8689 @@ -10065,31 +104 67,30 @@8729 @@ -10065,31 +10485,30 @@ 8690 8730 # remark #810: conversion from "int" to "Dimension={unsigned short}" may lose significant bits 8691 8731 # remark #869: parameter "tw" was never referenced … … 8695 8735 8696 8736 - { echo "$as_me:10070: checking for $CC warning options..." >&5 8697 + { echo "$as_me:104 72: checking for $CC warning options..." >&58737 + { echo "$as_me:10490: checking for $CC warning options..." >&5 8698 8738 echo "$as_me: checking for $CC warning options..." >&6;} 8699 8739 cf_save_CFLAGS="$CFLAGS" … … 8714 8754 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 8715 8755 - if { (eval echo "$as_me:10087: \"$ac_compile\"") >&5 8716 + if { (eval echo "$as_me:10 488: \"$ac_compile\"") >&58756 + if { (eval echo "$as_me:10506: \"$ac_compile\"") >&5 8717 8757 (eval $ac_compile) 2>&5 8718 8758 ac_status=$? 8719 8759 - echo "$as_me:10090: \$? = $ac_status" >&5 8720 + echo "$as_me:10 491: \$? = $ac_status" >&58760 + echo "$as_me:10509: \$? = $ac_status" >&5 8721 8761 (exit $ac_status); }; then 8722 8762 - test -n "$verbose" && echo "$as_me:10092: result: ... -$cf_opt" >&5 8723 + test -n "$verbose" && echo "$as_me:10 493: result: ... -$cf_opt" >&58763 + test -n "$verbose" && echo "$as_me:10511: result: ... -$cf_opt" >&5 8724 8764 echo "${ECHO_T}... -$cf_opt" >&6 8725 8765 EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt" 8726 8766 fi 8727 @@ -10098,7 +10 499,7 @@8767 @@ -10098,7 +10517,7 @@ 8728 8768 8729 8769 elif test "$GCC" = yes 8730 8770 then 8731 8771 - { echo "$as_me:10101: checking for $CC warning options..." >&5 8732 + { echo "$as_me:105 02: checking for $CC warning options..." >&58772 + { echo "$as_me:10520: checking for $CC warning options..." >&5 8733 8773 echo "$as_me: checking for $CC warning options..." >&6;} 8734 8774 cf_save_CFLAGS="$CFLAGS" 8735 8775 EXTRA_CFLAGS="-W -Wall" 8736 @@ -10118,12 +105 19,12 @@8776 @@ -10118,12 +10537,12 @@ 8737 8777 Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum 8738 8778 do 8739 8779 CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt" 8740 8780 - if { (eval echo "$as_me:10121: \"$ac_compile\"") >&5 8741 + if { (eval echo "$as_me:105 22: \"$ac_compile\"") >&58781 + if { (eval echo "$as_me:10540: \"$ac_compile\"") >&5 8742 8782 (eval $ac_compile) 2>&5 8743 8783 ac_status=$? 8744 8784 - echo "$as_me:10124: \$? = $ac_status" >&5 8745 + echo "$as_me:105 25: \$? = $ac_status" >&58785 + echo "$as_me:10543: \$? = $ac_status" >&5 8746 8786 (exit $ac_status); }; then 8747 8787 - test -n "$verbose" && echo "$as_me:10126: result: ... -$cf_opt" >&5 8748 + test -n "$verbose" && echo "$as_me:105 27: result: ... -$cf_opt" >&58788 + test -n "$verbose" && echo "$as_me:10545: result: ... -$cf_opt" >&5 8749 8789 echo "${ECHO_T}... -$cf_opt" >&6 8750 8790 case $cf_opt in #(vi 8751 8791 Wcast-qual) #(vi 8752 @@ -10134,7 +105 35,7 @@8792 @@ -10134,7 +10553,7 @@ 8753 8793 [34].*) 8754 8794 test -n "$verbose" && echo " feature is broken in gcc $GCC_VERSION" 1>&6 8755 8795 8756 8796 -echo "${as_me-configure}:10137: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 8757 +echo "${as_me-configure}:105 38: testing feature is broken in gcc $GCC_VERSION ..." 1>&58797 +echo "${as_me-configure}:10556: testing feature is broken in gcc $GCC_VERSION ..." 1>&5 8758 8798 8759 8799 continue;; 8760 8800 esac 8761 @@ -10154,12 +105 55,12 @@8801 @@ -10154,12 +10573,12 @@ 8762 8802 if test "$GCC" = yes ; then 8763 8803 case $host_os in 8764 8804 linux*|gnu*) 8765 8805 - echo "$as_me:10157: checking if this is really Intel C++ compiler" >&5 8766 + echo "$as_me:105 58: checking if this is really Intel C++ compiler" >&58806 + echo "$as_me:10576: checking if this is really Intel C++ compiler" >&5 8767 8807 echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6 8768 8808 cf_save_CFLAGS="$CXXFLAGS" … … 8770 8810 cat >conftest.$ac_ext <<_ACEOF 8771 8811 -#line 10162 "configure" 8772 +#line 105 63"configure"8812 +#line 10581 "configure" 8773 8813 #include "confdefs.h" 8774 8814 8775 8815 int 8776 @@ -10176,16 +105 77,16 @@8816 @@ -10176,16 +10595,16 @@ 8777 8817 } 8778 8818 _ACEOF 8779 8819 rm -f conftest.$ac_objext 8780 8820 -if { (eval echo "$as_me:10179: \"$ac_compile\"") >&5 8781 +if { (eval echo "$as_me:105 80: \"$ac_compile\"") >&58821 +if { (eval echo "$as_me:10598: \"$ac_compile\"") >&5 8782 8822 (eval $ac_compile) 2>&5 8783 8823 ac_status=$? 8784 8824 - echo "$as_me:10182: \$? = $ac_status" >&5 8785 + echo "$as_me:10 583: \$? = $ac_status" >&58825 + echo "$as_me:10601: \$? = $ac_status" >&5 8786 8826 (exit $ac_status); } && 8787 8827 { ac_try='test -s conftest.$ac_objext' 8788 8828 - { (eval echo "$as_me:10185: \"$ac_try\"") >&5 8789 + { (eval echo "$as_me:10 586: \"$ac_try\"") >&58829 + { (eval echo "$as_me:10604: \"$ac_try\"") >&5 8790 8830 (eval $ac_try) 2>&5 8791 8831 ac_status=$? 8792 8832 - echo "$as_me:10188: \$? = $ac_status" >&5 8793 + echo "$as_me:10 589: \$? = $ac_status" >&58833 + echo "$as_me:10607: \$? = $ac_status" >&5 8794 8834 (exit $ac_status); }; }; then 8795 8835 INTEL_CPLUSPLUS=yes 8796 8836 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc" 8797 @@ -10196,7 +10 597,7 @@8837 @@ -10196,7 +10615,7 @@ 8798 8838 fi 8799 8839 rm -f conftest.$ac_objext conftest.$ac_ext 8800 8840 CXXFLAGS="$cf_save_CFLAGS" 8801 8841 - echo "$as_me:10199: result: $INTEL_CPLUSPLUS" >&5 8802 + echo "$as_me:106 00: result: $INTEL_CPLUSPLUS" >&58842 + echo "$as_me:10618: result: $INTEL_CPLUSPLUS" >&5 8803 8843 echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6 8804 8844 ;; 8805 8845 esac 8806 @@ -10210,7 +106 11,7 @@8846 @@ -10210,7 +10629,7 @@ 8807 8847 ac_main_return=return 8808 8848 8809 8849 cat > conftest.$ac_ext <<EOF 8810 8850 -#line 10213 "configure" 8811 +#line 106 14"configure"8851 +#line 10632 "configure" 8812 8852 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; } 8813 8853 EOF 8814 8854 8815 @@ -10228,7 +106 29,7 @@8855 @@ -10228,7 +10647,7 @@ 8816 8856 # remark #981: operands are evaluated in unspecified order 8817 8857 # warning #269: invalid format string conversion 8818 8858 8819 8859 - { echo "$as_me:10231: checking for $CC warning options..." >&5 8820 + { echo "$as_me:106 32: checking for $CC warning options..." >&58860 + { echo "$as_me:10650: checking for $CC warning options..." >&5 8821 8861 echo "$as_me: checking for $CC warning options..." >&6;} 8822 8862 cf_save_CXXFLAGS="$CXXFLAGS" 8823 8863 EXTRA_CXXFLAGS="-Wall" 8824 @@ -10245,12 +106 46,12 @@8864 @@ -10245,12 +10664,12 @@ 8825 8865 wd981 8826 8866 do 8827 8867 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt" 8828 8868 - if { (eval echo "$as_me:10248: \"$ac_compile\"") >&5 8829 + if { (eval echo "$as_me:106 49: \"$ac_compile\"") >&58869 + if { (eval echo "$as_me:10667: \"$ac_compile\"") >&5 8830 8870 (eval $ac_compile) 2>&5 8831 8871 ac_status=$? 8832 8872 - echo "$as_me:10251: \$? = $ac_status" >&5 8833 + echo "$as_me:106 52: \$? = $ac_status" >&58873 + echo "$as_me:10670: \$? = $ac_status" >&5 8834 8874 (exit $ac_status); }; then 8835 8875 - test -n "$verbose" && echo "$as_me:10253: result: ... -$cf_opt" >&5 8836 + test -n "$verbose" && echo "$as_me:106 54: result: ... -$cf_opt" >&58876 + test -n "$verbose" && echo "$as_me:10672: result: ... -$cf_opt" >&5 8837 8877 echo "${ECHO_T}... -$cf_opt" >&6 8838 8878 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 8839 8879 fi 8840 @@ -10259,7 +106 60,7 @@8880 @@ -10259,7 +10678,7 @@ 8841 8881 8842 8882 elif test "$GXX" = yes 8843 8883 then 8844 8884 - { echo "$as_me:10262: checking for $CXX warning options..." >&5 8845 + { echo "$as_me:106 63: checking for $CXX warning options..." >&58885 + { echo "$as_me:10681: checking for $CXX warning options..." >&5 8846 8886 echo "$as_me: checking for $CXX warning options..." >&6;} 8847 8887 cf_save_CXXFLAGS="$CXXFLAGS" 8848 8888 EXTRA_CXXFLAGS="-W -Wall" 8849 @@ -10288,16 +10 689,16 @@8889 @@ -10288,16 +10707,16 @@ 8850 8890 Wundef $cf_gxx_extra_warnings Wno-unused 8851 8891 do 8852 8892 CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt" 8853 8893 - if { (eval echo "$as_me:10291: \"$ac_compile\"") >&5 8854 + if { (eval echo "$as_me:10 692: \"$ac_compile\"") >&58894 + if { (eval echo "$as_me:10710: \"$ac_compile\"") >&5 8855 8895 (eval $ac_compile) 2>&5 8856 8896 ac_status=$? 8857 8897 - echo "$as_me:10294: \$? = $ac_status" >&5 8858 + echo "$as_me:10 695: \$? = $ac_status" >&58898 + echo "$as_me:10713: \$? = $ac_status" >&5 8859 8899 (exit $ac_status); }; then 8860 8900 - test -n "$verbose" && echo "$as_me:10296: result: ... -$cf_opt" >&5 8861 + test -n "$verbose" && echo "$as_me:10 697: result: ... -$cf_opt" >&58901 + test -n "$verbose" && echo "$as_me:10715: result: ... -$cf_opt" >&5 8862 8902 echo "${ECHO_T}... -$cf_opt" >&6 8863 8903 EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt" 8864 8904 else 8865 8905 - test -n "$verbose" && echo "$as_me:10300: result: ... no -$cf_opt" >&5 8866 + test -n "$verbose" && echo "$as_me:107 01: result: ... no -$cf_opt" >&58906 + test -n "$verbose" && echo "$as_me:10719: result: ... no -$cf_opt" >&5 8867 8907 echo "${ECHO_T}... no -$cf_opt" >&6 8868 8908 fi 8869 8909 done 8870 @@ -10333,10 +107 34,10 @@8910 @@ -10333,10 +10752,10 @@ 8871 8911 EOF 8872 8912 if test "$GCC" = yes 8873 8913 then 8874 8914 - { echo "$as_me:10336: checking for $CC __attribute__ directives..." >&5 8875 + { echo "$as_me:107 37: checking for $CC __attribute__ directives..." >&58915 + { echo "$as_me:10755: checking for $CC __attribute__ directives..." >&5 8876 8916 echo "$as_me: checking for $CC __attribute__ directives..." >&6;} 8877 8917 cat > conftest.$ac_ext <<EOF 8878 8918 -#line 10339 "${as_me-configure}" 8879 +#line 107 40"${as_me-configure}"8919 +#line 10758 "${as_me-configure}" 8880 8920 #include "confdefs.h" 8881 8921 #include "conftest.h" 8882 8922 #include "conftest.i" 8883 @@ -10374,12 +107 75,12 @@8923 @@ -10374,12 +10793,12 @@ 8884 8924 EOF 8885 8925 ;; 8886 8926 esac 8887 8927 - if { (eval echo "$as_me:10377: \"$ac_compile\"") >&5 8888 + if { (eval echo "$as_me:107 78: \"$ac_compile\"") >&58928 + if { (eval echo "$as_me:10796: \"$ac_compile\"") >&5 8889 8929 (eval $ac_compile) 2>&5 8890 8930 ac_status=$? 8891 8931 - echo "$as_me:10380: \$? = $ac_status" >&5 8892 + echo "$as_me:107 81: \$? = $ac_status" >&58932 + echo "$as_me:10799: \$? = $ac_status" >&5 8893 8933 (exit $ac_status); }; then 8894 8934 - test -n "$verbose" && echo "$as_me:10382: result: ... $cf_attribute" >&5 8895 + test -n "$verbose" && echo "$as_me:10 783: result: ... $cf_attribute" >&58935 + test -n "$verbose" && echo "$as_me:10801: result: ... $cf_attribute" >&5 8896 8936 echo "${ECHO_T}... $cf_attribute" >&6 8897 8937 cat conftest.h >>confdefs.h 8898 8938 fi 8899 @@ -10391,7 +10 792,7 @@8939 @@ -10391,7 +10810,7 @@ 8900 8940 fi 8901 8941 8902 8942 ### use option --enable-assertions to turn on generation of assertion code 8903 8943 -echo "$as_me:10394: checking if you want to enable runtime assertions" >&5 8904 +echo "$as_me:10 795: checking if you want to enable runtime assertions" >&58944 +echo "$as_me:10813: checking if you want to enable runtime assertions" >&5 8905 8945 echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6 8906 8946 8907 8947 # Check whether --enable-assertions or --disable-assertions was given. 8908 @@ -10401,7 +108 02,7 @@8948 @@ -10401,7 +10820,7 @@ 8909 8949 else 8910 8950 with_assertions=no 8911 8951 fi; 8912 8952 -echo "$as_me:10404: result: $with_assertions" >&5 8913 +echo "$as_me:108 05: result: $with_assertions" >&58953 +echo "$as_me:10823: result: $with_assertions" >&5 8914 8954 echo "${ECHO_T}$with_assertions" >&6 8915 8955 if test -n "$GCC" 8916 8956 then 8917 @@ -10419,7 +108 20,7 @@8957 @@ -10419,7 +10838,7 @@ 8918 8958 8919 8959 ### use option --disable-leaks to suppress "permanent" leaks, for testing 8920 8960 8921 8961 -echo "$as_me:10422: checking if you want to use dmalloc for testing" >&5 8922 +echo "$as_me:108 23: checking if you want to use dmalloc for testing" >&58962 +echo "$as_me:10841: checking if you want to use dmalloc for testing" >&5 8923 8963 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6 8924 8964 8925 8965 # Check whether --with-dmalloc or --without-dmalloc was given. 8926 @@ -10435,7 +108 36,7 @@8966 @@ -10435,7 +10854,7 @@ 8927 8967 else 8928 8968 with_dmalloc= 8929 8969 fi; 8930 8970 -echo "$as_me:10438: result: ${with_dmalloc:-no}" >&5 8931 +echo "$as_me:108 39: result: ${with_dmalloc:-no}" >&58971 +echo "$as_me:10857: result: ${with_dmalloc:-no}" >&5 8932 8972 echo "${ECHO_T}${with_dmalloc:-no}" >&6 8933 8973 8934 8974 case .$with_cflags in #(vi 8935 @@ -10505,7 +109 06,7 @@8975 @@ -10505,7 +10924,7 @@ 8936 8976 8937 8977 if test -n "$cf_new_cppflags" ; then … … 8942 8982 8943 8983 if test -n "$cf_new_extra_cppflags" ; then 8944 @@ -10519,23 +109 20,23 @@8984 @@ -10519,23 +10938,23 @@ 8945 8985 esac 8946 8986 8947 8987 if test "$with_dmalloc" = yes ; then 8948 8988 - echo "$as_me:10522: checking for dmalloc.h" >&5 8949 + echo "$as_me:109 23: checking for dmalloc.h" >&58989 + echo "$as_me:10941: checking for dmalloc.h" >&5 8950 8990 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6 8951 8991 if test "${ac_cv_header_dmalloc_h+set}" = set; then … … 8954 8994 cat >conftest.$ac_ext <<_ACEOF 8955 8995 -#line 10528 "configure" 8956 +#line 109 29"configure"8996 +#line 10947 "configure" 8957 8997 #include "confdefs.h" 8958 8998 #include <dmalloc.h> 8959 8999 _ACEOF 8960 9000 -if { (eval echo "$as_me:10532: \"$ac_cpp conftest.$ac_ext\"") >&5 8961 +if { (eval echo "$as_me:109 33: \"$ac_cpp conftest.$ac_ext\"") >&59001 +if { (eval echo "$as_me:10951: \"$ac_cpp conftest.$ac_ext\"") >&5 8962 9002 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 8963 9003 ac_status=$? … … 8966 9006 cat conftest.err >&5 8967 9007 - echo "$as_me:10538: \$? = $ac_status" >&5 8968 + echo "$as_me:109 39: \$? = $ac_status" >&59008 + echo "$as_me:10957: \$? = $ac_status" >&5 8969 9009 (exit $ac_status); } >/dev/null; then 8970 9010 if test -s conftest.err; then 8971 9011 ac_cpp_err=$ac_c_preproc_warn_flag 8972 @@ -10554,11 +109 55,11 @@9012 @@ -10554,11 +10973,11 @@ 8973 9013 fi 8974 9014 rm -f conftest.err conftest.$ac_ext 8975 9015 fi 8976 9016 -echo "$as_me:10557: result: $ac_cv_header_dmalloc_h" >&5 8977 +echo "$as_me:109 58: result: $ac_cv_header_dmalloc_h" >&59017 +echo "$as_me:10976: result: $ac_cv_header_dmalloc_h" >&5 8978 9018 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6 8979 9019 if test $ac_cv_header_dmalloc_h = yes; then 8980 9020 8981 9021 -echo "$as_me:10561: checking for dmalloc_debug in -ldmalloc" >&5 8982 +echo "$as_me:109 62: checking for dmalloc_debug in -ldmalloc" >&59022 +echo "$as_me:10980: checking for dmalloc_debug in -ldmalloc" >&5 8983 9023 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6 8984 9024 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then 8985 9025 echo $ECHO_N "(cached) $ECHO_C" >&6 8986 @@ -10566,7 +109 67,7 @@9026 @@ -10566,7 +10985,7 @@ 8987 9027 ac_check_lib_save_LIBS=$LIBS 8988 9028 LIBS="-ldmalloc $LIBS" 8989 9029 cat >conftest.$ac_ext <<_ACEOF 8990 9030 -#line 10569 "configure" 8991 +#line 109 70"configure"9031 +#line 10988 "configure" 8992 9032 #include "confdefs.h" 8993 9033 8994 9034 /* Override any gcc2 internal prototype to avoid an error. */ 8995 @@ -10585,16 +1 0986,16 @@9035 @@ -10585,16 +11004,16 @@ 8996 9036 } 8997 9037 _ACEOF 8998 9038 rm -f conftest.$ac_objext conftest$ac_exeext 8999 9039 -if { (eval echo "$as_me:10588: \"$ac_link\"") >&5 9000 +if { (eval echo "$as_me:1 0989: \"$ac_link\"") >&59040 +if { (eval echo "$as_me:11007: \"$ac_link\"") >&5 9001 9041 (eval $ac_link) 2>&5 9002 9042 ac_status=$? 9003 9043 - echo "$as_me:10591: \$? = $ac_status" >&5 9004 + echo "$as_me:1 0992: \$? = $ac_status" >&59044 + echo "$as_me:11010: \$? = $ac_status" >&5 9005 9045 (exit $ac_status); } && 9006 9046 { ac_try='test -s conftest$ac_exeext' 9007 9047 - { (eval echo "$as_me:10594: \"$ac_try\"") >&5 9008 + { (eval echo "$as_me:1 0995: \"$ac_try\"") >&59048 + { (eval echo "$as_me:11013: \"$ac_try\"") >&5 9009 9049 (eval $ac_try) 2>&5 9010 9050 ac_status=$? 9011 9051 - echo "$as_me:10597: \$? = $ac_status" >&5 9012 + echo "$as_me:1 0998: \$? = $ac_status" >&59052 + echo "$as_me:11016: \$? = $ac_status" >&5 9013 9053 (exit $ac_status); }; }; then 9014 9054 ac_cv_lib_dmalloc_dmalloc_debug=yes 9015 9055 else 9016 @@ -10605,7 +110 06,7 @@9056 @@ -10605,7 +11024,7 @@ 9017 9057 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9018 9058 LIBS=$ac_check_lib_save_LIBS 9019 9059 fi 9020 9060 -echo "$as_me:10608: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 9021 +echo "$as_me:110 09: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&59061 +echo "$as_me:11027: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5 9022 9062 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6 9023 9063 if test $ac_cv_lib_dmalloc_dmalloc_debug = yes; then 9024 9064 cat >>confdefs.h <<EOF 9025 @@ -10620,7 +110 21,7 @@9065 @@ -10620,7 +11039,7 @@ 9026 9066 9027 9067 fi 9028 9068 9029 9069 -echo "$as_me:10623: checking if you want to use dbmalloc for testing" >&5 9030 +echo "$as_me:110 24: checking if you want to use dbmalloc for testing" >&59070 +echo "$as_me:11042: checking if you want to use dbmalloc for testing" >&5 9031 9071 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6 9032 9072 9033 9073 # Check whether --with-dbmalloc or --without-dbmalloc was given. 9034 @@ -10636,7 +110 37,7 @@9074 @@ -10636,7 +11055,7 @@ 9035 9075 else 9036 9076 with_dbmalloc= 9037 9077 fi; 9038 9078 -echo "$as_me:10639: result: ${with_dbmalloc:-no}" >&5 9039 +echo "$as_me:110 40: result: ${with_dbmalloc:-no}" >&59079 +echo "$as_me:11058: result: ${with_dbmalloc:-no}" >&5 9040 9080 echo "${ECHO_T}${with_dbmalloc:-no}" >&6 9041 9081 9042 9082 case .$with_cflags in #(vi 9043 @@ -10706,7 +111 07,7 @@9083 @@ -10706,7 +11125,7 @@ 9044 9084 9045 9085 if test -n "$cf_new_cppflags" ; then … … 9050 9090 9051 9091 if test -n "$cf_new_extra_cppflags" ; then 9052 @@ -10720,23 +111 21,23 @@9092 @@ -10720,23 +11139,23 @@ 9053 9093 esac 9054 9094 9055 9095 if test "$with_dbmalloc" = yes ; then 9056 9096 - echo "$as_me:10723: checking for dbmalloc.h" >&5 9057 + echo "$as_me:111 24: checking for dbmalloc.h" >&59097 + echo "$as_me:11142: checking for dbmalloc.h" >&5 9058 9098 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6 9059 9099 if test "${ac_cv_header_dbmalloc_h+set}" = set; then … … 9062 9102 cat >conftest.$ac_ext <<_ACEOF 9063 9103 -#line 10729 "configure" 9064 +#line 111 30"configure"9104 +#line 11148 "configure" 9065 9105 #include "confdefs.h" 9066 9106 #include <dbmalloc.h> 9067 9107 _ACEOF 9068 9108 -if { (eval echo "$as_me:10733: \"$ac_cpp conftest.$ac_ext\"") >&5 9069 +if { (eval echo "$as_me:111 34: \"$ac_cpp conftest.$ac_ext\"") >&59109 +if { (eval echo "$as_me:11152: \"$ac_cpp conftest.$ac_ext\"") >&5 9070 9110 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9071 9111 ac_status=$? … … 9074 9114 cat conftest.err >&5 9075 9115 - echo "$as_me:10739: \$? = $ac_status" >&5 9076 + echo "$as_me:111 40: \$? = $ac_status" >&59116 + echo "$as_me:11158: \$? = $ac_status" >&5 9077 9117 (exit $ac_status); } >/dev/null; then 9078 9118 if test -s conftest.err; then 9079 9119 ac_cpp_err=$ac_c_preproc_warn_flag 9080 @@ -10755,11 +111 56,11 @@9120 @@ -10755,11 +11174,11 @@ 9081 9121 fi 9082 9122 rm -f conftest.err conftest.$ac_ext 9083 9123 fi 9084 9124 -echo "$as_me:10758: result: $ac_cv_header_dbmalloc_h" >&5 9085 +echo "$as_me:111 59: result: $ac_cv_header_dbmalloc_h" >&59125 +echo "$as_me:11177: result: $ac_cv_header_dbmalloc_h" >&5 9086 9126 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6 9087 9127 if test $ac_cv_header_dbmalloc_h = yes; then 9088 9128 9089 9129 -echo "$as_me:10762: checking for debug_malloc in -ldbmalloc" >&5 9090 +echo "$as_me:111 63: checking for debug_malloc in -ldbmalloc" >&59130 +echo "$as_me:11181: checking for debug_malloc in -ldbmalloc" >&5 9091 9131 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6 9092 9132 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then 9093 9133 echo $ECHO_N "(cached) $ECHO_C" >&6 9094 @@ -10767,7 +111 68,7 @@9134 @@ -10767,7 +11186,7 @@ 9095 9135 ac_check_lib_save_LIBS=$LIBS 9096 9136 LIBS="-ldbmalloc $LIBS" 9097 9137 cat >conftest.$ac_ext <<_ACEOF 9098 9138 -#line 10770 "configure" 9099 +#line 111 71"configure"9139 +#line 11189 "configure" 9100 9140 #include "confdefs.h" 9101 9141 9102 9142 /* Override any gcc2 internal prototype to avoid an error. */ 9103 @@ -10786,16 +11 187,16 @@9143 @@ -10786,16 +11205,16 @@ 9104 9144 } 9105 9145 _ACEOF 9106 9146 rm -f conftest.$ac_objext conftest$ac_exeext 9107 9147 -if { (eval echo "$as_me:10789: \"$ac_link\"") >&5 9108 +if { (eval echo "$as_me:11 190: \"$ac_link\"") >&59148 +if { (eval echo "$as_me:11208: \"$ac_link\"") >&5 9109 9149 (eval $ac_link) 2>&5 9110 9150 ac_status=$? 9111 9151 - echo "$as_me:10792: \$? = $ac_status" >&5 9112 + echo "$as_me:11 193: \$? = $ac_status" >&59152 + echo "$as_me:11211: \$? = $ac_status" >&5 9113 9153 (exit $ac_status); } && 9114 9154 { ac_try='test -s conftest$ac_exeext' 9115 9155 - { (eval echo "$as_me:10795: \"$ac_try\"") >&5 9116 + { (eval echo "$as_me:11 196: \"$ac_try\"") >&59156 + { (eval echo "$as_me:11214: \"$ac_try\"") >&5 9117 9157 (eval $ac_try) 2>&5 9118 9158 ac_status=$? 9119 9159 - echo "$as_me:10798: \$? = $ac_status" >&5 9120 + echo "$as_me:11 199: \$? = $ac_status" >&59160 + echo "$as_me:11217: \$? = $ac_status" >&5 9121 9161 (exit $ac_status); }; }; then 9122 9162 ac_cv_lib_dbmalloc_debug_malloc=yes 9123 9163 else 9124 @@ -10806,7 +112 07,7 @@9164 @@ -10806,7 +11225,7 @@ 9125 9165 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9126 9166 LIBS=$ac_check_lib_save_LIBS 9127 9167 fi 9128 9168 -echo "$as_me:10809: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 9129 +echo "$as_me:112 10: result: $ac_cv_lib_dbmalloc_debug_malloc" >&59169 +echo "$as_me:11228: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5 9130 9170 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6 9131 9171 if test $ac_cv_lib_dbmalloc_debug_malloc = yes; then 9132 9172 cat >>confdefs.h <<EOF 9133 @@ -10821,7 +112 22,7 @@9173 @@ -10821,7 +11240,7 @@ 9134 9174 9135 9175 fi 9136 9176 9137 9177 -echo "$as_me:10824: checking if you want to use valgrind for testing" >&5 9138 +echo "$as_me:112 25: checking if you want to use valgrind for testing" >&59178 +echo "$as_me:11243: checking if you want to use valgrind for testing" >&5 9139 9179 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6 9140 9180 9141 9181 # Check whether --with-valgrind or --without-valgrind was given. 9142 @@ -10837,7 +112 38,7 @@9182 @@ -10837,7 +11256,7 @@ 9143 9183 else 9144 9184 with_valgrind= 9145 9185 fi; 9146 9186 -echo "$as_me:10840: result: ${with_valgrind:-no}" >&5 9147 +echo "$as_me:112 41: result: ${with_valgrind:-no}" >&59187 +echo "$as_me:11259: result: ${with_valgrind:-no}" >&5 9148 9188 echo "${ECHO_T}${with_valgrind:-no}" >&6 9149 9189 9150 9190 case .$with_cflags in #(vi 9151 @@ -10907,7 +113 08,7 @@9191 @@ -10907,7 +11326,7 @@ 9152 9192 9153 9193 if test -n "$cf_new_cppflags" ; then … … 9158 9198 9159 9199 if test -n "$cf_new_extra_cppflags" ; then 9160 @@ -10920,7 +113 21,7 @@9200 @@ -10920,7 +11339,7 @@ 9161 9201 ;; 9162 9202 esac 9163 9203 9164 9204 -echo "$as_me:10923: checking if you want to perform memory-leak testing" >&5 9165 +echo "$as_me:113 24: checking if you want to perform memory-leak testing" >&59205 +echo "$as_me:11342: checking if you want to perform memory-leak testing" >&5 9166 9206 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6 9167 9207 9168 9208 # Check whether --enable-leaks or --disable-leaks was given. 9169 @@ -10930,7 +113 31,7 @@9209 @@ -10930,7 +11349,7 @@ 9170 9210 else 9171 9211 : ${with_no_leaks:=no} 9172 9212 fi; 9173 9213 -echo "$as_me:10933: result: $with_no_leaks" >&5 9174 +echo "$as_me:113 34: result: $with_no_leaks" >&59214 +echo "$as_me:11352: result: $with_no_leaks" >&5 9175 9215 echo "${ECHO_T}$with_no_leaks" >&6 9176 9216 9177 9217 if test "$with_no_leaks" = yes ; then 9178 @@ -10975,7 +113 76,7 @@9218 @@ -10975,7 +11394,7 @@ 9179 9219 ;; 9180 9220 esac 9181 9221 9182 9222 -echo "$as_me:10978: checking whether to add trace feature to all models" >&5 9183 +echo "$as_me:113 79: checking whether to add trace feature to all models" >&59223 +echo "$as_me:11397: checking whether to add trace feature to all models" >&5 9184 9224 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6 9185 9225 9186 9226 # Check whether --with-trace or --without-trace was given. 9187 @@ -10985,7 +11 386,7 @@9227 @@ -10985,7 +11404,7 @@ 9188 9228 else 9189 9229 cf_with_trace=$cf_all_traces 9190 9230 fi; 9191 9231 -echo "$as_me:10988: result: $cf_with_trace" >&5 9192 +echo "$as_me:11 389: result: $cf_with_trace" >&59232 +echo "$as_me:11407: result: $cf_with_trace" >&5 9193 9233 echo "${ECHO_T}$cf_with_trace" >&6 9194 9234 9195 9235 if test "$cf_with_trace" = yes ; then 9196 @@ -11052,7 +114 53,7 @@9236 @@ -11052,7 +11471,7 @@ 9197 9237 9198 9238 if test -n "$cf_new_cppflags" ; then … … 9203 9243 9204 9244 if test -n "$cf_new_extra_cppflags" ; then 9205 @@ -11066,13 +114 67,17 @@9245 @@ -11066,13 +11485,17 @@ 9206 9246 fi 9207 9247 … … 9212 9252 + ;; 9213 9253 +*) 9214 +echo "$as_me:114 74: checking for gettimeofday" >&59254 +echo "$as_me:11492: checking for gettimeofday" >&5 9215 9255 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6 9216 9256 if test "${ac_cv_func_gettimeofday+set}" = set; then … … 9219 9259 cat >conftest.$ac_ext <<_ACEOF 9220 9260 -#line 11075 "configure" 9221 +#line 114 80"configure"9261 +#line 11498 "configure" 9222 9262 #include "confdefs.h" 9223 9263 /* System header to define __stub macros and hopefully few prototypes, 9224 9264 which can conflict with char gettimeofday (); below. */ 9225 @@ -11103,16 +115 08,16 @@9265 @@ -11103,16 +11526,16 @@ 9226 9266 } 9227 9267 _ACEOF 9228 9268 rm -f conftest.$ac_objext conftest$ac_exeext 9229 9269 -if { (eval echo "$as_me:11106: \"$ac_link\"") >&5 9230 +if { (eval echo "$as_me:115 11: \"$ac_link\"") >&59270 +if { (eval echo "$as_me:11529: \"$ac_link\"") >&5 9231 9271 (eval $ac_link) 2>&5 9232 9272 ac_status=$? 9233 9273 - echo "$as_me:11109: \$? = $ac_status" >&5 9234 + echo "$as_me:115 14: \$? = $ac_status" >&59274 + echo "$as_me:11532: \$? = $ac_status" >&5 9235 9275 (exit $ac_status); } && 9236 9276 { ac_try='test -s conftest$ac_exeext' 9237 9277 - { (eval echo "$as_me:11112: \"$ac_try\"") >&5 9238 + { (eval echo "$as_me:115 17: \"$ac_try\"") >&59278 + { (eval echo "$as_me:11535: \"$ac_try\"") >&5 9239 9279 (eval $ac_try) 2>&5 9240 9280 ac_status=$? 9241 9281 - echo "$as_me:11115: \$? = $ac_status" >&5 9242 + echo "$as_me:115 20: \$? = $ac_status" >&59282 + echo "$as_me:11538: \$? = $ac_status" >&5 9243 9283 (exit $ac_status); }; }; then 9244 9284 ac_cv_func_gettimeofday=yes 9245 9285 else 9246 @@ -11122,7 +115 27,7 @@9286 @@ -11122,7 +11545,7 @@ 9247 9287 fi 9248 9288 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9249 9289 fi 9250 9290 -echo "$as_me:11125: result: $ac_cv_func_gettimeofday" >&5 9251 +echo "$as_me:115 30: result: $ac_cv_func_gettimeofday" >&59291 +echo "$as_me:11548: result: $ac_cv_func_gettimeofday" >&5 9252 9292 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6 9253 9293 if test $ac_cv_func_gettimeofday = yes; then 9254 9294 cat >>confdefs.h <<\EOF 9255 @@ -11131,7 +115 36,7 @@9295 @@ -11131,7 +11554,7 @@ 9256 9296 9257 9297 else 9258 9298 9259 9299 -echo "$as_me:11134: checking for gettimeofday in -lbsd" >&5 9260 +echo "$as_me:115 39: checking for gettimeofday in -lbsd" >&59300 +echo "$as_me:11557: checking for gettimeofday in -lbsd" >&5 9261 9301 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6 9262 9302 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then 9263 9303 echo $ECHO_N "(cached) $ECHO_C" >&6 9264 @@ -11139,7 +115 44,7 @@9304 @@ -11139,7 +11562,7 @@ 9265 9305 ac_check_lib_save_LIBS=$LIBS 9266 9306 LIBS="-lbsd $LIBS" 9267 9307 cat >conftest.$ac_ext <<_ACEOF 9268 9308 -#line 11142 "configure" 9269 +#line 115 47"configure"9309 +#line 11565 "configure" 9270 9310 #include "confdefs.h" 9271 9311 9272 9312 /* Override any gcc2 internal prototype to avoid an error. */ 9273 @@ -11158,16 +115 63,16 @@9313 @@ -11158,16 +11581,16 @@ 9274 9314 } 9275 9315 _ACEOF 9276 9316 rm -f conftest.$ac_objext conftest$ac_exeext 9277 9317 -if { (eval echo "$as_me:11161: \"$ac_link\"") >&5 9278 +if { (eval echo "$as_me:115 66: \"$ac_link\"") >&59318 +if { (eval echo "$as_me:11584: \"$ac_link\"") >&5 9279 9319 (eval $ac_link) 2>&5 9280 9320 ac_status=$? 9281 9321 - echo "$as_me:11164: \$? = $ac_status" >&5 9282 + echo "$as_me:115 69: \$? = $ac_status" >&59322 + echo "$as_me:11587: \$? = $ac_status" >&5 9283 9323 (exit $ac_status); } && 9284 9324 { ac_try='test -s conftest$ac_exeext' 9285 9325 - { (eval echo "$as_me:11167: \"$ac_try\"") >&5 9286 + { (eval echo "$as_me:115 72: \"$ac_try\"") >&59326 + { (eval echo "$as_me:11590: \"$ac_try\"") >&5 9287 9327 (eval $ac_try) 2>&5 9288 9328 ac_status=$? 9289 9329 - echo "$as_me:11170: \$? = $ac_status" >&5 9290 + echo "$as_me:115 75: \$? = $ac_status" >&59330 + echo "$as_me:11593: \$? = $ac_status" >&5 9291 9331 (exit $ac_status); }; }; then 9292 9332 ac_cv_lib_bsd_gettimeofday=yes 9293 9333 else 9294 @@ -11178,7 +11 583,7 @@9334 @@ -11178,7 +11601,7 @@ 9295 9335 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9296 9336 LIBS=$ac_check_lib_save_LIBS 9297 9337 fi 9298 9338 -echo "$as_me:11181: result: $ac_cv_lib_bsd_gettimeofday" >&5 9299 +echo "$as_me:11 586: result: $ac_cv_lib_bsd_gettimeofday" >&59339 +echo "$as_me:11604: result: $ac_cv_lib_bsd_gettimeofday" >&5 9300 9340 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6 9301 9341 if test $ac_cv_lib_bsd_gettimeofday = yes; then 9302 9342 cat >>confdefs.h <<\EOF 9303 @@ -11189,15 +11 594,17 @@9343 @@ -11189,15 +11612,17 @@ 9304 9344 fi 9305 9345 … … 9309 9349 9310 9350 -echo "$as_me:11193: checking if -lm needed for math functions" >&5 9311 +echo "$as_me:116 00: checking if -lm needed for math functions" >&59351 +echo "$as_me:11618: checking if -lm needed for math functions" >&5 9312 9352 echo $ECHO_N "checking if -lm needed for math functions... $ECHO_C" >&6 9313 9353 if test "${cf_cv_need_libm+set}" = set; then … … 9317 9357 cat >conftest.$ac_ext <<_ACEOF 9318 9358 -#line 11200 "configure" 9319 +#line 116 07"configure"9359 +#line 11625 "configure" 9320 9360 #include "confdefs.h" 9321 9361 9322 9362 #include <stdio.h> 9323 @@ -11212,16 +116 19,16 @@9363 @@ -11212,16 +11637,16 @@ 9324 9364 } 9325 9365 _ACEOF 9326 9366 rm -f conftest.$ac_objext conftest$ac_exeext 9327 9367 -if { (eval echo "$as_me:11215: \"$ac_link\"") >&5 9328 +if { (eval echo "$as_me:116 22: \"$ac_link\"") >&59368 +if { (eval echo "$as_me:11640: \"$ac_link\"") >&5 9329 9369 (eval $ac_link) 2>&5 9330 9370 ac_status=$? 9331 9371 - echo "$as_me:11218: \$? = $ac_status" >&5 9332 + echo "$as_me:116 25: \$? = $ac_status" >&59372 + echo "$as_me:11643: \$? = $ac_status" >&5 9333 9373 (exit $ac_status); } && 9334 9374 { ac_try='test -s conftest$ac_exeext' 9335 9375 - { (eval echo "$as_me:11221: \"$ac_try\"") >&5 9336 + { (eval echo "$as_me:116 28: \"$ac_try\"") >&59376 + { (eval echo "$as_me:11646: \"$ac_try\"") >&5 9337 9377 (eval $ac_try) 2>&5 9338 9378 ac_status=$? 9339 9379 - echo "$as_me:11224: \$? = $ac_status" >&5 9340 + echo "$as_me:116 31: \$? = $ac_status" >&59380 + echo "$as_me:11649: \$? = $ac_status" >&5 9341 9381 (exit $ac_status); }; }; then 9342 9382 cf_cv_need_libm=no 9343 9383 else 9344 @@ -11231,7 +116 38,7 @@9384 @@ -11231,7 +11656,7 @@ 9345 9385 fi 9346 9386 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9347 9387 fi 9348 9388 -echo "$as_me:11234: result: $cf_cv_need_libm" >&5 9349 +echo "$as_me:116 41: result: $cf_cv_need_libm" >&59389 +echo "$as_me:11659: result: $cf_cv_need_libm" >&5 9350 9390 echo "${ECHO_T}$cf_cv_need_libm" >&6 9351 9391 if test "$cf_cv_need_libm" = yes 9352 9392 then 9353 @@ -11239,13 +116 46,13 @@9393 @@ -11239,13 +11664,13 @@ 9354 9394 fi 9355 9395 9356 9396 ### Checks for header files. 9357 9397 -echo "$as_me:11242: checking for ANSI C header files" >&5 9358 +echo "$as_me:116 49: checking for ANSI C header files" >&59398 +echo "$as_me:11667: checking for ANSI C header files" >&5 9359 9399 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6 9360 9400 if test "${ac_cv_header_stdc+set}" = set; then … … 9363 9403 cat >conftest.$ac_ext <<_ACEOF 9364 9404 -#line 11248 "configure" 9365 +#line 116 55"configure"9405 +#line 11673 "configure" 9366 9406 #include "confdefs.h" 9367 9407 #include <stdlib.h> 9368 9408 #include <stdarg.h> 9369 @@ -11253,13 +116 60,13 @@9409 @@ -11253,13 +11678,13 @@ 9370 9410 #include <float.h> 9371 9411 9372 9412 _ACEOF 9373 9413 -if { (eval echo "$as_me:11256: \"$ac_cpp conftest.$ac_ext\"") >&5 9374 +if { (eval echo "$as_me:116 63: \"$ac_cpp conftest.$ac_ext\"") >&59414 +if { (eval echo "$as_me:11681: \"$ac_cpp conftest.$ac_ext\"") >&5 9375 9415 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9376 9416 ac_status=$? … … 9379 9419 cat conftest.err >&5 9380 9420 - echo "$as_me:11262: \$? = $ac_status" >&5 9381 + echo "$as_me:116 69: \$? = $ac_status" >&59421 + echo "$as_me:11687: \$? = $ac_status" >&5 9382 9422 (exit $ac_status); } >/dev/null; then 9383 9423 if test -s conftest.err; then 9384 9424 ac_cpp_err=$ac_c_preproc_warn_flag 9385 @@ -11281,7 +11 688,7 @@9425 @@ -11281,7 +11706,7 @@ 9386 9426 if test $ac_cv_header_stdc = yes; then 9387 9427 # SunOS 4.x string.h does not declare mem*, contrary to ANSI. 9388 9428 cat >conftest.$ac_ext <<_ACEOF 9389 9429 -#line 11284 "configure" 9390 +#line 11 691"configure"9430 +#line 11709 "configure" 9391 9431 #include "confdefs.h" 9392 9432 #include <string.h> 9393 9433 9394 @@ -11299,7 +117 06,7 @@9434 @@ -11299,7 +11724,7 @@ 9395 9435 if test $ac_cv_header_stdc = yes; then 9396 9436 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. 9397 9437 cat >conftest.$ac_ext <<_ACEOF 9398 9438 -#line 11302 "configure" 9399 +#line 117 09"configure"9439 +#line 11727 "configure" 9400 9440 #include "confdefs.h" 9401 9441 #include <stdlib.h> 9402 9442 9403 @@ -11320,7 +117 27,7 @@9443 @@ -11320,7 +11745,7 @@ 9404 9444 : 9405 9445 else 9406 9446 cat >conftest.$ac_ext <<_ACEOF 9407 9447 -#line 11323 "configure" 9408 +#line 117 30"configure"9448 +#line 11748 "configure" 9409 9449 #include "confdefs.h" 9410 9450 #include <ctype.h> 9411 9451 #if ((' ' & 0x0FF) == 0x020) 9412 @@ -11346,15 +117 53,15 @@9452 @@ -11346,15 +11771,15 @@ 9413 9453 } 9414 9454 _ACEOF 9415 9455 rm -f conftest$ac_exeext 9416 9456 -if { (eval echo "$as_me:11349: \"$ac_link\"") >&5 9417 +if { (eval echo "$as_me:117 56: \"$ac_link\"") >&59457 +if { (eval echo "$as_me:11774: \"$ac_link\"") >&5 9418 9458 (eval $ac_link) 2>&5 9419 9459 ac_status=$? 9420 9460 - echo "$as_me:11352: \$? = $ac_status" >&5 9421 + echo "$as_me:117 59: \$? = $ac_status" >&59461 + echo "$as_me:11777: \$? = $ac_status" >&5 9422 9462 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 9423 9463 - { (eval echo "$as_me:11354: \"$ac_try\"") >&5 9424 + { (eval echo "$as_me:117 61: \"$ac_try\"") >&59464 + { (eval echo "$as_me:11779: \"$ac_try\"") >&5 9425 9465 (eval $ac_try) 2>&5 9426 9466 ac_status=$? 9427 9467 - echo "$as_me:11357: \$? = $ac_status" >&5 9428 + echo "$as_me:117 64: \$? = $ac_status" >&59468 + echo "$as_me:11782: \$? = $ac_status" >&5 9429 9469 (exit $ac_status); }; }; then 9430 9470 : 9431 9471 else 9432 @@ -11367,7 +117 74,7 @@9472 @@ -11367,7 +11792,7 @@ 9433 9473 fi 9434 9474 fi 9435 9475 fi 9436 9476 -echo "$as_me:11370: result: $ac_cv_header_stdc" >&5 9437 +echo "$as_me:117 77: result: $ac_cv_header_stdc" >&59477 +echo "$as_me:11795: result: $ac_cv_header_stdc" >&5 9438 9478 echo "${ECHO_T}$ac_cv_header_stdc" >&6 9439 9479 if test $ac_cv_header_stdc = yes; then 9440 9480 9441 @@ -11380,13 +11 787,13 @@9481 @@ -11380,13 +11805,13 @@ 9442 9482 ac_header_dirent=no 9443 9483 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do 9444 9484 as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` 9445 9485 -echo "$as_me:11383: checking for $ac_hdr that defines DIR" >&5 9446 +echo "$as_me:11 790: checking for $ac_hdr that defines DIR" >&59486 +echo "$as_me:11808: checking for $ac_hdr that defines DIR" >&5 9447 9487 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6 9448 9488 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 9451 9491 cat >conftest.$ac_ext <<_ACEOF 9452 9492 -#line 11389 "configure" 9453 +#line 11 796"configure"9493 +#line 11814 "configure" 9454 9494 #include "confdefs.h" 9455 9495 #include <sys/types.h> 9456 9496 #include <$ac_hdr> 9457 @@ -11401,16 +118 08,16 @@9497 @@ -11401,16 +11826,16 @@ 9458 9498 } 9459 9499 _ACEOF 9460 9500 rm -f conftest.$ac_objext 9461 9501 -if { (eval echo "$as_me:11404: \"$ac_compile\"") >&5 9462 +if { (eval echo "$as_me:118 11: \"$ac_compile\"") >&59502 +if { (eval echo "$as_me:11829: \"$ac_compile\"") >&5 9463 9503 (eval $ac_compile) 2>&5 9464 9504 ac_status=$? 9465 9505 - echo "$as_me:11407: \$? = $ac_status" >&5 9466 + echo "$as_me:118 14: \$? = $ac_status" >&59506 + echo "$as_me:11832: \$? = $ac_status" >&5 9467 9507 (exit $ac_status); } && 9468 9508 { ac_try='test -s conftest.$ac_objext' 9469 9509 - { (eval echo "$as_me:11410: \"$ac_try\"") >&5 9470 + { (eval echo "$as_me:118 17: \"$ac_try\"") >&59510 + { (eval echo "$as_me:11835: \"$ac_try\"") >&5 9471 9511 (eval $ac_try) 2>&5 9472 9512 ac_status=$? 9473 9513 - echo "$as_me:11413: \$? = $ac_status" >&5 9474 + echo "$as_me:118 20: \$? = $ac_status" >&59514 + echo "$as_me:11838: \$? = $ac_status" >&5 9475 9515 (exit $ac_status); }; }; then 9476 9516 eval "$as_ac_Header=yes" 9477 9517 else 9478 @@ -11420,7 +118 27,7 @@9518 @@ -11420,7 +11845,7 @@ 9479 9519 fi 9480 9520 rm -f conftest.$ac_objext conftest.$ac_ext 9481 9521 fi 9482 9522 -echo "$as_me:11423: result: `eval echo '${'$as_ac_Header'}'`" >&5 9483 +echo "$as_me:118 30: result: `eval echo '${'$as_ac_Header'}'`" >&59523 +echo "$as_me:11848: result: `eval echo '${'$as_ac_Header'}'`" >&5 9484 9524 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9485 9525 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9486 9526 cat >>confdefs.h <<EOF 9487 @@ -11433,7 +118 40,7 @@9527 @@ -11433,7 +11858,7 @@ 9488 9528 done 9489 9529 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. 9490 9530 if test $ac_header_dirent = dirent.h; then 9491 9531 - echo "$as_me:11436: checking for opendir in -ldir" >&5 9492 + echo "$as_me:118 43: checking for opendir in -ldir" >&59532 + echo "$as_me:11861: checking for opendir in -ldir" >&5 9493 9533 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6 9494 9534 if test "${ac_cv_lib_dir_opendir+set}" = set; then 9495 9535 echo $ECHO_N "(cached) $ECHO_C" >&6 9496 @@ -11441,7 +118 48,7 @@9536 @@ -11441,7 +11866,7 @@ 9497 9537 ac_check_lib_save_LIBS=$LIBS 9498 9538 LIBS="-ldir $LIBS" 9499 9539 cat >conftest.$ac_ext <<_ACEOF 9500 9540 -#line 11444 "configure" 9501 +#line 118 51"configure"9541 +#line 11869 "configure" 9502 9542 #include "confdefs.h" 9503 9543 9504 9544 /* Override any gcc2 internal prototype to avoid an error. */ 9505 @@ -11460,16 +118 67,16 @@9545 @@ -11460,16 +11885,16 @@ 9506 9546 } 9507 9547 _ACEOF 9508 9548 rm -f conftest.$ac_objext conftest$ac_exeext 9509 9549 -if { (eval echo "$as_me:11463: \"$ac_link\"") >&5 9510 +if { (eval echo "$as_me:118 70: \"$ac_link\"") >&59550 +if { (eval echo "$as_me:11888: \"$ac_link\"") >&5 9511 9551 (eval $ac_link) 2>&5 9512 9552 ac_status=$? 9513 9553 - echo "$as_me:11466: \$? = $ac_status" >&5 9514 + echo "$as_me:118 73: \$? = $ac_status" >&59554 + echo "$as_me:11891: \$? = $ac_status" >&5 9515 9555 (exit $ac_status); } && 9516 9556 { ac_try='test -s conftest$ac_exeext' 9517 9557 - { (eval echo "$as_me:11469: \"$ac_try\"") >&5 9518 + { (eval echo "$as_me:118 76: \"$ac_try\"") >&59558 + { (eval echo "$as_me:11894: \"$ac_try\"") >&5 9519 9559 (eval $ac_try) 2>&5 9520 9560 ac_status=$? 9521 9561 - echo "$as_me:11472: \$? = $ac_status" >&5 9522 + echo "$as_me:118 79: \$? = $ac_status" >&59562 + echo "$as_me:11897: \$? = $ac_status" >&5 9523 9563 (exit $ac_status); }; }; then 9524 9564 ac_cv_lib_dir_opendir=yes 9525 9565 else 9526 @@ -11480,14 +11 887,14 @@9566 @@ -11480,14 +11905,14 @@ 9527 9567 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9528 9568 LIBS=$ac_check_lib_save_LIBS 9529 9569 fi 9530 9570 -echo "$as_me:11483: result: $ac_cv_lib_dir_opendir" >&5 9531 +echo "$as_me:11 890: result: $ac_cv_lib_dir_opendir" >&59571 +echo "$as_me:11908: result: $ac_cv_lib_dir_opendir" >&5 9532 9572 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6 9533 9573 if test $ac_cv_lib_dir_opendir = yes; then … … 9537 9577 else 9538 9578 - echo "$as_me:11490: checking for opendir in -lx" >&5 9539 + echo "$as_me:11 897: checking for opendir in -lx" >&59579 + echo "$as_me:11915: checking for opendir in -lx" >&5 9540 9580 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6 9541 9581 if test "${ac_cv_lib_x_opendir+set}" = set; then 9542 9582 echo $ECHO_N "(cached) $ECHO_C" >&6 9543 @@ -11495,7 +119 02,7 @@9583 @@ -11495,7 +11920,7 @@ 9544 9584 ac_check_lib_save_LIBS=$LIBS 9545 9585 LIBS="-lx $LIBS" 9546 9586 cat >conftest.$ac_ext <<_ACEOF 9547 9587 -#line 11498 "configure" 9548 +#line 119 05"configure"9588 +#line 11923 "configure" 9549 9589 #include "confdefs.h" 9550 9590 9551 9591 /* Override any gcc2 internal prototype to avoid an error. */ 9552 @@ -11514,16 +119 21,16 @@9592 @@ -11514,16 +11939,16 @@ 9553 9593 } 9554 9594 _ACEOF 9555 9595 rm -f conftest.$ac_objext conftest$ac_exeext 9556 9596 -if { (eval echo "$as_me:11517: \"$ac_link\"") >&5 9557 +if { (eval echo "$as_me:119 24: \"$ac_link\"") >&59597 +if { (eval echo "$as_me:11942: \"$ac_link\"") >&5 9558 9598 (eval $ac_link) 2>&5 9559 9599 ac_status=$? 9560 9600 - echo "$as_me:11520: \$? = $ac_status" >&5 9561 + echo "$as_me:119 27: \$? = $ac_status" >&59601 + echo "$as_me:11945: \$? = $ac_status" >&5 9562 9602 (exit $ac_status); } && 9563 9603 { ac_try='test -s conftest$ac_exeext' 9564 9604 - { (eval echo "$as_me:11523: \"$ac_try\"") >&5 9565 + { (eval echo "$as_me:119 30: \"$ac_try\"") >&59605 + { (eval echo "$as_me:11948: \"$ac_try\"") >&5 9566 9606 (eval $ac_try) 2>&5 9567 9607 ac_status=$? 9568 9608 - echo "$as_me:11526: \$? = $ac_status" >&5 9569 + echo "$as_me:119 33: \$? = $ac_status" >&59609 + echo "$as_me:11951: \$? = $ac_status" >&5 9570 9610 (exit $ac_status); }; }; then 9571 9611 ac_cv_lib_x_opendir=yes 9572 9612 else 9573 @@ -11534,7 +119 41,7 @@9613 @@ -11534,7 +11959,7 @@ 9574 9614 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9575 9615 LIBS=$ac_check_lib_save_LIBS 9576 9616 fi 9577 9617 -echo "$as_me:11537: result: $ac_cv_lib_x_opendir" >&5 9578 +echo "$as_me:119 44: result: $ac_cv_lib_x_opendir" >&59618 +echo "$as_me:11962: result: $ac_cv_lib_x_opendir" >&5 9579 9619 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6 9580 9620 if test $ac_cv_lib_x_opendir = yes; then 9581 9621 LIBS="$LIBS -lx" 9582 @@ -11542,13 +119 49,13 @@9622 @@ -11542,13 +11967,13 @@ 9583 9623 9584 9624 fi 9585 9625 9586 9626 -echo "$as_me:11545: checking whether time.h and sys/time.h may both be included" >&5 9587 +echo "$as_me:119 52: checking whether time.h and sys/time.h may both be included" >&59627 +echo "$as_me:11970: checking whether time.h and sys/time.h may both be included" >&5 9588 9628 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6 9589 9629 if test "${ac_cv_header_time+set}" = set; then … … 9592 9632 cat >conftest.$ac_ext <<_ACEOF 9593 9633 -#line 11551 "configure" 9594 +#line 119 58"configure"9634 +#line 11976 "configure" 9595 9635 #include "confdefs.h" 9596 9636 #include <sys/types.h> 9597 9637 #include <sys/time.h> 9598 @@ -11564,16 +119 71,16 @@9638 @@ -11564,16 +11989,16 @@ 9599 9639 } 9600 9640 _ACEOF 9601 9641 rm -f conftest.$ac_objext 9602 9642 -if { (eval echo "$as_me:11567: \"$ac_compile\"") >&5 9603 +if { (eval echo "$as_me:119 74: \"$ac_compile\"") >&59643 +if { (eval echo "$as_me:11992: \"$ac_compile\"") >&5 9604 9644 (eval $ac_compile) 2>&5 9605 9645 ac_status=$? 9606 9646 - echo "$as_me:11570: \$? = $ac_status" >&5 9607 + echo "$as_me:119 77: \$? = $ac_status" >&59647 + echo "$as_me:11995: \$? = $ac_status" >&5 9608 9648 (exit $ac_status); } && 9609 9649 { ac_try='test -s conftest.$ac_objext' 9610 9650 - { (eval echo "$as_me:11573: \"$ac_try\"") >&5 9611 + { (eval echo "$as_me:119 80: \"$ac_try\"") >&59651 + { (eval echo "$as_me:11998: \"$ac_try\"") >&5 9612 9652 (eval $ac_try) 2>&5 9613 9653 ac_status=$? 9614 9654 - echo "$as_me:11576: \$? = $ac_status" >&5 9615 + echo "$as_me:1 1983: \$? = $ac_status" >&59655 + echo "$as_me:12001: \$? = $ac_status" >&5 9616 9656 (exit $ac_status); }; }; then 9617 9657 ac_cv_header_time=yes 9618 9658 else 9619 @@ -11583,7 +1 1990,7 @@9659 @@ -11583,7 +12008,7 @@ 9620 9660 fi 9621 9661 rm -f conftest.$ac_objext conftest.$ac_ext 9622 9662 fi 9623 9663 -echo "$as_me:11586: result: $ac_cv_header_time" >&5 9624 +echo "$as_me:1 1993: result: $ac_cv_header_time" >&59664 +echo "$as_me:12011: result: $ac_cv_header_time" >&5 9625 9665 echo "${ECHO_T}$ac_cv_header_time" >&6 9626 9666 if test $ac_cv_header_time = yes; then 9627 9667 9628 @@ -11593,14 +120 00,14 @@9668 @@ -11593,14 +12018,14 @@ 9629 9669 9630 9670 fi 9631 9671 9632 9672 -echo "$as_me:11596: checking for regular-expression headers" >&5 9633 +echo "$as_me:120 03: checking for regular-expression headers" >&59673 +echo "$as_me:12021: checking for regular-expression headers" >&5 9634 9674 echo $ECHO_N "checking for regular-expression headers... $ECHO_C" >&6 9635 9675 if test "${cf_cv_regex+set}" = set; then … … 9639 9679 cat >conftest.$ac_ext <<_ACEOF 9640 9680 -#line 11603 "configure" 9641 +#line 120 10"configure"9681 +#line 12028 "configure" 9642 9682 #include "confdefs.h" 9643 9683 #include <sys/types.h> 9644 9684 #include <regex.h> 9645 @@ -11618,16 +120 25,16 @@9685 @@ -11618,16 +12043,16 @@ 9646 9686 } 9647 9687 _ACEOF 9648 9688 rm -f conftest.$ac_objext conftest$ac_exeext 9649 9689 -if { (eval echo "$as_me:11621: \"$ac_link\"") >&5 9650 +if { (eval echo "$as_me:120 28: \"$ac_link\"") >&59690 +if { (eval echo "$as_me:12046: \"$ac_link\"") >&5 9651 9691 (eval $ac_link) 2>&5 9652 9692 ac_status=$? 9653 9693 - echo "$as_me:11624: \$? = $ac_status" >&5 9654 + echo "$as_me:120 31: \$? = $ac_status" >&59694 + echo "$as_me:12049: \$? = $ac_status" >&5 9655 9695 (exit $ac_status); } && 9656 9696 { ac_try='test -s conftest$ac_exeext' 9657 9697 - { (eval echo "$as_me:11627: \"$ac_try\"") >&5 9658 + { (eval echo "$as_me:120 34: \"$ac_try\"") >&59698 + { (eval echo "$as_me:12052: \"$ac_try\"") >&5 9659 9699 (eval $ac_try) 2>&5 9660 9700 ac_status=$? 9661 9701 - echo "$as_me:11630: \$? = $ac_status" >&5 9662 + echo "$as_me:120 37: \$? = $ac_status" >&59702 + echo "$as_me:12055: \$? = $ac_status" >&5 9663 9703 (exit $ac_status); }; }; then 9664 9704 cf_cv_regex="regex.h" 9665 9705 else 9666 @@ -11635,7 +120 42,7 @@9706 @@ -11635,7 +12060,7 @@ 9667 9707 cat conftest.$ac_ext >&5 9668 9708 9669 9709 cat >conftest.$ac_ext <<_ACEOF 9670 9710 -#line 11638 "configure" 9671 +#line 120 45"configure"9711 +#line 12063 "configure" 9672 9712 #include "confdefs.h" 9673 9713 #include <regexp.h> 9674 9714 int 9675 @@ -11650,16 +120 57,16 @@9715 @@ -11650,16 +12075,16 @@ 9676 9716 } 9677 9717 _ACEOF 9678 9718 rm -f conftest.$ac_objext conftest$ac_exeext 9679 9719 -if { (eval echo "$as_me:11653: \"$ac_link\"") >&5 9680 +if { (eval echo "$as_me:120 60: \"$ac_link\"") >&59720 +if { (eval echo "$as_me:12078: \"$ac_link\"") >&5 9681 9721 (eval $ac_link) 2>&5 9682 9722 ac_status=$? 9683 9723 - echo "$as_me:11656: \$? = $ac_status" >&5 9684 + echo "$as_me:120 63: \$? = $ac_status" >&59724 + echo "$as_me:12081: \$? = $ac_status" >&5 9685 9725 (exit $ac_status); } && 9686 9726 { ac_try='test -s conftest$ac_exeext' 9687 9727 - { (eval echo "$as_me:11659: \"$ac_try\"") >&5 9688 + { (eval echo "$as_me:120 66: \"$ac_try\"") >&59728 + { (eval echo "$as_me:12084: \"$ac_try\"") >&5 9689 9729 (eval $ac_try) 2>&5 9690 9730 ac_status=$? 9691 9731 - echo "$as_me:11662: \$? = $ac_status" >&5 9692 + echo "$as_me:120 69: \$? = $ac_status" >&59732 + echo "$as_me:12087: \$? = $ac_status" >&5 9693 9733 (exit $ac_status); }; }; then 9694 9734 cf_cv_regex="regexp.h" 9695 9735 else 9696 @@ -11669,7 +120 76,7 @@9736 @@ -11669,7 +12094,7 @@ 9697 9737 cf_save_LIBS="$LIBS" 9698 9738 LIBS="-lgen $LIBS" 9699 9739 cat >conftest.$ac_ext <<_ACEOF 9700 9740 -#line 11672 "configure" 9701 +#line 120 79"configure"9741 +#line 12097 "configure" 9702 9742 #include "confdefs.h" 9703 9743 #include <regexpr.h> 9704 9744 int 9705 @@ -11684,16 +12 091,16 @@9745 @@ -11684,16 +12109,16 @@ 9706 9746 } 9707 9747 _ACEOF 9708 9748 rm -f conftest.$ac_objext conftest$ac_exeext 9709 9749 -if { (eval echo "$as_me:11687: \"$ac_link\"") >&5 9710 +if { (eval echo "$as_me:12 094: \"$ac_link\"") >&59750 +if { (eval echo "$as_me:12112: \"$ac_link\"") >&5 9711 9751 (eval $ac_link) 2>&5 9712 9752 ac_status=$? 9713 9753 - echo "$as_me:11690: \$? = $ac_status" >&5 9714 + echo "$as_me:12 097: \$? = $ac_status" >&59754 + echo "$as_me:12115: \$? = $ac_status" >&5 9715 9755 (exit $ac_status); } && 9716 9756 { ac_try='test -s conftest$ac_exeext' 9717 9757 - { (eval echo "$as_me:11693: \"$ac_try\"") >&5 9718 + { (eval echo "$as_me:121 00: \"$ac_try\"") >&59758 + { (eval echo "$as_me:12118: \"$ac_try\"") >&5 9719 9759 (eval $ac_try) 2>&5 9720 9760 ac_status=$? 9721 9761 - echo "$as_me:11696: \$? = $ac_status" >&5 9722 + echo "$as_me:121 03: \$? = $ac_status" >&59762 + echo "$as_me:12121: \$? = $ac_status" >&5 9723 9763 (exit $ac_status); }; }; then 9724 9764 cf_cv_regex="regexpr.h" 9725 9765 else 9726 @@ -11709,7 +121 16,7 @@9766 @@ -11709,7 +12134,7 @@ 9727 9767 9728 9768 fi 9729 9769 9730 9770 -echo "$as_me:11712: result: $cf_cv_regex" >&5 9731 +echo "$as_me:121 19: result: $cf_cv_regex" >&59771 +echo "$as_me:12137: result: $cf_cv_regex" >&5 9732 9772 echo "${ECHO_T}$cf_cv_regex" >&6 9733 9773 case $cf_cv_regex in 9734 9774 regex.h) cat >>confdefs.h <<\EOF 9735 @@ -11745,23 +121 52,23 @@9775 @@ -11745,23 +12170,23 @@ 9736 9776 9737 9777 do 9738 9778 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 9739 9779 -echo "$as_me:11748: checking for $ac_header" >&5 9740 +echo "$as_me:121 55: checking for $ac_header" >&59780 +echo "$as_me:12173: checking for $ac_header" >&5 9741 9781 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 9742 9782 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 9745 9785 cat >conftest.$ac_ext <<_ACEOF 9746 9786 -#line 11754 "configure" 9747 +#line 121 61"configure"9787 +#line 12179 "configure" 9748 9788 #include "confdefs.h" 9749 9789 #include <$ac_header> 9750 9790 _ACEOF 9751 9791 -if { (eval echo "$as_me:11758: \"$ac_cpp conftest.$ac_ext\"") >&5 9752 +if { (eval echo "$as_me:121 65: \"$ac_cpp conftest.$ac_ext\"") >&59792 +if { (eval echo "$as_me:12183: \"$ac_cpp conftest.$ac_ext\"") >&5 9753 9793 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 9754 9794 ac_status=$? … … 9757 9797 cat conftest.err >&5 9758 9798 - echo "$as_me:11764: \$? = $ac_status" >&5 9759 + echo "$as_me:121 71: \$? = $ac_status" >&59799 + echo "$as_me:12189: \$? = $ac_status" >&5 9760 9800 (exit $ac_status); } >/dev/null; then 9761 9801 if test -s conftest.err; then 9762 9802 ac_cpp_err=$ac_c_preproc_warn_flag 9763 @@ -11780,7 +12 187,7 @@9803 @@ -11780,7 +12205,7 @@ 9764 9804 fi 9765 9805 rm -f conftest.err conftest.$ac_ext 9766 9806 fi 9767 9807 -echo "$as_me:11783: result: `eval echo '${'$as_ac_Header'}'`" >&5 9768 +echo "$as_me:12 190: result: `eval echo '${'$as_ac_Header'}'`" >&59808 +echo "$as_me:12208: result: `eval echo '${'$as_ac_Header'}'`" >&5 9769 9809 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 9770 9810 if test `eval echo '${'$as_ac_Header'}'` = yes; then 9771 9811 cat >>confdefs.h <<EOF 9772 @@ -11794,7 +122 01,7 @@9812 @@ -11794,7 +12219,7 @@ 9773 9813 # Note: even non-Posix ISC needs <sys/bsdtypes.h> to declare fd_set 9774 9814 if test "$ISC" = yes ; then 9775 9815 9776 9816 -echo "$as_me:11797: checking for main in -lcposix" >&5 9777 +echo "$as_me:122 04: checking for main in -lcposix" >&59817 +echo "$as_me:12222: checking for main in -lcposix" >&5 9778 9818 echo $ECHO_N "checking for main in -lcposix... $ECHO_C" >&6 9779 9819 if test "${ac_cv_lib_cposix_main+set}" = set; then 9780 9820 echo $ECHO_N "(cached) $ECHO_C" >&6 9781 @@ -11802,7 +122 09,7 @@9821 @@ -11802,7 +12227,7 @@ 9782 9822 ac_check_lib_save_LIBS=$LIBS 9783 9823 LIBS="-lcposix $LIBS" 9784 9824 cat >conftest.$ac_ext <<_ACEOF 9785 9825 -#line 11805 "configure" 9786 +#line 122 12"configure"9826 +#line 12230 "configure" 9787 9827 #include "confdefs.h" 9788 9828 9789 9829 int 9790 @@ -11814,16 +122 21,16 @@9830 @@ -11814,16 +12239,16 @@ 9791 9831 } 9792 9832 _ACEOF 9793 9833 rm -f conftest.$ac_objext conftest$ac_exeext 9794 9834 -if { (eval echo "$as_me:11817: \"$ac_link\"") >&5 9795 +if { (eval echo "$as_me:122 24: \"$ac_link\"") >&59835 +if { (eval echo "$as_me:12242: \"$ac_link\"") >&5 9796 9836 (eval $ac_link) 2>&5 9797 9837 ac_status=$? 9798 9838 - echo "$as_me:11820: \$? = $ac_status" >&5 9799 + echo "$as_me:122 27: \$? = $ac_status" >&59839 + echo "$as_me:12245: \$? = $ac_status" >&5 9800 9840 (exit $ac_status); } && 9801 9841 { ac_try='test -s conftest$ac_exeext' 9802 9842 - { (eval echo "$as_me:11823: \"$ac_try\"") >&5 9803 + { (eval echo "$as_me:122 30: \"$ac_try\"") >&59843 + { (eval echo "$as_me:12248: \"$ac_try\"") >&5 9804 9844 (eval $ac_try) 2>&5 9805 9845 ac_status=$? 9806 9846 - echo "$as_me:11826: \$? = $ac_status" >&5 9807 + echo "$as_me:122 33: \$? = $ac_status" >&59847 + echo "$as_me:12251: \$? = $ac_status" >&5 9808 9848 (exit $ac_status); }; }; then 9809 9849 ac_cv_lib_cposix_main=yes 9810 9850 else 9811 @@ -11834,7 +122 41,7 @@9851 @@ -11834,7 +12259,7 @@ 9812 9852 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9813 9853 LIBS=$ac_check_lib_save_LIBS 9814 9854 fi 9815 9855 -echo "$as_me:11837: result: $ac_cv_lib_cposix_main" >&5 9816 +echo "$as_me:122 44: result: $ac_cv_lib_cposix_main" >&59856 +echo "$as_me:12262: result: $ac_cv_lib_cposix_main" >&5 9817 9857 echo "${ECHO_T}$ac_cv_lib_cposix_main" >&6 9818 9858 if test $ac_cv_lib_cposix_main = yes; then 9819 9859 cat >>confdefs.h <<EOF 9820 @@ -11845,7 +122 52,7 @@9860 @@ -11845,7 +12270,7 @@ 9821 9861 9822 9862 fi 9823 9863 9824 9864 - echo "$as_me:11848: checking for bzero in -linet" >&5 9825 + echo "$as_me:122 55: checking for bzero in -linet" >&59865 + echo "$as_me:12273: checking for bzero in -linet" >&5 9826 9866 echo $ECHO_N "checking for bzero in -linet... $ECHO_C" >&6 9827 9867 if test "${ac_cv_lib_inet_bzero+set}" = set; then 9828 9868 echo $ECHO_N "(cached) $ECHO_C" >&6 9829 @@ -11853,7 +122 60,7 @@9869 @@ -11853,7 +12278,7 @@ 9830 9870 ac_check_lib_save_LIBS=$LIBS 9831 9871 LIBS="-linet $LIBS" 9832 9872 cat >conftest.$ac_ext <<_ACEOF 9833 9873 -#line 11856 "configure" 9834 +#line 122 63"configure"9874 +#line 12281 "configure" 9835 9875 #include "confdefs.h" 9836 9876 9837 9877 /* Override any gcc2 internal prototype to avoid an error. */ 9838 @@ -11872,16 +122 79,16 @@9878 @@ -11872,16 +12297,16 @@ 9839 9879 } 9840 9880 _ACEOF 9841 9881 rm -f conftest.$ac_objext conftest$ac_exeext 9842 9882 -if { (eval echo "$as_me:11875: \"$ac_link\"") >&5 9843 +if { (eval echo "$as_me:12 282: \"$ac_link\"") >&59883 +if { (eval echo "$as_me:12300: \"$ac_link\"") >&5 9844 9884 (eval $ac_link) 2>&5 9845 9885 ac_status=$? 9846 9886 - echo "$as_me:11878: \$? = $ac_status" >&5 9847 + echo "$as_me:12 285: \$? = $ac_status" >&59887 + echo "$as_me:12303: \$? = $ac_status" >&5 9848 9888 (exit $ac_status); } && 9849 9889 { ac_try='test -s conftest$ac_exeext' 9850 9890 - { (eval echo "$as_me:11881: \"$ac_try\"") >&5 9851 + { (eval echo "$as_me:12 288: \"$ac_try\"") >&59891 + { (eval echo "$as_me:12306: \"$ac_try\"") >&5 9852 9892 (eval $ac_try) 2>&5 9853 9893 ac_status=$? 9854 9894 - echo "$as_me:11884: \$? = $ac_status" >&5 9855 + echo "$as_me:12 291: \$? = $ac_status" >&59895 + echo "$as_me:12309: \$? = $ac_status" >&5 9856 9896 (exit $ac_status); }; }; then 9857 9897 ac_cv_lib_inet_bzero=yes 9858 9898 else 9859 @@ -11892,21 +12 299,21 @@9899 @@ -11892,21 +12317,21 @@ 9860 9900 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 9861 9901 LIBS=$ac_check_lib_save_LIBS 9862 9902 fi 9863 9903 -echo "$as_me:11895: result: $ac_cv_lib_inet_bzero" >&5 9864 +echo "$as_me:123 02: result: $ac_cv_lib_inet_bzero" >&59904 +echo "$as_me:12320: result: $ac_cv_lib_inet_bzero" >&5 9865 9905 echo "${ECHO_T}$ac_cv_lib_inet_bzero" >&6 9866 9906 if test $ac_cv_lib_inet_bzero = yes; then … … 9870 9910 9871 9911 -echo "$as_me:11902: checking if sys/time.h works with sys/select.h" >&5 9872 +echo "$as_me:123 09: checking if sys/time.h works with sys/select.h" >&59912 +echo "$as_me:12327: checking if sys/time.h works with sys/select.h" >&5 9873 9913 echo $ECHO_N "checking if sys/time.h works with sys/select.h... $ECHO_C" >&6 9874 9914 if test "${cf_cv_sys_time_select+set}" = set; then … … 9878 9918 cat >conftest.$ac_ext <<_ACEOF 9879 9919 -#line 11909 "configure" 9880 +#line 123 16"configure"9920 +#line 12334 "configure" 9881 9921 #include "confdefs.h" 9882 9922 9883 9923 #include <sys/types.h> 9884 @@ -11926,16 +123 33,16 @@9924 @@ -11926,16 +12351,16 @@ 9885 9925 } 9886 9926 _ACEOF 9887 9927 rm -f conftest.$ac_objext 9888 9928 -if { (eval echo "$as_me:11929: \"$ac_compile\"") >&5 9889 +if { (eval echo "$as_me:123 36: \"$ac_compile\"") >&59929 +if { (eval echo "$as_me:12354: \"$ac_compile\"") >&5 9890 9930 (eval $ac_compile) 2>&5 9891 9931 ac_status=$? 9892 9932 - echo "$as_me:11932: \$? = $ac_status" >&5 9893 + echo "$as_me:123 39: \$? = $ac_status" >&59933 + echo "$as_me:12357: \$? = $ac_status" >&5 9894 9934 (exit $ac_status); } && 9895 9935 { ac_try='test -s conftest.$ac_objext' 9896 9936 - { (eval echo "$as_me:11935: \"$ac_try\"") >&5 9897 + { (eval echo "$as_me:123 42: \"$ac_try\"") >&59937 + { (eval echo "$as_me:12360: \"$ac_try\"") >&5 9898 9938 (eval $ac_try) 2>&5 9899 9939 ac_status=$? 9900 9940 - echo "$as_me:11938: \$? = $ac_status" >&5 9901 + echo "$as_me:123 45: \$? = $ac_status" >&59941 + echo "$as_me:12363: \$? = $ac_status" >&5 9902 9942 (exit $ac_status); }; }; then 9903 9943 cf_cv_sys_time_select=yes 9904 9944 else 9905 @@ -11947,7 +123 54,7 @@9945 @@ -11947,7 +12372,7 @@ 9906 9946 9907 9947 fi 9908 9948 9909 9949 -echo "$as_me:11950: result: $cf_cv_sys_time_select" >&5 9910 +echo "$as_me:123 57: result: $cf_cv_sys_time_select" >&59950 +echo "$as_me:12375: result: $cf_cv_sys_time_select" >&5 9911 9951 echo "${ECHO_T}$cf_cv_sys_time_select" >&6 9912 9952 test "$cf_cv_sys_time_select" = yes && cat >>confdefs.h <<\EOF 9913 9953 #define HAVE_SYS_TIME_SELECT 1 9914 @@ -11961,7 +123 68,7 @@9954 @@ -11961,7 +12386,7 @@ 9915 9955 ac_compiler_gnu=$ac_cv_c_compiler_gnu 9916 9956 ac_main_return=return 9917 9957 9918 9958 -echo "$as_me:11964: checking for $CC option to accept ANSI C" >&5 9919 +echo "$as_me:123 71: checking for $CC option to accept ANSI C" >&59959 +echo "$as_me:12389: checking for $CC option to accept ANSI C" >&5 9920 9960 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6 9921 9961 if test "${ac_cv_prog_cc_stdc+set}" = set; then 9922 9962 echo $ECHO_N "(cached) $ECHO_C" >&6 9923 @@ -11969,7 +123 76,7 @@9963 @@ -11969,7 +12394,7 @@ 9924 9964 ac_cv_prog_cc_stdc=no 9925 9965 ac_save_CC=$CC 9926 9966 cat >conftest.$ac_ext <<_ACEOF 9927 9967 -#line 11972 "configure" 9928 +#line 123 79"configure"9968 +#line 12397 "configure" 9929 9969 #include "confdefs.h" 9930 9970 #include <stdarg.h> 9931 9971 #include <stdio.h> 9932 @@ -12018,16 +124 25,16 @@9972 @@ -12018,16 +12443,16 @@ 9933 9973 do 9934 9974 CC="$ac_save_CC $ac_arg" 9935 9975 rm -f conftest.$ac_objext 9936 9976 -if { (eval echo "$as_me:12021: \"$ac_compile\"") >&5 9937 +if { (eval echo "$as_me:124 28: \"$ac_compile\"") >&59977 +if { (eval echo "$as_me:12446: \"$ac_compile\"") >&5 9938 9978 (eval $ac_compile) 2>&5 9939 9979 ac_status=$? 9940 9980 - echo "$as_me:12024: \$? = $ac_status" >&5 9941 + echo "$as_me:124 31: \$? = $ac_status" >&59981 + echo "$as_me:12449: \$? = $ac_status" >&5 9942 9982 (exit $ac_status); } && 9943 9983 { ac_try='test -s conftest.$ac_objext' 9944 9984 - { (eval echo "$as_me:12027: \"$ac_try\"") >&5 9945 + { (eval echo "$as_me:124 34: \"$ac_try\"") >&59985 + { (eval echo "$as_me:12452: \"$ac_try\"") >&5 9946 9986 (eval $ac_try) 2>&5 9947 9987 ac_status=$? 9948 9988 - echo "$as_me:12030: \$? = $ac_status" >&5 9949 + echo "$as_me:124 37: \$? = $ac_status" >&59989 + echo "$as_me:12455: \$? = $ac_status" >&5 9950 9990 (exit $ac_status); }; }; then 9951 9991 ac_cv_prog_cc_stdc=$ac_arg 9952 9992 break 9953 @@ -12044,21 +124 51,21 @@9993 @@ -12044,21 +12469,21 @@ 9954 9994 9955 9995 case "x$ac_cv_prog_cc_stdc" in 9956 9996 x|xno) 9957 9997 - echo "$as_me:12047: result: none needed" >&5 9958 + echo "$as_me:124 54: result: none needed" >&59998 + echo "$as_me:12472: result: none needed" >&5 9959 9999 echo "${ECHO_T}none needed" >&6 ;; 9960 10000 *) 9961 10001 - echo "$as_me:12050: result: $ac_cv_prog_cc_stdc" >&5 9962 + echo "$as_me:124 57: result: $ac_cv_prog_cc_stdc" >&510002 + echo "$as_me:12475: result: $ac_cv_prog_cc_stdc" >&5 9963 10003 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6 9964 10004 CC="$CC $ac_cv_prog_cc_stdc" ;; … … 9966 10006 9967 10007 -echo "$as_me:12055: checking for an ANSI C-conforming const" >&5 9968 +echo "$as_me:124 62: checking for an ANSI C-conforming const" >&510008 +echo "$as_me:12480: checking for an ANSI C-conforming const" >&5 9969 10009 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6 9970 10010 if test "${ac_cv_c_const+set}" = set; then … … 9973 10013 cat >conftest.$ac_ext <<_ACEOF 9974 10014 -#line 12061 "configure" 9975 +#line 124 68"configure"10015 +#line 12486 "configure" 9976 10016 #include "confdefs.h" 9977 10017 9978 10018 int 9979 @@ -12116,16 +125 23,16 @@10019 @@ -12116,16 +12541,16 @@ 9980 10020 } 9981 10021 _ACEOF 9982 10022 rm -f conftest.$ac_objext 9983 10023 -if { (eval echo "$as_me:12119: \"$ac_compile\"") >&5 9984 +if { (eval echo "$as_me:125 26: \"$ac_compile\"") >&510024 +if { (eval echo "$as_me:12544: \"$ac_compile\"") >&5 9985 10025 (eval $ac_compile) 2>&5 9986 10026 ac_status=$? 9987 10027 - echo "$as_me:12122: \$? = $ac_status" >&5 9988 + echo "$as_me:125 29: \$? = $ac_status" >&510028 + echo "$as_me:12547: \$? = $ac_status" >&5 9989 10029 (exit $ac_status); } && 9990 10030 { ac_try='test -s conftest.$ac_objext' 9991 10031 - { (eval echo "$as_me:12125: \"$ac_try\"") >&5 9992 + { (eval echo "$as_me:125 32: \"$ac_try\"") >&510032 + { (eval echo "$as_me:12550: \"$ac_try\"") >&5 9993 10033 (eval $ac_try) 2>&5 9994 10034 ac_status=$? 9995 10035 - echo "$as_me:12128: \$? = $ac_status" >&5 9996 + echo "$as_me:125 35: \$? = $ac_status" >&510036 + echo "$as_me:12553: \$? = $ac_status" >&5 9997 10037 (exit $ac_status); }; }; then 9998 10038 ac_cv_c_const=yes 9999 10039 else 10000 @@ -12135,7 +125 42,7 @@10040 @@ -12135,7 +12560,7 @@ 10001 10041 fi 10002 10042 rm -f conftest.$ac_objext conftest.$ac_ext 10003 10043 fi 10004 10044 -echo "$as_me:12138: result: $ac_cv_c_const" >&5 10005 +echo "$as_me:125 45: result: $ac_cv_c_const" >&510045 +echo "$as_me:12563: result: $ac_cv_c_const" >&5 10006 10046 echo "${ECHO_T}$ac_cv_c_const" >&6 10007 10047 if test $ac_cv_c_const = no; then 10008 10048 10009 @@ -12145,7 +125 52,7 @@10049 @@ -12145,7 +12570,7 @@ 10010 10050 10011 10051 fi 10012 10052 10013 10053 -echo "$as_me:12148: checking for inline" >&5 10014 +echo "$as_me:125 55: checking for inline" >&510054 +echo "$as_me:12573: checking for inline" >&5 10015 10055 echo $ECHO_N "checking for inline... $ECHO_C" >&6 10016 10056 if test "${ac_cv_c_inline+set}" = set; then 10017 10057 echo $ECHO_N "(cached) $ECHO_C" >&6 10018 @@ -12153,7 +125 60,7 @@10058 @@ -12153,7 +12578,7 @@ 10019 10059 ac_cv_c_inline=no 10020 10060 for ac_kw in inline __inline__ __inline; do 10021 10061 cat >conftest.$ac_ext <<_ACEOF 10022 10062 -#line 12156 "configure" 10023 +#line 125 63"configure"10063 +#line 12581 "configure" 10024 10064 #include "confdefs.h" 10025 10065 #ifndef __cplusplus 10026 10066 static $ac_kw int static_foo () {return 0; } 10027 @@ -12162,16 +125 69,16 @@10067 @@ -12162,16 +12587,16 @@ 10028 10068 10029 10069 _ACEOF 10030 10070 rm -f conftest.$ac_objext 10031 10071 -if { (eval echo "$as_me:12165: \"$ac_compile\"") >&5 10032 +if { (eval echo "$as_me:125 72: \"$ac_compile\"") >&510072 +if { (eval echo "$as_me:12590: \"$ac_compile\"") >&5 10033 10073 (eval $ac_compile) 2>&5 10034 10074 ac_status=$? 10035 10075 - echo "$as_me:12168: \$? = $ac_status" >&5 10036 + echo "$as_me:125 75: \$? = $ac_status" >&510076 + echo "$as_me:12593: \$? = $ac_status" >&5 10037 10077 (exit $ac_status); } && 10038 10078 { ac_try='test -s conftest.$ac_objext' 10039 10079 - { (eval echo "$as_me:12171: \"$ac_try\"") >&5 10040 + { (eval echo "$as_me:125 78: \"$ac_try\"") >&510080 + { (eval echo "$as_me:12596: \"$ac_try\"") >&5 10041 10081 (eval $ac_try) 2>&5 10042 10082 ac_status=$? 10043 10083 - echo "$as_me:12174: \$? = $ac_status" >&5 10044 + echo "$as_me:125 81: \$? = $ac_status" >&510084 + echo "$as_me:12599: \$? = $ac_status" >&5 10045 10085 (exit $ac_status); }; }; then 10046 10086 ac_cv_c_inline=$ac_kw; break 10047 10087 else 10048 @@ -12182,7 +12 589,7 @@10088 @@ -12182,7 +12607,7 @@ 10049 10089 done 10050 10090 10051 10091 fi 10052 10092 -echo "$as_me:12185: result: $ac_cv_c_inline" >&5 10053 +echo "$as_me:12 592: result: $ac_cv_c_inline" >&510093 +echo "$as_me:12610: result: $ac_cv_c_inline" >&5 10054 10094 echo "${ECHO_T}$ac_cv_c_inline" >&6 10055 10095 case $ac_cv_c_inline in 10056 10096 inline | yes) ;; 10057 @@ -12205,7 +126 12,7 @@10097 @@ -12205,7 +12630,7 @@ 10058 10098 : 10059 10099 elif test "$GCC" = yes 10060 10100 then 10061 10101 - echo "$as_me:12208: checking if gcc supports options to tune inlining" >&5 10062 + echo "$as_me:126 15: checking if gcc supports options to tune inlining" >&510102 + echo "$as_me:12633: checking if gcc supports options to tune inlining" >&5 10063 10103 echo $ECHO_N "checking if gcc supports options to tune inlining... $ECHO_C" >&6 10064 10104 if test "${cf_cv_gcc_inline+set}" = set; then 10065 10105 echo $ECHO_N "(cached) $ECHO_C" >&6 10066 @@ -12214,7 +126 21,7 @@10106 @@ -12214,7 +12639,7 @@ 10067 10107 cf_save_CFLAGS=$CFLAGS 10068 10108 CFLAGS="$CFLAGS --param max-inline-insns-single=1200" 10069 10109 cat >conftest.$ac_ext <<_ACEOF 10070 10110 -#line 12217 "configure" 10071 +#line 126 24"configure"10111 +#line 12642 "configure" 10072 10112 #include "confdefs.h" 10073 10113 inline int foo(void) { return 1; } 10074 10114 int 10075 @@ -12226,16 +126 33,16 @@10115 @@ -12226,16 +12651,16 @@ 10076 10116 } 10077 10117 _ACEOF 10078 10118 rm -f conftest.$ac_objext 10079 10119 -if { (eval echo "$as_me:12229: \"$ac_compile\"") >&5 10080 +if { (eval echo "$as_me:126 36: \"$ac_compile\"") >&510120 +if { (eval echo "$as_me:12654: \"$ac_compile\"") >&5 10081 10121 (eval $ac_compile) 2>&5 10082 10122 ac_status=$? 10083 10123 - echo "$as_me:12232: \$? = $ac_status" >&5 10084 + echo "$as_me:126 39: \$? = $ac_status" >&510124 + echo "$as_me:12657: \$? = $ac_status" >&5 10085 10125 (exit $ac_status); } && 10086 10126 { ac_try='test -s conftest.$ac_objext' 10087 10127 - { (eval echo "$as_me:12235: \"$ac_try\"") >&5 10088 + { (eval echo "$as_me:126 42: \"$ac_try\"") >&510128 + { (eval echo "$as_me:12660: \"$ac_try\"") >&5 10089 10129 (eval $ac_try) 2>&5 10090 10130 ac_status=$? 10091 10131 - echo "$as_me:12238: \$? = $ac_status" >&5 10092 + echo "$as_me:126 45: \$? = $ac_status" >&510132 + echo "$as_me:12663: \$? = $ac_status" >&5 10093 10133 (exit $ac_status); }; }; then 10094 10134 cf_cv_gcc_inline=yes 10095 10135 else 10096 @@ -12247,7 +126 54,7 @@10136 @@ -12247,7 +12672,7 @@ 10097 10137 CFLAGS=$cf_save_CFLAGS 10098 10138 10099 10139 fi 10100 10140 -echo "$as_me:12250: result: $cf_cv_gcc_inline" >&5 10101 +echo "$as_me:126 57: result: $cf_cv_gcc_inline" >&510141 +echo "$as_me:12675: result: $cf_cv_gcc_inline" >&5 10102 10142 echo "${ECHO_T}$cf_cv_gcc_inline" >&6 10103 10143 if test "$cf_cv_gcc_inline" = yes ; then 10104 10144 10105 @@ -12311,7 +127 18,7 @@10145 @@ -12311,7 +12736,7 @@ 10106 10146 10107 10147 if test -n "$cf_new_cppflags" ; then … … 10112 10152 10113 10153 if test -n "$cf_new_extra_cppflags" ; then 10114 @@ -12323,7 +127 30,7 @@10154 @@ -12323,7 +12748,7 @@ 10115 10155 fi 10116 10156 fi 10117 10157 10118 10158 -echo "$as_me:12326: checking for signal global datatype" >&5 10119 +echo "$as_me:127 33: checking for signal global datatype" >&510159 +echo "$as_me:12751: checking for signal global datatype" >&5 10120 10160 echo $ECHO_N "checking for signal global datatype... $ECHO_C" >&6 10121 10161 if test "${cf_cv_sig_atomic_t+set}" = set; then 10122 10162 echo $ECHO_N "(cached) $ECHO_C" >&6 10123 @@ -12335,7 +127 42,7 @@10163 @@ -12335,7 +12760,7 @@ 10124 10164 "int" 10125 10165 do 10126 10166 cat >conftest.$ac_ext <<_ACEOF 10127 10167 -#line 12338 "configure" 10128 +#line 127 45"configure"10168 +#line 12763 "configure" 10129 10169 #include "confdefs.h" 10130 10170 10131 10171 #include <sys/types.h> 10132 @@ -12358,16 +127 65,16 @@10172 @@ -12358,16 +12783,16 @@ 10133 10173 } 10134 10174 _ACEOF 10135 10175 rm -f conftest.$ac_objext 10136 10176 -if { (eval echo "$as_me:12361: \"$ac_compile\"") >&5 10137 +if { (eval echo "$as_me:127 68: \"$ac_compile\"") >&510177 +if { (eval echo "$as_me:12786: \"$ac_compile\"") >&5 10138 10178 (eval $ac_compile) 2>&5 10139 10179 ac_status=$? 10140 10180 - echo "$as_me:12364: \$? = $ac_status" >&5 10141 + echo "$as_me:127 71: \$? = $ac_status" >&510181 + echo "$as_me:12789: \$? = $ac_status" >&5 10142 10182 (exit $ac_status); } && 10143 10183 { ac_try='test -s conftest.$ac_objext' 10144 10184 - { (eval echo "$as_me:12367: \"$ac_try\"") >&5 10145 + { (eval echo "$as_me:127 74: \"$ac_try\"") >&510185 + { (eval echo "$as_me:12792: \"$ac_try\"") >&5 10146 10186 (eval $ac_try) 2>&5 10147 10187 ac_status=$? 10148 10188 - echo "$as_me:12370: \$? = $ac_status" >&5 10149 + echo "$as_me:127 77: \$? = $ac_status" >&510189 + echo "$as_me:12795: \$? = $ac_status" >&5 10150 10190 (exit $ac_status); }; }; then 10151 10191 cf_cv_sig_atomic_t=$cf_type 10152 10192 else 10153 @@ -12381,7 +12 788,7 @@10193 @@ -12381,7 +12806,7 @@ 10154 10194 10155 10195 fi 10156 10196 10157 10197 -echo "$as_me:12384: result: $cf_cv_sig_atomic_t" >&5 10158 +echo "$as_me:12 791: result: $cf_cv_sig_atomic_t" >&510198 +echo "$as_me:12809: result: $cf_cv_sig_atomic_t" >&5 10159 10199 echo "${ECHO_T}$cf_cv_sig_atomic_t" >&6 10160 10200 test "$cf_cv_sig_atomic_t" != no && cat >>confdefs.h <<EOF 10161 10201 #define SIG_ATOMIC_T $cf_cv_sig_atomic_t 10162 @@ -12389,7 +12 796,7 @@10202 @@ -12389,7 +12814,7 @@ 10163 10203 10164 10204 if test $NCURSES_CHTYPE = auto ; then 10165 10205 10166 10206 -echo "$as_me:12392: checking for type of chtype" >&5 10167 +echo "$as_me:12 799: checking for type of chtype" >&510207 +echo "$as_me:12817: checking for type of chtype" >&5 10168 10208 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6 10169 10209 if test "${cf_cv_typeof_chtype+set}" = set; then 10170 10210 echo $ECHO_N "(cached) $ECHO_C" >&6 10171 @@ -12399,7 +128 06,7 @@10211 @@ -12399,7 +12824,7 @@ 10172 10212 cf_cv_typeof_chtype=long 10173 10213 else 10174 10214 cat >conftest.$ac_ext <<_ACEOF 10175 10215 -#line 12402 "configure" 10176 +#line 128 09"configure"10216 +#line 12827 "configure" 10177 10217 #include "confdefs.h" 10178 10218 10179 10219 #define WANT_BITS 31 10180 @@ -12434,15 +128 41,15 @@10220 @@ -12434,15 +12859,15 @@ 10181 10221 10182 10222 _ACEOF 10183 10223 rm -f conftest$ac_exeext 10184 10224 -if { (eval echo "$as_me:12437: \"$ac_link\"") >&5 10185 +if { (eval echo "$as_me:128 44: \"$ac_link\"") >&510225 +if { (eval echo "$as_me:12862: \"$ac_link\"") >&5 10186 10226 (eval $ac_link) 2>&5 10187 10227 ac_status=$? 10188 10228 - echo "$as_me:12440: \$? = $ac_status" >&5 10189 + echo "$as_me:128 47: \$? = $ac_status" >&510229 + echo "$as_me:12865: \$? = $ac_status" >&5 10190 10230 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10191 10231 - { (eval echo "$as_me:12442: \"$ac_try\"") >&5 10192 + { (eval echo "$as_me:128 49: \"$ac_try\"") >&510232 + { (eval echo "$as_me:12867: \"$ac_try\"") >&5 10193 10233 (eval $ac_try) 2>&5 10194 10234 ac_status=$? 10195 10235 - echo "$as_me:12445: \$? = $ac_status" >&5 10196 + echo "$as_me:128 52: \$? = $ac_status" >&510236 + echo "$as_me:12870: \$? = $ac_status" >&5 10197 10237 (exit $ac_status); }; }; then 10198 10238 cf_cv_typeof_chtype=`cat cf_test.out` 10199 10239 else 10200 @@ -12457,7 +128 64,7 @@10240 @@ -12457,7 +12882,7 @@ 10201 10241 10202 10242 fi 10203 10243 10204 10244 -echo "$as_me:12460: result: $cf_cv_typeof_chtype" >&5 10205 +echo "$as_me:128 67: result: $cf_cv_typeof_chtype" >&510245 +echo "$as_me:12885: result: $cf_cv_typeof_chtype" >&5 10206 10246 echo "${ECHO_T}$cf_cv_typeof_chtype" >&6 10207 10247 10208 10248 cat >>confdefs.h <<EOF 10209 @@ -12469,14 +128 76,14 @@10249 @@ -12469,14 +12894,14 @@ 10210 10250 fi 10211 10251 test "$cf_cv_typeof_chtype" = unsigned && cf_cv_typeof_chtype="" 10212 10252 10213 10253 -echo "$as_me:12472: checking if unsigned literals are legal" >&5 10214 +echo "$as_me:128 79: checking if unsigned literals are legal" >&510254 +echo "$as_me:12897: checking if unsigned literals are legal" >&5 10215 10255 echo $ECHO_N "checking if unsigned literals are legal... $ECHO_C" >&6 10216 10256 if test "${cf_cv_unsigned_literals+set}" = set; then … … 10220 10260 cat >conftest.$ac_ext <<_ACEOF 10221 10261 -#line 12479 "configure" 10222 +#line 12 886"configure"10262 +#line 12904 "configure" 10223 10263 #include "confdefs.h" 10224 10264 10225 10265 int 10226 @@ -12488,16 +12 895,16 @@10266 @@ -12488,16 +12913,16 @@ 10227 10267 } 10228 10268 _ACEOF 10229 10269 rm -f conftest.$ac_objext 10230 10270 -if { (eval echo "$as_me:12491: \"$ac_compile\"") >&5 10231 +if { (eval echo "$as_me:12 898: \"$ac_compile\"") >&510271 +if { (eval echo "$as_me:12916: \"$ac_compile\"") >&5 10232 10272 (eval $ac_compile) 2>&5 10233 10273 ac_status=$? 10234 10274 - echo "$as_me:12494: \$? = $ac_status" >&5 10235 + echo "$as_me:129 01: \$? = $ac_status" >&510275 + echo "$as_me:12919: \$? = $ac_status" >&5 10236 10276 (exit $ac_status); } && 10237 10277 { ac_try='test -s conftest.$ac_objext' 10238 10278 - { (eval echo "$as_me:12497: \"$ac_try\"") >&5 10239 + { (eval echo "$as_me:129 04: \"$ac_try\"") >&510279 + { (eval echo "$as_me:12922: \"$ac_try\"") >&5 10240 10280 (eval $ac_try) 2>&5 10241 10281 ac_status=$? 10242 10282 - echo "$as_me:12500: \$? = $ac_status" >&5 10243 + echo "$as_me:129 07: \$? = $ac_status" >&510283 + echo "$as_me:12925: \$? = $ac_status" >&5 10244 10284 (exit $ac_status); }; }; then 10245 10285 cf_cv_unsigned_literals=yes 10246 10286 else 10247 @@ -12509,7 +129 16,7 @@10287 @@ -12509,7 +12934,7 @@ 10248 10288 10249 10289 fi 10250 10290 10251 10291 -echo "$as_me:12512: result: $cf_cv_unsigned_literals" >&5 10252 +echo "$as_me:129 19: result: $cf_cv_unsigned_literals" >&510292 +echo "$as_me:12937: result: $cf_cv_unsigned_literals" >&5 10253 10293 echo "${ECHO_T}$cf_cv_unsigned_literals" >&6 10254 10294 10255 10295 cf_cv_1UL="1" 10256 @@ -12525,14 +129 32,14 @@10296 @@ -12525,14 +12950,14 @@ 10257 10297 10258 10298 ### Checks for external-data 10259 10299 10260 10300 -echo "$as_me:12528: checking if external errno is declared" >&5 10261 +echo "$as_me:129 35: checking if external errno is declared" >&510301 +echo "$as_me:12953: checking if external errno is declared" >&5 10262 10302 echo $ECHO_N "checking if external errno is declared... $ECHO_C" >&6 10263 10303 if test "${cf_cv_dcl_errno+set}" = set; then … … 10267 10307 cat >conftest.$ac_ext <<_ACEOF 10268 10308 -#line 12535 "configure" 10269 +#line 129 42"configure"10309 +#line 12960 "configure" 10270 10310 #include "confdefs.h" 10271 10311 10272 10312 #ifdef HAVE_STDLIB_H 10273 @@ -12550,16 +129 57,16 @@10313 @@ -12550,16 +12975,16 @@ 10274 10314 } 10275 10315 _ACEOF 10276 10316 rm -f conftest.$ac_objext 10277 10317 -if { (eval echo "$as_me:12553: \"$ac_compile\"") >&5 10278 +if { (eval echo "$as_me:129 60: \"$ac_compile\"") >&510318 +if { (eval echo "$as_me:12978: \"$ac_compile\"") >&5 10279 10319 (eval $ac_compile) 2>&5 10280 10320 ac_status=$? 10281 10321 - echo "$as_me:12556: \$? = $ac_status" >&5 10282 + echo "$as_me:129 63: \$? = $ac_status" >&510322 + echo "$as_me:12981: \$? = $ac_status" >&5 10283 10323 (exit $ac_status); } && 10284 10324 { ac_try='test -s conftest.$ac_objext' 10285 10325 - { (eval echo "$as_me:12559: \"$ac_try\"") >&5 10286 + { (eval echo "$as_me:129 66: \"$ac_try\"") >&510326 + { (eval echo "$as_me:12984: \"$ac_try\"") >&5 10287 10327 (eval $ac_try) 2>&5 10288 10328 ac_status=$? 10289 10329 - echo "$as_me:12562: \$? = $ac_status" >&5 10290 + echo "$as_me:129 69: \$? = $ac_status" >&510330 + echo "$as_me:12987: \$? = $ac_status" >&5 10291 10331 (exit $ac_status); }; }; then 10292 10332 cf_cv_dcl_errno=yes 10293 10333 else 10294 @@ -12570,7 +129 77,7 @@10334 @@ -12570,7 +12995,7 @@ 10295 10335 rm -f conftest.$ac_objext conftest.$ac_ext 10296 10336 10297 10337 fi 10298 10338 -echo "$as_me:12573: result: $cf_cv_dcl_errno" >&5 10299 +echo "$as_me:129 80: result: $cf_cv_dcl_errno" >&510339 +echo "$as_me:12998: result: $cf_cv_dcl_errno" >&5 10300 10340 echo "${ECHO_T}$cf_cv_dcl_errno" >&6 10301 10341 10302 10342 if test "$cf_cv_dcl_errno" = no ; then 10303 @@ -12585,14 +1 2992,14 @@10343 @@ -12585,14 +13010,14 @@ 10304 10344 10305 10345 # It's possible (for near-UNIX clones) that the data doesn't exist 10306 10346 10307 10347 -echo "$as_me:12588: checking if external errno exists" >&5 10308 +echo "$as_me:1 2995: checking if external errno exists" >&510348 +echo "$as_me:13013: checking if external errno exists" >&5 10309 10349 echo $ECHO_N "checking if external errno exists... $ECHO_C" >&6 10310 10350 if test "${cf_cv_have_errno+set}" = set; then … … 10314 10354 cat >conftest.$ac_ext <<_ACEOF 10315 10355 -#line 12595 "configure" 10316 +#line 130 02"configure"10356 +#line 13020 "configure" 10317 10357 #include "confdefs.h" 10318 10358 10319 10359 #undef errno 10320 @@ -12607,16 +130 14,16 @@10360 @@ -12607,16 +13032,16 @@ 10321 10361 } 10322 10362 _ACEOF 10323 10363 rm -f conftest.$ac_objext conftest$ac_exeext 10324 10364 -if { (eval echo "$as_me:12610: \"$ac_link\"") >&5 10325 +if { (eval echo "$as_me:130 17: \"$ac_link\"") >&510365 +if { (eval echo "$as_me:13035: \"$ac_link\"") >&5 10326 10366 (eval $ac_link) 2>&5 10327 10367 ac_status=$? 10328 10368 - echo "$as_me:12613: \$? = $ac_status" >&5 10329 + echo "$as_me:130 20: \$? = $ac_status" >&510369 + echo "$as_me:13038: \$? = $ac_status" >&5 10330 10370 (exit $ac_status); } && 10331 10371 { ac_try='test -s conftest$ac_exeext' 10332 10372 - { (eval echo "$as_me:12616: \"$ac_try\"") >&5 10333 + { (eval echo "$as_me:130 23: \"$ac_try\"") >&510373 + { (eval echo "$as_me:13041: \"$ac_try\"") >&5 10334 10374 (eval $ac_try) 2>&5 10335 10375 ac_status=$? 10336 10376 - echo "$as_me:12619: \$? = $ac_status" >&5 10337 + echo "$as_me:130 26: \$? = $ac_status" >&510377 + echo "$as_me:13044: \$? = $ac_status" >&5 10338 10378 (exit $ac_status); }; }; then 10339 10379 cf_cv_have_errno=yes 10340 10380 else 10341 @@ -12627,7 +130 34,7 @@10381 @@ -12627,7 +13052,7 @@ 10342 10382 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10343 10383 10344 10384 fi 10345 10385 -echo "$as_me:12630: result: $cf_cv_have_errno" >&5 10346 +echo "$as_me:130 37: result: $cf_cv_have_errno" >&510386 +echo "$as_me:13055: result: $cf_cv_have_errno" >&5 10347 10387 echo "${ECHO_T}$cf_cv_have_errno" >&6 10348 10388 10349 10389 if test "$cf_cv_have_errno" = yes ; then 10350 @@ -12640,7 +130 47,7 @@10390 @@ -12640,7 +13065,7 @@ 10351 10391 10352 10392 fi 10353 10393 10354 10394 -echo "$as_me:12643: checking if data-only library module links" >&5 10355 +echo "$as_me:130 50: checking if data-only library module links" >&510395 +echo "$as_me:13068: checking if data-only library module links" >&5 10356 10396 echo $ECHO_N "checking if data-only library module links... $ECHO_C" >&6 10357 10397 if test "${cf_cv_link_dataonly+set}" = set; then 10358 10398 echo $ECHO_N "(cached) $ECHO_C" >&6 10359 @@ -12648,20 +130 55,20 @@10399 @@ -12648,20 +13073,20 @@ 10360 10400 10361 10401 rm -f conftest.a 10362 10402 cat >conftest.$ac_ext <<EOF 10363 10403 -#line 12651 "configure" 10364 +#line 130 58"configure"10404 +#line 13076 "configure" 10365 10405 int testdata[3] = { 123, 456, 789 }; 10366 10406 EOF 10367 10407 - if { (eval echo "$as_me:12654: \"$ac_compile\"") >&5 10368 + if { (eval echo "$as_me:130 61: \"$ac_compile\"") >&510408 + if { (eval echo "$as_me:13079: \"$ac_compile\"") >&5 10369 10409 (eval $ac_compile) 2>&5 10370 10410 ac_status=$? 10371 10411 - echo "$as_me:12657: \$? = $ac_status" >&5 10372 + echo "$as_me:130 64: \$? = $ac_status" >&510412 + echo "$as_me:13082: \$? = $ac_status" >&5 10373 10413 (exit $ac_status); } ; then 10374 10414 mv conftest.o data.o && \ … … 10379 10419 cat >conftest.$ac_ext <<EOF 10380 10420 -#line 12664 "configure" 10381 +#line 130 71"configure"10421 +#line 13089 "configure" 10382 10422 int testfunc() 10383 10423 { 10384 10424 #if defined(NeXT) 10385 @@ -12674,13 +130 81,13 @@10425 @@ -12674,13 +13099,13 @@ 10386 10426 #endif 10387 10427 } 10388 10428 EOF 10389 10429 - if { (eval echo "$as_me:12677: \"$ac_compile\"") >&5 10390 + if { (eval echo "$as_me:13 084: \"$ac_compile\"") >&510430 + if { (eval echo "$as_me:13102: \"$ac_compile\"") >&5 10391 10431 (eval $ac_compile) 2>&5 10392 10432 ac_status=$? 10393 10433 - echo "$as_me:12680: \$? = $ac_status" >&5 10394 + echo "$as_me:13 087: \$? = $ac_status" >&510434 + echo "$as_me:13105: \$? = $ac_status" >&5 10395 10435 (exit $ac_status); }; then 10396 10436 mv conftest.o func.o && \ … … 10400 10440 rm -f conftest.$ac_ext func.o 10401 10441 ( eval $RANLIB conftest.a ) 2>&5 >/dev/null 10402 @@ -12690,7 +13 097,7 @@10442 @@ -12690,7 +13115,7 @@ 10403 10443 cf_cv_link_dataonly=unknown 10404 10444 else 10405 10445 cat >conftest.$ac_ext <<_ACEOF 10406 10446 -#line 12693 "configure" 10407 +#line 131 00"configure"10447 +#line 13118 "configure" 10408 10448 #include "confdefs.h" 10409 10449 10410 10450 int main() 10411 @@ -12701,15 +131 08,15 @@10451 @@ -12701,15 +13126,15 @@ 10412 10452 10413 10453 _ACEOF 10414 10454 rm -f conftest$ac_exeext 10415 10455 -if { (eval echo "$as_me:12704: \"$ac_link\"") >&5 10416 +if { (eval echo "$as_me:131 11: \"$ac_link\"") >&510456 +if { (eval echo "$as_me:13129: \"$ac_link\"") >&5 10417 10457 (eval $ac_link) 2>&5 10418 10458 ac_status=$? 10419 10459 - echo "$as_me:12707: \$? = $ac_status" >&5 10420 + echo "$as_me:131 14: \$? = $ac_status" >&510460 + echo "$as_me:13132: \$? = $ac_status" >&5 10421 10461 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10422 10462 - { (eval echo "$as_me:12709: \"$ac_try\"") >&5 10423 + { (eval echo "$as_me:131 16: \"$ac_try\"") >&510463 + { (eval echo "$as_me:13134: \"$ac_try\"") >&5 10424 10464 (eval $ac_try) 2>&5 10425 10465 ac_status=$? 10426 10466 - echo "$as_me:12712: \$? = $ac_status" >&5 10427 + echo "$as_me:131 19: \$? = $ac_status" >&510467 + echo "$as_me:13137: \$? = $ac_status" >&5 10428 10468 (exit $ac_status); }; }; then 10429 10469 cf_cv_link_dataonly=yes 10430 10470 else 10431 @@ -12724,7 +131 31,7 @@10471 @@ -12724,7 +13149,7 @@ 10432 10472 10433 10473 fi 10434 10474 10435 10475 -echo "$as_me:12727: result: $cf_cv_link_dataonly" >&5 10436 +echo "$as_me:131 34: result: $cf_cv_link_dataonly" >&510476 +echo "$as_me:13152: result: $cf_cv_link_dataonly" >&5 10437 10477 echo "${ECHO_T}$cf_cv_link_dataonly" >&6 10438 10478 10439 10479 if test "$cf_cv_link_dataonly" = no ; then 10440 @@ -12759,13 +131 66,13 @@10480 @@ -12759,13 +13184,13 @@ 10441 10481 10442 10482 do 10443 10483 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh` 10444 10484 -echo "$as_me:12762: checking for $ac_func" >&5 10445 +echo "$as_me:131 69: checking for $ac_func" >&510485 +echo "$as_me:13187: checking for $ac_func" >&5 10446 10486 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6 10447 10487 if eval "test \"\${$as_ac_var+set}\" = set"; then … … 10450 10490 cat >conftest.$ac_ext <<_ACEOF 10451 10491 -#line 12768 "configure" 10452 +#line 131 75"configure"10492 +#line 13193 "configure" 10453 10493 #include "confdefs.h" 10454 10494 /* System header to define __stub macros and hopefully few prototypes, 10455 10495 which can conflict with char $ac_func (); below. */ 10456 @@ -12796,16 +132 03,16 @@10496 @@ -12796,16 +13221,16 @@ 10457 10497 } 10458 10498 _ACEOF 10459 10499 rm -f conftest.$ac_objext conftest$ac_exeext 10460 10500 -if { (eval echo "$as_me:12799: \"$ac_link\"") >&5 10461 +if { (eval echo "$as_me:132 06: \"$ac_link\"") >&510501 +if { (eval echo "$as_me:13224: \"$ac_link\"") >&5 10462 10502 (eval $ac_link) 2>&5 10463 10503 ac_status=$? 10464 10504 - echo "$as_me:12802: \$? = $ac_status" >&5 10465 + echo "$as_me:132 09: \$? = $ac_status" >&510505 + echo "$as_me:13227: \$? = $ac_status" >&5 10466 10506 (exit $ac_status); } && 10467 10507 { ac_try='test -s conftest$ac_exeext' 10468 10508 - { (eval echo "$as_me:12805: \"$ac_try\"") >&5 10469 + { (eval echo "$as_me:132 12: \"$ac_try\"") >&510509 + { (eval echo "$as_me:13230: \"$ac_try\"") >&5 10470 10510 (eval $ac_try) 2>&5 10471 10511 ac_status=$? 10472 10512 - echo "$as_me:12808: \$? = $ac_status" >&5 10473 + echo "$as_me:132 15: \$? = $ac_status" >&510513 + echo "$as_me:13233: \$? = $ac_status" >&5 10474 10514 (exit $ac_status); }; }; then 10475 10515 eval "$as_ac_var=yes" 10476 10516 else 10477 @@ -12815,7 +132 22,7 @@10517 @@ -12815,7 +13240,7 @@ 10478 10518 fi 10479 10519 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10480 10520 fi 10481 10521 -echo "$as_me:12818: result: `eval echo '${'$as_ac_var'}'`" >&5 10482 +echo "$as_me:132 25: result: `eval echo '${'$as_ac_var'}'`" >&510522 +echo "$as_me:13243: result: `eval echo '${'$as_ac_var'}'`" >&5 10483 10523 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6 10484 10524 if test `eval echo '${'$as_ac_var'}'` = yes; then 10485 10525 cat >>confdefs.h <<EOF 10486 @@ -12827,14 +132 34,14 @@10526 @@ -12827,14 +13252,14 @@ 10487 10527 10488 10528 if test "$with_getcap" = "yes" ; then 10489 10529 10490 10530 -echo "$as_me:12830: checking for terminal-capability database functions" >&5 10491 +echo "$as_me:132 37: checking for terminal-capability database functions" >&510531 +echo "$as_me:13255: checking for terminal-capability database functions" >&5 10492 10532 echo $ECHO_N "checking for terminal-capability database functions... $ECHO_C" >&6 10493 10533 if test "${cf_cv_cgetent+set}" = set; then … … 10497 10537 cat >conftest.$ac_ext <<_ACEOF 10498 10538 -#line 12837 "configure" 10499 +#line 132 44"configure"10539 +#line 13262 "configure" 10500 10540 #include "confdefs.h" 10501 10541 10502 10542 #include <stdlib.h> 10503 @@ -12854,16 +132 61,16 @@10543 @@ -12854,16 +13279,16 @@ 10504 10544 } 10505 10545 _ACEOF 10506 10546 rm -f conftest.$ac_objext conftest$ac_exeext 10507 10547 -if { (eval echo "$as_me:12857: \"$ac_link\"") >&5 10508 +if { (eval echo "$as_me:132 64: \"$ac_link\"") >&510548 +if { (eval echo "$as_me:13282: \"$ac_link\"") >&5 10509 10549 (eval $ac_link) 2>&5 10510 10550 ac_status=$? 10511 10551 - echo "$as_me:12860: \$? = $ac_status" >&5 10512 + echo "$as_me:132 67: \$? = $ac_status" >&510552 + echo "$as_me:13285: \$? = $ac_status" >&5 10513 10553 (exit $ac_status); } && 10514 10554 { ac_try='test -s conftest$ac_exeext' 10515 10555 - { (eval echo "$as_me:12863: \"$ac_try\"") >&5 10516 + { (eval echo "$as_me:132 70: \"$ac_try\"") >&510556 + { (eval echo "$as_me:13288: \"$ac_try\"") >&5 10517 10557 (eval $ac_try) 2>&5 10518 10558 ac_status=$? 10519 10559 - echo "$as_me:12866: \$? = $ac_status" >&5 10520 + echo "$as_me:132 73: \$? = $ac_status" >&510560 + echo "$as_me:13291: \$? = $ac_status" >&5 10521 10561 (exit $ac_status); }; }; then 10522 10562 cf_cv_cgetent=yes 10523 10563 else 10524 @@ -12875,7 +13 282,7 @@10564 @@ -12875,7 +13300,7 @@ 10525 10565 10526 10566 fi 10527 10567 10528 10568 -echo "$as_me:12878: result: $cf_cv_cgetent" >&5 10529 +echo "$as_me:13 285: result: $cf_cv_cgetent" >&510569 +echo "$as_me:13303: result: $cf_cv_cgetent" >&5 10530 10570 echo "${ECHO_T}$cf_cv_cgetent" >&6 10531 10571 test "$cf_cv_cgetent" = yes && cat >>confdefs.h <<\EOF 10532 10572 #define HAVE_BSD_CGETENT 1 10533 @@ -12883,14 +13 290,14 @@10573 @@ -12883,14 +13308,14 @@ 10534 10574 10535 10575 fi 10536 10576 10537 10577 -echo "$as_me:12886: checking for isascii" >&5 10538 +echo "$as_me:13 293: checking for isascii" >&510578 +echo "$as_me:13311: checking for isascii" >&5 10539 10579 echo $ECHO_N "checking for isascii... $ECHO_C" >&6 10540 10580 if test "${cf_cv_have_isascii+set}" = set; then … … 10544 10584 cat >conftest.$ac_ext <<_ACEOF 10545 10585 -#line 12893 "configure" 10546 +#line 133 00"configure"10586 +#line 13318 "configure" 10547 10587 #include "confdefs.h" 10548 10588 #include <ctype.h> 10549 10589 int 10550 @@ -12902,16 +133 09,16 @@10590 @@ -12902,16 +13327,16 @@ 10551 10591 } 10552 10592 _ACEOF 10553 10593 rm -f conftest.$ac_objext conftest$ac_exeext 10554 10594 -if { (eval echo "$as_me:12905: \"$ac_link\"") >&5 10555 +if { (eval echo "$as_me:133 12: \"$ac_link\"") >&510595 +if { (eval echo "$as_me:13330: \"$ac_link\"") >&5 10556 10596 (eval $ac_link) 2>&5 10557 10597 ac_status=$? 10558 10598 - echo "$as_me:12908: \$? = $ac_status" >&5 10559 + echo "$as_me:133 15: \$? = $ac_status" >&510599 + echo "$as_me:13333: \$? = $ac_status" >&5 10560 10600 (exit $ac_status); } && 10561 10601 { ac_try='test -s conftest$ac_exeext' 10562 10602 - { (eval echo "$as_me:12911: \"$ac_try\"") >&5 10563 + { (eval echo "$as_me:133 18: \"$ac_try\"") >&510603 + { (eval echo "$as_me:13336: \"$ac_try\"") >&5 10564 10604 (eval $ac_try) 2>&5 10565 10605 ac_status=$? 10566 10606 - echo "$as_me:12914: \$? = $ac_status" >&5 10567 + echo "$as_me:133 21: \$? = $ac_status" >&510607 + echo "$as_me:13339: \$? = $ac_status" >&5 10568 10608 (exit $ac_status); }; }; then 10569 10609 cf_cv_have_isascii=yes 10570 10610 else 10571 @@ -12922,17 +133 29,17 @@10611 @@ -12922,17 +13347,17 @@ 10572 10612 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10573 10613 10574 10614 fi 10575 10615 -echo "$as_me:12925: result: $cf_cv_have_isascii" >&5 10576 +echo "$as_me:133 32: result: $cf_cv_have_isascii" >&510616 +echo "$as_me:13350: result: $cf_cv_have_isascii" >&5 10577 10617 echo "${ECHO_T}$cf_cv_have_isascii" >&6 10578 10618 test "$cf_cv_have_isascii" = yes && cat >>confdefs.h <<\EOF … … 10582 10622 if test "$ac_cv_func_sigaction" = yes; then 10583 10623 -echo "$as_me:12932: checking whether sigaction needs _POSIX_SOURCE" >&5 10584 +echo "$as_me:133 39: checking whether sigaction needs _POSIX_SOURCE" >&510624 +echo "$as_me:13357: checking whether sigaction needs _POSIX_SOURCE" >&5 10585 10625 echo $ECHO_N "checking whether sigaction needs _POSIX_SOURCE... $ECHO_C" >&6 10586 10626 cat >conftest.$ac_ext <<_ACEOF 10587 10627 -#line 12935 "configure" 10588 +#line 133 42"configure"10628 +#line 13360 "configure" 10589 10629 #include "confdefs.h" 10590 10630 10591 10631 #include <sys/types.h> 10592 @@ -12946,16 +133 53,16 @@10632 @@ -12946,16 +13371,16 @@ 10593 10633 } 10594 10634 _ACEOF 10595 10635 rm -f conftest.$ac_objext 10596 10636 -if { (eval echo "$as_me:12949: \"$ac_compile\"") >&5 10597 +if { (eval echo "$as_me:133 56: \"$ac_compile\"") >&510637 +if { (eval echo "$as_me:13374: \"$ac_compile\"") >&5 10598 10638 (eval $ac_compile) 2>&5 10599 10639 ac_status=$? 10600 10640 - echo "$as_me:12952: \$? = $ac_status" >&5 10601 + echo "$as_me:133 59: \$? = $ac_status" >&510641 + echo "$as_me:13377: \$? = $ac_status" >&5 10602 10642 (exit $ac_status); } && 10603 10643 { ac_try='test -s conftest.$ac_objext' 10604 10644 - { (eval echo "$as_me:12955: \"$ac_try\"") >&5 10605 + { (eval echo "$as_me:133 62: \"$ac_try\"") >&510645 + { (eval echo "$as_me:13380: \"$ac_try\"") >&5 10606 10646 (eval $ac_try) 2>&5 10607 10647 ac_status=$? 10608 10648 - echo "$as_me:12958: \$? = $ac_status" >&5 10609 + echo "$as_me:133 65: \$? = $ac_status" >&510649 + echo "$as_me:13383: \$? = $ac_status" >&5 10610 10650 (exit $ac_status); }; }; then 10611 10651 sigact_bad=no 10612 10652 else 10613 @@ -12963,7 +133 70,7 @@10653 @@ -12963,7 +13388,7 @@ 10614 10654 cat conftest.$ac_ext >&5 10615 10655 10616 10656 cat >conftest.$ac_ext <<_ACEOF 10617 10657 -#line 12966 "configure" 10618 +#line 133 73"configure"10658 +#line 13391 "configure" 10619 10659 #include "confdefs.h" 10620 10660 10621 10661 #define _POSIX_SOURCE 10622 @@ -12978,16 +13 385,16 @@10662 @@ -12978,16 +13403,16 @@ 10623 10663 } 10624 10664 _ACEOF 10625 10665 rm -f conftest.$ac_objext 10626 10666 -if { (eval echo "$as_me:12981: \"$ac_compile\"") >&5 10627 +if { (eval echo "$as_me:13 388: \"$ac_compile\"") >&510667 +if { (eval echo "$as_me:13406: \"$ac_compile\"") >&5 10628 10668 (eval $ac_compile) 2>&5 10629 10669 ac_status=$? 10630 10670 - echo "$as_me:12984: \$? = $ac_status" >&5 10631 + echo "$as_me:13 391: \$? = $ac_status" >&510671 + echo "$as_me:13409: \$? = $ac_status" >&5 10632 10672 (exit $ac_status); } && 10633 10673 { ac_try='test -s conftest.$ac_objext' 10634 10674 - { (eval echo "$as_me:12987: \"$ac_try\"") >&5 10635 + { (eval echo "$as_me:13 394: \"$ac_try\"") >&510675 + { (eval echo "$as_me:13412: \"$ac_try\"") >&5 10636 10676 (eval $ac_try) 2>&5 10637 10677 ac_status=$? 10638 10678 - echo "$as_me:12990: \$? = $ac_status" >&5 10639 + echo "$as_me:13 397: \$? = $ac_status" >&510679 + echo "$as_me:13415: \$? = $ac_status" >&5 10640 10680 (exit $ac_status); }; }; then 10641 10681 sigact_bad=yes 10642 10682 cat >>confdefs.h <<\EOF 10643 @@ -13002,11 +134 09,11 @@10683 @@ -13002,11 +13427,11 @@ 10644 10684 rm -f conftest.$ac_objext conftest.$ac_ext 10645 10685 fi 10646 10686 rm -f conftest.$ac_objext conftest.$ac_ext 10647 10687 -echo "$as_me:13005: result: $sigact_bad" >&5 10648 +echo "$as_me:134 12: result: $sigact_bad" >&510688 +echo "$as_me:13430: result: $sigact_bad" >&5 10649 10689 echo "${ECHO_T}$sigact_bad" >&6 10650 10690 fi 10651 10691 10652 10692 -echo "$as_me:13009: checking if nanosleep really works" >&5 10653 +echo "$as_me:134 16: checking if nanosleep really works" >&510693 +echo "$as_me:13434: checking if nanosleep really works" >&5 10654 10694 echo $ECHO_N "checking if nanosleep really works... $ECHO_C" >&6 10655 10695 if test "${cf_cv_func_nanosleep+set}" = set; then 10656 10696 echo $ECHO_N "(cached) $ECHO_C" >&6 10657 @@ -13016,7 +134 23,7 @@10697 @@ -13016,7 +13441,7 @@ 10658 10698 cf_cv_func_nanosleep=unknown 10659 10699 else 10660 10700 cat >conftest.$ac_ext <<_ACEOF 10661 10701 -#line 13019 "configure" 10662 +#line 134 26"configure"10702 +#line 13444 "configure" 10663 10703 #include "confdefs.h" 10664 10704 10665 10705 #include <stdio.h> 10666 @@ -13041,15 +134 48,15 @@10706 @@ -13041,15 +13466,15 @@ 10667 10707 10668 10708 _ACEOF 10669 10709 rm -f conftest$ac_exeext 10670 10710 -if { (eval echo "$as_me:13044: \"$ac_link\"") >&5 10671 +if { (eval echo "$as_me:134 51: \"$ac_link\"") >&510711 +if { (eval echo "$as_me:13469: \"$ac_link\"") >&5 10672 10712 (eval $ac_link) 2>&5 10673 10713 ac_status=$? 10674 10714 - echo "$as_me:13047: \$? = $ac_status" >&5 10675 + echo "$as_me:134 54: \$? = $ac_status" >&510715 + echo "$as_me:13472: \$? = $ac_status" >&5 10676 10716 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 10677 10717 - { (eval echo "$as_me:13049: \"$ac_try\"") >&5 10678 + { (eval echo "$as_me:134 56: \"$ac_try\"") >&510718 + { (eval echo "$as_me:13474: \"$ac_try\"") >&5 10679 10719 (eval $ac_try) 2>&5 10680 10720 ac_status=$? 10681 10721 - echo "$as_me:13052: \$? = $ac_status" >&5 10682 + echo "$as_me:134 59: \$? = $ac_status" >&510722 + echo "$as_me:13477: \$? = $ac_status" >&5 10683 10723 (exit $ac_status); }; }; then 10684 10724 cf_cv_func_nanosleep=yes 10685 10725 else 10686 @@ -13061,7 +134 68,7 @@10726 @@ -13061,7 +13486,7 @@ 10687 10727 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 10688 10728 fi 10689 10729 fi 10690 10730 -echo "$as_me:13064: result: $cf_cv_func_nanosleep" >&5 10691 +echo "$as_me:134 71: result: $cf_cv_func_nanosleep" >&510731 +echo "$as_me:13489: result: $cf_cv_func_nanosleep" >&5 10692 10732 echo "${ECHO_T}$cf_cv_func_nanosleep" >&6 10693 10733 10694 10734 test "$cf_cv_func_nanosleep" = "yes" && cat >>confdefs.h <<\EOF 10695 @@ -13075,23 +13 482,23 @@10735 @@ -13075,23 +13500,23 @@ 10696 10736 10697 10737 do 10698 10738 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10699 10739 -echo "$as_me:13078: checking for $ac_header" >&5 10700 +echo "$as_me:13 485: checking for $ac_header" >&510740 +echo "$as_me:13503: checking for $ac_header" >&5 10701 10741 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10702 10742 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 10705 10745 cat >conftest.$ac_ext <<_ACEOF 10706 10746 -#line 13084 "configure" 10707 +#line 13 491"configure"10747 +#line 13509 "configure" 10708 10748 #include "confdefs.h" 10709 10749 #include <$ac_header> 10710 10750 _ACEOF 10711 10751 -if { (eval echo "$as_me:13088: \"$ac_cpp conftest.$ac_ext\"") >&5 10712 +if { (eval echo "$as_me:13 495: \"$ac_cpp conftest.$ac_ext\"") >&510752 +if { (eval echo "$as_me:13513: \"$ac_cpp conftest.$ac_ext\"") >&5 10713 10753 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10714 10754 ac_status=$? … … 10717 10757 cat conftest.err >&5 10718 10758 - echo "$as_me:13094: \$? = $ac_status" >&5 10719 + echo "$as_me:135 01: \$? = $ac_status" >&510759 + echo "$as_me:13519: \$? = $ac_status" >&5 10720 10760 (exit $ac_status); } >/dev/null; then 10721 10761 if test -s conftest.err; then 10722 10762 ac_cpp_err=$ac_c_preproc_warn_flag 10723 @@ -13110,7 +135 17,7 @@10763 @@ -13110,7 +13535,7 @@ 10724 10764 fi 10725 10765 rm -f conftest.err conftest.$ac_ext 10726 10766 fi 10727 10767 -echo "$as_me:13113: result: `eval echo '${'$as_ac_Header'}'`" >&5 10728 +echo "$as_me:135 20: result: `eval echo '${'$as_ac_Header'}'`" >&510768 +echo "$as_me:13538: result: `eval echo '${'$as_ac_Header'}'`" >&5 10729 10769 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10730 10770 if test `eval echo '${'$as_ac_Header'}'` = yes; then 10731 10771 cat >>confdefs.h <<EOF 10732 @@ -13125,23 +135 32,23 @@10772 @@ -13125,23 +13550,23 @@ 10733 10773 for ac_header in sys/termio.h 10734 10774 do 10735 10775 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 10736 10776 -echo "$as_me:13128: checking for $ac_header" >&5 10737 +echo "$as_me:135 35: checking for $ac_header" >&510777 +echo "$as_me:13553: checking for $ac_header" >&5 10738 10778 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 10739 10779 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 10742 10782 cat >conftest.$ac_ext <<_ACEOF 10743 10783 -#line 13134 "configure" 10744 +#line 135 41"configure"10784 +#line 13559 "configure" 10745 10785 #include "confdefs.h" 10746 10786 #include <$ac_header> 10747 10787 _ACEOF 10748 10788 -if { (eval echo "$as_me:13138: \"$ac_cpp conftest.$ac_ext\"") >&5 10749 +if { (eval echo "$as_me:135 45: \"$ac_cpp conftest.$ac_ext\"") >&510789 +if { (eval echo "$as_me:13563: \"$ac_cpp conftest.$ac_ext\"") >&5 10750 10790 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 10751 10791 ac_status=$? … … 10754 10794 cat conftest.err >&5 10755 10795 - echo "$as_me:13144: \$? = $ac_status" >&5 10756 + echo "$as_me:135 51: \$? = $ac_status" >&510796 + echo "$as_me:13569: \$? = $ac_status" >&5 10757 10797 (exit $ac_status); } >/dev/null; then 10758 10798 if test -s conftest.err; then 10759 10799 ac_cpp_err=$ac_c_preproc_warn_flag 10760 @@ -13160,7 +135 67,7 @@10800 @@ -13160,7 +13585,7 @@ 10761 10801 fi 10762 10802 rm -f conftest.err conftest.$ac_ext 10763 10803 fi 10764 10804 -echo "$as_me:13163: result: `eval echo '${'$as_ac_Header'}'`" >&5 10765 +echo "$as_me:135 70: result: `eval echo '${'$as_ac_Header'}'`" >&510805 +echo "$as_me:13588: result: `eval echo '${'$as_ac_Header'}'`" >&5 10766 10806 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 10767 10807 if test `eval echo '${'$as_ac_Header'}'` = yes; then 10768 10808 cat >>confdefs.h <<EOF 10769 @@ -13178,10 +13 585,10 @@10809 @@ -13178,10 +13603,10 @@ 10770 10810 *) termios_bad=maybe ;; 10771 10811 esac 10772 10812 if test "$termios_bad" = maybe ; then 10773 10813 - echo "$as_me:13181: checking whether termios.h needs _POSIX_SOURCE" >&5 10774 + echo "$as_me:13 588: checking whether termios.h needs _POSIX_SOURCE" >&510814 + echo "$as_me:13606: checking whether termios.h needs _POSIX_SOURCE" >&5 10775 10815 echo $ECHO_N "checking whether termios.h needs _POSIX_SOURCE... $ECHO_C" >&6 10776 10816 cat >conftest.$ac_ext <<_ACEOF 10777 10817 -#line 13184 "configure" 10778 +#line 13 591"configure"10818 +#line 13609 "configure" 10779 10819 #include "confdefs.h" 10780 10820 #include <termios.h> 10781 10821 int 10782 @@ -13193,16 +136 00,16 @@10822 @@ -13193,16 +13618,16 @@ 10783 10823 } 10784 10824 _ACEOF 10785 10825 rm -f conftest.$ac_objext 10786 10826 -if { (eval echo "$as_me:13196: \"$ac_compile\"") >&5 10787 +if { (eval echo "$as_me:136 03: \"$ac_compile\"") >&510827 +if { (eval echo "$as_me:13621: \"$ac_compile\"") >&5 10788 10828 (eval $ac_compile) 2>&5 10789 10829 ac_status=$? 10790 10830 - echo "$as_me:13199: \$? = $ac_status" >&5 10791 + echo "$as_me:136 06: \$? = $ac_status" >&510831 + echo "$as_me:13624: \$? = $ac_status" >&5 10792 10832 (exit $ac_status); } && 10793 10833 { ac_try='test -s conftest.$ac_objext' 10794 10834 - { (eval echo "$as_me:13202: \"$ac_try\"") >&5 10795 + { (eval echo "$as_me:136 09: \"$ac_try\"") >&510835 + { (eval echo "$as_me:13627: \"$ac_try\"") >&5 10796 10836 (eval $ac_try) 2>&5 10797 10837 ac_status=$? 10798 10838 - echo "$as_me:13205: \$? = $ac_status" >&5 10799 + echo "$as_me:136 12: \$? = $ac_status" >&510839 + echo "$as_me:13630: \$? = $ac_status" >&5 10800 10840 (exit $ac_status); }; }; then 10801 10841 termios_bad=no 10802 10842 else 10803 @@ -13210,7 +136 17,7 @@10843 @@ -13210,7 +13635,7 @@ 10804 10844 cat conftest.$ac_ext >&5 10805 10845 10806 10846 cat >conftest.$ac_ext <<_ACEOF 10807 10847 -#line 13213 "configure" 10808 +#line 136 20"configure"10848 +#line 13638 "configure" 10809 10849 #include "confdefs.h" 10810 10850 10811 10851 #define _POSIX_SOURCE 10812 @@ -13224,16 +136 31,16 @@10852 @@ -13224,16 +13649,16 @@ 10813 10853 } 10814 10854 _ACEOF 10815 10855 rm -f conftest.$ac_objext 10816 10856 -if { (eval echo "$as_me:13227: \"$ac_compile\"") >&5 10817 +if { (eval echo "$as_me:136 34: \"$ac_compile\"") >&510857 +if { (eval echo "$as_me:13652: \"$ac_compile\"") >&5 10818 10858 (eval $ac_compile) 2>&5 10819 10859 ac_status=$? 10820 10860 - echo "$as_me:13230: \$? = $ac_status" >&5 10821 + echo "$as_me:136 37: \$? = $ac_status" >&510861 + echo "$as_me:13655: \$? = $ac_status" >&5 10822 10862 (exit $ac_status); } && 10823 10863 { ac_try='test -s conftest.$ac_objext' 10824 10864 - { (eval echo "$as_me:13233: \"$ac_try\"") >&5 10825 + { (eval echo "$as_me:136 40: \"$ac_try\"") >&510865 + { (eval echo "$as_me:13658: \"$ac_try\"") >&5 10826 10866 (eval $ac_try) 2>&5 10827 10867 ac_status=$? 10828 10868 - echo "$as_me:13236: \$? = $ac_status" >&5 10829 + echo "$as_me:136 43: \$? = $ac_status" >&510869 + echo "$as_me:13661: \$? = $ac_status" >&5 10830 10870 (exit $ac_status); }; }; then 10831 10871 termios_bad=unknown 10832 10872 else 10833 @@ -13248,19 +136 55,19 @@10873 @@ -13248,19 +13673,19 @@ 10834 10874 10835 10875 fi 10836 10876 rm -f conftest.$ac_objext conftest.$ac_ext 10837 10877 - echo "$as_me:13251: result: $termios_bad" >&5 10838 + echo "$as_me:136 58: result: $termios_bad" >&510878 + echo "$as_me:13676: result: $termios_bad" >&5 10839 10879 echo "${ECHO_T}$termios_bad" >&6 10840 10880 fi … … 10842 10882 10843 10883 -echo "$as_me:13256: checking for tcgetattr" >&5 10844 +echo "$as_me:136 63: checking for tcgetattr" >&510884 +echo "$as_me:13681: checking for tcgetattr" >&5 10845 10885 echo $ECHO_N "checking for tcgetattr... $ECHO_C" >&6 10846 10886 if test "${cf_cv_have_tcgetattr+set}" = set; then … … 10850 10890 cat >conftest.$ac_ext <<_ACEOF 10851 10891 -#line 13263 "configure" 10852 +#line 136 70"configure"10892 +#line 13688 "configure" 10853 10893 #include "confdefs.h" 10854 10894 10855 10895 #include <sys/types.h> 10856 @@ -13288,16 +13 695,16 @@10896 @@ -13288,16 +13713,16 @@ 10857 10897 } 10858 10898 _ACEOF 10859 10899 rm -f conftest.$ac_objext conftest$ac_exeext 10860 10900 -if { (eval echo "$as_me:13291: \"$ac_link\"") >&5 10861 +if { (eval echo "$as_me:13 698: \"$ac_link\"") >&510901 +if { (eval echo "$as_me:13716: \"$ac_link\"") >&5 10862 10902 (eval $ac_link) 2>&5 10863 10903 ac_status=$? 10864 10904 - echo "$as_me:13294: \$? = $ac_status" >&5 10865 + echo "$as_me:137 01: \$? = $ac_status" >&510905 + echo "$as_me:13719: \$? = $ac_status" >&5 10866 10906 (exit $ac_status); } && 10867 10907 { ac_try='test -s conftest$ac_exeext' 10868 10908 - { (eval echo "$as_me:13297: \"$ac_try\"") >&5 10869 + { (eval echo "$as_me:137 04: \"$ac_try\"") >&510909 + { (eval echo "$as_me:13722: \"$ac_try\"") >&5 10870 10910 (eval $ac_try) 2>&5 10871 10911 ac_status=$? 10872 10912 - echo "$as_me:13300: \$? = $ac_status" >&5 10873 + echo "$as_me:137 07: \$? = $ac_status" >&510913 + echo "$as_me:13725: \$? = $ac_status" >&5 10874 10914 (exit $ac_status); }; }; then 10875 10915 cf_cv_have_tcgetattr=yes 10876 10916 else 10877 @@ -13307,20 +137 14,20 @@10917 @@ -13307,20 +13732,20 @@ 10878 10918 fi 10879 10919 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10880 10920 fi 10881 10921 -echo "$as_me:13310: result: $cf_cv_have_tcgetattr" >&5 10882 +echo "$as_me:137 17: result: $cf_cv_have_tcgetattr" >&510922 +echo "$as_me:13735: result: $cf_cv_have_tcgetattr" >&5 10883 10923 echo "${ECHO_T}$cf_cv_have_tcgetattr" >&6 10884 10924 test "$cf_cv_have_tcgetattr" = yes && cat >>confdefs.h <<\EOF … … 10887 10927 10888 10928 -echo "$as_me:13316: checking for vsscanf function or workaround" >&5 10889 +echo "$as_me:137 23: checking for vsscanf function or workaround" >&510929 +echo "$as_me:13741: checking for vsscanf function or workaround" >&5 10890 10930 echo $ECHO_N "checking for vsscanf function or workaround... $ECHO_C" >&6 10891 10931 if test "${cf_cv_func_vsscanf+set}" = set; then … … 10895 10935 cat >conftest.$ac_ext <<_ACEOF 10896 10936 -#line 13323 "configure" 10897 +#line 137 30"configure"10937 +#line 13748 "configure" 10898 10938 #include "confdefs.h" 10899 10939 10900 10940 #include <stdarg.h> 10901 @@ -13336,16 +137 43,16 @@10941 @@ -13336,16 +13761,16 @@ 10902 10942 } 10903 10943 _ACEOF 10904 10944 rm -f conftest.$ac_objext conftest$ac_exeext 10905 10945 -if { (eval echo "$as_me:13339: \"$ac_link\"") >&5 10906 +if { (eval echo "$as_me:137 46: \"$ac_link\"") >&510946 +if { (eval echo "$as_me:13764: \"$ac_link\"") >&5 10907 10947 (eval $ac_link) 2>&5 10908 10948 ac_status=$? 10909 10949 - echo "$as_me:13342: \$? = $ac_status" >&5 10910 + echo "$as_me:137 49: \$? = $ac_status" >&510950 + echo "$as_me:13767: \$? = $ac_status" >&5 10911 10951 (exit $ac_status); } && 10912 10952 { ac_try='test -s conftest$ac_exeext' 10913 10953 - { (eval echo "$as_me:13345: \"$ac_try\"") >&5 10914 + { (eval echo "$as_me:137 52: \"$ac_try\"") >&510954 + { (eval echo "$as_me:13770: \"$ac_try\"") >&5 10915 10955 (eval $ac_try) 2>&5 10916 10956 ac_status=$? 10917 10957 - echo "$as_me:13348: \$? = $ac_status" >&5 10918 + echo "$as_me:137 55: \$? = $ac_status" >&510958 + echo "$as_me:13773: \$? = $ac_status" >&5 10919 10959 (exit $ac_status); }; }; then 10920 10960 cf_cv_func_vsscanf=vsscanf 10921 10961 else 10922 @@ -13353,7 +137 60,7 @@10962 @@ -13353,7 +13778,7 @@ 10923 10963 cat conftest.$ac_ext >&5 10924 10964 10925 10965 cat >conftest.$ac_ext <<_ACEOF 10926 10966 -#line 13356 "configure" 10927 +#line 137 63"configure"10967 +#line 13781 "configure" 10928 10968 #include "confdefs.h" 10929 10969 10930 10970 #include <stdarg.h> 10931 @@ -13375,16 +13 782,16 @@10971 @@ -13375,16 +13800,16 @@ 10932 10972 } 10933 10973 _ACEOF 10934 10974 rm -f conftest.$ac_objext conftest$ac_exeext 10935 10975 -if { (eval echo "$as_me:13378: \"$ac_link\"") >&5 10936 +if { (eval echo "$as_me:13 785: \"$ac_link\"") >&510976 +if { (eval echo "$as_me:13803: \"$ac_link\"") >&5 10937 10977 (eval $ac_link) 2>&5 10938 10978 ac_status=$? 10939 10979 - echo "$as_me:13381: \$? = $ac_status" >&5 10940 + echo "$as_me:13 788: \$? = $ac_status" >&510980 + echo "$as_me:13806: \$? = $ac_status" >&5 10941 10981 (exit $ac_status); } && 10942 10982 { ac_try='test -s conftest$ac_exeext' 10943 10983 - { (eval echo "$as_me:13384: \"$ac_try\"") >&5 10944 + { (eval echo "$as_me:13 791: \"$ac_try\"") >&510984 + { (eval echo "$as_me:13809: \"$ac_try\"") >&5 10945 10985 (eval $ac_try) 2>&5 10946 10986 ac_status=$? 10947 10987 - echo "$as_me:13387: \$? = $ac_status" >&5 10948 + echo "$as_me:13 794: \$? = $ac_status" >&510988 + echo "$as_me:13812: \$? = $ac_status" >&5 10949 10989 (exit $ac_status); }; }; then 10950 10990 cf_cv_func_vsscanf=vfscanf 10951 10991 else 10952 @@ -13392,7 +13 799,7 @@10992 @@ -13392,7 +13817,7 @@ 10953 10993 cat conftest.$ac_ext >&5 10954 10994 10955 10995 cat >conftest.$ac_ext <<_ACEOF 10956 10996 -#line 13395 "configure" 10957 +#line 138 02"configure"10997 +#line 13820 "configure" 10958 10998 #include "confdefs.h" 10959 10999 10960 11000 #include <stdarg.h> 10961 @@ -13414,16 +138 21,16 @@11001 @@ -13414,16 +13839,16 @@ 10962 11002 } 10963 11003 _ACEOF 10964 11004 rm -f conftest.$ac_objext conftest$ac_exeext 10965 11005 -if { (eval echo "$as_me:13417: \"$ac_link\"") >&5 10966 +if { (eval echo "$as_me:138 24: \"$ac_link\"") >&511006 +if { (eval echo "$as_me:13842: \"$ac_link\"") >&5 10967 11007 (eval $ac_link) 2>&5 10968 11008 ac_status=$? 10969 11009 - echo "$as_me:13420: \$? = $ac_status" >&5 10970 + echo "$as_me:138 27: \$? = $ac_status" >&511010 + echo "$as_me:13845: \$? = $ac_status" >&5 10971 11011 (exit $ac_status); } && 10972 11012 { ac_try='test -s conftest$ac_exeext' 10973 11013 - { (eval echo "$as_me:13423: \"$ac_try\"") >&5 10974 + { (eval echo "$as_me:138 30: \"$ac_try\"") >&511014 + { (eval echo "$as_me:13848: \"$ac_try\"") >&5 10975 11015 (eval $ac_try) 2>&5 10976 11016 ac_status=$? 10977 11017 - echo "$as_me:13426: \$? = $ac_status" >&5 10978 + echo "$as_me:138 33: \$? = $ac_status" >&511018 + echo "$as_me:13851: \$? = $ac_status" >&5 10979 11019 (exit $ac_status); }; }; then 10980 11020 cf_cv_func_vsscanf=_doscan 10981 11021 else 10982 @@ -13438,7 +138 45,7 @@11022 @@ -13438,7 +13863,7 @@ 10983 11023 fi 10984 11024 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 10985 11025 fi 10986 11026 -echo "$as_me:13441: result: $cf_cv_func_vsscanf" >&5 10987 +echo "$as_me:138 48: result: $cf_cv_func_vsscanf" >&511027 +echo "$as_me:13866: result: $cf_cv_func_vsscanf" >&5 10988 11028 echo "${ECHO_T}$cf_cv_func_vsscanf" >&6 10989 11029 10990 11030 case $cf_cv_func_vsscanf in #(vi 10991 @@ -13456,7 +138 63,7 @@11031 @@ -13456,7 +13881,7 @@ 10992 11032 ;; 10993 11033 esac 10994 11034 10995 11035 -echo "$as_me:13459: checking for working mkstemp" >&5 10996 +echo "$as_me:138 66: checking for working mkstemp" >&511036 +echo "$as_me:13884: checking for working mkstemp" >&5 10997 11037 echo $ECHO_N "checking for working mkstemp... $ECHO_C" >&6 10998 11038 if test "${cf_cv_func_mkstemp+set}" = set; then 10999 11039 echo $ECHO_N "(cached) $ECHO_C" >&6 11000 @@ -13464,13 +138 71,13 @@11040 @@ -13464,13 +13889,13 @@ 11001 11041 11002 11042 rm -f conftest* 11003 11043 if test "$cross_compiling" = yes; then 11004 11044 - echo "$as_me:13467: checking for mkstemp" >&5 11005 + echo "$as_me:138 74: checking for mkstemp" >&511045 + echo "$as_me:13892: checking for mkstemp" >&5 11006 11046 echo $ECHO_N "checking for mkstemp... $ECHO_C" >&6 11007 11047 if test "${ac_cv_func_mkstemp+set}" = set; then … … 11010 11050 cat >conftest.$ac_ext <<_ACEOF 11011 11051 -#line 13473 "configure" 11012 +#line 138 80"configure"11052 +#line 13898 "configure" 11013 11053 #include "confdefs.h" 11014 11054 /* System header to define __stub macros and hopefully few prototypes, 11015 11055 which can conflict with char mkstemp (); below. */ 11016 @@ -13501,16 +139 08,16 @@11056 @@ -13501,16 +13926,16 @@ 11017 11057 } 11018 11058 _ACEOF 11019 11059 rm -f conftest.$ac_objext conftest$ac_exeext 11020 11060 -if { (eval echo "$as_me:13504: \"$ac_link\"") >&5 11021 +if { (eval echo "$as_me:139 11: \"$ac_link\"") >&511061 +if { (eval echo "$as_me:13929: \"$ac_link\"") >&5 11022 11062 (eval $ac_link) 2>&5 11023 11063 ac_status=$? 11024 11064 - echo "$as_me:13507: \$? = $ac_status" >&5 11025 + echo "$as_me:139 14: \$? = $ac_status" >&511065 + echo "$as_me:13932: \$? = $ac_status" >&5 11026 11066 (exit $ac_status); } && 11027 11067 { ac_try='test -s conftest$ac_exeext' 11028 11068 - { (eval echo "$as_me:13510: \"$ac_try\"") >&5 11029 + { (eval echo "$as_me:139 17: \"$ac_try\"") >&511069 + { (eval echo "$as_me:13935: \"$ac_try\"") >&5 11030 11070 (eval $ac_try) 2>&5 11031 11071 ac_status=$? 11032 11072 - echo "$as_me:13513: \$? = $ac_status" >&5 11033 + echo "$as_me:139 20: \$? = $ac_status" >&511073 + echo "$as_me:13938: \$? = $ac_status" >&5 11034 11074 (exit $ac_status); }; }; then 11035 11075 ac_cv_func_mkstemp=yes 11036 11076 else 11037 @@ -13520,12 +139 27,12 @@11077 @@ -13520,12 +13945,12 @@ 11038 11078 fi 11039 11079 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11040 11080 fi 11041 11081 -echo "$as_me:13523: result: $ac_cv_func_mkstemp" >&5 11042 +echo "$as_me:139 30: result: $ac_cv_func_mkstemp" >&511082 +echo "$as_me:13948: result: $ac_cv_func_mkstemp" >&5 11043 11083 echo "${ECHO_T}$ac_cv_func_mkstemp" >&6 11044 11084 … … 11046 11086 cat >conftest.$ac_ext <<_ACEOF 11047 11087 -#line 13528 "configure" 11048 +#line 139 35"configure"11088 +#line 13953 "configure" 11049 11089 #include "confdefs.h" 11050 11090 11051 11091 #include <sys/types.h> 11052 @@ -13563,15 +139 70,15 @@11092 @@ -13563,15 +13988,15 @@ 11053 11093 11054 11094 _ACEOF 11055 11095 rm -f conftest$ac_exeext 11056 11096 -if { (eval echo "$as_me:13566: \"$ac_link\"") >&5 11057 +if { (eval echo "$as_me:139 73: \"$ac_link\"") >&511097 +if { (eval echo "$as_me:13991: \"$ac_link\"") >&5 11058 11098 (eval $ac_link) 2>&5 11059 11099 ac_status=$? 11060 11100 - echo "$as_me:13569: \$? = $ac_status" >&5 11061 + echo "$as_me:139 76: \$? = $ac_status" >&511101 + echo "$as_me:13994: \$? = $ac_status" >&5 11062 11102 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11063 11103 - { (eval echo "$as_me:13571: \"$ac_try\"") >&5 11064 + { (eval echo "$as_me:139 78: \"$ac_try\"") >&511104 + { (eval echo "$as_me:13996: \"$ac_try\"") >&5 11065 11105 (eval $ac_try) 2>&5 11066 11106 ac_status=$? 11067 11107 - echo "$as_me:13574: \$? = $ac_status" >&5 11068 + echo "$as_me:139 81: \$? = $ac_status" >&511108 + echo "$as_me:13999: \$? = $ac_status" >&5 11069 11109 (exit $ac_status); }; }; then 11070 11110 cf_cv_func_mkstemp=yes 11071 11111 11072 @@ -13586,7 +1 3993,7 @@11112 @@ -13586,7 +14011,7 @@ 11073 11113 fi 11074 11114 11075 11115 fi 11076 11116 -echo "$as_me:13589: result: $cf_cv_func_mkstemp" >&5 11077 +echo "$as_me:1 3996: result: $cf_cv_func_mkstemp" >&511117 +echo "$as_me:14014: result: $cf_cv_func_mkstemp" >&5 11078 11118 echo "${ECHO_T}$cf_cv_func_mkstemp" >&6 11079 11119 if test "$cf_cv_func_mkstemp" = yes ; then 11080 11120 cat >>confdefs.h <<\EOF 11081 @@ -13604,21 +140 11,21 @@11121 @@ -13604,21 +14029,21 @@ 11082 11122 fi 11083 11123 11084 11124 if test "$cross_compiling" = yes ; then 11085 11125 - { echo "$as_me:13607: WARNING: cross compiling: assume setvbuf params not reversed" >&5 11086 + { echo "$as_me:140 14: WARNING: cross compiling: assume setvbuf params not reversed" >&511126 + { echo "$as_me:14032: WARNING: cross compiling: assume setvbuf params not reversed" >&5 11087 11127 echo "$as_me: WARNING: cross compiling: assume setvbuf params not reversed" >&2;} 11088 11128 else 11089 11129 - echo "$as_me:13610: checking whether setvbuf arguments are reversed" >&5 11090 + echo "$as_me:140 17: checking whether setvbuf arguments are reversed" >&511130 + echo "$as_me:14035: checking whether setvbuf arguments are reversed" >&5 11091 11131 echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6 11092 11132 if test "${ac_cv_func_setvbuf_reversed+set}" = set; then … … 11095 11135 if test "$cross_compiling" = yes; then 11096 11136 - { { echo "$as_me:13616: error: cannot run test program while cross compiling" >&5 11097 + { { echo "$as_me:140 23: error: cannot run test program while cross compiling" >&511137 + { { echo "$as_me:14041: error: cannot run test program while cross compiling" >&5 11098 11138 echo "$as_me: error: cannot run test program while cross compiling" >&2;} 11099 11139 { (exit 1); exit 1; }; } … … 11101 11141 cat >conftest.$ac_ext <<_ACEOF 11102 11142 -#line 13621 "configure" 11103 +#line 140 28"configure"11143 +#line 14046 "configure" 11104 11144 #include "confdefs.h" 11105 11145 #include <stdio.h> 11106 11146 /* If setvbuf has the reversed format, exit 0. */ 11107 @@ -13635,15 +140 42,15 @@11147 @@ -13635,15 +14060,15 @@ 11108 11148 } 11109 11149 _ACEOF 11110 11150 rm -f conftest$ac_exeext 11111 11151 -if { (eval echo "$as_me:13638: \"$ac_link\"") >&5 11112 +if { (eval echo "$as_me:140 45: \"$ac_link\"") >&511152 +if { (eval echo "$as_me:14063: \"$ac_link\"") >&5 11113 11153 (eval $ac_link) 2>&5 11114 11154 ac_status=$? 11115 11155 - echo "$as_me:13641: \$? = $ac_status" >&5 11116 + echo "$as_me:140 48: \$? = $ac_status" >&511156 + echo "$as_me:14066: \$? = $ac_status" >&5 11117 11157 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11118 11158 - { (eval echo "$as_me:13643: \"$ac_try\"") >&5 11119 + { (eval echo "$as_me:140 50: \"$ac_try\"") >&511159 + { (eval echo "$as_me:14068: \"$ac_try\"") >&5 11120 11160 (eval $ac_try) 2>&5 11121 11161 ac_status=$? 11122 11162 - echo "$as_me:13646: \$? = $ac_status" >&5 11123 + echo "$as_me:140 53: \$? = $ac_status" >&511163 + echo "$as_me:14071: \$? = $ac_status" >&5 11124 11164 (exit $ac_status); }; }; then 11125 11165 ac_cv_func_setvbuf_reversed=yes 11126 11166 else 11127 @@ -13656,7 +140 63,7 @@11167 @@ -13656,7 +14081,7 @@ 11128 11168 fi 11129 11169 rm -f core core.* *.core 11130 11170 fi 11131 11171 -echo "$as_me:13659: result: $ac_cv_func_setvbuf_reversed" >&5 11132 +echo "$as_me:140 66: result: $ac_cv_func_setvbuf_reversed" >&511172 +echo "$as_me:14084: result: $ac_cv_func_setvbuf_reversed" >&5 11133 11173 echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6 11134 11174 if test $ac_cv_func_setvbuf_reversed = yes; then 11135 11175 11136 @@ -13667,13 +140 74,13 @@11176 @@ -13667,13 +14092,13 @@ 11137 11177 fi 11138 11178 11139 11179 fi 11140 11180 -echo "$as_me:13670: checking return type of signal handlers" >&5 11141 +echo "$as_me:140 77: checking return type of signal handlers" >&511181 +echo "$as_me:14095: checking return type of signal handlers" >&5 11142 11182 echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6 11143 11183 if test "${ac_cv_type_signal+set}" = set; then … … 11146 11186 cat >conftest.$ac_ext <<_ACEOF 11147 11187 -#line 13676 "configure" 11148 +#line 14 083"configure"11188 +#line 14101 "configure" 11149 11189 #include "confdefs.h" 11150 11190 #include <sys/types.h> 11151 11191 #include <signal.h> 11152 @@ -13695,16 +141 02,16 @@11192 @@ -13695,16 +14120,16 @@ 11153 11193 } 11154 11194 _ACEOF 11155 11195 rm -f conftest.$ac_objext 11156 11196 -if { (eval echo "$as_me:13698: \"$ac_compile\"") >&5 11157 +if { (eval echo "$as_me:141 05: \"$ac_compile\"") >&511197 +if { (eval echo "$as_me:14123: \"$ac_compile\"") >&5 11158 11198 (eval $ac_compile) 2>&5 11159 11199 ac_status=$? 11160 11200 - echo "$as_me:13701: \$? = $ac_status" >&5 11161 + echo "$as_me:141 08: \$? = $ac_status" >&511201 + echo "$as_me:14126: \$? = $ac_status" >&5 11162 11202 (exit $ac_status); } && 11163 11203 { ac_try='test -s conftest.$ac_objext' 11164 11204 - { (eval echo "$as_me:13704: \"$ac_try\"") >&5 11165 + { (eval echo "$as_me:141 11: \"$ac_try\"") >&511205 + { (eval echo "$as_me:14129: \"$ac_try\"") >&5 11166 11206 (eval $ac_try) 2>&5 11167 11207 ac_status=$? 11168 11208 - echo "$as_me:13707: \$? = $ac_status" >&5 11169 + echo "$as_me:141 14: \$? = $ac_status" >&511209 + echo "$as_me:14132: \$? = $ac_status" >&5 11170 11210 (exit $ac_status); }; }; then 11171 11211 ac_cv_type_signal=void 11172 11212 else 11173 @@ -13714,21 +141 21,21 @@11213 @@ -13714,21 +14139,21 @@ 11174 11214 fi 11175 11215 rm -f conftest.$ac_objext conftest.$ac_ext 11176 11216 fi 11177 11217 -echo "$as_me:13717: result: $ac_cv_type_signal" >&5 11178 +echo "$as_me:141 24: result: $ac_cv_type_signal" >&511218 +echo "$as_me:14142: result: $ac_cv_type_signal" >&5 11179 11219 echo "${ECHO_T}$ac_cv_type_signal" >&6 11180 11220 … … 11184 11224 11185 11225 -echo "$as_me:13724: checking for type sigaction_t" >&5 11186 +echo "$as_me:141 31: checking for type sigaction_t" >&511226 +echo "$as_me:14149: checking for type sigaction_t" >&5 11187 11227 echo $ECHO_N "checking for type sigaction_t... $ECHO_C" >&6 11188 11228 if test "${cf_cv_type_sigaction+set}" = set; then … … 11192 11232 cat >conftest.$ac_ext <<_ACEOF 11193 11233 -#line 13731 "configure" 11194 +#line 141 38"configure"11234 +#line 14156 "configure" 11195 11235 #include "confdefs.h" 11196 11236 11197 11237 #include <signal.h> 11198 @@ -13741,16 +141 48,16 @@11238 @@ -13741,16 +14166,16 @@ 11199 11239 } 11200 11240 _ACEOF 11201 11241 rm -f conftest.$ac_objext 11202 11242 -if { (eval echo "$as_me:13744: \"$ac_compile\"") >&5 11203 +if { (eval echo "$as_me:141 51: \"$ac_compile\"") >&511243 +if { (eval echo "$as_me:14169: \"$ac_compile\"") >&5 11204 11244 (eval $ac_compile) 2>&5 11205 11245 ac_status=$? 11206 11246 - echo "$as_me:13747: \$? = $ac_status" >&5 11207 + echo "$as_me:141 54: \$? = $ac_status" >&511247 + echo "$as_me:14172: \$? = $ac_status" >&5 11208 11248 (exit $ac_status); } && 11209 11249 { ac_try='test -s conftest.$ac_objext' 11210 11250 - { (eval echo "$as_me:13750: \"$ac_try\"") >&5 11211 + { (eval echo "$as_me:141 57: \"$ac_try\"") >&511251 + { (eval echo "$as_me:14175: \"$ac_try\"") >&5 11212 11252 (eval $ac_try) 2>&5 11213 11253 ac_status=$? 11214 11254 - echo "$as_me:13753: \$? = $ac_status" >&5 11215 + echo "$as_me:141 60: \$? = $ac_status" >&511255 + echo "$as_me:14178: \$? = $ac_status" >&5 11216 11256 (exit $ac_status); }; }; then 11217 11257 cf_cv_type_sigaction=yes 11218 11258 else 11219 @@ -13761,13 +141 68,13 @@11259 @@ -13761,13 +14186,13 @@ 11220 11260 rm -f conftest.$ac_objext conftest.$ac_ext 11221 11261 fi 11222 11262 11223 11263 -echo "$as_me:13764: result: $cf_cv_type_sigaction" >&5 11224 +echo "$as_me:141 71: result: $cf_cv_type_sigaction" >&511264 +echo "$as_me:14189: result: $cf_cv_type_sigaction" >&5 11225 11265 echo "${ECHO_T}$cf_cv_type_sigaction" >&6 11226 11266 test "$cf_cv_type_sigaction" = yes && cat >>confdefs.h <<\EOF … … 11229 11269 11230 11270 -echo "$as_me:13770: checking declaration of size-change" >&5 11231 +echo "$as_me:141 77: checking declaration of size-change" >&511271 +echo "$as_me:14195: checking declaration of size-change" >&5 11232 11272 echo $ECHO_N "checking declaration of size-change... $ECHO_C" >&6 11233 11273 if test "${cf_cv_sizechange+set}" = set; then 11234 11274 echo $ECHO_N "(cached) $ECHO_C" >&6 11235 @@ -13782,7 +14 189,7 @@11275 @@ -13782,7 +14207,7 @@ 11236 11276 CPPFLAGS="$cf_save_CPPFLAGS" 11237 11277 test -n "$cf_opts" && CPPFLAGS="$CPPFLAGS -D$cf_opts" 11238 11278 cat >conftest.$ac_ext <<_ACEOF 11239 11279 -#line 13785 "configure" 11240 +#line 14 192"configure"11280 +#line 14210 "configure" 11241 11281 #include "confdefs.h" 11242 11282 #include <sys/types.h> 11243 11283 #ifdef HAVE_TERMIOS_H 11244 @@ -13826,16 +142 33,16 @@11284 @@ -13826,16 +14251,16 @@ 11245 11285 } 11246 11286 _ACEOF 11247 11287 rm -f conftest.$ac_objext 11248 11288 -if { (eval echo "$as_me:13829: \"$ac_compile\"") >&5 11249 +if { (eval echo "$as_me:142 36: \"$ac_compile\"") >&511289 +if { (eval echo "$as_me:14254: \"$ac_compile\"") >&5 11250 11290 (eval $ac_compile) 2>&5 11251 11291 ac_status=$? 11252 11292 - echo "$as_me:13832: \$? = $ac_status" >&5 11253 + echo "$as_me:142 39: \$? = $ac_status" >&511293 + echo "$as_me:14257: \$? = $ac_status" >&5 11254 11294 (exit $ac_status); } && 11255 11295 { ac_try='test -s conftest.$ac_objext' 11256 11296 - { (eval echo "$as_me:13835: \"$ac_try\"") >&5 11257 + { (eval echo "$as_me:142 42: \"$ac_try\"") >&511297 + { (eval echo "$as_me:14260: \"$ac_try\"") >&5 11258 11298 (eval $ac_try) 2>&5 11259 11299 ac_status=$? 11260 11300 - echo "$as_me:13838: \$? = $ac_status" >&5 11261 + echo "$as_me:142 45: \$? = $ac_status" >&511301 + echo "$as_me:14263: \$? = $ac_status" >&5 11262 11302 (exit $ac_status); }; }; then 11263 11303 cf_cv_sizechange=yes 11264 11304 else 11265 @@ -13854,7 +142 61,7 @@11305 @@ -13854,7 +14279,7 @@ 11266 11306 done 11267 11307 11268 11308 fi 11269 11309 -echo "$as_me:13857: result: $cf_cv_sizechange" >&5 11270 +echo "$as_me:142 64: result: $cf_cv_sizechange" >&511310 +echo "$as_me:14282: result: $cf_cv_sizechange" >&5 11271 11311 echo "${ECHO_T}$cf_cv_sizechange" >&6 11272 11312 if test "$cf_cv_sizechange" != no ; then 11273 11313 cat >>confdefs.h <<\EOF 11274 @@ -13871,13 +142 78,13 @@11314 @@ -13871,13 +14296,13 @@ 11275 11315 esac 11276 11316 fi 11277 11317 11278 11318 -echo "$as_me:13874: checking for memmove" >&5 11279 +echo "$as_me:142 81: checking for memmove" >&511319 +echo "$as_me:14299: checking for memmove" >&5 11280 11320 echo $ECHO_N "checking for memmove... $ECHO_C" >&6 11281 11321 if test "${ac_cv_func_memmove+set}" = set; then … … 11284 11324 cat >conftest.$ac_ext <<_ACEOF 11285 11325 -#line 13880 "configure" 11286 +#line 14 287"configure"11326 +#line 14305 "configure" 11287 11327 #include "confdefs.h" 11288 11328 /* System header to define __stub macros and hopefully few prototypes, 11289 11329 which can conflict with char memmove (); below. */ 11290 @@ -13908,16 +143 15,16 @@11330 @@ -13908,16 +14333,16 @@ 11291 11331 } 11292 11332 _ACEOF 11293 11333 rm -f conftest.$ac_objext conftest$ac_exeext 11294 11334 -if { (eval echo "$as_me:13911: \"$ac_link\"") >&5 11295 +if { (eval echo "$as_me:143 18: \"$ac_link\"") >&511335 +if { (eval echo "$as_me:14336: \"$ac_link\"") >&5 11296 11336 (eval $ac_link) 2>&5 11297 11337 ac_status=$? 11298 11338 - echo "$as_me:13914: \$? = $ac_status" >&5 11299 + echo "$as_me:143 21: \$? = $ac_status" >&511339 + echo "$as_me:14339: \$? = $ac_status" >&5 11300 11340 (exit $ac_status); } && 11301 11341 { ac_try='test -s conftest$ac_exeext' 11302 11342 - { (eval echo "$as_me:13917: \"$ac_try\"") >&5 11303 + { (eval echo "$as_me:143 24: \"$ac_try\"") >&511343 + { (eval echo "$as_me:14342: \"$ac_try\"") >&5 11304 11344 (eval $ac_try) 2>&5 11305 11345 ac_status=$? 11306 11346 - echo "$as_me:13920: \$? = $ac_status" >&5 11307 + echo "$as_me:143 27: \$? = $ac_status" >&511347 + echo "$as_me:14345: \$? = $ac_status" >&5 11308 11348 (exit $ac_status); }; }; then 11309 11349 ac_cv_func_memmove=yes 11310 11350 else 11311 @@ -13927,19 +143 34,19 @@11351 @@ -13927,19 +14352,19 @@ 11312 11352 fi 11313 11353 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11314 11354 fi 11315 11355 -echo "$as_me:13930: result: $ac_cv_func_memmove" >&5 11316 +echo "$as_me:143 37: result: $ac_cv_func_memmove" >&511356 +echo "$as_me:14355: result: $ac_cv_func_memmove" >&5 11317 11357 echo "${ECHO_T}$ac_cv_func_memmove" >&6 11318 11358 if test $ac_cv_func_memmove = yes; then … … 11321 11361 11322 11362 -echo "$as_me:13936: checking for bcopy" >&5 11323 +echo "$as_me:143 43: checking for bcopy" >&511363 +echo "$as_me:14361: checking for bcopy" >&5 11324 11364 echo $ECHO_N "checking for bcopy... $ECHO_C" >&6 11325 11365 if test "${ac_cv_func_bcopy+set}" = set; then … … 11328 11368 cat >conftest.$ac_ext <<_ACEOF 11329 11369 -#line 13942 "configure" 11330 +#line 143 49"configure"11370 +#line 14367 "configure" 11331 11371 #include "confdefs.h" 11332 11372 /* System header to define __stub macros and hopefully few prototypes, 11333 11373 which can conflict with char bcopy (); below. */ 11334 @@ -13970,16 +143 77,16 @@11374 @@ -13970,16 +14395,16 @@ 11335 11375 } 11336 11376 _ACEOF 11337 11377 rm -f conftest.$ac_objext conftest$ac_exeext 11338 11378 -if { (eval echo "$as_me:13973: \"$ac_link\"") >&5 11339 +if { (eval echo "$as_me:143 80: \"$ac_link\"") >&511379 +if { (eval echo "$as_me:14398: \"$ac_link\"") >&5 11340 11380 (eval $ac_link) 2>&5 11341 11381 ac_status=$? 11342 11382 - echo "$as_me:13976: \$? = $ac_status" >&5 11343 + echo "$as_me:14 383: \$? = $ac_status" >&511383 + echo "$as_me:14401: \$? = $ac_status" >&5 11344 11384 (exit $ac_status); } && 11345 11385 { ac_try='test -s conftest$ac_exeext' 11346 11386 - { (eval echo "$as_me:13979: \"$ac_try\"") >&5 11347 + { (eval echo "$as_me:14 386: \"$ac_try\"") >&511387 + { (eval echo "$as_me:14404: \"$ac_try\"") >&5 11348 11388 (eval $ac_try) 2>&5 11349 11389 ac_status=$? 11350 11390 - echo "$as_me:13982: \$? = $ac_status" >&5 11351 + echo "$as_me:14 389: \$? = $ac_status" >&511391 + echo "$as_me:14407: \$? = $ac_status" >&5 11352 11392 (exit $ac_status); }; }; then 11353 11393 ac_cv_func_bcopy=yes 11354 11394 else 11355 @@ -13989,11 +14 396,11 @@11395 @@ -13989,11 +14414,11 @@ 11356 11396 fi 11357 11397 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11358 11398 fi 11359 11399 -echo "$as_me:13992: result: $ac_cv_func_bcopy" >&5 11360 +echo "$as_me:14 399: result: $ac_cv_func_bcopy" >&511400 +echo "$as_me:14417: result: $ac_cv_func_bcopy" >&5 11361 11401 echo "${ECHO_T}$ac_cv_func_bcopy" >&6 11362 11402 if test $ac_cv_func_bcopy = yes; then 11363 11403 11364 11404 - echo "$as_me:13996: checking if bcopy does overlapping moves" >&5 11365 + echo "$as_me:144 03: checking if bcopy does overlapping moves" >&511405 + echo "$as_me:14421: checking if bcopy does overlapping moves" >&5 11366 11406 echo $ECHO_N "checking if bcopy does overlapping moves... $ECHO_C" >&6 11367 11407 if test "${cf_cv_good_bcopy+set}" = set; then 11368 11408 echo $ECHO_N "(cached) $ECHO_C" >&6 11369 @@ -14003,7 +144 10,7 @@11409 @@ -14003,7 +14428,7 @@ 11370 11410 cf_cv_good_bcopy=unknown 11371 11411 else 11372 11412 cat >conftest.$ac_ext <<_ACEOF 11373 11413 -#line 14006 "configure" 11374 +#line 144 13"configure"11414 +#line 14431 "configure" 11375 11415 #include "confdefs.h" 11376 11416 11377 11417 int main() { 11378 @@ -14017,15 +144 24,15 @@11418 @@ -14017,15 +14442,15 @@ 11379 11419 11380 11420 _ACEOF 11381 11421 rm -f conftest$ac_exeext 11382 11422 -if { (eval echo "$as_me:14020: \"$ac_link\"") >&5 11383 +if { (eval echo "$as_me:144 27: \"$ac_link\"") >&511423 +if { (eval echo "$as_me:14445: \"$ac_link\"") >&5 11384 11424 (eval $ac_link) 2>&5 11385 11425 ac_status=$? 11386 11426 - echo "$as_me:14023: \$? = $ac_status" >&5 11387 + echo "$as_me:144 30: \$? = $ac_status" >&511427 + echo "$as_me:14448: \$? = $ac_status" >&5 11388 11428 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11389 11429 - { (eval echo "$as_me:14025: \"$ac_try\"") >&5 11390 + { (eval echo "$as_me:144 32: \"$ac_try\"") >&511430 + { (eval echo "$as_me:14450: \"$ac_try\"") >&5 11391 11431 (eval $ac_try) 2>&5 11392 11432 ac_status=$? 11393 11433 - echo "$as_me:14028: \$? = $ac_status" >&5 11394 + echo "$as_me:144 35: \$? = $ac_status" >&511434 + echo "$as_me:14453: \$? = $ac_status" >&5 11395 11435 (exit $ac_status); }; }; then 11396 11436 cf_cv_good_bcopy=yes 11397 11437 else 11398 @@ -14038,7 +144 45,7 @@11438 @@ -14038,7 +14463,7 @@ 11399 11439 fi 11400 11440 11401 11441 fi 11402 11442 -echo "$as_me:14041: result: $cf_cv_good_bcopy" >&5 11403 +echo "$as_me:144 48: result: $cf_cv_good_bcopy" >&511443 +echo "$as_me:14466: result: $cf_cv_good_bcopy" >&5 11404 11444 echo "${ECHO_T}$cf_cv_good_bcopy" >&6 11405 11445 11406 11446 else 11407 @@ -14059,7 +144 66,7 @@11447 @@ -14059,7 +14484,7 @@ 11408 11448 11409 11449 fi 11410 11450 11411 11451 -echo "$as_me:14062: checking if poll really works" >&5 11412 +echo "$as_me:144 69: checking if poll really works" >&511452 +echo "$as_me:14487: checking if poll really works" >&5 11413 11453 echo $ECHO_N "checking if poll really works... $ECHO_C" >&6 11414 11454 if test "${cf_cv_working_poll+set}" = set; then 11415 11455 echo $ECHO_N "(cached) $ECHO_C" >&6 11416 @@ -14069,7 +144 76,7 @@11456 @@ -14069,7 +14494,7 @@ 11417 11457 cf_cv_working_poll=unknown 11418 11458 else 11419 11459 cat >conftest.$ac_ext <<_ACEOF 11420 11460 -#line 14072 "configure" 11421 +#line 144 79"configure"11461 +#line 14497 "configure" 11422 11462 #include "confdefs.h" 11423 11463 11424 11464 #include <stdio.h> 11425 @@ -14090,15 +14 497,15 @@11465 @@ -14090,15 +14515,15 @@ 11426 11466 } 11427 11467 _ACEOF 11428 11468 rm -f conftest$ac_exeext 11429 11469 -if { (eval echo "$as_me:14093: \"$ac_link\"") >&5 11430 +if { (eval echo "$as_me:145 00: \"$ac_link\"") >&511470 +if { (eval echo "$as_me:14518: \"$ac_link\"") >&5 11431 11471 (eval $ac_link) 2>&5 11432 11472 ac_status=$? 11433 11473 - echo "$as_me:14096: \$? = $ac_status" >&5 11434 + echo "$as_me:145 03: \$? = $ac_status" >&511474 + echo "$as_me:14521: \$? = $ac_status" >&5 11435 11475 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 11436 11476 - { (eval echo "$as_me:14098: \"$ac_try\"") >&5 11437 + { (eval echo "$as_me:145 05: \"$ac_try\"") >&511477 + { (eval echo "$as_me:14523: \"$ac_try\"") >&5 11438 11478 (eval $ac_try) 2>&5 11439 11479 ac_status=$? 11440 11480 - echo "$as_me:14101: \$? = $ac_status" >&5 11441 + echo "$as_me:145 08: \$? = $ac_status" >&511481 + echo "$as_me:14526: \$? = $ac_status" >&5 11442 11482 (exit $ac_status); }; }; then 11443 11483 cf_cv_working_poll=yes 11444 11484 else 11445 @@ -14110,7 +145 17,7 @@11485 @@ -14110,7 +14535,7 @@ 11446 11486 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext 11447 11487 fi 11448 11488 fi 11449 11489 -echo "$as_me:14113: result: $cf_cv_working_poll" >&5 11450 +echo "$as_me:145 20: result: $cf_cv_working_poll" >&511490 +echo "$as_me:14538: result: $cf_cv_working_poll" >&5 11451 11491 echo "${ECHO_T}$cf_cv_working_poll" >&6 11452 11492 test "$cf_cv_working_poll" = "yes" && cat >>confdefs.h <<\EOF 11453 11493 #define HAVE_WORKING_POLL 1 11454 @@ -14118,7 +145 25,7 @@11494 @@ -14118,7 +14543,7 @@ 11455 11495 11456 11496 # special check for test/ditto.c 11457 11497 11458 11498 -echo "$as_me:14121: checking for openpty in -lutil" >&5 11459 +echo "$as_me:145 28: checking for openpty in -lutil" >&511499 +echo "$as_me:14546: checking for openpty in -lutil" >&5 11460 11500 echo $ECHO_N "checking for openpty in -lutil... $ECHO_C" >&6 11461 11501 if test "${ac_cv_lib_util_openpty+set}" = set; then 11462 11502 echo $ECHO_N "(cached) $ECHO_C" >&6 11463 @@ -14126,7 +145 33,7 @@11503 @@ -14126,7 +14551,7 @@ 11464 11504 ac_check_lib_save_LIBS=$LIBS 11465 11505 LIBS="-lutil $LIBS" 11466 11506 cat >conftest.$ac_ext <<_ACEOF 11467 11507 -#line 14129 "configure" 11468 +#line 145 36"configure"11508 +#line 14554 "configure" 11469 11509 #include "confdefs.h" 11470 11510 11471 11511 /* Override any gcc2 internal prototype to avoid an error. */ 11472 @@ -14145,16 +145 52,16 @@11512 @@ -14145,16 +14570,16 @@ 11473 11513 } 11474 11514 _ACEOF 11475 11515 rm -f conftest.$ac_objext conftest$ac_exeext 11476 11516 -if { (eval echo "$as_me:14148: \"$ac_link\"") >&5 11477 +if { (eval echo "$as_me:145 55: \"$ac_link\"") >&511517 +if { (eval echo "$as_me:14573: \"$ac_link\"") >&5 11478 11518 (eval $ac_link) 2>&5 11479 11519 ac_status=$? 11480 11520 - echo "$as_me:14151: \$? = $ac_status" >&5 11481 + echo "$as_me:145 58: \$? = $ac_status" >&511521 + echo "$as_me:14576: \$? = $ac_status" >&5 11482 11522 (exit $ac_status); } && 11483 11523 { ac_try='test -s conftest$ac_exeext' 11484 11524 - { (eval echo "$as_me:14154: \"$ac_try\"") >&5 11485 + { (eval echo "$as_me:145 61: \"$ac_try\"") >&511525 + { (eval echo "$as_me:14579: \"$ac_try\"") >&5 11486 11526 (eval $ac_try) 2>&5 11487 11527 ac_status=$? 11488 11528 - echo "$as_me:14157: \$? = $ac_status" >&5 11489 + echo "$as_me:145 64: \$? = $ac_status" >&511529 + echo "$as_me:14582: \$? = $ac_status" >&5 11490 11530 (exit $ac_status); }; }; then 11491 11531 ac_cv_lib_util_openpty=yes 11492 11532 else 11493 @@ -14165,7 +145 72,7 @@11533 @@ -14165,7 +14590,7 @@ 11494 11534 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 11495 11535 LIBS=$ac_check_lib_save_LIBS 11496 11536 fi 11497 11537 -echo "$as_me:14168: result: $ac_cv_lib_util_openpty" >&5 11498 +echo "$as_me:145 75: result: $ac_cv_lib_util_openpty" >&511538 +echo "$as_me:14593: result: $ac_cv_lib_util_openpty" >&5 11499 11539 echo "${ECHO_T}$ac_cv_lib_util_openpty" >&6 11500 11540 if test $ac_cv_lib_util_openpty = yes; then 11501 11541 cf_cv_lib_util=yes 11502 @@ -14173,7 +145 80,7 @@11542 @@ -14173,7 +14598,7 @@ 11503 11543 cf_cv_lib_util=no 11504 11544 fi 11505 11545 11506 11546 -echo "$as_me:14176: checking for openpty header" >&5 11507 +echo "$as_me:14 583: checking for openpty header" >&511547 +echo "$as_me:14601: checking for openpty header" >&5 11508 11548 echo $ECHO_N "checking for openpty header... $ECHO_C" >&6 11509 11549 if test "${cf_cv_func_openpty+set}" = set; then 11510 11550 echo $ECHO_N "(cached) $ECHO_C" >&6 11511 @@ -14184,7 +14 591,7 @@11551 @@ -14184,7 +14609,7 @@ 11512 11552 for cf_header in pty.h libutil.h util.h 11513 11553 do 11514 11554 cat >conftest.$ac_ext <<_ACEOF 11515 11555 -#line 14187 "configure" 11516 +#line 14 594"configure"11556 +#line 14612 "configure" 11517 11557 #include "confdefs.h" 11518 11558 11519 11559 #include <$cf_header> 11520 @@ -14201,16 +146 08,16 @@11560 @@ -14201,16 +14626,16 @@ 11521 11561 } 11522 11562 _ACEOF 11523 11563 rm -f conftest.$ac_objext conftest$ac_exeext 11524 11564 -if { (eval echo "$as_me:14204: \"$ac_link\"") >&5 11525 +if { (eval echo "$as_me:146 11: \"$ac_link\"") >&511565 +if { (eval echo "$as_me:14629: \"$ac_link\"") >&5 11526 11566 (eval $ac_link) 2>&5 11527 11567 ac_status=$? 11528 11568 - echo "$as_me:14207: \$? = $ac_status" >&5 11529 + echo "$as_me:146 14: \$? = $ac_status" >&511569 + echo "$as_me:14632: \$? = $ac_status" >&5 11530 11570 (exit $ac_status); } && 11531 11571 { ac_try='test -s conftest$ac_exeext' 11532 11572 - { (eval echo "$as_me:14210: \"$ac_try\"") >&5 11533 + { (eval echo "$as_me:146 17: \"$ac_try\"") >&511573 + { (eval echo "$as_me:14635: \"$ac_try\"") >&5 11534 11574 (eval $ac_try) 2>&5 11535 11575 ac_status=$? 11536 11576 - echo "$as_me:14213: \$? = $ac_status" >&5 11537 + echo "$as_me:146 20: \$? = $ac_status" >&511577 + echo "$as_me:14638: \$? = $ac_status" >&5 11538 11578 (exit $ac_status); }; }; then 11539 11579 11540 11580 cf_cv_func_openpty=$cf_header 11541 @@ -14228,7 +146 35,7 @@11581 @@ -14228,7 +14653,7 @@ 11542 11582 LIBS="$cf_save_LIBS" 11543 11583 11544 11584 fi 11545 11585 -echo "$as_me:14231: result: $cf_cv_func_openpty" >&5 11546 +echo "$as_me:146 38: result: $cf_cv_func_openpty" >&511586 +echo "$as_me:14656: result: $cf_cv_func_openpty" >&5 11547 11587 echo "${ECHO_T}$cf_cv_func_openpty" >&6 11548 11588 11549 11589 if test "$cf_cv_func_openpty" != no ; then 11550 @@ -14274,13 +146 81,13 @@11590 @@ -14274,13 +14699,13 @@ 11551 11591 fi 11552 11592 … … 11560 11600 cat >conftest.$ac_ext <<_ACEOF 11561 11601 -#line 14283 "configure" 11562 +#line 14 690"configure"11602 +#line 14708 "configure" 11563 11603 #include "confdefs.h" 11564 11604 #include <stdio.h> 11565 11605 int 11566 @@ -14292,16 +14 699,16 @@11606 @@ -14292,16 +14717,16 @@ 11567 11607 } 11568 11608 _ACEOF 11569 11609 rm -f conftest.$ac_objext 11570 11610 -if { (eval echo "$as_me:14295: \"$ac_compile\"") >&5 11571 +if { (eval echo "$as_me:147 02: \"$ac_compile\"") >&511611 +if { (eval echo "$as_me:14720: \"$ac_compile\"") >&5 11572 11612 (eval $ac_compile) 2>&5 11573 11613 ac_status=$? 11574 11614 - echo "$as_me:14298: \$? = $ac_status" >&5 11575 + echo "$as_me:147 05: \$? = $ac_status" >&511615 + echo "$as_me:14723: \$? = $ac_status" >&5 11576 11616 (exit $ac_status); } && 11577 11617 { ac_try='test -s conftest.$ac_objext' 11578 11618 - { (eval echo "$as_me:14301: \"$ac_try\"") >&5 11579 + { (eval echo "$as_me:147 08: \"$ac_try\"") >&511619 + { (eval echo "$as_me:14726: \"$ac_try\"") >&5 11580 11620 (eval $ac_try) 2>&5 11581 11621 ac_status=$? 11582 11622 - echo "$as_me:14304: \$? = $ac_status" >&5 11583 + echo "$as_me:147 11: \$? = $ac_status" >&511623 + echo "$as_me:14729: \$? = $ac_status" >&5 11584 11624 (exit $ac_status); }; }; then 11585 11625 : 11586 11626 else 11587 @@ -14318,13 +147 25,13 @@11627 @@ -14318,13 +14743,13 @@ 11588 11628 if test "$cf_have_incdir" = no ; then 11589 11629 test -n "$verbose" && echo " adding $cf_add_incdir to include-path" 1>&6 11590 11630 11591 11631 -echo "${as_me-configure}:14321: testing adding $cf_add_incdir to include-path ..." 1>&5 11592 +echo "${as_me-configure}:147 28: testing adding $cf_add_incdir to include-path ..." 1>&511632 +echo "${as_me-configure}:14746: testing adding $cf_add_incdir to include-path ..." 1>&5 11593 11633 11594 11634 - CPPFLAGS="-I$cf_add_incdir $CPPFLAGS" … … 11604 11644 break 11605 11645 fi 11606 @@ -14352,7 +147 59,7 @@11646 @@ -14352,7 +14777,7 @@ 11607 11647 if test "$cf_have_libdir" = no ; then 11608 11648 test -n "$verbose" && echo " adding $cf_add_libdir to library-path" 1>&6 11609 11649 11610 11650 -echo "${as_me-configure}:14355: testing adding $cf_add_libdir to library-path ..." 1>&5 11611 +echo "${as_me-configure}:147 62: testing adding $cf_add_libdir to library-path ..." 1>&511651 +echo "${as_me-configure}:14780: testing adding $cf_add_libdir to library-path ..." 1>&5 11612 11652 11613 11653 LDFLAGS="-L$cf_add_libdir $LDFLAGS" 11614 11654 fi 11615 @@ -14363,23 +147 70,23 @@11655 @@ -14363,23 +14788,23 @@ 11616 11656 fi 11617 11657 esac 11618 11658 11619 11659 -echo "$as_me:14366: checking for db.h" >&5 11620 +echo "$as_me:147 73: checking for db.h" >&511660 +echo "$as_me:14791: checking for db.h" >&5 11621 11661 echo $ECHO_N "checking for db.h... $ECHO_C" >&6 11622 11662 if test "${ac_cv_header_db_h+set}" = set; then … … 11625 11665 cat >conftest.$ac_ext <<_ACEOF 11626 11666 -#line 14372 "configure" 11627 +#line 147 79"configure"11667 +#line 14797 "configure" 11628 11668 #include "confdefs.h" 11629 11669 #include <db.h> 11630 11670 _ACEOF 11631 11671 -if { (eval echo "$as_me:14376: \"$ac_cpp conftest.$ac_ext\"") >&5 11632 +if { (eval echo "$as_me:14 783: \"$ac_cpp conftest.$ac_ext\"") >&511672 +if { (eval echo "$as_me:14801: \"$ac_cpp conftest.$ac_ext\"") >&5 11633 11673 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 11634 11674 ac_status=$? … … 11637 11677 cat conftest.err >&5 11638 11678 - echo "$as_me:14382: \$? = $ac_status" >&5 11639 + echo "$as_me:14 789: \$? = $ac_status" >&511679 + echo "$as_me:14807: \$? = $ac_status" >&5 11640 11680 (exit $ac_status); } >/dev/null; then 11641 11681 if test -s conftest.err; then 11642 11682 ac_cpp_err=$ac_c_preproc_warn_flag 11643 @@ -14398,11 +148 05,11 @@11683 @@ -14398,11 +14823,11 @@ 11644 11684 fi 11645 11685 rm -f conftest.err conftest.$ac_ext 11646 11686 fi 11647 11687 -echo "$as_me:14401: result: $ac_cv_header_db_h" >&5 11648 +echo "$as_me:148 08: result: $ac_cv_header_db_h" >&511688 +echo "$as_me:14826: result: $ac_cv_header_db_h" >&5 11649 11689 echo "${ECHO_T}$ac_cv_header_db_h" >&6 11650 11690 if test $ac_cv_header_db_h = yes; then 11651 11691 11652 11692 -echo "$as_me:14405: checking for version of db" >&5 11653 +echo "$as_me:148 12: checking for version of db" >&511693 +echo "$as_me:14830: checking for version of db" >&5 11654 11694 echo $ECHO_N "checking for version of db... $ECHO_C" >&6 11655 11695 if test "${cf_cv_hashed_db_version+set}" = set; then 11656 11696 echo $ECHO_N "(cached) $ECHO_C" >&6 11657 @@ -14413,10 +148 20,10 @@11697 @@ -14413,10 +14838,10 @@ 11658 11698 for cf_db_version in 1 2 3 4 5 11659 11699 do 11660 11700 11661 11701 -echo "${as_me-configure}:14416: testing checking for db version $cf_db_version ..." 1>&5 11662 +echo "${as_me-configure}:148 23: testing checking for db version $cf_db_version ..." 1>&511702 +echo "${as_me-configure}:14841: testing checking for db version $cf_db_version ..." 1>&5 11663 11703 11664 11704 cat >conftest.$ac_ext <<_ACEOF 11665 11705 -#line 14419 "configure" 11666 +#line 148 26"configure"11706 +#line 14844 "configure" 11667 11707 #include "confdefs.h" 11668 11708 11669 11709 $ac_includes_default 11670 @@ -14446,16 +148 53,16 @@11710 @@ -14446,16 +14871,16 @@ 11671 11711 } 11672 11712 _ACEOF 11673 11713 rm -f conftest.$ac_objext 11674 11714 -if { (eval echo "$as_me:14449: \"$ac_compile\"") >&5 11675 +if { (eval echo "$as_me:148 56: \"$ac_compile\"") >&511715 +if { (eval echo "$as_me:14874: \"$ac_compile\"") >&5 11676 11716 (eval $ac_compile) 2>&5 11677 11717 ac_status=$? 11678 11718 - echo "$as_me:14452: \$? = $ac_status" >&5 11679 + echo "$as_me:148 59: \$? = $ac_status" >&511719 + echo "$as_me:14877: \$? = $ac_status" >&5 11680 11720 (exit $ac_status); } && 11681 11721 { ac_try='test -s conftest.$ac_objext' 11682 11722 - { (eval echo "$as_me:14455: \"$ac_try\"") >&5 11683 + { (eval echo "$as_me:148 62: \"$ac_try\"") >&511723 + { (eval echo "$as_me:14880: \"$ac_try\"") >&5 11684 11724 (eval $ac_try) 2>&5 11685 11725 ac_status=$? 11686 11726 - echo "$as_me:14458: \$? = $ac_status" >&5 11687 + echo "$as_me:148 65: \$? = $ac_status" >&511727 + echo "$as_me:14883: \$? = $ac_status" >&5 11688 11728 (exit $ac_status); }; }; then 11689 11729 11690 11730 cf_cv_hashed_db_version=$cf_db_version 11691 @@ -14469,16 +148 76,16 @@11731 @@ -14469,16 +14894,16 @@ 11692 11732 done 11693 11733 11694 11734 fi 11695 11735 -echo "$as_me:14472: result: $cf_cv_hashed_db_version" >&5 11696 +echo "$as_me:148 79: result: $cf_cv_hashed_db_version" >&511736 +echo "$as_me:14897: result: $cf_cv_hashed_db_version" >&5 11697 11737 echo "${ECHO_T}$cf_cv_hashed_db_version" >&6 11698 11738 11699 11739 if test "$cf_cv_hashed_db_version" = unknown ; then 11700 11740 - { { echo "$as_me:14476: error: Cannot determine version of db" >&5 11701 + { { echo "$as_me:14 883: error: Cannot determine version of db" >&511741 + { { echo "$as_me:14901: error: Cannot determine version of db" >&5 11702 11742 echo "$as_me: error: Cannot determine version of db" >&2;} 11703 11743 { (exit 1); exit 1; }; } … … 11705 11745 11706 11746 -echo "$as_me:14481: checking for db libraries" >&5 11707 +echo "$as_me:14 888: checking for db libraries" >&511747 +echo "$as_me:14906: checking for db libraries" >&5 11708 11748 echo $ECHO_N "checking for db libraries... $ECHO_C" >&6 11709 11749 if test "${cf_cv_hashed_db_libs+set}" = set; then 11710 11750 echo $ECHO_N "(cached) $ECHO_C" >&6 11711 @@ -14492,10 +14 899,10 @@11751 @@ -14492,10 +14917,10 @@ 11712 11752 LIBS="-l$cf_db_libs $LIBS" 11713 11753 fi 11714 11754 11715 11755 -echo "${as_me-configure}:14495: testing checking for library "$cf_db_libs" ..." 1>&5 11716 +echo "${as_me-configure}:149 02: testing checking for library "$cf_db_libs" ..." 1>&511756 +echo "${as_me-configure}:14920: testing checking for library "$cf_db_libs" ..." 1>&5 11717 11757 11718 11758 cat >conftest.$ac_ext <<_ACEOF 11719 11759 -#line 14498 "configure" 11720 +#line 149 05"configure"11760 +#line 14923 "configure" 11721 11761 #include "confdefs.h" 11722 11762 11723 11763 $ac_includes_default 11724 @@ -14550,16 +149 57,16 @@11764 @@ -14550,16 +14975,16 @@ 11725 11765 } 11726 11766 _ACEOF 11727 11767 rm -f conftest.$ac_objext conftest$ac_exeext 11728 11768 -if { (eval echo "$as_me:14553: \"$ac_link\"") >&5 11729 +if { (eval echo "$as_me:149 60: \"$ac_link\"") >&511769 +if { (eval echo "$as_me:14978: \"$ac_link\"") >&5 11730 11770 (eval $ac_link) 2>&5 11731 11771 ac_status=$? 11732 11772 - echo "$as_me:14556: \$? = $ac_status" >&5 11733 + echo "$as_me:149 63: \$? = $ac_status" >&511773 + echo "$as_me:14981: \$? = $ac_status" >&5 11734 11774 (exit $ac_status); } && 11735 11775 { ac_try='test -s conftest$ac_exeext' 11736 11776 - { (eval echo "$as_me:14559: \"$ac_try\"") >&5 11737 + { (eval echo "$as_me:149 66: \"$ac_try\"") >&511777 + { (eval echo "$as_me:14984: \"$ac_try\"") >&5 11738 11778 (eval $ac_try) 2>&5 11739 11779 ac_status=$? 11740 11780 - echo "$as_me:14562: \$? = $ac_status" >&5 11741 + echo "$as_me:149 69: \$? = $ac_status" >&511781 + echo "$as_me:14987: \$? = $ac_status" >&5 11742 11782 (exit $ac_status); }; }; then 11743 11783 11744 11784 if test -n "$cf_db_libs" ; then 11745 @@ -14579,11 +1 4986,11 @@11785 @@ -14579,11 +15004,11 @@ 11746 11786 done 11747 11787 11748 11788 fi 11749 11789 -echo "$as_me:14582: result: $cf_cv_hashed_db_libs" >&5 11750 +echo "$as_me:1 4989: result: $cf_cv_hashed_db_libs" >&511790 +echo "$as_me:15007: result: $cf_cv_hashed_db_libs" >&5 11751 11791 echo "${ECHO_T}$cf_cv_hashed_db_libs" >&6 11752 11792 11753 11793 if test "$cf_cv_hashed_db_libs" = unknown ; then 11754 11794 - { { echo "$as_me:14586: error: Cannot determine library for db" >&5 11755 + { { echo "$as_me:1 4993: error: Cannot determine library for db" >&511795 + { { echo "$as_me:15011: error: Cannot determine library for db" >&5 11756 11796 echo "$as_me: error: Cannot determine library for db" >&2;} 11757 11797 { (exit 1); exit 1; }; } 11758 11798 elif test "$cf_cv_hashed_db_libs" != default ; then 11759 @@ -14593,7 +150 00,7 @@11799 @@ -14593,7 +15018,7 @@ 11760 11800 11761 11801 else 11762 11802 11763 11803 - { { echo "$as_me:14596: error: Cannot find db.h" >&5 11764 + { { echo "$as_me:150 03: error: Cannot find db.h" >&511804 + { { echo "$as_me:15021: error: Cannot find db.h" >&5 11765 11805 echo "$as_me: error: Cannot find db.h" >&2;} 11766 11806 { (exit 1); exit 1; }; } 11767 11807 11768 @@ -14608,7 +150 15,7 @@11808 @@ -14608,7 +15033,7 @@ 11769 11809 11770 11810 # Just in case, check if the C compiler has a bool type. 11771 11811 11772 11812 -echo "$as_me:14611: checking if we should include stdbool.h" >&5 11773 +echo "$as_me:150 18: checking if we should include stdbool.h" >&511813 +echo "$as_me:15036: checking if we should include stdbool.h" >&5 11774 11814 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 11775 11815 11776 11816 if test "${cf_cv_header_stdbool_h+set}" = set; then 11777 @@ -14616,7 +150 23,7 @@11817 @@ -14616,7 +15041,7 @@ 11778 11818 else 11779 11819 11780 11820 cat >conftest.$ac_ext <<_ACEOF 11781 11821 -#line 14619 "configure" 11782 +#line 150 26"configure"11822 +#line 15044 "configure" 11783 11823 #include "confdefs.h" 11784 11824 11785 11825 int 11786 @@ -14628,23 +150 35,23 @@11826 @@ -14628,23 +15053,23 @@ 11787 11827 } 11788 11828 _ACEOF 11789 11829 rm -f conftest.$ac_objext 11790 11830 -if { (eval echo "$as_me:14631: \"$ac_compile\"") >&5 11791 +if { (eval echo "$as_me:150 38: \"$ac_compile\"") >&511831 +if { (eval echo "$as_me:15056: \"$ac_compile\"") >&5 11792 11832 (eval $ac_compile) 2>&5 11793 11833 ac_status=$? 11794 11834 - echo "$as_me:14634: \$? = $ac_status" >&5 11795 + echo "$as_me:150 41: \$? = $ac_status" >&511835 + echo "$as_me:15059: \$? = $ac_status" >&5 11796 11836 (exit $ac_status); } && 11797 11837 { ac_try='test -s conftest.$ac_objext' 11798 11838 - { (eval echo "$as_me:14637: \"$ac_try\"") >&5 11799 + { (eval echo "$as_me:150 44: \"$ac_try\"") >&511839 + { (eval echo "$as_me:15062: \"$ac_try\"") >&5 11800 11840 (eval $ac_try) 2>&5 11801 11841 ac_status=$? 11802 11842 - echo "$as_me:14640: \$? = $ac_status" >&5 11803 + echo "$as_me:150 47: \$? = $ac_status" >&511843 + echo "$as_me:15065: \$? = $ac_status" >&5 11804 11844 (exit $ac_status); }; }; then 11805 11845 cf_cv_header_stdbool_h=0 … … 11809 11849 cat >conftest.$ac_ext <<_ACEOF 11810 11850 -#line 14647 "configure" 11811 +#line 150 54"configure"11851 +#line 15072 "configure" 11812 11852 #include "confdefs.h" 11813 11853 11814 11854 #ifndef __BEOS__ 11815 @@ -14660,16 +150 67,16 @@11855 @@ -14660,16 +15085,16 @@ 11816 11856 } 11817 11857 _ACEOF 11818 11858 rm -f conftest.$ac_objext 11819 11859 -if { (eval echo "$as_me:14663: \"$ac_compile\"") >&5 11820 +if { (eval echo "$as_me:150 70: \"$ac_compile\"") >&511860 +if { (eval echo "$as_me:15088: \"$ac_compile\"") >&5 11821 11861 (eval $ac_compile) 2>&5 11822 11862 ac_status=$? 11823 11863 - echo "$as_me:14666: \$? = $ac_status" >&5 11824 + echo "$as_me:150 73: \$? = $ac_status" >&511864 + echo "$as_me:15091: \$? = $ac_status" >&5 11825 11865 (exit $ac_status); } && 11826 11866 { ac_try='test -s conftest.$ac_objext' 11827 11867 - { (eval echo "$as_me:14669: \"$ac_try\"") >&5 11828 + { (eval echo "$as_me:150 76: \"$ac_try\"") >&511868 + { (eval echo "$as_me:15094: \"$ac_try\"") >&5 11829 11869 (eval $ac_try) 2>&5 11830 11870 ac_status=$? 11831 11871 - echo "$as_me:14672: \$? = $ac_status" >&5 11832 + echo "$as_me:150 79: \$? = $ac_status" >&511872 + echo "$as_me:15097: \$? = $ac_status" >&5 11833 11873 (exit $ac_status); }; }; then 11834 11874 cf_cv_header_stdbool_h=1 11835 11875 else 11836 @@ -14683,13 +15 090,13 @@11876 @@ -14683,13 +15108,13 @@ 11837 11877 fi 11838 11878 11839 11879 if test "$cf_cv_header_stdbool_h" = 1 11840 11880 -then echo "$as_me:14686: result: yes" >&5 11841 +then echo "$as_me:15 093: result: yes" >&511881 +then echo "$as_me:15111: result: yes" >&5 11842 11882 echo "${ECHO_T}yes" >&6 11843 11883 -else echo "$as_me:14688: result: no" >&5 11844 +else echo "$as_me:15 095: result: no" >&511884 +else echo "$as_me:15113: result: no" >&5 11845 11885 echo "${ECHO_T}no" >&6 11846 11886 fi 11847 11887 11848 11888 -echo "$as_me:14692: checking for builtin bool type" >&5 11849 +echo "$as_me:15 099: checking for builtin bool type" >&511889 +echo "$as_me:15117: checking for builtin bool type" >&5 11850 11890 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 11851 11891 11852 11892 if test "${cf_cv_cc_bool_type+set}" = set; then 11853 @@ -14697,7 +151 04,7 @@11893 @@ -14697,7 +15122,7 @@ 11854 11894 else 11855 11895 11856 11896 cat >conftest.$ac_ext <<_ACEOF 11857 11897 -#line 14700 "configure" 11858 +#line 151 07"configure"11898 +#line 15125 "configure" 11859 11899 #include "confdefs.h" 11860 11900 11861 11901 #include <stdio.h> 11862 @@ -14712,16 +151 19,16 @@11902 @@ -14712,16 +15137,16 @@ 11863 11903 } 11864 11904 _ACEOF 11865 11905 rm -f conftest.$ac_objext 11866 11906 -if { (eval echo "$as_me:14715: \"$ac_compile\"") >&5 11867 +if { (eval echo "$as_me:151 22: \"$ac_compile\"") >&511907 +if { (eval echo "$as_me:15140: \"$ac_compile\"") >&5 11868 11908 (eval $ac_compile) 2>&5 11869 11909 ac_status=$? 11870 11910 - echo "$as_me:14718: \$? = $ac_status" >&5 11871 + echo "$as_me:151 25: \$? = $ac_status" >&511911 + echo "$as_me:15143: \$? = $ac_status" >&5 11872 11912 (exit $ac_status); } && 11873 11913 { ac_try='test -s conftest.$ac_objext' 11874 11914 - { (eval echo "$as_me:14721: \"$ac_try\"") >&5 11875 + { (eval echo "$as_me:151 28: \"$ac_try\"") >&511915 + { (eval echo "$as_me:15146: \"$ac_try\"") >&5 11876 11916 (eval $ac_try) 2>&5 11877 11917 ac_status=$? 11878 11918 - echo "$as_me:14724: \$? = $ac_status" >&5 11879 + echo "$as_me:151 31: \$? = $ac_status" >&511919 + echo "$as_me:15149: \$? = $ac_status" >&5 11880 11920 (exit $ac_status); }; }; then 11881 11921 cf_cv_cc_bool_type=1 11882 11922 else 11883 @@ -14734,9 +151 41,9 @@11923 @@ -14734,9 +15159,9 @@ 11884 11924 fi 11885 11925 11886 11926 if test "$cf_cv_cc_bool_type" = 1 11887 11927 -then echo "$as_me:14737: result: yes" >&5 11888 +then echo "$as_me:151 44: result: yes" >&511928 +then echo "$as_me:15162: result: yes" >&5 11889 11929 echo "${ECHO_T}yes" >&6 11890 11930 -else echo "$as_me:14739: result: no" >&5 11891 +else echo "$as_me:151 46: result: no" >&511931 +else echo "$as_me:15164: result: no" >&5 11892 11932 echo "${ECHO_T}no" >&6 11893 11933 fi 11894 11934 11895 @@ -14758,7 +151 65,7 @@11935 @@ -14758,7 +15183,7 @@ 11896 11936 cf_stdcpp_libname=stdc++ 11897 11937 ;; 11898 11938 esac 11899 11939 -echo "$as_me:14761: checking for library $cf_stdcpp_libname" >&5 11900 +echo "$as_me:151 68: checking for library $cf_stdcpp_libname" >&511940 +echo "$as_me:15186: checking for library $cf_stdcpp_libname" >&5 11901 11941 echo $ECHO_N "checking for library $cf_stdcpp_libname... $ECHO_C" >&6 11902 11942 if test "${cf_cv_libstdcpp+set}" = set; then 11903 11943 echo $ECHO_N "(cached) $ECHO_C" >&6 11904 @@ -14767,7 +151 74,7 @@11944 @@ -14767,7 +15192,7 @@ 11905 11945 cf_save="$LIBS" 11906 11946 LIBS="$LIBS -l$cf_stdcpp_libname" 11907 11947 cat >conftest.$ac_ext <<_ACEOF 11908 11948 -#line 14770 "configure" 11909 +#line 151 77"configure"11949 +#line 15195 "configure" 11910 11950 #include "confdefs.h" 11911 11951 11912 11952 #include <strstream.h> 11913 @@ -14783,16 +15 190,16 @@11953 @@ -14783,16 +15208,16 @@ 11914 11954 } 11915 11955 _ACEOF 11916 11956 rm -f conftest.$ac_objext conftest$ac_exeext 11917 11957 -if { (eval echo "$as_me:14786: \"$ac_link\"") >&5 11918 +if { (eval echo "$as_me:15 193: \"$ac_link\"") >&511958 +if { (eval echo "$as_me:15211: \"$ac_link\"") >&5 11919 11959 (eval $ac_link) 2>&5 11920 11960 ac_status=$? 11921 11961 - echo "$as_me:14789: \$? = $ac_status" >&5 11922 + echo "$as_me:15 196: \$? = $ac_status" >&511962 + echo "$as_me:15214: \$? = $ac_status" >&5 11923 11963 (exit $ac_status); } && 11924 11964 { ac_try='test -s conftest$ac_exeext' 11925 11965 - { (eval echo "$as_me:14792: \"$ac_try\"") >&5 11926 + { (eval echo "$as_me:15 199: \"$ac_try\"") >&511966 + { (eval echo "$as_me:15217: \"$ac_try\"") >&5 11927 11967 (eval $ac_try) 2>&5 11928 11968 ac_status=$? 11929 11969 - echo "$as_me:14795: \$? = $ac_status" >&5 11930 + echo "$as_me:152 02: \$? = $ac_status" >&511970 + echo "$as_me:15220: \$? = $ac_status" >&5 11931 11971 (exit $ac_status); }; }; then 11932 11972 cf_cv_libstdcpp=yes 11933 11973 else 11934 @@ -14804,12 +152 11,12 @@11974 @@ -14804,12 +15229,12 @@ 11935 11975 LIBS="$cf_save" 11936 11976 11937 11977 fi 11938 11978 -echo "$as_me:14807: result: $cf_cv_libstdcpp" >&5 11939 +echo "$as_me:152 14: result: $cf_cv_libstdcpp" >&511979 +echo "$as_me:15232: result: $cf_cv_libstdcpp" >&5 11940 11980 echo "${ECHO_T}$cf_cv_libstdcpp" >&6 11941 11981 test "$cf_cv_libstdcpp" = yes && CXXLIBS="$CXXLIBS -l$cf_stdcpp_libname" … … 11943 11983 11944 11984 - echo "$as_me:14812: checking whether $CXX understands -c and -o together" >&5 11945 + echo "$as_me:152 19: checking whether $CXX understands -c and -o together" >&511985 + echo "$as_me:15237: checking whether $CXX understands -c and -o together" >&5 11946 11986 echo $ECHO_N "checking whether $CXX understands -c and -o together... $ECHO_C" >&6 11947 11987 if test "${cf_cv_prog_CXX_c_o+set}" = set; then 11948 11988 echo $ECHO_N "(cached) $ECHO_C" >&6 11949 @@ -14825,15 +152 32,15 @@11989 @@ -14825,15 +15250,15 @@ 11950 11990 # We do the test twice because some compilers refuse to overwrite an 11951 11991 # existing .o file with -o, though they will create one. 11952 11992 ac_try='$CXX -c conftest.$ac_ext -o conftest2.$ac_objext >&5' 11953 11993 -if { (eval echo "$as_me:14828: \"$ac_try\"") >&5 11954 +if { (eval echo "$as_me:152 35: \"$ac_try\"") >&511994 +if { (eval echo "$as_me:15253: \"$ac_try\"") >&5 11955 11995 (eval $ac_try) 2>&5 11956 11996 ac_status=$? 11957 11997 - echo "$as_me:14831: \$? = $ac_status" >&5 11958 + echo "$as_me:152 38: \$? = $ac_status" >&511998 + echo "$as_me:15256: \$? = $ac_status" >&5 11959 11999 (exit $ac_status); } && 11960 12000 - test -f conftest2.$ac_objext && { (eval echo "$as_me:14833: \"$ac_try\"") >&5 11961 + test -f conftest2.$ac_objext && { (eval echo "$as_me:152 40: \"$ac_try\"") >&512001 + test -f conftest2.$ac_objext && { (eval echo "$as_me:15258: \"$ac_try\"") >&5 11962 12002 (eval $ac_try) 2>&5 11963 12003 ac_status=$? 11964 12004 - echo "$as_me:14836: \$? = $ac_status" >&5 11965 + echo "$as_me:152 43: \$? = $ac_status" >&512005 + echo "$as_me:15261: \$? = $ac_status" >&5 11966 12006 (exit $ac_status); }; 11967 12007 then 11968 12008 eval cf_cv_prog_CXX_c_o=yes 11969 @@ -14844,10 +152 51,10 @@12009 @@ -14844,10 +15269,10 @@ 11970 12010 11971 12011 fi 11972 12012 if test $cf_cv_prog_CXX_c_o = yes; then 11973 12013 - echo "$as_me:14847: result: yes" >&5 11974 + echo "$as_me:152 54: result: yes" >&512014 + echo "$as_me:15272: result: yes" >&5 11975 12015 echo "${ECHO_T}yes" >&6 11976 12016 else 11977 12017 - echo "$as_me:14850: result: no" >&5 11978 + echo "$as_me:152 57: result: no" >&512018 + echo "$as_me:15275: result: no" >&5 11979 12019 echo "${ECHO_T}no" >&6 11980 12020 fi 11981 12021 11982 @@ -14867,12 +152 74,12 @@12022 @@ -14867,12 +15292,12 @@ 11983 12023 ;; 11984 12024 esac 11985 12025 if test "$GXX" = yes; then 11986 12026 - echo "$as_me:14870: checking for lib$cf_gpp_libname" >&5 11987 + echo "$as_me:152 77: checking for lib$cf_gpp_libname" >&512027 + echo "$as_me:15295: checking for lib$cf_gpp_libname" >&5 11988 12028 echo $ECHO_N "checking for lib$cf_gpp_libname... $ECHO_C" >&6 11989 12029 cf_save="$LIBS" … … 11991 12031 cat >conftest.$ac_ext <<_ACEOF 11992 12032 -#line 14875 "configure" 11993 +#line 15 282"configure"12033 +#line 15300 "configure" 11994 12034 #include "confdefs.h" 11995 12035 11996 12036 #include <$cf_gpp_libname/builtin.h> 11997 @@ -14886,16 +15 293,16 @@12037 @@ -14886,16 +15311,16 @@ 11998 12038 } 11999 12039 _ACEOF 12000 12040 rm -f conftest.$ac_objext conftest$ac_exeext 12001 12041 -if { (eval echo "$as_me:14889: \"$ac_link\"") >&5 12002 +if { (eval echo "$as_me:15 296: \"$ac_link\"") >&512042 +if { (eval echo "$as_me:15314: \"$ac_link\"") >&5 12003 12043 (eval $ac_link) 2>&5 12004 12044 ac_status=$? 12005 12045 - echo "$as_me:14892: \$? = $ac_status" >&5 12006 + echo "$as_me:15 299: \$? = $ac_status" >&512046 + echo "$as_me:15317: \$? = $ac_status" >&5 12007 12047 (exit $ac_status); } && 12008 12048 { ac_try='test -s conftest$ac_exeext' 12009 12049 - { (eval echo "$as_me:14895: \"$ac_try\"") >&5 12010 + { (eval echo "$as_me:153 02: \"$ac_try\"") >&512050 + { (eval echo "$as_me:15320: \"$ac_try\"") >&5 12011 12051 (eval $ac_try) 2>&5 12012 12052 ac_status=$? 12013 12053 - echo "$as_me:14898: \$? = $ac_status" >&5 12014 + echo "$as_me:153 05: \$? = $ac_status" >&512054 + echo "$as_me:15323: \$? = $ac_status" >&5 12015 12055 (exit $ac_status); }; }; then 12016 12056 cf_cxx_library=yes 12017 12057 CXXLIBS="$CXXLIBS -l$cf_gpp_libname" 12018 @@ -14914,7 +153 21,7 @@12058 @@ -14914,7 +15339,7 @@ 12019 12059 echo "$as_me: failed program was:" >&5 12020 12060 cat conftest.$ac_ext >&5 12021 12061 cat >conftest.$ac_ext <<_ACEOF 12022 12062 -#line 14917 "configure" 12023 +#line 153 24"configure"12063 +#line 15342 "configure" 12024 12064 #include "confdefs.h" 12025 12065 12026 12066 #include <builtin.h> 12027 @@ -14928,16 +153 35,16 @@12067 @@ -14928,16 +15353,16 @@ 12028 12068 } 12029 12069 _ACEOF 12030 12070 rm -f conftest.$ac_objext conftest$ac_exeext 12031 12071 -if { (eval echo "$as_me:14931: \"$ac_link\"") >&5 12032 +if { (eval echo "$as_me:153 38: \"$ac_link\"") >&512072 +if { (eval echo "$as_me:15356: \"$ac_link\"") >&5 12033 12073 (eval $ac_link) 2>&5 12034 12074 ac_status=$? 12035 12075 - echo "$as_me:14934: \$? = $ac_status" >&5 12036 + echo "$as_me:153 41: \$? = $ac_status" >&512076 + echo "$as_me:15359: \$? = $ac_status" >&5 12037 12077 (exit $ac_status); } && 12038 12078 { ac_try='test -s conftest$ac_exeext' 12039 12079 - { (eval echo "$as_me:14937: \"$ac_try\"") >&5 12040 + { (eval echo "$as_me:153 44: \"$ac_try\"") >&512080 + { (eval echo "$as_me:15362: \"$ac_try\"") >&5 12041 12081 (eval $ac_try) 2>&5 12042 12082 ac_status=$? 12043 12083 - echo "$as_me:14940: \$? = $ac_status" >&5 12044 + echo "$as_me:153 47: \$? = $ac_status" >&512084 + echo "$as_me:15365: \$? = $ac_status" >&5 12045 12085 (exit $ac_status); }; }; then 12046 12086 cf_cxx_library=yes 12047 12087 CXXLIBS="$CXXLIBS -l$cf_gpp_libname" 12048 @@ -14954,7 +153 61,7 @@12088 @@ -14954,7 +15379,7 @@ 12049 12089 fi 12050 12090 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext 12051 12091 LIBS="$cf_save" 12052 12092 - echo "$as_me:14957: result: $cf_cxx_library" >&5 12053 + echo "$as_me:153 64: result: $cf_cxx_library" >&512093 + echo "$as_me:15382: result: $cf_cxx_library" >&5 12054 12094 echo "${ECHO_T}$cf_cxx_library" >&6 12055 12095 fi 12056 12096 12057 @@ -14970,7 +153 77,7 @@12097 @@ -14970,7 +15395,7 @@ 12058 12098 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' 12059 12099 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu 12060 12100 ac_main_return=return 12061 12101 -echo "$as_me:14973: checking how to run the C++ preprocessor" >&5 12062 +echo "$as_me:153 80: checking how to run the C++ preprocessor" >&512102 +echo "$as_me:15398: checking how to run the C++ preprocessor" >&5 12063 12103 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6 12064 12104 if test -z "$CXXCPP"; then 12065 12105 if test "${ac_cv_prog_CXXCPP+set}" = set; then 12066 @@ -14987,18 +15 394,18 @@12106 @@ -14987,18 +15412,18 @@ 12067 12107 # On the NeXT, cc -E runs the code through the compiler's parser, 12068 12108 # not just through cpp. "Syntax error" is here to catch this case. 12069 12109 cat >conftest.$ac_ext <<_ACEOF 12070 12110 -#line 14990 "configure" 12071 +#line 15 397"configure"12111 +#line 15415 "configure" 12072 12112 #include "confdefs.h" 12073 12113 #include <assert.h> … … 12075 12115 _ACEOF 12076 12116 -if { (eval echo "$as_me:14995: \"$ac_cpp conftest.$ac_ext\"") >&5 12077 +if { (eval echo "$as_me:154 02: \"$ac_cpp conftest.$ac_ext\"") >&512117 +if { (eval echo "$as_me:15420: \"$ac_cpp conftest.$ac_ext\"") >&5 12078 12118 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12079 12119 ac_status=$? … … 12082 12122 cat conftest.err >&5 12083 12123 - echo "$as_me:15001: \$? = $ac_status" >&5 12084 + echo "$as_me:154 08: \$? = $ac_status" >&512124 + echo "$as_me:15426: \$? = $ac_status" >&5 12085 12125 (exit $ac_status); } >/dev/null; then 12086 12126 if test -s conftest.err; then 12087 12127 ac_cpp_err=$ac_cxx_preproc_warn_flag 12088 @@ -15021,17 +154 28,17 @@12128 @@ -15021,17 +15446,17 @@ 12089 12129 # OK, works on sane cases. Now check whether non-existent headers 12090 12130 # can be detected and how. 12091 12131 cat >conftest.$ac_ext <<_ACEOF 12092 12132 -#line 15024 "configure" 12093 +#line 154 31"configure"12133 +#line 15449 "configure" 12094 12134 #include "confdefs.h" 12095 12135 #include <ac_nonexistent.h> 12096 12136 _ACEOF 12097 12137 -if { (eval echo "$as_me:15028: \"$ac_cpp conftest.$ac_ext\"") >&5 12098 +if { (eval echo "$as_me:154 35: \"$ac_cpp conftest.$ac_ext\"") >&512138 +if { (eval echo "$as_me:15453: \"$ac_cpp conftest.$ac_ext\"") >&5 12099 12139 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12100 12140 ac_status=$? … … 12103 12143 cat conftest.err >&5 12104 12144 - echo "$as_me:15034: \$? = $ac_status" >&5 12105 + echo "$as_me:154 41: \$? = $ac_status" >&512145 + echo "$as_me:15459: \$? = $ac_status" >&5 12106 12146 (exit $ac_status); } >/dev/null; then 12107 12147 if test -s conftest.err; then 12108 12148 ac_cpp_err=$ac_cxx_preproc_warn_flag 12109 @@ -15068,7 +154 75,7 @@12149 @@ -15068,7 +15493,7 @@ 12110 12150 else 12111 12151 ac_cv_prog_CXXCPP=$CXXCPP 12112 12152 fi 12113 12153 -echo "$as_me:15071: result: $CXXCPP" >&5 12114 +echo "$as_me:154 78: result: $CXXCPP" >&512154 +echo "$as_me:15496: result: $CXXCPP" >&5 12115 12155 echo "${ECHO_T}$CXXCPP" >&6 12116 12156 ac_preproc_ok=false 12117 12157 for ac_cxx_preproc_warn_flag in '' yes 12118 @@ -15078,18 +15 485,18 @@12158 @@ -15078,18 +15503,18 @@ 12119 12159 # On the NeXT, cc -E runs the code through the compiler's parser, 12120 12160 # not just through cpp. "Syntax error" is here to catch this case. 12121 12161 cat >conftest.$ac_ext <<_ACEOF 12122 12162 -#line 15081 "configure" 12123 +#line 15 488"configure"12163 +#line 15506 "configure" 12124 12164 #include "confdefs.h" 12125 12165 #include <assert.h> … … 12127 12167 _ACEOF 12128 12168 -if { (eval echo "$as_me:15086: \"$ac_cpp conftest.$ac_ext\"") >&5 12129 +if { (eval echo "$as_me:15 493: \"$ac_cpp conftest.$ac_ext\"") >&512169 +if { (eval echo "$as_me:15511: \"$ac_cpp conftest.$ac_ext\"") >&5 12130 12170 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12131 12171 ac_status=$? … … 12134 12174 cat conftest.err >&5 12135 12175 - echo "$as_me:15092: \$? = $ac_status" >&5 12136 + echo "$as_me:15 499: \$? = $ac_status" >&512176 + echo "$as_me:15517: \$? = $ac_status" >&5 12137 12177 (exit $ac_status); } >/dev/null; then 12138 12178 if test -s conftest.err; then 12139 12179 ac_cpp_err=$ac_cxx_preproc_warn_flag 12140 @@ -15112,17 +155 19,17 @@12180 @@ -15112,17 +15537,17 @@ 12141 12181 # OK, works on sane cases. Now check whether non-existent headers 12142 12182 # can be detected and how. 12143 12183 cat >conftest.$ac_ext <<_ACEOF 12144 12184 -#line 15115 "configure" 12145 +#line 155 22"configure"12185 +#line 15540 "configure" 12146 12186 #include "confdefs.h" 12147 12187 #include <ac_nonexistent.h> 12148 12188 _ACEOF 12149 12189 -if { (eval echo "$as_me:15119: \"$ac_cpp conftest.$ac_ext\"") >&5 12150 +if { (eval echo "$as_me:155 26: \"$ac_cpp conftest.$ac_ext\"") >&512190 +if { (eval echo "$as_me:15544: \"$ac_cpp conftest.$ac_ext\"") >&5 12151 12191 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12152 12192 ac_status=$? … … 12155 12195 cat conftest.err >&5 12156 12196 - echo "$as_me:15125: \$? = $ac_status" >&5 12157 + echo "$as_me:155 32: \$? = $ac_status" >&512197 + echo "$as_me:15550: \$? = $ac_status" >&5 12158 12198 (exit $ac_status); } >/dev/null; then 12159 12199 if test -s conftest.err; then 12160 12200 ac_cpp_err=$ac_cxx_preproc_warn_flag 12161 @@ -15150,7 +155 57,7 @@12201 @@ -15150,7 +15575,7 @@ 12162 12202 if $ac_preproc_ok; then 12163 12203 : 12164 12204 else 12165 12205 - { { echo "$as_me:15153: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 12166 + { { echo "$as_me:155 60: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&512206 + { { echo "$as_me:15578: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&5 12167 12207 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check" >&2;} 12168 12208 { (exit 1); exit 1; }; } 12169 12209 fi 12170 @@ -15165,23 +155 72,23 @@12210 @@ -15165,23 +15590,23 @@ 12171 12211 for ac_header in iostream typeinfo 12172 12212 do 12173 12213 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` 12174 12214 -echo "$as_me:15168: checking for $ac_header" >&5 12175 +echo "$as_me:155 75: checking for $ac_header" >&512215 +echo "$as_me:15593: checking for $ac_header" >&5 12176 12216 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6 12177 12217 if eval "test \"\${$as_ac_Header+set}\" = set"; then … … 12180 12220 cat >conftest.$ac_ext <<_ACEOF 12181 12221 -#line 15174 "configure" 12182 +#line 155 81"configure"12222 +#line 15599 "configure" 12183 12223 #include "confdefs.h" 12184 12224 #include <$ac_header> 12185 12225 _ACEOF 12186 12226 -if { (eval echo "$as_me:15178: \"$ac_cpp conftest.$ac_ext\"") >&5 12187 +if { (eval echo "$as_me:15 585: \"$ac_cpp conftest.$ac_ext\"") >&512227 +if { (eval echo "$as_me:15603: \"$ac_cpp conftest.$ac_ext\"") >&5 12188 12228 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1 12189 12229 ac_status=$? … … 12192 12232 cat conftest.err >&5 12193 12233 - echo "$as_me:15184: \$? = $ac_status" >&5 12194 + echo "$as_me:15 591: \$? = $ac_status" >&512234 + echo "$as_me:15609: \$? = $ac_status" >&5 12195 12235 (exit $ac_status); } >/dev/null; then 12196 12236 if test -s conftest.err; then 12197 12237 ac_cpp_err=$ac_cxx_preproc_warn_flag 12198 @@ -15200,7 +156 07,7 @@12238 @@ -15200,7 +15625,7 @@ 12199 12239 fi 12200 12240 rm -f conftest.err conftest.$ac_ext 12201 12241 fi 12202 12242 -echo "$as_me:15203: result: `eval echo '${'$as_ac_Header'}'`" >&5 12203 +echo "$as_me:156 10: result: `eval echo '${'$as_ac_Header'}'`" >&512243 +echo "$as_me:15628: result: `eval echo '${'$as_ac_Header'}'`" >&5 12204 12244 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6 12205 12245 if test `eval echo '${'$as_ac_Header'}'` = yes; then 12206 12246 cat >>confdefs.h <<EOF 12207 @@ -15211,10 +156 18,10 @@12247 @@ -15211,10 +15636,10 @@ 12208 12248 done 12209 12249 12210 12250 if test x"$ac_cv_header_iostream" = xyes ; then 12211 12251 - echo "$as_me:15214: checking if iostream uses std-namespace" >&5 12212 + echo "$as_me:156 21: checking if iostream uses std-namespace" >&512252 + echo "$as_me:15639: checking if iostream uses std-namespace" >&5 12213 12253 echo $ECHO_N "checking if iostream uses std-namespace... $ECHO_C" >&6 12214 12254 cat >conftest.$ac_ext <<_ACEOF 12215 12255 -#line 15217 "configure" 12216 +#line 156 24"configure"12256 +#line 15642 "configure" 12217 12257 #include "confdefs.h" 12218 12258 12219 12259 #include <iostream> 12220 @@ -15231,16 +156 38,16 @@12260 @@ -15231,16 +15656,16 @@ 12221 12261 } 12222 12262 _ACEOF 12223 12263 rm -f conftest.$ac_objext 12224 12264 -if { (eval echo "$as_me:15234: \"$ac_compile\"") >&5 12225 +if { (eval echo "$as_me:156 41: \"$ac_compile\"") >&512265 +if { (eval echo "$as_me:15659: \"$ac_compile\"") >&5 12226 12266 (eval $ac_compile) 2>&5 12227 12267 ac_status=$? 12228 12268 - echo "$as_me:15237: \$? = $ac_status" >&5 12229 + echo "$as_me:156 44: \$? = $ac_status" >&512269 + echo "$as_me:15662: \$? = $ac_status" >&5 12230 12270 (exit $ac_status); } && 12231 12271 { ac_try='test -s conftest.$ac_objext' 12232 12272 - { (eval echo "$as_me:15240: \"$ac_try\"") >&5 12233 + { (eval echo "$as_me:156 47: \"$ac_try\"") >&512273 + { (eval echo "$as_me:15665: \"$ac_try\"") >&5 12234 12274 (eval $ac_try) 2>&5 12235 12275 ac_status=$? 12236 12276 - echo "$as_me:15243: \$? = $ac_status" >&5 12237 + echo "$as_me:156 50: \$? = $ac_status" >&512277 + echo "$as_me:15668: \$? = $ac_status" >&5 12238 12278 (exit $ac_status); }; }; then 12239 12279 cf_iostream_namespace=yes 12240 12280 else 12241 @@ -15249,7 +156 56,7 @@12281 @@ -15249,7 +15674,7 @@ 12242 12282 cf_iostream_namespace=no 12243 12283 fi 12244 12284 rm -f conftest.$ac_objext conftest.$ac_ext 12245 12285 - echo "$as_me:15252: result: $cf_iostream_namespace" >&5 12246 + echo "$as_me:156 59: result: $cf_iostream_namespace" >&512286 + echo "$as_me:15677: result: $cf_iostream_namespace" >&5 12247 12287 echo "${ECHO_T}$cf_iostream_namespace" >&6 12248 12288 if test "$cf_iostream_namespace" = yes ; then 12249 12289 cat >>confdefs.h <<\EOF 12250 @@ -15259,7 +156 66,7 @@12290 @@ -15259,7 +15684,7 @@ 12251 12291 fi 12252 12292 fi 12253 12293 12254 12294 -echo "$as_me:15262: checking if we should include stdbool.h" >&5 12255 +echo "$as_me:156 69: checking if we should include stdbool.h" >&512295 +echo "$as_me:15687: checking if we should include stdbool.h" >&5 12256 12296 echo $ECHO_N "checking if we should include stdbool.h... $ECHO_C" >&6 12257 12297 12258 12298 if test "${cf_cv_header_stdbool_h+set}" = set; then 12259 @@ -15267,7 +156 74,7 @@12299 @@ -15267,7 +15692,7 @@ 12260 12300 else 12261 12301 12262 12302 cat >conftest.$ac_ext <<_ACEOF 12263 12303 -#line 15270 "configure" 12264 +#line 156 77"configure"12304 +#line 15695 "configure" 12265 12305 #include "confdefs.h" 12266 12306 12267 12307 int 12268 @@ -15279,23 +15 686,23 @@12308 @@ -15279,23 +15704,23 @@ 12269 12309 } 12270 12310 _ACEOF 12271 12311 rm -f conftest.$ac_objext 12272 12312 -if { (eval echo "$as_me:15282: \"$ac_compile\"") >&5 12273 +if { (eval echo "$as_me:15 689: \"$ac_compile\"") >&512313 +if { (eval echo "$as_me:15707: \"$ac_compile\"") >&5 12274 12314 (eval $ac_compile) 2>&5 12275 12315 ac_status=$? 12276 12316 - echo "$as_me:15285: \$? = $ac_status" >&5 12277 + echo "$as_me:15 692: \$? = $ac_status" >&512317 + echo "$as_me:15710: \$? = $ac_status" >&5 12278 12318 (exit $ac_status); } && 12279 12319 { ac_try='test -s conftest.$ac_objext' 12280 12320 - { (eval echo "$as_me:15288: \"$ac_try\"") >&5 12281 + { (eval echo "$as_me:15 695: \"$ac_try\"") >&512321 + { (eval echo "$as_me:15713: \"$ac_try\"") >&5 12282 12322 (eval $ac_try) 2>&5 12283 12323 ac_status=$? 12284 12324 - echo "$as_me:15291: \$? = $ac_status" >&5 12285 + echo "$as_me:15 698: \$? = $ac_status" >&512325 + echo "$as_me:15716: \$? = $ac_status" >&5 12286 12326 (exit $ac_status); }; }; then 12287 12327 cf_cv_header_stdbool_h=0 … … 12291 12331 cat >conftest.$ac_ext <<_ACEOF 12292 12332 -#line 15298 "configure" 12293 +#line 157 05"configure"12333 +#line 15723 "configure" 12294 12334 #include "confdefs.h" 12295 12335 12296 12336 #ifndef __BEOS__ 12297 @@ -15311,16 +157 18,16 @@12337 @@ -15311,16 +15736,16 @@ 12298 12338 } 12299 12339 _ACEOF 12300 12340 rm -f conftest.$ac_objext 12301 12341 -if { (eval echo "$as_me:15314: \"$ac_compile\"") >&5 12302 +if { (eval echo "$as_me:157 21: \"$ac_compile\"") >&512342 +if { (eval echo "$as_me:15739: \"$ac_compile\"") >&5 12303 12343 (eval $ac_compile) 2>&5 12304 12344 ac_status=$? 12305 12345 - echo "$as_me:15317: \$? = $ac_status" >&5 12306 + echo "$as_me:157 24: \$? = $ac_status" >&512346 + echo "$as_me:15742: \$? = $ac_status" >&5 12307 12347 (exit $ac_status); } && 12308 12348 { ac_try='test -s conftest.$ac_objext' 12309 12349 - { (eval echo "$as_me:15320: \"$ac_try\"") >&5 12310 + { (eval echo "$as_me:157 27: \"$ac_try\"") >&512350 + { (eval echo "$as_me:15745: \"$ac_try\"") >&5 12311 12351 (eval $ac_try) 2>&5 12312 12352 ac_status=$? 12313 12353 - echo "$as_me:15323: \$? = $ac_status" >&5 12314 + echo "$as_me:157 30: \$? = $ac_status" >&512354 + echo "$as_me:15748: \$? = $ac_status" >&5 12315 12355 (exit $ac_status); }; }; then 12316 12356 cf_cv_header_stdbool_h=1 12317 12357 else 12318 @@ -15334,13 +157 41,13 @@12358 @@ -15334,13 +15759,13 @@ 12319 12359 fi 12320 12360 12321 12361 if test "$cf_cv_header_stdbool_h" = 1 12322 12362 -then echo "$as_me:15337: result: yes" >&5 12323 +then echo "$as_me:157 44: result: yes" >&512363 +then echo "$as_me:15762: result: yes" >&5 12324 12364 echo "${ECHO_T}yes" >&6 12325 12365 -else echo "$as_me:15339: result: no" >&5 12326 +else echo "$as_me:157 46: result: no" >&512366 +else echo "$as_me:15764: result: no" >&5 12327 12367 echo "${ECHO_T}no" >&6 12328 12368 fi 12329 12369 12330 12370 -echo "$as_me:15343: checking for builtin bool type" >&5 12331 +echo "$as_me:157 50: checking for builtin bool type" >&512371 +echo "$as_me:15768: checking for builtin bool type" >&5 12332 12372 echo $ECHO_N "checking for builtin bool type... $ECHO_C" >&6 12333 12373 12334 12374 if test "${cf_cv_builtin_bool+set}" = set; then 12335 @@ -15348,7 +157 55,7 @@12375 @@ -15348,7 +15773,7 @@ 12336 12376 else 12337 12377 12338 12378 cat >conftest.$ac_ext <<_ACEOF 12339 12379 -#line 15351 "configure" 12340 +#line 157 58"configure"12380 +#line 15776 "configure" 12341 12381 #include "confdefs.h" 12342 12382 12343 12383 #include <stdio.h> 12344 @@ -15363,16 +157 70,16 @@12384 @@ -15363,16 +15788,16 @@ 12345 12385 } 12346 12386 _ACEOF 12347 12387 rm -f conftest.$ac_objext 12348 12388 -if { (eval echo "$as_me:15366: \"$ac_compile\"") >&5 12349 +if { (eval echo "$as_me:157 73: \"$ac_compile\"") >&512389 +if { (eval echo "$as_me:15791: \"$ac_compile\"") >&5 12350 12390 (eval $ac_compile) 2>&5 12351 12391 ac_status=$? 12352 12392 - echo "$as_me:15369: \$? = $ac_status" >&5 12353 + echo "$as_me:157 76: \$? = $ac_status" >&512393 + echo "$as_me:15794: \$? = $ac_status" >&5 12354 12394 (exit $ac_status); } && 12355 12395 { ac_try='test -s conftest.$ac_objext' 12356 12396 - { (eval echo "$as_me:15372: \"$ac_try\"") >&5 12357 + { (eval echo "$as_me:157 79: \"$ac_try\"") >&512397 + { (eval echo "$as_me:15797: \"$ac_try\"") >&5 12358 12398 (eval $ac_try) 2>&5 12359 12399 ac_status=$? 12360 12400 - echo "$as_me:15375: \$? = $ac_status" >&5 12361 + echo "$as_me:15 782: \$? = $ac_status" >&512401 + echo "$as_me:15800: \$? = $ac_status" >&5 12362 12402 (exit $ac_status); }; }; then 12363 12403 cf_cv_builtin_bool=1 12364 12404 else 12365 @@ -15385,13 +15 792,13 @@12405 @@ -15385,13 +15810,13 @@ 12366 12406 fi 12367 12407 12368 12408 if test "$cf_cv_builtin_bool" = 1 12369 12409 -then echo "$as_me:15388: result: yes" >&5 12370 +then echo "$as_me:15 795: result: yes" >&512410 +then echo "$as_me:15813: result: yes" >&5 12371 12411 echo "${ECHO_T}yes" >&6 12372 12412 -else echo "$as_me:15390: result: no" >&5 12373 +else echo "$as_me:15 797: result: no" >&512413 +else echo "$as_me:15815: result: no" >&5 12374 12414 echo "${ECHO_T}no" >&6 12375 12415 fi 12376 12416 12377 12417 -echo "$as_me:15394: checking for size of bool" >&5 12378 +echo "$as_me:158 01: checking for size of bool" >&512418 +echo "$as_me:15819: checking for size of bool" >&5 12379 12419 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6 12380 12420 if test "${cf_cv_type_of_bool+set}" = set; then 12381 12421 echo $ECHO_N "(cached) $ECHO_C" >&6 12382 @@ -15402,7 +158 09,7 @@12422 @@ -15402,7 +15827,7 @@ 12383 12423 cf_cv_type_of_bool=unknown 12384 12424 else 12385 12425 cat >conftest.$ac_ext <<_ACEOF 12386 12426 -#line 15405 "configure" 12387 +#line 158 12"configure"12427 +#line 15830 "configure" 12388 12428 #include "confdefs.h" 12389 12429 12390 12430 #include <stdlib.h> 12391 @@ -15444,15 +158 51,15 @@12431 @@ -15444,15 +15869,15 @@ 12392 12432 12393 12433 _ACEOF 12394 12434 rm -f conftest$ac_exeext 12395 12435 -if { (eval echo "$as_me:15447: \"$ac_link\"") >&5 12396 +if { (eval echo "$as_me:158 54: \"$ac_link\"") >&512436 +if { (eval echo "$as_me:15872: \"$ac_link\"") >&5 12397 12437 (eval $ac_link) 2>&5 12398 12438 ac_status=$? 12399 12439 - echo "$as_me:15450: \$? = $ac_status" >&5 12400 + echo "$as_me:158 57: \$? = $ac_status" >&512440 + echo "$as_me:15875: \$? = $ac_status" >&5 12401 12441 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12402 12442 - { (eval echo "$as_me:15452: \"$ac_try\"") >&5 12403 + { (eval echo "$as_me:158 59: \"$ac_try\"") >&512443 + { (eval echo "$as_me:15877: \"$ac_try\"") >&5 12404 12444 (eval $ac_try) 2>&5 12405 12445 ac_status=$? 12406 12446 - echo "$as_me:15455: \$? = $ac_status" >&5 12407 + echo "$as_me:158 62: \$? = $ac_status" >&512447 + echo "$as_me:15880: \$? = $ac_status" >&5 12408 12448 (exit $ac_status); }; }; then 12409 12449 cf_cv_type_of_bool=`cat cf_test.out` 12410 12450 if test -z "$cf_cv_type_of_bool"; then 12411 @@ -15470,18 +158 77,18 @@12451 @@ -15470,18 +15895,18 @@ 12412 12452 fi 12413 12453 12414 12454 rm -f cf_test.out 12415 12455 -echo "$as_me:15473: result: $cf_cv_type_of_bool" >&5 12416 +echo "$as_me:158 80: result: $cf_cv_type_of_bool" >&512456 +echo "$as_me:15898: result: $cf_cv_type_of_bool" >&5 12417 12457 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 12418 12458 if test "$cf_cv_type_of_bool" = unknown ; then … … 12421 12461 esac 12422 12462 - { echo "$as_me:15479: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 12423 + { echo "$as_me:15 886: WARNING: Assuming $NCURSES_BOOL for type of bool" >&512463 + { echo "$as_me:15904: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 12424 12464 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} 12425 12465 cf_cv_type_of_bool=$NCURSES_BOOL … … 12427 12467 12428 12468 -echo "$as_me:15484: checking for special defines needed for etip.h" >&5 12429 +echo "$as_me:15 891: checking for special defines needed for etip.h" >&512469 +echo "$as_me:15909: checking for special defines needed for etip.h" >&5 12430 12470 echo $ECHO_N "checking for special defines needed for etip.h... $ECHO_C" >&6 12431 12471 cf_save_CXXFLAGS="$CXXFLAGS" 12432 12472 cf_result="none" 12433 @@ -15493,7 +159 00,7 @@12473 @@ -15493,7 +15918,7 @@ 12434 12474 test -n "$cf_math" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_math}" 12435 12475 test -n "$cf_excp" && CXXFLAGS="$CXXFLAGS -DETIP_NEEDS_${cf_excp}" 12436 12476 cat >conftest.$ac_ext <<_ACEOF 12437 12477 -#line 15496 "configure" 12438 +#line 159 03"configure"12478 +#line 15921 "configure" 12439 12479 #include "confdefs.h" 12440 12480 12441 12481 #include <etip.h.in> 12442 @@ -15507,16 +159 14,16 @@12482 @@ -15507,16 +15932,16 @@ 12443 12483 } 12444 12484 _ACEOF 12445 12485 rm -f conftest.$ac_objext 12446 12486 -if { (eval echo "$as_me:15510: \"$ac_compile\"") >&5 12447 +if { (eval echo "$as_me:159 17: \"$ac_compile\"") >&512487 +if { (eval echo "$as_me:15935: \"$ac_compile\"") >&5 12448 12488 (eval $ac_compile) 2>&5 12449 12489 ac_status=$? 12450 12490 - echo "$as_me:15513: \$? = $ac_status" >&5 12451 + echo "$as_me:159 20: \$? = $ac_status" >&512491 + echo "$as_me:15938: \$? = $ac_status" >&5 12452 12492 (exit $ac_status); } && 12453 12493 { ac_try='test -s conftest.$ac_objext' 12454 12494 - { (eval echo "$as_me:15516: \"$ac_try\"") >&5 12455 + { (eval echo "$as_me:159 23: \"$ac_try\"") >&512495 + { (eval echo "$as_me:15941: \"$ac_try\"") >&5 12456 12496 (eval $ac_try) 2>&5 12457 12497 ac_status=$? 12458 12498 - echo "$as_me:15519: \$? = $ac_status" >&5 12459 + echo "$as_me:159 26: \$? = $ac_status" >&512499 + echo "$as_me:15944: \$? = $ac_status" >&5 12460 12500 (exit $ac_status); }; }; then 12461 12501 12462 12502 test -n "$cf_math" && cat >>confdefs.h <<EOF 12463 @@ -15537,12 +159 44,12 @@12503 @@ -15537,12 +15962,12 @@ 12464 12504 rm -f conftest.$ac_objext conftest.$ac_ext 12465 12505 done 12466 12506 done 12467 12507 -echo "$as_me:15540: result: $cf_result" >&5 12468 +echo "$as_me:159 47: result: $cf_result" >&512508 +echo "$as_me:15965: result: $cf_result" >&5 12469 12509 echo "${ECHO_T}$cf_result" >&6 12470 12510 CXXFLAGS="$cf_save_CXXFLAGS" … … 12472 12512 if test -n "$CXX"; then 12473 12513 -echo "$as_me:15545: checking if $CXX accepts parameter initialization" >&5 12474 +echo "$as_me:159 52: checking if $CXX accepts parameter initialization" >&512514 +echo "$as_me:15970: checking if $CXX accepts parameter initialization" >&5 12475 12515 echo $ECHO_N "checking if $CXX accepts parameter initialization... $ECHO_C" >&6 12476 12516 if test "${cf_cv_cpp_param_init+set}" = set; then 12477 12517 echo $ECHO_N "(cached) $ECHO_C" >&6 12478 @@ -15559,7 +159 66,7 @@12518 @@ -15559,7 +15984,7 @@ 12479 12519 cf_cv_cpp_param_init=unknown 12480 12520 else 12481 12521 cat >conftest.$ac_ext <<_ACEOF 12482 12522 -#line 15562 "configure" 12483 +#line 159 69"configure"12523 +#line 15987 "configure" 12484 12524 #include "confdefs.h" 12485 12525 12486 12526 class TEST { 12487 @@ -15578,15 +1 5985,15 @@12527 @@ -15578,15 +16003,15 @@ 12488 12528 12489 12529 _ACEOF 12490 12530 rm -f conftest$ac_exeext 12491 12531 -if { (eval echo "$as_me:15581: \"$ac_link\"") >&5 12492 +if { (eval echo "$as_me:1 5988: \"$ac_link\"") >&512532 +if { (eval echo "$as_me:16006: \"$ac_link\"") >&5 12493 12533 (eval $ac_link) 2>&5 12494 12534 ac_status=$? 12495 12535 - echo "$as_me:15584: \$? = $ac_status" >&5 12496 + echo "$as_me:1 5991: \$? = $ac_status" >&512536 + echo "$as_me:16009: \$? = $ac_status" >&5 12497 12537 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12498 12538 - { (eval echo "$as_me:15586: \"$ac_try\"") >&5 12499 + { (eval echo "$as_me:1 5993: \"$ac_try\"") >&512539 + { (eval echo "$as_me:16011: \"$ac_try\"") >&5 12500 12540 (eval $ac_try) 2>&5 12501 12541 ac_status=$? 12502 12542 - echo "$as_me:15589: \$? = $ac_status" >&5 12503 + echo "$as_me:1 5996: \$? = $ac_status" >&512543 + echo "$as_me:16014: \$? = $ac_status" >&5 12504 12544 (exit $ac_status); }; }; then 12505 12545 cf_cv_cpp_param_init=yes 12506 12546 else 12507 @@ -15605,7 +160 12,7 @@12547 @@ -15605,7 +16030,7 @@ 12508 12548 ac_main_return=return 12509 12549 12510 12550 fi 12511 12551 -echo "$as_me:15608: result: $cf_cv_cpp_param_init" >&5 12512 +echo "$as_me:160 15: result: $cf_cv_cpp_param_init" >&512552 +echo "$as_me:16033: result: $cf_cv_cpp_param_init" >&5 12513 12553 echo "${ECHO_T}$cf_cv_cpp_param_init" >&6 12514 12554 fi 12515 12555 test "$cf_cv_cpp_param_init" = yes && cat >>confdefs.h <<\EOF 12516 @@ -15614,7 +160 21,7 @@12556 @@ -15614,7 +16039,7 @@ 12517 12557 12518 12558 if test -n "$CXX"; then 12519 12559 12520 12560 -echo "$as_me:15617: checking if $CXX accepts static_cast" >&5 12521 +echo "$as_me:160 24: checking if $CXX accepts static_cast" >&512561 +echo "$as_me:16042: checking if $CXX accepts static_cast" >&5 12522 12562 echo $ECHO_N "checking if $CXX accepts static_cast... $ECHO_C" >&6 12523 12563 if test "${cf_cv_cpp_static_cast+set}" = set; then 12524 12564 echo $ECHO_N "(cached) $ECHO_C" >&6 12525 @@ -15628,7 +160 35,7 @@12565 @@ -15628,7 +16053,7 @@ 12526 12566 ac_main_return=return 12527 12567 12528 12568 cat >conftest.$ac_ext <<_ACEOF 12529 12569 -#line 15631 "configure" 12530 +#line 160 38"configure"12570 +#line 16056 "configure" 12531 12571 #include "confdefs.h" 12532 12572 12533 12573 class NCursesPanel 12534 @@ -15672,16 +160 79,16 @@12574 @@ -15672,16 +16097,16 @@ 12535 12575 } 12536 12576 _ACEOF 12537 12577 rm -f conftest.$ac_objext 12538 12578 -if { (eval echo "$as_me:15675: \"$ac_compile\"") >&5 12539 +if { (eval echo "$as_me:16 082: \"$ac_compile\"") >&512579 +if { (eval echo "$as_me:16100: \"$ac_compile\"") >&5 12540 12580 (eval $ac_compile) 2>&5 12541 12581 ac_status=$? 12542 12582 - echo "$as_me:15678: \$? = $ac_status" >&5 12543 + echo "$as_me:16 085: \$? = $ac_status" >&512583 + echo "$as_me:16103: \$? = $ac_status" >&5 12544 12584 (exit $ac_status); } && 12545 12585 { ac_try='test -s conftest.$ac_objext' 12546 12586 - { (eval echo "$as_me:15681: \"$ac_try\"") >&5 12547 + { (eval echo "$as_me:16 088: \"$ac_try\"") >&512587 + { (eval echo "$as_me:16106: \"$ac_try\"") >&5 12548 12588 (eval $ac_try) 2>&5 12549 12589 ac_status=$? 12550 12590 - echo "$as_me:15684: \$? = $ac_status" >&5 12551 + echo "$as_me:16 091: \$? = $ac_status" >&512591 + echo "$as_me:16109: \$? = $ac_status" >&5 12552 12592 (exit $ac_status); }; }; then 12553 12593 cf_cv_cpp_static_cast=yes 12554 12594 else 12555 @@ -15699,7 +161 06,7 @@12595 @@ -15699,7 +16124,7 @@ 12556 12596 ac_main_return=return 12557 12597 12558 12598 fi 12559 12599 -echo "$as_me:15702: result: $cf_cv_cpp_static_cast" >&5 12560 +echo "$as_me:161 09: result: $cf_cv_cpp_static_cast" >&512600 +echo "$as_me:16127: result: $cf_cv_cpp_static_cast" >&5 12561 12601 echo "${ECHO_T}$cf_cv_cpp_static_cast" >&6 12562 12602 12563 12603 fi 12564 @@ -15709,12 +161 16,12 @@12604 @@ -15709,12 +16134,12 @@ 12565 12605 EOF 12566 12606 … … 12577 12617 ;; 12578 12618 sco3.2v5*) #(vi 12579 @@ -15723,7 +161 30,7 @@12619 @@ -15723,7 +16148,7 @@ 12580 12620 solaris2*) 12581 12621 if test "$GXX" != yes ; then … … 12586 12626 ;; 12587 12627 esac 12588 @@ -15747,7 +161 54,7 @@12628 @@ -15747,7 +16172,7 @@ 12589 12629 else 12590 12630 if test "$cf_cv_header_stdbool_h" = 1 ; then 12591 12631 12592 12632 -echo "$as_me:15750: checking for size of bool" >&5 12593 +echo "$as_me:161 57: checking for size of bool" >&512633 +echo "$as_me:16175: checking for size of bool" >&5 12594 12634 echo $ECHO_N "checking for size of bool... $ECHO_C" >&6 12595 12635 if test "${cf_cv_type_of_bool+set}" = set; then 12596 12636 echo $ECHO_N "(cached) $ECHO_C" >&6 12597 @@ -15758,7 +161 65,7 @@12637 @@ -15758,7 +16183,7 @@ 12598 12638 cf_cv_type_of_bool=unknown 12599 12639 else 12600 12640 cat >conftest.$ac_ext <<_ACEOF 12601 12641 -#line 15761 "configure" 12602 +#line 161 68"configure"12642 +#line 16186 "configure" 12603 12643 #include "confdefs.h" 12604 12644 12605 12645 #include <stdlib.h> 12606 @@ -15800,15 +162 07,15 @@12646 @@ -15800,15 +16225,15 @@ 12607 12647 12608 12648 _ACEOF 12609 12649 rm -f conftest$ac_exeext 12610 12650 -if { (eval echo "$as_me:15803: \"$ac_link\"") >&5 12611 +if { (eval echo "$as_me:162 10: \"$ac_link\"") >&512651 +if { (eval echo "$as_me:16228: \"$ac_link\"") >&5 12612 12652 (eval $ac_link) 2>&5 12613 12653 ac_status=$? 12614 12654 - echo "$as_me:15806: \$? = $ac_status" >&5 12615 + echo "$as_me:162 13: \$? = $ac_status" >&512655 + echo "$as_me:16231: \$? = $ac_status" >&5 12616 12656 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' 12617 12657 - { (eval echo "$as_me:15808: \"$ac_try\"") >&5 12618 + { (eval echo "$as_me:162 15: \"$ac_try\"") >&512658 + { (eval echo "$as_me:16233: \"$ac_try\"") >&5 12619 12659 (eval $ac_try) 2>&5 12620 12660 ac_status=$? 12621 12661 - echo "$as_me:15811: \$? = $ac_status" >&5 12622 + echo "$as_me:162 18: \$? = $ac_status" >&512662 + echo "$as_me:16236: \$? = $ac_status" >&5 12623 12663 (exit $ac_status); }; }; then 12624 12664 cf_cv_type_of_bool=`cat cf_test.out` 12625 12665 if test -z "$cf_cv_type_of_bool"; then 12626 @@ -15826,25 +162 33,25 @@12666 @@ -15826,25 +16251,25 @@ 12627 12667 fi 12628 12668 12629 12669 rm -f cf_test.out 12630 12670 -echo "$as_me:15829: result: $cf_cv_type_of_bool" >&5 12631 +echo "$as_me:162 36: result: $cf_cv_type_of_bool" >&512671 +echo "$as_me:16254: result: $cf_cv_type_of_bool" >&5 12632 12672 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 12633 12673 if test "$cf_cv_type_of_bool" = unknown ; then … … 12636 12676 esac 12637 12677 - { echo "$as_me:15835: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 12638 + { echo "$as_me:162 42: WARNING: Assuming $NCURSES_BOOL for type of bool" >&512678 + { echo "$as_me:16260: WARNING: Assuming $NCURSES_BOOL for type of bool" >&5 12639 12679 echo "$as_me: WARNING: Assuming $NCURSES_BOOL for type of bool" >&2;} 12640 12680 cf_cv_type_of_bool=$NCURSES_BOOL … … 12643 12683 else 12644 12684 - echo "$as_me:15841: checking for fallback type of bool" >&5 12645 + echo "$as_me:162 48: checking for fallback type of bool" >&512685 + echo "$as_me:16266: checking for fallback type of bool" >&5 12646 12686 echo $ECHO_N "checking for fallback type of bool... $ECHO_C" >&6 12647 12687 case "$host_cpu" in #(vi … … 12650 12690 esac 12651 12691 - echo "$as_me:15847: result: $cf_cv_type_of_bool" >&5 12652 + echo "$as_me:162 54: result: $cf_cv_type_of_bool" >&512692 + echo "$as_me:16272: result: $cf_cv_type_of_bool" >&5 12653 12693 echo "${ECHO_T}$cf_cv_type_of_bool" >&6 12654 12694 fi 12655 12695 fi 12656 @@ -15873,7 +162 80,7 @@12696 @@ -15873,7 +16298,7 @@ 12657 12697 12658 12698 if test "$cf_with_ada" != "no" ; then 12659 12699 if test "$with_libtool" != "no"; then 12660 12700 - { echo "$as_me:15876: WARNING: libtool does not support Ada - disabling feature" >&5 12661 + { echo "$as_me:16 283: WARNING: libtool does not support Ada - disabling feature" >&512701 + { echo "$as_me:16301: WARNING: libtool does not support Ada - disabling feature" >&5 12662 12702 echo "$as_me: WARNING: libtool does not support Ada - disabling feature" >&2;} 12663 12703 cf_with_ada=no 12664 12704 fi 12665 @@ -15883,7 +16 290,7 @@12705 @@ -15883,7 +16308,7 @@ 12666 12706 cf_ada_make=gnatmake 12667 12707 # Extract the first word of "$cf_ada_make", so it can be a program name with args. 12668 12708 set dummy $cf_ada_make; ac_word=$2 12669 12709 -echo "$as_me:15886: checking for $ac_word" >&5 12670 +echo "$as_me:16 293: checking for $ac_word" >&512710 +echo "$as_me:16311: checking for $ac_word" >&5 12671 12711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12672 12712 if test "${ac_cv_prog_gnat_exists+set}" = set; then 12673 12713 echo $ECHO_N "(cached) $ECHO_C" >&6 12674 @@ -15898,7 +163 05,7 @@12714 @@ -15898,7 +16323,7 @@ 12675 12715 test -z "$ac_dir" && ac_dir=. 12676 12716 $as_executable_p "$ac_dir/$ac_word" || continue 12677 12717 ac_cv_prog_gnat_exists="yes" 12678 12718 -echo "$as_me:15901: found $ac_dir/$ac_word" >&5 12679 +echo "$as_me:163 08: found $ac_dir/$ac_word" >&512719 +echo "$as_me:16326: found $ac_dir/$ac_word" >&5 12680 12720 break 12681 12721 done 12682 12722 12683 @@ -15907,10 +163 14,10 @@12723 @@ -15907,10 +16332,10 @@ 12684 12724 fi 12685 12725 gnat_exists=$ac_cv_prog_gnat_exists 12686 12726 if test -n "$gnat_exists"; then 12687 12727 - echo "$as_me:15910: result: $gnat_exists" >&5 12688 + echo "$as_me:163 17: result: $gnat_exists" >&512728 + echo "$as_me:16335: result: $gnat_exists" >&5 12689 12729 echo "${ECHO_T}$gnat_exists" >&6 12690 12730 else 12691 12731 - echo "$as_me:15913: result: no" >&5 12692 + echo "$as_me:163 20: result: no" >&512732 + echo "$as_me:16338: result: no" >&5 12693 12733 echo "${ECHO_T}no" >&6 12694 12734 fi 12695 12735 12696 @@ -15918,11 +163 25,11 @@12736 @@ -15918,11 +16343,11 @@ 12697 12737 cf_ada_make= 12698 12738 else 12699 12739 12700 12740 -echo "$as_me:15921: checking for gnat version" >&5 12701 +echo "$as_me:163 28: checking for gnat version" >&512741 +echo "$as_me:16346: checking for gnat version" >&5 12702 12742 echo $ECHO_N "checking for gnat version... $ECHO_C" >&6 12703 12743 cf_gnat_version=`${cf_ada_make-gnatmake} -v 2>&1 | grep '[0-9].[0-9][0-9]*' |\ 12704 12744 sed -e '2,$d' -e 's/[^0-9 \.]//g' -e 's/^[ ]*//' -e 's/ .*//'` 12705 12745 -echo "$as_me:15925: result: $cf_gnat_version" >&5 12706 +echo "$as_me:163 32: result: $cf_gnat_version" >&512746 +echo "$as_me:16350: result: $cf_gnat_version" >&5 12707 12747 echo "${ECHO_T}$cf_gnat_version" >&6 12708 12748 12709 12749 case $cf_gnat_version in 12710 @@ -15945,7 +163 52,7 @@12750 @@ -15945,7 +16370,7 @@ 12711 12751 12712 12752 # Extract the first word of "m4", so it can be a program name with args. 12713 12753 set dummy m4; ac_word=$2 12714 12754 -echo "$as_me:15948: checking for $ac_word" >&5 12715 +echo "$as_me:163 55: checking for $ac_word" >&512755 +echo "$as_me:16373: checking for $ac_word" >&5 12716 12756 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6 12717 12757 if test "${ac_cv_prog_M4_exists+set}" = set; then 12718 12758 echo $ECHO_N "(cached) $ECHO_C" >&6 12719 @@ -15960,7 +163 67,7 @@12759 @@ -15960,7 +16385,7 @@ 12720 12760 test -z "$ac_dir" && ac_dir=. 12721 12761 $as_executable_p "$ac_dir/$ac_word" || continue 12722 12762 ac_cv_prog_M4_exists="yes" 12723 12763 -echo "$as_me:15963: found $ac_dir/$ac_word" >&5 12724 +echo "$as_me:163 70: found $ac_dir/$ac_word" >&512764 +echo "$as_me:16388: found $ac_dir/$ac_word" >&5 12725 12765 break 12726 12766 done 12727 12767 12728 @@ -15969,10 +163 76,10 @@12768 @@ -15969,10 +16394,10 @@ 12729 12769 fi 12730 12770 M4_exists=$ac_cv_prog_M4_exists 12731 12771 if test -n "$M4_exists"; then 12732 12772 - echo "$as_me:15972: result: $M4_exists" >&5 12733 + echo "$as_me:163 79: result: $M4_exists" >&512773 + echo "$as_me:16397: result: $M4_exists" >&5 12734 12774 echo "${ECHO_T}$M4_exists" >&6 12735 12775 else 12736 12776 - echo "$as_me:15975: result: no" >&5 12737 + echo "$as_me:16 382: result: no" >&512777 + echo "$as_me:16400: result: no" >&5 12738 12778 echo "${ECHO_T}no" >&6 12739 12779 fi 12740 12780 12741 @@ -15981,7 +16 388,7 @@12781 @@ -15981,7 +16406,7 @@ 12742 12782 echo Ada95 binding required program m4 not found. Ada95 binding disabled. 12743 12783 fi 12744 12784 if test "$cf_cv_prog_gnat_correct" = yes; then 12745 12785 - echo "$as_me:15984: checking if GNAT works" >&5 12746 + echo "$as_me:16 391: checking if GNAT works" >&512786 + echo "$as_me:16409: checking if GNAT works" >&5 12747 12787 echo $ECHO_N "checking if GNAT works... $ECHO_C" >&6 12748 12788 12749 12789 rm -f conftest* 12750 @@ -16009,14 +164 16,14 @@12790 @@ -16009,14 +16434,14 @@ 12751 12791 fi 12752 12792 rm -f conftest* 12753 12793 12754 12794 - echo "$as_me:16012: result: $cf_cv_prog_gnat_correct" >&5 12755 + echo "$as_me:164 19: result: $cf_cv_prog_gnat_correct" >&512795 + echo "$as_me:16437: result: $cf_cv_prog_gnat_correct" >&5 12756 12796 echo "${ECHO_T}$cf_cv_prog_gnat_correct" >&6 12757 12797 fi … … 12761 12801 12762 12802 - echo "$as_me:16019: checking if GNAT pragma Unreferenced works" >&5 12763 + echo "$as_me:164 26: checking if GNAT pragma Unreferenced works" >&512803 + echo "$as_me:16444: checking if GNAT pragma Unreferenced works" >&5 12764 12804 echo $ECHO_N "checking if GNAT pragma Unreferenced works... $ECHO_C" >&6 12765 12805 12766 12806 rm -f conftest* 12767 @@ -16043,7 +164 50,7 @@12807 @@ -16043,7 +16468,7 @@ 12768 12808 fi 12769 12809 rm -f conftest* 12770 12810 12771 12811 - echo "$as_me:16046: result: $cf_cv_pragma_unreferenced" >&5 12772 + echo "$as_me:164 53: result: $cf_cv_pragma_unreferenced" >&512812 + echo "$as_me:16471: result: $cf_cv_pragma_unreferenced" >&5 12773 12813 echo "${ECHO_T}$cf_cv_pragma_unreferenced" >&6 12774 12814 12775 12815 # if the pragma is supported, use it (needed in the Trace code). 12776 @@ -16096,7 +165 03,7 @@12816 @@ -16096,7 +16521,7 @@ 12777 12817 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 12778 12818 ;; 12779 12819 *) 12780 12820 - { { echo "$as_me:16099: error: expected a pathname, not \"$withval\"" >&5 12781 + { { echo "$as_me:165 06: error: expected a pathname, not \"$withval\"" >&512821 + { { echo "$as_me:16524: error: expected a pathname, not \"$withval\"" >&5 12782 12822 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 12783 12823 { (exit 1); exit 1; }; } 12784 12824 ;; 12785 @@ -16138,7 +165 45,7 @@12825 @@ -16138,7 +16563,7 @@ 12786 12826 withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%` 12787 12827 ;; 12788 12828 *) 12789 12829 - { { echo "$as_me:16141: error: expected a pathname, not \"$withval\"" >&5 12790 + { { echo "$as_me:165 48: error: expected a pathname, not \"$withval\"" >&512830 + { { echo "$as_me:16566: error: expected a pathname, not \"$withval\"" >&5 12791 12831 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;} 12792 12832 { (exit 1); exit 1; }; } 12793 12833 ;; 12794 @@ -16163,7 +165 70,7 @@12834 @@ -16163,7 +16588,7 @@ 12795 12835 ### chooses to split module lists into libraries. 12796 12836 ### 12797 12837 ### (see CF_LIB_RULES). 12798 12838 -echo "$as_me:16166: checking for library subsets" >&5 12799 +echo "$as_me:165 73: checking for library subsets" >&512839 +echo "$as_me:16591: checking for library subsets" >&5 12800 12840 echo $ECHO_N "checking for library subsets... $ECHO_C" >&6 12801 12841 LIB_SUBSETS= 12802 12842 12803 @@ -16176,7 +16 583,17 @@12843 @@ -16176,7 +16601,17 @@ 12804 12844 fi 12805 12845 fi … … 12820 12860 if test "$with_termlib" != no ; then 12821 12861 LIB_SUBSETS="${LIB_SUBSETS} " 12822 @@ -16185,17 +166 02,18 @@12862 @@ -16185,17 +16620,18 @@ 12823 12863 fi 12824 12864 … … 12829 12869 12830 12870 -echo "$as_me:16191: result: $LIB_SUBSETS" >&5 12831 +echo "$as_me:166 09: result: $LIB_SUBSETS" >&512871 +echo "$as_me:16627: result: $LIB_SUBSETS" >&5 12832 12872 echo "${ECHO_T}$LIB_SUBSETS" >&6 12833 12873 … … 12842 12882 if test "$GCC" != yes; then 12843 12883 CPPFLAGS="$CPPFLAGS -I\${includedir}" 12844 @@ -16226,7 +166 44,7 @@12884 @@ -16226,7 +16662,7 @@ 12845 12885 fi 12846 12886 12847 12887 ### Build up pieces for makefile rules 12848 12888 -echo "$as_me:16229: checking default library suffix" >&5 12849 +echo "$as_me:166 47: checking default library suffix" >&512889 +echo "$as_me:16665: checking default library suffix" >&5 12850 12890 echo $ECHO_N "checking default library suffix... $ECHO_C" >&6 12851 12891 12852 12892 case $DFT_LWR_MODEL in 12853 @@ -16237,46 +166 55,50 @@12893 @@ -16237,46 +16673,50 @@ 12854 12894 shared) DFT_ARG_SUFFIX='' ;; 12855 12895 esac 12856 12896 test -n "$LIB_SUFFIX" && DFT_ARG_SUFFIX="${LIB_SUFFIX}${DFT_ARG_SUFFIX}" 12857 12897 -echo "$as_me:16240: result: $DFT_ARG_SUFFIX" >&5 12858 +echo "$as_me:166 58: result: $DFT_ARG_SUFFIX" >&512898 +echo "$as_me:16676: result: $DFT_ARG_SUFFIX" >&5 12859 12899 echo "${ECHO_T}$DFT_ARG_SUFFIX" >&6 12860 12900 12861 12901 -echo "$as_me:16243: checking default library-dependency suffix" >&5 12862 +echo "$as_me:166 61: checking default library-dependency suffix" >&512902 +echo "$as_me:16679: checking default library-dependency suffix" >&5 12863 12903 echo $ECHO_N "checking default library-dependency suffix... $ECHO_C" >&6 12864 12904 … … 12915 12955 DFT_DEP_SUFFIX=$DFT_LIB_SUFFIX 12916 12956 ;; 12917 @@ -16289,10 +167 11,10 @@12957 @@ -16289,10 +16729,10 @@ 12918 12958 esac 12919 12959 test -n "$LIB_SUFFIX" && DFT_LIB_SUFFIX="${LIB_SUFFIX}${DFT_LIB_SUFFIX}" 12920 12960 test -n "$LIB_SUFFIX" && DFT_DEP_SUFFIX="${LIB_SUFFIX}${DFT_DEP_SUFFIX}" 12921 12961 -echo "$as_me:16292: result: $DFT_DEP_SUFFIX" >&5 12922 +echo "$as_me:167 14: result: $DFT_DEP_SUFFIX" >&512962 +echo "$as_me:16732: result: $DFT_DEP_SUFFIX" >&5 12923 12963 echo "${ECHO_T}$DFT_DEP_SUFFIX" >&6 12924 12964 12925 12965 -echo "$as_me:16295: checking default object directory" >&5 12926 +echo "$as_me:167 17: checking default object directory" >&512966 +echo "$as_me:16735: checking default object directory" >&5 12927 12967 echo $ECHO_N "checking default object directory... $ECHO_C" >&6 12928 12968 12929 12969 case $DFT_LWR_MODEL in 12930 @@ -16308,51 +167 30,55 @@12970 @@ -16308,51 +16748,55 @@ 12931 12971 DFT_OBJ_SUBDIR='obj_s' ;; 12932 12972 esac 12933 12973 esac 12934 12974 -echo "$as_me:16311: result: $DFT_OBJ_SUBDIR" >&5 12935 +echo "$as_me:167 33: result: $DFT_OBJ_SUBDIR" >&512975 +echo "$as_me:16751: result: $DFT_OBJ_SUBDIR" >&5 12936 12976 echo "${ECHO_T}$DFT_OBJ_SUBDIR" >&6 12937 12977 … … 12939 12979 if test "$cf_with_cxx" = yes ; then 12940 12980 -echo "$as_me:16316: checking c++ library-dependency suffix" >&5 12941 +echo "$as_me:167 38: checking c++ library-dependency suffix" >&512981 +echo "$as_me:16756: checking c++ library-dependency suffix" >&5 12942 12982 echo $ECHO_N "checking c++ library-dependency suffix... $ECHO_C" >&6 12943 12983 if test "$with_libtool" != "no"; then … … 12997 13037 CXX_DEP_SUFFIX=$CXX_LIB_SUFFIX 12998 13038 ;; 12999 @@ -16366,7 +16 792,7 @@13039 @@ -16366,7 +16810,7 @@ 13000 13040 test -n "$LIB_SUFFIX" && CXX_LIB_SUFFIX="${LIB_SUFFIX}${CXX_LIB_SUFFIX}" 13001 13041 test -n "$LIB_SUFFIX" && CXX_DEP_SUFFIX="${LIB_SUFFIX}${CXX_DEP_SUFFIX}" 13002 13042 fi 13003 13043 -echo "$as_me:16369: result: $CXX_LIB_SUFFIX" >&5 13004 +echo "$as_me:16 795: result: $CXX_LIB_SUFFIX" >&513044 +echo "$as_me:16813: result: $CXX_LIB_SUFFIX" >&5 13005 13045 echo "${ECHO_T}$CXX_LIB_SUFFIX" >&6 13006 13046 13007 13047 fi 13008 @@ -16431,6 +168 57,8 @@13048 @@ -16431,6 +16875,8 @@ 13009 13049 TEST_ARGS="${TEST_DEPS}" 13010 13050 TEST_ARG2="${TEST_DEP2}" … … 13015 13055 TEST_ARGS="-l${TINFO_ARG_SUFFIX}" 13016 13056 TEST_ARG2="-l${TINFO_ARG_SUFFIX}" 13017 @@ -16480,7 +169 08,7 @@13057 @@ -16480,7 +16926,7 @@ 13018 13058 13019 13059 if test "$GCC" = yes ; then … … 13024 13064 LDFLAGS_SHARED= 13025 13065 ;; 13026 @@ -16491,7 +169 19,7 @@13066 @@ -16491,7 +16937,7 @@ 13027 13067 esac 13028 13068 else … … 13033 13073 LDFLAGS_SHARED=-bdynamic 13034 13074 ;; 13035 @@ -16519,12 +169 47,12 @@13075 @@ -16519,12 +16965,12 @@ 13036 13076 ;; 13037 13077 esac 13038 13078 13039 13079 -echo "$as_me:16522: checking where we will install curses.h" >&5 13040 +echo "$as_me:169 50: checking where we will install curses.h" >&513080 +echo "$as_me:16968: checking where we will install curses.h" >&5 13041 13081 echo $ECHO_N "checking where we will install curses.h... $ECHO_C" >&6 13042 13082 test "$with_overwrite" = no && \ … … 13044 13084 includedir='${prefix}/include/ncurses'${LIB_SUFFIX} 13045 13085 -echo "$as_me:16527: result: $includedir" >&5 13046 +echo "$as_me:169 55: result: $includedir" >&513086 +echo "$as_me:16973: result: $includedir" >&5 13047 13087 echo "${ECHO_T}$includedir" >&6 13048 13088 13049 13089 ### Resolve a conflict between normal and wide-curses by forcing applications 13050 @@ -16532,10 +169 60,11 @@13090 @@ -16532,10 +16978,11 @@ 13051 13091 if test "$with_overwrite" != no ; then 13052 13092 if test "$NCURSES_LIBUTF8" = 1 ; then 13053 13093 NCURSES_LIBUTF8='defined(HAVE_LIBUTF8_H)' 13054 13094 - { echo "$as_me:16535: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 13055 + { echo "$as_me:169 63: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&513095 + { echo "$as_me:16981: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&5 13056 13096 echo "$as_me: WARNING: Wide-character applications must define HAVE_LIBUTF8_H to include curses.h" >&2;} 13057 13097 fi … … 13061 13101 # used to separate tack out of the tree 13062 13102 NCURSES_TREE= 13063 @@ -16548,7 +169 77,7 @@13103 @@ -16548,7 +16995,7 @@ 13064 13104 ### Construct the list of subdirectories for which we'll customize makefiles 13065 13105 ### with the appropriate compile-rules. 13066 13106 13067 13107 -echo "$as_me:16551: checking for src modules" >&5 13068 +echo "$as_me:169 80: checking for src modules" >&513108 +echo "$as_me:16998: checking for src modules" >&5 13069 13109 echo $ECHO_N "checking for src modules... $ECHO_C" >&6 13070 13110 13071 13111 # dependencies and linker-arguments for test-programs 13072 @@ -16611,13 +170 40,17 @@13112 @@ -16611,13 +17058,17 @@ 13073 13113 fi 13074 13114 fi 13075 13115 done 13076 13116 -echo "$as_me:16614: result: $cf_cv_src_modules" >&5 13077 +echo "$as_me:170 43: result: $cf_cv_src_modules" >&513117 +echo "$as_me:17061: result: $cf_cv_src_modules" >&5 13078 13118 echo "${ECHO_T}$cf_cv_src_modules" >&6 13079 13119 … … 13090 13130 do 13091 13131 SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir" 13092 @@ -16628,8 +170 61,8 @@13132 @@ -16628,8 +17079,8 @@ 13093 13133 13094 13134 ADA_SUBDIRS= … … 13101 13141 13102 13142 SUB_MAKEFILES= 13103 @@ -16639,15 +170 72,15 @@13143 @@ -16639,15 +17090,15 @@ 13104 13144 done 13105 13145 … … 13122 13162 13123 13163 DIRS_TO_MAKE="lib" 13124 @@ -16680,7 +171 13,7 @@13164 @@ -16680,7 +17131,7 @@ 13125 13165 done 13126 13166 … … 13131 13171 13132 13172 cat >>confdefs.h <<EOF 13133 @@ -16749,7 +17 182,7 @@13173 @@ -16749,7 +17200,7 @@ 13134 13174 13135 13175 if test -n "$cf_new_cppflags" ; then … … 13140 13180 13141 13181 if test -n "$cf_new_extra_cppflags" ; then 13142 @@ -16760,18 +17 193,18 @@13182 @@ -16760,18 +17211,18 @@ 13143 13183 ### If we're building with rpath, try to link non-standard libs that way too. 13144 13184 if test "$DFT_LWR_MODEL" = "shared"; then 13145 13185 13146 13186 -echo "$as_me:16763: checking for updated LDFLAGS" >&5 13147 +echo "$as_me:17 196: checking for updated LDFLAGS" >&513187 +echo "$as_me:17214: checking for updated LDFLAGS" >&5 13148 13188 echo $ECHO_N "checking for updated LDFLAGS... $ECHO_C" >&6 13149 13189 if test -n "$LDFLAGS" ; then 13150 13190 -echo "$as_me:16766: result: maybe" >&5 13151 +echo "$as_me:17 199: result: maybe" >&513191 +echo "$as_me:17217: result: maybe" >&5 13152 13192 echo "${ECHO_T}maybe" >&6 13153 13193 test -n "$verbose" && echo " ...checking LDFLAGS $LDFLAGS" 1>&6 13154 13194 13155 13195 -echo "${as_me-configure}:16770: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 13156 +echo "${as_me-configure}:172 03: testing ...checking LDFLAGS $LDFLAGS ..." 1>&513196 +echo "${as_me-configure}:17221: testing ...checking LDFLAGS $LDFLAGS ..." 1>&5 13157 13197 13158 13198 test -n "$verbose" && echo " ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 13159 13199 13160 13200 -echo "${as_me-configure}:16774: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 13161 +echo "${as_me-configure}:172 07: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&513201 +echo "${as_me-configure}:17225: testing ...checking EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 13162 13202 13163 13203 case "$EXTRA_LDFLAGS" in #(vi 13164 13204 -Wl,-rpath,*) #(vi 13165 @@ -16793,7 +172 26,7 @@13205 @@ -16793,7 +17244,7 @@ 13166 13206 do 13167 13207 test -n "$verbose" && echo " Filtering $cf_rpath_src" 1>&6 13168 13208 13169 13209 -echo "${as_me-configure}:16796: testing Filtering $cf_rpath_src ..." 1>&5 13170 +echo "${as_me-configure}:172 29: testing Filtering $cf_rpath_src ..." 1>&513210 +echo "${as_me-configure}:17247: testing Filtering $cf_rpath_src ..." 1>&5 13171 13211 13172 13212 case $cf_rpath_src in #(vi 13173 13213 -L*) #(vi 13174 @@ -16804,7 +172 37,7 @@13214 @@ -16804,7 +17255,7 @@ 13175 13215 fi 13176 13216 test -n "$verbose" && echo " ...Filter $cf_rpath_tmp" 1>&6 13177 13217 13178 13218 -echo "${as_me-configure}:16807: testing ...Filter $cf_rpath_tmp ..." 1>&5 13179 +echo "${as_me-configure}:172 40: testing ...Filter $cf_rpath_tmp ..." 1>&513219 +echo "${as_me-configure}:17258: testing ...Filter $cf_rpath_tmp ..." 1>&5 13180 13220 13181 13221 EXTRA_LDFLAGS="$cf_rpath_tmp $EXTRA_LDFLAGS" 13182 13222 ;; 13183 @@ -16814,15 +172 47,15 @@13223 @@ -16814,15 +17265,15 @@ 13184 13224 LDFLAGS=$cf_rpath_dst 13185 13225 test -n "$verbose" && echo " ...checked LDFLAGS $LDFLAGS" 1>&6 13186 13226 13187 13227 -echo "${as_me-configure}:16817: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 13188 +echo "${as_me-configure}:172 50: testing ...checked LDFLAGS $LDFLAGS ..." 1>&513228 +echo "${as_me-configure}:17268: testing ...checked LDFLAGS $LDFLAGS ..." 1>&5 13189 13229 13190 13230 test -n "$verbose" && echo " ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS" 1>&6 13191 13231 13192 13232 -echo "${as_me-configure}:16821: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 13193 +echo "${as_me-configure}:172 54: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&513233 +echo "${as_me-configure}:17272: testing ...checked EXTRA_LDFLAGS $EXTRA_LDFLAGS ..." 1>&5 13194 13234 13195 13235 fi 13196 13236 else 13197 13237 -echo "$as_me:16825: result: no" >&5 13198 +echo "$as_me:172 58: result: no" >&513238 +echo "$as_me:17276: result: no" >&5 13199 13239 echo "${ECHO_T}no" >&6 13200 13240 fi 13201 13241 13202 @@ -16849, 8 +17282,18@@13242 @@ -16849,9 +17300,19 @@ 13203 13243 fi 13204 13244 … … 13209 13249 + 13210 13250 SUB_MAKEFILES="$SUB_MAKEFILES misc/ncurses-config:misc/ncurses-config.in" 13251 -ac_config_files="$ac_config_files include/MKterm.h.awk include/curses.head:include/curses.h.in include/termcap.h include/unctrl.h $SUB_MAKEFILES Makefile" 13211 13252 + 13212 13253 +if test x"$enable_pc_files" = xyes ; then \ … … 13217 13258 +fi 13218 13259 + 13219 ac_config_files="$ac_config_files include/MKterm.h.awk include/curses.head:include/curses.h.ininclude/termcap.h include/unctrl.h $SUB_MAKEFILES Makefile"13260 +ac_config_files="$ac_config_files include/MKterm.h.awk include/curses.head:include/curses.h.in include/ncurses_dll.h include/termcap.h include/unctrl.h $SUB_MAKEFILES Makefile" 13220 13261 ac_config_commands="$ac_config_commands default" 13221 13262 cat >confcache <<\_ACEOF 13222 @@ -16932,7 +17375,7 @@ 13263 # This file is a shell script that caches the results of configure 13264 @@ -16932,7 +17393,7 @@ 13223 13265 : ${CONFIG_STATUS=./config.status} 13224 13266 ac_clean_files_save=$ac_clean_files 13225 13267 ac_clean_files="$ac_clean_files $CONFIG_STATUS" 13226 13268 -{ echo "$as_me:16935: creating $CONFIG_STATUS" >&5 13227 +{ echo "$as_me:173 78: creating $CONFIG_STATUS" >&513269 +{ echo "$as_me:17396: creating $CONFIG_STATUS" >&5 13228 13270 echo "$as_me: creating $CONFIG_STATUS" >&6;} 13229 13271 cat >$CONFIG_STATUS <<_ACEOF 13230 13272 #! $SHELL 13231 @@ -17064,7 +175 07,7 @@13273 @@ -17064,7 +17525,7 @@ 13232 13274 cat >>$CONFIG_STATUS <<EOF 13233 13275 ac_cs_version="\\ … … 13238 13280 13239 13281 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001 13240 @@ -17108,7 +175 51,7 @@13282 @@ -17108,7 +17569,7 @@ 13241 13283 echo "$ac_cs_version"; exit 0 ;; 13242 13284 --he | --h) 13243 13285 # Conflict between --help and --header 13244 13286 - { { echo "$as_me:17111: error: ambiguous option: $1 13245 + { { echo "$as_me:175 54: error: ambiguous option: $113287 + { { echo "$as_me:17572: error: ambiguous option: $1 13246 13288 Try \`$0 --help' for more information." >&5 13247 13289 echo "$as_me: error: ambiguous option: $1 13248 13290 Try \`$0 --help' for more information." >&2;} 13249 @@ -17127,7 +175 70,7 @@13291 @@ -17127,7 +17588,7 @@ 13250 13292 ac_need_defaults=false;; 13251 13293 13252 13294 # This is an error. 13253 13295 - -*) { { echo "$as_me:17130: error: unrecognized option: $1 13254 + -*) { { echo "$as_me:175 73: error: unrecognized option: $113296 + -*) { { echo "$as_me:17591: error: unrecognized option: $1 13255 13297 Try \`$0 --help' for more information." >&5 13256 13298 echo "$as_me: error: unrecognized option: $1 13257 13299 Try \`$0 --help' for more information." >&2;} 13258 @@ -17146,7 +17 589,7 @@13300 @@ -17146,7 +17607,7 @@ 13259 13301 ## Running config.status. ## 13260 13302 ## ----------------------- ## … … 13265 13307 CONFIG_HEADERS = $CONFIG_HEADERS 13266 13308 CONFIG_LINKS = $CONFIG_LINKS 13267 @@ -17181,13 +176 24,13 @@13309 @@ -17181,13 +17642,13 @@ 13268 13310 NCURSES_PATCH="$NCURSES_PATCH" 13269 13311 SRC_SUBDIRS="$SRC_SUBDIRS" … … 13282 13324 WITH_ECHO="$with_echo" 13283 13325 WITH_OVERWRITE="$with_overwrite" 13284 @@ -17206,6 +176 49,7 @@13326 @@ -17206,6 +17667,7 @@ 13285 13327 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix" 13286 13328 cf_cv_system_name="$cf_cv_system_name" … … 13290 13332 target="$target" 13291 13333 13292 @@ -17224,7 +17668,7 @@ 13334 @@ -17218,13 +17680,14 @@ 13335 # Handling of arguments. 13336 "include/MKterm.h.awk" ) CONFIG_FILES="$CONFIG_FILES include/MKterm.h.awk" ;; 13337 "include/curses.head" ) CONFIG_FILES="$CONFIG_FILES include/curses.head:include/curses.h.in" ;; 13338 + "include/ncurses_dll.h" ) CONFIG_FILES="$CONFIG_FILES include/ncurses_dll.h" ;; 13339 "include/termcap.h" ) CONFIG_FILES="$CONFIG_FILES include/termcap.h" ;; 13340 "include/unctrl.h" ) CONFIG_FILES="$CONFIG_FILES include/unctrl.h" ;; 13341 "$SUB_MAKEFILES" ) CONFIG_FILES="$CONFIG_FILES $SUB_MAKEFILES" ;; 13293 13342 "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; 13294 13343 "default" ) CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; 13295 13344 "include/ncurses_cfg.h" ) CONFIG_HEADERS="$CONFIG_HEADERS include/ncurses_cfg.h:include/ncurses_cfg.hin" ;; 13296 13345 - *) { { echo "$as_me:17227: error: invalid argument: $ac_config_target" >&5 13297 + *) { { echo "$as_me:176 71: error: invalid argument: $ac_config_target" >&513346 + *) { { echo "$as_me:17690: error: invalid argument: $ac_config_target" >&5 13298 13347 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} 13299 13348 { (exit 1); exit 1; }; };; 13300 13349 esac 13301 @@ -17349,6 +17 793,8 @@13350 @@ -17349,6 +17812,8 @@ 13302 13351 s,@LINT@,$LINT,;t t 13303 13352 s,@LINT_OPTS@,$LINT_OPTS,;t t … … 13308 13357 s,@MAKE_LOWER_TAGS@,$MAKE_LOWER_TAGS,;t t 13309 13358 s,@MAKE_UPPER_TAGS@,$MAKE_UPPER_TAGS,;t t 13310 @@ -17359,7 +178 05,7 @@13359 @@ -17359,7 +17824,7 @@ 13311 13360 s,@ac_ct_LD@,$ac_ct_LD,;t t 13312 13361 s,@AR@,$AR,;t t … … 13317 13366 s,@BUILD_CC@,$BUILD_CC,;t t 13318 13367 s,@BUILD_CPP@,$BUILD_CPP,;t t 13319 @@ -17371,6 +178 17,7 @@13368 @@ -17371,6 +17836,7 @@ 13320 13369 s,@BUILD_OBJEXT@,$BUILD_OBJEXT,;t t 13321 13370 s,@cf_list_models@,$cf_list_models,;t t … … 13325 13374 s,@LIBTOOL_OPTS@,$LIBTOOL_OPTS,;t t 13326 13375 s,@LIB_CREATE@,$LIB_CREATE,;t t 13327 @@ -17392,6 +178 39,7 @@13376 @@ -17392,6 +17858,7 @@ 13328 13377 s,@CXX_G_OPT@,$CXX_G_OPT,;t t 13329 13378 s,@LD_MODEL@,$LD_MODEL,;t t … … 13333 13382 s,@MK_SHARED_LIB@,$MK_SHARED_LIB,;t t 13334 13383 s,@LINK_PROGS@,$LINK_PROGS,;t t 13335 @@ -17401,7 +178 49,6 @@13384 @@ -17401,7 +17868,6 @@ 13336 13385 s,@LOCAL_LDFLAGS2@,$LOCAL_LDFLAGS2,;t t 13337 13386 s,@INSTALL_LIB@,$INSTALL_LIB,;t t … … 13341 13390 s,@WHICH_XTERM@,$WHICH_XTERM,;t t 13342 13391 s,@TERMINFO_DIRS@,$TERMINFO_DIRS,;t t 13343 @@ -17425,6 +17872,9 @@ 13392 @@ -17423,8 +17889,12 @@ 13393 s,@NCURSES_BOOL@,$NCURSES_BOOL,;t t 13394 s,@TERMINFO_CAPS@,$TERMINFO_CAPS,;t t 13344 13395 s,@NCURSES_OSPEED@,$NCURSES_OSPEED,;t t 13396 +s,@NCURSES_CCHARW_MAX@,$NCURSES_CCHARW_MAX,;t t 13345 13397 s,@MANPAGE_RENAMES@,$MANPAGE_RENAMES,;t t 13346 13398 s,@NCURSES_EXT_FUNCS@,$NCURSES_EXT_FUNCS,;t t … … 13351 13403 s,@NCURSES_EXT_COLORS@,$NCURSES_EXT_COLORS,;t t 13352 13404 s,@NCURSES_MOUSE_VERSION@,$NCURSES_MOUSE_VERSION,;t t 13353 @@ -17435,6 +17 885,7 @@13405 @@ -17435,6 +17905,7 @@ 13354 13406 s,@cf_cv_enable_opaque@,$cf_cv_enable_opaque,;t t 13355 13407 s,@NCURSES_OPAQUE@,$NCURSES_OPAQUE,;t t … … 13359 13411 s,@EXTRA_CFLAGS@,$EXTRA_CFLAGS,;t t 13360 13412 s,@EXTRA_CXXFLAGS@,$EXTRA_CXXFLAGS,;t t 13361 @@ -17449,7 +179 00,7 @@13413 @@ -17449,7 +17920,7 @@ 13362 13414 s,@CXXCPP@,$CXXCPP,;t t 13363 13415 s,@CXXLDFLAGS@,$CXXLDFLAGS,;t t … … 13368 13420 s,@USE_CXX_BOOL@,$USE_CXX_BOOL,;t t 13369 13421 s,@gnat_exists@,$gnat_exists,;t t 13370 @@ -17493,6 +179 44,7 @@13422 @@ -17493,6 +17964,7 @@ 13371 13423 s,@HAVE_TCGETATTR@,$HAVE_TCGETATTR,;t t 13372 13424 s,@HAVE_TERMIO_H@,$HAVE_TERMIO_H,;t t … … 13376 13428 13377 13429 EOF 13378 @@ -17607,7 +180 59,7 @@13430 @@ -17607,7 +18079,7 @@ 13379 13431 esac 13380 13432 13381 13433 if test x"$ac_file" != x-; then 13382 13434 - { echo "$as_me:17610: creating $ac_file" >&5 13383 + { echo "$as_me:180 62: creating $ac_file" >&513435 + { echo "$as_me:18082: creating $ac_file" >&5 13384 13436 echo "$as_me: creating $ac_file" >&6;} 13385 13437 rm -f "$ac_file" 13386 13438 fi 13387 @@ -17625,7 +180 77,7 @@13439 @@ -17625,7 +18097,7 @@ 13388 13440 -) echo $tmp/stdin ;; 13389 13441 [\\/$]*) 13390 13442 # Absolute (can't be DOS-style, as IFS=:) 13391 13443 - test -f "$f" || { { echo "$as_me:17628: error: cannot find input file: $f" >&5 13392 + test -f "$f" || { { echo "$as_me:18 080: error: cannot find input file: $f" >&513444 + test -f "$f" || { { echo "$as_me:18100: error: cannot find input file: $f" >&5 13393 13445 echo "$as_me: error: cannot find input file: $f" >&2;} 13394 13446 { (exit 1); exit 1; }; } 13395 13447 echo $f;; 13396 @@ -17638,7 +18 090,7 @@13448 @@ -17638,7 +18110,7 @@ 13397 13449 echo $srcdir/$f 13398 13450 else 13399 13451 # /dev/null tree 13400 13452 - { { echo "$as_me:17641: error: cannot find input file: $f" >&5 13401 + { { echo "$as_me:18 093: error: cannot find input file: $f" >&513453 + { { echo "$as_me:18113: error: cannot find input file: $f" >&5 13402 13454 echo "$as_me: error: cannot find input file: $f" >&2;} 13403 13455 { (exit 1); exit 1; }; } 13404 13456 fi;; 13405 @@ -17704,7 +181 56,7 @@13457 @@ -17704,7 +18176,7 @@ 13406 13458 * ) ac_file_in=$ac_file.in ;; 13407 13459 esac 13408 13460 13409 13461 - test x"$ac_file" != x- && { echo "$as_me:17707: creating $ac_file" >&5 13410 + test x"$ac_file" != x- && { echo "$as_me:181 59: creating $ac_file" >&513462 + test x"$ac_file" != x- && { echo "$as_me:18179: creating $ac_file" >&5 13411 13463 echo "$as_me: creating $ac_file" >&6;} 13412 13464 13413 13465 # First look for the input files in the build tree, otherwise in the 13414 @@ -17715,7 +181 67,7 @@13466 @@ -17715,7 +18187,7 @@ 13415 13467 -) echo $tmp/stdin ;; 13416 13468 [\\/$]*) 13417 13469 # Absolute (can't be DOS-style, as IFS=:) 13418 13470 - test -f "$f" || { { echo "$as_me:17718: error: cannot find input file: $f" >&5 13419 + test -f "$f" || { { echo "$as_me:181 70: error: cannot find input file: $f" >&513471 + test -f "$f" || { { echo "$as_me:18190: error: cannot find input file: $f" >&5 13420 13472 echo "$as_me: error: cannot find input file: $f" >&2;} 13421 13473 { (exit 1); exit 1; }; } 13422 13474 echo $f;; 13423 @@ -17728,7 +18 180,7 @@13475 @@ -17728,7 +18200,7 @@ 13424 13476 echo $srcdir/$f 13425 13477 else 13426 13478 # /dev/null tree 13427 13479 - { { echo "$as_me:17731: error: cannot find input file: $f" >&5 13428 + { { echo "$as_me:18 183: error: cannot find input file: $f" >&513480 + { { echo "$as_me:18203: error: cannot find input file: $f" >&5 13429 13481 echo "$as_me: error: cannot find input file: $f" >&2;} 13430 13482 { (exit 1); exit 1; }; } 13431 13483 fi;; 13432 @@ -17786,7 +182 38,7 @@13484 @@ -17786,7 +18258,7 @@ 13433 13485 rm -f $tmp/in 13434 13486 if test x"$ac_file" != x-; then 13435 13487 if cmp -s $ac_file $tmp/config.h 2>/dev/null; then 13436 13488 - { echo "$as_me:17789: $ac_file is unchanged" >&5 13437 + { echo "$as_me:182 41: $ac_file is unchanged" >&513489 + { echo "$as_me:18261: $ac_file is unchanged" >&5 13438 13490 echo "$as_me: $ac_file is unchanged" >&6;} 13439 13491 else 13440 13492 ac_dir=`$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ 13441 @@ -17873,40 +183 25,44 @@13493 @@ -17873,40 +18345,44 @@ 13442 13494 for cf_item in $cf_LIST_MODELS 13443 13495 do … … 13495 13547 cf_depsuf=$cf_suffix 13496 13548 ;; 13497 @@ -18020,40 +184 76,44 @@13549 @@ -18020,40 +18496,44 @@ 13498 13550 13499 13551 cf_ITEM=`echo "$cf_item" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%` … … 13551 13603 cf_depsuf=$cf_suffix 13552 13604 ;; 13553 @@ -18234,18 +18 694,28 @@13605 @@ -18234,18 +18714,28 @@ 13554 13606 install.libs uninstall.libs \\ 13555 13607 install.data uninstall.data :: … … 13580 13632 if test -f $srcdir/$tack.h; then 13581 13633 cat >> Makefile <<CF_EOF 13582 @@ -18256,6 +187 26,7 @@13634 @@ -18256,6 +18746,7 @@ 13583 13635 CF_EOF 13584 13636 fi … … 13590 13642 diff -Naur ncurses-5.7.orig/configure.in ncurses-5.7/configure.in 13591 13643 --- ncurses-5.7.orig/configure.in 2008-10-18 07:53:32.000000000 -0700 13592 +++ ncurses-5.7/configure.in 2009-0 6-05 14:01:30.000000000 -070013644 +++ ncurses-5.7/configure.in 2009-07-19 15:04:17.000000000 -0700 13593 13645 @@ -1,5 +1,5 @@ 13594 13646 dnl*************************************************************************** … … 13603 13655 dnl 13604 13656 -dnl $Id: configure.in,v 1.454 2008/10/18 14:53:32 tom Exp $ 13605 +dnl $Id: configure.in,v 1.47 0 2009/03/28 18:22:39 Charles.WilsonExp $13657 +dnl $Id: configure.in,v 1.472 2009/07/18 16:18:30 tom Exp $ 13606 13658 dnl Process this file with autoconf to produce a configure script. 13607 13659 dnl … … 13611 13663 AC_PREREQ(2.13.20020210) 13612 13664 -AC_REVISION($Revision: 1.454 $) 13613 +AC_REVISION($Revision: 1.47 0$)13665 +AC_REVISION($Revision: 1.472 $) 13614 13666 AC_INIT(ncurses/base/lib_initscr.c) 13615 13667 AC_CONFIG_HEADER(include/ncurses_cfg.h:include/ncurses_cfg.hin) … … 13670 13722 dnl Special option for use by system-builders: the install-prefix is used to 13671 13723 dnl adjust the location into which the actual install is done, so that an 13672 @@ -807,7 +839,7 @@ 13724 @@ -797,6 +829,15 @@ 13725 [NCURSES_MMASK_T=auto]) 13726 AC_MSG_RESULT($NCURSES_MMASK_T) 13727 13728 +### use option --with-ccharw-max to override CCHARW_MAX size 13729 +AC_MSG_CHECKING(for size CCHARW_MAX) 13730 +AC_ARG_WITH(ccharw-max, 13731 + [ --with-ccharw-max=XXX override size CCHARW_MAX], 13732 + [NCURSES_CCHARW_MAX="$withval"], 13733 + [NCURSES_CCHARW_MAX=5]) 13734 +AC_MSG_RESULT($NCURSES_CCHARW_MAX) 13735 +AC_SUBST(NCURSES_CCHARW_MAX) 13736 + 13737 ### Enable compiling-in rcs id's 13738 AC_MSG_CHECKING(if RCS identifiers should be compiled-in) 13739 AC_ARG_WITH(rcs-ids, 13740 @@ -807,7 +848,7 @@ 13673 13741 test "$with_rcs_ids" = yes && AC_DEFINE(USE_RCS_IDS) 13674 13742 … … 13679 13747 ############################################################################### 13680 13748 CF_HELP_MESSAGE(Extensions:) 13681 @@ -828,10 +86 0,30 @@13749 @@ -828,10 +869,30 @@ 13682 13750 AC_DEFINE(HAVE_USE_DEFAULT_COLORS) 13683 13751 AC_DEFINE(HAVE_WRESIZE) … … 13710 13778 ### use option --enable-const to turn on use of const beyond that in XSI. 13711 13779 AC_MSG_CHECKING(for extended use of const keyword) 13712 @@ -1024,11 +10 76,11 @@13780 @@ -1024,11 +1085,11 @@ 13713 13781 cf_cv_enable_opaque="NCURSES_INTERNALS" 13714 13782 NCURSES_OPAQUE=1 … … 13727 13795 CF_NCURSES_ABI_6 13728 13796 else 13729 @@ -1042,6 +1 094,20 @@13797 @@ -1042,6 +1103,20 @@ 13730 13798 AC_SUBST(NCURSES_OPAQUE) 13731 13799 AC_SUBST(NCURSES_SIZE_T) … … 13748 13816 AC_ARG_ENABLE(safe-sprintf, 13749 13817 [ --enable-safe-sprintf compile with experimental safe-sprintf code], 13750 @@ -1165,12 +12 31,18 @@13818 @@ -1165,12 +1240,18 @@ 13751 13819 AC_SUBST(ADA_TRACE) 13752 13820 … … 13767 13835 CF_MATH_LIB(MATH_LIB,sin(x)) 13768 13836 AC_SUBST(MATH_LIB) 13769 @@ -1354,12 +14 26,12 @@13837 @@ -1354,12 +1435,12 @@ 13770 13838 CF_CPP_STATIC_CAST 13771 13839 … … 13782 13850 ;; 13783 13851 sco3.2v5*) #(vi 13784 @@ -1368,13 +144 0,13 @@13852 @@ -1368,13 +1449,13 @@ 13785 13853 solaris2*) 13786 13854 if test "$GXX" != yes ; then … … 13798 13866 cf_cxx_library=no 13799 13867 cf_cv_builtin_bool=1 13800 @@ -1552,7 +16 24,17 @@13868 @@ -1552,7 +1633,17 @@ 13801 13869 fi 13802 13870 fi … … 13817 13885 if test "$with_termlib" != no ; then 13818 13886 LIB_SUBSETS="${LIB_SUBSETS} " 13819 @@ -1561,6 +16 43,7 @@13887 @@ -1561,6 +1652,7 @@ 13820 13888 fi 13821 13889 … … 13825 13893 test "$with_ext_funcs" = yes && LIB_SUBSETS="${LIB_SUBSETS}+ext_funcs" 13826 13894 13827 @@ -1656,6 +17 39,8 @@13895 @@ -1656,6 +1748,8 @@ 13828 13896 TEST_ARGS="${TEST_DEPS}" 13829 13897 TEST_ARG2="${TEST_DEP2}" … … 13834 13902 TEST_ARGS="-l${TINFO_ARG_SUFFIX}" 13835 13903 TEST_ARG2="-l${TINFO_ARG_SUFFIX}" 13836 @@ -1723,6 +18 08,7 @@13904 @@ -1723,6 +1817,7 @@ 13837 13905 AC_MSG_WARN(Wide-character applications must define HAVE_LIBUTF8_H to include curses.h) 13838 13906 fi … … 13842 13910 AC_SUBST(WITH_OVERWRITE) 13843 13911 AC_SUBST(TICS_LIST) 13844 @@ -1742,12 +18 28,12 @@13912 @@ -1742,12 +1837,12 @@ 13845 13913 CF_SRC_MODULES($modules_to_build) 13846 13914 … … 13857 13925 AC_DEFINE_UNQUOTED(NCURSES_VERSION_STRING, "${NCURSES_MAJOR}.${NCURSES_MINOR}.${NCURSES_PATCH}") 13858 13926 13859 @@ -1765, 8 +1851,19@@13927 @@ -1765,11 +1860,23 @@ 13860 13928 CF_SUBST_IF(["$ac_cv_header_termios_h" = yes], HAVE_TERMIOS_H, 1, 0) 13861 13929 … … 13878 13946 include/MKterm.h.awk \ 13879 13947 include/curses.head:include/curses.h.in \ 13880 @@ -1796,13 +1893,13 @@ 13948 + include/ncurses_dll.h \ 13949 include/termcap.h \ 13950 include/unctrl.h \ 13951 $SUB_MAKEFILES \ 13952 @@ -1796,13 +1903,13 @@ 13881 13953 NCURSES_PATCH="$NCURSES_PATCH" 13882 13954 SRC_SUBDIRS="$SRC_SUBDIRS" … … 13895 13967 WITH_ECHO="$with_echo" 13896 13968 WITH_OVERWRITE="$with_overwrite" 13897 @@ -1821,6 +19 18,7 @@13969 @@ -1821,6 +1928,7 @@ 13898 13970 cf_cv_shlib_version_infix="$cf_cv_shlib_version_infix" 13899 13971 cf_cv_system_name="$cf_cv_system_name" … … 13905 13977 diff -Naur ncurses-5.7.orig/dist.mk ncurses-5.7/dist.mk 13906 13978 --- ncurses-5.7.orig/dist.mk 2008-11-01 17:58:38.000000000 -0700 13907 +++ ncurses-5.7/dist.mk 2009-0 6-05 14:01:55.000000000 -070013979 +++ ncurses-5.7/dist.mk 2009-07-19 15:04:17.000000000 -0700 13908 13980 @@ -25,7 +25,7 @@ 13909 13981 # use or other dealings in this Software without prior written # … … 13911 13983 ############################################################################## 13912 13984 -# $Id: dist.mk,v 1.671 2008/11/02 00:58:38 tom Exp $ 13913 +# $Id: dist.mk,v 1.70 2 2009/05/30 13:36:52 tom Exp $13985 +# $Id: dist.mk,v 1.709 2009/07/15 23:12:22 tom Exp $ 13914 13986 # Makefile for creating ncurses distributions. 13915 13987 # … … 13920 13992 NCURSES_MINOR = 7 13921 13993 -NCURSES_PATCH = 20081102 13922 +NCURSES_PATCH = 20090 53013994 +NCURSES_PATCH = 20090718 13923 13995 13924 13996 # We don't append the patch to the version, since this only applies to releases … … 13926 13998 diff -Naur ncurses-5.7.orig/form/fld_def.c ncurses-5.7/form/fld_def.c 13927 13999 --- ncurses-5.7.orig/form/fld_def.c 2007-10-13 12:29:58.000000000 -0700 13928 +++ ncurses-5.7/form/fld_def.c 2009-0 6-05 14:01:18.000000000 -070014000 +++ ncurses-5.7/form/fld_def.c 2009-07-19 15:02:23.000000000 -0700 13929 14001 @@ -32,7 +32,7 @@ 13930 14002 … … 13948 14020 diff -Naur ncurses-5.7.orig/form/fld_newftyp.c ncurses-5.7/form/fld_newftyp.c 13949 14021 --- ncurses-5.7.orig/form/fld_newftyp.c 2007-10-13 12:30:55.000000000 -0700 13950 +++ ncurses-5.7/form/fld_newftyp.c 2009-0 6-05 14:01:33.000000000 -070014022 +++ ncurses-5.7/form/fld_newftyp.c 2009-07-19 15:03:51.000000000 -0700 13951 14023 @@ -1,5 +1,5 @@ 13952 14024 /**************************************************************************** … … 13979 14051 diff -Naur ncurses-5.7.orig/form/form.priv.h ncurses-5.7/form/form.priv.h 13980 14052 --- ncurses-5.7.orig/form/form.priv.h 2008-09-08 13:29:05.000000000 -0700 13981 +++ ncurses-5.7/form/form.priv.h 2009-0 6-05 14:01:33.000000000 -070014053 +++ ncurses-5.7/form/form.priv.h 2009-07-19 15:03:51.000000000 -0700 13982 14054 @@ -1,5 +1,5 @@ 13983 14055 /**************************************************************************** … … 14044 14116 diff -Naur ncurses-5.7.orig/form/frm_driver.c ncurses-5.7/form/frm_driver.c 14045 14117 --- ncurses-5.7.orig/form/frm_driver.c 2008-10-18 09:25:00.000000000 -0700 14046 +++ ncurses-5.7/form/frm_driver.c 2009-0 6-05 14:00:55.000000000 -070014118 +++ ncurses-5.7/form/frm_driver.c 2009-07-19 15:02:00.000000000 -0700 14047 14119 @@ -32,7 +32,7 @@ 14048 14120 … … 14064 14136 diff -Naur ncurses-5.7.orig/form/frm_sub.c ncurses-5.7/form/frm_sub.c 14065 14137 --- ncurses-5.7.orig/form/frm_sub.c 2004-12-11 14:13:39.000000000 -0800 14066 +++ ncurses-5.7/form/frm_sub.c 2009-0 6-05 14:01:33.000000000 -070014138 +++ ncurses-5.7/form/frm_sub.c 2009-07-19 15:03:51.000000000 -0700 14067 14139 @@ -1,5 +1,5 @@ 14068 14140 /**************************************************************************** … … 14111 14183 diff -Naur ncurses-5.7.orig/form/frm_win.c ncurses-5.7/form/frm_win.c 14112 14184 --- ncurses-5.7.orig/form/frm_win.c 2004-12-11 14:15:27.000000000 -0800 14113 +++ ncurses-5.7/form/frm_win.c 2009-0 6-05 14:01:44.000000000 -070014185 +++ ncurses-5.7/form/frm_win.c 2009-07-19 15:03:53.000000000 -0700 14114 14186 @@ -1,5 +1,5 @@ 14115 14187 /**************************************************************************** … … 14170 14242 14171 14243 /* frm_win.c ends here */ 14244 diff -Naur ncurses-5.7.orig/form/fty_generic.c ncurses-5.7/form/fty_generic.c 14245 --- ncurses-5.7.orig/form/fty_generic.c 1969-12-31 16:00:00.000000000 -0800 14246 +++ ncurses-5.7/form/fty_generic.c 2009-07-19 15:04:11.000000000 -0700 14247 @@ -0,0 +1,287 @@ 14248 +/**************************************************************************** 14249 + * Copyright (c) 2008 Free Software Foundation, Inc. * 14250 + * * 14251 + * Permission is hereby granted, free of charge, to any person obtaining a * 14252 + * copy of this software and associated documentation files (the * 14253 + * "Software"), to deal in the Software without restriction, including * 14254 + * without limitation the rights to use, copy, modify, merge, publish, * 14255 + * distribute, distribute with modifications, sublicense, and/or sell * 14256 + * copies of the Software, and to permit persons to whom the Software is * 14257 + * furnished to do so, subject to the following conditions: * 14258 + * * 14259 + * The above copyright notice and this permission notice shall be included * 14260 + * in all copies or substantial portions of the Software. * 14261 + * * 14262 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 14263 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 14264 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 14265 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 14266 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 14267 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 14268 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 14269 + * * 14270 + * Except as contained in this notice, the name(s) of the above copyright * 14271 + * holders shall not be used in advertising or otherwise to promote the * 14272 + * sale, use or other dealings in this Software without prior written * 14273 + * authorization. * 14274 + ****************************************************************************/ 14275 + 14276 +/*************************************************************************** 14277 +* * 14278 +* Author : Juergen Pfeifer * 14279 +* * 14280 +***************************************************************************/ 14281 + 14282 +#include "form.priv.h" 14283 + 14284 +MODULE_ID("$Id: fty_generic.c,v 1.1 2008/11/18 08:50:04 juergen Exp $") 14285 + 14286 +/* 14287 + * This is not a full implementation of a field type, but adds some 14288 + * support for higher level languages with some restrictions to interop 14289 + * with C language. Especially the collection of arguments for the 14290 + * various fieldtypes is not based on the vararg C mechanism, but on a 14291 + * iterator based callback mechanism that allowes the high level language 14292 + * to provide the arguments as a structure. Most languages have mechanisms 14293 + * to layout structures so that they can be passed to C. 14294 + * The languages can register a new generic fieldtype dynamically and store 14295 + * a handle (key) to the calling object as an argument. Together with that 14296 + * it can register a freearg callback, so that the high level language 14297 + * remains in control of the memory management of the arguments they pass. 14298 + * The design idea is, that the high-level language - typically a OO 14299 + * language like C# or Java, uses it's own dispatching mechanisms 14300 + * (polymorphism) to call the proper check routines responsible for the 14301 + * argument type. So these language implement typically only one generic 14302 + * fieldtype they register with the forms library using this call. 14303 + * 14304 + * For that purpose we have extended the fieldtype struc by a new element 14305 + * that gets the arguments from a single struct passed by the caller. 14306 + * 14307 + */ 14308 + 14309 + 14310 +/*--------------------------------------------------------------------------- 14311 +| Facility : libnform 14312 +| Function : static void *Generic_This_Type( void * arg ) 14313 +| 14314 +| Description : We interpret the passed arg just as a handle the 14315 +| calling language uses to keep track of its allocated 14316 +| argument structures. We can simply copy it back. 14317 +| 14318 +| Return Values : Pointer to argument structure 14319 ++--------------------------------------------------------------------------*/ 14320 +static void * 14321 +Generic_This_Type(void *arg) 14322 +{ 14323 + return (arg); 14324 +} 14325 + 14326 +/*--------------------------------------------------------------------------- 14327 +| Facility : libnform 14328 +| Function : FIELDTYPE *_nc_generic_fieldtype( 14329 +| bool (* const field_check)(FIELD *,const void *), 14330 +| bool (* const char_check) (int, const void *), 14331 +| bool (*const next)(FORM*,FIELD*,const void*), 14332 +| bool (*const prev)(FORM*,FIELD*,const void*), 14333 +| void (*freecallback)(void*)) 14334 +| 14335 +| Description : Create a new fieldtype. The application programmer must 14336 +| write a field_check and a char_check function and give 14337 +| them as input to this call. A callback to allow the 14338 +| release of the allocated memory must also be provided. 14339 +| For generic field types, we provide some more 14340 +| information about the field as parameters. 14341 +| 14342 +| If an error occurs, errno is set to 14343 +| E_BAD_ARGUMENT - invalid arguments 14344 +| E_SYSTEM_ERROR - system error (no memory) 14345 +| 14346 +| Return Values : Fieldtype pointer or NULL if error occurred 14347 ++--------------------------------------------------------------------------*/ 14348 +NCURSES_EXPORT(FIELDTYPE *) 14349 +_nc_generic_fieldtype(bool (*const field_check) (FORM*, FIELD *, const void *), 14350 + bool (*const char_check) (int, FORM*, FIELD*, const void *), 14351 + bool (*const next)(FORM*, FIELD*,const void*), 14352 + bool (*const prev)(FORM*, FIELD*,const void*), 14353 + void (*freecallback)(void*)) 14354 +{ 14355 + int code = E_SYSTEM_ERROR; 14356 + FIELDTYPE* res = (FIELDTYPE*)0; 14357 + 14358 + T((T_CALLED("_nc_generic_fieldtype(%p,%p,%p,%p,%p)"), 14359 + field_check, char_check, next, prev, freecallback)); 14360 + 14361 + if (field_check || char_check) 14362 + { 14363 + res = typeMalloc(FIELDTYPE,1); 14364 + if (res) 14365 + { 14366 + *res = *_nc_Default_FieldType; 14367 + res->status |= (_HAS_ARGS | _GENERIC); 14368 + res->fieldcheck.gfcheck = field_check; 14369 + res->charcheck.gccheck = char_check; 14370 + res->genericarg = Generic_This_Type; 14371 + res->freearg = freecallback; 14372 + res->enum_next.gnext = next; 14373 + res->enum_prev.gprev = prev; 14374 + code = E_OK; 14375 + } 14376 + } 14377 + else 14378 + code = E_BAD_ARGUMENT; 14379 + 14380 + if (E_OK != code) 14381 + SET_ERROR(code); 14382 + 14383 + returnFieldType(res); 14384 +} 14385 + 14386 + 14387 +/*--------------------------------------------------------------------------- 14388 +| Facility : libnform 14389 +| Function : static TypeArgument *GenericArgument( 14390 +| const FIELDTYPE* typ, 14391 +| int (*argiterator)(void**), 14392 +| int* err) 14393 +| 14394 +| Description : The iterator callback must browse through all fieldtype 14395 +| parameters that have an argument associated with the 14396 +| type. The iterator returns 1 if the operation to get 14397 +| the next element was successfull, 0 otherwise. If the 14398 +| iterator could move to the next argument, it fills 14399 +| the void* pointer representing the argument into the 14400 +| location provided as argument to the iterator. 14401 +| The err reference is used to keep track of errors. 14402 +| 14403 +| Return Values : Pointer to argument structure 14404 ++--------------------------------------------------------------------------*/ 14405 +static TypeArgument* 14406 +GenericArgument(const FIELDTYPE *typ, 14407 + int (*argiterator)(void**), int *err) 14408 +{ 14409 + TypeArgument *res = (TypeArgument *)0; 14410 + 14411 + if (typ!=0 && (typ->status & _HAS_ARGS) != 0 && err!=0 && argiterator != 0) 14412 + { 14413 + if (typ->status & _LINKED_TYPE) 14414 + { 14415 + /* Composite fieldtypes keep track internally of their own memory */ 14416 + TypeArgument* p = typeMalloc(TypeArgument,1); 14417 + if (p) 14418 + { 14419 + p->left = GenericArgument(typ->left, argiterator, err); 14420 + p->right = GenericArgument(typ->right, argiterator, err); 14421 + return p; 14422 + } 14423 + else 14424 + *err += 1; 14425 + } 14426 + else 14427 + { 14428 + assert(typ->genericarg != (void*)0); 14429 + if (typ->genericarg == 0) 14430 + *err += 1; 14431 + else 14432 + { 14433 + void* argp; 14434 + int valid = argiterator(&argp); 14435 + if (valid==0 || argp==0 || 14436 + !(res = (TypeArgument*)typ->genericarg(argp))) 14437 + { 14438 + *err += 1; 14439 + } 14440 + } 14441 + } 14442 + } 14443 + return res; 14444 +} 14445 + 14446 +/*--------------------------------------------------------------------------- 14447 +| Facility : libnform 14448 +| Function : int _nc_set_generic_fieldtype( 14449 +| FIELD* field, 14450 +| FIELDTYPE* ftyp, 14451 +| int (*argiterator)(void**)) 14452 +| 14453 +| Description : Assign the fieldtype to the field and use the iterator 14454 +| mechanism to get the arguments when a check is 14455 +| performed. 14456 +| 14457 +| Return Values : E_OK if all went well 14458 +| E_SYSTEM_ERROR if an error occurred 14459 ++--------------------------------------------------------------------------*/ 14460 +NCURSES_EXPORT(int) 14461 +_nc_set_generic_fieldtype(FIELD *field, 14462 + FIELDTYPE* ftyp, 14463 + int (*argiterator)(void**)) 14464 +{ 14465 + int code = E_SYSTEM_ERROR; 14466 + int err = 0; 14467 + 14468 + if (field) 14469 + { 14470 + if (field && field->type) 14471 + _nc_Free_Type(field); 14472 + 14473 + field->type = ftyp; 14474 + if (ftyp) 14475 + { 14476 + if (argiterator) 14477 + { 14478 + /* The precondition is that the iterator is reset */ 14479 + field->arg = (void*)GenericArgument(field->type,argiterator,&err); 14480 + 14481 + if (err) 14482 + { 14483 + _nc_Free_Argument(field->type, (TypeArgument*)(field->arg)); 14484 + field->type = (FIELDTYPE*)0; 14485 + field->arg = (void*)0; 14486 + } 14487 + else 14488 + { 14489 + code = E_OK; 14490 + if (field->type) 14491 + field->type->ref++; 14492 + } 14493 + } 14494 + } 14495 + else 14496 + { 14497 + field->arg = (void*)0; 14498 + code = E_OK; 14499 + } 14500 + } 14501 + return code; 14502 +} 14503 + 14504 +/*--------------------------------------------------------------------------- 14505 +| Facility : libnform 14506 +| Function : WINDOW* _nc_form_cursor( 14507 +| FORM* form, 14508 +| int *pRow, int *pCol) 14509 +| 14510 +| Description : Get the current position of the form cursor position 14511 +| We also return the field window 14512 +| 14513 +| Return Values : The fields Window or NULL on error 14514 ++--------------------------------------------------------------------------*/ 14515 +NCURSES_EXPORT(WINDOW*) 14516 +_nc_form_cursor(const FORM* form, int* pRow, int* pCol) 14517 +{ 14518 + int code = E_SYSTEM_ERROR; 14519 + WINDOW* res = (WINDOW*)0; 14520 + 14521 + if (!(form==0 || pRow==0 || pCol==0)) 14522 + { 14523 + *pRow = form->currow; 14524 + *pCol = form->curcol; 14525 + res = form->w; 14526 + code = E_OK; 14527 + } 14528 + if (code != E_OK) 14529 + SET_ERROR(code); 14530 + return res; 14531 +} 14532 + 14533 + 14534 +/* fty_generic.c ends here */ 14172 14535 diff -Naur ncurses-5.7.orig/form/Makefile.in ncurses-5.7/form/Makefile.in 14173 14536 --- ncurses-5.7.orig/form/Makefile.in 2007-04-28 07:56:11.000000000 -0700 14174 +++ ncurses-5.7/form/Makefile.in 2009-0 6-05 14:01:30.000000000 -070014537 +++ ncurses-5.7/form/Makefile.in 2009-07-19 15:03:48.000000000 -0700 14175 14538 @@ -1,6 +1,6 @@ 14176 14539 -# $Id: Makefile.in,v 1.47 2007/04/28 14:56:11 tom Exp $ … … 14201 14564 diff -Naur ncurses-5.7.orig/include/capdefaults.c ncurses-5.7/include/capdefaults.c 14202 14565 --- ncurses-5.7.orig/include/capdefaults.c 2008-08-04 05:33:42.000000000 -0700 14203 +++ ncurses-5.7/include/capdefaults.c 2009-0 6-05 14:01:16.000000000 -070014566 +++ ncurses-5.7/include/capdefaults.c 2009-07-19 15:02:22.000000000 -0700 14204 14567 @@ -32,7 +32,7 @@ 14205 14568 * and: Thomas E. Dickey 1996-on * … … 14227 14590 diff -Naur ncurses-5.7.orig/include/curses.h.in ncurses-5.7/include/curses.h.in 14228 14591 --- ncurses-5.7.orig/include/curses.h.in 2008-08-30 13:11:29.000000000 -0700 14229 +++ ncurses-5.7/include/curses.h.in 2009-0 6-05 14:01:54.000000000 -070014592 +++ ncurses-5.7/include/curses.h.in 2009-07-19 15:04:17.000000000 -0700 14230 14593 @@ -1,5 +1,5 @@ 14231 14594 /**************************************************************************** … … 14240 14603 14241 14604 -/* $Id: curses.h.in,v 1.187 2008/08/30 20:11:29 tom Exp $ */ 14242 +/* $Id: curses.h.in,v 1.20 1 2009/05/23 21:31:35tom Exp $ */14605 +/* $Id: curses.h.in,v 1.204 2009/07/18 16:02:07 tom Exp $ */ 14243 14606 14244 14607 #ifndef __NCURSES_H … … 14257 14620 #define NCURSES_VERSION_MAJOR @NCURSES_MAJOR@ 14258 14621 #define NCURSES_VERSION_MINOR @NCURSES_MINOR@ 14259 @@ -110,6 +104, 20@@14622 @@ -110,6 +104,13 @@ 14260 14623 #endif 14261 14624 … … 14268 14631 + 14269 14632 +/* 14270 + * For reentrant code, we map the various global variables into SCREEN by14271 + * using functions to access them.14272 + */14273 +#define NCURSES_PUBLIC_VAR(name) @NCURSES_WRAP_PREFIX@##name14274 +#define NCURSES_WRAPPED_VAR(type,name) extern type NCURSES_PUBLIC_VAR(name)(void)14275 +14276 +/*14277 14633 * The internal type used for window dimensions. 14278 14634 */ 14279 14635 #undef NCURSES_SIZE_T 14280 @@ -138,7 +1 46,6 @@14636 @@ -138,7 +139,6 @@ 14281 14637 #endif 14282 14638 … … 14286 14642 #ifdef _XOPEN_SOURCE_EXTENDED 14287 14643 #include <stddef.h> /* we want wchar_t */ 14288 @@ -224,9 +2 31,9 @@14644 @@ -224,9 +224,9 @@ 14289 14645 14290 14646 /* line graphics */ … … 14298 14654 extern NCURSES_EXPORT_VAR(chtype) acs_map[]; 14299 14655 #endif 14300 @@ -511,6 +518,12 @@ 14656 @@ -344,7 +344,13 @@ 14657 typedef unsigned int wint_t@NCURSES_OK_WCHAR_T@; 14658 #endif 14659 14660 -#define CCHARW_MAX 5 14661 +/* 14662 + * cchar_t stores an array of CCHARW_MAX wide characters. The first is 14663 + * normally a spacing character. The others are non-spacing. If those 14664 + * (spacing and nonspacing) do not fill the array, a null L'\0' follows. 14665 + * Otherwise, a null is assumed to follow when extracting via getcchar(). 14666 + */ 14667 +#define CCHARW_MAX @NCURSES_CCHARW_MAX@ 14668 typedef struct 14669 { 14670 attr_t attr; 14671 @@ -511,6 +517,12 @@ 14301 14672 #endif 14302 14673 … … 14311 14682 * functions. Those marked `generated' will have sources generated from the 14312 14683 * macro definitions later in this file, in order to satisfy XPG4.2 14313 @@ -646,7 +65 9,7 @@14684 @@ -646,7 +658,7 @@ 14314 14685 extern NCURSES_EXPORT(int) mvwinnstr (WINDOW *, int, int, char *, int); /* generated */ 14315 14686 extern NCURSES_EXPORT(int) mvwinsch (WINDOW *, int, int, chtype); /* generated */ … … 14320 14691 extern NCURSES_EXPORT(int) mvwprintw (WINDOW*,int,int, const char *,...) /* implemented */ 14321 14692 GCC_PRINTFLIKE(4,5); 14322 @@ -654,9 +66 7,9 @@14693 @@ -654,9 +666,9 @@ 14323 14694 GCC_SCANFLIKE(4,5); 14324 14695 extern NCURSES_EXPORT(int) mvwvline (WINDOW *,int, int, chtype, int); /* generated */ … … 14332 14703 extern NCURSES_EXPORT(int) nocbreak (void); /* implemented */ 14333 14704 extern NCURSES_EXPORT(int) nodelay (WINDOW *,bool); /* implemented */ 14334 @@ -710,7 +72 3,7 @@14705 @@ -710,7 +722,7 @@ 14335 14706 extern NCURSES_EXPORT(int) slk_refresh (void); /* implemented */ 14336 14707 extern NCURSES_EXPORT(int) slk_restore (void); /* implemented */ … … 14341 14712 extern NCURSES_EXPORT(int) standend (void); /* generated */ 14342 14713 extern NCURSES_EXPORT(int) start_color (void); /* implemented */ 14343 @@ -727,7 +7 40,7 @@14714 @@ -727,7 +739,7 @@ 14344 14715 extern NCURSES_EXPORT(int) untouchwin (WINDOW *); /* generated */ 14345 14716 extern NCURSES_EXPORT(void) use_env (bool); /* implemented */ … … 14350 14721 extern NCURSES_EXPORT(int) vwprintw (WINDOW *, const char *,va_list); /* implemented */ 14351 14722 extern NCURSES_EXPORT(int) vw_printw (WINDOW *, const char *,va_list); /* generated */ 14723 @@ -838,6 +850,7 @@ 14724 extern NCURSES_EXPORT(const char *) curses_version (void); 14725 extern NCURSES_EXPORT(int) assume_default_colors (int, int); 14726 extern NCURSES_EXPORT(int) define_key (const char *, int); 14727 +extern NCURSES_EXPORT(int) get_escdelay (void); 14728 extern NCURSES_EXPORT(int) key_defined (const char *); 14729 extern NCURSES_EXPORT(int) keyok (int, bool); 14730 extern NCURSES_EXPORT(int) resize_term (int, int); 14352 14731 @@ -856,23 +869,133 @@ 14353 14732 * These extensions provide access to information stored in the WINDOW even … … 14519 14898 diff -Naur ncurses-5.7.orig/include/curses.tail ncurses-5.7/include/curses.tail 14520 14899 --- ncurses-5.7.orig/include/curses.tail 2008-07-05 13:20:38.000000000 -0700 14521 +++ ncurses-5.7/include/curses.tail 2009-0 6-05 14:01:54.000000000 -070014900 +++ ncurses-5.7/include/curses.tail 2009-07-19 15:04:03.000000000 -0700 14522 14901 @@ -1,4 +1,4 @@ 14523 14902 -/* $Id: curses.tail,v 1.16 2008/07/05 20:20:38 tom Exp $ */ … … 14578 14957 diff -Naur ncurses-5.7.orig/include/curses.wide ncurses-5.7/include/curses.wide 14579 14958 --- ncurses-5.7.orig/include/curses.wide 2007-03-10 09:52:23.000000000 -0800 14580 +++ ncurses-5.7/include/curses.wide 2009-0 6-05 14:01:51.000000000 -070014959 +++ ncurses-5.7/include/curses.wide 2009-07-19 15:03:59.000000000 -0700 14581 14960 @@ -1,9 +1,11 @@ 14582 14961 -/* $Id: curses.wide,v 1.34 2007/03/10 17:52:23 tom Exp $ */ … … 14616 14995 14617 14996 /* 14997 diff -Naur ncurses-5.7.orig/include/Makefile.in ncurses-5.7/include/Makefile.in 14998 --- ncurses-5.7.orig/include/Makefile.in 2001-12-08 10:50:06.000000000 -0800 14999 +++ ncurses-5.7/include/Makefile.in 2009-07-19 15:04:09.000000000 -0700 15000 @@ -1,4 +1,4 @@ 15001 -# $Id: Makefile.in,v 1.35 2001/12/08 18:50:06 tom Exp $ 15002 +# $Id: Makefile.in,v 1.36 2009/06/13 21:42:45 tom Exp $ 15003 ############################################################################## 15004 # Copyright (c) 1998,2000,2001 Free Software Foundation, Inc. # 15005 # # 15006 @@ -72,6 +72,7 @@ 15007 curses.h \ 15008 hashsize.h \ 15009 ncurses_def.h \ 15010 + ncurses_dll.h \ 15011 parametrized.h \ 15012 term.h 15013 14618 15014 diff -Naur ncurses-5.7.orig/include/MKterm.h.awk.in ncurses-5.7/include/MKterm.h.awk.in 14619 15015 --- ncurses-5.7.orig/include/MKterm.h.awk.in 2008-05-24 16:13:59.000000000 -0700 14620 +++ ncurses-5.7/include/MKterm.h.awk.in 2009-0 6-05 14:01:51.000000000 -070015016 +++ ncurses-5.7/include/MKterm.h.awk.in 2009-07-19 15:03:59.000000000 -0700 14621 15017 @@ -1,7 +1,7 @@ 14622 15018 # vile:awkmode … … 14729 15125 diff -Naur ncurses-5.7.orig/include/nc_alloc.h ncurses-5.7/include/nc_alloc.h 14730 15126 --- ncurses-5.7.orig/include/nc_alloc.h 2008-09-27 15:30:33.000000000 -0700 14731 +++ ncurses-5.7/include/nc_alloc.h 2009-0 6-05 14:01:44.000000000 -070015127 +++ ncurses-5.7/include/nc_alloc.h 2009-07-19 15:03:53.000000000 -0700 14732 15128 @@ -1,5 +1,5 @@ 14733 15129 /**************************************************************************** … … 14763 15159 #define HAVE_NC_FREEALL 0 14764 15160 #endif 15161 diff -Naur ncurses-5.7.orig/include/nc_mingw.h ncurses-5.7/include/nc_mingw.h 15162 --- ncurses-5.7.orig/include/nc_mingw.h 1969-12-31 16:00:00.000000000 -0800 15163 +++ ncurses-5.7/include/nc_mingw.h 2009-07-19 15:04:11.000000000 -0700 15164 @@ -0,0 +1,59 @@ 15165 +/**************************************************************************** 15166 + * Copyright (c) 2008,2009 Free Software Foundation, Inc. * 15167 + * * 15168 + * Permission is hereby granted, free of charge, to any person obtaining a * 15169 + * copy of this software and associated documentation files (the * 15170 + * "Software"), to deal in the Software without restriction, including * 15171 + * without limitation the rights to use, copy, modify, merge, publish, * 15172 + * distribute, distribute with modifications, sublicense, and/or sell * 15173 + * copies of the Software, and to permit persons to whom the Software is * 15174 + * furnished to do so, subject to the following conditions: * 15175 + * * 15176 + * The above copyright notice and this permission notice shall be included * 15177 + * in all copies or substantial portions of the Software. * 15178 + * * 15179 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 15180 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 15181 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 15182 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 15183 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 15184 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 15185 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 15186 + * * 15187 + * Except as contained in this notice, the name(s) of the above copyright * 15188 + * holders shall not be used in advertising or otherwise to promote the * 15189 + * sale, use or other dealings in this Software without prior written * 15190 + * authorization. * 15191 + ****************************************************************************/ 15192 + 15193 +/**************************************************************************** 15194 + * Author: Thomas Dickey, 2008-on * 15195 + * * 15196 + ****************************************************************************/ 15197 + 15198 +/* $Id: nc_mingw.h,v 1.1 2009/02/07 23:33:19 tom Exp $ */ 15199 + 15200 +#ifndef NC_MINGW_H 15201 +#define NC_MINGW_H 1 15202 + 15203 +#define WINVER 0x0501 15204 +#include <windows.h> 15205 + 15206 +#undef sleep 15207 +#define sleep(n) Sleep((n) * 1000) 15208 + 15209 +#undef gettimeofday 15210 +#define gettimeofday(tv,tz) _nc_gettimeofday(tv,tz) 15211 + 15212 +#include <sys/time.h> /* for struct timeval */ 15213 + 15214 +extern int _nc_gettimeofday(struct timeval *, void *); 15215 + 15216 +#undef HAVE_GETTIMEOFDAY 15217 +#define HAVE_GETTIMEOFDAY 1 15218 + 15219 +#define SIGHUP 1 15220 +#define SIGKILL 9 15221 +#define getlogin() "username" 15222 + 15223 +#endif /* NC_MINGW_H */ 14765 15224 diff -Naur ncurses-5.7.orig/include/nc_panel.h ncurses-5.7/include/nc_panel.h 14766 15225 --- ncurses-5.7.orig/include/nc_panel.h 2008-08-04 11:26:46.000000000 -0700 14767 +++ ncurses-5.7/include/nc_panel.h 2009-0 6-05 14:01:33.000000000 -070015226 +++ ncurses-5.7/include/nc_panel.h 2009-07-19 15:04:13.000000000 -0700 14768 15227 @@ -1,5 +1,5 @@ 14769 15228 /**************************************************************************** … … 14773 15232 * Permission is hereby granted, free of charge, to any person obtaining a * 14774 15233 * copy of this software and associated documentation files (the * 14775 @@ -33,7 +33,7 @@ 14776 14777 15234 @@ -31,9 +31,8 @@ 15235 * and: Thomas E. Dickey * 15236 ****************************************************************************/ 15237 15238 - 14778 15239 /* 14779 15240 - * $Id: nc_panel.h,v 1.5 2008/08/04 18:26:46 tom Exp $ 14780 + * $Id: nc_panel.h,v 1. 6 2009/04/11 21:17:57tom Exp $15241 + * $Id: nc_panel.h,v 1.7 2009/07/04 18:20:02 tom Exp $ 14781 15242 * 14782 15243 * nc_panel.h 14783 15244 * 14784 @@ -62,6 +62,10 @@ 14785 /* Retrieve the panelhook of the current screen */ 14786 extern NCURSES_EXPORT(struct panelhook*) _nc_panelhook (void); 14787 15245 @@ -45,25 +44,33 @@ 15246 #define NC_PANEL_H 1 15247 15248 #ifdef __cplusplus 15249 -extern "C" { 15250 +extern "C" 15251 +{ 15252 #endif 15253 15254 -struct panel; /* Forward Declaration */ 15255 + struct panel; /* Forward Declaration */ 15256 15257 -struct panelhook { 15258 - struct panel* top_panel; 15259 - struct panel* bottom_panel; 15260 - struct panel* stdscr_pseudo_panel; 15261 + struct panelhook 15262 + { 15263 + struct panel *top_panel; 15264 + struct panel *bottom_panel; 15265 + struct panel *stdscr_pseudo_panel; 15266 #if NO_LEAKS 15267 - int (*destroy)(struct panel *); 15268 + int (*destroy) (struct panel *); 15269 #endif 15270 -}; 15271 + }; 15272 15273 -/* Retrieve the panelhook of the current screen */ 15274 -extern NCURSES_EXPORT(struct panelhook*) _nc_panelhook (void); 15275 + struct screen; /* Forward declaration */ 15276 +/* Retrieve the panelhook of the specified screen */ 15277 + extern NCURSES_EXPORT(struct panelhook *) 15278 + _nc_panelhook (void); 14788 15279 +#if NCURSES_SP_FUNCS 14789 +extern NCURSES_EXPORT(struct panelhook*) NCURSES_SP_NAME(_nc_panelhook) (SCREEN *); 15280 + extern NCURSES_EXPORT(struct panelhook *) 15281 + NCURSES_SP_NAME(_nc_panelhook) (SCREEN *); 14790 15282 +#endif 14791 + 15283 14792 15284 #ifdef __cplusplus 14793 15285 } 14794 15286 #endif 15287 15288 -#endif /* NC_PANEL_H */ 15289 +#endif /* NC_PANEL_H */ 14795 15290 diff -Naur ncurses-5.7.orig/include/ncurses_defs ncurses-5.7/include/ncurses_defs 14796 15291 --- ncurses-5.7.orig/include/ncurses_defs 2008-09-06 08:57:41.000000000 -0700 14797 +++ ncurses-5.7/include/ncurses_defs 2009-0 6-05 14:01:49.000000000 -070015292 +++ ncurses-5.7/include/ncurses_defs 2009-07-19 15:03:58.000000000 -0700 14798 15293 @@ -1,4 +1,4 @@ 14799 15294 -# $Id: ncurses_defs,v 1.40 2008/09/06 15:57:41 tom Exp $ … … 14812 15307 diff -Naur ncurses-5.7.orig/include/ncurses_dll.h ncurses-5.7/include/ncurses_dll.h 14813 15308 --- ncurses-5.7.orig/include/ncurses_dll.h 2007-03-10 11:21:49.000000000 -0800 14814 +++ ncurses-5.7/include/ncurses_dll.h 2009-0 6-05 14:01:44.000000000 -070015309 +++ ncurses-5.7/include/ncurses_dll.h 2009-07-19 15:03:53.000000000 -0700 14815 15310 @@ -1,5 +1,5 @@ 14816 15311 /**************************************************************************** … … 14850 15345 - 14851 15346 #endif /* NCURSES_DLL_H_incl */ 15347 diff -Naur ncurses-5.7.orig/include/ncurses_dll.h.in ncurses-5.7/include/ncurses_dll.h.in 15348 --- ncurses-5.7.orig/include/ncurses_dll.h.in 1969-12-31 16:00:00.000000000 -0800 15349 +++ ncurses-5.7/include/ncurses_dll.h.in 2009-07-19 15:04:09.000000000 -0700 15350 @@ -0,0 +1,86 @@ 15351 +/**************************************************************************** 15352 + * Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. * 15353 + * * 15354 + * Permission is hereby granted, free of charge, to any person obtaining a * 15355 + * copy of this software and associated documentation files (the * 15356 + * "Software"), to deal in the Software without restriction, including * 15357 + * without limitation the rights to use, copy, modify, merge, publish, * 15358 + * distribute, distribute with modifications, sublicense, and/or sell * 15359 + * copies of the Software, and to permit persons to whom the Software is * 15360 + * furnished to do so, subject to the following conditions: * 15361 + * * 15362 + * The above copyright notice and this permission notice shall be included * 15363 + * in all copies or substantial portions of the Software. * 15364 + * * 15365 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 15366 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 15367 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 15368 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 15369 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 15370 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 15371 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 15372 + * * 15373 + * Except as contained in this notice, the name(s) of the above copyright * 15374 + * holders shall not be used in advertising or otherwise to promote the * 15375 + * sale, use or other dealings in this Software without prior written * 15376 + * authorization. * 15377 + ****************************************************************************/ 15378 +/* $Id: ncurses_dll.h.in,v 1.8 2009/04/04 22:26:27 tom Exp $ */ 15379 + 15380 +#ifndef NCURSES_DLL_H_incl 15381 +#define NCURSES_DLL_H_incl 1 15382 + 15383 +/* 15384 + * For reentrant code, we map the various global variables into SCREEN by 15385 + * using functions to access them. 15386 + */ 15387 +#define NCURSES_PUBLIC_VAR(name) @NCURSES_WRAP_PREFIX@##name 15388 +#define NCURSES_WRAPPED_VAR(type,name) extern type NCURSES_PUBLIC_VAR(name)(void) 15389 + 15390 +/* no longer needed on cygwin or mingw, thanks to auto-import */ 15391 +/* but this structure may be useful at some point for an MSVC build */ 15392 +/* so, for now unconditionally define the important flags */ 15393 +/* "the right way" for proper static and dll+auto-import behavior */ 15394 +#undef NCURSES_DLL 15395 +#define NCURSES_STATIC 15396 + 15397 +#if defined(__CYGWIN__) || defined(__MINGW32__) 15398 +# if defined(NCURSES_DLL) 15399 +# if defined(NCURSES_STATIC) 15400 +# undef NCURSES_STATIC 15401 +# endif 15402 +# endif 15403 +# undef NCURSES_IMPEXP 15404 +# undef NCURSES_API 15405 +# undef NCURSES_EXPORT 15406 +# undef NCURSES_EXPORT_VAR 15407 +# if defined(NCURSES_DLL) 15408 +/* building a DLL */ 15409 +# define NCURSES_IMPEXP __declspec(dllexport) 15410 +# elif defined(NCURSES_STATIC) 15411 +/* building or linking to a static library */ 15412 +# define NCURSES_IMPEXP /* nothing */ 15413 +# else 15414 +/* linking to the DLL */ 15415 +# define NCURSES_IMPEXP __declspec(dllimport) 15416 +# endif 15417 +# define NCURSES_API __cdecl 15418 +# define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API 15419 +# define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type 15420 +#endif 15421 + 15422 +/* Take care of non-cygwin platforms */ 15423 +#if !defined(NCURSES_IMPEXP) 15424 +# define NCURSES_IMPEXP /* nothing */ 15425 +#endif 15426 +#if !defined(NCURSES_API) 15427 +# define NCURSES_API /* nothing */ 15428 +#endif 15429 +#if !defined(NCURSES_EXPORT) 15430 +# define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API 15431 +#endif 15432 +#if !defined(NCURSES_EXPORT_VAR) 15433 +# define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type 15434 +#endif 15435 + 15436 +#endif /* NCURSES_DLL_H_incl */ 15437 diff -Naur ncurses-5.7.orig/include/ncurses_mingw.h ncurses-5.7/include/ncurses_mingw.h 15438 --- ncurses-5.7.orig/include/ncurses_mingw.h 1969-12-31 16:00:00.000000000 -0800 15439 +++ ncurses-5.7/include/ncurses_mingw.h 2009-07-19 15:04:11.000000000 -0700 15440 @@ -0,0 +1,164 @@ 15441 +/**************************************************************************** 15442 + * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 15443 + * * 15444 + * Permission is hereby granted, free of charge, to any person obtaining a * 15445 + * copy of this software and associated documentation files (the * 15446 + * "Software"), to deal in the Software without restriction, including * 15447 + * without limitation the rights to use, copy, modify, merge, publish, * 15448 + * distribute, distribute with modifications, sublicense, and/or sell * 15449 + * copies of the Software, and to permit persons to whom the Software is * 15450 + * furnished to do so, subject to the following conditions: * 15451 + * * 15452 + * The above copyright notice and this permission notice shall be included * 15453 + * in all copies or substantial portions of the Software. * 15454 + * * 15455 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 15456 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 15457 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 15458 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 15459 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 15460 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 15461 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 15462 + * * 15463 + * Except as contained in this notice, the name(s) of the above copyright * 15464 + * holders shall not be used in advertising or otherwise to promote the * 15465 + * sale, use or other dealings in this Software without prior written * 15466 + * authorization. * 15467 + ****************************************************************************/ 15468 + 15469 +/**************************************************************************** 15470 + * Author: Juergen Pfeifer, 2008-on * 15471 + * * 15472 + ****************************************************************************/ 15473 + 15474 +/* $Id: ncurses_mingw.h,v 1.1 2008/12/14 19:22:16 juergen Exp $ */ 15475 + 15476 +/* 15477 + * This is a placholder up to now and describes what needs to be implemented 15478 + * to support I/O to external terminals with ncurses on the Windows OS. 15479 + */ 15480 + 15481 +#if __MINGW32__ 15482 +#ifndef _NC_MINGWH 15483 +#define _NC_MINGWH 15484 + 15485 +#define USE_CONSOLE_DRIVER 1 15486 + 15487 +#undef TERMIOS 15488 +#define TERMIOS 1 15489 + 15490 +#define InvalidHandle ((TERM_HANDLE)-1) 15491 +#define InvalidConsoleHandle(s) ((s)==InvalidHandle) 15492 + 15493 +typedef unsigned char cc_t; 15494 +typedef unsigned int speed_t; 15495 +typedef unsigned int tcflag_t; 15496 + 15497 +#define NCCS 32 15498 +struct termios 15499 +{ 15500 + tcflag_t c_iflag; /* input mode */ 15501 + tcflag_t c_oflag; /* output mode */ 15502 + tcflag_t c_cflag; /* control mode */ 15503 + tcflag_t c_lflag; /* local mode */ 15504 + cc_t c_line; /* line discipline */ 15505 + cc_t c_cc[NCCS]; /* control characters */ 15506 + speed_t c_ispeed; /* input speed */ 15507 + speed_t c_ospeed; /* c_ospeed */ 15508 +}; 15509 + 15510 +/* c_cc chars */ 15511 +#define VINTR 0 15512 +#define VQUIT 1 15513 +#define VERASE 2 15514 +#define VKILL 3 15515 +#define VEOF 4 15516 +#define VTIME 5 15517 +#define VMIN 6 15518 + 15519 +/* c_iflag bits */ 15520 +#define ISTRIP 0000040 15521 +#define INLCR 0000100 15522 +#define IGNCR 0000200 15523 +#define ICRNL 0000400 15524 +#define BRKINT 0000002 15525 +#define PARMRK 0000010 15526 +#define IXON 0002000 15527 +#define IGNBRK 0000001 15528 +#define IGNPAR 0000004 15529 +#define INPCK 0000020 15530 +#define IXOFF 0010000 15531 + 15532 +/* c_oflag bits */ 15533 +#define OPOST 0000001 15534 + 15535 +/* c_cflag bit meaning */ 15536 +#define CBAUD 0010017 15537 +#define CSIZE 0000060 15538 +#define CS8 0000060 15539 +#define B0 0000000 15540 +#define B50 0000001 15541 +#define B75 0000002 15542 +#define B110 0000003 15543 +#define B134 0000004 15544 +#define B150 0000005 15545 +#define B200 0000006 15546 +#define B300 0000007 15547 +#define B600 0000010 15548 +#define B1200 0000011 15549 +#define B1800 0000012 15550 +#define B2400 0000013 15551 +#define B4800 0000014 15552 +#define B9600 0000015 15553 +#define CLOCAL 0004000 15554 +#define CREAD 0000200 15555 +#define CSTOPB 0000100 15556 +#define HUPCL 0002000 15557 +#define PARENB 0000400 15558 +#define PARODD 0001000 15559 + 15560 +/* c_lflag bits */ 15561 +#define ECHO 0000010 15562 +#define ECHONL 0000100 15563 +#define ISIG 0000001 15564 +#define IEXTEN 0100000 15565 +#define ICANON 0000002 15566 +#define NOFLSH 0000200 15567 +#define ECHOE 0000020 15568 +#define ECHOK 0000040 15569 + 15570 +/* tcflush() */ 15571 +#define TCIFLUSH 0 15572 + 15573 +/* tcsetattr uses these */ 15574 +#define TCSADRAIN 1 15575 + 15576 +/* ioctls */ 15577 +#define TCGETA 0x5405 15578 +#define TCFLSH 0x540B 15579 +#define TIOCGWINSZ 0x5413 15580 + 15581 +extern int _nc_mingw_ioctl(int fd, long int request, struct termios* arg); 15582 +extern void _nc_set_term_driver(void* term); 15583 + 15584 +#ifndef cfgetospeed 15585 +#define cfgetospeed(t) ((t)->c_cflag & CBAUD) 15586 +#endif 15587 + 15588 +#ifndef tcsetattr 15589 +#define tcsetattr(fd, cmd, arg) _nc_mingw_ioctl(fd, cmd, arg) 15590 +#endif 15591 + 15592 +#ifndef tcgetattr 15593 +#define tcgetattr(fd, arg) _nc_mingw_ioctl(fd, TCGETA, arg) 15594 +#endif 15595 + 15596 +#ifndef tcflush 15597 +#define tcflush(fd, arg) _nc_mingw_ioctl(fd, TCFLSH, arg) 15598 +#endif 15599 + 15600 +#undef ttyname 15601 +#define ttyname(fd) NULL 15602 + 15603 +#endif 15604 +#endif 14852 15605 diff -Naur ncurses-5.7.orig/include/term_entry.h ncurses-5.7/include/term_entry.h 14853 15606 --- ncurses-5.7.orig/include/term_entry.h 2008-08-16 09:16:03.000000000 -0700 14854 +++ ncurses-5.7/include/term_entry.h 2009-06-05 14:01:33.000000000 -0700 15607 +++ ncurses-5.7/include/term_entry.h 2009-07-19 15:04:15.000000000 -0700 15608 @@ -1,5 +1,5 @@ 15609 /**************************************************************************** 15610 - * Copyright (c) 1998-2005,2008 Free Software Foundation, Inc. * 15611 + * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 15612 * * 15613 * Permission is hereby granted, free of charge, to any person obtaining a * 15614 * copy of this software and associated documentation files (the * 14855 15615 @@ -32,7 +32,7 @@ 14856 15616 * and: Thomas E. Dickey 1998-on * … … 14858 15618 14859 15619 -/* $Id: term_entry.h,v 1.35 2008/08/16 16:16:03 tom Exp $ */ 14860 +/* $Id: term_entry.h,v 1.3 6 2008/11/16 00:19:59 juergenExp $ */15620 +/* $Id: term_entry.h,v 1.37 2009/07/11 16:52:29 tom Exp $ */ 14861 15621 14862 15622 /* 14863 15623 * term_entry.h -- interface to entry-manipulation code 14864 @@ -81, 7 +81,7@@15624 @@ -81,12 +81,18 @@ 14865 15625 #define EXT_NAMES(tp,i,limit,index,table) table[i] 14866 15626 #endif … … 14871 15631 #define for_each_boolean(n,tp) for(n = 0; n < NUM_BOOLEANS(tp); n++) 14872 15632 #define for_each_number(n,tp) for(n = 0; n < NUM_NUMBERS(tp); n++) 15633 #define for_each_string(n,tp) for(n = 0; n < NUM_STRINGS(tp); n++) 15634 15635 +#if NCURSES_XNAMES 15636 +#define for_each_ext_boolean(n,tp) for(n = BOOLCOUNT; n < NUM_BOOLEANS(tp); n++) 15637 +#define for_each_ext_number(n,tp) for(n = NUMCOUNT; n < NUM_NUMBERS(tp); n++) 15638 +#define for_each_ext_string(n,tp) for(n = STRCOUNT; n < NUM_STRINGS(tp); n++) 15639 +#endif 15640 + 15641 #define ExtBoolname(tp,i,names) EXT_NAMES(tp, i, BOOLCOUNT, (i - (tp->num_Booleans - tp->ext_Booleans)), names) 15642 #define ExtNumname(tp,i,names) EXT_NAMES(tp, i, NUMCOUNT, (i - (tp->num_Numbers - tp->ext_Numbers)) + tp->ext_Booleans, names) 15643 #define ExtStrname(tp,i,names) EXT_NAMES(tp, i, STRCOUNT, (i - (tp->num_Strings - tp->ext_Strings)) + (tp->ext_Numbers + tp->ext_Booleans), names) 15644 diff -Naur ncurses-5.7.orig/include/tic.h ncurses-5.7/include/tic.h 15645 --- ncurses-5.7.orig/include/tic.h 2007-08-11 09:12:43.000000000 -0700 15646 +++ ncurses-5.7/include/tic.h 2009-07-19 15:04:15.000000000 -0700 15647 @@ -1,5 +1,5 @@ 15648 /**************************************************************************** 15649 - * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. * 15650 + * Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. * 15651 * * 15652 * Permission is hereby granted, free of charge, to any person obtaining a * 15653 * copy of this software and associated documentation files (the * 15654 @@ -33,7 +33,7 @@ 15655 ****************************************************************************/ 15656 15657 /* 15658 - * $Id: tic.h,v 1.62 2007/08/11 16:12:43 tom Exp $ 15659 + * $Id: tic.h,v 1.63 2009/07/11 18:11:15 tom Exp $ 15660 * tic.h - Global variables and structures for the terminfo 15661 * compiler. 15662 */ 15663 @@ -246,7 +246,7 @@ 15664 extern NCURSES_EXPORT(struct name_table_entry const *) _nc_find_entry 15665 (const char *, const short *); 15666 extern NCURSES_EXPORT(struct name_table_entry const *) _nc_find_type_entry 15667 - (const char *, int, const struct name_table_entry *); 15668 + (const char *, int, bool); 15669 15670 /* comp_scan.c: lexical analysis */ 15671 extern NCURSES_EXPORT(int) _nc_get_token (bool); 14873 15672 diff -Naur ncurses-5.7.orig/include/unctrl.h.in ncurses-5.7/include/unctrl.h.in 14874 15673 --- ncurses-5.7.orig/include/unctrl.h.in 2001-03-24 13:53:25.000000000 -0800 14875 +++ ncurses-5.7/include/unctrl.h.in 2009-0 6-05 14:01:44.000000000 -070015674 +++ ncurses-5.7/include/unctrl.h.in 2009-07-19 15:03:53.000000000 -0700 14876 15675 @@ -1,5 +1,5 @@ 14877 15676 /**************************************************************************** … … 14903 15702 diff -Naur ncurses-5.7.orig/INSTALL ncurses-5.7/INSTALL 14904 15703 --- ncurses-5.7.orig/INSTALL 2008-11-02 13:13:51.000000000 -0800 14905 +++ ncurses-5.7/INSTALL 2009-0 6-05 14:01:24.000000000 -070015704 +++ ncurses-5.7/INSTALL 2009-07-19 15:04:17.000000000 -0700 14906 15705 @@ -1,5 +1,5 @@ 14907 15706 ------------------------------------------------------------------------------- … … 14916 15715 ------------------------------------------------------------------------------- 14917 15716 --- $Id: INSTALL,v 1.135 2008/11/02 21:13:51 tom Exp $ 14918 +-- $Id: INSTALL,v 1.13 8 2009/03/21 20:23:29tom Exp $15717 +-- $Id: INSTALL,v 1.139 2009/07/18 20:50:08 tom Exp $ 14919 15718 --------------------------------------------------------------------- 14920 15719 How to install Ncurses/Terminfo on your system … … 14932 15731 Compile experimental configuration which improves reentrant use of the 14933 15732 library by reducing global and static variables. This option is also 14934 @@ -850,6 +855,9 @@ 15733 @@ -682,6 +687,10 @@ 15734 to use a terminfo database which is compatible with the native 15735 applications. 15736 15737 + --with-ccharw-max=XXX 15738 + Override the size of the wide-character array in cchar_t structures. 15739 + Changing this will alter the binary interface. This defaults to 5. 15740 + 15741 --with-chtype=TYPE 15742 Override type of chtype, which stores the video attributes and (if 15743 --enable-widec is not given) a character. Prior to ncurses 5.5, this 15744 @@ -850,6 +859,9 @@ 14935 15745 those using termcap, do not use the higher speeds. Your application 14936 15746 (or system, in general) may or may not. … … 14942 15752 Generate profile-libraries These are named by adding "_p" to the root, 14943 15753 e.g., libncurses_p.a 14944 @@ -946,6 +95 4,17 @@15754 @@ -946,6 +958,17 @@ 14945 15755 For testing, compile with debug option. 14946 15756 This also sets the --disable-leaks option. … … 14960 15770 Suppress the configure script's check for Ada95, do not build the 14961 15771 Ada95 binding and related demo. 14962 @@ -975,6 +99 4,9 @@15772 @@ -975,6 +998,9 @@ 14963 15773 --without-dlsym 14964 15774 Do not use dlsym() to load GPM dynamically. … … 14970 15780 Tell the configure script to suppress the build of ncurses' application 14971 15781 programs (e.g., tic). The test applications will still be built if you 15782 diff -Naur ncurses-5.7.orig/Makefile.in ncurses-5.7/Makefile.in 15783 --- ncurses-5.7.orig/Makefile.in 2005-01-29 11:30:06.000000000 -0800 15784 +++ ncurses-5.7/Makefile.in 2009-07-19 15:04:11.000000000 -0700 15785 @@ -1,4 +1,4 @@ 15786 -# $Id: Makefile.in,v 1.24 2005/01/29 19:30:06 tom Exp $ 15787 +# $Id: Makefile.in,v 1.25 2008/11/16 00:19:59 juergen Exp $ 15788 ############################################################################## 15789 # Copyright (c) 1998-2004,2005 Free Software Foundation, Inc. # 15790 # # 15791 @@ -83,6 +83,9 @@ 15792 fgrep NCURSES_VERSION $(includedir)/curses.h >/dev/null || \ 15793 echo '** Will overwrite non-ncurses curses.h' 15794 15795 +dlls: libs 15796 + sh mk-dlls.sh 15797 + 15798 # Put the common rules here so that we can easily construct the list of 15799 # directories to visit. 15800 all \ 15801 @@ -95,3 +98,4 @@ 15802 tags \ 15803 uninstall \ 15804 install :: 15805 + 14972 15806 diff -Naur ncurses-5.7.orig/man/curs_color.3x ncurses-5.7/man/curs_color.3x 14973 15807 --- ncurses-5.7.orig/man/curs_color.3x 2005-12-17 16:00:37.000000000 -0800 14974 +++ ncurses-5.7/man/curs_color.3x 2009-0 6-05 14:01:11.000000000 -070015808 +++ ncurses-5.7/man/curs_color.3x 2009-07-19 15:02:16.000000000 -0700 14975 15809 @@ -1,5 +1,5 @@ 14976 15810 .\"*************************************************************************** … … 15001 15835 - 15002 15836 The value of the second and 15837 diff -Naur ncurses-5.7.orig/man/curs_getcchar.3x ncurses-5.7/man/curs_getcchar.3x 15838 --- ncurses-5.7.orig/man/curs_getcchar.3x 2008-05-17 12:37:05.000000000 -0700 15839 +++ ncurses-5.7/man/curs_getcchar.3x 2009-07-19 15:04:17.000000000 -0700 15840 @@ -1,5 +1,5 @@ 15841 .\"*************************************************************************** 15842 -.\" Copyright (c) 2001-2006,2008 Free Software Foundation, Inc. * 15843 +.\" Copyright (c) 2001-2008,2009 Free Software Foundation, Inc. * 15844 .\" * 15845 .\" Permission is hereby granted, free of charge, to any person obtaining a * 15846 .\" copy of this software and associated documentation files (the * 15847 @@ -26,7 +26,7 @@ 15848 .\" authorization. * 15849 .\"*************************************************************************** 15850 .\" 15851 -.\" $Id: curs_getcchar.3x,v 1.11 2008/05/17 19:37:05 tom Exp $ 15852 +.\" $Id: curs_getcchar.3x,v 1.12 2009/07/18 16:10:56 tom Exp $ 15853 .TH curs_getcchar 3X "" 15854 .SH NAME 15855 \fBgetcchar\fP, 15856 @@ -126,7 +126,8 @@ 15857 .PP 15858 When \fIwch\fP is a null pointer, 15859 \fBgetcchar\fP returns the number of wide characters referenced by 15860 -\fIwcval\fP. 15861 +\fIwcval\fP, 15862 +including one for a trailing null. 15863 .PP 15864 When \fIwch\fP is not a null pointer, 15865 \fBgetcchar\fP returns \fBOK\fP upon successful completion, 15003 15866 diff -Naur ncurses-5.7.orig/man/curs_mouse.3x ncurses-5.7/man/curs_mouse.3x 15004 15867 --- ncurses-5.7.orig/man/curs_mouse.3x 2006-12-30 15:43:34.000000000 -0800 15005 +++ ncurses-5.7/man/curs_mouse.3x 2009-0 6-05 14:00:52.000000000 -070015868 +++ ncurses-5.7/man/curs_mouse.3x 2009-07-19 15:01:57.000000000 -0700 15006 15869 @@ -1,6 +1,6 @@ 15007 15870 '\" t … … 15049 15912 diff -Naur ncurses-5.7.orig/man/form_field_validation.3x ncurses-5.7/man/form_field_validation.3x 15050 15913 --- ncurses-5.7.orig/man/form_field_validation.3x 2006-12-24 08:08:08.000000000 -0800 15051 +++ ncurses-5.7/man/form_field_validation.3x 2009-0 6-05 14:01:33.000000000 -070015914 +++ ncurses-5.7/man/form_field_validation.3x 2009-07-19 15:03:51.000000000 -0700 15052 15915 @@ -26,7 +26,7 @@ 15053 15916 .\" authorization. * … … 15072 15935 diff -Naur ncurses-5.7.orig/man/keybound.3x ncurses-5.7/man/keybound.3x 15073 15936 --- ncurses-5.7.orig/man/keybound.3x 2006-02-25 13:47:06.000000000 -0800 15074 +++ ncurses-5.7/man/keybound.3x 2009-0 6-05 14:00:57.000000000 -070015937 +++ ncurses-5.7/man/keybound.3x 2009-07-19 15:02:02.000000000 -0700 15075 15938 @@ -1,5 +1,5 @@ 15076 15939 .\"*************************************************************************** … … 15093 15956 diff -Naur ncurses-5.7.orig/man/tabs.1 ncurses-5.7/man/tabs.1 15094 15957 --- ncurses-5.7.orig/man/tabs.1 1969-12-31 16:00:00.000000000 -0800 15095 +++ ncurses-5.7/man/tabs.1 2009-0 6-05 14:00:50.000000000 -070015958 +++ ncurses-5.7/man/tabs.1 2009-07-19 15:01:56.000000000 -0700 15096 15959 @@ -0,0 +1,143 @@ 15097 15960 +.\"*************************************************************************** … … 15240 16103 diff -Naur ncurses-5.7.orig/man/tset.1 ncurses-5.7/man/tset.1 15241 16104 --- ncurses-5.7.orig/man/tset.1 2006-12-24 07:00:30.000000000 -0800 15242 +++ ncurses-5.7/man/tset.1 2009-0 6-05 14:00:50.000000000 -070016105 +++ ncurses-5.7/man/tset.1 2009-07-19 15:01:56.000000000 -0700 15243 16106 @@ -1,5 +1,5 @@ 15244 16107 .\"*************************************************************************** … … 15261 16124 diff -Naur ncurses-5.7.orig/MANIFEST ncurses-5.7/MANIFEST 15262 16125 --- ncurses-5.7.orig/MANIFEST 2008-10-25 16:47:24.000000000 -0700 15263 +++ ncurses-5.7/MANIFEST 2009-06-05 14:01:21.000000000 -0700 15264 @@ -640,6 +640,7 @@ 16126 +++ ncurses-5.7/MANIFEST 2009-07-19 15:04:15.000000000 -0700 16127 @@ -172,6 +172,7 @@ 16128 ./Makefile.os2 16129 ./NEWS 16130 ./README 16131 +./README.MinGW 16132 ./README.emx 16133 ./TO-DO 16134 ./aclocal.m4 16135 @@ -479,6 +480,7 @@ 16136 ./form/fty_alnum.c 16137 ./form/fty_alpha.c 16138 ./form/fty_enum.c 16139 +./form/fty_generic.c 16140 ./form/fty_int.c 16141 ./form/fty_ipv4.c 16142 ./form/fty_num.c 16143 @@ -507,11 +509,13 @@ 16144 ./include/hashed_db.h 16145 ./include/headers 16146 ./include/nc_alloc.h 16147 +./include/nc_mingw.h 16148 ./include/nc_panel.h 16149 ./include/nc_tparm.h 16150 ./include/ncurses_cfg.hin 16151 ./include/ncurses_defs 16152 -./include/ncurses_dll.h 16153 +./include/ncurses_dll.h.in 16154 +./include/ncurses_mingw.h 16155 ./include/term_entry.h 16156 ./include/termcap.h.in 16157 ./include/tic.h 16158 @@ -640,6 +644,7 @@ 15265 16159 ./man/ncurses.3x 15266 16160 ./man/panel.3x … … 15270 16164 ./man/term.7 15271 16165 ./man/terminfo.head 15272 @@ -694,6 +69 5,7 @@16166 @@ -694,6 +699,7 @@ 15273 16167 ./misc/emx.src 15274 16168 ./misc/form.def … … 15278 16172 ./misc/jpf-indent 15279 16173 ./misc/makedef.cmd 15280 @@ -947,9 +949,11 @@ 16174 @@ -718,6 +724,7 @@ 16175 ./mk-0th.awk 16176 ./mk-1st.awk 16177 ./mk-2nd.awk 16178 +./mk-dlls.sh 16179 ./mk-hdr.awk 16180 ./mkdirs.sh 16181 ./ncurses/Makefile.in 16182 @@ -748,6 +755,7 @@ 16183 ./ncurses/base/lib_delch.c 16184 ./ncurses/base/lib_delwin.c 16185 ./ncurses/base/lib_dft_fgbg.c 16186 +./ncurses/base/lib_driver.c 16187 ./ncurses/base/lib_echo.c 16188 ./ncurses/base/lib_endwin.c 16189 ./ncurses/base/lib_erase.c 16190 @@ -817,6 +825,7 @@ 16191 ./ncurses/fifo_defs.h 16192 ./ncurses/llib-lncurses 16193 ./ncurses/llib-lncursest 16194 +./ncurses/llib-lncursestw 16195 ./ncurses/llib-lncursesw 16196 ./ncurses/modules 16197 ./ncurses/tinfo/MKcaptab.awk 16198 @@ -870,6 +879,7 @@ 16199 ./ncurses/tinfo/read_termcap.c 16200 ./ncurses/tinfo/setbuf.c 16201 ./ncurses/tinfo/strings.c 16202 +./ncurses/tinfo/tinfo_driver.c 16203 ./ncurses/tinfo/trim_sgr0.c 16204 ./ncurses/tinfo/use_screen.c 16205 ./ncurses/tinfo/write_entry.c 16206 @@ -915,6 +925,8 @@ 16207 ./ncurses/widechar/lib_vline_set.c 16208 ./ncurses/widechar/lib_wacs.c 16209 ./ncurses/widechar/lib_wunctrl.c 16210 +./ncurses/win32con/gettimeofday.c 16211 +./ncurses/win32con/win_driver.c 16212 ./panel/Makefile.in 16213 ./panel/headers 16214 ./panel/llib-lpanel 16215 @@ -947,9 +959,11 @@ 15281 16216 ./progs/infocmp.c 15282 16217 ./progs/modules … … 15290 16225 ./tar-copy.sh 15291 16226 ./test/Makefile.in 15292 @@ -963,6 +9 67,7 @@16227 @@ -963,6 +977,7 @@ 15293 16228 ./test/cardfile.c 15294 16229 ./test/cardfile.dat … … 15298 16233 ./test/configure 15299 16234 ./test/configure.in 15300 @@ -990,6 +995,7 @@ 16235 @@ -973,6 +988,7 @@ 16236 ./test/demo_menus.c 16237 ./test/demo_panels.c 16238 ./test/demo_termcap.c 16239 +./test/demo_terminfo.c 16240 ./test/ditto.c 16241 ./test/dots.c 16242 ./test/dots_mvcur.c 16243 @@ -990,6 +1006,7 @@ 15301 16244 ./test/inch_wide.c 15302 16245 ./test/inchs.c … … 15308 16251 diff -Naur ncurses-5.7.orig/menu/Makefile.in ncurses-5.7/menu/Makefile.in 15309 16252 --- ncurses-5.7.orig/menu/Makefile.in 2007-04-28 07:56:11.000000000 -0700 15310 +++ ncurses-5.7/menu/Makefile.in 2009-0 6-05 14:01:30.000000000 -070016253 +++ ncurses-5.7/menu/Makefile.in 2009-07-19 15:03:48.000000000 -0700 15311 16254 @@ -1,6 +1,6 @@ 15312 16255 -# $Id: Makefile.in,v 1.48 2007/04/28 14:56:11 tom Exp $ … … 15337 16280 diff -Naur ncurses-5.7.orig/menu/m_attribs.c ncurses-5.7/menu/m_attribs.c 15338 16281 --- ncurses-5.7.orig/menu/m_attribs.c 2004-12-11 15:29:12.000000000 -0800 15339 +++ ncurses-5.7/menu/m_attribs.c 2009-0 6-05 14:01:33.000000000 -070016282 +++ ncurses-5.7/menu/m_attribs.c 2009-07-19 15:03:51.000000000 -0700 15340 16283 @@ -37,7 +37,7 @@ 15341 16284 … … 15367 16310 diff -Naur ncurses-5.7.orig/menu/m_cursor.c ncurses-5.7/menu/m_cursor.c 15368 16311 --- ncurses-5.7.orig/menu/m_cursor.c 2005-10-22 16:03:32.000000000 -0700 15369 +++ ncurses-5.7/menu/m_cursor.c 2009-0 6-05 14:01:18.000000000 -070016312 +++ ncurses-5.7/menu/m_cursor.c 2009-07-19 15:02:23.000000000 -0700 15370 16313 @@ -1,5 +1,5 @@ 15371 16314 /**************************************************************************** … … 15395 16338 diff -Naur ncurses-5.7.orig/menu/m_driver.c ncurses-5.7/menu/m_driver.c 15396 16339 --- ncurses-5.7.orig/menu/m_driver.c 2008-08-03 15:08:22.000000000 -0700 15397 +++ ncurses-5.7/menu/m_driver.c 2009-0 6-05 14:01:18.000000000 -070016340 +++ ncurses-5.7/menu/m_driver.c 2009-07-19 15:02:23.000000000 -0700 15398 16341 @@ -1,5 +1,5 @@ 15399 16342 /**************************************************************************** … … 15423 16366 diff -Naur ncurses-5.7.orig/menu/menu.h ncurses-5.7/menu/menu.h 15424 16367 --- ncurses-5.7.orig/menu/menu.h 2007-02-24 09:32:13.000000000 -0800 15425 +++ ncurses-5.7/menu/menu.h 2009-0 6-05 14:01:33.000000000 -070016368 +++ ncurses-5.7/menu/menu.h 2009-07-19 15:03:51.000000000 -0700 15426 16369 @@ -1,5 +1,5 @@ 15427 16370 /**************************************************************************** … … 15453 16396 diff -Naur ncurses-5.7.orig/menu/menu.priv.h ncurses-5.7/menu/menu.priv.h 15454 16397 --- ncurses-5.7.orig/menu/menu.priv.h 2005-01-15 17:02:23.000000000 -0800 15455 +++ ncurses-5.7/menu/menu.priv.h 2009-0 6-05 14:01:18.000000000 -070016398 +++ ncurses-5.7/menu/menu.priv.h 2009-07-19 15:02:23.000000000 -0700 15456 16399 @@ -1,5 +1,5 @@ 15457 16400 /**************************************************************************** … … 15486 16429 diff -Naur ncurses-5.7.orig/menu/m_global.c ncurses-5.7/menu/m_global.c 15487 16430 --- ncurses-5.7.orig/menu/m_global.c 2005-12-31 13:51:52.000000000 -0800 15488 +++ ncurses-5.7/menu/m_global.c 2009-0 6-05 14:01:18.000000000 -070016431 +++ ncurses-5.7/menu/m_global.c 2009-07-19 15:02:23.000000000 -0700 15489 16432 @@ -1,5 +1,5 @@ 15490 16433 /**************************************************************************** … … 15527 16470 diff -Naur ncurses-5.7.orig/menu/m_new.c ncurses-5.7/menu/m_new.c 15528 16471 --- ncurses-5.7.orig/menu/m_new.c 2006-11-04 11:04:06.000000000 -0800 15529 +++ ncurses-5.7/menu/m_new.c 2009-0 6-05 14:01:33.000000000 -070016472 +++ ncurses-5.7/menu/m_new.c 2009-07-19 15:03:51.000000000 -0700 15530 16473 @@ -1,5 +1,5 @@ 15531 16474 /**************************************************************************** … … 15614 16557 diff -Naur ncurses-5.7.orig/menu/m_pad.c ncurses-5.7/menu/m_pad.c 15615 16558 --- ncurses-5.7.orig/menu/m_pad.c 2004-12-25 13:40:58.000000000 -0800 15616 +++ ncurses-5.7/menu/m_pad.c 2009-0 6-05 14:01:33.000000000 -070016559 +++ ncurses-5.7/menu/m_pad.c 2009-07-19 15:03:51.000000000 -0700 15617 16560 @@ -37,19 +37,19 @@ 15618 16561 … … 15640 16583 diff -Naur ncurses-5.7.orig/menu/m_post.c ncurses-5.7/menu/m_post.c 15641 16584 --- ncurses-5.7.orig/menu/m_post.c 2004-12-25 15:57:04.000000000 -0800 15642 +++ ncurses-5.7/menu/m_post.c 2009-0 6-05 14:01:18.000000000 -070016585 +++ ncurses-5.7/menu/m_post.c 2009-07-19 15:02:23.000000000 -0700 15643 16586 @@ -1,5 +1,5 @@ 15644 16587 /**************************************************************************** … … 15677 16620 diff -Naur ncurses-5.7.orig/menu/m_sub.c ncurses-5.7/menu/m_sub.c 15678 16621 --- ncurses-5.7.orig/menu/m_sub.c 2004-12-25 13:38:31.000000000 -0800 15679 +++ ncurses-5.7/menu/m_sub.c 2009-0 6-05 14:01:33.000000000 -070016622 +++ ncurses-5.7/menu/m_sub.c 2009-07-19 15:03:51.000000000 -0700 15680 16623 @@ -37,7 +37,7 @@ 15681 16624 … … 15723 16666 diff -Naur ncurses-5.7.orig/menu/m_win.c ncurses-5.7/menu/m_win.c 15724 16667 --- ncurses-5.7.orig/menu/m_win.c 2004-12-25 13:39:20.000000000 -0800 15725 +++ ncurses-5.7/menu/m_win.c 2009-0 6-05 14:01:33.000000000 -070016668 +++ ncurses-5.7/menu/m_win.c 2009-07-19 15:03:51.000000000 -0700 15726 16669 @@ -37,7 +37,7 @@ 15727 16670 … … 15778 16721 diff -Naur ncurses-5.7.orig/misc/gen-pkgconfig.in ncurses-5.7/misc/gen-pkgconfig.in 15779 16722 --- ncurses-5.7.orig/misc/gen-pkgconfig.in 1969-12-31 16:00:00.000000000 -0800 15780 +++ ncurses-5.7/misc/gen-pkgconfig.in 2009-0 6-05 14:01:21.000000000 -070016723 +++ ncurses-5.7/misc/gen-pkgconfig.in 2009-07-19 15:03:43.000000000 -0700 15781 16724 @@ -0,0 +1,140 @@ 15782 16725 +#!@SHELL@ … … 15922 16865 diff -Naur ncurses-5.7.orig/misc/Makefile.in ncurses-5.7/misc/Makefile.in 15923 16866 --- ncurses-5.7.orig/misc/Makefile.in 2007-03-31 08:54:17.000000000 -0700 15924 +++ ncurses-5.7/misc/Makefile.in 2009-0 6-05 14:01:12.000000000 -070016867 +++ ncurses-5.7/misc/Makefile.in 2009-07-19 15:02:18.000000000 -0700 15925 16868 @@ -1,6 +1,6 @@ 15926 16869 -# $Id: Makefile.in,v 1.43 2007/03/31 15:54:17 tom Exp $ … … 16005 16948 diff -Naur ncurses-5.7.orig/misc/ncu-indent ncurses-5.7/misc/ncu-indent 16006 16949 --- ncurses-5.7.orig/misc/ncu-indent 2008-08-03 08:46:44.000000000 -0700 16007 +++ ncurses-5.7/misc/ncu-indent 2009-0 6-05 14:01:18.000000000 -070016950 +++ ncurses-5.7/misc/ncu-indent 2009-07-19 15:02:23.000000000 -0700 16008 16951 @@ -26,7 +26,7 @@ 16009 16952 #* sale, use or other dealings in this Software without prior written * … … 16054 16997 diff -Naur ncurses-5.7.orig/misc/ncurses-config.in ncurses-5.7/misc/ncurses-config.in 16055 16998 --- ncurses-5.7.orig/misc/ncurses-config.in 2007-03-17 13:02:19.000000000 -0700 16056 +++ ncurses-5.7/misc/ncurses-config.in 2009-0 6-05 14:01:21.000000000 -070016999 +++ ncurses-5.7/misc/ncurses-config.in 2009-07-19 15:03:43.000000000 -0700 16057 17000 @@ -1,7 +1,7 @@ 16058 17001 #!@SHELL@ … … 16189 17132 diff -Naur ncurses-5.7.orig/misc/terminfo.src ncurses-5.7/misc/terminfo.src 16190 17133 --- ncurses-5.7.orig/misc/terminfo.src 2008-10-12 16:03:54.000000000 -0700 16191 +++ ncurses-5.7/misc/terminfo.src 2009-0 6-05 14:01:49.000000000 -070017134 +++ ncurses-5.7/misc/terminfo.src 2009-07-19 15:03:58.000000000 -0700 16192 17135 @@ -6,8 +6,8 @@ 16193 17136 # Report bugs and new terminal descriptions to … … 16489 17432 diff -Naur ncurses-5.7.orig/mk-1st.awk ncurses-5.7/mk-1st.awk 16490 17433 --- ncurses-5.7.orig/mk-1st.awk 2007-03-24 15:10:55.000000000 -0700 16491 +++ ncurses-5.7/mk-1st.awk 2009-0 6-05 14:01:30.000000000 -070017434 +++ ncurses-5.7/mk-1st.awk 2009-07-19 15:03:48.000000000 -0700 16492 17435 @@ -1,6 +1,6 @@ 16493 17436 -# $Id: mk-1st.awk,v 1.78 2007/03/24 22:10:55 tom Exp $ … … 16532 17475 if ( host == "vxworks" ) 16533 17476 { 17477 diff -Naur ncurses-5.7.orig/mk-dlls.sh ncurses-5.7/mk-dlls.sh 17478 --- ncurses-5.7.orig/mk-dlls.sh 1969-12-31 16:00:00.000000000 -0800 17479 +++ ncurses-5.7/mk-dlls.sh 2009-07-19 15:04:11.000000000 -0700 17480 @@ -0,0 +1,93 @@ 17481 +#!/bin/sh 17482 +# $Id: mk-dlls.sh,v 1.1 2008/11/18 08:50:04 juergen Exp $ 17483 +############################################################################## 17484 +# Copyright (c) 2008 Free Software Foundation, Inc. # 17485 +# # 17486 +# Permission is hereby granted, free of charge, to any person obtaining a # 17487 +# copy of this software and associated documentation files (the "Software"), # 17488 +# to deal in the Software without restriction, including without limitation # 17489 +# the rights to use, copy, modify, merge, publish, distribute, distribute # 17490 +# with modifications, sublicense, and/or sell copies of the Software, and to # 17491 +# permit persons to whom the Software is furnished to do so, subject to the # 17492 +# following conditions: # 17493 +# # 17494 +# The above copyright notice and this permission notice shall be included in # 17495 +# all copies or substantial portions of the Software. # 17496 +# # 17497 +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR # 17498 +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # 17499 +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # 17500 +# THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # 17501 +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # 17502 +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # 17503 +# DEALINGS IN THE SOFTWARE. # 17504 +# # 17505 +# Except as contained in this notice, the name(s) of the above copyright # 17506 +# holders shall not be used in advertising or otherwise to promote the sale, # 17507 +# use or other dealings in this Software without prior written # 17508 +# authorization. # 17509 +############################################################################## 17510 +# 17511 +# Author: Juergen Pfeifer 17512 +# 17513 +# Build DLLs on MinGW 17514 +# 17515 +gcc -v 2>&1 | grep specs | grep mingw 17516 +if [ $? -eq 1 ]; then 17517 + echo "$0 requires a mingw environment" >&2 17518 +else 17519 + if [ -d lib ]; then 17520 + cf="-shared" 17521 + lf="--enable-auto-import" 17522 + pushd lib 2>&1 >/dev/null 17523 + for t in "" "t" 17524 + do 17525 + for m in "" "_g" 17526 + do 17527 + if [ -f libncurses${t}${m}.a ]; then 17528 + f=libncurses${t}${m}.a 17529 + g=`basename $f .a | cut -c 4-` 17530 + gi=libw${g}.a 17531 + td=tmp-${g} 17532 + rm -rf "${td}" 17533 + mkdir "${td}" 17534 + cd "${td}" 17535 + ar x ../${f} `ar t ../${f}` 17536 + gcc $cf -o w${g}.dll -Wl,--out-implib,${gi} -Wl,--output-def,w${g}.def -Wl,$lf `ar t ../$f` 17537 + lib //NOLOGO /MACHINE:i386 /DEF:w${g}.def 17538 + rm -f `ar t ../$f` 17539 + mv w${g}.dll .. 17540 + mv w${g}.lib .. 17541 + mv libw${g}.a .. 17542 + cd .. 17543 + rm -rf "${td}" 17544 + 17545 + for l in panel menu form 17546 + do 17547 + for f in lib${l}${t}${m}.a 17548 + do 17549 + g=`basename $f .a | cut -c 4-` 17550 + td=tmp-${g} 17551 + rm -rf "${td}" 17552 + mkdir "${td}" 17553 + echo $g 17554 + cd "${td}" 17555 + ar x ../$f `ar t ../$f` 17556 + gcc $cf -o w${g}.dll -Wl,--out-implib,libw${g}.a -Wl,--output-def,w${g}.def -Wl,$lf `ar t ../$f` ../${gi} 17557 + lib //NOLOGO /MACHINE:i386 /DEF:w${g}.def 17558 + rm -f `ar t ../$f` 17559 + mv w${g}.dll .. 17560 + mv w${g}.lib .. 17561 + mv libw${g}.a .. 17562 + cd .. 17563 + rm -rf "${td}" 17564 + done 17565 + done 17566 + fi 17567 + done 17568 + done 17569 + popd 17570 + else 17571 + echo lib has not been build >&2 17572 + fi 17573 +fi 16534 17574 diff -Naur ncurses-5.7.orig/ncurses/base/define_key.c ncurses-5.7/ncurses/base/define_key.c 16535 17575 --- ncurses-5.7.orig/ncurses/base/define_key.c 2006-12-30 15:23:31.000000000 -0800 16536 +++ ncurses-5.7/ncurses/base/define_key.c 2009-0 6-05 14:01:51.000000000 -070017576 +++ ncurses-5.7/ncurses/base/define_key.c 2009-07-19 15:03:59.000000000 -0700 16537 17577 @@ -1,5 +1,5 @@ 16538 17578 /**************************************************************************** … … 16607 17647 diff -Naur ncurses-5.7.orig/ncurses/base/keybound.c ncurses-5.7/ncurses/base/keybound.c 16608 17648 --- ncurses-5.7.orig/ncurses/base/keybound.c 2006-06-17 11:19:24.000000000 -0700 16609 +++ ncurses-5.7/ncurses/base/keybound.c 2009-0 6-05 14:01:16.000000000 -070017649 +++ ncurses-5.7/ncurses/base/keybound.c 2009-07-19 15:02:22.000000000 -0700 16610 17650 @@ -1,5 +1,5 @@ 16611 17651 /**************************************************************************** … … 16658 17698 diff -Naur ncurses-5.7.orig/ncurses/base/key_defined.c ncurses-5.7/ncurses/base/key_defined.c 16659 17699 --- ncurses-5.7.orig/ncurses/base/key_defined.c 2006-12-30 15:22:55.000000000 -0800 16660 +++ ncurses-5.7/ncurses/base/key_defined.c 2009-0 6-05 14:01:16.000000000 -070017700 +++ ncurses-5.7/ncurses/base/key_defined.c 2009-07-19 15:02:22.000000000 -0700 16661 17701 @@ -1,5 +1,5 @@ 16662 17702 /**************************************************************************** … … 16704 17744 diff -Naur ncurses-5.7.orig/ncurses/base/keyok.c ncurses-5.7/ncurses/base/keyok.c 16705 17745 --- ncurses-5.7.orig/ncurses/base/keyok.c 2006-12-30 08:22:33.000000000 -0800 16706 +++ ncurses-5.7/ncurses/base/keyok.c 2009-0 6-05 14:01:14.000000000 -070017746 +++ ncurses-5.7/ncurses/base/keyok.c 2009-07-19 15:04:06.000000000 -0700 16707 17747 @@ -1,5 +1,5 @@ 16708 17748 /**************************************************************************** … … 16724 17764 16725 17765 -MODULE_ID("$Id: keyok.c,v 1.7 2006/12/30 16:22:33 tom Exp $") 16726 +MODULE_ID("$Id: keyok.c,v 1. 8 2009/02/15 00:31:38tom Exp $")17766 +MODULE_ID("$Id: keyok.c,v 1.9 2009/06/06 19:24:57 tom Exp $") 16727 17767 16728 17768 /* 16729 17769 * Enable (or disable) ncurses' interpretation of a keycode by adding (or 16730 @@ -45, 7 +46,7@@17770 @@ -45,28 +46,33 @@ 16731 17771 */ 16732 17772 … … 16736 17776 { 16737 17777 int code = ERR; 16738 int count = 0; 16739 @@ -55,18 +56,18 @@ 17778 - int count = 0; 17779 - char *s; 17780 17781 + T((T_CALLED("keyok(%p, %d,%d)"), SP_PARM, c, flag)); 17782 +#ifdef USE_TERM_DRIVER 17783 + code = CallDriver_2(sp, kyOk, c, flag); 17784 +#else 17785 T((T_CALLED("keyok(%d,%d)"), c, flag)); 16740 17786 if (c >= 0) { 17787 + int count = 0; 17788 + char *s; 16741 17789 unsigned ch = (unsigned) c; 17790 + 16742 17791 if (flag) { 16743 17792 - while ((s = _nc_expand_try(SP->_key_ok, ch, &count, 0)) != 0 … … 16762 17811 count = 0; 16763 17812 if (code != OK) 16764 @@ -76,3 +77,11 @@ 17813 @@ -74,5 +80,14 @@ 17814 } 17815 } 16765 17816 } 17817 +#endif 16766 17818 returnCode(code); 16767 17819 } … … 16776 17828 diff -Naur ncurses-5.7.orig/ncurses/base/legacy_coding.c ncurses-5.7/ncurses/base/legacy_coding.c 16777 17829 --- ncurses-5.7.orig/ncurses/base/legacy_coding.c 2005-12-17 15:38:17.000000000 -0800 16778 +++ ncurses-5.7/ncurses/base/legacy_coding.c 2009-0 6-05 14:01:16.000000000 -070017830 +++ ncurses-5.7/ncurses/base/legacy_coding.c 2009-07-19 15:02:22.000000000 -0700 16779 17831 @@ -1,5 +1,5 @@ 16780 17832 /**************************************************************************** … … 16825 17877 diff -Naur ncurses-5.7.orig/ncurses/base/lib_addch.c ncurses-5.7/ncurses/base/lib_addch.c 16826 17878 --- ncurses-5.7.orig/ncurses/base/lib_addch.c 2008-08-16 12:20:04.000000000 -0700 16827 +++ ncurses-5.7/ncurses/base/lib_addch.c 2009-0 6-05 14:01:52.000000000 -070017879 +++ ncurses-5.7/ncurses/base/lib_addch.c 2009-07-19 15:04:01.000000000 -0700 16828 17880 @@ -1,5 +1,5 @@ 16829 17881 /**************************************************************************** … … 16941 17993 diff -Naur ncurses-5.7.orig/ncurses/base/lib_beep.c ncurses-5.7/ncurses/base/lib_beep.c 16942 17994 --- ncurses-5.7.orig/ncurses/base/lib_beep.c 2005-04-09 08:20:04.000000000 -0700 16943 +++ ncurses-5.7/ncurses/base/lib_beep.c 2009-0 6-05 14:01:54.000000000 -070017995 +++ ncurses-5.7/ncurses/base/lib_beep.c 2009-07-19 15:04:03.000000000 -0700 16944 17996 @@ -1,5 +1,5 @@ 16945 17997 /**************************************************************************** … … 17009 18061 diff -Naur ncurses-5.7.orig/ncurses/base/lib_color.c ncurses-5.7/ncurses/base/lib_color.c 17010 18062 --- ncurses-5.7.orig/ncurses/base/lib_color.c 2007-04-07 10:07:28.000000000 -0700 17011 +++ ncurses-5.7/ncurses/base/lib_color.c 2009-0 6-05 14:01:51.000000000 -070018063 +++ ncurses-5.7/ncurses/base/lib_color.c 2009-07-19 15:04:06.000000000 -0700 17012 18064 @@ -1,5 +1,5 @@ 17013 18065 /**************************************************************************** … … 17031 18083 -MODULE_ID("$Id: lib_color.c,v 1.85 2007/04/07 17:07:28 tom Exp $") 17032 18084 +#ifndef CUR 17033 +#define CUR SP_TERMTYPE 18085 +#define CUR SP_TERMTYPE 17034 18086 +#endif 17035 18087 + 17036 +MODULE_ID("$Id: lib_color.c,v 1.9 1 2009/05/10 00:48:29tom Exp $")18088 +MODULE_ID("$Id: lib_color.c,v 1.92 2009/06/06 20:26:16 tom Exp $") 17037 18089 17038 18090 /* … … 17099 18151 const color_t *tp; 17100 18152 int n; 18153 @@ -179,18 +199,18 @@ 18154 tp = (hue_lightness_saturation) ? hls_palette : cga_palette; 18155 for (n = 0; n < COLORS; n++) { 18156 if (InPalette(n)) { 18157 - SP->_color_table[n] = tp[n]; 18158 + SP_PARM->_color_table[n] = tp[n]; 18159 } else { 18160 - SP->_color_table[n] = tp[n % MAX_PALETTE]; 18161 + SP_PARM->_color_table[n] = tp[n % MAX_PALETTE]; 18162 if (hue_lightness_saturation) { 18163 - SP->_color_table[n].green = 100; 18164 + SP_PARM->_color_table[n].green = 100; 18165 } else { 18166 - if (SP->_color_table[n].red) 18167 - SP->_color_table[n].red = 1000; 18168 - if (SP->_color_table[n].green) 18169 - SP->_color_table[n].green = 1000; 18170 - if (SP->_color_table[n].blue) 18171 - SP->_color_table[n].blue = 1000; 18172 + if (SP_PARM->_color_table[n].red) 18173 + SP_PARM->_color_table[n].red = 1000; 18174 + if (SP_PARM->_color_table[n].green) 18175 + SP_PARM->_color_table[n].green = 1000; 18176 + if (SP_PARM->_color_table[n].blue) 18177 + SP_PARM->_color_table[n].blue = 1000; 18178 } 18179 } 18180 } 17101 18181 @@ -200,7 +220,7 @@ 17102 18182 * Reset the color pair, e.g., to whatever color pair 0 is. … … 17108 18188 bool result = FALSE; 17109 18189 17110 @@ -220,13 +240,16 @@ 18190 @@ -218,15 +238,14 @@ 18191 * someone has changed the color definitions. 18192 */ 17111 18193 bool 17112 _nc_reset_colors(void) 17113 { 17114 +#if NCURSES_SP_FUNCS 17115 + SCREEN *sp = CURRENT_SCREEN; 17116 +#endif 18194 -_nc_reset_colors(void) 18195 -{ 18196 +NCURSES_SP_NAME(_nc_reset_colors) (NCURSES_SP_DCL0) { 17117 18197 int result = FALSE; 17118 18198 17119 18199 T((T_CALLED("_nc_reset_colors()"))); 17120 if (SP->_color_defs > 0) 17121 SP->_color_defs = -(SP->_color_defs); 18200 - if (SP->_color_defs > 0) 18201 - SP->_color_defs = -(SP->_color_defs); 18202 + if (SP_PARM->_color_defs > 0) 18203 + SP_PARM->_color_defs = -(SP_PARM->_color_defs); 17122 18204 17123 18205 - if (reset_color_pair()) … … 17126 18208 if (orig_colors != 0) { 17127 18209 TPUTS_TRACE("orig_colors"); 17128 @@ -237,45 +260,60 @@ 18210 @@ -236,46 +255,69 @@ 18211 returnBool(result); 17129 18212 } 17130 18213 18214 +#if NCURSES_SP_FUNCS 18215 +bool 18216 +_nc_reset_colors(void) 18217 +{ 18218 + return NCURSES_SP_NAME(_nc_reset_colors) (CURRENT_SCREEN); 18219 +} 18220 +#endif 18221 + 17131 18222 NCURSES_EXPORT(int) 17132 18223 -start_color(void) … … 17204 18295 } 17205 18296 } else { 17206 @@ -285,6 +32 3,14 @@18297 @@ -285,6 +327,14 @@ 17207 18298 returnCode(result); 17208 18299 } … … 17219 18310 static void 17220 18311 rgb2hls(short r, short g, short b, short *h, short *l, short *s) 17221 @@ -328,24 +37 4,72 @@18312 @@ -328,24 +378,72 @@ 17222 18313 * values. 17223 18314 */ … … 17299 18390 #endif 17300 18391 { 17301 @@ -361,8 +45 5,8 @@18392 @@ -361,8 +459,8 @@ 17302 18393 * pair colors with the new ones). 17303 18394 */ … … 17310 18401 17311 18402 for (y = 0; y <= curscr->_maxy; y++) { 17312 @@ -381,9 +47 5,9 @@18403 @@ -381,9 +479,9 @@ 17313 18404 _nc_make_oldhash(y); 17314 18405 } … … 17323 18414 if (initialize_pair && InPalette(f) && InPalette(b)) { 17324 18415 const color_t *tp = hue_lightness_saturation ? hls_palette : cga_palette; 17325 @@ -404,54 + 498,79 @@18416 @@ -404,54 +502,79 @@ 17326 18417 returnCode(OK); 17327 18418 } … … 17419 18510 T((T_CALLED("has_colors()"))); 17420 18511 returnCode((VALID_NUMERIC(max_colors) && VALID_NUMERIC(max_pairs) 17421 @@ -462,18 +58 1,27 @@18512 @@ -462,18 +585,27 @@ 17422 18513 || set_color_pair)) ? TRUE : FALSE); 17423 18514 } … … 17452 18543 if (r) 17453 18544 *r = c_r; 17454 @@ -489,18 +6 17,27 @@18545 @@ -489,18 +621,27 @@ 17455 18546 returnCode(result); 17456 18547 } … … 17484 18575 #if NCURSES_EXT_FUNCS 17485 18576 if (fg == COLOR_DEFAULT) 17486 @@ -520, 19 +657,33@@18577 @@ -520,27 +661,41 @@ 17487 18578 returnCode(result); 17488 18579 } … … 17519 18610 + 1, outc); 17520 18611 return; 17521 } else if (SP != 0) { 18612 - } else if (SP != 0) { 18613 + } else if (SP_PARM != 0) { 17522 18614 pair_content((short) pair, &fg, &bg); 17523 @@ -553,17 +704,17 @@ 17524 if (SP->_has_sgr_39_49 18615 } 18616 } 18617 18618 if (old_pair >= 0 18619 - && SP != 0 18620 + && SP_PARM != 0 18621 && pair_content(old_pair, &old_fg, &old_bg) != ERR) { 18622 if ((isDefaultColor(fg) && !isDefaultColor(old_fg)) 18623 || (isDefaultColor(bg) && !isDefaultColor(old_bg))) { 18624 @@ -550,20 +705,20 @@ 18625 * the terminal description, treat it as screen's indicator of ECMA 18626 * SGR 39 and SGR 49, and assume the two sequences are independent. 18627 */ 18628 - if (SP->_has_sgr_39_49 18629 + if (SP_PARM->_has_sgr_39_49 17525 18630 && isDefaultColor(old_bg) 17526 18631 && !isDefaultColor(old_fg)) { 17527 18632 - tputs("\033[39m", 1, outc); 18633 - } else if (SP->_has_sgr_39_49 17528 18634 + NCURSES_SP_NAME(tputs) (NCURSES_SP_ARGx "\033[39m", 1, outc); 17529 } else if (SP->_has_sgr_39_4918635 + } else if (SP_PARM->_has_sgr_39_49 17530 18636 && isDefaultColor(old_fg) 17531 18637 && !isDefaultColor(old_bg)) { … … 17543 18649 return; 17544 18650 } 17545 @@ -585,9 +7 36,22 @@18651 @@ -585,9 +740,22 @@ 17546 18652 fg, bg)); 17547 18653 … … 17570 18676 diff -Naur ncurses-5.7.orig/ncurses/base/lib_colorset.c ncurses-5.7/ncurses/base/lib_colorset.c 17571 18677 --- ncurses-5.7.orig/ncurses/base/lib_colorset.c 2005-01-29 13:40:51.000000000 -0800 17572 +++ ncurses-5.7/ncurses/base/lib_colorset.c 2009-0 6-05 14:01:11.000000000 -070018678 +++ ncurses-5.7/ncurses/base/lib_colorset.c 2009-07-19 15:02:16.000000000 -0700 17573 18679 @@ -1,5 +1,5 @@ 17574 18680 /**************************************************************************** … … 17618 18724 diff -Naur ncurses-5.7.orig/ncurses/base/lib_delwin.c ncurses-5.7/ncurses/base/lib_delwin.c 17619 18725 --- ncurses-5.7.orig/ncurses/base/lib_delwin.c 2008-06-07 07:10:56.000000000 -0700 17620 +++ ncurses-5.7/ncurses/base/lib_delwin.c 2009-0 6-05 14:01:54.000000000 -070018726 +++ ncurses-5.7/ncurses/base/lib_delwin.c 2009-07-19 15:04:03.000000000 -0700 17621 18727 @@ -1,5 +1,5 @@ 17622 18728 /**************************************************************************** … … 17675 18781 diff -Naur ncurses-5.7.orig/ncurses/base/lib_dft_fgbg.c ncurses-5.7/ncurses/base/lib_dft_fgbg.c 17676 18782 --- ncurses-5.7.orig/ncurses/base/lib_dft_fgbg.c 2005-11-26 12:03:38.000000000 -0800 17677 +++ ncurses-5.7/ncurses/base/lib_dft_fgbg.c 2009-0 6-05 14:01:55.000000000 -070018783 +++ ncurses-5.7/ncurses/base/lib_dft_fgbg.c 2009-07-19 15:04:04.000000000 -0700 17678 18784 @@ -1,5 +1,5 @@ 17679 18785 /**************************************************************************** … … 17780 18886 } 17781 18887 +#endif 18888 diff -Naur ncurses-5.7.orig/ncurses/base/lib_driver.c ncurses-5.7/ncurses/base/lib_driver.c 18889 --- ncurses-5.7.orig/ncurses/base/lib_driver.c 1969-12-31 16:00:00.000000000 -0800 18890 +++ ncurses-5.7/ncurses/base/lib_driver.c 2009-07-19 15:04:11.000000000 -0700 18891 @@ -0,0 +1,142 @@ 18892 +/**************************************************************************** 18893 + * Copyright (c) 2008,2009 Free Software Foundation, Inc. * 18894 + * * 18895 + * Permission is hereby granted, free of charge, to any person obtaining a * 18896 + * copy of this software and associated documentation files (the * 18897 + * "Software"), to deal in the Software without restriction, including * 18898 + * without limitation the rights to use, copy, modify, merge, publish, * 18899 + * distribute, distribute with modifications, sublicense, and/or sell * 18900 + * copies of the Software, and to permit persons to whom the Software is * 18901 + * furnished to do so, subject to the following conditions: * 18902 + * * 18903 + * The above copyright notice and this permission notice shall be included * 18904 + * in all copies or substantial portions of the Software. * 18905 + * * 18906 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 18907 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 18908 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 18909 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 18910 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 18911 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 18912 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 18913 + * * 18914 + * Except as contained in this notice, the name(s) of the above copyright * 18915 + * holders shall not be used in advertising or otherwise to promote the * 18916 + * sale, use or other dealings in this Software without prior written * 18917 + * authorization. * 18918 + ****************************************************************************/ 18919 + 18920 +/**************************************************************************** 18921 + * Author: Juergen Pfeifer * 18922 + * * 18923 + ****************************************************************************/ 18924 + 18925 +#include <curses.priv.h> 18926 + 18927 +MODULE_ID("$Id: lib_driver.c,v 1.1 2009/02/21 15:11:29 juergen Exp $") 18928 + 18929 +typedef struct DriverEntry { 18930 + const char *name; 18931 + TERM_DRIVER *driver; 18932 +} DRIVER_ENTRY; 18933 + 18934 +static DRIVER_ENTRY DriverTable[] = 18935 +{ 18936 +#ifdef __MINGW32__ 18937 + {"win", &_nc_WIN_DRIVER}, 18938 +#endif 18939 + {"tinfo", &_nc_TINFO_DRIVER} 18940 +}; 18941 + 18942 +#define NUM_DRIVERS (int)(sizeof(DriverTable)/sizeof(DRIVER_ENTRY)) 18943 + 18944 +NCURSES_EXPORT(int) 18945 +_nc_get_driver(TERMINAL_CONTROL_BLOCK * TCB, const char *name, int *errret) 18946 +{ 18947 + int code = ERR; 18948 + int i; 18949 + TERM_DRIVER *res = (TERM_DRIVER *) 0; 18950 + TERM_DRIVER *use = 0; 18951 + 18952 + assert(TCB != 0); 18953 + 18954 + for (i = 0; i < NUM_DRIVERS; i++) { 18955 + res = DriverTable[i].driver; 18956 + if (res->CanHandle(TCB, name, errret)) { 18957 + use = res; 18958 + break; 18959 + } 18960 + } 18961 + if (use != 0) { 18962 + TCB->drv = use; 18963 + code = OK; 18964 + } 18965 + return (code); 18966 +} 18967 + 18968 +NCURSES_EXPORT(int) 18969 +NCURSES_SP_NAME(has_key) (SCREEN *sp, int keycode) 18970 +{ 18971 + T((T_CALLED("has_key(%p, %d)"), sp, keycode)); 18972 + returnCode(IsValidTIScreen(sp) ? CallDriver_1(sp, kyExist, keycode) : FALSE); 18973 +} 18974 + 18975 +NCURSES_EXPORT(int) 18976 +has_key(int keycode) 18977 +{ 18978 + return NCURSES_SP_NAME(has_key) (CURRENT_SCREEN, keycode); 18979 +} 18980 + 18981 +NCURSES_EXPORT(int) 18982 +NCURSES_SP_NAME(_nc_mcprint) (SCREEN *sp, char *data, int len) 18983 +{ 18984 + int code = ERR; 18985 + 18986 + if (0 != TerminalOf(sp)) 18987 + code = CallDriver_2(sp, print, data, len); 18988 + return (code); 18989 +} 18990 + 18991 +NCURSES_EXPORT(int) 18992 +mcprint(char *data, int len) 18993 +{ 18994 + return NCURSES_SP_NAME(_nc_mcprint) (CURRENT_SCREEN, data, len); 18995 +} 18996 + 18997 +NCURSES_EXPORT(int) 18998 +NCURSES_SP_NAME(doupdate) (SCREEN *sp) 18999 +{ 19000 + int code = ERR; 19001 + 19002 + T((T_CALLED("doupdate(%p)"), sp)); 19003 + 19004 + if (IsValidScreen(sp)) 19005 + code = CallDriver(sp, update); 19006 + 19007 + returnCode(code); 19008 +} 19009 + 19010 +NCURSES_EXPORT(int) 19011 +doupdate(void) 19012 +{ 19013 + return NCURSES_SP_NAME(doupdate) (CURRENT_SCREEN); 19014 +} 19015 + 19016 +NCURSES_EXPORT(int) 19017 +NCURSES_SP_NAME(mvcur) (SCREEN *sp, int yold, int xold, int ynew, int xnew) 19018 +{ 19019 + int code = ERR; 19020 + TR(TRACE_CALLS | TRACE_MOVE, (T_CALLED("mvcur(%p,%d,%d,%d,%d)"), 19021 + sp, yold, xold, ynew, xnew)); 19022 + if (HasTerminal(sp)) { 19023 + code = CallDriver_4(sp, hwcur, yold, xold, ynew, xnew); 19024 + } 19025 + returnCode(code); 19026 +} 19027 + 19028 +NCURSES_EXPORT(int) 19029 +mvcur(int yold, int xold, int ynew, int xnew) 19030 +/* optimized cursor move from (yold, xold) to (ynew, xnew) */ 19031 +{ 19032 + return NCURSES_SP_NAME(mvcur) (CURRENT_SCREEN, yold, xold, ynew, xnew); 19033 +} 17782 19034 diff -Naur ncurses-5.7.orig/ncurses/base/lib_echo.c ncurses-5.7/ncurses/base/lib_echo.c 17783 19035 --- ncurses-5.7.orig/ncurses/base/lib_echo.c 2000-12-09 18:43:27.000000000 -0800 17784 +++ ncurses-5.7/ncurses/base/lib_echo.c 2009-0 6-05 14:01:16.000000000 -070019036 +++ ncurses-5.7/ncurses/base/lib_echo.c 2009-07-19 15:02:22.000000000 -0700 17785 19037 @@ -1,5 +1,5 @@ 17786 19038 /**************************************************************************** … … 17848 19100 diff -Naur ncurses-5.7.orig/ncurses/base/lib_endwin.c ncurses-5.7/ncurses/base/lib_endwin.c 17849 19101 --- ncurses-5.7.orig/ncurses/base/lib_endwin.c 2000-12-09 18:43:27.000000000 -0800 17850 +++ ncurses-5.7/ncurses/base/lib_endwin.c 2009-0 6-05 14:01:14.000000000 -070019102 +++ ncurses-5.7/ncurses/base/lib_endwin.c 2009-07-19 15:04:13.000000000 -0700 17851 19103 @@ -1,5 +1,5 @@ 17852 19104 /**************************************************************************** 17853 19105 - * Copyright (c) 1998,2000 Free Software Foundation, Inc. * 17854 + * Copyright (c) 1998-200 0,2009 Free Software Foundation, Inc. *19106 + * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 17855 19107 * * 17856 19108 * Permission is hereby granted, free of charge, to any person obtaining a * … … 17865 19117 17866 19118 /* 17867 @@ -41,16 +43,16 @@ 19119 @@ -39,22 +41,39 @@ 19120 */ 19121 17868 19122 #include <curses.priv.h> 17869 #include <term.h>19123 -#include <term.h> 17870 19124 17871 19125 -MODULE_ID("$Id: lib_endwin.c,v 1.19 2000/12/10 02:43:27 tom Exp $") 17872 +MODULE_ID("$Id: lib_endwin.c,v 1.2 0 2009/02/15 00:35:00tom Exp $")19126 +MODULE_ID("$Id: lib_endwin.c,v 1.21 2009/07/04 18:35:43 tom Exp $") 17873 19127 17874 19128 NCURSES_EXPORT(int) … … 17876 19130 +NCURSES_SP_NAME(endwin) (NCURSES_SP_DCL0) 17877 19131 { 17878 T((T_CALLED("endwin()"))); 19132 - T((T_CALLED("endwin()"))); 19133 + int code = ERR; 19134 + 19135 + T((T_CALLED("endwin(%p)"), SP_PARM)); 17879 19136 17880 19137 - if (SP) { … … 17882 19139 - SP->_mouse_wrap(SP); 17883 19140 + if (SP_PARM) { 19141 +#ifdef USE_TERM_DRIVER 19142 + TERMINAL_CONTROL_BLOCK *TCB = TCBOf(SP_PARM); 19143 + 19144 + SP_PARM->_endwin = TRUE; 19145 + if (TCB && TCB->drv && TCB->drv->scexit) 19146 + TCB->drv->scexit(SP_PARM); 19147 +#else 17884 19148 + SP_PARM->_endwin = TRUE; 17885 19149 + SP_PARM->_mouse_wrap(SP_PARM); 17886 19150 _nc_screen_wrap(); 17887 19151 _nc_mvcur_wrap(); /* wrap up cursor addressing */ 17888 returnCode(reset_shell_mode()); 17889 @@ -58,3 +60,11 @@ 17890 17891 returnCode(ERR); 17892 } 19152 - returnCode(reset_shell_mode()); 19153 +#endif 19154 + code = NCURSES_SP_NAME(reset_shell_mode) (NCURSES_SP_ARG); 19155 } 19156 19157 - returnCode(ERR); 19158 + returnCode(code); 19159 +} 17893 19160 + 17894 19161 +#if NCURSES_SP_FUNCS … … 17897 19164 +{ 17898 19165 + return NCURSES_SP_NAME(endwin) (CURRENT_SCREEN); 17899 +}19166 } 17900 19167 +#endif 17901 19168 diff -Naur ncurses-5.7.orig/ncurses/base/lib_flash.c ncurses-5.7/ncurses/base/lib_flash.c 17902 19169 --- ncurses-5.7.orig/ncurses/base/lib_flash.c 2000-12-09 18:43:27.000000000 -0800 17903 +++ ncurses-5.7/ncurses/base/lib_flash.c 2009-0 6-05 14:01:54.000000000 -070019170 +++ ncurses-5.7/ncurses/base/lib_flash.c 2009-07-19 15:04:03.000000000 -0700 17904 19171 @@ -1,5 +1,5 @@ 17905 19172 /**************************************************************************** … … 17970 19237 diff -Naur ncurses-5.7.orig/ncurses/base/lib_freeall.c ncurses-5.7/ncurses/base/lib_freeall.c 17971 19238 --- ncurses-5.7.orig/ncurses/base/lib_freeall.c 2008-09-27 06:09:57.000000000 -0700 17972 +++ ncurses-5.7/ncurses/base/lib_freeall.c 2009-0 6-05 14:01:51.000000000 -070019239 +++ ncurses-5.7/ncurses/base/lib_freeall.c 2009-07-19 15:03:59.000000000 -0700 17973 19240 @@ -1,5 +1,5 @@ 17974 19241 /**************************************************************************** … … 18096 19363 diff -Naur ncurses-5.7.orig/ncurses/base/lib_getch.c ncurses-5.7/ncurses/base/lib_getch.c 18097 19364 --- ncurses-5.7.orig/ncurses/base/lib_getch.c 2008-09-20 12:46:13.000000000 -0700 18098 +++ ncurses-5.7/ncurses/base/lib_getch.c 2009-0 6-05 14:01:55.000000000 -070019365 +++ ncurses-5.7/ncurses/base/lib_getch.c 2009-07-19 15:04:13.000000000 -0700 18099 19366 @@ -1,5 +1,5 @@ 18100 19367 /**************************************************************************** … … 18112 19379 18113 19380 /* 18114 @@ -41,40 +42, 54@@19381 @@ -41,40 +42,80 @@ 18115 19382 18116 19383 #include <curses.priv.h> 18117 19384 18118 19385 -MODULE_ID("$Id: lib_getch.c,v 1.99 2008/09/20 19:46:13 tom Exp $") 18119 +MODULE_ID("$Id: lib_getch.c,v 1.10 3 2009/05/30 15:50:47tom Exp $")19386 +MODULE_ID("$Id: lib_getch.c,v 1.104 2009/07/04 20:41:13 tom Exp $") 18120 19387 18121 19388 #include <fifo_defs.h> 18122 19389 18123 19390 #if USE_REENTRANT 18124 #define GetEscdelay(sp) (sp)->_ESCDELAY 19391 -#define GetEscdelay(sp) (sp)->_ESCDELAY 19392 +#define GetEscdelay(sp) *_nc_ptr_Escdelay(sp) 18125 19393 +NCURSES_EXPORT(int *) 18126 19394 +_nc_ptr_Escdelay(SCREEN *sp) … … 18132 19400 { 18133 19401 - return SP ? GetEscdelay(SP) : 1000; 18134 + return * _nc_ptr_Escdelay(CURRENT_SCREEN);19402 + return *(_nc_ptr_Escdelay(CURRENT_SCREEN)); 18135 19403 } 18136 19404 #else … … 18152 19420 - SP->_ESCDELAY = value; 18153 19421 + if (SP_PARM) { 18154 + S P_PARM->_ESCDELAY = value;19422 + SET_ESCDELAY(value); 18155 19423 } else { 18156 19424 code = ERR; … … 18167 19435 +set_escdelay(int value) 18168 19436 +{ 18169 + return NCURSES_SP_NAME(set_escdelay) (CURRENT_SCREEN, value); 19437 + int code; 19438 +#if USE_REENTRANT 19439 + code = NCURSES_SP_NAME(set_escdelay) (CURRENT_SCREEN, value); 19440 +#else 19441 + ESCDELAY = value; 19442 + code = OK; 19443 +#endif 19444 + return code; 19445 +} 19446 +#endif 19447 +#endif /* NCURSES_EXT_FUNCS */ 19448 + 19449 +#if NCURSES_EXT_FUNCS 19450 +NCURSES_EXPORT(int) 19451 +NCURSES_SP_NAME(get_escdelay) (NCURSES_SP_DCL0) 19452 +{ 19453 +#if !USE_REENTRANT 19454 + (void) SP_PARM; 19455 +#endif 19456 + return GetEscdelay(SP_PARM); 19457 +} 19458 + 19459 +#if NCURSES_SP_FUNCS 19460 +NCURSES_EXPORT(int) 19461 +get_escdelay (void) 19462 +{ 19463 + return NCURSES_SP_NAME(get_escdelay)(CURRENT_SCREEN); 18170 19464 +} 18171 19465 #endif … … 18174 19468 static int 18175 19469 _nc_use_meta(WINDOW *win) 18176 @@ -84,9 + 99,9 @@19470 @@ -84,9 +125,9 @@ 18177 19471 } 18178 19472 … … 18186 19480 18187 19481 /* 18188 @@ -109,7 +124,7 @@ 19482 @@ -100,16 +141,28 @@ 19483 #if USE_SYSMOUSE 19484 if ((sp->_mouse_type == M_SYSMOUSE) 19485 && (sp->_sysmouse_head < sp->_sysmouse_tail)) { 19486 - return 2; 19487 + return TW_MOUSE; 19488 } 19489 #endif 19490 - rc = _nc_timed_wait(sp, TWAIT_MASK, delay, (int *) 0 EVENTLIST_2nd(evl)); 19491 +#ifdef USE_TERM_DRIVER 19492 + rc = TCBOf(sp)->drv->twait(TCBOf(sp), 19493 + TWAIT_MASK, 19494 + delay, 19495 + (int *) 0 19496 + EVENTLIST_2nd(evl)); 19497 +#else 19498 + rc = _nc_timed_wait(sp, 19499 + TWAIT_MASK, 19500 + delay, 19501 + (int *) 0 19502 + EVENTLIST_2nd(evl)); 19503 +#endif 19504 #if USE_SYSMOUSE 19505 if ((sp->_mouse_type == M_SYSMOUSE) 18189 19506 && (sp->_sysmouse_head < sp->_sysmouse_tail) 18190 19507 && (rc == 0) … … 18195 19512 #endif 18196 19513 return rc; 18197 @@ -173,9 + 188,9 @@19514 @@ -173,9 +226,9 @@ 18198 19515 } else 18199 19516 mask = 0; … … 18207 19524 } 18208 19525 #elif USE_GPM_SUPPORT || USE_EMX_MOUSE || USE_SYSMOUSE 18209 @@ -185,7 +2 00,7 @@19526 @@ -185,7 +238,7 @@ 18210 19527 #endif 18211 19528 … … 18216 19533 ch = KEY_MOUSE; 18217 19534 n = 1; 18218 @@ -260,12 +275,12 @@ 19535 @@ -205,9 +258,15 @@ 19536 } else 19537 #endif 19538 { /* Can block... */ 19539 +#ifdef USE_TERM_DRIVER 19540 + int buf; 19541 + n = CallDriver_1(sp, read, &buf); 19542 + ch = buf; 19543 +#else 19544 unsigned char c2 = 0; 19545 n = read(sp->_ifd, &c2, 1); 19546 ch = c2; 19547 +#endif 19548 } 19549 19550 #ifdef HIDE_EINTR 19551 @@ -260,12 +319,12 @@ 18219 19552 { 18220 19553 #ifdef USE_PTHREADS … … 18231 19564 recur_wrefresh(win); 18232 19565 _nc_set_screen(save_SP); 18233 @@ -286,12 +3 01,12 @@19566 @@ -286,12 +345,12 @@ 18234 19567 18235 19568 if (sp != 0) { … … 18246 19579 rc = recur_wgetnstr(win, buf); 18247 19580 _nc_set_screen(save_SP); 18248 @@ -362,9 + 377,9 @@19581 @@ -362,9 +421,9 @@ 18249 19582 #ifdef NCURSES_WGETCH_EVENTS 18250 19583 if (rc != KEY_EVENT) … … 18258 19591 #ifdef NCURSES_WGETCH_EVENTS 18259 19592 /* Return it first */ 18260 @@ -402,7 +4 17,7 @@19593 @@ -402,7 +461,7 @@ 18261 19594 rc = check_mouse_activity(sp, delay EVENTLIST_2nd(evl)); 18262 19595 … … 18267 19600 returnCode(KEY_CODE_YES); 18268 19601 } 18269 @@ -427,7 +4 42,7 @@19602 @@ -427,7 +486,7 @@ 18270 19603 * increase the wait with mouseinterval(). 18271 19604 */ … … 18276 19609 do { 18277 19610 ch = kgetch(sp EVENTLIST_2nd(evl)); 18278 @@ -442,11 + 457,11 @@19611 @@ -442,11 +501,11 @@ 18279 19612 (ch == KEY_MOUSE 18280 19613 && (((rc = check_mouse_activity(sp, sp->_maxclick … … 18291 19624 } 18292 19625 #endif 18293 @@ -454,12 + 469,12 @@19626 @@ -454,12 +513,12 @@ 18294 19627 #ifdef NCURSES_WGETCH_EVENTS 18295 19628 /* mouse event sequence ended by an event, report event */ … … 18306 19639 } 18307 19640 } 18308 @@ -645,7 + 660,7 @@19641 @@ -645,7 +704,7 @@ 18309 19642 TR(TRACE_IEVENT, ("waiting for rest of sequence")); 18310 19643 rc = check_mouse_activity(sp, timeleft EVENTLIST_2nd(evl)); … … 18317 19650 diff -Naur ncurses-5.7.orig/ncurses/base/lib_getstr.c ncurses-5.7/ncurses/base/lib_getstr.c 18318 19651 --- ncurses-5.7.orig/ncurses/base/lib_getstr.c 2008-08-16 12:20:04.000000000 -0700 18319 +++ ncurses-5.7/ncurses/base/lib_getstr.c 2009-0 6-05 14:01:51.000000000 -070019652 +++ ncurses-5.7/ncurses/base/lib_getstr.c 2009-07-19 15:03:59.000000000 -0700 18320 19653 @@ -1,5 +1,5 @@ 18321 19654 /**************************************************************************** … … 18383 19716 diff -Naur ncurses-5.7.orig/ncurses/base/lib_initscr.c ncurses-5.7/ncurses/base/lib_initscr.c 18384 19717 --- ncurses-5.7.orig/ncurses/base/lib_initscr.c 2008-08-16 14:20:48.000000000 -0700 18385 +++ ncurses-5.7/ncurses/base/lib_initscr.c 2009-0 6-05 14:01:33.000000000 -070019718 +++ ncurses-5.7/ncurses/base/lib_initscr.c 2009-07-19 15:03:51.000000000 -0700 18386 19719 @@ -1,5 +1,5 @@ 18387 19720 /**************************************************************************** … … 18414 19747 diff -Naur ncurses-5.7.orig/ncurses/base/lib_insch.c ncurses-5.7/ncurses/base/lib_insch.c 18415 19748 --- ncurses-5.7.orig/ncurses/base/lib_insch.c 2008-02-02 16:14:37.000000000 -0800 18416 +++ ncurses-5.7/ncurses/base/lib_insch.c 2009-0 6-05 14:01:55.000000000 -070019749 +++ ncurses-5.7/ncurses/base/lib_insch.c 2009-07-19 15:04:04.000000000 -0700 18417 19750 @@ -1,5 +1,5 @@ 18418 19751 /**************************************************************************** … … 18516 19849 diff -Naur ncurses-5.7.orig/ncurses/base/lib_insnstr.c ncurses-5.7/ncurses/base/lib_insnstr.c 18517 19850 --- ncurses-5.7.orig/ncurses/base/lib_insnstr.c 2004-02-28 15:44:56.000000000 -0800 18518 +++ ncurses-5.7/ncurses/base/lib_insnstr.c 2009-0 6-05 14:01:55.000000000 -070019851 +++ ncurses-5.7/ncurses/base/lib_insnstr.c 2009-07-19 15:04:04.000000000 -0700 18519 19852 @@ -1,5 +1,5 @@ 18520 19853 /**************************************************************************** … … 18549 19882 diff -Naur ncurses-5.7.orig/ncurses/base/lib_isendwin.c ncurses-5.7/ncurses/base/lib_isendwin.c 18550 19883 --- ncurses-5.7.orig/ncurses/base/lib_isendwin.c 2000-12-09 18:43:27.000000000 -0800 18551 +++ ncurses-5.7/ncurses/base/lib_isendwin.c 2009-0 6-05 14:01:14.000000000 -070019884 +++ ncurses-5.7/ncurses/base/lib_isendwin.c 2009-07-19 15:02:20.000000000 -0700 18552 19885 @@ -1,5 +1,5 @@ 18553 19886 /**************************************************************************** … … 18593 19926 diff -Naur ncurses-5.7.orig/ncurses/base/lib_mouse.c ncurses-5.7/ncurses/base/lib_mouse.c 18594 19927 --- ncurses-5.7.orig/ncurses/base/lib_mouse.c 2008-10-18 14:48:55.000000000 -0700 18595 +++ ncurses-5.7/ncurses/base/lib_mouse.c 2009-0 6-05 14:01:51.000000000 -070019928 +++ ncurses-5.7/ncurses/base/lib_mouse.c 2009-07-19 15:04:13.000000000 -0700 18596 19929 @@ -1,5 +1,5 @@ 18597 19930 /**************************************************************************** … … 18601 19934 * Permission is hereby granted, free of charge, to any person obtaining a * 18602 19935 * copy of this software and associated documentation files (the * 18603 @@ -79,9 +79,12 @@ 19936 @@ -30,6 +30,7 @@ 19937 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 19938 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 19939 * and: Thomas E. Dickey 1996-on * 19940 + * and: Juergen Pfeifer 2008 * 19941 ****************************************************************************/ 19942 19943 /* 19944 @@ -79,9 +80,12 @@ 18604 19945 18605 19946 #include <curses.priv.h> … … 18607 19948 -MODULE_ID("$Id: lib_mouse.c,v 1.102 2008/10/18 21:48:55 tom Exp $") 18608 19949 +#ifndef CUR 18609 +#define CUR SP_TERMTYPE 19950 +#define CUR SP_TERMTYPE 18610 19951 +#endif 18611 19952 + 18612 +MODULE_ID("$Id: lib_mouse.c,v 1.10 7 2009/05/10 00:48:29tom Exp $")19953 +MODULE_ID("$Id: lib_mouse.c,v 1.108 2009/07/04 19:51:08 tom Exp $") 18613 19954 18614 19955 -#include <term.h> … … 18616 19957 18617 19958 #if USE_GPM_SUPPORT 18618 @@ -150,7 +15 3,7 @@19959 @@ -150,7 +154,7 @@ 18619 19960 #define LIBGPM_SONAME "libgpm.so" 18620 19961 #endif 18621 19962 18622 19963 -#define GET_DLSYM(name) (my_##name = (TYPE_##name) dlsym(SP->_dlopen_gpm, #name)) 18623 +#define GET_DLSYM(name) (my_##name = (TYPE_##name) dlsym( SP_PARM->_dlopen_gpm, #name))19964 +#define GET_DLSYM(name) (my_##name = (TYPE_##name) dlsym(sp->_dlopen_gpm, #name)) 18624 19965 18625 19966 #endif /* USE_GPM_SUPPORT */ 18626 19967 18627 @@ -164,13 +16 7,13 @@19968 @@ -164,13 +168,13 @@ 18628 19969 #define LastEV(sp) ((sp)->_mouse_events + EV_MAX - 1) 18629 19970 … … 18643 19984 18644 19985 #define IndexEV(sp, ep) (ep - FirstEV(sp)) 18645 @@ -340, 7 +343,7@@19986 @@ -340,10 +344,13 @@ 18646 19987 static void 18647 19988 handle_sysmouse(int sig GCC_UNUSED) … … 18652 19993 #endif /* USE_SYSMOUSE */ 18653 19994 18654 @@ -359,7 +362,9 @@ 19995 +#ifndef USE_TERM_DRIVER 19996 +#define xterm_kmous "\033[M" 19997 + 19998 static void 19999 init_xterm_mouse(SCREEN *sp) 20000 { 20001 @@ -352,6 +359,7 @@ 20002 if (!VALID_STRING(sp->_mouse_xtermcap)) 20003 sp->_mouse_xtermcap = "\033[?1000%?%p1%{1}%=%th%el%;"; 20004 } 20005 +#endif 20006 20007 static void 20008 enable_xterm_mouse(SCREEN *sp, int enable) 20009 @@ -359,7 +367,9 @@ 18655 20010 #if USE_EMX_MOUSE 18656 20011 sp->_emxmouse_activated = enable; … … 18663 20018 sp->_mouse_active = enable; 18664 20019 } 18665 @@ -398,7 +40 3,7 @@20020 @@ -398,7 +408,7 @@ 18666 20021 static void 18667 20022 unload_gpm_library(SCREEN *sp) … … 18672 20027 sp->_mouse_gpm_loaded = FALSE; 18673 20028 sp->_mouse_fd = -1; 18674 @@ -694,11 +699,16 @@ 20029 @@ -478,8 +488,6 @@ 20030 } 20031 #endif /* USE_GPM_SUPPORT */ 20032 20033 -#define xterm_kmous "\033[M" 20034 - 20035 static void 20036 initialize_mousetype(SCREEN *sp) 20037 { 20038 @@ -514,7 +522,7 @@ 20039 /* OS/2 VIO */ 20040 #if USE_EMX_MOUSE 20041 if (!sp->_emxmouse_thread 20042 - && strstr(cur_term->type.term_names, "xterm") == 0 20043 + && strstr(TerminalOf(sp)->type.term_names, "xterm") == 0 20044 && key_mouse) { 20045 int handles[2]; 20046 20047 @@ -621,16 +629,21 @@ 20048 } 20049 #endif /* USE_SYSMOUSE */ 20050 20051 +#ifdef USE_TERM_DRIVER 20052 + CallDriver(sp, initmouse); 20053 +#else 20054 /* we know how to recognize mouse events under "xterm" */ 20055 if (key_mouse != 0) { 20056 if (!strcmp(key_mouse, xterm_kmous) 20057 - || strstr(cur_term->type.term_names, "xterm") != 0) { 20058 + || strstr(TerminalOf(sp)->type.term_names, "xterm") != 0) { 20059 init_xterm_mouse(sp); 20060 } 20061 - } else if (strstr(cur_term->type.term_names, "xterm") != 0) { 20062 + } else if (strstr(TerminalOf(sp)->type.term_names, "xterm") != 0) { 20063 if (_nc_add_to_try(&(sp->_keytry), xterm_kmous, KEY_MOUSE) == OK) 20064 init_xterm_mouse(sp); 20065 } 20066 +#endif 20067 + 20068 returnVoid; 20069 } 20070 20071 @@ -694,11 +707,16 @@ 18675 20072 18676 20073 #if USE_GPM_SUPPORT … … 18691 20088 eventp->id = NORMAL_EVENT; 18692 20089 18693 @@ -731,6 +74 1,7 @@20090 @@ -731,6 +749,7 @@ 18694 20091 /* bump the next-free pointer into the circular list */ 18695 20092 sp->_mouse_eventp = eventp = NEXT(eventp); … … 18699 20096 } 18700 20097 break; 18701 @@ -937,7 +9 48,7 @@20098 @@ -937,7 +956,7 @@ 18702 20099 switch (sp->_mouse_type) { 18703 20100 case M_XTERM: … … 18708 20105 TPUTS_TRACE("xterm mouse initialization"); 18709 20106 enable_xterm_mouse(sp, 1); 18710 @@ -989,7 +100 0,7 @@20107 @@ -989,7 +1008,7 @@ 18711 20108 return; 18712 20109 } … … 18717 20114 18718 20115 /************************************************************************** 18719 @@ -1264,13 +12 75,13 @@20116 @@ -1264,13 +1283,13 @@ 18720 20117 * 18721 20118 **************************************************************************/ … … 18736 20133 MEVENT *prev = PREV(eventp); 18737 20134 18738 @@ -1278,8 +12 89,8 @@20135 @@ -1278,8 +1297,8 @@ 18739 20136 *aevent = *prev; 18740 20137 … … 18747 20144 prev->id = INVALID_EVENT; /* so the queue slot becomes free */ 18748 20145 returnCode(OK); 18749 @@ -1287,57 +1 298,61 @@20146 @@ -1287,57 +1306,61 @@ 18750 20147 returnCode(ERR); 18751 20148 } … … 18825 20222 (REPORT_MOUSE_POSITION 18826 20223 | BUTTON_ALT 18827 @@ -1349,15 +13 64,23 @@20224 @@ -1349,15 +1372,23 @@ 18828 20225 | BUTTON_DOUBLE_CLICKED 18829 20226 | BUTTON_TRIPLE_CLICKED); … … 18851 20248 wenclose(const WINDOW *win, int y, int x) 18852 20249 /* check to see if given window encloses given screen location */ 18853 @@ -1377,17 +140 0,17 @@20250 @@ -1377,17 +1408,17 @@ 18854 20251 } 18855 20252 … … 18874 20271 oldval = DEFAULT_MAXCLICK; 18875 20272 } 18876 @@ -1395,1 5 +1418,37@@20273 @@ -1395,14 +1426,36 @@ 18877 20274 returnCode(oldval); 18878 20275 } … … 18892 20289 +NCURSES_EXPORT(bool) 18893 20290 +_nc_has_mouse(SCREEN *sp) 20291 +{ 20292 + return (((0 == sp) || (sp->_mouse_type == M_NONE)) ? FALSE : TRUE); 20293 +} 20294 + 20295 +NCURSES_EXPORT(bool) 20296 +NCURSES_SP_NAME(has_mouse) (NCURSES_SP_DCL0) 18894 20297 { 18895 20298 - return (SP->_mouse_type == M_NONE ? 0 : 1); 18896 + return (((0 == sp) || (sp->_mouse_type == M_NONE)) ? FALSE : TRUE);20299 + return _nc_has_mouse(SP_PARM); 18897 20300 } 18898 20301 18899 NCURSES_EXPORT(bool)18900 +NCURSES_SP_NAME(has_mouse) (NCURSES_SP_DCL0)18901 +{18902 + return _nc_has_mouse(SP_PARM);18903 +}18904 +18905 20302 +#if NCURSES_SP_FUNCS 18906 20303 +NCURSES_EXPORT(bool) … … 18911 20308 +#endif 18912 20309 + 18913 +NCURSES_EXPORT(bool)20310 NCURSES_EXPORT(bool) 18914 20311 wmouse_trafo(const WINDOW *win, int *pY, int *pX, bool to_screen) 18915 20312 { 18916 bool result = FALSE;18917 20313 diff -Naur ncurses-5.7.orig/ncurses/base/lib_mvwin.c ncurses-5.7/ncurses/base/lib_mvwin.c 18918 20314 --- ncurses-5.7.orig/ncurses/base/lib_mvwin.c 2006-02-25 14:53:46.000000000 -0800 18919 +++ ncurses-5.7/ncurses/base/lib_mvwin.c 2009-0 6-05 14:01:44.000000000 -070020315 +++ ncurses-5.7/ncurses/base/lib_mvwin.c 2009-07-19 15:04:06.000000000 -0700 18920 20316 @@ -1,5 +1,5 @@ 18921 20317 /**************************************************************************** … … 18925 20321 * Permission is hereby granted, free of charge, to any person obtaining a * 18926 20322 * copy of this software and associated documentation files (the * 18927 @@ -40,7 +40,7 @@ 20323 @@ -29,6 +29,8 @@ 20324 /**************************************************************************** 20325 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 20326 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 20327 + * and: Thomas E. Dickey 1996-on * 20328 + * and: Juergen Pfeifer * 20329 ****************************************************************************/ 20330 20331 /* 20332 @@ -40,11 +42,15 @@ 18928 20333 18929 20334 #include <curses.priv.h> 18930 20335 18931 20336 -MODULE_ID("$Id: lib_mvwin.c,v 1.14 2006/02/25 22:53:46 tom Exp $") 18932 +MODULE_ID("$Id: lib_mvwin.c,v 1.1 5 2009/04/18 18:25:37 tom Exp $")20337 +MODULE_ID("$Id: lib_mvwin.c,v 1.16 2009/06/06 20:25:07 tom Exp $") 18933 20338 18934 20339 NCURSES_EXPORT(int) 18935 20340 mvwin(WINDOW *win, int by, int bx) 18936 @@ -96,8 +96,8 @@ 20341 { 20342 +#if NCURSES_SP_FUNCS 20343 + SCREEN *sp = _nc_screen_of(win); 20344 +#endif 20345 + 20346 T((T_CALLED("mvwin(%p,%d,%d)"), win, by, bx)); 20347 20348 if (!win || (win->_flags & _ISPAD)) 20349 @@ -96,8 +102,8 @@ 18937 20350 } 18938 20351 #endif … … 18940 20353 - if (by + win->_maxy > screen_lines - 1 18941 20354 - || bx + win->_maxx > screen_columns - 1 18942 + if (by + win->_maxy > screen_lines( CURRENT_SCREEN) - 118943 + || bx + win->_maxx > screen_columns( CURRENT_SCREEN) - 120355 + if (by + win->_maxy > screen_lines(SP_PARM) - 1 20356 + || bx + win->_maxx > screen_columns(SP_PARM) - 1 18944 20357 || by < 0 18945 20358 || bx < 0) … … 18947 20360 diff -Naur ncurses-5.7.orig/ncurses/base/lib_newterm.c ncurses-5.7/ncurses/base/lib_newterm.c 18948 20361 --- ncurses-5.7.orig/ncurses/base/lib_newterm.c 2008-08-16 14:20:48.000000000 -0700 18949 +++ ncurses-5.7/ncurses/base/lib_newterm.c 2009-0 6-05 14:01:51.000000000 -070020362 +++ ncurses-5.7/ncurses/base/lib_newterm.c 2009-07-19 15:03:59.000000000 -0700 18950 20363 @@ -1,5 +1,5 @@ 18951 20364 /**************************************************************************** … … 19067 20480 diff -Naur ncurses-5.7.orig/ncurses/base/lib_newwin.c ncurses-5.7/ncurses/base/lib_newwin.c 19068 20481 --- ncurses-5.7.orig/ncurses/base/lib_newwin.c 2008-06-07 06:58:09.000000000 -0700 19069 +++ ncurses-5.7/ncurses/base/lib_newwin.c 2009-0 6-05 14:01:51.000000000 -070020482 +++ ncurses-5.7/ncurses/base/lib_newwin.c 2009-07-19 15:04:06.000000000 -0700 19070 20483 @@ -1,5 +1,5 @@ 19071 20484 /**************************************************************************** … … 19088 20501 19089 20502 -MODULE_ID("$Id: lib_newwin.c,v 1.52 2008/06/07 13:58:09 tom Exp $") 19090 +MODULE_ID("$Id: lib_newwin.c,v 1.5 7 2009/05/09 23:40:03tom Exp $")20503 +MODULE_ID("$Id: lib_newwin.c,v 1.58 2009/06/06 17:53:11 tom Exp $") 19091 20504 19092 20505 #define window_is(name) ((sp)->_##name == win) … … 19241 20654 T((T_CREATE("window %p"), win)); 19242 20655 19243 @@ -320, 6 +347,16@@20656 @@ -320,19 +347,37 @@ 19244 20657 returnWin(win); 19245 20658 } … … 19258 20671 * wgetch() and other functions with a WINDOW* parameter may use a SCREEN* 19259 20672 * internally, and it is useful to allow those to be invoked without switching 19260 @@ -336,3 +373,23 @@ 19261 } 19262 return (sp); 19263 } 19264 + 20673 * SCREEN's, e.g., for multi-threaded applications. 20674 */ 20675 -NCURSES_EXPORT(SCREEN *) 20676 -_nc_screen_of(WINDOW *win) 19265 20677 +#if NCURSES_SP_FUNCS 19266 20678 +NCURSES_EXPORT(WINDOW *) 19267 20679 +_nc_curscr_of(SCREEN *sp) 19268 +{ 20680 { 20681 - SCREEN *sp = 0; 19269 20682 + return sp == 0 ? 0 : sp->_curscr; 19270 20683 +} 19271 + 20684 20685 - if (win != 0) { 20686 - WINDOWLIST *wp = (WINDOWLIST *) win; 20687 - sp = wp->screen; 20688 - } 20689 - return (sp); 19272 20690 +NCURSES_EXPORT(WINDOW *) 19273 20691 +_nc_newscr_of(SCREEN *sp) … … 19280 20698 +{ 19281 20699 + return sp == 0 ? 0 : sp->_stdscr; 19282 +}20700 } 19283 20701 +#endif 19284 20702 diff -Naur ncurses-5.7.orig/ncurses/base/lib_nl.c ncurses-5.7/ncurses/base/lib_nl.c 19285 20703 --- ncurses-5.7.orig/ncurses/base/lib_nl.c 2000-12-09 18:43:27.000000000 -0800 19286 +++ ncurses-5.7/ncurses/base/lib_nl.c 2009-0 6-05 14:01:16.000000000 -070020704 +++ ncurses-5.7/ncurses/base/lib_nl.c 2009-07-19 15:04:13.000000000 -0700 19287 20705 @@ -1,5 +1,5 @@ 19288 20706 /**************************************************************************** … … 19306 20724 19307 20725 -MODULE_ID("$Id: lib_nl.c,v 1.8 2000/12/10 02:43:27 tom Exp $") 19308 +MODULE_ID("$Id: lib_nl.c,v 1.1 0 2009/02/21 20:58:21tom Exp $")20726 +MODULE_ID("$Id: lib_nl.c,v 1.11 2009/07/04 00:25:53 tom Exp $") 19309 20727 19310 20728 #ifdef __EMX__ … … 19326 20744 #ifdef __EMX__ 19327 20745 _nc_flush(); 19328 _fsetmode(NC_OUTPUT, "t"); 20746 - _fsetmode(NC_OUTPUT, "t"); 20747 + _fsetmode(NC_OUTPUT(SP_PARM), "t"); 19329 20748 #endif 19330 20749 - … … 19353 20772 #ifdef __EMX__ 19354 20773 _nc_flush(); 19355 _fsetmode(NC_OUTPUT, "b"); 20774 - _fsetmode(NC_OUTPUT, "b"); 20775 + _fsetmode(NC_OUTPUT(SP_PARM), "b"); 19356 20776 #endif 19357 20777 - … … 19368 20788 diff -Naur ncurses-5.7.orig/ncurses/base/lib_pad.c ncurses-5.7/ncurses/base/lib_pad.c 19369 20789 --- ncurses-5.7.orig/ncurses/base/lib_pad.c 2006-10-14 13:47:13.000000000 -0700 19370 +++ ncurses-5.7/ncurses/base/lib_pad.c 2009-0 6-05 14:01:44.000000000 -070020790 +++ ncurses-5.7/ncurses/base/lib_pad.c 2009-07-19 15:04:13.000000000 -0700 19371 20791 @@ -1,5 +1,5 @@ 19372 20792 /**************************************************************************** … … 19385 20805 19386 20806 /* 19387 @@ -40, 10 +42,10@@20807 @@ -40,21 +42,22 @@ 19388 20808 19389 20809 #include <curses.priv.h> 19390 20810 19391 20811 -MODULE_ID("$Id: lib_pad.c,v 1.41 2006/10/14 20:47:13 tom Exp $") 19392 +MODULE_ID("$Id: lib_pad.c,v 1.4 3 2009/04/18 18:25:37tom Exp $")20812 +MODULE_ID("$Id: lib_pad.c,v 1.44 2009/07/04 19:45:20 tom Exp $") 19393 20813 19394 20814 NCURSES_EXPORT(WINDOW *) … … 19398 20818 WINDOW *win; 19399 20819 NCURSES_CH_T *ptr; 19400 @@ -70,6 +72,14 @@ 20820 int i; 20821 20822 - T((T_CALLED("newpad(%d, %d)"), l, c)); 20823 + T((T_CALLED("newpad(%p,%d, %d)"), SP_PARM, l, c)); 20824 20825 if (l <= 0 || c <= 0) 20826 returnWin(0); 20827 20828 - if ((win = _nc_makenew(l, c, 0, 0, _ISPAD)) == NULL) 20829 + win = NCURSES_SP_NAME(_nc_makenew) (NCURSES_SP_ARGx l, c, 0, 0, _ISPAD); 20830 + if (win == NULL) 20831 returnWin(0); 20832 20833 for (i = 0; i < l; i++) { 20834 @@ -70,6 +73,14 @@ 19401 20835 returnWin(win); 19402 20836 } … … 19413 20847 subpad(WINDOW *orig, int l, int c, int begy, int begx) 19414 20848 { 19415 @@ -162,8 +172,8 @@ 20849 @@ -94,10 +105,14 @@ 20850 int smaxrow, 20851 int smaxcol) 20852 { 20853 +#if NCURSES_SP_FUNCS 20854 + SCREEN *sp = _nc_screen_of(win); 20855 +#endif 20856 + 20857 T((T_CALLED("prefresh()"))); 20858 if (pnoutrefresh(win, pminrow, pmincol, sminrow, smincol, smaxrow, 20859 smaxcol) != ERR 20860 - && doupdate() != ERR) { 20861 + && NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG) != ERR) { 20862 returnCode(OK); 20863 } 20864 returnCode(ERR); 20865 @@ -116,6 +131,7 @@ 20866 NCURSES_SIZE_T m, n; 20867 NCURSES_SIZE_T pmaxrow; 20868 NCURSES_SIZE_T pmaxcol; 20869 + SCREEN *sp; 20870 20871 #if USE_SCROLL_HINTS 20872 const int my_len = 2; /* parameterize the threshold for hardscroll */ 20873 @@ -132,6 +148,8 @@ 20874 if (!(win->_flags & _ISPAD)) 20875 returnCode(ERR); 20876 20877 + sp = _nc_screen_of(win); 20878 + 20879 /* negative values are interpreted as zero */ 20880 if (pminrow < 0) 20881 pminrow = 0; 20882 @@ -162,8 +180,8 @@ 19416 20883 pmaxcol = pmincol + smaxcol - smincol; 19417 20884 } … … 19419 20886 - if (smaxrow >= screen_lines 19420 20887 - || smaxcol >= screen_columns 19421 + if (smaxrow >= screen_lines( CURRENT_SCREEN)19422 + || smaxcol >= screen_columns( CURRENT_SCREEN)20888 + if (smaxrow >= screen_lines(sp) 20889 + || smaxcol >= screen_columns(sp) 19423 20890 || sminrow > smaxrow 19424 20891 || smincol > smaxcol) 19425 20892 returnCode(ERR); 20893 @@ -194,13 +212,13 @@ 20894 * merely change the costs of various update cases. 20895 */ 20896 #if USE_SCROLL_HINTS 20897 - wide = (smincol < my_len && smaxcol > (newscr->_maxx - my_len)); 20898 + wide = (smincol < my_len && smaxcol > (NewScreen(sp)->_maxx - my_len)); 20899 #endif 20900 20901 for (i = pminrow, m = sminrow + win->_yoffset; 20902 - i <= pmaxrow && m <= newscr->_maxy; 20903 + i <= pmaxrow && m <= NewScreen(sp)->_maxy; 20904 i++, m++) { 20905 - register struct ldat *nline = &newscr->_line[m]; 20906 + register struct ldat *nline = &NewScreen(sp)->_line[m]; 20907 register struct ldat *oline = &win->_line[i]; 20908 for (j = pmincol, n = smincol; j <= pmaxcol; j++, n++) { 20909 NCURSES_CH_T ch = oline->text[j]; 20910 @@ -229,9 +247,9 @@ 20911 || nind > smaxrow) { 20912 nind = _NEWINDEX; 20913 } else if (displaced) { 20914 - register struct ldat *pline = &curscr->_line[nind]; 20915 + register struct ldat *pline = &CurScreen(sp)->_line[nind]; 20916 for (j = 0; j <= my_len; j++) { 20917 - int k = newscr->_maxx - j; 20918 + int k = NewScreen(sp)->_maxx - j; 20919 if (pline->text[j] != nline->text[j] 20920 || pline->text[k] != nline->text[k]) { 20921 nind = _NEWINDEX; 20922 @@ -266,7 +284,7 @@ 20923 20924 if (win->_clear) { 20925 win->_clear = FALSE; 20926 - newscr->_clear = TRUE; 20927 + NewScreen(sp)->_clear = TRUE; 20928 } 20929 20930 /* 20931 @@ -278,10 +296,10 @@ 20932 && win->_curx >= pmincol 20933 && win->_cury <= pmaxrow 20934 && win->_curx <= pmaxcol) { 20935 - newscr->_cury = win->_cury - pminrow + win->_begy + win->_yoffset; 20936 - newscr->_curx = win->_curx - pmincol + win->_begx; 20937 + NewScreen(sp)->_cury = win->_cury - pminrow + win->_begy + win->_yoffset; 20938 + NewScreen(sp)->_curx = win->_curx - pmincol + win->_begx; 20939 } 20940 - newscr->_leaveok = win->_leaveok; 20941 + NewScreen(sp)->_leaveok = win->_leaveok; 20942 win->_flags &= ~_HASMOVED; 20943 20944 /* 19426 20945 diff -Naur ncurses-5.7.orig/ncurses/base/lib_printw.c ncurses-5.7/ncurses/base/lib_printw.c 19427 20946 --- ncurses-5.7.orig/ncurses/base/lib_printw.c 2006-12-17 11:21:39.000000000 -0800 19428 +++ ncurses-5.7/ncurses/base/lib_printw.c 2009-0 6-05 14:01:44.000000000 -070020947 +++ ncurses-5.7/ncurses/base/lib_printw.c 2009-07-19 15:03:53.000000000 -0700 19429 20948 @@ -1,5 +1,5 @@ 19430 20949 /**************************************************************************** … … 19461 20980 diff -Naur ncurses-5.7.orig/ncurses/base/lib_redrawln.c ncurses-5.7/ncurses/base/lib_redrawln.c 19462 20981 --- ncurses-5.7.orig/ncurses/base/lib_redrawln.c 2007-10-13 13:08:56.000000000 -0700 19463 +++ ncurses-5.7/ncurses/base/lib_redrawln.c 2009-0 6-05 14:01:44.000000000 -070020982 +++ ncurses-5.7/ncurses/base/lib_redrawln.c 2009-07-19 15:03:53.000000000 -0700 19464 20983 @@ -1,5 +1,5 @@ 19465 20984 /**************************************************************************** … … 19527 21046 19528 21047 returnCode(OK); 21048 diff -Naur ncurses-5.7.orig/ncurses/base/lib_refresh.c ncurses-5.7/ncurses/base/lib_refresh.c 21049 --- ncurses-5.7.orig/ncurses/base/lib_refresh.c 2007-09-29 13:39:34.000000000 -0700 21050 +++ ncurses-5.7/ncurses/base/lib_refresh.c 2009-07-19 15:04:06.000000000 -0700 21051 @@ -1,5 +1,5 @@ 21052 /**************************************************************************** 21053 - * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. * 21054 + * Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. * 21055 * * 21056 * Permission is hereby granted, free of charge, to any person obtaining a * 21057 * copy of this software and associated documentation files (the * 21058 @@ -30,6 +30,7 @@ 21059 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 21060 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 21061 * and: Thomas E. Dickey 1996-on * 21062 + * and: Juergen Pfeifer * 21063 ****************************************************************************/ 21064 21065 /* 21066 @@ -41,24 +42,27 @@ 21067 21068 #include <curses.priv.h> 21069 21070 -MODULE_ID("$Id: lib_refresh.c,v 1.41 2007/09/29 20:39:34 tom Exp $") 21071 +MODULE_ID("$Id: lib_refresh.c,v 1.42 2009/06/06 20:27:39 tom Exp $") 21072 21073 NCURSES_EXPORT(int) 21074 wrefresh(WINDOW *win) 21075 { 21076 int code; 21077 +#if NCURSES_SP_FUNCS 21078 + SCREEN *SP_PARM = _nc_screen_of(win); 21079 +#endif 21080 21081 T((T_CALLED("wrefresh(%p)"), win)); 21082 21083 if (win == 0) { 21084 code = ERR; 21085 - } else if (win == curscr) { 21086 - curscr->_clear = TRUE; 21087 - code = doupdate(); 21088 + } else if (win == CurScreen(SP_PARM)) { 21089 + CurScreen(SP_PARM)->_clear = TRUE; 21090 + code = NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG); 21091 } else if ((code = wnoutrefresh(win)) == OK) { 21092 if (win->_clear) 21093 - newscr->_clear = TRUE; 21094 - code = doupdate(); 21095 + NewScreen(SP_PARM)->_clear = TRUE; 21096 + code = NCURSES_SP_NAME(doupdate) (NCURSES_SP_ARG); 21097 /* 21098 * Reset the clearok() flag in case it was set for the special 21099 * case in hardscroll.c (if we don't reset it here, we'll get 2 21100 @@ -81,6 +85,9 @@ 21101 #if USE_SCROLL_HINTS 21102 bool wide; 21103 #endif 21104 +#if NCURSES_SP_FUNCS 21105 + SCREEN *SP_PARM = _nc_screen_of(win); 21106 +#endif 21107 21108 T((T_CALLED("wnoutrefresh(%p)"), win)); 21109 #ifdef TRACE 21110 @@ -101,8 +108,8 @@ 21111 begx = win->_begx; 21112 begy = win->_begy; 21113 21114 - newscr->_nc_bkgd = win->_nc_bkgd; 21115 - WINDOW_ATTRS(newscr) = WINDOW_ATTRS(win); 21116 + NewScreen(SP_PARM)->_nc_bkgd = win->_nc_bkgd; 21117 + WINDOW_ATTRS(NewScreen(SP_PARM)) = WINDOW_ATTRS(win); 21118 21119 /* merge in change information from all subwindows of this window */ 21120 wsyncdown(win); 21121 @@ -122,7 +129,7 @@ 21122 * windows). Note that changing this formula will not break any code, 21123 * merely change the costs of various update cases. 21124 */ 21125 - wide = (begx <= 1 && win->_maxx >= (newscr->_maxx - 1)); 21126 + wide = (begx <= 1 && win->_maxx >= (NewScreen(SP_PARM)->_maxx - 1)); 21127 #endif 21128 21129 win->_flags &= ~_HASMOVED; 21130 @@ -137,13 +144,13 @@ 21131 /* limit(dst_col) */ 21132 limit_x = win->_maxx; 21133 /* limit(src_col) */ 21134 - if (limit_x > newscr->_maxx - begx) 21135 - limit_x = newscr->_maxx - begx; 21136 + if (limit_x > NewScreen(SP_PARM)->_maxx - begx) 21137 + limit_x = NewScreen(SP_PARM)->_maxx - begx; 21138 21139 for (src_row = 0, dst_row = begy + win->_yoffset; 21140 - src_row <= win->_maxy && dst_row <= newscr->_maxy; 21141 + src_row <= win->_maxy && dst_row <= NewScreen(SP_PARM)->_maxy; 21142 src_row++, dst_row++) { 21143 - register struct ldat *nline = &newscr->_line[dst_row]; 21144 + register struct ldat *nline = &(NewScreen(SP_PARM)->_line[dst_row]); 21145 register struct ldat *oline = &win->_line[src_row]; 21146 21147 if (oline->firstchar != _NOCHANGE) { 21148 @@ -225,7 +232,8 @@ 21149 * this character. Find the end of the character. 21150 */ 21151 ++j; 21152 - while (j <= newscr->_maxx && isWidecExt(nline->text[j])) { 21153 + while (j <= NewScreen(SP_PARM)->_maxx && 21154 + isWidecExt(nline->text[j])) { 21155 fix_right = j++; 21156 } 21157 } 21158 @@ -269,18 +277,18 @@ 21159 21160 if (win->_clear) { 21161 win->_clear = FALSE; 21162 - newscr->_clear = TRUE; 21163 + NewScreen(SP_PARM)->_clear = TRUE; 21164 } 21165 21166 if (!win->_leaveok) { 21167 - newscr->_cury = win->_cury + win->_begy + win->_yoffset; 21168 - newscr->_curx = win->_curx + win->_begx; 21169 + NewScreen(SP_PARM)->_cury = win->_cury + win->_begy + win->_yoffset; 21170 + NewScreen(SP_PARM)->_curx = win->_curx + win->_begx; 21171 } 21172 - newscr->_leaveok = win->_leaveok; 21173 + NewScreen(SP_PARM)->_leaveok = win->_leaveok; 21174 21175 #ifdef TRACE 21176 if (USE_TRACEF(TRACE_UPDATE)) { 21177 - _tracedump("newscr", newscr); 21178 + _tracedump("newscr", NewScreen(SP_PARM)); 21179 _nc_unlock_global(tracef); 21180 } 21181 #endif /* TRACE */ 19529 21182 diff -Naur ncurses-5.7.orig/ncurses/base/lib_restart.c ncurses-5.7/ncurses/base/lib_restart.c 19530 21183 --- ncurses-5.7.orig/ncurses/base/lib_restart.c 2008-06-21 10:31:22.000000000 -0700 19531 +++ ncurses-5.7/ncurses/base/lib_restart.c 2009-0 6-05 14:01:49.000000000 -070021184 +++ ncurses-5.7/ncurses/base/lib_restart.c 2009-07-19 15:03:58.000000000 -0700 19532 21185 @@ -1,5 +1,5 @@ 19533 21186 /**************************************************************************** … … 19639 21292 diff -Naur ncurses-5.7.orig/ncurses/base/lib_screen.c ncurses-5.7/ncurses/base/lib_screen.c 19640 21293 --- ncurses-5.7.orig/ncurses/base/lib_screen.c 2008-08-16 12:05:37.000000000 -0700 19641 +++ ncurses-5.7/ncurses/base/lib_screen.c 2009-0 6-05 14:01:51.000000000 -070021294 +++ ncurses-5.7/ncurses/base/lib_screen.c 2009-07-19 15:04:06.000000000 -0700 19642 21295 @@ -1,5 +1,5 @@ 19643 21296 /**************************************************************************** … … 19647 21300 * Permission is hereby granted, free of charge, to any person obtaining a * 19648 21301 * copy of this software and associated documentation files (the * 19649 @@ -30,1 1 +30,16@@21302 @@ -30,16 +30,21 @@ 19650 21303 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 19651 21304 * and: Eric S. Raymond <esr@snark.thyrsus.com> * … … 19658 21311 -MODULE_ID("$Id: lib_screen.c,v 1.31 2008/08/16 19:05:37 tom Exp $") 19659 21312 +#ifndef CUR 19660 +#define CUR SP_TERMTYPE 21313 +#define CUR SP_TERMTYPE 19661 21314 +#endif 19662 21315 + 19663 +MODULE_ID("$Id: lib_screen.c,v 1.3 4 2009/05/10 00:48:29tom Exp $")21316 +MODULE_ID("$Id: lib_screen.c,v 1.35 2009/06/06 20:26:17 tom Exp $") 19664 21317 19665 21318 #define MAX_SIZE 0x3fff /* 16k is big enough for a window or pad */ 19666 21319 19667 @@ -141,7 +146,7 @@ 21320 NCURSES_EXPORT(WINDOW *) 21321 -getwin(FILE *filep) 21322 +NCURSES_SP_NAME(getwin) (NCURSES_SP_DCLx FILE *filep) 21323 { 21324 WINDOW tmp, *nwin; 21325 int n; 21326 @@ -56,9 +61,12 @@ 21327 returnWin(0); 21328 21329 if (tmp._flags & _ISPAD) { 21330 - nwin = newpad(tmp._maxy + 1, tmp._maxx + 1); 21331 + nwin = NCURSES_SP_NAME(newpad) (NCURSES_SP_ARGx 21332 + tmp._maxy + 1, tmp._maxx + 1); 21333 } else { 21334 - nwin = newwin(tmp._maxy + 1, tmp._maxx + 1, 0, 0); 21335 + nwin = NCURSES_SP_NAME(newwin) (NCURSES_SP_ARGx 21336 + tmp._maxy + 1, 21337 + tmp._maxx + 1, 0, 0); 21338 } 21339 21340 /* 21341 @@ -112,6 +120,14 @@ 21342 returnWin(nwin); 21343 } 21344 21345 +#if NCURSES_SP_FUNCS 21346 +NCURSES_EXPORT(WINDOW *) 21347 +getwin(FILE *filep) 21348 +{ 21349 + return NCURSES_SP_NAME(getwin) (CURRENT_SCREEN, filep); 21350 +} 21351 +#endif 21352 + 21353 NCURSES_EXPORT(int) 21354 putwin(WINDOW *win, FILE *filep) 21355 { 21356 @@ -141,26 +157,34 @@ 19668 21357 } 19669 21358 … … 19674 21363 FILE *fp = 0; 19675 21364 19676 @@ -152,15 +157,23 @@ 21365 - T((T_CALLED("scr_restore(%s)"), _nc_visbuf(file))); 21366 + T((T_CALLED("scr_restore(%p,%s)"), SP_PARM, _nc_visbuf(file))); 21367 21368 if (_nc_access(file, R_OK) < 0 21369 || (fp = fopen(file, "rb")) == 0) { 19677 21370 returnCode(ERR); 19678 21371 } else { 19679 delwin(newscr);21372 - delwin(newscr); 19680 21373 - SP->_newscr = getwin(fp); 19681 + SP_PARM->_newscr = getwin(fp); 21374 + delwin(NewScreen(SP_PARM)); 21375 + NewScreen(SP_PARM) = getwin(fp); 19682 21376 #if !USE_REENTRANT 19683 21377 - newscr = SP->_newscr; 19684 + newscr = SP_PARM->_newscr;21378 + newscr = NewScreen(SP_PARM); 19685 21379 #endif 19686 21380 (void) fclose(fp); … … 19700 21394 scr_dump(const char *file) 19701 21395 { 19702 @@ -179, 7 +192,7@@21396 @@ -179,42 +203,63 @@ 19703 21397 } 19704 21398 … … 19708 21402 { 19709 21403 FILE *fp = 0; 19710 19711 @@ -193,17 +206,25 @@ 19712 returnCode(ERR); 19713 } else { 19714 delwin(curscr); 21404 + int code = ERR; 21405 21406 - T((T_CALLED("scr_init(%s)"), _nc_visbuf(file))); 21407 + T((T_CALLED("scr_init(%p,%s)"), SP_PARM, _nc_visbuf(file))); 21408 21409 - if (exit_ca_mode && non_rev_rmcup) 21410 - returnCode(ERR); 21411 - 21412 - if (_nc_access(file, R_OK) < 0 21413 - || (fp = fopen(file, "rb")) == 0) { 21414 - returnCode(ERR); 21415 - } else { 21416 - delwin(curscr); 19715 21417 - SP->_curscr = getwin(fp); 19716 + SP_PARM->_curscr = getwin(fp); 21418 + if (SP_PARM != 0 && 21419 +#ifdef USE_TERM_DRIVER 21420 + InfoOf(SP_PARM).caninit 21421 +#else 21422 + !(exit_ca_mode && non_rev_rmcup) 21423 +#endif 21424 + ) { 21425 + if (_nc_access(file, R_OK) >= 0 21426 + && (fp = fopen(file, "rb")) != 0) { 21427 + delwin(CurScreen(SP_PARM)); 21428 + CurScreen(SP_PARM) = getwin(fp); 19717 21429 #if !USE_REENTRANT 19718 21430 - curscr = SP->_curscr; 19719 + curscr = SP_PARM->_curscr;21431 + curscr = CurScreen(SP_PARM); 19720 21432 #endif 19721 (void) fclose(fp); 19722 returnCode(OK); 21433 - (void) fclose(fp); 21434 - returnCode(OK); 21435 + (void) fclose(fp); 21436 + code = OK; 21437 + } 19723 21438 } 21439 + returnCode(code); 19724 21440 } 19725 21441 … … 19728 21444 -scr_set(const char *file) 19729 21445 +scr_init(const char *file) 19730 +{ 21446 { 21447 - T((T_CALLED("scr_set(%s)"), _nc_visbuf(file))); 19731 21448 + return NCURSES_SP_NAME(scr_init) (CURRENT_SCREEN, file); 19732 21449 +} 19733 21450 +#endif 19734 + 21451 21452 - if (scr_init(file) == ERR) { 19735 21453 +NCURSES_EXPORT(int) 19736 21454 +NCURSES_SP_NAME(scr_set) (NCURSES_SP_DCLx const char *file) 19737 {19738 T((T_CALLED("scr_set(%s)"), _nc_visbuf(file)));19739 19740 @@ -211,10 +232,18 @@ 21455 +{ 21456 + T((T_CALLED("scr_set(%p,%s)"), SP_PARM, _nc_visbuf(file))); 21457 + 21458 + if (NCURSES_SP_NAME(scr_init) (NCURSES_SP_ARGx file) == ERR) { 19741 21459 returnCode(ERR); 19742 21460 } else { 19743 delwin(newscr);21461 - delwin(newscr); 19744 21462 - SP->_newscr = dupwin(curscr); 19745 + SP_PARM->_newscr = dupwin(curscr); 21463 + delwin(NewScreen(SP_PARM)); 21464 + NewScreen(SP_PARM) = dupwin(curscr); 19746 21465 #if !USE_REENTRANT 19747 21466 - newscr = SP->_newscr; 19748 + newscr = SP_PARM->_newscr;21467 + newscr = NewScreen(SP_PARM); 19749 21468 #endif 19750 21469 returnCode(OK); … … 19761 21480 diff -Naur ncurses-5.7.orig/ncurses/base/lib_set_term.c ncurses-5.7/ncurses/base/lib_set_term.c 19762 21481 --- ncurses-5.7.orig/ncurses/base/lib_set_term.c 2008-08-04 11:11:12.000000000 -0700 19763 +++ ncurses-5.7/ncurses/base/lib_set_term.c 2009-0 6-05 14:01:51.000000000 -070021482 +++ ncurses-5.7/ncurses/base/lib_set_term.c 2009-07-19 15:04:11.000000000 -0700 19764 21483 @@ -1,5 +1,5 @@ 19765 21484 /**************************************************************************** … … 19783 21502 -MODULE_ID("$Id: lib_set_term.c,v 1.117 2008/08/04 18:11:12 tom Exp $") 19784 21503 +#ifndef CUR 19785 +#define CUR SP_TERMTYPE 21504 +#define CUR SP_TERMTYPE 19786 21505 +#endif 19787 21506 + 19788 +MODULE_ID("$Id: lib_set_term.c,v 1.12 2 2009/05/10 00:48:29tom Exp $")21507 +MODULE_ID("$Id: lib_set_term.c,v 1.124 2009/06/27 21:36:14 tom Exp $") 19789 21508 19790 21509 NCURSES_EXPORT(SCREEN *) … … 19800 21519 int bottom_stolen = 0; 19801 21520 bool support_cookies = USE_XMC_SUPPORT; 19802 @@ -555,8 +563,8 @@ 21521 @@ -272,6 +280,9 @@ 21522 } 21523 21524 T(("created SP %p", SP)); 21525 +#if NCURSES_SP_FUNCS 21526 + sp = SP; /* fixup so SET_LINES and SET_COLS works */ 21527 +#endif 21528 SP->_next_screen = _nc_screen_chain; 21529 _nc_screen_chain = SP; 21530 21531 @@ -546,7 +557,7 @@ 21532 curscr = SP->_curscr; 21533 #endif 21534 #if USE_SIZECHANGE 21535 - SP->_resize = resizeterm; 21536 + SP->_resize = NCURSES_SP_NAME(resizeterm); 21537 #endif 21538 21539 newscr->_clear = TRUE; 21540 @@ -555,8 +566,8 @@ 19803 21541 def_shell_mode(); 19804 21542 def_prog_mode(); … … 19811 21549 19812 21550 /* If we must simulate soft labels, grab off the line to be used. 19813 @@ -595,7 +60 3,7 @@21551 @@ -595,7 +606,7 @@ 19814 21552 } 19815 21553 } … … 19820 21558 T(("creating stdscr")); 19821 21559 assert((SP->_lines_avail + SP->_topstolen + bottom_stolen) == slines); 19822 @@ -615,27 +62 3,39 @@21560 @@ -615,27 +626,39 @@ 19823 21561 * off from the top or bottom. 19824 21562 */ … … 19868 21606 START_TRACE(); 19869 21607 T((T_CALLED("ripoffline(%d,%p)"), line, init)); 19870 @@ -643,5 +66 3,15 @@21608 @@ -643,5 +666,15 @@ 19871 21609 if (line == 0) 19872 21610 returnCode(OK); … … 19876 21614 + (line < 0) ? -1 : 1, 19877 21615 + init)); 19878 +}21616 } 19879 21617 + 19880 21618 +#if NCURSES_SP_FUNCS … … 19883 21621 +{ 19884 21622 + return NCURSES_SP_NAME(ripoffline) (CURRENT_SCREEN, line, init); 19885 }21623 +} 19886 21624 +#endif 19887 21625 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkatrof.c ncurses-5.7/ncurses/base/lib_slkatrof.c 19888 21626 --- ncurses-5.7.orig/ncurses/base/lib_slkatrof.c 2005-01-08 15:01:32.000000000 -0800 19889 +++ ncurses-5.7/ncurses/base/lib_slkatrof.c 2009-0 6-05 14:01:16.000000000 -070021627 +++ ncurses-5.7/ncurses/base/lib_slkatrof.c 2009-07-19 15:02:22.000000000 -0700 19890 21628 @@ -1,5 +1,5 @@ 19891 21629 /**************************************************************************** … … 19935 21673 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkatron.c ncurses-5.7/ncurses/base/lib_slkatron.c 19936 21674 --- ncurses-5.7.orig/ncurses/base/lib_slkatron.c 2005-01-08 15:02:01.000000000 -0800 19937 +++ ncurses-5.7/ncurses/base/lib_slkatron.c 2009-0 6-05 14:01:16.000000000 -070021675 +++ ncurses-5.7/ncurses/base/lib_slkatron.c 2009-07-19 15:02:22.000000000 -0700 19938 21676 @@ -1,5 +1,5 @@ 19939 21677 /**************************************************************************** … … 19983 21721 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkatr_set.c ncurses-5.7/ncurses/base/lib_slkatr_set.c 19984 21722 --- ncurses-5.7.orig/ncurses/base/lib_slkatr_set.c 2005-01-28 13:11:53.000000000 -0800 19985 +++ ncurses-5.7/ncurses/base/lib_slkatr_set.c 2009-0 6-05 14:01:16.000000000 -070021723 +++ ncurses-5.7/ncurses/base/lib_slkatr_set.c 2009-07-19 15:02:22.000000000 -0700 19986 21724 @@ -1,5 +1,5 @@ 19987 21725 /**************************************************************************** … … 20054 21792 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkatrset.c ncurses-5.7/ncurses/base/lib_slkatrset.c 20055 21793 --- ncurses-5.7.orig/ncurses/base/lib_slkatrset.c 2005-01-08 13:46:47.000000000 -0800 20056 +++ ncurses-5.7/ncurses/base/lib_slkatrset.c 2009-0 6-05 14:01:16.000000000 -070021794 +++ ncurses-5.7/ncurses/base/lib_slkatrset.c 2009-07-19 15:02:22.000000000 -0700 20057 21795 @@ -1,5 +1,5 @@ 20058 21796 /**************************************************************************** … … 20094 21832 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkattr.c ncurses-5.7/ncurses/base/lib_slkattr.c 20095 21833 --- ncurses-5.7.orig/ncurses/base/lib_slkattr.c 2005-01-08 13:44:28.000000000 -0800 20096 +++ ncurses-5.7/ncurses/base/lib_slkattr.c 2009-0 6-05 14:01:16.000000000 -070021834 +++ ncurses-5.7/ncurses/base/lib_slkattr.c 2009-07-19 15:02:22.000000000 -0700 20097 21835 @@ -1,5 +1,5 @@ 20098 21836 /**************************************************************************** … … 20138 21876 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slk.c ncurses-5.7/ncurses/base/lib_slk.c 20139 21877 --- ncurses-5.7.orig/ncurses/base/lib_slk.c 2008-09-27 07:07:33.000000000 -0700 20140 +++ ncurses-5.7/ncurses/base/lib_slk.c 2009-0 6-05 14:01:51.000000000 -070021878 +++ ncurses-5.7/ncurses/base/lib_slk.c 2009-07-19 15:04:17.000000000 -0700 20141 21879 @@ -1,5 +1,5 @@ 20142 21880 /**************************************************************************** … … 20146 21884 * Permission is hereby granted, free of charge, to any person obtaining a * 20147 21885 * copy of this software and associated documentation files (the * 20148 @@ -45,7 +45,11 @@ 21886 @@ -41,26 +41,81 @@ 21887 */ 21888 21889 #include <curses.priv.h> 21890 - 20149 21891 #include <ctype.h> 20150 #include <term.h> /* num_labels, label_*, plab_norm */21892 -#include <term.h> /* num_labels, label_*, plab_norm */ 20151 21893 20152 21894 -MODULE_ID("$Id: lib_slk.c,v 1.35 2008/09/27 14:07:33 juergen Exp $") 20153 21895 +#ifndef CUR 20154 +#define CUR SP_TERMTYPE 21896 +#define CUR SP_TERMTYPE 20155 21897 +#endif 20156 21898 + 20157 +MODULE_ID("$Id: lib_slk.c,v 1. 38 2009/05/10 00:48:29tom Exp $")21899 +MODULE_ID("$Id: lib_slk.c,v 1.40 2009/07/19 00:34:07 tom Exp $") 20158 21900 20159 21901 /* 20160 21902 * Free any memory related to soft labels, return an error. 20161 @@ -68,6 +72,9 @@ 21903 */ 21904 static int 21905 -slk_failed(void) 21906 +slk_failed(NCURSES_SP_DCL0) 21907 { 21908 - if (SP->_slk) { 21909 - FreeIfNeeded(SP->_slk->ent); 21910 - free(SP->_slk); 21911 - SP->_slk = (SLK *) 0; 21912 + if ((0 != SP_PARM) && SP_PARM->_slk) { 21913 + FreeIfNeeded(SP_PARM->_slk->ent); 21914 + free(SP_PARM->_slk); 21915 + SP_PARM->_slk = (SLK *) 0; 21916 } 21917 return ERR; 21918 } 21919 21920 +NCURSES_EXPORT(int) 21921 +_nc_format_slks(NCURSES_SP_DCLx int cols) 21922 +{ 21923 + int gap, i, x; 21924 + unsigned max_length; 21925 + 21926 + if (!SP_PARM || !SP_PARM->_slk) 21927 + return ERR; 21928 + 21929 + max_length = SP_PARM->_slk->maxlen; 21930 + if (SP_PARM->slk_format >= 3) { /* PC style */ 21931 + gap = (cols - 3 * (3 + 4 * max_length)) / 2; 21932 + 21933 + if (gap < 1) 21934 + gap = 1; 21935 + 21936 + for (i = x = 0; i < SP_PARM->_slk->maxlab; i++) { 21937 + SP_PARM->_slk->ent[i].ent_x = x; 21938 + x += max_length; 21939 + x += (i == 3 || i == 7) ? gap : 1; 21940 + } 21941 + } else { 21942 + if (SP_PARM->slk_format == 2) { /* 4-4 */ 21943 + gap = cols - (SP_PARM->_slk->maxlab * max_length) - 6; 21944 + 21945 + if (gap < 1) 21946 + gap = 1; 21947 + for (i = x = 0; i < SP_PARM->_slk->maxlab; i++) { 21948 + SP_PARM->_slk->ent[i].ent_x = x; 21949 + x += max_length; 21950 + x += (i == 3) ? gap : 1; 21951 + } 21952 + } else { 21953 + if (SP_PARM->slk_format == 1) { /* 1 -> 3-2-3 */ 21954 + gap = (cols - (SP_PARM->_slk->maxlab * max_length) - 5) 21955 + / 2; 21956 + 21957 + if (gap < 1) 21958 + gap = 1; 21959 + for (i = x = 0; i < SP_PARM->_slk->maxlab; i++) { 21960 + SP_PARM->_slk->ent[i].ent_x = x; 21961 + x += max_length; 21962 + x += (i == 2 || i == 4) ? gap : 1; 21963 + } 21964 + } else 21965 + returnCode(slk_failed(NCURSES_SP_ARG)); 21966 + } 21967 + } 21968 + SP_PARM->_slk->dirty = TRUE; 21969 + 21970 + return OK; 21971 +} 21972 + 21973 /* 21974 * Initialize soft labels. 21975 * Called from newterm() 21976 @@ -68,108 +123,91 @@ 20162 21977 NCURSES_EXPORT(int) 20163 21978 _nc_slk_initialize(WINDOW *stwin, int cols) 20164 21979 { 20165 +#if NCURSES_SP_FUNCS 20166 + SCREEN *sp = CURRENT_SCREEN; 20167 +#endif 20168 int i, x; 21980 - int i, x; 21981 + int i; 20169 21982 int res = OK; 20170 21983 unsigned max_length; 20171 @@ -178,14 +185,22 @@ 21984 + SCREEN *sp; 21985 + TERMINAL *term; 21986 + int numlab; 21987 21988 T((T_CALLED("_nc_slk_initialize()"))); 21989 21990 - if (SP->_slk) { /* we did this already, so simply return */ 21991 + assert(stwin); 21992 + 21993 + sp = _nc_screen_of(stwin); 21994 + if (0 == sp) 21995 + returnCode(ERR); 21996 + 21997 + term = TerminalOf(SP_PARM); 21998 + assert(term); 21999 + 22000 + numlab = InfoOf(SP_PARM).numlabels; 22001 + 22002 + if (SP_PARM->_slk) { /* we did this already, so simply return */ 22003 returnCode(OK); 22004 - } else if ((SP->_slk = typeCalloc(SLK, 1)) == 0) 22005 + } else if ((SP_PARM->_slk = typeCalloc(SLK, 1)) == 0) 22006 returnCode(ERR); 22007 22008 - SP->_slk->ent = NULL; 22009 + SP_PARM->_slk->hidden = TRUE; 22010 + SP_PARM->_slk->ent = NULL; 22011 + if (!SP_PARM->slk_format) 22012 + SP_PARM->slk_format = _nc_globals.slk_format; 22013 22014 /* 22015 * If we use colors, vidputs() will suppress video attributes that conflict 22016 * with colors. In that case, we're still guaranteed that "reverse" would 22017 * work. 22018 */ 22019 - if ((no_color_video & 1) == 0) 22020 - SetAttr(SP->_slk->attr, A_STANDOUT); 22021 + if ((InfoOf(SP_PARM).nocolorvideo & 1) == 0) 22022 + SetAttr(SP_PARM->_slk->attr, A_STANDOUT); 22023 else 22024 - SetAttr(SP->_slk->attr, A_REVERSE); 22025 + SetAttr(SP_PARM->_slk->attr, A_REVERSE); 22026 22027 - SP->_slk->maxlab = ((num_labels > 0) 22028 - ? num_labels 22029 - : MAX_SKEY(_nc_globals.slk_format)); 22030 - SP->_slk->maxlen = ((num_labels > 0) 22031 - ? label_width * label_height 22032 - : MAX_SKEY_LEN(_nc_globals.slk_format)); 22033 - SP->_slk->labcnt = ((SP->_slk->maxlab < MAX_SKEY(_nc_globals.slk_format)) 22034 - ? MAX_SKEY(_nc_globals.slk_format) 22035 - : SP->_slk->maxlab); 22036 - 22037 - if (SP->_slk->maxlen <= 0 22038 - || SP->_slk->labcnt <= 0 22039 - || (SP->_slk->ent = typeCalloc(slk_ent, 22040 - (unsigned) SP->_slk->labcnt)) == NULL) 22041 - returnCode(slk_failed()); 22042 + SP_PARM->_slk->maxlab = ((numlab > 0) 22043 + ? numlab 22044 + : MAX_SKEY(SP_PARM->slk_format)); 22045 + SP_PARM->_slk->maxlen = ((numlab > 0) 22046 + ? InfoOf(SP_PARM).labelwidth * InfoOf(SP_PARM).labelheight 22047 + : MAX_SKEY_LEN(SP_PARM->slk_format)); 22048 + SP_PARM->_slk->labcnt = ((SP_PARM->_slk->maxlab < MAX_SKEY(SP_PARM->slk_format)) 22049 + ? MAX_SKEY(SP_PARM->slk_format) 22050 + : SP_PARM->_slk->maxlab); 22051 + 22052 + if (SP_PARM->_slk->maxlen <= 0 22053 + || SP_PARM->_slk->labcnt <= 0 22054 + || (SP_PARM->_slk->ent = typeCalloc(slk_ent, 22055 + (unsigned) SP_PARM->_slk->labcnt)) 22056 + == NULL) 22057 + returnCode(slk_failed(NCURSES_SP_ARG)); 22058 22059 - max_length = SP->_slk->maxlen; 22060 - for (i = 0; i < SP->_slk->labcnt; i++) { 22061 + max_length = SP_PARM->_slk->maxlen; 22062 + for (i = 0; i < SP_PARM->_slk->labcnt; i++) { 22063 size_t used = max_length + 1; 22064 22065 - if ((SP->_slk->ent[i].ent_text = (char *) _nc_doalloc(0, used)) == 0) 22066 - returnCode(slk_failed()); 22067 - memset(SP->_slk->ent[i].ent_text, 0, used); 22068 - 22069 - if ((SP->_slk->ent[i].form_text = (char *) _nc_doalloc(0, used)) == 0) 22070 - returnCode(slk_failed()); 22071 - memset(SP->_slk->ent[i].form_text, 0, used); 22072 + SP_PARM->_slk->ent[i].ent_text = (char *) _nc_doalloc(0, used); 22073 + if (SP_PARM->_slk->ent[i].ent_text == 0) 22074 + returnCode(slk_failed(NCURSES_SP_ARG)); 22075 + memset(SP_PARM->_slk->ent[i].ent_text, 0, used); 22076 + 22077 + SP_PARM->_slk->ent[i].form_text = (char *) _nc_doalloc(0, used); 22078 + if (SP_PARM->_slk->ent[i].form_text == 0) 22079 + returnCode(slk_failed(NCURSES_SP_ARG)); 22080 + memset(SP_PARM->_slk->ent[i].form_text, 0, used); 22081 22082 - memset(SP->_slk->ent[i].form_text, ' ', max_length); 22083 - SP->_slk->ent[i].visible = (char) (i < SP->_slk->maxlab); 22084 + memset(SP_PARM->_slk->ent[i].form_text, ' ', max_length); 22085 + SP_PARM->_slk->ent[i].visible = (char) (i < SP_PARM->_slk->maxlab); 22086 } 22087 - if (_nc_globals.slk_format >= 3) { /* PC style */ 22088 - int gap = (cols - 3 * (3 + 4 * max_length)) / 2; 22089 22090 - if (gap < 1) 22091 - gap = 1; 22092 - 22093 - for (i = x = 0; i < SP->_slk->maxlab; i++) { 22094 - SP->_slk->ent[i].ent_x = x; 22095 - x += max_length; 22096 - x += (i == 3 || i == 7) ? gap : 1; 22097 - } 22098 - } else { 22099 - if (_nc_globals.slk_format == 2) { /* 4-4 */ 22100 - int gap = cols - (SP->_slk->maxlab * max_length) - 6; 22101 - 22102 - if (gap < 1) 22103 - gap = 1; 22104 - for (i = x = 0; i < SP->_slk->maxlab; i++) { 22105 - SP->_slk->ent[i].ent_x = x; 22106 - x += max_length; 22107 - x += (i == 3) ? gap : 1; 22108 - } 22109 - } else { 22110 - if (_nc_globals.slk_format == 1) { /* 1 -> 3-2-3 */ 22111 - int gap = (cols - (SP->_slk->maxlab * max_length) - 5) 22112 - / 2; 22113 + res = _nc_format_slks(NCURSES_SP_ARGx cols); 22114 22115 - if (gap < 1) 22116 - gap = 1; 22117 - for (i = x = 0; i < SP->_slk->maxlab; i++) { 22118 - SP->_slk->ent[i].ent_x = x; 22119 - x += max_length; 22120 - x += (i == 2 || i == 4) ? gap : 1; 22121 - } 22122 - } else 22123 - returnCode(slk_failed()); 22124 - } 22125 - } 22126 - SP->_slk->dirty = TRUE; 22127 - if ((SP->_slk->win = stwin) == NULL) { 22128 - returnCode(slk_failed()); 22129 + if ((SP_PARM->_slk->win = stwin) == NULL) { 22130 + returnCode(slk_failed(NCURSES_SP_ARG)); 22131 } 22132 22133 /* We now reset the format so that the next newterm has again 22134 * per default no SLK keys and may call slk_init again to 22135 * define a new layout. (juergen 03-Mar-1999) 22136 */ 22137 - SP->slk_format = _nc_globals.slk_format; 22138 _nc_globals.slk_format = 0; 22139 returnCode(res); 22140 } 22141 @@ -178,14 +216,24 @@ 20172 22142 * Restore the soft labels on the screen. 20173 22143 */ … … 20176 22146 +NCURSES_SP_NAME(slk_restore) (NCURSES_SP_DCL0) 20177 22147 { 20178 T((T_CALLED("slk_restore()"))); 22148 - T((T_CALLED("slk_restore()"))); 22149 + T((T_CALLED("slk_restore(%p)"), SP_PARM)); 22150 + 22151 + if (0 == SP_PARM) 22152 + returnCode(ERR); 22153 + if (SP_PARM->_slk == NULL) 22154 + returnCode(ERR); 22155 + SP_PARM->_slk->hidden = FALSE; 22156 + SP_PARM->_slk->dirty = TRUE; 20179 22157 20180 22158 - if (SP->_slk == NULL) 20181 + if (SP_PARM->_slk == NULL) 20182 return (ERR); 22159 - return (ERR); 20183 22160 - SP->_slk->hidden = FALSE; 20184 22161 - SP->_slk->dirty = TRUE; 20185 + SP_PARM->_slk->hidden = FALSE; 20186 + SP_PARM->_slk->dirty = TRUE; 20187 20188 returnCode(slk_refresh()); 20189 } 20190 + 22162 + returnCode(NCURSES_SP_NAME(slk_refresh) (NCURSES_SP_ARG)); 22163 +} 22164 22165 - returnCode(slk_refresh()); 20191 22166 +#if NCURSES_SP_FUNCS 20192 22167 +NCURSES_EXPORT(int) … … 20194 22169 +{ 20195 22170 + return NCURSES_SP_NAME(slk_restore) (CURRENT_SCREEN); 20196 +}22171 } 20197 22172 +#endif 20198 22173 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkclear.c ncurses-5.7/ncurses/base/lib_slkclear.c 20199 22174 --- ncurses-5.7.orig/ncurses/base/lib_slkclear.c 2007-12-29 09:51:47.000000000 -0800 20200 +++ ncurses-5.7/ncurses/base/lib_slkclear.c 2009-0 6-05 14:01:16.000000000 -070022175 +++ ncurses-5.7/ncurses/base/lib_slkclear.c 2009-07-19 15:02:22.000000000 -0700 20201 22176 @@ -1,5 +1,5 @@ 20202 22177 /**************************************************************************** … … 20254 22229 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkcolor.c ncurses-5.7/ncurses/base/lib_slkcolor.c 20255 22230 --- ncurses-5.7.orig/ncurses/base/lib_slkcolor.c 2005-01-28 13:11:53.000000000 -0800 20256 +++ ncurses-5.7/ncurses/base/lib_slkcolor.c 2009-0 6-05 14:01:16.000000000 -070022231 +++ ncurses-5.7/ncurses/base/lib_slkcolor.c 2009-07-19 15:02:22.000000000 -0700 20257 22232 @@ -1,5 +1,5 @@ 20258 22233 /**************************************************************************** … … 20318 22293 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkinit.c ncurses-5.7/ncurses/base/lib_slkinit.c 20319 22294 --- ncurses-5.7.orig/ncurses/base/lib_slkinit.c 2008-01-12 12:23:39.000000000 -0800 20320 +++ ncurses-5.7/ncurses/base/lib_slkinit.c 2009-0 6-05 14:01:54.000000000 -070022295 +++ ncurses-5.7/ncurses/base/lib_slkinit.c 2009-07-19 15:04:03.000000000 -0700 20321 22296 @@ -1,5 +1,5 @@ 20322 22297 /**************************************************************************** … … 20383 22358 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slklab.c ncurses-5.7/ncurses/base/lib_slklab.c 20384 22359 --- ncurses-5.7.orig/ncurses/base/lib_slklab.c 2003-03-29 14:53:48.000000000 -0800 20385 +++ ncurses-5.7/ncurses/base/lib_slklab.c 2009-0 6-05 14:01:16.000000000 -070022360 +++ ncurses-5.7/ncurses/base/lib_slklab.c 2009-07-19 15:02:22.000000000 -0700 20386 22361 @@ -1,5 +1,5 @@ 20387 22362 /**************************************************************************** … … 20430 22405 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkrefr.c ncurses-5.7/ncurses/base/lib_slkrefr.c 20431 22406 --- ncurses-5.7.orig/ncurses/base/lib_slkrefr.c 2008-09-27 07:07:53.000000000 -0700 20432 +++ ncurses-5.7/ncurses/base/lib_slkrefr.c 2009-0 6-05 14:01:51.000000000 -070022407 +++ ncurses-5.7/ncurses/base/lib_slkrefr.c 2009-07-19 15:04:06.000000000 -0700 20433 22408 @@ -1,5 +1,5 @@ 20434 22409 /**************************************************************************** … … 20438 22413 * Permission is hereby granted, free of charge, to any person obtaining a * 20439 22414 * copy of this software and associated documentation files (the * 20440 @@ -40,7 +40,11 @@ 22415 @@ -38,9 +38,12 @@ 22416 * Write SLK window to the (virtual) screen. 22417 */ 20441 22418 #include <curses.priv.h> 20442 #include <term.h> /* num_labels, label_*, plab_norm */22419 -#include <term.h> /* num_labels, label_*, plab_norm */ 20443 22420 20444 22421 -MODULE_ID("$Id: lib_slkrefr.c,v 1.17 2008/09/27 14:07:53 juergen Exp $") 20445 22422 +#ifndef CUR 20446 +#define CUR SP_TERMTYPE 22423 +#define CUR SP_TERMTYPE 20447 22424 +#endif 20448 22425 + 20449 +MODULE_ID("$Id: lib_slkrefr.c,v 1.2 0 2009/05/10 00:48:29tom Exp $")22426 +MODULE_ID("$Id: lib_slkrefr.c,v 1.21 2009/06/06 20:26:17 tom Exp $") 20450 22427 20451 22428 /* 20452 22429 * Paint the info line for the PC style SLK emulation. 20453 @@ -68,6 +72,9 @@ 22430 @@ -66,31 +69,47 @@ 22431 * Write the soft labels to the soft-key window. 22432 */ 20454 22433 static void 20455 slk_intern_refresh(SLK * slk) 22434 -slk_intern_refresh(SLK * slk) 22435 +slk_intern_refresh(SCREEN *sp) 20456 22436 { 20457 +#if NCURSES_SP_FUNCS 20458 + SCREEN *sp = CURRENT_SCREEN; 22437 int i; 22438 - int fmt = SP->slk_format; 22439 + int fmt; 22440 + SLK *slk; 22441 + int numlab; 22442 + 22443 + if (sp == 0) 22444 + return; 22445 + 22446 + slk = sp->_slk; 22447 + fmt = sp->slk_format; 22448 + numlab = InfoOf(sp).numlabels; 22449 + 22450 + if (slk->hidden) 22451 + return; 22452 22453 for (i = 0; i < slk->labcnt; i++) { 22454 if (slk->dirty || slk->ent[i].dirty) { 22455 if (slk->ent[i].visible) { 22456 - if (num_labels > 0 && SLK_STDFMT(fmt)) { 22457 + if (numlab > 0 && SLK_STDFMT(fmt)) { 22458 +#ifdef USE_TERM_DRIVER 22459 + CallDriver_2(sp, hwlabel, i + 1, slk->ent[i].form_text); 22460 +#else 22461 if (i < num_labels) { 22462 TPUTS_TRACE("plab_norm"); 22463 putp(TPARM_2(plab_norm, i + 1, slk->ent[i].form_text)); 22464 } 20459 22465 +#endif 20460 int i; 20461 int fmt = SP->slk_format; 20462 20463 @@ -113,32 +120,48 @@ 22466 } else { 22467 if (fmt == 4) 22468 slk_paint_info(slk->win); 22469 wmove(slk->win, SLK_LINES(fmt) - 1, slk->ent[i].ent_x); 22470 - if (SP->_slk) { 22471 - wattrset(slk->win, AttrOf(SP->_slk->attr)); 22472 + if (sp->_slk) { 22473 + wattrset(slk->win, AttrOf(sp->_slk->attr)); 22474 } 22475 waddstr(slk->win, slk->ent[i].form_text); 22476 /* if we simulate SLK's, it's looking much more 22477 natural to use the current ATTRIBUTE also 22478 for the label window */ 22479 - wattrset(slk->win, WINDOW_ATTRS(stdscr)); 22480 + wattrset(slk->win, WINDOW_ATTRS(StdScreen(sp))); 22481 } 22482 } 22483 slk->ent[i].dirty = FALSE; 22484 @@ -98,7 +117,10 @@ 22485 } 22486 slk->dirty = FALSE; 22487 22488 - if (num_labels > 0) { 22489 + if (numlab > 0) { 22490 +#ifdef USE_TERM_DRIVER 22491 + CallDriver_1(sp, hwlabelOnOff, slk->hidden ? FALSE : TRUE); 22492 +#else 22493 if (slk->hidden) { 22494 TPUTS_TRACE("label_off"); 22495 putp(label_off); 22496 @@ -106,6 +128,7 @@ 22497 TPUTS_TRACE("label_on"); 22498 putp(label_on); 22499 } 22500 +#endif 22501 } 22502 } 22503 22504 @@ -113,32 +136,48 @@ 20464 22505 * Refresh the soft labels. 20465 22506 */ … … 20468 22509 +NCURSES_SP_NAME(slk_noutrefresh) (NCURSES_SP_DCL0) 20469 22510 { 20470 T((T_CALLED("slk_noutrefresh()"))); 22511 - T((T_CALLED("slk_noutrefresh()"))); 22512 + T((T_CALLED("slk_noutrefresh(%p)"), SP_PARM)); 20471 22513 20472 22514 - if (SP == NULL || SP->_slk == NULL) 20473 + if (SP_PARM == NULL || SP_PARM->_slk == NULL)22515 + if (SP_PARM == 0 || SP_PARM->_slk == 0) 20474 22516 returnCode(ERR); 20475 22517 - if (SP->_slk->hidden) … … 20477 22519 returnCode(OK); 20478 22520 - slk_intern_refresh(SP->_slk); 20479 + slk_intern_refresh(SP_PARM->_slk); 20480 + 22521 + slk_intern_refresh(SP_PARM); 22522 22523 - returnCode(wnoutrefresh(SP->_slk->win)); 20481 22524 + returnCode(wnoutrefresh(SP_PARM->_slk->win)); 20482 22525 +} 20483 20484 - returnCode(wnoutrefresh(SP->_slk->win)); 22526 + 20485 22527 +#if NCURSES_SP_FUNCS 20486 22528 +NCURSES_EXPORT(int) … … 20498 22540 +NCURSES_SP_NAME(slk_refresh) (NCURSES_SP_DCL0) 20499 22541 { 20500 T((T_CALLED("slk_refresh()"))); 22542 - T((T_CALLED("slk_refresh()"))); 22543 + T((T_CALLED("slk_refresh(%p)"), SP_PARM)); 20501 22544 20502 22545 - if (SP == NULL || SP->_slk == NULL) 20503 + if (SP_PARM == NULL || SP_PARM->_slk == NULL)22546 + if (SP_PARM == 0 || SP_PARM->_slk == 0) 20504 22547 returnCode(ERR); 20505 22548 - if (SP->_slk->hidden) … … 20507 22550 returnCode(OK); 20508 22551 - slk_intern_refresh(SP->_slk); 20509 + slk_intern_refresh(SP_PARM ->_slk);22552 + slk_intern_refresh(SP_PARM); 20510 22553 + 20511 22554 + returnCode(wrefresh(SP_PARM->_slk->win)); … … 20522 22565 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slkset.c ncurses-5.7/ncurses/base/lib_slkset.c 20523 22566 --- ncurses-5.7.orig/ncurses/base/lib_slkset.c 2007-10-13 13:08:46.000000000 -0700 20524 +++ ncurses-5.7/ncurses/base/lib_slkset.c 2009-0 6-05 14:01:16.000000000 -070022567 +++ ncurses-5.7/ncurses/base/lib_slkset.c 2009-07-19 15:02:22.000000000 -0700 20525 22568 @@ -1,5 +1,5 @@ 20526 22569 /**************************************************************************** … … 20583 22626 diff -Naur ncurses-5.7.orig/ncurses/base/lib_slktouch.c ncurses-5.7/ncurses/base/lib_slktouch.c 20584 22627 --- ncurses-5.7.orig/ncurses/base/lib_slktouch.c 2000-12-09 18:43:27.000000000 -0800 20585 +++ ncurses-5.7/ncurses/base/lib_slktouch.c 2009-0 6-05 14:01:16.000000000 -070022628 +++ ncurses-5.7/ncurses/base/lib_slktouch.c 2009-07-19 15:02:22.000000000 -0700 20586 22629 @@ -1,5 +1,5 @@ 20587 22630 /**************************************************************************** … … 20634 22677 diff -Naur ncurses-5.7.orig/ncurses/base/lib_ungetch.c ncurses-5.7/ncurses/base/lib_ungetch.c 20635 22678 --- ncurses-5.7.orig/ncurses/base/lib_ungetch.c 2008-05-31 09:44:54.000000000 -0700 20636 +++ ncurses-5.7/ncurses/base/lib_ungetch.c 2009-0 6-05 14:01:44.000000000 -070022679 +++ ncurses-5.7/ncurses/base/lib_ungetch.c 2009-07-19 15:03:53.000000000 -0700 20637 22680 @@ -1,5 +1,5 @@ 20638 22681 /**************************************************************************** … … 20690 22733 diff -Naur ncurses-5.7.orig/ncurses/base/lib_winch.c ncurses-5.7/ncurses/base/lib_winch.c 20691 22734 --- ncurses-5.7.orig/ncurses/base/lib_winch.c 2001-06-02 16:42:08.000000000 -0700 20692 +++ ncurses-5.7/ncurses/base/lib_winch.c 2009-0 6-05 14:01:16.000000000 -070022735 +++ ncurses-5.7/ncurses/base/lib_winch.c 2009-07-19 15:02:22.000000000 -0700 20693 22736 @@ -39,16 +39,16 @@ 20694 22737 … … 20714 22757 diff -Naur ncurses-5.7.orig/ncurses/base/lib_window.c ncurses-5.7/ncurses/base/lib_window.c 20715 22758 --- ncurses-5.7.orig/ncurses/base/lib_window.c 2008-06-07 07:12:56.000000000 -0700 20716 +++ ncurses-5.7/ncurses/base/lib_window.c 2009-0 6-05 14:01:44.000000000 -070022759 +++ ncurses-5.7/ncurses/base/lib_window.c 2009-07-19 15:03:53.000000000 -0700 20717 22760 @@ -1,5 +1,5 @@ 20718 22761 /**************************************************************************** … … 20761 22804 diff -Naur ncurses-5.7.orig/ncurses/base/MKkeyname.awk ncurses-5.7/ncurses/base/MKkeyname.awk 20762 22805 --- ncurses-5.7.orig/ncurses/base/MKkeyname.awk 2008-07-12 11:40:00.000000000 -0700 20763 +++ ncurses-5.7/ncurses/base/MKkeyname.awk 2009-0 6-05 14:01:51.000000000 -070022806 +++ ncurses-5.7/ncurses/base/MKkeyname.awk 2009-07-19 15:03:59.000000000 -0700 20764 22807 @@ -1,6 +1,6 @@ 20765 22808 -# $Id: MKkeyname.awk,v 1.40 2008/07/12 18:40:00 tom Exp $ … … 20814 22857 diff -Naur ncurses-5.7.orig/ncurses/base/MKlib_gen.sh ncurses-5.7/ncurses/base/MKlib_gen.sh 20815 22858 --- ncurses-5.7.orig/ncurses/base/MKlib_gen.sh 2008-08-30 12:20:50.000000000 -0700 20816 +++ ncurses-5.7/ncurses/base/MKlib_gen.sh 2009-0 6-05 14:01:16.000000000 -070022859 +++ ncurses-5.7/ncurses/base/MKlib_gen.sh 2009-07-19 15:02:22.000000000 -0700 20817 22860 @@ -2,7 +2,7 @@ 20818 22861 # … … 20835 22878 diff -Naur ncurses-5.7.orig/ncurses/base/MKunctrl.awk ncurses-5.7/ncurses/base/MKunctrl.awk 20836 22879 --- ncurses-5.7.orig/ncurses/base/MKunctrl.awk 2008-10-04 14:40:24.000000000 -0700 20837 +++ ncurses-5.7/ncurses/base/MKunctrl.awk 2009-0 6-05 14:01:44.000000000 -070022880 +++ ncurses-5.7/ncurses/base/MKunctrl.awk 2009-07-19 15:04:13.000000000 -0700 20838 22881 @@ -1,6 +1,6 @@ 20839 22882 -# $Id: MKunctrl.awk,v 1.23 2008/10/04 21:40:24 tom Exp $ 20840 +# $Id: MKunctrl.awk,v 1.2 5 2009/04/18 23:43:49 tomExp $22883 +# $Id: MKunctrl.awk,v 1.26 2009/07/04 22:05:15 Clemens.Ladisch Exp $ 20841 22884 ############################################################################## 20842 22885 -# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # … … 20845 22888 # Permission is hereby granted, free of charge, to any person obtaining a # 20846 22889 # copy of this software and associated documentation files (the "Software"), # 20847 @@ -46,9 +46,8 @@ 22890 @@ -36,19 +36,12 @@ 22891 print "#include <curses.priv.h>" 22892 print "#include <ctype.h>" 22893 print "" 22894 - print "#if USE_WIDEC_SUPPORT" 22895 - print "#if HAVE_WCTYPE_H" 22896 - print "#include <wctype.h>" 22897 - print "#endif" 22898 - print "#endif" 22899 - print "" 22900 print "#undef unctrl" 20848 22901 print "" 20849 22902 } … … 20856 22909 offset=0 20857 22910 if (bigstrings) { 20858 @@ -187,6 +186,6 @@ 22911 @@ -158,16 +151,6 @@ 22912 print "\t\t && (check < 160))" 22913 printf "\t\t\tresult = %s_c1[check - 128];\n", stringname; 22914 print "\t\telse" 22915 - print "#if USE_WIDEC_SUPPORT" 22916 - print "\t\tif ((check >= 160)" 22917 - print "\t\t && (check < 256)" 22918 - print "\t\t && ((sp != 0)" 22919 - print "\t\t && ((sp->_legacy_coding > 0)" 22920 - print "\t\t || (sp->_legacy_coding == 0" 22921 - print "\t\t && (isprint(check) || iswprint(check))))))" 22922 - printf "\t\t\tresult = %s_c1[check - 128];\n", stringname; 22923 - print "\t\telse" 22924 - print "#else" 22925 print "\t\tif ((check >= 160)" 22926 print "\t\t && (check < 256)" 22927 print "\t\t && ((sp != 0)" 22928 @@ -176,7 +159,6 @@ 22929 print "\t\t && isprint(check)))))" 22930 printf "\t\t\tresult = %s_c1[check - 128];\n", stringname; 22931 print "\t\telse" 22932 - print "#endif /* USE_WIDEC_SUPPORT */" 22933 print "#endif /* NCURSES_EXT_FUNCS */" 22934 printf "\t\t\tresult = %s_table[check];\n", stringname; 22935 print "\t} else {" 22936 @@ -187,6 +169,6 @@ 20859 22937 print "" 20860 22938 print "NCURSES_EXPORT(NCURSES_CONST char *) unctrl (chtype ch)" … … 20866 22944 diff -Naur ncurses-5.7.orig/ncurses/base/nc_panel.c ncurses-5.7/ncurses/base/nc_panel.c 20867 22945 --- ncurses-5.7.orig/ncurses/base/nc_panel.c 2000-12-09 18:43:28.000000000 -0800 20868 +++ ncurses-5.7/ncurses/base/nc_panel.c 2009-0 6-05 14:01:33.000000000 -070022946 +++ ncurses-5.7/ncurses/base/nc_panel.c 2009-07-19 15:03:51.000000000 -0700 20869 22947 @@ -1,5 +1,5 @@ 20870 22948 /**************************************************************************** … … 20901 22979 diff -Naur ncurses-5.7.orig/ncurses/base/resizeterm.c ncurses-5.7/ncurses/base/resizeterm.c 20902 22980 --- ncurses-5.7.orig/ncurses/base/resizeterm.c 2008-06-07 06:58:40.000000000 -0700 20903 +++ ncurses-5.7/ncurses/base/resizeterm.c 2009-0 6-05 14:01:51.000000000 -070022981 +++ ncurses-5.7/ncurses/base/resizeterm.c 2009-07-19 15:04:13.000000000 -0700 20904 22982 @@ -1,5 +1,5 @@ 20905 22983 /**************************************************************************** … … 20909 22987 * Permission is hereby granted, free of charge, to any person obtaining a * 20910 22988 * copy of this software and associated documentation files (the * 20911 @@ -41,7 +41,11 @@ 22989 @@ -28,6 +28,7 @@ 22990 22991 /**************************************************************************** 22992 * Author: Thomas E. Dickey * 22993 + * and: Juergen Pfeifer * 22994 ****************************************************************************/ 22995 22996 /* 22997 @@ -39,11 +40,12 @@ 22998 */ 22999 20912 23000 #include <curses.priv.h> 20913 #include <term.h>23001 -#include <term.h> 20914 23002 20915 23003 -MODULE_ID("$Id: resizeterm.c,v 1.34 2008/06/07 13:58:40 tom Exp $") 20916 23004 +#ifndef CUR 20917 +#define CUR SP_TERMTYPE 23005 +#define CUR SP_TERMTYPE 20918 23006 +#endif 20919 + 20920 +MODULE_ID("$Id: resizeterm.c,v 1.39 2009/05/10 00:48:29 tom Exp $") 20921 20922 #define stolen_lines (screen_lines - SP->_lines_avail) 20923 20924 @@ -64,18 +68,23 @@ 23007 23008 -#define stolen_lines (screen_lines - SP->_lines_avail) 23009 +MODULE_ID("$Id: resizeterm.c,v 1.40 2009/07/04 18:38:49 tom Exp $") 23010 23011 /* 23012 * If we're trying to be reentrant, do not want any local statics. 23013 @@ -64,18 +66,23 @@ 20925 23014 static void 20926 23015 show_window_sizes(const char *name) … … 20955 23044 _nc_unlock_global(curses); 20956 23045 } 20957 @@ -86,15 +9 5,23 @@23046 @@ -86,15 +93,23 @@ 20958 23047 * structure's size. 20959 23048 */ … … 20983 23072 */ 20984 23073 static ripoff_t * 20985 @@ -104,6 +1 21,9 @@23074 @@ -104,6 +119,9 @@ 20986 23075 ripoff_t *rop; 20987 23076 20988 23077 if (win != 0) { 20989 +#if NCURSES_SP_FUNCS23078 +#ifdef USE_SP_RIPOFF 20990 23079 + SCREEN *sp = _nc_screen_of(win); 20991 23080 +#endif … … 20993 23082 if (rop->win == win && rop->line != 0) { 20994 23083 result = rop; 20995 @@ -125,6 +14 5,9 @@23084 @@ -125,6 +143,9 @@ 20996 23085 ripoff_t *rop; 20997 23086 20998 23087 if (win != 0) { 20999 +#if NCURSES_SP_FUNCS23088 +#ifdef USE_SP_RIPOFF 21000 23089 + SCREEN *sp = _nc_screen_of(win); 21001 23090 +#endif … … 21003 23092 if (rop->line < 0) { 21004 23093 result -= rop->line; 21005 @@ -146,9 +16 9,12 @@23094 @@ -146,9 +167,12 @@ 21006 23095 int depth = 0; 21007 23096 21008 23097 if (cmp != 0) { 21009 +#if NCURSES_SP_FUNCS23098 +#ifdef USE_SP_WINDOWLIST 21010 23099 + SCREEN *sp = _nc_screen_of(cmp); 21011 23100 +#endif … … 21017 23106 if (tst->_parent == cmp) { 21018 23107 depth = 1 + child_depth(tst); 21019 @@ -184,7 +2 10,7 @@23108 @@ -184,7 +208,7 @@ 21020 23109 adjust_window(WINDOW *win, int ToLines, int ToCols, int stolen EXTRA_DCLS) 21021 23110 { … … 21026 23115 int myCols = win->_maxx + 1; 21027 23116 ripoff_t *rop = ripped_window(win); 21028 @@ -239,19 +265,19 @@ 23117 @@ -203,6 +227,12 @@ 23118 * move it to the same relative position. 23119 */ 23120 win->_begy = ToLines - ripped_bottom(win) - 0 - win->_yoffset; 23121 + if (rop->hook == _nc_slk_initialize) 23122 + _nc_format_slks( 23123 +#if NCURSES_SP_FUNCS 23124 + _nc_screen_of(win), 23125 +#endif 23126 + ToCols); 23127 } else if (win->_begy >= bottom) { 23128 /* 23129 * If it is below the bottom of the new screen, move up by the same 23130 @@ -239,19 +269,19 @@ 21029 23131 * children, decrease those to fit, then decrease the containing window, etc. 21030 23132 */ … … 21049 23151 21050 23152 if (!(win->_flags & _ISPAD)) { 21051 @@ -273,19 + 299,19 @@23153 @@ -273,19 +303,19 @@ 21052 23154 * parent, increase those to fit, then increase the contained window, etc. 21053 23155 */ … … 21072 23174 21073 23175 if (!(win->_flags & _ISPAD)) { 21074 @@ -307,25 +33 3,26 @@23176 @@ -307,25 +337,26 @@ 21075 23177 * such as ungetch(). 21076 23178 */ … … 21108 23210 #ifdef TRACE 21109 23211 if (USE_TRACEF(TRACE_UPDATE)) { 21110 @@ -333,33 +36 0,35@@23212 @@ -333,33 +364,42 @@ 21111 23213 _nc_unlock_global(tracef); 21112 23214 } … … 21138 23240 - screen_lines = lines = ToLines; 21139 23241 - screen_columns = columns = ToCols; 21140 + screen_lines(SP_PARM) = lines = ToLines; 21141 + screen_columns(SP_PARM) = columns = ToCols; 23242 + screen_lines(SP_PARM) = ToLines; 23243 + screen_columns(SP_PARM) = ToCols; 23244 + 23245 +#ifdef USE_TERM_DRIVER 23246 + CallDriver_2(SP_PARM, setsize, ToLines, ToCols); 23247 +#else 23248 + lines = ToLines; 23249 + columns = ToCols; 23250 +#endif 21142 23251 21143 23252 - SP->_lines_avail = lines - was_stolen; 21144 + SP_PARM->_lines_avail = lines - was_stolen;23253 + SP_PARM->_lines_avail = ToLines - was_stolen; 21145 23254 21146 23255 - if (SP->oldhash) { … … 21156 23265 #ifdef TRACE 21157 23266 if (USE_TRACEF(TRACE_UPDATE)) { 21158 @@ -383,6 +4 12,18 @@23267 @@ -383,6 +423,18 @@ 21159 23268 returnCode(result); 21160 23269 } … … 21175 23284 * This function reallocates NCURSES window structures. It is invoked in 21176 23285 * response to a SIGWINCH interrupt. Other user-defined windows may also need 21177 @@ -392,34 +4 33,34 @@23286 @@ -392,34 +444,34 @@ 21178 23287 * invoked directly from the signal handler. 21179 23288 */ … … 21223 23332 /* ripped-off lines are a special case: if we did not lengthen 21224 23333 * them, we haven't moved them either. repaint them, too. 21225 @@ -429,7 +4 70,7 @@23334 @@ -429,7 +481,7 @@ 21226 23335 * not know which are really on top. 21227 23336 */ … … 21232 23341 && rop->line < 0) { 21233 23342 21234 @@ -442,10 +4 83,9 @@23343 @@ -442,10 +494,9 @@ 21235 23344 21236 23345 /* soft-keys are a special case: we _know_ how to repaint them */ … … 21246 23355 #endif 21247 23356 } 21248 @@ -453,3 + 493,11 @@23357 @@ -453,3 +504,11 @@ 21249 23358 21250 23359 returnCode(result); … … 21260 23369 diff -Naur ncurses-5.7.orig/ncurses/base/safe_sprintf.c ncurses-5.7/ncurses/base/safe_sprintf.c 21261 23370 --- ncurses-5.7.orig/ncurses/base/safe_sprintf.c 2007-04-21 15:28:06.000000000 -0700 21262 +++ ncurses-5.7/ncurses/base/safe_sprintf.c 2009-0 6-05 14:01:44.000000000 -070023371 +++ ncurses-5.7/ncurses/base/safe_sprintf.c 2009-07-19 15:03:53.000000000 -0700 21263 23372 @@ -1,5 +1,5 @@ 21264 23373 /**************************************************************************** … … 21328 23437 diff -Naur ncurses-5.7.orig/ncurses/base/tries.c ncurses-5.7/ncurses/base/tries.c 21329 23438 --- ncurses-5.7.orig/ncurses/base/tries.c 2008-08-16 12:22:55.000000000 -0700 21330 +++ ncurses-5.7/ncurses/base/tries.c 2009-0 6-05 14:01:16.000000000 -070023439 +++ ncurses-5.7/ncurses/base/tries.c 2009-07-19 15:02:22.000000000 -0700 21331 23440 @@ -39,7 +39,7 @@ 21332 23441 … … 21351 23460 diff -Naur ncurses-5.7.orig/ncurses/base/wresize.c ncurses-5.7/ncurses/base/wresize.c 21352 23461 --- ncurses-5.7.orig/ncurses/base/wresize.c 2008-06-07 06:59:01.000000000 -0700 21353 +++ ncurses-5.7/ncurses/base/wresize.c 2009-0 6-05 14:01:54.000000000 -070023462 +++ ncurses-5.7/ncurses/base/wresize.c 2009-07-19 15:04:03.000000000 -0700 21354 23463 @@ -1,5 +1,5 @@ 21355 23464 /**************************************************************************** … … 21392 23501 diff -Naur ncurses-5.7.orig/ncurses/curses.priv.h ncurses-5.7/ncurses/curses.priv.h 21393 23502 --- ncurses-5.7.orig/ncurses/curses.priv.h 2008-10-04 14:37:45.000000000 -0700 21394 +++ ncurses-5.7/ncurses/curses.priv.h 2009-0 6-05 14:01:55.000000000 -070023503 +++ ncurses-5.7/ncurses/curses.priv.h 2009-07-19 15:04:13.000000000 -0700 21395 23504 @@ -1,5 +1,5 @@ 21396 23505 /**************************************************************************** … … 21410 23519 /* 21411 23520 - * $Id: curses.priv.h,v 1.394 2008/10/04 21:37:45 tom Exp $ 21412 + * $Id: curses.priv.h,v 1.4 20 2009/05/30 15:53:46tom Exp $23521 + * $Id: curses.priv.h,v 1.430 2009/07/04 20:40:42 tom Exp $ 21413 23522 * 21414 23523 * curses.priv.h … … 21500 23609 21501 23610 #if NCURSES_EXT_COLORS && USE_WIDEC_SUPPORT 21502 @@ -272,8 +332,1 4@@23611 @@ -272,8 +332,15 @@ 21503 23612 #define GET_WINDOW_PAIR(w) (w)->_color 21504 23613 #define SET_WINDOW_PAIR(w,p) (w)->_color = (p) … … 21513 23622 + 21514 23623 +#else /* !(NCURSES_EXT_COLORS && USE_WIDEC_SUPPORT) */ 23624 + 21515 23625 #define if_EXT_COLORS(stmt) /* nothing */ 21516 23626 #define SetPair(value,p) RemAttr(value, A_COLOR), \ 21517 23627 SetAttr(value, AttrOf(value) | (A_COLOR & COLOR_PAIR(p))) 21518 @@ -283,13 +3 49,19 @@23628 @@ -283,13 +350,19 @@ 21519 23629 #define SET_WINDOW_PAIR(w,p) WINDOW_ATTRS(w) &= ALL_BUT_COLOR, \ 21520 23630 WINDOW_ATTRS(w) |= (A_COLOR & COLOR_PAIR(p)) … … 21538 23648 #define GetNoPadding(sp) FALSE 21539 23649 #define SetNoPadding(sp) /*nothing*/ 21540 @@ -302,17 +37 4,31@@23650 @@ -302,17 +375,34 @@ 21541 23651 #define SET_SCREEN_PAIR(s,p) SetPair(SCREEN_ATTRS(s), p) 21542 23652 … … 21573 23683 +#define ptrLines(sp) &LINES 21574 23684 +#define ptrCols(sp) &COLS 23685 +#define ptrTabsize(sp) &TABSIZE 23686 +#define ptrEscdelay(sp) &ESCDELAY 23687 + 21575 23688 +#define SET_LINES(value) LINES = value 21576 23689 +#define SET_COLS(value) COLS = value … … 21581 23694 21582 23695 #define TR_MUTEX(data) _tracef("%s@%d: me:%08lX COUNT:%2u/%2d/%6d/%2d/%s%9u: " #data, \ 21583 @@ -404,6 +49 0,8 @@23696 @@ -404,6 +494,8 @@ 21584 23697 #define C_SHIFT 9 /* we need more bits than there are colors */ 21585 23698 #define C_MASK ((1 << C_SHIFT) - 1) … … 21590 23703 21591 23704 #define COLOR_DEFAULT C_MASK 21592 @@ -464,13 +55 2,13 @@23705 @@ -464,13 +556,13 @@ 21593 23706 } slk_ent; 21594 23707 … … 21610 23723 } SLK; 21611 23724 21612 @@ -493,10 +58 1,10 @@23725 @@ -493,10 +585,10 @@ 21613 23726 typedef int (*TYPE_Gpm_Close) (void); 21614 23727 typedef int (*TYPE_Gpm_GetEvent) (Gpm_Event *); … … 21625 23738 /* link statically to GPM */ 21626 23739 #define my_gpm_fd &gpm_fd 21627 @@ -609,8 + 697,10 @@23740 @@ -609,8 +701,10 @@ 21628 23741 int tgetent_index; 21629 23742 long tgetent_sequence; … … 21637 23750 #if USE_HOME_TERMINFO 21638 23751 char *home_terminfo; 21639 @@ -644,7 +73 4,9 @@23752 @@ -644,7 +738,9 @@ 21640 23753 char traceatr_color_buf[2][80]; 21641 23754 int traceatr_color_sel; … … 21648 23761 21649 23762 #ifdef USE_PTHREADS 21650 @@ -669,8 +76 1,10 @@23763 @@ -669,8 +765,10 @@ 21651 23764 bool use_env; 21652 23765 bool filter_mode; … … 21659 23772 TTY *saved_tty; /* savetty/resetty information */ 21660 23773 #if NCURSES_NO_PADDING 21661 @@ -680,6 +77 4,8 @@23774 @@ -680,6 +778,8 @@ 21662 23775 chtype *real_acs_map; 21663 23776 int _LINES; … … 21668 23781 #ifdef TRACE 21669 23782 long _outchars; 21670 @@ -688,8 +78 4,16 @@23783 @@ -688,8 +788,16 @@ 21671 23784 #endif 21672 23785 } NCURSES_PRESCREEN; … … 21687 23800 extern NCURSES_EXPORT_VAR(NCURSES_PRESCREEN) _nc_prescreen; 21688 23801 21689 @@ -703,6 +8 07,8 @@23802 @@ -703,6 +811,8 @@ 21690 23803 char *_setbuf; /* buffered I/O for output */ 21691 23804 bool _filtered; /* filter() was called */ … … 21696 23809 TERMINAL *_term; /* terminal type information */ 21697 23810 TTY _saved_tty; /* savetty/resetty information */ 21698 @@ -716,6 +82 2,10 @@23811 @@ -716,6 +826,10 @@ 21699 23812 WINDOW *_newscr; /* virtual screen to be updated to */ 21700 23813 WINDOW *_stdscr; /* screen's full-window context */ … … 21707 23820 TRIES *_key_ok; /* Disabled keys via keyok(,FALSE) */ 21708 23821 bool _tried; /* keypad mode was initialized */ 21709 @@ -794,11 +90 4,13 @@23822 @@ -794,11 +908,13 @@ 21710 23823 int _color_count; /* count of colors in palette */ 21711 23824 colorpair_t *_color_pairs; /* screen's color pair list */ … … 21721 23834 chtype _ok_attributes; /* valid attributes for terminal */ 21722 23835 chtype _xmc_suppress; /* attributes to suppress if xmc */ 21723 @@ -895,7 +1007,7 @@ 23836 @@ -820,8 +936,9 @@ 23837 */ 23838 bool _nc_sp_idlok; 23839 bool _nc_sp_idcok; 23840 -#define _nc_idlok SP->_nc_sp_idlok 23841 -#define _nc_idcok SP->_nc_sp_idcok 23842 + 23843 +#define _nc_idlok SP_PARM->_nc_sp_idlok 23844 +#define _nc_idcok SP_PARM->_nc_sp_idcok 23845 23846 /* 23847 * These are the data that support the mouse interface. 23848 @@ -875,7 +992,7 @@ 23849 * This supports automatic resizing 23850 */ 23851 #if USE_SIZECHANGE 23852 - int (*_resize)(int,int); 23853 + int (*_resize)(NCURSES_SP_DCLx int y, int x); 23854 #endif 23855 23856 /* 23857 @@ -895,7 +1012,7 @@ 21724 23858 int _oldnum_size; 21725 23859 … … 21730 23864 int _legacy_coding; /* see use_legacy_coding() */ 21731 23865 21732 @@ -915,6 +10 27,15 @@23866 @@ -915,6 +1032,15 @@ 21733 23867 char tracechr_buf[40]; 21734 23868 char tracemse_buf[TRACEMSE_MAX]; … … 21746 23880 * ncurses/ncursesw are the same up to this point. 21747 23881 */ 21748 @@ -943,6 +106 4,20 @@23882 @@ -943,6 +1069,20 @@ 21749 23883 21750 23884 #define WINDOW_EXT(win,field) (((WINDOWLIST *)(win))->field) … … 21767 23901 #ifndef UCHAR_MAX 21768 23902 #define UCHAR_MAX 255 21769 @@ -1112,7 +12 47,7 @@23903 @@ -1112,7 +1252,7 @@ 21770 23904 AttrOf(dst) |= (ext + 1) 21771 23905 … … 21776 23910 || (!isWidecExt(ch) && \ 21777 23911 (ch).chars[1] == L'\0' && \ 21778 @@ -1214,8 +13 49,8 @@23912 @@ -1214,8 +1354,8 @@ 21779 23913 * Standardize/simplify common loops 21780 23914 */ … … 21787 23921 /* 21788 23922 * Prefixes for call/return points of library function traces. We use these to 21789 @@ -1263,7 +1 398,7 @@23923 @@ -1263,7 +1403,7 @@ 21790 23924 #define returnBool(code) TRACE_RETURN(code,bool) 21791 23925 #define returnCPtr(code) TRACE_RETURN(code,cptr) … … 21796 23930 #define returnPtr(code) TRACE_RETURN(code,ptr) 21797 23931 #define returnSP(code) TRACE_RETURN(code,sp) 21798 @@ -1322,7 +14 57,7 @@23932 @@ -1322,7 +1462,7 @@ 21799 23933 #define returnBool(code) return code 21800 23934 #define returnCPtr(code) return code … … 21805 23939 #define returnPtr(code) return code 21806 23940 #define returnSP(code) return code 21807 @@ -1348,7 +148 3,7 @@23941 @@ -1348,7 +1488,7 @@ 21808 23942 21809 23943 #define ALL_BUT_COLOR ((chtype)~(A_COLOR)) … … 21814 23948 #define toggle_attr_on(S,at) {\ 21815 23949 if (PAIR_NUMBER(at) > 0) {\ 21816 @@ -1367,38 +150 2,38 @@23950 @@ -1367,38 +1507,38 @@ 21817 23951 }\ 21818 23952 TR(TRACE_ATTRS, ("new attribute is %s", _traceattr((S))));} … … 21869 24003 21870 24004 /* 21871 @@ -1483,8 +1618,8 @@ 24005 @@ -1425,16 +1565,28 @@ 24006 extern NCURSES_EXPORT(void) _nc_toggle_attr_off (attr_t *, attr_t); 24007 24008 #undef DelCharCost 24009 -#define DelCharCost(count) _nc_DelCharCost(count) 24010 -extern NCURSES_EXPORT(int) _nc_DelCharCost (int); 24011 +#define DelCharCost(sp, count) NCURSES_SP_NAME(_nc_DelCharCost)(NCURSES_SP_ARGx count) 24012 24013 #undef InsCharCost 24014 -#define InsCharCost(count) _nc_InsCharCost(count) 24015 -extern NCURSES_EXPORT(int) _nc_InsCharCost (int); 24016 +#define InsCharCost(sp, count) NCURSES_SP_NAME(_nc_InsCharCost)(NCURSES_SP_ARGx count) 24017 + 24018 +extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_DelCharCost) (NCURSES_SP_DCLx int _c); 24019 +extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_InsCharCost) (NCURSES_SP_DCLx int _c); 24020 24021 #undef UpdateAttrs 24022 -#define UpdateAttrs(c) _nc_UpdateAttrs(c) 24023 -extern NCURSES_EXPORT(void) _nc_UpdateAttrs (NCURSES_CH_T); 24024 +#define UpdateAttrs(sp,c) NCURSES_SP_NAME(_nc_UpdateAttrs)(NCURSES_SP_ARGx CHREF(c)) 24025 + 24026 +#if defined(NEED_NCURSES_CH_T) 24027 +extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_UpdateAttrs) (NCURSES_SP_DCLx CARG_CH_T _c); 24028 +#else 24029 +extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_UpdateAttrs) (NCURSES_SP_DCLx chtype c); 24030 +#endif 24031 + 24032 +#if NCURSES_SP_FUNCS 24033 +extern NCURSES_EXPORT(int) _nc_DelCharCost (int); 24034 +extern NCURSES_EXPORT(int) _nc_InsCharCost (int); 24035 +extern NCURSES_EXPORT(void) _nc_UpdateAttrs (CARG_CH_T); 24036 +#endif /* NCURSES_SP_FUNCS */ 24037 24038 #else 24039 24040 @@ -1483,8 +1635,8 @@ 21872 24041 #endif 21873 24042 … … 21880 24049 /* lib_addch.c */ 21881 24050 #if USE_WIDEC_SUPPORT 21882 @@ -1503,7 +16 38,7 @@24051 @@ -1503,7 +1655,7 @@ 21883 24052 extern NCURSES_EXPORT(int) _nc_wgetch(WINDOW *, unsigned long *, int EVENTLIST_2nd(_nc_eventlist *)); 21884 24053 … … 21889 24058 /* lib_mvcur.c */ 21890 24059 #define INFINITY 1000000 /* cost: too high to use */ 21891 @@ -1519,7 +16 54,7 @@24060 @@ -1519,7 +1671,7 @@ 21892 24061 extern NCURSES_EXPORT(void) _nc_screen_wrap (void); 21893 24062 … … 21898 24067 /* lib_mvcur.c */ 21899 24068 #define INFINITY 1000000 /* cost: too high to use */ 21900 @@ -1527,10 +16 62,13 @@24069 @@ -1527,10 +1679,13 @@ 21901 24070 21902 24071 /* lib_setup.c */ … … 21916 24085 /* lib_tstp.c */ 21917 24086 #if USE_SIGWINCH 21918 @@ -1539,9 +16 77,6 @@24087 @@ -1539,9 +1694,6 @@ 21919 24088 #define _nc_handle_sigwinch(a) /* nothing */ 21920 24089 #endif … … 21926 24095 #if USE_WIDEC_SUPPORT 21927 24096 extern NCURSES_EXPORT(void) _nc_init_wacs(void); 21928 @@ -1577,8 +17 12,6 @@24097 @@ -1577,8 +1729,6 @@ 21929 24098 21930 24099 /* elsewhere ... */ … … 21935 24104 extern NCURSES_EXPORT(WINDOW *) _nc_makenew (int, int, int, int, int); 21936 24105 extern NCURSES_EXPORT(char *) _nc_trace_buf (int, size_t); 21937 @@ -1592,12 +17 25,14 @@24106 @@ -1592,12 +1742,14 @@ 21938 24107 extern NCURSES_EXPORT(int) _nc_keypad (SCREEN *, bool); 21939 24108 extern NCURSES_EXPORT(int) _nc_ospeed (int); … … 21952 24121 extern NCURSES_EXPORT(void) _nc_freeall (void); 21953 24122 extern NCURSES_EXPORT(void) _nc_hash_map (void); 21954 @@ -1661, 9 +1796,9@@24123 @@ -1661,24 +1813,33 @@ 21955 24124 21956 24125 #define USE_SETBUF_0 0 … … 21964 24133 /* 21965 24134 * On systems with a broken linker, define 'SP' as a function to force the 21966 @@ -1672,13 +1807,21 @@ 24135 * linker to pull in the data-only module with 'SP'. 24136 */ 24137 +#define _nc_alloc_screen_sp() typeCalloc(SCREEN, 1) 24138 + 21967 24139 #if BROKEN_LINKER 21968 #define SP _nc_screen()24140 -#define SP _nc_screen() 21969 24141 extern NCURSES_EXPORT(SCREEN *) _nc_screen (void); 21970 24142 -extern NCURSES_EXPORT(int) _nc_alloc_screen (void); … … 21979 24151 -#define _nc_set_screen(sp) SP = sp 21980 24152 +#define CURRENT_SCREEN SP 21981 +#define _nc_alloc_screen() ((SP = typeCalloc(SCREEN, 1)) != 0)24153 +#define _nc_alloc_screen() ((SP = _nc_alloc_screen_sp()) != 0) 21982 24154 +#define _nc_set_screen(sp) SP = sp 21983 24155 +#endif … … 21990 24162 21991 24163 /* 21992 @@ -1686,10 +18 29,11 @@24164 @@ -1686,10 +1847,11 @@ 21993 24165 * if the application is running multiple screens under X, it's quite possible 21994 24166 * they could all have type xterm but have different sizes! So... … … 22000 24172 22001 24173 extern NCURSES_EXPORT(int) _nc_slk_initialize (WINDOW *, int); 22002 +extern NCURSES_EXPORT(int) _nc_format_slks ( SCREEN *, int);24174 +extern NCURSES_EXPORT(int) _nc_format_slks (NCURSES_SP_DCLx int _c); 22003 24175 22004 24176 /* 22005 24177 * Some constants related to SLK's 22006 @@ -1707,14 +18 51,243@@24178 @@ -1707,14 +1869,240 @@ 22007 24179 #define MAX_SKEY(fmt) (SLK_STDFMT(fmt)? MAX_SKEY_OLD : MAX_SKEY_PC) 22008 24180 #define MAX_SKEY_LEN(fmt) (SLK_STDFMT(fmt)? MAX_SKEY_LEN_OLD : MAX_SKEY_LEN_PC) … … 22171 24343 + * part of the API up to now 22172 24344 + */ 22173 +extern NCURSES_EXPORT(SCREEN*) _nc_SP(void);22174 +22175 +extern NCURSES_EXPORT(TERMINAL*) NCURSES_SP_NAME(_nc_set_curterm)(SCREEN*,TERMINAL*);22176 24345 +extern NCURSES_EXPORT(TERMINAL*) NCURSES_SP_NAME(cur_term)(SCREEN *sp); 22177 24346 +extern NCURSES_EXPORT(WINDOW *) NCURSES_SP_NAME(_nc_makenew) (SCREEN*, int, int, int, int, int); … … 22250 24419 } 22251 24420 #endif 24421 diff -Naur ncurses-5.7.orig/ncurses/llib-lncurses ncurses-5.7/ncurses/llib-lncurses 24422 --- ncurses-5.7.orig/ncurses/llib-lncurses 2008-10-11 13:57:29.000000000 -0700 24423 +++ ncurses-5.7/ncurses/llib-lncurses 2009-07-19 15:04:11.000000000 -0700 24424 @@ -1,5 +1,5 @@ 24425 /**************************************************************************** 24426 - * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 24427 + * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 24428 * * 24429 * Permission is hereby granted, free of charge, to any person obtaining a * 24430 * copy of this software and associated documentation files (the * 24431 @@ -27,7 +27,7 @@ 24432 ****************************************************************************/ 24433 24434 /**************************************************************************** 24435 - * Author: Thomas E. Dickey 1996-2008 * 24436 + * Author: Thomas E. Dickey 1996-2009 * 24437 ****************************************************************************/ 24438 /* LINTLIBRARY */ 24439 24440 @@ -38,27 +38,54 @@ 24441 #undef _nc_oldnums 24442 int *_nc_oldnums; 24443 24444 +#undef _nc_scroll_optimize_sp 24445 +void _nc_scroll_optimize_sp( 24446 + SCREEN *sp) 24447 + { /* void */ } 24448 + 24449 #undef _nc_scroll_optimize 24450 void _nc_scroll_optimize(void) 24451 { /* void */ } 24452 24453 +#undef _nc_linedump_sp 24454 +void _nc_linedump_sp( 24455 + SCREEN *sp) 24456 + { /* void */ } 24457 + 24458 #undef _nc_linedump 24459 void _nc_linedump(void) 24460 { /* void */ } 24461 24462 /* ./tty/hashmap.c */ 24463 24464 -#include <term.h> 24465 +#undef _nc_hash_map_sp 24466 +void _nc_hash_map_sp( 24467 + SCREEN *sp) 24468 + { /* void */ } 24469 24470 #undef _nc_hash_map 24471 void _nc_hash_map(void) 24472 { /* void */ } 24473 24474 +#undef _nc_make_oldhash_sp 24475 +void _nc_make_oldhash_sp( 24476 + SCREEN *sp, 24477 + int i) 24478 + { /* void */ } 24479 + 24480 #undef _nc_make_oldhash 24481 void _nc_make_oldhash( 24482 int i) 24483 { /* void */ } 24484 24485 +#undef _nc_scroll_oldhash_sp 24486 +void _nc_scroll_oldhash_sp( 24487 + SCREEN *sp, 24488 + int n, 24489 + int top, 24490 + int bot) 24491 + { /* void */ } 24492 + 24493 #undef _nc_scroll_oldhash 24494 void _nc_scroll_oldhash( 24495 int n, 24496 @@ -112,6 +139,11 @@ 24497 24498 /* ./base/lib_beep.c */ 24499 24500 +#undef beep_sp 24501 +int beep_sp( 24502 + SCREEN *sp) 24503 + { return(*(int *)0); } 24504 + 24505 #undef beep 24506 int beep(void) 24507 { return(*(int *)0); } 24508 @@ -187,6 +219,7 @@ 24509 24510 /* ./base/lib_color.c */ 24511 24512 +#include <term.h> 24513 #include <tic.h> 24514 24515 #undef COLOR_PAIRS 24516 @@ -194,14 +227,32 @@ 24517 #undef COLORS 24518 int COLORS; 24519 24520 +#undef _nc_reset_colors_sp 24521 +NCURSES_BOOL _nc_reset_colors_sp( 24522 + SCREEN *sp) 24523 + { return(*(NCURSES_BOOL *)0); } 24524 + 24525 #undef _nc_reset_colors 24526 NCURSES_BOOL _nc_reset_colors(void) 24527 { return(*(NCURSES_BOOL *)0); } 24528 24529 +#undef start_color_sp 24530 +int start_color_sp( 24531 + SCREEN *sp) 24532 + { return(*(int *)0); } 24533 + 24534 #undef start_color 24535 int start_color(void) 24536 { return(*(int *)0); } 24537 24538 +#undef init_pair_sp 24539 +int init_pair_sp( 24540 + SCREEN *sp, 24541 + short pair, 24542 + short f, 24543 + short b) 24544 + { return(*(int *)0); } 24545 + 24546 #undef init_pair 24547 int init_pair( 24548 short pair, 24549 @@ -209,6 +260,15 @@ 24550 short b) 24551 { return(*(int *)0); } 24552 24553 +#undef init_color_sp 24554 +int init_color_sp( 24555 + SCREEN *sp, 24556 + short color, 24557 + short r, 24558 + short g, 24559 + short b) 24560 + { return(*(int *)0); } 24561 + 24562 #undef init_color 24563 int init_color( 24564 short color, 24565 @@ -217,14 +277,33 @@ 24566 short b) 24567 { return(*(int *)0); } 24568 24569 +#undef can_change_color_sp 24570 +NCURSES_BOOL can_change_color_sp( 24571 + SCREEN *sp) 24572 + { return(*(NCURSES_BOOL *)0); } 24573 + 24574 #undef can_change_color 24575 NCURSES_BOOL can_change_color(void) 24576 { return(*(NCURSES_BOOL *)0); } 24577 24578 +#undef has_colors_sp 24579 +NCURSES_BOOL has_colors_sp( 24580 + SCREEN *sp) 24581 + { return(*(NCURSES_BOOL *)0); } 24582 + 24583 #undef has_colors 24584 NCURSES_BOOL has_colors(void) 24585 { return(*(NCURSES_BOOL *)0); } 24586 24587 +#undef color_content_sp 24588 +int color_content_sp( 24589 + SCREEN *sp, 24590 + short color, 24591 + short *r, 24592 + short *g, 24593 + short *b) 24594 + { return(*(int *)0); } 24595 + 24596 #undef color_content 24597 int color_content( 24598 short color, 24599 @@ -233,6 +312,14 @@ 24600 short *b) 24601 { return(*(int *)0); } 24602 24603 +#undef pair_content_sp 24604 +int pair_content_sp( 24605 + SCREEN *sp, 24606 + short pair, 24607 + short *f, 24608 + short *b) 24609 + { return(*(int *)0); } 24610 + 24611 #undef pair_content 24612 int pair_content( 24613 short pair, 24614 @@ -240,13 +327,21 @@ 24615 short *b) 24616 { return(*(int *)0); } 24617 24618 +#undef _nc_do_color_sp 24619 +void _nc_do_color_sp( 24620 + SCREEN *sp, 24621 + short old_pair, 24622 + short pair, 24623 + NCURSES_BOOL reverse, 24624 + NCURSES_OUTC_sp outc) 24625 + { /* void */ } 24626 + 24627 #undef _nc_do_color 24628 void _nc_do_color( 24629 short old_pair, 24630 short pair, 24631 NCURSES_BOOL reverse, 24632 - int (*outc)( 24633 - int p1)) 24634 + NCURSES_OUTC outc) 24635 { /* void */ } 24636 24637 /* ./base/lib_colorset.c */ 24638 @@ -274,16 +369,31 @@ 24639 24640 /* ./base/lib_echo.c */ 24641 24642 +#undef echo_sp 24643 +int echo_sp( 24644 + SCREEN *sp) 24645 + { return(*(int *)0); } 24646 + 24647 #undef echo 24648 int echo(void) 24649 { return(*(int *)0); } 24650 24651 +#undef noecho_sp 24652 +int noecho_sp( 24653 + SCREEN *sp) 24654 + { return(*(int *)0); } 24655 + 24656 #undef noecho 24657 int noecho(void) 24658 { return(*(int *)0); } 24659 24660 /* ./base/lib_endwin.c */ 24661 24662 +#undef endwin_sp 24663 +int endwin_sp( 24664 + SCREEN *sp) 24665 + { return(*(int *)0); } 24666 + 24667 #undef endwin 24668 int endwin(void) 24669 { return(*(int *)0); } 24670 @@ -297,6 +407,11 @@ 24671 24672 /* ./base/lib_flash.c */ 24673 24674 +#undef flash_sp 24675 +int flash_sp( 24676 + SCREEN *sp) 24677 + { return(*(int *)0); } 24678 + 24679 #undef flash 24680 int flash(void) 24681 { return(*(int *)0); } 24682 @@ -1138,6 +1253,12 @@ 24683 #undef ESCDELAY 24684 int ESCDELAY; 24685 24686 +#undef set_escdelay_sp 24687 +int set_escdelay_sp( 24688 + SCREEN *sp, 24689 + int value) 24690 + { return(*(int *)0); } 24691 + 24692 #undef set_escdelay 24693 int set_escdelay( 24694 int value) 24695 @@ -1200,6 +1321,7 @@ 24696 24697 #undef _nc_insert_ch 24698 int _nc_insert_ch( 24699 + SCREEN *sp, 24700 WINDOW *win, 24701 chtype ch) 24702 { return(*(int *)0); } 24703 @@ -1238,6 +1360,11 @@ 24704 24705 /* ./base/lib_isendwin.c */ 24706 24707 +#undef isendwin_sp 24708 +NCURSES_BOOL isendwin_sp( 24709 + SCREEN *sp) 24710 + { return(*(NCURSES_BOOL *)0); } 24711 + 24712 #undef isendwin 24713 NCURSES_BOOL isendwin(void) 24714 { return(*(NCURSES_BOOL *)0); } 24715 @@ -1252,16 +1379,35 @@ 24716 24717 /* ./base/lib_mouse.c */ 24718 24719 +#undef getmouse_sp 24720 +int getmouse_sp( 24721 + SCREEN *sp, 24722 + MEVENT *aevent) 24723 + { return(*(int *)0); } 24724 + 24725 #undef getmouse 24726 int getmouse( 24727 MEVENT *aevent) 24728 { return(*(int *)0); } 24729 24730 +#undef ungetmouse_sp 24731 +int ungetmouse_sp( 24732 + SCREEN *sp, 24733 + MEVENT *aevent) 24734 + { return(*(int *)0); } 24735 + 24736 #undef ungetmouse 24737 int ungetmouse( 24738 MEVENT *aevent) 24739 { return(*(int *)0); } 24740 24741 +#undef mousemask_sp 24742 +mmask_t mousemask_sp( 24743 + SCREEN *sp, 24744 + mmask_t newmask, 24745 + mmask_t *oldmask) 24746 + { return(*(mmask_t *)0); } 24747 + 24748 #undef mousemask 24749 mmask_t mousemask( 24750 mmask_t newmask, 24751 @@ -1275,14 +1421,30 @@ 24752 int x) 24753 { return(*(NCURSES_BOOL *)0); } 24754 24755 +#undef mouseinterval_sp 24756 +int mouseinterval_sp( 24757 + SCREEN *sp, 24758 + int maxclick) 24759 + { return(*(int *)0); } 24760 + 24761 #undef mouseinterval 24762 int mouseinterval( 24763 int maxclick) 24764 { return(*(int *)0); } 24765 24766 #undef _nc_has_mouse 24767 -int _nc_has_mouse(void) 24768 - { return(*(int *)0); } 24769 +NCURSES_BOOL _nc_has_mouse( 24770 + SCREEN *sp) 24771 + { return(*(NCURSES_BOOL *)0); } 24772 + 24773 +#undef has_mouse_sp 24774 +NCURSES_BOOL has_mouse_sp( 24775 + SCREEN *sp) 24776 + { return(*(NCURSES_BOOL *)0); } 24777 + 24778 +#undef has_mouse 24779 +NCURSES_BOOL has_mouse(void) 24780 + { return(*(NCURSES_BOOL *)0); } 24781 24782 #undef wmouse_trafo 24783 NCURSES_BOOL wmouse_trafo( 24784 @@ -1303,24 +1465,55 @@ 24785 24786 /* ./tty/lib_mvcur.c */ 24787 24788 +#undef _nc_msec_cost_sp 24789 +int _nc_msec_cost_sp( 24790 + SCREEN *sp, 24791 + const char *const cap, 24792 + int affcnt) 24793 + { return(*(int *)0); } 24794 + 24795 #undef _nc_msec_cost 24796 int _nc_msec_cost( 24797 const char *const cap, 24798 int affcnt) 24799 { return(*(int *)0); } 24800 24801 +#undef _nc_mvcur_resume_sp 24802 +void _nc_mvcur_resume_sp( 24803 + SCREEN *sp) 24804 + { /* void */ } 24805 + 24806 #undef _nc_mvcur_resume 24807 void _nc_mvcur_resume(void) 24808 { /* void */ } 24809 24810 +#undef _nc_mvcur_init_sp 24811 +void _nc_mvcur_init_sp( 24812 + SCREEN *sp) 24813 + { /* void */ } 24814 + 24815 #undef _nc_mvcur_init 24816 void _nc_mvcur_init(void) 24817 { /* void */ } 24818 24819 +#undef _nc_mvcur_wrap_sp 24820 +void _nc_mvcur_wrap_sp( 24821 + SCREEN *sp) 24822 + { /* void */ } 24823 + 24824 #undef _nc_mvcur_wrap 24825 void _nc_mvcur_wrap(void) 24826 { /* void */ } 24827 24828 +#undef mvcur_sp 24829 +int mvcur_sp( 24830 + SCREEN *sp, 24831 + int yold, 24832 + int xold, 24833 + int ynew, 24834 + int xnew) 24835 + { return(*(int *)0); } 24836 + 24837 #undef mvcur 24838 int mvcur( 24839 int yold, 24840 @@ -1343,14 +1536,32 @@ 24841 24842 /* ./base/lib_newterm.c */ 24843 24844 +#undef filter_sp 24845 +void filter_sp( 24846 + SCREEN *sp) 24847 + { /* void */ } 24848 + 24849 #undef filter 24850 void filter(void) 24851 { /* void */ } 24852 24853 +#undef nofilter_sp 24854 +void nofilter_sp( 24855 + SCREEN *sp) 24856 + { /* void */ } 24857 + 24858 #undef nofilter 24859 void nofilter(void) 24860 { /* void */ } 24861 24862 +#undef newterm_sp 24863 +SCREEN *newterm_sp( 24864 + SCREEN *sp, 24865 + char *name, 24866 + FILE *ofp, 24867 + FILE *ifp) 24868 + { return(*(SCREEN **)0); } 24869 + 24870 #undef newterm 24871 SCREEN *newterm( 24872 char *name, 24873 @@ -1365,6 +1576,15 @@ 24874 WINDOW *win) 24875 { return(*(int *)0); } 24876 24877 +#undef newwin_sp 24878 +WINDOW *newwin_sp( 24879 + SCREEN *sp, 24880 + int num_lines, 24881 + int num_columns, 24882 + int begy, 24883 + int begx) 24884 + { return(*(WINDOW **)0); } 24885 + 24886 #undef newwin 24887 WINDOW *newwin( 24888 int num_lines, 24889 @@ -1391,6 +1611,16 @@ 24890 int x) 24891 { return(*(WINDOW **)0); } 24892 24893 +#undef _nc_makenew_sp 24894 +WINDOW *_nc_makenew_sp( 24895 + SCREEN *sp, 24896 + int num_lines, 24897 + int num_columns, 24898 + int begy, 24899 + int begx, 24900 + int flags) 24901 + { return(*(WINDOW **)0); } 24902 + 24903 #undef _nc_makenew 24904 WINDOW *_nc_makenew( 24905 int num_lines, 24906 @@ -1400,17 +1630,37 @@ 24907 int flags) 24908 { return(*(WINDOW **)0); } 24909 24910 -#undef _nc_screen_of 24911 -SCREEN *_nc_screen_of( 24912 - WINDOW *win) 24913 - { return(*(SCREEN **)0); } 24914 +#undef _nc_curscr_of 24915 +WINDOW *_nc_curscr_of( 24916 + SCREEN *sp) 24917 + { return(*(WINDOW **)0); } 24918 + 24919 +#undef _nc_newscr_of 24920 +WINDOW *_nc_newscr_of( 24921 + SCREEN *sp) 24922 + { return(*(WINDOW **)0); } 24923 + 24924 +#undef _nc_stdscr_of 24925 +WINDOW *_nc_stdscr_of( 24926 + SCREEN *sp) 24927 + { return(*(WINDOW **)0); } 24928 24929 /* ./base/lib_nl.c */ 24930 24931 +#undef nl_sp 24932 +int nl_sp( 24933 + SCREEN *sp) 24934 + { return(*(int *)0); } 24935 + 24936 #undef nl 24937 int nl(void) 24938 { return(*(int *)0); } 24939 24940 +#undef nonl_sp 24941 +int nonl_sp( 24942 + SCREEN *sp) 24943 + { return(*(int *)0); } 24944 + 24945 #undef nonl 24946 int nonl(void) 24947 { return(*(int *)0); } 24948 @@ -1444,6 +1694,13 @@ 24949 24950 /* ./base/lib_pad.c */ 24951 24952 +#undef newpad_sp 24953 +WINDOW *newpad_sp( 24954 + SCREEN *sp, 24955 + int l, 24956 + int c) 24957 + { return(*(WINDOW **)0); } 24958 + 24959 #undef newpad 24960 WINDOW *newpad( 24961 int l, 24962 @@ -1549,6 +1806,14 @@ 24963 24964 /* ./base/lib_restart.c */ 24965 24966 +#undef restartterm_sp 24967 +int restartterm_sp( 24968 + SCREEN *sp, 24969 + char *termp, 24970 + int filenum, 24971 + int *errret) 24972 + { return(*(int *)0); } 24973 + 24974 #undef restartterm 24975 int restartterm( 24976 char *termp, 24977 @@ -1597,6 +1862,12 @@ 24978 24979 /* ./base/lib_screen.c */ 24980 24981 +#undef getwin_sp 24982 +WINDOW *getwin_sp( 24983 + SCREEN *sp, 24984 + FILE *filep) 24985 + { return(*(WINDOW **)0); } 24986 + 24987 #undef getwin 24988 WINDOW *getwin( 24989 FILE *filep) 24990 @@ -1608,6 +1879,12 @@ 24991 FILE *filep) 24992 { return(*(int *)0); } 24993 24994 +#undef scr_restore_sp 24995 +int scr_restore_sp( 24996 + SCREEN *sp, 24997 + const char *file) 24998 + { return(*(int *)0); } 24999 + 25000 #undef scr_restore 25001 int scr_restore( 25002 const char *file) 25003 @@ -1618,11 +1895,23 @@ 25004 const char *file) 25005 { return(*(int *)0); } 25006 25007 +#undef scr_init_sp 25008 +int scr_init_sp( 25009 + SCREEN *sp, 25010 + const char *file) 25011 + { return(*(int *)0); } 25012 + 25013 #undef scr_init 25014 int scr_init( 25015 const char *file) 25016 { return(*(int *)0); } 25017 25018 +#undef scr_set_sp 25019 +int scr_set_sp( 25020 + SCREEN *sp, 25021 + const char *file) 25022 + { return(*(int *)0); } 25023 + 25024 #undef scr_set 25025 int scr_set( 25026 const char *file) 25027 @@ -1683,6 +1972,15 @@ 25028 int slk_format) 25029 { return(*(int *)0); } 25030 25031 +#undef _nc_ripoffline_sp 25032 +int _nc_ripoffline_sp( 25033 + SCREEN *sp, 25034 + int line, 25035 + int (*init)( 25036 + WINDOW *p1, 25037 + int p2)) 25038 + { return(*(int *)0); } 25039 + 25040 #undef _nc_ripoffline 25041 int _nc_ripoffline( 25042 int line, 25043 @@ -1691,6 +1989,15 @@ 25044 int p2)) 25045 { return(*(int *)0); } 25046 25047 +#undef ripoffline_sp 25048 +int ripoffline_sp( 25049 + SCREEN *sp, 25050 + int line, 25051 + int (*init)( 25052 + WINDOW *p1, 25053 + int p2)) 25054 + { return(*(int *)0); } 25055 + 25056 #undef ripoffline 25057 int ripoffline( 25058 int line, 25059 @@ -1707,12 +2014,25 @@ 25060 int cols) 25061 { return(*(int *)0); } 25062 25063 +#undef slk_restore_sp 25064 +int slk_restore_sp( 25065 + SCREEN *sp) 25066 + { return(*(int *)0); } 25067 + 25068 #undef slk_restore 25069 int slk_restore(void) 25070 { return(*(int *)0); } 25071 25072 /* ./base/lib_slkatr_set.c */ 25073 25074 +#undef slk_attr_set_sp 25075 +int slk_attr_set_sp( 25076 + SCREEN *sp, 25077 + const attr_t attr, 25078 + short color_pair_number, 25079 + void *opts) 25080 + { return(*(int *)0); } 25081 + 25082 #undef slk_attr_set 25083 int slk_attr_set( 25084 const attr_t attr, 25085 @@ -1722,6 +2042,12 @@ 25086 25087 /* ./base/lib_slkatrof.c */ 25088 25089 +#undef slk_attroff_sp 25090 +int slk_attroff_sp( 25091 + SCREEN *sp, 25092 + const chtype attr) 25093 + { return(*(int *)0); } 25094 + 25095 #undef slk_attroff 25096 int slk_attroff( 25097 const chtype attr) 25098 @@ -1729,6 +2055,12 @@ 25099 25100 /* ./base/lib_slkatron.c */ 25101 25102 +#undef slk_attron_sp 25103 +int slk_attron_sp( 25104 + SCREEN *sp, 25105 + const chtype attr) 25106 + { return(*(int *)0); } 25107 + 25108 #undef slk_attron 25109 int slk_attron( 25110 const chtype attr) 25111 @@ -1736,6 +2068,12 @@ 25112 25113 /* ./base/lib_slkatrset.c */ 25114 25115 +#undef slk_attrset_sp 25116 +int slk_attrset_sp( 25117 + SCREEN *sp, 25118 + const chtype attr) 25119 + { return(*(int *)0); } 25120 + 25121 #undef slk_attrset 25122 int slk_attrset( 25123 const chtype attr) 25124 @@ -1743,18 +2081,34 @@ 25125 25126 /* ./base/lib_slkattr.c */ 25127 25128 +#undef slk_attr_sp 25129 +attr_t slk_attr_sp( 25130 + SCREEN *sp) 25131 + { return(*(attr_t *)0); } 25132 + 25133 #undef slk_attr 25134 attr_t slk_attr(void) 25135 { return(*(attr_t *)0); } 25136 25137 /* ./base/lib_slkclear.c */ 25138 25139 +#undef slk_clear_sp 25140 +int slk_clear_sp( 25141 + SCREEN *sp) 25142 + { return(*(int *)0); } 25143 + 25144 #undef slk_clear 25145 int slk_clear(void) 25146 { return(*(int *)0); } 25147 25148 /* ./base/lib_slkcolor.c */ 25149 25150 +#undef slk_color_sp 25151 +int slk_color_sp( 25152 + SCREEN *sp, 25153 + short color_pair_number) 25154 + { return(*(int *)0); } 25155 + 25156 #undef slk_color 25157 int slk_color( 25158 short color_pair_number) 25159 @@ -1762,6 +2116,12 @@ 25160 25161 /* ./base/lib_slkinit.c */ 25162 25163 +#undef slk_init_sp 25164 +int slk_init_sp( 25165 + SCREEN *sp, 25166 + int format) 25167 + { return(*(int *)0); } 25168 + 25169 #undef slk_init 25170 int slk_init( 25171 int format) 25172 @@ -1769,6 +2129,12 @@ 25173 25174 /* ./base/lib_slklab.c */ 25175 25176 +#undef slk_label_sp 25177 +char *slk_label_sp( 25178 + SCREEN *sp, 25179 + int n) 25180 + { return(*(char **)0); } 25181 + 25182 #undef slk_label 25183 char *slk_label( 25184 int n) 25185 @@ -1776,16 +2142,34 @@ 25186 25187 /* ./base/lib_slkrefr.c */ 25188 25189 +#undef slk_noutrefresh_sp 25190 +int slk_noutrefresh_sp( 25191 + SCREEN *sp) 25192 + { return(*(int *)0); } 25193 + 25194 #undef slk_noutrefresh 25195 int slk_noutrefresh(void) 25196 { return(*(int *)0); } 25197 25198 +#undef slk_refresh_sp 25199 +int slk_refresh_sp( 25200 + SCREEN *sp) 25201 + { return(*(int *)0); } 25202 + 25203 #undef slk_refresh 25204 int slk_refresh(void) 25205 { return(*(int *)0); } 25206 25207 /* ./base/lib_slkset.c */ 25208 25209 +#undef slk_set_sp 25210 +int slk_set_sp( 25211 + SCREEN *sp, 25212 + int i, 25213 + const char *astr, 25214 + int format) 25215 + { return(*(int *)0); } 25216 + 25217 #undef slk_set 25218 int slk_set( 25219 int i, 25220 @@ -1795,6 +2179,11 @@ 25221 25222 /* ./base/lib_slktouch.c */ 25223 25224 +#undef slk_touch_sp 25225 +int slk_touch_sp( 25226 + SCREEN *sp) 25227 + { return(*(int *)0); } 25228 + 25229 #undef slk_touch 25230 int slk_touch(void) 25231 { return(*(int *)0); } 25232 @@ -1857,8 +2246,8 @@ 25233 SCREEN *sp) 25234 { /* void */ } 25235 25236 -#undef _nc_ungetch 25237 -int _nc_ungetch( 25238 +#undef ungetch_sp 25239 +int ungetch_sp( 25240 SCREEN *sp, 25241 int ch) 25242 { return(*(int *)0); } 25243 @@ -1870,11 +2259,23 @@ 25244 25245 /* ./tty/lib_vidattr.c */ 25246 25247 +#undef vidputs_sp 25248 +int vidputs_sp( 25249 + SCREEN *sp, 25250 + chtype newmode, 25251 + NCURSES_OUTC_sp outc) 25252 + { return(*(int *)0); } 25253 + 25254 #undef vidputs 25255 int vidputs( 25256 chtype newmode, 25257 - int (*outc)( 25258 - int p1)) 25259 + NCURSES_OUTC outc) 25260 + { return(*(int *)0); } 25261 + 25262 +#undef vidattr_sp 25263 +int vidattr_sp( 25264 + SCREEN *sp, 25265 + chtype newmode) 25266 { return(*(int *)0); } 25267 25268 #undef vidattr 25269 @@ -1882,6 +2283,11 @@ 25270 chtype newmode) 25271 { return(*(int *)0); } 25272 25273 +#undef termattrs_sp 25274 +chtype termattrs_sp( 25275 + SCREEN *sp) 25276 + { return(*(chtype *)0); } 25277 + 25278 #undef termattrs 25279 chtype termattrs(void) 25280 { return(*(chtype *)0); } 25281 @@ -1962,12 +2368,24 @@ 25282 25283 /* ./base/nc_panel.c */ 25284 25285 +#undef _nc_panelhook_sp 25286 +struct panelhook *_nc_panelhook_sp( 25287 + SCREEN *sp) 25288 + { return(*(struct panelhook **)0); } 25289 + 25290 #undef _nc_panelhook 25291 struct panelhook *_nc_panelhook(void) 25292 { return(*(struct panelhook **)0); } 25293 25294 /* ./base/safe_sprintf.c */ 25295 25296 +#undef _nc_printf_string_sp 25297 +char *_nc_printf_string_sp( 25298 + SCREEN *sp, 25299 + const char *fmt, 25300 + va_list ap) 25301 + { return(*(char **)0); } 25302 + 25303 #undef _nc_printf_string 25304 char *_nc_printf_string( 25305 const char *fmt, 25306 @@ -1979,10 +2397,24 @@ 25307 #include <sys/time.h> 25308 #include <sys/times.h> 25309 25310 +#undef doupdate_sp 25311 +int doupdate_sp( 25312 + SCREEN *sp) 25313 + { return(*(int *)0); } 25314 + 25315 #undef doupdate 25316 int doupdate(void) 25317 { return(*(int *)0); } 25318 25319 +#undef _nc_scrolln_sp 25320 +int _nc_scrolln_sp( 25321 + SCREEN *sp, 25322 + int n, 25323 + int top, 25324 + int bot, 25325 + int maxy) 25326 + { return(*(int *)0); } 25327 + 25328 #undef _nc_scrolln 25329 int _nc_scrolln( 25330 int n, 25331 @@ -1991,18 +2423,39 @@ 25332 int maxy) 25333 { return(*(int *)0); } 25334 25335 +#undef _nc_screen_resume_sp 25336 +void _nc_screen_resume_sp( 25337 + SCREEN *sp) 25338 + { /* void */ } 25339 + 25340 #undef _nc_screen_resume 25341 void _nc_screen_resume(void) 25342 { /* void */ } 25343 25344 +#undef _nc_screen_init_sp 25345 +void _nc_screen_init_sp( 25346 + SCREEN *sp) 25347 + { /* void */ } 25348 + 25349 #undef _nc_screen_init 25350 void _nc_screen_init(void) 25351 { /* void */ } 25352 25353 +#undef _nc_screen_wrap_sp 25354 +void _nc_screen_wrap_sp( 25355 + SCREEN *sp) 25356 + { /* void */ } 25357 + 25358 #undef _nc_screen_wrap 25359 void _nc_screen_wrap(void) 25360 { /* void */ } 25361 25362 +#undef _nc_do_xmc_glitch_sp 25363 +void _nc_do_xmc_glitch_sp( 25364 + SCREEN *sp, 25365 + attr_t previous) 25366 + { /* void */ } 25367 + 25368 #undef _nc_do_xmc_glitch 25369 void _nc_do_xmc_glitch( 25370 attr_t previous) 25371 @@ -2040,6 +2493,12 @@ 25372 void _nc_freeall(void) 25373 { /* void */ } 25374 25375 +#undef _nc_free_and_exit_sp 25376 +void _nc_free_and_exit_sp( 25377 + SCREEN *sp, 25378 + int code) 25379 + { /* void */ } 25380 + 25381 #undef _nc_free_and_exit 25382 void _nc_free_and_exit( 25383 int code) 25384 @@ -2059,6 +2518,24 @@ 25385 attr_t at) 25386 { /* void */ } 25387 25388 +#undef _nc_DelCharCost_sp 25389 +int _nc_DelCharCost_sp( 25390 + SCREEN *sp, 25391 + int count) 25392 + { return(*(int *)0); } 25393 + 25394 +#undef _nc_InsCharCost_sp 25395 +int _nc_InsCharCost_sp( 25396 + SCREEN *sp, 25397 + int count) 25398 + { return(*(int *)0); } 25399 + 25400 +#undef _nc_UpdateAttrs_sp 25401 +void _nc_UpdateAttrs_sp( 25402 + SCREEN *sp, 25403 + chtype c) 25404 + { /* void */ } 25405 + 25406 #undef _nc_DelCharCost 25407 int _nc_DelCharCost( 25408 int count) 25409 @@ -2076,6 +2553,12 @@ 25410 25411 /* ./base/legacy_coding.c */ 25412 25413 +#undef use_legacy_coding_sp 25414 +int use_legacy_coding_sp( 25415 + SCREEN *sp, 25416 + int level) 25417 + { return(*(int *)0); } 25418 + 25419 #undef use_legacy_coding 25420 int use_legacy_coding( 25421 int level) 25422 @@ -2083,10 +2566,22 @@ 25423 25424 /* ./base/lib_dft_fgbg.c */ 25425 25426 +#undef use_default_colors_sp 25427 +int use_default_colors_sp( 25428 + SCREEN *sp) 25429 + { return(*(int *)0); } 25430 + 25431 #undef use_default_colors 25432 int use_default_colors(void) 25433 { return(*(int *)0); } 25434 25435 +#undef assume_default_colors_sp 25436 +int assume_default_colors_sp( 25437 + SCREEN *sp, 25438 + int fg, 25439 + int bg) 25440 + { return(*(int *)0); } 25441 + 25442 #undef assume_default_colors 25443 int assume_default_colors( 25444 int fg, 25445 @@ -2095,6 +2590,13 @@ 25446 25447 /* ./tinfo/lib_print.c */ 25448 25449 +#undef mcprint_sp 25450 +int mcprint_sp( 25451 + SCREEN *sp, 25452 + char *data, 25453 + int len) 25454 + { return(*(int *)0); } 25455 + 25456 #undef mcprint 25457 int mcprint( 25458 char *data, 25459 @@ -2103,18 +2605,39 @@ 25460 25461 /* ./base/resizeterm.c */ 25462 25463 +#undef is_term_resized_sp 25464 +NCURSES_BOOL is_term_resized_sp( 25465 + SCREEN *sp, 25466 + int ToLines, 25467 + int ToCols) 25468 + { return(*(NCURSES_BOOL *)0); } 25469 + 25470 #undef is_term_resized 25471 NCURSES_BOOL is_term_resized( 25472 int ToLines, 25473 int ToCols) 25474 { return(*(NCURSES_BOOL *)0); } 25475 25476 +#undef resize_term_sp 25477 +int resize_term_sp( 25478 + SCREEN *sp, 25479 + int ToLines, 25480 + int ToCols) 25481 + { return(*(int *)0); } 25482 + 25483 #undef resize_term 25484 int resize_term( 25485 int ToLines, 25486 int ToCols) 25487 { return(*(int *)0); } 25488 25489 +#undef resizeterm_sp 25490 +int resizeterm_sp( 25491 + SCREEN *sp, 25492 + int ToLines, 25493 + int ToCols) 25494 + { return(*(int *)0); } 25495 + 25496 #undef resizeterm 25497 int resizeterm( 25498 int ToLines, 25499 @@ -2397,6 +2920,11 @@ 25500 #undef acs_map 25501 chtype acs_map[128]; 25502 25503 +#undef _nc_init_acs_sp 25504 +void _nc_init_acs_sp( 25505 + SCREEN *sp) 25506 + { /* void */ } 25507 + 25508 #undef _nc_init_acs 25509 void _nc_init_acs(void) 25510 { /* void */ } 25511 @@ -2420,6 +2948,11 @@ 25512 int BaudRate) 25513 { return(*(int *)0); } 25514 25515 +#undef baudrate_sp 25516 +int baudrate_sp( 25517 + SCREEN *sp) 25518 + { return(*(int *)0); } 25519 + 25520 #undef baudrate 25521 int baudrate(void) 25522 { return(*(int *)0); } 25523 @@ -2434,6 +2967,12 @@ 25524 TERMINAL *termp) 25525 { return(*(TERMINAL **)0); } 25526 25527 +#undef del_curterm_sp 25528 +int del_curterm_sp( 25529 + SCREEN *sp, 25530 + TERMINAL *termp) 25531 + { return(*(int *)0); } 25532 + 25533 #undef del_curterm 25534 int del_curterm( 25535 TERMINAL *termp) 25536 @@ -2456,26 +2995,56 @@ 25537 #undef _nc_prescreen 25538 NCURSES_PRESCREEN _nc_prescreen; 25539 25540 +#undef _nc_screen_of 25541 +SCREEN *_nc_screen_of( 25542 + WINDOW *win) 25543 + { return(*(SCREEN **)0); } 25544 + 25545 /* ./tinfo/lib_has_cap.c */ 25546 25547 +#undef has_ic_sp 25548 +NCURSES_BOOL has_ic_sp( 25549 + SCREEN *sp) 25550 + { return(*(NCURSES_BOOL *)0); } 25551 + 25552 #undef has_ic 25553 NCURSES_BOOL has_ic(void) 25554 { return(*(NCURSES_BOOL *)0); } 25555 25556 +#undef has_il_sp 25557 +NCURSES_BOOL has_il_sp( 25558 + SCREEN *sp) 25559 + { return(*(NCURSES_BOOL *)0); } 25560 + 25561 #undef has_il 25562 NCURSES_BOOL has_il(void) 25563 { return(*(NCURSES_BOOL *)0); } 25564 25565 /* ./tinfo/lib_kernel.c */ 25566 25567 +#undef erasechar_sp 25568 +char erasechar_sp( 25569 + SCREEN *sp) 25570 + { return(*(char *)0); } 25571 + 25572 #undef erasechar 25573 char erasechar(void) 25574 { return(*(char *)0); } 25575 25576 +#undef killchar_sp 25577 +char killchar_sp( 25578 + SCREEN *sp) 25579 + { return(*(char *)0); } 25580 + 25581 #undef killchar 25582 char killchar(void) 25583 { return(*(char *)0); } 25584 25585 +#undef flushinp_sp 25586 +int flushinp_sp( 25587 + SCREEN *sp) 25588 + { return(*(int *)0); } 25589 + 25590 #undef flushinp 25591 int flushinp(void) 25592 { return(*(int *)0); } 25593 @@ -2484,8 +3053,8 @@ 25594 25595 struct kn { short offset; int code; }; 25596 25597 -#undef _nc_keyname 25598 -char *_nc_keyname( 25599 +#undef keyname_sp 25600 +char *keyname_sp( 25601 SCREEN *sp, 25602 int c) 25603 { return(*(char **)0); } 25604 @@ -2505,6 +3074,12 @@ 25605 25606 #include <time.h> 25607 25608 +#undef napms_sp 25609 +int napms_sp( 25610 + SCREEN *sp, 25611 + int ms) 25612 + { return(*(int *)0); } 25613 + 25614 #undef napms 25615 int napms( 25616 int ms) 25617 @@ -2524,6 +3099,12 @@ 25618 NCURSES_BOOL flag) 25619 { /* void */ } 25620 25621 +#undef halfdelay_sp 25622 +int halfdelay_sp( 25623 + SCREEN *sp, 25624 + int t) 25625 + { return(*(int *)0); } 25626 + 25627 #undef halfdelay 25628 int halfdelay( 25629 int t) 25630 @@ -2559,21 +3140,52 @@ 25631 NCURSES_BOOL flag) 25632 { return(*(int *)0); } 25633 25634 +#undef curs_set_sp 25635 +int curs_set_sp( 25636 + SCREEN *sp, 25637 + int vis) 25638 + { return(*(int *)0); } 25639 + 25640 #undef curs_set 25641 int curs_set( 25642 int vis) 25643 { return(*(int *)0); } 25644 25645 +#undef typeahead_sp 25646 +int typeahead_sp( 25647 + SCREEN *sp, 25648 + int fd) 25649 + { return(*(int *)0); } 25650 + 25651 #undef typeahead 25652 int typeahead( 25653 int fd) 25654 { return(*(int *)0); } 25655 25656 +#undef has_key_sp 25657 +int has_key_sp( 25658 + SCREEN *sp, 25659 + int keycode) 25660 + { return(*(int *)0); } 25661 + 25662 #undef has_key 25663 int has_key( 25664 int keycode) 25665 { return(*(int *)0); } 25666 25667 +#undef _nc_putp_flush_sp 25668 +int _nc_putp_flush_sp( 25669 + SCREEN *sp, 25670 + const char *name, 25671 + const char *value) 25672 + { return(*(int *)0); } 25673 + 25674 +#undef _nc_putp_flush 25675 +int _nc_putp_flush( 25676 + const char *name, 25677 + const char *value) 25678 + { return(*(int *)0); } 25679 + 25680 #undef _nc_keypad 25681 int _nc_keypad( 25682 SCREEN *sp, 25683 @@ -2582,30 +3194,67 @@ 25684 25685 /* ./tinfo/lib_raw.c */ 25686 25687 +#undef raw_sp 25688 +int raw_sp( 25689 + SCREEN *sp) 25690 + { return(*(int *)0); } 25691 + 25692 #undef raw 25693 int raw(void) 25694 { return(*(int *)0); } 25695 25696 +#undef cbreak_sp 25697 +int cbreak_sp( 25698 + SCREEN *sp) 25699 + { return(*(int *)0); } 25700 + 25701 #undef cbreak 25702 int cbreak(void) 25703 { return(*(int *)0); } 25704 25705 +#undef qiflush_sp 25706 +void qiflush_sp( 25707 + SCREEN *sp) 25708 + { /* void */ } 25709 + 25710 #undef qiflush 25711 void qiflush(void) 25712 { /* void */ } 25713 25714 +#undef noraw_sp 25715 +int noraw_sp( 25716 + SCREEN *sp) 25717 + { return(*(int *)0); } 25718 + 25719 #undef noraw 25720 int noraw(void) 25721 { return(*(int *)0); } 25722 25723 +#undef nocbreak_sp 25724 +int nocbreak_sp( 25725 + SCREEN *sp) 25726 + { return(*(int *)0); } 25727 + 25728 #undef nocbreak 25729 int nocbreak(void) 25730 { return(*(int *)0); } 25731 25732 +#undef noqiflush_sp 25733 +void noqiflush_sp( 25734 + SCREEN *sp) 25735 + { /* void */ } 25736 + 25737 #undef noqiflush 25738 void noqiflush(void) 25739 { /* void */ } 25740 25741 +#undef intrflush_sp 25742 +int intrflush_sp( 25743 + SCREEN *sp, 25744 + WINDOW *win, 25745 + NCURSES_BOOL flag) 25746 + { return(*(int *)0); } 25747 + 25748 #undef intrflush 25749 int intrflush( 25750 WINDOW *win, 25751 @@ -2627,6 +3276,12 @@ 25752 #undef TABSIZE 25753 int TABSIZE; 25754 25755 +#undef set_tabsize_sp 25756 +int set_tabsize_sp( 25757 + SCREEN *sp, 25758 + int value) 25759 + { return(*(int *)0); } 25760 + 25761 #undef set_tabsize 25762 int set_tabsize( 25763 int value) 25764 @@ -2637,6 +3292,12 @@ 25765 SCREEN *sp) 25766 { return(*(int *)0); } 25767 25768 +#undef use_env_sp 25769 +void use_env_sp( 25770 + SCREEN *sp, 25771 + NCURSES_BOOL f) 25772 + { /* void */ } 25773 + 25774 #undef use_env 25775 void use_env( 25776 NCURSES_BOOL f) 25777 @@ -2689,8 +3350,9 @@ 25778 #undef BC 25779 char *BC; 25780 25781 -#undef tgetent 25782 -int tgetent( 25783 +#undef tgetent_sp 25784 +int tgetent_sp( 25785 + SCREEN *sp, 25786 char *bufp, 25787 const char *name) 25788 { return(*(int *)0); } 25789 @@ -2701,16 +3363,41 @@ 25790 25791 #endif 25792 25793 +#undef tgetent 25794 +int tgetent( 25795 + char *bufp, 25796 + const char *name) 25797 + { return(*(int *)0); } 25798 + 25799 +#undef tgetflag_sp 25800 +int tgetflag_sp( 25801 + SCREEN *sp, 25802 + char *id) 25803 + { return(*(int *)0); } 25804 + 25805 #undef tgetflag 25806 int tgetflag( 25807 char *id) 25808 { return(*(int *)0); } 25809 25810 +#undef tgetnum_sp 25811 +int tgetnum_sp( 25812 + SCREEN *sp, 25813 + char *id) 25814 + { return(*(int *)0); } 25815 + 25816 #undef tgetnum 25817 int tgetnum( 25818 char *id) 25819 { return(*(int *)0); } 25820 25821 +#undef tgetstr_sp 25822 +char *tgetstr_sp( 25823 + SCREEN *sp, 25824 + char *id, 25825 + char **area) 25826 + { return(*(char **)0); } 25827 + 25828 #undef tgetstr 25829 char *tgetstr( 25830 char *id, 25831 @@ -2719,6 +3406,11 @@ 25832 25833 /* ./tinfo/lib_termname.c */ 25834 25835 +#undef termname_sp 25836 +char *termname_sp( 25837 + SCREEN *sp) 25838 + { return(*(char **)0); } 25839 + 25840 #undef termname 25841 char *termname(void) 25842 { return(*(char **)0); } 25843 @@ -2734,16 +3426,34 @@ 25844 25845 /* ./tinfo/lib_ti.c */ 25846 25847 +#undef tigetflag_sp 25848 +int tigetflag_sp( 25849 + SCREEN *sp, 25850 + char *str) 25851 + { return(*(int *)0); } 25852 + 25853 #undef tigetflag 25854 int tigetflag( 25855 char *str) 25856 { return(*(int *)0); } 25857 25858 +#undef tigetnum_sp 25859 +int tigetnum_sp( 25860 + SCREEN *sp, 25861 + char *str) 25862 + { return(*(int *)0); } 25863 + 25864 #undef tigetnum 25865 int tigetnum( 25866 char *str) 25867 { return(*(int *)0); } 25868 25869 +#undef tigetstr_sp 25870 +char *tigetstr_sp( 25871 + SCREEN *sp, 25872 + char *str) 25873 + { return(*(char **)0); } 25874 + 25875 #undef tigetstr 25876 char *tigetstr( 25877 char *str) 25878 @@ -2781,25 +3491,75 @@ 25879 SCREEN *sp) 25880 { /* void */ } 25881 25882 +#undef delay_output_sp 25883 +int delay_output_sp( 25884 + SCREEN *sp, 25885 + int ms) 25886 + { return(*(int *)0); } 25887 + 25888 #undef delay_output 25889 int delay_output( 25890 int ms) 25891 { return(*(int *)0); } 25892 25893 +#undef _nc_flush_sp 25894 +void _nc_flush_sp( 25895 + SCREEN *sp) 25896 + { /* void */ } 25897 + 25898 #undef _nc_flush 25899 void _nc_flush(void) 25900 { /* void */ } 25901 25902 +#undef _nc_outch_sp 25903 +int _nc_outch_sp( 25904 + SCREEN *sp, 25905 + int ch) 25906 + { return(*(int *)0); } 25907 + 25908 #undef _nc_outch 25909 int _nc_outch( 25910 int ch) 25911 { return(*(int *)0); } 25912 25913 +#undef putp_sp 25914 +int putp_sp( 25915 + SCREEN *sp, 25916 + const char *string) 25917 + { return(*(int *)0); } 25918 + 25919 +#undef _nc_putp_sp 25920 +int _nc_putp_sp( 25921 + SCREEN *sp, 25922 + const char *name, 25923 + const char *string) 25924 + { return(*(int *)0); } 25925 + 25926 #undef putp 25927 int putp( 25928 const char *string) 25929 { return(*(int *)0); } 25930 25931 +#undef _nc_putp 25932 +int _nc_putp( 25933 + const char *name, 25934 + const char *string) 25935 + { return(*(int *)0); } 25936 + 25937 +#undef tputs_sp 25938 +int tputs_sp( 25939 + SCREEN *sp, 25940 + const char *string, 25941 + int affcnt, 25942 + NCURSES_OUTC_sp outc) 25943 + { return(*(int *)0); } 25944 + 25945 +#undef _nc_outc_wrapper 25946 +int _nc_outc_wrapper( 25947 + SCREEN *sp, 25948 + int c) 25949 + { return(*(int *)0); } 25950 + 25951 #undef tputs 25952 int tputs( 25953 const char *string, 25954 @@ -2944,36 +3704,78 @@ 25955 25956 /* ./tinfo/lib_ttyflags.c */ 25957 25958 +#undef _nc_get_tty_mode_sp 25959 +int _nc_get_tty_mode_sp( 25960 + SCREEN *sp, 25961 + struct termios *buf) 25962 + { return(*(int *)0); } 25963 + 25964 #undef _nc_get_tty_mode 25965 int _nc_get_tty_mode( 25966 struct termios *buf) 25967 { return(*(int *)0); } 25968 25969 +#undef _nc_set_tty_mode_sp 25970 +int _nc_set_tty_mode_sp( 25971 + SCREEN *sp, 25972 + struct termios *buf) 25973 + { return(*(int *)0); } 25974 + 25975 #undef _nc_set_tty_mode 25976 int _nc_set_tty_mode( 25977 struct termios *buf) 25978 { return(*(int *)0); } 25979 25980 +#undef def_shell_mode_sp 25981 +int def_shell_mode_sp( 25982 + SCREEN *sp) 25983 + { return(*(int *)0); } 25984 + 25985 #undef def_shell_mode 25986 int def_shell_mode(void) 25987 { return(*(int *)0); } 25988 25989 +#undef def_prog_mode_sp 25990 +int def_prog_mode_sp( 25991 + SCREEN *sp) 25992 + { return(*(int *)0); } 25993 + 25994 #undef def_prog_mode 25995 int def_prog_mode(void) 25996 { return(*(int *)0); } 25997 25998 +#undef reset_prog_mode_sp 25999 +int reset_prog_mode_sp( 26000 + SCREEN *sp) 26001 + { return(*(int *)0); } 26002 + 26003 #undef reset_prog_mode 26004 int reset_prog_mode(void) 26005 { return(*(int *)0); } 26006 26007 +#undef reset_shell_mode_sp 26008 +int reset_shell_mode_sp( 26009 + SCREEN *sp) 26010 + { return(*(int *)0); } 26011 + 26012 #undef reset_shell_mode 26013 int reset_shell_mode(void) 26014 { return(*(int *)0); } 26015 26016 +#undef savetty_sp 26017 +int savetty_sp( 26018 + SCREEN *sp) 26019 + { return(*(int *)0); } 26020 + 26021 #undef savetty 26022 int savetty(void) 26023 { return(*(int *)0); } 26024 26025 +#undef resetty_sp 26026 +int resetty_sp( 26027 + SCREEN *sp) 26028 + { return(*(int *)0); } 26029 + 26030 #undef resetty 26031 int resetty(void) 26032 { return(*(int *)0); } 26033 @@ -3053,6 +3855,13 @@ 26034 26035 /* ./tinfo/setbuf.c */ 26036 26037 +#undef _nc_set_buffer_sp 26038 +void _nc_set_buffer_sp( 26039 + SCREEN *sp, 26040 + FILE *ofp, 26041 + NCURSES_BOOL buffered) 26042 + { /* void */ } 26043 + 26044 #undef _nc_set_buffer 26045 void _nc_set_buffer( 26046 FILE *ofp, 26047 @@ -3144,8 +3953,8 @@ 26048 26049 /* ./unctrl.c */ 26050 26051 -#undef _nc_unctrl 26052 -char *_nc_unctrl( 26053 +#undef unctrl_sp 26054 +char *unctrl_sp( 26055 SCREEN *sp, 26056 chtype ch) 26057 { return(*(char **)0); } 26058 @@ -3394,6 +4203,13 @@ 26059 26060 /* ./base/define_key.c */ 26061 26062 +#undef define_key_sp 26063 +int define_key_sp( 26064 + SCREEN *sp, 26065 + const char *str, 26066 + int keycode) 26067 + { return(*(int *)0); } 26068 + 26069 #undef define_key 26070 int define_key( 26071 const char *str, 26072 @@ -3408,6 +4224,12 @@ 26073 26074 /* ./base/key_defined.c */ 26075 26076 +#undef key_defined_sp 26077 +int key_defined_sp( 26078 + SCREEN *sp, 26079 + const char *str) 26080 + { return(*(int *)0); } 26081 + 26082 #undef key_defined 26083 int key_defined( 26084 const char *str) 26085 @@ -3415,6 +4237,13 @@ 26086 26087 /* ./base/keybound.c */ 26088 26089 +#undef keybound_sp 26090 +char *keybound_sp( 26091 + SCREEN *sp, 26092 + int code, 26093 + int count) 26094 + { return(*(char **)0); } 26095 + 26096 #undef keybound 26097 char *keybound( 26098 int code, 26099 @@ -3423,6 +4252,13 @@ 26100 26101 /* ./base/keyok.c */ 26102 26103 +#undef keyok_sp 26104 +int keyok_sp( 26105 + SCREEN *sp, 26106 + int c, 26107 + NCURSES_BOOL flag) 26108 + { return(*(int *)0); } 26109 + 26110 #undef keyok 26111 int keyok( 26112 int c, 26113 diff -Naur ncurses-5.7.orig/ncurses/llib-lncursest ncurses-5.7/ncurses/llib-lncursest 26114 --- ncurses-5.7.orig/ncurses/llib-lncursest 2008-10-11 14:13:13.000000000 -0700 26115 +++ ncurses-5.7/ncurses/llib-lncursest 2009-07-19 15:04:11.000000000 -0700 26116 @@ -1,5 +1,5 @@ 26117 /**************************************************************************** 26118 - * Copyright (c) 2008 Free Software Foundation, Inc. * 26119 + * Copyright (c) 2008,2009 Free Software Foundation, Inc. * 26120 * * 26121 * Permission is hereby granted, free of charge, to any person obtaining a * 26122 * copy of this software and associated documentation files (the * 26123 @@ -27,7 +27,7 @@ 26124 ****************************************************************************/ 26125 26126 /**************************************************************************** 26127 - * Author: Thomas E. Dickey 2008 * 26128 + * Author: Thomas E. Dickey 2008-on * 26129 ****************************************************************************/ 26130 /* LINTLIBRARY */ 26131 26132 @@ -38,27 +38,54 @@ 26133 #undef _nc_oldnums 26134 int *_nc_oldnums; 26135 26136 +#undef _nc_scroll_optimize_sp 26137 +void _nc_scroll_optimize_sp( 26138 + SCREEN *sp) 26139 + { /* void */ } 26140 + 26141 #undef _nc_scroll_optimize 26142 void _nc_scroll_optimize(void) 26143 { /* void */ } 26144 26145 +#undef _nc_linedump_sp 26146 +void _nc_linedump_sp( 26147 + SCREEN *sp) 26148 + { /* void */ } 26149 + 26150 #undef _nc_linedump 26151 void _nc_linedump(void) 26152 { /* void */ } 26153 26154 /* ./tty/hashmap.c */ 26155 26156 -#include <term.h> 26157 +#undef _nc_hash_map_sp 26158 +void _nc_hash_map_sp( 26159 + SCREEN *sp) 26160 + { /* void */ } 26161 26162 #undef _nc_hash_map 26163 void _nc_hash_map(void) 26164 { /* void */ } 26165 26166 +#undef _nc_make_oldhash_sp 26167 +void _nc_make_oldhash_sp( 26168 + SCREEN *sp, 26169 + int i) 26170 + { /* void */ } 26171 + 26172 #undef _nc_make_oldhash 26173 void _nc_make_oldhash( 26174 int i) 26175 { /* void */ } 26176 26177 +#undef _nc_scroll_oldhash_sp 26178 +void _nc_scroll_oldhash_sp( 26179 + SCREEN *sp, 26180 + int n, 26181 + int top, 26182 + int bot) 26183 + { /* void */ } 26184 + 26185 #undef _nc_scroll_oldhash 26186 void _nc_scroll_oldhash( 26187 int n, 26188 @@ -112,6 +139,11 @@ 26189 26190 /* ./base/lib_beep.c */ 26191 26192 +#undef beep_sp 26193 +int beep_sp( 26194 + SCREEN *sp) 26195 + { return(*(int *)0); } 26196 + 26197 #undef beep 26198 int beep(void) 26199 { return(*(int *)0); } 26200 @@ -187,6 +219,7 @@ 26201 26202 /* ./base/lib_color.c */ 26203 26204 +#include <term.h> 26205 #include <tic.h> 26206 26207 #undef _nc_COLOR_PAIRS 26208 @@ -197,14 +230,32 @@ 26209 int _nc_COLORS(void) 26210 { return(*(int *)0); } 26211 26212 +#undef _nc_reset_colors_sp 26213 +NCURSES_BOOL _nc_reset_colors_sp( 26214 + SCREEN *sp) 26215 + { return(*(NCURSES_BOOL *)0); } 26216 + 26217 #undef _nc_reset_colors 26218 NCURSES_BOOL _nc_reset_colors(void) 26219 { return(*(NCURSES_BOOL *)0); } 26220 26221 +#undef start_color_sp 26222 +int start_color_sp( 26223 + SCREEN *sp) 26224 + { return(*(int *)0); } 26225 + 26226 #undef start_color 26227 int start_color(void) 26228 { return(*(int *)0); } 26229 26230 +#undef init_pair_sp 26231 +int init_pair_sp( 26232 + SCREEN *sp, 26233 + short pair, 26234 + short f, 26235 + short b) 26236 + { return(*(int *)0); } 26237 + 26238 #undef init_pair 26239 int init_pair( 26240 short pair, 26241 @@ -212,6 +263,15 @@ 26242 short b) 26243 { return(*(int *)0); } 26244 26245 +#undef init_color_sp 26246 +int init_color_sp( 26247 + SCREEN *sp, 26248 + short color, 26249 + short r, 26250 + short g, 26251 + short b) 26252 + { return(*(int *)0); } 26253 + 26254 #undef init_color 26255 int init_color( 26256 short color, 26257 @@ -220,14 +280,33 @@ 26258 short b) 26259 { return(*(int *)0); } 26260 26261 +#undef can_change_color_sp 26262 +NCURSES_BOOL can_change_color_sp( 26263 + SCREEN *sp) 26264 + { return(*(NCURSES_BOOL *)0); } 26265 + 26266 #undef can_change_color 26267 NCURSES_BOOL can_change_color(void) 26268 { return(*(NCURSES_BOOL *)0); } 26269 26270 +#undef has_colors_sp 26271 +NCURSES_BOOL has_colors_sp( 26272 + SCREEN *sp) 26273 + { return(*(NCURSES_BOOL *)0); } 26274 + 26275 #undef has_colors 26276 NCURSES_BOOL has_colors(void) 26277 { return(*(NCURSES_BOOL *)0); } 26278 26279 +#undef color_content_sp 26280 +int color_content_sp( 26281 + SCREEN *sp, 26282 + short color, 26283 + short *r, 26284 + short *g, 26285 + short *b) 26286 + { return(*(int *)0); } 26287 + 26288 #undef color_content 26289 int color_content( 26290 short color, 26291 @@ -236,6 +315,14 @@ 26292 short *b) 26293 { return(*(int *)0); } 26294 26295 +#undef pair_content_sp 26296 +int pair_content_sp( 26297 + SCREEN *sp, 26298 + short pair, 26299 + short *f, 26300 + short *b) 26301 + { return(*(int *)0); } 26302 + 26303 #undef pair_content 26304 int pair_content( 26305 short pair, 26306 @@ -243,13 +330,21 @@ 26307 short *b) 26308 { return(*(int *)0); } 26309 26310 +#undef _nc_do_color_sp 26311 +void _nc_do_color_sp( 26312 + SCREEN *sp, 26313 + short old_pair, 26314 + short pair, 26315 + NCURSES_BOOL reverse, 26316 + NCURSES_OUTC_sp outc) 26317 + { /* void */ } 26318 + 26319 #undef _nc_do_color 26320 void _nc_do_color( 26321 short old_pair, 26322 short pair, 26323 NCURSES_BOOL reverse, 26324 - int (*outc)( 26325 - int p1)) 26326 + NCURSES_OUTC outc) 26327 { /* void */ } 26328 26329 /* ./base/lib_colorset.c */ 26330 @@ -277,16 +372,31 @@ 26331 26332 /* ./base/lib_echo.c */ 26333 26334 +#undef echo_sp 26335 +int echo_sp( 26336 + SCREEN *sp) 26337 + { return(*(int *)0); } 26338 + 26339 #undef echo 26340 int echo(void) 26341 { return(*(int *)0); } 26342 26343 +#undef noecho_sp 26344 +int noecho_sp( 26345 + SCREEN *sp) 26346 + { return(*(int *)0); } 26347 + 26348 #undef noecho 26349 int noecho(void) 26350 { return(*(int *)0); } 26351 26352 /* ./base/lib_endwin.c */ 26353 26354 +#undef endwin_sp 26355 +int endwin_sp( 26356 + SCREEN *sp) 26357 + { return(*(int *)0); } 26358 + 26359 #undef endwin 26360 int endwin(void) 26361 { return(*(int *)0); } 26362 @@ -300,6 +410,11 @@ 26363 26364 /* ./base/lib_flash.c */ 26365 26366 +#undef flash_sp 26367 +int flash_sp( 26368 + SCREEN *sp) 26369 + { return(*(int *)0); } 26370 + 26371 #undef flash 26372 int flash(void) 26373 { return(*(int *)0); } 26374 @@ -1138,10 +1253,21 @@ 26375 26376 #include <fifo_defs.h> 26377 26378 +#undef _nc_ptr_Escdelay 26379 +int *_nc_ptr_Escdelay( 26380 + SCREEN *sp) 26381 + { return(*(int **)0); } 26382 + 26383 #undef _nc_ESCDELAY 26384 int _nc_ESCDELAY(void) 26385 { return(*(int *)0); } 26386 26387 +#undef set_escdelay_sp 26388 +int set_escdelay_sp( 26389 + SCREEN *sp, 26390 + int value) 26391 + { return(*(int *)0); } 26392 + 26393 #undef set_escdelay 26394 int set_escdelay( 26395 int value) 26396 @@ -1204,6 +1330,7 @@ 26397 26398 #undef _nc_insert_ch 26399 int _nc_insert_ch( 26400 + SCREEN *sp, 26401 WINDOW *win, 26402 chtype ch) 26403 { return(*(int *)0); } 26404 @@ -1242,6 +1369,11 @@ 26405 26406 /* ./base/lib_isendwin.c */ 26407 26408 +#undef isendwin_sp 26409 +NCURSES_BOOL isendwin_sp( 26410 + SCREEN *sp) 26411 + { return(*(NCURSES_BOOL *)0); } 26412 + 26413 #undef isendwin 26414 NCURSES_BOOL isendwin(void) 26415 { return(*(NCURSES_BOOL *)0); } 26416 @@ -1256,16 +1388,35 @@ 26417 26418 /* ./base/lib_mouse.c */ 26419 26420 +#undef getmouse_sp 26421 +int getmouse_sp( 26422 + SCREEN *sp, 26423 + MEVENT *aevent) 26424 + { return(*(int *)0); } 26425 + 26426 #undef getmouse 26427 int getmouse( 26428 MEVENT *aevent) 26429 { return(*(int *)0); } 26430 26431 +#undef ungetmouse_sp 26432 +int ungetmouse_sp( 26433 + SCREEN *sp, 26434 + MEVENT *aevent) 26435 + { return(*(int *)0); } 26436 + 26437 #undef ungetmouse 26438 int ungetmouse( 26439 MEVENT *aevent) 26440 { return(*(int *)0); } 26441 26442 +#undef mousemask_sp 26443 +mmask_t mousemask_sp( 26444 + SCREEN *sp, 26445 + mmask_t newmask, 26446 + mmask_t *oldmask) 26447 + { return(*(mmask_t *)0); } 26448 + 26449 #undef mousemask 26450 mmask_t mousemask( 26451 mmask_t newmask, 26452 @@ -1279,14 +1430,30 @@ 26453 int x) 26454 { return(*(NCURSES_BOOL *)0); } 26455 26456 +#undef mouseinterval_sp 26457 +int mouseinterval_sp( 26458 + SCREEN *sp, 26459 + int maxclick) 26460 + { return(*(int *)0); } 26461 + 26462 #undef mouseinterval 26463 int mouseinterval( 26464 int maxclick) 26465 { return(*(int *)0); } 26466 26467 #undef _nc_has_mouse 26468 -int _nc_has_mouse(void) 26469 - { return(*(int *)0); } 26470 +NCURSES_BOOL _nc_has_mouse( 26471 + SCREEN *sp) 26472 + { return(*(NCURSES_BOOL *)0); } 26473 + 26474 +#undef has_mouse_sp 26475 +NCURSES_BOOL has_mouse_sp( 26476 + SCREEN *sp) 26477 + { return(*(NCURSES_BOOL *)0); } 26478 + 26479 +#undef has_mouse 26480 +NCURSES_BOOL has_mouse(void) 26481 + { return(*(NCURSES_BOOL *)0); } 26482 26483 #undef wmouse_trafo 26484 NCURSES_BOOL wmouse_trafo( 26485 @@ -1307,24 +1474,55 @@ 26486 26487 /* ./tty/lib_mvcur.c */ 26488 26489 +#undef _nc_msec_cost_sp 26490 +int _nc_msec_cost_sp( 26491 + SCREEN *sp, 26492 + const char *const cap, 26493 + int affcnt) 26494 + { return(*(int *)0); } 26495 + 26496 #undef _nc_msec_cost 26497 int _nc_msec_cost( 26498 const char *const cap, 26499 int affcnt) 26500 { return(*(int *)0); } 26501 26502 +#undef _nc_mvcur_resume_sp 26503 +void _nc_mvcur_resume_sp( 26504 + SCREEN *sp) 26505 + { /* void */ } 26506 + 26507 #undef _nc_mvcur_resume 26508 void _nc_mvcur_resume(void) 26509 { /* void */ } 26510 26511 +#undef _nc_mvcur_init_sp 26512 +void _nc_mvcur_init_sp( 26513 + SCREEN *sp) 26514 + { /* void */ } 26515 + 26516 #undef _nc_mvcur_init 26517 void _nc_mvcur_init(void) 26518 { /* void */ } 26519 26520 +#undef _nc_mvcur_wrap_sp 26521 +void _nc_mvcur_wrap_sp( 26522 + SCREEN *sp) 26523 + { /* void */ } 26524 + 26525 #undef _nc_mvcur_wrap 26526 void _nc_mvcur_wrap(void) 26527 { /* void */ } 26528 26529 +#undef mvcur_sp 26530 +int mvcur_sp( 26531 + SCREEN *sp, 26532 + int yold, 26533 + int xold, 26534 + int ynew, 26535 + int xnew) 26536 + { return(*(int *)0); } 26537 + 26538 #undef mvcur 26539 int mvcur( 26540 int yold, 26541 @@ -1347,14 +1545,32 @@ 26542 26543 /* ./base/lib_newterm.c */ 26544 26545 +#undef filter_sp 26546 +void filter_sp( 26547 + SCREEN *sp) 26548 + { /* void */ } 26549 + 26550 #undef filter 26551 void filter(void) 26552 { /* void */ } 26553 26554 +#undef nofilter_sp 26555 +void nofilter_sp( 26556 + SCREEN *sp) 26557 + { /* void */ } 26558 + 26559 #undef nofilter 26560 void nofilter(void) 26561 { /* void */ } 26562 26563 +#undef newterm_sp 26564 +SCREEN *newterm_sp( 26565 + SCREEN *sp, 26566 + char *name, 26567 + FILE *ofp, 26568 + FILE *ifp) 26569 + { return(*(SCREEN **)0); } 26570 + 26571 #undef newterm 26572 SCREEN *newterm( 26573 char *name, 26574 @@ -1369,6 +1585,15 @@ 26575 WINDOW *win) 26576 { return(*(int *)0); } 26577 26578 +#undef newwin_sp 26579 +WINDOW *newwin_sp( 26580 + SCREEN *sp, 26581 + int num_lines, 26582 + int num_columns, 26583 + int begy, 26584 + int begx) 26585 + { return(*(WINDOW **)0); } 26586 + 26587 #undef newwin 26588 WINDOW *newwin( 26589 int num_lines, 26590 @@ -1395,6 +1620,16 @@ 26591 int x) 26592 { return(*(WINDOW **)0); } 26593 26594 +#undef _nc_makenew_sp 26595 +WINDOW *_nc_makenew_sp( 26596 + SCREEN *sp, 26597 + int num_lines, 26598 + int num_columns, 26599 + int begy, 26600 + int begx, 26601 + int flags) 26602 + { return(*(WINDOW **)0); } 26603 + 26604 #undef _nc_makenew 26605 WINDOW *_nc_makenew( 26606 int num_lines, 26607 @@ -1404,17 +1639,37 @@ 26608 int flags) 26609 { return(*(WINDOW **)0); } 26610 26611 -#undef _nc_screen_of 26612 -SCREEN *_nc_screen_of( 26613 - WINDOW *win) 26614 - { return(*(SCREEN **)0); } 26615 +#undef _nc_curscr_of 26616 +WINDOW *_nc_curscr_of( 26617 + SCREEN *sp) 26618 + { return(*(WINDOW **)0); } 26619 + 26620 +#undef _nc_newscr_of 26621 +WINDOW *_nc_newscr_of( 26622 + SCREEN *sp) 26623 + { return(*(WINDOW **)0); } 26624 + 26625 +#undef _nc_stdscr_of 26626 +WINDOW *_nc_stdscr_of( 26627 + SCREEN *sp) 26628 + { return(*(WINDOW **)0); } 26629 26630 /* ./base/lib_nl.c */ 26631 26632 +#undef nl_sp 26633 +int nl_sp( 26634 + SCREEN *sp) 26635 + { return(*(int *)0); } 26636 + 26637 #undef nl 26638 int nl(void) 26639 { return(*(int *)0); } 26640 26641 +#undef nonl_sp 26642 +int nonl_sp( 26643 + SCREEN *sp) 26644 + { return(*(int *)0); } 26645 + 26646 #undef nonl 26647 int nonl(void) 26648 { return(*(int *)0); } 26649 @@ -1448,6 +1703,13 @@ 26650 26651 /* ./base/lib_pad.c */ 26652 26653 +#undef newpad_sp 26654 +WINDOW *newpad_sp( 26655 + SCREEN *sp, 26656 + int l, 26657 + int c) 26658 + { return(*(WINDOW **)0); } 26659 + 26660 #undef newpad 26661 WINDOW *newpad( 26662 int l, 26663 @@ -1553,6 +1815,14 @@ 26664 26665 /* ./base/lib_restart.c */ 26666 26667 +#undef restartterm_sp 26668 +int restartterm_sp( 26669 + SCREEN *sp, 26670 + char *termp, 26671 + int filenum, 26672 + int *errret) 26673 + { return(*(int *)0); } 26674 + 26675 #undef restartterm 26676 int restartterm( 26677 char *termp, 26678 @@ -1601,6 +1871,12 @@ 26679 26680 /* ./base/lib_screen.c */ 26681 26682 +#undef getwin_sp 26683 +WINDOW *getwin_sp( 26684 + SCREEN *sp, 26685 + FILE *filep) 26686 + { return(*(WINDOW **)0); } 26687 + 26688 #undef getwin 26689 WINDOW *getwin( 26690 FILE *filep) 26691 @@ -1612,6 +1888,12 @@ 26692 FILE *filep) 26693 { return(*(int *)0); } 26694 26695 +#undef scr_restore_sp 26696 +int scr_restore_sp( 26697 + SCREEN *sp, 26698 + const char *file) 26699 + { return(*(int *)0); } 26700 + 26701 #undef scr_restore 26702 int scr_restore( 26703 const char *file) 26704 @@ -1622,11 +1904,23 @@ 26705 const char *file) 26706 { return(*(int *)0); } 26707 26708 +#undef scr_init_sp 26709 +int scr_init_sp( 26710 + SCREEN *sp, 26711 + const char *file) 26712 + { return(*(int *)0); } 26713 + 26714 #undef scr_init 26715 int scr_init( 26716 const char *file) 26717 { return(*(int *)0); } 26718 26719 +#undef scr_set_sp 26720 +int scr_set_sp( 26721 + SCREEN *sp, 26722 + const char *file) 26723 + { return(*(int *)0); } 26724 + 26725 #undef scr_set 26726 int scr_set( 26727 const char *file) 26728 @@ -1687,6 +1981,15 @@ 26729 int slk_format) 26730 { return(*(int *)0); } 26731 26732 +#undef _nc_ripoffline_sp 26733 +int _nc_ripoffline_sp( 26734 + SCREEN *sp, 26735 + int line, 26736 + int (*init)( 26737 + WINDOW *p1, 26738 + int p2)) 26739 + { return(*(int *)0); } 26740 + 26741 #undef _nc_ripoffline 26742 int _nc_ripoffline( 26743 int line, 26744 @@ -1695,6 +1998,15 @@ 26745 int p2)) 26746 { return(*(int *)0); } 26747 26748 +#undef ripoffline_sp 26749 +int ripoffline_sp( 26750 + SCREEN *sp, 26751 + int line, 26752 + int (*init)( 26753 + WINDOW *p1, 26754 + int p2)) 26755 + { return(*(int *)0); } 26756 + 26757 #undef ripoffline 26758 int ripoffline( 26759 int line, 26760 @@ -1711,12 +2023,25 @@ 26761 int cols) 26762 { return(*(int *)0); } 26763 26764 +#undef slk_restore_sp 26765 +int slk_restore_sp( 26766 + SCREEN *sp) 26767 + { return(*(int *)0); } 26768 + 26769 #undef slk_restore 26770 int slk_restore(void) 26771 { return(*(int *)0); } 26772 26773 /* ./base/lib_slkatr_set.c */ 26774 26775 +#undef slk_attr_set_sp 26776 +int slk_attr_set_sp( 26777 + SCREEN *sp, 26778 + const attr_t attr, 26779 + short color_pair_number, 26780 + void *opts) 26781 + { return(*(int *)0); } 26782 + 26783 #undef slk_attr_set 26784 int slk_attr_set( 26785 const attr_t attr, 26786 @@ -1726,6 +2051,12 @@ 26787 26788 /* ./base/lib_slkatrof.c */ 26789 26790 +#undef slk_attroff_sp 26791 +int slk_attroff_sp( 26792 + SCREEN *sp, 26793 + const chtype attr) 26794 + { return(*(int *)0); } 26795 + 26796 #undef slk_attroff 26797 int slk_attroff( 26798 const chtype attr) 26799 @@ -1733,6 +2064,12 @@ 26800 26801 /* ./base/lib_slkatron.c */ 26802 26803 +#undef slk_attron_sp 26804 +int slk_attron_sp( 26805 + SCREEN *sp, 26806 + const chtype attr) 26807 + { return(*(int *)0); } 26808 + 26809 #undef slk_attron 26810 int slk_attron( 26811 const chtype attr) 26812 @@ -1740,6 +2077,12 @@ 26813 26814 /* ./base/lib_slkatrset.c */ 26815 26816 +#undef slk_attrset_sp 26817 +int slk_attrset_sp( 26818 + SCREEN *sp, 26819 + const chtype attr) 26820 + { return(*(int *)0); } 26821 + 26822 #undef slk_attrset 26823 int slk_attrset( 26824 const chtype attr) 26825 @@ -1747,18 +2090,34 @@ 26826 26827 /* ./base/lib_slkattr.c */ 26828 26829 +#undef slk_attr_sp 26830 +attr_t slk_attr_sp( 26831 + SCREEN *sp) 26832 + { return(*(attr_t *)0); } 26833 + 26834 #undef slk_attr 26835 attr_t slk_attr(void) 26836 { return(*(attr_t *)0); } 26837 26838 /* ./base/lib_slkclear.c */ 26839 26840 +#undef slk_clear_sp 26841 +int slk_clear_sp( 26842 + SCREEN *sp) 26843 + { return(*(int *)0); } 26844 + 26845 #undef slk_clear 26846 int slk_clear(void) 26847 { return(*(int *)0); } 26848 26849 /* ./base/lib_slkcolor.c */ 26850 26851 +#undef slk_color_sp 26852 +int slk_color_sp( 26853 + SCREEN *sp, 26854 + short color_pair_number) 26855 + { return(*(int *)0); } 26856 + 26857 #undef slk_color 26858 int slk_color( 26859 short color_pair_number) 26860 @@ -1766,13 +2125,25 @@ 26861 26862 /* ./base/lib_slkinit.c */ 26863 26864 -#undef slk_init 26865 +#undef slk_init_sp 26866 +int slk_init_sp( 26867 + SCREEN *sp, 26868 + int format) 26869 + { return(*(int *)0); } 26870 + 26871 +#undef slk_init 26872 int slk_init( 26873 int format) 26874 { return(*(int *)0); } 26875 26876 /* ./base/lib_slklab.c */ 26877 26878 +#undef slk_label_sp 26879 +char *slk_label_sp( 26880 + SCREEN *sp, 26881 + int n) 26882 + { return(*(char **)0); } 26883 + 26884 #undef slk_label 26885 char *slk_label( 26886 int n) 26887 @@ -1780,16 +2151,34 @@ 26888 26889 /* ./base/lib_slkrefr.c */ 26890 26891 +#undef slk_noutrefresh_sp 26892 +int slk_noutrefresh_sp( 26893 + SCREEN *sp) 26894 + { return(*(int *)0); } 26895 + 26896 #undef slk_noutrefresh 26897 int slk_noutrefresh(void) 26898 { return(*(int *)0); } 26899 26900 +#undef slk_refresh_sp 26901 +int slk_refresh_sp( 26902 + SCREEN *sp) 26903 + { return(*(int *)0); } 26904 + 26905 #undef slk_refresh 26906 int slk_refresh(void) 26907 { return(*(int *)0); } 26908 26909 /* ./base/lib_slkset.c */ 26910 26911 +#undef slk_set_sp 26912 +int slk_set_sp( 26913 + SCREEN *sp, 26914 + int i, 26915 + const char *astr, 26916 + int format) 26917 + { return(*(int *)0); } 26918 + 26919 #undef slk_set 26920 int slk_set( 26921 int i, 26922 @@ -1799,6 +2188,11 @@ 26923 26924 /* ./base/lib_slktouch.c */ 26925 26926 +#undef slk_touch_sp 26927 +int slk_touch_sp( 26928 + SCREEN *sp) 26929 + { return(*(int *)0); } 26930 + 26931 #undef slk_touch 26932 int slk_touch(void) 26933 { return(*(int *)0); } 26934 @@ -1861,8 +2255,8 @@ 26935 SCREEN *sp) 26936 { /* void */ } 26937 26938 -#undef _nc_ungetch 26939 -int _nc_ungetch( 26940 +#undef ungetch_sp 26941 +int ungetch_sp( 26942 SCREEN *sp, 26943 int ch) 26944 { return(*(int *)0); } 26945 @@ -1874,11 +2268,23 @@ 26946 26947 /* ./tty/lib_vidattr.c */ 26948 26949 +#undef vidputs_sp 26950 +int vidputs_sp( 26951 + SCREEN *sp, 26952 + chtype newmode, 26953 + NCURSES_OUTC_sp outc) 26954 + { return(*(int *)0); } 26955 + 26956 #undef vidputs 26957 int vidputs( 26958 chtype newmode, 26959 - int (*outc)( 26960 - int p1)) 26961 + NCURSES_OUTC outc) 26962 + { return(*(int *)0); } 26963 + 26964 +#undef vidattr_sp 26965 +int vidattr_sp( 26966 + SCREEN *sp, 26967 + chtype newmode) 26968 { return(*(int *)0); } 26969 26970 #undef vidattr 26971 @@ -1886,6 +2292,11 @@ 26972 chtype newmode) 26973 { return(*(int *)0); } 26974 26975 +#undef termattrs_sp 26976 +chtype termattrs_sp( 26977 + SCREEN *sp) 26978 + { return(*(chtype *)0); } 26979 + 26980 #undef termattrs 26981 chtype termattrs(void) 26982 { return(*(chtype *)0); } 26983 @@ -1966,12 +2377,24 @@ 26984 26985 /* ./base/nc_panel.c */ 26986 26987 +#undef _nc_panelhook_sp 26988 +struct panelhook *_nc_panelhook_sp( 26989 + SCREEN *sp) 26990 + { return(*(struct panelhook **)0); } 26991 + 26992 #undef _nc_panelhook 26993 struct panelhook *_nc_panelhook(void) 26994 { return(*(struct panelhook **)0); } 26995 26996 /* ./base/safe_sprintf.c */ 26997 26998 +#undef _nc_printf_string_sp 26999 +char *_nc_printf_string_sp( 27000 + SCREEN *sp, 27001 + const char *fmt, 27002 + va_list ap) 27003 + { return(*(char **)0); } 27004 + 27005 #undef _nc_printf_string 27006 char *_nc_printf_string( 27007 const char *fmt, 27008 @@ -1983,10 +2406,24 @@ 27009 #include <sys/time.h> 27010 #include <sys/times.h> 27011 27012 +#undef doupdate_sp 27013 +int doupdate_sp( 27014 + SCREEN *sp) 27015 + { return(*(int *)0); } 27016 + 27017 #undef doupdate 27018 int doupdate(void) 27019 { return(*(int *)0); } 27020 27021 +#undef _nc_scrolln_sp 27022 +int _nc_scrolln_sp( 27023 + SCREEN *sp, 27024 + int n, 27025 + int top, 27026 + int bot, 27027 + int maxy) 27028 + { return(*(int *)0); } 27029 + 27030 #undef _nc_scrolln 27031 int _nc_scrolln( 27032 int n, 27033 @@ -1995,18 +2432,39 @@ 27034 int maxy) 27035 { return(*(int *)0); } 27036 27037 +#undef _nc_screen_resume_sp 27038 +void _nc_screen_resume_sp( 27039 + SCREEN *sp) 27040 + { /* void */ } 27041 + 27042 #undef _nc_screen_resume 27043 void _nc_screen_resume(void) 27044 { /* void */ } 27045 27046 +#undef _nc_screen_init_sp 27047 +void _nc_screen_init_sp( 27048 + SCREEN *sp) 27049 + { /* void */ } 27050 + 27051 #undef _nc_screen_init 27052 void _nc_screen_init(void) 27053 { /* void */ } 27054 27055 +#undef _nc_screen_wrap_sp 27056 +void _nc_screen_wrap_sp( 27057 + SCREEN *sp) 27058 + { /* void */ } 27059 + 27060 #undef _nc_screen_wrap 27061 void _nc_screen_wrap(void) 27062 { /* void */ } 27063 27064 +#undef _nc_do_xmc_glitch_sp 27065 +void _nc_do_xmc_glitch_sp( 27066 + SCREEN *sp, 27067 + attr_t previous) 27068 + { /* void */ } 27069 + 27070 #undef _nc_do_xmc_glitch 27071 void _nc_do_xmc_glitch( 27072 attr_t previous) 27073 @@ -2044,6 +2502,12 @@ 27074 void _nc_freeall(void) 27075 { /* void */ } 27076 27077 +#undef _nc_free_and_exit_sp 27078 +void _nc_free_and_exit_sp( 27079 + SCREEN *sp, 27080 + int code) 27081 + { /* void */ } 27082 + 27083 #undef _nc_free_and_exit 27084 void _nc_free_and_exit( 27085 int code) 27086 @@ -2063,6 +2527,24 @@ 27087 attr_t at) 27088 { /* void */ } 27089 27090 +#undef _nc_DelCharCost_sp 27091 +int _nc_DelCharCost_sp( 27092 + SCREEN *sp, 27093 + int count) 27094 + { return(*(int *)0); } 27095 + 27096 +#undef _nc_InsCharCost_sp 27097 +int _nc_InsCharCost_sp( 27098 + SCREEN *sp, 27099 + int count) 27100 + { return(*(int *)0); } 27101 + 27102 +#undef _nc_UpdateAttrs_sp 27103 +void _nc_UpdateAttrs_sp( 27104 + SCREEN *sp, 27105 + chtype c) 27106 + { /* void */ } 27107 + 27108 #undef _nc_DelCharCost 27109 int _nc_DelCharCost( 27110 int count) 27111 @@ -2080,6 +2562,12 @@ 27112 27113 /* ./base/legacy_coding.c */ 27114 27115 +#undef use_legacy_coding_sp 27116 +int use_legacy_coding_sp( 27117 + SCREEN *sp, 27118 + int level) 27119 + { return(*(int *)0); } 27120 + 27121 #undef use_legacy_coding 27122 int use_legacy_coding( 27123 int level) 27124 @@ -2087,10 +2575,22 @@ 27125 27126 /* ./base/lib_dft_fgbg.c */ 27127 27128 +#undef use_default_colors_sp 27129 +int use_default_colors_sp( 27130 + SCREEN *sp) 27131 + { return(*(int *)0); } 27132 + 27133 #undef use_default_colors 27134 int use_default_colors(void) 27135 { return(*(int *)0); } 27136 27137 +#undef assume_default_colors_sp 27138 +int assume_default_colors_sp( 27139 + SCREEN *sp, 27140 + int fg, 27141 + int bg) 27142 + { return(*(int *)0); } 27143 + 27144 #undef assume_default_colors 27145 int assume_default_colors( 27146 int fg, 27147 @@ -2099,6 +2599,13 @@ 27148 27149 /* ./tinfo/lib_print.c */ 27150 27151 +#undef mcprint_sp 27152 +int mcprint_sp( 27153 + SCREEN *sp, 27154 + char *data, 27155 + int len) 27156 + { return(*(int *)0); } 27157 + 27158 #undef mcprint 27159 int mcprint( 27160 char *data, 27161 @@ -2107,18 +2614,39 @@ 27162 27163 /* ./base/resizeterm.c */ 27164 27165 +#undef is_term_resized_sp 27166 +NCURSES_BOOL is_term_resized_sp( 27167 + SCREEN *sp, 27168 + int ToLines, 27169 + int ToCols) 27170 + { return(*(NCURSES_BOOL *)0); } 27171 + 27172 #undef is_term_resized 27173 NCURSES_BOOL is_term_resized( 27174 int ToLines, 27175 int ToCols) 27176 { return(*(NCURSES_BOOL *)0); } 27177 27178 +#undef resize_term_sp 27179 +int resize_term_sp( 27180 + SCREEN *sp, 27181 + int ToLines, 27182 + int ToCols) 27183 + { return(*(int *)0); } 27184 + 27185 #undef resize_term 27186 int resize_term( 27187 int ToLines, 27188 int ToCols) 27189 { return(*(int *)0); } 27190 27191 +#undef resizeterm_sp 27192 +int resizeterm_sp( 27193 + SCREEN *sp, 27194 + int ToLines, 27195 + int ToCols) 27196 + { return(*(int *)0); } 27197 + 27198 #undef resizeterm 27199 int resizeterm( 27200 int ToLines, 27201 @@ -2408,6 +2936,11 @@ 27202 chtype *_nc_acs_map(void) 27203 { return(*(chtype **)0); } 27204 27205 +#undef _nc_init_acs_sp 27206 +void _nc_init_acs_sp( 27207 + SCREEN *sp) 27208 + { /* void */ } 27209 + 27210 #undef _nc_init_acs 27211 void _nc_init_acs(void) 27212 { /* void */ } 27213 @@ -2431,6 +2964,11 @@ 27214 int BaudRate) 27215 { return(*(int *)0); } 27216 27217 +#undef baudrate_sp 27218 +int baudrate_sp( 27219 + SCREEN *sp) 27220 + { return(*(int *)0); } 27221 + 27222 #undef baudrate 27223 int baudrate(void) 27224 { return(*(int *)0); } 27225 @@ -2446,6 +2984,12 @@ 27226 TERMINAL *termp) 27227 { return(*(TERMINAL **)0); } 27228 27229 +#undef del_curterm_sp 27230 +int del_curterm_sp( 27231 + SCREEN *sp, 27232 + TERMINAL *termp) 27233 + { return(*(int *)0); } 27234 + 27235 #undef del_curterm 27236 int del_curterm( 27237 TERMINAL *termp) 27238 @@ -2474,6 +3018,11 @@ 27239 #undef _nc_prescreen 27240 NCURSES_PRESCREEN _nc_prescreen; 27241 27242 +#undef _nc_screen_of 27243 +SCREEN *_nc_screen_of( 27244 + WINDOW *win) 27245 + { return(*(SCREEN **)0); } 27246 + 27247 #undef _nc_init_pthreads 27248 void _nc_init_pthreads(void) 27249 { /* void */ } 27250 @@ -2500,24 +3049,49 @@ 27251 27252 /* ./tinfo/lib_has_cap.c */ 27253 27254 +#undef has_ic_sp 27255 +NCURSES_BOOL has_ic_sp( 27256 + SCREEN *sp) 27257 + { return(*(NCURSES_BOOL *)0); } 27258 + 27259 #undef has_ic 27260 NCURSES_BOOL has_ic(void) 27261 { return(*(NCURSES_BOOL *)0); } 27262 27263 +#undef has_il_sp 27264 +NCURSES_BOOL has_il_sp( 27265 + SCREEN *sp) 27266 + { return(*(NCURSES_BOOL *)0); } 27267 + 27268 #undef has_il 27269 NCURSES_BOOL has_il(void) 27270 { return(*(NCURSES_BOOL *)0); } 27271 27272 /* ./tinfo/lib_kernel.c */ 27273 27274 +#undef erasechar_sp 27275 +char erasechar_sp( 27276 + SCREEN *sp) 27277 + { return(*(char *)0); } 27278 + 27279 #undef erasechar 27280 char erasechar(void) 27281 { return(*(char *)0); } 27282 27283 +#undef killchar_sp 27284 +char killchar_sp( 27285 + SCREEN *sp) 27286 + { return(*(char *)0); } 27287 + 27288 #undef killchar 27289 char killchar(void) 27290 { return(*(char *)0); } 27291 27292 +#undef flushinp_sp 27293 +int flushinp_sp( 27294 + SCREEN *sp) 27295 + { return(*(int *)0); } 27296 + 27297 #undef flushinp 27298 int flushinp(void) 27299 { return(*(int *)0); } 27300 @@ -2526,8 +3100,8 @@ 27301 27302 struct kn { short offset; int code; }; 27303 27304 -#undef _nc_keyname 27305 -char *_nc_keyname( 27306 +#undef keyname_sp 27307 +char *keyname_sp( 27308 SCREEN *sp, 27309 int c) 27310 { return(*(char **)0); } 27311 @@ -2539,12 +3113,23 @@ 27312 27313 /* ./tinfo/lib_longname.c */ 27314 27315 +#undef longname_sp 27316 +char *longname_sp( 27317 + SCREEN *sp) 27318 + { return(*(char **)0); } 27319 + 27320 #undef longname 27321 char *longname(void) 27322 { return(*(char **)0); } 27323 27324 /* ./tinfo/lib_napms.c */ 27325 27326 +#undef napms_sp 27327 +int napms_sp( 27328 + SCREEN *sp, 27329 + int ms) 27330 + { return(*(int *)0); } 27331 + 27332 #undef napms 27333 int napms( 27334 int ms) 27335 @@ -2564,6 +3149,12 @@ 27336 NCURSES_BOOL flag) 27337 { /* void */ } 27338 27339 +#undef halfdelay_sp 27340 +int halfdelay_sp( 27341 + SCREEN *sp, 27342 + int t) 27343 + { return(*(int *)0); } 27344 + 27345 #undef halfdelay 27346 int halfdelay( 27347 int t) 27348 @@ -2599,21 +3190,52 @@ 27349 NCURSES_BOOL flag) 27350 { return(*(int *)0); } 27351 27352 +#undef curs_set_sp 27353 +int curs_set_sp( 27354 + SCREEN *sp, 27355 + int vis) 27356 + { return(*(int *)0); } 27357 + 27358 #undef curs_set 27359 int curs_set( 27360 int vis) 27361 { return(*(int *)0); } 27362 27363 +#undef typeahead_sp 27364 +int typeahead_sp( 27365 + SCREEN *sp, 27366 + int fd) 27367 + { return(*(int *)0); } 27368 + 27369 #undef typeahead 27370 int typeahead( 27371 int fd) 27372 { return(*(int *)0); } 27373 27374 +#undef has_key_sp 27375 +int has_key_sp( 27376 + SCREEN *sp, 27377 + int keycode) 27378 + { return(*(int *)0); } 27379 + 27380 #undef has_key 27381 int has_key( 27382 int keycode) 27383 { return(*(int *)0); } 27384 27385 +#undef _nc_putp_flush_sp 27386 +int _nc_putp_flush_sp( 27387 + SCREEN *sp, 27388 + const char *name, 27389 + const char *value) 27390 + { return(*(int *)0); } 27391 + 27392 +#undef _nc_putp_flush 27393 +int _nc_putp_flush( 27394 + const char *name, 27395 + const char *value) 27396 + { return(*(int *)0); } 27397 + 27398 #undef _nc_keypad 27399 int _nc_keypad( 27400 SCREEN *sp, 27401 @@ -2622,30 +3244,67 @@ 27402 27403 /* ./tinfo/lib_raw.c */ 27404 27405 +#undef raw_sp 27406 +int raw_sp( 27407 + SCREEN *sp) 27408 + { return(*(int *)0); } 27409 + 27410 #undef raw 27411 int raw(void) 27412 { return(*(int *)0); } 27413 27414 +#undef cbreak_sp 27415 +int cbreak_sp( 27416 + SCREEN *sp) 27417 + { return(*(int *)0); } 27418 + 27419 #undef cbreak 27420 int cbreak(void) 27421 { return(*(int *)0); } 27422 27423 +#undef qiflush_sp 27424 +void qiflush_sp( 27425 + SCREEN *sp) 27426 + { /* void */ } 27427 + 27428 #undef qiflush 27429 void qiflush(void) 27430 { /* void */ } 27431 27432 +#undef noraw_sp 27433 +int noraw_sp( 27434 + SCREEN *sp) 27435 + { return(*(int *)0); } 27436 + 27437 #undef noraw 27438 int noraw(void) 27439 { return(*(int *)0); } 27440 27441 +#undef nocbreak_sp 27442 +int nocbreak_sp( 27443 + SCREEN *sp) 27444 + { return(*(int *)0); } 27445 + 27446 #undef nocbreak 27447 int nocbreak(void) 27448 { return(*(int *)0); } 27449 27450 +#undef noqiflush_sp 27451 +void noqiflush_sp( 27452 + SCREEN *sp) 27453 + { /* void */ } 27454 + 27455 #undef noqiflush 27456 void noqiflush(void) 27457 { /* void */ } 27458 27459 +#undef intrflush_sp 27460 +int intrflush_sp( 27461 + SCREEN *sp, 27462 + WINDOW *win, 27463 + NCURSES_BOOL flag) 27464 + { return(*(int *)0); } 27465 + 27466 #undef intrflush 27467 int intrflush( 27468 WINDOW *win, 27469 @@ -2663,7 +3322,8 @@ 27470 { return(*(char **)0); } 27471 27472 #undef _nc_ptr_Lines 27473 -int *_nc_ptr_Lines(void) 27474 +int *_nc_ptr_Lines( 27475 + SCREEN *sp) 27476 { return(*(int **)0); } 27477 27478 #undef _nc_LINES 27479 @@ -2671,17 +3331,29 @@ 27480 { return(*(int *)0); } 27481 27482 #undef _nc_ptr_Cols 27483 -int *_nc_ptr_Cols(void) 27484 +int *_nc_ptr_Cols( 27485 + SCREEN *sp) 27486 { return(*(int **)0); } 27487 27488 #undef _nc_COLS 27489 int _nc_COLS(void) 27490 { return(*(int *)0); } 27491 27492 +#undef _nc_ptr_Tabsize 27493 +int *_nc_ptr_Tabsize( 27494 + SCREEN *sp) 27495 + { return(*(int **)0); } 27496 + 27497 #undef _nc_TABSIZE 27498 int _nc_TABSIZE(void) 27499 { return(*(int *)0); } 27500 27501 +#undef set_tabsize_sp 27502 +int set_tabsize_sp( 27503 + SCREEN *sp, 27504 + int value) 27505 + { return(*(int *)0); } 27506 + 27507 #undef set_tabsize 27508 int set_tabsize( 27509 int value) 27510 @@ -2692,6 +3364,12 @@ 27511 SCREEN *sp) 27512 { return(*(int *)0); } 27513 27514 +#undef use_env_sp 27515 +void use_env_sp( 27516 + SCREEN *sp, 27517 + NCURSES_BOOL f) 27518 + { /* void */ } 27519 + 27520 #undef use_env 27521 void use_env( 27522 NCURSES_BOOL f) 27523 @@ -2744,8 +3422,9 @@ 27524 #undef BC 27525 char *BC; 27526 27527 -#undef tgetent 27528 -int tgetent( 27529 +#undef tgetent_sp 27530 +int tgetent_sp( 27531 + SCREEN *sp, 27532 char *bufp, 27533 const char *name) 27534 { return(*(int *)0); } 27535 @@ -2756,16 +3435,41 @@ 27536 27537 #endif 27538 27539 +#undef tgetent 27540 +int tgetent( 27541 + char *bufp, 27542 + const char *name) 27543 + { return(*(int *)0); } 27544 + 27545 +#undef tgetflag_sp 27546 +int tgetflag_sp( 27547 + SCREEN *sp, 27548 + char *id) 27549 + { return(*(int *)0); } 27550 + 27551 #undef tgetflag 27552 int tgetflag( 27553 char *id) 27554 { return(*(int *)0); } 27555 27556 +#undef tgetnum_sp 27557 +int tgetnum_sp( 27558 + SCREEN *sp, 27559 + char *id) 27560 + { return(*(int *)0); } 27561 + 27562 #undef tgetnum 27563 int tgetnum( 27564 char *id) 27565 { return(*(int *)0); } 27566 27567 +#undef tgetstr_sp 27568 +char *tgetstr_sp( 27569 + SCREEN *sp, 27570 + char *id, 27571 + char **area) 27572 + { return(*(char **)0); } 27573 + 27574 #undef tgetstr 27575 char *tgetstr( 27576 char *id, 27577 @@ -2774,6 +3478,11 @@ 27578 27579 /* ./tinfo/lib_termname.c */ 27580 27581 +#undef termname_sp 27582 +char *termname_sp( 27583 + SCREEN *sp) 27584 + { return(*(char **)0); } 27585 + 27586 #undef termname 27587 char *termname(void) 27588 { return(*(char **)0); } 27589 @@ -2789,16 +3498,34 @@ 27590 27591 /* ./tinfo/lib_ti.c */ 27592 27593 +#undef tigetflag_sp 27594 +int tigetflag_sp( 27595 + SCREEN *sp, 27596 + char *str) 27597 + { return(*(int *)0); } 27598 + 27599 #undef tigetflag 27600 int tigetflag( 27601 char *str) 27602 { return(*(int *)0); } 27603 27604 +#undef tigetnum_sp 27605 +int tigetnum_sp( 27606 + SCREEN *sp, 27607 + char *str) 27608 + { return(*(int *)0); } 27609 + 27610 #undef tigetnum 27611 int tigetnum( 27612 char *str) 27613 { return(*(int *)0); } 27614 27615 +#undef tigetstr_sp 27616 +char *tigetstr_sp( 27617 + SCREEN *sp, 27618 + char *str) 27619 + { return(*(char **)0); } 27620 + 27621 #undef tigetstr 27622 char *tigetstr( 27623 char *str) 27624 @@ -2836,25 +3563,75 @@ 27625 SCREEN *sp) 27626 { /* void */ } 27627 27628 +#undef delay_output_sp 27629 +int delay_output_sp( 27630 + SCREEN *sp, 27631 + int ms) 27632 + { return(*(int *)0); } 27633 + 27634 #undef delay_output 27635 int delay_output( 27636 int ms) 27637 { return(*(int *)0); } 27638 27639 +#undef _nc_flush_sp 27640 +void _nc_flush_sp( 27641 + SCREEN *sp) 27642 + { /* void */ } 27643 + 27644 #undef _nc_flush 27645 void _nc_flush(void) 27646 { /* void */ } 27647 27648 +#undef _nc_outch_sp 27649 +int _nc_outch_sp( 27650 + SCREEN *sp, 27651 + int ch) 27652 + { return(*(int *)0); } 27653 + 27654 #undef _nc_outch 27655 int _nc_outch( 27656 int ch) 27657 { return(*(int *)0); } 27658 27659 +#undef putp_sp 27660 +int putp_sp( 27661 + SCREEN *sp, 27662 + const char *string) 27663 + { return(*(int *)0); } 27664 + 27665 +#undef _nc_putp_sp 27666 +int _nc_putp_sp( 27667 + SCREEN *sp, 27668 + const char *name, 27669 + const char *string) 27670 + { return(*(int *)0); } 27671 + 27672 #undef putp 27673 int putp( 27674 const char *string) 27675 { return(*(int *)0); } 27676 27677 +#undef _nc_putp 27678 +int _nc_putp( 27679 + const char *name, 27680 + const char *string) 27681 + { return(*(int *)0); } 27682 + 27683 +#undef tputs_sp 27684 +int tputs_sp( 27685 + SCREEN *sp, 27686 + const char *string, 27687 + int affcnt, 27688 + NCURSES_OUTC_sp outc) 27689 + { return(*(int *)0); } 27690 + 27691 +#undef _nc_outc_wrapper 27692 +int _nc_outc_wrapper( 27693 + SCREEN *sp, 27694 + int c) 27695 + { return(*(int *)0); } 27696 + 27697 #undef tputs 27698 int tputs( 27699 const char *string, 27700 @@ -3024,36 +3801,78 @@ 27701 27702 /* ./tinfo/lib_ttyflags.c */ 27703 27704 +#undef _nc_get_tty_mode_sp 27705 +int _nc_get_tty_mode_sp( 27706 + SCREEN *sp, 27707 + struct termios *buf) 27708 + { return(*(int *)0); } 27709 + 27710 #undef _nc_get_tty_mode 27711 int _nc_get_tty_mode( 27712 struct termios *buf) 27713 { return(*(int *)0); } 27714 27715 +#undef _nc_set_tty_mode_sp 27716 +int _nc_set_tty_mode_sp( 27717 + SCREEN *sp, 27718 + struct termios *buf) 27719 + { return(*(int *)0); } 27720 + 27721 #undef _nc_set_tty_mode 27722 int _nc_set_tty_mode( 27723 struct termios *buf) 27724 { return(*(int *)0); } 27725 27726 +#undef def_shell_mode_sp 27727 +int def_shell_mode_sp( 27728 + SCREEN *sp) 27729 + { return(*(int *)0); } 27730 + 27731 #undef def_shell_mode 27732 int def_shell_mode(void) 27733 { return(*(int *)0); } 27734 27735 +#undef def_prog_mode_sp 27736 +int def_prog_mode_sp( 27737 + SCREEN *sp) 27738 + { return(*(int *)0); } 27739 + 27740 #undef def_prog_mode 27741 int def_prog_mode(void) 27742 { return(*(int *)0); } 27743 27744 +#undef reset_prog_mode_sp 27745 +int reset_prog_mode_sp( 27746 + SCREEN *sp) 27747 + { return(*(int *)0); } 27748 + 27749 #undef reset_prog_mode 27750 int reset_prog_mode(void) 27751 { return(*(int *)0); } 27752 27753 +#undef reset_shell_mode_sp 27754 +int reset_shell_mode_sp( 27755 + SCREEN *sp) 27756 + { return(*(int *)0); } 27757 + 27758 #undef reset_shell_mode 27759 int reset_shell_mode(void) 27760 { return(*(int *)0); } 27761 27762 +#undef savetty_sp 27763 +int savetty_sp( 27764 + SCREEN *sp) 27765 + { return(*(int *)0); } 27766 + 27767 #undef savetty 27768 int savetty(void) 27769 { return(*(int *)0); } 27770 27771 +#undef resetty_sp 27772 +int resetty_sp( 27773 + SCREEN *sp) 27774 + { return(*(int *)0); } 27775 + 27776 #undef resetty 27777 int resetty(void) 27778 { return(*(int *)0); } 27779 @@ -3144,6 +3963,13 @@ 27780 27781 /* ./tinfo/setbuf.c */ 27782 27783 +#undef _nc_set_buffer_sp 27784 +void _nc_set_buffer_sp( 27785 + SCREEN *sp, 27786 + FILE *ofp, 27787 + NCURSES_BOOL buffered) 27788 + { /* void */ } 27789 + 27790 #undef _nc_set_buffer 27791 void _nc_set_buffer( 27792 FILE *ofp, 27793 @@ -3235,8 +4061,8 @@ 27794 27795 /* ./unctrl.c */ 27796 27797 -#undef _nc_unctrl 27798 -char *_nc_unctrl( 27799 +#undef unctrl_sp 27800 +char *unctrl_sp( 27801 SCREEN *sp, 27802 chtype ch) 27803 { return(*(char **)0); } 27804 @@ -3485,6 +4311,13 @@ 27805 27806 /* ./base/define_key.c */ 27807 27808 +#undef define_key_sp 27809 +int define_key_sp( 27810 + SCREEN *sp, 27811 + const char *str, 27812 + int keycode) 27813 + { return(*(int *)0); } 27814 + 27815 #undef define_key 27816 int define_key( 27817 const char *str, 27818 @@ -3499,6 +4332,12 @@ 27819 27820 /* ./base/key_defined.c */ 27821 27822 +#undef key_defined_sp 27823 +int key_defined_sp( 27824 + SCREEN *sp, 27825 + const char *str) 27826 + { return(*(int *)0); } 27827 + 27828 #undef key_defined 27829 int key_defined( 27830 const char *str) 27831 @@ -3506,6 +4345,13 @@ 27832 27833 /* ./base/keybound.c */ 27834 27835 +#undef keybound_sp 27836 +char *keybound_sp( 27837 + SCREEN *sp, 27838 + int code, 27839 + int count) 27840 + { return(*(char **)0); } 27841 + 27842 #undef keybound 27843 char *keybound( 27844 int code, 27845 @@ -3514,6 +4360,13 @@ 27846 27847 /* ./base/keyok.c */ 27848 27849 +#undef keyok_sp 27850 +int keyok_sp( 27851 + SCREEN *sp, 27852 + int c, 27853 + NCURSES_BOOL flag) 27854 + { return(*(int *)0); } 27855 + 27856 #undef keyok 27857 int keyok( 27858 int c, 27859 diff -Naur ncurses-5.7.orig/ncurses/llib-lncursestw ncurses-5.7/ncurses/llib-lncursestw 27860 --- ncurses-5.7.orig/ncurses/llib-lncursestw 1969-12-31 16:00:00.000000000 -0800 27861 +++ ncurses-5.7/ncurses/llib-lncursestw 2009-07-19 15:04:11.000000000 -0700 27862 @@ -0,0 +1,5192 @@ 27863 +/**************************************************************************** 27864 + * Copyright (c) 2008 Free Software Foundation, Inc. * 27865 + * * 27866 + * Permission is hereby granted, free of charge, to any person obtaining a * 27867 + * copy of this software and associated documentation files (the * 27868 + * "Software"), to deal in the Software without restriction, including * 27869 + * without limitation the rights to use, copy, modify, merge, publish, * 27870 + * distribute, distribute with modifications, sublicense, and/or sell * 27871 + * copies of the Software, and to permit persons to whom the Software is * 27872 + * furnished to do so, subject to the following conditions: * 27873 + * * 27874 + * The above copyright notice and this permission notice shall be included * 27875 + * in all copies or substantial portions of the Software. * 27876 + * * 27877 + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS * 27878 + * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF * 27879 + * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * 27880 + * IN NO EVENT SHALL THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, * 27881 + * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR * 27882 + * OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR * 27883 + * THE USE OR OTHER DEALINGS IN THE SOFTWARE. * 27884 + * * 27885 + * Except as contained in this notice, the name(s) of the above copyright * 27886 + * holders shall not be used in advertising or otherwise to promote the * 27887 + * sale, use or other dealings in this Software without prior written * 27888 + * authorization. * 27889 + ****************************************************************************/ 27890 + 27891 +/**************************************************************************** 27892 + * Author: Thomas E. Dickey 2008 * 27893 + ****************************************************************************/ 27894 +/* LINTLIBRARY */ 27895 + 27896 +/* ./tty/hardscroll.c */ 27897 + 27898 +#include <curses.priv.h> 27899 + 27900 +#undef _nc_oldnums 27901 +int *_nc_oldnums; 27902 + 27903 +#undef _nc_scroll_optimize_sp 27904 +void _nc_scroll_optimize_sp( 27905 + SCREEN *sp) 27906 + { /* void */ } 27907 + 27908 +#undef _nc_scroll_optimize 27909 +void _nc_scroll_optimize(void) 27910 + { /* void */ } 27911 + 27912 +#undef _nc_linedump_sp 27913 +void _nc_linedump_sp( 27914 + SCREEN *sp) 27915 + { /* void */ } 27916 + 27917 +#undef _nc_linedump 27918 +void _nc_linedump(void) 27919 + { /* void */ } 27920 + 27921 +/* ./tty/hashmap.c */ 27922 + 27923 +#undef _nc_hash_map_sp 27924 +void _nc_hash_map_sp( 27925 + SCREEN *sp) 27926 + { /* void */ } 27927 + 27928 +#undef _nc_hash_map 27929 +void _nc_hash_map(void) 27930 + { /* void */ } 27931 + 27932 +#undef _nc_make_oldhash_sp 27933 +void _nc_make_oldhash_sp( 27934 + SCREEN *sp, 27935 + int i) 27936 + { /* void */ } 27937 + 27938 +#undef _nc_make_oldhash 27939 +void _nc_make_oldhash( 27940 + int i) 27941 + { /* void */ } 27942 + 27943 +#undef _nc_scroll_oldhash_sp 27944 +void _nc_scroll_oldhash_sp( 27945 + SCREEN *sp, 27946 + int n, 27947 + int top, 27948 + int bot) 27949 + { /* void */ } 27950 + 27951 +#undef _nc_scroll_oldhash 27952 +void _nc_scroll_oldhash( 27953 + int n, 27954 + int top, 27955 + int bot) 27956 + { /* void */ } 27957 + 27958 +/* ./base/lib_addch.c */ 27959 + 27960 +#include <ctype.h> 27961 + 27962 +#undef _nc_render 27963 +cchar_t _nc_render( 27964 + WINDOW *win, 27965 + cchar_t ch) 27966 + { return(*(cchar_t *)0); } 27967 + 27968 +#undef _nc_build_wch 27969 +int _nc_build_wch( 27970 + WINDOW *win, 27971 + cchar_t *ch) 27972 + { return(*(int *)0); } 27973 + 27974 +#undef _nc_waddch_nosync 27975 +int _nc_waddch_nosync( 27976 + WINDOW *win, 27977 + const cchar_t c) 27978 + { return(*(int *)0); } 27979 + 27980 +#undef waddch 27981 +int waddch( 27982 + WINDOW *win, 27983 + const chtype ch) 27984 + { return(*(int *)0); } 27985 + 27986 +#undef wechochar 27987 +int wechochar( 27988 + WINDOW *win, 27989 + const chtype ch) 27990 + { return(*(int *)0); } 27991 + 27992 +/* ./base/lib_addstr.c */ 27993 + 27994 +#undef waddnstr 27995 +int waddnstr( 27996 + WINDOW *win, 27997 + const char *astr, 27998 + int n) 27999 + { return(*(int *)0); } 28000 + 28001 +#undef waddchnstr 28002 +int waddchnstr( 28003 + WINDOW *win, 28004 + const chtype *astr, 28005 + int n) 28006 + { return(*(int *)0); } 28007 + 28008 +#undef _nc_wchstrlen 28009 +int _nc_wchstrlen( 28010 + const cchar_t *s) 28011 + { return(*(int *)0); } 28012 + 28013 +#undef wadd_wchnstr 28014 +int wadd_wchnstr( 28015 + WINDOW *win, 28016 + const cchar_t *astr, 28017 + int n) 28018 + { return(*(int *)0); } 28019 + 28020 +#undef waddnwstr 28021 +int waddnwstr( 28022 + WINDOW *win, 28023 + const wchar_t *str, 28024 + int n) 28025 + { return(*(int *)0); } 28026 + 28027 +/* ./base/lib_beep.c */ 28028 + 28029 +#undef beep_sp 28030 +int beep_sp( 28031 + SCREEN *sp) 28032 + { return(*(int *)0); } 28033 + 28034 +#undef beep 28035 +int beep(void) 28036 + { return(*(int *)0); } 28037 + 28038 +/* ./base/lib_bkgd.c */ 28039 + 28040 +#undef wbkgrndset 28041 +void wbkgrndset( 28042 + WINDOW *win, 28043 + const cchar_t *ch) 28044 + { /* void */ } 28045 + 28046 +#undef wbkgdset 28047 +void wbkgdset( 28048 + WINDOW *win, 28049 + chtype ch) 28050 + { /* void */ } 28051 + 28052 +#undef wbkgrnd 28053 +int wbkgrnd( 28054 + WINDOW *win, 28055 + const cchar_t *ch) 28056 + { return(*(int *)0); } 28057 + 28058 +#undef wbkgd 28059 +int wbkgd( 28060 + WINDOW *win, 28061 + chtype ch) 28062 + { return(*(int *)0); } 28063 + 28064 +/* ./base/lib_box.c */ 28065 + 28066 +#undef wborder 28067 +int wborder( 28068 + WINDOW *win, 28069 + chtype ls, 28070 + chtype rs, 28071 + chtype ts, 28072 + chtype bs, 28073 + chtype tl, 28074 + chtype tr, 28075 + chtype bl, 28076 + chtype br) 28077 + { return(*(int *)0); } 28078 + 28079 +/* ./base/lib_chgat.c */ 28080 + 28081 +#undef wchgat 28082 +int wchgat( 28083 + WINDOW *win, 28084 + int n, 28085 + attr_t attr, 28086 + short color, 28087 + const void *opts) 28088 + { return(*(int *)0); } 28089 + 28090 +/* ./base/lib_clear.c */ 28091 + 28092 +#undef wclear 28093 +int wclear( 28094 + WINDOW *win) 28095 + { return(*(int *)0); } 28096 + 28097 +/* ./base/lib_clearok.c */ 28098 + 28099 +#undef clearok 28100 +int clearok( 28101 + WINDOW *win, 28102 + NCURSES_BOOL flag) 28103 + { return(*(int *)0); } 28104 + 28105 +/* ./base/lib_clrbot.c */ 28106 + 28107 +#undef wclrtobot 28108 +int wclrtobot( 28109 + WINDOW *win) 28110 + { return(*(int *)0); } 28111 + 28112 +/* ./base/lib_clreol.c */ 28113 + 28114 +#undef wclrtoeol 28115 +int wclrtoeol( 28116 + WINDOW *win) 28117 + { return(*(int *)0); } 28118 + 28119 +/* ./base/lib_color.c */ 28120 + 28121 +#include <term.h> 28122 +#include <tic.h> 28123 + 28124 +#undef _nc_COLOR_PAIRS 28125 +int _nc_COLOR_PAIRS(void) 28126 + { return(*(int *)0); } 28127 + 28128 +#undef _nc_COLORS 28129 +int _nc_COLORS(void) 28130 + { return(*(int *)0); } 28131 + 28132 +#undef _nc_reset_colors_sp 28133 +NCURSES_BOOL _nc_reset_colors_sp( 28134 + SCREEN *sp) 28135 + { return(*(NCURSES_BOOL *)0); } 28136 + 28137 +#undef _nc_reset_colors 28138 +NCURSES_BOOL _nc_reset_colors(void) 28139 + { return(*(NCURSES_BOOL *)0); } 28140 + 28141 +#undef start_color_sp 28142 +int start_color_sp( 28143 + SCREEN *sp) 28144 + { return(*(int *)0); } 28145 + 28146 +#undef start_color 28147 +int start_color(void) 28148 + { return(*(int *)0); } 28149 + 28150 +#undef init_pair_sp 28151 +int init_pair_sp( 28152 + SCREEN *sp, 28153 + short pair, 28154 + short f, 28155 + short b) 28156 + { return(*(int *)0); } 28157 + 28158 +#undef init_pair 28159 +int init_pair( 28160 + short pair, 28161 + short f, 28162 + short b) 28163 + { return(*(int *)0); } 28164 + 28165 +#undef init_color_sp 28166 +int init_color_sp( 28167 + SCREEN *sp, 28168 + short color, 28169 + short r, 28170 + short g, 28171 + short b) 28172 + { return(*(int *)0); } 28173 + 28174 +#undef init_color 28175 +int init_color( 28176 + short color, 28177 + short r, 28178 + short g, 28179 + short b) 28180 + { return(*(int *)0); } 28181 + 28182 +#undef can_change_color_sp 28183 +NCURSES_BOOL can_change_color_sp( 28184 + SCREEN *sp) 28185 + { return(*(NCURSES_BOOL *)0); } 28186 + 28187 +#undef can_change_color 28188 +NCURSES_BOOL can_change_color(void) 28189 + { return(*(NCURSES_BOOL *)0); } 28190 + 28191 +#undef has_colors_sp 28192 +NCURSES_BOOL has_colors_sp( 28193 + SCREEN *sp) 28194 + { return(*(NCURSES_BOOL *)0); } 28195 + 28196 +#undef has_colors 28197 +NCURSES_BOOL has_colors(void) 28198 + { return(*(NCURSES_BOOL *)0); } 28199 + 28200 +#undef color_content_sp 28201 +int color_content_sp( 28202 + SCREEN *sp, 28203 + short color, 28204 + short *r, 28205 + short *g, 28206 + short *b) 28207 + { return(*(int *)0); } 28208 + 28209 +#undef color_content 28210 +int color_content( 28211 + short color, 28212 + short *r, 28213 + short *g, 28214 + short *b) 28215 + { return(*(int *)0); } 28216 + 28217 +#undef pair_content_sp 28218 +int pair_content_sp( 28219 + SCREEN *sp, 28220 + short pair, 28221 + short *f, 28222 + short *b) 28223 + { return(*(int *)0); } 28224 + 28225 +#undef pair_content 28226 +int pair_content( 28227 + short pair, 28228 + short *f, 28229 + short *b) 28230 + { return(*(int *)0); } 28231 + 28232 +#undef _nc_do_color_sp 28233 +void _nc_do_color_sp( 28234 + SCREEN *sp, 28235 + short old_pair, 28236 + short pair, 28237 + NCURSES_BOOL reverse, 28238 + NCURSES_OUTC_sp outc) 28239 + { /* void */ } 28240 + 28241 +#undef _nc_do_color 28242 +void _nc_do_color( 28243 + short old_pair, 28244 + short pair, 28245 + NCURSES_BOOL reverse, 28246 + NCURSES_OUTC outc) 28247 + { /* void */ } 28248 + 28249 +/* ./base/lib_colorset.c */ 28250 + 28251 +#undef wcolor_set 28252 +int wcolor_set( 28253 + WINDOW *win, 28254 + short color_pair_number, 28255 + void *opts) 28256 + { return(*(int *)0); } 28257 + 28258 +/* ./base/lib_delch.c */ 28259 + 28260 +#undef wdelch 28261 +int wdelch( 28262 + WINDOW *win) 28263 + { return(*(int *)0); } 28264 + 28265 +/* ./base/lib_delwin.c */ 28266 + 28267 +#undef delwin 28268 +int delwin( 28269 + WINDOW *win) 28270 + { return(*(int *)0); } 28271 + 28272 +/* ./base/lib_echo.c */ 28273 + 28274 +#undef echo_sp 28275 +int echo_sp( 28276 + SCREEN *sp) 28277 + { return(*(int *)0); } 28278 + 28279 +#undef echo 28280 +int echo(void) 28281 + { return(*(int *)0); } 28282 + 28283 +#undef noecho_sp 28284 +int noecho_sp( 28285 + SCREEN *sp) 28286 + { return(*(int *)0); } 28287 + 28288 +#undef noecho 28289 +int noecho(void) 28290 + { return(*(int *)0); } 28291 + 28292 +/* ./base/lib_endwin.c */ 28293 + 28294 +#undef endwin_sp 28295 +int endwin_sp( 28296 + SCREEN *sp) 28297 + { return(*(int *)0); } 28298 + 28299 +#undef endwin 28300 +int endwin(void) 28301 + { return(*(int *)0); } 28302 + 28303 +/* ./base/lib_erase.c */ 28304 + 28305 +#undef werase 28306 +int werase( 28307 + WINDOW *win) 28308 + { return(*(int *)0); } 28309 + 28310 +/* ./base/lib_flash.c */ 28311 + 28312 +#undef flash_sp 28313 +int flash_sp( 28314 + SCREEN *sp) 28315 + { return(*(int *)0); } 28316 + 28317 +#undef flash 28318 +int flash(void) 28319 + { return(*(int *)0); } 28320 + 28321 +/* ./lib_gen.c */ 28322 + 28323 +#undef addch 28324 +int addch( 28325 + const chtype z) 28326 + { return(*(int *)0); } 28327 + 28328 +#undef addchnstr 28329 +int addchnstr( 28330 + const chtype *a1, 28331 + int z) 28332 + { return(*(int *)0); } 28333 + 28334 +#undef addchstr 28335 +int addchstr( 28336 + const chtype *z) 28337 + { return(*(int *)0); } 28338 + 28339 +#undef addnstr 28340 +int addnstr( 28341 + const char *a1, 28342 + int z) 28343 + { return(*(int *)0); } 28344 + 28345 +#undef addstr 28346 +int addstr( 28347 + const char *z) 28348 + { return(*(int *)0); } 28349 + 28350 +#undef attroff 28351 +int attroff( 28352 + NCURSES_ATTR_T z) 28353 + { return(*(int *)0); } 28354 + 28355 +#undef attron 28356 +int attron( 28357 + NCURSES_ATTR_T z) 28358 + { return(*(int *)0); } 28359 + 28360 +#undef attrset 28361 +int attrset( 28362 + NCURSES_ATTR_T z) 28363 + { return(*(int *)0); } 28364 + 28365 +#undef attr_get 28366 +int attr_get( 28367 + attr_t *a1, 28368 + short *a2, 28369 + void *z) 28370 + { return(*(int *)0); } 28371 + 28372 +#undef attr_off 28373 +int attr_off( 28374 + attr_t a1, 28375 + void *z) 28376 + { return(*(int *)0); } 28377 + 28378 +#undef attr_on 28379 +int attr_on( 28380 + attr_t a1, 28381 + void *z) 28382 + { return(*(int *)0); } 28383 + 28384 +#undef attr_set 28385 +int attr_set( 28386 + attr_t a1, 28387 + short a2, 28388 + void *z) 28389 + { return(*(int *)0); } 28390 + 28391 +#undef bkgd 28392 +int bkgd( 28393 + chtype z) 28394 + { return(*(int *)0); } 28395 + 28396 +#undef bkgdset 28397 +void bkgdset( 28398 + chtype z) 28399 + { /* void */ } 28400 + 28401 +#undef border 28402 +int border( 28403 + chtype a1, 28404 + chtype a2, 28405 + chtype a3, 28406 + chtype a4, 28407 + chtype a5, 28408 + chtype a6, 28409 + chtype a7, 28410 + chtype z) 28411 + { return(*(int *)0); } 28412 + 28413 +#undef box 28414 +int box( 28415 + WINDOW *a1, 28416 + chtype a2, 28417 + chtype z) 28418 + { return(*(int *)0); } 28419 + 28420 +#undef chgat 28421 +int chgat( 28422 + int a1, 28423 + attr_t a2, 28424 + short a3, 28425 + const void *z) 28426 + { return(*(int *)0); } 28427 + 28428 +#undef clear 28429 +int clear(void) 28430 + { return(*(int *)0); } 28431 + 28432 +#undef clrtobot 28433 +int clrtobot(void) 28434 + { return(*(int *)0); } 28435 + 28436 +#undef clrtoeol 28437 +int clrtoeol(void) 28438 + { return(*(int *)0); } 28439 + 28440 +#undef color_set 28441 +int color_set( 28442 + short a1, 28443 + void *z) 28444 + { return(*(int *)0); } 28445 + 28446 +#undef COLOR_PAIR 28447 +int COLOR_PAIR( 28448 + int z) 28449 + { return(*(int *)0); } 28450 + 28451 +#undef delch 28452 +int delch(void) 28453 + { return(*(int *)0); } 28454 + 28455 +#undef deleteln 28456 +int deleteln(void) 28457 + { return(*(int *)0); } 28458 + 28459 +#undef echochar 28460 +int echochar( 28461 + const chtype z) 28462 + { return(*(int *)0); } 28463 + 28464 +#undef erase 28465 +int erase(void) 28466 + { return(*(int *)0); } 28467 + 28468 +#undef getbkgd 28469 +chtype getbkgd( 28470 + WINDOW *z) 28471 + { return(*(chtype *)0); } 28472 + 28473 +#undef getch 28474 +int getch(void) 28475 + { return(*(int *)0); } 28476 + 28477 +#undef getnstr 28478 +int getnstr( 28479 + char *a1, 28480 + int z) 28481 + { return(*(int *)0); } 28482 + 28483 +#undef getstr 28484 +int getstr( 28485 + char *z) 28486 + { return(*(int *)0); } 28487 + 28488 +#undef hline 28489 +int hline( 28490 + chtype a1, 28491 + int z) 28492 + { return(*(int *)0); } 28493 + 28494 +#undef inch 28495 +chtype inch(void) 28496 + { return(*(chtype *)0); } 28497 + 28498 +#undef inchnstr 28499 +int inchnstr( 28500 + chtype *a1, 28501 + int z) 28502 + { return(*(int *)0); } 28503 + 28504 +#undef inchstr 28505 +int inchstr( 28506 + chtype *z) 28507 + { return(*(int *)0); } 28508 + 28509 +#undef innstr 28510 +int innstr( 28511 + char *a1, 28512 + int z) 28513 + { return(*(int *)0); } 28514 + 28515 +#undef insch 28516 +int insch( 28517 + chtype z) 28518 + { return(*(int *)0); } 28519 + 28520 +#undef insdelln 28521 +int insdelln( 28522 + int z) 28523 + { return(*(int *)0); } 28524 + 28525 +#undef insertln 28526 +int insertln(void) 28527 + { return(*(int *)0); } 28528 + 28529 +#undef insnstr 28530 +int insnstr( 28531 + const char *a1, 28532 + int z) 28533 + { return(*(int *)0); } 28534 + 28535 +#undef insstr 28536 +int insstr( 28537 + const char *z) 28538 + { return(*(int *)0); } 28539 + 28540 +#undef instr 28541 +int instr( 28542 + char *z) 28543 + { return(*(int *)0); } 28544 + 28545 +#undef move 28546 +int move( 28547 + int a1, 28548 + int z) 28549 + { return(*(int *)0); } 28550 + 28551 +#undef mvaddch 28552 +int mvaddch( 28553 + int a1, 28554 + int a2, 28555 + const chtype z) 28556 + { return(*(int *)0); } 28557 + 28558 +#undef mvaddchnstr 28559 +int mvaddchnstr( 28560 + int a1, 28561 + int a2, 28562 + const chtype *a3, 28563 + int z) 28564 + { return(*(int *)0); } 28565 + 28566 +#undef mvaddchstr 28567 +int mvaddchstr( 28568 + int a1, 28569 + int a2, 28570 + const chtype *z) 28571 + { return(*(int *)0); } 28572 + 28573 +#undef mvaddnstr 28574 +int mvaddnstr( 28575 + int a1, 28576 + int a2, 28577 + const char *a3, 28578 + int z) 28579 + { return(*(int *)0); } 28580 + 28581 +#undef mvaddstr 28582 +int mvaddstr( 28583 + int a1, 28584 + int a2, 28585 + const char *z) 28586 + { return(*(int *)0); } 28587 + 28588 +#undef mvchgat 28589 +int mvchgat( 28590 + int a1, 28591 + int a2, 28592 + int a3, 28593 + attr_t a4, 28594 + short a5, 28595 + const void *z) 28596 + { return(*(int *)0); } 28597 + 28598 +#undef mvdelch 28599 +int mvdelch( 28600 + int a1, 28601 + int z) 28602 + { return(*(int *)0); } 28603 + 28604 +#undef mvgetch 28605 +int mvgetch( 28606 + int a1, 28607 + int z) 28608 + { return(*(int *)0); } 28609 + 28610 +#undef mvgetnstr 28611 +int mvgetnstr( 28612 + int a1, 28613 + int a2, 28614 + char *a3, 28615 + int z) 28616 + { return(*(int *)0); } 28617 + 28618 +#undef mvgetstr 28619 +int mvgetstr( 28620 + int a1, 28621 + int a2, 28622 + char *z) 28623 + { return(*(int *)0); } 28624 + 28625 +#undef mvhline 28626 +int mvhline( 28627 + int a1, 28628 + int a2, 28629 + chtype a3, 28630 + int z) 28631 + { return(*(int *)0); } 28632 + 28633 +#undef mvinch 28634 +chtype mvinch( 28635 + int a1, 28636 + int z) 28637 + { return(*(chtype *)0); } 28638 + 28639 +#undef mvinchnstr 28640 +int mvinchnstr( 28641 + int a1, 28642 + int a2, 28643 + chtype *a3, 28644 + int z) 28645 + { return(*(int *)0); } 28646 + 28647 +#undef mvinchstr 28648 +int mvinchstr( 28649 + int a1, 28650 + int a2, 28651 + chtype *z) 28652 + { return(*(int *)0); } 28653 + 28654 +#undef mvinnstr 28655 +int mvinnstr( 28656 + int a1, 28657 + int a2, 28658 + char *a3, 28659 + int z) 28660 + { return(*(int *)0); } 28661 + 28662 +#undef mvinsch 28663 +int mvinsch( 28664 + int a1, 28665 + int a2, 28666 + chtype z) 28667 + { return(*(int *)0); } 28668 + 28669 +#undef mvinsnstr 28670 +int mvinsnstr( 28671 + int a1, 28672 + int a2, 28673 + const char *a3, 28674 + int z) 28675 + { return(*(int *)0); } 28676 + 28677 +#undef mvinsstr 28678 +int mvinsstr( 28679 + int a1, 28680 + int a2, 28681 + const char *z) 28682 + { return(*(int *)0); } 28683 + 28684 +#undef mvinstr 28685 +int mvinstr( 28686 + int a1, 28687 + int a2, 28688 + char *z) 28689 + { return(*(int *)0); } 28690 + 28691 +#undef mvvline 28692 +int mvvline( 28693 + int a1, 28694 + int a2, 28695 + chtype a3, 28696 + int z) 28697 + { return(*(int *)0); } 28698 + 28699 +#undef mvwaddch 28700 +int mvwaddch( 28701 + WINDOW *a1, 28702 + int a2, 28703 + int a3, 28704 + const chtype z) 28705 + { return(*(int *)0); } 28706 + 28707 +#undef mvwaddchnstr 28708 +int mvwaddchnstr( 28709 + WINDOW *a1, 28710 + int a2, 28711 + int a3, 28712 + const chtype *a4, 28713 + int z) 28714 + { return(*(int *)0); } 28715 + 28716 +#undef mvwaddchstr 28717 +int mvwaddchstr( 28718 + WINDOW *a1, 28719 + int a2, 28720 + int a3, 28721 + const chtype *z) 28722 + { return(*(int *)0); } 28723 + 28724 +#undef mvwaddnstr 28725 +int mvwaddnstr( 28726 + WINDOW *a1, 28727 + int a2, 28728 + int a3, 28729 + const char *a4, 28730 + int z) 28731 + { return(*(int *)0); } 28732 + 28733 +#undef mvwaddstr 28734 +int mvwaddstr( 28735 + WINDOW *a1, 28736 + int a2, 28737 + int a3, 28738 + const char *z) 28739 + { return(*(int *)0); } 28740 + 28741 +#undef mvwchgat 28742 +int mvwchgat( 28743 + WINDOW *a1, 28744 + int a2, 28745 + int a3, 28746 + int a4, 28747 + attr_t a5, 28748 + short a6, 28749 + const void *z) 28750 + { return(*(int *)0); } 28751 + 28752 +#undef mvwdelch 28753 +int mvwdelch( 28754 + WINDOW *a1, 28755 + int a2, 28756 + int z) 28757 + { return(*(int *)0); } 28758 + 28759 +#undef mvwgetch 28760 +int mvwgetch( 28761 + WINDOW *a1, 28762 + int a2, 28763 + int z) 28764 + { return(*(int *)0); } 28765 + 28766 +#undef mvwgetnstr 28767 +int mvwgetnstr( 28768 + WINDOW *a1, 28769 + int a2, 28770 + int a3, 28771 + char *a4, 28772 + int z) 28773 + { return(*(int *)0); } 28774 + 28775 +#undef mvwgetstr 28776 +int mvwgetstr( 28777 + WINDOW *a1, 28778 + int a2, 28779 + int a3, 28780 + char *z) 28781 + { return(*(int *)0); } 28782 + 28783 +#undef mvwhline 28784 +int mvwhline( 28785 + WINDOW *a1, 28786 + int a2, 28787 + int a3, 28788 + chtype a4, 28789 + int z) 28790 + { return(*(int *)0); } 28791 + 28792 +#undef mvwinch 28793 +chtype mvwinch( 28794 + WINDOW *a1, 28795 + int a2, 28796 + int z) 28797 + { return(*(chtype *)0); } 28798 + 28799 +#undef mvwinchnstr 28800 +int mvwinchnstr( 28801 + WINDOW *a1, 28802 + int a2, 28803 + int a3, 28804 + chtype *a4, 28805 + int z) 28806 + { return(*(int *)0); } 28807 + 28808 +#undef mvwinchstr 28809 +int mvwinchstr( 28810 + WINDOW *a1, 28811 + int a2, 28812 + int a3, 28813 + chtype *z) 28814 + { return(*(int *)0); } 28815 + 28816 +#undef mvwinnstr 28817 +int mvwinnstr( 28818 + WINDOW *a1, 28819 + int a2, 28820 + int a3, 28821 + char *a4, 28822 + int z) 28823 + { return(*(int *)0); } 28824 + 28825 +#undef mvwinsch 28826 +int mvwinsch( 28827 + WINDOW *a1, 28828 + int a2, 28829 + int a3, 28830 + chtype z) 28831 + { return(*(int *)0); } 28832 + 28833 +#undef mvwinsnstr 28834 +int mvwinsnstr( 28835 + WINDOW *a1, 28836 + int a2, 28837 + int a3, 28838 + const char *a4, 28839 + int z) 28840 + { return(*(int *)0); } 28841 + 28842 +#undef mvwinsstr 28843 +int mvwinsstr( 28844 + WINDOW *a1, 28845 + int a2, 28846 + int a3, 28847 + const char *z) 28848 + { return(*(int *)0); } 28849 + 28850 +#undef mvwinstr 28851 +int mvwinstr( 28852 + WINDOW *a1, 28853 + int a2, 28854 + int a3, 28855 + char *z) 28856 + { return(*(int *)0); } 28857 + 28858 +#undef mvwvline 28859 +int mvwvline( 28860 + WINDOW *a1, 28861 + int a2, 28862 + int a3, 28863 + chtype a4, 28864 + int z) 28865 + { return(*(int *)0); } 28866 + 28867 +#undef PAIR_NUMBER 28868 +int PAIR_NUMBER( 28869 + int z) 28870 + { return(*(int *)0); } 28871 + 28872 +#undef redrawwin 28873 +int redrawwin( 28874 + WINDOW *z) 28875 + { return(*(int *)0); } 28876 + 28877 +#undef refresh 28878 +int refresh(void) 28879 + { return(*(int *)0); } 28880 + 28881 +#undef scrl 28882 +int scrl( 28883 + int z) 28884 + { return(*(int *)0); } 28885 + 28886 +#undef scroll 28887 +int scroll( 28888 + WINDOW *z) 28889 + { return(*(int *)0); } 28890 + 28891 +#undef setscrreg 28892 +int setscrreg( 28893 + int a1, 28894 + int z) 28895 + { return(*(int *)0); } 28896 + 28897 +#undef slk_attr_off 28898 +int slk_attr_off( 28899 + const attr_t a1, 28900 + void *z) 28901 + { return(*(int *)0); } 28902 + 28903 +#undef slk_attr_on 28904 +int slk_attr_on( 28905 + attr_t a1, 28906 + void *z) 28907 + { return(*(int *)0); } 28908 + 28909 +#undef standout 28910 +int standout(void) 28911 + { return(*(int *)0); } 28912 + 28913 +#undef standend 28914 +int standend(void) 28915 + { return(*(int *)0); } 28916 + 28917 +#undef timeout 28918 +void timeout( 28919 + int z) 28920 + { /* void */ } 28921 + 28922 +#undef touchline 28923 +int touchline( 28924 + WINDOW *a1, 28925 + int a2, 28926 + int z) 28927 + { return(*(int *)0); } 28928 + 28929 +#undef touchwin 28930 +int touchwin( 28931 + WINDOW *z) 28932 + { return(*(int *)0); } 28933 + 28934 +#undef untouchwin 28935 +int untouchwin( 28936 + WINDOW *z) 28937 + { return(*(int *)0); } 28938 + 28939 +#undef vline 28940 +int vline( 28941 + chtype a1, 28942 + int z) 28943 + { return(*(int *)0); } 28944 + 28945 +#undef vw_printw 28946 +int vw_printw( 28947 + WINDOW *a1, 28948 + const char *a2, 28949 + va_list z) 28950 + { return(*(int *)0); } 28951 + 28952 +#undef vw_scanw 28953 +int vw_scanw( 28954 + WINDOW *a1, 28955 + char *a2, 28956 + va_list z) 28957 + { return(*(int *)0); } 28958 + 28959 +#undef waddchstr 28960 +int waddchstr( 28961 + WINDOW *a1, 28962 + const chtype *z) 28963 + { return(*(int *)0); } 28964 + 28965 +#undef waddstr 28966 +int waddstr( 28967 + WINDOW *a1, 28968 + const char *z) 28969 + { return(*(int *)0); } 28970 + 28971 +#undef wattron 28972 +int wattron( 28973 + WINDOW *a1, 28974 + int z) 28975 + { return(*(int *)0); } 28976 + 28977 +#undef wattroff 28978 +int wattroff( 28979 + WINDOW *a1, 28980 + int z) 28981 + { return(*(int *)0); } 28982 + 28983 +#undef wattrset 28984 +int wattrset( 28985 + WINDOW *a1, 28986 + int z) 28987 + { return(*(int *)0); } 28988 + 28989 +#undef wattr_get 28990 +int wattr_get( 28991 + WINDOW *a1, 28992 + attr_t *a2, 28993 + short *a3, 28994 + void *z) 28995 + { return(*(int *)0); } 28996 + 28997 +#undef wattr_set 28998 +int wattr_set( 28999 + WINDOW *a1, 29000 + attr_t a2, 29001 + short a3, 29002 + void *z) 29003 + { return(*(int *)0); } 29004 + 29005 +#undef wdeleteln 29006 +int wdeleteln( 29007 + WINDOW *z) 29008 + { return(*(int *)0); } 29009 + 29010 +#undef wgetstr 29011 +int wgetstr( 29012 + WINDOW *a1, 29013 + char *z) 29014 + { return(*(int *)0); } 29015 + 29016 +#undef winchstr 29017 +int winchstr( 29018 + WINDOW *a1, 29019 + chtype *z) 29020 + { return(*(int *)0); } 29021 + 29022 +#undef winsertln 29023 +int winsertln( 29024 + WINDOW *z) 29025 + { return(*(int *)0); } 29026 + 29027 +#undef winsstr 29028 +int winsstr( 29029 + WINDOW *a1, 29030 + const char *z) 29031 + { return(*(int *)0); } 29032 + 29033 +#undef winstr 29034 +int winstr( 29035 + WINDOW *a1, 29036 + char *z) 29037 + { return(*(int *)0); } 29038 + 29039 +#undef wstandout 29040 +int wstandout( 29041 + WINDOW *z) 29042 + { return(*(int *)0); } 29043 + 29044 +#undef wstandend 29045 +int wstandend( 29046 + WINDOW *z) 29047 + { return(*(int *)0); } 29048 + 29049 +#undef getattrs 29050 +int getattrs( 29051 + const WINDOW *z) 29052 + { return(*(int *)0); } 29053 + 29054 +#undef getcurx 29055 +int getcurx( 29056 + const WINDOW *z) 29057 + { return(*(int *)0); } 29058 + 29059 +#undef getcury 29060 +int getcury( 29061 + const WINDOW *z) 29062 + { return(*(int *)0); } 29063 + 29064 +#undef getbegx 29065 +int getbegx( 29066 + const WINDOW *z) 29067 + { return(*(int *)0); } 29068 + 29069 +#undef getbegy 29070 +int getbegy( 29071 + const WINDOW *z) 29072 + { return(*(int *)0); } 29073 + 29074 +#undef getmaxx 29075 +int getmaxx( 29076 + const WINDOW *z) 29077 + { return(*(int *)0); } 29078 + 29079 +#undef getmaxy 29080 +int getmaxy( 29081 + const WINDOW *z) 29082 + { return(*(int *)0); } 29083 + 29084 +#undef getparx 29085 +int getparx( 29086 + const WINDOW *z) 29087 + { return(*(int *)0); } 29088 + 29089 +#undef getpary 29090 +int getpary( 29091 + const WINDOW *z) 29092 + { return(*(int *)0); } 29093 + 29094 +#undef wgetparent 29095 +WINDOW *wgetparent( 29096 + const WINDOW *z) 29097 + { return(*(WINDOW **)0); } 29098 + 29099 +#undef is_cleared 29100 +NCURSES_BOOL is_cleared( 29101 + const WINDOW *z) 29102 + { return(*(NCURSES_BOOL *)0); } 29103 + 29104 +#undef is_idcok 29105 +NCURSES_BOOL is_idcok( 29106 + const WINDOW *z) 29107 + { return(*(NCURSES_BOOL *)0); } 29108 + 29109 +#undef is_idlok 29110 +NCURSES_BOOL is_idlok( 29111 + const WINDOW *z) 29112 + { return(*(NCURSES_BOOL *)0); } 29113 + 29114 +#undef is_immedok 29115 +NCURSES_BOOL is_immedok( 29116 + const WINDOW *z) 29117 + { return(*(NCURSES_BOOL *)0); } 29118 + 29119 +#undef is_keypad 29120 +NCURSES_BOOL is_keypad( 29121 + const WINDOW *z) 29122 + { return(*(NCURSES_BOOL *)0); } 29123 + 29124 +#undef is_leaveok 29125 +NCURSES_BOOL is_leaveok( 29126 + const WINDOW *z) 29127 + { return(*(NCURSES_BOOL *)0); } 29128 + 29129 +#undef is_nodelay 29130 +NCURSES_BOOL is_nodelay( 29131 + const WINDOW *z) 29132 + { return(*(NCURSES_BOOL *)0); } 29133 + 29134 +#undef is_notimeout 29135 +NCURSES_BOOL is_notimeout( 29136 + const WINDOW *z) 29137 + { return(*(NCURSES_BOOL *)0); } 29138 + 29139 +#undef is_scrollok 29140 +NCURSES_BOOL is_scrollok( 29141 + const WINDOW *z) 29142 + { return(*(NCURSES_BOOL *)0); } 29143 + 29144 +#undef is_syncok 29145 +NCURSES_BOOL is_syncok( 29146 + const WINDOW *z) 29147 + { return(*(NCURSES_BOOL *)0); } 29148 + 29149 +#undef wgetscrreg 29150 +int wgetscrreg( 29151 + const WINDOW *a1, 29152 + int *a2, 29153 + int *z) 29154 + { return(*(int *)0); } 29155 + 29156 +#undef add_wch 29157 +int add_wch( 29158 + const cchar_t *z) 29159 + { return(*(int *)0); } 29160 + 29161 +#undef add_wchnstr 29162 +int add_wchnstr( 29163 + const cchar_t *a1, 29164 + int z) 29165 + { return(*(int *)0); } 29166 + 29167 +#undef add_wchstr 29168 +int add_wchstr( 29169 + const cchar_t *z) 29170 + { return(*(int *)0); } 29171 + 29172 +#undef addnwstr 29173 +int addnwstr( 29174 + const wchar_t *a1, 29175 + int z) 29176 + { return(*(int *)0); } 29177 + 29178 +#undef addwstr 29179 +int addwstr( 29180 + const wchar_t *z) 29181 + { return(*(int *)0); } 29182 + 29183 +#undef bkgrnd 29184 +int bkgrnd( 29185 + const cchar_t *z) 29186 + { return(*(int *)0); } 29187 + 29188 +#undef bkgrndset 29189 +void bkgrndset( 29190 + const cchar_t *z) 29191 + { /* void */ } 29192 + 29193 +#undef border_set 29194 +int border_set( 29195 + const cchar_t *a1, 29196 + const cchar_t *a2, 29197 + const cchar_t *a3, 29198 + const cchar_t *a4, 29199 + const cchar_t *a5, 29200 + const cchar_t *a6, 29201 + const cchar_t *a7, 29202 + const cchar_t *z) 29203 + { return(*(int *)0); } 29204 + 29205 +#undef box_set 29206 +int box_set( 29207 + WINDOW *a1, 29208 + const cchar_t *a2, 29209 + const cchar_t *z) 29210 + { return(*(int *)0); } 29211 + 29212 +#undef echo_wchar 29213 +int echo_wchar( 29214 + const cchar_t *z) 29215 + { return(*(int *)0); } 29216 + 29217 +#undef get_wch 29218 +int get_wch( 29219 + wint_t *z) 29220 + { return(*(int *)0); } 29221 + 29222 +#undef get_wstr 29223 +int get_wstr( 29224 + wint_t *z) 29225 + { return(*(int *)0); } 29226 + 29227 +#undef getbkgrnd 29228 +int getbkgrnd( 29229 + cchar_t *z) 29230 + { return(*(int *)0); } 29231 + 29232 +#undef getn_wstr 29233 +int getn_wstr( 29234 + wint_t *a1, 29235 + int z) 29236 + { return(*(int *)0); } 29237 + 29238 +#undef hline_set 29239 +int hline_set( 29240 + const cchar_t *a1, 29241 + int z) 29242 + { return(*(int *)0); } 29243 + 29244 +#undef in_wch 29245 +int in_wch( 29246 + cchar_t *z) 29247 + { return(*(int *)0); } 29248 + 29249 +#undef in_wchnstr 29250 +int in_wchnstr( 29251 + cchar_t *a1, 29252 + int z) 29253 + { return(*(int *)0); } 29254 + 29255 +#undef in_wchstr 29256 +int in_wchstr( 29257 + cchar_t *z) 29258 + { return(*(int *)0); } 29259 + 29260 +#undef innwstr 29261 +int innwstr( 29262 + wchar_t *a1, 29263 + int z) 29264 + { return(*(int *)0); } 29265 + 29266 +#undef ins_nwstr 29267 +int ins_nwstr( 29268 + const wchar_t *a1, 29269 + int z) 29270 + { return(*(int *)0); } 29271 + 29272 +#undef ins_wch 29273 +int ins_wch( 29274 + const cchar_t *z) 29275 + { return(*(int *)0); } 29276 + 29277 +#undef ins_wstr 29278 +int ins_wstr( 29279 + const wchar_t *z) 29280 + { return(*(int *)0); } 29281 + 29282 +#undef inwstr 29283 +int inwstr( 29284 + wchar_t *z) 29285 + { return(*(int *)0); } 29286 + 29287 +#undef mvadd_wch 29288 +int mvadd_wch( 29289 + int a1, 29290 + int a2, 29291 + const cchar_t *z) 29292 + { return(*(int *)0); } 29293 + 29294 +#undef mvadd_wchnstr 29295 +int mvadd_wchnstr( 29296 + int a1, 29297 + int a2, 29298 + const cchar_t *a3, 29299 + int z) 29300 + { return(*(int *)0); } 29301 + 29302 +#undef mvadd_wchstr 29303 +int mvadd_wchstr( 29304 + int a1, 29305 + int a2, 29306 + const cchar_t *z) 29307 + { return(*(int *)0); } 29308 + 29309 +#undef mvaddnwstr 29310 +int mvaddnwstr( 29311 + int a1, 29312 + int a2, 29313 + const wchar_t *a3, 29314 + int z) 29315 + { return(*(int *)0); } 29316 + 29317 +#undef mvaddwstr 29318 +int mvaddwstr( 29319 + int a1, 29320 + int a2, 29321 + const wchar_t *z) 29322 + { return(*(int *)0); } 29323 + 29324 +#undef mvget_wch 29325 +int mvget_wch( 29326 + int a1, 29327 + int a2, 29328 + wint_t *z) 29329 + { return(*(int *)0); } 29330 + 29331 +#undef mvget_wstr 29332 +int mvget_wstr( 29333 + int a1, 29334 + int a2, 29335 + wint_t *z) 29336 + { return(*(int *)0); } 29337 + 29338 +#undef mvgetn_wstr 29339 +int mvgetn_wstr( 29340 + int a1, 29341 + int a2, 29342 + wint_t *a3, 29343 + int z) 29344 + { return(*(int *)0); } 29345 + 29346 +#undef mvhline_set 29347 +int mvhline_set( 29348 + int a1, 29349 + int a2, 29350 + const cchar_t *a3, 29351 + int z) 29352 + { return(*(int *)0); } 29353 + 29354 +#undef mvin_wch 29355 +int mvin_wch( 29356 + int a1, 29357 + int a2, 29358 + cchar_t *z) 29359 + { return(*(int *)0); } 29360 + 29361 +#undef mvin_wchnstr 29362 +int mvin_wchnstr( 29363 + int a1, 29364 + int a2, 29365 + cchar_t *a3, 29366 + int z) 29367 + { return(*(int *)0); } 29368 + 29369 +#undef mvin_wchstr 29370 +int mvin_wchstr( 29371 + int a1, 29372 + int a2, 29373 + cchar_t *z) 29374 + { return(*(int *)0); } 29375 + 29376 +#undef mvinnwstr 29377 +int mvinnwstr( 29378 + int a1, 29379 + int a2, 29380 + wchar_t *a3, 29381 + int z) 29382 + { return(*(int *)0); } 29383 + 29384 +#undef mvins_nwstr 29385 +int mvins_nwstr( 29386 + int a1, 29387 + int a2, 29388 + const wchar_t *a3, 29389 + int z) 29390 + { return(*(int *)0); } 29391 + 29392 +#undef mvins_wch 29393 +int mvins_wch( 29394 + int a1, 29395 + int a2, 29396 + const cchar_t *z) 29397 + { return(*(int *)0); } 29398 + 29399 +#undef mvins_wstr 29400 +int mvins_wstr( 29401 + int a1, 29402 + int a2, 29403 + const wchar_t *z) 29404 + { return(*(int *)0); } 29405 + 29406 +#undef mvinwstr 29407 +int mvinwstr( 29408 + int a1, 29409 + int a2, 29410 + wchar_t *z) 29411 + { return(*(int *)0); } 29412 + 29413 +#undef mvvline_set 29414 +int mvvline_set( 29415 + int a1, 29416 + int a2, 29417 + const cchar_t *a3, 29418 + int z) 29419 + { return(*(int *)0); } 29420 + 29421 +#undef mvwadd_wch 29422 +int mvwadd_wch( 29423 + WINDOW *a1, 29424 + int a2, 29425 + int a3, 29426 + const cchar_t *z) 29427 + { return(*(int *)0); } 29428 + 29429 +#undef mvwadd_wchnstr 29430 +int mvwadd_wchnstr( 29431 + WINDOW *a1, 29432 + int a2, 29433 + int a3, 29434 + const cchar_t *a4, 29435 + int z) 29436 + { return(*(int *)0); } 29437 + 29438 +#undef mvwadd_wchstr 29439 +int mvwadd_wchstr( 29440 + WINDOW *a1, 29441 + int a2, 29442 + int a3, 29443 + const cchar_t *z) 29444 + { return(*(int *)0); } 29445 + 29446 +#undef mvwaddnwstr 29447 +int mvwaddnwstr( 29448 + WINDOW *a1, 29449 + int a2, 29450 + int a3, 29451 + const wchar_t *a4, 29452 + int z) 29453 + { return(*(int *)0); } 29454 + 29455 +#undef mvwaddwstr 29456 +int mvwaddwstr( 29457 + WINDOW *a1, 29458 + int a2, 29459 + int a3, 29460 + const wchar_t *z) 29461 + { return(*(int *)0); } 29462 + 29463 +#undef mvwget_wch 29464 +int mvwget_wch( 29465 + WINDOW *a1, 29466 + int a2, 29467 + int a3, 29468 + wint_t *z) 29469 + { return(*(int *)0); } 29470 + 29471 +#undef mvwget_wstr 29472 +int mvwget_wstr( 29473 + WINDOW *a1, 29474 + int a2, 29475 + int a3, 29476 + wint_t *z) 29477 + { return(*(int *)0); } 29478 + 29479 +#undef mvwgetn_wstr 29480 +int mvwgetn_wstr( 29481 + WINDOW *a1, 29482 + int a2, 29483 + int a3, 29484 + wint_t *a4, 29485 + int z) 29486 + { return(*(int *)0); } 29487 + 29488 +#undef mvwhline_set 29489 +int mvwhline_set( 29490 + WINDOW *a1, 29491 + int a2, 29492 + int a3, 29493 + const cchar_t *a4, 29494 + int z) 29495 + { return(*(int *)0); } 29496 + 29497 +#undef mvwin_wch 29498 +int mvwin_wch( 29499 + WINDOW *a1, 29500 + int a2, 29501 + int a3, 29502 + cchar_t *z) 29503 + { return(*(int *)0); } 29504 + 29505 +#undef mvwin_wchnstr 29506 +int mvwin_wchnstr( 29507 + WINDOW *a1, 29508 + int a2, 29509 + int a3, 29510 + cchar_t *a4, 29511 + int z) 29512 + { return(*(int *)0); } 29513 + 29514 +#undef mvwin_wchstr 29515 +int mvwin_wchstr( 29516 + WINDOW *a1, 29517 + int a2, 29518 + int a3, 29519 + cchar_t *z) 29520 + { return(*(int *)0); } 29521 + 29522 +#undef mvwinnwstr 29523 +int mvwinnwstr( 29524 + WINDOW *a1, 29525 + int a2, 29526 + int a3, 29527 + wchar_t *a4, 29528 + int z) 29529 + { return(*(int *)0); } 29530 + 29531 +#undef mvwins_nwstr 29532 +int mvwins_nwstr( 29533 + WINDOW *a1, 29534 + int a2, 29535 + int a3, 29536 + const wchar_t *a4, 29537 + int z) 29538 + { return(*(int *)0); } 29539 + 29540 +#undef mvwins_wch 29541 +int mvwins_wch( 29542 + WINDOW *a1, 29543 + int a2, 29544 + int a3, 29545 + const cchar_t *z) 29546 + { return(*(int *)0); } 29547 + 29548 +#undef mvwins_wstr 29549 +int mvwins_wstr( 29550 + WINDOW *a1, 29551 + int a2, 29552 + int a3, 29553 + const wchar_t *z) 29554 + { return(*(int *)0); } 29555 + 29556 +#undef mvwinwstr 29557 +int mvwinwstr( 29558 + WINDOW *a1, 29559 + int a2, 29560 + int a3, 29561 + wchar_t *z) 29562 + { return(*(int *)0); } 29563 + 29564 +#undef mvwvline_set 29565 +int mvwvline_set( 29566 + WINDOW *a1, 29567 + int a2, 29568 + int a3, 29569 + const cchar_t *a4, 29570 + int z) 29571 + { return(*(int *)0); } 29572 + 29573 +#undef vline_set 29574 +int vline_set( 29575 + const cchar_t *a1, 29576 + int z) 29577 + { return(*(int *)0); } 29578 + 29579 +#undef wadd_wchstr 29580 +int wadd_wchstr( 29581 + WINDOW *a1, 29582 + const cchar_t *z) 29583 + { return(*(int *)0); } 29584 + 29585 +#undef waddwstr 29586 +int waddwstr( 29587 + WINDOW *a1, 29588 + const wchar_t *z) 29589 + { return(*(int *)0); } 29590 + 29591 +#undef wget_wstr 29592 +int wget_wstr( 29593 + WINDOW *a1, 29594 + wint_t *z) 29595 + { return(*(int *)0); } 29596 + 29597 +#undef wgetbkgrnd 29598 +int wgetbkgrnd( 29599 + WINDOW *a1, 29600 + cchar_t *z) 29601 + { return(*(int *)0); } 29602 + 29603 +#undef win_wchstr 29604 +int win_wchstr( 29605 + WINDOW *a1, 29606 + cchar_t *z) 29607 + { return(*(int *)0); } 29608 + 29609 +#undef wins_wstr 29610 +int wins_wstr( 29611 + WINDOW *a1, 29612 + const wchar_t *z) 29613 + { return(*(int *)0); } 29614 + 29615 +#undef mouse_trafo 29616 +NCURSES_BOOL mouse_trafo( 29617 + int *a1, 29618 + int *a2, 29619 + NCURSES_BOOL z) 29620 + { return(*(NCURSES_BOOL *)0); } 29621 + 29622 +/* ./base/lib_getch.c */ 29623 + 29624 +#include <fifo_defs.h> 29625 + 29626 +#undef _nc_ptr_Escdelay 29627 +int *_nc_ptr_Escdelay( 29628 + SCREEN *sp) 29629 + { return(*(int **)0); } 29630 + 29631 +#undef _nc_ESCDELAY 29632 +int _nc_ESCDELAY(void) 29633 + { return(*(int *)0); } 29634 + 29635 +#undef set_escdelay_sp 29636 +int set_escdelay_sp( 29637 + SCREEN *sp, 29638 + int value) 29639 + { return(*(int *)0); } 29640 + 29641 +#undef set_escdelay 29642 +int set_escdelay( 29643 + int value) 29644 + { return(*(int *)0); } 29645 + 29646 +#undef _nc_wgetch 29647 +int _nc_wgetch( 29648 + WINDOW *win, 29649 + unsigned long *result, 29650 + int use_meta) 29651 + { return(*(int *)0); } 29652 + 29653 +#undef wgetch 29654 +int wgetch( 29655 + WINDOW *win) 29656 + { return(*(int *)0); } 29657 + 29658 +/* ./base/lib_getstr.c */ 29659 + 29660 +#undef wgetnstr 29661 +int wgetnstr( 29662 + WINDOW *win, 29663 + char *str, 29664 + int maxlen) 29665 + { return(*(int *)0); } 29666 + 29667 +/* ./base/lib_hline.c */ 29668 + 29669 +#undef whline 29670 +int whline( 29671 + WINDOW *win, 29672 + chtype ch, 29673 + int n) 29674 + { return(*(int *)0); } 29675 + 29676 +/* ./base/lib_immedok.c */ 29677 + 29678 +#undef immedok 29679 +void immedok( 29680 + WINDOW *win, 29681 + NCURSES_BOOL flag) 29682 + { /* void */ } 29683 + 29684 +/* ./base/lib_inchstr.c */ 29685 + 29686 +#undef winchnstr 29687 +int winchnstr( 29688 + WINDOW *win, 29689 + chtype *str, 29690 + int n) 29691 + { return(*(int *)0); } 29692 + 29693 +/* ./base/lib_initscr.c */ 29694 + 29695 +#undef initscr 29696 +WINDOW *initscr(void) 29697 + { return(*(WINDOW **)0); } 29698 + 29699 +/* ./base/lib_insch.c */ 29700 + 29701 +#undef _nc_insert_ch 29702 +int _nc_insert_ch( 29703 + SCREEN *sp, 29704 + WINDOW *win, 29705 + chtype ch) 29706 + { return(*(int *)0); } 29707 + 29708 +#undef winsch 29709 +int winsch( 29710 + WINDOW *win, 29711 + chtype c) 29712 + { return(*(int *)0); } 29713 + 29714 +/* ./base/lib_insdel.c */ 29715 + 29716 +#undef winsdelln 29717 +int winsdelln( 29718 + WINDOW *win, 29719 + int n) 29720 + { return(*(int *)0); } 29721 + 29722 +/* ./base/lib_insnstr.c */ 29723 + 29724 +#undef winsnstr 29725 +int winsnstr( 29726 + WINDOW *win, 29727 + const char *s, 29728 + int n) 29729 + { return(*(int *)0); } 29730 + 29731 +/* ./base/lib_instr.c */ 29732 + 29733 +#undef winnstr 29734 +int winnstr( 29735 + WINDOW *win, 29736 + char *str, 29737 + int n) 29738 + { return(*(int *)0); } 29739 + 29740 +/* ./base/lib_isendwin.c */ 29741 + 29742 +#undef isendwin_sp 29743 +NCURSES_BOOL isendwin_sp( 29744 + SCREEN *sp) 29745 + { return(*(NCURSES_BOOL *)0); } 29746 + 29747 +#undef isendwin 29748 +NCURSES_BOOL isendwin(void) 29749 + { return(*(NCURSES_BOOL *)0); } 29750 + 29751 +/* ./base/lib_leaveok.c */ 29752 + 29753 +#undef leaveok 29754 +int leaveok( 29755 + WINDOW *win, 29756 + NCURSES_BOOL flag) 29757 + { return(*(int *)0); } 29758 + 29759 +/* ./base/lib_mouse.c */ 29760 + 29761 +#undef getmouse_sp 29762 +int getmouse_sp( 29763 + SCREEN *sp, 29764 + MEVENT *aevent) 29765 + { return(*(int *)0); } 29766 + 29767 +#undef getmouse 29768 +int getmouse( 29769 + MEVENT *aevent) 29770 + { return(*(int *)0); } 29771 + 29772 +#undef ungetmouse_sp 29773 +int ungetmouse_sp( 29774 + SCREEN *sp, 29775 + MEVENT *aevent) 29776 + { return(*(int *)0); } 29777 + 29778 +#undef ungetmouse 29779 +int ungetmouse( 29780 + MEVENT *aevent) 29781 + { return(*(int *)0); } 29782 + 29783 +#undef mousemask_sp 29784 +mmask_t mousemask_sp( 29785 + SCREEN *sp, 29786 + mmask_t newmask, 29787 + mmask_t *oldmask) 29788 + { return(*(mmask_t *)0); } 29789 + 29790 +#undef mousemask 29791 +mmask_t mousemask( 29792 + mmask_t newmask, 29793 + mmask_t *oldmask) 29794 + { return(*(mmask_t *)0); } 29795 + 29796 +#undef wenclose 29797 +NCURSES_BOOL wenclose( 29798 + const WINDOW *win, 29799 + int y, 29800 + int x) 29801 + { return(*(NCURSES_BOOL *)0); } 29802 + 29803 +#undef mouseinterval_sp 29804 +int mouseinterval_sp( 29805 + SCREEN *sp, 29806 + int maxclick) 29807 + { return(*(int *)0); } 29808 + 29809 +#undef mouseinterval 29810 +int mouseinterval( 29811 + int maxclick) 29812 + { return(*(int *)0); } 29813 + 29814 +#undef _nc_has_mouse 29815 +NCURSES_BOOL _nc_has_mouse( 29816 + SCREEN *sp) 29817 + { return(*(NCURSES_BOOL *)0); } 29818 + 29819 +#undef has_mouse_sp 29820 +NCURSES_BOOL has_mouse_sp( 29821 + SCREEN *sp) 29822 + { return(*(NCURSES_BOOL *)0); } 29823 + 29824 +#undef has_mouse 29825 +NCURSES_BOOL has_mouse(void) 29826 + { return(*(NCURSES_BOOL *)0); } 29827 + 29828 +#undef wmouse_trafo 29829 +NCURSES_BOOL wmouse_trafo( 29830 + const WINDOW *win, 29831 + int *pY, 29832 + int *pX, 29833 + NCURSES_BOOL to_screen) 29834 + { return(*(NCURSES_BOOL *)0); } 29835 + 29836 +/* ./base/lib_move.c */ 29837 + 29838 +#undef wmove 29839 +int wmove( 29840 + WINDOW *win, 29841 + int y, 29842 + int x) 29843 + { return(*(int *)0); } 29844 + 29845 +/* ./tty/lib_mvcur.c */ 29846 + 29847 +#undef _nc_msec_cost_sp 29848 +int _nc_msec_cost_sp( 29849 + SCREEN *sp, 29850 + const char *const cap, 29851 + int affcnt) 29852 + { return(*(int *)0); } 29853 + 29854 +#undef _nc_msec_cost 29855 +int _nc_msec_cost( 29856 + const char *const cap, 29857 + int affcnt) 29858 + { return(*(int *)0); } 29859 + 29860 +#undef _nc_mvcur_resume_sp 29861 +void _nc_mvcur_resume_sp( 29862 + SCREEN *sp) 29863 + { /* void */ } 29864 + 29865 +#undef _nc_mvcur_resume 29866 +void _nc_mvcur_resume(void) 29867 + { /* void */ } 29868 + 29869 +#undef _nc_mvcur_init_sp 29870 +void _nc_mvcur_init_sp( 29871 + SCREEN *sp) 29872 + { /* void */ } 29873 + 29874 +#undef _nc_mvcur_init 29875 +void _nc_mvcur_init(void) 29876 + { /* void */ } 29877 + 29878 +#undef _nc_mvcur_wrap_sp 29879 +void _nc_mvcur_wrap_sp( 29880 + SCREEN *sp) 29881 + { /* void */ } 29882 + 29883 +#undef _nc_mvcur_wrap 29884 +void _nc_mvcur_wrap(void) 29885 + { /* void */ } 29886 + 29887 +#undef mvcur_sp 29888 +int mvcur_sp( 29889 + SCREEN *sp, 29890 + int yold, 29891 + int xold, 29892 + int ynew, 29893 + int xnew) 29894 + { return(*(int *)0); } 29895 + 29896 +#undef mvcur 29897 +int mvcur( 29898 + int yold, 29899 + int xold, 29900 + int ynew, 29901 + int xnew) 29902 + { return(*(int *)0); } 29903 + 29904 +#undef _nc_optimize_enable 29905 +int _nc_optimize_enable; 29906 + 29907 +/* ./base/lib_mvwin.c */ 29908 + 29909 +#undef mvwin 29910 +int mvwin( 29911 + WINDOW *win, 29912 + int by, 29913 + int bx) 29914 + { return(*(int *)0); } 29915 + 29916 +/* ./base/lib_newterm.c */ 29917 + 29918 +#undef filter_sp 29919 +void filter_sp( 29920 + SCREEN *sp) 29921 + { /* void */ } 29922 + 29923 +#undef filter 29924 +void filter(void) 29925 + { /* void */ } 29926 + 29927 +#undef nofilter_sp 29928 +void nofilter_sp( 29929 + SCREEN *sp) 29930 + { /* void */ } 29931 + 29932 +#undef nofilter 29933 +void nofilter(void) 29934 + { /* void */ } 29935 + 29936 +#undef newterm_sp 29937 +SCREEN *newterm_sp( 29938 + SCREEN *sp, 29939 + char *name, 29940 + FILE *ofp, 29941 + FILE *ifp) 29942 + { return(*(SCREEN **)0); } 29943 + 29944 +#undef newterm 29945 +SCREEN *newterm( 29946 + char *name, 29947 + FILE *ofp, 29948 + FILE *ifp) 29949 + { return(*(SCREEN **)0); } 29950 + 29951 +/* ./base/lib_newwin.c */ 29952 + 29953 +#undef _nc_freewin 29954 +int _nc_freewin( 29955 + WINDOW *win) 29956 + { return(*(int *)0); } 29957 + 29958 +#undef newwin_sp 29959 +WINDOW *newwin_sp( 29960 + SCREEN *sp, 29961 + int num_lines, 29962 + int num_columns, 29963 + int begy, 29964 + int begx) 29965 + { return(*(WINDOW **)0); } 29966 + 29967 +#undef newwin 29968 +WINDOW *newwin( 29969 + int num_lines, 29970 + int num_columns, 29971 + int begy, 29972 + int begx) 29973 + { return(*(WINDOW **)0); } 29974 + 29975 +#undef derwin 29976 +WINDOW *derwin( 29977 + WINDOW *orig, 29978 + int num_lines, 29979 + int num_columns, 29980 + int begy, 29981 + int begx) 29982 + { return(*(WINDOW **)0); } 29983 + 29984 +#undef subwin 29985 +WINDOW *subwin( 29986 + WINDOW *w, 29987 + int l, 29988 + int c, 29989 + int y, 29990 + int x) 29991 + { return(*(WINDOW **)0); } 29992 + 29993 +#undef _nc_makenew_sp 29994 +WINDOW *_nc_makenew_sp( 29995 + SCREEN *sp, 29996 + int num_lines, 29997 + int num_columns, 29998 + int begy, 29999 + int begx, 30000 + int flags) 30001 + { return(*(WINDOW **)0); } 30002 + 30003 +#undef _nc_makenew 30004 +WINDOW *_nc_makenew( 30005 + int num_lines, 30006 + int num_columns, 30007 + int begy, 30008 + int begx, 30009 + int flags) 30010 + { return(*(WINDOW **)0); } 30011 + 30012 +#undef _nc_curscr_of 30013 +WINDOW *_nc_curscr_of( 30014 + SCREEN *sp) 30015 + { return(*(WINDOW **)0); } 30016 + 30017 +#undef _nc_newscr_of 30018 +WINDOW *_nc_newscr_of( 30019 + SCREEN *sp) 30020 + { return(*(WINDOW **)0); } 30021 + 30022 +#undef _nc_stdscr_of 30023 +WINDOW *_nc_stdscr_of( 30024 + SCREEN *sp) 30025 + { return(*(WINDOW **)0); } 30026 + 30027 +/* ./base/lib_nl.c */ 30028 + 30029 +#undef nl_sp 30030 +int nl_sp( 30031 + SCREEN *sp) 30032 + { return(*(int *)0); } 30033 + 30034 +#undef nl 30035 +int nl(void) 30036 + { return(*(int *)0); } 30037 + 30038 +#undef nonl_sp 30039 +int nonl_sp( 30040 + SCREEN *sp) 30041 + { return(*(int *)0); } 30042 + 30043 +#undef nonl 30044 +int nonl(void) 30045 + { return(*(int *)0); } 30046 + 30047 +/* ./base/lib_overlay.c */ 30048 + 30049 +#undef overlay 30050 +int overlay( 30051 + const WINDOW *win1, 30052 + WINDOW *win2) 30053 + { return(*(int *)0); } 30054 + 30055 +#undef overwrite 30056 +int overwrite( 30057 + const WINDOW *win1, 30058 + WINDOW *win2) 30059 + { return(*(int *)0); } 30060 + 30061 +#undef copywin 30062 +int copywin( 30063 + const WINDOW *src, 30064 + WINDOW *dst, 30065 + int sminrow, 30066 + int smincol, 30067 + int dminrow, 30068 + int dmincol, 30069 + int dmaxrow, 30070 + int dmaxcol, 30071 + int over) 30072 + { return(*(int *)0); } 30073 + 30074 +/* ./base/lib_pad.c */ 30075 + 30076 +#undef newpad_sp 30077 +WINDOW *newpad_sp( 30078 + SCREEN *sp, 30079 + int l, 30080 + int c) 30081 + { return(*(WINDOW **)0); } 30082 + 30083 +#undef newpad 30084 +WINDOW *newpad( 30085 + int l, 30086 + int c) 30087 + { return(*(WINDOW **)0); } 30088 + 30089 +#undef subpad 30090 +WINDOW *subpad( 30091 + WINDOW *orig, 30092 + int l, 30093 + int c, 30094 + int begy, 30095 + int begx) 30096 + { return(*(WINDOW **)0); } 30097 + 30098 +#undef prefresh 30099 +int prefresh( 30100 + WINDOW *win, 30101 + int pminrow, 30102 + int pmincol, 30103 + int sminrow, 30104 + int smincol, 30105 + int smaxrow, 30106 + int smaxcol) 30107 + { return(*(int *)0); } 30108 + 30109 +#undef pnoutrefresh 30110 +int pnoutrefresh( 30111 + WINDOW *win, 30112 + int pminrow, 30113 + int pmincol, 30114 + int sminrow, 30115 + int smincol, 30116 + int smaxrow, 30117 + int smaxcol) 30118 + { return(*(int *)0); } 30119 + 30120 +#undef pechochar 30121 +int pechochar( 30122 + WINDOW *pad, 30123 + const chtype ch) 30124 + { return(*(int *)0); } 30125 + 30126 +/* ./base/lib_printw.c */ 30127 + 30128 +#undef printw 30129 +int printw( 30130 + const char *fmt, 30131 + ...) 30132 + { return(*(int *)0); } 30133 + 30134 +#undef wprintw 30135 +int wprintw( 30136 + WINDOW *win, 30137 + const char *fmt, 30138 + ...) 30139 + { return(*(int *)0); } 30140 + 30141 +#undef mvprintw 30142 +int mvprintw( 30143 + int y, 30144 + int x, 30145 + const char *fmt, 30146 + ...) 30147 + { return(*(int *)0); } 30148 + 30149 +#undef mvwprintw 30150 +int mvwprintw( 30151 + WINDOW *win, 30152 + int y, 30153 + int x, 30154 + const char *fmt, 30155 + ...) 30156 + { return(*(int *)0); } 30157 + 30158 +#undef vwprintw 30159 +int vwprintw( 30160 + WINDOW *win, 30161 + const char *fmt, 30162 + va_list argp) 30163 + { return(*(int *)0); } 30164 + 30165 +/* ./base/lib_redrawln.c */ 30166 + 30167 +#undef wredrawln 30168 +int wredrawln( 30169 + WINDOW *win, 30170 + int beg, 30171 + int num) 30172 + { return(*(int *)0); } 30173 + 30174 +/* ./base/lib_refresh.c */ 30175 + 30176 +#undef wrefresh 30177 +int wrefresh( 30178 + WINDOW *win) 30179 + { return(*(int *)0); } 30180 + 30181 +#undef wnoutrefresh 30182 +int wnoutrefresh( 30183 + WINDOW *win) 30184 + { return(*(int *)0); } 30185 + 30186 +/* ./base/lib_restart.c */ 30187 + 30188 +#undef restartterm_sp 30189 +int restartterm_sp( 30190 + SCREEN *sp, 30191 + char *termp, 30192 + int filenum, 30193 + int *errret) 30194 + { return(*(int *)0); } 30195 + 30196 +#undef restartterm 30197 +int restartterm( 30198 + char *termp, 30199 + int filenum, 30200 + int *errret) 30201 + { return(*(int *)0); } 30202 + 30203 +/* ./base/lib_scanw.c */ 30204 + 30205 +#undef vwscanw 30206 +int vwscanw( 30207 + WINDOW *win, 30208 + char *fmt, 30209 + va_list argp) 30210 + { return(*(int *)0); } 30211 + 30212 +#undef scanw 30213 +int scanw( 30214 + char *fmt, 30215 + ...) 30216 + { return(*(int *)0); } 30217 + 30218 +#undef wscanw 30219 +int wscanw( 30220 + WINDOW *win, 30221 + char *fmt, 30222 + ...) 30223 + { return(*(int *)0); } 30224 + 30225 +#undef mvscanw 30226 +int mvscanw( 30227 + int y, 30228 + int x, 30229 + char *fmt, 30230 + ...) 30231 + { return(*(int *)0); } 30232 + 30233 +#undef mvwscanw 30234 +int mvwscanw( 30235 + WINDOW *win, 30236 + int y, 30237 + int x, 30238 + char *fmt, 30239 + ...) 30240 + { return(*(int *)0); } 30241 + 30242 +/* ./base/lib_screen.c */ 30243 + 30244 +#undef getwin_sp 30245 +WINDOW *getwin_sp( 30246 + SCREEN *sp, 30247 + FILE *filep) 30248 + { return(*(WINDOW **)0); } 30249 + 30250 +#undef getwin 30251 +WINDOW *getwin( 30252 + FILE *filep) 30253 + { return(*(WINDOW **)0); } 30254 + 30255 +#undef putwin 30256 +int putwin( 30257 + WINDOW *win, 30258 + FILE *filep) 30259 + { return(*(int *)0); } 30260 + 30261 +#undef scr_restore_sp 30262 +int scr_restore_sp( 30263 + SCREEN *sp, 30264 + const char *file) 30265 + { return(*(int *)0); } 30266 + 30267 +#undef scr_restore 30268 +int scr_restore( 30269 + const char *file) 30270 + { return(*(int *)0); } 30271 + 30272 +#undef scr_dump 30273 +int scr_dump( 30274 + const char *file) 30275 + { return(*(int *)0); } 30276 + 30277 +#undef scr_init_sp 30278 +int scr_init_sp( 30279 + SCREEN *sp, 30280 + const char *file) 30281 + { return(*(int *)0); } 30282 + 30283 +#undef scr_init 30284 +int scr_init( 30285 + const char *file) 30286 + { return(*(int *)0); } 30287 + 30288 +#undef scr_set_sp 30289 +int scr_set_sp( 30290 + SCREEN *sp, 30291 + const char *file) 30292 + { return(*(int *)0); } 30293 + 30294 +#undef scr_set 30295 +int scr_set( 30296 + const char *file) 30297 + { return(*(int *)0); } 30298 + 30299 +/* ./base/lib_scroll.c */ 30300 + 30301 +#undef _nc_scroll_window 30302 +void _nc_scroll_window( 30303 + WINDOW *win, 30304 + int const n, 30305 + int const top, 30306 + int const bottom, 30307 + cchar_t blank) 30308 + { /* void */ } 30309 + 30310 +#undef wscrl 30311 +int wscrl( 30312 + WINDOW *win, 30313 + int n) 30314 + { return(*(int *)0); } 30315 + 30316 +/* ./base/lib_scrollok.c */ 30317 + 30318 +#undef scrollok 30319 +int scrollok( 30320 + WINDOW *win, 30321 + NCURSES_BOOL flag) 30322 + { return(*(int *)0); } 30323 + 30324 +/* ./base/lib_scrreg.c */ 30325 + 30326 +#undef wsetscrreg 30327 +int wsetscrreg( 30328 + WINDOW *win, 30329 + int top, 30330 + int bottom) 30331 + { return(*(int *)0); } 30332 + 30333 +/* ./base/lib_set_term.c */ 30334 + 30335 +#undef set_term 30336 +SCREEN *set_term( 30337 + SCREEN *screenp) 30338 + { return(*(SCREEN **)0); } 30339 + 30340 +#undef delscreen 30341 +void delscreen( 30342 + SCREEN *sp) 30343 + { /* void */ } 30344 + 30345 +#undef _nc_setupscreen 30346 +int _nc_setupscreen( 30347 + int slines, 30348 + int scolumns, 30349 + FILE *output, 30350 + NCURSES_BOOL filtered, 30351 + int slk_format) 30352 + { return(*(int *)0); } 30353 + 30354 +#undef _nc_ripoffline_sp 30355 +int _nc_ripoffline_sp( 30356 + SCREEN *sp, 30357 + int line, 30358 + int (*init)( 30359 + WINDOW *p1, 30360 + int p2)) 30361 + { return(*(int *)0); } 30362 + 30363 +#undef _nc_ripoffline 30364 +int _nc_ripoffline( 30365 + int line, 30366 + int (*init)( 30367 + WINDOW *p1, 30368 + int p2)) 30369 + { return(*(int *)0); } 30370 + 30371 +#undef ripoffline_sp 30372 +int ripoffline_sp( 30373 + SCREEN *sp, 30374 + int line, 30375 + int (*init)( 30376 + WINDOW *p1, 30377 + int p2)) 30378 + { return(*(int *)0); } 30379 + 30380 +#undef ripoffline 30381 +int ripoffline( 30382 + int line, 30383 + int (*init)( 30384 + WINDOW *p1, 30385 + int p2)) 30386 + { return(*(int *)0); } 30387 + 30388 +/* ./base/lib_slk.c */ 30389 + 30390 +#undef _nc_slk_initialize 30391 +int _nc_slk_initialize( 30392 + WINDOW *stwin, 30393 + int cols) 30394 + { return(*(int *)0); } 30395 + 30396 +#undef slk_restore_sp 30397 +int slk_restore_sp( 30398 + SCREEN *sp) 30399 + { return(*(int *)0); } 30400 + 30401 +#undef slk_restore 30402 +int slk_restore(void) 30403 + { return(*(int *)0); } 30404 + 30405 +/* ./base/lib_slkatr_set.c */ 30406 + 30407 +#undef slk_attr_set_sp 30408 +int slk_attr_set_sp( 30409 + SCREEN *sp, 30410 + const attr_t attr, 30411 + short color_pair_number, 30412 + void *opts) 30413 + { return(*(int *)0); } 30414 + 30415 +#undef slk_attr_set 30416 +int slk_attr_set( 30417 + const attr_t attr, 30418 + short color_pair_number, 30419 + void *opts) 30420 + { return(*(int *)0); } 30421 + 30422 +/* ./base/lib_slkatrof.c */ 30423 + 30424 +#undef slk_attroff_sp 30425 +int slk_attroff_sp( 30426 + SCREEN *sp, 30427 + const chtype attr) 30428 + { return(*(int *)0); } 30429 + 30430 +#undef slk_attroff 30431 +int slk_attroff( 30432 + const chtype attr) 30433 + { return(*(int *)0); } 30434 + 30435 +/* ./base/lib_slkatron.c */ 30436 + 30437 +#undef slk_attron_sp 30438 +int slk_attron_sp( 30439 + SCREEN *sp, 30440 + const chtype attr) 30441 + { return(*(int *)0); } 30442 + 30443 +#undef slk_attron 30444 +int slk_attron( 30445 + const chtype attr) 30446 + { return(*(int *)0); } 30447 + 30448 +/* ./base/lib_slkatrset.c */ 30449 + 30450 +#undef slk_attrset_sp 30451 +int slk_attrset_sp( 30452 + SCREEN *sp, 30453 + const chtype attr) 30454 + { return(*(int *)0); } 30455 + 30456 +#undef slk_attrset 30457 +int slk_attrset( 30458 + const chtype attr) 30459 + { return(*(int *)0); } 30460 + 30461 +/* ./base/lib_slkattr.c */ 30462 + 30463 +#undef slk_attr_sp 30464 +attr_t slk_attr_sp( 30465 + SCREEN *sp) 30466 + { return(*(attr_t *)0); } 30467 + 30468 +#undef slk_attr 30469 +attr_t slk_attr(void) 30470 + { return(*(attr_t *)0); } 30471 + 30472 +/* ./base/lib_slkclear.c */ 30473 + 30474 +#undef slk_clear_sp 30475 +int slk_clear_sp( 30476 + SCREEN *sp) 30477 + { return(*(int *)0); } 30478 + 30479 +#undef slk_clear 30480 +int slk_clear(void) 30481 + { return(*(int *)0); } 30482 + 30483 +/* ./base/lib_slkcolor.c */ 30484 + 30485 +#undef slk_color_sp 30486 +int slk_color_sp( 30487 + SCREEN *sp, 30488 + short color_pair_number) 30489 + { return(*(int *)0); } 30490 + 30491 +#undef slk_color 30492 +int slk_color( 30493 + short color_pair_number) 30494 + { return(*(int *)0); } 30495 + 30496 +/* ./base/lib_slkinit.c */ 30497 + 30498 +#undef slk_init_sp 30499 +int slk_init_sp( 30500 + SCREEN *sp, 30501 + int format) 30502 + { return(*(int *)0); } 30503 + 30504 +#undef slk_init 30505 +int slk_init( 30506 + int format) 30507 + { return(*(int *)0); } 30508 + 30509 +/* ./base/lib_slklab.c */ 30510 + 30511 +#undef slk_label_sp 30512 +char *slk_label_sp( 30513 + SCREEN *sp, 30514 + int n) 30515 + { return(*(char **)0); } 30516 + 30517 +#undef slk_label 30518 +char *slk_label( 30519 + int n) 30520 + { return(*(char **)0); } 30521 + 30522 +/* ./base/lib_slkrefr.c */ 30523 + 30524 +#undef slk_noutrefresh_sp 30525 +int slk_noutrefresh_sp( 30526 + SCREEN *sp) 30527 + { return(*(int *)0); } 30528 + 30529 +#undef slk_noutrefresh 30530 +int slk_noutrefresh(void) 30531 + { return(*(int *)0); } 30532 + 30533 +#undef slk_refresh_sp 30534 +int slk_refresh_sp( 30535 + SCREEN *sp) 30536 + { return(*(int *)0); } 30537 + 30538 +#undef slk_refresh 30539 +int slk_refresh(void) 30540 + { return(*(int *)0); } 30541 + 30542 +/* ./base/lib_slkset.c */ 30543 + 30544 +#include <wctype.h> 30545 + 30546 +#undef slk_set_sp 30547 +int slk_set_sp( 30548 + SCREEN *sp, 30549 + int i, 30550 + const char *astr, 30551 + int format) 30552 + { return(*(int *)0); } 30553 + 30554 +#undef slk_set 30555 +int slk_set( 30556 + int i, 30557 + const char *astr, 30558 + int format) 30559 + { return(*(int *)0); } 30560 + 30561 +/* ./base/lib_slktouch.c */ 30562 + 30563 +#undef slk_touch_sp 30564 +int slk_touch_sp( 30565 + SCREEN *sp) 30566 + { return(*(int *)0); } 30567 + 30568 +#undef slk_touch 30569 +int slk_touch(void) 30570 + { return(*(int *)0); } 30571 + 30572 +/* ./base/lib_touch.c */ 30573 + 30574 +#undef is_linetouched 30575 +NCURSES_BOOL is_linetouched( 30576 + WINDOW *win, 30577 + int line) 30578 + { return(*(NCURSES_BOOL *)0); } 30579 + 30580 +#undef is_wintouched 30581 +NCURSES_BOOL is_wintouched( 30582 + WINDOW *win) 30583 + { return(*(NCURSES_BOOL *)0); } 30584 + 30585 +#undef wtouchln 30586 +int wtouchln( 30587 + WINDOW *win, 30588 + int y, 30589 + int n, 30590 + int changed) 30591 + { return(*(int *)0); } 30592 + 30593 +/* ./trace/lib_tracedmp.c */ 30594 + 30595 +#undef _tracedump 30596 +void _tracedump( 30597 + const char *name, 30598 + WINDOW *win) 30599 + { /* void */ } 30600 + 30601 +/* ./trace/lib_tracemse.c */ 30602 + 30603 +#undef _nc_tracemouse 30604 +char *_nc_tracemouse( 30605 + SCREEN *sp, 30606 + MEVENT const *ep) 30607 + { return(*(char **)0); } 30608 + 30609 +#undef _tracemouse 30610 +char *_tracemouse( 30611 + MEVENT const *ep) 30612 + { return(*(char **)0); } 30613 + 30614 +/* ./tty/lib_tstp.c */ 30615 + 30616 +#include <SigAction.h> 30617 + 30618 +#undef _nc_signal_handler 30619 +void _nc_signal_handler( 30620 + NCURSES_BOOL enable) 30621 + { /* void */ } 30622 + 30623 +/* ./base/lib_ungetch.c */ 30624 + 30625 +#undef _nc_fifo_dump 30626 +void _nc_fifo_dump( 30627 + SCREEN *sp) 30628 + { /* void */ } 30629 + 30630 +#undef ungetch_sp 30631 +int ungetch_sp( 30632 + SCREEN *sp, 30633 + int ch) 30634 + { return(*(int *)0); } 30635 + 30636 +#undef ungetch 30637 +int ungetch( 30638 + int ch) 30639 + { return(*(int *)0); } 30640 + 30641 +/* ./tty/lib_vidattr.c */ 30642 + 30643 +#undef vidputs_sp 30644 +int vidputs_sp( 30645 + SCREEN *sp, 30646 + chtype newmode, 30647 + NCURSES_OUTC_sp outc) 30648 + { return(*(int *)0); } 30649 + 30650 +#undef vidputs 30651 +int vidputs( 30652 + chtype newmode, 30653 + NCURSES_OUTC outc) 30654 + { return(*(int *)0); } 30655 + 30656 +#undef vidattr_sp 30657 +int vidattr_sp( 30658 + SCREEN *sp, 30659 + chtype newmode) 30660 + { return(*(int *)0); } 30661 + 30662 +#undef vidattr 30663 +int vidattr( 30664 + chtype newmode) 30665 + { return(*(int *)0); } 30666 + 30667 +#undef termattrs_sp 30668 +chtype termattrs_sp( 30669 + SCREEN *sp) 30670 + { return(*(chtype *)0); } 30671 + 30672 +#undef termattrs 30673 +chtype termattrs(void) 30674 + { return(*(chtype *)0); } 30675 + 30676 +/* ./base/lib_vline.c */ 30677 + 30678 +#undef wvline 30679 +int wvline( 30680 + WINDOW *win, 30681 + chtype ch, 30682 + int n) 30683 + { return(*(int *)0); } 30684 + 30685 +/* ./base/lib_wattroff.c */ 30686 + 30687 +#undef wattr_off 30688 +int wattr_off( 30689 + WINDOW *win, 30690 + attr_t at, 30691 + void *opts) 30692 + { return(*(int *)0); } 30693 + 30694 +/* ./base/lib_wattron.c */ 30695 + 30696 +#undef wattr_on 30697 +int wattr_on( 30698 + WINDOW *win, 30699 + attr_t at, 30700 + void *opts) 30701 + { return(*(int *)0); } 30702 + 30703 +/* ./base/lib_winch.c */ 30704 + 30705 +#undef winch 30706 +chtype winch( 30707 + WINDOW *win) 30708 + { return(*(chtype *)0); } 30709 + 30710 +/* ./base/lib_window.c */ 30711 + 30712 +#undef _nc_synchook 30713 +void _nc_synchook( 30714 + WINDOW *win) 30715 + { /* void */ } 30716 + 30717 +#undef mvderwin 30718 +int mvderwin( 30719 + WINDOW *win, 30720 + int y, 30721 + int x) 30722 + { return(*(int *)0); } 30723 + 30724 +#undef syncok 30725 +int syncok( 30726 + WINDOW *win, 30727 + NCURSES_BOOL bf) 30728 + { return(*(int *)0); } 30729 + 30730 +#undef wsyncup 30731 +void wsyncup( 30732 + WINDOW *win) 30733 + { /* void */ } 30734 + 30735 +#undef wsyncdown 30736 +void wsyncdown( 30737 + WINDOW *win) 30738 + { /* void */ } 30739 + 30740 +#undef wcursyncup 30741 +void wcursyncup( 30742 + WINDOW *win) 30743 + { /* void */ } 30744 + 30745 +#undef dupwin 30746 +WINDOW *dupwin( 30747 + WINDOW *win) 30748 + { return(*(WINDOW **)0); } 30749 + 30750 +/* ./base/nc_panel.c */ 30751 + 30752 +#undef _nc_panelhook_sp 30753 +struct panelhook *_nc_panelhook_sp( 30754 + SCREEN *sp) 30755 + { return(*(struct panelhook **)0); } 30756 + 30757 +#undef _nc_panelhook 30758 +struct panelhook *_nc_panelhook(void) 30759 + { return(*(struct panelhook **)0); } 30760 + 30761 +/* ./base/safe_sprintf.c */ 30762 + 30763 +#undef _nc_printf_string_sp 30764 +char *_nc_printf_string_sp( 30765 + SCREEN *sp, 30766 + const char *fmt, 30767 + va_list ap) 30768 + { return(*(char **)0); } 30769 + 30770 +#undef _nc_printf_string 30771 +char *_nc_printf_string( 30772 + const char *fmt, 30773 + va_list ap) 30774 + { return(*(char **)0); } 30775 + 30776 +/* ./tty/tty_update.c */ 30777 + 30778 +#include <sys/time.h> 30779 +#include <sys/times.h> 30780 + 30781 +#undef doupdate_sp 30782 +int doupdate_sp( 30783 + SCREEN *sp) 30784 + { return(*(int *)0); } 30785 + 30786 +#undef doupdate 30787 +int doupdate(void) 30788 + { return(*(int *)0); } 30789 + 30790 +#undef _nc_scrolln_sp 30791 +int _nc_scrolln_sp( 30792 + SCREEN *sp, 30793 + int n, 30794 + int top, 30795 + int bot, 30796 + int maxy) 30797 + { return(*(int *)0); } 30798 + 30799 +#undef _nc_scrolln 30800 +int _nc_scrolln( 30801 + int n, 30802 + int top, 30803 + int bot, 30804 + int maxy) 30805 + { return(*(int *)0); } 30806 + 30807 +#undef _nc_screen_resume_sp 30808 +void _nc_screen_resume_sp( 30809 + SCREEN *sp) 30810 + { /* void */ } 30811 + 30812 +#undef _nc_screen_resume 30813 +void _nc_screen_resume(void) 30814 + { /* void */ } 30815 + 30816 +#undef _nc_screen_init_sp 30817 +void _nc_screen_init_sp( 30818 + SCREEN *sp) 30819 + { /* void */ } 30820 + 30821 +#undef _nc_screen_init 30822 +void _nc_screen_init(void) 30823 + { /* void */ } 30824 + 30825 +#undef _nc_screen_wrap_sp 30826 +void _nc_screen_wrap_sp( 30827 + SCREEN *sp) 30828 + { /* void */ } 30829 + 30830 +#undef _nc_screen_wrap 30831 +void _nc_screen_wrap(void) 30832 + { /* void */ } 30833 + 30834 +#undef _nc_do_xmc_glitch_sp 30835 +void _nc_do_xmc_glitch_sp( 30836 + SCREEN *sp, 30837 + attr_t previous) 30838 + { /* void */ } 30839 + 30840 +#undef _nc_do_xmc_glitch 30841 +void _nc_do_xmc_glitch( 30842 + attr_t previous) 30843 + { /* void */ } 30844 + 30845 +/* ./trace/varargs.c */ 30846 + 30847 +typedef enum { 30848 + atUnknown = 0, atInteger, atFloat, atPoint, atString 30849 +} ARGTYPE; 30850 + 30851 +#undef _nc_varargs 30852 +char *_nc_varargs( 30853 + const char *fmt, 30854 + va_list ap) 30855 + { return(*(char **)0); } 30856 + 30857 +/* ./base/memmove.c */ 30858 + 30859 +#undef _nc_memmove 30860 +void _nc_memmove(void) 30861 + { /* void */ } 30862 + 30863 +/* ./base/vsscanf.c */ 30864 + 30865 +#undef _nc_vsscanf 30866 +void _nc_vsscanf(void) 30867 + { /* void */ } 30868 + 30869 +/* ./base/lib_freeall.c */ 30870 + 30871 +#include <term_entry.h> 30872 + 30873 +#undef _nc_freeall 30874 +void _nc_freeall(void) 30875 + { /* void */ } 30876 + 30877 +#undef _nc_free_and_exit_sp 30878 +void _nc_free_and_exit_sp( 30879 + SCREEN *sp, 30880 + int code) 30881 + { /* void */ } 30882 + 30883 +#undef _nc_free_and_exit 30884 +void _nc_free_and_exit( 30885 + int code) 30886 + { /* void */ } 30887 + 30888 +/* ./widechar/charable.c */ 30889 + 30890 +#undef _nc_is_charable 30891 +NCURSES_BOOL _nc_is_charable( 30892 + wchar_t ch) 30893 + { return(*(NCURSES_BOOL *)0); } 30894 + 30895 +#undef _nc_to_char 30896 +int _nc_to_char( 30897 + wint_t ch) 30898 + { return(*(int *)0); } 30899 + 30900 +#undef _nc_to_widechar 30901 +wint_t _nc_to_widechar( 30902 + int ch) 30903 + { return(*(wint_t *)0); } 30904 + 30905 +/* ./widechar/lib_add_wch.c */ 30906 + 30907 +#undef wadd_wch 30908 +int wadd_wch( 30909 + WINDOW *win, 30910 + const cchar_t *wch) 30911 + { return(*(int *)0); } 30912 + 30913 +#undef wecho_wchar 30914 +int wecho_wchar( 30915 + WINDOW *win, 30916 + const cchar_t *wch) 30917 + { return(*(int *)0); } 30918 + 30919 +/* ./widechar/lib_box_set.c */ 30920 + 30921 +#undef wborder_set 30922 +int wborder_set( 30923 + WINDOW *win, 30924 + const cchar_t *ls, 30925 + const cchar_t *rs, 30926 + const cchar_t *ts, 30927 + const cchar_t *bs, 30928 + const cchar_t *tl, 30929 + const cchar_t *tr, 30930 + const cchar_t *bl, 30931 + const cchar_t *br) 30932 + { return(*(int *)0); } 30933 + 30934 +/* ./widechar/lib_cchar.c */ 30935 + 30936 +#undef setcchar 30937 +int setcchar( 30938 + cchar_t *wcval, 30939 + const wchar_t *wch, 30940 + const attr_t attrs, 30941 + short color_pair, 30942 + const void *opts) 30943 + { return(*(int *)0); } 30944 + 30945 +#undef getcchar 30946 +int getcchar( 30947 + const cchar_t *wcval, 30948 + wchar_t *wch, 30949 + attr_t *attrs, 30950 + short *color_pair, 30951 + void *opts) 30952 + { return(*(int *)0); } 30953 + 30954 +/* ./widechar/lib_erasewchar.c */ 30955 + 30956 +#undef erasewchar 30957 +int erasewchar( 30958 + wchar_t *wch) 30959 + { return(*(int *)0); } 30960 + 30961 +#undef killwchar 30962 +int killwchar( 30963 + wchar_t *wch) 30964 + { return(*(int *)0); } 30965 + 30966 +/* ./widechar/lib_get_wch.c */ 30967 + 30968 +#undef wget_wch 30969 +int wget_wch( 30970 + WINDOW *win, 30971 + wint_t *result) 30972 + { return(*(int *)0); } 30973 + 30974 +/* ./widechar/lib_get_wstr.c */ 30975 + 30976 +#undef wgetn_wstr 30977 +int wgetn_wstr( 30978 + WINDOW *win, 30979 + wint_t *str, 30980 + int maxlen) 30981 + { return(*(int *)0); } 30982 + 30983 +/* ./widechar/lib_hline_set.c */ 30984 + 30985 +#undef whline_set 30986 +int whline_set( 30987 + WINDOW *win, 30988 + const cchar_t *ch, 30989 + int n) 30990 + { return(*(int *)0); } 30991 + 30992 +/* ./widechar/lib_in_wch.c */ 30993 + 30994 +#undef win_wch 30995 +int win_wch( 30996 + WINDOW *win, 30997 + cchar_t *wcval) 30998 + { return(*(int *)0); } 30999 + 31000 +/* ./widechar/lib_in_wchnstr.c */ 31001 + 31002 +#undef win_wchnstr 31003 +int win_wchnstr( 31004 + WINDOW *win, 31005 + cchar_t *wchstr, 31006 + int n) 31007 + { return(*(int *)0); } 31008 + 31009 +/* ./widechar/lib_ins_wch.c */ 31010 + 31011 +#undef wins_wch 31012 +int wins_wch( 31013 + WINDOW *win, 31014 + const cchar_t *wch) 31015 + { return(*(int *)0); } 31016 + 31017 +#undef wins_nwstr 31018 +int wins_nwstr( 31019 + WINDOW *win, 31020 + const wchar_t *wstr, 31021 + int n) 31022 + { return(*(int *)0); } 31023 + 31024 +/* ./widechar/lib_inwstr.c */ 31025 + 31026 +#undef winnwstr 31027 +int winnwstr( 31028 + WINDOW *win, 31029 + wchar_t *wstr, 31030 + int n) 31031 + { return(*(int *)0); } 31032 + 31033 +#undef winwstr 31034 +int winwstr( 31035 + WINDOW *win, 31036 + wchar_t *wstr) 31037 + { return(*(int *)0); } 31038 + 31039 +/* ./widechar/lib_key_name.c */ 31040 + 31041 +#undef key_name 31042 +char *key_name( 31043 + wchar_t c) 31044 + { return(*(char **)0); } 31045 + 31046 +/* ./widechar/lib_pecho_wchar.c */ 31047 + 31048 +#undef pecho_wchar 31049 +int pecho_wchar( 31050 + WINDOW *pad, 31051 + const cchar_t *wch) 31052 + { return(*(int *)0); } 31053 + 31054 +/* ./widechar/lib_slk_wset.c */ 31055 + 31056 +#undef slk_wset 31057 +int slk_wset( 31058 + int i, 31059 + const wchar_t *astr, 31060 + int format) 31061 + { return(*(int *)0); } 31062 + 31063 +/* ./widechar/lib_unget_wch.c */ 31064 + 31065 +#undef _nc_wcrtomb 31066 +size_t _nc_wcrtomb( 31067 + char *target, 31068 + wchar_t source, 31069 + mbstate_t *state) 31070 + { return(*(size_t *)0); } 31071 + 31072 +#undef unget_wch_sp 31073 +int unget_wch_sp( 31074 + SCREEN *sp, 31075 + const wchar_t wch) 31076 + { return(*(int *)0); } 31077 + 31078 +#undef unget_wch 31079 +int unget_wch( 31080 + const wchar_t wch) 31081 + { return(*(int *)0); } 31082 + 31083 +/* ./widechar/lib_vid_attr.c */ 31084 + 31085 +#undef vid_puts_sp 31086 +int vid_puts_sp( 31087 + SCREEN *sp, 31088 + attr_t newmode, 31089 + short pair, 31090 + void *opts, 31091 + NCURSES_OUTC_sp outc) 31092 + { return(*(int *)0); } 31093 + 31094 +#undef vid_puts 31095 +int vid_puts( 31096 + attr_t newmode, 31097 + short pair, 31098 + void *opts, 31099 + NCURSES_OUTC outc) 31100 + { return(*(int *)0); } 31101 + 31102 +#undef vid_attr_sp 31103 +int vid_attr_sp( 31104 + SCREEN *sp, 31105 + attr_t newmode, 31106 + short pair, 31107 + void *opts) 31108 + { return(*(int *)0); } 31109 + 31110 +#undef vid_attr 31111 +int vid_attr( 31112 + attr_t newmode, 31113 + short pair, 31114 + void *opts) 31115 + { return(*(int *)0); } 31116 + 31117 +#undef term_attrs_sp 31118 +attr_t term_attrs_sp( 31119 + SCREEN *sp) 31120 + { return(*(attr_t *)0); } 31121 + 31122 +#undef term_attrs 31123 +attr_t term_attrs(void) 31124 + { return(*(attr_t *)0); } 31125 + 31126 +/* ./widechar/lib_vline_set.c */ 31127 + 31128 +#undef wvline_set 31129 +int wvline_set( 31130 + WINDOW *win, 31131 + const cchar_t *ch, 31132 + int n) 31133 + { return(*(int *)0); } 31134 + 31135 +/* ./widechar/lib_wacs.c */ 31136 + 31137 +#undef _nc_wacs 31138 +cchar_t *_nc_wacs; 31139 + 31140 +#undef _nc_init_wacs 31141 +void _nc_init_wacs(void) 31142 + { /* void */ } 31143 + 31144 +/* ./widechar/lib_wunctrl.c */ 31145 + 31146 +#undef wunctrl_sp 31147 +wchar_t *wunctrl_sp( 31148 + SCREEN *sp, 31149 + cchar_t *wc) 31150 + { return(*(wchar_t **)0); } 31151 + 31152 +#undef wunctrl 31153 +wchar_t *wunctrl( 31154 + cchar_t *wc) 31155 + { return(*(wchar_t **)0); } 31156 + 31157 +/* ./expanded.c */ 31158 + 31159 +#undef _nc_toggle_attr_on 31160 +void _nc_toggle_attr_on( 31161 + attr_t *S, 31162 + attr_t at) 31163 + { /* void */ } 31164 + 31165 +#undef _nc_toggle_attr_off 31166 +void _nc_toggle_attr_off( 31167 + attr_t *S, 31168 + attr_t at) 31169 + { /* void */ } 31170 + 31171 +#undef _nc_DelCharCost_sp 31172 +int _nc_DelCharCost_sp( 31173 + SCREEN *sp, 31174 + int count) 31175 + { return(*(int *)0); } 31176 + 31177 +#undef _nc_InsCharCost_sp 31178 +int _nc_InsCharCost_sp( 31179 + SCREEN *sp, 31180 + int count) 31181 + { return(*(int *)0); } 31182 + 31183 +#undef _nc_UpdateAttrs_sp 31184 +void _nc_UpdateAttrs_sp( 31185 + SCREEN *sp, 31186 + const cchar_t *c) 31187 + { /* void */ } 31188 + 31189 +#undef _nc_DelCharCost 31190 +int _nc_DelCharCost( 31191 + int count) 31192 + { return(*(int *)0); } 31193 + 31194 +#undef _nc_InsCharCost 31195 +int _nc_InsCharCost( 31196 + int count) 31197 + { return(*(int *)0); } 31198 + 31199 +#undef _nc_UpdateAttrs 31200 +void _nc_UpdateAttrs( 31201 + const cchar_t *c) 31202 + { /* void */ } 31203 + 31204 +/* ./base/legacy_coding.c */ 31205 + 31206 +#undef use_legacy_coding_sp 31207 +int use_legacy_coding_sp( 31208 + SCREEN *sp, 31209 + int level) 31210 + { return(*(int *)0); } 31211 + 31212 +#undef use_legacy_coding 31213 +int use_legacy_coding( 31214 + int level) 31215 + { return(*(int *)0); } 31216 + 31217 +/* ./base/lib_dft_fgbg.c */ 31218 + 31219 +#undef use_default_colors_sp 31220 +int use_default_colors_sp( 31221 + SCREEN *sp) 31222 + { return(*(int *)0); } 31223 + 31224 +#undef use_default_colors 31225 +int use_default_colors(void) 31226 + { return(*(int *)0); } 31227 + 31228 +#undef assume_default_colors_sp 31229 +int assume_default_colors_sp( 31230 + SCREEN *sp, 31231 + int fg, 31232 + int bg) 31233 + { return(*(int *)0); } 31234 + 31235 +#undef assume_default_colors 31236 +int assume_default_colors( 31237 + int fg, 31238 + int bg) 31239 + { return(*(int *)0); } 31240 + 31241 +/* ./tinfo/lib_print.c */ 31242 + 31243 +#undef mcprint_sp 31244 +int mcprint_sp( 31245 + SCREEN *sp, 31246 + char *data, 31247 + int len) 31248 + { return(*(int *)0); } 31249 + 31250 +#undef mcprint 31251 +int mcprint( 31252 + char *data, 31253 + int len) 31254 + { return(*(int *)0); } 31255 + 31256 +/* ./base/resizeterm.c */ 31257 + 31258 +#undef is_term_resized_sp 31259 +NCURSES_BOOL is_term_resized_sp( 31260 + SCREEN *sp, 31261 + int ToLines, 31262 + int ToCols) 31263 + { return(*(NCURSES_BOOL *)0); } 31264 + 31265 +#undef is_term_resized 31266 +NCURSES_BOOL is_term_resized( 31267 + int ToLines, 31268 + int ToCols) 31269 + { return(*(NCURSES_BOOL *)0); } 31270 + 31271 +#undef resize_term_sp 31272 +int resize_term_sp( 31273 + SCREEN *sp, 31274 + int ToLines, 31275 + int ToCols) 31276 + { return(*(int *)0); } 31277 + 31278 +#undef resize_term 31279 +int resize_term( 31280 + int ToLines, 31281 + int ToCols) 31282 + { return(*(int *)0); } 31283 + 31284 +#undef resizeterm_sp 31285 +int resizeterm_sp( 31286 + SCREEN *sp, 31287 + int ToLines, 31288 + int ToCols) 31289 + { return(*(int *)0); } 31290 + 31291 +#undef resizeterm 31292 +int resizeterm( 31293 + int ToLines, 31294 + int ToCols) 31295 + { return(*(int *)0); } 31296 + 31297 +/* ./trace/trace_xnames.c */ 31298 + 31299 +#undef _nc_trace_xnames 31300 +void _nc_trace_xnames( 31301 + TERMTYPE *tp) 31302 + { /* void */ } 31303 + 31304 +/* ./tinfo/use_screen.c */ 31305 + 31306 +#undef use_screen 31307 +int use_screen( 31308 + SCREEN *screen, 31309 + NCURSES_SCREEN_CB func, 31310 + void *data) 31311 + { return(*(int *)0); } 31312 + 31313 +/* ./base/use_window.c */ 31314 + 31315 +#undef use_window 31316 +int use_window( 31317 + WINDOW *win, 31318 + NCURSES_WINDOW_CB func, 31319 + void *data) 31320 + { return(*(int *)0); } 31321 + 31322 +/* ./base/wresize.c */ 31323 + 31324 +#undef wresize 31325 +int wresize( 31326 + WINDOW *win, 31327 + int ToLines, 31328 + int ToCols) 31329 + { return(*(int *)0); } 31330 + 31331 +/* ./tinfo/access.c */ 31332 + 31333 +#include <sys/stat.h> 31334 +#include <nc_alloc.h> 31335 + 31336 +#undef _nc_rootname 31337 +char *_nc_rootname( 31338 + char *path) 31339 + { return(*(char **)0); } 31340 + 31341 +#undef _nc_is_abs_path 31342 +NCURSES_BOOL _nc_is_abs_path( 31343 + const char *path) 31344 + { return(*(NCURSES_BOOL *)0); } 31345 + 31346 +#undef _nc_pathlast 31347 +unsigned _nc_pathlast( 31348 + const char *path) 31349 + { return(*(unsigned *)0); } 31350 + 31351 +#undef _nc_basename 31352 +char *_nc_basename( 31353 + char *path) 31354 + { return(*(char **)0); } 31355 + 31356 +#undef _nc_access 31357 +int _nc_access( 31358 + const char *path, 31359 + int mode) 31360 + { return(*(int *)0); } 31361 + 31362 +#undef _nc_is_dir_path 31363 +NCURSES_BOOL _nc_is_dir_path( 31364 + const char *path) 31365 + { return(*(NCURSES_BOOL *)0); } 31366 + 31367 +#undef _nc_is_file_path 31368 +NCURSES_BOOL _nc_is_file_path( 31369 + const char *path) 31370 + { return(*(NCURSES_BOOL *)0); } 31371 + 31372 +#undef _nc_env_access 31373 +int _nc_env_access(void) 31374 + { return(*(int *)0); } 31375 + 31376 +/* ./tinfo/add_tries.c */ 31377 + 31378 +#undef _nc_add_to_try 31379 +int _nc_add_to_try( 31380 + TRIES **tree, 31381 + const char *str, 31382 + unsigned code) 31383 + { return(*(int *)0); } 31384 + 31385 +/* ./tinfo/alloc_ttype.c */ 31386 + 31387 +#undef _nc_align_termtype 31388 +void _nc_align_termtype( 31389 + TERMTYPE *to, 31390 + TERMTYPE *from) 31391 + { /* void */ } 31392 + 31393 +#undef _nc_copy_termtype 31394 +void _nc_copy_termtype( 31395 + TERMTYPE *dst, 31396 + TERMTYPE *src) 31397 + { /* void */ } 31398 + 31399 +/* ./codes.c */ 31400 + 31401 +#undef _nc_boolcodes 31402 +char *const *_nc_boolcodes(void) 31403 + { return(*(char **)0); } 31404 + 31405 +#undef _nc_numcodes 31406 +char *const *_nc_numcodes(void) 31407 + { return(*(char **)0); } 31408 + 31409 +#undef _nc_strcodes 31410 +char *const *_nc_strcodes(void) 31411 + { return(*(char **)0); } 31412 + 31413 +/* ./tinfo/comp_error.c */ 31414 + 31415 +#undef _nc_suppress_warnings 31416 +NCURSES_BOOL _nc_suppress_warnings; 31417 +#undef _nc_curr_line 31418 +int _nc_curr_line; 31419 +#undef _nc_curr_col 31420 +int _nc_curr_col; 31421 + 31422 +#undef _nc_get_source 31423 +const char *_nc_get_source(void) 31424 + { return(*(const char **)0); } 31425 + 31426 +#undef _nc_set_source 31427 +void _nc_set_source( 31428 + const char *const name) 31429 + { /* void */ } 31430 + 31431 +#undef _nc_set_type 31432 +void _nc_set_type( 31433 + const char *const name) 31434 + { /* void */ } 31435 + 31436 +#undef _nc_get_type 31437 +void _nc_get_type( 31438 + char *name) 31439 + { /* void */ } 31440 + 31441 +#undef _nc_warning 31442 +void _nc_warning( 31443 + const char *const fmt, 31444 + ...) 31445 + { /* void */ } 31446 + 31447 +#undef _nc_err_abort 31448 +void _nc_err_abort( 31449 + const char *const fmt, 31450 + ...) 31451 + { /* void */ } 31452 + 31453 +#undef _nc_syserr_abort 31454 +void _nc_syserr_abort( 31455 + const char *const fmt, 31456 + ...) 31457 + { /* void */ } 31458 + 31459 +/* ./tinfo/db_iterator.c */ 31460 + 31461 +#undef _nc_tic_dir 31462 +const char *_nc_tic_dir( 31463 + const char *path) 31464 + { return(*(const char **)0); } 31465 + 31466 +#undef _nc_keep_tic_dir 31467 +void _nc_keep_tic_dir( 31468 + const char *path) 31469 + { /* void */ } 31470 + 31471 +#undef _nc_last_db 31472 +void _nc_last_db(void) 31473 + { /* void */ } 31474 + 31475 +#undef _nc_next_db 31476 +const char *_nc_next_db( 31477 + DBDIRS *state, 31478 + int *offset) 31479 + { return(*(const char **)0); } 31480 + 31481 +#undef _nc_first_db 31482 +void _nc_first_db( 31483 + DBDIRS *state, 31484 + int *offset) 31485 + { /* void */ } 31486 + 31487 +/* ./tinfo/doalloc.c */ 31488 + 31489 +#undef _nc_doalloc 31490 +void *_nc_doalloc( 31491 + void *oldp, 31492 + size_t amount) 31493 + { return(*(void **)0); } 31494 + 31495 +/* ./tinfo/entries.c */ 31496 + 31497 +#undef _nc_head 31498 +ENTRY *_nc_head; 31499 +#undef _nc_tail 31500 +ENTRY *_nc_tail; 31501 + 31502 +#undef _nc_free_entry 31503 +void _nc_free_entry( 31504 + ENTRY *headp, 31505 + TERMTYPE *tterm) 31506 + { /* void */ } 31507 + 31508 +#undef _nc_free_entries 31509 +void _nc_free_entries( 31510 + ENTRY *headp) 31511 + { /* void */ } 31512 + 31513 +#undef _nc_delink_entry 31514 +ENTRY *_nc_delink_entry( 31515 + ENTRY *headp, 31516 + TERMTYPE *tterm) 31517 + { return(*(ENTRY **)0); } 31518 + 31519 +#undef _nc_leaks_tinfo 31520 +void _nc_leaks_tinfo(void) 31521 + { /* void */ } 31522 + 31523 +/* ./fallback.c */ 31524 + 31525 +#undef _nc_fallback 31526 +const TERMTYPE *_nc_fallback( 31527 + const char *name) 31528 + { return(*(const TERMTYPE **)0); } 31529 + 31530 +/* ./tinfo/free_ttype.c */ 31531 + 31532 +#undef _nc_free_termtype 31533 +void _nc_free_termtype( 31534 + TERMTYPE *ptr) 31535 + { /* void */ } 31536 + 31537 +#undef _nc_user_definable 31538 +NCURSES_BOOL _nc_user_definable; 31539 + 31540 +#undef use_extended_names 31541 +int use_extended_names( 31542 + NCURSES_BOOL flag) 31543 + { return(*(int *)0); } 31544 + 31545 +/* ./tinfo/getenv_num.c */ 31546 + 31547 +#undef _nc_getenv_num 31548 +int _nc_getenv_num( 31549 + const char *name) 31550 + { return(*(int *)0); } 31551 + 31552 +/* ./tinfo/home_terminfo.c */ 31553 + 31554 +#undef _nc_home_terminfo 31555 +char *_nc_home_terminfo(void) 31556 + { return(*(char **)0); } 31557 + 31558 +/* ./tinfo/init_keytry.c */ 31559 + 31560 +#if 0 31561 + 31562 +#include <init_keytry.h> 31563 + 31564 +#undef _nc_tinfo_fkeys 31565 +const struct tinfo_fkeys _nc_tinfo_fkeys[] = {0}; 31566 + 31567 +#endif 31568 + 31569 +#undef _nc_init_keytry 31570 +void _nc_init_keytry( 31571 + SCREEN *sp) 31572 + { /* void */ } 31573 + 31574 +/* ./tinfo/lib_acs.c */ 31575 + 31576 +#undef _nc_acs_map 31577 +chtype *_nc_acs_map(void) 31578 + { return(*(chtype **)0); } 31579 + 31580 +#undef _nc_init_acs_sp 31581 +void _nc_init_acs_sp( 31582 + SCREEN *sp) 31583 + { /* void */ } 31584 + 31585 +#undef _nc_init_acs 31586 +void _nc_init_acs(void) 31587 + { /* void */ } 31588 + 31589 +/* ./tinfo/lib_baudrate.c */ 31590 + 31591 +#include <termcap.h> 31592 + 31593 +struct speed { 31594 + int s; 31595 + int sp; 31596 +}; 31597 + 31598 +#undef _nc_baudrate 31599 +int _nc_baudrate( 31600 + int OSpeed) 31601 + { return(*(int *)0); } 31602 + 31603 +#undef _nc_ospeed 31604 +int _nc_ospeed( 31605 + int BaudRate) 31606 + { return(*(int *)0); } 31607 + 31608 +#undef baudrate_sp 31609 +int baudrate_sp( 31610 + SCREEN *sp) 31611 + { return(*(int *)0); } 31612 + 31613 +#undef baudrate 31614 +int baudrate(void) 31615 + { return(*(int *)0); } 31616 + 31617 +/* ./tinfo/lib_cur_term.c */ 31618 + 31619 +#undef _nc_cur_term 31620 +TERMINAL *_nc_cur_term(void) 31621 + { return(*(TERMINAL **)0); } 31622 + 31623 +#undef set_curterm 31624 +TERMINAL *set_curterm( 31625 + TERMINAL *termp) 31626 + { return(*(TERMINAL **)0); } 31627 + 31628 +#undef del_curterm_sp 31629 +int del_curterm_sp( 31630 + SCREEN *sp, 31631 + TERMINAL *termp) 31632 + { return(*(int *)0); } 31633 + 31634 +#undef del_curterm 31635 +int del_curterm( 31636 + TERMINAL *termp) 31637 + { return(*(int *)0); } 31638 + 31639 +/* ./tinfo/lib_data.c */ 31640 + 31641 +#undef _nc_stdscr 31642 +WINDOW *_nc_stdscr(void) 31643 + { return(*(WINDOW **)0); } 31644 + 31645 +#undef _nc_curscr 31646 +WINDOW *_nc_curscr(void) 31647 + { return(*(WINDOW **)0); } 31648 + 31649 +#undef _nc_newscr 31650 +WINDOW *_nc_newscr(void) 31651 + { return(*(WINDOW **)0); } 31652 + 31653 +#undef _nc_screen_chain 31654 +SCREEN *_nc_screen_chain; 31655 +#undef SP 31656 +SCREEN *SP; 31657 +#undef _nc_globals 31658 +NCURSES_GLOBALS _nc_globals; 31659 +#undef _nc_prescreen 31660 +NCURSES_PRESCREEN _nc_prescreen; 31661 + 31662 +#undef _nc_screen_of 31663 +SCREEN *_nc_screen_of( 31664 + WINDOW *win) 31665 + { return(*(SCREEN **)0); } 31666 + 31667 +#undef _nc_init_pthreads 31668 +void _nc_init_pthreads(void) 31669 + { /* void */ } 31670 + 31671 +#undef _nc_mutex_init 31672 +void _nc_mutex_init( 31673 + pthread_mutex_t *obj) 31674 + { /* void */ } 31675 + 31676 +#undef _nc_mutex_lock 31677 +int _nc_mutex_lock( 31678 + pthread_mutex_t *obj) 31679 + { return(*(int *)0); } 31680 + 31681 +#undef _nc_mutex_trylock 31682 +int _nc_mutex_trylock( 31683 + pthread_mutex_t *obj) 31684 + { return(*(int *)0); } 31685 + 31686 +#undef _nc_mutex_unlock 31687 +int _nc_mutex_unlock( 31688 + pthread_mutex_t *obj) 31689 + { return(*(int *)0); } 31690 + 31691 +/* ./tinfo/lib_has_cap.c */ 31692 + 31693 +#undef has_ic_sp 31694 +NCURSES_BOOL has_ic_sp( 31695 + SCREEN *sp) 31696 + { return(*(NCURSES_BOOL *)0); } 31697 + 31698 +#undef has_ic 31699 +NCURSES_BOOL has_ic(void) 31700 + { return(*(NCURSES_BOOL *)0); } 31701 + 31702 +#undef has_il_sp 31703 +NCURSES_BOOL has_il_sp( 31704 + SCREEN *sp) 31705 + { return(*(NCURSES_BOOL *)0); } 31706 + 31707 +#undef has_il 31708 +NCURSES_BOOL has_il(void) 31709 + { return(*(NCURSES_BOOL *)0); } 31710 + 31711 +/* ./tinfo/lib_kernel.c */ 31712 + 31713 +#undef erasechar_sp 31714 +char erasechar_sp( 31715 + SCREEN *sp) 31716 + { return(*(char *)0); } 31717 + 31718 +#undef erasechar 31719 +char erasechar(void) 31720 + { return(*(char *)0); } 31721 + 31722 +#undef killchar_sp 31723 +char killchar_sp( 31724 + SCREEN *sp) 31725 + { return(*(char *)0); } 31726 + 31727 +#undef killchar 31728 +char killchar(void) 31729 + { return(*(char *)0); } 31730 + 31731 +#undef flushinp_sp 31732 +int flushinp_sp( 31733 + SCREEN *sp) 31734 + { return(*(int *)0); } 31735 + 31736 +#undef flushinp 31737 +int flushinp(void) 31738 + { return(*(int *)0); } 31739 + 31740 +/* ./lib_keyname.c */ 31741 + 31742 +struct kn { short offset; int code; }; 31743 + 31744 +#undef keyname_sp 31745 +char *keyname_sp( 31746 + SCREEN *sp, 31747 + int c) 31748 + { return(*(char **)0); } 31749 + 31750 +#undef keyname 31751 +char *keyname( 31752 + int c) 31753 + { return(*(char **)0); } 31754 + 31755 +/* ./tinfo/lib_longname.c */ 31756 + 31757 +#undef longname_sp 31758 +char *longname_sp( 31759 + SCREEN *sp) 31760 + { return(*(char **)0); } 31761 + 31762 +#undef longname 31763 +char *longname(void) 31764 + { return(*(char **)0); } 31765 + 31766 +/* ./tinfo/lib_napms.c */ 31767 + 31768 +#undef napms_sp 31769 +int napms_sp( 31770 + SCREEN *sp, 31771 + int ms) 31772 + { return(*(int *)0); } 31773 + 31774 +#undef napms 31775 +int napms( 31776 + int ms) 31777 + { return(*(int *)0); } 31778 + 31779 +/* ./tinfo/lib_options.c */ 31780 + 31781 +#undef idlok 31782 +int idlok( 31783 + WINDOW *win, 31784 + NCURSES_BOOL flag) 31785 + { return(*(int *)0); } 31786 + 31787 +#undef idcok 31788 +void idcok( 31789 + WINDOW *win, 31790 + NCURSES_BOOL flag) 31791 + { /* void */ } 31792 + 31793 +#undef halfdelay_sp 31794 +int halfdelay_sp( 31795 + SCREEN *sp, 31796 + int t) 31797 + { return(*(int *)0); } 31798 + 31799 +#undef halfdelay 31800 +int halfdelay( 31801 + int t) 31802 + { return(*(int *)0); } 31803 + 31804 +#undef nodelay 31805 +int nodelay( 31806 + WINDOW *win, 31807 + NCURSES_BOOL flag) 31808 + { return(*(int *)0); } 31809 + 31810 +#undef notimeout 31811 +int notimeout( 31812 + WINDOW *win, 31813 + NCURSES_BOOL f) 31814 + { return(*(int *)0); } 31815 + 31816 +#undef wtimeout 31817 +void wtimeout( 31818 + WINDOW *win, 31819 + int delay) 31820 + { /* void */ } 31821 + 31822 +#undef keypad 31823 +int keypad( 31824 + WINDOW *win, 31825 + NCURSES_BOOL flag) 31826 + { return(*(int *)0); } 31827 + 31828 +#undef meta 31829 +int meta( 31830 + WINDOW *win, 31831 + NCURSES_BOOL flag) 31832 + { return(*(int *)0); } 31833 + 31834 +#undef curs_set_sp 31835 +int curs_set_sp( 31836 + SCREEN *sp, 31837 + int vis) 31838 + { return(*(int *)0); } 31839 + 31840 +#undef curs_set 31841 +int curs_set( 31842 + int vis) 31843 + { return(*(int *)0); } 31844 + 31845 +#undef typeahead_sp 31846 +int typeahead_sp( 31847 + SCREEN *sp, 31848 + int fd) 31849 + { return(*(int *)0); } 31850 + 31851 +#undef typeahead 31852 +int typeahead( 31853 + int fd) 31854 + { return(*(int *)0); } 31855 + 31856 +#undef has_key_sp 31857 +int has_key_sp( 31858 + SCREEN *sp, 31859 + int keycode) 31860 + { return(*(int *)0); } 31861 + 31862 +#undef has_key 31863 +int has_key( 31864 + int keycode) 31865 + { return(*(int *)0); } 31866 + 31867 +#undef _nc_putp_flush_sp 31868 +int _nc_putp_flush_sp( 31869 + SCREEN *sp, 31870 + const char *name, 31871 + const char *value) 31872 + { return(*(int *)0); } 31873 + 31874 +#undef _nc_putp_flush 31875 +int _nc_putp_flush( 31876 + const char *name, 31877 + const char *value) 31878 + { return(*(int *)0); } 31879 + 31880 +#undef _nc_keypad 31881 +int _nc_keypad( 31882 + SCREEN *sp, 31883 + NCURSES_BOOL flag) 31884 + { return(*(int *)0); } 31885 + 31886 +/* ./tinfo/lib_raw.c */ 31887 + 31888 +#undef raw_sp 31889 +int raw_sp( 31890 + SCREEN *sp) 31891 + { return(*(int *)0); } 31892 + 31893 +#undef raw 31894 +int raw(void) 31895 + { return(*(int *)0); } 31896 + 31897 +#undef cbreak_sp 31898 +int cbreak_sp( 31899 + SCREEN *sp) 31900 + { return(*(int *)0); } 31901 + 31902 +#undef cbreak 31903 +int cbreak(void) 31904 + { return(*(int *)0); } 31905 + 31906 +#undef qiflush_sp 31907 +void qiflush_sp( 31908 + SCREEN *sp) 31909 + { /* void */ } 31910 + 31911 +#undef qiflush 31912 +void qiflush(void) 31913 + { /* void */ } 31914 + 31915 +#undef noraw_sp 31916 +int noraw_sp( 31917 + SCREEN *sp) 31918 + { return(*(int *)0); } 31919 + 31920 +#undef noraw 31921 +int noraw(void) 31922 + { return(*(int *)0); } 31923 + 31924 +#undef nocbreak_sp 31925 +int nocbreak_sp( 31926 + SCREEN *sp) 31927 + { return(*(int *)0); } 31928 + 31929 +#undef nocbreak 31930 +int nocbreak(void) 31931 + { return(*(int *)0); } 31932 + 31933 +#undef noqiflush_sp 31934 +void noqiflush_sp( 31935 + SCREEN *sp) 31936 + { /* void */ } 31937 + 31938 +#undef noqiflush 31939 +void noqiflush(void) 31940 + { /* void */ } 31941 + 31942 +#undef intrflush_sp 31943 +int intrflush_sp( 31944 + SCREEN *sp, 31945 + WINDOW *win, 31946 + NCURSES_BOOL flag) 31947 + { return(*(int *)0); } 31948 + 31949 +#undef intrflush 31950 +int intrflush( 31951 + WINDOW *win, 31952 + NCURSES_BOOL flag) 31953 + { return(*(int *)0); } 31954 + 31955 +/* ./tinfo/lib_setup.c */ 31956 + 31957 +#include <locale.h> 31958 +#include <sys/ioctl.h> 31959 +#include <langinfo.h> 31960 + 31961 +#undef _nc_ttytype 31962 +char *_nc_ttytype(void) 31963 + { return(*(char **)0); } 31964 + 31965 +#undef _nc_ptr_Lines 31966 +int *_nc_ptr_Lines( 31967 + SCREEN *sp) 31968 + { return(*(int **)0); } 31969 + 31970 +#undef _nc_LINES 31971 +int _nc_LINES(void) 31972 + { return(*(int *)0); } 31973 + 31974 +#undef _nc_ptr_Cols 31975 +int *_nc_ptr_Cols( 31976 + SCREEN *sp) 31977 + { return(*(int **)0); } 31978 + 31979 +#undef _nc_COLS 31980 +int _nc_COLS(void) 31981 + { return(*(int *)0); } 31982 + 31983 +#undef _nc_ptr_Tabsize 31984 +int *_nc_ptr_Tabsize( 31985 + SCREEN *sp) 31986 + { return(*(int **)0); } 31987 + 31988 +#undef _nc_TABSIZE 31989 +int _nc_TABSIZE(void) 31990 + { return(*(int *)0); } 31991 + 31992 +#undef set_tabsize_sp 31993 +int set_tabsize_sp( 31994 + SCREEN *sp, 31995 + int value) 31996 + { return(*(int *)0); } 31997 + 31998 +#undef set_tabsize 31999 +int set_tabsize( 32000 + int value) 32001 + { return(*(int *)0); } 32002 + 32003 +#undef _nc_handle_sigwinch 32004 +int _nc_handle_sigwinch( 32005 + SCREEN *sp) 32006 + { return(*(int *)0); } 32007 + 32008 +#undef use_env_sp 32009 +void use_env_sp( 32010 + SCREEN *sp, 32011 + NCURSES_BOOL f) 32012 + { /* void */ } 32013 + 32014 +#undef use_env 32015 +void use_env( 32016 + NCURSES_BOOL f) 32017 + { /* void */ } 32018 + 32019 +#undef _nc_get_screensize 32020 +void _nc_get_screensize( 32021 + SCREEN *sp, 32022 + int *linep, 32023 + int *colp) 32024 + { /* void */ } 32025 + 32026 +#undef _nc_update_screensize 32027 +void _nc_update_screensize( 32028 + SCREEN *sp) 32029 + { /* void */ } 32030 + 32031 +#undef _nc_get_locale 32032 +char *_nc_get_locale(void) 32033 + { return(*(char **)0); } 32034 + 32035 +#undef _nc_unicode_locale 32036 +int _nc_unicode_locale(void) 32037 + { return(*(int *)0); } 32038 + 32039 +#undef _nc_locale_breaks_acs 32040 +int _nc_locale_breaks_acs( 32041 + TERMINAL *termp) 32042 + { return(*(int *)0); } 32043 + 32044 +#undef _nc_setupterm 32045 +int _nc_setupterm( 32046 + char *tname, 32047 + int Filedes, 32048 + int *errret, 32049 + NCURSES_BOOL reuse) 32050 + { return(*(int *)0); } 32051 + 32052 +#undef setupterm 32053 +int setupterm( 32054 + char *tname, 32055 + int Filedes, 32056 + int *errret) 32057 + { return(*(int *)0); } 32058 + 32059 +/* ./tinfo/lib_termcap.c */ 32060 + 32061 +#undef UP 32062 +char *UP; 32063 +#undef BC 32064 +char *BC; 32065 + 32066 +#undef tgetent_sp 32067 +int tgetent_sp( 32068 + SCREEN *sp, 32069 + char *bufp, 32070 + const char *name) 32071 + { return(*(int *)0); } 32072 + 32073 +#if 0 32074 + 32075 +#include <capdefaults.c> 32076 + 32077 +#endif 32078 + 32079 +#undef tgetent 32080 +int tgetent( 32081 + char *bufp, 32082 + const char *name) 32083 + { return(*(int *)0); } 32084 + 32085 +#undef tgetflag_sp 32086 +int tgetflag_sp( 32087 + SCREEN *sp, 32088 + char *id) 32089 + { return(*(int *)0); } 32090 + 32091 +#undef tgetflag 32092 +int tgetflag( 32093 + char *id) 32094 + { return(*(int *)0); } 32095 + 32096 +#undef tgetnum_sp 32097 +int tgetnum_sp( 32098 + SCREEN *sp, 32099 + char *id) 32100 + { return(*(int *)0); } 32101 + 32102 +#undef tgetnum 32103 +int tgetnum( 32104 + char *id) 32105 + { return(*(int *)0); } 32106 + 32107 +#undef tgetstr_sp 32108 +char *tgetstr_sp( 32109 + SCREEN *sp, 32110 + char *id, 32111 + char **area) 32112 + { return(*(char **)0); } 32113 + 32114 +#undef tgetstr 32115 +char *tgetstr( 32116 + char *id, 32117 + char **area) 32118 + { return(*(char **)0); } 32119 + 32120 +/* ./tinfo/lib_termname.c */ 32121 + 32122 +#undef termname_sp 32123 +char *termname_sp( 32124 + SCREEN *sp) 32125 + { return(*(char **)0); } 32126 + 32127 +#undef termname 32128 +char *termname(void) 32129 + { return(*(char **)0); } 32130 + 32131 +/* ./tinfo/lib_tgoto.c */ 32132 + 32133 +#undef tgoto 32134 +char *tgoto( 32135 + const char *string, 32136 + int x, 32137 + int y) 32138 + { return(*(char **)0); } 32139 + 32140 +/* ./tinfo/lib_ti.c */ 32141 + 32142 +#undef tigetflag_sp 32143 +int tigetflag_sp( 32144 + SCREEN *sp, 32145 + char *str) 32146 + { return(*(int *)0); } 32147 + 32148 +#undef tigetflag 32149 +int tigetflag( 32150 + char *str) 32151 + { return(*(int *)0); } 32152 + 32153 +#undef tigetnum_sp 32154 +int tigetnum_sp( 32155 + SCREEN *sp, 32156 + char *str) 32157 + { return(*(int *)0); } 32158 + 32159 +#undef tigetnum 32160 +int tigetnum( 32161 + char *str) 32162 + { return(*(int *)0); } 32163 + 32164 +#undef tigetstr_sp 32165 +char *tigetstr_sp( 32166 + SCREEN *sp, 32167 + char *str) 32168 + { return(*(char **)0); } 32169 + 32170 +#undef tigetstr 32171 +char *tigetstr( 32172 + char *str) 32173 + { return(*(char **)0); } 32174 + 32175 +/* ./tinfo/lib_tparm.c */ 32176 + 32177 +#undef _nc_tparm_err 32178 +int _nc_tparm_err; 32179 + 32180 +#undef _nc_tparm_analyze 32181 +int _nc_tparm_analyze( 32182 + const char *string, 32183 + char *p_is_s[9], 32184 + int *popcount) 32185 + { return(*(int *)0); } 32186 + 32187 +#undef tparm 32188 +char *tparm( 32189 + char *string, 32190 + ...) 32191 + { return(*(char **)0); } 32192 + 32193 +/* ./tinfo/lib_tputs.c */ 32194 + 32195 +#undef PC 32196 +char PC; 32197 +#undef ospeed 32198 +NCURSES_OSPEED ospeed; 32199 +#undef _nc_nulls_sent 32200 +int _nc_nulls_sent; 32201 + 32202 +#undef _nc_set_no_padding 32203 +void _nc_set_no_padding( 32204 + SCREEN *sp) 32205 + { /* void */ } 32206 + 32207 +#undef delay_output_sp 32208 +int delay_output_sp( 32209 + SCREEN *sp, 32210 + int ms) 32211 + { return(*(int *)0); } 32212 + 32213 +#undef delay_output 32214 +int delay_output( 32215 + int ms) 32216 + { return(*(int *)0); } 32217 + 32218 +#undef _nc_flush_sp 32219 +void _nc_flush_sp( 32220 + SCREEN *sp) 32221 + { /* void */ } 32222 + 32223 +#undef _nc_flush 32224 +void _nc_flush(void) 32225 + { /* void */ } 32226 + 32227 +#undef _nc_outch_sp 32228 +int _nc_outch_sp( 32229 + SCREEN *sp, 32230 + int ch) 32231 + { return(*(int *)0); } 32232 + 32233 +#undef _nc_outch 32234 +int _nc_outch( 32235 + int ch) 32236 + { return(*(int *)0); } 32237 + 32238 +#undef putp_sp 32239 +int putp_sp( 32240 + SCREEN *sp, 32241 + const char *string) 32242 + { return(*(int *)0); } 32243 + 32244 +#undef _nc_putp_sp 32245 +int _nc_putp_sp( 32246 + SCREEN *sp, 32247 + const char *name, 32248 + const char *string) 32249 + { return(*(int *)0); } 32250 + 32251 +#undef putp 32252 +int putp( 32253 + const char *string) 32254 + { return(*(int *)0); } 32255 + 32256 +#undef _nc_putp 32257 +int _nc_putp( 32258 + const char *name, 32259 + const char *string) 32260 + { return(*(int *)0); } 32261 + 32262 +#undef tputs_sp 32263 +int tputs_sp( 32264 + SCREEN *sp, 32265 + const char *string, 32266 + int affcnt, 32267 + NCURSES_OUTC_sp outc) 32268 + { return(*(int *)0); } 32269 + 32270 +#undef _nc_outc_wrapper 32271 +int _nc_outc_wrapper( 32272 + SCREEN *sp, 32273 + int c) 32274 + { return(*(int *)0); } 32275 + 32276 +#undef tputs 32277 +int tputs( 32278 + const char *string, 32279 + int affcnt, 32280 + int (*outc)( 32281 + int p1)) 32282 + { return(*(int *)0); } 32283 + 32284 +/* ./trace/lib_trace.c */ 32285 + 32286 +#undef _nc_tracing 32287 +unsigned _nc_tracing; 32288 + 32289 +#undef _nc__nc_tputs_trace 32290 +const char *_nc__nc_tputs_trace(void) 32291 + { return(*(const char **)0); } 32292 + 32293 +#undef _nc__nc_outchars 32294 +long _nc__nc_outchars(void) 32295 + { return(*(long *)0); } 32296 + 32297 +#undef _nc_set_tputs_trace 32298 +void _nc_set_tputs_trace( 32299 + const char *s) 32300 + { /* void */ } 32301 + 32302 +#undef _nc_count_outchars 32303 +void _nc_count_outchars( 32304 + long increment) 32305 + { /* void */ } 32306 + 32307 +#undef trace 32308 +void trace( 32309 + const unsigned int tracelevel) 32310 + { /* void */ } 32311 + 32312 +#undef _tracef 32313 +void _tracef( 32314 + const char *fmt, 32315 + ...) 32316 + { /* void */ } 32317 + 32318 +#undef _nc_retrace_bool 32319 +NCURSES_BOOL _nc_retrace_bool( 32320 + NCURSES_BOOL code) 32321 + { return(*(NCURSES_BOOL *)0); } 32322 + 32323 +#undef _nc_retrace_int 32324 +int _nc_retrace_int( 32325 + int code) 32326 + { return(*(int *)0); } 32327 + 32328 +#undef _nc_retrace_unsigned 32329 +unsigned _nc_retrace_unsigned( 32330 + unsigned code) 32331 + { return(*(unsigned *)0); } 32332 + 32333 +#undef _nc_retrace_ptr 32334 +char *_nc_retrace_ptr( 32335 + char *code) 32336 + { return(*(char **)0); } 32337 + 32338 +#undef _nc_retrace_cptr 32339 +const char *_nc_retrace_cptr( 32340 + const char *code) 32341 + { return(*(const char **)0); } 32342 + 32343 +#undef _nc_retrace_cvoid_ptr 32344 +void *_nc_retrace_cvoid_ptr( 32345 + void *code) 32346 + { return(*(void **)0); } 32347 + 32348 +#undef _nc_retrace_void_ptr 32349 +void *_nc_retrace_void_ptr( 32350 + void *code) 32351 + { return(*(void **)0); } 32352 + 32353 +#undef _nc_retrace_sp 32354 +SCREEN *_nc_retrace_sp( 32355 + SCREEN *code) 32356 + { return(*(SCREEN **)0); } 32357 + 32358 +#undef _nc_retrace_win 32359 +WINDOW *_nc_retrace_win( 32360 + WINDOW *code) 32361 + { return(*(WINDOW **)0); } 32362 + 32363 +#undef _nc_use_tracef 32364 +int _nc_use_tracef( 32365 + unsigned mask) 32366 + { return(*(int *)0); } 32367 + 32368 +#undef _nc_locked_tracef 32369 +void _nc_locked_tracef( 32370 + const char *fmt, 32371 + ...) 32372 + { /* void */ } 32373 + 32374 +/* ./trace/lib_traceatr.c */ 32375 + 32376 +#undef _traceattr2 32377 +char *_traceattr2( 32378 + int bufnum, 32379 + chtype newmode) 32380 + { return(*(char **)0); } 32381 + 32382 +#undef _traceattr 32383 +char *_traceattr( 32384 + attr_t newmode) 32385 + { return(*(char **)0); } 32386 + 32387 +#undef _nc_retrace_attr_t 32388 +attr_t _nc_retrace_attr_t( 32389 + attr_t code) 32390 + { return(*(attr_t *)0); } 32391 + 32392 +#undef _nc_altcharset_name 32393 +const char *_nc_altcharset_name( 32394 + attr_t attr, 32395 + chtype ch) 32396 + { return(*(const char **)0); } 32397 + 32398 +#undef _tracechtype2 32399 +char *_tracechtype2( 32400 + int bufnum, 32401 + chtype ch) 32402 + { return(*(char **)0); } 32403 + 32404 +#undef _tracechtype 32405 +char *_tracechtype( 32406 + chtype ch) 32407 + { return(*(char **)0); } 32408 + 32409 +#undef _nc_retrace_chtype 32410 +chtype _nc_retrace_chtype( 32411 + chtype code) 32412 + { return(*(chtype *)0); } 32413 + 32414 +#undef _tracecchar_t2 32415 +char *_tracecchar_t2( 32416 + int bufnum, 32417 + const cchar_t *ch) 32418 + { return(*(char **)0); } 32419 + 32420 +#undef _tracecchar_t 32421 +char *_tracecchar_t( 32422 + const cchar_t *ch) 32423 + { return(*(char **)0); } 32424 + 32425 +/* ./trace/lib_tracebits.c */ 32426 + 32427 +typedef struct { 32428 + unsigned int val; 32429 + const char *name; 32430 +} BITNAMES; 32431 + 32432 +#undef _nc_trace_ttymode 32433 +char *_nc_trace_ttymode( 32434 + struct termios *tty) 32435 + { return(*(char **)0); } 32436 + 32437 +#undef _nc_tracebits 32438 +char *_nc_tracebits(void) 32439 + { return(*(char **)0); } 32440 + 32441 +/* ./trace/lib_tracechr.c */ 32442 + 32443 +#undef _nc_tracechar 32444 +char *_nc_tracechar( 32445 + SCREEN *sp, 32446 + int ch) 32447 + { return(*(char **)0); } 32448 + 32449 +#undef _tracechar 32450 +char *_tracechar( 32451 + int ch) 32452 + { return(*(char **)0); } 32453 + 32454 +/* ./tinfo/lib_ttyflags.c */ 32455 + 32456 +#undef _nc_get_tty_mode_sp 32457 +int _nc_get_tty_mode_sp( 32458 + SCREEN *sp, 32459 + struct termios *buf) 32460 + { return(*(int *)0); } 32461 + 32462 +#undef _nc_get_tty_mode 32463 +int _nc_get_tty_mode( 32464 + struct termios *buf) 32465 + { return(*(int *)0); } 32466 + 32467 +#undef _nc_set_tty_mode_sp 32468 +int _nc_set_tty_mode_sp( 32469 + SCREEN *sp, 32470 + struct termios *buf) 32471 + { return(*(int *)0); } 32472 + 32473 +#undef _nc_set_tty_mode 32474 +int _nc_set_tty_mode( 32475 + struct termios *buf) 32476 + { return(*(int *)0); } 32477 + 32478 +#undef def_shell_mode_sp 32479 +int def_shell_mode_sp( 32480 + SCREEN *sp) 32481 + { return(*(int *)0); } 32482 + 32483 +#undef def_shell_mode 32484 +int def_shell_mode(void) 32485 + { return(*(int *)0); } 32486 + 32487 +#undef def_prog_mode_sp 32488 +int def_prog_mode_sp( 32489 + SCREEN *sp) 32490 + { return(*(int *)0); } 32491 + 32492 +#undef def_prog_mode 32493 +int def_prog_mode(void) 32494 + { return(*(int *)0); } 32495 + 32496 +#undef reset_prog_mode_sp 32497 +int reset_prog_mode_sp( 32498 + SCREEN *sp) 32499 + { return(*(int *)0); } 32500 + 32501 +#undef reset_prog_mode 32502 +int reset_prog_mode(void) 32503 + { return(*(int *)0); } 32504 + 32505 +#undef reset_shell_mode_sp 32506 +int reset_shell_mode_sp( 32507 + SCREEN *sp) 32508 + { return(*(int *)0); } 32509 + 32510 +#undef reset_shell_mode 32511 +int reset_shell_mode(void) 32512 + { return(*(int *)0); } 32513 + 32514 +#undef savetty_sp 32515 +int savetty_sp( 32516 + SCREEN *sp) 32517 + { return(*(int *)0); } 32518 + 32519 +#undef savetty 32520 +int savetty(void) 32521 + { return(*(int *)0); } 32522 + 32523 +#undef resetty_sp 32524 +int resetty_sp( 32525 + SCREEN *sp) 32526 + { return(*(int *)0); } 32527 + 32528 +#undef resetty 32529 +int resetty(void) 32530 + { return(*(int *)0); } 32531 + 32532 +/* ./tty/lib_twait.c */ 32533 + 32534 +#undef _nc_timed_wait 32535 +int _nc_timed_wait( 32536 + SCREEN *sp, 32537 + int mode, 32538 + int milliseconds, 32539 + int *timeleft) 32540 + { return(*(int *)0); } 32541 + 32542 +/* ./tinfo/name_match.c */ 32543 + 32544 +#undef _nc_first_name 32545 +char *_nc_first_name( 32546 + const char *const sp) 32547 + { return(*(char **)0); } 32548 + 32549 +#undef _nc_name_match 32550 +int _nc_name_match( 32551 + const char *const namelst, 32552 + const char *const name, 32553 + const char *const delim) 32554 + { return(*(int *)0); } 32555 + 32556 +/* ./names.c */ 32557 + 32558 +#undef _nc_boolnames 32559 +char *const *_nc_boolnames(void) 32560 + { return(*(char **)0); } 32561 + 32562 +#undef _nc_boolfnames 32563 +char *const *_nc_boolfnames(void) 32564 + { return(*(char **)0); } 32565 + 32566 +#undef _nc_numnames 32567 +char *const *_nc_numnames(void) 32568 + { return(*(char **)0); } 32569 + 32570 +#undef _nc_numfnames 32571 +char *const *_nc_numfnames(void) 32572 + { return(*(char **)0); } 32573 + 32574 +#undef _nc_strnames 32575 +char *const *_nc_strnames(void) 32576 + { return(*(char **)0); } 32577 + 32578 +#undef _nc_strfnames 32579 +char *const *_nc_strfnames(void) 32580 + { return(*(char **)0); } 32581 + 32582 +/* ./tinfo/read_entry.c */ 32583 + 32584 +#include <hashed_db.h> 32585 + 32586 +#undef _nc_read_termtype 32587 +int _nc_read_termtype( 32588 + TERMTYPE *ptr, 32589 + char *buffer, 32590 + int limit) 32591 + { return(*(int *)0); } 32592 + 32593 +#undef _nc_read_file_entry 32594 +int _nc_read_file_entry( 32595 + const char *const filename, 32596 + TERMTYPE *ptr) 32597 + { return(*(int *)0); } 32598 + 32599 +#undef _nc_read_entry 32600 +int _nc_read_entry( 32601 + const char *const name, 32602 + char *const filename, 32603 + TERMTYPE *const tp) 32604 + { return(*(int *)0); } 32605 + 32606 +/* ./tinfo/read_termcap.c */ 32607 + 32608 +#include <sys/types.h> 32609 + 32610 +#undef _nc_read_termcap_entry 32611 +int _nc_read_termcap_entry( 32612 + const char *const tn, 32613 + TERMTYPE *const tp) 32614 + { return(*(int *)0); } 32615 + 32616 +/* ./tinfo/setbuf.c */ 32617 + 32618 +#undef _nc_set_buffer_sp 32619 +void _nc_set_buffer_sp( 32620 + SCREEN *sp, 32621 + FILE *ofp, 32622 + NCURSES_BOOL buffered) 32623 + { /* void */ } 32624 + 32625 +#undef _nc_set_buffer 32626 +void _nc_set_buffer( 32627 + FILE *ofp, 32628 + NCURSES_BOOL buffered) 32629 + { /* void */ } 32630 + 32631 +/* ./tinfo/strings.c */ 32632 + 32633 +#undef _nc_str_init 32634 +string_desc *_nc_str_init( 32635 + string_desc *dst, 32636 + char *src, 32637 + size_t len) 32638 + { return(*(string_desc **)0); } 32639 + 32640 +#undef _nc_str_null 32641 +string_desc *_nc_str_null( 32642 + string_desc *dst, 32643 + size_t len) 32644 + { return(*(string_desc **)0); } 32645 + 32646 +#undef _nc_str_copy 32647 +string_desc *_nc_str_copy( 32648 + string_desc *dst, 32649 + string_desc *src) 32650 + { return(*(string_desc **)0); } 32651 + 32652 +#undef _nc_safe_strcat 32653 +NCURSES_BOOL _nc_safe_strcat( 32654 + string_desc *dst, 32655 + const char *src) 32656 + { return(*(NCURSES_BOOL *)0); } 32657 + 32658 +#undef _nc_safe_strcpy 32659 +NCURSES_BOOL _nc_safe_strcpy( 32660 + string_desc *dst, 32661 + const char *src) 32662 + { return(*(NCURSES_BOOL *)0); } 32663 + 32664 +/* ./trace/trace_buf.c */ 32665 + 32666 +#undef _nc_trace_buf 32667 +char *_nc_trace_buf( 32668 + int bufnum, 32669 + size_t want) 32670 + { return(*(char **)0); } 32671 + 32672 +#undef _nc_trace_bufcat 32673 +char *_nc_trace_bufcat( 32674 + int bufnum, 32675 + const char *value) 32676 + { return(*(char **)0); } 32677 + 32678 +/* ./trace/trace_tries.c */ 32679 + 32680 +#undef _nc_trace_tries 32681 +void _nc_trace_tries( 32682 + TRIES *tree) 32683 + { /* void */ } 32684 + 32685 +/* ./base/tries.c */ 32686 + 32687 +#undef _nc_expand_try 32688 +char *_nc_expand_try( 32689 + TRIES *tree, 32690 + unsigned code, 32691 + int *count, 32692 + size_t len) 32693 + { return(*(char **)0); } 32694 + 32695 +#undef _nc_remove_key 32696 +int _nc_remove_key( 32697 + TRIES **tree, 32698 + unsigned code) 32699 + { return(*(int *)0); } 32700 + 32701 +#undef _nc_remove_string 32702 +int _nc_remove_string( 32703 + TRIES **tree, 32704 + const char *string) 32705 + { return(*(int *)0); } 32706 + 32707 +/* ./tinfo/trim_sgr0.c */ 32708 + 32709 +#undef _nc_trim_sgr0 32710 +char *_nc_trim_sgr0( 32711 + TERMTYPE *tp) 32712 + { return(*(char **)0); } 32713 + 32714 +/* ./unctrl.c */ 32715 + 32716 +#undef unctrl_sp 32717 +char *unctrl_sp( 32718 + SCREEN *sp, 32719 + chtype ch) 32720 + { return(*(char **)0); } 32721 + 32722 +#undef unctrl 32723 +char *unctrl( 32724 + chtype ch) 32725 + { return(*(char **)0); } 32726 + 32727 +/* ./trace/visbuf.c */ 32728 + 32729 +#undef _nc_visbuf2 32730 +const char *_nc_visbuf2( 32731 + int bufnum, 32732 + const char *buf) 32733 + { return(*(const char **)0); } 32734 + 32735 +#undef _nc_visbuf 32736 +const char *_nc_visbuf( 32737 + const char *buf) 32738 + { return(*(const char **)0); } 32739 + 32740 +#undef _nc_visbufn 32741 +const char *_nc_visbufn( 32742 + const char *buf, 32743 + int len) 32744 + { return(*(const char **)0); } 32745 + 32746 +#undef _nc_viswbuf2 32747 +const char *_nc_viswbuf2( 32748 + int bufnum, 32749 + const wchar_t *buf) 32750 + { return(*(const char **)0); } 32751 + 32752 +#undef _nc_viswbuf 32753 +const char *_nc_viswbuf( 32754 + const wchar_t *buf) 32755 + { return(*(const char **)0); } 32756 + 32757 +#undef _nc_viswbufn 32758 +const char *_nc_viswbufn( 32759 + const wchar_t *buf, 32760 + int len) 32761 + { return(*(const char **)0); } 32762 + 32763 +#undef _nc_viswibuf 32764 +const char *_nc_viswibuf( 32765 + const wint_t *buf) 32766 + { return(*(const char **)0); } 32767 + 32768 +#undef _nc_viscbuf2 32769 +const char *_nc_viscbuf2( 32770 + int bufnum, 32771 + const cchar_t *buf, 32772 + int len) 32773 + { return(*(const char **)0); } 32774 + 32775 +#undef _nc_viscbuf 32776 +const char *_nc_viscbuf( 32777 + const cchar_t *buf, 32778 + int len) 32779 + { return(*(const char **)0); } 32780 + 32781 +/* ./tinfo/alloc_entry.c */ 32782 + 32783 +#undef _nc_init_entry 32784 +void _nc_init_entry( 32785 + TERMTYPE *const tp) 32786 + { /* void */ } 32787 + 32788 +#undef _nc_copy_entry 32789 +ENTRY *_nc_copy_entry( 32790 + ENTRY *oldp) 32791 + { return(*(ENTRY **)0); } 32792 + 32793 +#undef _nc_save_str 32794 +char *_nc_save_str( 32795 + const char *const string) 32796 + { return(*(char **)0); } 32797 + 32798 +#undef _nc_wrap_entry 32799 +void _nc_wrap_entry( 32800 + ENTRY *const ep, 32801 + NCURSES_BOOL copy_strings) 32802 + { /* void */ } 32803 + 32804 +#undef _nc_merge_entry 32805 +void _nc_merge_entry( 32806 + TERMTYPE *const to, 32807 + TERMTYPE *const from) 32808 + { /* void */ } 32809 + 32810 +/* ./tinfo/captoinfo.c */ 32811 + 32812 +#undef _nc_captoinfo 32813 +char *_nc_captoinfo( 32814 + const char *cap, 32815 + const char *s, 32816 + int const parameterized) 32817 + { return(*(char **)0); } 32818 + 32819 +#undef _nc_infotocap 32820 +char *_nc_infotocap( 32821 + const char *cap, 32822 + const char *str, 32823 + int const parameterized) 32824 + { return(*(char **)0); } 32825 + 32826 +/* ./comp_captab.c */ 32827 + 32828 +#include <hashsize.h> 32829 + 32830 +#undef _nc_get_table 32831 +const struct name_table_entry *_nc_get_table( 32832 + NCURSES_BOOL termcap) 32833 + { return(*(const struct name_table_entry **)0); } 32834 + 32835 +#undef _nc_get_hash_table 32836 +const short *_nc_get_hash_table( 32837 + NCURSES_BOOL termcap) 32838 + { return(*(const short **)0); } 32839 + 32840 +#undef _nc_get_alias_table 32841 +const struct alias *_nc_get_alias_table( 32842 + NCURSES_BOOL termcap) 32843 + { return(*(const struct alias **)0); } 32844 + 32845 +/* ./tinfo/comp_expand.c */ 32846 + 32847 +#undef _nc_tic_expand 32848 +char *_nc_tic_expand( 32849 + const char *srcp, 32850 + NCURSES_BOOL tic_format, 32851 + int numbers) 32852 + { return(*(char **)0); } 32853 + 32854 +/* ./tinfo/comp_hash.c */ 32855 + 32856 +#undef _nc_find_entry 32857 +struct name_table_entry const *_nc_find_entry( 32858 + const char *string, 32859 + const short *hash_table) 32860 + { return(*(struct name_table_entry const **)0); } 32861 + 32862 +#undef _nc_find_type_entry 32863 +struct name_table_entry const *_nc_find_type_entry( 32864 + const char *string, 32865 + int type, 32866 + const struct name_table_entry *table) 32867 + { return(*(struct name_table_entry const **)0); } 32868 + 32869 +/* ./tinfo/comp_parse.c */ 32870 + 32871 +#undef _nc_check_termtype2 32872 +void (*_nc_check_termtype2)( 32873 + TERMTYPE *p1, 32874 + NCURSES_BOOL p2); 32875 +#undef _nc_check_termtype 32876 +void (*_nc_check_termtype)( 32877 + TERMTYPE *p1); 32878 + 32879 +#undef _nc_entry_match 32880 +NCURSES_BOOL _nc_entry_match( 32881 + char *n1, 32882 + char *n2) 32883 + { return(*(NCURSES_BOOL *)0); } 32884 + 32885 +#undef _nc_read_entry_source 32886 +void _nc_read_entry_source( 32887 + FILE *fp, 32888 + char *buf, 32889 + int literal, 32890 + NCURSES_BOOL silent, 32891 + NCURSES_BOOL (*hook)( 32892 + ENTRY *p1)) 32893 + { /* void */ } 32894 + 32895 +#undef _nc_resolve_uses2 32896 +int _nc_resolve_uses2( 32897 + NCURSES_BOOL fullresolve, 32898 + NCURSES_BOOL literal) 32899 + { return(*(int *)0); } 32900 + 32901 +#undef _nc_resolve_uses 32902 +int _nc_resolve_uses( 32903 + NCURSES_BOOL fullresolve) 32904 + { return(*(int *)0); } 32905 + 32906 +/* ./tinfo/comp_scan.c */ 32907 + 32908 +#undef _nc_syntax 32909 +int _nc_syntax; 32910 +#undef _nc_curr_file_pos 32911 +long _nc_curr_file_pos; 32912 +#undef _nc_comment_start 32913 +long _nc_comment_start; 32914 +#undef _nc_comment_end 32915 +long _nc_comment_end; 32916 +#undef _nc_start_line 32917 +long _nc_start_line; 32918 +#undef _nc_curr_token 32919 +struct token _nc_curr_token; 32920 +#undef _nc_disable_period 32921 +NCURSES_BOOL _nc_disable_period; 32922 + 32923 +#undef _nc_reset_input 32924 +void _nc_reset_input( 32925 + FILE *fp, 32926 + char *buf) 32927 + { /* void */ } 32928 + 32929 +#undef _nc_get_token 32930 +int _nc_get_token( 32931 + NCURSES_BOOL silent) 32932 + { return(*(int *)0); } 32933 + 32934 +#undef _nc_trans_string 32935 +int _nc_trans_string( 32936 + char *ptr, 32937 + char *last) 32938 + { return(*(int *)0); } 32939 + 32940 +#undef _nc_push_token 32941 +void _nc_push_token( 32942 + int tokclass) 32943 + { /* void */ } 32944 + 32945 +#undef _nc_panic_mode 32946 +void _nc_panic_mode( 32947 + char ch) 32948 + { /* void */ } 32949 + 32950 +/* ./tinfo/parse_entry.c */ 32951 + 32952 +#undef _nc_parse_entry 32953 +int _nc_parse_entry( 32954 + struct entry *entryp, 32955 + int literal, 32956 + NCURSES_BOOL silent) 32957 + { return(*(int *)0); } 32958 + 32959 +#undef _nc_capcmp 32960 +int _nc_capcmp( 32961 + const char *s, 32962 + const char *t) 32963 + { return(*(int *)0); } 32964 + 32965 +typedef struct { 32966 + const char *from; 32967 + const char *to; 32968 +} assoc; 32969 + 32970 +/* ./tinfo/write_entry.c */ 32971 + 32972 +#undef _nc_set_writedir 32973 +void _nc_set_writedir( 32974 + char *dir) 32975 + { /* void */ } 32976 + 32977 +#undef _nc_write_entry 32978 +void _nc_write_entry( 32979 + TERMTYPE *const tp) 32980 + { /* void */ } 32981 + 32982 +#undef _nc_tic_written 32983 +int _nc_tic_written(void) 32984 + { return(*(int *)0); } 32985 + 32986 +/* ./base/define_key.c */ 32987 + 32988 +#undef define_key_sp 32989 +int define_key_sp( 32990 + SCREEN *sp, 32991 + const char *str, 32992 + int keycode) 32993 + { return(*(int *)0); } 32994 + 32995 +#undef define_key 32996 +int define_key( 32997 + const char *str, 32998 + int keycode) 32999 + { return(*(int *)0); } 33000 + 33001 +/* ./tinfo/hashed_db.c */ 33002 + 33003 +#undef _nc_hashed_db 33004 +void _nc_hashed_db(void) 33005 + { /* void */ } 33006 + 33007 +/* ./base/key_defined.c */ 33008 + 33009 +#undef key_defined_sp 33010 +int key_defined_sp( 33011 + SCREEN *sp, 33012 + const char *str) 33013 + { return(*(int *)0); } 33014 + 33015 +#undef key_defined 33016 +int key_defined( 33017 + const char *str) 33018 + { return(*(int *)0); } 33019 + 33020 +/* ./base/keybound.c */ 33021 + 33022 +#undef keybound_sp 33023 +char *keybound_sp( 33024 + SCREEN *sp, 33025 + int code, 33026 + int count) 33027 + { return(*(char **)0); } 33028 + 33029 +#undef keybound 33030 +char *keybound( 33031 + int code, 33032 + int count) 33033 + { return(*(char **)0); } 33034 + 33035 +/* ./base/keyok.c */ 33036 + 33037 +#undef keyok_sp 33038 +int keyok_sp( 33039 + SCREEN *sp, 33040 + int c, 33041 + NCURSES_BOOL flag) 33042 + { return(*(int *)0); } 33043 + 33044 +#undef keyok 33045 +int keyok( 33046 + int c, 33047 + NCURSES_BOOL flag) 33048 + { return(*(int *)0); } 33049 + 33050 +/* ./base/version.c */ 33051 + 33052 +#undef curses_version 33053 +const char *curses_version(void) 33054 + { return(*(const char **)0); } 33055 diff -Naur ncurses-5.7.orig/ncurses/llib-lncursesw ncurses-5.7/ncurses/llib-lncursesw 33056 --- ncurses-5.7.orig/ncurses/llib-lncursesw 2008-10-11 14:03:02.000000000 -0700 33057 +++ ncurses-5.7/ncurses/llib-lncursesw 2009-07-19 15:04:11.000000000 -0700 33058 @@ -1,5 +1,5 @@ 33059 /**************************************************************************** 33060 - * Copyright (c) 2001-2007,2008 Free Software Foundation, Inc. * 33061 + * Copyright (c) 2001-2008,2009 Free Software Foundation, Inc. * 33062 * * 33063 * Permission is hereby granted, free of charge, to any person obtaining a * 33064 * copy of this software and associated documentation files (the * 33065 @@ -27,7 +27,7 @@ 33066 ****************************************************************************/ 33067 33068 /**************************************************************************** 33069 - * Author: Thomas E. Dickey 2001-2008 * 33070 + * Author: Thomas E. Dickey 2001-2009 * 33071 ****************************************************************************/ 33072 /* LINTLIBRARY */ 33073 33074 @@ -38,27 +38,54 @@ 33075 #undef _nc_oldnums 33076 int *_nc_oldnums; 33077 33078 +#undef _nc_scroll_optimize_sp 33079 +void _nc_scroll_optimize_sp( 33080 + SCREEN *sp) 33081 + { /* void */ } 33082 + 33083 #undef _nc_scroll_optimize 33084 void _nc_scroll_optimize(void) 33085 { /* void */ } 33086 33087 +#undef _nc_linedump_sp 33088 +void _nc_linedump_sp( 33089 + SCREEN *sp) 33090 + { /* void */ } 33091 + 33092 #undef _nc_linedump 33093 void _nc_linedump(void) 33094 { /* void */ } 33095 33096 /* ./tty/hashmap.c */ 33097 33098 -#include <term.h> 33099 +#undef _nc_hash_map_sp 33100 +void _nc_hash_map_sp( 33101 + SCREEN *sp) 33102 + { /* void */ } 33103 33104 #undef _nc_hash_map 33105 void _nc_hash_map(void) 33106 { /* void */ } 33107 33108 +#undef _nc_make_oldhash_sp 33109 +void _nc_make_oldhash_sp( 33110 + SCREEN *sp, 33111 + int i) 33112 + { /* void */ } 33113 + 33114 #undef _nc_make_oldhash 33115 void _nc_make_oldhash( 33116 int i) 33117 { /* void */ } 33118 33119 +#undef _nc_scroll_oldhash_sp 33120 +void _nc_scroll_oldhash_sp( 33121 + SCREEN *sp, 33122 + int n, 33123 + int top, 33124 + int bot) 33125 + { /* void */ } 33126 + 33127 #undef _nc_scroll_oldhash 33128 void _nc_scroll_oldhash( 33129 int n, 33130 @@ -137,6 +164,11 @@ 33131 33132 /* ./base/lib_beep.c */ 33133 33134 +#undef beep_sp 33135 +int beep_sp( 33136 + SCREEN *sp) 33137 + { return(*(int *)0); } 33138 + 33139 #undef beep 33140 int beep(void) 33141 { return(*(int *)0); } 33142 @@ -224,6 +256,7 @@ 33143 33144 /* ./base/lib_color.c */ 33145 33146 +#include <term.h> 33147 #include <tic.h> 33148 33149 #undef COLOR_PAIRS 33150 @@ -231,14 +264,32 @@ 33151 #undef COLORS 33152 int COLORS; 33153 33154 +#undef _nc_reset_colors_sp 33155 +NCURSES_BOOL _nc_reset_colors_sp( 33156 + SCREEN *sp) 33157 + { return(*(NCURSES_BOOL *)0); } 33158 + 33159 #undef _nc_reset_colors 33160 NCURSES_BOOL _nc_reset_colors(void) 33161 { return(*(NCURSES_BOOL *)0); } 33162 33163 +#undef start_color_sp 33164 +int start_color_sp( 33165 + SCREEN *sp) 33166 + { return(*(int *)0); } 33167 + 33168 #undef start_color 33169 int start_color(void) 33170 { return(*(int *)0); } 33171 33172 +#undef init_pair_sp 33173 +int init_pair_sp( 33174 + SCREEN *sp, 33175 + short pair, 33176 + short f, 33177 + short b) 33178 + { return(*(int *)0); } 33179 + 33180 #undef init_pair 33181 int init_pair( 33182 short pair, 33183 @@ -246,6 +297,15 @@ 33184 short b) 33185 { return(*(int *)0); } 33186 33187 +#undef init_color_sp 33188 +int init_color_sp( 33189 + SCREEN *sp, 33190 + short color, 33191 + short r, 33192 + short g, 33193 + short b) 33194 + { return(*(int *)0); } 33195 + 33196 #undef init_color 33197 int init_color( 33198 short color, 33199 @@ -254,14 +314,33 @@ 33200 short b) 33201 { return(*(int *)0); } 33202 33203 +#undef can_change_color_sp 33204 +NCURSES_BOOL can_change_color_sp( 33205 + SCREEN *sp) 33206 + { return(*(NCURSES_BOOL *)0); } 33207 + 33208 #undef can_change_color 33209 NCURSES_BOOL can_change_color(void) 33210 { return(*(NCURSES_BOOL *)0); } 33211 33212 +#undef has_colors_sp 33213 +NCURSES_BOOL has_colors_sp( 33214 + SCREEN *sp) 33215 + { return(*(NCURSES_BOOL *)0); } 33216 + 33217 #undef has_colors 33218 NCURSES_BOOL has_colors(void) 33219 { return(*(NCURSES_BOOL *)0); } 33220 33221 +#undef color_content_sp 33222 +int color_content_sp( 33223 + SCREEN *sp, 33224 + short color, 33225 + short *r, 33226 + short *g, 33227 + short *b) 33228 + { return(*(int *)0); } 33229 + 33230 #undef color_content 33231 int color_content( 33232 short color, 33233 @@ -270,6 +349,14 @@ 33234 short *b) 33235 { return(*(int *)0); } 33236 33237 +#undef pair_content_sp 33238 +int pair_content_sp( 33239 + SCREEN *sp, 33240 + short pair, 33241 + short *f, 33242 + short *b) 33243 + { return(*(int *)0); } 33244 + 33245 #undef pair_content 33246 int pair_content( 33247 short pair, 33248 @@ -277,13 +364,21 @@ 33249 short *b) 33250 { return(*(int *)0); } 33251 33252 +#undef _nc_do_color_sp 33253 +void _nc_do_color_sp( 33254 + SCREEN *sp, 33255 + short old_pair, 33256 + short pair, 33257 + NCURSES_BOOL reverse, 33258 + NCURSES_OUTC_sp outc) 33259 + { /* void */ } 33260 + 33261 #undef _nc_do_color 33262 void _nc_do_color( 33263 short old_pair, 33264 short pair, 33265 NCURSES_BOOL reverse, 33266 - int (*outc)( 33267 - int p1)) 33268 + NCURSES_OUTC outc) 33269 { /* void */ } 33270 33271 /* ./base/lib_colorset.c */ 33272 @@ -311,16 +406,31 @@ 33273 33274 /* ./base/lib_echo.c */ 33275 33276 +#undef echo_sp 33277 +int echo_sp( 33278 + SCREEN *sp) 33279 + { return(*(int *)0); } 33280 + 33281 #undef echo 33282 int echo(void) 33283 { return(*(int *)0); } 33284 33285 +#undef noecho_sp 33286 +int noecho_sp( 33287 + SCREEN *sp) 33288 + { return(*(int *)0); } 33289 + 33290 #undef noecho 33291 int noecho(void) 33292 { return(*(int *)0); } 33293 33294 /* ./base/lib_endwin.c */ 33295 33296 +#undef endwin_sp 33297 +int endwin_sp( 33298 + SCREEN *sp) 33299 + { return(*(int *)0); } 33300 + 33301 #undef endwin 33302 int endwin(void) 33303 { return(*(int *)0); } 33304 @@ -334,6 +444,11 @@ 33305 33306 /* ./base/lib_flash.c */ 33307 33308 +#undef flash_sp 33309 +int flash_sp( 33310 + SCREEN *sp) 33311 + { return(*(int *)0); } 33312 + 33313 #undef flash 33314 int flash(void) 33315 { return(*(int *)0); } 33316 @@ -1646,6 +1761,12 @@ 33317 #undef ESCDELAY 33318 int ESCDELAY; 33319 33320 +#undef set_escdelay_sp 33321 +int set_escdelay_sp( 33322 + SCREEN *sp, 33323 + int value) 33324 + { return(*(int *)0); } 33325 + 33326 #undef set_escdelay 33327 int set_escdelay( 33328 int value) 33329 @@ -1708,6 +1829,7 @@ 33330 33331 #undef _nc_insert_ch 33332 int _nc_insert_ch( 33333 + SCREEN *sp, 33334 WINDOW *win, 33335 chtype ch) 33336 { return(*(int *)0); } 33337 @@ -1746,6 +1868,11 @@ 33338 33339 /* ./base/lib_isendwin.c */ 33340 33341 +#undef isendwin_sp 33342 +NCURSES_BOOL isendwin_sp( 33343 + SCREEN *sp) 33344 + { return(*(NCURSES_BOOL *)0); } 33345 + 33346 #undef isendwin 33347 NCURSES_BOOL isendwin(void) 33348 { return(*(NCURSES_BOOL *)0); } 33349 @@ -1760,16 +1887,35 @@ 33350 33351 /* ./base/lib_mouse.c */ 33352 33353 +#undef getmouse_sp 33354 +int getmouse_sp( 33355 + SCREEN *sp, 33356 + MEVENT *aevent) 33357 + { return(*(int *)0); } 33358 + 33359 #undef getmouse 33360 int getmouse( 33361 MEVENT *aevent) 33362 { return(*(int *)0); } 33363 33364 +#undef ungetmouse_sp 33365 +int ungetmouse_sp( 33366 + SCREEN *sp, 33367 + MEVENT *aevent) 33368 + { return(*(int *)0); } 33369 + 33370 #undef ungetmouse 33371 int ungetmouse( 33372 MEVENT *aevent) 33373 { return(*(int *)0); } 33374 33375 +#undef mousemask_sp 33376 +mmask_t mousemask_sp( 33377 + SCREEN *sp, 33378 + mmask_t newmask, 33379 + mmask_t *oldmask) 33380 + { return(*(mmask_t *)0); } 33381 + 33382 #undef mousemask 33383 mmask_t mousemask( 33384 mmask_t newmask, 33385 @@ -1783,14 +1929,30 @@ 33386 int x) 33387 { return(*(NCURSES_BOOL *)0); } 33388 33389 +#undef mouseinterval_sp 33390 +int mouseinterval_sp( 33391 + SCREEN *sp, 33392 + int maxclick) 33393 + { return(*(int *)0); } 33394 + 33395 #undef mouseinterval 33396 int mouseinterval( 33397 int maxclick) 33398 { return(*(int *)0); } 33399 33400 #undef _nc_has_mouse 33401 -int _nc_has_mouse(void) 33402 - { return(*(int *)0); } 33403 +NCURSES_BOOL _nc_has_mouse( 33404 + SCREEN *sp) 33405 + { return(*(NCURSES_BOOL *)0); } 33406 + 33407 +#undef has_mouse_sp 33408 +NCURSES_BOOL has_mouse_sp( 33409 + SCREEN *sp) 33410 + { return(*(NCURSES_BOOL *)0); } 33411 + 33412 +#undef has_mouse 33413 +NCURSES_BOOL has_mouse(void) 33414 + { return(*(NCURSES_BOOL *)0); } 33415 33416 #undef wmouse_trafo 33417 NCURSES_BOOL wmouse_trafo( 33418 @@ -1811,24 +1973,55 @@ 33419 33420 /* ./tty/lib_mvcur.c */ 33421 33422 +#undef _nc_msec_cost_sp 33423 +int _nc_msec_cost_sp( 33424 + SCREEN *sp, 33425 + const char *const cap, 33426 + int affcnt) 33427 + { return(*(int *)0); } 33428 + 33429 #undef _nc_msec_cost 33430 int _nc_msec_cost( 33431 const char *const cap, 33432 int affcnt) 33433 { return(*(int *)0); } 33434 33435 +#undef _nc_mvcur_resume_sp 33436 +void _nc_mvcur_resume_sp( 33437 + SCREEN *sp) 33438 + { /* void */ } 33439 + 33440 #undef _nc_mvcur_resume 33441 void _nc_mvcur_resume(void) 33442 { /* void */ } 33443 33444 +#undef _nc_mvcur_init_sp 33445 +void _nc_mvcur_init_sp( 33446 + SCREEN *sp) 33447 + { /* void */ } 33448 + 33449 #undef _nc_mvcur_init 33450 void _nc_mvcur_init(void) 33451 { /* void */ } 33452 33453 +#undef _nc_mvcur_wrap_sp 33454 +void _nc_mvcur_wrap_sp( 33455 + SCREEN *sp) 33456 + { /* void */ } 33457 + 33458 #undef _nc_mvcur_wrap 33459 void _nc_mvcur_wrap(void) 33460 { /* void */ } 33461 33462 +#undef mvcur_sp 33463 +int mvcur_sp( 33464 + SCREEN *sp, 33465 + int yold, 33466 + int xold, 33467 + int ynew, 33468 + int xnew) 33469 + { return(*(int *)0); } 33470 + 33471 #undef mvcur 33472 int mvcur( 33473 int yold, 33474 @@ -1851,14 +2044,32 @@ 33475 33476 /* ./base/lib_newterm.c */ 33477 33478 +#undef filter_sp 33479 +void filter_sp( 33480 + SCREEN *sp) 33481 + { /* void */ } 33482 + 33483 #undef filter 33484 void filter(void) 33485 { /* void */ } 33486 33487 +#undef nofilter_sp 33488 +void nofilter_sp( 33489 + SCREEN *sp) 33490 + { /* void */ } 33491 + 33492 #undef nofilter 33493 void nofilter(void) 33494 { /* void */ } 33495 33496 +#undef newterm_sp 33497 +SCREEN *newterm_sp( 33498 + SCREEN *sp, 33499 + char *name, 33500 + FILE *ofp, 33501 + FILE *ifp) 33502 + { return(*(SCREEN **)0); } 33503 + 33504 #undef newterm 33505 SCREEN *newterm( 33506 char *name, 33507 @@ -1873,6 +2084,15 @@ 33508 WINDOW *win) 33509 { return(*(int *)0); } 33510 33511 +#undef newwin_sp 33512 +WINDOW *newwin_sp( 33513 + SCREEN *sp, 33514 + int num_lines, 33515 + int num_columns, 33516 + int begy, 33517 + int begx) 33518 + { return(*(WINDOW **)0); } 33519 + 33520 #undef newwin 33521 WINDOW *newwin( 33522 int num_lines, 33523 @@ -1899,6 +2119,16 @@ 33524 int x) 33525 { return(*(WINDOW **)0); } 33526 33527 +#undef _nc_makenew_sp 33528 +WINDOW *_nc_makenew_sp( 33529 + SCREEN *sp, 33530 + int num_lines, 33531 + int num_columns, 33532 + int begy, 33533 + int begx, 33534 + int flags) 33535 + { return(*(WINDOW **)0); } 33536 + 33537 #undef _nc_makenew 33538 WINDOW *_nc_makenew( 33539 int num_lines, 33540 @@ -1908,17 +2138,37 @@ 33541 int flags) 33542 { return(*(WINDOW **)0); } 33543 33544 -#undef _nc_screen_of 33545 -SCREEN *_nc_screen_of( 33546 - WINDOW *win) 33547 - { return(*(SCREEN **)0); } 33548 +#undef _nc_curscr_of 33549 +WINDOW *_nc_curscr_of( 33550 + SCREEN *sp) 33551 + { return(*(WINDOW **)0); } 33552 + 33553 +#undef _nc_newscr_of 33554 +WINDOW *_nc_newscr_of( 33555 + SCREEN *sp) 33556 + { return(*(WINDOW **)0); } 33557 + 33558 +#undef _nc_stdscr_of 33559 +WINDOW *_nc_stdscr_of( 33560 + SCREEN *sp) 33561 + { return(*(WINDOW **)0); } 33562 33563 /* ./base/lib_nl.c */ 33564 33565 +#undef nl_sp 33566 +int nl_sp( 33567 + SCREEN *sp) 33568 + { return(*(int *)0); } 33569 + 33570 #undef nl 33571 int nl(void) 33572 { return(*(int *)0); } 33573 33574 +#undef nonl_sp 33575 +int nonl_sp( 33576 + SCREEN *sp) 33577 + { return(*(int *)0); } 33578 + 33579 #undef nonl 33580 int nonl(void) 33581 { return(*(int *)0); } 33582 @@ -1952,6 +2202,13 @@ 33583 33584 /* ./base/lib_pad.c */ 33585 33586 +#undef newpad_sp 33587 +WINDOW *newpad_sp( 33588 + SCREEN *sp, 33589 + int l, 33590 + int c) 33591 + { return(*(WINDOW **)0); } 33592 + 33593 #undef newpad 33594 WINDOW *newpad( 33595 int l, 33596 @@ -2057,6 +2314,14 @@ 33597 33598 /* ./base/lib_restart.c */ 33599 33600 +#undef restartterm_sp 33601 +int restartterm_sp( 33602 + SCREEN *sp, 33603 + char *termp, 33604 + int filenum, 33605 + int *errret) 33606 + { return(*(int *)0); } 33607 + 33608 #undef restartterm 33609 int restartterm( 33610 char *termp, 33611 @@ -2105,6 +2370,12 @@ 33612 33613 /* ./base/lib_screen.c */ 33614 33615 +#undef getwin_sp 33616 +WINDOW *getwin_sp( 33617 + SCREEN *sp, 33618 + FILE *filep) 33619 + { return(*(WINDOW **)0); } 33620 + 33621 #undef getwin 33622 WINDOW *getwin( 33623 FILE *filep) 33624 @@ -2116,6 +2387,12 @@ 33625 FILE *filep) 33626 { return(*(int *)0); } 33627 33628 +#undef scr_restore_sp 33629 +int scr_restore_sp( 33630 + SCREEN *sp, 33631 + const char *file) 33632 + { return(*(int *)0); } 33633 + 33634 #undef scr_restore 33635 int scr_restore( 33636 const char *file) 33637 @@ -2126,11 +2403,23 @@ 33638 const char *file) 33639 { return(*(int *)0); } 33640 33641 +#undef scr_init_sp 33642 +int scr_init_sp( 33643 + SCREEN *sp, 33644 + const char *file) 33645 + { return(*(int *)0); } 33646 + 33647 #undef scr_init 33648 int scr_init( 33649 const char *file) 33650 { return(*(int *)0); } 33651 33652 +#undef scr_set_sp 33653 +int scr_set_sp( 33654 + SCREEN *sp, 33655 + const char *file) 33656 + { return(*(int *)0); } 33657 + 33658 #undef scr_set 33659 int scr_set( 33660 const char *file) 33661 @@ -2191,6 +2480,15 @@ 33662 int slk_format) 33663 { return(*(int *)0); } 33664 33665 +#undef _nc_ripoffline_sp 33666 +int _nc_ripoffline_sp( 33667 + SCREEN *sp, 33668 + int line, 33669 + int (*init)( 33670 + WINDOW *p1, 33671 + int p2)) 33672 + { return(*(int *)0); } 33673 + 33674 #undef _nc_ripoffline 33675 int _nc_ripoffline( 33676 int line, 33677 @@ -2199,6 +2497,15 @@ 33678 int p2)) 33679 { return(*(int *)0); } 33680 33681 +#undef ripoffline_sp 33682 +int ripoffline_sp( 33683 + SCREEN *sp, 33684 + int line, 33685 + int (*init)( 33686 + WINDOW *p1, 33687 + int p2)) 33688 + { return(*(int *)0); } 33689 + 33690 #undef ripoffline 33691 int ripoffline( 33692 int line, 33693 @@ -2215,12 +2522,25 @@ 33694 int cols) 33695 { return(*(int *)0); } 33696 33697 +#undef slk_restore_sp 33698 +int slk_restore_sp( 33699 + SCREEN *sp) 33700 + { return(*(int *)0); } 33701 + 33702 #undef slk_restore 33703 int slk_restore(void) 33704 { return(*(int *)0); } 33705 33706 /* ./base/lib_slkatr_set.c */ 33707 33708 +#undef slk_attr_set_sp 33709 +int slk_attr_set_sp( 33710 + SCREEN *sp, 33711 + const attr_t attr, 33712 + short color_pair_number, 33713 + void *opts) 33714 + { return(*(int *)0); } 33715 + 33716 #undef slk_attr_set 33717 int slk_attr_set( 33718 const attr_t attr, 33719 @@ -2230,6 +2550,12 @@ 33720 33721 /* ./base/lib_slkatrof.c */ 33722 33723 +#undef slk_attroff_sp 33724 +int slk_attroff_sp( 33725 + SCREEN *sp, 33726 + const chtype attr) 33727 + { return(*(int *)0); } 33728 + 33729 #undef slk_attroff 33730 int slk_attroff( 33731 const chtype attr) 33732 @@ -2237,6 +2563,12 @@ 33733 33734 /* ./base/lib_slkatron.c */ 33735 33736 +#undef slk_attron_sp 33737 +int slk_attron_sp( 33738 + SCREEN *sp, 33739 + const chtype attr) 33740 + { return(*(int *)0); } 33741 + 33742 #undef slk_attron 33743 int slk_attron( 33744 const chtype attr) 33745 @@ -2244,6 +2576,12 @@ 33746 33747 /* ./base/lib_slkatrset.c */ 33748 33749 +#undef slk_attrset_sp 33750 +int slk_attrset_sp( 33751 + SCREEN *sp, 33752 + const chtype attr) 33753 + { return(*(int *)0); } 33754 + 33755 #undef slk_attrset 33756 int slk_attrset( 33757 const chtype attr) 33758 @@ -2251,18 +2589,34 @@ 33759 33760 /* ./base/lib_slkattr.c */ 33761 33762 +#undef slk_attr_sp 33763 +attr_t slk_attr_sp( 33764 + SCREEN *sp) 33765 + { return(*(attr_t *)0); } 33766 + 33767 #undef slk_attr 33768 attr_t slk_attr(void) 33769 { return(*(attr_t *)0); } 33770 33771 /* ./base/lib_slkclear.c */ 33772 33773 +#undef slk_clear_sp 33774 +int slk_clear_sp( 33775 + SCREEN *sp) 33776 + { return(*(int *)0); } 33777 + 33778 #undef slk_clear 33779 int slk_clear(void) 33780 { return(*(int *)0); } 33781 33782 /* ./base/lib_slkcolor.c */ 33783 33784 +#undef slk_color_sp 33785 +int slk_color_sp( 33786 + SCREEN *sp, 33787 + short color_pair_number) 33788 + { return(*(int *)0); } 33789 + 33790 #undef slk_color 33791 int slk_color( 33792 short color_pair_number) 33793 @@ -2270,6 +2624,12 @@ 33794 33795 /* ./base/lib_slkinit.c */ 33796 33797 +#undef slk_init_sp 33798 +int slk_init_sp( 33799 + SCREEN *sp, 33800 + int format) 33801 + { return(*(int *)0); } 33802 + 33803 #undef slk_init 33804 int slk_init( 33805 int format) 33806 @@ -2277,6 +2637,12 @@ 33807 33808 /* ./base/lib_slklab.c */ 33809 33810 +#undef slk_label_sp 33811 +char *slk_label_sp( 33812 + SCREEN *sp, 33813 + int n) 33814 + { return(*(char **)0); } 33815 + 33816 #undef slk_label 33817 char *slk_label( 33818 int n) 33819 @@ -2284,10 +2650,20 @@ 33820 33821 /* ./base/lib_slkrefr.c */ 33822 33823 +#undef slk_noutrefresh_sp 33824 +int slk_noutrefresh_sp( 33825 + SCREEN *sp) 33826 + { return(*(int *)0); } 33827 + 33828 #undef slk_noutrefresh 33829 int slk_noutrefresh(void) 33830 { return(*(int *)0); } 33831 33832 +#undef slk_refresh_sp 33833 +int slk_refresh_sp( 33834 + SCREEN *sp) 33835 + { return(*(int *)0); } 33836 + 33837 #undef slk_refresh 33838 int slk_refresh(void) 33839 { return(*(int *)0); } 33840 @@ -2296,6 +2672,14 @@ 33841 33842 #include <wctype.h> 33843 33844 +#undef slk_set_sp 33845 +int slk_set_sp( 33846 + SCREEN *sp, 33847 + int i, 33848 + const char *astr, 33849 + int format) 33850 + { return(*(int *)0); } 33851 + 33852 #undef slk_set 33853 int slk_set( 33854 int i, 33855 @@ -2305,6 +2689,11 @@ 33856 33857 /* ./base/lib_slktouch.c */ 33858 33859 +#undef slk_touch_sp 33860 +int slk_touch_sp( 33861 + SCREEN *sp) 33862 + { return(*(int *)0); } 33863 + 33864 #undef slk_touch 33865 int slk_touch(void) 33866 { return(*(int *)0); } 33867 @@ -2367,8 +2756,8 @@ 33868 SCREEN *sp) 33869 { /* void */ } 33870 33871 -#undef _nc_ungetch 33872 -int _nc_ungetch( 33873 +#undef ungetch_sp 33874 +int ungetch_sp( 33875 SCREEN *sp, 33876 int ch) 33877 { return(*(int *)0); } 33878 @@ -2380,11 +2769,23 @@ 33879 33880 /* ./tty/lib_vidattr.c */ 33881 33882 +#undef vidputs_sp 33883 +int vidputs_sp( 33884 + SCREEN *sp, 33885 + chtype newmode, 33886 + NCURSES_OUTC_sp outc) 33887 + { return(*(int *)0); } 33888 + 33889 #undef vidputs 33890 int vidputs( 33891 chtype newmode, 33892 - int (*outc)( 33893 - int p1)) 33894 + NCURSES_OUTC outc) 33895 + { return(*(int *)0); } 33896 + 33897 +#undef vidattr_sp 33898 +int vidattr_sp( 33899 + SCREEN *sp, 33900 + chtype newmode) 33901 { return(*(int *)0); } 33902 33903 #undef vidattr 33904 @@ -2392,6 +2793,11 @@ 33905 chtype newmode) 33906 { return(*(int *)0); } 33907 33908 +#undef termattrs_sp 33909 +chtype termattrs_sp( 33910 + SCREEN *sp) 33911 + { return(*(chtype *)0); } 33912 + 33913 #undef termattrs 33914 chtype termattrs(void) 33915 { return(*(chtype *)0); } 33916 @@ -2472,12 +2878,24 @@ 33917 33918 /* ./base/nc_panel.c */ 33919 33920 +#undef _nc_panelhook_sp 33921 +struct panelhook *_nc_panelhook_sp( 33922 + SCREEN *sp) 33923 + { return(*(struct panelhook **)0); } 33924 + 33925 #undef _nc_panelhook 33926 struct panelhook *_nc_panelhook(void) 33927 { return(*(struct panelhook **)0); } 33928 33929 /* ./base/safe_sprintf.c */ 33930 33931 +#undef _nc_printf_string_sp 33932 +char *_nc_printf_string_sp( 33933 + SCREEN *sp, 33934 + const char *fmt, 33935 + va_list ap) 33936 + { return(*(char **)0); } 33937 + 33938 #undef _nc_printf_string 33939 char *_nc_printf_string( 33940 const char *fmt, 33941 @@ -2489,10 +2907,24 @@ 33942 #include <sys/time.h> 33943 #include <sys/times.h> 33944 33945 +#undef doupdate_sp 33946 +int doupdate_sp( 33947 + SCREEN *sp) 33948 + { return(*(int *)0); } 33949 + 33950 #undef doupdate 33951 int doupdate(void) 33952 { return(*(int *)0); } 33953 33954 +#undef _nc_scrolln_sp 33955 +int _nc_scrolln_sp( 33956 + SCREEN *sp, 33957 + int n, 33958 + int top, 33959 + int bot, 33960 + int maxy) 33961 + { return(*(int *)0); } 33962 + 33963 #undef _nc_scrolln 33964 int _nc_scrolln( 33965 int n, 33966 @@ -2501,18 +2933,39 @@ 33967 int maxy) 33968 { return(*(int *)0); } 33969 33970 +#undef _nc_screen_resume_sp 33971 +void _nc_screen_resume_sp( 33972 + SCREEN *sp) 33973 + { /* void */ } 33974 + 33975 #undef _nc_screen_resume 33976 void _nc_screen_resume(void) 33977 { /* void */ } 33978 33979 +#undef _nc_screen_init_sp 33980 +void _nc_screen_init_sp( 33981 + SCREEN *sp) 33982 + { /* void */ } 33983 + 33984 #undef _nc_screen_init 33985 void _nc_screen_init(void) 33986 { /* void */ } 33987 33988 +#undef _nc_screen_wrap_sp 33989 +void _nc_screen_wrap_sp( 33990 + SCREEN *sp) 33991 + { /* void */ } 33992 + 33993 #undef _nc_screen_wrap 33994 void _nc_screen_wrap(void) 33995 { /* void */ } 33996 33997 +#undef _nc_do_xmc_glitch_sp 33998 +void _nc_do_xmc_glitch_sp( 33999 + SCREEN *sp, 34000 + attr_t previous) 34001 + { /* void */ } 34002 + 34003 #undef _nc_do_xmc_glitch 34004 void _nc_do_xmc_glitch( 34005 attr_t previous) 34006 @@ -2550,6 +3003,12 @@ 34007 void _nc_freeall(void) 34008 { /* void */ } 34009 34010 +#undef _nc_free_and_exit_sp 34011 +void _nc_free_and_exit_sp( 34012 + SCREEN *sp, 34013 + int code) 34014 + { /* void */ } 34015 + 34016 #undef _nc_free_and_exit 34017 void _nc_free_and_exit( 34018 int code) 34019 @@ -2739,6 +3198,12 @@ 34020 mbstate_t *state) 34021 { return(*(size_t *)0); } 34022 34023 +#undef unget_wch_sp 34024 +int unget_wch_sp( 34025 + SCREEN *sp, 34026 + const wchar_t wch) 34027 + { return(*(int *)0); } 34028 + 34029 #undef unget_wch 34030 int unget_wch( 34031 const wchar_t wch) 34032 @@ -2746,13 +3211,29 @@ 34033 34034 /* ./widechar/lib_vid_attr.c */ 34035 34036 +#undef vid_puts_sp 34037 +int vid_puts_sp( 34038 + SCREEN *sp, 34039 + attr_t newmode, 34040 + short pair, 34041 + void *opts, 34042 + NCURSES_OUTC_sp outc) 34043 + { return(*(int *)0); } 34044 + 34045 #undef vid_puts 34046 int vid_puts( 34047 attr_t newmode, 34048 short pair, 34049 void *opts, 34050 - int (*outc)( 34051 - int p1)) 34052 + NCURSES_OUTC outc) 34053 + { return(*(int *)0); } 34054 + 34055 +#undef vid_attr_sp 34056 +int vid_attr_sp( 34057 + SCREEN *sp, 34058 + attr_t newmode, 34059 + short pair, 34060 + void *opts) 34061 { return(*(int *)0); } 34062 34063 #undef vid_attr 34064 @@ -2762,6 +3243,11 @@ 34065 void *opts) 34066 { return(*(int *)0); } 34067 34068 +#undef term_attrs_sp 34069 +attr_t term_attrs_sp( 34070 + SCREEN *sp) 34071 + { return(*(attr_t *)0); } 34072 + 34073 #undef term_attrs 34074 attr_t term_attrs(void) 34075 { return(*(attr_t *)0); } 34076 @@ -2786,6 +3272,12 @@ 34077 34078 /* ./widechar/lib_wunctrl.c */ 34079 34080 +#undef wunctrl_sp 34081 +wchar_t *wunctrl_sp( 34082 + SCREEN *sp, 34083 + cchar_t *wc) 34084 + { return(*(wchar_t **)0); } 34085 + 34086 #undef wunctrl 34087 wchar_t *wunctrl( 34088 cchar_t *wc) 34089 @@ -2805,6 +3297,24 @@ 34090 attr_t at) 34091 { /* void */ } 34092 34093 +#undef _nc_DelCharCost_sp 34094 +int _nc_DelCharCost_sp( 34095 + SCREEN *sp, 34096 + int count) 34097 + { return(*(int *)0); } 34098 + 34099 +#undef _nc_InsCharCost_sp 34100 +int _nc_InsCharCost_sp( 34101 + SCREEN *sp, 34102 + int count) 34103 + { return(*(int *)0); } 34104 + 34105 +#undef _nc_UpdateAttrs_sp 34106 +void _nc_UpdateAttrs_sp( 34107 + SCREEN *sp, 34108 + const cchar_t *c) 34109 + { /* void */ } 34110 + 34111 #undef _nc_DelCharCost 34112 int _nc_DelCharCost( 34113 int count) 34114 @@ -2817,11 +3327,17 @@ 34115 34116 #undef _nc_UpdateAttrs 34117 void _nc_UpdateAttrs( 34118 - cchar_t c) 34119 + const cchar_t *c) 34120 { /* void */ } 34121 34122 /* ./base/legacy_coding.c */ 34123 34124 +#undef use_legacy_coding_sp 34125 +int use_legacy_coding_sp( 34126 + SCREEN *sp, 34127 + int level) 34128 + { return(*(int *)0); } 34129 + 34130 #undef use_legacy_coding 34131 int use_legacy_coding( 34132 int level) 34133 @@ -2829,10 +3345,22 @@ 34134 34135 /* ./base/lib_dft_fgbg.c */ 34136 34137 +#undef use_default_colors_sp 34138 +int use_default_colors_sp( 34139 + SCREEN *sp) 34140 + { return(*(int *)0); } 34141 + 34142 #undef use_default_colors 34143 int use_default_colors(void) 34144 { return(*(int *)0); } 34145 34146 +#undef assume_default_colors_sp 34147 +int assume_default_colors_sp( 34148 + SCREEN *sp, 34149 + int fg, 34150 + int bg) 34151 + { return(*(int *)0); } 34152 + 34153 #undef assume_default_colors 34154 int assume_default_colors( 34155 int fg, 34156 @@ -2841,6 +3369,13 @@ 34157 34158 /* ./tinfo/lib_print.c */ 34159 34160 +#undef mcprint_sp 34161 +int mcprint_sp( 34162 + SCREEN *sp, 34163 + char *data, 34164 + int len) 34165 + { return(*(int *)0); } 34166 + 34167 #undef mcprint 34168 int mcprint( 34169 char *data, 34170 @@ -2849,18 +3384,39 @@ 34171 34172 /* ./base/resizeterm.c */ 34173 34174 +#undef is_term_resized_sp 34175 +NCURSES_BOOL is_term_resized_sp( 34176 + SCREEN *sp, 34177 + int ToLines, 34178 + int ToCols) 34179 + { return(*(NCURSES_BOOL *)0); } 34180 + 34181 #undef is_term_resized 34182 NCURSES_BOOL is_term_resized( 34183 int ToLines, 34184 int ToCols) 34185 { return(*(NCURSES_BOOL *)0); } 34186 34187 +#undef resize_term_sp 34188 +int resize_term_sp( 34189 + SCREEN *sp, 34190 + int ToLines, 34191 + int ToCols) 34192 + { return(*(int *)0); } 34193 + 34194 #undef resize_term 34195 int resize_term( 34196 int ToLines, 34197 int ToCols) 34198 { return(*(int *)0); } 34199 34200 +#undef resizeterm_sp 34201 +int resizeterm_sp( 34202 + SCREEN *sp, 34203 + int ToLines, 34204 + int ToCols) 34205 + { return(*(int *)0); } 34206 + 34207 #undef resizeterm 34208 int resizeterm( 34209 int ToLines, 34210 @@ -3143,6 +3699,11 @@ 34211 #undef acs_map 34212 chtype acs_map[128]; 34213 34214 +#undef _nc_init_acs_sp 34215 +void _nc_init_acs_sp( 34216 + SCREEN *sp) 34217 + { /* void */ } 34218 + 34219 #undef _nc_init_acs 34220 void _nc_init_acs(void) 34221 { /* void */ } 34222 @@ -3166,6 +3727,11 @@ 34223 int BaudRate) 34224 { return(*(int *)0); } 34225 34226 +#undef baudrate_sp 34227 +int baudrate_sp( 34228 + SCREEN *sp) 34229 + { return(*(int *)0); } 34230 + 34231 #undef baudrate 34232 int baudrate(void) 34233 { return(*(int *)0); } 34234 @@ -3180,6 +3746,12 @@ 34235 TERMINAL *termp) 34236 { return(*(TERMINAL **)0); } 34237 34238 +#undef del_curterm_sp 34239 +int del_curterm_sp( 34240 + SCREEN *sp, 34241 + TERMINAL *termp) 34242 + { return(*(int *)0); } 34243 + 34244 #undef del_curterm 34245 int del_curterm( 34246 TERMINAL *termp) 34247 @@ -3202,26 +3774,56 @@ 34248 #undef _nc_prescreen 34249 NCURSES_PRESCREEN _nc_prescreen; 34250 34251 +#undef _nc_screen_of 34252 +SCREEN *_nc_screen_of( 34253 + WINDOW *win) 34254 + { return(*(SCREEN **)0); } 34255 + 34256 /* ./tinfo/lib_has_cap.c */ 34257 34258 +#undef has_ic_sp 34259 +NCURSES_BOOL has_ic_sp( 34260 + SCREEN *sp) 34261 + { return(*(NCURSES_BOOL *)0); } 34262 + 34263 #undef has_ic 34264 NCURSES_BOOL has_ic(void) 34265 { return(*(NCURSES_BOOL *)0); } 34266 34267 +#undef has_il_sp 34268 +NCURSES_BOOL has_il_sp( 34269 + SCREEN *sp) 34270 + { return(*(NCURSES_BOOL *)0); } 34271 + 34272 #undef has_il 34273 NCURSES_BOOL has_il(void) 34274 { return(*(NCURSES_BOOL *)0); } 34275 34276 /* ./tinfo/lib_kernel.c */ 34277 34278 +#undef erasechar_sp 34279 +char erasechar_sp( 34280 + SCREEN *sp) 34281 + { return(*(char *)0); } 34282 + 34283 #undef erasechar 34284 char erasechar(void) 34285 { return(*(char *)0); } 34286 34287 +#undef killchar_sp 34288 +char killchar_sp( 34289 + SCREEN *sp) 34290 + { return(*(char *)0); } 34291 + 34292 #undef killchar 34293 char killchar(void) 34294 { return(*(char *)0); } 34295 34296 +#undef flushinp_sp 34297 +int flushinp_sp( 34298 + SCREEN *sp) 34299 + { return(*(int *)0); } 34300 + 34301 #undef flushinp 34302 int flushinp(void) 34303 { return(*(int *)0); } 34304 @@ -3230,8 +3832,8 @@ 34305 34306 struct kn { short offset; int code; }; 34307 34308 -#undef _nc_keyname 34309 -char *_nc_keyname( 34310 +#undef keyname_sp 34311 +char *keyname_sp( 34312 SCREEN *sp, 34313 int c) 34314 { return(*(char **)0); } 34315 @@ -3251,6 +3853,12 @@ 34316 34317 #include <time.h> 34318 34319 +#undef napms_sp 34320 +int napms_sp( 34321 + SCREEN *sp, 34322 + int ms) 34323 + { return(*(int *)0); } 34324 + 34325 #undef napms 34326 int napms( 34327 int ms) 34328 @@ -3270,6 +3878,12 @@ 34329 NCURSES_BOOL flag) 34330 { /* void */ } 34331 34332 +#undef halfdelay_sp 34333 +int halfdelay_sp( 34334 + SCREEN *sp, 34335 + int t) 34336 + { return(*(int *)0); } 34337 + 34338 #undef halfdelay 34339 int halfdelay( 34340 int t) 34341 @@ -3305,21 +3919,52 @@ 34342 NCURSES_BOOL flag) 34343 { return(*(int *)0); } 34344 34345 +#undef curs_set_sp 34346 +int curs_set_sp( 34347 + SCREEN *sp, 34348 + int vis) 34349 + { return(*(int *)0); } 34350 + 34351 #undef curs_set 34352 int curs_set( 34353 int vis) 34354 { return(*(int *)0); } 34355 34356 +#undef typeahead_sp 34357 +int typeahead_sp( 34358 + SCREEN *sp, 34359 + int fd) 34360 + { return(*(int *)0); } 34361 + 34362 #undef typeahead 34363 int typeahead( 34364 int fd) 34365 { return(*(int *)0); } 34366 34367 +#undef has_key_sp 34368 +int has_key_sp( 34369 + SCREEN *sp, 34370 + int keycode) 34371 + { return(*(int *)0); } 34372 + 34373 #undef has_key 34374 int has_key( 34375 int keycode) 34376 { return(*(int *)0); } 34377 34378 +#undef _nc_putp_flush_sp 34379 +int _nc_putp_flush_sp( 34380 + SCREEN *sp, 34381 + const char *name, 34382 + const char *value) 34383 + { return(*(int *)0); } 34384 + 34385 +#undef _nc_putp_flush 34386 +int _nc_putp_flush( 34387 + const char *name, 34388 + const char *value) 34389 + { return(*(int *)0); } 34390 + 34391 #undef _nc_keypad 34392 int _nc_keypad( 34393 SCREEN *sp, 34394 @@ -3328,30 +3973,67 @@ 34395 34396 /* ./tinfo/lib_raw.c */ 34397 34398 +#undef raw_sp 34399 +int raw_sp( 34400 + SCREEN *sp) 34401 + { return(*(int *)0); } 34402 + 34403 #undef raw 34404 int raw(void) 34405 { return(*(int *)0); } 34406 34407 +#undef cbreak_sp 34408 +int cbreak_sp( 34409 + SCREEN *sp) 34410 + { return(*(int *)0); } 34411 + 34412 #undef cbreak 34413 int cbreak(void) 34414 { return(*(int *)0); } 34415 34416 +#undef qiflush_sp 34417 +void qiflush_sp( 34418 + SCREEN *sp) 34419 + { /* void */ } 34420 + 34421 #undef qiflush 34422 void qiflush(void) 34423 { /* void */ } 34424 34425 +#undef noraw_sp 34426 +int noraw_sp( 34427 + SCREEN *sp) 34428 + { return(*(int *)0); } 34429 + 34430 #undef noraw 34431 int noraw(void) 34432 { return(*(int *)0); } 34433 34434 +#undef nocbreak_sp 34435 +int nocbreak_sp( 34436 + SCREEN *sp) 34437 + { return(*(int *)0); } 34438 + 34439 #undef nocbreak 34440 int nocbreak(void) 34441 { return(*(int *)0); } 34442 34443 +#undef noqiflush_sp 34444 +void noqiflush_sp( 34445 + SCREEN *sp) 34446 + { /* void */ } 34447 + 34448 #undef noqiflush 34449 void noqiflush(void) 34450 { /* void */ } 34451 34452 +#undef intrflush_sp 34453 +int intrflush_sp( 34454 + SCREEN *sp, 34455 + WINDOW *win, 34456 + NCURSES_BOOL flag) 34457 + { return(*(int *)0); } 34458 + 34459 #undef intrflush 34460 int intrflush( 34461 WINDOW *win, 34462 @@ -3373,6 +4055,12 @@ 34463 #undef TABSIZE 34464 int TABSIZE; 34465 34466 +#undef set_tabsize_sp 34467 +int set_tabsize_sp( 34468 + SCREEN *sp, 34469 + int value) 34470 + { return(*(int *)0); } 34471 + 34472 #undef set_tabsize 34473 int set_tabsize( 34474 int value) 34475 @@ -3383,6 +4071,12 @@ 34476 SCREEN *sp) 34477 { return(*(int *)0); } 34478 34479 +#undef use_env_sp 34480 +void use_env_sp( 34481 + SCREEN *sp, 34482 + NCURSES_BOOL f) 34483 + { /* void */ } 34484 + 34485 #undef use_env 34486 void use_env( 34487 NCURSES_BOOL f) 34488 @@ -3435,8 +4129,9 @@ 34489 #undef BC 34490 char *BC; 34491 34492 -#undef tgetent 34493 -int tgetent( 34494 +#undef tgetent_sp 34495 +int tgetent_sp( 34496 + SCREEN *sp, 34497 char *bufp, 34498 const char *name) 34499 { return(*(int *)0); } 34500 @@ -3447,16 +4142,41 @@ 34501 34502 #endif 34503 34504 +#undef tgetent 34505 +int tgetent( 34506 + char *bufp, 34507 + const char *name) 34508 + { return(*(int *)0); } 34509 + 34510 +#undef tgetflag_sp 34511 +int tgetflag_sp( 34512 + SCREEN *sp, 34513 + char *id) 34514 + { return(*(int *)0); } 34515 + 34516 #undef tgetflag 34517 int tgetflag( 34518 char *id) 34519 { return(*(int *)0); } 34520 34521 +#undef tgetnum_sp 34522 +int tgetnum_sp( 34523 + SCREEN *sp, 34524 + char *id) 34525 + { return(*(int *)0); } 34526 + 34527 #undef tgetnum 34528 int tgetnum( 34529 char *id) 34530 { return(*(int *)0); } 34531 34532 +#undef tgetstr_sp 34533 +char *tgetstr_sp( 34534 + SCREEN *sp, 34535 + char *id, 34536 + char **area) 34537 + { return(*(char **)0); } 34538 + 34539 #undef tgetstr 34540 char *tgetstr( 34541 char *id, 34542 @@ -3465,6 +4185,11 @@ 34543 34544 /* ./tinfo/lib_termname.c */ 34545 34546 +#undef termname_sp 34547 +char *termname_sp( 34548 + SCREEN *sp) 34549 + { return(*(char **)0); } 34550 + 34551 #undef termname 34552 char *termname(void) 34553 { return(*(char **)0); } 34554 @@ -3480,16 +4205,34 @@ 34555 34556 /* ./tinfo/lib_ti.c */ 34557 34558 +#undef tigetflag_sp 34559 +int tigetflag_sp( 34560 + SCREEN *sp, 34561 + char *str) 34562 + { return(*(int *)0); } 34563 + 34564 #undef tigetflag 34565 int tigetflag( 34566 char *str) 34567 { return(*(int *)0); } 34568 34569 +#undef tigetnum_sp 34570 +int tigetnum_sp( 34571 + SCREEN *sp, 34572 + char *str) 34573 + { return(*(int *)0); } 34574 + 34575 #undef tigetnum 34576 int tigetnum( 34577 char *str) 34578 { return(*(int *)0); } 34579 34580 +#undef tigetstr_sp 34581 +char *tigetstr_sp( 34582 + SCREEN *sp, 34583 + char *str) 34584 + { return(*(char **)0); } 34585 + 34586 #undef tigetstr 34587 char *tigetstr( 34588 char *str) 34589 @@ -3527,25 +4270,75 @@ 34590 SCREEN *sp) 34591 { /* void */ } 34592 34593 +#undef delay_output_sp 34594 +int delay_output_sp( 34595 + SCREEN *sp, 34596 + int ms) 34597 + { return(*(int *)0); } 34598 + 34599 #undef delay_output 34600 int delay_output( 34601 int ms) 34602 { return(*(int *)0); } 34603 34604 +#undef _nc_flush_sp 34605 +void _nc_flush_sp( 34606 + SCREEN *sp) 34607 + { /* void */ } 34608 + 34609 #undef _nc_flush 34610 void _nc_flush(void) 34611 { /* void */ } 34612 34613 +#undef _nc_outch_sp 34614 +int _nc_outch_sp( 34615 + SCREEN *sp, 34616 + int ch) 34617 + { return(*(int *)0); } 34618 + 34619 #undef _nc_outch 34620 int _nc_outch( 34621 int ch) 34622 { return(*(int *)0); } 34623 34624 +#undef putp_sp 34625 +int putp_sp( 34626 + SCREEN *sp, 34627 + const char *string) 34628 + { return(*(int *)0); } 34629 + 34630 +#undef _nc_putp_sp 34631 +int _nc_putp_sp( 34632 + SCREEN *sp, 34633 + const char *name, 34634 + const char *string) 34635 + { return(*(int *)0); } 34636 + 34637 #undef putp 34638 int putp( 34639 const char *string) 34640 { return(*(int *)0); } 34641 34642 +#undef _nc_putp 34643 +int _nc_putp( 34644 + const char *name, 34645 + const char *string) 34646 + { return(*(int *)0); } 34647 + 34648 +#undef tputs_sp 34649 +int tputs_sp( 34650 + SCREEN *sp, 34651 + const char *string, 34652 + int affcnt, 34653 + NCURSES_OUTC_sp outc) 34654 + { return(*(int *)0); } 34655 + 34656 +#undef _nc_outc_wrapper 34657 +int _nc_outc_wrapper( 34658 + SCREEN *sp, 34659 + int c) 34660 + { return(*(int *)0); } 34661 + 34662 #undef tputs 34663 int tputs( 34664 const char *string, 34665 @@ -3701,36 +4494,78 @@ 34666 34667 /* ./tinfo/lib_ttyflags.c */ 34668 34669 +#undef _nc_get_tty_mode_sp 34670 +int _nc_get_tty_mode_sp( 34671 + SCREEN *sp, 34672 + struct termios *buf) 34673 + { return(*(int *)0); } 34674 + 34675 #undef _nc_get_tty_mode 34676 int _nc_get_tty_mode( 34677 struct termios *buf) 34678 { return(*(int *)0); } 34679 34680 +#undef _nc_set_tty_mode_sp 34681 +int _nc_set_tty_mode_sp( 34682 + SCREEN *sp, 34683 + struct termios *buf) 34684 + { return(*(int *)0); } 34685 + 34686 #undef _nc_set_tty_mode 34687 int _nc_set_tty_mode( 34688 struct termios *buf) 34689 { return(*(int *)0); } 34690 34691 +#undef def_shell_mode_sp 34692 +int def_shell_mode_sp( 34693 + SCREEN *sp) 34694 + { return(*(int *)0); } 34695 + 34696 #undef def_shell_mode 34697 int def_shell_mode(void) 34698 { return(*(int *)0); } 34699 34700 +#undef def_prog_mode_sp 34701 +int def_prog_mode_sp( 34702 + SCREEN *sp) 34703 + { return(*(int *)0); } 34704 + 34705 #undef def_prog_mode 34706 int def_prog_mode(void) 34707 { return(*(int *)0); } 34708 34709 +#undef reset_prog_mode_sp 34710 +int reset_prog_mode_sp( 34711 + SCREEN *sp) 34712 + { return(*(int *)0); } 34713 + 34714 #undef reset_prog_mode 34715 int reset_prog_mode(void) 34716 { return(*(int *)0); } 34717 34718 +#undef reset_shell_mode_sp 34719 +int reset_shell_mode_sp( 34720 + SCREEN *sp) 34721 + { return(*(int *)0); } 34722 + 34723 #undef reset_shell_mode 34724 int reset_shell_mode(void) 34725 { return(*(int *)0); } 34726 34727 +#undef savetty_sp 34728 +int savetty_sp( 34729 + SCREEN *sp) 34730 + { return(*(int *)0); } 34731 + 34732 #undef savetty 34733 int savetty(void) 34734 { return(*(int *)0); } 34735 34736 +#undef resetty_sp 34737 +int resetty_sp( 34738 + SCREEN *sp) 34739 + { return(*(int *)0); } 34740 + 34741 #undef resetty 34742 int resetty(void) 34743 { return(*(int *)0); } 34744 @@ -3810,6 +4645,13 @@ 34745 34746 /* ./tinfo/setbuf.c */ 34747 34748 +#undef _nc_set_buffer_sp 34749 +void _nc_set_buffer_sp( 34750 + SCREEN *sp, 34751 + FILE *ofp, 34752 + NCURSES_BOOL buffered) 34753 + { /* void */ } 34754 + 34755 #undef _nc_set_buffer 34756 void _nc_set_buffer( 34757 FILE *ofp, 34758 @@ -3901,8 +4743,8 @@ 34759 34760 /* ./unctrl.c */ 34761 34762 -#undef _nc_unctrl 34763 -char *_nc_unctrl( 34764 +#undef unctrl_sp 34765 +char *unctrl_sp( 34766 SCREEN *sp, 34767 chtype ch) 34768 { return(*(char **)0); } 34769 @@ -4173,6 +5015,13 @@ 34770 34771 /* ./base/define_key.c */ 34772 34773 +#undef define_key_sp 34774 +int define_key_sp( 34775 + SCREEN *sp, 34776 + const char *str, 34777 + int keycode) 34778 + { return(*(int *)0); } 34779 + 34780 #undef define_key 34781 int define_key( 34782 const char *str, 34783 @@ -4187,6 +5036,12 @@ 34784 34785 /* ./base/key_defined.c */ 34786 34787 +#undef key_defined_sp 34788 +int key_defined_sp( 34789 + SCREEN *sp, 34790 + const char *str) 34791 + { return(*(int *)0); } 34792 + 34793 #undef key_defined 34794 int key_defined( 34795 const char *str) 34796 @@ -4194,6 +5049,13 @@ 34797 34798 /* ./base/keybound.c */ 34799 34800 +#undef keybound_sp 34801 +char *keybound_sp( 34802 + SCREEN *sp, 34803 + int code, 34804 + int count) 34805 + { return(*(char **)0); } 34806 + 34807 #undef keybound 34808 char *keybound( 34809 int code, 34810 @@ -4202,6 +5064,13 @@ 34811 34812 /* ./base/keyok.c */ 34813 34814 +#undef keyok_sp 34815 +int keyok_sp( 34816 + SCREEN *sp, 34817 + int c, 34818 + NCURSES_BOOL flag) 34819 + { return(*(int *)0); } 34820 + 34821 #undef keyok 34822 int keyok( 34823 int c, 22252 34824 diff -Naur ncurses-5.7.orig/ncurses/Makefile.in ncurses-5.7/ncurses/Makefile.in 22253 34825 --- ncurses-5.7.orig/ncurses/Makefile.in 2008-10-18 07:11:54.000000000 -0700 22254 +++ ncurses-5.7/ncurses/Makefile.in 2009-0 6-05 14:01:30.000000000 -070034826 +++ ncurses-5.7/ncurses/Makefile.in 2009-07-19 15:04:13.000000000 -0700 22255 34827 @@ -1,6 +1,6 @@ 22256 34828 -# $Id: Makefile.in,v 1.113 2008/10/18 14:11:54 tom Exp $ 22257 +# $Id: Makefile.in,v 1.11 5 2009/03/28 18:22:39 Charles.WilsonExp $34829 +# $Id: Makefile.in,v 1.117 2009/07/04 16:36:11 tom Exp $ 22258 34830 ############################################################################## 22259 34831 -# Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. # … … 22279 34851 LD = @LD@ 22280 34852 LN_S = @LN_S@ 34853 @@ -164,11 +165,12 @@ 34854 hashmap$x \ 34855 lib_mvcur$x 34856 34857 -base = $(srcdir)/base 34858 -serial = $(srcdir)/tty 34859 -tinfo = $(srcdir)/tinfo 34860 -trace = $(srcdir)/trace 34861 -wide = $(srcdir)/widechar 34862 +base = $(srcdir)/base 34863 +serial = $(srcdir)/tty 34864 +tinfo = $(srcdir)/tinfo 34865 +trace = $(srcdir)/trace 34866 +wide = $(srcdir)/widechar 34867 +win32con = $(srcdir)/win32con 34868 34869 ################################################################################ 34870 all \ 34871 @@ -204,7 +206,7 @@ 34872 ../include/hashsize.h 34873 $(BUILD_CC) -o $@ $(BUILD_CCFLAGS) -DMAIN_PROGRAM $(tinfo)/comp_hash.c $(BUILD_LDFLAGS) $(BUILD_LIBS) 34874 34875 -./expanded.c : $(serial)/MKexpanded.sh 34876 +./expanded.c : curses.priv.h $(serial)/MKexpanded.sh 34877 sh -e $(serial)/MKexpanded.sh "$(CPP)" $(CPPFLAGS) > $@ 34878 34879 ./comp_captab.c: \ 34880 diff -Naur ncurses-5.7.orig/ncurses/modules ncurses-5.7/ncurses/modules 34881 --- ncurses-5.7.orig/ncurses/modules 2007-09-08 15:03:34.000000000 -0700 34882 +++ ncurses-5.7/ncurses/modules 2009-07-19 15:04:15.000000000 -0700 34883 @@ -1,6 +1,6 @@ 34884 -# $Id: modules,v 1.112 2007/09/08 22:03:34 tom Exp $ 34885 +# $Id: modules,v 1.113 2009/07/11 17:45:32 tom Exp $ 34886 ############################################################################## 34887 -# Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. # 34888 +# Copyright (c) 1998-2007,2009 Free Software Foundation, Inc. # 34889 # # 34890 # Permission is hereby granted, free of charge, to any person obtaining a # 34891 # copy of this software and associated documentation files (the "Software"), # 34892 @@ -162,7 +162,9 @@ 34893 add_tries lib $(tinfo) 34894 alloc_ttype lib $(tinfo) ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h 34895 codes lib . 34896 +comp_captab lib . $(INCDIR)/tic.h ../include/term.h ../include/hashsize.h 34897 comp_error lib $(tinfo) $(INCDIR)/tic.h 34898 +comp_hash lib $(tinfo) ../include/term.h $(INCDIR)/tic.h ../include/hashsize.h 34899 db_iterator lib $(tinfo) $(INCDIR)/tic.h 34900 doalloc lib $(tinfo) 34901 entries lib $(tinfo) ../include/term.h $(INCDIR)/tic.h 34902 @@ -212,9 +214,7 @@ 34903 @ ticlib 34904 alloc_entry lib $(tinfo) ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h 34905 captoinfo lib $(tinfo) $(INCDIR)/tic.h 34906 -comp_captab lib . $(INCDIR)/tic.h ../include/term.h ../include/hashsize.h 34907 comp_expand lib $(tinfo) $(INCDIR)/tic.h 34908 -comp_hash lib $(tinfo) ../include/term.h $(INCDIR)/tic.h ../include/hashsize.h 34909 comp_parse lib $(tinfo) ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h 34910 comp_scan lib $(tinfo) $(INCDIR)/tic.h 34911 parse_entry lib $(tinfo) ../include/term.h $(INCDIR)/term_entry.h $(INCDIR)/tic.h ../include/parametrized.h $(INCDIR)/capdefaults.c 34912 diff -Naur ncurses-5.7.orig/ncurses/README ncurses-5.7/ncurses/README 34913 --- ncurses-5.7.orig/ncurses/README 2006-04-22 15:19:37.000000000 -0700 34914 +++ ncurses-5.7/ncurses/README 2009-07-19 15:04:11.000000000 -0700 34915 @@ -1,5 +1,5 @@ 34916 ------------------------------------------------------------------------------- 34917 --- Copyright (c) 1998-2000,2006 Free Software Foundation, Inc. -- 34918 +-- Copyright (c) 1998-2006,2009 Free Software Foundation, Inc. -- 34919 -- -- 34920 -- Permission is hereby granted, free of charge, to any person obtaining a -- 34921 -- copy of this software and associated documentation files (the -- 34922 @@ -25,7 +25,26 @@ 34923 -- sale, use or other dealings in this Software without prior written -- 34924 -- authorization. -- 34925 ------------------------------------------------------------------------------- 34926 --- $Id: README,v 1.9 2006/04/22 22:19:37 tom Exp $ 34927 +-- $Id: README,v 1.10 2009/06/27 14:44:30 tom Exp $ 34928 ------------------------------------------------------------------------------- 34929 For discussion of the package internals, see hackguide.html in the doc/html 34930 directory. 34931 + 34932 +------------------------------------------------------------------------------- 34933 +The llib-lXXXX files could be used as lint-library sources (and were, at one 34934 +time). However, they are actually used as a documentation aid to keep track 34935 +of changes to the public/private interfaces in ncurses. Most of the text in 34936 +these files is generated using cproto; some manual cleanup and adjustment of 34937 +types (to reflect #define's in curses.h) is needed. The functions listed in 34938 +the llib-lXXXX files do not correspond to the default configure options; some 34939 +additional ones are added to include "all" of the entrypoints for each of the 34940 +major configurations (normal, wide-character, threaded): 34941 + 34942 + --disable-macros 34943 + --disable-root-environ 34944 + --enable-expanded 34945 + --enable-getcap 34946 + --enable-getcap-cache 34947 + --enable-sp-funcs 34948 + --enable-termcap 34949 + --with-develop 22281 34950 diff -Naur ncurses-5.7.orig/ncurses/tinfo/access.c ncurses-5.7/ncurses/tinfo/access.c 22282 34951 --- ncurses-5.7.orig/ncurses/tinfo/access.c 2007-11-17 16:57:53.000000000 -0800 22283 +++ ncurses-5.7/ncurses/tinfo/access.c 2009-0 6-05 14:01:33.000000000 -070034952 +++ ncurses-5.7/ncurses/tinfo/access.c 2009-07-19 15:03:51.000000000 -0700 22284 34953 @@ -1,5 +1,5 @@ 22285 34954 /**************************************************************************** … … 22309 34978 diff -Naur ncurses-5.7.orig/ncurses/tinfo/alloc_ttype.c ncurses-5.7/ncurses/tinfo/alloc_ttype.c 22310 34979 --- ncurses-5.7.orig/ncurses/tinfo/alloc_ttype.c 2008-10-12 09:12:00.000000000 -0700 22311 +++ ncurses-5.7/ncurses/tinfo/alloc_ttype.c 2009-0 6-05 14:01:44.000000000 -070034980 +++ ncurses-5.7/ncurses/tinfo/alloc_ttype.c 2009-07-19 15:03:53.000000000 -0700 22312 34981 @@ -1,5 +1,5 @@ 22313 34982 /**************************************************************************** … … 22456 35125 diff -Naur ncurses-5.7.orig/ncurses/tinfo/captoinfo.c ncurses-5.7/ncurses/tinfo/captoinfo.c 22457 35126 --- ncurses-5.7.orig/ncurses/tinfo/captoinfo.c 2008-08-16 12:24:51.000000000 -0700 22458 +++ ncurses-5.7/ncurses/tinfo/captoinfo.c 2009-0 6-05 14:01:30.000000000 -070035127 +++ ncurses-5.7/ncurses/tinfo/captoinfo.c 2009-07-19 15:03:48.000000000 -0700 22459 35128 @@ -1,5 +1,5 @@ 22460 35129 /**************************************************************************** … … 22482 35151 _nc_err_abort(MSG_NO_MEMORY); 22483 35152 d = my_string + have; 35153 diff -Naur ncurses-5.7.orig/ncurses/tinfo/comp_hash.c ncurses-5.7/ncurses/tinfo/comp_hash.c 35154 --- ncurses-5.7.orig/ncurses/tinfo/comp_hash.c 2008-08-16 10:06:53.000000000 -0700 35155 +++ ncurses-5.7/ncurses/tinfo/comp_hash.c 2009-07-19 15:04:17.000000000 -0700 35156 @@ -1,5 +1,5 @@ 35157 /**************************************************************************** 35158 - * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 35159 + * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 35160 * * 35161 * Permission is hereby granted, free of charge, to any person obtaining a * 35162 * copy of this software and associated documentation files (the * 35163 @@ -50,7 +50,7 @@ 35164 #define DEBUG(level, params) /*nothing */ 35165 #endif 35166 35167 -MODULE_ID("$Id: comp_hash.c,v 1.36 2008/08/16 17:06:53 tom Exp $") 35168 +MODULE_ID("$Id: comp_hash.c,v 1.45 2009/07/18 20:30:21 tom Exp $") 35169 35170 static int hash_function(const char *); 35171 35172 @@ -91,8 +91,7 @@ 35173 hash_table[hashvalue] = i; 35174 } 35175 35176 - DEBUG(4, ("Hash table complete: %d collisions out of %d entries", 35177 - collisions, CAPTABSIZE)); 35178 + printf("/* %d collisions out of %d entries */\n", collisions, CAPTABSIZE); 35179 } 35180 #endif 35181 35182 @@ -121,16 +120,24 @@ 35183 return (int) (sum % HASHTABSIZE); 35184 } 35185 35186 +#ifndef MAIN_PROGRAM 35187 + 35188 +#define SameName(a,b,termcap) (termcap ? !strncmp(a,b,2) : !strcmp(a,b)) 35189 +#if 0 35190 +static bool 35191 +same_name(const char *a, const char *b, bool termcap) 35192 +{ 35193 + fprintf(stderr, "compare(%s,%s)\n", a, b); 35194 + return SameName(a, b, termcap); 35195 +} 35196 +#else 35197 +#define same_name(a,b,termcap) SameName(a,b,termcap) 35198 +#endif 35199 + 35200 /* 35201 - * struct name_table_entry * 35202 - * find_entry(string) 35203 - * 35204 - * Finds the entry for the given string in the hash table if present. 35205 - * Returns a pointer to the entry in the table or 0 if not found. 35206 - * 35207 + * Finds the entry for the given string in the hash table if present. 35208 + * Returns a pointer to the entry in the table or 0 if not found. 35209 */ 35210 - 35211 -#ifndef MAIN_PROGRAM 35212 NCURSES_EXPORT(struct name_table_entry const *) 35213 _nc_find_entry(const char *string, 35214 const short *hash_table) 35215 @@ -142,11 +149,15 @@ 35216 hashvalue = hash_function(string); 35217 35218 if (hash_table[hashvalue] >= 0) { 35219 - real_table = _nc_get_table(hash_table != _nc_get_hash_table(FALSE)); 35220 + bool termcap = (hash_table != _nc_get_hash_table(FALSE)); 35221 + 35222 + real_table = _nc_get_table(termcap); 35223 ptr = real_table + hash_table[hashvalue]; 35224 - while (strcmp(ptr->nte_name, string) != 0) { 35225 - if (ptr->nte_link < 0) 35226 - return 0; 35227 + while (!same_name(ptr->nte_name, string, termcap)) { 35228 + if (ptr->nte_link < 0) { 35229 + ptr = 0; 35230 + break; 35231 + } 35232 ptr = real_table + (ptr->nte_link + hash_table[HASHTABSIZE]); 35233 } 35234 } 35235 @@ -155,29 +166,36 @@ 35236 } 35237 35238 /* 35239 - * struct name_table_entry * 35240 - * find_type_entry(string, type, table) 35241 + * Finds the entry for the given name with the given type in the given table if 35242 + * present (as distinct from _nc_find_entry, which finds the last entry 35243 + * regardless of type). 35244 * 35245 - * Finds the first entry for the given name with the given type in the 35246 - * given table if present (as distinct from find_entry, which finds the 35247 - * the last entry regardless of type). You can use this if you detect 35248 - * a name clash. It's slower, though. Returns a pointer to the entry 35249 - * in the table or 0 if not found. 35250 + * Returns a pointer to the entry in the table or 0 if not found. 35251 */ 35252 - 35253 NCURSES_EXPORT(struct name_table_entry const *) 35254 _nc_find_type_entry(const char *string, 35255 int type, 35256 - const struct name_table_entry *table) 35257 + bool termcap) 35258 { 35259 - struct name_table_entry const *ptr; 35260 + struct name_table_entry const *ptr = NULL; 35261 + const short *hash_table = _nc_get_hash_table(termcap); 35262 + int hashvalue = hash_function(string); 35263 35264 - for (ptr = table; ptr < table + CAPTABSIZE; ptr++) { 35265 - if (ptr->nte_type == type && strcmp(string, ptr->nte_name) == 0) 35266 - return (ptr); 35267 + if (hash_table[hashvalue] >= 0) { 35268 + const struct name_table_entry *const table = _nc_get_table(termcap); 35269 + 35270 + ptr = table + hash_table[hashvalue]; 35271 + while (ptr->nte_type != type 35272 + || !same_name(ptr->nte_name, string, termcap)) { 35273 + if (ptr->nte_link < 0) { 35274 + ptr = 0; 35275 + break; 35276 + } 35277 + ptr = table + (ptr->nte_link + hash_table[HASHTABSIZE]); 35278 + } 35279 } 35280 35281 - return ((struct name_table_entry *) NULL); 35282 + return ptr; 35283 } 35284 #endif 35285 35286 diff -Naur ncurses-5.7.orig/ncurses/tinfo/comp_parse.c ncurses-5.7/ncurses/tinfo/comp_parse.c 35287 --- ncurses-5.7.orig/ncurses/tinfo/comp_parse.c 2008-08-16 14:58:16.000000000 -0700 35288 +++ ncurses-5.7/ncurses/tinfo/comp_parse.c 2009-07-19 15:04:17.000000000 -0700 35289 @@ -1,5 +1,5 @@ 35290 /**************************************************************************** 35291 - * Copyright (c) 1998-2007,2008 Free Software Foundation, Inc. * 35292 + * Copyright (c) 1998-2008,2009 Free Software Foundation, Inc. * 35293 * * 35294 * Permission is hereby granted, free of charge, to any person obtaining a * 35295 * copy of this software and associated documentation files (the * 35296 @@ -53,7 +53,7 @@ 35297 #include <tic.h> 35298 #include <term_entry.h> 35299 35300 -MODULE_ID("$Id: comp_parse.c,v 1.69 2008/08/16 21:58:16 tom Exp $") 35301 +MODULE_ID("$Id: comp_parse.c,v 1.70 2009/07/18 20:38:52 tom Exp $") 35302 35303 static void sanity_check2(TERMTYPE *, bool); 35304 NCURSES_IMPEXP void NCURSES_API(*_nc_check_termtype2) (TERMTYPE *, bool) = sanity_check2; 35305 @@ -92,16 +92,18 @@ 35306 } 35307 return src; 35308 } 35309 +#define ForceBar(dst, src) ((strchr(src, '|') == 0) ? force_bar(dst, src) : src) 35310 35311 NCURSES_EXPORT(bool) 35312 _nc_entry_match(char *n1, char *n2) 35313 /* do any of the aliases in a pair of terminal names match? */ 35314 { 35315 char *pstart, *qstart, *pend, *qend; 35316 - char nc1[MAX_NAME_SIZE + 2], nc2[MAX_NAME_SIZE + 2]; 35317 + char nc1[MAX_NAME_SIZE + 2]; 35318 + char nc2[MAX_NAME_SIZE + 2]; 35319 35320 - n1 = force_bar(nc1, n1); 35321 - n2 = force_bar(nc2, n2); 35322 + n1 = ForceBar(nc1, n1); 35323 + n2 = ForceBar(nc2, n2); 35324 35325 for (pstart = n1; (pend = strchr(pstart, '|')); pstart = pend + 1) 35326 for (qstart = n2; (qend = strchr(qstart, '|')); qstart = qend + 1) 22484 35327 diff -Naur ncurses-5.7.orig/ncurses/tinfo/comp_scan.c ncurses-5.7/ncurses/tinfo/comp_scan.c 22485 35328 --- ncurses-5.7.orig/ncurses/tinfo/comp_scan.c 2008-08-16 12:22:55.000000000 -0700 22486 +++ ncurses-5.7/ncurses/tinfo/comp_scan.c 2009-0 6-05 14:01:51.000000000 -070035329 +++ ncurses-5.7/ncurses/tinfo/comp_scan.c 2009-07-19 15:03:59.000000000 -0700 22487 35330 @@ -51,7 +51,7 @@ 22488 35331 #include <term_entry.h> … … 22542 35385 diff -Naur ncurses-5.7.orig/ncurses/tinfo/entries.c ncurses-5.7/ncurses/tinfo/entries.c 22543 35386 --- ncurses-5.7.orig/ncurses/tinfo/entries.c 2008-09-27 06:11:10.000000000 -0700 22544 +++ ncurses-5.7/ncurses/tinfo/entries.c 2009-0 6-05 14:01:21.000000000 -070035387 +++ ncurses-5.7/ncurses/tinfo/entries.c 2009-07-19 15:04:15.000000000 -0700 22545 35388 @@ -1,5 +1,5 @@ 22546 35389 /**************************************************************************** … … 22550 35393 * Permission is hereby granted, free of charge, to any person obtaining a * 22551 35394 * copy of this software and associated documentation files (the * 22552 @@ -37,7 +37,7 @@ 35395 @@ -28,6 +28,7 @@ 35396 35397 /**************************************************************************** 35398 * Author: Thomas E. Dickey * 35399 + * and: Juergen Pfeifer * 35400 ****************************************************************************/ 35401 35402 #include <curses.priv.h> 35403 @@ -37,7 +38,7 @@ 22553 35404 #include <tic.h> 22554 35405 #include <term_entry.h> 22555 35406 22556 35407 -MODULE_ID("$Id: entries.c,v 1.8 2008/09/27 13:11:10 tom Exp $") 22557 +MODULE_ID("$Id: entries.c,v 1.1 1 2009/03/14 15:22:37tom Exp $")35408 +MODULE_ID("$Id: entries.c,v 1.15 2009/07/11 14:42:42 tom Exp $") 22558 35409 22559 35410 /**************************************************************************** 22560 35411 * 22561 @@ -119,6 +1 19,10@@35412 @@ -119,6 +120,11 @@ 22562 35413 #if NO_LEAKS 22563 35414 _nc_free_tparm(); 22564 35415 _nc_tgetent_leaks(); 22565 35416 + 22566 + if (cur_term != 0) 22567 + del_curterm(cur_term); 35417 + if (TerminalOf(CURRENT_SCREEN) != 0) { 35418 + del_curterm(TerminalOf(CURRENT_SCREEN)); 35419 + } 22568 35420 + 22569 35421 _nc_free_entries(_nc_head); 22570 35422 _nc_get_type(0); 22571 35423 _nc_first_name(0); 35424 @@ -131,6 +137,12 @@ 35425 35426 if ((s = _nc_home_terminfo()) != 0) 35427 free(s); 35428 + 35429 +#ifdef TRACE 35430 + trace(0); 35431 + _nc_trace_buf(-1, 0); 35432 +#endif 35433 + 35434 #endif /* NO_LEAKS */ 35435 returnVoid; 35436 } 22572 35437 diff -Naur ncurses-5.7.orig/ncurses/tinfo/hashed_db.c ncurses-5.7/ncurses/tinfo/hashed_db.c 22573 35438 --- ncurses-5.7.orig/ncurses/tinfo/hashed_db.c 2006-08-19 12:48:38.000000000 -0700 22574 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c 2009-0 6-05 14:00:57.000000000 -070035439 +++ ncurses-5.7/ncurses/tinfo/hashed_db.c 2009-07-19 15:02:02.000000000 -0700 22575 35440 @@ -1,5 +1,5 @@ 22576 35441 /**************************************************************************** … … 22678 35543 diff -Naur ncurses-5.7.orig/ncurses/tinfo/init_keytry.c ncurses-5.7/ncurses/tinfo/init_keytry.c 22679 35544 --- ncurses-5.7.orig/ncurses/tinfo/init_keytry.c 2008-05-24 14:44:51.000000000 -0700 22680 +++ ncurses-5.7/ncurses/tinfo/init_keytry.c 2009-0 6-05 14:01:51.000000000 -070035545 +++ ncurses-5.7/ncurses/tinfo/init_keytry.c 2009-07-19 15:03:59.000000000 -0700 22681 35546 @@ -1,5 +1,5 @@ 22682 35547 /**************************************************************************** … … 22725 35590 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_acs.c ncurses-5.7/ncurses/tinfo/lib_acs.c 22726 35591 --- ncurses-5.7.orig/ncurses/tinfo/lib_acs.c 2008-08-16 12:22:55.000000000 -0700 22727 +++ ncurses-5.7/ncurses/tinfo/lib_acs.c 2009-0 6-05 14:01:51.000000000 -070035592 +++ ncurses-5.7/ncurses/tinfo/lib_acs.c 2009-07-19 15:04:06.000000000 -0700 22728 35593 @@ -1,5 +1,5 @@ 22729 35594 /**************************************************************************** … … 22733 35598 * Permission is hereby granted, free of charge, to any person obtaining a * 22734 35599 * copy of this software and associated documentation files (the * 22735 @@ -35,12 +35,16 @@ 35600 @@ -30,17 +30,21 @@ 35601 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 35602 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 35603 * and: Thomas E. Dickey 1996-on * 35604 + * and: Juergen Pfeifer 2008 * 35605 ****************************************************************************/ 35606 22736 35607 #include <curses.priv.h> 22737 #include <term.h> /* ena_acs, acs_chars */35608 -#include <term.h> /* ena_acs, acs_chars */ 22738 35609 22739 35610 -MODULE_ID("$Id: lib_acs.c,v 1.36 2008/08/16 19:22:55 tom Exp $") 22740 35611 +#ifndef CUR 22741 +#define CUR SP_TERMTYPE 35612 +#define CUR SP_TERMTYPE 22742 35613 +#endif 22743 35614 + 22744 +MODULE_ID("$Id: lib_acs.c,v 1. 39 2009/05/10 00:48:29tom Exp $")35615 +MODULE_ID("$Id: lib_acs.c,v 1.40 2009/06/06 18:08:04 tom Exp $") 22745 35616 22746 35617 #if BROKEN_LINKER || USE_REENTRANT … … 22753 35624 if (MyBuffer == 0) 22754 35625 MyBuffer = typeCalloc(chtype, ACS_LEN); 22755 @@ -48, 7 +52,7@@35626 @@ -48,17 +52,35 @@ 22756 35627 } 22757 35628 #undef MyBuffer … … 22762 35633 0 22763 35634 }; 22764 @@ -57,6 +61,9 @@ 35635 #endif 35636 35637 +#ifdef USE_TERM_DRIVER 35638 +NCURSES_EXPORT(chtype) 35639 +NCURSES_SP_NAME(_nc_acs_char) (NCURSES_SP_DCLx int c) 35640 +{ 35641 + chtype *map; 35642 + if (c < 0 || c >= ACS_LEN) 35643 + return (chtype) 0; 35644 + map = (SP_PARM != 0) ? SP_PARM->_acs_map : 35645 +#if BROKEN_LINKER || USE_REENTRANT 35646 + _nc_prescreen.real_acs_map 35647 +#else 35648 + acs_map 35649 +#endif 35650 + ; 35651 + return map[c]; 35652 +} 35653 +#endif /* USE_TERM_DRIVER */ 35654 + 22765 35655 NCURSES_EXPORT(void) 22766 _nc_init_acs(void) 35656 -_nc_init_acs(void) 35657 +NCURSES_SP_NAME(_nc_init_acs) (NCURSES_SP_DCL0) 22767 35658 { 35659 chtype *fake_map = acs_map; 35660 - chtype *real_map = SP != 0 ? SP->_acs_map : fake_map; 35661 + chtype *real_map = SP_PARM != 0 ? SP_PARM->_acs_map : fake_map; 35662 int j; 35663 35664 T(("initializing ACS map")); 35665 @@ -72,8 +94,8 @@ 35666 for (j = 1; j < ACS_LEN; ++j) { 35667 real_map[j] = 0; 35668 fake_map[j] = A_ALTCHARSET | j; 35669 - if (SP) 35670 - SP->_screen_acs_map[j] = FALSE; 35671 + if (SP_PARM) 35672 + SP_PARM->_screen_acs_map[j] = FALSE; 35673 } 35674 } else { 35675 for (j = 1; j < ACS_LEN; ++j) { 35676 @@ -119,6 +141,9 @@ 35677 real_map['|'] = '!'; /* should be not-equal */ 35678 real_map['}'] = 'f'; /* should be pound-sterling symbol */ 35679 35680 +#ifdef USE_TERM_DRIVER 35681 + CallDriver_2(SP_PARM, initacs, real_map, fake_map); 35682 +#else 35683 if (ena_acs != NULL) { 35684 TPUTS_TRACE("ena_acs"); 35685 putp(ena_acs); 35686 @@ -191,4 +216,13 @@ 35687 _nc_unlock_global(tracef); 35688 } 35689 #endif /* TRACE */ 35690 +#endif 35691 +} 35692 + 22768 35693 +#if NCURSES_SP_FUNCS 22769 + SCREEN *sp = CURRENT_SCREEN; 35694 +NCURSES_EXPORT(void) 35695 +_nc_init_acs(void) 35696 +{ 35697 + NCURSES_SP_NAME(_nc_init_acs) (CURRENT_SCREEN); 35698 } 22770 35699 +#endif 22771 chtype *fake_map = acs_map;22772 chtype *real_map = SP != 0 ? SP->_acs_map : fake_map;22773 int j;22774 35700 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_baudrate.c ncurses-5.7/ncurses/tinfo/lib_baudrate.c 22775 35701 --- ncurses-5.7.orig/ncurses/tinfo/lib_baudrate.c 2008-06-28 08:19:24.000000000 -0700 22776 +++ ncurses-5.7/ncurses/tinfo/lib_baudrate.c 2009-0 6-05 14:01:51.000000000 -070035702 +++ ncurses-5.7/ncurses/tinfo/lib_baudrate.c 2009-07-19 15:03:59.000000000 -0700 22777 35703 @@ -1,5 +1,5 @@ 22778 35704 /**************************************************************************** … … 22861 35787 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_cur_term.c ncurses-5.7/ncurses/tinfo/lib_cur_term.c 22862 35788 --- ncurses-5.7.orig/ncurses/tinfo/lib_cur_term.c 2008-08-16 12:22:55.000000000 -0700 22863 +++ ncurses-5.7/ncurses/tinfo/lib_cur_term.c 2009-0 6-05 14:01:55.000000000 -070035789 +++ ncurses-5.7/ncurses/tinfo/lib_cur_term.c 2009-07-19 15:04:04.000000000 -0700 22864 35790 @@ -1,5 +1,5 @@ 22865 35791 /**************************************************************************** … … 22933 35859 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_data.c ncurses-5.7/ncurses/tinfo/lib_data.c 22934 35860 --- ncurses-5.7.orig/ncurses/tinfo/lib_data.c 2008-08-23 15:16:15.000000000 -0700 22935 +++ ncurses-5.7/ncurses/tinfo/lib_data.c 2009-0 6-05 14:01:55.000000000 -070035861 +++ ncurses-5.7/ncurses/tinfo/lib_data.c 2009-07-19 15:04:09.000000000 -0700 22936 35862 @@ -1,5 +1,5 @@ 22937 35863 /**************************************************************************** … … 22941 35867 * Permission is hereby granted, free of charge, to any person obtaining a * 22942 35868 * copy of this software and associated documentation files (the * 22943 @@ -41,7 +41,7 @@ 35869 @@ -30,6 +30,7 @@ 35870 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 35871 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 35872 * and: Thomas E. Dickey 1996-on * 35873 + * and: Juergen Pfeifer * 35874 ****************************************************************************/ 35875 35876 /* 35877 @@ -41,7 +42,7 @@ 22944 35878 22945 35879 #include <curses.priv.h> 22946 35880 22947 35881 -MODULE_ID("$Id: lib_data.c,v 1.52 2008/08/23 22:16:15 tom Exp $") 22948 +MODULE_ID("$Id: lib_data.c,v 1.5 3 2009/05/30 15:59:25 tom Exp $")35882 +MODULE_ID("$Id: lib_data.c,v 1.55 2009/06/07 14:48:25 tom Exp $") 22949 35883 22950 35884 /* 22951 35885 * OS/2's native linker complains if we don't initialize public data when 22952 @@ -225,6 +225,8 @@ 35886 @@ -51,17 +52,17 @@ 35887 NCURSES_EXPORT(WINDOW *) 35888 NCURSES_PUBLIC_VAR(stdscr) (void) 35889 { 35890 - return SP ? SP->_stdscr : 0; 35891 + return CURRENT_SCREEN ? StdScreen(CURRENT_SCREEN) : 0; 35892 } 35893 NCURSES_EXPORT(WINDOW *) 35894 NCURSES_PUBLIC_VAR(curscr) (void) 35895 { 35896 - return SP ? SP->_curscr : 0; 35897 + return CURRENT_SCREEN ? CurScreen(CURRENT_SCREEN) : 0; 35898 } 35899 NCURSES_EXPORT(WINDOW *) 35900 NCURSES_PUBLIC_VAR(newscr) (void) 35901 { 35902 - return SP ? SP->_newscr : 0; 35903 + return CURRENT_SCREEN ? NewScreen(CURRENT_SCREEN) : 0; 35904 } 35905 #else 35906 NCURSES_EXPORT_VAR(WINDOW *) stdscr = 0; 35907 @@ -93,7 +94,7 @@ 35908 NCURSES_EXPORT(int) 35909 _nc_alloc_screen(void) 35910 { 35911 - return ((my_screen = typeCalloc(SCREEN, 1)) != 0); 35912 + return ((my_screen = _nc_alloc_screen_sp()) != 0); 35913 } 35914 35915 NCURSES_EXPORT(void) 35916 @@ -103,6 +104,7 @@ 35917 } 35918 35919 #else 35920 + 35921 NCURSES_EXPORT_VAR(SCREEN *) SP = NULL; /* Some linkers require initialized data... */ 35922 #endif 35923 /* *INDENT-OFF* */ 35924 @@ -140,7 +142,9 @@ 35925 0, /* tgetent_index */ 35926 0, /* tgetent_sequence */ 35927 35928 +#ifndef USE_SP_WINDOWLIST 35929 0, /* _nc_windowlist */ 35930 +#endif 35931 35932 #if USE_HOME_TERMINFO 35933 NULL, /* home_terminfo */ 35934 @@ -174,7 +178,9 @@ 35935 { CHARS_0s, CHARS_0s }, /* traceatr_color_buf */ 35936 0, /* traceatr_color_sel */ 35937 -1, /* traceatr_color_last */ 35938 - 35939 +#if !defined(USE_PTHREADS) && USE_REENTRANT 35940 + 0, /* nested_tracef */ 35941 +#endif 35942 #endif /* TRACE */ 35943 #ifdef USE_PTHREADS 35944 PTHREAD_MUTEX_INITIALIZER, /* mutex_curses */ 35945 @@ -196,8 +202,10 @@ 35946 TRUE, /* use_env */ 35947 FALSE, /* filter_mode */ 35948 A_NORMAL, /* previous_attr */ 35949 +#ifndef USE_SP_RIPOFF 35950 RIPOFF_0s, /* ripoff */ 35951 NULL, /* rsp */ 35952 +#endif 35953 { /* tparm_state */ 35954 #ifdef TRACE 35955 NULL, /* tname */ 35956 @@ -225,6 +233,8 @@ 22953 35957 NULL, /* real_acs_map */ 22954 35958 0, /* LINES */ … … 22959 35963 #ifdef TRACE 22960 35964 0L, /* _outchars */ 35965 @@ -234,6 +244,23 @@ 35966 }; 35967 /* *INDENT-ON* */ 35968 35969 +/* 35970 + * wgetch() and other functions with a WINDOW* parameter may use a SCREEN* 35971 + * internally, and it is useful to allow those to be invoked without switching 35972 + * SCREEN's, e.g., for multi-threaded applications. 35973 + */ 35974 +NCURSES_EXPORT(SCREEN *) 35975 +_nc_screen_of(WINDOW *win) 35976 +{ 35977 + SCREEN *sp = 0; 35978 + 35979 + if (win != 0) { 35980 + WINDOWLIST *wp = (WINDOWLIST *) win; 35981 + sp = wp->screen; 35982 + } 35983 + return (sp); 35984 +} 35985 + 35986 /******************************************************************************/ 35987 #ifdef USE_PTHREADS 35988 static void 22961 35989 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_has_cap.c ncurses-5.7/ncurses/tinfo/lib_has_cap.c 22962 35990 --- ncurses-5.7.orig/ncurses/tinfo/lib_has_cap.c 2003-10-25 12:43:55.000000000 -0700 22963 +++ ncurses-5.7/ncurses/tinfo/lib_has_cap.c 2009-0 6-05 14:01:51.000000000 -070035991 +++ ncurses-5.7/ncurses/tinfo/lib_has_cap.c 2009-07-19 15:03:59.000000000 -0700 22964 35992 @@ -1,5 +1,5 @@ 22965 35993 /**************************************************************************** … … 23044 36072 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_kernel.c ncurses-5.7/ncurses/tinfo/lib_kernel.c 23045 36073 --- ncurses-5.7.orig/ncurses/tinfo/lib_kernel.c 2004-05-08 10:11:21.000000000 -0700 23046 +++ ncurses-5.7/ncurses/tinfo/lib_kernel.c 2009-0 6-05 14:01:14.000000000 -070036074 +++ ncurses-5.7/ncurses/tinfo/lib_kernel.c 2009-07-19 15:04:06.000000000 -0700 23047 36075 @@ -1,5 +1,5 @@ 23048 36076 /**************************************************************************** … … 23062 36090 23063 36091 /* 23064 @@ -48,7 +49,7 @@ 36092 @@ -46,9 +47,8 @@ 36093 */ 36094 23065 36095 #include <curses.priv.h> 23066 #include <term.h> /* cur_term */36096 -#include <term.h> /* cur_term */ 23067 36097 23068 36098 -MODULE_ID("$Id: lib_kernel.c,v 1.24 2004/05/08 17:11:21 tom Exp $") 23069 +MODULE_ID("$Id: lib_kernel.c,v 1.2 5 2009/02/15 00:47:52tom Exp $")36099 +MODULE_ID("$Id: lib_kernel.c,v 1.27 2009/06/06 21:25:50 tom Exp $") 23070 36100 23071 36101 static int 23072 36102 _nc_vdisable(void) 23073 @@ -79, 7 +80,7@@36103 @@ -79,23 +79,33 @@ 23074 36104 */ 23075 36105 … … 23079 36109 { 23080 36110 int result = ERR; 23081 T((T_CALLED("erasechar()"))); 23082 @@ -96,6 +97,14 @@ 36111 - T((T_CALLED("erasechar()"))); 36112 + TERMINAL *termp = TerminalOf(SP_PARM); 36113 + 36114 + T((T_CALLED("erasechar(%p)"), SP_PARM)); 36115 36116 - if (cur_term != 0) { 36117 + if (termp != 0) { 36118 #ifdef TERMIOS 36119 - result = cur_term->Ottyb.c_cc[VERASE]; 36120 + result = termp->Ottyb.c_cc[VERASE]; 36121 if (result == _nc_vdisable()) 36122 result = ERR; 36123 #else 36124 - result = cur_term->Ottyb.sg_erase; 36125 + result = termp->Ottyb.sg_erase; 36126 #endif 36127 } 23083 36128 returnCode(result); 23084 36129 } … … 23095 36140 * killchar() 23096 36141 * 23097 @@ -104, 7 +113,7@@36142 @@ -104,23 +114,33 @@ 23098 36143 */ 23099 36144 … … 23103 36148 { 23104 36149 int result = ERR; 23105 T((T_CALLED("killchar()"))); 23106 @@ -121,6 +130,14 @@ 36150 - T((T_CALLED("killchar()"))); 36151 + TERMINAL *termp = TerminalOf(SP_PARM); 36152 36153 - if (cur_term != 0) { 36154 + T((T_CALLED("killchar(%p)"), SP_PARM)); 36155 + 36156 + if (termp != 0) { 36157 #ifdef TERMIOS 36158 - result = cur_term->Ottyb.c_cc[VKILL]; 36159 + result = termp->Ottyb.c_cc[VKILL]; 36160 if (result == _nc_vdisable()) 36161 result = ERR; 36162 #else 36163 - result = cur_term->Ottyb.sg_kill; 36164 + result = termp->Ottyb.sg_kill; 36165 #endif 36166 } 23107 36167 returnCode(result); 23108 36168 } … … 23119 36179 * flushinp() 23120 36180 * 23121 @@ -129, 7 +146,7@@36181 @@ -129,26 +149,36 @@ 23122 36182 */ 23123 36183 … … 23126 36186 +NCURSES_SP_NAME(flushinp) (NCURSES_SP_DCL0) 23127 36187 { 23128 T((T_CALLED("flushinp()"))); 23129 23130 @@ -143,12 +160,20 @@ 36188 - T((T_CALLED("flushinp()"))); 36189 + TERMINAL *termp = TerminalOf(SP_PARM); 36190 + 36191 + T((T_CALLED("flushinp(%p)"), SP_PARM)); 36192 36193 - if (cur_term != 0) { 36194 + if (termp != 0) { 36195 #ifdef TERMIOS 36196 - tcflush(cur_term->Filedes, TCIFLUSH); 36197 + tcflush(termp->Filedes, TCIFLUSH); 36198 #else 36199 errno = 0; 36200 do { 36201 - ioctl(cur_term->Filedes, TIOCFLUSH, 0); 36202 + ioctl(termp->Filedes, TIOCFLUSH, 0); 23131 36203 } while 23132 36204 (errno == EINTR); … … 23155 36227 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_longname.c ncurses-5.7/ncurses/tinfo/lib_longname.c 23156 36228 --- ncurses-5.7.orig/ncurses/tinfo/lib_longname.c 2000-12-09 18:55:07.000000000 -0800 23157 +++ ncurses-5.7/ncurses/tinfo/lib_longname.c 2009-0 6-05 14:01:51.000000000 -070036229 +++ ncurses-5.7/ncurses/tinfo/lib_longname.c 2009-07-19 15:03:59.000000000 -0700 23158 36230 @@ -1,5 +1,5 @@ 23159 36231 /**************************************************************************** … … 23228 36300 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_napms.c ncurses-5.7/ncurses/tinfo/lib_napms.c 23229 36301 --- ncurses-5.7.orig/ncurses/tinfo/lib_napms.c 2008-05-03 14:34:13.000000000 -0700 23230 +++ ncurses-5.7/ncurses/tinfo/lib_napms.c 2009-0 6-05 14:01:14.000000000 -070036302 +++ ncurses-5.7/ncurses/tinfo/lib_napms.c 2009-07-19 15:04:06.000000000 -0700 23231 36303 @@ -1,5 +1,5 @@ 23232 36304 /**************************************************************************** … … 23245 36317 23246 36318 /* 23247 @@ -49,1 0 +51,10@@36319 @@ -49,13 +51,16 @@ 23248 36320 #endif 23249 36321 #endif 23250 36322 23251 36323 -MODULE_ID("$Id: lib_napms.c,v 1.17 2008/05/03 21:34:13 tom Exp $") 23252 +MODULE_ID("$Id: lib_napms.c,v 1.1 8 2009/02/15 00:48:27tom Exp $")36324 +MODULE_ID("$Id: lib_napms.c,v 1.19 2009/06/06 18:50:30 tom Exp $") 23253 36325 23254 36326 NCURSES_EXPORT(int) … … 23258 36330 T((T_CALLED("napms(%d)"), ms)); 23259 36331 23260 @@ -72,3 +74,11 @@ 36332 +#ifdef USE_TERM_DRIVER 36333 + CallDriver_1(sp, nap, ms); 36334 +#else /* !USE_TERM_DRIVER */ 36335 #if HAVE_NANOSLEEP 36336 { 36337 struct timespec request, remaining; 36338 @@ -69,6 +74,15 @@ 36339 #else 36340 _nc_timed_wait(0, 0, ms, (int *) 0 EVENTLIST_2nd(0)); 36341 #endif 36342 +#endif /* !USE_TERM_DRIVER */ 23261 36343 23262 36344 returnCode(OK); … … 23272 36354 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_options.c ncurses-5.7/ncurses/tinfo/lib_options.c 23273 36355 --- ncurses-5.7.orig/ncurses/tinfo/lib_options.c 2008-08-16 14:20:48.000000000 -0700 23274 +++ ncurses-5.7/ncurses/tinfo/lib_options.c 2009-0 6-05 14:01:54.000000000 -070036356 +++ ncurses-5.7/ncurses/tinfo/lib_options.c 2009-07-19 15:04:13.000000000 -0700 23275 36357 @@ -1,5 +1,5 @@ 23276 36358 /**************************************************************************** … … 23297 36379 +#endif 23298 36380 + 23299 +MODULE_ID("$Id: lib_options.c,v 1.6 4 2009/05/23 23:58:07tom Exp $")36381 +MODULE_ID("$Id: lib_options.c,v 1.65 2009/07/04 18:14:31 tom Exp $") 23300 36382 23301 36383 -static int _nc_curs_set(SCREEN *, int); … … 23311 36393 23312 36394 if (win) { 23313 @@ -72,18 +79,26 @@ 36395 @@ -63,6 +70,9 @@ 36396 NCURSES_EXPORT(void) 36397 idcok(WINDOW *win, bool flag) 36398 { 36399 +#if NCURSES_SP_FUNCS 36400 + SCREEN *sp = CURRENT_SCREEN; 36401 +#endif 36402 T((T_CALLED("idcok(%p,%d)"), win, flag)); 36403 36404 if (win) 36405 @@ -72,18 +82,26 @@ 23314 36406 } 23315 36407 … … 23341 36433 nodelay(WINDOW *win, bool flag) 23342 36434 { 23343 @@ -148,27 +16 3,64 @@36435 @@ -148,27 +166,64 @@ 23344 36436 /* curs_set() moved here to narrow the kernel interface */ 23345 36437 … … 23413 36505 ** has_key() 23414 36506 ** 23415 @@ -190,11 +24 2,19 @@36507 @@ -190,11 +245,19 @@ 23416 36508 } 23417 36509 … … 23435 36527 23436 36528 /* 23437 @@ -202,29 +26 2,26 @@36529 @@ -202,29 +265,26 @@ 23438 36530 * than cur_term. 23439 36531 */ … … 23476 36568 /* Turn the keypad on/off 23477 36569 * 23478 @@ -245,12 +30 2,12 @@36570 @@ -245,12 +305,12 @@ 23479 36571 * has wgetch() reading in more than one thread. putp() and below 23480 36572 * may use SP explicitly. … … 23491 36583 rc = _nc_keypad(sp, flag); 23492 36584 _nc_set_screen(save_sp); 23493 @@ -276,45 +33 3,14 @@36585 @@ -276,45 +336,14 @@ 23494 36586 } 23495 36587 … … 23541 36633 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_print.c ncurses-5.7/ncurses/tinfo/lib_print.c 23542 36634 --- ncurses-5.7.orig/ncurses/tinfo/lib_print.c 2006-11-25 16:26:34.000000000 -0800 23543 +++ ncurses-5.7/ncurses/tinfo/lib_print.c 2009-0 6-05 14:01:51.000000000 -070036635 +++ ncurses-5.7/ncurses/tinfo/lib_print.c 2009-07-19 15:04:06.000000000 -0700 23544 36636 @@ -1,5 +1,5 @@ 23545 36637 /**************************************************************************** … … 23549 36641 * Permission is hereby granted, free of charge, to any person obtaining a * 23550 36642 * copy of this software and associated documentation files (the * 23551 @@ -35,12 +35,19 @@ 23552 23553 #include <term.h> 36643 @@ -29,23 +29,27 @@ 36644 /**************************************************************************** 36645 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 36646 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 36647 + * and: Thomas E. Dickey 1996-on * 36648 + * and: Juergen Pfeifer * 36649 ****************************************************************************/ 36650 36651 #include <curses.priv.h> 36652 36653 -#include <term.h> 36654 +#ifndef CUR 36655 +#define CUR SP_TERMTYPE 36656 +#endif 23554 36657 23555 36658 -MODULE_ID("$Id: lib_print.c,v 1.16 2006/11/26 00:26:34 tom Exp $") 23556 +#ifndef CUR 23557 +#define CUR SP_TERMTYPE 23558 +#endif 23559 + 23560 +MODULE_ID("$Id: lib_print.c,v 1.18 2009/05/10 00:48:29 tom Exp $") 36659 +MODULE_ID("$Id: lib_print.c,v 1.19 2009/06/06 20:26:17 tom Exp $") 23561 36660 23562 36661 NCURSES_EXPORT(int) 23563 mcprint(char *data, int len) 36662 -mcprint(char *data, int len) 36663 +NCURSES_SP_NAME(mcprint) (NCURSES_SP_DCLx char *data, int len) 23564 36664 /* ship binary character data to the printer via mc4/mc5/mc5p */ 23565 36665 { 23566 +#if NCURSES_SP_FUNCS23567 + SCREEN *sp = CURRENT_SCREEN;23568 +#endif23569 36666 char *mybuf, *switchon; 23570 36667 size_t onsize, offsize, res; 23571 36668 36669 errno = 0; 36670 - if (!cur_term || (!prtr_non && (!prtr_on || !prtr_off))) { 36671 + if (!HasTInfoTerminal(SP_PARM) || (!prtr_non && (!prtr_on || !prtr_off))) { 36672 errno = ENODEV; 36673 return (ERR); 36674 } 36675 @@ -78,15 +82,24 @@ 36676 * data has actually been shipped to the terminal. If the write(2) 36677 * operation is truly atomic we're protected from this. 36678 */ 36679 - res = write(cur_term->Filedes, mybuf, onsize + len + offsize); 36680 + res = write(TerminalOf(SP_PARM)->Filedes, mybuf, onsize + len + offsize); 36681 36682 /* 36683 * By giving up our scheduler slot here we increase the odds that the 36684 * kernel will ship the contiguous clist items from the last write 36685 * immediately. 36686 */ 36687 +#ifndef __MINGW32__ 36688 (void) sleep(0); 36689 - 36690 +#endif 36691 free(mybuf); 36692 return (res); 36693 } 36694 + 36695 +#if NCURSES_SP_FUNCS && !defined(USE_TERM_DRIVER) 36696 +NCURSES_EXPORT(int) 36697 +mcprint(char *data, int len) 36698 +{ 36699 + return NCURSES_SP_NAME(mcprint) (CURRENT_SCREEN, data, len); 36700 +} 36701 +#endif 23572 36702 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_raw.c ncurses-5.7/ncurses/tinfo/lib_raw.c 23573 36703 --- ncurses-5.7.orig/ncurses/tinfo/lib_raw.c 2007-09-29 14:50:22.000000000 -0700 23574 +++ ncurses-5.7/ncurses/tinfo/lib_raw.c 2009-0 6-05 14:01:14.000000000 -070036704 +++ ncurses-5.7/ncurses/tinfo/lib_raw.c 2009-07-19 15:02:20.000000000 -0700 23575 36705 @@ -1,5 +1,5 @@ 23576 36706 /**************************************************************************** … … 23821 36951 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_setup.c ncurses-5.7/ncurses/tinfo/lib_setup.c 23822 36952 --- ncurses-5.7.orig/ncurses/tinfo/lib_setup.c 2008-08-03 15:42:33.000000000 -0700 23823 +++ ncurses-5.7/ncurses/tinfo/lib_setup.c 2009-0 6-05 14:01:55.000000000 -070036953 +++ ncurses-5.7/ncurses/tinfo/lib_setup.c 2009-07-19 15:04:06.000000000 -0700 23824 36954 @@ -1,5 +1,5 @@ 23825 36955 /**************************************************************************** … … 23842 36972 23843 36973 -MODULE_ID("$Id: lib_setup.c,v 1.111 2008/08/03 22:42:33 tom Exp $") 23844 +MODULE_ID("$Id: lib_setup.c,v 1.11 6 2009/05/30 20:39:21 tom Exp $")36974 +MODULE_ID("$Id: lib_setup.c,v 1.117 2009/06/06 17:56:31 tom Exp $") 23845 36975 23846 36976 /**************************************************************************** … … 23954 37084 _nc_get_screensize(SCREEN *sp, int *linep, int *colp) 23955 37085 /* Obtain lines/columns values from the environment and/or terminfo entry */ 37086 @@ -320,7 +347,7 @@ 37087 if (sp != 0 37088 && sp->_resize != 0) { 37089 if ((new_lines != old_lines) || (new_cols != old_cols)) 37090 - sp->_resize(new_lines, new_cols); 37091 + sp->_resize(NCURSES_SP_ARGx new_lines, new_cols); 37092 sp->_sig_winch = FALSE; 37093 } 37094 } 23956 37095 @@ -604,7 +631,7 @@ 23957 37096 /* … … 23965 37104 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_termcap.c ncurses-5.7/ncurses/tinfo/lib_termcap.c 23966 37105 --- ncurses-5.7.orig/ncurses/tinfo/lib_termcap.c 2008-08-16 12:22:55.000000000 -0700 23967 +++ ncurses-5.7/ncurses/tinfo/lib_termcap.c 2009-0 6-05 14:01:54.000000000 -070037106 +++ ncurses-5.7/ncurses/tinfo/lib_termcap.c 2009-07-19 15:04:15.000000000 -0700 23968 37107 @@ -1,5 +1,5 @@ 23969 37108 /**************************************************************************** … … 23990 37129 +#endif 23991 37130 + 23992 +MODULE_ID("$Id: lib_termcap.c,v 1.6 6 2009/05/23 23:47:34tom Exp $")37131 +MODULE_ID("$Id: lib_termcap.c,v 1.69 2009/07/11 18:14:21 tom Exp $") 23993 37132 23994 37133 NCURSES_EXPORT_VAR(char *) UP = 0; 23995 37134 NCURSES_EXPORT_VAR(char *) BC = 0; 23996 @@ -76, 7 +81,7@@37135 @@ -76,16 +81,28 @@ 23997 37136 ***************************************************************************/ 23998 37137 … … 24001 37140 +NCURSES_SP_NAME(tgetent) (NCURSES_SP_DCLx char *bufp, const char *name) 24002 37141 { 24003 int errcode; 37142 - int errcode; 37143 + int errcode = ERR; 24004 37144 int n; 24005 @@ -111,7 +116,7 @@ 37145 bool found_cache = FALSE; 37146 +#ifdef USE_TERM_DRIVER 37147 + TERMINAL *termp = 0; 37148 +#endif 37149 37150 START_TRACE(); 37151 T((T_CALLED("tgetent()"))); 37152 37153 +#ifdef USE_TERM_DRIVER 37154 + _nc_setupterm_ex(&termp, (NCURSES_CONST char *) name, 37155 + STDOUT_FILENO, &errcode, TRUE); 37156 + 37157 + if (termp == 0 || 37158 + !((TERMINAL_CONTROL_BLOCK *) termp)->drv->isTerminfo) 37159 + return (errcode); 37160 +#else 37161 _nc_setupterm((NCURSES_CONST char *) name, STDOUT_FILENO, &errcode, TRUE); 37162 +#endif 37163 37164 /* 37165 * In general we cannot tell if the fixed sgr0 is still used by the 37166 @@ -109,9 +126,9 @@ 37167 /* 37168 * Also free the terminfo data that we loaded (much bigger leak). 24006 37169 */ 24007 if (LAST_TRM != 0 && LAST_TRM != cur_term) { 37170 - if (LAST_TRM != 0 && LAST_TRM != cur_term) { 37171 + if (LAST_TRM != 0 && LAST_TRM != TerminalOf(SP_PARM)) { 24008 37172 TERMINAL *trm = LAST_TRM; 24009 37173 - del_curterm(LAST_TRM); … … 24012 37176 if (LAST_TRM == trm) 24013 37177 LAST_TRM = 0; 24014 @@ -164,8 +169,8 @@ 37178 @@ -131,7 +148,7 @@ 37179 } 37180 CacheInx = best; 37181 } 37182 - LAST_TRM = cur_term; 37183 + LAST_TRM = TerminalOf(SP_PARM); 37184 LAST_SEQ = ++CacheSeq; 37185 37186 PC = 0; 37187 @@ -153,7 +170,7 @@ 37188 if (backspace_if_not_bs != NULL) 37189 BC = backspace_if_not_bs; 37190 37191 - if ((FIX_SGR0 = _nc_trim_sgr0(&(cur_term->type))) != 0) { 37192 + if ((FIX_SGR0 = _nc_trim_sgr0(&(TerminalOf(SP_PARM)->type))) != 0) { 37193 if (!strcmp(FIX_SGR0, exit_attribute_mode)) { 37194 if (FIX_SGR0 != exit_attribute_mode) { 37195 free(FIX_SGR0); 37196 @@ -164,8 +181,8 @@ 24015 37197 LAST_BUF = bufp; 24016 37198 LAST_USE = TRUE; … … 24023 37205 /* LINT_PREPRO 24024 37206 #if 0*/ 24025 @@ -177,6 +1 82,14@@37207 @@ -177,6 +194,25 @@ 24026 37208 returnCode(errcode); 24027 37209 } … … 24035 37217 +#endif 24036 37218 + 37219 +#if 0 37220 +static bool 37221 +same_tcname(const char *a, const char *b) 37222 +{ 37223 + fprintf(stderr, "compare(%s,%s)\n", a, b); 37224 + return !strncmp(a, b, 2); 37225 +} 37226 +#else 37227 +#define same_tcname(a,b) !strncmp(a,b,2) 37228 +#endif 37229 + 24037 37230 /*************************************************************************** 24038 37231 * 24039 37232 * tgetflag(str) 24040 @@ -187, 7 +200,7 @@37233 @@ -187,23 +223,47 @@ 24041 37234 ***************************************************************************/ 24042 37235 … … 24045 37238 +NCURSES_SP_NAME(tgetflag) (NCURSES_SP_DCLx NCURSES_CONST char *id) 24046 37239 { 24047 unsigned i; 24048 24049 @@ -205,6 +218,14 @@ 24050 returnCode(0); /* Solaris does this */ 24051 } 24052 37240 - unsigned i; 37241 + int result = 0; /* Solaris returns zero for missing flag */ 37242 + int i, j; 37243 37244 - T((T_CALLED("tgetflag(%s)"), id)); 37245 - if (cur_term != 0) { 37246 - TERMTYPE *tp = &(cur_term->type); 37247 - for_each_boolean(i, tp) { 37248 - const char *capname = ExtBoolname(tp, i, boolcodes); 37249 - if (!strncmp(id, capname, 2)) { 37250 - /* setupterm forces invalid booleans to false */ 37251 - returnCode(tp->Booleans[i]); 37252 + T((T_CALLED("tgetflag(%p, %s)"), SP_PARM, id)); 37253 + if (HasTInfoTerminal(SP_PARM)) { 37254 + TERMTYPE *tp = &(TerminalOf(SP_PARM)->type); 37255 + struct name_table_entry const *entry_ptr; 37256 + 37257 + entry_ptr = _nc_find_type_entry(id, BOOLEAN, TRUE); 37258 + if (entry_ptr != 0) { 37259 + j = entry_ptr->nte_index; 37260 + } 37261 +#if NCURSES_XNAMES 37262 + else { 37263 + j = -1; 37264 + for_each_ext_boolean(i, tp) { 37265 + const char *capname = ExtBoolname(tp, i, boolcodes); 37266 + if (same_tcname(id, capname)) { 37267 + j = i; 37268 + break; 37269 + } 37270 } 37271 } 37272 +#endif 37273 + if (j >= 0) { 37274 + /* note: setupterm forces invalid booleans to false */ 37275 + result = tp->Booleans[j]; 37276 + } 37277 } 37278 - returnCode(0); /* Solaris does this */ 37279 + returnCode(result); 37280 +} 37281 + 24053 37282 +#if NCURSES_SP_FUNCS 24054 37283 +NCURSES_EXPORT(int) … … 24056 37285 +{ 24057 37286 + return NCURSES_SP_NAME(tgetflag) (CURRENT_SCREEN, id); 24058 +}37287 } 24059 37288 +#endif 24060 + 37289 24061 37290 /*************************************************************************** 24062 37291 * 24063 * tgetnum(str) 24064 @@ -215,7 +236,7 @@ 37292 @@ -215,25 +275,48 @@ 24065 37293 ***************************************************************************/ 24066 37294 … … 24069 37297 +NCURSES_SP_NAME(tgetnum) (NCURSES_SP_DCLx NCURSES_CONST char *id) 24070 37298 { 24071 unsigned i; 24072 24073 @@ -234,6 +255,14 @@ 24074 returnCode(ABSENT_NUMERIC); 37299 - unsigned i; 37300 + int result = ABSENT_NUMERIC; 37301 + int i, j; 37302 37303 - T((T_CALLED("tgetnum(%s)"), id)); 37304 - if (cur_term != 0) { 37305 - TERMTYPE *tp = &(cur_term->type); 37306 - for_each_number(i, tp) { 37307 - const char *capname = ExtNumname(tp, i, numcodes); 37308 - if (!strncmp(id, capname, 2)) { 37309 - if (!VALID_NUMERIC(tp->Numbers[i])) 37310 - returnCode(ABSENT_NUMERIC); 37311 - returnCode(tp->Numbers[i]); 37312 + T((T_CALLED("tgetnum(%p, %s)"), SP_PARM, id)); 37313 + if (HasTInfoTerminal(SP_PARM)) { 37314 + TERMTYPE *tp = &(TerminalOf(SP_PARM)->type); 37315 + struct name_table_entry const *entry_ptr; 37316 + 37317 + entry_ptr = _nc_find_type_entry(id, NUMBER, TRUE); 37318 + if (entry_ptr != 0) { 37319 + j = entry_ptr->nte_index; 37320 + } 37321 +#if NCURSES_XNAMES 37322 + else { 37323 + j = -1; 37324 + for_each_ext_number(i, tp) { 37325 + const char *capname = ExtNumname(tp, i, numcodes); 37326 + if (same_tcname(id, capname)) { 37327 + j = i; 37328 + break; 37329 + } 37330 } 37331 } 37332 +#endif 37333 + if (j >= 0) { 37334 + if (VALID_NUMERIC(tp->Numbers[j])) 37335 + result = tp->Numbers[j]; 37336 + } 37337 } 37338 - returnCode(ABSENT_NUMERIC); 37339 + returnCode(result); 24075 37340 } 24076 37341 … … 24086 37351 * 24087 37352 * tgetstr(str, area) 24088 @@ -244, 7 +273,7@@37353 @@ -244,40 +327,62 @@ 24089 37354 ***************************************************************************/ 24090 37355 … … 24093 37358 +NCURSES_SP_NAME(tgetstr) (NCURSES_SP_DCLx NCURSES_CONST char *id, char **area) 24094 37359 { 24095 unsigned i;37360 - unsigned i; 24096 37361 char *result = NULL; 24097 @@ -278,6 +307,14 @@ 37362 + int i, j; 37363 37364 T((T_CALLED("tgetstr(%s,%p)"), id, area)); 37365 - if (cur_term != 0) { 37366 - TERMTYPE *tp = &(cur_term->type); 37367 - for_each_string(i, tp) { 37368 - const char *capname = ExtStrname(tp, i, strcodes); 37369 - if (!strncmp(id, capname, 2)) { 37370 - result = tp->Strings[i]; 37371 - TR(TRACE_DATABASE, ("found match : %s", _nc_visbuf(result))); 37372 - /* setupterm forces canceled strings to null */ 37373 - if (VALID_STRING(result)) { 37374 - if (result == exit_attribute_mode 37375 - && FIX_SGR0 != 0) { 37376 - result = FIX_SGR0; 37377 - TR(TRACE_DATABASE, ("altered to : %s", _nc_visbuf(result))); 37378 - } 37379 - if (area != 0 37380 - && *area != 0) { 37381 - (void) strcpy(*area, result); 37382 - result = *area; 37383 - *area += strlen(*area) + 1; 37384 - } 37385 + if (HasTInfoTerminal(SP_PARM)) { 37386 + TERMTYPE *tp = &(TerminalOf(SP_PARM)->type); 37387 + struct name_table_entry const *entry_ptr; 37388 + 37389 + entry_ptr = _nc_find_type_entry(id, STRING, TRUE); 37390 + if (entry_ptr != 0) { 37391 + j = entry_ptr->nte_index; 37392 + } 37393 +#if NCURSES_XNAMES 37394 + else { 37395 + j = -1; 37396 + for_each_ext_string(i, tp) { 37397 + const char *capname = ExtStrname(tp, i, strcodes); 37398 + if (same_tcname(id, capname)) { 37399 + j = i; 37400 + break; 37401 + } 37402 + } 37403 + } 37404 +#endif 37405 + if (j >= 0) { 37406 + result = tp->Strings[j]; 37407 + TR(TRACE_DATABASE, ("found match : %s", _nc_visbuf(result))); 37408 + /* setupterm forces canceled strings to null */ 37409 + if (VALID_STRING(result)) { 37410 + if (result == exit_attribute_mode 37411 + && FIX_SGR0 != 0) { 37412 + result = FIX_SGR0; 37413 + TR(TRACE_DATABASE, ("altered to : %s", _nc_visbuf(result))); 37414 + } 37415 + if (area != 0 37416 + && *area != 0) { 37417 + (void) strcpy(*area, result); 37418 + result = *area; 37419 + *area += strlen(*area) + 1; 37420 } 37421 - break; 37422 } 37423 } 37424 } 24098 37425 returnPtr(result); 24099 37426 } … … 24112 37439 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_termname.c ncurses-5.7/ncurses/tinfo/lib_termname.c 24113 37440 --- ncurses-5.7.orig/ncurses/tinfo/lib_termname.c 2003-12-27 10:23:01.000000000 -0800 24114 +++ ncurses-5.7/ncurses/tinfo/lib_termname.c 2009-0 6-05 14:01:16.000000000 -070037441 +++ ncurses-5.7/ncurses/tinfo/lib_termname.c 2009-07-19 15:02:22.000000000 -0700 24115 37442 @@ -1,5 +1,5 @@ 24116 37443 /**************************************************************************** … … 24157 37484 diff -Naur ncurses-5.7.orig/ncurses/tinfo/lib_ti.c ncurses-5.7/ncurses/tinfo/lib_ti.c 24158 37485 --- ncurses-5.7.orig/ncurses/tinfo/lib_ti.c 2003-05-24 14:10:28.000000000 -0700 24159 +++ ncurses-5.7/ncurses/tinfo/lib_ti.c 2009-0 6-05 14:01:51.000000000 -070037486 +++ ncurses-5.7/ncurses/tinfo/lib_ti.c 2009-07-19 15:04:15.000000000 -0700 24160 37487 @@ -1,5 +1,5 @@ 24161 37488 /**************************************************************************** … … 24165 37492 * Permission is hereby granted, free of charge, to any person obtaining a * 24166 37493 * copy of this software and associated documentation files (the * 24167 @@ -36,17 +36,17 @@ 37494 @@ -29,6 +29,7 @@ 37495 /**************************************************************************** 37496 * Author: Zeyd M. Ben-Halim <zmbenhal@netcom.com> 1992,1995 * 37497 * and: Eric S. Raymond <esr@snark.thyrsus.com> * 37498 + * and: Thomas E. Dickey 1996-on * 37499 ****************************************************************************/ 37500 37501 #include <curses.priv.h> 37502 @@ -36,68 +37,150 @@ 24168 37503 #include <term_entry.h> 24169 37504 #include <tic.h> 24170 37505 24171 37506 -MODULE_ID("$Id: lib_ti.c,v 1.23 2003/05/24 21:10:28 tom Exp $") 24172 +MODULE_ID("$Id: lib_ti.c,v 1.24 2009/04/18 17:37:50 tom Exp $") 37507 +MODULE_ID("$Id: lib_ti.c,v 1.26 2009/07/11 18:14:21 tom Exp $") 37508 + 37509 +#if 0 37510 +static bool 37511 +same_name(const char *a, const char *b) 37512 +{ 37513 + fprintf(stderr, "compare(%s,%s)\n", a, b); 37514 + return !strcmp(a, b); 37515 +} 37516 +#else 37517 +#define same_name(a,b) !strcmp(a,b) 37518 +#endif 24173 37519 24174 37520 NCURSES_EXPORT(int) … … 24176 37522 +NCURSES_SP_NAME(tigetflag) (NCURSES_SP_DCLx NCURSES_CONST char *str) 24177 37523 { 24178 unsigned i; 37524 - unsigned i; 37525 + int result = ABSENT_BOOLEAN; 37526 + int i, j; 24179 37527 24180 37528 - T((T_CALLED("tigetflag(%s)"), str)); … … 24183 37531 - if (cur_term != 0) { 24184 37532 - TERMTYPE *tp = &(cur_term->type); 37533 - for_each_boolean(i, tp) { 37534 - const char *capname = ExtBoolname(tp, i, boolnames); 37535 - if (!strcmp(str, capname)) { 37536 - /* setupterm forces invalid booleans to false */ 37537 - returnCode(tp->Booleans[i]); 24185 37538 + if (HasTInfoTerminal(SP_PARM)) { 24186 37539 + TERMTYPE *tp = &(TerminalOf(SP_PARM)->type); 24187 for_each_boolean(i, tp) { 24188 const char *capname = ExtBoolname(tp, i, boolnames); 24189 if (!strcmp(str, capname)) { 24190 @@ -59,15 +59,23 @@ 24191 returnCode(ABSENT_BOOLEAN); 37540 + struct name_table_entry const *entry_ptr; 37541 + 37542 + entry_ptr = _nc_find_type_entry(str, BOOLEAN, FALSE); 37543 + if (entry_ptr != 0) { 37544 + j = entry_ptr->nte_index; 37545 + } 37546 +#if NCURSES_XNAMES 37547 + else { 37548 + j = -1; 37549 + for_each_ext_boolean(i, tp) { 37550 + const char *capname = ExtBoolname(tp, i, boolnames); 37551 + if (same_name(str, capname)) { 37552 + j = i; 37553 + break; 37554 + } 37555 } 37556 } 37557 +#endif 37558 + if (j >= 0) { 37559 + /* note: setupterm forces invalid booleans to false */ 37560 + result = tp->Booleans[j]; 37561 + } 37562 } 37563 37564 - returnCode(ABSENT_BOOLEAN); 37565 + returnCode(result); 24192 37566 } 24193 37567 … … 24204 37578 +NCURSES_SP_NAME(tigetnum) (NCURSES_SP_DCLx NCURSES_CONST char *str) 24205 37579 { 24206 unsigned i; 37580 - unsigned i; 37581 + int i, j; 37582 + int result = CANCELLED_NUMERIC; /* Solaris returns a -1 on error */ 24207 37583 24208 37584 - T((T_CALLED("tigetnum(%s)"), str)); … … 24211 37587 - if (cur_term != 0) { 24212 37588 - TERMTYPE *tp = &(cur_term->type); 37589 - for_each_number(i, tp) { 37590 - const char *capname = ExtNumname(tp, i, numnames); 37591 - if (!strcmp(str, capname)) { 37592 - if (!VALID_NUMERIC(tp->Numbers[i])) 37593 - returnCode(ABSENT_NUMERIC); 37594 - returnCode(tp->Numbers[i]); 24213 37595 + if (HasTInfoTerminal(SP_PARM)) { 24214 37596 + TERMTYPE *tp = &(TerminalOf(SP_PARM)->type); 24215 for_each_number(i, tp) { 24216 const char *capname = ExtNumname(tp, i, numnames); 24217 if (!strcmp(str, capname)) { 24218 @@ -81,15 +89,23 @@ 24219 returnCode(CANCELLED_NUMERIC); /* Solaris returns a -1 instead */ 37597 + struct name_table_entry const *entry_ptr; 37598 + 37599 + entry_ptr = _nc_find_type_entry(str, NUMBER, FALSE); 37600 + if (entry_ptr != 0) { 37601 + j = entry_ptr->nte_index; 37602 + } 37603 +#if NCURSES_XNAMES 37604 + else { 37605 + j = -1; 37606 + for_each_ext_number(i, tp) { 37607 + const char *capname = ExtNumname(tp, i, numnames); 37608 + if (same_name(str, capname)) { 37609 + j = i; 37610 + break; 37611 + } 37612 } 37613 } 37614 +#endif 37615 + if (j >= 0 && VALID_NUMERIC(tp->Numbers[j])) 37616 + result = tp->Numbers[j]; 37617 + else 37618 + result = ABSENT_NUMERIC; 37619 } 37620 37621 - returnCode(CANCELLED_NUMERIC); /* Solaris returns a -1 instead */ 37622 + returnCode(result); 24220 37623 } 24221 37624 … … 24232 37635 +NCURSES_SP_NAME(tigetstr) (NCURSES_SP_DCLx NCURSES_CONST char *str) 24233 37636 { 24234 unsigned i; 37637 - unsigned i; 37638 + char *result = CANCELLED_STRING; 37639 + int i, j; 24235 37640 24236 37641 - T((T_CALLED("tigetstr(%s)"), str)); … … 24239 37644 - if (cur_term != 0) { 24240 37645 - TERMTYPE *tp = &(cur_term->type); 37646 - for_each_string(i, tp) { 37647 - const char *capname = ExtStrname(tp, i, strnames); 37648 - if (!strcmp(str, capname)) { 37649 - /* setupterm forces cancelled strings to null */ 37650 - returnPtr(tp->Strings[i]); 24241 37651 + if (HasTInfoTerminal(SP_PARM)) { 24242 37652 + TERMTYPE *tp = &(TerminalOf(SP_PARM)->type); 24243 for_each_string(i, tp) { 24244 const char *capname = ExtStrname(tp, i, strnames); 24245 if (!strcmp(str, capname)) { 24246 @@ -101,3 +117,11 @@ 24247 24248 returnPtr(CANCELLED_STRING); 24249 } 37653 + struct name_table_entry const *entry_ptr; 37654 + 37655 + entry_ptr = _nc_find_type_entry(str, STRING, FALSE); 37656 + if (entry_ptr != 0) { 37657 + j = entry_ptr->nte_index; 37658 + } 37659 +#if NCURSES_XNAMES 37660 + else { 37661 + j = -1; 37662 + for_each_ext_string(i, tp) { 37663 + const char *capname = ExtStrname(tp, i, strnames); 37664 + if (same_name(str, capname)) { 37665 + j = i; 37666 + break; 37667 + } 37668 } 37669 } 37670 +#endif 37671 + if (j >= 0) { 37672 + /* note: setupterm forces cancelled strings to null */ 37673 + result = tp->Strings[j]; 37674 + } 37675 } 37676 37677 - returnPtr(CANCELLED_STRING); 37678 + returnPtr(result); 37679 +} 24250 37680 +
