Go to the documentation of this file.
16#define CACHE_HTTP_PORT 3128
17#define CACHE_ICP_PORT 3130
21#define SQUIDCEXTERN extern "C"
23#define SQUIDCEXTERN extern
36#define USE_RE_SYNTAX REG_EXTENDED
40#if !defined(CACHEMGR_HOSTNAME)
41#define CACHEMGR_HOSTNAME ""
43#define CACHEMGR_HOSTNAME_DEFINED 1
46#if SQUID_DETECT_UDP_SO_SNDBUF > 16384
47#define SQUID_UDP_SO_SNDBUF 16384
49#define SQUID_UDP_SO_SNDBUF SQUID_DETECT_UDP_SO_SNDBUF
52#if SQUID_DETECT_UDP_SO_RCVBUF > 16384
53#define SQUID_UDP_SO_RCVBUF 16384
55#define SQUID_UDP_SO_RCVBUF SQUID_DETECT_UDP_SO_RCVBUF
59#define SQUID_MAXPATHLEN 256
62#if _SQUID_WINDOWS_ && defined(__cplusplus)
68#define LOCAL_ARRAY(type, name, size) static type name[size]
Introduction
Documentation
Support
Miscellaneous
Web Site Translations
Mirrors