===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
unbound-1.12.0/validator/val_utils.c-1083-	if(p->len)
unbound-1.12.0/validator/val_utils.c:1084:		log_addr(v, s, &p->addr, p->len);
unbound-1.12.0/validator/val_utils.c-1085-	else	verbose(v, "%s cache", s);
##############################################
unbound-1.12.0/services/localzone.c-638-	/* parse netblock */
unbound-1.12.0/services/localzone.c:639:	if(!netblockstrtoaddr(netblock, UNBOUND_DNS_PORT, &addr, &addrlen,
unbound-1.12.0/services/localzone.c-640-		&net)) {
##############################################
unbound-1.12.0/services/listen_dnsport.c-112-static void
unbound-1.12.0/services/listen_dnsport.c:113:verbose_print_addr(struct addrinfo *addr)
unbound-1.12.0/services/listen_dnsport.c-114-{
##############################################
unbound-1.12.0/services/listen_dnsport.c-187-		if (addr)
unbound-1.12.0/services/listen_dnsport.c:188:			log_err_addr("systemd sd_listen_fds()",
unbound-1.12.0/services/listen_dnsport.c-189-				     "no such socket",
##############################################
unbound-1.12.0/services/listen_dnsport.c-567-			) {
unbound-1.12.0/services/listen_dnsport.c:568:			log_err_addr("can't bind socket", strerror(errno),
unbound-1.12.0/services/listen_dnsport.c-569-				(struct sockaddr_storage*)addr, addrlen);
##############################################
unbound-1.12.0/services/listen_dnsport.c-575-			!(WSAGetLastError() == WSAEACCES && verbosity < 4 && !listen)) {
unbound-1.12.0/services/listen_dnsport.c:576:			log_err_addr("can't bind socket", 
unbound-1.12.0/services/listen_dnsport.c-577-				wsa_strerror(WSAGetLastError()),
##############################################
unbound-1.12.0/services/listen_dnsport.c-614-#endif
unbound-1.12.0/services/listen_dnsport.c:615:	verbose_print_addr(addr);
unbound-1.12.0/services/listen_dnsport.c-616-	*noproto = 0;
##############################################
unbound-1.12.0/services/listen_dnsport.c-761-		else {
unbound-1.12.0/services/listen_dnsport.c:762:			log_err_addr("can't bind socket", strerror(errno),
unbound-1.12.0/services/listen_dnsport.c-763-				(struct sockaddr_storage*)addr->ai_addr,
##############################################
unbound-1.12.0/services/listen_dnsport.c-766-#else
unbound-1.12.0/services/listen_dnsport.c:767:		log_err_addr("can't bind socket", 
unbound-1.12.0/services/listen_dnsport.c-768-			wsa_strerror(WSAGetLastError()),
##############################################
unbound-1.12.0/services/listen_dnsport.c-942-	if(stype == SOCK_DGRAM) {
unbound-1.12.0/services/listen_dnsport.c:943:		verbose_print_addr(res);
unbound-1.12.0/services/listen_dnsport.c-944-		s = create_udp_sock(res->ai_family, res->ai_socktype,
##############################################
unbound-1.12.0/services/cache/infra.c-329-static hashvalue_type
unbound-1.12.0/services/cache/infra.c:330:hash_addr(struct sockaddr_storage* addr, socklen_t addrlen,
unbound-1.12.0/services/cache/infra.c-331-  int use_port)
##############################################
unbound-1.12.0/services/cache/infra.c-356-{
unbound-1.12.0/services/cache/infra.c:357:	return dname_query_hash(name, hash_addr(addr, addrlen, 1));
unbound-1.12.0/services/cache/infra.c-358-}
##############################################
unbound-1.12.0/services/cache/infra.c-785-	struct ip_rate_key* k2 = (struct ip_rate_key*)key2;
unbound-1.12.0/services/cache/infra.c:786:	return sockaddr_cmp_addr(&k1->addr, k1->addrlen,
unbound-1.12.0/services/cache/infra.c-787-		&k2->addr, k2->addrlen);
##############################################
unbound-1.12.0/services/cache/infra.c-816-	struct ip_rate_key key;
unbound-1.12.0/services/cache/infra.c:817:	hashvalue_type h = hash_addr(&(repinfo->addr),
unbound-1.12.0/services/cache/infra.c-818-		repinfo->addrlen, 0);
##############################################
unbound-1.12.0/services/cache/infra.c-857-{
unbound-1.12.0/services/cache/infra.c:858:	hashvalue_type h = hash_addr(&(repinfo->addr),
unbound-1.12.0/services/cache/infra.c-859-	repinfo->addrlen, 0);
##############################################
unbound-1.12.0/services/outside_network.c-167-		log_err("no TCP outgoing interfaces of family");
unbound-1.12.0/services/outside_network.c:168:		log_addr(VERB_OPS, "for addr", &w->addr, w->addrlen);
unbound-1.12.0/services/outside_network.c-169-		sock_close(s);
##############################################
unbound-1.12.0/services/outside_network.c-191-	}
unbound-1.12.0/services/outside_network.c:192:	log_addr(VERB_ALGO, "tcp bound to src", &pi->addr, pi->addrlen);
unbound-1.12.0/services/outside_network.c-193-	return 1;
##############################################
unbound-1.12.0/services/outside_network.c-218-	if(s == -1) {
unbound-1.12.0/services/outside_network.c:219:		log_err_addr("outgoing tcp: socket", sock_strerror(errno),
unbound-1.12.0/services/outside_network.c-220-			addr, addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-264-				(struct sockaddr*)addr, addrlen))
unbound-1.12.0/services/outside_network.c:265:				log_err_addr("outgoing tcp: connect",
unbound-1.12.0/services/outside_network.c-266-					strerror(errno), addr, addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-343-				(struct sockaddr*)&w->addr, w->addrlen))
unbound-1.12.0/services/outside_network.c:344:				log_err_addr("outgoing tcp: connect",
unbound-1.12.0/services/outside_network.c-345-					strerror(errno), &w->addr, w->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-458-			LDNS_ID_WIRE(sldns_buffer_begin(c->buffer))!=pend->id) {
unbound-1.12.0/services/outside_network.c:459:			log_addr(VERB_QUERY, 
unbound-1.12.0/services/outside_network.c-460-				"outnettcp: bad ID in reply, from:",
##############################################
unbound-1.12.0/services/outside_network.c-548-	verbose(VERB_ALGO, "Incoming reply id = %4.4x", key.id);
unbound-1.12.0/services/outside_network.c:549:	log_addr(VERB_ALGO, "Incoming reply addr =", 
unbound-1.12.0/services/outside_network.c-550-		&reply_info->addr, reply_info->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-705-#endif
unbound-1.12.0/services/outside_network.c:706:	if(!ipstrtoaddr(addrstr, UNBOUND_DNS_PORT, &pif->addr, &pif->addrlen) &&
unbound-1.12.0/services/outside_network.c:707:	   !netblockstrtoaddr(addrstr, UNBOUND_DNS_PORT,
unbound-1.12.0/services/outside_network.c-708-			      &pif->addr, &pif->addrlen, &pif->pfxlen))
##############################################
unbound-1.12.0/services/outside_network.c-1729-			verbose(VERB_DETAIL, "no qname in reply to check 0x20ID");
unbound-1.12.0/services/outside_network.c:1730:			log_addr(VERB_DETAIL, "from server", 
unbound-1.12.0/services/outside_network.c-1731-				&sq->addr, sq->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-1738-			verbose(VERB_DETAIL, "wrong 0x20-ID in reply qname");
unbound-1.12.0/services/outside_network.c:1739:			log_addr(VERB_DETAIL, "from server", 
unbound-1.12.0/services/outside_network.c-1740-				&sq->addr, sq->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-1795-	if(error != NETEVENT_NOERROR)
unbound-1.12.0/services/outside_network.c:1796:		log_addr(VERB_QUERY, "tcp error for address", 
unbound-1.12.0/services/outside_network.c-1797-			&sq->addr, sq->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-1966-			sq->status = serviced_query_UDP_EDNS_FRAG;
unbound-1.12.0/services/outside_network.c:1967:			log_name_addr(VERB_ALGO, "try edns1xx0", sq->qbuf+10,
unbound-1.12.0/services/outside_network.c-1968-				&sq->addr, sq->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-1983-		if(sq->retry < OUTBOUND_UDP_RETRY) {
unbound-1.12.0/services/outside_network.c:1984:			log_name_addr(VERB_ALGO, "retry query", sq->qbuf+10,
unbound-1.12.0/services/outside_network.c-1985-				&sq->addr, sq->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-2022-		/* now we know that edns queries received answers store that */
unbound-1.12.0/services/outside_network.c:2023:		log_addr(VERB_ALGO, "serviced query: EDNS works for",
unbound-1.12.0/services/outside_network.c-2024-			&sq->addr, sq->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-2039-		if(!sq->want_dnssec) {
unbound-1.12.0/services/outside_network.c:2040:		  log_addr(VERB_ALGO, "serviced query: EDNS fails for",
unbound-1.12.0/services/outside_network.c-2041-			&sq->addr, sq->addrlen);
##############################################
unbound-1.12.0/services/outside_network.c-2046-		} else {
unbound-1.12.0/services/outside_network.c:2047:		  log_addr(VERB_ALGO, "serviced query: EDNS fails, but "
unbound-1.12.0/services/outside_network.c-2048-			"not stored because need DNSSEC for", &sq->addr,
##############################################
unbound-1.12.0/services/authzone.c-3442-	for(p=list; p; p=p->next) {
unbound-1.12.0/services/authzone.c:3443:		if(sockaddr_cmp_addr(addr, addrlen, &p->addr, p->addrlen)==0)
unbound-1.12.0/services/authzone.c-3444-			return 1;
##############################################
unbound-1.12.0/services/authzone.c-3464-	 * allowed to by any port on that master) */
unbound-1.12.0/services/authzone.c:3465:	if(extstrtoaddr(master->host, &a, &alen) &&
unbound-1.12.0/services/authzone.c:3466:		sockaddr_cmp_addr(addr, addrlen, &a, alen)==0) {
unbound-1.12.0/services/authzone.c-3467-		*fromhost = master;
##############################################
unbound-1.12.0/services/authzone.c-3474-		strchr(master->host, '/') == strrchr(master->host, '/') &&
unbound-1.12.0/services/authzone.c:3475:		netblockstrtoaddr(master->host, UNBOUND_DNS_PORT, &a, &alen,
unbound-1.12.0/services/authzone.c-3476-		&net) && alen == addrlen) {
##############################################
unbound-1.12.0/services/authzone.c-5074-	if(!master) return 0;
unbound-1.12.0/services/authzone.c:5075:	if(extstrtoaddr(master->host, &addr, &addrlen)) {
unbound-1.12.0/services/authzone.c-5076-		/* not needed, host is in IP addr format */
##############################################
unbound-1.12.0/services/authzone.c-5145-	} else {
unbound-1.12.0/services/authzone.c:5146:		if(!authextstrtoaddr(master->host, &addr, &addrlen, &auth_name)) {
unbound-1.12.0/services/authzone.c-5147-			/* the ones that are not in addr format are supposed
##############################################
unbound-1.12.0/services/authzone.c-6029-	} else {
unbound-1.12.0/services/authzone.c:6030:		if(!authextstrtoaddr(master->host, &addr, &addrlen, &auth_name)) {
unbound-1.12.0/services/authzone.c-6031-			/* the ones that are not in addr format are supposed
##############################################
unbound-1.12.0/services/authzone.c-6259-	if(!master) return 0;
unbound-1.12.0/services/authzone.c:6260:	if(extstrtoaddr(master->host, &addr, &addrlen)) {
unbound-1.12.0/services/authzone.c-6261-		/* not needed, host is in IP addr format */
##############################################
unbound-1.12.0/services/rpz.c-557-
unbound-1.12.0/services/rpz.c:558:	if(!netblockdnametoaddr(dname, dnamelen, &addr, &addrlen, &net, &af))
unbound-1.12.0/services/rpz.c-559-		return 0;
##############################################
unbound-1.12.0/services/rpz.c-868-
unbound-1.12.0/services/rpz.c:869:	if(!netblockdnametoaddr(dname, dnamelen, &addr, &addrlen, &net, &af))
unbound-1.12.0/services/rpz.c-870-		return;
##############################################
unbound-1.12.0/ac_pkg_swig.m4-70-                AC_MSG_CHECKING([for SWIG version])
unbound-1.12.0/ac_pkg_swig.m4:71:                [swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'`]
unbound-1.12.0/ac_pkg_swig.m4-72-                AC_MSG_RESULT([$swig_version])
##############################################
unbound-1.12.0/ac_pkg_swig.m4-75-                        [required=$1]
unbound-1.12.0/ac_pkg_swig.m4:76:                        [required_major=`echo $required | sed 's/[^0-9].*//'`]
unbound-1.12.0/ac_pkg_swig.m4-77-                        if test -z "$required_major" ; then
##############################################
unbound-1.12.0/ac_pkg_swig.m4-79-                        fi
unbound-1.12.0/ac_pkg_swig.m4:80:                        [required=`echo $required | sed 's/[0-9]*[^0-9]//'`]
unbound-1.12.0/ac_pkg_swig.m4:81:                        [required_minor=`echo $required | sed 's/[^0-9].*//'`]
unbound-1.12.0/ac_pkg_swig.m4-82-                        if test -z "$required_minor" ; then
##############################################
unbound-1.12.0/ac_pkg_swig.m4-84-                        fi
unbound-1.12.0/ac_pkg_swig.m4:85:                        [required=`echo $required | sed 's/[0-9]*[^0-9]//'`]
unbound-1.12.0/ac_pkg_swig.m4:86:                        [required_patch=`echo $required | sed 's/[^0-9].*//'`]
unbound-1.12.0/ac_pkg_swig.m4-87-                        if test -z "$required_patch" ; then
##############################################
unbound-1.12.0/ac_pkg_swig.m4-91-                        [available=$swig_version]
unbound-1.12.0/ac_pkg_swig.m4:92:                        [available_major=`echo $available | sed 's/[^0-9].*//'`]
unbound-1.12.0/ac_pkg_swig.m4-93-                        if test -z "$available_major" ; then
##############################################
unbound-1.12.0/ac_pkg_swig.m4-95-                        fi
unbound-1.12.0/ac_pkg_swig.m4:96:                        [available=`echo $available | sed 's/[0-9]*[^0-9]//'`]
unbound-1.12.0/ac_pkg_swig.m4:97:                        [available_minor=`echo $available | sed 's/[^0-9].*//'`]
unbound-1.12.0/ac_pkg_swig.m4-98-                        if test -z "$available_minor" ; then
##############################################
unbound-1.12.0/ac_pkg_swig.m4-100-                        fi
unbound-1.12.0/ac_pkg_swig.m4:101:                        [available=`echo $available | sed 's/[0-9]*[^0-9]//'`]
unbound-1.12.0/ac_pkg_swig.m4:102:                        [available_patch=`echo $available | sed 's/[^0-9].*//'`]
unbound-1.12.0/ac_pkg_swig.m4-103-                        if test -z "$available_patch" ; then
##############################################
unbound-1.12.0/ac_pkg_swig.m4-123-                                AC_MSG_NOTICE([SWIG executable is '$SWIG'])
unbound-1.12.0/ac_pkg_swig.m4:124:                                SWIG_LIB=`$SWIG -swiglib`
unbound-1.12.0/ac_pkg_swig.m4-125-                                AC_MSG_NOTICE([SWIG library directory is '$SWIG_LIB'])
##############################################
unbound-1.12.0/iterator/iter_fwd.c-228-static int 
unbound-1.12.0/iterator/iter_fwd.c:229:read_fwds_addr(struct config_stub* s, struct delegpt* dp)
unbound-1.12.0/iterator/iter_fwd.c-230-{
##############################################
unbound-1.12.0/iterator/iter_fwd.c-236-		log_assert(p->str);
unbound-1.12.0/iterator/iter_fwd.c:237:		if(!authextstrtoaddr(p->str, &addr, &addrlen, &tls_auth_name)) {
unbound-1.12.0/iterator/iter_fwd.c-238-			log_err("cannot parse forward %s ip address: '%s'", 
##############################################
unbound-1.12.0/iterator/iter_fwd.c-264-			return 0;
unbound-1.12.0/iterator/iter_fwd.c:265:		if(!read_fwds_host(s, dp) || !read_fwds_addr(s, dp)) {
unbound-1.12.0/iterator/iter_fwd.c-266-			delegpt_free_mlc(dp);
##############################################
unbound-1.12.0/iterator/iter_utils.c-233-	if(donotq_lookup(iter_env->donotq, &a->addr, a->addrlen)) {
unbound-1.12.0/iterator/iter_utils.c:234:		log_addr(VERB_ALGO, "skip addr on the donotquery list",
unbound-1.12.0/iterator/iter_utils.c-235-			&a->addr, a->addrlen);
##############################################
unbound-1.12.0/iterator/iter_utils.c-247-		&rtt, now)) {
unbound-1.12.0/iterator/iter_utils.c:248:		log_addr(VERB_ALGO, "servselect", &a->addr, a->addrlen);
unbound-1.12.0/iterator/iter_utils.c-249-		verbose(VERB_ALGO, "   rtt=%d%s%s%s%s", rtt,
##############################################
unbound-1.12.0/iterator/iter_utils.c-1302-	for(a=dp->target_list; a; a = a->next_target) {
unbound-1.12.0/iterator/iter_utils.c:1303:		o = delegpt_find_addr(old, &a->addr, a->addrlen);
unbound-1.12.0/iterator/iter_utils.c-1304-		if(o) {
unbound-1.12.0/iterator/iter_utils.c:1305:			log_addr(VERB_ALGO, "copy attempt count previous dp",
unbound-1.12.0/iterator/iter_utils.c-1306-				&a->addr, a->addrlen);
##############################################
unbound-1.12.0/iterator/iter_utils.c-1313-		if(a->attempts >= OUTBOUND_MSG_RETRY) {
unbound-1.12.0/iterator/iter_utils.c:1314:			log_addr(VERB_ALGO, "remove from usable list dp",
unbound-1.12.0/iterator/iter_utils.c-1315-				&a->addr, a->addrlen);
##############################################
unbound-1.12.0/iterator/iterator.c-1937-			for(a = p->target_list; a; a=a->next_target) {
unbound-1.12.0/iterator/iterator.c:1938:				(void)delegpt_add_addr(iq->dp, qstate->region,
unbound-1.12.0/iterator/iterator.c-1939-					&a->addr, a->addrlen, a->bogus,
##############################################
unbound-1.12.0/iterator/iterator.c-2431-		/* did we do enough fallback queries already? */
unbound-1.12.0/iterator/iterator.c:2432:		delegpt_count_addr(iq->dp, &naddr, &nres, &navail);
unbound-1.12.0/iterator/iterator.c-2433-		/* the current caps_server is the number of fallbacks sent.
##############################################
unbound-1.12.0/iterator/iterator.c-2592-		log_query_info(VERB_QUERY, "sending query:", &iq->qinfo_out);
unbound-1.12.0/iterator/iterator.c:2593:		log_name_addr(VERB_QUERY, "sending to target:", iq->dp->name, 
unbound-1.12.0/iterator/iterator.c-2594-			&target->addr, target->addrlen);
##############################################
unbound-1.12.0/iterator/iterator.c-2613-	if(!outq) {
unbound-1.12.0/iterator/iterator.c:2614:		log_addr(VERB_DETAIL, "error sending query to auth server", 
unbound-1.12.0/iterator/iterator.c-2615-			&target->addr, target->addrlen);
##############################################
unbound-1.12.0/iterator/iterator.c-2705-			if(qstate->reply) {
unbound-1.12.0/iterator/iterator.c:2706:				struct delegpt_addr* a = delegpt_find_addr(
unbound-1.12.0/iterator/iterator.c-2707-					iq->dp, &qstate->reply->addr,
##############################################
unbound-1.12.0/iterator/iterator.c-3782-	log_query_info(VERB_DETAIL, "response for", &qstate->qinfo);
unbound-1.12.0/iterator/iterator.c:3783:	log_name_addr(VERB_DETAIL, "reply from", iq->dp->name, 
unbound-1.12.0/iterator/iterator.c-3784-		&qstate->reply->addr, qstate->reply->addrlen);
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-85-	for(a = dp->target_list; a; a = a->next_target) {
unbound-1.12.0/iterator/iter_delegpt.c:86:		if(!delegpt_add_addr(copy, region, &a->addr, a->addrlen, 
unbound-1.12.0/iterator/iter_delegpt.c-87-			a->bogus, a->lame, a->tls_auth_name, NULL))
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-145-struct delegpt_addr*
unbound-1.12.0/iterator/iter_delegpt.c:146:delegpt_find_addr(struct delegpt* dp, struct sockaddr_storage* addr, 
unbound-1.12.0/iterator/iter_delegpt.c-147-	socklen_t addrlen)
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-150-	while(p) {
unbound-1.12.0/iterator/iter_delegpt.c:151:		if(sockaddr_cmp_addr(addr, addrlen, &p->addr, p->addrlen)==0
unbound-1.12.0/iterator/iter_delegpt.c-152-			&& ((struct sockaddr_in*)addr)->sin_port ==
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-178-	}
unbound-1.12.0/iterator/iter_delegpt.c:179:	return delegpt_add_addr(dp, region, addr, addrlen, bogus, lame, NULL,
unbound-1.12.0/iterator/iter_delegpt.c-180-		additions);
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-183-int 
unbound-1.12.0/iterator/iter_delegpt.c:184:delegpt_add_addr(struct delegpt* dp, struct regional* region, 
unbound-1.12.0/iterator/iter_delegpt.c-185-	struct sockaddr_storage* addr, socklen_t addrlen, uint8_t bogus, 
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-190-	/* check for duplicates */
unbound-1.12.0/iterator/iter_delegpt.c:191:	if((a = delegpt_find_addr(dp, addr, addrlen))) {
unbound-1.12.0/iterator/iter_delegpt.c-192-		if(bogus)
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-239-void
unbound-1.12.0/iterator/iter_delegpt.c:240:delegpt_count_addr(struct delegpt* dp, size_t* numaddr, size_t* numres, 
unbound-1.12.0/iterator/iter_delegpt.c-241-	size_t* numavail)
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-271-	delegpt_count_ns(dp, &numns, &missing);
unbound-1.12.0/iterator/iter_delegpt.c:272:	delegpt_count_addr(dp, &numaddr, &numres, &numavail);
unbound-1.12.0/iterator/iter_delegpt.c-273-	log_info("DelegationPoint<%s>: %u names (%u missing), "
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-297-			else snprintf(s, sizeof(s), "%s", str);
unbound-1.12.0/iterator/iter_delegpt.c:298:			log_addr(VERB_ALGO, s, &a->addr, a->addrlen);
unbound-1.12.0/iterator/iter_delegpt.c-299-		}
##############################################
unbound-1.12.0/iterator/iter_delegpt.c-614-	/* check for duplicates */
unbound-1.12.0/iterator/iter_delegpt.c:615:	if((a = delegpt_find_addr(dp, addr, addrlen))) {
unbound-1.12.0/iterator/iter_delegpt.c-616-		if(bogus)
##############################################
unbound-1.12.0/iterator/iter_priv.c-88-		log_assert(p->str);
unbound-1.12.0/iterator/iter_priv.c:89:		if(!netblockstrtoaddr(p->str, UNBOUND_DNS_PORT, &addr, 
unbound-1.12.0/iterator/iter_priv.c-90-			&addrlen, &net)) {
##############################################
unbound-1.12.0/iterator/iter_priv.c-173-static int 
unbound-1.12.0/iterator/iter_priv.c:174:priv_lookup_addr(struct iter_priv* priv, struct sockaddr_storage* addr,
unbound-1.12.0/iterator/iter_priv.c-175-	socklen_t addrlen)
##############################################
unbound-1.12.0/iterator/iter_priv.c-217-		dname_pkt_copy(pkt, buf, rrset->dname);
unbound-1.12.0/iterator/iter_priv.c:218:		log_name_addr(VERB_QUERY, str, buf, addr, addrlen);
unbound-1.12.0/iterator/iter_priv.c-219-	}
##############################################
unbound-1.12.0/iterator/iter_priv.c-262-				memmove(&addr, &sa, len);
unbound-1.12.0/iterator/iter_priv.c:263:				if(priv_lookup_addr(priv, &addr, len)) {
unbound-1.12.0/iterator/iter_priv.c-264-					if(remove_rr("sanitize: removing public name with private address", pkt, rrset, prev, &rr, &addr, len))
##############################################
unbound-1.12.0/iterator/iter_priv.c-285-				memmove(&addr, &sa, len);
unbound-1.12.0/iterator/iter_priv.c:286:				if(priv_lookup_addr(priv, &addr, len)) {
unbound-1.12.0/iterator/iter_priv.c-287-					if(remove_rr("sanitize: removing public name with private address", pkt, rrset, prev, &rr, &addr, len))
##############################################
unbound-1.12.0/iterator/iter_hints.c-102-	if(!delegpt_add_ns_mlc(dp, dname, 0) ||
unbound-1.12.0/iterator/iter_hints.c:103:	   !extstrtoaddr(ip, &addr, &addrlen) ||
unbound-1.12.0/iterator/iter_hints.c-104-	   !delegpt_add_target_mlc(dp, dname, dname_len,
##############################################
unbound-1.12.0/iterator/iter_hints.c-241-static int 
unbound-1.12.0/iterator/iter_hints.c:242:read_stubs_addr(struct config_stub* s, struct delegpt* dp)
unbound-1.12.0/iterator/iter_hints.c-243-{
##############################################
unbound-1.12.0/iterator/iter_hints.c-249-		log_assert(p->str);
unbound-1.12.0/iterator/iter_hints.c:250:		if(!authextstrtoaddr(p->str, &addr, &addrlen, &auth_name)) {
unbound-1.12.0/iterator/iter_hints.c-251-			log_err("cannot parse stub %s ip address: '%s'", 
##############################################
unbound-1.12.0/iterator/iter_hints.c-277-			return 0;
unbound-1.12.0/iterator/iter_hints.c:278:		if(!read_stubs_host(s, dp) || !read_stubs_addr(s, dp)) {
unbound-1.12.0/iterator/iter_hints.c-279-			delegpt_free_mlc(dp);
##############################################
unbound-1.12.0/iterator/iter_donotq.c-97-	verbose(VERB_ALGO, "donotq: %s", str);
unbound-1.12.0/iterator/iter_donotq.c:98:	if(!netblockstrtoaddr(str, UNBOUND_DNS_PORT, &addr, &addrlen, &net)) {
unbound-1.12.0/iterator/iter_donotq.c-99-		log_err("cannot parse donotquery netblock: %s", str);
##############################################
unbound-1.12.0/iterator/iter_delegpt.h-274- */
unbound-1.12.0/iterator/iter_delegpt.h:275:int delegpt_add_addr(struct delegpt* dp, struct regional* regional, 
unbound-1.12.0/iterator/iter_delegpt.h-276-	struct sockaddr_storage* addr, socklen_t addrlen,
##############################################
unbound-1.12.0/iterator/iter_delegpt.h-295- */
unbound-1.12.0/iterator/iter_delegpt.h:296:struct delegpt_addr* delegpt_find_addr(struct delegpt* dp, 
unbound-1.12.0/iterator/iter_delegpt.h-297-	struct sockaddr_storage* addr, socklen_t addrlen);
##############################################
unbound-1.12.0/iterator/iter_delegpt.h-309-/** count addresses, and number in result and available lists, for logging */
unbound-1.12.0/iterator/iter_delegpt.h:310:void delegpt_count_addr(struct delegpt* dp, size_t* numaddr, size_t* numres, 
unbound-1.12.0/iterator/iter_delegpt.h-311-	size_t* numavail);
##############################################
unbound-1.12.0/doc/Changelog-8237-	- touch up of manpage for libunbound.
unbound-1.12.0/doc/Changelog:8238:	- support for IP_RECVDSTADDR (for *BSD ip4).
unbound-1.12.0/doc/Changelog-8239-	- fix for BSD, do not use ip4to6 mapping, make two sockets, once
##############################################
unbound-1.12.0/compat/inet_aton.c-72-in_addr_t
unbound-1.12.0/compat/inet_aton.c:73:inet_addr(const char *cp)
unbound-1.12.0/compat/inet_aton.c-74-{
##############################################
unbound-1.12.0/compat/fake-rfc2553.c-66-		} else {
unbound-1.12.0/compat/fake-rfc2553.c:67:			hp = gethostbyaddr((char *)&sin->sin_addr, 
unbound-1.12.0/compat/fake-rfc2553.c-68-			    sizeof(struct in_addr), AF_INET);
##############################################
unbound-1.12.0/config.guess-34-
unbound-1.12.0/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
unbound-1.12.0/config.guess-36-
##############################################
unbound-1.12.0/config.guess-105-    # shellcheck disable=SC2039
unbound-1.12.0/config.guess:106:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
unbound-1.12.0/config.guess-107-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
unbound-1.12.0/config.guess-160-	EOF
unbound-1.12.0/config.guess:161:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
unbound-1.12.0/config.guess-162-	;;
##############################################
unbound-1.12.0/config.guess-190-	    earmv*)
unbound-1.12.0/config.guess:191:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
unbound-1.12.0/config.guess:192:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
unbound-1.12.0/config.guess-193-		machine="${arch}${endian}"-unknown
##############################################
unbound-1.12.0/config.guess-222-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
unbound-1.12.0/config.guess:223:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
unbound-1.12.0/config.guess-224-		;;
##############################################
unbound-1.12.0/config.guess-235-	    *)
unbound-1.12.0/config.guess:236:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
unbound-1.12.0/config.guess-237-		;;
##############################################
unbound-1.12.0/config.guess-288-	*4.0)
unbound-1.12.0/config.guess:289:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
unbound-1.12.0/config.guess-290-		;;
unbound-1.12.0/config.guess-291-	*5.*)
unbound-1.12.0/config.guess:292:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
unbound-1.12.0/config.guess-293-		;;
##############################################
unbound-1.12.0/config.guess-298-	# types through head -n 1, so we only detect the type of CPU 0.
unbound-1.12.0/config.guess:299:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
unbound-1.12.0/config.guess-300-	case "$ALPHA_CPU_TYPE" in
##############################################
unbound-1.12.0/config.guess-336-	# 1.2 uses "1.2" for uname -r.
unbound-1.12.0/config.guess:337:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
unbound-1.12.0/config.guess-338-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
unbound-1.12.0/config.guess-387-    s390x:SunOS:*:*)
unbound-1.12.0/config.guess:388:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
unbound-1.12.0/config.guess-389-	exit ;;
unbound-1.12.0/config.guess-390-    sun4H:SunOS:5.*:*)
unbound-1.12.0/config.guess:391:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
unbound-1.12.0/config.guess-392-	exit ;;
unbound-1.12.0/config.guess-393-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
unbound-1.12.0/config.guess:394:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
unbound-1.12.0/config.guess-395-	exit ;;
##############################################
unbound-1.12.0/config.guess-412-	fi
unbound-1.12.0/config.guess:413:	echo "$SUN_ARCH"-pc-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
unbound-1.12.0/config.guess-414-	exit ;;
##############################################
unbound-1.12.0/config.guess-418-	# it's likely to be more like Solaris than SunOS4.
unbound-1.12.0/config.guess:419:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
unbound-1.12.0/config.guess-420-	exit ;;
##############################################
unbound-1.12.0/config.guess-427-	# Japanese Language versions have a version number like `4.1.3-JL'.
unbound-1.12.0/config.guess:428:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
unbound-1.12.0/config.guess-429-	exit ;;
##############################################
unbound-1.12.0/config.guess-433-    sun*:*:4.2BSD:*)
unbound-1.12.0/config.guess:434:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
unbound-1.12.0/config.guess-435-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
unbound-1.12.0/config.guess-515-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
unbound-1.12.0/config.guess:516:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
unbound-1.12.0/config.guess:517:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
unbound-1.12.0/config.guess-518-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
unbound-1.12.0/config.guess-571-    *:IRIX*:*:*)
unbound-1.12.0/config.guess:572:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
unbound-1.12.0/config.guess-573-	exit ;;
##############################################
unbound-1.12.0/config.guess-601-EOF
unbound-1.12.0/config.guess:602:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
unbound-1.12.0/config.guess-603-		then
##############################################
unbound-1.12.0/config.guess-614-    *:AIX:*:[4567])
unbound-1.12.0/config.guess:615:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
unbound-1.12.0/config.guess-616-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
unbound-1.12.0/config.guess-650-    9000/[34678]??:HP-UX:*:*)
unbound-1.12.0/config.guess:651:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
unbound-1.12.0/config.guess-652-	case "$UNAME_MACHINE" in
##############################################
unbound-1.12.0/config.guess-704-EOF
unbound-1.12.0/config.guess:705:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
unbound-1.12.0/config.guess-706-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
unbound-1.12.0/config.guess-732-    ia64:HP-UX:*:*)
unbound-1.12.0/config.guess:733:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
unbound-1.12.0/config.guess-734-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
unbound-1.12.0/config.guess-762-EOF
unbound-1.12.0/config.guess:763:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
unbound-1.12.0/config.guess-764-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
unbound-1.12.0/config.guess-833-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
unbound-1.12.0/config.guess:834:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
unbound-1.12.0/config.guess-835-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
unbound-1.12.0/config.guess-838-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
unbound-1.12.0/config.guess:839:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
unbound-1.12.0/config.guess-840-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
unbound-1.12.0/config.guess-856-	then
unbound-1.12.0/config.guess:857:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
unbound-1.12.0/config.guess-858-	else
unbound-1.12.0/config.guess:859:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
unbound-1.12.0/config.guess-860-	fi
##############################################
unbound-1.12.0/config.guess-869-	esac
unbound-1.12.0/config.guess:870:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
unbound-1.12.0/config.guess-871-	exit ;;
##############################################
unbound-1.12.0/config.guess-905-    prep*:SunOS:5.*:*)
unbound-1.12.0/config.guess:906:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
unbound-1.12.0/config.guess-907-	exit ;;
##############################################
unbound-1.12.0/config.guess-909-	# the GNU system
unbound-1.12.0/config.guess:910:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
unbound-1.12.0/config.guess-911-	exit ;;
##############################################
unbound-1.12.0/config.guess-913-	# other systems with GNU libc and userland
unbound-1.12.0/config.guess:914:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
unbound-1.12.0/config.guess-915-	exit ;;
##############################################
unbound-1.12.0/config.guess-1035-EOF
unbound-1.12.0/config.guess:1036:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU\|^MIPS_ENDIAN\|^LIBCABI'`"
unbound-1.12.0/config.guess-1037-	test "x$CPU" != x && { echo "$CPU${MIPS_ENDIAN}-unknown-linux-$LIBCABI"; exit; }
##############################################
unbound-1.12.0/config.guess-1145-    i*86:*:4.*:*)
unbound-1.12.0/config.guess:1146:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
unbound-1.12.0/config.guess-1147-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
unbound-1.12.0/config.guess-1451-    *:DragonFly:*:*)
unbound-1.12.0/config.guess:1452:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
unbound-1.12.0/config.guess-1453-	exit ;;
##############################################
unbound-1.12.0/config.guess-1464-    i*86:skyos:*:*)
unbound-1.12.0/config.guess:1465:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
unbound-1.12.0/config.guess-1466-	exit ;;
##############################################
unbound-1.12.0/config.guess-1614-
unbound-1.12.0/config.guess:1615:$CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null && SYSTEM_NAME=`$dummy` &&
unbound-1.12.0/config.guess-1616-	{ echo "$SYSTEM_NAME"; exit; }
##############################################
unbound-1.12.0/config.guess-1644-
unbound-1.12.0/config.guess:1645:year=`echo $timestamp | sed 's,-.*,,'`
unbound-1.12.0/config.guess-1646-# shellcheck disable=SC2003
unbound-1.12.0/config.guess:1647:if test "`expr "\`date +%Y\`" - "$year"`" -lt 3 ; then
unbound-1.12.0/config.guess-1648-   cat >&2 <<EOF
##############################################
unbound-1.12.0/edns-subnet/subnet-whitelist.c-104-	verbose(VERB_ALGO, "send-client-subnet: %s", str);
unbound-1.12.0/edns-subnet/subnet-whitelist.c:105:	if(!netblockstrtoaddr(str, UNBOUND_DNS_PORT, &addr, &addrlen, &net)) {
unbound-1.12.0/edns-subnet/subnet-whitelist.c-106-		log_err("cannot parse send-client-subnet netblock: %s", str);
##############################################
unbound-1.12.0/smallapp/unbound-control.c-564-		}
unbound-1.12.0/smallapp/unbound-control.c:565:		/* config 0 addr (everything), means ask localhost */
unbound-1.12.0/smallapp/unbound-control.c-566-		if(strcmp(svr, "0.0.0.0") == 0)
##############################################
unbound-1.12.0/smallapp/unbound-control.c-574-	if(strchr(svr, '@')) {
unbound-1.12.0/smallapp/unbound-control.c:575:		if(!extstrtoaddr(svr, &addr, &addrlen))
unbound-1.12.0/smallapp/unbound-control.c-576-			fatal_exit("could not parse IP@port: %s", svr);
##############################################
unbound-1.12.0/smallapp/unbound-control.c-590-	} else {
unbound-1.12.0/smallapp/unbound-control.c:591:		if(!ipstrtoaddr(svr, cfg->control_port, &addr, &addrlen))
unbound-1.12.0/smallapp/unbound-control.c-592-			fatal_exit("could not parse IP: %s", svr);
##############################################
unbound-1.12.0/smallapp/unbound-control.c-604-		if(!useport) log_err("connect: %s for %s", strerror(err), svr);
unbound-1.12.0/smallapp/unbound-control.c:605:		else log_err_addr("connect", strerror(err), &addr, addrlen);
unbound-1.12.0/smallapp/unbound-control.c-606-		if(err == ECONNREFUSED && statuscmd) {
##############################################
unbound-1.12.0/smallapp/unbound-control.c-612-		if(!useport) log_err("connect: %s for %s", wsa_strerror(wsaerr), svr);
unbound-1.12.0/smallapp/unbound-control.c:613:		else log_err_addr("connect", wsa_strerror(wsaerr), &addr, addrlen);
unbound-1.12.0/smallapp/unbound-control.c-614-		if(wsaerr == WSAECONNREFUSED && statuscmd) {
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-211-		struct view* v;
unbound-1.12.0/smallapp/unbound-checkconf.c:212:		if(!netblockstrtoaddr(acl->str, UNBOUND_DNS_PORT, &a, &alen,
unbound-1.12.0/smallapp/unbound-checkconf.c-213-			&d)) {
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-227-	for(sb=cfg->acl_tags; sb; sb = sb->next) {
unbound-1.12.0/smallapp/unbound-checkconf.c:228:		if(!netblockstrtoaddr(sb->str, UNBOUND_DNS_PORT, &a, &alen,
unbound-1.12.0/smallapp/unbound-checkconf.c-229-			&d)) {
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-237-		enum localzone_type t;
unbound-1.12.0/smallapp/unbound-checkconf.c:238:		if(!netblockstrtoaddr(s3->str, UNBOUND_DNS_PORT, &a, &alen,
unbound-1.12.0/smallapp/unbound-checkconf.c-239-			&d)) {
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-261-		int res;
unbound-1.12.0/smallapp/unbound-checkconf.c:262:		if(!netblockstrtoaddr(s3->str, UNBOUND_DNS_PORT, &a, &alen,
unbound-1.12.0/smallapp/unbound-checkconf.c-263-			&d)) {
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-317-		for(h=s->hosts; h; h=h->next) {
unbound-1.12.0/smallapp/unbound-checkconf.c:318:			if(extstrtoaddr(h->str, &a, &alen)) {
unbound-1.12.0/smallapp/unbound-checkconf.c-319-				fprintf(stderr, "unbound-checkconf: warning:"
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-338-	for(i=0; i<cfg->num_ifs; i++) {
unbound-1.12.0/smallapp/unbound-checkconf.c:339:		if(!extstrtoaddr(cfg->ifs[i], &a, &alen)) {
unbound-1.12.0/smallapp/unbound-checkconf.c-340-			fatal_exit("cannot parse interface specified as '%s'",
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-350-	for(i=0; i<cfg->num_out_ifs; i++) {
unbound-1.12.0/smallapp/unbound-checkconf.c:351:		if(!ipstrtoaddr(cfg->out_ifs[i], UNBOUND_DNS_PORT, &a, &alen) &&
unbound-1.12.0/smallapp/unbound-checkconf.c:352:		   !netblockstrtoaddr(cfg->out_ifs[i], UNBOUND_DNS_PORT, &a, &alen, &d)) {
unbound-1.12.0/smallapp/unbound-checkconf.c-353-			fatal_exit("cannot parse outgoing-interface "
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-373-	for(acl=cfg->acls; acl; acl = acl->next) {
unbound-1.12.0/smallapp/unbound-checkconf.c:374:		if(!netblockstrtoaddr(acl->str, UNBOUND_DNS_PORT, &a, &alen,
unbound-1.12.0/smallapp/unbound-checkconf.c-375-			&d)) {
##############################################
unbound-1.12.0/smallapp/unbound-checkconf.c-390-	for(tcl=cfg->tcp_connection_limits; tcl; tcl = tcl->next) {
unbound-1.12.0/smallapp/unbound-checkconf.c:391:		if(!netblockstrtoaddr(tcl->str, UNBOUND_DNS_PORT, &a, &alen,
unbound-1.12.0/smallapp/unbound-checkconf.c-392-			&d)) {
##############################################
unbound-1.12.0/smallapp/unbound-anchor.c-480-static void
unbound-1.12.0/smallapp/unbound-anchor.c:481:verb_addr(const char* msg, struct ip_list* ip)
unbound-1.12.0/smallapp/unbound-anchor.c-482-{
##############################################
unbound-1.12.0/smallapp/unbound-anchor.c-541-	}
unbound-1.12.0/smallapp/unbound-anchor.c:542:	verb_addr("resolved server address", ip);
unbound-1.12.0/smallapp/unbound-anchor.c-543-	return ip;
##############################################
unbound-1.12.0/smallapp/unbound-anchor.c-582-static struct ip_list*
unbound-1.12.0/smallapp/unbound-anchor.c:583:parse_ip_addr(const char* str, int port)
unbound-1.12.0/smallapp/unbound-anchor.c-584-{
##############################################
unbound-1.12.0/smallapp/unbound-anchor.c-640-	/* first see if name is an IP address itself */
unbound-1.12.0/smallapp/unbound-anchor.c:641:	if( (list=parse_ip_addr(host, port)) ) {
unbound-1.12.0/smallapp/unbound-anchor.c-642-		return list;
##############################################
unbound-1.12.0/smallapp/unbound-anchor.c-739-	int fd;
unbound-1.12.0/smallapp/unbound-anchor.c:740:	verb_addr("connect to", ip);
unbound-1.12.0/smallapp/unbound-anchor.c-741-	fd = socket(ip->len==(socklen_t)sizeof(struct sockaddr_in)?
##############################################
unbound-1.12.0/smallapp/unbound-anchor.c-1949-
unbound-1.12.0/smallapp/unbound-anchor.c:1950:	if(srcaddr && !(src = parse_ip_addr(srcaddr, 0))) {
unbound-1.12.0/smallapp/unbound-anchor.c-1951-		if(verb) printf("cannot parse source address: %s\n", srcaddr);
##############################################
unbound-1.12.0/testdata/speed_cache.tdir/makeqs.sh-21-		#echo "a$i.example.com IN A" >> $2
unbound-1.12.0/testdata/speed_cache.tdir/makeqs.sh:22:		#i=`expr $i + 1`
unbound-1.12.0/testdata/speed_cache.tdir/makeqs.sh-23-	#done
##############################################
unbound-1.12.0/testdata/nss_compile.tdir/nss_compile.test-17-
unbound-1.12.0/testdata/nss_compile.tdir/nss_compile.test:18:opts=`$PRE/unbound -h | grep configured | sed -e 's/^.*options: //' | sed -e "s/'//g" `
unbound-1.12.0/testdata/nss_compile.tdir/nss_compile.test-19-
##############################################
unbound-1.12.0/testdata/common.sh-49-test_tool_avail () {
unbound-1.12.0/testdata/common.sh:50:	if test ! -x "`which $1 2>&1`"; then
unbound-1.12.0/testdata/common.sh-51-		echo No "$1" in path
##############################################
unbound-1.12.0/testdata/common.sh-95-	if echo $2 | grep $1 >/dev/null; then
unbound-1.12.0/testdata/common.sh:96:		if test ! -x "`which $3 2>&1`"; then
unbound-1.12.0/testdata/common.sh-97-			SKIP=1;
##############################################
unbound-1.12.0/testdata/common.sh-118-		linux|Linux)
unbound-1.12.0/testdata/common.sh:119:			plist=`netstat -n -A ip -A ip6 -a 2>/dev/null | sed -e 's/^.*:\([0-9]*\) .*$/\1/'`
unbound-1.12.0/testdata/common.sh-120-		;;
unbound-1.12.0/testdata/common.sh-121-		FreeBSD|freebsd|NetBSD|netbsd|OpenBSD|openbsd)
unbound-1.12.0/testdata/common.sh:122:			plist=`netstat -n -a | grep "^[ut][dc]p[46] " | sed -e 's/^.*\.\([0-9]*\) .*$/\1/'`
unbound-1.12.0/testdata/common.sh-123-		;;
unbound-1.12.0/testdata/common.sh-124-		Solaris|SunOS)
unbound-1.12.0/testdata/common.sh:125:			plist=`netstat -n -a | sed -e 's/^.*\.\([0-9]*\) .*$/\1/' | grep '^[0-9]*$'`
unbound-1.12.0/testdata/common.sh-126-		;;
##############################################
unbound-1.12.0/testdata/common.sh-132-		for (( i=0 ; i < $1 ; i++ )); do
unbound-1.12.0/testdata/common.sh:133:			if echo "$plist" | grep '^'`expr $i + $RND_PORT`'$' >/dev/null 2>&1; then
unbound-1.12.0/testdata/common.sh-134-				cont=1;
unbound-1.12.0/testdata/common.sh:135:				collisions=`expr $collisions + 1`
unbound-1.12.0/testdata/common.sh-136-			fi
##############################################
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test-29-read_value () {
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test:30:	x=`grep "$2" $3 | sed -e "s/$2//"`
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test-31-	eval $1="'""$x""'"
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test-32-	# print what we just read
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test:33:	#echo $1"="'"'"`eval echo '$'$1`"'"'
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test-34-}
##############################################
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test-46-# turn libobjs into C files
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test:47:compatfiles=`echo "$LIBOBJS" | sed -e 's?..LIBOBJDIR.?compat/?g' -e 's/.U.o/.c/g'`
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test-48-#echo compatfiles are $compatfiles
##############################################
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test-63-	echo clang --analyze $CPPFLAGS $x
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test:64:	plist=`basename $x .c`.plist
unbound-1.12.0/testdata/clang-analysis.tdir/clang-analysis.test-65-	rm -rf $plist
##############################################
unbound-1.12.0/testdata/root_hints.tdir/root_hints.test-15-
unbound-1.12.0/testdata/root_hints.tdir/root_hints.test:16:eval `grep ^srcdir= $PRE/Makefile`
unbound-1.12.0/testdata/root_hints.tdir/root_hints.test-17-echo "srcdir="$srcdir
##############################################
unbound-1.12.0/testdata/root_hints.tdir/root_hints.test-28-
unbound-1.12.0/testdata/root_hints.tdir/root_hints.test:29:	addr4=`dig +short $rs A`
unbound-1.12.0/testdata/root_hints.tdir/root_hints.test:30:	addr6=`dig +short $rs AAAA`
unbound-1.12.0/testdata/root_hints.tdir/root_hints.test-31-
##############################################
unbound-1.12.0/testdata/01-doc.tdir/01-doc.test-39-for h in `cat hlist`; do
unbound-1.12.0/testdata/01-doc.tdir/01-doc.test:40:	if fgrep "`basename $h`" $PRE/doc/html/files.html >/dev/null; then
unbound-1.12.0/testdata/01-doc.tdir/01-doc.test-41-		: # ok
##############################################
unbound-1.12.0/testdata/03-testbound.tdir/03-testbound.test-66-for input in $PRE/testdata/*.rpl $PRE/testdata/*.crpl; do
unbound-1.12.0/testdata/03-testbound.tdir/03-testbound.test:67:	header=`grep SCENARIO_BEGIN $input | head -1 | sed -e 's/SCENARIO_BEGIN //'`
unbound-1.12.0/testdata/03-testbound.tdir/03-testbound.test:68:	cleaninput=`echo $input | sed -e "s?$PRE/testdata/??"`
unbound-1.12.0/testdata/03-testbound.tdir/03-testbound.test-69-
##############################################
unbound-1.12.0/testdata/stat_timer.tdir/stat_timer.test-24-
unbound-1.12.0/testdata/stat_timer.tdir/stat_timer.test:25:n=`grep "server stats" unbound.log | wc | awk '{print $1}'`
unbound-1.12.0/testdata/stat_timer.tdir/stat_timer.test-26-echo "counted $n stat lines"
##############################################
unbound-1.12.0/testdata/pylib.tdir/pylib.test-23-	PYTHON="python3"; else PYTHON="python2"; fi
unbound-1.12.0/testdata/pylib.tdir/pylib.test:24:if test ! -x `which $PYTHON` 2>&1; then PYTHON="python"; fi
unbound-1.12.0/testdata/pylib.tdir/pylib.test-25-
##############################################
unbound-1.12.0/testdata/fwd_bogus.tdir/fwd_bogus.test-37-
unbound-1.12.0/testdata/fwd_bogus.tdir/fwd_bogus.test:38:ttl=`grep "msg www.example.com" cachedump | awk '{print $7}'`
unbound-1.12.0/testdata/fwd_bogus.tdir/fwd_bogus.test-39-echo TTL $ttl
##############################################
unbound-1.12.0/libunbound/libunbound.c-949-	/* check syntax for addr */
unbound-1.12.0/libunbound/libunbound.c:950:	if(!extstrtoaddr(addr, &storage, &stlen)) {
unbound-1.12.0/libunbound/libunbound.c-951-		errno=EINVAL;
##############################################
unbound-1.12.0/libunbound/libunbound.c-1025-
unbound-1.12.0/libunbound/libunbound.c:1026:	/* check syntax for addr (if not NULL) */
unbound-1.12.0/libunbound/libunbound.c-1027-	if(addr) {
##############################################
unbound-1.12.0/libunbound/libunbound.c-1029-		socklen_t stlen;
unbound-1.12.0/libunbound/libunbound.c:1030:		if(!extstrtoaddr(addr, &storage, &stlen)) {
unbound-1.12.0/libunbound/libunbound.c-1031-			errno=EINVAL;
##############################################
unbound-1.12.0/acx_python.m4-24-        AC_MSG_CHECKING([for the distutils Python package])
unbound-1.12.0/acx_python.m4:25:        if ac_distutils_result=`$PYTHON -c "import distutils" 2>&1`; then
unbound-1.12.0/acx_python.m4-26-                AC_MSG_RESULT([yes])
##############################################
unbound-1.12.0/configure.ac-122-
unbound-1.12.0/configure.ac:123:cmdln="`echo $@ | sed -e 's/\\\\/\\\\\\\\/g' | sed -e 's/"/\\\\"/'g`"
unbound-1.12.0/configure.ac-124-AC_DEFINE_UNQUOTED(CONFCMDLINE, ["$cmdln"], [Command line arguments used with configure])
##############################################
unbound-1.12.0/configure.ac-155-# the eval is to evaluate shell expansion twice
unbound-1.12.0/configure.ac:156:UNBOUND_SBIN_DIR=`eval echo "${sbindir}"`
unbound-1.12.0/configure.ac-157-AC_SUBST(UNBOUND_SBIN_DIR)
unbound-1.12.0/configure.ac:158:UNBOUND_SYSCONF_DIR=`eval echo "${sysconfdir}"`
unbound-1.12.0/configure.ac-159-AC_SUBST(UNBOUND_SYSCONF_DIR)
unbound-1.12.0/configure.ac:160:UNBOUND_LOCALSTATE_DIR=`eval echo "${localstatedir}"`
unbound-1.12.0/configure.ac-161-AC_SUBST(UNBOUND_LOCALSTATE_DIR)
unbound-1.12.0/configure.ac-162-if test $on_mingw = "no"; then
unbound-1.12.0/configure.ac:163:  ub_conf_file=`eval echo "${sysconfdir}/unbound/unbound.conf"`
unbound-1.12.0/configure.ac-164-else
##############################################
unbound-1.12.0/configure.ac-173-AC_DEFINE_UNQUOTED(CONFIGFILE, ["$hdr_config"], [Pathname to the Unbound configuration file])
unbound-1.12.0/configure.ac:174:ub_conf_dir=`AS_DIRNAME(["$ub_conf_file"])`
unbound-1.12.0/configure.ac-175-AC_SUBST(ub_conf_dir)
##############################################
unbound-1.12.0/configure.ac-182-if test $on_mingw = no; then
unbound-1.12.0/configure.ac:183:    UNBOUND_RUN_DIR=`dirname "$ub_conf_file"`
unbound-1.12.0/configure.ac-184-else
##############################################
unbound-1.12.0/configure.ac-581-				AC_MSG_RESULT(yes)
unbound-1.12.0/configure.ac:582:				CFLAGS=`echo "$CFLAGS" | sed -e 's/-pthread//'`
unbound-1.12.0/configure.ac-583-				PTHREAD_CFLAGS_ONLY="-pthread"
##############################################
unbound-1.12.0/configure.ac-686-   if test ! -z "$PYTHON_VERSION"; then
unbound-1.12.0/configure.ac:687:	if test `$PYTHON -c "print('$PYTHON_VERSION' >= '2.4.0')"` = "False"; then
unbound-1.12.0/configure.ac-688-		AC_ERROR([Python version >= 2.4.0 is required])
##############################################
unbound-1.12.0/configure.ac-690-
unbound-1.12.0/configure.ac:691:      [PY_MAJOR_VERSION="`$PYTHON -c \"import sys; print(sys.version_info[0])\"`"]
unbound-1.12.0/configure.ac-692-      AC_SUBST(PY_MAJOR_VERSION)
##############################################
unbound-1.12.0/configure.ac-1276-			mkdir build/libevent/.libs >/dev/null 2>&1
unbound-1.12.0/configure.ac:1277:			ev_files_o=`ls $thedir/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
unbound-1.12.0/configure.ac:1278:			ev_files_lo=`ls $thedir/*.lo | grep -v evdns\.lo | grep -v bufferevent_openssl\.lo`
unbound-1.12.0/configure.ac:1279:			ev_files_libso=`ls $thedir/.libs/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
unbound-1.12.0/configure.ac-1280-			cp $ev_files_o build/libevent
##############################################
unbound-1.12.0/configure.ac-1918-# remove start spaces 
unbound-1.12.0/configure.ac:1919:LDFLAGS=`echo "$LDFLAGS"|sed -e 's/^ *//'`
unbound-1.12.0/configure.ac:1920:LIBS=`echo "$LIBS"|sed -e 's/^ *//'`
unbound-1.12.0/configure.ac-1921-
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-112-dnl $2: the result.
unbound-1.12.0/acx_nlnetlabs.m4:113:AC_DEFUN([ACX_ESCAPE_BACKSLASH], [$2="`echo $1 | sed -e 's/\\\\/\\\\\\\\/g'`"
unbound-1.12.0/acx_nlnetlabs.m4-114-])
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-119-AC_DEFUN([ACX_RSRC_VERSION], 
unbound-1.12.0/acx_nlnetlabs.m4:120:[$1=[`echo $PACKAGE_VERSION | sed -e 's/^[^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\).*$/\1,\2,\3,\4/' -e 's/^[^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\)[^0-9]*$/\1,\2,\3,0/' `]
unbound-1.12.0/acx_nlnetlabs.m4-121-])
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-131-AC_MSG_CHECKING(whether $CC supports -$1)
unbound-1.12.0/acx_nlnetlabs.m4:132:cache=`echo $1 | sed 'y%.=/+-%___p_%'`
unbound-1.12.0/acx_nlnetlabs.m4-133-AC_CACHE_VAL(cv_prog_cc_flag_$cache,
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-135-echo 'void f(void){}' >conftest.c
unbound-1.12.0/acx_nlnetlabs.m4:136:if test -z "`$CC $CPPFLAGS $CFLAGS -$1 -c conftest.c 2>&1`"; then
unbound-1.12.0/acx_nlnetlabs.m4-137-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-142-])
unbound-1.12.0/acx_nlnetlabs.m4:143:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/acx_nlnetlabs.m4-144-AC_MSG_RESULT(yes)
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-174-cache=AS_TR_SH($1)
unbound-1.12.0/acx_nlnetlabs.m4:175:dnl cache=`echo $1 | sed 'y%.=/+- %___p__%'`
unbound-1.12.0/acx_nlnetlabs.m4-176-AC_CACHE_VAL(cv_prog_cc_flag_needed_$cache,
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-179-echo 'void f(){}' >>conftest.c
unbound-1.12.0/acx_nlnetlabs.m4:180:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/acx_nlnetlabs.m4-181-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-183-[
unbound-1.12.0/acx_nlnetlabs.m4:184:if test -z "`$CC $CPPFLAGS $CFLAGS $1 $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/acx_nlnetlabs.m4-185-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-190-#echo "$CC $CPPFLAGS $CFLAGS $1 $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/acx_nlnetlabs.m4:191:#echo `$CC $CPPFLAGS $CFLAGS $1 $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/acx_nlnetlabs.m4-192-#exit 1
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-197-])
unbound-1.12.0/acx_nlnetlabs.m4:198:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/acx_nlnetlabs.m4-199-AC_MSG_RESULT(yes)
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-202-else
unbound-1.12.0/acx_nlnetlabs.m4:203:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/acx_nlnetlabs.m4-204-AC_MSG_RESULT(no)
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-207-#echo "$CC $CPPFLAGS $CFLAGS $1 $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/acx_nlnetlabs.m4:208:#echo `$CC $CPPFLAGS $CFLAGS $1 $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/acx_nlnetlabs.m4-209-#exit 1
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-225-echo 'void f(){}' >conftest.c
unbound-1.12.0/acx_nlnetlabs.m4:226:if test "`$CC -MM conftest.c 2>&1`" = "conftest.o: conftest.c"; then
unbound-1.12.0/acx_nlnetlabs.m4-227-	DEPFLAG="-MM"
unbound-1.12.0/acx_nlnetlabs.m4-228-else 
unbound-1.12.0/acx_nlnetlabs.m4:229:  if test "`$CC -xM1 conftest.c 2>&1`" = "conftest.o: conftest.c"; then
unbound-1.12.0/acx_nlnetlabs.m4-230-	DEPFLAG="-xM1"
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-891-AC_MSG_CHECKING(if $1 is deprecated)
unbound-1.12.0/acx_nlnetlabs.m4:892:cache=`echo $1 | sed 'y%.=/+-%___p_%'`
unbound-1.12.0/acx_nlnetlabs.m4-893-AC_CACHE_VAL(cv_cc_deprecated_$cache,
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-896-echo 'void f(){ $2 }' >>conftest.c
unbound-1.12.0/acx_nlnetlabs.m4:897:if test -z "`$CC -c conftest.c 2>&1 | grep deprecated`"; then
unbound-1.12.0/acx_nlnetlabs.m4-898-eval "cv_cc_deprecated_$cache=no"
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-903-])
unbound-1.12.0/acx_nlnetlabs.m4:904:if eval "test \"`echo '$cv_cc_deprecated_'$cache`\" = yes"; then
unbound-1.12.0/acx_nlnetlabs.m4-905-AC_MSG_RESULT(yes)
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-976-	a.sin_port = htons(port);
unbound-1.12.0/acx_nlnetlabs.m4:977:	a.sin_addr.s_addr = inet_addr("127.0.0.1");
unbound-1.12.0/acx_nlnetlabs.m4-978-	if(bind(sfd, (struct sockaddr*)&a, sizeof(a)) < 0) {
##############################################
unbound-1.12.0/acx_nlnetlabs.m4-1298-  if echo $CFLAGS | grep " $1" >/dev/null 2>&1; then
unbound-1.12.0/acx_nlnetlabs.m4:1299:    CFLAGS="`echo $CFLAGS | sed -e 's/ $1//g'`"
unbound-1.12.0/acx_nlnetlabs.m4-1300-    AC_DEFINE(m4_bpatsubst(OMITTED_$1,[[-=]],_), 1, Put $1 define in config.h)
##############################################
unbound-1.12.0/pythonmod/interface.i-479-
unbound-1.12.0/pythonmod/interface.i:480:    PyObject *_sockaddr_storage_addr(const struct sockaddr_storage *ss) {
unbound-1.12.0/pythonmod/interface.i-481-        const struct sockaddr *sa;
##############################################
unbound-1.12.0/pythonmod/interface.i-501-
unbound-1.12.0/pythonmod/interface.i:502:    PyObject *_sockaddr_storage_raw_addr(const struct sockaddr_storage *ss) {
unbound-1.12.0/pythonmod/interface.i-503-        size_t sa_len;
##############################################
unbound-1.12.0/pythonmod/interface.i-581-
unbound-1.12.0/pythonmod/interface.i:582:        def _addr_get(self): return _sockaddr_storage_addr(self)
unbound-1.12.0/pythonmod/interface.i-583-        addr = property(_addr_get)
unbound-1.12.0/pythonmod/interface.i-584-
unbound-1.12.0/pythonmod/interface.i:585:        def _raw_addr_get(self): return _sockaddr_storage_raw_addr(self)
unbound-1.12.0/pythonmod/interface.i-586-        raw_addr = property(_raw_addr_get)
##############################################
unbound-1.12.0/pythonmod/interface.i-617-   %pythoncode %{
unbound-1.12.0/pythonmod/interface.i:618:        def _addr_get(self): return _sockaddr_storage_addr(self._addr)
unbound-1.12.0/pythonmod/interface.i-619-        addr = property(_addr_get)
##############################################
unbound-1.12.0/Makefile.in-522-	if test "$(WITH_PYUNBOUND)" = "yes" -o "$(WITH_PYTHONMODULE)" = "yes"; \
unbound-1.12.0/Makefile.in:523:	    then if test -x "`which sphinx-build-$(PY_MAJOR_VERSION) 2>&1`"; then \
unbound-1.12.0/Makefile.in-524-		sphinx-build-$(PY_MAJOR_VERSION) -b html pythonmod/doc doc/html/pythonmod; \
##############################################
unbound-1.12.0/Makefile.in-592-	$(INSTALL) -c -m 755 unbound-control-setup $(DESTDIR)$(sbindir)/unbound-control-setup
unbound-1.12.0/Makefile.in:593:	if test ! -e $(DESTDIR)$(configfile); then $(INSTALL) -d `dirname $(DESTDIR)$(configfile)`; $(INSTALL) -c -m 644 doc/example.conf $(DESTDIR)$(configfile); fi
unbound-1.12.0/Makefile.in-594-
##############################################
unbound-1.12.0/Makefile.in-621-	@echo
unbound-1.12.0/Makefile.in:622:	@echo "You still need to remove "`dirname $(DESTDIR)$(configfile)`" , $(DESTDIR)$(configfile) by hand"
unbound-1.12.0/Makefile.in-623-
##############################################
unbound-1.12.0/Makefile.in-663-	cp $(DEPEND_TARGET) $(DEPEND_TMP2)
unbound-1.12.0/Makefile.in:664:	head -`egrep -n "# Dependencies" $(DEPEND_TARGET) | tail -1 | sed -e 's/:.*$$//'` $(DEPEND_TMP2) > $(DEPEND_TARGET)
unbound-1.12.0/Makefile.in-665-	cat $(DEPEND_TMP) >> $(DEPEND_TARGET)
##############################################
unbound-1.12.0/Makefile.in-668-		cp $(DEPEND_TARGET2) $(DEPEND_TMP2); \
unbound-1.12.0/Makefile.in:669:		head -`egrep -n "# Dependencies" $(DEPEND_TARGET2) | tail -1 | sed -e 's/:.*$$//'` $(DEPEND_TMP2) > $(DEPEND_TARGET2); \
unbound-1.12.0/Makefile.in-670-		cat $(DEPEND_TMP) >> $(DEPEND_TARGET2); \
##############################################
unbound-1.12.0/respip/respip.c-148-
unbound-1.12.0/respip/respip.c:149:	if(!netblockstrtoaddr(ipstr, 0, &addr, &addrlen, &net)) {
unbound-1.12.0/respip/respip.c-150-		log_err("cannot parse netblock: '%s'", ipstr);
##############################################
unbound-1.12.0/respip/respip.c-565-static int
unbound-1.12.0/respip/respip.c:566:rdata2sockaddr(const struct packed_rrset_data* rd, uint16_t rtype, size_t i,
unbound-1.12.0/respip/respip.c-567-	struct sockaddr_storage* ss, socklen_t* addrlenp)
##############################################
unbound-1.12.0/respip/respip.c-621-		for(j = 0; j < rd->count; j++) {
unbound-1.12.0/respip/respip.c:622:			if(!rdata2sockaddr(rd, rtype, j, &ss, &addrlen))
unbound-1.12.0/respip/respip.c-623-				continue;
##############################################
unbound-1.12.0/respip/respip.h-58- * Client-specific attributes that can affect IP-based actions.
unbound-1.12.0/respip/respip.h:59: * This is essentially a subset of acl_addr (except for respip_set) but
unbound-1.12.0/respip/respip.h-60- * defined as a separate structure to avoid dependency on the daemon-specific
##############################################
unbound-1.12.0/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
unbound-1.12.0/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
unbound-1.12.0/configure-47-  as_echo='print -r --'
unbound-1.12.0/configure-48-  as_echo_n='print -rn --'
unbound-1.12.0/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
unbound-1.12.0/configure-50-  as_echo='printf %s\n'
##############################################
unbound-1.12.0/configure-52-else
unbound-1.12.0/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
unbound-1.12.0/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
unbound-1.12.0/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
unbound-1.12.0/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
unbound-1.12.0/configure-64-      esac;
##############################################
unbound-1.12.0/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
unbound-1.12.0/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
unbound-1.12.0/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
unbound-1.12.0/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
unbound-1.12.0/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
unbound-1.12.0/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
unbound-1.12.0/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
unbound-1.12.0/configure-336-      case $as_dir in #(
unbound-1.12.0/configure:337:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
unbound-1.12.0/configure-338-      *) as_qdir=$as_dir;;
##############################################
unbound-1.12.0/configure-409-  {
unbound-1.12.0/configure:410:    as_val=`expr "$@" || test $? -eq 1`
unbound-1.12.0/configure-411-  }
##############################################
unbound-1.12.0/configure-416-# ----------------------------------------
unbound-1.12.0/configure:417:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
unbound-1.12.0/configure-418-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
unbound-1.12.0/configure-479-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
unbound-1.12.0/configure:480:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
unbound-1.12.0/configure-481-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
unbound-1.12.0/configure-983-  case $ac_option in
unbound-1.12.0/configure:984:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
unbound-1.12.0/configure-985-  *=)   ac_optarg= ;;
##############################################
unbound-1.12.0/configure-1027-  -disable-* | --disable-*)
unbound-1.12.0/configure:1028:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
unbound-1.12.0/configure-1029-    # Reject names that are not valid shell variable names.
##############################################
unbound-1.12.0/configure-1032-    ac_useropt_orig=$ac_useropt
unbound-1.12.0/configure:1033:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
unbound-1.12.0/configure-1034-    case $ac_user_opts in
##############################################
unbound-1.12.0/configure-1053-  -enable-* | --enable-*)
unbound-1.12.0/configure:1054:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
unbound-1.12.0/configure-1055-    # Reject names that are not valid shell variable names.
##############################################
unbound-1.12.0/configure-1058-    ac_useropt_orig=$ac_useropt
unbound-1.12.0/configure:1059:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
unbound-1.12.0/configure-1060-    case $ac_user_opts in
##############################################
unbound-1.12.0/configure-1257-  -with-* | --with-*)
unbound-1.12.0/configure:1258:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
unbound-1.12.0/configure-1259-    # Reject names that are not valid shell variable names.
##############################################
unbound-1.12.0/configure-1262-    ac_useropt_orig=$ac_useropt
unbound-1.12.0/configure:1263:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
unbound-1.12.0/configure-1264-    case $ac_user_opts in
##############################################
unbound-1.12.0/configure-1273-  -without-* | --without-*)
unbound-1.12.0/configure:1274:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
unbound-1.12.0/configure-1275-    # Reject names that are not valid shell variable names.
##############################################
unbound-1.12.0/configure-1278-    ac_useropt_orig=$ac_useropt
unbound-1.12.0/configure:1279:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
unbound-1.12.0/configure-1280-    case $ac_user_opts in
##############################################
unbound-1.12.0/configure-1311-  *=*)
unbound-1.12.0/configure:1312:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
unbound-1.12.0/configure-1313-    # Reject names that are not valid shell variable names.
##############################################
unbound-1.12.0/configure-1332-if test -n "$ac_prev"; then
unbound-1.12.0/configure:1333:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
unbound-1.12.0/configure-1334-  as_fn_error $? "missing argument to $ac_option"
##############################################
unbound-1.12.0/configure-1354-    */ )
unbound-1.12.0/configure:1355:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
unbound-1.12.0/configure-1356-      eval $ac_var=\$ac_val;;
##############################################
unbound-1.12.0/configure-1389-ac_ls_di=`ls -di .` &&
unbound-1.12.0/configure:1390:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
unbound-1.12.0/configure-1391-  as_fn_error $? "working directory cannot be determined"
##############################################
unbound-1.12.0/configure-1445-case $srcdir in
unbound-1.12.0/configure:1446:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
unbound-1.12.0/configure-1447-esac
##############################################
unbound-1.12.0/configure-1488-By default, \`make install' will install all the files in
unbound-1.12.0/configure:1489:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
unbound-1.12.0/configure:1490:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
unbound-1.12.0/configure-1491-for instance \`--prefix=\$HOME'.
##############################################
unbound-1.12.0/configure-1707-*)
unbound-1.12.0/configure:1708:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
unbound-1.12.0/configure-1709-  # A ".." for each directory in $ac_dir_suffix.
unbound-1.12.0/configure:1710:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
unbound-1.12.0/configure-1711-  case $ac_top_builddir_sub in
##############################################
unbound-1.12.0/configure-2364-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
unbound-1.12.0/configure:2365:  as_decl_name=`echo $2|sed 's/ *(.*//'`
unbound-1.12.0/configure:2366:  as_decl_use=`echo $2|sed -e 's/(/((/' -e 's/)/) 0&/' -e 's/,/) 0& (/g'`
unbound-1.12.0/configure-2367-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $as_decl_name is declared" >&5
##############################################
unbound-1.12.0/configure-2535-    *\'*)
unbound-1.12.0/configure:2536:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
unbound-1.12.0/configure-2537-    esac
##############################################
unbound-1.12.0/configure-2618-      case $ac_val in
unbound-1.12.0/configure:2619:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
unbound-1.12.0/configure-2620-      esac
##############################################
unbound-1.12.0/configure-2633-	case $ac_val in
unbound-1.12.0/configure:2634:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
unbound-1.12.0/configure-2635-	esac
##############################################
unbound-1.12.0/configure-2753-    set,)
unbound-1.12.0/configure:2754:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
unbound-1.12.0/configure:2755:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
unbound-1.12.0/configure-2756-      ac_cache_corrupted=: ;;
##############################################
unbound-1.12.0/configure-2764-	# differences in whitespace do not lead to failure.
unbound-1.12.0/configure:2765:	ac_old_val_w=`echo x $ac_old_val`
unbound-1.12.0/configure:2766:	ac_new_val_w=`echo x $ac_new_val`
unbound-1.12.0/configure-2767-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
unbound-1.12.0/configure-2784-    case $ac_new_val in
unbound-1.12.0/configure:2785:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
unbound-1.12.0/configure-2786-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
unbound-1.12.0/configure-2921-
unbound-1.12.0/configure:2922:cmdln="`echo $@ | sed -e 's/\\\\/\\\\\\\\/g' | sed -e 's/"/\\\\"/'g`"
unbound-1.12.0/configure-2923-
##############################################
unbound-1.12.0/configure-3275-$as_echo_n "checking whether the C compiler works... " >&6; }
unbound-1.12.0/configure:3276:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
unbound-1.12.0/configure-3277-
##############################################
unbound-1.12.0/configure-3319-	then :; else
unbound-1.12.0/configure:3320:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
unbound-1.12.0/configure-3321-	fi
##############################################
unbound-1.12.0/configure-3379-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
unbound-1.12.0/configure:3380:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
unbound-1.12.0/configure-3381-	  break;;
##############################################
unbound-1.12.0/configure-3488-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
unbound-1.12.0/configure:3489:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
unbound-1.12.0/configure-3490-       break;;
##############################################
unbound-1.12.0/configure-3876-  # Check for GNU $ac_path_GREP
unbound-1.12.0/configure:3877:case `"$ac_path_GREP" --version 2>&1` in
unbound-1.12.0/configure-3878-*GNU*)
##############################################
unbound-1.12.0/configure-3942-  # Check for GNU $ac_path_EGREP
unbound-1.12.0/configure:3943:case `"$ac_path_EGREP" --version 2>&1` in
unbound-1.12.0/configure-3944-*GNU*)
##############################################
unbound-1.12.0/configure-4103-do :
unbound-1.12.0/configure:4104:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
unbound-1.12.0/configure-4105-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
unbound-1.12.0/configure-4108-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:4109:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
unbound-1.12.0/configure-4110-_ACEOF
##############################################
unbound-1.12.0/configure-4205-# the eval is to evaluate shell expansion twice
unbound-1.12.0/configure:4206:UNBOUND_SBIN_DIR=`eval echo "${sbindir}"`
unbound-1.12.0/configure-4207-
unbound-1.12.0/configure:4208:UNBOUND_SYSCONF_DIR=`eval echo "${sysconfdir}"`
unbound-1.12.0/configure-4209-
unbound-1.12.0/configure:4210:UNBOUND_LOCALSTATE_DIR=`eval echo "${localstatedir}"`
unbound-1.12.0/configure-4211-
unbound-1.12.0/configure-4212-if test $on_mingw = "no"; then
unbound-1.12.0/configure:4213:  ub_conf_file=`eval echo "${sysconfdir}/unbound/unbound.conf"`
unbound-1.12.0/configure-4214-else
##############################################
unbound-1.12.0/configure-4223-
unbound-1.12.0/configure:4224:hdr_config="`echo $ub_conf_file | sed -e 's/\\\\/\\\\\\\\/g'`"
unbound-1.12.0/configure-4225-
##############################################
unbound-1.12.0/configure-4262-  if test $on_mingw = no; then
unbound-1.12.0/configure:4263:    UNBOUND_RUN_DIR=`dirname "$ub_conf_file"`
unbound-1.12.0/configure-4264-else
##############################################
unbound-1.12.0/configure-4270-
unbound-1.12.0/configure:4271:hdr_run="`echo $UNBOUND_RUN_DIR | sed -e 's/\\\\/\\\\\\\\/g'`"
unbound-1.12.0/configure-4272-
##############################################
unbound-1.12.0/configure-4292-
unbound-1.12.0/configure:4293:hdr_chroot="`echo $UNBOUND_CHROOT_DIR | sed -e 's/\\\\/\\\\\\\\/g'`"
unbound-1.12.0/configure-4294-
##############################################
unbound-1.12.0/configure-4329-
unbound-1.12.0/configure:4330:hdr_pid="`echo $UNBOUND_PIDFILE | sed -e 's/\\\\/\\\\\\\\/g'`"
unbound-1.12.0/configure-4331-
##############################################
unbound-1.12.0/configure-4351-
unbound-1.12.0/configure:4352:hdr_rkey="`echo $UNBOUND_ROOTKEY_FILE | sed -e 's/\\\\/\\\\\\\\/g'`"
unbound-1.12.0/configure-4353-
##############################################
unbound-1.12.0/configure-4373-
unbound-1.12.0/configure:4374:hdr_rpem="`echo $UNBOUND_ROOTCERT_FILE | sed -e 's/\\\\/\\\\\\\\/g'`"
unbound-1.12.0/configure-4375-
##############################################
unbound-1.12.0/configure-4399-
unbound-1.12.0/configure:4400:wnvs=`echo $PACKAGE_VERSION | sed -e 's/^[^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\).*$/\1,\2,\3,\4/' -e 's/^[^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\)[^0-9][^0-9]*\([0-9][0-9]*\)[^0-9]*$/\1,\2,\3,0/' `
unbound-1.12.0/configure-4401-
##############################################
unbound-1.12.0/configure-4508-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:4509:if test -z "`$CC $CPPFLAGS $CFLAGS -g -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-4510-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-4517-
unbound-1.12.0/configure:4518:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-4519-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-4539-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:4540:if test -z "`$CC $CPPFLAGS $CFLAGS -O2 -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-4541-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-4548-
unbound-1.12.0/configure:4549:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-4550-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5105-echo 'void f(){}' >conftest.c
unbound-1.12.0/configure:5106:if test "`$CC -MM conftest.c 2>&1`" = "conftest.o: conftest.c"; then
unbound-1.12.0/configure-5107-	DEPFLAG="-MM"
unbound-1.12.0/configure-5108-else
unbound-1.12.0/configure:5109:  if test "`$CC -xM1 conftest.c 2>&1`" = "conftest.o: conftest.c"; then
unbound-1.12.0/configure-5110-	DEPFLAG="-xM1"
##############################################
unbound-1.12.0/configure-5130-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:5131:if test -z "`$CC $CPPFLAGS $CFLAGS -Werror -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5132-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-5139-
unbound-1.12.0/configure:5140:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-5141-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5161-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:5162:if test -z "`$CC $CPPFLAGS $CFLAGS -Wall -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5163-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-5170-
unbound-1.12.0/configure:5171:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-5172-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5194-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:5195:if test -z "`$CC $CPPFLAGS $CFLAGS -std=c99 -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5196-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-5203-
unbound-1.12.0/configure:5204:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-5205-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5225-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:5226:if test -z "`$CC $CPPFLAGS $CFLAGS -xc99 -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5227-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-5234-
unbound-1.12.0/configure:5235:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-5236-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5249-do :
unbound-1.12.0/configure:5250:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
unbound-1.12.0/configure-5251-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
unbound-1.12.0/configure-5254-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:5255:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
unbound-1.12.0/configure-5256-_ACEOF
##############################################
unbound-1.12.0/configure-5267-$as_echo_n "checking whether we need $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE as a flag for $CC... " >&6; }
unbound-1.12.0/configure:5268:cache=`$as_echo "$C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE" | $as_tr_sh`
unbound-1.12.0/configure-5269-if eval \${cv_prog_cc_flag_needed_$cache+:} false; then :
##############################################
unbound-1.12.0/configure-5308-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:5309:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5310-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-5312-
unbound-1.12.0/configure:5313:if test -z "`$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5314-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-5319-#echo "$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5320:#echo `$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5321-#exit 1
##############################################
unbound-1.12.0/configure-5328-
unbound-1.12.0/configure:5329:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-5330-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5334-else
unbound-1.12.0/configure:5335:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-5336-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-5340-#echo "$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5341:#echo `$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_XOPEN_SOURCE_EXTENDED=1 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5342-#exit 1
##############################################
unbound-1.12.0/configure-5358-$as_echo_n "checking whether we need $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE as a flag for $CC... " >&6; }
unbound-1.12.0/configure:5359:cache=`$as_echo "$C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE" | $as_tr_sh`
unbound-1.12.0/configure-5360-if eval \${cv_prog_cc_flag_needed_$cache+:} false; then :
##############################################
unbound-1.12.0/configure-5399-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:5400:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5401-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-5403-
unbound-1.12.0/configure:5404:if test -z "`$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5405-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-5410-#echo "$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5411:#echo `$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5412-#exit 1
##############################################
unbound-1.12.0/configure-5419-
unbound-1.12.0/configure:5420:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-5421-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5425-else
unbound-1.12.0/configure:5426:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-5427-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-5431-#echo "$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5432:#echo `$CC $CPPFLAGS $CFLAGS $C99FLAG -D__EXTENSIONS__ -D_BSD_SOURCE -D_DEFAULT_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -D_ALL_SOURCE $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5433-#exit 1
##############################################
unbound-1.12.0/configure-5449-$as_echo_n "checking whether we need $C99FLAG as a flag for $CC... " >&6; }
unbound-1.12.0/configure:5450:cache=`$as_echo "$C99FLAG" | $as_tr_sh`
unbound-1.12.0/configure-5451-if eval \${cv_prog_cc_flag_needed_$cache+:} false; then :
##############################################
unbound-1.12.0/configure-5463-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:5464:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5465-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-5467-
unbound-1.12.0/configure:5468:if test -z "`$CC $CPPFLAGS $CFLAGS $C99FLAG $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5469-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-5474-#echo "$CC $CPPFLAGS $CFLAGS $C99FLAG $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5475:#echo `$CC $CPPFLAGS $CFLAGS $C99FLAG $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5476-#exit 1
##############################################
unbound-1.12.0/configure-5483-
unbound-1.12.0/configure:5484:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-5485-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5489-else
unbound-1.12.0/configure:5490:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-5491-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-5495-#echo "$CC $CPPFLAGS $CFLAGS $C99FLAG $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5496:#echo `$CC $CPPFLAGS $CFLAGS $C99FLAG $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5497-#exit 1
##############################################
unbound-1.12.0/configure-5528-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:5529:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5530-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-5532-
unbound-1.12.0/configure:5533:if test -z "`$CC $CPPFLAGS $CFLAGS -D_BSD_SOURCE -D_DEFAULT_SOURCE $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5534-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-5539-#echo "$CC $CPPFLAGS $CFLAGS -D_BSD_SOURCE -D_DEFAULT_SOURCE $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5540:#echo `$CC $CPPFLAGS $CFLAGS -D_BSD_SOURCE -D_DEFAULT_SOURCE $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5541-#exit 1
##############################################
unbound-1.12.0/configure-5548-
unbound-1.12.0/configure:5549:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-5550-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5554-else
unbound-1.12.0/configure:5555:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-5556-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-5560-#echo "$CC $CPPFLAGS $CFLAGS -D_BSD_SOURCE -D_DEFAULT_SOURCE $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5561:#echo `$CC $CPPFLAGS $CFLAGS -D_BSD_SOURCE -D_DEFAULT_SOURCE $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5562-#exit 1
##############################################
unbound-1.12.0/configure-5593-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:5594:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5595-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-5597-
unbound-1.12.0/configure:5598:if test -z "`$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5599-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-5604-#echo "$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5605:#echo `$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5606-#exit 1
##############################################
unbound-1.12.0/configure-5613-
unbound-1.12.0/configure:5614:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-5615-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5619-else
unbound-1.12.0/configure:5620:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-5621-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-5625-#echo "$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5626:#echo `$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5627-#exit 1
##############################################
unbound-1.12.0/configure-5661-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:5662:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5663-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-5665-
unbound-1.12.0/configure:5666:if test -z "`$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE -D_FRSRESGID $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5667-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-5672-#echo "$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE -D_FRSRESGID $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5673:#echo `$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE -D_FRSRESGID $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5674-#exit 1
##############################################
unbound-1.12.0/configure-5681-
unbound-1.12.0/configure:5682:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-5683-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5687-else
unbound-1.12.0/configure:5688:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-5689-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-5693-#echo "$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE -D_FRSRESGID $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5694:#echo `$CC $CPPFLAGS $CFLAGS -D_GNU_SOURCE -D_FRSRESGID $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5695-#exit 1
##############################################
unbound-1.12.0/configure-5737-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:5738:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5739-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-5741-
unbound-1.12.0/configure:5742:if test -z "`$CC $CPPFLAGS $CFLAGS -D_POSIX_C_SOURCE=200112 $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5743-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-5748-#echo "$CC $CPPFLAGS $CFLAGS -D_POSIX_C_SOURCE=200112 $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5749:#echo `$CC $CPPFLAGS $CFLAGS -D_POSIX_C_SOURCE=200112 $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5750-#exit 1
##############################################
unbound-1.12.0/configure-5757-
unbound-1.12.0/configure:5758:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-5759-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5763-else
unbound-1.12.0/configure:5764:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-5765-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-5769-#echo "$CC $CPPFLAGS $CFLAGS -D_POSIX_C_SOURCE=200112 $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5770:#echo `$CC $CPPFLAGS $CFLAGS -D_POSIX_C_SOURCE=200112 $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5771-#exit 1
##############################################
unbound-1.12.0/configure-5819-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:5820:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5821-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-5823-
unbound-1.12.0/configure:5824:if test -z "`$CC $CPPFLAGS $CFLAGS -D__EXTENSIONS__ $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5825-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-5830-#echo "$CC $CPPFLAGS $CFLAGS -D__EXTENSIONS__ $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5831:#echo `$CC $CPPFLAGS $CFLAGS -D__EXTENSIONS__ $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5832-#exit 1
##############################################
unbound-1.12.0/configure-5839-
unbound-1.12.0/configure:5840:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-5841-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5845-else
unbound-1.12.0/configure:5846:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-5847-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-5851-#echo "$CC $CPPFLAGS $CFLAGS -D__EXTENSIONS__ $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:5852:#echo `$CC $CPPFLAGS $CFLAGS -D__EXTENSIONS__ $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-5853-#exit 1
##############################################
unbound-1.12.0/configure-5892-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:5893:if test -z "`$CC $CPPFLAGS $CFLAGS -W -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5894-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-5901-
unbound-1.12.0/configure:5902:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-5903-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5923-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:5924:if test -z "`$CC $CPPFLAGS $CFLAGS -Wall -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5925-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-5932-
unbound-1.12.0/configure:5933:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-5934-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5954-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:5955:if test -z "`$CC $CPPFLAGS $CFLAGS -Wextra -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5956-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-5963-
unbound-1.12.0/configure:5964:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-5965-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-5985-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:5986:if test -z "`$CC $CPPFLAGS $CFLAGS -Wdeclaration-after-statement -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-5987-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-5994-
unbound-1.12.0/configure:5995:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-5996-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-6484-/* end confdefs.h.  */
unbound-1.12.0/configure:6485:`cat $LEX_OUTPUT_ROOT.c`
unbound-1.12.0/configure-6486-_ACEOF
##############################################
unbound-1.12.0/configure-6517-  #define YYTEXT_POINTER 1
unbound-1.12.0/configure:6518:`cat $LEX_OUTPUT_ROOT.c`
unbound-1.12.0/configure-6519-_ACEOF
##############################################
unbound-1.12.0/configure-6781-test "x$ac_build_alias" = x &&
unbound-1.12.0/configure:6782:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
unbound-1.12.0/configure-6783-test "x$ac_build_alias" = x &&
unbound-1.12.0/configure-6784-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
unbound-1.12.0/configure:6785:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
unbound-1.12.0/configure-6786-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
unbound-1.12.0/configure-6805-IFS=$ac_save_IFS
unbound-1.12.0/configure:6806:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
unbound-1.12.0/configure-6807-
##############################################
unbound-1.12.0/configure-6816-else
unbound-1.12.0/configure:6817:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
unbound-1.12.0/configure-6818-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
unbound-1.12.0/configure-6838-IFS=$ac_save_IFS
unbound-1.12.0/configure:6839:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
unbound-1.12.0/configure-6840-
##############################################
unbound-1.12.0/configure-7013-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
unbound-1.12.0/configure:7014:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
unbound-1.12.0/configure-7015-  ECHO='print -r --'
unbound-1.12.0/configure:7016:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
unbound-1.12.0/configure-7017-  ECHO='printf %s\n'
##############################################
unbound-1.12.0/configure-7082-  # Check for GNU $ac_path_SED
unbound-1.12.0/configure:7083:case `"$ac_path_SED" --version 2>&1` in
unbound-1.12.0/configure-7084-*GNU*)
##############################################
unbound-1.12.0/configure-7161-  # Check for GNU $ac_path_FGREP
unbound-1.12.0/configure:7162:case `"$ac_path_FGREP" --version 2>&1` in
unbound-1.12.0/configure-7163-*GNU*)
##############################################
unbound-1.12.0/configure-7241-    # gcc leaves a trailing carriage return, which upsets mingw
unbound-1.12.0/configure:7242:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
unbound-1.12.0/configure-7243-  *)
unbound-1.12.0/configure:7244:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
unbound-1.12.0/configure-7245-  esac
##############################################
unbound-1.12.0/configure-7250-      # Canonicalize the pathname of ld
unbound-1.12.0/configure:7251:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
unbound-1.12.0/configure-7252-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
unbound-1.12.0/configure:7253:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
unbound-1.12.0/configure-7254-      done
##############################################
unbound-1.12.0/configure-7285-      # Break only if it was the GNU/non-GNU ld that we prefer.
unbound-1.12.0/configure:7286:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
unbound-1.12.0/configure-7287-      *GNU* | *'with BFD'*)
##############################################
unbound-1.12.0/configure-7316-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
unbound-1.12.0/configure:7317:case `$LD -v 2>&1 </dev/null` in
unbound-1.12.0/configure-7318-*GNU* | *'with BFD'*)
##############################################
unbound-1.12.0/configure-7366-	esac
unbound-1.12.0/configure:7367:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
unbound-1.12.0/configure-7368-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
unbound-1.12.0/configure-7372-	*)
unbound-1.12.0/configure:7373:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
unbound-1.12.0/configure-7374-	  */dev/null*)
##############################################
unbound-1.12.0/configure-7500-
unbound-1.12.0/configure:7501:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
unbound-1.12.0/configure-7502-    *COFF*)
##############################################
unbound-1.12.0/configure-7612-    # And add a safety zone
unbound-1.12.0/configure:7613:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
unbound-1.12.0/configure:7614:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
unbound-1.12.0/configure-7615-    ;;
##############################################
unbound-1.12.0/configure-7645-    if test -n "$kargmax"; then
unbound-1.12.0/configure:7646:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
unbound-1.12.0/configure-7647-    else
##############################################
unbound-1.12.0/configure-7654-       test undefined != "$lt_cv_sys_max_cmd_len"; then
unbound-1.12.0/configure:7655:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
unbound-1.12.0/configure:7656:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
unbound-1.12.0/configure-7657-    else
##############################################
unbound-1.12.0/configure-7666-      # we can't tell.
unbound-1.12.0/configure:7667:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
unbound-1.12.0/configure-7668-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
unbound-1.12.0/configure-7670-      do
unbound-1.12.0/configure:7671:        i=`expr $i + 1`
unbound-1.12.0/configure-7672-        teststring=$teststring$teststring
##############################################
unbound-1.12.0/configure-7674-      # Only check the string length outside the loop.
unbound-1.12.0/configure:7675:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
unbound-1.12.0/configure-7676-      teststring=
##############################################
unbound-1.12.0/configure-7679-      # linker.  It appears as though 1/2 is a usable value.
unbound-1.12.0/configure:7680:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
unbound-1.12.0/configure-7681-    fi
##############################################
unbound-1.12.0/configure-8090-openbsd* | bitrig*)
unbound-1.12.0/configure:8091:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
unbound-1.12.0/configure-8092-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
unbound-1.12.0/configure-8160-    else
unbound-1.12.0/configure:8161:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
unbound-1.12.0/configure-8162-    fi
##############################################
unbound-1.12.0/configure-8305-  # decide which one to use based on capabilities of $DLLTOOL
unbound-1.12.0/configure:8306:  case `$DLLTOOL --help 2>&1` in
unbound-1.12.0/configure-8307-  *--identify-strict*)
##############################################
unbound-1.12.0/configure-8868-# If we're using GNU nm, then use its standard symbol codes.
unbound-1.12.0/configure:8869:case `$NM -V 2>&1` in
unbound-1.12.0/configure-8870-*GNU* | *'with BFD'*)
##############################################
unbound-1.12.0/configure-8916-mingw*)
unbound-1.12.0/configure:8917:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
unbound-1.12.0/configure-8918-  ;;
##############################################
unbound-1.12.0/configure-9148-   if test yes = "$GCC"; then
unbound-1.12.0/configure:9149:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
unbound-1.12.0/configure-9150-   fi
##############################################
unbound-1.12.0/configure-9152- /*)
unbound-1.12.0/configure:9153:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
unbound-1.12.0/configure-9154-   ;; #(
##############################################
unbound-1.12.0/configure-9247-    done
unbound-1.12.0/configure:9248:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
unbound-1.12.0/configure-9249-}
##############################################
unbound-1.12.0/configure-9269-  test $ac_status = 0; }; then
unbound-1.12.0/configure:9270:    case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/configure-9271-      *ELF-32*)
##############################################
unbound-1.12.0/configure-9290-    if test yes = "$lt_cv_prog_gnu_ld"; then
unbound-1.12.0/configure:9291:      case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/configure-9292-	*32-bit*)
##############################################
unbound-1.12.0/configure-9302-    else
unbound-1.12.0/configure:9303:      case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/configure-9304-	*32-bit*)
##############################################
unbound-1.12.0/configure-9328-    emul=elf
unbound-1.12.0/configure:9329:    case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/configure-9330-      *32-bit*)
##############################################
unbound-1.12.0/configure-9336-    esac
unbound-1.12.0/configure:9337:    case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/configure-9338-      *MSB*)
##############################################
unbound-1.12.0/configure-9344-    esac
unbound-1.12.0/configure:9345:    case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/configure-9346-      *N32*)
##############################################
unbound-1.12.0/configure-10277-    *:)
unbound-1.12.0/configure:10278:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
unbound-1.12.0/configure-10279-        ;;
unbound-1.12.0/configure-10280-    x:*)
unbound-1.12.0/configure:10281:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
unbound-1.12.0/configure-10282-        ;;
unbound-1.12.0/configure-10283-    *::*)
unbound-1.12.0/configure:10284:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
unbound-1.12.0/configure:10285:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
unbound-1.12.0/configure-10286-        ;;
unbound-1.12.0/configure-10287-    *)
unbound-1.12.0/configure:10288:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
unbound-1.12.0/configure-10289-        ;;
##############################################
unbound-1.12.0/configure-10644-	"file_magic "*)
unbound-1.12.0/configure:10645:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
unbound-1.12.0/configure-10646-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
unbound-1.12.0/configure-10710-	"file_magic "*)
unbound-1.12.0/configure:10711:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
unbound-1.12.0/configure-10712-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
unbound-1.12.0/configure-11104-      *)
unbound-1.12.0/configure:11105:	case `$CC -V 2>&1 | sed 5q` in
unbound-1.12.0/configure-11106-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
unbound-1.12.0/configure-11550-	# shared libraries, regardless of the interface used.
unbound-1.12.0/configure:11551:	case `$LD -v 2>&1` in
unbound-1.12.0/configure-11552-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
unbound-1.12.0/configure-11582-    supports_anon_versioning=no
unbound-1.12.0/configure:11583:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
unbound-1.12.0/configure-11584-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
unbound-1.12.0/configure-11651-	# is; otherwise, prepend EXPORTS...
unbound-1.12.0/configure:11652:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
unbound-1.12.0/configure-11653-          cp $export_symbols $output_objdir/$soname.def;
##############################################
unbound-1.12.0/configure-11685-	prefix_cmds="$SED"~
unbound-1.12.0/configure:11686:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
unbound-1.12.0/configure-11687-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
unbound-1.12.0/configure-11707-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
unbound-1.12.0/configure:11708:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
unbound-1.12.0/configure:11709:      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'
unbound-1.12.0/configure-11710-      ;;
##############################################
unbound-1.12.0/configure-11725-        pgcc*)				# Portland Group C compiler
unbound-1.12.0/configure:11726:	  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'
unbound-1.12.0/configure-11727-	  tmp_addflag=' $pic_flag'
##############################################
unbound-1.12.0/configure-11730-					# Portland Group f77 and f90 compilers
unbound-1.12.0/configure:11731:	  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'
unbound-1.12.0/configure-11732-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
unbound-1.12.0/configure-11747-	nvcc*)	# Cuda Compiler Driver 2.2
unbound-1.12.0/configure:11748:	  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'
unbound-1.12.0/configure-11749-	  compiler_needs_object=yes
##############################################
unbound-1.12.0/configure-11751-	esac
unbound-1.12.0/configure:11752:	case `$CC -V 2>&1 | sed 5q` in
unbound-1.12.0/configure-11753-	*Sun\ C*)			# Sun C 5.9
unbound-1.12.0/configure:11754:	  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'
unbound-1.12.0/configure-11755-	  compiler_needs_object=yes
##############################################
unbound-1.12.0/configure-11822-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
unbound-1.12.0/configure:11823:      case `$LD -v 2>&1` in
unbound-1.12.0/configure-11824-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
unbound-1.12.0/configure-11911-	else
unbound-1.12.0/configure:11912:	  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'
unbound-1.12.0/configure-11913-	fi
##############################################
unbound-1.12.0/configure-11976-	# below for broken collect2 doesn't work under 4.3+
unbound-1.12.0/configure:11977:	  collect2name=`$CC -print-prog-name=collect2`
unbound-1.12.0/configure-11978-	  if test -f "$collect2name" &&
##############################################
unbound-1.12.0/configure-12056-      }'
unbound-1.12.0/configure:12057:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
unbound-1.12.0/configure-12058-  # Check for a 64-bit object if we didn't find anything.
unbound-1.12.0/configure-12059-  if test -z "$lt_cv_aix_libpath_"; then
unbound-1.12.0/configure:12060:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
unbound-1.12.0/configure-12061-  fi
##############################################
unbound-1.12.0/configure-12074-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
unbound-1.12.0/configure:12075:        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
unbound-1.12.0/configure-12076-      else
##############################################
unbound-1.12.0/configure-12109-      }'
unbound-1.12.0/configure:12110:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
unbound-1.12.0/configure-12111-  # Check for a 64-bit object if we didn't find anything.
unbound-1.12.0/configure-12112-  if test -z "$lt_cv_aix_libpath_"; then
unbound-1.12.0/configure:12113:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
unbound-1.12.0/configure-12114-  fi
##############################################
unbound-1.12.0/configure-12141-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
unbound-1.12.0/configure:12142:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
unbound-1.12.0/configure-12143-	  if test svr4 != "$with_aix_soname"; then
##############################################
unbound-1.12.0/configure-12194-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
unbound-1.12.0/configure:12195:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
unbound-1.12.0/configure-12196-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
unbound-1.12.0/configure-12232-	# FIXME: Setting linknames here is a bad hack.
unbound-1.12.0/configure:12233:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
unbound-1.12.0/configure-12234-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
unbound-1.12.0/configure-12250-  if test yes = "$lt_cv_ld_force_load"; then
unbound-1.12.0/configure:12251:    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\"`'
unbound-1.12.0/configure-12252-
##############################################
unbound-1.12.0/configure-12430-      if test yes = "$GCC"; then
unbound-1.12.0/configure:12431:	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'
unbound-1.12.0/configure-12432-	# Try to use the -exported_symbol ld option, if it does not
##############################################
unbound-1.12.0/configure-12458-	if test yes = "$lt_cv_irix_exported_symbol"; then
unbound-1.12.0/configure:12459:          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'
unbound-1.12.0/configure-12460-	fi
unbound-1.12.0/configure-12461-      else
unbound-1.12.0/configure:12462:	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'
unbound-1.12.0/configure:12463:	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'
unbound-1.12.0/configure-12464-      fi
##############################################
unbound-1.12.0/configure-12508-	hardcode_direct_absolute=yes
unbound-1.12.0/configure:12509:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
unbound-1.12.0/configure-12510-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
unbound-1.12.0/configure-12539-	prefix_cmds="$SED"~
unbound-1.12.0/configure:12540:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
unbound-1.12.0/configure-12541-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
unbound-1.12.0/configure-12553-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
unbound-1.12.0/configure:12554:	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'
unbound-1.12.0/configure-12555-      else
unbound-1.12.0/configure-12556-	allow_undefined_flag=' -expect_unresolved \*'
unbound-1.12.0/configure:12557:	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'
unbound-1.12.0/configure-12558-      fi
##############################################
unbound-1.12.0/configure-12566-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
unbound-1.12.0/configure:12567:	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'
unbound-1.12.0/configure-12568-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
unbound-1.12.0/configure-12570-	allow_undefined_flag=' -expect_unresolved \*'
unbound-1.12.0/configure:12571:	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'
unbound-1.12.0/configure:12572:	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~
unbound-1.12.0/configure:12573:          $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'
unbound-1.12.0/configure-12574-
##############################################
unbound-1.12.0/configure-12589-      else
unbound-1.12.0/configure:12590:	case `$CC -V 2>&1` in
unbound-1.12.0/configure-12591-	*"Compilers 5.0"*)
##############################################
unbound-1.12.0/configure-12988-  esac
unbound-1.12.0/configure:12989:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
unbound-1.12.0/configure-12990-  case $lt_search_path_spec in
##############################################
unbound-1.12.0/configure-12995-    # okay in the real world where ";" in dirpaths is itself problematic.
unbound-1.12.0/configure:12996:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
unbound-1.12.0/configure-12997-    ;;
unbound-1.12.0/configure-12998-  *)
unbound-1.12.0/configure:12999:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
unbound-1.12.0/configure-13000-    ;;
##############################################
unbound-1.12.0/configure-13004-  lt_tmp_lt_search_path_spec=
unbound-1.12.0/configure:13005:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
unbound-1.12.0/configure-13006-  # ...but if some path component already ends with the multilib dir we assume
##############################################
unbound-1.12.0/configure-13046-  esac
unbound-1.12.0/configure:13047:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
unbound-1.12.0/configure-13048-else
##############################################
unbound-1.12.0/configure-13186-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
unbound-1.12.0/configure:13187:    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'
unbound-1.12.0/configure-13188-    ;;
##############################################
unbound-1.12.0/configure-13222-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
unbound-1.12.0/configure:13223:    postinstall_cmds='base_file=`basename \$file`~
unbound-1.12.0/configure:13224:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
unbound-1.12.0/configure:13225:      dldir=$destdir/`dirname \$dlpath`~
unbound-1.12.0/configure-13226-      test -d \$dldir || mkdir -p \$dldir~
##############################################
unbound-1.12.0/configure-13231-      fi'
unbound-1.12.0/configure:13232:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
unbound-1.12.0/configure-13233-      dlpath=$dir/\$dldll~
##############################################
unbound-1.12.0/configure-13239-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
unbound-1.12.0/configure:13240:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
unbound-1.12.0/configure-13241-
##############################################
unbound-1.12.0/configure-13245-      # MinGW DLLs use traditional 'lib' prefix
unbound-1.12.0/configure:13246:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
unbound-1.12.0/configure-13247-      ;;
##############################################
unbound-1.12.0/configure-13249-      # pw32 DLLs use 'pw' prefix rather than 'lib'
unbound-1.12.0/configure:13250:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
unbound-1.12.0/configure-13251-      ;;
##############################################
unbound-1.12.0/configure-13258-    libname_spec='$name'
unbound-1.12.0/configure:13259:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
unbound-1.12.0/configure-13260-    library_names_spec='$libname.dll.lib'
##############################################
unbound-1.12.0/configure-13270-        # Let DOS variable expansion print the short 8.3 style file name.
unbound-1.12.0/configure:13271:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
unbound-1.12.0/configure-13272-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
unbound-1.12.0/configure-13275-      # Convert to MSYS style.
unbound-1.12.0/configure:13276:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
unbound-1.12.0/configure-13277-      ;;
##############################################
unbound-1.12.0/configure-13281-      # like /cygdrive/c/PROGRA~1:/cygdr...
unbound-1.12.0/configure:13282:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
unbound-1.12.0/configure:13283:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
unbound-1.12.0/configure:13284:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
unbound-1.12.0/configure-13285-      ;;
##############################################
unbound-1.12.0/configure-13289-        # It is most probably a Windows format PATH.
unbound-1.12.0/configure:13290:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
unbound-1.12.0/configure-13291-      else
unbound-1.12.0/configure:13292:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
unbound-1.12.0/configure-13293-      fi
##############################################
unbound-1.12.0/configure-13299-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
unbound-1.12.0/configure:13300:    postinstall_cmds='base_file=`basename \$file`~
unbound-1.12.0/configure:13301:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
unbound-1.12.0/configure:13302:      dldir=$destdir/`dirname \$dlpath`~
unbound-1.12.0/configure-13303-      test -d \$dldir || mkdir -p \$dldir~
unbound-1.12.0/configure-13304-      $install_prog $dir/$dlname \$dldir/$dlname'
unbound-1.12.0/configure:13305:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
unbound-1.12.0/configure-13306-      dlpath=$dir/\$dldll~
##############################################
unbound-1.12.0/configure-13313-    # Assume MSVC wrapper
unbound-1.12.0/configure:13314:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
unbound-1.12.0/configure-13315-    dynamic_linker='Win32 ld.exe'
##############################################
unbound-1.12.0/configure-13330-  shlibpath_var=DYLD_LIBRARY_PATH
unbound-1.12.0/configure:13331:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
unbound-1.12.0/configure-13332-
##############################################
unbound-1.12.0/configure-13586-  if test -f /etc/ld.so.conf; then
unbound-1.12.0/configure:13587:    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' ' '`
unbound-1.12.0/configure-13588-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
unbound-1.12.0/configure-13640-  need_lib_prefix=no
unbound-1.12.0/configure:13641:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
unbound-1.12.0/configure-13642-    need_version=no
##############################################
unbound-1.12.0/configure-13667-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
unbound-1.12.0/configure:13668:  postinstall_cmds='base_file=`basename \$file`~
unbound-1.12.0/configure:13669:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
unbound-1.12.0/configure:13670:    dldir=$destdir/`dirname \$dlpath`~
unbound-1.12.0/configure-13671-    test -d \$dldir || mkdir -p \$dldir~
##############################################
unbound-1.12.0/configure-13676-    fi'
unbound-1.12.0/configure:13677:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
unbound-1.12.0/configure-13678-    dlpath=$dir/\$dldll~
##############################################
unbound-1.12.0/configure-14732-do :
unbound-1.12.0/configure:14733:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
unbound-1.12.0/configure-14734-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
unbound-1.12.0/configure-14737-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:14738:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
unbound-1.12.0/configure-14739-_ACEOF
##############################################
unbound-1.12.0/configure-15353-do :
unbound-1.12.0/configure:15354:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
unbound-1.12.0/configure-15355-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
unbound-1.12.0/configure-15357-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:15358:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
unbound-1.12.0/configure-15359-_ACEOF
##############################################
unbound-1.12.0/configure-15872-echo 'void f(){}' >>conftest.c
unbound-1.12.0/configure:15873:if test -z "`$CC $CPPFLAGS $CFLAGS $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-15874-eval "cv_prog_cc_flag_needed_$cache=no"
##############################################
unbound-1.12.0/configure-15876-
unbound-1.12.0/configure:15877:if test -z "`$CC $CPPFLAGS $CFLAGS -D_LARGEFILE_SOURCE=1 $ERRFLAG -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-15878-eval "cv_prog_cc_flag_needed_$cache=yes"
##############################################
unbound-1.12.0/configure-15883-#echo "$CC $CPPFLAGS $CFLAGS -D_LARGEFILE_SOURCE=1 $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:15884:#echo `$CC $CPPFLAGS $CFLAGS -D_LARGEFILE_SOURCE=1 $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-15885-#exit 1
##############################################
unbound-1.12.0/configure-15892-
unbound-1.12.0/configure:15893:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = yes"; then
unbound-1.12.0/configure-15894-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-15898-else
unbound-1.12.0/configure:15899:if eval "test \"`echo '$cv_prog_cc_flag_needed_'$cache`\" = no"; then
unbound-1.12.0/configure-15900-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
##############################################
unbound-1.12.0/configure-15904-#echo "$CC $CPPFLAGS $CFLAGS -D_LARGEFILE_SOURCE=1 $ERRFLAG -c conftest.c 2>&1"
unbound-1.12.0/configure:15905:#echo `$CC $CPPFLAGS $CFLAGS -D_LARGEFILE_SOURCE=1 $ERRFLAG -c conftest.c 2>&1`
unbound-1.12.0/configure-15906-#exit 1
##############################################
unbound-1.12.0/configure-15985-	a.sin_port = htons(port);
unbound-1.12.0/configure:15986:	a.sin_addr.s_addr = inet_addr("127.0.0.1");
unbound-1.12.0/configure-15987-	if(bind(sfd, (struct sockaddr*)&a, sizeof(a)) < 0) {
##############################################
unbound-1.12.0/configure-16227-  test $ac_status = 0; }; then
unbound-1.12.0/configure:16228:  pkg_cv_SYSTEMD_CFLAGS=`$PKG_CONFIG --cflags "libsystemd" 2>/dev/null`
unbound-1.12.0/configure-16229-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
unbound-1.12.0/configure-16244-  test $ac_status = 0; }; then
unbound-1.12.0/configure:16245:  pkg_cv_SYSTEMD_LIBS=`$PKG_CONFIG --libs "libsystemd" 2>/dev/null`
unbound-1.12.0/configure-16246-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
unbound-1.12.0/configure-16265-        if test $_pkg_short_errors_supported = yes; then
unbound-1.12.0/configure:16266:	        SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd" 2>&1`
unbound-1.12.0/configure-16267-        else
unbound-1.12.0/configure:16268:	        SYSTEMD_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd" 2>&1`
unbound-1.12.0/configure-16269-        fi
##############################################
unbound-1.12.0/configure-16300-  test $ac_status = 0; }; then
unbound-1.12.0/configure:16301:  pkg_cv_SYSTEMD_DAEMON_CFLAGS=`$PKG_CONFIG --cflags "libsystemd-daemon" 2>/dev/null`
unbound-1.12.0/configure-16302-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
unbound-1.12.0/configure-16317-  test $ac_status = 0; }; then
unbound-1.12.0/configure:16318:  pkg_cv_SYSTEMD_DAEMON_LIBS=`$PKG_CONFIG --libs "libsystemd-daemon" 2>/dev/null`
unbound-1.12.0/configure-16319-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
unbound-1.12.0/configure-16338-        if test $_pkg_short_errors_supported = yes; then
unbound-1.12.0/configure:16339:	        SYSTEMD_DAEMON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libsystemd-daemon" 2>&1`
unbound-1.12.0/configure-16340-        else
unbound-1.12.0/configure:16341:	        SYSTEMD_DAEMON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libsystemd-daemon" 2>&1`
unbound-1.12.0/configure-16342-        fi
##############################################
unbound-1.12.0/configure-17035-$as_echo "yes" >&6; }
unbound-1.12.0/configure:17036:				CFLAGS=`echo "$CFLAGS" | sed -e 's/-pthread//'`
unbound-1.12.0/configure-17037-				PTHREAD_CFLAGS_ONLY="-pthread"
##############################################
unbound-1.12.0/configure-17147-echo 'void f(void){}' >conftest.c
unbound-1.12.0/configure:17148:if test -z "`$CC $CPPFLAGS $CFLAGS -mt -c conftest.c 2>&1`"; then
unbound-1.12.0/configure-17149-eval "cv_prog_cc_flag_$cache=yes"
##############################################
unbound-1.12.0/configure-17156-
unbound-1.12.0/configure:17157:if eval "test \"`echo '$cv_prog_cc_flag_'$cache`\" = yes"; then
unbound-1.12.0/configure-17158-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-17328-$as_echo_n "checking for the distutils Python package... " >&6; }
unbound-1.12.0/configure:17329:        if ac_distutils_result=`$PYTHON -c "import distutils" 2>&1`; then
unbound-1.12.0/configure-17330-                { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-17460-   if test ! -z "$PYTHON_VERSION"; then
unbound-1.12.0/configure:17461:	if test `$PYTHON -c "print('$PYTHON_VERSION' >= '2.4.0')"` = "False"; then
unbound-1.12.0/configure-17462-		as_fn_error $? "Python version >= 2.4.0 is required" "$LINENO" 5
##############################################
unbound-1.12.0/configure-17464-
unbound-1.12.0/configure:17465:      PY_MAJOR_VERSION="`$PYTHON -c \"import sys; print(sys.version_info[0])\"`"
unbound-1.12.0/configure-17466-
##############################################
unbound-1.12.0/configure-17558-$as_echo_n "checking for SWIG version... " >&6; }
unbound-1.12.0/configure:17559:                swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'`
unbound-1.12.0/configure-17560-                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $swig_version" >&5
##############################################
unbound-1.12.0/configure-17564-                        required=2.0.1
unbound-1.12.0/configure:17565:                        required_major=`echo $required | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17566-                        if test -z "$required_major" ; then
##############################################
unbound-1.12.0/configure-17568-                        fi
unbound-1.12.0/configure:17569:                        required=`echo $required | sed 's/[0-9]*[^0-9]//'`
unbound-1.12.0/configure:17570:                        required_minor=`echo $required | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17571-                        if test -z "$required_minor" ; then
##############################################
unbound-1.12.0/configure-17573-                        fi
unbound-1.12.0/configure:17574:                        required=`echo $required | sed 's/[0-9]*[^0-9]//'`
unbound-1.12.0/configure:17575:                        required_patch=`echo $required | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17576-                        if test -z "$required_patch" ; then
##############################################
unbound-1.12.0/configure-17580-                        available=$swig_version
unbound-1.12.0/configure:17581:                        available_major=`echo $available | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17582-                        if test -z "$available_major" ; then
##############################################
unbound-1.12.0/configure-17584-                        fi
unbound-1.12.0/configure:17585:                        available=`echo $available | sed 's/[0-9]*[^0-9]//'`
unbound-1.12.0/configure:17586:                        available_minor=`echo $available | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17587-                        if test -z "$available_minor" ; then
##############################################
unbound-1.12.0/configure-17589-                        fi
unbound-1.12.0/configure:17590:                        available=`echo $available | sed 's/[0-9]*[^0-9]//'`
unbound-1.12.0/configure:17591:                        available_patch=`echo $available | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17592-                        if test -z "$available_patch" ; then
##############################################
unbound-1.12.0/configure-17614-$as_echo "$as_me: SWIG executable is '$SWIG'" >&6;}
unbound-1.12.0/configure:17615:                                SWIG_LIB=`$SWIG -swiglib`
unbound-1.12.0/configure-17616-                                { $as_echo "$as_me:${as_lineno-$LINENO}: SWIG library directory is '$SWIG_LIB'" >&5
##############################################
unbound-1.12.0/configure-17675-$as_echo_n "checking for SWIG version... " >&6; }
unbound-1.12.0/configure:17676:                swig_version=`$SWIG -version 2>&1 | grep 'SWIG Version' | sed 's/.*\([0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\).*/\1/g'`
unbound-1.12.0/configure-17677-                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $swig_version" >&5
##############################################
unbound-1.12.0/configure-17681-                        required=
unbound-1.12.0/configure:17682:                        required_major=`echo $required | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17683-                        if test -z "$required_major" ; then
##############################################
unbound-1.12.0/configure-17685-                        fi
unbound-1.12.0/configure:17686:                        required=`echo $required | sed 's/[0-9]*[^0-9]//'`
unbound-1.12.0/configure:17687:                        required_minor=`echo $required | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17688-                        if test -z "$required_minor" ; then
##############################################
unbound-1.12.0/configure-17690-                        fi
unbound-1.12.0/configure:17691:                        required=`echo $required | sed 's/[0-9]*[^0-9]//'`
unbound-1.12.0/configure:17692:                        required_patch=`echo $required | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17693-                        if test -z "$required_patch" ; then
##############################################
unbound-1.12.0/configure-17697-                        available=$swig_version
unbound-1.12.0/configure:17698:                        available_major=`echo $available | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17699-                        if test -z "$available_major" ; then
##############################################
unbound-1.12.0/configure-17701-                        fi
unbound-1.12.0/configure:17702:                        available=`echo $available | sed 's/[0-9]*[^0-9]//'`
unbound-1.12.0/configure:17703:                        available_minor=`echo $available | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17704-                        if test -z "$available_minor" ; then
##############################################
unbound-1.12.0/configure-17706-                        fi
unbound-1.12.0/configure:17707:                        available=`echo $available | sed 's/[0-9]*[^0-9]//'`
unbound-1.12.0/configure:17708:                        available_patch=`echo $available | sed 's/[^0-9].*//'`
unbound-1.12.0/configure-17709-                        if test -z "$available_patch" ; then
##############################################
unbound-1.12.0/configure-17731-$as_echo "$as_me: SWIG executable is '$SWIG'" >&6;}
unbound-1.12.0/configure:17732:                                SWIG_LIB=`$SWIG -swiglib`
unbound-1.12.0/configure-17733-                                { $as_echo "$as_me:${as_lineno-$LINENO}: SWIG library directory is '$SWIG_LIB'" >&5
##############################################
unbound-1.12.0/configure-18333-do :
unbound-1.12.0/configure:18334:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
unbound-1.12.0/configure-18335-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
unbound-1.12.0/configure-18338-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:18339:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
unbound-1.12.0/configure-18340-_ACEOF
##############################################
unbound-1.12.0/configure-18347-do :
unbound-1.12.0/configure:18348:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
unbound-1.12.0/configure-18349-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
unbound-1.12.0/configure-18351-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:18352:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
unbound-1.12.0/configure-18353-_ACEOF
##############################################
unbound-1.12.0/configure-18363-do :
unbound-1.12.0/configure:18364:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
unbound-1.12.0/configure-18365-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
unbound-1.12.0/configure-18367-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:18368:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
unbound-1.12.0/configure-18369-_ACEOF
##############################################
unbound-1.12.0/configure-18533-do :
unbound-1.12.0/configure:18534:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
unbound-1.12.0/configure-18535-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
unbound-1.12.0/configure-18538-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:18539:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
unbound-1.12.0/configure-18540-_ACEOF
##############################################
unbound-1.12.0/configure-18547-		for func in strlcpy strlcat arc4random arc4random_uniform reallocarray; do
unbound-1.12.0/configure:18548:			as_ac_Search=`$as_echo "ac_cv_search_$func" | $as_tr_sh`
unbound-1.12.0/configure-18549-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing $func" >&5
##############################################
unbound-1.12.0/configure-18925-
unbound-1.12.0/configure:18926:      as_ac_Type=`$as_echo "ac_cv_type_DSA_SIG*" | $as_tr_sh`
unbound-1.12.0/configure-18927-ac_fn_c_check_type "$LINENO" "DSA_SIG*" "$as_ac_Type" "
##############################################
unbound-1.12.0/configure-19213-			mkdir build/libevent/.libs >/dev/null 2>&1
unbound-1.12.0/configure:19214:			ev_files_o=`ls $thedir/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
unbound-1.12.0/configure:19215:			ev_files_lo=`ls $thedir/*.lo | grep -v evdns\.lo | grep -v bufferevent_openssl\.lo`
unbound-1.12.0/configure:19216:			ev_files_libso=`ls $thedir/.libs/*.o | grep -v evdns\.o | grep -v bufferevent_openssl\.o`
unbound-1.12.0/configure-19217-			cp $ev_files_o build/libevent
##############################################
unbound-1.12.0/configure-20079-echo 'void f(){ (void)daemon(0, 0); }' >>conftest.c
unbound-1.12.0/configure:20080:if test -z "`$CC -c conftest.c 2>&1 | grep deprecated`"; then
unbound-1.12.0/configure-20081-eval "cv_cc_deprecated_$cache=no"
##############################################
unbound-1.12.0/configure-20088-
unbound-1.12.0/configure:20089:if eval "test \"`echo '$cv_cc_deprecated_'$cache`\" = yes"; then
unbound-1.12.0/configure-20090-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
##############################################
unbound-1.12.0/configure-20294-do :
unbound-1.12.0/configure:20295:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
unbound-1.12.0/configure-20296-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
unbound-1.12.0/configure-20298-  cat >>confdefs.h <<_ACEOF
unbound-1.12.0/configure:20299:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
unbound-1.12.0/configure-20300-_ACEOF
##############################################
unbound-1.12.0/configure-21173-
unbound-1.12.0/configure:21174:        hdr_dnstap_socket_path="`echo $opt_dnstap_socket_path | sed -e 's/\\\\/\\\\\\\\/g'`"
unbound-1.12.0/configure-21175-
##############################################
unbound-1.12.0/configure-21602-  if echo $CFLAGS | grep " -D_GNU_SOURCE" >/dev/null 2>&1; then
unbound-1.12.0/configure:21603:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D_GNU_SOURCE//g'`"
unbound-1.12.0/configure-21604-
##############################################
unbound-1.12.0/configure-21610-  if echo $CFLAGS | grep " -D_BSD_SOURCE" >/dev/null 2>&1; then
unbound-1.12.0/configure:21611:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D_BSD_SOURCE//g'`"
unbound-1.12.0/configure-21612-
##############################################
unbound-1.12.0/configure-21618-  if echo $CFLAGS | grep " -D_DEFAULT_SOURCE" >/dev/null 2>&1; then
unbound-1.12.0/configure:21619:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D_DEFAULT_SOURCE//g'`"
unbound-1.12.0/configure-21620-
##############################################
unbound-1.12.0/configure-21626-  if echo $CFLAGS | grep " -D__EXTENSIONS__" >/dev/null 2>&1; then
unbound-1.12.0/configure:21627:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D__EXTENSIONS__//g'`"
unbound-1.12.0/configure-21628-
##############################################
unbound-1.12.0/configure-21634-  if echo $CFLAGS | grep " -D_POSIX_C_SOURCE=200112" >/dev/null 2>&1; then
unbound-1.12.0/configure:21635:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D_POSIX_C_SOURCE=200112//g'`"
unbound-1.12.0/configure-21636-
##############################################
unbound-1.12.0/configure-21642-  if echo $CFLAGS | grep " -D_XOPEN_SOURCE=600" >/dev/null 2>&1; then
unbound-1.12.0/configure:21643:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D_XOPEN_SOURCE=600//g'`"
unbound-1.12.0/configure-21644-
##############################################
unbound-1.12.0/configure-21650-  if echo $CFLAGS | grep " -D_XOPEN_SOURCE_EXTENDED=1" >/dev/null 2>&1; then
unbound-1.12.0/configure:21651:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D_XOPEN_SOURCE_EXTENDED=1//g'`"
unbound-1.12.0/configure-21652-
##############################################
unbound-1.12.0/configure-21658-  if echo $CFLAGS | grep " -D_ALL_SOURCE" >/dev/null 2>&1; then
unbound-1.12.0/configure:21659:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D_ALL_SOURCE//g'`"
unbound-1.12.0/configure-21660-
##############################################
unbound-1.12.0/configure-21666-  if echo $CFLAGS | grep " -D_LARGEFILE_SOURCE=1" >/dev/null 2>&1; then
unbound-1.12.0/configure:21667:    CFLAGS="`echo $CFLAGS | sed -e 's/ -D_LARGEFILE_SOURCE=1//g'`"
unbound-1.12.0/configure-21668-
##############################################
unbound-1.12.0/configure-21677-# remove start spaces
unbound-1.12.0/configure:21678:LDFLAGS=`echo "$LDFLAGS"|sed -e 's/^ *//'`
unbound-1.12.0/configure:21679:LIBS=`echo "$LIBS"|sed -e 's/^ *//'`
unbound-1.12.0/configure-21680-
##############################################
unbound-1.12.0/configure-21795-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
unbound-1.12.0/configure:21796:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
unbound-1.12.0/configure-21797-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
unbound-1.12.0/configure-21866-if test -z "$BASH_VERSION$ZSH_VERSION" \
unbound-1.12.0/configure:21867:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
unbound-1.12.0/configure-21868-  as_echo='print -r --'
unbound-1.12.0/configure-21869-  as_echo_n='print -rn --'
unbound-1.12.0/configure:21870:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
unbound-1.12.0/configure-21871-  as_echo='printf %s\n'
##############################################
unbound-1.12.0/configure-21873-else
unbound-1.12.0/configure:21874:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
unbound-1.12.0/configure-21875-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
unbound-1.12.0/configure-21883-	expr "X$arg" : "X\\(.*\\)$as_nl";
unbound-1.12.0/configure:21884:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
unbound-1.12.0/configure-21885-      esac;
##############################################
unbound-1.12.0/configure-21960-# ----------------------------------------
unbound-1.12.0/configure:21961:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
unbound-1.12.0/configure-21962-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
unbound-1.12.0/configure-22032-  {
unbound-1.12.0/configure:22033:    as_val=`expr "$@" || test $? -eq 1`
unbound-1.12.0/configure-22034-  }
##############################################
unbound-1.12.0/configure-22136-      case $as_dir in #(
unbound-1.12.0/configure:22137:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
unbound-1.12.0/configure-22138-      *) as_qdir=$as_dir;;
##############################################
unbound-1.12.0/configure-22271-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
unbound-1.12.0/configure:22272:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
unbound-1.12.0/configure-22273-ac_cs_version="\\
##############################################
unbound-1.12.0/configure-22294-  --*=?*)
unbound-1.12.0/configure:22295:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
unbound-1.12.0/configure:22296:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
unbound-1.12.0/configure-22297-    ac_shift=:
##############################################
unbound-1.12.0/configure-22299-  --*=)
unbound-1.12.0/configure:22300:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
unbound-1.12.0/configure-22301-    ac_optarg=
##############################################
unbound-1.12.0/configure-22323-    case $ac_optarg in
unbound-1.12.0/configure:22324:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
unbound-1.12.0/configure-22325-    '') as_fn_error $? "missing file argument" ;;
##############################################
unbound-1.12.0/configure-22331-    case $ac_optarg in
unbound-1.12.0/configure:22332:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
unbound-1.12.0/configure-22333-    esac
##############################################
unbound-1.12.0/configure-22399-delay_variable_subst='$delay_variable_subst'
unbound-1.12.0/configure:22400:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22401:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22402:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22403:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22404:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22405:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22406:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22407:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22408:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22409:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22410:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22411:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22412:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22413:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22414:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22415:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22416:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22417:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22418:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22419:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22420:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22421:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22422:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22423:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22424:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22425:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22426:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22427:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22428:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22429:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22430:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22431:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22432:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22433:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22434:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22435:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22436:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22437:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22438:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22439:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22440:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22441:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22442:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22443:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22444:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22445:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22446:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22447:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22448:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22449:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22450:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22451:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22452:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22453:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22454:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22455:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22456:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22457:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22458: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"`'
unbound-1.12.0/configure:22459:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22460:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22461:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22462:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22463:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22464:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22465:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22466:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22467:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22468:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22469:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22470:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22471:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22472:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22473:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22474:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22475:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22476:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22477:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22478:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22479:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22480:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22481:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22482:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22483:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22484:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22485:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22486:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22487:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22488:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22489:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22490:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22491:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22492:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22493:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22494:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22495:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22496:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22497:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22498:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22499:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22500:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22501:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22502:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22503:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22504:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22505:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22506:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22507:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22508:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22509:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22510:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22511:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22512:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22513:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22514:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22515:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22516:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22517:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22518:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22519:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22520:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22521:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22522:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22523:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22524:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22525:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22526:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22527:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22528:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22529:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22530:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22531:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22532:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22533:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure:22534:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/configure-22535-
##############################################
unbound-1.12.0/configure-22616-striplib; do
unbound-1.12.0/configure:22617:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
unbound-1.12.0/configure-22618-    *[\\\\\\\`\\"\\\$]*)
unbound-1.12.0/configure:22619:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
unbound-1.12.0/configure-22620-      ;;
##############################################
unbound-1.12.0/configure-22647-configure_time_lt_sys_library_path; do
unbound-1.12.0/configure:22648:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
unbound-1.12.0/configure-22649-    *[\\\\\\\`\\"\\\$]*)
unbound-1.12.0/configure:22650:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
unbound-1.12.0/configure-22651-      ;;
##############################################
unbound-1.12.0/configure-22757-fi
unbound-1.12.0/configure:22758:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
unbound-1.12.0/configure-22759-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
unbound-1.12.0/configure-22774-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
unbound-1.12.0/configure:22775:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
unbound-1.12.0/configure-22776-ac_delim='%!_!# '
##############################################
unbound-1.12.0/configure-22780-
unbound-1.12.0/configure:22781:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
unbound-1.12.0/configure-22782-  if test $ac_delim_n = $ac_delim_num; then
##############################################
unbound-1.12.0/configure-22918-for ac_last_try in false false :; do
unbound-1.12.0/configure:22919:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
unbound-1.12.0/configure-22920-  if test -z "$ac_tt"; then
##############################################
unbound-1.12.0/configure-23050-      esac
unbound-1.12.0/configure:23051:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
unbound-1.12.0/configure-23052-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
unbound-1.12.0/configure-23109-*)
unbound-1.12.0/configure:23110:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
unbound-1.12.0/configure-23111-  # A ".." for each directory in $ac_dir_suffix.
unbound-1.12.0/configure:23112:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
unbound-1.12.0/configure-23113-  case $ac_top_builddir_sub in
##############################################
unbound-1.12.0/configure-23161-/@mandir@/p'
unbound-1.12.0/configure:23162:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
unbound-1.12.0/configure-23163-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
unbound-1.12.0/configure-23178-
unbound-1.12.0/configure:23179:# Neutralize VPATH when `$srcdir' = `.'.
unbound-1.12.0/configure-23180-# Shell code in configure.ac might set extrasub.
##############################################
unbound-1.12.0/configure-23204-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
unbound-1.12.0/configure:23205:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
unbound-1.12.0/configure-23206-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
unbound-1.12.0/configure-23729-    *:)
unbound-1.12.0/configure:23730:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
unbound-1.12.0/configure-23731-        ;;
unbound-1.12.0/configure-23732-    x:*)
unbound-1.12.0/configure:23733:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
unbound-1.12.0/configure-23734-        ;;
unbound-1.12.0/configure-23735-    *::*)
unbound-1.12.0/configure:23736:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
unbound-1.12.0/configure:23737:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
unbound-1.12.0/configure-23738-        ;;
unbound-1.12.0/configure-23739-    *)
unbound-1.12.0/configure:23740:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
unbound-1.12.0/configure-23741-        ;;
##############################################
unbound-1.12.0/configure-23756-    done
unbound-1.12.0/configure:23757:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
unbound-1.12.0/configure-23758-}
##############################################
unbound-1.12.0/install-sh-234-      fi
unbound-1.12.0/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
unbound-1.12.0/install-sh-236-    *)
##############################################
unbound-1.12.0/install-sh-281-      dstdir=$dst
unbound-1.12.0/install-sh:282:      dst=$dstdir/`basename "$src"`
unbound-1.12.0/install-sh-283-      dstdir_status=0
unbound-1.12.0/install-sh-284-    else
unbound-1.12.0/install-sh:285:      dstdir=`dirname "$dst"`
unbound-1.12.0/install-sh-286-      test -d "$dstdir"
##############################################
unbound-1.12.0/install-sh-337-                   # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
unbound-1.12.0/install-sh:338:                   ls_ld_tmpdir=`ls -ld "$tmpdir"`
unbound-1.12.0/install-sh-339-                   case $ls_ld_tmpdir in
##############################################
unbound-1.12.0/install-sh-344-                   $mkdirprog -m$different_mode -p -- "$tmpdir" && {
unbound-1.12.0/install-sh:345:                     ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
unbound-1.12.0/install-sh-346-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
unbound-1.12.0/install-sh-402-            case $prefix in
unbound-1.12.0/install-sh:403:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
unbound-1.12.0/install-sh-404-              *) qprefix=$prefix;;
##############################################
unbound-1.12.0/install-sh-451-    if $copy_on_change &&
unbound-1.12.0/install-sh:452:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
unbound-1.12.0/install-sh:453:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
unbound-1.12.0/install-sh-454-       set -f &&
##############################################
unbound-1.12.0/testcode/perf.c-620-	}
unbound-1.12.0/testcode/perf.c:621:	if(!extstrtoaddr(argv[0], &info.dest, &info.destlen)) {
unbound-1.12.0/testcode/perf.c-622-		printf("Could not parse ip: %s\n", argv[0]);
##############################################
unbound-1.12.0/testcode/petal.c-97-static int
unbound-1.12.0/testcode/petal.c:98:parse_ip_addr(char* str, int port, struct sockaddr_storage* ret, socklen_t* l)
unbound-1.12.0/testcode/petal.c-99-{
##############################################
unbound-1.12.0/testcode/petal.c-275-	int c = 1;
unbound-1.12.0/testcode/petal.c:276:	int fam = parse_ip_addr(addr, port, &ad, &len);
unbound-1.12.0/testcode/petal.c-277-	fd = socket(fam, SOCK_STREAM, 0);
##############################################
unbound-1.12.0/testcode/streamtcp.c-91-	memset(&addr, 0, sizeof(addr));
unbound-1.12.0/testcode/streamtcp.c:92:	if(!extstrtoaddr(svr, &addr, &addrlen)) {
unbound-1.12.0/testcode/streamtcp.c-93-		printf("fatal: bad server specs '%s'\n", svr);
##############################################
unbound-1.12.0/testcode/run_vm.sh-8-        then
unbound-1.12.0/testcode/run_vm.sh:9:                LO0_IP4=`/sbin/ifconfig lo0 | grep '[^0-9]127\.' | sed -e 's/^[^1]*\(127\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*\)[^0-9]*.*$/\1/g'`
unbound-1.12.0/testcode/run_vm.sh-10-                if ( echo $LO0_IP4 | grep '^127\.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*$' > /dev/null )
##############################################
unbound-1.12.0/testcode/run_vm.sh-31-	if echo "$RUNLIST" | grep '/$' >/dev/null; then
unbound-1.12.0/testcode/run_vm.sh:32:		RUNLIST=`echo "$RUNLIST" | sed -e 's?/$??'`
unbound-1.12.0/testcode/run_vm.sh-33-	fi
##############################################
unbound-1.12.0/testcode/dohclient.c-104-	int r;
unbound-1.12.0/testcode/dohclient.c:105:	if(!ipstrtoaddr(svr, port, &addr, &addrlen)) {
unbound-1.12.0/testcode/dohclient.c-106-		printf("fatal: bad server specs '%s'\n", svr);
##############################################
unbound-1.12.0/testcode/delayer.c-368-			(unsigned)tv.tv_sec, (unsigned)tv.tv_usec);
unbound-1.12.0/testcode/delayer.c:369:		log_addr(1, "from client", &p->addr, p->addr_len);
unbound-1.12.0/testcode/delayer.c-370-		/* send it */
##############################################
unbound-1.12.0/testcode/delayer.c-405-		sldns_buffer_set_limit(pkt, (size_t)r);
unbound-1.12.0/testcode/delayer.c:406:		log_addr(1, "return reply to client", &p->addr, p->addr_len);
unbound-1.12.0/testcode/delayer.c-407-		/* send reply back to the real client */
##############################################
unbound-1.12.0/testcode/delayer.c-511-		p->numwait++;
unbound-1.12.0/testcode/delayer.c:512:		log_addr(1, "recv from client", &p->addr, p->addr_len);
unbound-1.12.0/testcode/delayer.c-513-	}
##############################################
unbound-1.12.0/testcode/delayer.c-522-		return;
unbound-1.12.0/testcode/delayer.c:523:	log_addr(1, "delete tcp proxy", &p->addr, p->addr_len);
unbound-1.12.0/testcode/delayer.c-524-	s = p->querylist;
##############################################
unbound-1.12.0/testcode/delayer.c-570-	p->addr_len = addr_len;
unbound-1.12.0/testcode/delayer.c:571:	log_addr(1, "new tcp proxy", &p->addr, p->addr_len);
unbound-1.12.0/testcode/delayer.c-572-	p->client_s = newfd;
##############################################
unbound-1.12.0/testcode/delayer.c-728-			p->timeout = tout;
unbound-1.12.0/testcode/delayer.c:729:			log_addr(1, "read tcp query", &p->addr, p->addr_len);
unbound-1.12.0/testcode/delayer.c-730-			if(!tcp_relay_read(p->client_s, &p->querylist, 
##############################################
unbound-1.12.0/testcode/delayer.c-737-			p->timeout = tout;
unbound-1.12.0/testcode/delayer.c:738:			log_addr(1, "read tcp answer", &p->addr, p->addr_len);
unbound-1.12.0/testcode/delayer.c-739-			if(!tcp_relay_read(p->server_s, &p->answerlist, 
##############################################
unbound-1.12.0/testcode/delayer.c-750-			if(dl_tv_smaller(&p->querylist->wait, now))
unbound-1.12.0/testcode/delayer.c:751:				log_addr(1, "write tcp query", 
unbound-1.12.0/testcode/delayer.c-752-					&p->addr, p->addr_len);
##############################################
unbound-1.12.0/testcode/delayer.c-765-			if(dl_tv_smaller(&p->answerlist->wait, now))
unbound-1.12.0/testcode/delayer.c:766:				log_addr(1, "write tcp answer", 
unbound-1.12.0/testcode/delayer.c-767-					&p->addr, p->addr_len);
##############################################
unbound-1.12.0/testcode/delayer.c-972-		reuse.tv_sec = 1;
unbound-1.12.0/testcode/delayer.c:973:	if(!extstrtoaddr(serv_str, &srv_addr, &srv_len)) {
unbound-1.12.0/testcode/delayer.c-974-		printf("cannot parse forward address: %s\n", serv_str);
##############################################
unbound-1.12.0/testcode/delayer.c-1005-	while(1) {
unbound-1.12.0/testcode/delayer.c:1006:		if(!ipstrtoaddr(bind_str, bindport, &bind_addr, &bind_len)) {
unbound-1.12.0/testcode/delayer.c-1007-			printf("cannot parse listen address: %s\n", bind_str);
##############################################
unbound-1.12.0/testcode/mini_tpkg.sh-15-	echo "minitpkg fake $2"
unbound-1.12.0/testcode/mini_tpkg.sh:16:	echo "fake" > .done-`basename $2 .tpkg`
unbound-1.12.0/testcode/mini_tpkg.sh-17-	exit 0
##############################################
unbound-1.12.0/testcode/mini_tpkg.sh-21-	for result in *.tpkg; do
unbound-1.12.0/testcode/mini_tpkg.sh:22:		name=`basename $result .tpkg`
unbound-1.12.0/testcode/mini_tpkg.sh-23-		if test -f ".done-$name"; then
##############################################
unbound-1.12.0/testcode/mini_tpkg.sh-51-# This check is not portable (to Solaris 10).
unbound-1.12.0/testcode/mini_tpkg.sh:52:#avail=`df . | tail -1 | awk '{print $4}'`
unbound-1.12.0/testcode/mini_tpkg.sh-53-#if test "$avail" -lt "$DISKLIMIT"; then
##############################################
unbound-1.12.0/testcode/mini_tpkg.sh-57-
unbound-1.12.0/testcode/mini_tpkg.sh:58:name=`basename $1 .tpkg`
unbound-1.12.0/testcode/mini_tpkg.sh-59-dir=$name.$$
##############################################
unbound-1.12.0/testcode/unitmain.c-274-		socklen_t blen = (socklen_t)sizeof(b);
unbound-1.12.0/testcode/unitmain.c:275:		unit_assert(ipstrtoaddr("127.0.0.0", 53, &a, &alen));
unbound-1.12.0/testcode/unitmain.c:276:		unit_assert(ipstrtoaddr("127.255.255.255", 53, &b, &blen));
unbound-1.12.0/testcode/unitmain.c:277:		unit_assert(sockaddr_cmp_addr(&a, alen, &b, blen) < 0);
unbound-1.12.0/testcode/unitmain.c:278:		unit_assert(sockaddr_cmp_addr(&b, blen, &a, alen) > 0);
unbound-1.12.0/testcode/unitmain.c:279:		unit_assert(sockaddr_cmp_addr(&a, alen, &a, alen) == 0);
unbound-1.12.0/testcode/unitmain.c:280:		unit_assert(sockaddr_cmp_addr(&b, blen, &b, blen) == 0);
unbound-1.12.0/testcode/unitmain.c:281:		unit_assert(ipstrtoaddr("192.168.121.5", 53, &a, &alen));
unbound-1.12.0/testcode/unitmain.c:282:		unit_assert(sockaddr_cmp_addr(&a, alen, &b, blen) > 0);
unbound-1.12.0/testcode/unitmain.c:283:		unit_assert(sockaddr_cmp_addr(&b, blen, &a, alen) < 0);
unbound-1.12.0/testcode/unitmain.c:284:		unit_assert(sockaddr_cmp_addr(&a, alen, &a, alen) == 0);
unbound-1.12.0/testcode/unitmain.c:285:		unit_assert(ipstrtoaddr("2001:3578:ffeb::99", 53, &b, &blen));
unbound-1.12.0/testcode/unitmain.c:286:		unit_assert(sockaddr_cmp_addr(&b, blen, &b, blen) == 0);
unbound-1.12.0/testcode/unitmain.c:287:		unit_assert(sockaddr_cmp_addr(&a, alen, &b, blen) < 0);
unbound-1.12.0/testcode/unitmain.c:288:		unit_assert(sockaddr_cmp_addr(&b, blen, &a, alen) > 0);
unbound-1.12.0/testcode/unitmain.c-289-	}
##############################################
unbound-1.12.0/testcode/unitmain.c-294-		socklen_t l = (socklen_t)sizeof(a);
unbound-1.12.0/testcode/unitmain.c:295:		unit_assert(ipstrtoaddr("12.13.14.15", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-296-		unit_assert(!addr_is_ip4mapped(&a, l));
unbound-1.12.0/testcode/unitmain.c:297:		unit_assert(ipstrtoaddr("fe80::217:31ff:fe91:df", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-298-		unit_assert(!addr_is_ip4mapped(&a, l));
unbound-1.12.0/testcode/unitmain.c:299:		unit_assert(ipstrtoaddr("ffff::217:31ff:fe91:df", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-300-		unit_assert(!addr_is_ip4mapped(&a, l));
unbound-1.12.0/testcode/unitmain.c:301:		unit_assert(ipstrtoaddr("::ffff:31ff:fe91:df", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-302-		unit_assert(!addr_is_ip4mapped(&a, l));
unbound-1.12.0/testcode/unitmain.c:303:		unit_assert(ipstrtoaddr("::fffe:fe91:df", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-304-		unit_assert(!addr_is_ip4mapped(&a, l));
unbound-1.12.0/testcode/unitmain.c:305:		unit_assert(ipstrtoaddr("::ffff:127.0.0.1", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-306-		unit_assert(addr_is_ip4mapped(&a, l));
unbound-1.12.0/testcode/unitmain.c:307:		unit_assert(ipstrtoaddr("::ffff:127.0.0.2", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-308-		unit_assert(addr_is_ip4mapped(&a, l));
unbound-1.12.0/testcode/unitmain.c:309:		unit_assert(ipstrtoaddr("::ffff:192.168.0.2", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-310-		unit_assert(addr_is_ip4mapped(&a, l));
unbound-1.12.0/testcode/unitmain.c:311:		unit_assert(ipstrtoaddr("2::ffff:192.168.0.2", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-312-		unit_assert(!addr_is_ip4mapped(&a, l));
##############################################
unbound-1.12.0/testcode/unitmain.c-318-		socklen_t l = (socklen_t)sizeof(a);
unbound-1.12.0/testcode/unitmain.c:319:		unit_assert(ipstrtoaddr("0.0.0.0", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-320-		unit_assert(addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:321:		unit_assert(ipstrtoaddr("0.0.0.0", 10053, &a, &l));
unbound-1.12.0/testcode/unitmain.c-322-		unit_assert(addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:323:		unit_assert(ipstrtoaddr("0.0.0.0", 0, &a, &l));
unbound-1.12.0/testcode/unitmain.c-324-		unit_assert(addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:325:		unit_assert(ipstrtoaddr("::0", 0, &a, &l));
unbound-1.12.0/testcode/unitmain.c-326-		unit_assert(addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:327:		unit_assert(ipstrtoaddr("::0", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-328-		unit_assert(addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:329:		unit_assert(ipstrtoaddr("::1", 53, &a, &l));
unbound-1.12.0/testcode/unitmain.c-330-		unit_assert(!addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:331:		unit_assert(ipstrtoaddr("2001:1667::1", 0, &a, &l));
unbound-1.12.0/testcode/unitmain.c-332-		unit_assert(!addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:333:		unit_assert(ipstrtoaddr("2001::0", 0, &a, &l));
unbound-1.12.0/testcode/unitmain.c-334-		unit_assert(!addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:335:		unit_assert(ipstrtoaddr("10.0.0.0", 0, &a, &l));
unbound-1.12.0/testcode/unitmain.c-336-		unit_assert(!addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:337:		unit_assert(ipstrtoaddr("0.0.0.10", 0, &a, &l));
unbound-1.12.0/testcode/unitmain.c-338-		unit_assert(!addr_is_any(&a, l));
unbound-1.12.0/testcode/unitmain.c:339:		unit_assert(ipstrtoaddr("192.0.2.1", 0, &a, &l));
unbound-1.12.0/testcode/unitmain.c-340-		unit_assert(!addr_is_any(&a, l));
##############################################
unbound-1.12.0/testcode/unitmain.c-473-	unit_show_feature("infra cache");
unbound-1.12.0/testcode/unitmain.c:474:	unit_assert(ipstrtoaddr("127.0.0.1", 53, &one, &onelen));
unbound-1.12.0/testcode/unitmain.c-475-
##############################################
unbound-1.12.0/testcode/unitmain.c-580-		struct resp_addr* node;
unbound-1.12.0/testcode/unitmain.c:581:		netblockstrtoaddr(actions[i].ip, UNBOUND_DNS_PORT, &addr,
unbound-1.12.0/testcode/unitmain.c-582-			&addrlen, &net);
##############################################
unbound-1.12.0/testcode/unitmain.c-722-
unbound-1.12.0/testcode/unitmain.c:723:	netblockstrtoaddr(ipstr, UNBOUND_DNS_PORT, &addr, &addrlen, &net);
unbound-1.12.0/testcode/unitmain.c-724-	tree = respip_set_get_tree(set);
##############################################
unbound-1.12.0/testcode/replay.c-182-			strip_end_white(parse);
unbound-1.12.0/testcode/replay.c:183:			if(!extstrtoaddr(parse, &rng->addr, &rng->addrlen)) {
unbound-1.12.0/testcode/replay.c-184-				log_err("Line %d: could not read ADDRESS: %s", 
##############################################
unbound-1.12.0/testcode/replay.c-290-		readentry = 1;
unbound-1.12.0/testcode/replay.c:291:		if(!extstrtoaddr("127.0.0.1", &mom->addr, &mom->addrlen))
unbound-1.12.0/testcode/replay.c-292-			fatal_exit("internal error");
##############################################
unbound-1.12.0/testcode/replay.c-359-			m++;
unbound-1.12.0/testcode/replay.c:360:		if(!extstrtoaddr(s, &mom->addr, &mom->addrlen))
unbound-1.12.0/testcode/replay.c-361-			fatal_exit("bad infra_rtt address %s", s);
##############################################
unbound-1.12.0/testcode/replay.c-379-			remain[strlen(remain)-1] = 0;
unbound-1.12.0/testcode/replay.c:380:		if(!extstrtoaddr(remain, &mom->addr, &mom->addrlen)) {
unbound-1.12.0/testcode/replay.c-381-			log_err("line %d: could not parse ADDRESS: %s", 
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-15-	echo "minitdir fake $2"
unbound-1.12.0/testcode/mini_tdir.sh:16:	echo "fake" > .done-`basename $2 .tdir`
unbound-1.12.0/testcode/mini_tdir.sh-17-	exit 0
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-25-	for result in *.tdir; do
unbound-1.12.0/testcode/mini_tdir.sh:26:		name=`basename $result .tdir`
unbound-1.12.0/testcode/mini_tdir.sh-27-		timelen="     "
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-29-		if test -f "result.$name"; then
unbound-1.12.0/testcode/mini_tdir.sh:30:			timestart=`grep ^DateRunStart: "result.$name" | sed -e 's/DateRunStart: //'`
unbound-1.12.0/testcode/mini_tdir.sh:31:			timeend=`grep ^DateRunEnd: "result.$name" | sed -e 's/DateRunEnd: //'`
unbound-1.12.0/testcode/mini_tdir.sh:32:			timesec=`expr $timeend - $timestart`
unbound-1.12.0/testcode/mini_tdir.sh:33:			timelen=`printf %4ds $timesec`
unbound-1.12.0/testcode/mini_tdir.sh-34-			if test $? -ne 0; then
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-36-			fi
unbound-1.12.0/testcode/mini_tdir.sh:37:			desc=`grep ^Description: "result.$name" | sed -e 's/Description: //'`
unbound-1.12.0/testcode/mini_tdir.sh-38-		fi
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-41-				echo "** PASSED ** $timelen $name: $desc"
unbound-1.12.0/testcode/mini_tdir.sh:42:				pass=`expr $pass + 1`
unbound-1.12.0/testcode/mini_tdir.sh-43-			fi
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-46-				echo "!! FAILED !! $timelen $name: $desc"
unbound-1.12.0/testcode/mini_tdir.sh:47:				fail=`expr $fail + 1`
unbound-1.12.0/testcode/mini_tdir.sh-48-			else
unbound-1.12.0/testcode/mini_tdir.sh-49-				echo ".> SKIPPED<< $timelen $name: $desc"
unbound-1.12.0/testcode/mini_tdir.sh:50:				skip=`expr $skip + 1`
unbound-1.12.0/testcode/mini_tdir.sh-51-			fi
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-65-	for result in *.tdir; do
unbound-1.12.0/testcode/mini_tdir.sh:66:		name=`basename $result .tdir`
unbound-1.12.0/testcode/mini_tdir.sh-67-		if test -f ".done-$name"; then
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-95-# This check is not portable (to Solaris 10).
unbound-1.12.0/testcode/mini_tdir.sh:96:#avail=`df . | tail -1 | awk '{print $4}'`
unbound-1.12.0/testcode/mini_tdir.sh-97-#if test "$avail" -lt "$DISKLIMIT"; then
##############################################
unbound-1.12.0/testcode/mini_tdir.sh-101-
unbound-1.12.0/testcode/mini_tdir.sh:102:name=`basename $1 .tdir`
unbound-1.12.0/testcode/mini_tdir.sh-103-dir=$name.$$
##############################################
unbound-1.12.0/testcode/fake_event.c-249-			if(p->addrlen != 0)
unbound-1.12.0/testcode/fake_event.c:250:				log_addr(0, "matched ip", &p->addr, p->addrlen);
unbound-1.12.0/testcode/fake_event.c-251-			log_pkt("matched pkt: ",
##############################################
unbound-1.12.0/testcode/fake_event.c-694-		-1, runtime->now_secs);
unbound-1.12.0/testcode/fake_event.c:695:	log_addr(0, "INFRA_RTT for", &now->addr, now->addrlen);
unbound-1.12.0/testcode/fake_event.c-696-	log_info("INFRA_RTT(%s roundtrip %d): rto of %d", now->variable,
##############################################
unbound-1.12.0/testcode/fake_event.c-854-			log_pkt("pending msg", p->pkt, p->pkt_len);
unbound-1.12.0/testcode/fake_event.c:855:			log_addr(0, "pending to", &p->addr, p->addrlen);
unbound-1.12.0/testcode/fake_event.c-856-		}
##############################################
unbound-1.12.0/daemon/cachedump.c-806-	delegpt_count_ns(dp, &n_ns, &n_miss);
unbound-1.12.0/daemon/cachedump.c:807:	delegpt_count_addr(dp, &n_addr, &n_res, &n_avail);
unbound-1.12.0/daemon/cachedump.c-808-	/* since dp has not been used by iterator, all are available*/
##############################################
unbound-1.12.0/daemon/remote.c-479-	}
unbound-1.12.0/daemon/remote.c:480:	log_addr(VERB_QUERY, "new control connection from", &addr, addrlen);
unbound-1.12.0/daemon/remote.c-481-	n->c->do_not_close = 0;
##############################################
unbound-1.12.0/daemon/remote.c-1647-	}
unbound-1.12.0/daemon/remote.c:1648:	if(!ipstrtoaddr(arg, UNBOUND_DNS_PORT, &addr, &len)) {
unbound-1.12.0/daemon/remote.c-1649-		(void)ssl_printf(ssl, "error parsing ip addr: '%s'\n", arg);
##############################################
unbound-1.12.0/daemon/remote.c-2003-		/* parse address */
unbound-1.12.0/daemon/remote.c:2004:		if(!authextstrtoaddr(todo, &addr, &addrlen, &auth_name)) {
unbound-1.12.0/daemon/remote.c-2005-			if(allow_names) {
##############################################
unbound-1.12.0/daemon/remote.c-3168-			log_err("remote control connection closed prematurely");
unbound-1.12.0/daemon/remote.c:3169:		log_addr(VERB_OPS, "failed connection from",
unbound-1.12.0/daemon/remote.c-3170-			&s->c->repinfo.addr, s->c->repinfo.addrlen);
##############################################
unbound-1.12.0/daemon/worker.c-1024-				"received NOTIFY %sfor %s from", sr, zname);
unbound-1.12.0/daemon/worker.c:1025:		log_addr(VERB_DETAIL, buf, &repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1026-	}
##############################################
unbound-1.12.0/daemon/worker.c-1048-	} else if(acl == refuse) {
unbound-1.12.0/daemon/worker.c:1049:		log_addr(VERB_ALGO, "refused query from",
unbound-1.12.0/daemon/worker.c-1050-			&repinfo->addr, repinfo->addrlen);
##############################################
unbound-1.12.0/daemon/worker.c-1128-				"dnscrypt: worker check request: bad query.");
unbound-1.12.0/daemon/worker.c:1129:			log_addr(VERB_CLIENT,"from",&repinfo->addr,
unbound-1.12.0/daemon/worker.c-1130-				repinfo->addrlen);
##############################################
unbound-1.12.0/daemon/worker.c-1136-				"dnscrypt: worker parse request: formerror.");
unbound-1.12.0/daemon/worker.c:1137:			log_addr(VERB_CLIENT, "from", &repinfo->addr,
unbound-1.12.0/daemon/worker.c-1138-				repinfo->addrlen);
##############################################
unbound-1.12.0/daemon/worker.c-1176-		verbose(VERB_ALGO, "worker check request: bad query.");
unbound-1.12.0/daemon/worker.c:1177:		log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1178-		if(ret != -1) {
##############################################
unbound-1.12.0/daemon/worker.c-1211-		verbose(VERB_ALGO, "worker parse request: formerror.");
unbound-1.12.0/daemon/worker.c:1212:		log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1213-		memset(&qinfo, 0, sizeof(qinfo)); /* zero qinfo.qname */
##############################################
unbound-1.12.0/daemon/worker.c-1231-		verbose(VERB_ALGO, "worker request: refused zone transfer.");
unbound-1.12.0/daemon/worker.c:1232:		log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1233-		sldns_buffer_rewind(c->buffer);
##############################################
unbound-1.12.0/daemon/worker.c-1248-		verbose(VERB_ALGO, "worker request: formerror for meta-type.");
unbound-1.12.0/daemon/worker.c:1249:		log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1250-		if(worker_err_ratelimit(worker, LDNS_RCODE_FORMERR) == -1) {
##############################################
unbound-1.12.0/daemon/worker.c-1265-		verbose(VERB_ALGO, "worker parse edns: formerror.");
unbound-1.12.0/daemon/worker.c:1266:		log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1267-		memset(&reply_edns, 0, sizeof(reply_edns));
##############################################
unbound-1.12.0/daemon/worker.c-1285-			verbose(VERB_ALGO, "query with bad edns version.");
unbound-1.12.0/daemon/worker.c:1286:			log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1287-			error_encode(c->buffer, EDNS_RCODE_BADVERS&0xf, &qinfo,
##############################################
unbound-1.12.0/daemon/worker.c-1299-				(int)edns.udp_size);
unbound-1.12.0/daemon/worker.c:1300:			log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1301-			edns.udp_size = NORMAL_UDP_SIZE;
##############################################
unbound-1.12.0/daemon/worker.c-1311-				verbose(VERB_ALGO, "query with bad edns keepalive.");
unbound-1.12.0/daemon/worker.c:1312:				log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1313-				error_encode(c->buffer, LDNS_RCODE_FORMERR, &qinfo,
##############################################
unbound-1.12.0/daemon/worker.c-1328-			" (%d to max-udp-size)", (int)edns.udp_size);
unbound-1.12.0/daemon/worker.c:1329:		log_addr(VERB_CLIENT,"from",&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1330-		edns.udp_size = worker->daemon->cfg->max_udp_size;
##############################################
unbound-1.12.0/daemon/worker.c-1333-		verbose(VERB_ALGO, "worker request: edns is too small.");
unbound-1.12.0/daemon/worker.c:1334:		log_addr(VERB_CLIENT, "from", &repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c-1335-		LDNS_QR_SET(sldns_buffer_begin(c->buffer));
##############################################
unbound-1.12.0/daemon/worker.c-1426-		regional_free_all(worker->scratchpad);
unbound-1.12.0/daemon/worker.c:1427:		log_addr(VERB_ALGO, "refused nonrec (cache snoop) query from",
unbound-1.12.0/daemon/worker.c-1428-			&repinfo->addr, repinfo->addrlen);
##############################################
unbound-1.12.0/daemon/worker.c-1557-		if(c->type == comm_udp)
unbound-1.12.0/daemon/worker.c:1558:			log_addr(VERB_CLIENT, "udp request from",
unbound-1.12.0/daemon/worker.c-1559-				&repinfo->addr, repinfo->addrlen);
unbound-1.12.0/daemon/worker.c:1560:		else	log_addr(VERB_CLIENT, "tcp request from",
unbound-1.12.0/daemon/worker.c-1561-				&repinfo->addr, repinfo->addrlen);
##############################################
unbound-1.12.0/daemon/acl_list.c-119-	}
unbound-1.12.0/daemon/acl_list.c:120:	if(!netblockstrtoaddr(str, UNBOUND_DNS_PORT, &addr, &addrlen, &net)) {
unbound-1.12.0/daemon/acl_list.c-121-		log_err("cannot parse access control: %s %s", str, s2);
##############################################
unbound-1.12.0/daemon/acl_list.c-139-	socklen_t addrlen;
unbound-1.12.0/daemon/acl_list.c:140:	if(!netblockstrtoaddr(str, UNBOUND_DNS_PORT, &addr, &addrlen, &net)) {
unbound-1.12.0/daemon/acl_list.c-141-		log_err("cannot parse netblock: %s", str);
##############################################
unbound-1.12.0/README-Travis.md-113-
unbound-1.12.0/README-Travis.md:114:The third step installs the NDK and SDK. This step is handled in by the script `contrib/android/install_ndk.sh`. The script uses `ANDROID_NDK_ROOT` and `ANDROID_SDK_ROOT` to place the NDK and SDK in the `$HOME` directory.
unbound-1.12.0/README-Travis.md-115-
##############################################
unbound-1.12.0/README-Travis.md-141-
unbound-1.12.0/README-Travis.md:142:The fifth step builds OpenSSL and Expat. OpenSSL and Expat are built for Android using the scripts `contrib/android/install_openssl.sh` and `contrib/android/install_expat.sh`. The scripts download, configure and install the latest release version of the libraries. The libraries are configured with `--prefix="$ANDROID_PREFIX"` so the headers are placed in `$ANDROID_PREFIX/include` directory, and the libraries are placed in the `$ANDROID_PREFIX/lib` directory.
unbound-1.12.0/README-Travis.md-143-
unbound-1.12.0/README-Travis.md:144:`ANDROID_PREFIX` is the value `$HOME/android$ANDROID_API-$ANDROID_CPU`. The libraries will be installed in `$HOME/android23-armv7a`, `$HOME/android23-aarch64`, etc. For Autotools projects, the appropriate `PKG_CONFIG_PATH` is exported. `PKG_CONFIG_PATH` is the userland equivalent to sysroot, and allows Autotools to find non-system headers and libraries for an architecture. Typical `PKG_CONFIG_PATH` are `$HOME/android23-armv7a/lib/pkgconfig` and `$HOME/android23-aarch64/lib/pkgconfig`.
unbound-1.12.0/README-Travis.md-145-
##############################################
unbound-1.12.0/README-Travis.md-241-
unbound-1.12.0/README-Travis.md:242:The fourth step builds OpenSSL and Expat. OpenSSL and Expat are built for iOS using the scripts `contrib/ios/install_openssl.sh` and `contrib/ios/install_expat.sh`. The scripts download, configure and install the latest release version of the libraries. The libraries are configured with `--prefix="$IOS_PREFIX"` so the headers are placed in `$IOS_PREFIX/include` directory, and the libraries are placed in the `$IOS_PREFIX/lib` directory.
unbound-1.12.0/README-Travis.md-243-
unbound-1.12.0/README-Travis.md:244:`IOS_PREFIX` is the value `$HOME/$IOS_SDK-$IOS_CPU`. The scheme handles both iOS SDKs and cpu architectures so the pair recieves a unique installation directory. The libraries will be installed in `$HOME/iPhoneOS-armv7s`, `$HOME/iPhoneOS-arm64`, `$HOME/iPhoneSimulator-i386`, etc. For Autotools projects, the appropriate `PKG_CONFIG_PATH` is exported.
unbound-1.12.0/README-Travis.md-245-
unbound-1.12.0/README-Travis.md:246:`PKG_CONFIG_PATH` is an important variable. It is the userland equivalent to sysroot, and allows Autotools to find non-system headers and libraries for an architecture. Typical `PKG_CONFIG_PATH` are `$HOME/iPhoneOS-armv7s/lib/pkgconfig` and `$HOME/iPhoneOS-arm64/lib/pkgconfig`.
unbound-1.12.0/README-Travis.md-247-
##############################################
unbound-1.12.0/contrib/android/install_openssl.sh-25-echo "Configuring OpenSSL"
unbound-1.12.0/contrib/android/install_openssl.sh:26:if ! ./Configure "$OPENSSL_HOST" no-comp no-asm no-hw no-engine shared \
unbound-1.12.0/contrib/android/install_openssl.sh-27-       --prefix="$ANDROID_PREFIX" --openssldir="$ANDROID_PREFIX"; then
##############################################
unbound-1.12.0/contrib/unbound.init_fedora-75-reload() {
unbound-1.12.0/contrib/unbound.init_fedora:76:    kill -HUP `cat $pidfile`
unbound-1.12.0/contrib/unbound.init_fedora-77-}
##############################################
unbound-1.12.0/contrib/unbound.init-92-reload() {
unbound-1.12.0/contrib/unbound.init:93:    kill -HUP `cat $pidfile`
unbound-1.12.0/contrib/unbound.init-94-}
##############################################
unbound-1.12.0/contrib/unbound_munin_-117-get_value ( ) {
unbound-1.12.0/contrib/unbound_munin_:118:	value="`grep '^'$1'=' $state | sed -e 's/^.*=//'`"
unbound-1.12.0/contrib/unbound_munin_-119-	if test "$value"x = ""x; then
##############################################
unbound-1.12.0/contrib/unbound_munin_-130-	if test -f $lock ; then
unbound-1.12.0/contrib/unbound_munin_:131:		pid="`cat $lock 2>&1`"
unbound-1.12.0/contrib/unbound_munin_-132-		kill -0 "$pid" >/dev/null 2>&1
##############################################
unbound-1.12.0/contrib/unbound_munin_-138-	i=0
unbound-1.12.0/contrib/unbound_munin_:139:	while test ! -f $lock || test "`cat $lock 2>&1`" != $$; do
unbound-1.12.0/contrib/unbound_munin_-140-		while test -f $lock; do
unbound-1.12.0/contrib/unbound_munin_-141-			# wait
unbound-1.12.0/contrib/unbound_munin_:142:			i=`expr $i + 1`
unbound-1.12.0/contrib/unbound_munin_-143-			if test $i -gt 1000; then
##############################################
unbound-1.12.0/contrib/unbound_munin_-146-			if test $i -gt 1500; then
unbound-1.12.0/contrib/unbound_munin_:147:				echo "error locking $lock" "=" `cat $lock`
unbound-1.12.0/contrib/unbound_munin_-148-				rm -f $lock
##############################################
unbound-1.12.0/contrib/unbound_munin_-158-		get_value "time.now"
unbound-1.12.0/contrib/unbound_munin_:159:		value="`echo $value | sed -e 's/\..*$//'`"
unbound-1.12.0/contrib/unbound_munin_:160:		if test $now -lt `expr $value + $lee`; then
unbound-1.12.0/contrib/unbound_munin_-161-			rm -f $lock
##############################################
unbound-1.12.0/contrib/unbound_munin_-178-	fi
unbound-1.12.0/contrib/unbound_munin_:179:	if test ! -d `dirname $state`; then
unbound-1.12.0/contrib/unbound_munin_:180:		echo no "(`dirname $state` directory does not exist)"
unbound-1.12.0/contrib/unbound_munin_-181-		exit 0
##############################################
unbound-1.12.0/contrib/unbound_munin_-200-# determine my type, by name
unbound-1.12.0/contrib/unbound_munin_:201:id=`echo $0 | sed -e 's/^.*unbound_munin_//'`
unbound-1.12.0/contrib/unbound_munin_-202-if test "$id"x = ""x; then
##############################################
unbound-1.12.0/contrib/unbound_munin_-208-exist_config ( ) {
unbound-1.12.0/contrib/unbound_munin_:209:	mn=`echo $1 | sed $ABBREV | tr . _`
unbound-1.12.0/contrib/unbound_munin_-210-	if grep '^'$1'=' $state >/dev/null 2>&1; then
##############################################
unbound-1.12.0/contrib/unbound_munin_-218-p_config ( ) {
unbound-1.12.0/contrib/unbound_munin_:219:	mn=`echo $1 | sed $ABBREV | tr . _`
unbound-1.12.0/contrib/unbound_munin_-220-	echo $mn.label "$2"
##############################################
unbound-1.12.0/contrib/unbound_munin_-237-			sed -e 's/=.*//'`; do
unbound-1.12.0/contrib/unbound_munin_:238:			exist_config $x "queries handled by `basename $x .num.queries`"
unbound-1.12.0/contrib/unbound_munin_-239-		done
##############################################
unbound-1.12.0/contrib/unbound_munin_-286-		echo "graph_category DNS"
unbound-1.12.0/contrib/unbound_munin_:287:		for x in `grep "^num.query.type" $state`; do
unbound-1.12.0/contrib/unbound_munin_:288:			nm=`echo $x | sed -e 's/=.*$//'`
unbound-1.12.0/contrib/unbound_munin_:289:			tp=`echo $nm | sed -e s/num.query.type.//`
unbound-1.12.0/contrib/unbound_munin_-290-			p_config "$nm" "$tp" "ABSOLUTE"
##############################################
unbound-1.12.0/contrib/unbound_munin_-299-		echo "graph_category DNS"
unbound-1.12.0/contrib/unbound_munin_:300:		for x in `grep "^num.query.class" $state`; do
unbound-1.12.0/contrib/unbound_munin_:301:			nm=`echo $x | sed -e 's/=.*$//'`
unbound-1.12.0/contrib/unbound_munin_:302:			tp=`echo $nm | sed -e s/num.query.class.//`
unbound-1.12.0/contrib/unbound_munin_-303-			p_config "$nm" "$tp" "ABSOLUTE"
##############################################
unbound-1.12.0/contrib/unbound_munin_-312-		echo "graph_category DNS"
unbound-1.12.0/contrib/unbound_munin_:313:		for x in `grep "^num.query.opcode" $state`; do
unbound-1.12.0/contrib/unbound_munin_:314:			nm=`echo $x | sed -e 's/=.*$//'`
unbound-1.12.0/contrib/unbound_munin_:315:			tp=`echo $nm | sed -e s/num.query.opcode.//`
unbound-1.12.0/contrib/unbound_munin_-316-			p_config "$nm" "$tp" "ABSOLUTE"
##############################################
unbound-1.12.0/contrib/unbound_munin_-325-		echo "graph_category DNS"
unbound-1.12.0/contrib/unbound_munin_:326:		for x in `grep "^num.answer.rcode" $state`; do
unbound-1.12.0/contrib/unbound_munin_:327:			nm=`echo $x | sed -e 's/=.*$//'`
unbound-1.12.0/contrib/unbound_munin_:328:			tp=`echo $nm | sed -e s/num.answer.rcode.//`
unbound-1.12.0/contrib/unbound_munin_-329-			p_config "$nm" "$tp" "ABSOLUTE"
##############################################
unbound-1.12.0/contrib/unbound_munin_-429-print_value ( ) {
unbound-1.12.0/contrib/unbound_munin_:430:	mn=`echo $1 | sed $ABBREV | tr . _`
unbound-1.12.0/contrib/unbound_munin_-431-	get_value $1
##############################################
unbound-1.12.0/contrib/unbound_munin_-436-print_value_line ( ) {
unbound-1.12.0/contrib/unbound_munin_:437:	mn=`echo $1 | sed $ABBREV | tr . _`
unbound-1.12.0/contrib/unbound_munin_:438:	value="`echo $2 | sed -e 's/^.*=//'`"
unbound-1.12.0/contrib/unbound_munin_-439-	echo "$mn.value" $value
##############################################
unbound-1.12.0/contrib/unbound_munin_-469-by_type)
unbound-1.12.0/contrib/unbound_munin_:470:	for x in `grep "^num.query.type" $state`; do
unbound-1.12.0/contrib/unbound_munin_:471:		nm=`echo $x | sed -e 's/=.*$//'`
unbound-1.12.0/contrib/unbound_munin_-472-		print_value_line $nm $x
##############################################
unbound-1.12.0/contrib/unbound_munin_-475-by_class)
unbound-1.12.0/contrib/unbound_munin_:476:	for x in `grep "^num.query.class" $state`; do
unbound-1.12.0/contrib/unbound_munin_:477:		nm=`echo $x | sed -e 's/=.*$//'`
unbound-1.12.0/contrib/unbound_munin_-478-		print_value_line $nm $x
##############################################
unbound-1.12.0/contrib/unbound_munin_-481-by_opcode)
unbound-1.12.0/contrib/unbound_munin_:482:	for x in `grep "^num.query.opcode" $state`; do
unbound-1.12.0/contrib/unbound_munin_:483:		nm=`echo $x | sed -e 's/=.*$//'`
unbound-1.12.0/contrib/unbound_munin_-484-		print_value_line $nm $x
##############################################
unbound-1.12.0/contrib/unbound_munin_-487-by_rcode)
unbound-1.12.0/contrib/unbound_munin_:488:	for x in `grep "^num.answer.rcode" $state`; do
unbound-1.12.0/contrib/unbound_munin_:489:		nm=`echo $x | sed -e 's/=.*$//'`
unbound-1.12.0/contrib/unbound_munin_-490-		print_value_line $nm $x
##############################################
unbound-1.12.0/contrib/unbound_munin_-522-		get_value $x
unbound-1.12.0/contrib/unbound_munin_:523:		r=`expr $r + $value`
unbound-1.12.0/contrib/unbound_munin_-524-	done
##############################################
unbound-1.12.0/contrib/unbound_munin_-557-		get_value $x
unbound-1.12.0/contrib/unbound_munin_:558:		r=`expr $r + $value`
unbound-1.12.0/contrib/unbound_munin_-559-	done
##############################################
unbound-1.12.0/contrib/unbound_cache.sh-41-# Script usage note
unbound-1.12.0/contrib/unbound_cache.sh:42: $ECHO "Usage: `$BASENAME $0` [-s] or [-l] or [-r] or [-h] [filename]"
unbound-1.12.0/contrib/unbound_cache.sh-43- $ECHO .
##############################################
unbound-1.12.0/contrib/unbound_cache.sh-55-{
unbound-1.12.0/contrib/unbound_cache.sh:56: if [ ! `$ID | $CUT -f1 -d" "` = "uid=0(root)" ]; then
unbound-1.12.0/contrib/unbound_cache.sh-57-  $ECHO "ERROR: You must be super-user to run this script."
##############################################
unbound-1.12.0/contrib/unbound_cache.sh-142- # Parse command line
unbound-1.12.0/contrib/unbound_cache.sh:143: set -- `$GETOPT sSlLrRhH: $arg_list` || {
unbound-1.12.0/contrib/unbound_cache.sh-144-  usage_note 1>&2
##############################################
unbound-1.12.0/contrib/unbound_cache.sh-162- # Remove trailing --
unbound-1.12.0/contrib/unbound_cache.sh:163: shift `$EXPR $OPTIND - 1`
unbound-1.12.0/contrib/unbound_cache.sh-164-fi
##############################################
unbound-1.12.0/contrib/update-anchor.sh-138-	for x in $tdir/*.anchor; do
unbound-1.12.0/contrib/update-anchor.sh:139:		if test `basename "$x"` = "root.anchor"; then
unbound-1.12.0/contrib/update-anchor.sh-140-			zname="."
unbound-1.12.0/contrib/update-anchor.sh-141-		else
unbound-1.12.0/contrib/update-anchor.sh:142:			zname=`basename "$x" .anchor`
unbound-1.12.0/contrib/update-anchor.sh-143-		fi
##############################################
unbound-1.12.0/contrib/update-anchor.sh-152-		# strip trailing dot from zone name
unbound-1.12.0/contrib/update-anchor.sh:153:		zname="`echo $1 | sed -e 's/\.$//'`"
unbound-1.12.0/contrib/update-anchor.sh-154-	fi
##############################################
unbound-1.12.0/contrib/validation-reporter.sh-47-	if test -s "$pidfile"; then
unbound-1.12.0/contrib/validation-reporter.sh:48:		kill `cat "$pidfile"`
unbound-1.12.0/contrib/validation-reporter.sh-49-		# check it is really dead
unbound-1.12.0/contrib/validation-reporter.sh:50:		if kill -0 `cat "$pidfile"` >/dev/null 2>&1; then
unbound-1.12.0/contrib/validation-reporter.sh-51-			sleep 1
unbound-1.12.0/contrib/validation-reporter.sh:52:			while kill -0 `cat "$pidfile"` >/dev/null 2>&1; do
unbound-1.12.0/contrib/validation-reporter.sh:53:				kill `cat "$pidfile"` >/dev/null 2>&1
unbound-1.12.0/contrib/validation-reporter.sh-54-				echo "waiting for reporter to stop"
##############################################
unbound-1.12.0/contrib/validation-reporter.sh-62-	if test -s "$pidfile"; then
unbound-1.12.0/contrib/validation-reporter.sh:63:		if kill -0 `cat "$pidfile"`; then
unbound-1.12.0/contrib/validation-reporter.sh-64-			return 0;
##############################################
unbound-1.12.0/contrib/validation-reporter.sh-76-	if get_status_daemon; then
unbound-1.12.0/contrib/validation-reporter.sh:77:		echo "reporter ("`cat "$pidfile"`") is running"
unbound-1.12.0/contrib/validation-reporter.sh-78-		exit 0
##############################################
unbound-1.12.0/contrib/validation-reporter.sh-85-	if get_status_daemon; then
unbound-1.12.0/contrib/validation-reporter.sh:86:		echo "reporter ("`cat "$pidfile"`") is running"
unbound-1.12.0/contrib/validation-reporter.sh-87-		exit 0
##############################################
unbound-1.12.0/contrib/ios/install_openssl.sh-33-echo "Configuring OpenSSL"
unbound-1.12.0/contrib/ios/install_openssl.sh:34:if ! ./Configure "$OPENSSL_HOST" -DNO_FORK no-comp no-asm no-hw no-engine no-tests no-unit-test \
unbound-1.12.0/contrib/ios/install_openssl.sh-35-       --prefix="$IOS_PREFIX" --openssldir="$IOS_PREFIX"; then
##############################################
unbound-1.12.0/contrib/fastrpz.patch-207-@@ -1436,6 +1475,15 @@ worker_handle_request(struct comm_point* c, void* arg, int error,
unbound-1.12.0/contrib/fastrpz.patch:208: 		log_addr(VERB_ALGO, "refused nonrec (cache snoop) query from",
unbound-1.12.0/contrib/fastrpz.patch-209- 			&repinfo->addr, repinfo->addrlen);
##############################################
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-274-	len = (socklen_t)sizeof(addr);
unbound-1.12.0/dnstap/unbound-dnstap-socket.c:275:	if(!extstrtoaddr(ip, &addr, &len)) {
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-276-		log_err("could not parse IP '%s'", ip);
##############################################
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-293-	if(bind(s, (struct sockaddr*)&addr, len) != 0) {
unbound-1.12.0/dnstap/unbound-dnstap-socket.c:294:		log_err_addr("can't bind socket", sock_strerror(errno),
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-295-			&addr, len);
##############################################
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-429-/** convert type address to a string ip4 or ip6, malloced or NULL on fail */
unbound-1.12.0/dnstap/unbound-dnstap-socket.c:430:static char* str_of_addr(ProtobufCBinaryData address)
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-431-{
##############################################
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-537-		if(d->message->has_query_address)
unbound-1.12.0/dnstap/unbound-dnstap-socket.c:538:			maddr = str_of_addr(d->message->query_address);
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-539-		else if(d->message->has_response_address)
unbound-1.12.0/dnstap/unbound-dnstap-socket.c:540:			maddr = str_of_addr(d->message->response_address);
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-541-		if(d->message->has_query_message)
##############################################
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-1068-#endif
unbound-1.12.0/dnstap/unbound-dnstap-socket.c:1069:		log_err_addr("accept failed", sock_strerror(errno), &addr,
unbound-1.12.0/dnstap/unbound-dnstap-socket.c-1070-			addrlen);
##############################################
unbound-1.12.0/dnstap/dtstream.c-1953-
unbound-1.12.0/dnstap/dtstream.c:1954:	if(!extstrtoaddr(dtio->ip_str, &addr, &addrlen)) {
unbound-1.12.0/dnstap/dtstream.c-1955-		log_err("could not parse IP '%s'", dtio->ip_str);
##############################################
unbound-1.12.0/dns64/dns64.c-366-    verbose(VERB_ALGO, "dns64-prefix: %s", cfg->dns64_prefix);
unbound-1.12.0/dns64/dns64.c:367:    if (!netblockstrtoaddr(cfg->dns64_prefix ? cfg->dns64_prefix :
unbound-1.12.0/dns64/dns64.c-368-                DEFAULT_DNS64_PREFIX, 0, &dns64_env->prefix_addr,
##############################################
unbound-1.12.0/config.sub-52-
unbound-1.12.0/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
unbound-1.12.0/config.sub-54-
##############################################
unbound-1.12.0/config.sub-771-	i*86v32)
unbound-1.12.0/config.sub:772:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
unbound-1.12.0/config.sub-773-		vendor=pc
##############################################
unbound-1.12.0/config.sub-776-	i*86v4*)
unbound-1.12.0/config.sub:777:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
unbound-1.12.0/config.sub-778-		vendor=pc
##############################################
unbound-1.12.0/config.sub-781-	i*86v)
unbound-1.12.0/config.sub:782:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
unbound-1.12.0/config.sub-783-		vendor=pc
##############################################
unbound-1.12.0/config.sub-786-	i*86sol2)
unbound-1.12.0/config.sub:787:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
unbound-1.12.0/config.sub-788-		vendor=pc
##############################################
unbound-1.12.0/config.sub-919-		cpu=sparc
unbound-1.12.0/config.sub:920:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
unbound-1.12.0/config.sub-921-		;;
##############################################
unbound-1.12.0/config.sub-1086-	sh5e[lb]-*)
unbound-1.12.0/config.sub:1087:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
unbound-1.12.0/config.sub-1088-		;;
##############################################
unbound-1.12.0/config.sub-1104-	xscale-* | xscalee[bl]-*)
unbound-1.12.0/config.sub:1105:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
unbound-1.12.0/config.sub-1106-		;;
##############################################
unbound-1.12.0/config.sub-1259-			*)
unbound-1.12.0/config.sub:1260:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
unbound-1.12.0/config.sub-1261-				exit 1
##############################################
unbound-1.12.0/config.sub-1288-		kernel=linux
unbound-1.12.0/config.sub:1289:		os=`echo $basic_os | sed -e 's|gnu/linux|gnu|'`
unbound-1.12.0/config.sub-1290-		;;
##############################################
unbound-1.12.0/config.sub-1292-		kernel=nto
unbound-1.12.0/config.sub:1293:		os=`echo $basic_os | sed -e 's|nto-qnx|qnx|'`
unbound-1.12.0/config.sub-1294-		;;
##############################################
unbound-1.12.0/config.sub-1303-		kernel=nto
unbound-1.12.0/config.sub:1304:		os=`echo $basic_os | sed -e 's|nto|qnx|'`
unbound-1.12.0/config.sub-1305-		;;
##############################################
unbound-1.12.0/config.sub-1307-		kernel=linux
unbound-1.12.0/config.sub:1308:		os=`echo $basic_os | sed -e 's|linux|gnu|'`
unbound-1.12.0/config.sub-1309-		;;
##############################################
unbound-1.12.0/config.sub-1328-	solaris1 | solaris1.*)
unbound-1.12.0/config.sub:1329:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
unbound-1.12.0/config.sub-1330-		;;
##############################################
unbound-1.12.0/config.sub-1357-	sco3.2.[4-9]*)
unbound-1.12.0/config.sub:1358:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
unbound-1.12.0/config.sub-1359-		;;
##############################################
unbound-1.12.0/config.sub-1387-	mac[0-9]*)
unbound-1.12.0/config.sub:1388:		os=`echo "$os" | sed -e 's|mac|macos|'`
unbound-1.12.0/config.sub-1389-		;;
##############################################
unbound-1.12.0/config.sub-1396-	sunos5*)
unbound-1.12.0/config.sub:1397:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
unbound-1.12.0/config.sub-1398-		;;
unbound-1.12.0/config.sub-1399-	sunos6*)
unbound-1.12.0/config.sub:1400:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
unbound-1.12.0/config.sub-1401-		;;
##############################################
unbound-1.12.0/config.sub-1433-	sinix5.*)
unbound-1.12.0/config.sub:1434:		os=`echo $os | sed -e 's|sinix|sysv|'`
unbound-1.12.0/config.sub-1435-		;;
##############################################
unbound-1.12.0/config.sub-1727-	*)
unbound-1.12.0/config.sub:1728:		echo Invalid configuration \`"$1"\': OS \`"$os"\' not recognized 1>&2
unbound-1.12.0/config.sub-1729-		exit 1
##############################################
unbound-1.12.0/config.sub-1742-		# require a kernel.
unbound-1.12.0/config.sub:1743:		echo "Invalid configuration \`$1': libc \`$os' needs explicit kernel." 1>&2
unbound-1.12.0/config.sub-1744-		exit 1
##############################################
unbound-1.12.0/config.sub-1755-	*-*)
unbound-1.12.0/config.sub:1756:		echo "Invalid configuration \`$1': Kernel \`$kernel' not known to work with OS \`$os'." 1>&2
unbound-1.12.0/config.sub-1757-		exit 1
##############################################
unbound-1.12.0/util/storage/dnstree.c-63-        struct addr_tree_node* n2 = (struct addr_tree_node*)k2;
unbound-1.12.0/util/storage/dnstree.c:64:        int r = sockaddr_cmp_addr(&n1->addr, n1->addrlen, &n2->addr,
unbound-1.12.0/util/storage/dnstree.c-65-                n2->addrlen);
##############################################
unbound-1.12.0/util/tcp_conn_limit.c-117-	limit = (uint32_t)atoi(s2);
unbound-1.12.0/util/tcp_conn_limit.c:118:	if(!netblockstrtoaddr(str, UNBOUND_DNS_PORT, &addr, &addrlen, &net)) {
unbound-1.12.0/util/tcp_conn_limit.c-119-		log_err("cannot parse connection limit netblock: %s", str);
##############################################
unbound-1.12.0/util/net_help.h-148- */
unbound-1.12.0/util/net_help.h:149:void log_addr(enum verbosity_value v, const char* str, 
unbound-1.12.0/util/net_help.h-150-	struct sockaddr_storage* addr, socklen_t addrlen);
##############################################
unbound-1.12.0/util/net_help.h-159- */
unbound-1.12.0/util/net_help.h:160:void log_name_addr(enum verbosity_value v, const char* str, uint8_t* zone, 
unbound-1.12.0/util/net_help.h-161-	struct sockaddr_storage* addr, socklen_t addrlen);
##############################################
unbound-1.12.0/util/net_help.h-169- */
unbound-1.12.0/util/net_help.h:170:void log_err_addr(const char* str, const char* err,
unbound-1.12.0/util/net_help.h-171-	struct sockaddr_storage* addr, socklen_t addrlen);
##############################################
unbound-1.12.0/util/net_help.h-180- */
unbound-1.12.0/util/net_help.h:181:int extstrtoaddr(const char* str, struct sockaddr_storage* addr, 
unbound-1.12.0/util/net_help.h-182-	socklen_t* addrlen);
##############################################
unbound-1.12.0/util/net_help.h-191- */
unbound-1.12.0/util/net_help.h:192:int ipstrtoaddr(const char* ip, int port, struct sockaddr_storage* addr,
unbound-1.12.0/util/net_help.h-193-	socklen_t* addrlen);
##############################################
unbound-1.12.0/util/net_help.h-204- */
unbound-1.12.0/util/net_help.h:205:int netblockstrtoaddr(const char* ip, int port, struct sockaddr_storage* addr,
unbound-1.12.0/util/net_help.h-206-	socklen_t* addrlen, int* net);
##############################################
unbound-1.12.0/util/net_help.h-218- */
unbound-1.12.0/util/net_help.h:219:int authextstrtoaddr(char* str, struct sockaddr_storage* addr, 
unbound-1.12.0/util/net_help.h-220-	socklen_t* addrlen, char** auth_name);
##############################################
unbound-1.12.0/util/net_help.h-267- */
unbound-1.12.0/util/net_help.h:268:int sockaddr_cmp_addr(struct sockaddr_storage* addr1, socklen_t len1, 
unbound-1.12.0/util/net_help.h-269-	struct sockaddr_storage* addr2, socklen_t len2);
##############################################
unbound-1.12.0/util/net_help.h-496- */
unbound-1.12.0/util/net_help.h:497:int netblockdnametoaddr(uint8_t* dname, size_t dnamelen,
unbound-1.12.0/util/net_help.h-498-	struct sockaddr_storage* addr, socklen_t* addrlen, int* net, int* af);
##############################################
unbound-1.12.0/util/edns.c-101-
unbound-1.12.0/util/edns.c:102:		if(!netblockstrtoaddr(c->str, UNBOUND_DNS_PORT, &addr, &addrlen,
unbound-1.12.0/util/edns.c-103-			&net)) {
##############################################
unbound-1.12.0/util/configparser.y-1728-			cfg_parser->cfg->val_date_override = 
unbound-1.12.0/util/configparser.y:1729:				cfg_convert_timeval($2);
unbound-1.12.0/util/configparser.y-1730-			if(!cfg_parser->cfg->val_date_override)
##############################################
unbound-1.12.0/util/net_help.c-191-void
unbound-1.12.0/util/net_help.c:192:log_addr(enum verbosity_value v, const char* str, 
unbound-1.12.0/util/net_help.c-193-	struct sockaddr_storage* addr, socklen_t addrlen)
##############################################
unbound-1.12.0/util/net_help.c-226-int 
unbound-1.12.0/util/net_help.c:227:extstrtoaddr(const char* str, struct sockaddr_storage* addr,
unbound-1.12.0/util/net_help.c-228-	socklen_t* addrlen)
##############################################
unbound-1.12.0/util/net_help.c-242-		}
unbound-1.12.0/util/net_help.c:243:		return ipstrtoaddr(buf, port, addr, addrlen);
unbound-1.12.0/util/net_help.c-244-	}
unbound-1.12.0/util/net_help.c:245:	return ipstrtoaddr(str, port, addr, addrlen);
unbound-1.12.0/util/net_help.c-246-}
##############################################
unbound-1.12.0/util/net_help.c-249-int 
unbound-1.12.0/util/net_help.c:250:ipstrtoaddr(const char* ip, int port, struct sockaddr_storage* addr,
unbound-1.12.0/util/net_help.c-251-	socklen_t* addrlen)
##############################################
unbound-1.12.0/util/net_help.c-287-
unbound-1.12.0/util/net_help.c:288:int netblockstrtoaddr(const char* str, int port, struct sockaddr_storage* addr,
unbound-1.12.0/util/net_help.c-289-        socklen_t* addrlen, int* net)
##############################################
unbound-1.12.0/util/net_help.c-308-	}
unbound-1.12.0/util/net_help.c:309:	if(!ipstrtoaddr(s?s:str, port, addr, addrlen)) {
unbound-1.12.0/util/net_help.c-310-		log_err("cannot parse ip address: '%s'", str);
##############################################
unbound-1.12.0/util/net_help.c-319-/* RPZ format address dname to network byte order address */
unbound-1.12.0/util/net_help.c:320:static int ipdnametoaddr(uint8_t* dname, size_t dnamelen,
unbound-1.12.0/util/net_help.c-321-	struct sockaddr_storage* addr, socklen_t* addrlen, int* af)
##############################################
unbound-1.12.0/util/net_help.c-398-
unbound-1.12.0/util/net_help.c:399:int netblockdnametoaddr(uint8_t* dname, size_t dnamelen,
unbound-1.12.0/util/net_help.c-400-	struct sockaddr_storage* addr, socklen_t* addrlen, int* net, int* af)
##############################################
unbound-1.12.0/util/net_help.c-418-	dname++;
unbound-1.12.0/util/net_help.c:419:	if(!ipdnametoaddr(dname, dnamelen-1-nlablen, addr, addrlen, af))
unbound-1.12.0/util/net_help.c-420-		return 0;
##############################################
unbound-1.12.0/util/net_help.c-425-
unbound-1.12.0/util/net_help.c:426:int authextstrtoaddr(char* str, struct sockaddr_storage* addr, 
unbound-1.12.0/util/net_help.c-427-	socklen_t* addrlen, char** auth_name)
##############################################
unbound-1.12.0/util/net_help.c-451-		}
unbound-1.12.0/util/net_help.c:452:		return ipstrtoaddr(buf, port, addr, addrlen);
unbound-1.12.0/util/net_help.c-453-	}
##############################################
unbound-1.12.0/util/net_help.c-463-		*auth_name = s+1;
unbound-1.12.0/util/net_help.c:464:		return ipstrtoaddr(buf, port, addr, addrlen);
unbound-1.12.0/util/net_help.c-465-	}
unbound-1.12.0/util/net_help.c-466-	*auth_name = NULL;
unbound-1.12.0/util/net_help.c:467:	return ipstrtoaddr(str, port, addr, addrlen);
unbound-1.12.0/util/net_help.c-468-}
##############################################
unbound-1.12.0/util/net_help.c-545-
unbound-1.12.0/util/net_help.c:546:void log_name_addr(enum verbosity_value v, const char* str, uint8_t* zone, 
unbound-1.12.0/util/net_help.c-547-	struct sockaddr_storage* addr, socklen_t addrlen)
##############################################
unbound-1.12.0/util/net_help.c-577-
unbound-1.12.0/util/net_help.c:578:void log_err_addr(const char* str, const char* err,
unbound-1.12.0/util/net_help.c-579-	struct sockaddr_storage* addr, socklen_t addrlen)
##############################################
unbound-1.12.0/util/net_help.c-640-int
unbound-1.12.0/util/net_help.c:641:sockaddr_cmp_addr(struct sockaddr_storage* addr1, socklen_t len1, 
unbound-1.12.0/util/net_help.c-642-	struct sockaddr_storage* addr2, socklen_t len2)
##############################################
unbound-1.12.0/util/net_help.c-816-		if(len == list->len) {
unbound-1.12.0/util/net_help.c:817:			if(len == 0 || sockaddr_cmp_addr(addr, len, 
unbound-1.12.0/util/net_help.c-818-				&list->addr, list->len) == 0)
##############################################
unbound-1.12.0/util/netevent.c-376-		verbose(VERB_OPS, "sendto failed: %s", sock_strerror(errno));
unbound-1.12.0/util/netevent.c:377:		log_addr(VERB_OPS, "remote address is", 
unbound-1.12.0/util/netevent.c-378-			(struct sockaddr_storage*)addr, addrlen);
##############################################
unbound-1.12.0/util/netevent.c-550-		verbose(VERB_OPS, "sendmsg failed: %s", strerror(errno));
unbound-1.12.0/util/netevent.c:551:		log_addr(VERB_OPS, "remote address is", 
unbound-1.12.0/util/netevent.c-552-			(struct sockaddr_storage*)addr, addrlen);
##############################################
unbound-1.12.0/util/netevent.c-851-#endif
unbound-1.12.0/util/netevent.c:852:		log_err_addr("accept failed", sock_strerror(errno), addr,
unbound-1.12.0/util/netevent.c-853-			*addrlen);
##############################################
unbound-1.12.0/util/netevent.c-859-			if(verbosity >= 3)
unbound-1.12.0/util/netevent.c:860:				log_err_addr("accept rejected",
unbound-1.12.0/util/netevent.c-861-				"connection limit exceeded", addr, *addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1169-				log_crypto_err_code("ssl handshake failed", err);
unbound-1.12.0/util/netevent.c:1170:				log_addr(VERB_OPS, "ssl handshake failed", &c->repinfo.addr,
unbound-1.12.0/util/netevent.c-1171-					c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1181-			if(!x) {
unbound-1.12.0/util/netevent.c:1182:				log_addr(VERB_ALGO, "SSL connection failed: "
unbound-1.12.0/util/netevent.c-1183-					"no certificate",
##############################################
unbound-1.12.0/util/netevent.c-1193-					SSL_get0_peername(c->ssl));
unbound-1.12.0/util/netevent.c:1194:				log_addr(VERB_ALGO, buf, &c->repinfo.addr,
unbound-1.12.0/util/netevent.c-1195-					c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1197-#endif
unbound-1.12.0/util/netevent.c:1198:				log_addr(VERB_ALGO, "SSL connection "
unbound-1.12.0/util/netevent.c-1199-					"authenticated", &c->repinfo.addr,
##############################################
unbound-1.12.0/util/netevent.c-1210-			}
unbound-1.12.0/util/netevent.c:1211:			log_addr(VERB_ALGO, "SSL connection failed: "
unbound-1.12.0/util/netevent.c-1212-				"failed to authenticate",
##############################################
unbound-1.12.0/util/netevent.c-1218-		 * in c->ssl when the ssl object was created from ssl_ctx */
unbound-1.12.0/util/netevent.c:1219:		log_addr(VERB_ALGO, "SSL connection", &c->repinfo.addr,
unbound-1.12.0/util/netevent.c-1220-			c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1511-#endif
unbound-1.12.0/util/netevent.c:1512:			log_err_addr("read (in tcp s)", sock_strerror(errno),
unbound-1.12.0/util/netevent.c-1513-				&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1555-#endif
unbound-1.12.0/util/netevent.c:1556:		log_err_addr("read (in tcp r)", sock_strerror(errno),
unbound-1.12.0/util/netevent.c-1557-			&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1608-                else if(error != 0) {
unbound-1.12.0/util/netevent.c:1609:			log_err_addr("tcp connect", strerror(error),
unbound-1.12.0/util/netevent.c-1610-				&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1620-		else if(error != 0) {
unbound-1.12.0/util/netevent.c:1621:			log_err_addr("tcp connect", wsa_strerror(error),
unbound-1.12.0/util/netevent.c-1622-				&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1664-			if(errno != EPIPE && errno != 0) {
unbound-1.12.0/util/netevent.c:1665:				log_err_addr("tcp sendmsg", strerror(errno),
unbound-1.12.0/util/netevent.c-1666-					&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1683-					(struct sockaddr *)&c->repinfo.addr, c->repinfo.addrlen)) {
unbound-1.12.0/util/netevent.c:1684:					log_err_addr("outgoing tcp: connect after EPIPE for fastopen",
unbound-1.12.0/util/netevent.c-1685-						strerror(errno), &c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1730-#  ifdef HAVE_WRITEV
unbound-1.12.0/util/netevent.c:1731:			log_err_addr("tcp writev", strerror(errno),
unbound-1.12.0/util/netevent.c-1732-				&c->repinfo.addr, c->repinfo.addrlen);
unbound-1.12.0/util/netevent.c-1733-#  else /* HAVE_WRITEV */
unbound-1.12.0/util/netevent.c:1734:			log_err_addr("tcp send s", strerror(errno),
unbound-1.12.0/util/netevent.c-1735-				&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1748-				return 0; /* silence reset by peer */
unbound-1.12.0/util/netevent.c:1749:			log_err_addr("tcp send s",
unbound-1.12.0/util/netevent.c-1750-				wsa_strerror(WSAGetLastError()),
##############################################
unbound-1.12.0/util/netevent.c-1785-#endif
unbound-1.12.0/util/netevent.c:1786:		log_err_addr("tcp send r", sock_strerror(errno),
unbound-1.12.0/util/netevent.c-1787-			&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-1981-#endif
unbound-1.12.0/util/netevent.c:1982:		log_err_addr("read (in http r)", sock_strerror(errno),
unbound-1.12.0/util/netevent.c-1983-			&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-2556-	else if(error != 0) {
unbound-1.12.0/util/netevent.c:2557:		log_err_addr("http connect", strerror(error),
unbound-1.12.0/util/netevent.c-2558-			&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-2568-	else if(error != 0) {
unbound-1.12.0/util/netevent.c:2569:		log_err_addr("http connect", wsa_strerror(error),
unbound-1.12.0/util/netevent.c-2570-			&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/netevent.c-2638-#endif
unbound-1.12.0/util/netevent.c:2639:		log_err_addr("http send r", sock_strerror(errno),
unbound-1.12.0/util/netevent.c-2640-			&c->repinfo.addr, c->repinfo.addrlen);
##############################################
unbound-1.12.0/util/config_file.c-2293-
unbound-1.12.0/util/config_file.c:2294:	if(!ipstrtoaddr(buf, UNBOUND_DNS_PORT, &addr, &addrlen)) {
unbound-1.12.0/util/config_file.c-2295-		log_err("syntax error: cannot parse address: %s", str);
##############################################
unbound-1.12.0/aclocal.m4-133-    done
unbound-1.12.0/aclocal.m4:134:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
unbound-1.12.0/aclocal.m4-135-}
##############################################
unbound-1.12.0/aclocal.m4-445-m4_define([_LT_CONFIG_STATUS_DECLARE],
unbound-1.12.0/aclocal.m4:446:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
unbound-1.12.0/aclocal.m4-447-
##############################################
unbound-1.12.0/aclocal.m4-455-#
unbound-1.12.0/aclocal.m4:456:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
unbound-1.12.0/aclocal.m4-457-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
unbound-1.12.0/aclocal.m4-565-]], lt_decl_quote_varnames); do
unbound-1.12.0/aclocal.m4:566:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
unbound-1.12.0/aclocal.m4-567-    *[[\\\\\\\`\\"\\\$]]*)
unbound-1.12.0/aclocal.m4:568:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
unbound-1.12.0/aclocal.m4-569-      ;;
##############################################
unbound-1.12.0/aclocal.m4-578-]], lt_decl_dquote_varnames); do
unbound-1.12.0/aclocal.m4:579:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
unbound-1.12.0/aclocal.m4-580-    *[[\\\\\\\`\\"\\\$]]*)
unbound-1.12.0/aclocal.m4:581:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
unbound-1.12.0/aclocal.m4-582-      ;;
##############################################
unbound-1.12.0/aclocal.m4-1118-  if test yes = "$lt_cv_ld_force_load"; then
unbound-1.12.0/aclocal.m4:1119:    _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\"`'
unbound-1.12.0/aclocal.m4-1120-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
unbound-1.12.0/aclocal.m4-1171-      }]'
unbound-1.12.0/aclocal.m4:1172:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
unbound-1.12.0/aclocal.m4-1173-  # Check for a 64-bit object if we didn't find anything.
unbound-1.12.0/aclocal.m4-1174-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
unbound-1.12.0/aclocal.m4:1175:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
unbound-1.12.0/aclocal.m4-1176-  fi],[])
##############################################
unbound-1.12.0/aclocal.m4-1207-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
unbound-1.12.0/aclocal.m4:1208:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
unbound-1.12.0/aclocal.m4-1209-  ECHO='print -r --'
unbound-1.12.0/aclocal.m4:1210:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
unbound-1.12.0/aclocal.m4-1211-  ECHO='printf %s\n'
##############################################
unbound-1.12.0/aclocal.m4-1242-    PATH=/empty FPATH=/empty; export PATH FPATH
unbound-1.12.0/aclocal.m4:1243:    test "X`printf %s $ECHO`" = "X$ECHO" \
unbound-1.12.0/aclocal.m4:1244:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
unbound-1.12.0/aclocal.m4-1245-
##############################################
unbound-1.12.0/aclocal.m4-1266-   if test yes = "$GCC"; then
unbound-1.12.0/aclocal.m4:1267:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
unbound-1.12.0/aclocal.m4-1268-   fi
##############################################
unbound-1.12.0/aclocal.m4-1270- /*)
unbound-1.12.0/aclocal.m4:1271:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
unbound-1.12.0/aclocal.m4-1272-   ;; #(
##############################################
unbound-1.12.0/aclocal.m4-1300-  if AC_TRY_EVAL(ac_compile); then
unbound-1.12.0/aclocal.m4:1301:    case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/aclocal.m4-1302-      *ELF-32*)
##############################################
unbound-1.12.0/aclocal.m4-1317-    if test yes = "$lt_cv_prog_gnu_ld"; then
unbound-1.12.0/aclocal.m4:1318:      case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/aclocal.m4-1319-	*32-bit*)
##############################################
unbound-1.12.0/aclocal.m4-1329-    else
unbound-1.12.0/aclocal.m4:1330:      case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/aclocal.m4-1331-	*32-bit*)
##############################################
unbound-1.12.0/aclocal.m4-1351-    emul=elf
unbound-1.12.0/aclocal.m4:1352:    case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/aclocal.m4-1353-      *32-bit*)
##############################################
unbound-1.12.0/aclocal.m4-1359-    esac
unbound-1.12.0/aclocal.m4:1360:    case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/aclocal.m4-1361-      *MSB*)
##############################################
unbound-1.12.0/aclocal.m4-1367-    esac
unbound-1.12.0/aclocal.m4:1368:    case `/usr/bin/file conftest.$ac_objext` in
unbound-1.12.0/aclocal.m4-1369-      *N32*)
##############################################
unbound-1.12.0/aclocal.m4-1732-    # And add a safety zone
unbound-1.12.0/aclocal.m4:1733:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
unbound-1.12.0/aclocal.m4:1734:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
unbound-1.12.0/aclocal.m4-1735-    ;;
##############################################
unbound-1.12.0/aclocal.m4-1765-    if test -n "$kargmax"; then
unbound-1.12.0/aclocal.m4:1766:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
unbound-1.12.0/aclocal.m4-1767-    else
##############################################
unbound-1.12.0/aclocal.m4-1774-       test undefined != "$lt_cv_sys_max_cmd_len"; then
unbound-1.12.0/aclocal.m4:1775:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
unbound-1.12.0/aclocal.m4:1776:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
unbound-1.12.0/aclocal.m4-1777-    else
##############################################
unbound-1.12.0/aclocal.m4-1786-      # we can't tell.
unbound-1.12.0/aclocal.m4:1787:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
unbound-1.12.0/aclocal.m4-1788-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
unbound-1.12.0/aclocal.m4-1790-      do
unbound-1.12.0/aclocal.m4:1791:        i=`expr $i + 1`
unbound-1.12.0/aclocal.m4-1792-        teststring=$teststring$teststring
##############################################
unbound-1.12.0/aclocal.m4-1794-      # Only check the string length outside the loop.
unbound-1.12.0/aclocal.m4:1795:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
unbound-1.12.0/aclocal.m4-1796-      teststring=
##############################################
unbound-1.12.0/aclocal.m4-1799-      # linker.  It appears as though 1/2 is a usable value.
unbound-1.12.0/aclocal.m4:1800:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
unbound-1.12.0/aclocal.m4-1801-    fi
##############################################
unbound-1.12.0/aclocal.m4-2265-    *:)
unbound-1.12.0/aclocal.m4:2266:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
unbound-1.12.0/aclocal.m4-2267-        ;;
unbound-1.12.0/aclocal.m4-2268-    x:*)
unbound-1.12.0/aclocal.m4:2269:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
unbound-1.12.0/aclocal.m4-2270-        ;;
unbound-1.12.0/aclocal.m4-2271-    *::*)
unbound-1.12.0/aclocal.m4:2272:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
unbound-1.12.0/aclocal.m4:2273:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
unbound-1.12.0/aclocal.m4-2274-        ;;
unbound-1.12.0/aclocal.m4-2275-    *)
unbound-1.12.0/aclocal.m4:2276:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
unbound-1.12.0/aclocal.m4-2277-        ;;
##############################################
unbound-1.12.0/aclocal.m4-2305-  esac
unbound-1.12.0/aclocal.m4:2306:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
unbound-1.12.0/aclocal.m4-2307-  case $lt_search_path_spec in
##############################################
unbound-1.12.0/aclocal.m4-2312-    # okay in the real world where ";" in dirpaths is itself problematic.
unbound-1.12.0/aclocal.m4:2313:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
unbound-1.12.0/aclocal.m4-2314-    ;;
unbound-1.12.0/aclocal.m4-2315-  *)
unbound-1.12.0/aclocal.m4:2316:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
unbound-1.12.0/aclocal.m4-2317-    ;;
##############################################
unbound-1.12.0/aclocal.m4-2321-  lt_tmp_lt_search_path_spec=
unbound-1.12.0/aclocal.m4:2322:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
unbound-1.12.0/aclocal.m4-2323-  # ...but if some path component already ends with the multilib dir we assume
##############################################
unbound-1.12.0/aclocal.m4-2363-  esac
unbound-1.12.0/aclocal.m4:2364:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
unbound-1.12.0/aclocal.m4-2365-else
##############################################
unbound-1.12.0/aclocal.m4-2504-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
unbound-1.12.0/aclocal.m4:2505:    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'
unbound-1.12.0/aclocal.m4-2506-    ;;
##############################################
unbound-1.12.0/aclocal.m4-2540-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
unbound-1.12.0/aclocal.m4:2541:    postinstall_cmds='base_file=`basename \$file`~
unbound-1.12.0/aclocal.m4:2542:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
unbound-1.12.0/aclocal.m4:2543:      dldir=$destdir/`dirname \$dlpath`~
unbound-1.12.0/aclocal.m4-2544-      test -d \$dldir || mkdir -p \$dldir~
##############################################
unbound-1.12.0/aclocal.m4-2549-      fi'
unbound-1.12.0/aclocal.m4:2550:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
unbound-1.12.0/aclocal.m4-2551-      dlpath=$dir/\$dldll~
##############################################
unbound-1.12.0/aclocal.m4-2557-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
unbound-1.12.0/aclocal.m4:2558:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
unbound-1.12.0/aclocal.m4-2559-m4_if([$1], [],[
##############################################
unbound-1.12.0/aclocal.m4-2563-      # MinGW DLLs use traditional 'lib' prefix
unbound-1.12.0/aclocal.m4:2564:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
unbound-1.12.0/aclocal.m4-2565-      ;;
##############################################
unbound-1.12.0/aclocal.m4-2567-      # pw32 DLLs use 'pw' prefix rather than 'lib'
unbound-1.12.0/aclocal.m4:2568:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
unbound-1.12.0/aclocal.m4-2569-      ;;
##############################################
unbound-1.12.0/aclocal.m4-2576-    libname_spec='$name'
unbound-1.12.0/aclocal.m4:2577:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
unbound-1.12.0/aclocal.m4-2578-    library_names_spec='$libname.dll.lib'
##############################################
unbound-1.12.0/aclocal.m4-2588-        # Let DOS variable expansion print the short 8.3 style file name.
unbound-1.12.0/aclocal.m4:2589:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
unbound-1.12.0/aclocal.m4-2590-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
unbound-1.12.0/aclocal.m4-2593-      # Convert to MSYS style.
unbound-1.12.0/aclocal.m4:2594:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
unbound-1.12.0/aclocal.m4-2595-      ;;
##############################################
unbound-1.12.0/aclocal.m4-2599-      # like /cygdrive/c/PROGRA~1:/cygdr...
unbound-1.12.0/aclocal.m4:2600:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
unbound-1.12.0/aclocal.m4:2601:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
unbound-1.12.0/aclocal.m4:2602:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
unbound-1.12.0/aclocal.m4-2603-      ;;
##############################################
unbound-1.12.0/aclocal.m4-2607-        # It is most probably a Windows format PATH.
unbound-1.12.0/aclocal.m4:2608:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
unbound-1.12.0/aclocal.m4-2609-      else
unbound-1.12.0/aclocal.m4:2610:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
unbound-1.12.0/aclocal.m4-2611-      fi
##############################################
unbound-1.12.0/aclocal.m4-2617-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
unbound-1.12.0/aclocal.m4:2618:    postinstall_cmds='base_file=`basename \$file`~
unbound-1.12.0/aclocal.m4:2619:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
unbound-1.12.0/aclocal.m4:2620:      dldir=$destdir/`dirname \$dlpath`~
unbound-1.12.0/aclocal.m4-2621-      test -d \$dldir || mkdir -p \$dldir~
unbound-1.12.0/aclocal.m4-2622-      $install_prog $dir/$dlname \$dldir/$dlname'
unbound-1.12.0/aclocal.m4:2623:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
unbound-1.12.0/aclocal.m4-2624-      dlpath=$dir/\$dldll~
##############################################
unbound-1.12.0/aclocal.m4-2631-    # Assume MSVC wrapper
unbound-1.12.0/aclocal.m4:2632:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
unbound-1.12.0/aclocal.m4-2633-    dynamic_linker='Win32 ld.exe'
##############################################
unbound-1.12.0/aclocal.m4-2648-  shlibpath_var=DYLD_LIBRARY_PATH
unbound-1.12.0/aclocal.m4:2649:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
unbound-1.12.0/aclocal.m4-2650-m4_if([$1], [],[
##############################################
unbound-1.12.0/aclocal.m4-2885-  if test -f /etc/ld.so.conf; then
unbound-1.12.0/aclocal.m4:2886:    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' ' '`
unbound-1.12.0/aclocal.m4-2887-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
unbound-1.12.0/aclocal.m4-2939-  need_lib_prefix=no
unbound-1.12.0/aclocal.m4:2940:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
unbound-1.12.0/aclocal.m4-2941-    need_version=no
##############################################
unbound-1.12.0/aclocal.m4-2966-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
unbound-1.12.0/aclocal.m4:2967:  postinstall_cmds='base_file=`basename \$file`~
unbound-1.12.0/aclocal.m4:2968:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
unbound-1.12.0/aclocal.m4:2969:    dldir=$destdir/`dirname \$dlpath`~
unbound-1.12.0/aclocal.m4-2970-    test -d \$dldir || mkdir -p \$dldir~
##############################################
unbound-1.12.0/aclocal.m4-2975-    fi'
unbound-1.12.0/aclocal.m4:2976:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
unbound-1.12.0/aclocal.m4-2977-    dlpath=$dir/\$dldll~
##############################################
unbound-1.12.0/aclocal.m4-3186-	"file_magic "*)
unbound-1.12.0/aclocal.m4:3187:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
unbound-1.12.0/aclocal.m4-3188-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
unbound-1.12.0/aclocal.m4-3269-    # gcc leaves a trailing carriage return, which upsets mingw
unbound-1.12.0/aclocal.m4:3270:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
unbound-1.12.0/aclocal.m4-3271-  *)
unbound-1.12.0/aclocal.m4:3272:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
unbound-1.12.0/aclocal.m4-3273-  esac
##############################################
unbound-1.12.0/aclocal.m4-3278-      # Canonicalize the pathname of ld
unbound-1.12.0/aclocal.m4:3279:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
unbound-1.12.0/aclocal.m4-3280-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
unbound-1.12.0/aclocal.m4:3281:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
unbound-1.12.0/aclocal.m4-3282-      done
##############################################
unbound-1.12.0/aclocal.m4-3309-      # Break only if it was the GNU/non-GNU ld that we prefer.
unbound-1.12.0/aclocal.m4:3310:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
unbound-1.12.0/aclocal.m4-3311-      *GNU* | *'with BFD'*)
##############################################
unbound-1.12.0/aclocal.m4-3349-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
unbound-1.12.0/aclocal.m4:3350:case `$LD -v 2>&1 </dev/null` in
unbound-1.12.0/aclocal.m4-3351-*GNU* | *'with BFD'*)
##############################################
unbound-1.12.0/aclocal.m4-3576-openbsd* | bitrig*)
unbound-1.12.0/aclocal.m4:3577:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
unbound-1.12.0/aclocal.m4-3578-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
unbound-1.12.0/aclocal.m4-3643-    else
unbound-1.12.0/aclocal.m4:3644:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
unbound-1.12.0/aclocal.m4-3645-    fi
##############################################
unbound-1.12.0/aclocal.m4-3694-	esac
unbound-1.12.0/aclocal.m4:3695:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
unbound-1.12.0/aclocal.m4-3696-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
unbound-1.12.0/aclocal.m4-3700-	*)
unbound-1.12.0/aclocal.m4:3701:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
unbound-1.12.0/aclocal.m4-3702-	  */dev/null*)
##############################################
unbound-1.12.0/aclocal.m4-3726-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
unbound-1.12.0/aclocal.m4:3727:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
unbound-1.12.0/aclocal.m4-3728-    *COFF*)
##############################################
unbound-1.12.0/aclocal.m4-3785-  # decide which one to use based on capabilities of $DLLTOOL
unbound-1.12.0/aclocal.m4:3786:  case `$DLLTOOL --help 2>&1` in
unbound-1.12.0/aclocal.m4-3787-  *--identify-strict*)
##############################################
unbound-1.12.0/aclocal.m4-3959-# If we're using GNU nm, then use its standard symbol codes.
unbound-1.12.0/aclocal.m4:3960:case `$NM -V 2>&1` in
unbound-1.12.0/aclocal.m4-3961-*GNU* | *'with BFD'*)
##############################################
unbound-1.12.0/aclocal.m4-4007-mingw*)
unbound-1.12.0/aclocal.m4:4008:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
unbound-1.12.0/aclocal.m4-4009-  ;;
##############################################
unbound-1.12.0/aclocal.m4-4063-    nlist=conftest.nm
unbound-1.12.0/aclocal.m4:4064:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
unbound-1.12.0/aclocal.m4-4065-      # Try sorting and uniquifying the output.
##############################################
unbound-1.12.0/aclocal.m4-4411-	  *)
unbound-1.12.0/aclocal.m4:4412:	    case `$CC -V 2>&1 | sed 5q` in
unbound-1.12.0/aclocal.m4-4413-	    *Sun\ C*)
##############################################
unbound-1.12.0/aclocal.m4-4747-      *)
unbound-1.12.0/aclocal.m4:4748:	case `$CC -V 2>&1 | sed 5q` in
unbound-1.12.0/aclocal.m4-4749-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
unbound-1.12.0/aclocal.m4-4930-    else
unbound-1.12.0/aclocal.m4:4931:      _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'
unbound-1.12.0/aclocal.m4-4932-    fi
##############################################
unbound-1.12.0/aclocal.m4-5023-	# shared libraries, regardless of the interface used.
unbound-1.12.0/aclocal.m4:5024:	case `$LD -v 2>&1` in
unbound-1.12.0/aclocal.m4-5025-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
unbound-1.12.0/aclocal.m4-5055-    supports_anon_versioning=no
unbound-1.12.0/aclocal.m4:5056:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
unbound-1.12.0/aclocal.m4-5057-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
unbound-1.12.0/aclocal.m4-5158-	prefix_cmds="$SED"~
unbound-1.12.0/aclocal.m4:5159:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
unbound-1.12.0/aclocal.m4-5160-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
unbound-1.12.0/aclocal.m4-5180-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
unbound-1.12.0/aclocal.m4:5181:      _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'
unbound-1.12.0/aclocal.m4:5182:      _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'
unbound-1.12.0/aclocal.m4-5183-      ;;
##############################################
unbound-1.12.0/aclocal.m4-5198-        pgcc*)				# Portland Group C compiler
unbound-1.12.0/aclocal.m4:5199:	  _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'
unbound-1.12.0/aclocal.m4-5200-	  tmp_addflag=' $pic_flag'
##############################################
unbound-1.12.0/aclocal.m4-5203-					# Portland Group f77 and f90 compilers
unbound-1.12.0/aclocal.m4:5204:	  _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'
unbound-1.12.0/aclocal.m4-5205-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
unbound-1.12.0/aclocal.m4-5220-	nvcc*)	# Cuda Compiler Driver 2.2
unbound-1.12.0/aclocal.m4:5221:	  _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'
unbound-1.12.0/aclocal.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
unbound-1.12.0/aclocal.m4-5224-	esac
unbound-1.12.0/aclocal.m4:5225:	case `$CC -V 2>&1 | sed 5q` in
unbound-1.12.0/aclocal.m4-5226-	*Sun\ C*)			# Sun C 5.9
unbound-1.12.0/aclocal.m4:5227:	  _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'
unbound-1.12.0/aclocal.m4-5228-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
unbound-1.12.0/aclocal.m4-5295-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
unbound-1.12.0/aclocal.m4:5296:      case `$LD -v 2>&1` in
unbound-1.12.0/aclocal.m4-5297-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
unbound-1.12.0/aclocal.m4-5384-	else
unbound-1.12.0/aclocal.m4:5385:	  _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'
unbound-1.12.0/aclocal.m4-5386-	fi
##############################################
unbound-1.12.0/aclocal.m4-5449-	# below for broken collect2 doesn't work under 4.3+
unbound-1.12.0/aclocal.m4:5450:	  collect2name=`$CC -print-prog-name=collect2`
unbound-1.12.0/aclocal.m4-5451-	  if test -f "$collect2name" &&
##############################################
unbound-1.12.0/aclocal.m4-5505-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
unbound-1.12.0/aclocal.m4:5506:        _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
unbound-1.12.0/aclocal.m4-5507-      else
##############################################
unbound-1.12.0/aclocal.m4-5530-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
unbound-1.12.0/aclocal.m4:5531:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
unbound-1.12.0/aclocal.m4-5532-	  if test svr4 != "$with_aix_soname"; then
##############################################
unbound-1.12.0/aclocal.m4-5621-	# FIXME: Setting linknames here is a bad hack.
unbound-1.12.0/aclocal.m4:5622:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
unbound-1.12.0/aclocal.m4-5623-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
unbound-1.12.0/aclocal.m4-5759-      if test yes = "$GCC"; then
unbound-1.12.0/aclocal.m4:5760:	_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'
unbound-1.12.0/aclocal.m4-5761-	# Try to use the -exported_symbol ld option, if it does not
##############################################
unbound-1.12.0/aclocal.m4-5782-	if test yes = "$lt_cv_irix_exported_symbol"; then
unbound-1.12.0/aclocal.m4:5783:          _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'
unbound-1.12.0/aclocal.m4-5784-	fi
unbound-1.12.0/aclocal.m4-5785-      else
unbound-1.12.0/aclocal.m4:5786:	_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'
unbound-1.12.0/aclocal.m4:5787:	_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'
unbound-1.12.0/aclocal.m4-5788-      fi
##############################################
unbound-1.12.0/aclocal.m4-5832-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
unbound-1.12.0/aclocal.m4:5833:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
unbound-1.12.0/aclocal.m4-5834-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
unbound-1.12.0/aclocal.m4-5863-	prefix_cmds="$SED"~
unbound-1.12.0/aclocal.m4:5864:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
unbound-1.12.0/aclocal.m4-5865-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
unbound-1.12.0/aclocal.m4-5877-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
unbound-1.12.0/aclocal.m4:5878:	_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'
unbound-1.12.0/aclocal.m4-5879-      else
unbound-1.12.0/aclocal.m4-5880-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
unbound-1.12.0/aclocal.m4:5881:	_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'
unbound-1.12.0/aclocal.m4-5882-      fi
##############################################
unbound-1.12.0/aclocal.m4-5890-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
unbound-1.12.0/aclocal.m4:5891:	_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'
unbound-1.12.0/aclocal.m4-5892-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
unbound-1.12.0/aclocal.m4-5894-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
unbound-1.12.0/aclocal.m4:5895:	_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'
unbound-1.12.0/aclocal.m4:5896:	_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~
unbound-1.12.0/aclocal.m4:5897:          $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'
unbound-1.12.0/aclocal.m4-5898-
##############################################
unbound-1.12.0/aclocal.m4-5913-      else
unbound-1.12.0/aclocal.m4:5914:	case `$CC -V 2>&1` in
unbound-1.12.0/aclocal.m4-5915-	*"Compilers 5.0"*)
##############################################
unbound-1.12.0/aclocal.m4-6106-	  _LT_TAGVAR(allow_undefined_flag, $1)=
unbound-1.12.0/aclocal.m4:6107:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
unbound-1.12.0/aclocal.m4-6108-	  then
##############################################
unbound-1.12.0/aclocal.m4-6406-        # ancient GNU ld didn't support --whole-archive et. al.
unbound-1.12.0/aclocal.m4:6407:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
unbound-1.12.0/aclocal.m4-6408-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
unbound-1.12.0/aclocal.m4-6516-          # below for broken collect2 doesn't work under 4.3+
unbound-1.12.0/aclocal.m4:6517:	  collect2name=`$CC -print-prog-name=collect2`
unbound-1.12.0/aclocal.m4-6518-	  if test -f "$collect2name" &&
##############################################
unbound-1.12.0/aclocal.m4-6574-
unbound-1.12.0/aclocal.m4:6575:          _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
unbound-1.12.0/aclocal.m4-6576-        else
##############################################
unbound-1.12.0/aclocal.m4-6599-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
unbound-1.12.0/aclocal.m4:6600:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
unbound-1.12.0/aclocal.m4-6601-	    if test svr4 != "$with_aix_soname"; then
##############################################
unbound-1.12.0/aclocal.m4-6728-	  prefix_cmds="$SED"~
unbound-1.12.0/aclocal.m4:6729:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
unbound-1.12.0/aclocal.m4-6730-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
unbound-1.12.0/aclocal.m4-6802-            # dependencies.
unbound-1.12.0/aclocal.m4:6803:            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"'
unbound-1.12.0/aclocal.m4-6804-            ;;
##############################################
unbound-1.12.0/aclocal.m4-6867-	    # dependencies.
unbound-1.12.0/aclocal.m4:6868:	    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"'
unbound-1.12.0/aclocal.m4-6869-	    ;;
##############################################
unbound-1.12.0/aclocal.m4-6903-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
unbound-1.12.0/aclocal.m4:6904:	_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'
unbound-1.12.0/aclocal.m4:6905:	_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'
unbound-1.12.0/aclocal.m4-6906-	;;
##############################################
unbound-1.12.0/aclocal.m4-6910-	    # SGI C++
unbound-1.12.0/aclocal.m4:6911:	    _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'
unbound-1.12.0/aclocal.m4-6912-
##############################################
unbound-1.12.0/aclocal.m4-6921-	      if test no = "$with_gnu_ld"; then
unbound-1.12.0/aclocal.m4:6922:	        _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'
unbound-1.12.0/aclocal.m4-6923-	      else
unbound-1.12.0/aclocal.m4:6924:	        _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'
unbound-1.12.0/aclocal.m4-6925-	      fi
##############################################
unbound-1.12.0/aclocal.m4-6942-	    # to its proper name (with version) after linking.
unbound-1.12.0/aclocal.m4:6943:	    _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'
unbound-1.12.0/aclocal.m4:6944:	    _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'
unbound-1.12.0/aclocal.m4-6945-	    # Commands to make compiler produce verbose output that lists
##############################################
unbound-1.12.0/aclocal.m4-6952-	    # dependencies.
unbound-1.12.0/aclocal.m4:6953:	    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"'
unbound-1.12.0/aclocal.m4-6954-
##############################################
unbound-1.12.0/aclocal.m4-6967-	    # earlier do not add the objects themselves.
unbound-1.12.0/aclocal.m4:6968:	    case `$CC -V 2>&1` in
unbound-1.12.0/aclocal.m4-6969-	      *"Version 7."*)
##############################################
unbound-1.12.0/aclocal.m4-6988-            # Portland Group C++ compiler
unbound-1.12.0/aclocal.m4:6989:	    case `$CC -V` in
unbound-1.12.0/aclocal.m4-6990-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
unbound-1.12.0/aclocal.m4-6993-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
unbound-1.12.0/aclocal.m4:6994:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
unbound-1.12.0/aclocal.m4-6995-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
unbound-1.12.0/aclocal.m4-6997-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
unbound-1.12.0/aclocal.m4:6998:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
unbound-1.12.0/aclocal.m4-6999-                $RANLIB $oldlib'
##############################################
unbound-1.12.0/aclocal.m4-7002-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
unbound-1.12.0/aclocal.m4:7003:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
unbound-1.12.0/aclocal.m4-7004-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
unbound-1.12.0/aclocal.m4-7006-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
unbound-1.12.0/aclocal.m4:7007:                $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'
unbound-1.12.0/aclocal.m4-7008-	      ;;
##############################################
unbound-1.12.0/aclocal.m4-7016-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
unbound-1.12.0/aclocal.m4:7017:	    _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'
unbound-1.12.0/aclocal.m4-7018-            ;;
##############################################
unbound-1.12.0/aclocal.m4-7035-	    # dependencies.
unbound-1.12.0/aclocal.m4:7036:	    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'
unbound-1.12.0/aclocal.m4-7037-	    ;;
##############################################
unbound-1.12.0/aclocal.m4-7050-	  *)
unbound-1.12.0/aclocal.m4:7051:	    case `$CC -V 2>&1 | sed 5q` in
unbound-1.12.0/aclocal.m4-7052-	    *Sun\ C*)
##############################################
unbound-1.12.0/aclocal.m4-7057-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
unbound-1.12.0/aclocal.m4:7058:	      _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'
unbound-1.12.0/aclocal.m4-7059-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
unbound-1.12.0/aclocal.m4-7122-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
unbound-1.12.0/aclocal.m4:7123:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
unbound-1.12.0/aclocal.m4-7124-	    _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'
##############################################
unbound-1.12.0/aclocal.m4-7141-	    # to its proper name (with version) after linking.
unbound-1.12.0/aclocal.m4:7142:	    _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'
unbound-1.12.0/aclocal.m4-7143-
##############################################
unbound-1.12.0/aclocal.m4-7162-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
unbound-1.12.0/aclocal.m4:7163:	        _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'
unbound-1.12.0/aclocal.m4-7164-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
unbound-1.12.0/aclocal.m4-7167-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
unbound-1.12.0/aclocal.m4:7168:	        _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'
unbound-1.12.0/aclocal.m4:7169:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
unbound-1.12.0/aclocal.m4-7170-                  echo "-hidden">> $lib.exp~
unbound-1.12.0/aclocal.m4:7171:                  $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~
unbound-1.12.0/aclocal.m4-7172-                  $RM $lib.exp'
##############################################
unbound-1.12.0/aclocal.m4-7186-	    # dependencies.
unbound-1.12.0/aclocal.m4:7187:	    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"'
unbound-1.12.0/aclocal.m4-7188-	    ;;
##############################################
unbound-1.12.0/aclocal.m4-7193-	        osf3*)
unbound-1.12.0/aclocal.m4:7194:	          _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'
unbound-1.12.0/aclocal.m4-7195-		  ;;
unbound-1.12.0/aclocal.m4-7196-	        *)
unbound-1.12.0/aclocal.m4:7197:	          _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'
unbound-1.12.0/aclocal.m4-7198-		  ;;
##############################################
unbound-1.12.0/aclocal.m4-7446-  case @S|@2 in
unbound-1.12.0/aclocal.m4:7447:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
unbound-1.12.0/aclocal.m4:7448:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
unbound-1.12.0/aclocal.m4-7449-  esac
##############################################
unbound-1.12.0/aclocal.m4-7535-
unbound-1.12.0/aclocal.m4:7536:  for p in `eval "$output_verbose_link_cmd"`; do
unbound-1.12.0/aclocal.m4-7537-    case $prev$p in
##############################################
unbound-1.12.0/aclocal.m4-7639-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
unbound-1.12.0/aclocal.m4:7640: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
unbound-1.12.0/aclocal.m4-7641-fi
##############################################
unbound-1.12.0/aclocal.m4-8249-    test 10 -lt "$lt_ac_count" && break
unbound-1.12.0/aclocal.m4:8250:    lt_ac_count=`expr $lt_ac_count + 1`
unbound-1.12.0/aclocal.m4-8251-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
unbound-1.12.0/aclocal.m4-8865-m4_define([lt_combine],
unbound-1.12.0/aclocal.m4:8866:[m4_if(m4_eval([$# > 3]), [1],
unbound-1.12.0/aclocal.m4-8867-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
unbound-1.12.0/aclocal.m4-9155-    PKG_CHECK_EXISTS([$3],
unbound-1.12.0/aclocal.m4:9156:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
unbound-1.12.0/aclocal.m4-9157-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
unbound-1.12.0/aclocal.m4-9203-        if test $_pkg_short_errors_supported = yes; then
unbound-1.12.0/aclocal.m4:9204:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
unbound-1.12.0/aclocal.m4-9205-        else 
unbound-1.12.0/aclocal.m4:9206:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
unbound-1.12.0/aclocal.m4-9207-        fi
##############################################
unbound-1.12.0/ltmain.sh-103-#
unbound-1.12.0/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
unbound-1.12.0/ltmain.sh-105-#
##############################################
unbound-1.12.0/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
unbound-1.12.0/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
unbound-1.12.0/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
unbound-1.12.0/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
unbound-1.12.0/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
unbound-1.12.0/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
unbound-1.12.0/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
unbound-1.12.0/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
unbound-1.12.0/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
unbound-1.12.0/ltmain.sh-410-# The name of this program.
unbound-1.12.0/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
unbound-1.12.0/ltmain.sh-412-
##############################################
unbound-1.12.0/ltmain.sh-416-  *[\\/]*)
unbound-1.12.0/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
unbound-1.12.0/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
unbound-1.12.0/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
unbound-1.12.0/ltmain.sh-610-
unbound-1.12.0/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
unbound-1.12.0/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
unbound-1.12.0/ltmain.sh-613-
##############################################
unbound-1.12.0/ltmain.sh-639-
unbound-1.12.0/ltmain.sh:640:    func_arith_result=`expr "$@"`
unbound-1.12.0/ltmain.sh-641-  }
##############################################
unbound-1.12.0/ltmain.sh-660-  # ...otherwise fall back to using sed.
unbound-1.12.0/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
unbound-1.12.0/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
unbound-1.12.0/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
unbound-1.12.0/ltmain.sh-757-      test -n "$_G_tc" && {
unbound-1.12.0/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
unbound-1.12.0/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
unbound-1.12.0/ltmain.sh-760-      }
unbound-1.12.0/ltmain.sh-761-    done
unbound-1.12.0/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
unbound-1.12.0/ltmain.sh-763-
##############################################
unbound-1.12.0/ltmain.sh-831-
unbound-1.12.0/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
unbound-1.12.0/ltmain.sh-833-  }
##############################################
unbound-1.12.0/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
unbound-1.12.0/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
unbound-1.12.0/ltmain.sh-865-      done
unbound-1.12.0/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
unbound-1.12.0/ltmain.sh-867-
##############################################
unbound-1.12.0/ltmain.sh-901-      # If mktemp works, use that first and foremost
unbound-1.12.0/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
unbound-1.12.0/ltmain.sh-903-
##############################################
unbound-1.12.0/ltmain.sh-1111-        *[\\\`\"\$]*)
unbound-1.12.0/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
unbound-1.12.0/ltmain.sh-1113-        *)
##############################################
unbound-1.12.0/ltmain.sh-1198-    case $2 in
unbound-1.12.0/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
unbound-1.12.0/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
unbound-1.12.0/ltmain.sh-1201-    esac
##############################################
unbound-1.12.0/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
unbound-1.12.0/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
unbound-1.12.0/ltmain.sh-1273-      ;;
##############################################
unbound-1.12.0/ltmain.sh-1358-
unbound-1.12.0/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
unbound-1.12.0/ltmain.sh-1360-}
##############################################
unbound-1.12.0/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
unbound-1.12.0/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
unbound-1.12.0/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
unbound-1.12.0/ltmain.sh-1517-
unbound-1.12.0/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
unbound-1.12.0/ltmain.sh-1519-}
##############################################
unbound-1.12.0/ltmain.sh-1870-
unbound-1.12.0/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
unbound-1.12.0/ltmain.sh-1872-      func_split_equals_rhs=
unbound-1.12.0/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
unbound-1.12.0/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
unbound-1.12.0/ltmain.sh-1875-  }
##############################################
unbound-1.12.0/ltmain.sh-1898-
unbound-1.12.0/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
unbound-1.12.0/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
unbound-1.12.0/ltmain.sh-1901-  }
##############################################
unbound-1.12.0/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
unbound-1.12.0/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
unbound-1.12.0/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
unbound-1.12.0/ltmain.sh-2074-
##############################################
unbound-1.12.0/ltmain.sh-2110-  {
unbound-1.12.0/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
unbound-1.12.0/ltmain.sh-2112-  }
##############################################
unbound-1.12.0/ltmain.sh-2115-  {
unbound-1.12.0/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
unbound-1.12.0/ltmain.sh-2117-  }
##############################################
unbound-1.12.0/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
unbound-1.12.0/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
unbound-1.12.0/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
unbound-1.12.0/ltmain.sh-2659-      done
unbound-1.12.0/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
unbound-1.12.0/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
unbound-1.12.0/ltmain.sh-2662-      case $@ in
##############################################
unbound-1.12.0/ltmain.sh-2672-	    # Evaluate the configuration.
unbound-1.12.0/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
unbound-1.12.0/ltmain.sh-2674-	    CC_quoted=
##############################################
unbound-1.12.0/ltmain.sh-2678-	    done
unbound-1.12.0/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
unbound-1.12.0/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
unbound-1.12.0/ltmain.sh-2681-	    case "$@ " in
##############################################
unbound-1.12.0/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
unbound-1.12.0/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
unbound-1.12.0/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
unbound-1.12.0/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
unbound-1.12.0/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
unbound-1.12.0/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
unbound-1.12.0/ltmain.sh-3009-    # LT_CYGPATH in this case.
unbound-1.12.0/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
unbound-1.12.0/ltmain.sh-3011-  fi
##############################################
unbound-1.12.0/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
unbound-1.12.0/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
unbound-1.12.0/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
unbound-1.12.0/ltmain.sh-3376-    *.[cCFSifmso] | \
unbound-1.12.0/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
unbound-1.12.0/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
unbound-1.12.0/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
unbound-1.12.0/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
unbound-1.12.0/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
unbound-1.12.0/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
unbound-1.12.0/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
unbound-1.12.0/ltmain.sh-3474-
##############################################
unbound-1.12.0/ltmain.sh-3520-      if test warn = "$need_locks" &&
unbound-1.12.0/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
unbound-1.12.0/ltmain.sh-3522-	$ECHO "\
unbound-1.12.0/ltmain.sh-3523-*** ERROR, $lockfile contains:
unbound-1.12.0/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
unbound-1.12.0/ltmain.sh-3525-
##############################################
unbound-1.12.0/ltmain.sh-3569-      if test warn = "$need_locks" &&
unbound-1.12.0/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
unbound-1.12.0/ltmain.sh-3571-	$ECHO "\
unbound-1.12.0/ltmain.sh-3572-*** ERROR, $lockfile contains:
unbound-1.12.0/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
unbound-1.12.0/ltmain.sh-3574-
##############################################
unbound-1.12.0/ltmain.sh-3895-      # Get the absolute pathname.
unbound-1.12.0/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
unbound-1.12.0/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
unbound-1.12.0/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
unbound-1.12.0/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
unbound-1.12.0/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
unbound-1.12.0/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
unbound-1.12.0/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
unbound-1.12.0/ltmain.sh-4280-
##############################################
unbound-1.12.0/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
unbound-1.12.0/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
unbound-1.12.0/ltmain.sh-4293-	  else
unbound-1.12.0/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
unbound-1.12.0/ltmain.sh-4295-	  fi
##############################################
unbound-1.12.0/ltmain.sh-4458-	    fi
unbound-1.12.0/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
unbound-1.12.0/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
unbound-1.12.0/ltmain.sh-4477-	        # Replace the output file specification.
unbound-1.12.0/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
unbound-1.12.0/ltmain.sh-4479-
##############################################
unbound-1.12.0/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
unbound-1.12.0/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
unbound-1.12.0/ltmain.sh-4498-	  fi
##############################################
unbound-1.12.0/ltmain.sh-4570-    my_pic_p=${3-false}
unbound-1.12.0/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
unbound-1.12.0/ltmain.sh-4572-    my_dlsyms=
##############################################
unbound-1.12.0/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
unbound-1.12.0/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
unbound-1.12.0/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
unbound-1.12.0/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
unbound-1.12.0/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
unbound-1.12.0/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
unbound-1.12.0/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
unbound-1.12.0/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
unbound-1.12.0/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
unbound-1.12.0/ltmain.sh-4862-	  else
unbound-1.12.0/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
unbound-1.12.0/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
unbound-1.12.0/ltmain.sh-4865-	  fi
##############################################
unbound-1.12.0/ltmain.sh-4867-	*)
unbound-1.12.0/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
unbound-1.12.0/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
unbound-1.12.0/ltmain.sh-4870-	  ;;
##############################################
unbound-1.12.0/ltmain.sh-4882-      # Nullify the symbol file.
unbound-1.12.0/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
unbound-1.12.0/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
unbound-1.12.0/ltmain.sh-4885-    fi
##############################################
unbound-1.12.0/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
unbound-1.12.0/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)$'`
unbound-1.12.0/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
unbound-1.12.0/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
unbound-1.12.0/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
unbound-1.12.0/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
unbound-1.12.0/ltmain.sh-4925-  win32_libid_type=unknown
unbound-1.12.0/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
unbound-1.12.0/ltmain.sh-4927-  case $win32_fileres in
##############################################
unbound-1.12.0/ltmain.sh-4990-
unbound-1.12.0/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
unbound-1.12.0/ltmain.sh-4992-}
##############################################
unbound-1.12.0/ltmain.sh-5008-
unbound-1.12.0/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
unbound-1.12.0/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
unbound-1.12.0/ltmain.sh-5072-    # binutils import library
unbound-1.12.0/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
unbound-1.12.0/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
unbound-1.12.0/ltmain.sh-5075-    # ms-generated import library
unbound-1.12.0/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
unbound-1.12.0/ltmain.sh-5077-  else
##############################################
unbound-1.12.0/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
unbound-1.12.0/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
unbound-1.12.0/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
unbound-1.12.0/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
unbound-1.12.0/ltmain.sh-5160-	    darwin_arch=
##############################################
unbound-1.12.0/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
unbound-1.12.0/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
unbound-1.12.0/ltmain.sh-5172-	    darwin_file=
##############################################
unbound-1.12.0/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
unbound-1.12.0/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
unbound-1.12.0/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
unbound-1.12.0/ltmain.sh-5189-      esac
unbound-1.12.0/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
unbound-1.12.0/ltmain.sh-5191-    done
##############################################
unbound-1.12.0/ltmain.sh-5260-
unbound-1.12.0/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
unbound-1.12.0/ltmain.sh-5262-    $ECHO "\
##############################################
unbound-1.12.0/ltmain.sh-5295-    --lt-dump-script)
unbound-1.12.0/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
unbound-1.12.0/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
unbound-1.12.0/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
unbound-1.12.0/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
unbound-1.12.0/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
unbound-1.12.0/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
unbound-1.12.0/ltmain.sh-5324-  done
##############################################
unbound-1.12.0/ltmain.sh-5380-  # Find the directory that this script lives in.
unbound-1.12.0/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
unbound-1.12.0/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
unbound-1.12.0/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
unbound-1.12.0/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
unbound-1.12.0/ltmain.sh-5386-  while test -n \"\$file\"; do
unbound-1.12.0/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
unbound-1.12.0/ltmain.sh-5388-
##############################################
unbound-1.12.0/ltmain.sh-5396-
unbound-1.12.0/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
unbound-1.12.0/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
unbound-1.12.0/ltmain.sh-5399-  done
##############################################
unbound-1.12.0/ltmain.sh-5410-    case \"\$thisdir\" in
unbound-1.12.0/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
unbound-1.12.0/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
unbound-1.12.0/ltmain.sh-5416-  # Try to get the absolute directory name.
unbound-1.12.0/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
unbound-1.12.0/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
unbound-1.12.0/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
unbound-1.12.0/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
unbound-1.12.0/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
unbound-1.12.0/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
unbound-1.12.0/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
unbound-1.12.0/ltmain.sh-5443-      else
##############################################
unbound-1.12.0/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
unbound-1.12.0/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
unbound-1.12.0/ltmain.sh-5487-
##############################################
unbound-1.12.0/ltmain.sh-6464-
unbound-1.12.0/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
unbound-1.12.0/ltmain.sh-6466-    *import*) : ;;
##############################################
unbound-1.12.0/ltmain.sh-6712-	    moreargs=
unbound-1.12.0/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
unbound-1.12.0/ltmain.sh-6714-	    do
##############################################
unbound-1.12.0/ltmain.sh-6973-	*)
unbound-1.12.0/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
unbound-1.12.0/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
unbound-1.12.0/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
unbound-1.12.0/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
unbound-1.12.0/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
unbound-1.12.0/ltmain.sh-7289-      -Z*)
unbound-1.12.0/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
unbound-1.12.0/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
unbound-1.12.0/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
unbound-1.12.0/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
unbound-1.12.0/ltmain.sh-7461-    else
##############################################
unbound-1.12.0/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
unbound-1.12.0/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
unbound-1.12.0/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
unbound-1.12.0/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
unbound-1.12.0/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
unbound-1.12.0/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
unbound-1.12.0/ltmain.sh-7873-	fi
unbound-1.12.0/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
unbound-1.12.0/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
unbound-1.12.0/ltmain.sh-7946-	*)
unbound-1.12.0/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
unbound-1.12.0/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
unbound-1.12.0/ltmain.sh-8199-	    shift
unbound-1.12.0/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
unbound-1.12.0/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
unbound-1.12.0/ltmain.sh-8491-		*)
unbound-1.12.0/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
unbound-1.12.0/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
unbound-1.12.0/ltmain.sh-8502-		  depdepl=
unbound-1.12.0/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
unbound-1.12.0/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
unbound-1.12.0/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
unbound-1.12.0/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
unbound-1.12.0/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
unbound-1.12.0/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
unbound-1.12.0/ltmain.sh-8513-                      fi
##############################################
unbound-1.12.0/ltmain.sh-8524-		else
unbound-1.12.0/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
unbound-1.12.0/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
unbound-1.12.0/ltmain.sh-8547-	else
unbound-1.12.0/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
unbound-1.12.0/ltmain.sh-8549-	fi
##############################################
unbound-1.12.0/ltmain.sh-8636-        linux*)
unbound-1.12.0/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
unbound-1.12.0/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
unbound-1.12.0/ltmain.sh-9041-	removelist=
unbound-1.12.0/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
unbound-1.12.0/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
unbound-1.12.0/ltmain.sh-9067-	# Transform .lo files to .o files.
unbound-1.12.0/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
unbound-1.12.0/ltmain.sh-9069-      fi
##############################################
unbound-1.12.0/ltmain.sh-9072-      #for path in $notinst_path; do
unbound-1.12.0/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
unbound-1.12.0/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
unbound-1.12.0/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
unbound-1.12.0/ltmain.sh-9076-      #done
##############################################
unbound-1.12.0/ltmain.sh-9193-		if test -n "$i"; then
unbound-1.12.0/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
unbound-1.12.0/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
unbound-1.12.0/ltmain.sh-9196-		  set dummy $deplib_matches; shift
unbound-1.12.0/ltmain.sh-9197-		  deplib_match=$1
unbound-1.12.0/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
unbound-1.12.0/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
unbound-1.12.0/ltmain.sh-9236-		  if test -n "$i"; then
unbound-1.12.0/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
unbound-1.12.0/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
unbound-1.12.0/ltmain.sh-9239-		    set dummy $deplib_matches; shift
unbound-1.12.0/ltmain.sh-9240-		    deplib_match=$1
unbound-1.12.0/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
unbound-1.12.0/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
unbound-1.12.0/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
unbound-1.12.0/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
unbound-1.12.0/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
unbound-1.12.0/ltmain.sh-9286-	      if test -n "$a_deplib"; then
unbound-1.12.0/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
unbound-1.12.0/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
unbound-1.12.0/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
unbound-1.12.0/ltmain.sh-9290-		else
##############################################
unbound-1.12.0/ltmain.sh-9296-		    shopt -s nocaseglob
unbound-1.12.0/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
unbound-1.12.0/ltmain.sh-9298-		    $nocaseglob
unbound-1.12.0/ltmain.sh-9299-		  else
unbound-1.12.0/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
unbound-1.12.0/ltmain.sh-9301-		  fi
##############################################
unbound-1.12.0/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
unbound-1.12.0/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
unbound-1.12.0/ltmain.sh-9316-			case $potliblink in
unbound-1.12.0/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
unbound-1.12.0/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
unbound-1.12.0/ltmain.sh-9319-			esac
##############################################
unbound-1.12.0/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
unbound-1.12.0/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
unbound-1.12.0/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
unbound-1.12.0/ltmain.sh-9370-	      if test -n "$a_deplib"; then
unbound-1.12.0/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
unbound-1.12.0/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
unbound-1.12.0/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
unbound-1.12.0/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
unbound-1.12.0/ltmain.sh-9409-	  newdeplibs=
unbound-1.12.0/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
unbound-1.12.0/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
unbound-1.12.0/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
unbound-1.12.0/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
unbound-1.12.0/ltmain.sh-9415-	    done
##############################################
unbound-1.12.0/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
unbound-1.12.0/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
unbound-1.12.0/ltmain.sh-9441-	  ;;
##############################################
unbound-1.12.0/ltmain.sh-9491-	*-*-darwin*)
unbound-1.12.0/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
unbound-1.12.0/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
unbound-1.12.0/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
unbound-1.12.0/ltmain.sh-9495-	  ;;
##############################################
unbound-1.12.0/ltmain.sh-9618-	# Use standard objects if they are pic
unbound-1.12.0/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
unbound-1.12.0/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
unbound-1.12.0/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
unbound-1.12.0/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
unbound-1.12.0/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
unbound-1.12.0/ltmain.sh-10147-      # Create the old-style object.
unbound-1.12.0/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
unbound-1.12.0/ltmain.sh-10149-
##############################################
unbound-1.12.0/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
unbound-1.12.0/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
unbound-1.12.0/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
unbound-1.12.0/ltmain.sh-10208-	;;
##############################################
unbound-1.12.0/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
unbound-1.12.0/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
unbound-1.12.0/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
unbound-1.12.0/ltmain.sh-10226-	;;
##############################################
unbound-1.12.0/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
unbound-1.12.0/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
unbound-1.12.0/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
unbound-1.12.0/ltmain.sh-10361-	# Transform all the library objects into standard objects.
unbound-1.12.0/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
unbound-1.12.0/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
unbound-1.12.0/ltmain.sh-10364-      fi
##############################################
unbound-1.12.0/ltmain.sh-10389-	# Replace the output file specification.
unbound-1.12.0/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
unbound-1.12.0/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
unbound-1.12.0/ltmain.sh-10398-	  func_to_tool_file "$output"
unbound-1.12.0/ltmain.sh:10399:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
unbound-1.12.0/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
unbound-1.12.0/ltmain.sh-10442-	# Replace the output file specification.
unbound-1.12.0/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
unbound-1.12.0/ltmain.sh-10444-	# Delete the old output file.
##############################################
unbound-1.12.0/ltmain.sh-10450-	  func_to_tool_file "$output"
unbound-1.12.0/ltmain.sh:10451:	  postlink_cmds=`func_echo_all "$postlink_cmds" | $SED -e 's%@OUTPUT@%'"$output"'%g' -e 's%@TOOL_OUTPUT@%'"$func_to_tool_file_result"'%g'`
unbound-1.12.0/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
unbound-1.12.0/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
unbound-1.12.0/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
unbound-1.12.0/ltmain.sh-10470-          ;;
##############################################
unbound-1.12.0/ltmain.sh-10481-      # Replace the output file specification.
unbound-1.12.0/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
unbound-1.12.0/ltmain.sh-10483-
##############################################
unbound-1.12.0/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
unbound-1.12.0/ltmain.sh:10491:	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'`
unbound-1.12.0/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
unbound-1.12.0/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
unbound-1.12.0/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
unbound-1.12.0/ltmain.sh-10513-      fi
##############################################
unbound-1.12.0/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
unbound-1.12.0/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
unbound-1.12.0/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
unbound-1.12.0/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
unbound-1.12.0/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
unbound-1.12.0/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
unbound-1.12.0/ltmain.sh-10804-		name=$func_basename_result
unbound-1.12.0/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
unbound-1.12.0/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
unbound-1.12.0/ltmain.sh-10823-		name=$func_basename_result
unbound-1.12.0/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
unbound-1.12.0/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
unbound-1.12.0/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
unbound-1.12.0/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
unbound-1.12.0/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
unbound-1.12.0/.pc/0001-Enable-remote-control-by-default.patch/util/config_file.c-2293-
unbound-1.12.0/.pc/0001-Enable-remote-control-by-default.patch/util/config_file.c:2294:	if(!ipstrtoaddr(buf, UNBOUND_DNS_PORT, &addr, &addrlen)) {
unbound-1.12.0/.pc/0001-Enable-remote-control-by-default.patch/util/config_file.c-2295-		log_err("syntax error: cannot parse address: %s", str);