From 8bb8c6e3fb88fbf12f7264a524928d9b95ab095a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 20 Nov 2004 11:38:06 +0000 Subject: [PATCH] Increase CARD_POS_SHIFT on Centrum. --- lib/index.h | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.2