===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sendfile-2.1b.20080616/etc/sf_install-112-else
sendfile-2.1b.20080616/etc/sf_install:113:  if [ "`diff sendfile.cf $CONFIG`" ]; then
sendfile-2.1b.20080616/etc/sf_install-114-    echo "`pwd`/sendfile.cf differs from $CONFIG/sendfile.cf !"
##############################################
sendfile-2.1b.20080616/etc/sf_install-177-
sendfile-2.1b.20080616/etc/sf_install:178:free=`$SENDFILED -f`
sendfile-2.1b.20080616/etc/sf_install:179:minfree=`awk '/minfree =/{print $3}' $CONFIG/sendfile.cf`
sendfile-2.1b.20080616/etc/sf_install-180-if [ $free -le $minfree ]; then
##############################################
sendfile-2.1b.20080616/etc/sfdconf-26-PAGER=${PAGER:=more}
sendfile-2.1b.20080616/etc/sfdconf:27:PRG=`basename $0`
sendfile-2.1b.20080616/etc/sfdconf-28-FILE=
##############################################
sendfile-2.1b.20080616/etc/sfdconf-56-testfile() {
sendfile-2.1b.20080616/etc/sfdconf:57:  error="`(cat $1 >/dev/null) 2>&1 |  sed 's/cat: //'`"
sendfile-2.1b.20080616/etc/sfdconf-58-  if [ "$error" ]; then
##############################################
sendfile-2.1b.20080616/etc/sfdconf-68-
sendfile-2.1b.20080616/etc/sfdconf:69:## The next lines are from your old `basename $FILE` file. 
sendfile-2.1b.20080616/etc/sfdconf-70-## You may want to delete them (if they are garbage).
##############################################
sendfile-2.1b.20080616/etc/sfdconf-134-
sendfile-2.1b.20080616/etc/sfdconf:135:#args=`getopt h?lei $*` || usage
sendfile-2.1b.20080616/etc/sfdconf-136-#set -- x $args
##############################################
sendfile-2.1b.20080616/etc/sfconf-23-else
sendfile-2.1b.20080616/etc/sfconf:24:  USER=`id | sed 's/[()]/ /g' | awk '{print $2}'`
sendfile-2.1b.20080616/etc/sfconf-25-fi
##############################################
sendfile-2.1b.20080616/etc/sfconf-30-PAGER=${PAGER:=more}
sendfile-2.1b.20080616/etc/sfconf:31:PRG=`basename $0`
sendfile-2.1b.20080616/etc/sfconf-32-TMP=$CONFIG/$$.tmp
##############################################
sendfile-2.1b.20080616/etc/sfconf-83-
sendfile-2.1b.20080616/etc/sfconf:84:## The next lines are from your old `basename $FILE` file. 
sendfile-2.1b.20080616/etc/sfconf-85-## You may want to delete them (if they are garbage).
##############################################
sendfile-2.1b.20080616/etc/sfconf-173-from=\$1; shift
sendfile-2.1b.20080616/etc/sfconf:174:n=\`echo \$* | wc -w\`
sendfile-2.1b.20080616/etc/sfconf-175-
##############################################
sendfile-2.1b.20080616/etc/sfconf-184-
sendfile-2.1b.20080616/etc/sfconf:185:#args=`getopt h?lei $*` || usage
sendfile-2.1b.20080616/etc/sfconf-186-#set -- x $args
##############################################
sendfile-2.1b.20080616/etc/sf_swinstall-5-
sendfile-2.1b.20080616/etc/sf_swinstall:6:prg=`basename $0`
sendfile-2.1b.20080616/etc/sf_swinstall:7:arch=${1:-`ls -ld /client | awk -F/ '{print $NF}'`}
sendfile-2.1b.20080616/etc/sf_swinstall-8-sfd=/sw/$arch/sendfile-2.1
##############################################
sendfile-2.1b.20080616/etc/sf_swinstall-47-     s|:/usr/bin|:/usr/bin:/client/bin|' sendfile.cf > $sfd/etc/sendfile.cf || exit 1
sendfile-2.1b.20080616/etc/sf_swinstall:48:awk '{if ($0 != "CONFIG") print $0; else system("cat '$sfd/etc/sendfile.cf'")}' \
sendfile-2.1b.20080616/etc/sf_swinstall-49-    sfdconf > $sfd/bin/sfdconf || exit 1
##############################################
sendfile-2.1b.20080616/develop/install-64-  mkdir_recursive $SERVERDIR
sendfile-2.1b.20080616/develop/install:65:  mkdir_recursive `dirname $DENY`
sendfile-2.1b.20080616/develop/install:66:  mkdir_recursive `dirname $CONFIG`
sendfile-2.1b.20080616/develop/install-67-  mkdir $MANDIR/man$manmisc $MANDIR/man$manadmin 2>/dev/null
##############################################
sendfile-2.1b.20080616/develop/install-221-
sendfile-2.1b.20080616/develop/install:222:NOSENDFILE=`dirname $DENY 2>/dev/null`/nosendfile
sendfile-2.1b.20080616/develop/install-223-if [ -f $NOSENDFILE ]; then 
##############################################
sendfile-2.1b.20080616/develop/install-242-else 
sendfile-2.1b.20080616/develop/install:243:  if [ "`diff etc/sendfile.cf $CONFIG`" ]; then
sendfile-2.1b.20080616/develop/install-244-    echo "Warning: `pwd`/etc/sendfile.cf differs from $CONFIG !"
##############################################
sendfile-2.1b.20080616/develop/install-278-    fi
sendfile-2.1b.20080616/develop/install:279:    SENDFILED=`awk '/[ \t]*server[ \t]*=/ { print $3 }' $INETDCONF`
sendfile-2.1b.20080616/develop/install-280-    ;;  
##############################################
sendfile-2.1b.20080616/develop/install-335-fi
sendfile-2.1b.20080616/develop/install:336:if [ ! -d `dirname "$INLOG"` ]; then 
sendfile-2.1b.20080616/develop/install:337:  mkdir_recursive `dirname $INLOG`
sendfile-2.1b.20080616/develop/install:338:  chmod 700 `dirname $INLOG`
sendfile-2.1b.20080616/develop/install-339-fi
sendfile-2.1b.20080616/develop/install:340:if [ ! -d `dirname "$OUTLOG"` ]; then 
sendfile-2.1b.20080616/develop/install:341:  mkdir_recursive `dirname $OUTLOG`
sendfile-2.1b.20080616/develop/install:342:  chmod 700 `dirname $OUTLOG`
sendfile-2.1b.20080616/develop/install-343-fi
##############################################
sendfile-2.1b.20080616/develop/install-354-
sendfile-2.1b.20080616/develop/install:355:free=`$SERVERDIR/sendfiled -f`
sendfile-2.1b.20080616/develop/install:356:minfree=`awk '/minfree =/{print $3}' $CONFIG`
sendfile-2.1b.20080616/develop/install-357-if [ "$free" -le "$minfree" ]; then
##############################################
sendfile-2.1b.20080616/develop/mkinstalldirs-10-for file in ${1+"$@"} ; do 
sendfile-2.1b.20080616/develop/mkinstalldirs:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
sendfile-2.1b.20080616/develop/mkinstalldirs-12-   shift
##############################################
sendfile-2.1b.20080616/develop/Makefile.in-102-	  if test -f $$p; then \
sendfile-2.1b.20080616/develop/Makefile.in:103:	    echo "$(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
sendfile-2.1b.20080616/develop/Makefile.in:104:	    $(INSTALL_SCRIPT) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
sendfile-2.1b.20080616/develop/Makefile.in-105-	  else if test -f $(srcdir)/$$p; then \
sendfile-2.1b.20080616/develop/Makefile.in:106:	    echo "$(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
sendfile-2.1b.20080616/develop/Makefile.in:107:	    $(INSTALL_SCRIPT) $(srcdir)/$$p $(bindir)/`echo $$p|sed '$(transform)'`; \
sendfile-2.1b.20080616/develop/Makefile.in-108-	  else :; fi; fi; \
##############################################
sendfile-2.1b.20080616/develop/Makefile.in-112-	list="$(bin_SCRIPTS)"; for p in $$list; do \
sendfile-2.1b.20080616/develop/Makefile.in:113:	  rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
sendfile-2.1b.20080616/develop/Makefile.in-114-	done
##############################################
sendfile-2.1b.20080616/develop/Makefile.in-148-	@for subdir in $(SUBDIRS); do \
sendfile-2.1b.20080616/develop/Makefile.in:149:	  target=`echo $@ | sed s/-recursive//`; \
sendfile-2.1b.20080616/develop/Makefile.in-150-	  echo "Making $$target in $$subdir"; \
##############################################
sendfile-2.1b.20080616/develop/Makefile.in-170-	mkdir $(distdir)/=inst
sendfile-2.1b.20080616/develop/Makefile.in:171:	dc_install_base=`cd $(distdir)/=inst && pwd`; \
sendfile-2.1b.20080616/develop/Makefile.in-172-	cd $(distdir)/=build \
##############################################
sendfile-2.1b.20080616/develop/Makefile.in-199-	-chmod 755 $(distdir)
sendfile-2.1b.20080616/develop/Makefile.in:200:	here=`pwd`; distdir=`cd $(distdir) && pwd` \
sendfile-2.1b.20080616/develop/Makefile.in-201-	  && cd $(srcdir) \
##############################################
sendfile-2.1b.20080616/develop/install-sh-73-
sendfile-2.1b.20080616/develop/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
sendfile-2.1b.20080616/develop/install-sh-75-	    shift
##############################################
sendfile-2.1b.20080616/develop/install-sh-77-
sendfile-2.1b.20080616/develop/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
sendfile-2.1b.20080616/develop/install-sh-79-	    shift
##############################################
sendfile-2.1b.20080616/develop/install-sh-138-	then
sendfile-2.1b.20080616/develop/install-sh:139:		dst="$dst"/`basename $src`
sendfile-2.1b.20080616/develop/install-sh-140-	else
##############################################
sendfile-2.1b.20080616/develop/install-sh-145-## this sed command emulates the dirname command
sendfile-2.1b.20080616/develop/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
sendfile-2.1b.20080616/develop/install-sh-147-
##############################################
sendfile-2.1b.20080616/develop/install-sh-159-IFS='%'
sendfile-2.1b.20080616/develop/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
sendfile-2.1b.20080616/develop/install-sh-161-IFS="${oIFS}"
##############################################
sendfile-2.1b.20080616/develop/install-sh-193-	then
sendfile-2.1b.20080616/develop/install-sh:194:		dstfile=`basename $dst`
sendfile-2.1b.20080616/develop/install-sh-195-	else
##############################################
sendfile-2.1b.20080616/develop/install-sh-203-	then
sendfile-2.1b.20080616/develop/install-sh:204:		dstfile=`basename $dst`
sendfile-2.1b.20080616/develop/install-sh-205-	else
##############################################
sendfile-2.1b.20080616/develop/config.guess-34-
sendfile-2.1b.20080616/develop/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
sendfile-2.1b.20080616/develop/config.guess-36-
##############################################
sendfile-2.1b.20080616/develop/config.guess-102-: ${TMPDIR=/tmp} ;
sendfile-2.1b.20080616/develop/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
sendfile-2.1b.20080616/develop/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
sendfile-2.1b.20080616/develop/config.guess-151-	EOF
sendfile-2.1b.20080616/develop/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
sendfile-2.1b.20080616/develop/config.guess-153-
##############################################
sendfile-2.1b.20080616/develop/config.guess-188-	    earmv*)
sendfile-2.1b.20080616/develop/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
sendfile-2.1b.20080616/develop/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
sendfile-2.1b.20080616/develop/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
sendfile-2.1b.20080616/develop/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
sendfile-2.1b.20080616/develop/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
sendfile-2.1b.20080616/develop/config.guess-222-		;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-233-	    *)
sendfile-2.1b.20080616/develop/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
sendfile-2.1b.20080616/develop/config.guess-235-		;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-280-	*4.0)
sendfile-2.1b.20080616/develop/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
sendfile-2.1b.20080616/develop/config.guess-282-		;;
sendfile-2.1b.20080616/develop/config.guess-283-	*5.*)
sendfile-2.1b.20080616/develop/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
sendfile-2.1b.20080616/develop/config.guess-285-		;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
sendfile-2.1b.20080616/develop/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
sendfile-2.1b.20080616/develop/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
sendfile-2.1b.20080616/develop/config.guess-328-	# 1.2 uses "1.2" for uname -r.
sendfile-2.1b.20080616/develop/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
sendfile-2.1b.20080616/develop/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
sendfile-2.1b.20080616/develop/config.guess-379-    s390x:SunOS:*:*)
sendfile-2.1b.20080616/develop/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
sendfile-2.1b.20080616/develop/config.guess-381-	exit ;;
sendfile-2.1b.20080616/develop/config.guess-382-    sun4H:SunOS:5.*:*)
sendfile-2.1b.20080616/develop/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
sendfile-2.1b.20080616/develop/config.guess-384-	exit ;;
sendfile-2.1b.20080616/develop/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
sendfile-2.1b.20080616/develop/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
sendfile-2.1b.20080616/develop/config.guess-387-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-404-	fi
sendfile-2.1b.20080616/develop/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
sendfile-2.1b.20080616/develop/config.guess-406-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
sendfile-2.1b.20080616/develop/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
sendfile-2.1b.20080616/develop/config.guess-412-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
sendfile-2.1b.20080616/develop/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
sendfile-2.1b.20080616/develop/config.guess-421-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-425-    sun*:*:4.2BSD:*)
sendfile-2.1b.20080616/develop/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
sendfile-2.1b.20080616/develop/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
sendfile-2.1b.20080616/develop/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
sendfile-2.1b.20080616/develop/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
sendfile-2.1b.20080616/develop/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
sendfile-2.1b.20080616/develop/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
sendfile-2.1b.20080616/develop/config.guess-563-    *:IRIX*:*:*)
sendfile-2.1b.20080616/develop/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
sendfile-2.1b.20080616/develop/config.guess-565-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-593-EOF
sendfile-2.1b.20080616/develop/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
sendfile-2.1b.20080616/develop/config.guess-595-		then
##############################################
sendfile-2.1b.20080616/develop/config.guess-606-    *:AIX:*:[4567])
sendfile-2.1b.20080616/develop/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
sendfile-2.1b.20080616/develop/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
sendfile-2.1b.20080616/develop/config.guess-642-    9000/[34678]??:HP-UX:*:*)
sendfile-2.1b.20080616/develop/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
sendfile-2.1b.20080616/develop/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
sendfile-2.1b.20080616/develop/config.guess-696-EOF
sendfile-2.1b.20080616/develop/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
sendfile-2.1b.20080616/develop/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
sendfile-2.1b.20080616/develop/config.guess-724-    ia64:HP-UX:*:*)
sendfile-2.1b.20080616/develop/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
sendfile-2.1b.20080616/develop/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
sendfile-2.1b.20080616/develop/config.guess-754-EOF
sendfile-2.1b.20080616/develop/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
sendfile-2.1b.20080616/develop/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
sendfile-2.1b.20080616/develop/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
sendfile-2.1b.20080616/develop/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
sendfile-2.1b.20080616/develop/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sendfile-2.1b.20080616/develop/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
sendfile-2.1b.20080616/develop/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
sendfile-2.1b.20080616/develop/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
sendfile-2.1b.20080616/develop/config.guess-850-	esac
sendfile-2.1b.20080616/develop/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
sendfile-2.1b.20080616/develop/config.guess-852-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-886-    prep*:SunOS:5.*:*)
sendfile-2.1b.20080616/develop/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
sendfile-2.1b.20080616/develop/config.guess-888-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-890-	# the GNU system
sendfile-2.1b.20080616/develop/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
sendfile-2.1b.20080616/develop/config.guess-892-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-894-	# other systems with GNU libc and userland
sendfile-2.1b.20080616/develop/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
sendfile-2.1b.20080616/develop/config.guess-896-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-988-EOF
sendfile-2.1b.20080616/develop/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
sendfile-2.1b.20080616/develop/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
sendfile-2.1b.20080616/develop/config.guess-1092-    i*86:*:4.*:*)
sendfile-2.1b.20080616/develop/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
sendfile-2.1b.20080616/develop/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
sendfile-2.1b.20080616/develop/config.guess-1295-	fi
sendfile-2.1b.20080616/develop/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
sendfile-2.1b.20080616/develop/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
sendfile-2.1b.20080616/develop/config.guess-1393-    *:DragonFly:*:*)
sendfile-2.1b.20080616/develop/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
sendfile-2.1b.20080616/develop/config.guess-1395-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.guess-1406-    i*86:skyos:*:*)
sendfile-2.1b.20080616/develop/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
sendfile-2.1b.20080616/develop/config.guess-1408-	exit ;;
##############################################
sendfile-2.1b.20080616/develop/config.status-109-do
sendfile-2.1b.20080616/develop/config.status:110:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
sendfile-2.1b.20080616/develop/config.status-111-    eval $as_var=C; export $as_var
##############################################
sendfile-2.1b.20080616/develop/config.status-159-  test "x$as_lineno_1" != "x$as_lineno_2" &&
sendfile-2.1b.20080616/develop/config.status:160:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
sendfile-2.1b.20080616/develop/config.status-161-
##############################################
sendfile-2.1b.20080616/develop/config.status-270-	esac;
sendfile-2.1b.20080616/develop/config.status:271:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
sendfile-2.1b.20080616/develop/config.status-272-	???[sx]*):;;*)false;;esac;fi
##############################################
sendfile-2.1b.20080616/develop/config.status-346-  --*=*)
sendfile-2.1b.20080616/develop/config.status:347:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sendfile-2.1b.20080616/develop/config.status:348:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sendfile-2.1b.20080616/develop/config.status-349-    ac_shift=:
##############################################
sendfile-2.1b.20080616/develop/config.status-566-      case $as_dir in #(
sendfile-2.1b.20080616/develop/config.status:567:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
sendfile-2.1b.20080616/develop/config.status-568-      *) as_qdir=$as_dir;;
##############################################
sendfile-2.1b.20080616/develop/config.status-604-*)
sendfile-2.1b.20080616/develop/config.status:605:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
sendfile-2.1b.20080616/develop/config.status-606-  # A ".." for each directory in $ac_dir_suffix.
sendfile-2.1b.20080616/develop/config.status:607:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
sendfile-2.1b.20080616/develop/config.status-608-  case $ac_top_builddir_sub in
##############################################
sendfile-2.1b.20080616/develop/config.sub-52-
sendfile-2.1b.20080616/develop/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
sendfile-2.1b.20080616/develop/config.sub-54-
##############################################
sendfile-2.1b.20080616/develop/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
sendfile-2.1b.20080616/develop/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
sendfile-2.1b.20080616/develop/config.sub-116-case $maybe_os in
##############################################
sendfile-2.1b.20080616/develop/config.sub-122-    os=-$maybe_os
sendfile-2.1b.20080616/develop/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
sendfile-2.1b.20080616/develop/config.sub-124-    ;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-126-    os=-linux-android
sendfile-2.1b.20080616/develop/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
sendfile-2.1b.20080616/develop/config.sub-128-    ;;
sendfile-2.1b.20080616/develop/config.sub-129-  *)
sendfile-2.1b.20080616/develop/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
sendfile-2.1b.20080616/develop/config.sub-131-    if [ "$basic_machine" != "$1" ]
sendfile-2.1b.20080616/develop/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
sendfile-2.1b.20080616/develop/config.sub-133-    else os=; fi
##############################################
sendfile-2.1b.20080616/develop/config.sub-180-		os=-sco5v6
sendfile-2.1b.20080616/develop/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-182-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-184-		os=-sco3.2v5
sendfile-2.1b.20080616/develop/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-186-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-188-		os=-sco3.2v4
sendfile-2.1b.20080616/develop/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-190-		;;
sendfile-2.1b.20080616/develop/config.sub-191-	-sco3.2.[4-9]*)
sendfile-2.1b.20080616/develop/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
sendfile-2.1b.20080616/develop/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-194-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
sendfile-2.1b.20080616/develop/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-198-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
sendfile-2.1b.20080616/develop/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-202-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-204-		os=-sco3.2v2
sendfile-2.1b.20080616/develop/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-206-		;;
sendfile-2.1b.20080616/develop/config.sub-207-	-udk*)
sendfile-2.1b.20080616/develop/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-209-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-211-		os=-isc2.2
sendfile-2.1b.20080616/develop/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-213-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-217-	-isc*)
sendfile-2.1b.20080616/develop/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-219-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-229-	-ptx*)
sendfile-2.1b.20080616/develop/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
sendfile-2.1b.20080616/develop/config.sub-231-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-364-	*-*-*)
sendfile-2.1b.20080616/develop/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
sendfile-2.1b.20080616/develop/config.sub-366-		exit 1
##############################################
sendfile-2.1b.20080616/develop/config.sub-493-	amd64-*)
sendfile-2.1b.20080616/develop/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-495-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-538-	blackfin-*)
sendfile-2.1b.20080616/develop/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-540-		os=-linux
##############################################
sendfile-2.1b.20080616/develop/config.sub-546-	c54x-*)
sendfile-2.1b.20080616/develop/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-548-		;;
sendfile-2.1b.20080616/develop/config.sub-549-	c55x-*)
sendfile-2.1b.20080616/develop/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-551-		;;
sendfile-2.1b.20080616/develop/config.sub-552-	c6x-*)
sendfile-2.1b.20080616/develop/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-554-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-650-	e500v[12]-*)
sendfile-2.1b.20080616/develop/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-652-		os=$os"spe"
##############################################
sendfile-2.1b.20080616/develop/config.sub-754-	i*86v32)
sendfile-2.1b.20080616/develop/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-756-		os=-sysv32
##############################################
sendfile-2.1b.20080616/develop/config.sub-758-	i*86v4*)
sendfile-2.1b.20080616/develop/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-760-		os=-sysv4
##############################################
sendfile-2.1b.20080616/develop/config.sub-762-	i*86v)
sendfile-2.1b.20080616/develop/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-764-		os=-sysv
##############################################
sendfile-2.1b.20080616/develop/config.sub-766-	i*86sol2)
sendfile-2.1b.20080616/develop/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
sendfile-2.1b.20080616/develop/config.sub-768-		os=-solaris2
##############################################
sendfile-2.1b.20080616/develop/config.sub-792-	leon-*|leon[3-9]-*)
sendfile-2.1b.20080616/develop/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
sendfile-2.1b.20080616/develop/config.sub-794-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-799-	m68knommu-*)
sendfile-2.1b.20080616/develop/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-801-		os=-linux
##############################################
sendfile-2.1b.20080616/develop/config.sub-833-	mips3*-*)
sendfile-2.1b.20080616/develop/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
sendfile-2.1b.20080616/develop/config.sub-835-		;;
sendfile-2.1b.20080616/develop/config.sub-836-	mips3*)
sendfile-2.1b.20080616/develop/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
sendfile-2.1b.20080616/develop/config.sub-838-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-855-	ms1-*)
sendfile-2.1b.20080616/develop/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
sendfile-2.1b.20080616/develop/config.sub-857-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-980-	parisc-*)
sendfile-2.1b.20080616/develop/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-982-		os=-linux
##############################################
sendfile-2.1b.20080616/develop/config.sub-996-	pc98-*)
sendfile-2.1b.20080616/develop/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-998-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
sendfile-2.1b.20080616/develop/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1013-		;;
sendfile-2.1b.20080616/develop/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
sendfile-2.1b.20080616/develop/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1016-		;;
sendfile-2.1b.20080616/develop/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
sendfile-2.1b.20080616/develop/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1019-		;;
sendfile-2.1b.20080616/develop/config.sub-1020-	pentium4-*)
sendfile-2.1b.20080616/develop/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1022-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1030-	ppc-* | ppcbe-*)
sendfile-2.1b.20080616/develop/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1032-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1036-	ppcle-* | powerpclittle-*)
sendfile-2.1b.20080616/develop/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1038-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1040-		;;
sendfile-2.1b.20080616/develop/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1042-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1046-	ppc64le-* | powerpc64little-*)
sendfile-2.1b.20080616/develop/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1048-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1122-	strongarm-* | thumb-*)
sendfile-2.1b.20080616/develop/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub-1124-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1255-	xscale-* | xscalee[bl]-*)
sendfile-2.1b.20080616/develop/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
sendfile-2.1b.20080616/develop/config.sub-1257-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1317-	*)
sendfile-2.1b.20080616/develop/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
sendfile-2.1b.20080616/develop/config.sub-1319-		exit 1
##############################################
sendfile-2.1b.20080616/develop/config.sub-1325-	*-digital*)
sendfile-2.1b.20080616/develop/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
sendfile-2.1b.20080616/develop/config.sub-1327-		;;
sendfile-2.1b.20080616/develop/config.sub-1328-	*-commodore*)
sendfile-2.1b.20080616/develop/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
sendfile-2.1b.20080616/develop/config.sub-1330-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1346-	-solaris1 | -solaris1.*)
sendfile-2.1b.20080616/develop/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
sendfile-2.1b.20080616/develop/config.sub-1348-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1355-	-gnu/linux*)
sendfile-2.1b.20080616/develop/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
sendfile-2.1b.20080616/develop/config.sub-1357-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1407-	-nto*)
sendfile-2.1b.20080616/develop/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
sendfile-2.1b.20080616/develop/config.sub-1409-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1414-	-mac*)
sendfile-2.1b.20080616/develop/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
sendfile-2.1b.20080616/develop/config.sub-1416-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1420-	-linux*)
sendfile-2.1b.20080616/develop/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
sendfile-2.1b.20080616/develop/config.sub-1422-		;;
sendfile-2.1b.20080616/develop/config.sub-1423-	-sunos5*)
sendfile-2.1b.20080616/develop/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
sendfile-2.1b.20080616/develop/config.sub-1425-		;;
sendfile-2.1b.20080616/develop/config.sub-1426-	-sunos6*)
sendfile-2.1b.20080616/develop/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
sendfile-2.1b.20080616/develop/config.sub-1428-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1469-	-sinix5.*)
sendfile-2.1b.20080616/develop/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
sendfile-2.1b.20080616/develop/config.sub-1471-		;;
##############################################
sendfile-2.1b.20080616/develop/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
sendfile-2.1b.20080616/develop/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
sendfile-2.1b.20080616/develop/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
sendfile-2.1b.20080616/develop/config.sub-1531-		exit 1
##############################################
sendfile-2.1b.20080616/develop/config.sub-1788-		esac
sendfile-2.1b.20080616/develop/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
sendfile-2.1b.20080616/develop/config.sub-1790-		;;
##############################################
sendfile-2.1b.20080616/develop/configure-107-do
sendfile-2.1b.20080616/develop/configure:108:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
sendfile-2.1b.20080616/develop/configure-109-    eval $as_var=C; export $as_var
##############################################
sendfile-2.1b.20080616/develop/configure-215-  test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
sendfile-2.1b.20080616/develop/configure:216:  test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
sendfile-2.1b.20080616/develop/configure-217-") 2> /dev/null; then
##############################################
sendfile-2.1b.20080616/develop/configure-330-  test "x$as_lineno_1" != "x$as_lineno_2" &&
sendfile-2.1b.20080616/develop/configure:331:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
sendfile-2.1b.20080616/develop/configure-332-
##############################################
sendfile-2.1b.20080616/develop/configure-425-  test "x$as_lineno_1" != "x$as_lineno_2" &&
sendfile-2.1b.20080616/develop/configure:426:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
sendfile-2.1b.20080616/develop/configure-427-
##############################################
sendfile-2.1b.20080616/develop/configure-536-	esac;
sendfile-2.1b.20080616/develop/configure:537:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
sendfile-2.1b.20080616/develop/configure-538-	???[sx]*):;;*)false;;esac;fi
##############################################
sendfile-2.1b.20080616/develop/configure-753-  case $ac_option in
sendfile-2.1b.20080616/develop/configure:754:  *=*)	ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sendfile-2.1b.20080616/develop/configure-755-  *)	ac_optarg=yes ;;
##############################################
sendfile-2.1b.20080616/develop/configure-796-  -disable-* | --disable-*)
sendfile-2.1b.20080616/develop/configure:797:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sendfile-2.1b.20080616/develop/configure-798-    # Reject names that are not valid shell variable names.
##############################################
sendfile-2.1b.20080616/develop/configure-801-   { (exit 1); exit 1; }; }
sendfile-2.1b.20080616/develop/configure:802:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
sendfile-2.1b.20080616/develop/configure-803-    eval enable_$ac_feature=no ;;
##############################################
sendfile-2.1b.20080616/develop/configure-815-  -enable-* | --enable-*)
sendfile-2.1b.20080616/develop/configure:816:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sendfile-2.1b.20080616/develop/configure-817-    # Reject names that are not valid shell variable names.
##############################################
sendfile-2.1b.20080616/develop/configure-820-   { (exit 1); exit 1; }; }
sendfile-2.1b.20080616/develop/configure:821:    ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
sendfile-2.1b.20080616/develop/configure-822-    eval enable_$ac_feature=\$ac_optarg ;;
##############################################
sendfile-2.1b.20080616/develop/configure-1012-  -with-* | --with-*)
sendfile-2.1b.20080616/develop/configure:1013:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sendfile-2.1b.20080616/develop/configure-1014-    # Reject names that are not valid shell variable names.
##############################################
sendfile-2.1b.20080616/develop/configure-1017-   { (exit 1); exit 1; }; }
sendfile-2.1b.20080616/develop/configure:1018:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
sendfile-2.1b.20080616/develop/configure-1019-    eval with_$ac_package=\$ac_optarg ;;
##############################################
sendfile-2.1b.20080616/develop/configure-1021-  -without-* | --without-*)
sendfile-2.1b.20080616/develop/configure:1022:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sendfile-2.1b.20080616/develop/configure-1023-    # Reject names that are not valid shell variable names.
##############################################
sendfile-2.1b.20080616/develop/configure-1026-   { (exit 1); exit 1; }; }
sendfile-2.1b.20080616/develop/configure:1027:    ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
sendfile-2.1b.20080616/develop/configure-1028-    eval with_$ac_package=no ;;
##############################################
sendfile-2.1b.20080616/develop/configure-1053-  *=*)
sendfile-2.1b.20080616/develop/configure:1054:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sendfile-2.1b.20080616/develop/configure-1055-    # Reject names that are not valid shell variable names.
##############################################
sendfile-2.1b.20080616/develop/configure-1073-if test -n "$ac_prev"; then
sendfile-2.1b.20080616/develop/configure:1074:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sendfile-2.1b.20080616/develop/configure-1075-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
sendfile-2.1b.20080616/develop/configure-1119-ac_ls_di=`ls -di .` &&
sendfile-2.1b.20080616/develop/configure:1120:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sendfile-2.1b.20080616/develop/configure-1121-  { echo "$as_me: error: Working directory cannot be determined" >&2
##############################################
sendfile-2.1b.20080616/develop/configure-1179-case $srcdir in
sendfile-2.1b.20080616/develop/configure:1180:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sendfile-2.1b.20080616/develop/configure-1181-esac
##############################################
sendfile-2.1b.20080616/develop/configure-1222-By default, \`make install' will install all the files in
sendfile-2.1b.20080616/develop/configure:1223:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sendfile-2.1b.20080616/develop/configure:1224:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sendfile-2.1b.20080616/develop/configure-1225-for instance \`--prefix=\$HOME'.
##############################################
sendfile-2.1b.20080616/develop/configure-1294-*)
sendfile-2.1b.20080616/develop/configure:1295:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
sendfile-2.1b.20080616/develop/configure-1296-  # A ".." for each directory in $ac_dir_suffix.
sendfile-2.1b.20080616/develop/configure:1297:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
sendfile-2.1b.20080616/develop/configure-1298-  case $ac_top_builddir_sub in
##############################################
sendfile-2.1b.20080616/develop/configure-1427-    *\'*)
sendfile-2.1b.20080616/develop/configure:1428:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sendfile-2.1b.20080616/develop/configure-1429-    esac
##############################################
sendfile-2.1b.20080616/develop/configure-1513-      case $ac_val in
sendfile-2.1b.20080616/develop/configure:1514:      *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sendfile-2.1b.20080616/develop/configure-1515-      esac
##############################################
sendfile-2.1b.20080616/develop/configure-1530-	case $ac_val in
sendfile-2.1b.20080616/develop/configure:1531:	*\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sendfile-2.1b.20080616/develop/configure-1532-	esac
##############################################
sendfile-2.1b.20080616/develop/configure-1639-    set,)
sendfile-2.1b.20080616/develop/configure:1640:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sendfile-2.1b.20080616/develop/configure:1641:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sendfile-2.1b.20080616/develop/configure-1642-      ac_cache_corrupted=: ;;
##############################################
sendfile-2.1b.20080616/develop/configure-1661-    case $ac_new_val in
sendfile-2.1b.20080616/develop/configure:1662:    *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sendfile-2.1b.20080616/develop/configure-1663-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sendfile-2.1b.20080616/develop/configure-1772-test "x$ac_build_alias" = x &&
sendfile-2.1b.20080616/develop/configure:1773:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
sendfile-2.1b.20080616/develop/configure-1774-test "x$ac_build_alias" = x &&
##############################################
sendfile-2.1b.20080616/develop/configure-1777-   { (exit 1); exit 1; }; }
sendfile-2.1b.20080616/develop/configure:1778:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
sendfile-2.1b.20080616/develop/configure-1779-  { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-1802-IFS=$ac_save_IFS
sendfile-2.1b.20080616/develop/configure:1803:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
sendfile-2.1b.20080616/develop/configure-1804-
##############################################
sendfile-2.1b.20080616/develop/configure-1813-else
sendfile-2.1b.20080616/develop/configure:1814:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
sendfile-2.1b.20080616/develop/configure-1815-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-1839-IFS=$ac_save_IFS
sendfile-2.1b.20080616/develop/configure:1840:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
sendfile-2.1b.20080616/develop/configure-1841-
##############################################
sendfile-2.1b.20080616/develop/configure-1850-else
sendfile-2.1b.20080616/develop/configure:1851:  ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
sendfile-2.1b.20080616/develop/configure-1852-    { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-1876-IFS=$ac_save_IFS
sendfile-2.1b.20080616/develop/configure:1877:case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
sendfile-2.1b.20080616/develop/configure-1878-
##############################################
sendfile-2.1b.20080616/develop/configure-2201-echo "$as_me:$LINENO: checking for C compiler version" >&5
sendfile-2.1b.20080616/develop/configure:2202:ac_compiler=`set X $ac_compile; echo $2`
sendfile-2.1b.20080616/develop/configure-2203-{ (ac_try="$ac_compiler --version >&5"
##############################################
sendfile-2.1b.20080616/develop/configure-2255-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
sendfile-2.1b.20080616/develop/configure:2256:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
sendfile-2.1b.20080616/develop/configure-2257-#
##############################################
sendfile-2.1b.20080616/develop/configure-2303-	then :; else
sendfile-2.1b.20080616/develop/configure:2304:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sendfile-2.1b.20080616/develop/configure-2305-	fi
##############################################
sendfile-2.1b.20080616/develop/configure-2400-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
sendfile-2.1b.20080616/develop/configure:2401:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sendfile-2.1b.20080616/develop/configure-2402-	  break;;
##############################################
sendfile-2.1b.20080616/develop/configure-2455-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
sendfile-2.1b.20080616/develop/configure:2456:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
sendfile-2.1b.20080616/develop/configure-2457-       break;;
##############################################
sendfile-2.1b.20080616/develop/configure-2530-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
sendfile-2.1b.20080616/develop/configure:2531:GCC=`test $ac_compiler_gnu = yes && echo yes`
sendfile-2.1b.20080616/develop/configure-2532-ac_test_CFLAGS=${CFLAGS+set}
##############################################
sendfile-2.1b.20080616/develop/configure-2819-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
sendfile-2.1b.20080616/develop/configure:2820:set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sendfile-2.1b.20080616/develop/configure-2821-if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
sendfile-2.1b.20080616/develop/configure-2829-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
sendfile-2.1b.20080616/develop/configure:2830:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sendfile-2.1b.20080616/develop/configure-2831-  *@@@%%%=?*=@@@%%%*)
##############################################
sendfile-2.1b.20080616/develop/configure-2858-_ACEOF
sendfile-2.1b.20080616/develop/configure:2859:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
sendfile-2.1b.20080616/develop/configure-2860-rm -f conftest.sed
##############################################
sendfile-2.1b.20080616/develop/configure-2870-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
sendfile-2.1b.20080616/develop/configure:2871:  as_ac_Header=`echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
sendfile-2.1b.20080616/develop/configure-2872-{ echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-2921-fi
sendfile-2.1b.20080616/develop/configure:2922:ac_res=`eval echo '${'$as_ac_Header'}'`
sendfile-2.1b.20080616/develop/configure-2923-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
sendfile-2.1b.20080616/develop/configure-2924-echo "${ECHO_T}$ac_res" >&6; }
sendfile-2.1b.20080616/develop/configure:2925:if test `eval echo '${'$as_ac_Header'}'` = yes; then
sendfile-2.1b.20080616/develop/configure-2926-  cat >>confdefs.h <<_ACEOF
sendfile-2.1b.20080616/develop/configure:2927:#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
sendfile-2.1b.20080616/develop/configure-2928-_ACEOF
##############################################
sendfile-2.1b.20080616/develop/configure-3359-  # Check for GNU $ac_path_GREP
sendfile-2.1b.20080616/develop/configure:3360:case `"$ac_path_GREP" --version 2>&1` in
sendfile-2.1b.20080616/develop/configure-3361-*GNU*)
##############################################
sendfile-2.1b.20080616/develop/configure-3373-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
sendfile-2.1b.20080616/develop/configure:3374:    ac_count=`expr $ac_count + 1`
sendfile-2.1b.20080616/develop/configure-3375-    if test $ac_count -gt ${ac_path_GREP_max-0}; then
##############################################
sendfile-2.1b.20080616/develop/configure-3441-  # Check for GNU $ac_path_EGREP
sendfile-2.1b.20080616/develop/configure:3442:case `"$ac_path_EGREP" --version 2>&1` in
sendfile-2.1b.20080616/develop/configure-3443-*GNU*)
##############################################
sendfile-2.1b.20080616/develop/configure-3455-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
sendfile-2.1b.20080616/develop/configure:3456:    ac_count=`expr $ac_count + 1`
sendfile-2.1b.20080616/develop/configure-3457-    if test $ac_count -gt ${ac_path_EGREP_max-0}; then
##############################################
sendfile-2.1b.20080616/develop/configure-3751-do
sendfile-2.1b.20080616/develop/configure:3752:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
sendfile-2.1b.20080616/develop/configure-3753-{ echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-3794-fi
sendfile-2.1b.20080616/develop/configure:3795:ac_res=`eval echo '${'$as_ac_Header'}'`
sendfile-2.1b.20080616/develop/configure-3796-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
sendfile-2.1b.20080616/develop/configure-3797-echo "${ECHO_T}$ac_res" >&6; }
sendfile-2.1b.20080616/develop/configure:3798:if test `eval echo '${'$as_ac_Header'}'` = yes; then
sendfile-2.1b.20080616/develop/configure-3799-  cat >>confdefs.h <<_ACEOF
sendfile-2.1b.20080616/develop/configure:3800:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
sendfile-2.1b.20080616/develop/configure-3801-_ACEOF
##############################################
sendfile-2.1b.20080616/develop/configure-3819-do
sendfile-2.1b.20080616/develop/configure:3820:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
sendfile-2.1b.20080616/develop/configure-3821-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
sendfile-2.1b.20080616/develop/configure-3826-fi
sendfile-2.1b.20080616/develop/configure:3827:ac_res=`eval echo '${'$as_ac_Header'}'`
sendfile-2.1b.20080616/develop/configure-3828-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-3942-fi
sendfile-2.1b.20080616/develop/configure:3943:ac_res=`eval echo '${'$as_ac_Header'}'`
sendfile-2.1b.20080616/develop/configure-3944-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-3947-fi
sendfile-2.1b.20080616/develop/configure:3948:if test `eval echo '${'$as_ac_Header'}'` = yes; then
sendfile-2.1b.20080616/develop/configure-3949-  cat >>confdefs.h <<_ACEOF
sendfile-2.1b.20080616/develop/configure:3950:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
sendfile-2.1b.20080616/develop/configure-3951-_ACEOF
##############################################
sendfile-2.1b.20080616/develop/configure-4919-  for ac_func in _getb67 GETB67 getb67; do
sendfile-2.1b.20080616/develop/configure:4920:    as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
sendfile-2.1b.20080616/develop/configure-4921-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-4999-fi
sendfile-2.1b.20080616/develop/configure:5000:ac_res=`eval echo '${'$as_ac_var'}'`
sendfile-2.1b.20080616/develop/configure-5001-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
sendfile-2.1b.20080616/develop/configure-5002-echo "${ECHO_T}$ac_res" >&6; }
sendfile-2.1b.20080616/develop/configure:5003:if test `eval echo '${'$as_ac_var'}'` = yes; then
sendfile-2.1b.20080616/develop/configure-5004-
##############################################
sendfile-2.1b.20080616/develop/configure-5156-do
sendfile-2.1b.20080616/develop/configure:5157:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
sendfile-2.1b.20080616/develop/configure-5158-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
##############################################
sendfile-2.1b.20080616/develop/configure-5163-fi
sendfile-2.1b.20080616/develop/configure:5164:ac_res=`eval echo '${'$as_ac_Header'}'`
sendfile-2.1b.20080616/develop/configure-5165-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-5279-fi
sendfile-2.1b.20080616/develop/configure:5280:ac_res=`eval echo '${'$as_ac_Header'}'`
sendfile-2.1b.20080616/develop/configure-5281-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-5284-fi
sendfile-2.1b.20080616/develop/configure:5285:if test `eval echo '${'$as_ac_Header'}'` = yes; then
sendfile-2.1b.20080616/develop/configure-5286-  cat >>confdefs.h <<_ACEOF
sendfile-2.1b.20080616/develop/configure:5287:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
sendfile-2.1b.20080616/develop/configure-5288-_ACEOF
##############################################
sendfile-2.1b.20080616/develop/configure-5387-do
sendfile-2.1b.20080616/develop/configure:5388:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
sendfile-2.1b.20080616/develop/configure-5389-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-5467-fi
sendfile-2.1b.20080616/develop/configure:5468:ac_res=`eval echo '${'$as_ac_var'}'`
sendfile-2.1b.20080616/develop/configure-5469-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
sendfile-2.1b.20080616/develop/configure-5470-echo "${ECHO_T}$ac_res" >&6; }
sendfile-2.1b.20080616/develop/configure:5471:if test `eval echo '${'$as_ac_var'}'` = yes; then
sendfile-2.1b.20080616/develop/configure-5472-  cat >>confdefs.h <<_ACEOF
sendfile-2.1b.20080616/develop/configure:5473:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
sendfile-2.1b.20080616/develop/configure-5474-_ACEOF
##############################################
sendfile-2.1b.20080616/develop/configure-5481-do
sendfile-2.1b.20080616/develop/configure:5482:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
sendfile-2.1b.20080616/develop/configure-5483-{ echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
sendfile-2.1b.20080616/develop/configure-5561-fi
sendfile-2.1b.20080616/develop/configure:5562:ac_res=`eval echo '${'$as_ac_var'}'`
sendfile-2.1b.20080616/develop/configure-5563-	       { echo "$as_me:$LINENO: result: $ac_res" >&5
sendfile-2.1b.20080616/develop/configure-5564-echo "${ECHO_T}$ac_res" >&6; }
sendfile-2.1b.20080616/develop/configure:5565:if test `eval echo '${'$as_ac_var'}'` = yes; then
sendfile-2.1b.20080616/develop/configure-5566-  cat >>confdefs.h <<_ACEOF
sendfile-2.1b.20080616/develop/configure:5567:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
sendfile-2.1b.20080616/develop/configure-5568-_ACEOF
##############################################
sendfile-2.1b.20080616/develop/configure-5658-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sendfile-2.1b.20080616/develop/configure:5659:  ac_i=`echo "$ac_i" | sed "$ac_script"`
sendfile-2.1b.20080616/develop/configure-5660-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sendfile-2.1b.20080616/develop/configure-5788-do
sendfile-2.1b.20080616/develop/configure:5789:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
sendfile-2.1b.20080616/develop/configure-5790-    eval $as_var=C; export $as_var
##############################################
sendfile-2.1b.20080616/develop/configure-5838-  test "x$as_lineno_1" != "x$as_lineno_2" &&
sendfile-2.1b.20080616/develop/configure:5839:  test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
sendfile-2.1b.20080616/develop/configure-5840-
##############################################
sendfile-2.1b.20080616/develop/configure-5949-	esac;
sendfile-2.1b.20080616/develop/configure:5950:	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
sendfile-2.1b.20080616/develop/configure-5951-	???[sx]*):;;*)false;;esac;fi
##############################################
sendfile-2.1b.20080616/develop/configure-6018-configured by $0, generated by GNU Autoconf 2.61,
sendfile-2.1b.20080616/develop/configure:6019:  with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
sendfile-2.1b.20080616/develop/configure-6020-
##############################################
sendfile-2.1b.20080616/develop/configure-6036-  --*=*)
sendfile-2.1b.20080616/develop/configure:6037:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sendfile-2.1b.20080616/develop/configure:6038:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sendfile-2.1b.20080616/develop/configure-6039-    ac_shift=:
##############################################
sendfile-2.1b.20080616/develop/configure-6265-      case $as_dir in #(
sendfile-2.1b.20080616/develop/configure:6266:      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
sendfile-2.1b.20080616/develop/configure-6267-      *) as_qdir=$as_dir;;
##############################################
sendfile-2.1b.20080616/develop/configure-6303-*)
sendfile-2.1b.20080616/develop/configure:6304:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
sendfile-2.1b.20080616/develop/configure-6305-  # A ".." for each directory in $ac_dir_suffix.
sendfile-2.1b.20080616/develop/configure:6306:  ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
sendfile-2.1b.20080616/develop/configure-6307-  case $ac_top_builddir_sub in
##############################################
sendfile-2.1b.20080616/contrib/perl/distr.pl-105-    foreach $receiver (@distlist) {
sendfile-2.1b.20080616/contrib/perl/distr.pl:106:        system("$sendfilepath $shead{FILE} -c '$comment' $receiver");
sendfile-2.1b.20080616/contrib/perl/distr.pl-107-    }
##############################################
sendfile-2.1b.20080616/doc/Makefile-86-	sect=1;				\
sendfile-2.1b.20080616/doc/Makefile:87:	inst=`echo "sendfile" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile-88-	if test -f $(srcdir)/sendfile.1; then file=$(srcdir)/sendfile.1; \
##############################################
sendfile-2.1b.20080616/doc/Makefile-91-	sect=1;				\
sendfile-2.1b.20080616/doc/Makefile:92:	inst=`echo "sendmsg" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile-93-	if test -f $(srcdir)/sendmsg.1; then file=$(srcdir)/sendmsg.1; \
##############################################
sendfile-2.1b.20080616/doc/Makefile-96-	sect=1;				\
sendfile-2.1b.20080616/doc/Makefile:97:	inst=`echo "receive" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile-98-	if test -f $(srcdir)/receive.1; then file=$(srcdir)/receive.1; \
##############################################
sendfile-2.1b.20080616/doc/Makefile-102-uninstall-man:
sendfile-2.1b.20080616/doc/Makefile:103:	inst=`echo "sendfile" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile-104-	rm -f $(mandir)/man1/$$inst
sendfile-2.1b.20080616/doc/Makefile:105:	inst=`echo "sendmsg" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile-106-	rm -f $(mandir)/man1/$$inst
sendfile-2.1b.20080616/doc/Makefile:107:	inst=`echo "receive" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile-108-	rm -f $(mandir)/man1/$$inst
##############################################
sendfile-2.1b.20080616/doc/ChangeLog-290-
sendfile-2.1b.20080616/doc/ChangeLog:291:1996-06-20   user@ip-address now works again (replaced gethostbyaddr() with 
sendfile-2.1b.20080616/doc/ChangeLog-292-             gethostbyname() in net.c).
##############################################
sendfile-2.1b.20080616/doc/Makefile.in-86-	sect=1;				\
sendfile-2.1b.20080616/doc/Makefile.in:87:	inst=`echo "sendfile" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile.in-88-	if test -f $(srcdir)/sendfile.1; then file=$(srcdir)/sendfile.1; \
##############################################
sendfile-2.1b.20080616/doc/Makefile.in-91-	sect=1;				\
sendfile-2.1b.20080616/doc/Makefile.in:92:	inst=`echo "sendmsg" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile.in-93-	if test -f $(srcdir)/sendmsg.1; then file=$(srcdir)/sendmsg.1; \
##############################################
sendfile-2.1b.20080616/doc/Makefile.in-96-	sect=1;				\
sendfile-2.1b.20080616/doc/Makefile.in:97:	inst=`echo "receive" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile.in-98-	if test -f $(srcdir)/receive.1; then file=$(srcdir)/receive.1; \
##############################################
sendfile-2.1b.20080616/doc/Makefile.in-102-uninstall-man:
sendfile-2.1b.20080616/doc/Makefile.in:103:	inst=`echo "sendfile" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile.in-104-	rm -f $(mandir)/man1/$$inst
sendfile-2.1b.20080616/doc/Makefile.in:105:	inst=`echo "sendmsg" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile.in-106-	rm -f $(mandir)/man1/$$inst
sendfile-2.1b.20080616/doc/Makefile.in:107:	inst=`echo "receive" | sed '$(transform)'`.1; \
sendfile-2.1b.20080616/doc/Makefile.in-108-	rm -f $(mandir)/man1/$$inst
##############################################
sendfile-2.1b.20080616/src/peername.c-82-  iaddr=&(((struct sockaddr_in *)&addr)->sin_addr);
sendfile-2.1b.20080616/src/peername.c:83:  hptr=gethostbyaddr((char *)iaddr, sizeof(struct in_addr), AF_INET);
sendfile-2.1b.20080616/src/peername.c-84-  if(hptr) {
##############################################
sendfile-2.1b.20080616/src/Makefile.in-149-	  if test -f $$p; then \
sendfile-2.1b.20080616/src/Makefile.in:150:	    echo " $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`"; \
sendfile-2.1b.20080616/src/Makefile.in:151:	     $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed '$(transform)'`; \
sendfile-2.1b.20080616/src/Makefile.in-152-	  else :; fi; \
##############################################
sendfile-2.1b.20080616/src/Makefile.in-156-	list="$(bin_PROGRAMS)"; for p in $$list; do \
sendfile-2.1b.20080616/src/Makefile.in:157:	  rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
sendfile-2.1b.20080616/src/Makefile.in-158-	done
##############################################
sendfile-2.1b.20080616/src/Makefile.in-173-	  if test -f $$p; then \
sendfile-2.1b.20080616/src/Makefile.in:174:	    echo " $(INSTALL_PROGRAM) $$p $(libexecdir)/`echo $$p|sed '$(transform)'`"; \
sendfile-2.1b.20080616/src/Makefile.in:175:	     $(INSTALL_PROGRAM) $$p $(libexecdir)/`echo $$p|sed '$(transform)'`; \
sendfile-2.1b.20080616/src/Makefile.in-176-	  else :; fi; \
##############################################
sendfile-2.1b.20080616/src/Makefile.in-180-	list="$(libexec_PROGRAMS)"; for p in $$list; do \
sendfile-2.1b.20080616/src/Makefile.in:181:	  rm -f $(libexecdir)/`echo $$p|sed '$(transform)'`; \
sendfile-2.1b.20080616/src/Makefile.in-182-	done
##############################################
sendfile-2.1b.20080616/src/net.c-181-  if (num) {
sendfile-2.1b.20080616/src/net.c:182:    hostaddr.s_addr=inet_addr(hostname);
sendfile-2.1b.20080616/src/net.c:183:    hostp=gethostbyaddr((char *)&hostaddr,sizeof(hostaddr),AF_INET);
sendfile-2.1b.20080616/src/net.c-184-  } else
##############################################
sendfile-2.1b.20080616/src/net.c-195-  serv_addr.sin_family     =AF_INET;
sendfile-2.1b.20080616/src/net.c:196:  serv_addr.sin_addr.s_addr=inet_addr(hostip);
sendfile-2.1b.20080616/src/net.c-197-  serv_addr.sin_port       =htons(port);
##############################################
sendfile-2.1b.20080616/src/pussy-61-  if ($sock = $base_socket->accept()) {
sendfile-2.1b.20080616/src/pussy:62:    $peername = gethostbyaddr($sock->peeraddr(),AF_INET);
sendfile-2.1b.20080616/src/pussy-63-    print "\nnew connection from $peername:\n" if $opt_v;
##############################################
sendfile-2.1b.20080616/makeconfig-111-#  		case "$SYSTEM" in
sendfile-2.1b.20080616/makeconfig:112:#		  *SUNOS*)  case `echo $SYSTEM | $AWK '{print $3}'` in
sendfile-2.1b.20080616/makeconfig-113-#			      4*) SYSTEM=SOLARIS1;;