]> mj.ucw.cz Git - libucw.git/commitdiff
Site compression turned to a configurable feature.
authorMartin Mares <mj@ucw.cz>
Mon, 19 Aug 2002 21:16:13 +0000 (21:16 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 19 Aug 2002 21:16:13 +0000 (21:16 +0000)
lib/index.h

index 3cc0d908d232296948d2114e01d2cfc2dff6a062..8bfbe88d4d6862f58118de370d52f41d3d483553 100644 (file)
@@ -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;