~chtsanti/squid/icap-max-connections

« back to all changes in this revision

Viewing changes to src/acl.cc

  • Committer: Christos Tsantilas
  • Date: 2009-02-18 22:18:35 UTC
  • mfrom: (9294.1.215 trunk)
  • Revision ID: chtsanti@users.sourceforge.net-20090218221835-lfxxe3bs8uhu0b1h
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
 */
34
34
#include "config.h"
35
35
 
36
 
#if 0
37
 
#include "squid.h"
38
 
#include "HttpRequest.h"
39
 
#endif
40
 
 
41
36
#include "ACL.h"
42
37
#include "ACLChecklist.h"
43
38
#include "ConfigParser.h"
44
39
#include "dlink.h"
45
40
/* for special-case PURGE test */
46
41
#include "HttpRequestMethod.h"
47
 
/* for Vector<> Instances */
48
 
#include "assert.h"
49
42
 
50
43
const char *AclMatchedName = NULL;
51
44