===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
isatapd-0.9.7/missing-129-       # Could not run --version or --help.  This is probably someone
isatapd-0.9.7/missing:130:       # running `$TOOL --version' or `$TOOL --help' to check whether
isatapd-0.9.7/missing-131-       # $TOOL exists and not knowing $TOOL uses missing.
##############################################
isatapd-0.9.7/missing-163-         from any GNU archive site."
isatapd-0.9.7/missing:164:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
isatapd-0.9.7/missing-165-    test -z "$files" && files="config.h"
##############################################
isatapd-0.9.7/missing-192-         proper tools for further handling them.
isatapd-0.9.7/missing:193:         You can get \`$1' as part of \`Autoconf' from any GNU
isatapd-0.9.7/missing-194-         archive site."
isatapd-0.9.7/missing-195-
isatapd-0.9.7/missing:196:    file=`echo "$*" | sed -n "$sed_output"`
isatapd-0.9.7/missing:197:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
isatapd-0.9.7/missing-198-    if test -f "$file"; then
##############################################
isatapd-0.9.7/missing-221-	*.y)
isatapd-0.9.7/missing:222:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
isatapd-0.9.7/missing-223-	    if test -f "$SRCFILE"; then
##############################################
isatapd-0.9.7/missing-225-	    fi
isatapd-0.9.7/missing:226:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
isatapd-0.9.7/missing-227-	    if test -f "$SRCFILE"; then
##############################################
isatapd-0.9.7/missing-251-	*.l)
isatapd-0.9.7/missing:252:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
isatapd-0.9.7/missing-253-	    if test -f "$SRCFILE"; then
##############################################
isatapd-0.9.7/missing-270-
isatapd-0.9.7/missing:271:    file=`echo "$*" | sed -n "$sed_output"`
isatapd-0.9.7/missing:272:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
isatapd-0.9.7/missing-273-    if test -f "$file"; then
##############################################
isatapd-0.9.7/missing-290-    # The file to touch is that specified with -o ...
isatapd-0.9.7/missing:291:    file=`echo "$*" | sed -n "$sed_output"`
isatapd-0.9.7/missing:292:    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
isatapd-0.9.7/missing-293-    if test -z "$file"; then
isatapd-0.9.7/missing-294-      # ... or it is the one specified with @setfilename ...
isatapd-0.9.7/missing:295:      infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
isatapd-0.9.7/missing-296-      file=`sed -n '
##############################################
isatapd-0.9.7/missing-302-      # ... or it is derived from the source name (dir/f.texi becomes f.info)
isatapd-0.9.7/missing:303:      test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
isatapd-0.9.7/missing-304-    fi
##############################################
isatapd-0.9.7/src/tunnel.h-5-
isatapd-0.9.7/src/tunnel.h:6:uint32_t get_if_addr(const char *dev);
isatapd-0.9.7/src/tunnel.h-7-
##############################################
isatapd-0.9.7/src/isatap.h-43-struct PRLENTRY* del_internal_pdr(struct PRLENTRY* pr);
isatapd-0.9.7/src/isatap.h:44:struct PRLENTRY* find_internal_pdr_by_addr(uint32_t ip);
isatapd-0.9.7/src/isatap.h-45-struct PRLENTRY* find_internal_pdr_by_addr6(struct in6_addr *addr);
##############################################
isatapd-0.9.7/src/main.c-324- **/
isatapd-0.9.7/src/main.c:325:static uint32_t get_tunnel_saddr(const char* iface)
isatapd-0.9.7/src/main.c-326-{
##############################################
isatapd-0.9.7/src/main.c-330-	if (iface) {
isatapd-0.9.7/src/main.c:331:		saddr = get_if_addr(iface);
isatapd-0.9.7/src/main.c-332-		if (saddr == 0) {
##############################################
isatapd-0.9.7/src/main.c-382-/**
isatapd-0.9.7/src/main.c:383: * Wait until get_tunnel_saddr() successfully returns a source address
isatapd-0.9.7/src/main.c-384- **/
##############################################
isatapd-0.9.7/src/main.c-387-	uint32_t saddr;
isatapd-0.9.7/src/main.c:388:	saddr = get_tunnel_saddr(interface_name);
isatapd-0.9.7/src/main.c-389-	if (saddr == 0) {
##############################################
isatapd-0.9.7/src/main.c-402-				return 0; /* Interrupted by signal */
isatapd-0.9.7/src/main.c:403:			saddr = get_tunnel_saddr(interface_name);
isatapd-0.9.7/src/main.c-404-		} while ((go_down == 0) && (saddr == 0));
##############################################
isatapd-0.9.7/src/main.c-652-		/* Try to detect link change */
isatapd-0.9.7/src/main.c:653:		saddr_n = get_tunnel_saddr(interface_name);
isatapd-0.9.7/src/main.c-654-
##############################################
isatapd-0.9.7/src/Makefile.in-276-.c.obj:
isatapd-0.9.7/src/Makefile.in:277:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
isatapd-0.9.7/src/Makefile.in-278-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
isatapd-0.9.7/src/Makefile.in-280-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
isatapd-0.9.7/src/Makefile.in:281:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
isatapd-0.9.7/src/Makefile.in-282-
##############################################
isatapd-0.9.7/src/Makefile.in-327-GTAGS:
isatapd-0.9.7/src/Makefile.in:328:	here=`$(am__cd) $(top_builddir) && pwd` \
isatapd-0.9.7/src/Makefile.in-329-	  && $(am__cd) $(top_srcdir) \
##############################################
isatapd-0.9.7/src/Makefile.in-335-distdir: $(DISTFILES)
isatapd-0.9.7/src/Makefile.in:336:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
isatapd-0.9.7/src/Makefile.in:337:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
isatapd-0.9.7/src/Makefile.in-338-	list='$(DISTFILES)'; \
##############################################
isatapd-0.9.7/src/Makefile.in-349-	  if test -d $$d/$$file; then \
isatapd-0.9.7/src/Makefile.in:350:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
isatapd-0.9.7/src/Makefile.in-351-	    if test -d "$(distdir)/$$file"; then \
##############################################
isatapd-0.9.7/src/isatap.c-111- **/
isatapd-0.9.7/src/isatap.c:112:struct PRLENTRY* find_internal_pdr_by_addr(uint32_t ip) {
isatapd-0.9.7/src/isatap.c-113-	struct PRLENTRY* cur = prl_head;
##############################################
isatapd-0.9.7/src/isatap.c-244-		addr = ((struct sockaddr_in*)(p->ai_addr))->sin_addr;
isatapd-0.9.7/src/isatap.c:245:		pr = find_internal_pdr_by_addr(addr.s_addr);
isatapd-0.9.7/src/isatap.c-246-		if (!pr) { /* not yet in PRL */
##############################################
isatapd-0.9.7/src/tunnel.c-37- **/
isatapd-0.9.7/src/tunnel.c:38:uint32_t get_if_addr(const char *dev)
isatapd-0.9.7/src/tunnel.c-39-{
##############################################
isatapd-0.9.7/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
isatapd-0.9.7/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
isatapd-0.9.7/configure-45-  as_echo='print -r --'
isatapd-0.9.7/configure-46-  as_echo_n='print -rn --'
isatapd-0.9.7/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
isatapd-0.9.7/configure-48-  as_echo='printf %s\n'
##############################################
isatapd-0.9.7/configure-50-else
isatapd-0.9.7/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
isatapd-0.9.7/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
isatapd-0.9.7/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
isatapd-0.9.7/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
isatapd-0.9.7/configure-62-      esac;
##############################################
isatapd-0.9.7/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
isatapd-0.9.7/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
isatapd-0.9.7/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
isatapd-0.9.7/configure-324-      case $as_dir in #(
isatapd-0.9.7/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
isatapd-0.9.7/configure-326-      *) as_qdir=$as_dir;;
##############################################
isatapd-0.9.7/configure-397-  {
isatapd-0.9.7/configure:398:    as_val=`expr "$@" || test $? -eq 1`
isatapd-0.9.7/configure-399-  }
##############################################
isatapd-0.9.7/configure-404-# ----------------------------------------
isatapd-0.9.7/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
isatapd-0.9.7/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
isatapd-0.9.7/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
isatapd-0.9.7/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
isatapd-0.9.7/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
isatapd-0.9.7/configure-782-  case $ac_option in
isatapd-0.9.7/configure:783:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
isatapd-0.9.7/configure-784-  *=)   ac_optarg= ;;
##############################################
isatapd-0.9.7/configure-826-  -disable-* | --disable-*)
isatapd-0.9.7/configure:827:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
isatapd-0.9.7/configure-828-    # Reject names that are not valid shell variable names.
##############################################
isatapd-0.9.7/configure-831-    ac_useropt_orig=$ac_useropt
isatapd-0.9.7/configure:832:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
isatapd-0.9.7/configure-833-    case $ac_user_opts in
##############################################
isatapd-0.9.7/configure-852-  -enable-* | --enable-*)
isatapd-0.9.7/configure:853:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
isatapd-0.9.7/configure-854-    # Reject names that are not valid shell variable names.
##############################################
isatapd-0.9.7/configure-857-    ac_useropt_orig=$ac_useropt
isatapd-0.9.7/configure:858:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
isatapd-0.9.7/configure-859-    case $ac_user_opts in
##############################################
isatapd-0.9.7/configure-1056-  -with-* | --with-*)
isatapd-0.9.7/configure:1057:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
isatapd-0.9.7/configure-1058-    # Reject names that are not valid shell variable names.
##############################################
isatapd-0.9.7/configure-1061-    ac_useropt_orig=$ac_useropt
isatapd-0.9.7/configure:1062:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
isatapd-0.9.7/configure-1063-    case $ac_user_opts in
##############################################
isatapd-0.9.7/configure-1072-  -without-* | --without-*)
isatapd-0.9.7/configure:1073:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
isatapd-0.9.7/configure-1074-    # Reject names that are not valid shell variable names.
##############################################
isatapd-0.9.7/configure-1077-    ac_useropt_orig=$ac_useropt
isatapd-0.9.7/configure:1078:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
isatapd-0.9.7/configure-1079-    case $ac_user_opts in
##############################################
isatapd-0.9.7/configure-1110-  *=*)
isatapd-0.9.7/configure:1111:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
isatapd-0.9.7/configure-1112-    # Reject names that are not valid shell variable names.
##############################################
isatapd-0.9.7/configure-1131-if test -n "$ac_prev"; then
isatapd-0.9.7/configure:1132:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
isatapd-0.9.7/configure-1133-  as_fn_error $? "missing argument to $ac_option"
##############################################
isatapd-0.9.7/configure-1153-    */ )
isatapd-0.9.7/configure:1154:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
isatapd-0.9.7/configure-1155-      eval $ac_var=\$ac_val;;
##############################################
isatapd-0.9.7/configure-1188-ac_ls_di=`ls -di .` &&
isatapd-0.9.7/configure:1189:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
isatapd-0.9.7/configure-1190-  as_fn_error $? "working directory cannot be determined"
##############################################
isatapd-0.9.7/configure-1244-case $srcdir in
isatapd-0.9.7/configure:1245:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
isatapd-0.9.7/configure-1246-esac
##############################################
isatapd-0.9.7/configure-1287-By default, \`make install' will install all the files in
isatapd-0.9.7/configure:1288:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
isatapd-0.9.7/configure:1289:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
isatapd-0.9.7/configure-1290-for instance \`--prefix=\$HOME'.
##############################################
isatapd-0.9.7/configure-1364-*)
isatapd-0.9.7/configure:1365:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
isatapd-0.9.7/configure-1366-  # A ".." for each directory in $ac_dir_suffix.
isatapd-0.9.7/configure:1367:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
isatapd-0.9.7/configure-1368-  case $ac_top_builddir_sub in
##############################################
isatapd-0.9.7/configure-1902-    *\'*)
isatapd-0.9.7/configure:1903:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
isatapd-0.9.7/configure-1904-    esac
##############################################
isatapd-0.9.7/configure-1985-      case $ac_val in
isatapd-0.9.7/configure:1986:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
isatapd-0.9.7/configure-1987-      esac
##############################################
isatapd-0.9.7/configure-2000-	case $ac_val in
isatapd-0.9.7/configure:2001:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
isatapd-0.9.7/configure-2002-	esac
##############################################
isatapd-0.9.7/configure-2120-    set,)
isatapd-0.9.7/configure:2121:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
isatapd-0.9.7/configure:2122:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
isatapd-0.9.7/configure-2123-      ac_cache_corrupted=: ;;
##############################################
isatapd-0.9.7/configure-2131-	# differences in whitespace do not lead to failure.
isatapd-0.9.7/configure:2132:	ac_old_val_w=`echo x $ac_old_val`
isatapd-0.9.7/configure:2133:	ac_new_val_w=`echo x $ac_new_val`
isatapd-0.9.7/configure-2134-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
isatapd-0.9.7/configure-2151-    case $ac_new_val in
isatapd-0.9.7/configure:2152:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
isatapd-0.9.7/configure-2153-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
isatapd-0.9.7/configure-2326-if (
isatapd-0.9.7/configure:2327:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
isatapd-0.9.7/configure-2328-   if test "$*" = "X"; then
isatapd-0.9.7/configure-2329-      # -L didn't work.
isatapd-0.9.7/configure:2330:      set X `ls -t "$srcdir/configure" conftest.file`
isatapd-0.9.7/configure-2331-   fi
##############################################
isatapd-0.9.7/configure-2362-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
isatapd-0.9.7/configure:2363:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
isatapd-0.9.7/configure-2364-
isatapd-0.9.7/configure-2365-# expand $ac_aux_dir to an absolute path
isatapd-0.9.7/configure:2366:am_aux_dir=`cd $ac_aux_dir && pwd`
isatapd-0.9.7/configure-2367-
##############################################
isatapd-0.9.7/configure-2507-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
isatapd-0.9.7/configure:2508:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
isatapd-0.9.7/configure-2509-	     'mkdir (GNU coreutils) '* | \
##############################################
isatapd-0.9.7/configure-2586-set x ${MAKE-make}
isatapd-0.9.7/configure:2587:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
isatapd-0.9.7/configure-2588-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
isatapd-0.9.7/configure-2596-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
isatapd-0.9.7/configure:2597:case `${MAKE-make} -f conftest.make 2>/dev/null` in
isatapd-0.9.7/configure-2598-  *@@@%%%=?*=@@@%%%*)
##############################################
isatapd-0.9.7/configure-2623-
isatapd-0.9.7/configure:2624:if test "`cd $srcdir && pwd`" != "`pwd`"; then
isatapd-0.9.7/configure-2625-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
isatapd-0.9.7/configure-2711-# Ignore all kinds of additional output from `make'.
isatapd-0.9.7/configure:2712:case `$am_make -s -f confmf 2> /dev/null` in #(
isatapd-0.9.7/configure-2713-*the\ am__doit\ target*)
##############################################
isatapd-0.9.7/configure-2721-   echo '.include "confinc"' > confmf
isatapd-0.9.7/configure:2722:   case `$am_make -s -f confmf 2> /dev/null` in #(
isatapd-0.9.7/configure-2723-   *the\ am__doit\ target*)
##############################################
isatapd-0.9.7/configure-3100-$as_echo_n "checking whether the C compiler works... " >&6; }
isatapd-0.9.7/configure:3101:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
isatapd-0.9.7/configure-3102-
##############################################
isatapd-0.9.7/configure-3144-	then :; else
isatapd-0.9.7/configure:3145:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
isatapd-0.9.7/configure-3146-	fi
##############################################
isatapd-0.9.7/configure-3204-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
isatapd-0.9.7/configure:3205:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
isatapd-0.9.7/configure-3206-	  break;;
##############################################
isatapd-0.9.7/configure-3313-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
isatapd-0.9.7/configure:3314:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
isatapd-0.9.7/configure-3315-       break;;
##############################################
isatapd-0.9.7/configure-3572-  if test "$am_compiler_list" = ""; then
isatapd-0.9.7/configure:3573:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
isatapd-0.9.7/configure-3574-  fi
##############################################
isatapd-0.9.7/configure-3829-  # Check for GNU $ac_path_GREP
isatapd-0.9.7/configure:3830:case `"$ac_path_GREP" --version 2>&1` in
isatapd-0.9.7/configure-3831-*GNU*)
##############################################
isatapd-0.9.7/configure-3895-  # Check for GNU $ac_path_EGREP
isatapd-0.9.7/configure:3896:case `"$ac_path_EGREP" --version 2>&1` in
isatapd-0.9.7/configure-3897-*GNU*)
##############################################
isatapd-0.9.7/configure-4057-do :
isatapd-0.9.7/configure:4058:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
isatapd-0.9.7/configure-4059-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
isatapd-0.9.7/configure-4062-  cat >>confdefs.h <<_ACEOF
isatapd-0.9.7/configure:4063:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
isatapd-0.9.7/configure-4064-_ACEOF
##############################################
isatapd-0.9.7/configure-4072-do :
isatapd-0.9.7/configure:4073:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
isatapd-0.9.7/configure-4074-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
isatapd-0.9.7/configure-4076-  cat >>confdefs.h <<_ACEOF
isatapd-0.9.7/configure:4077:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
isatapd-0.9.7/configure-4078-_ACEOF
##############################################
isatapd-0.9.7/configure-4177-do :
isatapd-0.9.7/configure:4178:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
isatapd-0.9.7/configure-4179-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
isatapd-0.9.7/configure-4181-  cat >>confdefs.h <<_ACEOF
isatapd-0.9.7/configure:4182:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
isatapd-0.9.7/configure-4183-_ACEOF
##############################################
isatapd-0.9.7/configure-4293-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
isatapd-0.9.7/configure:4294:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
isatapd-0.9.7/configure-4295-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
isatapd-0.9.7/configure-4376-if test -z "$BASH_VERSION$ZSH_VERSION" \
isatapd-0.9.7/configure:4377:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
isatapd-0.9.7/configure-4378-  as_echo='print -r --'
isatapd-0.9.7/configure-4379-  as_echo_n='print -rn --'
isatapd-0.9.7/configure:4380:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
isatapd-0.9.7/configure-4381-  as_echo='printf %s\n'
##############################################
isatapd-0.9.7/configure-4383-else
isatapd-0.9.7/configure:4384:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
isatapd-0.9.7/configure-4385-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
isatapd-0.9.7/configure-4393-	expr "X$arg" : "X\\(.*\\)$as_nl";
isatapd-0.9.7/configure:4394:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
isatapd-0.9.7/configure-4395-      esac;
##############################################
isatapd-0.9.7/configure-4470-# ----------------------------------------
isatapd-0.9.7/configure:4471:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
isatapd-0.9.7/configure-4472-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
isatapd-0.9.7/configure-4542-  {
isatapd-0.9.7/configure:4543:    as_val=`expr "$@" || test $? -eq 1`
isatapd-0.9.7/configure-4544-  }
##############################################
isatapd-0.9.7/configure-4646-      case $as_dir in #(
isatapd-0.9.7/configure:4647:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
isatapd-0.9.7/configure-4648-      *) as_qdir=$as_dir;;
##############################################
isatapd-0.9.7/configure-4781-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
isatapd-0.9.7/configure:4782:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
isatapd-0.9.7/configure-4783-ac_cs_version="\\
##############################################
isatapd-0.9.7/configure-4806-  --*=?*)
isatapd-0.9.7/configure:4807:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
isatapd-0.9.7/configure:4808:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
isatapd-0.9.7/configure-4809-    ac_shift=:
##############################################
isatapd-0.9.7/configure-4811-  --*=)
isatapd-0.9.7/configure:4812:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
isatapd-0.9.7/configure-4813-    ac_optarg=
##############################################
isatapd-0.9.7/configure-4835-    case $ac_optarg in
isatapd-0.9.7/configure:4836:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
isatapd-0.9.7/configure-4837-    '') as_fn_error $? "missing file argument" ;;
##############################################
isatapd-0.9.7/configure-4843-    case $ac_optarg in
isatapd-0.9.7/configure:4844:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
isatapd-0.9.7/configure-4845-    esac
##############################################
isatapd-0.9.7/configure-4973-fi
isatapd-0.9.7/configure:4974:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
isatapd-0.9.7/configure-4975-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
isatapd-0.9.7/configure-4990-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
isatapd-0.9.7/configure:4991:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
isatapd-0.9.7/configure-4992-ac_delim='%!_!# '
##############################################
isatapd-0.9.7/configure-4996-
isatapd-0.9.7/configure:4997:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
isatapd-0.9.7/configure-4998-  if test $ac_delim_n = $ac_delim_num; then
##############################################
isatapd-0.9.7/configure-5134-for ac_last_try in false false :; do
isatapd-0.9.7/configure:5135:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
isatapd-0.9.7/configure-5136-  if test -z "$ac_tt"; then
##############################################
isatapd-0.9.7/configure-5266-      esac
isatapd-0.9.7/configure:5267:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
isatapd-0.9.7/configure-5268-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
isatapd-0.9.7/configure-5325-*)
isatapd-0.9.7/configure:5326:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
isatapd-0.9.7/configure-5327-  # A ".." for each directory in $ac_dir_suffix.
isatapd-0.9.7/configure:5328:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
isatapd-0.9.7/configure-5329-  case $ac_top_builddir_sub in
##############################################
isatapd-0.9.7/configure-5386-/@mandir@/p'
isatapd-0.9.7/configure:5387:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
isatapd-0.9.7/configure-5388-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
isatapd-0.9.7/configure-5403-
isatapd-0.9.7/configure:5404:# Neutralize VPATH when `$srcdir' = `.'.
isatapd-0.9.7/configure-5405-# Shell code in configure.ac might set extrasub.
##############################################
isatapd-0.9.7/configure-5431-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
isatapd-0.9.7/configure:5432:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
isatapd-0.9.7/configure-5433-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
isatapd-0.9.7/configure-5477-    * )
isatapd-0.9.7/configure:5478:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
isatapd-0.9.7/configure-5479-  esac
##############################################
isatapd-0.9.7/configure-5524-    # Strip MF so we end up with the name of the file.
isatapd-0.9.7/configure:5525:    mf=`echo "$mf" | sed -e 's/:.*$//'`
isatapd-0.9.7/configure-5526-    # Check whether this is an Automake generated Makefile or not.
##############################################
isatapd-0.9.7/configure-5561-    # from the Makefile without running `make'.
isatapd-0.9.7/configure:5562:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
isatapd-0.9.7/configure-5563-    test -z "$DEPDIR" && continue
isatapd-0.9.7/configure:5564:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
isatapd-0.9.7/configure-5565-    test -z "am__include" && continue
isatapd-0.9.7/configure:5566:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
isatapd-0.9.7/configure-5567-    # When using ansi2knr, U may be empty or an underscore; expand it
isatapd-0.9.7/configure:5568:    U=`sed -n 's/^U = //p' < "$mf"`
isatapd-0.9.7/configure-5569-    # Find all dependency output files, they are included files with
##############################################
isatapd-0.9.7/depcomp-73-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
isatapd-0.9.7/depcomp:74:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
isatapd-0.9.7/depcomp-75-
##############################################
isatapd-0.9.7/depcomp-249-  # Version 6 uses the directory in both cases.
isatapd-0.9.7/depcomp:250:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
isatapd-0.9.7/depcomp-251-  test "x$dir" = "x$object" && dir=
isatapd-0.9.7/depcomp:252:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
isatapd-0.9.7/depcomp-253-  if test "$libtool" = yes; then
##############################################
isatapd-0.9.7/depcomp-344-  # Much of this is similar to the tru64 case; see comments there.
isatapd-0.9.7/depcomp:345:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
isatapd-0.9.7/depcomp-346-  test "x$dir" = "x$object" && dir=
isatapd-0.9.7/depcomp:347:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
isatapd-0.9.7/depcomp-348-  if test "$libtool" = yes; then
##############################################
isatapd-0.9.7/depcomp-388-   # Subdirectories are respected.
isatapd-0.9.7/depcomp:389:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
isatapd-0.9.7/depcomp-390-   test "x$dir" = "x$object" && dir=
isatapd-0.9.7/depcomp:391:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
isatapd-0.9.7/depcomp-392-
##############################################
isatapd-0.9.7/depcomp-578-  done
isatapd-0.9.7/depcomp:579:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
isatapd-0.9.7/depcomp-580-  touch "$tmpdepfile"
##############################################
isatapd-0.9.7/Makefile.in-103-  while test -n "$$dir1"; do \
isatapd-0.9.7/Makefile.in:104:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
isatapd-0.9.7/Makefile.in-105-    if test "$$first" != "."; then \
isatapd-0.9.7/Makefile.in-106-      if test "$$first" = ".."; then \
isatapd-0.9.7/Makefile.in:107:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
isatapd-0.9.7/Makefile.in:108:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
isatapd-0.9.7/Makefile.in-109-      else \
isatapd-0.9.7/Makefile.in:110:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
isatapd-0.9.7/Makefile.in-111-        if test "$$first2" = "$$first"; then \
isatapd-0.9.7/Makefile.in:112:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
isatapd-0.9.7/Makefile.in-113-        else \
##############################################
isatapd-0.9.7/Makefile.in-118-    fi; \
isatapd-0.9.7/Makefile.in:119:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
isatapd-0.9.7/Makefile.in-120-  done; \
##############################################
isatapd-0.9.7/Makefile.in-286-	dot_seen=no; \
isatapd-0.9.7/Makefile.in:287:	target=`echo $@ | sed s/-recursive//`; \
isatapd-0.9.7/Makefile.in-288-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
isatapd-0.9.7/Makefile.in-321-	rev="$$rev ."; \
isatapd-0.9.7/Makefile.in:322:	target=`echo $@ | sed s/-recursive//`; \
isatapd-0.9.7/Makefile.in-323-	for subdir in $$rev; do \
##############################################
isatapd-0.9.7/Makefile.in-399-GTAGS:
isatapd-0.9.7/Makefile.in:400:	here=`$(am__cd) $(top_builddir) && pwd` \
isatapd-0.9.7/Makefile.in-401-	  && $(am__cd) $(top_srcdir) \
##############################################
isatapd-0.9.7/Makefile.in-409-	test -d "$(distdir)" || mkdir "$(distdir)"
isatapd-0.9.7/Makefile.in:410:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
isatapd-0.9.7/Makefile.in:411:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
isatapd-0.9.7/Makefile.in-412-	list='$(DISTFILES)'; \
##############################################
isatapd-0.9.7/Makefile.in-423-	  if test -d $$d/$$file; then \
isatapd-0.9.7/Makefile.in:424:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
isatapd-0.9.7/Makefile.in-425-	    if test -d "$(distdir)/$$file"; then \
##############################################
isatapd-0.9.7/Makefile.in-534-	test -d $(distdir)/_build || exit 0; \
isatapd-0.9.7/Makefile.in:535:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
isatapd-0.9.7/Makefile.in-536-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
isatapd-0.9.7/Makefile.in-577-	}; \
isatapd-0.9.7/Makefile.in:578:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
isatapd-0.9.7/Makefile.in-579-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
isatapd-0.9.7/Makefile.in-589-	fi
isatapd-0.9.7/Makefile.in:590:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
isatapd-0.9.7/Makefile.in-591-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
isatapd-0.9.7/aclocal.m4-73-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
isatapd-0.9.7/aclocal.m4:74:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
isatapd-0.9.7/aclocal.m4-75-#
##############################################
isatapd-0.9.7/aclocal.m4-97-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
isatapd-0.9.7/aclocal.m4:98:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
isatapd-0.9.7/aclocal.m4-99-# and then we would define $MISSING as
##############################################
isatapd-0.9.7/aclocal.m4-113-# expand $ac_aux_dir to an absolute path
isatapd-0.9.7/aclocal.m4:114:am_aux_dir=`cd $ac_aux_dir && pwd`
isatapd-0.9.7/aclocal.m4-115-])
##############################################
isatapd-0.9.7/aclocal.m4-215-  if test "$am_compiler_list" = ""; then
isatapd-0.9.7/aclocal.m4:216:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
isatapd-0.9.7/aclocal.m4-217-  fi
##############################################
isatapd-0.9.7/aclocal.m4-364-    # Strip MF so we end up with the name of the file.
isatapd-0.9.7/aclocal.m4:365:    mf=`echo "$mf" | sed -e 's/:.*$//'`
isatapd-0.9.7/aclocal.m4-366-    # Check whether this is an Automake generated Makefile or not.
##############################################
isatapd-0.9.7/aclocal.m4-373-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
isatapd-0.9.7/aclocal.m4:374:      dirpart=`AS_DIRNAME("$mf")`
isatapd-0.9.7/aclocal.m4-375-    else
##############################################
isatapd-0.9.7/aclocal.m4-379-    # from the Makefile without running `make'.
isatapd-0.9.7/aclocal.m4:380:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
isatapd-0.9.7/aclocal.m4-381-    test -z "$DEPDIR" && continue
isatapd-0.9.7/aclocal.m4:382:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
isatapd-0.9.7/aclocal.m4-383-    test -z "am__include" && continue
isatapd-0.9.7/aclocal.m4:384:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
isatapd-0.9.7/aclocal.m4-385-    # When using ansi2knr, U may be empty or an underscore; expand it
isatapd-0.9.7/aclocal.m4:386:    U=`sed -n 's/^U = //p' < "$mf"`
isatapd-0.9.7/aclocal.m4-387-    # Find all dependency output files, they are included files with
##############################################
isatapd-0.9.7/aclocal.m4-395-      test -f "$dirpart/$file" && continue
isatapd-0.9.7/aclocal.m4:396:      fdir=`AS_DIRNAME(["$file"])`
isatapd-0.9.7/aclocal.m4-397-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
isatapd-0.9.7/aclocal.m4-462-AC_REQUIRE([AC_PROG_INSTALL])dnl
isatapd-0.9.7/aclocal.m4:463:if test "`cd $srcdir && pwd`" != "`pwd`"; then
isatapd-0.9.7/aclocal.m4-464-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
isatapd-0.9.7/aclocal.m4-564-    * )
isatapd-0.9.7/aclocal.m4:565:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
isatapd-0.9.7/aclocal.m4-566-  esac
isatapd-0.9.7/aclocal.m4-567-done
isatapd-0.9.7/aclocal.m4:568:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
isatapd-0.9.7/aclocal.m4-569-
##############################################
isatapd-0.9.7/aclocal.m4-642-# Ignore all kinds of additional output from `make'.
isatapd-0.9.7/aclocal.m4:643:case `$am_make -s -f confmf 2> /dev/null` in #(
isatapd-0.9.7/aclocal.m4-644-*the\ am__doit\ target*)
##############################################
isatapd-0.9.7/aclocal.m4-652-   echo '.include "confinc"' > confmf
isatapd-0.9.7/aclocal.m4:653:   case `$am_make -s -f confmf 2> /dev/null` in #(
isatapd-0.9.7/aclocal.m4-654-   *the\ am__doit\ target*)
##############################################
isatapd-0.9.7/aclocal.m4-809-if (
isatapd-0.9.7/aclocal.m4:810:   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
isatapd-0.9.7/aclocal.m4-811-   if test "$[*]" = "X"; then
isatapd-0.9.7/aclocal.m4-812-      # -L didn't work.
isatapd-0.9.7/aclocal.m4:813:      set X `ls -t "$srcdir/configure" conftest.file`
isatapd-0.9.7/aclocal.m4-814-   fi
##############################################
isatapd-0.9.7/INSTALL-173-directory configuration variables that were expressed in terms of
isatapd-0.9.7/INSTALL:174:`${prefix}'.  Any directories that were specified during `configure',
isatapd-0.9.7/INSTALL-175-but not in terms of `${prefix}', must each be overridden at install
##############################################
isatapd-0.9.7/install-sh-229-      fi
isatapd-0.9.7/install-sh:230:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
isatapd-0.9.7/install-sh-231-    *)
##############################################
isatapd-0.9.7/install-sh-276-      dstdir=$dst
isatapd-0.9.7/install-sh:277:      dst=$dstdir/`basename "$src"`
isatapd-0.9.7/install-sh-278-      dstdir_status=0
##############################################
isatapd-0.9.7/install-sh-358-		   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
isatapd-0.9.7/install-sh:359:		   ls_ld_tmpdir=`ls -ld "$tmpdir"`
isatapd-0.9.7/install-sh-360-		   case $ls_ld_tmpdir in
##############################################
isatapd-0.9.7/install-sh-365-		   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
isatapd-0.9.7/install-sh:366:		     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
isatapd-0.9.7/install-sh-367-		     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
isatapd-0.9.7/install-sh-425-	    case $prefix in
isatapd-0.9.7/install-sh:426:	      *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
isatapd-0.9.7/install-sh-427-	      *) qprefix=$prefix;;
##############################################
isatapd-0.9.7/install-sh-474-    if $copy_on_change &&
isatapd-0.9.7/install-sh:475:       old=`LC_ALL=C ls -dlL "$dst"	2>/dev/null` &&
isatapd-0.9.7/install-sh:476:       new=`LC_ALL=C ls -dlL "$dsttmp"	2>/dev/null` &&
isatapd-0.9.7/install-sh-477-
##############################################
isatapd-0.9.7/man/Makefile.in-67-  esac
isatapd-0.9.7/man/Makefile.in:68:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
isatapd-0.9.7/man/Makefile.in-69-am__vpath_adj = case $$p in \
isatapd-0.9.7/man/Makefile.in:70:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
isatapd-0.9.7/man/Makefile.in-71-    *) f=$$p;; \
isatapd-0.9.7/man/Makefile.in-72-  esac;
isatapd-0.9.7/man/Makefile.in:73:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
isatapd-0.9.7/man/Makefile.in-74-am__install_max = 40
isatapd-0.9.7/man/Makefile.in-75-am__nobase_strip_setup = \
isatapd-0.9.7/man/Makefile.in:76:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
isatapd-0.9.7/man/Makefile.in-77-am__nobase_strip = \
##############################################
isatapd-0.9.7/man/Makefile.in-229-	test -n "$(man8dir)" \
isatapd-0.9.7/man/Makefile.in:230:	  && test -n "`echo $$list1$$list2`" \
isatapd-0.9.7/man/Makefile.in-231-	  || exit 0; \
##############################################
isatapd-0.9.7/man/Makefile.in-288-	else :; fi
isatapd-0.9.7/man/Makefile.in:289:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
isatapd-0.9.7/man/Makefile.in:290:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
isatapd-0.9.7/man/Makefile.in-291-	list='$(DISTFILES)'; \
##############################################
isatapd-0.9.7/man/Makefile.in-302-	  if test -d $$d/$$file; then \
isatapd-0.9.7/man/Makefile.in:303:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
isatapd-0.9.7/man/Makefile.in-304-	    if test -d "$(distdir)/$$file"; then \
##############################################
isatapd-0.9.7/.pc/fix-ftbfs-linux-4.8/src/tunnel.c-34- **/
isatapd-0.9.7/.pc/fix-ftbfs-linux-4.8/src/tunnel.c:35:uint32_t get_if_addr(const char *dev)
isatapd-0.9.7/.pc/fix-ftbfs-linux-4.8/src/tunnel.c-36-{