===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
scrollz-2.2.3/include/irc.h-222-# define USE_TERMIO
scrollz-2.2.3/include/irc.h:223:# define inet_addr(x) inet_network(x)	/* dgux lossage */
scrollz-2.2.3/include/irc.h-224-#endif /* DGUX */
##############################################
scrollz-2.2.3/ircbug.in-79-else
scrollz-2.2.3/ircbug.in:80:  if [ "`echo $TMPDIR | grep '/$'`" != "" ]; then
scrollz-2.2.3/ircbug.in:81:    TMPDIR="`echo $TMPDIR | sed -e 's,/$,,'`"
scrollz-2.2.3/ircbug.in-82-  fi
##############################################
scrollz-2.2.3/ircbug.in-106-elif [ -f $HOME/.fullname ]; then
scrollz-2.2.3/ircbug.in:107:  ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
scrollz-2.2.3/ircbug.in-108-else
##############################################
scrollz-2.2.3/ircbug.in-111-  $PASSWD | grep "^$LOGNAME:" | awk -F: '{print $5}' | sed -e 's/,.*//' > $TEMP
scrollz-2.2.3/ircbug.in:112:  ORIGINATOR="`cat $TEMP`"
scrollz-2.2.3/ircbug.in-113-  rm -f $TEMP
##############################################
scrollz-2.2.3/ircbug.in-117-  if [ -f "$ORGANIZATION" ]; then
scrollz-2.2.3/ircbug.in:118:    ORGANIZATION="`cat $ORGANIZATION`"
scrollz-2.2.3/ircbug.in-119-  fi
##############################################
scrollz-2.2.3/ircbug.in-123-  elif [ -f $HOME/.organization ]; then
scrollz-2.2.3/ircbug.in:124:    ORGANIZATION="`cat $HOME/.organization`"
scrollz-2.2.3/ircbug.in-125-  elif [ -f $HOME/.signature ]; then
scrollz-2.2.3/ircbug.in:126:    ORGANIZATION="`cat $HOME/.signature`"
scrollz-2.2.3/ircbug.in-127-  fi
##############################################
scrollz-2.2.3/ircbug.in-146-
scrollz-2.2.3/ircbug.in:147:COMMAND=`echo $0 | sed -e 's,.*/,,'`
scrollz-2.2.3/ircbug.in-148-USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
##############################################
scrollz-2.2.3/ircbug.in-220-#if [ -r "$DATADIR/gnats/$GNATS_SITE" ]; then
scrollz-2.2.3/ircbug.in:221:#  CATEGORIES=`grep -v '^#' $DATADIR/gnats/$GNATS_SITE | sort`
scrollz-2.2.3/ircbug.in-222-#else
##############################################
scrollz-2.2.3/ircbug.in-240-	     END {print max + 1;}'`
scrollz-2.2.3/ircbug.in:241:	c=`expr 70 / $l`
scrollz-2.2.3/ircbug.in-242-	if [ $c -eq 0 ]; then c=1; fi
##############################################
scrollz-2.2.3/ircbug.in-320-	     END {print max + 1;}'`
scrollz-2.2.3/ircbug.in:321:	c=`expr 61 / $l`
scrollz-2.2.3/ircbug.in-322-	if [ $c -eq 0 ]; then c=1; fi
##############################################
scrollz-2.2.3/ircbug.in-350-	$ENVIRONMENT_C
scrollz-2.2.3/ircbug.in:351:`[ -n "$SYSTEM" ] && echo System: $SYSTEM`
scrollz-2.2.3/ircbug.in:352:`[ -n "$ARCH" ] && echo Architecture: $ARCH`
scrollz-2.2.3/ircbug.in:353:`[ -n "$MACHINE" ] && echo Machine: $MACHINE`
scrollz-2.2.3/ircbug.in-354->Description:
##############################################
scrollz-2.2.3/ircbug.in-409-  PATTERN=">Confidential:"
scrollz-2.2.3/ircbug.in:410:  CONFIDENTIAL=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
scrollz-2.2.3/ircbug.in-411-  case "$CONFIDENTIAL" in
scrollz-2.2.3/ircbug.in:412:    ""|yes|no) CNT=`expr $CNT + 1` ;;
scrollz-2.2.3/ircbug.in:413:    *) echo "$COMMAND: \`$CONFIDENTIAL' is not a valid value for \`Confidential'." ;;
scrollz-2.2.3/ircbug.in-414-  esac
##############################################
scrollz-2.2.3/ircbug.in-418-  PATTERN=">Severity:"
scrollz-2.2.3/ircbug.in:419:  SEVERITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
scrollz-2.2.3/ircbug.in-420-  case "$SEVERITY" in
scrollz-2.2.3/ircbug.in:421:    ""|non-critical|serious|critical) CNT=`expr $CNT + 1` ;;
scrollz-2.2.3/ircbug.in:422:    *)  echo "$COMMAND: \`$SEVERITY' is not a valid value for \`Severity'."
scrollz-2.2.3/ircbug.in-423-  esac
##############################################
scrollz-2.2.3/ircbug.in-427-  PATTERN=">Priority:"
scrollz-2.2.3/ircbug.in:428:  PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
scrollz-2.2.3/ircbug.in-429-  case "$PRIORITY" in
scrollz-2.2.3/ircbug.in:430:    ""|low|medium|high) CNT=`expr $CNT + 1` ;;
scrollz-2.2.3/ircbug.in:431:    *)  echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'."
scrollz-2.2.3/ircbug.in-432-  esac
##############################################
scrollz-2.2.3/ircbug.in-436-  PATTERN=">Category:"
scrollz-2.2.3/ircbug.in:437:  CATEGORY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
scrollz-2.2.3/ircbug.in-438-  FOUND=
##############################################
scrollz-2.2.3/ircbug.in-443-  if [ -n "$FOUND" ]; then
scrollz-2.2.3/ircbug.in:444:    CNT=`expr $CNT + 1`	
scrollz-2.2.3/ircbug.in-445-  else
##############################################
scrollz-2.2.3/ircbug.in-455-  PATTERN=">Class:"
scrollz-2.2.3/ircbug.in:456:  CLASS=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
scrollz-2.2.3/ircbug.in-457-  case "$CLASS" in
scrollz-2.2.3/ircbug.in:458:    ""|sw-bug|doc-bug|change-request|support) CNT=`expr $CNT + 1` ;;
scrollz-2.2.3/ircbug.in:459:    *)  echo "$COMMAND: \`$CLASS' is not a valid value for \`Class'."
scrollz-2.2.3/ircbug.in-460-  esac
##############################################
scrollz-2.2.3/configure.in-54-
scrollz-2.2.3/configure.in:55:VERSION=`sed -n -e 's/"$//' -e '/#define[ 	]*SCROLLZ_VERSION[ 	]*"/s///p' -e '/#define SCROLLZ_VERSION/q' < ${srcdir}/source/irc.c`
scrollz-2.2.3/configure.in:56:IRCIIVERSION=`sed -n -e 's/"[[^"]]*$//' -e '/^#define[ 	]*IRCII_VERSION[ 	]*"/s///p' -e '/^#define IRCII_VERSION/q' < ${srcdir}/source/irc.c` 
scrollz-2.2.3/configure.in-57-echo this is ScrollZ version $VERSION + ircII version $IRCIIVERSION
##############################################
scrollz-2.2.3/configure.in-77-dnl
scrollz-2.2.3/configure.in:78:srcdir=`(cd $srcdir; pwd)`
scrollz-2.2.3/configure.in-79-AC_SUBST(srcdir)
##############################################
scrollz-2.2.3/source/edit5.c-2238-    else {
scrollz-2.2.3/source/edit5.c:2239:        ipnum=inet_addr(host);
scrollz-2.2.3/source/edit5.c:2240:        hostaddr=gethostbyaddr((char *) &ipnum,sizeof(ipnum),AF_INET);
scrollz-2.2.3/source/edit5.c-2241-    }
##############################################
scrollz-2.2.3/source/dcc.c-1020-	lastlog_level = set_lastlog_msg_level(LOG_DCC);
scrollz-2.2.3/source/dcc.c:1021:	if ((address.s_addr = inet_addr(host)) == -1)
scrollz-2.2.3/source/dcc.c-1022-	{
##############################################
scrollz-2.2.3/source/dcc.c-2023-                        addr1.s_addr=*((unsigned long *)hostent_fromhost->h_addr_list[0]);
scrollz-2.2.3/source/dcc.c:2024:                        addr2.s_addr=inet_addr(fromhost);
scrollz-2.2.3/source/dcc.c-2025-                        if ((addr1.s_addr!=Client->remote.s_addr) &&
##############################################
scrollz-2.2.3/source/dcc.c-2276-			     &sra);
scrollz-2.2.3/source/dcc.c:2277:	if (0 != (hp = gethostbyaddr((char *)&remaddr.sin_addr,
scrollz-2.2.3/source/dcc.c-2278-	    sizeof(remaddr.sin_addr), remaddr.sin_family)))
##############################################
scrollz-2.2.3/source/ircio.c-148-	}
scrollz-2.2.3/source/ircio.c:149:	if ((server.sin_addr.s_addr = inet_addr(host)) == -1)
scrollz-2.2.3/source/ircio.c-150-	{
##############################################
scrollz-2.2.3/source/ircaux.c-646-#ifndef INET6
scrollz-2.2.3/source/ircaux.c:647:		if ((server.sin_addr.s_addr = inet_addr(host)) == -1)
scrollz-2.2.3/source/ircaux.c-648-		{
##############################################
scrollz-2.2.3/source/ircaux.c-718-#ifdef INET6
scrollz-2.2.3/source/ircaux.c:719:		if (bind_local_addr(NULL, "0", s, res->ai_family) < 0) {
scrollz-2.2.3/source/ircaux.c-720-                    freeaddrinfo(res0);
##############################################
scrollz-2.2.3/source/ircaux.c-782-		int retcode;
scrollz-2.2.3/source/ircaux.c:783:		if ((retcode = bind_local_addr(MyHostName, "0", s, res->ai_family)) < 0)
scrollz-2.2.3/source/ircaux.c-784-		{
##############################################
scrollz-2.2.3/source/ircaux.c-867-static int
scrollz-2.2.3/source/ircaux.c:868:bind_local_addr(localhost, localport, fd, family)
scrollz-2.2.3/source/ircaux.c-869-	char *localhost;
##############################################
scrollz-2.2.3/source/edit6.c-3088-/* Compare two pointers for list.c */
scrollz-2.2.3/source/edit6.c:3089:int CompareAddr(element1,element2)
scrollz-2.2.3/source/edit6.c-3090-    List *element1;
##############################################
scrollz-2.2.3/source/edit2.c-4268-        /* find hostname for this IP */
scrollz-2.2.3/source/edit2.c:4269:        ipnum = inet_addr(hname);
scrollz-2.2.3/source/edit2.c:4270:        hostaddr = gethostbyaddr((char *) &ipnum, sizeof(ipnum), AF_INET);
scrollz-2.2.3/source/edit2.c-4271-        /* add to list */
##############################################
scrollz-2.2.3/mkinstalldirs-12-for file in ${1+"$@"} ; do 
scrollz-2.2.3/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
scrollz-2.2.3/mkinstalldirs-14-   shift
##############################################
scrollz-2.2.3/debian/postinst-5-if [ "$1" = "configure" ]; then
scrollz-2.2.3/debian/postinst:6:	version=`echo $2 | sed -e 's/-[0-9]$//'`
scrollz-2.2.3/debian/postinst-7-	[ -L /usr/share/man/man1/scrollz-${version}.1.gz ] && rm /usr/share/man/man1/scrollz-${version}.1.gz
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-91-  case "$ac_option" in
scrollz-2.2.3/.pc/fortify-source.patch/configure:92:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
scrollz-2.2.3/.pc/fortify-source.patch/configure-93-  *) ac_optarg= ;;
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-123-  -disable-* | --disable-*)
scrollz-2.2.3/.pc/fortify-source.patch/configure:124:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-125-    # Reject names that are not valid shell variable names.
scrollz-2.2.3/.pc/fortify-source.patch/configure:126:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-127-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
scrollz-2.2.3/.pc/fortify-source.patch/configure-128-    fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:129:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-130-    eval "enable_${ac_feature}=no" ;;
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-132-  -enable-* | --enable-*)
scrollz-2.2.3/.pc/fortify-source.patch/configure:133:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-134-    # Reject names that are not valid shell variable names.
scrollz-2.2.3/.pc/fortify-source.patch/configure:135:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-136-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
scrollz-2.2.3/.pc/fortify-source.patch/configure-137-    fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:138:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-139-    case "$ac_option" in
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-363-  -with-* | --with-*)
scrollz-2.2.3/.pc/fortify-source.patch/configure:364:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-365-    # Reject names that are not valid shell variable names.
scrollz-2.2.3/.pc/fortify-source.patch/configure:366:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-367-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
scrollz-2.2.3/.pc/fortify-source.patch/configure-368-    fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:369:    ac_package=`echo $ac_package| sed 's/-/_/g'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-370-    case "$ac_option" in
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-376-  -without-* | --without-*)
scrollz-2.2.3/.pc/fortify-source.patch/configure:377:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-378-    # Reject names that are not valid shell variable names.
scrollz-2.2.3/.pc/fortify-source.patch/configure:379:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-380-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
scrollz-2.2.3/.pc/fortify-source.patch/configure-381-    fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:382:    ac_package=`echo $ac_package| sed 's/-/_/g'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-383-    eval "with_${ac_package}=no" ;;
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-406-  *)
scrollz-2.2.3/.pc/fortify-source.patch/configure:407:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-408-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-419-if test -n "$ac_prev"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure:420:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
scrollz-2.2.3/.pc/fortify-source.patch/configure-421-fi
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-484-  ac_prog=$0
scrollz-2.2.3/.pc/fortify-source.patch/configure:485:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-486-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-500-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:501:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-502-
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-561-
scrollz-2.2.3/.pc/fortify-source.patch/configure:562:VERSION=`sed -n -e 's/"$//' -e '/#define[ 	]*SCROLLZ_VERSION[ 	]*"/s///p' -e '/#define SCROLLZ_VERSION/q' < ${srcdir}/source/irc.c`
scrollz-2.2.3/.pc/fortify-source.patch/configure:563:IRCIIVERSION=`sed -n -e 's/"[^"]*$//' -e '/^#define[ 	]*IRCII_VERSION[ 	]*"/s///p' -e '/^#define IRCII_VERSION/q' < ${srcdir}/source/irc.c` 
scrollz-2.2.3/.pc/fortify-source.patch/configure-564-echo this is ScrollZ version $VERSION + ircII version $IRCIIVERSION
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-577-echo "configure:578: checking for $ac_word" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:578:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-579-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-607-echo "configure:608: checking for $ac_word" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:608:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-609-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-658-echo "configure:659: checking for $ac_word" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:659:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-660-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-737-echo "configure:738: checking whether we are using GNU C" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:738:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-739-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-765-echo "configure:766: checking whether ${CC-cc} accepts -g" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:766:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-767-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-769-  echo 'void f(){}' > conftest.c
scrollz-2.2.3/.pc/fortify-source.patch/configure:770:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-771-  ac_cv_prog_cc_g=yes
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-802-if test -z "$CPP"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure:803:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-804-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-818-{ (eval echo configure:819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:819:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-820-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-835-{ (eval echo configure:836: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:836:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-837-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-852-{ (eval echo configure:853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:853:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-854-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-897-
scrollz-2.2.3/.pc/fortify-source.patch/configure:898:srcdir=`(cd $srcdir; pwd)`
scrollz-2.2.3/.pc/fortify-source.patch/configure-899-
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-958-echo "configure:959: checking whether ${CC-cc} needs -traditional" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:959:if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-960-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1005-ac_lib_var=`echo sun'_'getpwnam | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:1006:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1007-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1035-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:1036:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1037-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1258-do
scrollz-2.2.3/.pc/fortify-source.patch/configure:1259:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1260-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure-1261-echo "configure:1262: checking for $ac_hdr" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1262:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1263-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1271-{ (eval echo configure:1272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:1272:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1273-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1284-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:1285:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1286-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure:1287:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1288-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1297-do
scrollz-2.2.3/.pc/fortify-source.patch/configure:1298:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1299-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure-1300-echo "configure:1301: checking for $ac_hdr" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1301:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1302-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1310-{ (eval echo configure:1311: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:1311:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1312-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1323-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:1324:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1325-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure:1326:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1327-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1336-do
scrollz-2.2.3/.pc/fortify-source.patch/configure:1337:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1338-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure-1339-echo "configure:1340: checking for $ac_hdr" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1340:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1341-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1349-{ (eval echo configure:1350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:1350:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1351-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1362-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:1363:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1364-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure:1365:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1366-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1375-do
scrollz-2.2.3/.pc/fortify-source.patch/configure:1376:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1377-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure-1378-echo "configure:1379: checking for $ac_hdr" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1379:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1380-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1388-{ (eval echo configure:1389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:1389:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1390-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1401-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:1402:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1403-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure:1404:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1405-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1416-do
scrollz-2.2.3/.pc/fortify-source.patch/configure:1417:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1418-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure-1419-echo "configure:1420: checking for $ac_hdr" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1420:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1421-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1429-{ (eval echo configure:1430: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:1430:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1431-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1442-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:1443:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1444-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure:1445:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1446-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1461-do
scrollz-2.2.3/.pc/fortify-source.patch/configure:1462:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1463-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure-1464-echo "configure:1465: checking for $ac_hdr" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1465:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1466-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1474-{ (eval echo configure:1475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:1475:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1476-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1487-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:1488:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1489-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure:1490:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1491-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1501-do
scrollz-2.2.3/.pc/fortify-source.patch/configure:1502:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1503-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure-1504-echo "configure:1505: checking for $ac_hdr" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1505:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1506-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1514-{ (eval echo configure:1515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:1515:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1516-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1527-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:1528:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1529-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure:1530:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-1531-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1542-echo "configure:1543: checking for fchmod" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1543:if eval "test \"`echo '$''{'ac_cv_func_fchmod'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1544-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1581-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1582:if eval "test \"`echo '$ac_cv_func_'fchmod`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1583-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1594-echo "configure:1595: checking for getcwd" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1595:if eval "test \"`echo '$''{'ac_cv_func_getcwd'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1596-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1633-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1634:if eval "test \"`echo '$ac_cv_func_'getcwd`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1635-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1646-echo "configure:1647: checking for getpgid" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1647:if eval "test \"`echo '$''{'ac_cv_func_getpgid'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1648-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1685-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1686:if eval "test \"`echo '$ac_cv_func_'getpgid`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1687-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1697-echo "configure:1698: checking for getsid" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1698:if eval "test \"`echo '$''{'ac_cv_func_getsid'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1699-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1736-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1737:if eval "test \"`echo '$ac_cv_func_'getsid`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1738-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1748-echo "configure:1749: checking for getloadavg" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1749:if eval "test \"`echo '$''{'ac_cv_func_getloadavg'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1750-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1787-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1788:if eval "test \"`echo '$ac_cv_func_'getloadavg`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1789-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1799-echo "configure:1800: checking for memmove" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1800:if eval "test \"`echo '$''{'ac_cv_func_memmove'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1801-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1838-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1839:if eval "test \"`echo '$ac_cv_func_'memmove`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1840-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1850-echo "configure:1851: checking for scandir" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1851:if eval "test \"`echo '$''{'ac_cv_func_scandir'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1852-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1889-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1890:if eval "test \"`echo '$ac_cv_func_'scandir`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1891-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1901-echo "configure:1902: checking for setsid" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1902:if eval "test \"`echo '$''{'ac_cv_func_setsid'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1903-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1940-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1941:if eval "test \"`echo '$ac_cv_func_'setsid`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1942-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1952-echo "configure:1953: checking for strerror" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:1953:if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1954-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-1991-
scrollz-2.2.3/.pc/fortify-source.patch/configure:1992:if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-1993-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2004-echo "configure:2005: checking for strftime" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2005:if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2006-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2043-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2044:if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2045-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2055-echo "configure:2056: checking for uname" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2056:if eval "test \"`echo '$''{'ac_cv_func_uname'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2057-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2094-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2095:if eval "test \"`echo '$ac_cv_func_'uname`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2096-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2106-echo "configure:2107: checking for writev" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2107:if eval "test \"`echo '$''{'ac_cv_func_writev'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2108-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2145-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2146:if eval "test \"`echo '$ac_cv_func_'writev`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2147-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2157-echo "configure:2158: checking for vasprintf" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2158:if eval "test \"`echo '$''{'ac_cv_func_vasprintf'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2159-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2196-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2197:if eval "test \"`echo '$ac_cv_func_'vasprintf`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2198-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2208-echo "configure:2209: checking for fputc" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2209:if eval "test \"`echo '$''{'ac_cv_func_fputc'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2210-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2247-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2248:if eval "test \"`echo '$ac_cv_func_'fputc`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2249-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2259-echo "configure:2260: checking for fwrite" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2260:if eval "test \"`echo '$''{'ac_cv_func_fwrite'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2261-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2298-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2299:if eval "test \"`echo '$ac_cv_func_'fwrite`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2300-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2310-echo "configure:2311: checking for snprintf" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2311:if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2312-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2349-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2350:if eval "test \"`echo '$ac_cv_func_'snprintf`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2351-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2361-echo "configure:2362: checking for vsnprintf" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2362:if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2363-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2400-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2401:if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2402-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2414-echo "configure:2415: checking for iconv_open" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2415:if eval "test \"`echo '$''{'ac_cv_func_iconv_open'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2416-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2453-
scrollz-2.2.3/.pc/fortify-source.patch/configure:2454:if eval "test \"`echo '$ac_cv_func_'iconv_open`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2455-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2467-echo "configure:2468: checking for ANSI C header files" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2468:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2469-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2480-{ (eval echo configure:2481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/.pc/fortify-source.patch/configure:2481:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-2482-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2571-echo "configure:2572: checking whether time.h and sys/time.h may both be included" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2572:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2573-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2607-do
scrollz-2.2.3/.pc/fortify-source.patch/configure:2608:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-2609-echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure-2610-echo "configure:2611: checking for $ac_hdr that defines DIR" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2611:if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2612-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2633-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:2634:if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2635-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/.pc/fortify-source.patch/configure:2636:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-2637-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2649-ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:2650:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2651-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2679-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:2680:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2681-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2690-ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:2691:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2692-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2720-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:2721:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2722-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2732-echo "configure:2733: checking return type of signal handlers" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2733:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2734-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2773-echo "configure:2774: checking for mode_t" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2774:if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2775-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2806-echo "configure:2807: checking for pid_t" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2807:if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2808-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2839-echo "configure:2840: checking for size_t" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2840:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2841-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2872-echo "configure:2873: checking for uid_t in sys/types.h" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2873:if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2874-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-2906-echo "configure:2907: checking for ssize_t" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:2907:if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-2908-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3040-echo "configure:3041: checking for waitpid" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:3041:if eval "test \"`echo '$''{'ac_cv_func_waitpid'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3042-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3079-
scrollz-2.2.3/.pc/fortify-source.patch/configure:3080:if eval "test \"`echo '$ac_cv_func_'waitpid`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3081-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3130-echo "configure:3131: checking for select" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:3131:if eval "test \"`echo '$''{'ac_cv_func_select'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3132-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3169-
scrollz-2.2.3/.pc/fortify-source.patch/configure:3170:if eval "test \"`echo '$ac_cv_func_'select`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3171-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3177-ac_lib_var=`echo socket'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3178:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3179-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3207-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3208:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3209-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3215-ac_lib_var=`echo nsl'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3216:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3217-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3245-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3246:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3247-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3253-ac_lib_var=`echo inet'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3254:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3255-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3283-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3284:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3285-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3291-ac_lib_var=`echo cposix'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3292:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3293-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3321-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3322:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3323-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3329-ac_lib_var=`echo net'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3330:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3331-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3359-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3360:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3361-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3397-ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3398:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3399-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3427-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3428:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3429-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3435-ac_lib_var=`echo tinfo'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3436:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3437-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3465-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3466:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3467-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3473-ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3474:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3475-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3503-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3504:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3505-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3511-ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3512:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3513-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3541-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3542:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3543-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3549-ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3550:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3551-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3579-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3580:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3581-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3587-ac_lib_var=`echo xtermcap'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3588:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3589-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3617-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3618:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3619-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3664-ac_lib_var=`echo iconv'_'iconv_open | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:3665:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3666-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3694-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:3695:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3696-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3711-echo "configure:3712: checking for sigaction" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:3712:if eval "test \"`echo '$''{'ac_cv_func_sigaction'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3713-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3750-
scrollz-2.2.3/.pc/fortify-source.patch/configure:3751:if eval "test \"`echo '$ac_cv_func_'sigaction`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3752-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3762-echo "configure:3763: checking for sigset" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:3763:if eval "test \"`echo '$''{'ac_cv_func_sigset'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3764-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-3801-
scrollz-2.2.3/.pc/fortify-source.patch/configure:3802:if eval "test \"`echo '$ac_cv_func_'sigset`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-3803-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4096-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4097:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4098-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4126-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4127:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4128-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4138-ac_lib_var=`echo inet'_'socket | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4139:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4140-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4168-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4169:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4170-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4178-echo "configure:4179: checking for gethostname" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:4179:if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4180-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4217-
scrollz-2.2.3/.pc/fortify-source.patch/configure:4218:if eval "test \"`echo '$ac_cv_func_'gethostname`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4219-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4225-ac_lib_var=`echo nsl'_'gethostname | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4226:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4227-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4255-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4256:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4257-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4267-ac_lib_var=`echo dgc'_'inet_addr | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4268:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4269-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4278-    builtin and then its argument prototype would still apply.  */
scrollz-2.2.3/.pc/fortify-source.patch/configure:4279:char inet_addr();
scrollz-2.2.3/.pc/fortify-source.patch/configure-4280-
scrollz-2.2.3/.pc/fortify-source.patch/configure-4281-int main() {
scrollz-2.2.3/.pc/fortify-source.patch/configure:4282:inet_addr()
scrollz-2.2.3/.pc/fortify-source.patch/configure-4283-; return 0; }
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4297-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4298:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4299-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4307-ac_lib_var=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4308:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4309-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4337-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4338:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4339-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4375-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4376:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4377-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4405-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4406:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4407-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4418-ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4419:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4420-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4448-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4449:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4450-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4777-ac_lib_var=`echo c'_'crypt | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4778:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4779-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4807-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4808:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4809-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4819-ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4820:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4821-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4849-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4850:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4851-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4861-ac_lib_var=`echo des'_'des | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4862:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4863-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4891-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4892:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4893-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4921-ac_lib_var=`echo socks5'_'SOCKSconnect | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4922:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4923-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4951-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4952:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4953-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4962-ac_lib_var=`echo socks'_'Rconnect | sed 'y%./+-%__p_%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:4963:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4964-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-4992-fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:4993:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-4994-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-5858-echo "configure:5859: checking for $ac_word" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:5859:if eval "test \"`echo '$''{'ac_cv_prog_COPY_DIRECTORY'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-5860-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-5893-echo "configure:5894: checking for $ac_word" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:5894:if eval "test \"`echo '$''{'ac_cv_prog_COPY_DIRECTORY'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-5895-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-5963-echo "configure:5964: checking for $ac_word" >&5
scrollz-2.2.3/.pc/fortify-source.patch/configure:5964:if eval "test \"`echo '$''{'ac_cv_prog_ZCAT'+set}'`\" = set"; then
scrollz-2.2.3/.pc/fortify-source.patch/configure-5965-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6230-    fi
scrollz-2.2.3/.pc/fortify-source.patch/configure:6231:    ac_file=`expr $ac_file + 1`
scrollz-2.2.3/.pc/fortify-source.patch/configure-6232-    ac_beg=$ac_end
scrollz-2.2.3/.pc/fortify-source.patch/configure:6233:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
scrollz-2.2.3/.pc/fortify-source.patch/configure-6234-  fi
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6248-  case "$ac_file" in
scrollz-2.2.3/.pc/fortify-source.patch/configure:6249:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:6250:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
scrollz-2.2.3/.pc/fortify-source.patch/configure-6251-  *) ac_file_in="${ac_file}.in" ;;
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6256-  # Remove last slash and all that follows it.  Not all systems have dirname.
scrollz-2.2.3/.pc/fortify-source.patch/configure:6257:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-6258-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6260-    test ! -d "$ac_dir" && mkdir "$ac_dir"
scrollz-2.2.3/.pc/fortify-source.patch/configure:6261:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
scrollz-2.2.3/.pc/fortify-source.patch/configure-6262-    # A "../" for each directory in $ac_dir_suffix.
scrollz-2.2.3/.pc/fortify-source.patch/configure:6263:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-6264-  else
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6270-      if test -z "$ac_dots"; then top_srcdir=.
scrollz-2.2.3/.pc/fortify-source.patch/configure:6271:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
scrollz-2.2.3/.pc/fortify-source.patch/configure-6272-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6280-  rm -f "$ac_file"
scrollz-2.2.3/.pc/fortify-source.patch/configure:6281:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
scrollz-2.2.3/.pc/fortify-source.patch/configure-6282-  case "$ac_file" in
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6287-
scrollz-2.2.3/.pc/fortify-source.patch/configure:6288:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-6289-  sed -e "$ac_comsub
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6325-  case "$ac_file" in
scrollz-2.2.3/.pc/fortify-source.patch/configure:6326:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure:6327:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
scrollz-2.2.3/.pc/fortify-source.patch/configure-6328-  *) ac_file_in="${ac_file}.in" ;;
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6333-  rm -f conftest.frag conftest.in conftest.out
scrollz-2.2.3/.pc/fortify-source.patch/configure:6334:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
scrollz-2.2.3/.pc/fortify-source.patch/configure-6335-  cat $ac_file_inputs > conftest.in
##############################################
scrollz-2.2.3/.pc/fortify-source.patch/configure-6393-    # Remove last slash and all that follows it.  Not all systems have dirname.
scrollz-2.2.3/.pc/fortify-source.patch/configure:6394:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
scrollz-2.2.3/.pc/fortify-source.patch/configure-6395-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
scrollz-2.2.3/.pc/scrollz-encoding.patch/include/irc.h-219-# define USE_TERMIO
scrollz-2.2.3/.pc/scrollz-encoding.patch/include/irc.h:220:# define inet_addr(x) inet_network(x)	/* dgux lossage */
scrollz-2.2.3/.pc/scrollz-encoding.patch/include/irc.h-221-#endif /* DGUX */
##############################################
scrollz-2.2.3/.pc/spelling-errors.patch/source/edit2.c-4268-        /* find hostname for this IP */
scrollz-2.2.3/.pc/spelling-errors.patch/source/edit2.c:4269:        ipnum = inet_addr(hname);
scrollz-2.2.3/.pc/spelling-errors.patch/source/edit2.c:4270:        hostaddr = gethostbyaddr((char *) &ipnum, sizeof(ipnum), AF_INET);
scrollz-2.2.3/.pc/spelling-errors.patch/source/edit2.c-4271-        /* add to list */
##############################################
scrollz-2.2.3/configure-91-  case "$ac_option" in
scrollz-2.2.3/configure:92:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
scrollz-2.2.3/configure-93-  *) ac_optarg= ;;
##############################################
scrollz-2.2.3/configure-123-  -disable-* | --disable-*)
scrollz-2.2.3/configure:124:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
scrollz-2.2.3/configure-125-    # Reject names that are not valid shell variable names.
scrollz-2.2.3/configure:126:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
scrollz-2.2.3/configure-127-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
scrollz-2.2.3/configure-128-    fi
scrollz-2.2.3/configure:129:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
scrollz-2.2.3/configure-130-    eval "enable_${ac_feature}=no" ;;
##############################################
scrollz-2.2.3/configure-132-  -enable-* | --enable-*)
scrollz-2.2.3/configure:133:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
scrollz-2.2.3/configure-134-    # Reject names that are not valid shell variable names.
scrollz-2.2.3/configure:135:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
scrollz-2.2.3/configure-136-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
scrollz-2.2.3/configure-137-    fi
scrollz-2.2.3/configure:138:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
scrollz-2.2.3/configure-139-    case "$ac_option" in
##############################################
scrollz-2.2.3/configure-363-  -with-* | --with-*)
scrollz-2.2.3/configure:364:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
scrollz-2.2.3/configure-365-    # Reject names that are not valid shell variable names.
scrollz-2.2.3/configure:366:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
scrollz-2.2.3/configure-367-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
scrollz-2.2.3/configure-368-    fi
scrollz-2.2.3/configure:369:    ac_package=`echo $ac_package| sed 's/-/_/g'`
scrollz-2.2.3/configure-370-    case "$ac_option" in
##############################################
scrollz-2.2.3/configure-376-  -without-* | --without-*)
scrollz-2.2.3/configure:377:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
scrollz-2.2.3/configure-378-    # Reject names that are not valid shell variable names.
scrollz-2.2.3/configure:379:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
scrollz-2.2.3/configure-380-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
scrollz-2.2.3/configure-381-    fi
scrollz-2.2.3/configure:382:    ac_package=`echo $ac_package| sed 's/-/_/g'`
scrollz-2.2.3/configure-383-    eval "with_${ac_package}=no" ;;
##############################################
scrollz-2.2.3/configure-406-  *)
scrollz-2.2.3/configure:407:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
scrollz-2.2.3/configure-408-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
scrollz-2.2.3/configure-419-if test -n "$ac_prev"; then
scrollz-2.2.3/configure:420:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
scrollz-2.2.3/configure-421-fi
##############################################
scrollz-2.2.3/configure-484-  ac_prog=$0
scrollz-2.2.3/configure:485:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
scrollz-2.2.3/configure-486-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
scrollz-2.2.3/configure-500-fi
scrollz-2.2.3/configure:501:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
scrollz-2.2.3/configure-502-
##############################################
scrollz-2.2.3/configure-561-
scrollz-2.2.3/configure:562:VERSION=`sed -n -e 's/"$//' -e '/#define[ 	]*SCROLLZ_VERSION[ 	]*"/s///p' -e '/#define SCROLLZ_VERSION/q' < ${srcdir}/source/irc.c`
scrollz-2.2.3/configure:563:IRCIIVERSION=`sed -n -e 's/"[^"]*$//' -e '/^#define[ 	]*IRCII_VERSION[ 	]*"/s///p' -e '/^#define IRCII_VERSION/q' < ${srcdir}/source/irc.c` 
scrollz-2.2.3/configure-564-echo this is ScrollZ version $VERSION + ircII version $IRCIIVERSION
##############################################
scrollz-2.2.3/configure-577-echo "configure:578: checking for $ac_word" >&5
scrollz-2.2.3/configure:578:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
scrollz-2.2.3/configure-579-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-607-echo "configure:608: checking for $ac_word" >&5
scrollz-2.2.3/configure:608:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
scrollz-2.2.3/configure-609-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-658-echo "configure:659: checking for $ac_word" >&5
scrollz-2.2.3/configure:659:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
scrollz-2.2.3/configure-660-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-737-echo "configure:738: checking whether we are using GNU C" >&5
scrollz-2.2.3/configure:738:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
scrollz-2.2.3/configure-739-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-765-echo "configure:766: checking whether ${CC-cc} accepts -g" >&5
scrollz-2.2.3/configure:766:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
scrollz-2.2.3/configure-767-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-769-  echo 'void f(){}' > conftest.c
scrollz-2.2.3/configure:770:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
scrollz-2.2.3/configure-771-  ac_cv_prog_cc_g=yes
##############################################
scrollz-2.2.3/configure-802-if test -z "$CPP"; then
scrollz-2.2.3/configure:803:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
scrollz-2.2.3/configure-804-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-818-{ (eval echo configure:819: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:819:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-820-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-835-{ (eval echo configure:836: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:836:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-837-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-852-{ (eval echo configure:853: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:853:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-854-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-897-
scrollz-2.2.3/configure:898:srcdir=`(cd $srcdir; pwd)`
scrollz-2.2.3/configure-899-
##############################################
scrollz-2.2.3/configure-958-echo "configure:959: checking whether ${CC-cc} needs -traditional" >&5
scrollz-2.2.3/configure:959:if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
scrollz-2.2.3/configure-960-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1005-ac_lib_var=`echo sun'_'getpwnam | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:1006:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-1007-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1035-fi
scrollz-2.2.3/configure:1036:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-1037-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1258-do
scrollz-2.2.3/configure:1259:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure-1260-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/configure-1261-echo "configure:1262: checking for $ac_hdr" >&5
scrollz-2.2.3/configure:1262:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/configure-1263-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1271-{ (eval echo configure:1272: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:1272:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-1273-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-1284-fi
scrollz-2.2.3/configure:1285:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/configure-1286-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/configure:1287:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/configure-1288-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/configure-1297-do
scrollz-2.2.3/configure:1298:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure-1299-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/configure-1300-echo "configure:1301: checking for $ac_hdr" >&5
scrollz-2.2.3/configure:1301:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/configure-1302-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1310-{ (eval echo configure:1311: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:1311:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-1312-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-1323-fi
scrollz-2.2.3/configure:1324:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/configure-1325-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/configure:1326:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/configure-1327-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/configure-1336-do
scrollz-2.2.3/configure:1337:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure-1338-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/configure-1339-echo "configure:1340: checking for $ac_hdr" >&5
scrollz-2.2.3/configure:1340:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/configure-1341-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1349-{ (eval echo configure:1350: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:1350:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-1351-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-1362-fi
scrollz-2.2.3/configure:1363:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/configure-1364-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/configure:1365:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/configure-1366-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/configure-1375-do
scrollz-2.2.3/configure:1376:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure-1377-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/configure-1378-echo "configure:1379: checking for $ac_hdr" >&5
scrollz-2.2.3/configure:1379:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/configure-1380-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1388-{ (eval echo configure:1389: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:1389:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-1390-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-1401-fi
scrollz-2.2.3/configure:1402:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/configure-1403-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/configure:1404:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/configure-1405-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/configure-1416-do
scrollz-2.2.3/configure:1417:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure-1418-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/configure-1419-echo "configure:1420: checking for $ac_hdr" >&5
scrollz-2.2.3/configure:1420:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/configure-1421-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1429-{ (eval echo configure:1430: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:1430:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-1431-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-1442-fi
scrollz-2.2.3/configure:1443:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/configure-1444-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/configure:1445:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/configure-1446-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/configure-1461-do
scrollz-2.2.3/configure:1462:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure-1463-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/configure-1464-echo "configure:1465: checking for $ac_hdr" >&5
scrollz-2.2.3/configure:1465:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/configure-1466-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1474-{ (eval echo configure:1475: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:1475:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-1476-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-1487-fi
scrollz-2.2.3/configure:1488:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/configure-1489-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/configure:1490:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/configure-1491-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/configure-1501-do
scrollz-2.2.3/configure:1502:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure-1503-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
scrollz-2.2.3/configure-1504-echo "configure:1505: checking for $ac_hdr" >&5
scrollz-2.2.3/configure:1505:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/configure-1506-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1514-{ (eval echo configure:1515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:1515:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-1516-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-1527-fi
scrollz-2.2.3/configure:1528:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
scrollz-2.2.3/configure-1529-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/configure:1530:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/configure-1531-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/configure-1542-echo "configure:1543: checking for fchmod" >&5
scrollz-2.2.3/configure:1543:if eval "test \"`echo '$''{'ac_cv_func_fchmod'+set}'`\" = set"; then
scrollz-2.2.3/configure-1544-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1581-
scrollz-2.2.3/configure:1582:if eval "test \"`echo '$ac_cv_func_'fchmod`\" = yes"; then
scrollz-2.2.3/configure-1583-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1594-echo "configure:1595: checking for getcwd" >&5
scrollz-2.2.3/configure:1595:if eval "test \"`echo '$''{'ac_cv_func_getcwd'+set}'`\" = set"; then
scrollz-2.2.3/configure-1596-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1633-
scrollz-2.2.3/configure:1634:if eval "test \"`echo '$ac_cv_func_'getcwd`\" = yes"; then
scrollz-2.2.3/configure-1635-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1646-echo "configure:1647: checking for getpgid" >&5
scrollz-2.2.3/configure:1647:if eval "test \"`echo '$''{'ac_cv_func_getpgid'+set}'`\" = set"; then
scrollz-2.2.3/configure-1648-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1685-
scrollz-2.2.3/configure:1686:if eval "test \"`echo '$ac_cv_func_'getpgid`\" = yes"; then
scrollz-2.2.3/configure-1687-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1697-echo "configure:1698: checking for getsid" >&5
scrollz-2.2.3/configure:1698:if eval "test \"`echo '$''{'ac_cv_func_getsid'+set}'`\" = set"; then
scrollz-2.2.3/configure-1699-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1736-
scrollz-2.2.3/configure:1737:if eval "test \"`echo '$ac_cv_func_'getsid`\" = yes"; then
scrollz-2.2.3/configure-1738-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1748-echo "configure:1749: checking for getloadavg" >&5
scrollz-2.2.3/configure:1749:if eval "test \"`echo '$''{'ac_cv_func_getloadavg'+set}'`\" = set"; then
scrollz-2.2.3/configure-1750-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1787-
scrollz-2.2.3/configure:1788:if eval "test \"`echo '$ac_cv_func_'getloadavg`\" = yes"; then
scrollz-2.2.3/configure-1789-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1799-echo "configure:1800: checking for memmove" >&5
scrollz-2.2.3/configure:1800:if eval "test \"`echo '$''{'ac_cv_func_memmove'+set}'`\" = set"; then
scrollz-2.2.3/configure-1801-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1838-
scrollz-2.2.3/configure:1839:if eval "test \"`echo '$ac_cv_func_'memmove`\" = yes"; then
scrollz-2.2.3/configure-1840-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1850-echo "configure:1851: checking for scandir" >&5
scrollz-2.2.3/configure:1851:if eval "test \"`echo '$''{'ac_cv_func_scandir'+set}'`\" = set"; then
scrollz-2.2.3/configure-1852-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1889-
scrollz-2.2.3/configure:1890:if eval "test \"`echo '$ac_cv_func_'scandir`\" = yes"; then
scrollz-2.2.3/configure-1891-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1901-echo "configure:1902: checking for setsid" >&5
scrollz-2.2.3/configure:1902:if eval "test \"`echo '$''{'ac_cv_func_setsid'+set}'`\" = set"; then
scrollz-2.2.3/configure-1903-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1940-
scrollz-2.2.3/configure:1941:if eval "test \"`echo '$ac_cv_func_'setsid`\" = yes"; then
scrollz-2.2.3/configure-1942-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-1952-echo "configure:1953: checking for strerror" >&5
scrollz-2.2.3/configure:1953:if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
scrollz-2.2.3/configure-1954-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-1991-
scrollz-2.2.3/configure:1992:if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
scrollz-2.2.3/configure-1993-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2004-echo "configure:2005: checking for strftime" >&5
scrollz-2.2.3/configure:2005:if eval "test \"`echo '$''{'ac_cv_func_strftime'+set}'`\" = set"; then
scrollz-2.2.3/configure-2006-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2043-
scrollz-2.2.3/configure:2044:if eval "test \"`echo '$ac_cv_func_'strftime`\" = yes"; then
scrollz-2.2.3/configure-2045-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2055-echo "configure:2056: checking for uname" >&5
scrollz-2.2.3/configure:2056:if eval "test \"`echo '$''{'ac_cv_func_uname'+set}'`\" = set"; then
scrollz-2.2.3/configure-2057-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2094-
scrollz-2.2.3/configure:2095:if eval "test \"`echo '$ac_cv_func_'uname`\" = yes"; then
scrollz-2.2.3/configure-2096-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2106-echo "configure:2107: checking for writev" >&5
scrollz-2.2.3/configure:2107:if eval "test \"`echo '$''{'ac_cv_func_writev'+set}'`\" = set"; then
scrollz-2.2.3/configure-2108-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2145-
scrollz-2.2.3/configure:2146:if eval "test \"`echo '$ac_cv_func_'writev`\" = yes"; then
scrollz-2.2.3/configure-2147-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2157-echo "configure:2158: checking for vasprintf" >&5
scrollz-2.2.3/configure:2158:if eval "test \"`echo '$''{'ac_cv_func_vasprintf'+set}'`\" = set"; then
scrollz-2.2.3/configure-2159-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2196-
scrollz-2.2.3/configure:2197:if eval "test \"`echo '$ac_cv_func_'vasprintf`\" = yes"; then
scrollz-2.2.3/configure-2198-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2208-echo "configure:2209: checking for fputc" >&5
scrollz-2.2.3/configure:2209:if eval "test \"`echo '$''{'ac_cv_func_fputc'+set}'`\" = set"; then
scrollz-2.2.3/configure-2210-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2247-
scrollz-2.2.3/configure:2248:if eval "test \"`echo '$ac_cv_func_'fputc`\" = yes"; then
scrollz-2.2.3/configure-2249-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2259-echo "configure:2260: checking for fwrite" >&5
scrollz-2.2.3/configure:2260:if eval "test \"`echo '$''{'ac_cv_func_fwrite'+set}'`\" = set"; then
scrollz-2.2.3/configure-2261-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2298-
scrollz-2.2.3/configure:2299:if eval "test \"`echo '$ac_cv_func_'fwrite`\" = yes"; then
scrollz-2.2.3/configure-2300-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2310-echo "configure:2311: checking for snprintf" >&5
scrollz-2.2.3/configure:2311:if eval "test \"`echo '$''{'ac_cv_func_snprintf'+set}'`\" = set"; then
scrollz-2.2.3/configure-2312-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2349-
scrollz-2.2.3/configure:2350:if eval "test \"`echo '$ac_cv_func_'snprintf`\" = yes"; then
scrollz-2.2.3/configure-2351-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2361-echo "configure:2362: checking for vsnprintf" >&5
scrollz-2.2.3/configure:2362:if eval "test \"`echo '$''{'ac_cv_func_vsnprintf'+set}'`\" = set"; then
scrollz-2.2.3/configure-2363-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2400-
scrollz-2.2.3/configure:2401:if eval "test \"`echo '$ac_cv_func_'vsnprintf`\" = yes"; then
scrollz-2.2.3/configure-2402-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2414-echo "configure:2415: checking for iconv_open" >&5
scrollz-2.2.3/configure:2415:if eval "test \"`echo '$''{'ac_cv_func_iconv_open'+set}'`\" = set"; then
scrollz-2.2.3/configure-2416-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2453-
scrollz-2.2.3/configure:2454:if eval "test \"`echo '$ac_cv_func_'iconv_open`\" = yes"; then
scrollz-2.2.3/configure-2455-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2467-echo "configure:2468: checking for ANSI C header files" >&5
scrollz-2.2.3/configure:2468:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
scrollz-2.2.3/configure-2469-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2480-{ (eval echo configure:2481: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
scrollz-2.2.3/configure:2481:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
scrollz-2.2.3/configure-2482-if test -z "$ac_err"; then
##############################################
scrollz-2.2.3/configure-2571-echo "configure:2572: checking whether time.h and sys/time.h may both be included" >&5
scrollz-2.2.3/configure:2572:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
scrollz-2.2.3/configure-2573-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2607-do
scrollz-2.2.3/configure:2608:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure-2609-echo $ac_n "checking for $ac_hdr that defines DIR""... $ac_c" 1>&6
scrollz-2.2.3/configure-2610-echo "configure:2611: checking for $ac_hdr that defines DIR" >&5
scrollz-2.2.3/configure:2611:if eval "test \"`echo '$''{'ac_cv_header_dirent_$ac_safe'+set}'`\" = set"; then
scrollz-2.2.3/configure-2612-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2633-fi
scrollz-2.2.3/configure:2634:if eval "test \"`echo '$ac_cv_header_dirent_'$ac_safe`\" = yes"; then
scrollz-2.2.3/configure-2635-  echo "$ac_t""yes" 1>&6
scrollz-2.2.3/configure:2636:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
scrollz-2.2.3/configure-2637-  cat >> confdefs.h <<EOF
##############################################
scrollz-2.2.3/configure-2649-ac_lib_var=`echo dir'_'opendir | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:2650:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-2651-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2679-fi
scrollz-2.2.3/configure:2680:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-2681-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2690-ac_lib_var=`echo x'_'opendir | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:2691:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-2692-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2720-fi
scrollz-2.2.3/configure:2721:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-2722-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-2732-echo "configure:2733: checking return type of signal handlers" >&5
scrollz-2.2.3/configure:2733:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
scrollz-2.2.3/configure-2734-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2773-echo "configure:2774: checking for mode_t" >&5
scrollz-2.2.3/configure:2774:if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
scrollz-2.2.3/configure-2775-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2806-echo "configure:2807: checking for pid_t" >&5
scrollz-2.2.3/configure:2807:if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
scrollz-2.2.3/configure-2808-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2839-echo "configure:2840: checking for size_t" >&5
scrollz-2.2.3/configure:2840:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
scrollz-2.2.3/configure-2841-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2872-echo "configure:2873: checking for uid_t in sys/types.h" >&5
scrollz-2.2.3/configure:2873:if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
scrollz-2.2.3/configure-2874-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-2906-echo "configure:2907: checking for ssize_t" >&5
scrollz-2.2.3/configure:2907:if eval "test \"`echo '$''{'ac_cv_type_ssize_t'+set}'`\" = set"; then
scrollz-2.2.3/configure-2908-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3040-echo "configure:3041: checking for waitpid" >&5
scrollz-2.2.3/configure:3041:if eval "test \"`echo '$''{'ac_cv_func_waitpid'+set}'`\" = set"; then
scrollz-2.2.3/configure-3042-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3079-
scrollz-2.2.3/configure:3080:if eval "test \"`echo '$ac_cv_func_'waitpid`\" = yes"; then
scrollz-2.2.3/configure-3081-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3130-echo "configure:3131: checking for select" >&5
scrollz-2.2.3/configure:3131:if eval "test \"`echo '$''{'ac_cv_func_select'+set}'`\" = set"; then
scrollz-2.2.3/configure-3132-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3169-
scrollz-2.2.3/configure:3170:if eval "test \"`echo '$ac_cv_func_'select`\" = yes"; then
scrollz-2.2.3/configure-3171-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3177-ac_lib_var=`echo socket'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3178:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3179-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3207-fi
scrollz-2.2.3/configure:3208:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3209-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3215-ac_lib_var=`echo nsl'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3216:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3217-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3245-fi
scrollz-2.2.3/configure:3246:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3247-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3253-ac_lib_var=`echo inet'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3254:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3255-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3283-fi
scrollz-2.2.3/configure:3284:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3285-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3291-ac_lib_var=`echo cposix'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3292:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3293-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3321-fi
scrollz-2.2.3/configure:3322:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3323-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3329-ac_lib_var=`echo net'_'select | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3330:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3331-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3359-fi
scrollz-2.2.3/configure:3360:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3361-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3397-ac_lib_var=`echo termcap'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3398:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3399-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3427-fi
scrollz-2.2.3/configure:3428:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3429-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3435-ac_lib_var=`echo tinfo'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3436:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3437-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3465-fi
scrollz-2.2.3/configure:3466:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3467-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3473-ac_lib_var=`echo termlib'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3474:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3475-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3503-fi
scrollz-2.2.3/configure:3504:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3505-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3511-ac_lib_var=`echo curses'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3512:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3513-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3541-fi
scrollz-2.2.3/configure:3542:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3543-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3549-ac_lib_var=`echo ncurses'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3550:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3551-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3579-fi
scrollz-2.2.3/configure:3580:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3581-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3587-ac_lib_var=`echo xtermcap'_'tgetent | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3588:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3589-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3617-fi
scrollz-2.2.3/configure:3618:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3619-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3664-ac_lib_var=`echo iconv'_'iconv_open | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:3665:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-3666-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3694-fi
scrollz-2.2.3/configure:3695:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-3696-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3711-echo "configure:3712: checking for sigaction" >&5
scrollz-2.2.3/configure:3712:if eval "test \"`echo '$''{'ac_cv_func_sigaction'+set}'`\" = set"; then
scrollz-2.2.3/configure-3713-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3750-
scrollz-2.2.3/configure:3751:if eval "test \"`echo '$ac_cv_func_'sigaction`\" = yes"; then
scrollz-2.2.3/configure-3752-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-3762-echo "configure:3763: checking for sigset" >&5
scrollz-2.2.3/configure:3763:if eval "test \"`echo '$''{'ac_cv_func_sigset'+set}'`\" = set"; then
scrollz-2.2.3/configure-3764-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-3801-
scrollz-2.2.3/configure:3802:if eval "test \"`echo '$ac_cv_func_'sigset`\" = yes"; then
scrollz-2.2.3/configure-3803-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4096-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4097:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4098-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4126-fi
scrollz-2.2.3/configure:4127:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4128-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4138-ac_lib_var=`echo inet'_'socket | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4139:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4140-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4168-fi
scrollz-2.2.3/configure:4169:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4170-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4178-echo "configure:4179: checking for gethostname" >&5
scrollz-2.2.3/configure:4179:if eval "test \"`echo '$''{'ac_cv_func_gethostname'+set}'`\" = set"; then
scrollz-2.2.3/configure-4180-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4217-
scrollz-2.2.3/configure:4218:if eval "test \"`echo '$ac_cv_func_'gethostname`\" = yes"; then
scrollz-2.2.3/configure-4219-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4225-ac_lib_var=`echo nsl'_'gethostname | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4226:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4227-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4255-fi
scrollz-2.2.3/configure:4256:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4257-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4267-ac_lib_var=`echo dgc'_'inet_addr | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4268:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4269-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4278-    builtin and then its argument prototype would still apply.  */
scrollz-2.2.3/configure:4279:char inet_addr();
scrollz-2.2.3/configure-4280-
scrollz-2.2.3/configure-4281-int main() {
scrollz-2.2.3/configure:4282:inet_addr()
scrollz-2.2.3/configure-4283-; return 0; }
##############################################
scrollz-2.2.3/configure-4297-fi
scrollz-2.2.3/configure:4298:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4299-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4307-ac_lib_var=`echo resolv'_'gethostbyname | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4308:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4309-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4337-fi
scrollz-2.2.3/configure:4338:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4339-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4375-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4376:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4377-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4405-fi
scrollz-2.2.3/configure:4406:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4407-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4418-ac_lib_var=`echo resolv'_'inet_aton | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4419:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4420-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4448-fi
scrollz-2.2.3/configure:4449:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4450-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4777-ac_lib_var=`echo c'_'crypt | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4778:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4779-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4807-fi
scrollz-2.2.3/configure:4808:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4809-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4819-ac_lib_var=`echo crypt'_'crypt | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4820:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4821-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4849-fi
scrollz-2.2.3/configure:4850:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4851-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4861-ac_lib_var=`echo des'_'des | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4862:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4863-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4891-fi
scrollz-2.2.3/configure:4892:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4893-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4921-ac_lib_var=`echo socks5'_'SOCKSconnect | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4922:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4923-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4951-fi
scrollz-2.2.3/configure:4952:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4953-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-4962-ac_lib_var=`echo socks'_'Rconnect | sed 'y%./+-%__p_%'`
scrollz-2.2.3/configure:4963:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
scrollz-2.2.3/configure-4964-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-4992-fi
scrollz-2.2.3/configure:4993:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
scrollz-2.2.3/configure-4994-  echo "$ac_t""yes" 1>&6
##############################################
scrollz-2.2.3/configure-5858-echo "configure:5859: checking for $ac_word" >&5
scrollz-2.2.3/configure:5859:if eval "test \"`echo '$''{'ac_cv_prog_COPY_DIRECTORY'+set}'`\" = set"; then
scrollz-2.2.3/configure-5860-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-5893-echo "configure:5894: checking for $ac_word" >&5
scrollz-2.2.3/configure:5894:if eval "test \"`echo '$''{'ac_cv_prog_COPY_DIRECTORY'+set}'`\" = set"; then
scrollz-2.2.3/configure-5895-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-5963-echo "configure:5964: checking for $ac_word" >&5
scrollz-2.2.3/configure:5964:if eval "test \"`echo '$''{'ac_cv_prog_ZCAT'+set}'`\" = set"; then
scrollz-2.2.3/configure-5965-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
scrollz-2.2.3/configure-6230-    fi
scrollz-2.2.3/configure:6231:    ac_file=`expr $ac_file + 1`
scrollz-2.2.3/configure-6232-    ac_beg=$ac_end
scrollz-2.2.3/configure:6233:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
scrollz-2.2.3/configure-6234-  fi
##############################################
scrollz-2.2.3/configure-6248-  case "$ac_file" in
scrollz-2.2.3/configure:6249:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
scrollz-2.2.3/configure:6250:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
scrollz-2.2.3/configure-6251-  *) ac_file_in="${ac_file}.in" ;;
##############################################
scrollz-2.2.3/configure-6256-  # Remove last slash and all that follows it.  Not all systems have dirname.
scrollz-2.2.3/configure:6257:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
scrollz-2.2.3/configure-6258-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
scrollz-2.2.3/configure-6260-    test ! -d "$ac_dir" && mkdir "$ac_dir"
scrollz-2.2.3/configure:6261:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
scrollz-2.2.3/configure-6262-    # A "../" for each directory in $ac_dir_suffix.
scrollz-2.2.3/configure:6263:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
scrollz-2.2.3/configure-6264-  else
##############################################
scrollz-2.2.3/configure-6270-      if test -z "$ac_dots"; then top_srcdir=.
scrollz-2.2.3/configure:6271:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
scrollz-2.2.3/configure-6272-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
scrollz-2.2.3/configure-6280-  rm -f "$ac_file"
scrollz-2.2.3/configure:6281:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
scrollz-2.2.3/configure-6282-  case "$ac_file" in
##############################################
scrollz-2.2.3/configure-6287-
scrollz-2.2.3/configure:6288:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
scrollz-2.2.3/configure-6289-  sed -e "$ac_comsub
##############################################
scrollz-2.2.3/configure-6325-  case "$ac_file" in
scrollz-2.2.3/configure:6326:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
scrollz-2.2.3/configure:6327:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
scrollz-2.2.3/configure-6328-  *) ac_file_in="${ac_file}.in" ;;
##############################################
scrollz-2.2.3/configure-6333-  rm -f conftest.frag conftest.in conftest.out
scrollz-2.2.3/configure:6334:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
scrollz-2.2.3/configure-6335-  cat $ac_file_inputs > conftest.in
##############################################
scrollz-2.2.3/configure-6393-    # Remove last slash and all that follows it.  Not all systems have dirname.
scrollz-2.2.3/configure:6394:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
scrollz-2.2.3/configure-6395-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then