From: Martin Mares Date: Mon, 19 Aug 2002 21:16:13 +0000 (+0000) Subject: Site compression turned to a configurable feature. X-Git-Tag: holmes-import~1373 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7a84ff60630fb4211e60320843955ff2cf013ac2;p=libucw.git Site compression turned to a configurable feature. --- diff --git a/lib/index.h b/lib/index.h index 3cc0d908..8bfbe88d 100644 --- a/lib/index.h +++ b/lib/index.h @@ -28,7 +28,9 @@ struct index_params { struct card_attr { u32 card; /* Reference to card description (either oid or filepos) */ +#ifdef CONFIG_SITES u32 site_id; +#endif CUSTOM_CARD_ATTRS /* Include all custom attributes */ byte weight; byte flags;