===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ssmtp-2.64/install-sh-85-
ssmtp-2.64/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
ssmtp-2.64/install-sh-87-	    shift
##############################################
ssmtp-2.64/install-sh-89-
ssmtp-2.64/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
ssmtp-2.64/install-sh-91-	    shift
##############################################
ssmtp-2.64/install-sh-151-	then
ssmtp-2.64/install-sh:152:		dst="$dst"/`basename $src`
ssmtp-2.64/install-sh-153-	else
##############################################
ssmtp-2.64/install-sh-158-## this sed command emulates the dirname command
ssmtp-2.64/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ssmtp-2.64/install-sh-160-
##############################################
ssmtp-2.64/install-sh-172-IFS='%'
ssmtp-2.64/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
ssmtp-2.64/install-sh-174-IFS="${oIFS}"
##############################################
ssmtp-2.64/install-sh-206-	then
ssmtp-2.64/install-sh:207:		dstfile=`basename $dst`
ssmtp-2.64/install-sh-208-	else
##############################################
ssmtp-2.64/install-sh-216-	then
ssmtp-2.64/install-sh:217:		dstfile=`basename $dst`
ssmtp-2.64/install-sh-218-	else
##############################################
ssmtp-2.64/debian/config-16-	then
ssmtp-2.64/debian/config:17:		if [ `expr index "$mailhub" :` -ne 0 ]
ssmtp-2.64/debian/config-18-		then
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-78-  case "$ac_option" in
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:79:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-80-  *) ac_optarg= ;;
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-110-  -disable-* | --disable-*)
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:111:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-112-    # Reject names that are not valid shell variable names.
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:113:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-114-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-115-    fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:116:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-117-    eval "enable_${ac_feature}=no" ;;
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-119-  -enable-* | --enable-*)
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:120:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-121-    # Reject names that are not valid shell variable names.
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:122:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-123-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-124-    fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:125:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-126-    case "$ac_option" in
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-350-  -with-* | --with-*)
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:351:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-352-    # Reject names that are not valid shell variable names.
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:353:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-354-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-355-    fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:356:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-357-    case "$ac_option" in
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-363-  -without-* | --without-*)
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:364:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-365-    # Reject names that are not valid shell variable names.
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:366:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-367-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-368-    fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:369:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-370-    eval "with_${ac_package}=no" ;;
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-393-  *)
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:394:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-395-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-406-if test -n "$ac_prev"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:407:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-408-fi
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-471-  ac_prog=$0
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:472:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-473-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-487-fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:488:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-489-
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-539-echo "configure:540: checking for $ac_word" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:540:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-541-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-569-echo "configure:570: checking for $ac_word" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:570:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-571-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-620-echo "configure:621: checking for $ac_word" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:621:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-622-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-699-echo "configure:700: checking whether we are using GNU C" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:700:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-701-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-727-echo "configure:728: checking whether ${CC-cc} accepts -g" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:728:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-729-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-731-  echo 'void f(){}' > conftest.c
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:732:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-733-  ac_cv_prog_cc_g=yes
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-790-if test -z "$INSTALL"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:791:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-792-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-842-echo "configure:843: checking whether ln -s works" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:843:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-844-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-870-if test -z "$CPP"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:871:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-872-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-886-{ (eval echo configure:887: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:887:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-888-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-903-{ (eval echo configure:904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:904:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-905-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-920-{ (eval echo configure:921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:921:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-922-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-945-echo "configure:946: checking for ANSI C header files" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:946:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-947-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-958-{ (eval echo configure:959: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:959:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-960-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1049-do
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1050:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1051-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1052-echo "configure:1053: checking for $ac_hdr" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1053:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1054-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1062-{ (eval echo configure:1063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1063:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1064-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1075-fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1076:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1077-  echo "$ac_t""yes" 1>&6
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1078:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1079-  cat >> confdefs.h <<EOF
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1091-echo "configure:1092: checking for obsolete openlog" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1092:if eval "test \"`echo '$''{'ssmtp_cv_obsolete_openlog'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1093-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1120-echo "configure:1121: checking for working const" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1121:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1122-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1195-echo "configure:1196: checking whether struct tm is in sys/time.h or time.h" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1196:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1197-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1231-ac_lib_var=`echo nsl'_'gethostname | sed 'y%./+-%__p_%'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1232:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1233-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1261-fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1262:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1263-  echo "$ac_t""yes" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1278-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1279:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1280-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1308-fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1309:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1310-  echo "$ac_t""yes" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1325-echo "configure:1326: checking return type of signal handlers" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1326:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1327-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1366-echo "configure:1367: checking for vprintf" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1367:if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1368-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1405-
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1406:if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1407-  echo "$ac_t""yes" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1418-echo "configure:1419: checking for _doprnt" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1419:if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1420-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1457-
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1458:if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1459-  echo "$ac_t""yes" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1473-echo "configure:1474: checking for $ac_func" >&5
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1474:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1475-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1512-
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1513:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1514-  echo "$ac_t""yes" 1>&6
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1515:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1516-  cat >> confdefs.h <<EOF
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1778-    fi
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1779:    ac_file=`expr $ac_file + 1`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1780-    ac_beg=$ac_end
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1781:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1782-  fi
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1796-  case "$ac_file" in
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1797:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1798:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1799-  *) ac_file_in="${ac_file}.in" ;;
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1804-  # Remove last slash and all that follows it.  Not all systems have dirname.
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1805:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1806-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1808-    test ! -d "$ac_dir" && mkdir "$ac_dir"
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1809:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1810-    # A "../" for each directory in $ac_dir_suffix.
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1811:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1812-  else
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1818-      if test -z "$ac_dots"; then top_srcdir=.
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1819:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1820-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1832-  rm -f "$ac_file"
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1833:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1834-  case "$ac_file" in
##############################################
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1839-
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure:1840:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
ssmtp-2.64/.pc/01-374327-use-gnutls.patch/configure-1841-  sed -e "$ac_comsub
##############################################
ssmtp-2.64/.pc/02-557725-solaris.patch/generate_config-56-# Where will the mail seem to come from?
ssmtp-2.64/.pc/02-557725-solaris.patch/generate_config:57:#rewriteDomain=`echo -n $mailname`
ssmtp-2.64/.pc/02-557725-solaris.patch/generate_config-58-# The full hostname
##############################################
ssmtp-2.64/configure-78-  case "$ac_option" in
ssmtp-2.64/configure:79:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
ssmtp-2.64/configure-80-  *) ac_optarg= ;;
##############################################
ssmtp-2.64/configure-110-  -disable-* | --disable-*)
ssmtp-2.64/configure:111:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
ssmtp-2.64/configure-112-    # Reject names that are not valid shell variable names.
ssmtp-2.64/configure:113:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
ssmtp-2.64/configure-114-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ssmtp-2.64/configure-115-    fi
ssmtp-2.64/configure:116:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ssmtp-2.64/configure-117-    eval "enable_${ac_feature}=no" ;;
##############################################
ssmtp-2.64/configure-119-  -enable-* | --enable-*)
ssmtp-2.64/configure:120:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
ssmtp-2.64/configure-121-    # Reject names that are not valid shell variable names.
ssmtp-2.64/configure:122:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
ssmtp-2.64/configure-123-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ssmtp-2.64/configure-124-    fi
ssmtp-2.64/configure:125:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ssmtp-2.64/configure-126-    case "$ac_option" in
##############################################
ssmtp-2.64/configure-350-  -with-* | --with-*)
ssmtp-2.64/configure:351:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
ssmtp-2.64/configure-352-    # Reject names that are not valid shell variable names.
ssmtp-2.64/configure:353:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
ssmtp-2.64/configure-354-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ssmtp-2.64/configure-355-    fi
ssmtp-2.64/configure:356:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ssmtp-2.64/configure-357-    case "$ac_option" in
##############################################
ssmtp-2.64/configure-363-  -without-* | --without-*)
ssmtp-2.64/configure:364:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
ssmtp-2.64/configure-365-    # Reject names that are not valid shell variable names.
ssmtp-2.64/configure:366:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
ssmtp-2.64/configure-367-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ssmtp-2.64/configure-368-    fi
ssmtp-2.64/configure:369:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ssmtp-2.64/configure-370-    eval "with_${ac_package}=no" ;;
##############################################
ssmtp-2.64/configure-393-  *)
ssmtp-2.64/configure:394:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
ssmtp-2.64/configure-395-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
ssmtp-2.64/configure-406-if test -n "$ac_prev"; then
ssmtp-2.64/configure:407:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
ssmtp-2.64/configure-408-fi
##############################################
ssmtp-2.64/configure-471-  ac_prog=$0
ssmtp-2.64/configure:472:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
ssmtp-2.64/configure-473-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
ssmtp-2.64/configure-487-fi
ssmtp-2.64/configure:488:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
ssmtp-2.64/configure-489-
##############################################
ssmtp-2.64/configure-539-echo "configure:540: checking for $ac_word" >&5
ssmtp-2.64/configure:540:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ssmtp-2.64/configure-541-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-569-echo "configure:570: checking for $ac_word" >&5
ssmtp-2.64/configure:570:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ssmtp-2.64/configure-571-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-620-echo "configure:621: checking for $ac_word" >&5
ssmtp-2.64/configure:621:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ssmtp-2.64/configure-622-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-699-echo "configure:700: checking whether we are using GNU C" >&5
ssmtp-2.64/configure:700:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
ssmtp-2.64/configure-701-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-727-echo "configure:728: checking whether ${CC-cc} accepts -g" >&5
ssmtp-2.64/configure:728:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
ssmtp-2.64/configure-729-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-731-  echo 'void f(){}' > conftest.c
ssmtp-2.64/configure:732:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
ssmtp-2.64/configure-733-  ac_cv_prog_cc_g=yes
##############################################
ssmtp-2.64/configure-790-if test -z "$INSTALL"; then
ssmtp-2.64/configure:791:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
ssmtp-2.64/configure-792-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-842-echo "configure:843: checking whether ln -s works" >&5
ssmtp-2.64/configure:843:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
ssmtp-2.64/configure-844-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-870-if test -z "$CPP"; then
ssmtp-2.64/configure:871:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
ssmtp-2.64/configure-872-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-886-{ (eval echo configure:887: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/configure:887:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/configure-888-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/configure-903-{ (eval echo configure:904: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/configure:904:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/configure-905-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/configure-920-{ (eval echo configure:921: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/configure:921:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/configure-922-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/configure-945-echo "configure:946: checking for ANSI C header files" >&5
ssmtp-2.64/configure:946:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
ssmtp-2.64/configure-947-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-958-{ (eval echo configure:959: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/configure:959:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/configure-960-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/configure-1049-do
ssmtp-2.64/configure:1050:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ssmtp-2.64/configure-1051-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ssmtp-2.64/configure-1052-echo "configure:1053: checking for $ac_hdr" >&5
ssmtp-2.64/configure:1053:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ssmtp-2.64/configure-1054-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1062-{ (eval echo configure:1063: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ssmtp-2.64/configure:1063:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ssmtp-2.64/configure-1064-if test -z "$ac_err"; then
##############################################
ssmtp-2.64/configure-1075-fi
ssmtp-2.64/configure:1076:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ssmtp-2.64/configure-1077-  echo "$ac_t""yes" 1>&6
ssmtp-2.64/configure:1078:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ssmtp-2.64/configure-1079-  cat >> confdefs.h <<EOF
##############################################
ssmtp-2.64/configure-1091-echo "configure:1092: checking for obsolete openlog" >&5
ssmtp-2.64/configure:1092:if eval "test \"`echo '$''{'ssmtp_cv_obsolete_openlog'+set}'`\" = set"; then
ssmtp-2.64/configure-1093-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1120-echo "configure:1121: checking for working const" >&5
ssmtp-2.64/configure:1121:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
ssmtp-2.64/configure-1122-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1195-echo "configure:1196: checking whether struct tm is in sys/time.h or time.h" >&5
ssmtp-2.64/configure:1196:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
ssmtp-2.64/configure-1197-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1231-ac_lib_var=`echo nsl'_'gethostname | sed 'y%./+-%__p_%'`
ssmtp-2.64/configure:1232:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ssmtp-2.64/configure-1233-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1261-fi
ssmtp-2.64/configure:1262:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ssmtp-2.64/configure-1263-  echo "$ac_t""yes" 1>&6
##############################################
ssmtp-2.64/configure-1278-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
ssmtp-2.64/configure:1279:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ssmtp-2.64/configure-1280-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1308-fi
ssmtp-2.64/configure:1309:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ssmtp-2.64/configure-1310-  echo "$ac_t""yes" 1>&6
##############################################
ssmtp-2.64/configure-1325-echo "configure:1326: checking return type of signal handlers" >&5
ssmtp-2.64/configure:1326:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
ssmtp-2.64/configure-1327-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1366-echo "configure:1367: checking for vprintf" >&5
ssmtp-2.64/configure:1367:if eval "test \"`echo '$''{'ac_cv_func_vprintf'+set}'`\" = set"; then
ssmtp-2.64/configure-1368-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1405-
ssmtp-2.64/configure:1406:if eval "test \"`echo '$ac_cv_func_'vprintf`\" = yes"; then
ssmtp-2.64/configure-1407-  echo "$ac_t""yes" 1>&6
##############################################
ssmtp-2.64/configure-1418-echo "configure:1419: checking for _doprnt" >&5
ssmtp-2.64/configure:1419:if eval "test \"`echo '$''{'ac_cv_func__doprnt'+set}'`\" = set"; then
ssmtp-2.64/configure-1420-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1457-
ssmtp-2.64/configure:1458:if eval "test \"`echo '$ac_cv_func_'_doprnt`\" = yes"; then
ssmtp-2.64/configure-1459-  echo "$ac_t""yes" 1>&6
##############################################
ssmtp-2.64/configure-1473-echo "configure:1474: checking for $ac_func" >&5
ssmtp-2.64/configure:1474:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ssmtp-2.64/configure-1475-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ssmtp-2.64/configure-1512-
ssmtp-2.64/configure:1513:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ssmtp-2.64/configure-1514-  echo "$ac_t""yes" 1>&6
ssmtp-2.64/configure:1515:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ssmtp-2.64/configure-1516-  cat >> confdefs.h <<EOF
##############################################
ssmtp-2.64/configure-1778-    fi
ssmtp-2.64/configure:1779:    ac_file=`expr $ac_file + 1`
ssmtp-2.64/configure-1780-    ac_beg=$ac_end
ssmtp-2.64/configure:1781:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
ssmtp-2.64/configure-1782-  fi
##############################################
ssmtp-2.64/configure-1796-  case "$ac_file" in
ssmtp-2.64/configure:1797:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
ssmtp-2.64/configure:1798:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ssmtp-2.64/configure-1799-  *) ac_file_in="${ac_file}.in" ;;
##############################################
ssmtp-2.64/configure-1804-  # Remove last slash and all that follows it.  Not all systems have dirname.
ssmtp-2.64/configure:1805:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
ssmtp-2.64/configure-1806-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
ssmtp-2.64/configure-1808-    test ! -d "$ac_dir" && mkdir "$ac_dir"
ssmtp-2.64/configure:1809:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
ssmtp-2.64/configure-1810-    # A "../" for each directory in $ac_dir_suffix.
ssmtp-2.64/configure:1811:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
ssmtp-2.64/configure-1812-  else
##############################################
ssmtp-2.64/configure-1818-      if test -z "$ac_dots"; then top_srcdir=.
ssmtp-2.64/configure:1819:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
ssmtp-2.64/configure-1820-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
ssmtp-2.64/configure-1832-  rm -f "$ac_file"
ssmtp-2.64/configure:1833:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
ssmtp-2.64/configure-1834-  case "$ac_file" in
##############################################
ssmtp-2.64/configure-1839-
ssmtp-2.64/configure:1840:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
ssmtp-2.64/configure-1841-  sed -e "$ac_comsub
##############################################
ssmtp-2.64/generate_config-62-# Where will the mail seem to come from?
ssmtp-2.64/generate_config:63:#rewriteDomain=`echo -n $mailname`
ssmtp-2.64/generate_config-64-# The full hostname