--------------------- PatchSet 6261 Date: 2004/08/04 17:21:58 Author: dwsquid Branch: icap-2_5 Tag: (none) Log: Patch From olivier - preview and 204 now work (or work better) so we can enable these features in squid.h. Members: src/squid.h:1.13.6.6.2.2->1.13.6.6.2.3 Index: squid/src/squid.h =================================================================== RCS file: /cvsroot/squid-sf//squid/src/squid.h,v retrieving revision 1.13.6.6.2.2 retrieving revision 1.13.6.6.2.3 diff -u -r1.13.6.6.2.2 -r1.13.6.6.2.3 --- squid/src/squid.h 27 Jun 2003 01:15:19 -0000 1.13.6.6.2.2 +++ squid/src/squid.h 4 Aug 2004 17:21:58 -0000 1.13.6.6.2.3 @@ -1,6 +1,6 @@ /* - * $Id: squid.h,v 1.13.6.6.2.2 2003/06/27 01:15:19 hno Exp $ + * $Id: squid.h,v 1.13.6.6.2.3 2004/08/04 17:21:58 dwsquid Exp $ * * AUTHOR: Duane Wessels * @@ -38,13 +38,14 @@ #include "config.h" /* - * experimental defines for ICAP; apparently this Squid-Icap *requires* - * ICAP_CHUNKED : Basile Starynkevitch, june 14th 2002 + * experimental defines for ICAP */ - #ifdef HS_FEAT_ICAP #define ICAP_CHUNKED 1 +#define ICAP_PREVIEW 1 +#define SUPPORT_ICAP_204 1 #endif + /* * On some systems, FD_SETSIZE is set to something lower than the * actual number of files which can be opened. IRIX is one case,