===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
mlmmj-1.3.0/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
mlmmj-1.3.0/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
mlmmj-1.3.0/aclocal.m4-94-# and then we would define $MISSING as
##############################################
mlmmj-1.3.0/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
mlmmj-1.3.0/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
mlmmj-1.3.0/aclocal.m4-109-])
##############################################
mlmmj-1.3.0/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
mlmmj-1.3.0/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
mlmmj-1.3.0/aclocal.m4-207-  fi
##############################################
mlmmj-1.3.0/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
mlmmj-1.3.0/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
mlmmj-1.3.0/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
mlmmj-1.3.0/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
mlmmj-1.3.0/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
mlmmj-1.3.0/aclocal.m4-367-    else
##############################################
mlmmj-1.3.0/aclocal.m4-371-    # from the Makefile without running 'make'.
mlmmj-1.3.0/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
mlmmj-1.3.0/aclocal.m4-373-    test -z "$DEPDIR" && continue
mlmmj-1.3.0/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
mlmmj-1.3.0/aclocal.m4-375-    test -z "$am__include" && continue
mlmmj-1.3.0/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
mlmmj-1.3.0/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
mlmmj-1.3.0/aclocal.m4-385-      test -f "$dirpart/$file" && continue
mlmmj-1.3.0/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
mlmmj-1.3.0/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
mlmmj-1.3.0/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
mlmmj-1.3.0/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mlmmj-1.3.0/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mlmmj-1.3.0/aclocal.m4-602-    * )
mlmmj-1.3.0/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mlmmj-1.3.0/aclocal.m4-604-  esac
mlmmj-1.3.0/aclocal.m4-605-done
mlmmj-1.3.0/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
mlmmj-1.3.0/aclocal.m4-607-
##############################################
mlmmj-1.3.0/aclocal.m4-673-# Ignore all kinds of additional output from 'make'.
mlmmj-1.3.0/aclocal.m4:674:case `$am_make -s -f confmf 2> /dev/null` in #(
mlmmj-1.3.0/aclocal.m4-675-*the\ am__doit\ target*)
##############################################
mlmmj-1.3.0/aclocal.m4-683-   echo '.include "confinc"' > confmf
mlmmj-1.3.0/aclocal.m4:684:   case `$am_make -s -f confmf 2> /dev/null` in #(
mlmmj-1.3.0/aclocal.m4-685-   *the\ am__doit\ target*)
##############################################
mlmmj-1.3.0/aclocal.m4-894-     echo "timestamp, slept: $am_has_slept" > conftest.file
mlmmj-1.3.0/aclocal.m4:895:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mlmmj-1.3.0/aclocal.m4-896-     if test "$[*]" = "X"; then
mlmmj-1.3.0/aclocal.m4-897-	# -L didn't work.
mlmmj-1.3.0/aclocal.m4:898:	set X `ls -t "$srcdir/configure" conftest.file`
mlmmj-1.3.0/aclocal.m4-899-     fi
##############################################
mlmmj-1.3.0/compile-67-	mingw/*)
mlmmj-1.3.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
mlmmj-1.3.0/compile-69-	  ;;
mlmmj-1.3.0/compile-70-	cygwin/*)
mlmmj-1.3.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
mlmmj-1.3.0/compile-72-	  ;;
mlmmj-1.3.0/compile-73-	wine/*)
mlmmj-1.3.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
mlmmj-1.3.0/compile-75-	  ;;
##############################################
mlmmj-1.3.0/compile-309-# Name of file we expect compiler to create.
mlmmj-1.3.0/compile:310:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
mlmmj-1.3.0/compile-311-
##############################################
mlmmj-1.3.0/compile-315-# object file name, since that is what matters with a parallel build.
mlmmj-1.3.0/compile:316:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
mlmmj-1.3.0/compile-317-while true; do
##############################################
mlmmj-1.3.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
mlmmj-1.3.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mlmmj-1.3.0/configure-47-  as_echo='print -r --'
mlmmj-1.3.0/configure-48-  as_echo_n='print -rn --'
mlmmj-1.3.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mlmmj-1.3.0/configure-50-  as_echo='printf %s\n'
##############################################
mlmmj-1.3.0/configure-52-else
mlmmj-1.3.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mlmmj-1.3.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mlmmj-1.3.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
mlmmj-1.3.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mlmmj-1.3.0/configure-64-      esac;
##############################################
mlmmj-1.3.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
mlmmj-1.3.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
mlmmj-1.3.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
mlmmj-1.3.0/configure-327-      case $as_dir in #(
mlmmj-1.3.0/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mlmmj-1.3.0/configure-329-      *) as_qdir=$as_dir;;
##############################################
mlmmj-1.3.0/configure-400-  {
mlmmj-1.3.0/configure:401:    as_val=`expr "$@" || test $? -eq 1`
mlmmj-1.3.0/configure-402-  }
##############################################
mlmmj-1.3.0/configure-407-# ----------------------------------------
mlmmj-1.3.0/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mlmmj-1.3.0/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mlmmj-1.3.0/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
mlmmj-1.3.0/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
mlmmj-1.3.0/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
mlmmj-1.3.0/configure-794-  case $ac_option in
mlmmj-1.3.0/configure:795:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
mlmmj-1.3.0/configure-796-  *=)   ac_optarg= ;;
##############################################
mlmmj-1.3.0/configure-838-  -disable-* | --disable-*)
mlmmj-1.3.0/configure:839:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
mlmmj-1.3.0/configure-840-    # Reject names that are not valid shell variable names.
##############################################
mlmmj-1.3.0/configure-843-    ac_useropt_orig=$ac_useropt
mlmmj-1.3.0/configure:844:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlmmj-1.3.0/configure-845-    case $ac_user_opts in
##############################################
mlmmj-1.3.0/configure-864-  -enable-* | --enable-*)
mlmmj-1.3.0/configure:865:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
mlmmj-1.3.0/configure-866-    # Reject names that are not valid shell variable names.
##############################################
mlmmj-1.3.0/configure-869-    ac_useropt_orig=$ac_useropt
mlmmj-1.3.0/configure:870:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlmmj-1.3.0/configure-871-    case $ac_user_opts in
##############################################
mlmmj-1.3.0/configure-1068-  -with-* | --with-*)
mlmmj-1.3.0/configure:1069:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
mlmmj-1.3.0/configure-1070-    # Reject names that are not valid shell variable names.
##############################################
mlmmj-1.3.0/configure-1073-    ac_useropt_orig=$ac_useropt
mlmmj-1.3.0/configure:1074:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlmmj-1.3.0/configure-1075-    case $ac_user_opts in
##############################################
mlmmj-1.3.0/configure-1084-  -without-* | --without-*)
mlmmj-1.3.0/configure:1085:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
mlmmj-1.3.0/configure-1086-    # Reject names that are not valid shell variable names.
##############################################
mlmmj-1.3.0/configure-1089-    ac_useropt_orig=$ac_useropt
mlmmj-1.3.0/configure:1090:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
mlmmj-1.3.0/configure-1091-    case $ac_user_opts in
##############################################
mlmmj-1.3.0/configure-1122-  *=*)
mlmmj-1.3.0/configure:1123:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
mlmmj-1.3.0/configure-1124-    # Reject names that are not valid shell variable names.
##############################################
mlmmj-1.3.0/configure-1143-if test -n "$ac_prev"; then
mlmmj-1.3.0/configure:1144:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
mlmmj-1.3.0/configure-1145-  as_fn_error $? "missing argument to $ac_option"
##############################################
mlmmj-1.3.0/configure-1165-    */ )
mlmmj-1.3.0/configure:1166:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
mlmmj-1.3.0/configure-1167-      eval $ac_var=\$ac_val;;
##############################################
mlmmj-1.3.0/configure-1200-ac_ls_di=`ls -di .` &&
mlmmj-1.3.0/configure:1201:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
mlmmj-1.3.0/configure-1202-  as_fn_error $? "working directory cannot be determined"
##############################################
mlmmj-1.3.0/configure-1256-case $srcdir in
mlmmj-1.3.0/configure:1257:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
mlmmj-1.3.0/configure-1258-esac
##############################################
mlmmj-1.3.0/configure-1299-By default, \`make install' will install all the files in
mlmmj-1.3.0/configure:1300:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
mlmmj-1.3.0/configure:1301:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
mlmmj-1.3.0/configure-1302-for instance \`--prefix=\$HOME'.
##############################################
mlmmj-1.3.0/configure-1383-*)
mlmmj-1.3.0/configure:1384:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlmmj-1.3.0/configure-1385-  # A ".." for each directory in $ac_dir_suffix.
mlmmj-1.3.0/configure:1386:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlmmj-1.3.0/configure-1387-  case $ac_top_builddir_sub in
##############################################
mlmmj-1.3.0/configure-1925-    *\'*)
mlmmj-1.3.0/configure:1926:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlmmj-1.3.0/configure-1927-    esac
##############################################
mlmmj-1.3.0/configure-2008-      case $ac_val in
mlmmj-1.3.0/configure:2009:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mlmmj-1.3.0/configure-2010-      esac
##############################################
mlmmj-1.3.0/configure-2023-	case $ac_val in
mlmmj-1.3.0/configure:2024:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
mlmmj-1.3.0/configure-2025-	esac
##############################################
mlmmj-1.3.0/configure-2143-    set,)
mlmmj-1.3.0/configure:2144:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
mlmmj-1.3.0/configure:2145:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
mlmmj-1.3.0/configure-2146-      ac_cache_corrupted=: ;;
##############################################
mlmmj-1.3.0/configure-2154-	# differences in whitespace do not lead to failure.
mlmmj-1.3.0/configure:2155:	ac_old_val_w=`echo x $ac_old_val`
mlmmj-1.3.0/configure:2156:	ac_new_val_w=`echo x $ac_new_val`
mlmmj-1.3.0/configure-2157-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
mlmmj-1.3.0/configure-2174-    case $ac_new_val in
mlmmj-1.3.0/configure:2175:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
mlmmj-1.3.0/configure-2176-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
mlmmj-1.3.0/configure-2353-     echo "timestamp, slept: $am_has_slept" > conftest.file
mlmmj-1.3.0/configure:2354:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
mlmmj-1.3.0/configure-2355-     if test "$*" = "X"; then
mlmmj-1.3.0/configure-2356-	# -L didn't work.
mlmmj-1.3.0/configure:2357:	set X `ls -t "$srcdir/configure" conftest.file`
mlmmj-1.3.0/configure-2358-     fi
##############################################
mlmmj-1.3.0/configure-2404-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
mlmmj-1.3.0/configure:2405:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
mlmmj-1.3.0/configure-2406-
mlmmj-1.3.0/configure-2407-# Expand $ac_aux_dir to an absolute path.
mlmmj-1.3.0/configure:2408:am_aux_dir=`cd "$ac_aux_dir" && pwd`
mlmmj-1.3.0/configure-2409-
##############################################
mlmmj-1.3.0/configure-2549-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
mlmmj-1.3.0/configure:2550:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
mlmmj-1.3.0/configure-2551-	     'mkdir (GNU coreutils) '* | \
##############################################
mlmmj-1.3.0/configure-2622-set x ${MAKE-make}
mlmmj-1.3.0/configure:2623:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
mlmmj-1.3.0/configure-2624-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
mlmmj-1.3.0/configure-2632-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
mlmmj-1.3.0/configure:2633:case `${MAKE-make} -f conftest.make 2>/dev/null` in
mlmmj-1.3.0/configure-2634-  *@@@%%%=?*=@@@%%%*)
##############################################
mlmmj-1.3.0/configure-2698-
mlmmj-1.3.0/configure:2699:if test "`cd $srcdir && pwd`" != "`pwd`"; then
mlmmj-1.3.0/configure-2700-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
mlmmj-1.3.0/configure-3164-$as_echo_n "checking whether the C compiler works... " >&6; }
mlmmj-1.3.0/configure:3165:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
mlmmj-1.3.0/configure-3166-
##############################################
mlmmj-1.3.0/configure-3208-	then :; else
mlmmj-1.3.0/configure:3209:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mlmmj-1.3.0/configure-3210-	fi
##############################################
mlmmj-1.3.0/configure-3268-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
mlmmj-1.3.0/configure:3269:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
mlmmj-1.3.0/configure-3270-	  break;;
##############################################
mlmmj-1.3.0/configure-3377-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
mlmmj-1.3.0/configure:3378:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
mlmmj-1.3.0/configure-3379-       break;;
##############################################
mlmmj-1.3.0/configure-3685-# Ignore all kinds of additional output from 'make'.
mlmmj-1.3.0/configure:3686:case `$am_make -s -f confmf 2> /dev/null` in #(
mlmmj-1.3.0/configure-3687-*the\ am__doit\ target*)
##############################################
mlmmj-1.3.0/configure-3695-   echo '.include "confinc"' > confmf
mlmmj-1.3.0/configure:3696:   case `$am_make -s -f confmf 2> /dev/null` in #(
mlmmj-1.3.0/configure-3697-   *the\ am__doit\ target*)
##############################################
mlmmj-1.3.0/configure-3758-  if test "$am_compiler_list" = ""; then
mlmmj-1.3.0/configure:3759:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
mlmmj-1.3.0/configure-3760-  fi
##############################################
mlmmj-1.3.0/configure-4154-  # Check for GNU $ac_path_GREP
mlmmj-1.3.0/configure:4155:case `"$ac_path_GREP" --version 2>&1` in
mlmmj-1.3.0/configure-4156-*GNU*)
##############################################
mlmmj-1.3.0/configure-4220-  # Check for GNU $ac_path_EGREP
mlmmj-1.3.0/configure:4221:case `"$ac_path_EGREP" --version 2>&1` in
mlmmj-1.3.0/configure-4222-*GNU*)
##############################################
mlmmj-1.3.0/configure-4381-do :
mlmmj-1.3.0/configure:4382:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mlmmj-1.3.0/configure-4383-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
mlmmj-1.3.0/configure-4386-  cat >>confdefs.h <<_ACEOF
mlmmj-1.3.0/configure:4387:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mlmmj-1.3.0/configure-4388-_ACEOF
##############################################
mlmmj-1.3.0/configure-4396-do :
mlmmj-1.3.0/configure:4397:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mlmmj-1.3.0/configure-4398-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
mlmmj-1.3.0/configure-4400-  cat >>confdefs.h <<_ACEOF
mlmmj-1.3.0/configure:4401:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mlmmj-1.3.0/configure-4402-_ACEOF
##############################################
mlmmj-1.3.0/configure-4409-do :
mlmmj-1.3.0/configure:4410:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
mlmmj-1.3.0/configure-4411-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
mlmmj-1.3.0/configure-4413-  cat >>confdefs.h <<_ACEOF
mlmmj-1.3.0/configure:4414:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
mlmmj-1.3.0/configure-4415-_ACEOF
##############################################
mlmmj-1.3.0/configure-4525-tmp=$datadir/$PACKAGE/text.skel
mlmmj-1.3.0/configure:4526:while textlibdir=`eval echo "$tmp"`; test "x$textlibdir" != "x$tmp"; do tmp=$textlibdir; done
mlmmj-1.3.0/configure-4527-exec_prefix=$savex
##############################################
mlmmj-1.3.0/configure-4614-do :
mlmmj-1.3.0/configure:4615:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
mlmmj-1.3.0/configure-4616-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
mlmmj-1.3.0/configure-4618-  cat >>confdefs.h <<_ACEOF
mlmmj-1.3.0/configure:4619:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
mlmmj-1.3.0/configure-4620-_ACEOF
##############################################
mlmmj-1.3.0/configure-4626-do :
mlmmj-1.3.0/configure:4627:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
mlmmj-1.3.0/configure-4628-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
mlmmj-1.3.0/configure-4630-  cat >>confdefs.h <<_ACEOF
mlmmj-1.3.0/configure:4631:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
mlmmj-1.3.0/configure-4632-_ACEOF
##############################################
mlmmj-1.3.0/configure-4746-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
mlmmj-1.3.0/configure:4747:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
mlmmj-1.3.0/configure-4748-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
mlmmj-1.3.0/configure-4841-if test -z "$BASH_VERSION$ZSH_VERSION" \
mlmmj-1.3.0/configure:4842:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
mlmmj-1.3.0/configure-4843-  as_echo='print -r --'
mlmmj-1.3.0/configure-4844-  as_echo_n='print -rn --'
mlmmj-1.3.0/configure:4845:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
mlmmj-1.3.0/configure-4846-  as_echo='printf %s\n'
##############################################
mlmmj-1.3.0/configure-4848-else
mlmmj-1.3.0/configure:4849:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
mlmmj-1.3.0/configure-4850-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
mlmmj-1.3.0/configure-4858-	expr "X$arg" : "X\\(.*\\)$as_nl";
mlmmj-1.3.0/configure:4859:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
mlmmj-1.3.0/configure-4860-      esac;
##############################################
mlmmj-1.3.0/configure-4935-# ----------------------------------------
mlmmj-1.3.0/configure:4936:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
mlmmj-1.3.0/configure-4937-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
mlmmj-1.3.0/configure-5007-  {
mlmmj-1.3.0/configure:5008:    as_val=`expr "$@" || test $? -eq 1`
mlmmj-1.3.0/configure-5009-  }
##############################################
mlmmj-1.3.0/configure-5111-      case $as_dir in #(
mlmmj-1.3.0/configure:5112:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
mlmmj-1.3.0/configure-5113-      *) as_qdir=$as_dir;;
##############################################
mlmmj-1.3.0/configure-5246-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
mlmmj-1.3.0/configure:5247:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
mlmmj-1.3.0/configure-5248-ac_cs_version="\\
##############################################
mlmmj-1.3.0/configure-5271-  --*=?*)
mlmmj-1.3.0/configure:5272:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mlmmj-1.3.0/configure:5273:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
mlmmj-1.3.0/configure-5274-    ac_shift=:
##############################################
mlmmj-1.3.0/configure-5276-  --*=)
mlmmj-1.3.0/configure:5277:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
mlmmj-1.3.0/configure-5278-    ac_optarg=
##############################################
mlmmj-1.3.0/configure-5300-    case $ac_optarg in
mlmmj-1.3.0/configure:5301:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlmmj-1.3.0/configure-5302-    '') as_fn_error $? "missing file argument" ;;
##############################################
mlmmj-1.3.0/configure-5308-    case $ac_optarg in
mlmmj-1.3.0/configure:5309:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
mlmmj-1.3.0/configure-5310-    esac
##############################################
mlmmj-1.3.0/configure-5441-fi
mlmmj-1.3.0/configure:5442:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
mlmmj-1.3.0/configure-5443-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
mlmmj-1.3.0/configure-5458-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
mlmmj-1.3.0/configure:5459:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
mlmmj-1.3.0/configure-5460-ac_delim='%!_!# '
##############################################
mlmmj-1.3.0/configure-5464-
mlmmj-1.3.0/configure:5465:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
mlmmj-1.3.0/configure-5466-  if test $ac_delim_n = $ac_delim_num; then
##############################################
mlmmj-1.3.0/configure-5602-for ac_last_try in false false :; do
mlmmj-1.3.0/configure:5603:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
mlmmj-1.3.0/configure-5604-  if test -z "$ac_tt"; then
##############################################
mlmmj-1.3.0/configure-5734-      esac
mlmmj-1.3.0/configure:5735:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
mlmmj-1.3.0/configure-5736-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
mlmmj-1.3.0/configure-5793-*)
mlmmj-1.3.0/configure:5794:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
mlmmj-1.3.0/configure-5795-  # A ".." for each directory in $ac_dir_suffix.
mlmmj-1.3.0/configure:5796:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
mlmmj-1.3.0/configure-5797-  case $ac_top_builddir_sub in
##############################################
mlmmj-1.3.0/configure-5854-/@mandir@/p'
mlmmj-1.3.0/configure:5855:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
mlmmj-1.3.0/configure-5856-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
mlmmj-1.3.0/configure-5871-
mlmmj-1.3.0/configure:5872:# Neutralize VPATH when `$srcdir' = `.'.
mlmmj-1.3.0/configure-5873-# Shell code in configure.ac might set extrasub.
##############################################
mlmmj-1.3.0/configure-5899-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
mlmmj-1.3.0/configure:5900:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
mlmmj-1.3.0/configure-5901-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
mlmmj-1.3.0/configure-5945-    * )
mlmmj-1.3.0/configure:5946:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
mlmmj-1.3.0/configure-5947-  esac
##############################################
mlmmj-1.3.0/configure-5992-    # Strip MF so we end up with the name of the file.
mlmmj-1.3.0/configure:5993:    mf=`echo "$mf" | sed -e 's/:.*$//'`
mlmmj-1.3.0/configure-5994-    # Check whether this is an Automake generated Makefile or not.
##############################################
mlmmj-1.3.0/configure-6029-    # from the Makefile without running 'make'.
mlmmj-1.3.0/configure:6030:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
mlmmj-1.3.0/configure-6031-    test -z "$DEPDIR" && continue
mlmmj-1.3.0/configure:6032:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
mlmmj-1.3.0/configure-6033-    test -z "$am__include" && continue
mlmmj-1.3.0/configure:6034:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
mlmmj-1.3.0/configure-6035-    # Find all dependency output files, they are included files with
##############################################
mlmmj-1.3.0/configure.ac-32-tmp=$datadir/$PACKAGE/text.skel
mlmmj-1.3.0/configure.ac:33:while textlibdir=`eval echo "$tmp"`; test "x$textlibdir" != "x$tmp"; do tmp=$textlibdir; done
mlmmj-1.3.0/configure.ac-34-exec_prefix=$savex
##############################################
mlmmj-1.3.0/contrib/Makefile.in-49-  { \
mlmmj-1.3.0/contrib/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mlmmj-1.3.0/contrib/Makefile.in-51-  }; \
##############################################
mlmmj-1.3.0/contrib/Makefile.in-161-  while test -n "$$dir1"; do \
mlmmj-1.3.0/contrib/Makefile.in:162:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
mlmmj-1.3.0/contrib/Makefile.in-163-    if test "$$first" != "."; then \
mlmmj-1.3.0/contrib/Makefile.in-164-      if test "$$first" = ".."; then \
mlmmj-1.3.0/contrib/Makefile.in:165:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
mlmmj-1.3.0/contrib/Makefile.in:166:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
mlmmj-1.3.0/contrib/Makefile.in-167-      else \
mlmmj-1.3.0/contrib/Makefile.in:168:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
mlmmj-1.3.0/contrib/Makefile.in-169-        if test "$$first2" = "$$first"; then \
mlmmj-1.3.0/contrib/Makefile.in:170:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
mlmmj-1.3.0/contrib/Makefile.in-171-        else \
##############################################
mlmmj-1.3.0/contrib/Makefile.in-176-    fi; \
mlmmj-1.3.0/contrib/Makefile.in:177:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
mlmmj-1.3.0/contrib/Makefile.in-178-  done; \
##############################################
mlmmj-1.3.0/contrib/Makefile.in-316-	dot_seen=no; \
mlmmj-1.3.0/contrib/Makefile.in:317:	target=`echo $@ | sed s/-recursive//`; \
mlmmj-1.3.0/contrib/Makefile.in-318-	case "$@" in \
##############################################
mlmmj-1.3.0/contrib/Makefile.in-379-GTAGS:
mlmmj-1.3.0/contrib/Makefile.in:380:	here=`$(am__cd) $(top_builddir) && pwd` \
mlmmj-1.3.0/contrib/Makefile.in-381-	  && $(am__cd) $(top_srcdir) \
##############################################
mlmmj-1.3.0/contrib/Makefile.in-402-distdir: $(DISTFILES)
mlmmj-1.3.0/contrib/Makefile.in:403:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/contrib/Makefile.in:404:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/contrib/Makefile.in-405-	list='$(DISTFILES)'; \
##############################################
mlmmj-1.3.0/contrib/Makefile.in-416-	  if test -d $$d/$$file; then \
mlmmj-1.3.0/contrib/Makefile.in:417:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mlmmj-1.3.0/contrib/Makefile.in-418-	    if test -d "$(distdir)/$$file"; then \
##############################################
mlmmj-1.3.0/contrib/pymime/src/pymime.py-199-        message_id = self.message['message-id']
mlmmj-1.3.0/contrib/pymime/src/pymime.py:200:        list_post = email.utils.parseaddr(self.message['to'])
mlmmj-1.3.0/contrib/pymime/src/pymime.py-201-        if ( message_id is not None ) and ( list_post[1] is not '' ):
##############################################
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-52-  { \
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-54-  }; \
##############################################
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-396-.c.o:
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:397:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-398-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-404-.c.obj:
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:405:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:406:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-407-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-409-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:410:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-411-
##############################################
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-441-GTAGS:
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:442:	here=`$(am__cd) $(top_builddir) && pwd` \
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-443-	  && $(am__cd) $(top_srcdir) \
##############################################
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-464-distdir: $(DISTFILES)
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:465:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:466:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-467-	list='$(DISTFILES)'; \
##############################################
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-478-	  if test -d $$d/$$file; then \
mlmmj-1.3.0/contrib/receivestrip/Makefile.in:479:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mlmmj-1.3.0/contrib/receivestrip/Makefile.in-480-	    if test -d "$(distdir)/$$file"; then \
##############################################
mlmmj-1.3.0/contrib/receivestrip/mlmmj_src/strgen.c-50-
mlmmj-1.3.0/contrib/receivestrip/mlmmj_src/strgen.c:51:char *random_plus_addr(const char *addr)
mlmmj-1.3.0/contrib/receivestrip/mlmmj_src/strgen.c-52-{
##############################################
mlmmj-1.3.0/contrib/web/perl-admin/htdocs/subscribers.cgi-234-
mlmmj-1.3.0/contrib/web/perl-admin/htdocs/subscribers.cgi:235:	my @subscribers = `/usr/local/bin/mlmmj-list -L $topdir/$list`;
mlmmj-1.3.0/contrib/web/perl-admin/htdocs/subscribers.cgi:236:	my @digesters = `/usr/local/bin/mlmmj-list -L $topdir/$list -d`;
mlmmj-1.3.0/contrib/web/perl-admin/htdocs/subscribers.cgi:237:	my @nomailsubs = `/usr/local/bin/mlmmj-list -L $topdir/$list -n`;
mlmmj-1.3.0/contrib/web/perl-admin/htdocs/subscribers.cgi-238-
##############################################
mlmmj-1.3.0/contrib/web/perl-user/mlmmj.cgi-61-
mlmmj-1.3.0/contrib/web/perl-user/mlmmj.cgi:62:	$mail = "Received: from " . $query->remote_addr()
mlmmj-1.3.0/contrib/web/perl-user/mlmmj.cgi-63-		. " by " .  $query->server_name() . " with HTTP;\n"
mlmmj-1.3.0/contrib/web/perl-user/mlmmj.cgi-64-		. "\t$date"
mlmmj-1.3.0/contrib/web/perl-user/mlmmj.cgi:65:		. "X-Originating-IP: " . $query->remote_addr() . "\n"
mlmmj-1.3.0/contrib/web/perl-user/mlmmj.cgi-66-		. "X-Mailer: mlmmj-webinterface powered by Perl\n"
##############################################
mlmmj-1.3.0/contrib/web/php-admin/htdocs/edit.php-118-$tunables = file_get_contents($confdir.'/tunables.pl');
mlmmj-1.3.0/contrib/web/php-admin/htdocs/edit.php:119:eval($tunables);
mlmmj-1.3.0/contrib/web/php-admin/htdocs/edit.php-120-
##############################################
mlmmj-1.3.0/contrib/web/php-admin/htdocs/save.php-114-$tunables = file_get_contents($confdir.'/tunables.pl');
mlmmj-1.3.0/contrib/web/php-admin/htdocs/save.php:115:eval($tunables);
mlmmj-1.3.0/contrib/web/php-admin/htdocs/save.php-116-
##############################################
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php-52-				unset($out);
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php:53:				exec($cmd, $out, $ret);
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php-54-				if ($ret !== 0) {
##############################################
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php-71-	unset($out);
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php:72:	exec($cmd, $out, $ret);
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php-73-	if ($ret !== 0) {
##############################################
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php-82-unset($out);
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php:83:exec($cmd, $out, $ret);
mlmmj-1.3.0/contrib/web/php-admin/htdocs/subscribers.php-84-if ($ret !== 0) {
##############################################
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php-199-			if( isset($_REQUEST["validate"]) ){
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php:200://				echo "Validating message ".$_REQUEST["msg_id"][$i]."<br>";
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php-201-				$to_addr = $list_name . $delimiter . "moderate-" . $_REQUEST["msg_id"][$i] . "@" . $list_domain;
##############################################
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php-204-			}else{
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php:205://				echo "Deleting message ".$_REQUEST["msg_id"][$i]."<br>";
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php-206-				unlink($mod_dir . "/" . $_REQUEST["msg_id"][$i]);
##############################################
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php-262-				$struct = decodeEmail($input);
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php:263:				echo "<a href=\"". $_SERVER["PHP_SELF"] ."\">"._("Back to messages list")."</a><br><br>";
mlmmj-1.3.0/contrib/web/php-moderation/mlmmj-moderation.php-264-				echo "<b>"._("From:")." </b>" . htmlspecialchars($struct->headers["from"])."<br>";
##############################################
mlmmj-1.3.0/depcomp-64-  case $1 in
mlmmj-1.3.0/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
mlmmj-1.3.0/depcomp-66-      *) dir=;;
##############################################
mlmmj-1.3.0/depcomp-73-{
mlmmj-1.3.0/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
mlmmj-1.3.0/depcomp-75-}
##############################################
mlmmj-1.3.0/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
mlmmj-1.3.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
mlmmj-1.3.0/depcomp-128-
##############################################
mlmmj-1.3.0/depcomp-405-        sleep 1
mlmmj-1.3.0/depcomp:406:        i=`expr $i - 1`
mlmmj-1.3.0/depcomp-407-      done
mlmmj-1.3.0/depcomp-408-    fi
mlmmj-1.3.0/depcomp:409:    i=`expr $i - 1`
mlmmj-1.3.0/depcomp-410-  done
##############################################
mlmmj-1.3.0/depcomp-425-  # Do two passes, one to just change these to
mlmmj-1.3.0/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
mlmmj-1.3.0/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
mlmmj-1.3.0/depcomp-659-  done
mlmmj-1.3.0/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
mlmmj-1.3.0/depcomp-661-  touch "$tmpdepfile"
##############################################
mlmmj-1.3.0/include/getlistaddr.h-26-
mlmmj-1.3.0/include/getlistaddr.h:27:char *getlistaddr(const char *listdir);
mlmmj-1.3.0/include/getlistaddr.h-28-
##############################################
mlmmj-1.3.0/include/strgen.h-27-char *random_str(void);
mlmmj-1.3.0/include/strgen.h:28:char *random_plus_addr(const char *addr);
mlmmj-1.3.0/include/strgen.h-29-char *headerstr(const char *headertoken, const char *str);
##############################################
mlmmj-1.3.0/install-sh-234-      fi
mlmmj-1.3.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
mlmmj-1.3.0/install-sh-236-    *)
##############################################
mlmmj-1.3.0/install-sh-281-      dstdir=$dst
mlmmj-1.3.0/install-sh:282:      dst=$dstdir/`basename "$src"`
mlmmj-1.3.0/install-sh-283-      dstdir_status=0
mlmmj-1.3.0/install-sh-284-    else
mlmmj-1.3.0/install-sh:285:      dstdir=`dirname "$dst"`
mlmmj-1.3.0/install-sh-286-      test -d "$dstdir"
##############################################
mlmmj-1.3.0/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
mlmmj-1.3.0/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
mlmmj-1.3.0/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
mlmmj-1.3.0/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
mlmmj-1.3.0/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
mlmmj-1.3.0/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
mlmmj-1.3.0/install-sh-402-            case $prefix in
mlmmj-1.3.0/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
mlmmj-1.3.0/install-sh-404-              *) qprefix=$prefix;;
##############################################
mlmmj-1.3.0/install-sh-451-    if $copy_on_change &&
mlmmj-1.3.0/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
mlmmj-1.3.0/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
mlmmj-1.3.0/install-sh-454-       set -f &&
##############################################
mlmmj-1.3.0/listtexts/Makefile.in-50-  { \
mlmmj-1.3.0/listtexts/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mlmmj-1.3.0/listtexts/Makefile.in-52-  }; \
##############################################
mlmmj-1.3.0/listtexts/Makefile.in-118-  esac
mlmmj-1.3.0/listtexts/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mlmmj-1.3.0/listtexts/Makefile.in-120-am__vpath_adj = case $$p in \
mlmmj-1.3.0/listtexts/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mlmmj-1.3.0/listtexts/Makefile.in-122-    *) f=$$p;; \
mlmmj-1.3.0/listtexts/Makefile.in-123-  esac;
mlmmj-1.3.0/listtexts/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mlmmj-1.3.0/listtexts/Makefile.in-125-am__install_max = 40
mlmmj-1.3.0/listtexts/Makefile.in-126-am__nobase_strip_setup = \
mlmmj-1.3.0/listtexts/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mlmmj-1.3.0/listtexts/Makefile.in-128-am__nobase_strip = \
##############################################
mlmmj-1.3.0/listtexts/Makefile.in-293-	@list='$(nobase_dist_textlib_DATA)'; test -n "$(textlibdir)" || list=; \
mlmmj-1.3.0/listtexts/Makefile.in:294:	$(am__nobase_strip_setup); files=`$(am__nobase_strip)`; \
mlmmj-1.3.0/listtexts/Makefile.in-295-	dir='$(DESTDIR)$(textlibdir)'; $(am__uninstall_files_from_dir)
##############################################
mlmmj-1.3.0/listtexts/Makefile.in-303-distdir: $(DISTFILES)
mlmmj-1.3.0/listtexts/Makefile.in:304:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/listtexts/Makefile.in:305:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/listtexts/Makefile.in-306-	list='$(DISTFILES)'; \
##############################################
mlmmj-1.3.0/listtexts/Makefile.in-317-	  if test -d $$d/$$file; then \
mlmmj-1.3.0/listtexts/Makefile.in:318:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mlmmj-1.3.0/listtexts/Makefile.in-319-	    if test -d "$(distdir)/$$file"; then \
##############################################
mlmmj-1.3.0/Makefile.in-49-  { \
mlmmj-1.3.0/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mlmmj-1.3.0/Makefile.in-51-  }; \
##############################################
mlmmj-1.3.0/Makefile.in-127-  esac
mlmmj-1.3.0/Makefile.in:128:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mlmmj-1.3.0/Makefile.in-129-am__vpath_adj = case $$p in \
mlmmj-1.3.0/Makefile.in:130:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mlmmj-1.3.0/Makefile.in-131-    *) f=$$p;; \
mlmmj-1.3.0/Makefile.in-132-  esac;
mlmmj-1.3.0/Makefile.in:133:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mlmmj-1.3.0/Makefile.in-134-am__install_max = 40
mlmmj-1.3.0/Makefile.in-135-am__nobase_strip_setup = \
mlmmj-1.3.0/Makefile.in:136:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mlmmj-1.3.0/Makefile.in-137-am__nobase_strip = \
##############################################
mlmmj-1.3.0/Makefile.in-208-  while test -n "$$dir1"; do \
mlmmj-1.3.0/Makefile.in:209:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
mlmmj-1.3.0/Makefile.in-210-    if test "$$first" != "."; then \
mlmmj-1.3.0/Makefile.in-211-      if test "$$first" = ".."; then \
mlmmj-1.3.0/Makefile.in:212:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
mlmmj-1.3.0/Makefile.in:213:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
mlmmj-1.3.0/Makefile.in-214-      else \
mlmmj-1.3.0/Makefile.in:215:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
mlmmj-1.3.0/Makefile.in-216-        if test "$$first2" = "$$first"; then \
mlmmj-1.3.0/Makefile.in:217:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
mlmmj-1.3.0/Makefile.in-218-        else \
##############################################
mlmmj-1.3.0/Makefile.in-223-    fi; \
mlmmj-1.3.0/Makefile.in:224:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
mlmmj-1.3.0/Makefile.in-225-  done; \
##############################################
mlmmj-1.3.0/Makefile.in-390-	test -n "$(man1dir)" \
mlmmj-1.3.0/Makefile.in:391:	  && test -n "`echo $$list1$$list2`" \
mlmmj-1.3.0/Makefile.in-392-	  || exit 0; \
##############################################
mlmmj-1.3.0/Makefile.in-441-	dot_seen=no; \
mlmmj-1.3.0/Makefile.in:442:	target=`echo $@ | sed s/-recursive//`; \
mlmmj-1.3.0/Makefile.in-443-	case "$@" in \
##############################################
mlmmj-1.3.0/Makefile.in-504-GTAGS:
mlmmj-1.3.0/Makefile.in:505:	here=`$(am__cd) $(top_builddir) && pwd` \
mlmmj-1.3.0/Makefile.in-506-	  && $(am__cd) $(top_srcdir) \
##############################################
mlmmj-1.3.0/Makefile.in-536-	test -d "$(distdir)" || mkdir "$(distdir)"
mlmmj-1.3.0/Makefile.in:537:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/Makefile.in:538:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/Makefile.in-539-	list='$(DISTFILES)'; \
##############################################
mlmmj-1.3.0/Makefile.in-550-	  if test -d $$d/$$file; then \
mlmmj-1.3.0/Makefile.in:551:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mlmmj-1.3.0/Makefile.in-552-	    if test -d "$(distdir)/$$file"; then \
##############################################
mlmmj-1.3.0/Makefile.in-660-	test -d $(distdir)/_build || exit 0; \
mlmmj-1.3.0/Makefile.in:661:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
mlmmj-1.3.0/Makefile.in-662-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
mlmmj-1.3.0/Makefile.in-704-	}; \
mlmmj-1.3.0/Makefile.in:705:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
mlmmj-1.3.0/Makefile.in-706-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
mlmmj-1.3.0/Makefile.in-716-	fi
mlmmj-1.3.0/Makefile.in:717:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
mlmmj-1.3.0/Makefile.in-718-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
mlmmj-1.3.0/src/getlistaddr.c-36-
mlmmj-1.3.0/src/getlistaddr.c:37:char *getlistaddr(const char *listdir)
mlmmj-1.3.0/src/getlistaddr.c-38-{
##############################################
mlmmj-1.3.0/src/init_sockfd.c-51-	addr.sin_family = PF_INET;
mlmmj-1.3.0/src/init_sockfd.c:52:	addr.sin_addr.s_addr = inet_addr(relayhost);
mlmmj-1.3.0/src/init_sockfd.c-53-	addr.sin_port = htons(port);
##############################################
mlmmj-1.3.0/src/Makefile.in-53-  { \
mlmmj-1.3.0/src/Makefile.in:54:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
mlmmj-1.3.0/src/Makefile.in-55-  }; \
##############################################
mlmmj-1.3.0/src/Makefile.in-183-mlmmj_unsub_LDADD = $(LDADD)
mlmmj-1.3.0/src/Makefile.in:184:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
mlmmj-1.3.0/src/Makefile.in-185-am__vpath_adj = case $$p in \
mlmmj-1.3.0/src/Makefile.in:186:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
mlmmj-1.3.0/src/Makefile.in-187-    *) f=$$p;; \
mlmmj-1.3.0/src/Makefile.in-188-  esac;
mlmmj-1.3.0/src/Makefile.in:189:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
mlmmj-1.3.0/src/Makefile.in-190-am__install_max = 40
mlmmj-1.3.0/src/Makefile.in-191-am__nobase_strip_setup = \
mlmmj-1.3.0/src/Makefile.in:192:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
mlmmj-1.3.0/src/Makefile.in-193-am__nobase_strip = \
##############################################
mlmmj-1.3.0/src/Makefile.in-608-.c.o:
mlmmj-1.3.0/src/Makefile.in:609:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
mlmmj-1.3.0/src/Makefile.in-610-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
mlmmj-1.3.0/src/Makefile.in-616-.c.obj:
mlmmj-1.3.0/src/Makefile.in:617:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
mlmmj-1.3.0/src/Makefile.in:618:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
mlmmj-1.3.0/src/Makefile.in-619-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
mlmmj-1.3.0/src/Makefile.in-621-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
mlmmj-1.3.0/src/Makefile.in:622:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
mlmmj-1.3.0/src/Makefile.in-623-
##############################################
mlmmj-1.3.0/src/Makefile.in-653-GTAGS:
mlmmj-1.3.0/src/Makefile.in:654:	here=`$(am__cd) $(top_builddir) && pwd` \
mlmmj-1.3.0/src/Makefile.in-655-	  && $(am__cd) $(top_srcdir) \
##############################################
mlmmj-1.3.0/src/Makefile.in-676-distdir: $(DISTFILES)
mlmmj-1.3.0/src/Makefile.in:677:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/src/Makefile.in:678:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
mlmmj-1.3.0/src/Makefile.in-679-	list='$(DISTFILES)'; \
##############################################
mlmmj-1.3.0/src/Makefile.in-690-	  if test -d $$d/$$file; then \
mlmmj-1.3.0/src/Makefile.in:691:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
mlmmj-1.3.0/src/Makefile.in-692-	    if test -d "$(distdir)/$$file"; then \
##############################################
mlmmj-1.3.0/src/mlmmj-bounce.c-62-
mlmmj-1.3.0/src/mlmmj-bounce.c:63:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/mlmmj-bounce.c-64-	listname = genlistname(listaddr);
##############################################
mlmmj-1.3.0/src/mlmmj-bounce.c-124-
mlmmj-1.3.0/src/mlmmj-bounce.c:125:char *dsnparseaddr(const char *mailname)
mlmmj-1.3.0/src/mlmmj-bounce.c-126-{
##############################################
mlmmj-1.3.0/src/mlmmj-bounce.c-263-	if(dsnbounce) {
mlmmj-1.3.0/src/mlmmj-bounce.c:264:		address = dsnparseaddr(mailname);
mlmmj-1.3.0/src/mlmmj-bounce.c-265-
##############################################
mlmmj-1.3.0/src/mlmmj-process.c-133-	char *from, *listfqdn, *listname, *moderators = NULL;
mlmmj-1.3.0/src/mlmmj-process.c:134:	char *replyto, *listaddr = getlistaddr(listdir), *listdelim;
mlmmj-1.3.0/src/mlmmj-process.c-135-	text *txt;
##############################################
mlmmj-1.3.0/src/mlmmj-process.c-820-
mlmmj-1.3.0/src/mlmmj-process.c:821:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/mlmmj-process.c-822-
##############################################
mlmmj-1.3.0/src/mlmmj-send.c-966-	if(listdir && listctrl[0] != '5')
mlmmj-1.3.0/src/mlmmj-send.c:967:		listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/mlmmj-send.c-968-	
##############################################
mlmmj-1.3.0/src/mlmmj-sub.c-415-                myfree(randomstr);
mlmmj-1.3.0/src/mlmmj-sub.c:416:		randomstr = random_plus_addr(subaddr);
mlmmj-1.3.0/src/mlmmj-sub.c-417-                confirmfilename = concatstr(3, listdir, "/subconf/",
##############################################
mlmmj-1.3.0/src/mlmmj-sub.c-528-
mlmmj-1.3.0/src/mlmmj-sub.c:529:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/mlmmj-sub.c-530-	listname = genlistname(listaddr);
##############################################
mlmmj-1.3.0/src/mlmmj-sub.c-774-	/* get the list address */
mlmmj-1.3.0/src/mlmmj-sub.c:775:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/mlmmj-sub.c-776-	if(strncasecmp(listaddr, address, strlen(listaddr)) == 0) {
##############################################
mlmmj-1.3.0/src/mlmmj-unsub.c-173-                myfree(randomstr);
mlmmj-1.3.0/src/mlmmj-unsub.c:174:		randomstr = random_plus_addr(subaddr);
mlmmj-1.3.0/src/mlmmj-unsub.c-175-                confirmfilename = concatstr(3, listdir, "/unsubconf/",
##############################################
mlmmj-1.3.0/src/mlmmj-unsub.c-322-
mlmmj-1.3.0/src/mlmmj-unsub.c:323:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/mlmmj-unsub.c-324-	listname = genlistname(listaddr);
##############################################
mlmmj-1.3.0/src/mlmmj-unsub.c-641-	/* get the list address */
mlmmj-1.3.0/src/mlmmj-unsub.c:642:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/mlmmj-unsub.c-643-	listdelim = getlistdelim(listdir);
##############################################
mlmmj-1.3.0/src/prepstdreply.c-1594-
mlmmj-1.3.0/src/prepstdreply.c:1595:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/prepstdreply.c-1596-	listdelim = getlistdelim(listdir);
##############################################
mlmmj-1.3.0/src/send_digest.c-281-
mlmmj-1.3.0/src/send_digest.c:282:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/send_digest.c-283-	listname = genlistname(listaddr);
##############################################
mlmmj-1.3.0/src/send_help.c-50-
mlmmj-1.3.0/src/send_help.c:51:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/send_help.c-52-	listdelim = getlistdelim(listdir);
##############################################
mlmmj-1.3.0/src/send_list.c-162-
mlmmj-1.3.0/src/send_list.c:163:	listaddr = getlistaddr(listdir);
mlmmj-1.3.0/src/send_list.c-164-	listdelim = getlistdelim(listdir);
##############################################
mlmmj-1.3.0/src/strgen.c-50-
mlmmj-1.3.0/src/strgen.c:51:char *random_plus_addr(const char *addr)
mlmmj-1.3.0/src/strgen.c-52-{
##############################################
mlmmj-1.3.0/TUNABLES-232-
mlmmj-1.3.0/TUNABLES:233: ยท staticbounceaddr		(normal)
mlmmj-1.3.0/TUNABLES-234-
##############################################
mlmmj-1.3.0/debian/mlmmj-make-ml.Debian-167-
mlmmj-1.3.0/debian/mlmmj-make-ml.Debian:168:for ENTRY in `ls $SPOOLDIR`
mlmmj-1.3.0/debian/mlmmj-make-ml.Debian-169-do
mlmmj-1.3.0/debian/mlmmj-make-ml.Debian:170:        SOWNER=`stat -c %U $SPOOLDIR/$ENTRY`
mlmmj-1.3.0/debian/mlmmj-make-ml.Debian:171:        SGROUP=`stat -c %G $SPOOLDIR/$ENTRY`
mlmmj-1.3.0/debian/mlmmj-make-ml.Debian-172-