===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ircii-20190117/doc/OLDNEWS-332-2.2
ircii-20190117/doc/OLDNEWS:333:	New alias variables `$W', `$V' and `$H' which expand to the
ircii-20190117/doc/OLDNEWS-334-	current working directory, the internal ircII release date,
##############################################
ircii-20190117/script/history-21-set input_protection off
ircii-20190117/script/history:22:on ^input * if (hs.on) { sendline $hs.eval($*) } { sendline $* }
ircii-20190117/script/history-23-
##############################################
ircii-20190117/source/ircaux.c-50-
ircii-20190117/source/ircaux.c:51:static int bind_local_addr(u_char *, int, int);
ircii-20190117/source/ircaux.c-52-
##############################################
ircii-20190117/source/ircaux.c-386-		{
ircii-20190117/source/ircaux.c:387:			if (bind_local_addr(cur_source_host, s, res->ai_family) < 0)
ircii-20190117/source/ircaux.c-388-			{
##############################################
ircii-20190117/source/ircaux.c-457-static int
ircii-20190117/source/ircaux.c:458:bind_local_addr(u_char *localhost, int fd, int family)
ircii-20190117/source/ircaux.c-459-{
##############################################
ircii-20190117/source/getaddrinfo.c-694- * hostname == NULL.
ircii-20190117/source/getaddrinfo.c:695: * passive socket -> anyaddr (0.0.0.0 or ::)
ircii-20190117/source/getaddrinfo.c-696- * non-passive socket -> localhost (127.0.0.1 or ::1)
##############################################
ircii-20190117/source/getnameinfo.c-230-	} else {
ircii-20190117/source/getnameinfo.c:231:		hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af);
ircii-20190117/source/getnameinfo.c-232-
##############################################
ircii-20190117/configure-44-if test -z "$BASH_VERSION$ZSH_VERSION" \
ircii-20190117/configure:45:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ircii-20190117/configure-46-  as_echo='print -r --'
ircii-20190117/configure-47-  as_echo_n='print -rn --'
ircii-20190117/configure:48:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ircii-20190117/configure-49-  as_echo='printf %s\n'
##############################################
ircii-20190117/configure-51-else
ircii-20190117/configure:52:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ircii-20190117/configure-53-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ircii-20190117/configure-61-	expr "X$arg" : "X\\(.*\\)$as_nl";
ircii-20190117/configure:62:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ircii-20190117/configure-63-      esac;
##############################################
ircii-20190117/configure-198-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
ircii-20190117/configure:199:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
ircii-20190117/configure-200-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
ircii-20190117/configure-325-      case $as_dir in #(
ircii-20190117/configure:326:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ircii-20190117/configure-327-      *) as_qdir=$as_dir;;
##############################################
ircii-20190117/configure-398-  {
ircii-20190117/configure:399:    as_val=`expr "$@" || test $? -eq 1`
ircii-20190117/configure-400-  }
##############################################
ircii-20190117/configure-405-# ----------------------------------------
ircii-20190117/configure:406:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ircii-20190117/configure-407-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ircii-20190117/configure-468-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
ircii-20190117/configure:469:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
ircii-20190117/configure-470-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
ircii-20190117/configure-780-  case $ac_option in
ircii-20190117/configure:781:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
ircii-20190117/configure-782-  *=)   ac_optarg= ;;
##############################################
ircii-20190117/configure-824-  -disable-* | --disable-*)
ircii-20190117/configure:825:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
ircii-20190117/configure-826-    # Reject names that are not valid shell variable names.
##############################################
ircii-20190117/configure-829-    ac_useropt_orig=$ac_useropt
ircii-20190117/configure:830:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ircii-20190117/configure-831-    case $ac_user_opts in
##############################################
ircii-20190117/configure-850-  -enable-* | --enable-*)
ircii-20190117/configure:851:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
ircii-20190117/configure-852-    # Reject names that are not valid shell variable names.
##############################################
ircii-20190117/configure-855-    ac_useropt_orig=$ac_useropt
ircii-20190117/configure:856:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ircii-20190117/configure-857-    case $ac_user_opts in
##############################################
ircii-20190117/configure-1054-  -with-* | --with-*)
ircii-20190117/configure:1055:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
ircii-20190117/configure-1056-    # Reject names that are not valid shell variable names.
##############################################
ircii-20190117/configure-1059-    ac_useropt_orig=$ac_useropt
ircii-20190117/configure:1060:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ircii-20190117/configure-1061-    case $ac_user_opts in
##############################################
ircii-20190117/configure-1070-  -without-* | --without-*)
ircii-20190117/configure:1071:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
ircii-20190117/configure-1072-    # Reject names that are not valid shell variable names.
##############################################
ircii-20190117/configure-1075-    ac_useropt_orig=$ac_useropt
ircii-20190117/configure:1076:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
ircii-20190117/configure-1077-    case $ac_user_opts in
##############################################
ircii-20190117/configure-1108-  *=*)
ircii-20190117/configure:1109:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
ircii-20190117/configure-1110-    # Reject names that are not valid shell variable names.
##############################################
ircii-20190117/configure-1129-if test -n "$ac_prev"; then
ircii-20190117/configure:1130:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
ircii-20190117/configure-1131-  as_fn_error $? "missing argument to $ac_option"
##############################################
ircii-20190117/configure-1151-    */ )
ircii-20190117/configure:1152:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
ircii-20190117/configure-1153-      eval $ac_var=\$ac_val;;
##############################################
ircii-20190117/configure-1186-ac_ls_di=`ls -di .` &&
ircii-20190117/configure:1187:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
ircii-20190117/configure-1188-  as_fn_error $? "working directory cannot be determined"
##############################################
ircii-20190117/configure-1242-case $srcdir in
ircii-20190117/configure:1243:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
ircii-20190117/configure-1244-esac
##############################################
ircii-20190117/configure-1285-By default, \`make install' will install all the files in
ircii-20190117/configure:1286:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
ircii-20190117/configure:1287:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
ircii-20190117/configure-1288-for instance \`--prefix=\$HOME'.
##############################################
ircii-20190117/configure-1375-*)
ircii-20190117/configure:1376:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ircii-20190117/configure-1377-  # A ".." for each directory in $ac_dir_suffix.
ircii-20190117/configure:1378:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ircii-20190117/configure-1379-  case $ac_top_builddir_sub in
##############################################
ircii-20190117/configure-1913-    *\'*)
ircii-20190117/configure:1914:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
ircii-20190117/configure-1915-    esac
##############################################
ircii-20190117/configure-1996-      case $ac_val in
ircii-20190117/configure:1997:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ircii-20190117/configure-1998-      esac
##############################################
ircii-20190117/configure-2011-	case $ac_val in
ircii-20190117/configure:2012:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
ircii-20190117/configure-2013-	esac
##############################################
ircii-20190117/configure-2131-    set,)
ircii-20190117/configure:2132:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
ircii-20190117/configure:2133:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
ircii-20190117/configure-2134-      ac_cache_corrupted=: ;;
##############################################
ircii-20190117/configure-2142-	# differences in whitespace do not lead to failure.
ircii-20190117/configure:2143:	ac_old_val_w=`echo x $ac_old_val`
ircii-20190117/configure:2144:	ac_new_val_w=`echo x $ac_new_val`
ircii-20190117/configure-2145-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
ircii-20190117/configure-2162-    case $ac_new_val in
ircii-20190117/configure:2163:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
ircii-20190117/configure-2164-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
ircii-20190117/configure-2193-
ircii-20190117/configure:2194:VERSION=`sed -n -e 's/"[^"]*$//' -e '/#define[ 	]*IRCII_VERSION[ 	]*"/s///p' -e '/#define IRCII_VERSION/q' < ${srcdir}/source/irc.c`
ircii-20190117/configure-2195-echo this is ircii version $VERSION
##############################################
ircii-20190117/configure-2586-$as_echo_n "checking whether the C compiler works... " >&6; }
ircii-20190117/configure:2587:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
ircii-20190117/configure-2588-
##############################################
ircii-20190117/configure-2630-	then :; else
ircii-20190117/configure:2631:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ircii-20190117/configure-2632-	fi
##############################################
ircii-20190117/configure-2690-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
ircii-20190117/configure:2691:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
ircii-20190117/configure-2692-	  break;;
##############################################
ircii-20190117/configure-2799-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
ircii-20190117/configure:2800:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
ircii-20190117/configure-2801-       break;;
##############################################
ircii-20190117/configure-3167-
ircii-20190117/configure:3168:srcdir=`(cd $srcdir; pwd)`
ircii-20190117/configure-3169-
##############################################
ircii-20190117/configure-3194-  # Check for GNU $ac_path_GREP
ircii-20190117/configure:3195:case `"$ac_path_GREP" --version 2>&1` in
ircii-20190117/configure-3196-*GNU*)
##############################################
ircii-20190117/configure-3260-  # Check for GNU $ac_path_EGREP
ircii-20190117/configure:3261:case `"$ac_path_EGREP" --version 2>&1` in
ircii-20190117/configure-3262-*GNU*)
##############################################
ircii-20190117/configure-3532-do :
ircii-20190117/configure:3533:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ircii-20190117/configure-3534-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
ircii-20190117/configure-3537-  cat >>confdefs.h <<_ACEOF
ircii-20190117/configure:3538:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ircii-20190117/configure-3539-_ACEOF
##############################################
ircii-20190117/configure-3547-do :
ircii-20190117/configure:3548:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ircii-20190117/configure-3549-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ircii-20190117/configure-3551-  cat >>confdefs.h <<_ACEOF
ircii-20190117/configure:3552:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ircii-20190117/configure-3553-_ACEOF
##############################################
ircii-20190117/configure-3559-do :
ircii-20190117/configure:3560:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ircii-20190117/configure-3561-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ircii-20190117/configure-3563-  cat >>confdefs.h <<_ACEOF
ircii-20190117/configure:3564:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ircii-20190117/configure-3565-_ACEOF
##############################################
ircii-20190117/configure-3571-do :
ircii-20190117/configure:3572:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
ircii-20190117/configure-3573-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
ircii-20190117/configure-3575-  cat >>confdefs.h <<_ACEOF
ircii-20190117/configure:3576:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
ircii-20190117/configure-3577-_ACEOF
##############################################
ircii-20190117/configure-3597-do :
ircii-20190117/configure:3598:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ircii-20190117/configure-3599-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
ircii-20190117/configure-3601-  cat >>confdefs.h <<_ACEOF
ircii-20190117/configure:3602:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
ircii-20190117/configure-3603-_ACEOF
##############################################
ircii-20190117/configure-5842-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
ircii-20190117/configure:5843:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
ircii-20190117/configure-5844-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
ircii-20190117/configure-5909-if test -z "$BASH_VERSION$ZSH_VERSION" \
ircii-20190117/configure:5910:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
ircii-20190117/configure-5911-  as_echo='print -r --'
ircii-20190117/configure-5912-  as_echo_n='print -rn --'
ircii-20190117/configure:5913:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
ircii-20190117/configure-5914-  as_echo='printf %s\n'
##############################################
ircii-20190117/configure-5916-else
ircii-20190117/configure:5917:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
ircii-20190117/configure-5918-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
ircii-20190117/configure-5926-	expr "X$arg" : "X\\(.*\\)$as_nl";
ircii-20190117/configure:5927:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
ircii-20190117/configure-5928-      esac;
##############################################
ircii-20190117/configure-6003-# ----------------------------------------
ircii-20190117/configure:6004:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
ircii-20190117/configure-6005-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
ircii-20190117/configure-6075-  {
ircii-20190117/configure:6076:    as_val=`expr "$@" || test $? -eq 1`
ircii-20190117/configure-6077-  }
##############################################
ircii-20190117/configure-6179-      case $as_dir in #(
ircii-20190117/configure:6180:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
ircii-20190117/configure-6181-      *) as_qdir=$as_dir;;
##############################################
ircii-20190117/configure-6310-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ircii-20190117/configure:6311:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ircii-20190117/configure-6312-ac_cs_version="\\
##############################################
ircii-20190117/configure-6332-  --*=?*)
ircii-20190117/configure:6333:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ircii-20190117/configure:6334:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
ircii-20190117/configure-6335-    ac_shift=:
##############################################
ircii-20190117/configure-6337-  --*=)
ircii-20190117/configure:6338:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
ircii-20190117/configure-6339-    ac_optarg=
##############################################
ircii-20190117/configure-6361-    case $ac_optarg in
ircii-20190117/configure:6362:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ircii-20190117/configure-6363-    '') as_fn_error $? "missing file argument" ;;
##############################################
ircii-20190117/configure-6369-    case $ac_optarg in
ircii-20190117/configure:6370:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
ircii-20190117/configure-6371-    esac
##############################################
ircii-20190117/configure-6491-fi
ircii-20190117/configure:6492:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
ircii-20190117/configure-6493-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
ircii-20190117/configure-6508-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ircii-20190117/configure:6509:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ircii-20190117/configure-6510-ac_delim='%!_!# '
##############################################
ircii-20190117/configure-6514-
ircii-20190117/configure:6515:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
ircii-20190117/configure-6516-  if test $ac_delim_n = $ac_delim_num; then
##############################################
ircii-20190117/configure-6652-for ac_last_try in false false :; do
ircii-20190117/configure:6653:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
ircii-20190117/configure-6654-  if test -z "$ac_tt"; then
##############################################
ircii-20190117/configure-6784-      esac
ircii-20190117/configure:6785:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
ircii-20190117/configure-6786-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
ircii-20190117/configure-6843-*)
ircii-20190117/configure:6844:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
ircii-20190117/configure-6845-  # A ".." for each directory in $ac_dir_suffix.
ircii-20190117/configure:6846:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
ircii-20190117/configure-6847-  case $ac_top_builddir_sub in
##############################################
ircii-20190117/configure-6895-/@mandir@/p'
ircii-20190117/configure:6896:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
ircii-20190117/configure-6897-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
ircii-20190117/configure-6912-
ircii-20190117/configure:6913:# Neutralize VPATH when `$srcdir' = `.'.
ircii-20190117/configure-6914-# Shell code in configure.ac might set extrasub.
##############################################
ircii-20190117/configure-6938-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
ircii-20190117/configure:6939:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
ircii-20190117/configure-6940-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
ircii-20190117/ircbug.in-84-else
ircii-20190117/ircbug.in:85:  if [ "`echo $TMPDIR | grep '/$'`" != "" ]; then
ircii-20190117/ircbug.in:86:    TMPDIR="`echo $TMPDIR | sed -e 's,/$,,'`"
ircii-20190117/ircbug.in-87-  fi
##############################################
ircii-20190117/ircbug.in-111-elif [ -f $HOME/.fullname ]; then
ircii-20190117/ircbug.in:112:  ORIGINATOR="`sed -e '1q' $HOME/.fullname`"
ircii-20190117/ircbug.in-113-else
##############################################
ircii-20190117/ircbug.in-116-  $PASSWD | grep "^$LOGNAME:" | awk -F: '{print $5}' | sed -e 's/,.*//' > $TEMP
ircii-20190117/ircbug.in:117:  ORIGINATOR="`cat $TEMP`"
ircii-20190117/ircbug.in-118-  rm -f $TEMP
##############################################
ircii-20190117/ircbug.in-122-  if [ -f "$ORGANIZATION" ]; then
ircii-20190117/ircbug.in:123:    ORGANIZATION="`cat $ORGANIZATION`"
ircii-20190117/ircbug.in-124-  fi
##############################################
ircii-20190117/ircbug.in-128-  elif [ -f $HOME/.organization ]; then
ircii-20190117/ircbug.in:129:    ORGANIZATION="`cat $HOME/.organization`"
ircii-20190117/ircbug.in-130-  elif [ -f $HOME/.signature ]; then
ircii-20190117/ircbug.in:131:    ORGANIZATION="`cat $HOME/.signature`"
ircii-20190117/ircbug.in-132-  fi
##############################################
ircii-20190117/ircbug.in-151-
ircii-20190117/ircbug.in:152:COMMAND=`echo $0 | sed -e 's,.*/,,'`
ircii-20190117/ircbug.in-153-USAGE="Usage: $COMMAND [-PVL] [-t address] [-f filename] [-s severity]
##############################################
ircii-20190117/ircbug.in-225-#if [ -r "$DATADIR/gnats/$GNATS_SITE" ]; then
ircii-20190117/ircbug.in:226:#  CATEGORIES=`grep -v '^#' $DATADIR/gnats/$GNATS_SITE | sort`
ircii-20190117/ircbug.in-227-#else
##############################################
ircii-20190117/ircbug.in-245-	     END {print max + 1;}'`
ircii-20190117/ircbug.in:246:	c=`expr 70 / $l`
ircii-20190117/ircbug.in-247-	if [ $c -eq 0 ]; then c=1; fi
##############################################
ircii-20190117/ircbug.in-325-	     END {print max + 1;}'`
ircii-20190117/ircbug.in:326:	c=`expr 61 / $l`
ircii-20190117/ircbug.in-327-	if [ $c -eq 0 ]; then c=1; fi
##############################################
ircii-20190117/ircbug.in-355-	$ENVIRONMENT_C
ircii-20190117/ircbug.in:356:`[ -n "$SYSTEM" ] && echo System: $SYSTEM`
ircii-20190117/ircbug.in:357:`[ -n "$ARCH" ] && echo Architecture: $ARCH`
ircii-20190117/ircbug.in:358:`[ -n "$MACHINE" ] && echo Machine: $MACHINE`
ircii-20190117/ircbug.in-359->Description:
##############################################
ircii-20190117/ircbug.in-414-  PATTERN=">Confidential:"
ircii-20190117/ircbug.in:415:  CONFIDENTIAL=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
ircii-20190117/ircbug.in-416-  case "$CONFIDENTIAL" in
ircii-20190117/ircbug.in:417:    ""|yes|no) CNT=`expr $CNT + 1` ;;
ircii-20190117/ircbug.in:418:    *) echo "$COMMAND: \`$CONFIDENTIAL' is not a valid value for \`Confidential'." ;;
ircii-20190117/ircbug.in-419-  esac
##############################################
ircii-20190117/ircbug.in-423-  PATTERN=">Severity:"
ircii-20190117/ircbug.in:424:  SEVERITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
ircii-20190117/ircbug.in-425-  case "$SEVERITY" in
ircii-20190117/ircbug.in:426:    ""|non-critical|serious|critical) CNT=`expr $CNT + 1` ;;
ircii-20190117/ircbug.in:427:    *)  echo "$COMMAND: \`$SEVERITY' is not a valid value for \`Severity'."
ircii-20190117/ircbug.in-428-  esac
##############################################
ircii-20190117/ircbug.in-432-  PATTERN=">Priority:"
ircii-20190117/ircbug.in:433:  PRIORITY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
ircii-20190117/ircbug.in-434-  case "$PRIORITY" in
ircii-20190117/ircbug.in:435:    ""|low|medium|high) CNT=`expr $CNT + 1` ;;
ircii-20190117/ircbug.in:436:    *)  echo "$COMMAND: \`$PRIORITY' is not a valid value for \`Priority'."
ircii-20190117/ircbug.in-437-  esac
##############################################
ircii-20190117/ircbug.in-441-  PATTERN=">Category:"
ircii-20190117/ircbug.in:442:  CATEGORY=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
ircii-20190117/ircbug.in-443-  FOUND=
##############################################
ircii-20190117/ircbug.in-448-  if [ -n "$FOUND" ]; then
ircii-20190117/ircbug.in:449:    CNT=`expr $CNT + 1`	
ircii-20190117/ircbug.in-450-  else
##############################################
ircii-20190117/ircbug.in-460-  PATTERN=">Class:"
ircii-20190117/ircbug.in:461:  CLASS=`eval sed -n -e "\"$SED_CMD\"" $TEMP`
ircii-20190117/ircbug.in-462-  case "$CLASS" in
ircii-20190117/ircbug.in:463:    ""|sw-bug|doc-bug|change-request|support) CNT=`expr $CNT + 1` ;;
ircii-20190117/ircbug.in:464:    *)  echo "$COMMAND: \`$CLASS' is not a valid value for \`Class'."
ircii-20190117/ircbug.in-465-  esac
##############################################
ircii-20190117/mkinstalldirs-11-for file in ${1+"$@"} ; do 
ircii-20190117/mkinstalldirs:12:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
ircii-20190117/mkinstalldirs-13-   shift
##############################################
ircii-20190117/configure.in-44-
ircii-20190117/configure.in:45:VERSION=`sed -n -e 's/"[[^"]]*$//' -e '/#define[ 	]*IRCII_VERSION[ 	]*"/s///p' -e '/#define IRCII_VERSION/q' < ${srcdir}/source/irc.c` 
ircii-20190117/configure.in-46-echo this is ircii version $VERSION
##############################################
ircii-20190117/configure.in-95-dnl
ircii-20190117/configure.in:96:srcdir=`(cd $srcdir; pwd)`
ircii-20190117/configure.in-97-AC_SUBST(srcdir)
##############################################
ircii-20190117/ChangeLog-1304-		let connect_by_number() keep errno a valid number if it
ircii-20190117/ChangeLog:1305:		fails to call socket() or bind().  remove bind_local_addr()'s
ircii-20190117/ChangeLog-1306-		unused 2nd argument.  support IPv6 addresses and port numbers
##############################################
ircii-20190117/ChangeLog-1666-		[gs]_server_foo() functions as server_[gs]et_foo() and
ircii-20190117/ChangeLog:1667:		introduced many more.  replace get_server_localaddr()
ircii-20190117/ChangeLog-1668-		and get_server_localaddrlen() with new
##############################################
ircii-20190117/ChangeLog-2041-	source/ircaux.c:
ircii-20190117/ChangeLog:2042:		if bind_local_addr() fails, notify the user that
ircii-20190117/ChangeLog-2043-		IRCHOST is probably wrong
##############################################
ircii-20190117/ChangeLog-2322-	source/server.c:
ircii-20190117/ChangeLog:2323:		in get_server_localaddrlen() and get_server_localaddr()
ircii-20190117/ChangeLog-2324-		properly bounds check against number_of_servers.
##############################################
ircii-20190117/ChangeLog-2856-		remove local_addr from Server struct.  add a SOCKADDR_STORAGE
ircii-20190117/ChangeLog:2857:		and int length.  change get_server_localaddr() to return this,
ircii-20190117/ChangeLog-2858-		and add a get_server_localaddrlen().
##############################################
ircii-20190117/ChangeLog-2871-		DCC means IPv4 code.  simplify connect_by_number() and
ircii-20190117/ChangeLog:2872:		bind_local_addr() now that they don't do DCC listens.
ircii-20190117/ChangeLog-2873-	source/dcc.c: