===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vtun-3.0.4/install-sh-73-
vtun-3.0.4/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
vtun-3.0.4/install-sh-75-	    shift
##############################################
vtun-3.0.4/install-sh-77-
vtun-3.0.4/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
vtun-3.0.4/install-sh-79-	    shift
##############################################
vtun-3.0.4/install-sh-138-	then
vtun-3.0.4/install-sh:139:		dst="$dst"/`basename $src`
vtun-3.0.4/install-sh-140-	else
##############################################
vtun-3.0.4/install-sh-145-## this sed command emulates the dirname command
vtun-3.0.4/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
vtun-3.0.4/install-sh-147-
##############################################
vtun-3.0.4/install-sh-159-IFS='%'
vtun-3.0.4/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
vtun-3.0.4/install-sh-161-IFS="${oIFS}"
##############################################
vtun-3.0.4/install-sh-193-	then
vtun-3.0.4/install-sh:194:		dstfile=`basename $dst`
vtun-3.0.4/install-sh-195-	else
##############################################
vtun-3.0.4/install-sh-203-	then
vtun-3.0.4/install-sh:204:		dstfile=`basename $dst`
vtun-3.0.4/install-sh-205-	else
##############################################
vtun-3.0.4/config.sub-54-
vtun-3.0.4/config.sub:55:me=`echo "$0" | sed -e 's,.*/,,'`
vtun-3.0.4/config.sub-56-
##############################################
vtun-3.0.4/config.sub-118-# Here we must recognize all the valid KERNEL-OS combinations.
vtun-3.0.4/config.sub:119:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
vtun-3.0.4/config.sub-120-case $maybe_os in
##############################################
vtun-3.0.4/config.sub-122-    os=-$maybe_os
vtun-3.0.4/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
vtun-3.0.4/config.sub-124-    ;;
vtun-3.0.4/config.sub-125-  *)
vtun-3.0.4/config.sub:126:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
vtun-3.0.4/config.sub-127-    if [ $basic_machine != $1 ]
vtun-3.0.4/config.sub:128:    then os=`echo $1 | sed 's/.*-/-/'`
vtun-3.0.4/config.sub-129-    else os=; fi
##############################################
vtun-3.0.4/config.sub-173-		os=-sco3.2v5
vtun-3.0.4/config.sub:174:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vtun-3.0.4/config.sub-175-		;;
##############################################
vtun-3.0.4/config.sub-177-		os=-sco3.2v4
vtun-3.0.4/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vtun-3.0.4/config.sub-179-		;;
vtun-3.0.4/config.sub-180-	-sco3.2.[4-9]*)
vtun-3.0.4/config.sub:181:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
vtun-3.0.4/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vtun-3.0.4/config.sub-183-		;;
##############################################
vtun-3.0.4/config.sub-185-		# Don't forget version if it is 3.2v4 or newer.
vtun-3.0.4/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vtun-3.0.4/config.sub-187-		;;
##############################################
vtun-3.0.4/config.sub-189-		os=-sco3.2v2
vtun-3.0.4/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vtun-3.0.4/config.sub-191-		;;
vtun-3.0.4/config.sub-192-	-udk*)
vtun-3.0.4/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vtun-3.0.4/config.sub-194-		;;
##############################################
vtun-3.0.4/config.sub-196-		os=-isc2.2
vtun-3.0.4/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vtun-3.0.4/config.sub-198-		;;
##############################################
vtun-3.0.4/config.sub-202-	-isc*)
vtun-3.0.4/config.sub:203:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
vtun-3.0.4/config.sub-204-		;;
##############################################
vtun-3.0.4/config.sub-208-	-ptx*)
vtun-3.0.4/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
vtun-3.0.4/config.sub-210-		;;
vtun-3.0.4/config.sub-211-	-windowsnt*)
vtun-3.0.4/config.sub:212:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
vtun-3.0.4/config.sub-213-		;;
##############################################
vtun-3.0.4/config.sub-273-	*-*-*)
vtun-3.0.4/config.sub:274:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
vtun-3.0.4/config.sub-275-		exit 1
##############################################
vtun-3.0.4/config.sub-541-	i*86v32)
vtun-3.0.4/config.sub:542:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vtun-3.0.4/config.sub-543-		os=-sysv32
##############################################
vtun-3.0.4/config.sub-545-	i*86v4*)
vtun-3.0.4/config.sub:546:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vtun-3.0.4/config.sub-547-		os=-sysv4
##############################################
vtun-3.0.4/config.sub-549-	i*86v)
vtun-3.0.4/config.sub:550:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vtun-3.0.4/config.sub-551-		os=-sysv
##############################################
vtun-3.0.4/config.sub-553-	i*86sol2)
vtun-3.0.4/config.sub:554:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
vtun-3.0.4/config.sub-555-		os=-solaris2
##############################################
vtun-3.0.4/config.sub-609-	mips3*-*)
vtun-3.0.4/config.sub:610:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
vtun-3.0.4/config.sub-611-		;;
vtun-3.0.4/config.sub-612-	mips3*)
vtun-3.0.4/config.sub:613:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
vtun-3.0.4/config.sub-614-		;;
##############################################
vtun-3.0.4/config.sub-736-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
vtun-3.0.4/config.sub:737:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
vtun-3.0.4/config.sub-738-		;;
vtun-3.0.4/config.sub-739-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
vtun-3.0.4/config.sub:740:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
vtun-3.0.4/config.sub-741-		;;
vtun-3.0.4/config.sub-742-	pentiumii-* | pentium2-*)
vtun-3.0.4/config.sub:743:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
vtun-3.0.4/config.sub-744-		;;
##############################################
vtun-3.0.4/config.sub-751-	        ;;
vtun-3.0.4/config.sub:752:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
vtun-3.0.4/config.sub-753-		;;
##############################################
vtun-3.0.4/config.sub-757-	ppcle-* | powerpclittle-*)
vtun-3.0.4/config.sub:758:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
vtun-3.0.4/config.sub-759-		;;
##############################################
vtun-3.0.4/config.sub-761-	        ;;
vtun-3.0.4/config.sub:762:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
vtun-3.0.4/config.sub-763-		;;
##############################################
vtun-3.0.4/config.sub-767-	ppc64le-* | powerpc64little-*)
vtun-3.0.4/config.sub:768:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
vtun-3.0.4/config.sub-769-		;;
##############################################
vtun-3.0.4/config.sub-1015-	*)
vtun-3.0.4/config.sub:1016:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
vtun-3.0.4/config.sub-1017-		exit 1
##############################################
vtun-3.0.4/config.sub-1023-	*-digital*)
vtun-3.0.4/config.sub:1024:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
vtun-3.0.4/config.sub-1025-		;;
vtun-3.0.4/config.sub-1026-	*-commodore*)
vtun-3.0.4/config.sub:1027:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
vtun-3.0.4/config.sub-1028-		;;
##############################################
vtun-3.0.4/config.sub-1041-	-solaris1 | -solaris1.*)
vtun-3.0.4/config.sub:1042:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
vtun-3.0.4/config.sub-1043-		;;
##############################################
vtun-3.0.4/config.sub-1053-	-gnu/linux*)
vtun-3.0.4/config.sub:1054:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
vtun-3.0.4/config.sub-1055-		;;
##############################################
vtun-3.0.4/config.sub-1096-	-mac*)
vtun-3.0.4/config.sub:1097:		os=`echo $os | sed -e 's|mac|macos|'`
vtun-3.0.4/config.sub-1098-		;;
vtun-3.0.4/config.sub-1099-	-linux*)
vtun-3.0.4/config.sub:1100:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
vtun-3.0.4/config.sub-1101-		;;
vtun-3.0.4/config.sub-1102-	-sunos5*)
vtun-3.0.4/config.sub:1103:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
vtun-3.0.4/config.sub-1104-		;;
vtun-3.0.4/config.sub-1105-	-sunos6*)
vtun-3.0.4/config.sub:1106:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
vtun-3.0.4/config.sub-1107-		;;
##############################################
vtun-3.0.4/config.sub-1142-	-sinix5.*)
vtun-3.0.4/config.sub:1143:		os=`echo $os | sed -e 's|sinix|sysv|'`
vtun-3.0.4/config.sub-1144-		;;
##############################################
vtun-3.0.4/config.sub-1181-		# Get rid of the `-' at the beginning of $os.
vtun-3.0.4/config.sub:1182:		os=`echo $os | sed 's/[^-]*-//'`
vtun-3.0.4/config.sub:1183:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
vtun-3.0.4/config.sub-1184-		exit 1
##############################################
vtun-3.0.4/config.sub-1404-		esac
vtun-3.0.4/config.sub:1405:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
vtun-3.0.4/config.sub-1406-		;;
##############################################
vtun-3.0.4/config.guess-37-
vtun-3.0.4/config.guess:38:me=`echo "$0" | sed -e 's,.*/,,'`
vtun-3.0.4/config.guess-39-
##############################################
vtun-3.0.4/config.guess-170-	# The OS release
vtun-3.0.4/config.guess:171:	release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
vtun-3.0.4/config.guess-172-	# Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
##############################################
vtun-3.0.4/config.guess-217-	if test $UNAME_RELEASE = "V4.0"; then
vtun-3.0.4/config.guess:218:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
vtun-3.0.4/config.guess-219-	fi
##############################################
vtun-3.0.4/config.guess-251-	if test "$?" = 0 ; then
vtun-3.0.4/config.guess:252:		case `./$dummy` in
vtun-3.0.4/config.guess-253-			0-0)
##############################################
vtun-3.0.4/config.guess-276-	rm -f $dummy.s $dummy
vtun-3.0.4/config.guess:277:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
vtun-3.0.4/config.guess-278-	exit 0 ;;
##############################################
vtun-3.0.4/config.guess-314-    sun4H:SunOS:5.*:*)
vtun-3.0.4/config.guess:315:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vtun-3.0.4/config.guess-316-	exit 0 ;;
vtun-3.0.4/config.guess-317-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
vtun-3.0.4/config.guess:318:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vtun-3.0.4/config.guess-319-	exit 0 ;;
vtun-3.0.4/config.guess-320-    i86pc:SunOS:5.*:*)
vtun-3.0.4/config.guess:321:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vtun-3.0.4/config.guess-322-	exit 0 ;;
##############################################
vtun-3.0.4/config.guess-326-	# it's likely to be more like Solaris than SunOS4.
vtun-3.0.4/config.guess:327:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vtun-3.0.4/config.guess-328-	exit 0 ;;
##############################################
vtun-3.0.4/config.guess-335-	# Japanese Language versions have a version number like `4.1.3-JL'.
vtun-3.0.4/config.guess:336:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
vtun-3.0.4/config.guess-337-	exit 0 ;;
##############################################
vtun-3.0.4/config.guess-341-    sun*:*:4.2BSD:*)
vtun-3.0.4/config.guess:342:	UNAME_RELEASE=`(head -1 /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
vtun-3.0.4/config.guess-343-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
vtun-3.0.4/config.guess-420-	$CC_FOR_BUILD $dummy.c -o $dummy \
vtun-3.0.4/config.guess:421:	  && ./$dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
vtun-3.0.4/config.guess-422-	  && rm -f $dummy.c $dummy && exit 0
##############################################
vtun-3.0.4/config.guess-470-    *:IRIX*:*:*)
vtun-3.0.4/config.guess:471:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
vtun-3.0.4/config.guess-472-	exit 0 ;;
##############################################
vtun-3.0.4/config.guess-510-    *:AIX:*:[45])
vtun-3.0.4/config.guess:511:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | head -1 | awk '{ print $1 }'`
vtun-3.0.4/config.guess-512-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
vtun-3.0.4/config.guess-545-    9000/[34678]??:HP-UX:*:*)
vtun-3.0.4/config.guess:546:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
vtun-3.0.4/config.guess-547-	case "${UNAME_MACHINE}" in
##############################################
vtun-3.0.4/config.guess-599-EOF
vtun-3.0.4/config.guess:600:		    (CCOPTS= $CC_FOR_BUILD $dummy.c -o $dummy 2>/dev/null) && HP_ARCH=`./$dummy`
vtun-3.0.4/config.guess-601-		    if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi
##############################################
vtun-3.0.4/config.guess-607-    ia64:HP-UX:*:*)
vtun-3.0.4/config.guess:608:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
vtun-3.0.4/config.guess-609-	echo ia64-hp-hpux${HPUX_REV}
##############################################
vtun-3.0.4/config.guess-714-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
vtun-3.0.4/config.guess:715:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
vtun-3.0.4/config.guess-716-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
vtun-3.0.4/config.guess-727-    *:FreeBSD:*:*)
vtun-3.0.4/config.guess:728:	echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
vtun-3.0.4/config.guess-729-	exit 0 ;;
##############################################
vtun-3.0.4/config.guess-751-    prep*:SunOS:5.*:*)
vtun-3.0.4/config.guess:752:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
vtun-3.0.4/config.guess-753-	exit 0 ;;
vtun-3.0.4/config.guess-754-    *:GNU:*:*)
vtun-3.0.4/config.guess:755:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
vtun-3.0.4/config.guess-756-	exit 0 ;;
##############################################
vtun-3.0.4/config.guess-888-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
vtun-3.0.4/config.guess:889:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
vtun-3.0.4/config.guess-890-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
vtun-3.0.4/scripts/vtund.rc.debian-20-          if [ $? != 0 ] ; then break; fi
vtun-3.0.4/scripts/vtund.rc.debian:21:              SARGS=`echo $i|sed -ne 's/--server--\s*/-s -P /p'`;
vtun-3.0.4/scripts/vtund.rc.debian-22-              if [ -n "$SARGS" ];
##############################################
vtun-3.0.4/scripts/vtund.rc.debian-27-                  # split args into host and rest
vtun-3.0.4/scripts/vtund.rc.debian:28:                  HOST=`echo $i|cut -f 1 -d " "`;
vtun-3.0.4/scripts/vtund.rc.debian:29:                  TARGET=`echo $i|cut -f 2 -d " "`;
vtun-3.0.4/scripts/vtund.rc.debian-30-                  echo  "Starting vtund client $HOST to $TARGET.";
##############################################
vtun-3.0.4/scripts/reroute-23-# Get original route
vtun-3.0.4/scripts/reroute:24:ROUTE=`$IP route get $IP_D from $IP_S | grep dev`
vtun-3.0.4/scripts/reroute-25-
##############################################
vtun-3.0.4/debian/configure.in.patch-126-@@ -263,6 +264,7 @@
vtun-3.0.4/debian/configure.in.patch:127: REL=`echo 'BRANCH-3_X' | tr -d '$: \-' | sed 's/^[A-Za-z]*//' | sed 's/\_/\./'`
vtun-3.0.4/debian/configure.in.patch-128- changequote([,])
##############################################
vtun-3.0.4/debian/patches/03-signedness-warnings.patch-187- /* Set local address */
vtun-3.0.4/debian/patches/03-signedness-warnings.patch:188: int local_addr(struct sockaddr_in *addr, struct vtun_host *host, int con)
vtun-3.0.4/debian/patches/03-signedness-warnings.patch-189- {
##############################################
vtun-3.0.4/debian/patches/06-ipv6.patch-14-+++ vtun-3.0.2/netlib.c
vtun-3.0.4/debian/patches/06-ipv6.patch:15:@@ -229,21 +229,23 @@ int local_addr(struct sockaddr_in *addr,
vtun-3.0.4/debian/patches/06-ipv6.patch-16- 
vtun-3.0.4/debian/patches/06-ipv6.patch:17: int server_addr(struct sockaddr_in *addr, struct vtun_host *host)
vtun-3.0.4/debian/patches/06-ipv6.patch-18- {
##############################################
vtun-3.0.4/debian/patches/06-ipv6.patch-43-      host->sopt.rport = vtun.bind_addr.port;
vtun-3.0.4/debian/patches/06-ipv6.patch:44:@@ -254,8 +256,11 @@ int server_addr(struct sockaddr_in *addr
vtun-3.0.4/debian/patches/06-ipv6.patch-45- /* Set address by interface name, ip address or hostname */
vtun-3.0.4/debian/patches/06-ipv6.patch:46: int generic_addr(struct sockaddr_in *addr, struct vtun_addr *vaddr)
vtun-3.0.4/debian/patches/06-ipv6.patch-47- {
##############################################
vtun-3.0.4/debian/patches/06-ipv6.patch-56-   
vtun-3.0.4/debian/patches/06-ipv6.patch:57:@@ -270,13 +275,14 @@ int generic_addr(struct sockaddr_in *add
vtun-3.0.4/debian/patches/06-ipv6.patch-58- 	 }
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-71- 
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:72:-unsigned long getifaddr(char * ifname);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:73:+int getifaddr(struct sockaddr_storage *addr, char * ifname, sa_family_t af);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-74- int connect_t(int s, struct sockaddr *svr, time_t timeout); 
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-76- 
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:77:-int local_addr(struct sockaddr_in *addr, struct vtun_host *host, int con);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:78:-int server_addr(struct sockaddr_in *addr, struct vtun_host *host);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:79:-int generic_addr(struct sockaddr_in *addr, struct vtun_addr *vaddr);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:80:+int local_addr(struct sockaddr_storage *addr, struct vtun_host *host, int con);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:81:+int server_addr(struct sockaddr_storage *addr, struct vtun_host *host);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:82:+int generic_addr(struct sockaddr_storage *addr, struct vtun_addr *vaddr);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-83-+in_port_t get_port(struct sockaddr_storage *addr);
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-148- /* Get interface address */
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:149:-unsigned long getifaddr(char * ifname) 
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:150:+int getifaddr(struct sockaddr_storage *addr, char * ifname, sa_family_t af) 
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-151- {
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-218-+     /* Set local address and port */
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:219:+     local_addr(&saddr, host, 1);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-220-+
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-229--     /* Set local address and port */
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:230:-     local_addr(&saddr, host, 1);
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-231-      if( bind(s,(struct sockaddr *)&saddr,sizeof(saddr)) ){
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-255- /* Set local address */
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:256:-int local_addr(struct sockaddr_in *addr, struct vtun_host *host, int con)
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:257:+int local_addr(struct sockaddr_storage *addr, struct vtun_host *host, int con)
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-258- {
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-273-+        addr->ss_family = vtun.transport_af;
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:274:         if (generic_addr(addr, &host->src_addr) < 0)
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-275-                  return -1;
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-285- 
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:286:-int server_addr(struct sockaddr_in *addr, struct vtun_host *host)
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:287:+int server_addr(struct sockaddr_storage *addr, struct vtun_host *host)
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-288- {
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-329- /* Set address by interface name, ip address or hostname */
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:330:-int generic_addr(struct sockaddr_in *addr, struct vtun_addr *vaddr)
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:331:+int generic_addr(struct sockaddr_storage *addr, struct vtun_addr *vaddr)
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-332- {
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-345--	 if (!(addr->sin_addr.s_addr =
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:346:-	       getifaddr(vaddr->name))) {
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-347--	    vtun_syslog(LOG_ERR,
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-352--           break;
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:353:+            if (getifaddr(addr, vaddr->name, use_af)) {
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-354-+		vtun_syslog(LOG_ERR, "Can't get address of interface %s", vaddr->name);
##############################################
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-516-+
vtun-3.0.4/debian/patches/07-dual-family-transport.patch:517:      if( generic_addr(&my_addr, &vtun.bind_addr) < 0)
vtun-3.0.4/debian/patches/07-dual-family-transport.patch-518-      {
##############################################
vtun-3.0.4/debian/patches/10-reproducible-build.patch-7-@@ -277,6 +277,12 @@
vtun-3.0.4/debian/patches/10-reproducible-build.patch:8: REL=`echo 'BRANCH-3_X' | tr -d '$: \-' | sed 's/^[A-Za-z]*//' | sed 's/\_/\./'`
vtun-3.0.4/debian/patches/10-reproducible-build.patch-9- changequote([,])
##############################################
vtun-3.0.4/debian/patches/10-reproducible-build.patch-12-+if test -n "$SOURCE_DATE_EPOCH"; then
vtun-3.0.4/debian/patches/10-reproducible-build.patch:13:+	BUILD_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH}" '+%m/%d/%Y'`
vtun-3.0.4/debian/patches/10-reproducible-build.patch-14-+else
##############################################
vtun-3.0.4/debian/patches/10-reproducible-build.patch-24- 
vtun-3.0.4/debian/patches/10-reproducible-build.patch:25: REL=`echo 'BRANCH-3_X' | tr -d '$: \-' | sed 's/^[A-Za-z]*//' | sed 's/\_/\./'`
vtun-3.0.4/debian/patches/10-reproducible-build.patch-26- 
vtun-3.0.4/debian/patches/10-reproducible-build.patch-27-+if test -n "$SOURCE_DATE_EPOCH"; then
vtun-3.0.4/debian/patches/10-reproducible-build.patch:28:+	BUILD_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH}" '+%m/%d/%Y'`
vtun-3.0.4/debian/patches/10-reproducible-build.patch-29-+else
##############################################
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-51-
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:52:void copy_addr(struct vtun_host *to, struct vtun_host *from);
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-53-int  free_host(void *d, void *u);
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:54:void free_addr(struct vtun_host *h);
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-55-void free_host_list(void);
##############################################
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-112-		  /* Copy local address */
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:113:		  copy_addr(parse_host, &default_host);
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-114-
##############################################
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-397-  K_ADDR WORD		{
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:398:			  free_addr(parse_host);
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-399-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-403-  | K_IFACE WORD	{
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:404:			  free_addr(parse_host);
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-405-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-409-  | K_IFACE STRING	{
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:410:			  free_addr(parse_host);
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-411-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-550-
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:551:void copy_addr(struct vtun_host *to, struct vtun_host *from)
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-552-{  
##############################################
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-559-
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:560:void free_addr(struct vtun_host *h)
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-561-{  
##############################################
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-580-
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y:581:   free_addr(h);
vtun-3.0.4/.pc/00-sslauth.patch/cfg_file.y-582-
##############################################
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-117-/* Get interface address */
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c:118:unsigned long getifaddr(char * ifname) 
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-119-{
##############################################
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-160-     /* Set local address and port */
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c:161:     local_addr(&saddr, host, 1);
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-162-     if( bind(s,(struct sockaddr *)&saddr,sizeof(saddr)) ){
##############################################
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-220-/* Set local address */
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c:221:int local_addr(struct sockaddr_in *addr, struct vtun_host *host, int con)
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-222-{
##############################################
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-232-     } else {
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c:233:        if (generic_addr(addr, &host->src_addr) < 0)
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-234-                 return -1;
##############################################
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-241-
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c:242:int server_addr(struct sockaddr_in *addr, struct vtun_host *host)
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-243-{
##############################################
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-266-/* Set address by interface name, ip address or hostname */
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c:267:int generic_addr(struct sockaddr_in *addr, struct vtun_addr *vaddr)
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-268-{
##############################################
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-276-	 if (!(addr->sin_addr.s_addr =
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c:277:	       getifaddr(vaddr->name))) {
vtun-3.0.4/.pc/03-signedness-warnings.patch/netlib.c-278-	    vtun_syslog(LOG_ERR,
##############################################
vtun-3.0.4/.pc/03-signedness-warnings.patch/server.c-124-     /* Set listen address */
vtun-3.0.4/.pc/03-signedness-warnings.patch/server.c:125:     if( generic_addr(&my_addr, &vtun.bind_addr) < 0)
vtun-3.0.4/.pc/03-signedness-warnings.patch/server.c-126-     {
##############################################
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-117-/* Get interface address */
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c:118:unsigned long getifaddr(char * ifname) 
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-119-{
##############################################
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-161-     /* Set local address and port */
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c:162:     local_addr(&saddr, host, 1);
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-163-     if( bind(s,(struct sockaddr *)&saddr,sizeof(saddr)) ){
##############################################
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-221-/* Set local address */
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c:222:int local_addr(struct sockaddr_in *addr, struct vtun_host *host, int con)
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-223-{
##############################################
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-233-     } else {
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c:234:        if (generic_addr(addr, &host->src_addr) < 0)
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-235-                 return -1;
##############################################
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-242-
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c:243:int server_addr(struct sockaddr_in *addr, struct vtun_host *host)
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-244-{
##############################################
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-267-/* Set address by interface name, ip address or hostname */
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c:268:int generic_addr(struct sockaddr_in *addr, struct vtun_addr *vaddr)
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-269-{
##############################################
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-277-	 if (!(addr->sin_addr.s_addr =
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c:278:	       getifaddr(vaddr->name))) {
vtun-3.0.4/.pc/06-ipv6.patch/netlib.c-279-	    vtun_syslog(LOG_ERR,
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.h-34-
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.h:35:unsigned long getifaddr(char * ifname);
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.h-36-int connect_t(int s, struct sockaddr *svr, time_t timeout); 
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.h-38-
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.h:39:int local_addr(struct sockaddr_in *addr, struct vtun_host *host, int con);
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.h:40:int server_addr(struct sockaddr_in *addr, struct vtun_host *host);
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.h:41:int generic_addr(struct sockaddr_in *addr, struct vtun_addr *vaddr);
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.h-42-
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-117-/* Get interface address */
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c:118:unsigned long getifaddr(char * ifname) 
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-119-{
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-161-     /* Set local address and port */
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c:162:     local_addr(&saddr, host, 1);
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-163-     if( bind(s,(struct sockaddr *)&saddr,sizeof(saddr)) ){
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-221-/* Set local address */
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c:222:int local_addr(struct sockaddr_in *addr, struct vtun_host *host, int con)
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-223-{
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-233-     } else {
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c:234:        if (generic_addr(addr, &host->src_addr) < 0)
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-235-                 return -1;
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-242-
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c:243:int server_addr(struct sockaddr_in *addr, struct vtun_host *host)
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-244-{
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-269-/* Set address by interface name, ip address or hostname */
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c:270:int generic_addr(struct sockaddr_in *addr, struct vtun_addr *vaddr)
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-271-{
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-282-	 if (!(addr->sin_addr.s_addr =
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c:283:	       getifaddr(vaddr->name))) {
vtun-3.0.4/.pc/07-dual-family-transport.patch/netlib.c-284-	    vtun_syslog(LOG_ERR,
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/client.c-92-	/* Set server address */
vtun-3.0.4/.pc/07-dual-family-transport.patch/client.c:93:        if( server_addr(&svr_addr, host) < 0 )
vtun-3.0.4/.pc/07-dual-family-transport.patch/client.c-94-	   continue;
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/client.c-96-	/* Set local address */
vtun-3.0.4/.pc/07-dual-family-transport.patch/client.c:97:	if( local_addr(&my_addr, host, 0) < 0 )
vtun-3.0.4/.pc/07-dual-family-transport.patch/client.c-98-	   continue;
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/server.c-125-     /* Set listen address */
vtun-3.0.4/.pc/07-dual-family-transport.patch/server.c:126:     if( generic_addr(&my_addr, &vtun.bind_addr) < 0)
vtun-3.0.4/.pc/07-dual-family-transport.patch/server.c-127-     {
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-51-
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:52:void copy_addr(struct vtun_host *to, struct vtun_host *from);
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-53-int  free_host(void *d, void *u);
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:54:void free_addr(struct vtun_host *h);
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-55-void free_host_list(void);
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-112-		  /* Copy local address */
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:113:		  copy_addr(parse_host, &default_host);
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-114-
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-404-  K_ADDR WORD		{
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:405:			  free_addr(parse_host);
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-406-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-410-  | K_IFACE WORD	{
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:411:			  free_addr(parse_host);
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-412-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-416-  | K_IFACE STRING	{
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:417:			  free_addr(parse_host);
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-418-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-557-
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:558:void copy_addr(struct vtun_host *to, struct vtun_host *from)
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-559-{  
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-566-
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:567:void free_addr(struct vtun_host *h)
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-568-{  
##############################################
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-587-
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y:588:   free_addr(h);
vtun-3.0.4/.pc/07-dual-family-transport.patch/cfg_file.y-589-
##############################################
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-51-
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:52:void copy_addr(struct vtun_host *to, struct vtun_host *from);
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-53-int  free_host(void *d, void *u);
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:54:void free_addr(struct vtun_host *h);
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-55-void free_host_list(void);
##############################################
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-112-		  /* Copy local address */
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:113:		  copy_addr(parse_host, &default_host);
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-114-
##############################################
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-412-  K_ADDR WORD		{
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:413:			  free_addr(parse_host);
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-414-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-418-  | K_IFACE WORD	{
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:419:			  free_addr(parse_host);
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-420-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-424-  | K_IFACE STRING	{
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:425:			  free_addr(parse_host);
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-426-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-565-
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:566:void copy_addr(struct vtun_host *to, struct vtun_host *from)
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-567-{  
##############################################
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-574-
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:575:void free_addr(struct vtun_host *h)
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-576-{  
##############################################
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-595-
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y:596:   free_addr(h);
vtun-3.0.4/.pc/08-gcc5-inline.patch/cfg_file.y-597-
##############################################
vtun-3.0.4/.pc/09-client-uses-lot-of-CPU-after-a-SIGHUP.patch/client.c-92-	/* Set server address */
vtun-3.0.4/.pc/09-client-uses-lot-of-CPU-after-a-SIGHUP.patch/client.c:93:        if( server_addr(&svr_addr, host) < 0 )
vtun-3.0.4/.pc/09-client-uses-lot-of-CPU-after-a-SIGHUP.patch/client.c-94-	   continue;
##############################################
vtun-3.0.4/.pc/09-client-uses-lot-of-CPU-after-a-SIGHUP.patch/client.c-96-	/* Set local address */
vtun-3.0.4/.pc/09-client-uses-lot-of-CPU-after-a-SIGHUP.patch/client.c:97:	if( local_addr(&my_addr, host, 0) < 0 )
vtun-3.0.4/.pc/09-client-uses-lot-of-CPU-after-a-SIGHUP.patch/client.c-98-	   continue;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure.in-276-changequote(<,>)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure.in:277:REL=`echo 'BRANCH-3_X' | tr -d '$: \-' | sed 's/^[A-Za-z]*//' | sed 's/\_/\./'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure.in-278-changequote([,])
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-43-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-45-    eval $as_var=C; export $as_var
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-101-  as_lineno_2=$LINENO
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-140-  as_lineno_2=$LINENO
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-362-
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:363:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-364-
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-395-  -disable-* | --disable-*)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:396:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-397-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-400-   { (exit 1); exit 1; }; }
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:401:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-402-    eval "enable_$ac_feature=no" ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-404-  -enable-* | --enable-*)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:405:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-406-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-409-   { (exit 1); exit 1; }; }
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:410:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-411-    case $ac_option in
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:412:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-413-      *) ac_optarg=yes ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-586-  -with-* | --with-*)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:587:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-588-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-591-   { (exit 1); exit 1; }; }
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:592:    ac_package=`echo $ac_package| sed 's/-/_/g'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-593-    case $ac_option in
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:594:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-595-      *) ac_optarg=yes ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-599-  -without-* | --without-*)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:600:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-601-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-604-   { (exit 1); exit 1; }; }
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:605:    ac_package=`echo $ac_package | sed 's/-/_/g'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-606-    eval "with_$ac_package=no" ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-631-  *=*)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:632:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-633-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-636-   { (exit 1); exit 1; }; }
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:637:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-638-    eval "$ac_envvar='$ac_optarg'"
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-652-if test -n "$ac_prev"; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:653:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-654-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-660-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:661:  eval ac_val=$`echo $ac_var`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-662-  case $ac_val in
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-672-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:673:  eval ac_val=$`echo $ac_var`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-674-  case $ac_val in
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-739-   { (exit 1); exit 1; }; }
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-741-ac_env_build_alias_set=${build_alias+set}
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-810-By default, \`make install' will install all the files in
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:811:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:812:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-813-for instance \`--prefix=\$HOME'.
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-887-if test "$ac_dir" != .; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:888:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-889-  # A "../" for each directory in $ac_dir_suffix.
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:890:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-891-else
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-900-    else
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:901:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-902-    fi ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1054-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1055:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1056-    esac
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1126-    do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1127:      eval ac_val=$`echo $ac_var`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1128-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1140-      do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1141:	eval ac_val=$`echo $ac_var`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1142-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1247-    set,)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1248:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1249:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1250-      ac_cache_corrupted=: ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1270-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1271:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1272-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1449-test -z "$ac_cv_build_alias" &&
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1450:  ac_cv_build_alias=`$ac_config_guess`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1451-test -z "$ac_cv_build_alias" &&
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1454-   { (exit 1); exit 1; }; }
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1455:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1456-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1463-build=$ac_cv_build
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1464:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1465:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1466:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1467-
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1476-  ac_cv_host_alias=$ac_cv_build_alias
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1477:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1478-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1485-host=$ac_cv_host
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1486:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1487:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1488:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1489-
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1498-  ac_cv_target_alias=$ac_cv_host_alias
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1499:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1500-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1507-target=$ac_cv_target
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1508:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1509:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1510:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1511-
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1878-     "checking for C compiler version" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1879:ac_compiler=`set X $ac_compile; echo $2`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1880-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1917-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1918:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1919-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1945-    *.* )
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:1946:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-1947-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-2025-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:2026:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-2027-	  export ac_cv_exeext
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-2075-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:2076:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-2077-       break;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-2154-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:2155:GCC=`test $ac_compiler_gnu = yes && echo yes`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-2156-ac_test_CFLAGS=${CFLAGS+set}
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-2718-cat >conftest.$ac_ext <<_ACEOF
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:2719:`cat $LEX_OUTPUT_ROOT.c`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-2720-_ACEOF
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-3083-     "checking for C compiler version" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:3084:ac_compiler=`set X $ac_compile; echo $2`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-3085-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-3158-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:3159:GCC=`test $ac_compiler_gnu = yes && echo yes`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-3160-ac_test_CFLAGS=${CFLAGS+set}
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4182-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4183:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4184-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4229-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4230:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4231:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4232:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4233-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4234:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4235-_ACEOF
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4248-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4249:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4250-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4255-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4256:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4257:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4258-else
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4382-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4383:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4384:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4385-
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4386-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4387:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4388-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4389:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4390-_ACEOF
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4401-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4402:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4403-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4408-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4409:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4410:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4411-else
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4535-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4536:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4537:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4538-
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4539-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4540:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4541-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4542:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4543-_ACEOF
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4552-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4553:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4554-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4559-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4560:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4561:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4562-else
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4686-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4687:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4688:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4689-
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4690-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4691:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4692-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:4693:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-4694-_ACEOF
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-5529-         if test $havelzo = 0; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:5530:	    as_ac_Lib=`echo "ac_cv_lib_$I''_lzo1x_decompress" | $as_tr_sh`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-5531-echo "$as_me:$LINENO: checking for lzo1x_decompress in -l$I" >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-5592-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:5593:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:5594:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:5595:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-5596-
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6240-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6241:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6242-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6329-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6330:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6331:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6332:if test `eval echo '${'$as_ac_var'}'` = yes; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6333-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6334:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6335-_ACEOF
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6347-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6348:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6349-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6354-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6355:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6356:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6357-else
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6481-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6482:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6483:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6484-
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6485-fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6486:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6487-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6488:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6489-_ACEOF
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6539-
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6540:REL=`echo 'BRANCH-3_X' | tr -d '$: \-' | sed 's/^[A-Za-z]*//' | sed 's/\_/\./'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6541-
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6695-do
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6696:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6697-    eval $as_var=C; export $as_var
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6753-  as_lineno_2=$LINENO
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6754:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6755-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6793-  as_lineno_2=$LINENO
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6794:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6795-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6972-configured by $0, generated by GNU Autoconf 2.59,
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6973:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6974-
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6989-  --*=*)
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6990:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:6991:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-6992-    ac_shift=:
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7222-      fi
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7223:      ac_sed_frag=`expr $ac_sed_frag + 1`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7224-      ac_beg=$ac_end
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7225:      ac_end=`expr $ac_end + $ac_max_sed_lines`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7226-    fi
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7239-	cat >$tmp/stdin
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7240:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7241:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7242:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7243:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7244-  * )   ac_file_in=$ac_file.in ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7287-if test "$ac_dir" != .; then
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7288:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7289-  # A "../" for each directory in $ac_dir_suffix.
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7290:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7291-else
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7300-    else
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7301:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7302-    fi ;;
##############################################
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7452-	cat >$tmp/stdin
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7453:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7454:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7455:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vtun-3.0.4/.pc/10-reproducible-build.patch/configure:7456:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vtun-3.0.4/.pc/10-reproducible-build.patch/configure-7457-  * )   ac_file_in=$ac_file.in ;;
##############################################
vtun-3.0.4/netlib.h-34-
vtun-3.0.4/netlib.h:35:int getifaddr(struct sockaddr_storage *addr, char * ifname, sa_family_t af);
vtun-3.0.4/netlib.h-36-int connect_t(int s, struct sockaddr *svr, time_t timeout); 
##############################################
vtun-3.0.4/netlib.h-38-
vtun-3.0.4/netlib.h:39:int local_addr(struct sockaddr_storage *addr, struct vtun_host *host, int con);
vtun-3.0.4/netlib.h:40:int server_addr(struct sockaddr_storage *addr, struct vtun_host *host);
vtun-3.0.4/netlib.h:41:int generic_addr(struct sockaddr_storage *addr, struct vtun_addr *vaddr);
vtun-3.0.4/netlib.h-42-in_port_t get_port(struct sockaddr_storage *addr);
##############################################
vtun-3.0.4/netlib.c-147-/* Get interface address */
vtun-3.0.4/netlib.c:148:int getifaddr(struct sockaddr_storage *addr, char * ifname, sa_family_t af) 
vtun-3.0.4/netlib.c-149-{
##############################################
vtun-3.0.4/netlib.c-204-     /* Set local address and port */
vtun-3.0.4/netlib.c:205:     local_addr(&saddr, host, 1);
vtun-3.0.4/netlib.c-206-
##############################################
vtun-3.0.4/netlib.c-273-/* Set local address */
vtun-3.0.4/netlib.c:274:int local_addr(struct sockaddr_storage *addr, struct vtun_host *host, int con)
vtun-3.0.4/netlib.c-275-{
##############################################
vtun-3.0.4/netlib.c-289-        addr->ss_family = vtun.transport_af;
vtun-3.0.4/netlib.c:290:        if (generic_addr(addr, &host->src_addr) < 0)
vtun-3.0.4/netlib.c-291-                 return -1;
##############################################
vtun-3.0.4/netlib.c-300-
vtun-3.0.4/netlib.c:301:int server_addr(struct sockaddr_storage *addr, struct vtun_host *host)
vtun-3.0.4/netlib.c-302-{
##############################################
vtun-3.0.4/netlib.c-335-/* Set address by interface name, ip address or hostname */
vtun-3.0.4/netlib.c:336:int generic_addr(struct sockaddr_storage *addr, struct vtun_addr *vaddr)
vtun-3.0.4/netlib.c-337-{
##############################################
vtun-3.0.4/netlib.c-345-        case VTUN_ADDR_IFACE:
vtun-3.0.4/netlib.c:346:            if (getifaddr(addr, vaddr->name, use_af)) {
vtun-3.0.4/netlib.c-347-		vtun_syslog(LOG_ERR, "Can't get address of interface %s", vaddr->name);
##############################################
vtun-3.0.4/server.c-133-
vtun-3.0.4/server.c:134:     if( generic_addr(&my_addr, &vtun.bind_addr) < 0)
vtun-3.0.4/server.c-135-     {
##############################################
vtun-3.0.4/cfg_file.y-51-
vtun-3.0.4/cfg_file.y:52:void copy_addr(struct vtun_host *to, struct vtun_host *from);
vtun-3.0.4/cfg_file.y-53-int  free_host(void *d, void *u);
vtun-3.0.4/cfg_file.y:54:void free_addr(struct vtun_host *h);
vtun-3.0.4/cfg_file.y-55-void free_host_list(void);
##############################################
vtun-3.0.4/cfg_file.y-112-		  /* Copy local address */
vtun-3.0.4/cfg_file.y:113:		  copy_addr(parse_host, &default_host);
vtun-3.0.4/cfg_file.y-114-
##############################################
vtun-3.0.4/cfg_file.y-412-  K_ADDR WORD		{
vtun-3.0.4/cfg_file.y:413:			  free_addr(parse_host);
vtun-3.0.4/cfg_file.y-414-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/cfg_file.y-418-  | K_IFACE WORD	{
vtun-3.0.4/cfg_file.y:419:			  free_addr(parse_host);
vtun-3.0.4/cfg_file.y-420-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/cfg_file.y-424-  | K_IFACE STRING	{
vtun-3.0.4/cfg_file.y:425:			  free_addr(parse_host);
vtun-3.0.4/cfg_file.y-426-			  parse_host->src_addr.name = strdup($2);
##############################################
vtun-3.0.4/cfg_file.y-565-
vtun-3.0.4/cfg_file.y:566:void copy_addr(struct vtun_host *to, struct vtun_host *from)
vtun-3.0.4/cfg_file.y-567-{  
##############################################
vtun-3.0.4/cfg_file.y-574-
vtun-3.0.4/cfg_file.y:575:void free_addr(struct vtun_host *h)
vtun-3.0.4/cfg_file.y-576-{  
##############################################
vtun-3.0.4/cfg_file.y-595-
vtun-3.0.4/cfg_file.y:596:   free_addr(h);
vtun-3.0.4/cfg_file.y-597-
##############################################
vtun-3.0.4/client.c-92-	/* Set server address */
vtun-3.0.4/client.c:93:        if( server_addr(&svr_addr, host) < 0 )
vtun-3.0.4/client.c-94-	   continue;
##############################################
vtun-3.0.4/client.c-96-	/* Set local address */
vtun-3.0.4/client.c:97:	if( local_addr(&my_addr, host, 0) < 0 )
vtun-3.0.4/client.c-98-	   continue;
##############################################
vtun-3.0.4/configure.in-276-changequote(<,>)
vtun-3.0.4/configure.in:277:REL=`echo 'BRANCH-3_X' | tr -d '$: \-' | sed 's/^[A-Za-z]*//' | sed 's/\_/\./'`
vtun-3.0.4/configure.in-278-changequote([,])
##############################################
vtun-3.0.4/configure.in-280-if test -n "$SOURCE_DATE_EPOCH"; then
vtun-3.0.4/configure.in:281:	BUILD_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH}" '+%m/%d/%Y'`
vtun-3.0.4/configure.in-282-else
##############################################
vtun-3.0.4/configure-43-do
vtun-3.0.4/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vtun-3.0.4/configure-45-    eval $as_var=C; export $as_var
##############################################
vtun-3.0.4/configure-101-  as_lineno_2=$LINENO
vtun-3.0.4/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vtun-3.0.4/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vtun-3.0.4/configure-140-  as_lineno_2=$LINENO
vtun-3.0.4/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vtun-3.0.4/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vtun-3.0.4/configure-362-
vtun-3.0.4/configure:363:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
vtun-3.0.4/configure-364-
##############################################
vtun-3.0.4/configure-395-  -disable-* | --disable-*)
vtun-3.0.4/configure:396:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
vtun-3.0.4/configure-397-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/configure-400-   { (exit 1); exit 1; }; }
vtun-3.0.4/configure:401:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vtun-3.0.4/configure-402-    eval "enable_$ac_feature=no" ;;
##############################################
vtun-3.0.4/configure-404-  -enable-* | --enable-*)
vtun-3.0.4/configure:405:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
vtun-3.0.4/configure-406-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/configure-409-   { (exit 1); exit 1; }; }
vtun-3.0.4/configure:410:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
vtun-3.0.4/configure-411-    case $ac_option in
vtun-3.0.4/configure:412:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vtun-3.0.4/configure-413-      *) ac_optarg=yes ;;
##############################################
vtun-3.0.4/configure-586-  -with-* | --with-*)
vtun-3.0.4/configure:587:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
vtun-3.0.4/configure-588-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/configure-591-   { (exit 1); exit 1; }; }
vtun-3.0.4/configure:592:    ac_package=`echo $ac_package| sed 's/-/_/g'`
vtun-3.0.4/configure-593-    case $ac_option in
vtun-3.0.4/configure:594:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
vtun-3.0.4/configure-595-      *) ac_optarg=yes ;;
##############################################
vtun-3.0.4/configure-599-  -without-* | --without-*)
vtun-3.0.4/configure:600:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
vtun-3.0.4/configure-601-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/configure-604-   { (exit 1); exit 1; }; }
vtun-3.0.4/configure:605:    ac_package=`echo $ac_package | sed 's/-/_/g'`
vtun-3.0.4/configure-606-    eval "with_$ac_package=no" ;;
##############################################
vtun-3.0.4/configure-631-  *=*)
vtun-3.0.4/configure:632:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
vtun-3.0.4/configure-633-    # Reject names that are not valid shell variable names.
##############################################
vtun-3.0.4/configure-636-   { (exit 1); exit 1; }; }
vtun-3.0.4/configure:637:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
vtun-3.0.4/configure-638-    eval "$ac_envvar='$ac_optarg'"
##############################################
vtun-3.0.4/configure-652-if test -n "$ac_prev"; then
vtun-3.0.4/configure:653:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
vtun-3.0.4/configure-654-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
vtun-3.0.4/configure-660-do
vtun-3.0.4/configure:661:  eval ac_val=$`echo $ac_var`
vtun-3.0.4/configure-662-  case $ac_val in
##############################################
vtun-3.0.4/configure-672-do
vtun-3.0.4/configure:673:  eval ac_val=$`echo $ac_var`
vtun-3.0.4/configure-674-  case $ac_val in
##############################################
vtun-3.0.4/configure-739-   { (exit 1); exit 1; }; }
vtun-3.0.4/configure:740:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
vtun-3.0.4/configure-741-ac_env_build_alias_set=${build_alias+set}
##############################################
vtun-3.0.4/configure-810-By default, \`make install' will install all the files in
vtun-3.0.4/configure:811:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
vtun-3.0.4/configure:812:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
vtun-3.0.4/configure-813-for instance \`--prefix=\$HOME'.
##############################################
vtun-3.0.4/configure-887-if test "$ac_dir" != .; then
vtun-3.0.4/configure:888:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vtun-3.0.4/configure-889-  # A "../" for each directory in $ac_dir_suffix.
vtun-3.0.4/configure:890:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vtun-3.0.4/configure-891-else
##############################################
vtun-3.0.4/configure-900-    else
vtun-3.0.4/configure:901:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vtun-3.0.4/configure-902-    fi ;;
##############################################
vtun-3.0.4/configure-1054-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vtun-3.0.4/configure:1055:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
vtun-3.0.4/configure-1056-    esac
##############################################
vtun-3.0.4/configure-1126-    do
vtun-3.0.4/configure:1127:      eval ac_val=$`echo $ac_var`
vtun-3.0.4/configure-1128-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vtun-3.0.4/configure-1140-      do
vtun-3.0.4/configure:1141:	eval ac_val=$`echo $ac_var`
vtun-3.0.4/configure-1142-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
vtun-3.0.4/configure-1247-    set,)
vtun-3.0.4/configure:1248:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
vtun-3.0.4/configure:1249:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
vtun-3.0.4/configure-1250-      ac_cache_corrupted=: ;;
##############################################
vtun-3.0.4/configure-1270-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
vtun-3.0.4/configure:1271:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
vtun-3.0.4/configure-1272-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
vtun-3.0.4/configure-1449-test -z "$ac_cv_build_alias" &&
vtun-3.0.4/configure:1450:  ac_cv_build_alias=`$ac_config_guess`
vtun-3.0.4/configure-1451-test -z "$ac_cv_build_alias" &&
##############################################
vtun-3.0.4/configure-1454-   { (exit 1); exit 1; }; }
vtun-3.0.4/configure:1455:ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
vtun-3.0.4/configure-1456-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
##############################################
vtun-3.0.4/configure-1463-build=$ac_cv_build
vtun-3.0.4/configure:1464:build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vtun-3.0.4/configure:1465:build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vtun-3.0.4/configure:1466:build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vtun-3.0.4/configure-1467-
##############################################
vtun-3.0.4/configure-1476-  ac_cv_host_alias=$ac_cv_build_alias
vtun-3.0.4/configure:1477:ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
vtun-3.0.4/configure-1478-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
##############################################
vtun-3.0.4/configure-1485-host=$ac_cv_host
vtun-3.0.4/configure:1486:host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vtun-3.0.4/configure:1487:host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vtun-3.0.4/configure:1488:host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vtun-3.0.4/configure-1489-
##############################################
vtun-3.0.4/configure-1498-  ac_cv_target_alias=$ac_cv_host_alias
vtun-3.0.4/configure:1499:ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
vtun-3.0.4/configure-1500-  { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
##############################################
vtun-3.0.4/configure-1507-target=$ac_cv_target
vtun-3.0.4/configure:1508:target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
vtun-3.0.4/configure:1509:target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
vtun-3.0.4/configure:1510:target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
vtun-3.0.4/configure-1511-
##############################################
vtun-3.0.4/configure-1878-     "checking for C compiler version" >&5
vtun-3.0.4/configure:1879:ac_compiler=`set X $ac_compile; echo $2`
vtun-3.0.4/configure-1880-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
vtun-3.0.4/configure-1917-echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
vtun-3.0.4/configure:1918:ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
vtun-3.0.4/configure-1919-if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
##############################################
vtun-3.0.4/configure-1945-    *.* )
vtun-3.0.4/configure:1946:	ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vtun-3.0.4/configure-1947-	# FIXME: I believe we export ac_cv_exeext for Libtool,
##############################################
vtun-3.0.4/configure-2025-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.o | *.obj ) ;;
vtun-3.0.4/configure:2026:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
vtun-3.0.4/configure-2027-	  export ac_cv_exeext
##############################################
vtun-3.0.4/configure-2075-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg ) ;;
vtun-3.0.4/configure:2076:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
vtun-3.0.4/configure-2077-       break;;
##############################################
vtun-3.0.4/configure-2154-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
vtun-3.0.4/configure:2155:GCC=`test $ac_compiler_gnu = yes && echo yes`
vtun-3.0.4/configure-2156-ac_test_CFLAGS=${CFLAGS+set}
##############################################
vtun-3.0.4/configure-2718-cat >conftest.$ac_ext <<_ACEOF
vtun-3.0.4/configure:2719:`cat $LEX_OUTPUT_ROOT.c`
vtun-3.0.4/configure-2720-_ACEOF
##############################################
vtun-3.0.4/configure-3083-     "checking for C compiler version" >&5
vtun-3.0.4/configure:3084:ac_compiler=`set X $ac_compile; echo $2`
vtun-3.0.4/configure-3085-{ (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
##############################################
vtun-3.0.4/configure-3158-echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
vtun-3.0.4/configure:3159:GCC=`test $ac_compiler_gnu = yes && echo yes`
vtun-3.0.4/configure-3160-ac_test_CFLAGS=${CFLAGS+set}
##############################################
vtun-3.0.4/configure-4182-do
vtun-3.0.4/configure:4183:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/configure-4184-echo "$as_me:$LINENO: checking for $ac_header" >&5
##############################################
vtun-3.0.4/configure-4229-fi
vtun-3.0.4/configure:4230:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:4231:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure:4232:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/configure-4233-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/configure:4234:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/configure-4235-_ACEOF
##############################################
vtun-3.0.4/configure-4248-do
vtun-3.0.4/configure:4249:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/configure-4250-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vtun-3.0.4/configure-4255-fi
vtun-3.0.4/configure:4256:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:4257:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure-4258-else
##############################################
vtun-3.0.4/configure-4382-fi
vtun-3.0.4/configure:4383:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:4384:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure-4385-
vtun-3.0.4/configure-4386-fi
vtun-3.0.4/configure:4387:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/configure-4388-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/configure:4389:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/configure-4390-_ACEOF
##############################################
vtun-3.0.4/configure-4401-do
vtun-3.0.4/configure:4402:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/configure-4403-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vtun-3.0.4/configure-4408-fi
vtun-3.0.4/configure:4409:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:4410:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure-4411-else
##############################################
vtun-3.0.4/configure-4535-fi
vtun-3.0.4/configure:4536:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:4537:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure-4538-
vtun-3.0.4/configure-4539-fi
vtun-3.0.4/configure:4540:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/configure-4541-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/configure:4542:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/configure-4543-_ACEOF
##############################################
vtun-3.0.4/configure-4552-do
vtun-3.0.4/configure:4553:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/configure-4554-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vtun-3.0.4/configure-4559-fi
vtun-3.0.4/configure:4560:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:4561:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure-4562-else
##############################################
vtun-3.0.4/configure-4686-fi
vtun-3.0.4/configure:4687:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:4688:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure-4689-
vtun-3.0.4/configure-4690-fi
vtun-3.0.4/configure:4691:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/configure-4692-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/configure:4693:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/configure-4694-_ACEOF
##############################################
vtun-3.0.4/configure-5529-         if test $havelzo = 0; then
vtun-3.0.4/configure:5530:	    as_ac_Lib=`echo "ac_cv_lib_$I''_lzo1x_decompress" | $as_tr_sh`
vtun-3.0.4/configure-5531-echo "$as_me:$LINENO: checking for lzo1x_decompress in -l$I" >&5
##############################################
vtun-3.0.4/configure-5592-fi
vtun-3.0.4/configure:5593:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Lib'}'`" >&5
vtun-3.0.4/configure:5594:echo "${ECHO_T}`eval echo '${'$as_ac_Lib'}'`" >&6
vtun-3.0.4/configure:5595:if test `eval echo '${'$as_ac_Lib'}'` = yes; then
vtun-3.0.4/configure-5596-
##############################################
vtun-3.0.4/configure-6240-do
vtun-3.0.4/configure:6241:as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
vtun-3.0.4/configure-6242-echo "$as_me:$LINENO: checking for $ac_func" >&5
##############################################
vtun-3.0.4/configure-6329-fi
vtun-3.0.4/configure:6330:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
vtun-3.0.4/configure:6331:echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
vtun-3.0.4/configure:6332:if test `eval echo '${'$as_ac_var'}'` = yes; then
vtun-3.0.4/configure-6333-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/configure:6334:#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
vtun-3.0.4/configure-6335-_ACEOF
##############################################
vtun-3.0.4/configure-6347-do
vtun-3.0.4/configure:6348:as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
vtun-3.0.4/configure-6349-if eval "test \"\${$as_ac_Header+set}\" = set"; then
##############################################
vtun-3.0.4/configure-6354-fi
vtun-3.0.4/configure:6355:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:6356:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure-6357-else
##############################################
vtun-3.0.4/configure-6481-fi
vtun-3.0.4/configure:6482:echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
vtun-3.0.4/configure:6483:echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
vtun-3.0.4/configure-6484-
vtun-3.0.4/configure-6485-fi
vtun-3.0.4/configure:6486:if test `eval echo '${'$as_ac_Header'}'` = yes; then
vtun-3.0.4/configure-6487-  cat >>confdefs.h <<_ACEOF
vtun-3.0.4/configure:6488:#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
vtun-3.0.4/configure-6489-_ACEOF
##############################################
vtun-3.0.4/configure-6539-
vtun-3.0.4/configure:6540:REL=`echo 'BRANCH-3_X' | tr -d '$: \-' | sed 's/^[A-Za-z]*//' | sed 's/\_/\./'`
vtun-3.0.4/configure-6541-
vtun-3.0.4/configure-6542-if test -n "$SOURCE_DATE_EPOCH"; then
vtun-3.0.4/configure:6543:	BUILD_DATE=`date --utc --date="@${SOURCE_DATE_EPOCH}" '+%m/%d/%Y'`
vtun-3.0.4/configure-6544-else
##############################################
vtun-3.0.4/configure-6700-do
vtun-3.0.4/configure:6701:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
vtun-3.0.4/configure-6702-    eval $as_var=C; export $as_var
##############################################
vtun-3.0.4/configure-6758-  as_lineno_2=$LINENO
vtun-3.0.4/configure:6759:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vtun-3.0.4/configure-6760-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vtun-3.0.4/configure-6798-  as_lineno_2=$LINENO
vtun-3.0.4/configure:6799:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
vtun-3.0.4/configure-6800-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
vtun-3.0.4/configure-6977-configured by $0, generated by GNU Autoconf 2.59,
vtun-3.0.4/configure:6978:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
vtun-3.0.4/configure-6979-
##############################################
vtun-3.0.4/configure-6994-  --*=*)
vtun-3.0.4/configure:6995:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
vtun-3.0.4/configure:6996:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
vtun-3.0.4/configure-6997-    ac_shift=:
##############################################
vtun-3.0.4/configure-7227-      fi
vtun-3.0.4/configure:7228:      ac_sed_frag=`expr $ac_sed_frag + 1`
vtun-3.0.4/configure-7229-      ac_beg=$ac_end
vtun-3.0.4/configure:7230:      ac_end=`expr $ac_end + $ac_max_sed_lines`
vtun-3.0.4/configure-7231-    fi
##############################################
vtun-3.0.4/configure-7244-	cat >$tmp/stdin
vtun-3.0.4/configure:7245:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vtun-3.0.4/configure:7246:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vtun-3.0.4/configure:7247:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vtun-3.0.4/configure:7248:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vtun-3.0.4/configure-7249-  * )   ac_file_in=$ac_file.in ;;
##############################################
vtun-3.0.4/configure-7292-if test "$ac_dir" != .; then
vtun-3.0.4/configure:7293:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
vtun-3.0.4/configure-7294-  # A "../" for each directory in $ac_dir_suffix.
vtun-3.0.4/configure:7295:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
vtun-3.0.4/configure-7296-else
##############################################
vtun-3.0.4/configure-7305-    else
vtun-3.0.4/configure:7306:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
vtun-3.0.4/configure-7307-    fi ;;
##############################################
vtun-3.0.4/configure-7457-	cat >$tmp/stdin
vtun-3.0.4/configure:7458:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vtun-3.0.4/configure:7459:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vtun-3.0.4/configure:7460:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
vtun-3.0.4/configure:7461:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
vtun-3.0.4/configure-7462-  * )   ac_file_in=$ac_file.in ;;