From: Martin Mares Date: Sun, 29 Oct 2000 12:26:42 +0000 (+0000) Subject: Implemented long tags and section limits (must be enabled in config.h first). X-Git-Tag: holmes-import~1624 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f6b55aaef64e8347e3a7fc5cea9fc26b71140124;p=libucw.git Implemented long tags and section limits (must be enabled in config.h first). --- diff --git a/lib/config.h b/lib/config.h index 37b19867..833e6362 100644 --- a/lib/config.h +++ b/lib/config.h @@ -1,7 +1,7 @@ /* * Sherlock Library -- Configuration-Dependent Definitions * - * (c) 1997--2000 Martin Mares, + * (c) 1997--2000 Martin Mares */ #ifndef _SHERLOCK_CONFIG_H @@ -17,6 +17,8 @@ #define SHERLOCK_CONFIG_LARGE_DB /* Support for DB files >4GB */ #define SHERLOCK_CONFIG_LFS /* Large files on 32-bit systems */ #undef SHERLOCK_CONFIG_LFS_LIBC /* LFS supported directly by libc */ +#undef SHERLOCK_CONFIG_LONG_TAGS /* Section tags are 32-bit */ +#undef SHERLOCK_CONFIG_SPLIT_GATHERER /* Don't merge documents from different sections */ /* Types */