From 7a84ff60630fb4211e60320843955ff2cf013ac2 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 19 Aug 2002 21:16:13 +0000 Subject: [PATCH] Site compression turned to a configurable feature. --- lib/index.h | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.39.2