Changeset c5ae37b for patches


Ignore:
Timestamp:
Dec 29, 2008, 8:15:49 PM (16 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a039cd4
Parents:
386216c
Message:

Updated Ncurses Patch to -2

File:
1 moved

Legend:

Unmodified
Added
Removed
  • patches/ncurses-5.7-branch_update-2.patch

    r386216c rc5ae37b  
    11Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
    2 Date: 12-20-2008
     2Date: 12-29-2008
    33Initial Package Version: 5.7
    44Origin: Upstream
    55Upstream Status: Applied
    66Description: This is a branch update for NCurses-5.7, and should be
    7              rechecked periodically. This patch covers up to 5.7-20081213.
     7             rechecked periodically. This patch covers up to 5.7-20081227.
    88
    99diff -Naur ncurses-5.7.orig/Ada95/samples/Makefile.in ncurses-5.7/Ada95/samples/Makefile.in
    1010--- ncurses-5.7.orig/Ada95/samples/Makefile.in  2006-12-17 08:45:02.000000000 -0800
    11 +++ ncurses-5.7/Ada95/samples/Makefile.in       2008-12-20 14:47:10.000000000 -0800
     11+++ ncurses-5.7/Ada95/samples/Makefile.in       2008-12-29 20:11:45.000000000 -0800
    1212@@ -1,5 +1,5 @@
    1313 ##############################################################################
     
    3737diff -Naur ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb
    3838--- ncurses-5.7.orig/Ada95/src/terminal_interface-curses-mouse.adb      2008-07-26 11:51:11.000000000 -0700
    39 +++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb   2008-12-20 14:47:10.000000000 -0800
     39+++ ncurses-5.7/Ada95/src/terminal_interface-curses-mouse.adb   2008-12-29 20:11:45.000000000 -0800
    4040@@ -35,8 +35,8 @@
    4141 ------------------------------------------------------------------------------
     
    6060diff -Naur ncurses-5.7.orig/INSTALL ncurses-5.7/INSTALL
    6161--- ncurses-5.7.orig/INSTALL    2008-11-02 13:13:51.000000000 -0800
    62 +++ ncurses-5.7/INSTALL 2008-12-20 14:47:08.000000000 -0800
     62+++ ncurses-5.7/INSTALL 2008-12-29 20:11:42.000000000 -0800
    6363@@ -25,7 +25,7 @@
    6464 -- sale, use or other dealings in this Software without prior written        --
     
    8282diff -Naur ncurses-5.7.orig/MANIFEST ncurses-5.7/MANIFEST
    8383--- ncurses-5.7.orig/MANIFEST   2008-10-25 16:47:24.000000000 -0700
    84 +++ ncurses-5.7/MANIFEST        2008-12-20 14:47:08.000000000 -0800
     84+++ ncurses-5.7/MANIFEST        2008-12-29 20:11:58.000000000 -0800
    8585@@ -640,6 +640,7 @@
    8686 ./man/ncurses.3x
     
    9999 ./progs/toe.c
    100100 ./progs/tput.c
     101@@ -963,6 +965,7 @@
     102 ./test/cardfile.c
     103 ./test/cardfile.dat
     104 ./test/chgat.c
     105+./test/clip_printw.c
     106 ./test/color_set.c
     107 ./test/configure
     108 ./test/configure.in
     109@@ -990,6 +993,7 @@
     110 ./test/inch_wide.c
     111 ./test/inchs.c
     112 ./test/ins_wide.c
     113+./test/insdelln.c
     114 ./test/inserts.c
     115 ./test/key_names.c
     116 ./test/keynames.c
    101117diff -Naur ncurses-5.7.orig/NEWS ncurses-5.7/NEWS
    102118--- ncurses-5.7.orig/NEWS       2008-11-01 17:56:22.000000000 -0700
    103 +++ ncurses-5.7/NEWS    2008-12-20 14:47:16.000000000 -0800
     119+++ ncurses-5.7/NEWS    2008-12-29 20:12:06.000000000 -0800
    104120@@ -25,7 +25,7 @@
    105121 -- sale, use or other dealings in this Software without prior written        --
     
    107123 -------------------------------------------------------------------------------
    108124--- $Id: NEWS,v 1.1320 2008/11/02 00:56:22 tom Exp $
    109 +-- $Id: NEWS,v 1.1339 2008/12/13 21:02:18 tom Exp $
     125+-- $Id: NEWS,v 1.1344 2008/12/28 01:14:55 tom Exp $
    110126 -------------------------------------------------------------------------------
    111127 
    112128 This is a log of changes that ncurses has gone through since Zeyd started
    113 @@ -45,6 +45,62 @@
     129@@ -45,6 +45,75 @@
    114130 Changes through 1.9.9e did not credit all contributions;
    115131 it is not possible to add this information.
    116132 
     133+20081227
     134+       + modify mk-1st.awk to work with extra categories for tinfo library.
     135+       + modify configure script to allow building shared libraries with gcc
     136+         on AIX 5 or 6 (adapted from patch by Lital Natan).
     137+
     138+20081220
     139+       + modify to omit the opaque-functions from lib_gen.o when
     140+         --disable-ext-funcs is used.
     141+       + add test/clip_printw.c to illustrate how to use printw without
     142+         wrapping.
     143+       + modify ncurses 'F' test to demo wborder_set() with colored lines.
     144+       + modify ncurses 'f' test to demo wborder() with colored lines.
     145+
    117146+20081213
    118147+       + add check for failure to open hashed-database needed for db4.6
     
    176205diff -Naur ncurses-5.7.orig/TO-DO ncurses-5.7/TO-DO
    177206--- ncurses-5.7.orig/TO-DO      2008-10-11 12:22:27.000000000 -0700
    178 +++ ncurses-5.7/TO-DO   2008-12-20 14:47:12.000000000 -0800
     207+++ ncurses-5.7/TO-DO   2008-12-29 20:11:47.000000000 -0800
    179208@@ -25,7 +25,7 @@
    180209 -- sale, use or other dealings in this Software without prior written        --
     
    254283diff -Naur ncurses-5.7.orig/aclocal.m4 ncurses-5.7/aclocal.m4
    255284--- ncurses-5.7.orig/aclocal.m4 2008-10-25 15:15:32.000000000 -0700
    256 +++ ncurses-5.7/aclocal.m4      2008-12-20 14:47:16.000000000 -0800
     285+++ ncurses-5.7/aclocal.m4      2008-12-29 20:12:06.000000000 -0800
    257286@@ -28,7 +28,7 @@
    258287 dnl
     
    260289 dnl
    261290-dnl $Id: aclocal.m4,v 1.470 2008/10/25 22:15:32 tom Exp $
    262 +dnl $Id: aclocal.m4,v 1.475 2008/12/13 21:19:44 tom Exp $
     291+dnl $Id: aclocal.m4,v 1.477 2008/12/27 17:35:01 tom Exp $
    263292 dnl Macros used in NCURSES auto-configuration script.
    264293 dnl
    265294 dnl These macros are maintained separately from NCURSES.  The copyright on
    266 @@ -1998,11 +1998,31 @@
     295@@ -168,7 +168,7 @@
     296 
     297 ])dnl
     298 dnl ---------------------------------------------------------------------------
     299-dnl CF_ADD_INCDIR version: 9 updated: 2008/02/09 13:15:34
     300+dnl CF_ADD_INCDIR version: 10 updated: 2008/12/27 12:30:03
     301 dnl -------------
     302 dnl Add an include-directory to $CPPFLAGS.  Don't add /usr/include, since it's
     303 dnl redundant.  We don't normally need to add -I/usr/local/include for gcc,
     304@@ -195,7 +195,7 @@
     305                fi
     306 
     307                if test "$cf_have_incdir" = no ; then
     308-          if test "$cf_add_incdir" = /usr/local/include ; then
     309+                 if test "$cf_add_incdir" = /usr/local/include ; then
     310                        if test "$GCC" = yes
     311                        then
     312                          cf_save_CPPFLAGS=$CPPFLAGS
     313@@ -213,9 +213,9 @@
     314                  CF_VERBOSE(adding $cf_add_incdir to include-path)
     315                  ifelse($2,,CPPFLAGS,$2)="-I$cf_add_incdir $ifelse($2,,CPPFLAGS,[$]$2)"
     316 
     317-          cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
     318-          test "$cf_top_incdir" = "$cf_add_incdir" && break
     319-          cf_add_incdir="$cf_top_incdir"
     320+                 cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
     321+                 test "$cf_top_incdir" = "$cf_add_incdir" && break
     322+                 cf_add_incdir="$cf_top_incdir"
     323                else
     324                  break
     325                fi
     326@@ -353,7 +353,7 @@
     327 fi
     328 ])dnl
     329 dnl ---------------------------------------------------------------------------
     330-dnl CF_AWK_BIG_PRINTF version: 2 updated: 2008/10/04 17:16:18
     331+dnl CF_AWK_BIG_PRINTF version: 3 updated: 2008/12/27 12:30:03
     332 dnl -----------------
     333 dnl Check if awk can handle big strings using printf.  Some older versions of
     334 dnl awk choke on large strings passed via "%s".
     335@@ -362,19 +362,19 @@
     336 dnl $2 = variable to set with result
     337 AC_DEFUN([CF_AWK_BIG_PRINTF],
     338 [
     339-    case x$AWK in #(vi
     340-    x)
     341-        eval $2=no
     342-        ;;
     343-    *) #(vi
     344-        if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < $1) { xx = xx "x"; }; printf("%s\n", xx); }' \
     345-            | $AWK '{ printf "%d\n", length([$]0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ([$]0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then
     346-            eval $2=yes
     347-        else
     348-            eval $2=no
     349-        fi
     350-        ;;
     351-    esac
     352+       case x$AWK in #(vi
     353+       x)
     354+               eval $2=no
     355+               ;;
     356+       *) #(vi
     357+               if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < $1) { xx = xx "x"; }; printf("%s\n", xx); }' \
     358+                       | $AWK '{ printf "%d\n", length([$]0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ([$]0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then
     359+                       eval $2=yes
     360+               else
     361+                       eval $2=no
     362+               fi
     363+               ;;
     364+       esac
     365 ])dnl
     366 dnl ---------------------------------------------------------------------------
     367 dnl CF_BOOL_DECL version: 8 updated: 2004/01/30 15:51:18
     368@@ -1019,7 +1019,7 @@
     369 CXXFLAGS="$cf_save_CXXFLAGS"
     370 ])
     371 dnl ---------------------------------------------------------------------------
     372-dnl CF_FIND_LINKAGE version: 12 updated: 2007/07/29 20:13:53
     373+dnl CF_FIND_LINKAGE version: 13 updated: 2008/12/24 07:59:55
     374 dnl ---------------
     375 dnl Find a library (specifically the linkage used in the code fragment),
     376 dnl searching for it if it is not already in the library path.
     377@@ -1052,6 +1052,7 @@
     378     cf_cv_find_linkage_$3=yes,[
     379     cf_cv_find_linkage_$3=no
     380 
     381+    CF_VERBOSE(find linkage for $3 library)
     382     CF_MSG_LOG([Searching for headers in [FIND_LINKAGE]($3,$6)])
     383 
     384     cf_save_CPPFLAGS="$CPPFLAGS"
     385@@ -1998,11 +1999,31 @@
    267386 ])
    268387 ])dnl
     
    299418 test "$includedir" != "/usr/include" && \
    300419 test -d "$includedir" && {
    301 @@ -2017,6 +2037,7 @@
     420@@ -2017,6 +2038,7 @@
    302421        test -d $oldincludedir/$2 && $1="[$]$1 $oldincludedir/$2"
    303422 }
     
    307426 dnl ---------------------------------------------------------------------------
    308427 dnl CF_HELP_MESSAGE version: 3 updated: 1998/01/14 10:56:23
    309 @@ -2193,11 +2214,33 @@
     428@@ -2143,7 +2165,7 @@
     429 ])
     430 ])
     431 dnl ---------------------------------------------------------------------------
     432-dnl CF_LDFLAGS_STATIC version: 4 updated: 2008/10/18 17:58:20
     433+dnl CF_LDFLAGS_STATIC version: 5 updated: 2008/12/27 12:30:03
     434 dnl -----------------
     435 dnl Check for compiler/linker flags used to temporarily force usage of static
     436 dnl libraries.  This depends on the compiler and platform.  Use this to help
     437@@ -2153,7 +2175,7 @@
     438 
     439 if test "$GCC" = yes ; then
     440        case $cf_cv_system_name in #(
     441-       OS/2*|os2*|aix[[45]]*)  #( vi
     442+       OS/2*|os2*|aix[[4]]*)   #( vi
     443                LDFLAGS_STATIC=
     444                LDFLAGS_SHARED=
     445                ;;
     446@@ -2164,7 +2186,7 @@
     447     esac
     448 else
     449        case $cf_cv_system_name in #(
     450-       aix[[45]]*)     #( from ld manpage
     451+       aix[[456]]*)    #( from ld manpage
     452                LDFLAGS_STATIC=-bstatic
     453                LDFLAGS_SHARED=-bdynamic
     454                ;;
     455@@ -2179,7 +2201,7 @@
     456                ;;
     457        osf[[45]]*)     #( from ld manpage osf4.0d, osf5.1
     458                # alternative "-oldstyle_liblookup" (not in cc manpage)
     459-               LDFLAGS_STATIC=-noso
     460+               LDFLAGS_STATIC=-noso
     461                LDFLAGS_SHARED=-so_archive
     462                ;;
     463        solaris2*)
     464@@ -2193,11 +2215,33 @@
    310465 AC_SUBST(LDFLAGS_SHARED)
    311466 ])
     
    344499 dnl CF_LIB_PREFIX version: 8 updated: 2008/09/13 11:34:16
    345500 dnl -------------
    346 @@ -2216,7 +2259,7 @@
     501@@ -2216,7 +2260,7 @@
    347502        AC_SUBST(LIB_PREFIX)
    348503 ])dnl
     
    353508 dnl Append definitions and rules for the given models to the subdirectory
    354509 dnl Makefiles, and the recursion rule for the top-level Makefile.  If the
    355 @@ -2504,18 +2547,28 @@
     510@@ -2504,18 +2548,28 @@
    356511 install.libs uninstall.libs \\
    357512 install.data uninstall.data ::
     
    382537 if test -f $srcdir/$tack.h; then
    383538 cat >> Makefile <<CF_EOF
    384 @@ -2526,6 +2579,7 @@
     539@@ -2526,6 +2580,7 @@
    385540 CF_EOF
    386541 fi
     
    390545 dnl If we're installing into a subdirectory of /usr/include, etc., we should
    391546 dnl prepend the subdirectory's name to the "#include" paths.  It won't hurt
    392 @@ -4003,7 +4057,7 @@
     547@@ -2679,7 +2734,7 @@
     548 ])
     549 ])
     550 dnl ---------------------------------------------------------------------------
     551-dnl CF_LIB_SUFFIX version: 15 updated: 2008/09/13 11:54:48
     552+dnl CF_LIB_SUFFIX version: 16 updated: 2008/12/27 12:30:03
     553 dnl -------------
     554 dnl Compute the library file-suffix from the given model name
     555 dnl $1 = model name
     556@@ -2689,40 +2744,44 @@
     557 AC_DEFUN([CF_LIB_SUFFIX],
     558 [
     559        AC_REQUIRE([CF_SUBST_NCURSES_VERSION])
     560-       case $1 in
     561-       libtool)
     562+       case $1 in #(vi
     563+       libtool) #(vi
     564                $2='.la'
     565                $3=[$]$2
     566                ;;
     567-       normal)
     568+       normal) #(vi
     569                $2='.a'
     570                $3=[$]$2
     571                ;;
     572-       debug)
     573+       debug) #(vi
     574                $2='_g.a'
     575                $3=[$]$2
     576                ;;
     577-       profile)
     578+       profile) #(vi
     579                $2='_p.a'
     580                $3=[$]$2
     581                ;;
     582-       shared)
     583+       shared) #(vi
     584                case $cf_cv_system_name in
     585-               cygwin*)
     586+               aix[[56]]*) #(vi
     587+                       $2='.a'
     588+                       $3=[$]$2
     589+                       ;;
     590+               cygwin*) #(vi
     591                        $2='.dll'
     592                        $3='.dll.a'
     593                        ;;
     594-               darwin*)
     595+               darwin*) #(vi
     596                        $2='.dylib'
     597                        $3=[$]$2
     598                        ;;
     599-               hpux*)
     600+               hpux*) #(vi
     601                        case $target in
     602-                       ia64*)
     603+                       ia64*) #(vi
     604                                $2='.so'
     605                                $3=[$]$2
     606                                ;;
     607-                       *)
     608+                       *) #(vi
     609                                $2='.sl'
     610                                $3=[$]$2
     611                                ;;
     612@@ -4003,7 +4062,7 @@
    393613 esac
    394614 ])dnl
     
    399619 dnl Check for ldconfig, needed to fixup shared libraries that would be built
    400620 dnl and then used in the install.
    401 @@ -4012,7 +4066,7 @@
     621@@ -4012,7 +4071,7 @@
    402622   LDCONFIG=:
    403623 else
     
    408628   ;;
    409629 *) LDPATH=$PATH:/sbin:/usr/sbin
    410 @@ -4642,7 +4696,7 @@
     630@@ -4147,7 +4206,7 @@
     631 fi
     632 ])dnl
     633 dnl ---------------------------------------------------------------------------
     634-dnl CF_SHARED_OPTS version: 53 updated: 2008/10/25 18:14:20
     635+dnl CF_SHARED_OPTS version: 54 updated: 2008/12/27 12:30:03
     636 dnl --------------
     637 dnl --------------
     638 dnl Attempt to determine the appropriate CC/LD options for creating a shared
     639@@ -4219,6 +4278,12 @@
     640        cf_cv_shlib_version_infix=no
     641 
     642        case $cf_cv_system_name in
     643+       aix[[56]]*)
     644+               if test "$GCC" = yes; then
     645+                       CC_SHARED_OPTS=
     646+                       MK_SHARED_LIB="$(CC) -shared"
     647+               fi
     648+               ;;
     649        beos*)
     650                MK_SHARED_LIB='${CC} ${CFLAGS} -o $[@] -Xlinker -soname=`basename $[@]` -nostart -e 0'
     651                ;;
     652@@ -4239,7 +4304,7 @@
     653 EOF
     654                exec \[$]* -shared -Wl,--out-implib=../lib/\[$]{IMPORT_LIB} -Wl,--export-all-symbols -o ../lib/\[$]{SHARED_LIB}
     655 CF_EOF
     656-               chmod +x mk_shared_lib.sh
     657+               chmod +x mk_shared_lib.sh
     658                ;;
     659        darwin*)
     660                EXTRA_CFLAGS="-no-cpp-precomp"
     661@@ -4642,7 +4707,7 @@
    411662 fi
    412663 ])dnl
    413664 dnl ---------------------------------------------------------------------------
    414665-dnl CF_SRC_MODULES version: 18 updated: 2005/05/28 12:58:54
    415 +dnl CF_SRC_MODULES version: 19 updated: 2008/12/13 16:10:19
     666+dnl CF_SRC_MODULES version: 20 updated: 2008/12/27 12:30:03
    416667 dnl --------------
    417668 dnl For each parameter, test if the source-directory exists, and if it contains
    418669 dnl a 'modules' file.  If so, add to the list $cf_cv_src_modules which we'll
    419 @@ -4717,7 +4771,11 @@
     670@@ -4717,7 +4782,11 @@
    420671 AC_SUBST(TEST_ARG2)
    421672 AC_SUBST(TEST_DEP2)
     
    430681 do
    431682        SRC_SUBDIRS="$SRC_SUBDIRS $cf_dir"
    432 @@ -5535,7 +5593,7 @@
     683@@ -4728,8 +4797,8 @@
     684 
     685 ADA_SUBDIRS=
     686 if test "$cf_cv_prog_gnat_correct" = yes && test -f $srcdir/Ada95/Makefile.in; then
     687-   SRC_SUBDIRS="$SRC_SUBDIRS Ada95"
     688-   ADA_SUBDIRS="gen src samples"
     689+       SRC_SUBDIRS="$SRC_SUBDIRS Ada95"
     690+       ADA_SUBDIRS="gen src samples"
     691 fi
     692 
     693 SUB_MAKEFILES=
     694@@ -4739,11 +4808,11 @@
     695 done
     696 
     697 if test -n "$ADA_SUBDIRS"; then
     698-   for cf_dir in $ADA_SUBDIRS
     699-   do
     700-      SUB_MAKEFILES="$SUB_MAKEFILES Ada95/$cf_dir/Makefile"
     701-   done
     702-   AC_SUBST(ADA_SUBDIRS)
     703+       for cf_dir in $ADA_SUBDIRS
     704+       do
     705+               SUB_MAKEFILES="$SUB_MAKEFILES Ada95/$cf_dir/Makefile"
     706+       done
     707+       AC_SUBST(ADA_SUBDIRS)
     708 fi
     709 ])dnl
     710 dnl ---------------------------------------------------------------------------
     711@@ -5241,7 +5310,7 @@
     712 fi
     713 ])
     714 dnl ---------------------------------------------------------------------------
     715-dnl CF_WITH_LIBTOOL version: 19 updated: 2008/03/29 15:46:43
     716+dnl CF_WITH_LIBTOOL version: 20 updated: 2008/12/27 12:31:39
     717 dnl ---------------
     718 dnl Provide a configure option to incorporate libtool.  Define several useful
     719 dnl symbols for the makefile rules.
     720@@ -5261,18 +5330,18 @@
     721 dnl            echo cannot find libtool.m4 file
     722 dnl            exit 1
     723 dnl    fi
     724-dnl   
     725+dnl
     726 dnl    LOCAL=aclocal.m4
     727 dnl    ORIG=aclocal.m4.orig
     728-dnl   
     729+dnl
     730 dnl    trap "mv $ORIG $LOCAL" 0 1 2 5 15
     731 dnl    rm -f $ORIG
     732 dnl    mv $LOCAL $ORIG
     733-dnl   
     734+dnl
     735 dnl    # sed the LIBTOOL= assignment to omit the current directory?
     736 dnl    sed -e 's/^LIBTOOL=.*/LIBTOOL=${LIBTOOL-libtool}/' $ACLOCAL/libtool.m4 >>$LOCAL
     737 dnl    cat $ORIG >>$LOCAL
     738-dnl   
     739+dnl
     740 dnl    autoconf-257 $*
     741 dnl
     742 AC_DEFUN([CF_WITH_LIBTOOL],
     743@@ -5306,15 +5375,15 @@
     744        AC_PROG_LIBTOOL
     745        # missing_content_AC_PROG_LIBTOOL}}
     746 ],[
     747-       if test "$with_libtool" != "yes" ; then
     748+       if test "$with_libtool" != "yes" ; then
     749                CF_PATH_SYNTAX(with_libtool)
     750                LIBTOOL=$with_libtool
     751        else
     752-               AC_PATH_PROG(LIBTOOL,libtool)
     753-       fi
     754-       if test -z "$LIBTOOL" ; then
     755-               AC_MSG_ERROR(Cannot find libtool)
     756-       fi
     757+               AC_PATH_PROG(LIBTOOL,libtool)
     758+       fi
     759+       if test -z "$LIBTOOL" ; then
     760+               AC_MSG_ERROR(Cannot find libtool)
     761+       fi
     762 ])dnl
     763        LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
     764        LIB_OBJECT='${OBJECTS:.o=.lo}'
     765@@ -5535,7 +5604,7 @@
    433766        [USE_VALGRIND])
    434767 ])dnl
    435768 dnl ---------------------------------------------------------------------------
    436769-dnl CF_XOPEN_SOURCE version: 26 updated: 2008/07/27 11:26:57
    437 +dnl CF_XOPEN_SOURCE version: 27 updated: 2008/12/13 14:08:40
     770+dnl CF_XOPEN_SOURCE version: 28 updated: 2008/12/27 12:30:03
    438771 dnl ---------------
    439772 dnl Try to get _XOPEN_SOURCE defined properly that we can use POSIX functions,
    440773 dnl or adapt to the vendor's definitions to get equivalent functionality,
    441 @@ -5569,7 +5627,7 @@
     774@@ -5552,7 +5621,7 @@
     775 cf_POSIX_C_SOURCE=ifelse($2,,199506L,$2)
     776 
     777 case $host_os in #(vi
     778-aix[[45]]*) #(vi
     779+aix[[456]]*) #(vi
     780        CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE"
     781        ;;
     782 freebsd*|dragonfly*) #(vi
     783@@ -5569,7 +5638,7 @@
    442784 irix[[56]].*) #(vi
    443785        CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
     
    450792diff -Naur ncurses-5.7.orig/c++/cursesw.cc ncurses-5.7/c++/cursesw.cc
    451793--- ncurses-5.7.orig/c++/cursesw.cc     2007-12-15 15:01:57.000000000 -0800
    452 +++ ncurses-5.7/c++/cursesw.cc  2008-12-20 14:47:10.000000000 -0800
     794+++ ncurses-5.7/c++/cursesw.cc  2008-12-29 20:11:45.000000000 -0800
    453795@@ -1,6 +1,6 @@
    454796 // * this is for making emacs happy: -*-Mode: C++;-*-
     
    487829diff -Naur ncurses-5.7.orig/configure ncurses-5.7/configure
    488830--- ncurses-5.7.orig/configure  2008-10-25 17:04:38.000000000 -0700
    489 +++ ncurses-5.7/configure       2008-12-20 14:47:16.000000000 -0800
    490 @@ -1,5 +1,5 @@
     831+++ ncurses-5.7/configure       2008-12-29 20:12:06.000000000 -0800
     832@@ -1,7 +1,7 @@
    491833 #! /bin/sh
    492834-# From configure.in Revision: 1.454 .
    493 +# From configure.in Revision: 1.456 .
     835+# From configure.in Revision: 1.457 .
    494836 # Guess values for system-dependent variables and create Makefiles.
    495  # Generated by Autoconf 2.52.20080325.
     837-# Generated by Autoconf 2.52.20080325.
     838+# Generated by Autoconf 2.52.20081225.
    496839 #
     840 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
     841 # Free Software Foundation, Inc.
    497842@@ -697,6 +697,7 @@
    498843   --without-cxx           do not adjust ncurses bool to match C++
     
    503848   --without-curses-h      install curses.h as ncurses.h only
    504849   --enable-mixed-case     tic should assume mixed-case filenames
     850@@ -870,7 +871,7 @@
     851 running configure, to aid debugging if configure makes a mistake.
     852 
     853 It was created by $as_me, which was
     854-generated by GNU Autoconf 2.52.20080325.  Invocation command line was
     855+generated by GNU Autoconf 2.52.20081225.  Invocation command line was
     856 
     857   $ $0 $@
     858 
    505859@@ -994,7 +995,7 @@
    506860 fi
     
    11041458   # Find the output, starting from the most likely.  This scheme is
    11051459 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
     1460@@ -1736,7 +1737,7 @@
     1461                 ls a.out conftest 2>/dev/null;
     1462                 ls a.* conftest.* 2>/dev/null`; do
     1463   case $ac_file in
     1464-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
     1465+    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     1466     a.out ) # We found the default executable, but exeext='' is most
     1467             # certainly right.
     1468             break;;
    11061469@@ -1750,34 +1751,34 @@
    11071470 else
     
    11761539   # If both `conftest.exe' and `conftest' are `present' (well, observable)
    11771540 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
     1541@@ -1810,7 +1811,7 @@
     1542 # `rm'.
     1543 for ac_file in `(ls conftest.exe; ls conftest; ls conftest.*) 2>/dev/null`; do
     1544   case $ac_file in
     1545-    *.$ac_ext | *.o | *.obj | *.xcoff | *.tds | *.d | *.pdb ) ;;
     1546+    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
     1547     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
     1548           export ac_cv_exeext
     1549           break;;
    11781550@@ -1818,25 +1819,25 @@
    11791551   esac
     
    12061578 
    12071579 int
    1208 @@ -1848,10 +1849,10 @@
     1580@@ -1848,14 +1849,14 @@
    12091581 }
    12101582 _ACEOF
     
    12191591   for ac_file in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
    12201592   case $ac_file in
     1593-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb ) ;;
     1594+    *.$ac_ext | *.xcoff | *.tds | *.d | *.dbg | *.pdb | *.xSYM | *.map | *.inf ) ;;
     1595     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
     1596        break;;
     1597   esac
    12211598@@ -1863,24 +1864,24 @@
    12221599 else
     
    27163093 
    27173094 # Check whether --with-libtool or --without-libtool was given.
    2718 @@ -4037,7 +4051,7 @@
     3095@@ -4037,11 +4051,11 @@
    27193096 else
    27203097   with_libtool=no
     
    27253102 if test "$with_libtool" != "no"; then
    27263103 
     3104-       if test "$with_libtool" != "yes" ; then
     3105+       if test "$with_libtool" != "yes" ; then
     3106 
     3107 if test "x$prefix" != xNONE; then
     3108   cf_path_syntax="$prefix"
    27273109@@ -4068,7 +4082,7 @@
    27283110   with_libtool=`echo $with_libtool | sed -e s%NONE%$cf_path_syntax%`
     
    27343116    { (exit 1); exit 1; }; }
    27353117   ;;
    2736 @@ -4078,7 +4092,7 @@
     3118@@ -4076,9 +4090,9 @@
     3119 
     3120                LIBTOOL=$with_libtool
    27373121        else
    2738                 # Extract the first word of "libtool", so it can be a program name with args.
     3122-               # Extract the first word of "libtool", so it can be a program name with args.
     3123+               # Extract the first word of "libtool", so it can be a program name with args.
    27393124 set dummy libtool; ac_word=$2
    27403125-echo "$as_me:4081: checking for $ac_word" >&5
     
    27523137 fi
    27533138 done
    2754 @@ -4106,16 +4120,16 @@
     3139@@ -4106,19 +4120,19 @@
    27553140 LIBTOOL=$ac_cv_path_LIBTOOL
    27563141 
     
    27653150 fi
    27663151 
    2767         fi
    2768         if test -z "$LIBTOOL" ; then
     3152-       fi
     3153-       if test -z "$LIBTOOL" ; then
    27693154-               { { echo "$as_me:4118: error: Cannot find libtool" >&5
    2770 +               { { echo "$as_me:4132: error: Cannot find libtool" >&5
     3155+       fi
     3156+       if test -z "$LIBTOOL" ; then
     3157+               { { echo "$as_me:4132: error: Cannot find libtool" >&5
    27713158 echo "$as_me: error: Cannot find libtool" >&2;}
    27723159    { (exit 1); exit 1; }; }
    2773         fi
     3160-       fi
     3161+       fi
     3162        LIB_CREATE='${LIBTOOL} --mode=link ${CC} -rpath ${DESTDIR}${libdir} -version-info `cut -f1 ${srcdir}/VERSION` ${LIBTOOL_OPTS} -o'
     3163        LIB_OBJECT='${OBJECTS:.o=.lo}'
     3164        LIB_SUFFIX=.la
    27743165@@ -4130,17 +4144,17 @@
    27753166        LIB_PREP=:
     
    34903881                CFLAGS="$cf_save_CFLAGS"
    34913882        fi
    3492 @@ -5027,7 +5041,7 @@
     3883@@ -4999,6 +5013,12 @@
     3884        cf_cv_shlib_version_infix=no
     3885 
     3886        case $cf_cv_system_name in
     3887+       aix[56]*)
     3888+               if test "$GCC" = yes; then
     3889+                       CC_SHARED_OPTS=
     3890+                       MK_SHARED_LIB="$(CC) -shared"
     3891+               fi
     3892+               ;;
     3893        beos*)
     3894                MK_SHARED_LIB='${CC} ${CFLAGS} -o $@ -Xlinker -soname=`basename $@` -nostart -e 0'
     3895                ;;
     3896@@ -5027,7 +5047,7 @@
    34933897                MK_SHARED_LIB='${CC} ${CFLAGS} -dynamiclib -install_name ${libdir}/`basename $@` -compatibility_version ${ABI_VERSION} -current_version ${ABI_VERSION} -o $@'
    34943898                test "$cf_cv_shlib_version" = auto && cf_cv_shlib_version=abi
    34953899                cf_cv_shlib_version_infix=yes
    34963900-               echo "$as_me:5030: checking if ld -search_paths_first works" >&5
    3497 +               echo "$as_me:5044: checking if ld -search_paths_first works" >&5
     3901+               echo "$as_me:5050: checking if ld -search_paths_first works" >&5
    34983902 echo $ECHO_N "checking if ld -search_paths_first works... $ECHO_C" >&6
    34993903 if test "${cf_cv_ldflags_search_paths_first+set}" = set; then
    35003904   echo $ECHO_N "(cached) $ECHO_C" >&6
    3501 @@ -5036,7 +5050,7 @@
     3905@@ -5036,7 +5056,7 @@
    35023906                        cf_save_LDFLAGS=$LDFLAGS
    35033907                        LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
    35043908                        cat >conftest.$ac_ext <<_ACEOF
    35053909-#line 5039 "configure"
    3506 +#line 5053 "configure"
     3910+#line 5059 "configure"
    35073911 #include "confdefs.h"
    35083912 
    35093913 int
    3510 @@ -5048,16 +5062,16 @@
     3914@@ -5048,16 +5068,16 @@
    35113915 }
    35123916 _ACEOF
    35133917 rm -f conftest.$ac_objext conftest$ac_exeext
    35143918-if { (eval echo "$as_me:5051: \"$ac_link\"") >&5
    3515 +if { (eval echo "$as_me:5065: \"$ac_link\"") >&5
     3919+if { (eval echo "$as_me:5071: \"$ac_link\"") >&5
    35163920   (eval $ac_link) 2>&5
    35173921   ac_status=$?
    35183922-  echo "$as_me:5054: \$? = $ac_status" >&5
    3519 +  echo "$as_me:5068: \$? = $ac_status" >&5
     3923+  echo "$as_me:5074: \$? = $ac_status" >&5
    35203924   (exit $ac_status); } &&
    35213925          { ac_try='test -s conftest$ac_exeext'
    35223926-  { (eval echo "$as_me:5057: \"$ac_try\"") >&5
    3523 +  { (eval echo "$as_me:5071: \"$ac_try\"") >&5
     3927+  { (eval echo "$as_me:5077: \"$ac_try\"") >&5
    35243928   (eval $ac_try) 2>&5
    35253929   ac_status=$?
    35263930-  echo "$as_me:5060: \$? = $ac_status" >&5
    3527 +  echo "$as_me:5074: \$? = $ac_status" >&5
     3931+  echo "$as_me:5080: \$? = $ac_status" >&5
    35283932   (exit $ac_status); }; }; then
    35293933   cf_cv_ldflags_search_paths_first=yes
    35303934 else
    3531 @@ -5068,7 +5082,7 @@
     3935@@ -5068,7 +5088,7 @@
    35323936 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    35333937                                LDFLAGS=$cf_save_LDFLAGS
    35343938 fi
    35353939-echo "$as_me:5071: result: $cf_cv_ldflags_search_paths_first" >&5
    3536 +echo "$as_me:5085: result: $cf_cv_ldflags_search_paths_first" >&5
     3940+echo "$as_me:5091: result: $cf_cv_ldflags_search_paths_first" >&5
    35373941 echo "${ECHO_T}$cf_cv_ldflags_search_paths_first" >&6
    35383942                if test $cf_cv_ldflags_search_paths_first = yes; then
    35393943                        LDFLAGS="$LDFLAGS -Wl,-search_paths_first"
    3540 @@ -5285,7 +5299,7 @@
     3944@@ -5285,7 +5305,7 @@
    35413945                        test "$cf_cv_do_symlinks" = no && cf_cv_do_symlinks=yes
    35423946                        ;;
    35433947                *)
    35443948-                       { echo "$as_me:5288: WARNING: ignored --with-shlib-version" >&5
    3545 +                       { echo "$as_me:5302: WARNING: ignored --with-shlib-version" >&5
     3949+                       { echo "$as_me:5308: WARNING: ignored --with-shlib-version" >&5
    35463950 echo "$as_me: WARNING: ignored --with-shlib-version" >&2;}
    35473951                        ;;
    35483952                esac
    3549 @@ -5293,12 +5307,12 @@
     3953@@ -5293,12 +5313,12 @@
    35503954        esac
    35513955 
    35523956        if test -n "$cf_ld_rpath_opt" ; then
    35533957-               echo "$as_me:5296: checking if we need a space after rpath option" >&5
    3554 +               echo "$as_me:5310: checking if we need a space after rpath option" >&5
     3958+               echo "$as_me:5316: checking if we need a space after rpath option" >&5
    35553959 echo $ECHO_N "checking if we need a space after rpath option... $ECHO_C" >&6
    35563960                cf_save_LIBS="$LIBS"
     
    35583962                cat >conftest.$ac_ext <<_ACEOF
    35593963-#line 5301 "configure"
    3560 +#line 5315 "configure"
     3964+#line 5321 "configure"
    35613965 #include "confdefs.h"
    35623966 
    35633967 int
    3564 @@ -5310,16 +5324,16 @@
     3968@@ -5310,16 +5330,16 @@
    35653969 }
    35663970 _ACEOF
    35673971 rm -f conftest.$ac_objext conftest$ac_exeext
    35683972-if { (eval echo "$as_me:5313: \"$ac_link\"") >&5
    3569 +if { (eval echo "$as_me:5327: \"$ac_link\"") >&5
     3973+if { (eval echo "$as_me:5333: \"$ac_link\"") >&5
    35703974   (eval $ac_link) 2>&5
    35713975   ac_status=$?
    35723976-  echo "$as_me:5316: \$? = $ac_status" >&5
    3573 +  echo "$as_me:5330: \$? = $ac_status" >&5
     3977+  echo "$as_me:5336: \$? = $ac_status" >&5
    35743978   (exit $ac_status); } &&
    35753979          { ac_try='test -s conftest$ac_exeext'
    35763980-  { (eval echo "$as_me:5319: \"$ac_try\"") >&5
    3577 +  { (eval echo "$as_me:5333: \"$ac_try\"") >&5
     3981+  { (eval echo "$as_me:5339: \"$ac_try\"") >&5
    35783982   (eval $ac_try) 2>&5
    35793983   ac_status=$?
    35803984-  echo "$as_me:5322: \$? = $ac_status" >&5
    3581 +  echo "$as_me:5336: \$? = $ac_status" >&5
     3985+  echo "$as_me:5342: \$? = $ac_status" >&5
    35823986   (exit $ac_status); }; }; then
    35833987   cf_rpath_space=no
    35843988 else
    3585 @@ -5329,7 +5343,7 @@
     3989@@ -5329,7 +5349,7 @@
    35863990 fi
    35873991 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    35883992                LIBS="$cf_save_LIBS"
    35893993-               echo "$as_me:5332: result: $cf_rpath_space" >&5
    3590 +               echo "$as_me:5346: result: $cf_rpath_space" >&5
     3994+               echo "$as_me:5352: result: $cf_rpath_space" >&5
    35913995 echo "${ECHO_T}$cf_rpath_space" >&6
    35923996                test "$cf_rpath_space" = yes && cf_ld_rpath_opt="$cf_ld_rpath_opt "
    35933997                MK_SHARED_LIB="$MK_SHARED_LIB $cf_ld_rpath_opt\${libdir}"
    3594 @@ -5338,7 +5352,7 @@
     3998@@ -5338,7 +5358,7 @@
    35953999 if test "$CC_SHARED_OPTS" = "unknown"; then
    35964000        for model in $cf_list_models; do
    35974001                if test "$model" = "shared"; then
    35984002-                       { { echo "$as_me:5341: error: Shared libraries are not supported in this version" >&5
    3599 +                       { { echo "$as_me:5355: error: Shared libraries are not supported in this version" >&5
     4003+                       { { echo "$as_me:5361: error: Shared libraries are not supported in this version" >&5
    36004004 echo "$as_me: error: Shared libraries are not supported in this version" >&2;}
    36014005    { (exit 1); exit 1; }; }
    36024006                fi
    3603 @@ -5348,7 +5362,7 @@
     4007@@ -5348,7 +5368,7 @@
    36044008 ###############################################################################
    36054009 
    36064010 ###    use option --disable-overwrite to leave out the link to -lcurses
    36074011-echo "$as_me:5351: checking if you wish to install ncurses overwriting curses" >&5
    3608 +echo "$as_me:5365: checking if you wish to install ncurses overwriting curses" >&5
     4012+echo "$as_me:5371: checking if you wish to install ncurses overwriting curses" >&5
    36094013 echo $ECHO_N "checking if you wish to install ncurses overwriting curses... $ECHO_C" >&6
    36104014 
    36114015 # Check whether --enable-overwrite or --disable-overwrite was given.
    3612 @@ -5358,10 +5372,10 @@
     4016@@ -5358,10 +5378,10 @@
    36134017 else
    36144018   if test "$prefix" = "/usr" ; then with_overwrite=yes; else with_overwrite=no; fi
    36154019 fi;
    36164020-echo "$as_me:5361: result: $with_overwrite" >&5
    3617 +echo "$as_me:5375: result: $with_overwrite" >&5
     4021+echo "$as_me:5381: result: $with_overwrite" >&5
    36184022 echo "${ECHO_T}$with_overwrite" >&6
    36194023 
    36204024-echo "$as_me:5364: checking if external terminfo-database is used" >&5
    3621 +echo "$as_me:5378: checking if external terminfo-database is used" >&5
     4025+echo "$as_me:5384: checking if external terminfo-database is used" >&5
    36224026 echo $ECHO_N "checking if external terminfo-database is used... $ECHO_C" >&6
    36234027 
    36244028 # Check whether --enable-database or --disable-database was given.
    3625 @@ -5371,7 +5385,7 @@
     4029@@ -5371,7 +5391,7 @@
    36264030 else
    36274031   use_database=yes
    36284032 fi;
    36294033-echo "$as_me:5374: result: $use_database" >&5
    3630 +echo "$as_me:5388: result: $use_database" >&5
     4034+echo "$as_me:5394: result: $use_database" >&5
    36314035 echo "${ECHO_T}$use_database" >&6
    36324036 
    36334037 case $host_os in #(vi
    3634 @@ -5393,7 +5407,7 @@
     4038@@ -5393,7 +5413,7 @@
    36354039 #define USE_DATABASE 1
    36364040 EOF
    36374041 
    36384042-       echo "$as_me:5396: checking which terminfo source-file will be installed" >&5
    3639 +       echo "$as_me:5410: checking which terminfo source-file will be installed" >&5
     4043+       echo "$as_me:5416: checking which terminfo source-file will be installed" >&5
    36404044 echo $ECHO_N "checking which terminfo source-file will be installed... $ECHO_C" >&6
    36414045 
    36424046 # Check whether --enable-database or --disable-database was given.
    3643 @@ -5401,10 +5415,10 @@
     4047@@ -5401,10 +5421,10 @@
    36444048   enableval="$enable_database"
    36454049   TERMINFO_SRC=$withval
    36464050 fi;
    36474051-       echo "$as_me:5404: result: $TERMINFO_SRC" >&5
    3648 +       echo "$as_me:5418: result: $TERMINFO_SRC" >&5
     4052+       echo "$as_me:5424: result: $TERMINFO_SRC" >&5
    36494053 echo "${ECHO_T}$TERMINFO_SRC" >&6
    36504054 
    36514055-       echo "$as_me:5407: checking whether to use hashed database instead of directory/tree" >&5
    3652 +       echo "$as_me:5421: checking whether to use hashed database instead of directory/tree" >&5
     4056+       echo "$as_me:5427: checking whether to use hashed database instead of directory/tree" >&5
    36534057 echo $ECHO_N "checking whether to use hashed database instead of directory/tree... $ECHO_C" >&6
    36544058 
    36554059 # Check whether --with-hashed-db or --without-hashed-db was given.
    3656 @@ -5414,13 +5428,13 @@
     4060@@ -5414,13 +5434,13 @@
    36574061 else
    36584062   with_hashed_db=no
    36594063 fi;
    36604064-       echo "$as_me:5417: result: $with_hashed_db" >&5
    3661 +       echo "$as_me:5431: result: $with_hashed_db" >&5
     4065+       echo "$as_me:5437: result: $with_hashed_db" >&5
    36624066 echo "${ECHO_T}$with_hashed_db" >&6
    36634067 else
     
    36664070 
    36674071-echo "$as_me:5423: checking for list of fallback descriptions" >&5
    3668 +echo "$as_me:5437: checking for list of fallback descriptions" >&5
     4072+echo "$as_me:5443: checking for list of fallback descriptions" >&5
    36694073 echo $ECHO_N "checking for list of fallback descriptions... $ECHO_C" >&6
    36704074 
    36714075 # Check whether --with-fallbacks or --without-fallbacks was given.
    3672 @@ -5430,11 +5444,11 @@
     4076@@ -5430,11 +5450,11 @@
    36734077 else
    36744078   with_fallback=
    36754079 fi;
    36764080-echo "$as_me:5433: result: $with_fallback" >&5
    3677 +echo "$as_me:5447: result: $with_fallback" >&5
     4081+echo "$as_me:5453: result: $with_fallback" >&5
    36784082 echo "${ECHO_T}$with_fallback" >&6
    36794083 FALLBACK_LIST=`echo "$with_fallback" | sed -e 's/,/ /g'`
    36804084 
    36814085-echo "$as_me:5437: checking if you want modern xterm or antique" >&5
    3682 +echo "$as_me:5451: checking if you want modern xterm or antique" >&5
     4086+echo "$as_me:5457: checking if you want modern xterm or antique" >&5
    36834087 echo $ECHO_N "checking if you want modern xterm or antique... $ECHO_C" >&6
    36844088 
    36854089 # Check whether --with-xterm-new or --without-xterm-new was given.
    3686 @@ -5448,7 +5462,7 @@
     4090@@ -5448,7 +5468,7 @@
    36874091 no)    with_xterm_new=xterm-old;;
    36884092 *)     with_xterm_new=xterm-new;;
    36894093 esac
    36904094-echo "$as_me:5451: result: $with_xterm_new" >&5
    3691 +echo "$as_me:5465: result: $with_xterm_new" >&5
     4095+echo "$as_me:5471: result: $with_xterm_new" >&5
    36924096 echo "${ECHO_T}$with_xterm_new" >&6
    36934097 WHICH_XTERM=$with_xterm_new
    36944098 
    3695 @@ -5458,7 +5472,7 @@
     4099@@ -5458,7 +5478,7 @@
    36964100        MAKE_TERMINFO="#"
    36974101 else
    36984102 
    36994103-echo "$as_me:5461: checking for list of terminfo directories" >&5
    3700 +echo "$as_me:5475: checking for list of terminfo directories" >&5
     4104+echo "$as_me:5481: checking for list of terminfo directories" >&5
    37014105 echo $ECHO_N "checking for list of terminfo directories... $ECHO_C" >&6
    37024106 
    37034107 # Check whether --with-terminfo-dirs or --without-terminfo-dirs was given.
    3704 @@ -5498,7 +5512,7 @@
     4108@@ -5498,7 +5518,7 @@
    37054109   cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
    37064110   ;;
    37074111 *)
    37084112-  { { echo "$as_me:5501: error: expected a pathname, not \"$cf_src_path\"" >&5
    3709 +  { { echo "$as_me:5515: error: expected a pathname, not \"$cf_src_path\"" >&5
     4113+  { { echo "$as_me:5521: error: expected a pathname, not \"$cf_src_path\"" >&5
    37104114 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
    37114115    { (exit 1); exit 1; }; }
    37124116   ;;
    3713 @@ -5511,13 +5525,13 @@
     4117@@ -5511,13 +5531,13 @@
    37144118 
    37154119 eval 'TERMINFO_DIRS="$cf_dst_path"'
    37164120 
    37174121-echo "$as_me:5514: result: $TERMINFO_DIRS" >&5
    3718 +echo "$as_me:5528: result: $TERMINFO_DIRS" >&5
     4122+echo "$as_me:5534: result: $TERMINFO_DIRS" >&5
    37194123 echo "${ECHO_T}$TERMINFO_DIRS" >&6
    37204124 test -n "$TERMINFO_DIRS" && cat >>confdefs.h <<EOF
     
    37234127 
    37244128-echo "$as_me:5520: checking for default terminfo directory" >&5
    3725 +echo "$as_me:5534: checking for default terminfo directory" >&5
     4129+echo "$as_me:5540: checking for default terminfo directory" >&5
    37264130 echo $ECHO_N "checking for default terminfo directory... $ECHO_C" >&6
    37274131 
    37284132 # Check whether --with-default-terminfo-dir or --without-default-terminfo-dir was given.
    3729 @@ -5553,7 +5567,7 @@
     4133@@ -5553,7 +5573,7 @@
    37304134   withval=`echo $withval | sed -e s%NONE%$cf_path_syntax%`
    37314135   ;;
    37324136 *)
    37334137-  { { echo "$as_me:5556: error: expected a pathname, not \"$withval\"" >&5
    3734 +  { { echo "$as_me:5570: error: expected a pathname, not \"$withval\"" >&5
     4138+  { { echo "$as_me:5576: error: expected a pathname, not \"$withval\"" >&5
    37354139 echo "$as_me: error: expected a pathname, not \"$withval\"" >&2;}
    37364140    { (exit 1); exit 1; }; }
    37374141   ;;
    3738 @@ -5562,7 +5576,7 @@
     4142@@ -5562,7 +5582,7 @@
    37394143 fi
    37404144 TERMINFO="$withval"
    37414145 
    37424146-echo "$as_me:5565: result: $TERMINFO" >&5
    3743 +echo "$as_me:5579: result: $TERMINFO" >&5
     4147+echo "$as_me:5585: result: $TERMINFO" >&5
    37444148 echo "${ECHO_T}$TERMINFO" >&6
    37454149 cat >>confdefs.h <<EOF
    37464150 #define TERMINFO "$TERMINFO"
    3747 @@ -5572,7 +5586,7 @@
     4151@@ -5572,7 +5592,7 @@
    37484152 
    37494153 ###    use option --disable-big-core to make tic run on small machines
    37504154 ###    We need 4Mb, check if we can allocate 50% more than that.
    37514155-echo "$as_me:5575: checking if big-core option selected" >&5
    3752 +echo "$as_me:5589: checking if big-core option selected" >&5
     4156+echo "$as_me:5595: checking if big-core option selected" >&5
    37534157 echo $ECHO_N "checking if big-core option selected... $ECHO_C" >&6
    37544158 
    37554159 # Check whether --enable-big-core or --disable-big-core was given.
    3756 @@ -5584,7 +5598,7 @@
     4160@@ -5584,7 +5604,7 @@
    37574161   with_big_core=no
    37584162 else
    37594163   cat >conftest.$ac_ext <<_ACEOF
    37604164-#line 5587 "configure"
    3761 +#line 5601 "configure"
     4165+#line 5607 "configure"
    37624166 #include "confdefs.h"
    37634167 
    37644168 #include <stdlib.h>
    3765 @@ -5598,15 +5612,15 @@
     4169@@ -5598,15 +5618,15 @@
    37664170 }
    37674171 _ACEOF
    37684172 rm -f conftest$ac_exeext
    37694173-if { (eval echo "$as_me:5601: \"$ac_link\"") >&5
    3770 +if { (eval echo "$as_me:5615: \"$ac_link\"") >&5
     4174+if { (eval echo "$as_me:5621: \"$ac_link\"") >&5
    37714175   (eval $ac_link) 2>&5
    37724176   ac_status=$?
    37734177-  echo "$as_me:5604: \$? = $ac_status" >&5
    3774 +  echo "$as_me:5618: \$? = $ac_status" >&5
     4178+  echo "$as_me:5624: \$? = $ac_status" >&5
    37754179   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    37764180-  { (eval echo "$as_me:5606: \"$ac_try\"") >&5
    3777 +  { (eval echo "$as_me:5620: \"$ac_try\"") >&5
     4181+  { (eval echo "$as_me:5626: \"$ac_try\"") >&5
    37784182   (eval $ac_try) 2>&5
    37794183   ac_status=$?
    37804184-  echo "$as_me:5609: \$? = $ac_status" >&5
    3781 +  echo "$as_me:5623: \$? = $ac_status" >&5
     4185+  echo "$as_me:5629: \$? = $ac_status" >&5
    37824186   (exit $ac_status); }; }; then
    37834187   with_big_core=yes
    37844188 else
    3785 @@ -5618,7 +5632,7 @@
     4189@@ -5618,7 +5638,7 @@
    37864190 rm -f core core.* *.core conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
    37874191 fi
    37884192 fi;
    37894193-echo "$as_me:5621: result: $with_big_core" >&5
    3790 +echo "$as_me:5635: result: $with_big_core" >&5
     4194+echo "$as_me:5641: result: $with_big_core" >&5
    37914195 echo "${ECHO_T}$with_big_core" >&6
    37924196 test "$with_big_core" = "yes" && cat >>confdefs.h <<\EOF
    37934197 #define HAVE_BIG_CORE 1
    3794 @@ -5627,7 +5641,7 @@
     4198@@ -5627,7 +5647,7 @@
    37954199 ### ISO C only guarantees 512-char strings, we have tables which load faster
    37964200 ### when constructed using "big" strings.  More than the C compiler, the awk
    37974201 ### program is a limit on most vendor UNIX systems.  Check that we can build.
    37984202-echo "$as_me:5630: checking if big-strings option selected" >&5
    3799 +echo "$as_me:5644: checking if big-strings option selected" >&5
     4203+echo "$as_me:5650: checking if big-strings option selected" >&5
    38004204 echo $ECHO_N "checking if big-strings option selected... $ECHO_C" >&6
    38014205 
    38024206 # Check whether --enable-big-strings or --disable-big-strings was given.
    3803 @@ -5651,14 +5665,14 @@
    3804      esac
     4207@@ -5636,29 +5656,29 @@
     4208   with_big_strings=$enableval
     4209 else
     4210 
     4211-    case x$AWK in #(vi
     4212-    x)
     4213-        eval with_big_strings=no
     4214-        ;;
     4215-    *) #(vi
     4216-        if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < 12000) { xx = xx "x"; }; printf("%s\n", xx); }' \
     4217-            | $AWK '{ printf "%d\n", length($0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ($0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then
     4218-            eval with_big_strings=yes
     4219-        else
     4220-            eval with_big_strings=no
     4221-        fi
     4222-        ;;
     4223-    esac
     4224+       case x$AWK in #(vi
     4225+       x)
     4226+               eval with_big_strings=no
     4227+               ;;
     4228+       *) #(vi
     4229+               if ( ${AWK} 'BEGIN { xx = "x"; while (length(xx) < 12000) { xx = xx "x"; }; printf("%s\n", xx); }' \
     4230+                       | $AWK '{ printf "%d\n", length($0); }' | $AWK 'BEGIN { eqls=0; recs=0; } { recs++; if ($0 == 12000) eqls++; } END { if (recs != 1 || eqls != 1) exit 1; }' 2>/dev/null >/dev/null ) ; then
     4231+                       eval with_big_strings=yes
     4232+               else
     4233+                       eval with_big_strings=no
     4234+               fi
     4235+               ;;
     4236+       esac
    38054237 
    38064238 fi;
    38074239-echo "$as_me:5654: result: $with_big_strings" >&5
    3808 +echo "$as_me:5668: result: $with_big_strings" >&5
     4240+echo "$as_me:5674: result: $with_big_strings" >&5
    38094241 echo "${ECHO_T}$with_big_strings" >&6
    38104242 
     
    38144246 ###    use option --enable-termcap to compile in the termcap fallback support
    38154247-echo "$as_me:5661: checking if you want termcap-fallback support" >&5
    3816 +echo "$as_me:5675: checking if you want termcap-fallback support" >&5
     4248+echo "$as_me:5681: checking if you want termcap-fallback support" >&5
    38174249 echo $ECHO_N "checking if you want termcap-fallback support... $ECHO_C" >&6
    38184250 
    38194251 # Check whether --enable-termcap or --disable-termcap was given.
    3820 @@ -5668,13 +5682,13 @@
     4252@@ -5668,13 +5688,13 @@
    38214253 else
    38224254   with_termcap=no
    38234255 fi;
    38244256-echo "$as_me:5671: result: $with_termcap" >&5
    3825 +echo "$as_me:5685: result: $with_termcap" >&5
     4257+echo "$as_me:5691: result: $with_termcap" >&5
    38264258 echo "${ECHO_T}$with_termcap" >&6
    38274259 
     
    38304262                if test -z "$with_fallback" ; then
    38314263-                       { { echo "$as_me:5677: error: You have disabled the database w/o specifying fallbacks" >&5
    3832 +                       { { echo "$as_me:5691: error: You have disabled the database w/o specifying fallbacks" >&5
     4264+                       { { echo "$as_me:5697: error: You have disabled the database w/o specifying fallbacks" >&5
    38334265 echo "$as_me: error: You have disabled the database w/o specifying fallbacks" >&2;}
    38344266    { (exit 1); exit 1; }; }
    38354267                fi
    3836 @@ -5686,7 +5700,7 @@
     4268@@ -5686,7 +5706,7 @@
    38374269 else
    38384270 
    38394271 if test "$with_ticlib" != no ; then
    38404272-       { { echo "$as_me:5689: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
    3841 +       { { echo "$as_me:5703: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
     4273+       { { echo "$as_me:5709: error: Options --with-ticlib and --enable-termcap cannot be combined" >&5
    38424274 echo "$as_me: error: Options --with-ticlib and --enable-termcap cannot be combined" >&2;}
    38434275    { (exit 1); exit 1; }; }
    38444276 fi
    3845 @@ -5695,7 +5709,7 @@
     4277@@ -5695,7 +5715,7 @@
    38464278 #define USE_TERMCAP 1
    38474279 EOF
    38484280 
    38494281-echo "$as_me:5698: checking for list of termcap files" >&5
    3850 +echo "$as_me:5712: checking for list of termcap files" >&5
     4282+echo "$as_me:5718: checking for list of termcap files" >&5
    38514283 echo $ECHO_N "checking for list of termcap files... $ECHO_C" >&6
    38524284 
    38534285 # Check whether --with-termpath or --without-termpath was given.
    3854 @@ -5735,7 +5749,7 @@
     4286@@ -5735,7 +5755,7 @@
    38554287   cf_src_path=`echo $cf_src_path | sed -e s%NONE%$cf_path_syntax%`
    38564288   ;;
    38574289 *)
    38584290-  { { echo "$as_me:5738: error: expected a pathname, not \"$cf_src_path\"" >&5
    3859 +  { { echo "$as_me:5752: error: expected a pathname, not \"$cf_src_path\"" >&5
     4291+  { { echo "$as_me:5758: error: expected a pathname, not \"$cf_src_path\"" >&5
    38604292 echo "$as_me: error: expected a pathname, not \"$cf_src_path\"" >&2;}
    38614293    { (exit 1); exit 1; }; }
    38624294   ;;
    3863 @@ -5748,14 +5762,14 @@
     4295@@ -5748,14 +5768,14 @@
    38644296 
    38654297 eval 'TERMPATH="$cf_dst_path"'
    38664298 
    38674299-echo "$as_me:5751: result: $TERMPATH" >&5
    3868 +echo "$as_me:5765: result: $TERMPATH" >&5
     4300+echo "$as_me:5771: result: $TERMPATH" >&5
    38694301 echo "${ECHO_T}$TERMPATH" >&6
    38704302 test -n "$TERMPATH" && cat >>confdefs.h <<EOF
     
    38744306 ###    use option --enable-getcap to use a hacked getcap for reading termcaps
    38754307-echo "$as_me:5758: checking if fast termcap-loader is needed" >&5
    3876 +echo "$as_me:5772: checking if fast termcap-loader is needed" >&5
     4308+echo "$as_me:5778: checking if fast termcap-loader is needed" >&5
    38774309 echo $ECHO_N "checking if fast termcap-loader is needed... $ECHO_C" >&6
    38784310 
    38794311 # Check whether --enable-getcap or --disable-getcap was given.
    3880 @@ -5765,13 +5779,13 @@
     4312@@ -5765,13 +5785,13 @@
    38814313 else
    38824314   with_getcap=no
    38834315 fi;
    38844316-echo "$as_me:5768: result: $with_getcap" >&5
    3885 +echo "$as_me:5782: result: $with_getcap" >&5
     4317+echo "$as_me:5788: result: $with_getcap" >&5
    38864318 echo "${ECHO_T}$with_getcap" >&6
    38874319 test "$with_getcap" = "yes" && cat >>confdefs.h <<\EOF
     
    38904322 
    38914323-echo "$as_me:5774: checking if translated termcaps will be cached in ~/.terminfo" >&5
    3892 +echo "$as_me:5788: checking if translated termcaps will be cached in ~/.terminfo" >&5
     4324+echo "$as_me:5794: checking if translated termcaps will be cached in ~/.terminfo" >&5
    38934325 echo $ECHO_N "checking if translated termcaps will be cached in ~/.terminfo... $ECHO_C" >&6
    38944326 
    38954327 # Check whether --enable-getcap-cache or --disable-getcap-cache was given.
    3896 @@ -5781,7 +5795,7 @@
     4328@@ -5781,7 +5801,7 @@
    38974329 else
    38984330   with_getcap_cache=no
    38994331 fi;
    39004332-echo "$as_me:5784: result: $with_getcap_cache" >&5
    3901 +echo "$as_me:5798: result: $with_getcap_cache" >&5
     4333+echo "$as_me:5804: result: $with_getcap_cache" >&5
    39024334 echo "${ECHO_T}$with_getcap_cache" >&6
    39034335 test "$with_getcap_cache" = "yes" && cat >>confdefs.h <<\EOF
    39044336 #define USE_GETCAP_CACHE 1
    3905 @@ -5790,7 +5804,7 @@
     4337@@ -5790,7 +5810,7 @@
    39064338 fi
    39074339 
    39084340 ###   Use option --disable-home-terminfo to completely remove ~/.terminfo
    39094341-echo "$as_me:5793: checking if ~/.terminfo is wanted" >&5
    3910 +echo "$as_me:5807: checking if ~/.terminfo is wanted" >&5
     4342+echo "$as_me:5813: checking if ~/.terminfo is wanted" >&5
    39114343 echo $ECHO_N "checking if ~/.terminfo is wanted... $ECHO_C" >&6
    39124344 
    39134345 # Check whether --enable-home-terminfo or --disable-home-terminfo was given.
    3914 @@ -5800,13 +5814,13 @@
     4346@@ -5800,13 +5820,13 @@
    39154347 else
    39164348   with_home_terminfo=yes
    39174349 fi;
    39184350-echo "$as_me:5803: result: $with_home_terminfo" >&5
    3919 +echo "$as_me:5817: result: $with_home_terminfo" >&5
     4351+echo "$as_me:5823: result: $with_home_terminfo" >&5
    39204352 echo "${ECHO_T}$with_home_terminfo" >&6
    39214353 test "$with_home_terminfo" = "yes" && cat >>confdefs.h <<\EOF
     
    39244356 
    39254357-echo "$as_me:5809: checking if you want to use restricted environment when running as root" >&5
    3926 +echo "$as_me:5823: checking if you want to use restricted environment when running as root" >&5
     4358+echo "$as_me:5829: checking if you want to use restricted environment when running as root" >&5
    39274359 echo $ECHO_N "checking if you want to use restricted environment when running as root... $ECHO_C" >&6
    39284360 
    39294361 # Check whether --enable-root-environ or --disable-root-environ was given.
    3930 @@ -5816,7 +5830,7 @@
     4362@@ -5816,7 +5836,7 @@
    39314363 else
    39324364   with_root_environ=yes
    39334365 fi;
    39344366-echo "$as_me:5819: result: $with_root_environ" >&5
    3935 +echo "$as_me:5833: result: $with_root_environ" >&5
     4367+echo "$as_me:5839: result: $with_root_environ" >&5
    39364368 echo "${ECHO_T}$with_root_environ" >&6
    39374369 test "$with_root_environ" = yes && cat >>confdefs.h <<\EOF
    39384370 #define USE_ROOT_ENVIRON 1
    3939 @@ -5830,13 +5844,13 @@
     4371@@ -5830,13 +5850,13 @@
    39404372        unlink
    39414373 do
    39424374 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    39434375-echo "$as_me:5833: checking for $ac_func" >&5
    3944 +echo "$as_me:5847: checking for $ac_func" >&5
     4376+echo "$as_me:5853: checking for $ac_func" >&5
    39454377 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    39464378 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    39494381   cat >conftest.$ac_ext <<_ACEOF
    39504382-#line 5839 "configure"
    3951 +#line 5853 "configure"
     4383+#line 5859 "configure"
    39524384 #include "confdefs.h"
    39534385 /* System header to define __stub macros and hopefully few prototypes,
    39544386     which can conflict with char $ac_func (); below.  */
    3955 @@ -5867,16 +5881,16 @@
     4387@@ -5867,16 +5887,16 @@
    39564388 }
    39574389 _ACEOF
    39584390 rm -f conftest.$ac_objext conftest$ac_exeext
    39594391-if { (eval echo "$as_me:5870: \"$ac_link\"") >&5
    3960 +if { (eval echo "$as_me:5884: \"$ac_link\"") >&5
     4392+if { (eval echo "$as_me:5890: \"$ac_link\"") >&5
    39614393   (eval $ac_link) 2>&5
    39624394   ac_status=$?
    39634395-  echo "$as_me:5873: \$? = $ac_status" >&5
    3964 +  echo "$as_me:5887: \$? = $ac_status" >&5
     4396+  echo "$as_me:5893: \$? = $ac_status" >&5
    39654397   (exit $ac_status); } &&
    39664398          { ac_try='test -s conftest$ac_exeext'
    39674399-  { (eval echo "$as_me:5876: \"$ac_try\"") >&5
    3968 +  { (eval echo "$as_me:5890: \"$ac_try\"") >&5
     4400+  { (eval echo "$as_me:5896: \"$ac_try\"") >&5
    39694401   (eval $ac_try) 2>&5
    39704402   ac_status=$?
    39714403-  echo "$as_me:5879: \$? = $ac_status" >&5
    3972 +  echo "$as_me:5893: \$? = $ac_status" >&5
     4404+  echo "$as_me:5899: \$? = $ac_status" >&5
    39734405   (exit $ac_status); }; }; then
    39744406   eval "$as_ac_var=yes"
    39754407 else
    3976 @@ -5886,7 +5900,7 @@
     4408@@ -5886,7 +5906,7 @@
    39774409 fi
    39784410 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    39794411 fi
    39804412-echo "$as_me:5889: result: `eval echo '${'$as_ac_var'}'`" >&5
    3981 +echo "$as_me:5903: result: `eval echo '${'$as_ac_var'}'`" >&5
     4413+echo "$as_me:5909: result: `eval echo '${'$as_ac_var'}'`" >&5
    39824414 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    39834415 if test `eval echo '${'$as_ac_var'}'` = yes; then
    39844416   cat >>confdefs.h <<EOF
    3985 @@ -5903,13 +5917,13 @@
     4417@@ -5903,13 +5923,13 @@
    39864418                symlink
    39874419 do
    39884420 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    39894421-echo "$as_me:5906: checking for $ac_func" >&5
    3990 +echo "$as_me:5920: checking for $ac_func" >&5
     4422+echo "$as_me:5926: checking for $ac_func" >&5
    39914423 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    39924424 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    39954427   cat >conftest.$ac_ext <<_ACEOF
    39964428-#line 5912 "configure"
    3997 +#line 5926 "configure"
     4429+#line 5932 "configure"
    39984430 #include "confdefs.h"
    39994431 /* System header to define __stub macros and hopefully few prototypes,
    40004432     which can conflict with char $ac_func (); below.  */
    4001 @@ -5940,16 +5954,16 @@
     4433@@ -5940,16 +5960,16 @@
    40024434 }
    40034435 _ACEOF
    40044436 rm -f conftest.$ac_objext conftest$ac_exeext
    40054437-if { (eval echo "$as_me:5943: \"$ac_link\"") >&5
    4006 +if { (eval echo "$as_me:5957: \"$ac_link\"") >&5
     4438+if { (eval echo "$as_me:5963: \"$ac_link\"") >&5
    40074439   (eval $ac_link) 2>&5
    40084440   ac_status=$?
    40094441-  echo "$as_me:5946: \$? = $ac_status" >&5
    4010 +  echo "$as_me:5960: \$? = $ac_status" >&5
     4442+  echo "$as_me:5966: \$? = $ac_status" >&5
    40114443   (exit $ac_status); } &&
    40124444          { ac_try='test -s conftest$ac_exeext'
    40134445-  { (eval echo "$as_me:5949: \"$ac_try\"") >&5
    4014 +  { (eval echo "$as_me:5963: \"$ac_try\"") >&5
     4446+  { (eval echo "$as_me:5969: \"$ac_try\"") >&5
    40154447   (eval $ac_try) 2>&5
    40164448   ac_status=$?
    40174449-  echo "$as_me:5952: \$? = $ac_status" >&5
    4018 +  echo "$as_me:5966: \$? = $ac_status" >&5
     4450+  echo "$as_me:5972: \$? = $ac_status" >&5
    40194451   (exit $ac_status); }; }; then
    40204452   eval "$as_ac_var=yes"
    40214453 else
    4022 @@ -5959,7 +5973,7 @@
     4454@@ -5959,7 +5979,7 @@
    40234455 fi
    40244456 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    40254457 fi
    40264458-echo "$as_me:5962: result: `eval echo '${'$as_ac_var'}'`" >&5
    4027 +echo "$as_me:5976: result: `eval echo '${'$as_ac_var'}'`" >&5
     4459+echo "$as_me:5982: result: `eval echo '${'$as_ac_var'}'`" >&5
    40284460 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    40294461 if test `eval echo '${'$as_ac_var'}'` = yes; then
    40304462   cat >>confdefs.h <<EOF
    4031 @@ -5970,7 +5984,7 @@
     4463@@ -5970,7 +5990,7 @@
    40324464 done
    40334465 
    40344466 else
    40354467-       echo "$as_me:5973: checking if link/symlink functions work" >&5
    4036 +       echo "$as_me:5987: checking if link/symlink functions work" >&5
     4468+       echo "$as_me:5993: checking if link/symlink functions work" >&5
    40374469 echo $ECHO_N "checking if link/symlink functions work... $ECHO_C" >&6
    40384470 if test "${cf_cv_link_funcs+set}" = set; then
    40394471   echo $ECHO_N "(cached) $ECHO_C" >&6
    4040 @@ -5983,7 +5997,7 @@
     4472@@ -5983,7 +6003,7 @@
    40414473                        eval 'ac_cv_func_'$cf_func'=error'
    40424474 else
    40434475   cat >conftest.$ac_ext <<_ACEOF
    40444476-#line 5986 "configure"
    4045 +#line 6000 "configure"
     4477+#line 6006 "configure"
    40464478 #include "confdefs.h"
    40474479 
    40484480 #include <sys/types.h>
    4049 @@ -6013,15 +6027,15 @@
     4481@@ -6013,15 +6033,15 @@
    40504482 
    40514483 _ACEOF
    40524484 rm -f conftest$ac_exeext
    40534485-if { (eval echo "$as_me:6016: \"$ac_link\"") >&5
    4054 +if { (eval echo "$as_me:6030: \"$ac_link\"") >&5
     4486+if { (eval echo "$as_me:6036: \"$ac_link\"") >&5
    40554487   (eval $ac_link) 2>&5
    40564488   ac_status=$?
    40574489-  echo "$as_me:6019: \$? = $ac_status" >&5
    4058 +  echo "$as_me:6033: \$? = $ac_status" >&5
     4490+  echo "$as_me:6039: \$? = $ac_status" >&5
    40594491   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    40604492-  { (eval echo "$as_me:6021: \"$ac_try\"") >&5
    4061 +  { (eval echo "$as_me:6035: \"$ac_try\"") >&5
     4493+  { (eval echo "$as_me:6041: \"$ac_try\"") >&5
    40624494   (eval $ac_try) 2>&5
    40634495   ac_status=$?
    40644496-  echo "$as_me:6024: \$? = $ac_status" >&5
    4065 +  echo "$as_me:6038: \$? = $ac_status" >&5
     4497+  echo "$as_me:6044: \$? = $ac_status" >&5
    40664498   (exit $ac_status); }; }; then
    40674499 
    40684500                        cf_cv_link_funcs="$cf_cv_link_funcs $cf_func"
    4069 @@ -6039,7 +6053,7 @@
     4501@@ -6039,7 +6059,7 @@
    40704502                test -z "$cf_cv_link_funcs" && cf_cv_link_funcs=no
    40714503 
    40724504 fi
    40734505-echo "$as_me:6042: result: $cf_cv_link_funcs" >&5
    4074 +echo "$as_me:6056: result: $cf_cv_link_funcs" >&5
     4506+echo "$as_me:6062: result: $cf_cv_link_funcs" >&5
    40754507 echo "${ECHO_T}$cf_cv_link_funcs" >&6
    40764508        test "$ac_cv_func_link"    = yes && cat >>confdefs.h <<\EOF
    40774509 #define HAVE_LINK 1
    4078 @@ -6057,7 +6071,7 @@
     4510@@ -6057,7 +6077,7 @@
    40794511 # soft links (symbolic links) are useful for some systems where hard links do
    40804512 # not work, or to make it simpler to copy terminfo trees around.
    40814513 if test "$ac_cv_func_symlink" = yes ; then
    40824514-    echo "$as_me:6060: checking if tic should use symbolic links" >&5
    4083 +    echo "$as_me:6074: checking if tic should use symbolic links" >&5
     4515+    echo "$as_me:6080: checking if tic should use symbolic links" >&5
    40844516 echo $ECHO_N "checking if tic should use symbolic links... $ECHO_C" >&6
    40854517 
    40864518 # Check whether --enable-symlinks or --disable-symlinks was given.
    4087 @@ -6067,21 +6081,21 @@
     4519@@ -6067,21 +6087,21 @@
    40884520 else
    40894521   with_symlinks=no
    40904522 fi;
    40914523-    echo "$as_me:6070: result: $with_symlinks" >&5
    4092 +    echo "$as_me:6084: result: $with_symlinks" >&5
     4524+    echo "$as_me:6090: result: $with_symlinks" >&5
    40934525 echo "${ECHO_T}$with_symlinks" >&6
    40944526 fi
     
    40984530 if test "$with_symlinks" = no ; then
    40994531-    echo "$as_me:6077: checking if tic should use hard links" >&5
    4100 +    echo "$as_me:6091: checking if tic should use hard links" >&5
     4532+    echo "$as_me:6097: checking if tic should use hard links" >&5
    41014533 echo $ECHO_N "checking if tic should use hard links... $ECHO_C" >&6
    41024534     if test "$ac_cv_func_link" = yes ; then
     
    41064538     fi
    41074539-    echo "$as_me:6084: result: $with_links" >&5
    4108 +    echo "$as_me:6098: result: $with_links" >&5
     4540+    echo "$as_me:6104: result: $with_links" >&5
    41094541 echo "${ECHO_T}$with_links" >&6
    41104542 fi
    41114543 
    4112 @@ -6094,7 +6108,7 @@
     4544@@ -6094,7 +6114,7 @@
    41134545 EOF
    41144546 
    41154547 ###   use option --enable-broken-linker to force on use of broken-linker support
    41164548-echo "$as_me:6097: checking if you want broken-linker support code" >&5
    4117 +echo "$as_me:6111: checking if you want broken-linker support code" >&5
     4549+echo "$as_me:6117: checking if you want broken-linker support code" >&5
    41184550 echo $ECHO_N "checking if you want broken-linker support code... $ECHO_C" >&6
    41194551 
    41204552 # Check whether --enable-broken_linker or --disable-broken_linker was given.
    4121 @@ -6104,7 +6118,7 @@
     4553@@ -6104,7 +6124,7 @@
    41224554 else
    41234555   with_broken_linker=${BROKEN_LINKER-no}
    41244556 fi;
    41254557-echo "$as_me:6107: result: $with_broken_linker" >&5
    4126 +echo "$as_me:6121: result: $with_broken_linker" >&5
     4558+echo "$as_me:6127: result: $with_broken_linker" >&5
    41274559 echo "${ECHO_T}$with_broken_linker" >&6
    41284560 
    41294561 BROKEN_LINKER=0
    4130 @@ -6124,14 +6138,14 @@
     4562@@ -6124,14 +6144,14 @@
    41314563                BROKEN_LINKER=1
    41324564                test -n "$verbose" && echo "    cygwin linker is broken anyway" 1>&6
    41334565 
    41344566-echo "${as_me-configure}:6127: testing cygwin linker is broken anyway ..." 1>&5
    4135 +echo "${as_me-configure}:6141: testing cygwin linker is broken anyway ..." 1>&5
     4567+echo "${as_me-configure}:6147: testing cygwin linker is broken anyway ..." 1>&5
    41364568 
    41374569                ;;
     
    41414573 ###   use option --enable-bsdpad to have tputs process BSD-style prefix padding
    41424574-echo "$as_me:6134: checking if tputs should process BSD-style prefix padding" >&5
    4143 +echo "$as_me:6148: checking if tputs should process BSD-style prefix padding" >&5
     4575+echo "$as_me:6154: checking if tputs should process BSD-style prefix padding" >&5
    41444576 echo $ECHO_N "checking if tputs should process BSD-style prefix padding... $ECHO_C" >&6
    41454577 
    41464578 # Check whether --enable-bsdpad or --disable-bsdpad was given.
    4147 @@ -6141,7 +6155,7 @@
     4579@@ -6141,7 +6161,7 @@
    41484580 else
    41494581   with_bsdpad=no
    41504582 fi;
    41514583-echo "$as_me:6144: result: $with_bsdpad" >&5
    4152 +echo "$as_me:6158: result: $with_bsdpad" >&5
     4584+echo "$as_me:6164: result: $with_bsdpad" >&5
    41534585 echo "${ECHO_T}$with_bsdpad" >&6
    41544586 test "$with_bsdpad" = yes && cat >>confdefs.h <<\EOF
    41554587 #define BSD_TPUTS 1
    4156 @@ -6158,7 +6172,7 @@
     4588@@ -6158,7 +6178,7 @@
    41574589 
    41584590 # Check to define _XOPEN_SOURCE "automatically"
    41594591 
    41604592-echo "$as_me:6161: checking if $CC -U and -D options work together" >&5
    4161 +echo "$as_me:6175: checking if $CC -U and -D options work together" >&5
     4593+echo "$as_me:6181: checking if $CC -U and -D options work together" >&5
    41624594 echo $ECHO_N "checking if $CC -U and -D options work together... $ECHO_C" >&6
    41634595 if test "${cf_cv_cc_u_d_options+set}" = set; then
    41644596   echo $ECHO_N "(cached) $ECHO_C" >&6
    4165 @@ -6167,7 +6181,7 @@
     4597@@ -6167,7 +6187,7 @@
    41664598        cf_save_CPPFLAGS="$CPPFLAGS"
    41674599        CPPFLAGS="-UU_D_OPTIONS -DU_D_OPTIONS -DD_U_OPTIONS -UD_U_OPTIONS"
    41684600        cat >conftest.$ac_ext <<_ACEOF
    41694601-#line 6170 "configure"
    4170 +#line 6184 "configure"
     4602+#line 6190 "configure"
    41714603 #include "confdefs.h"
    41724604 
    41734605 int
    4174 @@ -6186,16 +6200,16 @@
     4606@@ -6186,16 +6206,16 @@
    41754607 }
    41764608 _ACEOF
    41774609 rm -f conftest.$ac_objext
    41784610-if { (eval echo "$as_me:6189: \"$ac_compile\"") >&5
    4179 +if { (eval echo "$as_me:6203: \"$ac_compile\"") >&5
     4611+if { (eval echo "$as_me:6209: \"$ac_compile\"") >&5
    41804612   (eval $ac_compile) 2>&5
    41814613   ac_status=$?
    41824614-  echo "$as_me:6192: \$? = $ac_status" >&5
    4183 +  echo "$as_me:6206: \$? = $ac_status" >&5
     4615+  echo "$as_me:6212: \$? = $ac_status" >&5
    41844616   (exit $ac_status); } &&
    41854617          { ac_try='test -s conftest.$ac_objext'
    41864618-  { (eval echo "$as_me:6195: \"$ac_try\"") >&5
    4187 +  { (eval echo "$as_me:6209: \"$ac_try\"") >&5
     4619+  { (eval echo "$as_me:6215: \"$ac_try\"") >&5
    41884620   (eval $ac_try) 2>&5
    41894621   ac_status=$?
    41904622-  echo "$as_me:6198: \$? = $ac_status" >&5
    4191 +  echo "$as_me:6212: \$? = $ac_status" >&5
     4623+  echo "$as_me:6218: \$? = $ac_status" >&5
    41924624   (exit $ac_status); }; }; then
    41934625 
    41944626        cf_cv_cc_u_d_options=yes
    4195 @@ -6209,7 +6223,7 @@
     4627@@ -6209,14 +6229,14 @@
    41964628        CPPFLAGS="$cf_save_CPPFLAGS"
    41974629 
    41984630 fi
    41994631-echo "$as_me:6212: result: $cf_cv_cc_u_d_options" >&5
    4200 +echo "$as_me:6226: result: $cf_cv_cc_u_d_options" >&5
     4632+echo "$as_me:6232: result: $cf_cv_cc_u_d_options" >&5
    42014633 echo "${ECHO_T}$cf_cv_cc_u_d_options" >&6
    42024634 
    42034635 cf_XOPEN_SOURCE=500
    4204 @@ -6233,16 +6247,16 @@
     4636 cf_POSIX_C_SOURCE=199506L
     4637 
     4638 case $host_os in #(vi
     4639-aix[45]*) #(vi
     4640+aix[456]*) #(vi
     4641        CPPFLAGS="$CPPFLAGS -D_ALL_SOURCE"
     4642        ;;
     4643 freebsd*|dragonfly*) #(vi
     4644@@ -6233,16 +6253,16 @@
    42054645 irix[56].*) #(vi
    42064646        CPPFLAGS="$CPPFLAGS -D_SGI_SOURCE"
     
    42104650 
    42114651-echo "$as_me:6238: checking if we must define _GNU_SOURCE" >&5
    4212 +echo "$as_me:6252: checking if we must define _GNU_SOURCE" >&5
     4652+echo "$as_me:6258: checking if we must define _GNU_SOURCE" >&5
    42134653 echo $ECHO_N "checking if we must define _GNU_SOURCE... $ECHO_C" >&6
    42144654 if test "${cf_cv_gnu_source+set}" = set; then
     
    42184658 cat >conftest.$ac_ext <<_ACEOF
    42194659-#line 6245 "configure"
    4220 +#line 6259 "configure"
     4660+#line 6265 "configure"
    42214661 #include "confdefs.h"
    42224662 #include <sys/types.h>
    42234663 int
    4224 @@ -6257,16 +6271,16 @@
     4664@@ -6257,16 +6277,16 @@
    42254665 }
    42264666 _ACEOF
    42274667 rm -f conftest.$ac_objext
    42284668-if { (eval echo "$as_me:6260: \"$ac_compile\"") >&5
    4229 +if { (eval echo "$as_me:6274: \"$ac_compile\"") >&5
     4669+if { (eval echo "$as_me:6280: \"$ac_compile\"") >&5
    42304670   (eval $ac_compile) 2>&5
    42314671   ac_status=$?
    42324672-  echo "$as_me:6263: \$? = $ac_status" >&5
    4233 +  echo "$as_me:6277: \$? = $ac_status" >&5
     4673+  echo "$as_me:6283: \$? = $ac_status" >&5
    42344674   (exit $ac_status); } &&
    42354675          { ac_try='test -s conftest.$ac_objext'
    42364676-  { (eval echo "$as_me:6266: \"$ac_try\"") >&5
    4237 +  { (eval echo "$as_me:6280: \"$ac_try\"") >&5
     4677+  { (eval echo "$as_me:6286: \"$ac_try\"") >&5
    42384678   (eval $ac_try) 2>&5
    42394679   ac_status=$?
    42404680-  echo "$as_me:6269: \$? = $ac_status" >&5
    4241 +  echo "$as_me:6283: \$? = $ac_status" >&5
     4681+  echo "$as_me:6289: \$? = $ac_status" >&5
    42424682   (exit $ac_status); }; }; then
    42434683   cf_cv_gnu_source=no
    42444684 else
    4245 @@ -6275,7 +6289,7 @@
     4685@@ -6275,7 +6295,7 @@
    42464686 cf_save="$CPPFLAGS"
    42474687         CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
    42484688         cat >conftest.$ac_ext <<_ACEOF
    42494689-#line 6278 "configure"
    4250 +#line 6292 "configure"
     4690+#line 6298 "configure"
    42514691 #include "confdefs.h"
    42524692 #include <sys/types.h>
    42534693 int
    4254 @@ -6290,16 +6304,16 @@
     4694@@ -6290,16 +6310,16 @@
    42554695 }
    42564696 _ACEOF
    42574697 rm -f conftest.$ac_objext
    42584698-if { (eval echo "$as_me:6293: \"$ac_compile\"") >&5
    4259 +if { (eval echo "$as_me:6307: \"$ac_compile\"") >&5
     4699+if { (eval echo "$as_me:6313: \"$ac_compile\"") >&5
    42604700   (eval $ac_compile) 2>&5
    42614701   ac_status=$?
    42624702-  echo "$as_me:6296: \$? = $ac_status" >&5
    4263 +  echo "$as_me:6310: \$? = $ac_status" >&5
     4703+  echo "$as_me:6316: \$? = $ac_status" >&5
    42644704   (exit $ac_status); } &&
    42654705          { ac_try='test -s conftest.$ac_objext'
    42664706-  { (eval echo "$as_me:6299: \"$ac_try\"") >&5
    4267 +  { (eval echo "$as_me:6313: \"$ac_try\"") >&5
     4707+  { (eval echo "$as_me:6319: \"$ac_try\"") >&5
    42684708   (eval $ac_try) 2>&5
    42694709   ac_status=$?
    42704710-  echo "$as_me:6302: \$? = $ac_status" >&5
    4271 +  echo "$as_me:6316: \$? = $ac_status" >&5
     4711+  echo "$as_me:6322: \$? = $ac_status" >&5
    42724712   (exit $ac_status); }; }; then
    42734713   cf_cv_gnu_source=no
    42744714 else
    4275 @@ -6314,7 +6328,7 @@
     4715@@ -6314,7 +6334,7 @@
    42764716 rm -f conftest.$ac_objext conftest.$ac_ext
    42774717 
    42784718 fi
    42794719-echo "$as_me:6317: result: $cf_cv_gnu_source" >&5
    4280 +echo "$as_me:6331: result: $cf_cv_gnu_source" >&5
     4720+echo "$as_me:6337: result: $cf_cv_gnu_source" >&5
    42814721 echo "${ECHO_T}$cf_cv_gnu_source" >&6
    42824722 test "$cf_cv_gnu_source" = yes && CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
    42834723 
    4284 @@ -6341,14 +6355,14 @@
     4724@@ -6341,14 +6361,14 @@
    42854725        CPPFLAGS="$CPPFLAGS -D__EXTENSIONS__"
    42864726        ;;
    42874727 *)
    42884728-       echo "$as_me:6344: checking if we should define _XOPEN_SOURCE" >&5
    4289 +       echo "$as_me:6358: checking if we should define _XOPEN_SOURCE" >&5
     4729+       echo "$as_me:6364: checking if we should define _XOPEN_SOURCE" >&5
    42904730 echo $ECHO_N "checking if we should define _XOPEN_SOURCE... $ECHO_C" >&6
    42914731 if test "${cf_cv_xopen_source+set}" = set; then
     
    42954735        cat >conftest.$ac_ext <<_ACEOF
    42964736-#line 6351 "configure"
    4297 +#line 6365 "configure"
     4737+#line 6371 "configure"
    42984738 #include "confdefs.h"
    42994739 #include <sys/types.h>
    43004740 int
    4301 @@ -6363,16 +6377,16 @@
     4741@@ -6363,16 +6383,16 @@
    43024742 }
    43034743 _ACEOF
    43044744 rm -f conftest.$ac_objext
    43054745-if { (eval echo "$as_me:6366: \"$ac_compile\"") >&5
    4306 +if { (eval echo "$as_me:6380: \"$ac_compile\"") >&5
     4746+if { (eval echo "$as_me:6386: \"$ac_compile\"") >&5
    43074747   (eval $ac_compile) 2>&5
    43084748   ac_status=$?
    43094749-  echo "$as_me:6369: \$? = $ac_status" >&5
    4310 +  echo "$as_me:6383: \$? = $ac_status" >&5
     4750+  echo "$as_me:6389: \$? = $ac_status" >&5
    43114751   (exit $ac_status); } &&
    43124752          { ac_try='test -s conftest.$ac_objext'
    43134753-  { (eval echo "$as_me:6372: \"$ac_try\"") >&5
    4314 +  { (eval echo "$as_me:6386: \"$ac_try\"") >&5
     4754+  { (eval echo "$as_me:6392: \"$ac_try\"") >&5
    43154755   (eval $ac_try) 2>&5
    43164756   ac_status=$?
    43174757-  echo "$as_me:6375: \$? = $ac_status" >&5
    4318 +  echo "$as_me:6389: \$? = $ac_status" >&5
     4758+  echo "$as_me:6395: \$? = $ac_status" >&5
    43194759   (exit $ac_status); }; }; then
    43204760   cf_cv_xopen_source=no
    43214761 else
    4322 @@ -6381,7 +6395,7 @@
     4762@@ -6381,7 +6401,7 @@
    43234763 cf_save="$CPPFLAGS"
    43244764         CPPFLAGS="$CPPFLAGS -D_XOPEN_SOURCE=$cf_XOPEN_SOURCE"
    43254765         cat >conftest.$ac_ext <<_ACEOF
    43264766-#line 6384 "configure"
    4327 +#line 6398 "configure"
     4767+#line 6404 "configure"
    43284768 #include "confdefs.h"
    43294769 #include <sys/types.h>
    43304770 int
    4331 @@ -6396,16 +6410,16 @@
     4771@@ -6396,16 +6416,16 @@
    43324772 }
    43334773 _ACEOF
    43344774 rm -f conftest.$ac_objext
    43354775-if { (eval echo "$as_me:6399: \"$ac_compile\"") >&5
    4336 +if { (eval echo "$as_me:6413: \"$ac_compile\"") >&5
     4776+if { (eval echo "$as_me:6419: \"$ac_compile\"") >&5
    43374777   (eval $ac_compile) 2>&5
    43384778   ac_status=$?
    43394779-  echo "$as_me:6402: \$? = $ac_status" >&5
    4340 +  echo "$as_me:6416: \$? = $ac_status" >&5
     4780+  echo "$as_me:6422: \$? = $ac_status" >&5
    43414781   (exit $ac_status); } &&
    43424782          { ac_try='test -s conftest.$ac_objext'
    43434783-  { (eval echo "$as_me:6405: \"$ac_try\"") >&5
    4344 +  { (eval echo "$as_me:6419: \"$ac_try\"") >&5
     4784+  { (eval echo "$as_me:6425: \"$ac_try\"") >&5
    43454785   (eval $ac_try) 2>&5
    43464786   ac_status=$?
    43474787-  echo "$as_me:6408: \$? = $ac_status" >&5
    4348 +  echo "$as_me:6422: \$? = $ac_status" >&5
     4788+  echo "$as_me:6428: \$? = $ac_status" >&5
    43494789   (exit $ac_status); }; }; then
    43504790   cf_cv_xopen_source=no
    43514791 else
    4352 @@ -6420,7 +6434,7 @@
     4792@@ -6420,7 +6440,7 @@
    43534793 rm -f conftest.$ac_objext conftest.$ac_ext
    43544794 
    43554795 fi
    43564796-echo "$as_me:6423: result: $cf_cv_xopen_source" >&5
    4357 +echo "$as_me:6437: result: $cf_cv_xopen_source" >&5
     4797+echo "$as_me:6443: result: $cf_cv_xopen_source" >&5
    43584798 echo "${ECHO_T}$cf_cv_xopen_source" >&6
    43594799        if test "$cf_cv_xopen_source" != no ; then
    43604800 
    4361 @@ -6454,16 +6468,16 @@
     4801@@ -6454,16 +6474,16 @@
    43624802        sed     -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?[         ]/ /g' \
    43634803                -e 's/-[UD]_POSIX_C_SOURCE\(=[^         ]*\)\?$//g'`
    43644804 
    43654805-echo "$as_me:6457: checking if we should define _POSIX_C_SOURCE" >&5
    4366 +echo "$as_me:6471: checking if we should define _POSIX_C_SOURCE" >&5
     4806+echo "$as_me:6477: checking if we should define _POSIX_C_SOURCE" >&5
    43674807 echo $ECHO_N "checking if we should define _POSIX_C_SOURCE... $ECHO_C" >&6
    43684808 if test "${cf_cv_posix_c_source+set}" = set; then
     
    43714811 
    43724812-echo "${as_me-configure}:6463: testing if the symbol is already defined go no further ..." 1>&5
    4373 +echo "${as_me-configure}:6477: testing if the symbol is already defined go no further ..." 1>&5
     4813+echo "${as_me-configure}:6483: testing if the symbol is already defined go no further ..." 1>&5
    43744814 
    43754815        cat >conftest.$ac_ext <<_ACEOF
    43764816-#line 6466 "configure"
    4377 +#line 6480 "configure"
     4817+#line 6486 "configure"
    43784818 #include "confdefs.h"
    43794819 #include <sys/types.h>
    43804820 int
    4381 @@ -6478,16 +6492,16 @@
     4821@@ -6478,16 +6498,16 @@
    43824822 }
    43834823 _ACEOF
    43844824 rm -f conftest.$ac_objext
    43854825-if { (eval echo "$as_me:6481: \"$ac_compile\"") >&5
    4386 +if { (eval echo "$as_me:6495: \"$ac_compile\"") >&5
     4826+if { (eval echo "$as_me:6501: \"$ac_compile\"") >&5
    43874827   (eval $ac_compile) 2>&5
    43884828   ac_status=$?
    43894829-  echo "$as_me:6484: \$? = $ac_status" >&5
    4390 +  echo "$as_me:6498: \$? = $ac_status" >&5
     4830+  echo "$as_me:6504: \$? = $ac_status" >&5
    43914831   (exit $ac_status); } &&
    43924832          { ac_try='test -s conftest.$ac_objext'
    43934833-  { (eval echo "$as_me:6487: \"$ac_try\"") >&5
    4394 +  { (eval echo "$as_me:6501: \"$ac_try\"") >&5
     4834+  { (eval echo "$as_me:6507: \"$ac_try\"") >&5
    43954835   (eval $ac_try) 2>&5
    43964836   ac_status=$?
    43974837-  echo "$as_me:6490: \$? = $ac_status" >&5
    4398 +  echo "$as_me:6504: \$? = $ac_status" >&5
     4838+  echo "$as_me:6510: \$? = $ac_status" >&5
    43994839   (exit $ac_status); }; }; then
    44004840   cf_cv_posix_c_source=no
    44014841 else
    4402 @@ -6508,7 +6522,7 @@
     4842@@ -6508,7 +6528,7 @@
    44034843         esac
    44044844         if test "$cf_want_posix_source" = yes ; then
    44054845                cat >conftest.$ac_ext <<_ACEOF
    44064846-#line 6511 "configure"
    4407 +#line 6525 "configure"
     4847+#line 6531 "configure"
    44084848 #include "confdefs.h"
    44094849 #include <sys/types.h>
    44104850 int
    4411 @@ -6523,16 +6537,16 @@
     4851@@ -6523,16 +6543,16 @@
    44124852 }
    44134853 _ACEOF
    44144854 rm -f conftest.$ac_objext
    44154855-if { (eval echo "$as_me:6526: \"$ac_compile\"") >&5
    4416 +if { (eval echo "$as_me:6540: \"$ac_compile\"") >&5
     4856+if { (eval echo "$as_me:6546: \"$ac_compile\"") >&5
    44174857   (eval $ac_compile) 2>&5
    44184858   ac_status=$?
    44194859-  echo "$as_me:6529: \$? = $ac_status" >&5
    4420 +  echo "$as_me:6543: \$? = $ac_status" >&5
     4860+  echo "$as_me:6549: \$? = $ac_status" >&5
    44214861   (exit $ac_status); } &&
    44224862          { ac_try='test -s conftest.$ac_objext'
    44234863-  { (eval echo "$as_me:6532: \"$ac_try\"") >&5
    4424 +  { (eval echo "$as_me:6546: \"$ac_try\"") >&5
     4864+  { (eval echo "$as_me:6552: \"$ac_try\"") >&5
    44254865   (eval $ac_try) 2>&5
    44264866   ac_status=$?
    44274867-  echo "$as_me:6535: \$? = $ac_status" >&5
    4428 +  echo "$as_me:6549: \$? = $ac_status" >&5
     4868+  echo "$as_me:6555: \$? = $ac_status" >&5
    44294869   (exit $ac_status); }; }; then
    44304870   :
    44314871 else
    4432 @@ -6543,15 +6557,15 @@
     4872@@ -6543,15 +6563,15 @@
    44334873 rm -f conftest.$ac_objext conftest.$ac_ext
    44344874         fi
    44354875 
    44364876-echo "${as_me-configure}:6546: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
    4437 +echo "${as_me-configure}:6560: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
     4877+echo "${as_me-configure}:6566: testing ifdef from value $cf_POSIX_C_SOURCE ..." 1>&5
    44384878 
    44394879         CFLAGS="$cf_trim_CFLAGS"
     
    44414881 
    44424882-echo "${as_me-configure}:6551: testing if the second compile does not leave our definition intact error ..." 1>&5
    4443 +echo "${as_me-configure}:6565: testing if the second compile does not leave our definition intact error ..." 1>&5
     4883+echo "${as_me-configure}:6571: testing if the second compile does not leave our definition intact error ..." 1>&5
    44444884 
    44454885         cat >conftest.$ac_ext <<_ACEOF
    44464886-#line 6554 "configure"
    4447 +#line 6568 "configure"
     4887+#line 6574 "configure"
    44484888 #include "confdefs.h"
    44494889 #include <sys/types.h>
    44504890 int
    4451 @@ -6566,16 +6580,16 @@
     4891@@ -6566,16 +6586,16 @@
    44524892 }
    44534893 _ACEOF
    44544894 rm -f conftest.$ac_objext
    44554895-if { (eval echo "$as_me:6569: \"$ac_compile\"") >&5
    4456 +if { (eval echo "$as_me:6583: \"$ac_compile\"") >&5
     4896+if { (eval echo "$as_me:6589: \"$ac_compile\"") >&5
    44574897   (eval $ac_compile) 2>&5
    44584898   ac_status=$?
    44594899-  echo "$as_me:6572: \$? = $ac_status" >&5
    4460 +  echo "$as_me:6586: \$? = $ac_status" >&5
     4900+  echo "$as_me:6592: \$? = $ac_status" >&5
    44614901   (exit $ac_status); } &&
    44624902          { ac_try='test -s conftest.$ac_objext'
    44634903-  { (eval echo "$as_me:6575: \"$ac_try\"") >&5
    4464 +  { (eval echo "$as_me:6589: \"$ac_try\"") >&5
     4904+  { (eval echo "$as_me:6595: \"$ac_try\"") >&5
    44654905   (eval $ac_try) 2>&5
    44664906   ac_status=$?
    44674907-  echo "$as_me:6578: \$? = $ac_status" >&5
    4468 +  echo "$as_me:6592: \$? = $ac_status" >&5
     4908+  echo "$as_me:6598: \$? = $ac_status" >&5
    44694909   (exit $ac_status); }; }; then
    44704910   :
    44714911 else
    4472 @@ -6591,7 +6605,7 @@
     4912@@ -6591,7 +6611,7 @@
    44734913 rm -f conftest.$ac_objext conftest.$ac_ext
    44744914 
    44754915 fi
    44764916-echo "$as_me:6594: result: $cf_cv_posix_c_source" >&5
    4477 +echo "$as_me:6608: result: $cf_cv_posix_c_source" >&5
     4917+echo "$as_me:6614: result: $cf_cv_posix_c_source" >&5
    44784918 echo "${ECHO_T}$cf_cv_posix_c_source" >&6
    44794919 
    44804920 if test "$cf_cv_posix_c_source" != no ; then
    4481 @@ -6610,14 +6624,14 @@
     4921@@ -6610,14 +6630,14 @@
    44824922 
    44834923 # Work around breakage on OS X
    44844924 
    44854925-echo "$as_me:6613: checking if SIGWINCH is defined" >&5
    4486 +echo "$as_me:6627: checking if SIGWINCH is defined" >&5
     4926+echo "$as_me:6633: checking if SIGWINCH is defined" >&5
    44874927 echo $ECHO_N "checking if SIGWINCH is defined... $ECHO_C" >&6
    44884928 if test "${cf_cv_define_sigwinch+set}" = set; then
     
    44924932        cat >conftest.$ac_ext <<_ACEOF
    44934933-#line 6620 "configure"
    4494 +#line 6634 "configure"
     4934+#line 6640 "configure"
    44954935 #include "confdefs.h"
    44964936 
    44974937 #include <sys/types.h>
    4498 @@ -6632,23 +6646,23 @@
     4938@@ -6632,23 +6652,23 @@
    44994939 }
    45004940 _ACEOF
    45014941 rm -f conftest.$ac_objext
    45024942-if { (eval echo "$as_me:6635: \"$ac_compile\"") >&5
    4503 +if { (eval echo "$as_me:6649: \"$ac_compile\"") >&5
     4943+if { (eval echo "$as_me:6655: \"$ac_compile\"") >&5
    45044944   (eval $ac_compile) 2>&5
    45054945   ac_status=$?
    45064946-  echo "$as_me:6638: \$? = $ac_status" >&5
    4507 +  echo "$as_me:6652: \$? = $ac_status" >&5
     4947+  echo "$as_me:6658: \$? = $ac_status" >&5
    45084948   (exit $ac_status); } &&
    45094949          { ac_try='test -s conftest.$ac_objext'
    45104950-  { (eval echo "$as_me:6641: \"$ac_try\"") >&5
    4511 +  { (eval echo "$as_me:6655: \"$ac_try\"") >&5
     4951+  { (eval echo "$as_me:6661: \"$ac_try\"") >&5
    45124952   (eval $ac_try) 2>&5
    45134953   ac_status=$?
    45144954-  echo "$as_me:6644: \$? = $ac_status" >&5
    4515 +  echo "$as_me:6658: \$? = $ac_status" >&5
     4955+  echo "$as_me:6664: \$? = $ac_status" >&5
    45164956   (exit $ac_status); }; }; then
    45174957   cf_cv_define_sigwinch=yes
     
    45214961 cat >conftest.$ac_ext <<_ACEOF
    45224962-#line 6651 "configure"
    4523 +#line 6665 "configure"
     4963+#line 6671 "configure"
    45244964 #include "confdefs.h"
    45254965 
    45264966 #undef _XOPEN_SOURCE
    4527 @@ -6666,16 +6680,16 @@
     4967@@ -6666,16 +6686,16 @@
    45284968 }
    45294969 _ACEOF
    45304970 rm -f conftest.$ac_objext
    45314971-if { (eval echo "$as_me:6669: \"$ac_compile\"") >&5
    4532 +if { (eval echo "$as_me:6683: \"$ac_compile\"") >&5
     4972+if { (eval echo "$as_me:6689: \"$ac_compile\"") >&5
    45334973   (eval $ac_compile) 2>&5
    45344974   ac_status=$?
    45354975-  echo "$as_me:6672: \$? = $ac_status" >&5
    4536 +  echo "$as_me:6686: \$? = $ac_status" >&5
     4976+  echo "$as_me:6692: \$? = $ac_status" >&5
    45374977   (exit $ac_status); } &&
    45384978          { ac_try='test -s conftest.$ac_objext'
    45394979-  { (eval echo "$as_me:6675: \"$ac_try\"") >&5
    4540 +  { (eval echo "$as_me:6689: \"$ac_try\"") >&5
     4980+  { (eval echo "$as_me:6695: \"$ac_try\"") >&5
    45414981   (eval $ac_try) 2>&5
    45424982   ac_status=$?
    45434983-  echo "$as_me:6678: \$? = $ac_status" >&5
    4544 +  echo "$as_me:6692: \$? = $ac_status" >&5
     4984+  echo "$as_me:6698: \$? = $ac_status" >&5
    45454985   (exit $ac_status); }; }; then
    45464986   cf_cv_define_sigwinch=maybe
    45474987 else
    4548 @@ -6689,11 +6703,11 @@
     4988@@ -6689,11 +6709,11 @@
    45494989 rm -f conftest.$ac_objext conftest.$ac_ext
    45504990 
    45514991 fi
    45524992-echo "$as_me:6692: result: $cf_cv_define_sigwinch" >&5
    4553 +echo "$as_me:6706: result: $cf_cv_define_sigwinch" >&5
     4993+echo "$as_me:6712: result: $cf_cv_define_sigwinch" >&5
    45544994 echo "${ECHO_T}$cf_cv_define_sigwinch" >&6
    45554995 
    45564996 if test "$cf_cv_define_sigwinch" = maybe ; then
    45574997-echo "$as_me:6696: checking for actual SIGWINCH definition" >&5
    4558 +echo "$as_me:6710: checking for actual SIGWINCH definition" >&5
     4998+echo "$as_me:6716: checking for actual SIGWINCH definition" >&5
    45594999 echo $ECHO_N "checking for actual SIGWINCH definition... $ECHO_C" >&6
    45605000 if test "${cf_cv_fixup_sigwinch+set}" = set; then
    45615001   echo $ECHO_N "(cached) $ECHO_C" >&6
    4562 @@ -6704,7 +6718,7 @@
     5002@@ -6704,7 +6724,7 @@
    45635003 while test $cf_sigwinch != 1
    45645004 do
    45655005        cat >conftest.$ac_ext <<_ACEOF
    45665006-#line 6707 "configure"
    4567 +#line 6721 "configure"
     5007+#line 6727 "configure"
    45685008 #include "confdefs.h"
    45695009 
    45705010 #undef _XOPEN_SOURCE
    4571 @@ -6726,16 +6740,16 @@
     5011@@ -6726,16 +6746,16 @@
    45725012 }
    45735013 _ACEOF
    45745014 rm -f conftest.$ac_objext
    45755015-if { (eval echo "$as_me:6729: \"$ac_compile\"") >&5
    4576 +if { (eval echo "$as_me:6743: \"$ac_compile\"") >&5
     5016+if { (eval echo "$as_me:6749: \"$ac_compile\"") >&5
    45775017   (eval $ac_compile) 2>&5
    45785018   ac_status=$?
    45795019-  echo "$as_me:6732: \$? = $ac_status" >&5
    4580 +  echo "$as_me:6746: \$? = $ac_status" >&5
     5020+  echo "$as_me:6752: \$? = $ac_status" >&5
    45815021   (exit $ac_status); } &&
    45825022          { ac_try='test -s conftest.$ac_objext'
    45835023-  { (eval echo "$as_me:6735: \"$ac_try\"") >&5
    4584 +  { (eval echo "$as_me:6749: \"$ac_try\"") >&5
     5024+  { (eval echo "$as_me:6755: \"$ac_try\"") >&5
    45855025   (eval $ac_try) 2>&5
    45865026   ac_status=$?
    45875027-  echo "$as_me:6738: \$? = $ac_status" >&5
    4588 +  echo "$as_me:6752: \$? = $ac_status" >&5
     5028+  echo "$as_me:6758: \$? = $ac_status" >&5
    45895029   (exit $ac_status); }; }; then
    45905030   cf_cv_fixup_sigwinch=$cf_sigwinch
    45915031         break
    4592 @@ -6749,7 +6763,7 @@
     5032@@ -6749,7 +6769,7 @@
    45935033 done
    45945034 
    45955035 fi
    45965036-echo "$as_me:6752: result: $cf_cv_fixup_sigwinch" >&5
    4597 +echo "$as_me:6766: result: $cf_cv_fixup_sigwinch" >&5
     5037+echo "$as_me:6772: result: $cf_cv_fixup_sigwinch" >&5
    45985038 echo "${ECHO_T}$cf_cv_fixup_sigwinch" >&6
    45995039 
    46005040        if test "$cf_cv_fixup_sigwinch" != unknown ; then
    4601 @@ -6759,13 +6773,13 @@
     5041@@ -6759,13 +6779,13 @@
    46025042 
    46035043 # Checks for CODESET support.
    46045044 
    46055045-  echo "$as_me:6762: checking for nl_langinfo and CODESET" >&5
    4606 +  echo "$as_me:6776: checking for nl_langinfo and CODESET" >&5
     5046+  echo "$as_me:6782: checking for nl_langinfo and CODESET" >&5
    46075047 echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6
    46085048 if test "${am_cv_langinfo_codeset+set}" = set; then
     
    46115051   cat >conftest.$ac_ext <<_ACEOF
    46125052-#line 6768 "configure"
    4613 +#line 6782 "configure"
     5053+#line 6788 "configure"
    46145054 #include "confdefs.h"
    46155055 #include <langinfo.h>
    46165056 int
    4617 @@ -6777,16 +6791,16 @@
     5057@@ -6777,16 +6797,16 @@
    46185058 }
    46195059 _ACEOF
    46205060 rm -f conftest.$ac_objext conftest$ac_exeext
    46215061-if { (eval echo "$as_me:6780: \"$ac_link\"") >&5
    4622 +if { (eval echo "$as_me:6794: \"$ac_link\"") >&5
     5062+if { (eval echo "$as_me:6800: \"$ac_link\"") >&5
    46235063   (eval $ac_link) 2>&5
    46245064   ac_status=$?
    46255065-  echo "$as_me:6783: \$? = $ac_status" >&5
    4626 +  echo "$as_me:6797: \$? = $ac_status" >&5
     5066+  echo "$as_me:6803: \$? = $ac_status" >&5
    46275067   (exit $ac_status); } &&
    46285068          { ac_try='test -s conftest$ac_exeext'
    46295069-  { (eval echo "$as_me:6786: \"$ac_try\"") >&5
    4630 +  { (eval echo "$as_me:6800: \"$ac_try\"") >&5
     5070+  { (eval echo "$as_me:6806: \"$ac_try\"") >&5
    46315071   (eval $ac_try) 2>&5
    46325072   ac_status=$?
    46335073-  echo "$as_me:6789: \$? = $ac_status" >&5
    4634 +  echo "$as_me:6803: \$? = $ac_status" >&5
     5074+  echo "$as_me:6809: \$? = $ac_status" >&5
    46355075   (exit $ac_status); }; }; then
    46365076   am_cv_langinfo_codeset=yes
    46375077 else
    4638 @@ -6797,7 +6811,7 @@
     5078@@ -6797,7 +6817,7 @@
    46395079 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    46405080 
    46415081 fi
    46425082-echo "$as_me:6800: result: $am_cv_langinfo_codeset" >&5
    4643 +echo "$as_me:6814: result: $am_cv_langinfo_codeset" >&5
     5083+echo "$as_me:6820: result: $am_cv_langinfo_codeset" >&5
    46445084 echo "${ECHO_T}$am_cv_langinfo_codeset" >&6
    46455085   if test $am_cv_langinfo_codeset = yes; then
    46465086 
    4647 @@ -6811,7 +6825,7 @@
     5087@@ -6811,7 +6831,7 @@
    46485088 NCURSES_OK_WCHAR_T=
    46495089 NCURSES_OK_WINT_T=
    46505090 
    46515091-echo "$as_me:6814: checking if you want wide-character code" >&5
    4652 +echo "$as_me:6828: checking if you want wide-character code" >&5
     5092+echo "$as_me:6834: checking if you want wide-character code" >&5
    46535093 echo $ECHO_N "checking if you want wide-character code... $ECHO_C" >&6
    46545094 
    46555095 # Check whether --enable-widec or --disable-widec was given.
    4656 @@ -6821,7 +6835,7 @@
     5096@@ -6821,7 +6841,7 @@
    46575097 else
    46585098   with_widec=no
    46595099 fi;
    46605100-echo "$as_me:6824: result: $with_widec" >&5
    4661 +echo "$as_me:6838: result: $with_widec" >&5
     5101+echo "$as_me:6844: result: $with_widec" >&5
    46625102 echo "${ECHO_T}$with_widec" >&6
    46635103 if test "$with_widec" = yes ; then
    46645104        LIB_SUFFIX="w${LIB_SUFFIX}"
    4665 @@ -6829,10 +6843,10 @@
     5105@@ -6829,10 +6849,10 @@
    46665106 #define USE_WIDEC_SUPPORT 1
    46675107 EOF
    46685108 
    46695109-echo "$as_me:6832: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
    4670 +echo "$as_me:6846: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
     5110+echo "$as_me:6852: checking if we must define _XOPEN_SOURCE_EXTENDED" >&5
    46715111 echo $ECHO_N "checking if we must define _XOPEN_SOURCE_EXTENDED... $ECHO_C" >&6
    46725112 cat >conftest.$ac_ext <<_ACEOF
    46735113-#line 6835 "configure"
    4674 +#line 6849 "configure"
     5114+#line 6855 "configure"
    46755115 #include "confdefs.h"
    46765116 #include <sys/types.h>
    46775117 
    4678 @@ -6848,16 +6862,16 @@
     5118@@ -6848,16 +6868,16 @@
    46795119 }
    46805120 _ACEOF
    46815121 rm -f conftest.$ac_objext
    46825122-if { (eval echo "$as_me:6851: \"$ac_compile\"") >&5
    4683 +if { (eval echo "$as_me:6865: \"$ac_compile\"") >&5
     5123+if { (eval echo "$as_me:6871: \"$ac_compile\"") >&5
    46845124   (eval $ac_compile) 2>&5
    46855125   ac_status=$?
    46865126-  echo "$as_me:6854: \$? = $ac_status" >&5
    4687 +  echo "$as_me:6868: \$? = $ac_status" >&5
     5127+  echo "$as_me:6874: \$? = $ac_status" >&5
    46885128   (exit $ac_status); } &&
    46895129          { ac_try='test -s conftest.$ac_objext'
    46905130-  { (eval echo "$as_me:6857: \"$ac_try\"") >&5
    4691 +  { (eval echo "$as_me:6871: \"$ac_try\"") >&5
     5131+  { (eval echo "$as_me:6877: \"$ac_try\"") >&5
    46925132   (eval $ac_try) 2>&5
    46935133   ac_status=$?
    46945134-  echo "$as_me:6860: \$? = $ac_status" >&5
    4695 +  echo "$as_me:6874: \$? = $ac_status" >&5
     5135+  echo "$as_me:6880: \$? = $ac_status" >&5
    46965136   (exit $ac_status); }; }; then
    46975137   cf_result=no
    46985138 else
    4699 @@ -6866,16 +6880,16 @@
     5139@@ -6866,16 +6886,16 @@
    47005140 cf_result=yes
    47015141 fi
    47025142 rm -f conftest.$ac_objext conftest.$ac_ext
    47035143-echo "$as_me:6869: result: $cf_result" >&5
    4704 +echo "$as_me:6883: result: $cf_result" >&5
     5144+echo "$as_me:6889: result: $cf_result" >&5
    47055145 echo "${ECHO_T}$cf_result" >&6
    47065146 
     
    47095149 elif test "x" != "x" ; then
    47105150-       echo "$as_me:6875: checking checking for compatible value versus " >&5
    4711 +       echo "$as_me:6889: checking checking for compatible value versus " >&5
     5151+       echo "$as_me:6895: checking checking for compatible value versus " >&5
    47125152 echo $ECHO_N "checking checking for compatible value versus ... $ECHO_C" >&6
    47135153        cat >conftest.$ac_ext <<_ACEOF
    47145154-#line 6878 "configure"
    4715 +#line 6892 "configure"
     5155+#line 6898 "configure"
    47165156 #include "confdefs.h"
    47175157 #include <sys/types.h>
    47185158 
    4719 @@ -6891,16 +6905,16 @@
     5159@@ -6891,16 +6911,16 @@
    47205160 }
    47215161 _ACEOF
    47225162 rm -f conftest.$ac_objext
    47235163-if { (eval echo "$as_me:6894: \"$ac_compile\"") >&5
    4724 +if { (eval echo "$as_me:6908: \"$ac_compile\"") >&5
     5164+if { (eval echo "$as_me:6914: \"$ac_compile\"") >&5
    47255165   (eval $ac_compile) 2>&5
    47265166   ac_status=$?
    47275167-  echo "$as_me:6897: \$? = $ac_status" >&5
    4728 +  echo "$as_me:6911: \$? = $ac_status" >&5
     5168+  echo "$as_me:6917: \$? = $ac_status" >&5
    47295169   (exit $ac_status); } &&
    47305170          { ac_try='test -s conftest.$ac_objext'
    47315171-  { (eval echo "$as_me:6900: \"$ac_try\"") >&5
    4732 +  { (eval echo "$as_me:6914: \"$ac_try\"") >&5
     5172+  { (eval echo "$as_me:6920: \"$ac_try\"") >&5
    47335173   (eval $ac_try) 2>&5
    47345174   ac_status=$?
    47355175-  echo "$as_me:6903: \$? = $ac_status" >&5
    4736 +  echo "$as_me:6917: \$? = $ac_status" >&5
     5176+  echo "$as_me:6923: \$? = $ac_status" >&5
    47375177   (exit $ac_status); }; }; then
    47385178   cf_result=yes
    47395179 else
    4740 @@ -6909,7 +6923,7 @@
     5180@@ -6909,7 +6929,7 @@
    47415181 cf_result=no
    47425182 fi
    47435183 rm -f conftest.$ac_objext conftest.$ac_ext
    47445184-       echo "$as_me:6912: result: $cf_result" >&5
    4745 +       echo "$as_me:6926: result: $cf_result" >&5
     5185+       echo "$as_me:6932: result: $cf_result" >&5
    47465186 echo "${ECHO_T}$cf_result" >&6
    47475187        if test "$cf_result" = no ; then
    47485188                # perhaps we can override it - try...
    4749 @@ -6923,13 +6937,13 @@
     5189@@ -6923,13 +6943,13 @@
    47505190 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs
    47515191 do
    47525192 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
    47535193-echo "$as_me:6926: checking for $ac_func" >&5
    4754 +echo "$as_me:6940: checking for $ac_func" >&5
     5194+echo "$as_me:6946: checking for $ac_func" >&5
    47555195 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
    47565196 if eval "test \"\${$as_ac_var+set}\" = set"; then
     
    47595199   cat >conftest.$ac_ext <<_ACEOF
    47605200-#line 6932 "configure"
    4761 +#line 6946 "configure"
     5201+#line 6952 "configure"
    47625202 #include "confdefs.h"
    47635203 /* System header to define __stub macros and hopefully few prototypes,
    47645204     which can conflict with char $ac_func (); below.  */
    4765 @@ -6960,16 +6974,16 @@
     5205@@ -6960,16 +6980,16 @@
    47665206 }
    47675207 _ACEOF
    47685208 rm -f conftest.$ac_objext conftest$ac_exeext
    47695209-if { (eval echo "$as_me:6963: \"$ac_link\"") >&5
    4770 +if { (eval echo "$as_me:6977: \"$ac_link\"") >&5
     5210+if { (eval echo "$as_me:6983: \"$ac_link\"") >&5
    47715211   (eval $ac_link) 2>&5
    47725212   ac_status=$?
    47735213-  echo "$as_me:6966: \$? = $ac_status" >&5
    4774 +  echo "$as_me:6980: \$? = $ac_status" >&5
     5214+  echo "$as_me:6986: \$? = $ac_status" >&5
    47755215   (exit $ac_status); } &&
    47765216          { ac_try='test -s conftest$ac_exeext'
    47775217-  { (eval echo "$as_me:6969: \"$ac_try\"") >&5
    4778 +  { (eval echo "$as_me:6983: \"$ac_try\"") >&5
     5218+  { (eval echo "$as_me:6989: \"$ac_try\"") >&5
    47795219   (eval $ac_try) 2>&5
    47805220   ac_status=$?
    47815221-  echo "$as_me:6972: \$? = $ac_status" >&5
    4782 +  echo "$as_me:6986: \$? = $ac_status" >&5
     5222+  echo "$as_me:6992: \$? = $ac_status" >&5
    47835223   (exit $ac_status); }; }; then
    47845224   eval "$as_ac_var=yes"
    47855225 else
    4786 @@ -6979,7 +6993,7 @@
     5226@@ -6979,7 +6999,7 @@
    47875227 fi
    47885228 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    47895229 fi
    47905230-echo "$as_me:6982: result: `eval echo '${'$as_ac_var'}'`" >&5
    4791 +echo "$as_me:6996: result: `eval echo '${'$as_ac_var'}'`" >&5
     5231+echo "$as_me:7002: result: `eval echo '${'$as_ac_var'}'`" >&5
    47925232 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
    47935233 if test `eval echo '${'$as_ac_var'}'` = yes; then
    47945234   cat >>confdefs.h <<EOF
    4795 @@ -6991,7 +7005,7 @@
     5235@@ -6991,7 +7011,7 @@
    47965236 
    47975237        if test "$ac_cv_func_putwc" != yes ; then
    47985238 
    47995239-echo "$as_me:6994: checking for multibyte character support" >&5
    4800 +echo "$as_me:7008: checking for multibyte character support" >&5
     5240+echo "$as_me:7014: checking for multibyte character support" >&5
    48015241 echo $ECHO_N "checking for multibyte character support... $ECHO_C" >&6
    48025242 if test "${cf_cv_utf8_lib+set}" = set; then
    48035243   echo $ECHO_N "(cached) $ECHO_C" >&6
    4804 @@ -6999,7 +7013,7 @@
     5244@@ -6999,7 +7019,7 @@
    48055245 
    48065246        cf_save_LIBS="$LIBS"
    48075247        cat >conftest.$ac_ext <<_ACEOF
    48085248-#line 7002 "configure"
    4809 +#line 7016 "configure"
     5249+#line 7022 "configure"
    48105250 #include "confdefs.h"
    48115251 
    48125252 #include <stdlib.h>
    4813 @@ -7012,16 +7026,16 @@
     5253@@ -7012,16 +7032,16 @@
    48145254 }
    48155255 _ACEOF
    48165256 rm -f conftest.$ac_objext conftest$ac_exeext
    48175257-if { (eval echo "$as_me:7015: \"$ac_link\"") >&5
    4818 +if { (eval echo "$as_me:7029: \"$ac_link\"") >&5
     5258+if { (eval echo "$as_me:7035: \"$ac_link\"") >&5
    48195259   (eval $ac_link) 2>&5
    48205260   ac_status=$?
    48215261-  echo "$as_me:7018: \$? = $ac_status" >&5
    4822 +  echo "$as_me:7032: \$? = $ac_status" >&5
     5262+  echo "$as_me:7038: \$? = $ac_status" >&5
    48235263   (exit $ac_status); } &&
    48245264          { ac_try='test -s conftest$ac_exeext'
    48255265-  { (eval echo "$as_me:7021: \"$ac_try\"") >&5
    4826 +  { (eval echo "$as_me:7035: \"$ac_try\"") >&5
     5266+  { (eval echo "$as_me:7041: \"$ac_try\"") >&5
    48275267   (eval $ac_try) 2>&5
    48285268   ac_status=$?
    48295269-  echo "$as_me:7024: \$? = $ac_status" >&5
    4830 +  echo "$as_me:7038: \$? = $ac_status" >&5
     5270+  echo "$as_me:7044: \$? = $ac_status" >&5
    48315271   (exit $ac_status); }; }; then
    48325272   cf_cv_utf8_lib=yes
    48335273 else
    4834 @@ -7033,10 +7047,10 @@
     5274@@ -7033,10 +7053,10 @@
    48355275 cf_cv_header_path_utf8=
    48365276 cf_cv_library_path_utf8=
    48375277 
    48385278-echo "${as_me-configure}:7036: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
    4839 +echo "${as_me-configure}:7050: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
     5279+echo "${as_me-configure}:7056: testing Starting FIND_LINKAGE(utf8,) ..." 1>&5
    48405280 
    48415281 cat >conftest.$ac_ext <<_ACEOF
    48425282-#line 7039 "configure"
    4843 +#line 7053 "configure"
     5283+#line 7059 "configure"
    48445284 #include "confdefs.h"
    48455285 
    48465286 #include <libutf8.h>
    4847 @@ -7049,16 +7063,16 @@
     5287@@ -7049,16 +7069,16 @@
    48485288 }
    48495289 _ACEOF
    48505290 rm -f conftest.$ac_objext conftest$ac_exeext
    48515291-if { (eval echo "$as_me:7052: \"$ac_link\"") >&5
    4852 +if { (eval echo "$as_me:7066: \"$ac_link\"") >&5
     5292+if { (eval echo "$as_me:7072: \"$ac_link\"") >&5
    48535293   (eval $ac_link) 2>&5
    48545294   ac_status=$?
    48555295-  echo "$as_me:7055: \$? = $ac_status" >&5
    4856 +  echo "$as_me:7069: \$? = $ac_status" >&5
     5296+  echo "$as_me:7075: \$? = $ac_status" >&5
    48575297   (exit $ac_status); } &&
    48585298          { ac_try='test -s conftest$ac_exeext'
    48595299-  { (eval echo "$as_me:7058: \"$ac_try\"") >&5
    4860 +  { (eval echo "$as_me:7072: \"$ac_try\"") >&5
     5300+  { (eval echo "$as_me:7078: \"$ac_try\"") >&5
    48615301   (eval $ac_try) 2>&5
    48625302   ac_status=$?
    48635303-  echo "$as_me:7061: \$? = $ac_status" >&5
    4864 +  echo "$as_me:7075: \$? = $ac_status" >&5
     5304+  echo "$as_me:7081: \$? = $ac_status" >&5
    48655305   (exit $ac_status); }; }; then
    48665306   cf_cv_find_linkage_utf8=yes
    48675307 else
    4868 @@ -7067,12 +7081,37 @@
     5308@@ -7067,12 +7087,41 @@
    48695309 
    48705310     cf_cv_find_linkage_utf8=no
    48715311 
    48725312-echo "${as_me-configure}:7070: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
    4873 +echo "${as_me-configure}:7084: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
     5313+    test -n "$verbose" && echo "       find linkage for utf8 library" 1>&6
     5314+
     5315+echo "${as_me-configure}:7092: testing find linkage for utf8 library ..." 1>&5
     5316+
     5317+echo "${as_me-configure}:7094: testing Searching for headers in FIND_LINKAGE(utf8,) ..." 1>&5
    48745318 
    48755319     cf_save_CPPFLAGS="$CPPFLAGS"
     
    49065350 test "/usr" != "$prefix" && \
    49075351 test -d "/usr" && \
    4908 @@ -7143,16 +7182,18 @@
     5352@@ -7143,16 +7192,18 @@
    49095353        test -d $oldincludedir/utf8 && cf_search="$cf_search $oldincludedir/utf8"
    49105354 }
     
    49185362 
    49195363-echo "${as_me-configure}:7151: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
    4920 +echo "${as_me-configure}:7192: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
     5364+echo "${as_me-configure}:7202: testing ... testing $cf_cv_header_path_utf8 ..." 1>&5
    49215365 
    49225366         CPPFLAGS="$cf_save_CPPFLAGS -I$cf_cv_header_path_utf8"
    49235367         cat >conftest.$ac_ext <<_ACEOF
    49245368-#line 7155 "configure"
    4925 +#line 7196 "configure"
     5369+#line 7206 "configure"
    49265370 #include "confdefs.h"
    49275371 
    49285372 #include <libutf8.h>
    4929 @@ -7165,21 +7206,21 @@
     5373@@ -7165,21 +7216,21 @@
    49305374 }
    49315375 _ACEOF
    49325376 rm -f conftest.$ac_objext
    49335377-if { (eval echo "$as_me:7168: \"$ac_compile\"") >&5
    4934 +if { (eval echo "$as_me:7209: \"$ac_compile\"") >&5
     5378+if { (eval echo "$as_me:7219: \"$ac_compile\"") >&5
    49355379   (eval $ac_compile) 2>&5
    49365380   ac_status=$?
    49375381-  echo "$as_me:7171: \$? = $ac_status" >&5
    4938 +  echo "$as_me:7212: \$? = $ac_status" >&5
     5382+  echo "$as_me:7222: \$? = $ac_status" >&5
    49395383   (exit $ac_status); } &&
    49405384          { ac_try='test -s conftest.$ac_objext'
    49415385-  { (eval echo "$as_me:7174: \"$ac_try\"") >&5
    4942 +  { (eval echo "$as_me:7215: \"$ac_try\"") >&5
     5386+  { (eval echo "$as_me:7225: \"$ac_try\"") >&5
    49435387   (eval $ac_try) 2>&5
    49445388   ac_status=$?
    49455389-  echo "$as_me:7177: \$? = $ac_status" >&5
    4946 +  echo "$as_me:7218: \$? = $ac_status" >&5
     5390+  echo "$as_me:7228: \$? = $ac_status" >&5
    49475391   (exit $ac_status); }; }; then
    49485392 
     
    49505394 
    49515395-echo "${as_me-configure}:7182: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
    4952 +echo "${as_me-configure}:7223: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
     5396+echo "${as_me-configure}:7233: testing ... found utf8 headers in $cf_cv_header_path_utf8 ..." 1>&5
    49535397 
    49545398             cf_cv_find_linkage_utf8=maybe
    49555399             cf_test_CPPFLAGS="$CPPFLAGS"
    4956 @@ -7197,13 +7238,39 @@
     5400@@ -7197,13 +7248,39 @@
    49575401 
    49585402     if test "$cf_cv_find_linkage_utf8" = maybe ; then
    49595403 
    49605404-echo "${as_me-configure}:7200: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
    4961 +echo "${as_me-configure}:7241: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
     5405+echo "${as_me-configure}:7251: testing Searching for utf8 library in FIND_LINKAGE(utf8,) ..." 1>&5
    49625406 
    49635407       cf_save_LIBS="$LIBS"
     
    49965440 test "/usr" != "$prefix" && \
    49975441 test -d "/usr" && \
    4998 @@ -7260,18 +7327,20 @@
     5442@@ -7260,18 +7337,20 @@
    49995443        test -d $HOME/utf8/lib/utf8 &&    cf_search="$cf_search $HOME/utf8/lib/utf8"
    50005444 }
     
    50085452 
    50095453-echo "${as_me-configure}:7268: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
    5010 +echo "${as_me-configure}:7337: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
     5454+echo "${as_me-configure}:7347: testing ... testing $cf_cv_library_path_utf8 ..." 1>&5
    50115455 
    50125456             CPPFLAGS="$cf_test_CPPFLAGS"
     
    50155459             cat >conftest.$ac_ext <<_ACEOF
    50165460-#line 7274 "configure"
    5017 +#line 7343 "configure"
     5461+#line 7353 "configure"
    50185462 #include "confdefs.h"
    50195463 
    50205464 #include <libutf8.h>
    5021 @@ -7284,21 +7353,21 @@
     5465@@ -7284,21 +7363,21 @@
    50225466 }
    50235467 _ACEOF
    50245468 rm -f conftest.$ac_objext conftest$ac_exeext
    50255469-if { (eval echo "$as_me:7287: \"$ac_link\"") >&5
    5026 +if { (eval echo "$as_me:7356: \"$ac_link\"") >&5
     5470+if { (eval echo "$as_me:7366: \"$ac_link\"") >&5
    50275471   (eval $ac_link) 2>&5
    50285472   ac_status=$?
    50295473-  echo "$as_me:7290: \$? = $ac_status" >&5
    5030 +  echo "$as_me:7359: \$? = $ac_status" >&5
     5474+  echo "$as_me:7369: \$? = $ac_status" >&5
    50315475   (exit $ac_status); } &&
    50325476          { ac_try='test -s conftest$ac_exeext'
    50335477-  { (eval echo "$as_me:7293: \"$ac_try\"") >&5
    5034 +  { (eval echo "$as_me:7362: \"$ac_try\"") >&5
     5478+  { (eval echo "$as_me:7372: \"$ac_try\"") >&5
    50355479   (eval $ac_try) 2>&5
    50365480   ac_status=$?
    50375481-  echo "$as_me:7296: \$? = $ac_status" >&5
    5038 +  echo "$as_me:7365: \$? = $ac_status" >&5
     5482+  echo "$as_me:7375: \$? = $ac_status" >&5
    50395483   (exit $ac_status); }; }; then
    50405484 
     
    50425486 
    50435487-echo "${as_me-configure}:7301: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
    5044 +echo "${as_me-configure}:7370: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
     5488+echo "${as_me-configure}:7380: testing ... found utf8 library in $cf_cv_library_path_utf8 ..." 1>&5
    50455489 
    50465490                 cf_cv_find_linkage_utf8=yes
    50475491                 cf_cv_library_file_utf8="-lutf8"
    5048 @@ -7336,7 +7405,7 @@
     5492@@ -7336,7 +7415,7 @@
    50495493 fi
    50505494 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    50515495 fi
    50525496-echo "$as_me:7339: result: $cf_cv_utf8_lib" >&5
    5053 +echo "$as_me:7408: result: $cf_cv_utf8_lib" >&5
     5497+echo "$as_me:7418: result: $cf_cv_utf8_lib" >&5
    50545498 echo "${ECHO_T}$cf_cv_utf8_lib" >&6
    50555499 
    50565500 # HAVE_LIBUTF8_H is used by ncurses if curses.h is shared between
    5057 @@ -7370,7 +7439,7 @@
     5501@@ -7364,13 +7443,13 @@
     5502                fi
     5503 
     5504                if test "$cf_have_incdir" = no ; then
     5505-          if test "$cf_add_incdir" = /usr/local/include ; then
     5506+                 if test "$cf_add_incdir" = /usr/local/include ; then
     5507                        if test "$GCC" = yes
     5508                        then
    50585509                          cf_save_CPPFLAGS=$CPPFLAGS
    50595510                          CPPFLAGS="$CPPFLAGS -I$cf_add_incdir"
    50605511                          cat >conftest.$ac_ext <<_ACEOF
    50615512-#line 7373 "configure"
    5062 +#line 7442 "configure"
     5513+#line 7452 "configure"
    50635514 #include "confdefs.h"
    50645515 #include <stdio.h>
    50655516 int
    5066 @@ -7382,16 +7451,16 @@
     5517@@ -7382,16 +7461,16 @@
    50675518 }
    50685519 _ACEOF
    50695520 rm -f conftest.$ac_objext
    50705521-if { (eval echo "$as_me:7385: \"$ac_compile\"") >&5
    5071 +if { (eval echo "$as_me:7454: \"$ac_compile\"") >&5
     5522+if { (eval echo "$as_me:7464: \"$ac_compile\"") >&5
    50725523   (eval $ac_compile) 2>&5
    50735524   ac_status=$?
    50745525-  echo "$as_me:7388: \$? = $ac_status" >&5
    5075 +  echo "$as_me:7457: \$? = $ac_status" >&5
     5526+  echo "$as_me:7467: \$? = $ac_status" >&5
    50765527   (exit $ac_status); } &&
    50775528          { ac_try='test -s conftest.$ac_objext'
    50785529-  { (eval echo "$as_me:7391: \"$ac_try\"") >&5
    5079 +  { (eval echo "$as_me:7460: \"$ac_try\"") >&5
     5530+  { (eval echo "$as_me:7470: \"$ac_try\"") >&5
    50805531   (eval $ac_try) 2>&5
    50815532   ac_status=$?
    50825533-  echo "$as_me:7394: \$? = $ac_status" >&5
    5083 +  echo "$as_me:7463: \$? = $ac_status" >&5
     5534+  echo "$as_me:7473: \$? = $ac_status" >&5
    50845535   (exit $ac_status); }; }; then
    50855536   :
    50865537 else
    5087 @@ -7408,7 +7477,7 @@
     5538@@ -7408,13 +7487,13 @@
    50885539                if test "$cf_have_incdir" = no ; then
    50895540                  test -n "$verbose" && echo "  adding $cf_add_incdir to include-path" 1>&6
    50905541 
    50915542-echo "${as_me-configure}:7411: testing adding $cf_add_incdir to include-path ..." 1>&5
    5092 +echo "${as_me-configure}:7480: testing adding $cf_add_incdir to include-path ..." 1>&5
     5543+echo "${as_me-configure}:7490: testing adding $cf_add_incdir to include-path ..." 1>&5
    50935544 
    50945545                  CPPFLAGS="-I$cf_add_incdir $CPPFLAGS"
    50955546 
    5096 @@ -7442,7 +7511,7 @@
     5547-          cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
     5548-          test "$cf_top_incdir" = "$cf_add_incdir" && break
     5549-          cf_add_incdir="$cf_top_incdir"
     5550+                 cf_top_incdir=`echo $cf_add_incdir | sed -e 's%/include/.*$%/include%'`
     5551+                 test "$cf_top_incdir" = "$cf_add_incdir" && break
     5552+                 cf_add_incdir="$cf_top_incdir"
     5553                else
     5554                  break
     5555                fi
     5556@@ -7442,7 +7521,7 @@
    50975557       if test "$cf_have_libdir" = no ; then
    50985558         test -n "$verbose" && echo "   adding $cf_add_libdir to library-path" 1>&6
    50995559 
    51005560-echo "${as_me-configure}:7445: testing adding $cf_add_libdir to library-path ..." 1>&5
    5101 +echo "${as_me-configure}:7514: testing adding $cf_add_libdir to library-path ..." 1>&5
     5561+echo "${as_me-configure}:7524: testing adding $cf_add_libdir to library-path ..." 1>&5
    51025562 
    51035563         LDFLAGS="-L$cf_add_libdir $LDFLAGS"
    51045564       fi
    5105 @@ -7459,14 +7528,14 @@
     5565@@ -7459,14 +7538,14 @@
    51065566        fi
    51075567 
    51085568 # This is needed on Tru64 5.0 to declare mbstate_t
    51095569-echo "$as_me:7462: checking if we must include wchar.h to declare mbstate_t" >&5
    5110 +echo "$as_me:7531: checking if we must include wchar.h to declare mbstate_t" >&5
     5570+echo "$as_me:7541: checking if we must include wchar.h to declare mbstate_t" >&5
    51115571 echo $ECHO_N "checking if we must include wchar.h to declare mbstate_t... $ECHO_C" >&6
    51125572 if test "${cf_cv_mbstate_t+set}" = set; then
     
    51165576 cat >conftest.$ac_ext <<_ACEOF
    51175577-#line 7469 "configure"
    5118 +#line 7538 "configure"
     5578+#line 7548 "configure"
    51195579 #include "confdefs.h"
    51205580 
    51215581 #include <stdlib.h>
    5122 @@ -7484,23 +7553,23 @@
     5582@@ -7484,23 +7563,23 @@
    51235583 }
    51245584 _ACEOF
    51255585 rm -f conftest.$ac_objext
    51265586-if { (eval echo "$as_me:7487: \"$ac_compile\"") >&5
    5127 +if { (eval echo "$as_me:7556: \"$ac_compile\"") >&5
     5587+if { (eval echo "$as_me:7566: \"$ac_compile\"") >&5
    51285588   (eval $ac_compile) 2>&5
    51295589   ac_status=$?
    51305590-  echo "$as_me:7490: \$? = $ac_status" >&5
    5131 +  echo "$as_me:7559: \$? = $ac_status" >&5
     5591+  echo "$as_me:7569: \$? = $ac_status" >&5
    51325592   (exit $ac_status); } &&
    51335593          { ac_try='test -s conftest.$ac_objext'
    51345594-  { (eval echo "$as_me:7493: \"$ac_try\"") >&5
    5135 +  { (eval echo "$as_me:7562: \"$ac_try\"") >&5
     5595+  { (eval echo "$as_me:7572: \"$ac_try\"") >&5
    51365596   (eval $ac_try) 2>&5
    51375597   ac_status=$?
    51385598-  echo "$as_me:7496: \$? = $ac_status" >&5
    5139 +  echo "$as_me:7565: \$? = $ac_status" >&5
     5599+  echo "$as_me:7575: \$? = $ac_status" >&5
    51405600   (exit $ac_status); }; }; then
    51415601   cf_cv_mbstate_t=no
     
    51455605 cat >conftest.$ac_ext <<_ACEOF
    51465606-#line 7503 "configure"
    5147 +#line 7572 "configure"
     5607+#line 7582 "configure"
    51485608 #include "confdefs.h"
    51495609 
    51505610 #include <stdlib.h>
    5151 @@ -7519,16 +7588,16 @@
     5611@@ -7519,16 +7598,16 @@
    51525612 }
    51535613 _ACEOF
    51545614 rm -f conftest.$ac_objext
    51555615-if { (eval echo "$as_me:7522: \"$ac_compile\"") >&5
    5156 +if { (eval echo "$as_me:7591: \"$ac_compile\"") >&5
     5616+if { (eval echo "$as_me:7601: \"$ac_compile\"") >&5
    51575617   (eval $ac_compile) 2>&5
    51585618   ac_status=$?
    51595619-  echo "$as_me:7525: \$? = $ac_status" >&5
    5160 +  echo "$as_me:7594: \$? = $ac_status" >&5
     5620+  echo "$as_me:7604: \$? = $ac_status" >&5
    51615621   (exit $ac_status); } &&
    51625622          { ac_try='test -s conftest.$ac_objext'
    51635623-  { (eval echo "$as_me:7528: \"$ac_try\"") >&5
    5164 +  { (eval echo "$as_me:7597: \"$ac_try\"") >&5
     5624+  { (eval echo "$as_me:7607: \"$ac_try\"") >&5
    51655625   (eval $ac_try) 2>&5
    51665626   ac_status=$?
    51675627-  echo "$as_me:7531: \$? = $ac_status" >&5
    5168 +  echo "$as_me:7600: \$? = $ac_status" >&5
     5628+  echo "$as_me:7610: \$? = $ac_status" >&5
    51695629   (exit $ac_status); }; }; then
    51705630   cf_cv_mbstate_t=yes
    51715631 else
    5172 @@ -7540,7 +7609,7 @@
     5632@@ -7540,7 +7619,7 @@
    51735633 fi
    51745634 rm -f conftest.$ac_objext conftest.$ac_ext
    51755635 fi
    51765636-echo "$as_me:7543: result: $cf_cv_mbstate_t" >&5
    5177 +echo "$as_me:7612: result: $cf_cv_mbstate_t" >&5
     5637+echo "$as_me:7622: result: $cf_cv_mbstate_t" >&5
    51785638 echo "${ECHO_T}$cf_cv_mbstate_t" >&6
    51795639 
    51805640 if test "$cf_cv_mbstate_t" = yes ; then
    5181 @@ -7557,14 +7626,14 @@
     5641@@ -7557,14 +7636,14 @@
    51825642 fi
    51835643 
    51845644 # This is needed on Tru64 5.0 to declare wchar_t
    51855645-echo "$as_me:7560: checking if we must include wchar.h to declare wchar_t" >&5
    5186 +echo "$as_me:7629: checking if we must include wchar.h to declare wchar_t" >&5
     5646+echo "$as_me:7639: checking if we must include wchar.h to declare wchar_t" >&5
    51875647 echo $ECHO_N "checking if we must include wchar.h to declare wchar_t... $ECHO_C" >&6
    51885648 if test "${cf_cv_wchar_t+set}" = set; then
     
    51925652 cat >conftest.$ac_ext <<_ACEOF
    51935653-#line 7567 "configure"
    5194 +#line 7636 "configure"
     5654+#line 7646 "configure"
    51955655 #include "confdefs.h"
    51965656 
    51975657 #include <stdlib.h>
    5198 @@ -7582,23 +7651,23 @@
     5658@@ -7582,23 +7661,23 @@
    51995659 }
    52005660 _ACEOF
    52015661 rm -f conftest.$ac_objext
    52025662-if { (eval echo "$as_me:7585: \"$ac_compile\"") >&5
    5203 +if { (eval echo "$as_me:7654: \"$ac_compile\"") >&5
     5663+if { (eval echo "$as_me:7664: \"$ac_compile\"") >&5
    52045664   (eval $ac_compile) 2>&5
    52055665   ac_status=$?
    52065666-  echo "$as_me:7588: \$? = $ac_status" >&5
    5207 +  echo "$as_me:7657: \$? = $ac_status" >&5
     5667+  echo "$as_me:7667: \$? = $ac_status" >&5
    52085668   (exit $ac_status); } &&
    52095669          { ac_try='test -s conftest.$ac_objext'
    52105670-  { (eval echo "$as_me:7591: \"$ac_try\"") >&5
    5211 +  { (eval echo "$as_me:7660: \"$ac_try\"") >&5
     5671+  { (eval echo "$as_me:7670: \"$ac_try\"") >&5
    52125672   (eval $ac_try) 2>&5
    52135673   ac_status=$?
    52145674-  echo "$as_me:7594: \$? = $ac_status" >&5
    5215 +  echo "$as_me:7663: \$? = $ac_status" >&5
     5675+  echo "$as_me:7673: \$? = $ac_status" >&5
    52165676   (exit $ac_status); }; }; then
    52175677   cf_cv_wchar_t=no
     
    52215681 cat >conftest.$ac_ext <<_ACEOF
    52225682-#line 7601 "configure"
    5223 +#line 7670 "configure"
     5683+#line 7680 "configure"
    52245684 #include "confdefs.h"
    52255685 
    52265686 #include <stdlib.h>
    5227 @@ -7617,16 +7686,16 @@
     5687@@ -7617,16 +7696,16 @@
    52285688 }
    52295689 _ACEOF
    52305690 rm -f conftest.$ac_objext
    52315691-if { (eval echo "$as_me:7620: \"$ac_compile\"") >&5
    5232 +if { (eval echo "$as_me:7689: \"$ac_compile\"") >&5
     5692+if { (eval echo "$as_me:7699: \"$ac_compile\"") >&5
    52335693   (eval $ac_compile) 2>&5
    52345694   ac_status=$?
    52355695-  echo "$as_me:7623: \$? = $ac_status" >&5
    5236 +  echo "$as_me:7692: \$? = $ac_status" >&5
     5696+  echo "$as_me:7702: \$? = $ac_status" >&5
    52375697   (exit $ac_status); } &&
    52385698          { ac_try='test -s conftest.$ac_objext'
    52395699-  { (eval echo "$as_me:7626: \"$ac_try\"") >&5
    5240 +  { (eval echo "$as_me:7695: \"$ac_try\"") >&5
     5700+  { (eval echo "$as_me:7705: \"$ac_try\"") >&5
    52415701   (eval $ac_try) 2>&5
    52425702   ac_status=$?
    52435703-  echo "$as_me:7629: \$? = $ac_status" >&5
    5244 +  echo "$as_me:7698: \$? = $ac_status" >&5
     5704+  echo "$as_me:7708: \$? = $ac_status" >&5
    52455705   (exit $ac_status); }; }; then
    52465706   cf_cv_wchar_t=yes
    52475707 else
    5248 @@ -7638,7 +7707,7 @@
     5708@@ -7638,7 +7717,7 @@
    52495709 fi
    52505710 rm -f conftest.$ac_objext conftest.$ac_ext
    52515711 fi
    52525712-echo "$as_me:7641: result: $cf_cv_wchar_t" >&5
    5253 +echo "$as_me:7710: result: $cf_cv_wchar_t" >&5
     5713+echo "$as_me:7720: result: $cf_cv_wchar_t" >&5
    52545714 echo "${ECHO_T}$cf_cv_wchar_t" >&6
    52555715 
    52565716 if test "$cf_cv_wchar_t" = yes ; then
    5257 @@ -7660,14 +7729,14 @@
     5717@@ -7660,14 +7739,14 @@
    52585718 fi
    52595719 
    52605720 # This is needed on Tru64 5.0 to declare wint_t
    52615721-echo "$as_me:7663: checking if we must include wchar.h to declare wint_t" >&5
    5262 +echo "$as_me:7732: checking if we must include wchar.h to declare wint_t" >&5
     5722+echo "$as_me:7742: checking if we must include wchar.h to declare wint_t" >&5
    52635723 echo $ECHO_N "checking if we must include wchar.h to declare wint_t... $ECHO_C" >&6
    52645724 if test "${cf_cv_wint_t+set}" = set; then
     
    52685728 cat >conftest.$ac_ext <<_ACEOF
    52695729-#line 7670 "configure"
    5270 +#line 7739 "configure"
     5730+#line 7749 "configure"
    52715731 #include "confdefs.h"
    52725732 
    52735733 #include <stdlib.h>
    5274 @@ -7685,23 +7754,23 @@
     5734@@ -7685,23 +7764,23 @@
    52755735 }
    52765736 _ACEOF
    52775737 rm -f conftest.$ac_objext
    52785738-if { (eval echo "$as_me:7688: \"$ac_compile\"") >&5
    5279 +if { (eval echo "$as_me:7757: \"$ac_compile\"") >&5
     5739+if { (eval echo "$as_me:7767: \"$ac_compile\"") >&5
    52805740   (eval $ac_compile) 2>&5
    52815741   ac_status=$?
    52825742-  echo "$as_me:7691: \$? = $ac_status" >&5
    5283 +  echo "$as_me:7760: \$? = $ac_status" >&5
     5743+  echo "$as_me:7770: \$? = $ac_status" >&5
    52845744   (exit $ac_status); } &&
    52855745          { ac_try='test -s conftest.$ac_objext'
    52865746-  { (eval echo "$as_me:7694: \"$ac_try\"") >&5
    5287 +  { (eval echo "$as_me:7763: \"$ac_try\"") >&5
     5747+  { (eval echo "$as_me:7773: \"$ac_try\"") >&5
    52885748   (eval $ac_try) 2>&5
    52895749   ac_status=$?
    52905750-  echo "$as_me:7697: \$? = $ac_status" >&5
    5291 +  echo "$as_me:7766: \$? = $ac_status" >&5
     5751+  echo "$as_me:7776: \$? = $ac_status" >&5
    52925752   (exit $ac_status); }; }; then
    52935753   cf_cv_wint_t=no
     
    52975757 cat >conftest.$ac_ext <<_ACEOF
    52985758-#line 7704 "configure"
    5299 +#line 7773 "configure"
     5759+#line 7783 "configure"
    53005760 #include "confdefs.h"
    53015761 
    53025762 #include <stdlib.h>
    5303 @@ -7720,16 +7789,16 @@
     5763@@ -7720,16 +7799,16 @@
    53045764 }
    53055765 _ACEOF
    53065766 rm -f conftest.$ac_objext
    53075767-if { (eval echo "$as_me:7723: \"$ac_compile\"") >&5
    5308 +if { (eval echo "$as_me:7792: \"$ac_compile\"") >&5
     5768+if { (eval echo "$as_me:7802: \"$ac_compile\"") >&5
    53095769   (eval $ac_compile) 2>&5
    53105770   ac_status=$?
    53115771-  echo "$as_me:7726: \$? = $ac_status" >&5
    5312 +  echo "$as_me:7795: \$? = $ac_status" >&5
     5772+  echo "$as_me:7805: \$? = $ac_status" >&5
    53135773   (exit $ac_status); } &&
    53145774          { ac_try='test -s conftest.$ac_objext'
    53155775-  { (eval echo "$as_me:7729: \"$ac_try\"") >&5
    5316 +  { (eval echo "$as_me:7798: \"$ac_try\"") >&5
     5776+  { (eval echo "$as_me:7808: \"$ac_try\"") >&5
    53175777   (eval $ac_try) 2>&5
    53185778   ac_status=$?
    53195779-  echo "$as_me:7732: \$? = $ac_status" >&5
    5320 +  echo "$as_me:7801: \$? = $ac_status" >&5
     5780+  echo "$as_me:7811: \$? = $ac_status" >&5
    53215781   (exit $ac_status); }; }; then
    53225782   cf_cv_wint_t=yes
    53235783 else
    5324 @@ -7741,7 +7810,7 @@
     5784@@ -7741,7 +7820,7 @@
    53255785 fi
    53265786 rm -f conftest.$ac_objext conftest.$ac_ext
    53275787 fi
    53285788-echo "$as_me:7744: result: $cf_cv_wint_t" >&5
    5329 +echo "$as_me:7813: result: $cf_cv_wint_t" >&5
     5789+echo "$as_me:7823: result: $cf_cv_wint_t" >&5
    53305790 echo "${ECHO_T}$cf_cv_wint_t" >&6
    53315791 
    53325792 if test "$cf_cv_wint_t" = yes ; then
    5333 @@ -7780,7 +7849,7 @@
     5793@@ -7780,7 +7859,7 @@
    53345794        ;;
    53355795 esac
    53365796 
    53375797-echo "$as_me:7783: checking whether to enable _LP64 definition in curses.h" >&5
    5338 +echo "$as_me:7852: checking whether to enable _LP64 definition in curses.h" >&5
     5798+echo "$as_me:7862: checking whether to enable _LP64 definition in curses.h" >&5
    53395799 echo $ECHO_N "checking whether to enable _LP64 definition in curses.h... $ECHO_C" >&6
    53405800 
    53415801 # Check whether --enable-lp64 or --disable-lp64 was given.
    5342 @@ -7790,7 +7859,7 @@
     5802@@ -7790,7 +7869,7 @@
    53435803 else
    53445804   with_lp64=$default_with_lp64
    53455805 fi;
    53465806-echo "$as_me:7793: result: $with_lp64" >&5
    5347 +echo "$as_me:7862: result: $with_lp64" >&5
     5807+echo "$as_me:7872: result: $with_lp64" >&5
    53485808 echo "${ECHO_T}$with_lp64" >&6
    53495809 
    53505810 if test "$with_lp64" = yes ; then
    5351 @@ -7806,7 +7875,7 @@
     5811@@ -7806,7 +7885,7 @@
    53525812 fi;
    53535813 if test "$enable_largefile" != no; then
    53545814 
    53555815-  echo "$as_me:7809: checking for special C compiler options needed for large files" >&5
    5356 +  echo "$as_me:7878: checking for special C compiler options needed for large files" >&5
     5816+  echo "$as_me:7888: checking for special C compiler options needed for large files" >&5
    53575817 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
    53585818 if test "${ac_cv_sys_largefile_CC+set}" = set; then
    53595819   echo $ECHO_N "(cached) $ECHO_C" >&6
    5360 @@ -7818,7 +7887,7 @@
     5820@@ -7818,7 +7897,7 @@
    53615821         # IRIX 6.2 and later do not support large files by default,
    53625822         # so use the C compiler's -n32 option if that helps.
    53635823          cat >conftest.$ac_ext <<_ACEOF
    53645824-#line 7821 "configure"
    5365 +#line 7890 "configure"
     5825+#line 7900 "configure"
    53665826 #include "confdefs.h"
    53675827 #include <sys/types.h>
    53685828  /* Check that off_t can represent 2**63 - 1 correctly.
    5369 @@ -7838,16 +7907,16 @@
     5829@@ -7838,16 +7917,16 @@
    53705830 }
    53715831 _ACEOF
    53725832         rm -f conftest.$ac_objext
    53735833-if { (eval echo "$as_me:7841: \"$ac_compile\"") >&5
    5374 +if { (eval echo "$as_me:7910: \"$ac_compile\"") >&5
     5834+if { (eval echo "$as_me:7920: \"$ac_compile\"") >&5
    53755835   (eval $ac_compile) 2>&5
    53765836   ac_status=$?
    53775837-  echo "$as_me:7844: \$? = $ac_status" >&5
    5378 +  echo "$as_me:7913: \$? = $ac_status" >&5
     5838+  echo "$as_me:7923: \$? = $ac_status" >&5
    53795839   (exit $ac_status); } &&
    53805840          { ac_try='test -s conftest.$ac_objext'
    53815841-  { (eval echo "$as_me:7847: \"$ac_try\"") >&5
    5382 +  { (eval echo "$as_me:7916: \"$ac_try\"") >&5
     5842+  { (eval echo "$as_me:7926: \"$ac_try\"") >&5
    53835843   (eval $ac_try) 2>&5
    53845844   ac_status=$?
    53855845-  echo "$as_me:7850: \$? = $ac_status" >&5
    5386 +  echo "$as_me:7919: \$? = $ac_status" >&5
     5846+  echo "$as_me:7929: \$? = $ac_status" >&5
    53875847   (exit $ac_status); }; }; then
    53885848   break
    53895849 else
    5390 @@ -7857,16 +7926,16 @@
     5850@@ -7857,16 +7936,16 @@
    53915851 rm -f conftest.$ac_objext
    53925852         CC="$CC -n32"
    53935853         rm -f conftest.$ac_objext
    53945854-if { (eval echo "$as_me:7860: \"$ac_compile\"") >&5
    5395 +if { (eval echo "$as_me:7929: \"$ac_compile\"") >&5
     5855+if { (eval echo "$as_me:7939: \"$ac_compile\"") >&5
    53965856   (eval $ac_compile) 2>&5
    53975857   ac_status=$?
    53985858-  echo "$as_me:7863: \$? = $ac_status" >&5
    5399 +  echo "$as_me:7932: \$? = $ac_status" >&5
     5859+  echo "$as_me:7942: \$? = $ac_status" >&5
    54005860   (exit $ac_status); } &&
    54015861          { ac_try='test -s conftest.$ac_objext'
    54025862-  { (eval echo "$as_me:7866: \"$ac_try\"") >&5
    5403 +  { (eval echo "$as_me:7935: \"$ac_try\"") >&5
     5863+  { (eval echo "$as_me:7945: \"$ac_try\"") >&5
    54045864   (eval $ac_try) 2>&5
    54055865   ac_status=$?
    54065866-  echo "$as_me:7869: \$? = $ac_status" >&5
    5407 +  echo "$as_me:7938: \$? = $ac_status" >&5
     5867+  echo "$as_me:7948: \$? = $ac_status" >&5
    54085868   (exit $ac_status); }; }; then
    54095869   ac_cv_sys_largefile_CC=' -n32'; break
    54105870 else
    5411 @@ -7880,13 +7949,13 @@
     5871@@ -7880,13 +7959,13 @@
    54125872        rm -f conftest.$ac_ext
    54135873     fi
    54145874 fi
    54155875-echo "$as_me:7883: result: $ac_cv_sys_largefile_CC" >&5
    5416 +echo "$as_me:7952: result: $ac_cv_sys_largefile_CC" >&5
     5876+echo "$as_me:7962: result: $ac_cv_sys_largefile_CC" >&5
    54175877 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
    54185878   if test "$ac_cv_sys_largefile_CC" != no; then
     
    54215881 
    54225882-  echo "$as_me:7889: checking for _FILE_OFFSET_BITS value needed for large files" >&5
    5423 +  echo "$as_me:7958: checking for _FILE_OFFSET_BITS value needed for large files" >&5
     5883+  echo "$as_me:7968: checking for _FILE_OFFSET_BITS value needed for large files" >&5
    54245884 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
    54255885 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
    54265886   echo $ECHO_N "(cached) $ECHO_C" >&6
    5427 @@ -7894,7 +7963,7 @@
     5887@@ -7894,7 +7973,7 @@
    54285888   while :; do
    54295889   ac_cv_sys_file_offset_bits=no
    54305890   cat >conftest.$ac_ext <<_ACEOF
    54315891-#line 7897 "configure"
    5432 +#line 7966 "configure"
     5892+#line 7976 "configure"
    54335893 #include "confdefs.h"
    54345894 #include <sys/types.h>
    54355895  /* Check that off_t can represent 2**63 - 1 correctly.
    5436 @@ -7914,16 +7983,16 @@
     5896@@ -7914,16 +7993,16 @@
    54375897 }
    54385898 _ACEOF
    54395899 rm -f conftest.$ac_objext
    54405900-if { (eval echo "$as_me:7917: \"$ac_compile\"") >&5
    5441 +if { (eval echo "$as_me:7986: \"$ac_compile\"") >&5
     5901+if { (eval echo "$as_me:7996: \"$ac_compile\"") >&5
    54425902   (eval $ac_compile) 2>&5
    54435903   ac_status=$?
    54445904-  echo "$as_me:7920: \$? = $ac_status" >&5
    5445 +  echo "$as_me:7989: \$? = $ac_status" >&5
     5905+  echo "$as_me:7999: \$? = $ac_status" >&5
    54465906   (exit $ac_status); } &&
    54475907          { ac_try='test -s conftest.$ac_objext'
    54485908-  { (eval echo "$as_me:7923: \"$ac_try\"") >&5
    5449 +  { (eval echo "$as_me:7992: \"$ac_try\"") >&5
     5909+  { (eval echo "$as_me:8002: \"$ac_try\"") >&5
    54505910   (eval $ac_try) 2>&5
    54515911   ac_status=$?
    54525912-  echo "$as_me:7926: \$? = $ac_status" >&5
    5453 +  echo "$as_me:7995: \$? = $ac_status" >&5
     5913+  echo "$as_me:8005: \$? = $ac_status" >&5
    54545914   (exit $ac_status); }; }; then
    54555915   break
    54565916 else
    5457 @@ -7932,7 +8001,7 @@
     5917@@ -7932,7 +8011,7 @@
    54585918 fi
    54595919 rm -f conftest.$ac_objext conftest.$ac_ext
    54605920   cat >conftest.$ac_ext <<_ACEOF
    54615921-#line 7935 "configure"
    5462 +#line 8004 "configure"
     5922+#line 8014 "configure"
    54635923 #include "confdefs.h"
    54645924 #define _FILE_OFFSET_BITS 64
    54655925 #include <sys/types.h>
    5466 @@ -7953,16 +8022,16 @@
     5926@@ -7953,16 +8032,16 @@
    54675927 }
    54685928 _ACEOF
    54695929 rm -f conftest.$ac_objext
    54705930-if { (eval echo "$as_me:7956: \"$ac_compile\"") >&5
    5471 +if { (eval echo "$as_me:8025: \"$ac_compile\"") >&5
     5931+if { (eval echo "$as_me:8035: \"$ac_compile\"") >&5
    54725932   (eval $ac_compile) 2>&5
    54735933   ac_status=$?
    54745934-  echo "$as_me:7959: \$? = $ac_status" >&5
    5475 +  echo "$as_me:8028: \$? = $ac_status" >&5
     5935+  echo "$as_me:8038: \$? = $ac_status" >&5
    54765936   (exit $ac_status); } &&
    54775937          { ac_try='test -s conftest.$ac_objext'
    54785938-  { (eval echo "$as_me:7962: \"$ac_try\"") >&5
    5479 +  { (eval echo "$as_me:8031: \"$ac_try\"") >&5
     5939+  { (eval echo "$as_me:8041: \"$ac_try\"") >&5
    54805940   (eval $ac_try) 2>&5
    54815941   ac_status=$?
    54825942-  echo "$as_me:7965: \$? = $ac_status" >&5
    5483 +  echo "$as_me:8034: \$? = $ac_status" >&5
     5943+  echo "$as_me:8044: \$? = $ac_status" >&5
    54845944   (exit $ac_status); }; }; then
    54855945   ac_cv_sys_file_offset_bits=64; break
    54865946 else
    5487 @@ -7973,7 +8042,7 @@
     5947@@ -7973,7 +8052,7 @@
    54885948   break
    54895949 done
    54905950 fi
    54915951-echo "$as_me:7976: result: $ac_cv_sys_file_offset_bits" >&5
    5492 +echo "$as_me:8045: result: $ac_cv_sys_file_offset_bits" >&5
     5952+echo "$as_me:8055: result: $ac_cv_sys_file_offset_bits" >&5
    54935953 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
    54945954 if test "$ac_cv_sys_file_offset_bits" != no; then
    54955955 
    5496 @@ -7983,7 +8052,7 @@
     5956@@ -7983,7 +8062,7 @@
    54975957 
    54985958 fi
    54995959 rm -f conftest*
    55005960-  echo "$as_me:7986: checking for _LARGE_FILES value needed for large files" >&5
    5501 +  echo "$as_me:8055: checking for _LARGE_FILES value needed for large files" >&5
     5961+  echo "$as_me:8065: checking for _LARGE_FILES value needed for large files" >&5
    55025962 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
    55035963 if test "${ac_cv_sys_large_files+set}" = set; then
    55045964   echo $ECHO_N "(cached) $ECHO_C" >&6
    5505 @@ -7991,7 +8060,7 @@
     5965@@ -7991,7 +8070,7 @@
    55065966   while :; do
    55075967   ac_cv_sys_large_files=no
    55085968   cat >conftest.$ac_ext <<_ACEOF
    55095969-#line 7994 "configure"
    5510 +#line 8063 "configure"
     5970+#line 8073 "configure"
    55115971 #include "confdefs.h"
    55125972 #include <sys/types.h>
    55135973  /* Check that off_t can represent 2**63 - 1 correctly.
    5514 @@ -8011,16 +8080,16 @@
     5974@@ -8011,16 +8090,16 @@
    55155975 }
    55165976 _ACEOF
    55175977 rm -f conftest.$ac_objext
    55185978-if { (eval echo "$as_me:8014: \"$ac_compile\"") >&5
    5519 +if { (eval echo "$as_me:8083: \"$ac_compile\"") >&5
     5979+if { (eval echo "$as_me:8093: \"$ac_compile\"") >&5
    55205980   (eval $ac_compile) 2>&5
    55215981   ac_status=$?
    55225982-  echo "$as_me:8017: \$? = $ac_status" >&5
    5523 +  echo "$as_me:8086: \$? = $ac_status" >&5
     5983+  echo "$as_me:8096: \$? = $ac_status" >&5
    55245984   (exit $ac_status); } &&
    55255985          { ac_try='test -s conftest.$ac_objext'
    55265986-  { (eval echo "$as_me:8020: \"$ac_try\"") >&5
    5527 +  { (eval echo "$as_me:8089: \"$ac_try\"") >&5
     5987+  { (eval echo "$as_me:8099: \"$ac_try\"") >&5
    55285988   (eval $ac_try) 2>&5
    55295989   ac_status=$?
    55305990-  echo "$as_me:8023: \$? = $ac_status" >&5
    5531 +  echo "$as_me:8092: \$? = $ac_status" >&5
     5991+  echo "$as_me:8102: \$? = $ac_status" >&5
    55325992   (exit $ac_status); }; }; then
    55335993   break
    55345994 else
    5535 @@ -8029,7 +8098,7 @@
     5995@@ -8029,7 +8108,7 @@
    55365996 fi
    55375997 rm -f conftest.$ac_objext conftest.$ac_ext
    55385998   cat >conftest.$ac_ext <<_ACEOF
    55395999-#line 8032 "configure"
    5540 +#line 8101 "configure"
     6000+#line 8111 "configure"
    55416001 #include "confdefs.h"
    55426002 #define _LARGE_FILES 1
    55436003 #include <sys/types.h>
    5544 @@ -8050,16 +8119,16 @@
     6004@@ -8050,16 +8129,16 @@
    55456005 }
    55466006 _ACEOF
    55476007 rm -f conftest.$ac_objext
    55486008-if { (eval echo "$as_me:8053: \"$ac_compile\"") >&5
    5549 +if { (eval echo "$as_me:8122: \"$ac_compile\"") >&5
     6009+if { (eval echo "$as_me:8132: \"$ac_compile\"") >&5
    55506010   (eval $ac_compile) 2>&5
    55516011   ac_status=$?
    55526012-  echo "$as_me:8056: \$? = $ac_status" >&5
    5553 +  echo "$as_me:8125: \$? = $ac_status" >&5
     6013+  echo "$as_me:8135: \$? = $ac_status" >&5
    55546014   (exit $ac_status); } &&
    55556015          { ac_try='test -s conftest.$ac_objext'
    55566016-  { (eval echo "$as_me:8059: \"$ac_try\"") >&5
    5557 +  { (eval echo "$as_me:8128: \"$ac_try\"") >&5
     6017+  { (eval echo "$as_me:8138: \"$ac_try\"") >&5
    55586018   (eval $ac_try) 2>&5
    55596019   ac_status=$?
    55606020-  echo "$as_me:8062: \$? = $ac_status" >&5
    5561 +  echo "$as_me:8131: \$? = $ac_status" >&5
     6021+  echo "$as_me:8141: \$? = $ac_status" >&5
    55626022   (exit $ac_status); }; }; then
    55636023   ac_cv_sys_large_files=1; break
    55646024 else
    5565 @@ -8070,7 +8139,7 @@
     6025@@ -8070,7 +8149,7 @@
    55666026   break
    55676027 done
    55686028 fi
    55696029-echo "$as_me:8073: result: $ac_cv_sys_large_files" >&5
    5570 +echo "$as_me:8142: result: $ac_cv_sys_large_files" >&5
     6030+echo "$as_me:8152: result: $ac_cv_sys_large_files" >&5
    55716031 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
    55726032 if test "$ac_cv_sys_large_files" != no; then
    55736033 
    5574 @@ -8083,7 +8152,7 @@
     6034@@ -8083,7 +8162,7 @@
    55756035 fi
    55766036 
    55776037     if test "$enable_largefile" != no ; then
    55786038-       echo "$as_me:8086: checking for _LARGEFILE_SOURCE value needed for large files" >&5
    5579 +       echo "$as_me:8155: checking for _LARGEFILE_SOURCE value needed for large files" >&5
     6039+       echo "$as_me:8165: checking for _LARGEFILE_SOURCE value needed for large files" >&5
    55806040 echo $ECHO_N "checking for _LARGEFILE_SOURCE value needed for large files... $ECHO_C" >&6
    55816041 if test "${ac_cv_sys_largefile_source+set}" = set; then
    55826042   echo $ECHO_N "(cached) $ECHO_C" >&6
    5583 @@ -8091,7 +8160,7 @@
     6043@@ -8091,7 +8170,7 @@
    55846044   while :; do
    55856045   ac_cv_sys_largefile_source=no
    55866046   cat >conftest.$ac_ext <<_ACEOF
    55876047-#line 8094 "configure"
    5588 +#line 8163 "configure"
     6048+#line 8173 "configure"
    55896049 #include "confdefs.h"
    55906050 #include <stdio.h>
    55916051 int
    5592 @@ -8103,16 +8172,16 @@
     6052@@ -8103,16 +8182,16 @@
    55936053 }
    55946054 _ACEOF
    55956055 rm -f conftest.$ac_objext
    55966056-if { (eval echo "$as_me:8106: \"$ac_compile\"") >&5
    5597 +if { (eval echo "$as_me:8175: \"$ac_compile\"") >&5
     6057+if { (eval echo "$as_me:8185: \"$ac_compile\"") >&5
    55986058   (eval $ac_compile) 2>&5
    55996059   ac_status=$?
    56006060-  echo "$as_me:8109: \$? = $ac_status" >&5
    5601 +  echo "$as_me:8178: \$? = $ac_status" >&5
     6061+  echo "$as_me:8188: \$? = $ac_status" >&5
    56026062   (exit $ac_status); } &&
    56036063          { ac_try='test -s conftest.$ac_objext'
    56046064-  { (eval echo "$as_me:8112: \"$ac_try\"") >&5
    5605 +  { (eval echo "$as_me:8181: \"$ac_try\"") >&5
     6065+  { (eval echo "$as_me:8191: \"$ac_try\"") >&5
    56066066   (eval $ac_try) 2>&5
    56076067   ac_status=$?
    56086068-  echo "$as_me:8115: \$? = $ac_status" >&5
    5609 +  echo "$as_me:8184: \$? = $ac_status" >&5
     6069+  echo "$as_me:8194: \$? = $ac_status" >&5
    56106070   (exit $ac_status); }; }; then
    56116071   break
    56126072 else
    5613 @@ -8121,7 +8190,7 @@
     6073@@ -8121,7 +8200,7 @@
    56146074 fi
    56156075 rm -f conftest.$ac_objext conftest.$ac_ext
    56166076   cat >conftest.$ac_ext <<_ACEOF
    56176077-#line 8124 "configure"
    5618 +#line 8193 "configure"
     6078+#line 8203 "configure"
    56196079 #include "confdefs.h"
    56206080 #define _LARGEFILE_SOURCE 1
    56216081 #include <stdio.h>
    5622 @@ -8134,16 +8203,16 @@
     6082@@ -8134,16 +8213,16 @@
    56236083 }
    56246084 _ACEOF
    56256085 rm -f conftest.$ac_objext
    56266086-if { (eval echo "$as_me:8137: \"$ac_compile\"") >&5
    5627 +if { (eval echo "$as_me:8206: \"$ac_compile\"") >&5
     6087+if { (eval echo "$as_me:8216: \"$ac_compile\"") >&5
    56286088   (eval $ac_compile) 2>&5
    56296089   ac_status=$?
    56306090-  echo "$as_me:8140: \$? = $ac_status" >&5
    5631 +  echo "$as_me:8209: \$? = $ac_status" >&5
     6091+  echo "$as_me:8219: \$? = $ac_status" >&5
    56326092   (exit $ac_status); } &&
    56336093          { ac_try='test -s conftest.$ac_objext'
    56346094-  { (eval echo "$as_me:8143: \"$ac_try\"") >&5
    5635 +  { (eval echo "$as_me:8212: \"$ac_try\"") >&5
     6095+  { (eval echo "$as_me:8222: \"$ac_try\"") >&5
    56366096   (eval $ac_try) 2>&5
    56376097   ac_status=$?
    56386098-  echo "$as_me:8146: \$? = $ac_status" >&5
    5639 +  echo "$as_me:8215: \$? = $ac_status" >&5
     6099+  echo "$as_me:8225: \$? = $ac_status" >&5
    56406100   (exit $ac_status); }; }; then
    56416101   ac_cv_sys_largefile_source=1; break
    56426102 else
    5643 @@ -8154,7 +8223,7 @@
     6103@@ -8154,7 +8233,7 @@
    56446104   break
    56456105 done
    56466106 fi
    56476107-echo "$as_me:8157: result: $ac_cv_sys_largefile_source" >&5
    5648 +echo "$as_me:8226: result: $ac_cv_sys_largefile_source" >&5
     6108+echo "$as_me:8236: result: $ac_cv_sys_largefile_source" >&5
    56496109 echo "${ECHO_T}$ac_cv_sys_largefile_source" >&6
    56506110 if test "$ac_cv_sys_largefile_source" != no; then
    56516111 
    5652 @@ -8168,13 +8237,13 @@
     6112@@ -8168,13 +8247,13 @@
    56536113 # We used to try defining _XOPEN_SOURCE=500 too, to work around a bug
    56546114 # in glibc 2.1.3, but that breaks too many other things.
    56556115 # If you want fseeko and ftello with glibc, upgrade to a fixed glibc.
    56566116-echo "$as_me:8171: checking for fseeko" >&5
    5657 +echo "$as_me:8240: checking for fseeko" >&5
     6117+echo "$as_me:8250: checking for fseeko" >&5
    56586118 echo $ECHO_N "checking for fseeko... $ECHO_C" >&6
    56596119 if test "${ac_cv_func_fseeko+set}" = set; then
     
    56626122   cat >conftest.$ac_ext <<_ACEOF
    56636123-#line 8177 "configure"
    5664 +#line 8246 "configure"
     6124+#line 8256 "configure"
    56656125 #include "confdefs.h"
    56666126 #include <stdio.h>
    56676127 int
    5668 @@ -8186,16 +8255,16 @@
     6128@@ -8186,16 +8265,16 @@
    56696129 }
    56706130 _ACEOF
    56716131 rm -f conftest.$ac_objext conftest$ac_exeext
    56726132-if { (eval echo "$as_me:8189: \"$ac_link\"") >&5
    5673 +if { (eval echo "$as_me:8258: \"$ac_link\"") >&5
     6133+if { (eval echo "$as_me:8268: \"$ac_link\"") >&5
    56746134   (eval $ac_link) 2>&5
    56756135   ac_status=$?
    56766136-  echo "$as_me:8192: \$? = $ac_status" >&5
    5677 +  echo "$as_me:8261: \$? = $ac_status" >&5
     6137+  echo "$as_me:8271: \$? = $ac_status" >&5
    56786138   (exit $ac_status); } &&
    56796139          { ac_try='test -s conftest$ac_exeext'
    56806140-  { (eval echo "$as_me:8195: \"$ac_try\"") >&5
    5681 +  { (eval echo "$as_me:8264: \"$ac_try\"") >&5
     6141+  { (eval echo "$as_me:8274: \"$ac_try\"") >&5
    56826142   (eval $ac_try) 2>&5
    56836143   ac_status=$?
    56846144-  echo "$as_me:8198: \$? = $ac_status" >&5
    5685 +  echo "$as_me:8267: \$? = $ac_status" >&5
     6145+  echo "$as_me:8277: \$? = $ac_status" >&5
    56866146   (exit $ac_status); }; }; then
    56876147   ac_cv_func_fseeko=yes
    56886148 else
    5689 @@ -8205,7 +8274,7 @@
     6149@@ -8205,7 +8284,7 @@
    56906150 fi
    56916151 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    56926152 fi
    56936153-echo "$as_me:8208: result: $ac_cv_func_fseeko" >&5
    5694 +echo "$as_me:8277: result: $ac_cv_func_fseeko" >&5
     6154+echo "$as_me:8287: result: $ac_cv_func_fseeko" >&5
    56956155 echo "${ECHO_T}$ac_cv_func_fseeko" >&6
    56966156 if test $ac_cv_func_fseeko = yes; then
    56976157 
    5698 @@ -8226,14 +8295,14 @@
     6158@@ -8226,14 +8305,14 @@
    56996159        test "$ac_cv_sys_largefile_source" != no && CPPFLAGS="$CPPFLAGS -D_LARGEFILE_SOURCE "
    57006160        test "$ac_cv_sys_file_offset_bits" != no && CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=$ac_cv_sys_file_offset_bits "
    57016161 
    57026162-       echo "$as_me:8229: checking whether to use struct dirent64" >&5
    5703 +       echo "$as_me:8298: checking whether to use struct dirent64" >&5
     6163+       echo "$as_me:8308: checking whether to use struct dirent64" >&5
    57046164 echo $ECHO_N "checking whether to use struct dirent64... $ECHO_C" >&6
    57056165 if test "${cf_cv_struct_dirent64+set}" = set; then
     
    57096169                cat >conftest.$ac_ext <<_ACEOF
    57106170-#line 8236 "configure"
    5711 +#line 8305 "configure"
     6171+#line 8315 "configure"
    57126172 #include "confdefs.h"
    57136173 
    57146174 #include <sys/types.h>
    5715 @@ -8254,16 +8323,16 @@
     6175@@ -8254,16 +8333,16 @@
    57166176 }
    57176177 _ACEOF
    57186178 rm -f conftest.$ac_objext
    57196179-if { (eval echo "$as_me:8257: \"$ac_compile\"") >&5
    5720 +if { (eval echo "$as_me:8326: \"$ac_compile\"") >&5
     6180+if { (eval echo "$as_me:8336: \"$ac_compile\"") >&5
    57216181   (eval $ac_compile) 2>&5
    57226182   ac_status=$?
    57236183-  echo "$as_me:8260: \$? = $ac_status" >&5
    5724 +  echo "$as_me:8329: \$? = $ac_status" >&5
     6184+  echo "$as_me:8339: \$? = $ac_status" >&5
    57256185   (exit $ac_status); } &&
    57266186          { ac_try='test -s conftest.$ac_objext'
    57276187-  { (eval echo "$as_me:8263: \"$ac_try\"") >&5
    5728 +  { (eval echo "$as_me:8332: \"$ac_try\"") >&5
     6188+  { (eval echo "$as_me:8342: \"$ac_try\"") >&5
    57296189   (eval $ac_try) 2>&5
    57306190   ac_status=$?
    57316191-  echo "$as_me:8266: \$? = $ac_status" >&5
    5732 +  echo "$as_me:8335: \$? = $ac_status" >&5
     6192+  echo "$as_me:8345: \$? = $ac_status" >&5
    57336193   (exit $ac_status); }; }; then
    57346194   cf_cv_struct_dirent64=yes
    57356195 else
    5736 @@ -8274,7 +8343,7 @@
     6196@@ -8274,7 +8353,7 @@
    57376197 rm -f conftest.$ac_objext conftest.$ac_ext
    57386198 
    57396199 fi
    57406200-echo "$as_me:8277: result: $cf_cv_struct_dirent64" >&5
    5741 +echo "$as_me:8346: result: $cf_cv_struct_dirent64" >&5
     6201+echo "$as_me:8356: result: $cf_cv_struct_dirent64" >&5
    57426202 echo "${ECHO_T}$cf_cv_struct_dirent64" >&6
    57436203        test "$cf_cv_struct_dirent64" = yes && cat >>confdefs.h <<\EOF
    57446204 #define HAVE_STRUCT_DIRENT64 1
    5745 @@ -8283,7 +8352,7 @@
     6205@@ -8283,7 +8362,7 @@
    57466206     fi
    57476207 
    57486208 ###   use option --disable-tparm-varargs to make tparm() conform to X/Open
    57496209-echo "$as_me:8286: checking if you want tparm not to use X/Open fixed-parameter list" >&5
    5750 +echo "$as_me:8355: checking if you want tparm not to use X/Open fixed-parameter list" >&5
     6210+echo "$as_me:8365: checking if you want tparm not to use X/Open fixed-parameter list" >&5
    57516211 echo $ECHO_N "checking if you want tparm not to use X/Open fixed-parameter list... $ECHO_C" >&6
    57526212 
    57536213 # Check whether --enable-tparm-varargs or --disable-tparm-varargs was given.
    5754 @@ -8293,14 +8362,14 @@
     6214@@ -8293,14 +8372,14 @@
    57556215 else
    57566216   with_tparm_varargs=yes
    57576217 fi;
    57586218-echo "$as_me:8296: result: $with_tparm_varargs" >&5
    5759 +echo "$as_me:8365: result: $with_tparm_varargs" >&5
     6219+echo "$as_me:8375: result: $with_tparm_varargs" >&5
    57606220 echo "${ECHO_T}$with_tparm_varargs" >&6
    57616221 NCURSES_TPARM_VARARGS=0
     
    57656225 if test "$with_ticlib" != no ; then
    57666226-echo "$as_me:8303: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5
    5767 +echo "$as_me:8372: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5
     6227+echo "$as_me:8382: checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library" >&5
    57686228 echo $ECHO_N "checking if you want tic library to use explicit dependency on ncurses$LIB_SUFFIX library... $ECHO_C" >&6
    57696229 
    57706230 # Check whether --enable-tic-depends or --disable-tic-depends was given.
    5771 @@ -8310,14 +8379,14 @@
     6231@@ -8310,14 +8389,14 @@
    57726232 else
    57736233   with_tic_depends=yes
    57746234 fi;
    57756235-echo "$as_me:8313: result: $with_tic_depends" >&5
    5776 +echo "$as_me:8382: result: $with_tic_depends" >&5
     6236+echo "$as_me:8392: result: $with_tic_depends" >&5
    57776237 echo "${ECHO_T}$with_tic_depends" >&6
    57786238 else
     
    57826242 ###   use option --with-bool to override bool's type
    57836243-echo "$as_me:8320: checking for type of bool" >&5
    5784 +echo "$as_me:8389: checking for type of bool" >&5
     6244+echo "$as_me:8399: checking for type of bool" >&5
    57856245 echo $ECHO_N "checking for type of bool... $ECHO_C" >&6
    57866246 
    57876247 # Check whether --with-bool or --without-bool was given.
    5788 @@ -8327,10 +8396,10 @@
     6248@@ -8327,10 +8406,10 @@
    57896249 else
    57906250   NCURSES_BOOL=auto
    57916251 fi;
    57926252-echo "$as_me:8330: result: $NCURSES_BOOL" >&5
    5793 +echo "$as_me:8399: result: $NCURSES_BOOL" >&5
     6253+echo "$as_me:8409: result: $NCURSES_BOOL" >&5
    57946254 echo "${ECHO_T}$NCURSES_BOOL" >&6
    57956255 
    57966256-echo "$as_me:8333: checking for alternate terminal capabilities file" >&5
    5797 +echo "$as_me:8402: checking for alternate terminal capabilities file" >&5
     6257+echo "$as_me:8412: checking for alternate terminal capabilities file" >&5
    57986258 echo $ECHO_N "checking for alternate terminal capabilities file... $ECHO_C" >&6
    57996259 
    58006260 # Check whether --with-caps or --without-caps was given.
    5801 @@ -8341,11 +8410,11 @@
     6261@@ -8341,11 +8420,11 @@
    58026262   TERMINFO_CAPS=Caps
    58036263 fi;
    58046264 test -f "${srcdir}/include/${TERMINFO_CAPS}" || TERMINFO_CAPS=Caps
    58056265-echo "$as_me:8344: result: $TERMINFO_CAPS" >&5
    5806 +echo "$as_me:8413: result: $TERMINFO_CAPS" >&5
     6266+echo "$as_me:8423: result: $TERMINFO_CAPS" >&5
    58076267 echo "${ECHO_T}$TERMINFO_CAPS" >&6
    58086268 
    58096269 ###   use option --with-chtype to override chtype's type
    58106270-echo "$as_me:8348: checking for type of chtype" >&5
    5811 +echo "$as_me:8417: checking for type of chtype" >&5
     6271+echo "$as_me:8427: checking for type of chtype" >&5
    58126272 echo $ECHO_N "checking for type of chtype... $ECHO_C" >&6
    58136273 
    58146274 # Check whether --with-chtype or --without-chtype was given.
    5815 @@ -8355,11 +8424,11 @@
     6275@@ -8355,11 +8434,11 @@
    58166276 else
    58176277   NCURSES_CHTYPE=auto
    58186278 fi;
    58196279-echo "$as_me:8358: result: $NCURSES_CHTYPE" >&5
    5820 +echo "$as_me:8427: result: $NCURSES_CHTYPE" >&5
     6280+echo "$as_me:8437: result: $NCURSES_CHTYPE" >&5
    58216281 echo "${ECHO_T}$NCURSES_CHTYPE" >&6
    58226282 
    58236283 ###   use option --with-ospeed to override ospeed's type
    58246284-echo "$as_me:8362: checking for type of ospeed" >&5
    5825 +echo "$as_me:8431: checking for type of ospeed" >&5
     6285+echo "$as_me:8441: checking for type of ospeed" >&5
    58266286 echo $ECHO_N "checking for type of ospeed... $ECHO_C" >&6
    58276287 
    58286288 # Check whether --with-ospeed or --without-ospeed was given.
    5829 @@ -8369,11 +8438,11 @@
     6289@@ -8369,11 +8448,11 @@
    58306290 else
    58316291   NCURSES_OSPEED=short
    58326292 fi;
    58336293-echo "$as_me:8372: result: $NCURSES_OSPEED" >&5
    5834 +echo "$as_me:8441: result: $NCURSES_OSPEED" >&5
     6294+echo "$as_me:8451: result: $NCURSES_OSPEED" >&5
    58356295 echo "${ECHO_T}$NCURSES_OSPEED" >&6
    58366296 
    58376297 ###   use option --with-mmask-t to override mmask_t's type
    58386298-echo "$as_me:8376: checking for type of mmask_t" >&5
    5839 +echo "$as_me:8445: checking for type of mmask_t" >&5
     6299+echo "$as_me:8455: checking for type of mmask_t" >&5
    58406300 echo $ECHO_N "checking for type of mmask_t... $ECHO_C" >&6
    58416301 
    58426302 # Check whether --with-mmask-t or --without-mmask-t was given.
    5843 @@ -8383,11 +8452,11 @@
     6303@@ -8383,11 +8462,11 @@
    58446304 else
    58456305   NCURSES_MMASK_T=auto
    58466306 fi;
    58476307-echo "$as_me:8386: result: $NCURSES_MMASK_T" >&5
    5848 +echo "$as_me:8455: result: $NCURSES_MMASK_T" >&5
     6308+echo "$as_me:8465: result: $NCURSES_MMASK_T" >&5
    58496309 echo "${ECHO_T}$NCURSES_MMASK_T" >&6
    58506310 
    58516311 ### Enable compiling-in rcs id's
    58526312-echo "$as_me:8390: checking if RCS identifiers should be compiled-in" >&5
    5853 +echo "$as_me:8459: checking if RCS identifiers should be compiled-in" >&5
     6313+echo "$as_me:8469: checking if RCS identifiers should be compiled-in" >&5
    58546314 echo $ECHO_N "checking if RCS identifiers should be compiled-in... $ECHO_C" >&6
    58556315 
    58566316 # Check whether --with-rcs-ids or --without-rcs-ids was given.
    5857 @@ -8397,7 +8466,7 @@
     6317@@ -8397,7 +8476,7 @@
    58586318 else
    58596319   with_rcs_ids=no
    58606320 fi;
    58616321-echo "$as_me:8400: result: $with_rcs_ids" >&5
    5862 +echo "$as_me:8469: result: $with_rcs_ids" >&5
     6322+echo "$as_me:8479: result: $with_rcs_ids" >&5
    58636323 echo "${ECHO_T}$with_rcs_ids" >&6
    58646324 test "$with_rcs_ids" = yes && cat >>confdefs.h <<\EOF
    58656325 #define USE_RCS_IDS 1
    5866 @@ -8405,7 +8474,7 @@
     6326@@ -8405,7 +8484,7 @@
    58676327 
    58686328 ###############################################################################
    58696329 
    58706330-echo "$as_me:8408: checking format of man-pages" >&5
    5871 +echo "$as_me:8477: checking format of man-pages" >&5
     6331+echo "$as_me:8487: checking format of man-pages" >&5
    58726332 echo $ECHO_N "checking format of man-pages... $ECHO_C" >&6
    58736333 
    58746334 # Check whether --with-manpage-format or --without-manpage-format was given.
    5875 @@ -8494,14 +8563,14 @@
     6335@@ -8494,14 +8573,14 @@
    58766336   ;;
    58776337 esac
    58786338 
    58796339-echo "$as_me:8497: result: $MANPAGE_FORMAT" >&5
    5880 +echo "$as_me:8566: result: $MANPAGE_FORMAT" >&5
     6340+echo "$as_me:8576: result: $MANPAGE_FORMAT" >&5
    58816341 echo "${ECHO_T}$MANPAGE_FORMAT" >&6
    58826342 if test -n "$cf_unknown" ; then
    58836343-  { echo "$as_me:8500: WARNING: Unexpected manpage-format $cf_unknown" >&5
    5884 +  { echo "$as_me:8569: WARNING: Unexpected manpage-format $cf_unknown" >&5
     6344+  { echo "$as_me:8579: WARNING: Unexpected manpage-format $cf_unknown" >&5
    58856345 echo "$as_me: WARNING: Unexpected manpage-format $cf_unknown" >&2;}
    58866346 fi
    58876347 
    58886348-echo "$as_me:8504: checking for manpage renaming" >&5
    5889 +echo "$as_me:8573: checking for manpage renaming" >&5
     6349+echo "$as_me:8583: checking for manpage renaming" >&5
    58906350 echo $ECHO_N "checking for manpage renaming... $ECHO_C" >&6
    58916351 
    58926352 # Check whether --with-manpage-renames or --without-manpage-renames was given.
    5893 @@ -8529,7 +8598,7 @@
     6353@@ -8529,7 +8608,7 @@
    58946354   if test -f $srcdir/man/$MANPAGE_RENAMES ; then
    58956355     MANPAGE_RENAMES=`cd $srcdir/man && pwd`/$MANPAGE_RENAMES
    58966356   elif test ! -f $MANPAGE_RENAMES ; then
    58976357-    { { echo "$as_me:8532: error: not a filename: $MANPAGE_RENAMES" >&5
    5898 +    { { echo "$as_me:8601: error: not a filename: $MANPAGE_RENAMES" >&5
     6358+    { { echo "$as_me:8611: error: not a filename: $MANPAGE_RENAMES" >&5
    58996359 echo "$as_me: error: not a filename: $MANPAGE_RENAMES" >&2;}
    59006360    { (exit 1); exit 1; }; }
    59016361   fi
    5902 @@ -8543,10 +8612,10 @@
     6362@@ -8543,10 +8622,10 @@
    59036363   fi
    59046364 fi
    59056365 
    59066366-echo "$as_me:8546: result: $MANPAGE_RENAMES" >&5
    5907 +echo "$as_me:8615: result: $MANPAGE_RENAMES" >&5
     6367+echo "$as_me:8625: result: $MANPAGE_RENAMES" >&5
    59086368 echo "${ECHO_T}$MANPAGE_RENAMES" >&6
    59096369 
    59106370-echo "$as_me:8549: checking if manpage aliases will be installed" >&5
    5911 +echo "$as_me:8618: checking if manpage aliases will be installed" >&5
     6371+echo "$as_me:8628: checking if manpage aliases will be installed" >&5
    59126372 echo $ECHO_N "checking if manpage aliases will be installed... $ECHO_C" >&6
    59136373 
    59146374 # Check whether --with-manpage-aliases or --without-manpage-aliases was given.
    5915 @@ -8557,7 +8626,7 @@
     6375@@ -8557,7 +8636,7 @@
    59166376   MANPAGE_ALIASES=yes
    59176377 fi;
    59186378 
    59196379-echo "$as_me:8560: result: $MANPAGE_ALIASES" >&5
    5920 +echo "$as_me:8629: result: $MANPAGE_ALIASES" >&5
     6380+echo "$as_me:8639: result: $MANPAGE_ALIASES" >&5
    59216381 echo "${ECHO_T}$MANPAGE_ALIASES" >&6
    59226382 
    59236383 if test "$LN_S" = "ln -s"; then
    5924 @@ -8568,7 +8637,7 @@
     6384@@ -8568,7 +8647,7 @@
    59256385 
    59266386 MANPAGE_SYMLINKS=no
    59276387 if test "$MANPAGE_ALIASES" = yes ; then
    59286388-echo "$as_me:8571: checking if manpage symlinks should be used" >&5
    5929 +echo "$as_me:8640: checking if manpage symlinks should be used" >&5
     6389+echo "$as_me:8650: checking if manpage symlinks should be used" >&5
    59306390 echo $ECHO_N "checking if manpage symlinks should be used... $ECHO_C" >&6
    59316391 
    59326392 # Check whether --with-manpage-symlinks or --without-manpage-symlinks was given.
    5933 @@ -8581,17 +8650,17 @@
     6393@@ -8581,17 +8660,17 @@
    59346394 
    59356395 if test "$$cf_use_symlinks" = no; then
    59366396 if test "$MANPAGE_SYMLINKS" = yes ; then
    59376397-       { echo "$as_me:8584: WARNING: cannot make symlinks" >&5
    5938 +       { echo "$as_me:8653: WARNING: cannot make symlinks" >&5
     6398+       { echo "$as_me:8663: WARNING: cannot make symlinks" >&5
    59396399 echo "$as_me: WARNING: cannot make symlinks" >&2;}
    59406400        MANPAGE_SYMLINKS=no
     
    59436403 
    59446404-echo "$as_me:8590: result: $MANPAGE_SYMLINKS" >&5
    5945 +echo "$as_me:8659: result: $MANPAGE_SYMLINKS" >&5
     6405+echo "$as_me:8669: result: $MANPAGE_SYMLINKS" >&5
    59466406 echo "${ECHO_T}$MANPAGE_SYMLINKS" >&6
    59476407 fi
    59486408 
    59496409-echo "$as_me:8594: checking for manpage tbl" >&5
    5950 +echo "$as_me:8663: checking for manpage tbl" >&5
     6410+echo "$as_me:8673: checking for manpage tbl" >&5
    59516411 echo $ECHO_N "checking for manpage tbl... $ECHO_C" >&6
    59526412 
    59536413 # Check whether --with-manpage-tbl or --without-manpage-tbl was given.
    5954 @@ -8602,7 +8671,7 @@
     6414@@ -8602,7 +8681,7 @@
    59556415   MANPAGE_TBL=no
    59566416 fi;
    59576417 
    59586418-echo "$as_me:8605: result: $MANPAGE_TBL" >&5
    5959 +echo "$as_me:8674: result: $MANPAGE_TBL" >&5
     6419+echo "$as_me:8684: result: $MANPAGE_TBL" >&5
    59606420 echo "${ECHO_T}$MANPAGE_TBL" >&6
    59616421 
    59626422   if test "$prefix" = "NONE" ; then
    5963 @@ -8718,7 +8787,7 @@
     6423@@ -8718,7 +8797,7 @@
    59646424                s,@NCURSES_OSPEED@,\$NCURSES_OSPEED,g
    59656425 CF_EOF
     
    59706430                cf_NAME=`echo "$cf_name" | sed y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%`
    59716431                cf_name=`echo $cf_name|sed "$program_transform_name"`
    5972 @@ -8913,7 +8982,7 @@
     6432@@ -8913,7 +8992,7 @@
    59736433 ###############################################################################
    59746434 
    59756435 ### Note that some functions (such as const) are normally disabled anyway.
    59766436-echo "$as_me:8916: checking if you want to build with function extensions" >&5
    5977 +echo "$as_me:8985: checking if you want to build with function extensions" >&5
     6437+echo "$as_me:8995: checking if you want to build with function extensions" >&5
    59786438 echo $ECHO_N "checking if you want to build with function extensions... $ECHO_C" >&6
    59796439 
    59806440 # Check whether --enable-ext-funcs or --disable-ext-funcs was given.
    5981 @@ -8923,7 +8992,7 @@
     6441@@ -8923,7 +9002,7 @@
    59826442 else
    59836443   with_ext_funcs=yes
    59846444 fi;
    59856445-echo "$as_me:8926: result: $with_ext_funcs" >&5
    5986 +echo "$as_me:8995: result: $with_ext_funcs" >&5
     6446+echo "$as_me:9005: result: $with_ext_funcs" >&5
    59876447 echo "${ECHO_T}$with_ext_funcs" >&6
    59886448 if test "$with_ext_funcs" = yes ; then
    59896449        NCURSES_EXT_FUNCS=1
    5990 @@ -8960,7 +9029,7 @@
     6450@@ -8955,12 +9034,14 @@
     6451 #define NCURSES_EXT_FUNCS 1
     6452 EOF
     6453 
     6454+       GENERATED_EXT_FUNCS=generated
     6455 else
     6456        NCURSES_EXT_FUNCS=0
     6457+       GENERATED_EXT_FUNCS=
    59916458 fi
    59926459 
    59936460 ###   use option --enable-const to turn on use of const beyond that in XSI.
    59946461-echo "$as_me:8963: checking for extended use of const keyword" >&5
    5995 +echo "$as_me:9032: checking for extended use of const keyword" >&5
     6462+echo "$as_me:9044: checking for extended use of const keyword" >&5
    59966463 echo $ECHO_N "checking for extended use of const keyword... $ECHO_C" >&6
    59976464 
    59986465 # Check whether --enable-const or --disable-const was given.
    5999 @@ -8970,7 +9039,7 @@
     6466@@ -8970,7 +9051,7 @@
    60006467 else
    60016468   with_ext_const=no
    60026469 fi;
    60036470-echo "$as_me:8973: result: $with_ext_const" >&5
    6004 +echo "$as_me:9042: result: $with_ext_const" >&5
     6471+echo "$as_me:9054: result: $with_ext_const" >&5
    60056472 echo "${ECHO_T}$with_ext_const" >&6
    60066473 NCURSES_CONST='/*nothing*/'
    60076474 if test "$with_ext_const" = yes ; then
    6008 @@ -8978,7 +9047,7 @@
     6475@@ -8978,7 +9059,7 @@
    60096476 fi
    60106477 
    60116478 ###   use option --enable-ext-colors to turn on use of colors beyond 16.
    60126479-echo "$as_me:8981: checking if you want to use extended colors" >&5
    6013 +echo "$as_me:9050: checking if you want to use extended colors" >&5
     6480+echo "$as_me:9062: checking if you want to use extended colors" >&5
    60146481 echo $ECHO_N "checking if you want to use extended colors... $ECHO_C" >&6
    60156482 
    60166483 # Check whether --enable-ext-colors or --disable-ext-colors was given.
    6017 @@ -8988,12 +9057,12 @@
     6484@@ -8988,12 +9069,12 @@
    60186485 else
    60196486   with_ext_colors=no
    60206487 fi;
    60216488-echo "$as_me:8991: result: $with_ext_colors" >&5
    6022 +echo "$as_me:9060: result: $with_ext_colors" >&5
     6489+echo "$as_me:9072: result: $with_ext_colors" >&5
    60236490 echo "${ECHO_T}$with_ext_colors" >&6
    60246491 NCURSES_EXT_COLORS=0
     
    60266493        if test "$with_widec" != yes ; then
    60276494-               { { echo "$as_me:8996: error: This option applies only to wide-character library" >&5
    6028 +               { { echo "$as_me:9065: error: This option applies only to wide-character library" >&5
     6495+               { { echo "$as_me:9077: error: This option applies only to wide-character library" >&5
    60296496 echo "$as_me: error: This option applies only to wide-character library" >&2;}
    60306497    { (exit 1); exit 1; }; }
    60316498        else
    6032 @@ -9004,7 +9073,7 @@
     6499@@ -9004,7 +9085,7 @@
    60336500        5.*)
    60346501                cf_cv_rel_version=6.0
    60356502                cf_cv_abi_version=6
    60366503-               { echo "$as_me:9007: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    6037 +               { echo "$as_me:9076: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
     6504+               { echo "$as_me:9088: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    60386505 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
    60396506                ;;
    60406507        esac
    6041 @@ -9019,7 +9088,7 @@
     6508@@ -9019,7 +9100,7 @@
    60426509 fi
    60436510 
    60446511 ###   use option --enable-ext-mouse to modify coding to support 5-button mice
    60456512-echo "$as_me:9022: checking if you want to use extended mouse encoding" >&5
    6046 +echo "$as_me:9091: checking if you want to use extended mouse encoding" >&5
     6513+echo "$as_me:9103: checking if you want to use extended mouse encoding" >&5
    60476514 echo $ECHO_N "checking if you want to use extended mouse encoding... $ECHO_C" >&6
    60486515 
    60496516 # Check whether --enable-ext-mouse or --disable-ext-mouse was given.
    6050 @@ -9029,7 +9098,7 @@
     6517@@ -9029,7 +9110,7 @@
    60516518 else
    60526519   with_ext_mouse=no
    60536520 fi;
    60546521-echo "$as_me:9032: result: $with_ext_mouse" >&5
    6055 +echo "$as_me:9101: result: $with_ext_mouse" >&5
     6522+echo "$as_me:9113: result: $with_ext_mouse" >&5
    60566523 echo "${ECHO_T}$with_ext_mouse" >&6
    60576524 NCURSES_MOUSE_VERSION=1
    60586525 if test "$with_ext_mouse" = yes ; then
    6059 @@ -9040,7 +9109,7 @@
     6526@@ -9040,7 +9121,7 @@
    60606527        5.*)
    60616528                cf_cv_rel_version=6.0
    60626529                cf_cv_abi_version=6
    60636530-               { echo "$as_me:9043: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    6064 +               { echo "$as_me:9112: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
     6531+               { echo "$as_me:9124: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    60656532 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
    60666533                ;;
    60676534        esac
    6068 @@ -9048,7 +9117,7 @@
     6535@@ -9048,7 +9129,7 @@
    60696536 
    60706537 fi
    60716538 
    60726539-echo "$as_me:9051: checking if you want \$NCURSES_NO_PADDING code" >&5
    6073 +echo "$as_me:9120: checking if you want \$NCURSES_NO_PADDING code" >&5
     6540+echo "$as_me:9132: checking if you want \$NCURSES_NO_PADDING code" >&5
    60746541 echo $ECHO_N "checking if you want \$NCURSES_NO_PADDING code... $ECHO_C" >&6
    60756542 
    60766543 # Check whether --enable-no-padding or --disable-no-padding was given.
    6077 @@ -9058,19 +9127,19 @@
     6544@@ -9058,19 +9139,19 @@
    60786545 else
    60796546   with_no_padding=$with_ext_funcs
    60806547 fi;
    60816548-echo "$as_me:9061: result: $with_no_padding" >&5
    6082 +echo "$as_me:9130: result: $with_no_padding" >&5
     6549+echo "$as_me:9142: result: $with_no_padding" >&5
    60836550 echo "${ECHO_T}$with_no_padding" >&6
    60846551 test "$with_no_padding" = yes && cat >>confdefs.h <<\EOF
     
    60876554 
    60886555-echo "$as_me:9067: checking for ANSI C header files" >&5
    6089 +echo "$as_me:9136: checking for ANSI C header files" >&5
     6556+echo "$as_me:9148: checking for ANSI C header files" >&5
    60906557 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
    60916558 if test "${ac_cv_header_stdc+set}" = set; then
     
    60946561   cat >conftest.$ac_ext <<_ACEOF
    60956562-#line 9073 "configure"
    6096 +#line 9142 "configure"
     6563+#line 9154 "configure"
    60976564 #include "confdefs.h"
    60986565 #include <stdlib.h>
    60996566 #include <stdarg.h>
    6100 @@ -9078,13 +9147,13 @@
     6567@@ -9078,13 +9159,13 @@
    61016568 #include <float.h>
    61026569 
    61036570 _ACEOF
    61046571-if { (eval echo "$as_me:9081: \"$ac_cpp conftest.$ac_ext\"") >&5
    6105 +if { (eval echo "$as_me:9150: \"$ac_cpp conftest.$ac_ext\"") >&5
     6572+if { (eval echo "$as_me:9162: \"$ac_cpp conftest.$ac_ext\"") >&5
    61066573   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    61076574   ac_status=$?
     
    61106577   cat conftest.err >&5
    61116578-  echo "$as_me:9087: \$? = $ac_status" >&5
    6112 +  echo "$as_me:9156: \$? = $ac_status" >&5
     6579+  echo "$as_me:9168: \$? = $ac_status" >&5
    61136580   (exit $ac_status); } >/dev/null; then
    61146581   if test -s conftest.err; then
    61156582     ac_cpp_err=$ac_c_preproc_warn_flag
    6116 @@ -9106,7 +9175,7 @@
     6583@@ -9106,7 +9187,7 @@
    61176584 if test $ac_cv_header_stdc = yes; then
    61186585   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    61196586   cat >conftest.$ac_ext <<_ACEOF
    61206587-#line 9109 "configure"
    6121 +#line 9178 "configure"
     6588+#line 9190 "configure"
    61226589 #include "confdefs.h"
    61236590 #include <string.h>
    61246591 
    6125 @@ -9124,7 +9193,7 @@
     6592@@ -9124,7 +9205,7 @@
    61266593 if test $ac_cv_header_stdc = yes; then
    61276594   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    61286595   cat >conftest.$ac_ext <<_ACEOF
    61296596-#line 9127 "configure"
    6130 +#line 9196 "configure"
     6597+#line 9208 "configure"
    61316598 #include "confdefs.h"
    61326599 #include <stdlib.h>
    61336600 
    6134 @@ -9145,7 +9214,7 @@
     6601@@ -9145,7 +9226,7 @@
    61356602   :
    61366603 else
    61376604   cat >conftest.$ac_ext <<_ACEOF
    61386605-#line 9148 "configure"
    6139 +#line 9217 "configure"
     6606+#line 9229 "configure"
    61406607 #include "confdefs.h"
    61416608 #include <ctype.h>
    61426609 #if ((' ' & 0x0FF) == 0x020)
    6143 @@ -9171,15 +9240,15 @@
     6610@@ -9171,15 +9252,15 @@
    61446611 }
    61456612 _ACEOF
    61466613 rm -f conftest$ac_exeext
    61476614-if { (eval echo "$as_me:9174: \"$ac_link\"") >&5
    6148 +if { (eval echo "$as_me:9243: \"$ac_link\"") >&5
     6615+if { (eval echo "$as_me:9255: \"$ac_link\"") >&5
    61496616   (eval $ac_link) 2>&5
    61506617   ac_status=$?
    61516618-  echo "$as_me:9177: \$? = $ac_status" >&5
    6152 +  echo "$as_me:9246: \$? = $ac_status" >&5
     6619+  echo "$as_me:9258: \$? = $ac_status" >&5
    61536620   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    61546621-  { (eval echo "$as_me:9179: \"$ac_try\"") >&5
    6155 +  { (eval echo "$as_me:9248: \"$ac_try\"") >&5
     6622+  { (eval echo "$as_me:9260: \"$ac_try\"") >&5
    61566623   (eval $ac_try) 2>&5
    61576624   ac_status=$?
    61586625-  echo "$as_me:9182: \$? = $ac_status" >&5
    6159 +  echo "$as_me:9251: \$? = $ac_status" >&5
     6626+  echo "$as_me:9263: \$? = $ac_status" >&5
    61606627   (exit $ac_status); }; }; then
    61616628   :
    61626629 else
    6163 @@ -9192,7 +9261,7 @@
     6630@@ -9192,7 +9273,7 @@
    61646631 fi
    61656632 fi
    61666633 fi
    61676634-echo "$as_me:9195: result: $ac_cv_header_stdc" >&5
    6168 +echo "$as_me:9264: result: $ac_cv_header_stdc" >&5
     6635+echo "$as_me:9276: result: $ac_cv_header_stdc" >&5
    61696636 echo "${ECHO_T}$ac_cv_header_stdc" >&6
    61706637 if test $ac_cv_header_stdc = yes; then
    61716638 
    6172 @@ -9208,28 +9277,28 @@
     6639@@ -9208,28 +9289,28 @@
    61736640                   inttypes.h stdint.h unistd.h
    61746641 do
    61756642 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
    61766643-echo "$as_me:9211: checking for $ac_header" >&5
    6177 +echo "$as_me:9280: checking for $ac_header" >&5
     6644+echo "$as_me:9292: checking for $ac_header" >&5
    61786645 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
    61796646 if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    61826649   cat >conftest.$ac_ext <<_ACEOF
    61836650-#line 9217 "configure"
    6184 +#line 9286 "configure"
     6651+#line 9298 "configure"
    61856652 #include "confdefs.h"
    61866653 $ac_includes_default
     
    61896656 rm -f conftest.$ac_objext
    61906657-if { (eval echo "$as_me:9223: \"$ac_compile\"") >&5
    6191 +if { (eval echo "$as_me:9292: \"$ac_compile\"") >&5
     6658+if { (eval echo "$as_me:9304: \"$ac_compile\"") >&5
    61926659   (eval $ac_compile) 2>&5
    61936660   ac_status=$?
    61946661-  echo "$as_me:9226: \$? = $ac_status" >&5
    6195 +  echo "$as_me:9295: \$? = $ac_status" >&5
     6662+  echo "$as_me:9307: \$? = $ac_status" >&5
    61966663   (exit $ac_status); } &&
    61976664          { ac_try='test -s conftest.$ac_objext'
    61986665-  { (eval echo "$as_me:9229: \"$ac_try\"") >&5
    6199 +  { (eval echo "$as_me:9298: \"$ac_try\"") >&5
     6666+  { (eval echo "$as_me:9310: \"$ac_try\"") >&5
    62006667   (eval $ac_try) 2>&5
    62016668   ac_status=$?
    62026669-  echo "$as_me:9232: \$? = $ac_status" >&5
    6203 +  echo "$as_me:9301: \$? = $ac_status" >&5
     6670+  echo "$as_me:9313: \$? = $ac_status" >&5
    62046671   (exit $ac_status); }; }; then
    62056672   eval "$as_ac_Header=yes"
    62066673 else
    6207 @@ -9239,7 +9308,7 @@
     6674@@ -9239,7 +9320,7 @@
    62086675 fi
    62096676 rm -f conftest.$ac_objext conftest.$ac_ext
    62106677 fi
    62116678-echo "$as_me:9242: result: `eval echo '${'$as_ac_Header'}'`" >&5
    6212 +echo "$as_me:9311: result: `eval echo '${'$as_ac_Header'}'`" >&5
     6679+echo "$as_me:9323: result: `eval echo '${'$as_ac_Header'}'`" >&5
    62136680 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    62146681 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    62156682   cat >>confdefs.h <<EOF
    6216 @@ -9249,13 +9318,13 @@
     6683@@ -9249,13 +9330,13 @@
    62176684 fi
    62186685 done
    62196686 
    62206687-echo "$as_me:9252: checking for signed char" >&5
    6221 +echo "$as_me:9321: checking for signed char" >&5
     6688+echo "$as_me:9333: checking for signed char" >&5
    62226689 echo $ECHO_N "checking for signed char... $ECHO_C" >&6
    62236690 if test "${ac_cv_type_signed_char+set}" = set; then
     
    62266693   cat >conftest.$ac_ext <<_ACEOF
    62276694-#line 9258 "configure"
    6228 +#line 9327 "configure"
     6695+#line 9339 "configure"
    62296696 #include "confdefs.h"
    62306697 $ac_includes_default
    62316698 int
    6232 @@ -9270,16 +9339,16 @@
     6699@@ -9270,16 +9351,16 @@
    62336700 }
    62346701 _ACEOF
    62356702 rm -f conftest.$ac_objext
    62366703-if { (eval echo "$as_me:9273: \"$ac_compile\"") >&5
    6237 +if { (eval echo "$as_me:9342: \"$ac_compile\"") >&5
     6704+if { (eval echo "$as_me:9354: \"$ac_compile\"") >&5
    62386705   (eval $ac_compile) 2>&5
    62396706   ac_status=$?
    62406707-  echo "$as_me:9276: \$? = $ac_status" >&5
    6241 +  echo "$as_me:9345: \$? = $ac_status" >&5
     6708+  echo "$as_me:9357: \$? = $ac_status" >&5
    62426709   (exit $ac_status); } &&
    62436710          { ac_try='test -s conftest.$ac_objext'
    62446711-  { (eval echo "$as_me:9279: \"$ac_try\"") >&5
    6245 +  { (eval echo "$as_me:9348: \"$ac_try\"") >&5
     6712+  { (eval echo "$as_me:9360: \"$ac_try\"") >&5
    62466713   (eval $ac_try) 2>&5
    62476714   ac_status=$?
    62486715-  echo "$as_me:9282: \$? = $ac_status" >&5
    6249 +  echo "$as_me:9351: \$? = $ac_status" >&5
     6716+  echo "$as_me:9363: \$? = $ac_status" >&5
    62506717   (exit $ac_status); }; }; then
    62516718   ac_cv_type_signed_char=yes
    62526719 else
    6253 @@ -9289,10 +9358,10 @@
     6720@@ -9289,10 +9370,10 @@
    62546721 fi
    62556722 rm -f conftest.$ac_objext conftest.$ac_ext
    62566723 fi
    62576724-echo "$as_me:9292: result: $ac_cv_type_signed_char" >&5
    6258 +echo "$as_me:9361: result: $ac_cv_type_signed_char" >&5
     6725+echo "$as_me:9373: result: $ac_cv_type_signed_char" >&5
    62596726 echo "${ECHO_T}$ac_cv_type_signed_char" >&6
    62606727 
    62616728-echo "$as_me:9295: checking size of signed char" >&5
    6262 +echo "$as_me:9364: checking size of signed char" >&5
     6729+echo "$as_me:9376: checking size of signed char" >&5
    62636730 echo $ECHO_N "checking size of signed char... $ECHO_C" >&6
    62646731 if test "${ac_cv_sizeof_signed_char+set}" = set; then
    62656732   echo $ECHO_N "(cached) $ECHO_C" >&6
    6266 @@ -9301,7 +9370,7 @@
     6733@@ -9301,7 +9382,7 @@
    62676734   if test "$cross_compiling" = yes; then
    62686735   # Depending upon the size, compute the lo and hi bounds.
    62696736 cat >conftest.$ac_ext <<_ACEOF
    62706737-#line 9304 "configure"
    6271 +#line 9373 "configure"
     6738+#line 9385 "configure"
    62726739 #include "confdefs.h"
    62736740 $ac_includes_default
    62746741 int
    6275 @@ -9313,21 +9382,21 @@
     6742@@ -9313,21 +9394,21 @@
    62766743 }
    62776744 _ACEOF
    62786745 rm -f conftest.$ac_objext
    62796746-if { (eval echo "$as_me:9316: \"$ac_compile\"") >&5
    6280 +if { (eval echo "$as_me:9385: \"$ac_compile\"") >&5
     6747+if { (eval echo "$as_me:9397: \"$ac_compile\"") >&5
    62816748   (eval $ac_compile) 2>&5
    62826749   ac_status=$?
    62836750-  echo "$as_me:9319: \$? = $ac_status" >&5
    6284 +  echo "$as_me:9388: \$? = $ac_status" >&5
     6751+  echo "$as_me:9400: \$? = $ac_status" >&5
    62856752   (exit $ac_status); } &&
    62866753          { ac_try='test -s conftest.$ac_objext'
    62876754-  { (eval echo "$as_me:9322: \"$ac_try\"") >&5
    6288 +  { (eval echo "$as_me:9391: \"$ac_try\"") >&5
     6755+  { (eval echo "$as_me:9403: \"$ac_try\"") >&5
    62896756   (eval $ac_try) 2>&5
    62906757   ac_status=$?
    62916758-  echo "$as_me:9325: \$? = $ac_status" >&5
    6292 +  echo "$as_me:9394: \$? = $ac_status" >&5
     6759+  echo "$as_me:9406: \$? = $ac_status" >&5
    62936760   (exit $ac_status); }; }; then
    62946761   ac_lo=0 ac_mid=0
     
    62966763     cat >conftest.$ac_ext <<_ACEOF
    62976764-#line 9330 "configure"
    6298 +#line 9399 "configure"
     6765+#line 9411 "configure"
    62996766 #include "confdefs.h"
    63006767 $ac_includes_default
    63016768 int
    6302 @@ -9339,16 +9408,16 @@
     6769@@ -9339,16 +9420,16 @@
    63036770 }
    63046771 _ACEOF
    63056772 rm -f conftest.$ac_objext
    63066773-if { (eval echo "$as_me:9342: \"$ac_compile\"") >&5
    6307 +if { (eval echo "$as_me:9411: \"$ac_compile\"") >&5
     6774+if { (eval echo "$as_me:9423: \"$ac_compile\"") >&5
    63086775   (eval $ac_compile) 2>&5
    63096776   ac_status=$?
    63106777-  echo "$as_me:9345: \$? = $ac_status" >&5
    6311 +  echo "$as_me:9414: \$? = $ac_status" >&5
     6778+  echo "$as_me:9426: \$? = $ac_status" >&5
    63126779   (exit $ac_status); } &&
    63136780          { ac_try='test -s conftest.$ac_objext'
    63146781-  { (eval echo "$as_me:9348: \"$ac_try\"") >&5
    6315 +  { (eval echo "$as_me:9417: \"$ac_try\"") >&5
     6782+  { (eval echo "$as_me:9429: \"$ac_try\"") >&5
    63166783   (eval $ac_try) 2>&5
    63176784   ac_status=$?
    63186785-  echo "$as_me:9351: \$? = $ac_status" >&5
    6319 +  echo "$as_me:9420: \$? = $ac_status" >&5
     6786+  echo "$as_me:9432: \$? = $ac_status" >&5
    63206787   (exit $ac_status); }; }; then
    63216788   ac_hi=$ac_mid; break
    63226789 else
    6323 @@ -9364,7 +9433,7 @@
     6790@@ -9364,7 +9445,7 @@
    63246791 ac_hi=-1 ac_mid=-1
    63256792   while :; do
    63266793     cat >conftest.$ac_ext <<_ACEOF
    63276794-#line 9367 "configure"
    6328 +#line 9436 "configure"
     6795+#line 9448 "configure"
    63296796 #include "confdefs.h"
    63306797 $ac_includes_default
    63316798 int
    6332 @@ -9376,16 +9445,16 @@
     6799@@ -9376,16 +9457,16 @@
    63336800 }
    63346801 _ACEOF
    63356802 rm -f conftest.$ac_objext
    63366803-if { (eval echo "$as_me:9379: \"$ac_compile\"") >&5
    6337 +if { (eval echo "$as_me:9448: \"$ac_compile\"") >&5
     6804+if { (eval echo "$as_me:9460: \"$ac_compile\"") >&5
    63386805   (eval $ac_compile) 2>&5
    63396806   ac_status=$?
    63406807-  echo "$as_me:9382: \$? = $ac_status" >&5
    6341 +  echo "$as_me:9451: \$? = $ac_status" >&5
     6808+  echo "$as_me:9463: \$? = $ac_status" >&5
    63426809   (exit $ac_status); } &&
    63436810          { ac_try='test -s conftest.$ac_objext'
    63446811-  { (eval echo "$as_me:9385: \"$ac_try\"") >&5
    6345 +  { (eval echo "$as_me:9454: \"$ac_try\"") >&5
     6812+  { (eval echo "$as_me:9466: \"$ac_try\"") >&5
    63466813   (eval $ac_try) 2>&5
    63476814   ac_status=$?
    63486815-  echo "$as_me:9388: \$? = $ac_status" >&5
    6349 +  echo "$as_me:9457: \$? = $ac_status" >&5
     6816+  echo "$as_me:9469: \$? = $ac_status" >&5
    63506817   (exit $ac_status); }; }; then
    63516818   ac_lo=$ac_mid; break
    63526819 else
    6353 @@ -9401,7 +9470,7 @@
     6820@@ -9401,7 +9482,7 @@
    63546821 while test "x$ac_lo" != "x$ac_hi"; do
    63556822   ac_mid=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
    63566823   cat >conftest.$ac_ext <<_ACEOF
    63576824-#line 9404 "configure"
    6358 +#line 9473 "configure"
     6825+#line 9485 "configure"
    63596826 #include "confdefs.h"
    63606827 $ac_includes_default
    63616828 int
    6362 @@ -9413,16 +9482,16 @@
     6829@@ -9413,16 +9494,16 @@
    63636830 }
    63646831 _ACEOF
    63656832 rm -f conftest.$ac_objext
    63666833-if { (eval echo "$as_me:9416: \"$ac_compile\"") >&5
    6367 +if { (eval echo "$as_me:9485: \"$ac_compile\"") >&5
     6834+if { (eval echo "$as_me:9497: \"$ac_compile\"") >&5
    63686835   (eval $ac_compile) 2>&5
    63696836   ac_status=$?
    63706837-  echo "$as_me:9419: \$? = $ac_status" >&5
    6371 +  echo "$as_me:9488: \$? = $ac_status" >&5
     6838+  echo "$as_me:9500: \$? = $ac_status" >&5
    63726839   (exit $ac_status); } &&
    63736840          { ac_try='test -s conftest.$ac_objext'
    63746841-  { (eval echo "$as_me:9422: \"$ac_try\"") >&5
    6375 +  { (eval echo "$as_me:9491: \"$ac_try\"") >&5
     6842+  { (eval echo "$as_me:9503: \"$ac_try\"") >&5
    63766843   (eval $ac_try) 2>&5
    63776844   ac_status=$?
    63786845-  echo "$as_me:9425: \$? = $ac_status" >&5
    6379 +  echo "$as_me:9494: \$? = $ac_status" >&5
     6846+  echo "$as_me:9506: \$? = $ac_status" >&5
    63806847   (exit $ac_status); }; }; then
    63816848   ac_hi=$ac_mid
    63826849 else
    6383 @@ -9435,12 +9504,12 @@
     6850@@ -9435,12 +9516,12 @@
    63846851 ac_cv_sizeof_signed_char=$ac_lo
    63856852 else
    63866853   if test "$cross_compiling" = yes; then
    63876854-  { { echo "$as_me:9438: error: cannot run test program while cross compiling" >&5
    6388 +  { { echo "$as_me:9507: error: cannot run test program while cross compiling" >&5
     6855+  { { echo "$as_me:9519: error: cannot run test program while cross compiling" >&5
    63896856 echo "$as_me: error: cannot run test program while cross compiling" >&2;}
    63906857    { (exit 1); exit 1; }; }
     
    63926859   cat >conftest.$ac_ext <<_ACEOF
    63936860-#line 9443 "configure"
    6394 +#line 9512 "configure"
     6861+#line 9524 "configure"
    63956862 #include "confdefs.h"
    63966863 $ac_includes_default
    63976864 int
    6398 @@ -9456,15 +9525,15 @@
     6865@@ -9456,15 +9537,15 @@
    63996866 }
    64006867 _ACEOF
    64016868 rm -f conftest$ac_exeext
    64026869-if { (eval echo "$as_me:9459: \"$ac_link\"") >&5
    6403 +if { (eval echo "$as_me:9528: \"$ac_link\"") >&5
     6870+if { (eval echo "$as_me:9540: \"$ac_link\"") >&5
    64046871   (eval $ac_link) 2>&5
    64056872   ac_status=$?
    64066873-  echo "$as_me:9462: \$? = $ac_status" >&5
    6407 +  echo "$as_me:9531: \$? = $ac_status" >&5
     6874+  echo "$as_me:9543: \$? = $ac_status" >&5
    64086875   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    64096876-  { (eval echo "$as_me:9464: \"$ac_try\"") >&5
    6410 +  { (eval echo "$as_me:9533: \"$ac_try\"") >&5
     6877+  { (eval echo "$as_me:9545: \"$ac_try\"") >&5
    64116878   (eval $ac_try) 2>&5
    64126879   ac_status=$?
    64136880-  echo "$as_me:9467: \$? = $ac_status" >&5
    6414 +  echo "$as_me:9536: \$? = $ac_status" >&5
     6881+  echo "$as_me:9548: \$? = $ac_status" >&5
    64156882   (exit $ac_status); }; }; then
    64166883   ac_cv_sizeof_signed_char=`cat conftest.val`
    64176884 else
    6418 @@ -9480,7 +9549,7 @@
     6885@@ -9480,7 +9561,7 @@
    64196886   ac_cv_sizeof_signed_char=0
    64206887 fi
    64216888 fi
    64226889-echo "$as_me:9483: result: $ac_cv_sizeof_signed_char" >&5
    6423 +echo "$as_me:9552: result: $ac_cv_sizeof_signed_char" >&5
     6890+echo "$as_me:9564: result: $ac_cv_sizeof_signed_char" >&5
    64246891 echo "${ECHO_T}$ac_cv_sizeof_signed_char" >&6
    64256892 cat >>confdefs.h <<EOF
    64266893 #define SIZEOF_SIGNED_CHAR $ac_cv_sizeof_signed_char
    6427 @@ -9491,7 +9560,7 @@
     6894@@ -9491,7 +9572,7 @@
    64286895 else
    64296896        NCURSES_SBOOL="char"
    64306897 fi
    64316898-echo "$as_me:9494: checking if you want to use signed Boolean array in term.h" >&5
    6432 +echo "$as_me:9563: checking if you want to use signed Boolean array in term.h" >&5
     6899+echo "$as_me:9575: checking if you want to use signed Boolean array in term.h" >&5
    64336900 echo $ECHO_N "checking if you want to use signed Boolean array in term.h... $ECHO_C" >&6
    64346901 
    64356902 # Check whether --enable-signed-char or --disable-signed-char was given.
    6436 @@ -9501,12 +9570,12 @@
     6903@@ -9501,12 +9582,12 @@
    64376904 else
    64386905   with_signed_char=no
    64396906 fi;
    64406907-echo "$as_me:9504: result: $with_signed_char" >&5
    6441 +echo "$as_me:9573: result: $with_signed_char" >&5
     6908+echo "$as_me:9585: result: $with_signed_char" >&5
    64426909 echo "${ECHO_T}$with_signed_char" >&6
    64436910 test "$with_signed_char" != yes && NCURSES_SBOOL="char"
     
    64456912 ###   use option --enable-sigwinch to turn on use of SIGWINCH logic
    64466913-echo "$as_me:9509: checking if you want SIGWINCH handler" >&5
    6447 +echo "$as_me:9578: checking if you want SIGWINCH handler" >&5
     6914+echo "$as_me:9590: checking if you want SIGWINCH handler" >&5
    64486915 echo $ECHO_N "checking if you want SIGWINCH handler... $ECHO_C" >&6
    64496916 
    64506917 # Check whether --enable-sigwinch or --disable-sigwinch was given.
    6451 @@ -9516,14 +9585,14 @@
     6918@@ -9516,14 +9597,14 @@
    64526919 else
    64536920   with_sigwinch=$with_ext_funcs
    64546921 fi;
    64556922-echo "$as_me:9519: result: $with_sigwinch" >&5
    6456 +echo "$as_me:9588: result: $with_sigwinch" >&5
     6923+echo "$as_me:9600: result: $with_sigwinch" >&5
    64576924 echo "${ECHO_T}$with_sigwinch" >&6
    64586925 test "$with_sigwinch" = yes && cat >>confdefs.h <<\EOF
     
    64626929 ###   use option --enable-tcap-names to allow user to define new capabilities
    64636930-echo "$as_me:9526: checking if you want user-definable terminal capabilities like termcap" >&5
    6464 +echo "$as_me:9595: checking if you want user-definable terminal capabilities like termcap" >&5
     6931+echo "$as_me:9607: checking if you want user-definable terminal capabilities like termcap" >&5
    64656932 echo $ECHO_N "checking if you want user-definable terminal capabilities like termcap... $ECHO_C" >&6
    64666933 
    64676934 # Check whether --enable-tcap-names or --disable-tcap-names was given.
    6468 @@ -9533,7 +9602,7 @@
     6935@@ -9533,7 +9614,7 @@
    64696936 else
    64706937   with_tcap_names=$with_ext_funcs
    64716938 fi;
    64726939-echo "$as_me:9536: result: $with_tcap_names" >&5
    6473 +echo "$as_me:9605: result: $with_tcap_names" >&5
     6940+echo "$as_me:9617: result: $with_tcap_names" >&5
    64746941 echo "${ECHO_T}$with_tcap_names" >&6
    64756942 NCURSES_XNAMES=0
    64766943 test "$with_tcap_names" = yes && NCURSES_XNAMES=1
    6477 @@ -9541,7 +9610,7 @@
     6944@@ -9541,7 +9622,7 @@
    64786945 ###############################################################################
    64796946 # These options are relatively safe to experiment with.
    64806947 
    64816948-echo "$as_me:9544: checking if you want all development code" >&5
    6482 +echo "$as_me:9613: checking if you want all development code" >&5
     6949+echo "$as_me:9625: checking if you want all development code" >&5
    64836950 echo $ECHO_N "checking if you want all development code... $ECHO_C" >&6
    64846951 
    64856952 # Check whether --with-develop or --without-develop was given.
    6486 @@ -9551,11 +9620,11 @@
     6953@@ -9551,11 +9632,11 @@
    64876954 else
    64886955   with_develop=no
    64896956 fi;
    64906957-echo "$as_me:9554: result: $with_develop" >&5
    6491 +echo "$as_me:9623: result: $with_develop" >&5
     6958+echo "$as_me:9635: result: $with_develop" >&5
    64926959 echo "${ECHO_T}$with_develop" >&6
    64936960 
    64946961 ###   use option --enable-hard-tabs to turn on use of hard-tabs optimize
    64956962-echo "$as_me:9558: checking if you want hard-tabs code" >&5
    6496 +echo "$as_me:9627: checking if you want hard-tabs code" >&5
     6963+echo "$as_me:9639: checking if you want hard-tabs code" >&5
    64976964 echo $ECHO_N "checking if you want hard-tabs code... $ECHO_C" >&6
    64986965 
    64996966 # Check whether --enable-hard-tabs or --disable-hard-tabs was given.
    6500 @@ -9565,14 +9634,14 @@
     6967@@ -9565,14 +9646,14 @@
    65016968 else
    65026969   enable_hard_tabs=$with_develop
    65036970 fi;
    65046971-echo "$as_me:9568: result: $enable_hard_tabs" >&5
    6505 +echo "$as_me:9637: result: $enable_hard_tabs" >&5
     6972+echo "$as_me:9649: result: $enable_hard_tabs" >&5
    65066973 echo "${ECHO_T}$enable_hard_tabs" >&6
    65076974 test "$enable_hard_tabs" = yes && cat >>confdefs.h <<\EOF
     
    65116978 ###   use option --enable-xmc-glitch to turn on use of magic-cookie optimize
    65126979-echo "$as_me:9575: checking if you want limited support for xmc" >&5
    6513 +echo "$as_me:9644: checking if you want limited support for xmc" >&5
     6980+echo "$as_me:9656: checking if you want limited support for xmc" >&5
    65146981 echo $ECHO_N "checking if you want limited support for xmc... $ECHO_C" >&6
    65156982 
    65166983 # Check whether --enable-xmc-glitch or --disable-xmc-glitch was given.
    6517 @@ -9582,7 +9651,7 @@
     6984@@ -9582,7 +9663,7 @@
    65186985 else
    65196986   enable_xmc_glitch=$with_develop
    65206987 fi;
    65216988-echo "$as_me:9585: result: $enable_xmc_glitch" >&5
    6522 +echo "$as_me:9654: result: $enable_xmc_glitch" >&5
     6989+echo "$as_me:9666: result: $enable_xmc_glitch" >&5
    65236990 echo "${ECHO_T}$enable_xmc_glitch" >&6
    65246991 test "$enable_xmc_glitch" = yes && cat >>confdefs.h <<\EOF
    65256992 #define USE_XMC_SUPPORT 1
    6526 @@ -9591,7 +9660,7 @@
     6993@@ -9591,7 +9672,7 @@
    65276994 ###############################################################################
    65286995 # These are just experimental, probably should not be in a package:
    65296996 
    65306997-echo "$as_me:9594: checking if you do not want to assume colors are white-on-black" >&5
    6531 +echo "$as_me:9663: checking if you do not want to assume colors are white-on-black" >&5
     6998+echo "$as_me:9675: checking if you do not want to assume colors are white-on-black" >&5
    65326999 echo $ECHO_N "checking if you do not want to assume colors are white-on-black... $ECHO_C" >&6
    65337000 
    65347001 # Check whether --enable-assumed-color or --disable-assumed-color was given.
    6535 @@ -9601,14 +9670,14 @@
     7002@@ -9601,14 +9682,14 @@
    65367003 else
    65377004   with_assumed_color=yes
    65387005 fi;
    65397006-echo "$as_me:9604: result: $with_assumed_color" >&5
    6540 +echo "$as_me:9673: result: $with_assumed_color" >&5
     7007+echo "$as_me:9685: result: $with_assumed_color" >&5
    65417008 echo "${ECHO_T}$with_assumed_color" >&6
    65427009 test "$with_assumed_color" = yes && cat >>confdefs.h <<\EOF
     
    65467013 ###   use option --enable-hashmap to turn on use of hashmap scrolling logic
    65477014-echo "$as_me:9611: checking if you want hashmap scrolling-optimization code" >&5
    6548 +echo "$as_me:9680: checking if you want hashmap scrolling-optimization code" >&5
     7015+echo "$as_me:9692: checking if you want hashmap scrolling-optimization code" >&5
    65497016 echo $ECHO_N "checking if you want hashmap scrolling-optimization code... $ECHO_C" >&6
    65507017 
    65517018 # Check whether --enable-hashmap or --disable-hashmap was given.
    6552 @@ -9618,14 +9687,14 @@
     7019@@ -9618,14 +9699,14 @@
    65537020 else
    65547021   with_hashmap=yes
    65557022 fi;
    65567023-echo "$as_me:9621: result: $with_hashmap" >&5
    6557 +echo "$as_me:9690: result: $with_hashmap" >&5
     7024+echo "$as_me:9702: result: $with_hashmap" >&5
    65587025 echo "${ECHO_T}$with_hashmap" >&6
    65597026 test "$with_hashmap" = yes && cat >>confdefs.h <<\EOF
     
    65637030 ###   use option --enable-colorfgbg to turn on use of $COLORFGBG environment
    65647031-echo "$as_me:9628: checking if you want colorfgbg code" >&5
    6565 +echo "$as_me:9697: checking if you want colorfgbg code" >&5
     7032+echo "$as_me:9709: checking if you want colorfgbg code" >&5
    65667033 echo $ECHO_N "checking if you want colorfgbg code... $ECHO_C" >&6
    65677034 
    65687035 # Check whether --enable-colorfgbg or --disable-colorfgbg was given.
    6569 @@ -9635,7 +9704,7 @@
     7036@@ -9635,7 +9716,7 @@
    65707037 else
    65717038   with_colorfgbg=no
    65727039 fi;
    65737040-echo "$as_me:9638: result: $with_colorfgbg" >&5
    6574 +echo "$as_me:9707: result: $with_colorfgbg" >&5
     7041+echo "$as_me:9719: result: $with_colorfgbg" >&5
    65757042 echo "${ECHO_T}$with_colorfgbg" >&6
    65767043 test "$with_colorfgbg" = yes && cat >>confdefs.h <<\EOF
    65777044 #define USE_COLORFGBG 1
    6578 @@ -9644,7 +9713,7 @@
     7045@@ -9644,7 +9725,7 @@
    65797046 # This is still experimental (20080329), but should ultimately be moved to
    65807047 # the script-block --with-normal, etc.
    65817048 
    65827049-echo "$as_me:9647: checking if you want to link with the pthread library" >&5
    6583 +echo "$as_me:9716: checking if you want to link with the pthread library" >&5
     7050+echo "$as_me:9728: checking if you want to link with the pthread library" >&5
    65847051 echo $ECHO_N "checking if you want to link with the pthread library... $ECHO_C" >&6
    65857052 
    65867053 # Check whether --with-pthread or --without-pthread was given.
    6587 @@ -9654,27 +9723,27 @@
     7054@@ -9654,27 +9735,27 @@
    65887055 else
    65897056   with_pthread=no
    65907057 fi;
    65917058-echo "$as_me:9657: result: $with_pthread" >&5
    6592 +echo "$as_me:9726: result: $with_pthread" >&5
     7059+echo "$as_me:9738: result: $with_pthread" >&5
    65937060 echo "${ECHO_T}$with_pthread" >&6
    65947061 
    65957062 if test "$with_pthread" != no ; then
    65967063-    echo "$as_me:9661: checking for pthread.h" >&5
    6597 +    echo "$as_me:9730: checking for pthread.h" >&5
     7064+    echo "$as_me:9742: checking for pthread.h" >&5
    65987065 echo $ECHO_N "checking for pthread.h... $ECHO_C" >&6
    65997066 if test "${ac_cv_header_pthread_h+set}" = set; then
     
    66027069   cat >conftest.$ac_ext <<_ACEOF
    66037070-#line 9667 "configure"
    6604 +#line 9736 "configure"
     7071+#line 9748 "configure"
    66057072 #include "confdefs.h"
    66067073 #include <pthread.h>
    66077074 _ACEOF
    66087075-if { (eval echo "$as_me:9671: \"$ac_cpp conftest.$ac_ext\"") >&5
    6609 +if { (eval echo "$as_me:9740: \"$ac_cpp conftest.$ac_ext\"") >&5
     7076+if { (eval echo "$as_me:9752: \"$ac_cpp conftest.$ac_ext\"") >&5
    66107077   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    66117078   ac_status=$?
     
    66147081   cat conftest.err >&5
    66157082-  echo "$as_me:9677: \$? = $ac_status" >&5
    6616 +  echo "$as_me:9746: \$? = $ac_status" >&5
     7083+  echo "$as_me:9758: \$? = $ac_status" >&5
    66177084   (exit $ac_status); } >/dev/null; then
    66187085   if test -s conftest.err; then
    66197086     ac_cpp_err=$ac_c_preproc_warn_flag
    6620 @@ -9693,7 +9762,7 @@
     7087@@ -9693,7 +9774,7 @@
    66217088 fi
    66227089 rm -f conftest.err conftest.$ac_ext
    66237090 fi
    66247091-echo "$as_me:9696: result: $ac_cv_header_pthread_h" >&5
    6625 +echo "$as_me:9765: result: $ac_cv_header_pthread_h" >&5
     7092+echo "$as_me:9777: result: $ac_cv_header_pthread_h" >&5
    66267093 echo "${ECHO_T}$ac_cv_header_pthread_h" >&6
    66277094 if test $ac_cv_header_pthread_h = yes; then
    66287095 
    6629 @@ -9701,12 +9770,12 @@
     7096@@ -9701,12 +9782,12 @@
    66307097 #define HAVE_PTHREADS_H 1
    66317098 EOF
    66327099 
    66337100-        echo "$as_me:9704: checking if we can link with the pthread library" >&5
    6634 +        echo "$as_me:9773: checking if we can link with the pthread library" >&5
     7101+        echo "$as_me:9785: checking if we can link with the pthread library" >&5
    66357102 echo $ECHO_N "checking if we can link with the pthread library... $ECHO_C" >&6
    66367103         cf_save_LIBS="$LIBS"
     
    66387105         cat >conftest.$ac_ext <<_ACEOF
    66397106-#line 9709 "configure"
    6640 +#line 9778 "configure"
     7107+#line 9790 "configure"
    66417108 #include "confdefs.h"
    66427109 
    66437110 #include <pthread.h>
    6644 @@ -9722,16 +9791,16 @@
     7111@@ -9722,16 +9803,16 @@
    66457112 }
    66467113 _ACEOF
    66477114 rm -f conftest.$ac_objext conftest$ac_exeext
    66487115-if { (eval echo "$as_me:9725: \"$ac_link\"") >&5
    6649 +if { (eval echo "$as_me:9794: \"$ac_link\"") >&5
     7116+if { (eval echo "$as_me:9806: \"$ac_link\"") >&5
    66507117   (eval $ac_link) 2>&5
    66517118   ac_status=$?
    66527119-  echo "$as_me:9728: \$? = $ac_status" >&5
    6653 +  echo "$as_me:9797: \$? = $ac_status" >&5
     7120+  echo "$as_me:9809: \$? = $ac_status" >&5
    66547121   (exit $ac_status); } &&
    66557122          { ac_try='test -s conftest$ac_exeext'
    66567123-  { (eval echo "$as_me:9731: \"$ac_try\"") >&5
    6657 +  { (eval echo "$as_me:9800: \"$ac_try\"") >&5
     7124+  { (eval echo "$as_me:9812: \"$ac_try\"") >&5
    66587125   (eval $ac_try) 2>&5
    66597126   ac_status=$?
    66607127-  echo "$as_me:9734: \$? = $ac_status" >&5
    6661 +  echo "$as_me:9803: \$? = $ac_status" >&5
     7128+  echo "$as_me:9815: \$? = $ac_status" >&5
    66627129   (exit $ac_status); }; }; then
    66637130   with_pthread=yes
    66647131 else
    6665 @@ -9741,7 +9810,7 @@
     7132@@ -9741,7 +9822,7 @@
    66667133 fi
    66677134 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    66687135         LIBS="$cf_save_LIBS"
    66697136-        echo "$as_me:9744: result: $with_pthread" >&5
    6670 +        echo "$as_me:9813: result: $with_pthread" >&5
     7137+        echo "$as_me:9825: result: $with_pthread" >&5
    66717138 echo "${ECHO_T}$with_pthread" >&6
    66727139 
    66737140         if test "$with_pthread" = yes ; then
    6674 @@ -9751,7 +9820,7 @@
     7141@@ -9751,7 +9832,7 @@
    66757142 EOF
    66767143 
    66777144         else
    66787145-            { { echo "$as_me:9754: error: Cannot link with pthread library" >&5
    6679 +            { { echo "$as_me:9823: error: Cannot link with pthread library" >&5
     7146+            { { echo "$as_me:9835: error: Cannot link with pthread library" >&5
    66807147 echo "$as_me: error: Cannot link with pthread library" >&2;}
    66817148    { (exit 1); exit 1; }; }
    66827149         fi
    6683 @@ -9760,7 +9829,7 @@
     7150@@ -9760,7 +9841,7 @@
    66847151 
    66857152 fi
    66867153 
    66877154-echo "$as_me:9763: checking if you want to use weak-symbols for pthreads" >&5
    6688 +echo "$as_me:9832: checking if you want to use weak-symbols for pthreads" >&5
     7155+echo "$as_me:9844: checking if you want to use weak-symbols for pthreads" >&5
    66897156 echo $ECHO_N "checking if you want to use weak-symbols for pthreads... $ECHO_C" >&6
    66907157 
    66917158 # Check whether --enable-weak-symbols or --disable-weak-symbols was given.
    6692 @@ -9770,18 +9839,18 @@
     7159@@ -9770,18 +9851,18 @@
    66937160 else
    66947161   use_weak_symbols=no
    66957162 fi;
    66967163-echo "$as_me:9773: result: $use_weak_symbols" >&5
    6697 +echo "$as_me:9842: result: $use_weak_symbols" >&5
     7164+echo "$as_me:9854: result: $use_weak_symbols" >&5
    66987165 echo "${ECHO_T}$use_weak_symbols" >&6
    66997166 if test "$use_weak_symbols" = yes ; then
    67007167 
    67017168-echo "$as_me:9777: checking if $CC supports weak symbols" >&5
    6702 +echo "$as_me:9846: checking if $CC supports weak symbols" >&5
     7169+echo "$as_me:9858: checking if $CC supports weak symbols" >&5
    67037170 echo $ECHO_N "checking if $CC supports weak symbols... $ECHO_C" >&6
    67047171 if test "${cf_cv_weak_symbols+set}" = set; then
     
    67087175 cat >conftest.$ac_ext <<_ACEOF
    67097176-#line 9784 "configure"
    6710 +#line 9853 "configure"
     7177+#line 9865 "configure"
    67117178 #include "confdefs.h"
    67127179 
    67137180 #include <stdio.h>
    6714 @@ -9807,16 +9876,16 @@
     7181@@ -9807,16 +9888,16 @@
    67157182 }
    67167183 _ACEOF
    67177184 rm -f conftest.$ac_objext
    67187185-if { (eval echo "$as_me:9810: \"$ac_compile\"") >&5
    6719 +if { (eval echo "$as_me:9879: \"$ac_compile\"") >&5
     7186+if { (eval echo "$as_me:9891: \"$ac_compile\"") >&5
    67207187   (eval $ac_compile) 2>&5
    67217188   ac_status=$?
    67227189-  echo "$as_me:9813: \$? = $ac_status" >&5
    6723 +  echo "$as_me:9882: \$? = $ac_status" >&5
     7190+  echo "$as_me:9894: \$? = $ac_status" >&5
    67247191   (exit $ac_status); } &&
    67257192          { ac_try='test -s conftest.$ac_objext'
    67267193-  { (eval echo "$as_me:9816: \"$ac_try\"") >&5
    6727 +  { (eval echo "$as_me:9885: \"$ac_try\"") >&5
     7194+  { (eval echo "$as_me:9897: \"$ac_try\"") >&5
    67287195   (eval $ac_try) 2>&5
    67297196   ac_status=$?
    67307197-  echo "$as_me:9819: \$? = $ac_status" >&5
    6731 +  echo "$as_me:9888: \$? = $ac_status" >&5
     7198+  echo "$as_me:9900: \$? = $ac_status" >&5
    67327199   (exit $ac_status); }; }; then
    67337200   cf_cv_weak_symbols=yes
    67347201 else
    6735 @@ -9827,7 +9896,7 @@
     7202@@ -9827,7 +9908,7 @@
    67367203 rm -f conftest.$ac_objext conftest.$ac_ext
    67377204 
    67387205 fi
    67397206-echo "$as_me:9830: result: $cf_cv_weak_symbols" >&5
    6740 +echo "$as_me:9899: result: $cf_cv_weak_symbols" >&5
     7207+echo "$as_me:9911: result: $cf_cv_weak_symbols" >&5
    67417208 echo "${ECHO_T}$cf_cv_weak_symbols" >&6
    67427209 
    67437210 else
    6744 @@ -9857,7 +9926,7 @@
     7211@@ -9857,7 +9938,7 @@
    67457212 # opaque outside of that, so there is no --enable-opaque option.  We can use
    67467213 # this option without --with-pthreads, but this will be always set for
    67477214 # pthreads.
    67487215-echo "$as_me:9860: checking if you want experimental reentrant code" >&5
    6749 +echo "$as_me:9929: checking if you want experimental reentrant code" >&5
     7216+echo "$as_me:9941: checking if you want experimental reentrant code" >&5
    67507217 echo $ECHO_N "checking if you want experimental reentrant code... $ECHO_C" >&6
    67517218 
    67527219 # Check whether --enable-reentrant or --disable-reentrant was given.
    6753 @@ -9867,7 +9936,7 @@
     7220@@ -9867,7 +9948,7 @@
    67547221 else
    67557222   with_reentrant=no
    67567223 fi;
    67577224-echo "$as_me:9870: result: $with_reentrant" >&5
    6758 +echo "$as_me:9939: result: $with_reentrant" >&5
     7225+echo "$as_me:9951: result: $with_reentrant" >&5
    67597226 echo "${ECHO_T}$with_reentrant" >&6
    67607227 if test "$with_reentrant" = yes ; then
    67617228        cf_cv_enable_reentrant=1
    6762 @@ -9891,7 +9960,7 @@
     7229@@ -9891,7 +9972,7 @@
    67637230        5.*)
    67647231                cf_cv_rel_version=6.0
    67657232                cf_cv_abi_version=6
    67667233-               { echo "$as_me:9894: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    6767 +               { echo "$as_me:9963: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
     7234+               { echo "$as_me:9975: WARNING: Overriding ABI version to $cf_cv_abi_version" >&5
    67687235 echo "$as_me: WARNING: Overriding ABI version to $cf_cv_abi_version" >&2;}
    67697236                ;;
    67707237        esac
    6771 @@ -9904,7 +9973,7 @@
     7238@@ -9904,7 +9985,7 @@
    67727239        NCURSES_SIZE_T=short
    67737240 fi
    67747241 
    67757242-echo "$as_me:9907: checking if you want experimental safe-sprintf code" >&5
    6776 +echo "$as_me:9976: checking if you want experimental safe-sprintf code" >&5
     7243+echo "$as_me:9988: checking if you want experimental safe-sprintf code" >&5
    67777244 echo $ECHO_N "checking if you want experimental safe-sprintf code... $ECHO_C" >&6
    67787245 
    67797246 # Check whether --enable-safe-sprintf or --disable-safe-sprintf was given.
    6780 @@ -9914,7 +9983,7 @@
     7247@@ -9914,7 +9995,7 @@
    67817248 else
    67827249   with_safe_sprintf=no
    67837250 fi;
    67847251-echo "$as_me:9917: result: $with_safe_sprintf" >&5
    6785 +echo "$as_me:9986: result: $with_safe_sprintf" >&5
     7252+echo "$as_me:9998: result: $with_safe_sprintf" >&5
    67867253 echo "${ECHO_T}$with_safe_sprintf" >&6
    67877254 test "$with_safe_sprintf" = yes && cat >>confdefs.h <<\EOF
    67887255 #define USE_SAFE_SPRINTF 1
    6789 @@ -9923,7 +9992,7 @@
     7256@@ -9923,7 +10004,7 @@
    67907257 ###   use option --disable-scroll-hints to turn off use of scroll-hints scrolling logic
    67917258 # when hashmap is used scroll hints are useless
    67927259 if test "$with_hashmap" = no ; then
    67937260-echo "$as_me:9926: checking if you want to experiment without scrolling-hints code" >&5
    6794 +echo "$as_me:9995: checking if you want to experiment without scrolling-hints code" >&5
     7261+echo "$as_me:10007: checking if you want to experiment without scrolling-hints code" >&5
    67957262 echo $ECHO_N "checking if you want to experiment without scrolling-hints code... $ECHO_C" >&6
    67967263 
    67977264 # Check whether --enable-scroll-hints or --disable-scroll-hints was given.
    6798 @@ -9933,7 +10002,7 @@
     7265@@ -9933,7 +10014,7 @@
    67997266 else
    68007267   with_scroll_hints=yes
    68017268 fi;
    68027269-echo "$as_me:9936: result: $with_scroll_hints" >&5
    6803 +echo "$as_me:10005: result: $with_scroll_hints" >&5
     7270+echo "$as_me:10017: result: $with_scroll_hints" >&5
    68047271 echo "${ECHO_T}$with_scroll_hints" >&6
    68057272 test "$with_scroll_hints" = yes && cat >>confdefs.h <<\EOF
    68067273 #define USE_SCROLL_HINTS 1
    6807 @@ -9941,7 +10010,7 @@
     7274@@ -9941,7 +10022,7 @@
    68087275 
    68097276 fi
    68107277 
    68117278-echo "$as_me:9944: checking if you want experimental wgetch-events code" >&5
    6812 +echo "$as_me:10013: checking if you want experimental wgetch-events code" >&5
     7279+echo "$as_me:10025: checking if you want experimental wgetch-events code" >&5
    68137280 echo $ECHO_N "checking if you want experimental wgetch-events code... $ECHO_C" >&6
    68147281 
    68157282 # Check whether --enable-wgetch-events or --disable-wgetch-events was given.
    6816 @@ -9951,7 +10020,7 @@
     7283@@ -9951,7 +10032,7 @@
    68177284 else
    68187285   with_wgetch_events=no
    68197286 fi;
    68207287-echo "$as_me:9954: result: $with_wgetch_events" >&5
    6821 +echo "$as_me:10023: result: $with_wgetch_events" >&5
     7288+echo "$as_me:10035: result: $with_wgetch_events" >&5
    68227289 echo "${ECHO_T}$with_wgetch_events" >&6
    68237290 test "$with_wgetch_events" = yes && cat >>confdefs.h <<\EOF
    68247291 #define NCURSES_WGETCH_EVENTS 1
    6825 @@ -9960,7 +10029,7 @@
     7292@@ -9960,7 +10041,7 @@
    68267293 ###############################################################################
    68277294 
    68287295 ###    use option --disable-echo to suppress full display compiling commands
    68297296-echo "$as_me:9963: checking if you want to display full commands during build" >&5
    6830 +echo "$as_me:10032: checking if you want to display full commands during build" >&5
     7297+echo "$as_me:10044: checking if you want to display full commands during build" >&5
    68317298 echo $ECHO_N "checking if you want to display full commands during build... $ECHO_C" >&6
    68327299 
    68337300 # Check whether --enable-echo or --disable-echo was given.
    6834 @@ -9977,11 +10046,11 @@
     7301@@ -9977,11 +10058,11 @@
    68357302        test -n "$LIBTOOL" && LIBTOOL="$LIBTOOL --silent"
    68367303        test -n "$LIBTOOL_CXX" && LIBTOOL_CXX="$LIBTOOL_CXX --silent"
    68377304 fi
    68387305-echo "$as_me:9980: result: $with_echo" >&5
    6839 +echo "$as_me:10049: result: $with_echo" >&5
     7306+echo "$as_me:10061: result: $with_echo" >&5
    68407307 echo "${ECHO_T}$with_echo" >&6
    68417308 
    68427309 ###    use option --enable-warnings to turn on all gcc warnings
    68437310-echo "$as_me:9984: checking if you want to see compiler warnings" >&5
    6844 +echo "$as_me:10053: checking if you want to see compiler warnings" >&5
     7311+echo "$as_me:10065: checking if you want to see compiler warnings" >&5
    68457312 echo $ECHO_N "checking if you want to see compiler warnings... $ECHO_C" >&6
    68467313 
    68477314 # Check whether --enable-warnings or --disable-warnings was given.
    6848 @@ -9989,7 +10058,7 @@
     7315@@ -9989,7 +10070,7 @@
    68497316   enableval="$enable_warnings"
    68507317   with_warnings=$enableval
    68517318 fi;
    68527319-echo "$as_me:9992: result: $with_warnings" >&5
    6853 +echo "$as_me:10061: result: $with_warnings" >&5
     7320+echo "$as_me:10073: result: $with_warnings" >&5
    68547321 echo "${ECHO_T}$with_warnings" >&6
    68557322 
    68567323 if test "x$with_warnings" = "xyes"; then
    6857 @@ -10000,12 +10069,12 @@
     7324@@ -10000,12 +10081,12 @@
    68587325 if test "$GCC" = yes ; then
    68597326        case $host_os in
    68607327        linux*|gnu*)
    68617328-               echo "$as_me:10003: checking if this is really Intel C compiler" >&5
    6862 +               echo "$as_me:10072: checking if this is really Intel C compiler" >&5
     7329+               echo "$as_me:10084: checking if this is really Intel C compiler" >&5
    68637330 echo $ECHO_N "checking if this is really Intel C compiler... $ECHO_C" >&6
    68647331                cf_save_CFLAGS="$CFLAGS"
     
    68667333                cat >conftest.$ac_ext <<_ACEOF
    68677334-#line 10008 "configure"
    6868 +#line 10077 "configure"
     7335+#line 10089 "configure"
    68697336 #include "confdefs.h"
    68707337 
    68717338 int
    6872 @@ -10022,16 +10091,16 @@
     7339@@ -10022,16 +10103,16 @@
    68737340 }
    68747341 _ACEOF
    68757342 rm -f conftest.$ac_objext
    68767343-if { (eval echo "$as_me:10025: \"$ac_compile\"") >&5
    6877 +if { (eval echo "$as_me:10094: \"$ac_compile\"") >&5
     7344+if { (eval echo "$as_me:10106: \"$ac_compile\"") >&5
    68787345   (eval $ac_compile) 2>&5
    68797346   ac_status=$?
    68807347-  echo "$as_me:10028: \$? = $ac_status" >&5
    6881 +  echo "$as_me:10097: \$? = $ac_status" >&5
     7348+  echo "$as_me:10109: \$? = $ac_status" >&5
    68827349   (exit $ac_status); } &&
    68837350          { ac_try='test -s conftest.$ac_objext'
    68847351-  { (eval echo "$as_me:10031: \"$ac_try\"") >&5
    6885 +  { (eval echo "$as_me:10100: \"$ac_try\"") >&5
     7352+  { (eval echo "$as_me:10112: \"$ac_try\"") >&5
    68867353   (eval $ac_try) 2>&5
    68877354   ac_status=$?
    68887355-  echo "$as_me:10034: \$? = $ac_status" >&5
    6889 +  echo "$as_me:10103: \$? = $ac_status" >&5
     7356+  echo "$as_me:10115: \$? = $ac_status" >&5
    68907357   (exit $ac_status); }; }; then
    68917358   INTEL_COMPILER=yes
    68927359 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
    6893 @@ -10042,14 +10111,14 @@
     7360@@ -10042,14 +10123,14 @@
    68947361 fi
    68957362 rm -f conftest.$ac_objext conftest.$ac_ext
    68967363                CFLAGS="$cf_save_CFLAGS"
    68977364-               echo "$as_me:10045: result: $INTEL_COMPILER" >&5
    6898 +               echo "$as_me:10114: result: $INTEL_COMPILER" >&5
     7365+               echo "$as_me:10126: result: $INTEL_COMPILER" >&5
    68997366 echo "${ECHO_T}$INTEL_COMPILER" >&6
    69007367                ;;
     
    69047371 cat > conftest.$ac_ext <<EOF
    69057372-#line 10052 "${as_me-configure}"
    6906 +#line 10121 "${as_me-configure}"
     7373+#line 10133 "${as_me-configure}"
    69077374 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
    69087375 EOF
    69097376 
    6910 @@ -10067,7 +10136,7 @@
     7377@@ -10067,7 +10148,7 @@
    69117378 # remark #981: operands are evaluated in unspecified order
    69127379 # warning #269: invalid format string conversion
    69137380 
    69147381-       { echo "$as_me:10070: checking for $CC warning options..." >&5
    6915 +       { echo "$as_me:10139: checking for $CC warning options..." >&5
     7382+       { echo "$as_me:10151: checking for $CC warning options..." >&5
    69167383 echo "$as_me: checking for $CC warning options..." >&6;}
    69177384        cf_save_CFLAGS="$CFLAGS"
    69187385        EXTRA_CFLAGS="-Wall"
    6919 @@ -10084,12 +10153,12 @@
     7386@@ -10084,12 +10165,12 @@
    69207387                wd981
    69217388        do
    69227389                CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
    69237390-               if { (eval echo "$as_me:10087: \"$ac_compile\"") >&5
    6924 +               if { (eval echo "$as_me:10156: \"$ac_compile\"") >&5
     7391+               if { (eval echo "$as_me:10168: \"$ac_compile\"") >&5
    69257392   (eval $ac_compile) 2>&5
    69267393   ac_status=$?
    69277394-  echo "$as_me:10090: \$? = $ac_status" >&5
    6928 +  echo "$as_me:10159: \$? = $ac_status" >&5
     7395+  echo "$as_me:10171: \$? = $ac_status" >&5
    69297396   (exit $ac_status); }; then
    69307397-                       test -n "$verbose" && echo "$as_me:10092: result: ... -$cf_opt" >&5
    6931 +                       test -n "$verbose" && echo "$as_me:10161: result: ... -$cf_opt" >&5
     7398+                       test -n "$verbose" && echo "$as_me:10173: result: ... -$cf_opt" >&5
    69327399 echo "${ECHO_T}... -$cf_opt" >&6
    69337400                        EXTRA_CFLAGS="$EXTRA_CFLAGS -$cf_opt"
    69347401                fi
    6935 @@ -10098,7 +10167,7 @@
     7402@@ -10098,7 +10179,7 @@
    69367403 
    69377404 elif test "$GCC" = yes
    69387405 then
    69397406-       { echo "$as_me:10101: checking for $CC warning options..." >&5
    6940 +       { echo "$as_me:10170: checking for $CC warning options..." >&5
     7407+       { echo "$as_me:10182: checking for $CC warning options..." >&5
    69417408 echo "$as_me: checking for $CC warning options..." >&6;}
    69427409        cf_save_CFLAGS="$CFLAGS"
    69437410        EXTRA_CFLAGS="-W -Wall"
    6944 @@ -10118,12 +10187,12 @@
     7411@@ -10118,12 +10199,12 @@
    69457412                Wundef $cf_warn_CONST Wdeclaration-after-statement Wextra Wno-unknown-pragmas Wswitch-enum
    69467413        do
    69477414                CFLAGS="$cf_save_CFLAGS $EXTRA_CFLAGS -$cf_opt"
    69487415-               if { (eval echo "$as_me:10121: \"$ac_compile\"") >&5
    6949 +               if { (eval echo "$as_me:10190: \"$ac_compile\"") >&5
     7416+               if { (eval echo "$as_me:10202: \"$ac_compile\"") >&5
    69507417   (eval $ac_compile) 2>&5
    69517418   ac_status=$?
    69527419-  echo "$as_me:10124: \$? = $ac_status" >&5
    6953 +  echo "$as_me:10193: \$? = $ac_status" >&5
     7420+  echo "$as_me:10205: \$? = $ac_status" >&5
    69547421   (exit $ac_status); }; then
    69557422-                       test -n "$verbose" && echo "$as_me:10126: result: ... -$cf_opt" >&5
    6956 +                       test -n "$verbose" && echo "$as_me:10195: result: ... -$cf_opt" >&5
     7423+                       test -n "$verbose" && echo "$as_me:10207: result: ... -$cf_opt" >&5
    69577424 echo "${ECHO_T}... -$cf_opt" >&6
    69587425                        case $cf_opt in #(vi
    69597426                        Wcast-qual) #(vi
    6960 @@ -10134,7 +10203,7 @@
     7427@@ -10134,7 +10215,7 @@
    69617428                                [34].*)
    69627429                                        test -n "$verbose" && echo "    feature is broken in gcc $GCC_VERSION" 1>&6
    69637430 
    69647431-echo "${as_me-configure}:10137: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
    6965 +echo "${as_me-configure}:10206: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
     7432+echo "${as_me-configure}:10218: testing feature is broken in gcc $GCC_VERSION ..." 1>&5
    69667433 
    69677434                                        continue;;
    69687435                                esac
    6969 @@ -10154,12 +10223,12 @@
     7436@@ -10154,12 +10235,12 @@
    69707437 if test "$GCC" = yes ; then
    69717438        case $host_os in
    69727439        linux*|gnu*)
    69737440-               echo "$as_me:10157: checking if this is really Intel C++ compiler" >&5
    6974 +               echo "$as_me:10226: checking if this is really Intel C++ compiler" >&5
     7441+               echo "$as_me:10238: checking if this is really Intel C++ compiler" >&5
    69757442 echo $ECHO_N "checking if this is really Intel C++ compiler... $ECHO_C" >&6
    69767443                cf_save_CFLAGS="$CXXFLAGS"
     
    69787445                cat >conftest.$ac_ext <<_ACEOF
    69797446-#line 10162 "configure"
    6980 +#line 10231 "configure"
     7447+#line 10243 "configure"
    69817448 #include "confdefs.h"
    69827449 
    69837450 int
    6984 @@ -10176,16 +10245,16 @@
     7451@@ -10176,16 +10257,16 @@
    69857452 }
    69867453 _ACEOF
    69877454 rm -f conftest.$ac_objext
    69887455-if { (eval echo "$as_me:10179: \"$ac_compile\"") >&5
    6989 +if { (eval echo "$as_me:10248: \"$ac_compile\"") >&5
     7456+if { (eval echo "$as_me:10260: \"$ac_compile\"") >&5
    69907457   (eval $ac_compile) 2>&5
    69917458   ac_status=$?
    69927459-  echo "$as_me:10182: \$? = $ac_status" >&5
    6993 +  echo "$as_me:10251: \$? = $ac_status" >&5
     7460+  echo "$as_me:10263: \$? = $ac_status" >&5
    69947461   (exit $ac_status); } &&
    69957462          { ac_try='test -s conftest.$ac_objext'
    69967463-  { (eval echo "$as_me:10185: \"$ac_try\"") >&5
    6997 +  { (eval echo "$as_me:10254: \"$ac_try\"") >&5
     7464+  { (eval echo "$as_me:10266: \"$ac_try\"") >&5
    69987465   (eval $ac_try) 2>&5
    69997466   ac_status=$?
    70007467-  echo "$as_me:10188: \$? = $ac_status" >&5
    7001 +  echo "$as_me:10257: \$? = $ac_status" >&5
     7468+  echo "$as_me:10269: \$? = $ac_status" >&5
    70027469   (exit $ac_status); }; }; then
    70037470   INTEL_CPLUSPLUS=yes
    70047471 cf_save_CFLAGS="$cf_save_CFLAGS -we147 -no-gcc"
    7005 @@ -10196,7 +10265,7 @@
     7472@@ -10196,7 +10277,7 @@
    70067473 fi
    70077474 rm -f conftest.$ac_objext conftest.$ac_ext
    70087475                CXXFLAGS="$cf_save_CFLAGS"
    70097476-               echo "$as_me:10199: result: $INTEL_CPLUSPLUS" >&5
    7010 +               echo "$as_me:10268: result: $INTEL_CPLUSPLUS" >&5
     7477+               echo "$as_me:10280: result: $INTEL_CPLUSPLUS" >&5
    70117478 echo "${ECHO_T}$INTEL_CPLUSPLUS" >&6
    70127479                ;;
    70137480        esac
    7014 @@ -10210,7 +10279,7 @@
     7481@@ -10210,7 +10291,7 @@
    70157482 ac_main_return=return
    70167483 
    70177484 cat > conftest.$ac_ext <<EOF
    70187485-#line 10213 "configure"
    7019 +#line 10282 "configure"
     7486+#line 10294 "configure"
    70207487 int main(int argc, char *argv[]) { return (argv[argc-1] == 0) ; }
    70217488 EOF
    70227489 
    7023 @@ -10228,7 +10297,7 @@
     7490@@ -10228,7 +10309,7 @@
    70247491 # remark #981: operands are evaluated in unspecified order
    70257492 # warning #269: invalid format string conversion
    70267493 
    70277494-       { echo "$as_me:10231: checking for $CC warning options..." >&5
    7028 +       { echo "$as_me:10300: checking for $CC warning options..." >&5
     7495+       { echo "$as_me:10312: checking for $CC warning options..." >&5
    70297496 echo "$as_me: checking for $CC warning options..." >&6;}
    70307497        cf_save_CXXFLAGS="$CXXFLAGS"
    70317498        EXTRA_CXXFLAGS="-Wall"
    7032 @@ -10245,12 +10314,12 @@
     7499@@ -10245,12 +10326,12 @@
    70337500                wd981
    70347501        do
    70357502                CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -$cf_opt"
    70367503-               if { (eval echo "$as_me:10248: \"$ac_compile\"") >&5
    7037 +               if { (eval echo "$as_me:10317: \"$ac_compile\"") >&5
     7504+               if { (eval echo "$as_me:10329: \"$ac_compile\"") >&5
    70387505   (eval $ac_compile) 2>&5
    70397506   ac_status=$?
    70407507-  echo "$as_me:10251: \$? = $ac_status" >&5
    7041 +  echo "$as_me:10320: \$? = $ac_status" >&5
     7508+  echo "$as_me:10332: \$? = $ac_status" >&5
    70427509   (exit $ac_status); }; then
    70437510-                       test -n "$verbose" && echo "$as_me:10253: result: ... -$cf_opt" >&5
    7044 +                       test -n "$verbose" && echo "$as_me:10322: result: ... -$cf_opt" >&5
     7511+                       test -n "$verbose" && echo "$as_me:10334: result: ... -$cf_opt" >&5
    70457512 echo "${ECHO_T}... -$cf_opt" >&6
    70467513                        EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt"
    70477514                fi
    7048 @@ -10259,7 +10328,7 @@
     7515@@ -10259,7 +10340,7 @@
    70497516 
    70507517 elif test "$GXX" = yes
    70517518 then
    70527519-       { echo "$as_me:10262: checking for $CXX warning options..." >&5
    7053 +       { echo "$as_me:10331: checking for $CXX warning options..." >&5
     7520+       { echo "$as_me:10343: checking for $CXX warning options..." >&5
    70547521 echo "$as_me: checking for $CXX warning options..." >&6;}
    70557522        cf_save_CXXFLAGS="$CXXFLAGS"
    70567523        EXTRA_CXXFLAGS="-W -Wall"
    7057 @@ -10288,16 +10357,16 @@
     7524@@ -10288,16 +10369,16 @@
    70587525                Wundef $cf_gxx_extra_warnings Wno-unused
    70597526        do
    70607527                CXXFLAGS="$cf_save_CXXFLAGS $EXTRA_CXXFLAGS -Werror -$cf_opt"
    70617528-               if { (eval echo "$as_me:10291: \"$ac_compile\"") >&5
    7062 +               if { (eval echo "$as_me:10360: \"$ac_compile\"") >&5
     7529+               if { (eval echo "$as_me:10372: \"$ac_compile\"") >&5
    70637530   (eval $ac_compile) 2>&5
    70647531   ac_status=$?
    70657532-  echo "$as_me:10294: \$? = $ac_status" >&5
    7066 +  echo "$as_me:10363: \$? = $ac_status" >&5
     7533+  echo "$as_me:10375: \$? = $ac_status" >&5
    70677534   (exit $ac_status); }; then
    70687535-                       test -n "$verbose" && echo "$as_me:10296: result: ... -$cf_opt" >&5
    7069 +                       test -n "$verbose" && echo "$as_me:10365: result: ... -$cf_opt" >&5
     7536+                       test -n "$verbose" && echo "$as_me:10377: result: ... -$cf_opt" >&5
    70707537 echo "${ECHO_T}... -$cf_opt" >&6
    70717538                        EXTRA_CXXFLAGS="$EXTRA_CXXFLAGS -$cf_opt"
    70727539                else
    70737540-                       test -n "$verbose" && echo "$as_me:10300: result: ... no -$cf_opt" >&5
    7074 +                       test -n "$verbose" && echo "$as_me:10369: result: ... no -$cf_opt" >&5
     7541+                       test -n "$verbose" && echo "$as_me:10381: result: ... no -$cf_opt" >&5
    70757542 echo "${ECHO_T}... no -$cf_opt" >&6
    70767543                fi
    70777544        done
    7078 @@ -10333,10 +10402,10 @@
     7545@@ -10333,10 +10414,10 @@
    70797546 EOF
    70807547 if test "$GCC" = yes
    70817548 then
    70827549-       { echo "$as_me:10336: checking for $CC __attribute__ directives..." >&5
    7083 +       { echo "$as_me:10405: checking for $CC __attribute__ directives..." >&5
     7550+       { echo "$as_me:10417: checking for $CC __attribute__ directives..." >&5
    70847551 echo "$as_me: checking for $CC __attribute__ directives..." >&6;}
    70857552 cat > conftest.$ac_ext <<EOF
    70867553-#line 10339 "${as_me-configure}"
    7087 +#line 10408 "${as_me-configure}"
     7554+#line 10420 "${as_me-configure}"
    70887555 #include "confdefs.h"
    70897556 #include "conftest.h"
    70907557 #include "conftest.i"
    7091 @@ -10374,12 +10443,12 @@
     7558@@ -10374,12 +10455,12 @@
    70927559 EOF
    70937560                        ;;
    70947561                esac
    70957562-               if { (eval echo "$as_me:10377: \"$ac_compile\"") >&5
    7096 +               if { (eval echo "$as_me:10446: \"$ac_compile\"") >&5
     7563+               if { (eval echo "$as_me:10458: \"$ac_compile\"") >&5
    70977564   (eval $ac_compile) 2>&5
    70987565   ac_status=$?
    70997566-  echo "$as_me:10380: \$? = $ac_status" >&5
    7100 +  echo "$as_me:10449: \$? = $ac_status" >&5
     7567+  echo "$as_me:10461: \$? = $ac_status" >&5
    71017568   (exit $ac_status); }; then
    71027569-                       test -n "$verbose" && echo "$as_me:10382: result: ... $cf_attribute" >&5
    7103 +                       test -n "$verbose" && echo "$as_me:10451: result: ... $cf_attribute" >&5
     7570+                       test -n "$verbose" && echo "$as_me:10463: result: ... $cf_attribute" >&5
    71047571 echo "${ECHO_T}... $cf_attribute" >&6
    71057572                        cat conftest.h >>confdefs.h
    71067573                fi
    7107 @@ -10391,7 +10460,7 @@
     7574@@ -10391,7 +10472,7 @@
    71087575 fi
    71097576 
    71107577 ###    use option --enable-assertions to turn on generation of assertion code
    71117578-echo "$as_me:10394: checking if you want to enable runtime assertions" >&5
    7112 +echo "$as_me:10463: checking if you want to enable runtime assertions" >&5
     7579+echo "$as_me:10475: checking if you want to enable runtime assertions" >&5
    71137580 echo $ECHO_N "checking if you want to enable runtime assertions... $ECHO_C" >&6
    71147581 
    71157582 # Check whether --enable-assertions or --disable-assertions was given.
    7116 @@ -10401,7 +10470,7 @@
     7583@@ -10401,7 +10482,7 @@
    71177584 else
    71187585   with_assertions=no
    71197586 fi;
    71207587-echo "$as_me:10404: result: $with_assertions" >&5
    7121 +echo "$as_me:10473: result: $with_assertions" >&5
     7588+echo "$as_me:10485: result: $with_assertions" >&5
    71227589 echo "${ECHO_T}$with_assertions" >&6
    71237590 if test -n "$GCC"
    71247591 then
    7125 @@ -10419,7 +10488,7 @@
     7592@@ -10419,7 +10500,7 @@
    71267593 
    71277594 ###    use option --disable-leaks to suppress "permanent" leaks, for testing
    71287595 
    71297596-echo "$as_me:10422: checking if you want to use dmalloc for testing" >&5
    7130 +echo "$as_me:10491: checking if you want to use dmalloc for testing" >&5
     7597+echo "$as_me:10503: checking if you want to use dmalloc for testing" >&5
    71317598 echo $ECHO_N "checking if you want to use dmalloc for testing... $ECHO_C" >&6
    71327599 
    71337600 # Check whether --with-dmalloc or --without-dmalloc was given.
    7134 @@ -10435,7 +10504,7 @@
     7601@@ -10435,7 +10516,7 @@
    71357602 else
    71367603   with_dmalloc=
    71377604 fi;
    71387605-echo "$as_me:10438: result: ${with_dmalloc:-no}" >&5
    7139 +echo "$as_me:10507: result: ${with_dmalloc:-no}" >&5
     7606+echo "$as_me:10519: result: ${with_dmalloc:-no}" >&5
    71407607 echo "${ECHO_T}${with_dmalloc:-no}" >&6
    71417608 
    71427609 case .$with_cflags in #(vi
    7143 @@ -10519,23 +10588,23 @@
     7610@@ -10519,23 +10600,23 @@
    71447611 esac
    71457612 
    71467613 if test "$with_dmalloc" = yes ; then
    71477614-       echo "$as_me:10522: checking for dmalloc.h" >&5
    7148 +       echo "$as_me:10591: checking for dmalloc.h" >&5
     7615+       echo "$as_me:10603: checking for dmalloc.h" >&5
    71497616 echo $ECHO_N "checking for dmalloc.h... $ECHO_C" >&6
    71507617 if test "${ac_cv_header_dmalloc_h+set}" = set; then
     
    71537620   cat >conftest.$ac_ext <<_ACEOF
    71547621-#line 10528 "configure"
    7155 +#line 10597 "configure"
     7622+#line 10609 "configure"
    71567623 #include "confdefs.h"
    71577624 #include <dmalloc.h>
    71587625 _ACEOF
    71597626-if { (eval echo "$as_me:10532: \"$ac_cpp conftest.$ac_ext\"") >&5
    7160 +if { (eval echo "$as_me:10601: \"$ac_cpp conftest.$ac_ext\"") >&5
     7627+if { (eval echo "$as_me:10613: \"$ac_cpp conftest.$ac_ext\"") >&5
    71617628   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    71627629   ac_status=$?
     
    71657632   cat conftest.err >&5
    71667633-  echo "$as_me:10538: \$? = $ac_status" >&5
    7167 +  echo "$as_me:10607: \$? = $ac_status" >&5
     7634+  echo "$as_me:10619: \$? = $ac_status" >&5
    71687635   (exit $ac_status); } >/dev/null; then
    71697636   if test -s conftest.err; then
    71707637     ac_cpp_err=$ac_c_preproc_warn_flag
    7171 @@ -10554,11 +10623,11 @@
     7638@@ -10554,11 +10635,11 @@
    71727639 fi
    71737640 rm -f conftest.err conftest.$ac_ext
    71747641 fi
    71757642-echo "$as_me:10557: result: $ac_cv_header_dmalloc_h" >&5
    7176 +echo "$as_me:10626: result: $ac_cv_header_dmalloc_h" >&5
     7643+echo "$as_me:10638: result: $ac_cv_header_dmalloc_h" >&5
    71777644 echo "${ECHO_T}$ac_cv_header_dmalloc_h" >&6
    71787645 if test $ac_cv_header_dmalloc_h = yes; then
    71797646 
    71807647-echo "$as_me:10561: checking for dmalloc_debug in -ldmalloc" >&5
    7181 +echo "$as_me:10630: checking for dmalloc_debug in -ldmalloc" >&5
     7648+echo "$as_me:10642: checking for dmalloc_debug in -ldmalloc" >&5
    71827649 echo $ECHO_N "checking for dmalloc_debug in -ldmalloc... $ECHO_C" >&6
    71837650 if test "${ac_cv_lib_dmalloc_dmalloc_debug+set}" = set; then
    71847651   echo $ECHO_N "(cached) $ECHO_C" >&6
    7185 @@ -10566,7 +10635,7 @@
     7652@@ -10566,7 +10647,7 @@
    71867653   ac_check_lib_save_LIBS=$LIBS
    71877654 LIBS="-ldmalloc  $LIBS"
    71887655 cat >conftest.$ac_ext <<_ACEOF
    71897656-#line 10569 "configure"
    7190 +#line 10638 "configure"
     7657+#line 10650 "configure"
    71917658 #include "confdefs.h"
    71927659 
    71937660 /* Override any gcc2 internal prototype to avoid an error.  */
    7194 @@ -10585,16 +10654,16 @@
     7661@@ -10585,16 +10666,16 @@
    71957662 }
    71967663 _ACEOF
    71977664 rm -f conftest.$ac_objext conftest$ac_exeext
    71987665-if { (eval echo "$as_me:10588: \"$ac_link\"") >&5
    7199 +if { (eval echo "$as_me:10657: \"$ac_link\"") >&5
     7666+if { (eval echo "$as_me:10669: \"$ac_link\"") >&5
    72007667   (eval $ac_link) 2>&5
    72017668   ac_status=$?
    72027669-  echo "$as_me:10591: \$? = $ac_status" >&5
    7203 +  echo "$as_me:10660: \$? = $ac_status" >&5
     7670+  echo "$as_me:10672: \$? = $ac_status" >&5
    72047671   (exit $ac_status); } &&
    72057672          { ac_try='test -s conftest$ac_exeext'
    72067673-  { (eval echo "$as_me:10594: \"$ac_try\"") >&5
    7207 +  { (eval echo "$as_me:10663: \"$ac_try\"") >&5
     7674+  { (eval echo "$as_me:10675: \"$ac_try\"") >&5
    72087675   (eval $ac_try) 2>&5
    72097676   ac_status=$?
    72107677-  echo "$as_me:10597: \$? = $ac_status" >&5
    7211 +  echo "$as_me:10666: \$? = $ac_status" >&5
     7678+  echo "$as_me:10678: \$? = $ac_status" >&5
    72127679   (exit $ac_status); }; }; then
    72137680   ac_cv_lib_dmalloc_dmalloc_debug=yes
    72147681 else
    7215 @@ -10605,7 +10674,7 @@
     7682@@ -10605,7 +10686,7 @@
    72167683 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    72177684 LIBS=$ac_check_lib_save_LIBS
    72187685 fi
    72197686-echo "$as_me:10608: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
    7220 +echo "$as_me:10677: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
     7687+echo "$as_me:10689: result: $ac_cv_lib_dmalloc_dmalloc_debug" >&5
    72217688 echo "${ECHO_T}$ac_cv_lib_dmalloc_dmalloc_debug" >&6
    72227689 if test $ac_cv_lib_dmalloc_dmalloc_debug = yes; then
    72237690   cat >>confdefs.h <<EOF
    7224 @@ -10620,7 +10689,7 @@
     7691@@ -10620,7 +10701,7 @@
    72257692 
    72267693 fi
    72277694 
    72287695-echo "$as_me:10623: checking if you want to use dbmalloc for testing" >&5
    7229 +echo "$as_me:10692: checking if you want to use dbmalloc for testing" >&5
     7696+echo "$as_me:10704: checking if you want to use dbmalloc for testing" >&5
    72307697 echo $ECHO_N "checking if you want to use dbmalloc for testing... $ECHO_C" >&6
    72317698 
    72327699 # Check whether --with-dbmalloc or --without-dbmalloc was given.
    7233 @@ -10636,7 +10705,7 @@
     7700@@ -10636,7 +10717,7 @@
    72347701 else
    72357702   with_dbmalloc=
    72367703 fi;
    72377704-echo "$as_me:10639: result: ${with_dbmalloc:-no}" >&5
    7238 +echo "$as_me:10708: result: ${with_dbmalloc:-no}" >&5
     7705+echo "$as_me:10720: result: ${with_dbmalloc:-no}" >&5
    72397706 echo "${ECHO_T}${with_dbmalloc:-no}" >&6
    72407707 
    72417708 case .$with_cflags in #(vi
    7242 @@ -10720,23 +10789,23 @@
     7709@@ -10720,23 +10801,23 @@
    72437710 esac
    72447711 
    72457712 if test "$with_dbmalloc" = yes ; then
    72467713-       echo "$as_me:10723: checking for dbmalloc.h" >&5
    7247 +       echo "$as_me:10792: checking for dbmalloc.h" >&5
     7714+       echo "$as_me:10804: checking for dbmalloc.h" >&5
    72487715 echo $ECHO_N "checking for dbmalloc.h... $ECHO_C" >&6
    72497716 if test "${ac_cv_header_dbmalloc_h+set}" = set; then
     
    72527719   cat >conftest.$ac_ext <<_ACEOF
    72537720-#line 10729 "configure"
    7254 +#line 10798 "configure"
     7721+#line 10810 "configure"
    72557722 #include "confdefs.h"
    72567723 #include <dbmalloc.h>
    72577724 _ACEOF
    72587725-if { (eval echo "$as_me:10733: \"$ac_cpp conftest.$ac_ext\"") >&5
    7259 +if { (eval echo "$as_me:10802: \"$ac_cpp conftest.$ac_ext\"") >&5
     7726+if { (eval echo "$as_me:10814: \"$ac_cpp conftest.$ac_ext\"") >&5
    72607727   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    72617728   ac_status=$?
     
    72647731   cat conftest.err >&5
    72657732-  echo "$as_me:10739: \$? = $ac_status" >&5
    7266 +  echo "$as_me:10808: \$? = $ac_status" >&5
     7733+  echo "$as_me:10820: \$? = $ac_status" >&5
    72677734   (exit $ac_status); } >/dev/null; then
    72687735   if test -s conftest.err; then
    72697736     ac_cpp_err=$ac_c_preproc_warn_flag
    7270 @@ -10755,11 +10824,11 @@
     7737@@ -10755,11 +10836,11 @@
    72717738 fi
    72727739 rm -f conftest.err conftest.$ac_ext
    72737740 fi
    72747741-echo "$as_me:10758: result: $ac_cv_header_dbmalloc_h" >&5
    7275 +echo "$as_me:10827: result: $ac_cv_header_dbmalloc_h" >&5
     7742+echo "$as_me:10839: result: $ac_cv_header_dbmalloc_h" >&5
    72767743 echo "${ECHO_T}$ac_cv_header_dbmalloc_h" >&6
    72777744 if test $ac_cv_header_dbmalloc_h = yes; then
    72787745 
    72797746-echo "$as_me:10762: checking for debug_malloc in -ldbmalloc" >&5
    7280 +echo "$as_me:10831: checking for debug_malloc in -ldbmalloc" >&5
     7747+echo "$as_me:10843: checking for debug_malloc in -ldbmalloc" >&5
    72817748 echo $ECHO_N "checking for debug_malloc in -ldbmalloc... $ECHO_C" >&6
    72827749 if test "${ac_cv_lib_dbmalloc_debug_malloc+set}" = set; then
    72837750   echo $ECHO_N "(cached) $ECHO_C" >&6
    7284 @@ -10767,7 +10836,7 @@
     7751@@ -10767,7 +10848,7 @@
    72857752   ac_check_lib_save_LIBS=$LIBS
    72867753 LIBS="-ldbmalloc  $LIBS"
    72877754 cat >conftest.$ac_ext <<_ACEOF
    72887755-#line 10770 "configure"
    7289 +#line 10839 "configure"
     7756+#line 10851 "configure"
    72907757 #include "confdefs.h"
    72917758 
    72927759 /* Override any gcc2 internal prototype to avoid an error.  */
    7293 @@ -10786,16 +10855,16 @@
     7760@@ -10786,16 +10867,16 @@
    72947761 }
    72957762 _ACEOF
    72967763 rm -f conftest.$ac_objext conftest$ac_exeext
    72977764-if { (eval echo "$as_me:10789: \"$ac_link\"") >&5
    7298 +if { (eval echo "$as_me:10858: \"$ac_link\"") >&5
     7765+if { (eval echo "$as_me:10870: \"$ac_link\"") >&5
    72997766   (eval $ac_link) 2>&5
    73007767   ac_status=$?
    73017768-  echo "$as_me:10792: \$? = $ac_status" >&5
    7302 +  echo "$as_me:10861: \$? = $ac_status" >&5
     7769+  echo "$as_me:10873: \$? = $ac_status" >&5
    73037770   (exit $ac_status); } &&
    73047771          { ac_try='test -s conftest$ac_exeext'
    73057772-  { (eval echo "$as_me:10795: \"$ac_try\"") >&5
    7306 +  { (eval echo "$as_me:10864: \"$ac_try\"") >&5
     7773+  { (eval echo "$as_me:10876: \"$ac_try\"") >&5
    73077774   (eval $ac_try) 2>&5
    73087775   ac_status=$?
    73097776-  echo "$as_me:10798: \$? = $ac_status" >&5
    7310 +  echo "$as_me:10867: \$? = $ac_status" >&5
     7777+  echo "$as_me:10879: \$? = $ac_status" >&5
    73117778   (exit $ac_status); }; }; then
    73127779   ac_cv_lib_dbmalloc_debug_malloc=yes
    73137780 else
    7314 @@ -10806,7 +10875,7 @@
     7781@@ -10806,7 +10887,7 @@
    73157782 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    73167783 LIBS=$ac_check_lib_save_LIBS
    73177784 fi
    73187785-echo "$as_me:10809: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
    7319 +echo "$as_me:10878: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
     7786+echo "$as_me:10890: result: $ac_cv_lib_dbmalloc_debug_malloc" >&5
    73207787 echo "${ECHO_T}$ac_cv_lib_dbmalloc_debug_malloc" >&6
    73217788 if test $ac_cv_lib_dbmalloc_debug_malloc = yes; then
    73227789   cat >>confdefs.h <<EOF
    7323 @@ -10821,7 +10890,7 @@
     7790@@ -10821,7 +10902,7 @@
    73247791 
    73257792 fi
    73267793 
    73277794-echo "$as_me:10824: checking if you want to use valgrind for testing" >&5
    7328 +echo "$as_me:10893: checking if you want to use valgrind for testing" >&5
     7795+echo "$as_me:10905: checking if you want to use valgrind for testing" >&5
    73297796 echo $ECHO_N "checking if you want to use valgrind for testing... $ECHO_C" >&6
    73307797 
    73317798 # Check whether --with-valgrind or --without-valgrind was given.
    7332 @@ -10837,7 +10906,7 @@
     7799@@ -10837,7 +10918,7 @@
    73337800 else
    73347801   with_valgrind=
    73357802 fi;
    73367803-echo "$as_me:10840: result: ${with_valgrind:-no}" >&5
    7337 +echo "$as_me:10909: result: ${with_valgrind:-no}" >&5
     7804+echo "$as_me:10921: result: ${with_valgrind:-no}" >&5
    73387805 echo "${ECHO_T}${with_valgrind:-no}" >&6
    73397806 
    73407807 case .$with_cflags in #(vi
    7341 @@ -10920,7 +10989,7 @@
     7808@@ -10920,7 +11001,7 @@
    73427809        ;;
    73437810 esac
    73447811 
    73457812-echo "$as_me:10923: checking if you want to perform memory-leak testing" >&5
    7346 +echo "$as_me:10992: checking if you want to perform memory-leak testing" >&5
     7813+echo "$as_me:11004: checking if you want to perform memory-leak testing" >&5
    73477814 echo $ECHO_N "checking if you want to perform memory-leak testing... $ECHO_C" >&6
    73487815 
    73497816 # Check whether --enable-leaks or --disable-leaks was given.
    7350 @@ -10930,7 +10999,7 @@
     7817@@ -10930,7 +11011,7 @@
    73517818 else
    73527819   : ${with_no_leaks:=no}
    73537820 fi;
    73547821-echo "$as_me:10933: result: $with_no_leaks" >&5
    7355 +echo "$as_me:11002: result: $with_no_leaks" >&5
     7822+echo "$as_me:11014: result: $with_no_leaks" >&5
    73567823 echo "${ECHO_T}$with_no_leaks" >&6
    73577824 
    73587825 if test "$with_no_leaks" = yes ; then
    7359 @@ -10975,7 +11044,7 @@
     7826@@ -10975,7 +11056,7 @@
    73607827        ;;
    73617828 esac
    73627829 
    73637830-echo "$as_me:10978: checking whether to add trace feature to all models" >&5
    7364 +echo "$as_me:11047: checking whether to add trace feature to all models" >&5
     7831+echo "$as_me:11059: checking whether to add trace feature to all models" >&5
    73657832 echo $ECHO_N "checking whether to add trace feature to all models... $ECHO_C" >&6
    73667833 
    73677834 # Check whether --with-trace or --without-trace was given.
    7368 @@ -10985,7 +11054,7 @@
     7835@@ -10985,7 +11066,7 @@
    73697836 else
    73707837   cf_with_trace=$cf_all_traces
    73717838 fi;
    73727839-echo "$as_me:10988: result: $cf_with_trace" >&5
    7373 +echo "$as_me:11057: result: $cf_with_trace" >&5
     7840+echo "$as_me:11069: result: $cf_with_trace" >&5
    73747841 echo "${ECHO_T}$cf_with_trace" >&6
    73757842 
    73767843 if test "$cf_with_trace" = yes ; then
    7377 @@ -11066,13 +11135,13 @@
     7844@@ -11066,13 +11147,13 @@
    73787845 fi
    73797846 
    73807847 ###    Checks for libraries.
    73817848-echo "$as_me:11069: checking for gettimeofday" >&5
    7382 +echo "$as_me:11138: checking for gettimeofday" >&5
     7849+echo "$as_me:11150: checking for gettimeofday" >&5
    73837850 echo $ECHO_N "checking for gettimeofday... $ECHO_C" >&6
    73847851 if test "${ac_cv_func_gettimeofday+set}" = set; then
     
    73877854   cat >conftest.$ac_ext <<_ACEOF
    73887855-#line 11075 "configure"
    7389 +#line 11144 "configure"
     7856+#line 11156 "configure"
    73907857 #include "confdefs.h"
    73917858 /* System header to define __stub macros and hopefully few prototypes,
    73927859     which can conflict with char gettimeofday (); below.  */
    7393 @@ -11103,16 +11172,16 @@
     7860@@ -11103,16 +11184,16 @@
    73947861 }
    73957862 _ACEOF
    73967863 rm -f conftest.$ac_objext conftest$ac_exeext
    73977864-if { (eval echo "$as_me:11106: \"$ac_link\"") >&5
    7398 +if { (eval echo "$as_me:11175: \"$ac_link\"") >&5
     7865+if { (eval echo "$as_me:11187: \"$ac_link\"") >&5
    73997866   (eval $ac_link) 2>&5
    74007867   ac_status=$?
    74017868-  echo "$as_me:11109: \$? = $ac_status" >&5
    7402 +  echo "$as_me:11178: \$? = $ac_status" >&5
     7869+  echo "$as_me:11190: \$? = $ac_status" >&5
    74037870   (exit $ac_status); } &&
    74047871          { ac_try='test -s conftest$ac_exeext'
    74057872-  { (eval echo "$as_me:11112: \"$ac_try\"") >&5
    7406 +  { (eval echo "$as_me:11181: \"$ac_try\"") >&5
     7873+  { (eval echo "$as_me:11193: \"$ac_try\"") >&5
    74077874   (eval $ac_try) 2>&5
    74087875   ac_status=$?
    74097876-  echo "$as_me:11115: \$? = $ac_status" >&5
    7410 +  echo "$as_me:11184: \$? = $ac_status" >&5
     7877+  echo "$as_me:11196: \$? = $ac_status" >&5
    74117878   (exit $ac_status); }; }; then
    74127879   ac_cv_func_gettimeofday=yes
    74137880 else
    7414 @@ -11122,7 +11191,7 @@
     7881@@ -11122,7 +11203,7 @@
    74157882 fi
    74167883 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    74177884 fi
    74187885-echo "$as_me:11125: result: $ac_cv_func_gettimeofday" >&5
    7419 +echo "$as_me:11194: result: $ac_cv_func_gettimeofday" >&5
     7886+echo "$as_me:11206: result: $ac_cv_func_gettimeofday" >&5
    74207887 echo "${ECHO_T}$ac_cv_func_gettimeofday" >&6
    74217888 if test $ac_cv_func_gettimeofday = yes; then
    74227889   cat >>confdefs.h <<\EOF
    7423 @@ -11131,7 +11200,7 @@
     7890@@ -11131,7 +11212,7 @@
    74247891 
    74257892 else
    74267893 
    74277894-echo "$as_me:11134: checking for gettimeofday in -lbsd" >&5
    7428 +echo "$as_me:11203: checking for gettimeofday in -lbsd" >&5
     7895+echo "$as_me:11215: checking for gettimeofday in -lbsd" >&5
    74297896 echo $ECHO_N "checking for gettimeofday in -lbsd... $ECHO_C" >&6
    74307897 if test "${ac_cv_lib_bsd_gettimeofday+set}" = set; then
    74317898   echo $ECHO_N "(cached) $ECHO_C" >&6
    7432 @@ -11139,7 +11208,7 @@
     7899@@ -11139,7 +11220,7 @@
    74337900   ac_check_lib_save_LIBS=$LIBS
    74347901 LIBS="-lbsd  $LIBS"
    74357902 cat >conftest.$ac_ext <<_ACEOF
    74367903-#line 11142 "configure"
    7437 +#line 11211 "configure"
     7904+#line 11223 "configure"
    74387905 #include "confdefs.h"
    74397906 
    74407907 /* Override any gcc2 internal prototype to avoid an error.  */
    7441 @@ -11158,16 +11227,16 @@
     7908@@ -11158,16 +11239,16 @@
    74427909 }
    74437910 _ACEOF
    74447911 rm -f conftest.$ac_objext conftest$ac_exeext
    74457912-if { (eval echo "$as_me:11161: \"$ac_link\"") >&5
    7446 +if { (eval echo "$as_me:11230: \"$ac_link\"") >&5
     7913+if { (eval echo "$as_me:11242: \"$ac_link\"") >&5
    74477914   (eval $ac_link) 2>&5
    74487915   ac_status=$?
    74497916-  echo "$as_me:11164: \$? = $ac_status" >&5
    7450 +  echo "$as_me:11233: \$? = $ac_status" >&5
     7917+  echo "$as_me:11245: \$? = $ac_status" >&5
    74517918   (exit $ac_status); } &&
    74527919          { ac_try='test -s conftest$ac_exeext'
    74537920-  { (eval echo "$as_me:11167: \"$ac_try\"") >&5
    7454 +  { (eval echo "$as_me:11236: \"$ac_try\"") >&5
     7921+  { (eval echo "$as_me:11248: \"$ac_try\"") >&5
    74557922   (eval $ac_try) 2>&5
    74567923   ac_status=$?
    74577924-  echo "$as_me:11170: \$? = $ac_status" >&5
    7458 +  echo "$as_me:11239: \$? = $ac_status" >&5
     7925+  echo "$as_me:11251: \$? = $ac_status" >&5
    74597926   (exit $ac_status); }; }; then
    74607927   ac_cv_lib_bsd_gettimeofday=yes
    74617928 else
    7462 @@ -11178,7 +11247,7 @@
     7929@@ -11178,7 +11259,7 @@
    74637930 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    74647931 LIBS=$ac_check_lib_save_LIBS
    74657932 fi
    74667933-echo "$as_me:11181: result: $ac_cv_lib_bsd_gettimeofday" >&5
    7467 +echo "$as_me:11250: result: $ac_cv_lib_bsd_gettimeofday" >&5
     7934+echo "$as_me:11262: result: $ac_cv_lib_bsd_gettimeofday" >&5
    74687935 echo "${ECHO_T}$ac_cv_lib_bsd_gettimeofday" >&6
    74697936 if test $ac_cv_lib_bsd_gettimeofday = yes; then
    74707937   cat >>confdefs.h <<\EOF
    7471 @@ -11190,14 +11259,14 @@
     7938@@ -11190,14 +11271,14 @@
    74727939 
    74737940 fi
    74747941 
    74757942-echo "$as_me:11193: checking if -lm needed for math functions" >&5
    7476 +echo "$as_me:11262: checking if -lm needed for math functions" >&5
     7943+echo "$as_me:11274: checking if -lm needed for math functions" >&5
    74777944 echo $ECHO_N "checking if -lm needed for math functions... $ECHO_C" >&6
    74787945 if test "${cf_cv_need_libm+set}" = set; then
     
    74827949        cat >conftest.$ac_ext <<_ACEOF
    74837950-#line 11200 "configure"
    7484 +#line 11269 "configure"
     7951+#line 11281 "configure"
    74857952 #include "confdefs.h"
    74867953 
    74877954        #include <stdio.h>
    7488 @@ -11212,16 +11281,16 @@
     7955@@ -11212,16 +11293,16 @@
    74897956 }
    74907957 _ACEOF
    74917958 rm -f conftest.$ac_objext conftest$ac_exeext
    74927959-if { (eval echo "$as_me:11215: \"$ac_link\"") >&5
    7493 +if { (eval echo "$as_me:11284: \"$ac_link\"") >&5
     7960+if { (eval echo "$as_me:11296: \"$ac_link\"") >&5
    74947961   (eval $ac_link) 2>&5
    74957962   ac_status=$?
    74967963-  echo "$as_me:11218: \$? = $ac_status" >&5
    7497 +  echo "$as_me:11287: \$? = $ac_status" >&5
     7964+  echo "$as_me:11299: \$? = $ac_status" >&5
    74987965   (exit $ac_status); } &&
    74997966          { ac_try='test -s conftest$ac_exeext'
    75007967-  { (eval echo "$as_me:11221: \"$ac_try\"") >&5
    7501 +  { (eval echo "$as_me:11290: \"$ac_try\"") >&5
     7968+  { (eval echo "$as_me:11302: \"$ac_try\"") >&5
    75027969   (eval $ac_try) 2>&5
    75037970   ac_status=$?
    75047971-  echo "$as_me:11224: \$? = $ac_status" >&5
    7505 +  echo "$as_me:11293: \$? = $ac_status" >&5
     7972+  echo "$as_me:11305: \$? = $ac_status" >&5
    75067973   (exit $ac_status); }; }; then
    75077974   cf_cv_need_libm=no
    75087975 else
    7509 @@ -11231,7 +11300,7 @@
     7976@@ -11231,7 +11312,7 @@
    75107977 fi
    75117978 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    75127979 fi
    75137980-echo "$as_me:11234: result: $cf_cv_need_libm" >&5
    7514 +echo "$as_me:11303: result: $cf_cv_need_libm" >&5
     7981+echo "$as_me:11315: result: $cf_cv_need_libm" >&5
    75157982 echo "${ECHO_T}$cf_cv_need_libm" >&6
    75167983 if test "$cf_cv_need_libm" = yes
    75177984 then
    7518 @@ -11239,13 +11308,13 @@
     7985@@ -11239,13 +11320,13 @@
    75197986 fi
    75207987 
    75217988 ###    Checks for header files.
    75227989-echo "$as_me:11242: checking for ANSI C header files" >&5
    7523 +echo "$as_me:11311: checking for ANSI C header files" >&5
     7990+echo "$as_me:11323: checking for ANSI C header files" >&5
    75247991 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
    75257992 if test "${ac_cv_header_stdc+set}" = set; then
     
    75287995   cat >conftest.$ac_ext <<_ACEOF
    75297996-#line 11248 "configure"
    7530 +#line 11317 "configure"
     7997+#line 11329 "configure"
    75317998 #include "confdefs.h"
    75327999 #include <stdlib.h>
    75338000 #include <stdarg.h>
    7534 @@ -11253,13 +11322,13 @@
     8001@@ -11253,13 +11334,13 @@
    75358002 #include <float.h>
    75368003 
    75378004 _ACEOF
    75388005-if { (eval echo "$as_me:11256: \"$ac_cpp conftest.$ac_ext\"") >&5
    7539 +if { (eval echo "$as_me:11325: \"$ac_cpp conftest.$ac_ext\"") >&5
     8006+if { (eval echo "$as_me:11337: \"$ac_cpp conftest.$ac_ext\"") >&5
    75408007   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
    75418008   ac_status=$?
     
    75448011   cat conftest.err >&5
    75458012-  echo "$as_me:11262: \$? = $ac_status" >&5
    7546 +  echo "$as_me:11331: \$? = $ac_status" >&5
     8013+  echo "$as_me:11343: \$? = $ac_status" >&5
    75478014   (exit $ac_status); } >/dev/null; then
    75488015   if test -s conftest.err; then
    75498016     ac_cpp_err=$ac_c_preproc_warn_flag
    7550 @@ -11281,7 +11350,7 @@
     8017@@ -11281,7 +11362,7 @@
    75518018 if test $ac_cv_header_stdc = yes; then
    75528019   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
    75538020   cat >conftest.$ac_ext <<_ACEOF
    75548021-#line 11284 "configure"
    7555 +#line 11353 "configure"
     8022+#line 11365 "configure"
    75568023 #include "confdefs.h"
    75578024 #include <string.h>
    75588025 
    7559 @@ -11299,7 +11368,7 @@
     8026@@ -11299,7 +11380,7 @@
    75608027 if test $ac_cv_header_stdc = yes; then
    75618028   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
    75628029   cat >conftest.$ac_ext <<_ACEOF
    75638030-#line 11302 "configure"
    7564 +#line 11371 "configure"
     8031+#line 11383 "configure"
    75658032 #include "confdefs.h"
    75668033 #include <stdlib.h>
    75678034 
    7568 @@ -11320,7 +11389,7 @@
     8035@@ -11320,7 +11401,7 @@
    75698036   :
    75708037 else
    75718038   cat >conftest.$ac_ext <<_ACEOF
    75728039-#line 11323 "configure"
    7573 +#line 11392 "configure"
     8040+#line 11404 "configure"
    75748041 #include "confdefs.h"
    75758042 #include <ctype.h>
    75768043 #if ((' ' & 0x0FF) == 0x020)
    7577 @@ -11346,15 +11415,15 @@
     8044@@ -11346,15 +11427,15 @@
    75788045 }
    75798046 _ACEOF
    75808047 rm -f conftest$ac_exeext
    75818048-if { (eval echo "$as_me:11349: \"$ac_link\"") >&5
    7582 +if { (eval echo "$as_me:11418: \"$ac_link\"") >&5
     8049+if { (eval echo "$as_me:11430: \"$ac_link\"") >&5
    75838050   (eval $ac_link) 2>&5
    75848051   ac_status=$?
    75858052-  echo "$as_me:11352: \$? = $ac_status" >&5
    7586 +  echo "$as_me:11421: \$? = $ac_status" >&5
     8053+  echo "$as_me:11433: \$? = $ac_status" >&5
    75878054   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
    75888055-  { (eval echo "$as_me:11354: \"$ac_try\"") >&5
    7589 +  { (eval echo "$as_me:11423: \"$ac_try\"") >&5
     8056+  { (eval echo "$as_me:11435: \"$ac_try\"") >&5
    75908057   (eval $ac_try) 2>&5
    75918058   ac_status=$?
    75928059-  echo "$as_me:11357: \$? = $ac_status" >&5
    7593 +  echo "$as_me:11426: \$? = $ac_status" >&5
     8060+  echo "$as_me:11438: \$? = $ac_status" >&5
    75948061   (exit $ac_status); }; }; then
    75958062   :
    75968063 else
    7597 @@ -11367,7 +11436,7 @@
     8064@@ -11367,7 +11448,7 @@
    75988065 fi
    75998066 fi
    76008067 fi
    76018068-echo "$as_me:11370: result: $ac_cv_header_stdc" >&5
    7602 +echo "$as_me:11439: result: $ac_cv_header_stdc" >&5
     8069+echo "$as_me:11451: result: $ac_cv_header_stdc" >&5
    76038070 echo "${ECHO_T}$ac_cv_header_stdc" >&6
    76048071 if test $ac_cv_header_stdc = yes; then
    76058072 
    7606 @@ -11380,13 +11449,13 @@
     8073@@ -11380,13 +11461,13 @@
    76078074 ac_header_dirent=no
    76088075 for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
    76098076   as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
    76108077-echo "$as_me:11383: checking for $ac_hdr that defines DIR" >&5
    7611 +echo "$as_me:11452: checking for $ac_hdr that defines DIR" >&5
     8078+echo "$as_me:11464: checking for $ac_hdr that defines DIR" >&5
    76128079 echo $ECHO_N "checking for $ac_hdr that defines DIR... $ECHO_C" >&6
    76138080 if eval "test \"\${$as_ac_Header+set}\" = set"; then
     
    76168083   cat >conftest.$ac_ext <<_ACEOF
    76178084-#line 11389 "configure"
    7618 +#line 11458 "configure"
     8085+#line 11470 "configure"
    76198086 #include "confdefs.h"
    76208087 #include <sys/types.h>
    76218088 #include <$ac_hdr>
    7622 @@ -11401,16 +11470,16 @@
     8089@@ -11401,16 +11482,16 @@
    76238090 }
    76248091 _ACEOF
    76258092 rm -f conftest.$ac_objext
    76268093-if { (eval echo "$as_me:11404: \"$ac_compile\"") >&5
    7627 +if { (eval echo "$as_me:11473: \"$ac_compile\"") >&5
     8094+if { (eval echo "$as_me:11485: \"$ac_compile\"") >&5
    76288095   (eval $ac_compile) 2>&5
    76298096   ac_status=$?
    76308097-  echo "$as_me:11407: \$? = $ac_status" >&5
    7631 +  echo "$as_me:11476: \$? = $ac_status" >&5
     8098+  echo "$as_me:11488: \$? = $ac_status" >&5
    76328099   (exit $ac_status); } &&
    76338100          { ac_try='test -s conftest.$ac_objext'
    76348101-  { (eval echo "$as_me:11410: \"$ac_try\"") >&5
    7635 +  { (eval echo "$as_me:11479: \"$ac_try\"") >&5
     8102+  { (eval echo "$as_me:11491: \"$ac_try\"") >&5
    76368103   (eval $ac_try) 2>&5
    76378104   ac_status=$?
    76388105-  echo "$as_me:11413: \$? = $ac_status" >&5
    7639 +  echo "$as_me:11482: \$? = $ac_status" >&5
     8106+  echo "$as_me:11494: \$? = $ac_status" >&5
    76408107   (exit $ac_status); }; }; then
    76418108   eval "$as_ac_Header=yes"
    76428109 else
    7643 @@ -11420,7 +11489,7 @@
     8110@@ -11420,7 +11501,7 @@
    76448111 fi
    76458112 rm -f conftest.$ac_objext conftest.$ac_ext
    76468113 fi
    76478114-echo "$as_me:11423: result: `eval echo '${'$as_ac_Header'}'`" >&5
    7648 +echo "$as_me:11492: result: `eval echo '${'$as_ac_Header'}'`" >&5
     8115+echo "$as_me:11504: result: `eval echo '${'$as_ac_Header'}'`" >&5
    76498116 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
    76508117 if test `eval echo '${'$as_ac_Header'}'` = yes; then
    76518118   cat >>confdefs.h <<EOF
    7652 @@ -11433,7 +11502,7 @@
     8119@@ -11433,7 +11514,7 @@
    76538120 done
    76548121 # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix.
    76558122 if test $ac_header_dirent = dirent.h; then
    76568123-  echo "$as_me:11436: checking for opendir in -ldir" >&5
    7657 +  echo "$as_me:11505: checking for opendir in -ldir" >&5
     8124+  echo "$as_me:11517: checking for opendir in -ldir" >&5
    76588125 echo $ECHO_N "checking for opendir in -ldir... $ECHO_C" >&6
    76598126 if test "${ac_cv_lib_dir_opendir+set}" = set; then
    76608127   echo $ECHO_N "(cached) $ECHO_C" >&6
    7661 @@ -11441,7 +11510,7 @@
     8128@@ -11441,7 +11522,7 @@
    76628129   ac_check_lib_save_LIBS=$LIBS
    76638130 LIBS="-ldir  $LIBS"
    76648131 cat >conftest.$ac_ext <<_ACEOF
    76658132-#line 11444 "configure"
    7666 +#line 11513 "configure"
     8133+#line 11525 "configure"
    76678134 #include "confdefs.h"
    76688135 
    76698136 /* Override any gcc2 internal prototype to avoid an error.  */
    7670 @@ -11460,16 +11529,16 @@
     8137@@ -11460,16 +11541,16 @@
    76718138 }
    76728139 _ACEOF
    76738140 rm -f conftest.$ac_objext conftest$ac_exeext
    76748141-if { (eval echo "$as_me:11463: \"$ac_link\"") >&5
    7675 +if { (eval echo "$as_me:11532: \"$ac_link\"") >&5
     8142+if { (eval echo "$as_me:11544: \"$ac_link\"") >&5
    76768143   (eval $ac_link) 2>&5
    76778144   ac_status=$?
    76788145-  echo "$as_me:11466: \$? = $ac_status" >&5
    7679 +  echo "$as_me:11535: \$? = $ac_status" >&5
     8146+  echo "$as_me:11547: \$? = $ac_status" >&5
    76808147   (exit $ac_status); } &&
    76818148          { ac_try='test -s conftest$ac_exeext'
    76828149-  { (eval echo "$as_me:11469: \"$ac_try\"") >&5
    7683 +  { (eval echo "$as_me:11538: \"$ac_try\"") >&5
     8150+  { (eval echo "$as_me:11550: \"$ac_try\"") >&5
    76848151   (eval $ac_try) 2>&5
    76858152   ac_status=$?
    76868153-  echo "$as_me:11472: \$? = $ac_status" >&5
    7687 +  echo "$as_me:11541: \$? = $ac_status" >&5
     8154+  echo "$as_me:11553: \$? = $ac_status" >&5
    76888155   (exit $ac_status); }; }; then
    76898156   ac_cv_lib_dir_opendir=yes
    76908157 else
    7691 @@ -11480,14 +11549,14 @@
     8158@@ -11480,14 +11561,14 @@
    76928159 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    76938160 LIBS=$ac_check_lib_save_LIBS
    76948161 fi
    76958162-echo "$as_me:11483: result: $ac_cv_lib_dir_opendir" >&5
    7696 +echo "$as_me:11552: result: $ac_cv_lib_dir_opendir" >&5
     8163+echo "$as_me:11564: result: $ac_cv_lib_dir_opendir" >&5
    76978164 echo "${ECHO_T}$ac_cv_lib_dir_opendir" >&6
    76988165 if test $ac_cv_lib_dir_opendir = yes; then
     
    77028169 else
    77038170-  echo "$as_me:11490: checking for opendir in -lx" >&5
    7704 +  echo "$as_me:11559: checking for opendir in -lx" >&5
     8171+  echo "$as_me:11571: checking for opendir in -lx" >&5
    77058172 echo $ECHO_N "checking for opendir in -lx... $ECHO_C" >&6
    77068173 if test "${ac_cv_lib_x_opendir+set}" = set; then
    77078174   echo $ECHO_N "(cached) $ECHO_C" >&6
    7708 @@ -11495,7 +11564,7 @@
     8175@@ -11495,7 +11576,7 @@
    77098176   ac_check_lib_save_LIBS=$LIBS
    77108177 LIBS="-lx  $LIBS"
    77118178 cat >conftest.$ac_ext <<_ACEOF
    77128179-#line 11498 "configure"
    7713 +#line 11567 "configure"
     8180+#line 11579 "configure"
    77148181 #include "confdefs.h"
    77158182 
    77168183 /* Override any gcc2 internal prototype to avoid an error.  */
    7717 @@ -11514,16 +11583,16 @@
     8184@@ -11514,16 +11595,16 @@
    77188185 }
    77198186 _ACEOF
    77208187 rm -f conftest.$ac_objext conftest$ac_exeext
    77218188-if { (eval echo "$as_me:11517: \"$ac_link\"") >&5
    7722 +if { (eval echo "$as_me:11586: \"$ac_link\"") >&5
     8189+if { (eval echo "$as_me:11598: \"$ac_link\"") >&5
    77238190   (eval $ac_link) 2>&5
    77248191   ac_status=$?
    77258192-  echo "$as_me:11520: \$? = $ac_status" >&5
    7726 +  echo "$as_me:11589: \$? = $ac_status" >&5
     8193+  echo "$as_me:11601: \$? = $ac_status" >&5
    77278194   (exit $ac_status); } &&
    77288195          { ac_try='test -s conftest$ac_exeext'
    77298196-  { (eval echo "$as_me:11523: \"$ac_try\"") >&5
    7730 +  { (eval echo "$as_me:11592: \"$ac_try\"") >&5
     8197+  { (eval echo "$as_me:11604: \"$ac_try\"") >&5
    77318198   (eval $ac_try) 2>&5
    77328199   ac_status=$?
    77338200-  echo "$as_me:11526: \$? = $ac_status" >&5
    7734 +  echo "$as_me:11595: \$? = $ac_status" >&5
     8201+  echo "$as_me:11607: \$? = $ac_status" >&5
    77358202   (exit $ac_status); }; }; then
    77368203   ac_cv_lib_x_opendir=yes
    77378204 else
    7738 @@ -11534,7 +11603,7 @@
     8205@@ -11534,7 +11615,7 @@
    77398206 rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
    77408207 LIBS=$ac_check_lib_save_LIBS
    77418208 fi
    77428209-echo "$as_me:11537: result: $ac_cv_lib_x_opendir" >&5
    7743 +echo "$as_me:11606: result: $ac_cv_lib_x_opendir" >&5
     8210+echo "$as_me:11618: result: $ac_cv_lib_x_opendir" >&5
    77448211 echo "${ECHO_T}$ac_cv_lib_x_opendir" >&6
    77458212 if test $ac_cv_lib_x_opendir = yes; then
    77468213   LIBS="$LIBS -lx"
    7747 @@ -11542,13 +11611,13 @@
     8214@@ -11542,13 +11623,13 @@
    77488215 
    77498216 fi
    77508217 
    77518218-echo "$as_me:11545: checking whether time.h and sys/time.h may both be included" >&5
    7752 +echo "$as_me:11614: checking whether time.h and sys/time.h may both be included" >&5
     8219+echo "$as_me:11626: checking whether time.h and sys/time.h may both be included" >&5
    77538220 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
    77548221 if test "${ac_cv_header_time+set}" = set; then
     
    77578224   cat >conftest.$ac_ext <<_ACEOF
    77588225-#line 11551 "configure"
    7759 +#line 11620 "configure"
     8226+#line 11632 "configure"
    77608227 #include "confdefs.h"
    77618228 #include <sys/types.h>
    77628229 #include <sys/time.h>
    7763 @@ -11564,16 +11633,16 @@
     8230@@ -11564,16 +11645,16 @@
    77648231 }
    77658232 _ACEOF
    77668233 rm -f conftest.$ac_objext
    77678234-if { (eval echo "$as_me:11567: \"$ac_compile\"") >&5
    7768 +if { (eval echo "$as_me:11636: \"$ac_compile\"") >&5
     8235+if { (eval echo "$as_me:11648: \"$ac_compile\"") >&5
    77698236   (eval $ac_compile) 2>&5
    77708237   ac_status=$?
    77718238-  echo "$as_me:11570: \$? = $ac_status" >&5
    7772 +  echo "$as_me:11639: \$? = $ac_status" >&5
     8239+  echo "$as_me:11651: \$? = $ac_status" >&5
    77738240   (exit $ac_status); } &&
    77748241          { ac_try='test -s conftest.$ac_objext'
    77758242-  { (eval echo "$as_me:11573: \"$ac_try\"") >&5
    7776 +  { (eval echo "$as_me:11642: \"$ac_try\"") >&5
     8243+  { (eval echo "$as_me:11654: \"$ac_try\"") >&5
    77778244   (eval $ac_try) 2>&5
    77788245   ac_status=$?
    77798246-  echo "$as_me:11576: \$? = $ac_status" >&5
    7780 +  echo "$as_me:11645: \$? = $ac_status" >&5
     8247+  echo "$as_me:11657: \$? = $ac_status" >&5
    77818248   (exit $ac_status); }; }; then
    77828249   ac_cv_header_time=yes
    77838250 else
    7784 @@ -11583,7 +11652,7 @@
     8251@@ -11583,7 +11664,7 @@
    77858252 fi
    77868253 rm -f conftest.$ac_objext conftest.$ac_ext
    77878254 fi
    77888255-echo "$as_me:11586: result: $ac_cv_header_time" >&5
    7789 +echo "$as_me:11655: result: $ac_cv_header_time" >&5
     8256+echo "$as_me:11667: result: $ac_cv_header_time" >&5
    77908257 echo "${ECHO_T}$ac_cv_header_time" >&6
    77918258