===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
alpine-2.24+dfsg1/config.sub-52-
alpine-2.24+dfsg1/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
alpine-2.24+dfsg1/config.sub-54-
##############################################
alpine-2.24+dfsg1/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
alpine-2.24+dfsg1/config.sub:115:maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
alpine-2.24+dfsg1/config.sub-116-case $maybe_os in
##############################################
alpine-2.24+dfsg1/config.sub-122-    os=-$maybe_os
alpine-2.24+dfsg1/config.sub:123:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
alpine-2.24+dfsg1/config.sub-124-    ;;
##############################################
alpine-2.24+dfsg1/config.sub-126-    os=-linux-android
alpine-2.24+dfsg1/config.sub:127:    basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
alpine-2.24+dfsg1/config.sub-128-    ;;
alpine-2.24+dfsg1/config.sub-129-  *)
alpine-2.24+dfsg1/config.sub:130:    basic_machine=`echo $1 | sed 's/-[^-]*$//'`
alpine-2.24+dfsg1/config.sub-131-    if [ $basic_machine != $1 ]
alpine-2.24+dfsg1/config.sub:132:    then os=`echo $1 | sed 's/.*-/-/'`
alpine-2.24+dfsg1/config.sub-133-    else os=; fi
##############################################
alpine-2.24+dfsg1/config.sub-180-		os=-sco5v6
alpine-2.24+dfsg1/config.sub:181:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-182-		;;
##############################################
alpine-2.24+dfsg1/config.sub-184-		os=-sco3.2v5
alpine-2.24+dfsg1/config.sub:185:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-186-		;;
##############################################
alpine-2.24+dfsg1/config.sub-188-		os=-sco3.2v4
alpine-2.24+dfsg1/config.sub:189:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-190-		;;
alpine-2.24+dfsg1/config.sub-191-	-sco3.2.[4-9]*)
alpine-2.24+dfsg1/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
alpine-2.24+dfsg1/config.sub:193:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-194-		;;
##############################################
alpine-2.24+dfsg1/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
alpine-2.24+dfsg1/config.sub:197:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-198-		;;
##############################################
alpine-2.24+dfsg1/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
alpine-2.24+dfsg1/config.sub:201:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-202-		;;
##############################################
alpine-2.24+dfsg1/config.sub-204-		os=-sco3.2v2
alpine-2.24+dfsg1/config.sub:205:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-206-		;;
alpine-2.24+dfsg1/config.sub-207-	-udk*)
alpine-2.24+dfsg1/config.sub:208:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-209-		;;
##############################################
alpine-2.24+dfsg1/config.sub-211-		os=-isc2.2
alpine-2.24+dfsg1/config.sub:212:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-213-		;;
##############################################
alpine-2.24+dfsg1/config.sub-217-	-isc*)
alpine-2.24+dfsg1/config.sub:218:		basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-219-		;;
##############################################
alpine-2.24+dfsg1/config.sub-229-	-ptx*)
alpine-2.24+dfsg1/config.sub:230:		basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
alpine-2.24+dfsg1/config.sub-231-		;;
alpine-2.24+dfsg1/config.sub-232-	-windowsnt*)
alpine-2.24+dfsg1/config.sub:233:		os=`echo $os | sed -e 's/windowsnt/winnt/'`
alpine-2.24+dfsg1/config.sub-234-		;;
##############################################
alpine-2.24+dfsg1/config.sub-368-	*-*-*)
alpine-2.24+dfsg1/config.sub:369:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
alpine-2.24+dfsg1/config.sub-370-		exit 1
##############################################
alpine-2.24+dfsg1/config.sub-497-	amd64-*)
alpine-2.24+dfsg1/config.sub:498:		basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-499-		;;
##############################################
alpine-2.24+dfsg1/config.sub-542-	blackfin-*)
alpine-2.24+dfsg1/config.sub:543:		basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-544-		os=-linux
##############################################
alpine-2.24+dfsg1/config.sub-550-	c54x-*)
alpine-2.24+dfsg1/config.sub:551:		basic_machine=tic54x-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-552-		;;
alpine-2.24+dfsg1/config.sub-553-	c55x-*)
alpine-2.24+dfsg1/config.sub:554:		basic_machine=tic55x-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-555-		;;
alpine-2.24+dfsg1/config.sub-556-	c6x-*)
alpine-2.24+dfsg1/config.sub:557:		basic_machine=tic6x-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-558-		;;
##############################################
alpine-2.24+dfsg1/config.sub-654-	e500v[12]-*)
alpine-2.24+dfsg1/config.sub:655:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-656-		os=$os"spe"
##############################################
alpine-2.24+dfsg1/config.sub-761-	i*86v32)
alpine-2.24+dfsg1/config.sub:762:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-763-		os=-sysv32
##############################################
alpine-2.24+dfsg1/config.sub-765-	i*86v4*)
alpine-2.24+dfsg1/config.sub:766:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-767-		os=-sysv4
##############################################
alpine-2.24+dfsg1/config.sub-769-	i*86v)
alpine-2.24+dfsg1/config.sub:770:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-771-		os=-sysv
##############################################
alpine-2.24+dfsg1/config.sub-773-	i*86sol2)
alpine-2.24+dfsg1/config.sub:774:		basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
alpine-2.24+dfsg1/config.sub-775-		os=-solaris2
##############################################
alpine-2.24+dfsg1/config.sub-799-	leon-*|leon[3-9]-*)
alpine-2.24+dfsg1/config.sub:800:		basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'`
alpine-2.24+dfsg1/config.sub-801-		;;
##############################################
alpine-2.24+dfsg1/config.sub-806-	m68knommu-*)
alpine-2.24+dfsg1/config.sub:807:		basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-808-		os=-linux
##############################################
alpine-2.24+dfsg1/config.sub-843-	mips3*-*)
alpine-2.24+dfsg1/config.sub:844:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
alpine-2.24+dfsg1/config.sub-845-		;;
alpine-2.24+dfsg1/config.sub-846-	mips3*)
alpine-2.24+dfsg1/config.sub:847:		basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
alpine-2.24+dfsg1/config.sub-848-		;;
##############################################
alpine-2.24+dfsg1/config.sub-865-	ms1-*)
alpine-2.24+dfsg1/config.sub:866:		basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
alpine-2.24+dfsg1/config.sub-867-		;;
##############################################
alpine-2.24+dfsg1/config.sub-987-	parisc-*)
alpine-2.24+dfsg1/config.sub:988:		basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-989-		os=-linux
##############################################
alpine-2.24+dfsg1/config.sub-1003-	pc98-*)
alpine-2.24+dfsg1/config.sub:1004:		basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1005-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1018-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
alpine-2.24+dfsg1/config.sub:1019:		basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1020-		;;
alpine-2.24+dfsg1/config.sub-1021-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
alpine-2.24+dfsg1/config.sub:1022:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1023-		;;
alpine-2.24+dfsg1/config.sub-1024-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
alpine-2.24+dfsg1/config.sub:1025:		basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1026-		;;
alpine-2.24+dfsg1/config.sub-1027-	pentium4-*)
alpine-2.24+dfsg1/config.sub:1028:		basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1029-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1037-	ppc-* | ppcbe-*)
alpine-2.24+dfsg1/config.sub:1038:		basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1039-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1043-	ppcle-* | powerpclittle-*)
alpine-2.24+dfsg1/config.sub:1044:		basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1045-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1047-		;;
alpine-2.24+dfsg1/config.sub:1048:	ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1049-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1053-	ppc64le-* | powerpc64little-*)
alpine-2.24+dfsg1/config.sub:1054:		basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1055-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1084-	s390-*)
alpine-2.24+dfsg1/config.sub:1085:		basic_machine=s390-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1086-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1090-	s390x-*)
alpine-2.24+dfsg1/config.sub:1091:		basic_machine=s390x-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1092-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1142-	strongarm-* | thumb-*)
alpine-2.24+dfsg1/config.sub:1143:		basic_machine=arm-`echo $basic_machine | sed 's/^[^-]*-//'`
alpine-2.24+dfsg1/config.sub-1144-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1275-	xscale-* | xscalee[bl]-*)
alpine-2.24+dfsg1/config.sub:1276:		basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
alpine-2.24+dfsg1/config.sub-1277-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1352-	*)
alpine-2.24+dfsg1/config.sub:1353:		echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
alpine-2.24+dfsg1/config.sub-1354-		exit 1
##############################################
alpine-2.24+dfsg1/config.sub-1360-	*-digital*)
alpine-2.24+dfsg1/config.sub:1361:		basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
alpine-2.24+dfsg1/config.sub-1362-		;;
alpine-2.24+dfsg1/config.sub-1363-	*-commodore*)
alpine-2.24+dfsg1/config.sub:1364:		basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
alpine-2.24+dfsg1/config.sub-1365-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1381-	-solaris1 | -solaris1.*)
alpine-2.24+dfsg1/config.sub:1382:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
alpine-2.24+dfsg1/config.sub-1383-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1393-	-gnu/linux*)
alpine-2.24+dfsg1/config.sub:1394:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
alpine-2.24+dfsg1/config.sub-1395-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1440-	-nto*)
alpine-2.24+dfsg1/config.sub:1441:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
alpine-2.24+dfsg1/config.sub-1442-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1447-	-mac*)
alpine-2.24+dfsg1/config.sub:1448:		os=`echo $os | sed -e 's|mac|macos|'`
alpine-2.24+dfsg1/config.sub-1449-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1453-	-linux*)
alpine-2.24+dfsg1/config.sub:1454:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
alpine-2.24+dfsg1/config.sub-1455-		;;
alpine-2.24+dfsg1/config.sub-1456-	-sunos5*)
alpine-2.24+dfsg1/config.sub:1457:		os=`echo $os | sed -e 's|sunos5|solaris2|'`
alpine-2.24+dfsg1/config.sub-1458-		;;
alpine-2.24+dfsg1/config.sub-1459-	-sunos6*)
alpine-2.24+dfsg1/config.sub:1460:		os=`echo $os | sed -e 's|sunos6|solaris3|'`
alpine-2.24+dfsg1/config.sub-1461-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1508-	-sinix5.*)
alpine-2.24+dfsg1/config.sub:1509:		os=`echo $os | sed -e 's|sinix|sysv|'`
alpine-2.24+dfsg1/config.sub-1510-		;;
##############################################
alpine-2.24+dfsg1/config.sub-1563-		# Get rid of the `-' at the beginning of $os.
alpine-2.24+dfsg1/config.sub:1564:		os=`echo $os | sed 's/[^-]*-//'`
alpine-2.24+dfsg1/config.sub:1565:		echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
alpine-2.24+dfsg1/config.sub-1566-		exit 1
##############################################
alpine-2.24+dfsg1/config.sub-1829-		esac
alpine-2.24+dfsg1/config.sub:1830:		basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
alpine-2.24+dfsg1/config.sub-1831-		;;
##############################################
alpine-2.24+dfsg1/regex/Makefile-315-.c.obj:
alpine-2.24+dfsg1/regex/Makefile:316:	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/regex/Makefile-317-	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/regex/Makefile-319-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
alpine-2.24+dfsg1/regex/Makefile:320:#	$(COMPILE) -c `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/regex/Makefile-321-
##############################################
alpine-2.24+dfsg1/regex/Makefile-379-GTAGS:
alpine-2.24+dfsg1/regex/Makefile:380:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/regex/Makefile-381-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/regex/Makefile-387-distdir: $(DISTFILES)
alpine-2.24+dfsg1/regex/Makefile:388:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/regex/Makefile:389:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/regex/Makefile-390-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/regex/Makefile-401-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/regex/Makefile:402:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/regex/Makefile-403-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/regex/Makefile.in-315-.c.obj:
alpine-2.24+dfsg1/regex/Makefile.in:316:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/regex/Makefile.in-317-@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/regex/Makefile.in-319-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/regex/Makefile.in:320:@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/regex/Makefile.in-321-
##############################################
alpine-2.24+dfsg1/regex/Makefile.in-379-GTAGS:
alpine-2.24+dfsg1/regex/Makefile.in:380:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/regex/Makefile.in-381-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/regex/Makefile.in-387-distdir: $(DISTFILES)
alpine-2.24+dfsg1/regex/Makefile.in:388:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/regex/Makefile.in:389:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/regex/Makefile.in-390-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/regex/Makefile.in-401-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/regex/Makefile.in:402:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/regex/Makefile.in-403-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/depcomp-64-  case $1 in
alpine-2.24+dfsg1/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
alpine-2.24+dfsg1/depcomp-66-      *) dir=;;
##############################################
alpine-2.24+dfsg1/depcomp-73-{
alpine-2.24+dfsg1/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
alpine-2.24+dfsg1/depcomp-75-}
##############################################
alpine-2.24+dfsg1/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
alpine-2.24+dfsg1/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
alpine-2.24+dfsg1/depcomp-128-
##############################################
alpine-2.24+dfsg1/depcomp-405-        sleep 1
alpine-2.24+dfsg1/depcomp:406:        i=`expr $i - 1`
alpine-2.24+dfsg1/depcomp-407-      done
alpine-2.24+dfsg1/depcomp-408-    fi
alpine-2.24+dfsg1/depcomp:409:    i=`expr $i - 1`
alpine-2.24+dfsg1/depcomp-410-  done
##############################################
alpine-2.24+dfsg1/depcomp-425-  # Do two passes, one to just change these to
alpine-2.24+dfsg1/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
alpine-2.24+dfsg1/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
alpine-2.24+dfsg1/depcomp-659-  done
alpine-2.24+dfsg1/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
alpine-2.24+dfsg1/depcomp-661-  touch "$tmpdepfile"
##############################################
alpine-2.24+dfsg1/doc/man1/alpine.1-367-
alpine-2.24+dfsg1/doc/man1/alpine.1:368:pico(1), binmail(1), aliases(5), mailaddr(7), sendmail(8), spell(1), imapd(8)
alpine-2.24+dfsg1/doc/man1/alpine.1-369-
##############################################
alpine-2.24+dfsg1/pico/osdep/Makefile.in-61-  { \
alpine-2.24+dfsg1/pico/osdep/Makefile.in:62:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/pico/osdep/Makefile.in-63-  }; \
##############################################
alpine-2.24+dfsg1/pico/osdep/Makefile.in-445-.c.obj:
alpine-2.24+dfsg1/pico/osdep/Makefile.in:446:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pico/osdep/Makefile.in-447-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/pico/osdep/Makefile.in-449-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/pico/osdep/Makefile.in:450:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pico/osdep/Makefile.in-451-
##############################################
alpine-2.24+dfsg1/pico/osdep/Makefile.in-494-GTAGS:
alpine-2.24+dfsg1/pico/osdep/Makefile.in:495:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/pico/osdep/Makefile.in-496-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/pico/osdep/Makefile.in-517-distdir: $(DISTFILES)
alpine-2.24+dfsg1/pico/osdep/Makefile.in:518:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pico/osdep/Makefile.in:519:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pico/osdep/Makefile.in-520-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/pico/osdep/Makefile.in-531-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/pico/osdep/Makefile.in:532:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/pico/osdep/Makefile.in-533-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c-142-        //
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:143:#define GET_ASPELL_PROC_ADDR(_functype, _func)                                \
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c-144-        aspellinfo->_func = (_functype *)GetProcAddress(mod_aspell, #_func);  \
##############################################
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c-147-
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:148:        GET_ASPELL_PROC_ADDR(NEW_ASPELL_SPELLER,                 new_aspell_speller);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:149:        GET_ASPELL_PROC_ADDR(NEW_ASPELL_CONFIG,                  new_aspell_config);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:150:        GET_ASPELL_PROC_ADDR(TO_ASPELL_SPELLER,                  to_aspell_speller);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:151:        GET_ASPELL_PROC_ADDR(ASPELL_CONFIG_REPLACE,              aspell_config_replace);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:152:        GET_ASPELL_PROC_ADDR(DELETE_ASPELL_CONFIG,               delete_aspell_config);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:153:        GET_ASPELL_PROC_ADDR(ASPELL_CONFIG_RETRIEVE,             aspell_config_retrieve);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:154:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_ADD_TO_PERSONAL,     aspell_speller_add_to_personal);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:155:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_ADD_TO_SESSION,      aspell_speller_add_to_session);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:156:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_CHECK,               aspell_speller_check);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:157:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_SUGGEST,             aspell_speller_suggest);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:158:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_SAVE_ALL_WORD_LISTS, aspell_speller_save_all_word_lists);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:159:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_STORE_REPLACEMENT,   aspell_speller_store_replacement);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:160:        GET_ASPELL_PROC_ADDR(ASPELL_STRING_ENUMERATION_NEXT,     aspell_string_enumeration_next);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:161:        GET_ASPELL_PROC_ADDR(ASPELL_WORD_LIST_ELEMENTS,          aspell_word_list_elements);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:162:        GET_ASPELL_PROC_ADDR(DELETE_ASPELL_SPELLER,              delete_aspell_speller);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:163:        GET_ASPELL_PROC_ADDR(DELETE_ASPELL_STRING_ENUMERATION,   delete_aspell_string_enumeration);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:164:        GET_ASPELL_PROC_ADDR(DELETE_ASPELL_CAN_HAVE_ERROR,       delete_aspell_can_have_error);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:165:        GET_ASPELL_PROC_ADDR(ASPELL_ERROR_MESSAGE,               aspell_error_message);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:166:        GET_ASPELL_PROC_ADDR(ASPELL_ERROR_NUMBER,                aspell_error_number);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:167:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_ERROR,               aspell_speller_error);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:168:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_ERROR_MESSAGE,       aspell_speller_error_message);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c:169:        GET_ASPELL_PROC_ADDR(ASPELL_SPELLER_CONFIG,              aspell_speller_config);
alpine-2.24+dfsg1/pico/osdep/mswin_aspell.c-170-
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-62-  { \
alpine-2.24+dfsg1/pico/Makefile.in:63:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/pico/Makefile.in-64-  }; \
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-235-  while test -n "$$dir1"; do \
alpine-2.24+dfsg1/pico/Makefile.in:236:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alpine-2.24+dfsg1/pico/Makefile.in-237-    if test "$$first" != "."; then \
alpine-2.24+dfsg1/pico/Makefile.in-238-      if test "$$first" = ".."; then \
alpine-2.24+dfsg1/pico/Makefile.in:239:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alpine-2.24+dfsg1/pico/Makefile.in:240:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alpine-2.24+dfsg1/pico/Makefile.in-241-      else \
alpine-2.24+dfsg1/pico/Makefile.in:242:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alpine-2.24+dfsg1/pico/Makefile.in-243-        if test "$$first2" = "$$first"; then \
alpine-2.24+dfsg1/pico/Makefile.in:244:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alpine-2.24+dfsg1/pico/Makefile.in-245-        else \
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-250-    fi; \
alpine-2.24+dfsg1/pico/Makefile.in:251:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alpine-2.24+dfsg1/pico/Makefile.in-252-  done; \
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-520-	test -n "$(EXEEXT)" || exit 0; \
alpine-2.24+dfsg1/pico/Makefile.in:521:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alpine-2.24+dfsg1/pico/Makefile.in-522-	echo " rm -f" $$list; \
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-566-.c.obj:
alpine-2.24+dfsg1/pico/Makefile.in:567:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pico/Makefile.in-568-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-570-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/pico/Makefile.in:571:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pico/Makefile.in-572-
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-599-	dot_seen=no; \
alpine-2.24+dfsg1/pico/Makefile.in:600:	target=`echo $@ | sed s/-recursive//`; \
alpine-2.24+dfsg1/pico/Makefile.in-601-	case "$@" in \
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-662-GTAGS:
alpine-2.24+dfsg1/pico/Makefile.in:663:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/pico/Makefile.in-664-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-685-distdir: $(DISTFILES)
alpine-2.24+dfsg1/pico/Makefile.in:686:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pico/Makefile.in:687:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pico/Makefile.in-688-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/pico/Makefile.in-699-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/pico/Makefile.in:700:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/pico/Makefile.in-701-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/web/src/Makefile-60-  { \
alpine-2.24+dfsg1/web/src/Makefile:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/web/src/Makefile-62-  }; \
##############################################
alpine-2.24+dfsg1/web/src/Makefile-351-distdir: $(DISTFILES)
alpine-2.24+dfsg1/web/src/Makefile:352:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/Makefile:353:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/Makefile-354-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/web/src/Makefile-365-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/web/src/Makefile:366:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/web/src/Makefile-367-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-373-int	     peMessageSubject(Tcl_Interp *, imapuid_t, int, Tcl_Obj **);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:374:int	     peMessageFromAddr(Tcl_Interp *, imapuid_t, int, Tcl_Obj **);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:375:int	     peMessageToAddr(Tcl_Interp *, imapuid_t, int, Tcl_Obj **);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:376:int	     peMessageCcAddr(Tcl_Interp *, imapuid_t, int, Tcl_Obj **);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-377-int	     peMessageField(Tcl_Interp *, imapuid_t, char *);
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-419-int	     peGotoDefault(Tcl_Interp *, imapuid_t, Tcl_Obj **);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:420:int	     peTakeaddr(Tcl_Interp *, imapuid_t, int, Tcl_Obj **);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-421-int	     peTakeFrom(Tcl_Interp *, imapuid_t, int, Tcl_Obj **);
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-7988-int
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:7989:peMessageFromAddr(Tcl_Interp *interp, imapuid_t uid, int objc, Tcl_Obj **objv)
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-7990-{
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-7995-int
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:7996:peMessageToAddr(Tcl_Interp *interp, imapuid_t uid, int objc, Tcl_Obj **objv)
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-7997-{
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-8002-int
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:8003:peMessageCcAddr(Tcl_Interp *interp, imapuid_t uid, int objc, Tcl_Obj **objv)
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-8004-{
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-14301-	     */
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:14302:	    adr2          = mail_newaddr();
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-14303-	    adr2->mailbox = cpystr(ae->addr.addr);
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-14827-int
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:14828:peTakeaddr(Tcl_Interp *interp, imapuid_t uid, int objc, Tcl_Obj **objv)
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-14829-{
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-14835-
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:14836:    if(set_up_takeaddr('a', wps_global, sp_msgmap(wps_global->mail_stream),
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-14837-		       &talist, &anum, TA_NOPROMPT, NULL) < 0
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-14992-
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:14993:    get_contactinfo_from_addr(addr, &nick, &full, &fcc, &comment);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-14994-
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-15451-		      q_status_message(SM_ORDER, 0, 3, wtmp_20k_buf);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c:15452:		      newadr = copyaddr(curadr);
alpine-2.24+dfsg1/web/src/alpined.d/alpined.c-15453-		      if(newadrs == NULL){
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-62-  { \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:63:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-64-  }; \
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-120-CONFIG_CLEAN_VPATH_FILES =
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:121:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-122-am__vpath_adj = case $$p in \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:123:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-124-    *) f=$$p;; \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-125-  esac;
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:126:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-127-am__install_max = 40
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-128-am__nobase_strip_setup = \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:129:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-130-am__nobase_strip = \
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-552-	test -n "$(EXEEXT)" || exit 0; \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:553:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-554-	echo " rm -f" $$list; \
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-591-.c.obj:
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:592:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-593-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-595-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:596:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-597-
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-640-GTAGS:
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:641:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-642-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-663-distdir: $(DISTFILES)
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:664:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:665:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-666-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-677-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in:678:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/web/src/alpined.d/Makefile.in-679-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile-207-	ln -s `pwd` ../cgi.tcl-$(SHORT_VERSION)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile:208:	cd ..;tar cvfh $@ `pubfile cgi.tcl-$(SHORT_VERSION)`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile-209-	mv ../$@ .
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile-264-	     if (rootme=`pwd`/ ; export rootme ; \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile:265:	       rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile-266-	       cd ./$$i; \
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure.in-22-	${exec_prefix}/bin/tclsh \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure.in:23:	`ls -r ${exec_prefix}/bin/tclsh[[8-9]]* 2>/dev/null` \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure.in-24-	${prefix}/bin/tclsh \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure.in:25:	`ls -r ${prefix}/bin/tclsh[[8-9]]* 2>/dev/null` \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure.in-26-	${srcdir}/../tcl/unix/tclsh \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure.in:27:	`ls -dr ${srcdir}/../tcl[[8-9]]*/unix/tclsh 2>/dev/null` \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure.in-28-        /usr/local/bin/tclsh \
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-43-do
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:44:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-45-    eval $as_var=C; export $as_var
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-101-  as_lineno_2=$LINENO
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:102:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-103-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-140-  as_lineno_2=$LINENO
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:141:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-142-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-325-
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:326:  ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-327-
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-358-  -disable-* | --disable-*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:359:    ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-360-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-363-   { (exit 1); exit 1; }; }
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:364:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-365-    eval "enable_$ac_feature=no" ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-367-  -enable-* | --enable-*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:368:    ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-369-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-372-   { (exit 1); exit 1; }; }
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:373:    ac_feature=`echo $ac_feature | sed 's/-/_/g'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-374-    case $ac_option in
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:375:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-376-      *) ac_optarg=yes ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-549-  -with-* | --with-*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:550:    ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-551-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-554-   { (exit 1); exit 1; }; }
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:555:    ac_package=`echo $ac_package| sed 's/-/_/g'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-556-    case $ac_option in
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:557:      *=*) ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-558-      *) ac_optarg=yes ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-562-  -without-* | --without-*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:563:    ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-564-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-567-   { (exit 1); exit 1; }; }
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:568:    ac_package=`echo $ac_package | sed 's/-/_/g'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-569-    eval "with_$ac_package=no" ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-594-  *=*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:595:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-596-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-599-   { (exit 1); exit 1; }; }
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:600:    ac_optarg=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-601-    eval "$ac_envvar='$ac_optarg'"
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-615-if test -n "$ac_prev"; then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:616:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-617-  { echo "$as_me: error: missing argument to $ac_option" >&2
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-623-do
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:624:  eval ac_val=$`echo $ac_var`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-625-  case $ac_val in
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-635-do
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:636:  eval ac_val=$`echo $ac_var`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-637-  case $ac_val in
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-702-   { (exit 1); exit 1; }; }
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:703:srcdir=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-704-ac_env_build_alias_set=${build_alias+set}
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-753-By default, \`make install' will install all the files in
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:754:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:755:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-756-for instance \`--prefix=\$HOME'.
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-793-if test "$ac_dir" != .; then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:794:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-795-  # A "../" for each directory in $ac_dir_suffix.
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:796:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-797-else
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-806-    else
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:807:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-808-    fi ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-960-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:961:      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-962-    esac
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1032-    do
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1033:      eval ac_val=$`echo $ac_var`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1034-      echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1046-      do
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1047:	eval ac_val=$`echo $ac_var`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1048-	echo "$ac_var='"'"'$ac_val'"'"'"
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1153-    set,)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1154:      { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1155:echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1156-      ac_cache_corrupted=: ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1176-    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1177:      ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1178-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1340-	${exec_prefix}/bin/tclsh \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1341:	`ls -r ${exec_prefix}/bin/tclsh[8-9]* 2>/dev/null` \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1342-	${prefix}/bin/tclsh \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1343:	`ls -r ${prefix}/bin/tclsh[8-9]* 2>/dev/null` \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1344-	${srcdir}/../tcl/unix/tclsh \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1345:	`ls -dr ${srcdir}/../tcl[8-9]*/unix/tclsh 2>/dev/null` \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1346-        /usr/local/bin/tclsh \
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1476-ac_LF_and_DOT=`echo; echo .`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1477:DEFS=`sed -n -f confdef2opt.sed confdefs.h | tr "$ac_LF_and_DOT" ' .'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1478-rm -f confdef2opt.sed
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1551-do
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1552:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1553-    eval $as_var=C; export $as_var
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1609-  as_lineno_2=$LINENO
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1610:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1611-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1649-  as_lineno_2=$LINENO
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1650:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1651-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1823-configured by $0, generated by GNU Autoconf 2.59,
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1824:  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1825-
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1840-  --*=*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1841:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:1842:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-1843-    ac_shift=:
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2056-      fi
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2057:      ac_sed_frag=`expr $ac_sed_frag + 1`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2058-      ac_beg=$ac_end
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2059:      ac_end=`expr $ac_end + $ac_max_sed_lines`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2060-    fi
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2073-	cat >$tmp/stdin
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2074:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2075:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2076:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2077:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2078-  * )   ac_file_in=$ac_file.in ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2121-if test "$ac_dir" != .; then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2122:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2123-  # A "../" for each directory in $ac_dir_suffix.
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2124:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2125-else
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2134-    else
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure:2135:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/configure-2136-    fi ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/example/vclock.pl-27-
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/example/vclock.pl:28:$time = `date '+$format'`;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/example/vclock.pl-29-
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile.in-207-	ln -s `pwd` ../cgi.tcl-$(SHORT_VERSION)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile.in:208:	cd ..;tar cvfh $@ `pubfile cgi.tcl-$(SHORT_VERSION)`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile.in-209-	mv ../$@ .
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile.in-264-	     if (rootme=`pwd`/ ; export rootme ; \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile.in:265:	       rootsrc=`cd $(srcdir); pwd`/ ; export rootsrc ; \
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/Makefile.in-266-	       cd ./$$i; \
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/mkinstalldirs-10-for file in ${1+"$@"} ; do 
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/mkinstalldirs:11:   set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/mkinstalldirs-12-   shift
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-46-do
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:47:  if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-48-    eval $as_var=C; export $as_var
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-104-  as_lineno_2=$LINENO
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:105:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-106-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-144-  as_lineno_2=$LINENO
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:145:  as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-146-  test "x$as_lineno_1" != "x$as_lineno_2" &&
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-310-  --*=*)
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:311:    ac_option=`expr "x$1" : 'x\([^=]*\)='`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:312:    ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-313-    ac_shift=:
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-509-      fi
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:510:      ac_sed_frag=`expr $ac_sed_frag + 1`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-511-      ac_beg=$ac_end
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:512:      ac_end=`expr $ac_end + $ac_max_sed_lines`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-513-    fi
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-524-	cat >$tmp/stdin
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:525:	ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:526:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:527:  *:* ) ac_file_in=`echo "$ac_file" | sed 's,[^:]*:,,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:528:	ac_file=`echo "$ac_file" | sed 's,:.*,,'` ;;
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-529-  * )   ac_file_in=$ac_file.in ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-572-if test "$ac_dir" != .; then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:573:  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-574-  # A "../" for each directory in $ac_dir_suffix.
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:575:  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-576-else
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-585-    else
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status:586:       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/config.status-587-    fi ;;
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-73-
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh:74:	-t=*) transformarg=`echo $1 | sed 's/-t=//'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-75-	    shift
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-77-
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh:78:	-b=*) transformbasename=`echo $1 | sed 's/-b=//'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-79-	    shift
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-138-	then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh:139:		dst="$dst"/`basename $src`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-140-	else
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-145-## this sed command emulates the dirname command
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh:146:dstdir=`echo $dst | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-147-
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-159-IFS='%'
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh:160:set - `echo ${dstdir} | sed -e 's@/@%@g' -e 's@^%@/@'`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-161-IFS="${oIFS}"
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-193-	then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh:194:		dstfile=`basename $dst`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-195-	else
##############################################
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-203-	then
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh:204:		dstfile=`basename $dst`
alpine-2.24+dfsg1/web/src/cgi.tcl-1.10/install-sh-205-	else
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-62-  { \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile:63:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-64-  }; \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-480-	test -n "$(EXEEXT)" || exit 0; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile:481:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-482-	echo " rm -f" $$list; \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-522-.c.obj:
alpine-2.24+dfsg1/web/src/pubcookie/Makefile:523:	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-524-	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-526-#	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile:527:#	$(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-528-
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-571-GTAGS:
alpine-2.24+dfsg1/web/src/pubcookie/Makefile:572:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-573-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-594-distdir: $(DISTFILES)
alpine-2.24+dfsg1/web/src/pubcookie/Makefile:595:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile:596:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-597-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-608-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile:609:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile-610-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/debug.cgi-30-	setpgrp(0,0);
alpine-2.24+dfsg1/web/src/pubcookie/debug.cgi:31:	exec("$wp_uidmapper_bin 60000-64999");
alpine-2.24+dfsg1/web/src/pubcookie/debug.cgi-32-    }
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-62-  { \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in:63:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-64-  }; \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-480-	test -n "$(EXEEXT)" || exit 0; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in:481:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-482-	echo " rm -f" $$list; \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-522-.c.obj:
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in:523:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-524-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-526-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in:527:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-528-
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-571-GTAGS:
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in:572:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-573-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-594-distdir: $(DISTFILES)
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in:595:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in:596:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-597-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-608-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in:609:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/web/src/pubcookie/Makefile.in-610-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/web/src/Makefile.in-60-  { \
alpine-2.24+dfsg1/web/src/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/web/src/Makefile.in-62-  }; \
##############################################
alpine-2.24+dfsg1/web/src/Makefile.in-351-distdir: $(DISTFILES)
alpine-2.24+dfsg1/web/src/Makefile.in:352:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/Makefile.in:353:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/web/src/Makefile.in-354-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/web/src/Makefile.in-365-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/web/src/Makefile.in:366:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/web/src/Makefile.in-367-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/web/config/alpine.tcl-150-
alpine-2.24+dfsg1/web/config/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/config/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/web/cgi/alpine/1.0/export.tcl-163-
alpine-2.24+dfsg1/web/cgi/alpine/1.0/export.tcl:164:  exec echo $rhandle | [file join $_wp(cgipath) [WPCmd PEInfo set wp_ver_dir] whackatch.tcl] >& /dev/null &
alpine-2.24+dfsg1/web/cgi/alpine/1.0/export.tcl-165-}
##############################################
alpine-2.24+dfsg1/web/cgi/alpine/1.0/alpine.tcl-150-
alpine-2.24+dfsg1/web/cgi/alpine/1.0/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/cgi/alpine/1.0/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/web/cgi/alpine/2.0/conduit/export-166-
alpine-2.24+dfsg1/web/cgi/alpine/2.0/conduit/export:167:  exec echo $rhandle | [file join $_wp(cgipath) [WPCmd PEInfo set wp_ver_dir] whackatch.tcl] >& /dev/null &
alpine-2.24+dfsg1/web/cgi/alpine/2.0/conduit/export-168-}
##############################################
alpine-2.24+dfsg1/web/cgi/alpine/2.0/lib/compose.js-192-	    r = sEmail.replace(oREHilite,'<b>$&</b>');
alpine-2.24+dfsg1/web/cgi/alpine/2.0/lib/compose.js:193:	    where = sNick.replace(oREHilite,'<b>$&</b>');
alpine-2.24+dfsg1/web/cgi/alpine/2.0/lib/compose.js-194-	    if(where.length) r += ' (' + where + ')';
##############################################
alpine-2.24+dfsg1/web/cgi/alpine/2.0/alpine.tcl-150-
alpine-2.24+dfsg1/web/cgi/alpine/2.0/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/cgi/alpine/2.0/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/web/cgi/alpine/alpine.tcl-150-
alpine-2.24+dfsg1/web/cgi/alpine/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/cgi/alpine/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/web/cgi/session/logout/alpine.tcl-150-
alpine-2.24+dfsg1/web/cgi/session/logout/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/cgi/session/logout/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/web/cgi/session/alpine.tcl-150-
alpine-2.24+dfsg1/web/cgi/session/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/cgi/session/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/web/cgi/pub/alpine.tcl-150-
alpine-2.24+dfsg1/web/cgi/pub/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/cgi/pub/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/web/cgi/alpine.tcl-150-
alpine-2.24+dfsg1/web/cgi/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/cgi/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/web/bin/launch.tcl-30-
alpine-2.24+dfsg1/web/bin/launch.tcl:31:set cmd "exec -- echo $_wp(sockname) | [file join $_wp(bin) $servlet]"
alpine-2.24+dfsg1/web/bin/launch.tcl-32-
##############################################
alpine-2.24+dfsg1/web/bin/alpine.tcl-150-
alpine-2.24+dfsg1/web/bin/alpine.tcl:151:# verify sessid from consistent REMOTE_ADDR (set to 0 for proxying clusters)
alpine-2.24+dfsg1/web/bin/alpine.tcl-152-set _wp(hostcheck)	0
##############################################
alpine-2.24+dfsg1/ltmain.sh-103-#
alpine-2.24+dfsg1/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
alpine-2.24+dfsg1/ltmain.sh-105-#
##############################################
alpine-2.24+dfsg1/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
alpine-2.24+dfsg1/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
alpine-2.24+dfsg1/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
alpine-2.24+dfsg1/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
alpine-2.24+dfsg1/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
alpine-2.24+dfsg1/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
alpine-2.24+dfsg1/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-410-# The name of this program.
alpine-2.24+dfsg1/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
alpine-2.24+dfsg1/ltmain.sh-412-
##############################################
alpine-2.24+dfsg1/ltmain.sh-416-  *[\\/]*)
alpine-2.24+dfsg1/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
alpine-2.24+dfsg1/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
alpine-2.24+dfsg1/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
alpine-2.24+dfsg1/ltmain.sh-610-
alpine-2.24+dfsg1/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
alpine-2.24+dfsg1/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
alpine-2.24+dfsg1/ltmain.sh-613-
##############################################
alpine-2.24+dfsg1/ltmain.sh-639-
alpine-2.24+dfsg1/ltmain.sh:640:    func_arith_result=`expr "$@"`
alpine-2.24+dfsg1/ltmain.sh-641-  }
##############################################
alpine-2.24+dfsg1/ltmain.sh-660-  # ...otherwise fall back to using sed.
alpine-2.24+dfsg1/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
alpine-2.24+dfsg1/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
alpine-2.24+dfsg1/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-757-      test -n "$_G_tc" && {
alpine-2.24+dfsg1/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
alpine-2.24+dfsg1/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
alpine-2.24+dfsg1/ltmain.sh-760-      }
alpine-2.24+dfsg1/ltmain.sh-761-    done
alpine-2.24+dfsg1/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
alpine-2.24+dfsg1/ltmain.sh-763-
##############################################
alpine-2.24+dfsg1/ltmain.sh-831-
alpine-2.24+dfsg1/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
alpine-2.24+dfsg1/ltmain.sh-833-  }
##############################################
alpine-2.24+dfsg1/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
alpine-2.24+dfsg1/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
alpine-2.24+dfsg1/ltmain.sh-865-      done
alpine-2.24+dfsg1/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
alpine-2.24+dfsg1/ltmain.sh-867-
##############################################
alpine-2.24+dfsg1/ltmain.sh-901-      # If mktemp works, use that first and foremost
alpine-2.24+dfsg1/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-903-
##############################################
alpine-2.24+dfsg1/ltmain.sh-1111-        *[\\\`\"\$]*)
alpine-2.24+dfsg1/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
alpine-2.24+dfsg1/ltmain.sh-1113-        *)
##############################################
alpine-2.24+dfsg1/ltmain.sh-1198-    case $2 in
alpine-2.24+dfsg1/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
alpine-2.24+dfsg1/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
alpine-2.24+dfsg1/ltmain.sh-1201-    esac
##############################################
alpine-2.24+dfsg1/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
alpine-2.24+dfsg1/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
alpine-2.24+dfsg1/ltmain.sh-1273-      ;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-1358-
alpine-2.24+dfsg1/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
alpine-2.24+dfsg1/ltmain.sh-1360-}
##############################################
alpine-2.24+dfsg1/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
alpine-2.24+dfsg1/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
alpine-2.24+dfsg1/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
alpine-2.24+dfsg1/ltmain.sh-1517-
alpine-2.24+dfsg1/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
alpine-2.24+dfsg1/ltmain.sh-1519-}
##############################################
alpine-2.24+dfsg1/ltmain.sh-1870-
alpine-2.24+dfsg1/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
alpine-2.24+dfsg1/ltmain.sh-1872-      func_split_equals_rhs=
alpine-2.24+dfsg1/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
alpine-2.24+dfsg1/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
alpine-2.24+dfsg1/ltmain.sh-1875-  }
##############################################
alpine-2.24+dfsg1/ltmain.sh-1898-
alpine-2.24+dfsg1/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
alpine-2.24+dfsg1/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
alpine-2.24+dfsg1/ltmain.sh-1901-  }
##############################################
alpine-2.24+dfsg1/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
alpine-2.24+dfsg1/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
alpine-2.24+dfsg1/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
alpine-2.24+dfsg1/ltmain.sh-2074-
##############################################
alpine-2.24+dfsg1/ltmain.sh-2110-  {
alpine-2.24+dfsg1/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
alpine-2.24+dfsg1/ltmain.sh-2112-  }
##############################################
alpine-2.24+dfsg1/ltmain.sh-2115-  {
alpine-2.24+dfsg1/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
alpine-2.24+dfsg1/ltmain.sh-2117-  }
##############################################
alpine-2.24+dfsg1/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
alpine-2.24+dfsg1/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
alpine-2.24+dfsg1/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
alpine-2.24+dfsg1/ltmain.sh-2659-      done
alpine-2.24+dfsg1/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
alpine-2.24+dfsg1/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
alpine-2.24+dfsg1/ltmain.sh-2662-      case $@ in
##############################################
alpine-2.24+dfsg1/ltmain.sh-2672-	    # Evaluate the configuration.
alpine-2.24+dfsg1/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
alpine-2.24+dfsg1/ltmain.sh-2674-	    CC_quoted=
##############################################
alpine-2.24+dfsg1/ltmain.sh-2678-	    done
alpine-2.24+dfsg1/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
alpine-2.24+dfsg1/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
alpine-2.24+dfsg1/ltmain.sh-2681-	    case "$@ " in
##############################################
alpine-2.24+dfsg1/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
alpine-2.24+dfsg1/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
alpine-2.24+dfsg1/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-3009-    # LT_CYGPATH in this case.
alpine-2.24+dfsg1/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
alpine-2.24+dfsg1/ltmain.sh-3011-  fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
alpine-2.24+dfsg1/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
alpine-2.24+dfsg1/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
alpine-2.24+dfsg1/ltmain.sh-3376-    *.[cCFSifmso] | \
alpine-2.24+dfsg1/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
alpine-2.24+dfsg1/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
alpine-2.24+dfsg1/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
alpine-2.24+dfsg1/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
alpine-2.24+dfsg1/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
alpine-2.24+dfsg1/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
alpine-2.24+dfsg1/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-3474-
##############################################
alpine-2.24+dfsg1/ltmain.sh-3520-      if test warn = "$need_locks" &&
alpine-2.24+dfsg1/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
alpine-2.24+dfsg1/ltmain.sh-3522-	$ECHO "\
alpine-2.24+dfsg1/ltmain.sh-3523-*** ERROR, $lockfile contains:
alpine-2.24+dfsg1/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-3525-
##############################################
alpine-2.24+dfsg1/ltmain.sh-3569-      if test warn = "$need_locks" &&
alpine-2.24+dfsg1/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
alpine-2.24+dfsg1/ltmain.sh-3571-	$ECHO "\
alpine-2.24+dfsg1/ltmain.sh-3572-*** ERROR, $lockfile contains:
alpine-2.24+dfsg1/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-3574-
##############################################
alpine-2.24+dfsg1/ltmain.sh-3895-      # Get the absolute pathname.
alpine-2.24+dfsg1/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
alpine-2.24+dfsg1/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
alpine-2.24+dfsg1/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
alpine-2.24+dfsg1/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
alpine-2.24+dfsg1/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
alpine-2.24+dfsg1/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
alpine-2.24+dfsg1/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
alpine-2.24+dfsg1/ltmain.sh-4280-
##############################################
alpine-2.24+dfsg1/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
alpine-2.24+dfsg1/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
alpine-2.24+dfsg1/ltmain.sh-4293-	  else
alpine-2.24+dfsg1/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
alpine-2.24+dfsg1/ltmain.sh-4295-	  fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-4458-	    fi
alpine-2.24+dfsg1/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
alpine-2.24+dfsg1/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-4477-	        # Replace the output file specification.
alpine-2.24+dfsg1/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
alpine-2.24+dfsg1/ltmain.sh-4479-
##############################################
alpine-2.24+dfsg1/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
alpine-2.24+dfsg1/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
alpine-2.24+dfsg1/ltmain.sh-4498-	  fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-4570-    my_pic_p=${3-false}
alpine-2.24+dfsg1/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
alpine-2.24+dfsg1/ltmain.sh-4572-    my_dlsyms=
##############################################
alpine-2.24+dfsg1/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
alpine-2.24+dfsg1/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
alpine-2.24+dfsg1/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
alpine-2.24+dfsg1/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
alpine-2.24+dfsg1/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
alpine-2.24+dfsg1/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
alpine-2.24+dfsg1/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
alpine-2.24+dfsg1/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
alpine-2.24+dfsg1/ltmain.sh-4862-	  else
alpine-2.24+dfsg1/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alpine-2.24+dfsg1/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alpine-2.24+dfsg1/ltmain.sh-4865-	  fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-4867-	*)
alpine-2.24+dfsg1/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alpine-2.24+dfsg1/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
alpine-2.24+dfsg1/ltmain.sh-4870-	  ;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-4882-      # Nullify the symbol file.
alpine-2.24+dfsg1/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
alpine-2.24+dfsg1/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
alpine-2.24+dfsg1/ltmain.sh-4885-    fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
alpine-2.24+dfsg1/ltmain.sh:4897:  func_cygming_gnu_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $EGREP ' (_head_[A-Za-z0-9_]+_[ad]l*|[A-Za-z0-9_]+_[ad]l*_iname)$'`
alpine-2.24+dfsg1/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
alpine-2.24+dfsg1/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
alpine-2.24+dfsg1/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
alpine-2.24+dfsg1/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
alpine-2.24+dfsg1/ltmain.sh-4925-  win32_libid_type=unknown
alpine-2.24+dfsg1/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-4927-  case $win32_fileres in
##############################################
alpine-2.24+dfsg1/ltmain.sh-4990-
alpine-2.24+dfsg1/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
alpine-2.24+dfsg1/ltmain.sh-4992-}
##############################################
alpine-2.24+dfsg1/ltmain.sh-5008-
alpine-2.24+dfsg1/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
alpine-2.24+dfsg1/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
alpine-2.24+dfsg1/ltmain.sh-5072-    # binutils import library
alpine-2.24+dfsg1/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
alpine-2.24+dfsg1/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
alpine-2.24+dfsg1/ltmain.sh-5075-    # ms-generated import library
alpine-2.24+dfsg1/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
alpine-2.24+dfsg1/ltmain.sh-5077-  else
##############################################
alpine-2.24+dfsg1/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
alpine-2.24+dfsg1/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
alpine-2.24+dfsg1/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
alpine-2.24+dfsg1/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
alpine-2.24+dfsg1/ltmain.sh-5160-	    darwin_arch=
##############################################
alpine-2.24+dfsg1/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
alpine-2.24+dfsg1/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
alpine-2.24+dfsg1/ltmain.sh-5172-	    darwin_file=
##############################################
alpine-2.24+dfsg1/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
alpine-2.24+dfsg1/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
alpine-2.24+dfsg1/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
alpine-2.24+dfsg1/ltmain.sh-5189-      esac
alpine-2.24+dfsg1/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
alpine-2.24+dfsg1/ltmain.sh-5191-    done
##############################################
alpine-2.24+dfsg1/ltmain.sh-5260-
alpine-2.24+dfsg1/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
alpine-2.24+dfsg1/ltmain.sh-5262-    $ECHO "\
##############################################
alpine-2.24+dfsg1/ltmain.sh-5295-    --lt-dump-script)
alpine-2.24+dfsg1/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
alpine-2.24+dfsg1/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
alpine-2.24+dfsg1/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
alpine-2.24+dfsg1/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
alpine-2.24+dfsg1/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
alpine-2.24+dfsg1/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
alpine-2.24+dfsg1/ltmain.sh-5324-  done
##############################################
alpine-2.24+dfsg1/ltmain.sh-5380-  # Find the directory that this script lives in.
alpine-2.24+dfsg1/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
alpine-2.24+dfsg1/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
alpine-2.24+dfsg1/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
alpine-2.24+dfsg1/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
alpine-2.24+dfsg1/ltmain.sh-5386-  while test -n \"\$file\"; do
alpine-2.24+dfsg1/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
alpine-2.24+dfsg1/ltmain.sh-5388-
##############################################
alpine-2.24+dfsg1/ltmain.sh-5396-
alpine-2.24+dfsg1/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
alpine-2.24+dfsg1/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
alpine-2.24+dfsg1/ltmain.sh-5399-  done
##############################################
alpine-2.24+dfsg1/ltmain.sh-5410-    case \"\$thisdir\" in
alpine-2.24+dfsg1/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
alpine-2.24+dfsg1/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-5416-  # Try to get the absolute directory name.
alpine-2.24+dfsg1/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
alpine-2.24+dfsg1/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
alpine-2.24+dfsg1/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
alpine-2.24+dfsg1/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
alpine-2.24+dfsg1/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
alpine-2.24+dfsg1/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
alpine-2.24+dfsg1/ltmain.sh-5443-      else
##############################################
alpine-2.24+dfsg1/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
alpine-2.24+dfsg1/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
alpine-2.24+dfsg1/ltmain.sh-5487-
##############################################
alpine-2.24+dfsg1/ltmain.sh-6464-
alpine-2.24+dfsg1/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
alpine-2.24+dfsg1/ltmain.sh-6466-    *import*) : ;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-6712-	    moreargs=
alpine-2.24+dfsg1/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
alpine-2.24+dfsg1/ltmain.sh-6714-	    do
##############################################
alpine-2.24+dfsg1/ltmain.sh-6973-	*)
alpine-2.24+dfsg1/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
alpine-2.24+dfsg1/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
alpine-2.24+dfsg1/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
alpine-2.24+dfsg1/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
alpine-2.24+dfsg1/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
alpine-2.24+dfsg1/ltmain.sh-7287-      -Z*)
alpine-2.24+dfsg1/ltmain.sh:7288:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
alpine-2.24+dfsg1/ltmain.sh-7289-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
alpine-2.24+dfsg1/ltmain.sh-7457-      # get the directories listed in $shlibpath_var
alpine-2.24+dfsg1/ltmain.sh:7458:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
alpine-2.24+dfsg1/ltmain.sh-7459-    else
##############################################
alpine-2.24+dfsg1/ltmain.sh-7773-		  set dummy $deplibs_check_method; shift
alpine-2.24+dfsg1/ltmain.sh:7774:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alpine-2.24+dfsg1/ltmain.sh-7775-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
alpine-2.24+dfsg1/ltmain.sh-7863-	if test -n "$inherited_linker_flags"; then
alpine-2.24+dfsg1/ltmain.sh:7864:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
alpine-2.24+dfsg1/ltmain.sh-7865-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
alpine-2.24+dfsg1/ltmain.sh-7871-	fi
alpine-2.24+dfsg1/ltmain.sh:7872:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alpine-2.24+dfsg1/ltmain.sh-7873-	if test lib,link = "$linkmode,$pass" ||
##############################################
alpine-2.24+dfsg1/ltmain.sh-7944-	*)
alpine-2.24+dfsg1/ltmain.sh:7945:	  abs_ladir=`cd "$ladir" && pwd`
alpine-2.24+dfsg1/ltmain.sh-7946-	  if test -z "$abs_ladir"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-8197-	    shift
alpine-2.24+dfsg1/ltmain.sh:8198:	    libname=`eval "\\$ECHO \"$libname_spec\""`
alpine-2.24+dfsg1/ltmain.sh-8199-	    # use dlname if we got it. it's perfectly good, no?
##############################################
alpine-2.24+dfsg1/ltmain.sh-8489-		*)
alpine-2.24+dfsg1/ltmain.sh:8490:		  absdir=`cd "$dir" && pwd`
alpine-2.24+dfsg1/ltmain.sh-8491-		  if test -z "$absdir"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-8500-		  depdepl=
alpine-2.24+dfsg1/ltmain.sh:8501:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
alpine-2.24+dfsg1/ltmain.sh-8502-		  if test -n "$deplibrary_names"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-8507-		      depdepl=$absdir/$objdir/$depdepl
alpine-2.24+dfsg1/ltmain.sh:8508:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
alpine-2.24+dfsg1/ltmain.sh-8509-                      if test -z "$darwin_install_name"; then
alpine-2.24+dfsg1/ltmain.sh:8510:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
alpine-2.24+dfsg1/ltmain.sh-8511-                      fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-8522-		else
alpine-2.24+dfsg1/ltmain.sh:8523:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
alpine-2.24+dfsg1/ltmain.sh-8524-		  test -z "$libdir" && \
##############################################
alpine-2.24+dfsg1/ltmain.sh-8545-	else
alpine-2.24+dfsg1/ltmain.sh:8546:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alpine-2.24+dfsg1/ltmain.sh-8547-	fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-8634-        linux*)
alpine-2.24+dfsg1/ltmain.sh:8635:          case `$CC -V 2>&1 | sed 5q` in
alpine-2.24+dfsg1/ltmain.sh-8636-          *Sun\ C*) # Sun C++ 5.9
##############################################
alpine-2.24+dfsg1/ltmain.sh-9039-	removelist=
alpine-2.24+dfsg1/ltmain.sh:9040:	tempremovelist=`$ECHO "$output_objdir/*"`
alpine-2.24+dfsg1/ltmain.sh-9041-	for p in $tempremovelist; do
##############################################
alpine-2.24+dfsg1/ltmain.sh-9065-	# Transform .lo files to .o files.
alpine-2.24+dfsg1/ltmain.sh:9066:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
alpine-2.24+dfsg1/ltmain.sh-9067-      fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-9070-      #for path in $notinst_path; do
alpine-2.24+dfsg1/ltmain.sh:9071:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
alpine-2.24+dfsg1/ltmain.sh:9072:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
alpine-2.24+dfsg1/ltmain.sh:9073:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
alpine-2.24+dfsg1/ltmain.sh-9074-      #done
##############################################
alpine-2.24+dfsg1/ltmain.sh-9191-		if test -n "$i"; then
alpine-2.24+dfsg1/ltmain.sh:9192:		  libname=`eval "\\$ECHO \"$libname_spec\""`
alpine-2.24+dfsg1/ltmain.sh:9193:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
alpine-2.24+dfsg1/ltmain.sh-9194-		  set dummy $deplib_matches; shift
alpine-2.24+dfsg1/ltmain.sh-9195-		  deplib_match=$1
alpine-2.24+dfsg1/ltmain.sh:9196:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
alpine-2.24+dfsg1/ltmain.sh-9197-		    func_append newdeplibs " $i"
##############################################
alpine-2.24+dfsg1/ltmain.sh-9234-		  if test -n "$i"; then
alpine-2.24+dfsg1/ltmain.sh:9235:		    libname=`eval "\\$ECHO \"$libname_spec\""`
alpine-2.24+dfsg1/ltmain.sh:9236:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
alpine-2.24+dfsg1/ltmain.sh-9237-		    set dummy $deplib_matches; shift
alpine-2.24+dfsg1/ltmain.sh-9238-		    deplib_match=$1
alpine-2.24+dfsg1/ltmain.sh:9239:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
alpine-2.24+dfsg1/ltmain.sh-9240-		      func_append newdeplibs " $i"
##############################################
alpine-2.24+dfsg1/ltmain.sh-9269-	  set dummy $deplibs_check_method; shift
alpine-2.24+dfsg1/ltmain.sh:9270:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alpine-2.24+dfsg1/ltmain.sh-9271-	  for a_deplib in $deplibs; do
##############################################
alpine-2.24+dfsg1/ltmain.sh-9284-	      if test -n "$a_deplib"; then
alpine-2.24+dfsg1/ltmain.sh:9285:		libname=`eval "\\$ECHO \"$libname_spec\""`
alpine-2.24+dfsg1/ltmain.sh-9286-		if test -n "$file_magic_glob"; then
alpine-2.24+dfsg1/ltmain.sh:9287:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
alpine-2.24+dfsg1/ltmain.sh-9288-		else
##############################################
alpine-2.24+dfsg1/ltmain.sh-9294-		    shopt -s nocaseglob
alpine-2.24+dfsg1/ltmain.sh:9295:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-9296-		    $nocaseglob
alpine-2.24+dfsg1/ltmain.sh-9297-		  else
alpine-2.24+dfsg1/ltmain.sh:9298:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-9299-		  fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-9312-		      while test -h "$potlib" 2>/dev/null; do
alpine-2.24+dfsg1/ltmain.sh:9313:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
alpine-2.24+dfsg1/ltmain.sh-9314-			case $potliblink in
alpine-2.24+dfsg1/ltmain.sh-9315-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
alpine-2.24+dfsg1/ltmain.sh:9316:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
alpine-2.24+dfsg1/ltmain.sh-9317-			esac
##############################################
alpine-2.24+dfsg1/ltmain.sh-9353-	  set dummy $deplibs_check_method; shift
alpine-2.24+dfsg1/ltmain.sh:9354:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
alpine-2.24+dfsg1/ltmain.sh-9355-	  for a_deplib in $deplibs; do
##############################################
alpine-2.24+dfsg1/ltmain.sh-9368-	      if test -n "$a_deplib"; then
alpine-2.24+dfsg1/ltmain.sh:9369:		libname=`eval "\\$ECHO \"$libname_spec\""`
alpine-2.24+dfsg1/ltmain.sh-9370-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
alpine-2.24+dfsg1/ltmain.sh:9371:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
alpine-2.24+dfsg1/ltmain.sh-9372-		  for potent_lib in $potential_libs; do
##############################################
alpine-2.24+dfsg1/ltmain.sh-9407-	  newdeplibs=
alpine-2.24+dfsg1/ltmain.sh:9408:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
alpine-2.24+dfsg1/ltmain.sh-9409-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-9411-	      # can't use Xsed below, because $i might contain '/'
alpine-2.24+dfsg1/ltmain.sh:9412:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
alpine-2.24+dfsg1/ltmain.sh-9413-	    done
##############################################
alpine-2.24+dfsg1/ltmain.sh-9437-	  # On Rhapsody replace the C library with the System framework
alpine-2.24+dfsg1/ltmain.sh:9438:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
alpine-2.24+dfsg1/ltmain.sh-9439-	  ;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-9489-	*-*-darwin*)
alpine-2.24+dfsg1/ltmain.sh:9490:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alpine-2.24+dfsg1/ltmain.sh:9491:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alpine-2.24+dfsg1/ltmain.sh:9492:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alpine-2.24+dfsg1/ltmain.sh-9493-	  ;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-9616-	# Use standard objects if they are pic
alpine-2.24+dfsg1/ltmain.sh:9617:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
alpine-2.24+dfsg1/ltmain.sh-9618-	test "X$libobjs" = "X " && libobjs=
##############################################
alpine-2.24+dfsg1/ltmain.sh-10130-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
alpine-2.24+dfsg1/ltmain.sh:10131:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
alpine-2.24+dfsg1/ltmain.sh-10132-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
alpine-2.24+dfsg1/ltmain.sh-10145-      # Create the old-style object.
alpine-2.24+dfsg1/ltmain.sh:10146:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
alpine-2.24+dfsg1/ltmain.sh-10147-
##############################################
alpine-2.24+dfsg1/ltmain.sh-10203-	# On Rhapsody replace the C library is the System framework
alpine-2.24+dfsg1/ltmain.sh:10204:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
alpine-2.24+dfsg1/ltmain.sh:10205:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
alpine-2.24+dfsg1/ltmain.sh-10206-	;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-10221-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
alpine-2.24+dfsg1/ltmain.sh:10222:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alpine-2.24+dfsg1/ltmain.sh:10223:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
alpine-2.24+dfsg1/ltmain.sh-10224-	;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-10299-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
alpine-2.24+dfsg1/ltmain.sh:10300:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
alpine-2.24+dfsg1/ltmain.sh-10301-	  case :$dllsearchpath: in
##############################################
alpine-2.24+dfsg1/ltmain.sh-10359-	# Transform all the library objects into standard objects.
alpine-2.24+dfsg1/ltmain.sh:10360:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
alpine-2.24+dfsg1/ltmain.sh:10361:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
alpine-2.24+dfsg1/ltmain.sh-10362-      fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-10387-	# Replace the output file specification.
alpine-2.24+dfsg1/ltmain.sh:10388:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
alpine-2.24+dfsg1/ltmain.sh-10389-	link_command=$compile_command$compile_rpath
##############################################
alpine-2.24+dfsg1/ltmain.sh-10396-	  func_to_tool_file "$output"
alpine-2.24+dfsg1/ltmain.sh:10397:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alpine-2.24+dfsg1/ltmain.sh-10398-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alpine-2.24+dfsg1/ltmain.sh-10440-	# Replace the output file specification.
alpine-2.24+dfsg1/ltmain.sh:10441:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
alpine-2.24+dfsg1/ltmain.sh-10442-	# Delete the old output file.
##############################################
alpine-2.24+dfsg1/ltmain.sh-10448-	  func_to_tool_file "$output"
alpine-2.24+dfsg1/ltmain.sh:10449:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alpine-2.24+dfsg1/ltmain.sh-10450-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alpine-2.24+dfsg1/ltmain.sh-10466-	  link_command=$finalize_var$compile_command$finalize_rpath
alpine-2.24+dfsg1/ltmain.sh:10467:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
alpine-2.24+dfsg1/ltmain.sh-10468-          ;;
##############################################
alpine-2.24+dfsg1/ltmain.sh-10479-      # Replace the output file specification.
alpine-2.24+dfsg1/ltmain.sh:10480:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
alpine-2.24+dfsg1/ltmain.sh-10481-
##############################################
alpine-2.24+dfsg1/ltmain.sh-10488-	func_to_tool_file "$output_objdir/$outputname"
alpine-2.24+dfsg1/ltmain.sh:10489:	postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output_objdir/$outputname"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
alpine-2.24+dfsg1/ltmain.sh-10490-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
alpine-2.24+dfsg1/ltmain.sh-10509-	relink_command="(cd `pwd`; $relink_command)"
alpine-2.24+dfsg1/ltmain.sh:10510:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
alpine-2.24+dfsg1/ltmain.sh-10511-      fi
##############################################
alpine-2.24+dfsg1/ltmain.sh-10755-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
alpine-2.24+dfsg1/ltmain.sh:10756:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
alpine-2.24+dfsg1/ltmain.sh-10757-      if test yes = "$hardcode_automatic"; then
##############################################
alpine-2.24+dfsg1/ltmain.sh-10776-		func_resolve_sysroot "$deplib"
alpine-2.24+dfsg1/ltmain.sh:10777:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
alpine-2.24+dfsg1/ltmain.sh-10778-		test -z "$libdir" && \
##############################################
alpine-2.24+dfsg1/ltmain.sh-10802-		name=$func_basename_result
alpine-2.24+dfsg1/ltmain.sh:10803:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
alpine-2.24+dfsg1/ltmain.sh-10804-		test -z "$libdir" && \
##############################################
alpine-2.24+dfsg1/ltmain.sh-10821-		name=$func_basename_result
alpine-2.24+dfsg1/ltmain.sh:10822:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
alpine-2.24+dfsg1/ltmain.sh-10823-		test -z "$libdir" && \
##############################################
alpine-2.24+dfsg1/ltmain.sh-11140-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
alpine-2.24+dfsg1/ltmain.sh:11141:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
alpine-2.24+dfsg1/ltmain.sh-11142-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
alpine-2.24+dfsg1/configure-46-if test -z "$BASH_VERSION$ZSH_VERSION" \
alpine-2.24+dfsg1/configure:47:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alpine-2.24+dfsg1/configure-48-  as_echo='print -r --'
alpine-2.24+dfsg1/configure-49-  as_echo_n='print -rn --'
alpine-2.24+dfsg1/configure:50:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alpine-2.24+dfsg1/configure-51-  as_echo='printf %s\n'
##############################################
alpine-2.24+dfsg1/configure-53-else
alpine-2.24+dfsg1/configure:54:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alpine-2.24+dfsg1/configure-55-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alpine-2.24+dfsg1/configure-63-	expr "X$arg" : "X\\(.*\\)$as_nl";
alpine-2.24+dfsg1/configure:64:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alpine-2.24+dfsg1/configure-65-      esac;
##############################################
alpine-2.24+dfsg1/configure-200-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
alpine-2.24+dfsg1/configure:201:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
alpine-2.24+dfsg1/configure-202-
##############################################
alpine-2.24+dfsg1/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
alpine-2.24+dfsg1/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
alpine-2.24+dfsg1/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
alpine-2.24+dfsg1/configure-210-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
alpine-2.24+dfsg1/configure-336-      case $as_dir in #(
alpine-2.24+dfsg1/configure:337:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alpine-2.24+dfsg1/configure-338-      *) as_qdir=$as_dir;;
##############################################
alpine-2.24+dfsg1/configure-409-  {
alpine-2.24+dfsg1/configure:410:    as_val=`expr "$@" || test $? -eq 1`
alpine-2.24+dfsg1/configure-411-  }
##############################################
alpine-2.24+dfsg1/configure-416-# ----------------------------------------
alpine-2.24+dfsg1/configure:417:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alpine-2.24+dfsg1/configure-418-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alpine-2.24+dfsg1/configure-479-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
alpine-2.24+dfsg1/configure:480:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
alpine-2.24+dfsg1/configure-481-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
alpine-2.24+dfsg1/configure-1005-  case $ac_option in
alpine-2.24+dfsg1/configure:1006:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
alpine-2.24+dfsg1/configure-1007-  *=)   ac_optarg= ;;
##############################################
alpine-2.24+dfsg1/configure-1049-  -disable-* | --disable-*)
alpine-2.24+dfsg1/configure:1050:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
alpine-2.24+dfsg1/configure-1051-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/configure-1054-    ac_useropt_orig=$ac_useropt
alpine-2.24+dfsg1/configure:1055:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alpine-2.24+dfsg1/configure-1056-    case $ac_user_opts in
##############################################
alpine-2.24+dfsg1/configure-1075-  -enable-* | --enable-*)
alpine-2.24+dfsg1/configure:1076:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
alpine-2.24+dfsg1/configure-1077-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/configure-1080-    ac_useropt_orig=$ac_useropt
alpine-2.24+dfsg1/configure:1081:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alpine-2.24+dfsg1/configure-1082-    case $ac_user_opts in
##############################################
alpine-2.24+dfsg1/configure-1279-  -with-* | --with-*)
alpine-2.24+dfsg1/configure:1280:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
alpine-2.24+dfsg1/configure-1281-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/configure-1284-    ac_useropt_orig=$ac_useropt
alpine-2.24+dfsg1/configure:1285:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alpine-2.24+dfsg1/configure-1286-    case $ac_user_opts in
##############################################
alpine-2.24+dfsg1/configure-1295-  -without-* | --without-*)
alpine-2.24+dfsg1/configure:1296:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
alpine-2.24+dfsg1/configure-1297-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/configure-1300-    ac_useropt_orig=$ac_useropt
alpine-2.24+dfsg1/configure:1301:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
alpine-2.24+dfsg1/configure-1302-    case $ac_user_opts in
##############################################
alpine-2.24+dfsg1/configure-1333-  *=*)
alpine-2.24+dfsg1/configure:1334:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
alpine-2.24+dfsg1/configure-1335-    # Reject names that are not valid shell variable names.
##############################################
alpine-2.24+dfsg1/configure-1354-if test -n "$ac_prev"; then
alpine-2.24+dfsg1/configure:1355:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
alpine-2.24+dfsg1/configure-1356-  as_fn_error $? "missing argument to $ac_option"
##############################################
alpine-2.24+dfsg1/configure-1376-    */ )
alpine-2.24+dfsg1/configure:1377:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
alpine-2.24+dfsg1/configure-1378-      eval $ac_var=\$ac_val;;
##############################################
alpine-2.24+dfsg1/configure-1411-ac_ls_di=`ls -di .` &&
alpine-2.24+dfsg1/configure:1412:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
alpine-2.24+dfsg1/configure-1413-  as_fn_error $? "working directory cannot be determined"
##############################################
alpine-2.24+dfsg1/configure-1467-case $srcdir in
alpine-2.24+dfsg1/configure:1468:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
alpine-2.24+dfsg1/configure-1469-esac
##############################################
alpine-2.24+dfsg1/configure-1510-By default, \`make install' will install all the files in
alpine-2.24+dfsg1/configure:1511:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
alpine-2.24+dfsg1/configure:1512:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
alpine-2.24+dfsg1/configure-1513-for instance \`--prefix=\$HOME'.
##############################################
alpine-2.24+dfsg1/configure-1820-*)
alpine-2.24+dfsg1/configure:1821:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alpine-2.24+dfsg1/configure-1822-  # A ".." for each directory in $ac_dir_suffix.
alpine-2.24+dfsg1/configure:1823:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alpine-2.24+dfsg1/configure-1824-  case $ac_top_builddir_sub in
##############################################
alpine-2.24+dfsg1/configure-2545-    *\'*)
alpine-2.24+dfsg1/configure:2546:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
alpine-2.24+dfsg1/configure-2547-    esac
##############################################
alpine-2.24+dfsg1/configure-2628-      case $ac_val in
alpine-2.24+dfsg1/configure:2629:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alpine-2.24+dfsg1/configure-2630-      esac
##############################################
alpine-2.24+dfsg1/configure-2643-	case $ac_val in
alpine-2.24+dfsg1/configure:2644:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
alpine-2.24+dfsg1/configure-2645-	esac
##############################################
alpine-2.24+dfsg1/configure-2764-    set,)
alpine-2.24+dfsg1/configure:2765:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
alpine-2.24+dfsg1/configure:2766:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
alpine-2.24+dfsg1/configure-2767-      ac_cache_corrupted=: ;;
##############################################
alpine-2.24+dfsg1/configure-2775-	# differences in whitespace do not lead to failure.
alpine-2.24+dfsg1/configure:2776:	ac_old_val_w=`echo x $ac_old_val`
alpine-2.24+dfsg1/configure:2777:	ac_new_val_w=`echo x $ac_new_val`
alpine-2.24+dfsg1/configure-2778-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
alpine-2.24+dfsg1/configure-2795-    case $ac_new_val in
alpine-2.24+dfsg1/configure:2796:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
alpine-2.24+dfsg1/configure-2797-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
alpine-2.24+dfsg1/configure-2975-     echo "timestamp, slept: $am_has_slept" > conftest.file
alpine-2.24+dfsg1/configure:2976:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alpine-2.24+dfsg1/configure-2977-     if test "$*" = "X"; then
alpine-2.24+dfsg1/configure-2978-	# -L didn't work.
alpine-2.24+dfsg1/configure:2979:	set X `ls -t "$srcdir/configure" conftest.file`
alpine-2.24+dfsg1/configure-2980-     fi
##############################################
alpine-2.24+dfsg1/configure-3026-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
alpine-2.24+dfsg1/configure:3027:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
alpine-2.24+dfsg1/configure-3028-
alpine-2.24+dfsg1/configure-3029-# Expand $ac_aux_dir to an absolute path.
alpine-2.24+dfsg1/configure:3030:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alpine-2.24+dfsg1/configure-3031-
##############################################
alpine-2.24+dfsg1/configure-3171-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
alpine-2.24+dfsg1/configure:3172:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
alpine-2.24+dfsg1/configure-3173-	     'mkdir (GNU coreutils) '* | \
##############################################
alpine-2.24+dfsg1/configure-3244-set x ${MAKE-make}
alpine-2.24+dfsg1/configure:3245:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alpine-2.24+dfsg1/configure-3246-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alpine-2.24+dfsg1/configure-3254-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alpine-2.24+dfsg1/configure:3255:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alpine-2.24+dfsg1/configure-3256-  *@@@%%%=?*=@@@%%%*)
##############################################
alpine-2.24+dfsg1/configure-3320-
alpine-2.24+dfsg1/configure:3321:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alpine-2.24+dfsg1/configure-3322-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alpine-2.24+dfsg1/configure-3471-test "x$ac_build_alias" = x &&
alpine-2.24+dfsg1/configure:3472:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
alpine-2.24+dfsg1/configure-3473-test "x$ac_build_alias" = x &&
alpine-2.24+dfsg1/configure-3474-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
alpine-2.24+dfsg1/configure:3475:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
alpine-2.24+dfsg1/configure-3476-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
alpine-2.24+dfsg1/configure-3495-IFS=$ac_save_IFS
alpine-2.24+dfsg1/configure:3496:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
alpine-2.24+dfsg1/configure-3497-
##############################################
alpine-2.24+dfsg1/configure-3506-else
alpine-2.24+dfsg1/configure:3507:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
alpine-2.24+dfsg1/configure-3508-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
alpine-2.24+dfsg1/configure-3528-IFS=$ac_save_IFS
alpine-2.24+dfsg1/configure:3529:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
alpine-2.24+dfsg1/configure-3530-
##############################################
alpine-2.24+dfsg1/configure-3892-$as_echo_n "checking whether the C compiler works... " >&6; }
alpine-2.24+dfsg1/configure:3893:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
alpine-2.24+dfsg1/configure-3894-
##############################################
alpine-2.24+dfsg1/configure-3936-	then :; else
alpine-2.24+dfsg1/configure:3937:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alpine-2.24+dfsg1/configure-3938-	fi
##############################################
alpine-2.24+dfsg1/configure-3996-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
alpine-2.24+dfsg1/configure:3997:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
alpine-2.24+dfsg1/configure-3998-	  break;;
##############################################
alpine-2.24+dfsg1/configure-4105-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
alpine-2.24+dfsg1/configure:4106:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
alpine-2.24+dfsg1/configure-4107-       break;;
##############################################
alpine-2.24+dfsg1/configure-4413-# Ignore all kinds of additional output from 'make'.
alpine-2.24+dfsg1/configure:4414:case `$am_make -s -f confmf 2> /dev/null` in #(
alpine-2.24+dfsg1/configure-4415-*the\ am__doit\ target*)
##############################################
alpine-2.24+dfsg1/configure-4423-   echo '.include "confinc"' > confmf
alpine-2.24+dfsg1/configure:4424:   case `$am_make -s -f confmf 2> /dev/null` in #(
alpine-2.24+dfsg1/configure-4425-   *the\ am__doit\ target*)
##############################################
alpine-2.24+dfsg1/configure-4486-  if test "$am_compiler_list" = ""; then
alpine-2.24+dfsg1/configure:4487:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
alpine-2.24+dfsg1/configure-4488-  fi
##############################################
alpine-2.24+dfsg1/configure-4882-set x ${MAKE-make}
alpine-2.24+dfsg1/configure:4883:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
alpine-2.24+dfsg1/configure-4884-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
alpine-2.24+dfsg1/configure-4892-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
alpine-2.24+dfsg1/configure:4893:case `${MAKE-make} -f conftest.make 2>/dev/null` in
alpine-2.24+dfsg1/configure-4894-  *@@@%%%=?*=@@@%%%*)
##############################################
alpine-2.24+dfsg1/configure-5013-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
alpine-2.24+dfsg1/configure:5014:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
alpine-2.24+dfsg1/configure-5015-  ECHO='print -r --'
alpine-2.24+dfsg1/configure:5016:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
alpine-2.24+dfsg1/configure-5017-  ECHO='printf %s\n'
##############################################
alpine-2.24+dfsg1/configure-5082-  # Check for GNU $ac_path_SED
alpine-2.24+dfsg1/configure:5083:case `"$ac_path_SED" --version 2>&1` in
alpine-2.24+dfsg1/configure-5084-*GNU*)
##############################################
alpine-2.24+dfsg1/configure-5158-  # Check for GNU $ac_path_GREP
alpine-2.24+dfsg1/configure:5159:case `"$ac_path_GREP" --version 2>&1` in
alpine-2.24+dfsg1/configure-5160-*GNU*)
##############################################
alpine-2.24+dfsg1/configure-5224-  # Check for GNU $ac_path_EGREP
alpine-2.24+dfsg1/configure:5225:case `"$ac_path_EGREP" --version 2>&1` in
alpine-2.24+dfsg1/configure-5226-*GNU*)
##############################################
alpine-2.24+dfsg1/configure-5291-  # Check for GNU $ac_path_FGREP
alpine-2.24+dfsg1/configure:5292:case `"$ac_path_FGREP" --version 2>&1` in
alpine-2.24+dfsg1/configure-5293-*GNU*)
##############################################
alpine-2.24+dfsg1/configure-5371-    # gcc leaves a trailing carriage return, which upsets mingw
alpine-2.24+dfsg1/configure:5372:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alpine-2.24+dfsg1/configure-5373-  *)
alpine-2.24+dfsg1/configure:5374:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alpine-2.24+dfsg1/configure-5375-  esac
##############################################
alpine-2.24+dfsg1/configure-5380-      # Canonicalize the pathname of ld
alpine-2.24+dfsg1/configure:5381:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
alpine-2.24+dfsg1/configure-5382-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
alpine-2.24+dfsg1/configure:5383:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
alpine-2.24+dfsg1/configure-5384-      done
##############################################
alpine-2.24+dfsg1/configure-5415-      # Break only if it was the GNU/non-GNU ld that we prefer.
alpine-2.24+dfsg1/configure:5416:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
alpine-2.24+dfsg1/configure-5417-      *GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/configure-5446-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
alpine-2.24+dfsg1/configure:5447:case `$LD -v 2>&1 </dev/null` in
alpine-2.24+dfsg1/configure-5448-*GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/configure-5496-	esac
alpine-2.24+dfsg1/configure:5497:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
alpine-2.24+dfsg1/configure-5498-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
alpine-2.24+dfsg1/configure-5502-	*)
alpine-2.24+dfsg1/configure:5503:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
alpine-2.24+dfsg1/configure-5504-	  */dev/null*)
##############################################
alpine-2.24+dfsg1/configure-5630-
alpine-2.24+dfsg1/configure:5631:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
alpine-2.24+dfsg1/configure-5632-    *COFF*)
##############################################
alpine-2.24+dfsg1/configure-5731-    # And add a safety zone
alpine-2.24+dfsg1/configure:5732:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alpine-2.24+dfsg1/configure:5733:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alpine-2.24+dfsg1/configure-5734-    ;;
##############################################
alpine-2.24+dfsg1/configure-5764-    if test -n "$kargmax"; then
alpine-2.24+dfsg1/configure:5765:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
alpine-2.24+dfsg1/configure-5766-    else
##############################################
alpine-2.24+dfsg1/configure-5773-       test undefined != "$lt_cv_sys_max_cmd_len"; then
alpine-2.24+dfsg1/configure:5774:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alpine-2.24+dfsg1/configure:5775:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alpine-2.24+dfsg1/configure-5776-    else
##############################################
alpine-2.24+dfsg1/configure-5785-      # we can't tell.
alpine-2.24+dfsg1/configure:5786:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
alpine-2.24+dfsg1/configure-5787-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
alpine-2.24+dfsg1/configure-5789-      do
alpine-2.24+dfsg1/configure:5790:        i=`expr $i + 1`
alpine-2.24+dfsg1/configure-5791-        teststring=$teststring$teststring
##############################################
alpine-2.24+dfsg1/configure-5793-      # Only check the string length outside the loop.
alpine-2.24+dfsg1/configure:5794:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
alpine-2.24+dfsg1/configure-5795-      teststring=
##############################################
alpine-2.24+dfsg1/configure-5798-      # linker.  It appears as though 1/2 is a usable value.
alpine-2.24+dfsg1/configure:5799:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
alpine-2.24+dfsg1/configure-5800-    fi
##############################################
alpine-2.24+dfsg1/configure-6209-openbsd* | bitrig*)
alpine-2.24+dfsg1/configure:6210:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alpine-2.24+dfsg1/configure-6211-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
alpine-2.24+dfsg1/configure-6279-    else
alpine-2.24+dfsg1/configure:6280:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
alpine-2.24+dfsg1/configure-6281-    fi
##############################################
alpine-2.24+dfsg1/configure-6424-  # decide which one to use based on capabilities of $DLLTOOL
alpine-2.24+dfsg1/configure:6425:  case `$DLLTOOL --help 2>&1` in
alpine-2.24+dfsg1/configure-6426-  *--identify-strict*)
##############################################
alpine-2.24+dfsg1/configure-6946-# If we're using GNU nm, then use its standard symbol codes.
alpine-2.24+dfsg1/configure:6947:case `$NM -V 2>&1` in
alpine-2.24+dfsg1/configure-6948-*GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/configure-6994-mingw*)
alpine-2.24+dfsg1/configure:6995:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
alpine-2.24+dfsg1/configure-6996-  ;;
##############################################
alpine-2.24+dfsg1/configure-7226-   if test yes = "$GCC"; then
alpine-2.24+dfsg1/configure:7227:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
alpine-2.24+dfsg1/configure-7228-   fi
##############################################
alpine-2.24+dfsg1/configure-7230- /*)
alpine-2.24+dfsg1/configure:7231:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
alpine-2.24+dfsg1/configure-7232-   ;; #(
##############################################
alpine-2.24+dfsg1/configure-7325-    done
alpine-2.24+dfsg1/configure:7326:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alpine-2.24+dfsg1/configure-7327-}
##############################################
alpine-2.24+dfsg1/configure-7347-  test $ac_status = 0; }; then
alpine-2.24+dfsg1/configure:7348:    case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/configure-7349-      *ELF-32*)
##############################################
alpine-2.24+dfsg1/configure-7368-    if test yes = "$lt_cv_prog_gnu_ld"; then
alpine-2.24+dfsg1/configure:7369:      case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/configure-7370-	*32-bit*)
##############################################
alpine-2.24+dfsg1/configure-7380-    else
alpine-2.24+dfsg1/configure:7381:      case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/configure-7382-	*32-bit*)
##############################################
alpine-2.24+dfsg1/configure-7406-    emul=elf
alpine-2.24+dfsg1/configure:7407:    case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/configure-7408-      *32-bit*)
##############################################
alpine-2.24+dfsg1/configure-7414-    esac
alpine-2.24+dfsg1/configure:7415:    case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/configure-7416-      *MSB*)
##############################################
alpine-2.24+dfsg1/configure-7422-    esac
alpine-2.24+dfsg1/configure:7423:    case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/configure-7424-      *N32*)
##############################################
alpine-2.24+dfsg1/configure-8355-    *:)
alpine-2.24+dfsg1/configure:8356:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
alpine-2.24+dfsg1/configure-8357-        ;;
alpine-2.24+dfsg1/configure-8358-    x:*)
alpine-2.24+dfsg1/configure:8359:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
alpine-2.24+dfsg1/configure-8360-        ;;
alpine-2.24+dfsg1/configure-8361-    *::*)
alpine-2.24+dfsg1/configure:8362:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alpine-2.24+dfsg1/configure:8363:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
alpine-2.24+dfsg1/configure-8364-        ;;
alpine-2.24+dfsg1/configure-8365-    *)
alpine-2.24+dfsg1/configure:8366:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
alpine-2.24+dfsg1/configure-8367-        ;;
##############################################
alpine-2.24+dfsg1/configure-8624-do :
alpine-2.24+dfsg1/configure:8625:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
alpine-2.24+dfsg1/configure-8626-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
alpine-2.24+dfsg1/configure-8629-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:8630:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-8631-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-8987-	"file_magic "*)
alpine-2.24+dfsg1/configure:8988:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alpine-2.24+dfsg1/configure-8989-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alpine-2.24+dfsg1/configure-9053-	"file_magic "*)
alpine-2.24+dfsg1/configure:9054:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alpine-2.24+dfsg1/configure-9055-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alpine-2.24+dfsg1/configure-9451-      *)
alpine-2.24+dfsg1/configure:9452:	case `$CC -V 2>&1 | sed 5q` in
alpine-2.24+dfsg1/configure-9453-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
alpine-2.24+dfsg1/configure-9897-	# shared libraries, regardless of the interface used.
alpine-2.24+dfsg1/configure:9898:	case `$LD -v 2>&1` in
alpine-2.24+dfsg1/configure-9899-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
alpine-2.24+dfsg1/configure-9929-    supports_anon_versioning=no
alpine-2.24+dfsg1/configure:9930:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
alpine-2.24+dfsg1/configure-9931-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
alpine-2.24+dfsg1/configure-9998-	# is; otherwise, prepend EXPORTS...
alpine-2.24+dfsg1/configure:9999:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
alpine-2.24+dfsg1/configure-10000-          cp $export_symbols $output_objdir/$soname.def;
##############################################
alpine-2.24+dfsg1/configure-10032-	prefix_cmds="$SED"~
alpine-2.24+dfsg1/configure:10033:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alpine-2.24+dfsg1/configure-10034-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alpine-2.24+dfsg1/configure-10054-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alpine-2.24+dfsg1/configure:10055:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alpine-2.24+dfsg1/configure:10056:      archive_expsym_cmds='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alpine-2.24+dfsg1/configure-10057-      ;;
##############################################
alpine-2.24+dfsg1/configure-10072-        pgcc*)				# Portland Group C compiler
alpine-2.24+dfsg1/configure:10073:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/configure-10074-	  tmp_addflag=' $pic_flag'
##############################################
alpine-2.24+dfsg1/configure-10077-					# Portland Group f77 and f90 compilers
alpine-2.24+dfsg1/configure:10078:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/configure-10079-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
alpine-2.24+dfsg1/configure-10094-	nvcc*)	# Cuda Compiler Driver 2.2
alpine-2.24+dfsg1/configure:10095:	  whole_archive_flag_spec='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/configure-10096-	  compiler_needs_object=yes
##############################################
alpine-2.24+dfsg1/configure-10098-	esac
alpine-2.24+dfsg1/configure:10099:	case `$CC -V 2>&1 | sed 5q` in
alpine-2.24+dfsg1/configure-10100-	*Sun\ C*)			# Sun C 5.9
alpine-2.24+dfsg1/configure:10101:	  whole_archive_flag_spec='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/configure-10102-	  compiler_needs_object=yes
##############################################
alpine-2.24+dfsg1/configure-10169-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
alpine-2.24+dfsg1/configure:10170:      case `$LD -v 2>&1` in
alpine-2.24+dfsg1/configure-10171-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
alpine-2.24+dfsg1/configure-10258-	else
alpine-2.24+dfsg1/configure:10259:	  export_symbols_cmds='`func_echo_all $NM | $SED -e '\''s/B\([^B]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && (substr(\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
alpine-2.24+dfsg1/configure-10260-	fi
##############################################
alpine-2.24+dfsg1/configure-10323-	# below for broken collect2 doesn't work under 4.3+
alpine-2.24+dfsg1/configure:10324:	  collect2name=`$CC -print-prog-name=collect2`
alpine-2.24+dfsg1/configure-10325-	  if test -f "$collect2name" &&
##############################################
alpine-2.24+dfsg1/configure-10403-      }'
alpine-2.24+dfsg1/configure:10404:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alpine-2.24+dfsg1/configure-10405-  # Check for a 64-bit object if we didn't find anything.
alpine-2.24+dfsg1/configure-10406-  if test -z "$lt_cv_aix_libpath_"; then
alpine-2.24+dfsg1/configure:10407:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alpine-2.24+dfsg1/configure-10408-  fi
##############################################
alpine-2.24+dfsg1/configure-10421-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
alpine-2.24+dfsg1/configure:10422:        archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
alpine-2.24+dfsg1/configure-10423-      else
##############################################
alpine-2.24+dfsg1/configure-10456-      }'
alpine-2.24+dfsg1/configure:10457:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alpine-2.24+dfsg1/configure-10458-  # Check for a 64-bit object if we didn't find anything.
alpine-2.24+dfsg1/configure-10459-  if test -z "$lt_cv_aix_libpath_"; then
alpine-2.24+dfsg1/configure:10460:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alpine-2.24+dfsg1/configure-10461-  fi
##############################################
alpine-2.24+dfsg1/configure-10488-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
alpine-2.24+dfsg1/configure:10489:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
alpine-2.24+dfsg1/configure-10490-	  if test svr4 != "$with_aix_soname"; then
##############################################
alpine-2.24+dfsg1/configure-10541-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
alpine-2.24+dfsg1/configure:10542:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
alpine-2.24+dfsg1/configure-10543-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
alpine-2.24+dfsg1/configure-10579-	# FIXME: Setting linknames here is a bad hack.
alpine-2.24+dfsg1/configure:10580:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
alpine-2.24+dfsg1/configure-10581-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
alpine-2.24+dfsg1/configure-10597-  if test yes = "$lt_cv_ld_force_load"; then
alpine-2.24+dfsg1/configure:10598:    whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
alpine-2.24+dfsg1/configure-10599-
##############################################
alpine-2.24+dfsg1/configure-10777-      if test yes = "$GCC"; then
alpine-2.24+dfsg1/configure:10778:	archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/configure-10779-	# Try to use the -exported_symbol ld option, if it does not
##############################################
alpine-2.24+dfsg1/configure-10805-	if test yes = "$lt_cv_irix_exported_symbol"; then
alpine-2.24+dfsg1/configure:10806:          archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
alpine-2.24+dfsg1/configure-10807-	fi
alpine-2.24+dfsg1/configure-10808-      else
alpine-2.24+dfsg1/configure:10809:	archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/configure:10810:	archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
alpine-2.24+dfsg1/configure-10811-      fi
##############################################
alpine-2.24+dfsg1/configure-10855-	hardcode_direct_absolute=yes
alpine-2.24+dfsg1/configure:10856:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alpine-2.24+dfsg1/configure-10857-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
alpine-2.24+dfsg1/configure-10886-	prefix_cmds="$SED"~
alpine-2.24+dfsg1/configure:10887:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alpine-2.24+dfsg1/configure-10888-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alpine-2.24+dfsg1/configure-10900-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
alpine-2.24+dfsg1/configure:10901:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/configure-10902-      else
alpine-2.24+dfsg1/configure-10903-	allow_undefined_flag=' -expect_unresolved \*'
alpine-2.24+dfsg1/configure:10904:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/configure-10905-      fi
##############################################
alpine-2.24+dfsg1/configure-10913-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
alpine-2.24+dfsg1/configure:10914:	archive_cmds='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/configure-10915-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
alpine-2.24+dfsg1/configure-10917-	allow_undefined_flag=' -expect_unresolved \*'
alpine-2.24+dfsg1/configure:10918:	archive_cmds='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/configure:10919:	archive_expsym_cmds='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
alpine-2.24+dfsg1/configure:10920:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
alpine-2.24+dfsg1/configure-10921-
##############################################
alpine-2.24+dfsg1/configure-10936-      else
alpine-2.24+dfsg1/configure:10937:	case `$CC -V 2>&1` in
alpine-2.24+dfsg1/configure-10938-	*"Compilers 5.0"*)
##############################################
alpine-2.24+dfsg1/configure-11335-  esac
alpine-2.24+dfsg1/configure:11336:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
alpine-2.24+dfsg1/configure-11337-  case $lt_search_path_spec in
##############################################
alpine-2.24+dfsg1/configure-11342-    # okay in the real world where ";" in dirpaths is itself problematic.
alpine-2.24+dfsg1/configure:11343:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
alpine-2.24+dfsg1/configure-11344-    ;;
alpine-2.24+dfsg1/configure-11345-  *)
alpine-2.24+dfsg1/configure:11346:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
alpine-2.24+dfsg1/configure-11347-    ;;
##############################################
alpine-2.24+dfsg1/configure-11351-  lt_tmp_lt_search_path_spec=
alpine-2.24+dfsg1/configure:11352:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
alpine-2.24+dfsg1/configure-11353-  # ...but if some path component already ends with the multilib dir we assume
##############################################
alpine-2.24+dfsg1/configure-11393-  esac
alpine-2.24+dfsg1/configure:11394:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
alpine-2.24+dfsg1/configure-11395-else
##############################################
alpine-2.24+dfsg1/configure-11533-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
alpine-2.24+dfsg1/configure:11534:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
alpine-2.24+dfsg1/configure-11535-    ;;
##############################################
alpine-2.24+dfsg1/configure-11569-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alpine-2.24+dfsg1/configure:11570:    postinstall_cmds='base_file=`basename \$file`~
alpine-2.24+dfsg1/configure:11571:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alpine-2.24+dfsg1/configure:11572:      dldir=$destdir/`dirname \$dlpath`~
alpine-2.24+dfsg1/configure-11573-      test -d \$dldir || mkdir -p \$dldir~
##############################################
alpine-2.24+dfsg1/configure-11578-      fi'
alpine-2.24+dfsg1/configure:11579:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alpine-2.24+dfsg1/configure-11580-      dlpath=$dir/\$dldll~
##############################################
alpine-2.24+dfsg1/configure-11586-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
alpine-2.24+dfsg1/configure:11587:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alpine-2.24+dfsg1/configure-11588-
##############################################
alpine-2.24+dfsg1/configure-11592-      # MinGW DLLs use traditional 'lib' prefix
alpine-2.24+dfsg1/configure:11593:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alpine-2.24+dfsg1/configure-11594-      ;;
##############################################
alpine-2.24+dfsg1/configure-11596-      # pw32 DLLs use 'pw' prefix rather than 'lib'
alpine-2.24+dfsg1/configure:11597:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alpine-2.24+dfsg1/configure-11598-      ;;
##############################################
alpine-2.24+dfsg1/configure-11605-    libname_spec='$name'
alpine-2.24+dfsg1/configure:11606:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
alpine-2.24+dfsg1/configure-11607-    library_names_spec='$libname.dll.lib'
##############################################
alpine-2.24+dfsg1/configure-11617-        # Let DOS variable expansion print the short 8.3 style file name.
alpine-2.24+dfsg1/configure:11618:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
alpine-2.24+dfsg1/configure-11619-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
alpine-2.24+dfsg1/configure-11622-      # Convert to MSYS style.
alpine-2.24+dfsg1/configure:11623:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
alpine-2.24+dfsg1/configure-11624-      ;;
##############################################
alpine-2.24+dfsg1/configure-11628-      # like /cygdrive/c/PROGRA~1:/cygdr...
alpine-2.24+dfsg1/configure:11629:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
alpine-2.24+dfsg1/configure:11630:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
alpine-2.24+dfsg1/configure:11631:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alpine-2.24+dfsg1/configure-11632-      ;;
##############################################
alpine-2.24+dfsg1/configure-11636-        # It is most probably a Windows format PATH.
alpine-2.24+dfsg1/configure:11637:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
alpine-2.24+dfsg1/configure-11638-      else
alpine-2.24+dfsg1/configure:11639:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alpine-2.24+dfsg1/configure-11640-      fi
##############################################
alpine-2.24+dfsg1/configure-11646-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alpine-2.24+dfsg1/configure:11647:    postinstall_cmds='base_file=`basename \$file`~
alpine-2.24+dfsg1/configure:11648:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alpine-2.24+dfsg1/configure:11649:      dldir=$destdir/`dirname \$dlpath`~
alpine-2.24+dfsg1/configure-11650-      test -d \$dldir || mkdir -p \$dldir~
alpine-2.24+dfsg1/configure-11651-      $install_prog $dir/$dlname \$dldir/$dlname'
alpine-2.24+dfsg1/configure:11652:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alpine-2.24+dfsg1/configure-11653-      dlpath=$dir/\$dldll~
##############################################
alpine-2.24+dfsg1/configure-11660-    # Assume MSVC wrapper
alpine-2.24+dfsg1/configure:11661:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
alpine-2.24+dfsg1/configure-11662-    dynamic_linker='Win32 ld.exe'
##############################################
alpine-2.24+dfsg1/configure-11677-  shlibpath_var=DYLD_LIBRARY_PATH
alpine-2.24+dfsg1/configure:11678:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
alpine-2.24+dfsg1/configure-11679-
##############################################
alpine-2.24+dfsg1/configure-11930-  if test -f /etc/ld.so.conf; then
alpine-2.24+dfsg1/configure:11931:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
alpine-2.24+dfsg1/configure-11932-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
alpine-2.24+dfsg1/configure-11984-  need_lib_prefix=no
alpine-2.24+dfsg1/configure:11985:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alpine-2.24+dfsg1/configure-11986-    need_version=no
##############################################
alpine-2.24+dfsg1/configure-12011-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
alpine-2.24+dfsg1/configure:12012:  postinstall_cmds='base_file=`basename \$file`~
alpine-2.24+dfsg1/configure:12013:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
alpine-2.24+dfsg1/configure:12014:    dldir=$destdir/`dirname \$dlpath`~
alpine-2.24+dfsg1/configure-12015-    test -d \$dldir || mkdir -p \$dldir~
##############################################
alpine-2.24+dfsg1/configure-12020-    fi'
alpine-2.24+dfsg1/configure:12021:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
alpine-2.24+dfsg1/configure-12022-    dlpath=$dir/\$dldll~
##############################################
alpine-2.24+dfsg1/configure-13370-
alpine-2.24+dfsg1/configure:13371:    case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
alpine-2.24+dfsg1/configure-13372-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
alpine-2.24+dfsg1/configure-13375-
alpine-2.24+dfsg1/configure:13376:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
alpine-2.24+dfsg1/configure-13377-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
alpine-2.24+dfsg1/configure-13453-
alpine-2.24+dfsg1/configure:13454:    case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
alpine-2.24+dfsg1/configure-13455-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
alpine-2.24+dfsg1/configure-13580-    # gcc leaves a trailing carriage return which upsets mingw
alpine-2.24+dfsg1/configure:13581:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alpine-2.24+dfsg1/configure-13582-  *)
alpine-2.24+dfsg1/configure:13583:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alpine-2.24+dfsg1/configure-13584-  esac
##############################################
alpine-2.24+dfsg1/configure-13589-      # Canonicalize the path of ld
alpine-2.24+dfsg1/configure:13590:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
alpine-2.24+dfsg1/configure-13591-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
alpine-2.24+dfsg1/configure:13592:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
alpine-2.24+dfsg1/configure-13593-      done
##############################################
alpine-2.24+dfsg1/configure-13623-      # Break only if it was the GNU/non-GNU ld that we prefer.
alpine-2.24+dfsg1/configure:13624:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
alpine-2.24+dfsg1/configure-13625-      *GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/configure-13652-  # I'd rather use --version here, but apparently some GNU ld's only accept -v.
alpine-2.24+dfsg1/configure:13653:case `$LD -v 2>&1 </dev/null` in
alpine-2.24+dfsg1/configure-13654-*GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/configure-13698-                  acl_libdirstem=lib
alpine-2.24+dfsg1/configure:13699:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
alpine-2.24+dfsg1/configure-13700-  if test -n "$searchpath"; then
##############################################
alpine-2.24+dfsg1/configure-13705-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
alpine-2.24+dfsg1/configure:13706:          *) searchdir=`cd "$searchdir" && pwd`
alpine-2.24+dfsg1/configure-13707-             case "$searchdir" in
##############################################
alpine-2.24+dfsg1/configure-13783-        names_already_handled="$names_already_handled $name"
alpine-2.24+dfsg1/configure:13784:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
alpine-2.24+dfsg1/configure-13785-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
alpine-2.24+dfsg1/configure-13836-                -L*)
alpine-2.24+dfsg1/configure:13837:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
alpine-2.24+dfsg1/configure-13838-                  if test -n "$shlibext" \
##############################################
alpine-2.24+dfsg1/configure-13935-              */$acl_libdirstem | */$acl_libdirstem/)
alpine-2.24+dfsg1/configure:13936:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
alpine-2.24+dfsg1/configure-13937-                additional_includedir="$basedir/include"
##############################################
alpine-2.24+dfsg1/configure-13983-                  -L*)
alpine-2.24+dfsg1/configure:13984:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
alpine-2.24+dfsg1/configure-13985-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
alpine-2.24+dfsg1/configure-14040-                  -R*)
alpine-2.24+dfsg1/configure:14041:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
alpine-2.24+dfsg1/configure-14042-                    if test "$enable_rpath" != no; then
##############################################
alpine-2.24+dfsg1/configure-14065-                  -l*)
alpine-2.24+dfsg1/configure:14066:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
alpine-2.24+dfsg1/configure-14067-                    ;;
alpine-2.24+dfsg1/configure-14068-                  *.la)
alpine-2.24+dfsg1/configure:14069:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
alpine-2.24+dfsg1/configure-14070-                    ;;
##############################################
alpine-2.24+dfsg1/configure-14448-        names_already_handled="$names_already_handled $name"
alpine-2.24+dfsg1/configure:14449:                        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
alpine-2.24+dfsg1/configure-14450-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
alpine-2.24+dfsg1/configure-14501-                -L*)
alpine-2.24+dfsg1/configure:14502:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
alpine-2.24+dfsg1/configure-14503-                  if test -n "$shlibext" \
##############################################
alpine-2.24+dfsg1/configure-14600-              */$acl_libdirstem | */$acl_libdirstem/)
alpine-2.24+dfsg1/configure:14601:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
alpine-2.24+dfsg1/configure-14602-                additional_includedir="$basedir/include"
##############################################
alpine-2.24+dfsg1/configure-14648-                  -L*)
alpine-2.24+dfsg1/configure:14649:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
alpine-2.24+dfsg1/configure-14650-                                                                                                                                                                if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
##############################################
alpine-2.24+dfsg1/configure-14705-                  -R*)
alpine-2.24+dfsg1/configure:14706:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
alpine-2.24+dfsg1/configure-14707-                    if test "$enable_rpath" != no; then
##############################################
alpine-2.24+dfsg1/configure-14730-                  -l*)
alpine-2.24+dfsg1/configure:14731:                                        names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
alpine-2.24+dfsg1/configure-14732-                    ;;
alpine-2.24+dfsg1/configure-14733-                  *.la)
alpine-2.24+dfsg1/configure:14734:                                                                                names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
alpine-2.24+dfsg1/configure-14735-                    ;;
##############################################
alpine-2.24+dfsg1/configure-15093-      *)
alpine-2.24+dfsg1/configure:15094:	new_cppflags="-I`echo ${withval} | ${SED} 's/:/ -I/g'`"
alpine-2.24+dfsg1/configure-15095-	CPPFLAGS="$CPPFLAGS ${new_cppflags}"
##############################################
alpine-2.24+dfsg1/configure-15112-      *)
alpine-2.24+dfsg1/configure:15113:      	new_ldflags="-L`echo ${withval} | ${SED} 's/:/ -L/g'`"
alpine-2.24+dfsg1/configure-15114-      	LDFLAGS="$LDFLAGS $new_ldflags"
##############################################
alpine-2.24+dfsg1/configure-15184-else
alpine-2.24+dfsg1/configure:15185:  CFLAGS="`echo $AM_CFLAGS | ${SED} 's/-O2//'`"
alpine-2.24+dfsg1/configure-15186-  alpine_c_client_gccoptlevel="-O0"
##############################################
alpine-2.24+dfsg1/configure-17381-  if test "x$alpine_SSLMIN" != "x$alpine_SSLMAX" ; then
alpine-2.24+dfsg1/configure:17382:     alpine_RANGE_FEASIBLE=`echo "$alpine_ENCRYPTION" | sed "s/^.*$alpine_SSLMIN//" | grep "$alpine_SSLMAX"`
alpine-2.24+dfsg1/configure-17383-     if test -n "$alpine_RANGE_FEASIBLE" ; then
##############################################
alpine-2.24+dfsg1/configure-17980-
alpine-2.24+dfsg1/configure:17981:  as_ac_Lib=`$as_echo "ac_cv_lib_$dmalloc_lib''_dmalloc_shutdown" | $as_tr_sh`
alpine-2.24+dfsg1/configure-17982-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dmalloc_shutdown in -l$dmalloc_lib" >&5
##############################################
alpine-2.24+dfsg1/configure-18020-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:18021:#define `$as_echo "HAVE_LIB$dmalloc_lib" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-18022-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-19248-TCL_VERSIONS_DOT="tcl8.6 tcl8.5 tcl8.4 tcl8.3"
alpine-2.24+dfsg1/configure:19249:TCL_VERSIONS_NODOT="`echo ${TCL_VERSIONS_DOT} | ${SED} 's/\.//g'`"
alpine-2.24+dfsg1/configure-19250-TCL_VERSIONS="${TCL_VERSIONS_DOT} ${TCL_VERSIONS_NODOT} tcl"
alpine-2.24+dfsg1/configure-19251-    if test -n "$alpine_TCLINC" ; then
alpine-2.24+dfsg1/configure:19252:    as_ac_Header=`$as_echo "ac_cv_header_$alpine_TCLINC/tcl.h" | $as_tr_sh`
alpine-2.24+dfsg1/configure-19253-ac_fn_c_check_header_mongrel "$LINENO" "$alpine_TCLINC/tcl.h" "$as_ac_Header" "$ac_includes_default"
##############################################
alpine-2.24+dfsg1/configure-19996-for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do
alpine-2.24+dfsg1/configure:19997:  as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh`
alpine-2.24+dfsg1/configure-19998-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5
##############################################
alpine-2.24+dfsg1/configure-20028-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:20029:#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-20030-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-20370-do :
alpine-2.24+dfsg1/configure:20371:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
alpine-2.24+dfsg1/configure-20372-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
alpine-2.24+dfsg1/configure-20374-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:20375:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-20376-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-20861-do :
alpine-2.24+dfsg1/configure:20862:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
alpine-2.24+dfsg1/configure-20863-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
alpine-2.24+dfsg1/configure-20865-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:20866:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-20867-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-20914-ac_save_IFS=$IFS; IFS=','
alpine-2.24+dfsg1/configure:20915:set dummy `echo "$ac_cv_func_select_args" | sed 's/\*/\*/g'`
alpine-2.24+dfsg1/configure-20916-IFS=$ac_save_IFS
##############################################
alpine-2.24+dfsg1/configure-20990-do :
alpine-2.24+dfsg1/configure:20991:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
alpine-2.24+dfsg1/configure-20992-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
alpine-2.24+dfsg1/configure-20994-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:20995:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-20996-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-21222-do :
alpine-2.24+dfsg1/configure:21223:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
alpine-2.24+dfsg1/configure-21224-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
alpine-2.24+dfsg1/configure-21226-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:21227:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-21228-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-21414-do :
alpine-2.24+dfsg1/configure:21415:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
alpine-2.24+dfsg1/configure-21416-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
alpine-2.24+dfsg1/configure-21418-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:21419:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-21420-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-21429-do :
alpine-2.24+dfsg1/configure:21430:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
alpine-2.24+dfsg1/configure-21431-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
alpine-2.24+dfsg1/configure-21433-  cat >>confdefs.h <<_ACEOF
alpine-2.24+dfsg1/configure:21434:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
alpine-2.24+dfsg1/configure-21435-_ACEOF
##############################################
alpine-2.24+dfsg1/configure-21597-  SSL_CERT_LINK="no"
alpine-2.24+dfsg1/configure:21598:  if test -z "`ls ${certdir} | $EGREP '^[0-9A-Fa-f]{8}\.[0-9]'`" ; then
alpine-2.24+dfsg1/configure-21599-     SSL_BUNDLE_EXISTS="no"
##############################################
alpine-2.24+dfsg1/configure-21834-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
alpine-2.24+dfsg1/configure:21835:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
alpine-2.24+dfsg1/configure-21836-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
alpine-2.24+dfsg1/configure-21929-if test -z "$BASH_VERSION$ZSH_VERSION" \
alpine-2.24+dfsg1/configure:21930:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
alpine-2.24+dfsg1/configure-21931-  as_echo='print -r --'
alpine-2.24+dfsg1/configure-21932-  as_echo_n='print -rn --'
alpine-2.24+dfsg1/configure:21933:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
alpine-2.24+dfsg1/configure-21934-  as_echo='printf %s\n'
##############################################
alpine-2.24+dfsg1/configure-21936-else
alpine-2.24+dfsg1/configure:21937:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
alpine-2.24+dfsg1/configure-21938-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
alpine-2.24+dfsg1/configure-21946-	expr "X$arg" : "X\\(.*\\)$as_nl";
alpine-2.24+dfsg1/configure:21947:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
alpine-2.24+dfsg1/configure-21948-      esac;
##############################################
alpine-2.24+dfsg1/configure-22023-# ----------------------------------------
alpine-2.24+dfsg1/configure:22024:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
alpine-2.24+dfsg1/configure-22025-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
alpine-2.24+dfsg1/configure-22095-  {
alpine-2.24+dfsg1/configure:22096:    as_val=`expr "$@" || test $? -eq 1`
alpine-2.24+dfsg1/configure-22097-  }
##############################################
alpine-2.24+dfsg1/configure-22199-      case $as_dir in #(
alpine-2.24+dfsg1/configure:22200:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
alpine-2.24+dfsg1/configure-22201-      *) as_qdir=$as_dir;;
##############################################
alpine-2.24+dfsg1/configure-22334-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
alpine-2.24+dfsg1/configure:22335:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
alpine-2.24+dfsg1/configure-22336-ac_cs_version="\\
##############################################
alpine-2.24+dfsg1/configure-22359-  --*=?*)
alpine-2.24+dfsg1/configure:22360:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alpine-2.24+dfsg1/configure:22361:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
alpine-2.24+dfsg1/configure-22362-    ac_shift=:
##############################################
alpine-2.24+dfsg1/configure-22364-  --*=)
alpine-2.24+dfsg1/configure:22365:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
alpine-2.24+dfsg1/configure-22366-    ac_optarg=
##############################################
alpine-2.24+dfsg1/configure-22388-    case $ac_optarg in
alpine-2.24+dfsg1/configure:22389:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alpine-2.24+dfsg1/configure-22390-    '') as_fn_error $? "missing file argument" ;;
##############################################
alpine-2.24+dfsg1/configure-22396-    case $ac_optarg in
alpine-2.24+dfsg1/configure:22397:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
alpine-2.24+dfsg1/configure-22398-    esac
##############################################
alpine-2.24+dfsg1/configure-22465-delay_variable_subst='$delay_variable_subst'
alpine-2.24+dfsg1/configure:22466:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22467:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22468:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22469:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22470:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22471:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22472:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22473:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22474:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22475:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22476:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22477:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22478:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22479:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22480:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22481:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22482:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22483:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22484:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22485:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22486:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22487:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22488:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22489:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22490:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22491:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22492:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22493:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22494:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22495:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22496:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22497:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22498:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22499:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22500:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22501:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22502:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22503:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22504:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22505:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22506:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22507:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22508:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22509:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22510:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22511:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22512:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22513:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22514:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22515:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22516:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22517:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22518:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22519:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22520:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22521:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22522:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22523:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22524:lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22525:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22526:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22527:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22528:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22529:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22530:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22531:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22532:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22533:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22534:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22535:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22536:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22537:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22538:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22539:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22540:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22541:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22542:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22543:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22544:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22545:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22546:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22547:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22548:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22549:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22550:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22551:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22552:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22553:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22554:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22555:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22556:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22557:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22558:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22559:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22560:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22561:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22562:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22563:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22564:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22565:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22566:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22567:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22568:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22569:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22570:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22571:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22572:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22573:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22574:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22575:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22576:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22577:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22578:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22579:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22580:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22581:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22582:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22583:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22584:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22585:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22586:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22587:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22588:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22589:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22590:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22591:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22592:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22593:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22594:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22595:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22596:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22597:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22598:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22599:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure:22600:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/configure-22601-
##############################################
alpine-2.24+dfsg1/configure-22682-striplib; do
alpine-2.24+dfsg1/configure:22683:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alpine-2.24+dfsg1/configure-22684-    *[\\\\\\\`\\"\\\$]*)
alpine-2.24+dfsg1/configure:22685:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alpine-2.24+dfsg1/configure-22686-      ;;
##############################################
alpine-2.24+dfsg1/configure-22713-configure_time_lt_sys_library_path; do
alpine-2.24+dfsg1/configure:22714:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alpine-2.24+dfsg1/configure-22715-    *[\\\\\\\`\\"\\\$]*)
alpine-2.24+dfsg1/configure:22716:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alpine-2.24+dfsg1/configure-22717-      ;;
##############################################
alpine-2.24+dfsg1/configure-22829-fi
alpine-2.24+dfsg1/configure:22830:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
alpine-2.24+dfsg1/configure-22831-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
alpine-2.24+dfsg1/configure-22846-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
alpine-2.24+dfsg1/configure:22847:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
alpine-2.24+dfsg1/configure-22848-ac_delim='%!_!# '
##############################################
alpine-2.24+dfsg1/configure-22852-
alpine-2.24+dfsg1/configure:22853:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
alpine-2.24+dfsg1/configure-22854-  if test $ac_delim_n = $ac_delim_num; then
##############################################
alpine-2.24+dfsg1/configure-22990-for ac_last_try in false false :; do
alpine-2.24+dfsg1/configure:22991:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
alpine-2.24+dfsg1/configure-22992-  if test -z "$ac_tt"; then
##############################################
alpine-2.24+dfsg1/configure-23122-      esac
alpine-2.24+dfsg1/configure:23123:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
alpine-2.24+dfsg1/configure-23124-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
alpine-2.24+dfsg1/configure-23181-*)
alpine-2.24+dfsg1/configure:23182:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
alpine-2.24+dfsg1/configure-23183-  # A ".." for each directory in $ac_dir_suffix.
alpine-2.24+dfsg1/configure:23184:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
alpine-2.24+dfsg1/configure-23185-  case $ac_top_builddir_sub in
##############################################
alpine-2.24+dfsg1/configure-23242-/@mandir@/p'
alpine-2.24+dfsg1/configure:23243:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
alpine-2.24+dfsg1/configure-23244-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
alpine-2.24+dfsg1/configure-23259-
alpine-2.24+dfsg1/configure:23260:# Neutralize VPATH when `$srcdir' = `.'.
alpine-2.24+dfsg1/configure-23261-# Shell code in configure.ac might set extrasub.
##############################################
alpine-2.24+dfsg1/configure-23287-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
alpine-2.24+dfsg1/configure:23288:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
alpine-2.24+dfsg1/configure-23289-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
alpine-2.24+dfsg1/configure-23333-    * )
alpine-2.24+dfsg1/configure:23334:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alpine-2.24+dfsg1/configure-23335-  esac
##############################################
alpine-2.24+dfsg1/configure-23380-    # Strip MF so we end up with the name of the file.
alpine-2.24+dfsg1/configure:23381:    mf=`echo "$mf" | sed -e 's/:.*$//'`
alpine-2.24+dfsg1/configure-23382-    # Check whether this is an Automake generated Makefile or not.
##############################################
alpine-2.24+dfsg1/configure-23417-    # from the Makefile without running 'make'.
alpine-2.24+dfsg1/configure:23418:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
alpine-2.24+dfsg1/configure-23419-    test -z "$DEPDIR" && continue
alpine-2.24+dfsg1/configure:23420:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
alpine-2.24+dfsg1/configure-23421-    test -z "$am__include" && continue
alpine-2.24+dfsg1/configure:23422:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
alpine-2.24+dfsg1/configure-23423-    # Find all dependency output files, they are included files with
##############################################
alpine-2.24+dfsg1/configure-23938-    *:)
alpine-2.24+dfsg1/configure:23939:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
alpine-2.24+dfsg1/configure-23940-        ;;
alpine-2.24+dfsg1/configure-23941-    x:*)
alpine-2.24+dfsg1/configure:23942:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
alpine-2.24+dfsg1/configure-23943-        ;;
alpine-2.24+dfsg1/configure-23944-    *::*)
alpine-2.24+dfsg1/configure:23945:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alpine-2.24+dfsg1/configure:23946:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
alpine-2.24+dfsg1/configure-23947-        ;;
alpine-2.24+dfsg1/configure-23948-    *)
alpine-2.24+dfsg1/configure:23949:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
alpine-2.24+dfsg1/configure-23950-        ;;
##############################################
alpine-2.24+dfsg1/configure-23965-    done
alpine-2.24+dfsg1/configure:23966:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alpine-2.24+dfsg1/configure-23967-}
##############################################
alpine-2.24+dfsg1/configure-24007-      case "$ac_file" in
alpine-2.24+dfsg1/configure:24008:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
alpine-2.24+dfsg1/configure-24009-      esac
##############################################
alpine-2.24+dfsg1/configure-24012-        # Adjust a relative srcdir.
alpine-2.24+dfsg1/configure:24013:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
alpine-2.24+dfsg1/configure:24014:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
alpine-2.24+dfsg1/configure:24015:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
alpine-2.24+dfsg1/configure-24016-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
alpine-2.24+dfsg1/configure-24019-        case "$ac_given_srcdir" in
alpine-2.24+dfsg1/configure:24020:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
alpine-2.24+dfsg1/configure-24021-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
alpine-2.24+dfsg1/configure-24039-            fi
alpine-2.24+dfsg1/configure:24040:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
alpine-2.24+dfsg1/configure-24041-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-1578-char *
alpine-2.24+dfsg1/alpine/addrbook.c:1579:addr_book_oneaddr(void)
alpine-2.24+dfsg1/alpine/addrbook.c-1580-{
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-1874-char *
alpine-2.24+dfsg1/alpine/addrbook.c:1875:addr_book_takeaddr(void)
alpine-2.24+dfsg1/alpine/addrbook.c-1876-{
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-3126-
alpine-2.24+dfsg1/alpine/addrbook.c:3127:	      if(as.checkboxes || is_addr(as.top_ent+as.cur_row)){
alpine-2.24+dfsg1/alpine/addrbook.c-3128-		  BuildTo        bldto;
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-4175-
alpine-2.24+dfsg1/alpine/addrbook.c:4176:	    if(is_addr(as.top_ent+as.cur_row)){
alpine-2.24+dfsg1/alpine/addrbook.c-4177-		dl = dlist(as.top_ent+as.cur_row);
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-4284-	  case MC_COMPOSE:
alpine-2.24+dfsg1/alpine/addrbook.c:4285:	    (void)ab_compose_to_addr(as.top_ent+as.cur_row, 0, 0);
alpine-2.24+dfsg1/alpine/addrbook.c-4286-            break;
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-4290-	  case MC_ROLE:
alpine-2.24+dfsg1/alpine/addrbook.c:4291:	    (void)ab_compose_to_addr(as.top_ent+as.cur_row, 0, 1);
alpine-2.24+dfsg1/alpine/addrbook.c-4292-            break;
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-4419-
alpine-2.24+dfsg1/alpine/addrbook.c:4420:	    if(is_addr(as.top_ent+as.cur_row)){
alpine-2.24+dfsg1/alpine/addrbook.c-4421-		dl = dlist(as.top_ent+as.cur_row);
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-4709-
alpine-2.24+dfsg1/alpine/addrbook.c:4710:	    if(!is_addr(as.top_ent+as.cur_row)){
alpine-2.24+dfsg1/alpine/addrbook.c-4711-                q_status_message(SM_ORDER, 0, 4, _("Nothing to forward"));
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-4975-      case 'c':
alpine-2.24+dfsg1/alpine/addrbook.c:4976:	ret = ab_compose_to_addr(cur_line, 1, 0);
alpine-2.24+dfsg1/alpine/addrbook.c-4977-	break;
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-4979-      case '#':
alpine-2.24+dfsg1/alpine/addrbook.c:4980:	ret = ab_compose_to_addr(cur_line, 1, 1);
alpine-2.24+dfsg1/alpine/addrbook.c-4981-	break;
##############################################
alpine-2.24+dfsg1/alpine/addrbook.c-5931-int
alpine-2.24+dfsg1/alpine/addrbook.c:5932:is_addr(long int lineno)
alpine-2.24+dfsg1/alpine/addrbook.c-5933-{
##############################################
alpine-2.24+dfsg1/alpine/roleconf.c-7268-      case MC_CHOICEC :		/* Choose an Address, no full name */
alpine-2.24+dfsg1/alpine/roleconf.c:7269:	addr = addr_book_oneaddr();
alpine-2.24+dfsg1/alpine/roleconf.c-7270-	ps->mangled_screen = 1;
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.h-29-/* exported prototypes */
alpine-2.24+dfsg1/alpine/takeaddr.h:30:int	       cmd_take_addr(struct pine *, MSGNO_S *, int);
alpine-2.24+dfsg1/alpine/takeaddr.h-31-void           take_this_one_entry(struct pine *, TA_STATE_S **, AdrBk *, long);
##############################################
alpine-2.24+dfsg1/alpine/mailview.c-176-char	   *url_external_handler(HANDLE_S *, int);
alpine-2.24+dfsg1/alpine/mailview.c:177:void	    url_mailto_addr(ADDRESS **, char *);
alpine-2.24+dfsg1/alpine/mailview.c-178-int	    ical_send_reply(char *);
##############################################
alpine-2.24+dfsg1/alpine/mailview.c-1792-	    else if(!strucmp(hname, "to")){
alpine-2.24+dfsg1/alpine/mailview.c:1793:		url_mailto_addr(&outgoing->to, hvalue);
alpine-2.24+dfsg1/alpine/mailview.c-1794-	    }
alpine-2.24+dfsg1/alpine/mailview.c-1795-	    else if(!strucmp(hname, "cc")){
alpine-2.24+dfsg1/alpine/mailview.c:1796:		url_mailto_addr(&outgoing->cc, hvalue);
alpine-2.24+dfsg1/alpine/mailview.c-1797-	    }
##############################################
alpine-2.24+dfsg1/alpine/mailview.c-1905-void
alpine-2.24+dfsg1/alpine/mailview.c:1906:url_mailto_addr(struct mail_address **a, char *a_raw)
alpine-2.24+dfsg1/alpine/mailview.c-1907-{
##############################################
alpine-2.24+dfsg1/alpine/reply.c-267-	if(env->to)
alpine-2.24+dfsg1/alpine/reply.c:268:	  if((ap=reply_cp_addr(pine_state, 0L, NULL,
alpine-2.24+dfsg1/alpine/reply.c-269-			       NULL, us_in_to_and_cc, NULL,
alpine-2.24+dfsg1/alpine/reply.c-270-			       env->to, RCA_ONLY_US)) != NULL)
alpine-2.24+dfsg1/alpine/reply.c:271:	    reply_append_addr(&us_in_to_and_cc, ap);
alpine-2.24+dfsg1/alpine/reply.c-272-
alpine-2.24+dfsg1/alpine/reply.c-273-	if(env->cc)
alpine-2.24+dfsg1/alpine/reply.c:274:	  if((ap=reply_cp_addr(pine_state, 0L, NULL,
alpine-2.24+dfsg1/alpine/reply.c-275-			       NULL, us_in_to_and_cc, NULL,
alpine-2.24+dfsg1/alpine/reply.c-276-			       env->cc, RCA_ONLY_US)) != NULL)
alpine-2.24+dfsg1/alpine/reply.c:277:	    reply_append_addr(&us_in_to_and_cc, ap);
alpine-2.24+dfsg1/alpine/reply.c-278-
##############################################
alpine-2.24+dfsg1/alpine/addrbook.h-46-void	       addr_book_config(struct pine *, int);
alpine-2.24+dfsg1/alpine/addrbook.h:47:char	      *addr_book_oneaddr(void);
alpine-2.24+dfsg1/alpine/addrbook.h-48-char	      *addr_book_multaddr_nf(void);
##############################################
alpine-2.24+dfsg1/alpine/addrbook.h-53-char	      *addr_book_bounce(void);
alpine-2.24+dfsg1/alpine/addrbook.h:54:char          *addr_book_takeaddr(void);
alpine-2.24+dfsg1/alpine/addrbook.h-55-char          *addr_book_nick_for_edit(char **);
##############################################
alpine-2.24+dfsg1/alpine/addrbook.h-58-int            abook_nickname_complete(char *, char **, int, unsigned);
alpine-2.24+dfsg1/alpine/addrbook.h:59:int            is_addr(long);
alpine-2.24+dfsg1/alpine/addrbook.h-60-long           first_line(long);
##############################################
alpine-2.24+dfsg1/alpine/help.c-94-int	 gripe_newbody(struct pine *, BODY **, long, int);
alpine-2.24+dfsg1/alpine/help.c:95:ADDRESS *gripe_token_addr(char *);
alpine-2.24+dfsg1/alpine/help.c-96-char	*gripe_id(char *);
##############################################
alpine-2.24+dfsg1/alpine/help.c-977-
alpine-2.24+dfsg1/alpine/help.c:978:    if((outgoing->to = gripe_token_addr(url_copy)) != NULL){
alpine-2.24+dfsg1/alpine/help.c-979-	composer_title = _("COMPOSE TO LOCAL SUPPORT");
##############################################
alpine-2.24+dfsg1/alpine/help.c-1253-ADDRESS *
alpine-2.24+dfsg1/alpine/help.c:1254:gripe_token_addr(token)
alpine-2.24+dfsg1/alpine/help.c-1255-    char *token;
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-70-int            verify_nick(char *, char **, char **, BUILDER_ARG *, int *);
alpine-2.24+dfsg1/alpine/adrbkcmd.c:71:int            verify_addr(char *, char **, char **, BUILDER_ARG *, int *);
alpine-2.24+dfsg1/alpine/adrbkcmd.c-72-int            pico_sendexit_for_adrbk(struct headerentry *, void(*)(void), int, char **);
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-144-
alpine-2.24+dfsg1/alpine/adrbkcmd.c:145:    if(is_addr(cur_line)){
alpine-2.24+dfsg1/alpine/adrbkcmd.c-146-	abe = ae(cur_line);
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-444-	 */
alpine-2.24+dfsg1/alpine/adrbkcmd.c:445:	if(is_addr(as.cur_row+as.top_ent)){
alpine-2.24+dfsg1/alpine/adrbkcmd.c-446-	    AdrBk_Entry *abe, *abe_copy;
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-490-      case MC_COMPOSE :
alpine-2.24+dfsg1/alpine/adrbkcmd.c:491:	(void)ab_compose_to_addr(as.top_ent+as.cur_row, 0, 0);
alpine-2.24+dfsg1/alpine/adrbkcmd.c-492-	rv = 1;
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-495-      case MC_ROLE :
alpine-2.24+dfsg1/alpine/adrbkcmd.c:496:	(void)ab_compose_to_addr(as.top_ent+as.cur_row, 0, 1);
alpine-2.24+dfsg1/alpine/adrbkcmd.c-497-	rv = 1;
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-1115-
alpine-2.24+dfsg1/alpine/adrbkcmd.c:1116:	if(verify_addr(comma_sep_addr, NULL, NULL, NULL, NULL) < 0)
alpine-2.24+dfsg1/alpine/adrbkcmd.c-1117-	  he[NNN_ADDR].start_here = 1;
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-1433-int
alpine-2.24+dfsg1/alpine/adrbkcmd.c:1434:verify_addr(char *to, char **full_to, char **error, BUILDER_ARG *fcc, int *mangled)
alpine-2.24+dfsg1/alpine/adrbkcmd.c-1435-{
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-1475-	dprint((1,
alpine-2.24+dfsg1/alpine/adrbkcmd.c:1476:	    "RESETTING address book... verify_addr(%s)!\n", to ? to : "?"));
alpine-2.24+dfsg1/alpine/adrbkcmd.c-1477-	addrbook_reset();
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-3963-int
alpine-2.24+dfsg1/alpine/adrbkcmd.c:3964:ab_compose_to_addr(long int cur_line, int agg, int allow_role)
alpine-2.24+dfsg1/alpine/adrbkcmd.c-3965-{
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-4049-    else{
alpine-2.24+dfsg1/alpine/adrbkcmd.c:4050:	if(is_addr(cur_line)){
alpine-2.24+dfsg1/alpine/adrbkcmd.c-4051-
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.c-5338-    else{
alpine-2.24+dfsg1/alpine/adrbkcmd.c:5339:	if(is_addr(cur_line)){
alpine-2.24+dfsg1/alpine/adrbkcmd.c-5340-	    AddrScrn_Disp *dl;
##############################################
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-61-  { \
alpine-2.24+dfsg1/alpine/osdep/Makefile.in:62:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-63-  }; \
##############################################
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-440-.c.obj:
alpine-2.24+dfsg1/alpine/osdep/Makefile.in:441:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-442-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-444-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/alpine/osdep/Makefile.in:445:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-446-
##############################################
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-489-GTAGS:
alpine-2.24+dfsg1/alpine/osdep/Makefile.in:490:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-491-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-512-distdir: $(DISTFILES)
alpine-2.24+dfsg1/alpine/osdep/Makefile.in:513:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/alpine/osdep/Makefile.in:514:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-515-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-526-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/alpine/osdep/Makefile.in:527:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/alpine/osdep/Makefile.in-528-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-62-  { \
alpine-2.24+dfsg1/alpine/Makefile.in:63:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/alpine/Makefile.in-64-  }; \
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-237-  while test -n "$$dir1"; do \
alpine-2.24+dfsg1/alpine/Makefile.in:238:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alpine-2.24+dfsg1/alpine/Makefile.in-239-    if test "$$first" != "."; then \
alpine-2.24+dfsg1/alpine/Makefile.in-240-      if test "$$first" = ".."; then \
alpine-2.24+dfsg1/alpine/Makefile.in:241:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alpine-2.24+dfsg1/alpine/Makefile.in:242:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alpine-2.24+dfsg1/alpine/Makefile.in-243-      else \
alpine-2.24+dfsg1/alpine/Makefile.in:244:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alpine-2.24+dfsg1/alpine/Makefile.in-245-        if test "$$first2" = "$$first"; then \
alpine-2.24+dfsg1/alpine/Makefile.in:246:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alpine-2.24+dfsg1/alpine/Makefile.in-247-        else \
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-252-    fi; \
alpine-2.24+dfsg1/alpine/Makefile.in:253:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alpine-2.24+dfsg1/alpine/Makefile.in-254-  done; \
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-523-	test -n "$(EXEEXT)" || exit 0; \
alpine-2.24+dfsg1/alpine/Makefile.in:524:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alpine-2.24+dfsg1/alpine/Makefile.in-525-	echo " rm -f" $$list; \
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-597-.c.obj:
alpine-2.24+dfsg1/alpine/Makefile.in:598:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/alpine/Makefile.in-599-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-601-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/alpine/Makefile.in:602:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/alpine/Makefile.in-603-
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-630-	dot_seen=no; \
alpine-2.24+dfsg1/alpine/Makefile.in:631:	target=`echo $@ | sed s/-recursive//`; \
alpine-2.24+dfsg1/alpine/Makefile.in-632-	case "$@" in \
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-693-GTAGS:
alpine-2.24+dfsg1/alpine/Makefile.in:694:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/alpine/Makefile.in-695-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-716-distdir: $(DISTFILES)
alpine-2.24+dfsg1/alpine/Makefile.in:717:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/alpine/Makefile.in:718:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/alpine/Makefile.in-719-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/alpine/Makefile.in-730-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/alpine/Makefile.in:731:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/alpine/Makefile.in-732-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/alpine/mailtrfc.sh-49-
alpine-2.24+dfsg1/alpine/mailtrfc.sh:50:org=`awk '/^domain/ {print $2}' < /etc/resolv.conf`
alpine-2.24+dfsg1/alpine/mailtrfc.sh:51:domain=`echo $org | sed -e 's/^[^.]*\.//'`
alpine-2.24+dfsg1/alpine/mailtrfc.sh-52-host=`hostname`".$org"
##############################################
alpine-2.24+dfsg1/alpine/mailpart.c-3836-	    if(a->body->nested.msg->env && a->body->nested.msg->env->to)
alpine-2.24+dfsg1/alpine/mailpart.c:3837:	      if((ap=reply_cp_addr(ps_global, 0L, NULL,
alpine-2.24+dfsg1/alpine/mailpart.c-3838-				   NULL, us_in_to_and_cc, NULL,
alpine-2.24+dfsg1/alpine/mailpart.c-3839-				   a->body->nested.msg->env->to, RCA_ONLY_US)) != NULL)
alpine-2.24+dfsg1/alpine/mailpart.c:3840:		reply_append_addr(&us_in_to_and_cc, ap);
alpine-2.24+dfsg1/alpine/mailpart.c-3841-
alpine-2.24+dfsg1/alpine/mailpart.c-3842-	    if(a->body->nested.msg->env && a->body->nested.msg->env->cc)
alpine-2.24+dfsg1/alpine/mailpart.c:3843:	      if((ap=reply_cp_addr(ps_global, 0L, NULL,
alpine-2.24+dfsg1/alpine/mailpart.c-3844-				   NULL, us_in_to_and_cc, NULL,
alpine-2.24+dfsg1/alpine/mailpart.c-3845-				   a->body->nested.msg->env->cc, RCA_ONLY_US)) != NULL)
alpine-2.24+dfsg1/alpine/mailpart.c:3846:		reply_append_addr(&us_in_to_and_cc, ap);
alpine-2.24+dfsg1/alpine/mailpart.c-3847-
##############################################
alpine-2.24+dfsg1/alpine/adrbkcmd.h-43-int        ab_shuffle(PerAddrBook *, int *, int, char **);
alpine-2.24+dfsg1/alpine/adrbkcmd.h:44:int        ab_compose_to_addr(long, int, int);
alpine-2.24+dfsg1/alpine/adrbkcmd.h-45-int        ab_forward(struct pine *, long, int);
##############################################
alpine-2.24+dfsg1/alpine/send.c-2400-		else{
alpine-2.24+dfsg1/alpine/send.c:2401:		    nobody_addr          = mail_newaddr();
alpine-2.24+dfsg1/alpine/send.c:2402:		    nobody_addr->next    = mail_newaddr();
alpine-2.24+dfsg1/alpine/send.c-2403-		    nobody_addr->mailbox = cpystr(rfc1522_encode(tmp_20k_buf,
##############################################
alpine-2.24+dfsg1/alpine/send.c-2645-			  ;
alpine-2.24+dfsg1/alpine/send.c:2646:			*tail = reply_cp_addr(ps_global, 0, NULL, NULL,
alpine-2.24+dfsg1/alpine/send.c-2647-					      *pf->addr, NULL, a, RCA_ALL);
##############################################
alpine-2.24+dfsg1/alpine/send.c-3136-
alpine-2.24+dfsg1/alpine/send.c:3137:	    outgoing->sender	      = mail_newaddr();
alpine-2.24+dfsg1/alpine/send.c-3138-	    outgoing->sender->mailbox = cpystr(ps_global->VAR_USER_ID);
##############################################
alpine-2.24+dfsg1/alpine/mailcmd.c-1284-	   any_messages(msgmap, NULL, "to Take address from"))
alpine-2.24+dfsg1/alpine/mailcmd.c:1285:	  (void) cmd_take_addr(state, msgmap, MCMD_NONE);
alpine-2.24+dfsg1/alpine/mailcmd.c-1286-
##############################################
alpine-2.24+dfsg1/alpine/mailcmd.c-7519-      case 't' :			/* take address */
alpine-2.24+dfsg1/alpine/mailcmd.c:7520:	rv = cmd_take_addr(state, msgmap, agg);
alpine-2.24+dfsg1/alpine/mailcmd.c-7521-	break;
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-84-int            ta_take_marked_addrs(int, TA_S *, int, TA_STATE_S **, char *);
alpine-2.24+dfsg1/alpine/takeaddr.c:85:int            ta_take_single_addr(TA_S *, int, TA_STATE_S **, char *);
alpine-2.24+dfsg1/alpine/takeaddr.c-86-int            update_takeaddr_screen(struct pine *, TA_S *, TA_SCREEN_S *, Pos *);
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-196-	    if(takeaddr)
alpine-2.24+dfsg1/alpine/takeaddr.c:197:	      returned_nickname = addr_book_takeaddr();
alpine-2.24+dfsg1/alpine/takeaddr.c-198-	    else
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-523-	if(simple_a && *simple_a)
alpine-2.24+dfsg1/alpine/takeaddr.c:524:	  abe = adrbk_lookup_by_addr(abook, simple_a, NULL);
alpine-2.24+dfsg1/alpine/takeaddr.c-525-	
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-1541-				     command_line, tas, cmd)
alpine-2.24+dfsg1/alpine/takeaddr.c:1542:	      : ta_take_single_addr(current, command_line, tas, cmd));
alpine-2.24+dfsg1/alpine/takeaddr.c-1543-}
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-1693-int
alpine-2.24+dfsg1/alpine/takeaddr.c:1694:ta_take_single_addr(TA_S *cur, int command_line, TA_STATE_S **tas, char *cmd)
alpine-2.24+dfsg1/alpine/takeaddr.c-1695-{
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-1948-int
alpine-2.24+dfsg1/alpine/takeaddr.c:1949:cmd_take_addr(struct pine *ps, MSGNO_S *msgmap, int agg)
alpine-2.24+dfsg1/alpine/takeaddr.c-1950-{
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-1986-
alpine-2.24+dfsg1/alpine/takeaddr.c:1987:	      rtype = set_up_takeaddr('e', ps, msgmap, &ta_list, &how_many_selected,
alpine-2.24+dfsg1/alpine/takeaddr.c-1988-				      agg ? TA_AGG : 0, NULL);
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-2016-	case 'a':
alpine-2.24+dfsg1/alpine/takeaddr.c:2017:	  rtype = set_up_takeaddr('a', ps, msgmap, &ta_list, &how_many_selected,
alpine-2.24+dfsg1/alpine/takeaddr.c-2018-				  agg ? TA_AGG : 0, attached_addr_handler);
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-2480-    if(!addr){
alpine-2.24+dfsg1/alpine/takeaddr.c:2481:	addr = mail_newaddr();
alpine-2.24+dfsg1/alpine/takeaddr.c-2482-	addr->host = cpystr("");
##############################################
alpine-2.24+dfsg1/alpine/takeaddr.c-3208-	    if(!addr)
alpine-2.24+dfsg1/alpine/takeaddr.c:3209:	      addr = mail_newaddr();
alpine-2.24+dfsg1/alpine/takeaddr.c-3210-	}
##############################################
alpine-2.24+dfsg1/config.rpath-33-host="$1"
alpine-2.24+dfsg1/config.rpath:34:host_cpu=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
alpine-2.24+dfsg1/config.rpath:35:host_vendor=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
alpine-2.24+dfsg1/config.rpath:36:host_os=`echo "$host" | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
alpine-2.24+dfsg1/config.rpath-37-
##############################################
alpine-2.24+dfsg1/config.rpath-47-done
alpine-2.24+dfsg1/config.rpath:48:cc_basename=`echo "$cc_temp" | sed -e 's%^.*/%%'`
alpine-2.24+dfsg1/config.rpath-49-
##############################################
alpine-2.24+dfsg1/config.rpath-91-        *)
alpine-2.24+dfsg1/config.rpath:92:          case `$CC -V 2>&1 | sed 5q` in
alpine-2.24+dfsg1/config.rpath-93-            *Sun\ C*)
##############################################
alpine-2.24+dfsg1/config.rpath-214-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
alpine-2.24+dfsg1/config.rpath:215:      case `$LD -v 2>&1` in
alpine-2.24+dfsg1/config.rpath-216-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
alpine-2.24+dfsg1/config.rpath-220-          if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then
alpine-2.24+dfsg1/config.rpath:221:            hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-rpath,$libdir`'
alpine-2.24+dfsg1/config.rpath-222-          else
##############################################
alpine-2.24+dfsg1/config.rpath-277-        case $host_os in aix4.[012]|aix4.[012].*)
alpine-2.24+dfsg1/config.rpath:278:          collect2name=`${CC} -print-prog-name=collect2`
alpine-2.24+dfsg1/config.rpath-279-          if test -f "$collect2name" && \
##############################################
alpine-2.24+dfsg1/config.rpath-415-      hardcode_direct=yes
alpine-2.24+dfsg1/config.rpath:416:      if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
alpine-2.24+dfsg1/config.rpath-417-        hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
##############################################
alpine-2.24+dfsg1/config.rpath-476-    sysv5* | sco3.2v5* | sco5v6*)
alpine-2.24+dfsg1/config.rpath:477:      hardcode_libdir_flag_spec='`test -z "$SCOABSPATH" && echo ${wl}-R,$libdir`'
alpine-2.24+dfsg1/config.rpath-478-      hardcode_libdir_separator=':'
##############################################
alpine-2.24+dfsg1/config.rpath-583-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
alpine-2.24+dfsg1/config.rpath:584:escaped_wl=`echo "X$wl" | sed -e 's/^X//' -e "$sed_quote_subst"`
alpine-2.24+dfsg1/config.rpath:585:shlibext=`echo "$shrext" | sed -e 's,^\.,,'`
alpine-2.24+dfsg1/config.rpath:586:escaped_hardcode_libdir_flag_spec=`echo "X$hardcode_libdir_flag_spec" | sed -e 's/^X//' -e "$sed_quote_subst"`
alpine-2.24+dfsg1/config.rpath-587-
##############################################
alpine-2.24+dfsg1/imap/Makefile-694-	@$(TOUCH) SPECIALS
alpine-2.24+dfsg1/imap/Makefile:695:	echo `$(CAT) SPECIALS` $(EXTRASPECIALS) > c-client/SPECIALS
alpine-2.24+dfsg1/imap/Makefile-696-	$(CD) c-client;$(MAKE) $(BUILDTYPE) EXTRACFLAGS='$(EXTRACFLAGS)'\
##############################################
alpine-2.24+dfsg1/imap/Makefile-705-rebuild:
alpine-2.24+dfsg1/imap/Makefile:706:	@$(SH) -c '(test $(BUILDTYPE) = rebuild -o $(BUILDTYPE) = `$(CAT) OSTYPE`) || (echo Already built for `$(CAT) OSTYPE` -- you must do \"make clean\" first && exit 1)'
alpine-2.24+dfsg1/imap/Makefile:707:	@echo Rebuilding c-client for `$(CAT) OSTYPE`...
alpine-2.24+dfsg1/imap/Makefile-708-	@$(TOUCH) SPECIALS
alpine-2.24+dfsg1/imap/Makefile:709:	$(CD) c-client;$(MAKE) all CC=`$(CAT) CCTYPE` \
alpine-2.24+dfsg1/imap/Makefile:710:	 CFLAGS="`$(CAT) CFLAGS`" `$(CAT) SPECIALS`
alpine-2.24+dfsg1/imap/Makefile-711-
##############################################
alpine-2.24+dfsg1/imap/src/mailutil/Makefile-33-
alpine-2.24+dfsg1/imap/src/mailutil/Makefile:34:CC = `cat $C/CCTYPE`
alpine-2.24+dfsg1/imap/src/mailutil/Makefile:35:CFLAGS = -I$C `cat $C/CFLAGS`
alpine-2.24+dfsg1/imap/src/mailutil/Makefile:36:LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
alpine-2.24+dfsg1/imap/src/mailutil/Makefile-37-
##############################################
alpine-2.24+dfsg1/imap/src/mlock/Makefile-32-
alpine-2.24+dfsg1/imap/src/mlock/Makefile:33:CC = `cat $C/CCTYPE`
alpine-2.24+dfsg1/imap/src/mlock/Makefile:34:CFLAGS = `cat $C/CFLAGS`
alpine-2.24+dfsg1/imap/src/mlock/Makefile-35-
##############################################
alpine-2.24+dfsg1/imap/src/ipopd/Makefile-33-
alpine-2.24+dfsg1/imap/src/ipopd/Makefile:34:CC = `cat $C/CCTYPE`
alpine-2.24+dfsg1/imap/src/ipopd/Makefile:35:CFLAGS = -I$C `cat $C/CFLAGS`
alpine-2.24+dfsg1/imap/src/ipopd/Makefile:36:LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
alpine-2.24+dfsg1/imap/src/ipopd/Makefile-37-
##############################################
alpine-2.24+dfsg1/imap/src/mtest/Makefile-33-
alpine-2.24+dfsg1/imap/src/mtest/Makefile:34:CC = `cat $C/CCTYPE`
alpine-2.24+dfsg1/imap/src/mtest/Makefile:35:CFLAGS = -I$C `cat $C/CFLAGS`
alpine-2.24+dfsg1/imap/src/mtest/Makefile:36:LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
alpine-2.24+dfsg1/imap/src/mtest/Makefile-37-
##############################################
alpine-2.24+dfsg1/imap/src/mtest/mtest.c-772-  BODY *body = mail_newbody ();
alpine-2.24+dfsg1/imap/src/mtest/mtest.c:773:  msg->from = mail_newaddr ();
alpine-2.24+dfsg1/imap/src/mtest/mtest.c-774-  msg->from->personal = cpystr (personalname);
##############################################
alpine-2.24+dfsg1/imap/src/mtest/mtest.c-776-  msg->from->host = cpystr (curhst);
alpine-2.24+dfsg1/imap/src/mtest/mtest.c:777:  msg->return_path = mail_newaddr ();
alpine-2.24+dfsg1/imap/src/mtest/mtest.c-778-  msg->return_path->mailbox = cpystr (curusr);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-36- *
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:37: * The new sockaddr_in6 is bigger than the generic sockaddr (which is what
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-38- * connect(), accept(), bind(), getpeername(), getsockname(), etc. expect).
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-61-long ip_sockaddrtoport (struct sockaddr *sadr);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:62:void *ip_stringtoaddr (char *text,size_t *len,int *family);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:63:struct sockaddr *ip_newsockaddr (size_t *len);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:64:struct sockaddr *ip_sockaddr (int family,void *adr,size_t adrlen,
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-65-			      unsigned short port,size_t *len);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-66-char *ip_sockaddrtoname (struct sockaddr *sadr,char buf[NI_MAXHOST]);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:67:void *ip_nametoaddr (char *name,size_t *len,int *family,char **canonical,
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-68-		     void **next,void **cleanup);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-114-
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:115:void *ip_stringtoaddr (char *text,size_t *len,int *family)
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-116-
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-150-
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:151:struct sockaddr *ip_newsockaddr (size_t *len)
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-152-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-165-
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:166:struct sockaddr *ip_sockaddr (int family,void *adr,size_t adrlen,
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-167-			      unsigned short port,size_t *len)
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-168-{
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:169:  struct sockaddr *sadr = ip_newsockaddr (len);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-170-  switch (family) {		/* build socket address based upon family */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-224-
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c:225:void *ip_nametoaddr (char *name,size_t *len,int *family,char **canonical,
alpine-2.24+dfsg1/imap/src/osdep/nt/ip6_nt.c-226-		     void **next,void **cleanup)
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c-300-      if ((sv = getservbyname (service,"tcp")) && (port == ntohs (sv->s_port)))
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c:301:	syslog (LOG_DEBUG,"%s service init from %s",service,tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c-302-      else if ((sv = getservbyname (sslservice,"tcp")) &&
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c-304-	syslog (LOG_DEBUG,"%s SSL service init from %s",sslservice,
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c:305:		tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c-306-	ssl_server_init (server);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c-309-	syslog (LOG_DEBUG,"port %ld service init from %s",port,
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c:310:		tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/nt/env_nt.c-311-	if (*server == 's') ssl_server_init (server);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c-161-      sprintf (tmp + strlen (tmp),"%.80s%lx%.80s%lx%lx%lx%lx%lx",
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c:162:	       tcp_serveraddr (),(unsigned long) tcp_serverport (),
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c:163:	       tcp_clientaddr (),(unsigned long) tcp_clientport (),
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c-164-	       (unsigned long) sbuf.st_ino,(unsigned long) time (0),
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c-932-  if (server) {			/* build specific certificate/key file name */
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c:933:    sprintf (tmp,"%s\\%s-%s.pem",SSL_CERT_DIRECTORY,server,tcp_serveraddr ());
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c-934-    if (stat (tmp,&sbuf)) {	/* use non-specific name if no specific file */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c-962-				/* build specific certificate/key file names */
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c:963:  sprintf (cert,"%s\\%s-%s.pem",SSL_CERT_DIRECTORY,server,tcp_serveraddr ());
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c:964:  sprintf (key,"%s\\%s-%s.pem",SSL_KEY_DIRECTORY,server,tcp_serveraddr ());
alpine-2.24+dfsg1/imap/src/osdep/nt/ssl_libressl.c-965-				/* use non-specific name if no specific cert */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-41-long ip_sockaddrtoport (struct sockaddr *sadr);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:42:void *ip_stringtoaddr (char *text,size_t *len,int *family);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:43:struct sockaddr *ip_newsockaddr (size_t *len);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:44:struct sockaddr *ip_sockaddr (int family,void *adr,size_t adrlen,
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-45-			      unsigned short port,size_t *len);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-46-char *ip_sockaddrtoname (struct sockaddr *sadr,char *buf);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:47:void *ip_nametoaddr (char *name,size_t *len,int *family,char **canonical,
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-48-		     void **next,void **cleanup);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-80-
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:81:void *ip_stringtoaddr (char *text,size_t *len,int *family)
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-82-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-85-				/* get address */
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:86:  if ((adr = inet_addr (text)) == -1) ret = NIL;
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-87-  else {			/* make in_addr */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-99-
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:100:struct sockaddr *ip_newsockaddr (size_t *len)
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-101-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-114-
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:115:struct sockaddr *ip_sockaddr (int family,void *adr,size_t adrlen,
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-116-			      unsigned short port,size_t *len)
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-117-{
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:118:  struct sockaddr *sadr = ip_newsockaddr (len);
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-119-  switch (family) {		/* build socket address based upon family */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-144-  return ((sadr->sa_family == PF_INET) &&
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:145:	  (he = gethostbyaddr ((char *) &SADR4ADR (sadr),ADR4LEN,AF_INET))) ?
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-146-    (char *) he->h_name : NIL;
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-159-
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c:160:void *ip_nametoaddr (char *name,size_t *len,int *family,char **canonical,
alpine-2.24+dfsg1/imap/src/osdep/nt/ip4_nt.c-161-		     void **next,void **cleanup)
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-145-    tmp[strlen (tmp)-1] = '\0';
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:146:    if (adr = ip_stringtoaddr (tmp,&adrlen,&family)) {
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-147-      (*bn) (BLOCK_TCPOPEN,NIL);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-161-    (*bn) (BLOCK_DNSLOOKUP,NIL);/* look up name */
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:162:    if (!(s = ip_nametoaddr (host,&adrlen,&family,&hostname,&next,&cleanup)))
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-163-      sprintf (tmp,"Host not found (#%d): %s",WSAGetLastError (),host);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-172-				      tmp,hostname)) == INVALID_SOCKET) &&
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:173:	    (s = ip_nametoaddr (NIL,&adrlen,&family,&hostname,&next,
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-174-				&cleanup)) && !silent)
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-179-    }
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:180:    ip_nametoaddr (NIL,NIL,NIL,NIL,NIL,&cleanup);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-181-  }
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-220-  unsigned long cmd = 0;
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:221:  struct sockaddr *sadr = ip_sockaddr (family,adr,adrlen,port,&len);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-222-  sprintf (tmp,"Trying IP address [%s]",ip_sockaddrtostring (sadr,buf));
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-683-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:684:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-685-    stream->remotehost =	/* get socket's peer name */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-713-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:714:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-715-    stream->localhost =		/* get socket's name */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-727-
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:728:char *tcp_clientaddr ()
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-729-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-732-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:733:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-734-    if ((getpeername (0,sadr,(void *) &sadrlen) == SOCKET_ERROR) ||
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-754-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:755:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-756-    if ((getpeername (0,sadr,(void *) &sadrlen) == SOCKET_ERROR) ||
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-774-{
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:775:  if (!myClientHost && !myClientAddr) tcp_clientaddr ();
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-776-  return myClientPort;
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-782-
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:783:char *tcp_serveraddr ()
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-784-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-787-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:788:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-789-    if (!wsa_initted++) {	/* init Windows Sockets */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-816-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:817:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-818-    if (!wsa_initted++) {	/* init Windows Sockets */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-844-{
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:845:  if (!myServerHost && !myServerAddr) tcp_serveraddr ();
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-846-  return myServerPort;
##############################################
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-865-				/* get canonical name */
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c:866:  if (!ip_nametoaddr (name,NIL,NIL,&ret,NIL,NIL)) ret = cpystr (name);
alpine-2.24+dfsg1/imap/src/osdep/nt/tcp_nt.c-867-  (*bn) (BLOCK_NONE,NIL);	/* alarms OK now */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/amiga/phile.c-307-				/* fill in From field from file owner */
alpine-2.24+dfsg1/imap/src/osdep/amiga/phile.c:308:  LOCAL->env->from = mail_newaddr ();
alpine-2.24+dfsg1/imap/src/osdep/amiga/phile.c-309-  if (pw = getpwuid (sbuf.st_uid)) strcpy (tmp,pw->pw_name);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c-125-    hostname[(strlen (hostname))-1] = '\0';
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c:126:    if ((sin.sin_addr.s_addr = inet_addr (hostname)) == -1)
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c-127-      sprintf (tmp,"Bad format domain-literal: %.80s",host);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c-621-
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c:622:char *tcp_clientaddr ()
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c-623-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c-660-
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c:661:char *tcp_serveraddr ()
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c-662-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c-758-				/* translate address to name */
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c:759:    if (t = tcp_name_valid ((he = gethostbyaddr ((char *) &sin->sin_addr,
alpine-2.24+dfsg1/imap/src/osdep/amiga/tcp_ami.c-760-						 sizeof (struct in_addr),
##############################################
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c-409-      if ((sv = getservbyname (service,"tcp")) && (port == ntohs (sv->s_port)))
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c:410:	syslog (LOG_DEBUG,"%s service init from %s",service,tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c-411-      else if ((sv = getservbyname (sslservice,"tcp")) &&
##############################################
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c-413-	syslog (LOG_DEBUG,"%s SSL service init from %s",sslservice,
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c:414:		tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c-415-	ssl_server_init (server);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c-418-	syslog (LOG_DEBUG,"port %ld service init from %s",port,
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c:419:		tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/amiga/env_ami.c-420-	if (*server == 's') ssl_server_init (server);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c-131-    tmp[strlen (tmp)-1] = '\0';
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c:132:    if ((sin.sin_addr.s_addr = inet_addr (tmp)) == INADDR_NONE) {
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c-133-      sprintf (tmp,"Bad format domain-literal: %.80s",host);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c-626-
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c:627:char *tcp_clientaddr ()
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c-628-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c-659-
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c:660:char *tcp_serveraddr ()
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c-661-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c-758-				/* translate address to name */
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c:759:    if (t = tcp_name_valid ((he = gethostbyaddr ((char *) &sin->sin_addr,
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_wsk.c-760-						 sizeof (struct in_addr),
##############################################
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_dos.c-82-    tmp[strlen (tmp)-1] = '\0';
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_dos.c:83:    if ((sin.sin_addr.s_addr = inet_addr (tmp)) == -1) {
alpine-2.24+dfsg1/imap/src/osdep/dos/tcp_dos.c-84-      sprintf (tmp,"Bad format domain-literal: %.80s",host);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/dos/os_dnv.c-66-				/* could we get local id? */
alpine-2.24+dfsg1/imap/src/osdep/dos/os_dnv.c:67:    if ((in.s_addr = getmyipaddr ()) != -1) {
alpine-2.24+dfsg1/imap/src/osdep/dos/os_dnv.c:68:      if (he = gethostbyaddr ((char *) &in.s_addr,4,PF_INET)) s = he->h_name;
alpine-2.24+dfsg1/imap/src/osdep/dos/os_dnv.c-69-      else sprintf (s = tmp,"[%s]",inet_ntoa (in));
##############################################
alpine-2.24+dfsg1/imap/src/osdep/dos/os_dnf.c-68-				/* no, try host address */
alpine-2.24+dfsg1/imap/src/osdep/dos/os_dnf.c:69:    else if (get_myipaddr ((char *) &myip))
alpine-2.24+dfsg1/imap/src/osdep/dos/os_dnf.c-70-      sprintf (s = tmp,"[%s]",inet_ntoa (myip));
##############################################
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c-131-    tmp[strlen (tmp)-1] = '\0';
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c:132:    if ((sin.sin_addr.s_addr = inet_addr (tmp)) == INADDR_NONE) {
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c-133-      sprintf (tmp,"Bad format domain-literal: %.80s",host);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c-626-
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c:627:char *tcp_clientaddr ()
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c-628-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c-659-
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c:660:char *tcp_serveraddr ()
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c-661-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c-758-				/* translate address to name */
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c:759:    if (t = tcp_name_valid ((he = gethostbyaddr ((char *) &sin->sin_addr,
alpine-2.24+dfsg1/imap/src/osdep/wce/tcp_wce.c-760-						 sizeof (struct in_addr),
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c-125-    if (!tcp_dns_upp) tcp_dns_upp = NewResultProc (tcp_dns_result);
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c:126:    if (StrToAddr (host,&hst,tcp_dns_upp,NIL)) {
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c-127-      while (hst.rtnCode == cacheFault && wait ());
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c-132-	OpenResolver (NIL);	/* note this will leak 12K */
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c:133:	StrToAddr (host,&hst,tcp_dns_upp,NIL);
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c-134-	while (hst.rtnCode == cacheFault && wait ());
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c-529-    return cpystr (name);
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c:530:  if (StrToAddr (name,&hst,tcp_dns_upp,NIL)) {
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c-531-    while (hst.rtnCode == cacheFault && wait ());
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c-536-      OpenResolver (NIL);	/* note this will leak 12K */
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c:537:      StrToAddr (name,&hst,tcp_dns_upp,NIL);
alpine-2.24+dfsg1/imap/src/osdep/mac/tcp_mac.c-538-      while (hst.rtnCode == cacheFault && wait ());
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-11-)Y64Y8k#VBqraRH@Q)09I"'0XA!G`I`Z`"YrDNrJL[SBi1UackpVJ'9h60qKDB,'
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:12:ZI9HZ+l((G5@JIUk!US1Z-MDXaLiE+K4V$)T"`eF&6AH$4eI`"F3!(Y2Kj)ABCH6
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-13-#b6&ffHN-mSr[[a($&e6dMmla&Iiep%rHVrQhHi#(0JaJe+#i-PJ&%!J"P1Cl!ep
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-17-%&@Cib6p[RSd[23pm09LaTDQaQHE,TKFhEZ)8(AZN&j&$@cB%&dm`1'D23KiA`i4
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:18:k2MCcJkB$!`hclN6Fi$P,$&'1lZ1NTbALF5'11FV9NaR+!fJ,m`$QQX5KhSi!*8i
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-19-0H"P%&KpL"M!d&Sm2'A1eSI*J(ND+Nh2H4CbM[(`bCJHJ,N8-+K58K!`YM1)PBC(
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:20:MF0C+`KM%5qDK'9kBG#fF$!KI)Lr"'SQFp+A[c%U3!1a*+dC(4bhbb%J@6`TE[35
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-21-MM(Nm(X4XR"M-a)90**KqZ"l(V4#iN!!lHpDXM)NM`EB,Cr%6K!Nq4h*KmA)pB*I
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:22:)`FD3!b4&J$+3!2'`Cjcj!bJL9'E`T&l56UjPreMAX3FQ,GJZd#hK9K%451'Ll4J
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-23-[Q!K6EaUrTfIlcI)Grdj,Q,L8F($6rf6,&2hjQq2Ql%alc$FQUj8Y-F8G'4R*miZ
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-29-[!JVpml$rlr*6*KrShqr[f3f'4hk$ZAhbP(CPb2rrCL3-m3pHa&&p!ZrP1,mSX("
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:30:(RI3Qr550fhJiM2F2G!"KiYhmHX("5F#`F3Cii$"NqG''q!Q&BH'NM`)*!fm-NMJ
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:31:G#iK#50`+6KKLT8)))B%,06GHI$PV%q'LL"-iAR[``!-0+5$5!(j#))h,X24N"1M
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-32-Z3b$mh!-#ETlA5jqQAj-I-'p$,*iGIjfpb3C00LpePpdq'U&fJp!9LaP)F'!L&(#
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-35-C-3dda3h982@pIFIkIZcpjA`I1q0HjqjcpETeZPLFAMG*`Fd9K!Ihi0Vp`bA5LG*
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:36:hUZq8VJ`VcUpGcBK0cMcR"h&$E,bKHRr0IYFEPf+ABZGi0Kklp*kV`G9iZ[%FBMH
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-37-rb60J'$JdYQJ98C5$i*'hHLqX$cj("j*GmUV[S,cU1p,C'LAqPjfYZeGLrMhLP&p
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-49-L5e$cI81&5RrqMB2Q!HmIb'5XY(jK24d42+cfld3SK%*fYiD6QclP6#EAG(r)aeP
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:50:A9eeCik`c3H*Pl-%"%f1(rd'SBd9bYr%[Ke#EaC*,Y$c-`"ZCB(aPl&BS5Mh,BLD
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-51-N0[#0c'FQ[EfTSphSF9G+mm35REeC$@ABQb1@KQ[EQd)a(q9fL4i("NpNfN2KQ-m
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-52-SrQ-S(2)pT,1(,a$YBE%N(&VZLmCm8CdpQL8R8qpEN@Q2GN5E4pEl1X,aD,-2+*'
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:53:J,iSDk,LB&@mhVGUh%i%T`9"c@lc&*aE90$@hqTTDI0'15bkj3XE)'FC`$f"%"*l
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-54-1P"DI2aMbLE&Sh#I+hk8AU)Im6@dGbUP#l9$8Yd)"kNG#BZUa&")[D50+5NM)&9b
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-59-#E1P2"'r!,RL[ALpi`bm+hXK8V%Z`hSce%F(lBEhJM4F*hQXl"Hp(eQ,G*(MAbRj
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:60:Q$[XD'T2@ZpNUa&HaZ`@Ri-$UI+HX[rmZrkFkaRE&f&5@+e`QI%6A4AYGekUNX",
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-61-a$f$r%H%$&&q992!JbRG&K)XDRZXL%808*$F5I@jPT8B8j'B8aRlIb[FAeAq55dH
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-91-G"QG*hRYLPQ63&Cjdc"@QUC)hAH(GfKcDXY)&0930FdZm[4fha2bA-j`f@JNpVDk
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:92:D%P*jhFKjr98(HI`aII2fr1Uc#2q-&rQ-E(I[HlDS+e!8$X09@*c$fS,Y`4Ke#8I
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-93-Ulf&00mJp,+Jp$*ErT@iB8#+N'hkQ4)5[k"mS9eIS"Xk+eVdecK+`M$!'9)Mf+JQ
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-114-ij9rP'9A'Ce5*@SlRqcTbPSVXk,m8rjAkMQrm6UUq-NFa2A%8CQ+2ZcSI5qQZS6X
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:115:AdR2l1[pjBfBUCdee$GqiFP`hV$QL'`CQ9G)6h,apG+SfrI$0fkN*0-f[16@"4MF
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-116-3r1m%fMVY[L5icNlFfm$-(AK4$hLChK'3!+EJh[idd'qB`$I%#2,M6%akN!"U#)p
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-118-2Zr*CM(8*&HaQi4RX+i@2#jm4RXC,X&B,EKjG,r`9R4"fim`DS3+ReJZI%'l$UGh
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:119:#-cLcFIM-TiHaEdlPTV`c5hk9dfmr[*XU$F&(6`f,+$&b4N3QcX9E+,[hCEiSl`d
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-120-kC6p1f6Z8IDZbAk[X0bRlEmVlV&*j6hbLj(GfRl83'pkeaclq0#PATlRUVaq4HPJ
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-125-U-mk8&LDIG"l)bV(94X5%25,X(,9N91p@CamE(FP-f"GX3%9ehAmTA5A&q4[r@%@
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:126:Im5Gj@m`Va8jcjprbPfi'6$McI0iGE&c"E(1AAlGiJa4I[-(p[H5"+`VBE+Uaehc
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-127-PKJ*6paI&bBRL3L1kjr&!@dAIiH[ceSSjJHGXa9@ImYX6da+9diY+H+dbR`j8%lC
##############################################
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-149-4ckjpGKe3$R4YfhU$)f2l9RZ'Zq+4VHk+hKYmTSeVPZSTjiCLlh-ICD3)`4@'Z8E
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx:150:`a'451AR&L'GhIc&[XTLGRe&Im9*&IF8FShIF!-VDqJV$GAMQhq%&'`TBpjF+*d2
alpine-2.24+dfsg1/imap/src/osdep/mac/mtest.sit.hqx-151-pCIUI)Tljjl,E+[`6aBa%-E,iR$J'D%X3fCMI)-j,6)X)k"IplC0%%mkjmYdDaLa
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c-170-      sprintf (tmp + strlen (tmp),"%.80s%lx%.80s%lx%lx%lx%lx%lx",
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c:171:	       tcp_serveraddr (),(unsigned long) tcp_serverport (),
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c:172:	       tcp_clientaddr (),(unsigned long) tcp_clientport (),
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c-173-	       (unsigned long) sbuf.st_ino,(unsigned long) time (0),
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c-925-  if (server) {			/* build specific certificate/key file name */
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c:926:    sprintf (tmp,"%s/%s-%s.pem",SSL_CERT_DIRECTORY,server,tcp_serveraddr ());
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c-927-    if (stat (tmp,&sbuf)) {	/* use non-specific name if no specific file */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c-955-				/* build specific certificate/key file names */
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c:956:  sprintf (cert,"%s/%s-%s.pem",SSL_CERT_DIRECTORY,server,tcp_serveraddr ());
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c:957:  sprintf (key,"%s/%s-%s.pem",SSL_KEY_DIRECTORY,server,tcp_serveraddr ());
alpine-2.24+dfsg1/imap/src/osdep/unix/ssl_unix.c-958-				/* use non-specific name if no specific cert */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-41-long ip_sockaddrtoport (struct sockaddr *sadr);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:42:void *ip_stringtoaddr (char *text,size_t *len,int *family);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:43:struct sockaddr *ip_newsockaddr (size_t *len);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:44:struct sockaddr *ip_sockaddr (int family,void *adr,size_t adrlen,
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-45-			      unsigned short port,size_t *len);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-46-char *ip_sockaddrtoname (struct sockaddr *sadr,char *buf);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:47:void *ip_nametoaddr (char *name,size_t *len,int *family,char **canonical,
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-48-		     void **next,void **cleanup);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-80-
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:81:void *ip_stringtoaddr (char *text,size_t *len,int *family)
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-82-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-85-				/* get address */
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:86:  if ((adr = inet_addr (text)) == -1) ret = NIL;
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-87-  else {			/* make in_addr */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-99-
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:100:struct sockaddr *ip_newsockaddr (size_t *len)
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-101-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-114-
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:115:struct sockaddr *ip_sockaddr (int family,void *adr,size_t adrlen,
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-116-			      unsigned short port,size_t *len)
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-117-{
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:118:  struct sockaddr *sadr = ip_newsockaddr (len);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-119-  switch (family) {		/* build socket address based upon family */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-144-  return ((sadr->sa_family == PF_INET) &&
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:145:	  (he = gethostbyaddr ((char *) &SADR4ADR (sadr),ADR4LEN,AF_INET))) ?
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-146-    (char *) he->h_name : NIL;
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-159-
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c:160:void *ip_nametoaddr (char *name,size_t *len,int *family,char **canonical,
alpine-2.24+dfsg1/imap/src/osdep/unix/ip4_unix.c-161-		     void **next,void **cleanup)
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/phile.c-308-				/* fill in From field from file owner */
alpine-2.24+dfsg1/imap/src/osdep/unix/phile.c:309:  LOCAL->env->from = mail_newaddr ();
alpine-2.24+dfsg1/imap/src/osdep/unix/phile.c-310-  if ((pw = getpwuid (sbuf.st_uid)) != NULL) strcpy (tmp,pw->pw_name);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c-624-      if ((sv = getservbyname (service,"tcp")) && (port == ntohs (sv->s_port)))
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c:625:	syslog (LOG_DEBUG,"%s service init from %s",service,tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c-626-      else if ((sv = getservbyname (sslservice,"tcp")) &&
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c-628-	syslog (LOG_DEBUG,"%s SSL service init from %s",sslservice,
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c:629:		tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c-630-	ssl_server_init (server);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c-633-	syslog (LOG_DEBUG,"port %ld service init from %s",port,
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c:634:		tcp_clientaddr ());
alpine-2.24+dfsg1/imap/src/osdep/unix/env_unix.c-635-	if (*server == 's') ssl_server_init (server);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ckp_pam.c-108-			pw->pw_name,&conv,&hdl) == PAM_SUCCESS) &&
alpine-2.24+dfsg1/imap/src/osdep/unix/ckp_pam.c:109:	    (pam_set_item (hdl,PAM_RHOST,tcp_clientaddr ()) == PAM_SUCCESS) &&
alpine-2.24+dfsg1/imap/src/osdep/unix/ckp_pam.c-110-	    (pam_authenticate (hdl,NIL) == PAM_SUCCESS) &&
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c-54-
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c:55:/* Old Ultrix has its own weird inet_addr() that returns a in_addr struct. */
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c-56-
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c:57:/* Portable inet_addr () that returns a u_long
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c-58- * Accepts: dotted host string
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c-61-
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c:62:u_long portable_inet_addr (char *hostname)
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c-63-{
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c:64:  struct in_addr *in = &inet_addr (hostname);
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.c-65-  return in->s_addr;
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.h-72-void *realloc (void *oldptr,size_t newsize);
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.h:73:u_long portable_inet_addr (char *hostname);
alpine-2.24+dfsg1/imap/src/osdep/unix/os_vu2.h-74-
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-36- *
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:37: * The new sockaddr_in6 is bigger than the generic sockaddr (which is what
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-38- * connect(), accept(), bind(), getpeername(), getsockname(), etc. expect).
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-61-long ip_sockaddrtoport (struct sockaddr *sadr);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:62:void *ip_stringtoaddr (char *text,size_t *len,int *family);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:63:struct sockaddr *ip_newsockaddr (size_t *len);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:64:struct sockaddr *ip_sockaddr (int family,void *adr,size_t adrlen,
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-65-			      unsigned short port,size_t *len);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-66-char *ip_sockaddrtoname (struct sockaddr *sadr,char buf[NI_MAXHOST]);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:67:void *ip_nametoaddr (char *name,size_t *len,int *family,char **canonical,
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-68-		     void **next,void **cleanup);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-114-
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:115:void *ip_stringtoaddr (char *text,size_t *len,int *family)
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-116-
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-150-
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:151:struct sockaddr *ip_newsockaddr (size_t *len)
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-152-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-165-
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:166:struct sockaddr *ip_sockaddr (int family,void *adr,size_t adrlen,
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-167-			      unsigned short port,size_t *len)
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-168-{
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:169:  struct sockaddr *sadr = ip_newsockaddr (len);
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-170-  switch (family) {		/* build socket address based upon family */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-224-
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c:225:void *ip_nametoaddr (char *name,size_t *len,int *family,char **canonical,
alpine-2.24+dfsg1/imap/src/osdep/unix/ip6_unix.c-226-		     void **next,void **cleanup)
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-178-    tmp[(strlen (tmp))-1] = '\0';
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:179:    if ((adr = ip_stringtoaddr (tmp,&adrlen,&family)) != NULL) {
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-180-      (*bn) (BLOCK_TCPOPEN,NIL);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-196-    data = (*bn) (BLOCK_SENSITIVE,NIL);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:197:    if (!(s = ip_nametoaddr (host,&adrlen,&family,&hostname,&next,&cleanup)))
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-198-      sprintf (tmp,"No such host as %.80s",host);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-206-				      hostname)) < 0) &&
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:207:	    (s = ip_nametoaddr (NIL,&adrlen,&family,&hostname,&next,
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-208-				&cleanup)) && !silent)
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-212-    }
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:213:    ip_nametoaddr (NIL,NIL,NIL,NIL,NIL,&cleanup);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-214-  }
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-252-  struct timeval tmo;
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:253:  struct sockaddr *sadr = ip_sockaddr (family,adr,adrlen,port,&len);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-254-  blocknotify_t bn = (blocknotify_t) mail_parameters (NIL,GET_BLOCKNOTIFY,NIL);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-373-				/* validate domain literal */
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:374:    if ((adr = ip_stringtoaddr (host,&len,&i)) != NULL) fs_give ((void **) &adr);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-375-    else {
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-796-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:797:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-798-    stream->remotehost =	/* get socket's peer name */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-826-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:827:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-828-    stream->localhost =		/* get socket's name */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-840-
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:841:char *tcp_clientaddr ()
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-842-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-845-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:846:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-847-    if (getpeername (0,sadr,(void *) &sadrlen))
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-867-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:868:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-869-    if (getpeername (0,sadr,(void *) &sadrlen)) {
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-896-{
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:897:  if (!myClientHost && !myClientAddr) tcp_clientaddr ();
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-898-  return myClientPort;
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-904-
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:905:char *tcp_serveraddr ()
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-906-{
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-909-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:910:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-911-    if (getsockname (0,sadr,(void *) &sadrlen))
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-931-    size_t sadrlen;
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:932:    struct sockaddr *sadr = ip_newsockaddr (&sadrlen);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-933-				/* get stdin's name */
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-952-{
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:953:  if (!myServerHost && !myServerAddr) tcp_serveraddr ();
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-954-  return myServerPort;
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-975-				/* get canonical name */
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:976:  if (!ip_nametoaddr (name,NIL,NIL,&ret,NIL,NIL)) ret = cpystr (name);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-977-  (*bn) (BLOCK_NONSENSITIVE,data);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-1052-				/* get sockaddr of client */
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:1053:    for (adr = ip_nametoaddr (host,&adrlen,&family,NIL,&next,&cleanup);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-1054-	 adr && !ret;
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:1055:	 adr = ip_nametoaddr (NIL,&adrlen,&family,NIL,&next,&cleanup)) {
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-1056-				/* build sockaddr of given address */
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:1057:      sadr = ip_sockaddr (family,adr,adrlen,1,&len);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-1058-      if (!strcmp (myClientAddr,ip_sockaddrtostring (sadr,buf))) ret = LONGT;
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-1060-    }
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c:1061:    ip_nametoaddr (NIL,NIL,NIL,NIL,NIL,&cleanup);
alpine-2.24+dfsg1/imap/src/osdep/unix/tcp_unix.c-1062-  }
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c-98-  if (inet < 0) return 0;
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c:99:  getmyinaddr (inet,&sin,sizeof (sin));
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c-100-  close (inet);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c-104-
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c:105:/* Replaced version of getpeername() that jackets into getpeerinaddr()
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c-106- * Accepts: file descriptor
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c-113-{
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c:114:  return getpeerinaddr (s,(struct sockaddr_in *) name,*namelen);
alpine-2.24+dfsg1/imap/src/osdep/unix/os_ptx.c-115-}
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/ckp_pmb.c-100-			pw->pw_name,&conv,&hdl) == PAM_SUCCESS) &&
alpine-2.24+dfsg1/imap/src/osdep/unix/ckp_pmb.c:101:	    (pam_set_item (hdl,PAM_RHOST,tcp_clientaddr ()) == PAM_SUCCESS) &&
alpine-2.24+dfsg1/imap/src/osdep/unix/ckp_pmb.c-102-	    (pam_authenticate (hdl,NIL) == PAM_SUCCESS) &&
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-178-missing: osdep.h
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:179:	$(MAKE) all `$(CAT) SPECIALS`
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-180-
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-188-a32:	# AIX 3.2 for RS/6000
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:189:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-190-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-196-a41:	# AIX 4.1 for RS/6000
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:197:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-198-	 SIGTYPE=psx CHECKPW=a41 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-204-a52:	# AIX 5.2
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:205:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-206-	 SIGTYPE=psx CHECKPW=a41 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-214-	@echo If you want AIX on an RS/6000 you need to use a32 or a41 instead!
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:215:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-216-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-220-aos:	# AOS for RT
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:221:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-222-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-225-art:	# AIX 2.2.1 for RT
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:226:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-227-	 SIGTYPE=sv4 \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-234-asv:	# Altos SVR4
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:235:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-236-	 SIGTYPE=sv4 LOGINPW=old \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-243-aux:	# A/UX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:244:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-245-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-250-bs3:	# BSD/i386 3.0 or higher
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:251:	$(BUILD) `$(CAT) SPECIALS` OS=bsi \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-252-	 CHECKPW=bsi LOGINPW=bsi CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-258-bsd:	# BSD UNIX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:259:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-260-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-263-bsf:	# FreeBSD
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:264:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-265-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-272-bsi:	# BSD/i386
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:273:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-274-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-280-bso:	# OpenBSD
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:281:	$(BUILD) `$(CAT) SPECIALS` OS=bsi \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-282-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-288-cvx:	# Convex
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:289:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-290-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-293-cyg:	# Cygwin - note that most local file drivers don't work!!
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:294:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-295-	DEFAULTDRIVERS="imap nntp pop3 mbx unix phile" \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-304-d-g:	# Data General DG/UX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:305:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-306-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-314-d54:	# Data General DG/UX 5.4
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:315:	$(BUILD) `$(CAT) SPECIALS` OS=d-g \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-316-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-324-dpx:	# Bull DPX/2
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:325:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-326-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-332-drs:	# ICL DRS/NX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:333:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-334-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-342-do4:	# Apollo Domain/OS sr10.4
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:343:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-344-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-348-dyn:	# Dynix
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:349:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-350-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-353-epx:	# EP/IX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:354:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-355-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-363-ga4:	# GCC AIX 4.1 for RS/6000
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:364:	$(BUILD) `$(CAT) SPECIALS` OS=a41 \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-365-	 SIGTYPE=psx CHECKPW=a41 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-371-gas:	# GCC Altos SVR4
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:372:	$(BUILD) `$(CAT) SPECIALS` OS=asv \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-373-	 SIGTYPE=sv4 LOGINPW=old \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-380-gh9:	# GCC HP-UX 9.x
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:381:	$(BUILD) `$(CAT) SPECIALS` OS=hpp \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-382-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-388-ghp:	# GCC HP-UX 10.x
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:389:	$(BUILD) `$(CAT) SPECIALS` OS=hpp \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-390-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-397-ghs:	# GCC HP-UX with Trusted Computer Base
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:398:	$(BUILD) `$(CAT) SPECIALS` OS=shp \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-399-	 SIGTYPE=psx CHECKPW=sec CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-407-go5:	# GCC 2.7.1 (95q4) SCO Open Server 5.0.x
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:408:	$(BUILD) `$(CAT) SPECIALS` OS=sc5 \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-409-	 SIGTYPE=psx CHECKPW=sec LOGINPW=sec \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-418-gsc:	# Santa Cruz Operation
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:419:	$(BUILD) `$(CAT) SPECIALS` OS=sco \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-420-	 SIGTYPE=sv4 CHECKPW=sec LOGINPW=sec \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-427-gsg:	# GCC Silicon Graphics
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:428:	$(BUILD) `$(CAT) SPECIALS` OS=sgi \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-429-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-435-gso:	os_sol.h	# GCC Solaris
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:436:	$(BUILD) `$(CAT) SPECIALS` OS=sol \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-437-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-445-gsu:	# GCC SUN-OS
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:446:	$(BUILD) `$(CAT) SPECIALS` OS=sun \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-447-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-452-gul:	# GCC Ultrix
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:453:	$(BUILD) `$(CAT) SPECIALS` OS=ult \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-454-	 SIGTYPE=psx CHECKPW=ult CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-459-h11:	# HP-UX 11i
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:460:	$(BUILD) `$(CAT) SPECIALS` OS=hpp \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-461-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-468-hpp:	# HP-UX 9.x
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:469:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-470-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-477-hpx:	# HP-UX 10.x
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:478:	$(BUILD) `$(CAT) SPECIALS` OS=hpp \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-479-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-487-isc:	# Interactive
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:488:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-489-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-496-lnpno:	# Linux disable support Pluggable Authentication modules
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:497:	$(BUILD) `$(CAT) SPECIALS` OS=slx \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-498-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-505-lnp:	# Linux Pluggable Authentication modules
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:506:	$(BUILD) `$(CAT) SPECIALS` OS=slx \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-507-	 SIGTYPE=psx CHECKPW=pam CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-518-	@echo in the C library, you must use slx, sl4, or sl5 instead!
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:519:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-520-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-526-lyn:	# LynxOS
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:527:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-528-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-534-mct:	# MachTen - CRXTYPE=nfs doesn't work (at least not on 2.2)
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:535:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-536-	 SPOOLDIR=/var/spool \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-539-mnt:	# Mint
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:540:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-541-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-547-neb:	# NetBSD
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:548:	$(BUILD) `$(CAT) SPECIALS` OS=bsi \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-549-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-556-nec:	# NEC UX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:557:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-558-	 SIGTYPE=sv4 CHECKPW=sv4 \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-566-nto:	# QNX Neutrino RTP
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:567:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-568-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-574-nxt:	# NEXTSTEP
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:575:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-576-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-579-nx3:	# NEXTSTEP 3.0 single threaded
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:580:	$(BUILD) `$(CAT) SPECIALS` OS=nxt \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-581-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-586-osf:	# OSF/1
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:587:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-588-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-595-os4:	# OSF/1 (Digital UNIX) 4
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:596:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-597-	 SIGTYPE=psx CHECKPW=os4 LOGINPW=os4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-601-osx:	# Mac OS X
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:602:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-603-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-608-ptx:	# PTX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:609:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-610-	 SIGTYPE=psx CHECKPW=svo LOGINPW=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-617-pyr:	# Pyramid
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:618:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-619-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-622-qn6:	# QNX 6
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:623:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-624-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-630-qnx:	# QNX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:631:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-632-	 CHECKPW=psx LOGINPW=old \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-637-s40:	# SUN-OS 4.0
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:638:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-639-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-642-sc5:	# SCO Open Server 5.0
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:643:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-644-	 SIGTYPE=psx CHECKPW=sec LOGINPW=sec \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-653-sco:	# Santa Cruz Operation
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:654:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-655-	 SIGTYPE=sv4 CHECKPW=sec LOGINPW=sec \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-664-sgi:	# Silicon Graphics
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:665:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-666-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-672-sg6:	# Silicon Graphics, IRIX 6.5
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:673:	MAKEFLAGS= $(BUILD) `$(CAT) SPECIALS` OS=sgi \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-674-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-682-shp:	# HP-UX with Trusted Computer Base
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:683:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-684-	 SIGTYPE=psx CHECKPW=sec CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-695-	@echo If you want libc4 versions you must use sl4 instead!
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:696:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-697-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-707-	@echo If you want libc5 versions you must use sl5 instead!
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:708:	$(BUILD) `$(CAT) SPECIALS` OS=slx \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-709-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-719-	@echo If you want libc4 versions you must use sl4 instead!
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:720:	$(BUILD) `$(CAT) SPECIALS` OS=slx \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-721-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-727-snx:	# Siemens Nixdorf SINIX and Reliant UNIX
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:728:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-729-	 SIGTYPE=psx CHECKPW=sv4 \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-740-soc:	os_sol.h	# Solaris with cc
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:741:	$(BUILD) `$(CAT) SPECIALS` OS=sol \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-742-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-788-sol:	os_sol.h	# Solaris
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:789:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-790-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-798-sos:	# Secure OSF/1
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:799:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-800-	 SIGTYPE=psx CHECKPW=sce LOGINPW=sec CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-804-ssn:	# Secure SUN-OS
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:805:	$(BUILD) `$(CAT) SPECIALS` OS=sun \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-806-	 CHECKPW=ssn CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-810-sua:	# Windows Vista Subsystem for UNIX Applications
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:811:	$(BUILD) `$(CAT) SPECIALS` OS=sua \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-812-	 SIGTYPE=psx CRXTYPE=nfs LOGINPW=old \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-819-sun:	# SUN-OS
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:820:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-821-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-826-	@echo You are being *very* optimistic!
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:827:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-828-	 SIGTYPE=sv4 LOGINPW=old \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-835-sv4:	# SVR4
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:836:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-837-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-845-ult:	# Ultrix
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:846:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-847-	 SIGTYPE=psx CHECKPW=ult CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-851-uw2:	# UnixWare SVR4.2
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:852:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-853-	 SIGTYPE=sv4 CHECKPW=sv4 \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-861-vul:	# VAX Ultrix
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:862:	$(BUILD) `$(CAT) SPECIALS` OS=ult \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-863-	 SIGTYPE=psx CHECKPW=ult CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-867-vu2:	# VAX Ultrix 2.3, etc.
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:868:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-869-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-884-.c.o:
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:885:	`$(CAT) CCTYPE` -c `$(CAT) CFLAGS` $*.c
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-886-
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-945-	@echo is not installed on your system.  Either install OpenSSL first
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:946:	@echo or build with command: make `$(CAT) OSTYPE` SSLTYPE=none
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:947:	`$(CAT) CCTYPE` -c `$(CAT) CFLAGS` `$(CAT) OSCFLAGS` -c osdep.c
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-948-
##############################################
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-1021-# Note: Steve Roseman says that AFS libraries have to be lunk before SSL
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile:1022:	echo $(AFSLDFLAGS) `$(CAT) LDFLAGS` > LDFLAGS.tmp
alpine-2.24+dfsg1/imap/src/osdep/unix/Makefile-1023-	mv LDFLAGS.tmp LDFLAGS
##############################################
alpine-2.24+dfsg1/imap/src/osdep/os2/tcp_os2.c-82-    tmp[strlen (tmp)-1] = '\0';
alpine-2.24+dfsg1/imap/src/osdep/os2/tcp_os2.c:83:    if ((sin.sin_addr.s_addr = inet_addr (tmp)) == -1) {
alpine-2.24+dfsg1/imap/src/osdep/os2/tcp_os2.c-84-      sprintf (tmp,"Bad format domain-literal: %.80s",host);
##############################################
alpine-2.24+dfsg1/imap/src/osdep/vms/tcp_vmsm.c-97-    hostname[(strlen (hostname))-1] = '\0';
alpine-2.24+dfsg1/imap/src/osdep/vms/tcp_vmsm.c:98:    if ((sin.sin_addr.s_addr = inet_addr (hostname)) != -1) {
alpine-2.24+dfsg1/imap/src/osdep/vms/tcp_vmsm.c-99-      sin.sin_family = AF_INET;	/* family is always Internet */
##############################################
alpine-2.24+dfsg1/imap/src/dmail/Makefile-33-
alpine-2.24+dfsg1/imap/src/dmail/Makefile:34:CC = `cat $C/CCTYPE`
alpine-2.24+dfsg1/imap/src/dmail/Makefile:35:CFLAGS = -I$C `cat $C/CFLAGS`
alpine-2.24+dfsg1/imap/src/dmail/Makefile:36:LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
alpine-2.24+dfsg1/imap/src/dmail/Makefile-37-
##############################################
alpine-2.24+dfsg1/imap/src/tmail/Makefile-33-
alpine-2.24+dfsg1/imap/src/tmail/Makefile:34:CC = `cat $C/CCTYPE`
alpine-2.24+dfsg1/imap/src/tmail/Makefile:35:CFLAGS = -I$C `cat $C/CFLAGS`
alpine-2.24+dfsg1/imap/src/tmail/Makefile:36:LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
alpine-2.24+dfsg1/imap/src/tmail/Makefile-37-
##############################################
alpine-2.24+dfsg1/imap/src/imapd/Makefile-50-CCLIENTLIB = $C/c-client.a
alpine-2.24+dfsg1/imap/src/imapd/Makefile:51:CC = `cat $C/CCTYPE`
alpine-2.24+dfsg1/imap/src/imapd/Makefile:52:CFLAGS = -I$C `cat $C/CFLAGS` $(NSBD) $(ESEARCH) -DANOFILE=\"$(ANO)\" \
alpine-2.24+dfsg1/imap/src/imapd/Makefile-53-	-DALERTFILE=\"$(ALERT)\" -DNNTPFILE=\"$(NNTP)\" \
alpine-2.24+dfsg1/imap/src/imapd/Makefile-54-	-DUSERALERTFILE=\"$(USERALERT)\" -DSHUTDOWNFILE=\"$(SHUTDOWN)\"
alpine-2.24+dfsg1/imap/src/imapd/Makefile:55:LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
alpine-2.24+dfsg1/imap/src/imapd/Makefile-56-
##############################################
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-180-void pparam (PARAMETER *param);
alpine-2.24+dfsg1/imap/src/imapd/imapd.c:181:void paddr (ADDRESS *a);
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-182-void pset (SEARCHSET **set);
##############################################
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3447-    PBOUT (' ');
alpine-2.24+dfsg1/imap/src/imapd/imapd.c:3448:    paddr (env->from);
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3449-    PBOUT (' ');
alpine-2.24+dfsg1/imap/src/imapd/imapd.c:3450:    paddr (env->sender);
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3451-    PBOUT (' ');
alpine-2.24+dfsg1/imap/src/imapd/imapd.c:3452:    paddr (env->reply_to);
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3453-    PBOUT (' ');
alpine-2.24+dfsg1/imap/src/imapd/imapd.c:3454:    paddr (env->to);
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3455-    PBOUT (' ');
alpine-2.24+dfsg1/imap/src/imapd/imapd.c:3456:    paddr (env->cc);
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3457-    PBOUT (' ');
alpine-2.24+dfsg1/imap/src/imapd/imapd.c:3458:    paddr (env->bcc);
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3459-    PBOUT (' ');
##############################################
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3631-
alpine-2.24+dfsg1/imap/src/imapd/imapd.c:3632:void paddr (ADDRESS *a)
alpine-2.24+dfsg1/imap/src/imapd/imapd.c-3633-{
##############################################
alpine-2.24+dfsg1/imap/src/c-client/mail.c-3644-				/* search headers */
alpine-2.24+dfsg1/imap/src/c-client/mail.c:3645:    if ((pgm->bcc && !mail_search_addr (env->bcc,pgm->bcc)) ||
alpine-2.24+dfsg1/imap/src/c-client/mail.c:3646:	(pgm->cc && !mail_search_addr (env->cc,pgm->cc)) ||
alpine-2.24+dfsg1/imap/src/c-client/mail.c:3647:	(pgm->from && !mail_search_addr (env->from,pgm->from)) ||
alpine-2.24+dfsg1/imap/src/c-client/mail.c:3648:	(pgm->to && !mail_search_addr (env->to,pgm->to)) ||
alpine-2.24+dfsg1/imap/src/c-client/mail.c-3649-	(pgm->subject && !mail_search_header_text (env->subject,pgm->subject)))
##############################################
alpine-2.24+dfsg1/imap/src/c-client/mail.c-3652-    if ((pgm->return_path &&
alpine-2.24+dfsg1/imap/src/c-client/mail.c:3653:	 !mail_search_addr (env->return_path,pgm->return_path)) ||
alpine-2.24+dfsg1/imap/src/c-client/mail.c:3654:	(pgm->sender && !mail_search_addr (env->sender,pgm->sender)) ||
alpine-2.24+dfsg1/imap/src/c-client/mail.c:3655:	(pgm->reply_to && !mail_search_addr (env->reply_to,pgm->reply_to)) ||
alpine-2.24+dfsg1/imap/src/c-client/mail.c-3656-	(pgm->in_reply_to &&
##############################################
alpine-2.24+dfsg1/imap/src/c-client/mail.c-3984-
alpine-2.24+dfsg1/imap/src/c-client/mail.c:3985:long mail_search_addr (ADDRESS *adr,STRINGLIST *st)
alpine-2.24+dfsg1/imap/src/c-client/mail.c-3986-{
##############################################
alpine-2.24+dfsg1/imap/src/c-client/mail.c-5277-    if (((*s == '<') || (s = rfc822_parse_phrase (s))) &&
alpine-2.24+dfsg1/imap/src/c-client/mail.c:5278:	(adr = rfc822_parse_routeaddr (s,&t,BADHOST))) {
alpine-2.24+dfsg1/imap/src/c-client/mail.c-5279-				/* make return msgid */
##############################################
alpine-2.24+dfsg1/imap/src/c-client/mail.c-5673-
alpine-2.24+dfsg1/imap/src/c-client/mail.c:5674:ADDRESS *mail_newaddr (void)
alpine-2.24+dfsg1/imap/src/c-client/mail.c-5675-{
##############################################
alpine-2.24+dfsg1/imap/src/c-client/imap4r1.c-5115-      if (adr) prev = adr;	/* note previous if any */
alpine-2.24+dfsg1/imap/src/c-client/imap4r1.c:5116:      adr = mail_newaddr ();	/* instantiate address and parse its fields */
alpine-2.24+dfsg1/imap/src/c-client/imap4r1.c-5117-      adr->personal = imap_parse_string (stream,txtptr,reply,NIL,NIL,LONGT);
##############################################
alpine-2.24+dfsg1/imap/src/c-client/mail.h-1803-			  long flag);
alpine-2.24+dfsg1/imap/src/c-client/mail.h:1804:long mail_search_addr (ADDRESS *adr,STRINGLIST *st);
alpine-2.24+dfsg1/imap/src/c-client/mail.h-1805-char *mail_search_gets (readfn_t f,void *stream,unsigned long size,
##############################################
alpine-2.24+dfsg1/imap/src/c-client/mail.h-1852-ENVELOPE *mail_newenvelope (void);
alpine-2.24+dfsg1/imap/src/c-client/mail.h:1853:ADDRESS *mail_newaddr (void);
alpine-2.24+dfsg1/imap/src/c-client/mail.h-1854-BODY *mail_newbody (void);
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.h-72-long rfc822_phraseonly (char *end);
alpine-2.24+dfsg1/imap/src/c-client/rfc822.h:73:ADDRESS *rfc822_parse_routeaddr (char *string,char **ret,char *defaulthost);
alpine-2.24+dfsg1/imap/src/c-client/rfc822.h-74-ADDRESS *rfc822_parse_addrspec (char *string,char **ret,char *defaulthost);
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-815-	  MM_LOG (tmp,PARSE);
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:816:	  last = last->next = mail_newaddr ();
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-817-	  last->mailbox = cpystr ("UNEXPECTED_DATA_AFTER_ADDRESS");
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-831-      string = NIL;
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:832:      (adr = mail_newaddr ())->mailbox = cpystr ("INVALID_ADDRESS");
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-833-      adr->host = cpystr (errhst);
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-898-				/* write as address */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:899:  (adr = mail_newaddr ())->mailbox = rfc822_cpy (*string);
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-900-  if (!*lst) *lst = adr;	/* first time through? */
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-919-	  *string = NIL;	/* cancel remainder of parse */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:920:	  last = last->next = mail_newaddr ();
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-921-	  last->mailbox = cpystr ("UNEXPECTED_DATA_AFTER_ADDRESS_IN_GROUP");
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-929-      *string = NIL;		/* cancel remainder of parse */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:930:      (adr = mail_newaddr ())->mailbox = cpystr ("INVALID_ADDRESS_IN_GROUP");
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-931-      adr->host = cpystr (errhst);
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-939-				/* append end of address mark to the list */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:940:  last->next = (adr = mail_newaddr ());
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-941-  last = adr;			/* set for subsequent linking */
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-961-  if (*(s = *string) == '<') 	/* note start, handle case of phraseless RA */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:962:    adr = rfc822_parse_routeaddr (s,string,defaulthost);
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-963-				/* otherwise, expect at least one word */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-964-  else if ((end = rfc822_parse_phrase (s)) != NULL) {
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:965:    if ((adr = rfc822_parse_routeaddr (end,string,defaulthost))) {
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-966-				/* phrase is a personal name */
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-1005-
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:1006:ADDRESS *rfc822_parse_routeaddr (char *string,char **ret,char *defaulthost)
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-1007-{
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-1056-  MM_LOG (tmp,PARSE);
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:1057:  adr->next = mail_newaddr ();
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-1058-  adr->next->mailbox = cpystr ("MISSING_MAILBOX_TERMINATOR");
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-1080-  if (!(t = rfc822_parse_word (string,wspecials))) return NIL;
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:1081:  adr = mail_newaddr ();	/* create address block */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-1082-  c = *t;			/* remember delimiter */
##############################################
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-1333-  while (adr) {			/* loop while there's still an MAP adr */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c:1334:    dadr = mail_newaddr ();	/* instantiate a new address */
alpine-2.24+dfsg1/imap/src/c-client/rfc822.c-1335-    if (!ret) ret = dadr;	/* note return */
##############################################
alpine-2.24+dfsg1/imap/src/c-client/tcp.h-52-char *tcp_localhost (TCPSTREAM *stream);
alpine-2.24+dfsg1/imap/src/c-client/tcp.h:53:char *tcp_clientaddr (void);
alpine-2.24+dfsg1/imap/src/c-client/tcp.h-54-char *tcp_clienthost (void);
alpine-2.24+dfsg1/imap/src/c-client/tcp.h-55-long tcp_clientport (void);
alpine-2.24+dfsg1/imap/src/c-client/tcp.h:56:char *tcp_serveraddr (void);
alpine-2.24+dfsg1/imap/src/c-client/tcp.h-57-char *tcp_serverhost (void);
##############################################
alpine-2.24+dfsg1/imap/src/c-client/nntp.c-1348-    }
alpine-2.24+dfsg1/imap/src/c-client/nntp.c:1349:    if ((pgm->from && !mail_search_addr (ov->from,pgm->from)) ||
alpine-2.24+dfsg1/imap/src/c-client/nntp.c-1350-	(pgm->subject && !mail_search_header_text (ov->subject,pgm->subject))||
##############################################
alpine-2.24+dfsg1/imap/src/c-client/nntp.c-1364-				/* search headers */
alpine-2.24+dfsg1/imap/src/c-client/nntp.c:1365:      if ((pgm->bcc && !mail_search_addr (env->bcc,pgm->bcc)) ||
alpine-2.24+dfsg1/imap/src/c-client/nntp.c:1366:	  (pgm->cc && !mail_search_addr (env->cc,pgm->cc)) ||
alpine-2.24+dfsg1/imap/src/c-client/nntp.c:1367:	  (pgm->to && !mail_search_addr (env->to,pgm->to)))
alpine-2.24+dfsg1/imap/src/c-client/nntp.c-1368-	return NIL;
##############################################
alpine-2.24+dfsg1/imap/src/c-client/nntp.c-1370-      if ((pgm->return_path &&
alpine-2.24+dfsg1/imap/src/c-client/nntp.c:1371:	   !mail_search_addr (env->return_path,pgm->return_path)) ||
alpine-2.24+dfsg1/imap/src/c-client/nntp.c:1372:	  (pgm->sender && !mail_search_addr (env->sender,pgm->sender)) ||
alpine-2.24+dfsg1/imap/src/c-client/nntp.c:1373:	  (pgm->reply_to && !mail_search_addr (env->reply_to,pgm->reply_to)) ||
alpine-2.24+dfsg1/imap/src/c-client/nntp.c-1374-	  (pgm->in_reply_to &&
##############################################
alpine-2.24+dfsg1/imap/docs/bugs.txt-80-   . By default, host names are canonicalized via gethostbyname() and
alpine-2.24+dfsg1/imap/docs/bugs.txt:81:      gethostbyaddr() for everything except for SSL certificate validation.
alpine-2.24+dfsg1/imap/docs/bugs.txt-82-      This can represent a security bug due to DNS spoofing, but is more
##############################################
alpine-2.24+dfsg1/imap/docs/internal.txt-1934-ENVELOPE *mail_newenvelope (void);
alpine-2.24+dfsg1/imap/docs/internal.txt:1935:ADDRESS *mail_newaddr (void);
alpine-2.24+dfsg1/imap/docs/internal.txt-1936-BODY *mail_newbody (void);
##############################################
alpine-2.24+dfsg1/imap/docs/imaprc.txt-509-34) set allow-reverse-dns <number>
alpine-2.24+dfsg1/imap/docs/imaprc.txt:510:   By default, the servers (ipop[23]d and imapd) will do gethostbyaddr()
alpine-2.24+dfsg1/imap/docs/imaprc.txt-511-   on the local and remote sockets so that imapd can identify itself
##############################################
alpine-2.24+dfsg1/imap/docs/imaprc.txt-513-   hosts on different IP address) and also includes the client's name
alpine-2.24+dfsg1/imap/docs/imaprc.txt:514:   when it writes to the syslog.  There are also client gethostbyaddr()
alpine-2.24+dfsg1/imap/docs/imaprc.txt-515-   calls, used primarily by authentication mechanisms.
alpine-2.24+dfsg1/imap/docs/imaprc.txt-516-
alpine-2.24+dfsg1/imap/docs/imaprc.txt:517:   Setting this option to zero disables all gethostbyaddr() calls.  The
alpine-2.24+dfsg1/imap/docs/imaprc.txt-518-   returned "host name" string for the socket is just the bracketed
##############################################
alpine-2.24+dfsg1/imap/docs/imaprc.txt-554-    (e.g. to generate a Kerberos service principal) are canonicalized via
alpine-2.24+dfsg1/imap/docs/imaprc.txt:555:    gethostbyaddr() instead of by gethostbyname().  If gethostbyaddr()
alpine-2.24+dfsg1/imap/docs/imaprc.txt-556-    fails the gethostbyname() canonicalization is used.
##############################################
alpine-2.24+dfsg1/Makefile.in-60-  { \
alpine-2.24+dfsg1/Makefile.in:61:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/Makefile.in-62-  }; \
##############################################
alpine-2.24+dfsg1/Makefile.in-147-  esac
alpine-2.24+dfsg1/Makefile.in:148:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
alpine-2.24+dfsg1/Makefile.in-149-am__vpath_adj = case $$p in \
alpine-2.24+dfsg1/Makefile.in:150:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
alpine-2.24+dfsg1/Makefile.in-151-    *) f=$$p;; \
alpine-2.24+dfsg1/Makefile.in-152-  esac;
alpine-2.24+dfsg1/Makefile.in:153:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
alpine-2.24+dfsg1/Makefile.in-154-am__install_max = 40
alpine-2.24+dfsg1/Makefile.in-155-am__nobase_strip_setup = \
alpine-2.24+dfsg1/Makefile.in:156:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
alpine-2.24+dfsg1/Makefile.in-157-am__nobase_strip = \
##############################################
alpine-2.24+dfsg1/Makefile.in-228-  while test -n "$$dir1"; do \
alpine-2.24+dfsg1/Makefile.in:229:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alpine-2.24+dfsg1/Makefile.in-230-    if test "$$first" != "."; then \
alpine-2.24+dfsg1/Makefile.in-231-      if test "$$first" = ".."; then \
alpine-2.24+dfsg1/Makefile.in:232:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alpine-2.24+dfsg1/Makefile.in:233:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alpine-2.24+dfsg1/Makefile.in-234-      else \
alpine-2.24+dfsg1/Makefile.in:235:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alpine-2.24+dfsg1/Makefile.in-236-        if test "$$first2" = "$$first"; then \
alpine-2.24+dfsg1/Makefile.in:237:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alpine-2.24+dfsg1/Makefile.in-238-        else \
##############################################
alpine-2.24+dfsg1/Makefile.in-243-    fi; \
alpine-2.24+dfsg1/Makefile.in:244:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alpine-2.24+dfsg1/Makefile.in-245-  done; \
##############################################
alpine-2.24+dfsg1/Makefile.in-491-	test -n "$(man1dir)" \
alpine-2.24+dfsg1/Makefile.in:492:	  && test -n "`echo $$list1$$list2`" \
alpine-2.24+dfsg1/Makefile.in-493-	  || exit 0; \
##############################################
alpine-2.24+dfsg1/Makefile.in-544-	dot_seen=no; \
alpine-2.24+dfsg1/Makefile.in:545:	target=`echo $@ | sed s/-recursive//`; \
alpine-2.24+dfsg1/Makefile.in-546-	case "$@" in \
##############################################
alpine-2.24+dfsg1/Makefile.in-607-GTAGS:
alpine-2.24+dfsg1/Makefile.in:608:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/Makefile.in-609-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/Makefile.in-639-	test -d "$(distdir)" || mkdir "$(distdir)"
alpine-2.24+dfsg1/Makefile.in:640:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/Makefile.in:641:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/Makefile.in-642-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/Makefile.in-653-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/Makefile.in:654:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/Makefile.in-655-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/Makefile.in-764-	test -d $(distdir)/_build || exit 0; \
alpine-2.24+dfsg1/Makefile.in:765:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
alpine-2.24+dfsg1/Makefile.in-766-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
alpine-2.24+dfsg1/Makefile.in-808-	}; \
alpine-2.24+dfsg1/Makefile.in:809:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
alpine-2.24+dfsg1/Makefile.in-810-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
alpine-2.24+dfsg1/Makefile.in-820-	fi
alpine-2.24+dfsg1/Makefile.in:821:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
alpine-2.24+dfsg1/Makefile.in-822-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
alpine-2.24+dfsg1/ldap/inckit/msdos.h-88-/*
alpine-2.24+dfsg1/ldap/inckit/msdos.h:89: * define WSHELPER if you want wsockip.c to use rgethostbyaddr() (in
alpine-2.24+dfsg1/ldap/inckit/msdos.h:90: * WSHELPER.DLL) rather than gethostbyaddr().  You might want this if your
alpine-2.24+dfsg1/ldap/inckit/msdos.h:91: * gethostbyaddr() returns the WRONG host name and you want to use
alpine-2.24+dfsg1/ldap/inckit/msdos.h-92- * kerberos authentication (need host name to form service ticket
##############################################
alpine-2.24+dfsg1/ldap/inckit/disptmpl.h-64-#define LDAP_SYN_VERIFYDNACTION ( 16 | LDAP_SYN_TYPE_ACTION )
alpine-2.24+dfsg1/ldap/inckit/disptmpl.h:65:#define LDAP_SYN_RFC822ADDR	( 17 | LDAP_SYN_TYPE_TEXT )
alpine-2.24+dfsg1/ldap/inckit/disptmpl.h-66-
##############################################
alpine-2.24+dfsg1/ldap/readme.txt-157-    WSHELPER means that if WSHelper.dll is in the "PATH", it will be
alpine-2.24+dfsg1/ldap/readme.txt:158:    dynamically loaded and used to do the gethostbyaddr() call required
alpine-2.24+dfsg1/ldap/readme.txt-159-    for kerberos authentication to work.  (This is used because so many
##############################################
alpine-2.24+dfsg1/mapi/pmapi.c-2401-	 */
alpine-2.24+dfsg1/mapi/pmapi.c:2402:	env->from = mail_newaddr();
alpine-2.24+dfsg1/mapi/pmapi.c-2403-	if(nmg->prcvars[PERSONAL_NAME]->val.p){
##############################################
alpine-2.24+dfsg1/po/Rules-quot-15-.insert-header.po-update-en:
alpine-2.24+dfsg1/po/Rules-quot:16:	@lang=`echo $@ | sed -e 's/\.po-update-en$$//'`; \
alpine-2.24+dfsg1/po/Rules-quot:17:	if test "$(PACKAGE)" = "gettext"; then PATH=`pwd`/../src:$$PATH; GETTEXTLIBDIR=`cd $(top_srcdir)/src && pwd`; export GETTEXTLIBDIR; fi; \
alpine-2.24+dfsg1/po/Rules-quot-18-	tmpdir=`pwd`; \
alpine-2.24+dfsg1/po/Rules-quot-19-	echo "$$lang:"; \
alpine-2.24+dfsg1/po/Rules-quot:20:	ll=`echo $$lang | sed -e 's/@.*//'`; \
alpine-2.24+dfsg1/po/Rules-quot-21-	LC_ALL=C; export LC_ALL; \
alpine-2.24+dfsg1/po/Rules-quot-22-	cd $(srcdir); \
alpine-2.24+dfsg1/po/Rules-quot:23:	if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \
alpine-2.24+dfsg1/po/Rules-quot-24-	  if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-87-.po.gmo:
alpine-2.24+dfsg1/po/Makefile.in.in:88:	@lang=`echo $* | sed -e 's,.*/,,'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-89-	test "$(srcdir)" = . && cdcmd="" || cdcmd="cd $(srcdir) && "; \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-166-$(POFILES): $(srcdir)/$(DOMAIN).pot
alpine-2.24+dfsg1/po/Makefile.in.in:167:	@lang=`echo $@ | sed -e 's,.*/,,' -e 's/\.po$$//'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-168-	if test -f "$(srcdir)/$${lang}.po"; then \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-196-	for cat in $$catalogs; do \
alpine-2.24+dfsg1/po/Makefile.in.in:197:	  cat=`basename $$cat`; \
alpine-2.24+dfsg1/po/Makefile.in.in:198:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-199-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-206-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
alpine-2.24+dfsg1/po/Makefile.in.in:207:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-208-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-248-	for cat in $$catalogs; do \
alpine-2.24+dfsg1/po/Makefile.in.in:249:	  cat=`basename $$cat`; \
alpine-2.24+dfsg1/po/Makefile.in.in:250:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-251-	  dir=$(localedir)/$$lang/LC_MESSAGES; \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-255-	      if (cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc 2>/dev/null) | grep ' -> ' >/dev/null; then \
alpine-2.24+dfsg1/po/Makefile.in.in:256:	        link=`cd $(DESTDIR)$(localedir)/$$lang && LC_ALL=C ls -l -d $$lc | sed -e 's/^.* -> //'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-257-	        mv $(DESTDIR)$(localedir)/$$lang/$$lc $(DESTDIR)$(localedir)/$$lang/$$lc.old; \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-294-	for cat in $$catalogs; do \
alpine-2.24+dfsg1/po/Makefile.in.in:295:	  cat=`basename $$cat`; \
alpine-2.24+dfsg1/po/Makefile.in.in:296:	  lang=`echo $$cat | sed -e 's/\.gmo$$//'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-297-	  for lc in LC_MESSAGES $(EXTRA_LOCALE_CATEGORIES); do \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-359-.nop.po-create:
alpine-2.24+dfsg1/po/Makefile.in.in:360:	@lang=`echo $@ | sed -e 's/\.po-create$$//'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-361-	echo "File $$lang.po does not exist. If you are a translator, you can create it through 'msginit'." 1>&2; \
##############################################
alpine-2.24+dfsg1/po/Makefile.in.in-366-.nop.po-update:
alpine-2.24+dfsg1/po/Makefile.in.in:367:	@lang=`echo $@ | sed -e 's/\.po-update$$//'`; \
alpine-2.24+dfsg1/po/Makefile.in.in-368-	if test "$(PACKAGE)" = "gettext-tools"; then PATH=`pwd`/../src:$$PATH; fi; \
##############################################
alpine-2.24+dfsg1/config.guess-34-
alpine-2.24+dfsg1/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
alpine-2.24+dfsg1/config.guess-36-
##############################################
alpine-2.24+dfsg1/config.guess-102-: ${TMPDIR=/tmp} ;
alpine-2.24+dfsg1/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
alpine-2.24+dfsg1/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
alpine-2.24+dfsg1/config.guess-151-	EOF
alpine-2.24+dfsg1/config.guess:152:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`
alpine-2.24+dfsg1/config.guess-153-	;;
##############################################
alpine-2.24+dfsg1/config.guess-191-	    earmv*)
alpine-2.24+dfsg1/config.guess:192:		arch=`echo ${UNAME_MACHINE_ARCH} | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
alpine-2.24+dfsg1/config.guess:193:		endian=`echo ${UNAME_MACHINE_ARCH} | sed -ne 's,^.*\(eb\)$,\1,p'`
alpine-2.24+dfsg1/config.guess-194-		machine=${arch}${endian}-${VENDOR}-unknown
##############################################
alpine-2.24+dfsg1/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
alpine-2.24+dfsg1/config.guess:224:		abi=`echo ${UNAME_MACHINE_ARCH} | sed -e "$expr"`
alpine-2.24+dfsg1/config.guess-225-		;;
##############################################
alpine-2.24+dfsg1/config.guess-236-	    *)
alpine-2.24+dfsg1/config.guess:237:		release=`echo ${UNAME_RELEASE} | sed -e 's/[-_].*//' | cut -d. -f1,2`
alpine-2.24+dfsg1/config.guess-238-		;;
##############################################
alpine-2.24+dfsg1/config.guess-274-	*4.0)
alpine-2.24+dfsg1/config.guess:275:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
alpine-2.24+dfsg1/config.guess-276-		;;
alpine-2.24+dfsg1/config.guess-277-	*5.*)
alpine-2.24+dfsg1/config.guess:278:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
alpine-2.24+dfsg1/config.guess-279-		;;
##############################################
alpine-2.24+dfsg1/config.guess-284-	# types through head -n 1, so we only detect the type of CPU 0.
alpine-2.24+dfsg1/config.guess:285:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
alpine-2.24+dfsg1/config.guess-286-	case "$ALPHA_CPU_TYPE" in
##############################################
alpine-2.24+dfsg1/config.guess-322-	# 1.2 uses "1.2" for uname -r.
alpine-2.24+dfsg1/config.guess:323:	echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`
alpine-2.24+dfsg1/config.guess-324-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
alpine-2.24+dfsg1/config.guess-382-    s390x:SunOS:*:*)
alpine-2.24+dfsg1/config.guess:383:	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
alpine-2.24+dfsg1/config.guess-384-	exit ;;
alpine-2.24+dfsg1/config.guess-385-    sun4H:SunOS:5.*:*)
alpine-2.24+dfsg1/config.guess:386:	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
alpine-2.24+dfsg1/config.guess-387-	exit ;;
alpine-2.24+dfsg1/config.guess-388-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
alpine-2.24+dfsg1/config.guess:389:	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
alpine-2.24+dfsg1/config.guess-390-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-407-	fi
alpine-2.24+dfsg1/config.guess:408:	echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
alpine-2.24+dfsg1/config.guess-409-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-413-	# it's likely to be more like Solaris than SunOS4.
alpine-2.24+dfsg1/config.guess:414:	echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
alpine-2.24+dfsg1/config.guess-415-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-422-	# Japanese Language versions have a version number like `4.1.3-JL'.
alpine-2.24+dfsg1/config.guess:423:	echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
alpine-2.24+dfsg1/config.guess-424-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-428-    sun*:*:4.2BSD:*)
alpine-2.24+dfsg1/config.guess:429:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
alpine-2.24+dfsg1/config.guess-430-	test "x${UNAME_RELEASE}" = x && UNAME_RELEASE=3
##############################################
alpine-2.24+dfsg1/config.guess-510-	$CC_FOR_BUILD -o $dummy $dummy.c &&
alpine-2.24+dfsg1/config.guess:511:	  dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` &&
alpine-2.24+dfsg1/config.guess:512:	  SYSTEM_NAME=`$dummy $dummyarg` &&
alpine-2.24+dfsg1/config.guess-513-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
alpine-2.24+dfsg1/config.guess-566-    *:IRIX*:*:*)
alpine-2.24+dfsg1/config.guess:567:	echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
alpine-2.24+dfsg1/config.guess-568-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-596-EOF
alpine-2.24+dfsg1/config.guess:597:		if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy`
alpine-2.24+dfsg1/config.guess-598-		then
##############################################
alpine-2.24+dfsg1/config.guess-609-    *:AIX:*:[4567])
alpine-2.24+dfsg1/config.guess:610:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
alpine-2.24+dfsg1/config.guess-611-	if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
##############################################
alpine-2.24+dfsg1/config.guess-645-    9000/[34678]??:HP-UX:*:*)
alpine-2.24+dfsg1/config.guess:646:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
alpine-2.24+dfsg1/config.guess-647-	case "${UNAME_MACHINE}" in
##############################################
alpine-2.24+dfsg1/config.guess-699-EOF
alpine-2.24+dfsg1/config.guess:700:		    (CCOPTS="" $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
alpine-2.24+dfsg1/config.guess-701-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
alpine-2.24+dfsg1/config.guess-727-    ia64:HP-UX:*:*)
alpine-2.24+dfsg1/config.guess:728:	HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
alpine-2.24+dfsg1/config.guess-729-	echo ia64-hp-hpux${HPUX_REV}
##############################################
alpine-2.24+dfsg1/config.guess-757-EOF
alpine-2.24+dfsg1/config.guess:758:	$CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` &&
alpine-2.24+dfsg1/config.guess-759-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
alpine-2.24+dfsg1/config.guess-828-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
alpine-2.24+dfsg1/config.guess:829:	FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
alpine-2.24+dfsg1/config.guess-830-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
alpine-2.24+dfsg1/config.guess-833-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
alpine-2.24+dfsg1/config.guess:834:	FUJITSU_REL=`echo ${UNAME_RELEASE} | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
alpine-2.24+dfsg1/config.guess-835-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
alpine-2.24+dfsg1/config.guess-853-	esac
alpine-2.24+dfsg1/config.guess:854:	echo ${UNAME_PROCESSOR}-${VENDOR}-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
alpine-2.24+dfsg1/config.guess-855-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-908-    prep*:SunOS:5.*:*)
alpine-2.24+dfsg1/config.guess:909:	echo powerpcle-${VENDOR}-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
alpine-2.24+dfsg1/config.guess-910-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-912-	# the GNU system
alpine-2.24+dfsg1/config.guess:913:	echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-${VENDOR}-${LIBC}`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
alpine-2.24+dfsg1/config.guess-914-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-916-	# other systems with GNU libc and userland
alpine-2.24+dfsg1/config.guess:917:	echo ${UNAME_MACHINE}-${VENDOR}-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-${LIBC}
alpine-2.24+dfsg1/config.guess-918-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-1010-EOF
alpine-2.24+dfsg1/config.guess:1011:	eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep '^CPU'`
alpine-2.24+dfsg1/config.guess-1012-	test x"${CPU}" != x && { echo "${CPU}-${VENDOR}-linux-${LIBC}"; exit; }
##############################################
alpine-2.24+dfsg1/config.guess-1110-    i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
alpine-2.24+dfsg1/config.guess:1111:	UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
alpine-2.24+dfsg1/config.guess-1112-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
alpine-2.24+dfsg1/config.guess-1313-	fi
alpine-2.24+dfsg1/config.guess:1314:	if test `echo "$UNAME_RELEASE" | sed -e 's/\..*//'` -le 10 ; then
alpine-2.24+dfsg1/config.guess-1315-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
alpine-2.24+dfsg1/config.guess-1408-    *:DragonFly:*:*)
alpine-2.24+dfsg1/config.guess:1409:	echo ${UNAME_MACHINE}-${VENDOR}-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
alpine-2.24+dfsg1/config.guess-1410-	exit ;;
##############################################
alpine-2.24+dfsg1/config.guess-1421-    i*86:skyos:*:*)
alpine-2.24+dfsg1/config.guess:1422:	echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE} | sed -e 's/ .*$//'`
alpine-2.24+dfsg1/config.guess-1423-	exit ;;
##############################################
alpine-2.24+dfsg1/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
alpine-2.24+dfsg1/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
alpine-2.24+dfsg1/aclocal.m4-94-# and then we would define $MISSING as
##############################################
alpine-2.24+dfsg1/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
alpine-2.24+dfsg1/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
alpine-2.24+dfsg1/aclocal.m4-109-])
##############################################
alpine-2.24+dfsg1/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
alpine-2.24+dfsg1/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
alpine-2.24+dfsg1/aclocal.m4-207-  fi
##############################################
alpine-2.24+dfsg1/aclocal.m4-356-    # Strip MF so we end up with the name of the file.
alpine-2.24+dfsg1/aclocal.m4:357:    mf=`echo "$mf" | sed -e 's/:.*$//'`
alpine-2.24+dfsg1/aclocal.m4-358-    # Check whether this is an Automake generated Makefile or not.
##############################################
alpine-2.24+dfsg1/aclocal.m4-365-    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
alpine-2.24+dfsg1/aclocal.m4:366:      dirpart=`AS_DIRNAME("$mf")`
alpine-2.24+dfsg1/aclocal.m4-367-    else
##############################################
alpine-2.24+dfsg1/aclocal.m4-371-    # from the Makefile without running 'make'.
alpine-2.24+dfsg1/aclocal.m4:372:    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
alpine-2.24+dfsg1/aclocal.m4-373-    test -z "$DEPDIR" && continue
alpine-2.24+dfsg1/aclocal.m4:374:    am__include=`sed -n 's/^am__include = //p' < "$mf"`
alpine-2.24+dfsg1/aclocal.m4-375-    test -z "$am__include" && continue
alpine-2.24+dfsg1/aclocal.m4:376:    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
alpine-2.24+dfsg1/aclocal.m4-377-    # Find all dependency output files, they are included files with
##############################################
alpine-2.24+dfsg1/aclocal.m4-385-      test -f "$dirpart/$file" && continue
alpine-2.24+dfsg1/aclocal.m4:386:      fdir=`AS_DIRNAME(["$file"])`
alpine-2.24+dfsg1/aclocal.m4-387-      AS_MKDIR_P([$dirpart/$fdir])
##############################################
alpine-2.24+dfsg1/aclocal.m4-443-AC_REQUIRE([AC_PROG_INSTALL])dnl
alpine-2.24+dfsg1/aclocal.m4:444:if test "`cd $srcdir && pwd`" != "`pwd`"; then
alpine-2.24+dfsg1/aclocal.m4-445-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
alpine-2.24+dfsg1/aclocal.m4-602-    * )
alpine-2.24+dfsg1/aclocal.m4:603:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
alpine-2.24+dfsg1/aclocal.m4-604-  esac
alpine-2.24+dfsg1/aclocal.m4-605-done
alpine-2.24+dfsg1/aclocal.m4:606:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
alpine-2.24+dfsg1/aclocal.m4-607-
##############################################
alpine-2.24+dfsg1/aclocal.m4-709-# Ignore all kinds of additional output from 'make'.
alpine-2.24+dfsg1/aclocal.m4:710:case `$am_make -s -f confmf 2> /dev/null` in #(
alpine-2.24+dfsg1/aclocal.m4-711-*the\ am__doit\ target*)
##############################################
alpine-2.24+dfsg1/aclocal.m4-719-   echo '.include "confinc"' > confmf
alpine-2.24+dfsg1/aclocal.m4:720:   case `$am_make -s -f confmf 2> /dev/null` in #(
alpine-2.24+dfsg1/aclocal.m4-721-   *the\ am__doit\ target*)
##############################################
alpine-2.24+dfsg1/aclocal.m4-901-     echo "timestamp, slept: $am_has_slept" > conftest.file
alpine-2.24+dfsg1/aclocal.m4:902:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
alpine-2.24+dfsg1/aclocal.m4-903-     if test "$[*]" = "X"; then
alpine-2.24+dfsg1/aclocal.m4-904-	# -L didn't work.
alpine-2.24+dfsg1/aclocal.m4:905:	set X `ls -t "$srcdir/configure" conftest.file`
alpine-2.24+dfsg1/aclocal.m4-906-     fi
##############################################
alpine-2.24+dfsg1/m4/lib-link.m4-179-        dnl or AC_LIB_HAVE_LINKFLAGS call.
alpine-2.24+dfsg1/m4/lib-link.m4:180:        uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
alpine-2.24+dfsg1/m4/lib-link.m4-181-        eval value=\"\$HAVE_LIB$uppername\"
##############################################
alpine-2.24+dfsg1/m4/lib-link.m4-228-                -L*)
alpine-2.24+dfsg1/m4/lib-link.m4:229:                  dir=`echo "X$x" | sed -e 's/^X-L//'`
alpine-2.24+dfsg1/m4/lib-link.m4-230-                  if test -n "$shlibext" \
##############################################
alpine-2.24+dfsg1/m4/lib-link.m4-352-              */$acl_libdirstem | */$acl_libdirstem/)
alpine-2.24+dfsg1/m4/lib-link.m4:353:                basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
alpine-2.24+dfsg1/m4/lib-link.m4-354-                additional_includedir="$basedir/include"
##############################################
alpine-2.24+dfsg1/m4/lib-link.m4-405-                  -L*)
alpine-2.24+dfsg1/m4/lib-link.m4:406:                    additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
alpine-2.24+dfsg1/m4/lib-link.m4-407-                    dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
##############################################
alpine-2.24+dfsg1/m4/lib-link.m4-455-                  -R*)
alpine-2.24+dfsg1/m4/lib-link.m4:456:                    dir=`echo "X$dep" | sed -e 's/^X-R//'`
alpine-2.24+dfsg1/m4/lib-link.m4-457-                    if test "$enable_rpath" != no; then
##############################################
alpine-2.24+dfsg1/m4/lib-link.m4-485-                    dnl Handle this in the next round.
alpine-2.24+dfsg1/m4/lib-link.m4:486:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
alpine-2.24+dfsg1/m4/lib-link.m4-487-                    ;;
##############################################
alpine-2.24+dfsg1/m4/lib-link.m4-491-                    dnl option.
alpine-2.24+dfsg1/m4/lib-link.m4:492:                    names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
alpine-2.24+dfsg1/m4/lib-link.m4-493-                    ;;
##############################################
alpine-2.24+dfsg1/m4/lib-link.m4-598-            -L) next=yes ;;
alpine-2.24+dfsg1/m4/lib-link.m4:599:            -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
alpine-2.24+dfsg1/m4/lib-link.m4-600-                 dnl No need to hardcode the standard /usr/lib.
##############################################
alpine-2.24+dfsg1/m4/lib-prefix.m4-168-  acl_libdirstem=lib
alpine-2.24+dfsg1/m4/lib-prefix.m4:169:  searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
alpine-2.24+dfsg1/m4/lib-prefix.m4-170-  if test -n "$searchpath"; then
##############################################
alpine-2.24+dfsg1/m4/lib-prefix.m4-175-          */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
alpine-2.24+dfsg1/m4/lib-prefix.m4:176:          *) searchdir=`cd "$searchdir" && pwd`
alpine-2.24+dfsg1/m4/lib-prefix.m4-177-             case "$searchdir" in
##############################################
alpine-2.24+dfsg1/m4/iconv.m4-94-      am_cv_proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"])
alpine-2.24+dfsg1/m4/iconv.m4:95:    am_cv_proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
alpine-2.24+dfsg1/m4/iconv.m4-96-    AC_MSG_RESULT([$]{ac_t:-
##############################################
alpine-2.24+dfsg1/m4/gettext.m4-247-        LTLIBINTL="ifelse([$3],[],\${top_builddir}/intl,[$3])/libintl.[]gt_libtool_suffix_prefix[]a $LTLIBICONV $LTLIBTHREAD"
alpine-2.24+dfsg1/m4/gettext.m4:248:        LIBS=`echo " $LIBS " | sed -e 's/ -lintl / /' -e 's/^ //' -e 's/ $//'`
alpine-2.24+dfsg1/m4/gettext.m4-249-      fi
##############################################
alpine-2.24+dfsg1/m4/po.m4-43-changequote(,)dnl
alpine-2.24+dfsg1/m4/po.m4:44:  case `$MSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
alpine-2.24+dfsg1/m4/po.m4-45-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) MSGFMT_015=: ;;
##############################################
alpine-2.24+dfsg1/m4/po.m4-50-changequote(,)dnl
alpine-2.24+dfsg1/m4/po.m4:51:  case `$GMSGFMT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
alpine-2.24+dfsg1/m4/po.m4-52-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) GMSGFMT_015=: ;;
##############################################
alpine-2.24+dfsg1/m4/po.m4-69-changequote(,)dnl
alpine-2.24+dfsg1/m4/po.m4:70:  case `$XGETTEXT --version | sed 1q | sed -e 's,^[^0-9]*,,'` in
alpine-2.24+dfsg1/m4/po.m4-71-    '' | 0.[0-9] | 0.[0-9].* | 0.1[0-4] | 0.1[0-4].*) XGETTEXT_015=: ;;
##############################################
alpine-2.24+dfsg1/m4/po.m4-90-      case "$ac_file" in
alpine-2.24+dfsg1/m4/po.m4:91:        *:*) ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
alpine-2.24+dfsg1/m4/po.m4-92-      esac
##############################################
alpine-2.24+dfsg1/m4/po.m4-95-        # Adjust a relative srcdir.
alpine-2.24+dfsg1/m4/po.m4:96:        ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
alpine-2.24+dfsg1/m4/po.m4:97:        ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
alpine-2.24+dfsg1/m4/po.m4:98:        ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
alpine-2.24+dfsg1/m4/po.m4-99-        # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
alpine-2.24+dfsg1/m4/po.m4-102-        case "$ac_given_srcdir" in
alpine-2.24+dfsg1/m4/po.m4:103:          .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
alpine-2.24+dfsg1/m4/po.m4-104-          /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
alpine-2.24+dfsg1/m4/po.m4-122-            fi
alpine-2.24+dfsg1/m4/po.m4:123:            ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
alpine-2.24+dfsg1/m4/po.m4-124-            # Hide the ALL_LINGUAS assigment from automake < 1.5.
##############################################
alpine-2.24+dfsg1/m4/po.m4-219-  # Adjust a relative srcdir.
alpine-2.24+dfsg1/m4/po.m4:220:  ac_dir=`echo "$ac_file"|sed 's%/[^/][^/]*$%%'`
alpine-2.24+dfsg1/m4/po.m4:221:  ac_dir_suffix="/`echo "$ac_dir"|sed 's%^\./%%'`"
alpine-2.24+dfsg1/m4/po.m4:222:  ac_dots=`echo "$ac_dir_suffix"|sed 's%/[^/]*%../%g'`
alpine-2.24+dfsg1/m4/po.m4-223-  # In autoconf-2.13 it is called $ac_given_srcdir.
##############################################
alpine-2.24+dfsg1/m4/po.m4-226-  case "$ac_given_srcdir" in
alpine-2.24+dfsg1/m4/po.m4:227:    .)  top_srcdir=`echo $ac_dots|sed 's%/$%%'` ;;
alpine-2.24+dfsg1/m4/po.m4-228-    /*) top_srcdir="$ac_given_srcdir" ;;
##############################################
alpine-2.24+dfsg1/m4/po.m4-287-  # Set POTFILES to the value of the Makefile variable POTFILES.
alpine-2.24+dfsg1/m4/po.m4:288:  sed_x_POTFILES=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/POTFILES/g'`
alpine-2.24+dfsg1/m4/po.m4:289:  POTFILES=`sed -n -e "$sed_x_POTFILES" < "$ac_file"`
alpine-2.24+dfsg1/m4/po.m4-290-  # Compute POTFILES_DEPS as
##############################################
alpine-2.24+dfsg1/m4/po.m4-302-    # The LINGUAS file contains the set of available languages.
alpine-2.24+dfsg1/m4/po.m4:303:    ALL_LINGUAS_=`sed -e "/^#/d" -e "s/#.*//" "$ac_given_srcdir/$ac_dir/LINGUAS"`
alpine-2.24+dfsg1/m4/po.m4-304-    POMAKEFILEDEPS="$POMAKEFILEDEPS LINGUAS"
##############################################
alpine-2.24+dfsg1/m4/po.m4-306-    # Set ALL_LINGUAS to the value of the Makefile variable LINGUAS.
alpine-2.24+dfsg1/m4/po.m4:307:    sed_x_LINGUAS=`$gt_echo "$sed_x_variable" | sed -e '/^ *#/d' -e 's/VARIABLE/LINGUAS/g'`
alpine-2.24+dfsg1/m4/po.m4:308:    ALL_LINGUAS_=`sed -n -e "$sed_x_LINGUAS" < "$ac_file"`
alpine-2.24+dfsg1/m4/po.m4-309-  fi
##############################################
alpine-2.24+dfsg1/m4/po.m4-350-    QMFILES="$QMFILES $srcdirpre$lang.qm"
alpine-2.24+dfsg1/m4/po.m4:351:    frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
alpine-2.24+dfsg1/m4/po.m4-352-    MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg"
alpine-2.24+dfsg1/m4/po.m4:353:    frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
alpine-2.24+dfsg1/m4/po.m4-354-    RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
##############################################
alpine-2.24+dfsg1/m4/po.m4-391-      QTCATALOGS="$QTCATALOGS $lang.qm"
alpine-2.24+dfsg1/m4/po.m4:392:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
alpine-2.24+dfsg1/m4/po.m4-393-      TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg"
alpine-2.24+dfsg1/m4/po.m4:394:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
alpine-2.24+dfsg1/m4/po.m4-395-      CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
##############################################
alpine-2.24+dfsg1/m4/po.m4-402-    for lang in $ALL_LINGUAS; do
alpine-2.24+dfsg1/m4/po.m4:403:      frobbedlang=`echo $lang | sed -e 's/\..*$//' -e 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/'`
alpine-2.24+dfsg1/m4/po.m4-404-      cat >> "$ac_file.tmp" <<EOF
##############################################
alpine-2.24+dfsg1/m4/po.m4-413-    for lang in $ALL_LINGUAS; do
alpine-2.24+dfsg1/m4/po.m4:414:      frobbedlang=`echo $lang | sed -e 's/_/-/g' -e 's/^sr-CS/sr-SP/' -e 's/@latin$/-Latn/' -e 's/@cyrillic$/-Cyrl/' -e 's/^sr-SP$/sr-SP-Latn/' -e 's/^uz-UZ$/uz-UZ-Latn/'`
alpine-2.24+dfsg1/m4/po.m4-415-      cat >> "$ac_file.tmp" <<EOF
##############################################
alpine-2.24+dfsg1/m4/lib-ld.m4-14-[# I'd rather use --version here, but apparently some GNU ld's only accept -v.
alpine-2.24+dfsg1/m4/lib-ld.m4:15:case `$LD -v 2>&1 </dev/null` in
alpine-2.24+dfsg1/m4/lib-ld.m4-16-*GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/m4/lib-ld.m4-50-    # gcc leaves a trailing carriage return which upsets mingw
alpine-2.24+dfsg1/m4/lib-ld.m4:51:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alpine-2.24+dfsg1/m4/lib-ld.m4-52-  *)
alpine-2.24+dfsg1/m4/lib-ld.m4:53:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alpine-2.24+dfsg1/m4/lib-ld.m4-54-  esac
##############################################
alpine-2.24+dfsg1/m4/lib-ld.m4-59-      # Canonicalize the path of ld
alpine-2.24+dfsg1/m4/lib-ld.m4:60:      ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
alpine-2.24+dfsg1/m4/lib-ld.m4-61-      while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
alpine-2.24+dfsg1/m4/lib-ld.m4:62:	ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
alpine-2.24+dfsg1/m4/lib-ld.m4-63-      done
##############################################
alpine-2.24+dfsg1/m4/lib-ld.m4-89-      # Break only if it was the GNU/non-GNU ld that we prefer.
alpine-2.24+dfsg1/m4/lib-ld.m4:90:      case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
alpine-2.24+dfsg1/m4/lib-ld.m4-91-      *GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/m4/Makefile.in-49-  { \
alpine-2.24+dfsg1/m4/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/m4/Makefile.in-51-  }; \
##############################################
alpine-2.24+dfsg1/m4/Makefile.in-342-distdir: $(DISTFILES)
alpine-2.24+dfsg1/m4/Makefile.in:343:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/m4/Makefile.in:344:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/m4/Makefile.in-345-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/m4/Makefile.in-356-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/m4/Makefile.in:357:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/m4/Makefile.in-358-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/m4/ltsugar.m4-68-m4_define([lt_combine],
alpine-2.24+dfsg1/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
alpine-2.24+dfsg1/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-119-    done
alpine-2.24+dfsg1/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
alpine-2.24+dfsg1/m4/libtool.m4-121-}
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
alpine-2.24+dfsg1/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
alpine-2.24+dfsg1/m4/libtool.m4-439-
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-447-#
alpine-2.24+dfsg1/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
alpine-2.24+dfsg1/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
alpine-2.24+dfsg1/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alpine-2.24+dfsg1/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
alpine-2.24+dfsg1/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alpine-2.24+dfsg1/m4/libtool.m4-561-      ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
alpine-2.24+dfsg1/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
alpine-2.24+dfsg1/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
alpine-2.24+dfsg1/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
alpine-2.24+dfsg1/m4/libtool.m4-574-      ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1111-  if test yes = "$lt_cv_ld_force_load"; then
alpine-2.24+dfsg1/m4/libtool.m4:1112:    _LT_TAGVAR(whole_archive_flag_spec, $1)='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience $wl-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
alpine-2.24+dfsg1/m4/libtool.m4-1113-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1164-      }]'
alpine-2.24+dfsg1/m4/libtool.m4:1165:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alpine-2.24+dfsg1/m4/libtool.m4-1166-  # Check for a 64-bit object if we didn't find anything.
alpine-2.24+dfsg1/m4/libtool.m4-1167-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
alpine-2.24+dfsg1/m4/libtool.m4:1168:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
alpine-2.24+dfsg1/m4/libtool.m4-1169-  fi],[])
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1200-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
alpine-2.24+dfsg1/m4/libtool.m4:1201:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
alpine-2.24+dfsg1/m4/libtool.m4-1202-  ECHO='print -r --'
alpine-2.24+dfsg1/m4/libtool.m4:1203:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
alpine-2.24+dfsg1/m4/libtool.m4-1204-  ECHO='printf %s\n'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1235-    PATH=/empty FPATH=/empty; export PATH FPATH
alpine-2.24+dfsg1/m4/libtool.m4:1236:    test "X`printf %s $ECHO`" = "X$ECHO" \
alpine-2.24+dfsg1/m4/libtool.m4:1237:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
alpine-2.24+dfsg1/m4/libtool.m4-1238-
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1259-   if test yes = "$GCC"; then
alpine-2.24+dfsg1/m4/libtool.m4:1260:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
alpine-2.24+dfsg1/m4/libtool.m4-1261-   fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1263- /*)
alpine-2.24+dfsg1/m4/libtool.m4:1264:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
alpine-2.24+dfsg1/m4/libtool.m4-1265-   ;; #(
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1293-  if AC_TRY_EVAL(ac_compile); then
alpine-2.24+dfsg1/m4/libtool.m4:1294:    case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/m4/libtool.m4-1295-      *ELF-32*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1310-    if test yes = "$lt_cv_prog_gnu_ld"; then
alpine-2.24+dfsg1/m4/libtool.m4:1311:      case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/m4/libtool.m4-1312-	*32-bit*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1322-    else
alpine-2.24+dfsg1/m4/libtool.m4:1323:      case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/m4/libtool.m4-1324-	*32-bit*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1344-    emul=elf
alpine-2.24+dfsg1/m4/libtool.m4:1345:    case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/m4/libtool.m4-1346-      *32-bit*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1352-    esac
alpine-2.24+dfsg1/m4/libtool.m4:1353:    case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/m4/libtool.m4-1354-      *MSB*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1360-    esac
alpine-2.24+dfsg1/m4/libtool.m4:1361:    case `/usr/bin/file conftest.$ac_objext` in
alpine-2.24+dfsg1/m4/libtool.m4-1362-      *N32*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1725-    # And add a safety zone
alpine-2.24+dfsg1/m4/libtool.m4:1726:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alpine-2.24+dfsg1/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alpine-2.24+dfsg1/m4/libtool.m4-1728-    ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1758-    if test -n "$kargmax"; then
alpine-2.24+dfsg1/m4/libtool.m4:1759:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
alpine-2.24+dfsg1/m4/libtool.m4-1760-    else
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1767-       test undefined != "$lt_cv_sys_max_cmd_len"; then
alpine-2.24+dfsg1/m4/libtool.m4:1768:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
alpine-2.24+dfsg1/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
alpine-2.24+dfsg1/m4/libtool.m4-1770-    else
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1779-      # we can't tell.
alpine-2.24+dfsg1/m4/libtool.m4:1780:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
alpine-2.24+dfsg1/m4/libtool.m4-1781-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1783-      do
alpine-2.24+dfsg1/m4/libtool.m4:1784:        i=`expr $i + 1`
alpine-2.24+dfsg1/m4/libtool.m4-1785-        teststring=$teststring$teststring
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1787-      # Only check the string length outside the loop.
alpine-2.24+dfsg1/m4/libtool.m4:1788:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
alpine-2.24+dfsg1/m4/libtool.m4-1789-      teststring=
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-1792-      # linker.  It appears as though 1/2 is a usable value.
alpine-2.24+dfsg1/m4/libtool.m4:1793:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
alpine-2.24+dfsg1/m4/libtool.m4-1794-    fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2258-    *:)
alpine-2.24+dfsg1/m4/libtool.m4:2259:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
alpine-2.24+dfsg1/m4/libtool.m4-2260-        ;;
alpine-2.24+dfsg1/m4/libtool.m4-2261-    x:*)
alpine-2.24+dfsg1/m4/libtool.m4:2262:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
alpine-2.24+dfsg1/m4/libtool.m4-2263-        ;;
alpine-2.24+dfsg1/m4/libtool.m4-2264-    *::*)
alpine-2.24+dfsg1/m4/libtool.m4:2265:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
alpine-2.24+dfsg1/m4/libtool.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
alpine-2.24+dfsg1/m4/libtool.m4-2267-        ;;
alpine-2.24+dfsg1/m4/libtool.m4-2268-    *)
alpine-2.24+dfsg1/m4/libtool.m4:2269:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
alpine-2.24+dfsg1/m4/libtool.m4-2270-        ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2298-  esac
alpine-2.24+dfsg1/m4/libtool.m4:2299:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
alpine-2.24+dfsg1/m4/libtool.m4-2300-  case $lt_search_path_spec in
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2305-    # okay in the real world where ";" in dirpaths is itself problematic.
alpine-2.24+dfsg1/m4/libtool.m4:2306:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
alpine-2.24+dfsg1/m4/libtool.m4-2307-    ;;
alpine-2.24+dfsg1/m4/libtool.m4-2308-  *)
alpine-2.24+dfsg1/m4/libtool.m4:2309:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
alpine-2.24+dfsg1/m4/libtool.m4-2310-    ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2314-  lt_tmp_lt_search_path_spec=
alpine-2.24+dfsg1/m4/libtool.m4:2315:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
alpine-2.24+dfsg1/m4/libtool.m4-2316-  # ...but if some path component already ends with the multilib dir we assume
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2356-  esac
alpine-2.24+dfsg1/m4/libtool.m4:2357:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
alpine-2.24+dfsg1/m4/libtool.m4-2358-else
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2497-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
alpine-2.24+dfsg1/m4/libtool.m4:2498:    finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''s%^.*/\([[^/]]*\)\.ixlibrary$%\1%'\''`; $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
alpine-2.24+dfsg1/m4/libtool.m4-2499-    ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2533-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alpine-2.24+dfsg1/m4/libtool.m4:2534:    postinstall_cmds='base_file=`basename \$file`~
alpine-2.24+dfsg1/m4/libtool.m4:2535:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alpine-2.24+dfsg1/m4/libtool.m4:2536:      dldir=$destdir/`dirname \$dlpath`~
alpine-2.24+dfsg1/m4/libtool.m4-2537-      test -d \$dldir || mkdir -p \$dldir~
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2542-      fi'
alpine-2.24+dfsg1/m4/libtool.m4:2543:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alpine-2.24+dfsg1/m4/libtool.m4-2544-      dlpath=$dir/\$dldll~
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2550-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
alpine-2.24+dfsg1/m4/libtool.m4:2551:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alpine-2.24+dfsg1/m4/libtool.m4-2552-m4_if([$1], [],[
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2556-      # MinGW DLLs use traditional 'lib' prefix
alpine-2.24+dfsg1/m4/libtool.m4:2557:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alpine-2.24+dfsg1/m4/libtool.m4-2558-      ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2560-      # pw32 DLLs use 'pw' prefix rather than 'lib'
alpine-2.24+dfsg1/m4/libtool.m4:2561:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alpine-2.24+dfsg1/m4/libtool.m4-2562-      ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2569-    libname_spec='$name'
alpine-2.24+dfsg1/m4/libtool.m4:2570:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
alpine-2.24+dfsg1/m4/libtool.m4-2571-    library_names_spec='$libname.dll.lib'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2581-        # Let DOS variable expansion print the short 8.3 style file name.
alpine-2.24+dfsg1/m4/libtool.m4:2582:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
alpine-2.24+dfsg1/m4/libtool.m4-2583-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2586-      # Convert to MSYS style.
alpine-2.24+dfsg1/m4/libtool.m4:2587:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
alpine-2.24+dfsg1/m4/libtool.m4-2588-      ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2592-      # like /cygdrive/c/PROGRA~1:/cygdr...
alpine-2.24+dfsg1/m4/libtool.m4:2593:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
alpine-2.24+dfsg1/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
alpine-2.24+dfsg1/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alpine-2.24+dfsg1/m4/libtool.m4-2596-      ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2600-        # It is most probably a Windows format PATH.
alpine-2.24+dfsg1/m4/libtool.m4:2601:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
alpine-2.24+dfsg1/m4/libtool.m4-2602-      else
alpine-2.24+dfsg1/m4/libtool.m4:2603:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
alpine-2.24+dfsg1/m4/libtool.m4-2604-      fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2610-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
alpine-2.24+dfsg1/m4/libtool.m4:2611:    postinstall_cmds='base_file=`basename \$file`~
alpine-2.24+dfsg1/m4/libtool.m4:2612:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
alpine-2.24+dfsg1/m4/libtool.m4:2613:      dldir=$destdir/`dirname \$dlpath`~
alpine-2.24+dfsg1/m4/libtool.m4-2614-      test -d \$dldir || mkdir -p \$dldir~
alpine-2.24+dfsg1/m4/libtool.m4-2615-      $install_prog $dir/$dlname \$dldir/$dlname'
alpine-2.24+dfsg1/m4/libtool.m4:2616:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
alpine-2.24+dfsg1/m4/libtool.m4-2617-      dlpath=$dir/\$dldll~
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2624-    # Assume MSVC wrapper
alpine-2.24+dfsg1/m4/libtool.m4:2625:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
alpine-2.24+dfsg1/m4/libtool.m4-2626-    dynamic_linker='Win32 ld.exe'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2641-  shlibpath_var=DYLD_LIBRARY_PATH
alpine-2.24+dfsg1/m4/libtool.m4:2642:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
alpine-2.24+dfsg1/m4/libtool.m4-2643-m4_if([$1], [],[
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2875-  if test -f /etc/ld.so.conf; then
alpine-2.24+dfsg1/m4/libtool.m4:2876:    lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[	 ]*hwcap[	 ]/d;s/[:,	]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
alpine-2.24+dfsg1/m4/libtool.m4-2877-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2929-  need_lib_prefix=no
alpine-2.24+dfsg1/m4/libtool.m4:2930:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alpine-2.24+dfsg1/m4/libtool.m4-2931-    need_version=no
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2956-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
alpine-2.24+dfsg1/m4/libtool.m4:2957:  postinstall_cmds='base_file=`basename \$file`~
alpine-2.24+dfsg1/m4/libtool.m4:2958:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
alpine-2.24+dfsg1/m4/libtool.m4:2959:    dldir=$destdir/`dirname \$dlpath`~
alpine-2.24+dfsg1/m4/libtool.m4-2960-    test -d \$dldir || mkdir -p \$dldir~
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-2965-    fi'
alpine-2.24+dfsg1/m4/libtool.m4:2966:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
alpine-2.24+dfsg1/m4/libtool.m4-2967-    dlpath=$dir/\$dldll~
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3176-	"file_magic "*)
alpine-2.24+dfsg1/m4/libtool.m4:3177:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
alpine-2.24+dfsg1/m4/libtool.m4-3178-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3259-    # gcc leaves a trailing carriage return, which upsets mingw
alpine-2.24+dfsg1/m4/libtool.m4:3260:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
alpine-2.24+dfsg1/m4/libtool.m4-3261-  *)
alpine-2.24+dfsg1/m4/libtool.m4:3262:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
alpine-2.24+dfsg1/m4/libtool.m4-3263-  esac
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3268-      # Canonicalize the pathname of ld
alpine-2.24+dfsg1/m4/libtool.m4:3269:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
alpine-2.24+dfsg1/m4/libtool.m4-3270-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
alpine-2.24+dfsg1/m4/libtool.m4:3271:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
alpine-2.24+dfsg1/m4/libtool.m4-3272-      done
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3299-      # Break only if it was the GNU/non-GNU ld that we prefer.
alpine-2.24+dfsg1/m4/libtool.m4:3300:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
alpine-2.24+dfsg1/m4/libtool.m4-3301-      *GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3339-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
alpine-2.24+dfsg1/m4/libtool.m4:3340:case `$LD -v 2>&1 </dev/null` in
alpine-2.24+dfsg1/m4/libtool.m4-3341-*GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3566-openbsd* | bitrig*)
alpine-2.24+dfsg1/m4/libtool.m4:3567:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alpine-2.24+dfsg1/m4/libtool.m4-3568-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3633-    else
alpine-2.24+dfsg1/m4/libtool.m4:3634:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
alpine-2.24+dfsg1/m4/libtool.m4-3635-    fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3684-	esac
alpine-2.24+dfsg1/m4/libtool.m4:3685:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
alpine-2.24+dfsg1/m4/libtool.m4-3686-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3690-	*)
alpine-2.24+dfsg1/m4/libtool.m4:3691:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
alpine-2.24+dfsg1/m4/libtool.m4-3692-	  */dev/null*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3716-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
alpine-2.24+dfsg1/m4/libtool.m4:3717:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
alpine-2.24+dfsg1/m4/libtool.m4-3718-    *COFF*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3775-  # decide which one to use based on capabilities of $DLLTOOL
alpine-2.24+dfsg1/m4/libtool.m4:3776:  case `$DLLTOOL --help 2>&1` in
alpine-2.24+dfsg1/m4/libtool.m4-3777-  *--identify-strict*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3949-# If we're using GNU nm, then use its standard symbol codes.
alpine-2.24+dfsg1/m4/libtool.m4:3950:case `$NM -V 2>&1` in
alpine-2.24+dfsg1/m4/libtool.m4-3951-*GNU* | *'with BFD'*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-3997-mingw*)
alpine-2.24+dfsg1/m4/libtool.m4:3998:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
alpine-2.24+dfsg1/m4/libtool.m4-3999-  ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-4053-    nlist=conftest.nm
alpine-2.24+dfsg1/m4/libtool.m4:4054:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
alpine-2.24+dfsg1/m4/libtool.m4-4055-      # Try sorting and uniquifying the output.
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-4401-	  *)
alpine-2.24+dfsg1/m4/libtool.m4:4402:	    case `$CC -V 2>&1 | sed 5q` in
alpine-2.24+dfsg1/m4/libtool.m4-4403-	    *Sun\ C*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-4737-      *)
alpine-2.24+dfsg1/m4/libtool.m4:4738:	case `$CC -V 2>&1 | sed 5q` in
alpine-2.24+dfsg1/m4/libtool.m4-4739-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-4920-    else
alpine-2.24+dfsg1/m4/libtool.m4:4921:      _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
alpine-2.24+dfsg1/m4/libtool.m4-4922-    fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5013-	# shared libraries, regardless of the interface used.
alpine-2.24+dfsg1/m4/libtool.m4:5014:	case `$LD -v 2>&1` in
alpine-2.24+dfsg1/m4/libtool.m4-5015-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5045-    supports_anon_versioning=no
alpine-2.24+dfsg1/m4/libtool.m4:5046:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
alpine-2.24+dfsg1/m4/libtool.m4-5047-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5148-	prefix_cmds="$SED"~
alpine-2.24+dfsg1/m4/libtool.m4:5149:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alpine-2.24+dfsg1/m4/libtool.m4-5150-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5170-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alpine-2.24+dfsg1/m4/libtool.m4:5171:      _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4:5172:      _LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-5173-      ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5188-        pgcc*)				# Portland Group C compiler
alpine-2.24+dfsg1/m4/libtool.m4:5189:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/m4/libtool.m4-5190-	  tmp_addflag=' $pic_flag'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5193-					# Portland Group f77 and f90 compilers
alpine-2.24+dfsg1/m4/libtool.m4:5194:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/m4/libtool.m4-5195-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5210-	nvcc*)	# Cuda Compiler Driver 2.2
alpine-2.24+dfsg1/m4/libtool.m4:5211:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/m4/libtool.m4-5212-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5214-	esac
alpine-2.24+dfsg1/m4/libtool.m4:5215:	case `$CC -V 2>&1 | sed 5q` in
alpine-2.24+dfsg1/m4/libtool.m4-5216-	*Sun\ C*)			# Sun C 5.9
alpine-2.24+dfsg1/m4/libtool.m4:5217:	  _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/m4/libtool.m4-5218-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5285-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
alpine-2.24+dfsg1/m4/libtool.m4:5286:      case `$LD -v 2>&1` in
alpine-2.24+dfsg1/m4/libtool.m4-5287-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5374-	else
alpine-2.24+dfsg1/m4/libtool.m4:5375:	  _LT_TAGVAR(export_symbols_cmds, $1)='`func_echo_all $NM | $SED -e '\''s/B\([[^B]]*\)$/P\1/'\''` -PCpgl $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) && ([substr](\$ 1,1,1) != ".")) { if ((\$ 2 == "W") || (\$ 2 == "V") || (\$ 2 == "Z")) { print \$ 1 " weak" } else { print \$ 1 } } }'\'' | sort -u > $export_symbols'
alpine-2.24+dfsg1/m4/libtool.m4-5376-	fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5439-	# below for broken collect2 doesn't work under 4.3+
alpine-2.24+dfsg1/m4/libtool.m4:5440:	  collect2name=`$CC -print-prog-name=collect2`
alpine-2.24+dfsg1/m4/libtool.m4-5441-	  if test -f "$collect2name" &&
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5495-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
alpine-2.24+dfsg1/m4/libtool.m4:5496:        _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
alpine-2.24+dfsg1/m4/libtool.m4-5497-      else
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5520-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
alpine-2.24+dfsg1/m4/libtool.m4:5521:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
alpine-2.24+dfsg1/m4/libtool.m4-5522-	  if test svr4 != "$with_aix_soname"; then
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5611-	# FIXME: Setting linknames here is a bad hack.
alpine-2.24+dfsg1/m4/libtool.m4:5612:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
alpine-2.24+dfsg1/m4/libtool.m4-5613-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5749-      if test yes = "$GCC"; then
alpine-2.24+dfsg1/m4/libtool.m4:5750:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-5751-	# Try to use the -exported_symbol ld option, if it does not
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5772-	if test yes = "$lt_cv_irix_exported_symbol"; then
alpine-2.24+dfsg1/m4/libtool.m4:5773:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-5774-	fi
alpine-2.24+dfsg1/m4/libtool.m4-5775-      else
alpine-2.24+dfsg1/m4/libtool.m4:5776:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4:5777:	_LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-5778-      fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5822-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
alpine-2.24+dfsg1/m4/libtool.m4:5823:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
alpine-2.24+dfsg1/m4/libtool.m4-5824-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5853-	prefix_cmds="$SED"~
alpine-2.24+dfsg1/m4/libtool.m4:5854:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
alpine-2.24+dfsg1/m4/libtool.m4-5855-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5867-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alpine-2.24+dfsg1/m4/libtool.m4:5868:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-5869-      else
alpine-2.24+dfsg1/m4/libtool.m4-5870-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alpine-2.24+dfsg1/m4/libtool.m4:5871:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-5872-      fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5880-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alpine-2.24+dfsg1/m4/libtool.m4:5881:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $pic_flag $libobjs $deplibs $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-5882-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alpine-2.24+dfsg1/m4/libtool.m4:5885:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4:5886:	_LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
alpine-2.24+dfsg1/m4/libtool.m4:5887:          $CC -shared$allow_undefined_flag $wl-input $wl$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~$RM $lib.exp'
alpine-2.24+dfsg1/m4/libtool.m4-5888-
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-5903-      else
alpine-2.24+dfsg1/m4/libtool.m4:5904:	case `$CC -V 2>&1` in
alpine-2.24+dfsg1/m4/libtool.m4-5905-	*"Compilers 5.0"*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6096-	  _LT_TAGVAR(allow_undefined_flag, $1)=
alpine-2.24+dfsg1/m4/libtool.m4:6097:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
alpine-2.24+dfsg1/m4/libtool.m4-6098-	  then
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6400-        # ancient GNU ld didn't support --whole-archive et. al.
alpine-2.24+dfsg1/m4/libtool.m4:6401:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
alpine-2.24+dfsg1/m4/libtool.m4-6402-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6510-          # below for broken collect2 doesn't work under 4.3+
alpine-2.24+dfsg1/m4/libtool.m4:6511:	  collect2name=`$CC -print-prog-name=collect2`
alpine-2.24+dfsg1/m4/libtool.m4-6512-	  if test -f "$collect2name" &&
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6568-
alpine-2.24+dfsg1/m4/libtool.m4:6569:          _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -o $output_objdir/$soname $libobjs $deplibs $wl'$no_entry_flag' $compiler_flags `if test -n "$allow_undefined_flag"; then func_echo_all "$wl$allow_undefined_flag"; else :; fi` $wl'$exp_sym_flag:\$export_symbols' '$shared_flag
alpine-2.24+dfsg1/m4/libtool.m4-6570-        else
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6593-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
alpine-2.24+dfsg1/m4/libtool.m4:6594:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
alpine-2.24+dfsg1/m4/libtool.m4-6595-	    if test svr4 != "$with_aix_soname"; then
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6722-	  prefix_cmds="$SED"~
alpine-2.24+dfsg1/m4/libtool.m4:6723:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
alpine-2.24+dfsg1/m4/libtool.m4-6724-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6796-            # dependencies.
alpine-2.24+dfsg1/m4/libtool.m4:6797:            output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alpine-2.24+dfsg1/m4/libtool.m4-6798-            ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6861-	    # dependencies.
alpine-2.24+dfsg1/m4/libtool.m4:6862:	    output_verbose_link_cmd='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alpine-2.24+dfsg1/m4/libtool.m4-6863-	    ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6897-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
alpine-2.24+dfsg1/m4/libtool.m4:6898:	_LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4:6899:	_LT_TAGVAR(archive_expsym_cmds, $1)='sed "s|^|_|" $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--retain-symbols-file,$output_objdir/$soname.expsym $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-6900-	;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6904-	    # SGI C++
alpine-2.24+dfsg1/m4/libtool.m4:6905:	    _LT_TAGVAR(archive_cmds, $1)='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-6906-
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6915-	      if test no = "$with_gnu_ld"; then
alpine-2.24+dfsg1/m4/libtool.m4:6916:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-6917-	      else
alpine-2.24+dfsg1/m4/libtool.m4:6918:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-6919-	      fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6936-	    # to its proper name (with version) after linking.
alpine-2.24+dfsg1/m4/libtool.m4:6937:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
alpine-2.24+dfsg1/m4/libtool.m4:6938:	    _LT_TAGVAR(archive_expsym_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib $wl-retain-symbols-file,$export_symbols; mv \$templib $lib'
alpine-2.24+dfsg1/m4/libtool.m4-6939-	    # Commands to make compiler produce verbose output that lists
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6946-	    # dependencies.
alpine-2.24+dfsg1/m4/libtool.m4:6947:	    output_verbose_link_cmd='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alpine-2.24+dfsg1/m4/libtool.m4-6948-
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6961-	    # earlier do not add the objects themselves.
alpine-2.24+dfsg1/m4/libtool.m4:6962:	    case `$CC -V 2>&1` in
alpine-2.24+dfsg1/m4/libtool.m4-6963-	      *"Version 7."*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6982-            # Portland Group C++ compiler
alpine-2.24+dfsg1/m4/libtool.m4:6983:	    case `$CC -V` in
alpine-2.24+dfsg1/m4/libtool.m4-6984-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6987-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
alpine-2.24+dfsg1/m4/libtool.m4:6988:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
alpine-2.24+dfsg1/m4/libtool.m4-6989-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6991-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
alpine-2.24+dfsg1/m4/libtool.m4:6992:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
alpine-2.24+dfsg1/m4/libtool.m4-6993-                $RANLIB $oldlib'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-6996-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
alpine-2.24+dfsg1/m4/libtool.m4:6997:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-6998-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
alpine-2.24+dfsg1/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname $wl-retain-symbols-file $wl$export_symbols -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-7002-	      ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7010-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
alpine-2.24+dfsg1/m4/libtool.m4:7011:	    _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/m4/libtool.m4-7012-            ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7029-	    # dependencies.
alpine-2.24+dfsg1/m4/libtool.m4:7030:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "X$list" | $Xsed'
alpine-2.24+dfsg1/m4/libtool.m4-7031-	    ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7044-	  *)
alpine-2.24+dfsg1/m4/libtool.m4:7045:	    case `$CC -V 2>&1 | sed 5q` in
alpine-2.24+dfsg1/m4/libtool.m4-7046-	    *Sun\ C*)
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7051-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
alpine-2.24+dfsg1/m4/libtool.m4:7052:	      _LT_TAGVAR(whole_archive_flag_spec, $1)='$wl--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` $wl--no-whole-archive'
alpine-2.24+dfsg1/m4/libtool.m4-7053-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7116-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
alpine-2.24+dfsg1/m4/libtool.m4:7117:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
alpine-2.24+dfsg1/m4/libtool.m4-7118-	    _LT_TAGVAR(archive_expsym_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-retain-symbols-file,$export_symbols -o $lib'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7135-	    # to its proper name (with version) after linking.
alpine-2.24+dfsg1/m4/libtool.m4:7136:	    _LT_TAGVAR(archive_cmds, $1)='tempext=`echo $shared_ext | $SED -e '\''s/\([[^()0-9A-Za-z{}]]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\$tempext\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
alpine-2.24+dfsg1/m4/libtool.m4-7137-
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7156-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
alpine-2.24+dfsg1/m4/libtool.m4:7157:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $soname `test -n "$verstring" && func_echo_all "$wl-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-7158-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7161-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
alpine-2.24+dfsg1/m4/libtool.m4:7162:	        _LT_TAGVAR(archive_cmds, $1)='$CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4:7163:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
alpine-2.24+dfsg1/m4/libtool.m4-7164-                  echo "-hidden">> $lib.exp~
alpine-2.24+dfsg1/m4/libtool.m4:7165:                  $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname $wl-input $wl$lib.exp  `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib~
alpine-2.24+dfsg1/m4/libtool.m4-7166-                  $RM $lib.exp'
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7180-	    # dependencies.
alpine-2.24+dfsg1/m4/libtool.m4:7181:	    output_verbose_link_cmd='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`func_echo_all "$templist" | $SED "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list= ; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; func_echo_all "$list"'
alpine-2.24+dfsg1/m4/libtool.m4-7182-	    ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7187-	        osf3*)
alpine-2.24+dfsg1/m4/libtool.m4:7188:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-7189-		  ;;
alpine-2.24+dfsg1/m4/libtool.m4-7190-	        *)
alpine-2.24+dfsg1/m4/libtool.m4:7191:	          _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -nostdlib $allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags $wl-msym $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations -o $lib'
alpine-2.24+dfsg1/m4/libtool.m4-7192-		  ;;
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7440-  case @S|@2 in
alpine-2.24+dfsg1/m4/libtool.m4:7441:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
alpine-2.24+dfsg1/m4/libtool.m4:7442:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
alpine-2.24+dfsg1/m4/libtool.m4-7443-  esac
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7529-
alpine-2.24+dfsg1/m4/libtool.m4:7530:  for p in `eval "$output_verbose_link_cmd"`; do
alpine-2.24+dfsg1/m4/libtool.m4-7531-    case $prev$p in
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-7633-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
alpine-2.24+dfsg1/m4/libtool.m4:7634: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
alpine-2.24+dfsg1/m4/libtool.m4-7635-fi
##############################################
alpine-2.24+dfsg1/m4/libtool.m4-8253-    test 10 -lt "$lt_ac_count" && break
alpine-2.24+dfsg1/m4/libtool.m4:8254:    lt_ac_count=`expr $lt_ac_count + 1`
alpine-2.24+dfsg1/m4/libtool.m4-8255-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
alpine-2.24+dfsg1/m4/intl.m4-225-changequote(<<,>>)dnl
alpine-2.24+dfsg1/m4/intl.m4:226:    ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
alpine-2.24+dfsg1/m4/intl.m4-227-    case $ac_prog_version in
##############################################
alpine-2.24+dfsg1/pith/copyaddr.h-21-/* exported prototypes */
alpine-2.24+dfsg1/pith/copyaddr.h:22:ADDRESS      *copyaddr(ADDRESS *);
alpine-2.24+dfsg1/pith/copyaddr.h-23-ADDRESS      *copyaddrlist(ADDRESS *);
##############################################
alpine-2.24+dfsg1/pith/takeaddr.h-77-/* exported prototypes */
alpine-2.24+dfsg1/pith/takeaddr.h:78:int            set_up_takeaddr(int, struct pine *, MSGNO_S *, TA_S **, 
alpine-2.24+dfsg1/pith/takeaddr.h-79-			       int *, int, int (*)(TA_S *, int));
##############################################
alpine-2.24+dfsg1/pith/reply.c-148-
alpine-2.24+dfsg1/pith/reply.c:149:    ap = reply_cp_addr(ps, msgno, section, rep_field, *saved_from,
alpine-2.24+dfsg1/pith/reply.c-150-		       (ADDRESS *) NULL, rep_address, RCA_NOT_US);
##############################################
alpine-2.24+dfsg1/pith/reply.c-156-
alpine-2.24+dfsg1/pith/reply.c:157:    reply_append_addr(saved_from, ap);
alpine-2.24+dfsg1/pith/reply.c-158-
##############################################
alpine-2.24+dfsg1/pith/reply.c-161-
alpine-2.24+dfsg1/pith/reply.c:162:	if((ap = reply_cp_addr(ps, msgno, section, "To", *saved_to,
alpine-2.24+dfsg1/pith/reply.c-163-			      *saved_from, env->to, RCA_NOT_US)) != NULL)
alpine-2.24+dfsg1/pith/reply.c:164:	  reply_append_addr(saved_to, ap);
alpine-2.24+dfsg1/pith/reply.c-165-
alpine-2.24+dfsg1/pith/reply.c:166:	if((ap = reply_cp_addr(ps, msgno, section, "Cc", *saved_cc,
alpine-2.24+dfsg1/pith/reply.c-167-			      *saved_from, env->cc, RCA_NOT_US)) != NULL)
alpine-2.24+dfsg1/pith/reply.c:168:	  reply_append_addr(saved_cc, ap);
alpine-2.24+dfsg1/pith/reply.c-169-
##############################################
alpine-2.24+dfsg1/pith/reply.c-184-		 */
alpine-2.24+dfsg1/pith/reply.c:185:		if((ap = reply_cp_addr(ps, 0, NULL, NULL, *saved_resent,
alpine-2.24+dfsg1/pith/reply.c-186-				      *saved_from, ap2, RCA_NOT_US)) != NULL)
alpine-2.24+dfsg1/pith/reply.c-187-
alpine-2.24+dfsg1/pith/reply.c:188:		  reply_append_addr(saved_resent, ap);
alpine-2.24+dfsg1/pith/reply.c-189-
##############################################
alpine-2.24+dfsg1/pith/reply.c-216-	     */
alpine-2.24+dfsg1/pith/reply.c:217:	    if((ap = reply_cp_addr(ps, 0, NULL, NULL, *saved_resent,
alpine-2.24+dfsg1/pith/reply.c-218-				  *saved_from, ap2, RCA_NOT_US)) != NULL)
alpine-2.24+dfsg1/pith/reply.c:219:	      reply_append_addr(saved_resent, ap);
alpine-2.24+dfsg1/pith/reply.c-220-
##############################################
alpine-2.24+dfsg1/pith/reply.c-242-ADDRESS *
alpine-2.24+dfsg1/pith/reply.c:243:reply_cp_addr(struct pine *ps, long int msgno, char *section, char *field,
alpine-2.24+dfsg1/pith/reply.c-244-	      struct mail_address *mask1, struct mail_address *mask2,
##############################################
alpine-2.24+dfsg1/pith/reply.c-318-    ret_tail = &ret;
alpine-2.24+dfsg1/pith/reply.c:319:    for(source = first_addr(source); source; source = source->next){
alpine-2.24+dfsg1/pith/reply.c:320:	for(tmp1 = first_addr(mask1); tmp1; tmp1 = tmp1->next)
alpine-2.24+dfsg1/pith/reply.c-321-	  if(address_is_same(source, tmp1))	/* it is in mask1, skip it */
##############################################
alpine-2.24+dfsg1/pith/reply.c-323-
alpine-2.24+dfsg1/pith/reply.c:324:	for(tmp2 = first_addr(mask2); !tmp1 && tmp2; tmp2 = tmp2->next)
alpine-2.24+dfsg1/pith/reply.c-325-	  if(address_is_same(source, tmp2))	/* it is in mask2, skip it */
##############################################
alpine-2.24+dfsg1/pith/reply.c-407-	/* Put Reply-To or From in To. */
alpine-2.24+dfsg1/pith/reply.c:408:	*to_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->to,
alpine-2.24+dfsg1/pith/reply.c-409-				 (ADDRESS *) NULL, saved_from, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-414-
alpine-2.24+dfsg1/pith/reply.c:415:	        *to_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->to,
alpine-2.24+dfsg1/pith/reply.c-416-				 (ADDRESS *) NULL, saved_to, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-420-
alpine-2.24+dfsg1/pith/reply.c:421:		*to_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->cc,
alpine-2.24+dfsg1/pith/reply.c-422-				     outgoing->to, saved_resent, RCA_ALL);
alpine-2.24+dfsg1/pith/reply.c-423-
alpine-2.24+dfsg1/pith/reply.c:424:		*cc_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->cc,
alpine-2.24+dfsg1/pith/reply.c-425-				     outgoing->to, saved_cc, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-427-	    else{	/* and the rest in cc */
alpine-2.24+dfsg1/pith/reply.c:428:		*cc_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->cc,
alpine-2.24+dfsg1/pith/reply.c-429-				     outgoing->to, saved_to, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-432-
alpine-2.24+dfsg1/pith/reply.c:433:		*cc_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->cc,
alpine-2.24+dfsg1/pith/reply.c-434-				     outgoing->to, saved_cc, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-437-
alpine-2.24+dfsg1/pith/reply.c:438:		*cc_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->cc,
alpine-2.24+dfsg1/pith/reply.c-439-				     outgoing->to, saved_resent, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-444-	/* No From (maybe from us), put To in To. */
alpine-2.24+dfsg1/pith/reply.c:445:	*to_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->to,
alpine-2.24+dfsg1/pith/reply.c-446-				 (ADDRESS *)NULL, saved_to, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-448-	if(replytoall){
alpine-2.24+dfsg1/pith/reply.c:449:	    *cc_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->cc,
alpine-2.24+dfsg1/pith/reply.c-450-				     outgoing->to, saved_cc, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-453-
alpine-2.24+dfsg1/pith/reply.c:454:	    *cc_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->cc,
alpine-2.24+dfsg1/pith/reply.c-455-				     outgoing->to, saved_resent, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-460-	if(replytoall){
alpine-2.24+dfsg1/pith/reply.c:461:	    *to_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->to,
alpine-2.24+dfsg1/pith/reply.c-462-				     (ADDRESS *) NULL, saved_cc, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-465-
alpine-2.24+dfsg1/pith/reply.c:466:	    *to_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->to,
alpine-2.24+dfsg1/pith/reply.c-467-				     (ADDRESS *) NULL, saved_resent, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-474-	    if(!outgoing->newsgroups)
alpine-2.24+dfsg1/pith/reply.c:475:	      *to_tail = reply_cp_addr(ps, 0, NULL, NULL, outgoing->to,
alpine-2.24+dfsg1/pith/reply.c-476-				       (ADDRESS *) NULL, env->from, RCA_ALL);
##############################################
alpine-2.24+dfsg1/pith/reply.c-512-{
alpine-2.24+dfsg1/pith/reply.c:513:    for(x = first_addr(x), y = first_addr(y);
alpine-2.24+dfsg1/pith/reply.c-514-	x && y;
alpine-2.24+dfsg1/pith/reply.c:515:	x = first_addr(x->next), y = first_addr(y->next)){
alpine-2.24+dfsg1/pith/reply.c-516-	if(!address_is_same(x, y))
##############################################
alpine-2.24+dfsg1/pith/reply.c-883-		env->from &&
alpine-2.24+dfsg1/pith/reply.c:884:		get_nickname_from_addr(env->from, tmp_20k_buf, 1000))
alpine-2.24+dfsg1/pith/reply.c-885-		 ? tmp_20k_buf : "";
##############################################
alpine-2.24+dfsg1/pith/reply.c-3441-ADDRESS *
alpine-2.24+dfsg1/pith/reply.c:3442:first_addr(struct mail_address *addr)
alpine-2.24+dfsg1/pith/reply.c-3443-{
##############################################
alpine-2.24+dfsg1/pith/reply.c-3881-void
alpine-2.24+dfsg1/pith/reply.c:3882:reply_append_addr(struct mail_address **dest, struct mail_address *src)
alpine-2.24+dfsg1/pith/reply.c-3883-{
##############################################
alpine-2.24+dfsg1/pith/adrbklib.h-150-    char  referenced;  /* for detecting loops during lookup             */
alpine-2.24+dfsg1/pith/adrbklib.h:151:    Tag   tag;         /* single addr (Single) or a list (List)         */
alpine-2.24+dfsg1/pith/adrbklib.h-152-} AdrBk_Entry;
##############################################
alpine-2.24+dfsg1/pith/adrbklib.h-810-AdrBk_Entry   *adrbk_lookup_by_nick(AdrBk *, char *, adrbk_cntr_t *);
alpine-2.24+dfsg1/pith/adrbklib.h:811:AdrBk_Entry   *adrbk_lookup_by_addr(AdrBk *, char *, adrbk_cntr_t *);
alpine-2.24+dfsg1/pith/adrbklib.h-812-char          *adrbk_formatname(char *, char **, char **);
##############################################
alpine-2.24+dfsg1/pith/adrbklib.h-852-char         **parse_addrlist(char *);
alpine-2.24+dfsg1/pith/adrbklib.h:853:char          *skip_to_next_addr(char *);
alpine-2.24+dfsg1/pith/adrbklib.h-854-void           add_forced_entries(AdrBk *);
##############################################
alpine-2.24+dfsg1/pith/adrbklib.c-90-int            cmp_cntr_by_nick(const qsort_t *, const qsort_t *);
alpine-2.24+dfsg1/pith/adrbklib.c:91:int            cmp_addr(const qsort_t *, const qsort_t *);
alpine-2.24+dfsg1/pith/adrbklib.c-92-void           sort_addr_list(char **);
##############################################
alpine-2.24+dfsg1/pith/adrbklib.c-1750-AdrBk_Entry *
alpine-2.24+dfsg1/pith/adrbklib.c:1751:adrbk_lookup_by_addr(AdrBk *ab, char *address, adrbk_cntr_t *entry_num)
alpine-2.24+dfsg1/pith/adrbklib.c-1752-{
##############################################
alpine-2.24+dfsg1/pith/adrbklib.c-1755-
alpine-2.24+dfsg1/pith/adrbklib.c:1756:    dprint((5, "- adrbk_lookup_by_addr(%s) (in %s) -\n",
alpine-2.24+dfsg1/pith/adrbklib.c-1757-	   address ? address : "?",
##############################################
alpine-2.24+dfsg1/pith/adrbklib.c-4677-int
alpine-2.24+dfsg1/pith/adrbklib.c:4678:cmp_addr(const qsort_t *a1, const qsort_t *a2)
alpine-2.24+dfsg1/pith/adrbklib.c-4679-{
##############################################
alpine-2.24+dfsg1/pith/adrbklib.c-5839-
alpine-2.24+dfsg1/pith/adrbklib.c:5840:	next_addr = skip_to_next_addr(cur_addr);
alpine-2.24+dfsg1/pith/adrbklib.c-5841-
##############################################
alpine-2.24+dfsg1/pith/adrbklib.c-5873-char *
alpine-2.24+dfsg1/pith/adrbklib.c:5874:skip_to_next_addr(char *cur)
alpine-2.24+dfsg1/pith/adrbklib.c-5875-{
##############################################
alpine-2.24+dfsg1/pith/osdep/Makefile.in-62-  { \
alpine-2.24+dfsg1/pith/osdep/Makefile.in:63:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/pith/osdep/Makefile.in-64-  }; \
##############################################
alpine-2.24+dfsg1/pith/osdep/Makefile.in-455-.c.obj:
alpine-2.24+dfsg1/pith/osdep/Makefile.in:456:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pith/osdep/Makefile.in-457-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/pith/osdep/Makefile.in-459-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/pith/osdep/Makefile.in:460:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pith/osdep/Makefile.in-461-
##############################################
alpine-2.24+dfsg1/pith/osdep/Makefile.in-504-GTAGS:
alpine-2.24+dfsg1/pith/osdep/Makefile.in:505:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/pith/osdep/Makefile.in-506-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/pith/osdep/Makefile.in-527-distdir: $(DISTFILES)
alpine-2.24+dfsg1/pith/osdep/Makefile.in:528:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pith/osdep/Makefile.in:529:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pith/osdep/Makefile.in-530-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/pith/osdep/Makefile.in-541-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/pith/osdep/Makefile.in:542:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/pith/osdep/Makefile.in-543-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/pith/bldaddr.c-541-	    /* if we've already looked it up, fake an adr */
alpine-2.24+dfsg1/pith/bldaddr.c:542:	    adr = mail_newaddr();
alpine-2.24+dfsg1/pith/bldaddr.c-543-	    adr->mailbox = cpystr(to.arg.abe->nickname);
##############################################
alpine-2.24+dfsg1/pith/bldaddr.c-790-
alpine-2.24+dfsg1/pith/bldaddr.c:791:			atmp = mail_newaddr();
alpine-2.24+dfsg1/pith/bldaddr.c-792-			atmp->mailbox = cpystr(abe->fullname);
##############################################
alpine-2.24+dfsg1/pith/bldaddr.c-868-			 */
alpine-2.24+dfsg1/pith/bldaddr.c:869:                        adr2          = mail_newaddr();
alpine-2.24+dfsg1/pith/bldaddr.c-870-                        adr2->mailbox = cpystr(abe->addr.addr);
##############################################
alpine-2.24+dfsg1/pith/bldaddr.c-1029-
alpine-2.24+dfsg1/pith/bldaddr.c:1030:		atmp = mail_newaddr();
alpine-2.24+dfsg1/pith/bldaddr.c-1031-		atmp->mailbox = cpystr(adr->personal);
##############################################
alpine-2.24+dfsg1/pith/bldaddr.c-1079-ADDRESS *
alpine-2.24+dfsg1/pith/bldaddr.c:1080:massage_phrase_addr(char *phrase, char *end, char *host)
alpine-2.24+dfsg1/pith/bldaddr.c-1081-{
##############################################
alpine-2.24+dfsg1/pith/bldaddr.c-1103-	else{
alpine-2.24+dfsg1/pith/bldaddr.c:1104:	    adr = mail_newaddr();
alpine-2.24+dfsg1/pith/bldaddr.c-1105-	    adr->mailbox = mycopy;
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-63-  { \
alpine-2.24+dfsg1/pith/Makefile.in:64:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/pith/Makefile.in-65-  }; \
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-251-  while test -n "$$dir1"; do \
alpine-2.24+dfsg1/pith/Makefile.in:252:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
alpine-2.24+dfsg1/pith/Makefile.in-253-    if test "$$first" != "."; then \
alpine-2.24+dfsg1/pith/Makefile.in-254-      if test "$$first" = ".."; then \
alpine-2.24+dfsg1/pith/Makefile.in:255:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
alpine-2.24+dfsg1/pith/Makefile.in:256:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
alpine-2.24+dfsg1/pith/Makefile.in-257-      else \
alpine-2.24+dfsg1/pith/Makefile.in:258:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
alpine-2.24+dfsg1/pith/Makefile.in-259-        if test "$$first2" = "$$first"; then \
alpine-2.24+dfsg1/pith/Makefile.in:260:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
alpine-2.24+dfsg1/pith/Makefile.in-261-        else \
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-266-    fi; \
alpine-2.24+dfsg1/pith/Makefile.in:267:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
alpine-2.24+dfsg1/pith/Makefile.in-268-  done; \
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-497-	test -n "$(EXEEXT)" || exit 0; \
alpine-2.24+dfsg1/pith/Makefile.in:498:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
alpine-2.24+dfsg1/pith/Makefile.in-499-	echo " rm -f" $$list; \
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-586-.c.obj:
alpine-2.24+dfsg1/pith/Makefile.in:587:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pith/Makefile.in-588-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-590-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/pith/Makefile.in:591:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pith/Makefile.in-592-
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-619-	dot_seen=no; \
alpine-2.24+dfsg1/pith/Makefile.in:620:	target=`echo $@ | sed s/-recursive//`; \
alpine-2.24+dfsg1/pith/Makefile.in-621-	case "$@" in \
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-682-GTAGS:
alpine-2.24+dfsg1/pith/Makefile.in:683:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/pith/Makefile.in-684-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-705-distdir: $(DISTFILES)
alpine-2.24+dfsg1/pith/Makefile.in:706:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pith/Makefile.in:707:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pith/Makefile.in-708-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/pith/Makefile.in-719-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/pith/Makefile.in:720:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/pith/Makefile.in-721-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/pith/reply.h-51-			  ADDRESS **, ADDRESS **, ADDRESS **,int *);
alpine-2.24+dfsg1/pith/reply.h:52:ADDRESS    *reply_cp_addr(struct pine *, long, char *, char *,
alpine-2.24+dfsg1/pith/reply.h-53-			  ADDRESS *, ADDRESS *, ADDRESS *, int);
alpine-2.24+dfsg1/pith/reply.h:54:void        reply_append_addr(ADDRESS **, ADDRESS *);
alpine-2.24+dfsg1/pith/reply.h-55-ACTION_S   *set_role_from_msg(struct pine *, long, long, char *);
##############################################
alpine-2.24+dfsg1/pith/reply.h-98-char       *rot5n(char *);
alpine-2.24+dfsg1/pith/reply.h:99:ADDRESS    *first_addr(ADDRESS *);
alpine-2.24+dfsg1/pith/reply.h-100-char       *get_signature_lit(char *, int, int, int, int);
##############################################
alpine-2.24+dfsg1/pith/copyaddr.c-26-ADDRESS *
alpine-2.24+dfsg1/pith/copyaddr.c:27:copyaddr(struct mail_address *a)
alpine-2.24+dfsg1/pith/copyaddr.c-28-{
##############################################
alpine-2.24+dfsg1/pith/copyaddr.c-31-    if(a){
alpine-2.24+dfsg1/pith/copyaddr.c:32:	new = mail_newaddr();
alpine-2.24+dfsg1/pith/copyaddr.c-33-	if(a->personal)
##############################################
alpine-2.24+dfsg1/pith/copyaddr.c-60-    for(; a; a = a->next){
alpine-2.24+dfsg1/pith/copyaddr.c:61:	new = copyaddr(a);
alpine-2.24+dfsg1/pith/copyaddr.c-62-	if(!head)
##############################################
alpine-2.24+dfsg1/pith/ablookup.h-83-/* exported prototypes */
alpine-2.24+dfsg1/pith/ablookup.h:84:char          *get_nickname_from_addr(ADDRESS *, char *, size_t);
alpine-2.24+dfsg1/pith/ablookup.h:85:char          *get_fcc_from_addr(ADDRESS *, char *, size_t);
alpine-2.24+dfsg1/pith/ablookup.h:86:int            get_contactinfo_from_addr(ADDRESS *, char **, char **, char **, char **);
alpine-2.24+dfsg1/pith/ablookup.h-87-void           address_in_abook(MAILSTREAM *, SEARCHSET *, int, PATTERN_S *);
##############################################
alpine-2.24+dfsg1/pith/save.c-154-      case SAV_RULE_RN_FROM_DEF:
alpine-2.24+dfsg1/pith/save.c:155:        tmp_adr = e->from ? copyaddr(e->from)
alpine-2.24+dfsg1/pith/save.c:156:			  : e->sender ? copyaddr(e->sender) : NULL;
alpine-2.24+dfsg1/pith/save.c-157-	break;
##############################################
alpine-2.24+dfsg1/pith/save.c-165-      case SAV_RULE_RN_SENDER_DEF:
alpine-2.24+dfsg1/pith/save.c:166:        tmp_adr = e->sender ? copyaddr(e->sender)
alpine-2.24+dfsg1/pith/save.c:167:			    : e->from ? copyaddr(e->from) : NULL;
alpine-2.24+dfsg1/pith/save.c-168-	break;
##############################################
alpine-2.24+dfsg1/pith/save.c-176-      case SAV_RULE_RN_REPLYTO_DEF:
alpine-2.24+dfsg1/pith/save.c:177:        tmp_adr = e->reply_to ? copyaddr(e->reply_to)
alpine-2.24+dfsg1/pith/save.c:178:			  : e->from ? copyaddr(e->from)
alpine-2.24+dfsg1/pith/save.c:179:			  : e->sender ? copyaddr(e->sender) : NULL;
alpine-2.24+dfsg1/pith/save.c-180-	break;
##############################################
alpine-2.24+dfsg1/pith/save.c-237-	    if(!tmp_adr)
alpine-2.24+dfsg1/pith/save.c:238:	      tmp_adr = e->to ? copyaddr(e->to) : NULL;
alpine-2.24+dfsg1/pith/save.c-239-	}
##############################################
alpine-2.24+dfsg1/pith/save.c-274-	  case SAV_RULE_NICK_RECIP_DEF:
alpine-2.24+dfsg1/pith/save.c:275:	    bufp = get_nickname_from_addr(tmp_adr, buf, sizeof(buf));
alpine-2.24+dfsg1/pith/save.c-276-	    break;
##############################################
alpine-2.24+dfsg1/pith/save.c-285-	  case SAV_RULE_FCC_RECIP_DEF:
alpine-2.24+dfsg1/pith/save.c:286:	    bufp = get_fcc_from_addr(tmp_adr, buf, sizeof(buf));
alpine-2.24+dfsg1/pith/save.c-287-	    break;
##############################################
alpine-2.24+dfsg1/pith/send.c-673-		if(!(*outgoing)->from)
alpine-2.24+dfsg1/pith/send.c:674:		  (*outgoing)->from = mail_newaddr();
alpine-2.24+dfsg1/pith/send.c-675-
##############################################
alpine-2.24+dfsg1/pith/send.c-696-	if(!(*outgoing)->to && hdr_is_in_list("to", *custom))
alpine-2.24+dfsg1/pith/send.c:697:	  (*outgoing)->to = mail_newaddr();
alpine-2.24+dfsg1/pith/send.c-698-	if(!(*outgoing)->cc && hdr_is_in_list("cc", *custom))
alpine-2.24+dfsg1/pith/send.c:699:	  (*outgoing)->cc = mail_newaddr();
alpine-2.24+dfsg1/pith/send.c-700-	if(!(*outgoing)->bcc && hdr_is_in_list("bcc", *custom))
alpine-2.24+dfsg1/pith/send.c:701:	  (*outgoing)->bcc = mail_newaddr();
alpine-2.24+dfsg1/pith/send.c-702-
##############################################
alpine-2.24+dfsg1/pith/send.c-719-		    if(pf.textbuf[0])	/* empty is not default */
alpine-2.24+dfsg1/pith/send.c:720:		      (*outgoing)->reply_to = mail_newaddr();
alpine-2.24+dfsg1/pith/send.c-721-
##############################################
alpine-2.24+dfsg1/pith/send.c-2485-{
alpine-2.24+dfsg1/pith/send.c:2486:    ADDRESS *addr = mail_newaddr();
alpine-2.24+dfsg1/pith/send.c-2487-    if(ps_global->VAR_PERSONAL_NAME){
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-77-ICE_S	       *format_thread_index_line(INDEXDATA_S *);
alpine-2.24+dfsg1/pith/mailindx.c:78:int		set_index_addr(INDEXDATA_S *, char *, ADDRESS *, char *, int, char *);
alpine-2.24+dfsg1/pith/mailindx.c-79-int             ctype_is_fixed_length(IndexColType);
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2492-			      : NULL))
alpine-2.24+dfsg1/pith/mailindx.c:2493:		    && !set_index_addr(idata, field, addr, NULL, BIGWIDTH, str))
alpine-2.24+dfsg1/pith/mailindx.c-2494-		   || !field)
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2500-	      case iCc:
alpine-2.24+dfsg1/pith/mailindx.c:2501:		set_index_addr(idata, "Cc", fetch_cc(idata), NULL, BIGWIDTH, str);
alpine-2.24+dfsg1/pith/mailindx.c-2502-		break;
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2515-
alpine-2.24+dfsg1/pith/mailindx.c:2516:		set_index_addr(idata, "To", toaddr, NULL, BIGWIDTH, str);
alpine-2.24+dfsg1/pith/mailindx.c-2517-
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2525-		if((addr = fetch_sender(idata)) != NULL)
alpine-2.24+dfsg1/pith/mailindx.c:2526:		  set_index_addr(idata, "Sender", addr, NULL, BIGWIDTH, str);
alpine-2.24+dfsg1/pith/mailindx.c-2527-
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2849-			    strncpy(str+l, " and ", sizeof(str)-l);
alpine-2.24+dfsg1/pith/mailindx.c:2850:			    set_index_addr(idata, "To", fetch_to(idata),
alpine-2.24+dfsg1/pith/mailindx.c-2851-					   NULL, BIGWIDTH-l-5, str+l+5);
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2855-			else
alpine-2.24+dfsg1/pith/mailindx.c:2856:			  set_index_addr(idata, "To", fetch_to(idata),
alpine-2.24+dfsg1/pith/mailindx.c-2857-				         NULL, BIGWIDTH, str);
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2863-	      case iToAndNews:
alpine-2.24+dfsg1/pith/mailindx.c:2864:		set_index_addr(idata, "To", fetch_to(idata),
alpine-2.24+dfsg1/pith/mailindx.c-2865-			       NULL, BIGWIDTH, str);
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2903-			    strncpy(str+l, " and ", sizeof(str)-l);
alpine-2.24+dfsg1/pith/mailindx.c:2904:			    set_index_addr(idata, "To", toaddr,
alpine-2.24+dfsg1/pith/mailindx.c-2905-					   NULL, BIGWIDTH-l-5, str+l+5);
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2909-			else
alpine-2.24+dfsg1/pith/mailindx.c:2910:			  set_index_addr(idata, "To", toaddr, NULL, BIGWIDTH, str);
alpine-2.24+dfsg1/pith/mailindx.c-2911-
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-2930-
alpine-2.24+dfsg1/pith/mailindx.c:2931:		set_index_addr(idata, "To", toaddr, NULL, BIGWIDTH, str);
alpine-2.24+dfsg1/pith/mailindx.c-2932-
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-4040-int
alpine-2.24+dfsg1/pith/mailindx.c:4041:set_index_addr(INDEXDATA_S	   *idata,
alpine-2.24+dfsg1/pith/mailindx.c-4042-	       char		   *field,
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-6304-				 : NULL))
alpine-2.24+dfsg1/pith/mailindx.c:6305:		       && set_index_addr(idata, field, addr, "To: ",
alpine-2.24+dfsg1/pith/mailindx.c-6306-					 strsize-1, fptr))
##############################################
alpine-2.24+dfsg1/pith/mailindx.c-6325-	  case iFrom:
alpine-2.24+dfsg1/pith/mailindx.c:6326:	    set_index_addr(idata, "From", fetch_from(idata), NULL, strsize-1, fptr);
alpine-2.24+dfsg1/pith/mailindx.c-6327-	    break;
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-52-char *
alpine-2.24+dfsg1/pith/ablookup.c:53:get_nickname_from_addr(struct mail_address *adr, char *buffer, size_t buflen)
alpine-2.24+dfsg1/pith/ablookup.c-54-{
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-64-    state.dlc_to_warp_to = NULL;
alpine-2.24+dfsg1/pith/ablookup.c:65:    copied_adr = copyaddr(adr);
alpine-2.24+dfsg1/pith/ablookup.c-66-
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-82-	dprint((1,
alpine-2.24+dfsg1/pith/ablookup.c:83:	    "RESETTING address book... get_nickname_from_addr()!\n"));
alpine-2.24+dfsg1/pith/ablookup.c-84-	addrbook_reset();
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-123-char *
alpine-2.24+dfsg1/pith/ablookup.c:124:get_fcc_from_addr(struct mail_address *adr, char *buffer, size_t buflen)
alpine-2.24+dfsg1/pith/ablookup.c-125-{
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-135-    state.dlc_to_warp_to = NULL;
alpine-2.24+dfsg1/pith/ablookup.c:136:    copied_adr = copyaddr(adr);
alpine-2.24+dfsg1/pith/ablookup.c-137-
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-153-	dprint((1,
alpine-2.24+dfsg1/pith/ablookup.c:154:	    "RESETTING address book... get_fcc_from_addr()!\n"));
alpine-2.24+dfsg1/pith/ablookup.c-155-	addrbook_reset();
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-200-int
alpine-2.24+dfsg1/pith/ablookup.c:201:get_contactinfo_from_addr(struct mail_address *adr, char **nick, char **full, char **fcc, char **comment)
alpine-2.24+dfsg1/pith/ablookup.c-202-{
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-212-    state.dlc_to_warp_to = NULL;
alpine-2.24+dfsg1/pith/ablookup.c:213:    copied_adr = copyaddr(adr);
alpine-2.24+dfsg1/pith/ablookup.c-214-
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-230-	dprint((1,
alpine-2.24+dfsg1/pith/ablookup.c:231:	    "RESETTING address book... get_contactinfo_from_addr()!\n"));
alpine-2.24+dfsg1/pith/ablookup.c-232-	addrbook_reset();
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-532-	
alpine-2.24+dfsg1/pith/ablookup.c:533:	abe = adrbk_lookup_by_addr(pab->address_book, abuf,
alpine-2.24+dfsg1/pith/ablookup.c-534-				   (adrbk_cntr_t *) NULL);
##############################################
alpine-2.24+dfsg1/pith/ablookup.c-631-
alpine-2.24+dfsg1/pith/ablookup.c:632:	abe = adrbk_lookup_by_addr(pab->address_book,
alpine-2.24+dfsg1/pith/ablookup.c-633-				   abuf,
##############################################
alpine-2.24+dfsg1/pith/bldaddr.h-113-			int *, char **, char **, int, int, int *);
alpine-2.24+dfsg1/pith/bldaddr.h:114:ADDRESS	*massage_phrase_addr(char *, char *, char *);
alpine-2.24+dfsg1/pith/bldaddr.h-115-char	*get_fcc(char *);
##############################################
alpine-2.24+dfsg1/pith/ldap.c-125-		 */
alpine-2.24+dfsg1/pith/ldap.c:126:		ret_a = mail_newaddr();
alpine-2.24+dfsg1/pith/ldap.c-127-		ret_a->mailbox = cpystr("missing-username");
##############################################
alpine-2.24+dfsg1/pith/ldap.c-1324-
alpine-2.24+dfsg1/pith/ldap.c:1325:	ret_a = mail_newaddr();
alpine-2.24+dfsg1/pith/ldap.c-1326-	for(a = ldap_first_attribute(winning_e->ld, winning_e->selected_entry, &ber);
##############################################
alpine-2.24+dfsg1/pith/charconv/Makefile.in-62-  { \
alpine-2.24+dfsg1/pith/charconv/Makefile.in:63:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
alpine-2.24+dfsg1/pith/charconv/Makefile.in-64-  }; \
##############################################
alpine-2.24+dfsg1/pith/charconv/Makefile.in-424-.c.obj:
alpine-2.24+dfsg1/pith/charconv/Makefile.in:425:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pith/charconv/Makefile.in-426-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
alpine-2.24+dfsg1/pith/charconv/Makefile.in-428-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
alpine-2.24+dfsg1/pith/charconv/Makefile.in:429:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
alpine-2.24+dfsg1/pith/charconv/Makefile.in-430-
##############################################
alpine-2.24+dfsg1/pith/charconv/Makefile.in-473-GTAGS:
alpine-2.24+dfsg1/pith/charconv/Makefile.in:474:	here=`$(am__cd) $(top_builddir) && pwd` \
alpine-2.24+dfsg1/pith/charconv/Makefile.in-475-	  && $(am__cd) $(top_srcdir) \
##############################################
alpine-2.24+dfsg1/pith/charconv/Makefile.in-496-distdir: $(DISTFILES)
alpine-2.24+dfsg1/pith/charconv/Makefile.in:497:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pith/charconv/Makefile.in:498:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
alpine-2.24+dfsg1/pith/charconv/Makefile.in-499-	list='$(DISTFILES)'; \
##############################################
alpine-2.24+dfsg1/pith/charconv/Makefile.in-510-	  if test -d $$d/$$file; then \
alpine-2.24+dfsg1/pith/charconv/Makefile.in:511:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
alpine-2.24+dfsg1/pith/charconv/Makefile.in-512-	    if test -d "$(distdir)/$$file"; then \
##############################################
alpine-2.24+dfsg1/pith/takeaddr.c-527-int
alpine-2.24+dfsg1/pith/takeaddr.c:528:set_up_takeaddr(int cmd, struct pine *ps, MSGNO_S *msgmap, TA_S **ta_ret,
alpine-2.24+dfsg1/pith/takeaddr.c-529-		int *selected_num, int flags, int (*att_addr_f)(TA_S *, int))
##############################################
alpine-2.24+dfsg1/pith/takeaddr.c-1420-    if(!addrlist)
alpine-2.24+dfsg1/pith/takeaddr.c:1421:      addrlist = mail_newaddr();  /* empty addr, to make right thing happen */
alpine-2.24+dfsg1/pith/takeaddr.c-1422-
##############################################
alpine-2.24+dfsg1/pith/takeaddr.c-2098-	    new_current->checked  = checked != 0;
alpine-2.24+dfsg1/pith/takeaddr.c:2099:	    new_current->addr     = copyaddr(addr);
alpine-2.24+dfsg1/pith/takeaddr.c-2100-	    decode_addr_names_to_utf8(new_current->addr);
##############################################
alpine-2.24+dfsg1/install-sh-234-      fi
alpine-2.24+dfsg1/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
alpine-2.24+dfsg1/install-sh-236-    *)
##############################################
alpine-2.24+dfsg1/install-sh-281-      dstdir=$dst
alpine-2.24+dfsg1/install-sh:282:      dst=$dstdir/`basename "$src"`
alpine-2.24+dfsg1/install-sh-283-      dstdir_status=0
alpine-2.24+dfsg1/install-sh-284-    else
alpine-2.24+dfsg1/install-sh:285:      dstdir=`dirname "$dst"`
alpine-2.24+dfsg1/install-sh-286-      test -d "$dstdir"
##############################################
alpine-2.24+dfsg1/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
alpine-2.24+dfsg1/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
alpine-2.24+dfsg1/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
alpine-2.24+dfsg1/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
alpine-2.24+dfsg1/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
alpine-2.24+dfsg1/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
alpine-2.24+dfsg1/install-sh-402-            case $prefix in
alpine-2.24+dfsg1/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
alpine-2.24+dfsg1/install-sh-404-              *) qprefix=$prefix;;
##############################################
alpine-2.24+dfsg1/install-sh-451-    if $copy_on_change &&
alpine-2.24+dfsg1/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
alpine-2.24+dfsg1/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
alpine-2.24+dfsg1/install-sh-454-       set -f &&
##############################################
alpine-2.24+dfsg1/configure.ac-178-      *)
alpine-2.24+dfsg1/configure.ac:179:	new_cppflags="-I`echo ${withval} | ${SED} 's/:/ -I/g'`"
alpine-2.24+dfsg1/configure.ac-180-	CPPFLAGS="$CPPFLAGS ${new_cppflags}"
##############################################
alpine-2.24+dfsg1/configure.ac-194-      *)
alpine-2.24+dfsg1/configure.ac:195:      	new_ldflags="-L`echo ${withval} | ${SED} 's/:/ -L/g'`"
alpine-2.24+dfsg1/configure.ac-196-      	LDFLAGS="$LDFLAGS $new_ldflags"
##############################################
alpine-2.24+dfsg1/configure.ac-245-else
alpine-2.24+dfsg1/configure.ac:246:  CFLAGS="`echo $AM_CFLAGS | ${SED} 's/-O2//'`"
alpine-2.24+dfsg1/configure.ac-247-  alpine_c_client_gccoptlevel="-O0"
##############################################
alpine-2.24+dfsg1/configure.ac-969-  if test "x$alpine_SSLMIN" != "x$alpine_SSLMAX" ; then
alpine-2.24+dfsg1/configure.ac:970:     alpine_RANGE_FEASIBLE=`echo "$alpine_ENCRYPTION" | sed "s/^.*$alpine_SSLMIN//" | grep "$alpine_SSLMAX"`
alpine-2.24+dfsg1/configure.ac-971-     if test -n "$alpine_RANGE_FEASIBLE" ; then
##############################################
alpine-2.24+dfsg1/configure.ac-1710-TCL_VERSIONS_DOT="tcl8.6 tcl8.5 tcl8.4 tcl8.3"
alpine-2.24+dfsg1/configure.ac:1711:TCL_VERSIONS_NODOT="`echo ${TCL_VERSIONS_DOT} | ${SED} 's/\.//g'`"
alpine-2.24+dfsg1/configure.ac-1712-TCL_VERSIONS="${TCL_VERSIONS_DOT} ${TCL_VERSIONS_NODOT} tcl"
##############################################
alpine-2.24+dfsg1/configure.ac-2066-  SSL_CERT_LINK="no"
alpine-2.24+dfsg1/configure.ac:2067:  if test -z "`ls ${certdir} | $EGREP '^@<:@0-9A-Fa-f@:>@{8}\.@<:@0-9@:>@'`" ; then
alpine-2.24+dfsg1/configure.ac-2068-     SSL_BUNDLE_EXISTS="no"
##############################################
alpine-2.24+dfsg1/debian/patches/10_alpine_1.10_spooldir.patch-129- asv:	# Altos SVR4
alpine-2.24+dfsg1/debian/patches/10_alpine_1.10_spooldir.patch:130: 	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/debian/patches/10_alpine_1.10_spooldir.patch-131- 	 SIGTYPE=sv4 LOGINPW=old \
##############################################
alpine-2.24+dfsg1/debian/patches/10_alpine_1.10_spooldir.patch-138- gas:	# GCC Altos SVR4
alpine-2.24+dfsg1/debian/patches/10_alpine_1.10_spooldir.patch:139: 	$(BUILD) `$(CAT) SPECIALS` OS=asv \
alpine-2.24+dfsg1/debian/patches/10_alpine_1.10_spooldir.patch-140- 	 SIGTYPE=sv4 LOGINPW=old \
##############################################
alpine-2.24+dfsg1/.pc/10_config2etc.patch/doc/man1/alpine.1-367-
alpine-2.24+dfsg1/.pc/10_config2etc.patch/doc/man1/alpine.1:368:pico(1), binmail(1), aliases(5), mailaddr(7), sendmail(8), spell(1), imapd(8)
alpine-2.24+dfsg1/.pc/10_config2etc.patch/doc/man1/alpine.1-369-
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt-509-34) set allow-reverse-dns <number>
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt:510:   By default, the servers (ipop[23]d and imapd) will do gethostbyaddr()
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt-511-   on the local and remote sockets so that imapd can identify itself
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt-513-   hosts on different IP address) and also includes the client's name
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt:514:   when it writes to the syslog.  There are also client gethostbyaddr()
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt-515-   calls, used primarily by authentication mechanisms.
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt-516-
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt:517:   Setting this option to zero disables all gethostbyaddr() calls.  The
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt-518-   returned "host name" string for the socket is just the bracketed
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt-554-    (e.g. to generate a Kerberos service principal) are canonicalized via
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt:555:    gethostbyaddr() instead of by gethostbyname().  If gethostbyaddr()
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/docs/imaprc.txt-556-    fails the gethostbyname() canonicalization is used.
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-178-missing: osdep.h
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:179:	$(MAKE) all `$(CAT) SPECIALS`
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-180-
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-188-a32:	# AIX 3.2 for RS/6000
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:189:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-190-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-196-a41:	# AIX 4.1 for RS/6000
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:197:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-198-	 SIGTYPE=psx CHECKPW=a41 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-204-a52:	# AIX 5.2
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:205:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-206-	 SIGTYPE=psx CHECKPW=a41 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-214-	@echo If you want AIX on an RS/6000 you need to use a32 or a41 instead!
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:215:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-216-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-220-aos:	# AOS for RT
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:221:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-222-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-225-art:	# AIX 2.2.1 for RT
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:226:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-227-	 SIGTYPE=sv4 \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-234-asv:	# Altos SVR4
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:235:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-236-	 SIGTYPE=sv4 LOGINPW=old \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-243-aux:	# A/UX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:244:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-245-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-250-bs3:	# BSD/i386 3.0 or higher
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:251:	$(BUILD) `$(CAT) SPECIALS` OS=bsi \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-252-	 CHECKPW=bsi LOGINPW=bsi CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-258-bsd:	# BSD UNIX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:259:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-260-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-263-bsf:	# FreeBSD
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:264:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-265-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-272-bsi:	# BSD/i386
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:273:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-274-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-280-bso:	# OpenBSD
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:281:	$(BUILD) `$(CAT) SPECIALS` OS=bsi \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-282-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-288-cvx:	# Convex
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:289:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-290-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-293-cyg:	# Cygwin - note that most local file drivers don't work!!
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:294:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-295-	DEFAULTDRIVERS="imap nntp pop3 mbx unix phile" \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-304-d-g:	# Data General DG/UX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:305:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-306-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-314-d54:	# Data General DG/UX 5.4
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:315:	$(BUILD) `$(CAT) SPECIALS` OS=d-g \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-316-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-324-dpx:	# Bull DPX/2
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:325:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-326-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-332-drs:	# ICL DRS/NX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:333:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-334-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-342-do4:	# Apollo Domain/OS sr10.4
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:343:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-344-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-348-dyn:	# Dynix
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:349:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-350-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-353-epx:	# EP/IX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:354:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-355-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-363-ga4:	# GCC AIX 4.1 for RS/6000
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:364:	$(BUILD) `$(CAT) SPECIALS` OS=a41 \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-365-	 SIGTYPE=psx CHECKPW=a41 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-371-gas:	# GCC Altos SVR4
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:372:	$(BUILD) `$(CAT) SPECIALS` OS=asv \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-373-	 SIGTYPE=sv4 LOGINPW=old \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-380-gh9:	# GCC HP-UX 9.x
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:381:	$(BUILD) `$(CAT) SPECIALS` OS=hpp \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-382-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-388-ghp:	# GCC HP-UX 10.x
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:389:	$(BUILD) `$(CAT) SPECIALS` OS=hpp \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-390-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-397-ghs:	# GCC HP-UX with Trusted Computer Base
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:398:	$(BUILD) `$(CAT) SPECIALS` OS=shp \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-399-	 SIGTYPE=psx CHECKPW=sec CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-407-go5:	# GCC 2.7.1 (95q4) SCO Open Server 5.0.x
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:408:	$(BUILD) `$(CAT) SPECIALS` OS=sc5 \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-409-	 SIGTYPE=psx CHECKPW=sec LOGINPW=sec \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-418-gsc:	# Santa Cruz Operation
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:419:	$(BUILD) `$(CAT) SPECIALS` OS=sco \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-420-	 SIGTYPE=sv4 CHECKPW=sec LOGINPW=sec \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-427-gsg:	# GCC Silicon Graphics
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:428:	$(BUILD) `$(CAT) SPECIALS` OS=sgi \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-429-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-435-gso:	os_sol.h	# GCC Solaris
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:436:	$(BUILD) `$(CAT) SPECIALS` OS=sol \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-437-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-445-gsu:	# GCC SUN-OS
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:446:	$(BUILD) `$(CAT) SPECIALS` OS=sun \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-447-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-452-gul:	# GCC Ultrix
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:453:	$(BUILD) `$(CAT) SPECIALS` OS=ult \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-454-	 SIGTYPE=psx CHECKPW=ult CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-459-h11:	# HP-UX 11i
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:460:	$(BUILD) `$(CAT) SPECIALS` OS=hpp \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-461-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-468-hpp:	# HP-UX 9.x
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:469:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-470-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-477-hpx:	# HP-UX 10.x
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:478:	$(BUILD) `$(CAT) SPECIALS` OS=hpp \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-479-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-487-isc:	# Interactive
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:488:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-489-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-496-lnpno:	# Linux disable support Pluggable Authentication modules
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:497:	$(BUILD) `$(CAT) SPECIALS` OS=slx \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-498-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-505-lnp:	# Linux Pluggable Authentication modules
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:506:	$(BUILD) `$(CAT) SPECIALS` OS=slx \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-507-	 SIGTYPE=psx CHECKPW=pam CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-518-	@echo in the C library, you must use slx, sl4, or sl5 instead!
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:519:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-520-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-526-lyn:	# LynxOS
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:527:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-528-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-534-mct:	# MachTen - CRXTYPE=nfs doesn't work (at least not on 2.2)
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:535:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-536-	 SPOOLDIR=/var/spool \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-539-mnt:	# Mint
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:540:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-541-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-547-neb:	# NetBSD
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:548:	$(BUILD) `$(CAT) SPECIALS` OS=bsi \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-549-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-556-nec:	# NEC UX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:557:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-558-	 SIGTYPE=sv4 CHECKPW=sv4 \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-566-nto:	# QNX Neutrino RTP
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:567:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-568-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-574-nxt:	# NEXTSTEP
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:575:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-576-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-579-nx3:	# NEXTSTEP 3.0 single threaded
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:580:	$(BUILD) `$(CAT) SPECIALS` OS=nxt \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-581-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-586-osf:	# OSF/1
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:587:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-588-	 SIGTYPE=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-595-os4:	# OSF/1 (Digital UNIX) 4
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:596:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-597-	 SIGTYPE=psx CHECKPW=os4 LOGINPW=os4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-601-osx:	# Mac OS X
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:602:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-603-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-608-ptx:	# PTX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:609:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-610-	 SIGTYPE=psx CHECKPW=svo LOGINPW=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-617-pyr:	# Pyramid
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:618:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-619-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-622-qn6:	# QNX 6
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:623:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-624-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-630-qnx:	# QNX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:631:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-632-	 CHECKPW=psx LOGINPW=old \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-637-s40:	# SUN-OS 4.0
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:638:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-639-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-642-sc5:	# SCO Open Server 5.0
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:643:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-644-	 SIGTYPE=psx CHECKPW=sec LOGINPW=sec \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-653-sco:	# Santa Cruz Operation
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:654:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-655-	 SIGTYPE=sv4 CHECKPW=sec LOGINPW=sec \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-664-sgi:	# Silicon Graphics
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:665:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-666-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-672-sg6:	# Silicon Graphics, IRIX 6.5
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:673:	MAKEFLAGS= $(BUILD) `$(CAT) SPECIALS` OS=sgi \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-674-	 SIGTYPE=sv4 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-682-shp:	# HP-UX with Trusted Computer Base
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:683:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-684-	 SIGTYPE=psx CHECKPW=sec CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-695-	@echo If you want libc4 versions you must use sl4 instead!
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:696:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-697-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-707-	@echo If you want libc5 versions you must use sl5 instead!
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:708:	$(BUILD) `$(CAT) SPECIALS` OS=slx \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-709-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-719-	@echo If you want libc4 versions you must use sl4 instead!
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:720:	$(BUILD) `$(CAT) SPECIALS` OS=slx \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-721-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-727-snx:	# Siemens Nixdorf SINIX and Reliant UNIX
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:728:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-729-	 SIGTYPE=psx CHECKPW=sv4 \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-740-soc:	os_sol.h	# Solaris with cc
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:741:	$(BUILD) `$(CAT) SPECIALS` OS=sol \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-742-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-788-sol:	os_sol.h	# Solaris
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:789:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-790-	 SIGTYPE=psx CHECKPW=psx CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-798-sos:	# Secure OSF/1
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:799:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-800-	 SIGTYPE=psx CHECKPW=sce LOGINPW=sec CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-804-ssn:	# Secure SUN-OS
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:805:	$(BUILD) `$(CAT) SPECIALS` OS=sun \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-806-	 CHECKPW=ssn CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-810-sua:	# Windows Vista Subsystem for UNIX Applications
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:811:	$(BUILD) `$(CAT) SPECIALS` OS=sua \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-812-	 SIGTYPE=psx CRXTYPE=nfs LOGINPW=old \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-819-sun:	# SUN-OS
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:820:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-821-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-826-	@echo You are being *very* optimistic!
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:827:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-828-	 SIGTYPE=sv4 LOGINPW=old \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-835-sv4:	# SVR4
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:836:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-837-	 SIGTYPE=sv4 CHECKPW=sv4 LOGINPW=sv4 \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-845-ult:	# Ultrix
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:846:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-847-	 SIGTYPE=psx CHECKPW=ult CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-851-uw2:	# UnixWare SVR4.2
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:852:	$(BUILD) `$(CAT) SPECIALS` OS=sv4 \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-853-	 SIGTYPE=sv4 CHECKPW=sv4 \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-861-vul:	# VAX Ultrix
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:862:	$(BUILD) `$(CAT) SPECIALS` OS=ult \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-863-	 SIGTYPE=psx CHECKPW=ult CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-867-vu2:	# VAX Ultrix 2.3, etc.
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:868:	$(BUILD) `$(CAT) SPECIALS` OS=$@ \
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-869-	 CRXTYPE=nfs \
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-884-.c.o:
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:885:	`$(CAT) CCTYPE` -c `$(CAT) CFLAGS` $*.c
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-886-
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-945-	@echo is not installed on your system.  Either install OpenSSL first
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:946:	@echo or build with command: make `$(CAT) OSTYPE` SSLTYPE=none
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:947:	`$(CAT) CCTYPE` -c `$(CAT) CFLAGS` `$(CAT) OSCFLAGS` -c osdep.c
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-948-
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-1021-# Note: Steve Roseman says that AFS libraries have to be lunk before SSL
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile:1022:	echo $(AFSLDFLAGS) `$(CAT) LDFLAGS` > LDFLAGS.tmp
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/imap/src/osdep/unix/Makefile-1023-	mv LDFLAGS.tmp LDFLAGS
##############################################
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/doc/man1/alpine.1-367-
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/doc/man1/alpine.1:368:pico(1), binmail(1), aliases(5), mailaddr(7), sendmail(8), spell(1), imapd(8)
alpine-2.24+dfsg1/.pc/10_alpine_1.10_spooldir.patch/doc/man1/alpine.1-369-