===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
xprobe-0.3/libs-external/USI++/samples/drop.cc-20-
xprobe-0.3/libs-external/USI++/samples/drop.cc:21:	string srcaddr(argv[1]), dstaddr(argv[3]);
xprobe-0.3/libs-external/USI++/samples/drop.cc-22-	int srcport = atoi(argv[2]);
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-37-
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-39-
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-106-: ${TMPDIR=/tmp} ;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-191-	    *)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-193-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-250-	*4.0)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:251:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-252-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-253-	*5.*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:254:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-255-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-260-	# types through head -n 1, so we only detect the type of CPU 0.
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:261:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-262-	case "$ALPHA_CPU_TYPE" in
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-298-	# 1.2 uses "1.2" for uname -r.
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:299:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-300-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-349-    sun4H:SunOS:5.*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:350:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-351-	exit 0 ;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-352-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:353:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-354-	exit 0 ;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-355-    i86pc:SunOS:5.*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:356:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-357-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-361-	# it's likely to be more like Solaris than SunOS4.
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:362:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-363-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-370-	# Japanese Language versions have a version number like `4.1.3-JL'.
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:371:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-372-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-376-    sun*:*:4.2BSD:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:377:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-378-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-458-	$CC_FOR_BUILD -o $dummy $dummy.c \
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:459:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-460-	  && exit 0
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-513-    *:IRIX*:*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-515-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-552-    *:AIX:*:[45])
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:553:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-554-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-587-    9000/[34678]??:HP-UX:*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:588:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-589-	case "${UNAME_MACHINE}" in
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-641-EOF
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:642:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-643-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-659-    ia64:HP-UX:*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:660:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-661-	echo ia64-hp-hpux${HPUX_REV}
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-759-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:760:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-761-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-764-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:765:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-766-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-777-    *:FreeBSD:*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:778:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-779-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-807-    prep*:SunOS:5.*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:808:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-809-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-811-	# the GNU system
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:812:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-813-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-815-	# other systems with GNU libc and userland
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:816:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-817-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-857-EOF
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:858:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-859-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-876-EOF
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:877:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-878-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-977-EOF
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:978:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-979-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-1016-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:1017:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-1018-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-1241-    *:DragonFly:*:*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess:1242:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.guess-1243-	exit 0 ;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-54-
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-56-
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-120-case $maybe_os in
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-123-    os=-$maybe_os
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-125-    ;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-126-  *)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-128-    if [ $basic_machine != $1 ]
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-130-    else os=; fi
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-174-		os=-sco3.2v5
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-176-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-178-		os=-sco3.2v4
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-180-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-181-	-sco3.2.[4-9]*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-184-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-188-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-190-		os=-sco3.2v2
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-192-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-193-	-udk*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-195-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-197-		os=-isc2.2
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-199-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-203-	-isc*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-205-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-209-	-ptx*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-211-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-212-	-windowsnt*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-214-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-289-	*-*-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:290:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-291-		exit 1
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-387-	amd64-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:388:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-389-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-604-	i*86v32)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:605:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-606-		os=-sysv32
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-608-	i*86v4*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:609:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-610-		os=-sysv4
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-612-	i*86v)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:613:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-614-		os=-sysv
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-616-	i*86sol2)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:617:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-618-		os=-solaris2
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-664-	mips3*-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:665:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-666-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-667-	mips3*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:668:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-669-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-802-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:803:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-804-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-805-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:806:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-807-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-808-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:809:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-810-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-811-	pentium4-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:812:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-813-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-820-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:821:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-822-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-826-	ppcle-* | powerpclittle-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:827:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-828-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-830-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:831:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-832-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-836-	ppc64le-* | powerpc64little-*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:837:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-838-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1108-	*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1109:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1110-		exit 1
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1116-	*-digital*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1117:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1118-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1119-	*-commodore*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1120:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1121-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1134-	-solaris1 | -solaris1.*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1135:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1136-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1146-	-gnu/linux*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1147:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1148-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1187-	-nto*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1188:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1189-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1194-	-mac*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1195:		os=`echo $os | sed -e 's|mac|macos|'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1196-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1200-	-linux*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1201:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1202-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1203-	-sunos5*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1204:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1205-		;;
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1206-	-sunos6*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1207:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1208-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1255-	-sinix5.*)
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1256:		os=`echo $os | sed -e 's|sinix|sysv|'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1257-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1303-		# Get rid of the `-' at the beginning of $os.
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1304:		os=`echo $os | sed 's/[^-]*-//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1305:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1306-		exit 1
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1542-		esac
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub:1543:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
xprobe-0.3/libs-external/USI++/src/cfgaux/config.sub-1544-		;;
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-85-
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-87-	    shift
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-89-
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-91-	    shift
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-150-	then
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh:151:		dst="$dst"/`basename $src`
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-152-	else
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-157-## this sed command emulates the dirname command
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-159-
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-171-IFS='%'
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-173-IFS="${oIFS}"
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-205-	then
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh:206:		dstfile=`basename $dst`
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-207-	else
##############################################
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-215-	then
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh:216:		dstfile=`basename $dst`
xprobe-0.3/libs-external/USI++/src/cfgaux/install-sh-217-	else
##############################################
xprobe-0.3/libs-external/USI++/src/arp.cc-70-                memcpy(&in, arphdr.arp_tpa, 4);
xprobe-0.3/libs-external/USI++/src/arp.cc:71:                if (!resolve || (he = gethostbyaddr((char*)&in, sizeof(in), AF_INET)) == NULL)
xprobe-0.3/libs-external/USI++/src/arp.cc-72-            	      	strncpy(pa, inet_ntoa(in), len);
##############################################
xprobe-0.3/libs-external/USI++/src/arp.cc-92-                memcpy(&in, arphdr.arp_spa, 4);
xprobe-0.3/libs-external/USI++/src/arp.cc:93:                if (!resolve || (he = gethostbyaddr((char*)&in, sizeof(in), AF_INET)) == NULL)
xprobe-0.3/libs-external/USI++/src/arp.cc-94-            	      	strncpy(pa, inet_ntoa(in), len);
##############################################
xprobe-0.3/libs-external/USI++/src/configure-43-do
xprobe-0.3/libs-external/USI++/src/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xprobe-0.3/libs-external/USI++/src/configure-45-    eval $as_var=C; export $as_var
##############################################
xprobe-0.3/libs-external/USI++/src/configure-101-  as_lineno_2=$LINENO
xprobe-0.3/libs-external/USI++/src/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xprobe-0.3/libs-external/USI++/src/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xprobe-0.3/libs-external/USI++/src/configure-140-  as_lineno_2=$LINENO
xprobe-0.3/libs-external/USI++/src/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xprobe-0.3/libs-external/USI++/src/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xprobe-0.3/libs-external/USI++/src/configure-362-
xprobe-0.3/libs-external/USI++/src/configure:363:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
xprobe-0.3/libs-external/USI++/src/configure-364-
##############################################
xprobe-0.3/libs-external/USI++/src/configure-395-  -disable-* | --disable-*)
xprobe-0.3/libs-external/USI++/src/configure:396:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xprobe-0.3/libs-external/USI++/src/configure-397-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/libs-external/USI++/src/configure-400-   { (exit 1); exit 1; }; }
xprobe-0.3/libs-external/USI++/src/configure:401:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xprobe-0.3/libs-external/USI++/src/configure-402-    eval "enable_$ac_feature=no" ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-404-  -enable-* | --enable-*)
xprobe-0.3/libs-external/USI++/src/configure:405:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xprobe-0.3/libs-external/USI++/src/configure-406-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/libs-external/USI++/src/configure-409-   { (exit 1); exit 1; }; }
xprobe-0.3/libs-external/USI++/src/configure:410:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xprobe-0.3/libs-external/USI++/src/configure-411-    case $ac_option in
xprobe-0.3/libs-external/USI++/src/configure:412:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xprobe-0.3/libs-external/USI++/src/configure-413-      *) ac_optarg=yes ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-586-  -with-* | --with-*)
xprobe-0.3/libs-external/USI++/src/configure:587:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xprobe-0.3/libs-external/USI++/src/configure-588-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/libs-external/USI++/src/configure-591-   { (exit 1); exit 1; }; }
xprobe-0.3/libs-external/USI++/src/configure:592:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xprobe-0.3/libs-external/USI++/src/configure-593-    case $ac_option in
xprobe-0.3/libs-external/USI++/src/configure:594:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xprobe-0.3/libs-external/USI++/src/configure-595-      *) ac_optarg=yes ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-599-  -without-* | --without-*)
xprobe-0.3/libs-external/USI++/src/configure:600:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xprobe-0.3/libs-external/USI++/src/configure-601-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/libs-external/USI++/src/configure-604-   { (exit 1); exit 1; }; }
xprobe-0.3/libs-external/USI++/src/configure:605:    ac_package=`echo $ac_package | sed 's/-/_/g'`
xprobe-0.3/libs-external/USI++/src/configure-606-    eval "with_$ac_package=no" ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-631-  *=*)
xprobe-0.3/libs-external/USI++/src/configure:632:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xprobe-0.3/libs-external/USI++/src/configure-633-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/libs-external/USI++/src/configure-636-   { (exit 1); exit 1; }; }
xprobe-0.3/libs-external/USI++/src/configure:637:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
xprobe-0.3/libs-external/USI++/src/configure-638-    eval "$ac_envvar='$ac_optarg'"
##############################################
xprobe-0.3/libs-external/USI++/src/configure-652-if test -n "$ac_prev"; then
xprobe-0.3/libs-external/USI++/src/configure:653:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xprobe-0.3/libs-external/USI++/src/configure-654-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
xprobe-0.3/libs-external/USI++/src/configure-660-do
xprobe-0.3/libs-external/USI++/src/configure:661:  eval ac_val=$`echo $ac_var`
xprobe-0.3/libs-external/USI++/src/configure-662-  case $ac_val in
##############################################
xprobe-0.3/libs-external/USI++/src/configure-672-do
xprobe-0.3/libs-external/USI++/src/configure:673:  eval ac_val=$`echo $ac_var`
xprobe-0.3/libs-external/USI++/src/configure-674-  case $ac_val in
##############################################
xprobe-0.3/libs-external/USI++/src/configure-739-   { (exit 1); exit 1; }; }
xprobe-0.3/libs-external/USI++/src/configure:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
xprobe-0.3/libs-external/USI++/src/configure-741-ac_env_build_alias_set=${build_alias+set}
##############################################
xprobe-0.3/libs-external/USI++/src/configure-818-By default, \`make install' will install all the files in
xprobe-0.3/libs-external/USI++/src/configure:819:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xprobe-0.3/libs-external/USI++/src/configure:820:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xprobe-0.3/libs-external/USI++/src/configure-821-for instance \`--prefix=\$HOME'.
##############################################
xprobe-0.3/libs-external/USI++/src/configure-876-if test "$ac_dir" != .; then
xprobe-0.3/libs-external/USI++/src/configure:877:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xprobe-0.3/libs-external/USI++/src/configure-878-  # A "../" for each directory in $ac_dir_suffix.
xprobe-0.3/libs-external/USI++/src/configure:879:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xprobe-0.3/libs-external/USI++/src/configure-880-else
##############################################
xprobe-0.3/libs-external/USI++/src/configure-889-    else
xprobe-0.3/libs-external/USI++/src/configure:890:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xprobe-0.3/libs-external/USI++/src/configure-891-    fi ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1043-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xprobe-0.3/libs-external/USI++/src/configure:1044:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xprobe-0.3/libs-external/USI++/src/configure-1045-    esac
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1115-    do
xprobe-0.3/libs-external/USI++/src/configure:1116:      eval ac_val=$`echo $ac_var`
xprobe-0.3/libs-external/USI++/src/configure-1117-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1129-      do
xprobe-0.3/libs-external/USI++/src/configure:1130:	eval ac_val=$`echo $ac_var`
xprobe-0.3/libs-external/USI++/src/configure-1131-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1236-    set,)
xprobe-0.3/libs-external/USI++/src/configure:1237:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xprobe-0.3/libs-external/USI++/src/configure:1238:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xprobe-0.3/libs-external/USI++/src/configure-1239-      ac_cache_corrupted=: ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1259-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xprobe-0.3/libs-external/USI++/src/configure:1260:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xprobe-0.3/libs-external/USI++/src/configure-1261-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1341-test -z "$ac_cv_build_alias" &&
xprobe-0.3/libs-external/USI++/src/configure:1342:  ac_cv_build_alias=`$ac_config_guess`
xprobe-0.3/libs-external/USI++/src/configure-1343-test -z "$ac_cv_build_alias" &&
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1346-   { (exit 1); exit 1; }; }
xprobe-0.3/libs-external/USI++/src/configure:1347:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
xprobe-0.3/libs-external/USI++/src/configure-1348-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1355-build=$ac_cv_build
xprobe-0.3/libs-external/USI++/src/configure:1356:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xprobe-0.3/libs-external/USI++/src/configure:1357:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xprobe-0.3/libs-external/USI++/src/configure:1358:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xprobe-0.3/libs-external/USI++/src/configure-1359-
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1368-  ac_cv_host_alias=$ac_cv_build_alias
xprobe-0.3/libs-external/USI++/src/configure:1369:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
xprobe-0.3/libs-external/USI++/src/configure-1370-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1377-host=$ac_cv_host
xprobe-0.3/libs-external/USI++/src/configure:1378:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xprobe-0.3/libs-external/USI++/src/configure:1379:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xprobe-0.3/libs-external/USI++/src/configure:1380:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xprobe-0.3/libs-external/USI++/src/configure-1381-
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1480-     "checking for C++ compiler version" >&5
xprobe-0.3/libs-external/USI++/src/configure:1481:ac_compiler=`set X $ac_compile; echo $2`
xprobe-0.3/libs-external/USI++/src/configure-1482-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1519-echo $ECHO_N "checking for C++ compiler default output file name... $ECHO_C" >&6
xprobe-0.3/libs-external/USI++/src/configure:1520:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xprobe-0.3/libs-external/USI++/src/configure-1521-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1547-    *.* )
xprobe-0.3/libs-external/USI++/src/configure:1548:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xprobe-0.3/libs-external/USI++/src/configure-1549-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1627-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
xprobe-0.3/libs-external/USI++/src/configure:1628:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xprobe-0.3/libs-external/USI++/src/configure-1629-	  export ac_cv_exeext
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1677-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
xprobe-0.3/libs-external/USI++/src/configure:1678:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xprobe-0.3/libs-external/USI++/src/configure-1679-       break;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-1756-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
xprobe-0.3/libs-external/USI++/src/configure:1757:GXX=`test $ac_compiler_gnu = yes && echo yes`
xprobe-0.3/libs-external/USI++/src/configure-1758-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
xprobe-0.3/libs-external/USI++/src/configure-2418-     "checking for C compiler version" >&5
xprobe-0.3/libs-external/USI++/src/configure:2419:ac_compiler=`set X $ac_compile; echo $2`
xprobe-0.3/libs-external/USI++/src/configure-2420-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xprobe-0.3/libs-external/USI++/src/configure-2493-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
xprobe-0.3/libs-external/USI++/src/configure:2494:GCC=`test $ac_compiler_gnu = yes && echo yes`
xprobe-0.3/libs-external/USI++/src/configure-2495-ac_test_CFLAGS=${CFLAGS+set}
##############################################
xprobe-0.3/libs-external/USI++/src/configure-3571-do
xprobe-0.3/libs-external/USI++/src/configure:3572:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/libs-external/USI++/src/configure-3573-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
xprobe-0.3/libs-external/USI++/src/configure-3618-fi
xprobe-0.3/libs-external/USI++/src/configure:3619:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/libs-external/USI++/src/configure:3620:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/libs-external/USI++/src/configure:3621:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/libs-external/USI++/src/configure-3622-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/libs-external/USI++/src/configure:3623:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/libs-external/USI++/src/configure-3624-_ACEOF
##############################################
xprobe-0.3/libs-external/USI++/src/configure-3637-do
xprobe-0.3/libs-external/USI++/src/configure:3638:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/libs-external/USI++/src/configure-3639-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xprobe-0.3/libs-external/USI++/src/configure-3644-fi
xprobe-0.3/libs-external/USI++/src/configure:3645:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/libs-external/USI++/src/configure:3646:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/libs-external/USI++/src/configure-3647-else
##############################################
xprobe-0.3/libs-external/USI++/src/configure-3771-fi
xprobe-0.3/libs-external/USI++/src/configure:3772:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/libs-external/USI++/src/configure:3773:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/libs-external/USI++/src/configure-3774-
xprobe-0.3/libs-external/USI++/src/configure-3775-fi
xprobe-0.3/libs-external/USI++/src/configure:3776:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/libs-external/USI++/src/configure-3777-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/libs-external/USI++/src/configure:3778:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/libs-external/USI++/src/configure-3779-_ACEOF
##############################################
xprobe-0.3/libs-external/USI++/src/configure-4402-do
xprobe-0.3/libs-external/USI++/src/configure:4403:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xprobe-0.3/libs-external/USI++/src/configure-4404-    eval $as_var=C; export $as_var
##############################################
xprobe-0.3/libs-external/USI++/src/configure-4460-  as_lineno_2=$LINENO
xprobe-0.3/libs-external/USI++/src/configure:4461:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xprobe-0.3/libs-external/USI++/src/configure-4462-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xprobe-0.3/libs-external/USI++/src/configure-4500-  as_lineno_2=$LINENO
xprobe-0.3/libs-external/USI++/src/configure:4501:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xprobe-0.3/libs-external/USI++/src/configure-4502-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xprobe-0.3/libs-external/USI++/src/configure-4679-configured by $0, generated by GNU Autoconf 2.59,
xprobe-0.3/libs-external/USI++/src/configure:4680:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
xprobe-0.3/libs-external/USI++/src/configure-4681-
##############################################
xprobe-0.3/libs-external/USI++/src/configure-4696-  --*=*)
xprobe-0.3/libs-external/USI++/src/configure:4697:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
xprobe-0.3/libs-external/USI++/src/configure:4698:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
xprobe-0.3/libs-external/USI++/src/configure-4699-    ac_shift=:
##############################################
xprobe-0.3/libs-external/USI++/src/configure-4926-      fi
xprobe-0.3/libs-external/USI++/src/configure:4927:      ac_sed_frag=`expr $ac_sed_frag + 1`
xprobe-0.3/libs-external/USI++/src/configure-4928-      ac_beg=$ac_end
xprobe-0.3/libs-external/USI++/src/configure:4929:      ac_end=`expr $ac_end + $ac_max_sed_lines`
xprobe-0.3/libs-external/USI++/src/configure-4930-    fi
##############################################
xprobe-0.3/libs-external/USI++/src/configure-4943-	cat >$tmp/stdin
xprobe-0.3/libs-external/USI++/src/configure:4944:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xprobe-0.3/libs-external/USI++/src/configure:4945:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xprobe-0.3/libs-external/USI++/src/configure:4946:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xprobe-0.3/libs-external/USI++/src/configure:4947:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xprobe-0.3/libs-external/USI++/src/configure-4948-  * )   ac_file_in=$ac_file.in ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-4991-if test "$ac_dir" != .; then
xprobe-0.3/libs-external/USI++/src/configure:4992:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xprobe-0.3/libs-external/USI++/src/configure-4993-  # A "../" for each directory in $ac_dir_suffix.
xprobe-0.3/libs-external/USI++/src/configure:4994:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xprobe-0.3/libs-external/USI++/src/configure-4995-else
##############################################
xprobe-0.3/libs-external/USI++/src/configure-5004-    else
xprobe-0.3/libs-external/USI++/src/configure:5005:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xprobe-0.3/libs-external/USI++/src/configure-5006-    fi ;;
##############################################
xprobe-0.3/libs-external/USI++/src/configure-5156-	cat >$tmp/stdin
xprobe-0.3/libs-external/USI++/src/configure:5157:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xprobe-0.3/libs-external/USI++/src/configure:5158:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xprobe-0.3/libs-external/USI++/src/configure:5159:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xprobe-0.3/libs-external/USI++/src/configure:5160:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xprobe-0.3/libs-external/USI++/src/configure-5161-  * )   ac_file_in=$ac_file.in ;;
##############################################
xprobe-0.3/libs-external/USI++/src/ip.cc-362-         in.s_addr = iph.daddr;
xprobe-0.3/libs-external/USI++/src/ip.cc:363:         if (!resolv || (he = gethostbyaddr((char*)&in, sizeof(in), AF_INET)) == NULL)
xprobe-0.3/libs-external/USI++/src/ip.cc-364-            	strncpy(s, inet_ntoa(in), len);
##############################################
xprobe-0.3/libs-external/USI++/src/ip.cc-387-         in.s_addr = iph.saddr;
xprobe-0.3/libs-external/USI++/src/ip.cc:388:         if (!resolv || (he = gethostbyaddr((char*)&in, sizeof(in), AF_INET)) == NULL)
xprobe-0.3/libs-external/USI++/src/ip.cc-389-            	strncpy(s, inet_ntoa(in), len);
##############################################
xprobe-0.3/docs/modules_howto.txt-93-
xprobe-0.3/docs/modules_howto.txt:94:tg->get_addr() -- returns in_addr struct of target
xprobe-0.3/docs/modules_howto.txt-95-tg->get_interface() -- returns char ptr to interface name
xprobe-0.3/docs/modules_howto.txt:96:tg->get_inetface_addr() - returns address of the interface through which
xprobe-0.3/docs/modules_howto.txt-97-you connect to the target.
##############################################
xprobe-0.3/src/xplib/xp_get_iface_addr.cc-27-
xprobe-0.3/src/xplib/xp_get_iface_addr.cc:28:struct in_addr xp_get_iface_addr(char *iname) {
xprobe-0.3/src/xplib/xp_get_iface_addr.cc-29-    struct ifreq ifr;
##############################################
xprobe-0.3/src/xplib/xp_get_iface_addr.h-29-
xprobe-0.3/src/xplib/xp_get_iface_addr.h:30:struct in_addr xp_get_iface_addr(char *iname);
xprobe-0.3/src/xplib/xp_get_iface_addr.h-31-
##############################################
xprobe-0.3/src/xplib/xp_get_interface.cc-43-/* TMP fix. linux is a bitch */
xprobe-0.3/src/xplib/xp_get_interface.cc:44:    if (addr.s_addr == inet_addr("127.0.0.1")) {
xprobe-0.3/src/xplib/xp_get_interface.cc-45-        snprintf(ifrname, IF_NAMESIZE, "lo");
##############################################
xprobe-0.3/src/xplib/xp_get_src_addr.cc-23-#include "xplib.h"
xprobe-0.3/src/xplib/xp_get_src_addr.cc:24:struct in_addr xp_get_src_addr(struct in_addr dst) {
xprobe-0.3/src/xplib/xp_get_src_addr.cc-25-	struct sockaddr_in src, remote;
##############################################
xprobe-0.3/src/xplib/xp_get_src_addr.cc-33-	if ((sockfd = socket(AF_INET, SOCK_DGRAM, 0)) < 0) {
xprobe-0.3/src/xplib/xp_get_src_addr.cc:34:		perror("xp_get_src_addr():socket");
xprobe-0.3/src/xplib/xp_get_src_addr.cc-35-		/* couldn't allocate socket, something is really fucked */
##############################################
xprobe-0.3/src/xplib/xp_get_src_addr.cc-38-	if ((connect(sockfd, (struct sockaddr *) &remote, sizeof(remote))) < 0) {
xprobe-0.3/src/xplib/xp_get_src_addr.cc:39:		perror("xp_get_src_addr():connect");
xprobe-0.3/src/xplib/xp_get_src_addr.cc-40-		/* invalid ip address ? */
##############################################
xprobe-0.3/src/xplib/xp_get_src_addr.cc-44-	if ((getsockname(sockfd, (struct sockaddr *) &src, &socklen)) < 0) {
xprobe-0.3/src/xplib/xp_get_src_addr.cc:45:		perror("xp_get_src_addr(): getsockname");
xprobe-0.3/src/xplib/xp_get_src_addr.cc-46-		exit(1);
##############################################
xprobe-0.3/src/xplib/xp_get_src_addr.cc-50-	if (close(sockfd) < 0) {
xprobe-0.3/src/xplib/xp_get_src_addr.cc:51:		perror("xp_get_src_addr(): close");
xprobe-0.3/src/xplib/xp_get_src_addr.cc-52-		exit(1);
##############################################
xprobe-0.3/src/xplib/xp_get_src_addr.h-26-
xprobe-0.3/src/xplib/xp_get_src_addr.h:27:struct in_addr xp_get_src_addr(struct in_addr);
xprobe-0.3/src/xplib/xp_get_src_addr.h-28-
##############################################
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc-64-    xprobe_debug(XPROBE_DEBUG_MODULES, "--%s module has been executed against: %s\n", get_name(),
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc:65:            inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc-66-
##############################################
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc-133-	xml->log(XPROBELOG_STATS_SESS_START, "pscan stats");
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc:134:	ui->msg("\n[+] Portscan results for %s:\n", inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc-135-	ui->msg("[+]  Stats:\n");
##############################################
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc-258-int Portscanner::send_packets(Target *tg) {
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc:259:	struct in_addr remote=tg->get_addr(), local=tg->get_interface_addr();
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc-260-	TCP tcpp(inet_ntoa(remote));
##############################################
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc-368-    unsigned short sport;
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc:369:	struct in_addr remote=tg->get_addr(), local=tg->get_interface_addr();
xprobe-0.3/src/xpmodules/alive_probe/portscanner/portscanner.cc-370-	Xprobe::Timeval start;
##############################################
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc-64-    Xprobe::Timeval timeo;
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc:65:	struct in_addr remote = tgt->get_addr();
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc:66:	struct in_addr local = tgt->get_interface_addr();
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc-67-	struct in_addr gateway;
##############################################
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc-87-		ui->msg("[-] No distance calculation. %s appears to be dead or no ports known\n",
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc:88:				inet_ntoa(tgt->get_addr()));
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc-89-		return FAIL;
##############################################
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc-92-	if (showroute)
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc:93:		ui->msg("[%s] Showing route to %s:\n", get_name(), inet_ntoa(tgt->get_addr()));
xprobe-0.3/src/xpmodules/alive_probe/ttl_calc/ttl_calc.cc-94-	if ( (buf = (u_char *) malloc (BUFSIZE)) == NULL ) {
##############################################
xprobe-0.3/src/xpmodules/alive_probe/udp_ping.cc-50-    Xprobe::Timeval tv, t1, t2, tt;
xprobe-0.3/src/xpmodules/alive_probe/udp_ping.cc:51:	struct in_addr local=tg->get_interface_addr(), remote=tg->get_addr();
xprobe-0.3/src/xpmodules/alive_probe/udp_ping.cc-52-	UDP udpp(inet_ntoa(remote));
##############################################
xprobe-0.3/src/xpmodules/alive_probe/icmp_ping.cc-63-    xprobe_debug(XPROBE_DEBUG_MODULES, "--%s module has been executed against: %s\n", get_name(),
xprobe-0.3/src/xpmodules/alive_probe/icmp_ping.cc:64:            inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/alive_probe/icmp_ping.cc-65-    if (do_icmp_ping(tg)) {
##############################################
xprobe-0.3/src/xpmodules/alive_probe/icmp_ping.cc-99-    icmpp_id = rand();
xprobe-0.3/src/xpmodules/alive_probe/icmp_ping.cc:100:    local = tg->get_interface_addr();
xprobe-0.3/src/xpmodules/alive_probe/icmp_ping.cc:101:	remote = tg->get_addr();
xprobe-0.3/src/xpmodules/alive_probe/icmp_ping.cc-102-
##############################################
xprobe-0.3/src/xpmodules/alive_probe/tcp_ping.cc-50-    Xprobe::Timeval tv, t1, t2, tt;
xprobe-0.3/src/xpmodules/alive_probe/tcp_ping.cc:51:	struct in_addr local=tg->get_interface_addr(), remote=tg->get_addr();
xprobe-0.3/src/xpmodules/alive_probe/tcp_ping.cc-52-	TCP *tcpp = new TCP(inet_ntoa(remote));
##############################################
xprobe-0.3/src/xpmodules/modules_proto/test_mod.cc-43-    xprobe_debug(XPROBE_DEBUG_MODULES, "--%s module has been executed against: %s\n", get_name(),
xprobe-0.3/src/xpmodules/modules_proto/test_mod.cc:44:            inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/modules_proto/test_mod.cc-45-    os->add_result(get_id(), 1, XPROBE_MATCH_YES);
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc-81-    xprobe_debug(XPROBE_DEBUG_MODULES, "--%s module has been executed against: %s\n", get_name(),
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc:82:            inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc-83-
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc-117-    icmpp_id = rand();
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc:118:    local = tg->get_interface_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc:119:	remote = tg->get_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc-120-
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc-126-
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc:127:    icmpp.set_src(inet_ntoa(tg->get_interface_addr()));
xprobe-0.3/src/xpmodules/os_probe/icmp_addrmask/icmp_addrmask.cc-128-    icmpp.set_icmpId(icmpp_id);
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc-96-    xprobe_debug(XPROBE_DEBUG_MODULES, "--%s module has been executed against: %s\n", get_name(),
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc:97:            inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc-98-
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc-160-    icmpp_id = rand();
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc:161:    local = tg->get_interface_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc:162:	remote = tg->get_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc-163-
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc-169-
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc:170:    icmpp.set_src(inet_ntoa(tg->get_interface_addr()));
xprobe-0.3/src/xpmodules/os_probe/icmp_echo_id/icmp_echo_id.cc-171-	// set ip id now, instead of letting os do that
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc-82-    xprobe_debug(XPROBE_DEBUG_MODULES, "--%s module has been executed against: %s\n", get_name(),
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc:83:            inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc-84-
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc-117-    icmpp_id = rand();
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc:118:    local = tg->get_interface_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc:119:	remote = tg->get_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc-120-
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc-126-
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc:127:    icmpp.set_src(inet_ntoa(tg->get_interface_addr()));
xprobe-0.3/src/xpmodules/os_probe/icmp_inforeq/icmp_inforeq.cc-128-    icmpp.set_icmpId(icmpp_id);
##############################################
xprobe-0.3/src/xpmodules/os_probe/smb/smb_mod.cc-108-
xprobe-0.3/src/xpmodules/os_probe/smb/smb_mod.cc:109:	retval = smb.session_setup_and_x(tg->get_addr(), port);
xprobe-0.3/src/xpmodules/os_probe/smb/smb_mod.cc-110-	if (retval == FAIL) {
##############################################
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc-84-	map<string, Xprobe_Module_Param_TCP *>::iterator m_i;
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc:85:	TCP *request = new TCP(inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc-86-	char buf[1024];
##############################################
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc-91-	Xprobe::Timeval tv;
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc:92:	struct in_addr local=tg->get_interface_addr(), remote=tg->get_addr();
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc-93-	TCP sn(inet_ntoa(local));
##############################################
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc-124-    xprobe_debug(XPROBE_DEBUG_MODULES, "--%s module has been executed against: %s\n", get_name(),
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc:125:            inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc-126-	if (get_tcpopts_pack(tg, request)) {
##############################################
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc-447-	srand(time(NULL));
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc:448:	tcp->set_src(inet_ntoa(tg->get_interface_addr()));
xprobe-0.3/src/xpmodules/os_probe/tcp_handshake/tcp_handshake.cc-449-	//CHANGE PORT
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_port_unreach/icmp_port_unreach.cc-107-    struct timeval timeo;
xprobe-0.3/src/xpmodules/os_probe/icmp_port_unreach/icmp_port_unreach.cc:108:    struct in_addr local = Tgt->get_interface_addr(),
xprobe-0.3/src/xpmodules/os_probe/icmp_port_unreach/icmp_port_unreach.cc:109:                target = Tgt->get_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_port_unreach/icmp_port_unreach.cc-110-	struct ip *iph;
##############################################
xprobe-0.3/src/xpmodules/os_probe/snmp/snmp_mod.cc-102-	to.sin_port = htons(161);
xprobe-0.3/src/xpmodules/os_probe/snmp/snmp_mod.cc:103:	to.sin_addr = tg->get_addr();
xprobe-0.3/src/xpmodules/os_probe/snmp/snmp_mod.cc-104-
##############################################
xprobe-0.3/src/xpmodules/os_probe/tcp_rst/tcp_rst.cc-93-	char buf[1024];
xprobe-0.3/src/xpmodules/os_probe/tcp_rst/tcp_rst.cc:94:	struct in_addr local = tg->get_interface_addr(), remote = tg->get_addr();
xprobe-0.3/src/xpmodules/os_probe/tcp_rst/tcp_rst.cc-95-	struct timeval tv;
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc-80-    xprobe_debug(XPROBE_DEBUG_MODULES, "--%s module has been executed against: %s\n", get_name(),
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc:81:            inet_ntoa(tg->get_addr()));
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc-82-
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc-116-    icmpp_id = rand();
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc:117:    local = tg->get_interface_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc:118:	remote = tg->get_addr();
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc-119-    ICMP icmpp(inet_ntoa(remote));
##############################################
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc-124-
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc:125:    icmpp.set_src(inet_ntoa(tg->get_interface_addr()));
xprobe-0.3/src/xpmodules/os_probe/icmp_timestamp/icmp_timestamp.cc-126-    icmpp.set_icmpId(icmpp_id);
##############################################
xprobe-0.3/src/scan_engine.cc-59-        // first we check if the system is reachable
xprobe-0.3/src/scan_engine.cc:60:		xml->log(XPROBELOG_TG_SESS_START, "%a", inet_ntoa(tg->get_addr()));
xprobe-0.3/src/scan_engine.cc-61-		xml->log(XPROBELOG_REACH_SESS_START, "reachability");
xprobe-0.3/src/scan_engine.cc-62-        if (tg->check_alive()) {
xprobe-0.3/src/scan_engine.cc:63:            ui->msg("[+] Target: %s is alive. Round-Trip Time: %.5f sec\n", inet_ntoa(tg->get_addr()), (double)tg->get_rtt());
xprobe-0.3/src/scan_engine.cc-64-
##############################################
xprobe-0.3/src/target.cc-85-
xprobe-0.3/src/target.cc:86:    if ((addr = inet_addr(host)) == INADDR_NONE)
xprobe-0.3/src/target.cc-87-    {
##############################################
xprobe-0.3/src/target.cc-209-
xprobe-0.3/src/target.cc:210:struct in_addr Target::get_interface_addr(void) {
xprobe-0.3/src/target.cc-211-    struct in_addr a;
xprobe-0.3/src/target.cc:212://    a = xp_get_iface_addr(xp_get_interface(addr));
xprobe-0.3/src/target.cc:213:	a = xp_get_src_addr(addr);
xprobe-0.3/src/target.cc-214-    return a;
##############################################
xprobe-0.3/src/target.h-95-    Target(void) { addr.s_addr = INADDR_NONE; gen_sig = showroute = false; send_delay = distance = 0; rtt = 0.0; }
xprobe-0.3/src/target.h:96:    Target(struct in_addr a) { set_addr(a); gen_sig = showroute = false; send_delay = distance = 0; rtt = 0.0; }
xprobe-0.3/src/target.h-97-    Target(unsigned long int a) { addr.s_addr = a; gen_sig = showroute = false; send_delay = distance = 0; rtt = 0.0; }
xprobe-0.3/src/target.h:98:    void set_addr(struct in_addr a) {
xprobe-0.3/src/target.h-99-        memcpy((void *)&addr, (void *)&a, sizeof(struct in_addr));     
xprobe-0.3/src/target.h-100-    }
xprobe-0.3/src/target.h:101:    struct in_addr get_addr(void) { return addr; }
xprobe-0.3/src/target.h-102-    /*              protocol, port, status */
##############################################
xprobe-0.3/src/target.h-106-    int get_port(int, int);
xprobe-0.3/src/target.h:107:    struct in_addr get_interface_addr(void);
xprobe-0.3/src/target.h-108-    char *get_interface(void);
##############################################
xprobe-0.3/cfg-scripts/config.sub-54-
xprobe-0.3/cfg-scripts/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
xprobe-0.3/cfg-scripts/config.sub-56-
##############################################
xprobe-0.3/cfg-scripts/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
xprobe-0.3/cfg-scripts/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
xprobe-0.3/cfg-scripts/config.sub-120-case $maybe_os in
##############################################
xprobe-0.3/cfg-scripts/config.sub-123-    os=-$maybe_os
xprobe-0.3/cfg-scripts/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
xprobe-0.3/cfg-scripts/config.sub-125-    ;;
xprobe-0.3/cfg-scripts/config.sub-126-  *)
xprobe-0.3/cfg-scripts/config.sub:127:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
xprobe-0.3/cfg-scripts/config.sub-128-    if [ $basic_machine != $1 ]
xprobe-0.3/cfg-scripts/config.sub:129:    then os=`echo $1 | sed 's/.*-/-/'`
xprobe-0.3/cfg-scripts/config.sub-130-    else os=; fi
##############################################
xprobe-0.3/cfg-scripts/config.sub-174-		os=-sco3.2v5
xprobe-0.3/cfg-scripts/config.sub:175:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-176-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-178-		os=-sco3.2v4
xprobe-0.3/cfg-scripts/config.sub:179:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-180-		;;
xprobe-0.3/cfg-scripts/config.sub-181-	-sco3.2.[4-9]*)
xprobe-0.3/cfg-scripts/config.sub:182:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
xprobe-0.3/cfg-scripts/config.sub:183:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-184-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-186-		# Don't forget version if it is 3.2v4 or newer.
xprobe-0.3/cfg-scripts/config.sub:187:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-188-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-190-		os=-sco3.2v2
xprobe-0.3/cfg-scripts/config.sub:191:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-192-		;;
xprobe-0.3/cfg-scripts/config.sub-193-	-udk*)
xprobe-0.3/cfg-scripts/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-195-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-197-		os=-isc2.2
xprobe-0.3/cfg-scripts/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-199-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-203-	-isc*)
xprobe-0.3/cfg-scripts/config.sub:204:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-205-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-209-	-ptx*)
xprobe-0.3/cfg-scripts/config.sub:210:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
xprobe-0.3/cfg-scripts/config.sub-211-		;;
xprobe-0.3/cfg-scripts/config.sub-212-	-windowsnt*)
xprobe-0.3/cfg-scripts/config.sub:213:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
xprobe-0.3/cfg-scripts/config.sub-214-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-289-	*-*-*)
xprobe-0.3/cfg-scripts/config.sub:290:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xprobe-0.3/cfg-scripts/config.sub-291-		exit 1
##############################################
xprobe-0.3/cfg-scripts/config.sub-387-	amd64-*)
xprobe-0.3/cfg-scripts/config.sub:388:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-389-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-604-	i*86v32)
xprobe-0.3/cfg-scripts/config.sub:605:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-606-		os=-sysv32
##############################################
xprobe-0.3/cfg-scripts/config.sub-608-	i*86v4*)
xprobe-0.3/cfg-scripts/config.sub:609:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-610-		os=-sysv4
##############################################
xprobe-0.3/cfg-scripts/config.sub-612-	i*86v)
xprobe-0.3/cfg-scripts/config.sub:613:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-614-		os=-sysv
##############################################
xprobe-0.3/cfg-scripts/config.sub-616-	i*86sol2)
xprobe-0.3/cfg-scripts/config.sub:617:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
xprobe-0.3/cfg-scripts/config.sub-618-		os=-solaris2
##############################################
xprobe-0.3/cfg-scripts/config.sub-664-	mips3*-*)
xprobe-0.3/cfg-scripts/config.sub:665:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
xprobe-0.3/cfg-scripts/config.sub-666-		;;
xprobe-0.3/cfg-scripts/config.sub-667-	mips3*)
xprobe-0.3/cfg-scripts/config.sub:668:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
xprobe-0.3/cfg-scripts/config.sub-669-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-802-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
xprobe-0.3/cfg-scripts/config.sub:803:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-804-		;;
xprobe-0.3/cfg-scripts/config.sub-805-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
xprobe-0.3/cfg-scripts/config.sub:806:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-807-		;;
xprobe-0.3/cfg-scripts/config.sub-808-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
xprobe-0.3/cfg-scripts/config.sub:809:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-810-		;;
xprobe-0.3/cfg-scripts/config.sub-811-	pentium4-*)
xprobe-0.3/cfg-scripts/config.sub:812:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-813-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-820-		;;
xprobe-0.3/cfg-scripts/config.sub:821:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-822-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-826-	ppcle-* | powerpclittle-*)
xprobe-0.3/cfg-scripts/config.sub:827:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-828-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-830-		;;
xprobe-0.3/cfg-scripts/config.sub:831:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-832-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-836-	ppc64le-* | powerpc64little-*)
xprobe-0.3/cfg-scripts/config.sub:837:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub-838-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-1108-	*)
xprobe-0.3/cfg-scripts/config.sub:1109:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
xprobe-0.3/cfg-scripts/config.sub-1110-		exit 1
##############################################
xprobe-0.3/cfg-scripts/config.sub-1116-	*-digital*)
xprobe-0.3/cfg-scripts/config.sub:1117:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
xprobe-0.3/cfg-scripts/config.sub-1118-		;;
xprobe-0.3/cfg-scripts/config.sub-1119-	*-commodore*)
xprobe-0.3/cfg-scripts/config.sub:1120:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
xprobe-0.3/cfg-scripts/config.sub-1121-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-1134-	-solaris1 | -solaris1.*)
xprobe-0.3/cfg-scripts/config.sub:1135:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
xprobe-0.3/cfg-scripts/config.sub-1136-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-1146-	-gnu/linux*)
xprobe-0.3/cfg-scripts/config.sub:1147:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
xprobe-0.3/cfg-scripts/config.sub-1148-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-1187-	-nto*)
xprobe-0.3/cfg-scripts/config.sub:1188:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
xprobe-0.3/cfg-scripts/config.sub-1189-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-1194-	-mac*)
xprobe-0.3/cfg-scripts/config.sub:1195:		os=`echo $os | sed -e 's|mac|macos|'`
xprobe-0.3/cfg-scripts/config.sub-1196-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-1200-	-linux*)
xprobe-0.3/cfg-scripts/config.sub:1201:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
xprobe-0.3/cfg-scripts/config.sub-1202-		;;
xprobe-0.3/cfg-scripts/config.sub-1203-	-sunos5*)
xprobe-0.3/cfg-scripts/config.sub:1204:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
xprobe-0.3/cfg-scripts/config.sub-1205-		;;
xprobe-0.3/cfg-scripts/config.sub-1206-	-sunos6*)
xprobe-0.3/cfg-scripts/config.sub:1207:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
xprobe-0.3/cfg-scripts/config.sub-1208-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-1255-	-sinix5.*)
xprobe-0.3/cfg-scripts/config.sub:1256:		os=`echo $os | sed -e 's|sinix|sysv|'`
xprobe-0.3/cfg-scripts/config.sub-1257-		;;
##############################################
xprobe-0.3/cfg-scripts/config.sub-1303-		# Get rid of the `-' at the beginning of $os.
xprobe-0.3/cfg-scripts/config.sub:1304:		os=`echo $os | sed 's/[^-]*-//'`
xprobe-0.3/cfg-scripts/config.sub:1305:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
xprobe-0.3/cfg-scripts/config.sub-1306-		exit 1
##############################################
xprobe-0.3/cfg-scripts/config.sub-1542-		esac
xprobe-0.3/cfg-scripts/config.sub:1543:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
xprobe-0.3/cfg-scripts/config.sub-1544-		;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-37-
xprobe-0.3/cfg-scripts/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
xprobe-0.3/cfg-scripts/config.guess-39-
##############################################
xprobe-0.3/cfg-scripts/config.guess-106-: ${TMPDIR=/tmp} ;
xprobe-0.3/cfg-scripts/config.guess:107: { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
xprobe-0.3/cfg-scripts/config.guess-108- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
xprobe-0.3/cfg-scripts/config.guess-191-	    *)
xprobe-0.3/cfg-scripts/config.guess:192:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
xprobe-0.3/cfg-scripts/config.guess-193-		;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-250-	*4.0)
xprobe-0.3/cfg-scripts/config.guess:251:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
xprobe-0.3/cfg-scripts/config.guess-252-		;;
xprobe-0.3/cfg-scripts/config.guess-253-	*5.*)
xprobe-0.3/cfg-scripts/config.guess:254:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
xprobe-0.3/cfg-scripts/config.guess-255-		;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-260-	# types through head -n 1, so we only detect the type of CPU 0.
xprobe-0.3/cfg-scripts/config.guess:261:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
xprobe-0.3/cfg-scripts/config.guess-262-	case "$ALPHA_CPU_TYPE" in
##############################################
xprobe-0.3/cfg-scripts/config.guess-298-	# 1.2 uses "1.2" for uname -r.
xprobe-0.3/cfg-scripts/config.guess:299:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
xprobe-0.3/cfg-scripts/config.guess-300-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-349-    sun4H:SunOS:5.*:*)
xprobe-0.3/cfg-scripts/config.guess:350:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/cfg-scripts/config.guess-351-	exit 0 ;;
xprobe-0.3/cfg-scripts/config.guess-352-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
xprobe-0.3/cfg-scripts/config.guess:353:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/cfg-scripts/config.guess-354-	exit 0 ;;
xprobe-0.3/cfg-scripts/config.guess-355-    i86pc:SunOS:5.*:*)
xprobe-0.3/cfg-scripts/config.guess:356:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/cfg-scripts/config.guess-357-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-361-	# it's likely to be more like Solaris than SunOS4.
xprobe-0.3/cfg-scripts/config.guess:362:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/cfg-scripts/config.guess-363-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-370-	# Japanese Language versions have a version number like `4.1.3-JL'.
xprobe-0.3/cfg-scripts/config.guess:371:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
xprobe-0.3/cfg-scripts/config.guess-372-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-376-    sun*:*:4.2BSD:*)
xprobe-0.3/cfg-scripts/config.guess:377:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
xprobe-0.3/cfg-scripts/config.guess-378-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
xprobe-0.3/cfg-scripts/config.guess-458-	$CC_FOR_BUILD -o $dummy $dummy.c \
xprobe-0.3/cfg-scripts/config.guess:459:	  && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
xprobe-0.3/cfg-scripts/config.guess-460-	  && exit 0
##############################################
xprobe-0.3/cfg-scripts/config.guess-513-    *:IRIX*:*:*)
xprobe-0.3/cfg-scripts/config.guess:514:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
xprobe-0.3/cfg-scripts/config.guess-515-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-552-    *:AIX:*:[45])
xprobe-0.3/cfg-scripts/config.guess:553:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
xprobe-0.3/cfg-scripts/config.guess-554-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
xprobe-0.3/cfg-scripts/config.guess-587-    9000/[34678]??:HP-UX:*:*)
xprobe-0.3/cfg-scripts/config.guess:588:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xprobe-0.3/cfg-scripts/config.guess-589-	case "${UNAME_MACHINE}" in
##############################################
xprobe-0.3/cfg-scripts/config.guess-641-EOF
xprobe-0.3/cfg-scripts/config.guess:642:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
xprobe-0.3/cfg-scripts/config.guess-643-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
xprobe-0.3/cfg-scripts/config.guess-659-    ia64:HP-UX:*:*)
xprobe-0.3/cfg-scripts/config.guess:660:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
xprobe-0.3/cfg-scripts/config.guess-661-	echo ia64-hp-hpux${HPUX_REV}
##############################################
xprobe-0.3/cfg-scripts/config.guess-759-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xprobe-0.3/cfg-scripts/config.guess:760:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
xprobe-0.3/cfg-scripts/config.guess-761-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xprobe-0.3/cfg-scripts/config.guess-764-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
xprobe-0.3/cfg-scripts/config.guess:765:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
xprobe-0.3/cfg-scripts/config.guess-766-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
xprobe-0.3/cfg-scripts/config.guess-777-    *:FreeBSD:*:*)
xprobe-0.3/cfg-scripts/config.guess:778:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
xprobe-0.3/cfg-scripts/config.guess-779-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-807-    prep*:SunOS:5.*:*)
xprobe-0.3/cfg-scripts/config.guess:808:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
xprobe-0.3/cfg-scripts/config.guess-809-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-811-	# the GNU system
xprobe-0.3/cfg-scripts/config.guess:812:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
xprobe-0.3/cfg-scripts/config.guess-813-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-815-	# other systems with GNU libc and userland
xprobe-0.3/cfg-scripts/config.guess:816:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
xprobe-0.3/cfg-scripts/config.guess-817-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/config.guess-857-EOF
xprobe-0.3/cfg-scripts/config.guess:858:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
xprobe-0.3/cfg-scripts/config.guess-859-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
xprobe-0.3/cfg-scripts/config.guess-876-EOF
xprobe-0.3/cfg-scripts/config.guess:877:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
xprobe-0.3/cfg-scripts/config.guess-878-	test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
##############################################
xprobe-0.3/cfg-scripts/config.guess-977-EOF
xprobe-0.3/cfg-scripts/config.guess:978:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
xprobe-0.3/cfg-scripts/config.guess-979-	test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
##############################################
xprobe-0.3/cfg-scripts/config.guess-1016-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
xprobe-0.3/cfg-scripts/config.guess:1017:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
xprobe-0.3/cfg-scripts/config.guess-1018-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
xprobe-0.3/cfg-scripts/config.guess-1241-    *:DragonFly:*:*)
xprobe-0.3/cfg-scripts/config.guess:1242:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
xprobe-0.3/cfg-scripts/config.guess-1243-	exit 0 ;;
##############################################
xprobe-0.3/cfg-scripts/install-sh-85-
xprobe-0.3/cfg-scripts/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
xprobe-0.3/cfg-scripts/install-sh-87-	    shift
##############################################
xprobe-0.3/cfg-scripts/install-sh-89-
xprobe-0.3/cfg-scripts/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
xprobe-0.3/cfg-scripts/install-sh-91-	    shift
##############################################
xprobe-0.3/cfg-scripts/install-sh-150-	then
xprobe-0.3/cfg-scripts/install-sh:151:		dst="$dst"/`basename $src`
xprobe-0.3/cfg-scripts/install-sh-152-	else
##############################################
xprobe-0.3/cfg-scripts/install-sh-157-## this sed command emulates the dirname command
xprobe-0.3/cfg-scripts/install-sh:158:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
xprobe-0.3/cfg-scripts/install-sh-159-
##############################################
xprobe-0.3/cfg-scripts/install-sh-171-IFS='%'
xprobe-0.3/cfg-scripts/install-sh:172:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
xprobe-0.3/cfg-scripts/install-sh-173-IFS="${oIFS}"
##############################################
xprobe-0.3/cfg-scripts/install-sh-205-	then
xprobe-0.3/cfg-scripts/install-sh:206:		dstfile=`basename $dst`
xprobe-0.3/cfg-scripts/install-sh-207-	else
##############################################
xprobe-0.3/cfg-scripts/install-sh-215-	then
xprobe-0.3/cfg-scripts/install-sh:216:		dstfile=`basename $dst`
xprobe-0.3/cfg-scripts/install-sh-217-	else
##############################################
xprobe-0.3/CHANGELOG-673-
xprobe-0.3/CHANGELOG:674:	* xp_get_src_addr() to return source IP for packets
xprobe-0.3/CHANGELOG-675-
##############################################
xprobe-0.3/CHANGELOG-677-
xprobe-0.3/CHANGELOG:678:	* xp_get_src_addr() added to support interface aliases
xprobe-0.3/CHANGELOG-679-
##############################################
xprobe-0.3/configure-43-do
xprobe-0.3/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xprobe-0.3/configure-45-    eval $as_var=C; export $as_var
##############################################
xprobe-0.3/configure-101-  as_lineno_2=$LINENO
xprobe-0.3/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xprobe-0.3/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xprobe-0.3/configure-140-  as_lineno_2=$LINENO
xprobe-0.3/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xprobe-0.3/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xprobe-0.3/configure-363-
xprobe-0.3/configure:364:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
xprobe-0.3/configure-365-
##############################################
xprobe-0.3/configure-396-  -disable-* | --disable-*)
xprobe-0.3/configure:397:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
xprobe-0.3/configure-398-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/configure-401-   { (exit 1); exit 1; }; }
xprobe-0.3/configure:402:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xprobe-0.3/configure-403-    eval "enable_$ac_feature=no" ;;
##############################################
xprobe-0.3/configure-405-  -enable-* | --enable-*)
xprobe-0.3/configure:406:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
xprobe-0.3/configure-407-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/configure-410-   { (exit 1); exit 1; }; }
xprobe-0.3/configure:411:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
xprobe-0.3/configure-412-    case $ac_option in
xprobe-0.3/configure:413:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xprobe-0.3/configure-414-      *) ac_optarg=yes ;;
##############################################
xprobe-0.3/configure-587-  -with-* | --with-*)
xprobe-0.3/configure:588:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
xprobe-0.3/configure-589-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/configure-592-   { (exit 1); exit 1; }; }
xprobe-0.3/configure:593:    ac_package=`echo $ac_package| sed 's/-/_/g'`
xprobe-0.3/configure-594-    case $ac_option in
xprobe-0.3/configure:595:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
xprobe-0.3/configure-596-      *) ac_optarg=yes ;;
##############################################
xprobe-0.3/configure-600-  -without-* | --without-*)
xprobe-0.3/configure:601:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
xprobe-0.3/configure-602-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/configure-605-   { (exit 1); exit 1; }; }
xprobe-0.3/configure:606:    ac_package=`echo $ac_package | sed 's/-/_/g'`
xprobe-0.3/configure-607-    eval "with_$ac_package=no" ;;
##############################################
xprobe-0.3/configure-632-  *=*)
xprobe-0.3/configure:633:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
xprobe-0.3/configure-634-    # Reject names that are not valid shell variable names.
##############################################
xprobe-0.3/configure-637-   { (exit 1); exit 1; }; }
xprobe-0.3/configure:638:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
xprobe-0.3/configure-639-    eval "$ac_envvar='$ac_optarg'"
##############################################
xprobe-0.3/configure-653-if test -n "$ac_prev"; then
xprobe-0.3/configure:654:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
xprobe-0.3/configure-655-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
xprobe-0.3/configure-661-do
xprobe-0.3/configure:662:  eval ac_val=$`echo $ac_var`
xprobe-0.3/configure-663-  case $ac_val in
##############################################
xprobe-0.3/configure-673-do
xprobe-0.3/configure:674:  eval ac_val=$`echo $ac_var`
xprobe-0.3/configure-675-  case $ac_val in
##############################################
xprobe-0.3/configure-740-   { (exit 1); exit 1; }; }
xprobe-0.3/configure:741:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
xprobe-0.3/configure-742-ac_env_build_alias_set=${build_alias+set}
##############################################
xprobe-0.3/configure-819-By default, \`make install' will install all the files in
xprobe-0.3/configure:820:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
xprobe-0.3/configure:821:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
xprobe-0.3/configure-822-for instance \`--prefix=\$HOME'.
##############################################
xprobe-0.3/configure-895-if test "$ac_dir" != .; then
xprobe-0.3/configure:896:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xprobe-0.3/configure-897-  # A "../" for each directory in $ac_dir_suffix.
xprobe-0.3/configure:898:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xprobe-0.3/configure-899-else
##############################################
xprobe-0.3/configure-908-    else
xprobe-0.3/configure:909:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xprobe-0.3/configure-910-    fi ;;
##############################################
xprobe-0.3/configure-1062-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xprobe-0.3/configure:1063:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
xprobe-0.3/configure-1064-    esac
##############################################
xprobe-0.3/configure-1134-    do
xprobe-0.3/configure:1135:      eval ac_val=$`echo $ac_var`
xprobe-0.3/configure-1136-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
xprobe-0.3/configure-1148-      do
xprobe-0.3/configure:1149:	eval ac_val=$`echo $ac_var`
xprobe-0.3/configure-1150-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
xprobe-0.3/configure-1255-    set,)
xprobe-0.3/configure:1256:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
xprobe-0.3/configure:1257:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
xprobe-0.3/configure-1258-      ac_cache_corrupted=: ;;
##############################################
xprobe-0.3/configure-1278-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
xprobe-0.3/configure:1279:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
xprobe-0.3/configure-1280-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
xprobe-0.3/configure-1335-_ACEOF
xprobe-0.3/configure:1336:program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
xprobe-0.3/configure-1337-rm conftest.sed
##############################################
xprobe-0.3/configure-1346-	fi
xprobe-0.3/configure:1347:    CFGDIR="`eval echo $sysconfdir`/xprobe2"
xprobe-0.3/configure-1348-else
##############################################
xprobe-0.3/configure-1699-     "checking for C compiler version" >&5
xprobe-0.3/configure:1700:ac_compiler=`set X $ac_compile; echo $2`
xprobe-0.3/configure-1701-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xprobe-0.3/configure-1738-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
xprobe-0.3/configure:1739:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
xprobe-0.3/configure-1740-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
xprobe-0.3/configure-1766-    *.* )
xprobe-0.3/configure:1767:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xprobe-0.3/configure-1768-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
xprobe-0.3/configure-1846-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
xprobe-0.3/configure:1847:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
xprobe-0.3/configure-1848-	  export ac_cv_exeext
##############################################
xprobe-0.3/configure-1896-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
xprobe-0.3/configure:1897:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
xprobe-0.3/configure-1898-       break;;
##############################################
xprobe-0.3/configure-1975-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
xprobe-0.3/configure:1976:GCC=`test $ac_compiler_gnu = yes && echo yes`
xprobe-0.3/configure-1977-ac_test_CFLAGS=${CFLAGS+set}
##############################################
xprobe-0.3/configure-2407-     "checking for C++ compiler version" >&5
xprobe-0.3/configure:2408:ac_compiler=`set X $ac_compile; echo $2`
xprobe-0.3/configure-2409-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
xprobe-0.3/configure-2482-echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
xprobe-0.3/configure:2483:GXX=`test $ac_compiler_gnu = yes && echo yes`
xprobe-0.3/configure-2484-ac_test_CXXFLAGS=${CXXFLAGS+set}
##############################################
xprobe-0.3/configure-2746-
xprobe-0.3/configure:2747:SOURCES=`cd src; ls *.cc | awk ' { printf "%s ", $1 } '`
xprobe-0.3/configure-2748-
xprobe-0.3/configure:2749:HEADERS=`cd src; ls *.h | awk '!/defines.h|config.h/{ printf "%s ", $1 }'`
xprobe-0.3/configure-2750-
##############################################
xprobe-0.3/configure-2781-test -z "$ac_cv_build_alias" &&
xprobe-0.3/configure:2782:  ac_cv_build_alias=`$ac_config_guess`
xprobe-0.3/configure-2783-test -z "$ac_cv_build_alias" &&
##############################################
xprobe-0.3/configure-2786-   { (exit 1); exit 1; }; }
xprobe-0.3/configure:2787:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
xprobe-0.3/configure-2788-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
xprobe-0.3/configure-2795-build=$ac_cv_build
xprobe-0.3/configure:2796:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xprobe-0.3/configure:2797:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xprobe-0.3/configure:2798:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xprobe-0.3/configure-2799-
##############################################
xprobe-0.3/configure-2808-  ac_cv_host_alias=$ac_cv_build_alias
xprobe-0.3/configure:2809:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
xprobe-0.3/configure-2810-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
xprobe-0.3/configure-2817-host=$ac_cv_host
xprobe-0.3/configure:2818:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
xprobe-0.3/configure:2819:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
xprobe-0.3/configure:2820:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
xprobe-0.3/configure-2821-
##############################################
xprobe-0.3/configure-3268-do
xprobe-0.3/configure:3269:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/configure-3270-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
xprobe-0.3/configure-3315-fi
xprobe-0.3/configure:3316:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3317:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure:3318:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/configure-3319-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/configure:3320:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/configure-3321-_ACEOF
##############################################
xprobe-0.3/configure-3330-do
xprobe-0.3/configure:3331:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/configure-3332-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xprobe-0.3/configure-3337-fi
xprobe-0.3/configure:3338:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3339:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3340-else
##############################################
xprobe-0.3/configure-3464-fi
xprobe-0.3/configure:3465:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3466:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3467-
xprobe-0.3/configure-3468-fi
xprobe-0.3/configure:3469:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/configure-3470-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/configure:3471:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/configure-3472-_ACEOF
##############################################
xprobe-0.3/configure-3480-do
xprobe-0.3/configure:3481:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/configure-3482-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xprobe-0.3/configure-3487-fi
xprobe-0.3/configure:3488:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3489:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3490-else
##############################################
xprobe-0.3/configure-3614-fi
xprobe-0.3/configure:3615:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3616:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3617-
xprobe-0.3/configure-3618-fi
xprobe-0.3/configure:3619:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/configure-3620-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/configure:3621:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/configure-3622-_ACEOF
##############################################
xprobe-0.3/configure-3630-do
xprobe-0.3/configure:3631:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/configure-3632-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xprobe-0.3/configure-3637-fi
xprobe-0.3/configure:3638:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3639:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3640-else
##############################################
xprobe-0.3/configure-3764-fi
xprobe-0.3/configure:3765:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3766:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3767-
xprobe-0.3/configure-3768-fi
xprobe-0.3/configure:3769:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/configure-3770-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/configure:3771:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/configure-3772-_ACEOF
##############################################
xprobe-0.3/configure-3780-do
xprobe-0.3/configure:3781:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/configure-3782-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xprobe-0.3/configure-3787-fi
xprobe-0.3/configure:3788:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3789:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3790-else
##############################################
xprobe-0.3/configure-3914-fi
xprobe-0.3/configure:3915:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3916:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3917-
xprobe-0.3/configure-3918-fi
xprobe-0.3/configure:3919:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/configure-3920-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/configure:3921:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/configure-3922-_ACEOF
##############################################
xprobe-0.3/configure-3930-do
xprobe-0.3/configure:3931:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/configure-3932-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xprobe-0.3/configure-3937-fi
xprobe-0.3/configure:3938:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:3939:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-3940-else
##############################################
xprobe-0.3/configure-4064-fi
xprobe-0.3/configure:4065:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:4066:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-4067-
xprobe-0.3/configure-4068-fi
xprobe-0.3/configure:4069:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/configure-4070-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/configure:4071:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/configure-4072-_ACEOF
##############################################
xprobe-0.3/configure-4080-do
xprobe-0.3/configure:4081:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/configure-4082-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xprobe-0.3/configure-4087-fi
xprobe-0.3/configure:4088:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:4089:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-4090-else
##############################################
xprobe-0.3/configure-4214-fi
xprobe-0.3/configure:4215:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:4216:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-4217-
xprobe-0.3/configure-4218-fi
xprobe-0.3/configure:4219:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/configure-4220-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/configure:4221:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/configure-4222-_ACEOF
##############################################
xprobe-0.3/configure-4474-do
xprobe-0.3/configure:4475:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
xprobe-0.3/configure-4476-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
xprobe-0.3/configure-4481-fi
xprobe-0.3/configure:4482:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:4483:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-4484-else
##############################################
xprobe-0.3/configure-4608-fi
xprobe-0.3/configure:4609:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
xprobe-0.3/configure:4610:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
xprobe-0.3/configure-4611-
xprobe-0.3/configure-4612-fi
xprobe-0.3/configure:4613:if test `eval echo '${'$as_ac_Header'}'` = yes; then
xprobe-0.3/configure-4614-  cat >>confdefs.h <<_ACEOF
xprobe-0.3/configure:4615:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
xprobe-0.3/configure-4616-_ACEOF
##############################################
xprobe-0.3/configure-4874-echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
xprobe-0.3/configure:4875:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
xprobe-0.3/configure-4876-if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
##############################################
xprobe-0.3/configure-4883-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
xprobe-0.3/configure:4884:eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
xprobe-0.3/configure-4885-if test -n "$ac_maketemp"; then
##############################################
xprobe-0.3/configure-4891-fi
xprobe-0.3/configure:4892:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
xprobe-0.3/configure-4893-  echo "$as_me:$LINENO: result: yes" >&5
##############################################
xprobe-0.3/configure-5057-do
xprobe-0.3/configure:5058:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
xprobe-0.3/configure-5059-    eval $as_var=C; export $as_var
##############################################
xprobe-0.3/configure-5115-  as_lineno_2=$LINENO
xprobe-0.3/configure:5116:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xprobe-0.3/configure-5117-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xprobe-0.3/configure-5155-  as_lineno_2=$LINENO
xprobe-0.3/configure:5156:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
xprobe-0.3/configure-5157-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
xprobe-0.3/configure-5334-configured by $0, generated by GNU Autoconf 2.59,
xprobe-0.3/configure:5335:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
xprobe-0.3/configure-5336-
##############################################
xprobe-0.3/configure-5351-  --*=*)
xprobe-0.3/configure:5352:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
xprobe-0.3/configure:5353:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
xprobe-0.3/configure-5354-    ac_shift=:
##############################################
xprobe-0.3/configure-5606-      fi
xprobe-0.3/configure:5607:      ac_sed_frag=`expr $ac_sed_frag + 1`
xprobe-0.3/configure-5608-      ac_beg=$ac_end
xprobe-0.3/configure:5609:      ac_end=`expr $ac_end + $ac_max_sed_lines`
xprobe-0.3/configure-5610-    fi
##############################################
xprobe-0.3/configure-5623-	cat >$tmp/stdin
xprobe-0.3/configure:5624:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xprobe-0.3/configure:5625:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xprobe-0.3/configure:5626:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xprobe-0.3/configure:5627:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xprobe-0.3/configure-5628-  * )   ac_file_in=$ac_file.in ;;
##############################################
xprobe-0.3/configure-5671-if test "$ac_dir" != .; then
xprobe-0.3/configure:5672:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xprobe-0.3/configure-5673-  # A "../" for each directory in $ac_dir_suffix.
xprobe-0.3/configure:5674:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xprobe-0.3/configure-5675-else
##############################################
xprobe-0.3/configure-5684-    else
xprobe-0.3/configure:5685:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xprobe-0.3/configure-5686-    fi ;;
##############################################
xprobe-0.3/configure-5836-	cat >$tmp/stdin
xprobe-0.3/configure:5837:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xprobe-0.3/configure:5838:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xprobe-0.3/configure:5839:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
xprobe-0.3/configure:5840:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
xprobe-0.3/configure-5841-  * )   ac_file_in=$ac_file.in ;;
##############################################
xprobe-0.3/configure-6140-if test "$ac_dir" != .; then
xprobe-0.3/configure:6141:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
xprobe-0.3/configure-6142-  # A "../" for each directory in $ac_dir_suffix.
xprobe-0.3/configure:6143:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
xprobe-0.3/configure-6144-else
##############################################
xprobe-0.3/configure-6153-    else
xprobe-0.3/configure:6154:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
xprobe-0.3/configure-6155-    fi ;;
##############################################
xprobe-0.3/configure.in-31-	fi 
xprobe-0.3/configure.in:32:    CFGDIR="`eval echo $sysconfdir`/xprobe2"
xprobe-0.3/configure.in-33-else
##############################################
xprobe-0.3/configure.in-44-AC_PROG_RANLIB
xprobe-0.3/configure.in:45:SOURCES=`cd src; ls *.cc | awk ' { printf "%s ", $1 } '`
xprobe-0.3/configure.in-46-AC_SUBST(SOURCES)
xprobe-0.3/configure.in:47:HEADERS=`cd src; ls *.h | awk '!/defines.h|config.h/{ printf "%s ", $1 }'`
xprobe-0.3/configure.in-48-AC_SUBST(HEADERS)         
##############################################
xprobe-0.3/.pc/fix-for-gcc4.3.patch/libs-external/USI++/src/ip.cc-361-         in.s_addr = iph.daddr;
xprobe-0.3/.pc/fix-for-gcc4.3.patch/libs-external/USI++/src/ip.cc:362:         if (!resolv || (he = gethostbyaddr((char*)&in, sizeof(in), AF_INET)) == NULL)
xprobe-0.3/.pc/fix-for-gcc4.3.patch/libs-external/USI++/src/ip.cc-363-            	strncpy(s, inet_ntoa(in), len);
##############################################
xprobe-0.3/.pc/fix-for-gcc4.3.patch/libs-external/USI++/src/ip.cc-386-         in.s_addr = iph.saddr;
xprobe-0.3/.pc/fix-for-gcc4.3.patch/libs-external/USI++/src/ip.cc:387:         if (!resolv || (he = gethostbyaddr((char*)&in, sizeof(in), AF_INET)) == NULL)
xprobe-0.3/.pc/fix-for-gcc4.3.patch/libs-external/USI++/src/ip.cc-388-            	strncpy(s, inet_ntoa(in), len);