===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lft-3.91/lft_lib.c-517-    } else {
lft-3.91/lft_lib.c:518:        h = gethostbyaddr ((void *) &addr, 4, AF_INET);
lft-3.91/lft_lib.c-519-        if (h) {
##############################################
lft-3.91/lft_lib.c-2219-     *  Currently operates on user's input only as a call to
lft-3.91/lft_lib.c:2220:     *  gethostbyaddr() before tracing could slow us down too much
lft-3.91/lft_lib.c-2221-     */
##############################################
lft-3.91/lft_lib.c-2428-    /* this is now set inside device selection routines */
lft-3.91/lft_lib.c:2429:    /* sess->local_address.s_addr = lft_getifaddr (pcap_dev); */	
lft-3.91/lft_lib.c-2430-    
##############################################
lft-3.91/lft_lib.c-3963-        sess->pcap_send_dev = sess->pcap_dev;
lft-3.91/lft_lib.c:3964:        sess->local_address.s_addr = lft_getifaddr(sess->pcap_dev);
lft-3.91/lft_lib.c-3965-
##############################################
lft-3.91/lft_lib.c-3979-            /* we have a receive device, set the source address */
lft-3.91/lft_lib.c:3980:            sess->local_address.s_addr = lft_getifaddr(sess->pcap_dev);
lft-3.91/lft_lib.c-3981-        } else
##############################################
lft-3.91/lft_lib.c-3983-            sess->pcap_send_dev = sess->userdev;
lft-3.91/lft_lib.c:3984:            sess->local_address.s_addr = lft_getifaddr(sess->pcap_dev);
lft-3.91/lft_lib.c-3985-    };
##############################################
lft-3.91/lft_lib.c-4006-            /* we have a send device, set the source address */
lft-3.91/lft_lib.c:4007:            sess->local_address.s_addr = lft_getifaddr(sess->pcap_dev);
lft-3.91/lft_lib.c-4008-            }
##############################################
lft-3.91/whois.c-115-    
lft-3.91/whois.c:116:    pin->s_addr = inet_addr(cp);
lft-3.91/whois.c-117-    return (pin->s_addr != -1) ? 1 : 0;
##############################################
lft-3.91/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
lft-3.91/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lft-3.91/configure-45-  as_echo='print -r --'
lft-3.91/configure-46-  as_echo_n='print -rn --'
lft-3.91/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lft-3.91/configure-48-  as_echo='printf %s\n'
##############################################
lft-3.91/configure-50-else
lft-3.91/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lft-3.91/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lft-3.91/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
lft-3.91/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lft-3.91/configure-62-      esac;
##############################################
lft-3.91/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lft-3.91/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lft-3.91/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
lft-3.91/configure-324-      case $as_dir in #(
lft-3.91/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lft-3.91/configure-326-      *) as_qdir=$as_dir;;
##############################################
lft-3.91/configure-397-  {
lft-3.91/configure:398:    as_val=`expr "$@" || test $? -eq 1`
lft-3.91/configure-399-  }
##############################################
lft-3.91/configure-404-# ----------------------------------------
lft-3.91/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lft-3.91/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lft-3.91/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lft-3.91/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lft-3.91/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lft-3.91/configure-763-  case $ac_option in
lft-3.91/configure:764:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lft-3.91/configure-765-  *=)   ac_optarg= ;;
##############################################
lft-3.91/configure-807-  -disable-* | --disable-*)
lft-3.91/configure:808:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lft-3.91/configure-809-    # Reject names that are not valid shell variable names.
##############################################
lft-3.91/configure-812-    ac_useropt_orig=$ac_useropt
lft-3.91/configure:813:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lft-3.91/configure-814-    case $ac_user_opts in
##############################################
lft-3.91/configure-833-  -enable-* | --enable-*)
lft-3.91/configure:834:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lft-3.91/configure-835-    # Reject names that are not valid shell variable names.
##############################################
lft-3.91/configure-838-    ac_useropt_orig=$ac_useropt
lft-3.91/configure:839:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lft-3.91/configure-840-    case $ac_user_opts in
##############################################
lft-3.91/configure-1037-  -with-* | --with-*)
lft-3.91/configure:1038:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lft-3.91/configure-1039-    # Reject names that are not valid shell variable names.
##############################################
lft-3.91/configure-1042-    ac_useropt_orig=$ac_useropt
lft-3.91/configure:1043:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lft-3.91/configure-1044-    case $ac_user_opts in
##############################################
lft-3.91/configure-1053-  -without-* | --without-*)
lft-3.91/configure:1054:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lft-3.91/configure-1055-    # Reject names that are not valid shell variable names.
##############################################
lft-3.91/configure-1058-    ac_useropt_orig=$ac_useropt
lft-3.91/configure:1059:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lft-3.91/configure-1060-    case $ac_user_opts in
##############################################
lft-3.91/configure-1091-  *=*)
lft-3.91/configure:1092:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lft-3.91/configure-1093-    # Reject names that are not valid shell variable names.
##############################################
lft-3.91/configure-1112-if test -n "$ac_prev"; then
lft-3.91/configure:1113:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lft-3.91/configure-1114-  as_fn_error $? "missing argument to $ac_option"
##############################################
lft-3.91/configure-1134-    */ )
lft-3.91/configure:1135:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lft-3.91/configure-1136-      eval $ac_var=\$ac_val;;
##############################################
lft-3.91/configure-1169-ac_ls_di=`ls -di .` &&
lft-3.91/configure:1170:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lft-3.91/configure-1171-  as_fn_error $? "working directory cannot be determined"
##############################################
lft-3.91/configure-1225-case $srcdir in
lft-3.91/configure:1226:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lft-3.91/configure-1227-esac
##############################################
lft-3.91/configure-1268-By default, \`make install' will install all the files in
lft-3.91/configure:1269:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lft-3.91/configure:1270:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lft-3.91/configure-1271-for instance \`--prefix=\$HOME'.
##############################################
lft-3.91/configure-1349-*)
lft-3.91/configure:1350:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lft-3.91/configure-1351-  # A ".." for each directory in $ac_dir_suffix.
lft-3.91/configure:1352:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lft-3.91/configure-1353-  case $ac_top_builddir_sub in
##############################################
lft-3.91/configure-1887-    *\'*)
lft-3.91/configure:1888:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lft-3.91/configure-1889-    esac
##############################################
lft-3.91/configure-1970-      case $ac_val in
lft-3.91/configure:1971:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lft-3.91/configure-1972-      esac
##############################################
lft-3.91/configure-1985-	case $ac_val in
lft-3.91/configure:1986:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lft-3.91/configure-1987-	esac
##############################################
lft-3.91/configure-2105-    set,)
lft-3.91/configure:2106:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lft-3.91/configure:2107:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lft-3.91/configure-2108-      ac_cache_corrupted=: ;;
##############################################
lft-3.91/configure-2116-	# differences in whitespace do not lead to failure.
lft-3.91/configure:2117:	ac_old_val_w=`echo x $ac_old_val`
lft-3.91/configure:2118:	ac_new_val_w=`echo x $ac_new_val`
lft-3.91/configure-2119-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lft-3.91/configure-2136-    case $ac_new_val in
lft-3.91/configure:2137:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lft-3.91/configure-2138-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lft-3.91/configure-2208-test "x$ac_build_alias" = x &&
lft-3.91/configure:2209:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
lft-3.91/configure-2210-test "x$ac_build_alias" = x &&
lft-3.91/configure-2211-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
lft-3.91/configure:2212:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
lft-3.91/configure-2213-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
lft-3.91/configure-2232-IFS=$ac_save_IFS
lft-3.91/configure:2233:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
lft-3.91/configure-2234-
##############################################
lft-3.91/configure-2243-else
lft-3.91/configure:2244:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
lft-3.91/configure-2245-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
lft-3.91/configure-2265-IFS=$ac_save_IFS
lft-3.91/configure:2266:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
lft-3.91/configure-2267-
##############################################
lft-3.91/configure-2625-$as_echo_n "checking whether the C compiler works... " >&6; }
lft-3.91/configure:2626:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lft-3.91/configure-2627-
##############################################
lft-3.91/configure-2669-	then :; else
lft-3.91/configure:2670:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lft-3.91/configure-2671-	fi
##############################################
lft-3.91/configure-2729-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lft-3.91/configure:2730:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lft-3.91/configure-2731-	  break;;
##############################################
lft-3.91/configure-2838-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lft-3.91/configure:2839:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lft-3.91/configure-2840-       break;;
##############################################
lft-3.91/configure-3082-set x ${MAKE-make}
lft-3.91/configure:3083:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lft-3.91/configure-3084-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lft-3.91/configure-3092-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lft-3.91/configure:3093:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lft-3.91/configure-3094-  *@@@%%%=?*=@@@%%%*)
##############################################
lft-3.91/configure-3544-  # Check for GNU $ac_path_GREP
lft-3.91/configure:3545:case `"$ac_path_GREP" --version 2>&1` in
lft-3.91/configure-3546-*GNU*)
##############################################
lft-3.91/configure-3610-  # Check for GNU $ac_path_EGREP
lft-3.91/configure:3611:case `"$ac_path_EGREP" --version 2>&1` in
lft-3.91/configure-3612-*GNU*)
##############################################
lft-3.91/configure-3771-do :
lft-3.91/configure:3772:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lft-3.91/configure-3773-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lft-3.91/configure-3776-  cat >>confdefs.h <<_ACEOF
lft-3.91/configure:3777:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lft-3.91/configure-3778-_ACEOF
##############################################
lft-3.91/configure-3786-do :
lft-3.91/configure:3787:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lft-3.91/configure-3788-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lft-3.91/configure-3790-  cat >>confdefs.h <<_ACEOF
lft-3.91/configure:3791:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lft-3.91/configure-3792-_ACEOF
##############################################
lft-3.91/configure-4128-  for ac_func in _getb67 GETB67 getb67; do
lft-3.91/configure:4129:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
lft-3.91/configure-4130-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
lft-3.91/configure-4325-do :
lft-3.91/configure:4326:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lft-3.91/configure-4327-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lft-3.91/configure-4329-  cat >>confdefs.h <<_ACEOF
lft-3.91/configure:4330:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lft-3.91/configure-4331-_ACEOF
##############################################
lft-3.91/configure-4378-ac_save_IFS=$IFS; IFS=','
lft-3.91/configure:4379:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
lft-3.91/configure-4380-IFS=$ac_save_IFS
##############################################
lft-3.91/configure-4455-do :
lft-3.91/configure:4456:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
lft-3.91/configure-4457-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
lft-3.91/configure-4459-  cat >>confdefs.h <<_ACEOF
lft-3.91/configure:4460:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
lft-3.91/configure-4461-_ACEOF
##############################################
lft-3.91/configure-4789-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lft-3.91/configure:4790:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lft-3.91/configure-4791-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lft-3.91/configure-4856-if test -z "$BASH_VERSION$ZSH_VERSION" \
lft-3.91/configure:4857:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lft-3.91/configure-4858-  as_echo='print -r --'
lft-3.91/configure-4859-  as_echo_n='print -rn --'
lft-3.91/configure:4860:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lft-3.91/configure-4861-  as_echo='printf %s\n'
##############################################
lft-3.91/configure-4863-else
lft-3.91/configure:4864:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lft-3.91/configure-4865-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lft-3.91/configure-4873-	expr "X$arg" : "X\\(.*\\)$as_nl";
lft-3.91/configure:4874:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lft-3.91/configure-4875-      esac;
##############################################
lft-3.91/configure-4950-# ----------------------------------------
lft-3.91/configure:4951:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lft-3.91/configure-4952-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lft-3.91/configure-5022-  {
lft-3.91/configure:5023:    as_val=`expr "$@" || test $? -eq 1`
lft-3.91/configure-5024-  }
##############################################
lft-3.91/configure-5126-      case $as_dir in #(
lft-3.91/configure:5127:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lft-3.91/configure-5128-      *) as_qdir=$as_dir;;
##############################################
lft-3.91/configure-5257-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lft-3.91/configure:5258:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lft-3.91/configure-5259-ac_cs_version="\\
##############################################
lft-3.91/configure-5280-  --*=?*)
lft-3.91/configure:5281:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lft-3.91/configure:5282:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lft-3.91/configure-5283-    ac_shift=:
##############################################
lft-3.91/configure-5285-  --*=)
lft-3.91/configure:5286:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lft-3.91/configure-5287-    ac_optarg=
##############################################
lft-3.91/configure-5309-    case $ac_optarg in
lft-3.91/configure:5310:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lft-3.91/configure-5311-    '') as_fn_error $? "missing file argument" ;;
##############################################
lft-3.91/configure-5317-    case $ac_optarg in
lft-3.91/configure:5318:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lft-3.91/configure-5319-    esac
##############################################
lft-3.91/configure-5438-fi
lft-3.91/configure:5439:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lft-3.91/configure-5440-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lft-3.91/configure-5455-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lft-3.91/configure:5456:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lft-3.91/configure-5457-ac_delim='%!_!# '
##############################################
lft-3.91/configure-5461-
lft-3.91/configure:5462:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lft-3.91/configure-5463-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lft-3.91/configure-5599-for ac_last_try in false false :; do
lft-3.91/configure:5600:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lft-3.91/configure-5601-  if test -z "$ac_tt"; then
##############################################
lft-3.91/configure-5731-      esac
lft-3.91/configure:5732:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lft-3.91/configure-5733-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lft-3.91/configure-5790-*)
lft-3.91/configure:5791:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lft-3.91/configure-5792-  # A ".." for each directory in $ac_dir_suffix.
lft-3.91/configure:5793:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lft-3.91/configure-5794-  case $ac_top_builddir_sub in
##############################################
lft-3.91/configure-5833-
lft-3.91/configure:5834:# Neutralize VPATH when `$srcdir' = `.'.
lft-3.91/configure-5835-# Shell code in configure.ac might set extrasub.
##############################################
lft-3.91/CHANGELOG-306-- Source and Destination ports use /etc/services for lookup
lft-3.91/CHANGELOG:307:- Fixed a bug that created a gethostbyaddr() call even when the user
lft-3.91/CHANGELOG-308-  specified NOT to do reverse DNS lookups -- makes -n option way faster!
##############################################
lft-3.91/config/install-sh-211-      fi
lft-3.91/config/install-sh:212:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lft-3.91/config/install-sh-213-    *)
##############################################
lft-3.91/config/install-sh-263-      dstdir=$dst
lft-3.91/config/install-sh:264:      dst=$dstdir/`basename "$src"`
lft-3.91/config/install-sh-265-      dstdir_status=0
##############################################
lft-3.91/config/install-sh-345-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
lft-3.91/config/install-sh:346:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
lft-3.91/config/install-sh-347-		   case $ls_ld_tmpdir in
##############################################
lft-3.91/config/install-sh-352-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
lft-3.91/config/install-sh:353:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
lft-3.91/config/install-sh-354-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lft-3.91/config/install-sh-419-	    case $prefix in
lft-3.91/config/install-sh:420:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lft-3.91/config/install-sh-421-	      *) qprefix=$prefix;;
##############################################
lft-3.91/config/config.guess-40-
lft-3.91/config/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
lft-3.91/config/config.guess-42-
##############################################
lft-3.91/config/config.guess-109-: ${TMPDIR=/tmp} ;
lft-3.91/config/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lft-3.91/config/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
lft-3.91/config/config.guess-194-	    *)
lft-3.91/config/config.guess:195:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
lft-3.91/config/config.guess-196-		;;
##############################################
lft-3.91/config/config.guess-221-	*4.0)
lft-3.91/config/config.guess:222:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lft-3.91/config/config.guess-223-		;;
lft-3.91/config/config.guess-224-	*5.*)
lft-3.91/config/config.guess:225:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
lft-3.91/config/config.guess-226-		;;
##############################################
lft-3.91/config/config.guess-231-	# types through head -n 1, so we only detect the type of CPU 0.
lft-3.91/config/config.guess:232:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lft-3.91/config/config.guess-233-	case "$ALPHA_CPU_TYPE" in
##############################################
lft-3.91/config/config.guess-269-	# 1.2 uses "1.2" for uname -r.
lft-3.91/config/config.guess:270:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
lft-3.91/config/config.guess-271-	exit ;;
##############################################
lft-3.91/config/config.guess-326-    sun4H:SunOS:5.*:*)
lft-3.91/config/config.guess:327:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lft-3.91/config/config.guess-328-	exit ;;
lft-3.91/config/config.guess-329-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lft-3.91/config/config.guess:330:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lft-3.91/config/config.guess-331-	exit ;;
lft-3.91/config/config.guess-332-    i86pc:SunOS:5.*:*)
lft-3.91/config/config.guess:333:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lft-3.91/config/config.guess-334-	exit ;;
##############################################
lft-3.91/config/config.guess-338-	# it's likely to be more like Solaris than SunOS4.
lft-3.91/config/config.guess:339:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lft-3.91/config/config.guess-340-	exit ;;
##############################################
lft-3.91/config/config.guess-347-	# Japanese Language versions have a version number like `4.1.3-JL'.
lft-3.91/config/config.guess:348:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
lft-3.91/config/config.guess-349-	exit ;;
##############################################
lft-3.91/config/config.guess-353-    sun*:*:4.2BSD:*)
lft-3.91/config/config.guess:354:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lft-3.91/config/config.guess-355-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
lft-3.91/config/config.guess-435-	$CC_FOR_BUILD -o $dummy $dummy.c &&
lft-3.91/config/config.guess:436:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
lft-3.91/config/config.guess:437:	  SYSTEM_NAME=`$dummy $dummyarg` &&
lft-3.91/config/config.guess-438-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
lft-3.91/config/config.guess-491-    *:IRIX*:*:*)
lft-3.91/config/config.guess:492:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
lft-3.91/config/config.guess-493-	exit ;;
##############################################
lft-3.91/config/config.guess-521-EOF
lft-3.91/config/config.guess:522:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
lft-3.91/config/config.guess-523-		then
##############################################
lft-3.91/config/config.guess-534-    *:AIX:*:[45])
lft-3.91/config/config.guess:535:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lft-3.91/config/config.guess-536-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
lft-3.91/config/config.guess-569-    9000/[34678]??:HP-UX:*:*)
lft-3.91/config/config.guess:570:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lft-3.91/config/config.guess-571-	case "${UNAME_MACHINE}" in
##############################################
lft-3.91/config/config.guess-623-EOF
lft-3.91/config/config.guess:624:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
lft-3.91/config/config.guess-625-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lft-3.91/config/config.guess-651-    ia64:HP-UX:*:*)
lft-3.91/config/config.guess:652:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
lft-3.91/config/config.guess-653-	echo ia64-hp-hpux${HPUX_REV}
##############################################
lft-3.91/config/config.guess-681-EOF
lft-3.91/config/config.guess:682:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
lft-3.91/config/config.guess-683-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
lft-3.91/config/config.guess-752-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lft-3.91/config/config.guess:753:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
lft-3.91/config/config.guess-754-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lft-3.91/config/config.guess-757-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
lft-3.91/config/config.guess:758:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
lft-3.91/config/config.guess-759-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lft-3.91/config/config.guess-772-	    pc98)
lft-3.91/config/config.guess:773:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
lft-3.91/config/config.guess-774-	    amd64)
lft-3.91/config/config.guess:775:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
lft-3.91/config/config.guess-776-	    *)
lft-3.91/config/config.guess:777:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
lft-3.91/config/config.guess-778-	esac
##############################################
lft-3.91/config/config.guess-817-    prep*:SunOS:5.*:*)
lft-3.91/config/config.guess:818:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
lft-3.91/config/config.guess-819-	exit ;;
##############################################
lft-3.91/config/config.guess-821-	# the GNU system
lft-3.91/config/config.guess:822:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
lft-3.91/config/config.guess-823-	exit ;;
##############################################
lft-3.91/config/config.guess-825-	# other systems with GNU libc and userland
lft-3.91/config/config.guess:826:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
lft-3.91/config/config.guess-827-	exit ;;
##############################################
lft-3.91/config/config.guess-1050-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
lft-3.91/config/config.guess:1051:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
lft-3.91/config/config.guess-1052-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lft-3.91/config/config.guess-1282-    *:DragonFly:*:*)
lft-3.91/config/config.guess:1283:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
lft-3.91/config/config.guess-1284-	exit ;;
##############################################
lft-3.91/config/config.guess-1295-    i*86:skyos:*:*)
lft-3.91/config/config.guess:1296:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
lft-3.91/config/config.guess-1297-	exit ;;
##############################################
lft-3.91/config/config.guess-1420-
lft-3.91/config/config.guess:1421:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
lft-3.91/config/config.guess-1422-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
lft-3.91/config/config.sub-56-
lft-3.91/config/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
lft-3.91/config/config.sub-58-
##############################################
lft-3.91/config/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
lft-3.91/config/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
lft-3.91/config/config.sub-122-case $maybe_os in
##############################################
lft-3.91/config/config.sub-126-    os=-$maybe_os
lft-3.91/config/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
lft-3.91/config/config.sub-128-    ;;
lft-3.91/config/config.sub-129-  *)
lft-3.91/config/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
lft-3.91/config/config.sub-131-    if [ $basic_machine != $1 ]
lft-3.91/config/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
lft-3.91/config/config.sub-133-    else os=; fi
##############################################
lft-3.91/config/config.sub-177-		os=-sco5v6
lft-3.91/config/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-179-		;;
##############################################
lft-3.91/config/config.sub-181-		os=-sco3.2v5
lft-3.91/config/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-183-		;;
##############################################
lft-3.91/config/config.sub-185-		os=-sco3.2v4
lft-3.91/config/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-187-		;;
lft-3.91/config/config.sub-188-	-sco3.2.[4-9]*)
lft-3.91/config/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lft-3.91/config/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-191-		;;
##############################################
lft-3.91/config/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
lft-3.91/config/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-195-		;;
##############################################
lft-3.91/config/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
lft-3.91/config/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-199-		;;
##############################################
lft-3.91/config/config.sub-201-		os=-sco3.2v2
lft-3.91/config/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-203-		;;
lft-3.91/config/config.sub-204-	-udk*)
lft-3.91/config/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-206-		;;
##############################################
lft-3.91/config/config.sub-208-		os=-isc2.2
lft-3.91/config/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-210-		;;
##############################################
lft-3.91/config/config.sub-214-	-isc*)
lft-3.91/config/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
lft-3.91/config/config.sub-216-		;;
##############################################
lft-3.91/config/config.sub-220-	-ptx*)
lft-3.91/config/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
lft-3.91/config/config.sub-222-		;;
lft-3.91/config/config.sub-223-	-windowsnt*)
lft-3.91/config/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
lft-3.91/config/config.sub-225-		;;
##############################################
lft-3.91/config/config.sub-310-	*-*-*)
lft-3.91/config/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
lft-3.91/config/config.sub-312-		exit 1
##############################################
lft-3.91/config/config.sub-412-	amd64-*)
lft-3.91/config/config.sub:413:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-414-		;;
##############################################
lft-3.91/config/config.sub-633-	i*86v32)
lft-3.91/config/config.sub:634:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lft-3.91/config/config.sub-635-		os=-sysv32
##############################################
lft-3.91/config/config.sub-637-	i*86v4*)
lft-3.91/config/config.sub:638:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lft-3.91/config/config.sub-639-		os=-sysv4
##############################################
lft-3.91/config/config.sub-641-	i*86v)
lft-3.91/config/config.sub:642:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lft-3.91/config/config.sub-643-		os=-sysv
##############################################
lft-3.91/config/config.sub-645-	i*86sol2)
lft-3.91/config/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
lft-3.91/config/config.sub-647-		os=-solaris2
##############################################
lft-3.91/config/config.sub-693-	mips3*-*)
lft-3.91/config/config.sub:694:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
lft-3.91/config/config.sub-695-		;;
lft-3.91/config/config.sub-696-	mips3*)
lft-3.91/config/config.sub:697:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
lft-3.91/config/config.sub-698-		;;
##############################################
lft-3.91/config/config.sub-711-	ms1-*)
lft-3.91/config/config.sub:712:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
lft-3.91/config/config.sub-713-		;;
##############################################
lft-3.91/config/config.sub-824-	pc98-*)
lft-3.91/config/config.sub:825:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-826-		;;
##############################################
lft-3.91/config/config.sub-839-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
lft-3.91/config/config.sub:840:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-841-		;;
lft-3.91/config/config.sub-842-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
lft-3.91/config/config.sub:843:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-844-		;;
lft-3.91/config/config.sub-845-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
lft-3.91/config/config.sub:846:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-847-		;;
lft-3.91/config/config.sub-848-	pentium4-*)
lft-3.91/config/config.sub:849:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-850-		;;
##############################################
lft-3.91/config/config.sub-857-		;;
lft-3.91/config/config.sub:858:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-859-		;;
##############################################
lft-3.91/config/config.sub-863-	ppcle-* | powerpclittle-*)
lft-3.91/config/config.sub:864:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-865-		;;
##############################################
lft-3.91/config/config.sub-867-		;;
lft-3.91/config/config.sub:868:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-869-		;;
##############################################
lft-3.91/config/config.sub-873-	ppc64le-* | powerpc64little-*)
lft-3.91/config/config.sub:874:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
lft-3.91/config/config.sub-875-		;;
##############################################
lft-3.91/config/config.sub-1154-	*)
lft-3.91/config/config.sub:1155:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
lft-3.91/config/config.sub-1156-		exit 1
##############################################
lft-3.91/config/config.sub-1162-	*-digital*)
lft-3.91/config/config.sub:1163:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
lft-3.91/config/config.sub-1164-		;;
lft-3.91/config/config.sub-1165-	*-commodore*)
lft-3.91/config/config.sub:1166:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
lft-3.91/config/config.sub-1167-		;;
##############################################
lft-3.91/config/config.sub-1180-	-solaris1 | -solaris1.*)
lft-3.91/config/config.sub:1181:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lft-3.91/config/config.sub-1182-		;;
##############################################
lft-3.91/config/config.sub-1192-	-gnu/linux*)
lft-3.91/config/config.sub:1193:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
lft-3.91/config/config.sub-1194-		;;
##############################################
lft-3.91/config/config.sub-1236-	-nto*)
lft-3.91/config/config.sub:1237:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
lft-3.91/config/config.sub-1238-		;;
##############################################
lft-3.91/config/config.sub-1243-	-mac*)
lft-3.91/config/config.sub:1244:		os=`echo $os | sed -e 's|mac|macos|'`
lft-3.91/config/config.sub-1245-		;;
##############################################
lft-3.91/config/config.sub-1249-	-linux*)
lft-3.91/config/config.sub:1250:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
lft-3.91/config/config.sub-1251-		;;
lft-3.91/config/config.sub-1252-	-sunos5*)
lft-3.91/config/config.sub:1253:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
lft-3.91/config/config.sub-1254-		;;
lft-3.91/config/config.sub-1255-	-sunos6*)
lft-3.91/config/config.sub:1256:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
lft-3.91/config/config.sub-1257-		;;
##############################################
lft-3.91/config/config.sub-1304-	-sinix5.*)
lft-3.91/config/config.sub:1305:		os=`echo $os | sed -e 's|sinix|sysv|'`
lft-3.91/config/config.sub-1306-		;;
##############################################
lft-3.91/config/config.sub-1355-		# Get rid of the `-' at the beginning of $os.
lft-3.91/config/config.sub:1356:		os=`echo $os | sed 's/[^-]*-//'`
lft-3.91/config/config.sub:1357:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
lft-3.91/config/config.sub-1358-		exit 1
##############################################
lft-3.91/config/config.sub-1603-		esac
lft-3.91/config/config.sub:1604:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
lft-3.91/config/config.sub-1605-		;;
##############################################
lft-3.91/include/win32/winlft_ifname.c-111-        {
lft-3.91/include/win32/winlft_ifname.c:112:            ret=inet_addr(ip);
lft-3.91/include/win32/winlft_ifname.c-113-            RegCloseKey (subkey);
##############################################
lft-3.91/include/win32/winlft_ifname.c-189-        {
lft-3.91/include/win32/winlft_ifname.c:190:            ret=inet_addr(ip);
lft-3.91/include/win32/winlft_ifname.c-191-            RegCloseKey (subkey);
##############################################
lft-3.91/include/win32/winlft_ifname.c-287-                    }
lft-3.91/include/win32/winlft_ifname.c:288:                    ret=inet_addr(ipaddress);
lft-3.91/include/win32/winlft_ifname.c-289-                    if(!ret)
##############################################
lft-3.91/include/win32/winlft_ifname.c-293-                        {
lft-3.91/include/win32/winlft_ifname.c:294:                            ret=inet_addr(ipaddress);
lft-3.91/include/win32/winlft_ifname.c-295-                        }
##############################################
lft-3.91/include/win32/winlft_ifname.c-369-                    }
lft-3.91/include/win32/winlft_ifname.c:370:                    ret=inet_addr(ipaddress);
lft-3.91/include/win32/winlft_ifname.c-371-                    if(!ret)
##############################################
lft-3.91/include/win32/winlft_ifname.c-375-                        {
lft-3.91/include/win32/winlft_ifname.c:376:                            ret=inet_addr(ipaddress);
lft-3.91/include/win32/winlft_ifname.c-377-                        }
##############################################
lft-3.91/include/win32/winlft_ifname.c-672-
lft-3.91/include/win32/winlft_ifname.c:673:u_long lft_getifaddr (const char *ifname)
lft-3.91/include/win32/winlft_ifname.c-674-{
##############################################
lft-3.91/include/win32/winlft_ifname.c-730-
lft-3.91/include/win32/winlft_ifname.c:731:	in.s_addr = lft_getifaddr (addr);
lft-3.91/include/win32/winlft_ifname.c-732-	if (in.s_addr == -1) {
##############################################
lft-3.91/lft_ifname.h-26-
lft-3.91/lft_ifname.h:27:extern u_long		lft_getifaddr (const char *);
lft-3.91/lft_ifname.h-28-extern char *		lft_getifname (struct in_addr);
##############################################
lft-3.91/lft_ifname.c-38-u_long
lft-3.91/lft_ifname.c:39:lft_getifaddr (const char *ifname)
lft-3.91/lft_ifname.c-40-{
##############################################
lft-3.91/lft_ifname.c-136-
lft-3.91/lft_ifname.c:137:	in.s_addr = lft_getifaddr (addr);
lft-3.91/lft_ifname.c-138-	if (in.s_addr == -1) {