]> git.ipfire.org Git - thirdparty/squid.git/blob - src/eui/Config.h
Wider support for EUI
[thirdparty/squid.git] / src / eui / Config.h
1 #ifndef SQUID_EUI_CONFIG_H
2 #define SQUID_EUI_CONFIG_H
3
4 namespace Eui {
5
6 class EuiConfig
7 {
8 public:
9 int euiLookup;
10 };
11
12 extern EuiConfig TheConfig;
13
14 }; // namespace Eui
15
16 #endif /* SQUID_EUI_CONFIG_H */