===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
qbittorrent-4.2.5/build-aux/config.guess-34-
qbittorrent-4.2.5/build-aux/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
qbittorrent-4.2.5/build-aux/config.guess-36-
##############################################
qbittorrent-4.2.5/build-aux/config.guess-103-    # shellcheck disable=SC2039
qbittorrent-4.2.5/build-aux/config.guess:104:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
qbittorrent-4.2.5/build-aux/config.guess-105-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
qbittorrent-4.2.5/build-aux/config.guess-153-	EOF
qbittorrent-4.2.5/build-aux/config.guess:154:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
qbittorrent-4.2.5/build-aux/config.guess-155-
##############################################
qbittorrent-4.2.5/build-aux/config.guess-190-	    earmv*)
qbittorrent-4.2.5/build-aux/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
qbittorrent-4.2.5/build-aux/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
qbittorrent-4.2.5/build-aux/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
qbittorrent-4.2.5/build-aux/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
qbittorrent-4.2.5/build-aux/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
qbittorrent-4.2.5/build-aux/config.guess-224-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-235-	    *)
qbittorrent-4.2.5/build-aux/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
qbittorrent-4.2.5/build-aux/config.guess-237-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-288-	*4.0)
qbittorrent-4.2.5/build-aux/config.guess:289:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
qbittorrent-4.2.5/build-aux/config.guess-290-		;;
qbittorrent-4.2.5/build-aux/config.guess-291-	*5.*)
qbittorrent-4.2.5/build-aux/config.guess:292:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
qbittorrent-4.2.5/build-aux/config.guess-293-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-298-	# types through head -n 1, so we only detect the type of CPU 0.
qbittorrent-4.2.5/build-aux/config.guess:299:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
qbittorrent-4.2.5/build-aux/config.guess-300-	case "$ALPHA_CPU_TYPE" in
##############################################
qbittorrent-4.2.5/build-aux/config.guess-336-	# 1.2 uses "1.2" for uname -r.
qbittorrent-4.2.5/build-aux/config.guess:337:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
qbittorrent-4.2.5/build-aux/config.guess-338-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
qbittorrent-4.2.5/build-aux/config.guess-387-    s390x:SunOS:*:*)
qbittorrent-4.2.5/build-aux/config.guess:388:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
qbittorrent-4.2.5/build-aux/config.guess-389-	exit ;;
qbittorrent-4.2.5/build-aux/config.guess-390-    sun4H:SunOS:5.*:*)
qbittorrent-4.2.5/build-aux/config.guess:391:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
qbittorrent-4.2.5/build-aux/config.guess-392-	exit ;;
qbittorrent-4.2.5/build-aux/config.guess-393-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
qbittorrent-4.2.5/build-aux/config.guess:394:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
qbittorrent-4.2.5/build-aux/config.guess-395-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-412-	fi
qbittorrent-4.2.5/build-aux/config.guess:413:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
qbittorrent-4.2.5/build-aux/config.guess-414-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-418-	# it's likely to be more like Solaris than SunOS4.
qbittorrent-4.2.5/build-aux/config.guess:419:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
qbittorrent-4.2.5/build-aux/config.guess-420-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-427-	# Japanese Language versions have a version number like `4.1.3-JL'.
qbittorrent-4.2.5/build-aux/config.guess:428:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
qbittorrent-4.2.5/build-aux/config.guess-429-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-433-    sun*:*:4.2BSD:*)
qbittorrent-4.2.5/build-aux/config.guess:434:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
qbittorrent-4.2.5/build-aux/config.guess-435-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
qbittorrent-4.2.5/build-aux/config.guess-515-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
qbittorrent-4.2.5/build-aux/config.guess:516:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
qbittorrent-4.2.5/build-aux/config.guess:517:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
qbittorrent-4.2.5/build-aux/config.guess-518-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
qbittorrent-4.2.5/build-aux/config.guess-571-    *:IRIX*:*:*)
qbittorrent-4.2.5/build-aux/config.guess:572:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
qbittorrent-4.2.5/build-aux/config.guess-573-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-601-EOF
qbittorrent-4.2.5/build-aux/config.guess:602:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
qbittorrent-4.2.5/build-aux/config.guess-603-		then
##############################################
qbittorrent-4.2.5/build-aux/config.guess-614-    *:AIX:*:[4567])
qbittorrent-4.2.5/build-aux/config.guess:615:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
qbittorrent-4.2.5/build-aux/config.guess-616-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
qbittorrent-4.2.5/build-aux/config.guess-650-    9000/[34678]??:HP-UX:*:*)
qbittorrent-4.2.5/build-aux/config.guess:651:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
qbittorrent-4.2.5/build-aux/config.guess-652-	case "$UNAME_MACHINE" in
##############################################
qbittorrent-4.2.5/build-aux/config.guess-704-EOF
qbittorrent-4.2.5/build-aux/config.guess:705:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
qbittorrent-4.2.5/build-aux/config.guess-706-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
qbittorrent-4.2.5/build-aux/config.guess-732-    ia64:HP-UX:*:*)
qbittorrent-4.2.5/build-aux/config.guess:733:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
qbittorrent-4.2.5/build-aux/config.guess-734-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
qbittorrent-4.2.5/build-aux/config.guess-762-EOF
qbittorrent-4.2.5/build-aux/config.guess:763:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
qbittorrent-4.2.5/build-aux/config.guess-764-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
qbittorrent-4.2.5/build-aux/config.guess-833-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
qbittorrent-4.2.5/build-aux/config.guess:834:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
qbittorrent-4.2.5/build-aux/config.guess-835-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
qbittorrent-4.2.5/build-aux/config.guess-838-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
qbittorrent-4.2.5/build-aux/config.guess:839:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
qbittorrent-4.2.5/build-aux/config.guess-840-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
qbittorrent-4.2.5/build-aux/config.guess-856-	then
qbittorrent-4.2.5/build-aux/config.guess:857:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
qbittorrent-4.2.5/build-aux/config.guess-858-	else
qbittorrent-4.2.5/build-aux/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
qbittorrent-4.2.5/build-aux/config.guess-860-	fi
##############################################
qbittorrent-4.2.5/build-aux/config.guess-869-	esac
qbittorrent-4.2.5/build-aux/config.guess:870:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
qbittorrent-4.2.5/build-aux/config.guess-871-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-905-    prep*:SunOS:5.*:*)
qbittorrent-4.2.5/build-aux/config.guess:906:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
qbittorrent-4.2.5/build-aux/config.guess-907-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-909-	# the GNU system
qbittorrent-4.2.5/build-aux/config.guess:910:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
qbittorrent-4.2.5/build-aux/config.guess-911-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-913-	# other systems with GNU libc and userland
qbittorrent-4.2.5/build-aux/config.guess:914:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
qbittorrent-4.2.5/build-aux/config.guess-915-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-1035-EOF
qbittorrent-4.2.5/build-aux/config.guess:1036:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
qbittorrent-4.2.5/build-aux/config.guess-1037-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
qbittorrent-4.2.5/build-aux/config.guess-1135-    i*86:*:4.*:*)
qbittorrent-4.2.5/build-aux/config.guess:1136:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
qbittorrent-4.2.5/build-aux/config.guess-1137-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
qbittorrent-4.2.5/build-aux/config.guess-1438-    *:DragonFly:*:*)
qbittorrent-4.2.5/build-aux/config.guess:1439:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
qbittorrent-4.2.5/build-aux/config.guess-1440-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-1451-    i*86:skyos:*:*)
qbittorrent-4.2.5/build-aux/config.guess:1452:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
qbittorrent-4.2.5/build-aux/config.guess-1453-	exit ;;
##############################################
qbittorrent-4.2.5/build-aux/config.guess-1601-
qbittorrent-4.2.5/build-aux/config.guess:1602:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
qbittorrent-4.2.5/build-aux/config.guess-1603-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
qbittorrent-4.2.5/build-aux/compile-67-	mingw/*)
qbittorrent-4.2.5/build-aux/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
qbittorrent-4.2.5/build-aux/compile-69-	  ;;
qbittorrent-4.2.5/build-aux/compile-70-	cygwin/*)
qbittorrent-4.2.5/build-aux/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
qbittorrent-4.2.5/build-aux/compile-72-	  ;;
qbittorrent-4.2.5/build-aux/compile-73-	wine/*)
qbittorrent-4.2.5/build-aux/compile:74:	  file=`winepath -w "$file" || echo "$file"`
qbittorrent-4.2.5/build-aux/compile-75-	  ;;
##############################################
qbittorrent-4.2.5/build-aux/compile-310-# Name of file we expect compiler to create.
qbittorrent-4.2.5/build-aux/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
qbittorrent-4.2.5/build-aux/compile-312-
##############################################
qbittorrent-4.2.5/build-aux/compile-316-# object file name, since that is what matters with a parallel build.
qbittorrent-4.2.5/build-aux/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
qbittorrent-4.2.5/build-aux/compile-318-while true; do
##############################################
qbittorrent-4.2.5/build-aux/config.sub-52-
qbittorrent-4.2.5/build-aux/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
qbittorrent-4.2.5/build-aux/config.sub-54-
##############################################
qbittorrent-4.2.5/build-aux/config.sub-768-	i*86v32)
qbittorrent-4.2.5/build-aux/config.sub:769:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
qbittorrent-4.2.5/build-aux/config.sub-770-		vendor=pc
##############################################
qbittorrent-4.2.5/build-aux/config.sub-773-	i*86v4*)
qbittorrent-4.2.5/build-aux/config.sub:774:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
qbittorrent-4.2.5/build-aux/config.sub-775-		vendor=pc
##############################################
qbittorrent-4.2.5/build-aux/config.sub-778-	i*86v)
qbittorrent-4.2.5/build-aux/config.sub:779:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
qbittorrent-4.2.5/build-aux/config.sub-780-		vendor=pc
##############################################
qbittorrent-4.2.5/build-aux/config.sub-783-	i*86sol2)
qbittorrent-4.2.5/build-aux/config.sub:784:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
qbittorrent-4.2.5/build-aux/config.sub-785-		vendor=pc
##############################################
qbittorrent-4.2.5/build-aux/config.sub-916-		cpu=sparc
qbittorrent-4.2.5/build-aux/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
qbittorrent-4.2.5/build-aux/config.sub-918-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1083-	sh5e[lb]-*)
qbittorrent-4.2.5/build-aux/config.sub:1084:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
qbittorrent-4.2.5/build-aux/config.sub-1085-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1101-	xscale-* | xscalee[bl]-*)
qbittorrent-4.2.5/build-aux/config.sub:1102:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
qbittorrent-4.2.5/build-aux/config.sub-1103-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1256-			*)
qbittorrent-4.2.5/build-aux/config.sub:1257:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
qbittorrent-4.2.5/build-aux/config.sub-1258-				exit 1
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1290-	solaris1 | solaris1.*)
qbittorrent-4.2.5/build-aux/config.sub:1291:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
qbittorrent-4.2.5/build-aux/config.sub-1292-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1299-	gnu/linux*)
qbittorrent-4.2.5/build-aux/config.sub:1300:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
qbittorrent-4.2.5/build-aux/config.sub-1301-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1322-	sco3.2.[4-9]*)
qbittorrent-4.2.5/build-aux/config.sub:1323:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
qbittorrent-4.2.5/build-aux/config.sub-1324-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1386-	nto*)
qbittorrent-4.2.5/build-aux/config.sub:1387:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
qbittorrent-4.2.5/build-aux/config.sub-1388-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1396-	linux*)
qbittorrent-4.2.5/build-aux/config.sub:1397:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
qbittorrent-4.2.5/build-aux/config.sub-1398-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1408-	mac*)
qbittorrent-4.2.5/build-aux/config.sub:1409:		os=`echo "$os" | sed -e 's|mac|macos|'`
qbittorrent-4.2.5/build-aux/config.sub-1410-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1417-	sunos5*)
qbittorrent-4.2.5/build-aux/config.sub:1418:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
qbittorrent-4.2.5/build-aux/config.sub-1419-		;;
qbittorrent-4.2.5/build-aux/config.sub-1420-	sunos6*)
qbittorrent-4.2.5/build-aux/config.sub:1421:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
qbittorrent-4.2.5/build-aux/config.sub-1422-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1454-	sinix5.*)
qbittorrent-4.2.5/build-aux/config.sub:1455:		os=`echo $os | sed -e 's|sinix|sysv|'`
qbittorrent-4.2.5/build-aux/config.sub-1456-		;;
##############################################
qbittorrent-4.2.5/build-aux/config.sub-1514-	*)
qbittorrent-4.2.5/build-aux/config.sub:1515:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
qbittorrent-4.2.5/build-aux/config.sub-1516-		exit 1
##############################################
qbittorrent-4.2.5/build-aux/install-sh-234-      fi
qbittorrent-4.2.5/build-aux/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
qbittorrent-4.2.5/build-aux/install-sh-236-    *)
##############################################
qbittorrent-4.2.5/build-aux/install-sh-280-      dstdir=$dst
qbittorrent-4.2.5/build-aux/install-sh:281:      dstbase=`basename "$src"`
qbittorrent-4.2.5/build-aux/install-sh-282-      case $dst in
##############################################
qbittorrent-4.2.5/build-aux/install-sh-287-    else
qbittorrent-4.2.5/build-aux/install-sh:288:      dstdir=`dirname "$dst"`
qbittorrent-4.2.5/build-aux/install-sh-289-      test -d "$dstdir"
##############################################
qbittorrent-4.2.5/build-aux/install-sh-354-                   test_tmpdir="$tmpdir/a"
qbittorrent-4.2.5/build-aux/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
qbittorrent-4.2.5/build-aux/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
qbittorrent-4.2.5/build-aux/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
qbittorrent-4.2.5/build-aux/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
qbittorrent-4.2.5/build-aux/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
qbittorrent-4.2.5/build-aux/install-sh-419-            case $prefix in
qbittorrent-4.2.5/build-aux/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
qbittorrent-4.2.5/build-aux/install-sh-421-              *) qprefix=$prefix;;
##############################################
qbittorrent-4.2.5/build-aux/install-sh-468-    if $copy_on_change &&
qbittorrent-4.2.5/build-aux/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
qbittorrent-4.2.5/build-aux/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
qbittorrent-4.2.5/build-aux/install-sh-471-       set -f &&
##############################################
qbittorrent-4.2.5/cmake/Modules/DeployQt5.cmake-349-  install(CODE
qbittorrent-4.2.5/cmake/Modules/DeployQt5.cmake:350:  "include(\"${DeployQt5_cmake_dir}/DeployQt5.cmake\")
qbittorrent-4.2.5/cmake/Modules/DeployQt5.cmake-351-  set(BU_CHMOD_BUNDLE_ITEMS TRUE)
##############################################
qbittorrent-4.2.5/src/base/bittorrent/session.cpp-1537-            const QString ip = ((addr.protocol() == QAbstractSocket::IPv6Protocol)
qbittorrent-4.2.5/src/base/bittorrent/session.cpp:1538:                          ? ('[' + Utils::Net::canonicalIPv6Addr(addr).toString() + ']')
qbittorrent-4.2.5/src/base/bittorrent/session.cpp-1539-                          : addr.toString());
##############################################
qbittorrent-4.2.5/src/base/bittorrent/session.cpp-2673-    const QString ifaceAddr = networkInterfaceAddress();
qbittorrent-4.2.5/src/base/bittorrent/session.cpp:2674:    const QHostAddress configuredAddr(ifaceAddr);
qbittorrent-4.2.5/src/base/bittorrent/session.cpp-2675-    const bool allIPv4 = (ifaceAddr == QLatin1String("0.0.0.0")); // Means All IPv4 addresses
##############################################
qbittorrent-4.2.5/src/base/utils/net.h-52-        QString subnetToString(const Subnet &subnet);
qbittorrent-4.2.5/src/base/utils/net.h:53:        QHostAddress canonicalIPv6Addr(const QHostAddress &addr);
qbittorrent-4.2.5/src/base/utils/net.h-54-
##############################################
qbittorrent-4.2.5/src/base/utils/net.cpp-94-
qbittorrent-4.2.5/src/base/utils/net.cpp:95:        QHostAddress canonicalIPv6Addr(const QHostAddress &addr)
qbittorrent-4.2.5/src/base/utils/net.cpp-96-        {
##############################################
qbittorrent-4.2.5/src/webui/www/private/scripts/lib/mocha-0.9.6-yc.js:1:var MUI=MochaUI=new Hash({version:"0.9.6 development",options:new Hash({theme:"default",advancedEffects:false,standardEffects:true}),path:{source:"scripts/source/",themes:"themes/",plugins:"plugins/"},themePath:function(){return MUI.path.themes+MUI.options.theme+"/"},files:new Hash()});MUI.files[MUI.path.source+"Core/Core.js"]="loaded";MUI.extend({Windows:{instances:new Hash()},ieSupport:"excanvas",ieLegacySupport:Browser.Engine.trident&&Browser.version<9,updateContent:function(c){var c=$extend({element:null,childElement:null,method:null,data:null,title:null,content:null,loadMethod:null,url:null,scrollbars:null,padding:null,require:{},onContentLoaded:$empty},c);c.require=$extend({css:[],images:[],js:[],onload:null},c.require);var b={};if(!c.element){return}var d=c.element;if(MUI.Windows.instances.get(d.id)){b.recipient="window"}else{b.recipient="panel"}var a=d.retrieve("instance");if(c.title){a.titleEl.set("html",c.title)}var e=a.contentEl;b.contentContainer=c.childElement!=null?c.childElement:a.contentEl;var g=a.contentWrapperEl;if(!c.loadMethod){if(!a.options.loadMethod){if(!c.url){c.loadMethod="html"}else{c.loadMethod="xhr"}}else{c.loadMethod=a.options.loadMethod}}var f=c.scrollbars||a.options.scrollbars;if(b.contentContainer==a.contentEl){g.setStyles({overflow:f!=false&&c.loadMethod!="iframe"?"auto":"hidden"})}if(c.padding!=null){e.setStyles({"padding-top":c.padding.top,"padding-bottom":c.padding.bottom,"padding-left":c.padding.left,"padding-right":c.padding.right})}if(b.contentContainer==e){e.empty().show();e.getAllNext(".column").destroy();e.getAllNext(".columnHandle").destroy()}b.onContentLoaded=function(){if(c.require.js.length||typeof c.require.onload=="function"){new MUI.Require({js:c.require.js,onload:function(){if(!$defined(c.require.onload)){return}if(Browser.Engine.presto){c.require.onload.delay(100)}else{c.require.onload()}c.onContentLoaded?c.onContentLoaded():a.fireEvent("onContentLoaded",d)}.bind(this)})}else{c.onContentLoaded?c.onContentLoaded():a.fireEvent("onContentLoaded",d)}};if(c.require.css.length||c.require.images.length){new MUI.Require({css:c.require.css,images:c.require.images,onload:function(){this.loadSelect(a,c,b)}.bind(this)})}else{this.loadSelect(a,c,b)}},loadSelect:function(a,c,b){switch(c.loadMethod){case"xhr":this.updateContentXHR(a,c,b);break;case"iframe":this.updateContentIframe(a,c,b);break;case"html":default:this.updateContentHTML(a,c,b);break}},updateContentXHR:function(a,c,b){var f=a.contentEl;var e=b.contentContainer;var d=b.onContentLoaded;new Request.HTML({url:c.url,update:e,method:c.method!=null?c.method:"get",data:c.data!=null?new Hash(c.data).toQueryString():"",evalScripts:a.options.evalScripts,evalResponse:a.options.evalResponse,onRequest:function(){if(b.recipient=="window"&&e==f){a.showSpinner()}else{if(b.recipient=="panel"&&e==f&&$("spinner")){$("spinner").show()}}}.bind(this),onFailure:function(g){if(e==f){var j=new RegExp("<title>[\n\rs]*(.*)[\n\rs]*</title>","gmi");var h=j.exec(g.responseText);if(!h){h="Unknown"}e.set("html","<h3>Error: "+h+"</h3>");if(b.recipient=="window"){a.hideSpinner()}else{if(b.recipient=="panel"&&$("spinner")){$("spinner").hide()}}}}.bind(this),onSuccess:function(){if(e==f){if(b.recipient=="window"){a.hideSpinner()}else{if(b.recipient=="panel"&&$("spinner")){$("spinner").hide()}}}Browser.Engine.trident4?d.delay(750):d()}.bind(this),onComplete:function(){}.bind(this)}).send()},updateContentIframe:function(a,c,b){var f=a.contentEl;var e=b.contentContainer;var g=a.contentWrapperEl;var d=b.onContentLoaded;if(a.options.contentURL==""||e!=f){return}a.iframeEl=new Element("iframe",{id:a.options.id+"_iframe",name:a.options.id+"_iframe","class":"mochaIframe",src:c.url,marginwidth:0,marginheight:0,frameBorder:0,scrolling:"auto",styles:{height:g.offsetHeight-g.getStyle("margin-top").toInt()-g.getStyle("margin-bottom").toInt(),width:a.panelEl?g.offsetWidth-g.getStyle("margin-left").toInt()-g.getStyle("margin-right").toInt():"100%"}}).injectInside(f);a.iframeEl.addEvent("load",function(h){if(b.recipient=="window"){a.hideSpinner()}else{if(b.recipient=="panel"&&e==f&&$("spinner")){$("spinner").hide()}}Browser.Engine.trident4?d.delay(50):d()}.bind(this));if(b.recipient=="window"){a.showSpinner()}else{if(b.recipient=="panel"&&e==f&&$("spinner")){$("spinner").show()}}},updateContentHTML:function(a,c,b){var f=a.contentEl;var e=b.contentContainer;var d=b.onContentLoaded;var g=new Array("element","textnode","whitespace","collection");if(g.contains($type(c.content))){c.content.inject(e)}else{e.set("html",c.content)}if(e==f){if(b.recipient=="window"){a.hideSpinner()}else{if(b.recipient=="panel"&&$("spinner")){$("spinner").hide()}}}Browser.Engine.trident4?d.delay(50):d()},reloadIframe:function(a){Browser.Engine.gecko?$(a).src=$(a).src:top.frames[a].location.reload(true)},roundedRect:function(f,d,j,h,c,b,g,e){f.fillStyle="rgba("+g.join(",")+","+e+")";f.beginPath();f.moveTo(d,j+b);f.lineTo(d,j+c-b);f.quadraticCurveTo(d,j+c,d+b,j+c);f.lineTo(d+h-b,j+c);f.quadraticCurveTo(d+h,j+c,d+h,j+c-b);f.lineTo(d+h,j+b);f.quadraticCurveTo(d+h,j,d+h-b,j);f.lineTo(d+b,j);f.quadraticCurveTo(d,j,d,j+b);f.fill()},triangle:function(e,c,h,g,b,f,d){e.beginPath();e.moveTo(c+g,h);e.lineTo(c,h+b);e.lineTo(c+g,h+b);e.closePath();e.fillStyle="rgba("+f.join(",")+","+d+")";e.fill()},circle:function(d,b,g,f,e,c){d.beginPath();d.arc(b,g,f,0,Math.PI*2,true);d.fillStyle="rgba("+e.join(",")+","+c+")";d.fill()},notification:function(a){new MUI.Window({loadMethod:"html",closeAfter:1500,type:"notification",addClass:"notification",content:a,width:220,height:40,y:53,padding:{top:10,right:12,bottom:10,left:12},shadowBlur:5})},toggleAdvancedEffects:function(a){if(MUI.options.advancedEffects==false){MUI.options.advancedEffects=true;if(a){this.toggleAdvancedEffectsLink=new Element("div",{"class":"check",id:"toggleAdvancedEffects_check"}).inject(a)}}else{MUI.options.advancedEffects=false;if(this.toggleAdvancedEffectsLink){this.toggleAdvancedEffectsLink.destroy()}}},toggleStandardEffects:function(a){if(MUI.options.standardEffects==false){MUI.options.standardEffects=true;if(a){this.toggleStandardEffectsLink=new Element("div",{"class":"check",id:"toggleStandardEffects_check"}).inject(a)}}else{MUI.options.standardEffects=false;if(this.toggleStandardEffectsLink){this.toggleStandardEffectsLink.destroy()}}},underlayInitialize:function(){var a=new Element("div",{id:"windowUnderlay",styles:{height:parent.getCoordinates().height,opacity:0.01,display:"none"}}).inject(document.body)},setUnderlaySize:function(){$("windowUnderlay").setStyle("height",parent.getCoordinates().height)}});function fixPNG(e){if(Browser.Engine.trident4&&document.body.filters){var b=(e.id)?"id='"+e.id+"' ":"";var d=(e.className)?"class='"+e.className+"' ":"";var f=(e.title)?"title='"+e.title+"' ":"title='"+e.alt+"' ";var c="display:inline-block;"+e.style.cssText;var a="<span "+b+d+f+' style="width:'+e.width+"px; height:"+e.height+"px;"+c+";filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+e.src+"', sizingMethod='scale');\"></span>";e.outerHTML=a}}document.addEvent("mousedown",function(a){MUI.blurAll.delay(50)});window.addEvent("domready",function(){MUI.underlayInitialize()});window.addEvent("resize",function(){if($("windowUnderlay")){MUI.setUnderlaySize()}else{MUI.underlayInitialize()}});Element.implement({hide:function(){this.setStyle("display","none");return this},show:function(){this.setStyle("display","block");return this}});Element.implement({shake:function(b,h){b=b||3;h=h||500;h=(h/50).toInt()-1;var e=this.getParent();if(e!=$(document.body)&&e.getStyle("position")=="static"){e.setStyle("position","relative")}var a=this.getStyle("position");if(a=="static"){this.setStyle("position","relative");a="relative"}if(MUI.ieLegacySupport){e.setStyle("height",e.getStyle("height"))}var g=this.getPosition(e);if(a=="relative"&&!Browser.Engine.presto){g.x-=e.getStyle("paddingLeft").toInt();g.y-=e.getStyle("paddingTop").toInt()}var f=this.retrieve("morph");if(f){f.cancel();var c=f.options}var f=this.get("morph",{duration:50,link:"chain"});for(var d=0;d<h;d++){f.start({top:g.y+$random(-b,b),left:g.x+$random(-b,b)})}f.start({top:g.y,left:g.x}).chain(function(){if(c){this.set("morph",c)}}.bind(this));return this}});String.implement({parseQueryString:function(){var b=this.split(/[&;]/);var a={};if(b.length){b.each(function(d){var c=d.split("=");if(c.length&&c.length==2){a[decodeURIComponent(c[0])]=decodeURIComponent(c[1])}})}return a}});Request.HTML.implement({processHTML:function(c){var b=c.match(/<body[^>]*>([\s\S]*?)<\/body>/i);c=(b)?b[1]:c;var a=new Element("div");return a.set("html",c)}});MUI.getCSSRule=function(b){for(var c=0;c<document.styleSheets.length;c++){var d=document.styleSheets[c];var a=d.cssRules?d.cssRules:d.rules;for(i=0;i<a.length;i++){if(a[i].selectorText==b){return a[i]}}}return false};if(location.protocol=="file:"){Request.implement({isSuccess:function(a){return(a==0||(a>=200)&&(a<300))}});Browser.Request=function(){return $try(function(){return new ActiveXObject("MSXML2.XMLHTTP")},function(){return new XMLHttpRequest()})}}MUI.Require=new Class({Implements:[Options],options:{css:[],images:[],js:[],onload:$empty},initialize:function(a){this.setOptions(a);var a=this.options;this.assetsToLoad=a.css.length+a.images.length+a.js.length;this.assetsLoaded=0;var b=0;if(a.css.length){a.css.each(function(c){this.getAsset(c,function(){if(b==a.css.length-1){if(this.assetsLoaded==this.assetsToLoad-1){this.requireOnload()}else{this.assetsLoaded++;this.requireContinue.delay(50,this)}}else{b++;this.assetsLoaded++}}.bind(this))}.bind(this))}else{if(!a.js.length&&!a.images.length){this.options.onload();return true}else{this.requireContinue.delay(50,this)}}},requireOnload:function(){this.assetsLoaded++;if(this.assetsLoaded==this.assetsToLoad){this.options.onload();return true}},requireContinue:function(){var a=this.options;if(a.images.length){a.images.each(function(b){this.getAsset(b,this.requireOnload.bind(this))}.bind(this))}if(a.js.length){a.js.each(function(b){this.getAsset(b,this.requireOnload.bind(this))}.bind(this))}},getAsset:function(b,c){if(MUI.files[b]=="loaded"){if(typeof c=="function"){c()}return true}else{if(MUI.files[b]=="loading"){var d=0;var a=(function(){d++;if(MUI.files[b]=="loading"&&d<"100"){return}$clear(a);if(typeof c=="function"){c()}}).periodical(50)}else{MUI.files[b]="loading";properties={onload:c!="undefined"?c:$empty};var e=properties.onload;properties.onload=function(){MUI.files[b]="loaded";if(e){e()}}.bind(this);switch(b.match(/\.\w+$/)[0]){case".js":return Asset.javascript(b,properties);case".css":return Asset.css(b,properties);case".jpg":case".png":case".gif":return Asset.image(b,properties)}alert('The required file "'+b+'" could not be loaded')}}}});$extend(Asset,{javascript:function(f,d){d=$extend({onload:$empty,document:document,check:$lambda(true)},d);if($(d.id)){d.onload();return $(d.id)}var b=new Element("script",{src:f,type:"text/javascript"});var e=d.onload.bind(b),a=d.check,g=d.document;delete d.onload;delete d.check;delete d.document;if(!Browser.Engine.webkit419&&!Browser.Engine.presto){b.addEvents({load:e,readystatechange:function(){if(MUI.ieLegacySupport&&["loaded","complete"].contains(this.readyState)){e()}}}).setProperties(d)}else{var c=(function(){if(!$try(a)){return}$clear(c);Browser.Engine.presto?e.delay(500):e()}).periodical(50)}return b.inject(g.head)},css:function(b,a){a=$extend({id:null,media:"screen",onload:$empty},a);new Request({method:"get",url:b,onComplete:function(c){var d=new Element("link",{id:a.id,rel:"stylesheet",media:a.media,type:"text/css",href:b}).inject(document.head);a.onload()}.bind(this),onFailure:function(c){},onSuccess:function(){}.bind(this)}).send()}});MUI.extend({newWindowsFromJSON:function(a){new MUI.Require({js:[MUI.path.source+"Window/Windows-from-json.js"],onload:function(){new MUI.newWindowsFromJSON(a)}})},arrangeCascade:function(){new MUI.Require({js:[MUI.path.source+"Window/Arrange-cascade.js"],onload:function(){new MUI.arrangeCascade()}})},arrangeTile:function(){new MUI.Require({js:[MUI.path.source+"Window/Arrange-tile.js"],onload:function(){new MUI.arrangeTile()}})},saveWorkspace:function(){new MUI.Require({js:[MUI.path.source+"Layout/Workspaces.js"],onload:function(){new MUI.saveWorkspace()}})},loadWorkspace:function(){new MUI.Require({js:[MUI.path.source+"Layout/Workspaces.js"],onload:function(){new MUI.loadWorkspace()}})},Themes:{init:function(a){new MUI.Require({js:[MUI.path.source+"Utilities/Themes.js"],onload:function(){MUI.Themes.init(a)}})}}});MUI.files[MUI.path.source+"Utilities/Themes.js"]=1;MUI.Themes={init:function(a){this.newTheme=a.toLowerCase();if(!this.newTheme||this.newTheme==null||this.newTheme==MUI.options.theme.toLowerCase()){return}if($("spinner")){$("spinner").show()}this.oldURIs=[];this.oldSheets=[];$$("link").each(function(c){var b=c.get("href");if(b.contains(MUI.path.themes+MUI.options.theme)){this.oldURIs.push(b);this.oldSheets.push(c)}}.bind(this));this.newSheetURLs=this.oldURIs.map(function(c,b){return c.replace("/"+MUI.options.theme+"/","/"+MUI.Themes.newTheme+"/")}.bind(this));this.sheetsToLoad=this.oldURIs.length;this.sheetsLoaded=0;this.newSheets=[];this.newSheetURLs.each(function(d){var b=d;var c=new Request({method:"get",url:b,onComplete:function(e){var f=new Element("link",{rel:"stylesheet",media:"screen",type:"text/css",href:b});this.newSheets.push(f)}.bind(this),onFailure:function(e){this.themeLoadSuccess=false;if($("spinner")){$("spinner").hide()}MUI.notification("Stylesheets did not load.")},onSuccess:function(){this.sheetsLoaded++;if(this.sheetsLoaded==this.sheetsToLoad){this.updateThemeStylesheets();this.themeLoadSuccess=true}}.bind(this)});c.send()}.bind(this))},updateThemeStylesheets:function(){this.oldSheets.each(function(a){a.destroy()});this.newSheets.each(function(a){MUI.files[a.get("href")]=1;a.inject(document.head)});if(MUI.ieLegacySupport){this.redraw.delay(1250,this)}else{this.redraw.delay(250,this)}},redraw:function(){$$(".replaced").removeClass("replaced");$$(".mocha").each(function(c){var b=c.retrieve("instance");b.setColors();b.drawWindow()});if(MUI.Dock){if(MUI.Dock.options.useControls){MUI.Dock.setDockColors();MUI.Dock.renderDockControls()}}if(MUI.Desktop.desktop){var a=(function(){if(MUI.Desktop.desktop.getStyle("overflow")!="hidden"){return}$clear(a);MUI.Desktop.setDesktopSize()}).periodical(50)}if($("spinner")){$("spinner").hide()}MUI.options.theme=this.newTheme}};window.addEvent("load",function(){if($("themeControl")){$("themeControl").getElements("option").setProperty("selected","false");if($("chooseTheme")){$("chooseTheme").setProperty("selected","true")}}});MUI.files[MUI.path.source+"Window/Window.js"]="loading";MUI.extend({Windows:{instances:new Hash(),indexLevel:100,windowIDCount:0,windowsVisible:true,focusingWindow:false}});MUI.Windows.windowOptions={id:null,title:"New Window",icon:false,type:"window",require:{css:[],images:[],js:[],onload:null},loadMethod:null,method:"get",contentURL:null,data:null,closeAfter:false,evalScripts:true,evalResponse:false,content:"Window content",toolbar:false,toolbarPosition:"top",toolbarHeight:29,toolbarURL:"pages/lipsum.html",toolbarData:null,toolbarContent:"",toolbarOnload:$empty,toolbar2:false,toolbar2Position:"bottom",toolbar2Height:29,toolbar2URL:"pages/lipsum.html",toolbar2Data:null,toolbar2Content:"",toolbar2Onload:$empty,container:null,restrict:true,shape:"box",collapsible:true,minimizable:true,maximizable:true,closable:true,storeOnClose:false,modalOverlayClose:true,draggable:null,draggableGrid:false,draggableLimit:false,draggableSnap:false,resizable:null,resizeLimit:{x:[250,2500],y:[125,2000]},addClass:"",width:300,height:125,headerHeight:25,footerHeight:25,cornerRadius:8,x:null,y:null,scrollbars:true,padding:{top:10,right:12,bottom:10,left:12},shadowBlur:5,shadowOffset:{x:0,y:1},controlsOffset:{right:6,top:6},useCanvas:true,useCanvasControls:true,useSpinner:true,headerStartColor:[250,250,250],headerStopColor:[229,229,229],bodyBgColor:[229,229,229],minimizeBgColor:[255,255,255],minimizeColor:[0,0,0],maximizeBgColor:[255,255,255],maximizeColor:[0,0,0],closeBgColor:[255,255,255],closeColor:[0,0,0],resizableColor:[254,254,254],onBeforeBuild:$empty,onContentLoaded:$empty,onFocus:$empty,onBlur:$empty,onResize:$empty,onMinimize:$empty,onMaximize:$empty,onRestore:$empty,onClose:$empty,onCloseComplete:$empty};MUI.Windows.windowOptionsOriginal=$merge(MUI.Windows.windowOptions);MUI.Window=new Class({Implements:[Events,Options],options:MUI.Windows.windowOptions,initialize:function(a){this.setOptions(a);var a=this.options;$extend(this,{mochaControlsWidth:0,minimizebuttonX:0,maximizebuttonX:0,closebuttonX:0,headerFooterShadow:a.headerHeight+a.footerHeight+(a.shadowBlur*2),oldTop:0,oldLeft:0,isMaximized:false,isMinimized:false,isCollapsed:false,timestamp:$time()});if(a.type!="window"){a.container=document.body;a.minimizable=false}if(!a.container){a.container=MUI.Desktop&&MUI.Desktop.desktop?MUI.Desktop.desktop:document.body}if(a.resizable==null){if(a.type!="window"||a.shape=="gauge"){a.resizable=false}else{a.resizable=true}}if(a.draggable==null){a.draggable=a.type!="window"?false:true}if(a.shape=="gauge"||a.type=="notification"){a.collapsible=false;a.maximizable=false;a.contentBgColor="transparent";a.scrollbars=false;a.footerHeight=0}if(a.type=="notification"){a.closable=false;a.headerHeight=0}if(MUI.Dock&&$(MUI.options.dock)){if(MUI.Dock.dock&&a.type!="modal"&&a.type!="modal2"){a.minimizable=a.minimizable}}else{a.minimizable=false}a.maximizable=MUI.Desktop&&MUI.Desktop.desktop&&a.maximizable&&a.type!="modal"&&a.type!="modal2";if(this.options.type=="modal2"){this.options.shadowBlur=0;this.options.shadowOffset={x:0,y:0};this.options.useSpinner=false;this.options.useCanvas=false;this.options.footerHeight=0;this.options.headerHeight=0}a.id=a.id||"win"+(++MUI.Windows.windowIDCount);this.windowEl=$(a.id);if(a.require.css.length||a.require.images.length){new MUI.Require({css:a.require.css,images:a.require.images,onload:function(){this.newWindow()}.bind(this)})}else{this.newWindow()}return this},saveValues:function(){var a=this.windowEl.getCoordinates();this.options.x=a.left.toInt();this.options.y=a.top.toInt()},newWindow:function(c){var a=MUI.Windows.instances;var j=MUI.Windows.instances.get(this.options.id);var k=this.options;if(j){var h=j}if(this.windowEl&&!this.isClosing){if(h.isMinimized){MUI.Dock.restoreMinimized(this.windowEl)}else{if(h.isCollapsed){MUI.collapseToggle(this.windowEl);setTimeout(MUI.focusWindow.pass(this.windowEl,this),10)}else{if(this.windowEl.hasClass("windowClosed")){if(h.check){h.check.show()}this.windowEl.removeClass("windowClosed");this.windowEl.setStyle("opacity",0);this.windowEl.addClass("mocha");if(MUI.Dock&&$(MUI.options.dock)&&h.options.type=="window"){var f=$(h.options.id+"_dockTab");if(f!=null){f.show()}MUI.Desktop.setDesktopSize()}h.displayNewWindow()}else{var g=document.getCoordinates();if(this.windowEl.getStyle("left").toInt()>g.width||this.windowEl.getStyle("top").toInt()>g.height){MUI.centerWindow(this.windowEl)}setTimeout(MUI.focusWindow.pass(this.windowEl,this),10);if(MUI.options.standardEffects==true){this.windowEl.shake()}}}}return}else{a.set(k.id,this)}this.isClosing=false;this.fireEvent("onBeforeBuild");MUI.Windows.indexLevel++;this.windowEl=new Element("div",{"class":"mocha",id:k.id,styles:{position:"absolute",width:k.width,height:k.height,display:"block",opacity:0,zIndex:MUI.Windows.indexLevel+=2}});this.windowEl.store("instance",this);this.windowEl.addClass(k.addClass);if(k.type=="modal2"){this.windowEl.addClass("modal2")}if(MUI.ieLegacySupport&&k.shape=="gauge"){this.windowEl.setStyle("backgroundImage","url(../images/skin/spacer.gif)")}if(k.loadMethod=="iframe"){k.padding={top:0,right:0,bottom:0,left:0}}this.insertWindowElements();this.titleEl.set("html",k.title);this.contentWrapperEl.setStyle("overflow","hidden");this.contentEl.setStyles({"padding-top":k.padding.top,"padding-bottom":k.padding.bottom,"padding-left":k.padding.left,"padding-right":k.padding.right});if(k.shape=="gauge"){if(k.useCanvasControls){this.canvasControlsEl.setStyle("visibility","hidden")}else{this.controlsEl.setStyle("visibility","hidden")}this.windowEl.addEvent("mouseover",function(){this.mouseover=true;var l=function(){if(this.mouseover!=false){if(k.useCanvasControls){this.canvasControlsEl.setStyle("visibility","visible")}else{this.controlsEl.setStyle("visibility","visible")}this.canvasHeaderEl.setStyle("visibility","visible");this.titleEl.show()}};l.delay(0,this)}.bind(this));this.windowEl.addEvent("mouseleave",function(){this.mouseover=false;if(this.options.useCanvasControls){this.canvasControlsEl.setStyle("visibility","hidden")}else{this.controlsEl.setStyle("visibility","hidden")}this.canvasHeaderEl.setStyle("visibility","hidden");this.titleEl.hide()}.bind(this))}this.windowEl.inject(k.container);this.setColors();if(k.type!="notification"){this.setMochaControlsWidth()}MUI.updateContent({element:this.windowEl,content:k.content,method:k.method,url:k.contentURL,data:k.data,onContentLoaded:null,require:{js:k.require.js,onload:k.require.onload}});if(this.options.toolbar==true){MUI.updateContent({element:this.windowEl,childElement:this.toolbarEl,content:k.toolbarContent,loadMethod:"xhr",method:k.method,url:k.toolbarURL,data:k.toolbarData,onContentLoaded:k.toolbarOnload})}if(this.options.toolbar2==true){MUI.updateContent({element:this.windowEl,childElement:this.toolbar2El,content:k.toolbar2Content,loadMethod:"xhr",method:k.method,url:k.toolbar2URL,data:k.toolbar2Data,onContentLoaded:k.toolbar2Onload})}this.drawWindow();this.attachDraggable();this.attachResizable();this.setupEvents();if(k.resizable){this.adjustHandles()}if(k.container==document.body||k.container==MUI.Desktop.desktop){var b=window.getSize()}else{var b=$(this.options.container).getSize()}if(!k.y){if(MUI.Desktop&&MUI.Desktop.desktop){var d=(b.y*0.5)-(this.windowEl.offsetHeight*0.5);if(d<-k.shadowBlur){d=-k.shadowBlur}}else{var d=window.getScroll().y+(window.getSize().y*0.5)-(this.windowEl.offsetHeight*0.5);if(d<-k.shadowBlur){d=-k.shadowBlur}}}else{var d=k.y-k.shadowBlur}if(!this.options.x){var e=(b.x*0.5)-(this.windowEl.offsetWidth*0.5);if(e<-k.shadowBlur){e=-k.shadowBlur}}else{var e=k.x-k.shadowBlur}this.windowEl.setStyles({top:d,left:e});this.opacityMorph=new Fx.Morph(this.windowEl,{duration:350,transition:Fx.Transitions.Sine.easeInOut,onComplete:function(){if(MUI.ieLegacySupport){this.drawWindow()}}.bind(this)});this.displayNewWindow();this.morph=new Fx.Morph(this.windowEl,{duration:200});this.windowEl.store("morph",this.morph);this.resizeMorph=new Fx.Elements([this.contentWrapperEl,this.windowEl],{duration:400,transition:Fx.Transitions.Sine.easeInOut,onStart:function(){this.resizeAnimation=this.drawWindow.periodical(20,this)}.bind(this),onComplete:function(){$clear(this.resizeAnimation);this.drawWindow();if(this.iframeEl){this.iframeEl.setStyle("visibility","visible")}}.bind(this)});this.windowEl.store("resizeMorph",this.resizeMorph);if($(this.windowEl.id+"LinkCheck")){this.check=new Element("div",{"class":"check",id:this.options.id+"_check"}).inject(this.windowEl.id+"LinkCheck")}if(this.options.closeAfter!=false){MUI.closeWindow.delay(this.options.closeAfter,this,this.windowEl)}if(MUI.Dock&&$(MUI.options.dock)&&this.options.type=="window"){MUI.Dock.createDockTab(this.windowEl)}},displayNewWindow:function(){options=this.options;if(options.type=="modal"||options.type=="modal2"){MUI.currentModal=this.windowEl;if(Browser.Engine.trident4){$("modalFix").show()}$("modalOverlay").show();if(MUI.options.advancedEffects==false){$("modalOverlay").setStyle("opacity",0.6);this.windowEl.setStyles({zIndex:11000,opacity:1})}else{MUI.Modal.modalOverlayCloseMorph.cancel();MUI.Modal.modalOverlayOpenMorph.start({opacity:0.6});this.windowEl.setStyles({zIndex:11000});this.opacityMorph.start({opacity:1})}$$(".dockTab").removeClass("activeDockTab");$$(".mocha").removeClass("isFocused");this.windowEl.addClass("isFocused")}else{if(MUI.options.advancedEffects==false){this.windowEl.setStyle("opacity",1);setTimeout(MUI.focusWindow.pass(this.windowEl,this),10)}else{if(MUI.ieLegacySupport){this.drawWindow(false)}this.opacityMorph.start({opacity:1});setTimeout(MUI.focusWindow.pass(this.windowEl,this),10)}}},setupEvents:function(){var a=this.windowEl;if(this.closeButtonEl){this.closeButtonEl.addEvent("click",function(b){new Event(b).stop();MUI.closeWindow(a)}.bind(this))}if(this.options.type=="window"){a.addEvent("mousedown",function(b){if(MUI.ieLegacySupport){new Event(b).stop()}MUI.focusWindow(a);if(a.getStyle("top").toInt()<-this.options.shadowBlur){a.setStyle("top",-this.options.shadowBlur)}}.bind(this))}if(this.minimizeButtonEl){this.minimizeButtonEl.addEvent("click",function(b){new Event(b).stop();MUI.Dock.minimizeWindow(a)}.bind(this))}if(this.maximizeButtonEl){this.maximizeButtonEl.addEvent("click",function(b){new Event(b).stop();if(this.isMaximized){MUI.Desktop.restoreWindow(a)}else{MUI.Desktop.maximizeWindow(a)}}.bind(this))}if(this.options.collapsible==true){this.titleEl.addEvent("selectstart",function(b){b=new Event(b).stop()}.bind(this));if(MUI.ieLegacySupport){this.titleBarEl.addEvent("mousedown",function(b){this.titleEl.setCapture()}.bind(this));this.titleBarEl.addEvent("mouseup",function(b){this.titleEl.releaseCapture()}.bind(this))}this.titleBarEl.addEvent("dblclick",function(b){b=new Event(b).stop();MUI.collapseToggle(this.windowEl)}.bind(this))}},attachDraggable:function(){var a=this.windowEl;if(!this.options.draggable){return}this.windowDrag=new Drag.Move(a,{handle:this.titleBarEl,container:this.options.restrict==true?$(this.options.container):false,grid:this.options.draggableGrid,limit:this.options.draggableLimit,snap:this.options.draggableSnap,onStart:function(){if(this.options.type!="modal"&&this.options.type!="modal2"){MUI.focusWindow(a);$("windowUnderlay").show()}if(this.iframeEl){if(!MUI.ieLegacySupport){this.iframeEl.setStyle("visibility","hidden")}else{this.iframeEl.hide()}}}.bind(this),onComplete:function(){if(this.options.type!="modal"&&this.options.type!="modal2"){$("windowUnderlay").hide()}if(this.iframeEl){if(!MUI.ieLegacySupport){this.iframeEl.setStyle("visibility","visible")}else{this.iframeEl.show()}}this.saveValues()}.bind(this)})},attachResizable:function(){var a=this.windowEl;if(!this.options.resizable){return}this.resizable1=this.windowEl.makeResizable({handle:[this.n,this.ne,this.nw],limit:{y:[function(){return this.windowEl.getStyle("top").toInt()+this.windowEl.getStyle("height").toInt()-this.options.resizeLimit.y[1]}.bind(this),function(){return this.windowEl.getStyle("top").toInt()+this.windowEl.getStyle("height").toInt()-this.options.resizeLimit.y[0]}.bind(this)]},modifiers:{x:false,y:"top"},onStart:function(){this.resizeOnStart();this.coords=this.contentWrapperEl.getCoordinates();this.y2=this.coords.top.toInt()+this.contentWrapperEl.offsetHeight}.bind(this),onDrag:function(){this.coords=this.contentWrapperEl.getCoordinates();this.contentWrapperEl.setStyle("height",this.y2-this.coords.top.toInt());this.resizeOnDrag()}.bind(this),onComplete:function(){this.resizeOnComplete()}.bind(this)});this.resizable2=this.contentWrapperEl.makeResizable({handle:[this.e,this.ne],limit:{x:[this.options.resizeLimit.x[0]-(this.options.shadowBlur*2),this.options.resizeLimit.x[1]-(this.options.shadowBlur*2)]},modifiers:{x:"width",y:false},onStart:function(){this.resizeOnStart()}.bind(this),onDrag:function(){this.resizeOnDrag()}.bind(this),onComplete:function(){this.resizeOnComplete()}.bind(this)});this.resizable3=this.contentWrapperEl.makeResizable({container:this.options.restrict==true?$(this.options.container):false,handle:this.se,limit:{x:[this.options.resizeLimit.x[0]-(this.options.shadowBlur*2),this.options.resizeLimit.x[1]-(this.options.shadowBlur*2)],y:[this.options.resizeLimit.y[0]-this.headerFooterShadow,this.options.resizeLimit.y[1]-this.headerFooterShadow]},modifiers:{x:"width",y:"height"},onStart:function(){this.resizeOnStart()}.bind(this),onDrag:function(){this.resizeOnDrag()}.bind(this),onComplete:function(){this.resizeOnComplete()}.bind(this)});this.resizable4=this.contentWrapperEl.makeResizable({handle:[this.s,this.sw],limit:{y:[this.options.resizeLimit.y[0]-this.headerFooterShadow,this.options.resizeLimit.y[1]-this.headerFooterShadow]},modifiers:{x:false,y:"height"},onStart:function(){this.resizeOnStart()}.bind(this),onDrag:function(){this.resizeOnDrag()}.bind(this),onComplete:function(){this.resizeOnComplete()}.bind(this)});this.resizable5=this.windowEl.makeResizable({handle:[this.w,this.sw,this.nw],limit:{x:[function(){return this.windowEl.getStyle("left").toInt()+this.windowEl.getStyle("width").toInt()-this.options.resizeLimit.x[1]}.bind(this),function(){return this.windowEl.getStyle("left").toInt()+this.windowEl.getStyle("width").toInt()-this.options.resizeLimit.x[0]}.bind(this)]},modifiers:{x:"left",y:false},onStart:function(){this.resizeOnStart();this.coords=this.contentWrapperEl.getCoordinates();this.x2=this.coords.left.toInt()+this.contentWrapperEl.offsetWidth}.bind(this),onDrag:function(){this.coords=this.contentWrapperEl.getCoordinates();this.contentWrapperEl.setStyle("width",this.x2-this.coords.left.toInt());this.resizeOnDrag()}.bind(this),onComplete:function(){this.resizeOnComplete()}.bind(this)})},resizeOnStart:function(){$("windowUnderlay").show();if(this.iframeEl){if(!MUI.ieLegacySupport){this.iframeEl.setStyle("visibility","hidden")}else{this.iframeEl.hide()}}},resizeOnDrag:function(){this.drawWindow();this.adjustHandles()},resizeOnComplete:function(){$("windowUnderlay").hide();if(this.iframeEl){if(!MUI.ieLegacySupport){this.iframeEl.setStyle("visibility","visible")}else{this.iframeEl.show();this.iframeEl.setStyle("width","99%");this.iframeEl.setStyle("height",this.contentWrapperEl.offsetHeight);this.iframeEl.setStyle("width","100%");this.iframeEl.setStyle("height",this.contentWrapperEl.offsetHeight)}}if(this.contentWrapperEl.getChildren(".column")!=null){MUI.rWidth(this.contentWrapperEl);this.contentWrapperEl.getChildren(".column").each(function(a){MUI.panelHeight(a)})}this.fireEvent("onResize",this.windowEl)},adjustHandles:function(){var d=this.options.shadowBlur;var j=d*2;var k=this.options.shadowOffset;var e=d-k.y-1;var g=d+k.x-1;var a=d+k.y-1;var c=d-k.x-1;var f=this.windowEl.getCoordinates();var b=f.width-j+2;var h=f.height-j+2;this.n.setStyles({top:e,left:c+10,width:b-20});this.e.setStyles({top:e+10,right:g,height:h-30});this.s.setStyles({bottom:a,left:c+10,width:b-30});this.w.setStyles({top:e+10,left:c,height:h-20});this.ne.setStyles({top:e,right:g});this.se.setStyles({bottom:a,right:g});this.sw.setStyles({bottom:a,left:c});this.nw.setStyles({top:e,left:c})},detachResizable:function(){this.resizable1.detach();this.resizable2.detach();this.resizable3.detach();this.resizable4.detach();this.resizable5.detach();this.windowEl.getElements(".handle").hide()},reattachResizable:function(){this.resizable1.attach();this.resizable2.attach();this.resizable3.attach();this.resizable4.attach();this.resizable5.attach();this.windowEl.getElements(".handle").show()},insertWindowElements:function(){var c=this.options;var a=c.height;var d=c.width;var e=c.id;var b={};if(Browser.Engine.trident4){b.zIndexFixEl=new Element("iframe",{id:e+"_zIndexFix","class":"zIndexFix",scrolling:"no",marginWidth:0,marginHeight:0,src:"",styles:{position:"absolute"}}).inject(this.windowEl)}b.overlayEl=new Element("div",{id:e+"_overlay","class":"mochaOverlay",styles:{position:"absolute",top:0,left:0}}).inject(this.windowEl);b.titleBarEl=new Element("div",{id:e+"_titleBar","class":"mochaTitlebar",styles:{cursor:c.draggable?"move":"default"}}).inject(b.overlayEl,"top");b.titleEl=new Element("h3",{id:e+"_title","class":"mochaTitle"}).inject(b.titleBarEl);if(c.icon!=false){b.titleEl.setStyles({"padding-left":28,background:"url("+c.icon+") 5px 4px no-repeat"})}b.contentBorderEl=new Element("div",{id:e+"_contentBorder","class":"mochaContentBorder"}).inject(b.overlayEl);if(c.toolbar){b.toolbarWrapperEl=new Element("div",{id:e+"_toolbarWrapper","class":"mochaToolbarWrapper",styles:{height:c.toolbarHeight}}).inject(b.contentBorderEl,c.toolbarPosition=="bottom"?"after":"before");if(c.toolbarPosition=="bottom"){b.toolbarWrapperEl.addClass("bottom")}b.toolbarEl=new Element("div",{id:e+"_toolbar","class":"mochaToolbar",styles:{height:c.toolbarHeight}}).inject(b.toolbarWrapperEl)}if(c.toolbar2){b.toolbar2WrapperEl=new Element("div",{id:e+"_toolbar2Wrapper","class":"mochaToolbarWrapper",styles:{height:c.toolbar2Height}}).inject(b.contentBorderEl,c.toolbar2Position=="bottom"?"after":"before");if(c.toolbar2Position=="bottom"){b.toolbar2WrapperEl.addClass("bottom")}b.toolbar2El=new Element("div",{id:e+"_toolbar2","class":"mochaToolbar",styles:{height:c.toolbar2Height}}).inject(b.toolbar2WrapperEl)}b.contentWrapperEl=new Element("div",{id:e+"_contentWrapper","class":"mochaContentWrapper",styles:{width:d+"px",height:a+"px"}}).inject(b.contentBorderEl);if(this.options.shape=="gauge"){b.contentBorderEl.setStyle("borderWidth",0)}b.contentEl=new Element("div",{id:e+"_content","class":"mochaContent"}).inject(b.contentWrapperEl);if(this.options.useCanvas==true&&!MUI.ieLegacySupport){b.canvasEl=new Element("canvas",{id:e+"_canvas","class":"mochaCanvas",width:10,height:10}).inject(this.windowEl)}if(this.options.useCanvas==true&&MUI.ieLegacySupport){b.canvasEl=new Element("canvas",{id:e+"_canvas","class":"mochaCanvas",width:50000,height:20000,styles:{position:"absolute",top:0,left:0}}).inject(this.windowEl);if(MUI.ieLegacySupport&&MUI.ieSupport=="excanvas"){G_vmlCanvasManager.initElement(b.canvasEl);b.canvasEl=this.windowEl.getElement(".mochaCanvas")}}b.controlsEl=new Element("div",{id:e+"_controls","class":"mochaControls"}).inject(b.overlayEl,"after");if(c.useCanvasControls==true){b.canvasControlsEl=new Element("canvas",{id:e+"_canvasControls","class":"mochaCanvasControls",width:14,height:14}).inject(this.windowEl);if(MUI.ieLegacySupport&&MUI.ieSupport=="excanvas"){G_vmlCanvasManager.initElement(b.canvasControlsEl);b.canvasControlsEl=this.windowEl.getElement(".mochaCanvasControls")}}if(c.closable){b.closeButtonEl=new Element("div",{id:e+"_closeButton","class":"mochaCloseButton mochaWindowButton",title:"Close"}).inject(b.controlsEl)}if(c.maximizable){b.maximizeButtonEl=new Element("div",{id:e+"_maximizeButton","class":"mochaMaximizeButton mochaWindowButton",title:"Maximize"}).inject(b.controlsEl)}if(c.minimizable){b.minimizeButtonEl=new Element("div",{id:e+"_minimizeButton","class":"mochaMinimizeButton mochaWindowButton",title:"Minimize"}).inject(b.controlsEl)}if(c.useSpinner==true&&c.shape!="gauge"&&c.type!="notification"){b.spinnerEl=new Element("div",{id:e+"_spinner","class":"mochaSpinner",width:16,height:16}).inject(this.windowEl,"bottom")}if(this.options.shape=="gauge"){b.canvasHeaderEl=new Element("canvas",{id:e+"_canvasHeader","class":"mochaCanvasHeader",width:this.options.width,height:26}).inject(this.windowEl,"bottom");if(MUI.ieLegacySupport&&MUI.ieSupport=="excanvas"){G_vmlCanvasManager.initElement(b.canvasHeaderEl);b.canvasHeaderEl=this.windowEl.getElement(".mochaCanvasHeader")}}if(MUI.ieLegacySupport){b.overlayEl.setStyle("zIndex",2)}if(c.resizable){b.n=new Element("div",{id:e+"_resizeHandle_n","class":"handle",styles:{top:0,left:10,cursor:"n-resize"}}).inject(b.overlayEl,"after");b.ne=new Element("div",{id:e+"_resizeHandle_ne","class":"handle corner",styles:{top:0,right:0,cursor:"ne-resize"}}).inject(b.overlayEl,"after");b.e=new Element("div",{id:e+"_resizeHandle_e","class":"handle",styles:{top:10,right:0,cursor:"e-resize"}}).inject(b.overlayEl,"after");b.se=new Element("div",{id:e+"_resizeHandle_se","class":"handle cornerSE",styles:{bottom:0,right:0,cursor:"se-resize"}}).inject(b.overlayEl,"after");b.s=new Element("div",{id:e+"_resizeHandle_s","class":"handle",styles:{bottom:0,left:10,cursor:"s-resize"}}).inject(b.overlayEl,"after");b.sw=new Element("div",{id:e+"_resizeHandle_sw","class":"handle corner",styles:{bottom:0,left:0,cursor:"sw-resize"}}).inject(b.overlayEl,"after");b.w=new Element("div",{id:e+"_resizeHandle_w","class":"handle",styles:{top:10,left:0,cursor:"w-resize"}}).inject(b.overlayEl,"after");b.nw=new Element("div",{id:e+"_resizeHandle_nw","class":"handle corner",styles:{top:0,left:0,cursor:"nw-resize"}}).inject(b.overlayEl,"after")}$extend(this,b)},setColors:function(){if(this.options.useCanvas==true){var c=/\?(.*?)\)/;if(this.titleBarEl.getStyle("backgroundImage")!="none"){var d=this.titleBarEl.getStyle("backgroundImage");d=d.match(c)[1];d=d.parseQueryString();var a=d.from;var b=d.to.replace(/\"/,"");this.options.headerStartColor=new Color(a);this.options.headerStopColor=new Color(b);this.titleBarEl.addClass("replaced")}else{if(this.titleBarEl.getStyle("background-color")!==""&&this.titleBarEl.getStyle("background-color")!=="transparent"){this.options.headerStartColor=new Color(this.titleBarEl.getStyle("background-color")).mix("#fff",20);this.options.headerStopColor=new Color(this.titleBarEl.getStyle("background-color")).mix("#000",20);this.titleBarEl.addClass("replaced")}}if(this.windowEl.getStyle("background-color")!==""&&this.windowEl.getStyle("background-color")!=="transparent"){this.options.bodyBgColor=new Color(this.windowEl.getStyle("background-color"));this.windowEl.addClass("replaced")}if(this.options.resizable&&this.se.getStyle("background-color")!==""&&this.se.getStyle("background-color")!=="transparent"){this.options.resizableColor=new Color(this.se.getStyle("background-color"));this.se.addClass("replaced")}}if(this.options.useCanvasControls==true){if(this.minimizeButtonEl){if(this.minimizeButtonEl.getStyle("color")!==""&&this.minimizeButtonEl.getStyle("color")!=="transparent"){this.options.minimizeColor=new Color(this.minimizeButtonEl.getStyle("color"))}if(this.minimizeButtonEl.getStyle("background-color")!==""&&this.minimizeButtonEl.getStyle("background-color")!=="transparent"){this.options.minimizeBgColor=new Color(this.minimizeButtonEl.getStyle("background-color"));this.minimizeButtonEl.addClass("replaced")}}if(this.maximizeButtonEl){if(this.maximizeButtonEl.getStyle("color")!==""&&this.maximizeButtonEl.getStyle("color")!=="transparent"){this.options.maximizeColor=new Color(this.maximizeButtonEl.getStyle("color"))}if(this.maximizeButtonEl.getStyle("background-color")!==""&&this.maximizeButtonEl.getStyle("background-color")!=="transparent"){this.options.maximizeBgColor=new Color(this.maximizeButtonEl.getStyle("background-color"));this.maximizeButtonEl.addClass("replaced")}}if(this.closeButtonEl){if(this.closeButtonEl.getStyle("color")!==""&&this.closeButtonEl.getStyle("color")!=="transparent"){this.options.closeColor=new Color(this.closeButtonEl.getStyle("color"))}if(this.closeButtonEl.getStyle("background-color")!==""&&this.closeButtonEl.getStyle("background-color")!=="transparent"){this.options.closeBgColor=new Color(this.closeButtonEl.getStyle("background-color"));this.closeButtonEl.addClass("replaced")}}}},drawWindow:function(b){if(this.drawingWindow==true){return}this.drawingWindow=true;if(this.isCollapsed){this.drawWindowCollapsed(b);return}var g=this.windowEl;var m=this.options;var c=m.shadowBlur;var j=c*2;var l=this.options.shadowOffset;this.overlayEl.setStyles({width:this.contentWrapperEl.offsetWidth});if(this.iframeEl){this.iframeEl.setStyle("height",this.contentWrapperEl.offsetHeight)}var d=this.contentBorderEl.getStyle("margin-top").toInt()+this.contentBorderEl.getStyle("margin-bottom").toInt();var f=this.toolbarWrapperEl?this.toolbarWrapperEl.getStyle("height").toInt()+this.toolbarWrapperEl.getStyle("margin-top").toInt():0;var e=this.toolbar2WrapperEl?this.toolbar2WrapperEl.getStyle("height").toInt()+this.toolbar2WrapperEl.getStyle("margin-top").toInt():0;this.headerFooterShadow=m.headerHeight+m.footerHeight+j;var h=this.contentWrapperEl.getStyle("height").toInt()+this.headerFooterShadow+f+e+d;var a=this.contentWrapperEl.getStyle("width").toInt()+j;this.windowEl.setStyles({height:h,width:a});this.overlayEl.setStyles({height:h,top:c-l.y,left:c-l.x});if(this.options.useCanvas==true){if(MUI.ieLegacySupport){this.canvasEl.height=20000;this.canvasEl.width=50000}this.canvasEl.height=h;this.canvasEl.width=a}if(Browser.Engine.trident4){this.zIndexFixEl.setStyles({width:a,height:h})}this.titleBarEl.setStyles({width:a-j,height:m.headerHeight});if(m.useSpinner==true&&m.shape!="gauge"&&m.type!="notification"){this.spinnerEl.setStyles({left:c-l.x+3,bottom:c+l.y+4})}if(this.options.useCanvas!=false){var k=this.canvasEl.getContext("2d");k.clearRect(0,0,a,h);switch(m.shape){case"box":this.drawBox(k,a,h,c,l,b);break;case"gauge":this.drawGauge(k,a,h,c,l,b);break}if(m.resizable){MUI.triangle(k,a-(c+l.x+17),h-(c+l.y+18),11,11,m.resizableColor,1)}if(MUI.ieLegacySupport){MUI.triangle(k,0,0,10,10,m.resizableColor,0)}}if(m.type!="notification"&&m.useCanvasControls==true){this.drawControls(a,h,b)}if(MUI.Desktop&&this.contentWrapperEl.getChildren(".column").length!=0){MUI.rWidth(this.contentWrapperEl);this.contentWrapperEl.getChildren(".column").each(function(n){MUI.panelHeight(n)})}this.drawingWindow=false;return this},drawWindowCollapsed:function(b){var e=this.windowEl;var k=this.options;var c=k.shadowBlur;var f=c*2;var j=k.shadowOffset;var d=k.headerHeight+f+2;var g=d;var a=this.contentWrapperEl.getStyle("width").toInt()+f;this.windowEl.setStyle("height",g);this.overlayEl.setStyles({height:g,top:c-j.y,left:c-j.x});if(Browser.Engine.trident4){this.zIndexFixEl.setStyles({width:a,height:g})}this.windowEl.setStyle("width",a);this.overlayEl.setStyle("width",a);this.titleBarEl.setStyles({width:a-f,height:k.headerHeight});if(this.options.useCanvas!=false){this.canvasEl.height=g;this.canvasEl.width=a;var h=this.canvasEl.getContext("2d");h.clearRect(0,0,a,g);this.drawBoxCollapsed(h,a,g,c,j,b);if(k.useCanvasControls==true){this.drawControls(a,g,b)}if(MUI.ieLegacySupport){MUI.triangle(h,0,0,10,10,k.resizableColor,0)}}this.drawingWindow=false;return this},drawControls:function(g,e,h){var f=this.options;var d=f.shadowBlur;var c=f.shadowOffset;var b=f.controlsOffset;this.controlsEl.setStyles({right:d+c.x+b.right,top:d-c.y+b.top});this.canvasControlsEl.setStyles({right:d+c.x+b.right,top:d-c.y+b.top});this.closebuttonX=f.closable?this.mochaControlsWidth-7:this.mochaControlsWidth+12;this.maximizebuttonX=this.closebuttonX-(f.maximizable?19:0);this.minimizebuttonX=this.maximizebuttonX-(f.minimizable?19:0);var a=this.canvasControlsEl.getContext("2d");a.clearRect(0,0,100,100);if(this.options.closable){this.closebutton(a,this.closebuttonX,7,f.closeBgColor,1,f.closeColor,1)}if(this.options.maximizable){this.maximizebutton(a,this.maximizebuttonX,7,f.maximizeBgColor,1,f.maximizeColor,1)}if(this.options.minimizable){this.minimizebutton(a,this.minimizebuttonX,7,f.minimizeBgColor,1,f.minimizeColor,1)}if(MUI.ieLegacySupport){MUI.circle(a,0,0,3,this.options.resizableColor,0)}},drawBox:function(h,a,g,c,j,b){var k=this.options;var f=c*2;var d=this.options.cornerRadius;if(b!=false){for(var e=0;e<=c;e++){MUI.roundedRect(h,j.x+e,j.y+e,a-(e*2)-j.x,g-(e*2)-j.y,d+(c-e),[0,0,0],e==c?0.29:0.065+(e*0.01))}}this.bodyRoundedRect(h,c-j.x,c-j.y,a-f,g-f,d,k.bodyBgColor);if(this.options.type!="notification"){this.topRoundedRect(h,c-j.x,c-j.y,a-f,k.headerHeight,d,k.headerStartColor,k.headerStopColor)}},drawBoxCollapsed:function(h,a,g,c,j,b){var k=this.options;var f=c*2;var d=k.cornerRadius;if(b!=false){for(var e=0;e<=c;e++){MUI.roundedRect(h,j.x+e,j.y+e,a-(e*2)-j.x,g-(e*2)-j.y,d+(c-e),[0,0,0],e==c?0.3:0.06+(e*0.01))}}this.topRoundedRect2(h,c-j.x,c-j.y,a-f,k.headerHeight+2,d,k.headerStartColor,k.headerStopColor)},drawGauge:function(g,a,f,c,h,b){var j=this.options;var d=(a*0.5)-(c)+16;if(b!=false){for(var e=0;e<=c;e++){MUI.circle(g,a*0.5+h.x,(f+j.headerHeight)*0.5+h.x,(a*0.5)-(e*2)-h.x,[0,0,0],e==c?0.75:0.075+(e*0.04))}}MUI.circle(g,a*0.5-h.x,(f+j.headerHeight)*0.5-h.y,(a*0.5)-c,j.bodyBgColor,1);this.canvasHeaderEl.setStyles({top:c-h.y,left:c-h.x});var g=this.canvasHeaderEl.getContext("2d");g.clearRect(0,0,a,100);g.beginPath();g.lineWidth=24;g.lineCap="round";g.moveTo(13,13);g.lineTo(a-(c*2)-13,13);g.strokeStyle="rgba(0, 0, 0, .65)";g.stroke()},bodyRoundedRect:function(d,c,g,f,b,a,e){d.fillStyle="rgba("+e.join(",")+", 1)";d.beginPath();d.moveTo(c,g+a);d.lineTo(c,g+b-a);d.quadraticCurveTo(c,g+b,c+a,g+b);d.lineTo(c+f-a,g+b);d.quadraticCurveTo(c+f,g+b,c+f,g+b-a);d.lineTo(c+f,g+a);d.quadraticCurveTo(c+f,g,c+f-a,g);d.lineTo(c+a,g);d.quadraticCurveTo(c,g,c,g+a);d.fill()},topRoundedRect:function(j,g,f,a,h,e,c,d){var b=j.createLinearGradient(0,0,0,h);b.addColorStop(0,"rgb("+c.join(",")+")");b.addColorStop(1,"rgb("+d.join(",")+")");j.fillStyle=b;j.beginPath();j.moveTo(g,f);j.lineTo(g,f+h);j.lineTo(g+a,f+h);j.lineTo(g+a,f+e);j.quadraticCurveTo(g+a,f,g+a-e,f);j.lineTo(g+e,f);j.quadraticCurveTo(g,f,g,f+e);j.fill()},topRoundedRect2:function(j,g,f,a,h,e,c,d){if(navigator.userAgent.toLowerCase().indexOf("chrome")>-1){j.fillStyle="rgba("+d.join(",")+", 1)"}else{var b=j.createLinearGradient(0,this.options.shadowBlur-1,0,h+this.options.shadowBlur+3);b.addColorStop(0,"rgb("+c.join(",")+")");b.addColorStop(1,"rgb("+d.join(",")+")");j.fillStyle=b}j.beginPath();j.moveTo(g,f+e);j.lineTo(g,f+h-e);j.quadraticCurveTo(g,f+h,g+e,f+h);j.lineTo(g+a-e,f+h);j.quadraticCurveTo(g+a,f+h,g+a,f+h-e);j.lineTo(g+a,f+e);j.quadraticCurveTo(g+a,f,g+a-e,f);j.lineTo(g+e,f);j.quadraticCurveTo(g,f,g,f+e);j.fill()},maximizebutton:function(e,c,h,b,g,f,d){e.beginPath();e.arc(c,h,7,0,Math.PI*2,true);e.fillStyle="rgba("+b.join(",")+","+g+")";e.fill();e.strokeStyle="rgba("+f.join(",")+","+d+")";e.lineWidth=2;e.beginPath();e.moveTo(c,h-3.5);e.lineTo(c,h+3.5);e.moveTo(c-3.5,h);e.lineTo(c+3.5,h);e.stroke()},closebutton:function(e,c,h,b,g,f,d){e.beginPath();e.arc(c,h,7,0,Math.PI*2,true);e.fillStyle="rgba("+b.join(",")+","+g+")";e.fill();e.strokeStyle="rgba("+f.join(",")+","+d+")";e.lineWidth=2;e.beginPath();e.moveTo(c-3,h-3);e.lineTo(c+3,h+3);e.moveTo(c+3,h-3);e.lineTo(c-3,h+3);e.stroke()},minimizebutton:function(e,c,h,b,g,f,d){e.beginPath();e.arc(c,h,7,0,Math.PI*2,true);e.fillStyle="rgba("+b.join(",")+","+g+")";e.fill();e.strokeStyle="rgba("+f.join(",")+","+d+")";e.lineWidth=2;e.beginPath();e.moveTo(c-3.5,h);e.lineTo(c+3.5,h);e.stroke()},setMochaControlsWidth:function(){this.mochaControlsWidth=0;var a=this.options;if(a.minimizable){this.mochaControlsWidth+=(this.minimizeButtonEl.getStyle("margin-left").toInt()+this.minimizeButtonEl.getStyle("width").toInt())}if(a.maximizable){this.mochaControlsWidth+=(this.maximizeButtonEl.getStyle("margin-left").toInt()+this.maximizeButtonEl.getStyle("width").toInt())}if(a.closable){this.mochaControlsWidth+=(this.closeButtonEl.getStyle("margin-left").toInt()+this.closeButtonEl.getStyle("width").toInt())}this.controlsEl.setStyle("width",this.mochaControlsWidth);if(a.useCanvasControls==true){this.canvasControlsEl.setProperty("width",this.mochaControlsWidth)}},hideSpinner:function(){if(this.spinnerEl){this.spinnerEl.hide()}return this},showSpinner:function(){if(this.spinnerEl){this.spinnerEl.show()}return this},close:function(){if(!this.isClosing){MUI.closeWindow(this.windowEl)}return this},minimize:function(){MUI.Dock.minimizeWindow(this.windowEl);return this},maximize:function(){if(this.isMinimized){MUI.Dock.restoreMinimized(this.windowEl)}MUI.Desktop.maximizeWindow(this.windowEl);return this},restore:function(){if(this.isMinimized){MUI.Dock.restoreMinimized(this.windowEl)}else{if(this.isMaximized){MUI.Desktop.restoreWindow(this.windowEl)}}return this},resize:function(a){MUI.resizeWindow(this.windowEl,a);return this},center:function(){MUI.centerWindow(this.windowEl);return this},hide:function(){this.windowEl.setStyle("display","none");return this},show:function(){this.windowEl.setStyle("display","block");return this}});MUI.extend({closeWindow:function(c){var a=c.retrieve("instance");if(c!=$(c)||a.isClosing){return}a.isClosing=true;a.fireEvent("onClose",c);if(a.options.storeOnClose){this.storeOnClose(a,c);return}if(a.check){a.check.destroy()}if((a.options.type=="modal"||a.options.type=="modal2")&&Browser.Engine.trident4){$("modalFix").hide()}if(MUI.options.advancedEffects==false){if(a.options.type=="modal"||a.options.type=="modal2"){$("modalOverlay").setStyle("opacity",0)}MUI.closingJobs(c);return true}else{if(MUI.ieLegacySupport){a.drawWindow(false)}if(a.options.type=="modal"||a.options.type=="modal2"){MUI.Modal.modalOverlayCloseMorph.start({opacity:0})}var b=new Fx.Morph(c,{duration:120,onComplete:function(){MUI.closingJobs(c);return true}.bind(this)});b.start({opacity:0.4})}},closingJobs:function(e){var d=MUI.Windows.instances;var a=d.get(e.id);e.setStyle("visibility","hidden");if(MUI.ieLegacySupport){e.dispose()}else{e.destroy()}a.fireEvent("onCloseComplete");if(a.options.type!="notification"){var c=this.getWindowWithHighestZindex();this.focusWindow(c)}d.erase(a.options.id);if(this.loadingWorkspace==true){this.windowUnload()}if(MUI.Dock&&$(MUI.options.dock)&&a.options.type=="window"){var b=$(a.options.id+"_dockTab");if(b!=null){MUI.Dock.dockSortables.removeItems(b).destroy()}MUI.Desktop.setDesktopSize()}},storeOnClose:function(a,d){if(a.check){a.check.hide()}d.setStyles({zIndex:-1});d.addClass("windowClosed");d.removeClass("mocha");if(MUI.Dock&&$(MUI.options.dock)&&a.options.type=="window"){var c=$(a.options.id+"_dockTab");if(c!=null){c.hide()}MUI.Desktop.setDesktopSize()}a.fireEvent("onCloseComplete");if(a.options.type!="notification"){var b=this.getWindowWithHighestZindex();this.focusWindow(b)}a.isClosing=false},closeAll:function(){$$(".mocha").each(function(a){this.closeWindow(a)}.bind(this))},collapseToggle:function(c){var a=c.retrieve("instance");var b=c.getElements(".handle");if(a.isMaximized==true){return}if(a.isCollapsed==false){a.isCollapsed=true;b.hide();if(a.iframeEl){a.iframeEl.setStyle("visibility","hidden")}a.contentBorderEl.setStyles({visibility:"hidden",position:"absolute",top:-10000,left:-10000});if(a.toolbarWrapperEl){a.toolbarWrapperEl.setStyles({visibility:"hidden",position:"absolute",top:-10000,left:-10000})}a.drawWindowCollapsed()}else{a.isCollapsed=false;a.drawWindow();a.contentBorderEl.setStyles({visibility:"visible",position:null,top:null,left:null});if(a.toolbarWrapperEl){a.toolbarWrapperEl.setStyles({visibility:"visible",position:null,top:null,left:null})}if(a.iframeEl){a.iframeEl.setStyle("visibility","visible")}b.show()}},toggleWindowVisibility:function(){MUI.Windows.instances.each(function(a){if(a.options.type=="modal"||a.options.type=="modal2"||a.isMinimized==true){return}var b=$(a.options.id);if(b.getStyle("visibility")=="visible"){if(a.iframe){a.iframeEl.setStyle("visibility","hidden")}if(a.toolbarEl){a.toolbarWrapperEl.setStyle("visibility","hidden")}a.contentBorderEl.setStyle("visibility","hidden");b.setStyle("visibility","hidden");MUI.Windows.windowsVisible=false}else{b.setStyle("visibility","visible");a.contentBorderEl.setStyle("visibility","visible");if(a.iframe){a.iframeEl.setStyle("visibility","visible")}if(a.toolbarEl){a.toolbarWrapperEl.setStyle("visibility","visible")}MUI.Windows.windowsVisible=true}}.bind(this))},focusWindow:function(e,c){MUI.Windows.focusingWindow=true;var b=function(){MUI.Windows.focusingWindow=false};b.delay(170,this);if($$(".mocha").length==0){return}if(e!=$(e)||e.hasClass("isFocused")){return}var d=MUI.Windows.instances;var a=d.get(e.id);if(a.options.type=="notification"){e.setStyle("zIndex",11001);return}MUI.Windows.indexLevel+=2;e.setStyle("zIndex",MUI.Windows.indexLevel);$("windowUnderlay").setStyle("zIndex",MUI.Windows.indexLevel-1).inject($(e),"after");d.each(function(f){if(f.windowEl.hasClass("isFocused")){f.fireEvent("onBlur",f.windowEl)}f.windowEl.removeClass("isFocused")});if(MUI.Dock&&$(MUI.options.dock)&&a.options.type=="window"){MUI.Dock.makeActiveTab()}e.addClass("isFocused");if(c!=false){a.fireEvent("onFocus",e)}},getWindowWithHighestZindex:function(){this.highestZindex=0;$$(".mocha").each(function(a){this.zIndex=a.getStyle("zIndex");if(this.zIndex>=this.highestZindex){this.highestZindex=this.zIndex}}.bind(this));$$(".mocha").each(function(a){if(a.getStyle("zIndex")==this.highestZindex){this.windowWithHighestZindex=a}}.bind(this));return this.windowWithHighestZindex},blurAll:function(){if(MUI.Windows.focusingWindow==false){$$(".mocha").each(function(b){var a=b.retrieve("instance");if(a.options.type!="modal"&&a.options.type!="modal2"){b.removeClass("isFocused")}});$$(".dockTab").removeClass("activeDockTab")}},centerWindow:function(f){if(!f){MUI.Windows.instances.each(function(g){if(g.windowEl.hasClass("isFocused")){f=g.windowEl}})}var a=f.retrieve("instance");var b=a.options;var d=b.container.getCoordinates();var c=window.getScroll().y+(window.getSize().y*0.5)-(f.offsetHeight*0.5);if(c<-a.options.shadowBlur){c=-a.options.shadowBlur}var e=(d.width*0.5)-(f.offsetWidth*0.5);if(e<-a.options.shadowBlur){e=-a.options.shadowBlur}if(MUI.options.advancedEffects==true){a.morph.start({top:c,left:e})}else{f.setStyles({top:c,left:e})}},resizeWindow:function(f,j){var g=f.retrieve("instance");$extend({width:null,height:null,top:null,left:null,centered:true},j);var c=f.getStyle("width").toInt();var h=f.getStyle("height").toInt();var d=f.getStyle("top").toInt();var b=f.getStyle("left").toInt();if(j.centered){var e=j.top||d-((j.height-h)*0.5);var a=j.left||b-((j.width-c)*0.5)}else{var e=j.top||d;var a=j.left||b}if(MUI.options.advancedEffects==false){f.setStyles({top:e,left:a});g.contentWrapperEl.setStyles({height:j.height,width:j.width});g.drawWindow();if(g.iframeEl){if(!MUI.ieLegacySupport){g.iframeEl.setStyle("visibility","visible")}else{g.iframeEl.show()}}}else{f.retrieve("resizeMorph").start({"0":{height:j.height,width:j.width},"1":{top:e,left:a}})}return g},dynamicResize:function(d){var a=d.retrieve("instance");var c=a.contentWrapperEl;var b=a.contentEl;c.setStyles({height:b.offsetHeight,width:b.offsetWidth});a.drawWindow()}});document.addEvent("keydown",function(a){if(a.key=="q"&&a.control&&a.alt){MUI.toggleWindowVisibility()}});MUI.files[MUI.path.source+"Window/Modal.js"]="loaded";MUI.Modal=new Class({Extends:MUI.Window,options:{type:"modal"},initialize:function(a){if(!$("modalOverlay")){this.modalInitialize();window.addEvent("resize",function(){this.setModalSize()}.bind(this))}this.parent(a)},modalInitialize:function(){var a=new Element("div",{id:"modalOverlay",styles:{height:document.getCoordinates().height,opacity:0.6}}).inject(document.body);a.setStyles({position:Browser.Engine.trident4?"absolute":"fixed"});a.addEvent("click",function(d){var c=MUI.Windows.instances.get(MUI.currentModal.id);if(c.options.modalOverlayClose==true){MUI.closeWindow(MUI.currentModal)}});if(Browser.Engine.trident4){var b=new Element("iframe",{id:"modalFix",scrolling:"no",marginWidth:0,marginHeight:0,src:"",styles:{height:document.getCoordinates().height}}).inject(document.body)}MUI.Modal.modalOverlayOpenMorph=new Fx.Morph($("modalOverlay"),{duration:150});MUI.Modal.modalOverlayCloseMorph=new Fx.Morph($("modalOverlay"),{duration:150,onComplete:function(){$("modalOverlay").hide();if(Browser.Engine.trident4){$("modalFix").hide()}}.bind(this)})},setModalSize:function(){$("modalOverlay").setStyle("height",document.getCoordinates().height);if(Browser.Engine.trident4){$("modalFix").setStyle("height",document.getCoordinates().height)}}});MUI.files[MUI.path.source+"Window/Windows-from-html.js"]="loaded";MUI.extend({NewWindowsFromHTML:function(){$$(".mocha").each(function(b){if(Browser.Engine.presto||Browser.Engine.trident5){b.hide()}var d=b.getElement("h3.mochaTitle");if(Browser.Engine.presto){b.show()}var c=b.getStyles("height","width");var a={id:b.getProperty("id"),height:c.height.toInt(),width:c.width.toInt(),x:b.getStyle("left").toInt(),y:b.getStyle("top").toInt()};if(d){a.title=d.innerHTML;d.destroy()}a.content=b.innerHTML;b.destroy();new MUI.Window(a,true)}.bind(this))}});MUI.files[MUI.path.source+"Window/Windows-from-json.js"]="loaded";MUI.extend({newWindowsFromJSON:function(newWindows){newWindows.each(function(options){var temp=new Hash(options);temp.each(function(value,key,hash){if($type(value)!="string"){return}if(value.substring(0,8)=="function"){eval("options."+key+" = "+value)}});new MUI.Window(options)})}});MUI.files[MUI.path.source+"Window/Arrange-cascade.js"]="loaded";MUI.extend({arrangeCascade:function(){var g=30;var a=20;var k=50;var c=40;var j=document.getCoordinates();var d=0;MUI.Windows.instances.each(function(l){if(!l.isMinimized&&l.options.draggable){d++}});if((k*(d+1))>=(j.height-g)){var e=(j.height-g)/(d+1)}else{var e=k}if((c*(d+1))>=(j.width-a-20)){var b=(j.width-a-20)/(d+1)}else{var b=c}var h=a;var f=g;$$(".mocha").each(function(n){var l=n.retrieve("instance");if(!l.isMinimized&&!l.isMaximized&&l.options.draggable){id=n.id;MUI.focusWindow(n);h+=b;f+=e;if(MUI.options.advancedEffects==false){n.setStyles({top:f,left:h})}else{var m=new Fx.Morph(n,{duration:550});m.start({top:f,left:h})}}}.bind(this))}});MUI.files[MUI.path.source+"Window/Arrange-tile.js"]="loaded";MUI.extend({arrangeTile:function(){var g=30;var b=20;var j=10;var f=80;var a=MUI.Windows.instances;var l=0;a.each(function(o){if(!o.isMinimized&&!o.isMaximized){l++}});var h=3;var n=Math.ceil(l/h);var k=document.getCoordinates();var e=((k.width-b)/h);var d=((k.height-g)/n);var m=0;var c=0;a.each(function(x){if(!x.isMinimized&&!x.isMaximized&&x.options.draggable){var t=x.contentWrapperEl;var o=t.getCoordinates();var w=x.windowEl.getCoordinates();var s=o.top-w.top;var v=w.height-o.height-s;var r=o.left-w.left;var y=w.width-o.width-r;var p=(j+(c*e));var u=(f+(m*d));x.drawWindow();MUI.focusWindow(x.windowEl);if(MUI.options.advancedEffects==false){x.windowEl.setStyles({top:u,left:p})}else{var q=new Fx.Morph(x.windowEl,{duration:550});q.start({top:u,left:p})}if(++c===h){m++;c=0}}}.bind(this))}});MUI.files[MUI.path.source+"Components/Tabs.js"]="loaded";MUI.extend({initializeTabs:function(a){$(a).setStyle("list-style","none");$(a).getElements("li").addEvent("click",function(b){MUI.selected(this,a)})},selected:function(b,a){$(a).getChildren().each(function(c){c.removeClass("selected")});b.addClass("selected")}});MUI.files[MUI.path.source+"Layout/Layout.js"]="loaded";MUI.extend({Columns:{instances:new Hash(),columnIDCount:0},Panels:{instances:new Hash(),panelIDCount:0}});MUI.Desktop={options:{desktop:"desktop",desktopHeader:"desktopHeader",desktopFooter:"desktopFooter",desktopNavBar:"desktopNavbar",pageWrapper:"pageWrapper",page:"page",desktopFooter:"desktopFooterWrapper"},initialize:function(){this.desktop=$(this.options.desktop);this.desktopHeader=$(this.options.desktopHeader);this.desktopNavBar=$(this.options.desktopNavBar);this.pageWrapper=$(this.options.pageWrapper);this.page=$(this.options.page);this.desktopFooter=$(this.options.desktopFooter);if(this.desktop){($$("body")).setStyles({overflow:"hidden",height:"100%",margin:0});($$("html")).setStyles({overflow:"hidden",height:"100%"})}if(!MUI.Dock){this.setDesktopSize()}this.menuInitialize();window.addEvent("resize",function(a){this.onBrowserResize()}.bind(this));if(MUI.myChain){MUI.myChain.callChain()}},menuInitialize:function(){if(Browser.Engine.trident4&&this.desktopNavBar){this.desktopNavBar.getElements("li").each(function(a){a.addEvent("mouseenter",function(){this.addClass("ieHover")});a.addEvent("mouseleave",function(){this.removeClass("ieHover")})})}},onBrowserResize:function(){this.setDesktopSize();setTimeout(function(){MUI.Windows.instances.each(function(a){if(a.isMaximized){if(a.iframeEl){a.iframeEl.setStyle("visibility","hidden")}var d=document.getCoordinates();var b=a.contentBorderEl.getStyle("margin-top").toInt()+a.contentBorderEl.getStyle("margin-bottom").toInt();var c=a.toolbarWrapperEl?a.toolbarWrapperEl.getStyle("height").toInt()+a.toolbarWrapperEl.getStyle("margin-top").toInt():0;a.contentWrapperEl.setStyles({height:d.height-a.options.headerHeight-a.options.footerHeight-b-c,width:d.width});a.drawWindow();if(a.iframeEl){a.iframeEl.setStyles({height:a.contentWrapperEl.getStyle("height")});a.iframeEl.setStyle("visibility","visible")}}}.bind(this))}.bind(this),100)},setDesktopSize:function(){var d=window.getCoordinates();var b=$(MUI.options.dockWrapper);if(this.desktop){this.desktop.setStyle("height",d.height)}if(this.pageWrapper){var a=MUI.dockVisible?b.offsetHeight:0;var c=d.height;c-=this.pageWrapper.getStyle("margin-top").toInt();c-=this.pageWrapper.getStyle("margin-bottom").toInt();if(this.desktopHeader){c-=this.desktopHeader.offsetHeight}if(this.desktopFooter){c-=this.desktopFooter.offsetHeight}c-=a;if(c<0){c=0}this.pageWrapper.setStyle("height",c)}if(MUI.Columns.instances.getKeys().length>0){MUI.Desktop.resizePanels()}},resizePanels:function(){MUI.panelHeight();MUI.rWidth()},maximizeWindow:function(f){var g=MUI.Windows.instances.get(f.id);var j=g.options;var c=g.windowDrag;if(f!=$(f)||g.isMaximized){return}if(g.isCollapsed){MUI.collapseToggle(f)}g.isMaximized=true;if(g.options.restrict){c.detach();if(j.resizable){g.detachResizable()}g.titleBarEl.setStyle("cursor","default")}if(j.container!=this.desktop){this.desktop.grab(f);if(this.options.restrict){c.container=this.desktop}}g.oldTop=f.getStyle("top");g.oldLeft=f.getStyle("left");var d=g.contentWrapperEl;d.oldWidth=d.getStyle("width");d.oldHeight=d.getStyle("height");if(g.iframeEl){if(!MUI.ieLegacySupport){g.iframeEl.setStyle("visibility","hidden")}else{g.iframeEl.hide()}}var b=document.getCoordinates();var j=g.options;var e=j.shadowBlur;var h=j.shadowOffset;var a=b.height-j.headerHeight-j.footerHeight;a-=g.contentBorderEl.getStyle("margin-top").toInt();a-=g.contentBorderEl.getStyle("margin-bottom").toInt();a-=(g.toolbarWrapperEl?g.toolbarWrapperEl.getStyle("height").toInt()+g.toolbarWrapperEl.getStyle("margin-top").toInt():0);MUI.resizeWindow(f,{width:b.width,height:a,top:h.y-e,left:h.x-e});g.fireEvent("onMaximize",f);if(g.maximizeButtonEl){g.maximizeButtonEl.setProperty("title","Restore")}MUI.focusWindow(f)},restoreWindow:function(d){var a=d.retrieve("instance");if(d!=$(d)||!a.isMaximized){return}var b=a.options;a.isMaximized=false;if(b.restrict){a.windowDrag.attach();if(b.resizable){a.reattachResizable()}a.titleBarEl.setStyle("cursor","move")}if(a.iframeEl){if(!MUI.ieLegacySupport){a.iframeEl.setStyle("visibility","hidden")}else{a.iframeEl.hide()}}var c=a.contentWrapperEl;MUI.resizeWindow(d,{width:c.oldWidth,height:c.oldHeight,top:a.oldTop,left:a.oldLeft});a.fireEvent("onRestore",d);if(a.maximizeButtonEl){a.maximizeButtonEl.setProperty("title","Maximize")}}};MUI.Column=new Class({Implements:[Events,Options],options:{id:null,container:null,placement:null,width:null,resizeLimit:[],sortable:true,onResize:$empty,onCollapse:$empty,onExpand:$empty},initialize:function(b){this.setOptions(b);$extend(this,{timestamp:$time(),isCollapsed:false,oldWidth:0});if(this.options.id==null){this.options.id="column"+(++MUI.Columns.columnIDCount)}var b=this.options;var g=MUI.Columns.instances;var d=g.get(b.id);if(b.container==null){b.container=MUI.Desktop.pageWrapper}else{$(b.container).setStyle("overflow","hidden")}if(typeof this.options.container=="string"){this.options.container=$(this.options.container)}if(d){var a=d}if(this.columnEl){return}else{g.set(b.id,this)}if($(b.container).getElement(".pad")!=null){$(b.container).getElement(".pad").hide()}if($(b.container).getElement(".mochaContent")!=null){$(b.container).getElement(".mochaContent").hide()}this.columnEl=new Element("div",{id:this.options.id,"class":"column expanded",styles:{width:b.placement=="main"?null:b.width}}).inject($(b.container));this.columnEl.store("instance",this);var c=this.columnEl.getParent();var f=c.getStyle("height").toInt();this.columnEl.setStyle("height",f);if(this.options.sortable){if(!this.options.container.retrieve("sortables")){var e=new Sortables(this.columnEl,{opacity:1,handle:".panel-header",constrain:false,revert:false,onSort:function(){$$(".column").each(function(h){h.getChildren(".panelWrapper").each(function(j){j.getElement(".panel").removeClass("bottomPanel")});if(h.getChildren(".panelWrapper").getLast()){h.getChildren(".panelWrapper").getLast().getElement(".panel").addClass("bottomPanel")}MUI.panelHeight()}.bind(this))}.bind(this)});this.options.container.store("sortables",e)}else{this.options.container.retrieve("sortables").addLists(this.columnEl)}}if(b.placement=="main"){this.columnEl.addClass("rWidth")}switch(this.options.placement){case"left":this.handleEl=new Element("div",{id:this.options.id+"_handle","class":"columnHandle"}).inject(this.columnEl,"after");this.handleIconEl=new Element("div",{id:b.id+"_handle_icon","class":"handleIcon"}).inject(this.handleEl);addResizeRight(this.columnEl,b.resizeLimit[0],b.resizeLimit[1]);break;case"right":this.handleEl=new Element("div",{id:this.options.id+"_handle","class":"columnHandle"}).inject(this.columnEl,"before");this.handleIconEl=new Element("div",{id:b.id+"_handle_icon","class":"handleIcon"}).inject(this.handleEl);addResizeLeft(this.columnEl,b.resizeLimit[0],b.resizeLimit[1]);break}if(this.handleEl!=null){this.handleEl.addEvent("dblclick",function(){this.columnToggle()}.bind(this))}MUI.rWidth()},columnToggle:function(){var a=this.columnEl;if(this.isCollapsed==false){this.oldWidth=a.getStyle("width").toInt();this.resize.detach();this.handleEl.removeEvents("dblclick");this.handleEl.addEvent("click",function(){this.columnToggle()}.bind(this));this.handleEl.setStyle("cursor","pointer").addClass("detached");a.setStyle("width",0);this.isCollapsed=true;a.addClass("collapsed");a.removeClass("expanded");MUI.rWidth();this.fireEvent("onCollapse")}else{a.setStyle("width",this.oldWidth);this.isCollapsed=false;a.addClass("expanded");a.removeClass("collapsed");this.handleEl.removeEvents("click");this.handleEl.addEvent("dblclick",function(){this.columnToggle()}.bind(this));this.resize.attach();this.handleEl.setStyle("cursor",(Browser.Engine.webkit||Browser.Engine.gecko)?"col-resize":"e-resize").addClass("attached");MUI.rWidth();this.fireEvent("onExpand")}}});MUI.Column.implement(new Options,new Events);MUI.Panel=new Class({Implements:[Events,Options],options:{id:null,title:"New Panel",column:null,require:{css:[],images:[],js:[],onload:null},loadMethod:null,contentURL:null,method:"get",data:null,evalScripts:true,evalResponse:false,content:"Panel content",tabsURL:null,tabsData:null,tabsOnload:$empty,header:true,headerToolbox:false,headerToolboxURL:"pages/lipsum.html",headerToolboxOnload:$empty,height:125,addClass:"",scrollbars:true,padding:{top:8,right:8,bottom:8,left:8},collapsible:true,onBeforeBuild:$empty,onContentLoaded:$empty,onResize:$empty,onCollapse:$empty,onExpand:$empty},initialize:function(b){this.setOptions(b);$extend(this,{timestamp:$time(),isCollapsed:false,oldHeight:0,partner:null});if(this.options.id==null){this.options.id="panel"+(++MUI.Panels.panelIDCount)}var f=MUI.Panels.instances;var c=f.get(this.options.id);var b=this.options;if(c){var a=c}if(this.panelEl){return}else{f.set(this.options.id,this)}this.fireEvent("onBeforeBuild");if(b.loadMethod=="iframe"){b.padding={top:0,right:0,bottom:0,left:0}}this.showHandle=true;if($(b.column).getChildren().length==0){this.showHandle=false}this.panelWrapperEl=new Element("div",{id:this.options.id+"_wrapper","class":"panelWrapper expanded"}).inject($(b.column));this.panelEl=new Element("div",{id:this.options.id,"class":"panel expanded",styles:{height:b.height}}).inject(this.panelWrapperEl);this.panelEl.store("instance",this);this.panelEl.addClass(b.addClass);this.contentEl=new Element("div",{id:b.id+"_pad","class":"pad"}).inject(this.panelEl);this.contentWrapperEl=this.panelEl;this.contentEl.setStyles({"padding-top":b.padding.top,"padding-bottom":b.padding.bottom,"padding-left":b.padding.left,"padding-right":b.padding.right});this.panelHeaderEl=new Element("div",{id:this.options.id+"_header","class":"panel-header",styles:{display:b.header?"block":"none"}}).inject(this.panelEl,"before");var d=MUI.Columns.instances;var e=d.get(this.options.column);if(e.options.sortable){this.panelHeaderEl.setStyle("cursor","move");e.options.container.retrieve("sortables").addItems(this.panelWrapperEl)}if(this.options.collapsible){this.collapseToggleInit()}if(this.options.headerToolbox){this.panelHeaderToolboxEl=new Element("div",{id:b.id+"_headerToolbox","class":"panel-header-toolbox"}).inject(this.panelHeaderEl)}this.panelHeaderContentEl=new Element("div",{id:b.id+"_headerContent","class":"panel-headerContent"}).inject(this.panelHeaderEl);this.titleEl=new Element("h2",{id:b.id+"_title"}).inject(this.panelHeaderContentEl);this.handleEl=new Element("div",{id:b.id+"_handle","class":"horizontalHandle",styles:{display:this.showHandle==true?"block":"none"}}).inject(this.panelEl,"after");this.handleIconEl=new Element("div",{id:b.id+"_handle_icon","class":"handleIcon"}).inject(this.handleEl);addResizeBottom(b.id);if(b.require.css.length||b.require.images.length){new MUI.Require({css:b.require.css,images:b.require.images,onload:function(){this.newPanel()}.bind(this)})}else{this.newPanel()}},newPanel:function(){options=this.options;if(this.options.headerToolbox){MUI.updateContent({element:this.panelEl,childElement:this.panelHeaderToolboxEl,loadMethod:"xhr",url:options.headerToolboxURL,onContentLoaded:options.headerToolboxOnload})}if(options.tabsURL==null){this.titleEl.set("html",options.title)}else{this.panelHeaderContentEl.addClass("tabs");MUI.updateContent({element:this.panelEl,childElement:this.panelHeaderContentEl,loadMethod:"xhr",url:options.tabsURL,data:options.tabsData,onContentLoaded:options.tabsOnload})}MUI.updateContent({element:this.panelEl,content:options.content,method:options.method,data:options.data,url:options.contentURL,onContentLoaded:null,require:{js:options.require.js,onload:options.require.onload}});$(options.column).getChildren(".panelWrapper").each(function(a){a.getElement(".panel").removeClass("bottomPanel")});$(options.column).getChildren(".panelWrapper").getLast().getElement(".panel").addClass("bottomPanel");MUI.panelHeight(options.column,this.panelEl,"new")},collapseToggleInit:function(a){var a=this.options;this.panelHeaderCollapseBoxEl=new Element("div",{id:a.id+"_headerCollapseBox","class":"toolbox"}).inject(this.panelHeaderEl);if(a.headerToolbox){this.panelHeaderCollapseBoxEl.addClass("divider")}this.collapseToggleEl=new Element("div",{id:a.id+"_collapseToggle","class":"panel-collapse icon16",styles:{width:16,height:16},title:"Collapse Panel"}).inject(this.panelHeaderCollapseBoxEl);this.collapseToggleEl.addEvent("click",function(f){var b=this.panelEl;var c=this.panelWrapperEl;var g=MUI.Panels.instances;var e=[];c.getAllPrevious(".panelWrapper").each(function(j){var h=g.get(j.getElement(".panel").id);if(h.isCollapsed==false){e.push(j.getElement(".panel").id)}});c.getAllNext(".panelWrapper").each(function(j){var h=g.get(j.getElement(".panel").id);if(h.isCollapsed==false){e.push(j.getElement(".panel").id)}});if(this.isCollapsed==false){var d=MUI.Columns.instances.get($(a.column).id);if(e.length==0&&d.options.placement!="main"){var d=MUI.Columns.instances.get($(a.column).id);d.columnToggle();return}else{if(e.length==0&&d.options.placement=="main"){return}}this.oldHeight=b.getStyle("height").toInt();if(this.oldHeight<10){this.oldHeight=20}this.contentEl.setStyle("position","absolute");b.setStyle("height",0);this.isCollapsed=true;c.addClass("collapsed");c.removeClass("expanded");MUI.panelHeight(a.column,b,"collapsing");MUI.panelHeight();this.collapseToggleEl.removeClass("panel-collapsed");this.collapseToggleEl.addClass("panel-expand");this.collapseToggleEl.setProperty("title","Expand Panel");this.fireEvent("onCollapse")}else{this.contentEl.setStyle("position",null);b.setStyle("height",this.oldHeight);this.isCollapsed=false;c.addClass("expanded");c.removeClass("collapsed");MUI.panelHeight(this.options.column,b,"expanding");MUI.panelHeight();this.collapseToggleEl.removeClass("panel-expand");this.collapseToggleEl.addClass("panel-collapsed");this.collapseToggleEl.setProperty("title","Collapse Panel");this.fireEvent("onExpand")}}.bind(this))}});MUI.Panel.implement(new Options,new Events);MUI.extend({panelHeight:function(a,c,b){if(a!=null){MUI.panelHeight2($(a),c,b)}else{$$(".column").each(function(d){MUI.panelHeight2(d)}.bind(this))}},panelHeight2:function(e,m,f){var b=MUI.Panels.instances;var j=e.getParent();var h=j.getStyle("height").toInt();if(Browser.Engine.trident4&&j==MUI.Desktop.pageWrapper){h-=1}e.setStyle("height",h);var g=[];e.getChildren(".panelWrapper").each(function(n){g.push(n.getElement(".panel"))}.bind(this));var k=[];e.getChildren(".expanded").each(function(n){k.push(n.getElement(".panel"))}.bind(this));var c=[];var d;var a=0;this.panelsTotalHeight=0;this.height=0;g.each(function(n){instance=b.get(n.id);if(n.getParent().hasClass("expanded")&&n.getParent().getNext(".expanded")){instance.partner=n.getParent().getNext(".expanded").getElement(".panel");instance.resize.attach();instance.handleEl.setStyles({display:"block",cursor:(Browser.Engine.webkit||Browser.Engine.gecko)?"row-resize":"n-resize"}).removeClass("detached")}else{instance.resize.detach();instance.handleEl.setStyles({display:"none",cursor:null}).addClass("detached")}if(n.getParent().getNext(".panelWrapper")==null){instance.handleEl.hide()}}.bind(this));e.getChildren().each(function(n){n.getChildren().each(function(p){if(p.hasClass("panel")){var o=b.get(p.id);anyNextSiblingsExpanded=function(q){var r;q.getParent().getAllNext(".panelWrapper").each(function(s){var t=b.get(s.getElement(".panel").id);if(t.isCollapsed==false){r=true}}.bind(this));return r}.bind(this);anyExpandingNextSiblingsExpanded=function(q){var r;m.getParent().getAllNext(".panelWrapper").each(function(s){var t=b.get(s.getElement(".panel").id);if(t.isCollapsed==false){r=true}}.bind(this));return r}.bind(this);anyNextContainsChanging=function(r){var q=[];r.getParent().getAllNext(".panelWrapper").each(function(t){q.push(t.getElement(".panel"))}.bind(this));var s=q.contains(m);return s}.bind(this);nextExpandedChanging=function(q){var r;if(q.getParent().getNext(".expanded")){if(q.getParent().getNext(".expanded").getElement(".panel")==m){r=true}}return r};if(f=="new"){if(!o.isCollapsed&&p!=m){c.push(p);this.panelsTotalHeight+=p.offsetHeight.toInt()}}else{if(f==null||f=="collapsing"){if(!o.isCollapsed&&(!anyNextContainsChanging(p)||!anyNextSiblingsExpanded(p))){c.push(p);this.panelsTotalHeight+=p.offsetHeight.toInt()}}else{if(f=="expanding"&&!o.isCollapsed&&p!=m){if(!anyNextContainsChanging(p)||(!anyExpandingNextSiblingsExpanded(p)&&nextExpandedChanging(p))){c.push(p);this.panelsTotalHeight+=p.offsetHeight.toInt()}}}}if(p.style.height){this.height+=p.getStyle("height").toInt()}}else{this.height+=p.offsetHeight.toInt()}}.bind(this))}.bind(this));var l=e.offsetHeight.toInt()-this.height;this.height=0;e.getChildren().each(function(n){this.height+=n.offsetHeight.toInt()}.bind(this));var l=e.offsetHeight.toInt()-this.height;c.each(function(n){var q=this.panelsTotalHeight/n.offsetHeight.toInt();var p=n.getStyle("height").toInt();var o=l/q;if(!isNaN(p)){o+=p}if(o<1){o=0}n.setStyle("height",o)}.bind(this));this.height=0;e.getChildren().each(function(n){n.getChildren().each(function(o){this.height+=o.offsetHeight.toInt();if(o.hasClass("panel")&&o.getStyle("height").toInt()>a){d=o;a=o.getStyle("height").toInt()}}.bind(this))}.bind(this));var l=e.offsetHeight.toInt()-this.height;if(l!=0&&a>0){d.setStyle("height",d.getStyle("height").toInt()+l);if(d.getStyle("height")<1){d.setStyle("height",0)}}j.getChildren(".columnHandle").each(function(p){var o=p.getParent();if(o.getStyle("height").toInt()<1){return}var n=o.getStyle("height").toInt()-p.getStyle("margin-top").toInt()-p.getStyle("margin-bottom").toInt();if(Browser.Engine.trident4&&o==MUI.Desktop.pageWrapper){n-=1}p.setStyle("height",n)});k.each(function(n){MUI.resizeChildren(n)}.bind(this))},resizeChildren:function(b){var d=MUI.Panels.instances;var a=d.get(b.id);var c=a.contentWrapperEl;if(a.iframeEl){if(!MUI.ieLegacySupport){a.iframeEl.setStyles({height:c.getStyle("height"),width:c.offsetWidth-c.getStyle("margin-left").toInt()-c.getStyle("margin-right").toInt()})}else{a.iframeEl.setStyles({height:c.getStyle("height"),width:c.offsetWidth-c.getStyle("margin-left").toInt()-c.getStyle("margin-right").toInt()-1});a.iframeEl.setStyles({width:c.offsetWidth-c.getStyle("margin-left").toInt()-c.getStyle("margin-right").toInt()})}}},rWidth:function(a){if(a==null){var a=MUI.Desktop.desktop}a.getElements(".rWidth").each(function(e){var b=e.offsetWidth.toInt();b-=e.getStyle("margin-left").toInt();b-=e.getStyle("margin-right").toInt();var d=e.getParent();this.width=0;d.getChildren().each(function(g){if(g.hasClass("mocha")!=true){this.width+=g.offsetWidth.toInt()}}.bind(this));var c=d.offsetWidth.toInt()-this.width;var f=b+c;if(f<1){f=0}e.setStyle("width",f);e.getChildren(".panel").each(function(g){g.setStyle("width",f-g.getStyle("margin-left").toInt()-g.getStyle("margin-right").toInt());MUI.resizeChildren(g)}.bind(this))})}});function addResizeRight(d,c,b){if(!$(d)){return}d=$(d);var f=MUI.Columns.instances;var a=f.get(d.id);var e=d.getNext(".columnHandle");e.setStyle("cursor",(Browser.Engine.webkit||Browser.Engine.gecko)?"col-resize":"e-resize");if(!c){c=50}if(!b){b=250}if(MUI.ieLegacySupport){e.addEvents({mousedown:function(){e.setCapture()},mouseup:function(){e.releaseCapture()}})}a.resize=d.makeResizable({handle:e,modifiers:{x:"width",y:false},limit:{x:[c,b]},onStart:function(){d.getElements("iframe").setStyle("visibility","hidden");d.getNext(".column").getElements("iframe").setStyle("visibility","hidden")}.bind(this),onDrag:function(){MUI.rWidth(d.getParent());if(Browser.Engine.trident4){d.getChildren().each(function(h){var g=$(d).getStyle("width").toInt();g-=h.getStyle("margin-right").toInt();g-=h.getStyle("margin-left").toInt();g-=h.getStyle("padding-right").toInt();g-=h.getStyle("padding-left").toInt();h.setStyle("width",g)}.bind(this))}}.bind(this),onComplete:function(){MUI.rWidth(d.getParent());d.getElements("iframe").setStyle("visibility","visible");d.getNext(".column").getElements("iframe").setStyle("visibility","visible");a.fireEvent("onResize")}.bind(this)})}function addResizeLeft(d,c,b){if(!$(d)){return}d=$(d);var g=MUI.Columns.instances;var a=g.get(d.id);var f=d.getPrevious(".columnHandle");f.setStyle("cursor",(Browser.Engine.webkit||Browser.Engine.gecko)?"col-resize":"e-resize");var e=d.getPrevious(".column");if(!c){c=50}if(!b){b=250}if(MUI.ieLegacySupport){f.addEvents({mousedown:function(){f.setCapture()},mouseup:function(){f.releaseCapture()}})}a.resize=d.makeResizable({handle:f,modifiers:{x:"width",y:false},invert:true,limit:{x:[c,b]},onStart:function(){$(d).getElements("iframe").setStyle("visibility","hidden");e.getElements("iframe").setStyle("visibility","hidden")}.bind(this),onDrag:function(){MUI.rWidth(d.getParent())}.bind(this),onComplete:function(){MUI.rWidth(d.getParent());$(d).getElements("iframe").setStyle("visibility","visible");e.getElements("iframe").setStyle("visibility","visible");a.fireEvent("onResize")}.bind(this)})}function addResizeBottom(b){if(!$(b)){return}var b=$(b);var d=MUI.Panels.instances;var a=d.get(b.id);var c=a.handleEl;c.setStyle("cursor",(Browser.Engine.webkit||Browser.Engine.gecko)?"row-resize":"n-resize");partner=a.partner;min=0;max=function(){return b.getStyle("height").toInt()+partner.getStyle("height").toInt()}.bind(this);if(MUI.ieLegacySupport){c.addEvents({mousedown:function(){c.setCapture()},mouseup:function(){c.releaseCapture()}})}a.resize=b.makeResizable({handle:c,modifiers:{x:false,y:"height"},limit:{y:[min,max]},invert:false,onBeforeStart:function(){partner=a.partner;this.originalHeight=b.getStyle("height").toInt();this.partnerOriginalHeight=partner.getStyle("height").toInt()}.bind(this),onStart:function(){if(a.iframeEl){if(!MUI.ieLegacySupport){a.iframeEl.setStyle("visibility","hidden");partner.getElements("iframe").setStyle("visibility","hidden")}else{a.iframeEl.hide();partner.getElements("iframe").hide()}}}.bind(this),onDrag:function(){partnerHeight=partnerOriginalHeight;partnerHeight+=(this.originalHeight-b.getStyle("height").toInt());partner.setStyle("height",partnerHeight);MUI.resizeChildren(b,b.getStyle("height").toInt());MUI.resizeChildren(partner,partnerHeight);b.getChildren(".column").each(function(e){MUI.panelHeight(e)});partner.getChildren(".column").each(function(e){MUI.panelHeight(e)})}.bind(this),onComplete:function(){partnerHeight=partnerOriginalHeight;partnerHeight+=(this.originalHeight-b.getStyle("height").toInt());partner.setStyle("height",partnerHeight);MUI.resizeChildren(b,b.getStyle("height").toInt());MUI.resizeChildren(partner,partnerHeight);b.getChildren(".column").each(function(f){MUI.panelHeight(f)});partner.getChildren(".column").each(function(f){MUI.panelHeight(f)});if(a.iframeEl){if(!MUI.ieLegacySupport){a.iframeEl.setStyle("visibility","visible");partner.getElements("iframe").setStyle("visibility","visible")}else{a.iframeEl.show();partner.getElements("iframe").show();var e=a.iframeEl.getStyle("width").toInt();a.iframeEl.setStyle("width",e-1);MUI.rWidth();a.iframeEl.setStyle("width",e)}}a.fireEvent("onResize")}.bind(this)})}MUI.extend({closeColumn:function(b){var d=MUI.Columns.instances;var a=d.get(b.id);if(b!=$(b)||a.isClosing){return}a.isClosing=true;if(a.options.sortable){a.container.retrieve("sortables").removeLists(this.columnEl)}var c=b.getChildren(".panel");c.each(function(e){MUI.closePanel($(e.id))}.bind(this));if(MUI.ieLegacySupport){b.dispose();if(a.handleEl!=null){a.handleEl.dispose()}}else{b.destroy();if(a.handleEl!=null){a.handleEl.destroy()}}if(MUI.Desktop){MUI.Desktop.resizePanels()}d.erase(a.options.id);return true},closePanel:function(f){var e=MUI.Panels.instances;var a=e.get(f.id);if(f!=$(f)||a.isClosing){return}var b=a.options.column;a.isClosing=true;var c=MUI.Columns.instances;var d=c.get(b);if(d.options.sortable){d.options.container.retrieve("sortables").removeItems(a.panelWrapperEl)}a.panelWrapperEl.destroy();if(MUI.Desktop){MUI.Desktop.resizePanels()}$(b).getChildren(".panelWrapper").each(function(g){g.getElement(".panel").removeClass("bottomPanel")});$(b).getChildren(".panelWrapper").getLast().getElement(".panel").addClass("bottomPanel");e.erase(a.options.id);return true}});MUI.files[MUI.path.source+"Layout/Dock.js"]="loaded";MUI.options.extend({dockWrapper:"dockWrapper",dock:"dock"});MUI.extend({minimizeAll:function(){$$(".mocha").each(function(b){var a=b.retrieve("instance");if(!a.isMinimized&&a.options.minimizable==true){MUI.Dock.minimizeWindow(b)}}.bind(this))}});MUI.Dock={options:{useControls:true,dockPosition:"bottom",trueButtonColor:[70,245,70],enabledButtonColor:[115,153,191],disabledButtonColor:[170,170,170]},initialize:function(a){if(!MUI.Desktop){return}MUI.dockVisible=true;this.dockWrapper=$(MUI.options.dockWrapper);this.dock=$(MUI.options.dock);this.autoHideEvent=null;this.dockAutoHide=false;if(!this.dockWrapper){return}if(!this.options.useControls){if($("dockPlacement")){$("dockPlacement").setStyle("cursor","default")}if($("dockAutoHide")){$("dockAutoHide").setStyle("cursor","default")}}this.dockWrapper.setStyles({display:"block",position:"absolute",top:null,bottom:MUI.Desktop.desktopFooter?MUI.Desktop.desktopFooter.offsetHeight:0,left:0});if(this.options.useControls){this.initializeDockControls()}if($("dockLinkCheck")){this.sidebarCheck=new Element("div",{"class":"check",id:"dock_check"}).inject($("dockLinkCheck"))}this.dockSortables=new Sortables("#dockSort",{opacity:1,constrain:true,clone:false,revert:false});MUI.Desktop.setDesktopSize();if(MUI.myChain){MUI.myChain.callChain()}},initializeDockControls:function(){this.setDockColors();if(this.options.useControls){var b=new Element("canvas",{id:"dockCanvas",width:"15",height:"18"}).inject(this.dock);if(MUI.ieLegacySupport&&MUI.ieSupport=="excanvas"){G_vmlCanvasManager.initElement(b)}}var a=$("dockPlacement");var c=$("dockAutoHide");a.setProperty("title","Position Dock Top");a.addEvent("click",function(){this.moveDock()}.bind(this));c.setProperty("title","Turn Auto Hide On");c.addEvent("click",function(e){if(this.dockWrapper.getProperty("dockPosition")=="top"){return false}var d=$("dockCanvas").getContext("2d");this.dockAutoHide=!this.dockAutoHide;if(this.dockAutoHide){$("dockAutoHide").setProperty("title","Turn Auto Hide Off");MUI.circle(d,5,14,3,this.options.trueButtonColor,1);this.autoHideEvent=function(g){if(!this.dockAutoHide){return}if(!MUI.Desktop.desktopFooter){var f=this.dockWrapper.offsetHeight;if(f<25){f=25}}else{if(MUI.Desktop.desktopFooter){var f=this.dockWrapper.offsetHeight+MUI.Desktop.desktopFooter.offsetHeight;if(f<25){f=25}}}if(!MUI.Desktop.desktopFooter&&g.client.y>(document.getCoordinates().height-f)){if(!MUI.dockVisible){this.dockWrapper.show();MUI.dockVisible=true;MUI.Desktop.setDesktopSize()}}else{if(MUI.Desktop.desktopFooter&&g.client.y>(document.getCoordinates().height-f)){if(!MUI.dockVisible){this.dockWrapper.show();MUI.dockVisible=true;MUI.Desktop.setDesktopSize()}}else{if(MUI.dockVisible){this.dockWrapper.hide();MUI.dockVisible=false;MUI.Desktop.setDesktopSize()}}}}.bind(this);document.addEvent("mousemove",this.autoHideEvent)}else{$("dockAutoHide").setProperty("title","Turn Auto Hide On");MUI.circle(d,5,14,3,this.options.enabledButtonColor,1);document.removeEvent("mousemove",this.autoHideEvent)}}.bind(this));this.renderDockControls();if(this.options.dockPosition=="top"){this.moveDock()}},setDockColors:function(){var c=MUI.getCSSRule(".dockButtonEnabled");if(c&&c.style.backgroundColor){this.options.enabledButtonColor=new Color(c.style.backgroundColor)}var a=MUI.getCSSRule(".dockButtonDisabled");if(a&&a.style.backgroundColor){this.options.disabledButtonColor=new Color(a.style.backgroundColor)}var b=MUI.getCSSRule(".dockButtonTrue");if(b&&b.style.backgroundColor){this.options.trueButtonColor=new Color(b.style.backgroundColor)}},renderDockControls:function(){var a=$("dockCanvas").getContext("2d");a.clearRect(0,0,100,100);MUI.circle(a,5,4,3,this.options.enabledButtonColor,1);if(this.dockWrapper.getProperty("dockPosition")=="top"){MUI.circle(a,5,14,3,this.options.disabledButtonColor,1)}else{if(this.dockAutoHide){MUI.circle(a,5,14,3,this.options.trueButtonColor,1)}else{MUI.circle(a,5,14,3,this.options.enabledButtonColor,1)}}},moveDock:function(){var a=$("dockCanvas").getContext("2d");if(this.dockWrapper.getStyle("position")!="relative"){this.dockWrapper.setStyles({position:"relative",bottom:null});this.dockWrapper.addClass("top");MUI.Desktop.setDesktopSize();this.dockWrapper.setProperty("dockPosition","top");a.clearRect(0,0,100,100);MUI.circle(a,5,4,3,this.options.enabledButtonColor,1);MUI.circle(a,5,14,3,this.options.disabledButtonColor,1);$("dockPlacement").setProperty("title","Position Dock Bottom");$("dockAutoHide").setProperty("title","Auto Hide Disabled in Top Dock Position");this.dockAutoHide=false}else{this.dockWrapper.setStyles({position:"absolute",bottom:MUI.Desktop.desktopFooter?MUI.Desktop.desktopFooter.offsetHeight:0});this.dockWrapper.removeClass("top");MUI.Desktop.setDesktopSize();this.dockWrapper.setProperty("dockPosition","bottom");a.clearRect(0,0,100,100);MUI.circle(a,5,4,3,this.options.enabledButtonColor,1);MUI.circle(a,5,14,3,this.options.enabledButtonColor,1);$("dockPlacement").setProperty("title","Position Dock Top");$("dockAutoHide").setProperty("title","Turn Auto Hide On")}},createDockTab:function(e){var a=e.retrieve("instance");var d=new Element("div",{id:a.options.id+"_dockTab","class":"dockTab",title:b}).inject($("dockClear"),"before");d.addEvent("mousedown",function(f){new Event(f).stop();this.timeDown=$time()});d.addEvent("mouseup",function(f){this.timeUp=$time();if((this.timeUp-this.timeDown)<275){if(MUI.Windows.windowsVisible==false){MUI.toggleWindowVisibility();if(a.isMinimized==true){MUI.Dock.restoreMinimized.delay(25,MUI.Dock,e)}else{MUI.focusWindow(e)}return}if(a.isMinimized==true){MUI.Dock.restoreMinimized.delay(25,MUI.Dock,e)}else{if(a.windowEl.hasClass("isFocused")&&a.options.minimizable==true){MUI.Dock.minimizeWindow(e)}else{MUI.focusWindow(e)}var g=document.getCoordinates();if(e.getStyle("left").toInt()>g.width||e.getStyle("top").toInt()>g.height){MUI.centerWindow(e)}}}});this.dockSortables.addItems(d);var b=a.titleEl.innerHTML;var c=new Element("div",{id:a.options.id+"_dockTabText","class":"dockText"}).set("html",b.substring(0,19)+(b.length>19?"...":"")).inject($(d));if(a.options.icon!=false){}MUI.Desktop.setDesktopSize()},makeActiveTab:function(){var c=MUI.getWindowWithHighestZindex();var a=c.retrieve("instance");$$(".dockTab").removeClass("activeDockTab");if(a.isMinimized!=true){a.windowEl.addClass("isFocused");var b=$(a.options.id+"_dockTab");if(b!=null){b.addClass("activeDockTab")}}else{a.windowEl.removeClass("isFocused")}},minimizeWindow:function(b){if(b!=$(b)){return}var a=b.retrieve("instance");a.isMinimized=true;if(a.iframeEl){if(!MUI.ieLegacySupport){a.iframeEl.setStyle("visibility","hidden")}else{a.iframeEl.hide()}}a.contentBorderEl.setStyle("visibility","hidden");if(a.toolbarWrapperEl){a.toolbarWrapperEl.hide()}b.setStyle("visibility","hidden");MUI.Desktop.setDesktopSize();setTimeout(function(){b.setStyle("zIndex",1);b.removeClass("isFocused");this.makeActiveTab()}.bind(this),100);a.fireEvent("onMinimize",b)},restoreMinimized:function(b){var a=b.retrieve("instance");if(a.isMinimized==false){return}if(MUI.Windows.windowsVisible==false){MUI.toggleWindowVisibility()}MUI.Desktop.setDesktopSize();if(a.options.scrollbars==true&&!a.iframeEl){a.contentWrapperEl.setStyle("overflow","auto")}if(a.isCollapsed){MUI.collapseToggle(b)}b.setStyle("visibility","visible");a.contentBorderEl.setStyle("visibility","visible");if(a.toolbarWrapperEl){a.toolbarWrapperEl.show()}if(a.iframeEl){if(!MUI.ieLegacySupport){a.iframeEl.setStyle("visibility","visible")}else{a.iframeEl.show()}}a.isMinimized=false;MUI.focusWindow(b);a.fireEvent("onRestore",b)}};MUI.files[MUI.path.source+"Layout/Workspaces.js"]="loaded";MUI.extend({saveWorkspace:function(){this.cookie=new Hash.Cookie("mochaUIworkspaceCookie",{duration:3600});this.cookie.empty();MUI.Windows.instances.each(function(a){a.saveValues();this.cookie.set(a.options.id,{id:a.options.id,top:a.options.y,left:a.options.x,width:a.contentWrapperEl.getStyle("width").toInt(),height:a.contentWrapperEl.getStyle("height").toInt()})}.bind(this));this.cookie.save();new MUI.Window({loadMethod:"html",type:"notification",addClass:"notification",content:"Workspace saved.",closeAfter:"1400",width:200,height:40,y:53,padding:{top:10,right:12,bottom:10,left:12},shadowBlur:5,bodyBgColor:[255,255,255]})},windowUnload:function(){if($$(".mocha").length==0&&this.myChain){this.myChain.callChain()}},loadWorkspace2:function(workspaceWindows){workspaceWindows.each(function(workspaceWindow){windowFunction=eval("MUI."+workspaceWindow.id+"Window");if(windowFunction){eval("MUI."+workspaceWindow.id+"Window({width:"+workspaceWindow.width+",height:"+workspaceWindow.height+"});");var windowEl=$(workspaceWindow.id);windowEl.setStyles({top:workspaceWindow.top,left:workspaceWindow.left});var instance=windowEl.retrieve("instance");instance.contentWrapperEl.setStyles({width:workspaceWindow.width,height:workspaceWindow.height});instance.drawWindow()}}.bind(this));this.loadingWorkspace=false},loadWorkspace:function(){cookie=new Hash.Cookie("mochaUIworkspaceCookie",{duration:3600});workspaceWindows=cookie.load();if(!cookie.getKeys().length){new MUI.Window({loadMethod:"html",type:"notification",addClass:"notification",content:"You have no saved workspace.",closeAfter:"1400",width:220,height:40,y:25,padding:{top:10,right:12,bottom:10,left:12},shadowBlur:5,bodyBgColor:[255,255,255]});return}if($$(".mocha").length!=0){this.loadingWorkspace=true;this.myChain=new Chain();this.myChain.chain(function(){$$(".mocha").each(function(a){this.closeWindow(a)}.bind(this))}.bind(this),function(){this.loadWorkspace2(workspaceWindows)}.bind(this));this.myChain.callChain()}else{this.loadWorkspace2(workspaceWindows)}}});
##############################################
qbittorrent-4.2.5/src/webui/api/appcontroller.cpp-800-        if (addr.protocol() == QAbstractSocket::IPv6Protocol)
qbittorrent-4.2.5/src/webui/api/appcontroller.cpp:801:            addressList.append(Utils::Net::canonicalIPv6Addr(addr).toString());
qbittorrent-4.2.5/src/webui/api/appcontroller.cpp-802-        else
##############################################
qbittorrent-4.2.5/src/gui/advancedsettings.cpp-237-    // Construct a QHostAddress to filter malformed strings
qbittorrent-4.2.5/src/gui/advancedsettings.cpp:238:    const QHostAddress ifaceAddr(m_comboBoxInterfaceAddress.currentData().toString().trimmed());
qbittorrent-4.2.5/src/gui/advancedsettings.cpp-239-    session->setNetworkInterfaceAddress(ifaceAddr.toString());
##############################################
qbittorrent-4.2.5/src/gui/advancedsettings.cpp-242-    // Construct a QHostAddress to filter malformed strings
qbittorrent-4.2.5/src/gui/advancedsettings.cpp:243:    const QHostAddress addr(m_lineEditAnnounceIP.text().trimmed());
qbittorrent-4.2.5/src/gui/advancedsettings.cpp-244-    session->setAnnounceIP(addr.toString());
##############################################
qbittorrent-4.2.5/src/gui/advancedsettings.cpp-308-        else if (addr.protocol() == QAbstractSocket::IPv6Protocol) {
qbittorrent-4.2.5/src/gui/advancedsettings.cpp:309:            const QString str = Utils::Net::canonicalIPv6Addr(addr).toString();
qbittorrent-4.2.5/src/gui/advancedsettings.cpp-310-            m_comboBoxInterfaceAddress.addItem(str, str);
##############################################
qbittorrent-4.2.5/src/app/stacktrace_win.h-194-#ifdef __MINGW32__
qbittorrent-4.2.5/src/app/stacktrace_win.h:195:    asm ("Label:\n\t"
qbittorrent-4.2.5/src/app/stacktrace_win.h-196-         "movl %%ebp,%0;\n\t"
##############################################
qbittorrent-4.2.5/src/app/stacktrace_win.h-203-#else
qbittorrent-4.2.5/src/app/stacktrace_win.h:204:    _asm {
qbittorrent-4.2.5/src/app/stacktrace_win.h-205-        Label:
##############################################
qbittorrent-4.2.5/src/app/stacktrace_win.h-287-            QString sourceFile;
qbittorrent-4.2.5/src/app/stacktrace_win.h:288:            if(SymFromAddr(hProcess, ihsf.InstructionOffset, &dwDisplacement, pSymbol)) {
qbittorrent-4.2.5/src/app/stacktrace_win.h-289-                funcName = QString(pSymbol->Name);
##############################################
qbittorrent-4.2.5/macxconf.pri-3-exists($$OUT_PWD/../conf.pri) {
qbittorrent-4.2.5/macxconf.pri:4:    include($$OUT_PWD/../conf.pri)
qbittorrent-4.2.5/macxconf.pri-5-}
##############################################
qbittorrent-4.2.5/m4/ax_boost_system.m4-82-			AC_DEFINE(HAVE_BOOST_SYSTEM,,[define if the Boost::System library is available])
qbittorrent-4.2.5/m4/ax_boost_system.m4:83:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/@<:@^\/@:>@*//'`
qbittorrent-4.2.5/m4/ax_boost_system.m4-84-
##############################################
qbittorrent-4.2.5/m4/ax_boost_system.m4-86-            if test "x$ax_boost_user_system_lib" = "x"; then
qbittorrent-4.2.5/m4/ax_boost_system.m4:87:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
qbittorrent-4.2.5/m4/ax_boost_system.m4-88-                     ax_lib=${libextension}
##############################################
qbittorrent-4.2.5/m4/ax_boost_system.m4-93-                if test "x$link_system" != "xyes"; then
qbittorrent-4.2.5/m4/ax_boost_system.m4:94:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
qbittorrent-4.2.5/m4/ax_boost_system.m4-95-                     ax_lib=${libextension}
##############################################
qbittorrent-4.2.5/m4/pkg.m4-75-    PKG_CHECK_EXISTS([$3],
qbittorrent-4.2.5/m4/pkg.m4:76:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
qbittorrent-4.2.5/m4/pkg.m4-77-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
qbittorrent-4.2.5/m4/pkg.m4-124-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/m4/pkg.m4:125:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
qbittorrent-4.2.5/m4/pkg.m4-126-        else 
qbittorrent-4.2.5/m4/pkg.m4:127:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
qbittorrent-4.2.5/m4/pkg.m4-128-        fi
##############################################
qbittorrent-4.2.5/m4/ax_boost_base.m4-87-  AS_IF([test "x$2" = "x"],[_AX_BOOST_BASE_TONUMERICVERSION_req="1.20.0"],[_AX_BOOST_BASE_TONUMERICVERSION_req="$2"])
qbittorrent-4.2.5/m4/ax_boost_base.m4:88:  _AX_BOOST_BASE_TONUMERICVERSION_req_shorten=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([[0-9]]*\.[[0-9]]*\)'`
qbittorrent-4.2.5/m4/ax_boost_base.m4:89:  _AX_BOOST_BASE_TONUMERICVERSION_req_major=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([[0-9]]*\)'`
qbittorrent-4.2.5/m4/ax_boost_base.m4-90-  AS_IF([test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_major" = "x"],
qbittorrent-4.2.5/m4/ax_boost_base.m4-91-        [AC_MSG_ERROR([You should at least specify libboost major version])])
qbittorrent-4.2.5/m4/ax_boost_base.m4:92:  _AX_BOOST_BASE_TONUMERICVERSION_req_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[[0-9]]*\.\([[0-9]]*\)'`
qbittorrent-4.2.5/m4/ax_boost_base.m4-93-  AS_IF([test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_minor" = "x"],
qbittorrent-4.2.5/m4/ax_boost_base.m4-94-        [_AX_BOOST_BASE_TONUMERICVERSION_req_minor="0"])
qbittorrent-4.2.5/m4/ax_boost_base.m4:95:  _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[[0-9]]*\.[[0-9]]*\.\([[0-9]]*\)'`
qbittorrent-4.2.5/m4/ax_boost_base.m4-96-  AS_IF([test "X$_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor" = "X"],
qbittorrent-4.2.5/m4/ax_boost_base.m4-97-        [_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor="0"])
qbittorrent-4.2.5/m4/ax_boost_base.m4:98:  _AX_BOOST_BASE_TONUMERICVERSION_RET=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req_major \* 100000 \+  $_AX_BOOST_BASE_TONUMERICVERSION_req_minor \* 100 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor`
qbittorrent-4.2.5/m4/ax_boost_base.m4-99-  AS_VAR_SET($1,$_AX_BOOST_BASE_TONUMERICVERSION_RET)
##############################################
qbittorrent-4.2.5/m4/ax_boost_base.m4-202-            if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path"; then
qbittorrent-4.2.5/m4/ax_boost_base.m4:203:                for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
qbittorrent-4.2.5/m4/ax_boost_base.m4:204:                    _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
qbittorrent-4.2.5/m4/ax_boost_base.m4:205:                    V_CHECK=`expr $_version_tmp \> $_version`
qbittorrent-4.2.5/m4/ax_boost_base.m4-206-                    if test "x$V_CHECK" = "x1" ; then
##############################################
qbittorrent-4.2.5/m4/ax_boost_base.m4-208-                    fi
qbittorrent-4.2.5/m4/ax_boost_base.m4:209:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
qbittorrent-4.2.5/m4/ax_boost_base.m4-210-                    BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
qbittorrent-4.2.5/m4/ax_boost_base.m4-230-                    if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path" ; then
qbittorrent-4.2.5/m4/ax_boost_base.m4:231:                        for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
qbittorrent-4.2.5/m4/ax_boost_base.m4:232:                            _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
qbittorrent-4.2.5/m4/ax_boost_base.m4:233:                            V_CHECK=`expr $_version_tmp \> $_version`
qbittorrent-4.2.5/m4/ax_boost_base.m4-234-                            if test "x$V_CHECK" = "x1" ; then
##############################################
qbittorrent-4.2.5/m4/ax_boost_base.m4-241-
qbittorrent-4.2.5/m4/ax_boost_base.m4:242:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
qbittorrent-4.2.5/m4/ax_boost_base.m4-243-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
qbittorrent-4.2.5/m4/ax_boost_base.m4-256-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
qbittorrent-4.2.5/m4/ax_boost_base.m4:257:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
qbittorrent-4.2.5/m4/ax_boost_base.m4:258:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
qbittorrent-4.2.5/m4/ax_boost_base.m4:259:                        stage_version_shorten=`expr $stage_version : '\([[0-9]]*\.[[0-9]]*\)'`
qbittorrent-4.2.5/m4/ax_boost_base.m4:260:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
qbittorrent-4.2.5/m4/ax_boost_base.m4-261-                    if test "x$V_CHECK" = "x1" && test -z "$_AX_BOOST_BASE_boost_lib_path" ; then
##############################################
qbittorrent-4.2.5/dist/windows/UAC.nsh-208-pop $_LOGICLIB_TEMP
qbittorrent-4.2.5/dist/windows/UAC.nsh:209:!insertmacro ${cmpop} $_LOGICLIB_TEMP ${cmp} `${_t}` `${_f}`
qbittorrent-4.2.5/dist/windows/UAC.nsh-210-!macroend
##############################################
qbittorrent-4.2.5/debian/missing-sources/clipboard.js-125-function getAttributeValue(suffix, element) {
qbittorrent-4.2.5/debian/missing-sources/clipboard.js:126:    const attribute = `data-clipboard-${suffix}`;
qbittorrent-4.2.5/debian/missing-sources/clipboard.js-127-
##############################################
qbittorrent-4.2.5/debian/missing-sources/mootools-1.2-more.js-4823-			*/
qbittorrent-4.2.5/debian/missing-sources/mootools-1.2-more.js:4824:			return Form.Validator.getValidator('IsEmpty').test(element) || (/^(?:[a-z0-9!#$%&'*+\/=?^_`{|}~-]\.?){0,63}[a-z0-9!#$%&'*+\/=?^_`{|}~-]@(?:(?:[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?\.)*[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?|\[(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\])$/i).test(element.get('value'));
qbittorrent-4.2.5/debian/missing-sources/mootools-1.2-more.js-4825-		}
##############################################
qbittorrent-4.2.5/.pc/honor-buildflags.patch/unixconf.pri-3-exists($$OUT_PWD/../conf.pri) {
qbittorrent-4.2.5/.pc/honor-buildflags.patch/unixconf.pri:4:    include($$OUT_PWD/../conf.pri)
qbittorrent-4.2.5/.pc/honor-buildflags.patch/unixconf.pri-5-}
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-47-  as_echo='print -r --'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-48-  as_echo_n='print -rn --'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-50-  as_echo='printf %s\n'
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-52-else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-64-      esac;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-327-      case $as_dir in #(
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-329-      *) as_qdir=$as_dir;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-400-  {
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:401:    as_val=`expr "$@" || test $? -eq 1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-402-  }
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-407-# ----------------------------------------
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-817-  case $ac_option in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:818:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-819-  *=)   ac_optarg= ;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-861-  -disable-* | --disable-*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:862:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-863-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-866-    ac_useropt_orig=$ac_useropt
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:867:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-868-    case $ac_user_opts in
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-887-  -enable-* | --enable-*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:888:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-889-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-892-    ac_useropt_orig=$ac_useropt
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:893:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-894-    case $ac_user_opts in
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1100-  -with-* | --with-*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1101:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1102-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1105-    ac_useropt_orig=$ac_useropt
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1106:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1107-    case $ac_user_opts in
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1116-  -without-* | --without-*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1117:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1118-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1121-    ac_useropt_orig=$ac_useropt
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1122:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1123-    case $ac_user_opts in
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1154-  *=*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1155:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1156-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1175-if test -n "$ac_prev"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1176:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1177-  as_fn_error $? "missing argument to $ac_option"
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1197-    */ )
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1198:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1199-      eval $ac_var=\$ac_val;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1232-ac_ls_di=`ls -di .` &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1233:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1234-  as_fn_error $? "working directory cannot be determined"
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1288-case $srcdir in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1289:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1290-esac
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1331-By default, \`make install' will install all the files in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1332:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1333:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1334-for instance \`--prefix=\$HOME'.
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1464-*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1465:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1466-  # A ".." for each directory in $ac_dir_suffix.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1467:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1468-  case $ac_top_builddir_sub in
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1722-    *\'*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1723:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1724-    esac
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1805-      case $ac_val in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1806:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1807-      esac
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1820-	case $ac_val in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1821:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1822-	esac
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1940-    set,)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1941:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1942:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1943-      ac_cache_corrupted=: ;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1951-	# differences in whitespace do not lead to failure.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1952:	ac_old_val_w=`echo x $ac_old_val`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1953:	ac_new_val_w=`echo x $ac_new_val`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1954-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1971-    case $ac_new_val in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:1972:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-1973-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2374-$as_echo_n "checking whether the C compiler works... " >&6; }
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:2375:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2376-
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2418-	then :; else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:2419:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2420-	fi
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2478-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:2479:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2480-	  break;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2587-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:2588:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2589-       break;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2818-# Expand $ac_aux_dir to an absolute path.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:2819:am_aux_dir=`cd "$ac_aux_dir" && pwd`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-2820-
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3161-  # Check for GNU $ac_path_SED
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3162:case `"$ac_path_SED" --version 2>&1` in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3163-*GNU*)
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3222-test "x$ac_build_alias" = x &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3223:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3224-test "x$ac_build_alias" = x &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3225-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3226:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3227-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3246-IFS=$ac_save_IFS
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3247:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3248-
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3257-else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3258:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3259-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3279-IFS=$ac_save_IFS
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3280:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3281-
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3401-     echo "timestamp, slept: $am_has_slept" > conftest.file
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3402:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3403-     if test "$*" = "X"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3404-	# -L didn't work.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3405:	set X `ls -t "$srcdir/configure" conftest.file`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3406-     fi
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3452-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3453:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3454-
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3594-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3595:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3596-	     'mkdir (GNU coreutils) '* | \
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3667-set x ${MAKE-make}
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3668:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3669-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3677-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3678:case `${MAKE-make} -f conftest.make 2>/dev/null` in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3679-  *@@@%%%=?*=@@@%%%*)
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3806-
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3807:if test "`cd $srcdir && pwd`" != "`pwd`"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3808-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3907-  if test "$am_compiler_list" = ""; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:3908:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-3909-  fi
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4035-  if test "$am_compiler_list" = ""; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4036:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4037-  fi
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4502-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4503:  pkg_cv_QT_QMAKE=`$PKG_CONFIG --variable="host_bins" "Qt5Core >= 5.9.0" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4504-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4559-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4560:  pkg_cv_Qt5Svg_CFLAGS=`$PKG_CONFIG --cflags "Qt5Svg >= 5.5.1" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4561-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4576-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4577:  pkg_cv_Qt5Svg_LIBS=`$PKG_CONFIG --libs "Qt5Svg >= 5.5.1" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4578-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4597-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4598:	        Qt5Svg_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5Svg >= 5.5.1" 2>&1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4599-        else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4600:	        Qt5Svg_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5Svg >= 5.5.1" 2>&1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4601-        fi
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4723-fi
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4724:  _AX_BOOST_BASE_TONUMERICVERSION_req_shorten=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\.[0-9]*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4725:  _AX_BOOST_BASE_TONUMERICVERSION_req_major=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4726-  if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_major" = "x"; then :
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4728-fi
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4729:  _AX_BOOST_BASE_TONUMERICVERSION_req_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.\([0-9]*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4730-  if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_minor" = "x"; then :
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4732-fi
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4733:  _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4734-  if test "X$_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor" = "X"; then :
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4736-fi
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4737:  _AX_BOOST_BASE_TONUMERICVERSION_RET=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req_major \* 100000 \+  $_AX_BOOST_BASE_TONUMERICVERSION_req_minor \* 100 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4738-  WANT_BOOST_VERSION=$_AX_BOOST_BASE_TONUMERICVERSION_RET
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4877-            if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4878:                for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4879:                    _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4880:                    V_CHECK=`expr $_version_tmp \> $_version`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4881-                    if test "x$V_CHECK" = "x1" ; then
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4883-                    fi
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4884:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4885-                    BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4902-                    if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path" ; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4903:                        for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4904:                            _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4905:                            V_CHECK=`expr $_version_tmp \> $_version`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4906-                            if test "x$V_CHECK" = "x1" ; then
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4913-
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4914:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4915-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4928-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4929:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4930:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4931:                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:4932:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-4933-                    if test "x$V_CHECK" = "x1" && test -z "$_AX_BOOST_BASE_boost_lib_path" ; then
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5119-
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5120:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5121-
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5123-            if test "x$ax_boost_user_system_lib" = "x"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5124:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5125-                     ax_lib=${libextension}
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5126:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5127-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5171-                if test "x$link_system" != "xyes"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5172:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5173-                     ax_lib=${libextension}
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5174:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5175-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5222-               for ax_lib in $ax_boost_user_system_lib boost_system-$ax_boost_user_system_lib; do
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5223:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5224-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5299-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5300:  pkg_cv_libtorrent_CFLAGS=`$PKG_CONFIG --cflags "libtorrent-rasterbar >= 1.1.10" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5301-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5316-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5317:  pkg_cv_libtorrent_LIBS=`$PKG_CONFIG --libs "libtorrent-rasterbar >= 1.1.10" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5318-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5337-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5338:	        libtorrent_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libtorrent-rasterbar >= 1.1.10" 2>&1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5339-        else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5340:	        libtorrent_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libtorrent-rasterbar >= 1.1.10" 2>&1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5341-        fi
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5392-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5393:  pkg_cv_openssl_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 1.0" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5394-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5409-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5410:  pkg_cv_openssl_LIBS=`$PKG_CONFIG --libs "openssl >= 1.0" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5411-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5430-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5431:	        openssl_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 1.0" 2>&1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5432-        else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5433:	        openssl_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 1.0" 2>&1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5434-        fi
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5485-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5486:  pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.5.2" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5487-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5502-  test $ac_status = 0; }; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5503:  pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.5.2" 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5504-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5523-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5524:	        zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.5.2" 2>&1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5525-        else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5526:	        zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.5.2" 2>&1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5527-        fi
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5900-'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5901:DEFS=`sed -n "$ac_script" confdefs.h`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5902-
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5909-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:5910:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-5911-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6004-if test -z "$BASH_VERSION$ZSH_VERSION" \
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6005:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6006-  as_echo='print -r --'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6007-  as_echo_n='print -rn --'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6008:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6009-  as_echo='printf %s\n'
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6011-else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6012:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6013-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6021-	expr "X$arg" : "X\\(.*\\)$as_nl";
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6022:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6023-      esac;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6098-# ----------------------------------------
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6099:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6100-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6170-  {
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6171:    as_val=`expr "$@" || test $? -eq 1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6172-  }
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6274-      case $as_dir in #(
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6275:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6276-      *) as_qdir=$as_dir;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6401-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6402:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6403-ac_cs_version="\\
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6426-  --*=?*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6427:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6428:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6429-    ac_shift=:
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6431-  --*=)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6432:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6433-    ac_optarg=
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6455-    case $ac_optarg in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6456:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6457-    '') as_fn_error $? "missing file argument" ;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6578-fi
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6579:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6580-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6595-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6596:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6597-ac_delim='%!_!# '
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6601-
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6602:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6603-  if test $ac_delim_n = $ac_delim_num; then
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6763-      esac
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6764:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6765-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6822-*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6823:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6824-  # A ".." for each directory in $ac_dir_suffix.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6825:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6826-  case $ac_top_builddir_sub in
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6883-/@mandir@/p'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6884:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6885-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6900-
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6901:# Neutralize VPATH when `$srcdir' = `.'.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6902-# Shell code in configure.ac might set extrasub.
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6928-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6929:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6930-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6972-    # Strip MF so we end up with the name of the file.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:6973:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-6974-    # Check whether this is an Automake generated Makefile which includes
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7212-'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7213:DEFS=`sed -n "$ac_script" confdefs.h`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7214-
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7221-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7222:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7223-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7320-if test -z "$BASH_VERSION$ZSH_VERSION" \
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7321:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7322-  as_echo='print -r --'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7323-  as_echo_n='print -rn --'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7324:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7325-  as_echo='printf %s\n'
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7327-else
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7328:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7329-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7337-	expr "X$arg" : "X\\(.*\\)$as_nl";
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7338:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7339-      esac;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7414-# ----------------------------------------
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7415:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7416-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7486-  {
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7487:    as_val=`expr "$@" || test $? -eq 1`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7488-  }
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7590-      case $as_dir in #(
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7591:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7592-      *) as_qdir=$as_dir;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7717-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7718:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7719-ac_cs_version="\\
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7742-  --*=?*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7743:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7744:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7745-    ac_shift=:
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7747-  --*=)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7748:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7749-    ac_optarg=
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7771-    case $ac_optarg in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7772:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7773-    '') as_fn_error $? "missing file argument" ;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7895-fi
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7896:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7897-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7912-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7913:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7914-ac_delim='%!_!# '
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7918-
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:7919:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-7920-  if test $ac_delim_n = $ac_delim_num; then
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8080-      esac
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:8081:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8082-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8139-*)
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:8140:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8141-  # A ".." for each directory in $ac_dir_suffix.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:8142:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8143-  case $ac_top_builddir_sub in
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8200-/@mandir@/p'
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:8201:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8202-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8217-
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:8218:# Neutralize VPATH when `$srcdir' = `.'.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8219-# Shell code in configure.ac might set extrasub.
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8245-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:8246:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8247-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8289-    # Strip MF so we end up with the name of the file.
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure:8290:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
qbittorrent-4.2.5/.pc/kfreebsd-detection.patch/configure-8291-    # Check whether this is an Automake generated Makefile which includes
##############################################
qbittorrent-4.2.5/unixconf.pri-3-exists($$OUT_PWD/../conf.pri) {
qbittorrent-4.2.5/unixconf.pri:4:    include($$OUT_PWD/../conf.pri)
qbittorrent-4.2.5/unixconf.pri-5-}
##############################################
qbittorrent-4.2.5/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
qbittorrent-4.2.5/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/configure-47-  as_echo='print -r --'
qbittorrent-4.2.5/configure-48-  as_echo_n='print -rn --'
qbittorrent-4.2.5/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/configure-50-  as_echo='printf %s\n'
##############################################
qbittorrent-4.2.5/configure-52-else
qbittorrent-4.2.5/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
qbittorrent-4.2.5/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
qbittorrent-4.2.5/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
qbittorrent-4.2.5/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
qbittorrent-4.2.5/configure-64-      esac;
##############################################
qbittorrent-4.2.5/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
qbittorrent-4.2.5/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
qbittorrent-4.2.5/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
qbittorrent-4.2.5/configure-327-      case $as_dir in #(
qbittorrent-4.2.5/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
qbittorrent-4.2.5/configure-329-      *) as_qdir=$as_dir;;
##############################################
qbittorrent-4.2.5/configure-400-  {
qbittorrent-4.2.5/configure:401:    as_val=`expr "$@" || test $? -eq 1`
qbittorrent-4.2.5/configure-402-  }
##############################################
qbittorrent-4.2.5/configure-407-# ----------------------------------------
qbittorrent-4.2.5/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
qbittorrent-4.2.5/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
qbittorrent-4.2.5/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
qbittorrent-4.2.5/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
qbittorrent-4.2.5/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
qbittorrent-4.2.5/configure-817-  case $ac_option in
qbittorrent-4.2.5/configure:818:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
qbittorrent-4.2.5/configure-819-  *=)   ac_optarg= ;;
##############################################
qbittorrent-4.2.5/configure-861-  -disable-* | --disable-*)
qbittorrent-4.2.5/configure:862:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
qbittorrent-4.2.5/configure-863-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/configure-866-    ac_useropt_orig=$ac_useropt
qbittorrent-4.2.5/configure:867:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qbittorrent-4.2.5/configure-868-    case $ac_user_opts in
##############################################
qbittorrent-4.2.5/configure-887-  -enable-* | --enable-*)
qbittorrent-4.2.5/configure:888:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
qbittorrent-4.2.5/configure-889-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/configure-892-    ac_useropt_orig=$ac_useropt
qbittorrent-4.2.5/configure:893:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qbittorrent-4.2.5/configure-894-    case $ac_user_opts in
##############################################
qbittorrent-4.2.5/configure-1100-  -with-* | --with-*)
qbittorrent-4.2.5/configure:1101:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
qbittorrent-4.2.5/configure-1102-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/configure-1105-    ac_useropt_orig=$ac_useropt
qbittorrent-4.2.5/configure:1106:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qbittorrent-4.2.5/configure-1107-    case $ac_user_opts in
##############################################
qbittorrent-4.2.5/configure-1116-  -without-* | --without-*)
qbittorrent-4.2.5/configure:1117:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
qbittorrent-4.2.5/configure-1118-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/configure-1121-    ac_useropt_orig=$ac_useropt
qbittorrent-4.2.5/configure:1122:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
qbittorrent-4.2.5/configure-1123-    case $ac_user_opts in
##############################################
qbittorrent-4.2.5/configure-1154-  *=*)
qbittorrent-4.2.5/configure:1155:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
qbittorrent-4.2.5/configure-1156-    # Reject names that are not valid shell variable names.
##############################################
qbittorrent-4.2.5/configure-1175-if test -n "$ac_prev"; then
qbittorrent-4.2.5/configure:1176:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
qbittorrent-4.2.5/configure-1177-  as_fn_error $? "missing argument to $ac_option"
##############################################
qbittorrent-4.2.5/configure-1197-    */ )
qbittorrent-4.2.5/configure:1198:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
qbittorrent-4.2.5/configure-1199-      eval $ac_var=\$ac_val;;
##############################################
qbittorrent-4.2.5/configure-1232-ac_ls_di=`ls -di .` &&
qbittorrent-4.2.5/configure:1233:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
qbittorrent-4.2.5/configure-1234-  as_fn_error $? "working directory cannot be determined"
##############################################
qbittorrent-4.2.5/configure-1288-case $srcdir in
qbittorrent-4.2.5/configure:1289:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
qbittorrent-4.2.5/configure-1290-esac
##############################################
qbittorrent-4.2.5/configure-1331-By default, \`make install' will install all the files in
qbittorrent-4.2.5/configure:1332:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
qbittorrent-4.2.5/configure:1333:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
qbittorrent-4.2.5/configure-1334-for instance \`--prefix=\$HOME'.
##############################################
qbittorrent-4.2.5/configure-1464-*)
qbittorrent-4.2.5/configure:1465:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
qbittorrent-4.2.5/configure-1466-  # A ".." for each directory in $ac_dir_suffix.
qbittorrent-4.2.5/configure:1467:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
qbittorrent-4.2.5/configure-1468-  case $ac_top_builddir_sub in
##############################################
qbittorrent-4.2.5/configure-1722-    *\'*)
qbittorrent-4.2.5/configure:1723:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
qbittorrent-4.2.5/configure-1724-    esac
##############################################
qbittorrent-4.2.5/configure-1805-      case $ac_val in
qbittorrent-4.2.5/configure:1806:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
qbittorrent-4.2.5/configure-1807-      esac
##############################################
qbittorrent-4.2.5/configure-1820-	case $ac_val in
qbittorrent-4.2.5/configure:1821:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
qbittorrent-4.2.5/configure-1822-	esac
##############################################
qbittorrent-4.2.5/configure-1940-    set,)
qbittorrent-4.2.5/configure:1941:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
qbittorrent-4.2.5/configure:1942:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
qbittorrent-4.2.5/configure-1943-      ac_cache_corrupted=: ;;
##############################################
qbittorrent-4.2.5/configure-1951-	# differences in whitespace do not lead to failure.
qbittorrent-4.2.5/configure:1952:	ac_old_val_w=`echo x $ac_old_val`
qbittorrent-4.2.5/configure:1953:	ac_new_val_w=`echo x $ac_new_val`
qbittorrent-4.2.5/configure-1954-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
qbittorrent-4.2.5/configure-1971-    case $ac_new_val in
qbittorrent-4.2.5/configure:1972:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
qbittorrent-4.2.5/configure-1973-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
qbittorrent-4.2.5/configure-2374-$as_echo_n "checking whether the C compiler works... " >&6; }
qbittorrent-4.2.5/configure:2375:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
qbittorrent-4.2.5/configure-2376-
##############################################
qbittorrent-4.2.5/configure-2418-	then :; else
qbittorrent-4.2.5/configure:2419:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
qbittorrent-4.2.5/configure-2420-	fi
##############################################
qbittorrent-4.2.5/configure-2478-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
qbittorrent-4.2.5/configure:2479:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
qbittorrent-4.2.5/configure-2480-	  break;;
##############################################
qbittorrent-4.2.5/configure-2587-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
qbittorrent-4.2.5/configure:2588:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
qbittorrent-4.2.5/configure-2589-       break;;
##############################################
qbittorrent-4.2.5/configure-2818-# Expand $ac_aux_dir to an absolute path.
qbittorrent-4.2.5/configure:2819:am_aux_dir=`cd "$ac_aux_dir" && pwd`
qbittorrent-4.2.5/configure-2820-
##############################################
qbittorrent-4.2.5/configure-3161-  # Check for GNU $ac_path_SED
qbittorrent-4.2.5/configure:3162:case `"$ac_path_SED" --version 2>&1` in
qbittorrent-4.2.5/configure-3163-*GNU*)
##############################################
qbittorrent-4.2.5/configure-3222-test "x$ac_build_alias" = x &&
qbittorrent-4.2.5/configure:3223:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
qbittorrent-4.2.5/configure-3224-test "x$ac_build_alias" = x &&
qbittorrent-4.2.5/configure-3225-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
qbittorrent-4.2.5/configure:3226:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
qbittorrent-4.2.5/configure-3227-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
qbittorrent-4.2.5/configure-3246-IFS=$ac_save_IFS
qbittorrent-4.2.5/configure:3247:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
qbittorrent-4.2.5/configure-3248-
##############################################
qbittorrent-4.2.5/configure-3257-else
qbittorrent-4.2.5/configure:3258:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
qbittorrent-4.2.5/configure-3259-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
qbittorrent-4.2.5/configure-3279-IFS=$ac_save_IFS
qbittorrent-4.2.5/configure:3280:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
qbittorrent-4.2.5/configure-3281-
##############################################
qbittorrent-4.2.5/configure-3401-     echo "timestamp, slept: $am_has_slept" > conftest.file
qbittorrent-4.2.5/configure:3402:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
qbittorrent-4.2.5/configure-3403-     if test "$*" = "X"; then
qbittorrent-4.2.5/configure-3404-	# -L didn't work.
qbittorrent-4.2.5/configure:3405:	set X `ls -t "$srcdir/configure" conftest.file`
qbittorrent-4.2.5/configure-3406-     fi
##############################################
qbittorrent-4.2.5/configure-3452-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
qbittorrent-4.2.5/configure:3453:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
qbittorrent-4.2.5/configure-3454-
##############################################
qbittorrent-4.2.5/configure-3594-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
qbittorrent-4.2.5/configure:3595:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
qbittorrent-4.2.5/configure-3596-	     'mkdir (GNU coreutils) '* | \
##############################################
qbittorrent-4.2.5/configure-3667-set x ${MAKE-make}
qbittorrent-4.2.5/configure:3668:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
qbittorrent-4.2.5/configure-3669-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
qbittorrent-4.2.5/configure-3677-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
qbittorrent-4.2.5/configure:3678:case `${MAKE-make} -f conftest.make 2>/dev/null` in
qbittorrent-4.2.5/configure-3679-  *@@@%%%=?*=@@@%%%*)
##############################################
qbittorrent-4.2.5/configure-3806-
qbittorrent-4.2.5/configure:3807:if test "`cd $srcdir && pwd`" != "`pwd`"; then
qbittorrent-4.2.5/configure-3808-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
qbittorrent-4.2.5/configure-3907-  if test "$am_compiler_list" = ""; then
qbittorrent-4.2.5/configure:3908:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
qbittorrent-4.2.5/configure-3909-  fi
##############################################
qbittorrent-4.2.5/configure-4035-  if test "$am_compiler_list" = ""; then
qbittorrent-4.2.5/configure:4036:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
qbittorrent-4.2.5/configure-4037-  fi
##############################################
qbittorrent-4.2.5/configure-4502-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:4503:  pkg_cv_QT_QMAKE=`$PKG_CONFIG --variable="host_bins" "Qt5Core >= 5.9.0" 2>/dev/null`
qbittorrent-4.2.5/configure-4504-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-4559-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:4560:  pkg_cv_Qt5Svg_CFLAGS=`$PKG_CONFIG --cflags "Qt5Svg >= 5.5.1" 2>/dev/null`
qbittorrent-4.2.5/configure-4561-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-4576-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:4577:  pkg_cv_Qt5Svg_LIBS=`$PKG_CONFIG --libs "Qt5Svg >= 5.5.1" 2>/dev/null`
qbittorrent-4.2.5/configure-4578-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-4597-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/configure:4598:	        Qt5Svg_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "Qt5Svg >= 5.5.1" 2>&1`
qbittorrent-4.2.5/configure-4599-        else
qbittorrent-4.2.5/configure:4600:	        Qt5Svg_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "Qt5Svg >= 5.5.1" 2>&1`
qbittorrent-4.2.5/configure-4601-        fi
##############################################
qbittorrent-4.2.5/configure-4723-fi
qbittorrent-4.2.5/configure:4724:  _AX_BOOST_BASE_TONUMERICVERSION_req_shorten=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\.[0-9]*\)'`
qbittorrent-4.2.5/configure:4725:  _AX_BOOST_BASE_TONUMERICVERSION_req_major=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '\([0-9]*\)'`
qbittorrent-4.2.5/configure-4726-  if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_major" = "x"; then :
##############################################
qbittorrent-4.2.5/configure-4728-fi
qbittorrent-4.2.5/configure:4729:  _AX_BOOST_BASE_TONUMERICVERSION_req_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.\([0-9]*\)'`
qbittorrent-4.2.5/configure-4730-  if test "x$_AX_BOOST_BASE_TONUMERICVERSION_req_minor" = "x"; then :
##############################################
qbittorrent-4.2.5/configure-4732-fi
qbittorrent-4.2.5/configure:4733:  _AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req : '[0-9]*\.[0-9]*\.\([0-9]*\)'`
qbittorrent-4.2.5/configure-4734-  if test "X$_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor" = "X"; then :
##############################################
qbittorrent-4.2.5/configure-4736-fi
qbittorrent-4.2.5/configure:4737:  _AX_BOOST_BASE_TONUMERICVERSION_RET=`expr $_AX_BOOST_BASE_TONUMERICVERSION_req_major \* 100000 \+  $_AX_BOOST_BASE_TONUMERICVERSION_req_minor \* 100 \+ $_AX_BOOST_BASE_TONUMERICVERSION_req_sub_minor`
qbittorrent-4.2.5/configure-4738-  WANT_BOOST_VERSION=$_AX_BOOST_BASE_TONUMERICVERSION_RET
##############################################
qbittorrent-4.2.5/configure-4877-            if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path"; then
qbittorrent-4.2.5/configure:4878:                for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
qbittorrent-4.2.5/configure:4879:                    _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
qbittorrent-4.2.5/configure:4880:                    V_CHECK=`expr $_version_tmp \> $_version`
qbittorrent-4.2.5/configure-4881-                    if test "x$V_CHECK" = "x1" ; then
##############################################
qbittorrent-4.2.5/configure-4883-                    fi
qbittorrent-4.2.5/configure:4884:                    VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
qbittorrent-4.2.5/configure-4885-                    BOOST_CPPFLAGS="-I$_AX_BOOST_BASE_boost_path/include/boost-$VERSION_UNDERSCORE"
##############################################
qbittorrent-4.2.5/configure-4902-                    if test -d "$_AX_BOOST_BASE_boost_path" && test -r "$_AX_BOOST_BASE_boost_path" ; then
qbittorrent-4.2.5/configure:4903:                        for i in `ls -d $_AX_BOOST_BASE_boost_path/include/boost-* 2>/dev/null`; do
qbittorrent-4.2.5/configure:4904:                            _version_tmp=`echo $i | sed "s#$_AX_BOOST_BASE_boost_path##" | sed 's/\/include\/boost-//' | sed 's/_/./'`
qbittorrent-4.2.5/configure:4905:                            V_CHECK=`expr $_version_tmp \> $_version`
qbittorrent-4.2.5/configure-4906-                            if test "x$V_CHECK" = "x1" ; then
##############################################
qbittorrent-4.2.5/configure-4913-
qbittorrent-4.2.5/configure:4914:                VERSION_UNDERSCORE=`echo $_version | sed 's/\./_/'`
qbittorrent-4.2.5/configure-4915-                BOOST_CPPFLAGS="-I$best_path/include/boost-$VERSION_UNDERSCORE"
##############################################
qbittorrent-4.2.5/configure-4928-                if test -d "$BOOST_ROOT" && test -r "$BOOST_ROOT" && test -d "$BOOST_ROOT/stage/$libsubdir" && test -r "$BOOST_ROOT/stage/$libsubdir"; then
qbittorrent-4.2.5/configure:4929:                    version_dir=`expr //$BOOST_ROOT : '.*/\(.*\)'`
qbittorrent-4.2.5/configure:4930:                    stage_version=`echo $version_dir | sed 's/boost_//' | sed 's/_/./g'`
qbittorrent-4.2.5/configure:4931:                        stage_version_shorten=`expr $stage_version : '\([0-9]*\.[0-9]*\)'`
qbittorrent-4.2.5/configure:4932:                    V_CHECK=`expr $stage_version_shorten \>\= $_version`
qbittorrent-4.2.5/configure-4933-                    if test "x$V_CHECK" = "x1" && test -z "$_AX_BOOST_BASE_boost_lib_path" ; then
##############################################
qbittorrent-4.2.5/configure-5119-
qbittorrent-4.2.5/configure:5120:            BOOSTLIBDIR=`echo $BOOST_LDFLAGS | sed -e 's/[^\/]*//'`
qbittorrent-4.2.5/configure-5121-
##############################################
qbittorrent-4.2.5/configure-5123-            if test "x$ax_boost_user_system_lib" = "x"; then
qbittorrent-4.2.5/configure:5124:                for libextension in `ls -r $BOOSTLIBDIR/libboost_system* 2>/dev/null | sed 's,.*/lib,,' | sed 's,\..*,,'` ; do
qbittorrent-4.2.5/configure-5125-                     ax_lib=${libextension}
qbittorrent-4.2.5/configure:5126:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
qbittorrent-4.2.5/configure-5127-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
qbittorrent-4.2.5/configure-5171-                if test "x$link_system" != "xyes"; then
qbittorrent-4.2.5/configure:5172:                for libextension in `ls -r $BOOSTLIBDIR/boost_system* 2>/dev/null | sed 's,.*/,,' | sed -e 's,\..*,,'` ; do
qbittorrent-4.2.5/configure-5173-                     ax_lib=${libextension}
qbittorrent-4.2.5/configure:5174:				    as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
qbittorrent-4.2.5/configure-5175-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
qbittorrent-4.2.5/configure-5222-               for ax_lib in $ax_boost_user_system_lib boost_system-$ax_boost_user_system_lib; do
qbittorrent-4.2.5/configure:5223:				      as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_exit" | $as_tr_sh`
qbittorrent-4.2.5/configure-5224-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for exit in -l$ax_lib" >&5
##############################################
qbittorrent-4.2.5/configure-5299-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:5300:  pkg_cv_libtorrent_CFLAGS=`$PKG_CONFIG --cflags "libtorrent-rasterbar >= 1.1.10" 2>/dev/null`
qbittorrent-4.2.5/configure-5301-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-5316-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:5317:  pkg_cv_libtorrent_LIBS=`$PKG_CONFIG --libs "libtorrent-rasterbar >= 1.1.10" 2>/dev/null`
qbittorrent-4.2.5/configure-5318-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-5337-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/configure:5338:	        libtorrent_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libtorrent-rasterbar >= 1.1.10" 2>&1`
qbittorrent-4.2.5/configure-5339-        else
qbittorrent-4.2.5/configure:5340:	        libtorrent_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libtorrent-rasterbar >= 1.1.10" 2>&1`
qbittorrent-4.2.5/configure-5341-        fi
##############################################
qbittorrent-4.2.5/configure-5392-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:5393:  pkg_cv_openssl_CFLAGS=`$PKG_CONFIG --cflags "openssl >= 1.0" 2>/dev/null`
qbittorrent-4.2.5/configure-5394-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-5409-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:5410:  pkg_cv_openssl_LIBS=`$PKG_CONFIG --libs "openssl >= 1.0" 2>/dev/null`
qbittorrent-4.2.5/configure-5411-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-5430-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/configure:5431:	        openssl_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "openssl >= 1.0" 2>&1`
qbittorrent-4.2.5/configure-5432-        else
qbittorrent-4.2.5/configure:5433:	        openssl_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "openssl >= 1.0" 2>&1`
qbittorrent-4.2.5/configure-5434-        fi
##############################################
qbittorrent-4.2.5/configure-5485-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:5486:  pkg_cv_zlib_CFLAGS=`$PKG_CONFIG --cflags "zlib >= 1.2.5.2" 2>/dev/null`
qbittorrent-4.2.5/configure-5487-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-5502-  test $ac_status = 0; }; then
qbittorrent-4.2.5/configure:5503:  pkg_cv_zlib_LIBS=`$PKG_CONFIG --libs "zlib >= 1.2.5.2" 2>/dev/null`
qbittorrent-4.2.5/configure-5504-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
qbittorrent-4.2.5/configure-5523-        if test $_pkg_short_errors_supported = yes; then
qbittorrent-4.2.5/configure:5524:	        zlib_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "zlib >= 1.2.5.2" 2>&1`
qbittorrent-4.2.5/configure-5525-        else
qbittorrent-4.2.5/configure:5526:	        zlib_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "zlib >= 1.2.5.2" 2>&1`
qbittorrent-4.2.5/configure-5527-        fi
##############################################
qbittorrent-4.2.5/configure-5900-'
qbittorrent-4.2.5/configure:5901:DEFS=`sed -n "$ac_script" confdefs.h`
qbittorrent-4.2.5/configure-5902-
##############################################
qbittorrent-4.2.5/configure-5909-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
qbittorrent-4.2.5/configure:5910:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
qbittorrent-4.2.5/configure-5911-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
qbittorrent-4.2.5/configure-6004-if test -z "$BASH_VERSION$ZSH_VERSION" \
qbittorrent-4.2.5/configure:6005:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/configure-6006-  as_echo='print -r --'
qbittorrent-4.2.5/configure-6007-  as_echo_n='print -rn --'
qbittorrent-4.2.5/configure:6008:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/configure-6009-  as_echo='printf %s\n'
##############################################
qbittorrent-4.2.5/configure-6011-else
qbittorrent-4.2.5/configure:6012:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
qbittorrent-4.2.5/configure-6013-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
qbittorrent-4.2.5/configure-6021-	expr "X$arg" : "X\\(.*\\)$as_nl";
qbittorrent-4.2.5/configure:6022:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
qbittorrent-4.2.5/configure-6023-      esac;
##############################################
qbittorrent-4.2.5/configure-6098-# ----------------------------------------
qbittorrent-4.2.5/configure:6099:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
qbittorrent-4.2.5/configure-6100-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
qbittorrent-4.2.5/configure-6170-  {
qbittorrent-4.2.5/configure:6171:    as_val=`expr "$@" || test $? -eq 1`
qbittorrent-4.2.5/configure-6172-  }
##############################################
qbittorrent-4.2.5/configure-6274-      case $as_dir in #(
qbittorrent-4.2.5/configure:6275:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
qbittorrent-4.2.5/configure-6276-      *) as_qdir=$as_dir;;
##############################################
qbittorrent-4.2.5/configure-6401-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
qbittorrent-4.2.5/configure:6402:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
qbittorrent-4.2.5/configure-6403-ac_cs_version="\\
##############################################
qbittorrent-4.2.5/configure-6426-  --*=?*)
qbittorrent-4.2.5/configure:6427:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qbittorrent-4.2.5/configure:6428:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
qbittorrent-4.2.5/configure-6429-    ac_shift=:
##############################################
qbittorrent-4.2.5/configure-6431-  --*=)
qbittorrent-4.2.5/configure:6432:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qbittorrent-4.2.5/configure-6433-    ac_optarg=
##############################################
qbittorrent-4.2.5/configure-6455-    case $ac_optarg in
qbittorrent-4.2.5/configure:6456:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
qbittorrent-4.2.5/configure-6457-    '') as_fn_error $? "missing file argument" ;;
##############################################
qbittorrent-4.2.5/configure-6578-fi
qbittorrent-4.2.5/configure:6579:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
qbittorrent-4.2.5/configure-6580-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
qbittorrent-4.2.5/configure-6595-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
qbittorrent-4.2.5/configure:6596:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
qbittorrent-4.2.5/configure-6597-ac_delim='%!_!# '
##############################################
qbittorrent-4.2.5/configure-6601-
qbittorrent-4.2.5/configure:6602:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
qbittorrent-4.2.5/configure-6603-  if test $ac_delim_n = $ac_delim_num; then
##############################################
qbittorrent-4.2.5/configure-6763-      esac
qbittorrent-4.2.5/configure:6764:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
qbittorrent-4.2.5/configure-6765-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
qbittorrent-4.2.5/configure-6822-*)
qbittorrent-4.2.5/configure:6823:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
qbittorrent-4.2.5/configure-6824-  # A ".." for each directory in $ac_dir_suffix.
qbittorrent-4.2.5/configure:6825:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
qbittorrent-4.2.5/configure-6826-  case $ac_top_builddir_sub in
##############################################
qbittorrent-4.2.5/configure-6883-/@mandir@/p'
qbittorrent-4.2.5/configure:6884:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
qbittorrent-4.2.5/configure-6885-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
qbittorrent-4.2.5/configure-6900-
qbittorrent-4.2.5/configure:6901:# Neutralize VPATH when `$srcdir' = `.'.
qbittorrent-4.2.5/configure-6902-# Shell code in configure.ac might set extrasub.
##############################################
qbittorrent-4.2.5/configure-6928-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
qbittorrent-4.2.5/configure:6929:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
qbittorrent-4.2.5/configure-6930-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
qbittorrent-4.2.5/configure-6972-    # Strip MF so we end up with the name of the file.
qbittorrent-4.2.5/configure:6973:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
qbittorrent-4.2.5/configure-6974-    # Check whether this is an Automake generated Makefile which includes
##############################################
qbittorrent-4.2.5/configure-7212-'
qbittorrent-4.2.5/configure:7213:DEFS=`sed -n "$ac_script" confdefs.h`
qbittorrent-4.2.5/configure-7214-
##############################################
qbittorrent-4.2.5/configure-7221-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
qbittorrent-4.2.5/configure:7222:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
qbittorrent-4.2.5/configure-7223-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
qbittorrent-4.2.5/configure-7320-if test -z "$BASH_VERSION$ZSH_VERSION" \
qbittorrent-4.2.5/configure:7321:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/configure-7322-  as_echo='print -r --'
qbittorrent-4.2.5/configure-7323-  as_echo_n='print -rn --'
qbittorrent-4.2.5/configure:7324:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
qbittorrent-4.2.5/configure-7325-  as_echo='printf %s\n'
##############################################
qbittorrent-4.2.5/configure-7327-else
qbittorrent-4.2.5/configure:7328:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
qbittorrent-4.2.5/configure-7329-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
qbittorrent-4.2.5/configure-7337-	expr "X$arg" : "X\\(.*\\)$as_nl";
qbittorrent-4.2.5/configure:7338:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
qbittorrent-4.2.5/configure-7339-      esac;
##############################################
qbittorrent-4.2.5/configure-7414-# ----------------------------------------
qbittorrent-4.2.5/configure:7415:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
qbittorrent-4.2.5/configure-7416-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
qbittorrent-4.2.5/configure-7486-  {
qbittorrent-4.2.5/configure:7487:    as_val=`expr "$@" || test $? -eq 1`
qbittorrent-4.2.5/configure-7488-  }
##############################################
qbittorrent-4.2.5/configure-7590-      case $as_dir in #(
qbittorrent-4.2.5/configure:7591:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
qbittorrent-4.2.5/configure-7592-      *) as_qdir=$as_dir;;
##############################################
qbittorrent-4.2.5/configure-7717-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
qbittorrent-4.2.5/configure:7718:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
qbittorrent-4.2.5/configure-7719-ac_cs_version="\\
##############################################
qbittorrent-4.2.5/configure-7742-  --*=?*)
qbittorrent-4.2.5/configure:7743:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qbittorrent-4.2.5/configure:7744:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
qbittorrent-4.2.5/configure-7745-    ac_shift=:
##############################################
qbittorrent-4.2.5/configure-7747-  --*=)
qbittorrent-4.2.5/configure:7748:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
qbittorrent-4.2.5/configure-7749-    ac_optarg=
##############################################
qbittorrent-4.2.5/configure-7771-    case $ac_optarg in
qbittorrent-4.2.5/configure:7772:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
qbittorrent-4.2.5/configure-7773-    '') as_fn_error $? "missing file argument" ;;
##############################################
qbittorrent-4.2.5/configure-7895-fi
qbittorrent-4.2.5/configure:7896:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
qbittorrent-4.2.5/configure-7897-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
qbittorrent-4.2.5/configure-7912-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
qbittorrent-4.2.5/configure:7913:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
qbittorrent-4.2.5/configure-7914-ac_delim='%!_!# '
##############################################
qbittorrent-4.2.5/configure-7918-
qbittorrent-4.2.5/configure:7919:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
qbittorrent-4.2.5/configure-7920-  if test $ac_delim_n = $ac_delim_num; then
##############################################
qbittorrent-4.2.5/configure-8080-      esac
qbittorrent-4.2.5/configure:8081:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
qbittorrent-4.2.5/configure-8082-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
qbittorrent-4.2.5/configure-8139-*)
qbittorrent-4.2.5/configure:8140:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
qbittorrent-4.2.5/configure-8141-  # A ".." for each directory in $ac_dir_suffix.
qbittorrent-4.2.5/configure:8142:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
qbittorrent-4.2.5/configure-8143-  case $ac_top_builddir_sub in
##############################################
qbittorrent-4.2.5/configure-8200-/@mandir@/p'
qbittorrent-4.2.5/configure:8201:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
qbittorrent-4.2.5/configure-8202-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
qbittorrent-4.2.5/configure-8217-
qbittorrent-4.2.5/configure:8218:# Neutralize VPATH when `$srcdir' = `.'.
qbittorrent-4.2.5/configure-8219-# Shell code in configure.ac might set extrasub.
##############################################
qbittorrent-4.2.5/configure-8245-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
qbittorrent-4.2.5/configure:8246:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
qbittorrent-4.2.5/configure-8247-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
qbittorrent-4.2.5/configure-8289-    # Strip MF so we end up with the name of the file.
qbittorrent-4.2.5/configure:8290:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
qbittorrent-4.2.5/configure-8291-    # Check whether this is an Automake generated Makefile which includes