]> err.no Git - varnish/commit
Move backend parsing into a separate file.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 09:34:28 +0000 (09:34 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 09:34:28 +0000 (09:34 +0000)
commit50949b36ea354cff13e3c67e77c7fc3f88fd760d
treeac53f67f5fe0ba2415b76cff2a7c41e54d300ee9
parentf103df60fecf22def4996d1795282f9b46448a03
Move backend parsing into a separate file.
Eliminate a bunch of of unnecessary #includes.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1300 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvcl/Makefile.am
varnish-cache/lib/libvcl/flint.lnt
varnish-cache/lib/libvcl/vcc_acl.c
varnish-cache/lib/libvcl/vcc_action.c
varnish-cache/lib/libvcl/vcc_backend.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcc_compile.c
varnish-cache/lib/libvcl/vcc_compile.h
varnish-cache/lib/libvcl/vcc_parse.c
varnish-cache/lib/libvcl/vcc_token.c