===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
uucp-1.07/ChangeLog-1091-	(CPPFLAGS): New variable, set to @CPPFLAGS@.
uucp-1.07/ChangeLog:1092:	(MORECFLAGS): Put `-I.' before `-I$(srcdir)' and `-I..' before
uucp-1.07/ChangeLog-1093-	`-I$(srcdir)/..'.
##############################################
uucp-1.07/Makefile.in-326-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
uucp-1.07/Makefile.in:327:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
uucp-1.07/Makefile.in-328-	  if test -f $$p \
uucp-1.07/Makefile.in-329-	  ; then \
uucp-1.07/Makefile.in:330:	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
uucp-1.07/Makefile.in-331-	   echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/$$f"; \
##############################################
uucp-1.07/Makefile.in-338-	@list='$(bin_PROGRAMS)'; for p in $$list; do \
uucp-1.07/Makefile.in:339:	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
uucp-1.07/Makefile.in-340-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
uucp-1.07/Makefile.in-352-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
uucp-1.07/Makefile.in:353:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
uucp-1.07/Makefile.in-354-	  if test -f $$p \
uucp-1.07/Makefile.in-355-	  ; then \
uucp-1.07/Makefile.in:356:	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
uucp-1.07/Makefile.in-357-	   echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(sbindir)/$$f"; \
##############################################
uucp-1.07/Makefile.in-364-	@list='$(sbin_PROGRAMS)'; for p in $$list; do \
uucp-1.07/Makefile.in:365:	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
uucp-1.07/Makefile.in-366-	  echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
##############################################
uucp-1.07/Makefile.in-375-	@list='$(uudir_PROGRAMS)'; for p in $$list; do \
uucp-1.07/Makefile.in:376:	  p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
uucp-1.07/Makefile.in-377-	  if test -f $$p \
uucp-1.07/Makefile.in-378-	  ; then \
uucp-1.07/Makefile.in:379:	    f=`echo $$p1|sed '$(transform);s/$$/$(EXEEXT)/'`; \
uucp-1.07/Makefile.in-380-	   echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$p $(DESTDIR)$(uudirdir)/$$f"; \
##############################################
uucp-1.07/Makefile.in-387-	@list='$(uudir_PROGRAMS)'; for p in $$list; do \
uucp-1.07/Makefile.in:388:	  f=`echo $$p|sed 's/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
uucp-1.07/Makefile.in-389-	  echo " rm -f $(DESTDIR)$(uudirdir)/$$f"; \
##############################################
uucp-1.07/Makefile.in-438-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
uucp-1.07/Makefile.in:439:	  f="`echo $$p|sed '$(transform)'`"; \
uucp-1.07/Makefile.in-440-	  if test -f $$p; then \
##############################################
uucp-1.07/Makefile.in-451-	@list='$(bin_SCRIPTS)'; for p in $$list; do \
uucp-1.07/Makefile.in:452:	  f="`echo $$p|sed '$(transform)'`"; \
uucp-1.07/Makefile.in-453-	  echo " rm -f $(DESTDIR)$(bindir)/$$f"; \
##############################################
uucp-1.07/Makefile.in-459-	@list='$(sbin_SCRIPTS)'; for p in $$list; do \
uucp-1.07/Makefile.in:460:	  f="`echo $$p|sed '$(transform)'`"; \
uucp-1.07/Makefile.in-461-	  if test -f $$p; then \
##############################################
uucp-1.07/Makefile.in-472-	@list='$(sbin_SCRIPTS)'; for p in $$list; do \
uucp-1.07/Makefile.in:473:	  f="`echo $$p|sed '$(transform)'`"; \
uucp-1.07/Makefile.in-474-	  echo " rm -f $(DESTDIR)$(sbindir)/$$f"; \
##############################################
uucp-1.07/Makefile.in-523-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/Makefile.in:524:	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
uucp-1.07/Makefile.in-525-
##############################################
uucp-1.07/Makefile.in-529-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/Makefile.in:530:	$(COMPILE) -c `cygpath -w $<`
uucp-1.07/Makefile.in-531-
##############################################
uucp-1.07/Makefile.in-535-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/Makefile.in:536:	$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(uuconv_CFLAGS) $(CFLAGS) -c -o uuconv-uuconv.o `test -f uuconv.c || echo '$(srcdir)/'`uuconv.c
uucp-1.07/Makefile.in-537-
##############################################
uucp-1.07/Makefile.in-551-	  && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
uucp-1.07/Makefile.in:552:	       `echo $< | sed 's,.*/,,'`
uucp-1.07/Makefile.in-553-
##############################################
uucp-1.07/Makefile.in-562-	  && $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) \
uucp-1.07/Makefile.in:563:	       `echo $< | sed 's,.*/,,'`
uucp-1.07/Makefile.in-564-
##############################################
uucp-1.07/Makefile.in-593-	  d=$(srcdir); \
uucp-1.07/Makefile.in:594:	  for file in `CDPATH=: && cd $$d && eval echo $$base*`; do \
uucp-1.07/Makefile.in-595-	    test -f $(distdir)/$$file \
##############################################
uucp-1.07/Makefile.in-607-	  rm -f $$i; \
uucp-1.07/Makefile.in:608:	  if test "`echo $$i-[0-9]*`" != "$$i-[0-9]*"; then \
uucp-1.07/Makefile.in-609-	    rm -f $$i-[0-9]*; \
##############################################
uucp-1.07/Makefile.in-626-	  else file=$$i; fi; \
uucp-1.07/Makefile.in:627:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
uucp-1.07/Makefile.in:628:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
uucp-1.07/Makefile.in:629:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
uucp-1.07/Makefile.in:630:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
uucp-1.07/Makefile.in-631-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
uucp-1.07/Makefile.in-643-	for i in $$list; do \
uucp-1.07/Makefile.in:644:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
uucp-1.07/Makefile.in:645:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
uucp-1.07/Makefile.in:646:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
uucp-1.07/Makefile.in:647:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
uucp-1.07/Makefile.in-648-	  echo " rm -f $(DESTDIR)$(man1dir)/$$inst"; \
##############################################
uucp-1.07/Makefile.in-665-	  else file=$$i; fi; \
uucp-1.07/Makefile.in:666:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
uucp-1.07/Makefile.in:667:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
uucp-1.07/Makefile.in:668:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
uucp-1.07/Makefile.in:669:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
uucp-1.07/Makefile.in-670-	  echo " $(INSTALL_DATA) $$file $(DESTDIR)$(man8dir)/$$inst"; \
##############################################
uucp-1.07/Makefile.in-682-	for i in $$list; do \
uucp-1.07/Makefile.in:683:	  ext=`echo $$i | sed -e 's/^.*\\.//'`; \
uucp-1.07/Makefile.in:684:	  inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
uucp-1.07/Makefile.in:685:	  inst=`echo $$inst | sed -e 's/^.*\///'`; \
uucp-1.07/Makefile.in:686:	  inst=`echo $$inst | sed '$(transform)'`.$$ext; \
uucp-1.07/Makefile.in-687-	  echo " rm -f $(DESTDIR)$(man8dir)/$$inst"; \
##############################################
uucp-1.07/Makefile.in-699-	dot_seen=no; \
uucp-1.07/Makefile.in:700:	target=`echo $@ | sed s/-recursive//`; \
uucp-1.07/Makefile.in-701-	list='$(SUBDIRS)'; for subdir in $$list; do \
##############################################
uucp-1.07/Makefile.in-729-	rev="$$rev ."; \
uucp-1.07/Makefile.in:730:	target=`echo $@ | sed s/-recursive//`; \
uucp-1.07/Makefile.in-731-	for subdir in $$rev; do \
##############################################
uucp-1.07/Makefile.in-775-GTAGS:
uucp-1.07/Makefile.in:776:	here=`CDPATH=: && cd $(top_builddir) && pwd` \
uucp-1.07/Makefile.in-777-	  && cd $(top_srcdir) \
##############################################
uucp-1.07/Makefile.in-795-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
uucp-1.07/Makefile.in:796:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
uucp-1.07/Makefile.in-797-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
uucp-1.07/Makefile.in-843-	chmod a-w $(distdir)
uucp-1.07/Makefile.in:844:	dc_install_base=`CDPATH=: && cd $(distdir)/=inst && pwd` \
uucp-1.07/Makefile.in-845-	  && cd $(distdir)/=build \
##############################################
uucp-1.07/Makefile.in-852-	  && $(MAKE) $(AM_MAKEFLAGS) uninstall \
uucp-1.07/Makefile.in:853:	  && (test `find $$dc_install_base -type f -print | wc -l` -le 1 \
uucp-1.07/Makefile.in-854-	     || (echo "Error: files left after uninstall" 1>&2; \
##############################################
uucp-1.07/Makefile.in-931-	  d=$(srcdir); \
uucp-1.07/Makefile.in:932:	  for ifile in `CDPATH=: && cd $$d && echo $$file $$file-[0-9] $$file-[0-9][0-9]`; do \
uucp-1.07/Makefile.in-933-	    if test -f $$d/$$ifile; then \
##############################################
uucp-1.07/aclocal.m4-48-# test to see if srcdir already configured
uucp-1.07/aclocal.m4:49:if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
uucp-1.07/aclocal.m4-50-   test -f $srcdir/config.status; then
##############################################
uucp-1.07/aclocal.m4-122-if (
uucp-1.07/aclocal.m4:123:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
uucp-1.07/aclocal.m4-124-   if test "$[*]" = "X"; then
uucp-1.07/aclocal.m4-125-      # -L didn't work.
uucp-1.07/aclocal.m4:126:      set X `ls -t $srcdir/configure conftest.file`
uucp-1.07/aclocal.m4-127-   fi
##############################################
uucp-1.07/aclocal.m4-182-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
uucp-1.07/aclocal.m4:183:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
uucp-1.07/aclocal.m4-184-#
##############################################
uucp-1.07/aclocal.m4-206-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
uucp-1.07/aclocal.m4:207:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
uucp-1.07/aclocal.m4-208-# and then we would define $MISSING as
##############################################
uucp-1.07/aclocal.m4-220-# expand $ac_aux_dir to an absolute path
uucp-1.07/aclocal.m4:221:am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
uucp-1.07/aclocal.m4-222-])
##############################################
uucp-1.07/aclocal.m4-293-  if test "$am_compiler_list" = ""; then
uucp-1.07/aclocal.m4:294:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
uucp-1.07/aclocal.m4-295-  fi
##############################################
uucp-1.07/aclocal.m4-389-  Makefile) dirpart=.;;
uucp-1.07/aclocal.m4:390:  */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
uucp-1.07/aclocal.m4-391-  *) continue;;
##############################################
uucp-1.07/aclocal.m4-395-  # running `make'.
uucp-1.07/aclocal.m4:396:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
uucp-1.07/aclocal.m4-397-  test -z "$DEPDIR" && continue
uucp-1.07/aclocal.m4-398-  # When using ansi2knr, U may be empty or an underscore; expand it
uucp-1.07/aclocal.m4:399:  U=`sed -n -e '/^U = / s///p' < "$mf"`
uucp-1.07/aclocal.m4-400-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
uucp-1.07/aclocal.m4-416-    test -f "$dirpart/$file" && continue
uucp-1.07/aclocal.m4:417:    fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
uucp-1.07/aclocal.m4-418-    $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
##############################################
uucp-1.07/aclocal.m4-446-# case it prints its new name instead of `make'.
uucp-1.07/aclocal.m4:447:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
uucp-1.07/aclocal.m4-448-   am__include=include
##############################################
uucp-1.07/aclocal.m4-454-   echo '.include "confinc"' > confmf
uucp-1.07/aclocal.m4:455:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
uucp-1.07/aclocal.m4-456-      am__include=.include
##############################################
uucp-1.07/aclocal.m4-530-  *" \$am_file "*)
uucp-1.07/aclocal.m4:531:    am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\`
uucp-1.07/aclocal.m4-532-    if test -n "\$am_dir"; then
uucp-1.07/aclocal.m4:533:      am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\`
uucp-1.07/aclocal.m4:534:      for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do
uucp-1.07/aclocal.m4-535-        am_tmpdir=\$am_tmpdir\$am_subdir/
##############################################
uucp-1.07/aclocal.m4-543-  esac
uucp-1.07/aclocal.m4:544:  am_indx=\`expr \$am_indx + 1\`
uucp-1.07/aclocal.m4-545-done])
##############################################
uucp-1.07/compile-73-# Name of file we expect compiler to create.
uucp-1.07/compile:74:cofile=`echo $cfile | sed -e 's|^.*/||' -e 's/\.c$/.o/'`
uucp-1.07/compile-75-
##############################################
uucp-1.07/compile-79-# object file name, since that is what matters with a parallel build.
uucp-1.07/compile:80:lockdir=`echo $cofile | sed -e 's|[/.-]|_|g'`.d
uucp-1.07/compile-81-while true; do
##############################################
uucp-1.07/configure-74-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
uucp-1.07/configure:75:# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
uucp-1.07/configure-76-#
##############################################
uucp-1.07/configure-98-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
uucp-1.07/configure:99:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
uucp-1.07/configure-100-# and then we would define $MISSING as
##############################################
uucp-1.07/configure-292-  case "$ac_option" in
uucp-1.07/configure:293:  -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
uucp-1.07/configure-294-  *) ac_optarg= ;;
##############################################
uucp-1.07/configure-324-  -disable-* | --disable-*)
uucp-1.07/configure:325:    ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
uucp-1.07/configure-326-    # Reject names that are not valid shell variable names.
uucp-1.07/configure:327:    if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
uucp-1.07/configure-328-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
uucp-1.07/configure-329-    fi
uucp-1.07/configure:330:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
uucp-1.07/configure-331-    eval "enable_${ac_feature}=no" ;;
##############################################
uucp-1.07/configure-333-  -enable-* | --enable-*)
uucp-1.07/configure:334:    ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
uucp-1.07/configure-335-    # Reject names that are not valid shell variable names.
uucp-1.07/configure:336:    if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
uucp-1.07/configure-337-      { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
uucp-1.07/configure-338-    fi
uucp-1.07/configure:339:    ac_feature=`echo $ac_feature| sed 's/-/_/g'`
uucp-1.07/configure-340-    case "$ac_option" in
##############################################
uucp-1.07/configure-564-  -with-* | --with-*)
uucp-1.07/configure:565:    ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
uucp-1.07/configure-566-    # Reject names that are not valid shell variable names.
uucp-1.07/configure:567:    if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
uucp-1.07/configure-568-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
uucp-1.07/configure-569-    fi
uucp-1.07/configure:570:    ac_package=`echo $ac_package| sed 's/-/_/g'`
uucp-1.07/configure-571-    case "$ac_option" in
##############################################
uucp-1.07/configure-577-  -without-* | --without-*)
uucp-1.07/configure:578:    ac_package=`echo $ac_option|sed -e 's/-*without-//'`
uucp-1.07/configure-579-    # Reject names that are not valid shell variable names.
uucp-1.07/configure:580:    if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
uucp-1.07/configure-581-      { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
uucp-1.07/configure-582-    fi
uucp-1.07/configure:583:    ac_package=`echo $ac_package| sed 's/-/_/g'`
uucp-1.07/configure-584-    eval "with_${ac_package}=no" ;;
##############################################
uucp-1.07/configure-607-  *)
uucp-1.07/configure:608:    if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
uucp-1.07/configure-609-      echo "configure: warning: $ac_option: invalid host type" 1>&2
##############################################
uucp-1.07/configure-620-if test -n "$ac_prev"; then
uucp-1.07/configure:621:  { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
uucp-1.07/configure-622-fi
##############################################
uucp-1.07/configure-685-  ac_prog=$0
uucp-1.07/configure:686:  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
uucp-1.07/configure-687-  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
##############################################
uucp-1.07/configure-701-fi
uucp-1.07/configure:702:srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
uucp-1.07/configure-703-
##############################################
uucp-1.07/configure-769-# expand $ac_aux_dir to an absolute path
uucp-1.07/configure:770:am_aux_dir=`CDPATH=:; cd $ac_aux_dir && pwd`
uucp-1.07/configure-771-
##############################################
uucp-1.07/configure-785-if test -z "$INSTALL"; then
uucp-1.07/configure:786:if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then
uucp-1.07/configure-787-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-846-if (
uucp-1.07/configure:847:   set X `ls -Lt $srcdir/configure conftest.file 2> /dev/null`
uucp-1.07/configure-848-   if test "$*" = "X"; then
uucp-1.07/configure-849-      # -L didn't work.
uucp-1.07/configure:850:      set X `ls -t $srcdir/configure conftest.file`
uucp-1.07/configure-851-   fi
##############################################
uucp-1.07/configure-880-EOF_SED
uucp-1.07/configure:881:  program_transform_name="`echo $program_transform_name|sed -f conftestsed`"
uucp-1.07/configure-882-  rm -f conftestsed
##############################################
uucp-1.07/configure-908-echo "configure:909: checking for $ac_word" >&5
uucp-1.07/configure:909:if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
uucp-1.07/configure-910-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-938-echo "configure:939: checking whether ${MAKE-make} sets \${MAKE}" >&5
uucp-1.07/configure:939:set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
uucp-1.07/configure:940:if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
uucp-1.07/configure-941-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-947-# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
uucp-1.07/configure:948:eval `${MAKE-make} -f conftestmake 2>/dev/null | grep temp=`
uucp-1.07/configure-949-if test -n "$ac_maketemp"; then
##############################################
uucp-1.07/configure-955-fi
uucp-1.07/configure:956:if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
uucp-1.07/configure-957-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-998-# test to see if srcdir already configured
uucp-1.07/configure:999:if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" &&
uucp-1.07/configure-1000-   test -f $srcdir/config.status; then
##############################################
uucp-1.07/configure-1116-echo "configure:1117: checking for $ac_word" >&5
uucp-1.07/configure:1117:if eval "test \"`echo '$''{'ac_cv_path_GCC'+set}'`\" = set"; then
uucp-1.07/configure-1118-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1148-  if test -n "$ac_cv_path_GCC"; then
uucp-1.07/configure:1149:    prefix=`echo $ac_cv_path_GCC|sed 's%/[^/][^/]*//*[^/][^/]*$%%'`
uucp-1.07/configure-1150-  fi
##############################################
uucp-1.07/configure-1156-echo "configure:1157: checking for $ac_word" >&5
uucp-1.07/configure:1157:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
uucp-1.07/configure-1158-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1186-echo "configure:1187: checking for $ac_word" >&5
uucp-1.07/configure:1187:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
uucp-1.07/configure-1188-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1237-echo "configure:1238: checking for $ac_word" >&5
uucp-1.07/configure:1238:if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then
uucp-1.07/configure-1239-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1316-echo "configure:1317: checking whether we are using GNU C" >&5
uucp-1.07/configure:1317:if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then
uucp-1.07/configure-1318-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1344-echo "configure:1345: checking whether ${CC-cc} accepts -g" >&5
uucp-1.07/configure:1345:if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then
uucp-1.07/configure-1346-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1348-  echo 'void f(){}' > conftest.c
uucp-1.07/configure:1349:if test -z "`${CC-cc} -g -c conftest.c 2>&1`"; then
uucp-1.07/configure-1350-  ac_cv_prog_cc_g=yes
##############################################
uucp-1.07/configure-1393-# case it prints its new name instead of `make'.
uucp-1.07/configure:1394:if test "`$am_make -s -f confmf 2> /dev/null | fgrep -v 'ing directory'`" = "done"; then
uucp-1.07/configure-1395-   am__include=include
##############################################
uucp-1.07/configure-1401-   echo '.include "confinc"' > confmf
uucp-1.07/configure:1402:   if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
uucp-1.07/configure-1403-      am__include=.include
##############################################
uucp-1.07/configure-1417-echo "configure:1418: checking dependency style of $depcc" >&5
uucp-1.07/configure:1418:if eval "test \"`echo '$''{'am_cv_CC_dependencies_compiler_type'+set}'`\" = set"; then
uucp-1.07/configure-1419-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1434-  if test "$am_compiler_list" = ""; then
uucp-1.07/configure:1435:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
uucp-1.07/configure-1436-  fi
##############################################
uucp-1.07/configure-1489-if test -z "$CPP"; then
uucp-1.07/configure:1490:if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
uucp-1.07/configure-1491-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1505-{ (eval echo configure:1506: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:1506:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-1507-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-1522-{ (eval echo configure:1523: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:1523:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-1524-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-1539-{ (eval echo configure:1540: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:1540:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-1541-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-1565-echo "configure:1566: checking whether ${CC-cc} needs -traditional" >&5
uucp-1.07/configure:1566:if eval "test \"`echo '$''{'ac_cv_prog_gcc_traditional'+set}'`\" = set"; then
uucp-1.07/configure-1567-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1616-  no)	build_warnings="-w";;
uucp-1.07/configure:1617:  ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
uucp-1.07/configure-1618-        build_warnings="${build_warnings} ${t}";;
uucp-1.07/configure:1619:  *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
uucp-1.07/configure-1620-        build_warnings="${t} ${build_warnings}";;
uucp-1.07/configure:1621:  *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
uucp-1.07/configure-1622-esac
##############################################
uucp-1.07/configure-1637-echo "configure:1638: checking for $ac_word" >&5
uucp-1.07/configure:1638:if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then
uucp-1.07/configure-1639-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1687-echo "configure:1688: checking for minix/config.h" >&5
uucp-1.07/configure:1688:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-1689-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1697-{ (eval echo configure:1698: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:1698:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-1699-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-1710-fi
uucp-1.07/configure:1711:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-1712-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-1760-ac_lib_var=`echo sun'_'getpwnam | sed 'y%./+-%__p_%'`
uucp-1.07/configure:1761:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
uucp-1.07/configure-1762-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1790-fi
uucp-1.07/configure:1791:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
uucp-1.07/configure-1792-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-1806-echo "configure:1807: checking for working const" >&5
uucp-1.07/configure:1807:if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then
uucp-1.07/configure-1808-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1881-echo "configure:1882: checking for prototypes" >&5
uucp-1.07/configure:1882:if eval "test \"`echo '$''{'uucp_cv_c_prototypes'+set}'`\" = set"; then
uucp-1.07/configure-1883-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1916-echo "configure:1917: checking $ac_msg" >&5
uucp-1.07/configure:1917:if eval "test \"`echo '$''{'ac_cv_sys_interpreter'+set}'`\" = set"; then
uucp-1.07/configure-1918-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1954-echo "configure:1955: checking whether ln -s works" >&5
uucp-1.07/configure:1955:if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
uucp-1.07/configure-1956-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1975-do
uucp-1.07/configure:1976:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
uucp-1.07/configure-1977-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
uucp-1.07/configure-1978-echo "configure:1979: checking for $ac_hdr" >&5
uucp-1.07/configure:1979:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-1980-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-1988-{ (eval echo configure:1989: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:1989:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-1990-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2001-fi
uucp-1.07/configure:2002:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2003-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:2004:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
uucp-1.07/configure-2005-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-2015-do
uucp-1.07/configure:2016:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
uucp-1.07/configure-2017-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
uucp-1.07/configure-2018-echo "configure:2019: checking for $ac_hdr" >&5
uucp-1.07/configure:2019:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-2020-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2028-{ (eval echo configure:2029: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:2029:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-2030-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2041-fi
uucp-1.07/configure:2042:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2043-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:2044:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
uucp-1.07/configure-2045-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-2055-do
uucp-1.07/configure:2056:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
uucp-1.07/configure-2057-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
uucp-1.07/configure-2058-echo "configure:2059: checking for $ac_hdr" >&5
uucp-1.07/configure:2059:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-2060-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2068-{ (eval echo configure:2069: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:2069:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-2070-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2081-fi
uucp-1.07/configure:2082:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2083-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:2084:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
uucp-1.07/configure-2085-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-2095-do
uucp-1.07/configure:2096:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
uucp-1.07/configure-2097-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
uucp-1.07/configure-2098-echo "configure:2099: checking for $ac_hdr" >&5
uucp-1.07/configure:2099:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-2100-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2108-{ (eval echo configure:2109: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:2109:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-2110-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2121-fi
uucp-1.07/configure:2122:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2123-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:2124:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
uucp-1.07/configure-2125-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-2135-do
uucp-1.07/configure:2136:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
uucp-1.07/configure-2137-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
uucp-1.07/configure-2138-echo "configure:2139: checking for $ac_hdr" >&5
uucp-1.07/configure:2139:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-2140-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2148-{ (eval echo configure:2149: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:2149:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-2150-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2161-fi
uucp-1.07/configure:2162:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2163-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:2164:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
uucp-1.07/configure-2165-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-2175-do
uucp-1.07/configure:2176:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
uucp-1.07/configure-2177-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
uucp-1.07/configure-2178-echo "configure:2179: checking for $ac_hdr" >&5
uucp-1.07/configure:2179:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-2180-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2188-{ (eval echo configure:2189: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:2189:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-2190-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2201-fi
uucp-1.07/configure:2202:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2203-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:2204:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
uucp-1.07/configure-2205-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-2215-do
uucp-1.07/configure:2216:ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
uucp-1.07/configure-2217-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
uucp-1.07/configure-2218-echo "configure:2219: checking for $ac_hdr" >&5
uucp-1.07/configure:2219:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-2220-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2228-{ (eval echo configure:2229: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:2229:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-2230-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2241-fi
uucp-1.07/configure:2242:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2243-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:2244:    ac_tr_hdr=HAVE_`echo $ac_hdr | sed 'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
uucp-1.07/configure-2245-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-2257-echo "configure:2258: checking for dirent.h" >&5
uucp-1.07/configure:2258:if eval "test \"`echo '$''{'uucp_cv_header_dirent_h'+set}'`\" = set"; then
uucp-1.07/configure-2259-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2291-echo "configure:2292: checking for utime.h" >&5
uucp-1.07/configure:2292:if eval "test \"`echo '$''{'uucp_cv_header_utime_h'+set}'`\" = set"; then
uucp-1.07/configure-2293-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2327-echo "configure:2328: checking for sys/select.h" >&5
uucp-1.07/configure:2328:if eval "test \"`echo '$''{'uucp_cv_header_sys_select_h'+set}'`\" = set"; then
uucp-1.07/configure-2329-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2362-echo "configure:2363: checking whether sys/types.h defines makedev" >&5
uucp-1.07/configure:2363:if eval "test \"`echo '$''{'ac_cv_header_sys_types_h_makedev'+set}'`\" = set"; then
uucp-1.07/configure-2364-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2392-echo "configure:2393: checking for sys/mkdev.h" >&5
uucp-1.07/configure:2393:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-2394-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2402-{ (eval echo configure:2403: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:2403:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-2404-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2415-fi
uucp-1.07/configure:2416:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2417-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-2430-echo "configure:2431: checking for sys/sysmacros.h" >&5
uucp-1.07/configure:2431:if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
uucp-1.07/configure-2432-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2440-{ (eval echo configure:2441: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
uucp-1.07/configure:2441:ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
uucp-1.07/configure-2442-if test -z "$ac_err"; then
##############################################
uucp-1.07/configure-2453-fi
uucp-1.07/configure:2454:if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
uucp-1.07/configure-2455-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-2468-echo "configure:2469: checking return type of signal handlers" >&5
uucp-1.07/configure:2469:if eval "test \"`echo '$''{'ac_cv_type_signal'+set}'`\" = set"; then
uucp-1.07/configure-2470-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2509-echo "configure:2510: checking whether stat file-mode macros are broken" >&5
uucp-1.07/configure:2510:if eval "test \"`echo '$''{'ac_cv_header_stat_broken'+set}'`\" = set"; then
uucp-1.07/configure-2511-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2565-echo "configure:2566: checking whether time.h and sys/time.h may both be included" >&5
uucp-1.07/configure:2566:if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
uucp-1.07/configure-2567-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2600-echo "configure:2601: checking whether struct tm is in sys/time.h or time.h" >&5
uucp-1.07/configure:2601:if eval "test \"`echo '$''{'ac_cv_struct_tm'+set}'`\" = set"; then
uucp-1.07/configure-2602-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2634-echo "configure:2635: checking whether termios.h and sys/ioctl.h may both be included" >&5
uucp-1.07/configure:2635:if eval "test \"`echo '$''{'uucp_cv_header_termios_and_ioctl'+set}'`\" = set"; then
uucp-1.07/configure-2636-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2667-echo "configure:2668: checking for CBREAK" >&5
uucp-1.07/configure:2668:if eval "test \"`echo '$''{'uucp_cv_decl_cbreak'+set}'`\" = set"; then
uucp-1.07/configure-2669-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2699-echo "configure:2700: checking for pid_t in sys/types.h" >&5
uucp-1.07/configure:2700:if eval "test \"`echo '$''{'uucp_cv_decl_pid_t'+set}'`\" = set"; then
uucp-1.07/configure-2701-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2731-echo "configure:2732: checking for uid_t in sys/types.h" >&5
uucp-1.07/configure:2732:if eval "test \"`echo '$''{'uucp_cv_decl_uid_t'+set}'`\" = set"; then
uucp-1.07/configure-2733-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2763-echo "configure:2764: checking for gid_t in sys/types.h" >&5
uucp-1.07/configure:2764:if eval "test \"`echo '$''{'uucp_cv_decl_gid_t'+set}'`\" = set"; then
uucp-1.07/configure-2765-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2795-echo "configure:2796: checking for off_t in sys/types.h" >&5
uucp-1.07/configure:2796:if eval "test \"`echo '$''{'uucp_cv_decl_off_t'+set}'`\" = set"; then
uucp-1.07/configure-2797-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2827-echo "configure:2828: checking for sig_atomic_t in signal.h" >&5
uucp-1.07/configure:2828:if eval "test \"`echo '$''{'uucp_cv_decl_sig_atomic_t_signal_h'+set}'`\" = set"; then
uucp-1.07/configure-2829-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2859-echo "configure:2860: checking for sig_atomic_t in sys/types.h" >&5
uucp-1.07/configure:2860:if eval "test \"`echo '$''{'uucp_cv_decl_sig_atomic_t_types_h'+set}'`\" = set"; then
uucp-1.07/configure-2861-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2892-echo "configure:2893: checking for size_t in stddef.h" >&5
uucp-1.07/configure:2893:  if eval "test \"`echo '$''{'uucp_cv_decl_size_t_stddef_h'+set}'`\" = set"; then
uucp-1.07/configure-2894-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2925-echo "configure:2926: checking for size_t in sys/types.h" >&5
uucp-1.07/configure:2926:if eval "test \"`echo '$''{'uucp_cv_decl_size_t_types_h'+set}'`\" = set"; then
uucp-1.07/configure-2927-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2957-echo "configure:2958: checking for time_t in time.h" >&5
uucp-1.07/configure:2958:if eval "test \"`echo '$''{'uucp_cv_decl_time_t_time_h'+set}'`\" = set"; then
uucp-1.07/configure-2959-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-2989-echo "configure:2990: checking time_t in sys/types.h" >&5
uucp-1.07/configure:2990:if eval "test \"`echo '$''{'uucp_cv_decl_time_t_types_h'+set}'`\" = set"; then
uucp-1.07/configure-2991-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3021-echo "configure:3022: checking for void" >&5
uucp-1.07/configure:3022:if eval "test \"`echo '$''{'uucp_cv_c_void'+set}'`\" = set"; then
uucp-1.07/configure-3023-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3053-echo "configure:3054: checking for unsigned char" >&5
uucp-1.07/configure:3054:if eval "test \"`echo '$''{'uucp_cv_c_unsigned_char'+set}'`\" = set"; then
uucp-1.07/configure-3055-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3085-echo "configure:3086: checking for errno declaration" >&5
uucp-1.07/configure:3086:if eval "test \"`echo '$''{'uucp_cv_decl_errno'+set}'`\" = set"; then
uucp-1.07/configure-3087-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3117-echo "configure:3118: checking for TXADDCD" >&5
uucp-1.07/configure:3118:if eval "test \"`echo '$''{'uucp_cv_txaddcd'+set}'`\" = set"; then
uucp-1.07/configure-3119-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3149-echo "configure:3150: checking for memset" >&5
uucp-1.07/configure:3150:if eval "test \"`echo '$''{'ac_cv_func_memset'+set}'`\" = set"; then
uucp-1.07/configure-3151-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3181-echo "configure:3182: checking for memcmp" >&5
uucp-1.07/configure:3182:if eval "test \"`echo '$''{'ac_cv_func_memcmp'+set}'`\" = set"; then
uucp-1.07/configure-3183-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3213-echo "configure:3214: checking for memcpy" >&5
uucp-1.07/configure:3214:if eval "test \"`echo '$''{'ac_cv_func_memcpy'+set}'`\" = set"; then
uucp-1.07/configure-3215-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3248-echo "configure:3249: checking for $ac_func" >&5
uucp-1.07/configure:3249:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3250-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3287-
uucp-1.07/configure:3288:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3289-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3290:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3291-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3303-echo "configure:3304: checking for $ac_func" >&5
uucp-1.07/configure:3304:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3305-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3342-
uucp-1.07/configure:3343:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3344-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3345:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3346-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3358-echo "configure:3359: checking for $ac_func" >&5
uucp-1.07/configure:3359:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3360-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3397-
uucp-1.07/configure:3398:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3399-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3400:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3401-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3413-echo "configure:3414: checking for $ac_func" >&5
uucp-1.07/configure:3414:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3415-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3452-
uucp-1.07/configure:3453:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3454-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3455:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3456-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3468-echo "configure:3469: checking for $ac_func" >&5
uucp-1.07/configure:3469:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3470-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3507-
uucp-1.07/configure:3508:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3509-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3510:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3511-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3523-echo "configure:3524: checking for $ac_func" >&5
uucp-1.07/configure:3524:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3525-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3562-
uucp-1.07/configure:3563:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3564-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3565:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3566-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3578-echo "configure:3579: checking for $ac_func" >&5
uucp-1.07/configure:3579:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3580-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3617-
uucp-1.07/configure:3618:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3619-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3620:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3621-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3633-echo "configure:3634: checking for $ac_func" >&5
uucp-1.07/configure:3634:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3635-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3672-
uucp-1.07/configure:3673:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3674-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3675:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3676-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3688-echo "configure:3689: checking for $ac_func" >&5
uucp-1.07/configure:3689:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3690-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3727-
uucp-1.07/configure:3728:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3729-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3730:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3731-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-3741-echo "configure:3742: checking for getdelim" >&5
uucp-1.07/configure:3742:if eval "test \"`echo '$''{'ac_cv_func_getdelim'+set}'`\" = set"; then
uucp-1.07/configure-3743-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3780-
uucp-1.07/configure:3781:if eval "test \"`echo '$ac_cv_func_'getdelim`\" = yes"; then
uucp-1.07/configure-3782-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-3784-echo "configure:3785: checking for getline" >&5
uucp-1.07/configure:3785:if eval "test \"`echo '$''{'ac_cv_func_getline'+set}'`\" = set"; then
uucp-1.07/configure-3786-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3823-
uucp-1.07/configure:3824:if eval "test \"`echo '$ac_cv_func_'getline`\" = yes"; then
uucp-1.07/configure-3825-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-3841-echo "configure:3842: checking for ftime" >&5
uucp-1.07/configure:3842:if eval "test \"`echo '$''{'ac_cv_func_ftime'+set}'`\" = set"; then
uucp-1.07/configure-3843-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3880-
uucp-1.07/configure:3881:if eval "test \"`echo '$ac_cv_func_'ftime`\" = yes"; then
uucp-1.07/configure-3882-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-3884-echo "configure:3885: checking that ftime works correctly" >&5
uucp-1.07/configure:3885:if eval "test \"`echo '$''{'uucp_cv_sys_ftime_ok'+set}'`\" = set"; then
uucp-1.07/configure-3886-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3951-echo "configure:3952: checking for $ac_func" >&5
uucp-1.07/configure:3952:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-3953-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-3990-
uucp-1.07/configure:3991:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-3992-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:3993:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-3994-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-4006-echo "configure:4007: checking for $ac_func" >&5
uucp-1.07/configure:4007:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-4008-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4045-
uucp-1.07/configure:4046:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-4047-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:4048:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-4049-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-4069-echo "configure:4070: checking for $ac_func" >&5
uucp-1.07/configure:4070:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-4071-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4108-
uucp-1.07/configure:4109:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-4110-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:4111:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-4112-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-4125-ac_lib_var=`echo nsl_s'_'main | sed 'y%./+-%__p_%'`
uucp-1.07/configure:4126:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
uucp-1.07/configure-4127-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4151-fi
uucp-1.07/configure:4152:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
uucp-1.07/configure-4153-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-4171-ac_lib_var=`echo nsl'_'main | sed 'y%./+-%__p_%'`
uucp-1.07/configure:4172:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
uucp-1.07/configure-4173-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4197-fi
uucp-1.07/configure:4198:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
uucp-1.07/configure-4199-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-4217-ac_lib_var=`echo socket'_'socket | sed 'y%./+-%__p_%'`
uucp-1.07/configure:4218:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
uucp-1.07/configure-4219-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4247-fi
uucp-1.07/configure:4248:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
uucp-1.07/configure-4249-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-4267-ac_lib_var=`echo xti'_'t_open | sed 'y%./+-%__p_%'`
uucp-1.07/configure:4268:if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
uucp-1.07/configure-4269-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4297-fi
uucp-1.07/configure:4298:if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
uucp-1.07/configure-4299-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-4316-echo "configure:4317: checking for $ac_func" >&5
uucp-1.07/configure:4317:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-4318-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4355-
uucp-1.07/configure:4356:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-4357-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:4358:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-4359-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-4371-echo "configure:4372: checking for $ac_func" >&5
uucp-1.07/configure:4372:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-4373-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4410-
uucp-1.07/configure:4411:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-4412-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:4413:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-4414-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-4436-echo "configure:4437: checking for $ac_func" >&5
uucp-1.07/configure:4437:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-4438-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4475-
uucp-1.07/configure:4476:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-4477-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:4478:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-4479-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-4509-echo "configure:4510: checking for $ac_func" >&5
uucp-1.07/configure:4510:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-4511-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4548-
uucp-1.07/configure:4549:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-4550-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:4551:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-4552-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-4637-echo "configure:4638: checking for sv_flags" >&5
uucp-1.07/configure:4638:  if eval "test \"`echo '$''{'uucp_cv_struct_sv_flags'+set}'`\" = set"; then
uucp-1.07/configure-4639-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4681-echo "configure:4682: checking for $ac_func" >&5
uucp-1.07/configure:4682:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-4683-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4720-
uucp-1.07/configure:4721:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-4722-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:4723:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-4724-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-4745-echo "configure:4746: checking for 3-argument statfs function (DEC OSF/1)" >&5
uucp-1.07/configure:4746:  if eval "test \"`echo '$''{'uucp_cv_sys_stat_statfs3_osf1'+set}'`\" = set"; then
uucp-1.07/configure-4747-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4793-echo "configure:4794: checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)" >&5
uucp-1.07/configure:4794:  if eval "test \"`echo '$''{'uucp_cv_sys_stat_statfs2_bsize'+set}'`\" = set"; then
uucp-1.07/configure-4795-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4847-echo "configure:4848: checking for four-argument statfs (AIX-3.2.5, SVR3)" >&5
uucp-1.07/configure:4848:  if eval "test \"`echo '$''{'uucp_cv_sys_stat_statfs4'+set}'`\" = set"; then
uucp-1.07/configure-4849-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4892-echo "configure:4893: checking for two-argument statfs with statfs.fsize member (4.4BSD and NetBSD)" >&5
uucp-1.07/configure:4893:  if eval "test \"`echo '$''{'uucp_cv_sys_stat_statfs2_fsize'+set}'`\" = set"; then
uucp-1.07/configure-4894-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4943-echo "configure:4944: checking for two-argument statfs with struct fs_data (Ultrix)" >&5
uucp-1.07/configure:4944:  if eval "test \"`echo '$''{'uucp_cv_sys_stat_fs_data'+set}'`\" = set"; then
uucp-1.07/configure-4945-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-4999-echo "configure:5000: checking for $ac_func" >&5
uucp-1.07/configure:5000:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-5001-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5038-
uucp-1.07/configure:5039:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-5040-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:5041:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-5042-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-5065-echo "configure:5066: checking for $ac_func" >&5
uucp-1.07/configure:5066:if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
uucp-1.07/configure-5067-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5104-
uucp-1.07/configure:5105:if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
uucp-1.07/configure-5106-  echo "$ac_t""yes" 1>&6
uucp-1.07/configure:5107:    ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
uucp-1.07/configure-5108-  cat >> confdefs.h <<EOF
##############################################
uucp-1.07/configure-5128-echo "configure:5129: checking for times declared as long" >&5
uucp-1.07/configure:5129:if eval "test \"`echo '$''{'uucp_cv_decl_times'+set}'`\" = set"; then
uucp-1.07/configure-5130-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5160-
uucp-1.07/configure:5161:if eval "test \"`echo '$uucp_cv_decl_'times`\" = yes"; then
uucp-1.07/configure-5162-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-5172-echo "configure:5173: checking for getpwnam declared as struct passwd *" >&5
uucp-1.07/configure:5173:if eval "test \"`echo '$''{'uucp_cv_decl_getpwnam'+set}'`\" = set"; then
uucp-1.07/configure-5174-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5204-
uucp-1.07/configure:5205:if eval "test \"`echo '$uucp_cv_decl_'getpwnam`\" = yes"; then
uucp-1.07/configure-5206-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-5216-echo "configure:5217: checking for getpwuid declared as struct passwd *" >&5
uucp-1.07/configure:5217:if eval "test \"`echo '$''{'uucp_cv_decl_getpwuid'+set}'`\" = set"; then
uucp-1.07/configure-5218-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5248-
uucp-1.07/configure:5249:if eval "test \"`echo '$uucp_cv_decl_'getpwuid`\" = yes"; then
uucp-1.07/configure-5250-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-5260-echo "configure:5261: checking for getgrent declared as struct group *" >&5
uucp-1.07/configure:5261:if eval "test \"`echo '$''{'uucp_cv_decl_getgrent'+set}'`\" = set"; then
uucp-1.07/configure-5262-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5292-
uucp-1.07/configure:5293:if eval "test \"`echo '$uucp_cv_decl_'getgrent`\" = yes"; then
uucp-1.07/configure-5294-  echo "$ac_t""yes" 1>&6
##############################################
uucp-1.07/configure-5304-echo "configure:5305: checking for BSD setpgrp" >&5
uucp-1.07/configure:5305:if eval "test \"`echo '$''{'uucp_cv_decl_setpgrp'+set}'`\" = set"; then
uucp-1.07/configure-5306-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5338-echo "configure:5339: checking for union wait" >&5
uucp-1.07/configure:5339:if eval "test \"`echo '$''{'uucp_cv_struct_wait'+set}'`\" = set"; then
uucp-1.07/configure-5340-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5373-echo "configure:5374: checking for struct sockaddr_storage" >&5
uucp-1.07/configure:5374:if eval "test \"`echo '$''{'uucp_cv_struct_sockaddrstorage'+set}'`\" = set"; then
uucp-1.07/configure-5375-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5415-echo "configure:5416: checking for restartable system calls" >&5
uucp-1.07/configure:5416:if eval "test \"`echo '$''{'ac_cv_sys_restartable_syscalls'+set}'`\" = set"; then
uucp-1.07/configure-5417-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5464-echo "configure:5465: checking for long file names" >&5
uucp-1.07/configure:5465:if eval "test \"`echo '$''{'ac_cv_sys_long_file_names'+set}'`\" = set"; then
uucp-1.07/configure-5466-  echo $ac_n "(cached) $ac_c" 1>&6
##############################################
uucp-1.07/configure-5483-fi
uucp-1.07/configure:5484:for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
uucp-1.07/configure-5485-  test -d $ac_dir || continue
##############################################
uucp-1.07/configure-5488-  (echo 2 > $ac_dir/conftest9012346) 2>/dev/null
uucp-1.07/configure:5489:  val=`cat $ac_dir/conftest9012345 2>/dev/null`
uucp-1.07/configure-5490-  if test ! -f $ac_dir/conftest9012345 || test "$val" != 1; then
##############################################
uucp-1.07/configure-5711-    fi
uucp-1.07/configure:5712:    ac_file=`expr $ac_file + 1`
uucp-1.07/configure-5713-    ac_beg=$ac_end
uucp-1.07/configure:5714:    ac_end=`expr $ac_end + $ac_max_sed_cmds`
uucp-1.07/configure-5715-  fi
##############################################
uucp-1.07/configure-5729-  case "$ac_file" in
uucp-1.07/configure:5730:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
uucp-1.07/configure:5731:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
uucp-1.07/configure-5732-  *) ac_file_in="${ac_file}.in" ;;
##############################################
uucp-1.07/configure-5737-  # Remove last slash and all that follows it.  Not all systems have dirname.
uucp-1.07/configure:5738:  ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
uucp-1.07/configure-5739-  if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
uucp-1.07/configure-5741-    test ! -d "$ac_dir" && mkdir "$ac_dir"
uucp-1.07/configure:5742:    ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
uucp-1.07/configure-5743-    # A "../" for each directory in $ac_dir_suffix.
uucp-1.07/configure:5744:    ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
uucp-1.07/configure-5745-  else
##############################################
uucp-1.07/configure-5751-      if test -z "$ac_dots"; then top_srcdir=.
uucp-1.07/configure:5752:      else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
uucp-1.07/configure-5753-  /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
##############################################
uucp-1.07/configure-5765-  rm -f "$ac_file"
uucp-1.07/configure:5766:  configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
uucp-1.07/configure-5767-  case "$ac_file" in
##############################################
uucp-1.07/configure-5772-
uucp-1.07/configure:5773:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
uucp-1.07/configure-5774-  sed -e "$ac_comsub
##############################################
uucp-1.07/configure-5811-  case "$ac_file" in
uucp-1.07/configure:5812:  *:*) ac_file_in=`echo "$ac_file"|sed 's%[^:]*:%%'`
uucp-1.07/configure:5813:       ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
uucp-1.07/configure-5814-  *) ac_file_in="${ac_file}.in" ;;
##############################################
uucp-1.07/configure-5819-  rm -f conftest.frag conftest.in conftest.out
uucp-1.07/configure:5820:  ac_file_inputs=`echo $ac_file_in|sed -e "s%^%$ac_given_srcdir/%" -e "s%:% $ac_given_srcdir/%g"`
uucp-1.07/configure-5821-  cat $ac_file_inputs > conftest.in
##############################################
uucp-1.07/configure-5879-    # Remove last slash and all that follows it.  Not all systems have dirname.
uucp-1.07/configure:5880:      ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
uucp-1.07/configure-5881-      if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
##############################################
uucp-1.07/configure-5895-  *" \$am_file "*)
uucp-1.07/configure:5896:    am_dir=\`echo \$am_file |sed 's%:.*%%;s%[^/]*\$%%'\`
uucp-1.07/configure-5897-    if test -n "\$am_dir"; then
uucp-1.07/configure:5898:      am_tmpdir=\`echo \$am_dir |sed 's%^\(/*\).*\$%\1%'\`
uucp-1.07/configure:5899:      for am_subdir in \`echo \$am_dir |sed 's%/% %'\`; do
uucp-1.07/configure-5900-        am_tmpdir=\$am_tmpdir\$am_subdir/
##############################################
uucp-1.07/configure-5908-  esac
uucp-1.07/configure:5909:  am_indx=\`expr \$am_indx + 1\`
uucp-1.07/configure-5910-done
##############################################
uucp-1.07/configure-5921-  Makefile) dirpart=.;;
uucp-1.07/configure:5922:  */Makefile) dirpart=`echo "$mf" | sed -e 's|/[^/]*$||'`;;
uucp-1.07/configure-5923-  *) continue;;
##############################################
uucp-1.07/configure-5927-  # running `make'.
uucp-1.07/configure:5928:  DEPDIR=`sed -n -e '/^DEPDIR = / s///p' < "$mf"`
uucp-1.07/configure-5929-  test -z "$DEPDIR" && continue
uucp-1.07/configure-5930-  # When using ansi2knr, U may be empty or an underscore; expand it
uucp-1.07/configure:5931:  U=`sed -n -e '/^U = / s///p' < "$mf"`
uucp-1.07/configure-5932-  test -d "$dirpart/$DEPDIR" || mkdir "$dirpart/$DEPDIR"
##############################################
uucp-1.07/configure-5948-    test -f "$dirpart/$file" && continue
uucp-1.07/configure:5949:    fdir=`echo "$file" | sed -e 's|/[^/]*$||'`
uucp-1.07/configure-5950-    $ac_aux_dir/mkinstalldirs "$dirpart/$fdir" > /dev/null 2>&1
##############################################
uucp-1.07/configure.in-39-  no)	build_warnings="-w";;
uucp-1.07/configure.in:40:  ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
uucp-1.07/configure.in-41-        build_warnings="${build_warnings} ${t}";;
uucp-1.07/configure.in:42:  *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
uucp-1.07/configure.in-43-        build_warnings="${t} ${build_warnings}";;
uucp-1.07/configure.in:44:  *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
uucp-1.07/configure.in-45-esac
##############################################
uucp-1.07/configure.in-731-eval "uucp_cv_decl_$1=yes", eval "uucp_cv_decl_$1=no")])
uucp-1.07/configure.in:732:if eval "test \"`echo '$uucp_cv_decl_'$1`\" = yes"; then
uucp-1.07/configure.in-733-  AC_MSG_RESULT(yes)
##############################################
uucp-1.07/depcomp-33-
uucp-1.07/depcomp:34:depfile=${depfile-`echo "$object" | sed 's,\([^/]*\)$,.deps/\1,;s/\.\([^.]*\)$/.P\1/'`}
uucp-1.07/depcomp:35:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
uucp-1.07/depcomp-36-
##############################################
uucp-1.07/depcomp-168-  # $object doesn't have directory information.
uucp-1.07/depcomp:169:  stripped=`echo "$object" | sed -e 's,^.*/,,' -e 's/\(.*\)\..*$/\1/'`
uucp-1.07/depcomp-170-  tmpdepfile="$stripped.u"
##############################################
uucp-1.07/depcomp-187-    # Do two passes, one to just change these to
uucp-1.07/depcomp:188:    # `$object: dependent.h' and one to simply `dependent.h:'.
uucp-1.07/depcomp-189-    sed -e "s,^$outname:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
uucp-1.07/depcomp-207-   tmpdepfile1="$object.d"
uucp-1.07/depcomp:208:   tmpdepfile2=`echo "$object" | sed -e 's/.o$/.d/'` 
uucp-1.07/depcomp-209-   if test "$libtool" = yes; then
##############################################
uucp-1.07/depcomp-305-    done
uucp-1.07/depcomp:306:    obj_suffix="`echo $object | sed 's/^.*\././'`"
uucp-1.07/depcomp-307-    touch "$tmpdepfile"
##############################################
uucp-1.07/install-sh-85-
uucp-1.07/install-sh:86:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
uucp-1.07/install-sh-87-	    shift
##############################################
uucp-1.07/install-sh-89-
uucp-1.07/install-sh:90:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
uucp-1.07/install-sh-91-	    shift
##############################################
uucp-1.07/install-sh-151-	then
uucp-1.07/install-sh:152:		dst="$dst"/`basename $src`
uucp-1.07/install-sh-153-	else
##############################################
uucp-1.07/install-sh-158-## this sed command emulates the dirname command
uucp-1.07/install-sh:159:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
uucp-1.07/install-sh-160-
##############################################
uucp-1.07/install-sh-172-IFS='%'
uucp-1.07/install-sh:173:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
uucp-1.07/install-sh-174-IFS="${oIFS}"
##############################################
uucp-1.07/install-sh-206-	then
uucp-1.07/install-sh:207:		dstfile=`basename $dst`
uucp-1.07/install-sh-208-	else
##############################################
uucp-1.07/install-sh-216-	then
uucp-1.07/install-sh:217:		dstfile=`basename $dst`
uucp-1.07/install-sh-218-	else
##############################################
uucp-1.07/missing-113-         from any GNU archive site."
uucp-1.07/missing:114:    files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
uucp-1.07/missing-115-    test -z "$files" && files="config.h"
##############################################
uucp-1.07/missing-148-	*.y)
uucp-1.07/missing:149:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
uucp-1.07/missing-150-	    if [ -f "$SRCFILE" ]; then
##############################################
uucp-1.07/missing-152-	    fi
uucp-1.07/missing:153:	    SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
uucp-1.07/missing-154-	    if [ -f "$SRCFILE" ]; then
##############################################
uucp-1.07/missing-178-	*.l)
uucp-1.07/missing:179:	    SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
uucp-1.07/missing-180-	    if [ -f "$SRCFILE" ]; then
##############################################
uucp-1.07/missing-197-
uucp-1.07/missing:198:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
uucp-1.07/missing-199-    if test -z "$file"; then
uucp-1.07/missing:200:	file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
uucp-1.07/missing-201-    fi
##############################################
uucp-1.07/missing-223-         the \`GNU make' package.  Grab either from any GNU archive site."
uucp-1.07/missing:224:    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
uucp-1.07/missing-225-    if test -z "$file"; then
uucp-1.07/missing:226:      file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
uucp-1.07/missing:227:      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
uucp-1.07/missing-228-    fi
##############################################
uucp-1.07/missing-251-	*o*)
uucp-1.07/missing:252:	    firstarg=`echo "$firstarg" | sed s/o//`
uucp-1.07/missing-253-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
uucp-1.07/missing-257-	*h*)
uucp-1.07/missing:258:	    firstarg=`echo "$firstarg" | sed s/h//`
uucp-1.07/missing-259-	    tar "$firstarg" ${1+"$@"} && exit 0
##############################################
uucp-1.07/mkinstalldirs-12-do
uucp-1.07/mkinstalldirs:13:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
uucp-1.07/mkinstalldirs-14-   shift
##############################################
uucp-1.07/texinfo.tex-4072-  \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
uucp-1.07/texinfo.tex:4073:  \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
uucp-1.07/texinfo.tex-4074-  \catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie
##############################################
uucp-1.07/protg.c-1882-#ifdef __vax__
uucp-1.07/protg.c:1883:#define VAX_ASM 1
uucp-1.07/protg.c-1884-#endif
##############################################
uucp-1.07/protg.c-1888-#define ROTATE(i) \
uucp-1.07/protg.c:1889:  asm ("cvtwl %1,%0\n\trotl $1,%0,%0" : "=g" (i) : "g" (i))
uucp-1.07/protg.c-1890-#else
##############################################
uucp-1.07/contrib/savelog.sh-86-count=7
uucp-1.07/contrib/savelog.sh:87:set -- `$GETOPT m:u:g:c:lt $*`
uucp-1.07/contrib/savelog.sh-88-if [ $# -eq 0 -o  $? -ne 0 ]; then
##############################################
uucp-1.07/contrib/savelog.sh-145-	# be sure that the savedir exists and is writable
uucp-1.07/contrib/savelog.sh:146:	savedir=`expr "$filename" : '\(.*\)/'`
uucp-1.07/contrib/savelog.sh-147-	if [ -z "$savedir" ]; then
##############################################
uucp-1.07/contrib/savelog.sh-172-	# deterine our uncompressed file names
uucp-1.07/contrib/savelog.sh:173:	newname=`expr "$filename" : '.*/\(.*\)'`
uucp-1.07/contrib/savelog.sh-174-	if [ -z "$newname" ]; then
##############################################
uucp-1.07/contrib/savelog.sh-180-	# cycle the old compressed log files
uucp-1.07/contrib/savelog.sh:181:	cycle=`expr $count - 1`
uucp-1.07/contrib/savelog.sh-182-	rm -f $newname.$cycle $newname.$cycle$DOT_Z
##############################################
uucp-1.07/contrib/savelog.sh-185-		oldcycle=$cycle
uucp-1.07/contrib/savelog.sh:186:		cycle=`expr $cycle - 1`
uucp-1.07/contrib/savelog.sh-187-		# cycle log
##############################################
uucp-1.07/contrib/uuq.sh-57-    if [ -f ${PACKET} ] ; then
uucp-1.07/contrib/uuq.sh:58:      EXFILE=../D.X/`awk '{if (NR == 2) print $2}' ${PACKET}`
uucp-1.07/contrib/uuq.sh:59:      DFILE=../D./`awk '{if (NR == 1) print $2}' ${PACKET}`
uucp-1.07/contrib/uuq.sh-60-      echo "deleting job ${PACKET}"
##############################################
uucp-1.07/contrib/uuq.sh-102-        for PACKET in * ; do
uucp-1.07/contrib/uuq.sh:103:          EXFILE=../D.X/`awk '{if (NR == 2) print $2}' ${PACKET}`
uucp-1.07/contrib/uuq.sh:104:          DFILE=../D./`awk '{if (NR == 1) print $2}' ${PACKET}`
uucp-1.07/contrib/uuq.sh-105-          echo -n "${PACKET} " > ${TMPFILE}
##############################################
uucp-1.07/contrib/uuxconv-40-site=$1
uucp-1.07/contrib/uuxconv:41:tsite=`echo $site | cut -c1-5`
uucp-1.07/contrib/uuxconv-42-find . -name "D.$tsite*" -print |
##############################################
uucp-1.07/contrib/uuxconv-44-do
uucp-1.07/contrib/uuxconv:45:	control=`egrep "^C" $file | cut -c3-`
uucp-1.07/contrib/uuxconv:46:	input=`egrep "^I" $file | cut -c3-`
uucp-1.07/contrib/uuxconv-47-	(uux - -r -z $site!$control < $input) && (rm $file $input)
##############################################
uucp-1.07/lib/Makefile.in-200-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/lib/Makefile.in:201:	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
uucp-1.07/lib/Makefile.in-202-
##############################################
uucp-1.07/lib/Makefile.in-206-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/lib/Makefile.in:207:	$(COMPILE) -c `cygpath -w $<`
uucp-1.07/lib/Makefile.in-208-CCDEPMODE = @CCDEPMODE@
##############################################
uucp-1.07/lib/Makefile.in-235-GTAGS:
uucp-1.07/lib/Makefile.in:236:	here=`CDPATH=: && cd $(top_builddir) && pwd` \
uucp-1.07/lib/Makefile.in-237-	  && cd $(top_srcdir) \
##############################################
uucp-1.07/lib/Makefile.in-250-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
uucp-1.07/lib/Makefile.in:251:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
uucp-1.07/lib/Makefile.in-252-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
uucp-1.07/uuconf/Makefile.in-321-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/uuconf/Makefile.in:322:	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
uucp-1.07/uuconf/Makefile.in-323-
##############################################
uucp-1.07/uuconf/Makefile.in-327-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/uuconf/Makefile.in:328:	$(COMPILE) -c `cygpath -w $<`
uucp-1.07/uuconf/Makefile.in-329-CCDEPMODE = @CCDEPMODE@
##############################################
uucp-1.07/uuconf/Makefile.in-356-GTAGS:
uucp-1.07/uuconf/Makefile.in:357:	here=`CDPATH=: && cd $(top_builddir) && pwd` \
uucp-1.07/uuconf/Makefile.in-358-	  && cd $(top_srcdir) \
##############################################
uucp-1.07/uuconf/Makefile.in-371-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
uucp-1.07/uuconf/Makefile.in:372:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
uucp-1.07/uuconf/Makefile.in-373-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
uucp-1.07/unix/Makefile.in-311-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/unix/Makefile.in:312:	$(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
uucp-1.07/unix/Makefile.in-313-
##############################################
uucp-1.07/unix/Makefile.in-317-@AMDEP_TRUE@	$(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
uucp-1.07/unix/Makefile.in:318:	$(COMPILE) -c `cygpath -w $<`
uucp-1.07/unix/Makefile.in-319-CCDEPMODE = @CCDEPMODE@
##############################################
uucp-1.07/unix/Makefile.in-346-GTAGS:
uucp-1.07/unix/Makefile.in:347:	here=`CDPATH=: && cd $(top_builddir) && pwd` \
uucp-1.07/unix/Makefile.in-348-	  && cd $(top_srcdir) \
##############################################
uucp-1.07/unix/Makefile.in-361-	  if test -f $$file; then d=.; else d=$(srcdir); fi; \
uucp-1.07/unix/Makefile.in:362:	  dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
uucp-1.07/unix/Makefile.in-363-	  if test "$$dir" != "$$file" && test "$$dir" != "."; then \
##############################################
uucp-1.07/unix/tcp.c-615-	  sin.sin_family = AF_INET;
uucp-1.07/unix/tcp.c:616:	  sin.sin_addr.s_addr = inet_addr ((char *) zhost);
uucp-1.07/unix/tcp.c-617-	  if ((long) sin.sin_addr.s_addr == (long) -1)
##############################################
uucp-1.07/debian/applied-patches/fix-proty-gcc33-14--#define ROTATE(i) \
uucp-1.07/debian/applied-patches/fix-proty-gcc33:15:-	asm ("rolw $1,%0" : "=g" (i) : "g" (i))
uucp-1.07/debian/applied-patches/fix-proty-gcc33-16--#else
##############################################
uucp-1.07/debian/changelog-315-
uucp-1.07/debian/changelog:316:  * proty.c: Don't use asm if you don't have to: always use the c
uucp-1.07/debian/changelog-317-    implementation of ROTATE. Thanks to Sven Gohlke <sven@clio.in-berlin.de>
##############################################
uucp-1.07/debian/contrib/in.uucpd.c-129-	}
uucp-1.07/debian/contrib/in.uucpd.c:130:	if ((h = gethostbyaddr((char *)&sin.sin_addr,
uucp-1.07/debian/contrib/in.uucpd.c-131-	    sizeof(sin.sin_addr), AF_INET)) != NULL) {
##############################################
uucp-1.07/debian/contrib/uudemon.day-57-	if [ -n "$EXPIRE" -a "$EXPIRE" -gt 0 ]; then
uucp-1.07/debian/contrib/uudemon.day:58:		EXPIRE=`expr $EXPIRE - 1`
uucp-1.07/debian/contrib/uudemon.day-59-		find $UUPUB -type f -mtime +$EXPIRE -print 2> /dev/null | tee $TMP1 | xargs rm -f
##############################################
uucp-1.07/debian/contrib/uudemon.day-63-# Remove old rnews batches from our system.
uucp-1.07/debian/contrib/uudemon.day:64:for system in `uustat -c rnews | awk '{print $2}' | sort -u`; do
uucp-1.07/debian/contrib/uudemon.day-65-	EXPIRE=`perl -e 'do "/etc/uucp/expire" || die("Cannot do /etc/uucp/expire: $!\n");
##############################################
uucp-1.07/debian/contrib/uudemon.day-80-# Return mail messages older than the expire time set in /etc/uucp/expire to sender.
uucp-1.07/debian/contrib/uudemon.day:81:for system in `uustat -c rmail | awk '{print $2}' | sort -u`; do
uucp-1.07/debian/contrib/uudemon.day-82-	EXPIRE=`perl -e 'do "/etc/uucp/expire" || die("Cannot do /etc/uucp/expire: $!\n");
##############################################
uucp-1.07/debian/contrib/uudemon.day-99-# List uucp jobs older than a certain time.
uucp-1.07/debian/contrib/uudemon.day:100:for system in `uustat -a | awk '{print $2}' | sort -u`; do
uucp-1.07/debian/contrib/uudemon.day-101-	EXPIRE=`perl -e 'do "/etc/uucp/expire" || die("Cannot do /etc/uucp/expire: $!\n");
##############################################
uucp-1.07/debian/contrib/uudemon.hr-79-				    # Only if there is work.
uucp-1.07/debian/contrib/uudemon.hr:80:				    if [ "`ls -1A $SPOOL/$SYSTEM/C. 2>/dev/null`" ]
uucp-1.07/debian/contrib/uudemon.hr-81-				    then
##############################################
uucp-1.07/.pc/uucp-org.patch/proty.c-610-#define ROTATE(i) \
uucp-1.07/.pc/uucp-org.patch/proty.c:611:	asm ("rolw $1,%0" : "=g" (i) : "g" (i))
uucp-1.07/.pc/uucp-org.patch/proty.c-612-#else
##############################################
uucp-1.07/.pc/option-to-not-force-hw-control.patch/unix/tcp.c-614-	  sin.sin_family = AF_INET;
uucp-1.07/.pc/option-to-not-force-hw-control.patch/unix/tcp.c:615:	  sin.sin_addr.s_addr = inet_addr ((char *) zhost);
uucp-1.07/.pc/option-to-not-force-hw-control.patch/unix/tcp.c-616-	  if ((long) sin.sin_addr.s_addr == (long) -1)