View | Details | Raw Unified | Return to bug 192980 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-3 / +3 lines)
Lines 51-57 Link Here
51
		AUTH_SQL \
51
		AUTH_SQL \
52
		CACHE_DIGESTS DEBUG DELAY_POOLS DNS_HELPER ECAP ESI \
52
		CACHE_DIGESTS DEBUG DELAY_POOLS DNS_HELPER ECAP ESI \
53
		FOLLOW_XFF FS_AUFS FS_COSS HTCP ICAP ICMP IDENT IPV6 KQUEUE \
53
		FOLLOW_XFF FS_AUFS FS_COSS HTCP ICAP ICMP IDENT IPV6 KQUEUE \
54
		LARGEFILE SNMP SSL SSL_CRTD STACKTRACES STRICT_HTTP \
54
		LARGEFILE SNMP SSL SSL_CRTD STACKTRACES NOT_STRICT_HTTP \
55
		TP_IPF TP_IPFW TP_PF VIA_DB WCCP WCCPV2 DOCS EXAMPLES
55
		TP_IPF TP_IPFW TP_PF VIA_DB WCCP WCCPV2 DOCS EXAMPLES
56
56
57
# TODO:
57
# TODO:
Lines 83-89 Link Here
83
SSL_CRTD_DESC=	Use ssl_crtd to handle SSL cert requests
83
SSL_CRTD_DESC=	Use ssl_crtd to handle SSL cert requests
84
SSL_DESC=	Enable SSL gatewaying support
84
SSL_DESC=	Enable SSL gatewaying support
85
STACKTRACES_DESC=	Enable automatic backtraces on fatal errors
85
STACKTRACES_DESC=	Enable automatic backtraces on fatal errors
86
STRICT_HTTP_DESC=	Make Squid strictly HTTP compliant
86
NOT_STRICT_HTTP_DESC=	Make Squid not strictly HTTP compliant
87
TP_IPFW_DESC=	Enable transparent proxying with IPFW
87
TP_IPFW_DESC=	Enable transparent proxying with IPFW
88
TP_IPF_DESC=	Enable transparent proxying with IPFilter
88
TP_IPF_DESC=	Enable transparent proxying with IPFilter
89
TP_PF_DESC=	Enable transparent proxying with PF
89
TP_PF_DESC=	Enable transparent proxying with PF
Lines 128-134 Link Here
128
CACHE_DIGESTS_CONFIGURE_ENABLE=	cache-digests
128
CACHE_DIGESTS_CONFIGURE_ENABLE=	cache-digests
129
WCCP_CONFIGURE_ENABLE=		wccp
129
WCCP_CONFIGURE_ENABLE=		wccp
130
WCCPV2_CONFIGURE_ENABLE=	wccpv2
130
WCCPV2_CONFIGURE_ENABLE=	wccpv2
131
STRICT_HTTP_CONFIGURE_ENABLE=	http-violations
131
NOT_STRICT_HTTP_CONFIGURE_ENABLE=	http-violations
132
IDENT_CONFIGURE_ENABLE=		ident-lookups
132
IDENT_CONFIGURE_ENABLE=		ident-lookups
133
ARP_ACL_CONFIGURE_ENABLE=	eui
133
ARP_ACL_CONFIGURE_ENABLE=	eui
134
TP_IPFW_CONFIGURE_ENABLE=	ipfw-transparent
134
TP_IPFW_CONFIGURE_ENABLE=	ipfw-transparent

Return to bug 192980