===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ncftp-3.2.5/autoconf_local/aclocal.m4-402-if test -x "$HOME/bin/OS" ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:403:	b3=`$HOME/bin/OS`
ncftp-3.2.5/autoconf_local/aclocal.m4-404-	b3="$HOME/$b3"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-456-# remove existing ssp flags, if present
ncftp-3.2.5/autoconf_local/aclocal.m4:457:CFLAGS=`echo "$CFLAGS" | sed 's/-D_FORTIFY_SOURCE//g'`
ncftp-3.2.5/autoconf_local/aclocal.m4:458:CFLAGS=`echo "$CFLAGS" | sed 's/-D_FORTIFY_SOURCE=.//g'`
ncftp-3.2.5/autoconf_local/aclocal.m4:459:CFLAGS=`echo "$CFLAGS" | sed 's/-fstack-prot[a-z\-]*//g'`
ncftp-3.2.5/autoconf_local/aclocal.m4-460-# try these
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-522-		macosx_sdk_path="$test_macosx_sdk_path"
ncftp-3.2.5/autoconf_local/aclocal.m4:523:		macosx_sdk_ver=`echo "$macosx_sdk_path" | sed 's/^.*OSX1/1/;s/u.sdk.*$//;'`	# E.g., "10.4"
ncftp-3.2.5/autoconf_local/aclocal.m4-524-
ncftp-3.2.5/autoconf_local/aclocal.m4-525-		# Calculate corresponding ver_int, e.g., "10400"
ncftp-3.2.5/autoconf_local/aclocal.m4:526:		macosx_sdk_ver_int_maj=`echo "$macosx_sdk_ver" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:527:		macosx_sdk_ver_int_min=`echo "$macosx_sdk_ver" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:528:		macosx_sdk_ver_int_minmin=`echo "$macosx_sdk_ver" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4:529:		macosx_sdk_ver_int=`expr "$macosx_sdk_ver_int_maj" '*' 1000 + "$macosx_sdk_ver_int_min" '*' 100 + "${macosx_sdk_ver_int_minmin-0}"`
ncftp-3.2.5/autoconf_local/aclocal.m4-530-
ncftp-3.2.5/autoconf_local/aclocal.m4:531:		os_base_int=`expr "$os_int" - '(' "$os_int" '%' 10 ')'`
ncftp-3.2.5/autoconf_local/aclocal.m4-532-		# Add OS X minimum version, if SDK is older than version of OS X on the build machine.
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-587-changequote(<<, >>)dnl
ncftp-3.2.5/autoconf_local/aclocal.m4:588:			CFLAGS=`echo "$CFLAGS" | sed 's/-A[ae]//g'`
ncftp-3.2.5/autoconf_local/aclocal.m4-589-changequote([, ])dnl
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-606-changequote(<<, >>)dnl
ncftp-3.2.5/autoconf_local/aclocal.m4:607:		x=`echo "$CFLAGS" | grep 'A[ae]' 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-608-changequote([, ])dnl
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-712-			bsdos*)
ncftp-3.2.5/autoconf_local/aclocal.m4:713:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wcast-qual//g'`		# avoid va_start() problem
ncftp-3.2.5/autoconf_local/aclocal.m4:714:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wredundant-decls//g'`
ncftp-3.2.5/autoconf_local/aclocal.m4-715-				;;
ncftp-3.2.5/autoconf_local/aclocal.m4-716-			openbsd*|unixware*|openunix*)
ncftp-3.2.5/autoconf_local/aclocal.m4:717:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wredundant-decls//g'`
ncftp-3.2.5/autoconf_local/aclocal.m4-718-				;;
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-817-if [ "x$cross_compiling" = "xyes" ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:818:	machine=`${CC-gcc} -dumpmachine 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-819-	case "$CC" in
ncftp-3.2.5/autoconf_local/aclocal.m4-820-		*${machine}*)
ncftp-3.2.5/autoconf_local/aclocal.m4:821:			f=`echo "$CC" | sed 's|/[^/]*$||'`
ncftp-3.2.5/autoconf_local/aclocal.m4-822-			if [ -x "$f/${machine}-strip" ] ; then
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-887-#
ncftp-3.2.5/autoconf_local/aclocal.m4:888:		wi_cv_sunwspro_cc_version=`$CC -V 2>&1 | sed -n '/WorkShop.*C\ [1-9]/{s/^.*C/C/;s/^C\ \([^\ ]*\).*/\1/;p;q;}'`
ncftp-3.2.5/autoconf_local/aclocal.m4-889-		case "$wi_cv_sunwspro_cc_version" in
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-891-				wi_cv_cc_is_sunwspro_cc="yes"
ncftp-3.2.5/autoconf_local/aclocal.m4:892:				ver1=`echo "$wi_cv_sunwspro_cc_version" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:893:				ver2=`echo "$wi_cv_sunwspro_cc_version" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4-894-				ver3=0
ncftp-3.2.5/autoconf_local/aclocal.m4:895:				wi_cv_sunwspro_cc_version2=`expr "$ver1" '*' 100 + "$ver2" "*" 10 + "$ver3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-896-				unset ver1 ver2 ver3
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-919-changequote(<<, >>)dnl
ncftp-3.2.5/autoconf_local/aclocal.m4:920:	wi_cv_gcc_version=`$CC -v 2>&1 | sed -n '/gcc version/{s/^.*gcc version//;s/^[^1-9]*//;s/\ .*//;p;q;}'`
ncftp-3.2.5/autoconf_local/aclocal.m4-921-changequote([, ])dnl
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-1064-	${CC-cc} $CFLAGS $CPPFLAGS conftest.c -o conftest 1>&5
ncftp-3.2.5/autoconf_local/aclocal.m4:1065:	wi_cv_prog_ldd=`ldd ./conftest 2>&1 | sed -n -e '/lib/{s/.*/yes/g;p;q;}' -e '${s/.*/no/g;p;q;}'`
ncftp-3.2.5/autoconf_local/aclocal.m4-1066-	/bin/rm -rf conftest*
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-1088-		${CC-cc} $CFLAGS $CPPFLAGS conftest.c -o conftest 1>&5
ncftp-3.2.5/autoconf_local/aclocal.m4:1089:		wi_cv_shared_libgcc=`ldd ./conftest 2>&1 | sed -n -e '/libgcc/{s/.*/yes/g;p;q;}' -e '${s/.*/no/g;p;q;}'`
ncftp-3.2.5/autoconf_local/aclocal.m4-1090-		/bin/rm -rf conftest*
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-1124-	if [ "$NOOPTCFLAGS" = "" ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:1125:		NOOPTCFLAGS=`echo "$CFLAGS" | sed 's/[-+]O[0-9A-Za-z]*//g;s/-xO[0-9]//g;s/-Wc,-O3//g;s/-IPA//g;s/-xipo=?[0-9]?//g;s/\ \ */ /g;s/^\ *//;s/\ *$//;'`
ncftp-3.2.5/autoconf_local/aclocal.m4-1126-		if [ "$GCC" = "yes" ] ; then
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-1164-AC_DEFUN(wi_HPUX_GCC___STDC_EXT__, [
ncftp-3.2.5/autoconf_local/aclocal.m4:1165:CFLAGS=`echo "$CFLAGS" | sed s/-D__STDC_EXT__//g`
ncftp-3.2.5/autoconf_local/aclocal.m4-1166-AC_MSG_CHECKING([if -D__STDC_EXT__ is needed with GCC on HP-UX])
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-1305-	unset ac_cv_sizeof_stat_st_size ac_cv_sizeof_off_t
ncftp-3.2.5/autoconf_local/aclocal.m4:1306:	CFLAGS=`echo "$CFLAGS" | sed 's/-D_LARGEFILE64_SOURCE//g'`
ncftp-3.2.5/autoconf_local/aclocal.m4-1307-	case "$CFLAGS" in
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3551-	fi
ncftp-3.2.5/autoconf_local/aclocal.m4:3552:	wi_cv_printf_ulong_long=`echo "$wi_cv_printf_long_long" | sed 's/d$/u/;'`
ncftp-3.2.5/autoconf_local/aclocal.m4:3553:	wi_cv_scanf_ulong_long=`echo "$wi_cv_scanf_long_long" | sed 's/d$/u/;'`
ncftp-3.2.5/autoconf_local/aclocal.m4-3554-	AC_DEFINE_UNQUOTED(PRINTF_LONG_LONG, "$wi_cv_printf_long_long")
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3579-if test -f "$h_file" && $test_not_L "$h_file" ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:3580:	h_tmp=`echo "$h_file" | sed 's/\.h/.tmp/;'`
ncftp-3.2.5/autoconf_local/aclocal.m4-3581-
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3621-if test -f "$h_file" && $test_not_L "$h_file" ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:3622:	h_tmp=`echo "$h_file" | sed 's/\.h/.tmp/;'`
ncftp-3.2.5/autoconf_local/aclocal.m4-3623-dnl
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3659-if test -f "$h_file" && $test_not_L "$h_file" ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:3660:	h_tmp=`echo "$h_file" | sed 's/\.h/.tmp/;'`
ncftp-3.2.5/autoconf_local/aclocal.m4-3661-dnl
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3716-	#
ncftp-3.2.5/autoconf_local/aclocal.m4:3717:	p=`cd / ; cd $prefix 2>/dev/null ; pwd`
ncftp-3.2.5/autoconf_local/aclocal.m4-3718-	if test "x$p" = "x/" ; then
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3755-changequote(<<, >>)dnl
ncftp-3.2.5/autoconf_local/aclocal.m4:3756:LIBS=`echo "$LIBS" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/autoconf_local/aclocal.m4:3757:LDFLAGS=`echo "$LDFLAGS" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/autoconf_local/aclocal.m4:3758:CPPFLAGS=`echo "$CPPFLAGS" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/autoconf_local/aclocal.m4:3759:CFLAGS=`echo "$CFLAGS $wi_CFLAGS_TO_ADD_LATER" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/autoconf_local/aclocal.m4:3760:DEFS=`echo "$DEFS" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/autoconf_local/aclocal.m4-3761-changequote([, ])dnl
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3818-if test -d "$wi_path" ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:3819:	wi_resolved_path=`cd "$wi_path" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-3820-elif test ! -f "$wi_path" ; then
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3826-	wi_BASENAME(wi_file_name)
ncftp-3.2.5/autoconf_local/aclocal.m4:3827:	wi_resolved_path=`cd "$wi_parent_dir" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-3828-	if test "x$wi_resolved_path" != x ; then
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-3876-	#
ncftp-3.2.5/autoconf_local/aclocal.m4:3877:	wi_tmpdir=`"$MKTEMP" -d /tmp/configure.XXXXXXXXXX 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-3878-	if [ $? -ne 0 ] ; then
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4151-	x="write"
ncftp-3.2.5/autoconf_local/aclocal.m4:4152:	wi_cv_write_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-4153-	#
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4169-	x="send"
ncftp-3.2.5/autoconf_local/aclocal.m4:4170:	wi_cv_send_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-4171-	#
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4174-	x="connect"
ncftp-3.2.5/autoconf_local/aclocal.m4:4175:	wi_cv_sockaddr_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-4176-	#
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4179-	x="setsockopt"
ncftp-3.2.5/autoconf_local/aclocal.m4:4180:	wi_cv_sockopt_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-4181-	#
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4184-	x="listen"
ncftp-3.2.5/autoconf_local/aclocal.m4:4185:	wi_cv_listen_backlog_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-4186-	#
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4189-	x="alarm"
ncftp-3.2.5/autoconf_local/aclocal.m4:4190:	wi_cv_alarm_time_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-4191-	#
ncftp-3.2.5/autoconf_local/aclocal.m4:4192:	# Check what type gethostbyaddr() expects for the addr parameter
ncftp-3.2.5/autoconf_local/aclocal.m4-4193-	#
ncftp-3.2.5/autoconf_local/aclocal.m4-4194-	x="gethostbyaddr"
ncftp-3.2.5/autoconf_local/aclocal.m4:4195:	wi_cv_gethost_addrptr_t=`/bin/sh "$wi_tmpdir/sed2.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-4196-	#
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4199-	x="gethostname"
ncftp-3.2.5/autoconf_local/aclocal.m4:4200:	wi_cv_gethostname_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-4201-fi
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4316-if [ -x /usr/bin/what ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:4317:	x=`/usr/bin/what "$TAR" 2>&1 | sed -n 's/.*pax.*/pax/g;/pax/p'`
ncftp-3.2.5/autoconf_local/aclocal.m4-4318-elif [ -x /bin/what ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:4319:	x=`/bin/what "$TAR" 2>&1 | sed -n 's/.*pax.*/pax/g;/pax/p'`
ncftp-3.2.5/autoconf_local/aclocal.m4-4320-fi
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-4324-	#
ncftp-3.2.5/autoconf_local/aclocal.m4:4325:	x=`"$TAR" --help 2>&1 | sed -n 's/.*owner=NAME.*/owner=NAME/g;/owner=NAME/p'`
ncftp-3.2.5/autoconf_local/aclocal.m4-4326-fi
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5014-	x="waddstr"
ncftp-3.2.5/autoconf_local/aclocal.m4:5015:	wi_cv_waddstr_str_t=`/bin/sh "$wi_tmpdir/sed2.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5016-fi
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5469-if [ -x "$HOME/bin/OS" ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:5470:	HOME_OS=`$HOME/bin/OS`
ncftp-3.2.5/autoconf_local/aclocal.m4-5471-	HOME_OS="$HOME/$HOME_OS"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5476-dnl work around inability to use $1
ncftp-3.2.5/autoconf_local/aclocal.m4:5477:os_v=`uname -v 2>/dev/null | sed 's/^[^0-9.]*//;s/[^0-9.].*$//;' | awk '-F[-/: ]' '{n = 1; print $n; }'`
ncftp-3.2.5/autoconf_local/aclocal.m4:5478:os_r=`uname -r 2>/dev/null | sed 's/^[^0-9.]*//;s/[^0-9.].*$//;' | awk '-F[-/: ]' '{n = 1; print $n; }'`
ncftp-3.2.5/autoconf_local/aclocal.m4:5479:os_r1=`echo "${os_r}" | cut -c1`
ncftp-3.2.5/autoconf_local/aclocal.m4-5480-arch=`uname -m 2>/dev/null | tr '[A-Z]' '[a-z]'`
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5517-			OS="aix${os_v}.${os_r}"
ncftp-3.2.5/autoconf_local/aclocal.m4:5518:			os_int=`expr $os_v$os_r '*' 10`
ncftp-3.2.5/autoconf_local/aclocal.m4-5519-		else
ncftp-3.2.5/autoconf_local/aclocal.m4:5520:			os_v=`echo "$os_lev" | cut -d. -f1-3`
ncftp-3.2.5/autoconf_local/aclocal.m4:5521:			os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5522:			os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4-5523-			if [ "$os_v2" = "" ] ; then os_v2=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5524:			os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5525-			if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5526:			os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5527-			OS="aix${os_v}"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5542-	hp-ux)
ncftp-3.2.5/autoconf_local/aclocal.m4:5543:		os_r=`echo "${os_r}" | cut -d. -f2-`
ncftp-3.2.5/autoconf_local/aclocal.m4:5544:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5545:		os_r2=`echo "${os_r}" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:5546:		os_int=`expr "$os_r1" '*' 100 + "$os_r2"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5547-		if [ "$arch" != "ia64" ] ; then
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5556-		OS="freebsd${os_r}-$arch"
ncftp-3.2.5/autoconf_local/aclocal.m4:5557:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5558:		os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4-5559-		if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5560:		os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5561-		if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5562:		os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5563-		SYS=freebsd
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5568-		OS="netbsd${os_r}-$arch"
ncftp-3.2.5/autoconf_local/aclocal.m4:5569:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5570:		os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4-5571-		if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5572:		os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5573-		if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5574:		os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5575-		NDEFS="$NDEFS -DNETBSD=$os_int"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5580-		OS="openbsd${os_r}-$arch"
ncftp-3.2.5/autoconf_local/aclocal.m4:5581:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5582:		os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4-5583-		if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5584:		os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5585-		if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5586:		os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5587-		SYS=openbsd
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5592-		SYS=sco
ncftp-3.2.5/autoconf_local/aclocal.m4:5593:		os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4-5594-		case "$os_v1" in
ncftp-3.2.5/autoconf_local/aclocal.m4-5595-			[1-9])
ncftp-3.2.5/autoconf_local/aclocal.m4:5596:				os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4-5597-				if [ "$os_v2" = "" ] ; then os_v2=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5598:				os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5599-				if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5600:				os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5601-				NDEFS="$NDEFS -DSCO=$os_int"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5610-		SYS=dynixptx
ncftp-3.2.5/autoconf_local/aclocal.m4:5611:		os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5612:		os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:5613:		os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5614-		if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5615:		os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5616-		NDEFS="$NDEFS -DDYNIX=$os_int"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5625-		libc=""
ncftp-3.2.5/autoconf_local/aclocal.m4:5626:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5627:		os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:5628:		os_r3=`echo "$os_r" | cut -d- -f1 | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4:5629:		os_int=`expr "$os_r1" '*' 10000 + "$os_r2" '*' 1000 + "$os_r3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5630-		NDEFS="$NDEFS -DLINUX=$os_int"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5649-		${CC-cc} $DEFS $CPPFLAGS $CFLAGS "$vertest.c" -o "$vertest" >/dev/null 2>&1
ncftp-3.2.5/autoconf_local/aclocal.m4:5650:		if [ -x "$vertest" ] ; then libc=`$vertest 2>/dev/null` ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4-5651-		rm -f "$vertest" "$vertest.c"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5653-		if [ "$libc" = "" ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:5654:			libc_sysroot=`"${CC-gcc}" -v 2>&1 | sed -n '/with-libc_sysroot/{s/^.*--with-libc_sysroot=//;s/ .*//;p;q;}'`	# Only results in non-empty with a GCC cross-compiler
ncftp-3.2.5/autoconf_local/aclocal.m4-5655-
ncftp-3.2.5/autoconf_local/aclocal.m4:5656:			libc_file=`/bin/ls -1 -t "${libc_sysroot}"/lib/libc.so.* 2>/dev/null | sed -n 1,1p`
ncftp-3.2.5/autoconf_local/aclocal.m4-5657-			if [ "$libc_file" != "" ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:5658:				libc_file=`echo "$libc_file" | sed 's|^.*/||'`
ncftp-3.2.5/autoconf_local/aclocal.m4-5659-				libc_file="$libc_sysroot/lib/$libc_file"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5665-
ncftp-3.2.5/autoconf_local/aclocal.m4:5666:			libc=`strings -n 40 "$libc_file" 2>/dev/null | fgrep 'GNU C Library' | sed 's/^.*version //;s/[^0-9\.].*$//;' | sed -n 1,1p`
ncftp-3.2.5/autoconf_local/aclocal.m4-5667-
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5675-				echo "$libc" 1>&6
ncftp-3.2.5/autoconf_local/aclocal.m4:5676:				glibc_r=`echo "$libc" | sed 's/glibc//'`
ncftp-3.2.5/autoconf_local/aclocal.m4:5677:				glibc_r1=`echo "$glibc_r" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5678:				glibc_r2=`echo "$glibc_r" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:5679:				glibc_r3=`echo "$glibc_r" | cut -d- -f1 | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5680-				if test "$glibc_r1" = "" ; then glibc_r1=0 ; fi
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5682-				if test "$glibc_r3" = "" ; then glibc_r3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5683:				glibc_int=`expr "$glibc_r1" '*' 10000 + "$glibc_r2" '*' 1000 + "$glibc_r3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5684-				NDEFS="$NDEFS -DLINUX_GLIBC=$glibc_int"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5731-		SYS=unixware
ncftp-3.2.5/autoconf_local/aclocal.m4:5732:		os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4-5733-		case "$os_v1" in
ncftp-3.2.5/autoconf_local/aclocal.m4-5734-			[1-9])
ncftp-3.2.5/autoconf_local/aclocal.m4:5735:				os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:5736:				os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5737-				if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5738:				os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5739-				NDEFS="$NDEFS -DUNIXWARE=$os_int"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5748-		SYS=openunix
ncftp-3.2.5/autoconf_local/aclocal.m4:5749:		os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5750:		os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:5751:		os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5752-		if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5753:		os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5754-		NDEFS="$NDEFS -DOPENUNIX=$os_int -DUNIXWARE=$os_int"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5758-		SYS="macosx"
ncftp-3.2.5/autoconf_local/aclocal.m4:5759:		os_v=`perl -e '{open(F, "< /System/Library/CoreServices/SystemVersion.plist") or exit(2); my ($doc) = ""; my ($line); while (defined($line = <F>)) { $doc .= $line; } close(F); $doc =~ s/\s+//gs; if ($doc =~ /<key>ProductVersion<\/key><string>([^<]+)<\/string>/) { print $1, "\n"; exit(0); } exit(1); }' 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-5760-		if [ "$os_v" = "" ] && [ -x "$HOME/bin/macosver" ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:5761:			os_v=`"$HOME/bin/macosver" 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-5762-		fi
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5813-			${CC-cc} "$HOME/macosver.c" -o "$HOME/macosver" > /dev/null 2>&1
ncftp-3.2.5/autoconf_local/aclocal.m4:5814:			os_v=`"$HOME/macosver" 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-5815-			mv "$HOME/macosver" "$HOME/bin/macosver" 2>/dev/null
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5819-			OS="macosx${os_v}"
ncftp-3.2.5/autoconf_local/aclocal.m4:5820:			os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5821:			os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:5822:			os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5823-			if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5824:			os_int=`expr "$os_v1" '*' 1000 + "$os_v2" '*' 100 + "$os_v3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5825-			NDEFS="$NDEFS -DMACOSX=$os_int"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5836-					5.[023456]*|5.1)
ncftp-3.2.5/autoconf_local/aclocal.m4:5837:						os_r=`echo "$os_r" | sed 's/^5/2/;'`
ncftp-3.2.5/autoconf_local/aclocal.m4:5838:						os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4:5839:						os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4-5840-						if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5841:						os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5842-						if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5843:						os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5844-						;;
ncftp-3.2.5/autoconf_local/aclocal.m4-5845-					5.[789]*|5.1[0-9]*)
ncftp-3.2.5/autoconf_local/aclocal.m4:5846:						os_r1=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4:5847:						os_r2=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5848-						if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5849:						os_r3=`echo "$os_r" | cut -d. -f4`
ncftp-3.2.5/autoconf_local/aclocal.m4-5850-						if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5851:						os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/autoconf_local/aclocal.m4:5852:						os_r=`echo "$os_r" | cut -c3-`
ncftp-3.2.5/autoconf_local/aclocal.m4-5853-						;;
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-5877-			*)
ncftp-3.2.5/autoconf_local/aclocal.m4:5878:				os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/autoconf_local/aclocal.m4-5879-				if [ "$os_r1" = "" ] ; then os_r1=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5880:				os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/autoconf_local/aclocal.m4-5881-				if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5882:				os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/autoconf_local/aclocal.m4-5883-				if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/autoconf_local/aclocal.m4:5884:				os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/autoconf_local/aclocal.m4-5885-				OS="solaris${os_r}-$archp"
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-6340-	#
ncftp-3.2.5/autoconf_local/aclocal.m4:6341:	machine=`${CC-gcc} -dumpmachine 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-6342-	case "$CC" in
ncftp-3.2.5/autoconf_local/aclocal.m4-6343-		*${machine}*)
ncftp-3.2.5/autoconf_local/aclocal.m4:6344:			f=`echo "$CC" | sed 's|/[^/]*$||'`
ncftp-3.2.5/autoconf_local/aclocal.m4-6345-			if [ -x "$f/${machine}-ranlib" ] ; then
##############################################
ncftp-3.2.5/autoconf_local/aclocal.m4-6365-if [ "x$cross_compiling" = "xyes" ] ; then
ncftp-3.2.5/autoconf_local/aclocal.m4:6366:	machine=`${CC-gcc} -dumpmachine 2>/dev/null`
ncftp-3.2.5/autoconf_local/aclocal.m4-6367-	case "$CC" in
ncftp-3.2.5/autoconf_local/aclocal.m4-6368-		*${machine}*)
ncftp-3.2.5/autoconf_local/aclocal.m4:6369:			f=`echo "$CC" | sed 's|/[^/]*$||'`
ncftp-3.2.5/autoconf_local/aclocal.m4-6370-			if [ -x "$f/${machine}-ar" ] ; then
##############################################
ncftp-3.2.5/configure-85-  case "$ac_option" in
ncftp-3.2.5/configure:86:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
ncftp-3.2.5/configure-87-  *) ac_optarg= ;;
##############################################
ncftp-3.2.5/configure-117-  -disable-* | --disable-*)
ncftp-3.2.5/configure:118:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
ncftp-3.2.5/configure-119-    # Reject names that are not valid shell variable names.
ncftp-3.2.5/configure:120:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
ncftp-3.2.5/configure-121-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ncftp-3.2.5/configure-122-    fi
ncftp-3.2.5/configure:123:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ncftp-3.2.5/configure-124-    eval "enable_${ac_feature}=no" ;;
##############################################
ncftp-3.2.5/configure-126-  -enable-* | --enable-*)
ncftp-3.2.5/configure:127:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
ncftp-3.2.5/configure-128-    # Reject names that are not valid shell variable names.
ncftp-3.2.5/configure:129:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
ncftp-3.2.5/configure-130-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
ncftp-3.2.5/configure-131-    fi
ncftp-3.2.5/configure:132:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
ncftp-3.2.5/configure-133-    case "$ac_option" in
##############################################
ncftp-3.2.5/configure-357-  -with-* | --with-*)
ncftp-3.2.5/configure:358:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
ncftp-3.2.5/configure-359-    # Reject names that are not valid shell variable names.
ncftp-3.2.5/configure:360:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
ncftp-3.2.5/configure-361-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ncftp-3.2.5/configure-362-    fi
ncftp-3.2.5/configure:363:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ncftp-3.2.5/configure-364-    case "$ac_option" in
##############################################
ncftp-3.2.5/configure-370-  -without-* | --without-*)
ncftp-3.2.5/configure:371:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
ncftp-3.2.5/configure-372-    # Reject names that are not valid shell variable names.
ncftp-3.2.5/configure:373:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
ncftp-3.2.5/configure-374-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
ncftp-3.2.5/configure-375-    fi
ncftp-3.2.5/configure:376:    ac_package=`echo $ac_package| sed 's/-/_/g'`
ncftp-3.2.5/configure-377-    eval "with_${ac_package}=no" ;;
##############################################
ncftp-3.2.5/configure-400-  *)
ncftp-3.2.5/configure:401:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
ncftp-3.2.5/configure-402-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
ncftp-3.2.5/configure-413-if test -n "$ac_prev"; then
ncftp-3.2.5/configure:414:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
ncftp-3.2.5/configure-415-fi
##############################################
ncftp-3.2.5/configure-478-  ac_prog=$0
ncftp-3.2.5/configure:479:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
ncftp-3.2.5/configure-480-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
ncftp-3.2.5/configure-494-fi
ncftp-3.2.5/configure:495:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
ncftp-3.2.5/configure-496-
##############################################
ncftp-3.2.5/configure-668-if [ -x "$HOME/bin/OS" ] ; then
ncftp-3.2.5/configure:669:	HOME_OS=`$HOME/bin/OS`
ncftp-3.2.5/configure-670-	HOME_OS="$HOME/$HOME_OS"
##############################################
ncftp-3.2.5/configure-674-if [ "$os" = "TvoPT" ] ; then os="sunos" ; fi
ncftp-3.2.5/configure:675:os_v=`uname -v 2>/dev/null | sed 's/^[^0-9.]*//;s/[^0-9.].*$//;' | awk '-F[-/: ]' '{n = 1; print $n; }'`
ncftp-3.2.5/configure:676:os_r=`uname -r 2>/dev/null | sed 's/^[^0-9.]*//;s/[^0-9.].*$//;' | awk '-F[-/: ]' '{n = 1; print $n; }'`
ncftp-3.2.5/configure:677:os_r1=`echo "${os_r}" | cut -c1`
ncftp-3.2.5/configure-678-arch=`uname -m 2>/dev/null | tr '[A-Z]' '[a-z]'`
##############################################
ncftp-3.2.5/configure-715-			OS="aix${os_v}.${os_r}"
ncftp-3.2.5/configure:716:			os_int=`expr $os_v$os_r '*' 10`
ncftp-3.2.5/configure-717-		else
ncftp-3.2.5/configure:718:			os_v=`echo "$os_lev" | cut -d. -f1-3`
ncftp-3.2.5/configure:719:			os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/configure:720:			os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/configure-721-			if [ "$os_v2" = "" ] ; then os_v2=0 ; fi
ncftp-3.2.5/configure:722:			os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/configure-723-			if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/configure:724:			os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/configure-725-			OS="aix${os_v}"
##############################################
ncftp-3.2.5/configure-740-	hp-ux)
ncftp-3.2.5/configure:741:		os_r=`echo "${os_r}" | cut -d. -f2-`
ncftp-3.2.5/configure:742:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/configure:743:		os_r2=`echo "${os_r}" | cut -d. -f2`
ncftp-3.2.5/configure:744:		os_int=`expr "$os_r1" '*' 100 + "$os_r2"`
ncftp-3.2.5/configure-745-		if [ "$arch" != "ia64" ] ; then
##############################################
ncftp-3.2.5/configure-754-		OS="freebsd${os_r}-$arch"
ncftp-3.2.5/configure:755:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/configure:756:		os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/configure-757-		if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/configure:758:		os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/configure-759-		if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/configure:760:		os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/configure-761-		SYS=freebsd
##############################################
ncftp-3.2.5/configure-766-		OS="netbsd${os_r}-$arch"
ncftp-3.2.5/configure:767:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/configure:768:		os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/configure-769-		if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/configure:770:		os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/configure-771-		if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/configure:772:		os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/configure-773-		NDEFS="$NDEFS -DNETBSD=$os_int"
##############################################
ncftp-3.2.5/configure-778-		OS="openbsd${os_r}-$arch"
ncftp-3.2.5/configure:779:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/configure:780:		os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/configure-781-		if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/configure:782:		os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/configure-783-		if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/configure:784:		os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/configure-785-		SYS=openbsd
##############################################
ncftp-3.2.5/configure-790-		SYS=sco
ncftp-3.2.5/configure:791:		os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/configure-792-		case "$os_v1" in
ncftp-3.2.5/configure-793-			[1-9])
ncftp-3.2.5/configure:794:				os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/configure-795-				if [ "$os_v2" = "" ] ; then os_v2=0 ; fi
ncftp-3.2.5/configure:796:				os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/configure-797-				if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/configure:798:				os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/configure-799-				NDEFS="$NDEFS -DSCO=$os_int"
##############################################
ncftp-3.2.5/configure-808-		SYS=dynixptx
ncftp-3.2.5/configure:809:		os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/configure:810:		os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/configure:811:		os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/configure-812-		if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/configure:813:		os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/configure-814-		NDEFS="$NDEFS -DDYNIX=$os_int"
##############################################
ncftp-3.2.5/configure-823-		libc=""
ncftp-3.2.5/configure:824:		os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/configure:825:		os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/configure:826:		os_r3=`echo "$os_r" | cut -d- -f1 | cut -d. -f3`
ncftp-3.2.5/configure:827:		os_int=`expr "$os_r1" '*' 10000 + "$os_r2" '*' 1000 + "$os_r3"`
ncftp-3.2.5/configure-828-		NDEFS="$NDEFS -DLINUX=$os_int"
##############################################
ncftp-3.2.5/configure-847-		${CC-cc} $DEFS $CPPFLAGS $CFLAGS "$vertest.c" -o "$vertest" >/dev/null 2>&1
ncftp-3.2.5/configure:848:		if [ -x "$vertest" ] ; then libc=`$vertest 2>/dev/null` ; fi
ncftp-3.2.5/configure-849-		rm -f "$vertest" "$vertest.c"
##############################################
ncftp-3.2.5/configure-851-		if [ "$libc" = "" ] ; then
ncftp-3.2.5/configure:852:			libc_sysroot=`"${CC-gcc}" -v 2>&1 | sed -n '/with-libc_sysroot/{s/^.*--with-libc_sysroot=//;s/ .*//;p;q;}'`	# Only results in non-empty with a GCC cross-compiler
ncftp-3.2.5/configure-853-
ncftp-3.2.5/configure:854:			libc_file=`/bin/ls -1 -t "${libc_sysroot}"/lib/libc.so.* 2>/dev/null | sed -n 1,1p`
ncftp-3.2.5/configure-855-			if [ "$libc_file" != "" ] ; then
ncftp-3.2.5/configure:856:				libc_file=`echo "$libc_file" | sed 's|^.*/||'`
ncftp-3.2.5/configure-857-				libc_file="$libc_sysroot/lib/$libc_file"
##############################################
ncftp-3.2.5/configure-863-
ncftp-3.2.5/configure:864:			libc=`strings -n 40 "$libc_file" 2>/dev/null | fgrep 'GNU C Library' | sed 's/^.*version //;s/[^0-9\.].*$//;' | sed -n 1,1p`
ncftp-3.2.5/configure-865-
##############################################
ncftp-3.2.5/configure-873-				echo "$libc" 1>&6
ncftp-3.2.5/configure:874:				glibc_r=`echo "$libc" | sed 's/glibc//'`
ncftp-3.2.5/configure:875:				glibc_r1=`echo "$glibc_r" | cut -d. -f1`
ncftp-3.2.5/configure:876:				glibc_r2=`echo "$glibc_r" | cut -d. -f2`
ncftp-3.2.5/configure:877:				glibc_r3=`echo "$glibc_r" | cut -d- -f1 | cut -d. -f3`
ncftp-3.2.5/configure-878-				if test "$glibc_r1" = "" ; then glibc_r1=0 ; fi
##############################################
ncftp-3.2.5/configure-880-				if test "$glibc_r3" = "" ; then glibc_r3=0 ; fi
ncftp-3.2.5/configure:881:				glibc_int=`expr "$glibc_r1" '*' 10000 + "$glibc_r2" '*' 1000 + "$glibc_r3"`
ncftp-3.2.5/configure-882-				NDEFS="$NDEFS -DLINUX_GLIBC=$glibc_int"
##############################################
ncftp-3.2.5/configure-929-		SYS=unixware
ncftp-3.2.5/configure:930:		os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/configure-931-		case "$os_v1" in
ncftp-3.2.5/configure-932-			[1-9])
ncftp-3.2.5/configure:933:				os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/configure:934:				os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/configure-935-				if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/configure:936:				os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/configure-937-				NDEFS="$NDEFS -DUNIXWARE=$os_int"
##############################################
ncftp-3.2.5/configure-946-		SYS=openunix
ncftp-3.2.5/configure:947:		os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/configure:948:		os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/configure:949:		os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/configure-950-		if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/configure:951:		os_int=`expr "$os_v1" '*' 100 + "$os_v2" '*' 10 + "$os_v3"`
ncftp-3.2.5/configure-952-		NDEFS="$NDEFS -DOPENUNIX=$os_int -DUNIXWARE=$os_int"
##############################################
ncftp-3.2.5/configure-956-		SYS="macosx"
ncftp-3.2.5/configure:957:		os_v=`perl -e '{open(F, "< /System/Library/CoreServices/SystemVersion.plist") or exit(2); my ($doc) = ""; my ($line); while (defined($line = <F>)) { $doc .= $line; } close(F); $doc =~ s/\s+//gs; if ($doc =~ /<key>ProductVersion<\/key><string>([^<]+)<\/string>/) { print , "\n"; exit(0); } exit(1); }' 2>/dev/null`
ncftp-3.2.5/configure-958-		if [ "$os_v" = "" ] && [ -x "$HOME/bin/macosver" ] ; then
ncftp-3.2.5/configure:959:			os_v=`"$HOME/bin/macosver" 2>/dev/null`
ncftp-3.2.5/configure-960-		fi
##############################################
ncftp-3.2.5/configure-1011-			${CC-cc} "$HOME/macosver.c" -o "$HOME/macosver" > /dev/null 2>&1
ncftp-3.2.5/configure:1012:			os_v=`"$HOME/macosver" 2>/dev/null`
ncftp-3.2.5/configure-1013-			mv "$HOME/macosver" "$HOME/bin/macosver" 2>/dev/null
##############################################
ncftp-3.2.5/configure-1017-			OS="macosx${os_v}"
ncftp-3.2.5/configure:1018:			os_v1=`echo "$os_v" | cut -d. -f1`
ncftp-3.2.5/configure:1019:			os_v2=`echo "$os_v" | cut -d. -f2`
ncftp-3.2.5/configure:1020:			os_v3=`echo "$os_v" | cut -d. -f3`
ncftp-3.2.5/configure-1021-			if [ "$os_v3" = "" ] ; then os_v3=0 ; fi
ncftp-3.2.5/configure:1022:			os_int=`expr "$os_v1" '*' 1000 + "$os_v2" '*' 100 + "$os_v3"`
ncftp-3.2.5/configure-1023-			NDEFS="$NDEFS -DMACOSX=$os_int"
##############################################
ncftp-3.2.5/configure-1034-					5.[023456]*|5.1)
ncftp-3.2.5/configure:1035:						os_r=`echo "$os_r" | sed 's/^5/2/;'`
ncftp-3.2.5/configure:1036:						os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/configure:1037:						os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/configure-1038-						if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/configure:1039:						os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/configure-1040-						if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/configure:1041:						os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/configure-1042-						;;
ncftp-3.2.5/configure-1043-					5.[789]*|5.1[0-9]*)
ncftp-3.2.5/configure:1044:						os_r1=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/configure:1045:						os_r2=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/configure-1046-						if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/configure:1047:						os_r3=`echo "$os_r" | cut -d. -f4`
ncftp-3.2.5/configure-1048-						if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/configure:1049:						os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/configure:1050:						os_r=`echo "$os_r" | cut -c3-`
ncftp-3.2.5/configure-1051-						;;
##############################################
ncftp-3.2.5/configure-1075-			*)
ncftp-3.2.5/configure:1076:				os_r1=`echo "$os_r" | cut -d. -f1`
ncftp-3.2.5/configure-1077-				if [ "$os_r1" = "" ] ; then os_r1=0 ; fi
ncftp-3.2.5/configure:1078:				os_r2=`echo "$os_r" | cut -d. -f2`
ncftp-3.2.5/configure-1079-				if [ "$os_r2" = "" ] ; then os_r2=0 ; fi
ncftp-3.2.5/configure:1080:				os_r3=`echo "$os_r" | cut -d. -f3`
ncftp-3.2.5/configure-1081-				if [ "$os_r3" = "" ] ; then os_r3=0 ; fi
ncftp-3.2.5/configure:1082:				os_int=`expr "$os_r1" '*' 100 + "$os_r2" '*' 10 + "$os_r3"`
ncftp-3.2.5/configure-1083-				OS="solaris${os_r}-$archp"
##############################################
ncftp-3.2.5/configure-1145-echo "configure:1146: checking for $ac_word" >&5
ncftp-3.2.5/configure:1146:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ncftp-3.2.5/configure-1147-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1175-echo "configure:1176: checking for $ac_word" >&5
ncftp-3.2.5/configure:1176:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ncftp-3.2.5/configure-1177-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1226-echo "configure:1227: checking for $ac_word" >&5
ncftp-3.2.5/configure:1227:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
ncftp-3.2.5/configure-1228-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1305-echo "configure:1306: checking whether we are using GNU C" >&5
ncftp-3.2.5/configure:1306:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
ncftp-3.2.5/configure-1307-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1333-echo "configure:1334: checking whether ${CC-cc} accepts -g" >&5
ncftp-3.2.5/configure:1334:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
ncftp-3.2.5/configure-1335-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1337-  echo 'void f(){}' > conftest.c
ncftp-3.2.5/configure:1338:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
ncftp-3.2.5/configure-1339-  ac_cv_prog_cc_g=yes
##############################################
ncftp-3.2.5/configure-1366-echo "configure:1367: checking if the C compiler can use precompiled headers" >&5
ncftp-3.2.5/configure:1367:if eval "test \"`echo '$''{'wi_cv_cc_precomp'+set}'`\" = set"; then
ncftp-3.2.5/configure-1368-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1526-if test -z "$CPP"; then
ncftp-3.2.5/configure:1527:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
ncftp-3.2.5/configure-1528-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1542-{ (eval echo configure:1543: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:1543:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-1544-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-1559-{ (eval echo configure:1560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:1560:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-1561-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-1576-{ (eval echo configure:1577: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:1577:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-1578-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-1634-echo "configure:1635: checking the version of GCC" >&5
ncftp-3.2.5/configure:1635:if eval "test \"`echo '$''{'wi_cv_gcc_version'+set}'`\" = set"; then
ncftp-3.2.5/configure-1636-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1638-  
ncftp-3.2.5/configure:1639:	wi_cv_gcc_version=`$CC -v 2>&1 | sed -n '/gcc version/{s/^.*gcc version//;s/^[^1-9]*//;s/\ .*//;p;q;}'`
ncftp-3.2.5/configure-1640-
##############################################
ncftp-3.2.5/configure-1657-echo "configure:1658: checking if the C compiler is Sun WorkShop C" >&5
ncftp-3.2.5/configure:1658:if eval "test \"`echo '$''{'wi_cv_cc_is_sunwspro_cc'+set}'`\" = set"; then
ncftp-3.2.5/configure-1659-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1668-#
ncftp-3.2.5/configure:1669:		wi_cv_sunwspro_cc_version=`$CC -V 2>&1 | sed -n '/WorkShop.*C\ [1-9]/{s/^.*C/C/;s/^C\ \([^\ ]*\).*/\1/;p;q;}'`
ncftp-3.2.5/configure-1670-		case "$wi_cv_sunwspro_cc_version" in
##############################################
ncftp-3.2.5/configure-1672-				wi_cv_cc_is_sunwspro_cc="yes"
ncftp-3.2.5/configure:1673:				ver1=`echo "$wi_cv_sunwspro_cc_version" | cut -d. -f1`
ncftp-3.2.5/configure:1674:				ver2=`echo "$wi_cv_sunwspro_cc_version" | cut -d. -f2`
ncftp-3.2.5/configure-1675-				ver3=0
ncftp-3.2.5/configure:1676:				wi_cv_sunwspro_cc_version2=`expr "$ver1" '*' 100 + "$ver2" "*" 10 + "$ver3"`
ncftp-3.2.5/configure-1677-				unset ver1 ver2 ver3
##############################################
ncftp-3.2.5/configure-1788-			bsdos*)
ncftp-3.2.5/configure:1789:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wcast-qual//g'`		# avoid va_start() problem
ncftp-3.2.5/configure:1790:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wredundant-decls//g'`
ncftp-3.2.5/configure-1791-				;;
ncftp-3.2.5/configure-1792-			openbsd*|unixware*|openunix*)
ncftp-3.2.5/configure:1793:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wredundant-decls//g'`
ncftp-3.2.5/configure-1794-				;;
##############################################
ncftp-3.2.5/configure-1929-echo "configure:1930: checking for ldd" >&5
ncftp-3.2.5/configure:1930:if eval "test \"`echo '$''{'wi_cv_prog_ldd'+set}'`\" = set"; then
ncftp-3.2.5/configure-1931-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-1944-	${CC-cc} $CFLAGS $CPPFLAGS conftest.c -o conftest 1>&5
ncftp-3.2.5/configure:1945:	wi_cv_prog_ldd=`ldd ./conftest 2>&1 | sed -n -e '/lib/{s/.*/yes/g;p;q;}' -e '${s/.*/no/g;p;q;}'`
ncftp-3.2.5/configure-1946-	/bin/rm -rf conftest*
##############################################
ncftp-3.2.5/configure-1957-# remove existing ssp flags, if present
ncftp-3.2.5/configure:1958:CFLAGS=`echo "$CFLAGS" | sed 's/-D_FORTIFY_SOURCE//g'`
ncftp-3.2.5/configure:1959:CFLAGS=`echo "$CFLAGS" | sed 's/-D_FORTIFY_SOURCE=.//g'`
ncftp-3.2.5/configure:1960:CFLAGS=`echo "$CFLAGS" | sed 's/-fstack-prot[a-z\-]*//g'`
ncftp-3.2.5/configure-1961-# try these
##############################################
ncftp-3.2.5/configure-1998-echo "configure:1999: checking if compiled programs use a shared library version of libgcc" >&5
ncftp-3.2.5/configure:1999:if eval "test \"`echo '$''{'wi_cv_shared_libgcc'+set}'`\" = set"; then
ncftp-3.2.5/configure-2000-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-2015-		${CC-cc} $CFLAGS $CPPFLAGS conftest.c -o conftest 1>&5
ncftp-3.2.5/configure:2016:		wi_cv_shared_libgcc=`ldd ./conftest 2>&1 | sed -n -e '/libgcc/{s/.*/yes/g;p;q;}' -e '${s/.*/no/g;p;q;}'`
ncftp-3.2.5/configure-2017-		/bin/rm -rf conftest*
##############################################
ncftp-3.2.5/configure-2105-	if [ "$NOOPTCFLAGS" = "" ] ; then
ncftp-3.2.5/configure:2106:		NOOPTCFLAGS=`echo "$CFLAGS" | sed 's/[-+]O[0-9A-Za-z]*//g;s/-xO[0-9]//g;s/-Wc,-O3//g;s/-IPA//g;s/-xipo=?[0-9]?//g;s/\ \ */ /g;s/^\ *//;s/\ *$//;'`
ncftp-3.2.5/configure-2107-		if [ "$GCC" = "yes" ] ; then
##############################################
ncftp-3.2.5/configure-2139-	
ncftp-3.2.5/configure:2140:CFLAGS=`echo "$CFLAGS" | sed s/-D__STDC_EXT__//g`
ncftp-3.2.5/configure-2141-echo $ac_n "checking if -D__STDC_EXT__ is needed with GCC on HP-UX""... $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-2197-do
ncftp-3.2.5/configure:2198:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-2199-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-2200-echo "configure:2201: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:2201:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-2202-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-2210-{ (eval echo configure:2211: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:2211:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-2212-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-2223-fi
ncftp-3.2.5/configure:2224:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-2225-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:2226:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-2227-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-2763-echo "configure:2764: checking the version of GCC" >&5
ncftp-3.2.5/configure:2764:if eval "test \"`echo '$''{'wi_cv_gcc_version'+set}'`\" = set"; then
ncftp-3.2.5/configure-2765-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-2767-  
ncftp-3.2.5/configure:2768:	wi_cv_gcc_version=`$CC -v 2>&1 | sed -n '/gcc version/{s/^.*gcc version//;s/^[^1-9]*//;s/\ .*//;p;q;}'`
ncftp-3.2.5/configure-2769-
##############################################
ncftp-3.2.5/configure-2786-echo "configure:2787: checking if the C compiler is Sun WorkShop C" >&5
ncftp-3.2.5/configure:2787:if eval "test \"`echo '$''{'wi_cv_cc_is_sunwspro_cc'+set}'`\" = set"; then
ncftp-3.2.5/configure-2788-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-2797-#
ncftp-3.2.5/configure:2798:		wi_cv_sunwspro_cc_version=`$CC -V 2>&1 | sed -n '/WorkShop.*C\ [1-9]/{s/^.*C/C/;s/^C\ \([^\ ]*\).*/\1/;p;q;}'`
ncftp-3.2.5/configure-2799-		case "$wi_cv_sunwspro_cc_version" in
##############################################
ncftp-3.2.5/configure-2801-				wi_cv_cc_is_sunwspro_cc="yes"
ncftp-3.2.5/configure:2802:				ver1=`echo "$wi_cv_sunwspro_cc_version" | cut -d. -f1`
ncftp-3.2.5/configure:2803:				ver2=`echo "$wi_cv_sunwspro_cc_version" | cut -d. -f2`
ncftp-3.2.5/configure-2804-				ver3=0
ncftp-3.2.5/configure:2805:				wi_cv_sunwspro_cc_version2=`expr "$ver1" '*' 100 + "$ver2" "*" 10 + "$ver3"`
ncftp-3.2.5/configure-2806-				unset ver1 ver2 ver3
##############################################
ncftp-3.2.5/configure-2917-			bsdos*)
ncftp-3.2.5/configure:2918:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wcast-qual//g'`		# avoid va_start() problem
ncftp-3.2.5/configure:2919:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wredundant-decls//g'`
ncftp-3.2.5/configure-2920-				;;
ncftp-3.2.5/configure-2921-			openbsd*|unixware*|openunix*)
ncftp-3.2.5/configure:2922:				wi_os_default_cflags=`echo "$wi_os_default_cflags" | sed 's/\ -Wredundant-decls//g'`
ncftp-3.2.5/configure-2923-				;;
##############################################
ncftp-3.2.5/configure-3058-echo "configure:3059: checking for ldd" >&5
ncftp-3.2.5/configure:3059:if eval "test \"`echo '$''{'wi_cv_prog_ldd'+set}'`\" = set"; then
ncftp-3.2.5/configure-3060-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-3073-	${CC-cc} $CFLAGS $CPPFLAGS conftest.c -o conftest 1>&5
ncftp-3.2.5/configure:3074:	wi_cv_prog_ldd=`ldd ./conftest 2>&1 | sed -n -e '/lib/{s/.*/yes/g;p;q;}' -e '${s/.*/no/g;p;q;}'`
ncftp-3.2.5/configure-3075-	/bin/rm -rf conftest*
##############################################
ncftp-3.2.5/configure-3086-# remove existing ssp flags, if present
ncftp-3.2.5/configure:3087:CFLAGS=`echo "$CFLAGS" | sed 's/-D_FORTIFY_SOURCE//g'`
ncftp-3.2.5/configure:3088:CFLAGS=`echo "$CFLAGS" | sed 's/-D_FORTIFY_SOURCE=.//g'`
ncftp-3.2.5/configure:3089:CFLAGS=`echo "$CFLAGS" | sed 's/-fstack-prot[a-z\-]*//g'`
ncftp-3.2.5/configure-3090-# try these
##############################################
ncftp-3.2.5/configure-3127-echo "configure:3128: checking if compiled programs use a shared library version of libgcc" >&5
ncftp-3.2.5/configure:3128:if eval "test \"`echo '$''{'wi_cv_shared_libgcc'+set}'`\" = set"; then
ncftp-3.2.5/configure-3129-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-3144-		${CC-cc} $CFLAGS $CPPFLAGS conftest.c -o conftest 1>&5
ncftp-3.2.5/configure:3145:		wi_cv_shared_libgcc=`ldd ./conftest 2>&1 | sed -n -e '/libgcc/{s/.*/yes/g;p;q;}' -e '${s/.*/no/g;p;q;}'`
ncftp-3.2.5/configure-3146-		/bin/rm -rf conftest*
##############################################
ncftp-3.2.5/configure-3234-	if [ "$NOOPTCFLAGS" = "" ] ; then
ncftp-3.2.5/configure:3235:		NOOPTCFLAGS=`echo "$CFLAGS" | sed 's/[-+]O[0-9A-Za-z]*//g;s/-xO[0-9]//g;s/-Wc,-O3//g;s/-IPA//g;s/-xipo=?[0-9]?//g;s/\ \ */ /g;s/^\ *//;s/\ *$//;'`
ncftp-3.2.5/configure-3236-		if [ "$GCC" = "yes" ] ; then
##############################################
ncftp-3.2.5/configure-3268-	
ncftp-3.2.5/configure:3269:CFLAGS=`echo "$CFLAGS" | sed s/-D__STDC_EXT__//g`
ncftp-3.2.5/configure-3270-echo $ac_n "checking if -D__STDC_EXT__ is needed with GCC on HP-UX""... $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-3326-do
ncftp-3.2.5/configure:3327:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-3328-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-3329-echo "configure:3330: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:3330:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-3331-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-3339-{ (eval echo configure:3340: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:3340:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-3341-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-3352-fi
ncftp-3.2.5/configure:3353:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-3354-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:3355:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-3356-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-3529-	unset ac_cv_sizeof_stat_st_size ac_cv_sizeof_off_t
ncftp-3.2.5/configure:3530:	CFLAGS=`echo "$CFLAGS" | sed 's/-D_LARGEFILE64_SOURCE//g'`
ncftp-3.2.5/configure-3531-	case "$CFLAGS" in
##############################################
ncftp-3.2.5/configure-4116-		macosx_sdk_path="$test_macosx_sdk_path"
ncftp-3.2.5/configure:4117:		macosx_sdk_ver=`echo "$macosx_sdk_path" | sed 's/^.*OSX1/1/;s/u.sdk.*$//;'`	# E.g., "10.4"
ncftp-3.2.5/configure-4118-
ncftp-3.2.5/configure-4119-		# Calculate corresponding ver_int, e.g., "10400"
ncftp-3.2.5/configure:4120:		macosx_sdk_ver_int_maj=`echo "$macosx_sdk_ver" | cut -d. -f1`
ncftp-3.2.5/configure:4121:		macosx_sdk_ver_int_min=`echo "$macosx_sdk_ver" | cut -d. -f2`
ncftp-3.2.5/configure:4122:		macosx_sdk_ver_int_minmin=`echo "$macosx_sdk_ver" | cut -d. -f3`
ncftp-3.2.5/configure:4123:		macosx_sdk_ver_int=`expr "$macosx_sdk_ver_int_maj" '*' 1000 + "$macosx_sdk_ver_int_min" '*' 100 + "${macosx_sdk_ver_int_minmin-0}"`
ncftp-3.2.5/configure-4124-
ncftp-3.2.5/configure:4125:		os_base_int=`expr "$os_int" - '(' "$os_int" '%' 10 ')'`
ncftp-3.2.5/configure-4126-		# Add OS X minimum version, if SDK is older than version of OS X on the build machine.
##############################################
ncftp-3.2.5/configure-4173-if [ "x$cross_compiling" = "xyes" ] ; then
ncftp-3.2.5/configure:4174:	machine=`${CC-gcc} -dumpmachine 2>/dev/null`
ncftp-3.2.5/configure-4175-	case "$CC" in
ncftp-3.2.5/configure-4176-		*${machine}*)
ncftp-3.2.5/configure:4177:			f=`echo "$CC" | sed 's|/[^/]*$||'`
ncftp-3.2.5/configure-4178-			if [ -x "$f/${machine}-strip" ] ; then
##############################################
ncftp-3.2.5/configure-4225-echo "configure:4226: checking for object suffix" >&5
ncftp-3.2.5/configure:4226:if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then
ncftp-3.2.5/configure-4227-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4237-    *.c) ;;
ncftp-3.2.5/configure:4238:    *) ac_cv_objext=`echo $ac_file | sed -e s/conftest.//` ;;
ncftp-3.2.5/configure-4239-    esac
##############################################
ncftp-3.2.5/configure-4253-echo "configure:4254: checking for Cygwin environment" >&5
ncftp-3.2.5/configure:4254:if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then
ncftp-3.2.5/configure-4255-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4286-echo "configure:4287: checking for mingw32 environment" >&5
ncftp-3.2.5/configure:4287:if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then
ncftp-3.2.5/configure-4288-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4317-echo "configure:4318: checking for executable suffix" >&5
ncftp-3.2.5/configure:4318:if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then
ncftp-3.2.5/configure-4319-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4332-      *.c | *.o | *.obj) ;;
ncftp-3.2.5/configure:4333:      *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
ncftp-3.2.5/configure-4334-      esac
##############################################
ncftp-3.2.5/configure-4413-echo "configure:4414: checking for ANSI C header files" >&5
ncftp-3.2.5/configure:4414:if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
ncftp-3.2.5/configure-4415-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4426-{ (eval echo configure:4427: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:4427:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-4428-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-4517-do
ncftp-3.2.5/configure:4518:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-4519-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-4520-echo "configure:4521: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:4521:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-4522-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4530-{ (eval echo configure:4531: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:4531:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-4532-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-4543-fi
ncftp-3.2.5/configure:4544:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-4545-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:4546:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-4547-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-4557-echo "configure:4558: checking whether time.h and sys/time.h may both be included" >&5
ncftp-3.2.5/configure:4558:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
ncftp-3.2.5/configure-4559-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4599-do
ncftp-3.2.5/configure:4600:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-4601-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-4602-echo "configure:4603: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:4603:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-4604-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4612-{ (eval echo configure:4613: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:4613:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-4614-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-4625-fi
ncftp-3.2.5/configure:4626:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-4627-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:4628:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-4629-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-4639-echo "configure:4640: checking for UNIX domain sockets" >&5
ncftp-3.2.5/configure:4640:if eval "test \"`echo '$''{'wi_cv_unix_domain_sockets'+set}'`\" = set"; then
ncftp-3.2.5/configure-4641-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4712-echo "configure:4713: checking for sun_len field in struct sockaddr_un" >&5
ncftp-3.2.5/configure:4713:if eval "test \"`echo '$''{'wi_cv_sockaddr_un_sun_len'+set}'`\" = set"; then
ncftp-3.2.5/configure-4714-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4779-echo "configure:4780: checking for strerror" >&5
ncftp-3.2.5/configure:4780:if eval "test \"`echo '$''{'ac_cv_func_strerror'+set}'`\" = set"; then
ncftp-3.2.5/configure-4781-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4818-
ncftp-3.2.5/configure:4819:if eval "test \"`echo '$ac_cv_func_'strerror`\" = yes"; then
ncftp-3.2.5/configure-4820-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-4831-ac_lib_var=`echo 44bsd'_'strerror | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:4832:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-4833-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4861-fi
ncftp-3.2.5/configure:4862:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-4863-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-4881-echo "configure:4882: checking for socket" >&5
ncftp-3.2.5/configure:4882:if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
ncftp-3.2.5/configure-4883-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4920-
ncftp-3.2.5/configure:4921:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
ncftp-3.2.5/configure-4922-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-4933-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:4934:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-4935-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-4963-fi
ncftp-3.2.5/configure:4964:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-4965-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-4987-ac_lib_var=`echo gen'_'syslog | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:4988:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-4989-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5017-fi
ncftp-3.2.5/configure:5018:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5019-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5052-echo "configure:5053: checking for socket" >&5
ncftp-3.2.5/configure:5053:if eval "test \"`echo '$''{'ac_cv_func_socket'+set}'`\" = set"; then
ncftp-3.2.5/configure-5054-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5091-
ncftp-3.2.5/configure:5092:if eval "test \"`echo '$ac_cv_func_'socket`\" = yes"; then
ncftp-3.2.5/configure-5093-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5114-ac_lib_var=`echo nsl'_'getpwent | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5115:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5116-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5144-fi
ncftp-3.2.5/configure:5145:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5146-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5163-echo "configure:5164: checking for gethostbyname" >&5
ncftp-3.2.5/configure:5164:if eval "test \"`echo '$''{'ac_cv_func_gethostbyname'+set}'`\" = set"; then
ncftp-3.2.5/configure-5165-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5202-
ncftp-3.2.5/configure:5203:if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
ncftp-3.2.5/configure-5204-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5215-ac_lib_var=`echo nsl'_'gethostbyname | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5216:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5217-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5245-fi
ncftp-3.2.5/configure:5246:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5247-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5269-echo "configure:5270: checking if we need to look for a separate DNS resolver library" >&5
ncftp-3.2.5/configure:5270:if eval "test \"`echo '$''{'wi_cv_look_for_resolv'+set}'`\" = set"; then
ncftp-3.2.5/configure-5271-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5343-ac_lib_var=`echo resolv'_'main | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5344:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5345-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5369-fi
ncftp-3.2.5/configure:5370:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5371-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5409-ac_lib_var=`echo db'_'main | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5410:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5411-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5435-fi
ncftp-3.2.5/configure:5436:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5437-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5447-ac_lib_var=`echo isode'_'main | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5448:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5449-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5473-fi
ncftp-3.2.5/configure:5474:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5475-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5485-ac_lib_var=`echo com_err'_'main | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5486:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5487-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5511-fi
ncftp-3.2.5/configure:5512:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5513-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5523-ac_lib_var=`echo crypto'_'main | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5524:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5525-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5549-fi
ncftp-3.2.5/configure:5550:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5551-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5561-ac_lib_var=`echo krb5'_'main | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5562:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5563-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5587-fi
ncftp-3.2.5/configure:5588:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5589-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5599-ac_lib_var=`echo gssapi_krb5'_'main | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5600:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5601-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5625-fi
ncftp-3.2.5/configure:5626:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5627-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5637-ac_lib_var=`echo socks5'_'SOCKSinit | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:5638:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-5639-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5667-fi
ncftp-3.2.5/configure:5668:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-5669-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-5676-do
ncftp-3.2.5/configure:5677:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-5678-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-5679-echo "configure:5680: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:5680:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-5681-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5689-{ (eval echo configure:5690: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:5690:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-5691-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-5702-fi
ncftp-3.2.5/configure:5703:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-5704-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:5705:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-5706-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-5740-do
ncftp-3.2.5/configure:5741:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-5742-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-5743-echo "configure:5744: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:5744:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-5745-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5753-{ (eval echo configure:5754: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:5754:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-5755-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-5766-fi
ncftp-3.2.5/configure:5767:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-5768-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:5769:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-5770-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-5781-do
ncftp-3.2.5/configure:5782:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-5783-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-5784-echo "configure:5785: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:5785:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-5786-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-5794-{ (eval echo configure:5795: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:5795:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-5796-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-5807-fi
ncftp-3.2.5/configure:5808:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-5809-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:5810:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-5811-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-5993-do
ncftp-3.2.5/configure:5994:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-5995-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-5996-echo "configure:5997: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:5997:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-5998-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6006-{ (eval echo configure:6007: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:6007:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-6008-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-6019-fi
ncftp-3.2.5/configure:6020:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-6021-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:6022:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-6023-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-6037-ac_lib_var=`echo ssl'_'SHA1_Init | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:6038:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-6039-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6067-fi
ncftp-3.2.5/configure:6068:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-6069-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-6085-ac_lib_var=`echo sres'_'query_send | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:6086:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-6087-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6115-fi
ncftp-3.2.5/configure:6116:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-6117-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-6133-ac_lib_var=`echo val'_'p_val_status | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:6134:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-6135-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6163-fi
ncftp-3.2.5/configure:6164:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-6165-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-6172-ac_lib_var=`echo pthread'_'pthread_rwlock_init | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:6173:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-6174-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6202-fi
ncftp-3.2.5/configure:6203:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-6204-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-6219-ac_lib_var=`echo val-threads'_'p_val_status | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:6220:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-6221-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6249-fi
ncftp-3.2.5/configure:6250:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-6251-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-6272-echo "configure:6273: checking for working const" >&5
ncftp-3.2.5/configure:6273:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
ncftp-3.2.5/configure-6274-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6347-echo "configure:6348: checking for size_t" >&5
ncftp-3.2.5/configure:6348:if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-6349-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6380-echo "configure:6381: checking for off_t" >&5
ncftp-3.2.5/configure:6381:if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-6382-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6413-echo "configure:6414: checking for mode_t" >&5
ncftp-3.2.5/configure:6414:if eval "test \"`echo '$''{'ac_cv_type_mode_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-6415-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6446-echo "configure:6447: checking for pid_t" >&5
ncftp-3.2.5/configure:6447:if eval "test \"`echo '$''{'ac_cv_type_pid_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-6448-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6479-echo "configure:6480: checking for uid_t in sys/types.h" >&5
ncftp-3.2.5/configure:6480:if eval "test \"`echo '$''{'ac_cv_type_uid_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-6481-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6514-echo "configure:6515: checking what type main() should return" >&5
ncftp-3.2.5/configure:6515:if eval "test \"`echo '$''{'wi_cv_main_void_return_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-6516-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-6901-	fi
ncftp-3.2.5/configure:6902:	wi_cv_printf_ulong_long=`echo "$wi_cv_printf_long_long" | sed 's/d$/u/;'`
ncftp-3.2.5/configure:6903:	wi_cv_scanf_ulong_long=`echo "$wi_cv_scanf_long_long" | sed 's/d$/u/;'`
ncftp-3.2.5/configure-6904-	cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-6950-echo "configure:6951: checking what type the tv_sec field of struct timeval is" >&5
ncftp-3.2.5/configure:6951:if eval "test \"`echo '$''{'wi_cv_struct_timeval_tv_sec'+set}'`\" = set"; then
ncftp-3.2.5/configure-6952-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7090-echo "configure:7091: checking what type the tv_usec field of struct timeval is" >&5
ncftp-3.2.5/configure:7091:if eval "test \"`echo '$''{'wi_cv_struct_timeval_tv_usec'+set}'`\" = set"; then
ncftp-3.2.5/configure-7092-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7114-echo "configure:7115: checking for $ac_word" >&5
ncftp-3.2.5/configure:7115:if eval "test \"`echo '$''{'ac_cv_path_PERL'+set}'`\" = set"; then
ncftp-3.2.5/configure-7116-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7152-echo "configure:7153: checking for $ac_word" >&5
ncftp-3.2.5/configure:7153:if eval "test \"`echo '$''{'ac_cv_path_MKTEMP'+set}'`\" = set"; then
ncftp-3.2.5/configure-7154-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7197-echo "configure:7198: checking for return type from write" >&5
ncftp-3.2.5/configure:7198:if eval "test \"`echo '$''{'wi_cv_write_return_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7199-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7209-	#
ncftp-3.2.5/configure:7210:	wi_tmpdir=`"$MKTEMP" -d /tmp/configure.XXXXXXXXXX 2>/dev/null`
ncftp-3.2.5/configure-7211-	if [ $? -ne 0 ] ; then
##############################################
ncftp-3.2.5/configure-7412-	x="write"
ncftp-3.2.5/configure:7413:	wi_cv_write_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-7414-	#
##############################################
ncftp-3.2.5/configure-7430-	x="send"
ncftp-3.2.5/configure:7431:	wi_cv_send_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-7432-	#
##############################################
ncftp-3.2.5/configure-7435-	x="connect"
ncftp-3.2.5/configure:7436:	wi_cv_sockaddr_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-7437-	#
##############################################
ncftp-3.2.5/configure-7440-	x="setsockopt"
ncftp-3.2.5/configure:7441:	wi_cv_sockopt_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-7442-	#
##############################################
ncftp-3.2.5/configure-7445-	x="listen"
ncftp-3.2.5/configure:7446:	wi_cv_listen_backlog_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-7447-	#
##############################################
ncftp-3.2.5/configure-7450-	x="alarm"
ncftp-3.2.5/configure:7451:	wi_cv_alarm_time_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-7452-	#
ncftp-3.2.5/configure:7453:	# Check what type gethostbyaddr() expects for the addr parameter
ncftp-3.2.5/configure-7454-	#
ncftp-3.2.5/configure-7455-	x="gethostbyaddr"
ncftp-3.2.5/configure:7456:	wi_cv_gethost_addrptr_t=`/bin/sh "$wi_tmpdir/sed2.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-7457-	#
##############################################
ncftp-3.2.5/configure-7460-	x="gethostname"
ncftp-3.2.5/configure:7461:	wi_cv_gethostname_size_t=`/bin/sh "$wi_tmpdir/sed.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-7462-fi
##############################################
ncftp-3.2.5/configure-7536-echo "configure:7537: checking for size parameter to write" >&5
ncftp-3.2.5/configure:7537:if eval "test \"`echo '$''{'wi_cv_write_size_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7538-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7545-echo "configure:7546: checking for return type from send" >&5
ncftp-3.2.5/configure:7546:if eval "test \"`echo '$''{'wi_cv_send_return_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7547-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7554-echo "configure:7555: checking for size parameter to send" >&5
ncftp-3.2.5/configure:7555:if eval "test \"`echo '$''{'wi_cv_send_size_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7556-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7563-echo "configure:7564: checking for size parameter to connect" >&5
ncftp-3.2.5/configure:7564:if eval "test \"`echo '$''{'wi_cv_sockaddr_size_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7565-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7572-echo "configure:7573: checking for size parameter to setsockopt" >&5
ncftp-3.2.5/configure:7573:if eval "test \"`echo '$''{'wi_cv_sockopt_size_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7574-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7581-echo "configure:7582: checking for backlog parameter to listen" >&5
ncftp-3.2.5/configure:7582:if eval "test \"`echo '$''{'wi_cv_listen_backlog_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7583-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7590-echo "configure:7591: checking for seconds parameter to alarm" >&5
ncftp-3.2.5/configure:7591:if eval "test \"`echo '$''{'wi_cv_alarm_time_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7592-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7599-echo "configure:7600: checking for address parameter to gethostbyaddr" >&5
ncftp-3.2.5/configure:7600:if eval "test \"`echo '$''{'wi_cv_gethost_addrptr_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7601-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7608-echo "configure:7609: checking for size parameter to gethostname" >&5
ncftp-3.2.5/configure:7609:if eval "test \"`echo '$''{'wi_cv_gethostname_size_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-7610-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7682-echo "configure:7683: checking types of arguments for select()" >&5
ncftp-3.2.5/configure:7683: if eval "test \"`echo '$''{'ac_cv_func_select_arg234'+set}'`\" = set"; then
ncftp-3.2.5/configure-7684-  echo $ac_n "(cached) $ac_c" 1>&6
ncftp-3.2.5/configure-7685-else
ncftp-3.2.5/configure:7686:   if eval "test \"`echo '$''{'ac_cv_func_select_arg1'+set}'`\" = set"; then
ncftp-3.2.5/configure-7687-  echo $ac_n "(cached) $ac_c" 1>&6
ncftp-3.2.5/configure-7688-else
ncftp-3.2.5/configure:7689:    if eval "test \"`echo '$''{'ac_cv_func_select_arg5'+set}'`\" = set"; then
ncftp-3.2.5/configure-7690-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-7859-echo "configure:7860: checking how to access getopt() global variables" >&5
ncftp-3.2.5/configure:7860:if eval "test \"`echo '$''{'wi_cv_getopt_decl'+set}'`\" = set"; then
ncftp-3.2.5/configure-7861-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8012-echo "configure:8013: checking for struct cmsghdr" >&5
ncftp-3.2.5/configure:8013:if eval "test \"`echo '$''{'wi_cv_struct_cmsghdr'+set}'`\" = set"; then
ncftp-3.2.5/configure-8014-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8065-echo "configure:8066: checking for msg_control field in struct msghdr" >&5
ncftp-3.2.5/configure:8066:if eval "test \"`echo '$''{'wi_cv_msghdr_control'+set}'`\" = set"; then
ncftp-3.2.5/configure-8067-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8117-echo "configure:8118: checking for msg_accrights field in struct msghdr" >&5
ncftp-3.2.5/configure:8118:if eval "test \"`echo '$''{'wi_cv_msghdr_accrights'+set}'`\" = set"; then
ncftp-3.2.5/configure-8119-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8180-do
ncftp-3.2.5/configure:8181:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-8182-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-8183-echo "configure:8184: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:8184:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-8185-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8193-{ (eval echo configure:8194: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:8194:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-8195-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-8206-fi
ncftp-3.2.5/configure:8207:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-8208-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8209:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-8210-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8274-echo "configure:8275: checking for $ac_func" >&5
ncftp-3.2.5/configure:8275:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-8276-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8313-
ncftp-3.2.5/configure:8314:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-8315-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8316:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-8317-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8330-echo "configure:8331: checking for $ac_func" >&5
ncftp-3.2.5/configure:8331:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-8332-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8369-
ncftp-3.2.5/configure:8370:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-8371-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8372:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-8373-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8396-echo "configure:8397: checking for $ac_func" >&5
ncftp-3.2.5/configure:8397:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-8398-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8435-
ncftp-3.2.5/configure:8436:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-8437-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8438:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-8439-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8451-echo "configure:8452: checking for $ac_func" >&5
ncftp-3.2.5/configure:8452:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-8453-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8490-
ncftp-3.2.5/configure:8491:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-8492-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8493:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-8494-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8510-echo "configure:8511: checking for $ac_func" >&5
ncftp-3.2.5/configure:8511:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-8512-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8549-
ncftp-3.2.5/configure:8550:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-8551-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8552:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-8553-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8729-ac_lib_var=`echo snprintf'_'snprintf | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:8730:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-8731-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8759-fi
ncftp-3.2.5/configure:8760:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-8761-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-8777-do
ncftp-3.2.5/configure:8778:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-8779-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-8780-echo "configure:8781: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:8781:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-8782-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8790-{ (eval echo configure:8791: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:8791:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-8792-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-8803-fi
ncftp-3.2.5/configure:8804:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-8805-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8806:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-8807-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8819-echo "configure:8820: checking for $ac_func" >&5
ncftp-3.2.5/configure:8820:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-8821-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8858-
ncftp-3.2.5/configure:8859:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-8860-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8861:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-8862-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8879-ac_lib_var=`echo snprintf'_'snprintf | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:8880:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
ncftp-3.2.5/configure-8881-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8909-fi
ncftp-3.2.5/configure:8910:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
ncftp-3.2.5/configure-8911-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-8927-do
ncftp-3.2.5/configure:8928:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure-8929-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
ncftp-3.2.5/configure-8930-echo "configure:8931: checking for $ac_hdr" >&5
ncftp-3.2.5/configure:8931:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
ncftp-3.2.5/configure-8932-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-8940-{ (eval echo configure:8941: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
ncftp-3.2.5/configure:8941:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
ncftp-3.2.5/configure-8942-if test -z "$ac_err"; then
##############################################
ncftp-3.2.5/configure-8953-fi
ncftp-3.2.5/configure:8954:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
ncftp-3.2.5/configure-8955-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:8956:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
ncftp-3.2.5/configure-8957-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-8969-echo "configure:8970: checking for $ac_func" >&5
ncftp-3.2.5/configure:8970:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-8971-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9008-
ncftp-3.2.5/configure:9009:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-9010-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:9011:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-9012-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-9195-echo "configure:9196: checking for sigsetjmp and siglongjmp" >&5
ncftp-3.2.5/configure:9196:if eval "test \"`echo '$''{'wi_cv_func_sigsetjmp'+set}'`\" = set"; then
ncftp-3.2.5/configure-9197-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9255-echo "configure:9256: checking for $ac_func" >&5
ncftp-3.2.5/configure:9256:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-9257-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9294-
ncftp-3.2.5/configure:9295:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-9296-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:9297:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-9298-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-9335-echo "configure:9336: checking whether setpgrp takes no argument" >&5
ncftp-3.2.5/configure:9336:if eval "test \"`echo '$''{'ac_cv_func_setpgrp_void'+set}'`\" = set"; then
ncftp-3.2.5/configure-9337-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9396-echo "configure:9397: checking whether setvbuf arguments are reversed" >&5
ncftp-3.2.5/configure:9397:if eval "test \"`echo '$''{'ac_cv_func_setvbuf_reversed'+set}'`\" = set"; then
ncftp-3.2.5/configure-9398-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9445-echo "configure:9446: checking for working alloca.h" >&5
ncftp-3.2.5/configure:9446:if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then
ncftp-3.2.5/configure-9447-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9478-echo "configure:9479: checking for alloca" >&5
ncftp-3.2.5/configure:9479:if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then
ncftp-3.2.5/configure-9480-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9543-echo "configure:9544: checking whether alloca needs Cray hooks" >&5
ncftp-3.2.5/configure:9544:if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then
ncftp-3.2.5/configure-9545-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9573-echo "configure:9574: checking for $ac_func" >&5
ncftp-3.2.5/configure:9574:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-9575-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9612-
ncftp-3.2.5/configure:9613:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-9614-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-9628-echo "configure:9629: checking stack direction for C alloca" >&5
ncftp-3.2.5/configure:9629:if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then
ncftp-3.2.5/configure-9630-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9696-echo "configure:9697: checking string parameter to waddstr" >&5
ncftp-3.2.5/configure:9697:if eval "test \"`echo '$''{'wi_cv_waddstr_str_t'+set}'`\" = set"; then
ncftp-3.2.5/configure-9698-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9708-	#
ncftp-3.2.5/configure:9709:	wi_tmpdir=`"$MKTEMP" -d /tmp/configure.XXXXXXXXXX 2>/dev/null`
ncftp-3.2.5/configure-9710-	if [ $? -ne 0 ] ; then
##############################################
ncftp-3.2.5/configure-9869-	x="waddstr"
ncftp-3.2.5/configure:9870:	wi_cv_waddstr_str_t=`/bin/sh "$wi_tmpdir/sed2.sh" "$x" < "$wi_tmpdir/protos.h"`
ncftp-3.2.5/configure-9871-fi
##############################################
ncftp-3.2.5/configure-9956-echo "configure:9957: checking for $ac_func" >&5
ncftp-3.2.5/configure:9957:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-9958-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-9995-
ncftp-3.2.5/configure:9996:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-9997-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:9998:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-9999-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-10435-echo "configure:10436: checking for $ac_func" >&5
ncftp-3.2.5/configure:10436:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
ncftp-3.2.5/configure-10437-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-10474-
ncftp-3.2.5/configure:10475:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
ncftp-3.2.5/configure-10476-  echo "$ac_t""yes" 1>&6
ncftp-3.2.5/configure:10477:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
ncftp-3.2.5/configure-10478-  cat >> confdefs.h <<EOF
##############################################
ncftp-3.2.5/configure-10500-echo "configure:10501: checking for long file names" >&5
ncftp-3.2.5/configure:10501:if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then
ncftp-3.2.5/configure-10502-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-10519-fi
ncftp-3.2.5/configure:10520:for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
ncftp-3.2.5/configure-10521-  test -d $ac_dir || continue
##############################################
ncftp-3.2.5/configure-10524-  (echo 2 > $ac_dir/conftest9012346) 2>/dev/null
ncftp-3.2.5/configure:10525:  val=`cat $ac_dir/conftest9012345 2>/dev/null`
ncftp-3.2.5/configure-10526-  if test ! -f $ac_dir/conftest9012345 || test "$val" != 1; then
##############################################
ncftp-3.2.5/configure-10544-echo "configure:10545: checking whether ${MAKE-make} sets \${MAKE}" >&5
ncftp-3.2.5/configure:10545:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
ncftp-3.2.5/configure:10546:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
ncftp-3.2.5/configure-10547-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-10553-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
ncftp-3.2.5/configure:10554:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
ncftp-3.2.5/configure-10555-if test -n "$ac_maketemp"; then
##############################################
ncftp-3.2.5/configure-10561-fi
ncftp-3.2.5/configure:10562:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
ncftp-3.2.5/configure-10563-  echo "$ac_t""yes" 1>&6
##############################################
ncftp-3.2.5/configure-10574-echo "configure:10575: checking for $ac_word" >&5
ncftp-3.2.5/configure:10575:if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then
ncftp-3.2.5/configure-10576-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-10613-echo "configure:10614: checking for $ac_word" >&5
ncftp-3.2.5/configure:10614:if eval "test \"`echo '$''{'ac_cv_path_TAR'+set}'`\" = set"; then
ncftp-3.2.5/configure-10615-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-10663-if [ -x /usr/bin/what ] ; then
ncftp-3.2.5/configure:10664:	x=`/usr/bin/what "$TAR" 2>&1 | sed -n 's/.*pax.*/pax/g;/pax/p'`
ncftp-3.2.5/configure-10665-elif [ -x /bin/what ] ; then
ncftp-3.2.5/configure:10666:	x=`/bin/what "$TAR" 2>&1 | sed -n 's/.*pax.*/pax/g;/pax/p'`
ncftp-3.2.5/configure-10667-fi
##############################################
ncftp-3.2.5/configure-10671-	#
ncftp-3.2.5/configure:10672:	x=`"$TAR" --help 2>&1 | sed -n 's/.*owner=NAME.*/owner=NAME/g;/owner=NAME/p'`
ncftp-3.2.5/configure-10673-fi
##############################################
ncftp-3.2.5/configure-10702-	#
ncftp-3.2.5/configure:10703:	machine=`${CC-gcc} -dumpmachine 2>/dev/null`
ncftp-3.2.5/configure-10704-	case "$CC" in
ncftp-3.2.5/configure-10705-		*${machine}*)
ncftp-3.2.5/configure:10706:			f=`echo "$CC" | sed 's|/[^/]*$||'`
ncftp-3.2.5/configure-10707-			if [ -x "$f/${machine}-ranlib" ] ; then
##############################################
ncftp-3.2.5/configure-10719-echo "configure:10720: checking for $ac_word" >&5
ncftp-3.2.5/configure:10720:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
ncftp-3.2.5/configure-10721-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-10751-if [ "x$cross_compiling" = "xyes" ] ; then
ncftp-3.2.5/configure:10752:	machine=`${CC-gcc} -dumpmachine 2>/dev/null`
ncftp-3.2.5/configure-10753-	case "$CC" in
ncftp-3.2.5/configure-10754-		*${machine}*)
ncftp-3.2.5/configure:10755:			f=`echo "$CC" | sed 's|/[^/]*$||'`
ncftp-3.2.5/configure-10756-			if [ -x "$f/${machine}-ar" ] ; then
##############################################
ncftp-3.2.5/configure-10781-if test -z "$INSTALL"; then
ncftp-3.2.5/configure:10782:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
ncftp-3.2.5/configure-10783-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-10836-echo "configure:10837: checking for $ac_word" >&5
ncftp-3.2.5/configure:10837:if eval "test \"`echo '$''{'ac_cv_path_wi_PWD'+set}'`\" = set"; then
ncftp-3.2.5/configure-10838-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-10879-echo "configure:10880: checking for ccdv" >&5
ncftp-3.2.5/configure:10880:if eval "test \"`echo '$''{'wi_cv_path_ccdv'+set}'`\" = set"; then
ncftp-3.2.5/configure-10881-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-11303-if test -d "$wi_path" ; then
ncftp-3.2.5/configure:11304:	wi_resolved_path=`cd "$wi_path" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11305-elif test ! -f "$wi_path" ; then
##############################################
ncftp-3.2.5/configure-11338-q'`
ncftp-3.2.5/configure:11339:	wi_resolved_path=`cd "$wi_parent_dir" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11340-	if test "x$wi_resolved_path" != x ; then
##############################################
ncftp-3.2.5/configure-11377-	#
ncftp-3.2.5/configure:11378:	p=`cd / ; cd $prefix 2>/dev/null ; pwd`
ncftp-3.2.5/configure-11379-	if test "x$p" = "x/" ; then
##############################################
ncftp-3.2.5/configure-11389-echo "configure:11390: checking if shell can test for symlinks" >&5
ncftp-3.2.5/configure:11390:if eval "test \"`echo '$''{'wi_cv_shell_test_symlinks'+set}'`\" = set"; then
ncftp-3.2.5/configure-11391-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
ncftp-3.2.5/configure-11427-if test -f "$h_file" && $test_not_L "$h_file" ; then
ncftp-3.2.5/configure:11428:	h_tmp=`echo "$h_file" | sed 's/\.h/.tmp/;'`
ncftp-3.2.5/configure-11429-	longest_int_subst="${LONGEST_INT-long}"
##############################################
ncftp-3.2.5/configure-11456-if test -f "$h_file" && $test_not_L "$h_file" ; then
ncftp-3.2.5/configure:11457:	h_tmp=`echo "$h_file" | sed 's/\.h/.tmp/;'`
ncftp-3.2.5/configure-11458-	if sed 's!\ */\*\ set\ by\ configure\ at\ .*\*/!!' "$h_file" > "$h_tmp" ; then
##############################################
ncftp-3.2.5/configure-11500-if test -f "$h_file" && $test_not_L "$h_file" ; then
ncftp-3.2.5/configure:11501:	h_tmp=`echo "$h_file" | sed 's/\.h/.tmp/;'`
ncftp-3.2.5/configure-11502-
##############################################
ncftp-3.2.5/configure-11548-if test -d "$wi_path" ; then
ncftp-3.2.5/configure:11549:	wi_resolved_path=`cd "$wi_path" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11550-elif test ! -f "$wi_path" ; then
##############################################
ncftp-3.2.5/configure-11583-q'`
ncftp-3.2.5/configure:11584:	wi_resolved_path=`cd "$wi_parent_dir" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11585-	if test "x$wi_resolved_path" != x ; then
##############################################
ncftp-3.2.5/configure-11600-if test -d "$wi_path" ; then
ncftp-3.2.5/configure:11601:	wi_resolved_path=`cd "$wi_path" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11602-elif test ! -f "$wi_path" ; then
##############################################
ncftp-3.2.5/configure-11635-q'`
ncftp-3.2.5/configure:11636:	wi_resolved_path=`cd "$wi_parent_dir" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11637-	if test "x$wi_resolved_path" != x ; then
##############################################
ncftp-3.2.5/configure-11673-if test -d "$wi_path" ; then
ncftp-3.2.5/configure:11674:	wi_resolved_path=`cd "$wi_path" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11675-elif test ! -f "$wi_path" ; then
##############################################
ncftp-3.2.5/configure-11708-q'`
ncftp-3.2.5/configure:11709:	wi_resolved_path=`cd "$wi_parent_dir" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11710-	if test "x$wi_resolved_path" != x ; then
##############################################
ncftp-3.2.5/configure-11746-if test -d "$wi_path" ; then
ncftp-3.2.5/configure:11747:	wi_resolved_path=`cd "$wi_path" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11748-elif test ! -f "$wi_path" ; then
##############################################
ncftp-3.2.5/configure-11781-q'`
ncftp-3.2.5/configure:11782:	wi_resolved_path=`cd "$wi_parent_dir" ; $wi_PWD 2>/dev/null`
ncftp-3.2.5/configure-11783-	if test "x$wi_resolved_path" != x ; then
##############################################
ncftp-3.2.5/configure-11818-
ncftp-3.2.5/configure:11819:LIBS=`echo "$LIBS" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/configure:11820:LDFLAGS=`echo "$LDFLAGS" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/configure:11821:CPPFLAGS=`echo "$CPPFLAGS" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/configure:11822:CFLAGS=`echo "$CFLAGS $wi_CFLAGS_TO_ADD_LATER" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/configure:11823:DEFS=`echo "$DEFS" | sed 's/^ *//;s/ *$//;s/  */ /g'`
ncftp-3.2.5/configure-11824-
##############################################
ncftp-3.2.5/configure-12137-    fi
ncftp-3.2.5/configure:12138:    ac_file=`expr $ac_file + 1`
ncftp-3.2.5/configure-12139-    ac_beg=$ac_end
ncftp-3.2.5/configure:12140:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
ncftp-3.2.5/configure-12141-  fi
##############################################
ncftp-3.2.5/configure-12155-  case "$ac_file" in
ncftp-3.2.5/configure:12156:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
ncftp-3.2.5/configure:12157:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ncftp-3.2.5/configure-12158-  *) ac_file_in="${ac_file}.in" ;;
##############################################
ncftp-3.2.5/configure-12163-  # Remove last slash and all that follows it.  Not all systems have dirname.
ncftp-3.2.5/configure:12164:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
ncftp-3.2.5/configure-12165-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
ncftp-3.2.5/configure-12167-    test ! -d "$ac_dir" && mkdir "$ac_dir"
ncftp-3.2.5/configure:12168:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
ncftp-3.2.5/configure-12169-    # A "../" for each directory in $ac_dir_suffix.
ncftp-3.2.5/configure:12170:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
ncftp-3.2.5/configure-12171-  else
##############################################
ncftp-3.2.5/configure-12177-      if test -z "$ac_dots"; then top_srcdir=.
ncftp-3.2.5/configure:12178:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
ncftp-3.2.5/configure-12179-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
ncftp-3.2.5/configure-12191-  rm -f "$ac_file"
ncftp-3.2.5/configure:12192:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
ncftp-3.2.5/configure-12193-  case "$ac_file" in
##############################################
ncftp-3.2.5/configure-12198-
ncftp-3.2.5/configure:12199:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
ncftp-3.2.5/configure-12200-  sed -e "$ac_comsub
##############################################
ncftp-3.2.5/configure-12237-  case "$ac_file" in
ncftp-3.2.5/configure:12238:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
ncftp-3.2.5/configure:12239:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
ncftp-3.2.5/configure-12240-  *) ac_file_in="${ac_file}.in" ;;
##############################################
ncftp-3.2.5/configure-12245-  rm -f conftest.frag conftest.in conftest.out
ncftp-3.2.5/configure:12246:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
ncftp-3.2.5/configure-12247-  cat $ac_file_inputs > conftest.in
##############################################
ncftp-3.2.5/configure-12305-    # Remove last slash and all that follows it.  Not all systems have dirname.
ncftp-3.2.5/configure:12306:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
ncftp-3.2.5/configure-12307-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
ncftp-3.2.5/libncftp/ftp.c-857-int
ncftp-3.2.5/libncftp/ftp.c:858:FTPFixPrivateAddr(struct sockaddr_in *maybePrivateAddr, struct sockaddr_in *knownNonPrivateAddrToUseIfNeeded)
ncftp-3.2.5/libncftp/ftp.c-859-{
##############################################
ncftp-3.2.5/libncftp/ftp.c-888-void
ncftp-3.2.5/libncftp/ftp.c:889:FTPFixServerDataAddr(const FTPCIPtr cip)
ncftp-3.2.5/libncftp/ftp.c-890-{
##############################################
ncftp-3.2.5/libncftp/ftp.c-895-	memcpy(&oldServDataAddr, &cip->servDataAddr, sizeof(oldServDataAddr));
ncftp-3.2.5/libncftp/ftp.c:896:	if (FTPFixPrivateAddr(&cip->servDataAddr, &cip->servCtlAddr)) {
ncftp-3.2.5/libncftp/ftp.c-897-		AddrToAddrStr(servDataAddrStr, sizeof(servDataAddrStr), &oldServDataAddr, 0, NULL);
##############################################
ncftp-3.2.5/libncftp/ftp.c-906-void
ncftp-3.2.5/libncftp/ftp.c:907:FTPFixClientDataAddr(const FTPCIPtr cip)
ncftp-3.2.5/libncftp/ftp.c-908-{
##############################################
ncftp-3.2.5/libncftp/ftp.c-916-	memcpy(&oldClientDataAddr, &cip->ourDataAddr, sizeof(oldClientDataAddr));
ncftp-3.2.5/libncftp/ftp.c:917:	if (FTPFixPrivateAddr(&cip->ourDataAddr, &cip->clientKnownExternalAddr)) {
ncftp-3.2.5/libncftp/ftp.c-918-		memcpy(&newClientDataAddr, &cip->clientKnownExternalAddr, sizeof(newClientDataAddr));
##############################################
ncftp-3.2.5/libncftp/ftp.c-1055-
ncftp-3.2.5/libncftp/ftp.c:1056:		FTPFixClientDataAddr(cip);
ncftp-3.2.5/libncftp/ftp.c-1057-		if ((result = FTPSendPort(cip, &cip->ourDataAddr)) < 0)
##############################################
ncftp-3.2.5/libncftp/ftp.c-1086-			}
ncftp-3.2.5/libncftp/ftp.c:1087:			FTPFixServerDataAddr(cip);
ncftp-3.2.5/libncftp/ftp.c-1088-
##############################################
ncftp-3.2.5/libncftp/ftp.h-8-/* FTP.c */
ncftp-3.2.5/libncftp/ftp.h:9:void FTPFixServerDataAddr(const FTPCIPtr cip);
ncftp-3.2.5/libncftp/ftp.h:10:void FTPFixClientDataAddr(const FTPCIPtr cip);
ncftp-3.2.5/libncftp/ftp.h-11-int OpenControlConnection(const FTPCIPtr cip, char *host, unsigned int port);
##############################################
ncftp-3.2.5/libncftp/ncftp.h-967-int StrToBoolOrInt(const char *s);
ncftp-3.2.5/libncftp/ncftp.h:968:int FTPFixPrivateAddr(struct sockaddr_in *maybePrivateAddr, struct sockaddr_in *knownNonPrivateAddrToUseIfNeeded);
ncftp-3.2.5/libncftp/ncftp.h-969-#if defined(WIN32) || defined(_WINDOWS) || defined(__CYGWIN__)
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-13-if [ "$shtimer" != "" ] ; then
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh:14:	t0=`"$shtimer" on`
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-15-fi
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-25-pkg="$1"
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh:26:pkgname=`echo "$pkg" | sed 's-^.*/--;'`
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh:27:volname=`echo "$pkg" | sed 's/\.pkg$//;s-^.*/--;'`
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-28-if [ "$#" -gt 1 ] ; then
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-30-else
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh:31:	dmg=`echo "$pkg" | sed 's/\.pkg$/.dmg/;'`
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-32-fi
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-39-
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh:40:pkgsize=`du -sk "$pkg" | cut -f1`
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-41-echo "Package size: $pkgsize"
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh:42:dmgsize=`expr 1024 - '(' $pkgsize '%' 1024 ')' + $pkgsize`
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-43-if [ "$dmgsize" -lt 5120 ] ; then
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-62-
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh:63:vol=`sed -n '/\/Volumes/{s-\ *$--;s-^.*/Volumes/-/Volumes/-;p;q;};' "$tmpfile"`
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh:64:disk=`sed -n '/Apple_HFS/{s-\ .*$--;s-/dev/--;p;q;};' "$tmpfile"`
ncftp-3.2.5/mac/setup/ncftp_dist/pkg_to_dmg.sh-65-rm -f "$tmpfile"
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight-6-#
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight:7:SCRIPT_NAME=`basename "$0"`
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight-8-ID="`/usr/bin/id`"
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight-30-do
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight:31:	i=`expr "$i" + 1`
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight-32-	echo "    $SCRIPT_NAME arg $i: $arg"
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight-41-
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight:42:v=`/usr/bin/ncftp -H 2>&1 | sed -n '/^Version:\ *2\./{s/^Version:\ *\(2\..\..\).*$/\1/;p;q;}'`
ncftp-3.2.5/mac/setup/ncftp_dist/Resources/preflight-43-case "$v" in
##############################################
ncftp-3.2.5/mac/setup/ncftp_dist/run_packagemaker_and_then_make_a_dmg.sh-88-
ncftp-3.2.5/mac/setup/ncftp_dist/run_packagemaker_and_then_make_a_dmg.sh:89:majorv=`echo "$v" | cut -d. -f1`
ncftp-3.2.5/mac/setup/ncftp_dist/run_packagemaker_and_then_make_a_dmg.sh:90:minorv=`echo "$v" | cut -d. -f2- | sed 's/\.//g;'`
ncftp-3.2.5/mac/setup/ncftp_dist/run_packagemaker_and_then_make_a_dmg.sh-91-info_plist="`pwd`/mac/setup/ncftp_dist/Info.plist"
##############################################
ncftp-3.2.5/ncftp/cmds.c-2282-		} else if (shortMode) {
ncftp-3.2.5/ncftp/cmds.c:2283:			MyInetAddr(ipStr, sizeof(ipStr), hp.h_addr_list, 0);
ncftp-3.2.5/ncftp/cmds.c-2284-			Trace(-1, "%-40s %s\n", hp.h_name, ipStr);
##############################################
ncftp-3.2.5/ncftp/cmds.c-2290-			for (j = 0, cpp = hp.h_addr_list; *cpp != NULL; cpp++, ++j) {
ncftp-3.2.5/ncftp/cmds.c:2291:				MyInetAddr(ipStr, sizeof(ipStr), hp.h_addr_list, j);
ncftp-3.2.5/ncftp/cmds.c-2292-				Trace(-1, "    Address:  %s\n", ipStr);	
##############################################
ncftp-3.2.5/ncftp/util.c-188-void
ncftp-3.2.5/ncftp/util.c:189:MyInetAddr(char *dst, size_t siz, void *src, int i)
ncftp-3.2.5/ncftp/util.c-190-{
##############################################
ncftp-3.2.5/ncftp/util.c-672-
ncftp-3.2.5/ncftp/util.c:673:	if (inet_addr(hn) != (unsigned long) 0xFFFFFFFF) {
ncftp-3.2.5/ncftp/util.c-674-		/* Address is an IP address string, which is what we want. */
##############################################
ncftp-3.2.5/ncftp/util.c-703-#else
ncftp-3.2.5/ncftp/util.c:704:	if (inet_addr(hn) != (unsigned long) 0xFFFFFFFF) {
ncftp-3.2.5/ncftp/util.c-705-		/* Address is an IP address string, which is what we want. */
##############################################
ncftp-3.2.5/ncftp/util.h-91-char *GetCWD(char *, size_t);
ncftp-3.2.5/ncftp/util.h:92:void MyInetAddr(char *, size_t, void *, int);
ncftp-3.2.5/ncftp/util.h-93-char *FileToURL(char *url, size_t urlsize, const char *const fn, const char *const rcwd, const char *const startdir, const char *const user, const char *const pass, const char *const hname, const unsigned int port);
##############################################
ncftp-3.2.5/sh/config.guess-40-
ncftp-3.2.5/sh/config.guess:41:me=`echo "$0" | sed -e 's,.*/,,'`
ncftp-3.2.5/sh/config.guess-42-
##############################################
ncftp-3.2.5/sh/config.guess-109-: ${TMPDIR=/tmp} ;
ncftp-3.2.5/sh/config.guess:110: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
ncftp-3.2.5/sh/config.guess-111- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
ncftp-3.2.5/sh/config.guess-195-	    *)
ncftp-3.2.5/sh/config.guess:196:		release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
ncftp-3.2.5/sh/config.guess-197-		;;
##############################################
ncftp-3.2.5/sh/config.guess-222-	*4.0)
ncftp-3.2.5/sh/config.guess:223:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
ncftp-3.2.5/sh/config.guess-224-		;;
ncftp-3.2.5/sh/config.guess-225-	*5.*)
ncftp-3.2.5/sh/config.guess:226:	        UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
ncftp-3.2.5/sh/config.guess-227-		;;
##############################################
ncftp-3.2.5/sh/config.guess-232-	# types through head -n 1, so we only detect the type of CPU 0.
ncftp-3.2.5/sh/config.guess:233:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
ncftp-3.2.5/sh/config.guess-234-	case "$ALPHA_CPU_TYPE" in
##############################################
ncftp-3.2.5/sh/config.guess-270-	# 1.2 uses "1.2" for uname -r.
ncftp-3.2.5/sh/config.guess:271:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
ncftp-3.2.5/sh/config.guess-272-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-327-    sun4H:SunOS:5.*:*)
ncftp-3.2.5/sh/config.guess:328:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ncftp-3.2.5/sh/config.guess-329-	exit ;;
ncftp-3.2.5/sh/config.guess-330-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
ncftp-3.2.5/sh/config.guess:331:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ncftp-3.2.5/sh/config.guess-332-	exit ;;
ncftp-3.2.5/sh/config.guess-333-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
ncftp-3.2.5/sh/config.guess:334:	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ncftp-3.2.5/sh/config.guess-335-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-339-	# it's likely to be more like Solaris than SunOS4.
ncftp-3.2.5/sh/config.guess:340:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ncftp-3.2.5/sh/config.guess-341-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-348-	# Japanese Language versions have a version number like `4.1.3-JL'.
ncftp-3.2.5/sh/config.guess:349:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
ncftp-3.2.5/sh/config.guess-350-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-354-    sun*:*:4.2BSD:*)
ncftp-3.2.5/sh/config.guess:355:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
ncftp-3.2.5/sh/config.guess-356-	test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
##############################################
ncftp-3.2.5/sh/config.guess-436-	$CC_FOR_BUILD -o $dummy $dummy.c &&
ncftp-3.2.5/sh/config.guess:437:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
ncftp-3.2.5/sh/config.guess:438:	  SYSTEM_NAME=`$dummy $dummyarg` &&
ncftp-3.2.5/sh/config.guess-439-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
ncftp-3.2.5/sh/config.guess-492-    *:IRIX*:*:*)
ncftp-3.2.5/sh/config.guess:493:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
ncftp-3.2.5/sh/config.guess-494-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-522-EOF
ncftp-3.2.5/sh/config.guess:523:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
ncftp-3.2.5/sh/config.guess-524-		then
##############################################
ncftp-3.2.5/sh/config.guess-535-    *:AIX:*:[456])
ncftp-3.2.5/sh/config.guess:536:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
ncftp-3.2.5/sh/config.guess-537-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
ncftp-3.2.5/sh/config.guess-570-    9000/[34678]??:HP-UX:*:*)
ncftp-3.2.5/sh/config.guess:571:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ncftp-3.2.5/sh/config.guess-572-	case "${UNAME_MACHINE}" in
##############################################
ncftp-3.2.5/sh/config.guess-624-EOF
ncftp-3.2.5/sh/config.guess:625:		    (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
ncftp-3.2.5/sh/config.guess-626-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
ncftp-3.2.5/sh/config.guess-652-    ia64:HP-UX:*:*)
ncftp-3.2.5/sh/config.guess:653:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
ncftp-3.2.5/sh/config.guess-654-	echo ia64-hp-hpux${HPUX_REV}
##############################################
ncftp-3.2.5/sh/config.guess-682-EOF
ncftp-3.2.5/sh/config.guess:683:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
ncftp-3.2.5/sh/config.guess-684-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
ncftp-3.2.5/sh/config.guess-753-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ncftp-3.2.5/sh/config.guess:754:        FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
ncftp-3.2.5/sh/config.guess-755-        echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ncftp-3.2.5/sh/config.guess-758-        FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
ncftp-3.2.5/sh/config.guess:759:        FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
ncftp-3.2.5/sh/config.guess-760-        echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
ncftp-3.2.5/sh/config.guess-773-	    pc98)
ncftp-3.2.5/sh/config.guess:774:		echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ncftp-3.2.5/sh/config.guess-775-	    amd64)
ncftp-3.2.5/sh/config.guess:776:		echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ncftp-3.2.5/sh/config.guess-777-	    *)
ncftp-3.2.5/sh/config.guess:778:		echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;;
ncftp-3.2.5/sh/config.guess-779-	esac
##############################################
ncftp-3.2.5/sh/config.guess-824-    prep*:SunOS:5.*:*)
ncftp-3.2.5/sh/config.guess:825:	echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
ncftp-3.2.5/sh/config.guess-826-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-828-	# the GNU system
ncftp-3.2.5/sh/config.guess:829:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
ncftp-3.2.5/sh/config.guess-830-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-832-	# other systems with GNU libc and userland
ncftp-3.2.5/sh/config.guess:833:	echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
ncftp-3.2.5/sh/config.guess-834-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-1067-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
ncftp-3.2.5/sh/config.guess:1068:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
ncftp-3.2.5/sh/config.guess-1069-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
ncftp-3.2.5/sh/config.guess-1308-    *:DragonFly:*:*)
ncftp-3.2.5/sh/config.guess:1309:	echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
ncftp-3.2.5/sh/config.guess-1310-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-1321-    i*86:skyos:*:*)
ncftp-3.2.5/sh/config.guess:1322:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//'
ncftp-3.2.5/sh/config.guess-1323-	exit ;;
##############################################
ncftp-3.2.5/sh/config.guess-1446-
ncftp-3.2.5/sh/config.guess:1447:$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` &&
ncftp-3.2.5/sh/config.guess-1448-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
ncftp-3.2.5/sh/config.sub-56-
ncftp-3.2.5/sh/config.sub:57:me=`echo "$0" | sed -e 's,.*/,,'`
ncftp-3.2.5/sh/config.sub-58-
##############################################
ncftp-3.2.5/sh/config.sub-120-# Here we must recognize all the valid KERNEL-OS combinations.
ncftp-3.2.5/sh/config.sub:121:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
ncftp-3.2.5/sh/config.sub-122-case $maybe_os in
##############################################
ncftp-3.2.5/sh/config.sub-126-    os=-$maybe_os
ncftp-3.2.5/sh/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
ncftp-3.2.5/sh/config.sub-128-    ;;
ncftp-3.2.5/sh/config.sub-129-  *)
ncftp-3.2.5/sh/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
ncftp-3.2.5/sh/config.sub-131-    if [ $basic_machine != $1 ]
ncftp-3.2.5/sh/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
ncftp-3.2.5/sh/config.sub-133-    else os=; fi
##############################################
ncftp-3.2.5/sh/config.sub-177-		os=-sco5v6
ncftp-3.2.5/sh/config.sub:178:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-179-		;;
##############################################
ncftp-3.2.5/sh/config.sub-181-		os=-sco3.2v5
ncftp-3.2.5/sh/config.sub:182:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-183-		;;
##############################################
ncftp-3.2.5/sh/config.sub-185-		os=-sco3.2v4
ncftp-3.2.5/sh/config.sub:186:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-187-		;;
ncftp-3.2.5/sh/config.sub-188-	-sco3.2.[4-9]*)
ncftp-3.2.5/sh/config.sub:189:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
ncftp-3.2.5/sh/config.sub:190:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-191-		;;
##############################################
ncftp-3.2.5/sh/config.sub-193-		# Don't forget version if it is 3.2v4 or newer.
ncftp-3.2.5/sh/config.sub:194:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-195-		;;
##############################################
ncftp-3.2.5/sh/config.sub-197-		# Don't forget version if it is 3.2v4 or newer.
ncftp-3.2.5/sh/config.sub:198:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-199-		;;
##############################################
ncftp-3.2.5/sh/config.sub-201-		os=-sco3.2v2
ncftp-3.2.5/sh/config.sub:202:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-203-		;;
ncftp-3.2.5/sh/config.sub-204-	-udk*)
ncftp-3.2.5/sh/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-206-		;;
##############################################
ncftp-3.2.5/sh/config.sub-208-		os=-isc2.2
ncftp-3.2.5/sh/config.sub:209:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-210-		;;
##############################################
ncftp-3.2.5/sh/config.sub-214-	-isc*)
ncftp-3.2.5/sh/config.sub:215:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-216-		;;
##############################################
ncftp-3.2.5/sh/config.sub-220-	-ptx*)
ncftp-3.2.5/sh/config.sub:221:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
ncftp-3.2.5/sh/config.sub-222-		;;
ncftp-3.2.5/sh/config.sub-223-	-windowsnt*)
ncftp-3.2.5/sh/config.sub:224:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
ncftp-3.2.5/sh/config.sub-225-		;;
##############################################
ncftp-3.2.5/sh/config.sub-310-	*-*-*)
ncftp-3.2.5/sh/config.sub:311:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ncftp-3.2.5/sh/config.sub-312-		exit 1
##############################################
ncftp-3.2.5/sh/config.sub-416-	amd64-*)
ncftp-3.2.5/sh/config.sub:417:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-418-		;;
##############################################
ncftp-3.2.5/sh/config.sub-454-	blackfin-*)
ncftp-3.2.5/sh/config.sub:455:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-456-		os=-linux
##############################################
ncftp-3.2.5/sh/config.sub-645-	i*86v32)
ncftp-3.2.5/sh/config.sub:646:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-647-		os=-sysv32
##############################################
ncftp-3.2.5/sh/config.sub-649-	i*86v4*)
ncftp-3.2.5/sh/config.sub:650:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-651-		os=-sysv4
##############################################
ncftp-3.2.5/sh/config.sub-653-	i*86v)
ncftp-3.2.5/sh/config.sub:654:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-655-		os=-sysv
##############################################
ncftp-3.2.5/sh/config.sub-657-	i*86sol2)
ncftp-3.2.5/sh/config.sub:658:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
ncftp-3.2.5/sh/config.sub-659-		os=-solaris2
##############################################
ncftp-3.2.5/sh/config.sub-687-	m68knommu-*)
ncftp-3.2.5/sh/config.sub:688:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-689-		os=-linux
##############################################
ncftp-3.2.5/sh/config.sub-717-	mips3*-*)
ncftp-3.2.5/sh/config.sub:718:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
ncftp-3.2.5/sh/config.sub-719-		;;
ncftp-3.2.5/sh/config.sub-720-	mips3*)
ncftp-3.2.5/sh/config.sub:721:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
ncftp-3.2.5/sh/config.sub-722-		;;
##############################################
ncftp-3.2.5/sh/config.sub-735-	ms1-*)
ncftp-3.2.5/sh/config.sub:736:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
ncftp-3.2.5/sh/config.sub-737-		;;
##############################################
ncftp-3.2.5/sh/config.sub-840-	parisc-*)
ncftp-3.2.5/sh/config.sub:841:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-842-		os=-linux
##############################################
ncftp-3.2.5/sh/config.sub-856-	pc98-*)
ncftp-3.2.5/sh/config.sub:857:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-858-		;;
##############################################
ncftp-3.2.5/sh/config.sub-871-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
ncftp-3.2.5/sh/config.sub:872:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-873-		;;
ncftp-3.2.5/sh/config.sub-874-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
ncftp-3.2.5/sh/config.sub:875:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-876-		;;
ncftp-3.2.5/sh/config.sub-877-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
ncftp-3.2.5/sh/config.sub:878:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-879-		;;
ncftp-3.2.5/sh/config.sub-880-	pentium4-*)
ncftp-3.2.5/sh/config.sub:881:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-882-		;;
##############################################
ncftp-3.2.5/sh/config.sub-889-		;;
ncftp-3.2.5/sh/config.sub:890:	ppc-*)	basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-891-		;;
##############################################
ncftp-3.2.5/sh/config.sub-895-	ppcle-* | powerpclittle-*)
ncftp-3.2.5/sh/config.sub:896:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-897-		;;
##############################################
ncftp-3.2.5/sh/config.sub-899-		;;
ncftp-3.2.5/sh/config.sub:900:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-901-		;;
##############################################
ncftp-3.2.5/sh/config.sub-905-	ppc64le-* | powerpc64little-*)
ncftp-3.2.5/sh/config.sub:906:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
ncftp-3.2.5/sh/config.sub-907-		;;
##############################################
ncftp-3.2.5/sh/config.sub-1193-	*)
ncftp-3.2.5/sh/config.sub:1194:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
ncftp-3.2.5/sh/config.sub-1195-		exit 1
##############################################
ncftp-3.2.5/sh/config.sub-1201-	*-digital*)
ncftp-3.2.5/sh/config.sub:1202:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
ncftp-3.2.5/sh/config.sub-1203-		;;
ncftp-3.2.5/sh/config.sub-1204-	*-commodore*)
ncftp-3.2.5/sh/config.sub:1205:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
ncftp-3.2.5/sh/config.sub-1206-		;;
##############################################
ncftp-3.2.5/sh/config.sub-1219-	-solaris1 | -solaris1.*)
ncftp-3.2.5/sh/config.sub:1220:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
ncftp-3.2.5/sh/config.sub-1221-		;;
##############################################
ncftp-3.2.5/sh/config.sub-1231-	-gnu/linux*)
ncftp-3.2.5/sh/config.sub:1232:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
ncftp-3.2.5/sh/config.sub-1233-		;;
##############################################
ncftp-3.2.5/sh/config.sub-1275-	-nto*)
ncftp-3.2.5/sh/config.sub:1276:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
ncftp-3.2.5/sh/config.sub-1277-		;;
##############################################
ncftp-3.2.5/sh/config.sub-1282-	-mac*)
ncftp-3.2.5/sh/config.sub:1283:		os=`echo $os | sed -e 's|mac|macos|'`
ncftp-3.2.5/sh/config.sub-1284-		;;
##############################################
ncftp-3.2.5/sh/config.sub-1288-	-linux*)
ncftp-3.2.5/sh/config.sub:1289:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
ncftp-3.2.5/sh/config.sub-1290-		;;
ncftp-3.2.5/sh/config.sub-1291-	-sunos5*)
ncftp-3.2.5/sh/config.sub:1292:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
ncftp-3.2.5/sh/config.sub-1293-		;;
ncftp-3.2.5/sh/config.sub-1294-	-sunos6*)
ncftp-3.2.5/sh/config.sub:1295:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
ncftp-3.2.5/sh/config.sub-1296-		;;
##############################################
ncftp-3.2.5/sh/config.sub-1343-	-sinix5.*)
ncftp-3.2.5/sh/config.sub:1344:		os=`echo $os | sed -e 's|sinix|sysv|'`
ncftp-3.2.5/sh/config.sub-1345-		;;
##############################################
ncftp-3.2.5/sh/config.sub-1394-		# Get rid of the `-' at the beginning of $os.
ncftp-3.2.5/sh/config.sub:1395:		os=`echo $os | sed 's/[^-]*-//'`
ncftp-3.2.5/sh/config.sub:1396:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
ncftp-3.2.5/sh/config.sub-1397-		exit 1
##############################################
ncftp-3.2.5/sh/config.sub-1645-		esac
ncftp-3.2.5/sh/config.sub:1646:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
ncftp-3.2.5/sh/config.sub-1647-		;;
##############################################
ncftp-3.2.5/sh/install-sh-73-
ncftp-3.2.5/sh/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
ncftp-3.2.5/sh/install-sh-75-	    shift
##############################################
ncftp-3.2.5/sh/install-sh-77-
ncftp-3.2.5/sh/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
ncftp-3.2.5/sh/install-sh-79-	    shift
##############################################
ncftp-3.2.5/sh/install-sh-138-	then
ncftp-3.2.5/sh/install-sh:139:		dst="$dst"/`basename $src`
ncftp-3.2.5/sh/install-sh-140-	else
##############################################
ncftp-3.2.5/sh/install-sh-145-## this sed command emulates the dirname command
ncftp-3.2.5/sh/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
ncftp-3.2.5/sh/install-sh-147-
##############################################
ncftp-3.2.5/sh/install-sh-159-IFS='%'
ncftp-3.2.5/sh/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
ncftp-3.2.5/sh/install-sh-161-IFS="${oIFS}"
##############################################
ncftp-3.2.5/sh/install-sh-193-	then
ncftp-3.2.5/sh/install-sh:194:		dstfile=`basename $dst`
ncftp-3.2.5/sh/install-sh-195-	else
##############################################
ncftp-3.2.5/sh/install-sh-203-	then
ncftp-3.2.5/sh/install-sh:204:		dstfile=`basename $dst`
ncftp-3.2.5/sh/install-sh-205-	else
##############################################
ncftp-3.2.5/sh/mksrctar.sh-37-fi
ncftp-3.2.5/sh/mksrctar.sh:38:SBGZFILE=`echo "$STGZFILE" | sed 's/\.tar\.gz/.tar.bz2/g'`
ncftp-3.2.5/sh/mksrctar.sh:39:ZIPFILE=`echo "$STGZFILE" | sed 's/\.tar\.gz/.zip/g'`
ncftp-3.2.5/sh/mksrctar.sh-40-rm -rf $TMPDIR/TAR
##############################################
ncftp-3.2.5/sh/ncftpput_schedule.sh-14-do
ncftp-3.2.5/sh/ncftpput_schedule.sh:15:	progIsOptional="`echo "$prog" | cut -d, -f2`"
ncftp-3.2.5/sh/ncftpput_schedule.sh:16:	prog="`echo "$prog" | cut -d, -f1`"
ncftp-3.2.5/sh/ncftpput_schedule.sh-17-	pathprog=""
##############################################
ncftp-3.2.5/sh/ncftpput_schedule.sh-75-
ncftp-3.2.5/sh/ncftpput_schedule.sh:76:nlines=`wc -l < "$tmpfile"`
ncftp-3.2.5/sh/ncftpput_schedule.sh-77-i=1
##############################################
ncftp-3.2.5/sh/ncftpput_schedule.sh-79-	# Field 1 in the CSV is the pathname to the local file.
ncftp-3.2.5/sh/ncftpput_schedule.sh:80:	LOCAL_FILE=`sed -n "${i},${i}p" < "$tmpfile" | cut -d"|" -f1`
ncftp-3.2.5/sh/ncftpput_schedule.sh-81-
ncftp-3.2.5/sh/ncftpput_schedule.sh-82-	# Field 2 and 3 are the date and time to start the transfer, in UTC (GMT).
ncftp-3.2.5/sh/ncftpput_schedule.sh:83:	YYYYMMDD=`sed -n "${i},${i}p" < "$tmpfile" | cut -d"|" -f2 | sed 's/[^0-9]//g;'`
ncftp-3.2.5/sh/ncftpput_schedule.sh:84:	HHMMSS=`sed -n "${i},${i}p" < "$tmpfile" | cut -d"|" -f3 | sed 's/[^0-9]//g;'`
ncftp-3.2.5/sh/ncftpput_schedule.sh-85-
ncftp-3.2.5/sh/ncftpput_schedule.sh:86:	i=`expr "$i" + 1`
ncftp-3.2.5/sh/ncftpput_schedule.sh-87-
##############################################
ncftp-3.2.5/sh/ncftpput_schedule.sh-119-			if [ ! -f "$spoolfile" ] ; then continue ; fi
ncftp-3.2.5/sh/ncftpput_schedule.sh:120:			suffix=`echo "$spoolfile" | cut -d- -f4-`
ncftp-3.2.5/sh/ncftpput_schedule.sh-121-			newtimestamp="p-${YYYYMMDD}-${HHMMSS}-${suffix}"
##############################################
ncftp-3.2.5/sh/ncftpput_schedule.sh-124-			/bin/rm "$spoolfile" 
ncftp-3.2.5/sh/ncftpput_schedule.sh:125:			nfixed=`expr "$nfixed" + 1`
ncftp-3.2.5/sh/ncftpput_schedule.sh-126-		done
##############################################
ncftp-3.2.5/sh/autoconfall.sh-17-	if [ -f "$a/$f" ] || [ "$abs" = yes ] ; then
ncftp-3.2.5/sh/autoconfall.sh:18:		dir=`dirname "$f"`
ncftp-3.2.5/sh/autoconfall.sh-19-		first=no
##############################################
ncftp-3.2.5/sh_util/ncftpbatch.c-1205-		if (gSourceAddrStr[0] != '\0')
ncftp-3.2.5/sh_util/ncftpbatch.c:1206:			(void) AddrStrToAddr(gSourceAddrStr, &gConn.preferredLocalAddr, 21);
ncftp-3.2.5/sh_util/ncftpbatch.c-1207-		
##############################################
ncftp-3.2.5/sh_util/ncftpget.c-364-		case 'I':
ncftp-3.2.5/sh_util/ncftpget.c:365:			if (AddrStrToAddr(opt.arg, &fi.preferredLocalAddr, 21) < 0) {
ncftp-3.2.5/sh_util/ncftpget.c-366-				fprintf(stderr, "Bad IP address (\"%s\") used with -I.\n", opt.arg);
##############################################
ncftp-3.2.5/sh_util/ncftpls.c-479-		case 'I':
ncftp-3.2.5/sh_util/ncftpls.c:480:			if (AddrStrToAddr(opt.arg, &fi.preferredLocalAddr, 21) < 0) {
ncftp-3.2.5/sh_util/ncftpls.c-481-				fprintf(stderr, "Bad IP address (\"%s\") used with -I.\n", opt.arg);
##############################################
ncftp-3.2.5/sh_util/ncftpput.c-381-		case 'I':
ncftp-3.2.5/sh_util/ncftpput.c:382:			if (AddrStrToAddr(opt.arg, &fi.preferredLocalAddr, 21) < 0) {
ncftp-3.2.5/sh_util/ncftpput.c-383-				fprintf(stderr, "Bad IP address (\"%s\") used with -I.\n", opt.arg);
##############################################
ncftp-3.2.5/sio/DNSUtil.c-138-int
ncftp-3.2.5/sio/DNSUtil.c:139:GetHostByAddr(struct hostent *const hp, void *addr, int asize, int atype, char *const hpbuf, size_t hpbufsize)
ncftp-3.2.5/sio/DNSUtil.c-140-{
##############################################
ncftp-3.2.5/sio/DNSUtil.c-197-	struct hostent *h;
ncftp-3.2.5/sio/DNSUtil.c:198:	h = gethostbyaddr((gethost_addrptr_t) addr, asize, atype);
ncftp-3.2.5/sio/DNSUtil.c-199-	if (h != NULL) {
##############################################
ncftp-3.2.5/sio/DNSUtil.c-228-	 */
ncftp-3.2.5/sio/DNSUtil.c:229:	ip.s_addr = inet_addr(host);
ncftp-3.2.5/sio/DNSUtil.c-230-	if (ip.s_addr != INADDR_NONE) {
ncftp-3.2.5/sio/DNSUtil.c:231:		rc = GetHostByAddr(hp, (char *) &ip, (int) sizeof(ip), AF_INET, hpbuf, hpbufsize);
ncftp-3.2.5/sio/DNSUtil.c-232-		if (rc == 0) {
##############################################
ncftp-3.2.5/sio/DNSUtil.c-487-		if (ip.s_addr != INADDR_NONE) {
ncftp-3.2.5/sio/DNSUtil.c:488:			if (GetHostByAddr(&hp, (char *) &ip, (int) sizeof(ip), AF_INET, hpbuf, sizeof(hpbuf)) == 0) {
ncftp-3.2.5/sio/DNSUtil.c-489-				/* Maybe the host entry has the full name. */
##############################################
ncftp-3.2.5/sio/SConnectByName.c-16-
ncftp-3.2.5/sio/SConnectByName.c:17:	if ((result = AddrStrToAddr(addrStr, &remoteAddr, -1)) == 0) {
ncftp-3.2.5/sio/SConnectByName.c-18-		result = SConnect(sfd, &remoteAddr, tlen);
##############################################
ncftp-3.2.5/sio/sio.h-185-int GetHostByName(struct hostent *const hp, const char *const name, char *const hpbuf, size_t hpbufsize);
ncftp-3.2.5/sio/sio.h:186:int GetHostByAddr(struct hostent *const hp, void *addr, int asize, int atype, char *const hpbuf, size_t hpbufsize);
ncftp-3.2.5/sio/sio.h-187-int GetHostEntry(struct hostent *const hp, const char *const host, struct in_addr *const ip_address, char *const hpbuf, size_t hpbufsize);
##############################################
ncftp-3.2.5/sio/sio.h-282-void InetNtoA(char *dst, struct in_addr *ia, size_t siz);
ncftp-3.2.5/sio/sio.h:283:int AddrStrToAddr(const char *const, struct sockaddr_in *const, const int);
ncftp-3.2.5/sio/sio.h-284-char *AddrToAddrStr(char *const dst, size_t dsize, struct sockaddr_in * const saddrp, int dns, const char *fmt);
##############################################
ncftp-3.2.5/sio/SSendtoByName.c-21-
ncftp-3.2.5/sio/SSendtoByName.c:22:	if ((result = AddrStrToAddr(toAddrStr, &toAddr, -1)) < 0) {
ncftp-3.2.5/sio/SSendtoByName.c-23-		return (result);
##############################################
ncftp-3.2.5/sio/SSendtoByName.c-92-
ncftp-3.2.5/sio/SSendtoByName.c:93:	if ((result = AddrStrToAddr(toAddrStr, &toAddr, -1)) < 0) {
ncftp-3.2.5/sio/SSendtoByName.c-94-		return (result);
##############################################
ncftp-3.2.5/sio/StrAddr.c-205-int
ncftp-3.2.5/sio/StrAddr.c:206:AddrStrToAddr(const char * const s, struct sockaddr_in * const sa, const int defaultport)
ncftp-3.2.5/sio/StrAddr.c-207-{
##############################################
ncftp-3.2.5/sio/StrAddr.c-265-
ncftp-3.2.5/sio/StrAddr.c:266:	ipnum = inet_addr(hostcp);
ncftp-3.2.5/sio/StrAddr.c-267-	if (ipnum != INADDR_NONE) {
##############################################
ncftp-3.2.5/sio/StrAddr.c-317-		val_status_t val_status;
ncftp-3.2.5/sio/StrAddr.c:318:		hp = val_gethostbyaddr(NULL, (const char*)&saddrp->sin_addr, sizeof(struct in_addr), AF_INET, &val_status);
ncftp-3.2.5/sio/StrAddr.c-319-		if ((hp != NULL) && (!val_istrusted(val_status)))
##############################################
ncftp-3.2.5/sio/StrAddr.c-321-#else
ncftp-3.2.5/sio/StrAddr.c:322:		hp = gethostbyaddr((gethost_addrptr_t) &saddrp->sin_addr, sizeof(struct in_addr), AF_INET);
ncftp-3.2.5/sio/StrAddr.c-323-#endif
##############################################
ncftp-3.2.5/sio/StrAddr.c-399-
ncftp-3.2.5/sio/StrAddr.c:400:	rc = AddrStrToAddr(src, &sa, (defaultport <= 0) ? 21 : defaultport);
ncftp-3.2.5/sio/StrAddr.c-401-	if (rc < 0)
##############################################
ncftp-3.2.5/.pc/autoreconf.patch/sh/autoconfall.sh-26-	if [ -f "$a/$f" ] || [ "$abs" = yes ] ; then
ncftp-3.2.5/.pc/autoreconf.patch/sh/autoconfall.sh:27:		dir=`dirname "$f"`
ncftp-3.2.5/.pc/autoreconf.patch/sh/autoconfall.sh-28-		first=no