]> git.ipfire.org Git - thirdparty/squid.git/blame - src/auth/Config.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / auth / Config.cc
CommitLineData
5c112575 1/*
4ac4a490 2 * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
5c112575
AJ
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9/* DEBUG: section 29 Authenticator */
10
11#include "squid.h"
d6e94bda 12#include "acl/Tree.h"
5c112575
AJ
13#include "auth/Config.h"
14
15Auth::Config Auth::TheConfig;
ae578099 16