===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
sipcalc-1.1.6/src/sub.c-330-		 */
sipcalc-1.1.6/src/sub.c:331:		x = validate_v6addr (expaddr);
sipcalc-1.1.6/src/sub.c-332-		if (x) {
##############################################
sipcalc-1.1.6/src/sub.c-358-		 */
sipcalc-1.1.6/src/sub.c:359:		x = validate_v4addr (expaddr);
sipcalc-1.1.6/src/sub.c-360-		if (x) {
##############################################
sipcalc-1.1.6/src/sub.c-458-			d_resp_start->type = 0;
sipcalc-1.1.6/src/sub.c:459:			tmpstr = resolve_addr (abox->str, PF_INET, d_resp_cur);
sipcalc-1.1.6/src/sub.c-460-			if (tmpstr) {
##############################################
sipcalc-1.1.6/src/sub.c-497-
sipcalc-1.1.6/src/sub.c:498:			mk_ipv6addr (&ifarg_cur->v6ad, ifarg_cur->p_v6addr);
sipcalc-1.1.6/src/sub.c-499-			ifarg_cur->type = IFT_V6;
##############################################
sipcalc-1.1.6/src/sub.c-506-			d_resp_start->type = 0;
sipcalc-1.1.6/src/sub.c:507:			tmpstr = resolve_addr (abox->str, PF_INET6, d_resp_cur);
sipcalc-1.1.6/src/sub.c-508-			if (tmpstr) {
##############################################
sipcalc-1.1.6/src/sub.c-514-
sipcalc-1.1.6/src/sub.c:515:					mk_ipv6addr (&ifarg_cur->v6ad, ifarg_cur->p_v6addr);
sipcalc-1.1.6/src/sub.c-516-
##############################################
sipcalc-1.1.6/src/sub.c-526-
sipcalc-1.1.6/src/sub.c:527:				mk_ipv6addr (&ifarg_cur->v6ad, ifarg_cur->p_v6addr);
sipcalc-1.1.6/src/sub.c-528-			}
##############################################
sipcalc-1.1.6/src/sub.c-585-			d_resp_start->type = 0;
sipcalc-1.1.6/src/sub.c:586:			tmpstr = resolve_addr (abox->str, PF_UNSPEC, d_resp_cur);
sipcalc-1.1.6/src/sub.c-587-			if (tmpstr) {
##############################################
sipcalc-1.1.6/src/sub.c-594-
sipcalc-1.1.6/src/sub.c:595:						mk_ipv6addr (&ifarg_cur->v6ad, ifarg_cur->p_v6addr);
sipcalc-1.1.6/src/sub.c-596-					}
##############################################
sipcalc-1.1.6/src/sub.c-828-				abox_cur->resolv = 0;
sipcalc-1.1.6/src/sub.c:829:			if (validate_v4addr (optarg) == 1)
sipcalc-1.1.6/src/sub.c-830-				abox_cur->resolv = 0;
##############################################
sipcalc-1.1.6/src/sub.c-837-			abox_cur->resolv = 1;
sipcalc-1.1.6/src/sub.c:838:			if (validate_v6addr (expaddr) == 1)
sipcalc-1.1.6/src/sub.c-839-				abox_cur->resolv = 0;
##############################################
sipcalc-1.1.6/src/Makefile.in-271-.c.obj:
sipcalc-1.1.6/src/Makefile.in:272:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
sipcalc-1.1.6/src/Makefile.in-273-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
sipcalc-1.1.6/src/Makefile.in-275-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
sipcalc-1.1.6/src/Makefile.in:276:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
sipcalc-1.1.6/src/Makefile.in-277-
##############################################
sipcalc-1.1.6/src/Makefile.in-322-GTAGS:
sipcalc-1.1.6/src/Makefile.in:323:	here=`$(am__cd) $(top_builddir) && pwd` \
sipcalc-1.1.6/src/Makefile.in-324-	  && $(am__cd) $(top_srcdir) \
##############################################
sipcalc-1.1.6/src/Makefile.in-330-distdir: $(DISTFILES)
sipcalc-1.1.6/src/Makefile.in:331:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sipcalc-1.1.6/src/Makefile.in:332:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sipcalc-1.1.6/src/Makefile.in-333-	list='$(DISTFILES)'; \
##############################################
sipcalc-1.1.6/src/Makefile.in-344-	  if test -d $$d/$$file; then \
sipcalc-1.1.6/src/Makefile.in:345:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sipcalc-1.1.6/src/Makefile.in-346-	    if test -d "$(distdir)/$$file"; then \
##############################################
sipcalc-1.1.6/src/sub-func.c-71-int
sipcalc-1.1.6/src/sub-func.c:72:validate_v4addr (char *addr)
sipcalc-1.1.6/src/sub-func.c-73-{
##############################################
sipcalc-1.1.6/src/sub-func.c-310-
sipcalc-1.1.6/src/sub-func.c:311:	if (!validate_v4addr (quad))
sipcalc-1.1.6/src/sub-func.c-312-		return -1;
##############################################
sipcalc-1.1.6/src/sub-func.c-380-int
sipcalc-1.1.6/src/sub-func.c:381:parse_addr (struct if_info *ifi)
sipcalc-1.1.6/src/sub-func.c-382-{
##############################################
sipcalc-1.1.6/src/sub-func.c-479-	if (!ifi->name[0])
sipcalc-1.1.6/src/sub-func.c:480:		x = parse_addr (ifi);
sipcalc-1.1.6/src/sub-func.c-481-
##############################################
sipcalc-1.1.6/src/sub-func.c-568-
sipcalc-1.1.6/src/sub-func.c:569:	x = mk_ipv6addr (&ifi->v6ad, ifi->p_v6addr);
sipcalc-1.1.6/src/sub-func.c-570-	if (x < 0)
##############################################
sipcalc-1.1.6/src/sub-func.c-576-int
sipcalc-1.1.6/src/sub-func.c:577:split_ipv6addr (char *addr, struct ipv6_split *spstr)
sipcalc-1.1.6/src/sub-func.c-578-{
##############################################
sipcalc-1.1.6/src/sub-func.c-629-int
sipcalc-1.1.6/src/sub-func.c:630:validate_s_v6addr (char *addr, int type)
sipcalc-1.1.6/src/sub-func.c-631-{
##############################################
sipcalc-1.1.6/src/sub-func.c-934-int
sipcalc-1.1.6/src/sub-func.c:935:validate_v6addr (char *addr)
sipcalc-1.1.6/src/sub-func.c-936-{
##############################################
sipcalc-1.1.6/src/sub-func.c-943-
sipcalc-1.1.6/src/sub-func.c:944:	split_ipv6addr (addr, &spstr);
sipcalc-1.1.6/src/sub-func.c-945-
##############################################
sipcalc-1.1.6/src/sub-func.c-951-		x = V6TYPE_V4INV6;
sipcalc-1.1.6/src/sub-func.c:952:	if (validate_s_v6addr (spstr.ipv6addr, x) < 0) {
sipcalc-1.1.6/src/sub-func.c-953-		return 0;
##############################################
sipcalc-1.1.6/src/sub-func.c-955-	if (spstr.ipv4addr[0]) {
sipcalc-1.1.6/src/sub-func.c:956:		if (!validate_v4addr (spstr.ipv4addr)) {
sipcalc-1.1.6/src/sub-func.c-957-			return 0;
##############################################
sipcalc-1.1.6/src/sub-func.c-1139-int
sipcalc-1.1.6/src/sub-func.c:1140:mk_ipv6addr (struct v6addr *in6_addr, char *addr)
sipcalc-1.1.6/src/sub-func.c-1141-{
##############################################
sipcalc-1.1.6/src/sub-func.c-1148-
sipcalc-1.1.6/src/sub-func.c:1149:	split_ipv6addr (addr, &spstr);
sipcalc-1.1.6/src/sub-func.c-1150-
##############################################
sipcalc-1.1.6/src/sub-func.c-1156-		x = V6TYPE_V4INV6;
sipcalc-1.1.6/src/sub-func.c:1157:	if (validate_s_v6addr (spstr.ipv6addr, x) < 0) {
sipcalc-1.1.6/src/sub-func.c-1158-		return -1;
##############################################
sipcalc-1.1.6/src/sub-func.c-1160-	if (spstr.ipv4addr[0]) {
sipcalc-1.1.6/src/sub-func.c:1161:		if (!validate_v4addr (spstr.ipv4addr)) {
sipcalc-1.1.6/src/sub-func.c-1162-			return -1;
##############################################
sipcalc-1.1.6/src/sub-func.c-1420-char *
sipcalc-1.1.6/src/sub-func.c:1421:resolve_addr (char *addr, int family, struct dnsresp *d_resp)
sipcalc-1.1.6/src/sub-func.c-1422-{
##############################################
sipcalc-1.1.6/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
sipcalc-1.1.6/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sipcalc-1.1.6/configure-45-  as_echo='print -r --'
sipcalc-1.1.6/configure-46-  as_echo_n='print -rn --'
sipcalc-1.1.6/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sipcalc-1.1.6/configure-48-  as_echo='printf %s\n'
##############################################
sipcalc-1.1.6/configure-50-else
sipcalc-1.1.6/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sipcalc-1.1.6/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sipcalc-1.1.6/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
sipcalc-1.1.6/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sipcalc-1.1.6/configure-62-      esac;
##############################################
sipcalc-1.1.6/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
sipcalc-1.1.6/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
sipcalc-1.1.6/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
sipcalc-1.1.6/configure-324-      case $as_dir in #(
sipcalc-1.1.6/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sipcalc-1.1.6/configure-326-      *) as_qdir=$as_dir;;
##############################################
sipcalc-1.1.6/configure-397-  {
sipcalc-1.1.6/configure:398:    as_val=`expr "$@" || test $? -eq 1`
sipcalc-1.1.6/configure-399-  }
##############################################
sipcalc-1.1.6/configure-404-# ----------------------------------------
sipcalc-1.1.6/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sipcalc-1.1.6/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sipcalc-1.1.6/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
sipcalc-1.1.6/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
sipcalc-1.1.6/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
sipcalc-1.1.6/configure-782-  case $ac_option in
sipcalc-1.1.6/configure:783:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
sipcalc-1.1.6/configure-784-  *=)   ac_optarg= ;;
##############################################
sipcalc-1.1.6/configure-826-  -disable-* | --disable-*)
sipcalc-1.1.6/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
sipcalc-1.1.6/configure-828-    # Reject names that are not valid shell variable names.
##############################################
sipcalc-1.1.6/configure-831-    ac_useropt_orig=$ac_useropt
sipcalc-1.1.6/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sipcalc-1.1.6/configure-833-    case $ac_user_opts in
##############################################
sipcalc-1.1.6/configure-852-  -enable-* | --enable-*)
sipcalc-1.1.6/configure:853:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
sipcalc-1.1.6/configure-854-    # Reject names that are not valid shell variable names.
##############################################
sipcalc-1.1.6/configure-857-    ac_useropt_orig=$ac_useropt
sipcalc-1.1.6/configure:858:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sipcalc-1.1.6/configure-859-    case $ac_user_opts in
##############################################
sipcalc-1.1.6/configure-1056-  -with-* | --with-*)
sipcalc-1.1.6/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
sipcalc-1.1.6/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
sipcalc-1.1.6/configure-1061-    ac_useropt_orig=$ac_useropt
sipcalc-1.1.6/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sipcalc-1.1.6/configure-1063-    case $ac_user_opts in
##############################################
sipcalc-1.1.6/configure-1072-  -without-* | --without-*)
sipcalc-1.1.6/configure:1073:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
sipcalc-1.1.6/configure-1074-    # Reject names that are not valid shell variable names.
##############################################
sipcalc-1.1.6/configure-1077-    ac_useropt_orig=$ac_useropt
sipcalc-1.1.6/configure:1078:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
sipcalc-1.1.6/configure-1079-    case $ac_user_opts in
##############################################
sipcalc-1.1.6/configure-1110-  *=*)
sipcalc-1.1.6/configure:1111:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
sipcalc-1.1.6/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
sipcalc-1.1.6/configure-1131-if test -n "$ac_prev"; then
sipcalc-1.1.6/configure:1132:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
sipcalc-1.1.6/configure-1133-  as_fn_error $? "missing argument to $ac_option"
##############################################
sipcalc-1.1.6/configure-1153-    */ )
sipcalc-1.1.6/configure:1154:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
sipcalc-1.1.6/configure-1155-      eval $ac_var=\$ac_val;;
##############################################
sipcalc-1.1.6/configure-1188-ac_ls_di=`ls -di .` &&
sipcalc-1.1.6/configure:1189:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
sipcalc-1.1.6/configure-1190-  as_fn_error $? "working directory cannot be determined"
##############################################
sipcalc-1.1.6/configure-1244-case $srcdir in
sipcalc-1.1.6/configure:1245:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
sipcalc-1.1.6/configure-1246-esac
##############################################
sipcalc-1.1.6/configure-1287-By default, \`make install' will install all the files in
sipcalc-1.1.6/configure:1288:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
sipcalc-1.1.6/configure:1289:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
sipcalc-1.1.6/configure-1290-for instance \`--prefix=\$HOME'.
##############################################
sipcalc-1.1.6/configure-1364-*)
sipcalc-1.1.6/configure:1365:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sipcalc-1.1.6/configure-1366-  # A ".." for each directory in $ac_dir_suffix.
sipcalc-1.1.6/configure:1367:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sipcalc-1.1.6/configure-1368-  case $ac_top_builddir_sub in
##############################################
sipcalc-1.1.6/configure-1848-    *\'*)
sipcalc-1.1.6/configure:1849:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
sipcalc-1.1.6/configure-1850-    esac
##############################################
sipcalc-1.1.6/configure-1931-      case $ac_val in
sipcalc-1.1.6/configure:1932:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sipcalc-1.1.6/configure-1933-      esac
##############################################
sipcalc-1.1.6/configure-1946-	case $ac_val in
sipcalc-1.1.6/configure:1947:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
sipcalc-1.1.6/configure-1948-	esac
##############################################
sipcalc-1.1.6/configure-2066-    set,)
sipcalc-1.1.6/configure:2067:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
sipcalc-1.1.6/configure:2068:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
sipcalc-1.1.6/configure-2069-      ac_cache_corrupted=: ;;
##############################################
sipcalc-1.1.6/configure-2077-	# differences in whitespace do not lead to failure.
sipcalc-1.1.6/configure:2078:	ac_old_val_w=`echo x $ac_old_val`
sipcalc-1.1.6/configure:2079:	ac_new_val_w=`echo x $ac_new_val`
sipcalc-1.1.6/configure-2080-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
sipcalc-1.1.6/configure-2097-    case $ac_new_val in
sipcalc-1.1.6/configure:2098:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
sipcalc-1.1.6/configure-2099-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
sipcalc-1.1.6/configure-2274-if (
sipcalc-1.1.6/configure:2275:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sipcalc-1.1.6/configure-2276-   if test "$*" = "X"; then
sipcalc-1.1.6/configure-2277-      # -L didn't work.
sipcalc-1.1.6/configure:2278:      set X `ls -t "$srcdir/configure" conftest.file`
sipcalc-1.1.6/configure-2279-   fi
##############################################
sipcalc-1.1.6/configure-2310-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
sipcalc-1.1.6/configure:2311:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
sipcalc-1.1.6/configure-2312-
sipcalc-1.1.6/configure-2313-# expand $ac_aux_dir to an absolute path
sipcalc-1.1.6/configure:2314:am_aux_dir=`cd $ac_aux_dir && pwd`
sipcalc-1.1.6/configure-2315-
##############################################
sipcalc-1.1.6/configure-2455-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
sipcalc-1.1.6/configure:2456:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
sipcalc-1.1.6/configure-2457-	     'mkdir (GNU coreutils) '* | \
##############################################
sipcalc-1.1.6/configure-2534-set x ${MAKE-make}
sipcalc-1.1.6/configure:2535:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
sipcalc-1.1.6/configure-2536-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
sipcalc-1.1.6/configure-2544-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
sipcalc-1.1.6/configure:2545:case `${MAKE-make} -f conftest.make 2>/dev/null` in
sipcalc-1.1.6/configure-2546-  *@@@%%%=?*=@@@%%%*)
##############################################
sipcalc-1.1.6/configure-2571-
sipcalc-1.1.6/configure:2572:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sipcalc-1.1.6/configure-2573-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sipcalc-1.1.6/configure-2979-$as_echo_n "checking whether the C compiler works... " >&6; }
sipcalc-1.1.6/configure:2980:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
sipcalc-1.1.6/configure-2981-
##############################################
sipcalc-1.1.6/configure-3023-	then :; else
sipcalc-1.1.6/configure:3024:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sipcalc-1.1.6/configure-3025-	fi
##############################################
sipcalc-1.1.6/configure-3083-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
sipcalc-1.1.6/configure:3084:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
sipcalc-1.1.6/configure-3085-	  break;;
##############################################
sipcalc-1.1.6/configure-3192-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
sipcalc-1.1.6/configure:3193:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
sipcalc-1.1.6/configure-3194-       break;;
##############################################
sipcalc-1.1.6/configure-3441-# Ignore all kinds of additional output from `make'.
sipcalc-1.1.6/configure:3442:case `$am_make -s -f confmf 2> /dev/null` in #(
sipcalc-1.1.6/configure-3443-*the\ am__doit\ target*)
##############################################
sipcalc-1.1.6/configure-3451-   echo '.include "confinc"' > confmf
sipcalc-1.1.6/configure:3452:   case `$am_make -s -f confmf 2> /dev/null` in #(
sipcalc-1.1.6/configure-3453-   *the\ am__doit\ target*)
##############################################
sipcalc-1.1.6/configure-3514-  if test "$am_compiler_list" = ""; then
sipcalc-1.1.6/configure:3515:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
sipcalc-1.1.6/configure-3516-  fi
##############################################
sipcalc-1.1.6/configure-3773-  # Check for GNU $ac_path_GREP
sipcalc-1.1.6/configure:3774:case `"$ac_path_GREP" --version 2>&1` in
sipcalc-1.1.6/configure-3775-*GNU*)
##############################################
sipcalc-1.1.6/configure-3839-  # Check for GNU $ac_path_EGREP
sipcalc-1.1.6/configure:3840:case `"$ac_path_EGREP" --version 2>&1` in
sipcalc-1.1.6/configure-3841-*GNU*)
##############################################
sipcalc-1.1.6/configure-4000-do :
sipcalc-1.1.6/configure:4001:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sipcalc-1.1.6/configure-4002-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
sipcalc-1.1.6/configure-4005-  cat >>confdefs.h <<_ACEOF
sipcalc-1.1.6/configure:4006:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sipcalc-1.1.6/configure-4007-_ACEOF
##############################################
sipcalc-1.1.6/configure-4015-do :
sipcalc-1.1.6/configure:4016:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
sipcalc-1.1.6/configure-4017-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
sipcalc-1.1.6/configure-4019-  cat >>confdefs.h <<_ACEOF
sipcalc-1.1.6/configure:4020:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
sipcalc-1.1.6/configure-4021-_ACEOF
##############################################
sipcalc-1.1.6/configure-4115-do :
sipcalc-1.1.6/configure:4116:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
sipcalc-1.1.6/configure-4117-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
sipcalc-1.1.6/configure-4119-  cat >>confdefs.h <<_ACEOF
sipcalc-1.1.6/configure:4120:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
sipcalc-1.1.6/configure-4121-_ACEOF
##############################################
sipcalc-1.1.6/configure-4692-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
sipcalc-1.1.6/configure:4693:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
sipcalc-1.1.6/configure-4694-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
sipcalc-1.1.6/configure-4775-if test -z "$BASH_VERSION$ZSH_VERSION" \
sipcalc-1.1.6/configure:4776:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
sipcalc-1.1.6/configure-4777-  as_echo='print -r --'
sipcalc-1.1.6/configure-4778-  as_echo_n='print -rn --'
sipcalc-1.1.6/configure:4779:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
sipcalc-1.1.6/configure-4780-  as_echo='printf %s\n'
##############################################
sipcalc-1.1.6/configure-4782-else
sipcalc-1.1.6/configure:4783:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
sipcalc-1.1.6/configure-4784-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
sipcalc-1.1.6/configure-4792-	expr "X$arg" : "X\\(.*\\)$as_nl";
sipcalc-1.1.6/configure:4793:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
sipcalc-1.1.6/configure-4794-      esac;
##############################################
sipcalc-1.1.6/configure-4869-# ----------------------------------------
sipcalc-1.1.6/configure:4870:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
sipcalc-1.1.6/configure-4871-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
sipcalc-1.1.6/configure-4941-  {
sipcalc-1.1.6/configure:4942:    as_val=`expr "$@" || test $? -eq 1`
sipcalc-1.1.6/configure-4943-  }
##############################################
sipcalc-1.1.6/configure-5045-      case $as_dir in #(
sipcalc-1.1.6/configure:5046:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
sipcalc-1.1.6/configure-5047-      *) as_qdir=$as_dir;;
##############################################
sipcalc-1.1.6/configure-5180-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
sipcalc-1.1.6/configure:5181:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
sipcalc-1.1.6/configure-5182-ac_cs_version="\\
##############################################
sipcalc-1.1.6/configure-5205-  --*=?*)
sipcalc-1.1.6/configure:5206:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sipcalc-1.1.6/configure:5207:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
sipcalc-1.1.6/configure-5208-    ac_shift=:
##############################################
sipcalc-1.1.6/configure-5210-  --*=)
sipcalc-1.1.6/configure:5211:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
sipcalc-1.1.6/configure-5212-    ac_optarg=
##############################################
sipcalc-1.1.6/configure-5234-    case $ac_optarg in
sipcalc-1.1.6/configure:5235:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sipcalc-1.1.6/configure-5236-    '') as_fn_error $? "missing file argument" ;;
##############################################
sipcalc-1.1.6/configure-5242-    case $ac_optarg in
sipcalc-1.1.6/configure:5243:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
sipcalc-1.1.6/configure-5244-    esac
##############################################
sipcalc-1.1.6/configure-5373-fi
sipcalc-1.1.6/configure:5374:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
sipcalc-1.1.6/configure-5375-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
sipcalc-1.1.6/configure-5390-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
sipcalc-1.1.6/configure:5391:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
sipcalc-1.1.6/configure-5392-ac_delim='%!_!# '
##############################################
sipcalc-1.1.6/configure-5396-
sipcalc-1.1.6/configure:5397:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
sipcalc-1.1.6/configure-5398-  if test $ac_delim_n = $ac_delim_num; then
##############################################
sipcalc-1.1.6/configure-5534-for ac_last_try in false false :; do
sipcalc-1.1.6/configure:5535:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
sipcalc-1.1.6/configure-5536-  if test -z "$ac_tt"; then
##############################################
sipcalc-1.1.6/configure-5666-      esac
sipcalc-1.1.6/configure:5667:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
sipcalc-1.1.6/configure-5668-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
sipcalc-1.1.6/configure-5725-*)
sipcalc-1.1.6/configure:5726:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
sipcalc-1.1.6/configure-5727-  # A ".." for each directory in $ac_dir_suffix.
sipcalc-1.1.6/configure:5728:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
sipcalc-1.1.6/configure-5729-  case $ac_top_builddir_sub in
##############################################
sipcalc-1.1.6/configure-5786-/@mandir@/p'
sipcalc-1.1.6/configure:5787:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
sipcalc-1.1.6/configure-5788-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
sipcalc-1.1.6/configure-5803-
sipcalc-1.1.6/configure:5804:# Neutralize VPATH when `$srcdir' = `.'.
sipcalc-1.1.6/configure-5805-# Shell code in configure.ac might set extrasub.
##############################################
sipcalc-1.1.6/configure-5831-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
sipcalc-1.1.6/configure:5832:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
sipcalc-1.1.6/configure-5833-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
sipcalc-1.1.6/configure-5877-    * )
sipcalc-1.1.6/configure:5878:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sipcalc-1.1.6/configure-5879-  esac
##############################################
sipcalc-1.1.6/configure-5924-    # Strip MF so we end up with the name of the file.
sipcalc-1.1.6/configure:5925:    mf=`echo "$mf" | sed -e 's/:.*$//'`
sipcalc-1.1.6/configure-5926-    # Check whether this is an Automake generated Makefile or not.
##############################################
sipcalc-1.1.6/configure-5961-    # from the Makefile without running `make'.
sipcalc-1.1.6/configure:5962:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sipcalc-1.1.6/configure-5963-    test -z "$DEPDIR" && continue
sipcalc-1.1.6/configure:5964:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
sipcalc-1.1.6/configure-5965-    test -z "am__include" && continue
sipcalc-1.1.6/configure:5966:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sipcalc-1.1.6/configure-5967-    # When using ansi2knr, U may be empty or an underscore; expand it
sipcalc-1.1.6/configure:5968:    U=`sed -n 's/^U = //p' < "$mf"`
sipcalc-1.1.6/configure-5969-    # Find all dependency output files, they are included files with
##############################################
sipcalc-1.1.6/doc/Makefile.in-67-  esac
sipcalc-1.1.6/doc/Makefile.in:68:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
sipcalc-1.1.6/doc/Makefile.in-69-am__vpath_adj = case $$p in \
sipcalc-1.1.6/doc/Makefile.in:70:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
sipcalc-1.1.6/doc/Makefile.in-71-    *) f=$$p;; \
sipcalc-1.1.6/doc/Makefile.in-72-  esac;
sipcalc-1.1.6/doc/Makefile.in:73:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
sipcalc-1.1.6/doc/Makefile.in-74-am__install_max = 40
sipcalc-1.1.6/doc/Makefile.in-75-am__nobase_strip_setup = \
sipcalc-1.1.6/doc/Makefile.in:76:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
sipcalc-1.1.6/doc/Makefile.in-77-am__nobase_strip = \
##############################################
sipcalc-1.1.6/doc/Makefile.in-225-	test -n "$(man1dir)" \
sipcalc-1.1.6/doc/Makefile.in:226:	  && test -n "`echo $$list1$$list2`" \
sipcalc-1.1.6/doc/Makefile.in-227-	  || exit 0; \
##############################################
sipcalc-1.1.6/doc/Makefile.in-284-	else :; fi
sipcalc-1.1.6/doc/Makefile.in:285:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sipcalc-1.1.6/doc/Makefile.in:286:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sipcalc-1.1.6/doc/Makefile.in-287-	list='$(DISTFILES)'; \
##############################################
sipcalc-1.1.6/doc/Makefile.in-298-	  if test -d $$d/$$file; then \
sipcalc-1.1.6/doc/Makefile.in:299:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sipcalc-1.1.6/doc/Makefile.in-300-	    if test -d "$(distdir)/$$file"; then \
##############################################
sipcalc-1.1.6/doc/sipcalc.1-186-
sipcalc-1.1.6/doc/sipcalc.1:187:.IP "-c, --classfull-addr (IPv4)"
sipcalc-1.1.6/doc/sipcalc.1-188-Display classfull address information.
##############################################
sipcalc-1.1.6/doc/sipcalc.1-198-
sipcalc-1.1.6/doc/sipcalc.1:199:.IP "-i, --cidr-addr (default IPv4)"
sipcalc-1.1.6/doc/sipcalc.1-200-Display CIDR address information.
##############################################
sipcalc-1.1.6/doc/sipcalc.txt-61-
sipcalc-1.1.6/doc/sipcalc.txt:62:* -c, --classfull-addr (IPv4)
sipcalc-1.1.6/doc/sipcalc.txt-63-  Show classfull address information for the following values:
##############################################
sipcalc-1.1.6/doc/sipcalc.txt-85-
sipcalc-1.1.6/doc/sipcalc.txt:86:* -i, --cidr-addr (the default commandline option for IPv4) (IPv4)
sipcalc-1.1.6/doc/sipcalc.txt-87-  Show CIDR address information for the following values:
##############################################
sipcalc-1.1.6/Makefile.in-103-  while test -n "$$dir1"; do \
sipcalc-1.1.6/Makefile.in:104:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
sipcalc-1.1.6/Makefile.in-105-    if test "$$first" != "."; then \
sipcalc-1.1.6/Makefile.in-106-      if test "$$first" = ".."; then \
sipcalc-1.1.6/Makefile.in:107:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
sipcalc-1.1.6/Makefile.in:108:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
sipcalc-1.1.6/Makefile.in-109-      else \
sipcalc-1.1.6/Makefile.in:110:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
sipcalc-1.1.6/Makefile.in-111-        if test "$$first2" = "$$first"; then \
sipcalc-1.1.6/Makefile.in:112:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
sipcalc-1.1.6/Makefile.in-113-        else \
##############################################
sipcalc-1.1.6/Makefile.in-118-    fi; \
sipcalc-1.1.6/Makefile.in:119:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
sipcalc-1.1.6/Makefile.in-120-  done; \
##############################################
sipcalc-1.1.6/Makefile.in-284-	dot_seen=no; \
sipcalc-1.1.6/Makefile.in:285:	target=`echo $@ | sed s/-recursive//`; \
sipcalc-1.1.6/Makefile.in-286-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
sipcalc-1.1.6/Makefile.in-319-	rev="$$rev ."; \
sipcalc-1.1.6/Makefile.in:320:	target=`echo $@ | sed s/-recursive//`; \
sipcalc-1.1.6/Makefile.in-321-	for subdir in $$rev; do \
##############################################
sipcalc-1.1.6/Makefile.in-397-GTAGS:
sipcalc-1.1.6/Makefile.in:398:	here=`$(am__cd) $(top_builddir) && pwd` \
sipcalc-1.1.6/Makefile.in-399-	  && $(am__cd) $(top_srcdir) \
##############################################
sipcalc-1.1.6/Makefile.in-407-	test -d "$(distdir)" || mkdir "$(distdir)"
sipcalc-1.1.6/Makefile.in:408:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sipcalc-1.1.6/Makefile.in:409:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sipcalc-1.1.6/Makefile.in-410-	list='$(DISTFILES)'; \
##############################################
sipcalc-1.1.6/Makefile.in-421-	  if test -d $$d/$$file; then \
sipcalc-1.1.6/Makefile.in:422:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sipcalc-1.1.6/Makefile.in-423-	    if test -d "$(distdir)/$$file"; then \
##############################################
sipcalc-1.1.6/Makefile.in-532-	test -d $(distdir)/_build || exit 0; \
sipcalc-1.1.6/Makefile.in:533:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
sipcalc-1.1.6/Makefile.in-534-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
sipcalc-1.1.6/Makefile.in-575-	}; \
sipcalc-1.1.6/Makefile.in:576:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
sipcalc-1.1.6/Makefile.in-577-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
sipcalc-1.1.6/Makefile.in-587-	fi
sipcalc-1.1.6/Makefile.in:588:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
sipcalc-1.1.6/Makefile.in-589-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
sipcalc-1.1.6/depcomp-73-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
sipcalc-1.1.6/depcomp:74:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
sipcalc-1.1.6/depcomp-75-
##############################################
sipcalc-1.1.6/depcomp-249-  # Version 6 uses the directory in both cases.
sipcalc-1.1.6/depcomp:250:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
sipcalc-1.1.6/depcomp-251-  test "x$dir" = "x$object" && dir=
sipcalc-1.1.6/depcomp:252:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
sipcalc-1.1.6/depcomp-253-  if test "$libtool" = yes; then
##############################################
sipcalc-1.1.6/depcomp-344-  # Much of this is similar to the tru64 case; see comments there.
sipcalc-1.1.6/depcomp:345:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
sipcalc-1.1.6/depcomp-346-  test "x$dir" = "x$object" && dir=
sipcalc-1.1.6/depcomp:347:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
sipcalc-1.1.6/depcomp-348-  if test "$libtool" = yes; then
##############################################
sipcalc-1.1.6/depcomp-388-   # Subdirectories are respected.
sipcalc-1.1.6/depcomp:389:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
sipcalc-1.1.6/depcomp-390-   test "x$dir" = "x$object" && dir=
sipcalc-1.1.6/depcomp:391:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
sipcalc-1.1.6/depcomp-392-
##############################################
sipcalc-1.1.6/depcomp-578-  done
sipcalc-1.1.6/depcomp:579:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
sipcalc-1.1.6/depcomp-580-  touch "$tmpdepfile"
##############################################
sipcalc-1.1.6/missing-129-       # Could not run --version or --help.  This is probably someone
sipcalc-1.1.6/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
sipcalc-1.1.6/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
sipcalc-1.1.6/missing-163-         from any GNU archive site."
sipcalc-1.1.6/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
sipcalc-1.1.6/missing-165-    test -z "$files" && files="config.h"
##############################################
sipcalc-1.1.6/missing-192-         proper tools for further handling them.
sipcalc-1.1.6/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
sipcalc-1.1.6/missing-194-         archive site."
sipcalc-1.1.6/missing-195-
sipcalc-1.1.6/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
sipcalc-1.1.6/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
sipcalc-1.1.6/missing-198-    if test -f "$file"; then
##############################################
sipcalc-1.1.6/missing-221-	*.y)
sipcalc-1.1.6/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
sipcalc-1.1.6/missing-223-	    if test -f "$SRCFILE"; then
##############################################
sipcalc-1.1.6/missing-225-	    fi
sipcalc-1.1.6/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
sipcalc-1.1.6/missing-227-	    if test -f "$SRCFILE"; then
##############################################
sipcalc-1.1.6/missing-251-	*.l)
sipcalc-1.1.6/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
sipcalc-1.1.6/missing-253-	    if test -f "$SRCFILE"; then
##############################################
sipcalc-1.1.6/missing-270-
sipcalc-1.1.6/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
sipcalc-1.1.6/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
sipcalc-1.1.6/missing-273-    if test -f "$file"; then
##############################################
sipcalc-1.1.6/missing-290-    # The file to touch is that specified with -o ...
sipcalc-1.1.6/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
sipcalc-1.1.6/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
sipcalc-1.1.6/missing-293-    if test -z "$file"; then
sipcalc-1.1.6/missing-294-      # ... or it is the one specified with @setfilename ...
sipcalc-1.1.6/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
sipcalc-1.1.6/missing-296-      file=`sed -n '
##############################################
sipcalc-1.1.6/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
sipcalc-1.1.6/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
sipcalc-1.1.6/missing-304-    fi
##############################################
sipcalc-1.1.6/include/sub.h-222-int count (char *buf, char ch);
sipcalc-1.1.6/include/sub.h:223:int validate_v4addr (char *addr);
sipcalc-1.1.6/include/sub.h-224-int validate_netmask (char *in_addr);
##############################################
sipcalc-1.1.6/include/sub.h-229-char *numtobitmap (u_int32_t num);
sipcalc-1.1.6/include/sub.h:230:int parse_addr (struct if_info *ifi);
sipcalc-1.1.6/include/sub.h-231-int get_addrv4 (struct if_info *ifi);
sipcalc-1.1.6/include/sub.h-232-int get_addrv6 (struct if_info *ifi);
sipcalc-1.1.6/include/sub.h:233:int split_ipv6addr (char *addr, struct ipv6_split *spstr);
sipcalc-1.1.6/include/sub.h:234:int validate_s_v6addr (char *addr, int type);
sipcalc-1.1.6/include/sub.h-235-int getcolon (char *addr, int pos, int type);
##############################################
sipcalc-1.1.6/include/sub.h-237-int v6masktonum (char *nmask, int *nmaskbits, struct sip_in6_addr *in6_addr);
sipcalc-1.1.6/include/sub.h:238:int validate_v6addr (char *addr);
sipcalc-1.1.6/include/sub.h-239-int v6addrtoprefix (struct v6addr *in6_addr);
##############################################
sipcalc-1.1.6/include/sub.h-245-char *get_comp_v6 (struct sip_in6_addr addr);
sipcalc-1.1.6/include/sub.h:246:int mk_ipv6addr (struct v6addr *in6_addr, char *addr);
sipcalc-1.1.6/include/sub.h-247-struct dnsresp *new_dnsresp (struct dnsresp *d_resp);
sipcalc-1.1.6/include/sub.h-248-void free_dnsresp (struct dnsresp *d_resp);
sipcalc-1.1.6/include/sub.h:249:char *resolve_addr (char *addr, int family, struct dnsresp *);
sipcalc-1.1.6/include/sub.h-250-
##############################################
sipcalc-1.1.6/include/Makefile.in-196-distdir: $(DISTFILES)
sipcalc-1.1.6/include/Makefile.in:197:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sipcalc-1.1.6/include/Makefile.in:198:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
sipcalc-1.1.6/include/Makefile.in-199-	list='$(DISTFILES)'; \
##############################################
sipcalc-1.1.6/include/Makefile.in-210-	  if test -d $$d/$$file; then \
sipcalc-1.1.6/include/Makefile.in:211:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
sipcalc-1.1.6/include/Makefile.in-212-	    if test -d "$(distdir)/$$file"; then \
##############################################
sipcalc-1.1.6/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
sipcalc-1.1.6/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
sipcalc-1.1.6/aclocal.m4-75-#
##############################################
sipcalc-1.1.6/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
sipcalc-1.1.6/aclocal.m4:98:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
sipcalc-1.1.6/aclocal.m4-99-# and then we would define $MISSING as
##############################################
sipcalc-1.1.6/aclocal.m4-113-# expand $ac_aux_dir to an absolute path
sipcalc-1.1.6/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd`
sipcalc-1.1.6/aclocal.m4-115-])
##############################################
sipcalc-1.1.6/aclocal.m4-215-  if test "$am_compiler_list" = ""; then
sipcalc-1.1.6/aclocal.m4:216:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
sipcalc-1.1.6/aclocal.m4-217-  fi
##############################################
sipcalc-1.1.6/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
sipcalc-1.1.6/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
sipcalc-1.1.6/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
sipcalc-1.1.6/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
sipcalc-1.1.6/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
sipcalc-1.1.6/aclocal.m4-375-    else
##############################################
sipcalc-1.1.6/aclocal.m4-379-    # from the Makefile without running `make'.
sipcalc-1.1.6/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
sipcalc-1.1.6/aclocal.m4-381-    test -z "$DEPDIR" && continue
sipcalc-1.1.6/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
sipcalc-1.1.6/aclocal.m4-383-    test -z "am__include" && continue
sipcalc-1.1.6/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
sipcalc-1.1.6/aclocal.m4-385-    # When using ansi2knr, U may be empty or an underscore; expand it
sipcalc-1.1.6/aclocal.m4:386:    U=`sed -n 's/^U = //p' < "$mf"`
sipcalc-1.1.6/aclocal.m4-387-    # Find all dependency output files, they are included files with
##############################################
sipcalc-1.1.6/aclocal.m4-395-      test -f "$dirpart/$file" && continue
sipcalc-1.1.6/aclocal.m4:396:      fdir=`AS_DIRNAME(["$file"])`
sipcalc-1.1.6/aclocal.m4-397-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
sipcalc-1.1.6/aclocal.m4-462-AC_REQUIRE([AC_PROG_INSTALL])dnl
sipcalc-1.1.6/aclocal.m4:463:if test "`cd $srcdir && pwd`" != "`pwd`"; then
sipcalc-1.1.6/aclocal.m4-464-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
sipcalc-1.1.6/aclocal.m4-564-    * )
sipcalc-1.1.6/aclocal.m4:565:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
sipcalc-1.1.6/aclocal.m4-566-  esac
sipcalc-1.1.6/aclocal.m4-567-done
sipcalc-1.1.6/aclocal.m4:568:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
sipcalc-1.1.6/aclocal.m4-569-
##############################################
sipcalc-1.1.6/aclocal.m4-642-# Ignore all kinds of additional output from `make'.
sipcalc-1.1.6/aclocal.m4:643:case `$am_make -s -f confmf 2> /dev/null` in #(
sipcalc-1.1.6/aclocal.m4-644-*the\ am__doit\ target*)
##############################################
sipcalc-1.1.6/aclocal.m4-652-   echo '.include "confinc"' > confmf
sipcalc-1.1.6/aclocal.m4:653:   case `$am_make -s -f confmf 2> /dev/null` in #(
sipcalc-1.1.6/aclocal.m4-654-   *the\ am__doit\ target*)
##############################################
sipcalc-1.1.6/aclocal.m4-809-if (
sipcalc-1.1.6/aclocal.m4:810:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
sipcalc-1.1.6/aclocal.m4-811-   if test "$[*]" = "X"; then
sipcalc-1.1.6/aclocal.m4-812-      # -L didn't work.
sipcalc-1.1.6/aclocal.m4:813:      set X `ls -t "$srcdir/configure" conftest.file`
sipcalc-1.1.6/aclocal.m4-814-   fi
##############################################
sipcalc-1.1.6/install-sh-229-      fi
sipcalc-1.1.6/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
sipcalc-1.1.6/install-sh-231-    *)
##############################################
sipcalc-1.1.6/install-sh-276-      dstdir=$dst
sipcalc-1.1.6/install-sh:277:      dst=$dstdir/`basename "$src"`
sipcalc-1.1.6/install-sh-278-      dstdir_status=0
##############################################
sipcalc-1.1.6/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
sipcalc-1.1.6/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
sipcalc-1.1.6/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
sipcalc-1.1.6/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
sipcalc-1.1.6/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
sipcalc-1.1.6/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
sipcalc-1.1.6/install-sh-425-	    case $prefix in
sipcalc-1.1.6/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
sipcalc-1.1.6/install-sh-427-	      *) qprefix=$prefix;;
##############################################
sipcalc-1.1.6/install-sh-474-    if $copy_on_change &&
sipcalc-1.1.6/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
sipcalc-1.1.6/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
sipcalc-1.1.6/install-sh-477-