===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lighttpd-1.4.56~rc7/src/gw_backend.c-493-
lighttpd-1.4.56~rc7/src/gw_backend.c:494:        if (fdevent_set_so_reuseaddr(gw_fd, 1) < 0) {
lighttpd-1.4.56~rc7/src/gw_backend.c-495-            log_perror(errh, __FILE__, __LINE__, "socketsockopt()");
##############################################
lighttpd-1.4.56~rc7/src/network.c-75-
lighttpd-1.4.56~rc7/src/network.c:76:static int network_host_parse_addr(server *srv, sock_addr *addr, socklen_t *addr_len, buffer *host, int use_ipv6) {
lighttpd-1.4.56~rc7/src/network.c-77-    char *h;
##############################################
lighttpd-1.4.56~rc7/src/network.c-229-		}
lighttpd-1.4.56~rc7/src/network.c:230:	} else if (0 != network_host_parse_addr(srv, &addr, &addr_len, host_token, s->use_ipv6)) {
lighttpd-1.4.56~rc7/src/network.c-231-		return -1;
##############################################
lighttpd-1.4.56~rc7/src/network.c-347-
lighttpd-1.4.56~rc7/src/network.c:348:	if (fdevent_set_so_reuseaddr(srv_socket->fd, 1) < 0) {
lighttpd-1.4.56~rc7/src/network.c-349-		log_perror(srv->errh, __FILE__, __LINE__, "setsockopt(SO_REUSEADDR)");
##############################################
lighttpd-1.4.56~rc7/src/network.c-657-                sock_addr addr;
lighttpd-1.4.56~rc7/src/network.c:658:                rc = network_host_parse_addr(srv, &addr, &addr_len,
lighttpd-1.4.56~rc7/src/network.c-659-                                             host_token, p->conf.use_ipv6);
##############################################
lighttpd-1.4.56~rc7/src/sock_addr.c-243-      #else
lighttpd-1.4.56~rc7/src/sock_addr.c:244:        return ((saddr->ipv4.sin_addr.s_addr = inet_addr(str)) != INADDR_NONE);
lighttpd-1.4.56~rc7/src/sock_addr.c-245-      #endif
##############################################
lighttpd-1.4.56~rc7/src/sock_addr.c-347-      {
lighttpd-1.4.56~rc7/src/sock_addr.c:348:        struct hostent *he = gethostbyaddr((char *)&saddr->ipv4.sin_addr,
lighttpd-1.4.56~rc7/src/sock_addr.c-349-                                           sizeof(struct in_addr), AF_INET);
##############################################
lighttpd-1.4.56~rc7/src/sock_addr.c-572-    /*(note: getaddrinfo() is stricter than inet_aton() in what is accepted)*/
lighttpd-1.4.56~rc7/src/sock_addr.c:573:    /*(this routine originates from mod_extforward.c:ipstr_to_sockaddr()*/
lighttpd-1.4.56~rc7/src/sock_addr.c-574-  #ifdef HAVE_IPV6
##############################################
lighttpd-1.4.56~rc7/src/sock_addr.c-624-    UNUSED(errh);
lighttpd-1.4.56~rc7/src/sock_addr.c:625:    saddr->ipv4.sin_addr.s_addr = inet_addr(str);
lighttpd-1.4.56~rc7/src/sock_addr.c-626-    saddr->plain.sa_family = AF_INET;
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-52-  { \
lighttpd-1.4.56~rc7/src/Makefile.in:53:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/src/Makefile.in-54-  }; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-180-PROGRAMS = $(noinst_PROGRAMS) $(sbin_PROGRAMS)
lighttpd-1.4.56~rc7/src/Makefile.in:181:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lighttpd-1.4.56~rc7/src/Makefile.in-182-am__vpath_adj = case $$p in \
lighttpd-1.4.56~rc7/src/Makefile.in:183:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lighttpd-1.4.56~rc7/src/Makefile.in-184-    *) f=$$p;; \
lighttpd-1.4.56~rc7/src/Makefile.in-185-  esac;
lighttpd-1.4.56~rc7/src/Makefile.in:186:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lighttpd-1.4.56~rc7/src/Makefile.in-187-am__install_max = 40
lighttpd-1.4.56~rc7/src/Makefile.in-188-am__nobase_strip_setup = \
lighttpd-1.4.56~rc7/src/Makefile.in:189:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lighttpd-1.4.56~rc7/src/Makefile.in-190-am__nobase_strip = \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-1935-	test -n "$(EXEEXT)" || exit 0; \
lighttpd-1.4.56~rc7/src/Makefile.in:1936:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lighttpd-1.4.56~rc7/src/Makefile.in-1937-	echo " rm -f" $$list; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-1984-	test -n "$(EXEEXT)" || exit 0; \
lighttpd-1.4.56~rc7/src/Makefile.in:1985:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lighttpd-1.4.56~rc7/src/Makefile.in-1986-	echo " rm -f" $$list; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2517-.c.o:
lighttpd-1.4.56~rc7/src/Makefile.in:2518:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
lighttpd-1.4.56~rc7/src/Makefile.in-2519-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2525-.c.obj:
lighttpd-1.4.56~rc7/src/Makefile.in:2526:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
lighttpd-1.4.56~rc7/src/Makefile.in:2527:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
lighttpd-1.4.56~rc7/src/Makefile.in-2528-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2530-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2531:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lighttpd-1.4.56~rc7/src/Makefile.in-2532-
lighttpd-1.4.56~rc7/src/Makefile.in-2533-.c.lo:
lighttpd-1.4.56~rc7/src/Makefile.in:2534:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
lighttpd-1.4.56~rc7/src/Makefile.in-2535-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2541-liblightcomp_la-base64.lo: base64.c
lighttpd-1.4.56~rc7/src/Makefile.in:2542:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-base64.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-base64.Tpo -c -o liblightcomp_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
lighttpd-1.4.56~rc7/src/Makefile.in-2543-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-base64.Tpo $(DEPDIR)/liblightcomp_la-base64.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2545-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2546:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-base64.lo `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
lighttpd-1.4.56~rc7/src/Makefile.in-2547-
lighttpd-1.4.56~rc7/src/Makefile.in-2548-liblightcomp_la-buffer.lo: buffer.c
lighttpd-1.4.56~rc7/src/Makefile.in:2549:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-buffer.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-buffer.Tpo -c -o liblightcomp_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
lighttpd-1.4.56~rc7/src/Makefile.in-2550-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-buffer.Tpo $(DEPDIR)/liblightcomp_la-buffer.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2552-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2553:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-buffer.lo `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
lighttpd-1.4.56~rc7/src/Makefile.in-2554-
lighttpd-1.4.56~rc7/src/Makefile.in-2555-liblightcomp_la-burl.lo: burl.c
lighttpd-1.4.56~rc7/src/Makefile.in:2556:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-burl.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-burl.Tpo -c -o liblightcomp_la-burl.lo `test -f 'burl.c' || echo '$(srcdir)/'`burl.c
lighttpd-1.4.56~rc7/src/Makefile.in-2557-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-burl.Tpo $(DEPDIR)/liblightcomp_la-burl.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2559-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2560:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-burl.lo `test -f 'burl.c' || echo '$(srcdir)/'`burl.c
lighttpd-1.4.56~rc7/src/Makefile.in-2561-
lighttpd-1.4.56~rc7/src/Makefile.in-2562-liblightcomp_la-log.lo: log.c
lighttpd-1.4.56~rc7/src/Makefile.in:2563:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-log.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-log.Tpo -c -o liblightcomp_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
lighttpd-1.4.56~rc7/src/Makefile.in-2564-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-log.Tpo $(DEPDIR)/liblightcomp_la-log.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2566-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2567:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-log.lo `test -f 'log.c' || echo '$(srcdir)/'`log.c
lighttpd-1.4.56~rc7/src/Makefile.in-2568-
lighttpd-1.4.56~rc7/src/Makefile.in-2569-liblightcomp_la-http_header.lo: http_header.c
lighttpd-1.4.56~rc7/src/Makefile.in:2570:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-http_header.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-http_header.Tpo -c -o liblightcomp_la-http_header.lo `test -f 'http_header.c' || echo '$(srcdir)/'`http_header.c
lighttpd-1.4.56~rc7/src/Makefile.in-2571-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-http_header.Tpo $(DEPDIR)/liblightcomp_la-http_header.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2573-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2574:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-http_header.lo `test -f 'http_header.c' || echo '$(srcdir)/'`http_header.c
lighttpd-1.4.56~rc7/src/Makefile.in-2575-
lighttpd-1.4.56~rc7/src/Makefile.in-2576-liblightcomp_la-http_kv.lo: http_kv.c
lighttpd-1.4.56~rc7/src/Makefile.in:2577:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-http_kv.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-http_kv.Tpo -c -o liblightcomp_la-http_kv.lo `test -f 'http_kv.c' || echo '$(srcdir)/'`http_kv.c
lighttpd-1.4.56~rc7/src/Makefile.in-2578-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-http_kv.Tpo $(DEPDIR)/liblightcomp_la-http_kv.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2580-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2581:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-http_kv.lo `test -f 'http_kv.c' || echo '$(srcdir)/'`http_kv.c
lighttpd-1.4.56~rc7/src/Makefile.in-2582-
lighttpd-1.4.56~rc7/src/Makefile.in-2583-liblightcomp_la-keyvalue.lo: keyvalue.c
lighttpd-1.4.56~rc7/src/Makefile.in:2584:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-keyvalue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-keyvalue.Tpo -c -o liblightcomp_la-keyvalue.lo `test -f 'keyvalue.c' || echo '$(srcdir)/'`keyvalue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2585-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-keyvalue.Tpo $(DEPDIR)/liblightcomp_la-keyvalue.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2587-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2588:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-keyvalue.lo `test -f 'keyvalue.c' || echo '$(srcdir)/'`keyvalue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2589-
lighttpd-1.4.56~rc7/src/Makefile.in-2590-liblightcomp_la-chunk.lo: chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in:2591:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-chunk.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-chunk.Tpo -c -o liblightcomp_la-chunk.lo `test -f 'chunk.c' || echo '$(srcdir)/'`chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in-2592-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-chunk.Tpo $(DEPDIR)/liblightcomp_la-chunk.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2594-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2595:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-chunk.lo `test -f 'chunk.c' || echo '$(srcdir)/'`chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in-2596-
lighttpd-1.4.56~rc7/src/Makefile.in-2597-liblightcomp_la-http_chunk.lo: http_chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in:2598:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-http_chunk.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-http_chunk.Tpo -c -o liblightcomp_la-http_chunk.lo `test -f 'http_chunk.c' || echo '$(srcdir)/'`http_chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in-2599-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-http_chunk.Tpo $(DEPDIR)/liblightcomp_la-http_chunk.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2601-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2602:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-http_chunk.lo `test -f 'http_chunk.c' || echo '$(srcdir)/'`http_chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in-2603-
lighttpd-1.4.56~rc7/src/Makefile.in-2604-liblightcomp_la-stream.lo: stream.c
lighttpd-1.4.56~rc7/src/Makefile.in:2605:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-stream.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-stream.Tpo -c -o liblightcomp_la-stream.lo `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
lighttpd-1.4.56~rc7/src/Makefile.in-2606-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-stream.Tpo $(DEPDIR)/liblightcomp_la-stream.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2608-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2609:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-stream.lo `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
lighttpd-1.4.56~rc7/src/Makefile.in-2610-
lighttpd-1.4.56~rc7/src/Makefile.in-2611-liblightcomp_la-fdevent.lo: fdevent.c
lighttpd-1.4.56~rc7/src/Makefile.in:2612:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent.Tpo -c -o liblightcomp_la-fdevent.lo `test -f 'fdevent.c' || echo '$(srcdir)/'`fdevent.c
lighttpd-1.4.56~rc7/src/Makefile.in-2613-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent.Tpo $(DEPDIR)/liblightcomp_la-fdevent.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2615-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2616:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent.lo `test -f 'fdevent.c' || echo '$(srcdir)/'`fdevent.c
lighttpd-1.4.56~rc7/src/Makefile.in-2617-
lighttpd-1.4.56~rc7/src/Makefile.in-2618-liblightcomp_la-gw_backend.lo: gw_backend.c
lighttpd-1.4.56~rc7/src/Makefile.in:2619:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-gw_backend.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-gw_backend.Tpo -c -o liblightcomp_la-gw_backend.lo `test -f 'gw_backend.c' || echo '$(srcdir)/'`gw_backend.c
lighttpd-1.4.56~rc7/src/Makefile.in-2620-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-gw_backend.Tpo $(DEPDIR)/liblightcomp_la-gw_backend.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2622-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2623:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-gw_backend.lo `test -f 'gw_backend.c' || echo '$(srcdir)/'`gw_backend.c
lighttpd-1.4.56~rc7/src/Makefile.in-2624-
lighttpd-1.4.56~rc7/src/Makefile.in-2625-liblightcomp_la-stat_cache.lo: stat_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in:2626:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-stat_cache.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-stat_cache.Tpo -c -o liblightcomp_la-stat_cache.lo `test -f 'stat_cache.c' || echo '$(srcdir)/'`stat_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-2627-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-stat_cache.Tpo $(DEPDIR)/liblightcomp_la-stat_cache.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2629-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2630:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-stat_cache.lo `test -f 'stat_cache.c' || echo '$(srcdir)/'`stat_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-2631-
lighttpd-1.4.56~rc7/src/Makefile.in-2632-liblightcomp_la-plugin.lo: plugin.c
lighttpd-1.4.56~rc7/src/Makefile.in:2633:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-plugin.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-plugin.Tpo -c -o liblightcomp_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
lighttpd-1.4.56~rc7/src/Makefile.in-2634-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-plugin.Tpo $(DEPDIR)/liblightcomp_la-plugin.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2636-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2637:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-plugin.lo `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
lighttpd-1.4.56~rc7/src/Makefile.in-2638-
lighttpd-1.4.56~rc7/src/Makefile.in-2639-liblightcomp_la-etag.lo: etag.c
lighttpd-1.4.56~rc7/src/Makefile.in:2640:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-etag.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-etag.Tpo -c -o liblightcomp_la-etag.lo `test -f 'etag.c' || echo '$(srcdir)/'`etag.c
lighttpd-1.4.56~rc7/src/Makefile.in-2641-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-etag.Tpo $(DEPDIR)/liblightcomp_la-etag.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2643-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2644:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-etag.lo `test -f 'etag.c' || echo '$(srcdir)/'`etag.c
lighttpd-1.4.56~rc7/src/Makefile.in-2645-
lighttpd-1.4.56~rc7/src/Makefile.in-2646-liblightcomp_la-array.lo: array.c
lighttpd-1.4.56~rc7/src/Makefile.in:2647:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-array.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-array.Tpo -c -o liblightcomp_la-array.lo `test -f 'array.c' || echo '$(srcdir)/'`array.c
lighttpd-1.4.56~rc7/src/Makefile.in-2648-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-array.Tpo $(DEPDIR)/liblightcomp_la-array.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2650-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2651:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-array.lo `test -f 'array.c' || echo '$(srcdir)/'`array.c
lighttpd-1.4.56~rc7/src/Makefile.in-2652-
lighttpd-1.4.56~rc7/src/Makefile.in-2653-liblightcomp_la-data_string.lo: data_string.c
lighttpd-1.4.56~rc7/src/Makefile.in:2654:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_string.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_string.Tpo -c -o liblightcomp_la-data_string.lo `test -f 'data_string.c' || echo '$(srcdir)/'`data_string.c
lighttpd-1.4.56~rc7/src/Makefile.in-2655-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_string.Tpo $(DEPDIR)/liblightcomp_la-data_string.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2657-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2658:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_string.lo `test -f 'data_string.c' || echo '$(srcdir)/'`data_string.c
lighttpd-1.4.56~rc7/src/Makefile.in-2659-
lighttpd-1.4.56~rc7/src/Makefile.in-2660-liblightcomp_la-data_array.lo: data_array.c
lighttpd-1.4.56~rc7/src/Makefile.in:2661:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_array.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_array.Tpo -c -o liblightcomp_la-data_array.lo `test -f 'data_array.c' || echo '$(srcdir)/'`data_array.c
lighttpd-1.4.56~rc7/src/Makefile.in-2662-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_array.Tpo $(DEPDIR)/liblightcomp_la-data_array.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2664-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2665:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_array.lo `test -f 'data_array.c' || echo '$(srcdir)/'`data_array.c
lighttpd-1.4.56~rc7/src/Makefile.in-2666-
lighttpd-1.4.56~rc7/src/Makefile.in-2667-liblightcomp_la-data_integer.lo: data_integer.c
lighttpd-1.4.56~rc7/src/Makefile.in:2668:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-data_integer.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-data_integer.Tpo -c -o liblightcomp_la-data_integer.lo `test -f 'data_integer.c' || echo '$(srcdir)/'`data_integer.c
lighttpd-1.4.56~rc7/src/Makefile.in-2669-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-data_integer.Tpo $(DEPDIR)/liblightcomp_la-data_integer.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2671-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2672:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-data_integer.lo `test -f 'data_integer.c' || echo '$(srcdir)/'`data_integer.c
lighttpd-1.4.56~rc7/src/Makefile.in-2673-
lighttpd-1.4.56~rc7/src/Makefile.in-2674-liblightcomp_la-algo_md5.lo: algo_md5.c
lighttpd-1.4.56~rc7/src/Makefile.in:2675:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-algo_md5.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-algo_md5.Tpo -c -o liblightcomp_la-algo_md5.lo `test -f 'algo_md5.c' || echo '$(srcdir)/'`algo_md5.c
lighttpd-1.4.56~rc7/src/Makefile.in-2676-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-algo_md5.Tpo $(DEPDIR)/liblightcomp_la-algo_md5.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2678-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2679:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-algo_md5.lo `test -f 'algo_md5.c' || echo '$(srcdir)/'`algo_md5.c
lighttpd-1.4.56~rc7/src/Makefile.in-2680-
lighttpd-1.4.56~rc7/src/Makefile.in-2681-liblightcomp_la-algo_sha1.lo: algo_sha1.c
lighttpd-1.4.56~rc7/src/Makefile.in:2682:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-algo_sha1.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-algo_sha1.Tpo -c -o liblightcomp_la-algo_sha1.lo `test -f 'algo_sha1.c' || echo '$(srcdir)/'`algo_sha1.c
lighttpd-1.4.56~rc7/src/Makefile.in-2683-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-algo_sha1.Tpo $(DEPDIR)/liblightcomp_la-algo_sha1.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2685-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2686:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-algo_sha1.lo `test -f 'algo_sha1.c' || echo '$(srcdir)/'`algo_sha1.c
lighttpd-1.4.56~rc7/src/Makefile.in-2687-
lighttpd-1.4.56~rc7/src/Makefile.in-2688-liblightcomp_la-algo_splaytree.lo: algo_splaytree.c
lighttpd-1.4.56~rc7/src/Makefile.in:2689:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-algo_splaytree.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-algo_splaytree.Tpo -c -o liblightcomp_la-algo_splaytree.lo `test -f 'algo_splaytree.c' || echo '$(srcdir)/'`algo_splaytree.c
lighttpd-1.4.56~rc7/src/Makefile.in-2690-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-algo_splaytree.Tpo $(DEPDIR)/liblightcomp_la-algo_splaytree.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2692-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2693:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-algo_splaytree.lo `test -f 'algo_splaytree.c' || echo '$(srcdir)/'`algo_splaytree.c
lighttpd-1.4.56~rc7/src/Makefile.in-2694-
lighttpd-1.4.56~rc7/src/Makefile.in-2695-liblightcomp_la-fdevent_select.lo: fdevent_select.c
lighttpd-1.4.56~rc7/src/Makefile.in:2696:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_select.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_select.Tpo -c -o liblightcomp_la-fdevent_select.lo `test -f 'fdevent_select.c' || echo '$(srcdir)/'`fdevent_select.c
lighttpd-1.4.56~rc7/src/Makefile.in-2697-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_select.Tpo $(DEPDIR)/liblightcomp_la-fdevent_select.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2699-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2700:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_select.lo `test -f 'fdevent_select.c' || echo '$(srcdir)/'`fdevent_select.c
lighttpd-1.4.56~rc7/src/Makefile.in-2701-
lighttpd-1.4.56~rc7/src/Makefile.in-2702-liblightcomp_la-fdevent_libev.lo: fdevent_libev.c
lighttpd-1.4.56~rc7/src/Makefile.in:2703:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_libev.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_libev.Tpo -c -o liblightcomp_la-fdevent_libev.lo `test -f 'fdevent_libev.c' || echo '$(srcdir)/'`fdevent_libev.c
lighttpd-1.4.56~rc7/src/Makefile.in-2704-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_libev.Tpo $(DEPDIR)/liblightcomp_la-fdevent_libev.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2706-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2707:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_libev.lo `test -f 'fdevent_libev.c' || echo '$(srcdir)/'`fdevent_libev.c
lighttpd-1.4.56~rc7/src/Makefile.in-2708-
lighttpd-1.4.56~rc7/src/Makefile.in-2709-liblightcomp_la-fdevent_poll.lo: fdevent_poll.c
lighttpd-1.4.56~rc7/src/Makefile.in:2710:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_poll.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_poll.Tpo -c -o liblightcomp_la-fdevent_poll.lo `test -f 'fdevent_poll.c' || echo '$(srcdir)/'`fdevent_poll.c
lighttpd-1.4.56~rc7/src/Makefile.in-2711-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_poll.Tpo $(DEPDIR)/liblightcomp_la-fdevent_poll.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2713-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2714:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_poll.lo `test -f 'fdevent_poll.c' || echo '$(srcdir)/'`fdevent_poll.c
lighttpd-1.4.56~rc7/src/Makefile.in-2715-
lighttpd-1.4.56~rc7/src/Makefile.in-2716-liblightcomp_la-fdevent_linux_sysepoll.lo: fdevent_linux_sysepoll.c
lighttpd-1.4.56~rc7/src/Makefile.in:2717:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_linux_sysepoll.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_linux_sysepoll.Tpo -c -o liblightcomp_la-fdevent_linux_sysepoll.lo `test -f 'fdevent_linux_sysepoll.c' || echo '$(srcdir)/'`fdevent_linux_sysepoll.c
lighttpd-1.4.56~rc7/src/Makefile.in-2718-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_linux_sysepoll.Tpo $(DEPDIR)/liblightcomp_la-fdevent_linux_sysepoll.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2720-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2721:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_linux_sysepoll.lo `test -f 'fdevent_linux_sysepoll.c' || echo '$(srcdir)/'`fdevent_linux_sysepoll.c
lighttpd-1.4.56~rc7/src/Makefile.in-2722-
lighttpd-1.4.56~rc7/src/Makefile.in-2723-liblightcomp_la-fdevent_solaris_devpoll.lo: fdevent_solaris_devpoll.c
lighttpd-1.4.56~rc7/src/Makefile.in:2724:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_solaris_devpoll.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_solaris_devpoll.Tpo -c -o liblightcomp_la-fdevent_solaris_devpoll.lo `test -f 'fdevent_solaris_devpoll.c' || echo '$(srcdir)/'`fdevent_solaris_devpoll.c
lighttpd-1.4.56~rc7/src/Makefile.in-2725-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_solaris_devpoll.Tpo $(DEPDIR)/liblightcomp_la-fdevent_solaris_devpoll.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2727-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2728:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_solaris_devpoll.lo `test -f 'fdevent_solaris_devpoll.c' || echo '$(srcdir)/'`fdevent_solaris_devpoll.c
lighttpd-1.4.56~rc7/src/Makefile.in-2729-
lighttpd-1.4.56~rc7/src/Makefile.in-2730-liblightcomp_la-fdevent_solaris_port.lo: fdevent_solaris_port.c
lighttpd-1.4.56~rc7/src/Makefile.in:2731:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_solaris_port.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_solaris_port.Tpo -c -o liblightcomp_la-fdevent_solaris_port.lo `test -f 'fdevent_solaris_port.c' || echo '$(srcdir)/'`fdevent_solaris_port.c
lighttpd-1.4.56~rc7/src/Makefile.in-2732-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_solaris_port.Tpo $(DEPDIR)/liblightcomp_la-fdevent_solaris_port.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2734-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2735:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_solaris_port.lo `test -f 'fdevent_solaris_port.c' || echo '$(srcdir)/'`fdevent_solaris_port.c
lighttpd-1.4.56~rc7/src/Makefile.in-2736-
lighttpd-1.4.56~rc7/src/Makefile.in-2737-liblightcomp_la-fdevent_freebsd_kqueue.lo: fdevent_freebsd_kqueue.c
lighttpd-1.4.56~rc7/src/Makefile.in:2738:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-fdevent_freebsd_kqueue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-fdevent_freebsd_kqueue.Tpo -c -o liblightcomp_la-fdevent_freebsd_kqueue.lo `test -f 'fdevent_freebsd_kqueue.c' || echo '$(srcdir)/'`fdevent_freebsd_kqueue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2739-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-fdevent_freebsd_kqueue.Tpo $(DEPDIR)/liblightcomp_la-fdevent_freebsd_kqueue.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2741-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2742:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-fdevent_freebsd_kqueue.lo `test -f 'fdevent_freebsd_kqueue.c' || echo '$(srcdir)/'`fdevent_freebsd_kqueue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2743-
lighttpd-1.4.56~rc7/src/Makefile.in-2744-liblightcomp_la-connections-glue.lo: connections-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:2745:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-connections-glue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-connections-glue.Tpo -c -o liblightcomp_la-connections-glue.lo `test -f 'connections-glue.c' || echo '$(srcdir)/'`connections-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2746-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-connections-glue.Tpo $(DEPDIR)/liblightcomp_la-connections-glue.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2748-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2749:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-connections-glue.lo `test -f 'connections-glue.c' || echo '$(srcdir)/'`connections-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2750-
lighttpd-1.4.56~rc7/src/Makefile.in-2751-liblightcomp_la-configfile-glue.lo: configfile-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:2752:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-configfile-glue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-configfile-glue.Tpo -c -o liblightcomp_la-configfile-glue.lo `test -f 'configfile-glue.c' || echo '$(srcdir)/'`configfile-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2753-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-configfile-glue.Tpo $(DEPDIR)/liblightcomp_la-configfile-glue.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2755-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2756:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-configfile-glue.lo `test -f 'configfile-glue.c' || echo '$(srcdir)/'`configfile-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2757-
lighttpd-1.4.56~rc7/src/Makefile.in-2758-liblightcomp_la-http-header-glue.lo: http-header-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:2759:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-http-header-glue.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-http-header-glue.Tpo -c -o liblightcomp_la-http-header-glue.lo `test -f 'http-header-glue.c' || echo '$(srcdir)/'`http-header-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2760-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-http-header-glue.Tpo $(DEPDIR)/liblightcomp_la-http-header-glue.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2762-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2763:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-http-header-glue.lo `test -f 'http-header-glue.c' || echo '$(srcdir)/'`http-header-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-2764-
lighttpd-1.4.56~rc7/src/Makefile.in-2765-liblightcomp_la-http_auth.lo: http_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in:2766:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-http_auth.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-http_auth.Tpo -c -o liblightcomp_la-http_auth.lo `test -f 'http_auth.c' || echo '$(srcdir)/'`http_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in-2767-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-http_auth.Tpo $(DEPDIR)/liblightcomp_la-http_auth.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2769-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2770:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-http_auth.lo `test -f 'http_auth.c' || echo '$(srcdir)/'`http_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in-2771-
lighttpd-1.4.56~rc7/src/Makefile.in-2772-liblightcomp_la-http_vhostdb.lo: http_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in:2773:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-http_vhostdb.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-http_vhostdb.Tpo -c -o liblightcomp_la-http_vhostdb.lo `test -f 'http_vhostdb.c' || echo '$(srcdir)/'`http_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in-2774-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-http_vhostdb.Tpo $(DEPDIR)/liblightcomp_la-http_vhostdb.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2776-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2777:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-http_vhostdb.lo `test -f 'http_vhostdb.c' || echo '$(srcdir)/'`http_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in-2778-
lighttpd-1.4.56~rc7/src/Makefile.in-2779-liblightcomp_la-rand.lo: rand.c
lighttpd-1.4.56~rc7/src/Makefile.in:2780:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-rand.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-rand.Tpo -c -o liblightcomp_la-rand.lo `test -f 'rand.c' || echo '$(srcdir)/'`rand.c
lighttpd-1.4.56~rc7/src/Makefile.in-2781-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-rand.Tpo $(DEPDIR)/liblightcomp_la-rand.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2783-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2784:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-rand.lo `test -f 'rand.c' || echo '$(srcdir)/'`rand.c
lighttpd-1.4.56~rc7/src/Makefile.in-2785-
lighttpd-1.4.56~rc7/src/Makefile.in-2786-liblightcomp_la-request.lo: request.c
lighttpd-1.4.56~rc7/src/Makefile.in:2787:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-request.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-request.Tpo -c -o liblightcomp_la-request.lo `test -f 'request.c' || echo '$(srcdir)/'`request.c
lighttpd-1.4.56~rc7/src/Makefile.in-2788-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-request.Tpo $(DEPDIR)/liblightcomp_la-request.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2790-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2791:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-request.lo `test -f 'request.c' || echo '$(srcdir)/'`request.c
lighttpd-1.4.56~rc7/src/Makefile.in-2792-
lighttpd-1.4.56~rc7/src/Makefile.in-2793-liblightcomp_la-sock_addr.lo: sock_addr.c
lighttpd-1.4.56~rc7/src/Makefile.in:2794:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-sock_addr.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-sock_addr.Tpo -c -o liblightcomp_la-sock_addr.lo `test -f 'sock_addr.c' || echo '$(srcdir)/'`sock_addr.c
lighttpd-1.4.56~rc7/src/Makefile.in-2795-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-sock_addr.Tpo $(DEPDIR)/liblightcomp_la-sock_addr.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2797-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2798:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-sock_addr.lo `test -f 'sock_addr.c' || echo '$(srcdir)/'`sock_addr.c
lighttpd-1.4.56~rc7/src/Makefile.in-2799-
lighttpd-1.4.56~rc7/src/Makefile.in-2800-liblightcomp_la-safe_memclear.lo: safe_memclear.c
lighttpd-1.4.56~rc7/src/Makefile.in:2801:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -MT liblightcomp_la-safe_memclear.lo -MD -MP -MF $(DEPDIR)/liblightcomp_la-safe_memclear.Tpo -c -o liblightcomp_la-safe_memclear.lo `test -f 'safe_memclear.c' || echo '$(srcdir)/'`safe_memclear.c
lighttpd-1.4.56~rc7/src/Makefile.in-2802-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/liblightcomp_la-safe_memclear.Tpo $(DEPDIR)/liblightcomp_la-safe_memclear.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2804-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2805:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(liblightcomp_la_CFLAGS) $(CFLAGS) -c -o liblightcomp_la-safe_memclear.lo `test -f 'safe_memclear.c' || echo '$(srcdir)/'`safe_memclear.c
lighttpd-1.4.56~rc7/src/Makefile.in-2806-
lighttpd-1.4.56~rc7/src/Makefile.in-2807-mod_authn_dbi_la-mod_authn_dbi.lo: mod_authn_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in:2808:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_authn_dbi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_authn_dbi_la-mod_authn_dbi.lo -MD -MP -MF $(DEPDIR)/mod_authn_dbi_la-mod_authn_dbi.Tpo -c -o mod_authn_dbi_la-mod_authn_dbi.lo `test -f 'mod_authn_dbi.c' || echo '$(srcdir)/'`mod_authn_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in-2809-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_authn_dbi_la-mod_authn_dbi.Tpo $(DEPDIR)/mod_authn_dbi_la-mod_authn_dbi.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2811-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2812:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_authn_dbi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_authn_dbi_la-mod_authn_dbi.lo `test -f 'mod_authn_dbi.c' || echo '$(srcdir)/'`mod_authn_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in-2813-
lighttpd-1.4.56~rc7/src/Makefile.in-2814-mod_authn_mysql_la-mod_authn_mysql.lo: mod_authn_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in:2815:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_authn_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_authn_mysql_la-mod_authn_mysql.lo -MD -MP -MF $(DEPDIR)/mod_authn_mysql_la-mod_authn_mysql.Tpo -c -o mod_authn_mysql_la-mod_authn_mysql.lo `test -f 'mod_authn_mysql.c' || echo '$(srcdir)/'`mod_authn_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in-2816-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_authn_mysql_la-mod_authn_mysql.Tpo $(DEPDIR)/mod_authn_mysql_la-mod_authn_mysql.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2818-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2819:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_authn_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_authn_mysql_la-mod_authn_mysql.lo `test -f 'mod_authn_mysql.c' || echo '$(srcdir)/'`mod_authn_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in-2820-
lighttpd-1.4.56~rc7/src/Makefile.in-2821-mod_authn_sasl_la-mod_authn_sasl.lo: mod_authn_sasl.c
lighttpd-1.4.56~rc7/src/Makefile.in:2822:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_authn_sasl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_authn_sasl_la-mod_authn_sasl.lo -MD -MP -MF $(DEPDIR)/mod_authn_sasl_la-mod_authn_sasl.Tpo -c -o mod_authn_sasl_la-mod_authn_sasl.lo `test -f 'mod_authn_sasl.c' || echo '$(srcdir)/'`mod_authn_sasl.c
lighttpd-1.4.56~rc7/src/Makefile.in-2823-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_authn_sasl_la-mod_authn_sasl.Tpo $(DEPDIR)/mod_authn_sasl_la-mod_authn_sasl.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2825-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2826:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_authn_sasl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_authn_sasl_la-mod_authn_sasl.lo `test -f 'mod_authn_sasl.c' || echo '$(srcdir)/'`mod_authn_sasl.c
lighttpd-1.4.56~rc7/src/Makefile.in-2827-
lighttpd-1.4.56~rc7/src/Makefile.in-2828-mod_cml_la-mod_cml.lo: mod_cml.c
lighttpd-1.4.56~rc7/src/Makefile.in:2829:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -MT mod_cml_la-mod_cml.lo -MD -MP -MF $(DEPDIR)/mod_cml_la-mod_cml.Tpo -c -o mod_cml_la-mod_cml.lo `test -f 'mod_cml.c' || echo '$(srcdir)/'`mod_cml.c
lighttpd-1.4.56~rc7/src/Makefile.in-2830-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_cml_la-mod_cml.Tpo $(DEPDIR)/mod_cml_la-mod_cml.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2832-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2833:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -c -o mod_cml_la-mod_cml.lo `test -f 'mod_cml.c' || echo '$(srcdir)/'`mod_cml.c
lighttpd-1.4.56~rc7/src/Makefile.in-2834-
lighttpd-1.4.56~rc7/src/Makefile.in-2835-mod_cml_la-mod_cml_lua.lo: mod_cml_lua.c
lighttpd-1.4.56~rc7/src/Makefile.in:2836:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -MT mod_cml_la-mod_cml_lua.lo -MD -MP -MF $(DEPDIR)/mod_cml_la-mod_cml_lua.Tpo -c -o mod_cml_la-mod_cml_lua.lo `test -f 'mod_cml_lua.c' || echo '$(srcdir)/'`mod_cml_lua.c
lighttpd-1.4.56~rc7/src/Makefile.in-2837-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_cml_la-mod_cml_lua.Tpo $(DEPDIR)/mod_cml_la-mod_cml_lua.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2839-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2840:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -c -o mod_cml_la-mod_cml_lua.lo `test -f 'mod_cml_lua.c' || echo '$(srcdir)/'`mod_cml_lua.c
lighttpd-1.4.56~rc7/src/Makefile.in-2841-
lighttpd-1.4.56~rc7/src/Makefile.in-2842-mod_cml_la-mod_cml_funcs.lo: mod_cml_funcs.c
lighttpd-1.4.56~rc7/src/Makefile.in:2843:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -MT mod_cml_la-mod_cml_funcs.lo -MD -MP -MF $(DEPDIR)/mod_cml_la-mod_cml_funcs.Tpo -c -o mod_cml_la-mod_cml_funcs.lo `test -f 'mod_cml_funcs.c' || echo '$(srcdir)/'`mod_cml_funcs.c
lighttpd-1.4.56~rc7/src/Makefile.in-2844-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_cml_la-mod_cml_funcs.Tpo $(DEPDIR)/mod_cml_la-mod_cml_funcs.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2846-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2847:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_cml_la_CFLAGS) $(CFLAGS) -c -o mod_cml_la-mod_cml_funcs.lo `test -f 'mod_cml_funcs.c' || echo '$(srcdir)/'`mod_cml_funcs.c
lighttpd-1.4.56~rc7/src/Makefile.in-2848-
lighttpd-1.4.56~rc7/src/Makefile.in-2849-mod_gnutls_la-mod_gnutls.lo: mod_gnutls.c
lighttpd-1.4.56~rc7/src/Makefile.in:2850:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_gnutls_la-mod_gnutls.lo -MD -MP -MF $(DEPDIR)/mod_gnutls_la-mod_gnutls.Tpo -c -o mod_gnutls_la-mod_gnutls.lo `test -f 'mod_gnutls.c' || echo '$(srcdir)/'`mod_gnutls.c
lighttpd-1.4.56~rc7/src/Makefile.in-2851-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_gnutls_la-mod_gnutls.Tpo $(DEPDIR)/mod_gnutls_la-mod_gnutls.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2853-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2854:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_gnutls_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_gnutls_la-mod_gnutls.lo `test -f 'mod_gnutls.c' || echo '$(srcdir)/'`mod_gnutls.c
lighttpd-1.4.56~rc7/src/Makefile.in-2855-
lighttpd-1.4.56~rc7/src/Makefile.in-2856-mod_magnet_la-mod_magnet.lo: mod_magnet.c
lighttpd-1.4.56~rc7/src/Makefile.in:2857:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_magnet_la_CFLAGS) $(CFLAGS) -MT mod_magnet_la-mod_magnet.lo -MD -MP -MF $(DEPDIR)/mod_magnet_la-mod_magnet.Tpo -c -o mod_magnet_la-mod_magnet.lo `test -f 'mod_magnet.c' || echo '$(srcdir)/'`mod_magnet.c
lighttpd-1.4.56~rc7/src/Makefile.in-2858-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_magnet_la-mod_magnet.Tpo $(DEPDIR)/mod_magnet_la-mod_magnet.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2860-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2861:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_magnet_la_CFLAGS) $(CFLAGS) -c -o mod_magnet_la-mod_magnet.lo `test -f 'mod_magnet.c' || echo '$(srcdir)/'`mod_magnet.c
lighttpd-1.4.56~rc7/src/Makefile.in-2862-
lighttpd-1.4.56~rc7/src/Makefile.in-2863-mod_magnet_la-mod_magnet_cache.lo: mod_magnet_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in:2864:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_magnet_la_CFLAGS) $(CFLAGS) -MT mod_magnet_la-mod_magnet_cache.lo -MD -MP -MF $(DEPDIR)/mod_magnet_la-mod_magnet_cache.Tpo -c -o mod_magnet_la-mod_magnet_cache.lo `test -f 'mod_magnet_cache.c' || echo '$(srcdir)/'`mod_magnet_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-2865-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_magnet_la-mod_magnet_cache.Tpo $(DEPDIR)/mod_magnet_la-mod_magnet_cache.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2867-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2868:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_magnet_la_CFLAGS) $(CFLAGS) -c -o mod_magnet_la-mod_magnet_cache.lo `test -f 'mod_magnet_cache.c' || echo '$(srcdir)/'`mod_magnet_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-2869-
lighttpd-1.4.56~rc7/src/Makefile.in-2870-mod_mysql_vhost_la-mod_mysql_vhost.lo: mod_mysql_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in:2871:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_mysql_vhost_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_mysql_vhost_la-mod_mysql_vhost.lo -MD -MP -MF $(DEPDIR)/mod_mysql_vhost_la-mod_mysql_vhost.Tpo -c -o mod_mysql_vhost_la-mod_mysql_vhost.lo `test -f 'mod_mysql_vhost.c' || echo '$(srcdir)/'`mod_mysql_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in-2872-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_mysql_vhost_la-mod_mysql_vhost.Tpo $(DEPDIR)/mod_mysql_vhost_la-mod_mysql_vhost.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2874-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2875:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_mysql_vhost_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_mysql_vhost_la-mod_mysql_vhost.lo `test -f 'mod_mysql_vhost.c' || echo '$(srcdir)/'`mod_mysql_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in-2876-
lighttpd-1.4.56~rc7/src/Makefile.in-2877-mod_nss_la-mod_nss.lo: mod_nss.c
lighttpd-1.4.56~rc7/src/Makefile.in:2878:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_nss_la-mod_nss.lo -MD -MP -MF $(DEPDIR)/mod_nss_la-mod_nss.Tpo -c -o mod_nss_la-mod_nss.lo `test -f 'mod_nss.c' || echo '$(srcdir)/'`mod_nss.c
lighttpd-1.4.56~rc7/src/Makefile.in-2879-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_nss_la-mod_nss.Tpo $(DEPDIR)/mod_nss_la-mod_nss.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2881-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2882:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_nss_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_nss_la-mod_nss.lo `test -f 'mod_nss.c' || echo '$(srcdir)/'`mod_nss.c
lighttpd-1.4.56~rc7/src/Makefile.in-2883-
lighttpd-1.4.56~rc7/src/Makefile.in-2884-mod_openssl_la-mod_openssl.lo: mod_openssl.c
lighttpd-1.4.56~rc7/src/Makefile.in:2885:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_openssl_la-mod_openssl.lo -MD -MP -MF $(DEPDIR)/mod_openssl_la-mod_openssl.Tpo -c -o mod_openssl_la-mod_openssl.lo `test -f 'mod_openssl.c' || echo '$(srcdir)/'`mod_openssl.c
lighttpd-1.4.56~rc7/src/Makefile.in-2886-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_openssl_la-mod_openssl.Tpo $(DEPDIR)/mod_openssl_la-mod_openssl.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2888-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2889:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_openssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_openssl_la-mod_openssl.lo `test -f 'mod_openssl.c' || echo '$(srcdir)/'`mod_openssl.c
lighttpd-1.4.56~rc7/src/Makefile.in-2890-
lighttpd-1.4.56~rc7/src/Makefile.in-2891-mod_vhostdb_dbi_la-mod_vhostdb_dbi.lo: mod_vhostdb_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in:2892:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_vhostdb_dbi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_vhostdb_dbi_la-mod_vhostdb_dbi.lo -MD -MP -MF $(DEPDIR)/mod_vhostdb_dbi_la-mod_vhostdb_dbi.Tpo -c -o mod_vhostdb_dbi_la-mod_vhostdb_dbi.lo `test -f 'mod_vhostdb_dbi.c' || echo '$(srcdir)/'`mod_vhostdb_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in-2893-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_vhostdb_dbi_la-mod_vhostdb_dbi.Tpo $(DEPDIR)/mod_vhostdb_dbi_la-mod_vhostdb_dbi.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2895-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2896:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_vhostdb_dbi_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_vhostdb_dbi_la-mod_vhostdb_dbi.lo `test -f 'mod_vhostdb_dbi.c' || echo '$(srcdir)/'`mod_vhostdb_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in-2897-
lighttpd-1.4.56~rc7/src/Makefile.in-2898-mod_vhostdb_mysql_la-mod_vhostdb_mysql.lo: mod_vhostdb_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in:2899:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_vhostdb_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_vhostdb_mysql_la-mod_vhostdb_mysql.lo -MD -MP -MF $(DEPDIR)/mod_vhostdb_mysql_la-mod_vhostdb_mysql.Tpo -c -o mod_vhostdb_mysql_la-mod_vhostdb_mysql.lo `test -f 'mod_vhostdb_mysql.c' || echo '$(srcdir)/'`mod_vhostdb_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in-2900-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_vhostdb_mysql_la-mod_vhostdb_mysql.Tpo $(DEPDIR)/mod_vhostdb_mysql_la-mod_vhostdb_mysql.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2902-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2903:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_vhostdb_mysql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_vhostdb_mysql_la-mod_vhostdb_mysql.lo `test -f 'mod_vhostdb_mysql.c' || echo '$(srcdir)/'`mod_vhostdb_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in-2904-
lighttpd-1.4.56~rc7/src/Makefile.in-2905-mod_vhostdb_pgsql_la-mod_vhostdb_pgsql.lo: mod_vhostdb_pgsql.c
lighttpd-1.4.56~rc7/src/Makefile.in:2906:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_vhostdb_pgsql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_vhostdb_pgsql_la-mod_vhostdb_pgsql.lo -MD -MP -MF $(DEPDIR)/mod_vhostdb_pgsql_la-mod_vhostdb_pgsql.Tpo -c -o mod_vhostdb_pgsql_la-mod_vhostdb_pgsql.lo `test -f 'mod_vhostdb_pgsql.c' || echo '$(srcdir)/'`mod_vhostdb_pgsql.c
lighttpd-1.4.56~rc7/src/Makefile.in-2907-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_vhostdb_pgsql_la-mod_vhostdb_pgsql.Tpo $(DEPDIR)/mod_vhostdb_pgsql_la-mod_vhostdb_pgsql.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2909-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2910:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_vhostdb_pgsql_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_vhostdb_pgsql_la-mod_vhostdb_pgsql.lo `test -f 'mod_vhostdb_pgsql.c' || echo '$(srcdir)/'`mod_vhostdb_pgsql.c
lighttpd-1.4.56~rc7/src/Makefile.in-2911-
lighttpd-1.4.56~rc7/src/Makefile.in-2912-mod_webdav_la-mod_webdav.lo: mod_webdav.c
lighttpd-1.4.56~rc7/src/Makefile.in:2913:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_webdav_la_CFLAGS) $(CFLAGS) -MT mod_webdav_la-mod_webdav.lo -MD -MP -MF $(DEPDIR)/mod_webdav_la-mod_webdav.Tpo -c -o mod_webdav_la-mod_webdav.lo `test -f 'mod_webdav.c' || echo '$(srcdir)/'`mod_webdav.c
lighttpd-1.4.56~rc7/src/Makefile.in-2914-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_webdav_la-mod_webdav.Tpo $(DEPDIR)/mod_webdav_la-mod_webdav.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2916-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2917:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(mod_webdav_la_CFLAGS) $(CFLAGS) -c -o mod_webdav_la-mod_webdav.lo `test -f 'mod_webdav.c' || echo '$(srcdir)/'`mod_webdav.c
lighttpd-1.4.56~rc7/src/Makefile.in-2918-
lighttpd-1.4.56~rc7/src/Makefile.in-2919-mod_wolfssl_la-mod_wolfssl.lo: mod_wolfssl.c
lighttpd-1.4.56~rc7/src/Makefile.in:2920:@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_wolfssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT mod_wolfssl_la-mod_wolfssl.lo -MD -MP -MF $(DEPDIR)/mod_wolfssl_la-mod_wolfssl.Tpo -c -o mod_wolfssl_la-mod_wolfssl.lo `test -f 'mod_wolfssl.c' || echo '$(srcdir)/'`mod_wolfssl.c
lighttpd-1.4.56~rc7/src/Makefile.in-2921-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/mod_wolfssl_la-mod_wolfssl.Tpo $(DEPDIR)/mod_wolfssl_la-mod_wolfssl.Plo
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2923-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2924:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(mod_wolfssl_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o mod_wolfssl_la-mod_wolfssl.lo `test -f 'mod_wolfssl.c' || echo '$(srcdir)/'`mod_wolfssl.c
lighttpd-1.4.56~rc7/src/Makefile.in-2925-
lighttpd-1.4.56~rc7/src/Makefile.in-2926-lighttpd-server.o: server.c
lighttpd-1.4.56~rc7/src/Makefile.in:2927:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-server.o -MD -MP -MF $(DEPDIR)/lighttpd-server.Tpo -c -o lighttpd-server.o `test -f 'server.c' || echo '$(srcdir)/'`server.c
lighttpd-1.4.56~rc7/src/Makefile.in-2928-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-server.Tpo $(DEPDIR)/lighttpd-server.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2930-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2931:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-server.o `test -f 'server.c' || echo '$(srcdir)/'`server.c
lighttpd-1.4.56~rc7/src/Makefile.in-2932-
lighttpd-1.4.56~rc7/src/Makefile.in-2933-lighttpd-server.obj: server.c
lighttpd-1.4.56~rc7/src/Makefile.in:2934:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-server.obj -MD -MP -MF $(DEPDIR)/lighttpd-server.Tpo -c -o lighttpd-server.obj `if test -f 'server.c'; then $(CYGPATH_W) 'server.c'; else $(CYGPATH_W) '$(srcdir)/server.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2935-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-server.Tpo $(DEPDIR)/lighttpd-server.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2937-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2938:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-server.obj `if test -f 'server.c'; then $(CYGPATH_W) 'server.c'; else $(CYGPATH_W) '$(srcdir)/server.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2939-
lighttpd-1.4.56~rc7/src/Makefile.in-2940-lighttpd-response.o: response.c
lighttpd-1.4.56~rc7/src/Makefile.in:2941:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-response.o -MD -MP -MF $(DEPDIR)/lighttpd-response.Tpo -c -o lighttpd-response.o `test -f 'response.c' || echo '$(srcdir)/'`response.c
lighttpd-1.4.56~rc7/src/Makefile.in-2942-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-response.Tpo $(DEPDIR)/lighttpd-response.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2944-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2945:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-response.o `test -f 'response.c' || echo '$(srcdir)/'`response.c
lighttpd-1.4.56~rc7/src/Makefile.in-2946-
lighttpd-1.4.56~rc7/src/Makefile.in-2947-lighttpd-response.obj: response.c
lighttpd-1.4.56~rc7/src/Makefile.in:2948:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-response.obj -MD -MP -MF $(DEPDIR)/lighttpd-response.Tpo -c -o lighttpd-response.obj `if test -f 'response.c'; then $(CYGPATH_W) 'response.c'; else $(CYGPATH_W) '$(srcdir)/response.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2949-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-response.Tpo $(DEPDIR)/lighttpd-response.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2951-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2952:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-response.obj `if test -f 'response.c'; then $(CYGPATH_W) 'response.c'; else $(CYGPATH_W) '$(srcdir)/response.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2953-
lighttpd-1.4.56~rc7/src/Makefile.in-2954-lighttpd-connections.o: connections.c
lighttpd-1.4.56~rc7/src/Makefile.in:2955:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-connections.o -MD -MP -MF $(DEPDIR)/lighttpd-connections.Tpo -c -o lighttpd-connections.o `test -f 'connections.c' || echo '$(srcdir)/'`connections.c
lighttpd-1.4.56~rc7/src/Makefile.in-2956-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-connections.Tpo $(DEPDIR)/lighttpd-connections.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2958-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2959:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-connections.o `test -f 'connections.c' || echo '$(srcdir)/'`connections.c
lighttpd-1.4.56~rc7/src/Makefile.in-2960-
lighttpd-1.4.56~rc7/src/Makefile.in-2961-lighttpd-connections.obj: connections.c
lighttpd-1.4.56~rc7/src/Makefile.in:2962:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-connections.obj -MD -MP -MF $(DEPDIR)/lighttpd-connections.Tpo -c -o lighttpd-connections.obj `if test -f 'connections.c'; then $(CYGPATH_W) 'connections.c'; else $(CYGPATH_W) '$(srcdir)/connections.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2963-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-connections.Tpo $(DEPDIR)/lighttpd-connections.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2965-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2966:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-connections.obj `if test -f 'connections.c'; then $(CYGPATH_W) 'connections.c'; else $(CYGPATH_W) '$(srcdir)/connections.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2967-
lighttpd-1.4.56~rc7/src/Makefile.in-2968-lighttpd-h2.o: h2.c
lighttpd-1.4.56~rc7/src/Makefile.in:2969:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-h2.o -MD -MP -MF $(DEPDIR)/lighttpd-h2.Tpo -c -o lighttpd-h2.o `test -f 'h2.c' || echo '$(srcdir)/'`h2.c
lighttpd-1.4.56~rc7/src/Makefile.in-2970-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-h2.Tpo $(DEPDIR)/lighttpd-h2.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2972-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2973:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-h2.o `test -f 'h2.c' || echo '$(srcdir)/'`h2.c
lighttpd-1.4.56~rc7/src/Makefile.in-2974-
lighttpd-1.4.56~rc7/src/Makefile.in-2975-lighttpd-h2.obj: h2.c
lighttpd-1.4.56~rc7/src/Makefile.in:2976:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-h2.obj -MD -MP -MF $(DEPDIR)/lighttpd-h2.Tpo -c -o lighttpd-h2.obj `if test -f 'h2.c'; then $(CYGPATH_W) 'h2.c'; else $(CYGPATH_W) '$(srcdir)/h2.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2977-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-h2.Tpo $(DEPDIR)/lighttpd-h2.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2979-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2980:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-h2.obj `if test -f 'h2.c'; then $(CYGPATH_W) 'h2.c'; else $(CYGPATH_W) '$(srcdir)/h2.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2981-
lighttpd-1.4.56~rc7/src/Makefile.in-2982-lighttpd-reqpool.o: reqpool.c
lighttpd-1.4.56~rc7/src/Makefile.in:2983:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-reqpool.o -MD -MP -MF $(DEPDIR)/lighttpd-reqpool.Tpo -c -o lighttpd-reqpool.o `test -f 'reqpool.c' || echo '$(srcdir)/'`reqpool.c
lighttpd-1.4.56~rc7/src/Makefile.in-2984-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-reqpool.Tpo $(DEPDIR)/lighttpd-reqpool.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2986-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2987:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-reqpool.o `test -f 'reqpool.c' || echo '$(srcdir)/'`reqpool.c
lighttpd-1.4.56~rc7/src/Makefile.in-2988-
lighttpd-1.4.56~rc7/src/Makefile.in-2989-lighttpd-reqpool.obj: reqpool.c
lighttpd-1.4.56~rc7/src/Makefile.in:2990:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-reqpool.obj -MD -MP -MF $(DEPDIR)/lighttpd-reqpool.Tpo -c -o lighttpd-reqpool.obj `if test -f 'reqpool.c'; then $(CYGPATH_W) 'reqpool.c'; else $(CYGPATH_W) '$(srcdir)/reqpool.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2991-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-reqpool.Tpo $(DEPDIR)/lighttpd-reqpool.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-2993-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:2994:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-reqpool.obj `if test -f 'reqpool.c'; then $(CYGPATH_W) 'reqpool.c'; else $(CYGPATH_W) '$(srcdir)/reqpool.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-2995-
lighttpd-1.4.56~rc7/src/Makefile.in-2996-lighttpd-inet_ntop_cache.o: inet_ntop_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in:2997:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-inet_ntop_cache.o -MD -MP -MF $(DEPDIR)/lighttpd-inet_ntop_cache.Tpo -c -o lighttpd-inet_ntop_cache.o `test -f 'inet_ntop_cache.c' || echo '$(srcdir)/'`inet_ntop_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-2998-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-inet_ntop_cache.Tpo $(DEPDIR)/lighttpd-inet_ntop_cache.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3000-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3001:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-inet_ntop_cache.o `test -f 'inet_ntop_cache.c' || echo '$(srcdir)/'`inet_ntop_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-3002-
lighttpd-1.4.56~rc7/src/Makefile.in-3003-lighttpd-inet_ntop_cache.obj: inet_ntop_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in:3004:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-inet_ntop_cache.obj -MD -MP -MF $(DEPDIR)/lighttpd-inet_ntop_cache.Tpo -c -o lighttpd-inet_ntop_cache.obj `if test -f 'inet_ntop_cache.c'; then $(CYGPATH_W) 'inet_ntop_cache.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop_cache.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3005-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-inet_ntop_cache.Tpo $(DEPDIR)/lighttpd-inet_ntop_cache.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3007-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3008:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-inet_ntop_cache.obj `if test -f 'inet_ntop_cache.c'; then $(CYGPATH_W) 'inet_ntop_cache.c'; else $(CYGPATH_W) '$(srcdir)/inet_ntop_cache.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3009-
lighttpd-1.4.56~rc7/src/Makefile.in-3010-lighttpd-network.o: network.c
lighttpd-1.4.56~rc7/src/Makefile.in:3011:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network.o -MD -MP -MF $(DEPDIR)/lighttpd-network.Tpo -c -o lighttpd-network.o `test -f 'network.c' || echo '$(srcdir)/'`network.c
lighttpd-1.4.56~rc7/src/Makefile.in-3012-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network.Tpo $(DEPDIR)/lighttpd-network.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3014-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3015:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network.o `test -f 'network.c' || echo '$(srcdir)/'`network.c
lighttpd-1.4.56~rc7/src/Makefile.in-3016-
lighttpd-1.4.56~rc7/src/Makefile.in-3017-lighttpd-network.obj: network.c
lighttpd-1.4.56~rc7/src/Makefile.in:3018:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network.obj -MD -MP -MF $(DEPDIR)/lighttpd-network.Tpo -c -o lighttpd-network.obj `if test -f 'network.c'; then $(CYGPATH_W) 'network.c'; else $(CYGPATH_W) '$(srcdir)/network.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3019-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network.Tpo $(DEPDIR)/lighttpd-network.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3021-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3022:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network.obj `if test -f 'network.c'; then $(CYGPATH_W) 'network.c'; else $(CYGPATH_W) '$(srcdir)/network.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3023-
lighttpd-1.4.56~rc7/src/Makefile.in-3024-lighttpd-network_write.o: network_write.c
lighttpd-1.4.56~rc7/src/Makefile.in:3025:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_write.o -MD -MP -MF $(DEPDIR)/lighttpd-network_write.Tpo -c -o lighttpd-network_write.o `test -f 'network_write.c' || echo '$(srcdir)/'`network_write.c
lighttpd-1.4.56~rc7/src/Makefile.in-3026-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_write.Tpo $(DEPDIR)/lighttpd-network_write.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3028-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3029:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_write.o `test -f 'network_write.c' || echo '$(srcdir)/'`network_write.c
lighttpd-1.4.56~rc7/src/Makefile.in-3030-
lighttpd-1.4.56~rc7/src/Makefile.in-3031-lighttpd-network_write.obj: network_write.c
lighttpd-1.4.56~rc7/src/Makefile.in:3032:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-network_write.obj -MD -MP -MF $(DEPDIR)/lighttpd-network_write.Tpo -c -o lighttpd-network_write.obj `if test -f 'network_write.c'; then $(CYGPATH_W) 'network_write.c'; else $(CYGPATH_W) '$(srcdir)/network_write.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3033-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-network_write.Tpo $(DEPDIR)/lighttpd-network_write.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3035-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3036:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-network_write.obj `if test -f 'network_write.c'; then $(CYGPATH_W) 'network_write.c'; else $(CYGPATH_W) '$(srcdir)/network_write.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3037-
lighttpd-1.4.56~rc7/src/Makefile.in-3038-ls-hpack/lighttpd-lshpack.o: ls-hpack/lshpack.c
lighttpd-1.4.56~rc7/src/Makefile.in:3039:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ls-hpack/lighttpd-lshpack.o -MD -MP -MF ls-hpack/$(DEPDIR)/lighttpd-lshpack.Tpo -c -o ls-hpack/lighttpd-lshpack.o `test -f 'ls-hpack/lshpack.c' || echo '$(srcdir)/'`ls-hpack/lshpack.c
lighttpd-1.4.56~rc7/src/Makefile.in-3040-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ls-hpack/$(DEPDIR)/lighttpd-lshpack.Tpo ls-hpack/$(DEPDIR)/lighttpd-lshpack.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3042-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3043:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ls-hpack/lighttpd-lshpack.o `test -f 'ls-hpack/lshpack.c' || echo '$(srcdir)/'`ls-hpack/lshpack.c
lighttpd-1.4.56~rc7/src/Makefile.in-3044-
lighttpd-1.4.56~rc7/src/Makefile.in-3045-ls-hpack/lighttpd-lshpack.obj: ls-hpack/lshpack.c
lighttpd-1.4.56~rc7/src/Makefile.in:3046:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT ls-hpack/lighttpd-lshpack.obj -MD -MP -MF ls-hpack/$(DEPDIR)/lighttpd-lshpack.Tpo -c -o ls-hpack/lighttpd-lshpack.obj `if test -f 'ls-hpack/lshpack.c'; then $(CYGPATH_W) 'ls-hpack/lshpack.c'; else $(CYGPATH_W) '$(srcdir)/ls-hpack/lshpack.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3047-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) ls-hpack/$(DEPDIR)/lighttpd-lshpack.Tpo ls-hpack/$(DEPDIR)/lighttpd-lshpack.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3049-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3050:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o ls-hpack/lighttpd-lshpack.obj `if test -f 'ls-hpack/lshpack.c'; then $(CYGPATH_W) 'ls-hpack/lshpack.c'; else $(CYGPATH_W) '$(srcdir)/ls-hpack/lshpack.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3051-
lighttpd-1.4.56~rc7/src/Makefile.in-3052-lighttpd-algo_xxhash.o: algo_xxhash.c
lighttpd-1.4.56~rc7/src/Makefile.in:3053:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-algo_xxhash.o -MD -MP -MF $(DEPDIR)/lighttpd-algo_xxhash.Tpo -c -o lighttpd-algo_xxhash.o `test -f 'algo_xxhash.c' || echo '$(srcdir)/'`algo_xxhash.c
lighttpd-1.4.56~rc7/src/Makefile.in-3054-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-algo_xxhash.Tpo $(DEPDIR)/lighttpd-algo_xxhash.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3056-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3057:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-algo_xxhash.o `test -f 'algo_xxhash.c' || echo '$(srcdir)/'`algo_xxhash.c
lighttpd-1.4.56~rc7/src/Makefile.in-3058-
lighttpd-1.4.56~rc7/src/Makefile.in-3059-lighttpd-algo_xxhash.obj: algo_xxhash.c
lighttpd-1.4.56~rc7/src/Makefile.in:3060:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-algo_xxhash.obj -MD -MP -MF $(DEPDIR)/lighttpd-algo_xxhash.Tpo -c -o lighttpd-algo_xxhash.obj `if test -f 'algo_xxhash.c'; then $(CYGPATH_W) 'algo_xxhash.c'; else $(CYGPATH_W) '$(srcdir)/algo_xxhash.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3061-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-algo_xxhash.Tpo $(DEPDIR)/lighttpd-algo_xxhash.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3063-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3064:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-algo_xxhash.obj `if test -f 'algo_xxhash.c'; then $(CYGPATH_W) 'algo_xxhash.c'; else $(CYGPATH_W) '$(srcdir)/algo_xxhash.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3065-
lighttpd-1.4.56~rc7/src/Makefile.in-3066-lighttpd-data_config.o: data_config.c
lighttpd-1.4.56~rc7/src/Makefile.in:3067:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_config.o -MD -MP -MF $(DEPDIR)/lighttpd-data_config.Tpo -c -o lighttpd-data_config.o `test -f 'data_config.c' || echo '$(srcdir)/'`data_config.c
lighttpd-1.4.56~rc7/src/Makefile.in-3068-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_config.Tpo $(DEPDIR)/lighttpd-data_config.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3070-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3071:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_config.o `test -f 'data_config.c' || echo '$(srcdir)/'`data_config.c
lighttpd-1.4.56~rc7/src/Makefile.in-3072-
lighttpd-1.4.56~rc7/src/Makefile.in-3073-lighttpd-data_config.obj: data_config.c
lighttpd-1.4.56~rc7/src/Makefile.in:3074:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_config.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_config.Tpo -c -o lighttpd-data_config.obj `if test -f 'data_config.c'; then $(CYGPATH_W) 'data_config.c'; else $(CYGPATH_W) '$(srcdir)/data_config.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3075-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_config.Tpo $(DEPDIR)/lighttpd-data_config.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3077-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3078:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_config.obj `if test -f 'data_config.c'; then $(CYGPATH_W) 'data_config.c'; else $(CYGPATH_W) '$(srcdir)/data_config.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3079-
lighttpd-1.4.56~rc7/src/Makefile.in-3080-lighttpd-vector.o: vector.c
lighttpd-1.4.56~rc7/src/Makefile.in:3081:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-vector.o -MD -MP -MF $(DEPDIR)/lighttpd-vector.Tpo -c -o lighttpd-vector.o `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
lighttpd-1.4.56~rc7/src/Makefile.in-3082-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-vector.Tpo $(DEPDIR)/lighttpd-vector.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3084-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3085:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-vector.o `test -f 'vector.c' || echo '$(srcdir)/'`vector.c
lighttpd-1.4.56~rc7/src/Makefile.in-3086-
lighttpd-1.4.56~rc7/src/Makefile.in-3087-lighttpd-vector.obj: vector.c
lighttpd-1.4.56~rc7/src/Makefile.in:3088:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-vector.obj -MD -MP -MF $(DEPDIR)/lighttpd-vector.Tpo -c -o lighttpd-vector.obj `if test -f 'vector.c'; then $(CYGPATH_W) 'vector.c'; else $(CYGPATH_W) '$(srcdir)/vector.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3089-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-vector.Tpo $(DEPDIR)/lighttpd-vector.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3091-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3092:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-vector.obj `if test -f 'vector.c'; then $(CYGPATH_W) 'vector.c'; else $(CYGPATH_W) '$(srcdir)/vector.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3093-
lighttpd-1.4.56~rc7/src/Makefile.in-3094-lighttpd-configfile.o: configfile.c
lighttpd-1.4.56~rc7/src/Makefile.in:3095:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configfile.o -MD -MP -MF $(DEPDIR)/lighttpd-configfile.Tpo -c -o lighttpd-configfile.o `test -f 'configfile.c' || echo '$(srcdir)/'`configfile.c
lighttpd-1.4.56~rc7/src/Makefile.in-3096-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configfile.Tpo $(DEPDIR)/lighttpd-configfile.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3098-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3099:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configfile.o `test -f 'configfile.c' || echo '$(srcdir)/'`configfile.c
lighttpd-1.4.56~rc7/src/Makefile.in-3100-
lighttpd-1.4.56~rc7/src/Makefile.in-3101-lighttpd-configfile.obj: configfile.c
lighttpd-1.4.56~rc7/src/Makefile.in:3102:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-configfile.Tpo -c -o lighttpd-configfile.obj `if test -f 'configfile.c'; then $(CYGPATH_W) 'configfile.c'; else $(CYGPATH_W) '$(srcdir)/configfile.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3103-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configfile.Tpo $(DEPDIR)/lighttpd-configfile.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3105-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3106:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configfile.obj `if test -f 'configfile.c'; then $(CYGPATH_W) 'configfile.c'; else $(CYGPATH_W) '$(srcdir)/configfile.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3107-
lighttpd-1.4.56~rc7/src/Makefile.in-3108-lighttpd-configparser.o: configparser.c
lighttpd-1.4.56~rc7/src/Makefile.in:3109:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configparser.o -MD -MP -MF $(DEPDIR)/lighttpd-configparser.Tpo -c -o lighttpd-configparser.o `test -f 'configparser.c' || echo '$(srcdir)/'`configparser.c
lighttpd-1.4.56~rc7/src/Makefile.in-3110-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configparser.Tpo $(DEPDIR)/lighttpd-configparser.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3112-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3113:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configparser.o `test -f 'configparser.c' || echo '$(srcdir)/'`configparser.c
lighttpd-1.4.56~rc7/src/Makefile.in-3114-
lighttpd-1.4.56~rc7/src/Makefile.in-3115-lighttpd-configparser.obj: configparser.c
lighttpd-1.4.56~rc7/src/Makefile.in:3116:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configparser.obj -MD -MP -MF $(DEPDIR)/lighttpd-configparser.Tpo -c -o lighttpd-configparser.obj `if test -f 'configparser.c'; then $(CYGPATH_W) 'configparser.c'; else $(CYGPATH_W) '$(srcdir)/configparser.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3117-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configparser.Tpo $(DEPDIR)/lighttpd-configparser.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3119-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3120:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configparser.obj `if test -f 'configparser.c'; then $(CYGPATH_W) 'configparser.c'; else $(CYGPATH_W) '$(srcdir)/configparser.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3121-
lighttpd-1.4.56~rc7/src/Makefile.in-3122-lighttpd-base64.o: base64.c
lighttpd-1.4.56~rc7/src/Makefile.in:3123:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-base64.o -MD -MP -MF $(DEPDIR)/lighttpd-base64.Tpo -c -o lighttpd-base64.o `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
lighttpd-1.4.56~rc7/src/Makefile.in-3124-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-base64.Tpo $(DEPDIR)/lighttpd-base64.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3126-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3127:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-base64.o `test -f 'base64.c' || echo '$(srcdir)/'`base64.c
lighttpd-1.4.56~rc7/src/Makefile.in-3128-
lighttpd-1.4.56~rc7/src/Makefile.in-3129-lighttpd-base64.obj: base64.c
lighttpd-1.4.56~rc7/src/Makefile.in:3130:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-base64.obj -MD -MP -MF $(DEPDIR)/lighttpd-base64.Tpo -c -o lighttpd-base64.obj `if test -f 'base64.c'; then $(CYGPATH_W) 'base64.c'; else $(CYGPATH_W) '$(srcdir)/base64.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3131-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-base64.Tpo $(DEPDIR)/lighttpd-base64.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3133-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3134:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-base64.obj `if test -f 'base64.c'; then $(CYGPATH_W) 'base64.c'; else $(CYGPATH_W) '$(srcdir)/base64.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3135-
lighttpd-1.4.56~rc7/src/Makefile.in-3136-lighttpd-buffer.o: buffer.c
lighttpd-1.4.56~rc7/src/Makefile.in:3137:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-buffer.o -MD -MP -MF $(DEPDIR)/lighttpd-buffer.Tpo -c -o lighttpd-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
lighttpd-1.4.56~rc7/src/Makefile.in-3138-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-buffer.Tpo $(DEPDIR)/lighttpd-buffer.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3140-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3141:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-buffer.o `test -f 'buffer.c' || echo '$(srcdir)/'`buffer.c
lighttpd-1.4.56~rc7/src/Makefile.in-3142-
lighttpd-1.4.56~rc7/src/Makefile.in-3143-lighttpd-buffer.obj: buffer.c
lighttpd-1.4.56~rc7/src/Makefile.in:3144:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-buffer.obj -MD -MP -MF $(DEPDIR)/lighttpd-buffer.Tpo -c -o lighttpd-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3145-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-buffer.Tpo $(DEPDIR)/lighttpd-buffer.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3147-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3148:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-buffer.obj `if test -f 'buffer.c'; then $(CYGPATH_W) 'buffer.c'; else $(CYGPATH_W) '$(srcdir)/buffer.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3149-
lighttpd-1.4.56~rc7/src/Makefile.in-3150-lighttpd-burl.o: burl.c
lighttpd-1.4.56~rc7/src/Makefile.in:3151:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-burl.o -MD -MP -MF $(DEPDIR)/lighttpd-burl.Tpo -c -o lighttpd-burl.o `test -f 'burl.c' || echo '$(srcdir)/'`burl.c
lighttpd-1.4.56~rc7/src/Makefile.in-3152-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-burl.Tpo $(DEPDIR)/lighttpd-burl.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3154-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3155:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-burl.o `test -f 'burl.c' || echo '$(srcdir)/'`burl.c
lighttpd-1.4.56~rc7/src/Makefile.in-3156-
lighttpd-1.4.56~rc7/src/Makefile.in-3157-lighttpd-burl.obj: burl.c
lighttpd-1.4.56~rc7/src/Makefile.in:3158:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-burl.obj -MD -MP -MF $(DEPDIR)/lighttpd-burl.Tpo -c -o lighttpd-burl.obj `if test -f 'burl.c'; then $(CYGPATH_W) 'burl.c'; else $(CYGPATH_W) '$(srcdir)/burl.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3159-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-burl.Tpo $(DEPDIR)/lighttpd-burl.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3161-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3162:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-burl.obj `if test -f 'burl.c'; then $(CYGPATH_W) 'burl.c'; else $(CYGPATH_W) '$(srcdir)/burl.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3163-
lighttpd-1.4.56~rc7/src/Makefile.in-3164-lighttpd-log.o: log.c
lighttpd-1.4.56~rc7/src/Makefile.in:3165:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-log.o -MD -MP -MF $(DEPDIR)/lighttpd-log.Tpo -c -o lighttpd-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
lighttpd-1.4.56~rc7/src/Makefile.in-3166-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-log.Tpo $(DEPDIR)/lighttpd-log.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3168-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3169:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-log.o `test -f 'log.c' || echo '$(srcdir)/'`log.c
lighttpd-1.4.56~rc7/src/Makefile.in-3170-
lighttpd-1.4.56~rc7/src/Makefile.in-3171-lighttpd-log.obj: log.c
lighttpd-1.4.56~rc7/src/Makefile.in:3172:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-log.obj -MD -MP -MF $(DEPDIR)/lighttpd-log.Tpo -c -o lighttpd-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3173-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-log.Tpo $(DEPDIR)/lighttpd-log.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3175-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3176:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-log.obj `if test -f 'log.c'; then $(CYGPATH_W) 'log.c'; else $(CYGPATH_W) '$(srcdir)/log.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3177-
lighttpd-1.4.56~rc7/src/Makefile.in-3178-lighttpd-http_header.o: http_header.c
lighttpd-1.4.56~rc7/src/Makefile.in:3179:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_header.o -MD -MP -MF $(DEPDIR)/lighttpd-http_header.Tpo -c -o lighttpd-http_header.o `test -f 'http_header.c' || echo '$(srcdir)/'`http_header.c
lighttpd-1.4.56~rc7/src/Makefile.in-3180-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_header.Tpo $(DEPDIR)/lighttpd-http_header.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3182-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3183:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_header.o `test -f 'http_header.c' || echo '$(srcdir)/'`http_header.c
lighttpd-1.4.56~rc7/src/Makefile.in-3184-
lighttpd-1.4.56~rc7/src/Makefile.in-3185-lighttpd-http_header.obj: http_header.c
lighttpd-1.4.56~rc7/src/Makefile.in:3186:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_header.obj -MD -MP -MF $(DEPDIR)/lighttpd-http_header.Tpo -c -o lighttpd-http_header.obj `if test -f 'http_header.c'; then $(CYGPATH_W) 'http_header.c'; else $(CYGPATH_W) '$(srcdir)/http_header.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3187-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_header.Tpo $(DEPDIR)/lighttpd-http_header.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3189-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3190:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_header.obj `if test -f 'http_header.c'; then $(CYGPATH_W) 'http_header.c'; else $(CYGPATH_W) '$(srcdir)/http_header.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3191-
lighttpd-1.4.56~rc7/src/Makefile.in-3192-lighttpd-http_kv.o: http_kv.c
lighttpd-1.4.56~rc7/src/Makefile.in:3193:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_kv.o -MD -MP -MF $(DEPDIR)/lighttpd-http_kv.Tpo -c -o lighttpd-http_kv.o `test -f 'http_kv.c' || echo '$(srcdir)/'`http_kv.c
lighttpd-1.4.56~rc7/src/Makefile.in-3194-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_kv.Tpo $(DEPDIR)/lighttpd-http_kv.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3196-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3197:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_kv.o `test -f 'http_kv.c' || echo '$(srcdir)/'`http_kv.c
lighttpd-1.4.56~rc7/src/Makefile.in-3198-
lighttpd-1.4.56~rc7/src/Makefile.in-3199-lighttpd-http_kv.obj: http_kv.c
lighttpd-1.4.56~rc7/src/Makefile.in:3200:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_kv.obj -MD -MP -MF $(DEPDIR)/lighttpd-http_kv.Tpo -c -o lighttpd-http_kv.obj `if test -f 'http_kv.c'; then $(CYGPATH_W) 'http_kv.c'; else $(CYGPATH_W) '$(srcdir)/http_kv.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3201-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_kv.Tpo $(DEPDIR)/lighttpd-http_kv.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3203-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3204:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_kv.obj `if test -f 'http_kv.c'; then $(CYGPATH_W) 'http_kv.c'; else $(CYGPATH_W) '$(srcdir)/http_kv.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3205-
lighttpd-1.4.56~rc7/src/Makefile.in-3206-lighttpd-keyvalue.o: keyvalue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3207:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-keyvalue.o -MD -MP -MF $(DEPDIR)/lighttpd-keyvalue.Tpo -c -o lighttpd-keyvalue.o `test -f 'keyvalue.c' || echo '$(srcdir)/'`keyvalue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3208-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-keyvalue.Tpo $(DEPDIR)/lighttpd-keyvalue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3210-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3211:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-keyvalue.o `test -f 'keyvalue.c' || echo '$(srcdir)/'`keyvalue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3212-
lighttpd-1.4.56~rc7/src/Makefile.in-3213-lighttpd-keyvalue.obj: keyvalue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3214:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-keyvalue.obj -MD -MP -MF $(DEPDIR)/lighttpd-keyvalue.Tpo -c -o lighttpd-keyvalue.obj `if test -f 'keyvalue.c'; then $(CYGPATH_W) 'keyvalue.c'; else $(CYGPATH_W) '$(srcdir)/keyvalue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3215-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-keyvalue.Tpo $(DEPDIR)/lighttpd-keyvalue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3217-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3218:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-keyvalue.obj `if test -f 'keyvalue.c'; then $(CYGPATH_W) 'keyvalue.c'; else $(CYGPATH_W) '$(srcdir)/keyvalue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3219-
lighttpd-1.4.56~rc7/src/Makefile.in-3220-lighttpd-chunk.o: chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in:3221:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-chunk.o -MD -MP -MF $(DEPDIR)/lighttpd-chunk.Tpo -c -o lighttpd-chunk.o `test -f 'chunk.c' || echo '$(srcdir)/'`chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in-3222-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-chunk.Tpo $(DEPDIR)/lighttpd-chunk.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3224-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3225:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-chunk.o `test -f 'chunk.c' || echo '$(srcdir)/'`chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in-3226-
lighttpd-1.4.56~rc7/src/Makefile.in-3227-lighttpd-chunk.obj: chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in:3228:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-chunk.obj -MD -MP -MF $(DEPDIR)/lighttpd-chunk.Tpo -c -o lighttpd-chunk.obj `if test -f 'chunk.c'; then $(CYGPATH_W) 'chunk.c'; else $(CYGPATH_W) '$(srcdir)/chunk.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3229-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-chunk.Tpo $(DEPDIR)/lighttpd-chunk.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3231-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3232:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-chunk.obj `if test -f 'chunk.c'; then $(CYGPATH_W) 'chunk.c'; else $(CYGPATH_W) '$(srcdir)/chunk.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3233-
lighttpd-1.4.56~rc7/src/Makefile.in-3234-lighttpd-http_chunk.o: http_chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in:3235:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_chunk.o -MD -MP -MF $(DEPDIR)/lighttpd-http_chunk.Tpo -c -o lighttpd-http_chunk.o `test -f 'http_chunk.c' || echo '$(srcdir)/'`http_chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in-3236-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_chunk.Tpo $(DEPDIR)/lighttpd-http_chunk.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3238-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3239:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_chunk.o `test -f 'http_chunk.c' || echo '$(srcdir)/'`http_chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in-3240-
lighttpd-1.4.56~rc7/src/Makefile.in-3241-lighttpd-http_chunk.obj: http_chunk.c
lighttpd-1.4.56~rc7/src/Makefile.in:3242:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_chunk.obj -MD -MP -MF $(DEPDIR)/lighttpd-http_chunk.Tpo -c -o lighttpd-http_chunk.obj `if test -f 'http_chunk.c'; then $(CYGPATH_W) 'http_chunk.c'; else $(CYGPATH_W) '$(srcdir)/http_chunk.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3243-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_chunk.Tpo $(DEPDIR)/lighttpd-http_chunk.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3245-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3246:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_chunk.obj `if test -f 'http_chunk.c'; then $(CYGPATH_W) 'http_chunk.c'; else $(CYGPATH_W) '$(srcdir)/http_chunk.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3247-
lighttpd-1.4.56~rc7/src/Makefile.in-3248-lighttpd-stream.o: stream.c
lighttpd-1.4.56~rc7/src/Makefile.in:3249:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-stream.o -MD -MP -MF $(DEPDIR)/lighttpd-stream.Tpo -c -o lighttpd-stream.o `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
lighttpd-1.4.56~rc7/src/Makefile.in-3250-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-stream.Tpo $(DEPDIR)/lighttpd-stream.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3252-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3253:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-stream.o `test -f 'stream.c' || echo '$(srcdir)/'`stream.c
lighttpd-1.4.56~rc7/src/Makefile.in-3254-
lighttpd-1.4.56~rc7/src/Makefile.in-3255-lighttpd-stream.obj: stream.c
lighttpd-1.4.56~rc7/src/Makefile.in:3256:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-stream.obj -MD -MP -MF $(DEPDIR)/lighttpd-stream.Tpo -c -o lighttpd-stream.obj `if test -f 'stream.c'; then $(CYGPATH_W) 'stream.c'; else $(CYGPATH_W) '$(srcdir)/stream.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3257-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-stream.Tpo $(DEPDIR)/lighttpd-stream.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3259-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3260:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-stream.obj `if test -f 'stream.c'; then $(CYGPATH_W) 'stream.c'; else $(CYGPATH_W) '$(srcdir)/stream.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3261-
lighttpd-1.4.56~rc7/src/Makefile.in-3262-lighttpd-fdevent.o: fdevent.c
lighttpd-1.4.56~rc7/src/Makefile.in:3263:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent.Tpo -c -o lighttpd-fdevent.o `test -f 'fdevent.c' || echo '$(srcdir)/'`fdevent.c
lighttpd-1.4.56~rc7/src/Makefile.in-3264-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent.Tpo $(DEPDIR)/lighttpd-fdevent.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3266-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3267:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent.o `test -f 'fdevent.c' || echo '$(srcdir)/'`fdevent.c
lighttpd-1.4.56~rc7/src/Makefile.in-3268-
lighttpd-1.4.56~rc7/src/Makefile.in-3269-lighttpd-fdevent.obj: fdevent.c
lighttpd-1.4.56~rc7/src/Makefile.in:3270:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent.Tpo -c -o lighttpd-fdevent.obj `if test -f 'fdevent.c'; then $(CYGPATH_W) 'fdevent.c'; else $(CYGPATH_W) '$(srcdir)/fdevent.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3271-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent.Tpo $(DEPDIR)/lighttpd-fdevent.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3273-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3274:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent.obj `if test -f 'fdevent.c'; then $(CYGPATH_W) 'fdevent.c'; else $(CYGPATH_W) '$(srcdir)/fdevent.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3275-
lighttpd-1.4.56~rc7/src/Makefile.in-3276-lighttpd-gw_backend.o: gw_backend.c
lighttpd-1.4.56~rc7/src/Makefile.in:3277:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-gw_backend.o -MD -MP -MF $(DEPDIR)/lighttpd-gw_backend.Tpo -c -o lighttpd-gw_backend.o `test -f 'gw_backend.c' || echo '$(srcdir)/'`gw_backend.c
lighttpd-1.4.56~rc7/src/Makefile.in-3278-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-gw_backend.Tpo $(DEPDIR)/lighttpd-gw_backend.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3280-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3281:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-gw_backend.o `test -f 'gw_backend.c' || echo '$(srcdir)/'`gw_backend.c
lighttpd-1.4.56~rc7/src/Makefile.in-3282-
lighttpd-1.4.56~rc7/src/Makefile.in-3283-lighttpd-gw_backend.obj: gw_backend.c
lighttpd-1.4.56~rc7/src/Makefile.in:3284:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-gw_backend.obj -MD -MP -MF $(DEPDIR)/lighttpd-gw_backend.Tpo -c -o lighttpd-gw_backend.obj `if test -f 'gw_backend.c'; then $(CYGPATH_W) 'gw_backend.c'; else $(CYGPATH_W) '$(srcdir)/gw_backend.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3285-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-gw_backend.Tpo $(DEPDIR)/lighttpd-gw_backend.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3287-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3288:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-gw_backend.obj `if test -f 'gw_backend.c'; then $(CYGPATH_W) 'gw_backend.c'; else $(CYGPATH_W) '$(srcdir)/gw_backend.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3289-
lighttpd-1.4.56~rc7/src/Makefile.in-3290-lighttpd-stat_cache.o: stat_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in:3291:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-stat_cache.o -MD -MP -MF $(DEPDIR)/lighttpd-stat_cache.Tpo -c -o lighttpd-stat_cache.o `test -f 'stat_cache.c' || echo '$(srcdir)/'`stat_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-3292-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-stat_cache.Tpo $(DEPDIR)/lighttpd-stat_cache.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3294-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3295:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-stat_cache.o `test -f 'stat_cache.c' || echo '$(srcdir)/'`stat_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-3296-
lighttpd-1.4.56~rc7/src/Makefile.in-3297-lighttpd-stat_cache.obj: stat_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in:3298:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-stat_cache.obj -MD -MP -MF $(DEPDIR)/lighttpd-stat_cache.Tpo -c -o lighttpd-stat_cache.obj `if test -f 'stat_cache.c'; then $(CYGPATH_W) 'stat_cache.c'; else $(CYGPATH_W) '$(srcdir)/stat_cache.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3299-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-stat_cache.Tpo $(DEPDIR)/lighttpd-stat_cache.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3301-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3302:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-stat_cache.obj `if test -f 'stat_cache.c'; then $(CYGPATH_W) 'stat_cache.c'; else $(CYGPATH_W) '$(srcdir)/stat_cache.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3303-
lighttpd-1.4.56~rc7/src/Makefile.in-3304-lighttpd-plugin.o: plugin.c
lighttpd-1.4.56~rc7/src/Makefile.in:3305:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-plugin.o -MD -MP -MF $(DEPDIR)/lighttpd-plugin.Tpo -c -o lighttpd-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
lighttpd-1.4.56~rc7/src/Makefile.in-3306-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-plugin.Tpo $(DEPDIR)/lighttpd-plugin.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3308-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3309:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-plugin.o `test -f 'plugin.c' || echo '$(srcdir)/'`plugin.c
lighttpd-1.4.56~rc7/src/Makefile.in-3310-
lighttpd-1.4.56~rc7/src/Makefile.in-3311-lighttpd-plugin.obj: plugin.c
lighttpd-1.4.56~rc7/src/Makefile.in:3312:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-plugin.obj -MD -MP -MF $(DEPDIR)/lighttpd-plugin.Tpo -c -o lighttpd-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3313-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-plugin.Tpo $(DEPDIR)/lighttpd-plugin.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3315-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3316:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-plugin.obj `if test -f 'plugin.c'; then $(CYGPATH_W) 'plugin.c'; else $(CYGPATH_W) '$(srcdir)/plugin.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3317-
lighttpd-1.4.56~rc7/src/Makefile.in-3318-lighttpd-etag.o: etag.c
lighttpd-1.4.56~rc7/src/Makefile.in:3319:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-etag.o -MD -MP -MF $(DEPDIR)/lighttpd-etag.Tpo -c -o lighttpd-etag.o `test -f 'etag.c' || echo '$(srcdir)/'`etag.c
lighttpd-1.4.56~rc7/src/Makefile.in-3320-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-etag.Tpo $(DEPDIR)/lighttpd-etag.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3322-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3323:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-etag.o `test -f 'etag.c' || echo '$(srcdir)/'`etag.c
lighttpd-1.4.56~rc7/src/Makefile.in-3324-
lighttpd-1.4.56~rc7/src/Makefile.in-3325-lighttpd-etag.obj: etag.c
lighttpd-1.4.56~rc7/src/Makefile.in:3326:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-etag.obj -MD -MP -MF $(DEPDIR)/lighttpd-etag.Tpo -c -o lighttpd-etag.obj `if test -f 'etag.c'; then $(CYGPATH_W) 'etag.c'; else $(CYGPATH_W) '$(srcdir)/etag.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3327-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-etag.Tpo $(DEPDIR)/lighttpd-etag.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3329-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3330:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-etag.obj `if test -f 'etag.c'; then $(CYGPATH_W) 'etag.c'; else $(CYGPATH_W) '$(srcdir)/etag.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3331-
lighttpd-1.4.56~rc7/src/Makefile.in-3332-lighttpd-array.o: array.c
lighttpd-1.4.56~rc7/src/Makefile.in:3333:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-array.o -MD -MP -MF $(DEPDIR)/lighttpd-array.Tpo -c -o lighttpd-array.o `test -f 'array.c' || echo '$(srcdir)/'`array.c
lighttpd-1.4.56~rc7/src/Makefile.in-3334-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-array.Tpo $(DEPDIR)/lighttpd-array.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3336-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3337:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-array.o `test -f 'array.c' || echo '$(srcdir)/'`array.c
lighttpd-1.4.56~rc7/src/Makefile.in-3338-
lighttpd-1.4.56~rc7/src/Makefile.in-3339-lighttpd-array.obj: array.c
lighttpd-1.4.56~rc7/src/Makefile.in:3340:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-array.obj -MD -MP -MF $(DEPDIR)/lighttpd-array.Tpo -c -o lighttpd-array.obj `if test -f 'array.c'; then $(CYGPATH_W) 'array.c'; else $(CYGPATH_W) '$(srcdir)/array.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3341-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-array.Tpo $(DEPDIR)/lighttpd-array.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3343-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3344:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-array.obj `if test -f 'array.c'; then $(CYGPATH_W) 'array.c'; else $(CYGPATH_W) '$(srcdir)/array.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3345-
lighttpd-1.4.56~rc7/src/Makefile.in-3346-lighttpd-data_string.o: data_string.c
lighttpd-1.4.56~rc7/src/Makefile.in:3347:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_string.o -MD -MP -MF $(DEPDIR)/lighttpd-data_string.Tpo -c -o lighttpd-data_string.o `test -f 'data_string.c' || echo '$(srcdir)/'`data_string.c
lighttpd-1.4.56~rc7/src/Makefile.in-3348-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_string.Tpo $(DEPDIR)/lighttpd-data_string.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3350-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3351:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_string.o `test -f 'data_string.c' || echo '$(srcdir)/'`data_string.c
lighttpd-1.4.56~rc7/src/Makefile.in-3352-
lighttpd-1.4.56~rc7/src/Makefile.in-3353-lighttpd-data_string.obj: data_string.c
lighttpd-1.4.56~rc7/src/Makefile.in:3354:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_string.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_string.Tpo -c -o lighttpd-data_string.obj `if test -f 'data_string.c'; then $(CYGPATH_W) 'data_string.c'; else $(CYGPATH_W) '$(srcdir)/data_string.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3355-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_string.Tpo $(DEPDIR)/lighttpd-data_string.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3357-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3358:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_string.obj `if test -f 'data_string.c'; then $(CYGPATH_W) 'data_string.c'; else $(CYGPATH_W) '$(srcdir)/data_string.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3359-
lighttpd-1.4.56~rc7/src/Makefile.in-3360-lighttpd-data_array.o: data_array.c
lighttpd-1.4.56~rc7/src/Makefile.in:3361:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_array.o -MD -MP -MF $(DEPDIR)/lighttpd-data_array.Tpo -c -o lighttpd-data_array.o `test -f 'data_array.c' || echo '$(srcdir)/'`data_array.c
lighttpd-1.4.56~rc7/src/Makefile.in-3362-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_array.Tpo $(DEPDIR)/lighttpd-data_array.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3364-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3365:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_array.o `test -f 'data_array.c' || echo '$(srcdir)/'`data_array.c
lighttpd-1.4.56~rc7/src/Makefile.in-3366-
lighttpd-1.4.56~rc7/src/Makefile.in-3367-lighttpd-data_array.obj: data_array.c
lighttpd-1.4.56~rc7/src/Makefile.in:3368:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_array.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_array.Tpo -c -o lighttpd-data_array.obj `if test -f 'data_array.c'; then $(CYGPATH_W) 'data_array.c'; else $(CYGPATH_W) '$(srcdir)/data_array.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3369-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_array.Tpo $(DEPDIR)/lighttpd-data_array.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3371-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3372:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_array.obj `if test -f 'data_array.c'; then $(CYGPATH_W) 'data_array.c'; else $(CYGPATH_W) '$(srcdir)/data_array.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3373-
lighttpd-1.4.56~rc7/src/Makefile.in-3374-lighttpd-data_integer.o: data_integer.c
lighttpd-1.4.56~rc7/src/Makefile.in:3375:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_integer.o -MD -MP -MF $(DEPDIR)/lighttpd-data_integer.Tpo -c -o lighttpd-data_integer.o `test -f 'data_integer.c' || echo '$(srcdir)/'`data_integer.c
lighttpd-1.4.56~rc7/src/Makefile.in-3376-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_integer.Tpo $(DEPDIR)/lighttpd-data_integer.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3378-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3379:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_integer.o `test -f 'data_integer.c' || echo '$(srcdir)/'`data_integer.c
lighttpd-1.4.56~rc7/src/Makefile.in-3380-
lighttpd-1.4.56~rc7/src/Makefile.in-3381-lighttpd-data_integer.obj: data_integer.c
lighttpd-1.4.56~rc7/src/Makefile.in:3382:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-data_integer.obj -MD -MP -MF $(DEPDIR)/lighttpd-data_integer.Tpo -c -o lighttpd-data_integer.obj `if test -f 'data_integer.c'; then $(CYGPATH_W) 'data_integer.c'; else $(CYGPATH_W) '$(srcdir)/data_integer.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3383-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-data_integer.Tpo $(DEPDIR)/lighttpd-data_integer.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3385-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3386:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-data_integer.obj `if test -f 'data_integer.c'; then $(CYGPATH_W) 'data_integer.c'; else $(CYGPATH_W) '$(srcdir)/data_integer.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3387-
lighttpd-1.4.56~rc7/src/Makefile.in-3388-lighttpd-algo_md5.o: algo_md5.c
lighttpd-1.4.56~rc7/src/Makefile.in:3389:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-algo_md5.o -MD -MP -MF $(DEPDIR)/lighttpd-algo_md5.Tpo -c -o lighttpd-algo_md5.o `test -f 'algo_md5.c' || echo '$(srcdir)/'`algo_md5.c
lighttpd-1.4.56~rc7/src/Makefile.in-3390-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-algo_md5.Tpo $(DEPDIR)/lighttpd-algo_md5.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3392-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3393:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-algo_md5.o `test -f 'algo_md5.c' || echo '$(srcdir)/'`algo_md5.c
lighttpd-1.4.56~rc7/src/Makefile.in-3394-
lighttpd-1.4.56~rc7/src/Makefile.in-3395-lighttpd-algo_md5.obj: algo_md5.c
lighttpd-1.4.56~rc7/src/Makefile.in:3396:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-algo_md5.obj -MD -MP -MF $(DEPDIR)/lighttpd-algo_md5.Tpo -c -o lighttpd-algo_md5.obj `if test -f 'algo_md5.c'; then $(CYGPATH_W) 'algo_md5.c'; else $(CYGPATH_W) '$(srcdir)/algo_md5.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3397-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-algo_md5.Tpo $(DEPDIR)/lighttpd-algo_md5.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3399-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3400:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-algo_md5.obj `if test -f 'algo_md5.c'; then $(CYGPATH_W) 'algo_md5.c'; else $(CYGPATH_W) '$(srcdir)/algo_md5.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3401-
lighttpd-1.4.56~rc7/src/Makefile.in-3402-lighttpd-algo_sha1.o: algo_sha1.c
lighttpd-1.4.56~rc7/src/Makefile.in:3403:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-algo_sha1.o -MD -MP -MF $(DEPDIR)/lighttpd-algo_sha1.Tpo -c -o lighttpd-algo_sha1.o `test -f 'algo_sha1.c' || echo '$(srcdir)/'`algo_sha1.c
lighttpd-1.4.56~rc7/src/Makefile.in-3404-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-algo_sha1.Tpo $(DEPDIR)/lighttpd-algo_sha1.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3406-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3407:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-algo_sha1.o `test -f 'algo_sha1.c' || echo '$(srcdir)/'`algo_sha1.c
lighttpd-1.4.56~rc7/src/Makefile.in-3408-
lighttpd-1.4.56~rc7/src/Makefile.in-3409-lighttpd-algo_sha1.obj: algo_sha1.c
lighttpd-1.4.56~rc7/src/Makefile.in:3410:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-algo_sha1.obj -MD -MP -MF $(DEPDIR)/lighttpd-algo_sha1.Tpo -c -o lighttpd-algo_sha1.obj `if test -f 'algo_sha1.c'; then $(CYGPATH_W) 'algo_sha1.c'; else $(CYGPATH_W) '$(srcdir)/algo_sha1.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3411-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-algo_sha1.Tpo $(DEPDIR)/lighttpd-algo_sha1.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3413-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3414:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-algo_sha1.obj `if test -f 'algo_sha1.c'; then $(CYGPATH_W) 'algo_sha1.c'; else $(CYGPATH_W) '$(srcdir)/algo_sha1.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3415-
lighttpd-1.4.56~rc7/src/Makefile.in-3416-lighttpd-algo_splaytree.o: algo_splaytree.c
lighttpd-1.4.56~rc7/src/Makefile.in:3417:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-algo_splaytree.o -MD -MP -MF $(DEPDIR)/lighttpd-algo_splaytree.Tpo -c -o lighttpd-algo_splaytree.o `test -f 'algo_splaytree.c' || echo '$(srcdir)/'`algo_splaytree.c
lighttpd-1.4.56~rc7/src/Makefile.in-3418-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-algo_splaytree.Tpo $(DEPDIR)/lighttpd-algo_splaytree.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3420-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3421:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-algo_splaytree.o `test -f 'algo_splaytree.c' || echo '$(srcdir)/'`algo_splaytree.c
lighttpd-1.4.56~rc7/src/Makefile.in-3422-
lighttpd-1.4.56~rc7/src/Makefile.in-3423-lighttpd-algo_splaytree.obj: algo_splaytree.c
lighttpd-1.4.56~rc7/src/Makefile.in:3424:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-algo_splaytree.obj -MD -MP -MF $(DEPDIR)/lighttpd-algo_splaytree.Tpo -c -o lighttpd-algo_splaytree.obj `if test -f 'algo_splaytree.c'; then $(CYGPATH_W) 'algo_splaytree.c'; else $(CYGPATH_W) '$(srcdir)/algo_splaytree.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3425-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-algo_splaytree.Tpo $(DEPDIR)/lighttpd-algo_splaytree.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3427-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3428:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-algo_splaytree.obj `if test -f 'algo_splaytree.c'; then $(CYGPATH_W) 'algo_splaytree.c'; else $(CYGPATH_W) '$(srcdir)/algo_splaytree.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3429-
lighttpd-1.4.56~rc7/src/Makefile.in-3430-lighttpd-fdevent_select.o: fdevent_select.c
lighttpd-1.4.56~rc7/src/Makefile.in:3431:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_select.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_select.Tpo -c -o lighttpd-fdevent_select.o `test -f 'fdevent_select.c' || echo '$(srcdir)/'`fdevent_select.c
lighttpd-1.4.56~rc7/src/Makefile.in-3432-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_select.Tpo $(DEPDIR)/lighttpd-fdevent_select.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3434-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3435:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_select.o `test -f 'fdevent_select.c' || echo '$(srcdir)/'`fdevent_select.c
lighttpd-1.4.56~rc7/src/Makefile.in-3436-
lighttpd-1.4.56~rc7/src/Makefile.in-3437-lighttpd-fdevent_select.obj: fdevent_select.c
lighttpd-1.4.56~rc7/src/Makefile.in:3438:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_select.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_select.Tpo -c -o lighttpd-fdevent_select.obj `if test -f 'fdevent_select.c'; then $(CYGPATH_W) 'fdevent_select.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_select.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3439-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_select.Tpo $(DEPDIR)/lighttpd-fdevent_select.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3441-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3442:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_select.obj `if test -f 'fdevent_select.c'; then $(CYGPATH_W) 'fdevent_select.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_select.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3443-
lighttpd-1.4.56~rc7/src/Makefile.in-3444-lighttpd-fdevent_libev.o: fdevent_libev.c
lighttpd-1.4.56~rc7/src/Makefile.in:3445:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_libev.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_libev.Tpo -c -o lighttpd-fdevent_libev.o `test -f 'fdevent_libev.c' || echo '$(srcdir)/'`fdevent_libev.c
lighttpd-1.4.56~rc7/src/Makefile.in-3446-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_libev.Tpo $(DEPDIR)/lighttpd-fdevent_libev.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3448-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3449:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_libev.o `test -f 'fdevent_libev.c' || echo '$(srcdir)/'`fdevent_libev.c
lighttpd-1.4.56~rc7/src/Makefile.in-3450-
lighttpd-1.4.56~rc7/src/Makefile.in-3451-lighttpd-fdevent_libev.obj: fdevent_libev.c
lighttpd-1.4.56~rc7/src/Makefile.in:3452:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_libev.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_libev.Tpo -c -o lighttpd-fdevent_libev.obj `if test -f 'fdevent_libev.c'; then $(CYGPATH_W) 'fdevent_libev.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_libev.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3453-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_libev.Tpo $(DEPDIR)/lighttpd-fdevent_libev.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3455-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3456:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_libev.obj `if test -f 'fdevent_libev.c'; then $(CYGPATH_W) 'fdevent_libev.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_libev.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3457-
lighttpd-1.4.56~rc7/src/Makefile.in-3458-lighttpd-fdevent_poll.o: fdevent_poll.c
lighttpd-1.4.56~rc7/src/Makefile.in:3459:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_poll.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_poll.Tpo -c -o lighttpd-fdevent_poll.o `test -f 'fdevent_poll.c' || echo '$(srcdir)/'`fdevent_poll.c
lighttpd-1.4.56~rc7/src/Makefile.in-3460-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_poll.Tpo $(DEPDIR)/lighttpd-fdevent_poll.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3462-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3463:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_poll.o `test -f 'fdevent_poll.c' || echo '$(srcdir)/'`fdevent_poll.c
lighttpd-1.4.56~rc7/src/Makefile.in-3464-
lighttpd-1.4.56~rc7/src/Makefile.in-3465-lighttpd-fdevent_poll.obj: fdevent_poll.c
lighttpd-1.4.56~rc7/src/Makefile.in:3466:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_poll.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_poll.Tpo -c -o lighttpd-fdevent_poll.obj `if test -f 'fdevent_poll.c'; then $(CYGPATH_W) 'fdevent_poll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_poll.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3467-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_poll.Tpo $(DEPDIR)/lighttpd-fdevent_poll.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3469-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3470:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_poll.obj `if test -f 'fdevent_poll.c'; then $(CYGPATH_W) 'fdevent_poll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_poll.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3471-
lighttpd-1.4.56~rc7/src/Makefile.in-3472-lighttpd-fdevent_linux_sysepoll.o: fdevent_linux_sysepoll.c
lighttpd-1.4.56~rc7/src/Makefile.in:3473:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_linux_sysepoll.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Tpo -c -o lighttpd-fdevent_linux_sysepoll.o `test -f 'fdevent_linux_sysepoll.c' || echo '$(srcdir)/'`fdevent_linux_sysepoll.c
lighttpd-1.4.56~rc7/src/Makefile.in-3474-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Tpo $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3476-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3477:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_linux_sysepoll.o `test -f 'fdevent_linux_sysepoll.c' || echo '$(srcdir)/'`fdevent_linux_sysepoll.c
lighttpd-1.4.56~rc7/src/Makefile.in-3478-
lighttpd-1.4.56~rc7/src/Makefile.in-3479-lighttpd-fdevent_linux_sysepoll.obj: fdevent_linux_sysepoll.c
lighttpd-1.4.56~rc7/src/Makefile.in:3480:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_linux_sysepoll.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Tpo -c -o lighttpd-fdevent_linux_sysepoll.obj `if test -f 'fdevent_linux_sysepoll.c'; then $(CYGPATH_W) 'fdevent_linux_sysepoll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_linux_sysepoll.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3481-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Tpo $(DEPDIR)/lighttpd-fdevent_linux_sysepoll.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3483-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3484:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_linux_sysepoll.obj `if test -f 'fdevent_linux_sysepoll.c'; then $(CYGPATH_W) 'fdevent_linux_sysepoll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_linux_sysepoll.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3485-
lighttpd-1.4.56~rc7/src/Makefile.in-3486-lighttpd-fdevent_solaris_devpoll.o: fdevent_solaris_devpoll.c
lighttpd-1.4.56~rc7/src/Makefile.in:3487:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_solaris_devpoll.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Tpo -c -o lighttpd-fdevent_solaris_devpoll.o `test -f 'fdevent_solaris_devpoll.c' || echo '$(srcdir)/'`fdevent_solaris_devpoll.c
lighttpd-1.4.56~rc7/src/Makefile.in-3488-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Tpo $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3490-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3491:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_solaris_devpoll.o `test -f 'fdevent_solaris_devpoll.c' || echo '$(srcdir)/'`fdevent_solaris_devpoll.c
lighttpd-1.4.56~rc7/src/Makefile.in-3492-
lighttpd-1.4.56~rc7/src/Makefile.in-3493-lighttpd-fdevent_solaris_devpoll.obj: fdevent_solaris_devpoll.c
lighttpd-1.4.56~rc7/src/Makefile.in:3494:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_solaris_devpoll.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Tpo -c -o lighttpd-fdevent_solaris_devpoll.obj `if test -f 'fdevent_solaris_devpoll.c'; then $(CYGPATH_W) 'fdevent_solaris_devpoll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_solaris_devpoll.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3495-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Tpo $(DEPDIR)/lighttpd-fdevent_solaris_devpoll.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3497-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3498:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_solaris_devpoll.obj `if test -f 'fdevent_solaris_devpoll.c'; then $(CYGPATH_W) 'fdevent_solaris_devpoll.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_solaris_devpoll.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3499-
lighttpd-1.4.56~rc7/src/Makefile.in-3500-lighttpd-fdevent_solaris_port.o: fdevent_solaris_port.c
lighttpd-1.4.56~rc7/src/Makefile.in:3501:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_solaris_port.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_solaris_port.Tpo -c -o lighttpd-fdevent_solaris_port.o `test -f 'fdevent_solaris_port.c' || echo '$(srcdir)/'`fdevent_solaris_port.c
lighttpd-1.4.56~rc7/src/Makefile.in-3502-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_solaris_port.Tpo $(DEPDIR)/lighttpd-fdevent_solaris_port.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3504-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3505:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_solaris_port.o `test -f 'fdevent_solaris_port.c' || echo '$(srcdir)/'`fdevent_solaris_port.c
lighttpd-1.4.56~rc7/src/Makefile.in-3506-
lighttpd-1.4.56~rc7/src/Makefile.in-3507-lighttpd-fdevent_solaris_port.obj: fdevent_solaris_port.c
lighttpd-1.4.56~rc7/src/Makefile.in:3508:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_solaris_port.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_solaris_port.Tpo -c -o lighttpd-fdevent_solaris_port.obj `if test -f 'fdevent_solaris_port.c'; then $(CYGPATH_W) 'fdevent_solaris_port.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_solaris_port.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3509-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_solaris_port.Tpo $(DEPDIR)/lighttpd-fdevent_solaris_port.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3511-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3512:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_solaris_port.obj `if test -f 'fdevent_solaris_port.c'; then $(CYGPATH_W) 'fdevent_solaris_port.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_solaris_port.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3513-
lighttpd-1.4.56~rc7/src/Makefile.in-3514-lighttpd-fdevent_freebsd_kqueue.o: fdevent_freebsd_kqueue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3515:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_freebsd_kqueue.o -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Tpo -c -o lighttpd-fdevent_freebsd_kqueue.o `test -f 'fdevent_freebsd_kqueue.c' || echo '$(srcdir)/'`fdevent_freebsd_kqueue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3516-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Tpo $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3518-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3519:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_freebsd_kqueue.o `test -f 'fdevent_freebsd_kqueue.c' || echo '$(srcdir)/'`fdevent_freebsd_kqueue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3520-
lighttpd-1.4.56~rc7/src/Makefile.in-3521-lighttpd-fdevent_freebsd_kqueue.obj: fdevent_freebsd_kqueue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3522:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-fdevent_freebsd_kqueue.obj -MD -MP -MF $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Tpo -c -o lighttpd-fdevent_freebsd_kqueue.obj `if test -f 'fdevent_freebsd_kqueue.c'; then $(CYGPATH_W) 'fdevent_freebsd_kqueue.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_freebsd_kqueue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3523-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Tpo $(DEPDIR)/lighttpd-fdevent_freebsd_kqueue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3525-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3526:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-fdevent_freebsd_kqueue.obj `if test -f 'fdevent_freebsd_kqueue.c'; then $(CYGPATH_W) 'fdevent_freebsd_kqueue.c'; else $(CYGPATH_W) '$(srcdir)/fdevent_freebsd_kqueue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3527-
lighttpd-1.4.56~rc7/src/Makefile.in-3528-lighttpd-connections-glue.o: connections-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3529:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-connections-glue.o -MD -MP -MF $(DEPDIR)/lighttpd-connections-glue.Tpo -c -o lighttpd-connections-glue.o `test -f 'connections-glue.c' || echo '$(srcdir)/'`connections-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3530-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-connections-glue.Tpo $(DEPDIR)/lighttpd-connections-glue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3532-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3533:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-connections-glue.o `test -f 'connections-glue.c' || echo '$(srcdir)/'`connections-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3534-
lighttpd-1.4.56~rc7/src/Makefile.in-3535-lighttpd-connections-glue.obj: connections-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3536:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-connections-glue.obj -MD -MP -MF $(DEPDIR)/lighttpd-connections-glue.Tpo -c -o lighttpd-connections-glue.obj `if test -f 'connections-glue.c'; then $(CYGPATH_W) 'connections-glue.c'; else $(CYGPATH_W) '$(srcdir)/connections-glue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3537-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-connections-glue.Tpo $(DEPDIR)/lighttpd-connections-glue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3539-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3540:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-connections-glue.obj `if test -f 'connections-glue.c'; then $(CYGPATH_W) 'connections-glue.c'; else $(CYGPATH_W) '$(srcdir)/connections-glue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3541-
lighttpd-1.4.56~rc7/src/Makefile.in-3542-lighttpd-configfile-glue.o: configfile-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3543:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configfile-glue.o -MD -MP -MF $(DEPDIR)/lighttpd-configfile-glue.Tpo -c -o lighttpd-configfile-glue.o `test -f 'configfile-glue.c' || echo '$(srcdir)/'`configfile-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3544-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configfile-glue.Tpo $(DEPDIR)/lighttpd-configfile-glue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3546-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3547:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configfile-glue.o `test -f 'configfile-glue.c' || echo '$(srcdir)/'`configfile-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3548-
lighttpd-1.4.56~rc7/src/Makefile.in-3549-lighttpd-configfile-glue.obj: configfile-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3550:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-configfile-glue.obj -MD -MP -MF $(DEPDIR)/lighttpd-configfile-glue.Tpo -c -o lighttpd-configfile-glue.obj `if test -f 'configfile-glue.c'; then $(CYGPATH_W) 'configfile-glue.c'; else $(CYGPATH_W) '$(srcdir)/configfile-glue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3551-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-configfile-glue.Tpo $(DEPDIR)/lighttpd-configfile-glue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3553-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3554:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-configfile-glue.obj `if test -f 'configfile-glue.c'; then $(CYGPATH_W) 'configfile-glue.c'; else $(CYGPATH_W) '$(srcdir)/configfile-glue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3555-
lighttpd-1.4.56~rc7/src/Makefile.in-3556-lighttpd-http-header-glue.o: http-header-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3557:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http-header-glue.o -MD -MP -MF $(DEPDIR)/lighttpd-http-header-glue.Tpo -c -o lighttpd-http-header-glue.o `test -f 'http-header-glue.c' || echo '$(srcdir)/'`http-header-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3558-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http-header-glue.Tpo $(DEPDIR)/lighttpd-http-header-glue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3560-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3561:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http-header-glue.o `test -f 'http-header-glue.c' || echo '$(srcdir)/'`http-header-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in-3562-
lighttpd-1.4.56~rc7/src/Makefile.in-3563-lighttpd-http-header-glue.obj: http-header-glue.c
lighttpd-1.4.56~rc7/src/Makefile.in:3564:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http-header-glue.obj -MD -MP -MF $(DEPDIR)/lighttpd-http-header-glue.Tpo -c -o lighttpd-http-header-glue.obj `if test -f 'http-header-glue.c'; then $(CYGPATH_W) 'http-header-glue.c'; else $(CYGPATH_W) '$(srcdir)/http-header-glue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3565-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http-header-glue.Tpo $(DEPDIR)/lighttpd-http-header-glue.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3567-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3568:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http-header-glue.obj `if test -f 'http-header-glue.c'; then $(CYGPATH_W) 'http-header-glue.c'; else $(CYGPATH_W) '$(srcdir)/http-header-glue.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3569-
lighttpd-1.4.56~rc7/src/Makefile.in-3570-lighttpd-http_auth.o: http_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in:3571:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_auth.o -MD -MP -MF $(DEPDIR)/lighttpd-http_auth.Tpo -c -o lighttpd-http_auth.o `test -f 'http_auth.c' || echo '$(srcdir)/'`http_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in-3572-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_auth.Tpo $(DEPDIR)/lighttpd-http_auth.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3574-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3575:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_auth.o `test -f 'http_auth.c' || echo '$(srcdir)/'`http_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in-3576-
lighttpd-1.4.56~rc7/src/Makefile.in-3577-lighttpd-http_auth.obj: http_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in:3578:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_auth.obj -MD -MP -MF $(DEPDIR)/lighttpd-http_auth.Tpo -c -o lighttpd-http_auth.obj `if test -f 'http_auth.c'; then $(CYGPATH_W) 'http_auth.c'; else $(CYGPATH_W) '$(srcdir)/http_auth.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3579-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_auth.Tpo $(DEPDIR)/lighttpd-http_auth.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3581-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3582:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_auth.obj `if test -f 'http_auth.c'; then $(CYGPATH_W) 'http_auth.c'; else $(CYGPATH_W) '$(srcdir)/http_auth.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3583-
lighttpd-1.4.56~rc7/src/Makefile.in-3584-lighttpd-http_vhostdb.o: http_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in:3585:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_vhostdb.o -MD -MP -MF $(DEPDIR)/lighttpd-http_vhostdb.Tpo -c -o lighttpd-http_vhostdb.o `test -f 'http_vhostdb.c' || echo '$(srcdir)/'`http_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in-3586-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_vhostdb.Tpo $(DEPDIR)/lighttpd-http_vhostdb.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3588-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3589:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_vhostdb.o `test -f 'http_vhostdb.c' || echo '$(srcdir)/'`http_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in-3590-
lighttpd-1.4.56~rc7/src/Makefile.in-3591-lighttpd-http_vhostdb.obj: http_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in:3592:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-http_vhostdb.obj -MD -MP -MF $(DEPDIR)/lighttpd-http_vhostdb.Tpo -c -o lighttpd-http_vhostdb.obj `if test -f 'http_vhostdb.c'; then $(CYGPATH_W) 'http_vhostdb.c'; else $(CYGPATH_W) '$(srcdir)/http_vhostdb.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3593-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-http_vhostdb.Tpo $(DEPDIR)/lighttpd-http_vhostdb.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3595-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3596:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-http_vhostdb.obj `if test -f 'http_vhostdb.c'; then $(CYGPATH_W) 'http_vhostdb.c'; else $(CYGPATH_W) '$(srcdir)/http_vhostdb.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3597-
lighttpd-1.4.56~rc7/src/Makefile.in-3598-lighttpd-rand.o: rand.c
lighttpd-1.4.56~rc7/src/Makefile.in:3599:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-rand.o -MD -MP -MF $(DEPDIR)/lighttpd-rand.Tpo -c -o lighttpd-rand.o `test -f 'rand.c' || echo '$(srcdir)/'`rand.c
lighttpd-1.4.56~rc7/src/Makefile.in-3600-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-rand.Tpo $(DEPDIR)/lighttpd-rand.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3602-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3603:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-rand.o `test -f 'rand.c' || echo '$(srcdir)/'`rand.c
lighttpd-1.4.56~rc7/src/Makefile.in-3604-
lighttpd-1.4.56~rc7/src/Makefile.in-3605-lighttpd-rand.obj: rand.c
lighttpd-1.4.56~rc7/src/Makefile.in:3606:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-rand.obj -MD -MP -MF $(DEPDIR)/lighttpd-rand.Tpo -c -o lighttpd-rand.obj `if test -f 'rand.c'; then $(CYGPATH_W) 'rand.c'; else $(CYGPATH_W) '$(srcdir)/rand.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3607-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-rand.Tpo $(DEPDIR)/lighttpd-rand.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3609-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3610:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-rand.obj `if test -f 'rand.c'; then $(CYGPATH_W) 'rand.c'; else $(CYGPATH_W) '$(srcdir)/rand.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3611-
lighttpd-1.4.56~rc7/src/Makefile.in-3612-lighttpd-request.o: request.c
lighttpd-1.4.56~rc7/src/Makefile.in:3613:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-request.o -MD -MP -MF $(DEPDIR)/lighttpd-request.Tpo -c -o lighttpd-request.o `test -f 'request.c' || echo '$(srcdir)/'`request.c
lighttpd-1.4.56~rc7/src/Makefile.in-3614-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-request.Tpo $(DEPDIR)/lighttpd-request.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3616-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3617:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-request.o `test -f 'request.c' || echo '$(srcdir)/'`request.c
lighttpd-1.4.56~rc7/src/Makefile.in-3618-
lighttpd-1.4.56~rc7/src/Makefile.in-3619-lighttpd-request.obj: request.c
lighttpd-1.4.56~rc7/src/Makefile.in:3620:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-request.obj -MD -MP -MF $(DEPDIR)/lighttpd-request.Tpo -c -o lighttpd-request.obj `if test -f 'request.c'; then $(CYGPATH_W) 'request.c'; else $(CYGPATH_W) '$(srcdir)/request.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3621-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-request.Tpo $(DEPDIR)/lighttpd-request.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3623-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3624:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-request.obj `if test -f 'request.c'; then $(CYGPATH_W) 'request.c'; else $(CYGPATH_W) '$(srcdir)/request.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3625-
lighttpd-1.4.56~rc7/src/Makefile.in-3626-lighttpd-sock_addr.o: sock_addr.c
lighttpd-1.4.56~rc7/src/Makefile.in:3627:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-sock_addr.o -MD -MP -MF $(DEPDIR)/lighttpd-sock_addr.Tpo -c -o lighttpd-sock_addr.o `test -f 'sock_addr.c' || echo '$(srcdir)/'`sock_addr.c
lighttpd-1.4.56~rc7/src/Makefile.in-3628-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-sock_addr.Tpo $(DEPDIR)/lighttpd-sock_addr.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3630-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3631:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-sock_addr.o `test -f 'sock_addr.c' || echo '$(srcdir)/'`sock_addr.c
lighttpd-1.4.56~rc7/src/Makefile.in-3632-
lighttpd-1.4.56~rc7/src/Makefile.in-3633-lighttpd-sock_addr.obj: sock_addr.c
lighttpd-1.4.56~rc7/src/Makefile.in:3634:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-sock_addr.obj -MD -MP -MF $(DEPDIR)/lighttpd-sock_addr.Tpo -c -o lighttpd-sock_addr.obj `if test -f 'sock_addr.c'; then $(CYGPATH_W) 'sock_addr.c'; else $(CYGPATH_W) '$(srcdir)/sock_addr.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3635-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-sock_addr.Tpo $(DEPDIR)/lighttpd-sock_addr.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3637-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3638:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-sock_addr.obj `if test -f 'sock_addr.c'; then $(CYGPATH_W) 'sock_addr.c'; else $(CYGPATH_W) '$(srcdir)/sock_addr.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3639-
lighttpd-1.4.56~rc7/src/Makefile.in-3640-lighttpd-safe_memclear.o: safe_memclear.c
lighttpd-1.4.56~rc7/src/Makefile.in:3641:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-safe_memclear.o -MD -MP -MF $(DEPDIR)/lighttpd-safe_memclear.Tpo -c -o lighttpd-safe_memclear.o `test -f 'safe_memclear.c' || echo '$(srcdir)/'`safe_memclear.c
lighttpd-1.4.56~rc7/src/Makefile.in-3642-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-safe_memclear.Tpo $(DEPDIR)/lighttpd-safe_memclear.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3644-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3645:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-safe_memclear.o `test -f 'safe_memclear.c' || echo '$(srcdir)/'`safe_memclear.c
lighttpd-1.4.56~rc7/src/Makefile.in-3646-
lighttpd-1.4.56~rc7/src/Makefile.in-3647-lighttpd-safe_memclear.obj: safe_memclear.c
lighttpd-1.4.56~rc7/src/Makefile.in:3648:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-safe_memclear.obj -MD -MP -MF $(DEPDIR)/lighttpd-safe_memclear.Tpo -c -o lighttpd-safe_memclear.obj `if test -f 'safe_memclear.c'; then $(CYGPATH_W) 'safe_memclear.c'; else $(CYGPATH_W) '$(srcdir)/safe_memclear.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3649-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-safe_memclear.Tpo $(DEPDIR)/lighttpd-safe_memclear.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3651-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3652:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-safe_memclear.obj `if test -f 'safe_memclear.c'; then $(CYGPATH_W) 'safe_memclear.c'; else $(CYGPATH_W) '$(srcdir)/safe_memclear.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3653-
lighttpd-1.4.56~rc7/src/Makefile.in-3654-lighttpd-mod_access.o: mod_access.c
lighttpd-1.4.56~rc7/src/Makefile.in:3655:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_access.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_access.Tpo -c -o lighttpd-mod_access.o `test -f 'mod_access.c' || echo '$(srcdir)/'`mod_access.c
lighttpd-1.4.56~rc7/src/Makefile.in-3656-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_access.Tpo $(DEPDIR)/lighttpd-mod_access.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3658-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3659:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_access.o `test -f 'mod_access.c' || echo '$(srcdir)/'`mod_access.c
lighttpd-1.4.56~rc7/src/Makefile.in-3660-
lighttpd-1.4.56~rc7/src/Makefile.in-3661-lighttpd-mod_access.obj: mod_access.c
lighttpd-1.4.56~rc7/src/Makefile.in:3662:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_access.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_access.Tpo -c -o lighttpd-mod_access.obj `if test -f 'mod_access.c'; then $(CYGPATH_W) 'mod_access.c'; else $(CYGPATH_W) '$(srcdir)/mod_access.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3663-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_access.Tpo $(DEPDIR)/lighttpd-mod_access.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3665-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3666:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_access.obj `if test -f 'mod_access.c'; then $(CYGPATH_W) 'mod_access.c'; else $(CYGPATH_W) '$(srcdir)/mod_access.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3667-
lighttpd-1.4.56~rc7/src/Makefile.in-3668-lighttpd-mod_accesslog.o: mod_accesslog.c
lighttpd-1.4.56~rc7/src/Makefile.in:3669:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_accesslog.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_accesslog.Tpo -c -o lighttpd-mod_accesslog.o `test -f 'mod_accesslog.c' || echo '$(srcdir)/'`mod_accesslog.c
lighttpd-1.4.56~rc7/src/Makefile.in-3670-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_accesslog.Tpo $(DEPDIR)/lighttpd-mod_accesslog.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3672-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3673:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_accesslog.o `test -f 'mod_accesslog.c' || echo '$(srcdir)/'`mod_accesslog.c
lighttpd-1.4.56~rc7/src/Makefile.in-3674-
lighttpd-1.4.56~rc7/src/Makefile.in-3675-lighttpd-mod_accesslog.obj: mod_accesslog.c
lighttpd-1.4.56~rc7/src/Makefile.in:3676:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_accesslog.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_accesslog.Tpo -c -o lighttpd-mod_accesslog.obj `if test -f 'mod_accesslog.c'; then $(CYGPATH_W) 'mod_accesslog.c'; else $(CYGPATH_W) '$(srcdir)/mod_accesslog.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3677-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_accesslog.Tpo $(DEPDIR)/lighttpd-mod_accesslog.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3679-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3680:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_accesslog.obj `if test -f 'mod_accesslog.c'; then $(CYGPATH_W) 'mod_accesslog.c'; else $(CYGPATH_W) '$(srcdir)/mod_accesslog.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3681-
lighttpd-1.4.56~rc7/src/Makefile.in-3682-lighttpd-mod_alias.o: mod_alias.c
lighttpd-1.4.56~rc7/src/Makefile.in:3683:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_alias.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_alias.Tpo -c -o lighttpd-mod_alias.o `test -f 'mod_alias.c' || echo '$(srcdir)/'`mod_alias.c
lighttpd-1.4.56~rc7/src/Makefile.in-3684-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_alias.Tpo $(DEPDIR)/lighttpd-mod_alias.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3686-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3687:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_alias.o `test -f 'mod_alias.c' || echo '$(srcdir)/'`mod_alias.c
lighttpd-1.4.56~rc7/src/Makefile.in-3688-
lighttpd-1.4.56~rc7/src/Makefile.in-3689-lighttpd-mod_alias.obj: mod_alias.c
lighttpd-1.4.56~rc7/src/Makefile.in:3690:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_alias.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_alias.Tpo -c -o lighttpd-mod_alias.obj `if test -f 'mod_alias.c'; then $(CYGPATH_W) 'mod_alias.c'; else $(CYGPATH_W) '$(srcdir)/mod_alias.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3691-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_alias.Tpo $(DEPDIR)/lighttpd-mod_alias.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3693-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3694:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_alias.obj `if test -f 'mod_alias.c'; then $(CYGPATH_W) 'mod_alias.c'; else $(CYGPATH_W) '$(srcdir)/mod_alias.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3695-
lighttpd-1.4.56~rc7/src/Makefile.in-3696-lighttpd-mod_auth.o: mod_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in:3697:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_auth.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_auth.Tpo -c -o lighttpd-mod_auth.o `test -f 'mod_auth.c' || echo '$(srcdir)/'`mod_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in-3698-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_auth.Tpo $(DEPDIR)/lighttpd-mod_auth.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3700-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3701:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_auth.o `test -f 'mod_auth.c' || echo '$(srcdir)/'`mod_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in-3702-
lighttpd-1.4.56~rc7/src/Makefile.in-3703-lighttpd-mod_auth.obj: mod_auth.c
lighttpd-1.4.56~rc7/src/Makefile.in:3704:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_auth.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_auth.Tpo -c -o lighttpd-mod_auth.obj `if test -f 'mod_auth.c'; then $(CYGPATH_W) 'mod_auth.c'; else $(CYGPATH_W) '$(srcdir)/mod_auth.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3705-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_auth.Tpo $(DEPDIR)/lighttpd-mod_auth.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3707-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3708:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_auth.obj `if test -f 'mod_auth.c'; then $(CYGPATH_W) 'mod_auth.c'; else $(CYGPATH_W) '$(srcdir)/mod_auth.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3709-
lighttpd-1.4.56~rc7/src/Makefile.in-3710-lighttpd-mod_authn_file.o: mod_authn_file.c
lighttpd-1.4.56~rc7/src/Makefile.in:3711:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_file.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_file.Tpo -c -o lighttpd-mod_authn_file.o `test -f 'mod_authn_file.c' || echo '$(srcdir)/'`mod_authn_file.c
lighttpd-1.4.56~rc7/src/Makefile.in-3712-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_file.Tpo $(DEPDIR)/lighttpd-mod_authn_file.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3714-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3715:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_file.o `test -f 'mod_authn_file.c' || echo '$(srcdir)/'`mod_authn_file.c
lighttpd-1.4.56~rc7/src/Makefile.in-3716-
lighttpd-1.4.56~rc7/src/Makefile.in-3717-lighttpd-mod_authn_file.obj: mod_authn_file.c
lighttpd-1.4.56~rc7/src/Makefile.in:3718:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_file.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_file.Tpo -c -o lighttpd-mod_authn_file.obj `if test -f 'mod_authn_file.c'; then $(CYGPATH_W) 'mod_authn_file.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_file.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3719-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_file.Tpo $(DEPDIR)/lighttpd-mod_authn_file.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3721-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3722:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_file.obj `if test -f 'mod_authn_file.c'; then $(CYGPATH_W) 'mod_authn_file.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_file.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3723-
lighttpd-1.4.56~rc7/src/Makefile.in-3724-lighttpd-mod_cgi.o: mod_cgi.c
lighttpd-1.4.56~rc7/src/Makefile.in:3725:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cgi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_cgi.Tpo -c -o lighttpd-mod_cgi.o `test -f 'mod_cgi.c' || echo '$(srcdir)/'`mod_cgi.c
lighttpd-1.4.56~rc7/src/Makefile.in-3726-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cgi.Tpo $(DEPDIR)/lighttpd-mod_cgi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3728-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3729:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cgi.o `test -f 'mod_cgi.c' || echo '$(srcdir)/'`mod_cgi.c
lighttpd-1.4.56~rc7/src/Makefile.in-3730-
lighttpd-1.4.56~rc7/src/Makefile.in-3731-lighttpd-mod_cgi.obj: mod_cgi.c
lighttpd-1.4.56~rc7/src/Makefile.in:3732:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cgi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_cgi.Tpo -c -o lighttpd-mod_cgi.obj `if test -f 'mod_cgi.c'; then $(CYGPATH_W) 'mod_cgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_cgi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3733-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cgi.Tpo $(DEPDIR)/lighttpd-mod_cgi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3735-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3736:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cgi.obj `if test -f 'mod_cgi.c'; then $(CYGPATH_W) 'mod_cgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_cgi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3737-
lighttpd-1.4.56~rc7/src/Makefile.in-3738-lighttpd-mod_deflate.o: mod_deflate.c
lighttpd-1.4.56~rc7/src/Makefile.in:3739:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_deflate.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_deflate.Tpo -c -o lighttpd-mod_deflate.o `test -f 'mod_deflate.c' || echo '$(srcdir)/'`mod_deflate.c
lighttpd-1.4.56~rc7/src/Makefile.in-3740-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_deflate.Tpo $(DEPDIR)/lighttpd-mod_deflate.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3742-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3743:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_deflate.o `test -f 'mod_deflate.c' || echo '$(srcdir)/'`mod_deflate.c
lighttpd-1.4.56~rc7/src/Makefile.in-3744-
lighttpd-1.4.56~rc7/src/Makefile.in-3745-lighttpd-mod_deflate.obj: mod_deflate.c
lighttpd-1.4.56~rc7/src/Makefile.in:3746:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_deflate.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_deflate.Tpo -c -o lighttpd-mod_deflate.obj `if test -f 'mod_deflate.c'; then $(CYGPATH_W) 'mod_deflate.c'; else $(CYGPATH_W) '$(srcdir)/mod_deflate.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3747-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_deflate.Tpo $(DEPDIR)/lighttpd-mod_deflate.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3749-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3750:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_deflate.obj `if test -f 'mod_deflate.c'; then $(CYGPATH_W) 'mod_deflate.c'; else $(CYGPATH_W) '$(srcdir)/mod_deflate.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3751-
lighttpd-1.4.56~rc7/src/Makefile.in-3752-lighttpd-mod_dirlisting.o: mod_dirlisting.c
lighttpd-1.4.56~rc7/src/Makefile.in:3753:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_dirlisting.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_dirlisting.Tpo -c -o lighttpd-mod_dirlisting.o `test -f 'mod_dirlisting.c' || echo '$(srcdir)/'`mod_dirlisting.c
lighttpd-1.4.56~rc7/src/Makefile.in-3754-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_dirlisting.Tpo $(DEPDIR)/lighttpd-mod_dirlisting.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3756-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3757:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_dirlisting.o `test -f 'mod_dirlisting.c' || echo '$(srcdir)/'`mod_dirlisting.c
lighttpd-1.4.56~rc7/src/Makefile.in-3758-
lighttpd-1.4.56~rc7/src/Makefile.in-3759-lighttpd-mod_dirlisting.obj: mod_dirlisting.c
lighttpd-1.4.56~rc7/src/Makefile.in:3760:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_dirlisting.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_dirlisting.Tpo -c -o lighttpd-mod_dirlisting.obj `if test -f 'mod_dirlisting.c'; then $(CYGPATH_W) 'mod_dirlisting.c'; else $(CYGPATH_W) '$(srcdir)/mod_dirlisting.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3761-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_dirlisting.Tpo $(DEPDIR)/lighttpd-mod_dirlisting.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3763-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3764:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_dirlisting.obj `if test -f 'mod_dirlisting.c'; then $(CYGPATH_W) 'mod_dirlisting.c'; else $(CYGPATH_W) '$(srcdir)/mod_dirlisting.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3765-
lighttpd-1.4.56~rc7/src/Makefile.in-3766-lighttpd-mod_evasive.o: mod_evasive.c
lighttpd-1.4.56~rc7/src/Makefile.in:3767:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_evasive.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_evasive.Tpo -c -o lighttpd-mod_evasive.o `test -f 'mod_evasive.c' || echo '$(srcdir)/'`mod_evasive.c
lighttpd-1.4.56~rc7/src/Makefile.in-3768-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_evasive.Tpo $(DEPDIR)/lighttpd-mod_evasive.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3770-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3771:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_evasive.o `test -f 'mod_evasive.c' || echo '$(srcdir)/'`mod_evasive.c
lighttpd-1.4.56~rc7/src/Makefile.in-3772-
lighttpd-1.4.56~rc7/src/Makefile.in-3773-lighttpd-mod_evasive.obj: mod_evasive.c
lighttpd-1.4.56~rc7/src/Makefile.in:3774:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_evasive.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_evasive.Tpo -c -o lighttpd-mod_evasive.obj `if test -f 'mod_evasive.c'; then $(CYGPATH_W) 'mod_evasive.c'; else $(CYGPATH_W) '$(srcdir)/mod_evasive.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3775-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_evasive.Tpo $(DEPDIR)/lighttpd-mod_evasive.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3777-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3778:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_evasive.obj `if test -f 'mod_evasive.c'; then $(CYGPATH_W) 'mod_evasive.c'; else $(CYGPATH_W) '$(srcdir)/mod_evasive.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3779-
lighttpd-1.4.56~rc7/src/Makefile.in-3780-lighttpd-mod_expire.o: mod_expire.c
lighttpd-1.4.56~rc7/src/Makefile.in:3781:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_expire.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_expire.Tpo -c -o lighttpd-mod_expire.o `test -f 'mod_expire.c' || echo '$(srcdir)/'`mod_expire.c
lighttpd-1.4.56~rc7/src/Makefile.in-3782-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_expire.Tpo $(DEPDIR)/lighttpd-mod_expire.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3784-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3785:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_expire.o `test -f 'mod_expire.c' || echo '$(srcdir)/'`mod_expire.c
lighttpd-1.4.56~rc7/src/Makefile.in-3786-
lighttpd-1.4.56~rc7/src/Makefile.in-3787-lighttpd-mod_expire.obj: mod_expire.c
lighttpd-1.4.56~rc7/src/Makefile.in:3788:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_expire.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_expire.Tpo -c -o lighttpd-mod_expire.obj `if test -f 'mod_expire.c'; then $(CYGPATH_W) 'mod_expire.c'; else $(CYGPATH_W) '$(srcdir)/mod_expire.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3789-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_expire.Tpo $(DEPDIR)/lighttpd-mod_expire.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3791-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3792:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_expire.obj `if test -f 'mod_expire.c'; then $(CYGPATH_W) 'mod_expire.c'; else $(CYGPATH_W) '$(srcdir)/mod_expire.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3793-
lighttpd-1.4.56~rc7/src/Makefile.in-3794-lighttpd-mod_extforward.o: mod_extforward.c
lighttpd-1.4.56~rc7/src/Makefile.in:3795:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_extforward.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_extforward.Tpo -c -o lighttpd-mod_extforward.o `test -f 'mod_extforward.c' || echo '$(srcdir)/'`mod_extforward.c
lighttpd-1.4.56~rc7/src/Makefile.in-3796-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_extforward.Tpo $(DEPDIR)/lighttpd-mod_extforward.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3798-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3799:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_extforward.o `test -f 'mod_extforward.c' || echo '$(srcdir)/'`mod_extforward.c
lighttpd-1.4.56~rc7/src/Makefile.in-3800-
lighttpd-1.4.56~rc7/src/Makefile.in-3801-lighttpd-mod_extforward.obj: mod_extforward.c
lighttpd-1.4.56~rc7/src/Makefile.in:3802:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_extforward.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_extforward.Tpo -c -o lighttpd-mod_extforward.obj `if test -f 'mod_extforward.c'; then $(CYGPATH_W) 'mod_extforward.c'; else $(CYGPATH_W) '$(srcdir)/mod_extforward.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3803-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_extforward.Tpo $(DEPDIR)/lighttpd-mod_extforward.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3805-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3806:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_extforward.obj `if test -f 'mod_extforward.c'; then $(CYGPATH_W) 'mod_extforward.c'; else $(CYGPATH_W) '$(srcdir)/mod_extforward.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3807-
lighttpd-1.4.56~rc7/src/Makefile.in-3808-lighttpd-mod_fastcgi.o: mod_fastcgi.c
lighttpd-1.4.56~rc7/src/Makefile.in:3809:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_fastcgi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_fastcgi.Tpo -c -o lighttpd-mod_fastcgi.o `test -f 'mod_fastcgi.c' || echo '$(srcdir)/'`mod_fastcgi.c
lighttpd-1.4.56~rc7/src/Makefile.in-3810-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_fastcgi.Tpo $(DEPDIR)/lighttpd-mod_fastcgi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3812-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3813:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_fastcgi.o `test -f 'mod_fastcgi.c' || echo '$(srcdir)/'`mod_fastcgi.c
lighttpd-1.4.56~rc7/src/Makefile.in-3814-
lighttpd-1.4.56~rc7/src/Makefile.in-3815-lighttpd-mod_fastcgi.obj: mod_fastcgi.c
lighttpd-1.4.56~rc7/src/Makefile.in:3816:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_fastcgi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_fastcgi.Tpo -c -o lighttpd-mod_fastcgi.obj `if test -f 'mod_fastcgi.c'; then $(CYGPATH_W) 'mod_fastcgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_fastcgi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3817-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_fastcgi.Tpo $(DEPDIR)/lighttpd-mod_fastcgi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3819-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3820:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_fastcgi.obj `if test -f 'mod_fastcgi.c'; then $(CYGPATH_W) 'mod_fastcgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_fastcgi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3821-
lighttpd-1.4.56~rc7/src/Makefile.in-3822-lighttpd-mod_flv_streaming.o: mod_flv_streaming.c
lighttpd-1.4.56~rc7/src/Makefile.in:3823:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_flv_streaming.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_flv_streaming.Tpo -c -o lighttpd-mod_flv_streaming.o `test -f 'mod_flv_streaming.c' || echo '$(srcdir)/'`mod_flv_streaming.c
lighttpd-1.4.56~rc7/src/Makefile.in-3824-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_flv_streaming.Tpo $(DEPDIR)/lighttpd-mod_flv_streaming.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3826-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3827:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_flv_streaming.o `test -f 'mod_flv_streaming.c' || echo '$(srcdir)/'`mod_flv_streaming.c
lighttpd-1.4.56~rc7/src/Makefile.in-3828-
lighttpd-1.4.56~rc7/src/Makefile.in-3829-lighttpd-mod_flv_streaming.obj: mod_flv_streaming.c
lighttpd-1.4.56~rc7/src/Makefile.in:3830:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_flv_streaming.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_flv_streaming.Tpo -c -o lighttpd-mod_flv_streaming.obj `if test -f 'mod_flv_streaming.c'; then $(CYGPATH_W) 'mod_flv_streaming.c'; else $(CYGPATH_W) '$(srcdir)/mod_flv_streaming.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3831-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_flv_streaming.Tpo $(DEPDIR)/lighttpd-mod_flv_streaming.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3833-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3834:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_flv_streaming.obj `if test -f 'mod_flv_streaming.c'; then $(CYGPATH_W) 'mod_flv_streaming.c'; else $(CYGPATH_W) '$(srcdir)/mod_flv_streaming.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3835-
lighttpd-1.4.56~rc7/src/Makefile.in-3836-lighttpd-mod_indexfile.o: mod_indexfile.c
lighttpd-1.4.56~rc7/src/Makefile.in:3837:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_indexfile.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_indexfile.Tpo -c -o lighttpd-mod_indexfile.o `test -f 'mod_indexfile.c' || echo '$(srcdir)/'`mod_indexfile.c
lighttpd-1.4.56~rc7/src/Makefile.in-3838-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_indexfile.Tpo $(DEPDIR)/lighttpd-mod_indexfile.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3840-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3841:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_indexfile.o `test -f 'mod_indexfile.c' || echo '$(srcdir)/'`mod_indexfile.c
lighttpd-1.4.56~rc7/src/Makefile.in-3842-
lighttpd-1.4.56~rc7/src/Makefile.in-3843-lighttpd-mod_indexfile.obj: mod_indexfile.c
lighttpd-1.4.56~rc7/src/Makefile.in:3844:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_indexfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_indexfile.Tpo -c -o lighttpd-mod_indexfile.obj `if test -f 'mod_indexfile.c'; then $(CYGPATH_W) 'mod_indexfile.c'; else $(CYGPATH_W) '$(srcdir)/mod_indexfile.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3845-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_indexfile.Tpo $(DEPDIR)/lighttpd-mod_indexfile.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3847-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3848:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_indexfile.obj `if test -f 'mod_indexfile.c'; then $(CYGPATH_W) 'mod_indexfile.c'; else $(CYGPATH_W) '$(srcdir)/mod_indexfile.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3849-
lighttpd-1.4.56~rc7/src/Makefile.in-3850-lighttpd-mod_proxy.o: mod_proxy.c
lighttpd-1.4.56~rc7/src/Makefile.in:3851:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_proxy.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_proxy.Tpo -c -o lighttpd-mod_proxy.o `test -f 'mod_proxy.c' || echo '$(srcdir)/'`mod_proxy.c
lighttpd-1.4.56~rc7/src/Makefile.in-3852-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_proxy.Tpo $(DEPDIR)/lighttpd-mod_proxy.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3854-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3855:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_proxy.o `test -f 'mod_proxy.c' || echo '$(srcdir)/'`mod_proxy.c
lighttpd-1.4.56~rc7/src/Makefile.in-3856-
lighttpd-1.4.56~rc7/src/Makefile.in-3857-lighttpd-mod_proxy.obj: mod_proxy.c
lighttpd-1.4.56~rc7/src/Makefile.in:3858:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_proxy.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_proxy.Tpo -c -o lighttpd-mod_proxy.obj `if test -f 'mod_proxy.c'; then $(CYGPATH_W) 'mod_proxy.c'; else $(CYGPATH_W) '$(srcdir)/mod_proxy.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3859-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_proxy.Tpo $(DEPDIR)/lighttpd-mod_proxy.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3861-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3862:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_proxy.obj `if test -f 'mod_proxy.c'; then $(CYGPATH_W) 'mod_proxy.c'; else $(CYGPATH_W) '$(srcdir)/mod_proxy.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3863-
lighttpd-1.4.56~rc7/src/Makefile.in-3864-lighttpd-mod_redirect.o: mod_redirect.c
lighttpd-1.4.56~rc7/src/Makefile.in:3865:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_redirect.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_redirect.Tpo -c -o lighttpd-mod_redirect.o `test -f 'mod_redirect.c' || echo '$(srcdir)/'`mod_redirect.c
lighttpd-1.4.56~rc7/src/Makefile.in-3866-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_redirect.Tpo $(DEPDIR)/lighttpd-mod_redirect.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3868-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3869:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_redirect.o `test -f 'mod_redirect.c' || echo '$(srcdir)/'`mod_redirect.c
lighttpd-1.4.56~rc7/src/Makefile.in-3870-
lighttpd-1.4.56~rc7/src/Makefile.in-3871-lighttpd-mod_redirect.obj: mod_redirect.c
lighttpd-1.4.56~rc7/src/Makefile.in:3872:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_redirect.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_redirect.Tpo -c -o lighttpd-mod_redirect.obj `if test -f 'mod_redirect.c'; then $(CYGPATH_W) 'mod_redirect.c'; else $(CYGPATH_W) '$(srcdir)/mod_redirect.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3873-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_redirect.Tpo $(DEPDIR)/lighttpd-mod_redirect.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3875-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3876:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_redirect.obj `if test -f 'mod_redirect.c'; then $(CYGPATH_W) 'mod_redirect.c'; else $(CYGPATH_W) '$(srcdir)/mod_redirect.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3877-
lighttpd-1.4.56~rc7/src/Makefile.in-3878-lighttpd-mod_rewrite.o: mod_rewrite.c
lighttpd-1.4.56~rc7/src/Makefile.in:3879:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_rewrite.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_rewrite.Tpo -c -o lighttpd-mod_rewrite.o `test -f 'mod_rewrite.c' || echo '$(srcdir)/'`mod_rewrite.c
lighttpd-1.4.56~rc7/src/Makefile.in-3880-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_rewrite.Tpo $(DEPDIR)/lighttpd-mod_rewrite.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3882-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3883:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_rewrite.o `test -f 'mod_rewrite.c' || echo '$(srcdir)/'`mod_rewrite.c
lighttpd-1.4.56~rc7/src/Makefile.in-3884-
lighttpd-1.4.56~rc7/src/Makefile.in-3885-lighttpd-mod_rewrite.obj: mod_rewrite.c
lighttpd-1.4.56~rc7/src/Makefile.in:3886:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_rewrite.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_rewrite.Tpo -c -o lighttpd-mod_rewrite.obj `if test -f 'mod_rewrite.c'; then $(CYGPATH_W) 'mod_rewrite.c'; else $(CYGPATH_W) '$(srcdir)/mod_rewrite.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3887-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_rewrite.Tpo $(DEPDIR)/lighttpd-mod_rewrite.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3889-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3890:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_rewrite.obj `if test -f 'mod_rewrite.c'; then $(CYGPATH_W) 'mod_rewrite.c'; else $(CYGPATH_W) '$(srcdir)/mod_rewrite.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3891-
lighttpd-1.4.56~rc7/src/Makefile.in-3892-lighttpd-mod_rrdtool.o: mod_rrdtool.c
lighttpd-1.4.56~rc7/src/Makefile.in:3893:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_rrdtool.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_rrdtool.Tpo -c -o lighttpd-mod_rrdtool.o `test -f 'mod_rrdtool.c' || echo '$(srcdir)/'`mod_rrdtool.c
lighttpd-1.4.56~rc7/src/Makefile.in-3894-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_rrdtool.Tpo $(DEPDIR)/lighttpd-mod_rrdtool.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3896-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3897:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_rrdtool.o `test -f 'mod_rrdtool.c' || echo '$(srcdir)/'`mod_rrdtool.c
lighttpd-1.4.56~rc7/src/Makefile.in-3898-
lighttpd-1.4.56~rc7/src/Makefile.in-3899-lighttpd-mod_rrdtool.obj: mod_rrdtool.c
lighttpd-1.4.56~rc7/src/Makefile.in:3900:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_rrdtool.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_rrdtool.Tpo -c -o lighttpd-mod_rrdtool.obj `if test -f 'mod_rrdtool.c'; then $(CYGPATH_W) 'mod_rrdtool.c'; else $(CYGPATH_W) '$(srcdir)/mod_rrdtool.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3901-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_rrdtool.Tpo $(DEPDIR)/lighttpd-mod_rrdtool.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3903-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3904:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_rrdtool.obj `if test -f 'mod_rrdtool.c'; then $(CYGPATH_W) 'mod_rrdtool.c'; else $(CYGPATH_W) '$(srcdir)/mod_rrdtool.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3905-
lighttpd-1.4.56~rc7/src/Makefile.in-3906-lighttpd-mod_scgi.o: mod_scgi.c
lighttpd-1.4.56~rc7/src/Makefile.in:3907:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_scgi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_scgi.Tpo -c -o lighttpd-mod_scgi.o `test -f 'mod_scgi.c' || echo '$(srcdir)/'`mod_scgi.c
lighttpd-1.4.56~rc7/src/Makefile.in-3908-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_scgi.Tpo $(DEPDIR)/lighttpd-mod_scgi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3910-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3911:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_scgi.o `test -f 'mod_scgi.c' || echo '$(srcdir)/'`mod_scgi.c
lighttpd-1.4.56~rc7/src/Makefile.in-3912-
lighttpd-1.4.56~rc7/src/Makefile.in-3913-lighttpd-mod_scgi.obj: mod_scgi.c
lighttpd-1.4.56~rc7/src/Makefile.in:3914:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_scgi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_scgi.Tpo -c -o lighttpd-mod_scgi.obj `if test -f 'mod_scgi.c'; then $(CYGPATH_W) 'mod_scgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_scgi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3915-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_scgi.Tpo $(DEPDIR)/lighttpd-mod_scgi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3917-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3918:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_scgi.obj `if test -f 'mod_scgi.c'; then $(CYGPATH_W) 'mod_scgi.c'; else $(CYGPATH_W) '$(srcdir)/mod_scgi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3919-
lighttpd-1.4.56~rc7/src/Makefile.in-3920-lighttpd-mod_secdownload.o: mod_secdownload.c
lighttpd-1.4.56~rc7/src/Makefile.in:3921:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_secdownload.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_secdownload.Tpo -c -o lighttpd-mod_secdownload.o `test -f 'mod_secdownload.c' || echo '$(srcdir)/'`mod_secdownload.c
lighttpd-1.4.56~rc7/src/Makefile.in-3922-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_secdownload.Tpo $(DEPDIR)/lighttpd-mod_secdownload.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3924-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3925:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_secdownload.o `test -f 'mod_secdownload.c' || echo '$(srcdir)/'`mod_secdownload.c
lighttpd-1.4.56~rc7/src/Makefile.in-3926-
lighttpd-1.4.56~rc7/src/Makefile.in-3927-lighttpd-mod_secdownload.obj: mod_secdownload.c
lighttpd-1.4.56~rc7/src/Makefile.in:3928:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_secdownload.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_secdownload.Tpo -c -o lighttpd-mod_secdownload.obj `if test -f 'mod_secdownload.c'; then $(CYGPATH_W) 'mod_secdownload.c'; else $(CYGPATH_W) '$(srcdir)/mod_secdownload.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3929-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_secdownload.Tpo $(DEPDIR)/lighttpd-mod_secdownload.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3931-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3932:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_secdownload.obj `if test -f 'mod_secdownload.c'; then $(CYGPATH_W) 'mod_secdownload.c'; else $(CYGPATH_W) '$(srcdir)/mod_secdownload.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3933-
lighttpd-1.4.56~rc7/src/Makefile.in-3934-lighttpd-mod_setenv.o: mod_setenv.c
lighttpd-1.4.56~rc7/src/Makefile.in:3935:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_setenv.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_setenv.Tpo -c -o lighttpd-mod_setenv.o `test -f 'mod_setenv.c' || echo '$(srcdir)/'`mod_setenv.c
lighttpd-1.4.56~rc7/src/Makefile.in-3936-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_setenv.Tpo $(DEPDIR)/lighttpd-mod_setenv.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3938-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3939:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_setenv.o `test -f 'mod_setenv.c' || echo '$(srcdir)/'`mod_setenv.c
lighttpd-1.4.56~rc7/src/Makefile.in-3940-
lighttpd-1.4.56~rc7/src/Makefile.in-3941-lighttpd-mod_setenv.obj: mod_setenv.c
lighttpd-1.4.56~rc7/src/Makefile.in:3942:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_setenv.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_setenv.Tpo -c -o lighttpd-mod_setenv.obj `if test -f 'mod_setenv.c'; then $(CYGPATH_W) 'mod_setenv.c'; else $(CYGPATH_W) '$(srcdir)/mod_setenv.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3943-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_setenv.Tpo $(DEPDIR)/lighttpd-mod_setenv.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3945-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3946:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_setenv.obj `if test -f 'mod_setenv.c'; then $(CYGPATH_W) 'mod_setenv.c'; else $(CYGPATH_W) '$(srcdir)/mod_setenv.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3947-
lighttpd-1.4.56~rc7/src/Makefile.in-3948-lighttpd-mod_simple_vhost.o: mod_simple_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in:3949:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_simple_vhost.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_simple_vhost.Tpo -c -o lighttpd-mod_simple_vhost.o `test -f 'mod_simple_vhost.c' || echo '$(srcdir)/'`mod_simple_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in-3950-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_simple_vhost.Tpo $(DEPDIR)/lighttpd-mod_simple_vhost.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3952-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3953:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_simple_vhost.o `test -f 'mod_simple_vhost.c' || echo '$(srcdir)/'`mod_simple_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in-3954-
lighttpd-1.4.56~rc7/src/Makefile.in-3955-lighttpd-mod_simple_vhost.obj: mod_simple_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in:3956:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_simple_vhost.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_simple_vhost.Tpo -c -o lighttpd-mod_simple_vhost.obj `if test -f 'mod_simple_vhost.c'; then $(CYGPATH_W) 'mod_simple_vhost.c'; else $(CYGPATH_W) '$(srcdir)/mod_simple_vhost.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3957-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_simple_vhost.Tpo $(DEPDIR)/lighttpd-mod_simple_vhost.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3959-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3960:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_simple_vhost.obj `if test -f 'mod_simple_vhost.c'; then $(CYGPATH_W) 'mod_simple_vhost.c'; else $(CYGPATH_W) '$(srcdir)/mod_simple_vhost.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3961-
lighttpd-1.4.56~rc7/src/Makefile.in-3962-lighttpd-mod_ssi_exprparser.o: mod_ssi_exprparser.c
lighttpd-1.4.56~rc7/src/Makefile.in:3963:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi_exprparser.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi_exprparser.Tpo -c -o lighttpd-mod_ssi_exprparser.o `test -f 'mod_ssi_exprparser.c' || echo '$(srcdir)/'`mod_ssi_exprparser.c
lighttpd-1.4.56~rc7/src/Makefile.in-3964-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi_exprparser.Tpo $(DEPDIR)/lighttpd-mod_ssi_exprparser.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3966-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3967:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi_exprparser.o `test -f 'mod_ssi_exprparser.c' || echo '$(srcdir)/'`mod_ssi_exprparser.c
lighttpd-1.4.56~rc7/src/Makefile.in-3968-
lighttpd-1.4.56~rc7/src/Makefile.in-3969-lighttpd-mod_ssi_exprparser.obj: mod_ssi_exprparser.c
lighttpd-1.4.56~rc7/src/Makefile.in:3970:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi_exprparser.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi_exprparser.Tpo -c -o lighttpd-mod_ssi_exprparser.obj `if test -f 'mod_ssi_exprparser.c'; then $(CYGPATH_W) 'mod_ssi_exprparser.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi_exprparser.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3971-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi_exprparser.Tpo $(DEPDIR)/lighttpd-mod_ssi_exprparser.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3973-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3974:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi_exprparser.obj `if test -f 'mod_ssi_exprparser.c'; then $(CYGPATH_W) 'mod_ssi_exprparser.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi_exprparser.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3975-
lighttpd-1.4.56~rc7/src/Makefile.in-3976-lighttpd-mod_ssi_expr.o: mod_ssi_expr.c
lighttpd-1.4.56~rc7/src/Makefile.in:3977:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi_expr.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi_expr.Tpo -c -o lighttpd-mod_ssi_expr.o `test -f 'mod_ssi_expr.c' || echo '$(srcdir)/'`mod_ssi_expr.c
lighttpd-1.4.56~rc7/src/Makefile.in-3978-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi_expr.Tpo $(DEPDIR)/lighttpd-mod_ssi_expr.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3980-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3981:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi_expr.o `test -f 'mod_ssi_expr.c' || echo '$(srcdir)/'`mod_ssi_expr.c
lighttpd-1.4.56~rc7/src/Makefile.in-3982-
lighttpd-1.4.56~rc7/src/Makefile.in-3983-lighttpd-mod_ssi_expr.obj: mod_ssi_expr.c
lighttpd-1.4.56~rc7/src/Makefile.in:3984:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi_expr.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi_expr.Tpo -c -o lighttpd-mod_ssi_expr.obj `if test -f 'mod_ssi_expr.c'; then $(CYGPATH_W) 'mod_ssi_expr.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi_expr.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3985-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi_expr.Tpo $(DEPDIR)/lighttpd-mod_ssi_expr.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3987-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3988:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi_expr.obj `if test -f 'mod_ssi_expr.c'; then $(CYGPATH_W) 'mod_ssi_expr.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi_expr.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3989-
lighttpd-1.4.56~rc7/src/Makefile.in-3990-lighttpd-mod_ssi.o: mod_ssi.c
lighttpd-1.4.56~rc7/src/Makefile.in:3991:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi.Tpo -c -o lighttpd-mod_ssi.o `test -f 'mod_ssi.c' || echo '$(srcdir)/'`mod_ssi.c
lighttpd-1.4.56~rc7/src/Makefile.in-3992-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi.Tpo $(DEPDIR)/lighttpd-mod_ssi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-3994-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:3995:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi.o `test -f 'mod_ssi.c' || echo '$(srcdir)/'`mod_ssi.c
lighttpd-1.4.56~rc7/src/Makefile.in-3996-
lighttpd-1.4.56~rc7/src/Makefile.in-3997-lighttpd-mod_ssi.obj: mod_ssi.c
lighttpd-1.4.56~rc7/src/Makefile.in:3998:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_ssi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_ssi.Tpo -c -o lighttpd-mod_ssi.obj `if test -f 'mod_ssi.c'; then $(CYGPATH_W) 'mod_ssi.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-3999-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_ssi.Tpo $(DEPDIR)/lighttpd-mod_ssi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4001-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4002:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_ssi.obj `if test -f 'mod_ssi.c'; then $(CYGPATH_W) 'mod_ssi.c'; else $(CYGPATH_W) '$(srcdir)/mod_ssi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4003-
lighttpd-1.4.56~rc7/src/Makefile.in-4004-lighttpd-mod_staticfile.o: mod_staticfile.c
lighttpd-1.4.56~rc7/src/Makefile.in:4005:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_staticfile.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_staticfile.Tpo -c -o lighttpd-mod_staticfile.o `test -f 'mod_staticfile.c' || echo '$(srcdir)/'`mod_staticfile.c
lighttpd-1.4.56~rc7/src/Makefile.in-4006-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_staticfile.Tpo $(DEPDIR)/lighttpd-mod_staticfile.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4008-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4009:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_staticfile.o `test -f 'mod_staticfile.c' || echo '$(srcdir)/'`mod_staticfile.c
lighttpd-1.4.56~rc7/src/Makefile.in-4010-
lighttpd-1.4.56~rc7/src/Makefile.in-4011-lighttpd-mod_staticfile.obj: mod_staticfile.c
lighttpd-1.4.56~rc7/src/Makefile.in:4012:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_staticfile.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_staticfile.Tpo -c -o lighttpd-mod_staticfile.obj `if test -f 'mod_staticfile.c'; then $(CYGPATH_W) 'mod_staticfile.c'; else $(CYGPATH_W) '$(srcdir)/mod_staticfile.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4013-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_staticfile.Tpo $(DEPDIR)/lighttpd-mod_staticfile.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4015-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4016:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_staticfile.obj `if test -f 'mod_staticfile.c'; then $(CYGPATH_W) 'mod_staticfile.c'; else $(CYGPATH_W) '$(srcdir)/mod_staticfile.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4017-
lighttpd-1.4.56~rc7/src/Makefile.in-4018-lighttpd-mod_status.o: mod_status.c
lighttpd-1.4.56~rc7/src/Makefile.in:4019:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_status.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_status.Tpo -c -o lighttpd-mod_status.o `test -f 'mod_status.c' || echo '$(srcdir)/'`mod_status.c
lighttpd-1.4.56~rc7/src/Makefile.in-4020-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_status.Tpo $(DEPDIR)/lighttpd-mod_status.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4022-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4023:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_status.o `test -f 'mod_status.c' || echo '$(srcdir)/'`mod_status.c
lighttpd-1.4.56~rc7/src/Makefile.in-4024-
lighttpd-1.4.56~rc7/src/Makefile.in-4025-lighttpd-mod_status.obj: mod_status.c
lighttpd-1.4.56~rc7/src/Makefile.in:4026:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_status.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_status.Tpo -c -o lighttpd-mod_status.obj `if test -f 'mod_status.c'; then $(CYGPATH_W) 'mod_status.c'; else $(CYGPATH_W) '$(srcdir)/mod_status.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4027-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_status.Tpo $(DEPDIR)/lighttpd-mod_status.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4029-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4030:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_status.obj `if test -f 'mod_status.c'; then $(CYGPATH_W) 'mod_status.c'; else $(CYGPATH_W) '$(srcdir)/mod_status.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4031-
lighttpd-1.4.56~rc7/src/Makefile.in-4032-lighttpd-mod_uploadprogress.o: mod_uploadprogress.c
lighttpd-1.4.56~rc7/src/Makefile.in:4033:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_uploadprogress.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_uploadprogress.Tpo -c -o lighttpd-mod_uploadprogress.o `test -f 'mod_uploadprogress.c' || echo '$(srcdir)/'`mod_uploadprogress.c
lighttpd-1.4.56~rc7/src/Makefile.in-4034-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_uploadprogress.Tpo $(DEPDIR)/lighttpd-mod_uploadprogress.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4036-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4037:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_uploadprogress.o `test -f 'mod_uploadprogress.c' || echo '$(srcdir)/'`mod_uploadprogress.c
lighttpd-1.4.56~rc7/src/Makefile.in-4038-
lighttpd-1.4.56~rc7/src/Makefile.in-4039-lighttpd-mod_uploadprogress.obj: mod_uploadprogress.c
lighttpd-1.4.56~rc7/src/Makefile.in:4040:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_uploadprogress.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_uploadprogress.Tpo -c -o lighttpd-mod_uploadprogress.obj `if test -f 'mod_uploadprogress.c'; then $(CYGPATH_W) 'mod_uploadprogress.c'; else $(CYGPATH_W) '$(srcdir)/mod_uploadprogress.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4041-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_uploadprogress.Tpo $(DEPDIR)/lighttpd-mod_uploadprogress.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4043-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4044:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_uploadprogress.obj `if test -f 'mod_uploadprogress.c'; then $(CYGPATH_W) 'mod_uploadprogress.c'; else $(CYGPATH_W) '$(srcdir)/mod_uploadprogress.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4045-
lighttpd-1.4.56~rc7/src/Makefile.in-4046-lighttpd-mod_userdir.o: mod_userdir.c
lighttpd-1.4.56~rc7/src/Makefile.in:4047:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_userdir.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_userdir.Tpo -c -o lighttpd-mod_userdir.o `test -f 'mod_userdir.c' || echo '$(srcdir)/'`mod_userdir.c
lighttpd-1.4.56~rc7/src/Makefile.in-4048-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_userdir.Tpo $(DEPDIR)/lighttpd-mod_userdir.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4050-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4051:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_userdir.o `test -f 'mod_userdir.c' || echo '$(srcdir)/'`mod_userdir.c
lighttpd-1.4.56~rc7/src/Makefile.in-4052-
lighttpd-1.4.56~rc7/src/Makefile.in-4053-lighttpd-mod_userdir.obj: mod_userdir.c
lighttpd-1.4.56~rc7/src/Makefile.in:4054:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_userdir.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_userdir.Tpo -c -o lighttpd-mod_userdir.obj `if test -f 'mod_userdir.c'; then $(CYGPATH_W) 'mod_userdir.c'; else $(CYGPATH_W) '$(srcdir)/mod_userdir.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4055-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_userdir.Tpo $(DEPDIR)/lighttpd-mod_userdir.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4057-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4058:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_userdir.obj `if test -f 'mod_userdir.c'; then $(CYGPATH_W) 'mod_userdir.c'; else $(CYGPATH_W) '$(srcdir)/mod_userdir.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4059-
lighttpd-1.4.56~rc7/src/Makefile.in-4060-lighttpd-mod_usertrack.o: mod_usertrack.c
lighttpd-1.4.56~rc7/src/Makefile.in:4061:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_usertrack.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_usertrack.Tpo -c -o lighttpd-mod_usertrack.o `test -f 'mod_usertrack.c' || echo '$(srcdir)/'`mod_usertrack.c
lighttpd-1.4.56~rc7/src/Makefile.in-4062-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_usertrack.Tpo $(DEPDIR)/lighttpd-mod_usertrack.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4064-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4065:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_usertrack.o `test -f 'mod_usertrack.c' || echo '$(srcdir)/'`mod_usertrack.c
lighttpd-1.4.56~rc7/src/Makefile.in-4066-
lighttpd-1.4.56~rc7/src/Makefile.in-4067-lighttpd-mod_usertrack.obj: mod_usertrack.c
lighttpd-1.4.56~rc7/src/Makefile.in:4068:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_usertrack.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_usertrack.Tpo -c -o lighttpd-mod_usertrack.obj `if test -f 'mod_usertrack.c'; then $(CYGPATH_W) 'mod_usertrack.c'; else $(CYGPATH_W) '$(srcdir)/mod_usertrack.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4069-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_usertrack.Tpo $(DEPDIR)/lighttpd-mod_usertrack.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4071-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4072:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_usertrack.obj `if test -f 'mod_usertrack.c'; then $(CYGPATH_W) 'mod_usertrack.c'; else $(CYGPATH_W) '$(srcdir)/mod_usertrack.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4073-
lighttpd-1.4.56~rc7/src/Makefile.in-4074-lighttpd-mod_vhostdb.o: mod_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in:4075:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb.Tpo -c -o lighttpd-mod_vhostdb.o `test -f 'mod_vhostdb.c' || echo '$(srcdir)/'`mod_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in-4076-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb.Tpo $(DEPDIR)/lighttpd-mod_vhostdb.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4078-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4079:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb.o `test -f 'mod_vhostdb.c' || echo '$(srcdir)/'`mod_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in-4080-
lighttpd-1.4.56~rc7/src/Makefile.in-4081-lighttpd-mod_vhostdb.obj: mod_vhostdb.c
lighttpd-1.4.56~rc7/src/Makefile.in:4082:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb.Tpo -c -o lighttpd-mod_vhostdb.obj `if test -f 'mod_vhostdb.c'; then $(CYGPATH_W) 'mod_vhostdb.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4083-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb.Tpo $(DEPDIR)/lighttpd-mod_vhostdb.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4085-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4086:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb.obj `if test -f 'mod_vhostdb.c'; then $(CYGPATH_W) 'mod_vhostdb.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4087-
lighttpd-1.4.56~rc7/src/Makefile.in-4088-lighttpd-mod_webdav.o: mod_webdav.c
lighttpd-1.4.56~rc7/src/Makefile.in:4089:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_webdav.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_webdav.Tpo -c -o lighttpd-mod_webdav.o `test -f 'mod_webdav.c' || echo '$(srcdir)/'`mod_webdav.c
lighttpd-1.4.56~rc7/src/Makefile.in-4090-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_webdav.Tpo $(DEPDIR)/lighttpd-mod_webdav.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4092-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4093:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_webdav.o `test -f 'mod_webdav.c' || echo '$(srcdir)/'`mod_webdav.c
lighttpd-1.4.56~rc7/src/Makefile.in-4094-
lighttpd-1.4.56~rc7/src/Makefile.in-4095-lighttpd-mod_webdav.obj: mod_webdav.c
lighttpd-1.4.56~rc7/src/Makefile.in:4096:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_webdav.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_webdav.Tpo -c -o lighttpd-mod_webdav.obj `if test -f 'mod_webdav.c'; then $(CYGPATH_W) 'mod_webdav.c'; else $(CYGPATH_W) '$(srcdir)/mod_webdav.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4097-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_webdav.Tpo $(DEPDIR)/lighttpd-mod_webdav.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4099-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4100:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_webdav.obj `if test -f 'mod_webdav.c'; then $(CYGPATH_W) 'mod_webdav.c'; else $(CYGPATH_W) '$(srcdir)/mod_webdav.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4101-
lighttpd-1.4.56~rc7/src/Makefile.in-4102-lighttpd-mod_geoip.o: mod_geoip.c
lighttpd-1.4.56~rc7/src/Makefile.in:4103:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_geoip.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_geoip.Tpo -c -o lighttpd-mod_geoip.o `test -f 'mod_geoip.c' || echo '$(srcdir)/'`mod_geoip.c
lighttpd-1.4.56~rc7/src/Makefile.in-4104-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_geoip.Tpo $(DEPDIR)/lighttpd-mod_geoip.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4106-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4107:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_geoip.o `test -f 'mod_geoip.c' || echo '$(srcdir)/'`mod_geoip.c
lighttpd-1.4.56~rc7/src/Makefile.in-4108-
lighttpd-1.4.56~rc7/src/Makefile.in-4109-lighttpd-mod_geoip.obj: mod_geoip.c
lighttpd-1.4.56~rc7/src/Makefile.in:4110:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_geoip.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_geoip.Tpo -c -o lighttpd-mod_geoip.obj `if test -f 'mod_geoip.c'; then $(CYGPATH_W) 'mod_geoip.c'; else $(CYGPATH_W) '$(srcdir)/mod_geoip.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4111-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_geoip.Tpo $(DEPDIR)/lighttpd-mod_geoip.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4113-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4114:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_geoip.obj `if test -f 'mod_geoip.c'; then $(CYGPATH_W) 'mod_geoip.c'; else $(CYGPATH_W) '$(srcdir)/mod_geoip.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4115-
lighttpd-1.4.56~rc7/src/Makefile.in-4116-lighttpd-mod_maxminddb.o: mod_maxminddb.c
lighttpd-1.4.56~rc7/src/Makefile.in:4117:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_maxminddb.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_maxminddb.Tpo -c -o lighttpd-mod_maxminddb.o `test -f 'mod_maxminddb.c' || echo '$(srcdir)/'`mod_maxminddb.c
lighttpd-1.4.56~rc7/src/Makefile.in-4118-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_maxminddb.Tpo $(DEPDIR)/lighttpd-mod_maxminddb.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4120-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4121:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_maxminddb.o `test -f 'mod_maxminddb.c' || echo '$(srcdir)/'`mod_maxminddb.c
lighttpd-1.4.56~rc7/src/Makefile.in-4122-
lighttpd-1.4.56~rc7/src/Makefile.in-4123-lighttpd-mod_maxminddb.obj: mod_maxminddb.c
lighttpd-1.4.56~rc7/src/Makefile.in:4124:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_maxminddb.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_maxminddb.Tpo -c -o lighttpd-mod_maxminddb.obj `if test -f 'mod_maxminddb.c'; then $(CYGPATH_W) 'mod_maxminddb.c'; else $(CYGPATH_W) '$(srcdir)/mod_maxminddb.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4125-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_maxminddb.Tpo $(DEPDIR)/lighttpd-mod_maxminddb.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4127-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4128:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_maxminddb.obj `if test -f 'mod_maxminddb.c'; then $(CYGPATH_W) 'mod_maxminddb.c'; else $(CYGPATH_W) '$(srcdir)/mod_maxminddb.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4129-
lighttpd-1.4.56~rc7/src/Makefile.in-4130-lighttpd-mod_cml.o: mod_cml.c
lighttpd-1.4.56~rc7/src/Makefile.in:4131:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml.Tpo -c -o lighttpd-mod_cml.o `test -f 'mod_cml.c' || echo '$(srcdir)/'`mod_cml.c
lighttpd-1.4.56~rc7/src/Makefile.in-4132-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml.Tpo $(DEPDIR)/lighttpd-mod_cml.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4134-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4135:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml.o `test -f 'mod_cml.c' || echo '$(srcdir)/'`mod_cml.c
lighttpd-1.4.56~rc7/src/Makefile.in-4136-
lighttpd-1.4.56~rc7/src/Makefile.in-4137-lighttpd-mod_cml.obj: mod_cml.c
lighttpd-1.4.56~rc7/src/Makefile.in:4138:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml.Tpo -c -o lighttpd-mod_cml.obj `if test -f 'mod_cml.c'; then $(CYGPATH_W) 'mod_cml.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4139-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml.Tpo $(DEPDIR)/lighttpd-mod_cml.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4141-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4142:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml.obj `if test -f 'mod_cml.c'; then $(CYGPATH_W) 'mod_cml.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4143-
lighttpd-1.4.56~rc7/src/Makefile.in-4144-lighttpd-mod_cml_lua.o: mod_cml_lua.c
lighttpd-1.4.56~rc7/src/Makefile.in:4145:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml_lua.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml_lua.Tpo -c -o lighttpd-mod_cml_lua.o `test -f 'mod_cml_lua.c' || echo '$(srcdir)/'`mod_cml_lua.c
lighttpd-1.4.56~rc7/src/Makefile.in-4146-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml_lua.Tpo $(DEPDIR)/lighttpd-mod_cml_lua.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4148-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4149:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml_lua.o `test -f 'mod_cml_lua.c' || echo '$(srcdir)/'`mod_cml_lua.c
lighttpd-1.4.56~rc7/src/Makefile.in-4150-
lighttpd-1.4.56~rc7/src/Makefile.in-4151-lighttpd-mod_cml_lua.obj: mod_cml_lua.c
lighttpd-1.4.56~rc7/src/Makefile.in:4152:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml_lua.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml_lua.Tpo -c -o lighttpd-mod_cml_lua.obj `if test -f 'mod_cml_lua.c'; then $(CYGPATH_W) 'mod_cml_lua.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml_lua.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4153-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml_lua.Tpo $(DEPDIR)/lighttpd-mod_cml_lua.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4155-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4156:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml_lua.obj `if test -f 'mod_cml_lua.c'; then $(CYGPATH_W) 'mod_cml_lua.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml_lua.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4157-
lighttpd-1.4.56~rc7/src/Makefile.in-4158-lighttpd-mod_cml_funcs.o: mod_cml_funcs.c
lighttpd-1.4.56~rc7/src/Makefile.in:4159:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml_funcs.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml_funcs.Tpo -c -o lighttpd-mod_cml_funcs.o `test -f 'mod_cml_funcs.c' || echo '$(srcdir)/'`mod_cml_funcs.c
lighttpd-1.4.56~rc7/src/Makefile.in-4160-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml_funcs.Tpo $(DEPDIR)/lighttpd-mod_cml_funcs.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4162-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4163:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml_funcs.o `test -f 'mod_cml_funcs.c' || echo '$(srcdir)/'`mod_cml_funcs.c
lighttpd-1.4.56~rc7/src/Makefile.in-4164-
lighttpd-1.4.56~rc7/src/Makefile.in-4165-lighttpd-mod_cml_funcs.obj: mod_cml_funcs.c
lighttpd-1.4.56~rc7/src/Makefile.in:4166:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_cml_funcs.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_cml_funcs.Tpo -c -o lighttpd-mod_cml_funcs.obj `if test -f 'mod_cml_funcs.c'; then $(CYGPATH_W) 'mod_cml_funcs.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml_funcs.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4167-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_cml_funcs.Tpo $(DEPDIR)/lighttpd-mod_cml_funcs.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4169-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4170:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_cml_funcs.obj `if test -f 'mod_cml_funcs.c'; then $(CYGPATH_W) 'mod_cml_funcs.c'; else $(CYGPATH_W) '$(srcdir)/mod_cml_funcs.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4171-
lighttpd-1.4.56~rc7/src/Makefile.in-4172-lighttpd-mod_magnet.o: mod_magnet.c
lighttpd-1.4.56~rc7/src/Makefile.in:4173:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_magnet.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_magnet.Tpo -c -o lighttpd-mod_magnet.o `test -f 'mod_magnet.c' || echo '$(srcdir)/'`mod_magnet.c
lighttpd-1.4.56~rc7/src/Makefile.in-4174-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_magnet.Tpo $(DEPDIR)/lighttpd-mod_magnet.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4176-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4177:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_magnet.o `test -f 'mod_magnet.c' || echo '$(srcdir)/'`mod_magnet.c
lighttpd-1.4.56~rc7/src/Makefile.in-4178-
lighttpd-1.4.56~rc7/src/Makefile.in-4179-lighttpd-mod_magnet.obj: mod_magnet.c
lighttpd-1.4.56~rc7/src/Makefile.in:4180:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_magnet.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_magnet.Tpo -c -o lighttpd-mod_magnet.obj `if test -f 'mod_magnet.c'; then $(CYGPATH_W) 'mod_magnet.c'; else $(CYGPATH_W) '$(srcdir)/mod_magnet.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4181-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_magnet.Tpo $(DEPDIR)/lighttpd-mod_magnet.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4183-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4184:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_magnet.obj `if test -f 'mod_magnet.c'; then $(CYGPATH_W) 'mod_magnet.c'; else $(CYGPATH_W) '$(srcdir)/mod_magnet.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4185-
lighttpd-1.4.56~rc7/src/Makefile.in-4186-lighttpd-mod_magnet_cache.o: mod_magnet_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in:4187:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_magnet_cache.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_magnet_cache.Tpo -c -o lighttpd-mod_magnet_cache.o `test -f 'mod_magnet_cache.c' || echo '$(srcdir)/'`mod_magnet_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-4188-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_magnet_cache.Tpo $(DEPDIR)/lighttpd-mod_magnet_cache.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4190-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4191:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_magnet_cache.o `test -f 'mod_magnet_cache.c' || echo '$(srcdir)/'`mod_magnet_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in-4192-
lighttpd-1.4.56~rc7/src/Makefile.in-4193-lighttpd-mod_magnet_cache.obj: mod_magnet_cache.c
lighttpd-1.4.56~rc7/src/Makefile.in:4194:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_magnet_cache.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_magnet_cache.Tpo -c -o lighttpd-mod_magnet_cache.obj `if test -f 'mod_magnet_cache.c'; then $(CYGPATH_W) 'mod_magnet_cache.c'; else $(CYGPATH_W) '$(srcdir)/mod_magnet_cache.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4195-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_magnet_cache.Tpo $(DEPDIR)/lighttpd-mod_magnet_cache.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4197-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4198:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_magnet_cache.obj `if test -f 'mod_magnet_cache.c'; then $(CYGPATH_W) 'mod_magnet_cache.c'; else $(CYGPATH_W) '$(srcdir)/mod_magnet_cache.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4199-
lighttpd-1.4.56~rc7/src/Makefile.in-4200-lighttpd-mod_authn_gssapi.o: mod_authn_gssapi.c
lighttpd-1.4.56~rc7/src/Makefile.in:4201:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_gssapi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_gssapi.Tpo -c -o lighttpd-mod_authn_gssapi.o `test -f 'mod_authn_gssapi.c' || echo '$(srcdir)/'`mod_authn_gssapi.c
lighttpd-1.4.56~rc7/src/Makefile.in-4202-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_gssapi.Tpo $(DEPDIR)/lighttpd-mod_authn_gssapi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4204-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4205:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_gssapi.o `test -f 'mod_authn_gssapi.c' || echo '$(srcdir)/'`mod_authn_gssapi.c
lighttpd-1.4.56~rc7/src/Makefile.in-4206-
lighttpd-1.4.56~rc7/src/Makefile.in-4207-lighttpd-mod_authn_gssapi.obj: mod_authn_gssapi.c
lighttpd-1.4.56~rc7/src/Makefile.in:4208:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_gssapi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_gssapi.Tpo -c -o lighttpd-mod_authn_gssapi.obj `if test -f 'mod_authn_gssapi.c'; then $(CYGPATH_W) 'mod_authn_gssapi.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_gssapi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4209-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_gssapi.Tpo $(DEPDIR)/lighttpd-mod_authn_gssapi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4211-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4212:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_gssapi.obj `if test -f 'mod_authn_gssapi.c'; then $(CYGPATH_W) 'mod_authn_gssapi.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_gssapi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4213-
lighttpd-1.4.56~rc7/src/Makefile.in-4214-lighttpd-mod_authn_ldap.o: mod_authn_ldap.c
lighttpd-1.4.56~rc7/src/Makefile.in:4215:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_ldap.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_ldap.Tpo -c -o lighttpd-mod_authn_ldap.o `test -f 'mod_authn_ldap.c' || echo '$(srcdir)/'`mod_authn_ldap.c
lighttpd-1.4.56~rc7/src/Makefile.in-4216-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_ldap.Tpo $(DEPDIR)/lighttpd-mod_authn_ldap.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4218-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4219:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_ldap.o `test -f 'mod_authn_ldap.c' || echo '$(srcdir)/'`mod_authn_ldap.c
lighttpd-1.4.56~rc7/src/Makefile.in-4220-
lighttpd-1.4.56~rc7/src/Makefile.in-4221-lighttpd-mod_authn_ldap.obj: mod_authn_ldap.c
lighttpd-1.4.56~rc7/src/Makefile.in:4222:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_ldap.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_ldap.Tpo -c -o lighttpd-mod_authn_ldap.obj `if test -f 'mod_authn_ldap.c'; then $(CYGPATH_W) 'mod_authn_ldap.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_ldap.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4223-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_ldap.Tpo $(DEPDIR)/lighttpd-mod_authn_ldap.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4225-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4226:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_ldap.obj `if test -f 'mod_authn_ldap.c'; then $(CYGPATH_W) 'mod_authn_ldap.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_ldap.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4227-
lighttpd-1.4.56~rc7/src/Makefile.in-4228-lighttpd-mod_vhostdb_ldap.o: mod_vhostdb_ldap.c
lighttpd-1.4.56~rc7/src/Makefile.in:4229:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb_ldap.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb_ldap.Tpo -c -o lighttpd-mod_vhostdb_ldap.o `test -f 'mod_vhostdb_ldap.c' || echo '$(srcdir)/'`mod_vhostdb_ldap.c
lighttpd-1.4.56~rc7/src/Makefile.in-4230-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb_ldap.Tpo $(DEPDIR)/lighttpd-mod_vhostdb_ldap.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4232-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4233:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb_ldap.o `test -f 'mod_vhostdb_ldap.c' || echo '$(srcdir)/'`mod_vhostdb_ldap.c
lighttpd-1.4.56~rc7/src/Makefile.in-4234-
lighttpd-1.4.56~rc7/src/Makefile.in-4235-lighttpd-mod_vhostdb_ldap.obj: mod_vhostdb_ldap.c
lighttpd-1.4.56~rc7/src/Makefile.in:4236:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb_ldap.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb_ldap.Tpo -c -o lighttpd-mod_vhostdb_ldap.obj `if test -f 'mod_vhostdb_ldap.c'; then $(CYGPATH_W) 'mod_vhostdb_ldap.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb_ldap.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4237-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb_ldap.Tpo $(DEPDIR)/lighttpd-mod_vhostdb_ldap.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4239-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4240:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb_ldap.obj `if test -f 'mod_vhostdb_ldap.c'; then $(CYGPATH_W) 'mod_vhostdb_ldap.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb_ldap.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4241-
lighttpd-1.4.56~rc7/src/Makefile.in-4242-lighttpd-mod_authn_pam.o: mod_authn_pam.c
lighttpd-1.4.56~rc7/src/Makefile.in:4243:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_pam.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_pam.Tpo -c -o lighttpd-mod_authn_pam.o `test -f 'mod_authn_pam.c' || echo '$(srcdir)/'`mod_authn_pam.c
lighttpd-1.4.56~rc7/src/Makefile.in-4244-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_pam.Tpo $(DEPDIR)/lighttpd-mod_authn_pam.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4246-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4247:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_pam.o `test -f 'mod_authn_pam.c' || echo '$(srcdir)/'`mod_authn_pam.c
lighttpd-1.4.56~rc7/src/Makefile.in-4248-
lighttpd-1.4.56~rc7/src/Makefile.in-4249-lighttpd-mod_authn_pam.obj: mod_authn_pam.c
lighttpd-1.4.56~rc7/src/Makefile.in:4250:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_pam.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_pam.Tpo -c -o lighttpd-mod_authn_pam.obj `if test -f 'mod_authn_pam.c'; then $(CYGPATH_W) 'mod_authn_pam.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_pam.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4251-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_pam.Tpo $(DEPDIR)/lighttpd-mod_authn_pam.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4253-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4254:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_pam.obj `if test -f 'mod_authn_pam.c'; then $(CYGPATH_W) 'mod_authn_pam.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_pam.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4255-
lighttpd-1.4.56~rc7/src/Makefile.in-4256-lighttpd-mod_authn_mysql.o: mod_authn_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in:4257:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_mysql.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_mysql.Tpo -c -o lighttpd-mod_authn_mysql.o `test -f 'mod_authn_mysql.c' || echo '$(srcdir)/'`mod_authn_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in-4258-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_mysql.Tpo $(DEPDIR)/lighttpd-mod_authn_mysql.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4260-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4261:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_mysql.o `test -f 'mod_authn_mysql.c' || echo '$(srcdir)/'`mod_authn_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in-4262-
lighttpd-1.4.56~rc7/src/Makefile.in-4263-lighttpd-mod_authn_mysql.obj: mod_authn_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in:4264:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_mysql.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_mysql.Tpo -c -o lighttpd-mod_authn_mysql.obj `if test -f 'mod_authn_mysql.c'; then $(CYGPATH_W) 'mod_authn_mysql.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_mysql.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4265-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_mysql.Tpo $(DEPDIR)/lighttpd-mod_authn_mysql.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4267-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4268:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_mysql.obj `if test -f 'mod_authn_mysql.c'; then $(CYGPATH_W) 'mod_authn_mysql.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_mysql.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4269-
lighttpd-1.4.56~rc7/src/Makefile.in-4270-lighttpd-mod_mysql_vhost.o: mod_mysql_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in:4271:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_mysql_vhost.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_mysql_vhost.Tpo -c -o lighttpd-mod_mysql_vhost.o `test -f 'mod_mysql_vhost.c' || echo '$(srcdir)/'`mod_mysql_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in-4272-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_mysql_vhost.Tpo $(DEPDIR)/lighttpd-mod_mysql_vhost.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4274-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4275:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_mysql_vhost.o `test -f 'mod_mysql_vhost.c' || echo '$(srcdir)/'`mod_mysql_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in-4276-
lighttpd-1.4.56~rc7/src/Makefile.in-4277-lighttpd-mod_mysql_vhost.obj: mod_mysql_vhost.c
lighttpd-1.4.56~rc7/src/Makefile.in:4278:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_mysql_vhost.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_mysql_vhost.Tpo -c -o lighttpd-mod_mysql_vhost.obj `if test -f 'mod_mysql_vhost.c'; then $(CYGPATH_W) 'mod_mysql_vhost.c'; else $(CYGPATH_W) '$(srcdir)/mod_mysql_vhost.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4279-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_mysql_vhost.Tpo $(DEPDIR)/lighttpd-mod_mysql_vhost.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4281-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4282:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_mysql_vhost.obj `if test -f 'mod_mysql_vhost.c'; then $(CYGPATH_W) 'mod_mysql_vhost.c'; else $(CYGPATH_W) '$(srcdir)/mod_mysql_vhost.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4283-
lighttpd-1.4.56~rc7/src/Makefile.in-4284-lighttpd-mod_vhostdb_mysql.o: mod_vhostdb_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in:4285:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb_mysql.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb_mysql.Tpo -c -o lighttpd-mod_vhostdb_mysql.o `test -f 'mod_vhostdb_mysql.c' || echo '$(srcdir)/'`mod_vhostdb_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in-4286-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb_mysql.Tpo $(DEPDIR)/lighttpd-mod_vhostdb_mysql.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4288-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4289:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb_mysql.o `test -f 'mod_vhostdb_mysql.c' || echo '$(srcdir)/'`mod_vhostdb_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in-4290-
lighttpd-1.4.56~rc7/src/Makefile.in-4291-lighttpd-mod_vhostdb_mysql.obj: mod_vhostdb_mysql.c
lighttpd-1.4.56~rc7/src/Makefile.in:4292:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb_mysql.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb_mysql.Tpo -c -o lighttpd-mod_vhostdb_mysql.obj `if test -f 'mod_vhostdb_mysql.c'; then $(CYGPATH_W) 'mod_vhostdb_mysql.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb_mysql.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4293-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb_mysql.Tpo $(DEPDIR)/lighttpd-mod_vhostdb_mysql.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4295-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4296:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb_mysql.obj `if test -f 'mod_vhostdb_mysql.c'; then $(CYGPATH_W) 'mod_vhostdb_mysql.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb_mysql.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4297-
lighttpd-1.4.56~rc7/src/Makefile.in-4298-lighttpd-mod_vhostdb_pgsql.o: mod_vhostdb_pgsql.c
lighttpd-1.4.56~rc7/src/Makefile.in:4299:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb_pgsql.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb_pgsql.Tpo -c -o lighttpd-mod_vhostdb_pgsql.o `test -f 'mod_vhostdb_pgsql.c' || echo '$(srcdir)/'`mod_vhostdb_pgsql.c
lighttpd-1.4.56~rc7/src/Makefile.in-4300-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb_pgsql.Tpo $(DEPDIR)/lighttpd-mod_vhostdb_pgsql.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4302-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4303:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb_pgsql.o `test -f 'mod_vhostdb_pgsql.c' || echo '$(srcdir)/'`mod_vhostdb_pgsql.c
lighttpd-1.4.56~rc7/src/Makefile.in-4304-
lighttpd-1.4.56~rc7/src/Makefile.in-4305-lighttpd-mod_vhostdb_pgsql.obj: mod_vhostdb_pgsql.c
lighttpd-1.4.56~rc7/src/Makefile.in:4306:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb_pgsql.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb_pgsql.Tpo -c -o lighttpd-mod_vhostdb_pgsql.obj `if test -f 'mod_vhostdb_pgsql.c'; then $(CYGPATH_W) 'mod_vhostdb_pgsql.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb_pgsql.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4307-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb_pgsql.Tpo $(DEPDIR)/lighttpd-mod_vhostdb_pgsql.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4309-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4310:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb_pgsql.obj `if test -f 'mod_vhostdb_pgsql.c'; then $(CYGPATH_W) 'mod_vhostdb_pgsql.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb_pgsql.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4311-
lighttpd-1.4.56~rc7/src/Makefile.in-4312-lighttpd-mod_authn_dbi.o: mod_authn_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in:4313:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_dbi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_dbi.Tpo -c -o lighttpd-mod_authn_dbi.o `test -f 'mod_authn_dbi.c' || echo '$(srcdir)/'`mod_authn_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in-4314-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_dbi.Tpo $(DEPDIR)/lighttpd-mod_authn_dbi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4316-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4317:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_dbi.o `test -f 'mod_authn_dbi.c' || echo '$(srcdir)/'`mod_authn_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in-4318-
lighttpd-1.4.56~rc7/src/Makefile.in-4319-lighttpd-mod_authn_dbi.obj: mod_authn_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in:4320:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_authn_dbi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_authn_dbi.Tpo -c -o lighttpd-mod_authn_dbi.obj `if test -f 'mod_authn_dbi.c'; then $(CYGPATH_W) 'mod_authn_dbi.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_dbi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4321-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_authn_dbi.Tpo $(DEPDIR)/lighttpd-mod_authn_dbi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4323-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4324:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_authn_dbi.obj `if test -f 'mod_authn_dbi.c'; then $(CYGPATH_W) 'mod_authn_dbi.c'; else $(CYGPATH_W) '$(srcdir)/mod_authn_dbi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4325-
lighttpd-1.4.56~rc7/src/Makefile.in-4326-lighttpd-mod_vhostdb_dbi.o: mod_vhostdb_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in:4327:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb_dbi.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb_dbi.Tpo -c -o lighttpd-mod_vhostdb_dbi.o `test -f 'mod_vhostdb_dbi.c' || echo '$(srcdir)/'`mod_vhostdb_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in-4328-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb_dbi.Tpo $(DEPDIR)/lighttpd-mod_vhostdb_dbi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4330-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4331:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb_dbi.o `test -f 'mod_vhostdb_dbi.c' || echo '$(srcdir)/'`mod_vhostdb_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in-4332-
lighttpd-1.4.56~rc7/src/Makefile.in-4333-lighttpd-mod_vhostdb_dbi.obj: mod_vhostdb_dbi.c
lighttpd-1.4.56~rc7/src/Makefile.in:4334:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_vhostdb_dbi.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_vhostdb_dbi.Tpo -c -o lighttpd-mod_vhostdb_dbi.obj `if test -f 'mod_vhostdb_dbi.c'; then $(CYGPATH_W) 'mod_vhostdb_dbi.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb_dbi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4335-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_vhostdb_dbi.Tpo $(DEPDIR)/lighttpd-mod_vhostdb_dbi.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4337-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4338:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_vhostdb_dbi.obj `if test -f 'mod_vhostdb_dbi.c'; then $(CYGPATH_W) 'mod_vhostdb_dbi.c'; else $(CYGPATH_W) '$(srcdir)/mod_vhostdb_dbi.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4339-
lighttpd-1.4.56~rc7/src/Makefile.in-4340-lighttpd-mod_openssl.o: mod_openssl.c
lighttpd-1.4.56~rc7/src/Makefile.in:4341:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_openssl.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_openssl.Tpo -c -o lighttpd-mod_openssl.o `test -f 'mod_openssl.c' || echo '$(srcdir)/'`mod_openssl.c
lighttpd-1.4.56~rc7/src/Makefile.in-4342-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_openssl.Tpo $(DEPDIR)/lighttpd-mod_openssl.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4344-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4345:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_openssl.o `test -f 'mod_openssl.c' || echo '$(srcdir)/'`mod_openssl.c
lighttpd-1.4.56~rc7/src/Makefile.in-4346-
lighttpd-1.4.56~rc7/src/Makefile.in-4347-lighttpd-mod_openssl.obj: mod_openssl.c
lighttpd-1.4.56~rc7/src/Makefile.in:4348:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_openssl.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_openssl.Tpo -c -o lighttpd-mod_openssl.obj `if test -f 'mod_openssl.c'; then $(CYGPATH_W) 'mod_openssl.c'; else $(CYGPATH_W) '$(srcdir)/mod_openssl.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4349-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_openssl.Tpo $(DEPDIR)/lighttpd-mod_openssl.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4351-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4352:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_openssl.obj `if test -f 'mod_openssl.c'; then $(CYGPATH_W) 'mod_openssl.c'; else $(CYGPATH_W) '$(srcdir)/mod_openssl.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4353-
lighttpd-1.4.56~rc7/src/Makefile.in-4354-lighttpd-mod_mbedtls.o: mod_mbedtls.c
lighttpd-1.4.56~rc7/src/Makefile.in:4355:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_mbedtls.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_mbedtls.Tpo -c -o lighttpd-mod_mbedtls.o `test -f 'mod_mbedtls.c' || echo '$(srcdir)/'`mod_mbedtls.c
lighttpd-1.4.56~rc7/src/Makefile.in-4356-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_mbedtls.Tpo $(DEPDIR)/lighttpd-mod_mbedtls.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4358-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4359:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_mbedtls.o `test -f 'mod_mbedtls.c' || echo '$(srcdir)/'`mod_mbedtls.c
lighttpd-1.4.56~rc7/src/Makefile.in-4360-
lighttpd-1.4.56~rc7/src/Makefile.in-4361-lighttpd-mod_mbedtls.obj: mod_mbedtls.c
lighttpd-1.4.56~rc7/src/Makefile.in:4362:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_mbedtls.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_mbedtls.Tpo -c -o lighttpd-mod_mbedtls.obj `if test -f 'mod_mbedtls.c'; then $(CYGPATH_W) 'mod_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/mod_mbedtls.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4363-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_mbedtls.Tpo $(DEPDIR)/lighttpd-mod_mbedtls.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4365-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4366:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_mbedtls.obj `if test -f 'mod_mbedtls.c'; then $(CYGPATH_W) 'mod_mbedtls.c'; else $(CYGPATH_W) '$(srcdir)/mod_mbedtls.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4367-
lighttpd-1.4.56~rc7/src/Makefile.in-4368-lighttpd-mod_gnutls.o: mod_gnutls.c
lighttpd-1.4.56~rc7/src/Makefile.in:4369:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_gnutls.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_gnutls.Tpo -c -o lighttpd-mod_gnutls.o `test -f 'mod_gnutls.c' || echo '$(srcdir)/'`mod_gnutls.c
lighttpd-1.4.56~rc7/src/Makefile.in-4370-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_gnutls.Tpo $(DEPDIR)/lighttpd-mod_gnutls.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4372-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4373:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_gnutls.o `test -f 'mod_gnutls.c' || echo '$(srcdir)/'`mod_gnutls.c
lighttpd-1.4.56~rc7/src/Makefile.in-4374-
lighttpd-1.4.56~rc7/src/Makefile.in-4375-lighttpd-mod_gnutls.obj: mod_gnutls.c
lighttpd-1.4.56~rc7/src/Makefile.in:4376:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_gnutls.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_gnutls.Tpo -c -o lighttpd-mod_gnutls.obj `if test -f 'mod_gnutls.c'; then $(CYGPATH_W) 'mod_gnutls.c'; else $(CYGPATH_W) '$(srcdir)/mod_gnutls.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4377-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_gnutls.Tpo $(DEPDIR)/lighttpd-mod_gnutls.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4379-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4380:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_gnutls.obj `if test -f 'mod_gnutls.c'; then $(CYGPATH_W) 'mod_gnutls.c'; else $(CYGPATH_W) '$(srcdir)/mod_gnutls.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4381-
lighttpd-1.4.56~rc7/src/Makefile.in-4382-lighttpd-mod_nss.o: mod_nss.c
lighttpd-1.4.56~rc7/src/Makefile.in:4383:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_nss.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_nss.Tpo -c -o lighttpd-mod_nss.o `test -f 'mod_nss.c' || echo '$(srcdir)/'`mod_nss.c
lighttpd-1.4.56~rc7/src/Makefile.in-4384-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_nss.Tpo $(DEPDIR)/lighttpd-mod_nss.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4386-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4387:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_nss.o `test -f 'mod_nss.c' || echo '$(srcdir)/'`mod_nss.c
lighttpd-1.4.56~rc7/src/Makefile.in-4388-
lighttpd-1.4.56~rc7/src/Makefile.in-4389-lighttpd-mod_nss.obj: mod_nss.c
lighttpd-1.4.56~rc7/src/Makefile.in:4390:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_nss.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_nss.Tpo -c -o lighttpd-mod_nss.obj `if test -f 'mod_nss.c'; then $(CYGPATH_W) 'mod_nss.c'; else $(CYGPATH_W) '$(srcdir)/mod_nss.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4391-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_nss.Tpo $(DEPDIR)/lighttpd-mod_nss.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4393-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4394:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_nss.obj `if test -f 'mod_nss.c'; then $(CYGPATH_W) 'mod_nss.c'; else $(CYGPATH_W) '$(srcdir)/mod_nss.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4395-
lighttpd-1.4.56~rc7/src/Makefile.in-4396-lighttpd-mod_wolfssl.o: mod_wolfssl.c
lighttpd-1.4.56~rc7/src/Makefile.in:4397:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_wolfssl.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_wolfssl.Tpo -c -o lighttpd-mod_wolfssl.o `test -f 'mod_wolfssl.c' || echo '$(srcdir)/'`mod_wolfssl.c
lighttpd-1.4.56~rc7/src/Makefile.in-4398-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_wolfssl.Tpo $(DEPDIR)/lighttpd-mod_wolfssl.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4400-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4401:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_wolfssl.o `test -f 'mod_wolfssl.c' || echo '$(srcdir)/'`mod_wolfssl.c
lighttpd-1.4.56~rc7/src/Makefile.in-4402-
lighttpd-1.4.56~rc7/src/Makefile.in-4403-lighttpd-mod_wolfssl.obj: mod_wolfssl.c
lighttpd-1.4.56~rc7/src/Makefile.in:4404:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_wolfssl.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_wolfssl.Tpo -c -o lighttpd-mod_wolfssl.obj `if test -f 'mod_wolfssl.c'; then $(CYGPATH_W) 'mod_wolfssl.c'; else $(CYGPATH_W) '$(srcdir)/mod_wolfssl.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4405-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_wolfssl.Tpo $(DEPDIR)/lighttpd-mod_wolfssl.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4407-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4408:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_wolfssl.obj `if test -f 'mod_wolfssl.c'; then $(CYGPATH_W) 'mod_wolfssl.c'; else $(CYGPATH_W) '$(srcdir)/mod_wolfssl.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4409-
lighttpd-1.4.56~rc7/src/Makefile.in-4410-lighttpd-mod_trigger_b4_dl.o: mod_trigger_b4_dl.c
lighttpd-1.4.56~rc7/src/Makefile.in:4411:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_trigger_b4_dl.o -MD -MP -MF $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Tpo -c -o lighttpd-mod_trigger_b4_dl.o `test -f 'mod_trigger_b4_dl.c' || echo '$(srcdir)/'`mod_trigger_b4_dl.c
lighttpd-1.4.56~rc7/src/Makefile.in-4412-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Tpo $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4414-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4415:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_trigger_b4_dl.o `test -f 'mod_trigger_b4_dl.c' || echo '$(srcdir)/'`mod_trigger_b4_dl.c
lighttpd-1.4.56~rc7/src/Makefile.in-4416-
lighttpd-1.4.56~rc7/src/Makefile.in-4417-lighttpd-mod_trigger_b4_dl.obj: mod_trigger_b4_dl.c
lighttpd-1.4.56~rc7/src/Makefile.in:4418:@am__fastdepCC_TRUE@	$(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT lighttpd-mod_trigger_b4_dl.obj -MD -MP -MF $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Tpo -c -o lighttpd-mod_trigger_b4_dl.obj `if test -f 'mod_trigger_b4_dl.c'; then $(CYGPATH_W) 'mod_trigger_b4_dl.c'; else $(CYGPATH_W) '$(srcdir)/mod_trigger_b4_dl.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4419-@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Tpo $(DEPDIR)/lighttpd-mod_trigger_b4_dl.Po
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4421-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/src/Makefile.in:4422:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(lighttpd_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o lighttpd-mod_trigger_b4_dl.obj `if test -f 'mod_trigger_b4_dl.c'; then $(CYGPATH_W) 'mod_trigger_b4_dl.c'; else $(CYGPATH_W) '$(srcdir)/mod_trigger_b4_dl.c'; fi`
lighttpd-1.4.56~rc7/src/Makefile.in-4423-
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4460-GTAGS:
lighttpd-1.4.56~rc7/src/Makefile.in:4461:	here=`$(am__cd) $(top_builddir) && pwd` \
lighttpd-1.4.56~rc7/src/Makefile.in-4462-	  && $(am__cd) $(top_srcdir) \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4493-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
lighttpd-1.4.56~rc7/src/Makefile.in:4494:	      all=`expr $$all + 1`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4495-	      case " $(XFAIL_TESTS) " in \
lighttpd-1.4.56~rc7/src/Makefile.in-4496-	      *[\ \	]$$tst[\ \	]*) \
lighttpd-1.4.56~rc7/src/Makefile.in:4497:		xpass=`expr $$xpass + 1`; \
lighttpd-1.4.56~rc7/src/Makefile.in:4498:		failed=`expr $$failed + 1`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4499-		col=$$red; res=XPASS; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4505-	    elif test $$? -ne 77; then \
lighttpd-1.4.56~rc7/src/Makefile.in:4506:	      all=`expr $$all + 1`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4507-	      case " $(XFAIL_TESTS) " in \
lighttpd-1.4.56~rc7/src/Makefile.in-4508-	      *[\ \	]$$tst[\ \	]*) \
lighttpd-1.4.56~rc7/src/Makefile.in:4509:		xfail=`expr $$xfail + 1`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4510-		col=$$lgn; res=XFAIL; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4512-	      *) \
lighttpd-1.4.56~rc7/src/Makefile.in:4513:		failed=`expr $$failed + 1`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4514-		col=$$red; res=FAIL; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4517-	    else \
lighttpd-1.4.56~rc7/src/Makefile.in:4518:	      skip=`expr $$skip + 1`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4519-	      col=$$blu; res=SKIP; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4552-	    fi; \
lighttpd-1.4.56~rc7/src/Makefile.in:4553:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
lighttpd-1.4.56~rc7/src/Makefile.in-4554-	      dashes="$$skipped"; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4558-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
lighttpd-1.4.56~rc7/src/Makefile.in:4559:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
lighttpd-1.4.56~rc7/src/Makefile.in-4560-	      dashes="$$report"; \
lighttpd-1.4.56~rc7/src/Makefile.in-4561-	  fi; \
lighttpd-1.4.56~rc7/src/Makefile.in:4562:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4563-	  if test "$$failed" -eq 0; then \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4579-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/src/Makefile.in:4580:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/src/Makefile.in:4581:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4582-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/src/Makefile.in-4593-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/src/Makefile.in:4594:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/src/Makefile.in-4595-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/src/http-header-glue.c-1748-    } else {
lighttpd-1.4.56~rc7/src/http-header-glue.c:1749:        /* set to be same as SERVER_ADDR (above) */
lighttpd-1.4.56~rc7/src/http-header-glue.c-1750-        rc |= cb(vdata, CONST_STR_LEN("SERVER_NAME"), s, strlen(s));
##############################################
lighttpd-1.4.56~rc7/src/mod_extforward.c-552-
lighttpd-1.4.56~rc7/src/mod_extforward.c:553:static int mod_extforward_set_addr(request_st * const r, plugin_data *p, const char *addr) {
lighttpd-1.4.56~rc7/src/mod_extforward.c-554-	connection * const con = r->con;
##############################################
lighttpd-1.4.56~rc7/src/mod_extforward.c-654-		const buffer *x_forwarded_proto = http_header_request_get(r, HTTP_HEADER_X_FORWARDED_PROTO, CONST_STR_LEN("X-Forwarded-Proto"));
lighttpd-1.4.56~rc7/src/mod_extforward.c:655:		if (mod_extforward_set_addr(r, p, real_remote_addr) && NULL != x_forwarded_proto) {
lighttpd-1.4.56~rc7/src/mod_extforward.c-656-			mod_extforward_set_proto(r, CONST_BUF_LEN(x_forwarded_proto));
##############################################
lighttpd-1.4.56~rc7/src/mod_extforward.c-716-     * - not checking for duplicated params in each set of params
lighttpd-1.4.56~rc7/src/mod_extforward.c:717:     * - not checking canonical form of addr (also might be obfuscated)
lighttpd-1.4.56~rc7/src/mod_extforward.c-718-     * - obfuscated tokens permitted in chain, though end of trust is expected
##############################################
lighttpd-1.4.56~rc7/src/mod_extforward.c-853-    if (-1 != ofor) {
lighttpd-1.4.56~rc7/src/mod_extforward.c:854:        /* C funcs getaddrinfo(), inet_addr() require '\0'-terminated IP str */
lighttpd-1.4.56~rc7/src/mod_extforward.c-855-        char *ipend = s+offsets[ofor+2]+offsets[ofor+3];
##############################################
lighttpd-1.4.56~rc7/src/mod_extforward.c-858-        *ipend = '\0';
lighttpd-1.4.56~rc7/src/mod_extforward.c:859:        rc = mod_extforward_set_addr(r, p, s+offsets[ofor+2]);
lighttpd-1.4.56~rc7/src/mod_extforward.c-860-        *ipend = c;
##############################################
lighttpd-1.4.56~rc7/src/fdevent.h-114-
lighttpd-1.4.56~rc7/src/fdevent.h:115:int fdevent_set_so_reuseaddr (const int fd, const int opt);
lighttpd-1.4.56~rc7/src/fdevent.h-116-
##############################################
lighttpd-1.4.56~rc7/src/fdevent.c-1088-
lighttpd-1.4.56~rc7/src/fdevent.c:1089:int fdevent_set_so_reuseaddr (const int fd, const int opt)
lighttpd-1.4.56~rc7/src/fdevent.c-1090-{
##############################################
lighttpd-1.4.56~rc7/src/request.c-236-    /* Note: not using getaddrinfo() since it does not support "[]" around IPv6
lighttpd-1.4.56~rc7/src/request.c:237:     * and is not as lenient as inet_aton() and inet_addr() for IPv4 strings.
lighttpd-1.4.56~rc7/src/request.c-238-     * Not using inet_pton() (when available) on IPv4 for similar reasons. */
##############################################
lighttpd-1.4.56~rc7/src/mod_geoip.c-219-
lighttpd-1.4.56~rc7/src/mod_geoip.c:220:        if (NULL != (returnedCountry = GeoIP_country_code_by_addr(p->conf.gi, remote_ip))) {
lighttpd-1.4.56~rc7/src/mod_geoip.c-221-            http_header_env_set(r, CONST_STR_LEN("GEOIP_COUNTRY_CODE"), returnedCountry, strlen(returnedCountry));
##############################################
lighttpd-1.4.56~rc7/src/mod_geoip.c-223-
lighttpd-1.4.56~rc7/src/mod_geoip.c:224:        if (NULL != (returnedCountry = GeoIP_country_code3_by_addr(p->conf.gi, remote_ip))) {
lighttpd-1.4.56~rc7/src/mod_geoip.c-225-            http_header_env_set(r, CONST_STR_LEN("GEOIP_COUNTRY_CODE3"), returnedCountry, strlen(returnedCountry));
##############################################
lighttpd-1.4.56~rc7/src/mod_geoip.c-227-
lighttpd-1.4.56~rc7/src/mod_geoip.c:228:        if (NULL != (returnedCountry = GeoIP_country_name_by_addr(p->conf.gi, remote_ip))) {
lighttpd-1.4.56~rc7/src/mod_geoip.c-229-            http_header_env_set(r, CONST_STR_LEN("GEOIP_COUNTRY_NAME"), returnedCountry, strlen(returnedCountry));
##############################################
lighttpd-1.4.56~rc7/src/mod_geoip.c-236-
lighttpd-1.4.56~rc7/src/mod_geoip.c:237:    if (NULL != (gir = GeoIP_record_by_addr(p->conf.gi, remote_ip))) {
lighttpd-1.4.56~rc7/src/mod_geoip.c-238-
##############################################
lighttpd-1.4.56~rc7/src/algo_xxhash.h-2206- *
lighttpd-1.4.56~rc7/src/algo_xxhash.h:2207: * Credit: large sections of the vectorial and asm source code paths
lighttpd-1.4.56~rc7/src/algo_xxhash.h-2208- *         have been contributed by @easyaspi314
##############################################
lighttpd-1.4.56~rc7/src/algo_xxhash.h-3233-         *   - use less common registers, and avoid pushing these reg into stack
lighttpd-1.4.56~rc7/src/algo_xxhash.h:3234:         * The asm hack causes Clang to assume that XXH3_kSecretPtr aliases with
lighttpd-1.4.56~rc7/src/algo_xxhash.h-3235-         * customSecret, and on aarch64, this prevented LDP from merging two
##############################################
lighttpd-1.4.56~rc7/src/algo_xxhash.h-3580-     *          STR
lighttpd-1.4.56~rc7/src/algo_xxhash.h:3581:     * By forcing loads from memory (as the asm line causes Clang to assume
lighttpd-1.4.56~rc7/src/algo_xxhash.h-3582-     * that XXH3_kSecretPtr has been changed), the pipelines are used more
##############################################
lighttpd-1.4.56~rc7/src/algo_xxhash.h-3595-    /*
lighttpd-1.4.56~rc7/src/algo_xxhash.h:3596:     * Note: in debug mode, this overrides the asm optimization
lighttpd-1.4.56~rc7/src/algo_xxhash.h-3597-     * and Clang will emit MOVK chains again.
##############################################
lighttpd-1.4.56~rc7/src/algo_xxhash.h-3604-            /*
lighttpd-1.4.56~rc7/src/algo_xxhash.h:3605:             * The asm hack causes Clang to assume that kSecretPtr aliases with
lighttpd-1.4.56~rc7/src/algo_xxhash.h-3606-             * customSecret, and on aarch64, this prevented LDP from merging two
##############################################
lighttpd-1.4.56~rc7/src/mod_maxminddb.c-406-
lighttpd-1.4.56~rc7/src/mod_maxminddb.c:407:    res = MMDB_lookup_sockaddr(pconf->mmdb, dst_addr, &rc);
lighttpd-1.4.56~rc7/src/mod_maxminddb.c-408-    if (MMDB_SUCCESS != rc || !res.found_entry) return;
##############################################
lighttpd-1.4.56~rc7/configure-45-if test -z "$BASH_VERSION$ZSH_VERSION" \
lighttpd-1.4.56~rc7/configure:46:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lighttpd-1.4.56~rc7/configure-47-  as_echo='print -r --'
lighttpd-1.4.56~rc7/configure-48-  as_echo_n='print -rn --'
lighttpd-1.4.56~rc7/configure:49:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lighttpd-1.4.56~rc7/configure-50-  as_echo='printf %s\n'
##############################################
lighttpd-1.4.56~rc7/configure-52-else
lighttpd-1.4.56~rc7/configure:53:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lighttpd-1.4.56~rc7/configure-54-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lighttpd-1.4.56~rc7/configure-62-	expr "X$arg" : "X\\(.*\\)$as_nl";
lighttpd-1.4.56~rc7/configure:63:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lighttpd-1.4.56~rc7/configure-64-      esac;
##############################################
lighttpd-1.4.56~rc7/configure-199-  eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
lighttpd-1.4.56~rc7/configure:200:  test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
lighttpd-1.4.56~rc7/configure-201-test \$(( 1 + 1 )) = 2 || exit 1
##############################################
lighttpd-1.4.56~rc7/configure-207-    PATH=/empty FPATH=/empty; export PATH FPATH
lighttpd-1.4.56~rc7/configure:208:    test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
lighttpd-1.4.56~rc7/configure:209:      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
lighttpd-1.4.56~rc7/configure-210-  if (eval "$as_required") 2>/dev/null; then :
##############################################
lighttpd-1.4.56~rc7/configure-336-      case $as_dir in #(
lighttpd-1.4.56~rc7/configure:337:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lighttpd-1.4.56~rc7/configure-338-      *) as_qdir=$as_dir;;
##############################################
lighttpd-1.4.56~rc7/configure-409-  {
lighttpd-1.4.56~rc7/configure:410:    as_val=`expr "$@" || test $? -eq 1`
lighttpd-1.4.56~rc7/configure-411-  }
##############################################
lighttpd-1.4.56~rc7/configure-416-# ----------------------------------------
lighttpd-1.4.56~rc7/configure:417:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lighttpd-1.4.56~rc7/configure-418-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lighttpd-1.4.56~rc7/configure-479-  eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
lighttpd-1.4.56~rc7/configure:480:  test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
lighttpd-1.4.56~rc7/configure-481-  # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
##############################################
lighttpd-1.4.56~rc7/configure-1015-  case $ac_option in
lighttpd-1.4.56~rc7/configure:1016:  *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
lighttpd-1.4.56~rc7/configure-1017-  *=)   ac_optarg= ;;
##############################################
lighttpd-1.4.56~rc7/configure-1059-  -disable-* | --disable-*)
lighttpd-1.4.56~rc7/configure:1060:    ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
lighttpd-1.4.56~rc7/configure-1061-    # Reject names that are not valid shell variable names.
##############################################
lighttpd-1.4.56~rc7/configure-1064-    ac_useropt_orig=$ac_useropt
lighttpd-1.4.56~rc7/configure:1065:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lighttpd-1.4.56~rc7/configure-1066-    case $ac_user_opts in
##############################################
lighttpd-1.4.56~rc7/configure-1085-  -enable-* | --enable-*)
lighttpd-1.4.56~rc7/configure:1086:    ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
lighttpd-1.4.56~rc7/configure-1087-    # Reject names that are not valid shell variable names.
##############################################
lighttpd-1.4.56~rc7/configure-1090-    ac_useropt_orig=$ac_useropt
lighttpd-1.4.56~rc7/configure:1091:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lighttpd-1.4.56~rc7/configure-1092-    case $ac_user_opts in
##############################################
lighttpd-1.4.56~rc7/configure-1289-  -with-* | --with-*)
lighttpd-1.4.56~rc7/configure:1290:    ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
lighttpd-1.4.56~rc7/configure-1291-    # Reject names that are not valid shell variable names.
##############################################
lighttpd-1.4.56~rc7/configure-1294-    ac_useropt_orig=$ac_useropt
lighttpd-1.4.56~rc7/configure:1295:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lighttpd-1.4.56~rc7/configure-1296-    case $ac_user_opts in
##############################################
lighttpd-1.4.56~rc7/configure-1305-  -without-* | --without-*)
lighttpd-1.4.56~rc7/configure:1306:    ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
lighttpd-1.4.56~rc7/configure-1307-    # Reject names that are not valid shell variable names.
##############################################
lighttpd-1.4.56~rc7/configure-1310-    ac_useropt_orig=$ac_useropt
lighttpd-1.4.56~rc7/configure:1311:    ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
lighttpd-1.4.56~rc7/configure-1312-    case $ac_user_opts in
##############################################
lighttpd-1.4.56~rc7/configure-1343-  *=*)
lighttpd-1.4.56~rc7/configure:1344:    ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
lighttpd-1.4.56~rc7/configure-1345-    # Reject names that are not valid shell variable names.
##############################################
lighttpd-1.4.56~rc7/configure-1364-if test -n "$ac_prev"; then
lighttpd-1.4.56~rc7/configure:1365:  ac_option=--`echo $ac_prev | sed 's/_/-/g'`
lighttpd-1.4.56~rc7/configure-1366-  as_fn_error $? "missing argument to $ac_option"
##############################################
lighttpd-1.4.56~rc7/configure-1386-    */ )
lighttpd-1.4.56~rc7/configure:1387:      ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
lighttpd-1.4.56~rc7/configure-1388-      eval $ac_var=\$ac_val;;
##############################################
lighttpd-1.4.56~rc7/configure-1421-ac_ls_di=`ls -di .` &&
lighttpd-1.4.56~rc7/configure:1422:ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
lighttpd-1.4.56~rc7/configure-1423-  as_fn_error $? "working directory cannot be determined"
##############################################
lighttpd-1.4.56~rc7/configure-1477-case $srcdir in
lighttpd-1.4.56~rc7/configure:1478:*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
lighttpd-1.4.56~rc7/configure-1479-esac
##############################################
lighttpd-1.4.56~rc7/configure-1520-By default, \`make install' will install all the files in
lighttpd-1.4.56~rc7/configure:1521:\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
lighttpd-1.4.56~rc7/configure:1522:an installation prefix other than \`$ac_default_prefix' using \`--prefix',
lighttpd-1.4.56~rc7/configure-1523-for instance \`--prefix=\$HOME'.
##############################################
lighttpd-1.4.56~rc7/configure-1721-*)
lighttpd-1.4.56~rc7/configure:1722:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lighttpd-1.4.56~rc7/configure-1723-  # A ".." for each directory in $ac_dir_suffix.
lighttpd-1.4.56~rc7/configure:1724:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lighttpd-1.4.56~rc7/configure-1725-  case $ac_top_builddir_sub in
##############################################
lighttpd-1.4.56~rc7/configure-2320-    *\'*)
lighttpd-1.4.56~rc7/configure:2321:      ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
lighttpd-1.4.56~rc7/configure-2322-    esac
##############################################
lighttpd-1.4.56~rc7/configure-2403-      case $ac_val in
lighttpd-1.4.56~rc7/configure:2404:      *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lighttpd-1.4.56~rc7/configure-2405-      esac
##############################################
lighttpd-1.4.56~rc7/configure-2418-	case $ac_val in
lighttpd-1.4.56~rc7/configure:2419:	*\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
lighttpd-1.4.56~rc7/configure-2420-	esac
##############################################
lighttpd-1.4.56~rc7/configure-2538-    set,)
lighttpd-1.4.56~rc7/configure:2539:      { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
lighttpd-1.4.56~rc7/configure:2540:$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
lighttpd-1.4.56~rc7/configure-2541-      ac_cache_corrupted=: ;;
##############################################
lighttpd-1.4.56~rc7/configure-2549-	# differences in whitespace do not lead to failure.
lighttpd-1.4.56~rc7/configure:2550:	ac_old_val_w=`echo x $ac_old_val`
lighttpd-1.4.56~rc7/configure:2551:	ac_new_val_w=`echo x $ac_new_val`
lighttpd-1.4.56~rc7/configure-2552-	if test "$ac_old_val_w" != "$ac_new_val_w"; then
##############################################
lighttpd-1.4.56~rc7/configure-2569-    case $ac_new_val in
lighttpd-1.4.56~rc7/configure:2570:    *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
lighttpd-1.4.56~rc7/configure-2571-    *) ac_arg=$ac_var=$ac_new_val ;;
##############################################
lighttpd-1.4.56~rc7/configure-2641-test "x$ac_build_alias" = x &&
lighttpd-1.4.56~rc7/configure:2642:  ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
lighttpd-1.4.56~rc7/configure-2643-test "x$ac_build_alias" = x &&
lighttpd-1.4.56~rc7/configure-2644-  as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
lighttpd-1.4.56~rc7/configure:2645:ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
lighttpd-1.4.56~rc7/configure-2646-  as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
##############################################
lighttpd-1.4.56~rc7/configure-2665-IFS=$ac_save_IFS
lighttpd-1.4.56~rc7/configure:2666:case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
lighttpd-1.4.56~rc7/configure-2667-
##############################################
lighttpd-1.4.56~rc7/configure-2676-else
lighttpd-1.4.56~rc7/configure:2677:  ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
lighttpd-1.4.56~rc7/configure-2678-    as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
##############################################
lighttpd-1.4.56~rc7/configure-2698-IFS=$ac_save_IFS
lighttpd-1.4.56~rc7/configure:2699:case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
lighttpd-1.4.56~rc7/configure-2700-
##############################################
lighttpd-1.4.56~rc7/configure-2821-     echo "timestamp, slept: $am_has_slept" > conftest.file
lighttpd-1.4.56~rc7/configure:2822:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lighttpd-1.4.56~rc7/configure-2823-     if test "$*" = "X"; then
lighttpd-1.4.56~rc7/configure-2824-	# -L didn't work.
lighttpd-1.4.56~rc7/configure:2825:	set X `ls -t "$srcdir/configure" conftest.file`
lighttpd-1.4.56~rc7/configure-2826-     fi
##############################################
lighttpd-1.4.56~rc7/configure-2872-ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
lighttpd-1.4.56~rc7/configure:2873:program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
lighttpd-1.4.56~rc7/configure-2874-
lighttpd-1.4.56~rc7/configure-2875-# Expand $ac_aux_dir to an absolute path.
lighttpd-1.4.56~rc7/configure:2876:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lighttpd-1.4.56~rc7/configure-2877-
##############################################
lighttpd-1.4.56~rc7/configure-3017-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
lighttpd-1.4.56~rc7/configure:3018:	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
lighttpd-1.4.56~rc7/configure-3019-	     'mkdir (GNU coreutils) '* | \
##############################################
lighttpd-1.4.56~rc7/configure-3090-set x ${MAKE-make}
lighttpd-1.4.56~rc7/configure:3091:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lighttpd-1.4.56~rc7/configure-3092-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lighttpd-1.4.56~rc7/configure-3100-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lighttpd-1.4.56~rc7/configure:3101:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lighttpd-1.4.56~rc7/configure-3102-  *@@@%%%=?*=@@@%%%*)
##############################################
lighttpd-1.4.56~rc7/configure-3166-
lighttpd-1.4.56~rc7/configure:3167:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lighttpd-1.4.56~rc7/configure-3168-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lighttpd-1.4.56~rc7/configure-3748-$as_echo_n "checking whether the C compiler works... " >&6; }
lighttpd-1.4.56~rc7/configure:3749:ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
lighttpd-1.4.56~rc7/configure-3750-
##############################################
lighttpd-1.4.56~rc7/configure-3792-	then :; else
lighttpd-1.4.56~rc7/configure:3793:	   ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lighttpd-1.4.56~rc7/configure-3794-	fi
##############################################
lighttpd-1.4.56~rc7/configure-3852-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
lighttpd-1.4.56~rc7/configure:3853:    *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
lighttpd-1.4.56~rc7/configure-3854-	  break;;
##############################################
lighttpd-1.4.56~rc7/configure-3961-    *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
lighttpd-1.4.56~rc7/configure:3962:    *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
lighttpd-1.4.56~rc7/configure-3963-       break;;
##############################################
lighttpd-1.4.56~rc7/configure-4342-  if test "$am_compiler_list" = ""; then
lighttpd-1.4.56~rc7/configure:4343:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lighttpd-1.4.56~rc7/configure-4344-  fi
##############################################
lighttpd-1.4.56~rc7/configure-5505-  if test "$am_compiler_list" = ""; then
lighttpd-1.4.56~rc7/configure:5506:     am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
lighttpd-1.4.56~rc7/configure-5507-  fi
##############################################
lighttpd-1.4.56~rc7/configure-5775-  # Check for GNU $ac_path_SED
lighttpd-1.4.56~rc7/configure:5776:case `"$ac_path_SED" --version 2>&1` in
lighttpd-1.4.56~rc7/configure-5777-*GNU*)
##############################################
lighttpd-1.4.56~rc7/configure-5851-  # Check for GNU $ac_path_GREP
lighttpd-1.4.56~rc7/configure:5852:case `"$ac_path_GREP" --version 2>&1` in
lighttpd-1.4.56~rc7/configure-5853-*GNU*)
##############################################
lighttpd-1.4.56~rc7/configure-5917-  # Check for GNU $ac_path_EGREP
lighttpd-1.4.56~rc7/configure:5918:case `"$ac_path_EGREP" --version 2>&1` in
lighttpd-1.4.56~rc7/configure-5919-*GNU*)
##############################################
lighttpd-1.4.56~rc7/configure-5984-  # Check for GNU $ac_path_FGREP
lighttpd-1.4.56~rc7/configure:5985:case `"$ac_path_FGREP" --version 2>&1` in
lighttpd-1.4.56~rc7/configure-5986-*GNU*)
##############################################
lighttpd-1.4.56~rc7/configure-6055-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
lighttpd-1.4.56~rc7/configure:6056:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
lighttpd-1.4.56~rc7/configure-6057-  ECHO='print -r --'
lighttpd-1.4.56~rc7/configure:6058:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
lighttpd-1.4.56~rc7/configure-6059-  ECHO='printf %s\n'
##############################################
lighttpd-1.4.56~rc7/configure-6116-    # gcc leaves a trailing carriage return, which upsets mingw
lighttpd-1.4.56~rc7/configure:6117:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lighttpd-1.4.56~rc7/configure-6118-  *)
lighttpd-1.4.56~rc7/configure:6119:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lighttpd-1.4.56~rc7/configure-6120-  esac
##############################################
lighttpd-1.4.56~rc7/configure-6125-      # Canonicalize the pathname of ld
lighttpd-1.4.56~rc7/configure:6126:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lighttpd-1.4.56~rc7/configure-6127-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lighttpd-1.4.56~rc7/configure:6128:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lighttpd-1.4.56~rc7/configure-6129-      done
##############################################
lighttpd-1.4.56~rc7/configure-6160-      # Break only if it was the GNU/non-GNU ld that we prefer.
lighttpd-1.4.56~rc7/configure:6161:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lighttpd-1.4.56~rc7/configure-6162-      *GNU* | *'with BFD'*)
##############################################
lighttpd-1.4.56~rc7/configure-6191-  # I'd rather use --version here, but apparently some GNU lds only accept -v.
lighttpd-1.4.56~rc7/configure:6192:case `$LD -v 2>&1 </dev/null` in
lighttpd-1.4.56~rc7/configure-6193-*GNU* | *'with BFD'*)
##############################################
lighttpd-1.4.56~rc7/configure-6353-set x ${MAKE-make}
lighttpd-1.4.56~rc7/configure:6354:ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
lighttpd-1.4.56~rc7/configure-6355-if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
##############################################
lighttpd-1.4.56~rc7/configure-6363-# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
lighttpd-1.4.56~rc7/configure:6364:case `${MAKE-make} -f conftest.make 2>/dev/null` in
lighttpd-1.4.56~rc7/configure-6365-  *@@@%%%=?*=@@@%%%*)
##############################################
lighttpd-1.4.56~rc7/configure-6500-do :
lighttpd-1.4.56~rc7/configure:6501:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lighttpd-1.4.56~rc7/configure-6502-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
##############################################
lighttpd-1.4.56~rc7/configure-6505-  cat >>confdefs.h <<_ACEOF
lighttpd-1.4.56~rc7/configure:6506:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lighttpd-1.4.56~rc7/configure-6507-_ACEOF
##############################################
lighttpd-1.4.56~rc7/configure-6908-	esac
lighttpd-1.4.56~rc7/configure:6909:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
lighttpd-1.4.56~rc7/configure-6910-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
lighttpd-1.4.56~rc7/configure-6914-	*)
lighttpd-1.4.56~rc7/configure:6915:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lighttpd-1.4.56~rc7/configure-6916-	  */dev/null*)
##############################################
lighttpd-1.4.56~rc7/configure-7042-
lighttpd-1.4.56~rc7/configure:7043:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
lighttpd-1.4.56~rc7/configure-7044-    *COFF*)
##############################################
lighttpd-1.4.56~rc7/configure-7154-    # And add a safety zone
lighttpd-1.4.56~rc7/configure:7155:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lighttpd-1.4.56~rc7/configure:7156:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lighttpd-1.4.56~rc7/configure-7157-    ;;
##############################################
lighttpd-1.4.56~rc7/configure-7187-    if test -n "$kargmax"; then
lighttpd-1.4.56~rc7/configure:7188:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[	 ]//'`
lighttpd-1.4.56~rc7/configure-7189-    else
##############################################
lighttpd-1.4.56~rc7/configure-7196-       test undefined != "$lt_cv_sys_max_cmd_len"; then
lighttpd-1.4.56~rc7/configure:7197:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lighttpd-1.4.56~rc7/configure:7198:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lighttpd-1.4.56~rc7/configure-7199-    else
##############################################
lighttpd-1.4.56~rc7/configure-7208-      # we can't tell.
lighttpd-1.4.56~rc7/configure:7209:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
lighttpd-1.4.56~rc7/configure-7210-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
lighttpd-1.4.56~rc7/configure-7212-      do
lighttpd-1.4.56~rc7/configure:7213:        i=`expr $i + 1`
lighttpd-1.4.56~rc7/configure-7214-        teststring=$teststring$teststring
##############################################
lighttpd-1.4.56~rc7/configure-7216-      # Only check the string length outside the loop.
lighttpd-1.4.56~rc7/configure:7217:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
lighttpd-1.4.56~rc7/configure-7218-      teststring=
##############################################
lighttpd-1.4.56~rc7/configure-7221-      # linker.  It appears as though 1/2 is a usable value.
lighttpd-1.4.56~rc7/configure:7222:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lighttpd-1.4.56~rc7/configure-7223-    fi
##############################################
lighttpd-1.4.56~rc7/configure-7632-openbsd* | bitrig*)
lighttpd-1.4.56~rc7/configure:7633:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lighttpd-1.4.56~rc7/configure-7634-    lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
##############################################
lighttpd-1.4.56~rc7/configure-7702-    else
lighttpd-1.4.56~rc7/configure:7703:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
lighttpd-1.4.56~rc7/configure-7704-    fi
##############################################
lighttpd-1.4.56~rc7/configure-7847-  # decide which one to use based on capabilities of $DLLTOOL
lighttpd-1.4.56~rc7/configure:7848:  case `$DLLTOOL --help 2>&1` in
lighttpd-1.4.56~rc7/configure-7849-  *--identify-strict*)
##############################################
lighttpd-1.4.56~rc7/configure-8368-# If we're using GNU nm, then use its standard symbol codes.
lighttpd-1.4.56~rc7/configure:8369:case `$NM -V 2>&1` in
lighttpd-1.4.56~rc7/configure-8370-*GNU* | *'with BFD'*)
##############################################
lighttpd-1.4.56~rc7/configure-8416-mingw*)
lighttpd-1.4.56~rc7/configure:8417:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
lighttpd-1.4.56~rc7/configure-8418-  ;;
##############################################
lighttpd-1.4.56~rc7/configure-8648-   if test yes = "$GCC"; then
lighttpd-1.4.56~rc7/configure:8649:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
lighttpd-1.4.56~rc7/configure-8650-   fi
##############################################
lighttpd-1.4.56~rc7/configure-8652- /*)
lighttpd-1.4.56~rc7/configure:8653:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
lighttpd-1.4.56~rc7/configure-8654-   ;; #(
##############################################
lighttpd-1.4.56~rc7/configure-8747-    done
lighttpd-1.4.56~rc7/configure:8748:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lighttpd-1.4.56~rc7/configure-8749-}
##############################################
lighttpd-1.4.56~rc7/configure-8769-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:8770:    case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/configure-8771-      *ELF-32*)
##############################################
lighttpd-1.4.56~rc7/configure-8790-    if test yes = "$lt_cv_prog_gnu_ld"; then
lighttpd-1.4.56~rc7/configure:8791:      case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/configure-8792-	*32-bit*)
##############################################
lighttpd-1.4.56~rc7/configure-8802-    else
lighttpd-1.4.56~rc7/configure:8803:      case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/configure-8804-	*32-bit*)
##############################################
lighttpd-1.4.56~rc7/configure-8828-    emul=elf
lighttpd-1.4.56~rc7/configure:8829:    case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/configure-8830-      *32-bit*)
##############################################
lighttpd-1.4.56~rc7/configure-8836-    esac
lighttpd-1.4.56~rc7/configure:8837:    case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/configure-8838-      *MSB*)
##############################################
lighttpd-1.4.56~rc7/configure-8844-    esac
lighttpd-1.4.56~rc7/configure:8845:    case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/configure-8846-      *N32*)
##############################################
lighttpd-1.4.56~rc7/configure-9777-    *:)
lighttpd-1.4.56~rc7/configure:9778:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
lighttpd-1.4.56~rc7/configure-9779-        ;;
lighttpd-1.4.56~rc7/configure-9780-    x:*)
lighttpd-1.4.56~rc7/configure:9781:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
lighttpd-1.4.56~rc7/configure-9782-        ;;
lighttpd-1.4.56~rc7/configure-9783-    *::*)
lighttpd-1.4.56~rc7/configure:9784:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lighttpd-1.4.56~rc7/configure:9785:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
lighttpd-1.4.56~rc7/configure-9786-        ;;
lighttpd-1.4.56~rc7/configure-9787-    *)
lighttpd-1.4.56~rc7/configure:9788:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
lighttpd-1.4.56~rc7/configure-9789-        ;;
##############################################
lighttpd-1.4.56~rc7/configure-10080-	"file_magic "*)
lighttpd-1.4.56~rc7/configure:10081:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lighttpd-1.4.56~rc7/configure-10082-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lighttpd-1.4.56~rc7/configure-10146-	"file_magic "*)
lighttpd-1.4.56~rc7/configure:10147:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lighttpd-1.4.56~rc7/configure-10148-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lighttpd-1.4.56~rc7/configure-10544-      *)
lighttpd-1.4.56~rc7/configure:10545:	case `$CC -V 2>&1 | sed 5q` in
lighttpd-1.4.56~rc7/configure-10546-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
##############################################
lighttpd-1.4.56~rc7/configure-10990-	# shared libraries, regardless of the interface used.
lighttpd-1.4.56~rc7/configure:10991:	case `$LD -v 2>&1` in
lighttpd-1.4.56~rc7/configure-10992-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
lighttpd-1.4.56~rc7/configure-11022-    supports_anon_versioning=no
lighttpd-1.4.56~rc7/configure:11023:    case `$LD -v | $SED -e 's/(^)\+)\s\+//' 2>&1` in
lighttpd-1.4.56~rc7/configure-11024-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
lighttpd-1.4.56~rc7/configure-11091-	# is; otherwise, prepend EXPORTS...
lighttpd-1.4.56~rc7/configure:11092:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
lighttpd-1.4.56~rc7/configure-11093-          cp $export_symbols $output_objdir/$soname.def;
##############################################
lighttpd-1.4.56~rc7/configure-11125-	prefix_cmds="$SED"~
lighttpd-1.4.56~rc7/configure:11126:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lighttpd-1.4.56~rc7/configure-11127-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lighttpd-1.4.56~rc7/configure-11147-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lighttpd-1.4.56~rc7/configure:11148:      archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-h,$soname $wl--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
lighttpd-1.4.56~rc7/configure:11149:      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'
lighttpd-1.4.56~rc7/configure-11150-      ;;
##############################################
lighttpd-1.4.56~rc7/configure-11165-        pgcc*)				# Portland Group C compiler
lighttpd-1.4.56~rc7/configure:11166:	  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'
lighttpd-1.4.56~rc7/configure-11167-	  tmp_addflag=' $pic_flag'
##############################################
lighttpd-1.4.56~rc7/configure-11170-					# Portland Group f77 and f90 compilers
lighttpd-1.4.56~rc7/configure:11171:	  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'
lighttpd-1.4.56~rc7/configure-11172-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
lighttpd-1.4.56~rc7/configure-11187-	nvcc*)	# Cuda Compiler Driver 2.2
lighttpd-1.4.56~rc7/configure:11188:	  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'
lighttpd-1.4.56~rc7/configure-11189-	  compiler_needs_object=yes
##############################################
lighttpd-1.4.56~rc7/configure-11191-	esac
lighttpd-1.4.56~rc7/configure:11192:	case `$CC -V 2>&1 | sed 5q` in
lighttpd-1.4.56~rc7/configure-11193-	*Sun\ C*)			# Sun C 5.9
lighttpd-1.4.56~rc7/configure:11194:	  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'
lighttpd-1.4.56~rc7/configure-11195-	  compiler_needs_object=yes
##############################################
lighttpd-1.4.56~rc7/configure-11262-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lighttpd-1.4.56~rc7/configure:11263:      case `$LD -v 2>&1` in
lighttpd-1.4.56~rc7/configure-11264-        *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
##############################################
lighttpd-1.4.56~rc7/configure-11351-	else
lighttpd-1.4.56~rc7/configure:11352:	  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'
lighttpd-1.4.56~rc7/configure-11353-	fi
##############################################
lighttpd-1.4.56~rc7/configure-11416-	# below for broken collect2 doesn't work under 4.3+
lighttpd-1.4.56~rc7/configure:11417:	  collect2name=`$CC -print-prog-name=collect2`
lighttpd-1.4.56~rc7/configure-11418-	  if test -f "$collect2name" &&
##############################################
lighttpd-1.4.56~rc7/configure-11496-      }'
lighttpd-1.4.56~rc7/configure:11497:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lighttpd-1.4.56~rc7/configure-11498-  # Check for a 64-bit object if we didn't find anything.
lighttpd-1.4.56~rc7/configure-11499-  if test -z "$lt_cv_aix_libpath_"; then
lighttpd-1.4.56~rc7/configure:11500:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lighttpd-1.4.56~rc7/configure-11501-  fi
##############################################
lighttpd-1.4.56~rc7/configure-11514-        hardcode_libdir_flag_spec='$wl-blibpath:$libdir:'"$aix_libpath"
lighttpd-1.4.56~rc7/configure:11515:        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
lighttpd-1.4.56~rc7/configure-11516-      else
##############################################
lighttpd-1.4.56~rc7/configure-11549-      }'
lighttpd-1.4.56~rc7/configure:11550:  lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lighttpd-1.4.56~rc7/configure-11551-  # Check for a 64-bit object if we didn't find anything.
lighttpd-1.4.56~rc7/configure-11552-  if test -z "$lt_cv_aix_libpath_"; then
lighttpd-1.4.56~rc7/configure:11553:    lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lighttpd-1.4.56~rc7/configure-11554-  fi
##############################################
lighttpd-1.4.56~rc7/configure-11581-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
lighttpd-1.4.56~rc7/configure:11582:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([, ]\\)%-berok\\1%g"`'
lighttpd-1.4.56~rc7/configure-11583-	  if test svr4 != "$with_aix_soname"; then
##############################################
lighttpd-1.4.56~rc7/configure-11634-	archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~linknames='
lighttpd-1.4.56~rc7/configure:11635:	archive_expsym_cmds='if   test DEF = "`$SED -n     -e '\''s/^[	 ]*//'\''     -e '\''/^\(;.*\)*$/d'\''     -e '\''s/^\(EXPORTS\|LIBRARY\)\([	 ].*\)*$/DEF/p'\''     -e q     $export_symbols`" ; then
lighttpd-1.4.56~rc7/configure-11636-            cp "$export_symbols" "$output_objdir/$soname.def";
##############################################
lighttpd-1.4.56~rc7/configure-11672-	# FIXME: Setting linknames here is a bad hack.
lighttpd-1.4.56~rc7/configure:11673:	archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
lighttpd-1.4.56~rc7/configure-11674-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
lighttpd-1.4.56~rc7/configure-11690-  if test yes = "$lt_cv_ld_force_load"; then
lighttpd-1.4.56~rc7/configure:11691:    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\"`'
lighttpd-1.4.56~rc7/configure-11692-
##############################################
lighttpd-1.4.56~rc7/configure-11870-      if test yes = "$GCC"; then
lighttpd-1.4.56~rc7/configure:11871:	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'
lighttpd-1.4.56~rc7/configure-11872-	# Try to use the -exported_symbol ld option, if it does not
##############################################
lighttpd-1.4.56~rc7/configure-11898-	if test yes = "$lt_cv_irix_exported_symbol"; then
lighttpd-1.4.56~rc7/configure:11899:          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'
lighttpd-1.4.56~rc7/configure-11900-	fi
lighttpd-1.4.56~rc7/configure-11901-      else
lighttpd-1.4.56~rc7/configure:11902:	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'
lighttpd-1.4.56~rc7/configure:11903:	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'
lighttpd-1.4.56~rc7/configure-11904-      fi
##############################################
lighttpd-1.4.56~rc7/configure-11948-	hardcode_direct_absolute=yes
lighttpd-1.4.56~rc7/configure:11949:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lighttpd-1.4.56~rc7/configure-11950-	  archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lighttpd-1.4.56~rc7/configure-11979-	prefix_cmds="$SED"~
lighttpd-1.4.56~rc7/configure:11980:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lighttpd-1.4.56~rc7/configure-11981-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lighttpd-1.4.56~rc7/configure-11993-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
lighttpd-1.4.56~rc7/configure:11994:	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'
lighttpd-1.4.56~rc7/configure-11995-      else
lighttpd-1.4.56~rc7/configure-11996-	allow_undefined_flag=' -expect_unresolved \*'
lighttpd-1.4.56~rc7/configure:11997:	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'
lighttpd-1.4.56~rc7/configure-11998-      fi
##############################################
lighttpd-1.4.56~rc7/configure-12006-	allow_undefined_flag=' $wl-expect_unresolved $wl\*'
lighttpd-1.4.56~rc7/configure:12007:	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'
lighttpd-1.4.56~rc7/configure-12008-	hardcode_libdir_flag_spec='$wl-rpath $wl$libdir'
##############################################
lighttpd-1.4.56~rc7/configure-12010-	allow_undefined_flag=' -expect_unresolved \*'
lighttpd-1.4.56~rc7/configure:12011:	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'
lighttpd-1.4.56~rc7/configure:12012:	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~
lighttpd-1.4.56~rc7/configure:12013:          $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'
lighttpd-1.4.56~rc7/configure-12014-
##############################################
lighttpd-1.4.56~rc7/configure-12029-      else
lighttpd-1.4.56~rc7/configure:12030:	case `$CC -V 2>&1` in
lighttpd-1.4.56~rc7/configure-12031-	*"Compilers 5.0"*)
##############################################
lighttpd-1.4.56~rc7/configure-12428-  esac
lighttpd-1.4.56~rc7/configure:12429:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
lighttpd-1.4.56~rc7/configure-12430-  case $lt_search_path_spec in
##############################################
lighttpd-1.4.56~rc7/configure-12435-    # okay in the real world where ";" in dirpaths is itself problematic.
lighttpd-1.4.56~rc7/configure:12436:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
lighttpd-1.4.56~rc7/configure-12437-    ;;
lighttpd-1.4.56~rc7/configure-12438-  *)
lighttpd-1.4.56~rc7/configure:12439:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
lighttpd-1.4.56~rc7/configure-12440-    ;;
##############################################
lighttpd-1.4.56~rc7/configure-12444-  lt_tmp_lt_search_path_spec=
lighttpd-1.4.56~rc7/configure:12445:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
lighttpd-1.4.56~rc7/configure-12446-  # ...but if some path component already ends with the multilib dir we assume
##############################################
lighttpd-1.4.56~rc7/configure-12486-  esac
lighttpd-1.4.56~rc7/configure:12487:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
lighttpd-1.4.56~rc7/configure-12488-else
##############################################
lighttpd-1.4.56~rc7/configure-12626-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lighttpd-1.4.56~rc7/configure:12627:    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'
lighttpd-1.4.56~rc7/configure-12628-    ;;
##############################################
lighttpd-1.4.56~rc7/configure-12662-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lighttpd-1.4.56~rc7/configure:12663:    postinstall_cmds='base_file=`basename \$file`~
lighttpd-1.4.56~rc7/configure:12664:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lighttpd-1.4.56~rc7/configure:12665:      dldir=$destdir/`dirname \$dlpath`~
lighttpd-1.4.56~rc7/configure-12666-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lighttpd-1.4.56~rc7/configure-12671-      fi'
lighttpd-1.4.56~rc7/configure:12672:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lighttpd-1.4.56~rc7/configure-12673-      dlpath=$dir/\$dldll~
##############################################
lighttpd-1.4.56~rc7/configure-12679-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lighttpd-1.4.56~rc7/configure:12680:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lighttpd-1.4.56~rc7/configure-12681-
##############################################
lighttpd-1.4.56~rc7/configure-12685-      # MinGW DLLs use traditional 'lib' prefix
lighttpd-1.4.56~rc7/configure:12686:      soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lighttpd-1.4.56~rc7/configure-12687-      ;;
##############################################
lighttpd-1.4.56~rc7/configure-12689-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lighttpd-1.4.56~rc7/configure:12690:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lighttpd-1.4.56~rc7/configure-12691-      ;;
##############################################
lighttpd-1.4.56~rc7/configure-12698-    libname_spec='$name'
lighttpd-1.4.56~rc7/configure:12699:    soname_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext'
lighttpd-1.4.56~rc7/configure-12700-    library_names_spec='$libname.dll.lib'
##############################################
lighttpd-1.4.56~rc7/configure-12710-        # Let DOS variable expansion print the short 8.3 style file name.
lighttpd-1.4.56~rc7/configure:12711:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lighttpd-1.4.56~rc7/configure-12712-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lighttpd-1.4.56~rc7/configure-12715-      # Convert to MSYS style.
lighttpd-1.4.56~rc7/configure:12716:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
lighttpd-1.4.56~rc7/configure-12717-      ;;
##############################################
lighttpd-1.4.56~rc7/configure-12721-      # like /cygdrive/c/PROGRA~1:/cygdr...
lighttpd-1.4.56~rc7/configure:12722:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lighttpd-1.4.56~rc7/configure:12723:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lighttpd-1.4.56~rc7/configure:12724:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lighttpd-1.4.56~rc7/configure-12725-      ;;
##############################################
lighttpd-1.4.56~rc7/configure-12729-        # It is most probably a Windows format PATH.
lighttpd-1.4.56~rc7/configure:12730:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lighttpd-1.4.56~rc7/configure-12731-      else
lighttpd-1.4.56~rc7/configure:12732:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lighttpd-1.4.56~rc7/configure-12733-      fi
##############################################
lighttpd-1.4.56~rc7/configure-12739-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lighttpd-1.4.56~rc7/configure:12740:    postinstall_cmds='base_file=`basename \$file`~
lighttpd-1.4.56~rc7/configure:12741:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lighttpd-1.4.56~rc7/configure:12742:      dldir=$destdir/`dirname \$dlpath`~
lighttpd-1.4.56~rc7/configure-12743-      test -d \$dldir || mkdir -p \$dldir~
lighttpd-1.4.56~rc7/configure-12744-      $install_prog $dir/$dlname \$dldir/$dlname'
lighttpd-1.4.56~rc7/configure:12745:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lighttpd-1.4.56~rc7/configure-12746-      dlpath=$dir/\$dldll~
##############################################
lighttpd-1.4.56~rc7/configure-12753-    # Assume MSVC wrapper
lighttpd-1.4.56~rc7/configure:12754:    library_names_spec='$libname`echo $release | $SED -e 's/[.]/-/g'`$versuffix$shared_ext $libname.lib'
lighttpd-1.4.56~rc7/configure-12755-    dynamic_linker='Win32 ld.exe'
##############################################
lighttpd-1.4.56~rc7/configure-12770-  shlibpath_var=DYLD_LIBRARY_PATH
lighttpd-1.4.56~rc7/configure:12771:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lighttpd-1.4.56~rc7/configure-12772-
##############################################
lighttpd-1.4.56~rc7/configure-13026-  if test -f /etc/ld.so.conf; then
lighttpd-1.4.56~rc7/configure:13027:    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' ' '`
lighttpd-1.4.56~rc7/configure-13028-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
lighttpd-1.4.56~rc7/configure-13080-  need_lib_prefix=no
lighttpd-1.4.56~rc7/configure:13081:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lighttpd-1.4.56~rc7/configure-13082-    need_version=no
##############################################
lighttpd-1.4.56~rc7/configure-13107-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
lighttpd-1.4.56~rc7/configure:13108:  postinstall_cmds='base_file=`basename \$file`~
lighttpd-1.4.56~rc7/configure:13109:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
lighttpd-1.4.56~rc7/configure:13110:    dldir=$destdir/`dirname \$dlpath`~
lighttpd-1.4.56~rc7/configure-13111-    test -d \$dldir || mkdir -p \$dldir~
##############################################
lighttpd-1.4.56~rc7/configure-13116-    fi'
lighttpd-1.4.56~rc7/configure:13117:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
lighttpd-1.4.56~rc7/configure-13118-    dlpath=$dir/\$dldll~
##############################################
lighttpd-1.4.56~rc7/configure-14228-do :
lighttpd-1.4.56~rc7/configure:14229:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lighttpd-1.4.56~rc7/configure-14230-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lighttpd-1.4.56~rc7/configure-14232-  cat >>confdefs.h <<_ACEOF
lighttpd-1.4.56~rc7/configure:14233:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lighttpd-1.4.56~rc7/configure-14234-_ACEOF
##############################################
lighttpd-1.4.56~rc7/configure-14967-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:14968:  pkg_cv_LIBEV_CFLAGS=`$PKG_CONFIG --cflags "libev" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-14969-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-14984-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:14985:  pkg_cv_LIBEV_LIBS=`$PKG_CONFIG --libs "libev" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-14986-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15005-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:15006:	        LIBEV_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libev" 2>&1`
lighttpd-1.4.56~rc7/configure-15007-        else
lighttpd-1.4.56~rc7/configure:15008:	        LIBEV_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libev" 2>&1`
lighttpd-1.4.56~rc7/configure-15009-        fi
##############################################
lighttpd-1.4.56~rc7/configure-15202-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:15203:  pkg_cv_MYSQL_CFLAGS=`$PKG_CONFIG --cflags "mariadb" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-15204-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15219-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:15220:  pkg_cv_MYSQL_LIBS=`$PKG_CONFIG --libs "mariadb" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-15221-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15240-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:15241:	        MYSQL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mariadb" 2>&1`
lighttpd-1.4.56~rc7/configure-15242-        else
lighttpd-1.4.56~rc7/configure:15243:	        MYSQL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mariadb" 2>&1`
lighttpd-1.4.56~rc7/configure-15244-        fi
##############################################
lighttpd-1.4.56~rc7/configure-15262-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:15263:  pkg_cv_MYSQL_CFLAGS=`$PKG_CONFIG --cflags "mysqlclient" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-15264-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15279-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:15280:  pkg_cv_MYSQL_LIBS=`$PKG_CONFIG --libs "mysqlclient" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-15281-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15300-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:15301:	        MYSQL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mysqlclient" 2>&1`
lighttpd-1.4.56~rc7/configure-15302-        else
lighttpd-1.4.56~rc7/configure:15303:	        MYSQL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mysqlclient" 2>&1`
lighttpd-1.4.56~rc7/configure-15304-        fi
##############################################
lighttpd-1.4.56~rc7/configure-15422-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:15423:  pkg_cv_MYSQL_CFLAGS=`$PKG_CONFIG --cflags "mysqlclient" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-15424-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15439-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:15440:  pkg_cv_MYSQL_LIBS=`$PKG_CONFIG --libs "mysqlclient" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-15441-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15460-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:15461:	        MYSQL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "mysqlclient" 2>&1`
lighttpd-1.4.56~rc7/configure-15462-        else
lighttpd-1.4.56~rc7/configure:15463:	        MYSQL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "mysqlclient" 2>&1`
lighttpd-1.4.56~rc7/configure-15464-        fi
##############################################
lighttpd-1.4.56~rc7/configure-15586-    if "$MYSQL_CONFIG" | grep -- '--include' > /dev/null ; then
lighttpd-1.4.56~rc7/configure:15587:      MYSQL_CFLAGS=`"$MYSQL_CONFIG" --include | sed s/\'//g`
lighttpd-1.4.56~rc7/configure-15588-    else
lighttpd-1.4.56~rc7/configure:15589:      MYSQL_CFLAGS=`"$MYSQL_CONFIG" --cflags | sed s/\'//g`
lighttpd-1.4.56~rc7/configure-15590-    fi
lighttpd-1.4.56~rc7/configure:15591:    MYSQL_LIBS=`"$MYSQL_CONFIG" --libs | sed s/\'//g`
lighttpd-1.4.56~rc7/configure-15592-  fi
##############################################
lighttpd-1.4.56~rc7/configure-15654-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:15655:  pkg_cv_PGSQL_CFLAGS=`$PKG_CONFIG --cflags "libpq" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-15656-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15671-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:15672:  pkg_cv_PGSQL_LIBS=`$PKG_CONFIG --libs "libpq" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-15673-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-15692-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:15693:	        PGSQL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libpq" 2>&1`
lighttpd-1.4.56~rc7/configure-15694-        else
lighttpd-1.4.56~rc7/configure:15695:	        PGSQL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libpq" 2>&1`
lighttpd-1.4.56~rc7/configure-15696-        fi
##############################################
lighttpd-1.4.56~rc7/configure-15807-
lighttpd-1.4.56~rc7/configure:15808:    PGSQL_CFLAGS="-I`"$PGSQL_CONFIG" --includedir`"
lighttpd-1.4.56~rc7/configure:15809:    PGSQL_LIBS="-L`"$PGSQL_CONFIG" --libdir` -lpq"
lighttpd-1.4.56~rc7/configure-15810-  fi
##############################################
lighttpd-1.4.56~rc7/configure-16498-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:16499:  pkg_cv_LIBUNWIND_CFLAGS=`$PKG_CONFIG --cflags "libunwind" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-16500-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-16515-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:16516:  pkg_cv_LIBUNWIND_LIBS=`$PKG_CONFIG --libs "libunwind" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-16517-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-16536-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:16537:	        LIBUNWIND_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libunwind" 2>&1`
lighttpd-1.4.56~rc7/configure-16538-        else
lighttpd-1.4.56~rc7/configure:16539:	        LIBUNWIND_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libunwind" 2>&1`
lighttpd-1.4.56~rc7/configure-16540-        fi
##############################################
lighttpd-1.4.56~rc7/configure-16948-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:16949:  pkg_cv_WOLFSSL_CFLAGS=`$PKG_CONFIG --cflags "wolfssl" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-16950-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-16965-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:16966:  pkg_cv_WOLFSSL_LIBS=`$PKG_CONFIG --libs "wolfssl" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-16967-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-16986-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:16987:	        WOLFSSL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "wolfssl" 2>&1`
lighttpd-1.4.56~rc7/configure-16988-        else
lighttpd-1.4.56~rc7/configure:16989:	        WOLFSSL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "wolfssl" 2>&1`
lighttpd-1.4.56~rc7/configure-16990-        fi
##############################################
lighttpd-1.4.56~rc7/configure-17421-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:17422:  pkg_cv_GNUTLS_CFLAGS=`$PKG_CONFIG --cflags "gnutls >= 3.3.0" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-17423-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-17438-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:17439:  pkg_cv_GNUTLS_LIBS=`$PKG_CONFIG --libs "gnutls >= 3.3.0" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-17440-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-17459-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:17460:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gnutls >= 3.3.0" 2>&1`
lighttpd-1.4.56~rc7/configure-17461-        else
lighttpd-1.4.56~rc7/configure:17462:	        GNUTLS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gnutls >= 3.3.0" 2>&1`
lighttpd-1.4.56~rc7/configure-17463-        fi
##############################################
lighttpd-1.4.56~rc7/configure-17563-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:17564:  pkg_cv_NSS_CFLAGS=`$PKG_CONFIG --cflags "nss" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-17565-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-17580-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:17581:  pkg_cv_NSS_LIBS=`$PKG_CONFIG --libs "nss" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-17582-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-17601-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:17602:	        NSS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "nss" 2>&1`
lighttpd-1.4.56~rc7/configure-17603-        else
lighttpd-1.4.56~rc7/configure:17604:	        NSS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "nss" 2>&1`
lighttpd-1.4.56~rc7/configure-17605-        fi
##############################################
lighttpd-1.4.56~rc7/configure-17719-    if test -n "$PCRECONFIG"; then
lighttpd-1.4.56~rc7/configure:17720:      PCRE_LIB=`"$PCRECONFIG" --libs`
lighttpd-1.4.56~rc7/configure:17721:      CPPFLAGS="$CPPFLAGS `"$PCRECONFIG" --cflags`"
lighttpd-1.4.56~rc7/configure-17722-    fi
##############################################
lighttpd-1.4.56~rc7/configure-17951-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:17952:  pkg_cv_BROTLI_CFLAGS=`$PKG_CONFIG --cflags "libbrotlienc" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-17953-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-17968-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:17969:  pkg_cv_BROTLI_LIBS=`$PKG_CONFIG --libs "libbrotlienc" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-17970-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-17989-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:17990:	        BROTLI_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libbrotlienc" 2>&1`
lighttpd-1.4.56~rc7/configure-17991-        else
lighttpd-1.4.56~rc7/configure:17992:	        BROTLI_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libbrotlienc" 2>&1`
lighttpd-1.4.56~rc7/configure-17993-        fi
##############################################
lighttpd-1.4.56~rc7/configure-18113-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:18114:  pkg_cv_FAM_CFLAGS=`$PKG_CONFIG --cflags "gamin >= 0.1.0" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-18115-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-18130-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:18131:  pkg_cv_FAM_LIBS=`$PKG_CONFIG --libs "gamin >= 0.1.0" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-18132-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-18151-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:18152:	        FAM_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gamin >= 0.1.0" 2>&1`
lighttpd-1.4.56~rc7/configure-18153-        else
lighttpd-1.4.56~rc7/configure:18154:	        FAM_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gamin >= 0.1.0" 2>&1`
lighttpd-1.4.56~rc7/configure-18155-        fi
##############################################
lighttpd-1.4.56~rc7/configure-18275-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:18276:  pkg_cv_XML_CFLAGS=`$PKG_CONFIG --cflags "libxml-2.0" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-18277-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-18292-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:18293:  pkg_cv_XML_LIBS=`$PKG_CONFIG --libs "libxml-2.0" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-18294-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-18313-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:18314:	        XML_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxml-2.0" 2>&1`
lighttpd-1.4.56~rc7/configure-18315-        else
lighttpd-1.4.56~rc7/configure:18316:	        XML_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxml-2.0" 2>&1`
lighttpd-1.4.56~rc7/configure-18317-        fi
##############################################
lighttpd-1.4.56~rc7/configure-18383-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:18384:  pkg_cv_SQLITE_CFLAGS=`$PKG_CONFIG --cflags "sqlite3" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-18385-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-18400-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:18401:  pkg_cv_SQLITE_LIBS=`$PKG_CONFIG --libs "sqlite3" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-18402-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-18421-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:18422:	        SQLITE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sqlite3" 2>&1`
lighttpd-1.4.56~rc7/configure-18423-        else
lighttpd-1.4.56~rc7/configure:18424:	        SQLITE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sqlite3" 2>&1`
lighttpd-1.4.56~rc7/configure-18425-        fi
##############################################
lighttpd-1.4.56~rc7/configure-18604-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:18605:  pkg_cv_XXHASH_CFLAGS=`$PKG_CONFIG --cflags "libxxhash" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-18606-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-18621-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:18622:  pkg_cv_XXHASH_LIBS=`$PKG_CONFIG --libs "libxxhash" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-18623-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-18642-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:18643:	        XXHASH_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libxxhash" 2>&1`
lighttpd-1.4.56~rc7/configure-18644-        else
lighttpd-1.4.56~rc7/configure:18645:	        XXHASH_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libxxhash" 2>&1`
lighttpd-1.4.56~rc7/configure-18646-        fi
##############################################
lighttpd-1.4.56~rc7/configure-18811-#endif
lighttpd-1.4.56~rc7/configure:18812:char GeoIP_country_name_by_addr ();
lighttpd-1.4.56~rc7/configure-18813-int
##############################################
lighttpd-1.4.56~rc7/configure-18815-{
lighttpd-1.4.56~rc7/configure:18816:return GeoIP_country_name_by_addr ();
lighttpd-1.4.56~rc7/configure-18817-  ;
##############################################
lighttpd-1.4.56~rc7/configure-19110-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:19111:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "$WITH_LUA >= 5.1" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-19112-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-19127-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:19128:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "$WITH_LUA >= 5.1" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-19129-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-19148-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:19149:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$WITH_LUA >= 5.1" 2>&1`
lighttpd-1.4.56~rc7/configure-19150-        else
lighttpd-1.4.56~rc7/configure:19151:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$WITH_LUA >= 5.1" 2>&1`
lighttpd-1.4.56~rc7/configure-19152-        fi
##############################################
lighttpd-1.4.56~rc7/configure-19192-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:19193:  pkg_cv_LUA_CFLAGS=`$PKG_CONFIG --cflags "$luaname >= 5.1" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-19194-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-19209-  test $ac_status = 0; }; then
lighttpd-1.4.56~rc7/configure:19210:  pkg_cv_LUA_LIBS=`$PKG_CONFIG --libs "$luaname >= 5.1" 2>/dev/null`
lighttpd-1.4.56~rc7/configure-19211-		      test "x$?" != "x0" && pkg_failed=yes
##############################################
lighttpd-1.4.56~rc7/configure-19230-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/configure:19231:	        LUA_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$luaname >= 5.1" 2>&1`
lighttpd-1.4.56~rc7/configure-19232-        else
lighttpd-1.4.56~rc7/configure:19233:	        LUA_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$luaname >= 5.1" 2>&1`
lighttpd-1.4.56~rc7/configure-19234-        fi
##############################################
lighttpd-1.4.56~rc7/configure-19566-do :
lighttpd-1.4.56~rc7/configure:19567:  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
lighttpd-1.4.56~rc7/configure-19568-ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
##############################################
lighttpd-1.4.56~rc7/configure-19570-  cat >>confdefs.h <<_ACEOF
lighttpd-1.4.56~rc7/configure:19571:#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
lighttpd-1.4.56~rc7/configure-19572-_ACEOF
##############################################
lighttpd-1.4.56~rc7/configure-19860-do :
lighttpd-1.4.56~rc7/configure:19861:  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
lighttpd-1.4.56~rc7/configure-19862-ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
##############################################
lighttpd-1.4.56~rc7/configure-19864-  cat >>confdefs.h <<_ACEOF
lighttpd-1.4.56~rc7/configure:19865:#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
lighttpd-1.4.56~rc7/configure-19866-_ACEOF
##############################################
lighttpd-1.4.56~rc7/configure-20140-  ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
lighttpd-1.4.56~rc7/configure:20141:  ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
lighttpd-1.4.56~rc7/configure-20142-  # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
##############################################
lighttpd-1.4.56~rc7/configure-20319-if test -z "$BASH_VERSION$ZSH_VERSION" \
lighttpd-1.4.56~rc7/configure:20320:    && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
lighttpd-1.4.56~rc7/configure-20321-  as_echo='print -r --'
lighttpd-1.4.56~rc7/configure-20322-  as_echo_n='print -rn --'
lighttpd-1.4.56~rc7/configure:20323:elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
lighttpd-1.4.56~rc7/configure-20324-  as_echo='printf %s\n'
##############################################
lighttpd-1.4.56~rc7/configure-20326-else
lighttpd-1.4.56~rc7/configure:20327:  if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
lighttpd-1.4.56~rc7/configure-20328-    as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
##############################################
lighttpd-1.4.56~rc7/configure-20336-	expr "X$arg" : "X\\(.*\\)$as_nl";
lighttpd-1.4.56~rc7/configure:20337:	arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
lighttpd-1.4.56~rc7/configure-20338-      esac;
##############################################
lighttpd-1.4.56~rc7/configure-20413-# ----------------------------------------
lighttpd-1.4.56~rc7/configure:20414:# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
lighttpd-1.4.56~rc7/configure-20415-# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
##############################################
lighttpd-1.4.56~rc7/configure-20485-  {
lighttpd-1.4.56~rc7/configure:20486:    as_val=`expr "$@" || test $? -eq 1`
lighttpd-1.4.56~rc7/configure-20487-  }
##############################################
lighttpd-1.4.56~rc7/configure-20589-      case $as_dir in #(
lighttpd-1.4.56~rc7/configure:20590:      *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
lighttpd-1.4.56~rc7/configure-20591-      *) as_qdir=$as_dir;;
##############################################
lighttpd-1.4.56~rc7/configure-20725-cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
lighttpd-1.4.56~rc7/configure:20726:ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
lighttpd-1.4.56~rc7/configure-20727-ac_cs_version="\\
##############################################
lighttpd-1.4.56~rc7/configure-20750-  --*=?*)
lighttpd-1.4.56~rc7/configure:20751:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lighttpd-1.4.56~rc7/configure:20752:    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
lighttpd-1.4.56~rc7/configure-20753-    ac_shift=:
##############################################
lighttpd-1.4.56~rc7/configure-20755-  --*=)
lighttpd-1.4.56~rc7/configure:20756:    ac_option=`expr "X$1" : 'X\([^=]*\)='`
lighttpd-1.4.56~rc7/configure-20757-    ac_optarg=
##############################################
lighttpd-1.4.56~rc7/configure-20779-    case $ac_optarg in
lighttpd-1.4.56~rc7/configure:20780:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lighttpd-1.4.56~rc7/configure-20781-    '') as_fn_error $? "missing file argument" ;;
##############################################
lighttpd-1.4.56~rc7/configure-20787-    case $ac_optarg in
lighttpd-1.4.56~rc7/configure:20788:    *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
lighttpd-1.4.56~rc7/configure-20789-    esac
##############################################
lighttpd-1.4.56~rc7/configure-20856-delay_variable_subst='$delay_variable_subst'
lighttpd-1.4.56~rc7/configure:20857:SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20858:Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20859:GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20860:EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20861:FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20862:SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20863:ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20864:LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20865:enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20866:enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20867:macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20868:macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20869:pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20870:enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20871:shared_archive_member_spec='`$ECHO "$shared_archive_member_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20872:PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20873:host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20874:host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20875:host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20876:build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20877:build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20878:build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20879:NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20880:LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20881:max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20882:ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20883:exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20884:lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20885:lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20886:lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20887:lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20888:lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20889:reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20890:reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20891:OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20892:deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20893:file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20894:file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20895:want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20896:DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20897:sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20898:AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20899:AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20900:archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20901:STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20902:RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20903:old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20904:old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20905:old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20906:lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20907:CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20908:CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20909:compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20910:GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20911:lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20912:lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20913:lt_cv_sys_global_symbol_to_import='`$ECHO "$lt_cv_sys_global_symbol_to_import" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20914:lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20915: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"`'
lighttpd-1.4.56~rc7/configure:20916:lt_cv_nm_interface='`$ECHO "$lt_cv_nm_interface" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20917:nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20918:lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20919:lt_cv_truncate_bin='`$ECHO "$lt_cv_truncate_bin" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20920:objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20921:MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20922:lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20923:lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20924:lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20925:lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20926:lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20927:need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20928:MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20929:DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20930:NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20931:LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20932:OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20933:OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20934:libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20935:shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20936:extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20937:archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20938:enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20939:export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20940:whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20941:compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20942:old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20943:old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20944:archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20945:archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20946:module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20947:module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20948:with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20949:allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20950:no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20951:hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20952:hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20953:hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20954:hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20955:hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20956:hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20957:hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20958:inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20959:link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20960:always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20961:export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20962:exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20963:include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20964:prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20965:postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20966:file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20967:variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20968:need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20969:need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20970:version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20971:runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20972:shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20973:shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20974:libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20975:library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20976:soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20977:install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20978:postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20979:postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20980:finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20981:finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20982:hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20983:sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20984:configure_time_dlsearch_path='`$ECHO "$configure_time_dlsearch_path" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20985:configure_time_lt_sys_library_path='`$ECHO "$configure_time_lt_sys_library_path" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20986:hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20987:enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20988:enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20989:enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20990:old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure:20991:striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/configure-20992-
##############################################
lighttpd-1.4.56~rc7/configure-21073-striplib; do
lighttpd-1.4.56~rc7/configure:21074:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lighttpd-1.4.56~rc7/configure-21075-    *[\\\\\\\`\\"\\\$]*)
lighttpd-1.4.56~rc7/configure:21076:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lighttpd-1.4.56~rc7/configure-21077-      ;;
##############################################
lighttpd-1.4.56~rc7/configure-21104-configure_time_lt_sys_library_path; do
lighttpd-1.4.56~rc7/configure:21105:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lighttpd-1.4.56~rc7/configure-21106-    *[\\\\\\\`\\"\\\$]*)
lighttpd-1.4.56~rc7/configure:21107:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lighttpd-1.4.56~rc7/configure-21108-      ;;
##############################################
lighttpd-1.4.56~rc7/configure-21215-fi
lighttpd-1.4.56~rc7/configure:21216:ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
lighttpd-1.4.56~rc7/configure-21217-if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
##############################################
lighttpd-1.4.56~rc7/configure-21232-  as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
lighttpd-1.4.56~rc7/configure:21233:ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
lighttpd-1.4.56~rc7/configure-21234-ac_delim='%!_!# '
##############################################
lighttpd-1.4.56~rc7/configure-21238-
lighttpd-1.4.56~rc7/configure:21239:  ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
lighttpd-1.4.56~rc7/configure-21240-  if test $ac_delim_n = $ac_delim_num; then
##############################################
lighttpd-1.4.56~rc7/configure-21376-for ac_last_try in false false :; do
lighttpd-1.4.56~rc7/configure:21377:  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
lighttpd-1.4.56~rc7/configure-21378-  if test -z "$ac_tt"; then
##############################################
lighttpd-1.4.56~rc7/configure-21508-      esac
lighttpd-1.4.56~rc7/configure:21509:      case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
lighttpd-1.4.56~rc7/configure-21510-      as_fn_append ac_file_inputs " '$ac_f'"
##############################################
lighttpd-1.4.56~rc7/configure-21567-*)
lighttpd-1.4.56~rc7/configure:21568:  ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
lighttpd-1.4.56~rc7/configure-21569-  # A ".." for each directory in $ac_dir_suffix.
lighttpd-1.4.56~rc7/configure:21570:  ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
lighttpd-1.4.56~rc7/configure-21571-  case $ac_top_builddir_sub in
##############################################
lighttpd-1.4.56~rc7/configure-21628-/@mandir@/p'
lighttpd-1.4.56~rc7/configure:21629:case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
lighttpd-1.4.56~rc7/configure-21630-*datarootdir*) ac_datarootdir_seen=yes;;
##############################################
lighttpd-1.4.56~rc7/configure-21645-
lighttpd-1.4.56~rc7/configure:21646:# Neutralize VPATH when `$srcdir' = `.'.
lighttpd-1.4.56~rc7/configure-21647-# Shell code in configure.ac might set extrasub.
##############################################
lighttpd-1.4.56~rc7/configure-21673-test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
lighttpd-1.4.56~rc7/configure:21674:  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
lighttpd-1.4.56~rc7/configure-21675-  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
##############################################
lighttpd-1.4.56~rc7/configure-21719-    * )
lighttpd-1.4.56~rc7/configure:21720:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lighttpd-1.4.56~rc7/configure-21721-  esac
##############################################
lighttpd-1.4.56~rc7/configure-21774-    # Strip MF so we end up with the name of the file.
lighttpd-1.4.56~rc7/configure:21775:    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
lighttpd-1.4.56~rc7/configure-21776-    # Check whether this is an Automake generated Makefile which includes
##############################################
lighttpd-1.4.56~rc7/configure-22328-    *:)
lighttpd-1.4.56~rc7/configure:22329:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'` \$$1\"
lighttpd-1.4.56~rc7/configure-22330-        ;;
lighttpd-1.4.56~rc7/configure-22331-    x:*)
lighttpd-1.4.56~rc7/configure:22332:        eval $1=\"\$$1 `$ECHO $2 | $SED 's/:/ /g'`\"
lighttpd-1.4.56~rc7/configure-22333-        ;;
lighttpd-1.4.56~rc7/configure-22334-    *::*)
lighttpd-1.4.56~rc7/configure:22335:        eval $1=\"\$$1\ `$ECHO $2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lighttpd-1.4.56~rc7/configure:22336:        eval $1=\"`$ECHO $2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \$$1\"
lighttpd-1.4.56~rc7/configure-22337-        ;;
lighttpd-1.4.56~rc7/configure-22338-    *)
lighttpd-1.4.56~rc7/configure:22339:        eval $1=\"`$ECHO $2 | $SED 's/:/ /g'`\"
lighttpd-1.4.56~rc7/configure-22340-        ;;
##############################################
lighttpd-1.4.56~rc7/configure-22355-    done
lighttpd-1.4.56~rc7/configure:22356:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lighttpd-1.4.56~rc7/configure-22357-}
##############################################
lighttpd-1.4.56~rc7/config.guess-34-
lighttpd-1.4.56~rc7/config.guess:35:me=`echo "$0" | sed -e 's,.*/,,'`
lighttpd-1.4.56~rc7/config.guess-36-
##############################################
lighttpd-1.4.56~rc7/config.guess-104-    # shellcheck disable=SC2039
lighttpd-1.4.56~rc7/config.guess:105:    { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
lighttpd-1.4.56~rc7/config.guess-106-	{ test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
##############################################
lighttpd-1.4.56~rc7/config.guess-154-	EOF
lighttpd-1.4.56~rc7/config.guess:155:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^LIBC' | sed 's, ,,g'`"
lighttpd-1.4.56~rc7/config.guess-156-
##############################################
lighttpd-1.4.56~rc7/config.guess-191-	    earmv*)
lighttpd-1.4.56~rc7/config.guess:192:		arch=`echo "$UNAME_MACHINE_ARCH" | sed -e 's,^e\(armv[0-9]\).*$,\1,'`
lighttpd-1.4.56~rc7/config.guess:193:		endian=`echo "$UNAME_MACHINE_ARCH" | sed -ne 's,^.*\(eb\)$,\1,p'`
lighttpd-1.4.56~rc7/config.guess-194-		machine="${arch}${endian}"-unknown
##############################################
lighttpd-1.4.56~rc7/config.guess-223-		expr='s/^earmv[0-9]/-eabi/;s/eb$//'
lighttpd-1.4.56~rc7/config.guess:224:		abi=`echo "$UNAME_MACHINE_ARCH" | sed -e "$expr"`
lighttpd-1.4.56~rc7/config.guess-225-		;;
##############################################
lighttpd-1.4.56~rc7/config.guess-236-	    *)
lighttpd-1.4.56~rc7/config.guess:237:		release=`echo "$UNAME_RELEASE" | sed -e 's/[-_].*//' | cut -d. -f1,2`
lighttpd-1.4.56~rc7/config.guess-238-		;;
##############################################
lighttpd-1.4.56~rc7/config.guess-283-	*4.0)
lighttpd-1.4.56~rc7/config.guess:284:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
lighttpd-1.4.56~rc7/config.guess-285-		;;
lighttpd-1.4.56~rc7/config.guess-286-	*5.*)
lighttpd-1.4.56~rc7/config.guess:287:		UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
lighttpd-1.4.56~rc7/config.guess-288-		;;
##############################################
lighttpd-1.4.56~rc7/config.guess-293-	# types through head -n 1, so we only detect the type of CPU 0.
lighttpd-1.4.56~rc7/config.guess:294:	ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^  The alpha \(.*\) processor.*$/\1/p' | head -n 1`
lighttpd-1.4.56~rc7/config.guess-295-	case "$ALPHA_CPU_TYPE" in
##############################################
lighttpd-1.4.56~rc7/config.guess-331-	# 1.2 uses "1.2" for uname -r.
lighttpd-1.4.56~rc7/config.guess:332:	echo "$UNAME_MACHINE"-dec-osf"`echo "$UNAME_RELEASE" | sed -e 's/^[PVTX]//' | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz`"
lighttpd-1.4.56~rc7/config.guess-333-	# Reset EXIT trap before exiting to avoid spurious non-zero exit code.
##############################################
lighttpd-1.4.56~rc7/config.guess-382-    s390x:SunOS:*:*)
lighttpd-1.4.56~rc7/config.guess:383:	echo "$UNAME_MACHINE"-ibm-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lighttpd-1.4.56~rc7/config.guess-384-	exit ;;
lighttpd-1.4.56~rc7/config.guess-385-    sun4H:SunOS:5.*:*)
lighttpd-1.4.56~rc7/config.guess:386:	echo sparc-hal-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lighttpd-1.4.56~rc7/config.guess-387-	exit ;;
lighttpd-1.4.56~rc7/config.guess-388-    sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
lighttpd-1.4.56~rc7/config.guess:389:	echo sparc-sun-solaris2"`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lighttpd-1.4.56~rc7/config.guess-390-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-394-    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
lighttpd-1.4.56~rc7/config.guess:395:	UNAME_REL="`echo "$UNAME_RELEASE" | sed -e 's/[^.]*//'`"
lighttpd-1.4.56~rc7/config.guess-396-	case `isainfo -b` in
##############################################
lighttpd-1.4.56~rc7/config.guess-408-	# it's likely to be more like Solaris than SunOS4.
lighttpd-1.4.56~rc7/config.guess:409:	echo sparc-sun-solaris3"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lighttpd-1.4.56~rc7/config.guess-410-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-417-	# Japanese Language versions have a version number like `4.1.3-JL'.
lighttpd-1.4.56~rc7/config.guess:418:	echo sparc-sun-sunos"`echo "$UNAME_RELEASE"|sed -e 's/-/_/'`"
lighttpd-1.4.56~rc7/config.guess-419-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-423-    sun*:*:4.2BSD:*)
lighttpd-1.4.56~rc7/config.guess:424:	UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
lighttpd-1.4.56~rc7/config.guess-425-	test "x$UNAME_RELEASE" = x && UNAME_RELEASE=3
##############################################
lighttpd-1.4.56~rc7/config.guess-505-	$CC_FOR_BUILD -o "$dummy" "$dummy.c" &&
lighttpd-1.4.56~rc7/config.guess:506:	  dummyarg=`echo "$UNAME_RELEASE" | sed -n 's/\([0-9]*\).*/\1/p'` &&
lighttpd-1.4.56~rc7/config.guess:507:	  SYSTEM_NAME=`"$dummy" "$dummyarg"` &&
lighttpd-1.4.56~rc7/config.guess-508-	    { echo "$SYSTEM_NAME"; exit; }
##############################################
lighttpd-1.4.56~rc7/config.guess-561-    *:IRIX*:*:*)
lighttpd-1.4.56~rc7/config.guess:562:	echo mips-sgi-irix"`echo "$UNAME_RELEASE"|sed -e 's/-/_/g'`"
lighttpd-1.4.56~rc7/config.guess-563-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-591-EOF
lighttpd-1.4.56~rc7/config.guess:592:		if $CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"`
lighttpd-1.4.56~rc7/config.guess-593-		then
##############################################
lighttpd-1.4.56~rc7/config.guess-604-    *:AIX:*:[4567])
lighttpd-1.4.56~rc7/config.guess:605:	IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
lighttpd-1.4.56~rc7/config.guess-606-	if /usr/sbin/lsattr -El "$IBM_CPU_ID" | grep ' POWER' >/dev/null 2>&1; then
##############################################
lighttpd-1.4.56~rc7/config.guess-640-    9000/[34678]??:HP-UX:*:*)
lighttpd-1.4.56~rc7/config.guess:641:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lighttpd-1.4.56~rc7/config.guess-642-	case "$UNAME_MACHINE" in
##############################################
lighttpd-1.4.56~rc7/config.guess-694-EOF
lighttpd-1.4.56~rc7/config.guess:695:		    (CCOPTS="" $CC_FOR_BUILD -o "$dummy" "$dummy.c" 2>/dev/null) && HP_ARCH=`"$dummy"`
lighttpd-1.4.56~rc7/config.guess-696-		    test -z "$HP_ARCH" && HP_ARCH=hppa
##############################################
lighttpd-1.4.56~rc7/config.guess-722-    ia64:HP-UX:*:*)
lighttpd-1.4.56~rc7/config.guess:723:	HPUX_REV=`echo "$UNAME_RELEASE"|sed -e 's/[^.]*.[0B]*//'`
lighttpd-1.4.56~rc7/config.guess-724-	echo ia64-hp-hpux"$HPUX_REV"
##############################################
lighttpd-1.4.56~rc7/config.guess-752-EOF
lighttpd-1.4.56~rc7/config.guess:753:	$CC_FOR_BUILD -o "$dummy" "$dummy.c" && SYSTEM_NAME=`"$dummy"` &&
lighttpd-1.4.56~rc7/config.guess-754-		{ echo "$SYSTEM_NAME"; exit; }
##############################################
lighttpd-1.4.56~rc7/config.guess-823-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lighttpd-1.4.56~rc7/config.guess:824:	FUJITSU_REL=`echo "$UNAME_RELEASE" | sed -e 's/ /_/'`
lighttpd-1.4.56~rc7/config.guess-825-	echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lighttpd-1.4.56~rc7/config.guess-828-	FUJITSU_SYS=`uname -p | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/\///'`
lighttpd-1.4.56~rc7/config.guess:829:	FUJITSU_REL=`echo "$UNAME_RELEASE" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz | sed -e 's/ /_/'`
lighttpd-1.4.56~rc7/config.guess-830-	echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
##############################################
lighttpd-1.4.56~rc7/config.guess-846-	then
lighttpd-1.4.56~rc7/config.guess:847:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabi
lighttpd-1.4.56~rc7/config.guess-848-	else
lighttpd-1.4.56~rc7/config.guess:849:	    echo "${UNAME_PROCESSOR}"-unknown-freebsd"`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`"-gnueabihf
lighttpd-1.4.56~rc7/config.guess-850-	fi
##############################################
lighttpd-1.4.56~rc7/config.guess-859-	esac
lighttpd-1.4.56~rc7/config.guess:860:	echo "$UNAME_PROCESSOR"-unknown-freebsd"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lighttpd-1.4.56~rc7/config.guess-861-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-895-    prep*:SunOS:5.*:*)
lighttpd-1.4.56~rc7/config.guess:896:	echo powerpcle-unknown-solaris2"`echo "$UNAME_RELEASE"|sed -e 's/[^.]*//'`"
lighttpd-1.4.56~rc7/config.guess-897-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-899-	# the GNU system
lighttpd-1.4.56~rc7/config.guess:900:	echo "`echo "$UNAME_MACHINE"|sed -e 's,[-/].*$,,'`-unknown-$LIBC`echo "$UNAME_RELEASE"|sed -e 's,/.*$,,'`"
lighttpd-1.4.56~rc7/config.guess-901-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-903-	# other systems with GNU libc and userland
lighttpd-1.4.56~rc7/config.guess:904:	echo "$UNAME_MACHINE-unknown-`echo "$UNAME_SYSTEM" | sed 's,^[^/]*/,,' | tr "[:upper:]" "[:lower:]"``echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`-$LIBC"
lighttpd-1.4.56~rc7/config.guess-905-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-997-EOF
lighttpd-1.4.56~rc7/config.guess:998:	eval "`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^CPU'`"
lighttpd-1.4.56~rc7/config.guess-999-	test "x$CPU" != x && { echo "$CPU-unknown-linux-$LIBC"; exit; }
##############################################
lighttpd-1.4.56~rc7/config.guess-1097-    i*86:*:4.*:*)
lighttpd-1.4.56~rc7/config.guess:1098:	UNAME_REL=`echo "$UNAME_RELEASE" | sed 's/\/MP$//'`
lighttpd-1.4.56~rc7/config.guess-1099-	if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
##############################################
lighttpd-1.4.56~rc7/config.guess-1300-	fi
lighttpd-1.4.56~rc7/config.guess:1301:	if test "`echo "$UNAME_RELEASE" | sed -e 's/\..*//'`" -le 10 ; then
lighttpd-1.4.56~rc7/config.guess-1302-	    if [ "$CC_FOR_BUILD" != no_compiler_found ]; then
##############################################
lighttpd-1.4.56~rc7/config.guess-1399-    *:DragonFly:*:*)
lighttpd-1.4.56~rc7/config.guess:1400:	echo "$UNAME_MACHINE"-unknown-dragonfly"`echo "$UNAME_RELEASE"|sed -e 's/[-(].*//'`"
lighttpd-1.4.56~rc7/config.guess-1401-	exit ;;
##############################################
lighttpd-1.4.56~rc7/config.guess-1412-    i*86:skyos:*:*)
lighttpd-1.4.56~rc7/config.guess:1413:	echo "$UNAME_MACHINE"-pc-skyos"`echo "$UNAME_RELEASE" | sed -e 's/ .*$//'`"
lighttpd-1.4.56~rc7/config.guess-1414-	exit ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-103-#
lighttpd-1.4.56~rc7/ltmain.sh:104:#   . `echo "$0" | ${SED-sed} 's|[^/]*$||'`/build-aux/funclib.sh
lighttpd-1.4.56~rc7/ltmain.sh-105-#
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-202-          func_executable_p "$_G_path_prog" || continue
lighttpd-1.4.56~rc7/ltmain.sh:203:          case `"$_G_path_prog" --version 2>&1` in
lighttpd-1.4.56~rc7/ltmain.sh-204-            *GNU*) func_path_progs_result=$_G_path_prog _G_path_prog_found=: ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-249-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
lighttpd-1.4.56~rc7/ltmain.sh:250:      _G_count=`expr $_G_count + 1`
lighttpd-1.4.56~rc7/ltmain.sh-251-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-285-      diff conftest.out conftest.nl >/dev/null 2>&1 || break
lighttpd-1.4.56~rc7/ltmain.sh:286:      _G_count=`expr $_G_count + 1`
lighttpd-1.4.56~rc7/ltmain.sh-287-      if test "$_G_count" -gt "$_G_path_prog_max"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-410-# The name of this program.
lighttpd-1.4.56~rc7/ltmain.sh:411:progname=`$ECHO "$progpath" |$SED "$sed_basename"`
lighttpd-1.4.56~rc7/ltmain.sh-412-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-416-  *[\\/]*)
lighttpd-1.4.56~rc7/ltmain.sh:417:     progdir=`$ECHO "$progpath" |$SED "$sed_dirname"`
lighttpd-1.4.56~rc7/ltmain.sh:418:     progdir=`cd "$progdir" && pwd`
lighttpd-1.4.56~rc7/ltmain.sh-419-     progpath=$progdir/$progname
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-610-
lighttpd-1.4.56~rc7/ltmain.sh:611:    eval _G_current_value='`$ECHO $'$1'`'
lighttpd-1.4.56~rc7/ltmain.sh:612:    _G_delim=`expr "$2" : '\(.\)'`
lighttpd-1.4.56~rc7/ltmain.sh-613-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-639-
lighttpd-1.4.56~rc7/ltmain.sh:640:    func_arith_result=`expr "$@"`
lighttpd-1.4.56~rc7/ltmain.sh-641-  }
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-660-  # ...otherwise fall back to using sed.
lighttpd-1.4.56~rc7/ltmain.sh:661:  _b='func_basename_result=`$ECHO "$1" |$SED "$sed_basename"`'
lighttpd-1.4.56~rc7/ltmain.sh:662:  _d='func_dirname_result=`$ECHO "$1"  |$SED "$sed_dirname"`
lighttpd-1.4.56~rc7/ltmain.sh-663-      if test "X$func_dirname_result" = "X$1"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-757-      test -n "$_G_tc" && {
lighttpd-1.4.56~rc7/ltmain.sh:758:        _G_esc_tc=`$ECHO "$_G_tc" | $SED "$sed_make_literal_regex"`
lighttpd-1.4.56~rc7/ltmain.sh:759:        _G_indent=`$ECHO "$_G_indent" | $SED "s|$_G_esc_tc||g"`
lighttpd-1.4.56~rc7/ltmain.sh-760-      }
lighttpd-1.4.56~rc7/ltmain.sh-761-    done
lighttpd-1.4.56~rc7/ltmain.sh:762:    _G_indent="$progname: "`echo "$_G_indent" | $SED 's|.| |g'`"  " ## exclude from sc_prohibit_nested_quotes
lighttpd-1.4.56~rc7/ltmain.sh-763-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-831-
lighttpd-1.4.56~rc7/ltmain.sh:832:    func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
lighttpd-1.4.56~rc7/ltmain.sh-833-  }
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-863-        # ...otherwise throw away the child directory and loop
lighttpd-1.4.56~rc7/ltmain.sh:864:        _G_directory_path=`$ECHO "$_G_directory_path" | $SED -e "$sed_dirname"`
lighttpd-1.4.56~rc7/ltmain.sh-865-      done
lighttpd-1.4.56~rc7/ltmain.sh:866:      _G_dir_list=`$ECHO "$_G_dir_list" | $SED 's|:*$||'`
lighttpd-1.4.56~rc7/ltmain.sh-867-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-901-      # If mktemp works, use that first and foremost
lighttpd-1.4.56~rc7/ltmain.sh:902:      _G_tmpdir=`mktemp -d "$_G_template-XXXXXXXX" 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-903-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-1111-        *[\\\`\"\$]*)
lighttpd-1.4.56~rc7/ltmain.sh:1112:	  _G_unquoted_arg=`printf '%s\n' "$1" |$SED "$sed_quote_subst"` ;;
lighttpd-1.4.56~rc7/ltmain.sh-1113-        *)
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-1198-    case $2 in
lighttpd-1.4.56~rc7/ltmain.sh:1199:      .*) func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%\\\\$2\$%%"`;;
lighttpd-1.4.56~rc7/ltmain.sh:1200:      *)  func_stripname_result=`$ECHO "$3" | $SED -e "s%^$1%%" -e "s%$2\$%%"`;;
lighttpd-1.4.56~rc7/ltmain.sh-1201-    esac
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-1271-    [0-9]* | *[!a-zA-Z0-9_]*)
lighttpd-1.4.56~rc7/ltmain.sh:1272:      func_tr_sh_result=`$ECHO "$1" | $SED -e 's/^\([0-9]\)/_\1/' -e 's/[^a-zA-Z0-9_]/_/g'`
lighttpd-1.4.56~rc7/ltmain.sh-1273-      ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-1358-
lighttpd-1.4.56~rc7/ltmain.sh:1359:    test "x$1" = x`func_sort_ver "$1" "$2" | $SED 1q`
lighttpd-1.4.56~rc7/ltmain.sh-1360-}
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-1424-# The default options also support '--debug', which will turn on shell
lighttpd-1.4.56~rc7/ltmain.sh:1425:# execution tracing (see the comment above debug_cmd below for another
lighttpd-1.4.56~rc7/ltmain.sh-1426-# use), and '--verbose' and the func_verbose function to allow your script
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-1517-
lighttpd-1.4.56~rc7/ltmain.sh:1518:    eval ${1}_hooks='`$ECHO "\$'$1'_hooks" |$SED "s| '$2'||"`'
lighttpd-1.4.56~rc7/ltmain.sh-1519-}
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-1870-
lighttpd-1.4.56~rc7/ltmain.sh:1871:      func_split_equals_lhs=`expr "x$1" : 'x\([^=]*\)'`
lighttpd-1.4.56~rc7/ltmain.sh-1872-      func_split_equals_rhs=
lighttpd-1.4.56~rc7/ltmain.sh-1873-      test "x$func_split_equals_lhs" = "x$1" \
lighttpd-1.4.56~rc7/ltmain.sh:1874:        || func_split_equals_rhs=`expr "x$1" : 'x[^=]*=\(.*\)$'`
lighttpd-1.4.56~rc7/ltmain.sh-1875-  }
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-1898-
lighttpd-1.4.56~rc7/ltmain.sh:1899:      func_split_short_opt_name=`expr "x$1" : 'x-\(.\)'`
lighttpd-1.4.56~rc7/ltmain.sh:1900:      func_split_short_opt_arg=`expr "x$1" : 'x-.\(.*\)$'`
lighttpd-1.4.56~rc7/ltmain.sh-1901-  }
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2071-       version:        $progname (GNU libtool) 2.4.6
lighttpd-1.4.56~rc7/ltmain.sh:2072:       automake:       `($AUTOMAKE --version) 2>/dev/null |$SED 1q`
lighttpd-1.4.56~rc7/ltmain.sh:2073:       autoconf:       `($AUTOCONF --version) 2>/dev/null |$SED 1q`
lighttpd-1.4.56~rc7/ltmain.sh-2074-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2110-  {
lighttpd-1.4.56~rc7/ltmain.sh:2111:    func_lo2o_result=`$ECHO "$1" | $SED "$lo2o"`
lighttpd-1.4.56~rc7/ltmain.sh-2112-  }
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2115-  {
lighttpd-1.4.56~rc7/ltmain.sh:2116:    func_xform_result=`$ECHO "$1" | $SED 's|\.[^.]*$|.lo|'`
lighttpd-1.4.56~rc7/ltmain.sh-2117-  }
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2206-	  # quotes we have to do it in 2 steps:
lighttpd-1.4.56~rc7/ltmain.sh:2207:	  extractedcf=`$SED -n -e "$sed_extractcf" < "$progpath"`
lighttpd-1.4.56~rc7/ltmain.sh-2208-	  eval "$extractedcf"
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2659-      done
lighttpd-1.4.56~rc7/ltmain.sh:2660:      CC_expanded=`func_echo_all $CC`
lighttpd-1.4.56~rc7/ltmain.sh:2661:      CC_quoted_expanded=`func_echo_all $CC_quoted`
lighttpd-1.4.56~rc7/ltmain.sh-2662-      case $@ in
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2672-	    # Evaluate the configuration.
lighttpd-1.4.56~rc7/ltmain.sh:2673:	    eval "`$SED -n -e '/^# ### BEGIN LIBTOOL TAG CONFIG: '$z'$/,/^# ### END LIBTOOL TAG CONFIG: '$z'$/p' < $progpath`"
lighttpd-1.4.56~rc7/ltmain.sh-2674-	    CC_quoted=
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2678-	    done
lighttpd-1.4.56~rc7/ltmain.sh:2679:	    CC_expanded=`func_echo_all $CC`
lighttpd-1.4.56~rc7/ltmain.sh:2680:	    CC_quoted_expanded=`func_echo_all $CC_quoted`
lighttpd-1.4.56~rc7/ltmain.sh-2681-	    case "$@ " in
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2770-    # zero AND non-empty stdout, which explains the odd construction:
lighttpd-1.4.56~rc7/ltmain.sh:2771:    func_convert_core_file_wine_to_w32_tmp=`winepath -w "$1" 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-2772-    if test "$?" -eq 0 && test -n "$func_convert_core_file_wine_to_w32_tmp"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-2838-  if test -n "$LT_CYGPATH" && test -f "$LT_CYGPATH"; then
lighttpd-1.4.56~rc7/ltmain.sh:2839:    func_cygpath_result=`$LT_CYGPATH "$@" 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-2840-    if test "$?" -ne 0; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3009-    # LT_CYGPATH in this case.
lighttpd-1.4.56~rc7/ltmain.sh:3010:    func_to_host_file_result=`cygpath -m "$1"`
lighttpd-1.4.56~rc7/ltmain.sh-3011-  fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3166-    func_to_host_path_tmp1=$func_stripname_result
lighttpd-1.4.56~rc7/ltmain.sh:3167:    func_to_host_path_result=`cygpath -m -p "$func_to_host_path_tmp1"`
lighttpd-1.4.56~rc7/ltmain.sh-3168-    func_convert_path_check : ";" \
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3376-    *.[cCFSifmso] | \
lighttpd-1.4.56~rc7/ltmain.sh:3377:    *.ada | *.adb | *.ads | *.asm | \
lighttpd-1.4.56~rc7/ltmain.sh-3378-    *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3453-    if test no = "$compiler_c_o"; then
lighttpd-1.4.56~rc7/ltmain.sh:3454:      output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.$objext
lighttpd-1.4.56~rc7/ltmain.sh-3455-      lockfile=$output_obj.lock
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3472-*** ERROR, $lockfile exists and contains:
lighttpd-1.4.56~rc7/ltmain.sh:3473:`cat $lockfile 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-3474-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3520-      if test warn = "$need_locks" &&
lighttpd-1.4.56~rc7/ltmain.sh:3521:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lighttpd-1.4.56~rc7/ltmain.sh-3522-	$ECHO "\
lighttpd-1.4.56~rc7/ltmain.sh-3523-*** ERROR, $lockfile contains:
lighttpd-1.4.56~rc7/ltmain.sh:3524:`cat $lockfile 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-3525-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3569-      if test warn = "$need_locks" &&
lighttpd-1.4.56~rc7/ltmain.sh:3570:	 test "X`cat $lockfile 2>/dev/null`" != "X$srcfile"; then
lighttpd-1.4.56~rc7/ltmain.sh-3571-	$ECHO "\
lighttpd-1.4.56~rc7/ltmain.sh-3572-*** ERROR, $lockfile contains:
lighttpd-1.4.56~rc7/ltmain.sh:3573:`cat $lockfile 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-3574-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3895-      # Get the absolute pathname.
lighttpd-1.4.56~rc7/ltmain.sh:3896:      absdir=`cd "$dir" && pwd`
lighttpd-1.4.56~rc7/ltmain.sh-3897-      test -n "$absdir" && dir=$absdir
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-3994-      if test -n "$lt_sysroot"; then
lighttpd-1.4.56~rc7/ltmain.sh:3995:        sysroot_regex=`$ECHO "$lt_sysroot" | $SED "$sed_make_literal_regex"`
lighttpd-1.4.56~rc7/ltmain.sh-3996-        sysroot_cmd="s/\([ ']\)$sysroot_regex/\1/g;"
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4278-	  # Determine the prefix the user has applied to our future dir.
lighttpd-1.4.56~rc7/ltmain.sh:4279:	  inst_prefix_dir=`$ECHO "$destdir" | $SED -e "s%$libdir\$%%"`
lighttpd-1.4.56~rc7/ltmain.sh-4280-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4291-	    # Stick the inst_prefix_dir data into the link command.
lighttpd-1.4.56~rc7/ltmain.sh:4292:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%-inst-prefix-dir $inst_prefix_dir%"`
lighttpd-1.4.56~rc7/ltmain.sh-4293-	  else
lighttpd-1.4.56~rc7/ltmain.sh:4294:	    relink_command=`$ECHO "$relink_command" | $SED "s%@inst_prefix_dir@%%"`
lighttpd-1.4.56~rc7/ltmain.sh-4295-	  fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4458-	    fi
lighttpd-1.4.56~rc7/ltmain.sh:4459:	    libfile=$libdir/`$ECHO "$lib" | $SED 's%^.*/%%g'`
lighttpd-1.4.56~rc7/ltmain.sh-4460-	    if test -n "$libdir" && test ! -f "$libfile"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4477-	        # Replace the output file specification.
lighttpd-1.4.56~rc7/ltmain.sh:4478:	        relink_command=`$ECHO "$relink_command" | $SED 's%@OUTPUT@%'"$outputname"'%g'`
lighttpd-1.4.56~rc7/ltmain.sh-4479-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4496-	    # Install the binary that we compiled earlier.
lighttpd-1.4.56~rc7/ltmain.sh:4497:	    file=`$ECHO "$file$stripped_ext" | $SED "s%\([^/]*\)$%$objdir/\1%"`
lighttpd-1.4.56~rc7/ltmain.sh-4498-	  fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4570-    my_pic_p=${3-false}
lighttpd-1.4.56~rc7/ltmain.sh:4571:    my_prefix=`$ECHO "$my_originator" | $SED 's%[^a-zA-Z0-9]%_%g'`
lighttpd-1.4.56~rc7/ltmain.sh-4572-    my_dlsyms=
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4628-	  # Add our own program objects to the symbol list.
lighttpd-1.4.56~rc7/ltmain.sh:4629:	  progfiles=`$ECHO "$objs$old_deplibs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lighttpd-1.4.56~rc7/ltmain.sh-4630-	  for progfile in $progfiles; do
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4690-	          # Use subshell, to avoid clobbering current variable values
lighttpd-1.4.56~rc7/ltmain.sh:4691:	          dlprefile_dlname=`source "$curr_lafile" && echo "$dlname"`
lighttpd-1.4.56~rc7/ltmain.sh-4692-	          if test -n "$dlprefile_dlname"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4859-	  if test -f "$output_objdir/$my_outputname.def"; then
lighttpd-1.4.56~rc7/ltmain.sh:4860:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lighttpd-1.4.56~rc7/ltmain.sh:4861:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
lighttpd-1.4.56~rc7/ltmain.sh-4862-	  else
lighttpd-1.4.56~rc7/ltmain.sh:4863:	    compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lighttpd-1.4.56~rc7/ltmain.sh:4864:	    finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lighttpd-1.4.56~rc7/ltmain.sh-4865-	  fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4867-	*)
lighttpd-1.4.56~rc7/ltmain.sh:4868:	  compile_command=`$ECHO "$compile_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lighttpd-1.4.56~rc7/ltmain.sh:4869:	  finalize_command=`$ECHO "$finalize_command" | $SED "s%@SYMFILE@%$symfileobj%"`
lighttpd-1.4.56~rc7/ltmain.sh-4870-	  ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4882-      # Nullify the symbol file.
lighttpd-1.4.56~rc7/ltmain.sh:4883:      compile_command=`$ECHO "$compile_command" | $SED "s% @SYMFILE@%%"`
lighttpd-1.4.56~rc7/ltmain.sh:4884:      finalize_command=`$ECHO "$finalize_command" | $SED "s% @SYMFILE@%%"`
lighttpd-1.4.56~rc7/ltmain.sh-4885-    fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4896-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lighttpd-1.4.56~rc7/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)$'`
lighttpd-1.4.56~rc7/ltmain.sh-4898-  test -n "$func_cygming_gnu_implib_tmp"
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4909-  func_to_tool_file "$1" func_convert_file_msys_to_w32
lighttpd-1.4.56~rc7/ltmain.sh:4910:  func_cygming_ms_implib_tmp=`$NM "$func_to_tool_file_result" | eval "$global_symbol_pipe" | $GREP '_NULL_IMPORT_DESCRIPTOR'`
lighttpd-1.4.56~rc7/ltmain.sh-4911-  test -n "$func_cygming_ms_implib_tmp"
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4925-  win32_libid_type=unknown
lighttpd-1.4.56~rc7/ltmain.sh:4926:  win32_fileres=`file -L $1 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-4927-  case $win32_fileres in
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-4990-
lighttpd-1.4.56~rc7/ltmain.sh:4991:  sharedlib_from_linklib_result=`$DLLTOOL --identify-strict --identify "$1"`
lighttpd-1.4.56~rc7/ltmain.sh-4992-}
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5008-
lighttpd-1.4.56~rc7/ltmain.sh:5009:  match_literal=`$ECHO "$1" | $SED "$sed_make_literal_regex"`
lighttpd-1.4.56~rc7/ltmain.sh-5010-  $OBJDUMP -s --section "$1" "$2" 2>/dev/null |
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5072-    # binutils import library
lighttpd-1.4.56~rc7/ltmain.sh:5073:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$7' "$1"`
lighttpd-1.4.56~rc7/ltmain.sh-5074-  elif func_cygming_ms_implib_p "$1"; then
lighttpd-1.4.56~rc7/ltmain.sh-5075-    # ms-generated import library
lighttpd-1.4.56~rc7/ltmain.sh:5076:    sharedlib_from_linklib_result=`func_cygming_dll_for_implib_fallback_core '.idata$6' "$1"`
lighttpd-1.4.56~rc7/ltmain.sh-5077-  else
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5156-	  darwin_base_archive=$func_basename_result
lighttpd-1.4.56~rc7/ltmain.sh:5157:	  darwin_arches=`$LIPO -info "$darwin_archive" 2>/dev/null | $GREP Architectures 2>/dev/null || true`
lighttpd-1.4.56~rc7/ltmain.sh-5158-	  if test -n "$darwin_arches"; then
lighttpd-1.4.56~rc7/ltmain.sh:5159:	    darwin_arches=`$ECHO "$darwin_arches" | $SED -e 's/.*are://'`
lighttpd-1.4.56~rc7/ltmain.sh-5160-	    darwin_arch=
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5170-            ## Okay now we've a bunch of thin objects, gotta fatten them up :)
lighttpd-1.4.56~rc7/ltmain.sh:5171:	    darwin_filelist=`find unfat-$$ -type f -name \*.o -print -o -name \*.lo -print | $SED -e "$sed_basename" | sort -u`
lighttpd-1.4.56~rc7/ltmain.sh-5172-	    darwin_file=
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5174-	    for darwin_file in $darwin_filelist; do
lighttpd-1.4.56~rc7/ltmain.sh:5175:	      darwin_files=`find unfat-$$ -name $darwin_file -print | sort | $NL2SP`
lighttpd-1.4.56~rc7/ltmain.sh-5176-	      $LIPO -create -output "$darwin_file" $darwin_files
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5189-      esac
lighttpd-1.4.56~rc7/ltmain.sh:5190:      my_oldobjs="$my_oldobjs "`find $my_xdir -name \*.$objext -print -o -name \*.lo -print | sort | $NL2SP`
lighttpd-1.4.56~rc7/ltmain.sh-5191-    done
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5260-
lighttpd-1.4.56~rc7/ltmain.sh:5261:    qECHO=`$ECHO "$ECHO" | $SED "$sed_quote_subst"`
lighttpd-1.4.56~rc7/ltmain.sh-5262-    $ECHO "\
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5295-    --lt-dump-script)
lighttpd-1.4.56~rc7/ltmain.sh:5296:        lt_dump_D=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%/[^/]*$%%'\`
lighttpd-1.4.56~rc7/ltmain.sh-5297-        test \"X\$lt_dump_D\" = \"X\$lt_script_arg0\" && lt_dump_D=.
lighttpd-1.4.56~rc7/ltmain.sh:5298:        lt_dump_F=\`\$ECHO \"X\$lt_script_arg0\" | $SED -e 's/^X//' -e 's%^.*/%%'\`
lighttpd-1.4.56~rc7/ltmain.sh-5299-        cat \"\$lt_dump_D/\$lt_dump_F\"
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5322-    \$ECHO \"$outputname:$output:\$LINENO: newargv[\$lt_dump_args_N]: \$lt_arg\"
lighttpd-1.4.56~rc7/ltmain.sh:5323:    lt_dump_args_N=\`expr \$lt_dump_args_N + 1\`
lighttpd-1.4.56~rc7/ltmain.sh-5324-  done
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5380-  # Find the directory that this script lives in.
lighttpd-1.4.56~rc7/ltmain.sh:5381:  thisdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*$%%'\`
lighttpd-1.4.56~rc7/ltmain.sh-5382-  test \"x\$thisdir\" = \"x\$file\" && thisdir=.
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5384-  # Follow symbolic links until we get to the real thisdir.
lighttpd-1.4.56~rc7/ltmain.sh:5385:  file=\`ls -ld \"\$file\" | $SED -n 's/.*-> //p'\`
lighttpd-1.4.56~rc7/ltmain.sh-5386-  while test -n \"\$file\"; do
lighttpd-1.4.56~rc7/ltmain.sh:5387:    destdir=\`\$ECHO \"\$file\" | $SED 's%/[^/]*\$%%'\`
lighttpd-1.4.56~rc7/ltmain.sh-5388-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5396-
lighttpd-1.4.56~rc7/ltmain.sh:5397:    file=\`\$ECHO \"\$file\" | $SED 's%^.*/%%'\`
lighttpd-1.4.56~rc7/ltmain.sh:5398:    file=\`ls -ld \"\$thisdir/\$file\" | $SED -n 's/.*-> //p'\`
lighttpd-1.4.56~rc7/ltmain.sh-5399-  done
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5410-    case \"\$thisdir\" in
lighttpd-1.4.56~rc7/ltmain.sh:5411:    *[\\\\/]$objdir ) thisdir=\`\$ECHO \"\$thisdir\" | $SED 's%[\\\\/][^\\\\/]*$%%'\` ;;
lighttpd-1.4.56~rc7/ltmain.sh-5412-    $objdir )   thisdir=. ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5416-  # Try to get the absolute directory name.
lighttpd-1.4.56~rc7/ltmain.sh:5417:  absdir=\`cd \"\$thisdir\" && pwd\`
lighttpd-1.4.56~rc7/ltmain.sh-5418-  test -n \"\$absdir\" && thisdir=\"\$absdir\"
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5426-  if test ! -f \"\$progdir/\$program\" ||
lighttpd-1.4.56~rc7/ltmain.sh:5427:     { file=\`ls -1dt \"\$progdir/\$program\" \"\$progdir/../\$program\" 2>/dev/null | $SED 1q\`; \\
lighttpd-1.4.56~rc7/ltmain.sh-5428-       test \"X\$file\" != \"X\$progdir/\$program\"; }; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5441-    if test -n \"\$relink_command\"; then
lighttpd-1.4.56~rc7/ltmain.sh:5442:      if relink_command_output=\`eval \$relink_command 2>&1\`; then :
lighttpd-1.4.56~rc7/ltmain.sh-5443-      else
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-5485-    # The second colon is a workaround for a bug in BeOS R4 sed
lighttpd-1.4.56~rc7/ltmain.sh:5486:    $shlibpath_var=\`\$ECHO \"\$$shlibpath_var\" | $SED 's/::*\$//'\`
lighttpd-1.4.56~rc7/ltmain.sh-5487-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-6464-
lighttpd-1.4.56~rc7/ltmain.sh:6465:    case `eval $file_magic_cmd \"\$1\" 2>/dev/null | $SED -e 10q` in
lighttpd-1.4.56~rc7/ltmain.sh-6466-    *import*) : ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-6712-	    moreargs=
lighttpd-1.4.56~rc7/ltmain.sh:6713:	    for fil in `cat "$save_arg"`
lighttpd-1.4.56~rc7/ltmain.sh-6714-	    do
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-6973-	*)
lighttpd-1.4.56~rc7/ltmain.sh:6974:	  absdir=`cd "$dir" && pwd`
lighttpd-1.4.56~rc7/ltmain.sh-6975-	  test -z "$absdir" && \
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-6994-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lighttpd-1.4.56~rc7/ltmain.sh:6995:	  testbindir=`$ECHO "$dir" | $SED 's*/lib$*/bin*'`
lighttpd-1.4.56~rc7/ltmain.sh-6996-	  case :$dllsearchpath: in
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-7289-      -Z*)
lighttpd-1.4.56~rc7/ltmain.sh:7290:        if test os2 = "`expr $host : '.*\(os2\)'`"; then
lighttpd-1.4.56~rc7/ltmain.sh-7291-          # OS/2 uses -Zxxx to specify OS/2-specific options
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-7459-      # get the directories listed in $shlibpath_var
lighttpd-1.4.56~rc7/ltmain.sh:7460:      eval shlib_search_path=\`\$ECHO \"\$$shlibpath_var\" \| \$SED \'s/:/ /g\'\`
lighttpd-1.4.56~rc7/ltmain.sh-7461-    else
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-7775-		  set dummy $deplibs_check_method; shift
lighttpd-1.4.56~rc7/ltmain.sh:7776:		  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lighttpd-1.4.56~rc7/ltmain.sh-7777-		  if eval "\$ECHO \"$deplib\"" 2>/dev/null | $SED 10q \
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-7865-	if test -n "$inherited_linker_flags"; then
lighttpd-1.4.56~rc7/ltmain.sh:7866:	  tmp_inherited_linker_flags=`$ECHO "$inherited_linker_flags" | $SED 's/-framework \([^ $]*\)/\1.ltframework/g'`
lighttpd-1.4.56~rc7/ltmain.sh-7867-	  for tmp_inherited_linker_flag in $tmp_inherited_linker_flags; do
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-7873-	fi
lighttpd-1.4.56~rc7/ltmain.sh:7874:	dependency_libs=`$ECHO " $dependency_libs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lighttpd-1.4.56~rc7/ltmain.sh-7875-	if test lib,link = "$linkmode,$pass" ||
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-7946-	*)
lighttpd-1.4.56~rc7/ltmain.sh:7947:	  abs_ladir=`cd "$ladir" && pwd`
lighttpd-1.4.56~rc7/ltmain.sh-7948-	  if test -z "$abs_ladir"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-8199-	    shift
lighttpd-1.4.56~rc7/ltmain.sh:8200:	    libname=`eval "\\$ECHO \"$libname_spec\""`
lighttpd-1.4.56~rc7/ltmain.sh-8201-	    # use dlname if we got it. it's perfectly good, no?
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-8491-		*)
lighttpd-1.4.56~rc7/ltmain.sh:8492:		  absdir=`cd "$dir" && pwd`
lighttpd-1.4.56~rc7/ltmain.sh-8493-		  if test -z "$absdir"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-8502-		  depdepl=
lighttpd-1.4.56~rc7/ltmain.sh:8503:		  eval deplibrary_names=`$SED -n -e 's/^library_names=\(.*\)$/\1/p' $deplib`
lighttpd-1.4.56~rc7/ltmain.sh-8504-		  if test -n "$deplibrary_names"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-8509-		      depdepl=$absdir/$objdir/$depdepl
lighttpd-1.4.56~rc7/ltmain.sh:8510:		      darwin_install_name=`$OTOOL -L $depdepl | awk '{if (NR == 2) {print $1;exit}}'`
lighttpd-1.4.56~rc7/ltmain.sh-8511-                      if test -z "$darwin_install_name"; then
lighttpd-1.4.56~rc7/ltmain.sh:8512:                          darwin_install_name=`$OTOOL64 -L $depdepl  | awk '{if (NR == 2) {print $1;exit}}'`
lighttpd-1.4.56~rc7/ltmain.sh-8513-                      fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-8524-		else
lighttpd-1.4.56~rc7/ltmain.sh:8525:		  eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $deplib`
lighttpd-1.4.56~rc7/ltmain.sh-8526-		  test -z "$libdir" && \
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-8547-	else
lighttpd-1.4.56~rc7/ltmain.sh:8548:	  compiler_flags="$compiler_flags "`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lighttpd-1.4.56~rc7/ltmain.sh-8549-	fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-8636-        linux*)
lighttpd-1.4.56~rc7/ltmain.sh:8637:          case `$CC -V 2>&1 | sed 5q` in
lighttpd-1.4.56~rc7/ltmain.sh-8638-          *Sun\ C*) # Sun C++ 5.9
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9041-	removelist=
lighttpd-1.4.56~rc7/ltmain.sh:9042:	tempremovelist=`$ECHO "$output_objdir/*"`
lighttpd-1.4.56~rc7/ltmain.sh-9043-	for p in $tempremovelist; do
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9067-	# Transform .lo files to .o files.
lighttpd-1.4.56~rc7/ltmain.sh:9068:	oldobjs="$objs "`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; $lo2o" | $NL2SP`
lighttpd-1.4.56~rc7/ltmain.sh-9069-      fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9072-      #for path in $notinst_path; do
lighttpd-1.4.56~rc7/ltmain.sh:9073:      #	lib_search_path=`$ECHO "$lib_search_path " | $SED "s% $path % %g"`
lighttpd-1.4.56~rc7/ltmain.sh:9074:      #	deplibs=`$ECHO "$deplibs " | $SED "s% -L$path % %g"`
lighttpd-1.4.56~rc7/ltmain.sh:9075:      #	dependency_libs=`$ECHO "$dependency_libs " | $SED "s% -L$path % %g"`
lighttpd-1.4.56~rc7/ltmain.sh-9076-      #done
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9193-		if test -n "$i"; then
lighttpd-1.4.56~rc7/ltmain.sh:9194:		  libname=`eval "\\$ECHO \"$libname_spec\""`
lighttpd-1.4.56~rc7/ltmain.sh:9195:		  deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lighttpd-1.4.56~rc7/ltmain.sh-9196-		  set dummy $deplib_matches; shift
lighttpd-1.4.56~rc7/ltmain.sh-9197-		  deplib_match=$1
lighttpd-1.4.56~rc7/ltmain.sh:9198:		  if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
lighttpd-1.4.56~rc7/ltmain.sh-9199-		    func_append newdeplibs " $i"
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9236-		  if test -n "$i"; then
lighttpd-1.4.56~rc7/ltmain.sh:9237:		    libname=`eval "\\$ECHO \"$libname_spec\""`
lighttpd-1.4.56~rc7/ltmain.sh:9238:		    deplib_matches=`eval "\\$ECHO \"$library_names_spec\""`
lighttpd-1.4.56~rc7/ltmain.sh-9239-		    set dummy $deplib_matches; shift
lighttpd-1.4.56~rc7/ltmain.sh-9240-		    deplib_match=$1
lighttpd-1.4.56~rc7/ltmain.sh:9241:		    if test `expr "$ldd_output" : ".*$deplib_match"` -ne 0; then
lighttpd-1.4.56~rc7/ltmain.sh-9242-		      func_append newdeplibs " $i"
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9271-	  set dummy $deplibs_check_method; shift
lighttpd-1.4.56~rc7/ltmain.sh:9272:	  file_magic_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lighttpd-1.4.56~rc7/ltmain.sh-9273-	  for a_deplib in $deplibs; do
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9286-	      if test -n "$a_deplib"; then
lighttpd-1.4.56~rc7/ltmain.sh:9287:		libname=`eval "\\$ECHO \"$libname_spec\""`
lighttpd-1.4.56~rc7/ltmain.sh-9288-		if test -n "$file_magic_glob"; then
lighttpd-1.4.56~rc7/ltmain.sh:9289:		  libnameglob=`func_echo_all "$libname" | $SED -e $file_magic_glob`
lighttpd-1.4.56~rc7/ltmain.sh-9290-		else
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9296-		    shopt -s nocaseglob
lighttpd-1.4.56~rc7/ltmain.sh:9297:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-9298-		    $nocaseglob
lighttpd-1.4.56~rc7/ltmain.sh-9299-		  else
lighttpd-1.4.56~rc7/ltmain.sh:9300:		    potential_libs=`ls $i/$libnameglob[.-]* 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-9301-		  fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9314-		      while test -h "$potlib" 2>/dev/null; do
lighttpd-1.4.56~rc7/ltmain.sh:9315:			potliblink=`ls -ld $potlib | $SED 's/.* -> //'`
lighttpd-1.4.56~rc7/ltmain.sh-9316-			case $potliblink in
lighttpd-1.4.56~rc7/ltmain.sh-9317-			[\\/]* | [A-Za-z]:[\\/]*) potlib=$potliblink;;
lighttpd-1.4.56~rc7/ltmain.sh:9318:			*) potlib=`$ECHO "$potlib" | $SED 's|[^/]*$||'`"$potliblink";;
lighttpd-1.4.56~rc7/ltmain.sh-9319-			esac
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9355-	  set dummy $deplibs_check_method; shift
lighttpd-1.4.56~rc7/ltmain.sh:9356:	  match_pattern_regex=`expr "$deplibs_check_method" : "$1 \(.*\)"`
lighttpd-1.4.56~rc7/ltmain.sh-9357-	  for a_deplib in $deplibs; do
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9370-	      if test -n "$a_deplib"; then
lighttpd-1.4.56~rc7/ltmain.sh:9371:		libname=`eval "\\$ECHO \"$libname_spec\""`
lighttpd-1.4.56~rc7/ltmain.sh-9372-		for i in $lib_search_path $sys_lib_search_path $shlib_search_path; do
lighttpd-1.4.56~rc7/ltmain.sh:9373:		  potential_libs=`ls $i/$libname[.-]* 2>/dev/null`
lighttpd-1.4.56~rc7/ltmain.sh-9374-		  for potent_lib in $potential_libs; do
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9409-	  newdeplibs=
lighttpd-1.4.56~rc7/ltmain.sh:9410:	  tmp_deplibs=`$ECHO " $deplibs" | $SED 's/ -lc$//; s/ -[LR][^ ]*//g'`
lighttpd-1.4.56~rc7/ltmain.sh-9411-	  if test yes = "$allow_libtool_libs_with_static_runtimes"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9413-	      # can't use Xsed below, because $i might contain '/'
lighttpd-1.4.56~rc7/ltmain.sh:9414:	      tmp_deplibs=`$ECHO " $tmp_deplibs" | $SED "s|$i||"`
lighttpd-1.4.56~rc7/ltmain.sh-9415-	    done
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9439-	  # On Rhapsody replace the C library with the System framework
lighttpd-1.4.56~rc7/ltmain.sh:9440:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's/ -lc / System.ltframework /'`
lighttpd-1.4.56~rc7/ltmain.sh-9441-	  ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9491-	*-*-darwin*)
lighttpd-1.4.56~rc7/ltmain.sh:9492:	  newdeplibs=`$ECHO " $newdeplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lighttpd-1.4.56~rc7/ltmain.sh:9493:	  new_inherited_linker_flags=`$ECHO " $new_inherited_linker_flags" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lighttpd-1.4.56~rc7/ltmain.sh:9494:	  deplibs=`$ECHO " $deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lighttpd-1.4.56~rc7/ltmain.sh-9495-	  ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-9618-	# Use standard objects if they are pic
lighttpd-1.4.56~rc7/ltmain.sh:9619:	test -z "$pic_flag" && libobjs=`$ECHO "$libobjs" | $SP2NL | $SED "$lo2o" | $NL2SP`
lighttpd-1.4.56~rc7/ltmain.sh-9620-	test "X$libobjs" = "X " && libobjs=
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10132-	  eval tmp_whole_archive_flags=\"$whole_archive_flag_spec\"
lighttpd-1.4.56~rc7/ltmain.sh:10133:	  test -n "$wl" || tmp_whole_archive_flags=`$ECHO "$tmp_whole_archive_flags" | $SED 's|,| |g'`
lighttpd-1.4.56~rc7/ltmain.sh-10134-	  reload_conv_objs=$reload_objs\ $tmp_whole_archive_flags
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10147-      # Create the old-style object.
lighttpd-1.4.56~rc7/ltmain.sh:10148:      reload_objs=$objs$old_deplibs' '`$ECHO "$libobjs" | $SP2NL | $SED "/\.$libext$/d; /\.lib$/d; $lo2o" | $NL2SP`' '$reload_conv_objs
lighttpd-1.4.56~rc7/ltmain.sh-10149-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10205-	# On Rhapsody replace the C library is the System framework
lighttpd-1.4.56~rc7/ltmain.sh:10206:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's/ -lc / System.ltframework /'`
lighttpd-1.4.56~rc7/ltmain.sh:10207:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's/ -lc / System.ltframework /'`
lighttpd-1.4.56~rc7/ltmain.sh-10208-	;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10223-	# Time to change all our "foo.ltframework" stuff back to "-framework foo"
lighttpd-1.4.56~rc7/ltmain.sh:10224:	compile_deplibs=`$ECHO " $compile_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lighttpd-1.4.56~rc7/ltmain.sh:10225:	finalize_deplibs=`$ECHO " $finalize_deplibs" | $SED 's% \([^ $]*\).ltframework% -framework \1%g'`
lighttpd-1.4.56~rc7/ltmain.sh-10226-	;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10301-	*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-cegcc*)
lighttpd-1.4.56~rc7/ltmain.sh:10302:	  testbindir=`$ECHO "$libdir" | $SED -e 's*/lib$*/bin*'`
lighttpd-1.4.56~rc7/ltmain.sh-10303-	  case :$dllsearchpath: in
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10361-	# Transform all the library objects into standard objects.
lighttpd-1.4.56~rc7/ltmain.sh:10362:	compile_command=`$ECHO "$compile_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lighttpd-1.4.56~rc7/ltmain.sh:10363:	finalize_command=`$ECHO "$finalize_command" | $SP2NL | $SED "$lo2o" | $NL2SP`
lighttpd-1.4.56~rc7/ltmain.sh-10364-      fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10389-	# Replace the output file specification.
lighttpd-1.4.56~rc7/ltmain.sh:10390:	compile_command=`$ECHO "$compile_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lighttpd-1.4.56~rc7/ltmain.sh-10391-	link_command=$compile_command$compile_rpath
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10398-	  func_to_tool_file "$output"
lighttpd-1.4.56~rc7/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'`
lighttpd-1.4.56~rc7/ltmain.sh-10400-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10442-	# Replace the output file specification.
lighttpd-1.4.56~rc7/ltmain.sh:10443:	link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output"'%g'`
lighttpd-1.4.56~rc7/ltmain.sh-10444-	# Delete the old output file.
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10450-	  func_to_tool_file "$output"
lighttpd-1.4.56~rc7/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'`
lighttpd-1.4.56~rc7/ltmain.sh-10452-	  func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10468-	  link_command=$finalize_var$compile_command$finalize_rpath
lighttpd-1.4.56~rc7/ltmain.sh:10469:	  relink_command=`$ECHO "$compile_var$compile_command$compile_rpath" | $SED 's%@OUTPUT@%\$progdir/\$file%g'`
lighttpd-1.4.56~rc7/ltmain.sh-10470-          ;;
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10481-      # Replace the output file specification.
lighttpd-1.4.56~rc7/ltmain.sh:10482:      link_command=`$ECHO "$link_command" | $SED 's%@OUTPUT@%'"$output_objdir/$outputname"'%g'`
lighttpd-1.4.56~rc7/ltmain.sh-10483-
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10490-	func_to_tool_file "$output_objdir/$outputname"
lighttpd-1.4.56~rc7/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'`
lighttpd-1.4.56~rc7/ltmain.sh-10492-	func_execute_cmds "$postlink_cmds" 'exit $?'
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10511-	relink_command="(cd `pwd`; $relink_command)"
lighttpd-1.4.56~rc7/ltmain.sh:10512:	relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lighttpd-1.4.56~rc7/ltmain.sh-10513-      fi
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10757-      relink_command="(cd `pwd`; $SHELL \"$progpath\" $preserve_args --mode=relink $libtool_args @inst_prefix_dir@)"
lighttpd-1.4.56~rc7/ltmain.sh:10758:      relink_command=`$ECHO "$relink_command" | $SED "$sed_quote_subst"`
lighttpd-1.4.56~rc7/ltmain.sh-10759-      if test yes = "$hardcode_automatic"; then
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10778-		func_resolve_sysroot "$deplib"
lighttpd-1.4.56~rc7/ltmain.sh:10779:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $func_resolve_sysroot_result`
lighttpd-1.4.56~rc7/ltmain.sh-10780-		test -z "$libdir" && \
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10804-		name=$func_basename_result
lighttpd-1.4.56~rc7/ltmain.sh:10805:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lighttpd-1.4.56~rc7/ltmain.sh-10806-		test -z "$libdir" && \
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-10823-		name=$func_basename_result
lighttpd-1.4.56~rc7/ltmain.sh:10824:		eval libdir=`$SED -n -e 's/^libdir=\(.*\)$/\1/p' $lib`
lighttpd-1.4.56~rc7/ltmain.sh-10825-		test -z "$libdir" && \
##############################################
lighttpd-1.4.56~rc7/ltmain.sh-11142-# ### BEGIN LIBTOOL TAG CONFIG: disable-static
lighttpd-1.4.56~rc7/ltmain.sh:11143:build_old_libs=`case $build_libtool_libs in yes) echo no;; *) echo yes;; esac`
lighttpd-1.4.56~rc7/ltmain.sh-11144-# ### END LIBTOOL TAG CONFIG: disable-static
##############################################
lighttpd-1.4.56~rc7/tests/LightyTest.pm-18-	} else {
lighttpd-1.4.56~rc7/tests/LightyTest.pm:19:		$location = `which "$program" 2>/dev/null`;
lighttpd-1.4.56~rc7/tests/LightyTest.pm-20-		chomp $location;
##############################################
lighttpd-1.4.56~rc7/tests/LightyTest.pm-82-
lighttpd-1.4.56~rc7/tests/LightyTest.pm:83:	my ($name, $aliases, $addrtype, $net) = gethostbyaddr(inet_aton("127.0.0.1"), AF_INET);
lighttpd-1.4.56~rc7/tests/LightyTest.pm-84-
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/prefix.fcgi-1-<?php
lighttpd-1.4.56~rc7/tests/docroot/www/prefix.fcgi:2:echo $_SERVER[$_GET["var"]];
lighttpd-1.4.56~rc7/tests/docroot/www/prefix.fcgi-3-?>
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-167-  while test -n "$$dir1"; do \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:168:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-169-    if test "$$first" != "."; then \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-170-      if test "$$first" = ".."; then \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:171:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:172:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-173-      else \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:174:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-175-        if test "$$first2" = "$$first"; then \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:176:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-177-        else \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-182-    fi; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:183:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-184-  done; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-448-	dot_seen=no; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:449:	target=`echo $@ | sed s/-recursive//`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-450-	case "$@" in \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-511-GTAGS:
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:512:	here=`$(am__cd) $(top_builddir) && pwd` \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-513-	  && $(am__cd) $(top_srcdir) \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-537-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:538:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:539:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-540-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-551-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in:552:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/Makefile.in-553-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in-355-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in-369-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/expire/Makefile.in-371-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in-355-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in-369-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/go/Makefile.in-371-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in-355-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in-369-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/tests/docroot/www/indexfile/Makefile.in-371-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in-355-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in-369-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/tests/docroot/123/Makefile.in-371-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-167-  while test -n "$$dir1"; do \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:168:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-169-    if test "$$first" != "."; then \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-170-      if test "$$first" = ".."; then \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:171:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:172:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-173-      else \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:174:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-175-        if test "$$first2" = "$$first"; then \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:176:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-177-        else \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-182-    fi; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:183:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-184-  done; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-419-	dot_seen=no; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:420:	target=`echo $@ | sed s/-recursive//`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-421-	case "$@" in \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-482-GTAGS:
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:483:	here=`$(am__cd) $(top_builddir) && pwd` \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-484-	  && $(am__cd) $(top_srcdir) \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-508-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:509:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:510:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-511-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-522-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in:523:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/tests/docroot/Makefile.in-524-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/tests/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-234-  while test -n "$$dir1"; do \
lighttpd-1.4.56~rc7/tests/Makefile.in:235:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-236-    if test "$$first" != "."; then \
lighttpd-1.4.56~rc7/tests/Makefile.in-237-      if test "$$first" = ".."; then \
lighttpd-1.4.56~rc7/tests/Makefile.in:238:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lighttpd-1.4.56~rc7/tests/Makefile.in:239:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-240-      else \
lighttpd-1.4.56~rc7/tests/Makefile.in:241:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-242-        if test "$$first2" = "$$first"; then \
lighttpd-1.4.56~rc7/tests/Makefile.in:243:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-244-        else \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-249-    fi; \
lighttpd-1.4.56~rc7/tests/Makefile.in:250:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-251-  done; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-532-	test -n "$(EXEEXT)" || exit 0; \
lighttpd-1.4.56~rc7/tests/Makefile.in:533:	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-534-	echo " rm -f" $$list; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-565-.c.o:
lighttpd-1.4.56~rc7/tests/Makefile.in:566:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
lighttpd-1.4.56~rc7/tests/Makefile.in-567-@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-573-.c.obj:
lighttpd-1.4.56~rc7/tests/Makefile.in:574:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
lighttpd-1.4.56~rc7/tests/Makefile.in:575:@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
lighttpd-1.4.56~rc7/tests/Makefile.in-576-@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-578-@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
lighttpd-1.4.56~rc7/tests/Makefile.in:579:@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
lighttpd-1.4.56~rc7/tests/Makefile.in-580-
lighttpd-1.4.56~rc7/tests/Makefile.in-581-.c.lo:
lighttpd-1.4.56~rc7/tests/Makefile.in:582:@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
lighttpd-1.4.56~rc7/tests/Makefile.in-583-@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-608-	dot_seen=no; \
lighttpd-1.4.56~rc7/tests/Makefile.in:609:	target=`echo $@ | sed s/-recursive//`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-610-	case "$@" in \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-671-GTAGS:
lighttpd-1.4.56~rc7/tests/Makefile.in:672:	here=`$(am__cd) $(top_builddir) && pwd` \
lighttpd-1.4.56~rc7/tests/Makefile.in-673-	  && $(am__cd) $(top_srcdir) \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-704-	    if $(TESTS_ENVIRONMENT) $${dir}$$tst $(AM_TESTS_FD_REDIRECT); then \
lighttpd-1.4.56~rc7/tests/Makefile.in:705:	      all=`expr $$all + 1`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-706-	      case " $(XFAIL_TESTS) " in \
lighttpd-1.4.56~rc7/tests/Makefile.in-707-	      *[\ \	]$$tst[\ \	]*) \
lighttpd-1.4.56~rc7/tests/Makefile.in:708:		xpass=`expr $$xpass + 1`; \
lighttpd-1.4.56~rc7/tests/Makefile.in:709:		failed=`expr $$failed + 1`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-710-		col=$$red; res=XPASS; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-716-	    elif test $$? -ne 77; then \
lighttpd-1.4.56~rc7/tests/Makefile.in:717:	      all=`expr $$all + 1`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-718-	      case " $(XFAIL_TESTS) " in \
lighttpd-1.4.56~rc7/tests/Makefile.in-719-	      *[\ \	]$$tst[\ \	]*) \
lighttpd-1.4.56~rc7/tests/Makefile.in:720:		xfail=`expr $$xfail + 1`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-721-		col=$$lgn; res=XFAIL; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-723-	      *) \
lighttpd-1.4.56~rc7/tests/Makefile.in:724:		failed=`expr $$failed + 1`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-725-		col=$$red; res=FAIL; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-728-	    else \
lighttpd-1.4.56~rc7/tests/Makefile.in:729:	      skip=`expr $$skip + 1`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-730-	      col=$$blu; res=SKIP; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-763-	    fi; \
lighttpd-1.4.56~rc7/tests/Makefile.in:764:	    test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
lighttpd-1.4.56~rc7/tests/Makefile.in-765-	      dashes="$$skipped"; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-769-	    report="Please report to $(PACKAGE_BUGREPORT)"; \
lighttpd-1.4.56~rc7/tests/Makefile.in:770:	    test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
lighttpd-1.4.56~rc7/tests/Makefile.in-771-	      dashes="$$report"; \
lighttpd-1.4.56~rc7/tests/Makefile.in-772-	  fi; \
lighttpd-1.4.56~rc7/tests/Makefile.in:773:	  dashes=`echo "$$dashes" | sed s/./=/g`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-774-	  if test "$$failed" -eq 0; then \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-790-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/tests/Makefile.in:791:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/Makefile.in:792:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-793-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/tests/Makefile.in-804-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/tests/Makefile.in:805:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/tests/Makefile.in-806-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-184-  while test -n "$$dir1"; do \
lighttpd-1.4.56~rc7/Makefile.in:185:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/Makefile.in-186-    if test "$$first" != "."; then \
lighttpd-1.4.56~rc7/Makefile.in-187-      if test "$$first" = ".."; then \
lighttpd-1.4.56~rc7/Makefile.in:188:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lighttpd-1.4.56~rc7/Makefile.in:189:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lighttpd-1.4.56~rc7/Makefile.in-190-      else \
lighttpd-1.4.56~rc7/Makefile.in:191:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/Makefile.in-192-        if test "$$first2" = "$$first"; then \
lighttpd-1.4.56~rc7/Makefile.in:193:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/Makefile.in-194-        else \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-199-    fi; \
lighttpd-1.4.56~rc7/Makefile.in:200:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/Makefile.in-201-  done; \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-471-	dot_seen=no; \
lighttpd-1.4.56~rc7/Makefile.in:472:	target=`echo $@ | sed s/-recursive//`; \
lighttpd-1.4.56~rc7/Makefile.in-473-	case "$@" in \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-534-GTAGS:
lighttpd-1.4.56~rc7/Makefile.in:535:	here=`$(am__cd) $(top_builddir) && pwd` \
lighttpd-1.4.56~rc7/Makefile.in-536-	  && $(am__cd) $(top_srcdir) \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-569-	test -d "$(distdir)" || mkdir "$(distdir)"
lighttpd-1.4.56~rc7/Makefile.in:570:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/Makefile.in:571:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/Makefile.in-572-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-583-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/Makefile.in:584:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/Makefile.in-585-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-699-	test -d $(distdir)/_build || exit 0; \
lighttpd-1.4.56~rc7/Makefile.in:700:	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
lighttpd-1.4.56~rc7/Makefile.in-701-	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-743-	}; \
lighttpd-1.4.56~rc7/Makefile.in:744:	test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
lighttpd-1.4.56~rc7/Makefile.in-745-	   || { echo "ERROR: files left after uninstall:" ; \
##############################################
lighttpd-1.4.56~rc7/Makefile.in-755-	fi
lighttpd-1.4.56~rc7/Makefile.in:756:	@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
lighttpd-1.4.56~rc7/Makefile.in-757-	  || { echo "ERROR: files left in build directory after distclean:" ; \
##############################################
lighttpd-1.4.56~rc7/depcomp-64-  case $1 in
lighttpd-1.4.56~rc7/depcomp:65:    */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;;
lighttpd-1.4.56~rc7/depcomp-66-      *) dir=;;
##############################################
lighttpd-1.4.56~rc7/depcomp-73-{
lighttpd-1.4.56~rc7/depcomp:74:  base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'`
lighttpd-1.4.56~rc7/depcomp-75-}
##############################################
lighttpd-1.4.56~rc7/depcomp-126-  sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`}
lighttpd-1.4.56~rc7/depcomp:127:tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`}
lighttpd-1.4.56~rc7/depcomp-128-
##############################################
lighttpd-1.4.56~rc7/depcomp-405-        sleep 1
lighttpd-1.4.56~rc7/depcomp:406:        i=`expr $i - 1`
lighttpd-1.4.56~rc7/depcomp-407-      done
lighttpd-1.4.56~rc7/depcomp-408-    fi
lighttpd-1.4.56~rc7/depcomp:409:    i=`expr $i - 1`
lighttpd-1.4.56~rc7/depcomp-410-  done
##############################################
lighttpd-1.4.56~rc7/depcomp-425-  # Do two passes, one to just change these to
lighttpd-1.4.56~rc7/depcomp:426:  # `$object: dependent.h' and one to simply `dependent.h:'.
lighttpd-1.4.56~rc7/depcomp-427-  sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile"
##############################################
lighttpd-1.4.56~rc7/depcomp-659-  done
lighttpd-1.4.56~rc7/depcomp:660:  obj_suffix=`echo "$object" | sed 's/^.*\././'`
lighttpd-1.4.56~rc7/depcomp-661-  touch "$tmpdepfile"
##############################################
lighttpd-1.4.56~rc7/ar-lib-65-	mingw)
lighttpd-1.4.56~rc7/ar-lib:66:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lighttpd-1.4.56~rc7/ar-lib-67-	  ;;
lighttpd-1.4.56~rc7/ar-lib-68-	cygwin | msys)
lighttpd-1.4.56~rc7/ar-lib:69:	  file=`cygpath -m "$file" || echo "$file"`
lighttpd-1.4.56~rc7/ar-lib-70-	  ;;
lighttpd-1.4.56~rc7/ar-lib-71-	wine)
lighttpd-1.4.56~rc7/ar-lib:72:	  file=`winepath -w "$file" || echo "$file"`
lighttpd-1.4.56~rc7/ar-lib-73-	  ;;
##############################################
lighttpd-1.4.56~rc7/ar-lib-88-  archive=$3
lighttpd-1.4.56~rc7/ar-lib:89:  at_file_contents=`cat "$1"`
lighttpd-1.4.56~rc7/ar-lib-90-  eval set x "$at_file_contents"
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-131-    PKG_CHECK_EXISTS([$3],
lighttpd-1.4.56~rc7/aclocal.m4:132:                     [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null`
lighttpd-1.4.56~rc7/aclocal.m4-133-		      test "x$?" != "x0" && pkg_failed=yes ],
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-179-        if test $_pkg_short_errors_supported = yes; then
lighttpd-1.4.56~rc7/aclocal.m4:180:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1`
lighttpd-1.4.56~rc7/aclocal.m4-181-        else 
lighttpd-1.4.56~rc7/aclocal.m4:182:	        $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1`
lighttpd-1.4.56~rc7/aclocal.m4-183-        fi
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-496-# iff we strip the leading $srcdir from $ac_aux_dir.  That would be:
lighttpd-1.4.56~rc7/aclocal.m4:497:#   am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
lighttpd-1.4.56~rc7/aclocal.m4-498-# and then we would define $MISSING as
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-511-# Expand $ac_aux_dir to an absolute path.
lighttpd-1.4.56~rc7/aclocal.m4:512:am_aux_dir=`cd "$ac_aux_dir" && pwd`
lighttpd-1.4.56~rc7/aclocal.m4-513-])
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-609-  if test "$am_compiler_list" = ""; then
lighttpd-1.4.56~rc7/aclocal.m4:610:     am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp`
lighttpd-1.4.56~rc7/aclocal.m4-611-  fi
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-762-    # Strip MF so we end up with the name of the file.
lighttpd-1.4.56~rc7/aclocal.m4:763:    am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'`
lighttpd-1.4.56~rc7/aclocal.m4-764-    # Check whether this is an Automake generated Makefile which includes
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-769-      || continue
lighttpd-1.4.56~rc7/aclocal.m4:770:    am_dirpart=`AS_DIRNAME(["$am_mf"])`
lighttpd-1.4.56~rc7/aclocal.m4:771:    am_filepart=`AS_BASENAME(["$am_mf"])`
lighttpd-1.4.56~rc7/aclocal.m4-772-    AM_RUN_LOG([cd "$am_dirpart" \
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-839-AC_REQUIRE([AC_PROG_INSTALL])dnl
lighttpd-1.4.56~rc7/aclocal.m4:840:if test "`cd $srcdir && pwd`" != "`pwd`"; then
lighttpd-1.4.56~rc7/aclocal.m4-841-  # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-998-    * )
lighttpd-1.4.56~rc7/aclocal.m4:999:      _am_stamp_count=`expr $_am_stamp_count + 1` ;;
lighttpd-1.4.56~rc7/aclocal.m4-1000-  esac
lighttpd-1.4.56~rc7/aclocal.m4-1001-done
lighttpd-1.4.56~rc7/aclocal.m4:1002:echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
lighttpd-1.4.56~rc7/aclocal.m4-1003-
##############################################
lighttpd-1.4.56~rc7/aclocal.m4-1254-     echo "timestamp, slept: $am_has_slept" > conftest.file
lighttpd-1.4.56~rc7/aclocal.m4:1255:     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
lighttpd-1.4.56~rc7/aclocal.m4-1256-     if test "$[*]" = "X"; then
lighttpd-1.4.56~rc7/aclocal.m4-1257-	# -L didn't work.
lighttpd-1.4.56~rc7/aclocal.m4:1258:	set X `ls -t "$srcdir/configure" conftest.file`
lighttpd-1.4.56~rc7/aclocal.m4-1259-     fi
##############################################
lighttpd-1.4.56~rc7/config.sub-52-
lighttpd-1.4.56~rc7/config.sub:53:me=`echo "$0" | sed -e 's,.*/,,'`
lighttpd-1.4.56~rc7/config.sub-54-
##############################################
lighttpd-1.4.56~rc7/config.sub-770-	i*86v32)
lighttpd-1.4.56~rc7/config.sub:771:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
lighttpd-1.4.56~rc7/config.sub-772-		vendor=pc
##############################################
lighttpd-1.4.56~rc7/config.sub-775-	i*86v4*)
lighttpd-1.4.56~rc7/config.sub:776:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
lighttpd-1.4.56~rc7/config.sub-777-		vendor=pc
##############################################
lighttpd-1.4.56~rc7/config.sub-780-	i*86v)
lighttpd-1.4.56~rc7/config.sub:781:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
lighttpd-1.4.56~rc7/config.sub-782-		vendor=pc
##############################################
lighttpd-1.4.56~rc7/config.sub-785-	i*86sol2)
lighttpd-1.4.56~rc7/config.sub:786:		cpu=`echo "$1" | sed -e 's/86.*/86/'`
lighttpd-1.4.56~rc7/config.sub-787-		vendor=pc
##############################################
lighttpd-1.4.56~rc7/config.sub-916-		cpu=sparc
lighttpd-1.4.56~rc7/config.sub:917:		vendor=`echo "$basic_machine" | sed 's/-.*//'`
lighttpd-1.4.56~rc7/config.sub-918-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1082-	sh5e[lb]-*)
lighttpd-1.4.56~rc7/config.sub:1083:		cpu=`echo "$cpu" | sed 's/^\(sh.\)e\(.\)$/\1\2e/'`
lighttpd-1.4.56~rc7/config.sub-1084-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1100-	xscale-* | xscalee[bl]-*)
lighttpd-1.4.56~rc7/config.sub:1101:		cpu=`echo "$cpu" | sed 's/^xscale/arm/'`
lighttpd-1.4.56~rc7/config.sub-1102-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1251-			*)
lighttpd-1.4.56~rc7/config.sub:1252:				echo Invalid configuration \`"$1"\': machine \`"$cpu-$vendor"\' not recognized 1>&2
lighttpd-1.4.56~rc7/config.sub-1253-				exit 1
##############################################
lighttpd-1.4.56~rc7/config.sub-1285-	solaris1 | solaris1.*)
lighttpd-1.4.56~rc7/config.sub:1286:		os=`echo $os | sed -e 's|solaris1|sunos4|'`
lighttpd-1.4.56~rc7/config.sub-1287-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1294-	gnu/linux*)
lighttpd-1.4.56~rc7/config.sub:1295:		os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
lighttpd-1.4.56~rc7/config.sub-1296-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1317-	sco3.2.[4-9]*)
lighttpd-1.4.56~rc7/config.sub:1318:		os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
lighttpd-1.4.56~rc7/config.sub-1319-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1380-	nto*)
lighttpd-1.4.56~rc7/config.sub:1381:		os=`echo $os | sed -e 's|nto|nto-qnx|'`
lighttpd-1.4.56~rc7/config.sub-1382-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1390-	linux*)
lighttpd-1.4.56~rc7/config.sub:1391:		os=`echo $os | sed -e 's|linux|linux-gnu|'`
lighttpd-1.4.56~rc7/config.sub-1392-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1402-	mac*)
lighttpd-1.4.56~rc7/config.sub:1403:		os=`echo "$os" | sed -e 's|mac|macos|'`
lighttpd-1.4.56~rc7/config.sub-1404-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1411-	sunos5*)
lighttpd-1.4.56~rc7/config.sub:1412:		os=`echo "$os" | sed -e 's|sunos5|solaris2|'`
lighttpd-1.4.56~rc7/config.sub-1413-		;;
lighttpd-1.4.56~rc7/config.sub-1414-	sunos6*)
lighttpd-1.4.56~rc7/config.sub:1415:		os=`echo "$os" | sed -e 's|sunos6|solaris3|'`
lighttpd-1.4.56~rc7/config.sub-1416-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1451-	sinix5.*)
lighttpd-1.4.56~rc7/config.sub:1452:		os=`echo $os | sed -e 's|sinix|sysv|'`
lighttpd-1.4.56~rc7/config.sub-1453-		;;
##############################################
lighttpd-1.4.56~rc7/config.sub-1511-	*)
lighttpd-1.4.56~rc7/config.sub:1512:		echo Invalid configuration \`"$1"\': system \`"$os"\' not recognized 1>&2
lighttpd-1.4.56~rc7/config.sub-1513-		exit 1
##############################################
lighttpd-1.4.56~rc7/install-sh-234-      fi
lighttpd-1.4.56~rc7/install-sh:235:      cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
lighttpd-1.4.56~rc7/install-sh-236-    *)
##############################################
lighttpd-1.4.56~rc7/install-sh-280-      dstdir=$dst
lighttpd-1.4.56~rc7/install-sh:281:      dstbase=`basename "$src"`
lighttpd-1.4.56~rc7/install-sh-282-      case $dst in
##############################################
lighttpd-1.4.56~rc7/install-sh-287-    else
lighttpd-1.4.56~rc7/install-sh:288:      dstdir=`dirname "$dst"`
lighttpd-1.4.56~rc7/install-sh-289-      test -d "$dstdir"
##############################################
lighttpd-1.4.56~rc7/install-sh-354-                   test_tmpdir="$tmpdir/a"
lighttpd-1.4.56~rc7/install-sh:355:                   ls_ld_tmpdir=`ls -ld "$test_tmpdir"`
lighttpd-1.4.56~rc7/install-sh-356-                   case $ls_ld_tmpdir in
##############################################
lighttpd-1.4.56~rc7/install-sh-361-                   $mkdirprog -m$different_mode -p -- "$test_tmpdir" && {
lighttpd-1.4.56~rc7/install-sh:362:                     ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"`
lighttpd-1.4.56~rc7/install-sh-363-                     test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
##############################################
lighttpd-1.4.56~rc7/install-sh-419-            case $prefix in
lighttpd-1.4.56~rc7/install-sh:420:              *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
lighttpd-1.4.56~rc7/install-sh-421-              *) qprefix=$prefix;;
##############################################
lighttpd-1.4.56~rc7/install-sh-479-    if $copy_on_change &&
lighttpd-1.4.56~rc7/install-sh:480:       old=`LC_ALL=C ls -dlL "$dst"     2>/dev/null` &&
lighttpd-1.4.56~rc7/install-sh:481:       new=`LC_ALL=C ls -dlL "$dsttmp"  2>/dev/null` &&
lighttpd-1.4.56~rc7/install-sh-482-       set -f &&
##############################################
lighttpd-1.4.56~rc7/distribute.sh.in-28-
lighttpd-1.4.56~rc7/distribute.sh.in:29:MD5RPM=`md5sum /home/jan/rpmbuild/RPMS/i386/${NAME}-1.i386.rpm| cut -b 1-32`
lighttpd-1.4.56~rc7/distribute.sh.in:30:MD5SRPM=`md5sum /home/jan/rpmbuild/SRPMS/${NAME}-1.src.rpm| cut -b 1-32`
lighttpd-1.4.56~rc7/distribute.sh.in:31:MD5TGZ=`md5sum ${NAME}.tar.gz| cut -b 1-32`
lighttpd-1.4.56~rc7/distribute.sh.in-32-DATE=`date +'%Y-%m-%d %H:%M'`
lighttpd-1.4.56~rc7/distribute.sh.in:33:NEWS=`cat NEWS | sed "/^- ${VERSION}/,/^-/p;d" | sed "/^- /d;/^$/d"`
lighttpd-1.4.56~rc7/distribute.sh.in-34-DLNAME="${DLURL}/${NAME}"
##############################################
lighttpd-1.4.56~rc7/doc/outdated/authentication.txt-117-
lighttpd-1.4.56~rc7/doc/outdated/authentication.txt:118:  hash=`echo -n "$user:$realm:$pass" | md5sum | cut -b -32`
lighttpd-1.4.56~rc7/doc/outdated/authentication.txt-119-
##############################################
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in-435-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in:436:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in:437:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in-438-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in-449-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in:450:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/doc/outdated/Makefile.in-451-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/doc/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-130-  esac
lighttpd-1.4.56~rc7/doc/Makefile.in:131:am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
lighttpd-1.4.56~rc7/doc/Makefile.in-132-am__vpath_adj = case $$p in \
lighttpd-1.4.56~rc7/doc/Makefile.in:133:    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
lighttpd-1.4.56~rc7/doc/Makefile.in-134-    *) f=$$p;; \
lighttpd-1.4.56~rc7/doc/Makefile.in-135-  esac;
lighttpd-1.4.56~rc7/doc/Makefile.in:136:am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
lighttpd-1.4.56~rc7/doc/Makefile.in-137-am__install_max = 40
lighttpd-1.4.56~rc7/doc/Makefile.in-138-am__nobase_strip_setup = \
lighttpd-1.4.56~rc7/doc/Makefile.in:139:  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
lighttpd-1.4.56~rc7/doc/Makefile.in-140-am__nobase_strip = \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-198-  while test -n "$$dir1"; do \
lighttpd-1.4.56~rc7/doc/Makefile.in:199:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-200-    if test "$$first" != "."; then \
lighttpd-1.4.56~rc7/doc/Makefile.in-201-      if test "$$first" = ".."; then \
lighttpd-1.4.56~rc7/doc/Makefile.in:202:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lighttpd-1.4.56~rc7/doc/Makefile.in:203:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-204-      else \
lighttpd-1.4.56~rc7/doc/Makefile.in:205:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-206-        if test "$$first2" = "$$first"; then \
lighttpd-1.4.56~rc7/doc/Makefile.in:207:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-208-        else \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-213-    fi; \
lighttpd-1.4.56~rc7/doc/Makefile.in:214:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-215-  done; \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-446-	test -n "$(man8dir)" \
lighttpd-1.4.56~rc7/doc/Makefile.in:447:	  && test -n "`echo $$list1$$list2`" \
lighttpd-1.4.56~rc7/doc/Makefile.in-448-	  || exit 0; \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-497-	dot_seen=no; \
lighttpd-1.4.56~rc7/doc/Makefile.in:498:	target=`echo $@ | sed s/-recursive//`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-499-	case "$@" in \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-560-GTAGS:
lighttpd-1.4.56~rc7/doc/Makefile.in:561:	here=`$(am__cd) $(top_builddir) && pwd` \
lighttpd-1.4.56~rc7/doc/Makefile.in-562-	  && $(am__cd) $(top_srcdir) \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-586-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/doc/Makefile.in:587:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/Makefile.in:588:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-589-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/doc/Makefile.in-600-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/doc/Makefile.in:601:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/doc/Makefile.in-602-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/doc/config/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/doc/config/Makefile.in-167-  while test -n "$$dir1"; do \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:168:    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-169-    if test "$$first" != "."; then \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-170-      if test "$$first" = ".."; then \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:171:        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:172:        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-173-      else \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:174:        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-175-        if test "$$first2" = "$$first"; then \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:176:          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-177-        else \
##############################################
lighttpd-1.4.56~rc7/doc/config/Makefile.in-182-    fi; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:183:    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-184-  done; \
##############################################
lighttpd-1.4.56~rc7/doc/config/Makefile.in-420-	dot_seen=no; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:421:	target=`echo $@ | sed s/-recursive//`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-422-	case "$@" in \
##############################################
lighttpd-1.4.56~rc7/doc/config/Makefile.in-483-GTAGS:
lighttpd-1.4.56~rc7/doc/config/Makefile.in:484:	here=`$(am__cd) $(top_builddir) && pwd` \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-485-	  && $(am__cd) $(top_srcdir) \
##############################################
lighttpd-1.4.56~rc7/doc/config/Makefile.in-509-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/doc/config/Makefile.in:510:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:511:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-512-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/doc/config/Makefile.in-523-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/doc/config/Makefile.in:524:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/doc/config/Makefile.in-525-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in-355-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in-369-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/doc/config/vhosts.d/Makefile.in-371-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in-380-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in:381:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in:382:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in-383-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in-394-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in:395:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/doc/config/conf.d/Makefile.in-396-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in-360-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in:361:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in:362:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in-363-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in-374-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in:375:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/doc/scripts/Makefile.in-376-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in-49-  { \
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in:50:    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in-51-  }; \
##############################################
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in-355-distdir-am: $(DISTFILES)
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in:356:	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in:357:	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in-358-	list='$(DISTFILES)'; \
##############################################
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in-369-	  if test -d $$d/$$file; then \
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in:370:	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
lighttpd-1.4.56~rc7/doc/systemd/Makefile.in-371-	    if test -d "$(distdir)/$$file"; then \
##############################################
lighttpd-1.4.56~rc7/compile-67-	mingw/*)
lighttpd-1.4.56~rc7/compile:68:	  file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
lighttpd-1.4.56~rc7/compile-69-	  ;;
lighttpd-1.4.56~rc7/compile-70-	cygwin/* | msys/*)
lighttpd-1.4.56~rc7/compile:71:	  file=`cygpath -m "$file" || echo "$file"`
lighttpd-1.4.56~rc7/compile-72-	  ;;
lighttpd-1.4.56~rc7/compile-73-	wine/*)
lighttpd-1.4.56~rc7/compile:74:	  file=`winepath -w "$file" || echo "$file"`
lighttpd-1.4.56~rc7/compile-75-	  ;;
##############################################
lighttpd-1.4.56~rc7/compile-310-# Name of file we expect compiler to create.
lighttpd-1.4.56~rc7/compile:311:cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
lighttpd-1.4.56~rc7/compile-312-
##############################################
lighttpd-1.4.56~rc7/compile-316-# object file name, since that is what matters with a parallel build.
lighttpd-1.4.56~rc7/compile:317:lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
lighttpd-1.4.56~rc7/compile-318-while true; do
##############################################
lighttpd-1.4.56~rc7/NEWS-737-  * [core] use high precision stat timestamp on OS X
lighttpd-1.4.56~rc7/NEWS:738:  * [mod_magnet] expose server addr (local IP) to lua
lighttpd-1.4.56~rc7/NEWS-739-  * [core] adjust http_chunk read() retry loop
##############################################
lighttpd-1.4.56~rc7/NEWS-1174-  * [mod_extforward] simplify header search
lighttpd-1.4.56~rc7/NEWS:1175:  * [mod_extforward] consolidate ipstr_to_sockaddr()
lighttpd-1.4.56~rc7/NEWS-1176-  * [mod_extforward] upd scheme after ipstr validated
##############################################
lighttpd-1.4.56~rc7/NEWS-2265-
lighttpd-1.4.56~rc7/NEWS:2266:  * fix crash if gethostbyaddr() failed on redirect [1718]
lighttpd-1.4.56~rc7/NEWS-2267-  * properly handle 206 responses generated by *cgi scripts. (#755) [1716]
##############################################
lighttpd-1.4.56~rc7/configure.ac-269-    if "$MYSQL_CONFIG" | grep -- '--include' > /dev/null ; then
lighttpd-1.4.56~rc7/configure.ac:270:      MYSQL_CFLAGS=`"$MYSQL_CONFIG" --include | sed s/\'//g`
lighttpd-1.4.56~rc7/configure.ac-271-    else
lighttpd-1.4.56~rc7/configure.ac:272:      MYSQL_CFLAGS=`"$MYSQL_CONFIG" --cflags | sed s/\'//g`
lighttpd-1.4.56~rc7/configure.ac-273-    fi
lighttpd-1.4.56~rc7/configure.ac:274:    MYSQL_LIBS=`"$MYSQL_CONFIG" --libs | sed s/\'//g`
lighttpd-1.4.56~rc7/configure.ac-275-  fi
##############################################
lighttpd-1.4.56~rc7/configure.ac-323-
lighttpd-1.4.56~rc7/configure.ac:324:    PGSQL_CFLAGS="-I`"$PGSQL_CONFIG" --includedir`"
lighttpd-1.4.56~rc7/configure.ac:325:    PGSQL_LIBS="-L`"$PGSQL_CONFIG" --libdir` -lpq"
lighttpd-1.4.56~rc7/configure.ac-326-  fi
##############################################
lighttpd-1.4.56~rc7/configure.ac-922-    if test -n "$PCRECONFIG"; then
lighttpd-1.4.56~rc7/configure.ac:923:      PCRE_LIB=`"$PCRECONFIG" --libs`
lighttpd-1.4.56~rc7/configure.ac:924:      CPPFLAGS="$CPPFLAGS `"$PCRECONFIG" --cflags`"
lighttpd-1.4.56~rc7/configure.ac-925-    fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-119-    done
lighttpd-1.4.56~rc7/m4/libtool.m4:120:    func_cc_basename_result=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
lighttpd-1.4.56~rc7/m4/libtool.m4-121-}
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-437-m4_define([_LT_CONFIG_STATUS_DECLARE],
lighttpd-1.4.56~rc7/m4/libtool.m4:438:[$1='`$ECHO "$][$1" | $SED "$delay_single_quote_subst"`'])
lighttpd-1.4.56~rc7/m4/libtool.m4-439-
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-447-#
lighttpd-1.4.56~rc7/m4/libtool.m4:448:#    <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
lighttpd-1.4.56~rc7/m4/libtool.m4-449-m4_defun([_LT_CONFIG_STATUS_DECLARATIONS],
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-557-]], lt_decl_quote_varnames); do
lighttpd-1.4.56~rc7/m4/libtool.m4:558:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lighttpd-1.4.56~rc7/m4/libtool.m4-559-    *[[\\\\\\\`\\"\\\$]]*)
lighttpd-1.4.56~rc7/m4/libtool.m4:560:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lighttpd-1.4.56~rc7/m4/libtool.m4-561-      ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-570-]], lt_decl_dquote_varnames); do
lighttpd-1.4.56~rc7/m4/libtool.m4:571:    case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
lighttpd-1.4.56~rc7/m4/libtool.m4-572-    *[[\\\\\\\`\\"\\\$]]*)
lighttpd-1.4.56~rc7/m4/libtool.m4:573:      eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\"" ## exclude from sc_prohibit_nested_quotes
lighttpd-1.4.56~rc7/m4/libtool.m4-574-      ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1112-  if test yes = "$lt_cv_ld_force_load"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:1113:    _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\"`'
lighttpd-1.4.56~rc7/m4/libtool.m4-1114-    m4_case([$1], [F77], [_LT_TAGVAR(compiler_needs_object, $1)=yes],
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1165-      }]'
lighttpd-1.4.56~rc7/m4/libtool.m4:1166:  _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lighttpd-1.4.56~rc7/m4/libtool.m4-1167-  # Check for a 64-bit object if we didn't find anything.
lighttpd-1.4.56~rc7/m4/libtool.m4-1168-  if test -z "$_LT_TAGVAR([lt_cv_aix_libpath_], [$1])"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:1169:    _LT_TAGVAR([lt_cv_aix_libpath_], [$1])=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
lighttpd-1.4.56~rc7/m4/libtool.m4-1170-  fi],[])
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1201-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
lighttpd-1.4.56~rc7/m4/libtool.m4:1202:   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-1203-  ECHO='print -r --'
lighttpd-1.4.56~rc7/m4/libtool.m4:1204:elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-1205-  ECHO='printf %s\n'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1236-    PATH=/empty FPATH=/empty; export PATH FPATH
lighttpd-1.4.56~rc7/m4/libtool.m4:1237:    test "X`printf %s $ECHO`" = "X$ECHO" \
lighttpd-1.4.56~rc7/m4/libtool.m4:1238:      || test "X`print -r -- $ECHO`" = "X$ECHO" )])])
lighttpd-1.4.56~rc7/m4/libtool.m4-1239-
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1260-   if test yes = "$GCC"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:1261:     lt_sysroot=`$CC --print-sysroot 2>/dev/null`
lighttpd-1.4.56~rc7/m4/libtool.m4-1262-   fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1264- /*)
lighttpd-1.4.56~rc7/m4/libtool.m4:1265:   lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
lighttpd-1.4.56~rc7/m4/libtool.m4-1266-   ;; #(
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1294-  if AC_TRY_EVAL(ac_compile); then
lighttpd-1.4.56~rc7/m4/libtool.m4:1295:    case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/m4/libtool.m4-1296-      *ELF-32*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1311-    if test yes = "$lt_cv_prog_gnu_ld"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:1312:      case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/m4/libtool.m4-1313-	*32-bit*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1323-    else
lighttpd-1.4.56~rc7/m4/libtool.m4:1324:      case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/m4/libtool.m4-1325-	*32-bit*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1345-    emul=elf
lighttpd-1.4.56~rc7/m4/libtool.m4:1346:    case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/m4/libtool.m4-1347-      *32-bit*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1353-    esac
lighttpd-1.4.56~rc7/m4/libtool.m4:1354:    case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/m4/libtool.m4-1355-      *MSB*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1361-    esac
lighttpd-1.4.56~rc7/m4/libtool.m4:1362:    case `/usr/bin/file conftest.$ac_objext` in
lighttpd-1.4.56~rc7/m4/libtool.m4-1363-      *N32*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1726-    # And add a safety zone
lighttpd-1.4.56~rc7/m4/libtool.m4:1727:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lighttpd-1.4.56~rc7/m4/libtool.m4:1728:    lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lighttpd-1.4.56~rc7/m4/libtool.m4-1729-    ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1759-    if test -n "$kargmax"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:1760:      lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[[	 ]]//'`
lighttpd-1.4.56~rc7/m4/libtool.m4-1761-    else
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1768-       test undefined != "$lt_cv_sys_max_cmd_len"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:1769:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
lighttpd-1.4.56~rc7/m4/libtool.m4:1770:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
lighttpd-1.4.56~rc7/m4/libtool.m4-1771-    else
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1780-      # we can't tell.
lighttpd-1.4.56~rc7/m4/libtool.m4:1781:      while { test X`env echo "$teststring$teststring" 2>/dev/null` \
lighttpd-1.4.56~rc7/m4/libtool.m4-1782-	         = "X$teststring$teststring"; } >/dev/null 2>&1 &&
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1784-      do
lighttpd-1.4.56~rc7/m4/libtool.m4:1785:        i=`expr $i + 1`
lighttpd-1.4.56~rc7/m4/libtool.m4-1786-        teststring=$teststring$teststring
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1788-      # Only check the string length outside the loop.
lighttpd-1.4.56~rc7/m4/libtool.m4:1789:      lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
lighttpd-1.4.56~rc7/m4/libtool.m4-1790-      teststring=
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-1793-      # linker.  It appears as though 1/2 is a usable value.
lighttpd-1.4.56~rc7/m4/libtool.m4:1794:      lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
lighttpd-1.4.56~rc7/m4/libtool.m4-1795-    fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2259-    *:)
lighttpd-1.4.56~rc7/m4/libtool.m4:2260:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'` \@S|@@S|@1\"
lighttpd-1.4.56~rc7/m4/libtool.m4-2261-        ;;
lighttpd-1.4.56~rc7/m4/libtool.m4-2262-    x:*)
lighttpd-1.4.56~rc7/m4/libtool.m4:2263:        eval @S|@1=\"\@S|@@S|@1 `$ECHO @S|@2 | $SED 's/:/ /g'`\"
lighttpd-1.4.56~rc7/m4/libtool.m4-2264-        ;;
lighttpd-1.4.56~rc7/m4/libtool.m4-2265-    *::*)
lighttpd-1.4.56~rc7/m4/libtool.m4:2266:        eval @S|@1=\"\@S|@@S|@1\ `$ECHO @S|@2 | $SED -e 's/.*:://' -e 's/:/ /g'`\"
lighttpd-1.4.56~rc7/m4/libtool.m4:2267:        eval @S|@1=\"`$ECHO @S|@2 | $SED -e 's/::.*//' -e 's/:/ /g'`\ \@S|@@S|@1\"
lighttpd-1.4.56~rc7/m4/libtool.m4-2268-        ;;
lighttpd-1.4.56~rc7/m4/libtool.m4-2269-    *)
lighttpd-1.4.56~rc7/m4/libtool.m4:2270:        eval @S|@1=\"`$ECHO @S|@2 | $SED 's/:/ /g'`\"
lighttpd-1.4.56~rc7/m4/libtool.m4-2271-        ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2299-  esac
lighttpd-1.4.56~rc7/m4/libtool.m4:2300:  lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
lighttpd-1.4.56~rc7/m4/libtool.m4-2301-  case $lt_search_path_spec in
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2306-    # okay in the real world where ";" in dirpaths is itself problematic.
lighttpd-1.4.56~rc7/m4/libtool.m4:2307:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
lighttpd-1.4.56~rc7/m4/libtool.m4-2308-    ;;
lighttpd-1.4.56~rc7/m4/libtool.m4-2309-  *)
lighttpd-1.4.56~rc7/m4/libtool.m4:2310:    lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
lighttpd-1.4.56~rc7/m4/libtool.m4-2311-    ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2315-  lt_tmp_lt_search_path_spec=
lighttpd-1.4.56~rc7/m4/libtool.m4:2316:  lt_multi_os_dir=/`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
lighttpd-1.4.56~rc7/m4/libtool.m4-2317-  # ...but if some path component already ends with the multilib dir we assume
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2357-  esac
lighttpd-1.4.56~rc7/m4/libtool.m4:2358:  sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
lighttpd-1.4.56~rc7/m4/libtool.m4-2359-else
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2498-    # Create ${libname}_ixlibrary.a entries in /sys/libs.
lighttpd-1.4.56~rc7/m4/libtool.m4:2499:    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'
lighttpd-1.4.56~rc7/m4/libtool.m4-2500-    ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2534-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lighttpd-1.4.56~rc7/m4/libtool.m4:2535:    postinstall_cmds='base_file=`basename \$file`~
lighttpd-1.4.56~rc7/m4/libtool.m4:2536:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lighttpd-1.4.56~rc7/m4/libtool.m4:2537:      dldir=$destdir/`dirname \$dlpath`~
lighttpd-1.4.56~rc7/m4/libtool.m4-2538-      test -d \$dldir || mkdir -p \$dldir~
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2543-      fi'
lighttpd-1.4.56~rc7/m4/libtool.m4:2544:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lighttpd-1.4.56~rc7/m4/libtool.m4-2545-      dlpath=$dir/\$dldll~
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2551-      # Cygwin DLLs use 'cyg' prefix rather than 'lib'
lighttpd-1.4.56~rc7/m4/libtool.m4:2552:      soname_spec='`echo $libname | sed -e 's/^lib/cyg/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lighttpd-1.4.56~rc7/m4/libtool.m4-2553-m4_if([$1], [],[
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2557-      # MinGW DLLs use traditional 'lib' prefix
lighttpd-1.4.56~rc7/m4/libtool.m4:2558:      soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lighttpd-1.4.56~rc7/m4/libtool.m4-2559-      ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2561-      # pw32 DLLs use 'pw' prefix rather than 'lib'
lighttpd-1.4.56~rc7/m4/libtool.m4:2562:      library_names_spec='`echo $libname | sed -e 's/^lib/pw/'``echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lighttpd-1.4.56~rc7/m4/libtool.m4-2563-      ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2570-    libname_spec='$name'
lighttpd-1.4.56~rc7/m4/libtool.m4:2571:    soname_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext'
lighttpd-1.4.56~rc7/m4/libtool.m4-2572-    library_names_spec='$libname.dll.lib'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2582-        # Let DOS variable expansion print the short 8.3 style file name.
lighttpd-1.4.56~rc7/m4/libtool.m4:2583:        lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
lighttpd-1.4.56~rc7/m4/libtool.m4-2584-        sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2587-      # Convert to MSYS style.
lighttpd-1.4.56~rc7/m4/libtool.m4:2588:      sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([[a-zA-Z]]\\):| /\\1|g' -e 's|^ ||'`
lighttpd-1.4.56~rc7/m4/libtool.m4-2589-      ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2593-      # like /cygdrive/c/PROGRA~1:/cygdr...
lighttpd-1.4.56~rc7/m4/libtool.m4:2594:      sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
lighttpd-1.4.56~rc7/m4/libtool.m4:2595:      sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
lighttpd-1.4.56~rc7/m4/libtool.m4:2596:      sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lighttpd-1.4.56~rc7/m4/libtool.m4-2597-      ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2601-        # It is most probably a Windows format PATH.
lighttpd-1.4.56~rc7/m4/libtool.m4:2602:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
lighttpd-1.4.56~rc7/m4/libtool.m4-2603-      else
lighttpd-1.4.56~rc7/m4/libtool.m4:2604:        sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
lighttpd-1.4.56~rc7/m4/libtool.m4-2605-      fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2611-    # DLL is installed to $(libdir)/../bin by postinstall_cmds
lighttpd-1.4.56~rc7/m4/libtool.m4:2612:    postinstall_cmds='base_file=`basename \$file`~
lighttpd-1.4.56~rc7/m4/libtool.m4:2613:      dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; echo \$dlname'\''`~
lighttpd-1.4.56~rc7/m4/libtool.m4:2614:      dldir=$destdir/`dirname \$dlpath`~
lighttpd-1.4.56~rc7/m4/libtool.m4-2615-      test -d \$dldir || mkdir -p \$dldir~
lighttpd-1.4.56~rc7/m4/libtool.m4-2616-      $install_prog $dir/$dlname \$dldir/$dlname'
lighttpd-1.4.56~rc7/m4/libtool.m4:2617:    postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
lighttpd-1.4.56~rc7/m4/libtool.m4-2618-      dlpath=$dir/\$dldll~
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2625-    # Assume MSVC wrapper
lighttpd-1.4.56~rc7/m4/libtool.m4:2626:    library_names_spec='$libname`echo $release | $SED -e 's/[[.]]/-/g'`$versuffix$shared_ext $libname.lib'
lighttpd-1.4.56~rc7/m4/libtool.m4-2627-    dynamic_linker='Win32 ld.exe'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2642-  shlibpath_var=DYLD_LIBRARY_PATH
lighttpd-1.4.56~rc7/m4/libtool.m4:2643:  shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
lighttpd-1.4.56~rc7/m4/libtool.m4-2644-m4_if([$1], [],[
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2879-  if test -f /etc/ld.so.conf; then
lighttpd-1.4.56~rc7/m4/libtool.m4:2880:    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' ' '`
lighttpd-1.4.56~rc7/m4/libtool.m4-2881-    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2933-  need_lib_prefix=no
lighttpd-1.4.56~rc7/m4/libtool.m4:2934:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-2935-    need_version=no
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2960-  sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
lighttpd-1.4.56~rc7/m4/libtool.m4:2961:  postinstall_cmds='base_file=`basename \$file`~
lighttpd-1.4.56~rc7/m4/libtool.m4:2962:    dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\$base_file'\''i; $ECHO \$dlname'\''`~
lighttpd-1.4.56~rc7/m4/libtool.m4:2963:    dldir=$destdir/`dirname \$dlpath`~
lighttpd-1.4.56~rc7/m4/libtool.m4-2964-    test -d \$dldir || mkdir -p \$dldir~
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-2969-    fi'
lighttpd-1.4.56~rc7/m4/libtool.m4:2970:  postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; $ECHO \$dlname'\''`~
lighttpd-1.4.56~rc7/m4/libtool.m4-2971-    dlpath=$dir/\$dldll~
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3180-	"file_magic "*)
lighttpd-1.4.56~rc7/m4/libtool.m4:3181:	  file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
lighttpd-1.4.56~rc7/m4/libtool.m4-3182-	  MAGIC_CMD=$lt_cv_path_MAGIC_CMD
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3263-    # gcc leaves a trailing carriage return, which upsets mingw
lighttpd-1.4.56~rc7/m4/libtool.m4:3264:    ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
lighttpd-1.4.56~rc7/m4/libtool.m4-3265-  *)
lighttpd-1.4.56~rc7/m4/libtool.m4:3266:    ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
lighttpd-1.4.56~rc7/m4/libtool.m4-3267-  esac
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3272-      # Canonicalize the pathname of ld
lighttpd-1.4.56~rc7/m4/libtool.m4:3273:      ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
lighttpd-1.4.56~rc7/m4/libtool.m4-3274-      while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
lighttpd-1.4.56~rc7/m4/libtool.m4:3275:	ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
lighttpd-1.4.56~rc7/m4/libtool.m4-3276-      done
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3303-      # Break only if it was the GNU/non-GNU ld that we prefer.
lighttpd-1.4.56~rc7/m4/libtool.m4:3304:      case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
lighttpd-1.4.56~rc7/m4/libtool.m4-3305-      *GNU* | *'with BFD'*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3343-[# I'd rather use --version here, but apparently some GNU lds only accept -v.
lighttpd-1.4.56~rc7/m4/libtool.m4:3344:case `$LD -v 2>&1 </dev/null` in
lighttpd-1.4.56~rc7/m4/libtool.m4-3345-*GNU* | *'with BFD'*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3570-openbsd* | bitrig*)
lighttpd-1.4.56~rc7/m4/libtool.m4:3571:  if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-3572-    lt_cv_deplibs_check_method='match_pattern /lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|\.so|_pic\.a)$'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3637-    else
lighttpd-1.4.56~rc7/m4/libtool.m4:3638:      file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[[\1]]\/[[\1]]\/g;/g"`
lighttpd-1.4.56~rc7/m4/libtool.m4-3639-    fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3688-	esac
lighttpd-1.4.56~rc7/m4/libtool.m4:3689:	case `"$tmp_nm" -B $lt_bad_file 2>&1 | sed '1q'` in
lighttpd-1.4.56~rc7/m4/libtool.m4-3690-	*$lt_bad_file* | *'Invalid file or object type'*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3694-	*)
lighttpd-1.4.56~rc7/m4/libtool.m4:3695:	  case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
lighttpd-1.4.56~rc7/m4/libtool.m4-3696-	  */dev/null*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3720-    AC_CHECK_TOOLS(DUMPBIN, [dumpbin "link -dump"], :)
lighttpd-1.4.56~rc7/m4/libtool.m4:3721:    case `$DUMPBIN -symbols -headers /dev/null 2>&1 | sed '1q'` in
lighttpd-1.4.56~rc7/m4/libtool.m4-3722-    *COFF*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3779-  # decide which one to use based on capabilities of $DLLTOOL
lighttpd-1.4.56~rc7/m4/libtool.m4:3780:  case `$DLLTOOL --help 2>&1` in
lighttpd-1.4.56~rc7/m4/libtool.m4-3781-  *--identify-strict*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-3953-# If we're using GNU nm, then use its standard symbol codes.
lighttpd-1.4.56~rc7/m4/libtool.m4:3954:case `$NM -V 2>&1` in
lighttpd-1.4.56~rc7/m4/libtool.m4-3955-*GNU* | *'with BFD'*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-4001-mingw*)
lighttpd-1.4.56~rc7/m4/libtool.m4:4002:  opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
lighttpd-1.4.56~rc7/m4/libtool.m4-4003-  ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-4057-    nlist=conftest.nm
lighttpd-1.4.56~rc7/m4/libtool.m4:4058:    if AC_TRY_EVAL(NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) && test -s "$nlist"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-4059-      # Try sorting and uniquifying the output.
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-4405-	  *)
lighttpd-1.4.56~rc7/m4/libtool.m4:4406:	    case `$CC -V 2>&1 | sed 5q` in
lighttpd-1.4.56~rc7/m4/libtool.m4-4407-	    *Sun\ C*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-4741-      *)
lighttpd-1.4.56~rc7/m4/libtool.m4:4742:	case `$CC -V 2>&1 | sed 5q` in
lighttpd-1.4.56~rc7/m4/libtool.m4-4743-	*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [[1-7]].* | *Sun*Fortran*\ 8.[[0-3]]*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-4924-    else
lighttpd-1.4.56~rc7/m4/libtool.m4:4925:      _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-4926-    fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5017-	# shared libraries, regardless of the interface used.
lighttpd-1.4.56~rc7/m4/libtool.m4:5018:	case `$LD -v 2>&1` in
lighttpd-1.4.56~rc7/m4/libtool.m4-5019-	  *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5049-    supports_anon_versioning=no
lighttpd-1.4.56~rc7/m4/libtool.m4:5050:    case `$LD -v | $SED -e 's/([^)]\+)\s\+//' 2>&1` in
lighttpd-1.4.56~rc7/m4/libtool.m4-5051-      *GNU\ gold*) supports_anon_versioning=yes ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5152-	prefix_cmds="$SED"~
lighttpd-1.4.56~rc7/m4/libtool.m4:5153:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-5154-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5174-      # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lighttpd-1.4.56~rc7/m4/libtool.m4:5175:      _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'
lighttpd-1.4.56~rc7/m4/libtool.m4:5176:      _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5177-      ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5192-        pgcc*)				# Portland Group C compiler
lighttpd-1.4.56~rc7/m4/libtool.m4:5193:	  _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5194-	  tmp_addflag=' $pic_flag'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5197-					# Portland Group f77 and f90 compilers
lighttpd-1.4.56~rc7/m4/libtool.m4:5198:	  _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5199-	  tmp_addflag=' $pic_flag -Mnomain' ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5214-	nvcc*)	# Cuda Compiler Driver 2.2
lighttpd-1.4.56~rc7/m4/libtool.m4:5215:	  _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5216-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5218-	esac
lighttpd-1.4.56~rc7/m4/libtool.m4:5219:	case `$CC -V 2>&1 | sed 5q` in
lighttpd-1.4.56~rc7/m4/libtool.m4-5220-	*Sun\ C*)			# Sun C 5.9
lighttpd-1.4.56~rc7/m4/libtool.m4:5221:	  _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5222-	  _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5289-    sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
lighttpd-1.4.56~rc7/m4/libtool.m4:5290:      case `$LD -v 2>&1` in
lighttpd-1.4.56~rc7/m4/libtool.m4-5291-        *\ [[01]].* | *\ 2.[[0-9]].* | *\ 2.1[[0-5]].*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5378-	else
lighttpd-1.4.56~rc7/m4/libtool.m4:5379:	  _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5380-	fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5443-	# below for broken collect2 doesn't work under 4.3+
lighttpd-1.4.56~rc7/m4/libtool.m4:5444:	  collect2name=`$CC -print-prog-name=collect2`
lighttpd-1.4.56~rc7/m4/libtool.m4-5445-	  if test -f "$collect2name" &&
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5499-        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-blibpath:$libdir:'"$aix_libpath"
lighttpd-1.4.56~rc7/m4/libtool.m4:5500:        _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
lighttpd-1.4.56~rc7/m4/libtool.m4-5501-      else
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5524-	  # -brtl affects multiple linker settings, -berok does not and is overridden later
lighttpd-1.4.56~rc7/m4/libtool.m4:5525:	  compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
lighttpd-1.4.56~rc7/m4/libtool.m4-5526-	  if test svr4 != "$with_aix_soname"; then
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5615-	# FIXME: Setting linknames here is a bad hack.
lighttpd-1.4.56~rc7/m4/libtool.m4:5616:	_LT_TAGVAR(archive_cmds, $1)='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
lighttpd-1.4.56~rc7/m4/libtool.m4-5617-	# The linker will automatically build a .lib file if we build a DLL.
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5753-      if test yes = "$GCC"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:5754:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5755-	# Try to use the -exported_symbol ld option, if it does not
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5776-	if test yes = "$lt_cv_irix_exported_symbol"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:5777:          _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5778-	fi
lighttpd-1.4.56~rc7/m4/libtool.m4-5779-      else
lighttpd-1.4.56~rc7/m4/libtool.m4:5780:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4:5781:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5782-      fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5826-	_LT_TAGVAR(hardcode_direct_absolute, $1)=yes
lighttpd-1.4.56~rc7/m4/libtool.m4:5827:	if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-5828-	  _LT_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5857-	prefix_cmds="$SED"~
lighttpd-1.4.56~rc7/m4/libtool.m4:5858:	if test EXPORTS = "`$SED 1q $export_symbols`"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-5859-	  prefix_cmds="$prefix_cmds -e 1d";
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5871-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lighttpd-1.4.56~rc7/m4/libtool.m4:5872:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5873-      else
lighttpd-1.4.56~rc7/m4/libtool.m4-5874-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lighttpd-1.4.56~rc7/m4/libtool.m4:5875:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5876-      fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5884-	_LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lighttpd-1.4.56~rc7/m4/libtool.m4:5885:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5886-	_LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5888-	_LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lighttpd-1.4.56~rc7/m4/libtool.m4:5889:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4:5890:	_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~
lighttpd-1.4.56~rc7/m4/libtool.m4:5891:          $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'
lighttpd-1.4.56~rc7/m4/libtool.m4-5892-
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-5907-      else
lighttpd-1.4.56~rc7/m4/libtool.m4:5908:	case `$CC -V 2>&1` in
lighttpd-1.4.56~rc7/m4/libtool.m4-5909-	*"Compilers 5.0"*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6100-	  _LT_TAGVAR(allow_undefined_flag, $1)=
lighttpd-1.4.56~rc7/m4/libtool.m4:6101:	  if AC_TRY_EVAL(_LT_TAGVAR(archive_cmds, $1) 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1)
lighttpd-1.4.56~rc7/m4/libtool.m4-6102-	  then
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6404-        # ancient GNU ld didn't support --whole-archive et. al.
lighttpd-1.4.56~rc7/m4/libtool.m4:6405:        if eval "`$CC -print-prog-name=ld` --help 2>&1" |
lighttpd-1.4.56~rc7/m4/libtool.m4-6406-	  $GREP 'no-whole-archive' > /dev/null; then
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6514-          # below for broken collect2 doesn't work under 4.3+
lighttpd-1.4.56~rc7/m4/libtool.m4:6515:	  collect2name=`$CC -print-prog-name=collect2`
lighttpd-1.4.56~rc7/m4/libtool.m4-6516-	  if test -f "$collect2name" &&
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6572-
lighttpd-1.4.56~rc7/m4/libtool.m4:6573:          _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
lighttpd-1.4.56~rc7/m4/libtool.m4-6574-        else
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6597-	    # -brtl affects multiple linker settings, -berok does not and is overridden later
lighttpd-1.4.56~rc7/m4/libtool.m4:6598:	    compiler_flags_filtered='`func_echo_all "$compiler_flags " | $SED -e "s%-brtl\\([[, ]]\\)%-berok\\1%g"`'
lighttpd-1.4.56~rc7/m4/libtool.m4-6599-	    if test svr4 != "$with_aix_soname"; then
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6726-	  prefix_cmds="$SED"~
lighttpd-1.4.56~rc7/m4/libtool.m4:6727:	  if test EXPORTS = "`$SED 1q $export_symbols`"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-6728-	    prefix_cmds="$prefix_cmds -e 1d";
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6800-            # dependencies.
lighttpd-1.4.56~rc7/m4/libtool.m4:6801:            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"'
lighttpd-1.4.56~rc7/m4/libtool.m4-6802-            ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6865-	    # dependencies.
lighttpd-1.4.56~rc7/m4/libtool.m4:6866:	    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"'
lighttpd-1.4.56~rc7/m4/libtool.m4-6867-	    ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6901-	# time.  Moving up from 0x10000000 also allows more sbrk(2) space.
lighttpd-1.4.56~rc7/m4/libtool.m4:6902:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4:6903:	_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'
lighttpd-1.4.56~rc7/m4/libtool.m4-6904-	;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6908-	    # SGI C++
lighttpd-1.4.56~rc7/m4/libtool.m4:6909:	    _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-6910-
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6919-	      if test no = "$with_gnu_ld"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:6920:	        _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-6921-	      else
lighttpd-1.4.56~rc7/m4/libtool.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"` -o $lib'
lighttpd-1.4.56~rc7/m4/libtool.m4-6923-	      fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6940-	    # to its proper name (with version) after linking.
lighttpd-1.4.56~rc7/m4/libtool.m4:6941:	    _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'
lighttpd-1.4.56~rc7/m4/libtool.m4:6942:	    _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-6943-	    # Commands to make compiler produce verbose output that lists
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6950-	    # dependencies.
lighttpd-1.4.56~rc7/m4/libtool.m4:6951:	    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"'
lighttpd-1.4.56~rc7/m4/libtool.m4-6952-
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6965-	    # earlier do not add the objects themselves.
lighttpd-1.4.56~rc7/m4/libtool.m4:6966:	    case `$CC -V 2>&1` in
lighttpd-1.4.56~rc7/m4/libtool.m4-6967-	      *"Version 7."*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6986-            # Portland Group C++ compiler
lighttpd-1.4.56~rc7/m4/libtool.m4:6987:	    case `$CC -V` in
lighttpd-1.4.56~rc7/m4/libtool.m4-6988-	    *pgCC\ [[1-5]].* | *pgcpp\ [[1-5]].*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6991-               $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
lighttpd-1.4.56~rc7/m4/libtool.m4:6992:               compile_command="$compile_command `find $tpldir -name \*.o | sort | $NL2SP`"'
lighttpd-1.4.56~rc7/m4/libtool.m4-6993-	      _LT_TAGVAR(old_archive_cmds, $1)='tpldir=Template.dir~
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-6995-                $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
lighttpd-1.4.56~rc7/m4/libtool.m4:6996:                $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | sort | $NL2SP`~
lighttpd-1.4.56~rc7/m4/libtool.m4-6997-                $RANLIB $oldlib'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7000-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lighttpd-1.4.56~rc7/m4/libtool.m4:7001:                $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | sort | $NL2SP` $postdep_objects $compiler_flags $wl-soname $wl$soname -o $lib'
lighttpd-1.4.56~rc7/m4/libtool.m4-7002-	      _LT_TAGVAR(archive_expsym_cmds, $1)='tpldir=Template.dir~
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7004-                $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
lighttpd-1.4.56~rc7/m4/libtool.m4:7005:                $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'
lighttpd-1.4.56~rc7/m4/libtool.m4-7006-	      ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7014-	    _LT_TAGVAR(export_dynamic_flag_spec, $1)='$wl--export-dynamic'
lighttpd-1.4.56~rc7/m4/libtool.m4:7015:	    _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-7016-            ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7033-	    # dependencies.
lighttpd-1.4.56~rc7/m4/libtool.m4:7034:	    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'
lighttpd-1.4.56~rc7/m4/libtool.m4-7035-	    ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7048-	  *)
lighttpd-1.4.56~rc7/m4/libtool.m4:7049:	    case `$CC -V 2>&1 | sed 5q` in
lighttpd-1.4.56~rc7/m4/libtool.m4-7050-	    *Sun\ C*)
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7055-	      _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='-R$libdir'
lighttpd-1.4.56~rc7/m4/libtool.m4:7056:	      _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-7057-	      _LT_TAGVAR(compiler_needs_object, $1)=yes
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7120-	  _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath,$libdir'
lighttpd-1.4.56~rc7/m4/libtool.m4:7121:	  if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`"; then
lighttpd-1.4.56~rc7/m4/libtool.m4-7122-	    _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'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7139-	    # to its proper name (with version) after linking.
lighttpd-1.4.56~rc7/m4/libtool.m4:7140:	    _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-7141-
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7160-	        _LT_TAGVAR(allow_undefined_flag, $1)=' $wl-expect_unresolved $wl\*'
lighttpd-1.4.56~rc7/m4/libtool.m4:7161:	        _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-7162-	        _LT_TAGVAR(hardcode_libdir_flag_spec, $1)='$wl-rpath $wl$libdir'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7165-	        _LT_TAGVAR(allow_undefined_flag, $1)=' -expect_unresolved \*'
lighttpd-1.4.56~rc7/m4/libtool.m4:7166:	        _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'
lighttpd-1.4.56~rc7/m4/libtool.m4:7167:	        _LT_TAGVAR(archive_expsym_cmds, $1)='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
lighttpd-1.4.56~rc7/m4/libtool.m4-7168-                  echo "-hidden">> $lib.exp~
lighttpd-1.4.56~rc7/m4/libtool.m4:7169:                  $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~
lighttpd-1.4.56~rc7/m4/libtool.m4-7170-                  $RM $lib.exp'
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7184-	    # dependencies.
lighttpd-1.4.56~rc7/m4/libtool.m4:7185:	    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"'
lighttpd-1.4.56~rc7/m4/libtool.m4-7186-	    ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7191-	        osf3*)
lighttpd-1.4.56~rc7/m4/libtool.m4:7192:	          _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-7193-		  ;;
lighttpd-1.4.56~rc7/m4/libtool.m4-7194-	        *)
lighttpd-1.4.56~rc7/m4/libtool.m4:7195:	          _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'
lighttpd-1.4.56~rc7/m4/libtool.m4-7196-		  ;;
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7444-  case @S|@2 in
lighttpd-1.4.56~rc7/m4/libtool.m4:7445:  .*) func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%\\\\@S|@2\$%%"`;;
lighttpd-1.4.56~rc7/m4/libtool.m4:7446:  *)  func_stripname_result=`$ECHO "@S|@3" | $SED "s%^@S|@1%%; s%@S|@2\$%%"`;;
lighttpd-1.4.56~rc7/m4/libtool.m4-7447-  esac
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7533-
lighttpd-1.4.56~rc7/m4/libtool.m4:7534:  for p in `eval "$output_verbose_link_cmd"`; do
lighttpd-1.4.56~rc7/m4/libtool.m4-7535-    case $prev$p in
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-7637-if test -n "${_LT_TAGVAR(compiler_lib_search_path, $1)}"; then
lighttpd-1.4.56~rc7/m4/libtool.m4:7638: _LT_TAGVAR(compiler_lib_search_dirs, $1)=`echo " ${_LT_TAGVAR(compiler_lib_search_path, $1)}" | $SED -e 's! -L! !g' -e 's!^ !!'`
lighttpd-1.4.56~rc7/m4/libtool.m4-7639-fi
##############################################
lighttpd-1.4.56~rc7/m4/libtool.m4-8257-    test 10 -lt "$lt_ac_count" && break
lighttpd-1.4.56~rc7/m4/libtool.m4:8258:    lt_ac_count=`expr $lt_ac_count + 1`
lighttpd-1.4.56~rc7/m4/libtool.m4-8259-    if test "$lt_ac_count" -gt "$lt_ac_max"; then
##############################################
lighttpd-1.4.56~rc7/m4/ltsugar.m4-68-m4_define([lt_combine],
lighttpd-1.4.56~rc7/m4/ltsugar.m4:69:[m4_if(m4_eval([$# > 3]), [1],
lighttpd-1.4.56~rc7/m4/ltsugar.m4-70-       [m4_pushdef([_Lt_sep], [m4_define([_Lt_sep], m4_defn([lt_car]))])]]dnl
##############################################
lighttpd-1.4.56~rc7/debian/rules-86-		test -d debian/$$p/usr/lib/lighttpd || continue; \
lighttpd-1.4.56~rc7/debian/rules:87:		m=`ls debian/$$p/usr/lib/lighttpd | sed 'y/_/-/;s/^mod-\(.*\)\.so$$/lighttpd-mod-\1,/;ta;d;:a /^'"$$p"',$$/d;' | xargs`; \
lighttpd-1.4.56~rc7/debian/rules-88-		echo "lighttpd:ModuleProvides=$$m" >> debian/$$p.substvars; \