===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
oidentd-2.5.0/install-sh-234-      fi
oidentd-2.5.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
oidentd-2.5.0/install-sh-236-    *)
##############################################
oidentd-2.5.0/install-sh-280-      dstdir=$dst
oidentd-2.5.0/install-sh:281:      dstbase=`basename "$src"`
oidentd-2.5.0/install-sh-282-      case $dst in
##############################################
oidentd-2.5.0/install-sh-287-    else
oidentd-2.5.0/install-sh:288:      dstdir=`dirname "$dst"`
oidentd-2.5.0/install-sh-289-      test -d "$dstdir"
##############################################
oidentd-2.5.0/install-sh-354-                   test_tmpdir="$tmpdir/a"
oidentd-2.5.0/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
oidentd-2.5.0/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
oidentd-2.5.0/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
oidentd-2.5.0/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
oidentd-2.5.0/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
oidentd-2.5.0/install-sh-419-            case $prefix in
oidentd-2.5.0/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
oidentd-2.5.0/install-sh-421-              *) qprefix=$prefix;;
##############################################
oidentd-2.5.0/install-sh-468-    if $copy_on_change &&
oidentd-2.5.0/install-sh:469:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
oidentd-2.5.0/install-sh:470:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
oidentd-2.5.0/install-sh-471-       set -f &&
##############################################
oidentd-2.5.0/src/options.c-163-
oidentd-2.5.0/src/options.c:164:				if (get_addr(optarg, temp_ss) == -1) {
oidentd-2.5.0/src/options.c-165-					o_log(LOG_CRIT, "Fatal: Unknown host: \"%s\"", optarg);
##############################################
oidentd-2.5.0/src/options.c-226-			{
oidentd-2.5.0/src/options.c:227:				if (get_addr(optarg, &proxy) == -1) {
oidentd-2.5.0/src/options.c-228-					o_log(LOG_CRIT, "Fatal: Unknown host: \"%s\"", optarg);
##############################################
oidentd-2.5.0/src/inet_util.h-28-int get_port(const char *name, in_port_t *port);
oidentd-2.5.0/src/inet_util.h:29:int get_addr(const char *const hostname, struct sockaddr_storage *g_addr);
oidentd-2.5.0/src/inet_util.h-30-void get_ip(struct sockaddr_storage *ss, char *buf, socklen_t len);
##############################################
oidentd-2.5.0/src/inet_util.h-54-void sin_copy(struct sockaddr_storage *ss1, const struct sockaddr_storage *ss2);
oidentd-2.5.0/src/inet_util.h:55:void *sin_addr(struct sockaddr_storage *ss);
oidentd-2.5.0/src/inet_util.h-56-in_port_t sin_port(const struct sockaddr_storage *ss);
##############################################
oidentd-2.5.0/src/kernel/linux.c-294-
oidentd-2.5.0/src/kernel/linux.c:295:		if (!memcmp(&local6, sin_addr(laddr), sizeof(local6)) &&
oidentd-2.5.0/src/kernel/linux.c:296:			!memcmp(&remote6, sin_addr(faddr), sizeof(remote6)) &&
oidentd-2.5.0/src/kernel/linux.c-297-			portl == lport &&
##############################################
oidentd-2.5.0/src/kernel/linux.c-809-	req.r.tcpdiag_family = dst_addr->ss_family;
oidentd-2.5.0/src/kernel/linux.c:810:	memcpy(&req.r.id.tcpdiag_dst, sin_addr(dst_addr), addr_len);
oidentd-2.5.0/src/kernel/linux.c:811:	memcpy(&req.r.id.tcpdiag_src, sin_addr(src_addr), addr_len);
oidentd-2.5.0/src/kernel/linux.c-812-	req.r.id.tcpdiag_dport = dst_port;
##############################################
oidentd-2.5.0/src/kernel/linux.c-881-				r->id.tcpdiag_sport == src_port &&
oidentd-2.5.0/src/kernel/linux.c:882:				!memcmp(r->id.tcpdiag_dst, sin_addr(dst_addr), addr_len) &&
oidentd-2.5.0/src/kernel/linux.c:883:				!memcmp(r->id.tcpdiag_src, sin_addr(src_addr), addr_len))
oidentd-2.5.0/src/kernel/linux.c-884-			{
##############################################
oidentd-2.5.0/src/inet_util.c-327-
oidentd-2.5.0/src/inet_util.c:328:int get_addr(const char *hostname, struct sockaddr_storage *addr) {
oidentd-2.5.0/src/inet_util.c-329-	struct addrinfo *res;
##############################################
oidentd-2.5.0/src/inet_util.c-365-
oidentd-2.5.0/src/inet_util.c:366:inline void *sin_addr(struct sockaddr_storage *ss) {
oidentd-2.5.0/src/inet_util.c-367-#if WANT_IPV6
##############################################
oidentd-2.5.0/src/inet_util.c-382-{
oidentd-2.5.0/src/inet_util.c:383:	inet_ntop(ss->ss_family, sin_addr(ss), buf, len);
oidentd-2.5.0/src/inet_util.c-384-}
##############################################
oidentd-2.5.0/src/os.c-294-
oidentd-2.5.0/src/os.c:295:		if (!memcmp(&local6, sin_addr(laddr), sizeof(local6)) &&
oidentd-2.5.0/src/os.c:296:			!memcmp(&remote6, sin_addr(faddr), sizeof(remote6)) &&
oidentd-2.5.0/src/os.c-297-			portl == lport &&
##############################################
oidentd-2.5.0/src/os.c-809-	req.r.tcpdiag_family = dst_addr->ss_family;
oidentd-2.5.0/src/os.c:810:	memcpy(&req.r.id.tcpdiag_dst, sin_addr(dst_addr), addr_len);
oidentd-2.5.0/src/os.c:811:	memcpy(&req.r.id.tcpdiag_src, sin_addr(src_addr), addr_len);
oidentd-2.5.0/src/os.c-812-	req.r.id.tcpdiag_dport = dst_port;
##############################################
oidentd-2.5.0/src/os.c-881-				r->id.tcpdiag_sport == src_port &&
oidentd-2.5.0/src/os.c:882:				!memcmp(r->id.tcpdiag_dst, sin_addr(dst_addr), addr_len) &&
oidentd-2.5.0/src/os.c:883:				!memcmp(r->id.tcpdiag_src, sin_addr(src_addr), addr_len))
oidentd-2.5.0/src/os.c-884-			{
##############################################
oidentd-2.5.0/src/Makefile.in-51-  { \
oidentd-2.5.0/src/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
oidentd-2.5.0/src/Makefile.in-53-  }; \
##############################################
oidentd-2.5.0/src/Makefile.in-212-  while test -n "$$dir1"; do \
oidentd-2.5.0/src/Makefile.in:213:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
oidentd-2.5.0/src/Makefile.in-214-    if test "$$first" != "."; then \
oidentd-2.5.0/src/Makefile.in-215-      if test "$$first" = ".."; then \
oidentd-2.5.0/src/Makefile.in:216:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
oidentd-2.5.0/src/Makefile.in:217:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
oidentd-2.5.0/src/Makefile.in-218-      else \
oidentd-2.5.0/src/Makefile.in:219:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
oidentd-2.5.0/src/Makefile.in-220-        if test "$$first2" = "$$first"; then \
oidentd-2.5.0/src/Makefile.in:221:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
oidentd-2.5.0/src/Makefile.in-222-        else \
##############################################
oidentd-2.5.0/src/Makefile.in-227-    fi; \
oidentd-2.5.0/src/Makefile.in:228:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
oidentd-2.5.0/src/Makefile.in-229-  done; \
##############################################
oidentd-2.5.0/src/Makefile.in-493-.c.obj:
oidentd-2.5.0/src/Makefile.in:494:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
oidentd-2.5.0/src/Makefile.in-495-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
oidentd-2.5.0/src/Makefile.in-497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
oidentd-2.5.0/src/Makefile.in:498:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
oidentd-2.5.0/src/Makefile.in-499-
##############################################
oidentd-2.5.0/src/Makefile.in-503-.y.c:
oidentd-2.5.0/src/Makefile.in:504:	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
oidentd-2.5.0/src/Makefile.in-505-
##############################################
oidentd-2.5.0/src/Makefile.in-519-	dot_seen=no; \
oidentd-2.5.0/src/Makefile.in:520:	target=`echo $@ | sed s/-recursive//`; \
oidentd-2.5.0/src/Makefile.in-521-	case "$@" in \
##############################################
oidentd-2.5.0/src/Makefile.in-582-GTAGS:
oidentd-2.5.0/src/Makefile.in:583:	here=`$(am__cd) $(top_builddir) && pwd` \
oidentd-2.5.0/src/Makefile.in-584-	  && $(am__cd) $(top_srcdir) \
##############################################
oidentd-2.5.0/src/Makefile.in-608-distdir-am: $(DISTFILES)
oidentd-2.5.0/src/Makefile.in:609:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
oidentd-2.5.0/src/Makefile.in:610:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
oidentd-2.5.0/src/Makefile.in-611-	list='$(DISTFILES)'; \
##############################################
oidentd-2.5.0/src/Makefile.in-622-	  if test -d $$d/$$file; then \
oidentd-2.5.0/src/Makefile.in:623:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
oidentd-2.5.0/src/Makefile.in-624-	    if test -d "$(distdir)/$$file"; then \
##############################################
oidentd-2.5.0/src/cfg_parse.y-218-
oidentd-2.5.0/src/cfg_parse.y:219:		if (get_addr($2, cur_cap->dest) == -1) {
oidentd-2.5.0/src/cfg_parse.y-220-			if (parser_mode == PARSE_SYSTEM) {
##############################################
oidentd-2.5.0/src/cfg_parse.y-276-
oidentd-2.5.0/src/cfg_parse.y:277:		if (get_addr($2, cur_cap->src) == -1) {
oidentd-2.5.0/src/cfg_parse.y-278-			if (parser_mode == PARSE_SYSTEM) {
##############################################
oidentd-2.5.0/src/cfg_parse.y-355-
oidentd-2.5.0/src/cfg_parse.y:356:		if (get_addr($3, cur_cap->data.forward.host) == -1) {
oidentd-2.5.0/src/cfg_parse.y-357-			if (parser_mode == PARSE_SYSTEM) {
##############################################
oidentd-2.5.0/src/cfg_parse.y-438-
oidentd-2.5.0/src/cfg_parse.y:439:		if (get_addr($2, cur_cap->data.forward.host) == -1) {
oidentd-2.5.0/src/cfg_parse.y-440-			if (parser_mode == PARSE_SYSTEM) {
##############################################
oidentd-2.5.0/src/missing/ipv6_missing.c-186-		} else {
oidentd-2.5.0/src/missing/ipv6_missing.c:187:			hp = gethostbyaddr((char *) &sin4->sin_addr,
oidentd-2.5.0/src/missing/ipv6_missing.c-188-					sizeof(struct in_addr), AF_INET);
##############################################
oidentd-2.5.0/src/missing/Makefile.in-51-  { \
oidentd-2.5.0/src/missing/Makefile.in:52:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
oidentd-2.5.0/src/missing/Makefile.in-53-  }; \
##############################################
oidentd-2.5.0/src/missing/Makefile.in-361-.c.obj:
oidentd-2.5.0/src/missing/Makefile.in:362:@am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
oidentd-2.5.0/src/missing/Makefile.in-363-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
##############################################
oidentd-2.5.0/src/missing/Makefile.in-365-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
oidentd-2.5.0/src/missing/Makefile.in:366:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
oidentd-2.5.0/src/missing/Makefile.in-367-
##############################################
oidentd-2.5.0/src/missing/Makefile.in-397-GTAGS:
oidentd-2.5.0/src/missing/Makefile.in:398:	here=`$(am__cd) $(top_builddir) && pwd` \
oidentd-2.5.0/src/missing/Makefile.in-399-	  && $(am__cd) $(top_srcdir) \
##############################################
oidentd-2.5.0/src/missing/Makefile.in-423-distdir-am: $(DISTFILES)
oidentd-2.5.0/src/missing/Makefile.in:424:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
oidentd-2.5.0/src/missing/Makefile.in:425:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
oidentd-2.5.0/src/missing/Makefile.in-426-	list='$(DISTFILES)'; \
##############################################
oidentd-2.5.0/src/missing/Makefile.in-437-	  if test -d $$d/$$file; then \
oidentd-2.5.0/src/missing/Makefile.in:438:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
oidentd-2.5.0/src/missing/Makefile.in-439-	    if test -d "$(distdir)/$$file"; then \
##############################################
oidentd-2.5.0/src/masq.c-153-
oidentd-2.5.0/src/masq.c:154:		if (get_addr(p, &stemp) == -1) {
oidentd-2.5.0/src/masq.c-155-			debug("[%s:%d] Invalid address: %s", MASQ_MAP, line_num, p);
##############################################
oidentd-2.5.0/src/masq.c-167-			if (*end != '\0') {
oidentd-2.5.0/src/masq.c:168:				if (get_addr(temp, &stemp) == -1) {
oidentd-2.5.0/src/masq.c-169-					debug("[%s:%d] Invalid address: %s",
##############################################
oidentd-2.5.0/src/cfg_parse.c-1466-
oidentd-2.5.0/src/cfg_parse.c:1467:		if (get_addr((yyvsp[0].string), cur_cap->dest) == -1) {
oidentd-2.5.0/src/cfg_parse.c-1468-			if (parser_mode == PARSE_SYSTEM) {
##############################################
oidentd-2.5.0/src/cfg_parse.c-1528-
oidentd-2.5.0/src/cfg_parse.c:1529:		if (get_addr((yyvsp[0].string), cur_cap->src) == -1) {
oidentd-2.5.0/src/cfg_parse.c-1530-			if (parser_mode == PARSE_SYSTEM) {
##############################################
oidentd-2.5.0/src/cfg_parse.c-1611-
oidentd-2.5.0/src/cfg_parse.c:1612:		if (get_addr((yyvsp[-1].string), cur_cap->data.forward.host) == -1) {
oidentd-2.5.0/src/cfg_parse.c-1613-			if (parser_mode == PARSE_SYSTEM) {
##############################################
oidentd-2.5.0/src/cfg_parse.c-1702-
oidentd-2.5.0/src/cfg_parse.c:1703:		if (get_addr((yyvsp[-1].string), cur_cap->data.forward.host) == -1) {
oidentd-2.5.0/src/cfg_parse.c-1704-			if (parser_mode == PARSE_SYSTEM) {
##############################################
oidentd-2.5.0/config.guess-34-
oidentd-2.5.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
oidentd-2.5.0/config.guess-36-
##############################################
oidentd-2.5.0/config.guess-102-: ${TMPDIR=/tmp} ;
oidentd-2.5.0/config.guess:103: { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
oidentd-2.5.0/config.guess-104- { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
##############################################
oidentd-2.5.0/config.guess-151-	EOF
oidentd-2.5.0/config.guess:152:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
oidentd-2.5.0/config.guess-153-
##############################################
oidentd-2.5.0/config.guess-188-	    earmv*)
oidentd-2.5.0/config.guess:189:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
oidentd-2.5.0/config.guess:190:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
oidentd-2.5.0/config.guess-191-		machine="${arch}${endian}"-unknown
##############################################
oidentd-2.5.0/config.guess-220-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
oidentd-2.5.0/config.guess:221:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
oidentd-2.5.0/config.guess-222-		;;
##############################################
oidentd-2.5.0/config.guess-233-	    *)
oidentd-2.5.0/config.guess:234:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
oidentd-2.5.0/config.guess-235-		;;
##############################################
oidentd-2.5.0/config.guess-280-	*4.0)
oidentd-2.5.0/config.guess:281:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
oidentd-2.5.0/config.guess-282-		;;
oidentd-2.5.0/config.guess-283-	*5.*)
oidentd-2.5.0/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
oidentd-2.5.0/config.guess-285-		;;
##############################################
oidentd-2.5.0/config.guess-290-	# types through head -n 1, so we only detect the type of CPU 0.
oidentd-2.5.0/config.guess:291:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
oidentd-2.5.0/config.guess-292-	case "$ALPHA_CPU_TYPE" in
##############################################
oidentd-2.5.0/config.guess-328-	# 1.2 uses "1.2" for uname -r.
oidentd-2.5.0/config.guess:329:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
oidentd-2.5.0/config.guess-330-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
oidentd-2.5.0/config.guess-379-    s390x:SunOS:*:*)
oidentd-2.5.0/config.guess:380:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
oidentd-2.5.0/config.guess-381-	exit ;;
oidentd-2.5.0/config.guess-382-    sun4H:SunOS:5.*:*)
oidentd-2.5.0/config.guess:383:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
oidentd-2.5.0/config.guess-384-	exit ;;
oidentd-2.5.0/config.guess-385-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
oidentd-2.5.0/config.guess:386:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
oidentd-2.5.0/config.guess-387-	exit ;;
##############################################
oidentd-2.5.0/config.guess-404-	fi
oidentd-2.5.0/config.guess:405:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
oidentd-2.5.0/config.guess-406-	exit ;;
##############################################
oidentd-2.5.0/config.guess-410-	# it's likely to be more like Solaris than SunOS4.
oidentd-2.5.0/config.guess:411:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
oidentd-2.5.0/config.guess-412-	exit ;;
##############################################
oidentd-2.5.0/config.guess-419-	# Japanese Language versions have a version number like `4.1.3-JL'.
oidentd-2.5.0/config.guess:420:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
oidentd-2.5.0/config.guess-421-	exit ;;
##############################################
oidentd-2.5.0/config.guess-425-    sun*:*:4.2BSD:*)
oidentd-2.5.0/config.guess:426:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
oidentd-2.5.0/config.guess-427-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
oidentd-2.5.0/config.guess-507-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
oidentd-2.5.0/config.guess:508:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
oidentd-2.5.0/config.guess:509:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
oidentd-2.5.0/config.guess-510-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
oidentd-2.5.0/config.guess-563-    *:IRIX*:*:*)
oidentd-2.5.0/config.guess:564:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
oidentd-2.5.0/config.guess-565-	exit ;;
##############################################
oidentd-2.5.0/config.guess-593-EOF
oidentd-2.5.0/config.guess:594:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
oidentd-2.5.0/config.guess-595-		then
##############################################
oidentd-2.5.0/config.guess-606-    *:AIX:*:[4567])
oidentd-2.5.0/config.guess:607:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
oidentd-2.5.0/config.guess-608-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
oidentd-2.5.0/config.guess-642-    9000/[34678]??:HP-UX:*:*)
oidentd-2.5.0/config.guess:643:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
oidentd-2.5.0/config.guess-644-	case "$UNAME_MACHINE" in
##############################################
oidentd-2.5.0/config.guess-696-EOF
oidentd-2.5.0/config.guess:697:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
oidentd-2.5.0/config.guess-698-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
oidentd-2.5.0/config.guess-724-    ia64:HP-UX:*:*)
oidentd-2.5.0/config.guess:725:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
oidentd-2.5.0/config.guess-726-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
oidentd-2.5.0/config.guess-754-EOF
oidentd-2.5.0/config.guess:755:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
oidentd-2.5.0/config.guess-756-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
oidentd-2.5.0/config.guess-825-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
oidentd-2.5.0/config.guess:826:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
oidentd-2.5.0/config.guess-827-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
oidentd-2.5.0/config.guess-830-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
oidentd-2.5.0/config.guess:831:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
oidentd-2.5.0/config.guess-832-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
oidentd-2.5.0/config.guess-850-	esac
oidentd-2.5.0/config.guess:851:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
oidentd-2.5.0/config.guess-852-	exit ;;
##############################################
oidentd-2.5.0/config.guess-886-    prep*:SunOS:5.*:*)
oidentd-2.5.0/config.guess:887:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
oidentd-2.5.0/config.guess-888-	exit ;;
##############################################
oidentd-2.5.0/config.guess-890-	# the GNU system
oidentd-2.5.0/config.guess:891:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
oidentd-2.5.0/config.guess-892-	exit ;;
##############################################
oidentd-2.5.0/config.guess-894-	# other systems with GNU libc and userland
oidentd-2.5.0/config.guess:895:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
oidentd-2.5.0/config.guess-896-	exit ;;
##############################################
oidentd-2.5.0/config.guess-988-EOF
oidentd-2.5.0/config.guess:989:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
oidentd-2.5.0/config.guess-990-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
oidentd-2.5.0/config.guess-1092-    i*86:*:4.*:*)
oidentd-2.5.0/config.guess:1093:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
oidentd-2.5.0/config.guess-1094-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
oidentd-2.5.0/config.guess-1295-	fi
oidentd-2.5.0/config.guess:1296:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
oidentd-2.5.0/config.guess-1297-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
oidentd-2.5.0/config.guess-1393-    *:DragonFly:*:*)
oidentd-2.5.0/config.guess:1394:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
oidentd-2.5.0/config.guess-1395-	exit ;;
##############################################
oidentd-2.5.0/config.guess-1406-    i*86:skyos:*:*)
oidentd-2.5.0/config.guess:1407:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
oidentd-2.5.0/config.guess-1408-	exit ;;
##############################################
oidentd-2.5.0/compile-67-	mingw/*)
oidentd-2.5.0/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
oidentd-2.5.0/compile-69-	  ;;
oidentd-2.5.0/compile-70-	cygwin/*)
oidentd-2.5.0/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
oidentd-2.5.0/compile-72-	  ;;
oidentd-2.5.0/compile-73-	wine/*)
oidentd-2.5.0/compile:74:	  file=`winepath -w "$file" || echo "$file"`
oidentd-2.5.0/compile-75-	  ;;
##############################################
oidentd-2.5.0/compile-310-# Name of file we expect compiler to create.
oidentd-2.5.0/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
oidentd-2.5.0/compile-312-
##############################################
oidentd-2.5.0/compile-316-# object file name, since that is what matters with a parallel build.
oidentd-2.5.0/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
oidentd-2.5.0/compile-318-while true; do
##############################################
oidentd-2.5.0/aclocal.m4-92-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
oidentd-2.5.0/aclocal.m4:93:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
oidentd-2.5.0/aclocal.m4-94-# and then we would define $MISSING as
##############################################
oidentd-2.5.0/aclocal.m4-107-# Expand $ac_aux_dir to an absolute path.
oidentd-2.5.0/aclocal.m4:108:am_aux_dir=`cd "$ac_aux_dir" && pwd`
oidentd-2.5.0/aclocal.m4-109-])
##############################################
oidentd-2.5.0/aclocal.m4-205-  if test "$am_compiler_list" = ""; then
oidentd-2.5.0/aclocal.m4:206:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
oidentd-2.5.0/aclocal.m4-207-  fi
##############################################
oidentd-2.5.0/aclocal.m4-358-    # Strip MF so we end up with the name of the file.
oidentd-2.5.0/aclocal.m4:359:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
oidentd-2.5.0/aclocal.m4-360-    # Check whether this is an Automake generated Makefile which includes
##############################################
oidentd-2.5.0/aclocal.m4-365-      || continue
oidentd-2.5.0/aclocal.m4:366:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
oidentd-2.5.0/aclocal.m4:367:    am_filepart=`AS_BASENAME(["$am_mf"])`
oidentd-2.5.0/aclocal.m4-368-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
oidentd-2.5.0/aclocal.m4-433-AC_REQUIRE([AC_PROG_INSTALL])dnl
oidentd-2.5.0/aclocal.m4:434:if test "`cd $srcdir && pwd`" != "`pwd`"; then
oidentd-2.5.0/aclocal.m4-435-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
oidentd-2.5.0/aclocal.m4-592-    * )
oidentd-2.5.0/aclocal.m4:593:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
oidentd-2.5.0/aclocal.m4-594-  esac
oidentd-2.5.0/aclocal.m4-595-done
oidentd-2.5.0/aclocal.m4:596:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
oidentd-2.5.0/aclocal.m4-597-
##############################################
oidentd-2.5.0/aclocal.m4-877-     echo "timestamp, slept: $am_has_slept" > conftest.file
oidentd-2.5.0/aclocal.m4:878:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
oidentd-2.5.0/aclocal.m4-879-     if test "$[*]" = "X"; then
oidentd-2.5.0/aclocal.m4-880-	# -L didn't work.
oidentd-2.5.0/aclocal.m4:881:	set X `ls -t "$srcdir/configure" conftest.file`
oidentd-2.5.0/aclocal.m4-882-     fi
##############################################
oidentd-2.5.0/config.sub-52-
oidentd-2.5.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
oidentd-2.5.0/config.sub-54-
##############################################
oidentd-2.5.0/config.sub-114-# Here we must recognize all the valid KERNEL-OS combinations.
oidentd-2.5.0/config.sub:115:maybe_os=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
oidentd-2.5.0/config.sub-116-case $maybe_os in
##############################################
oidentd-2.5.0/config.sub-122-    os=-$maybe_os
oidentd-2.5.0/config.sub:123:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
oidentd-2.5.0/config.sub-124-    ;;
##############################################
oidentd-2.5.0/config.sub-126-    os=-linux-android
oidentd-2.5.0/config.sub:127:    basic_machine=`echo "$1" | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`-unknown
oidentd-2.5.0/config.sub-128-    ;;
oidentd-2.5.0/config.sub-129-  *)
oidentd-2.5.0/config.sub:130:    basic_machine=`echo "$1" | sed 's/-[^-]*$//'`
oidentd-2.5.0/config.sub-131-    if [ "$basic_machine" != "$1" ]
oidentd-2.5.0/config.sub:132:    then os=`echo "$1" | sed 's/.*-/-/'`
oidentd-2.5.0/config.sub-133-    else os=; fi
##############################################
oidentd-2.5.0/config.sub-180-		os=-sco5v6
oidentd-2.5.0/config.sub:181:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-182-		;;
##############################################
oidentd-2.5.0/config.sub-184-		os=-sco3.2v5
oidentd-2.5.0/config.sub:185:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-186-		;;
##############################################
oidentd-2.5.0/config.sub-188-		os=-sco3.2v4
oidentd-2.5.0/config.sub:189:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-190-		;;
oidentd-2.5.0/config.sub-191-	-sco3.2.[4-9]*)
oidentd-2.5.0/config.sub:192:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
oidentd-2.5.0/config.sub:193:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-194-		;;
##############################################
oidentd-2.5.0/config.sub-196-		# Don't forget version if it is 3.2v4 or newer.
oidentd-2.5.0/config.sub:197:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-198-		;;
##############################################
oidentd-2.5.0/config.sub-200-		# Don't forget version if it is 3.2v4 or newer.
oidentd-2.5.0/config.sub:201:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-202-		;;
##############################################
oidentd-2.5.0/config.sub-204-		os=-sco3.2v2
oidentd-2.5.0/config.sub:205:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-206-		;;
oidentd-2.5.0/config.sub-207-	-udk*)
oidentd-2.5.0/config.sub:208:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-209-		;;
##############################################
oidentd-2.5.0/config.sub-211-		os=-isc2.2
oidentd-2.5.0/config.sub:212:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-213-		;;
##############################################
oidentd-2.5.0/config.sub-217-	-isc*)
oidentd-2.5.0/config.sub:218:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-pc/'`
oidentd-2.5.0/config.sub-219-		;;
##############################################
oidentd-2.5.0/config.sub-229-	-ptx*)
oidentd-2.5.0/config.sub:230:		basic_machine=`echo "$1" | sed -e 's/86-.*/86-sequent/'`
oidentd-2.5.0/config.sub-231-		;;
##############################################
oidentd-2.5.0/config.sub-364-	*-*-*)
oidentd-2.5.0/config.sub:365:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
oidentd-2.5.0/config.sub-366-		exit 1
##############################################
oidentd-2.5.0/config.sub-493-	amd64-*)
oidentd-2.5.0/config.sub:494:		basic_machine=x86_64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-495-		;;
##############################################
oidentd-2.5.0/config.sub-538-	blackfin-*)
oidentd-2.5.0/config.sub:539:		basic_machine=bfin-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-540-		os=-linux
##############################################
oidentd-2.5.0/config.sub-546-	c54x-*)
oidentd-2.5.0/config.sub:547:		basic_machine=tic54x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-548-		;;
oidentd-2.5.0/config.sub-549-	c55x-*)
oidentd-2.5.0/config.sub:550:		basic_machine=tic55x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-551-		;;
oidentd-2.5.0/config.sub-552-	c6x-*)
oidentd-2.5.0/config.sub:553:		basic_machine=tic6x-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-554-		;;
##############################################
oidentd-2.5.0/config.sub-650-	e500v[12]-*)
oidentd-2.5.0/config.sub:651:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-652-		os=$os"spe"
##############################################
oidentd-2.5.0/config.sub-754-	i*86v32)
oidentd-2.5.0/config.sub:755:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
oidentd-2.5.0/config.sub-756-		os=-sysv32
##############################################
oidentd-2.5.0/config.sub-758-	i*86v4*)
oidentd-2.5.0/config.sub:759:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
oidentd-2.5.0/config.sub-760-		os=-sysv4
##############################################
oidentd-2.5.0/config.sub-762-	i*86v)
oidentd-2.5.0/config.sub:763:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
oidentd-2.5.0/config.sub-764-		os=-sysv
##############################################
oidentd-2.5.0/config.sub-766-	i*86sol2)
oidentd-2.5.0/config.sub:767:		basic_machine=`echo "$1" | sed -e 's/86.*/86-pc/'`
oidentd-2.5.0/config.sub-768-		os=-solaris2
##############################################
oidentd-2.5.0/config.sub-792-	leon-*|leon[3-9]-*)
oidentd-2.5.0/config.sub:793:		basic_machine=sparc-`echo "$basic_machine" | sed 's/-.*//'`
oidentd-2.5.0/config.sub-794-		;;
##############################################
oidentd-2.5.0/config.sub-799-	m68knommu-*)
oidentd-2.5.0/config.sub:800:		basic_machine=m68k-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-801-		os=-linux
##############################################
oidentd-2.5.0/config.sub-833-	mips3*-*)
oidentd-2.5.0/config.sub:834:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`
oidentd-2.5.0/config.sub-835-		;;
oidentd-2.5.0/config.sub-836-	mips3*)
oidentd-2.5.0/config.sub:837:		basic_machine=`echo "$basic_machine" | sed -e 's/mips3/mips64/'`-unknown
oidentd-2.5.0/config.sub-838-		;;
##############################################
oidentd-2.5.0/config.sub-855-	ms1-*)
oidentd-2.5.0/config.sub:856:		basic_machine=`echo "$basic_machine" | sed -e 's/ms1-/mt-/'`
oidentd-2.5.0/config.sub-857-		;;
##############################################
oidentd-2.5.0/config.sub-980-	parisc-*)
oidentd-2.5.0/config.sub:981:		basic_machine=hppa-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-982-		os=-linux
##############################################
oidentd-2.5.0/config.sub-996-	pc98-*)
oidentd-2.5.0/config.sub:997:		basic_machine=i386-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-998-		;;
##############################################
oidentd-2.5.0/config.sub-1011-	pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
oidentd-2.5.0/config.sub:1012:		basic_machine=i586-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1013-		;;
oidentd-2.5.0/config.sub-1014-	pentiumpro-* | p6-* | 6x86-* | athlon-*)
oidentd-2.5.0/config.sub:1015:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1016-		;;
oidentd-2.5.0/config.sub-1017-	pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
oidentd-2.5.0/config.sub:1018:		basic_machine=i686-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1019-		;;
oidentd-2.5.0/config.sub-1020-	pentium4-*)
oidentd-2.5.0/config.sub:1021:		basic_machine=i786-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1022-		;;
##############################################
oidentd-2.5.0/config.sub-1030-	ppc-* | ppcbe-*)
oidentd-2.5.0/config.sub:1031:		basic_machine=powerpc-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1032-		;;
##############################################
oidentd-2.5.0/config.sub-1036-	ppcle-* | powerpclittle-*)
oidentd-2.5.0/config.sub:1037:		basic_machine=powerpcle-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1038-		;;
##############################################
oidentd-2.5.0/config.sub-1040-		;;
oidentd-2.5.0/config.sub:1041:	ppc64-*) basic_machine=powerpc64-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1042-		;;
##############################################
oidentd-2.5.0/config.sub-1046-	ppc64le-* | powerpc64little-*)
oidentd-2.5.0/config.sub:1047:		basic_machine=powerpc64le-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1048-		;;
##############################################
oidentd-2.5.0/config.sub-1122-	strongarm-* | thumb-*)
oidentd-2.5.0/config.sub:1123:		basic_machine=arm-`echo "$basic_machine" | sed 's/^[^-]*-//'`
oidentd-2.5.0/config.sub-1124-		;;
##############################################
oidentd-2.5.0/config.sub-1255-	xscale-* | xscalee[bl]-*)
oidentd-2.5.0/config.sub:1256:		basic_machine=`echo "$basic_machine" | sed 's/^xscale/arm/'`
oidentd-2.5.0/config.sub-1257-		;;
##############################################
oidentd-2.5.0/config.sub-1317-	*)
oidentd-2.5.0/config.sub:1318:		echo Invalid configuration \`"$1"\': machine \`"$basic_machine"\' not recognized 1>&2
oidentd-2.5.0/config.sub-1319-		exit 1
##############################################
oidentd-2.5.0/config.sub-1325-	*-digital*)
oidentd-2.5.0/config.sub:1326:		basic_machine=`echo "$basic_machine" | sed 's/digital.*/dec/'`
oidentd-2.5.0/config.sub-1327-		;;
oidentd-2.5.0/config.sub-1328-	*-commodore*)
oidentd-2.5.0/config.sub:1329:		basic_machine=`echo "$basic_machine" | sed 's/commodore.*/cbm/'`
oidentd-2.5.0/config.sub-1330-		;;
##############################################
oidentd-2.5.0/config.sub-1346-	-solaris1 | -solaris1.*)
oidentd-2.5.0/config.sub:1347:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
oidentd-2.5.0/config.sub-1348-		;;
##############################################
oidentd-2.5.0/config.sub-1355-	-gnu/linux*)
oidentd-2.5.0/config.sub:1356:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
oidentd-2.5.0/config.sub-1357-		;;
##############################################
oidentd-2.5.0/config.sub-1407-	-nto*)
oidentd-2.5.0/config.sub:1408:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
oidentd-2.5.0/config.sub-1409-		;;
##############################################
oidentd-2.5.0/config.sub-1414-	-mac*)
oidentd-2.5.0/config.sub:1415:		os=`echo "$os" | sed -e 's|mac|macos|'`
oidentd-2.5.0/config.sub-1416-		;;
##############################################
oidentd-2.5.0/config.sub-1420-	-linux*)
oidentd-2.5.0/config.sub:1421:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
oidentd-2.5.0/config.sub-1422-		;;
oidentd-2.5.0/config.sub-1423-	-sunos5*)
oidentd-2.5.0/config.sub:1424:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
oidentd-2.5.0/config.sub-1425-		;;
oidentd-2.5.0/config.sub-1426-	-sunos6*)
oidentd-2.5.0/config.sub:1427:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
oidentd-2.5.0/config.sub-1428-		;;
##############################################
oidentd-2.5.0/config.sub-1469-	-sinix5.*)
oidentd-2.5.0/config.sub:1470:		os=`echo $os | sed -e 's|sinix|sysv|'`
oidentd-2.5.0/config.sub-1471-		;;
##############################################
oidentd-2.5.0/config.sub-1528-		# Get rid of the `-' at the beginning of $os.
oidentd-2.5.0/config.sub:1529:		os=`echo $os | sed 's/[^-]*-//'`
oidentd-2.5.0/config.sub:1530:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
oidentd-2.5.0/config.sub-1531-		exit 1
##############################################
oidentd-2.5.0/config.sub-1788-		esac
oidentd-2.5.0/config.sub:1789:		basic_machine=`echo "$basic_machine" | sed "s/unknown/$vendor/"`
oidentd-2.5.0/config.sub-1790-		;;
##############################################
oidentd-2.5.0/doc/book/guides/using-oidentd-with-znc.md-32-
oidentd-2.5.0/doc/book/guides/using-oidentd-with-znc.md:33:Change to the user running ZNC (e.g., using `su znc -ls "$SHELL"`), and use the
oidentd-2.5.0/doc/book/guides/using-oidentd-with-znc.md-34-following commands to create an empty [user configuration file][usr-conf]:
##############################################
oidentd-2.5.0/doc/Makefile.in-49-  { \
oidentd-2.5.0/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
oidentd-2.5.0/doc/Makefile.in-51-  }; \
##############################################
oidentd-2.5.0/doc/Makefile.in-118-  esac
oidentd-2.5.0/doc/Makefile.in:119:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
oidentd-2.5.0/doc/Makefile.in-120-am__vpath_adj = case $$p in \
oidentd-2.5.0/doc/Makefile.in:121:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
oidentd-2.5.0/doc/Makefile.in-122-    *) f=$$p;; \
oidentd-2.5.0/doc/Makefile.in-123-  esac;
oidentd-2.5.0/doc/Makefile.in:124:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
oidentd-2.5.0/doc/Makefile.in-125-am__install_max = 40
oidentd-2.5.0/doc/Makefile.in-126-am__nobase_strip_setup = \
oidentd-2.5.0/doc/Makefile.in:127:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
oidentd-2.5.0/doc/Makefile.in-128-am__nobase_strip = \
##############################################
oidentd-2.5.0/doc/Makefile.in-313-	test -n "$(man5dir)" \
oidentd-2.5.0/doc/Makefile.in:314:	  && test -n "`echo $$list1$$list2`" \
oidentd-2.5.0/doc/Makefile.in-315-	  || exit 0; \
##############################################
oidentd-2.5.0/doc/Makefile.in-356-	test -n "$(man8dir)" \
oidentd-2.5.0/doc/Makefile.in:357:	  && test -n "`echo $$list1$$list2`" \
oidentd-2.5.0/doc/Makefile.in-358-	  || exit 0; \
##############################################
oidentd-2.5.0/doc/Makefile.in-405-distdir-am: $(DISTFILES)
oidentd-2.5.0/doc/Makefile.in:406:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
oidentd-2.5.0/doc/Makefile.in:407:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
oidentd-2.5.0/doc/Makefile.in-408-	list='$(DISTFILES)'; \
##############################################
oidentd-2.5.0/doc/Makefile.in-419-	  if test -d $$d/$$file; then \
oidentd-2.5.0/doc/Makefile.in:420:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
oidentd-2.5.0/doc/Makefile.in-421-	    if test -d "$(distdir)/$$file"; then \
##############################################
oidentd-2.5.0/ylwrap-101-# We'll later need for a correct munging of "#line" directives.
oidentd-2.5.0/ylwrap:102:input_sub_rx=`get_dirname "$input" | quote_for_sed`
oidentd-2.5.0/ylwrap-103-case $input in
##############################################
oidentd-2.5.0/ylwrap-111-esac
oidentd-2.5.0/ylwrap:112:input_rx=`get_dirname "$input" | quote_for_sed`
oidentd-2.5.0/ylwrap-113-
##############################################
oidentd-2.5.0/ylwrap-150-  shift
oidentd-2.5.0/ylwrap:151:  sed_fix_filenames="${sed_fix_filenames}s|"`quote_for_sed "$from"`"|$to|g;"
oidentd-2.5.0/ylwrap:152:  sed_fix_header_guards="${sed_fix_header_guards}s|"`guard "$from"`"|"`guard "$to"`"|g;"
oidentd-2.5.0/ylwrap-153-done
##############################################
oidentd-2.5.0/ylwrap-182-  do
oidentd-2.5.0/ylwrap:183:    to=`printf '%s\n' "$from" | sed "$sed_fix_filenames"`
oidentd-2.5.0/ylwrap-184-    if test -f "$from"; then
##############################################
oidentd-2.5.0/ylwrap-198-        realtarget=$target
oidentd-2.5.0/ylwrap:199:        target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'`
oidentd-2.5.0/ylwrap-200-      fi
##############################################
oidentd-2.5.0/Makefile.in-50-  { \
oidentd-2.5.0/Makefile.in:51:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
oidentd-2.5.0/Makefile.in-52-  }; \
##############################################
oidentd-2.5.0/Makefile.in-130-  esac
oidentd-2.5.0/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
oidentd-2.5.0/Makefile.in-132-am__vpath_adj = case $$p in \
oidentd-2.5.0/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
oidentd-2.5.0/Makefile.in-134-    *) f=$$p;; \
oidentd-2.5.0/Makefile.in-135-  esac;
oidentd-2.5.0/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
oidentd-2.5.0/Makefile.in-137-am__install_max = 40
oidentd-2.5.0/Makefile.in-138-am__nobase_strip_setup = \
oidentd-2.5.0/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
oidentd-2.5.0/Makefile.in-140-am__nobase_strip = \
##############################################
oidentd-2.5.0/Makefile.in-209-  while test -n "$$dir1"; do \
oidentd-2.5.0/Makefile.in:210:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
oidentd-2.5.0/Makefile.in-211-    if test "$$first" != "."; then \
oidentd-2.5.0/Makefile.in-212-      if test "$$first" = ".."; then \
oidentd-2.5.0/Makefile.in:213:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
oidentd-2.5.0/Makefile.in:214:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
oidentd-2.5.0/Makefile.in-215-      else \
oidentd-2.5.0/Makefile.in:216:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
oidentd-2.5.0/Makefile.in-217-        if test "$$first2" = "$$first"; then \
oidentd-2.5.0/Makefile.in:218:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
oidentd-2.5.0/Makefile.in-219-        else \
##############################################
oidentd-2.5.0/Makefile.in-224-    fi; \
oidentd-2.5.0/Makefile.in:225:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
oidentd-2.5.0/Makefile.in-226-  done; \
##############################################
oidentd-2.5.0/Makefile.in-419-	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
oidentd-2.5.0/Makefile.in:420:	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
oidentd-2.5.0/Makefile.in-421-	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
##############################################
oidentd-2.5.0/Makefile.in-436-	dot_seen=no; \
oidentd-2.5.0/Makefile.in:437:	target=`echo $@ | sed s/-recursive//`; \
oidentd-2.5.0/Makefile.in-438-	case "$@" in \
##############################################
oidentd-2.5.0/Makefile.in-499-GTAGS:
oidentd-2.5.0/Makefile.in:500:	here=`$(am__cd) $(top_builddir) && pwd` \
oidentd-2.5.0/Makefile.in-501-	  && $(am__cd) $(top_srcdir) \
##############################################
oidentd-2.5.0/Makefile.in-534-	test -d "$(distdir)" || mkdir "$(distdir)"
oidentd-2.5.0/Makefile.in:535:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
oidentd-2.5.0/Makefile.in:536:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
oidentd-2.5.0/Makefile.in-537-	list='$(DISTFILES)'; \
##############################################
oidentd-2.5.0/Makefile.in-548-	  if test -d $$d/$$file; then \
oidentd-2.5.0/Makefile.in:549:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
oidentd-2.5.0/Makefile.in-550-	    if test -d "$(distdir)/$$file"; then \
##############################################
oidentd-2.5.0/Makefile.in-659-	test -d $(distdir)/_build || exit 0; \
oidentd-2.5.0/Makefile.in:660:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
oidentd-2.5.0/Makefile.in-661-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
oidentd-2.5.0/Makefile.in-703-	}; \
oidentd-2.5.0/Makefile.in:704:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
oidentd-2.5.0/Makefile.in-705-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
oidentd-2.5.0/Makefile.in-715-	fi
oidentd-2.5.0/Makefile.in:716:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
oidentd-2.5.0/Makefile.in-717-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
oidentd-2.5.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
oidentd-2.5.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
oidentd-2.5.0/configure-47-  as_echo='print -r --'
oidentd-2.5.0/configure-48-  as_echo_n='print -rn --'
oidentd-2.5.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
oidentd-2.5.0/configure-50-  as_echo='printf %s\n'
##############################################
oidentd-2.5.0/configure-52-else
oidentd-2.5.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
oidentd-2.5.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
oidentd-2.5.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
oidentd-2.5.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
oidentd-2.5.0/configure-64-      esac;
##############################################
oidentd-2.5.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
oidentd-2.5.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
oidentd-2.5.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1"
##############################################
oidentd-2.5.0/configure-327-      case $as_dir in #(
oidentd-2.5.0/configure:328:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
oidentd-2.5.0/configure-329-      *) as_qdir=$as_dir;;
##############################################
oidentd-2.5.0/configure-400-  {
oidentd-2.5.0/configure:401:    as_val=`expr "$@" || test $? -eq 1`
oidentd-2.5.0/configure-402-  }
##############################################
oidentd-2.5.0/configure-407-# ----------------------------------------
oidentd-2.5.0/configure:408:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
oidentd-2.5.0/configure-409-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
oidentd-2.5.0/configure-470-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
oidentd-2.5.0/configure:471:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
oidentd-2.5.0/configure-472-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
oidentd-2.5.0/configure-818-  case $ac_option in
oidentd-2.5.0/configure:819:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
oidentd-2.5.0/configure-820-  *=)   ac_optarg= ;;
##############################################
oidentd-2.5.0/configure-862-  -disable-* | --disable-*)
oidentd-2.5.0/configure:863:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
oidentd-2.5.0/configure-864-    # Reject names that are not valid shell variable names.
##############################################
oidentd-2.5.0/configure-867-    ac_useropt_orig=$ac_useropt
oidentd-2.5.0/configure:868:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
oidentd-2.5.0/configure-869-    case $ac_user_opts in
##############################################
oidentd-2.5.0/configure-888-  -enable-* | --enable-*)
oidentd-2.5.0/configure:889:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
oidentd-2.5.0/configure-890-    # Reject names that are not valid shell variable names.
##############################################
oidentd-2.5.0/configure-893-    ac_useropt_orig=$ac_useropt
oidentd-2.5.0/configure:894:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
oidentd-2.5.0/configure-895-    case $ac_user_opts in
##############################################
oidentd-2.5.0/configure-1101-  -with-* | --with-*)
oidentd-2.5.0/configure:1102:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
oidentd-2.5.0/configure-1103-    # Reject names that are not valid shell variable names.
##############################################
oidentd-2.5.0/configure-1106-    ac_useropt_orig=$ac_useropt
oidentd-2.5.0/configure:1107:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
oidentd-2.5.0/configure-1108-    case $ac_user_opts in
##############################################
oidentd-2.5.0/configure-1117-  -without-* | --without-*)
oidentd-2.5.0/configure:1118:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
oidentd-2.5.0/configure-1119-    # Reject names that are not valid shell variable names.
##############################################
oidentd-2.5.0/configure-1122-    ac_useropt_orig=$ac_useropt
oidentd-2.5.0/configure:1123:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
oidentd-2.5.0/configure-1124-    case $ac_user_opts in
##############################################
oidentd-2.5.0/configure-1155-  *=*)
oidentd-2.5.0/configure:1156:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
oidentd-2.5.0/configure-1157-    # Reject names that are not valid shell variable names.
##############################################
oidentd-2.5.0/configure-1176-if test -n "$ac_prev"; then
oidentd-2.5.0/configure:1177:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
oidentd-2.5.0/configure-1178-  as_fn_error $? "missing argument to $ac_option"
##############################################
oidentd-2.5.0/configure-1198-    */ )
oidentd-2.5.0/configure:1199:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
oidentd-2.5.0/configure-1200-      eval $ac_var=\$ac_val;;
##############################################
oidentd-2.5.0/configure-1233-ac_ls_di=`ls -di .` &&
oidentd-2.5.0/configure:1234:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
oidentd-2.5.0/configure-1235-  as_fn_error $? "working directory cannot be determined"
##############################################
oidentd-2.5.0/configure-1289-case $srcdir in
oidentd-2.5.0/configure:1290:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
oidentd-2.5.0/configure-1291-esac
##############################################
oidentd-2.5.0/configure-1332-By default, \`make install' will install all the files in
oidentd-2.5.0/configure:1333:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
oidentd-2.5.0/configure:1334:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
oidentd-2.5.0/configure-1335-for instance \`--prefix=\$HOME'.
##############################################
oidentd-2.5.0/configure-1434-*)
oidentd-2.5.0/configure:1435:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
oidentd-2.5.0/configure-1436-  # A ".." for each directory in $ac_dir_suffix.
oidentd-2.5.0/configure:1437:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
oidentd-2.5.0/configure-1438-  case $ac_top_builddir_sub in
##############################################
oidentd-2.5.0/configure-2159-    *\'*)
oidentd-2.5.0/configure:2160:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
oidentd-2.5.0/configure-2161-    esac
##############################################
oidentd-2.5.0/configure-2242-      case $ac_val in
oidentd-2.5.0/configure:2243:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
oidentd-2.5.0/configure-2244-      esac
##############################################
oidentd-2.5.0/configure-2257-	case $ac_val in
oidentd-2.5.0/configure:2258:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
oidentd-2.5.0/configure-2259-	esac
##############################################
oidentd-2.5.0/configure-2377-    set,)
oidentd-2.5.0/configure:2378:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
oidentd-2.5.0/configure:2379:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
oidentd-2.5.0/configure-2380-      ac_cache_corrupted=: ;;
##############################################
oidentd-2.5.0/configure-2388-	# differences in whitespace do not lead to failure.
oidentd-2.5.0/configure:2389:	ac_old_val_w=`echo x $ac_old_val`
oidentd-2.5.0/configure:2390:	ac_new_val_w=`echo x $ac_new_val`
oidentd-2.5.0/configure-2391-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
oidentd-2.5.0/configure-2408-    case $ac_new_val in
oidentd-2.5.0/configure:2409:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
oidentd-2.5.0/configure-2410-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
oidentd-2.5.0/configure-2583-     echo "timestamp, slept: $am_has_slept" > conftest.file
oidentd-2.5.0/configure:2584:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
oidentd-2.5.0/configure-2585-     if test "$*" = "X"; then
oidentd-2.5.0/configure-2586-	# -L didn't work.
oidentd-2.5.0/configure:2587:	set X `ls -t "$srcdir/configure" conftest.file`
oidentd-2.5.0/configure-2588-     fi
##############################################
oidentd-2.5.0/configure-2634-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
oidentd-2.5.0/configure:2635:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
oidentd-2.5.0/configure-2636-
oidentd-2.5.0/configure-2637-# Expand $ac_aux_dir to an absolute path.
oidentd-2.5.0/configure:2638:am_aux_dir=`cd "$ac_aux_dir" && pwd`
oidentd-2.5.0/configure-2639-
##############################################
oidentd-2.5.0/configure-2779-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
oidentd-2.5.0/configure:2780:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
oidentd-2.5.0/configure-2781-	     'mkdir (GNU coreutils) '* | \
##############################################
oidentd-2.5.0/configure-2852-set x ${MAKE-make}
oidentd-2.5.0/configure:2853:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
oidentd-2.5.0/configure-2854-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
oidentd-2.5.0/configure-2862-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
oidentd-2.5.0/configure:2863:case `${MAKE-make} -f conftest.make 2>/dev/null` in
oidentd-2.5.0/configure-2864-  *@@@%%%=?*=@@@%%%*)
##############################################
oidentd-2.5.0/configure-2928-
oidentd-2.5.0/configure:2929:if test "`cd $srcdir && pwd`" != "`pwd`"; then
oidentd-2.5.0/configure-2930-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
oidentd-2.5.0/configure-3397-$as_echo_n "checking whether the C compiler works... " >&6; }
oidentd-2.5.0/configure:3398:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
oidentd-2.5.0/configure-3399-
##############################################
oidentd-2.5.0/configure-3441-	then :; else
oidentd-2.5.0/configure:3442:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
oidentd-2.5.0/configure-3443-	fi
##############################################
oidentd-2.5.0/configure-3501-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
oidentd-2.5.0/configure:3502:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
oidentd-2.5.0/configure-3503-	  break;;
##############################################
oidentd-2.5.0/configure-3610-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
oidentd-2.5.0/configure:3611:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
oidentd-2.5.0/configure-3612-       break;;
##############################################
oidentd-2.5.0/configure-3991-  if test "$am_compiler_list" = ""; then
oidentd-2.5.0/configure:3992:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
oidentd-2.5.0/configure-3993-  fi
##############################################
oidentd-2.5.0/configure-4377-/* end confdefs.h.  */
oidentd-2.5.0/configure:4378:`cat $LEX_OUTPUT_ROOT.c`
oidentd-2.5.0/configure-4379-_ACEOF
##############################################
oidentd-2.5.0/configure-4410-  #define YYTEXT_POINTER 1
oidentd-2.5.0/configure:4411:`cat $LEX_OUTPUT_ROOT.c`
oidentd-2.5.0/configure-4412-_ACEOF
##############################################
oidentd-2.5.0/configure-4584-  # Check for GNU $ac_path_GREP
oidentd-2.5.0/configure:4585:case `"$ac_path_GREP" --version 2>&1` in
oidentd-2.5.0/configure-4586-*GNU*)
##############################################
oidentd-2.5.0/configure-4650-  # Check for GNU $ac_path_EGREP
oidentd-2.5.0/configure:4651:case `"$ac_path_EGREP" --version 2>&1` in
oidentd-2.5.0/configure-4652-*GNU*)
##############################################
oidentd-2.5.0/configure-4975-do :
oidentd-2.5.0/configure:4976:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
oidentd-2.5.0/configure-4977-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
oidentd-2.5.0/configure-4980-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:4981:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
oidentd-2.5.0/configure-4982-_ACEOF
##############################################
oidentd-2.5.0/configure-5091-test "x$ac_build_alias" = x &&
oidentd-2.5.0/configure:5092:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
oidentd-2.5.0/configure-5093-test "x$ac_build_alias" = x &&
oidentd-2.5.0/configure-5094-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
oidentd-2.5.0/configure:5095:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
oidentd-2.5.0/configure-5096-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
oidentd-2.5.0/configure-5115-IFS=$ac_save_IFS
oidentd-2.5.0/configure:5116:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
oidentd-2.5.0/configure-5117-
##############################################
oidentd-2.5.0/configure-5126-else
oidentd-2.5.0/configure:5127:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
oidentd-2.5.0/configure-5128-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
oidentd-2.5.0/configure-5148-IFS=$ac_save_IFS
oidentd-2.5.0/configure:5149:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
oidentd-2.5.0/configure-5150-
##############################################
oidentd-2.5.0/configure-5266-do :
oidentd-2.5.0/configure:5267:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
oidentd-2.5.0/configure-5268-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
oidentd-2.5.0/configure-5270-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:5271:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
oidentd-2.5.0/configure-5272-_ACEOF
##############################################
oidentd-2.5.0/configure-5300-do :
oidentd-2.5.0/configure:5301:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
oidentd-2.5.0/configure-5302-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "
##############################################
oidentd-2.5.0/configure-5318-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:5319:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
oidentd-2.5.0/configure-5320-_ACEOF
##############################################
oidentd-2.5.0/configure-5327-do :
oidentd-2.5.0/configure:5328:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
oidentd-2.5.0/configure-5329-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
oidentd-2.5.0/configure-5331-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:5332:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
oidentd-2.5.0/configure-5333-_ACEOF
##############################################
oidentd-2.5.0/configure-5695-do :
oidentd-2.5.0/configure:5696:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
oidentd-2.5.0/configure-5697-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
oidentd-2.5.0/configure-5699-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:5700:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
oidentd-2.5.0/configure-5701-_ACEOF
##############################################
oidentd-2.5.0/configure-5707-do :
oidentd-2.5.0/configure:5708:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
oidentd-2.5.0/configure-5709-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
oidentd-2.5.0/configure-5711-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:5712:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
oidentd-2.5.0/configure-5713-_ACEOF
##############################################
oidentd-2.5.0/configure-5719-do :
oidentd-2.5.0/configure:5720:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
oidentd-2.5.0/configure-5721-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
oidentd-2.5.0/configure-5723-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:5724:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
oidentd-2.5.0/configure-5725-_ACEOF
##############################################
oidentd-2.5.0/configure-5731-do :
oidentd-2.5.0/configure:5732:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
oidentd-2.5.0/configure-5733-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
oidentd-2.5.0/configure-5735-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:5736:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
oidentd-2.5.0/configure-5737-_ACEOF
##############################################
oidentd-2.5.0/configure-5743-do :
oidentd-2.5.0/configure:5744:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
oidentd-2.5.0/configure-5745-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
oidentd-2.5.0/configure-5747-  cat >>confdefs.h <<_ACEOF
oidentd-2.5.0/configure:5748:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
oidentd-2.5.0/configure-5749-_ACEOF
##############################################
oidentd-2.5.0/configure-7016-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
oidentd-2.5.0/configure:7017:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
oidentd-2.5.0/configure-7018-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
oidentd-2.5.0/configure-7107-if test -z "$BASH_VERSION$ZSH_VERSION" \
oidentd-2.5.0/configure:7108:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
oidentd-2.5.0/configure-7109-  as_echo='print -r --'
oidentd-2.5.0/configure-7110-  as_echo_n='print -rn --'
oidentd-2.5.0/configure:7111:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
oidentd-2.5.0/configure-7112-  as_echo='printf %s\n'
##############################################
oidentd-2.5.0/configure-7114-else
oidentd-2.5.0/configure:7115:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
oidentd-2.5.0/configure-7116-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
oidentd-2.5.0/configure-7124-	expr "X$arg" : "X\\(.*\\)$as_nl";
oidentd-2.5.0/configure:7125:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
oidentd-2.5.0/configure-7126-      esac;
##############################################
oidentd-2.5.0/configure-7201-# ----------------------------------------
oidentd-2.5.0/configure:7202:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
oidentd-2.5.0/configure-7203-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
oidentd-2.5.0/configure-7273-  {
oidentd-2.5.0/configure:7274:    as_val=`expr "$@" || test $? -eq 1`
oidentd-2.5.0/configure-7275-  }
##############################################
oidentd-2.5.0/configure-7377-      case $as_dir in #(
oidentd-2.5.0/configure:7378:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
oidentd-2.5.0/configure-7379-      *) as_qdir=$as_dir;;
##############################################
oidentd-2.5.0/configure-7513-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
oidentd-2.5.0/configure:7514:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
oidentd-2.5.0/configure-7515-ac_cs_version="\\
##############################################
oidentd-2.5.0/configure-7538-  --*=?*)
oidentd-2.5.0/configure:7539:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
oidentd-2.5.0/configure:7540:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
oidentd-2.5.0/configure-7541-    ac_shift=:
##############################################
oidentd-2.5.0/configure-7543-  --*=)
oidentd-2.5.0/configure:7544:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
oidentd-2.5.0/configure-7545-    ac_optarg=
##############################################
oidentd-2.5.0/configure-7567-    case $ac_optarg in
oidentd-2.5.0/configure:7568:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
oidentd-2.5.0/configure-7569-    '') as_fn_error $? "missing file argument" ;;
##############################################
oidentd-2.5.0/configure-7575-    case $ac_optarg in
oidentd-2.5.0/configure:7576:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
oidentd-2.5.0/configure-7577-    esac
##############################################
oidentd-2.5.0/configure-7706-fi
oidentd-2.5.0/configure:7707:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
oidentd-2.5.0/configure-7708-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
oidentd-2.5.0/configure-7723-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
oidentd-2.5.0/configure:7724:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
oidentd-2.5.0/configure-7725-ac_delim='%!_!# '
##############################################
oidentd-2.5.0/configure-7729-
oidentd-2.5.0/configure:7730:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
oidentd-2.5.0/configure-7731-  if test $ac_delim_n = $ac_delim_num; then
##############################################
oidentd-2.5.0/configure-7867-for ac_last_try in false false :; do
oidentd-2.5.0/configure:7868:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
oidentd-2.5.0/configure-7869-  if test -z "$ac_tt"; then
##############################################
oidentd-2.5.0/configure-7999-      esac
oidentd-2.5.0/configure:8000:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
oidentd-2.5.0/configure-8001-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
oidentd-2.5.0/configure-8058-*)
oidentd-2.5.0/configure:8059:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
oidentd-2.5.0/configure-8060-  # A ".." for each directory in $ac_dir_suffix.
oidentd-2.5.0/configure:8061:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
oidentd-2.5.0/configure-8062-  case $ac_top_builddir_sub in
##############################################
oidentd-2.5.0/configure-8119-/@mandir@/p'
oidentd-2.5.0/configure:8120:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
oidentd-2.5.0/configure-8121-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
oidentd-2.5.0/configure-8136-
oidentd-2.5.0/configure:8137:# Neutralize VPATH when `$srcdir' = `.'.
oidentd-2.5.0/configure-8138-# Shell code in configure.ac might set extrasub.
##############################################
oidentd-2.5.0/configure-8164-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
oidentd-2.5.0/configure:8165:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
oidentd-2.5.0/configure-8166-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
oidentd-2.5.0/configure-8210-    * )
oidentd-2.5.0/configure:8211:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
oidentd-2.5.0/configure-8212-  esac
##############################################
oidentd-2.5.0/configure-8265-    # Strip MF so we end up with the name of the file.
oidentd-2.5.0/configure:8266:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
oidentd-2.5.0/configure-8267-    # Check whether this is an Automake generated Makefile which includes
##############################################
oidentd-2.5.0/depcomp-64-  case $1 in
oidentd-2.5.0/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
oidentd-2.5.0/depcomp-66-      *) dir=;;
##############################################
oidentd-2.5.0/depcomp-73-{
oidentd-2.5.0/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
oidentd-2.5.0/depcomp-75-}
##############################################
oidentd-2.5.0/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
oidentd-2.5.0/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
oidentd-2.5.0/depcomp-128-
##############################################
oidentd-2.5.0/depcomp-405-        sleep 1
oidentd-2.5.0/depcomp:406:        i=`expr $i - 1`
oidentd-2.5.0/depcomp-407-      done
oidentd-2.5.0/depcomp-408-    fi
oidentd-2.5.0/depcomp:409:    i=`expr $i - 1`
oidentd-2.5.0/depcomp-410-  done
##############################################
oidentd-2.5.0/depcomp-425-  # Do two passes, one to just change these to
oidentd-2.5.0/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
oidentd-2.5.0/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
oidentd-2.5.0/depcomp-659-  done
oidentd-2.5.0/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
oidentd-2.5.0/depcomp-661-  touch "$tmpdepfile"
##############################################
oidentd-2.5.0/debian/init-28-if [ "${OIDENT_BEHIND_PROXY}" = "yes" ]; then
oidentd-2.5.0/debian/init:29:	OIDENT_OPTIONS="${OIDENT_OPTIONS} -P `ip route show to exact 0/0 | awk '{print $3}'`"
oidentd-2.5.0/debian/init-30-fi
##############################################
oidentd-2.5.0/debian/oidentd.service-8-ExecStart=/bin/sh -c "exec /usr/sbin/oidentd -S ${OIDENT_OPTIONS} -u \"${OIDENT_USER}\" -g \"${OIDENT_GROUP}\" \
oidentd-2.5.0/debian/oidentd.service:9: `[ \"${OIDENT_BEHIND_PROXY}\" = \"yes\" ] && ip route show to exact 0/0 | awk '{print \"-P \" $3}'`"
oidentd-2.5.0/debian/oidentd.service-10-ExecReload=/bin/kill -HUP $MAINPID
##############################################
oidentd-2.5.0/debian/oidentd@.service-7-ExecStart=/bin/sh -c "exec /usr/sbin/oidentd -IS ${OIDENT_OPTIONS} -u \"${OIDENT_USER}\" -g \"${OIDENT_GROUP}\" \
oidentd-2.5.0/debian/oidentd@.service:8: `[ \"${OIDENT_BEHIND_PROXY}\" = \"yes\" ] && ip route show to exact 0/0 | awk '{print \"-P \" $3}'`"
oidentd-2.5.0/debian/oidentd@.service-9-StandardInput=socket