--------------------- PatchSet 6445 Date: 2005/02/22 13:13:04 Author: oliv3 Branch: icap-2_5 Tag: (none) Log: added a define for the 100 response support (still experimental) Members: src/squid.h:1.13.6.6.2.6->1.13.6.6.2.7 Index: squid/src/squid.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/squid.h,v retrieving revision 1.13.6.6.2.6 retrieving revision 1.13.6.6.2.7 diff -u -r1.13.6.6.2.6 -r1.13.6.6.2.7 --- squid/src/squid.h 19 Nov 2004 09:47:02 -0000 1.13.6.6.2.6 +++ squid/src/squid.h 22 Feb 2005 13:13:04 -0000 1.13.6.6.2.7 @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.13.6.6.2.6 2004/11/19 09:47:02 oliv3 Exp $ + * $Id: squid.h,v 1.13.6.6.2.7 2005/02/22 13:13:04 oliv3 Exp $ * * AUTHOR: Duane Wessels * @@ -41,8 +41,9 @@ * experimental defines for ICAP */ #ifdef HS_FEAT_ICAP -#define ICAP_PREVIEW 0 -#define SUPPORT_ICAP_204 0 +#define ICAP_PREVIEW 1 +#define SUPPORT_ICAP_204 1 +/* #define SUPPORT_ICAP_100 1 */ #endif /*