squid.h File Reference
Include dependency graph for squid.h:
Go to the source code of this file.
Macros | |
#define | CACHE_HTTP_PORT 3128 |
#define | CACHE_ICP_PORT 3130 |
#define | SQUIDCEXTERN extern "C" |
#define | CACHEMGR_HOSTNAME "" |
#define | SQUID_UDP_SO_SNDBUF SQUID_DETECT_UDP_SO_SNDBUF |
#define | SQUID_UDP_SO_RCVBUF SQUID_DETECT_UDP_SO_RCVBUF |
#define | SQUID_MAXPATHLEN 256 |
#define | LOCAL_ARRAY(type, name, size) static type name[size] |