From: Martin Mares Date: Sat, 20 Nov 2004 11:38:06 +0000 (+0000) Subject: Increase CARD_POS_SHIFT on Centrum. X-Git-Tag: holmes-import~864 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8bb8c6e3fb88fbf12f7264a524928d9b95ab095a;p=libucw.git Increase CARD_POS_SHIFT on Centrum. --- diff --git a/lib/index.h b/lib/index.h index 6f059eee..6703d71d 100644 --- a/lib/index.h +++ b/lib/index.h @@ -89,7 +89,9 @@ enum card_flag { CARD_FLAG_OVERRIDEN = 64, /* Overriden by another index [sherlockd] */ }; +#ifndef CARD_POS_SHIFT /* (can be overriden in custom.h) */ #define CARD_POS_SHIFT 5 /* Card positions are shifted this # of bits to the right */ +#endif /* * We store document type and several other properties in card_attr->type_flags.