Config.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
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#ifndef SQUID_IDENT_CONFIG_H
10#define SQUID_IDENT_CONFIG_H
11
12#if USE_IDENT
13
14#include "acl/Acl.h"
15
16namespace Ident
17{
18
20{
21public:
23 time_t timeout;
24};
25
27
28} // namespace Ident
29
30#endif /* USE_IDENT */
31#endif /* SQUID_IDENT_CONFIG_H */
32
#define acl_access
Definition: forward.h:45
time_t timeout
Definition: Config.h:23
acl_access * identLookup
Definition: Config.h:22
Ident Lookup API.
Definition: Config.h:17
IdentConfig TheConfig
Definition: Ident.cc:81

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors