===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
havp-0.93/etc/init.d/havp-35-	echo "Reloading HAVP ..."
havp-0.93/etc/init.d/havp:36:	PID="`cat $PIDFILE`"
havp-0.93/etc/init.d/havp-37-	if [ "$PID" != "" ]; then
##############################################
havp-0.93/etc/init.d/havp-66-		fi
havp-0.93/etc/init.d/havp:67:		PID="`cat $PIDFILE`"
havp-0.93/etc/init.d/havp-68-		if [ "$PID" != "" ]; then
##############################################
havp-0.93/configure.in-107-	for cl in `clamav-config --cflags 2>/dev/null`; do
havp-0.93/configure.in:108:		if test "x`echo $cl | perl -ne 'print if (/^-I/)' 2>/dev/null`" != "x"
havp-0.93/configure.in-109-		then
##############################################
havp-0.93/configure.in-114-	for cl in `clamav-config --libs 2>/dev/null`; do
havp-0.93/configure.in:115:		if test "x`echo $cl | perl -ne 'print if (/(^-L|thread|c_r)/)' 2>/dev/null`" != "x"
havp-0.93/configure.in-116-		then
##############################################
havp-0.93/configure.in-153-test "$localstatedir" = '${prefix}/var' && localstatedir=/var || localstatedir=$localstatedir
havp-0.93/configure.in:154:sysconfdir=`eval echo $sysconfdir | $PERL -pe 's#/havp/?$##'`
havp-0.93/configure.in:155:localstatedir=`eval echo $localstatedir`
havp-0.93/configure.in-156-AC_DEFINE_UNQUOTED(CONFIGFILE, "$sysconfdir/havp/havp.config", [Location of the conig file])
##############################################
havp-0.93/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
havp-0.93/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
havp-0.93/configure-45-  as_echo='print -r --'
havp-0.93/configure-46-  as_echo_n='print -rn --'
havp-0.93/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
havp-0.93/configure-48-  as_echo='printf %s\n'
##############################################
havp-0.93/configure-50-else
havp-0.93/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
havp-0.93/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
havp-0.93/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
havp-0.93/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
havp-0.93/configure-62-      esac;
##############################################
havp-0.93/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
havp-0.93/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
havp-0.93/configure-199-  if (eval "$as_required") 2>/dev/null; then :
##############################################
havp-0.93/configure-323-      case $as_dir in #(
havp-0.93/configure:324:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
havp-0.93/configure-325-      *) as_qdir=$as_dir;;
##############################################
havp-0.93/configure-396-  {
havp-0.93/configure:397:    as_val=`expr "$@" || test $? -eq 1`
havp-0.93/configure-398-  }
##############################################
havp-0.93/configure-403-# ----------------------------------------
havp-0.93/configure:404:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
havp-0.93/configure-405-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
havp-0.93/configure-466-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
havp-0.93/configure:467:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
havp-0.93/configure-468-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
havp-0.93/configure-720-  case $ac_option in
havp-0.93/configure:721:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
havp-0.93/configure-722-  *=)   ac_optarg= ;;
##############################################
havp-0.93/configure-764-  -disable-* | --disable-*)
havp-0.93/configure:765:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
havp-0.93/configure-766-    # Reject names that are not valid shell variable names.
##############################################
havp-0.93/configure-769-    ac_useropt_orig=$ac_useropt
havp-0.93/configure:770:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
havp-0.93/configure-771-    case $ac_user_opts in
##############################################
havp-0.93/configure-790-  -enable-* | --enable-*)
havp-0.93/configure:791:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
havp-0.93/configure-792-    # Reject names that are not valid shell variable names.
##############################################
havp-0.93/configure-795-    ac_useropt_orig=$ac_useropt
havp-0.93/configure:796:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
havp-0.93/configure-797-    case $ac_user_opts in
##############################################
havp-0.93/configure-994-  -with-* | --with-*)
havp-0.93/configure:995:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
havp-0.93/configure-996-    # Reject names that are not valid shell variable names.
##############################################
havp-0.93/configure-999-    ac_useropt_orig=$ac_useropt
havp-0.93/configure:1000:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
havp-0.93/configure-1001-    case $ac_user_opts in
##############################################
havp-0.93/configure-1010-  -without-* | --without-*)
havp-0.93/configure:1011:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
havp-0.93/configure-1012-    # Reject names that are not valid shell variable names.
##############################################
havp-0.93/configure-1015-    ac_useropt_orig=$ac_useropt
havp-0.93/configure:1016:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
havp-0.93/configure-1017-    case $ac_user_opts in
##############################################
havp-0.93/configure-1048-  *=*)
havp-0.93/configure:1049:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
havp-0.93/configure-1050-    # Reject names that are not valid shell variable names.
##############################################
havp-0.93/configure-1069-if test -n "$ac_prev"; then
havp-0.93/configure:1070:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
havp-0.93/configure-1071-  as_fn_error $? "missing argument to $ac_option"
##############################################
havp-0.93/configure-1091-    */ )
havp-0.93/configure:1092:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
havp-0.93/configure-1093-      eval $ac_var=\$ac_val;;
##############################################
havp-0.93/configure-1126-ac_ls_di=`ls -di .` &&
havp-0.93/configure:1127:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
havp-0.93/configure-1128-  as_fn_error $? "working directory cannot be determined"
##############################################
havp-0.93/configure-1182-case $srcdir in
havp-0.93/configure:1183:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
havp-0.93/configure-1184-esac
##############################################
havp-0.93/configure-1225-By default, \`make install' will install all the files in
havp-0.93/configure:1226:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
havp-0.93/configure:1227:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
havp-0.93/configure-1228-for instance \`--prefix=\$HOME'.
##############################################
havp-0.93/configure-1301-*)
havp-0.93/configure:1302:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
havp-0.93/configure-1303-  # A ".." for each directory in $ac_dir_suffix.
havp-0.93/configure:1304:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
havp-0.93/configure-1305-  case $ac_top_builddir_sub in
##############################################
havp-0.93/configure-1626-    *\'*)
havp-0.93/configure:1627:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
havp-0.93/configure-1628-    esac
##############################################
havp-0.93/configure-1709-      case $ac_val in
havp-0.93/configure:1710:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
havp-0.93/configure-1711-      esac
##############################################
havp-0.93/configure-1724-	case $ac_val in
havp-0.93/configure:1725:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
havp-0.93/configure-1726-	esac
##############################################
havp-0.93/configure-1844-    set,)
havp-0.93/configure:1845:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
havp-0.93/configure:1846:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
havp-0.93/configure-1847-      ac_cache_corrupted=: ;;
##############################################
havp-0.93/configure-1855-	# differences in whitespace do not lead to failure.
havp-0.93/configure:1856:	ac_old_val_w=`echo x $ac_old_val`
havp-0.93/configure:1857:	ac_new_val_w=`echo x $ac_new_val`
havp-0.93/configure-1858-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
havp-0.93/configure-1875-    case $ac_new_val in
havp-0.93/configure:1876:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
havp-0.93/configure-1877-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
havp-0.93/configure-2059-$as_echo_n "checking whether the C++ compiler works... " >&6; }
havp-0.93/configure:2060:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
havp-0.93/configure-2061-
##############################################
havp-0.93/configure-2103-	then :; else
havp-0.93/configure:2104:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
havp-0.93/configure-2105-	fi
##############################################
havp-0.93/configure-2163-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
havp-0.93/configure:2164:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
havp-0.93/configure-2165-	  break;;
##############################################
havp-0.93/configure-2272-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
havp-0.93/configure:2273:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
havp-0.93/configure-2274-       break;;
##############################################
havp-0.93/configure-3270-do :
havp-0.93/configure:3271:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
havp-0.93/configure-3272-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
havp-0.93/configure-3274-  cat >>confdefs.h <<_ACEOF
havp-0.93/configure:3275:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
havp-0.93/configure-3276-_ACEOF
##############################################
havp-0.93/configure-3375-	for cl in `clamav-config --cflags 2>/dev/null`; do
havp-0.93/configure:3376:		if test "x`echo $cl | perl -ne 'print if (/^-I/)' 2>/dev/null`" != "x"
havp-0.93/configure-3377-		then
##############################################
havp-0.93/configure-3382-	for cl in `clamav-config --libs 2>/dev/null`; do
havp-0.93/configure:3383:		if test "x`echo $cl | perl -ne 'print if (/(^-L|thread|c_r)/)' 2>/dev/null`" != "x"
havp-0.93/configure-3384-		then
##############################################
havp-0.93/configure-3431-test "$localstatedir" = '${prefix}/var' && localstatedir=/var || localstatedir=$localstatedir
havp-0.93/configure:3432:sysconfdir=`eval echo $sysconfdir | $PERL -pe 's#/havp/?$##'`
havp-0.93/configure:3433:localstatedir=`eval echo $localstatedir`
havp-0.93/configure-3434-
##############################################
havp-0.93/configure-3577-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
havp-0.93/configure:3578:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
havp-0.93/configure-3579-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
havp-0.93/configure-3644-if test -z "$BASH_VERSION$ZSH_VERSION" \
havp-0.93/configure:3645:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
havp-0.93/configure-3646-  as_echo='print -r --'
havp-0.93/configure-3647-  as_echo_n='print -rn --'
havp-0.93/configure:3648:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
havp-0.93/configure-3649-  as_echo='printf %s\n'
##############################################
havp-0.93/configure-3651-else
havp-0.93/configure:3652:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
havp-0.93/configure-3653-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
havp-0.93/configure-3661-	expr "X$arg" : "X\\(.*\\)$as_nl";
havp-0.93/configure:3662:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
havp-0.93/configure-3663-      esac;
##############################################
havp-0.93/configure-3738-# ----------------------------------------
havp-0.93/configure:3739:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
havp-0.93/configure-3740-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
havp-0.93/configure-3810-  {
havp-0.93/configure:3811:    as_val=`expr "$@" || test $? -eq 1`
havp-0.93/configure-3812-  }
##############################################
havp-0.93/configure-3914-      case $as_dir in #(
havp-0.93/configure:3915:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
havp-0.93/configure-3916-      *) as_qdir=$as_dir;;
##############################################
havp-0.93/configure-4045-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
havp-0.93/configure:4046:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
havp-0.93/configure-4047-ac_cs_version="\\
##############################################
havp-0.93/configure-4067-  --*=?*)
havp-0.93/configure:4068:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
havp-0.93/configure:4069:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
havp-0.93/configure-4070-    ac_shift=:
##############################################
havp-0.93/configure-4072-  --*=)
havp-0.93/configure:4073:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
havp-0.93/configure-4074-    ac_optarg=
##############################################
havp-0.93/configure-4096-    case $ac_optarg in
havp-0.93/configure:4097:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
havp-0.93/configure-4098-    '') as_fn_error $? "missing file argument" ;;
##############################################
havp-0.93/configure-4104-    case $ac_optarg in
havp-0.93/configure:4105:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
havp-0.93/configure-4106-    esac
##############################################
havp-0.93/configure-4228-fi
havp-0.93/configure:4229:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
havp-0.93/configure-4230-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
havp-0.93/configure-4245-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
havp-0.93/configure:4246:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
havp-0.93/configure-4247-ac_delim='%!_!# '
##############################################
havp-0.93/configure-4251-
havp-0.93/configure:4252:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
havp-0.93/configure-4253-  if test $ac_delim_n = $ac_delim_num; then
##############################################
havp-0.93/configure-4389-for ac_last_try in false false :; do
havp-0.93/configure:4390:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
havp-0.93/configure-4391-  if test -z "$ac_tt"; then
##############################################
havp-0.93/configure-4521-      esac
havp-0.93/configure:4522:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
havp-0.93/configure-4523-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
havp-0.93/configure-4580-*)
havp-0.93/configure:4581:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
havp-0.93/configure-4582-  # A ".." for each directory in $ac_dir_suffix.
havp-0.93/configure:4583:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
havp-0.93/configure-4584-  case $ac_top_builddir_sub in
##############################################
havp-0.93/configure-4632-/@mandir@/p'
havp-0.93/configure:4633:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
havp-0.93/configure-4634-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
havp-0.93/configure-4649-
havp-0.93/configure:4650:# Neutralize VPATH when `$srcdir' = `.'.
havp-0.93/configure-4651-# Shell code in configure.ac might set extrasub.
##############################################
havp-0.93/configure-4675-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
havp-0.93/configure:4676:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
havp-0.93/configure-4677-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
havp-0.93/install-sh-210-      fi
havp-0.93/install-sh:211:      dst=$dst/`basename "$src"`
havp-0.93/install-sh-212-    fi
##############################################
havp-0.93/install-sh-215-  # This sed command emulates the dirname command.
havp-0.93/install-sh:216:  dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
havp-0.93/install-sh-217-
##############################################
havp-0.93/install-sh-228-    IFS='%'
havp-0.93/install-sh:229:    set x `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
havp-0.93/install-sh-230-    shift
##############################################
havp-0.93/install-sh-256-  else
havp-0.93/install-sh:257:    dstfile=`basename "$dst"`
havp-0.93/install-sh-258-
##############################################
havp-0.93/havp/params.cpp-415-    {
havp-0.93/havp/params.cpp:416:        if ( inet_addr( Params::GetConfigString("BIND_ADDRESS").c_str() ) == INADDR_NONE )
havp-0.93/havp/params.cpp-417-        {
##############################################
havp-0.93/havp/params.cpp-424-    {
havp-0.93/havp/params.cpp:425:        if ( inet_addr( Params::GetConfigString("SOURCE_ADDRESS").c_str() ) == INADDR_NONE )
havp-0.93/havp/params.cpp-426-        {
##############################################
havp-0.93/havp/sockethandler.cpp-79-    {
havp-0.93/havp/sockethandler.cpp:80:        return CreateServer( portT, inet_addr( Params::GetConfigString("BIND_ADDRESS").c_str() ) );
havp-0.93/havp/sockethandler.cpp-81-    } 
##############################################
havp-0.93/havp/sockethandler.cpp-641-        l_addr.sin_port = htons(0);
havp-0.93/havp/sockethandler.cpp:642:        l_addr.sin_addr.s_addr = inet_addr( source_address.c_str() );
havp-0.93/havp/sockethandler.cpp-643-    }
##############################################
havp-0.93/config.status-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
havp-0.93/config.status:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
havp-0.93/config.status-47-  as_echo='print -r --'
havp-0.93/config.status-48-  as_echo_n='print -rn --'
havp-0.93/config.status:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
havp-0.93/config.status-50-  as_echo='printf %s\n'
##############################################
havp-0.93/config.status-52-else
havp-0.93/config.status:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
havp-0.93/config.status-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
havp-0.93/config.status-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
havp-0.93/config.status:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
havp-0.93/config.status-64-      esac;
##############################################
havp-0.93/config.status-139-# ----------------------------------------
havp-0.93/config.status:140:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
havp-0.93/config.status-141-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
havp-0.93/config.status-211-  {
havp-0.93/config.status:212:    as_val=`expr "$@" || test $? -eq 1`
havp-0.93/config.status-213-  }
##############################################
havp-0.93/config.status-315-      case $as_dir in #(
havp-0.93/config.status:316:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
havp-0.93/config.status-317-      *) as_qdir=$as_dir;;
##############################################
havp-0.93/config.status-444-  --*=?*)
havp-0.93/config.status:445:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
havp-0.93/config.status:446:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
havp-0.93/config.status-447-    ac_shift=:
##############################################
havp-0.93/config.status-449-  --*=)
havp-0.93/config.status:450:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
havp-0.93/config.status-451-    ac_optarg=
##############################################
havp-0.93/config.status-473-    case $ac_optarg in
havp-0.93/config.status:474:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
havp-0.93/config.status-475-    '') as_fn_error $? "missing file argument" ;;
##############################################
havp-0.93/config.status-481-    case $ac_optarg in
havp-0.93/config.status:482:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
havp-0.93/config.status-483-    esac
##############################################
havp-0.93/config.status-596-fi
havp-0.93/config.status:597:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
havp-0.93/config.status-598-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
havp-0.93/config.status-791-      esac
havp-0.93/config.status:792:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
havp-0.93/config.status-793-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
havp-0.93/config.status-850-*)
havp-0.93/config.status:851:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
havp-0.93/config.status-852-  # A ".." for each directory in $ac_dir_suffix.
havp-0.93/config.status:853:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
havp-0.93/config.status-854-  case $ac_top_builddir_sub in
##############################################
havp-0.93/config.status-899-/@mandir@/p'
havp-0.93/config.status:900:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
havp-0.93/config.status-901-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
havp-0.93/config.status-947-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
havp-0.93/config.status:948:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
havp-0.93/config.status-949-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
havp-0.93/debian/havp.config-23-    #havp_partition=$havp_dir
havp-0.93/debian/havp.config:24:    #until [ "`df -h | grep \" \"$havp_partition\"$\"`" ]; do
havp-0.93/debian/havp.config:25:    #  havp_partition=`dirname $havp_partition`;
havp-0.93/debian/havp.config-26-    #done
havp-0.93/debian/havp.config-27-
havp-0.93/debian/havp.config:28:    #havp_loopsize=`df | grep " "$havp_partition"$" | awk '{print $4/2}' | sed 's/\..*//'`
havp-0.93/debian/havp.config-29-
##############################################
havp-0.93/debian/havp.init-56-        if [ x"$USE_LOOPBACK" = x"true" -a -e $havp_loopback ] && \
havp-0.93/debian/havp.init:57:	   ! [ "`mount | grep ^$havp_loopback`" ]; then
havp-0.93/debian/havp.init-58-		echo -n "Mounting $havp_loopback under $havp_mountpoint ..."
##############################################
havp-0.93/debian/havp.init-83-
havp-0.93/debian/havp.init:84:        if [ x"$USE_LOOPBACK" = x"true" ] && [ "`mount | grep \" $havp_mountpoint\"`" ]; then
havp-0.93/debian/havp.init-85-		echo -n "Unmounting $havp_mountpoint ..."
##############################################
havp-0.93/debian/havp.postinst-65-        db_get havp/loopback_size
havp-0.93/debian/havp.postinst:66:        havp_loopsize=`expr $RET \* 1024`
havp-0.93/debian/havp.postinst-67-        echo -n "Using "$havp_loopsize" kilobytes for building loopback-device "$havp_loopback" with mandatory locks, this MAY take a little while so please be patient... "